@CHARSET "UTF-8";

@font-face {
	font-family: 'PT Sans';
	src: url('/assets/base/fonts/PTS55F_W.eot');
	src: local('PT Sans'), url('/assets/base/fonts/PTS55F_W.woff') format('woff'),url('/assets/base/fonts/PTS55F_W.ttf') format('truetype'), url('/assets/base/fonts/PTS55F_W.svg#PTSans-Regular') format('svg');
}

* {
	margin: 0;
	padding: 0
}

html, body {
	font-family: arial, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	color: #333333;
	background: url("/assets/base/img/gray-menu-bg.gif") top center repeat-x transparent;
	min-width: 980px;
}

a {
	color: #0069b4;
}

table {
	border-collapse: collapse;
}

p {
	line-height: 18px;
}

a:hover {
	color: #ff8800;
}

ol {
	padding-left: 20px;
}

img {
	border: 0;
}

h1, h2, h3 {
	display: block;
	border: none;
	border-bottom: 1px solid #cccccc;
	padding-top: 4px;
	padding-left: 8px;
	padding-bottom: 5px;
}

h1 {
	font-size: 22px;
	margin-bottom: 10px;
}

h2 {
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 30px;
}

h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

table {
	width: 100%;
}

ul {
	list-style: none;
}

select.text,
textarea.text,
input.text {
	font-size: 14px;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	border-radius: 3px;
	padding: 2px;
	color: #333333;
}

div#wrapper {

	min-width: 1000px;
	max-width: 1240px;
	padding: 0px 10px;
	/* width: 980px; */
	margin: 0 auto;

}

div#header_asset {
	height: 135px;
}

div#header_string {
	height: 35px;
	line-height: 35px;
	clear: both;
}

div#header_links {
	height: 35px;
	line-height: 35px;
	float: left;
}

div#header_links ul li {
	display: inline;
}

div#header_links a {
	color: #555555;
	text-decoration: none;
	padding-right: 20px;
}

div#header_links a:hover {
	color: #222222;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 98;
}

#header_cart {
	float: right;
	background: url("/assets/base/img/cart-bg.png") top center repeat-x transparent;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	cursor: pointer;
	position: relative;
	z-index: 100;
}

#header_cart li {
	float: left;
}

#header_cart_icon {
	background: url("/assets/base/img/cart-icon.png") top left no-repeat transparent;
	width: 51px;
	height: 35px;
	line-height: 35px;
}

#header_cart_dd {
	float: right;
	background: url("/assets/base/img/cart-dropdown.png") top right no-repeat transparent;
	width: 37px;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
	position: relative;
}

#header_cart_body {
	display: none;
	position: absolute;
	z-index: 100;
	cursor: default;
	border: 1px solid #c46500;
	color: #333333;
	margin-top: 35px;
	right: 0px;
	top: -1px;
	padding: 0px;
	line-height: normal;
	background-color: #ffffff;
}

/* #header_cart_body  */
table.cart {
	border-collapse: collapse;
}

/* #header_cart_body */
table.cart td, table.cart th {
	padding: 8px 10px;
	vertical-align: middle;
	border: none;
	white-space: nowrap;
}

table.cart th {
	background-color: #e2e2e2;
	font-weight: normal;
	font-size: 15px;
	border-left: solid 1px #ffffff;
}

/* #header_cart_body */
table.cart tr.odd {
	background-color: #efefef;
}

/* #header_cart_body */
table.cart input.text {
	width: 50px;
}

a.remove,
table.cart .remove {
	text-decoration: none;
	display: block;
	height: 20px;
	width: 20px;
	background: url("/assets/base/img/remove-icon.png") center center no-repeat transparent;
}

#cart_controls input {
	line-height: 32px;
	height: 32px;
	cursor: pointer;
	border: none;
	background-color: #cccccc;
	color: #ffffff;
	margin-right: 8px;
	font-size: 15px;
	border-radius: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

input.button {
    cursor: pointer;
	font-family: arial;
	font-size: 16px;
	color: #ffffff;
	border: 0px;
	height: 30px;
	padding: 0px 20px;
	border-radius: 3px;
}

input.green_button_plain {
	background-color: #338f22;
}

input.orange_button_plain {
	background-color: #ff8800;
}

input.orange_button {
	background: url("/assets/base/img/orange-button.png") left center repeat-x transparent;
}

input.green_button {
	background: url("/assets/base/img/green-button.png") left center repeat-x transparent;
}

div#header_content {
	height: 100px;
	background: url("/assets/base/img/header_underline.gif") 35px bottom no-repeat transparent;
}

div#logo_asset {
	float: left;
	height: 100px;
	line-height: 100px;
	width: 319px;
}

a#logo_link {
	text-decoration: none;
	background: url("/assets/base/img/logo-ws.png") center 25px no-repeat transparent;
	display: block;
}

div#header_info {
	margin-left: 380px;
}

span.divider {
	color: #aaaaaa;
	padding-left: 10px;
	padding-right: 10px;
}

div#header_authorize {
	float: right;
	text-align: right;
	margin-left: 20px;
}

div#header_authorize a {
	font-size: 15px;
	text-decoration: none;
}

div#header_authorize a:hover {
	color: #0044ff;
}

div#header_search {
	height: 44px;
	line-height: 44px;
	text-align: center;
}

div#header_search_border {
	background-color: #ffffff;
	border: solid 1px #c5c5c5;
	border-radius: 3px;
	height: 26px;
	padding: 1px;
}


input#ls_text_search {
	border: none;
	width: 100%;
}

.light_text {
	color: #aaaaaa;
}

.dark_text {
	color: #333333;
}

div#search_sizer {
	position: relative;
}

div#search_button {
	width: 85px;
	background: url("/assets/base/img/green-button.png") top right no-repeat transparent;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	cursor: pointer;
	height: 26px;
	line-height: 26px;
}

table#header_generic_info {
	height: 90px;
}

table#header_generic_info td {
	vertical-align: middle;
}

table#header_generic_info td#phone_cell {
	width: 230px;
	text-align: center;
}

table#header_generic_info td#phone_cell span {
	font-size: 26px;
}

table#header_generic_info td#shedule_cell {
	width: 200px;
}

table#shedule_table {
	line-height: 20px;
	width: 190px;
	margin: 0 auto;

}

table#shedule_table td.left {
	text-align: left;
	padding-left: 10px;
}

table#shedule_table td.right {
	text-align: right;
}

table#header_generic_info td#authorize {
	text-align: right;
	padding-right: 10px;
}

table#header_generic_info td#authorize span {
	margin-left: 8px;
	margin-right: 8px;
}

table#header_generic_info td#authorize a {
	font-size: 16px;
	color: #0044ff;
}

#catalog_menu_asset {
	border-right: solid 1px #e2e2e2;
	position: relative;
	padding: 0px;
	margin: 0px;
	background-color: #e2e2e2;
}

#catalog_menu_asset a {
	position: relative;
	display: block;
	color: #0069b4;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ffffff;
	border-bottom: 1px solid #efefef;
	padding-left: 10px;
	padding-right: 20px;
	white-space: nowrap;
}

#catalog_menu_asset li.sfhover a {
	z-index: 100;
	border: solid 1px #aaaaaa;
	border-right: none;
	padding-left: 9px;
	margin-top: -1px;
	background-color: #efefef;
}

#catalog_menu_asset li ul {
	display: none;
	position: absolute;
	background-color: #efefef;
	border: solid 1px #aaaaaa;
	margin-top: -28px;
	margin-left: 198px;
	padding-left: 10px;
}

#catalog_menu_asset li ul li {
	background-color: #ff4400;
}

#catalog_menu_asset li.sfhover ul li a {
	margin-top: 0px;
	border: none;
	border-bottom: 1px solid #efefef;
	background-color: #ffffff;
}

#catalog_menu_asset li.sfhover a {
	/* color: #ff8800; */
	/* background-color: #f8f8f8; */
}

#catalog_menu_asset li.sfhover ul li a {
	color: #0069b4;
}

#catalog_menu_asset a:hover,
#catalog_menu_asset li.sfhover a,
#catalog_menu_asset li.sfhover a:hover,
#catalog_menu_asset li.sfhover ul li a:hover {
	color: #ff8800;
	/*
	color: #338f22;
	color: #8b9141;
	*/
}

#catalog_menu_asset li.sfhover ul li a:hover {
	background-color: #efefef;
}

.borderless {
	border: none;
}

#catalog_menu_asset li.sfhover a.single {
	border: solid 1px #aaaaaa;
	margin-top: 0px;
	padding-top: 4px;
}

#catalog_menu_asset li.sfhover ul {
	display: block;
	z-index: 10;
}

#content_asset {
	padding-top: 10px;
	padding-left: 20px;
	margin-left: 200px;
}

#catalog {
	margin-top: 20px;
}

#catalog .item {
	float: left;
	width: 240px;
	height: 360px;
	margin: 0 10px 20px 0;
	border: dotted 1px #aaaaaa;
	text-align: center;
	padding-bottom: 10px;
}

#catalog .name {
	display: block;
	margin-bottom: 7px;
	height: 36px;
	font-size: 15px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #efefef;
	padding: 5px;
}

#catalog a.image {
	/*
	width: 190px;
	height: 190px;
	*/
	margin-bottom: 20px;
	border: none;
	text-decoration: none;
}

#catalog .price {
	display: block;
	font-size: 22px;
	text-align: right;
	color: #ff8800;
	/*
	color: #338f22;
	color: #8b9141;
	*/
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;

}

div.main_offers_controls {
	text-align: center;
}

div.main_offers_controls a {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #0069b4;
}

div.main_offers_controls a:hover {
	color: #ff8800;
}

#footer {
	margin-top: 50px;
	position: relative;
	color: #ffffff;
}

#footer_place {
	clear: both;
	background-color: #555555;
	height: 140px;
	margin-top: -120px;
}

#footer_links {
	height: 35px;
	line-height: 35px;
}

#footer_links ul li {
	display: inline;
}

#footer_links a {
	color: #dddddd;
	text-decoration: none;
	padding-right: 30px;
}

#footer_links a:hover {
	color: #ffffff;
}

#copyright {
	padding-top: 30px;
	font-size: 12px;
}

.footer_phone span {
	font-size: 30px;
}

#counters {
	text-align: right;
}



/*
div.information .header {
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	background-color: #338f22;
}
*/

.breadcrumbs {
	margin-top: 5px;
	margin-bottom: 20px;
}

div.offer_info {
	margin-top: 20px;
}

td.uinfo br {
	margin-bottom: 10px;
}

table.properties {
	color: #222222;
	border-collapse: collapse;
}

table.properties td {
	padding: 8px 10px;
	vertical-align: top;

}

table.properties td.uinfo {
	padding-top: 30px;
}

table.properties td.name {
	white-space: nowrap;
	padding-right: 70px;
	width: 300px;
}

table.properties tr.property_group td {
	font-family: arial;
	font-size: 18px;
	color: #444444;
	padding-top: 30px;
	font-weight: bold;
}

table.properties tr.properties_list td {
	border: dotted 1px #cccccc;
}

table.properties tr.odd {
	background-color: #ffffff;
}

table.properties tr.even {
	background-color: #efefef;
}

table.offer_main {
	border-collapse: collapse;
	width: 100%;
}

table.offer_main td {
	vertical-align: top;
}

table.offer_main td.offer_image {
	text-align: center;
}

.property {
	font-size: 18px;
}

.property span {
	display: block;
}

.price,
.property .price {
	color: #ff8800;
	font-weight: bold;
	font-family: 'PT Sans';
}

td.offer_controls {
	text-align: center;
	width: 30%;
}

table.offer_main td.offer_delivery {
	padding-left: 20px;
}

div.item {
	border: dotted 1px #cccccc;
	padding: 0px;
	margin-bottom: 20px;
}

div.item_header,
div.item_content {
	padding: 10px;
}

div.item_header {
	background-color: #efefef;
	text-align: left;
}

td.left {
	text-align: left;
}

td.right {
	text-align: right;
}

.center,
td.center {
	text-align: center;
}

table.good_info {
	font-size: 16px;
}

table.good_info td {
	vertical-align: middle;
}

span.block {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.item p {
	margin-bottom: 5px;
}

table.preview {
	border-collapse: collapse;
}

table.preview td {
	vertical-align: top;
	padding: 5px;
}

table.info {
	margin-bottom: 20px;
}

table.info td {
	padding: 0px;
}

.dark_red {
	color: #cc2200;
}

.light_green {
	color: #338f22;
}

.top {
	vertical-align: top;
}

.page_controls {
	margin: 10px 0px;
}

.page_controls a {
	text-decoration: none;
	color: #888888;
	margin-right: 5px;
}

.page_controls a:hover {
	color: #222222;
}

.page_controls a.active, .page_controls span.active {
	color: #222222;
	font-weight: bold;
	background: none;
	margin-right: 4px;
}

div.filter_item {
	padding: 2px;
	margin-bottom: 18px;
	color: #222222;
	/* border-left: dotted 1px #338f22;
	padding-left: 8px;
	*/
}

div.filter_item input.checkbox {
	border: none;
}

div.filter_item_header {
	color: #000000;
	margin-bottom: 5px;
	/*
	color: #cc4400;
	color: #228800;
	*/
	font-size: 15px;
	font-weight: bold;
}

div.filter_item select {
	background-color: #ffffff;
	border: solid 1px #cccccc;
}

span.active {
	background-color: #338f22;
	padding: 3px;
	color: #ffffff;
	font-weight: bold;
}

table.subtree {
	margin-top: 0px;
	margin-bottom: 30px;
}

table.subtree td {
	padding: 5px;
}

table.subtree td.item a {
	background: url('/assets/base/img/menu-inactive-icon.gif') left center no-repeat transparent;
	padding-left: 15px;
	font-size: 16px;
}

.price del {
	font-size: 16px;
	color: #aaaaaa;
}

div.ui-widget-overlay {
	background-color: #000000;
	background-image: none;
}

div.bordered_field {
	padding: 0;
	border: 1px solid #cccccc;
	border-radius: 3px;
	width: 95%;
}

p.attention {
	background: url('/assets/base/img/attention-32.png') no-repeat 10px center #ffffbb;
	line-height: 40px;
	padding-left: 50px;
	font-size: 16px;
	color: #555533;
	border: 1px solid #dede33;
	border-radius: 5px;
}

.asterisk {
	background: url('/assets/base/img/required.gif') transparent no-repeat 98% 12px;
}

.marginless {
	margin: 0px;
}

.paddingless {
	padding: 0px;
}

table.contact_table td {
	border: none;
	line-height: 20px;
	padding: 7px 5px;
	vertical-align: top;
}

table.contact_table td.label {
	text-align: right;
	width: 180px;
}

table.contact_table label, table.contact_table span.label {
	display: block;
	background: url('/images/ru/table_divider.gif') transparent right top repeat-y;
	padding-right: 15px;
	color: #888888;
}

table.contact_table .add_info {
	display: block;
	color: #888888;
	width: 95%;
	margin-top: 5px;
}

table.contact_table input.text {
	width: 95%;
}

div#error_messenger {
	display: none;
	position: absolute;
	z-index: 999;
	border: solid 1px #cccc44;
	background-color: #ffffaa;
	left: 900px;
	padding: 10px 15px;
	color: #444444;
	line-height: 20px;
	cursor: default;
	max-width: 500px;
}

div#error_messenger_static {
	border: solid 1px #cccc44;
	background-color: #ffffaa;
	padding: 10px 15px;
	color: #444444;
	line-height: 20px;
	cursor: default;
	margin-bottom: 10px;
}

div.error, div#customer_register input.error, div#delivery_div input.error, table.contact_table td.info input.error {
    /* background-color: #ffffaa; */
    border-color: #cc4444;
}

#profile_menu a {
	display: block;
	line-height: 20px;
	text-decoration: none;
	padding: 9px 5px;
	padding-left: 21px;
	border-bottom: dotted 1px #cccccc;
	background: url('/assets/base/img/menu-inactive-icon.gif') 8px center no-repeat transparent;
}

#profile_menu a.borderless {
	border: none;
}

#profile_menu a.active {
	color: #ff8800;
	background: url('/assets/base/img/menu-active-icon.gif') 8px center no-repeat #efefef;
	font-weight: bold;
}

#profile_menu a.gray {
	color: #aaaaaa;
	background: url('/assets/base/img/menu-active-icon.gif') 8px center no-repeat transparent;
}

a.gray:hover,
#profile_menu a:hover {
	color: #ff8800;
	background: url('/assets/base/img/menu-active-icon.gif') 8px center no-repeat #efefef;
}

.bold {
	font-weight: bold;
}

table.client_table {
	border-collapse: collapse;
}

table.client_table th {
	border: solid 1px #cccccc;
	padding-left: 3px;
	background-color: #efefef;
	height: 24px;
	line-height: 24px;
}

table.client_table td {
	border: solid 1px #cccccc;
	padding: 3px 5px;
	vertical-align: middle;
	line-height: 24px;
}

#info_block table td.left {
	font-weight: bold;
	width: 150px;
}

#info_block {
	background-color: #ffffff;
}

span.info_shower {
	display: inline;
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
	margin-left: 8px;
	color: #ffffff;
	background-color: #338f22;
}

.font16 {
	font-size: 16px !important;
}

.font18 {
	font-size: 18px;
}

div.information {
	margin-top: 20px;
	border: dotted 1px #ff8800;
}

div.information_header {
	font-weight: bold;
	background-color: #ff8800;
	color: #ffffff;
}

div.information_content {
	padding: 5px;
}

table.ajax_table {
	border-collapse: collapse;
}

table.ajax_table td {
	padding: 6px 15px;
	white-space: nowrap;
	border: 1px dotted #cccccc;
}

table.ajax_table td.wide {
	text-align: center;
	width: 100px;
	padding: 0px;
}

table.ajax_table td.head {
	font-weight: bold;
	background-color: #d5d5d5;
	padding: 0px 15px;
	text-align: center;
}

table.ajax_table td.footer {
	font-weight: bold;
	background-color: #FFCC66;
}

table.ajax_table td.footer a {
	font-weight: normal;
	padding-left: 10px;
}

table.ajax_table td span {
	font-weight: bold;
	color: #ff4400;
}

table.ajax_table tr.odd {
	background-color: #efefef;
}

table.ajax_table tr.datarow:hover {
	background-color: #ffffbb;
	cursor: pointer;
}

table.ajax_table tr.datarow a:hover, table.ajax_table tr.datarow a:hover span  {
	color: #ff4400;
}

#ls_results {
	border: solid 1px #c5c5c5;
	right: -2px;
	top: 25px;
}

#extra_shedule {
	height: 100px;
}

a.download {
	background: url('/assets/base/img/download-icon.png') 5px center no-repeat transparent;
	display: block;
	height: 48px;
	line-height: 48px;
	padding-left: 60px;
	width: 180px;
	font-size: 16px;
	text-decoration: none;
}

a.download_small {
	background: url('/assets/base/img/download-icon-24.png') 2px center no-repeat transparent;
	display: block;
	height: 32px;
	margin-top: 5px;
	width: 150px;
	line-height: 32px;
	padding-left: 30px;
	text-decoration: none;
}

input.action_button {
	font-family: arial, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	border: none;
	padding: 0px;
	margin: 0px;
	color: #0069b4;
	cursor: pointer;
	text-decoration: underline;
	display: block;
	width: 100%;
	line-height: 25px;
	height: 25px;
}

input.action_button:hover {
	color: #ff8800;
}

.action_button.action_button_green {
    color: #338f22;
    font-weight: bold;
}

table.pagination {
	border-collapse: collapse;
}

table.pagination span {
	margin: 0px;
	padding: 3px 3px;
	font-weight: bold;
}

table.pagination span.pagination_active {
	background-color: #ff8800;
	border: solid 1px #ffffff;
	color: #ffffff;
	padding: 3px 7px;
}

table.pagination td {
	text-align: center;
	vetical-align: middle;

}

td.pagination_header {
	color: #888888;
	padding: 2px;
	text-align: center;
	font-size: 15px;
}

td.pagination_links {
	height: 35px;
}

td.pagination_links a {
	font-weight: bold;
	margin: 1px;
	padding: 3px 7px;
	border: solid 1px #aaaaaa;
	text-decoration: none;
	color: #444444;
	background-color: #ffffff;
}

td.pagination_links a:hover {
	color: #000000;
	border-color: #555555;
	background-color: #e7e7e7;
}

table.pagination td.pagination_select {
	width: 240px;
}

table.pagination td.pagination_select select {
	width: 80px;
	background-color: #ffffff;
	border: solid 1px #aaaaaa;
}

div.grey_gradient {
	padding: 3px;
	border: solid 1px #cccccc;
	background: url('/assets/base/img/grey-gradient.png') repeat-x left top #f7f7f7;
	border-radius: 5px;
	margin-bottom: 10px;
}

ul.sub_header {
	display: block;
	clear: both;
}

ul.sub_header li {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
}

ul.sub_body {
	padding-left: 15px;
}

ul.sub_body li {
	font-weight: normal;
	font-size: 14px;
	float: left;
	min-width: 240px;
}

div#filterBodyControl {
	height: 30px;
	line-height: 30px;
	background: url('/assets/base/img/blue-gradient.png') repeat-x scroll left bottom #0069b4;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	cursor: pointer;
}

div#filterBodyControl:hover {
	background: url('/assets/base/img/blue-gradient-2.png') repeat-x scroll left bottom #007ac5;
}

table.accessories {
	table-layout: fixed;
}

table.accessories td {
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}

table.accessories td.text {
	vertical-align: top;
}

table.accessories td.text a {
	line-height: 18px;
}

input.action_button_2 {
	border: solid 1px #ffffff;
	border: none;
	color: #ffffff;
	background: url('/assets/base/img/green-button.png') repeat-x scroll left bottom #338833;
	padding: 3px 5px;
	border-radius: 4px;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

input.action_button_2:hover {
	background: url('/assets/base/img/orange-button.png') repeat-x scroll left bottom #ff8800;
}
