@charset "utf-8";
/* CSS Document */

#products {
	width:278px;
	float:right;
	display:inline;
	position:relative;
	min-height:210px;
	height:210px;
	height:auto!important;
	
	background-repeat:no-repeat;
}
#products #productsAndNewsHeader {
	background-image:url(../../images/site/productBlockTabs.jpg); 
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:278px;
	height:29px;
}
#productsAndNewsHeader .panTab{
	cursor:pointer;
	width:139px;
	height:29px;
	display:inline;
	float:left;
	clear:right;
	
}
#productEnumTab.panTab {cursor:default;}
.panTab p {
	padding-top:5px;
	padding-left:10px;
}

#products #title {height:15px;width:450px; margin-bottom:5px;position:relative; font-weight:bold; font-size:1.1em; color:#FF0000;} /*page title */
#products #intro {height:15px;width:450px; margin-bottom:5px;position:relative; font-weight:normal; font-size:1.0em;} /*page intro */

#products #productsAndNewsBlock	{
	width:278px;
	height:181px;
	height:auto!important;
	min-height:181px;
	position:relative;
	margin:5px 0px 5px 0px;
}

#productsAndNewsBlock #enum { 
	position:relative; 
	top:0px; 
	left:0px; 
	width:279px;
	height:auto!important;
} /*products enum */


#productsAndNewsBlock #productNews { position:absolute; top:0px; left:0px;visibility:hidden;} /*productNews*/

/*producr block*/
#productsAndNewsBlock #enum .product { 
	background-image:url(../../images/site/frontProductBlok.png); 
	background-repeat:no-repeat; 
	width:136px;
	height:136px; 
	float:left; 
	cursor:pointer; 
	margin:5px 3px 5px 0px;
} /*each productblock */
.product .title {width:130px; height:35px; color:#333333; font-weight:bold; padding-left:5px; padding-top:6px;}
.product .image {width:130px; height:80px; padding-left:2px; padding-top:5px; text-align:center;}
.productToolTitle{ font-weight:bold; color:#999999;}