/* BASE CSS */

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

html, body {
	background-color: #FFFFFF;
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #231F20;
}

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

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

td {
	vertical-align: top;
	font-size: 11px;
}

.data_table td {
	padding: 0px 4px 4px 0px;
}

p, ul{
	margin-bottom: 10px;
}

ul {
	list-style-position: inside;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #BF2C37;
}

a:link {text-decoration: none; color : #811721}
a:visited {text-decoration: none; color : #811721}
a:active {text-decoration: none; color : #811721}
a:hover {text-decoration: none; color : #231F20}

a img { border: none; }

/* LAYOUT CSS */

#wrapper {
	width: 100%;
}

#left_bg {
	background-position: top right;
	background-repeat: no-repeat;
	width: 33%;
	height: 618px;
}

#right_bg {
	background-position: top left;
	background-repeat: no-repeat;
	width: 33%;
	height: 618px;
}

#page {
	width: 765px;
}

#header {
	width: 765px;
	height: 313px;
	background-repeat: no-repeat;
}

#cartnav {
	padding: 10px 4px 19px 0px;
}

#cartnav td {
	text-align: left;
}

#search {
	width: 134px;
	height: 24px;
	background-repeat: no-repeat;
	vertical-align: middle;
}

#search table {
	margin: 3px 0px 4px 8px;
}

#nav {
	padding: 0px 0px 5px 0px;
}

#nav table {
	margin: 0px auto;
}

#content_right {
	width: 15px;
	background-repeat: no-repeat;
}

#left_nav {
	width: 212px;
	background-repeat: no-repeat;
	height: 10px;
}

#left_nav_bottom {
	background-repeat: no-repeat;
	width: 197px;
	padding-left: 15px;
	text-align: center;
}

#content {
	width: 493px;
	padding: 10px;
	margin-left: 14px;
}

#footer a {
	color: #B3B3B3;
}

#footer a:hover {
	color: #9C1B29;
}

#footer div {
	font-size: 10px;
	color: #B3B3B3;
	text-align: right;
	padding-right: 20px;
}

#headerphoto {
	padding: 1px 0px;
	border-top: 1px solid #811721;
	border-bottom: 1px solid #811721;
	margin-bottom: 10px;
}

#category {
	width: 100%;
}

#category .price {
	text-align: right;
	white-space: nowrap;
}

#category td {
	padding: 10px 0px;
	border-bottom: 1px solid #811721;
}

#category .price td {
	padding: 0px;	
	border: 0px;
	text-align: center;
	padding: 0px 10px;
	width: 45px;
}

#category .price td.leftborder {
	border-left: 1px solid #811721;
}

#purchase_box {
	margin-left: 38px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

#purchase_box table {
	margin: 0px 16px;
}

#purchase_box td {
	padding-top: 4px;
}

#purchase_box input {
	font-size: 12px;
	border: 1px solid #888788;
	text-align: center;
}

#purchase_box select {
	width: 119px;
	font-size: 11px;
	border: 1px solid #888788;
}

#purchase_box #price {
	margin-top: 5px;
	border: 1px solid #888788;
	text-align: center;
	padding: 4px 0px;
}

/* FORM CSS */

.searchbox, .searchboxoff {
	border-top: 1px solid #9C1B29;
	border-left: 1px solid #9C1B29;
	border-bottom: 1px solid #9C1B29;
	border-right: 0px;
	background-color: #000000;
	background-repeat: no-repeat;
	width: 90px;
	height: 10px;
	color: #FFFFFF;
	font-size: 8px;
	text-transform: uppercase;
	padding-left: 5px;
}

.searchboxoff {
	background-image: none;
}

.form-label {
	padding: 2px 2px 2px 0px;
}

.form-label-required {
	padding: 2px 2px 2px 0px;
	font-weight: bold;
}

.form-field {
	padding: 2px 0px;
}

/* CONTENT CSS */

h1 {
	font-size: 14px;
	margin-bottom: 5px;
}

h2 {
	font-size: 12px;
	margin-bottom: 5px;
	color: #BF2C37;
}

.submit {
	border: 1px solid #7B7B7B;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	padding: 3px 5px;
}

#productDetail #extraDetails {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid #811721;
}

#productDetail td.fieldName {
	font-weight: bold;
	white-space: nowrap;
	padding-right: 6px;
	line-height: 16px;
}

#productDetail td.fieldValue {
	line-height: 16px;
}

#cartItems {
	width: 100%;
}

#cartItems th {
	text-align: left;
}

#orderDetails {
	width: 100%;
}

.missing, .myerror {
	color: #BF2C37;
	font-weight: bold;
}
