/*
  
  ViWeb Template for osCommerce
  http://viweb.ru

  Special for site ZooRoom.ru

  Copyright (c) 2007 Viweb Art Studio
  Author: Dmitryi I. Mokeev (Mokkey)

*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.boxText_right { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.navBlue     { color: #FF0000; font-size: 8pt; font-family: Verdana }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: blue; text-decoration: underline; }

*  { 
   margin:  0; 
   padding:  0; 
   /*  стандартное  правило  для  удаления  всех  посторонних  отступов  */ 
} 
 
html  { 
   height:  100%; 
   /*  чтобы  элемент  html  распространялся  на  всю  высоту  окна  браузера  */ 
} 

body,td,th {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	

position:  relative; 
   /*  чтобы  потомки  элемента  body  позиционировались  по  отношению  к  body  */ 
   height:  auto  !important; 
   /*  для  Firefox  и  Opera  —  чтобы  не  сработало  следующее  объявление  */ 
   height:  100%; 
   /*  для  IE  (работает  некорректно,  что  обеспечивает  нужный  результат)  */ 
   min-height:  100%; 
   /*  для  Firefox  и  Opera  (в  IE  7  делает  то  же,  что  предыдущее  объявление)  */ 
}



ul  {
	position:  absolute;
	bottom:  0;
	width: 100%;
   /*  чтобы  ширина  ul  не  ограничивалась  по  содержанию  */ 
} 

div  { 
   padding-bottom:  5em; 
   /*  чтобы  колонтитул  не  накладывался  на  основное  содержание  */ 
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.bottom-right-frog {
	height: 95px !important;
	background: url(images/down-right-frog.jpg) no-repeat bottom right;
	}

.bottom-left-copyrightbar {
	height: 95px !important;
	background: url(images/bottom-left-copyrightbar.jpg) no-repeat bottom left;}

.menu-bg {
	background-color: #FFFFFF;
	background-image: url("images/menu-bg.jpg");
	background-repeat: no-repeat;
	background-position: left center;
}

.infoBoxHeader {
	background-color: #ffffff;
	background-image: url("images/infobox/header-back.jpg");
	background-repeat: no-repeat;
text-align: center;

}

.infoBoxHeadBG 	{ 
background-color: #FFFFFF;
	background-image: url("images/box-header.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

.infoBoxHeadBG-LEFT	{ 
background-color: #FFFFFF;
	background-image: url("images/box-header-left.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

.infoBoxContent{
	background-color: #ffffff;
background-image: url("images/infobox/box-back.jpg");
background-position: bottom center;
background-repeat: no-repeat;
}

.infoBoxContents {
  font-family: Verdana;
  font-size: 10px;
}

.InfoBoxMargin {
align: left;
margin-left: 10px;
}

.CartBoxBack{
	background-color: #ffffff;
background-image: url("images/infobox/cartbox-back.jpg");
background-position: bottom center;
background-repeat: no-repeat;
}

.copyright {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;}

.intro {font-size: 18px
font-family: Verdana;
	
	color: #000000;}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}




