@CHARSET "UTF-8";

/* center righ index block *********************** */
#center .right #index_block {
	/*width: 255px;*/
	float: left;
}

#index_offer 
{
	float: right;
	width: 464px;
	height: 415px;
}

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

	#center .right #actual_offer .top {
		width: 464px;
		height: 10px;
		position: absolute;
		top: 0;
		left: 0;
		background: url(../images/center_right_actual_offer_top_bg.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: 419px;
		position: relative;
		margin: 0 13px;
		padding: 10px;
		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; */
				height: 15px;
				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: 320px;
				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 a .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: 155px;
					}

						#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;
					}

/* center news index ***************************** */
/*#center */#news_index {
		width: 170px;
		/* position: absolute;*/
		position: relative;
		float: left;
		/*left: -170px;
		top: 210px;*/
		left: -20px;
		margin-bottom: -30px;
	}
	
		/*#center */#news_index .header {
		height: 18px;
		margin: 10px 0 10px 15px;
		padding-top: 10px;
		border-top: 1px solid #cdd7da;
		background: url(../images/center_left_news_header.gif) 0 10px no-repeat;
		}
	
		/*#center */#news_index .item {
			width: 130px;
			padding-left: 15px;
			float: left;
		}
		
/*** Lightbox ***/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
/*	background: #ffffff; */
	background:transparent;
	z-index: 102;
	color:#000000;
	display:none;
/*	border: 4px solid #525252;*/
	text-align:left;
	top:50%;
	left:50%;
	width: 500px !important;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0; 
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
	visibility: hidden;
}

#TB_ajaxContent{
	clear:both;
	/*padding:2px 15px 15px 15px;*/
	padding: 0px;
	overflow: hidden;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

	

