.welcome-msg {
    float: left;
    font-size: 0.95em;
}
#header-cart {
    position: absolute;
    z-index: 20;
    width: 200px;
    right: 0;
    top: 7px;
}
#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: 0.95em;
    font-weight: normal;
}
#cart-content {
    background:url(../images/popup-cart-bg.gif) repeat-x 0 0 #ffffff;
    border: 1px solid #545454;
    border-top: none;
    padding: 0 3px 5px;
    position: absolute;
    top: 24px;
    right: 0px;
    width: 200px;
}

#cart-content .product-images {
    float: left;
}
#cart-content .product-details {
    margin: 0 0 0 60px;
}
#cart-content h6 {
    color:#ff6600;
	padding:15px 10px 5px 10px;
}
#cart-content li {
    clear: both;
}
#cart-content .actions a span {
    cursor: pointer;
}
#cart-content #center-buttons {
    padding-top: 5px;
    clear: both;
    text-align: center;
}

#slider
{
	background:url(../images/bg_slider.png) no-repeat 0 0;
    height: 202px;
    position: relative;
	padding:10px;
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 8px;
}
div.scroller
{
    height: 202px;
    overflow: hidden;
    width: 950px;
    zoom: 1;
}
div.scroller .content 
{
    padding: 0;
}
div.slidercontrolwr
{
    position: absolute;
    right: 15px;
    top: 15px;
}
div.scroller a {
	float:left;
}
div.scroller img
{
    border: none;
}
div.scroller div.section
{
    float: left;
    height: 200px;
    overflow: hidden;
    width: 950px;
}
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;
}

.content a:hover {
	text-decoration: underline;
}
.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;
}

/* footer */

.footer-inside {
	background:#9f9f9f;
	float:left;
}

.footer-left {
	float:left;
	padding:10px 20px 10px 20px;
	text-align:left;
	width:610px;
}

.footer-left ul li {
	border-right:1px solid #ffffff;
	display:inline;
	margin:0px 12px 0px 0px;
	padding:0px 12px 0px 0px;
}

.footer-left ul li.last {
	border:0px;
	margin:0px;
	padding:0px;
}

.footer-left ul li a {
	color:#ffffff;
	text-decoration:none;
}

.footer-left ul li a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.footer-left .copyright {
	color:#ffffff;
	padding:5px 0px 0px;
}

.footer-right {
	float:right;
	padding:15px 20px 5px 0px;
	text-align:left;
	width:280px;
}

.footer-right li {
	display:inline;
	padding:0px 0px 0px 20px;
}

/***********/

.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 {
    font-size: 12px;
    color: #eb6d20;
}

.image_header {
	margin: auto;
	width: 930px;
	height: 118px;
	background-image: url(../images/default-head.png);
	position: relative;
	top: -10px;	
}
.image_header h1 {
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 30px;
	text-align:left;
	text-transform:uppercase;
	width:200px;
}

body.category-headwear .image_header {
	background-image: url(../images/category-accessories-head.png);	
}

body.cms-about .image_header {
	background-image: url(../images/category-accessories-head.png);
}

/* etc... */
