@import url('typography.css');

@import url('sliderstyles.css');

/*

Theme Name: Best Deals Theme

Theme URI: http://webventures.ro/

Description: The 2012 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background.

Author: the Zsolt Revay

Version: 1.6

License: GNU General Public License

License URI: license.txt

Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu

*/



/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */



html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	background: transparent;

	border: 0;

	margin: 0;

	padding: 0;

	vertical-align: baseline;

}

body {

	line-height: 1;

}

h1, h2, h3, h4, h5, h6 {

	clear: both;

	

}

ol, ul {

	list-style: none;

}

blockquote {

	quotes: none;

}

blockquote:before, blockquote:after {

	content: '';

	content: none;

}

del {

	text-decoration: line-through;

}

/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: collapse;

	border-spacing: 0;

}

a img {

	border: none;

}

/* =Misc

-------------------------------------------------------------- */



/* =MISC*/

.clearfix,

.clr {clear:both; margin:0px; padding:0px; display: block;}

/* slightly enhanced, universal clearfix hack */

.clearfix:after {

     visibility: hidden;

     display: block;

     font-size: 0;

     content: " ";

     clear: both;

     height: 0;

     }

.clearfix { display: inline-block; 

	

}

/* start commented backslash hack \*/

* html .clearfix { height: 1%; }

/* close commented backslash hack */

/* For IE 7 */





.orange, a.orange, a.orange:visited, a.orange:link{

	/*color:#FF9900!important;*/

	color:#06C!important;

	

}

.over{

	text-decoration:line-through;

}

.rating .nrt{

text-align: center;

display: block;

}

.verti-item .rating .nrt{

	display:none;

}

/* =Layout

-------------------------------------------------------------- */



/*

LAYOUT: Two columns

DESCRIPTION: Two-column fixed layout with one sidebar right of content

*/



#container {

	float: left;

	margin: 0 -250px 0 0;

	width: 100%;

}

#content {

	margin: 0 270px 0 0px;

}

#primary,

#secondary {

	float: right;

	overflow: hidden;

	

}

#primary{

	background:#f5f5f5;

	width: 240px;

	padding:5px;

}

#primary ul{

	background:#fff;

}

#secondary {

	clear: right;

	width: 250px;

	margin-top:10px;

}

#footer {

	clear: both;

	width: 100%;

}



/*

LAYOUT: One column, no sidebar

DESCRIPTION: One centered column with no sidebar

*/



.one-column #content {

	margin: 0 auto;

	width: 640px;

}



/*

LAYOUT: Full width, no sidebar

DESCRIPTION: Full width content with no sidebar; used for attachment pages

*/



.single-attachment #content {

	margin: 0 auto;

	width: 900px;

}











/* =Structure

-------------------------------------------------------------- */



/* The main theme structure */

#head-wrap{

	border-bottom:1px solid #ccc;

	background:#F5F5F5;

	/*background-color: #00A0D1;

background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00A0D1), to(#008DB8));

background-image: -moz-linear-gradient(#00A0D1, #008DB8);

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a0d1', endColorstr='#008db8');

-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a0d1', endColorstr='#008db8')";*/

	width:100%;

}



#colophon,

#branding,

#main,

#wrapper {

	margin: 0 auto;

	width: 980px;

}

#wrapper {

	background: #fff;

	margin-top: 20px;

	padding: 0px;

}



/* Structure the footer area */

#footer-widget-area {

	overflow: hidden;

}

#footer-widget-area .widget-area {

	float: left;

	margin-right: 20px;

	width: 220px;

}

#footer-widget-area #fourth {

	margin-right: 0;

}

#site-info {

	color:#ccc;

	float: left;

	font-weight: bold;

}



/* =Global Elements

-------------------------------------------------------------- */



/* Main global 'theme' and typographic styles */

body {

	background: #FFF;

}

body,

input,

textarea {

	color: #333;

	font-size: 12px;

	line-height: 18px;

}

hr {
	background-color: #ccc;

	border: 0;

	clear: both;

	height: 1px;

	margin-bottom: 18px;

}



/* Text elements */

p {

	margin-bottom: 18px;

}

ul {

	list-style: square;

	margin: 0 0 18px 1.5em;

}

ol {

	list-style: decimal;

	margin: 0 0 18px 1.5em;

}

ol ol {

	list-style: upper-alpha;

}

ol ol ol {

	list-style: lower-roman;

}

ol ol ol ol {

	list-style: lower-alpha;

}

ul ul,

ol ol,

ul ol,

ol ul {

	margin-bottom: 0;

}

dl {

	margin: 0 0 24px 0;

}

dt {

	font-weight: bold;

}

dd {

	margin-bottom: 18px;

}

strong {

	font-weight: bold;

}

cite,

em,

i {

	font-style: italic;

}

big {

	font-size: 131.25%;

}

ins {

	background: #ffc;

	text-decoration: none;

}

blockquote {

	font-style: italic;

	padding: 0 3em;

}

blockquote cite,

blockquote em,

blockquote i {

	font-style: normal;

}

pre {

	background: #f7f7f7;

	color: #222;

	line-height: 18px;

	margin-bottom: 18px;

	overflow: auto;

	padding: 1.5em;

}

abbr,

acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

sup,

sub {

	height: 0;

	line-height: 1;

	position: relative;

	vertical-align: baseline;

}

sup {

	bottom: 1ex;

}

sub {

	top: .5ex;

}



input, textarea {

	border: 1px solid #BACBE3;

	-moz-box-shadow: inset 0 0 3px #CCC;

	-webkit-box-shadow: inset 0 0 3px #CCC;

	box-shadow: inset 0 0 3px #CCC;

}



a:link {

	color: #0066cc;

	text-decoration:none;

}

a:visited {

	color: #0066cc;

}

a:active,

a:hover {

	color: #0066cc;

}



/* Text meant only for screen readers */

.screen-reader-text {

	position: absolute;

	left: -9000px;

}







/* =Header

-------------------------------------------------------------- */



#header {

	padding: 5px 0 0 0;

	width:980px;

	margin: 0 auto;

	position:relative;

}

#head-logo{

	margin:8px 0;

	width:220px;	

	float:left;	

	font-size:30px;

	

	

	

}

#head-logo a{

	text-decoration:none;

	color: #D1312E;

	letter-spacing:-1px;

	

}

#head-logo a .mdl{

	color:#606174;

}

#site-description {	

	margin: 5px 0 0 0;	

	font-size:12px;	

	

}









/* =Menu

-------------------------------------------------------------- */



#access {

	display: block;	

	width: 760px;

	float: left;

	margin-top: 8px;

}

#access .menu-header,

div.menu {

	font-size: 13px;

	float:right;	

}

#access .menu-header ul,

div.menu ul {

	list-style: none;

	margin: 0;

}

#access .menu-header li,

div.menu li {

	float: left;

	position: relative;

	padding-right:5px;

	background:transparent url('images/dwn-arrow.png') center right no-repeat;

}

#access a {

	color: #606174;

	display: block;

	font-weight: bold;	

	display: block;

	line-height: 38px;

	padding: 0 10px;

	text-decoration: none;

}

#access a:hover{

	cursor:pointer;

	

}

#access ul ul {

	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);

	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);

	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);

	display: none;

	position: absolute;

	top: 30px;

	left: 10px;

	

	float: left;

	width: 195px;

	z-index: 99999;

	

}

#access .menu-header ul ul li{

	background-image:none

}

#access ul ul li {

	min-width: 180px;	

	padding-right:10px;

}

#access ul ul ul {

	left: 100%;

	top: 0;

	

}

#access ul ul a {

	background: #fff;

	line-height: 1em;

	padding: 10px;

	width: 180px;

	height: auto;

}

#access li:hover > a,

#access ul ul :hover > a {	

	color: #D1312E;

}

#access ul li:hover > ul {

	display: block;

	

}

#access ul li.current_page_item > a,

#access ul li.current-menu-ancestor > a,

#access ul li.current-menu-item > a,

#access ul li.current-menu-parent > a {

	color: #333;

	

}

* html #access ul li.current_page_item a,

* html #access ul li.current-menu-ancestor a,

* html #access ul li.current-menu-item a,

* html #access ul li.current-menu-parent a,

* html #access ul li a:hover {

	color: #fff;

}





/* =Content

-------------------------------------------------------------- */



#main {

	clear: both;

	overflow: hidden;

	padding: 0px 0 0 0;

}

.page #main{

	padding:0px;

}

#content {

	margin-bottom: 36px;

}

#content,

#content input,

#content textarea,
.single-top {
	font-size: 14px;
	color: #333;
	line-height: 1.5em;

}

#content p,

#content ul,

#content ol,

#content dd,

#content pre,

#content hr {

	margin-bottom: 24px;

}

#content ul ul,

#content ol ol,

#content ul ol,

#content ol ul {

	margin-bottom: 0;

}

#content pre,

#content kbd,

#content tt,

#content var {

	font-size: 15px;

	line-height: 21px;

}

#content code {

	font-size: 13px;

}

#content dt,

#content th {

	color: #333;

}

#content h1,

#content h2,

#content h3,

#content h4,

#content h5,

#content h6 {

	color: #333;

	line-height: 1.5em;

	margin: 0 0 20px 0;

}

#content .section-title{
	margin: 7px 0 10px 0;
	font-size:18px;
}

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}

#content tr th,

#content thead th {

	color: #888;

	font-size: 12px;

	font-weight: bold;

	line-height: 18px;

	padding: 9px 24px;

}

#content tr td {

	border-top: 1px solid #e7e7e7;

	padding: 6px 24px;

}

#content tr.odd td {

	background: #f2f7fc;

}

.hentry {

	margin: 0 0 48px 0;

}

.home .sticky {

	background: #f2f7fc;

	border-top: 4px solid #000;

	margin-left: -20px;

	margin-right: -20px;

	padding: 18px 20px;

}

.single .hentry {

	margin: 0 0 36px 0;

}

.page-title {

	color: #000;

	font-size: 14px;

	font-weight: bold;

	margin: 0 0 36px 0;

}

.page-title span {

	color: #333;

	font-size: 16px;

	font-style: italic;

	font-weight: normal;

}

.page-title a:link,

.page-title a:visited {

	color: #888;

	text-decoration: none;

}

.page-title a:active,

.page-title a:hover {

	color: #ff4b33;

}

.single-top .entry-title,
#content .entry-title {

	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.752em;
}

.entry-title a:link,

.entry-title a:visited {

	color: #000;

	text-decoration: none;

}

.entry-title a:active,

.entry-title a:hover {

	color: #D1312E;

}

.entry-meta {

	color: #888;

	font-size: 12px;

}

.entry-meta abbr,

.entry-utility abbr {

	border: none;

}

.entry-meta abbr:hover,

.entry-utility abbr:hover {

	border-bottom: 1px dotted #666;

}

.entry-content,

.entry-summary {

	clear: both;

	padding: 12px 0 0 0;

}

#content .entry-summary p:last-child {

	margin-bottom: 12px;

}

.entry-content fieldset {

	border: 1px solid #e7e7e7;

	margin: 0 0 24px 0;

	padding: 24px;

}

.entry-content fieldset legend {

	background: #fff;

	color: #000;

	font-weight: bold;

	padding: 0 24px;

}

.entry-content input {

	margin: 0 0 24px 0;

}

.entry-content input.file,

.entry-content input.button {

	margin-right: 24px;

}

.entry-content label {

	color: #888;

	font-size: 12px;

}

.entry-content select {

	margin: 0 0 24px 0;

}

.entry-content sup,

.entry-content sub {

	font-size: 10px;

}

.entry-content blockquote.left {

	float: left;

	margin-left: 0;

	margin-right: 24px;

	text-align: right;

	width: 33%;

}

.entry-content blockquote.right {

	float: right;

	margin-left: 24px;

	margin-right: 0;

	text-align: left;

	width: 33%;

}

.page-link {

	clear: both;

	color: #000;

	font-weight: bold;

	margin: 0 0 22px 0;

	word-spacing: 0.5em;

}

.page-link a:link,

.page-link a:visited {

	background: #f1f1f1;

	color: #333;

	font-weight: normal;

	padding: 0.5em 0.75em;

	text-decoration: none;

}

.home .sticky .page-link a {

	background: #d9e8f7;

}

.page-link a:active,

.page-link a:hover {

	color: #ff4b33;

}

body.page .edit-link {

	clear: both;

	display: block;

}

#entry-author-info {

	background: #f2f7fc;

	border-top: 4px solid #000;

	clear: both;

	font-size: 14px;

	line-height: 20px;

	margin: 24px 0;

	overflow: hidden;

	padding: 18px 20px;

}

#entry-author-info #author-avatar {

	background: #fff;

	border: 1px solid #e7e7e7;

	float: left;

	height: 60px;

	margin: 0 -104px 0 0;

	padding: 11px;

}

#entry-author-info #author-description {

	float: left;

	margin: 0 0 0 104px;

}

#entry-author-info h2 {

	color: #000;

	font-size: 100%;

	font-weight: bold;

	margin-bottom: 0;

}

.entry-utility {

	clear: both;

	color: #888;

	font-size: 12px;

	line-height: 18px;

}

.entry-meta a,

.entry-utility a {

	color: #888;

}

.entry-meta a:hover,

.entry-utility a:hover {

	color: #ff4b33;

}

#content .video-player {

	padding: 0;

}

/* -=HOME PAGE

-------------------------------------------------------------- */

.page-template-template-home-php #main{

	padding-top:0px;

}

#f-box-wrap{

	width:980px;

	margin-bottom:20px;

}

.f-box{

	width:310px;

	border:1px solid #ccc;

	height:178px;

	float:left;

	margin-right:22px;

	position:relative;

}

.f-box.last{

	margin-right:0px;

}

.f-box .head{

	text-align:center;

	font-size:18px;

	height:18px;

	padding:5px 10px;

	display:block;	

	position:absolute;

	width:290px;

	background:#D1312E;

	color:#fff;

	border-bottom:1px solid #fff;	

	top:0;

	left:0;

	z-index:10;

}



.f-box .ttl{

	position:absolute;

	bottom:0;

	left:0;

	width:300px;

	padding:5px;

	font-weight:bold;

	color:#fff;

	z-index:10;

	background: transparent url('images/black-bg.png') top left repeat;

}

.f-box .thmb{

	position:absolute;

	top:28px;

	left:0;

	z-index:8;

}









/* -=Single Standard post

-------------------------------------------------------------- */

.single-top{

	width:980px;

	display:block;

}

.single-top .ttl{

	margin-bottom:10px;

}

.st-text-holder .head{

	margin-bottom:30px;

	display:inline-block;

	font-size:16px;

}

.st-text-holder .span{

	margin-right:20px;

	display:block;

}

.st-text-holder .ico{

	color:#666;

	font-size:18px;

	margin-right:5px;

	

}

.st-text-holder .head .ico{

	font-size:22px;

}

.st-text-holder .sub{

	display:inline-block;

	line-height:1.3em;

	margin-bottom:10px;

}

#st-left{

	width:710px;

	float:left;

	margin-bottom: 20px;

	

}

#st-right{

	margin-left:20px;

	width:210px;

	float:left;

	background:#F3F3F3;

	padding:20px;

}

.st-image-holder{

	float:left;

	width:370px;

}

.st-text-holder{

	float:left;

	padding-top:20px;

	width:310px;

	margin-left:20px;

}

.list-price,

.price{

	display:inline-block;

	width:100%;

	text-align:center;

}

.list-price{

	font-size:14px;

}



.price{

	font-size:26px;

	font-weight:bold;

	color:#D1312E;

	

	margin-top:10px;

}

.s-tech-d .span{

	display:block;

}

.s-tech-d .label{

	display:inline-block;

	font-weight:bold;

	width:150px;

}

/* AMZ Star */

.stars-negative,

.amz-rating-stars{

	width:100px;

	height:17px;

	display:block;

}

.amz-rating-stars{

	position:relative;

	overflow:hidden;

}

.stars-positive,

.stars-negative{

	background:transparent url('images/amz_stars.png');

	position:absolute;

}

.stars-negative{

	z-index:99;

}

.stars-positive{

	background-position: 0px -21px;

	height:17px;

	display:block;

	z-index:100;

}

/* AMZ Star sml */

.amz-rating-stars.sml .stars-negative,

.amz-rating-stars.sml{

	width:73px;

	height:14px;

}

.amz-rating-stars.sml .stars-positive,

.amz-rating-stars.sml .stars-negative {

	background:transparent url('images/amz_stars_sml.png');

	

}

.amz-rating-stars.sml .stars-positive{

	background-position: 0px -17px;	

}



#st-right .rating-meta{

	text-align:center;

	line-height:1.3em;

	margin:5px 0px 25px 0px;

	

}

#st-right .rating-meta, 

#st-right .rating-meta a{

	text-decoration:none;

	color:#999;

	font-size:11px;

}

#st-right .amz-rating-stars{

	margin:10px 0px 10px 55px;

	

}

#st-right em{

	display:block;

	text-align:center;

}

/*AMZ BIG-ASS BUTTON*/

.st-button,

.st-button-v2{

	width:100%;

	height:auto;

}

.st-button a,
.st-button-v2 a{
	text-decoration:none;
	color:#fff;
	display:block;
	padding-left: 5px;
}

.st-button .outer,

.st-button-v2 .outer{

	display:inline-block;

}



.single-top .st-button .outer,

.single-top .st-button-v2 .outer{	

	margin-left:25px;

}

.st-button .inner,

.st-button-v2 .inner{

	text-align:center;

	display:inline-block;

	text-shadow: 1px 1px 1px #120812;

	

}



.st-button .outer{

	border:1px solid #CCCCCC;

	background:#D1312E;	

	width:158px;

	height:40px;

}

.st-button .inner{

	background:url('images/bab-bg.jpg') top left repeat-x;

	font-size:22px;

	width:156px;

	height:30px;

	padding-top:8px;

	margin-top:1px;

	margin-left:1px;

}





.st-button-v2 .outer{

	background:#FF9900;

	-webkit-border-radius: 5px;

	border-radius: 5px;

	

}

.st-button-v2 .inner{

	font-size:16px;

	font-weight: bold;

	padding:10px 10px;

	display:block;

	

}











.st-footer span{

	text-align:center;

	display:block;

	margin:5px auto;

}



.m-popular{

	border-top:1px solid #ccc;

	

	

}

.m-popular .nrelate{

	margin:0px;

}

#content .m-popular h3.nr_title{

	border-bottom:10px;

	background:#F3F3F3;

	padding:0px 0px 0px 5px;

}



/* Single Page Template V1
-------------------------------------------------------------- */

.r-side{
	float:left;
	width: 610px;
}
.single-v1 #content .a-box table{
	border:none;
}
#primary .a-box{
	background:#fff;
}
.single-v1 #content .a-box table tr td {
	border-top:none
}
.single-v1 .a-box .block{
	width:168px;	
	padding:0px 10px;
	border-right:1px solid #ccc;
	min-height:160px;
}
#primary .single-v1 .a-box .block{
	width:190px;	
	padding:10px 10px 15px 40px;	
	border-bottom:1px solid #f5f5f5;
	border-right:none;
	display:block;
	min-height:50px;
}
.single-v1 .a-box .block.first{
	padding-left:0px;
}

.single-v1 .a-box .block.last{
	width:210px;
	margin-right:0px;
	padding:0px;
	border-right:none;
}
#primary .single-v1 .a-box .block.last{
	margin-bottom:10px;
	margin-left:-20px;
	border-bottom:none;
	
}
.single-v1 .a-box .block .ttl{
	padding: 5px 0px 10px 35px;
	font-size:18px;
	font-weight:bold;
	display:block;
}
#primary .a-box .st-button-v2{
	padding-left:0px;
}
#primary .a-box .block .ttl{
	margin-left:-35px;
}
.single-v1 .a-box .block.last .ttl{
	text-align:center;
	padding:0px;
}
#primary .a-box .block.last .ttl{
	margin-left:0px;
}


.single-v1 .a-box .amz-rating-stars{
	margin: 10px 0px 10px 68px;
}
#primary .single-v1 .a-box .amz-rating-stars{
    margin: 10px 0px 10px 58px;
}
.single-v1 .a-box em,
.single-v1 .a-box .rating-meta {
	display: block;
	text-align: center;
}

.single-v1 .a-box span.big{
	font-size:18px;
	display:block;
	margin-bottom:10px;
}

.single-v1 .a-box span.rew{

	display:block;

}

.single-v1 .a-box .rating-meta{

	line-height: 1.3em;

	margin: 5px 0px 25px 0px;

}

.single-v1 .catch-box{
	margin: 10px 0px 20px 0;
	background:#F7F7F7;
	display:block;
	font-weight:bold;
	padding:10px;
	text-align:center;
	font-size:16px;
	border: 1px dashed #CCC;
}

.single-v1 .catch-box a{

	text-decoration:underline;

}


.single-v1 #special .ttl,

.single-v1 #who-list .ttl{

	font-weight:bold;

}



.verti-item .right .ttl.plus,
.single-v1 .a-box .block .ttl.plus,
.single-v1 .procons-block .pro{
	background: url('images/plus-icon.png') top left no-repeat;
}

.verti-item .right .ttl.minus,
.single-v1 .a-box .block .ttl.minus,
.single-v1 .procons-block .cons{
	background: url('images/minus-icon.png') top left no-repeat;
}

.verti-item .right .plus,

.verti-item .right .minus,

.single-v1 .procons-block .pro,

.single-v1 .procons-block .cons{

	padding-left:35px;

	display:block;

	min-height:30px;

}

.single-v1 #content #azdf_wrap{
	margin-top:-20px;
	display: block;
	padding: 10px;
}
.single-v1 #content #azdf_wrap #azdf_alert {
padding: 10px;
margin: 0px auto 20px auto;
clear: both;
background-color: #F7F7F7;
border: 2px dashed #CCC;
}
.single-v1 #content #azdf_wrap #azdf_alert .dealtxt {
	text-align: center;
}
.single-v1 #content #azdf_wrap #azdf_alert h2{
	margin: 0;
	text-align: center;
}
.single-v1 #content #azdf_wrap .dealtxt p {
	margin-bottom: 5px;
}
/* Single Vertical Listing

-------------------------------------------------------------- */

#vertical-list .verti-top{

	background: #639EC8;

	color: white;

	padding: 5px 10px;

	margin-bottom: 10px;

	font-weight: bold;

	text-shadow: 0px 1px 2px #555;

}

#vertical-list .verti-top .left{

		font-size: 16px;

	float:left;

}

#vertical-list .verti-top .right{

	float:right;

}

#vertical-list{

	

}	

#vertical-list .verti-item{

	border-bottom:1px dashed #ccc;

	padding-bottom:10px;

	margin-bottom:20px;

	min-height:100px;

}



#vertical-list .verti-item .item-ttl  h2{

	font-size:16px;

	display:block;

	clear:both;	

	line-height:1.3em;

	padding:3px 5px;

	

}

#vertical-list .verti-item .item-ttl  h2 a{

	

}

#vertical-list .verti-item .left {

	float:left;

	width:200px;

	height:200px;

	position:relative;

}

#vertical-list .verti-item .left .rating-meta{

	display:block;

	position:absolute;

	display:block;

	padding:2px 0px;

	bottom:0;

	left:0;

	right:0;

	background:#fff;

}





#vertical-list .verti-item .right{

	float:left;

}

#vertical-list .verti-item .left .item-image{

	margin:0 auto;

	

}

#vertical-list .verti-item .left .rating{

	

}

#vertical-list .verti-item .left .aval{

	text-align:center;

	display:block;

	margin:5px 0px;

}



#vertical-list .verti-item .st-button-v2{

	margin:0 auto;

}



#vertical-list .verti-item .st-button-v2 .outer{

	margin-left:40px;

}



#vertical-list .verti-item .right .block{

	padding: 0px 10px;

	border-right: 1px solid #CCC;

	width:239px;

	min-height:200px;

}

#vertical-list .verti-item .right .block .ttl{

	padding: 5px 0px 10px 35px;

	font-size: 18px;

	font-weight: bold;

	display: block;

	

}

#vertical-list .verti-item .right .block.last{

	border:none;

}

#vertical-list .verti-item .block .top{

	text-align:center;

	height:100px;

}

#vertical-list .verti-item .block .top .lp,

#vertical-list .verti-item .block .top .save,

#vertical-list .verti-item .block .top .ap{

	margin:5px 0px;

}

#vertical-list .verti-item .block .top .lp{

	

	font-size: 14px;

}

#vertical-list .verti-item .block .top .ap{

	font-size:22px;

	font-weight:bold;

	color:#D1312E;	

	margin-top:10px;

}

#vertical-list .verti-item  .underline{

	background:#666;

	color:#fff;

	padding:5px 10px;

	margin-top:5px;

}

#vertical-list .verti-item  .underline .label{

	font-weight:bold;

	color:#ccc;

}

/* =Category

-------------------------------------------------------------- */

.listing-wrapper{

	width:100%;

	position:relative;

	margin-top: 15px;

	border-bottom:1px solid #F3F3F3;

	padding-bottom:10px;

	margin-bottom:25px;

}

.img-wrapper{

	float:left;

	width:100px;

	

	

}

.exerpt{

	width:355px;

	padding:10px;

	float:left;

}

.right-board{

	position:absolute;

	top:-10px;

	right:0px;

	width:210px;

	border:1px solid #ccc;

	padding:10px;

	z-index:100;

	background:#fff;

}

.right-board .rating{

	margin-top: -25px;

margin-bottom: 15px;

float: right;

}

.right-board .st-text-holder {

	padding:0px;

	margin:0px;

	clear:both;

	width:auto;

	font-size:11px;

}

.right-board .st-text-holder .head {

	background:#F3F3F3;

	color:#333;	

	width:210px;

	margin:-10px -8px 5px -8px;

	padding:5px 8px;

	

}

.right-board .st-text-holder .head .ico{

	color:#333;

	font-size:18px;

}

.right-board .st-text-holder .sub{

	margin-bottom:5px;

} 

.right-board .pricing{

	border-top:1px solid #F3F3F3;

	padding:5px 0px;

	font-size:12px;

}

.right-board .pricing .left,

.right-board .pricing .right{

	display:block;	

	float:left;

}

.right-board .pricing .left{

	width:115px;

}

.right-board .pricing .left span{

	text-decoration:line-through;

	

}

.right-board .pricing .right{

	font-weight:bold;

	text-align:center;

}

.right-board .pricing .right a{

	color:#fff;

	width:95px;

	background:#D1312E;

	display:block;

}

/* =Asides

-------------------------------------------------------------- */



.home #content .format-aside p,

.home #content .category-asides p {

	font-size: 14px;

	line-height: 20px;

	margin-bottom: 10px;

	margin-top: 0;

}

.home .hentry.format-aside,

.home .hentry.category-asides {

	padding: 0;

}

.home #content .format-aside .entry-content,

.home #content .category-asides .entry-content {

	padding-top: 0;

}





/* =Gallery listing

-------------------------------------------------------------- */



.format-gallery .size-thumbnail img,

.category-gallery .size-thumbnail img {

	border: 10px solid #f1f1f1;

	margin-bottom: 0;

}

.format-gallery .gallery-thumb,

.category-gallery .gallery-thumb {

	float: left;

	margin-right: 20px;

	margin-top: -4px;

}

.home #content .format-gallery .entry-utility,

.home #content .category-gallery .entry-utility {

	padding-top: 4px;

}





/* =Attachment pages

-------------------------------------------------------------- */



.attachment .entry-content .entry-caption {

	font-size: 140%;

	margin-top: 24px;

}

.attachment .entry-content .nav-previous a:before {

	content: '\2190\00a0';

}

.attachment .entry-content .nav-next a:after {

	content: '\00a0\2192';

}





/* =Images

-------------------------------------------------------------- */



/*

Resize images to fit the main content area.

- Applies only to images uploaded via WordPress by targeting size-* classes.

- Other images will be left alone. Use "size-auto" class to apply to other images.

*/

img.size-auto,

img.size-full,

img.size-large,

img.size-medium,

.attachment img {

	max-width: 100%; /* When images are too wide for containing element, force them to fit. */

	height: auto; /* Override height to match resized width for correct aspect ratio. */

}

.alignleft,

img.alignleft {

	display: inline;

	float: left;

	margin-right: 24px;

	margin-top: 4px;

}

.alignright,

img.alignright {

	display: inline;

	float: right;

	margin-left: 24px;

	margin-top: 0px;

}

.aligncenter,

img.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}

img.alignleft,

img.alignright,

img.aligncenter {

	margin-bottom: 12px;

}

.wp-caption {

	background: #f1f1f1;

	line-height: 18px;

	margin-bottom: 20px;

	max-width: 632px !important; /* prevent too-wide images from breaking layout */

	padding: 4px;

	text-align: center;

}

.wp-caption img {

	margin: 5px 5px 0;

}

.wp-caption p.wp-caption-text {

	color: #888;

	font-size: 12px;

	margin: 5px;

}

.wp-smiley {

	margin: 0;

}

.gallery {

	margin: 0 auto 18px;

}

.gallery .gallery-item {

	float: left;

	margin-top: 0;

	text-align: center;

	width: 33%;

}

.gallery-columns-2 .gallery-item {

	width: 50%;

}

.gallery-columns-4 .gallery-item {

	width: 25%;

}

.gallery img {

	border: 2px solid #cfcfcf;

}

.gallery-columns-2 .attachment-medium {

	max-width: 92%;

	height: auto;

}

.gallery-columns-4 .attachment-thumbnail {

	max-width: 84%;

	height: auto;

}

.gallery .gallery-caption {

	color: #888;

	font-size: 12px;

	margin: 0 0 12px;

}

.gallery dl {

	margin: 0;

}

.gallery img {

	border: 10px solid #f1f1f1;

}

.gallery br+br {

	display: none;

}

#content .attachment img {/* single attachment images should be centered */

	display: block;

	margin: 0 auto;

}





/* =Navigation

-------------------------------------------------------------- */



.navigation {

	color: #888;

	font-size: 12px;

	line-height: 18px;

	overflow: hidden;

}

.navigation a:link,

.navigation a:visited {

	color: #888;

	text-decoration: none;

}

.navigation a:active,

.navigation a:hover {

	color: #ff4b33;

}

.nav-previous {

	float: left;

	width: 50%;

}

.nav-next {

	float: right;

	text-align: right;

	width: 50%;

}

#nav-above {

	margin: 0 0 18px 0;

}

#nav-above {

	display: none;

}

#nav-below,

.paged #nav-above,

.single #nav-above {

	display: block;

}

#nav-below {

	margin: 18px 0 0 0;

}



#footer #menu-end-nav{

	list-style-type:none;

	float:right;

	margin:0px 10px 0 0;

	padding:0px;

}

#footer #menu-end-nav li{

	float:left;

	padding-left:5px;



}

#footer #menu-end-nav li:after{

	content:" | ";

	color:#999;

}

#footer #menu-end-nav li.last-menu-item:after{

	content:none;

}

#footer #menu-end-nav a:hover{

	text-decoration:underline;	

}

/* =Comments

-------------------------------------------------------------- */

#comments {

	clear: both;

}

#comments .navigation {

	padding: 0 0 18px 0;

}

h3#comments-title,

h3#reply-title {

	color: #000;

	font-size: 20px;	

	margin-bottom: 0;

}

h3#comments-title {

	padding: 24px 0;

}

.commentlist {

	list-style: none;

	margin: 0;

}

.commentlist li.comment {

	border-bottom: 1px solid #e7e7e7;

	line-height: 24px;

	margin: 0 0 24px 0;

	padding: 0 0 0 56px;

	position: relative;

}

.commentlist li:last-child {

	border-bottom: none;

	margin-bottom: 0;

}

#comments .comment-body ul,

#comments .comment-body ol {

	margin-bottom: 18px;

}

#comments .comment-body p:last-child {

	margin-bottom: 6px;

}

#comments .comment-body blockquote p:last-child {

	margin-bottom: 24px;

}

.commentlist ol {

	list-style: decimal;

}

.commentlist .avatar {

	position: absolute;

	top: 4px;

	left: 0;

}

.comment-author {

}

.comment-author cite {

	color: #000;

	font-style: normal;

	font-weight: bold;

}

.comment-author .says {

	font-style: italic;

}

.comment-meta {

	font-size: 12px;

	margin: 0 0 18px 0;

}

.comment-meta a:link,

.comment-meta a:visited {

	color: #888;

	text-decoration: none;

}

.comment-meta a:active,

.comment-meta a:hover {

	color: #ff4b33;

}

.commentlist .even {

}

.commentlist .bypostauthor {

}

.reply {

	font-size: 12px;

	padding: 0 0 24px 0;

}

.reply a,

a.comment-edit-link {

	color: #888;

}

.reply a:hover,

a.comment-edit-link:hover {

	color: #ff4b33;

}

.commentlist .children {

	list-style: none;

	margin: 0;

}

.commentlist .children li {

	border: none;

	margin: 0;

}

.nopassword,

.nocomments {

	display: none;

}

#comments .pingback {

	border-bottom: 1px solid #e7e7e7;

	margin-bottom: 18px;

	padding-bottom: 18px;

}

.commentlist li.comment+li.pingback {

	margin-top: -6px;

}

#comments .pingback p {

	color: #888;

	display: block;

	font-size: 12px;

	line-height: 18px;

	margin: 0;

}

#comments .pingback .url {

	font-size: 13px;

	font-style: italic;

}



/* Comments form */

input[type=submit] {

	color: #333;

}

#respond {

	border-top: 1px solid #e7e7e7;

	margin: 24px 0;

	overflow: hidden;

	position: relative;

}

#respond p {

	margin: 0;

}

#respond .comment-notes {

	margin-bottom: 1em;

}

.form-allowed-tags {

	line-height: 1em;

}

.children #respond {

	margin: 0 48px 0 0;

}

h3#reply-title {

	margin: 18px 0;

}

#comments-list #respond {

	margin: 0 0 18px 0;

}

#comments-list ul #respond {

	margin: 0;

}

#cancel-comment-reply-link {

	font-size: 12px;

	font-weight: normal;

	line-height: 18px;

}

#respond .required {

	color: #ff4b33;

	font-weight: bold;

}

#respond label {

	color: #888;

	font-size: 12px;

}

#respond input {

	margin: 0 0 9px;

	width: 98%;

}

#respond textarea {

	width: 98%;

}

#respond .form-allowed-tags {

	color: #888;

	font-size: 12px;

	line-height: 18px;

}

#respond .form-allowed-tags code {

	font-size: 11px;

}

#respond .form-submit {

	margin: 12px 0;

}

#respond .form-submit input {

	font-size: 14px;

	width: auto;

}





/* =Widget Areas

-------------------------------------------------------------- */



.widget-area ul {

	list-style: none;

	margin-left: 0;

}

.widget-area ul ul {

	list-style: none;

	padding:0px 0px 0px 5px;

}

.widget-area select {

	max-width: 100%;

}

.widget_search #s {/* This keeps the search inputs in line */

	width: 60%;

}

.widget_search label {

	display: none;

}

.widget-container {

	margin: 0 0 18px 0;

	padding: 0px;

}

.widget-title {

	color: #fff;

	font-size:16px;

	margin-bottom: 5px;

	background: #666;

	padding:5px;

}

.widget-area a:link,

.widget-area a:visited {

	text-decoration: none;

}

.widget-area a:active,

.widget-area a:hover {

	text-decoration: underline;

}

.widget-area .entry-meta {

	font-size: 11px;

}

#wp_tag_cloud div {

	line-height: 1.6em;

}

#wp-calendar {

	width: 100%;

}

#wp-calendar caption {

	color: #222;

	font-size: 14px;

	font-weight: bold;

	padding-bottom: 4px;

	text-align: left;

}

#wp-calendar thead {

	font-size: 11px;

}

#wp-calendar thead th {

}

#wp-calendar tbody {

	color: #aaa;

}

#wp-calendar tbody td {

	background: #f5f5f5;

	border: 1px solid #fff;

	padding: 3px 0 2px;

	text-align: center;

}

#wp-calendar tbody .pad {

	background: none;

}

#wp-calendar tfoot #next {

	text-align: right;

}

.widget_rss a.rsswidget {

	color: #000;

}

.widget_rss a.rsswidget:hover {

	color: #ff4b33;

}

.widget_rss .widget-title img {

	width: 11px;

	height: 11px;

}



/* Main sidebars */

#main .widget-area ul {

	margin-left: 0;	

}

#main .widget-area ul ul {

	border: none;

	list-style:none;

	padding: 10px;

}

#primary {

}

#secondary {

}



/* Footer widget areas */

#footer-widget-area {

	background:none;

}

#footer-widget-area .widget-title{

	font-weight:normal;

	background:none;

	color:#B7B7B7;

	border-bottom:1px solid #B7B7B7;

	

}



/* =Footer

-------------------------------------------------------------- */



#footer {

	margin-bottom: 0px;

	margin-top:30px;

	background:#fff;

	border-top: 1px solid #ccc;

	background:#606174;

	padding-bottom:0px;

	color:#fff;

	-moz-text-shadow: 0 -1px 0 rgba(0,0,0,0.8);

	-webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.8);

	-khtml-text-shadow: 0 -1px 0 rgba(0,0,0,0.8);

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);

	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25) inset;

	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.25) inset;

	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25) inset;

}

#colophon {	

	overflow: hidden;

	padding: 18px 0 10px 0;

}

#site-info {

	font-weight: normal;

	width:300px;

}

#footer .end{

	width:100%;

	margin-top:20px;

}

#footer a,

#site-info a {	

	color:#fff;

	text-decoration: none;

}

#site-generator {

	font-style: italic;

	position: relative;

}



img#wpstats {

	display: none;

	margin: 0 auto 10px;

}



/*Plist Scode

-------------------------------------------------------------- */

.plist{

	

}



.plist p{

	margin-bottom:0px;

}

.plist .left{

	float:left;

	margin-right:5px;

	margin-bottom:5px;

	text-align:center;

}

.plist .left em{

	font-size:11px;

}

.plist .box{

	border-bottom:1px solid #ccc;

	padding:5px;

	margin-bottom:5px;

}

.plist .ttl{

	font-size:12px;

	font-weight:bold;

	margin-bottom:3px;

}



.plist .thmb{

	

	

}

.plist .txt{

	float:left;

	

}

/*ASA style

-------------------------------------------------------------- */

.reco-item{

	padding:10px;

	background:#f5f5f5;

}



.reco-item .left,

.reco-item .right{

	float:left;

}

.reco-item .left{

	width:85px;

	padding:5px;

	background:#fff;

}

.reco-item .left img{

	max-width:75px;

}

.reco-item .right{

	display:block;

	width:560px;

	margin-left:35px;

}



.reco-item .pf,

.reco-item .lpf{

color: #990000; font-weight: bold;

}

/*Cf7

-------------------------------------------------------------- */

.wpcf7 input, .wpcf7 textarea{

	padding: 5px;

	margin-bottom: 10px;

}

#content .wpcf7 p{

	margin-bottom:0px;

}

.entry-content .wpcf7 input[type="submit"], #respond .form-submit input, .reply a {

color: #555;

font-weight: bold;

font-size: 11px;

text-shadow: 0 1px 0 white;

text-shadow: 0 0 0 transparent,0 1px 0 white;

height: 2.95em;

padding: 5px 10px;

border: 1px solid #CCC;

border-bottom-color: #AAA;

filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#e0e0e0);

background-image: -moz-linear-gradient(top,white 0,#E0E0E0 100%);

background-image: -ms-linear-gradient(top,white 0,#E0E0E0 100%);

background-image: -o-linear-gradient(top,white 0,#E0E0E0 100%);

background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,white),color-stop(100%,#E0E0E0));

background-image: -webkit-linear-gradient(top,white 0,#E0E0E0 100%);

background-image: linear-gradient(to bottom,white 0,#E0E0E0 100%);

-moz-border-radius: 3px;

-webkit-border-radius: 3px;

border-radius: 3px;

-moz-box-shadow: inset 0 0 1px #fff;

-ms-box-shadow: inset 0 0 1px #fff;

-o-box-shadow: inset 0 0 1px #fff;

-webkit-box-shadow: inset 0 0 1px white;

box-shadow: inset 0 0 1px white;

-moz-transition: all 0.218s;

-ms-transition: all 0.218s;

-o-transtion: all 0.218s;

-webkit-transition: all 0.218s;

transition: all 0.218s;

text-decoration: none;

}

.entry-content .wpcf7 input[type="submit"]:hover, #respond .form-submit input:hover, .reply a:hover {

border-color: #999;

background: #F3F3F3;

background-image: -moz-linear-gradient(top,white,#EBEBEB);

background-image: -webkit-gradient(linear,left top,left bottom,from(white),to(#EBEBEB));

filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#ebebeb);

outline: 0;

-moz-box-shadow: 0 0 3px #999;

-webkit-box-shadow: 0 0 3px #999;

box-shadow: 0 0 3px #999;

text-decoration: none;

}







/* =Mobile Safari ( iPad, iPhone and iPod Touch )

-------------------------------------------------------------- */



pre {

	-webkit-text-size-adjust: 140%;

}

code {

	-webkit-text-size-adjust: 160%;

}

#access,

.entry-meta,

.entry-utility,

.navigation,

.widget-area {

	-webkit-text-size-adjust: 120%;

}

#site-description {

	-webkit-text-size-adjust: none;

}





/* =Print Style

-------------------------------------------------------------- */



@media print {

	body {

		background: none !important;

	}

	#wrapper {

		clear: both !important;

		display: block !important;

		float: none !important;

		position: relative !important;

	}

	#header {

		border-bottom: 2pt solid #000;

		padding-bottom: 18pt;

	}

	#colophon {

		border-top: 2pt solid #000;

	}

	#site-title,

	#site-description {

		float: none;

		line-height: 1.4em;

		margin: 0;

		padding: 0;

	}

	#site-title {

		font-size: 13pt;

	}

	.entry-content {

		font-size: 14pt;

		line-height: 1.6em;

	}

	.entry-title {

		font-size: 21pt;

	}

	#access,

	#branding img,

	#respond,

	.comment-edit-link,

	.edit-link,

	.navigation,

	.page-link,

	.widget-area {

		display: none !important;

	}

	#container,

	#header,

	#footer {

		margin: 0;

		width: 100%;

	}

	#content,

	.one-column #content {

		margin: 24pt 0 0;

		width: 100%;

	}

	.wp-caption p {

		font-size: 11pt;

	}

	#site-info,

	#site-generator {

		float: none;

		width: auto;

	}

	#colophon {

		width: auto;

	}

	img#wpstats {

		display: none;

	}

	#site-generator a {

		margin: 0;

		padding: 0;

	}

	#entry-author-info {

		border: 1px solid #e7e7e7;

	}

	#main {

		display: inline;

	}

	.home .sticky {

		border: none;

	}

}