
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	/* background-color: #302a2a; */
	background-color: #8b7b6e;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p,ul,dd {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
dfn {font-size:inherit; font-weight:bold;}

blockquote {font: bold 1em sans-serif;}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}
h3,dt {
     font: bold 1.2em Verdana, sans-serif;
}

td {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			padding:4px;
			vertical-align: top;
		}

#searchdiv {float:right; width:280px; text-align:right;}
#header {
	background-color: #2c180b;
	/* background-image: url(header.jpg);
	background-repeat:no-repeat;
	background-position:top left; */
	border-bottom: 1px solid #333;
	
	height: 100px;
	
}
.clearer {clear: both;}
.topdivider {
	background: #3b2c27;
	height: 4px;
}


/* Use these for left side navigation */
.left {float: left;}
.right {float: right;}


/* header */
.header {
	background-color: #2c180b;
	/* background-image: url(header.jpg);
	background-repeat:no-repeat;
	background-position:top left; */
	border-bottom: 1px solid #333;
	font: oblique 38px "Times New Roman", times, serif;
	font-weight:bold;
	height: 100px;
	
}
.headersmall {
        font: normal 12px sans-serif;
		color:#999999;
}
.header a {
	color: #f9f9f9;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}


/* structure */
.container {
	border: 3px solid #3b2c27;
	background: #f9f8f7;
	border-top: none;
	width:800px;
	margin-left:auto; margin-right:auto;
	border-collapse: collapse;
}

.main {
	background: #ffffff;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
	border-collapse: collapse;
}


.main .left {width: 30%;}
.main .right {width: 70%;}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	background: #ffffff;
	padding: 16px;
	border-collapse:collapse;
}

/* content elements */
.content h1 {
	/*background: url(img/bgh1.gif) repeat-x left bottom; */
	color: #333;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #1197b9;
	text-decoration: underline;
}
.content a:hover {color: #1bbfde;}
.content .descr {margin-bottom: 5px;}

/* sub-navigation */
#sidebarPriceSearch {
    padding-bottom:1.2em; 
	margin-left:2em;
}
.sidebarnav {
	background: #f5eaf0; 
	border: 1px solid #3b2c27;
	border-top-color: #3b2c27;	
	padding: 12px;
	border-collapse:collapse;
}
.sidebarnav h1 {padding-top: 8px;}
.sidebarnav ul {margin: 0;}
.sidebarnav li {
	/* background: url(img/li.gif) no-repeat left bottom; */
	list-style: none;	
	margin: 0;
}
.sidebarnav li a {
	color: #334a99;
	line-height: 1.7em;
	padding-left: 15px;
	text-decoration: none;
}
.sidebarnav li a:hover {color: #1bbfd3; text-decoration: underline;}

.sidebarnav p a, .sidebarnav p a:visited {color:#334a99; text-decoration:none;}
.sidebarnav p a:hover {color:#1bbfd3; text-decoration:underline;}
.sidebarnav h3 {
color: #2c180b;
height: 26px;
background-image: url(bg-category.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* footer */
.footer {
	/* background: #8b7b6e; */
	background-color: #a39595;
	border-top: 1px solid #444;
	color: #333;
	padding: 5px;
}

.footer a {color: #333;}

.bottom {
	color: #333;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #333;}
div.coupon {border-top:1px solid #666; border-left: 1px solid #666; border-right:3px solid #999; border-bottom:3px solid #999; width:500px; background-color:white; margin-bottom:10px; padding:0 5px;}
.couptitle {color:#c00; font-size:14px; font-weight:bold; }
.couptable {margin-left:40px;}
#loading {
   text-align:center; padding:30px 0; margin:0 auto; 
   font-family:Verdana, Arial, Helvetica, sans-serif; color:red; font-weight:bold;
}
