@CHARSET "UTF-8";
		
	/*#tabs {
		width: 419px;
		position: absolute;
		top: 0px;
		margin: 0 13px;
		padding: 10px;
		background: #c1dae6;
	}*/
	
	#taby
	{
		margin-top: 40px;
	}
	
	.contact
	{
		padding-bottom: 10px !important;
	}
	
	.active_tab 
	{
		font-weight: bold;
	}
	

/* center right actual offer ********************* */
#center .right #actual_offer {
/* width: 464px; */
	position: relative;
	top: -20px;
	margin: 0;
	margin-bottom: -39px;
	float: left;
}

#center .right #actual_offer .left_corner {
	width: 8px;
	height: 8px;  
	position: absolute;
	bottom: 0px;
	left: 10px;
	z-index: 100;
	background: url(../images/static_left_corner.gif) no-repeat; 
}

#center .right #actual_offer .right_corner {
	width: 8px;
	height: 8px;  
	position: absolute;
	bottom: 0px;
	right: 8px;
	z-index: 100;
	background: url(../images/static_right_corner.gif) no-repeat; 
}

	#center .right #actual_offer .top {
		width: 740px;
		height: 10px;
		position: absolute;
		top: 0;
		left: 0;
		background: url(../images/static_top.gif) no-repeat;
	}
	
	#center .right #actual_offer .corner_bottom_left {
		width: 4px;
		height: 4px;
		position: absolute;
		bottom: 0;
		left: 13px;
		background: url(../images/center_right_actual_offer_corner_bottom_left.gif) no-repeat;
	}
	
	#center .right #actual_offer .corner_bottom_right {
		width: 4px;
		height: 4px;
		position: absolute;
		bottom: 0;
		right: 12px;
		background: url(../images/center_right_actual_offer_corner_bottom_right.gif) no-repeat;
	}
	
	#center .right #actual_offer .center {
		width: 695px;
		position: relative;
		margin: 0 13px;
		padding: 10px;
		padding-bottom: 0px;
		background: #cad0db;
	}
	
		#center .right #actual_offer .center h2 {
			display: inline;
		}
		
		#center .right #actual_offer .center .form_button {
			width: 95px;
			height: 25px;
			position: absolute;
			top: 12px;
			right: 10px;
			padding: 0 20px;
			line-height: 25px;
			display: block;
		}

			#center .right #actual_offer .center .form_button:hover {
				text-decoration: none;
			}
			
		#center .right #actual_offer #products {
			/* width: 405px; */
			margin: 0 5px;
		}
		
			/* menu **************** */
			#center .right #actual_offer #products #offer_menu {
				height: 33px;
				margin-top: 5px;
			}
			
				#center .right #actual_offer #products #offer_menu .menu_item {
					height: 33px;
					position: relative;
					padding: 0 8px;
					line-height: 33px;
					float: left;
					display: block;
					color: #2c7591;
				}
				
					#center .right #actual_offer #products #offer_menu .menu_item.active {
						background: #eef1f4;
					}

					#center .right #actual_offer #products #offer_menu .menu_item.first {
						height: 37px; 
						padding-left: 4px;
						z-index: 20;
					}

					#center .right #actual_offer #products #offer_menu .menu_item .left_side {
						width: 8px;
						height: 100%;
						position: absolute;
						left: 0;
						top: 0;
						display: block;
						float: left;
					}
		
						#center .right #actual_offer #products #offer_menu .menu_item.active .left_side {
							background: url(../images/center_right_actual_offer_menu_item_left.gif) no-repeat;
						}
		
						#center .right #actual_offer #products #offer_menu .menu_item.first .left_side {
							width: 4px;
						}

							#center .right #actual_offer #products #offer_menu .menu_item.first.active .left_side {
								background: url(../images/center_right_actual_offer_menu_item_left.gif) -4px 0 no-repeat;
							}

					#center .right #actual_offer #products #offer_menu .menu_item .right_side {
						width: 8px;
						height: 100%;
						position: absolute;
						top: 0;
						right: 0;
						display: block;
						float: left;
					}
		
						#center .right #actual_offer #products #offer_menu .menu_item.active .right_side {
							background: url(../images/center_right_actual_offer_menu_item_right.gif) no-repeat;
						}
		
			#center .right #actual_offer #products #list {
				/*min-height: 200px; */
				position: relative;
				/*padding: 5px 10px 10px 10px;*/
				background: #eef1f4;
			}
			
				#center .right #actual_offer #products #list .corner_top_left {
					width: 4px;
					height: 4px;
					position: absolute;
					top: 0;
					left: 0;
					background: url(../images/center_right_actual_offer_list_corner_top_left.gif) no-repeat;
					z-index: 10;
				}

				#center .right #actual_offer #products #list .corner_top_right {
					width: 4px;
					height: 4px;
					position: absolute;
					top: 0;
					right: 0;
					background: url(../images/center_right_actual_offer_list_corner_top_right.gif) no-repeat;
				}
				
				#center .right #actual_offer #products #list .bottom_line {
					width: 100%;
					height: 7px;
					position: absolute;
					bottom: 0;
					left: 0;
					background: url(../images/center_right_actual_offer_list_bottom.gif) no-repeat;
				}
				
				#center .right #actual_offer #products #list .prod {
					width: 50%;
					height: 190px;
					position: relative;
					float: left;
				}

					#center .right #actual_offer #products #list .prod .main_img {
						width: 135px;
						height: 135px;
						position: absolute;
						top: 10px;
						left: 10px;
						border: 1px solid #a6b3c0;
						background: #ffffff;
					}
					
					#center .right #actual_offer #products #list .prod .icons {
						position: absolute;
						top: 10px;
						left: 5px;
					}

						#center .right #actual_offer #products #list .prod .ico {
							/*width: 27px;
							height: 25px;*/
							margin-bottom: 5px;
							border: 1px solid #a6b3c0;
							display: block;
						}
						
					#center .right #actual_offer #products #list .prod .price {
						width: 66px;
						height: 30px;
						position: absolute;
						top: 105px;
						left: 110px;
						padding: 5px;
						text-align: right;
						color: #ffffff;
						font-weight: bold;
						background: url(../images/center_right_products_price_bg.png) no-repeat;
					}
					
						#center .right #actual_offer #products #list .prod .price div {
							height: 15px;
							line-height: 15px;
						}

						#center .right #actual_offer #products #list .prod .price .dph {
							color: #f6bdf8;
							font-size: 10px;
							font-weight: normal;
						}
						
					#center .right #actual_offer #products #list .prod .text {
						width: 170px;
						position: absolute;
						top: 150px;
						left: 10px;
					}

