div.tab_wrapper {
	padding-top: 4px;
	border: 1px solid #8b8a8a;
	background-color: #a0a0a0;
	border-bottom:0px;
}

/*domtab*/
ul.domtabs {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.domtabs li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 6px;
}

ul.domtabs a:link,ul.domtabs a:visited,ul.domtabs a:active,ul.domtabs a:hover
	{
	display: block;
	background-image: url(../images/shop/overview_tab_inactive.gif);
	height: 21px;
	font-family: trebuchet ms;
	font-size: 14px;
	text-decoration: none; font-weight : bold;
	color: #333132;;
	font-weight: bold;
	text-align:center;
	padding-top:2px;
}


ul.domtabs a:hover {
	color: #efefef;
}

div.domtab div {
	clear: both;
	width: auto;
	background-color: #d8d8d8;
	padding: 15px 5px 0px 5px;
}

ul.domtabs li.active a:link,ul.domtabs li.active a:visited,ul.domtabs li.active a:active,ul.domtabs li.active a:hover
	{
	color: #333132;
	background-image: url(../images/shop/overview_tab_active.gif);
}

div.domtab div a:link,div.domtab div a:visited,div.domtab div a:active {
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 1.3em;
}

div.domtab div h2 a,div.domtab div h2 a:hover,div.domtab div h2 a:active
	{
	color: #000;
	display: inline;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
}



table.tabcontent td{
background-color:#fff;
padding:10px;
font-size:14px;
line-height:18px;
}

a.big{
font-size:16px;
font-weight:bold;
}


