/* ---------------------------------------------------------------------------------------------------- TABS -------------------------------------------------- */
#tabs {
	margin: 0 0 20px 0;
	padding: 0; 
	width: 920px; 
	height:100px; 
	background: #fff url('../img/main/promo_back.png') repeat-x; 
	border-top: 1px solid #d7d7d7; 
	border-bottom: 1px solid #d7d7d7; 
}

#tabs ul { 
	margin: 0; 
	padding: 0; 
}

#tabs li { 
	margin: 0; 
	padding: 0; 
	position: relative; 
	display: block; 
	float: left; 
	width: 229px; 
	height: 100px; 
	border-right: 1px solid #d0d0d0; 
}

#tabs li.selected { 
	background: url(../img/tabs/active_bg.png); 
}

#tabs li.last { 
	border-right: 0;
}

#tabs a { 
	display: inline-block; 
	text-decoration: none; 
	width: 229px; 
	height: 100px; 
	color: #000; 
}

#tabs a:hover { 
	text-decoration: none; 
}

#tabs li:hover { 
	background: url(../img/tabs/pic_bg.png) repeat; cursor: pointer; 
}

#tabs li.selected:hover { 
	background: url(../img/tabs/active_bg.png); 
}

#tabs img { 
	float: left; 
	margin: 30px 10px 10px; 
}

#tabs h4 { 
	margin: 25px 0 0 0; 
	font-size: 14px; 
}

#tabs p { 
	font-size: 12px; 
	margin: 3px 0 0 0; 
	color: #404040; 
}

#tabs li.selected a h4 { 
	color: #000; 
	font-weight: bold; 
}

#tabs li a p { 
	color: #404040; 
}

#tabs .arrow { 
	display: none; 
}

#tabs li.selected .arrow { 
	display: block; 
	position: absolute; 
	bottom: -21px; 
	left: 90px; 
}
