/* CSS Document */
@charset "utf-8";

/**
 * @author: .ter (rou.terra@gmail.com)
 * @copyright Cruiser (cruiser.com.ua)
 * Start date: 18.11.2010
 * @version 0.1
 *
 */

.unselectable,
.unselectable * {
	-moz-user-select: none;
	-khtml-user-select: none;
}

.ContentLoading,
.blockElement {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/**
 * products
 **/
img.productPinHit,
img.productPinNew {
	position: absolute;
	top: 10px;
	left: 180px;
	visibility: hidden;
}
.deliveryOrder {
	position: absolute;
	bottom: 27px;
	left: 70px;
}

.productNew img.productPinNew {
	visibility: visible !important;
}

.productHit img.productPinHit {
	visibility: visible !important;
}
.filterData {
	float: none !important;
	height: 20px !important;
	clear: both;
	margin: 20px 0 20px 17px !important;
	width: 100% !important;
    font-size: 1.2em;
}
.messageBlock {
	float: none !important;
	height: 150px !important;
	clear: both;
	width: 100% !important;
}
.productsNotFound {
	background: transparent url("../images/errorProductsNotFound.jpg") no-repeat center center;
}
.productsDataErrorLoading {
	background: transparent url("../images/errorErrorLoading.jpg") no-repeat center center;
}

/**
 * Region selector
 **/

#placement .popup-menu {
	position: absolute;
	width: 19%;
	left: 52px;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	visibility: hidden;
}

#placement .popup-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#placement .popup-menu li {
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
}

#placement .popup-menu li.first {
	border-top: 2px solid #ff4f12;
}

#placement .popup-menu li.last {
	border-bottom: 2px solid #ff4f12;
}

#placement .popup-menu a {
	display: block;
	height: 30px;
	/*   ../images/popup-menu-bg.png   */
	background: url(../images/datauri-x-tile.png) 0 0 repeat-x;
	color: black;
	text-decoration: none;
	text-indent: 20px;
	line-height: 30px;
	vertical-align: middle;
}

#placement .popup-menu a:hover {
	/*   ../images/popup-menu-over.png   */
	background: url(../images/datauri-x-tile.png) 0 -160px repeat-x;
	color: white;
}

/**
 * View Group
 **/

#viewGroupText {
	color: white;
}

.vGbutton {
	margin: 6px 3px 0 0;
	cursor: pointer;
	float: left;
}

.vGbutton .leftButtonPart {
	/*  "../images/button_left_part.png" */
	background: url(../images/datauri.png) -180px -250px no-repeat;
	height: 22px;
	width: 10px;
	float: left;
}
.vGbutton .buttonBody {
	/*  "../images/button_body_part.png" */
	background: url(../images/datauri-x-tile.png) 0 -340px repeat-x;
	height: 22px;
	float: left;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.vGbutton .buttonBody img {
	position: absolute;
	top: 0.3em;
	left: -3px;
}

.vGbutton .buttonBody span {
	display: block;
	margin: 0.2em 5px 0 15px;
	color:#666;
}
.vGbutton .buttonBody span.woicon {
	margin: 0.2em 5px 0;
}

.vGbutton .rightButtonPart {
	/*  "../images/button_right_part.png" */
	background: url(../images/datauri.png) -200px -250px no-repeat;
	height: 22px;
	width: 9px;
	float: left;
}

.vGCheckedButton {
	cursor: default;
}
.vGCheckedButton .leftButtonPart {
	/*  "../images/button_left_part_hover.png"  */
	background: url(../images/datauri.png) -220px -250px no-repeat;
}
.vGCheckedButton .rightButtonPart {
	/*  "../images/button_right_part_hover.png"  */
	background: url(../images/datauri.png) -240px -250px no-repeat;
}
.vGCheckedButton .buttonBody {
	/*  "../images/button_body_part_hover.png"  */
	background: url(../images/datauri-x-tile.png) 0 -370px repeat-x;
}

.vGHoverButton img {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/**
 * Slider
 **/

#costRangeText {
	color: white;
}
.costRangeTextCollapsed {
	color: white;
	//width: 432px;
}

#costslider {
	margin: 10px 20px 0 0;
}

/* UI override */
.ui-corner-all {
	-moz-border-radius: 0 !important;
}

.ui-slider-horizontal {
	height: 2px !important;
}

.ui-widget-content {
	/*  "../images/strokes.gif"  */
	background: url(../images/strokes.gif) repeat-x scroll 0 0 transparent !important;
	height: 10px !important;
	border: 0 !important;
	color: #333333;
}

.leftSlider {
	/*  "../images/slider_left.png"  */
	background: url(../images/datauri.png) -260px -250px no-repeat !important;
	border: 0 !important;
	height: 26px !important;
	width: 25px !important;
	/*top: -9px !important;*/
	z-index: 10 !important;
	color: transparent !important;
	cursor: pointer !important;
}

.rightSlider {
	/*  "../images/slider_right.png"  */
	background: url(../images/datauri.png) -280px -250px no-repeat !important;
	border: 0 !important;
	height: 26px !important;
	width: 25px !important;
	/*top: -9px !important;*/
	z-index: 10 !important;
	color: transparent !important;
	cursor: pointer !important;
}

.ui-slider-range {
	/*  "../images/slider_body.png"  */
	background: url(../images/datauri-x-tile.png) 0 -400px repeat-x !important;
	height: 21px !important;
	top: -4px !important;
	z-index: 1 !important;
}

/**
 * Color
 **/

#colorSelectText {
	color: white;
}

#colorTableContainer {
	margin-top: 5px;
}

#colorTableContainer table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
	font-size: 0;
}

#colorTableContainer table td {
	height: 20px;
	cursor: pointer;
	font-size: 0;
}

.colorTDAll {
	-moz-box-shadow: inset 0 0 10px white;
	-webkit-box-shadow: inset 0 0 10px white;
	box-shadow: inset 0 0 10px white;
	/*  "../images/color_all_.png"  */
	background: url(../images/color_all_.png) repeat center center;
}

.colorChecked {
	cursor: default !important;
	/*  "../images/selected_color.png"  */
	background: url(../images/selected_color.png) no-repeat center center;
}

.colorHover {
	/*  "../images/color-hover.png"  */
	background: url(../images/color-hover.png) no-repeat center center;
}

/**
 * Pager
 **/

#pagerContainer {
	margin: 20px 0 45px 0;
}

.pagerWrapper {
	margin: auto;
	width: 150px;
}

.pagerWrapper a, .pagerWrapper div {
    display: block;
	width: 20px;
	height: 13px;
    text-decoration: none;
	cursor: pointer;
	float: left;
}

.pagerLeftArrow {
	/*  "../images/pager_left_arrow.gif"  */
	background: url(../images/datauri.png) -310px -250px no-repeat;
	margin-right: 15px;
}

.pagerLeftArrowHover {
	/*  "../images/pager_left_arrow_hover.gif"  */
	background: url(../images/datauri.png) -330px -250px no-repeat;
}

.pagerLeftArrowDisabled {
	/*  "../images/pager_left_arrow_disable.gif"  */
	background: url(../images/datauri.png) -350px -250px no-repeat;
	cursor: default !important;
}

.pagerCurrentPage {
	/*  "../images/pager_current_page.gif"  */
	background: url(../images/datauri.png) -370px -250px no-repeat;
	cursor: default !important;
	color: #CCC;
	font-weight: bold;
}

.pagerPage {
	/*  "../images/pager_page.gif"  */
	background: url(../images/datauri.png) -390px -250px no-repeat;
	color: #44B73D;
	font-weight: bold;
	cursor: pointer;
}

.pagerPageHover {
	/*  "../images/pager_hover_page.gif"  */
	background: url(../images/datauri.png) -410px -250px no-repeat;
}

.pagerRightArrow {
	/*  "../images/pager_right_arrow.gif"  */
	background: url(../images/datauri.png) -430px -250px no-repeat;
	margin-left: 15px;
}

.pagerRightArrowHover {
	/*  "../images/pager_right_arrow_hover.gif"  */
	background: url(../images/datauri.png) -450px -250px no-repeat;
}

.pagerRightArrowDisabled {
	/*  "../images/pager_right_arrow_disable.gif"  */
	background: url(../images/datauri.png) -470px -250px no-repeat;
	cursor: default !important;
}


.pagerWrapper { 
	text-align:center; 
	overflow:hidden; 
	height:25px;
	margin:0 22px 9px;
}
.pagerWrapper .pagerSlider { display:block; margin:auto; float:none; }
.pagerWrapper .pagerPageEL {
	float: left;
	height: 25px;
	width: 42px;
	background:none;
}
	.pagerWrapper .pagerPageEL em {
		display:inline-block;
		height:25px;
		max-width:45px;
		color:#13b73d;
		text-decoration:underline;
		font-style:normal;
		cursor: pointer;
	}
	.pagerWrapper .pagerPageEL span {
		display:block;
		height:20px;
		padding-left:10px;
		line-height:20px;
		/*  "../images/pageEl_crop.png"  */
		background:url(../images/pageEl_crop.png) 0 0 no-repeat; /* Заменить линк */
	}
		.pagerWrapper .pagerPageEL span span {
			margin:0;
			padding:0 10px 0 0;
			min-width:7px;
			background-position:100% 0;
		}
			.pagerWrapper .pagerPageEL span span span {
				margin:0 -10px;
				text-align:center;
				padding:0 10px 5px 10px;
				background-position:50% 100%;
			}
	.pagerWrapper .pagerPageEL em:hover, .pagerWrapper .pagerPageHover em, .pagerWrapper .pagerCurrentPage em {
		/*  "../images/page_hover_bg.gif"  */
		background:url(../images/page_hover_bg.gif) 0 0; /* Заменить линк */
		background: -moz-linear-gradient(top,#83c22c,#18b73c);
		background: -webkit-gradient(linear, left top, left bottom, from(#83c22c), to(#18b73c));
		filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#83c22c,endColorstr=#18b73c,GradientType=0); 
		zoom: 1;
		background: linear-gradient(top,#83c22c,#18b73c);
		color:#fff;
		text-decoration:none;
	}
	.pagerWrapper .pagerCurrentPage em, .pagerWrapper .pagerCurrentPage em:hover { 
		background:#ff4f12;
		filter:none;
		cursor:default;
	}
	
.pagerScroll,
.pagerScroll .scrollLeft, .pagerScroll .scrollRight,
.pagerScroll .scrollRoller,
.pagerScroll .scrollRoller span {
	background-image: url("../images/scroll_sprite.png");
}

.pagerScroll {
	height:22px;
		/*  "../images/page_hover_bg.gif"  */
	background-position: 0 -29px;
	background-repeat: repeat-x;
	position:relative;
	padding:0 22px;
	margin-bottom:10px;
}
	.pagerScroll .scrollLeft, .pagerScroll .scrollRight {
		width:22px;
		height:22px;
		position:absolute;
		left:0;
		top:0;
		display:block;
		background-position: 0 -51px;
		background-repeat: no-repeat;
	}
	.pagerScroll .scrollRight {
		right:0;
		left:auto;
		background-position:-21px -51px;
	}
	.pagerScroll .scrollRoller {
		display:inline-block;
		position:relative;
		left:0;
		height:20px;
		min-width:25px;
		border:1px solid #b7b7b7;
		background-position: 0 0;
		background-repeat: repeat-x;
	}
		.pagerScroll .scrollRoller span {
			display:block;
			width:17px;
			height:9px;
			margin:5px auto 6px;
			background-position: 50% -20px;
			background-repeat: no-repeat;
		}

.pagerIndex { text-align:center; }
	
	.pagerIndex .pagerLeftArrow, .pagerIndex .pagerRightArrow {
		text-decoration:underline;
		cursor:pointer;
		color:#13b73d;
		float:left;
		padding-left:17px;
		margin:0 5px;
		/*  "../images/frst_page.gif"  */
		background:url(../images/frst_page.gif) 0 50% no-repeat; /* Заменить линк */
	}
	.pagerIndex .pagerLeftArrow:hover, .pagerIndex .pagerRightArrow:hover {
		color:#ff4f12;
	}
	.pagerIndex .pagerRightArrow {
		/*color:#13b73d;*/
		float:right;
		padding:0 17px 0 0;
		/*  "../images/lst_page.gif"  */
		background:url(../images/lst_page.gif) 100% 50% no-repeat; /* Заменить линк */
	}