/*  
Theme Name: Perfect Formula
Version: 1.1.2
Description: Theme Description
Author: AmixStudio
Author URI: http://www.amixstudio.com

*/

/* Default styles */
@import "css/reset.css";

/* Defaults */
a{ color: #441700; text-decoration: none; }
a:hover{ text-decoration: underline; }
body{ font: 13px Arial, Helvetica, sans-serif; line-height: 1.5em; color: #441700; background: #fff url(images/bgr_main.png) repeat-x; }
body.home{ background: #fff url(images/bgr_main_home.jpg) repeat-x; }

.clear{ clear: both; line-height: 0;}

h1, h2, h3, h4, h5, h6{ margin: 0; font-family: Arial, Helvetica, sans-serif; color: #441700; }
h1{font-size: 18px;} h2{font-size: 16px;} h3{font-size: 14px;} h4{font-size: 13px;} h5{font-size: 13px;} h6{font-size: 12px;}

p{margin: 0;}

input, select, textarea{font-family: Arial,Helvetica,Sans-serif; font-size: 13px;}
textarea{overflow: auto;}

/* Hyperlinks */

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited{ text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{text-decoration: underline;}

/* Wrapper */
.home .wrapper_top{
	background: url(images/bgr_wrapper_top.jpg) no-repeat center 114px;
}
.wrapper{
	margin:0 auto;
	width:982px;
}

/* Header */
#header{
	width:100%;
	height: 152px;
	overflow: hidden;
}
#header .socials{
	width: 72px;
	overflow: hidden;
	position: absolute;
	margin: 44px 0 0 890px;
}
#header .socials li{
	float: left;
	padding: 0 0 0 3px;
}
#header .logo{
	position: absolute;
	margin: 12px 0 0 28px;
}
#logo{
	display: block;
	cursor: pointer;
	width: 393px;
	height: 139px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999em;
}
/* Mainmenu */
#mainmenu{
	width: 100%;
	height: 28px;
	padding: 84px 0 0 0;
	overflow: hidden;
}
#mainmenu ul{
	float: right;
	margin: 0 20px 0 0;
	border-right: 2px solid #fff;
}
#mainmenu li{
	float:left;
	font-size: 12px;
	color: #fff;
	border-left: 2px solid #fff;
}
#mainmenu a {
	color: #fff;
	float: left;
	cursor: pointer;
	text-transform: uppercase;
	background: #4d2419;
	width: 85px;
	height: 19px;
	padding: 9px 0 0 0;
	text-align: center;
}
#mainmenu a:hover{
	background: #673033;
	text-decoration: none;
}
#mainmenu .select a{
	color: #481f13;
	background: #e7a3a5;
}
#mainmenu a.cart {
	background: #4d2419 url(images/btn_cart.png) no-repeat;
	text-indent: -9999em;
	width: 69px;
	height: 28px;
	padding: 0;
}
#mainmenu a.cart:hover{
	background: #673033 url(images/btn_cart.png) no-repeat;
}
#mainmenu .select a.cart{
	background: #e7a3a5 url(images/btn_cart.png) no-repeat;
}

/* Body */
#body{
	width:100%;
	overflow:hidden;
	padding: 20px 0 0 0;
	clear: both;
}
#content{
	float:right;
}
.col_content{
	width:460px;
	padding: 90px 20px 0 0;
}
.col_content_products{
	width:552px;
	padding: 0 160px 0 0;
}
.col_content_shopp{
	width: 683px;
	padding: 25px 20px 0 0;
}
.col_fullwidth{
	width:754px;
	padding: 0 70px 70px 0;
}
#sidebar{
	float:left;
}
.col_sidebar{
	width:304px;
	padding: 0 0 0 135px;
}
.col_sidebar_products{
	width:235px;
	padding: 28px 0 0 15px;
}
.col_fullwidth .title{
	height: 80px;
}
.col_fullwidth .title h1{
	font-size: 20px;
}

/* Post */
.post{
	width:100%;
	border-top: 1px solid #d6cccc;
	padding: 20px 0 5px 0;
}
.post_first{
	border-top: 0;
	padding: 0 0 5px 0;
}
#content .page{
	padding:0;
	border-top: 0;
}
.post .title{
	width:100%;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	line-height: 1.3em;
}
.col_content_products .post .title{
	margin: 0 0 10px 0;
	height: 18px;
	line-height: 1.1em;
}
.col_content_shopp .post .title{
	margin: 0 0 35px 0;
	height: 18px;
	line-height: 1.1em;
}
.post .title h2{
	font-size:13px;
}
.col_content_products .post .title h1{
	margin: 0 0 0 10px;
	font-weight: normal;
}
.col_content_shopp .post .title h1{
	font-size: 20px;
}
.col_content_card .post .title h1{
	font-weight: normal;
}
.post .title p{
	font-style: italic;
	text-transform: capitalize;
}
.entry{
	width:100%;
	overflow:hidden;
	line-height: 1.4em;
	text-align: justify;
}
.entry a{
	text-decoration:underline;
}
.entry a:hover{
	text-decoration:none;
}
.entry_product a{
	color: #de838b;
	font-weight: bold;
	text-decoration:none;
}
.entry_product a:hover{
	text-decoration:underline;
}
.entry .more a{
	background: url(images/ico_more.gif) no-repeat left center;
	padding: 0 0 0 13px;
}
.col_content_products .entry{
	width: 536px;
	overflow: hidden;
	background: url(images/bgr_content_products_entry.png) no-repeat;
	padding: 8px 8px 0 8px;
}
.entry p{
	margin:0 0 20px 0;
}
.entry p.pad{
	margin:0 0 40px 0;
}
.entry p.small_pad{
	margin:0 0 10px 0;
}
.entry p.no_pad{
	margin:0;
}
.entry .red{
	color: #e2838b;
}
.entry img{
	border: 1px solid #c3c3c3;
}
.entry h1{}  .entry h2{}  .entry h3{}  .entry h4{}  .entry h5{}  .entry h6{}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{	margin: 0 0 15px 0; }

.entry ul{ margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ul ul{ margin: 0; }
.entry ul li{	list-style-type: disc; padding: 5px 0 5px 0; }
.entry ul ul li{ list-style-type: circle; }

.entry ol{ margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ol ol{ margin: 0; }
.entry  ol li{ list-style-type: decimal; padding: 5px 0 5px 0!important; }
.entry  ol li ol li{ list-style-type: decimal; }

.entry .list_bookmarks{
	padding: 0;
}
.entry .list_bookmarks li.linkcat{
	list-style: none;
}
.entry .list_bookmarks li.linkcat li{
	list-style:disc;
}

img.wp-smiley{ padding: 0; border: none; }

.entry .alignleft{ float: left; width: auto; margin: 10px 15px 10px 0; }
.entry .alignright{ float: right; width: auto; margin: 10px 0 10px 15px; }
.entry .aligncenter{ text-align: center; }

.entry .wp-caption{ padding: 1px; text-align:center; background:#F8F8F4; border: solid 1px #e6e6e6; margin: 0 0 15px 0; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text{ margin:0; padding:0; font-size:11px; text-align:center; }

.entry h3{
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
}
.entry h4{
	margin: 0;
	font-size: 13px;
}
.col_content_products .entry h6{
	margin: 0 0 0 7px;
	text-transform: uppercase;
}
.gentury_gothic{
}
.entry table{
	margin: 0 0 15px 0;
}
#product_page_img{
	display: block;
}
.entry .image_no_border img{
	border: 0;
}
.entry .flashcontent{
	margin: 0 20px 0 0;
}

/* Sidebar */
#sidebar h1.title{
	text-transform: uppercase;
	margin: 0 0 10px 10px;
	line-height: 1.0em;
	font-size: 20px;
}
.sidebar_widgets{
	width: 296px;
	overflow:hidden;
	background: url(images/bgr_sidebar_widgets.png) no-repeat;
	padding: 8px 0 0 8px;
	font-size:13px;
	line-height:1.3em;
}
.sidebar_widgets .widgettitle{
	font-size:13px;
	line-height:1.3em;
	padding: 0 0 15px 0;
	text-transform: uppercase;
}
.sidebar_widgets .widget{
	margin: 0 0 25px 0;
}
.sidebar_widgets .widget ul{
}
.sidebar_widgets .widget ul li{
	padding: 0 0 5px 0;
}
.sidebar_widgets .widget ul li a{
	background: url(images/ico_sidebar_li.gif) no-repeat left 4px;
	display: block;
	padding: 0 0 0 13px;
}
.sidebar_widgets .widget ul ul{
	margin: 5px 0 0 15px;
}
.sidebar_widgets .widget ul li ul li{
	border-bottom: 0;
	margin: 0;
}
.sidebar_widgets a{
	text-decoration: underline;
}
.sidebar_widgets a:hover{
	text-decoration: none;
}
.sidebar_widgets .widget_archive ul{
	width: 100%;
	overflow: hidden;
}
.sidebar_widgets .widget_archive ul li{
	width: 133px;
	padding: 0 10px 5px 0;
	float: left;
}
.sidebar_author{
	width: 100%;
	overflow: hidden;
	padding: 0 0 40px 0;
}
.sidebar_author img{
	border: 1px solid #c4c4c4;
	display: block;
	width: 284px;
}
.sidebar_author p{
	padding: 0 0 8px 0;
}
.sidebar_author h6{
	text-transform: uppercase;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 0 2px;
}
.sidebar_author h6 span{
	font-weight: normal;
}

/*sidebar_widgets_products*/
.sidebar_widgets_products{
	width: 219px;
	min-height: 250px;
	overflow:hidden;
	background: url(images/bgr_sidebar_widgets_products.png) no-repeat;
	padding: 8px 8px 0 8px;
	font-size:12px;
	line-height:30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.sidebar_widgets_products ul{
	width: 100%;
	overflow: hidden;
}
.sidebar_widgets_products ul li{
	width: 100%;
	overflow: hidden;
	padding: 0 0 1px 0;
}
.sidebar_widgets_products ul li a{
	width: 201px;
	display: block;
	background: #ffcccc;
	cursor: pointer;
	padding: 0 0 0 18px;
}
.sidebar_widgets_products ul li a:hover{
	text-decoration: none;
	background: #e9a4a7;
}
.sidebar_widgets_products ul li.current_page_item a, .sidebar_widgets_products ul li a.current{
	background: #471f13;
	color: #ffcccc;
}
.sidebar_widgets_products ul li img{
	position: absolute;
	left: -9999em;
	top: -9999em;
}

/*product_test*/
.product_test{
	width: 167px;
	margin: 80px auto 0 auto;
	background: url(images/bgr_product_test.png) no-repeat;
	text-align: center;
	padding: 10px 0 0 0;
}
.product_test img{
	width: 147px;
}

/* Text widget */
.textwidget{ padding: 5px 0; }
.textwidget p{ padding: 5px 0 5px 0; }

/* Searchform */
#searchform{
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

/*home_content*/
#home_content{
	width: 100%;
	margin: 354px 0 0 0;
	overflow: hidden;
	background: url(images/bgr_home_content.jpg) no-repeat;
}
#home_content .fl{
	width: 425px;
	padding: 0 0 0 35px;
	background: url(images/bgr_home_content_fl.jpg) no-repeat 20px bottom;
}
#home_content .fr{
	width: 372px;
	padding: 0 17px 0 0;
}
#home_content h2{
	color: #cc6676;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 26px 0;
}
#home_content h2 a{
	color: #cc6676;
}
#home_content p{
	text-align: justify;
}
#home_content .fl p{
	margin: 0 0 20px 0;
}

/*shopp_body*/
.shopp_title{
	padding: 0 0 10px 0;
}
.shopp_title h6{
	text-transform: uppercase;
}
.shopp_body{
	width: 100%;
	border-bottom: 7px solid #d6cccc;
	border-top: 7px solid #d6cccc;
	padding: 20px 0 20px 0;
	margin: 0 0 13px 0;
	background: url(images/bgr_shopp_body.jpg) no-repeat;
}
.shopp_review{
	width: 100%;
	border-top: 7px solid #d6cccc;
	padding: 20px 0 20px 0;
}
.shopp_end{
	width: 100%;
	overflow: hidden;
}
.shopp_end a{
	float: right;
}
.shopp_end a.shopp_button_cart{
	margin: 0 10px 0 0;
}
.shopp_body .fl{
	width: 415px;
	padding: 0 0 0 10px;
}
.shopp_body .fr{
	width: 192px;
}
.shopp_body .fr p{
	padding: 0 0 14px 0;
}
input[type=text]{
	background: #fdf5f6;
	border: 1px solid #e7a7a9;
	padding: 4px 7px 4px 7px;
	color: #bc8980;
	font-size: 13px;
}
textarea{
	background: #fdf5f6;
	border: 1px solid #e7a7a9;
	padding: 4px 7px 4px 7px;
	color: #bc8980;
	font-size: 13px;
}
.shopp_cofirm_title{
	padding: 0;
	margin: 0;
}
#shopp .shopp_cofirm_title h6.title{
	border-bottom: 7px solid #d6cccc;
	padding: 20px 0 10px 0;
	margin: 0 0 10px 0;
}
.shopp_cofirm_items{
	padding: 0;
	margin: 0;
}

/*cart*/
.cart{
	width: 100%;
}
.cart .cart_title{
	padding: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: 7px solid #d6cccc;
}
.cart .title_item{
	width: 400px;
}
.cart .title_quantity{
	width: 100px;
	text-align: center!important;
}
.cart .title_price{
	width: 100px;
	text-align: right!important;
}
.cart .title_total{
	width: 100px;
	text-align: right!important;
}
.cart .cart_item{
	padding: 13px 0 13px 0!important;
	border-bottom: 1px solid #d6cccc;
}
.cart .cart_item_quantity{
	text-align: center;
}
.cart .cart_item_price{
	text-align: right;
}
.cart .cart_item_total{
	text-align: right;
}
.cart .cart_item_quantity .remove{
	margin: 5px auto 0 auto;
	display: block;
}
.cart .totals td, .cart .totals th{
	padding: 2px 0 2px 0!important;
}
.cart .totals th{
	text-transform: uppercase;
}
.cart_total{
	border-top: 6px solid #d6cccc;
	padding: 12px 0 0 0!important;
}
.cart .totals_shipping small{
	position: relative;
	top: -10px;
}
.cart .totals_shipping .zip input{
	padding: 4px 7px 4px 7px;
	background: #fdf5f6;
	border:1px solid #e7a7a9;
	font-size:13px;
	color:#bc8980;
}
.cart .totals_shipping tabel{
	width: auto;
}
.cart .totals_shipping tabel td{
	vertical-align: middle;
}
.cart .totals_shipping .small{
	width: 190px;
}
.cart .totals_end td{
	padding: 0 0 12px 0!important;
}
.cart input[type=text]{
	padding: 2px;
}
.cart_shopp_end{
	border-top: 7px solid #d6cccc;
	padding: 12px 0 43px 0;
	margin: 12px 0 0 0;
	width: 100%;
	overflow: hidden;
}
.cart_shopp_end a{
	text-decoration: none;
	float: right;
	margin: 0 0 0 15px;
}
.cart_shopp_icon{
	text-align: right;
}
.entry .cart_shopp_icon img{
	border: 0;
	padding: 0;
}
.cart_item_name img{
	float: left;
	width: 76px;
	margin: 0 20px 0 0;
	border: 1px solid #d7d7d7;
}
.cart_item_name a.link{
	text-decoration: none;
	position: relative;
	top: 15px;
}
.cart_item_name a.link:hover{
	text-decoration: underline;
}
.cart_item_name a.pad{
	top: 25px;
}

/*product*/
.product{
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px 0;
}
.product .thumb{
	float: left;
	width: 366px;
}
.product .thumb img{
	float: left;
	width: 364px;
	height: 237px;
	border: 1px solid #c3c3c3;
}
.product .options{
	float: right;
	width: 313px;
	text-align: right;
	padding: 134px 0 0 0;
	font-size: 12px;
}
.product .options_type2{
	padding: 0;
}
.product .options_type2 form{
	display: block;
	height: 118px;
	width: 100%;
}
.product .options_type2 form.last{
	height: auto;
}
.product .options strong{
	text-transform: uppercase;
}
#shopp{
	padding: 0 0 77px 0;
}
#shopp .product .options .row{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 6px 0 0 0;
}
#shopp .product .options .row ul{
	float: right;
	width: 100%;
	margin: 0;
	padding: 0 0 4px 0;
}
#shopp .product .options .row ul li{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}
.product .options .row input[type=text]{
	width: 35px;
	padding: 2px 4px;
}
#shopp .product .options_title{
	width: 242px;
	text-align: right;
}
#shopp .product .options_sep{
	width: 25px;
	text-align: center;
}
#shopp .product .options_price{
	width: 46px;
	text-align: right;
}
#shopp .product .options .row ul li.options_pad{
	padding: 4px 0 0 0;
}

/*product_range*/
.products_range{
	width: 100%;
	overflow: hidden;
}
.product_range{
	float: left;
	width: 202px;
	padding: 20px 37px 30px 0;
}
.product_range_last{
	padding: 20px 0 30px 0;
}
.product_range .thumb{
	width: 100%;
	overflow: hidden;
	padding: 0 0 5px 0;
}
.product_range .thumb img{
	float: left;
	width: 200px;
	height: 178px;
	border: 1px solid #c3c3c3;
}
.product_range .options{
	width: 100%;
	text-align: right;
}
.product_range .options strong{
	text-transform: uppercase;
}
.product_range .options .row{
	width: 200px;
	overflow: hidden;
	text-align: right;
	padding: 6px 0 0 0;
}
.product_range .options .row input[type=text]{
	width: 35px;
	padding: 2px 4px;
}
#shopp .product_range .options .row ul{
	float: right;
	width: 100%;
	margin: 0;
	padding: 0;
}
#shopp .product_range .options .row ul li{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}
#shopp .product_range .options_title{
	width: 129px;
	text-align: right;
}
#shopp .product_range .options_sep{
	width: 25px;
	text-align: center;
}
#shopp .product_range .options_price{
	width: 46px;
	text-align: right;
}
#shopp .product_range .options .row ul li.options_pad{
	padding: 4px 0 0 0;
}

/*checkout*/
#checkout .jqTransformSelectWrapper{
	margin: 0 0 5px 0;
}
#billing-state, #billing-country, #shipping-state, #shipping-country{
	width: 187px!important;
}
#billing-cardtype{
	width: 55px!important;
}
#checkout .shopp_confirm_end{
	border-top: 7px solid #d6cccc;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
}

/* Footer */
.wrapper_footer{
	text-align: center;
}
#footer{
	width:100%;
	overflow:hidden;
	padding: 0 0 20px 0;
}
.home #footer{
	padding: 60px 0 20px 0;
}
.slogan{
	width: 982px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0 70px 0;
}
.slogan h3{
	float: right;
	width: 312px;
	height: 72px;
	background: url(images/tit_slogan.png) no-repeat;
	text-indent: -9999em;
	margin: 0 20px 0 0;
}
.home .slogan{
	padding: 40px 0 0 0;
	width: 372px;
}
#footer p{
	text-align: center;
}
#footer p.menu{
	text-transform: uppercase;
	word-spacing: 1px;
	text-align: center;
}
#footer p.menu a{
	text-decoration: underline;
}
#footer p.menu a.question{
	color: #f2a2ab;
}
#footer p.menu a:hover{
	text-decoration: none;
}
#footer .copyrights{
	padding: 25px 0 0 0;
}
#footer .copyrights a{
	background: url(images/ico_limus.gif) no-repeat right top;
	padding: 0 20px 0 0;
	text-decoration: underline;
}
#footer .copyrights a:hover{
	text-decoration: none;
}

/* Begin Images */
p img{
	padding: 0;
	max-width: 100%;
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright{
	display: inline;
}
img.alignleft{
	display: inline;
}
.alignright{
	float: right;
}
.alignleft{
	float: left;
}

/* Respond */
#respond{
	margin:40px 0 20px 0;
	overflow:hidden;
}
.commentlist #respond{
	margin:0 0 20px 0;
}
#respond h3{
	font-size:13px;
	line-height: 1.3em;
	text-transform: uppercase;
	padding: 0 0 15px 0;
}
.cancel-comment-reply{
	font-size:12px;
	padding: 5px 0 0 0;
}
.cancel-comment-reply a{
	text-decoration:underline;
}
.cancel-comment-reply a:hover{
	text-decoration:none;
}
#commentform p a, #commentform p a{
	text-decoration:underline;
}
#commentform p a:hover{
	text-decoration:none;
}
#commentform p input{
	float:left;
}
#commentform input[type=text]{
	width:444px;
	padding: 5px 7px 5px 7px;
	background: #fdf5f6;
	border:1px solid #e7a7a9;
	font-size:13px;
	color:#bc8980;
	display: block;
}
#commentform p{
	width: 100%;
	overflow: hidden;
	padding: 0 0 12px 0;
}
#commentform textarea{
	width:444px;
	height: 90px;
	padding: 5px 7px 5px 7px;
	background: #fdf5f6;
	overflow:auto;
	border:1px solid #e7a7a9;
	font-size:13px;
	color:#bc8980;
	display: block;
}
#commentform #submit{
	background:#ffcccc;
	height: 20px;
	padding: 8px 18px 0 18px;
	border: 1px solid #b8a8a3;
	cursor:pointer;
	float: right;
	text-decoration: none;
}
#commentform #submit:hover{
	background:#ffd4d4;
}

/* Comments*/
#comments{
	font-size:13px;
	line-height: 1.3em;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
}
.commentlist li{
	padding: 15px 0 5px 0;
	list-style: none;
	border-top: 1px solid #d6cccc;
}
.commentlist li:first-child{
	padding: 0 0 5px 0;
	border-top: 0;
}
.commentlist .alt{
}
.commentlist .title{
	padding: 0 0 15px 0;
	font-style: italic;
}
.commentlist li ul li{ 
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist .children{ padding: 0; }

.nocomments{
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentlist .reply{
	width: 100%;
	overflow: hidden;
}
.commentlist .reply a{
	background:#ffcccc;
	line-height: 29px;
	height: 29px;
	padding: 0 18px 0 18px;
	border: 1px solid #b8a8a3;
	float: right;
	cursor:pointer;
}
.commentlist .moderation{
	color: #e39aa1;
}

/* Calendar */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;padding:5px;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}

/* Various Tags & Classes */
acronym, abbr, span.caps{
	cursor: help;
}
acronym, abbr{
	border-bottom: 1px dashed #dfcfba;
}
blockquote{
	margin: 15px 0 20px 0;
	padding:15px 15px 5px 20px;
	border-left: 5px solid #bdbdbd;
}
blockquote cite{
	margin: 5px 0 0;
	display: block;
}
.center{
	text-align: center;
}
.hidden{
	display: none;
}
hr{
	display: none;
}
.nopost, .nocomments{
	text-align:center;
}

/* Pagenation */
.pagenation{
	width:100%;
	overflow:hidden;
}
.pagenation a{
	background: #ffcccc;
	display: block;
	border: 1px solid #b8a8a3;
	width: 108px;
	height: 20px;
	padding: 8px 0 0 0;
	text-align: center;
}
.pagenation a:hover{
	text-decoration: none;
	background: #ffd4d4;
}
.pagenation_posts{
	padding: 0 0 40px 0;
}
.comments_block .pagenation a{
	background: none;
	display: inline;
	border: 0;
	width: auto;
	height: auto;
	line-height:normal;
	text-align: inherit;
}
/*lightbox*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightbox a{
	text-decoration: underline;
}
#lightbox a:hover{
	text-decoration: none;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/bgr_overlay.png); }

/*wpcf7*/
.wpcf7{
	text-align: right;
}
.wpcf7 .row{
	width: 100%;
	padding: 0 0 14px 0;
	overflow: hidden;
}
.wpcf7 .row .input{
	float: right;
}
.wpcf7 input.input, .wpcf7 textarea{
	width: 356px;
}
.wpcf7 textarea{
	height: 100px;
}
.wpcf7 .row a{
	float: right;
	text-decoration: none;
	width: auto;
	padding: 10px 20px 0 20px;
}
/*sidebar_address*/
.sidebar_address{
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px 0;
	line-height: 1.4em;
}
.sidebar_address span{
	font-size: 18px;
	font-weight: bold;
	margin: 0 15px 0 0;
	position: relative;
	top: 2px;
}

/*errors*/
#errors{
	padding: 0 0 20px 0;
}
/*receipt*/
#receipt .entry{
	text-align: right;
}
#shopp.category .title_product h1{
	font-weight: bold;
	font-size: 19px;
}
#content .title_products h1{
	font-weight: bold;
	font-size: 19px;
}

/*shopp_checkout_list*/
#shopp_checkout_list div.row{
	padding-bottom: 15px;
}
#shopp_checkout_list li.pad{
	padding-top: 15px!important;
	clear: both;
}