@charset "utf-8";
/* CSS Document */


/*scroll*/

.scroll-pane{
	position: relative;
	overflow: hidden;
	width: 654px;
	height: 192px;
	margin: 0 9px 16px 9px;
	padding: 12px 0 0 26px;
	background: url(../images/scroll_bg.png) no-repeat 0 0;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/scroll_bg.png', sizingMethod='scale');
}

.scroll-pane h2{
	margin: 0;
	padding: 0;
}

.scroll-content{
	width: 628px;
	float: left;
	padding: 0;
	margin: 0;
}

.scroll-content a{
	display: block;
	float: left;
	margin: 0;
	text-align: center;
	height: 35px;
	padding: 115px 20px 0 20px;
	width: 117px;
	font: bold 11px/12px Tahoma, Geneva, sans-serif;
	color: #161616;
	background-repeat: no-repeat;
	background-position: center 0;
	text-decoration: none;
}

.scroll-content a:hover{
	text-decoration: underline;
}

.scroll-bar-wrap{
	position: absolute;
	left: 25px;
	bottom: 18px;
	width: 630px;
	height: 2px;
	background: url(../images/scrolling_line.gif) repeat-x center bottom;
}

a.for_left_button{
	position: absolute;
	width: 24px;
	height: 46px;
	left: 2px;
	top: 76px;
	background: url(../images/scroll_button_left.gif) no-repeat 0 0;
}

a.for_left_button:hover{
	background-position: 0 -46px;
}

a.for_right_button{
	position: absolute;
	width: 24px;
	height: 46px;
	right: 1px;
	top: 76px; 
	background: url(../images/scroll_button_right.gif) no-repeat 0 0;
}

a.for_right_button:hover{
	background-position: 0 -46px;
}

.scroll-bar{
	position: absolute;
	top: -4px;
	width: 146px;
	height: 12px;
	background: url(../images/scroller.gif) no-repeat 0 0;
}

.scroll-bar:hover{
	background-position: 0 -12px;
}
/*
.ui-slider { background: none; border:0; height: 2em; margin: 0 auto;  }

.ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }

.ui-slider-handle { top:.2em; height: 1.5em; }

.ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }

/*scroll end*/


/*blocks*/

.mp_blocks_bg_lt{
	position: relative;
	width: 335px;
	height: 204px;
	background: url(../images/bbg.png) no-repeat 0 0;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bbg.png', sizingMethod='scale');
	float: left;
	margin: 0 5px 5px 9px;
}

.mp_blocks_bg_rt{
	position: relative;
	width: 335px;
	height: 204px;
	background: url(../images/bbg.png) no-repeat 0 0;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bbg.png', sizingMethod='scale');
	float: left;
	margin: 0 9px 5px 5px;
}

.mp_blocks_bg_lb{
	position: relative;
	width: 335px;
	height: 204px;
	background: url(../images/bbg.png) no-repeat 0 0;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bbg.png', sizingMethod='scale');
	float: left;
	margin: 5px 5px 0 9px;
}

.mp_blocks_bg_rb{
	position: relative;
	width: 335px;
	height: 204px;
	background: url(../images/bbg.png) no-repeat 0 0;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bbg.png', sizingMethod='scale');
	float: left;
	margin: 5px 9px 0 5px;
}

.mp_rt_best{
	width: 88px;
	height: 89px;
	position: absolute;
	background: url(../images/best.png) no-repeat right top;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/best.png', sizingMethod='scale');
	z-index: 10;
	right: 1px;
}

.mp_rt_new{
	width: 88px;
	height: 89px;
	position: absolute;
	background: url(../images/new.png) no-repeat right top;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/new.png', sizingMethod='scale');
	z-index: 10;
	right: 1px;
}

.mp_rt_sale{
	width: 88px;
	height: 89px;
	position: absolute;
	background: url(../images/sale.png) no-repeat right top;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sale.png', sizingMethod='scale');
	z-index: 10;
	right: 1px;
}

.mp_rt_hot{
	width: 88px;
	height: 89px;
	position: absolute;
	background: url(../images/hot.png) no-repeat right top;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/hot.png', sizingMethod='scale');
	z-index: 10;
	right: 1px;
}

table.mp_item_table{
	padding: 20px 14px 14px 0px;
	width: 100%;
	height: 200px;
}
table.mp_item_table{
	//margin-top: 20px;
}
td.left_for_decp{
	vertical-align: top;
	height: 165px;
}

td.right_for_picture{
	width: 1%;
	vertical-align: middle;
}

img.mp_item_pic{
	/*
	max-width: 160px;
	max-height: 160px;
	*/
}

p.mp_block_title{
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	color: #043a4e;
}

p.mp_item_title{
	font: bold 24px/26px Tahoma, Geneva, sans-serif;
	color: #242424;
	margin: 3px 0 0 0;
}

p.mp_item_model{
	font: bold 12px/16px Tahoma, Geneva, sans-serif;
	color: #242424;
}

p.mp_item_description{
	font: normal 11px/12px Tahoma, Geneva, sans-serif;
	color: #242424;
	margin: 10px 0 0 0;
}

.mp_item_price{
	position: absolute;
	font: normal 20px/22px Arial, Helvetica, sans-serif;
	color: #242424;
	top: 150px;
}
.mp_blocks_bg_lt .mp_item_price, .mp_blocks_bg_rt .mp_item_price{
	//top: 130px;
}

b.mp_digits{
	font: bold 36px/38px Arial, Helvetica, sans-serif;
	color: #bb111c;
}

/*blocks end*/


.scroll-bar-wrap { z-index: 20; }
.scroll-bar-wrap2 { z-index: 10; } 

