@charset "UTF-8";
/* CSS Document */
/*using for the product section*/
#ddcolortabs{
	margin-left: 1px;
	padding: 0;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-bottom: 5px;
	background-color: transparent;
}

#ddcolortabs ul{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
	font-size: 80%;
	font-weight: bold;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
margin-left: 1px
}


#ddcolortabs a{
float:left;
color: #330000;
background: #acaa45 url(../images/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url(../images/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
background-color: #d0ce6e;
}

#ddcolortabs a:hover span{
background-color: #d0ce6e;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
background-color: #d0ce6e;
}

#ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 3px;
line-height: 3px;
background: #acaa45;
/*border-top: 1px solid #fff; Remove this to remove border between bar and tabs*/
}

