.welcome-msg {
	float: left;
	font-size: 0.95em;
}
#header-cart {
	/*    position: absolute;*/
    z-index: 20;
	background: url(../images/cart_box.jpg) no-repeat 0 50%;
	width: 165px;
	right: 0;
	float:right;
	padding-top:0px;
	margin-top:10px;
	display:inline;
	height:74px;
}
#header-cart .head {
	margin-bottom: 7px;
	padding-right: 8px;
}
#header-cart .head h4 {
	cursor: pointer;
	float: none;
	display: inline;
	/*    background: url(../images/icon-cart.png) no-repeat 8px 50%;*/
	float:left;
	text-align:left;
	width:160px;
}
#header-cart .head h4, #header-cart .head h4 a {
	color:#000000;
	font-weight:normal;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
}
#header-cart .head h4 a:link, #header-cart .head h4 a:visited {
	color:#000000;
	text-decoration:none;
}
#cart-content {
	background: #fff;
	border: 3px solid #000;
	padding: 0 3px 5px;
	color: #000;
	position: absolute;
	right:-31px;
	top:109px;
	opacity:0.85;
	filter: alpha(opacity=85); 
	width: 200px;
	z-index:100;
}
#cart-content .product-images {
	float: left;
}
#cart-content .product-images img {
	border: 1px solid #000;
}
#cart-content .product-details {
	margin: 0 0 0 60px;
}
#cart-content h6 {
	color:#000000;
	font-size:14px;
	line-height:30px;
	text-indent:5px;
}
#cart-content li {
	clear: both;
}
#cart-content a:hover {
	color: #aaa;
}
#cart-content .actions a span {
	cursor: pointer;
}
#cart-content #center-buttons {
	padding-top: 5px;
	clear: both;
	float:left;
	text-align: center;
}
#slider {
	height: 200px;
	position: relative;
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 13px;
	border: 1px solid #ccc;
}
div.scroller {
	height: 200px;
	overflow: hidden;
	width: 930px;
	zoom: 1;
}
div.scroller .content {
	padding: 0;
}
div.slidercontrolwr {
	position: absolute;
	right: 15px;
	top: 15px;
}
div.scroller img {
	border: none;
}
div.scroller div.section {
	float: left;
	height: 200px;
	overflow: hidden;
	width: 930px;
}
div.scroller div.content {
	width: 10000px;
	float: left;
}
.slidercontrol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.slidercontrol a {
	color: #aaa;
	filter: alpha(opacity=60);
	float: left;
	height: 14px;
	margin: 0px 2px;
	opacity: 0.6;
	overflow: hidden;
	padding: 0px;
	text-decoration: none;
	text-indent: -1000px;
	width: 14px;
}
.slidercontrol a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.content .sliderdescription {
	background: url(../images/grid.gif) repeat left top;
	color: #222;
	filter: alpha(opacity=50);
	font: 12px bold Helvetica, sans-serif;
	left: 15px;
	opacity: 0.5;
	padding: 10px;
	position: relative;
	top: -100px;
	width: 650px;
}
div.sliderdescription:hover, .sliderdescription.active {
	background-color: #fff !important;
}
.content a {
	font: 12px bold Helvetica, sans-serif;
	text-decoration: none;
}
.aprev {
	background: url(../images/aprev.gif) no-repeat 3px 3px;
}
.anext {
	background: url(../images/anext.gif) no-repeat 3px 3px;
}
.astop {
	background: url(../images/astop.gif) no-repeat 3px 3px;
}
.aplay {
	background: url(../images/aplay.gif) no-repeat 6px 3px;
}
.footerl .mini-newsletter {
	float: left;
	clear:both;
	width:390px;
	text-align: left;
}
.footerl {
	float: left;
}
.footerl .mini-newsletter h4 {
	color: #505050;
	margin-right: 10px;
}
.footerl form, .footerl .mini-newsletter h4 {
	float: left;
	line-height: 30px;
	font-size: 11px;
}
.footerl .mini-newsletter input.input-text {
	float: left;
}
.footerl .form-button-alt {
	float: right;
	margin:3px 0px 0px 6px;
}
.form-button, .form-button-alt {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	background: #ff7aa2 url(../images/gradient-gray.gif) repeat-x 0 0;
	border: none;
	/*    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -opera-border-radius: 4px;*/
    margin: 0px;
	vertical-align:top;
	padding: 2px 6px;
	color: #ffffff;
}
.form-button:hover, .form-button-alt:hover {
/*	border-color: #888;*/
	color: #333;
	border:none;
}
h3 {
	color:#FF749E;
	font-size:26px;
/*	font-style:italic;*/
	font-weight:normal;
}
.category-head h2 {
	color:#FF749E;
	font-size:26px;
	font-weight:normal;
}
h4 {
	color:#4A9C06;
	font-size:12px;
	font-weight:normal;
}
.col-main p {
	margin-left:  5px;
	margin-right:  5px;
	font-size:13px;
	font-weight:bold;
}
.cart span {
	color:#000000;
	font-weight:normal;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:26px;
}
.cart_img {
	background:transparent url(../images/icon-cart.png) no-repeat;
	cursor:pointer;
	display:inline;
	float:left;
	margin-left:10px;
	margin-top:10px;
	text-align:left;
	width:40px;
	height:57px;
}
#header-cart .smalltext {
	color:#000000;
	font-weight:normal;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:16px;
}

