/*
 * Stylesheet for this dealers list and details pages
 */

/*
 * General styles that apply across the board
 */ 
body {
	background-color: #01106D;
	color: #FFFFFF;
	scrollbar-face-color: #01106D; 
	scrollbar-shadow-color: #999999;  
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #999999; 
	scrollbar-darkshadow-color: #666666;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	margin: 0px;
	border: 0px;
}

table, tr, th, td {
    background-color: inherit;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #99ADE8;
	text-decoration:none;
}

a:hover {
	color: #FFCC00;
}

/*
 * List specific styles
 */

#listHeader {
    display: none;
}

#listLogo {
    display: none;
}

#listContent {
    width: 845px;
    margin: 0 auto;
}

#listTitle {
    display: none;
}

#listTable {
	width: 845px;
    margin: 0 auto;
}

#listTable th, td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#listTable th {
    font-weight: bold;
	font-size: 14px;
}

#listTable th.colIcon {
	width: 25px;
}

#listTable th.colMake {
	width: 100px;
}

#listTable th.colModel {
	width: 200px;
}

#listTable th.colMechanism {
	width: 200px;
}

#listTable th.colCalibre {
	width: 100px;
}

#listTable th.colPrice {
	width: 100px;
}

#listTable td {
    font-size: 11px;
    font-weight: normal;
    line-height: 17px;
}

#listTable td.colMake {
    text-align: left;
}

#listFooter {
    width: 96%;
    text-align: right;
    margin: 8px auto;
}

#listFooter p {
    margin-top: 10px;
}

/*
 * Detail specific styles
 */

#detailPage {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 16px;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#detailHeader {
}

#detailLogo {
    background: url(images/logo.jpg);
    width: 350px;
    height: 50px;
    margin: 12px auto 12px;
}

#detailContent {
    width: 92%;
    margin: 10px auto 0;
}

#detailContent .section {
    width: 98%;
    padding: 5px;
    float: left;
    margin-bottom: 10px;
    border: 2px solid #ffffff;
}

#detailContent .section .fraction {
	font-size: 11px;
}

#detailContent .sectionHeader {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

#detailContent .sectionSubheader {
    float: right;
}

#detailContent .sectionDetails {
    float: left;
    clear: both;
    font-size: 13px;
    margin-left: 10px;
}

#detailContent #gunPanel #gunDetails {
    width: 90%;
}

#detailContent #gunPanel #gunDetails div {
    margin-bottom: 4px;
}

#detailContent #gunPanel #gunTime {
    font-size: 90%;
}

#detailContent #descPanel #descDetails div {
    margin-bottom: 4px;
}

#detailContent #imageDetails img {
    border: 1px solid #ffffff;
}

#detailFooter {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#detailFooter table {
    margin: 0 auto;
}

#detailFooter p {
    margin-top: 10px;
    font-weight: bold;
}

#detailFooter input {
    color: #ffffff;
    background-color: #01106D;
    border: 2px solid #ffffff;
    font-weight: bold;
    font-size: 13px;
    padding: 0 5px 0;
    margin: 0 4px;
}


