

.welcome-msg {
    float: left;
    font-size: 0.95em;
}
#header-cart {
    position: absolute;
    z-index: 20;
    width: 200px;
    right: 0;
    top: 9px;
}
#header-cart .head {
    margin-bottom: 7px;
    padding-right: 8px;
}
#header-cart .head h4 {
    cursor: pointer;
    float: none;
    display: inline;
    padding-left: 15px;
    background: url(../images/icon-cart.gif) no-repeat 0 50%;
}
#header-cart .head h4,
#header-cart .head h4 a {
    color: #ababab;
    font-size: 11px;
    font-weight: normal;
}
#cart-content {
    background: #292a34;
    border: 1px solid #727379;
    border-top: none;
    font-size: 10px;
    padding: 0 3px 5px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-radius: 0 0 8px 8px;
    color: #aaa;
    position: absolute;
    top: 21px;
    right: 0px;
    width: 200px;
}
#cart-content a {font-size: 11px;}

#cart-content .product-images {
    float: left;
}
#cart-content .product-images img {
    border: 1px solid #a9a9a9;
}
#cart-content .product-details {
    margin: 0 0 0 60px;
}
#cart-content h6 {
    color: #6ac100;
    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;
    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 {
    background: #aeaeae url(../images/gradient-gray.gif) repeat-x 0 0;
    border: 1px solid #adadad;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -opera-border-radius: 4px;
    margin: 0px;
    vertical-align:top;
    padding: 3px 6px;
    color: #4f4f4f;
}
.form-button:hover, .form-button-alt:hover {
    border-color: #888;
    color: #333;
}

h4, h3, .category-head h2 {
    color: #58297a;
    font-size: 12px;
    font-weight: bold;
}

.col-main p, .col-main h4 {
	margin-left:  10px;
	margin-right:  10px;
}

.col-main p {
	margin-top: 1em;
}

.col-main ul {
	margin-left: 20px;
}



/* from main site */

body {
	background: #ffffff url(/images/site/bg.jpg) no-repeat top center;
	color: #717171;
}

#container {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#banner {
	background: transparent url(/images/site/bannerbg.jpg) no-repeat top right;
	height: 99px;
	overflow: hidden;
	text-align: left;
	width: 960px;
}

#logo {padding: 18px 0px 0px 80px;}

#snav {
	background: transparent url(/images/site/navbg.jpg) repeat-x top left;
	color: #8552a1;	
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	height: 31px;
	margin-left: 1px;
	text-align: left;
	width: 960px;
}

#snav li {	
	float: left;
	font-size: 13px;
	height: 31px;
	z-index: 20;
}

#snav a.top:link, #snav a.top:visited {
	color: #8552a1;	
}

#snav li li {
	color: #ffffff;
}

#snav li:hover, #snav li.sfHover, #snav li:hover li, #snav li.sfHover li {
	background: transparent url(/images/site/nav-hover-flat.jpg) top left repeat;
	color: #ffffff;
}

#snav li a:link, #snav li a:visited {
	color: #8552a1;
	display: block;
	height: 21px;
	padding: 9px 19px 0px 19px;
	text-decoration: none;
	white-space: nowrap;
}

#snav li li a:link, #snav li li a:visited, #snav li a:hover, #snav li a:active, #snav li.sfHover a:link, #snav li.sfHover a:visited {
	color: #ffffff;
}

#snav2 li, #snav2 li a {
	height: 30px;
}

#page-content #nav_sub li {list-style-type: none;}
#page-content #nav_sub li a {display: none;}
#page-content #nav_sub li li {list-style-type: disc;}
#page-content #nav_sub li li a {display: inline;}

#footer {
	background-color: #c99ae2;
	clear: both;
	color: #8552a1;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: small;
	height: 40px;
	line-height: 1em;
	margin-left: 1px;
	margin-top: 90px;
	padding: 15px;
	text-align: left;
	width: 930px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#footer p {
	margin-bottom: 1em;
}

#footer-pic {
	background: transparent url(/images/site/croakie-foot.png) bottom right no-repeat;
	bottom: 0px;
	height: 98px;
	position: absolute;
	right: 3px;
	width: 115px;
	z-index: 90;
}
