/*
Theme Name: Dlix
Theme URI: http://wordpress.org/
Description: Dlix theme
Version: 1.0
Author: Tlix
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 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;
}

/* featured */
.featured {
	clear:both;
}
.featuredhead {
	-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: 580px;
	margin: 0;	
}
.featuredstores {
}
.featuredstores ul {
	border-bottom: 1px solid #EDE8E2;
	border-left: 1px solid #EDE8E2;
	border-right: 1px solid #EDE8E2;
	float: left;
	margin-bottom: 10px;
	padding: 9px;
	width: 580px;
}
.featuredstores li {
	list-style: none;
	float: left;
	text-align: center;
	height: 80px;
	overflow: hidden
}

.featuredstores a.thumb {
	width: 152px;
	height: 42px;
	margin: 0 15px;
	border-color: #f8f3eb;
	display: block;
	background-color: #FFFFFF;
}

div.featuredstores a.thumb img {
	width: 150px;
	height: 40px;
	border: 1px solid #d1c8b8;
	opacity: 1;
}
.featuredstores a {
	font-size: 11px;
	color: #6a5a3a;
	text-decoration: none
}

.featuredstores a:hover {
	border-color: #fdedb4
}

/* related */
.related {
	clear:both;
}
.relatedhead {
	-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: 580px;
	margin: 0;	
}
.relatedstores {
}
.relatedstores ul {
	border-bottom: 1px solid #EDE8E2;
	border-left: 1px solid #EDE8E2;
	border-right: 1px solid #EDE8E2;
	float: left;
	margin-bottom: 10px;
	padding: 9px;
	width: 580px;
}
.relatedstores li {
	list-style: none;
	float: left;
	text-align: center;
	height: 80px;
	overflow: hidden
}

.relatedstores a.thumb {
	width: 152px;
	height: 42px;
	margin: 0 15px;
	border-color: #f8f3eb;
	display: block;
	background-color: #FFFFFF;
}

div.relatedstores a.thumb img {
	width: 150px;
	height: 40px;
	border: 1px solid #d1c8b8;
	opacity: 1;
}
.relatedstores a {
	font-size: 11px;
	color: #6a5a3a;
	text-decoration: none
}

.relatedstores a:hover {
	border-color: #fdedb4
}



/* side related */
#subcontent div.siderelated {
	clear:both;
}
#subcontent div.siderelatedleft {
	float:left;
	margin-right: 10px;
}
#subcontent div.siderelatedright {
	float:right;
}
#subcontent div.siderelatedhead {
	-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: 180px;
	margin: 0;	
}
#subcontent div.siderelatedstores {
	margin: 0;
}
#subcontent div.siderelatedstoreleft {
	float: left;
	margin: 0;
}
#subcontent div.siderelatedstoreright {
	float: right;
	text-align: left;
	margin: 0;
}
#subcontent div.siderelatedstores ul {
	border-bottom: 1px solid #EDE8E2;
	border-left: 1px solid #EDE8E2;
	border-right: 1px solid #EDE8E2;
	float: left;
	margin-bottom: 10px;
	padding: 9px;
	width: 180px;
}
#subcontent div.siderelatedstores li {
	list-style: none;
	float: left;
	text-align: center;
	height: 65px;
	overflow: hidden;
	margin: 10px 0 0 0;
}

#subcontent div.siderelatedstores a.thumb {
	width: 152px;
	height: 42px;
	margin: 0 10px;
	border-color: #f8f3eb;
	display: block;
	background-color: #FFFFFF;
}

#subcontent div.siderelatedstores a.thumb img {
	width: 150px;
	height: 40px;
	border: 1px solid #d1c8b8;
	opacity: 1;
}
#subcontent div.siderelatedstores a {
	font-size: 11px;
	color: #6a5a3a;
	text-decoration: none
}

#subcontent div.siderelatedstores a:hover {
	border-color: #fdedb4
}
#subcontent div.siderelatedcount {
	float: none;
	width: 85px;
	margin: 0;
}
#subcontent div.siderelatedcount a {
	font-size: 14px;
	color: #6C8C37;
	text-decoration: none
}

#subcontent div.siderelatedcount a:hover {
	text-decoration: underline;
	color: #009193;	
}
#subcontent div.siderelatedstorename{
	margin: 0 0 0 15px;
}
/* toprated */
.toprated {
	clear:both;
}
.topratedleft {
	float:left;
	margin-right: 10px;
}
.topratedright {
	float:right;
}
.topratedhead {
	-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: 270px;
	margin: 0;	
}
.topratedstores {
	/*float: left;*/	
}
.topratedstoreleft {
	float: left;	
}
.topratedstoreright {
	float: right;
	text-align: left;
}
.topratedstores ul {
	border-bottom: 1px solid #EDE8E2;
	border-left: 1px solid #EDE8E2;
	border-right: 1px solid #EDE8E2;
	float: left;
	margin-bottom: 10px;
	padding: 9px;
	width: 270px;
}
.topratedstores li {
	list-style: none;
	float: left;
	text-align: center;
	height: 50px;
	overflow: hidden;
	margin-top: 10px;
}

.topratedstores a.thumb {
	width: 152px;
	height: 42px;
	margin: 0 10px;
	border-color: #f8f3eb;
	display: block;
	background-color: #FFFFFF;
}

div.topratedstores a.thumb img {
	width: 150px;
	height: 40px;
	border: 1px solid #d1c8b8;
	opacity: 1;
}
.topratedstores a {
	font-size: 11px;
	color: #6a5a3a;
	text-decoration: none
}

.topratedstores a:hover {
	border-color: #fdedb4
}
.topratedcount {
	width: 85px;
}
.topratedcount a {
	font-size: 14px;
	color: #6C8C37;
	text-decoration: none
}

.topratedcount a:hover {
	text-decoration: underline;
	color: #009193;	
}

/* content */
#content {
	float: left;
	width: 700px;
	padding: 30px 0 0 10px;
}

#entrynavigation {
	border-bottom: 1px solid #EDE8E2;
	height: 26px;
	padding-bottom: 3px;
	margin: 0 0 20px;
}
#breadcrumbs {
	border-bottom: 1px solid #EDE8E2;
	height: 26px;
	padding-bottom: 3px;
	margin: 0 0 20px;
	overflow: hidden;
	white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

/* entry */
.entry {
	/*margin-bottom: 40px;*/
	margin-bottom: 20px;
	float: left;
	width: 700px;
}

.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;
}

.deals-grid {
	margin-bottom: 20px;
	float: left;
	width: 700px;	
}
.deals-grid dl{
	padding: 15px 15px 15px 0;
	width: 220px;
	float: left;
}
.deals-grid dt{
	text-align: center;
}
.deals-grid dl.lastgrid {
	margin-right: 0;
	padding-right: 0;
}
.dealname{
font-size: 12px;
font-weight: bold;
}
.dealstore{
font-size: 12px;
color: #666;
font-style: italic;
font-weight: normal;
}
.dealmeta{
font-size: 11px;
color: #666;
font-style: italic;
}
.dealdesc{
font-size: 12px;
}
.dealexp{
font-size: 12px;
color: #666;
}
.priceshipping{
font-size: 12px;
color: #666;
}
.orgprice {
font-size: 11px;
margin-right: 5px;
color: #333333;
display: inline-block;
text-decoration: line-through;
}
.saleprice {
font-size: 16px;
font-weight: bold;
color: #990000;
line-height: 18px;
display: inline-block;
}
.deals-grid .separator {
height: 5px;
overflow: hidden;
border-bottom: 1px dotted #dddddd;
margin-bottom: 5px;
}

.single-deal {
margin-bottom: 15px;	
}
.single-deal .deal-left {
	float:left;
	width:170px;
	padding: 0px 15px 0px 0;
	text-align: center;
}
.single-deal .deal-right {
	float:right;
	text-align: left;
	width:500px;
	padding: 5px 5px 5px 10px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	background: #F9F9F9;
}
#content .single-deal .deal-right h1{
	margin-bottom: 0px;
}
#deal-howto {
border-top: 1px solid #DBDBDB;
border-bottom: 1px solid #DBDBDB;
background: #eee url('images/how-to-get-it.png') no-repeat right bottom;
padding: 2px 5px 2px 8px;
margin-top: 8px;
margin-bottom: 5px;
font-size: 12px;
line-height: 1.3em;
overflow: hidden;
width: 480px;
}
#deal-howto p.click-p {
margin: 5px 0 10px 0;
padding: 0px;
}
#deal-howto .click-here {
margin: 0 2px -8px 0;
}
#content .deal-description h3{
	margin: 10px 0 10px 0;
	font-size: 14px;
color: #224303;
border-bottom:none;
}
.deal-description{
	font-size: 13px;
margin: 5px 0px 5px 0px;
padding: 0 0 5px 0;
line-height: 1.5em;
color: #555555;
overflow: hidden;
}
#more-coupon-codes {
margin: 10px 5px 10px 0;
padding: 5px 0 5px 14px;
border: 2px dashed #DBDBDB;
background-color: #eee;
}
.coupon-scissor {
width: 18px;
height: 15px;
position: absolute;
margin: -14px 0 0 -22px;
background: url('images/black-scissor.gif') no-repeat scroll 0 0;
}
#more-reviews {
margin: 10px 5px 10px 0;
padding: 5px 0 5px 14px;
border: 2px dashed #DBDBDB;
background-color: #eee;
}
.reviews-icon {
width: 20px;
height: 20px;
position: absolute;
margin: -14px 0 0 -22px;
background: url('images/reviews-icon.png') no-repeat scroll 0 0;
}
.single-deal .deal-left dt {
margin-bottom: 15px;	
}
#tags {
margin-top: 15px;	
}
#related-deals {
margin: 10px 0px;
padding: 10px 0px;
width: 700px;
border-top: solid 1px #DBDBDB;
border-bottom: solid 1px #DBDBDB;
}
.rel-deals-grid {
	margin-bottom: 10px;
	float: left;
	width: 700px;
	text-align: center;
}
.rel-deals-grid dl{
	padding: 10px 10px 10px 0;
	width: 165px;
	float: left;
}
.rel-deals-grid dl.thelast {
	margin-right: 0;
	padding-right: 0;
}
#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;
}
.tag-desc {
	margin: 20px 0 5px 0;
	border-top: 1px solid #DDD;
	padding: 10px 0 0 0;
}
.tag-desc h5{
	margin-bottom: 5px;
}

.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;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#store-header{
	margin:0 0 20px 0;
}
.store-name{
	float:left;
}
#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;
}
#store-coupon-tab {
margin: 0 0 15px 0;
}
/*----------------------Directory categories----------------------*/
.dir-categories {
clear:both;
padding:10px;
width:580px;
border-top: dotted 1px #CCCCCC;
float:left;
}
#dir-cat-nav {
font-weight:bold;
padding-left:10px;
margin-top:2px;
}
.dir-sub-cat {
clear:both;
padding:10px;
border-bottom: dotted 1px #CCCCCC;
}
.dir-sub-cat ul{
list-style:none outside none;
overflow:hidden;
margin:5px 0 5px;
}
.dir-sub-cat li {
float:left;
padding-right:10px;
font-weight:bold;
}
.children {
padding-left:10px;
font-weight:normal;
}
.dir_level_0 {
float:left;
width:190px;
font-weight:bold;
height: 100px;
}
.dir_level_1 {
/*float:left;*/
}
/* 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;
}

.children li.comment-author-admin {
	background-color: #FAF0E6;
}

li.comment p {
	margin-bottom: 10px;
	word-wrap: break-word;
}

.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;
	width: 60px;
	color: #6C8C37;
}

#commentform label.ratinglabel {
	width:290px;
	margin-right:10px;
}
#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: 200px;
	padding: 20px 0 0 15px;
	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: 180px;
	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: 180px;
}

#subcontent div {
	margin: 10px 0;
	float: left;
}
#subcontent div.textwidget {
	margin: 0;
}
#subcontent ul li {
	padding-bottom: 2px;
	color: #A3C159;
	list-style: square;
	margin: 2px 0 2px 14px;
	word-wrap: break-word;
}

#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: 20px 0 20px 0;
	line-height: 30px;
}
#tagcloud .tags {
	line-height: 50px;
}.itemwrapper{
	margin-bottom: 6px;
	border-bottom: solid 1px #EAEAEA;
	padding-bottom: 10px;
}
.item_wp_l{
	float: left;	
	width: 150px;
	padding: 0 5px 0 0; 
}
.item_wp_r{
}
.item_wp_r_b{
	margin: 5px 0 0 0;
	border-top: dashed 1px #EAEAEA;
	text-align:right;
	padding-top: 5px;
}
.item-thumb {
	float: left;
	max-width: 150px;
	overflow: hidden;
}
.item-content {
}
.item-title {
	color: #009AD3;
	line-height: 1.1em;
	margin-bottom: 2px;
	padding-top: 7px;
	font: normal 20px/25px arial;
	word-wrap: break-word;
}
.item-title a {
	color: #009AD3;
}
.item-title a:hover {
	color: #E66400/*#FF8F29;*/
}
.item-desc {
	word-wrap: break-word;
	margin:5px 0 0 0;
}
.item-hint {
font-style: italic;
color: #7A7A7A;
font-size:12px;
}
.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;
}
.storebox-site-desc {
	clear:both;
	font-size: 13px;
	margin: 10px 10px 0 20px;
}
.storebox-site-desc .sd {
	font-size: 14px;
}
#store-thumb {
	float: right;
	max-width: 200px;
}

.store-name a {
	color: #009AD3;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 2px;
	padding-top: 7px;
}
#content .store-name h2 {
	color: #009AD3;
	font-size: 26px;
	line-height: 1.1em;
	margin-bottom: 2px;
	padding-top: 2px;
	border-bottom: 0px;
}
.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;
}
.trusted {
margin: 0px 30px;
}
.trusted_title {
font-weight: bold;
margin: 0;
}
.trusted_number {
line-height: 1.7em;
font-size: 20px;
font-weight: bold;
}
.trusted_bar {
background: #EEE;
float: left;
height: 30px;
margin-right: 10px;
width: 300px;
}
.trusted_stat {
float: left;
height: 30px;
}
.trusted_5 {
background: #008000;
}
.trusted_4 {
background: #9ACD32;
}
.trusted_3 {
background: #FFA500;
}
.trusted_2 {
background: #FF4500;
}
.trusted_1 {
background: #FF0000;
}
.report{
	
}
.reportline{
	clear:both;
	border-bottom: 1px solid #C0C0C0;
	margin-bottom: 10px;
	padding: 5px 0 2px 0;
}
.linenam{
	float:left;
	width:200px;
	font-weight:bold;
}
.lineval{
	float:left;
	width:320px;
	margin-left: 10px;
	word-break: normal;
	word-wrap: break-word;
}
.linelvl{
	float:right;
	height:24px;
	width:50px;
	margin-left: 10px;
}
.lvl_n{
	background: url("images/n1.png") no-repeat;
}
.lvl_y{
	background: url("images/y1.png") no-repeat;
}
.lvl_w{
	background: url("images/w1.png") no-repeat;
}
.lvl_q{
	background: url("images/q1.png") no-repeat;
}
.reportnote{
	font-size:12px;
}
.reportcon{
}
.reportconlabel{
	font-size:15px;
	color: #6C8C37;
	font-weight: bold;
	margin-bottom:10px;
}
.reportcon ul{
	margin-left: 10px;
}
.reportcon ul li{
	list-style: none;
	padding-left: 18px;
}
.reportcon ul li.conyes {
	background: url("images/y1m.png") no-repeat;
}
.reportcon ul li.conno {
	background: url("images/n1m.png") no-repeat;
}
.reportcon ul li.conwarning {
	background: url("images/w1m.png") no-repeat;
}
.reportcon ul li.coninfo {
	background: url("images/i1m.png") no-repeat;
}
.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('/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('/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;
}
a.dealbutton{
float:right;		
width: 120px;
height: 26px;
background-color: #009AD3;
border-radius: 5px;
text-align: center;
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
text-decoration: none;
line-height: 26px;
}
a.dealbutton:hover{
text-decoration: none;
color: #FFFFFF;	
background-color: #1f5fca;
}
.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;
}
/**pin it*/
.social-box {
	display: inline-block;
}
.social-box, .social-box > img {
	position: relative;
}

div.social {
	position: absolute;
	opacity: 0;
	top: 0;
	right: 0;
	z-index: 10;
	height: 80px;
	width: 140px;
}

.social a {
	height: 80px;
	width: 140px;
	display: inline-block;
	text-indent: -9999px;
	background: url('images/pin.png');
	font-family: Helvetica;
	font-weight: bold;
	color: white;
	margin-right: 14px;
	text-decoration: none;
}

.social a img {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 6px;
}
#deal_search_form{
margin: 0px 10px 15px 10px;
padding: 10px 15px 10px 15px;
background-color: #e8e8e8;
border: 1px solid #aaaaaa;
width: 650px;
}
#deal_search_form table{
	margin: 0px;
}
#deal_search_form #search_input{
width: 99%;
height: 30px;
font-size: 20px;
}
#deal_search_form #kym{
width: 99%;
height: 30px;
font-size: 18px;
}
#deal_search_form #search_submit{
height: 30px;
vertical-align: middle;
padding: 0 10px;
color: #222 !important;
font-weight: bold;
}
#deal_search_stat{
margin: 0 0 10px 10px;
color: #666;
}
.et-box { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; margin: 0px 0px 10px; }
.et-box-content { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; text-shadow: 1px 1px 1px #ffffff; padding: 16px 20px 8px 75px; min-height:35px; }
.et-box-content strong { color: #000000; font-weight: bold; }
.et-box-content .cmter { color: #666; font-weight: bold; }
.et-box-content h1, .et-box-content h2, .et-box-content h3, .et-box-content h4, .et-box-content h5, .et-box-content h6 { font-family: Century Gothic, Arial, sans-serif; } 
.et-shadow { border: 1px solid #cbc4c4; box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow:3px 3px 11px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1); }
.et-shadow .et-box-content { color: #6d6e6e; background: #f1f1f1; border: 1px solid #ffffff; padding-left: 30px; }
.et-shadow .et-box-content h1, .et-shadow .et-box-content h2, .et-shadow .et-box-content h3, .et-shadow .et-box-content h4, .et-shadow .et-box-content h5, .et-shadow .et-box-content h6 { color: #4e4e4e; }

@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;
	}
}