.select-menu {
display: none;
width: 130px;
}
.navigation-inner .search-inner {
	display: none;
}
#content .button, #commentform .form-submit #submit, #searchform #searchsubmit {
	background: #171717;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#696969', EndColorStr='#171717');
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#696969), color-stop(50%,#3d3d3d), color-stop(50%,#292929), color-stop(100%,#171717));
	background: -moz-linear-gradient(center top, #696969 0%, #3d3d3d 50%, #292929 50%, #171717 100%);
}

#slider-container .single-item a {
  display: inline-block;
}

.slider { height: auto; }
.slider .items { position:relative; }

#container .sf-menu ul li { text-shadow: none; text-transform: none; font-weight: normal; display: block; float: none; }

.blog-post-home-title {
height: auto;
margin-bottom: 22px;
}
.blog-post-home-title-inner {
position:relative;
height: auto;
padding-left: 10px;
}

.exposureTarget {background: transparent;}

/* Update 2.5 */
.cross-sells ul.products {
list-style: none;
}
.cross-sells ul.products li {
margin:0;
}

.exposureWrapper { position:relative; }

#tab-description ul, .summary ul {
list-style-type: disc;
margin-bottom: 20px;
}
.summary ul { margin-top: 10px; }
#tab-description li, .summary li {
margin-left: 25px;
line-height: 26px;
}

#tab-description .bullet-list ul {
list-style-type: none;
}

#tab-description .bullet-list li {
margin-left: 0px;
line-height: 26px;
}

.sf-menu li li a.sf-with-ul {
margin-right: 10px;
}
.sf-menu li li {
position:relative;
}
.sf-menu li li ul {
margin-left: 80px;
}
.sf-menu li li li {
background:	#e58039;
}


/* Update 3.0 */
fieldset select#cardtype, fieldset select#expmonth, fieldset select#expyear, fieldset select {display: inline;}
input#shiptobilling-checkbox { visibility: visible\9; position: relative\9; top: -9999px\9; }
@media screen and (max-width: 480px) {
	.full-width-content table td.product-subtotal input.button {width: 60px;}
}

/* Update 4.0 */
.woocommerce-ordering, .woocommerce-result-count {
display: inline-block;
}
.woocommerce-result-count {
margin: 0;
margin-right: 15px;
line-height: 26px;
}

.blog_pagination span.current{
text-shadow:0 1px 0 #585858;
color:#fff;
background-position:-140px 0;
}

a.added_to_cart {
display: block;
float: right;
font-size: 12px;
margin-top: 3px;
border-bottom: 1px dotted #828282;
}
.text-info { position: relative; z-index: 9; }


/* Update 4.1 */
.content-top {
	width: 100%;
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	border-radius: 4px 4px 0px 0px;
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #686868 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#686868)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#686868 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#686868 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#686868 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#686868 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#686868',GradientType=0 ); /* IE6-9 */
}

/*
.navigation-inner {
	box-shadow: 0 1px 2px rgba(44, 44, 44, 0.4);
	background: #f0af7e; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #f0af7e 0%, #e98d47 50%, #e58034 51%, #c85c1e 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0af7e), color-stop(50%,#e98d47), color-stop(51%,#e58034), color-stop(100%,#c85c1e)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #f0af7e 0%,#e98d47 50%,#e58034 51%,#c85c1e 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #f0af7e 0%,#e98d47 50%,#e58034 51%,#c85c1e 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #f0af7e 0%,#e98d47 50%,#e58034 51%,#c85c1e 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  #f0af7e 0%,#e98d47 50%,#e58034 51%,#c85c1e 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0af7e', endColorstr='#c85c1e',GradientType=0 ); /* IE6-9 */
/*} */

#product-title {
background: transparent;
font-size: 20px;
line-height: 150%;
height: auto;
font-weight: bold;
font-family: inherit;
padding: 0;
}

.upsells.products h2, .related h2 {
color: inherit;
font-size: 24px;
font-weight: normal;
margin:0;
height: 52px;
line-height: 52px;
padding: 0 5px 0 10px;
background: #efe4dc;
color: #863200;
}

@media screen and (max-width: 1000px) {
	.navigation-inner {
		border-radius: 4px;
	}
}
@media screen and (max-width: 768px) {
	.search-container {
		padding:0;
		margin-top: 10px;
		-webkit-border-radius: 0px 4px 0px 0px;
		border-radius: 0px 4px 0px 0px;
	}
}

/* UPDATE 4.2 */
@media screen and (max-width: 480px) {
	.full-width-content table td.product-subtotal {
		text-align: left;
		width: 60px;
		overflow: hidden;
		padding-right: 0;
		padding-left: 0;
	}
	
	#content .form-row-first, #content .form-row-last { width: 95%; float: none; }
}

/* UPDATE 4.3 */
.woocommerce_tabs .panel {
    border: 1px solid #EDE6E9;
    clear: both;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 20px;
}

.quantity.buttons_added {
	margin-right: 10px !important;
	border-radius: 4px;
  position: relative;
  width: 63px;
  float: left;
}

.quantity input.plus, .quantity input.minus {
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #BBBBBB;
    box-shadow: 0 0 0 1px #FFFFFF inset;
    color: #888888 !important;
    cursor: pointer;
    height: 18px !important;
    line-height: 1em !important;
    padding: 0;
    position: absolute;
    right: 0;
    width: 20px !important;
}

.quantity input.minus {
	bottom: -2px;
}

.woocommerce td.product-name dl.variation dd p:last-child, .woocommerce-page td.product-name dl.variation dd p:last-child {
	margin: 0px;
}




/* UPDATE 4.4 */

.full-width-content table thead tr th {
	text-align: left;
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl, .woocommerce-page ul.cart_list li dl, .woocommerce-page ul.product_list_widget li dl {
	padding-left: 0px;
	border-left: 0px;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.cart_list p {
	margin: 0px;
}

#breadcrumb {
	margin: 2px 0 17px;
	font-size: 11px;
	color: #8a8a8a;
}

dl.variation p {
	margin: 0px;
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl, .woocommerce-page ul.cart_list li dl, .woocommerce-page ul.product_list_widget li dl {
	border-left: 0px none;
	padding-left: 0px;
}

.woocommerce_tabs {
	clear: both;
	margin-top: 40px;
}

.left-side h3 {
	padding-right: 20px !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 205px;
	display: block;
	overflow: hidden;
}

.quantity input.qty {
	width: 30px;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1em !important;
	vertical-align: middle;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	border: 1px solid #BBBBBB;
}

.detail-item .product_meta {
	font-size: 11px;
	color: #8a8a8a;
	margin-bottom: 15px;
}

.detail-item  {
	position: relative;
}

.detail-item .onsale {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.onsale {
	text-indent: -9999px;
	display: block;
	width: 54px;
	height: 54px;
	background: url(../images/sale.png) no-repeat;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: absolute;
	top: 28px;
	right: 10px;
	left: auto;
}

.full-width-content table td.product-subtotal {
	width: 110px;
	text-align: right;
	padding-right: 10px;
}

.full-width-content table td,
.full-width-content table tr th {
	border-bottom: 1px solid #eeeeee;
	vertical-align: middle;
	padding: 7px 0px;
}

.full-width-content table tr th {
	text-align: right;
	padding-right: 10px;
}

.full-width-content table tr.cart-subtotal td {
	width: 260px;
}

.full-width-content table.cart input.cart-field {
	margin-right: 10px;
}

.submit-buttons {
	float: right;
}

tr.promo label {
	display: inline-block;
  margin: 7px 5px;
}

tr.promo p {
	margin: 0px;
	padding: 0px;
}

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
	border-top: 0px none;
}

td.product-quantity {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}

.cart_totals table tr th {
	text-align: right;
}

.cart_totals table tr.cart-subtotal td {
	width: 160px;
}

.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
	width: auto;
}

.col2-set.addresses p {
	margin: 0px !important;
	padding: 0px !important;
}

ul#product-images li {
	float: left;
	border: 5px solid #ededed;
	margin: 15px 5px 10px 0px;
}

ul#product-images li:hover {
	border: 1px dashed #ededed;
	padding: 4px;
}

ul#product-images li a {
	display: block;
}

.related.products {
	width: 100%;
}

.woocommerce-product-rating {
	padding: 10px 0px;
}

.woocommerce-ordering,
p.woocommerce-result-count {
	display: none;
}

div.sortby .woocommerce-ordering,
div.sortby p.woocommerce-result-count {
	display: inline-block;
}

.button.add_to_cart_button {
	float: left;
}

table.variations td.value label {
	display: block;
}

.woocommerce ul#shipping_method li, .woocommerce-page ul#shipping_method li {
	white-space: nowrap;
}
