/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed,
figcaption, figure, footer, header, hgroup, keygen, meter, nav,
output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline; }

body{
	background-color: #fff;
	font:13px/1.5em Tahoma, sans-serif;
	color:#454444;
}


/*------Typography---------*/

h1{
	font: 30px/45px 'Crimson Text', serif;
	color: #000;
}

h2, h3{
	font: 22px/30px 'Crimson Text', serif;
	color: #000;
}

.title{
	overflow: hidden;
}

.fance .title{
}

.border{
	border-bottom: #e0e0e0 1px solid;
	margin-bottom: 16px;
}

.no-border{
	border:none !important;
	padding-bottom: 0px !important; 
}

.no-back{
	background: none !important;
}


.smaller-title{
	margin-bottom: 20px;
}

.smaller-title h2{
	border:none !important;
	padding-bottom: 0px !important;
}

.smallest-title{
}

.smallest-title h3, .smaller-title h3{
}

h2.category-title, h1.category-title, h3.category-title{
	color:#000;
	font: 30px/30px 'Crimson Text', serif;
	padding-bottom: 13px; 
}

h1.lower-case{
	text-transform:none;
}


footer h3{
	font-family: Georgia;
	font-size: 17px;
	color: #000;
	margin-bottom: 17px;
	text-align: center
}

h5, h5 a{
	margin-bottom: 7px;
}

h6{
}

a{
	color:#000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

footer a{
}

footer a:hover{
	
}

#content a, footer a{
}

#content a:hover, footer a:hover{
}

a.header{
}

input[type="text"], input[type="password"]{
	background: #f7f7f7;
	border-radius: 3px;
	border: #d5d5d5 1px solid;
	height: 29px;
	color: #727272;
	font-size: 13px;
	padding:0 7px;
}

textarea{
	background: #f7f7f7;
	border-radius: 3px;
	border: #d5d5d5 1px solid;
	color: #727272;
	font-size: 13px;
	font-family: Tahoma;
}

label {
}

.itGeorgia{
	font-family: Georgia;
	font-style: italic;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#commentForm{
	margin-top: 37px;
}

.subin{
	float:left;
}

#commentForm textarea{
}

button, input[type="button"]{outline: none;}



#commentForm input[type="text"]{
}

.contactform label{
}

.contactform input[type="text"]{
}

ul li{
	margin-bottom: 2px;
	list-style-position: inside !important;
}

ul.list{
	list-style: url(../images/bul.png);
	list-style-position: inside;
}

ul li ul{

}

ol li ol{
}

ul.list li, .box ul li, footer ul li, #post ul li, #page ul li	{
	list-style: url(../images/bul.png);
	list-style-position: inside !important;
}

ul.list2 li{
	list-style-position: inside;
	list-style: url(../images/bul.png);
	
	padding-top: 4px;
	padding-bottom: 4px;
}

ul.list2 li:first-child{
	border-top:none !important;
	padding-top: 0px !important
}

ul.list3 li{
	list-style: url(../images/bul2.png);
	list-style-position: inside !important;
}

ul.omega{
}

ul.list li{
	list-style: url(../images/bul.png);
}

ul.sub-menu{
	margin-top: 5px;
}

footer .inner-box ul li:last-child{
}

footer .inner-box ul{
}

footer .inner-box ul li{
}

ul.border{
}

.box.border{
}

ul.border li, .box.border ul li{
}

.featured li{
}

ul.border li.omega, ul.border li:last-child, .box_l ul li:last-child{
}


footer ul.list li, footer .inner-box ul li{
	
}

ul.list li a:hover{
}



ul.list2{

}

ul.list2 li, .box_l ul li{
}

ul.list2 li a{
}

ul.list2 li a:hover{
}

button::-moz-focus-inner { padding:0; border:0; }
button:focus { outline: 1px dotted; }

button::-moz-focus-inner {
  border: 0;
}

button{
	border: none;
	background: none !important;
	padding: 0;
	margin: 0;
	cursor: pointer;
	position: relative;
	display: block;
	overflow: visible;
}

button span, .button span, .newer-older a span{
	color:#4b4b4b;
	text-shadow: 1px 1px 1px #dbdbdb;
	font-size: 13px;
	font-family: Georgia;
	font-style: italic;
	background: url(../images/but1.png) 100% 100% no-repeat;
	padding: 0px 13px 0px 10px;
	height: 27px;
	display: block;
	position: relative;
	line-height: 27px;
	z-index: 0;
}

button span:before, .button span:before, .newer-older a span:before{
	content: ".";
	text-indent: -10000000px;
	display:block;
	
	background: url(../images/but1.png) 0 100% no-repeat;
	width: 3px !important;
	height: 27px;
	position: absolute;
	left: -3px;
	top:0;
	z-index: 15;
}

button, .button, .newer-older a{
	display: inline-block;
    width: auto;
    cursor: pointer;
    margin-left: 3px;

}

.button:hover, .newer-older a:hover{
	text-decoration: none;
}

button:hover span, .button:hover span, .newer-older a:hover span, .button.selected span{
	color:#fff;
	text-shadow: 1px 1px 1px #b2b2b2;
	background: url(../images/but1.png) 100% 0 no-repeat;
	text-decoration: none;
}

button:hover span:before, .button:hover span:before, .newer-older a:hover span:before, .button.selected span:before {
	background: url(../images/but1.png) 0 0 no-repeat;
}

button:hover, .button:hover, .newer-older a:hover{
}

button:hover span, .button:hover span, .newer-older a:hover span{
}

button span span, .button span span, .newer-older a span span{
}

button:hover span span, .button:hover span span, .newer-older a:hover span span{
}

button.reverse{
}

button.reverse span{
	background: url(../images/but1.png) 100% 0 no-repeat;
	color:#fff;
	text-shadow: 1px 1px 1px #b2b2b2;
}

button.reverse:hover{
}

button.reverse:hover span{
	background: url(../images/but1.png) 100% 100% no-repeat;
	color:#4b4b4b;
	text-shadow: 1px 1px 1px #dbdbdb;
}

button.reverse span:before{
	background: url(../images/but1.png) 0 0 no-repeat;
}

button.reverse:hover span:before{
	background: url(../images/but1.png) 0 100% no-repeat;
}

footer button{
}

footer button span{
}

footer button:hover{
}

footer button:hover span{
}

footer button span span{
}

footer button:hover span span{
}

p{
	margin-bottom:18px;
}

p:last-child{
	margin-bottom: 9px!important;
}

#content img, .widget_donations img, .product_image{
	border:#e8e8e8 1px solid;
	padding: 9px;
	background: #fff;
}

a img{
	border: none;
}

figure, div.image{
}

figure.right{
}

figure div{
}

figure img{
}

#posts article{
}


dl{
	font-style: normal;
    overflow: hidden;
}

dt{
	color: #000000;
    float: left;
    margin-right: 5px;
}

dd{
}

dd a{
}

table {
	font-size: 11px;
	width: 100%;
}

.table th, .table td{
	padding: 6px;
	border: #d9d9d9 1px solid;

}

.table th{
	background-color: #f4f4f4;
	border-right: none !important;
}

.table thead th{
	background: url(../images/tback.png) top left repeat-x #585858;
	color:#fff;
	font-style: italic;
	font-family: Georgia;
}

.table th:last-child{
	border-right:#d9d9d9 1px solid !important;
}

.table td{
	background:#fafafa;
}

table {
}

table thead{
}

table th{
}

table td{
}

table td:first-child{
}

tr.odd{
}


blockquote{
	background: url("../images/quotes.png") no-repeat scroll top left transparent;
   	padding: 9px 20px;
   	font-style: italic;
}

blockquote.left{
}

blockquote.right{
}

.dropcap{
	font:75px/55px 'Crimson Text', serif;
	color:#454444;
	display: block;
	float: left;
	margin-right: 10px;
}

.dropcap2{
	font:75px/55px 'Crimson Text', serif;
	color:#000;
	display: block;
	float: left;
	margin-right: 10px;
}

.dropcap3{
	display: block;
	width: 46px;
	height: 47px;
	color: #f5f5f5;
	background:url(../images/dropcap3.png) center center no-repeat;
	font:50px/43px 'Crimson Text', serif;
	text-align: center;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

.dropcap4{
	display: block;
	width: 46px;
	height: 47px;
	color: #f5f5f5;
	background:url(../images/dropcap4.png) center center no-repeat;
	font:50px/43px 'Crimson Text', serif;
	text-align: center;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}


.success, .error, .info, .warning, .wpcf7-validation-errors, .wpcf7-not-valid-tip{
	
	margin: 10px 0px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
	text-indent: 10px;
	vertical-align: middle;
}

.success{
	color: #4F8A10;
	border: 1px solid #A0CF4C;
	background: -webkit-gradient(linear, center top, center bottom, from(white), to(#DFF2BF));
	background: -moz-linear-gradient(center top , white, #DFF2BF);
	background: -webkit-gradient(linear, center top, center bottom, from(white), to(#DFF2BF));
}

.info{
	color: #00529B;
	border: 1px solid #38AEE5;
	background: -webkit-gradient(linear, center top, center bottom, from(white), to(#BDE5F8));
	background: -moz-linear-gradient(center top , white, #BDE5F8);
	background: -webkit-gradient(linear, center top, center bottom, from(white), to(#BDE5F8));
}

.warning {
	color: #9F6000;
	border: 1px solid #E5BC3B;
	background: -webkit-gradient(linear, center top, center bottom, from(white), to(#FEEFB3));
	background: -moz-linear-gradient(center top , white, #FEEFB3);
	background: -webkit-gradient(linear, center top, center bottom, from(white), to(#FEEFB3));
}

.error, .wpcf7-validation-errors, .wpcf7-not-valid-tip {
	color: #D8000C;
	border: 1px solid #FF7878 !important;
	background: -webkit-gradient(linear, center top, center bottom, from(white), to(#FFBABA));
	background: -moz-linear-gradient(center top , white, #FFBABA);
	background: -webkit-gradient(linear, center top, center bottom, from(white), to(#FFBABA));
}

.success_icon, .info_icon, .warning_icon, .error_icon{
	width: 32px;
	height: 32px;
	margin:-6px 5px auto 10px;
	float: left;
}

.success_icon{
	background: url(../images/success.png) 0 0 no-repeat;
		
}

.loading{
	background: url(../images/ajax-loader.gif) 0 0 no-repeat;
	width: 31px;
	height: 31px;
	margin: auto;
}

.info_icon{
	background: url(../images/info.png) 0 0 no-repeat;
}

.warning_icon{
	background: url(../images/warning.png) 0 0 no-repeat;
}

.error_icon{
	background: url(../images/error.png) 0 0 no-repeat;
}

pre{
}

code{
	color: blue;
}

sub {
}

sup{
}


abbr{
}

big{
}


/*------Typography End-------*/

/*------UI styles------------*/
.ui-tabs {
	position: relative;
}

.ui-helper-clearfix {
	display: block;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin-left:5px;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
	cursor: pointer;
}	

.ui-tabs .ui-tabs-nav li a{
	margin-left: 6px;
	display: block;
}

.ui-tabs .ui-tabs-nav li a span{
	display: block;
	margin-right:6px;
	line-height: 24px;
	padding: 0 5px;
	height: 24px;
	color: #000;
}

.ui-tabs-selected { 
	z-index:4;
}

.ui-tabs-selected a{ 
}

.ui-tabs-selected a span{
	color:#fff !important;
}

.ui-tabs .ui-tabs-hide {
	display: none !important;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 30px 30px 23px;
	margin: -1px -2px;
}

h3.ui-accordion-header {
	margin:2px 0;
	padding: 0;
	display: block;
	height: 31px;
	line-height: 31px;
}

h3.ui-accordion-header a{
	display: block;
	margin-left: 6px;
	height: 31px;
	color:#000;
}

h3.ui-accordion-header a div{
	height: 31px;
	margin-right: 6px;
	padding: 0 10px;
}

.ui-accordion-content {
	padding: 30px 30px 23px;
	margin: -2px 0;
}

h3.ui-accordion-header.ui-state-active {
}

h3.ui-accordion-header.ui-state-active a{
	color:#fff;
}

h3.ui-accordion-header.ui-state-active a div{
}

/*------UI styles End--------*/

body{}

.chrome{
	background: url(../images/top_stripe.png) top left repeat-x;
	height:50px;
	position: fixed;
	width: 100%;
	z-index: 5000;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}



#twi_auth{
	background: url(../images/twitter_ico.png) center left no-repeat;
	padding-left: 25px;
}

#twi_auth a{
	color:#454444;
}

.top_head{
	height: 50px;
	padding: 15px 10px;
	width: 450px;
	float: left;
}

#head_right{
	width: 470px;
	float:  right;
}

#twidget{
	height:23px;
	overflow: hidden;
	text-overflow: ellipsis;	
}

#twitter_update_list{
	color:#000;
	font-family: Georgia;
	font-style: italic;
	text-shadow: 1px 1px 1px #FFFFFF;
	line-height: 20px;	
}


#main {
	

}

.left{
	float:left;
}

.right{
	float:right;
}

.push_right{
	margin-right: 20px;
}

.push_left{
	margin-left: 20px;
}

#chrome{
	height: 4px;
	position: fixed;
	width: 100%;
	z-index: 1;
}

div.clear + p{
	margin-top: 19px;
}



h1#logo, h2#logo{
	text-align: center;
	margin-bottom: 35px;
	color:#000;
	font: 80px/80px 'Crimson Text', serif;
	text-transform:uppercase;
	text-shadow:-3px -2px 2px #e4e4e4;
}

div#logo{
	text-align: center;
	margin-bottom: 35px;
}

h1#logo a, h2#logo a{
	color:#000;
	text-decoration: none;
}

#description {
	
}

#sub_links{
	padding: 10px 0;
	float: right;
	display: block;
}

#sub_links li{
	height: 30px;
	background: url(../images/top_menu_sep.png) center right no-repeat;
	padding: 0 20px;
	vertical-align: middle;
}

#sub_links a{
	color:#000;
	font-family: Georgia;
	font-style: italic;
	text-shadow: 1px 1px 1px #FFFFFF;
	margin: 6px 0;
	display: block;
}

header nav{
}

nav ul li{
	float: left;
}

.header_container{
	margin-top:90px;
	margin-bottom: 20px;
}

#cart a{
}

.shopping_cart{
	position: relative;
	float: right;
	width:240px;
}

#cart{
	width:240px;
	position: absolute;
	right:0px;
	top:0px;
	z-index: 1;
	overflow: hidden;
	border-bottom: #e3e3e3 1px solid;
}

#cart_top_contents{
	height: 40px;
	vertical-align: middle;
	padding-top: 10px;
	
}

#cart_content{
	height: 49px;
	margin:0 auto;
	width:240px;
	position: relative;
	overflow: hidden;
	background:#f4f4f4;
}

#cart_icon{
	width:15px;
	height: 14px;
	float: left;
	margin: 9px 9px 7px 19px;
	background: url(../images/cart_ico.png) center center no-repeat;
}

.shoppingcart .product_img{
	border:#e8e8e8 1px solid;
	padding: 3px;
	background: #fff;
}


.shoppingcart .alpha td{
	padding-top: 20px !important;
}

.shoppingcart .total {
	border-top: 1px solid #E3E3E3;
}

.arrow_close{
	width:14px;
	height:8px;
	background: url(../images/cart_arrow_down.png) center center no-repeat;
	position: absolute;
	top:22px;
	right: 20px;
}

.arrow_open{
	width:14px;
	height:8px;
	background: url(../images/cart_arrow_up.png) center center no-repeat;
	position: absolute;
	top:22px;
	right: 20px;
}

#cart_items_no{

}

.top_text{
	padding-top: 6px;
	color:#000; 
}

.top_text a{
	color:#454444;
}

#cart_text{
	height: 34px;
	line-height: 16px;
	font-size: 12px;
}


#cart_text a.details:hover{
}

#cart_bottom_contents a.checkout{
	text-indent: -9999999px;
	width: 22px;
	height: 25px;
	display: block;
	margin-top: 10px;
	margin-bottom: 17px;
}

#cart_bottom_contents a.checkout:hover{
}

#cart_bottom_contents .prod_name{
	font-family: Georgia;
	font-size: 13px;
	padding: 10px 0 7px 10px;
}


#cart_bottom_contents .prod_name a{
	text-decoration: none;
}


#cart_bottom_contents .prod_price{
	font-family: Tahoma !important;
	color:#636363;
}

#cart_bottom_contents .prod_price .pricedisplay{
		font-family: Tahoma !important;
	color:#636363;
}

#cart_bottom_contents .prod_qty{
	font-family: Tahoma !important;
	color:#636363;
	margin-top: 13px;
	
}

#cart_bottom_contents .prod_qty{
	
}

#cart_bottom_contents .prod_img{
	padding: 10px 0 7px;
}


#cart_bottom_contents{
	position: absolute;
	top:49px;
	border-left: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid; 
}

#cart_bottom_contents #no_items{
	margin:10px 10px 17px;
	text-align: center; 
}

#cart_bottom_contents table{
	margin:1px 20px 10px;
	border-top: #e3e3e3 1px solid;
	width: 198px;
}

#cart_bottom_contents table th{
	padding:0 !important;
	background: none;
	border: none;
	color:#000;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	line-height: 21px;
	height: 30px;
	padding-top: 18px !important;
	font-weight: bold;
}

#cart_bottom_contents table td, #cart_bottom_contents table th{
	line-height: 16px;
	padding: 9px 0px;
}

#cart_bottom_contents table td{
	border: none !important;
	color: #454444;
	vertical-align: top;
}

#cart_bottom_contents table th.qty{
	text-align: center;
}

#cart_bottom_contents table td.qty{
	width: 14px;
	text-align: center;
	vertical-align: middle;
}

#cart_bottom_contents table th.price{
	text-align: right;
}

#cart_bottom_contents table td.price{
	text-align: center;
	vertical-align: middle;
	padding: 0 !important;
}

#cart_bottom_contents .total td{
	padding: 9px 0px 3px 0px !important;
}

#cart_bottom_contents .cart_excluding{
	text-align: right;
	color:#8b8b8b;
	padding: 0px 0px 3px 0px !important;
}


.cart-widget-remove{
	vertical-align: middle;
	height:14px;
}

#cart_bottom_contents table .omega{
	height: 27px;
	border-bottom: #e3e3e3 1px solid;
}

#cart_bottom_contents table .shipping{
	height: 27px;
	border-bottom: #e3e3e3 1px solid;
	color: #454444;
}

#cart_bottom_contents .total td{
	color:#000 !important;
}

#cart_bottom_contents .total .pricedisplay{
	font-family: Tahoma !important;
	color: #000;
}

#cart_bottom_contents .total .price{
	font-weight: bold;
}

#cart_bottom_contents table .total, #cart_bottom_contents table .shipping{
	text-align: right;
}


#cart_bottom_contents table .shipping td, #cart_bottom_contents table .total td{
	padding-right: 16px;
	text-align: right;
}

.buts{
	margin:1px 20px 19px;
}

.emptycart a{
	line-height: 27px;
}

.emptycart{
	color:#454444;
}

div.wpsc_loading_animation img{
	float: left;
	margin-right: 5px;
	background: none !important;
	padding: 0 !important;
	margin-top: 3px;
	
}

div.wpsc_loading_animation{
	line-height: 10px;
	width: 70px;
	height: 20px;
	float: left;
	position: absolute;
}

#default_products_page_container div.wpsc_loading_animation{
	left: 26%;
}

#products_page_container div.wpsc_loading_animation{
	left: 69%;
}

div.wpsc_loading_animation{
	font-size: 9px !important;
}

.wpsc_empty_the_cart{
	float:left;
}

#currencies {
	float: left;
	margin: 35px 0 0 0;
}

#currencies ul li{
	float:left;
	margin-left: 5px;
	width: 18px;
	height: 17px;
	list-style: none;
}

#currencies ul li a:hover, #currencies ul li a.selected{
}

#currencies ul li a{
}

#sub_links{
	float: right;
}

#container{
	background: url(../images/menu_border.png)	center left repeat-x;
	height: 55px;
}


#main_menu ul li, #hidden_menu ul li{
	position: relative;
	vertical-align: middle;
}

.ddsmoothmenu{
	
}

#hidden_menu{
	position: relative;
	display: none;

}

#hidden_menu ul li{
	float: left;
	height: 30px;
	padding: 0 10px 0 0;
	vertical-align: middle;
	font: 16px/18px 'Crimson Text', serif;
}


#hidden_menu ul li a:hover{
	text-decoration: none;
}

#main_menu ul li.alpha a{
	
	
}

#main_menu ul li a{
	padding: 0 20px;
	height: 55px;
	vertical-align: middle;
	display:table-cell;
	color: #000;
	font: 19px/26px 'Crimson Text', serif;
	letter-spacing: 0.5px;
	background: url(../images/m_sep.png) center left no-repeat;
}

#main_menu ul li.alpha a{
	background:none !important;
}

#main_menu ul li a:hover, #main_menu ul li.current-menu-item a{
	text-decoration: none;
	color: #707070;
	text-shadow: none !important;
}

* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

#main_menu ul li.alpha a:hover, #main_menu ul li.alpha.current-menu-item a{
}


#main_menu ul li ul:before{
	background: url(../images/m_point.png) center center no-repeat;
	content: "";
	width: 9px;
	height: 5px;
	position: absolute;
	top:-5px;
	left:16px;
}

#hidden_menu ul li ul li{
	padding-bottom: 5px;
	height: auto !important;
	font: 11px/13px Tahoma, serif;
}

#hidden_menu ul li ul li ul{
	left: 20px !important;
	position: absolute;
}

#hidden_menu ul li ul li a{
 	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px !important;
	font-style: normal;
	height: auto !important;
	background: none !important; 
}

#hidden_menu ul li ul{
	position: absolute;
	visibility: hidden;
	padding:5px 10px;
	border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
	border-top: rgba(0, 0, 0, 0.1) 1px solid;
	border-left: rgba(0, 0, 0, 0.1) 1px solid;
	border-right: rgba(0, 0, 0, 0.1) 1px solid;
	background:url(../images/m_back.png) top left repeat-y;
	margin-top: 22px;
	width: 100%;
	background: #f4f4f4;
}

#main_menu ul li ul{
	position: absolute;
	visibility: hidden;
	padding:10px 20px;
	border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
	border-top: rgba(0, 0, 0, 0.1) 1px solid;
	background:url(../images/m_back.png) top left repeat-y;
	width: 113px;
	margin-top: -1px;
	
}

#main_menu ul li ul li{
	display: block;
	padding-bottom: 8px;	
}

#main_menu ul li ul li span{
	background: none !important;
}

#main_menu ul li ul li.omega{
	border: none !important;
	background: none !important;
	padding-bottom: 
}

#main_menu ul li ul li a{
 	width: 151px;
 	font-family: Tahoma;
	font-size: 13px;
	line-height: 1.25em;
	font-style: normal;
	height: auto !important;
	padding: 6px 0 3px;
	background: none !important;
	
}

#main_menu ul li ul li a:hover, #main_menu ul li ul li a.selected{
	color:#781a6f;
}

#main_menu ul li ul li ul{
	position: absolute;
}

#main_menu ul li ul li ul:before{
	background: url(../images/m_point_l.png) center center no-repeat;
	content: "";
	width: 5px;
	height: 9px;
	position: absolute;
	top:11px;
	left:-4px;
}

#main_menu ul li ul li ul li{
}

#main_menu ul li ul li{
}

#search_form{
	float: right;
	padding-left: 10px;
}

.widget-2 h3.category-title.border{
	border-bottom: none !important;
	margin-bottom: 0px !important;
}

#searchback{
	height: 34px;
	margin-top:10px;
	margin-right: 2px;
	width: 213px;
	background:url(../images/search.png) 0 0 repeat-x;
}

#searchback:before{
	content: "";
	height: 34px;
	width: 5px;
	float: left;
	margin-left: -2px;
	background: url(../images/search.png) 100% 100% no-repeat;
	vertical-align: middle;
}

#search_form input[type="text"]{
	border: none;
	padding: 0 ;
	
	height: 34px;
	background: transparent;
	color: #727272;
	vertical-align: middle;
	padding-left: 5px;
	width:170px;
}

#search_form a{
	display: block;
	height: 34px;
	width: 32px;
	background: url(../images/search_but.png) 100% 100% no-repeat;
	float: right;
	cursor: pointer;
	margin-right: -2px;
}

#search_form a:hover{
	background: url(../images/search_but.png) 0 0 no-repeat;
}

#cs-next-coin-slider, #cs-prev-coin-slider{
	text-decoration: none;
}

#featured_box{
}

.price, .pages .selected{
}

.caption{
	
}

.caption h3{
}

.caption .description{
}

.caption .price{
}

.caption .price span{
}

#content #featured_box{
}


#categories_box{
	margin-top: 12px;
	margin-bottom: 35px;
	height: 140px;
	text-align: center;
	position: relative;
}

#categories_box ul{
	width:960px;
}

#categories_box .wrapper li {
	float:left;
	list-style: none;
	height: 142px;
	 
}

#categories_box .wrapper li .cat_container, .single_cat_view{
	width: 140px;
	height: 139px;
	position: relative;
	margin-left: 18px;
	border:#e8e8e8 1px solid;
}

.wpsc_category_grid .single_cat_view{
	width: auto !important;
	height: auto !important;
}


#categories_box .wrapper li.alpha .cat_container{
	margin-left:0px !important;		
}

#categories_box .wrapper li .cat_container img, .single_cat_view img{
	position: absolute;
	top:5px;
	left:5px;
}

#categories_box .wrapper li .cat_container h5, .single_cat_view h5{
	color:#fff;
	text-transform: uppercase;
	font:13px/30px 'Crimson Text',serif;	
}

#categories_box .wrapper li .cat_container a.cat_name{
	display: block;
	width: 130px;
	height: 30px;
	vertical-align: middle;
	background: url(../images/cat_back.png);
	z-index: 100;
	position: absolute;
	bottom: 5px;
	left: 5px;
	
}

/*------ to Remove--------------------*/

.infiniteSlider .wrapper {
  width: 945px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  height: 142px;
  overflow: hidden;
  position: absolute;
  top:0;
  left:0px;
}
/*----- to Remove ---------------------*/


.inner{
	float:left;
}

.list_holder{
	margin-right:47px; 
}

.inner-box{
	float:left;
	margin-right:40px;
}


.yard{
	border: #d9d9d9 1px solid;
	background: #f4f4f4;
}

.box{
	margin-bottom: 30px;
}


div.box:last-child{
	margin-bottom: 0 !important;
}


.box h2, .box h3{
	padding-bottom: 13px;
	border-bottom: #e0e0e0 1px solid;
	margin-bottom: 18px;
}

.smallest-title h2, .smallest-title h3{
	border: none !important;
	margin-bottom: 0 !important;
}

.fance{
	margin-bottom: 10px;
}

.space{
	margin-bottom: 20px;
}

.box-3{
	width:300px;
	float: left;
	margin-left: 20px;
}

.box-3.alpha{
	margin-left: 0px;
}

.box-2{
	width:47%;
	margin-left:20px; 
}

.inner.alpha{
	margin-left:0px !important; 
}

.inner-box.omega{
	margin-right: 0px !important;
}

.inner .omega{
	padding:0;
}

ul.featured{
	
}

ul.featured li, .ngg-widget{
	float:left;
	margin: 0 0 5px;
	position: relative;
	list-style: none;
	height: auto !important;
}

ul.featured li:nth-child(even){
	margin-left:6px !important;
}

ul.featured li a, .ngg-widget a{
	display:block;
	line-height: 0;
}

.ngg-widget a{
 	margin-top: 10px;
}

footer{
	margin-top: 40px;
	height: 100%;
}

#footback{
	background: url(../images/foot_b.png) top left repeat-x #f4f4f4;
}

.content{
	padding: 40px 0 26px;
}

.side_col_left{
		
}

.side_col_left .box:first-child{
	
}

.side_col_left .box+.box{
	margin-top: 18px;
	
}

.cont_col .space:first-child{
	
}

.footer_container{
}

footer .date{
}

footer #news-letter{
	background: url(../images/nl_back.png) top left repeat-x;
	border: none;
	height: 34px;
	width: 139px;
	background-color: transparent !important;
	margin-left: 4px;
	float: left;
	border-radius:0;
}


#nl_cont{
	height: 34px;
	width: 191px;
	background: url(../images/nl_left.png) top left no-repeat;
}

#nl_cont button{
	text-indent: -1000000px;
	cursor: pointer;
	background: url(../images/nl_but.png) top left no-repeat !important;
	height: 34px;
	width: 34px;
	float: right;
	border: none;
	margin-left: 0;	
}

#nl-action {
}

footer input[type="text"]{
	
}

.fi_l {
}

.fi_r{
}



footer #nl-text{
	display: none;
	margin-top: 0px;
}

#newsletter{
	height: 72px;
	width: 191px;
	overflow: hidden;
}

footer .nl_error{
	background: url(../images/nl_error.png) 0 3px no-repeat;
	padding-left: 25px;
}

footer .nl_success{
	background: url(../images/nl_complete.png) 0 3px no-repeat;
	padding-left: 25px;
}


footer #social li{
}

#footer_upper{
	border-bottom:#dbdbdb 1px solid;
	margin-bottom: 30px;
}

.footer_upper{
	float: left;
	width: 25%;
}

.footer_lower:first-child{
	margin-left: 0 !important;
}

.footer_lower ul li{
	padding-top: 4px;
	padding-bottom: 4px;
	 
}

.address li{
	border-top:none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;	
}

.footer_lower ul li:first-child{
	border-top:none !important;
	padding-top: 0px !important
}

.footer_lower{
	float: left;
	width: 20%;
	margin-left: 48px;
}

.bottom_content{
	float:left;
}

footer .menu {

}

footer #bot_container{
	float: right;
	height: 40px;
	overflow: hidden;
}

footer .menu li {
	float: left;
	margin-right: 5px;
	list-style: none;
}

footer #end{
	background: #fafafa;
	border-top: #e8e8e8 1px solid;
	font-family: Georgia;
	font-style:italic;
	color: #000;
	padding: 16px 0;
}



/*==============Pages=============*/

/*--------------Index-------------*/

.ft-title{
	padding: 15px;
	color: #fff;
	line-height: 17px !important;
}

.ft-prev, .ft-next{
	display: block;
	padding: 1px 10px;
	background-color: #f4f4f4;	
}

.ft-button-slideshowHolder{
	font-family: Georgia;
	font-style: italic;
	color:#000;
	padding-left: 12px !important;
	padding-right: 12px !important;
	padding-top: 7px !important;
	padding-bottom: 11px !important;
	border-top: #fff 1px solid;
	background: url(../images/ftBord.png) top left no-repeat;
}

.ft-button-slideshowHolder:hover, .ft-button-slideshowHolder-active{
	background-color: #616161;
	color: #fff;
	text-decoration: none;
	background: url(../images/ftBordHov.png) top left no-repeat #616161;
	border-top:#868686 1px solid;
}

.ftDesc b{
	font-size: 17px;
	font:21px/17px 'Crimson Text',serif;
}

.ftDesc a{
	color:#fff !important;
}

#ft-buttons-slideshowHolder{
	height:29px;
	vertical-align: middle;
	background: #f4f4f4;
	border: #d9d9d9 1px solid;
	margin-top: 3px;
	text-align: right;
}

.sliders{
	margin-bottom: 30px;
	margin-top: 20px;
}

.tagline{
	color:#000;
	font: 40px/40px 'Crimson Text',serif;
	padding-bottom: 30px;
}

.tagline i{
	color:#b6b6b6;
}

.coupons_widget{
	background: url(../images/sales_ribbon.png) left center no-repeat;
	width: 1020px;
	height: 116px;
	margin-left: -40px;
	padding-left: 40px;
	margin-top: 26px;
	margin-bottom: 36px;
	vertical-align: middle;
	position: relative;
}

.coupons_widget .promo {
	font:40px/40px 'Crimson Text', serif;
	font-weight: bold;
	display: block;
	float: left;
	color:#f5f5f5;
	text-shadow: 2px 2px 1px #77040a;
	margin-top: 35px;
}

.coupons_widget #clock{
	position: absolute;
	right:102px;
	top:16px;
	width: 174px;
	height:72px;
}

.coupons_widget .sale_end{
	width:377px;
	height: 41px;
	display: block;
	float: left;
	margin-top: 40px;
	margin-left: 25px;
	color: #fff;
	text-shadow: 1px 1px 1px #d95e64;
	font-family: Georgia;
	font-style: italic;
	text-transform: uppercase;
	font-size: 15px;
}

.coupons_widget .sale_end #the_code{
	font-size: 13px;
}

.coupons_widget .sale_end #the_code{

	text-transform: capitalize !important;

}

.coupons_widget #clock{
	text-align: center;
	font: 17px/20px Georgia;
	font-style: italic;
	color:#f5f5f5;
	text-shadow: 2px 2px 3px #77040a;
	padding-top: 13px;
	
}

.coin-slider{
	background: url(../images/shadow.png) bottom center no-repeat;
	padding-bottom: 0px;
}

.countdown_row{
	width: 132px;
	height:27px;
	display: block;
	margin-left: 24px;
}

#count_time {
	font-size: 28px;
	margin-top: 10px;
}

.latest_item{
	width:460px;
	float: left;
}

.subcontent{
	margin-bottom: 36px;
}

.latest_item.omega{
	margin-left: 20px;
}

.latest_posts_widget{
	margin-bottom: 36px;	
}

.latest_posts_widget .latest_item{
	border-top: #e0e0e0 1px solid;
	background: url(../images/post_sep.png) bottom left repeat-x;
	padding: 20px 0;
}

.ranged_popular_posts_widget .wp-post-image{
	padding: 3px !important;
	float: left;
	margin-right: 20px;
	margin-bottom: 16px;
	margin-top: 3px;
}

.ranged_popular_posts_widget ul{
	margin-bottom: 3px;
}

.ranged_popular_posts_widget ul li a{
	font-family: Georgia;
	font-size: 13px;
	color: #000;
	font-style: italic;
}

.pop_comments{
	color:#454444; 
}

.pop_authors{
	color:#454444; 	
}

.pop_date{
	display: block;
	color: #727272;
}

.pop_cont{
	overflow: hidden;
}

.recentcomments{
	padding: 5px 0 8px;
	color: #727272;
}

.recentcomments:last-child{
	border-bottom: none;
}

#recentcomments{
}
.widget_recent_comments{
	padding-bottom: 34px !important;
}
.ranged_popular_posts_widget{}

.recentcomments a{
	font-family: Georgia;
	font-style: italic;
	color: #000;
}

.flickr-image{
	float: left;
	margin: 9px 9px 0 0;
}

.flickr-image a img{
	padding: 3px !important;
}

.flickr-images-widget{
	border: #d9d9d9 1px solid;
	background: #f4f4f4;
	text-align: center;
	padding-bottom: 9px;
	padding-left: 9px;

}

.flickr-image:last-child{
	
}

.beforefooter .box-3{
 padding-bottom: 20px;
}

.widget_flickr h3.category-title{
	border: none;
	margin-bottom: 0px;
}

.title .category-title{
	float: left;
}



/*--------------Store-------------*/
#banner button span{
}

.widget_wpsc_categorisation ul li, .widget_wpsc_price_range ul li{
	list-style: url(../images/store_bul.png);
}

.widget_wpsc_categorisation ul li:hover, .widget_wpsc_price_range ul li:hover{
	list-style: url(../images/store_bul_hov.png);
}

.widget_wpsc_categorisation ul li a:hover, .widget_wpsc_price_range ul li a:hover{
	text-decoration: none;
}

.pager{
	border-bottom: #e0e0e0 1px solid;
	margin-top: -5px;
	padding-bottom: 9px;
	margin-bottom: 20px;
}

.pager select{
}

#view_switcher{
	float:right;
	margin-top:11px;
}

.pricedisplay{
	font-family: Georgia;
}

.list_view{
	background: url(../images/list_ico.png) left center no-repeat;
	padding-left: 18px;
	width: 55px;
	text-align: right;
	cursor: pointer;
	
}

.grid_view{
	background: url(../images/grid_ico.png) left center no-repeat;
	padding-left: 18px;
	width:55px;
	text-align: right;
	cursor: pointer;
}

.product_footer{
	height: 35px !important;
}

.add_info{
	margin-top: 28px;
	margin-bottom: 7px;
}

.price.display{

}

.qty_up{
	margin: 10px 0;
}

#per_page{
}

#sort_by{
}

#order_by{
}

#order_by.asc{
}

#order_by.desc{
}

#products{
	margin-top: 26px;
}

/*   Product Listing   */

li.item{
}

.yousave{
	color: #b85754;
}

li.item .specials{
	height:22px;
	width: 56px;
	background: url(../images/special_ico.png) center center no-repeat;
	position: absolute;
	display: block;
	
}

.grid li.clear{
	height: 40px;
}

.grid li.item .specials{
	top:40px;
	right: -10px;
}

.list li.item .specials{
	top:0px;
	right: 0px;
}


li.item a img.product_image{
}

#categories	.grid li.item .action{
	margin-bottom: 25px !important;
}

.grid li.item{
	float:left;
	width: 220px;
	position: relative;
	margin-right: 20px;
	display: table-cell;
}

.grid li.item:first-child{
	margin-left: 0px !important;
}

.grid li.item:hover{
}

.list li.item{
}

.list li.item:hover{
}

.grid li.last{
	margin-right: 0px !important;
}

.list li.item{
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

.list li.item:last-child{
	margin-bottom: 0;	
}

.grid li.item .product-image{
	margin-bottom: 8px;
	display: block;
}

.grid li.item:hover .product-image img{
	background-color: #e8e8e8 !important;
	border-color: #e8e8e8 !important;
}

.list li.item .product-image{
	float: left;
	display: block;
}

.list li.item:hover .product-image img{
	background-color: #e8e8e8;
	border-color: #e8e8e8 !important;
}

.grid h3.product-name{
	margin-bottom: 5px;
}

.list h3.product-name{
	overflow: hidden;
}

.list .product_form{
	overflow: hidden;
	float: left;
	display: block;
	width: 462px;
}

h3.product-name a:hover, h2 a:hover{
	text-decoration: none;
	color: #781a6f;
}

.product_image{
}

.list li .product-desc{
	
}

.grid li.item .action{
	width:100%;
	margin-top: 5px;
}

li.item button{
}

li.item .price-box{
	color:#000;
	font-size: 20px;
	font-family: "Crimson Text", serif;
	line-height: 25px;
}

.oldprice{
}

td.coupon_code{
	width:280px !important;
}

.pages{
	margin: 18px auto;
	text-align: center;
	color:#727272;
	font-size: 11px;
}

.pages a{
	color:#727272;
	font-size: 11px;
}

.pages a:after{
	content:' ';
}

#fancy_collapser_link img {
}

#products_page_container{
	
}

#products_page_container .title h1{
	line-height: 23px !important;
}

#products_page_container .title{
	padding-bottom: 20px;
}

.wpsc-breadcrumbs{
	font-family: Georgia;
	font-style: italic;
	margin-bottom: 20px;
}

.wpsc_container .image_container{
	margin-right: 20px !important;	
}

.single_content_cont{
	overflow: hidden;
		
}

.single_options{
	vertical-align: middle;
	padding: 20px 0 6px;
}


.single_options #single_qty, .single_options #variations, .single_options #single_smm{
	float: right;
}

#single_qty{
	margin-top: -5px;
}

#single_smm{
	font-size: 13px;
	margin-top: 1px !important;
}

.stButton .chicklets{
	font-size: 13px !important;
	font-family: Tahoma !important;
	
}

.single_options .box-3{
	width: 33% !important;
	margin: 0 !important;
}

.wpsc_variation_forms td.col1{
	width: 55px !important;
	text-align: right;
}

#variations{
	width:200px;
	float:left;
	text-align: right;
}

.wpsc_variation_forms label{
	font-size: 13px;
}

#single_qty{
	width:125px;
	float: left;
	display: table-cell;
	vertical-align: middle;
	
}

#single_qty legend{
	line-height: 30px;
}



#single_smm{
	width:117px !important;
	float: left;
	padding: 0px;
	margin: 0px;
}

.FB_like{
	padding: 0 !important;
	margin: 0 !important;
}

#single_smm iframe{
	width: 117px !important;
}

#LikePluginPagelet .connect_confirmation_cell  {
	display: none !important;
	visibility: hidden !important;
	height: 0px;
	width: 0px;
}

.st_sharethis{
	margin: 0 !important;
}

.single_product_display .FB_like iframe{
	margin-top: 0 !important;
}

.wpsc_variation_forms td{
	height:35px;
}

.single_content_cont .wpsc_product_price{
	margin-top: 21px;
}

.single_content_cont .wpsc_product_price .currentprice.pricedisplay{
	font-size: 40px !important;
}

.single_product_display .wpsc_buy_button_container .wpsc_buy_button{
	width: 220px;
	height: 47px;
	background: url(../images/add_to_cart.png) center center no-repeat !important;
	color:#4b4b4b;
	font-size: 17px;
	font-family: Georgia;
	font-style: italic;
}

.single_product_display .wpsc_buy_button_container .wpsc_buy_button:hover{
	background: url(../images/add_to_cart_hov.png) center center no-repeat !important;
	color: #fff;
}

.single_product_display p.pricedisplay{
	 margin: 8px 20px 0 0;
}

 div.image:hover, div.wp-caption:hover, #content img:hover{
 	background-color: #e8e8e8;
	border-color: #e8e8e8 !important;
 }
 
.checkout_cart{

	margin-top: 13px;
	
}
 
 .checkout_cart tr{
 	border-bottom:#d9d9d9 1px solid;
 }

.checkout_cart tr.header{
	border-bottom: none !important;
	background: #f4f4f4;
}

.checkout_cart tr td{
 	text-align: right;
 	padding: 20px;
 	vertical-align: top;
 	
 }

.checkout_cart td.firstcol{
	border-bottom:#d9d9d9 1px solid;
	border-left: none !important;
}

.wpsc_coupon_row td:first-child, .wpsc_total_before_shipping td:first-child{
	border-left: none !important;
}

.wpsc_coupon_row td{
	text-align: right !important;
}

.wpsc_total_before_shipping td{
	text-align: right !important;
}

.checkout_cart th, .wpsc_totals{
	color: #646464;
    font:13px/21px Tahoma;
    height: 49px;
    vertical-align: middle;
    text-align: left;
}

.th_prod_name{
	padding-left: 40px;
}

.th_prod_price{
	text-align: center !important;
}

.cost_bef_ship{
	margin-bottom: 5px;
	display: block;
	width: 560px;
	float: left;
}

.coupon_text{
	float: left;
	width: 378px;
	margin-top: 3px;
}

.wpsc_totals{
	text-align: left;
	padding-left: 20px;	
}

.totals_table{
	margin-top: 13px;
}

.totals_table td{
	text-align: center !important;
	padding: 0 !important; 
}

.totals_table #total_text{
	margin-top: 40px;
}

.total_price_title{
	background: #F4F4F4;
}

.checkout_cart .alt {
}

.checkout_cart .wpsc_product_image{
	padding-left: 0 !important;
	text-align: left;
}

.wpsc_product_image .product_image{
	float: left;
	margin-right: 20px;
}

.checkout_cart .wpsc_product_name{
	font-size: 19px;
	font-family: Georgia;
	line-height: 21px;
	text-align: left;
	padding-left: 0 !important;
	width: 320px;
}

.x_che{
	width: 5px;
	height: 5px;
	margin: 5px 5px 3px;
	display: inline-block;
	background: url(../images/x.png) center center no-repeat;
}

.up_but{
	width: 12px;
	height: 11px;
	text-indent: -100000px;
	background: url(../images/update.png) 0 0 no-repeat !important;
	margin: 3px 20px 3px 
}

.wpsc_checkout_table select{
	width: 300px;
}

.checkout_cart .cart_remove button{
	color:#646464;
}

.wpsc_checkout_forms label{

}

.sing_price .pricedisplay{
	color: #c1c1c1 !important;
	
}

.checkout_cart .product_image{
	padding: 5px !important;
}

.checkout_cart .wpsc_product_quantity{

}

.checkout_cart .pricedisplay{
	color: #000;
    font-family: "Crimson Text",serif;
    font-size: 20px;
}

.checkout_cart .wpsc_product_quantity .qty input[type=text]{
	margin-right: 6px;
	height: 26px;
}

.wpsc_coupon_row, .wpsc_total_before_shipping{
	color: #000;
    font-family: Georgia;
    font-style: italic;
	font-size: 17px;   
}

.coupon_code input[type=text]{
	height: 24px;
	margin-right: 6px;
}

.wpsc_total_amount_before_shipping .pricedisplay{
	font-size: 27px;
	font-style: normal;
}

.wpsc_checkout_table.table-4{
	width:480px;
	float: left;
}

.wpsc_checkout_table{
	font-family: Georgia;
	font-style: italic;
	font-size: 13px;
}

#checkout_total{
	margin-top: 15px;
	display: block;
}

#checkout_total .pricedisplay{
	font-size: 27px;
	font-weight: bold;
	font-size: 35px;
	font-family: "Crimson Text", serif;
	color: #2c2c2c;

}

#total_text{
	font-size: 35px;
	display: block;
	font-family: "Crimson Text", serif;
	color: #2c2c2c;
}

.make_purchase{
	width: 138px;
	height: 39px;
	background: url(../images/che_purchase.png) 0 0 no-repeat !important;
	vertical-align: middle;
	text-align: center;
	font-family: Georgia;
    text-align: center;
    text-shadow: 1px 1px 1px #4C4C4C;
    vertical-align: middle;
    color: #fff;
    font-size: 13px !important;
}

.make_purchase:hover{
	background: url(../images/che_purchase.png) 0 -39px no-repeat !important;
}

.checkout_actions{
}

.wpsc_checkout_table{
	margin: 0 auto;
	width: 480px;
}

td.wpsc_product_remove{
	text-align: right !important;
}

.checkout-2{
}

.checkout-1{
	margin-left: 20px;
}

.ch_arrow{
	background:url(../images/che_pr.png) 0 1px no-repeat;
	width: 220px;
	height: 40px;
	font-family: Georgia;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-shadow: 1px 1px 1px #4c4c4c;
	line-height: 38px;
	display: block;
	cursor: pointer;
	margin-top: 36px;
}

#totable{
	width:220px;
	height: 246px;
}


#total_container{
	position: relative;
}

.ch_arrow:hover{
	background:url(../images/che_pr.png) 0 100% no-repeat;
	text-decoration: none;
}


#che_back_but{
	display: block;
	width:138px;
	height: 39px;
	background: url(../images/che_back.png) 0 0 no-repeat;
	cursor: pointer;
	 font-family: Georgia;
    line-height: 38px;
    text-align: center;
    text-shadow: 1px 1px 1px #dcdcdc;
    vertical-align: middle;
    color: #4b4b4b;
}

#che_back_but:hover{
	background: url(../images/che_back.png) 0 100% no-repeat;
	text-decoration: none;
	color: #fff;
}

/*----------WPSC----------------------------------*/




/*----Blog-------*/
.cat-item .children, .page_item .children{
	
	display: none;
}

.heading h2{
	margin-bottom: 13px;
	line-height: 1.5em;
	font-size: 25px;
}

.heading .post-meta-written, #post .post-meta-written, #posts .post-meta-written {
	color: #000;
	font-family: Georgia;
	font-style: italic;
	border-bottom: #dddddd 1px solid;
	padding-bottom: 5px;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .comment-body h1, .comment-body h2, .comment-body h3, .comment-body h4, .comment-body h5{
}

.thumb{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.shareinpost{
	margin-top: 10px;
}

.post-content .more-link{
	color:#000;
}

#related{
	margin-top: 30px;
}

.related li{
	float: left;
	margin-right: 20px;
	padding-bottom: 24px;
	background: url(../images/post_sep.png) bottom left repeat-x;
}

.related li:last-child{
	margin-right: 0;
}

.post-content{
	padding-bottom: 36px;
	border-bottom: #e0e0e0 1px solid;
}

.post-content ul li, .comment-body ul li{
	
}

.post-content ol li, .comment-body ol li{
}

.post-content ol li ol li, .comment-body ol li ol li{
}

.post-content ol li ol li ol li, .comment-body ol li ol li ol li{
}

#posts .heading{
	margin-bottom: 7px;
}

#posts article{
	margin-bottom: 36px;
}

.single article .title{
	margin-bottom: 20px;
	margin-left: 160px;
	margin-top: 5px;
	
}

.single article .title h1{
	font-size: 36px;
}

#posts .post-excerpt{
	
}

#posts .post-content, #post .post-content{
	overflow: hidden;
}

#posts .post-meta{
	width:140px;
	float: left;
	margin-right: 20px;
	margin-top: 48px;
}

#post .post-meta{
	width:140px;
	float: left;
	margin-right: 20px;
}

#posts .post-meta-taxonomy, #post .post-meta-taxonomy{
	padding: 5px 0;
	color:#727272;
	border-bottom: #dddddd 1px solid;
}

#post-author{

}

#post-author figure{
	float: left;
	margin-right: 20px;
}

.post{
	 margin-bottom: 37px;
}

#posts .post-meta-taxonomy a, #post .post-meta-taxonomy a{
	color: #727272;
}

#posts .post-meta-taxonomy b, #post .post-meta-taxonomy b{
}

#posts .post-meta-comments, #post .post-meta-comments{
	padding-top:5px; 
	color:#727272;
}

#post .post-meta-comments{
	
}

#posts .post-meta-comments a, #post .post-meta-comments a{
	color:#727272;
}

li.comment{
	margin-bottom: 20px;
}

div.comment{
	 border-bottom: 1px solid #E0E0E0;
	 padding-bottom: 20px;
}

.comment-title{
	overflow: hidden;

}

li.comment ul.children{
	margin-top: 20px;
}

li.comment ul.children{
	padding-left: 40px;
}

li.comment ul.children li{

	margin-bottom: 20px;
	padding-bottom: 10px;
}

.comment-body p{
	margin-bottom: 0 !important;
}

.reply{
	float: right;
	width: 40px;
}

.grid_3.side_col_right{
	padding-left: 20px !important;
	width: 200px;
}

.grid_3.side_col_left{
	padding-right: 20px !important;
	width: 200px;
}

.comment-author h5{
	color:#000;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	float: left;
	padding-left:1px;
}

.comment-meta{
	float:right;
	color: #ababab;
}

.comment-meta a{
	color: #ababab;
}

.comment-author figure{
	float:left;
	margin-right: 20px;
}

.comment-author figure img{
	padding: 3px !important;
}

.comment-body{
	overflow: hidden;
}

#comments{
	margin-top: 30px;
}

.commentlist{
	margin-top: 20px;
}

#comments ol{
	padding-bottom: 10px;
}

#comments ol li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}

p.form-submit input{
	display: none;
}


.single .post-content{
	border: none !important;
}


.single article{
	border-bottom: 1px solid #E0E0E0;
}

#commentForm{
	padding-bottom: 20px;
	margin-bottom: 20px;
}

h3#reply-title{
	color:#000;
	font: 30px/30px 'Crimson Text', serif;
	margin-bottom: 16px;
}

#commentform .com_inputs{
	float: left;
	width:240px;
}

#commentform .com_inputs input{
	margin-bottom: 20px;
	width: 202px;
}

#commentform #comment{
	width: 454px;
	height: 131px;
	margin-top:0;
	display:block;
}

#commentform #com_submit{
	float: right;
	margin-top: 20px;
}




.comment-child{
}

.newer-older{
}

.older{
	float:left;
}

.newer{
	float:right;
}

.wp-smiley{
	border: 0 !important;
	padding: 0 !important;
}

.author figure{
	float:left;
	margin-right: 20px;
}

/*----widgets----*/

.widget_calendar table {
	font-size: 11px;
	width: 100%;
}

.widget_calendar table caption{
	border: #585858 1px solid;
	background: url(../images/cal_cap.png) top left repeat-x #5e5e5e;
	text-align: center;
	padding: 6px 0;
	color: #fffefe;
	font-family: Georgia;
	font-style: italic;
	text-shadow: 1px 1px 1px #575757;
	font-size: 13px;
	 
}

.widget_calendar table th{
	background-color: #f4f4f4;
	border-right: none !important;
}

.widget_calendar table th:last-child{
	border-right:#d9d9d9 1px solid !important;
}

.widget_calendar table td{
	background:#fafafa;
}

.widget_calendar table #today{
	background: url(../images/cal_cap.png) top left repeat-x #5e5e5e;
	text-align: center;
	padding: 6px 0;
	color: #fffefe;
	text-shadow: 1px 1px 1px #575757;
	font-size: 13px;	
}

.widget_calendar table #today a{
	color:#fff;
}

.widget_calendar table th, .widget_calendar table td{
	padding: 6px;
	border: #d9d9d9 1px solid;

}

.widget_search, .widget_search div {

}

.recent-posts-dated li{
	list-style:none !important;
	background: url(../images/posts_ico.png) 0 5px no-repeat;
	padding-left: 26px;
	margin-bottom: 13px;
}

.socialwrap{
}

.socialwrap li{
}

.tagcloud a, #product_tag_wrap a{
	background: #f4f4f4;
	border: transparent 1px solid;
	border-radius: 3px;
	font-size: 13px !important;
	padding: 0px 5px 2px;
	line-height: 24px;
	color: #454444;
}

.tagcloud a:hover, #product_tag_wrap a:hover{
	text-decoration: none;
}

.widget_tag_cloud h3{
	border-bottom: none;
	margin-bottom: 0px;
}

#searchform #s{
	float:left;
	margin-right: 10px;
	height: 25px;
	width: 132px;
}

.wpsc_live_search{
	width: 200px;
	background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #D5D5D5;
    border-radius: 3px 3px 3px 3px;
    color: #727272;
    font-size: 13px;
    height: 29px;
    padding: 0 7px;
}

div.blind_down{
	background: none !important;
	width: 240px !important;
}

div.blid_down{
	padding-top:10px !important;
}

div.blind_down ul li{
	list-style: none !important;
}

div.blind_down ul li a{
	background: none !important;
}

.ngg-media-rss-widget a img{
	border: none !important;
	float: left;
}

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

.smaller-title{
	padding-bottom: 13px;
}

.smaller-title h2.category-title{
	float: left;	
}

.smaller-title .categories{
	float: right;
}

.smaller-title .categories ul li{
	margin-left: 10px;
	float:left;
}

.smaller-title .categories ul li a{
	cursor: pointer;
}

.smaller-title .categories ul li a.selected, .smaller-title .categories ul li a:hover{
}

.images-gallery {
	margin-left: -20px;
	display:inline-block;
}

.images-gallery img{
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.images-gallery li{
	border: #D1D1D1 1px solid;
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 20px;
	display: list-item;
	float: left;
	list-style: none !important;
	padding: 9px;
}

#filters li a{
}

#filters li a span{
}

#filters li a.selected, #filters li a:hover{
}

#filters li a.selected span, #filters li a:hover span{
}

.gal-wrapper{
	position: relative;
}

/*============Caption Classes===========================*/

.ic_container{
    vertical-align:baseline;
    
    position:relative;
    /*-moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-box-shadow: 0 1px 3px #888;
    -webkit-box-shadow: 0 1px 3px #888;*/
}
.ic_container figure img{
	border: none !important;
	margin: 0 !important;
}

.ic_container a{
	display: block;
	line-height: 0;
}

.overlay{
    opacity:0.3;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
}

.ic_caption{
    position:absolute;    
    opacity:0.6;   
    overflow:hidden;
    margin:0px;
    padding:0px;
    left:0px;
    right:0px;
    cursor:pointer;
}
.ic_category{
    text-transform:uppercase;
    font-size:11px;
    letter-spacing:3px;
    padding:5px;
    margin:0px;
}
.ic_caption h3{
    padding:5px 5px 0 5px;
    margin:0px;
    font-size:18px;
}
.ic_text{
    padding:5px;
    margin:0px;
    text-align:justify;
    font-size:11px;
    line-height: 13px;

}
/*============Caption Classes End===========================*/

/*--------Contacts-------------------*/

.contactform{
	
}

.contactform label{
	display:block;
}

.address {
	margin-bottom: 20px;
}

.address li{
	padding-left: 24px;
	list-style: none !important;
}

.caddress{
	background: url(../images/address_ico.png) 0 5px no-repeat;
}

.cphone{
	background: url(../images/phone_ico.png) 0 5px no-repeat;
}

.cemail{
	background: url(../images/envelop_ico.png) 0 5px no-repeat;
}

.wpcf7 .com_inputs{
	width:218px;
	float: left;
	margin-right: 20px;
}	

.wpcf7 .com_inputs input{
	width: 218px;
}

.pho_con{
	float: right;
}


.wpcf7 .your-message textarea{
	height: 136px;
	width: 438px;
	float: right;
	resize: none;
	margin-top: 20px;
	padding: 7px;
}

.wpcf7-form-control-wrap input{
	margin-bottom: 10px;
}

#map{
	border:#d1d1d1 1px solid;
	line-height: 0;
	background: #fff;
	overflow: hidden;
}

#map_canvas{
	margin: 9px;
	width: 680px;
	height:208px;
}

#info_buble{
	width: 199px;
	padding-top: 10px;
	line-height: 16px;
}

#map_canvas img{
	border:0;
	background: none;
}

/*----clears--------*/

.wrapper:after, .box:after, .fance:after, .cage:after, .haeding:after, .post-meta:after, .newer-older:after, .smaller-title:after, section:after, dd:after, .ui-helper-clearfix:after, .images-gallery li:last-child:after, #content img:last-child:after, #post-content:after, .post-content:after, .followwrap:after, .socialwrap:after, inner.omega:after, #searchsubmit:after, .product-desc:after, .single_product_view h2:after, .product_footer:after, .buts:after, footer .menu:after, .related:after, li.comment:after, .ranged_popular_posts_widget ul li:after, .list li.item:after, .grid li.item.last:after, .ranged_popular_posts_widget ul li:after{
	display:block;
	content:".";
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden; 
}


/*-----Custom Widgets----------*/

.follow_links ul li{
	display: inline;
	float: left;
	list-style: none;
	border: 0 !important;
	margin:0 10px 0 0 !important;
}

/*------------register page--------------------*/

#login-register-password .username{
	margin-bottom:8px;
}

#login-register-password .username input[type=text]{
	
}

#user_login{
	float: right;
}

.password label, .username label{
	line-height: 30px;
}

.userpass, .userlogin, .useremail{
	float:right;
}

button.user-submit{
	float:right;
}


#login-register-password div.fance{
	
}

.tab_container_login .grid_4{
	height: 224px;
}

div.wpsc_product_search {
	background: none !important;
	border: none !important;
}

.wpsc-products-view-mode{
	display: none !important;
}


.wpsc_registration_form {
	width:48%;
	float:left;
}

.wpsc_registration_form label{
	float:left;
}

.wpsc_registration_form input[type=text].input, .wpsc_registration_form input[type=password].input, .wpsc_registration_form #log, .wpsc_registration_form #pwd, .wpsc_registration_form #user_email{
	width: 204px;
	margin-bottom: 10px;
}








.sold p.pricedisplay {
  text-decoration: line-through;
}



