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

/*
 * General styles that apply across the board
 */ 
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #ffffff;
}

table, tr, th, td {
}

a {
    color: inherit;
    text-decoration: none;
}

/*
 * List specific styles
 */

#listHeader {
    display: none;
}

#listLogo {
    display: none;
}

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

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

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

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

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

#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-weight: normal;
}

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

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

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

/*
 * Detail specific styles
 */

#detailPage {
    line-height: 16px;
}

#detailHeader {
}

#detailLogo {
    background: url(images/gunheader.gif);
    width: 500px;
    height: 124px;
    margin: 0 auto 12px;
}

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

#detailContent .section {
    width: 98%;
    padding: 5px;
    float: left;
    margin-bottom: 10px;
    border: 2px solid #888888;
	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;
}

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

