#content-middle {
	width: 729px;
	background-color: #fff;
	backgrounf-image: none;
	float: right;
}

#content-left-test {
float: left;
width: 251px;
}

#left-sidebar1 {
margin-left: 0px;
}

#left-sidebar2 {
padding-left: 20px;
background: url('images/Hair-Angels-left-sidebar-1.png') no-repeat 0 0;
}

ul#nav {
	border-radius: 4px;
	background: #12aac0;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.26, #12aac0),
	color-stop(0.5, #12A9C0),
	color-stop(0.83, #12aac0)
	);
	background-image: -o-linear-gradient(bottom, #12aac0 26%, #12A9C0 50%, #12aac0 83%);
	background-image: -moz-linear-gradient(bottom, #12aac0 26%, #12A9C0 50%, #12aac0 83%);
	background-image: -webkit-linear-gradient(bottom, #12aac0 26%, #12A9C0 50%, #12aac0 83%);
	background-image: -ms-linear-gradient(bottom, #12aac0 26%, #12A9C0 50%, #12aac0 83%);
	background-image: linear-gradient(to bottom, #12aac0 26%, #12A9C0 50%, #12aac0 83%);
}

ul#nav li a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	font-family: MuseoSans,Georgia;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-shadow: 0px 5px 10px #555;
}

ul#nav li:hover a {
	font-size: 16px;
	font-weight: bold;
	text-shadow: -3px 3px 14px #fff;
	color: #ff0;
	/*color: #ef44a5;
	background-color: #eee;*/
}

ul#nav ul {
margin: 0px 0px 0px 0px;
}

ul#nav ul li a, ul#nav li:hover ul li a {
	white-space: nowrap;
	color: #fff;
	font-size: 15px;
	padding: 8px 15px 8px 15px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	text-shadow: none;
}

ul#nav ul li:hover a {
	color: #fff;
	white-space: nowrap;
	font-size: 15px;
	padding: 8px 15px 8px 15px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	text-shadow: none;
}

.left-sidebar {
	margin-bottom: 30px;
}

.content {
float: right;
width: 700px;
}

.page .entry {
border: 1px solid #eeeee8;
margin: 10px;
margin-bottom: 32px;
margin-bottom: 3.2rem;
padding: 32px;
padding: 3.2rem;
}

.entry-header {
border-bottom: 1px solid #eeeee8;
margin-bottom: 32px;
margin-bottom: 3.2rem;
text-align: center;
}

.alignleft {
float: left;
text-align: left;
}

.alignright {
float: right;
text-align: right;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
margin: 0 24px 24px 0;
margin: 0 2.4rem 2.4rem 0;
}

a.alignright img, img.alignright, .wp-caption.alignright {
margin: 0 0 24px 24px;
margin: 0 0 2.4rem 2.4rem;
}


/* Woocommerce Related Styles */

.products li.product {
background: none;
margin-top: 0;
padding-top: 0;
margin-left: 0;
padding-left: 0;
padding-bottom: 0;
}



/* 6.1 Buttons */
a.button, .button.alt, .button, input.button, button.button, a.comment-reply-link, #commentform #submit, #featured-products ul.products .button {
	display: inline-block;
	margin: 5px 5px 5px 0;
	padding: 2px 13px 2px;
	border: 1px solid #ccc;
	color: #444;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	font-size:1em !important;
	font-family: inherit;
	overflow: visible;
	text-shadow:0 1px 0 rgba(255,255,255,0.9);

	/*Border radius*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	/*Background*/
	background: #237fd7; /*Fallback*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e5e5e5)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fefefe, #e5e5e5); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #fefefe, #e5e5e5); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #fefefe, #e5e5e5); /* IE10 */
	background-image:      -o-linear-gradient(top, #fefefe, #e5e5e5); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #fefefe, #e5e5e5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#e5e5e5'); /* IE6–IE9 */

	/*Box shadow*/
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/,
						inset 0 0 0 1px rgba(255,255,255,0.6),
						0 1px 2px hsla(0, 0%, 0%, .1) /*Shadow*/;
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/,
					inset 0 0 0 1px rgba(255,255,255,0.6),
					0 1px 2px hsla(0, 0%, 0%, .1) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/,
				inset 0 0 0 1px rgba(255,255,255,0.6),
				0 1px 2px hsla(0, 0%, 0%, .1) /*Shadow*/;

	/* Animation */
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
}

a.button.loading, input.button.loading, button.button.loading {
	filter:~"alpha(opacity=50)";
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

a.button.loading:before, input.button.loading:before, button.button.loading:before, a.button.added:before, input.button.added:before, button.button.added:before  {
	content:"";
	position: absolute;
	height:16px;
	width:16px;
	top:4px;
	right:-26px;
	text-indent: 0;
}

a.button.loading:before, input.button.loading:before, button.button.loading:before {
	background: url(images/ajax-loader.gif) no-repeat;
}

a.button.added:before, input.button.added:before, button.button.added:before {
	background: url(images/ico-tick.png) no-repeat;
}

input.button, button.button, input.button.alt, button.button.alt {
	padding:5px 13px;
}

a.button.large { padding:6px 16px;}
a.button.small, a.comment-reply-link { padding:0px 10px;}

a.button:hover,
.button.alt:hover,
.button:hover,
input.button:hover,
button.button:hover,
a.button.hover,
a.button.active,
#featured-products ul.products .button:hover {
	text-decoration: none !important;
	color:#222;
	border-color:#9ebac3;
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #fefefe),
					color-stop(1, #f1f1f1)
				);
	background: -moz-linear-gradient(
					center top,
					#fefefe 20%,
					#f1f1f1 100%
				);

	/*Box shadow*/
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/,
						inset 0 0 0 1px rgba(255,255,255,0.6),
						0 1px 6px #acd8e9 /*Shadow*/;
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/,
					inset 0 0 0 1px rgba(255,255,255,0.6),
					0 1px 6px #acd8e9 /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/,
				inset 0 0 0 1px rgba(255,255,255,0.6),
				0 1px 6px #acd8e9 /*Shadow*/;
}


.products li {
margin-left: 100px;
padding-left: 25px;
min-height: 17px;
padding-bottom: 5px;
}




ul.products li.product{
width: 290px;
min-height: 290px;
float: left;
padding: 10px;
margin: 8px;
border: 1px solid #ddd;
box-shadow: 0 0 10px #888;
-moz-box-shadow: 0 0 10px #888;
-webkit-box-shadow: 0 0 10px #888;
border-radius: 0 5px 5px 5px;
-moz-border-radius: 0 5px 5px 5px;
-webkit-border-radius: 0 5px 5px 5px;
}

ul.products li.product:hover{
box-shadow: 0 0 10px #de3395;
-moz-box-shadow: 0 0 10px #de3395;
-webkit-box-shadow: 0 0 10px #de3395;
border-radius: 0 5px 5px 5px;
-moz-border-radius: 0 5px 5px 5px;
-webkit-border-radius: 0 5px 5px 5px;
}

ul.products li.product img{
max-width: 90px;
float: left;
padding: 5px;
margin: 10px;
}

ul.products li.product img:hover {
 /*margin-top: 20px;*/
}

ul.products li.product a.add_to_cart_button {
 clear: both !important;
 padding: 5px;
 margin: 20px;
 /*margin-left: 100px;*/
}

span.price, p.price {
clear: both;
font-size: 18px;
color: #12aac0;
}
.price {
width: 290px;
text-align: center;
}

.custom_price {
width: 100%;
padding-right: 50px;
text-align: center;
clear:both;
}


.woocommerce-tabs .entry-content ul li, .product .entry-summary ul li {
background: url('http://thehairangels.debdesk.com/wp-content/uploads/2014/03/pink-star.png') no-repeat;
margin-top: 0;
padding-top: 0;
margin-left: 20px;
padding-left: 30px;
min-height: 17px;
padding-bottom: 5px;
}

.product .images .woocommerce-main-image {
width: 40%;
float:left;
padding: 10px;
margin: 20px;
text-align: center;
}

.product .entry-summary {
max-width: 40%;
float: left;
padding: 20px;
margin: 10px;
border: 1px solid #ddd;
clear:right;
box-shadow: 0 0 10px #888;
-moz-box-shadow: 0 0 10px #888;
-webkit-box-shadow: 0 0 10px #888;
border-radius: 0 5px 5px 5px;
-moz-border-radius: 0 5px 5px 5px;
-webkit-border-radius: 0 5px 5px 5px;
}


.woocommerce-tabs {
clear:both;
margin: 0 0 50px 0;
}
ul.tabs {
list-style: none;
position: relative;
margin: 0 !important;
}
.tabs li {
display: inline-block;
border: 1px solid #ddd;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-bottom: 0;
padding: 5px 10px;
background-color: #eee;
background-image: none;
margin: 0;
}

.woocommerce-tabs > div {
display: none;
border: 1px solid #ddd;
background-color: white;
padding: 10px 10px;
height: 100%;
overflow: auto;
box-shadow: 0 0 10px #888;
-moz-box-shadow: 0 0 10px #888;
-webkit-box-shadow: 0 0 10px #888;
border-radius: 0 5px 5px 5px;
-moz-border-radius: 0 5px 5px 5px;
-webkit-border-radius: 0 5px 5px 5px;
}

.tabs li.active {
background-color: white;
font-weight: bold;
border-bottom: 1px solid white;
margin-bottom: -1px;
}