/*
 * Colour and general branding only
 */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #536C73;
    color: white;
}

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

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

/*
 * Gun list styles
 */

#listHeader {
    display: none;
}

#listLogo {
    display: none;
}

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

#listTitle {
    display: none;
}

#listTable {
	width: 555px;
}

#listTable th {
    font-size: 11px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

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

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

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

#listTable th.colMechanism {
	width: 100px;
}

#listTable th.colCalibre {
	width: 80px;
}

#listTable th.colPrice {
	width: 60px;
}

#listTable td {
    color: #FFFFFF;
    font-weight: normal;
	text-align: center;
}

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

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

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

/*
 * Detail element styles
 */

#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 .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: #536C73;
    background-color: white;
    border: 1px solid #444444;
    font-weight: bold;

}


