div#indexTabs {
	width: 193px;
	height: 159px;
	margin-top: -33px;
	float: left;
	margin-left: 10px;
	position: relative; /* For IE 6 and Up */
}

.tabs-hide {
    display: none;
}


/* edit 1 :::CAR */
a.tab {
	display: block;
	background-image: url(/img/tab-63.png);
	width: 63px;
	height: 32px;
}

a.tabAlt {
	display: block;
	background-image: url(/img/tab-64.png);
	width: 63px;
	height: 32px;
	padding-left: 1px;
}

}

.tabs-nav .tabs-selected a {
	position: relative;
    top: 1px;
	z-index: 6;
}

.tabs-nav li {
	float: left;
	position: relative;
}

.tabs-nav {
    list-style: none;
}

.tabs-nav a, .tabs-nav a span {
	display: block;
}


/* edit 2 :::CAR */
/* IE 6 treats width as min-width */

.tabs-nav a span {
	float: left;
    width: 63px; 
    min-width: 63px;
    height: 30px; 
    min-height: 30px;
    padding-top: 10px;
}

.tabs-nav a {
	font-family: Helvetica, Arial sans-serif;
	font-weight: bold;
	font-size: 0.62em;
	letter-spacing: .0125em;

	/* color: #431d13; */ /* comment this :::CAR */
	color: #333333; /* uncomment this :::CAR */
	
	font-variant: small-caps;
    text-align: center;
    text-decoration: none;

    position: relative;
    top: 1px;
    z-index: 2;

    white-space: nowrap; /* required in IE 6 */
}

.tabs-container {
	background-color: #ffffff;
	position: relative;
	left: 1px;
	text-align: center;
	/* border: 1px solid #e0c0b0; */ /* uncomment this :::CAR */
	border: 1px solid #ccc; /* comment this :::CAR */
	border-top: 0px none;
	margin-top: 32px;
	width: 187px;

	height: 126px;
}

.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: default;
}

.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

img#tabFeature {
	height: 100px;
	margin-top: 0;
	padding-top: 0;
}

p.webcam {
	white-space: nowrap;
	font-size: 10px;
	line-height: 15px;
}

<!--[if lte IE 7]>
	<style>
		.tabs-nav { /* auto clear */
 	   		display: inline-block;
		}
		.tabs-nav .tabs-disabled {
		    position: relative; /* fixes opacity */
		    filter: alpha(opacity=40);
		}
		.tabs-nav .tabs-disabled a span {
		    height: 19px; /* for some reason the height is 1px to less with opacity... */
		    min-height: 19px; /* ...in both IE 6 and 7 */
		}		
	</style>
<![endif]-->
