* {margin:0;padding:0}

html, body {
  height      : 100%;
  width       : 100%;
  text-align  : left;
  font-family : tahoma, sans-serif;
  font-size   : 11px;  
  line-height : 14px; 
  color       : #706F6F;   
}

html { background: #FFFFFF; }

body.mceContentBody
{
	background: none;
}

/* --------------- MAIN CONTAINERS --------------- */ 
/* ----------------------------------------------- */ 

#page_container {
  width         : 916px;  
  margin        : 0 auto;
  position      : relative;
  background    : url(../../img/site/bg_content.jpg) repeat-y;    
}   

#top_container {
  height     : 96px;
  background : white;
  position   : relative;
}

#header_container {  
  position   : relative;   
  background : white;    
  height     : 168px;
}
  
#main_container {
}

#left_container {
  float       : left;
  width       : 335px;
  background  : blue;  
  min-height  : 445px;   
  background  : url(../../img/site/bg_left.gif) 100% 0 no-repeat;   
}  

#right_container {
  float   : left;
  width   : 500px;  
  padding : 0 0 30px 30px; 
} 

#content_container {
}

.clearfooter {
  clear  : both;
  height : 35px;	
}

#footer_container {    
  padding-top : 10px;
  height      : 23px;  
  text-align  : center;
  font-size   : 10px;
  background  : white url(../../img/site/footer.gif) no-repeat;   
} 


/* --------------- EXTRA CONTAINERS --------------- */ 
/* ----------------------------------------------- */ 

#content_top_container {
  height     : 57px;
  background : url(../../img/site/bg_content_top.jpg);
  padding    : 50px 40px 0 40px;
}

#contacts_container {
  position  : absolute;
  top       : 120px;
  right     : 20px;
  width     : 140px;
  font-size : 11px;
}

#index_left_container {
  float : left;
  width : 360px;
  margin-left :40px;
}
#index_right_container {
  float : left;
  width : 340px;
  margin-left :20px;
} 

#decoration_top { 
  position   : absolute;
  top        : 50px;
  left       : 36px;
  width      : 312px;
  height     : 47px;  
  background : url(../../img/site/decoration_top.gif) no-repeat;
}



/* --------------- MENU ------------------- */ 
/* ---------------------------------------- */ 
#menu_container {  
  position : absolute;        
  top      : 55px;
  left     : 350px;   
} 
#menu_container ul {  
  text-align : left;
} 
#menu_container ul li {  
  list-style   : none;   
  border-right : solid 1px #EAEAEA;
  float        : left;   
  padding      : 0 10px 0 20px;
  position      : relative;  
}
#menu_container ul li a, #menu_container ul li a:hover { 
  text-decoration : none;
  color           : #898989;   
  font-weight     : lighter;
  font-size       : 13px;
  line-height     : 15px;   
  text-align      : center;  
  float           : left;                                    
  padding-right   : 10px;
}  
#menu_container ul li a:hover {
  text-decoration : none;
  color           : #990000;   
  background      : url(../../img/site/menu_item_on.gif) 100% 50% no-repeat; 
}

#menu_container ul li ul {
  position   : absolute; 
  top        : 15px;   
  left       : 0px;
  width      : 140px;   
  text-align : center;   
  display    : none;      
  background : white;    
  padding    : 10px 0;
}
#menu_container ul li ul li {
  background  : none;
  border      : 0;
  padding     : 0;  
  float       : none;   
  text-align  : left;
  padding     : 3px 0 0 20px;
}
#menu_container ul li ul li a, #menu_container ul li ul li a:hover { 
  background  : none;
  padding     : 0;
  font-size   : 11px;
  border      : none;
  display     : inline;
  float       : none;
}  
#menu_container ul li ul li a:hover {
  text-decoration : underline;
  color           : #4F4E4E;   
} 

#menu_container ul li:hover  ul {display: block;}


#menu_container ul li a.menu_nav_opened, #menu_container ul li a.menu_nav_opened:visited, #menu_container ul li a.menu_nav_opened:hover {
  background : url(../../img/site/menu_item_on.gif) 0 50% no-repeat; 
  color           : white;   
}

#menu_nav a.menu_nav_selected, #menu_nav a.menu_nav_selected:visited, #menu_nav a.menu_nav_selected:hover {
  background      : url(../../img/site/menu_item_on.gif) 0 50% no-repeat; 
} 




/* ------------------ SITEMAP -------------------------- */ 
#sitemap_container { 
  margin     : 0 0 20px 20px;
  text-align : left;   
} 
#sitemap_container li { 
  list-style  : none;
  line-height : 20px;  
}
#sitemap_container li ul { 
  margin-left: 20px;
}




/* ------------------ Icons -------------------------- */ 
#icons_container {
  position    : absolute;
  top         : 32px;
  left        : 130px; 
  background  : url(../../img/site/bg_icons.gif) 26px 2px no-repeat;  
  height      : 13px; 
}  

#icons_container img
{
	border: 0;
}
#icons_container a {
  display         : block;
  line-height     : 23px;
  float           : left;
  padding-left    : 24px;
  text-decoration : none;
}
a#icon_home:link, a#icon_home:visited, a#icon_home:hover {
  width      : 23px;
  background : url(../../img/site/icon_home.gif) no-repeat;
}
a#icon_mail:link, a#icon_mail:visited, a#icon_mail:hover {
  width      : 23px;
  background : url(../../img/site/icon_mail.gif) no-repeat;
}
a#icon_map:link, a#icon_map:visited, a#icon_map:hover {
  width      : 10px;
  background : url(../../img/site/icon_map.gif) no-repeat;
}


a#icon_home:hover {
  background : url(../../img/site/icon_home_on.gif) no-repeat;
}
a#icon_mail:hover {
  background : url(../../img/site/icon_mail_on.gif) no-repeat;
}
a#icon_map:hover {
  background : url(../../img/site/icon_map_on.gif) no-repeat;
}

a#icon_home:hover, a#icon_mail:hover, a#icon_map:hover {
  text-decoration : none;
}

a#icon_rss
{
	padding-left: 3px;
	margin-top: -2px;
}


#langs_container {
  position    : absolute;
  top         : 20px;
  right       : 20px; 
  text-align  : right;  
}  
#langs_container a {
  padding : 0 5px;
  color   : #898989;
}


/* ------------------- Logo and Photo ------------------------- */ 

#logo_box { 
  position   : absolute;
  top        : 0;
  left       : 48px;
  width      : 287px;
  height     : 168px;  
  background : url(../../img/site/logo_bg.gif) no-repeat;
}

#logo_container {
  position   : absolute;
  background : url(../../img/config/logo.png) no-repeat;
}
#logo_container a:link, #logo_container a:visited, #logo_container a:hover {
  display         : block;
  width           : 100%;
  line-height     : 100%;
  position        : relative; 
  z-index         : 1;
  text-decoration : none;
}
#logo_innerwrap {
  width  : 100%;
  height : 100%;
}

#photo_container {
  width  : 897px;
  height : 168px;
  
  position   : absolute;
  top        : 0px;
  left       : 0px;
  background : url(../../img/config/photo.jpg) no-repeat;  
}  

#photo_top_round {
  width  : 460px;
  height : 175px;
  
  position   : absolute;
  top        : 0px;
  left       : 0px;
  background : url(../../img/site/photo_round.png) no-repeat;  
}

/* ------------------- Paging ------------------------- */ 
.pages_container  {
  text-align  : center;     
  line-height : 30px
}  
.pages_container a:link, .pages_container a:visited, .pages_container a:hover {
  color           : #5A5956;  
  padding         : 2px 4px;
  text-decoration : none;
}
.pages_container a:hover {
  text-decoration : none;
  background      : #6EB014;
  color           : white;
}
  
a.page_next:link, a.page_next:visited, a.page_next:hover {
  line-height     : 15px; 
  background      : url(../../img/site/next.gif) 100% 50%  no-repeat;     
  color           : #848689;
  text-decoration : none;
}
a.page_previuos:link, a.page_previuos:visited, a.page_previuos:hover {
  line-height     : 15px; 
  background      : url(../../img/site/prev.gif) 0 50% no-repeat;  
  color           : #848689;
  text-decoration : none;
}   
.page_current {
  line-height : 14px; 
  padding     : 2px 4px; 
  background  : #6EB014;  
  color       : white;
}   


/* --------------- EXTRAS --------------------- */ 
/* -------------------------------------------- */ 

h1 {  
  font-size      : 14px;   
  font-weight    : bold; 
  line-height    : 20px;
  color          : #990000;   
  text-align     : left;
  padding        : 18px 0 10px 0;   
}  
 
h2 {
  font-size   : 11px;   
  font-weight : bold; 
  line-height : 23px;
  text-align  : center;    
  text-decoration : underline;
}  
 
.button { 
  padding     : 0 10px;
  font-family : arial, sans-serif;  
  font-size   : 11px;
  border      : #7A7A7A 1px solid; 
  background  : #D5E4EC;
  color       : #4F4E4E;;
}
 
.error_message{
  color     : red;
  font-size : 10px;
}
 
.success_message{
  color       : #33568E;
  font-size   : 11px; 
  font-weight : bold; 
  text-align  : center; 
  line-height : 15px;
} 

.content_block {   
  padding : 0 30px 0 0;
}

#content_container img, .mceContentBody img
{
  border : solid 2px #990000;
  margin : 3px;
}
#content_container ul, .mceContentBody ul
{
  list-style-position: inside;
  padding-left: 10px;
}
#content_container blockquote, .mceContentBody blockquote
{
  padding-left: 20px;
}

#content_container p, .mceContentBody p
{
  padding: 6px 0;
}

#content_container table, .mceContentBody table
{
  border       : solid 0 #D3DBE8;
  border-spacing: 0;
}

#content_container table th, .mceContentBody table th
{
  border       : solid 0 #D3DBE8;
  padding      : 2px;
}

#content_container table td, .mceContentBody table td
{
  border       : solid 0 #D3DBE8;
  padding      : 2px;
}

a.more_link:link, a.more_link:visited, a.more_link:hover {
  color       : #666666;
  padding     : 6px 40px;
  line-height : 27px;
  text-decoration : none;
}
  
.clear {
  clear       : both; 
  line-height : 0px;
  font-size   : 0px;
}

a:link, a:visited, a:hover {
  color           : #990000;
  text-decoration : none;
}

a:hover {
  text-decoration: underline;
}

/* CART STYLES */
#product_cart
{
	position: relative;
	color: #4f4e4e;
	padding: 5px;
	margin: 10px 0 15px 49px;
	background    : url(../../img/site/news_line.gif) bottom left no-repeat;    
}

#product_cart img
{
	border: 0;
}

.product_cart_table
{
	width: 100%;
}

.product_cart_table th
{
	background: #d8e6e7;
	color: #4f4e4e;
	padding: 1px 4px;
	font-weight: normal;
}

.product_cart_table td
{
	padding: 2px 4px;
}

.product_cart_table tr.product_cart_odd_rows td
{
	background: #FFF;

}

.product_cart_table tr.product_cart_even_rows td
{
	background: #e6e6e6;
}

.product_cart_title
{
	font-size: 1.2em;
	padding-bottom: 7px;
}

.product_cart_total
{
	font-size: 1.2em;
	padding: 3px 4px;
	background: #d8e6e7;
	color: #4f4e4e;
}

.product_cart_buy
{
	text-align: right;
	padding: 6px 4px 0;
	font-size: 1.272em;
}
.product_cart_buy a
{
	padding-left: 4px;
	color: #4f311f;
}

.public_cart_table
{
	width: 100%;
	color: #4f4e4e;
}

#content .public_cart_table a img
{
	border: 0;
}

#content .public_cart_table th
{
	background: #d8e6e7;
	color: #4f4e4e;
	padding: 4px 7px;
	text-align: center;
}

#content .public_cart_table td
{
	padding: 4px 7px;
}

#content .public_cart_table tr.product_cart_odd_rows td
{
	background: #f5f9ee;
}

#content .public_cart_table tr.product_cart_even_rows td
{
	background: #e6e6e6;		
}

#content .public_cart_table tr.public_cart_bottom_row td
{
	background: #d8e6e7;
}

.public_cart_total
{
	padding: 15px;
	text-align: right;
	font-size: 1.5em;
	color: #4f4e4e;
}

.public_cart_total_price
{	
	color: #4f4e4e;
}

#content .product_cart_contacts td
{
	padding: 4px 7px;
}

.error-message
{
	background: #ffcccc;
	border: solid 1px #cc3333;
	padding: 2px 8px;
	color: #000;
	font-weight: bold;
}

.error_message, .message
{
	background: #ffcccc;
	border: solid 1px #cc3333;
	padding: 8px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 13px;
}

.form-error
{
	background: #ffcccc;
}

.success_message
{
	background: #ccffcc;
	border: solid 1px #66cc33;
	padding: 8px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
.required_star
{
	color: #e25555;
	padding-left: 5px;
}

.product_cart_big_input
{
	width: 300px;
}

.product_selling_info
{
	font-size: 16px;
	padding: 0 0 5px 0;
	display: block;
}

.product_buy_box
{
	padding-top: 7px;
}

.product_instock
{
	font-size: 14px;
}

.product_price
{
	color: #000;
}


#links_container
{
	padding-left: 50px;
}

#links_container img
{
	border: 0;
}

.links_list_item
{
	text-align: center;
}

.links_list_item span
{
	display: block;
}