/* это правила оформления. К скрипту отношения не имеют */
form.slider {
	width: 250px;
	position: relative;
	margin: 20px;

}

.formCost {
	float: left;
	margin-bottom: 10px;
}
.formCost label {
	float: left;
	font-size: 12px;
	color: #E40000;
	font-weight: bold;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.formCost input {
	float: left;
	text-align: right;
	color: #434343;
	font-size: 12px;
	font-weight: bold;
	width: 55px;
	height: 17px;
	background: none;
	border: 1px solid #E5E5E5;
	margin-right: 10px;
}

.sliderCont {
	width: 178px;
	height: 27px;
	float: left;
}		

/* А это правила для скрипта:  */
#slider {
	width: 200px;
}

.ui-slider {
	position: relative;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 13px;
	height: 13px;
	background: url(images/marker-filter.png) center no-repeat;
	cursor: pointer
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	overflow: hidden;
}
.ui-slider-horizontal {
	 height: 3px;
}
.ui-slider-horizontal .ui-slider-handle { 
	top: -5px;
	margin-left: -6px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min { 
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-widget-content { 
	border: 1px solid #2592ca;
	background: #fff;
}
.ui-widget-header { 
	border: 1px solid #2AA5E5;
	background: #2ba8e9;
}
.ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.orders_main {
    border-bottom: 1px solid #BEBEBE;
    border-right: 1px solid #BEBEBE;
    border-top: 1px solid #BEBEBE;
    float: left;
    position: relative;
	margin-bottom: 10px;
    margin-top: 10px;
	width: 696px;
	background: none repeat scroll 0 0 #FEF8BA;
}

.orders_group {
    border-left: 1px solid #BEBEBE;
    float: left;
    height: 15px;
    line-height: 15px;
    min-width: 75px;
    padding: 6px;
    text-align: center;
	cursor: pointer;
	font-size: 11px;
}

.active {
	/*background: none repeat scroll 0 0 darkturquoise;*/
}

.orders_group:hover {
	background-color: #EDEDED;
}

.orders {
	width: 100%;
}

.orders_list {
	width: 100%;
	max-height: 500px;
	overflow: scroll;
}
.orders_table_list {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

.orders_table_list td {
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	border-bottom: 1px solid #BEBEBE;
	height: 22px;
    line-height: 22px;
	padding: 3px;
}

.orders_table_list tr {
	cursor: pointer;
}

.orders_table_list tr:hover {
	background: none repeat scroll 0 0 #EFEFEF;
}

.orders_table_head {
	width: 697px;
	text-align: center;
	border-collapse: collapse;
}

.orders_table_head td {
	border-color: #BEBEBE;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
	background: none repeat scroll 0 0 #E4E4E4;
	font-weight: bold;
	height: 25px;
}

#orders_date {
	width: 194px;
}

#orders_number {
	width: 60px;
}

#orders_name {
	width: 197px;
}

#orders_status {
	width: 104px;
}

#orders_price {
	width: 105px;
}

.order_info_table {
	border-collapse: collapse;
}

.order_info_table td {
	border: 1px solid #BEBEBE;
    padding: 4px;
	background: none repeat scroll 0 0 #F5FFFA;
}

.item_table {
	border-collapse: collapse;
	width: 540px;
}

.item_table td {
	border: 1px solid #BEBEBE;
	padding: 5px;
	background: none repeat scroll 0 0 #F5FFFA;
}

.item_table img {
	width: 70px;
}

.actions {
	background: none repeat scroll 0 0 #F5FFFA;
    border: 1px solid #BEBEBE;
    padding: 15px;
	width: 220px;
}

.orders_button {
	height: 140px;
    overflow: hidden;
    position: fixed;
    top: 214px;
    width: 50px;
    z-index: 99990;
	right: 0;
	cursor: pointer;
	background: url(/img/order_edit.png);
}

.viewed_products {
	overflow: hidden;
	position: fixed;
	top: 200px;
	z-index: 9999;
	left: 0;
	cursor: pointer;
	border: 1px solid #ABABAB;
	border-radius: 0 5px 5px 0;
	width: 100px;
	height: 300px;
	background-color: white;
}

.viewed_products_item {
	margin: 10px auto;
	text-align: center;
}

.viewed_products_item a {
	text-decoration: none;
}

.viewed_products a:hover img {
	transition: 1s;
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: ease;
	transition-delay: 0s;
	transform: scale(1.3);
}

.prices_button {
	height: 140px;
    overflow: hidden;
    position: fixed;
    top: 365px;
    width: 50px;
    z-index: 99990;
	right: 0;
	cursor: pointer;
	background: url(/img/price_edit.png);
}

.importTable {
	width: 100%;
}

.importTable td {
	padding: 5px;
	background: #eeeeee;
}
