﻿
/* root element for tabs  */
#banner #search .tabs
{
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 265px;
	height: 38px;
	float: left;
}

/* single tab */
#banner #search .tabs li { 
	float:left;	 
	text-indent:0px;
	padding:0px;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
#banner #search .tabs a
{
	background-position: left bottom;
	background-image: url(../../Images/Brands/Peugeot/Themes/btn-tabs.png);
	background-repeat: no-repeat;
	font-size: 12px;
	display: block;
	height: 33px;
	line-height: 33px;
	width: 127px;
	text-align: center;
	text-decoration: none;
	color: #09093F;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	font-weight: bold;
	cursor: pointer;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DFDFDF;
}

/* when mouse enters the tab move the background image */
#banner #search .tabs a:hover
{
	border-style: none none solid none;
	background-position: left top;
	background-image: url(../../Images/Brands/Peugeot/Themes/btn-tabs.png);
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	color: #616161;
}

#banner #search .tabs a:active {
	outline:none;	
	
}



/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
#banner #search .tabs .current, #banner #search .tabs .current:hover, #banner #search .tabs li.current a
{
	background-position: right top;
	background-image: url(../../Images/Brands/Peugeot/Themes/btn-tabs.png);
	border-style: none none solid none;
	cursor: default !important;
	color: #386BA0;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}


/* initially all panes are hidden */ 
#banner #search .panes .pane {
	display:none;		
}




