/*
 * Stylesheet for this dealers list and details pages
 */

/*
 * General styles that apply across the board
 */ 
 
/*-------------------------------------------------------------
	NOTES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Stylesheet for George Bate of Doveridge Ltd.
	www.batesdoveridge.com
	Web design contact:
		The Media Collective
		andy@the-media-collective.com
		024 76 341321	
------------------------------------------------------------- */
 
* {
	border: none;
	}

body {
	font-family: georgia, serif;
    background-color: #262626;
    color: #fff;
    scrollbar-face-color: #003300;
    scrollbar-shadow-color: #666666;
    scrollbar-highlight-color: #FFFFCC;
    scrollbar-3dlight-color: #666666;
    scrollbar-darkshadow-color: #666666;
    scrollbar-track-color: #FFFFCC;
    scrollbar-arrow-color: #FFFFCC;
    width: 90%;
	}

table, tr, th, td {
    background-color: inherit;
	}

a {
	font-family: georgia, serif;
    text-decoration: none;
    color: #fff;
	}

a:hover {
	color: #CC3333;
	}

/*
 * List specific styles
 */

#listHeader {
    display: none;
}

#listLogo {
    display: none;
}

#listContent {
    width: 100%;
    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: 12px;
}

#listFooter {
    width: 96%;
    text-align: right;
    margin: 8px auto;
}

#listFooter p {
    margin-top: 10px;
}

/*
 * Detail specific styles
 */

#detailPage {
    line-height: 18px;
	font-family: georgia, serif;
}

#detailHeader {
}

#detailLogo {
    display: none;
    /*background: url(images/gunheader.gif);*/
    width: 500px;
    height: 124px;
    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 #fff;*/
	font-size: 11px;
	background-color: #262626;
}

#imagePanel.section {
	width: 425px;
}

#detailContent .sectionDetails {
	width: 425px;
}

#detailContent .section.fraction {
	font-size: 9px;
}

#detailContent .sectionHeader {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
	background: #661616 url(http://www.batesdoveridge.com/images/sub_menured.png) no-repeat left top;
	padding: 8px 11px 0px 9px;
	height: 25px;
	}

#detailContent .sectionSubheader {
    float: right;
}

#detailContent .sectionDetails {
    float: left;
    clear: both;
    font-size: 14px;
    margin-left: 0px;
    color: #fff;
}

#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 #661616;*/
}

#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: #ffffff;
    border: 2px solid #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 0 5px 0;
    margin: 0 4px;
}

img.photoImage {
    border: none;
    color: #ccc;
    background-color: #000;
}
