/*
 * Yahoo reset css
 */
@media all{
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
table{font-size:inherit;}
fieldset,img{border:0;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
}

@media screen{
/*
 * Default styles
 */
@font-face{
	src: url(../fonts/impact.ttf);
	font-family: impact;}
	
div{
	position:relative;}
p.product-image-zoom	
{
height:277px;
overflow:hidden;
position:relative;
width:286px;
z-index:9;
}
table{
	border-collapse:collapse;
	position:relative;
	width:100%;}

html,body{
	min-height: 100%;
	position: relative;}
	
body{
	background-color: #242425;
	min-height: 940px;}
	
button{
	cursor: pointer;
	background: none;
	border: 0;
	margin: 0;
	padding: 0;}
/*
 * Body background gradients
 */
.bg-top{
	background: url(../images/body_bg.png);
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 400px;
	z-index: 10;
}
.bg-grad-top{
	background: url(../images/body_bg_grad1.png) 0 50px repeat-x;
	width: 100%; height: 100%;
}
.bg-bgrad-bottom{
	background: url(../images/bofy_bg_bottom.png) repeat-x;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 595px;
	z-index: 2;
}

/*
 * Layout
 */
.wrp{
	background: #fff;
	margin: 0 auto;
	width: 960px; min-height: 100%;
	z-index:100;
}
.col-lt{
	float: left;
	width: 259px;
}
.col-lt .in{
	margin: 0 5px 0 10px;
	text-align:left;
}
.col-rt{
	float: right;
	width: 260px;
}
.col-rt .in{
	margin: 0 10px 0 5px;
}
.col-main{
	float: left;
}
.clearer{
	clear: both;
	height: 1px;
}

/* 1 col layout */
.layout-1col .col-main{
	float: none;
}
.layout-1col .col-main .in{
	margin: 0 10px;
}


/* 2 cols layout */
.layout-2cols .col-main{
	width: 700px;

}
.layout-2cols .col-main .in{
	margin: 0 5px 0 5px;
}

/* 3 cols layout*/
.layout-3cols .col-main{
	width: 440px;
}
.layout-3cols .col-main .in{
	margin: 0 5px;
}

/*
 * Page blocks
 */
.hdr{
	background: url(../images/hdr_top_bg.png) top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding-top: 6px;
}
.hdr .logo{
	position: absolute;
	top: 6px; left:15px;
}
.hdr a{
	text-decoration: none;
}
.hdr .tools{
	background: #fff url(../images/hdr_tools_bg.png) bottom left repeat-x;
	color: #b1b1b1;
	height: 115px;
}

.hdr .nav{
	background: url(../images/nav_bg.png) repeat-x;
	color: #fff;
	font-size: 15px;
	font-family: impact, arial, sans-serif;
	height: 51px;
	line-height: 44px;
	text-transform: uppercase;
}
.hdr .nav ul{
	padding-top: 7px;
}
.hdr .nav li{
	float: left;
	position:relative;
}
.hdr .nav  a{
	color: #fff;
	display: block;
	height: 44px;
	padding: 0 23px;
}
.hdr .nav .active a,
.hdr .nav  a:hover{
	background: url(../images/nav_bg_active.png) repeat-x;
}

.hdr .nav .corner-left,
.hdr .nav .corner-right{
	background: url(../images/nav_corners.png) no-repeat;
	position: absolute;
	width: 4px; height: 4px;
	top: 0;
}
.hdr .nav .corner-left{
	background-position: 0 0;
	left: 0;
}
.hdr .nav .corner-right{
	background-position: -4px 0;
	right: 0;
}

.hdr .nice-picture{
	background: url(../images/hdr_bg_bottom_uncuted.png) no-repeat;
	color: #000;
	font-family: impact, arial, sans-serif;
	font-size: 16px;
	height: 228px;
	margin-right: -15px;
}

.nice-picture-short{
	background: url(../images/hdr_bg_bottom_uncuted_small.png) no-repeat;
	color: #000;
	font-family: impact, arial, sans-serif;
	font-size: 16px;
	height: 145px;
	margin-right: -15px;
}


.hdr .nice-picture p, .hdr .nice-picture-short p {
	left: 20px;
	position: absolute;
}
.hdr .nice-picture .smaller{
	top: 95px;
}

.hdr .nice-picture-short .smaller-short{
	top: 10px;
}


.hdr .nice-picture .bidder{
	color: #fff;
	font-size: 27px;
	text-transform: uppercase;
	line-height:34px;
	text-align:left;
	top: 128px;}
	
.hdr .nice-picture-short .bidder-short {
	color: #fff;
	font-size: 27px;
	text-transform: uppercase;
	top: 58px;}
	
.hdr .nice-picture .smaller-than-smaller{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	top:197px;
}

.hdr .nice-picture-short .smaller-than-smaller-short{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	top:120px;
}

.hdr .session-bar{
	background: url(../images/hdr_session_bar_corner.png) top left no-repeat;
	color: #fff;
	height: 30px;
	padding-left: 45px;
	position: absolute;
	top: 0; right: 0;
	width: 345px;
}
.hdr .session-bar .bg{
	background: url(../images/hdr_session_bar_bg.png) repeat-x;
}
.hdr .session-bar .crn{
	background: url(../images/hdr_session_bar_corner2.png) top right no-repeat;
	height: 30px;
	padding-right: 25px;
}
.hdr .session-bar a{
	color: #fff;
}
.hdr .session-bar a:hover{
	text-decoration: underline;
}
.hdr .session-bar p{
	line-height: 24px;
}
.hdr .session-bar .wellcoming{
	float: left;
}
.hdr .session-bar .you-are-able-now{
	float: right;
}

.hdr .cart{
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	top: 42px; right: 110px;
}
.hdr .cart a{
	color: #b20939;
	text-decoration: none;
}

.hdr .search-bar{
	position: absolute;
	top: 67px; right: 0;
	width: 294px;
}

.hdr .search-bar .text{
	background: url(../images/search_bg.png) no-repeat;
	border: 0;
	color: #b1b1b1;
	font-size: 11px;
	padding: 7px 18px 8px 32px;
	width: 155px;
}
.hdr .search-bar .submit{
	position: absolute;
}

.special {
	width: 385px;
	margin-left: 7px;
	padding-top: 13px;
	height: 195px;
	line-height: 25px;
	padding-left: 280px;
	background: url(../images/special.jpg) bottom left no-repeat;
}

.special .title_white {
	font-family: Impact;
	font-size: 27px;
	color: #fff;
	text-transform: uppercase;
}

.special .title_orange {
	font-family: Impact;
	font-size: 24px;
	color: #fdab0e;
	text-transform: uppercase;
}

.special .title_up {
	font-family: Impact;
	color: #fdab0e;
	line-height: 15px;
	font-size: 14px;
	float: left;
	text-transform: uppercase;}

.special .price {
	font-size: 30px;
	float: left;
	font-family: Impact;
	padding-left: 3px;
	color: #fdab0e;
	text-transform: uppercase;}

.special .down {
	color: #fff;
	font-family: Impact;
	line-height: 15px;
	font-size: 14px;
	float: left;
	text-transform: uppercase;
	padding-top: 3px;
	width: 100px;
	padding-left: 3px;
}

.special .pp {}

.special  p {
	padding-top: 20px;
	font-size: 12px;
	font-family: Arial;
	line-height: 14px;
	color: #fff;
	padding-right: 30px;
	padding-bottom: 10px;}

/*
.special .spec {
	width: 105px;
	height: 20px;
	float: left;
	margin-right: 3px;
	text-align: center;
	color: #fff;
	background: #0c0c0c;
	font-size: 11px;
	border: 1px solid #363637;
}
*/
.special .spec-wrp{
	background: url(../images/btn_black_corner.png) top right no-repeat;
	display:inline-block;
	display:-moz-inline-stack;
	*display: inline;
	padding-right: 5px;
}
.special .spec{
	background: url(../images/btn_black_bg.png) 0 0 no-repeat;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	padding-left: 24px;
	padding-right: 19px;
	
}

.special2 {
	width: 385px;
	margin-left: 7px;
	padding-top: 13px;
	height: 195px;
	line-height: 25px;
	padding-left: 280px;
	background: url(../images/special-ford-magnum.jpg) bottom left no-repeat;
}

.special2 .title_white {
	font-family: Impact;
	font-size: 27px;
	color: #fff;
	text-transform: uppercase;
}

.special2 .title_orange {
	font-family: Impact;
	font-size: 24px;
	color: #fdab0e;
	text-transform: uppercase;
}

.special2 .title_up {
	font-family: Impact;
	color: #fdab0e;
	line-height: 15px;
	font-size: 14px;
	float: left;
	text-transform: uppercase;}

.special2 .price {
	font-size: 30px;
	float: left;
	font-family: Impact;
	padding-left: 3px;
	color: #fdab0e;
	text-transform: uppercase;}

.special2 .down {
	color: #fff;
	font-family: Impact;
	line-height: 15px;
	font-size: 14px;
	float: left;
	text-transform: uppercase;
	padding-top: 3px;
	width: 100px;
	padding-left: 3px;
}

.special2 .pp {}

.special2  p {
	padding-top: 20px;
	font-size: 12px;
	font-family: Arial;
	line-height: 14px;
	color: #fff;
	padding-right: 30px;
	padding-bottom: 10px;}

/*
.special2 .spec {
	width: 105px;
	height: 20px;
	float: left;
	margin-right: 3px;
	text-align: center;
	color: #fff;
	background: #0c0c0c;
	font-size: 11px;
	border: 1px solid #363637;
}
*/
.special2 .spec-wrp{
	background: url(../images/btn_black_corner.png) top right no-repeat;
	display:inline-block;
	display:-moz-inline-stack;
	*display: inline;
	padding-right: 5px;
}
.special2 .spec{
	background: url(../images/btn_black_bg.png) 0 0 no-repeat;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	padding-left: 24px;
	padding-right: 19px;
	
	
}

/*
 * Elements
 */
.grey-bg{
	background: url(../images/grey_bg.png) no-repeat;
	height: 35px;
	text-align:center;

	margin-bottom: 5px;
}
.grey-bg h3{
	background: url(../images/grey_corner.png) top right no-repeat;
	font-weight: bold;
	color: #515050;
	display: block;

	line-height: 35px;
}
.preview-list .grey-bg h3, .preview-list .grey-bg {background:none !important; line-height:18px !important;}
.preview-list div 
{
margin-top:3px;
}
.preview-list li{
	display:inline-block;
	display:-moz-inline-stack;
	*display: inline;
	zoom:1;
	width: 31%;
	margin: 0 1% 30px 0;
	position: relative;
	vertical-align:top;
}
.preview-list a{
	display: block;
	outline: none;
	text-align: center;
	
}
.preview-list p{
	font-size: 12px;
	text-align: left;
	margin: 0 5px 0.5em 5px;
}
.preview-list button{
	float: left;
}

.preview-list p.red{
	margin-left: 5px;
}

p.red{
	background: url(../images/btn_red_bg.png) no-repeat;
	color: #fff;
	display: block;
	font-size: 11px;
	margin: 0;
	padding-left: 3px;
	
	display:inline-block;
	display:-moz-inline-stack;
	*display: inline;
	zoom:1;
}
p.red a{
	background: url(../images/btn_red_corner.png) top right no-repeat;
	color: #fff;
	font-weight: bold;
	display: block;
	padding-right: 3px;
	height: 24px;
	line-height: 24px;
	text-decoration:none;
}

p.red button{
	background: url(../images/btn_red_corner.png) top right no-repeat;
	color: #fff;
	font-weight: bold;
	display: block;
	padding-right: 3px;
	height: 24px;
	line-height: 24px;
	text-decoration:none;
}


p.red2{
	background: url(../images/btn_red_bg2.png) no-repeat;
	color: #fff;
	display: block;
	font-size: 11px;
	margin: 0;
	padding-left: 8px;
	
	display:inline-block;
	display:-moz-inline-stack;
	*display: inline;
	zoom:1;
}
p.red2 button{
	background: url(../images/btn_red_corner2.png) top right no-repeat;
	color: #fff;
	font-weight: bold;
	display: block;
	padding-right: 8px;
	height: 20px;
	line-height: 20px;
	text-decoration:none;
}

/* columns blocks */
.col-lt .title,.col-rt .title{
	background: url(../images/black_bg.png) no-repeat;
	width:230px;
}
.col-lt .title h2,.col-rt .title h2{
	background: url(../images/black_corner.png) top right no-repeat;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	padding-right: 13px;
	text-indent: 15px;
	width:231px;
}
.col-lt .title a,.col-rt .title a
{
	text-decoration:none;
	color: #fff;
	font-size: 14px;
}


.col-lt .body,.col-rt .body{
	margin: 0 10px 20px 10px;
}

.col-lt .title.backgrounded,
.col-rt .title.backgrounded{
	margin-bottom: -12px;
	z-index: 20;
}
.col-lt .title.backgrounded h2,
.col-rt .title.backgrounded h2{
	background-image: url(../images/black_corner_backgrounded.png);
}
.col-lt .body.backgrounded,
.col-rt .body.backgrounded{
	background: #626263;
	margin-right:0;
	margin-left:0;
	padding: 29px 17px 0 17px;
	z-index: 10;
}

ul.submenu{}
ul.submenu li{
	border-bottom: 1px solid #d3d1d1;
	font-size: 12px;
	line-height: 23px;
	position: relative;
}
ul.submenu a{
	color: #000;
	display: block;
	height: 23px;
	line-height: 23px;
	text-decoration: none;
	text-indent: 3px;
}
ul.submenu a:hover{
	background: #f3f3f3;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	margin: 0 -10px;
	text-indent: 13px;
}

.news-previews {
	color: #fff;
	font-size: 12px;
}

.li_foot {
background: url(../images/li_foot.jpg) top left no-repeat;
height: 19px;
width: 244px;
margin-top: -15px;
}


.news-previews li{
	border-bottom: 1px solid #898889;
padding-top: 15px;
	padding-bottom: 15px;
	display:block;
}
.news-previews a{
	color: #b20939;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.backgrounded .corner-left,
.backgrounded .corner-right{
	background: url(../images/small_corners_white.png) no-repeat;
	bottom: -1px;
	position: absolute;
	width: 12px; height: 12px;
}
.backgrounded .corner-left{
	background-position: -12px 0;
	left: -1px;
}
.backgrounded .corner-right{
	background-position: 0 0;
	right: -1px;
}


.featured{
	font-size: 12px;
	width:679px;
}
.featured .corner-left, .featured .corner-right{
	background: url(../images/featured_corners.png) top left no-repeat;
	position: absolute;
	top: -1px;
	width: 16px; height: 15px;
}
.featured .corner-left{
	background-position: -16px 0;
	left: -1px;
}
.featured .corner-right{
	background-position: 0 0;
	right: -1px;
}
.featured-area{
	position:relative;
	text-align:center;
	padding-top:20px;
	background: url(../images/featured_area.png) no-repeat;
	width:665px; height: 259px;
}

.featured .tabs{
	overflow: hidden;
	margin-left: 7px;
}
.featured .tabs li{
	float: left;
	height: 37px;
	line-height: 37px;
	margin-right: 1px;
	position: relative;
}
.featured .tabs li a{
	background: url(../images/featured.png) top left repeat-x;
	color: #fff;
	font-weight: bold;
	display: block;
	height: 37px;
	line-height: 37px;
	padding: 0 42px;
	text-decoration: none;
}
.featured .tabs .active a{
	background: url(../images/featured_active.png) top left repeat-x;
}

.featured-area {
	margin-left: 7px;}

.featured .featured-area ul{
	/*left: 40px;
	top: 20px;
	position: absolute;
	float: left;
	*/
}
.featured .featured-area li{
	float: left;
	text-align: center;
	width: 190px;
}
.featured .featured-area p{
	color: #9d9d9d;
	font-weight: bold;
	margin-bottom: 5px;
	height:30px;
}
/*
.featured .featured-area .next,
.featured .featured-area .prev{
	margin-top: 40px;
	position: absolute;
}
.featured .featured-area .next{
	left: 627px;
}
.featured .featured-area .prev{
	float: left;
	margin-left: -7px;
}
*/
/* content block */
.content{
	color: #515050;
	font-family: Arial, Helvetica, sans-serif;
}
/* title */
.col-main  div.title {
	background: url(../images/main_col_bg.png) top left;
	color: #000;
	font-family: impact, arial, sans-serif;
	font-size: 23px;
	font-weight: bold;
	line-height: 42px;
	text-indent: 25px;
	text-transform: uppercase;
}
#review-form
{
padding:25px;
display:block;
}
.title-in  {
	background: url(../images/main_col_bg.png) top left;
	color: #000;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 42px;
	text-indent: 25px;
	width:685px;
	
}

.page-head, .page-head-alt {
	background: url(../images/main_col_bg2.png) top left no-repeat;
	color: #000;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	
	text-indent: 25px;
}

.page-head, .page-head-alt h3
{line-height: 42px;}

.title-index{
	background: url(../images/spec.png) top left no-repeat;
	margin-left: 7px;
	width: 665px;
	color: #000;
	font-family: impact, arial, sans-serif;
	font-size: 23px;
	font-weight: bold;
	line-height: 42px;
	text-indent: 25px;
	text-transform: uppercase;
	
	}
	
.title-hot{
	background: url(../images/hot.png) top left;
	margin-left: 7px;
	width: 665px;
	color: #fff;
	font-family: impact, arial, sans-serif;
	font-size: 23px;
	font-weight: bold;
	line-height: 42px;
	text-indent: 25px;
	text-transform: uppercase;
	margin-top: 11px;}
	
.hot-image {
	margin-left: 7px;
	width: 665px;
	height: 115px;}

.hot_info {
	width: 665px;
	margin-left: 7px;
	margin-top:0;
	padding-top: 15px;
	padding-bottom: 12px;
	background: url(../images/bg_hot.jpg) left bottom no-repeat;}

.hot_info .name{
	display: block;
	margin-bottom: 15px;
}

.title-corner-left, .title-corner-right{
	background: url(../images/title_corners.png) no-repeat;
	position: absolute;
	width: 15px; height: 16px;}
	
.title-corner-right{
	background-position: 0 0;
	top: 0; right: 0;}
	
.title-corner-left{
	background-position: -15px 0;
	top: 0; left: 0;}

/* main area */
.col-main .body{
	border: 1px solid #e3e3e3;
	border-top: 0;
	padding: 2px 5px 0 8px;
	
}

.col-main .body2{
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-top: 0;
	border-bottom:0;
	padding: 15px 0px 0 8px;
	width:675px;
	}

.body_bottom {
	height: 22px;
	width: 685px;
	background: url(../images/body_bottom.jpg) top left no-repeat;}

.body_index{
	border-top: 0;
	padding: 0 5px 0 5px;
}

.content-corner-left, .content-corner-right{
	background: url(../images/content_bottom_corners.png) no-repeat;
	position: absolute;
	width: 15px; height: 15px;
	bottom: -1px;
}
.content-corner-left{
	background-position: -15px 0;
	left: -1px;
}
.content-corner-right{
	background-position: 0 0;
	right: -1px;
}

.ftr {
	background: #1a1a1b;
	padding-top: 20px;
	margin-top: 10px;
	padding-bottom: 17px;
	padding-left: 24px;
	padding-right: 24px;
}

.ftr_first {
	width: 260px;
	float: left;
}

.ftr_second {
	width: 260px;
	margin-left: 67px;
	float: left;
}

.ftr_third {
	width: 260px;
	float: right;}

span.info_footer {
	color: #fff;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
}

ul.ul_footer {
	list-style: none;
	margin-top: 19px;
	border-bottom: 1px solid #3b3a3c;
}

ul.ul_footer li {
	border-top: 1px solid #3b3a3c;
	padding-left: 3px;
	color: #7f7f7f;
	font-size: 11px;
	font-family: Arial;
	line-height: 18px;
}

ul.ul_footer li a{
	color: #7f7f7f;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial;}

.copyright {
	font-family: Arial;
	color: #7f7f7f;
	font-size: 11px;
	margin-top: 30px;
}

.b_text, .b_buttons{
	width: 642px;
	margin: auto;}

.b_buttons {
	height: 22px;
	padding-top: 5px;}

.b_wheels {
	width: 203px;
	float: left;
	margin-right: 30px;
}


.b_caps {
	width: 203px;
	float: left;
}

.b_nuts {
	width: 190px;
	float: right;
}

.p-inf {
	font-size: 11px;
	padding-top: 15px;
	color:#000;
	padding-bottom: 8px;
}


.clear {
	clear:both;}

span.name{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.prod_block {
	width: 610px;
	padding-top: 10px;
	margin-left: 23px;}

.prod_info {
	width: 297px;
	float: right;
	padding-top: 15px;
}

.prod_info .decr{
	display:inline-block;
	display:-moz-inline-stack;
	*display: inline;
	width: 100px;
}

.prod_photo {
	width: 286px;
	float: left;
	text-align: center;
}

.prod_info ul {
	list-style: none;}

.prod_info ul li {
	border-bottom: 1px solid #e5e3e3;
	font-size: 12px;
	font-family: Arial;
	padding-top: 5px;
	padding-bottom: 5px;}

.prod_info ul li .it {
	font-size: 11px;
	font-style: italic;}
.prod_info .product-options-bottom fieldset
{
width:100%;
}
.prod_info .quantity {
	width:100%;
	border: 1px solid #e5e3e3;
	background: #f5f5f5;
	margin-top: 10px;
	height: 30px;
}

.q1, .q2, .q3 {
	float: left;
}

.q1 {
	width: 55px;
	text-align: center;
	font-size: 11px;
	padding-top: 8px;
	font-family: Arial;
}

.q2 {
	width: 39px;
	padding-top: 4px;
}

.q3 {
	width: 90px;
	padding-top: 3px;
}

.q2_input {
	width: 30px;
	height: 20px;
	font-family: Arial;
	font-size: 11px;
	line-height: 20px;
	padding-left: 3px;
	border: 1px solid #d3d3d4;
}

.butt_add {
	width: 76px;
	height: 24px;
	background: url(../images/add.jpg) top left no-repeat;
	border: none;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.news_last {
	width: 200px;
	background: #646466;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 15px;}

span.red_price {
	color: #b90000;
	font-weight: bold;}
}
.news-date 
{
color:#818181;
margin-bottom:5px;
font-size:11px;

}
.news-text
{
margin-bottom:5px;
padding-right:5px;

}
.news
{
padding-left:5px;
text-indent:20px;
}
.news-link a {
font-size:13px;
font-weight:bold;}

.news-link a, .news_rm a
{
color:#B20939;
text-decoration:none;
}


.news-hr
{
margin:10px 0;
height:1px;
background-color:#000;
overflow:hidden;
}
.attributes-col .title a
{
color:#B20939;
}
.carousel-control{
	position:absolute;
	top:40px;
	display:block;
	width:44px;
	height:172px;
	overflow:hidden;
	text-indent:-1000px;
	z-index:100;
	cursor:pointer;
}
.carousel-previous{
	left:-8px;
	background:url('../images/list_left.png') 0 0 no-repeat;
}
.carousel-next{
	right:-8px;
	background:url('../images/list_right.png') 0 0 no-repeat;
}
.carousel-wrap{
	width:570px;
	margin:0 auto;
}
.carousel-wrap ul{left:0;}

.special a, .special2 a {text-decoration:none;}
