.welcome-msg {
    float: left;
    font-size: 13px;
color:#000000; font-weight:bold;
}
#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;
	 padding-right: 5px;
    background: url(../images/icon-cart.gif) no-repeat 0 50%;
}
#header-cart .head h4,
#header-cart .head h4 a {
    color: #000000;
    font-size: 13px;
    font-weight: normal;
}
#cart-content {
    background: #292a34;
    border: 1px solid #727379;
    border-top: none;
    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: 23px;
    right: 0px;
    width: 200px;
}
#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: #1E7EC8;
    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.slidercontrolwrcat
{
    position: absolute;
    right: 5px;
    top: 5px;
}
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;

}
.footerl {
    float: left;

}
.footerl .mini-newsletter h4{
    color: #fff;

    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;
	    background-image: #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-top: 3px;
    padding: 3px 6px;
    color: #4f4f4f;
}

.base-mini .form-button-alt {

color: #000;
border-color: #000;
}

.base-mini .head h4 { line-height: 30px;color:#000; }

.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: green;
    color: #333;
}

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


.col-main p{
	margin-left:  5px;
	margin-right:  5px;
}



.base-mini-custom
{ line-height:1.3em;  font-size:.95em;  }
.base-mini-custom .head
{ 
    margin: 0;
    padding: 2px 10px 0;
	
    background:#fff url(../images/box-header-bg-clear.gif) repeat-x 0 100%;
    border: 1px solid #ccc;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;

}
.base-mini-custom .content ol {
    background: none;
    border: none;
}
.base-mini-custom  ol li { padding:7px 4px 7px 8px; }
.base-mini-custom  ol li.odd { }
.base-mini-custom  ol li.even { }
.base-mini-custom  .actions {padding:6px; }
.base-mini-custom  .product-images { float:left; width:52px; height:52px; }
.base-mini-custom  .product-images a img { border:1px solid #a9a9a9; vertical-align:top; }
.base-mini-custom  .product-checkbox { float:left; width:10px; }
.base-mini-custom  .product-names { margin-left:18px; }
.base-mini-custom  .product-details { margin:0 0 0 60px; height:50px; }
.base-mini-custom  .product-details[class] { height:auto; min-height:50px; }
.base-mini-custom  .regular-price { font-size:11px; }
.base-mini-custom  .regular-price .price { color:#2f2f2f; }
.base-mini-custom  .special-price { font-size:11px; }
.base-mini-custom  .minimal-price { font-size:11px; }
.base-mini-custom  .price-box { margin:1px 0; }
.base-mini-custom  .head h4 { line-height: 30px;color:#000; }
.base-mini-custom  .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.base-mini-custom  h5 { font-size:1em; }
.base-mini-custom  .content, .base-mini  { 
    background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0;
    border: 1px solid #ccc;
    border-top: none;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
.base-mini-custom.category-head h2 {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.product-specs li{
background : url(../images/aplay.gif) no-repeat center left;
padding-left : 12px;
text-decoration: none;
padding-top: 0px;
padding-bottom: 0px;
color: #000;
}

.topcathome li a {
background : url(../images/aplay.gif) no-repeat center left;
padding-left : 12px;
text-decoration: none;
padding-top: 0px;
padding-bottom: 0px;
color: #555;
margin-bottom: 5px;
line-height: 20px;
}

.topcathome li a:hover {
color: #aaa;
}

.moreinfo {
    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;
	text-decoration:none;
}

.moreinfo:hover {
    border-color: green;
    color: #333;
	 text-decoration:none;
}



.tab_content {
background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0;
	border: 1px solid #aaa;
	padding-bottom: 15px;
	margin-top: 0px;
	padding-top:0px;
	color:#7777777;
}

#tabContainer {
	padding-bottom: 0px;
	margin-bottom: 0px;
	display: block;
}

#tabContainer div {
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
background:#fff url(../images/box-header-bg-clear.gif) repeat-x 0 100%;
	margin-left: 2px;
	padding-top: 2px;
	color: #000000;
	float: left;
}

#tabContainer .tabs_on, #tabContainer .tabs_off {
	border-bottom-color: #aaa;
	border-right-color: #aaa;
	background-position: bottom;
	border-left-color: #aaa;
	border-bottom-style: solid;
	background-color: #aaa;
	border-right-style: solid;
	border-top-color: #aaa;
	border-left-style: solid;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	cursor: pointer;
	
}
#tabContainer .tabs_on {
	background-color: #666666;
	color:#ffffff;
	background:#666666 ;
	Font-weight: normal;
}

.helppages{
	background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0;
	padding-top: 5px;
}

.head-text{
color: #f77321; 
font-weight:bold;
font-size:14px;
}

.trc {
background: #fcfcfc url(../images/trc.gif) ;
background-repeat: no-repeat;
background-position: right top;
{





