div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/images/system/jqueryfancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/images/system/jqueryfancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/images/system/jqueryfancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/images/system/jqueryfancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/images/system/jqueryfancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/system/jqueryfancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/system/jqueryfancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/system/jqueryfancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/system/jqueryfancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/system/jqueryfancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/system/jqueryfancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/system/jqueryfancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/system/jqueryfancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/images/system/jqueryfancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/images/system/jqueryfancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/images/system/jqueryfancybox/fancy_title_right.png) repeat-x;
}
/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp * {
	margin:0px; padding:0px;
	outline:none;
}
.markItUp a:link,
.markItUp a:visited {
	color:#000;
	text-decoration:none;
}
.markItUp  {
	width:700px;
	margin:5px 0 5px 0;
	border:5px solid #F5F5F5;	
}
.markItUpContainer  {
	border:1px solid #3C769D;	
	background:#FFF url(/images/system/markitup/markitup/bg-container.png) repeat-x top left;
	padding:5px 5px 2px 5px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
.markItUpEditor {
	font:12px 'Courier New', Courier, monospace;
	padding:5px 5px 5px 35px;
	border:3px solid #3C769D;
	width:643px;
	height:320px;
	background-image:url(/images/system/markitup/markitup/bg-editor.png);
	background-repeat:no-repeat;
	clear:both; display:block;
	line-height:18px;
	overflow:auto;
}
.markItUpPreviewFrame	{
	overflow:auto;
	background-color:#FFFFFF;
	border:1px solid #3C769D;
	width:99.9%;
	height:300px;
	margin:5px 0;
}
.markItUpFooter {
	width:100%;
	cursor:n-resize;
}
.markItUpResizeHandle {
	overflow:hidden;
	width:22px; height:5px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/images/system/markitup/markitup/handle.png);
	cursor:n-resize;
}
/***************************************************************************************/
/* first row of buttons */
.markItUpHeader ul li	{
	list-style:none;
	float:left;
	position:relative;
}
.markItUpHeader ul li ul{
	display:none;
}
.markItUpHeader ul li:hover > ul{
	display:block;
}
.markItUpHeader ul .markItUpDropMenu {
	background:transparent url(/images/system/markitup/markitup/menu.png) no-repeat 115% 50%;
	margin-right:5px;
}
.markItUpHeader ul .markItUpDropMenu li {
	margin-right:0px;
}
.markItUpHeader ul .markItUpSeparator {
	margin:0 10px;
	width:1px;
	height:16px;
	overflow:hidden;
	background-color:#CCC;
}
.markItUpHeader ul ul .markItUpSeparator {
	width:auto; height:1px;
	margin:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
	display:none;
	position:absolute;
	top:18px; left:0px;	
	background:#F5F5F5;
	border:1px solid #3C769D;
	height:inherit;
}
.markItUpHeader ul ul li {
	float:none;
	border-bottom:1px solid #3C769D;
}
.markItUpHeader ul ul .markItUpDropMenu {
	background:#F5F5F5 url(/images/system/markitup/markitup/submenu.png) no-repeat 100% 50%;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
	position:absolute;
	top:-1px; left:150px;
}
.markItUpHeader ul ul ul li {
	float:none;
}
.markItUpHeader ul a {
	display:block;
	width:16px; height:16px;
	text-indent:-10000px;
	background-repeat:no-repeat;
	padding:3px;
	margin:0px;
}
.markItUpHeader ul ul a {
	display:block;
	padding-left:0px;
	text-indent:0;
	width:120px; 
	padding:5px 5px 5px 25px;
	background-position:2px 50%;
}
.markItUpHeader ul ul a:hover  {
	color:#FFF;
	background-color:#3C769D;
}
/***************************************************************************************/
.html .markItUpEditor {
	background-image:url(/images/system/markitup/markitup/bg-editor-html.png);
}
.markdown .markItUpEditor {
	background-image:url(/images/system/markitup/markitup/bg-editor-markdown.png);
}
.textile .markItUpEditor {
	background-image:url(/images/system/markitup/markitup/bg-editor-textile.png);
}
.bbcode .markItUpEditor {
	background-image:url(/images/system/markitup/markitup/bg-editor-bbcode.png);
}
.wiki .markItUpEditor,
.dotclear .markItUpEditor {
	background-image:url(/images/system/markitup/markitup/bg-editor-wiki.png);
}
/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp .markItUpButton1 a {
	background-image:url(/images/system/markitup/sets/default/bold.png);
}
.markItUp .markItUpButton2 a {
	background-image:url(/images/system/markitup/sets/default/italic.png);
}
.markItUp .markItUpButton3 a {
	background-image:url(/images/system/markitup/sets/default/stroke.png);
}

.markItUp .markItUpButton4 a {
	background-image:url(/images/system/markitup/sets/default/picture.png); 
}
.markItUp .markItUpButton5 a {
	background-image:url(/images/system/markitup/sets/default/link.png);
}

.markItUp .markItUpButton6 a {
	background-image:url(/images/system/markitup/sets/default/clean.png);
}
.markItUp .preview a {
	background-image:url(/images/system/markitup/sets/default/preview.png);
}
/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp .markItUpButton1 a	{
	background-image:url(/images/system/markitup/sets/bbcode/bold.png);
}
.markItUp .markItUpButton2 a	{
	background-image:url(/images/system/markitup/sets/bbcode/italic.png);
}
.markItUp .markItUpButton3 a	{
	background-image:url(/images/system/markitup/sets/bbcode/underline.png);
}

.markItUp .markItUpButton4 a	{
	background-image:url(/images/system/markitup/sets/bbcode/picture.png);
}
.markItUp .markItUpButton5 a	{
	background-image:url(/images/system/markitup/sets/bbcode/link.png);
}

.markItUp .markItUpButton6 a	{
	background-image:url(/images/system/markitup/sets/bbcode/fonts.png);
}
.markItUp .markItUpButton7 a	{
	background-image:url(/images/system/markitup/sets/bbcode/list-bullet.png);
}
.markItUp .markItUpButton8 a	{
	background-image:url(/images/system/markitup/sets/bbcode/list-numeric.png);
}
.markItUp .markItUpButton9 a	{
	background-image:url(/images/system/markitup/sets/bbcode/list-item.png);
}

.markItUp .markItUpButton10 a	{
	background-image:url(/images/system/markitup/sets/bbcode/quotes.png);
}
.markItUp .markItUpButton11 a	{
	background-image:url(/images/system/markitup/sets/bbcode/code.png);
}
	
.markItUp .clean a {
	background-image:url(/images/system/markitup/sets/bbcode/clean.png);
}
.markItUp .preview a {
	background-image:url(/images/system/markitup/sets/bbcode/preview.png);
}
@charset "utf-8";
body {
    margin:0;
    background:#e4c9cd;
    }
.fl {
    float:left;
    }
.fr {
    float:right;
    }
.clear {
    clear:both;
    }
.center {
    text-align:center;
    }
a {

    }
.box {
    min-width:1000px;
  width:100%;
    margin:0 auto;
  
    background:url(/images/boxbg.jpg);
    background:url(/images/allfon.jpg);
    min-height:100%;
    position:relative;
    }
#topmenu {
    width:100%;
    height:40px;
    background:#FFF;
    border-top: solid 5px #b21609;
    border-bottom:solid 1px #b21609;
    }
#topmenu .logo {
    background:url(/images/all-comfort-logo.gif) no-repeat;
    width:300px;
    height:40px;
    float:left;
    }    

#topmenu ul, #topmenu li {
  float:left;
  list-style:none;
  margin:0; padding:0;
}
#topmenu ul {
    margin:0 auto;
    text-align: center;
}
/* вид */

#topmenu li {
  padding:8px 20px;
  font:Bold Small Tahoma;
  color:#333;
}

#topmenu li a {
    color:#26b306;
    text-decoration:none;
    text-align: center;
    font-size:16px;
    white-space:nowrap;
      text-decoration:none;
}
#contentTop {
    background: url(/images/h-fon1.png) top right no-repeat;
    height:220px;
    /*margin-top:-8px;
    padding:30px;
  padding-left:10px;*/
  border:none;
  position:relative;
    }
#content #txt {
   /* background:url(/images/txt.png) no-repeat;
    width:412px;
    height:38px;*/}
.basket {
    background:url(/images/korzina.png) no-repeat;
   /* border:solid 1px #c6c1b2;*/
    width:550px;
    min-height:200px;
    margin-top:8px;
    padding:5px 10px 5px 210px;
  color:#B21609;
  font-size:16px;
  /*font-weight:bold;*/
  font-family: Arial;
  
    }
.basket a {
    color:#924148;
      text-decoration:none;
    }
.basket .fl div, .basket .fr div {
    margin:5px 0;
    }

#footer {
    width:100%;
    height:40px;
    background:#FFF;
    border-top: solid 1px #924148;
    border-bottom:solid 5px #924148;
    }
#center {
    margin-left:256px;
    margin-right:166px;
    background-color: #eeeadf;
    position:relative;
    padding:5px;
    margin-bottom:20px;
  min-height:800px;
    }
#contentleft {
    width:252px;
    float:left;
    }
#contentright {
    width:150px;
    float:right;
    }
    
/*стили левого меню*/

.lmenutop {
    background: url(/images/lm_01.gif) no-repeat;
    width:252px;
    height:18px;
    }
.lmenubg {
    background:url(/images/lm_03.gif) repeat-y;
    width:252px;
    padding:0px 5px 0px 0;
    }
.polosa {
    
    }
.lmenubg ul {
    margin: 0;
}

.lmenubg ul li{
    list-style:none;
  /* background:url(/images/lm_05.gif) bottom left no-repeat;
    height:40px;*/
    padding:8px 0;
         
   
    }
.lmenubg a {
 
    color:#cf1103/*8f5960*/;
    font-family:Georgia;
    font-style:italic;
    text-decoration:none;
    font-size:15px;
    font-weight:bold;
      text-decoration:none;
    }
.lmenubg a:hover {
     color:#e8a332;}
.lmenubottom {
    background:url(/images/lm_08.gif) no-repeat;
    width:252px;
    height:18px;
    }
dl {
    padding-left:0;
    height:190px;
    }
dd,#rootCatalog p {
    margin-left:0;
    text-align:justify;
    font-size:16px;
  font-family:Tahoma;
  min-height:180px;
    }
dt,#rootCatalog a {
    text-align:center;
    color:#8f5960;
    color:#299fd3;
    font-family:Georgia;
    font-style:italic;
    text-decoration:none;
    font-size:18px;
    font-weight:bold;
    height:30px;
    }
dd img, #rootCatalog img {
    float:left;
    border:solid 5px #FFF;
    margin-right:10px;
    margin-bottom:6px;
    }
#articlesList a{
  color:#8f5960;
  font-weight:bold;
      text-decoration:none;
}
/*#staticPage{
  min-height:400px;
}*/
#single_image img{
margin:20px;
  border:0;
}
h1, #productionList h1,#productionFull h1, h3 {
    color:#0033ff;
    font-family:Tahoma;
    text-decoration:none;
 
   font-size:18px;
}
#productionList ul {
  list-style-type:none;
}
#productionList ul li a {
color:#8f5960;
/*  font-weight:bold;*/
  font-size:18px;
      text-decoration:none;
}
#productionList .icons {
float:left;
height:246px;
text-align:center;
width:163px;
  font-size:12px;
  background:url('/images/iconsBcg.gif');
  margin-right:10px;
  margin-left:10px;
  margin-bottom:20px;
  position:relative;
}
#productionList .icons b{
    
  font-weight:normal;
}
#productionList .icons img{
  border:0;
}
#productionList p, #productionFull p{
  border:0;
  font-size:16px;
}
#productionList .icons .imgs{
  height:190px;
}
#productionList .icons .addcart{
position:absolute;
  margin-left:120px;
  margin-top:-43px;
  
}
#forSale {
  list-style-type:none;
  padding-left:0;
}
#forSale li {
  height:170px;
/*background:url(/images/lm_05.gif) bottom left no-repeat;*/
  margin-bottom:10px;
}
#forSale li img {
height:100px;
  display:block;
  margin:3px auto 0;
width:100px;
}
#forSale li a {

color:#000;
font-size:14px;
      text-decoration:none;
}
.fone {height:30px;
color:#8F5960;
  font-family:Georgia;
  padding-top:10px;
  margin-bottom:5px;
}
.fone span {margin:0 20px; float:right; font-size:18px; font-weight:bold;}

#Pager {
padding-bottom:10px;
  display:block;
}
#Pager li {
  float:left;
  padding:3px;
  display:block;
 
}
#Pager .current a {
    color:#000000;
      text-decoration:none;
}
.tovar {
    /*background:url(/images/t_bg.gif) no-repeat center; background-position:bottom; */width:170px; height:280px; position:relative; float:left;
    margin:0 8px 10px;
    }
.tovar_fonw {
    background:url(/images/t_fon.gif) no-repeat center;
  background-position:top; width:100%;
    height:206px;

}
.tovar_desc {width:150px; margin:5px auto 0; color:#827b66; font-size:13px;
}
.singlprice {color:#827b66; font-size:20px;}
.add {
    position:absolute;
    bottom:65px;
    right:-15px;
    }
.addcart {
color:#666;
font-size:20px;
font-style:italic;    text-decoration:none;}

