/**-----------------------------------------------------------------------------------------------
 * @version $Id: catalog.css,  v 1.0  12/01/2009   $ 
 *
 * catalog
 *
 *-------------------------------------------------------------------------------------------------
 */

 /*===========================================================================*/

/*Каталог на первой странице*/


.crow0
{
	width: 960px;
	/*#margin-left: expression(((document.body.clientWidth - 980)/2));*/
	height: 120px;
	min-height: 120px;
	margin-top: 30px;
	clear: both;
}



.crow1
{
	width: 890px;
	/*#margin-left: expression((document.body.clientWidth -980)/2); */
	margin-left: 70px;
	margin-top: 30px;
	clear: both;
	height: 120px;
	min-height: 120px;

}

.crow2
{
	width: 960px;
	/*#margin-left: expression((document.body.clientWidth -980)/2); */
	margin-top: 30px;
	clear: both;
	height: 120px;
	min-height: 120px;

}



.container
{
 width: 90px;
 height: 120px;
 position: relative;
 padding: 0;
 margin: 0;
 background: #E7C66E;
 float: left;
/* margin-right: 70px;*/
 z-index: 20;
/* margin-right: 90px;*/
}

.delitel
{
	margin: 15px; 
	width: 50px; 
	height: 120px; 
	float: left;	
}

.container .cat_img
{
 width: 90px;
 height: 120px;
 position: absolute;
 top: -30px;
 left: 15px;
 z-index: 21;
}

.container .zoomer
{
 width: 90px;
 height: 120px;
 position: absolute;
 top: -30px;
 left: 15px;
 z-index: 23;
}

/*
.container .zoomer .cat_info
{
	position: absolute;
	bottom: 1px;
   left: 0px;
	width: 100%;
	z-index: 24;
	font-size: 11px;
	background: url(images/cat_info_bg.png) repeat;
	
	font-weight: bold;
}
*/

.container .cat_name
{
	/*color: #6F06B5;*/
        color: #000;
	font-size: 1.1em;
	position: absolute;
	z-index: 2;
	top: 100px;
	left: 0px;
   z-index: 22;
	width: 150px;
	font: normal normal normal 13px/15px Arial, Helvetica, sans-serif;
	letter-spacing: 0px;

}

.container .cat_name a, .container .cat_name a:link, .container .cat_name a:visited
{
	color: #000;
	text-decoration: none;
}

.container .cat_name a:hover
{
	color: #6F06B5;
	text-decoration: underline;
}


.orig_img {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0; 
	margin: 0;
	width: 100%;
	height: 100%;
	   z-index: 22;
}

.zoom_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
   display: none; 
	   z-index: 22;
}

/*==================================================================
	Прокручивающиеся картинки
*/
.scroll_area
{
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	
}

.scroll_area .scroll_line
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.scroll_item
{
    margin-left: 10px;
    margin-right: 10px;
	float: left;
	z-index: 1;
}

.scroll_area .scroll_left
{
	position: absolute;
	top: 20px;
	left: 120px;
	width: 60px;
	height: 80px;
	/*background: url(images/to_left.png) no-repeat;*/
	z-index: 2;
}

.scroll_area .scroll_left2
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 90px;
	height: 80px;
	/*background: url(images/to_left2.png) no-repeat;*/
	z-index: 2;
}

.scroll_area .scroll_right
{
	position: absolute;
	top: 20px;
	right: 120px;
	width: 60px;
	height: 80px;
	/*background: url(images/to_right.png) no-repeat 0px 0px;*/
	z-index: 2;
}

.scroll_area .scroll_right2
{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 90px;
	height: 80px;
	/*background: url(images/to_right2.png) no-repeat 0px 0px;*/
	z-index: 2;
	
}


/*======================
Меню каталога */
ul.cat_menu
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.cat_menu li
{
	padding-top: 5px;
	font-size: 1.2em;
}

ul.cat_menu li a, ul.cat_menu li a:link, ul.cat_menu li a:visited
{
	display: block;
	background: transparent url(images/catalog_pin.gif) no-repeat 4px 4px;
	text-decoration: none;

   width: auto !important;
	width: 190px;
	color: #000;
	
	padding-left: 15px;
	
}

ul.cat_menu li a:hover
{
	background: #FFFFCC;
	color: #9B6F94;
	text-decoration: none;
}


.stars
{
	background: #E7C66E url(images/stars.gif) repeat 0 -6px;
   /*background: url(images/stars.gif) repeat; */

}