.f-right { float: right; }
.f-left  { float: left; }
#header-cart {
    float: right;
    background: url(../images/icon-cart.gif) no-repeat 0 50%;
    margin: 12px 15px 0 0;
    padding: 0 0 0 16px;
}
#header-cart a {
    color: #fff;
    padding-bottom: 2px;
    background: url(../images/hline-dotted.gif) repeat-x 0 100%;
}
#header-cart a:hover {
    text-decoration: none;
    color: #999;
}

.box-news {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.box-news .date {
    margin: 5px 0 1px; 
}

/* glider */
#slider { 
	position: absolute;
	width:500px;
	height:250px;
	z-index: 100;
}
div.scroller { 
	width:500px;
	height:250px;
	overflow: hidden;
	position: relative;		
}
div.slidercontrolwr{
	position:absolute;
	right:15px;
	top:15px;
	z-index:999;	
}
div.scroller img{
	border: none;
}
div.scroller div.section {	
	width:500px;
	height:250px;
	overflow:hidden;
	float:left;
}
div.scroller div.content {
	width: 10000px;
	padding: 0px;
}
.slidercontrol{
	list-style: none;
	padding: 0px;
	margin: 0px;	
}	
.slidercontrol a{
	float: left;
	width: 14px;
	height: 14px;
	margin: 0px 2px;
	padding: 0px;
	text-decoration: none;
	color: #aaa;
	text-indent: -1000px;
	overflow: hidden;	
	opacity:0.6;
	filter:alpha(opacity=60);			
}	

.slidercontrolid{
	text-indent: 0px !important;
	border: 1px solid #777;
}


.slidercontrol a:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
.content .sliderdescription{
	width: 450px;
	padding: 0px 10px;
	display: block;
	position:relative;
	left:15px;
	top:-35px;
	color: #222;
	background: url(../images/grid.gif) repeat left top;
	font: 12px bold Helvetica, sans-serif;
	opacity:0.65;
	filter:alpha(opacity=65);		
}	
.content .sliderdescription p{ line-height: 20px; text-align: center; }
div.sliderdescription:hover{ background: #fff; }
.content a { text-decoration: none;	color: #5a5a5a; }
.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 3px 3px; }

/* slider */
.slider-container {
    clear: both;
    padding: 0 50px;
    position: relative;
    width: 870px;
}
.slider-container #move-left,
.slider-container #move-right {
    position: absolute;
    top: 0px;
    width: 46px;
    height: 159px;
    text-indent: -9999px;
}
.slider-container #move-left {
    left: 0px;
    background: url(../images/slider-right.gif) no-repeat 0 50%;
}
.slider-container #move-right {
    right: 0px;
    background: url(../images/slider-left.gif) no-repeat 0 50%;
}
.slider-wrapper {
    clear: both;
    width: 870px;
    height: 159px;
    overflow: hidden;
    background: #fff;
    position: relative;
}
.slider-wrapper .recently-list {
    width: 10000px;
    padding: 10px 0px;
}
.slider-wrapper .recently-list li {
    float: left;
    margin-right: 10px;
}
.slider-wrapper .recently-list li.last {
    margin: 0px;
}

.footer .box {
    float: left;
    width: 310px;
    margin-right: 10px;
    text-align: left;
}
.footer .box .head,
.footer .box .head h4 {
    color: #333;
    font-weight: normal;
    font-size: 16px;
    font-family: Times, Georgia, serif;
    line-height: 16px;
    text-indent: 21px;
}
.footer .box .content {
    padding: 12px 12px 12px 0px;
}
.footer .mini-product-tags li {
    line-height: normal;
}
.footer .mini-newsletter input.input-text {
    margin: 0px;
    padding: 4px 3px;
}
.footer .mini-product-tags .head { background: url(../images/icon-tag.gif) no-repeat left center; }
.footer .mini-newsletter .head { background: url(../images/icon-newsletter.gif) no-repeat left center; }
.footer .mini-links .head { background: url(../images/icon-info.gif) no-repeat left center; }
.footer .mini-links li {
    display:inline;
    background:url(../images/pipe-grey.gif) no-repeat 100% 2px;
    padding-right:7px;
    padding-left:3px;
}
.footer-bottom { clear: both; }

.newstitle{
	display:block;
	font-weight:bold;
	margin:0 0 5px 0;
	text-transform:uppercase;
}