/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666;
	background-color:#dadffe;
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
	width: 180px;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	font-size:11px;
	display:block;
	height: 30px;
	line-height:30px;
	width: 80px;
	text-align:center;
	text-decoration:none;
	color:#333;
	padding-left:20px;
	margin:0px;
	position:relative;
	top:1px;
}

ul.tabs a:active {
	border:thin;
	border:#9F0;
	font-weight:bold;
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -120px -31px;	
	color:#ff4e00;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#00C;; !important;
}

/*_______________________________________________________________*/

ul.tabs contact { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666;
	background-color:#dadffe;
	height:30px;
	width: 100px;
}

/* single tab */
ul.tabs contact li  { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs contact a { 
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 80px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding-left:20px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs contact a:active {
	border:thin;
	border:#9F0;
	font-weight:bold;
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs contact a:hover {
	background-position: -120px -31px;	
	color:#ff4e00;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs contact a.current, ul.tabs contact a.current:hover, ul.tabs contact li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#00C;; !important;
}




/*_____________________________________________________________________*/



/* initially all panes are hidden */ 
.panes  {
	background-color:#fff;
	background-repeat:repeat;
	border:#CCC;
	border-bottom:thin;
	border-bottom-color:#CCC;
	height:320px;
	padding-top:10px;
}

.thumbnail{
	width: 80px;
	height: 160px;
	padding-left: 10px;
	padding-top:20px;
	margin-top:10px;
	}

/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:48px;
		
}

/* single tab */
.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
.tabs a { 
	background: url(../images/tab_bg.png) no-repeat ;
	font-size:10px;
	display:block;
	height: 48px;  
	line-height:48px;
	width: 158px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

.tabs a:active {
	outline:none;
	
}

/* when mouse enters the tab move the background image */
.specialoffertabs a:hover {
	background-position: -652px -31px;
	background: url(../images/tab_active.png) no-repeat ;
	color:#000;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.specialoffertabs .current, .tabs .current:hover, .tabs li.current a {
	
	background: url(../images/tab_active.png) no-repeat;
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
.tabs .w1 			{ background-position: -519px 0; width:60px; }
.tabs .w1:hover 	{ background-position: -519px -31px; }
.tabs .w1.current { background-position: -519px -62px; }

/* width 2 */
.tabs .w2 			{ background-position: -366px -0px; width:80px; }
.tabs .w2:hover 	{ background-position: -366px -31px; }
.tabs .w2.current { background-position: -366px -62px; }


/* width 3 */
.tabs .w3 			{ background-position: -193px -0px; width:100px; }
.tabs .w3:hover 	{ background-position: -193px -31px; }
.tabs .w3.current { background-position: -193px -62px; }

/* width 4 */
.tabs .w4 			{ background-position: -0px -0px; width:120px; }
.tabs .w4:hover 	{ background-position: -0px -31px; }
.tabs .w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
.panes  {
	background-color:#e2e2e2 no-repeat;
	border:1px ;
	border-style:solid;
	border-color:#666;
	margin-top:2px;
	-moz-border-radius:4px;
	padding:10px 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:normal;
	width:615px;
	min-height:140px;			
}

.specialoffertabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:48px;
		
}

/* single tab */
.specialoffertabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}
.specialoffertabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

.specialofferpanes  {
	background-color:#e6faf2;
	border:1px solid #999;
	margin-top:5px;
	-moz-border-radius:4px;
	padding:0 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:normal;
	width:580px;
	min-height:140px;			
}

.specialoffertabs a { 
	background: url(../images/tab_bg.png) no-repeat ;
	font-size:7.5pt;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	display:block;
	height: 48px;  
	line-height:30px;
	width: 150px;
	text-align:center;	
	text-decoration:none;
	color:#00C;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

.specialoffertabs a:active {
	outline:none;
	
}

.cnt {
width: 560px;
margin-left:20px;
}
