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

/*
 * General styles that apply across the board
 */ 
body {
	scrollbar-track-color : #2A4742;
	scrollbar-darkshadow-color : #666666;
	scrollbar-shadow-color : #3D7AC5;
	scrollbar-3dlight-color : #f5f5f5;
	scrollbar-highlight-color : #4580C7;
	scrollbar-face-color : #ffffff;
	scrollbar-arrow-color : #CCC193;
    background-color: #ffffff;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color: #3f4f5f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

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

p {  
    font-weight: 700pt;
} 

a {
    font-family: Tahoma, Arial;
    font-size: 11px;
    font-weight:bold;
    background:transparent;
    text-decoration: none;
}

a:link, a:active, a:visited {
    color:#3f4f5f;
}

a:hover {
    color:#CCC193;
}

.fraction {
	font-size: 12px;
}

/*
 * List specific styles
 */

#listHeader {
    display: none;
}

#listLogo {
    display: none;
}

#listPage {
}

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

#listTitle {
    display: none;
}

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

#listTable th, td {
    text-align: left;
    line-height: 14px;
}

#listTable th {
    font-family: Tahoma, Arial;
    font-size: 14px;
    color:#3f4f5f;
    font-weight:bold;
    background:transparent;
    text-decoration: none;
}

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

#listTable td {
    font-weight: normal;
    font-family: Tahoma, Arial;
    font-size: 11px;
    color:#3f4f5f;
    font-weight:bold;
    background:transparent;
    text-decoration: none;
}

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

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

/*
 * Detail specific styles
 */

#detailPage {
    line-height: 15px;
}

#detailHeader {
    display: none;
}

#detailLogo {
}

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

#detailContent .section {
    font-family: Tahoma, Arial;
    font-size: 14px;
    width: 98%;
    padding: 5px;
    float: left;
    margin-bottom: 10px;
    border: 2px solid #888888;
}

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

#detailContent .sectionSubheader {
    float: right;
}

#detailContent .sectionDetails {
    float: left;
    clear: both;
    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 #888888;
}

#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 {
	border-style : solid;
	border-width : 1px;
	border-color : #666666;
	color : #ffffff;
	background-color : #3f4f5f;
	margin : 5px;
}


