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

/*
 * General styles that apply across the board
 */ 
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    color: #0E2D01;
    scrollbar-base-color: #0E2D01;
    scrollbar-track-color: #3C6420;
    scrollbar-face-color: #CCCC66;
    scrollbar-highlight-color: #ffffff;
    scrollbar-3dlight-color: #3C6420;
    scrollbar-darkshadow-color: #3C6420;
    scrollbar-shadow-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
}

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

a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #0E2D01;
}

/*
 * List specific styles
 */

#listHeader {
    display: none;
}

#listLogo {
    display: none;
}

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

#listTitle {
    display: none;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
}

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

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

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

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

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

#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;
}

#detailHeader {
}

#detailLogo {
    background: url(images/logo-small.jpg);
    width: 437px;
    height: 100px;
    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 #CCCC66;
	font-size: 11px;
}

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

#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;
    color: #0E2D01;
}

#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 #CCCC66;
}

#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: #0E2D01;
    background-color: #ffffff;
    border: 2px solid #CCCC66; 
    font-weight: bold;
    font-size: 13px;
    padding: 0 5px 0;
    margin: 0 4px;
}

/*
 * Contact form specific styles
 */

#contactDetails th, #contactDetails td {
    padding: 0 2px;
}

#contactDetails th[scope=row] {
    text-align: right;
}

#contactDetails p {
    width: 100%;
    text-align: center;
    margin-top: 2px;
}

#contactDetails th span.required {
    font-weight: bold;
}


