/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background-color: #E4E4E4;
}

body.editor {
	background-color: #FFFFFF;
}

html, body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #231F20;
}

table {  
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

/*
a:link {text-decoration: none; color : #999999}
a:visited {text-decoration: none; color : #999999}
a:active {text-decoration: none; color : #B48C35}
a:hover {text-decoration: none; color : #B48C35}
*/

a img { border: none; }


/* LAYOUT CSS */

#wrapper {
	width: 901;
	margin: 2px auto 0px auto;
}

#left_border {
	width: 23px;
	background-image: url(/images/border_left.gif);
	background-repeat: repeat-y;
}

#right_border {
	width: 23px;
	background-image: url(/images/border_right.gif);
	background-repeat: repeat-y;
}

#page_wrapper {
	width: 855px;
	background-color: #FFFFFF;
}

#topnav {
	width: 855px;
	background-color: #D5A20B;
	height: 35px;
}

#topnav td {
	vertical-align: bottom;
	padding-right: 6px;
}

#nav {
	background-color: #E3C159;
}

#content_box {
	background-color: #F7E8BB;
	padding: 10px 0px 20px 0px;
}

#search_left {
	width: 10px;
	background-image: url(/images/search_left.gif);
	background-repeat: repeat-y;
}

#search_right {
	width: 10px;
	background-image: url(/images/search_right.gif);
	background-repeat: repeat-y;
}

#search {
	background-color: #FFFFFF;
	width: 175px;
	padding: 5px 8px;
	font-size: 13px;
	line-height: 12px;
}

.search {
	width: 140px;
	border: 1px solid #000000;
	margin-right: 5px;
	height: 19px;

}

.leftnav_left {
	width: 10px;
	background-image: url(/images/leftnav_left.gif);
	background-repeat: repeat-y;
}

.leftnav_right {
	width: 10px;
	background-image: url(/images/leftnav_right.gif);
	background-repeat: repeat-y;
}

.leftnav {
	background-color: #F5CA47;
	width: 175px;
	padding: 5px 8px;
	font-size: 12px;
	line-height: 16px;
}

.leftnav h2 {
	margin: 0px;
	font-size: 13px;
}

.leftnav a:link, .leftnav a:visited, .leftnav a:active {text-decoration: none; color: #000000; padding: 2px 0px; display: block}
.leftnav a:hover {text-decoration: none; color: #FFFFFF; padding: 2px 0px; display: block}

.contentbox_left {
	width: 7px;
	background-image: url(/images/halfcontentbox_left.gif);
	background-repeat: repeat-y;
}

.contentbox_right {
	width: 7px;
	background-image: url(/images/halfcontentbox_right.gif);
	background-repeat: repeat-y;
}

.contentbox {
	background-color: #FFFFFF;
	width: 582px;
	padding: 5px 20px 15px 20px;
	vertical-align: top;
}

.halfcontentbox {
	background-color: #FFFFFF;
	width: 294px;
	padding: 5px 0px 0px 10px;
	vertical-align: top;
}

.contentbox p, .halfcontentbox p {
	margin-right: 10px;
}

/* CONTENT CSS */

h1 {
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 10px;
}

.red {
	color: #D3212A;
}

.whiteborder {
	border: 6px solid #FFFFFF;
	background-color: #FFFFFF;
}

.goldborder {
	border: 3px solid #F5CA46;
	background-color: #FFFFFF;
	padding-top: 5px;
}

.goldborder p, .goldborder h2 {
	padding-left: 10px;
}

.submit {
	border: 1px solid #1D1D19;
	background-color: #FFFFFF;
	color: #B38C36;
}

.adminsubmit {
	border: 1px solid #1D1D19;
	background-color: #FFFFFF;
	color: #B38C36;
	padding: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	font-size: 11px;
}

#category, #productDetail {
	width: 582px;
}

.category_box {
	width: 174px;
	height: 174px;
	border: 1px solid #F5CA47;
	margin-bottom: 20px;
}

.category_box .title {
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding: 5px 5px 0px 5px;
}

.category_box .title a {
	color: #000000;
}

.category_box .photo {
	text-align: center;
	vertical-align: middle;
}

#map {
	border: 2px solid #F5CA46;
}

label {
	margin-right: 5px;
}

.missing {
	color: #FF0000;
}

#productPhotos {
	float: right;
}

#productPhotos img {
	border: 1px solid #F5CA47;
	padding: 5px;
	margin: 0px 0px 5px 5px;
}

#specs {
	width: 582;
}

#specs th {
	background-color: #F5CA47;
	font-weight: bold;
	padding: 4px;
	text-align: left;
}

#specs td {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.speclabel {
	font-weight: bold;
	white-space: nowrap;
}

