body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
.leftborder {
	background-image: url(images/leftborder.gif);
	background-repeat: repeat-y;
}
.rightborder {
	background-image: url(images/rightborder.gif);
	background-repeat: repeat-y;
}
.maincontent {
	background-color: #FFFFFF;
}
.footer_bg {
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
}
.sublink_bg {
	background-image: url(images/footer_sublinks.gif);
	background-repeat: no-repeat;
}
#footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
}
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#sublink {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 25px;
}
#sublink a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.sidebar_body_bg {
	background-color: #5F3527;
	background-image: url(images/sidebar_body.gif);
	background-repeat: no-repeat;
}
#sidebar_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar_content td {
	font-size: 11px;
	color: #FFFFFF;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#sidebar_content a {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}


#sidebar {
	padding-top: 15px;
}
.imageborder {
	border: 2px solid #5F3527;
}

.mouseover {
	cursor: pointer;
}
#content input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#content td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
#content a {
	font-weight: bold;
	color: #542D18;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.dataview {
	background-color: #f6f6f6;
	border: 1px solid #f1f1f1;
}
.bigger {
	font-size: 14px;
}
h3 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.td_lower_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
}
.red {
	font-weight: bold;
	color: #FF0000;
}

#shipping-loading {
    display: none;
}

table.shipping, table.search {
    width: 100%;
}
table.shipping td {
    padding: 3px;
}
table.cart input {
    width: 30px;
}

table tr.header, table tr.footer, div.title {
    color: #fff;
    background-color: #542D18;
    padding: 2px 5px;
}

table.cartActions {
    width: 100%;
}

table.checkout input, table.checkout textarea, table.checkout select {
    width: 100%;
}
table.checkout input.checkbox {
    width: auto;
}