/* yellow style - yellow.css */

#top {
      	background:url(../images/top-bg.png) top left repeat-x;
        border-bottom: 1px solid #363313;
}

#top .content {
	background: url(../images/logo.png) top left no-repeat;
}

/* #top .content { background:url(yellow/bg-top.png) no-repeat top center; } */


#featured {
	background:#111111 url(../images/title-bottom.png) repeat-x left bottom;
	border-top:1px solid #fff;
	border-bottom:1px solid #780000;
}

#featured .content {
/*	background:url(yellow/bg-slider.jpg) no-repeat top center; */
}

#nav a { color:#c0b1a5; }
#nav a { color: #fff;}

#nav a:hover, #nav li.current_page_item a {
	color:#fff;
	background: url(../images/nav-bg.png) repeat-x;
	/*border:1px solid #222;
	border-width: 0 0px 1px 0; */
}
#nav li ul li.current_page_item a {
        color: #fff;
        background: #000;
/*        border: 1px solid #000; */
}
#nav ul li ul li a {
	color: #000;
	background: #fff;
}
#nav ul li ul li a:hover, #nav ul li ul li.current_page item a:hover {
	color: #fff;
	background: #000;
	border: 1px solid #000;
}
#nav li ul li.current_page_item a:hover {
	color: #fff;
	background: #000;
        border: 1px solid #000;
}
.container div div.image_rotator {
	display: block;
	margin-top: 10px;
        background: #2d2d2d;
        float: left;
        padding: 10px;
	margin-bottom: 60px;
}
.container div div.right_side {
	display: block;
	margin-top: 0px;
	padding: 15px;
	height: 300px;
	width: 295px;
	float: right;
}
#featured .container div div h2 {
	font-size: 28px;
/*	color: #E6E6E6; */
	color: gold;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#featured .container div div p.slide_start {
	padding-top: 0px;
	margin-top: 0px;
}
#featured .container div div p {
	color: #F2F2EE;
	font-size: 16px;
}
#main div.product_left h3 {
	font-size: 20px;
}
#main div.product_left {
	width: 255px;
	min-height: 300px;
	float: left;
	padding: 5px;
}

#main div.product_right {
	float: right;
	width: 255px;
	min-height: 300px;
}
#main div#guarantee {
	width: 535px;
}
#main div.product_price {
	margin-top: -10px;
	font-size: 14px;
}
#main div.product_left em.old {
	color: #780000;
	text-decoration: line-through;
}
#main div.product_left span.sale {
	color: #000;
	font-weight: bold;
}
#main div.product_img {
	margin-top: 5px;
	margin-right: 35px;
	padding: 5px;
	background: #2d2d2d;
}
#main div.paypal_button {
	margin: 10px auto 20px;
	padding-right: 35px;
	text-align: center;
}
#main span.product_cost {
	font-size: 18px;
	color: #000;
}
#sidebar div.textwidget {
	font-size: 14px;
}

