/*
 * Colour and general branding only
 */

body {
    font-size: 14px;
    background-color: #fefdee;
    color: #333333;
}

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

th {
    display: none;
}

a {
    color: #333333;
    text-decoration: none;
}

#listHeader {
    display: none;
}

#listLogo {
    display: none;
}

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

#listTitle {
    display: none;
}

#listTable {
	width: 97%;
    margin-left: 2%;
}

#listTable td {
	text-align: left;
    font-weight: normal;
}

#listTable td.colIcon {
	width: 12px;
}

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

#listTable td.colModel {
	width: 28%;
}

#listTable td.colMechanism {
	width: 17%;
}

#listTable td.colCalibre {
	width: 14%;
	text-align: center;
}

#listTable td.colCondition {
	width: 14%;
	text-align: center;
}

#listTable td.colPrice {
	width: 10%;
    text-align: right;
}

#listFooter {
    width: 100%%;
    text-align: center;
    margin: 0 auto;
}

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

#detailPage {
    line-height: 16px;
}

#detailHeader {
    background-color: #ffffff;
}

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

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

#detailContent a {
    text-decoration: none;
}

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

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

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

#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: #333333;
    background-color: white;
    border: 2px solid #444444;
    font-weight: bold;
}


