
/* LEFT MENU BLOCK */
#left{
  background: url(../images/btm_bgr.jpg) repeat-x bottom #977c94 ;
  height: 300px; 
}

#wrapper .uk{
	  background:url(../images/slogan_ukr.jpg) no-repeat 550px 50px #d2c6d1;	
}
#wrapper .en{
	  background:url(../images/slogan_eng.jpg) no-repeat 550px 50px #d2c6d1;	
}
#wrapper .ru{
	  background:url(../images/slogan_rus.jpg) no-repeat 550px 50px #d2c6d1;	
}

#header{
  height:90px;
}

#header .inside{
  border: 5px solid #ffffff;
  border-bottom: none ;
}
.goHomeLink{
  display: block;
  position: absolute;
  margin-left: 920px;
  padding-top: 10px;
}
.goBackLinkCnt{
	margin-bottom:10px;
	padding-left:10px;
	background: url(../images/goBack.jpg) no-repeat left center;
}
#header #spLogoFlashBlock{
  border-right: 5px solid #ffffff;
  width: 270px;
  padding: 0px 0px 2px 0px; 
  text-align: center;
  background: #977c94; 
}
/* -- FLASH BANNER BLOCK -- */
#flashBannerBlock{
  /*border-top: 5px solid #ffffff;*/
  border-bottom: 2px solid #ffffff;
  /*- IE FIX -*/
  _border-top: 0px;
  _border-bottom: 5px solid #ffffff;
  background: #ffffff; 
  height:355px;
}

#main {
  background: url(../images/white_sep_line.gif) repeat-y left top #d2c6d1;
  border-right: 5px solid #ffffff;
}
#left{
  background: url(../images/white_sep_line.gif) repeat-y left top #987c95;
}
#main .inside{
  margin: 0px 40px 0px 40px;
  _margin: 0px 40px 0px 35px;
  padding-top: 20px;
  text-align: justify;
  color:#3f3e3c;
  height: 280px;
}
#main .inside p.justBlock{
  text-align: justify;
}
#container{
  border-bottom: 5px solid #ffffff;
}
/* -- SMALL LNG BLOCK -- */
.smLngSelect{
  list-style-type: none;
  margin: 0px;
  padding-left: 85px;
  font-weight: bold;
}
.smLngSelect li{
  float: left;
  padding: 0px 5px;
  margin: 0px;
}
.smLngSelect li a{
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 11px;
}
.smLngSelect li a:hover{
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 11px;
  color:#ffffff;
}
.smLngSelect li.cLb{
  border-left:1px solid #333333;
  border-right:1px solid #333333; 
}

/* -- CONTENT SLIDERS -- */
	#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
	/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
		width:500px;	/* Width of the scrolling text */
		height:100%;
		
		overflow:hidden;
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 5px;
		position:relative;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		float:right;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/

	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:13px;
		height:13px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		cursor:pointer;
	}

/* -- MUST KNOW LIST -- */

#productListBlock ul, #mustKnowList ul{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#productListBlock ul li, #mustKnowList ul li{
  padding: 3px 0px 3px 20px;
  margin: 0px;
  background: url(../images/bullet.gif) no-repeat 0px 8px;  
}

/* -- ANALYSIS TABLE STYLE -- */
.analysisTable{
  border-collapse: collapse;
  margin-left: 2px;
  width: 540px;
}
.analysisTable tr td.emptyTd{
  border-left: none;
  border-top: none;
}
.analysisTable tr td{
  border: 1px solid #700c23;
  text-align: center;
}
.analysisTable tr td.aParam{
  width: 80px;
  text-transform: lowercase;
  background: #987c95;
  color:#ffffff; 
  height: 49px;
}
.analysisTable tr td.aVal{
  text-align: left;
  text-transform: lowercase;
  padding: 2px 5px;  
  width: 120px;
  height: 49px;
}
.analysisTable tr td.imgTd{
  background: #ffffff;
   
}

/* -- CONTACT PAGE BLOCKS -- */
#contactText{
  width: 240px;
  float: left;
  display: inline;
}

#contactForm {
  padding-left: 80px;
}
#contactForm .formbody label{
  width: 100px;
  display: block;
  float: left;
  display: inline;
}
#contactForm .formbody input.text{
  width: 150px;
}
#contactForm .formbody .explanation p{
  margin: 0;
  padding: 5px 0px;
}
#contactForm .formbody textarea {
  width:250px ;
}

/* -- ASSORT DONLOAD BLOCKS -- */
.blanketsAssort, .pillowsAssort, .childAssort{
  width: 190px;
  float: left;
  display: inline;
  padding-top: 180px;  
  text-align: center; 
}
.blanketsAssort {
  background: url(../images/pillowsAssortBgr.jpg) no-repeat top center;
  
}
.pillowsAssort{
  background: url(../images/blanketsAssortBgr.jpg) no-repeat top center;
}
.childAssort{
  background: url(../images/childAssortBgr.jpg) no-repeat top center;
}

