html {font-size: 100.01%;}
body {
	margin: 0;
	color: #333;
	min-width: 916px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background:#f6f6f6 url(../images/bg-gravel.jpg) repeat-x 0 199px;
}
img {border-style: none;}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input, select, textarea {
	margin: 0;
	vertical-align: middle;
	font: 1em arial, helvetica, sans-serif;
}
a {
	outline:none;
	color:#3100bc;
}
a:hover {text-decoration:none;}
#wrapper{
	min-height:200px;
	overflow:hidden;
	min-width:916px;
}
.conteiner{
	width:916px;
	margin:0 auto;
	position:relative;
}
.effect{background:url(../images/bg-effect-blue.jpg) no-repeat 50% 32px;}
/* header */
#header{
	width:100%;
	height:88px;
	padding:45px 0 0;
	position:relative;
}
* html #header{overflow:visible;}
.m-shadow{
	background:url(../images/bg-main-shadow.png) no-repeat;
	width: 944px;
	height: 81px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:117px;
	left:0;
	margin:0 -14px;
}
.slogan{
	color:#f6f6f6;
	font-size:57px;
	font-weight:normal;
	line-height:100%;
	margin:0 0 0 7px;
	position:relative;
	z-index:1;
}
.link-rss{
	background:url(../images/ico-rss.gif) no-repeat;
	width: 16px;
	height: 16px;
	text-indent:-9999px;
	float:left;
	margin:-2px 6px 0 0;
}
.rss{
	position:absolute;
	left:10px;
	top:7px;
	color:#fff;
	padding-top:2px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.rss span{color:#f9f9f9;}
.rss em{float:left;font-style:normal;}
/* select-categories */
.select-categories{
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	z-index:100;
	height:30px;
	clear:both;
	float:right;
}
.select-categories .select-categories-holder{
	background:#2a2e2f url(../images/bg-select-categories.gif) no-repeat;
	float:left;
	padding:0 19px 0 9px;
	height:30px;
}
.select-categories .select-categories-frame{
	float:left;
	background:url(../images/bg-select-categories.gif) no-repeat 100% -30px;
}
.select-categories .selected{
	color:#fff;
	text-decoration:none;
	background:#000 url(../images/btn-select.gif) no-repeat 100% 0;
	height: 22px;
	border:1px solid #42474a;
	padding:0 35px 0 13px;
	font:11px/21px Tahoma, Arial, Helvetica, sans-serif;
	float:left;
}
.select-categories .label{
	float:left;
	text-transform:uppercase;
	padding:8px 0 0;
}
.select-categories .select-box{
	float:left;
	margin:3px 0 0 8px;
	position:relative;
}
.select-categories .drop{
	position:absolute;
	clear:both;
	top:22px;
	right:-10px;
	display:none;
}
.select-categories .select-box:hover .drop,
.select-categories .select-box.hover .drop {display:block;}
.select-categories .select-box:hover .selected,
.select-categories .select-box.hover .selected{background-color:#373a3c;}
.select-categories .drop-b{
	background:url(../images/bg-drop-b.png) no-repeat;
	width: 270px;
	height: 23px;
	text-indent:-9999px;
	overflow:hidden;
}
.select-categories .drop ul{
	background:url(../images/bg-drop.png) no-repeat;
	width: 250px;
	list-style:none;
	padding:2px 11px 0 9px;
	margin:0;
}
.select-categories .drop ul li{
	position:relative;
	border-top:1px solid #393c3e;
}
.select-categories .drop a{
	font-size:12px;
	color:#fff;
	padding:8px 2px 8px 25px;
	display:block;
	height:1%;
	text-decoration:none;
}
.select-categories .drop a:hover, 
.select-categories .drop a.active{
	background:#373a3c url(../images/arrow-select.gif) no-repeat 5px 50%;
	font-weight:bold;
}

.select-categories .drop a.active{
	cursor: normal;
}

/* main-title */
.main-title{
	color:#fff;
	font:17px Tahoma, Arial, Helvetica, sans-serif;
	position:absolute;
	top:103px;
	left:0;
	width:100%;
	overflow:hidden;
}
.main-title strong{font-weight:normal;}
.main-title .r{
	background:url(../images/bg-main-title-r.png) no-repeat;
	width: 4px;
	height: 30px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}
.main-title .holder{
	background:url(../images/bg-main-title-l.png) no-repeat;
	height: 35px;
	float:left;
	padding:3px 40px 0 30px;
}
/* main */
#main{
	width: 916px;
	position:relative;
	overflow:hidden;
}
.main-conteiner{
	background:url(../images/bg-main-c.png) repeat-y;
	min-height:200px;
	float:left;
	padding:0 2px 28px;
}
* html .main-conteiner{height:200px;}
.main-holder{
	position:relative;
	width:100%;
}
.main-conteiner:after {
	height: 0;
	clear: both;
	content:'';
	display: block;
}
.main-b,
.main-t{
	width: 916px;
	height: 8px;
	text-indent:-9999px;
	overflow:hidden;
	clear:both;
}
.main-t{background:url(../images/bg-main-t.png) no-repeat;}
.main-b{background:url(../images/bg-main-b.png) no-repeat;}
/* button */
.button{
	display:inline-block;
	height:29px;
	overflow:hidden;
	font:bold 12px/28px Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
.button span{
	display:inline-block;
	padding:0 22px;
	cursor:pointer;
	height:29px;
}
.top-images{
	margin-top:-8px;
	position:relative;
}
/* sidebar */
#sidebar{
	float:left;
	width:230px;
	padding:0 0 0 26px;
}
/* content */
#content{
	float:right;
	width:603px;
	padding:0 38px 0 0;
	margin:0 0 34px;
}
/* section */
.section{
	background:url(../images/sep01.gif) no-repeat 50% 100%;
	padding:16px 30px 0 40px;
	clear:both;
	overflow:hidden;
	margin:0 0 25px;
	height:1%;
}
.section h2{
	color:#184083;
	font-size:37px;
	margin:0 0 17px -6px;
	font-weight:normal;
}
.section h3{
	font:bold 21px/27px Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 3px;
	color:#000;
}
.section p{
	font:14px/27px Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 22px;
}
.section p.lh24{line-height:24px;}
/* desclaimer */
.desclaimer{
	clear:both;
	margin:0 56px 0 60px;
	font:12px/15px Tahoma, Arial, Helvetica, sans-serif;
	color:#000;
	padding:20px 0;
	overflow:hidden;
}
.desclaimer p{margin:0;}
.desclaimer .more{
	float:right;
	margin:-15px 0 0;
	color:#000000;
}
/* featured-post */
.featured-post{
	font-size:14px;
	line-height:27px;
	background:url(../images/sep02.gif) repeat-x 0 100%;
	padding:0 0 50px;
	margin:3px 0 32px 7px;
}
.featured-post:after {
	height: 0;
	clear: both;
	content:'';
	display: block;
}
.featured-post h3{
	margin:0 0 3px;
	color:#184083;
	font-size:21px;
}
.featured-post .sub-title{
	display:block;
	background-color:#fbffa9;
	color:#333;
	font-size:14px;
	margin:0 170px 0 -6px;
	padding:0 7px;
}
* html .featured-post .sub-title{position:relative;}
.featured-post .button{
	float:right;
	margin:-4px 0 -24px;
}
.featured-post p{
	margin:0;
	line-height:26px;
}
.featured-post img{border:1px solid #2b2b2b;}
.featured-post .align-left{margin:9px 15px 0 0;}
.featured-post .align-right{margin:9px 0 0 15px;}
.align-left{float:left;}
.align-right{float:right;}
.align-center{
	display:block;
	margin:0 auto;
	clear:both;
}
/* widget */
.widget{
	margin:0 0 25px;
	clear:both;
	background:url(../images/bg-widget.gif) repeat-y;
	width: 230px;
}
.widget .holder{
	background:url(../images/bg-widget-blue.png) no-repeat 0 100%;
	padding:0 0 18px;
}
.widget .title{
	clear:both;
	margin:0 0 13px;
}
.widget .title div{
	padding:19px 6px 16px;
	text-align:center;
}
.widget .title h2,
.widget .title h3{
	color:#fff;
	margin:0;
	font-size:19px;
	font-weight:normal;
}
/* category-list */
.category-list{
	list-style:none;
	padding:0;
	margin:15px 1px 0;
	overflow:hidden;
	height:1%;
}
.category-list li{
	vertical-align:top;
	height:1%;
	overflow:hidden;
	padding:7px 5px 8px 11px;
	background:url(../images/sep03.gif) repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.category-list li:first-child{background:none;}
.category-list a{
	display:inline-block;
	padding:0 0 0 25px;
	background:url(../images/arrow-list.gif) no-repeat 0 50%;
	line-height:15px;
	color:#303030;
}
/* banner */
.banner{margin:54px 0 0;}
.banner img{
	display:block;
	margin:0 auto 10px;
}
/* footer */
#footer{
	width: 837px;
	height: 73px;
	color:#fff;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	clear:both;
	margin:-35px auto 0;
	position:relative;
}
#footer a{color:#fff;}
#footer .holder{
	background:url(../images/bg-footer.png) no-repeat;
	width:798px;
	height: 73px;
	padding:0 17px 0 22px;
}
#footer .frame{
	overflow:hidden;
	width:100%;
	position:relative;
}
.more-site{
	padding:0 0 0 13px;
	background:url(../images/arrow-f.gif) no-repeat 3px 60%;
}
/* f-nav */
.f-nav{
	list-style:none;
	padding:0;
	margin:0;
}
.f-nav li{
	background:url(../images/sep-f-nav.gif) no-repeat 0 50%;
	display:inline;
	padding:0 2px 0 6px;
}
.f-nav li:first-child{background:none;}
.f-right{
	float:right;
	padding:16px 0 0;
	text-align:right;
}
#footer .copyright{margin:14px 0 6px;}
#footer .f-right p{margin:8px 0;}
.news-block-main{
	overflow:hidden;
	width:846px;
	margin:28px 0 20px 42px;
}
.news-block-main .align-right{margin:0 0 0 35px;}
.news-block-main .align-left{margin:0 35px 0 0;}
.news-block-main .news{padding:0 0 0 6px;}
/* news */
.news{
	height:1%;
	overflow:hidden;
}
.news-block-main h2,
.news h2{
	color:#184083;
	margin:0 0 14px;
	font:bold 29px/32px Arial, Helvetica, Verdana, sans-serif;
}
.news h3{
	font-size:18px;
	color:#000;
	font-weight:bold;
	margin:0 0 6px;
	line-height:21px;
}
.news p{
	line-height:18px;
	margin:0 0 22px;
	font-size:14px;
}
.news p.yellow, b u, u b{line-height:17px;}
.news p.yellow span, b u, u b{
	display:inline;
	background:#f7ff7d;
}
.news-block-main .news h2{margin:0 0 14px -4px;}
.news-block-main h2{margin:3px 0 0;}
.news .big-link-news{
	color:#0000f0;
	font:bold 25px Arial, Helvetica, Verdana, sans-serif;
	clear:both;
	display:block;
	text-align:center;
}
/* news-block */
.news-block{
	width:851px;
	margin:12px 0 12px 31px;
	overflow:hidden;
}
.news-block .news{
	border:1px solid #c0c0c0;
	padding:18px 15px 29px 23px;
}
.news-block h3{
	margin:0 0 10px;
	color:#000;
	font:bold 24px Arial, Helvetica, Verdana, sans-serif;
}
.news-block .sub-title{
	display:inline-block;
	background-color:#f7ff7d;
	font:19px Arial, Helvetica, Verdana, sans-serif;
	color:#000;
	padding:4px 4px 6px;
	margin:0 0 8px;
}
.news-block .sub-title-center{
	width:680px;
	margin:0 auto 18px;
	text-align:center;
	padding:7px 4px 9px;
	display:block;
	font:18px arial,Helvetica,Verdana,sans-serif;
}
.news-block .news p{margin:0 0 18px;}
.learn-more{
	background:url(../images/bg-learn-more.jpg) no-repeat 0 -1px;
	width:111px;
	height:25px;
	float:right;
	text-decoration:none;
	color:#292929;
	font-size:14px;
	margin:0 13px 0 0;
	padding:8px 0 0 54px;
	letter-spacing: -1px;
	font-weight:bold;
	display:inline;
}
/* product */
.product{
	margin:20px 30px 12px 32px;
	width:850px;
	overflow:hidden;
	clear:both;
	background:url(../images/bg-news-block.jpg) no-repeat;
	padding:10px 0 0;
}
.product h2{
	float:left;
	font-size:26px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#000;
	margin:16px 0 0;
}
.product .product-name{
	width:100%;
	overflow:hidden;
	margin:0 0 5px;
}
.product .no{
	float:left;
	background:url(../images/bg-no-blue.png) no-repeat;
	width: 50px;
	height: 56px;
	padding:0 0 0 6px;
	text-align:center;
	color:#fff;
	line-height:56px;
	font-size:36px;
	font-weight:bold;
	margin:0 19px 0 0;
}
.product .product-review{
	float:left;
	width:640px;
	background:url(../images/bg-rating-holder.png) repeat-y -640px 0;
}
.product .holder{background:url(../images/bg-rating-holder.png) no-repeat;}
.product .holder .frame{
	background:url(../images/bg-rating-holder.png) no-repeat -1280px 100%;
	overflow:hidden;
	padding:7px 8px 11px 10px;
	width:622px;
}
.product .review-rating{
	width:476px;
	float:right;
	background:url(../images/bg-rating-blue.png) no-repeat;
	height:124px;
}
.product .rating-title{
	color:#fff;
	font:bold 19px/36px Tahoma, Arial, Helvetica, sans-serif;
	display:block;
	text-align:center;
}
.product .score{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width:175px;
	overflow:hidden;
	float:left;
	text-align:center;
	color:#000;
	font-size:11px;
	padding:6px 0 0;
}
.product .score strong{
	display:block;
	font-size:13px;
}
.product .score .star{
	margin:8px auto 7px;
	clear:both;
}
.product .image-product{float:left;}
.product .image-product img{display:block;}
.product .rating-numb{
	color:#184083;
	float:left;
	width:106px;
	padding:0 3px;
	font:bold 58px/86px Arial, Tahoma, Helvetica, sans-serif;
	text-align:center;
}
.product .desc{
	float:right;
	width:173px;
	color:#656565;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	padding:12px 5px 0 0;
}
.product .btn-holder{
	float:right;
	width:201px;
	text-align:center;
	padding:8px 0 0;
}
.product .btn-holder .btn-buy-now{
	text-indent:-9999px;
	text-align:left;
	display:block;
	background:url(../images/btn-buy-blue.png) no-repeat;
	width: 196px;
	height: 71px;
	margin:0 0 2px;
}
.product .btn-holder a{
	color:#184083;
	font:26px Arial, Helvetica, Tahoma, sans-serif;
}
/* star */
.star,
.star div{
	background:url(../images/star.png) no-repeat 0 -30px;
	width: 150px;
	height: 30px;
	overflow:hidden;
}
.star div{
	background-position:0 0;
	width:auto;
}
/* color theme */
.theme-blue{background:url(../images/bg-body-blue.png) repeat-x;}
.theme-brown{background:url(../images/bg-body-brown.png) repeat-x;}
.theme-green{background:url(../images/bg-body-green.png) repeat-x;}
.theme-grey{background:url(../images/bg-body-grey.png) repeat-x;}
.theme-orange{background:url(../images/bg-body-orange.png) repeat-x;}
.theme-purple{background:url(../images/bg-body-purple.png) repeat-x;}
.theme-red{background:url(../images/bg-body-red.png) repeat-x;}
.theme-yellow{background:url(../images/bg-body-yellow.png) repeat-x;}
/* theme .button */
.theme-blue .button{background:url(../images/button-blue.png) no-repeat;}
.theme-blue .button span{background:url(../images/button-blue.png) no-repeat 100% -29px;}
.theme-brown .button{background:url(../images/button-brown.png) no-repeat;}
.theme-brown .button span{background:url(../images/button-brown.png) no-repeat 100% -29px;}
.theme-green .button{background:url(../images/button-green.png) no-repeat;}
.theme-green .button span{background:url(../images/button-green.png) no-repeat 100% -29px;}
.theme-grey .button{background:url(../images/button-grey.png) no-repeat;}
.theme-grey .button span{background:url(../images/button-grey.png) no-repeat 100% -29px;}
.theme-orange .button{background:url(../images/button-orange.png) no-repeat;}
.theme-orange .button span{background:url(../images/button-orange.png) no-repeat 100% -29px;}
.theme-purple .button{background:url(../images/button-purple.png) no-repeat;}
.theme-purple .button span{background:url(../images/button-purple.png) no-repeat 100% -29px;}
.theme-red .button{background:url(../images/button-red.png) no-repeat;}
.theme-red .button span{background:url(../images/button-red.png) no-repeat 100% -29px;}
.theme-yellow .button{background:url(../images/button-yellow.png) no-repeat;}
.theme-yellow .button span{background:url(../images/button-yellow.png) no-repeat 100% -29px;}
/* theme .widget */
.theme-blue .widget .title{background:url(../images/bg-widget-title-blue.png) no-repeat;}
.theme-blue .widget .title div{background:url(../images/bg-widget-title-blue.png) no-repeat -230px 100%;}
.theme-blue .widget .holder{background:url(../images/bg-widget-blue.png) no-repeat 0 100%;}
.theme-brown .widget .title{background:url(../images/bg-widget-title-brown.png) no-repeat;}
.theme-brown .widget .title div{background:url(../images/bg-widget-title-brown.png) no-repeat -230px 100%;}
.theme-brown .widget .holder{background:url(../images/bg-widget-brown.png) no-repeat 0 100%;}
.theme-green .widget .title{background:url(../images/bg-widget-title-green.png) no-repeat;}
.theme-green .widget .title div{background:url(../images/bg-widget-title-green.png) no-repeat -230px 100%;}
.theme-green .widget .holder{background:url(../images/bg-widget-green.png) no-repeat 0 100%;}
.theme-grey .widget .title{background:url(../images/bg-widget-title-grey.png) no-repeat;}
.theme-grey .widget .title div{background:url(../images/bg-widget-title-grey.png) no-repeat -230px 100%;}
.theme-grey .widget .holder{background:url(../images/bg-widget-grey.png) no-repeat 0 100%;}
.theme-orange .widget .title{background:url(../images/bg-widget-title-orange.png) no-repeat;}
.theme-orange .widget .title div{background:url(../images/bg-widget-title-orange.png) no-repeat -230px 100%;}
.theme-orange .widget .holder{background:url(../images/bg-widget-orange.png) no-repeat 0 100%;}
.theme-purple .widget .title{background:url(../images/bg-widget-title-purple.png) no-repeat;}
.theme-purple .widget .title div{background:url(../images/bg-widget-title-purple.png) no-repeat -230px 100%;}
.theme-purple .widget .holder{background:url(../images/bg-widget-purple.png) no-repeat 0 100%;}
.theme-red .widget .title{background:url(../images/bg-widget-title-red.png) no-repeat;}
.theme-red .widget .title div{background:url(../images/bg-widget-title-red.png) no-repeat -230px 100%;}
.theme-red .widget .holder{background:url(../images/bg-widget-red.png) no-repeat 0 100%;}
.theme-yellow .widget .title{background:url(../images/bg-widget-title-yellow.png) no-repeat;}
.theme-yellow .widget .title div{background:url(../images/bg-widget-title-yellow.png) no-repeat -230px 100%;}
.theme-yellow .widget .holder{background:url(../images/bg-widget-yellow.png) no-repeat 0 100%;}
/* theme no */
.theme-blue .product .no{background:url(../images/bg-no-blue.png) no-repeat;}
.theme-brown .product .no{background:url(../images/bg-no-brown.png) no-repeat;}
.theme-green .product .no{background:url(../images/bg-no-green.png) no-repeat;}
.theme-grey .product .no{background:url(../images/bg-no-grey.png) no-repeat;}
.theme-orange .product .no{background:url(../images/bg-no-orange.png) no-repeat;}
.theme-purple .product .no{background:url(../images/bg-no-purple.png) no-repeat;}
.theme-red .product .no{background:url(../images/bg-no-red.png) no-repeat;}
.theme-yellow .product .no{background:url(../images/bg-no-yellow.png) no-repeat;}
/* theme review-rating */
.theme-blue .product .review-rating{background:url(../images/bg-rating-blue.png) no-repeat;}
.theme-brown .product .review-rating{background:url(../images/bg-rating-brown.png) no-repeat;}
.theme-green .product .review-rating{background:url(../images/bg-rating-green.png) no-repeat;}
.theme-grey .product .review-rating{background:url(../images/bg-rating-grey.png) no-repeat;}
.theme-orange .product .review-rating{background:url(../images/bg-rating-orange.png) no-repeat;}
.theme-purple .product .review-rating{background:url(../images/bg-rating-purple.png) no-repeat;}
.theme-red .product .review-rating{background:url(../images/bg-rating-red.png) no-repeat;}
.theme-yellow .product .review-rating{background:url(../images/bg-rating-yellow.png) no-repeat;}
/* theme .btn-buy-now */
.theme-blue .product .btn-holder .btn-buy-now{background:url(../images/btn-buy-blue.png) no-repeat;}
.theme-brown .product .btn-holder .btn-buy-now{background:url(../images/btn-buy-brown.png) no-repeat;}
.theme-green .product .btn-holder .btn-buy-now{background:url(../images/btn-buy-green.png) no-repeat;}
.theme-grey .product .btn-holder .btn-buy-now{background:url(../images/btn-buy-grey.png) no-repeat;}
.theme-orange .product .btn-holder .btn-buy-now{background:url(../images/btn-buy-orange.png) no-repeat;}
.theme-purple .product .btn-holder .btn-buy-now{background:url(../images/btn-buy-purple.png) no-repeat;}
.theme-red .product .btn-holder .btn-buy-now{background:url(../images/btn-buy-red.png) no-repeat;}
.theme-yellow .product .btn-holder .btn-buy-now{background:url(../images/btn-buy-yellow.png) no-repeat;}
/* theme text */
.theme-blue .news-block-main h2,
.theme-blue .section h2,
.theme-blue .featured-post h3,
.theme-blue .news h2,
.theme-blue .product .rating-numb,
.theme-blue .product .btn-holder a{color:#184083;}
.theme-brown .news-block-main h2,
.theme-brown .section h2,
.theme-brown .featured-post h3,
.theme-brown .news h2,
.theme-brown .product .rating-numb,
.theme-brown .product .btn-holder a{color:#4b1919;}
.theme-green .news-block-main h2,
.theme-green .section h2,
.theme-green .featured-post h3,
.theme-green .news h2,
.theme-green .product .rating-numb,
.theme-green .product .btn-holder a{color:#0d5a00;}
.theme-grey .news-block-main h2,
.theme-grey .section h2,
.theme-grey .featured-post h3,
.theme-grey .news h2,
.theme-grey .product .rating-numb,
.theme-grey .product .btn-holder a{color:#2e2e2e;}
.theme-orange .news-block-main h2,
.theme-orange .section h2,
.theme-orange .featured-post h3,
.theme-orange .news h2,
.theme-orange .product .rating-numb,
.theme-orange .product .btn-holder a{color:#cf8613;}
.theme-purple .news-block-main h2,
.theme-purple .section h2,
.theme-purple .featured-post h3,
.theme-purple .news h2,
.theme-purple .product .rating-numb,
.theme-purple .product .btn-holder a{color:#890067;}
.theme-red .news-block-main h2,
.theme-red .section h2,
.theme-red .featured-post h3,
.theme-red .news h2,
.theme-red .product .rating-numb,
.theme-red .product .btn-holder a{color:#b12500;}
.theme-yellow .news-block-main h2,
.theme-yellow .section h2,
.theme-yellow .featured-post h3,
.theme-yellow .news h2,
.theme-yellow .product .rating-numb,
.theme-yellow .product .btn-holder a{color:#989c22;}
/* theme .effect */
.theme-blue .effect{background:url(../images/bg-effect-blue.jpg) no-repeat 50% 32px;}
.theme-brown .effect{background:url(../images/bg-effect-brown.jpg) no-repeat 50% 32px;}
.theme-green .effect{background:url(../images/bg-effect-green.jpg) no-repeat 50% 32px;}
.theme-grey .effect{background:url(../images/bg-effect-grey.jpg) no-repeat 50% 32px;}
.theme-orange .effect{background:url(../images/bg-effect-orange.jpg) no-repeat 50% 32px;}
.theme-purple .effect{background:url(../images/bg-effect-purple.jpg) no-repeat 50% 32px;}
.theme-red .effect{background:url(../images/bg-effect-red.jpg) no-repeat 50% 32px;}
.theme-yellow .effect{background:url(../images/bg-effect-yellow.jpg) no-repeat 50% 32px;}
/* cufon-active */
.cufon-active .main-title{font-size:20px;}
.cufon-active .main-title .holder{padding-top:5px;}
.cufon-active .section h2{font-size:41px;margin:7px 0 14px -6px;}


/*====================================
Modal styles
====================================*/

#simplemodal-overlay{
	background-color:#000;
	/* cursor:wait; */
}

#simplemodal-container{
	height:360px;
	width:600px;
	color:#1a1a1a;
	background-color:#fcfcfc;
	border:4px solid #111;
	padding:12px;
	text-align: left;
}

	#simplemodal-container .simplemodal-data {
		padding:8px;
	}

	#simplemodal-container a{
		color:#ddd;
	}

	#simplemodal-container a.modalCloseImg {
		background:url(../images/x.png) no-repeat;
		width:25px;
		height:29px;
		display:inline;
		z-index:3200;
		position:absolute;
		top:-15px;
		right:-16px;
		cursor:pointer;
	}

	#simplemodal-container h3{
		color:#84b8d9;
	}


.error,
.success,
.notice{
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/js/PIE.htc);
	margin: 10px 25px;
	padding: 10px 15px 10px 30px;
	position: relative;
	color: #064108;
	background: #effad1 url(../images/success.gif) no-repeat 10px 12px;
	border: 2px solid #19bc27;
}

.error{
	color: #470202;
	background: #f9dede url(../images/error.gif) no-repeat 10px 12px;
	border: 2px solid #a90e0e;
}

.notice{
	color: #000b3a;
	background: #dde3ff url(../images/notice.gif) no-repeat 10px 12px;
	border: 2px solid #152775;
}


.error a.close,
.success a.close,
.notice a.close{
	position: absolute;
	top: -10px;
	right: -8px;
	display: block;
	width: 25px;
	height: 29px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/x.png) no-repeat 0 0;
}

/* This will hide screen shot images from being too big*/
div.thumb_container{
	widtH: 140px;
	height: 125px;
	overflow: hidden;
	important!;
}