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

/*
 * General styles that apply across the board
 */ 
body {
	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #C0AB9C;
	scrollbar-highlight-color: #F3F0E2;
	scrollbar-3dlight-color: #C0AB9C;
	scrollbar-darkshadow-color: #C0AB9C;
	scrollbar-shadow-color: #F3F0E2;
	scrollbar-arrow-color: #F3F0E2;
    background-color: #ffffff;
    color: #0F4D2A;
    font: 13px Gill Sans MT;
}

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

a:link, a:visited, a:active {
    color: #4C5E3F;
    text-decoration: none;
}

a:hover	{
    color: #FBBE05;
    text-decoration: none;
}

.fraction {
	font-size: 9px;
}

/*
 * List specific styles
 */

#listHeader {
    display: none;
}

#listLogo
{
    display: none;
}

#listContent {
    width: 96%;
    margin: 8px auto 0;
}

#listTitle {
    color: #0F4D2A;
    font: 16px Gill Sans MT;
    font-weight: bold;
}

#listTable {
	width: 96%;
    margin: 0 auto;
}

#listTable th, td {
	font-weight: normal;
	text-align: left;
    padding: 2px;
}

#listTable th {
	color: #2E372C;
	font: 14px Gill Sans MT;
}

#listTable td {
	color: #9ABE90;
	font: 13px Gill Sans MT;
}

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

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

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

#listTable th.colMechanism {
}

#listTable th.colCalibre {
}

#listTable th.colPrice {
}

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

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

/*
 * Detail specific styles
 */

#listPage {
    line-height: 16px;
}

#detailHeader {
    background-color: #ffffff;
}

#detailLogo {
    background: url(images/title.jpg);
    width: 300px;
    height: 70px;
    margin: 12px auto 12px;
}

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

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

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

#detailContent .sectionSubheader {
    float: right;
}

#detailContent .sectionDetails {
    float: left;
    clear: both;
    font-size: 14px;
    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 #9ABE90;
}

#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: #0F4D2A;
    background-color: #eeeeee;
    border: 2px solid #9ABE90;
    font-weight: bold;
    font-size: 15px;
    padding: 0 5px 0;
    margin: 0 4px;
}


