/*
Theme Name: Blix for SEO
Theme URI: http://wordpress.org/
Description: Blix theme
Version: 1.0
Author: Blix
Author URI: http://wordpress.org/
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

/* body */
body {
	background: #EDE8E2;
	font-family: Arial;
	color: #414141;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}

/* headings */
h1,h1 a,h2,h2 a {
	color: #009193;
	margin-bottom: 20px;
}

h3,h3 a,h4,h4 a {
	color: #6C8C37;
	margin-bottom: 20px;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover {
	color: #1BA6B2;
}

#content h1 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#content h2 {
	font-size: 18px;
}

#content h3 {
	font-size: 16px;
}

#content h4 {
	font-size: 14px;
}

.single h2 {
	border-bottom: 2px solid #009193;
	margin-bottom: 18px;
}

.single h3,.single h4 {
	border-bottom: 1px solid #6C8C37;
	margin-bottom: 19px;
}

/* links */
a {
	text-decoration: none;
	color: #6C8C37;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #009193;
}

/* paragraphs */
p {
	margin-bottom: 20px;
}

table {
	margin-bottom: 20px;
}

th,td {
	padding: 4px;
}

pre {
	background: #EDF3DE;
	margin-bottom: 20px;
	padding: 4px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

code {
	background: #EDF3DE;
	padding: 0 2px;
}

blockquote {
	background: #EDF3DE;
	margin: 20px;
	padding: 8px;
}

pre p,blockquote  p {
	margin: 0;
}

/* images */
a img {
	border: none;
}

/* container */
#container {
	background: #FFFFFF url(images/container_bg.png) 645px 0 repeat-y;
	width: 940px;
	padding: 0 20px;
	margin: 0 auto;
	border-top: 20px #FFFFFF solid;
	text-align: left;
}

/* header */
header {
	background: url(images/header_bg.jpg);
	height: 120px;
	display: block;
}

#logo {
	padding: 15px 5px 0
}

/* navigation
--------------------------------------------------*/
#navigation {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #A3C159;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#navigation ul {
	position: relative;
}

#navigation ul li {
	float: left;
	list-style-type: none;
	border-right: 1px solid #FFFFFF;
	white-space: nowrap;
	background: #A3C159;
	zoom: 1;
	z-index: 999;
}

#navigation ul li a {
	display: block;
	padding: 0 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation ul li.current-menu-item,#navigation ul li.current-menu-parent,#navigation ul li:hover
	{
	background: #1BA6B2;
	text-decoration: none;
	position: relative;
}

/* 
	LEVEL TWO
*/
#navigation ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
}

#navigation ul ul li {
	float: none;
	border-top: 1px solid #FFFFFF;
}

/* IE 6 & 7 Needs Inline Block */
#navigation ul ul li a {
	display: inline-block;
}

/* 
	LEVEL THREE
*/
#navigation ul ul ul {
	left: 100%;
	top: 0;
}

#navigation ul ul ul li {
	border-top: 0;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

#navigation ul li:hover>ul {
	visibility: visible;
}

#navigation form {
	float: right;
	height: 100%;
	padding-left: 20px;
	width: 295px;
	border-left: 1px solid #FFFFFF;
	background: #FEC42D;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#navigation fieldset {
	border: none;
}

#navigation input {
	vertical-align: middle;
}

#navigation #s {
	width: 240px;
}

#navigation #searchbutton {
	padding: 0 2px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: #A3C159;
}

/* content */
#content {
	float: left;
	width: 600px;
	padding: 30px 0 0 10px;
}

#entrynavigation {
	border-bottom: 1px solid #EDE8E2;
	height: 26px;
	padding-bottom: 3px;
	margin: 0 0 20px;
}

/* entry */
.entry {
	/*margin-bottom: 40px;*/
	margin-bottom: 20px;
	float: left;
	width: 600px;
}

.entry-content a {
	text-decoration: underline;
	color: #4169E1;
}

.entry-content a:hover {
	text-decoration: underline;
	color: #009193;
}

.entry-content a.external {
	background: url("images/external.png") no-repeat scroll right center
		transparent;
	padding-right: 13px;
}

.entry-content .more-link {
	color: #6C8C37;
	text-decoration: none;
}

.entry.single {
	clear: both;
	float: none;
	margin: 0;
}

.entry_img {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 5px;
	border: 1px solid #EDF3DE;
	background: #EDF3DE;
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.entry_img img {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 6px;
	background: #FFFFFF;
}

.entry-meta {
	background: #EDF3DE;
	height: 32px;
	line-height: 22px;
	padding: 3px 12px;
	margin: 0 0 10px;
}

.entry-meta span {
	border-right: 1px solid #414141;
	padding-right: 9px;
	margin-right: 10px
}

.entry-meta .view {
	border-right: 0;
}

.entry-meta .category {
	border-right: 0;
}

.entry-meta .editlink {
	border-right: 0;
	float: right;
}

.entry span.moretext {
	padding-right: 23px;
	background: url(images/read_more.gif) 100% 3px no-repeat;
}

.entry.single .entry-meta {
	margin-bottom: 20px;
}

/* lists */
.entry ol,.entry ul {
	padding-bottom: 20px;
	margin-left: 20px;
}

#toc-container {
	float: right;
	background: white;
}

#toc {
	float: right;
	max-width: 200px;
	padding: 6px;
	margin: 0 0 20px 20px;
	border: 1px solid #EDF3DE;
	background: white;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#toc ul {
	padding-bottom: 0;
}

#toc li {
	
}

#toc a {
	text-decoration: none;
	color: #6C8C37;
	outline: none;
}

#toc a:hover {
	text-decoration: underline;
	color: #009193;
}

#toc strong { /*border-bottom:1px solid #EDF3DE;*/
	/*display:block;*/
	font-size: 16px;
	padding: 0 4px;
}

#toc span { /*display:block;*/
	margin: 4px;
	cursor: pointer;
	float: right;
}

#toctop {
	display: block;
	border-bottom: 1px solid #EDF3DE;
	margin-bottom: 5px;
}

ul ul,ul ol,ol ol,ol ul {
	padding: 0;
}

ul.posts_lists {
	padding-bottom: 20px;
}

#google_ads_div_300X250 {
	margin: 10px auto 20px;
	border-top: 1px solid #EDE8E2;
	padding-top: 19px;
	text-align: center;
}
/*
.coupon {
	background: #EDF3DE;
	padding: 10px;
}

#coupon-copy {
	color: #009193;
	margin-left: 10px;
}
*/
.tags a {
	border: 1px solid #EDF3DE;
	padding: 4px 8px;
	margin: 0 4px;
	text-decoration: none;
}

.tags a:hover {
	background: #A3C159;
	color: #FFFFFF;
}

.entry_extend div {
	border-top: 1px solid #EDE8E2;
	margin-bottom: 20px;
	padding-top: 19px;
	float: left;
	width: 600px;
	clear: both;
}

#copyright .avatar {
	float: left;
	margin-right: 10px;
}

/*post lists*/
#content .post_list_title {
	border-bottom: 1px solid #EDE8E2;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 3px 20px;
}

.post_list_title span,.post_list_title a {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #EDF3DE;
	border: 1px solid #EDE8E2;
	color: #414141;
	cursor: pointer;
	margin: 0 4px;
	padding: 6px 8px;
}

#content .post_list_title_selected {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px solid #FFFFFF;
	color: #6C8C37;
}

div.posts_lists ul {
	padding-left: 4px;
}

.posts_lists li {
	background: url("images/post.gif") no-repeat left center;
	list-style: none;
	padding-left: 20px;
}

.postnavi {
	border-top: 1px solid #EDE8E2;
	padding-top: 19px;
	border-bottom: 1px solid #EDE8E2;
	padding-bottom: 19px;
	margin-bottom: 20px;
	float: left;
	width: 600px;
}

.postnavi .next {
	float: right;
	padding-right: 10px;
}

.postnavi .prev {
	float: left;
	padding-left: 10px;
}
#store-header{
	margin:0 0 10px 0;
}
#store-name{
	float:left;
}
#store-info-tab{
	margin:0 0 20px 0;
}
#store-coupon-tab{
	margin:0 0 20px 0;
}
#tabs-nav {
    height: 40px;
    margin: 10px 0;
}
ul.tabs {
float:left;
list-style:none;
height:32px;
border-bottom:1px solid #CCC;
border-left:1px solid #CCC;
width:100%;
margin:0;
padding:0;
}
ul.tabs li {
float:left;
height:31px;
line-height:31px;
border:1px solid #CCC;
border-left:none;
overflow:hidden;
position:relative;
background:#FFF;
margin:0 0 -1px;
padding:0;
}
ul.tabs li a {
text-decoration:none;
color:#FE7C34;
display:block;
border:1px solid #fff;
outline:none;
padding:0 20px;
cursor: pointer;
}
ul.tabs li a:hover {
background:#ccc;
/*text-decoration:underline;*/
color:#FFF;
}
html ul.tabs li.active,html ul.tabs li.active a:hover {
background:#FFF;
border-bottom:1px solid #fff;
color:#CCC;
}
ul.tabs li.active a {
text-decoration:none;
color:#666;
font-size:110%;
display:block;
border:0 solid #fff;
outline:none;
font-weight:700;
padding:0 20px;
}
/* comments */
.comment-navigation {
	padding: 5px 0 10px 0;
}

.comments_title {
	color: #009193;
	clear: both;
}

.required {
	color: red;
	text-shadow: 0 1px 0 #FFFFFF;
}

.comments_title a {
	margin-left: 2px;
	padding-left: 6px;
	border-left: 1px solid;
	font-size: 16px;
	font-weight: normal;
	padding-right: 10px;
}

.commentlist {
	margin-left: 4px;
}

.commentlist ul {
	margin: 20px 0 0 20px;
}

li.comment {
	list-style: none;
	margin-bottom: 28px;
	border-bottom: 1px dotted #E8E7E5;
}

.children li.comment {
	list-style: none;
	margin-bottom: 28px;
	border-bottom: 0px;
}

li.comment p {
	margin-bottom: 10px;
}

.comment_header {
	margin-bottom: 10px;
	padding: 4px 0 4px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.comment_header {
	background: #EDF3DE;
}

.comment_header.alt {
	background: #E9F7F6;
}

.comment_header abbr {
	border-bottom: none;
	/*
	border-left:1px solid #414141;
	border-right:1px solid #414141;
	margin:0 8px;
	padding:0 8px;
	*/
}

.comment_footer {
	clear: both;
}

.comment_footer .reply {
	float: left;
	width: 50px;
}

.comment_footer .helpful {
	float: right;
	width: 450px;
}

.reviewer .fn {
	font-weight: bold;
	font-style: italic;
}

li.comment small {
	float: left;
}

.form-submit #submit {
	background-image: url(images/shade.png);
	background-position: bottom;
	background-color: #9d4;
	display: block;
	position: relative;
	padding: 5px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	font-size:15px;
}
.form-submit #submit:hover {
	background-color: #a00;
}

.form-submit #submit:active {
	background-color: #444;
}
.ratingradio {
	margin:0 3px;
}
.ratingradiona {
	margin:0 5px 0 10px;
	padding: 0 0 0 5px;
	border-left: 1px solid #444;
}
.ratingradiotip {
	font-size:0.9em;
	color:#bbb;
}
.comment_rating_up,.comment_rating_down,.comment_rating_up_gray,.comment_rating_down_gray,.comment_rating_loading
	{
	float: left;
	height: 14px;
	text-indent: -999px;
	width: 14px;
	margin-left: 6px;
	background: url("images/s.gif");
}

.comment_rating_up {
	background-position: 0 -120px;
	cursor: pointer;
}

.comment_rating_down {
	background-position: 0 -140px;
	cursor: pointer;
}

.comment_rating_up_gray {
	background-position: 0 -160px;
}

.comment_rating_down_gray {
	background-position: 0 -180px;
}

.comment_rating_loading {
	background: url("images/loading.gif");
}

/*
.comment .avatar {
	float:right;
	padding:2px;
	margin:38px 0 8px 6px;
	border:1px #EDE8E2 solid;
	clear:both;
	height:32px;
	width:32px;
}
*/
.comment #avatar {
	float: left;
	width: 50px;
}

#comment-block {
	float: right;
	width: 540px;
}

.children #comment-block {
	width: 520px;
}

/* form */
#commentform {
	margin-bottom: 20px;
	background: #EDF3DE;
	padding: 6px 0;
}

#commentform fieldset {
	border: 0;
}

#commentform label {
	margin: 0 15px;
	float: left;
	color: #6C8C37;
}

#commentform label.ratinglabel {
	width:70px;
	margin: 0 15px;
}
#commentform p {
	padding: 6px 0;
	border-bottom: 1px solid #FFFFFF;
	margin: 0;
}

#commentform input {
	border: 1px solid #EDE8E2;
	padding: 3px;
	overflow: auto;
}

#commentform textarea { /*width: 72%;*/
	
}

#recaptcha_widget_div{
	border-bottom:1px solid #FFFFFF;padding:6px 2px;
}

#commentform .button {
	width: 80px !important;
	background: #FFFFFF;
	margin-left: 90px;
}

#commentform .info {
	padding-left: 90px;
}

#ajax_comment_info {
	color: #FEC42D;
}

#ajax_comment_info span.error {
	font-weight: bold;
}

/* content misc */
.pagenavi {
	width: 600px;
	float: left;
	margin-bottom: 20px;
}

.page-numbers {
	margin: 0 12px 0 0;
	padding: 4px 8px;
	background: #EDF3DE;
}

a.page-numbers:hover,.page-numbers.current {
	background: #A3C159;
	text-decoration: none;
	color: #FFFFFF;
}

/* subcontent */
#subcontent {
	float: right;
	width: 300px;
	padding: 20px 0 0 15px;
	background: url(images/subcontent_bg.gif) left top no-repeat;
	font-size: 12px;
}

/* subcontent headings */
#subcontent h3 {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: none repeat scroll 0 0 #A3C159;
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	font-weight: lighter;
	height: 22px;
	line-height: 22px;
	padding: 4px 10px;
	width: 280px;
	margin: 10px 0 0;
}

/* subcontent list */
#subcontent ul {
	border-bottom: 1px solid #EDE8E2;
	border-left: 1px solid #EDE8E2;
	border-right: 1px solid #EDE8E2;
	float: left;
	margin-bottom: 10px;
	padding: 9px;
	width: 280px;
}

#subcontent div {
	margin: 10px 0;
	float: left;
}

#subcontent ul li {
	padding-bottom: 2px;
	color: #A3C159;
	list-style: square;
	margin: 2px 0 2px 14px;
}

#subcontent li a {
	padding: 1px 0;
}

#subcontent .l2c li {
	width: 126px;
	float: left;
}
#subcontent .recentcomments em {
	color: #414141;
}
footer {
	clear: both;
	padding: 35px 0 15px;
	background: #FFFFFF url(images/footer_bg.gif) 625px 0 no-repeat;
	display: block;
}

footer p {
	padding-top: 12px;
	border-top: 6px solid #E9F7F6;
}

footer span {
	color: #009193;
}

#wpb {
	font-size: 11px;
	color: #ccc;
}

#wpb a,#wpb a:link,#wpb a:hover,#wpb a:visited {
	font-size: 11px;
	color: #ccc;
}

.sv_item {
	float: left;
	margin: 0 10px;
	padding: 10px;
	text-align: center;
	min-width: 54px;
}

.sv_item.selected {
	background: #EDF3DE;
}

.sv_image {
	display: block;
	padding-top: 54px;
}

.sv_image_1 {
	background: url("smilies/1.gif") no-repeat center 0;
}

.sv_image_2 {
	background: url("smilies/2.gif") no-repeat center 0;
}

.sv_image_3 {
	background: url("smilies/3.gif") no-repeat center 0;
}

.sv_image_4 {
	background: url("smilies/4.gif") no-repeat center 0;
}

.sv_image_5 {
	background: url("smilies/5.gif") no-repeat center 0;
}

.sv_image_6 {
	background: url("smilies/6.gif") no-repeat center 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

.storeprice {
	border: 1px solid #DFDEDC;
	background-color: #FFFFFF;
	margin-bottom: 11px;
}

.storeprice a {
	color: #FFFFFF;
}

.pricetop {
	padding: 10px;
}

.storelogo {
	float: left;
	width: 160px;
}

.price {
	float: left;
	padding: 10px 40px;
	width: 160px;
}

.gotostore {
	float: left;
	padding-top: 2px;
}

.pricebottom {
	background-color: #F1F1F1;
	color: #7B7B7B;
	font-size: 10px;
	height: 20px;
	padding-left: 13px;
}

.additionalproduct {
	border: 1px solid #DFDEDC;
	background-color: #FFFFFF;
	margin-bottom: 11px;
}

.additionalproducttop {
	background-color: #F1F1F1;
	color: #7B7B7B;
	font-size: 14px;
	height: 30px;
	padding: 10px 0 0 10px;
}

.additionalproductbottom {
	padding: 10px;
}

.oneproduct {
	float: left;
	width: 180px;
}

.additionalproductline {
	clear: both;
}

.productbox {
	border: 1px solid #DFDEDC;
	background-color: #FFFFFF;
	margin-bottom: 11px;
}

.productboxtop {
	background-color: #F1F1F1;
	color: #7B7B7B;
	font-size: 14px;
	height: 30px;
	padding: 10px 0 0 10px;
}

.productboxbottom {
	padding: 10px;
}

.productwrapper {
	float: left;
	width: 180px;
}

.productboxline {
	clear: both;
}

.tags {
	margin: 5px 0 10px 0;
	line-height: 30px;
}
.storebox-thumb {
	float: left;
	max-width: 150px;
	overflow: hidden;
}
.storebox-content {
	float: right;
	width:440px;
}
.storebox-content #store-name a{
	font-size: 20px;
	line-height:22px;
}
.storebox-content .category {
	font-size:12px;
}
#store-thumb {
	float: right;
	width: 150px;
    overflow: hidden;
}

#store-name a {
	color: #009AD3;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 2px;
	padding-top: 7px;
}
.latest-review{
	padding: 5px 0;
}
.hreview-left {
	float: left;
	width: 400px;
}
.excerpt {
	margin: 10px 0;
}

#write-a-review {
	margin: 5px;
/*	background: url("images/button_write_review.gif") no-repeat;*/
	height: 25px;
/*	width: 131px;*/
	float:right;
}

.average {
	color: #8dc63f;
	font-size: 19px;
	font-weight: bold;
}

.red {
	color: red;
	text-shadow: 0 1px 0 #FFFFFF;
}

.stars {
	background-image: url("images/star-sprite.png");
	background-repeat: no-repeat;
	border: 0 none;
	height: 16px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 80px;
}

.stars.zero {
	background-position: 0 0;
}

.stars.half {
	background-position: 0 -16px;
}

.stars.one {
	background-position: 0 -32px;
}

.stars.onehalf {
	background-position: 0 -48px;
}

.stars.two {
	background-position: 0 -64px;
}

.stars.twohalf {
	background-position: 0 -80px;
}

.stars.three {
	background-position: 0 -96px;
}

.stars.threehalf {
	background-position: 0 -112px;
}

.stars.four {
	background-position: 0 -128px;
}

.stars.fourhalf {
	background-position: 0 -144px;
}

.stars.five {
	background-position: 0 -160px;
}

.cmp_table {
	background: #cccccc;
	margin: 8px 0 8px 0;
	border: solid #cccccc;
	border-width: 1px 1px 1px 0px;
}

.cmp_table tr.even {
	background-color: #f5f5f5;
	border-right: 1px solid white;
	vertical-align: middle;
	padding: 9px;
}

.cmp_table tr.odd {
	background-color: #ffffff;
	border-right: 1px solid white;
	vertical-align: middle;
	padding: 9px;
}

.cmp_table .rank {
	font-weight: bold;
	font-size: 19px;
	text-align: center;
	vertical-align: middle;
}

.cmp_table td.cell {
	vertical-align: middle;
	padding: 9px;
	border: 1px solid #cccccc;
}

.cmp_table th {
	background: white;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	border: solid #cccccc;
	border-width: 0 0 1px 1px;
	padding: 0 9px;
}

.cmp_table thead th {
	background: White repeat-x;
	font-weight: bold;
}

.shortd {
	color: #d00000;
	font-weight: bold;
}

.postreviewinfogroup {
	float: right;
}

.postreview {
	float: right;
}

.post_rating {
	float: right;
}

.sponsored_info {
	POSITION: relative;
	text-align: center;
}

.review_rating_top {
	border: 0; //
	width: 500px;
}

.review_rating {
	MARGIN: 5px;
	PADDING: 5px; //
	background-color: #eee;
}

.rating_in_cmptable {
	
}

.rating_in_post {
	background-color: #eee;
}

.rating_in_comment {
	background-color: #eee;
}

.review_rating div.default {
	LIST-STYLE: none;
	MARGIN: 0;
	PADDING: 0;
	FLOAT: left;
	TOP: -1px;
	WIDTH: 60px;
	HEIGHT: 12px;
	POSITION: relative;
	BACKGROUND:
		url('http://www.chinawholesalereview.com/wp-content/plugins/wpus-reviews/images/star-10.gif')
		repeat;
}

.review_rating div.rating {
	PADDING: 0;
	MARGIN: 0;
	FLOAT: left;
	DISPLAY: block;
	WIDTH: 60px;
	HEIGHT: 12px;
	TEXT-DECORATION: none;
	text-indent: -9000px;
	Z-INDEX: 20;
	POSITION: absolute;
	PADDING: 0;
	BACKGROUND:
		url('http://www.chinawholesalereview.com/wp-content/plugins/wpus-reviews/images/star-11.gif')
		left 25px;
	FONT-SIZE: 1px;
}

.review_rating div.ratingcat {
	FLOAT: left;
	FONT-SIZE: 13px;
	FONT-FAMILY: Arial;
	COLOR: #888;
}

.review_rating div.ratinginfo {
	POSITION: relative;
	FLOAT: right;
	FONT-SIZE: 13px;
	FONT-FAMILY: Arial;
	COLOR: #000;
	WIDTH: 40px
}

.review_rating table {
	border: 1px;
}

#rating_form {
	MARGIN: 10px;
	PADDING: 5px;
}

#rating_form input {
	width: 12px;
	padding: 0px;
	margin: 0px 0px 0px 0;
}

.helpful {
	width: 100%;
	POSITION: relative;
	text-align: right;
}

.helpful_info {
	text-align: right;
}

.helpful_num {
	color: red;
}

.reviewtitle {
	POSITION: relative;
	text-align: left;
	font-weight: bold;
	color: black;
}

.ratingscalelabel {
	border-top: none 1px #669;
	border-bottom: none 1px #669;
	padding-right: 5px;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;;
	text-align: center;
	vertical-align: middle;
}

.ratingscalestyle {
	background-color: #ccf;
	color: #ccf;
	overflow: hidden;
}

.ratingscalevalue {
	border-top: none 1px #669;
	border-bottom: solid 1px #669;
	padding-right: 5px;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;;
	text-align: center;
	vertical-align: middle;
}

.ratingscalevaluena {
	border-top: none 1px #669;
	border-bottom: solid 1px #669;
	border-left: solid 1px #060609;
	padding-right: 5px;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;;
	text-align: center;
	vertical-align: middle;
}

.ratingcat {
	border-top: solid 0px #669;
	border-bottom: solid 1px #669;
	padding-right: 5px;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;;
	text-align: right;
}

.ratingscaleinput {
	border-top: solid 0px #669;
	border-bottom: solid 1px #669;
	padding-right: 5px;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;;
	text-align: center;
	vertical-align: middle;
}

.ratingscaleinputna {
	border-top: solid 0px #669;
	border-bottom: solid 1px #669;
	border-left: solid 1px #060609;
	padding: 2px;
	padding-right: 5px;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;;
	text-align: center;
	vertical-align: middle;
}

.panel {
	background-color: #fff;
	padding: 1px;
	border: 3px solid #f0ebe4;
	margin-bottom: 8px
}
.panel ol,.panel ul {
	margin-left: 3em
	list-style: none outside none;
}

.panel ol li,.panel ul li {
	line-height: 150% !important
}
.panel .inner {
    padding: 20px;
}
#storeCollection li {
	list-style: none;
	float: left;
	text-align: center;
	height: 70px;
	overflow: hidden
}

#storeCollection a.thumb {
	width: 152px;
	height: 42px;
	margin: 0 5px;
	border-color: #f8f3eb;
	display: block;
	background-color: #FFFFFF;
}

#storeCollection img {
	width: 150px;
	height: 40px;
	border: 1px solid #d1c8b8
}
#storeCollection a {
	font-size: 11px;
	color: #6a5a3a;
	text-decoration: none
}

#storeCollection a:hover {
	border-color: #fdedb4
}

#storeCollection a:hover img {
	opacity: 1;
	border-color: #febf02
}
a.thumb {
    background-color: #FFFFFF;
    border: 2px solid #D1C8B8;
    display: block;
    height: 49px;
    width: 67px;
}
a.thumb:hover {
    border-color: #FDEDB4;
}
a.thumb img {
    border: 1px solid #927B51;
    height: 47px;
    opacity: 0.8;
    width: 65px;
}
a.thumb:hover img {
    border-color: #FEBF02;
    opacity: 1;
}
.dealbox{
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 15px;
	padding: 0 0 5px;
}
.dealbox h3{
	font-size: 16px;
	border: 0;
    margin: 0 0 5px 0;
    color: #009AD3;
}
.dealbox a{
	color: #009AD3;
	text-decoration: none;
}
.dealbox a:hover{
	color: #009AD3;	
    text-decoration: underline;
}
.codebox{
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 15px;
	padding: 0 0 5px;
}
.codebox h3{
	font-size: 16px;
	border: 0;
    margin: 0 0 5px 0;
}
.codebox .coupon{
	float:left;
    padding: 0px;;
}
.codetitle{
}
.dealtitle{
	background: url("images/sale.jpg") no-repeat scroll left center transparent;
    padding-left: 50px;
}
.codeinfo{
	
}
.codelabel{
	float:left;
}
.codedesc{
	
}
.dealdesc{
	
}
div.coupon_code
{
display:inline;
}
div.cpncode
{
cursor:pointer;
display:inline;
height:21px;
max-width:185px;
overflow:hidden;
/*float:left;*/
font-size:17px;
font-weight:bold;
color:#333333;
border:1px dashed #FAA50B;
padding:1px 26px 0 5px;
background:#FEF3DE url(images/scissors.png) right no-repeat;
}
div.cpncode.active{background:#33CC66 url(images/scissors.png) right no-repeat;
}
div a.cpncode_a{
text-decoration: none;
}
.CouponTips{
position: absolute;
font-family:arial,sans-serif;
font-size:16px;
font-weight:normal;
left: -1000px;
top: -1000px;
border: solid 1px #777;        
background-color: #FFFFdd;
color:#000;
padding: 1px;
z-index: 50;
cursor: pointer;
}
@media only screen and (max-device-width:480px) {
	body {
		font-size: 16px;
	}
	#div-gpt-ad-1329664844079-0,#navigation form,#coupon-nav,#navigation li ul,#subcontent,#entrynavigation
		{
		display: none;
	}
	#container {
		background: #ffffff;
		width: 468px;
		padding: 0 10px;
		border-top: 10px solid #FFFFFF
	}
	#navigation ul li a {
		font-size: 18px;
	}
	#content {
		width: 468px;
		padding: 20px 0 0 0;
	}
	.entry {
		width: 468px;
	}
	.entry p,.entry ol,.entry ul,.entry img {
		overflow: hidden;
	}
	.entry_extend div {
		width: 468px;
	}
	.sv_item {
		margin: 0;
	}
	.postnavi,.pagenavi {
		width: 468px;
	}
	#socialshare a {
		margin-right: 2px;
	}
	#content img {
		max-width: 450px;
	}
	#content .entry img {
		max-width: 450px;
	}
	#toc-container {
		float: none;
	}
	#toc {
		float: none;
		border: none;
		padding: 0;
		margin-left: 0;
		max-width: 400px;
	}
	#toc strong {
		border: none;
		margin-bottom: 10px;
	}
	#toc span {
		display: none;
	}
	footer {
		background: none repeat scroll 0 0 #FFFFFF;
	}
	footer p {
		font-size: 12px;
		padding: 10px 20px 10px 0;
	}
}