div.domtab{
        /*padding:0 3em;*/
}
ul.domtabs{
	border:0px solid rgb(39,51,67);
	position:relative;
	left:0px;
	margin:2em 0 0 0; /* 2em margin-top*/
}
ul.domtabs li{
	position:relative;
	left:0px;
	list-style-type:none;
	float:left;
	padding: 0 .2em 0 0; /* gap [left] between Tabs*/
}
ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active{
        min-width:107px;
	padding:.5em 0;
	text-align:center;
	display:block;
	color:rgb(39,51,67);
	font-weight:bold;
	text-decoration:none;
	background-image:url(/upload/icons/bg_tab_inside_off.gif);  /* active Tabs */ // Tab hover color
	background-repeat:repeat-x;
	/*border-right: 1px solid rgb(160,160,160);*/
	/*border-top: 1px solid rgb(160,160,160);*/
	/*border-left: 1px solid rgb(160,160,160);*/
}

*html ul.domtabs a:link,
      ul.domtabs a:visited,
      ul.domtabs a:active,
      ul.domtabs a:hover{
      
      width:107px;

}

html>body ul.domtabs a:link,
html>body ul.domtabs a:visited,
html>body ul.domtabs a:active,
html>body ul.domtabs a:hover{
	height:auto;
}
ul.domtabs a:hover{
	background-image:url(/upload/icons/bg_tab_inside_on.gif); /* active Tabs */ // Tab hover color
	background-repeat:repeat-x;
}
div.domtab div{
        clear:both;
	min-width:635px;
	padding:5px;
	min-height:100%;
	border: 1px solid rgb(160,160,160);
}
*html div.domtab div{
	width:645px;
}

ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover{
	background-color:rgb(39,51,67);
	background-image:url(/upload/icons/bg_tab_inside_on.gif);/* active Tabs */
	background-repeat:repeat-x;
	color:rgb(39,51,67);
}
div.domtab div a:link,
div.domtab div a:visited,
div.domtab div a:active
{
	font:11px Verdana,Arial,Helvetica,Geneva,sans-serif;
	color:rgb(190,190,190);
	text-decoration:none;
}
div.domtab div a:hover {text-decoration:underline;}

.specs {
	font-family: verdana, arial, helvetica, sans-serif;
	border: 1px solid #c0c0c0;
	padding-left:12px;

}