body  {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	background:  #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
.twoColLiqLtHdr #container { 
	 width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

	min-width:1270px; 
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 1270? "1270px": "auto");

} 
img {border:0;}
a {color:#06a3fd;}
a:hover {color:#333;}
.alt {color:#daa340;}
.twoColLiqLtHdr #header { 
height:175px;
		background: url(images/header.jpg) no-repeat 50px 5px;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position:relative;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:3px;
} 
.twoColLiqLtHdr #header  p {font: 12pt Tahoma, Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#666666; margin-top:0; padding-top:0; height:30px;}

.twoColLiqLtHdr  #header_menu {font-size:11pt; font-weight:bold; position:absolute; width:100%; margin-left:-10px; top:149px; padding:3px 0 3px 0; border-top:1px black solid; border-bottom:1px black solid; background-color: rgb(226, 226, 226); box-shadow: 0 0 10px black; text-align: center;}
.twoColLiqLtHdr  #header_menu a {text-decoration:none; color:#333; margin:0 50px;}
.twoColLiqLtHdr  #header_menu a:hover {text-decoration:underline; color:#333;}

.twoColLiqLtHdr  #logo_block {position:absolute; top:21px; left:260px; }
/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqLtHdr  #right_top {width:600px; float:right; text-align:right; margin-right:50px; margin-top:10px;}
.twoColLiqLtHdr  #right_top h3 {margin:0; font-size:24px; font-weight:normal;}
.twoColLiqLtHdr  #right_top span { color:#daa340;}
.twoColLiqLtHdr  #right_top a { color:#daa340;}

.twoColLiqLtHdr #sidebar1 {font-family:Georgia, "Times New Roman", Times, serif; font-size:12pt;
margin-top:20px;
	float: left; 
	width: 300px; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	
}
.twoColLiqLtHdr #sidebar1 ul {list-style:none; margin-top:0; padding-top:0;  width:220px;   font-weight:bold;}
.twoColLiqLtHdr #sidebar1 ul li {margin-top:0; padding-top:0; line-height:1.5;}
.twoColLiqLtHdr #sidebar1 ul li .on_li {background-image:url(images/plus1.png); background-repeat: no-repeat; background-position: left; padding-left:20px;}
.twoColLiqLtHdr #sidebar1 .inner_ul {width:180px; font-size:11pt;font-weight:normal; }
.twoColLiqLtHdr #sidebar1 .inner_ul li{ line-height:1;}
.twoColLiqLtHdr #sidebar1 .inner_ul li a { background-image:url(images/arrow.png); background-repeat: no-repeat; background-position: left; padding-left:15px;}
.twoColLiqLtHdr #sidebar1 a { display:block; color:#333333; padding: 3px 0 3px 25px; text-decoration:none;}
.twoColLiqLtHdr #sidebar1 a:hover { background-color:#ececec; text-decoration:none;}

.twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColLiqLtHdr #sidebar2 {
margin:0 auto;
	float: right; 
	width: 230px; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align:center;
	padding:0 20px 0 0;
}
.twoColLiqLtHdr #sidebar2 img {border:1px solid #333; text-align:left; margin:5px 0;}

.twoColLiqLtHdr #mainContent { 
	margin: 0 300px 0 310px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */

} 


/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

.banner_row {height:300px; text-align:center;}
.banner_row img {margin:0 10px;}

.catalog_row {height:300px; text-align:center;}
.catalog_row img {margin:0 10px;}

.twoColLiqLtHdr #mainContent_3cols .main_catalog {background:#fff; height: 290px;  overflow:hidden;  display:block; width:29%;  float:left; margin:1%; text-align:center; border:#FF9900 3px solid; -moz-border-radius: 15px; border-radius: 8px; box-shadow: 5px 8px 13px #646464; }
.twoColLiqLtHdr #mainContent_3cols .main_catalog img {text-align:center; margin:5px auto; }
.twoColLiqLtHdr #mainContent_3cols .main_catalog  p {text-align:center; margin:20px auto; font-size:13pt; font-weight:bold; color:#000000}


.twoColLiqLtHdr #mainContent_3cols {
	margin: 0 300px 0 310px;
	
	padding-right:20px;
	min-height:700px;
height:expression(document.body.clientHeight<700?"700px":"auto");
} 
.twoColLiqLtHdr #mainContent_3cols h4 {font-weight:normal; font-size:11pt;}
.twoColLiqLtHdr #mainContent_3cols a {color:#000000; text-decoration:none;}



.twoColLiqLtHdr #mainContent_2cols .main_catalog {background:#fff; height: 290px; display:block; width:29%; float:left; margin:1%; text-align:center; border:#FF9900 3px solid; -moz-border-radius: 15px; border-radius: 15px;}
.twoColLiqLtHdr #mainContent_2cols .main_catalog img {text-align:center; margin:5px auto; }
.twoColLiqLtHdr #mainContent_2cols .main_catalog  p {text-align:center; margin:20px auto; font-size:16pt; font-weight:bold; color:#000000}


.twoColLiqLtHdr #mainContent_2cols {
	margin: 0 0 0 310px;
	padding-right:20px;
	 min-height:700px;
height:expression(document.body.clientHeight<700?"700px":"auto");
} 
.twoColLiqLtHdr #mainContent_2cols h4 {font-weight:normal; font-size:11pt;}
.twoColLiqLtHdr #mainContent_2cols a {color:#000000; text-decoration:none;}



.twoColLiqLtHdr #footer { 
MARGIN-TOP:25PX;
	padding: 5px 0 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
 border-top:1px black solid;
border-bottom:1px black solid;
	min-height:20px;
	font-size:9pt;
background-color:rgb(226, 226, 226); box-shadow: 0 0 10px black;	
} 
.twoColLiqLtHdr  #footer_menu { text-align:center; font-weight:bold;}
.twoColLiqLtHdr  #footer_menu a {text-decoration:none; color:#666; margin:0 25px;}
.twoColLiqLtHdr  #footer_menu a:hover {text-decoration:underline; color:#333;}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* round corners */
.cell{position:relative; 
display:block !important; float:none !important; /*All Other Browsers and IE version*/ 
float:left; display:inline; /*IE 6 Fix*/
padding:21px; 
background:#f4eea1;}

#filtr .cell{position:relative; 
display:block !important; float:none !important; /*All Other Browsers and IE version*/ 
float:left; display:inline; /*IE 6 Fix*/ 
text-position:center !important; 
background:#f4eea1;}

.cell ul{margin:0px; padding:0px;}
.cell li{list-style:none;}
.corner{width:20px; height:20px; position:absolute; margin:0px; z-index:1px}

.tl,.bl {left:0px;}
.tr,.br {right:0px;}
.tl,.tr {top:0px;}
.bl,.br {bottom:0px !important; bottom:-1px;}
.tl,.tr,.bl,.br {background:url(images/corners.jpg) no-repeat;}

.tl{background-position:top left;}
.tr{background-position:top right;}
.bl{background-position:bottom left;}
.br{background-position:bottom right; }

/* alt round corners */
.alt_cell{position:relative; 
display:block !important; float:none !important; /*All Other Browsers and IE version*/ 
float:left; display:inline; /*IE 6 Fix*/
padding:21px; 
background:#bde0ea;}

.alt_cell ul{margin:0px; padding:0px;}
.alt_cell li{list-style:none;}
.alt_cell .corner{width:20px; height:20px; position:absolute; margin:0px; z-index:1px}

.alt_cell .tl,.bl {left:0px;}
.alt_cell .tr,.br {right:0px;}
.alt_cell .tl,.tr {top:0px;}
.alt_cell .bl,.br {bottom:0px !important; bottom:-1px;}
.alt_cell .tl {background:url(images/alt_corners.jpg) no-repeat;}
.alt_cell .tr {background:url(images/alt_corners.jpg) no-repeat;}
.alt_cell .bl {background:url(images/alt_corners.jpg) no-repeat;}
.alt_cell .br {background:url(images/alt_corners.jpg) no-repeat;}

.alt_cell .tl{background-position:top left;}
.alt_cell .tr{background-position:top right;}
.alt_cell .bl{background-position:bottom left;}
.alt_cell .br{background-position:bottom right; }
/* basket css */



#basket {font-size:10pt;}
#basket h3 {margin-left:22px; margin-top:0;}
#basket img {float:left; margin-right:10px; border:1px solid #333333;}
#basket .basket_row {padding:5px 15px; min-height:70px; height:expression((document.documentElement.clientHeight || document.body.clientHeight) < 70? "70px": "auto"); margin:0;}
#basket .price_block {width:100px; float:right; margin-top:0; margin-bottom:0; text-align:center; color:#000; font-size:12px; font-weight:bold;}
#basket .price_block img {margin:0;}
#basket .price_block input {width:auto; height:auto; background:#fff; BORDER:NONE; margin:0;padding:0;}
#basket .check {height:auto;  background:none; margin:0;padding:0;}
#basket .price_block p {margin-top:0; margin-bottom:20px; }
#basket .price_block input {color:#333; background:#fff; border:1px solid #333; font-weight:normal;}
#basket .price_block input:hover {background:#fff;}
#basket .basket_heading {margin-left:110px;  margin-top:0; margin-bottom:0; display:block; font-size:12pt; font-weight:bold;}
#basket .basket_description {margin-left:110px;  display:block;}
#basket .basket_row_alt {padding:5px 15px; height: 70px; margin:0; background:#f9f6c3;}
#basket .itogo {width:250px; float:right; margin-top:0; margin-bottom:0; text-align:right; color:#000; font-size:12px; font-weight:bold;}
#basket input {background-color:#666; border:1px solid #fff; color:#fff; font-weight:bold; font-size:11pt; height:22px; padding:0 5px;}
#basket input:hover {background-color:#333;}
#basket form {width:205px; display:inline;}
#basket select {width:200px; margin:0px;}

#basket .deliver {margin-left:10px;}
#basket .deliver input {background-color:#fff; border:1px solid #666; color:#333; font-size:11pt; height:22px; padding:0 5px;}
#basket .deliver input:hover {border:1px solid #eee;}

/* item css */

#tabs {list-style:none; margin:0;  padding:0; font-size:12pt; overflow:hidden;}
#tabs li {float:left;  margin:0; padding:0; padding-top:8px; padding-bottom:8px; display:block; }
#tabs li a {color:#666;  border: 1px solid #fff;  text-decoration:none; display:block; padding:5px 6px; display:inline;  }
#tabs li .on {border-bottom-color:#FFFFFF; }
#tabs li a:hover {color:#aaa; border: 1px solid #000;}
#tabs li a:active {color:#000; border: 1px solid #000; border-bottom:1px solid yellow; }

#item {font-size:10pt; margin-bottom:25px;  border-top:#FF9900 1px solid; overflow:hidden; 	min-height:50px; height:expression((document.documentElement.clientHeight || document.body.clientHeight) < 420? "420px": "auto"); }
#item h3 {margin-left:22px; margin-top:0;}
#item h2 { margin-top:0;}
#item img {float:left;  border:1px solid #333333;}
#item  #item_mini_pics img {float:left; border:1px solid #333333; margin: 7px 14px 0 0;}
#item  #item_chars {margin-left:300px; border-bottom: 1px solid #FF9900; min-height:80px;}
#item  #item_chars p {margin:5px; padding:0;}
#item .price_block {width:150px; float:right; text-align:center; color:#000; font-size: 16pt; font-weight:bold;  min-height:50px; margin-top:5px;margin-right:10px;}
#item .price_block p {margin:0;  text-align:center; }
#item .price_block span { font-size:14pt;}
#item .price_block img {border:none;text-align:center; float:none;}
#item .basket_heading {margin-left:110px;  margin-top:0; margin-bottom:0; display:block; font-size:12pt; font-weight:bold;}
#item .basket_description {margin-left:110px;  display:block;}
#item .basket_row_alt {padding:5px 15px; height: 70px; margin:0; background:#f9f6c3;}
#item_pic {float:left; width:280px; padding:10px;}
#item_descript {padding: 0 20px 20px 0; margin-left:300px;}
#item .other_pics  {overflow:hidden;}
#item .other_pics img {margin:7px;}


table#ContentPlaceHolderProducts_CheckBoxList1 {
text-align:left;
    border-collapse: collapse;
    border-right: 1px solid  #FF9900;
    border-left: 1px solid  #FF9900;
	
	margin-bottom:15px;
}

table#ContentPlaceHolderProducts_CheckBoxList1 td, table#options th {
    border-top: 1px solid  #FF9900;
    border-bottom: 1px solid  #FF9900;
	padding: 2px 4px;
}
table#ContentPlaceHolderProducts_CheckBoxList1 th {border:1px solid white;    border-bottom: 1px solid  #FF9900;}



table#options {
text-align:left;
    border-collapse: collapse;
    border-right: 1px solid  #FF9900;
    border-left: 1px solid  #FF9900;
	float:right;
	margin-bottom:15px;
}

table#options td, table#options th {
    border-top: 1px solid  #FF9900;
    border-bottom: 1px solid  #FF9900;
	padding: 2px 4px;
}
table#options th {border:1px solid white;    border-bottom: 1px solid  #FF9900;}

.variants {border-collapse: collapse; width:100%; font-size:10pt;}
.variants td{ padding:2px 5px; }
.variants tr {}
.variants .alt { background-color:#f2f2f2; border-top:1px solid #CCCCCC;}
.variants th{padding:2px 5px; background-color:#f79647; text-align:left;}
.variants  img {border:0;}
.comments {text-align:right; font-weight:bold; font-size:10pt; padding:0; margin:0;}
.comments a {color:#333; font-weight:normal;}
.comments a:hoveer {color:#aaa;}
.comments .alt {color:#06a3fd;  font-weight:bold;}

/* recommneded css */

#recommendation {font-size:10pt; margin:10px 0;}
#recommendation h3 {margin:0 0 0 22px;}
#recommendation img {margin:10px 10px 5px 10px; border:1px solid #333333;}
#recommendation .recommendation_row { height:200px; margin:5px; text-align:center;}
#recommendation p {width:25%; text-align:center; border-right: 1px solid #06a3fd; float:left; margin:0 auto;}
#recommendation .last {border-right: none;}
#recommendation span {font-weight:bold;}

#recommendation2 {font-size:10pt; margin:10px 0;}
#recommendation2 h3 {margin:0 0 0 22px;}
#recommendation2 img {margin:10px 10px 5px 10px; border:1px solid #333333;}
#recommendation2 .recommendation_row { height:200px; margin:5px; text-align:center;}
#recommendation2 p {width:25%; text-align:center; border-right: 1px solid #06a3fd; float:left; margin:0 auto;}
#recommendation2 .last {border-right: none;}
#recommendation2 span {font-weight:bold;}

/* search catalog css */
#filtr {min-width:100px;font-size:10pt; text-align:left;}
#filtr h3 {margin:0 0 10px 22px; text-align:left;}
#filtr table {text-align:left; }
#filtr table tr {vertical-align:top;}
#filtr table td { }

#filtr select { width:150px; margin:0 5px;}
#filtr .keyword { width:180px; margin:0 5px;}
#filtr .select_small {width:auto;}
#filtr p {text-align:left; margin-bottom:0;}
#filtr .button {background-color:#666666; border:1px solid #fff; color:#fff; font-weight:bold; font-size:10pt; height:22px; padding:0 5px; margin:10px;}
#filtr .button:hover {background-color:#333;}

  .cell table { width:230px; margin:0 auto !important;}
  .filtr_cells {width:230px; margin: 5px 0; }
  .filtr_cells p {width:230px;   padding:0;}

#search_block { font-size:10pt; margin:10px 0 20px 0;}
#search_block ul {list-style:none;}

#search_block p {margin:0;}
#search_block img {border: 1px solid #333; margin-right:20px; float:left;}
#search_block h3 {margin-left:22px; margin-top:0;}
#search_block .catalog {background:#ececec; padding:10px; min-height:140px; 
	width:expression((document.documentElement.clientHeight || document.body.clientHeight) < 140? "140px": "auto");}
#search_block .catalog_alt {background:#feffff; padding:10px; min-height:140px; 
	width:expression((document.documentElement.clientHeight || document.body.clientHeight) < 140? "140px": "auto");}
	
.search_row .search_item {background:#fff; position:relative; height: 285px; padding-top:10px; display:block; width:28%; float:left; margin:1%; text-align:center; border:#999999 3px solid; -moz-border-radius: 15px; border-radius: 15px;box-shadow:5px 5px 12px rgb(167,123,59);}
.search_row .search_item h3 {margin:4px; font-size:10pt;}
.search_row .search_item p {margin:0 auto;font-size:12px;}
.search_row .search_item .item_inner {height:251px;}
.search_row .search_item  img {height:130px;}
.search_row  a {color:#333;}
.search_row .search_item .price_pic {background-color:#FF9900; border:#999999 1px solid; border-radius: 16px 0px 11px 0px; -moz-border-radius: 16px 0px 11px 0px; -webkit-border-radius: 16px 0px 11px 0px; display:inline; padding:7px;    font-size:12pt; font-weight:bold;  margin-bottom:0; float:right; }

#search_block .price_block {width:140px; float:right; margin:5px auto; text-align:center; color:#06a3fd; font-size:22pt; font-weight:bold;}
#search_block .price_block p {margin:0;  text-align:center;}
#search_block .price_block span { font-size:14pt;}
#search_block .price_block img {border:none; margin:15px; text-align:center; float:none;}

.show_numbers #ContentPlaceHolderProducts_pnlPager {text-align:center; width:280px; height:40px; display:block; margin:0 auto;}
.show_numbers #ContentPlaceHolderProducts_pnlPager2 {text-align:center; width:280px; height:40px; display:block; margin:0 auto;}
.show_numbers span{color:#333; background-color:#fff; text-decoration:none; display:block; float:left; width:27px; height:27px; margin: 3px; font-weight:bold;}



.show_numbers {margin:5px auto;  font-size:12pt; font-weight:normal; text-align:left; height:30px; text-align:center; }
.show_numbers p {text-align:center; width:280px; height:30px; display:block; margin:0 auto;}

.show_numbers h4 {text-align:left;}
.show_numbers a {color:#333; background-color:#CCCCCC; text-decoration:none; display:block; float:left; width:27px; height:21px; margin: 3px; border:1px solid #ff9900;}
.show_numbers a:hover {background-color:#fff;font-weight:bold;}


/* * {border:1px red dotted;} */


.alt_text_div {background:#bde0ea; margin:10px; text-align:left; border:#0066FF 3px solid; -moz-border-radius: 15px; border-radius: 15px;}
.active {font-weight:bold;}

.text_div {background:#f4eea1; margin:10px; padding:5px; text-align:left; border:#FF9900 3px solid; -moz-border-radius: 15px; border-radius: 15px;}

.text_div_white_fon {background:#ffffff; margin:10px; padding:5px; text-align:left; border:#FF9900 3px solid; -moz-border-radius: 15px; border-radius: 15px;}


.round_button{
 behavior: url(PIE.htc);-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;  border:none;
 background: #fd9c00; padding:20px; margin:10px; font-family:"Times New Roman", Times, serif; font-size:23pt; color:#000; text-decoration:none; cursor:pointer;}
 
 
.tabs_container {overflow:hidden;}
.tabs_container a  {background:url(images/tab_1.png); height:25px; width:125px; float:left; padding-top:5px; text-decoration:none; text-align:center; color:#000000; font-family:Arial, Helvetica, sans-serif; z-index:1; position:relative; margin-right:-10px;}

.tabs_container #this_tab {background: url(images/tab_1a.png);}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               