/* links */
ul.tabs {
	list-style: none;
	margin: 0;
	padding-top: 2px;
	padding: 0;
	border: none;
}
ul.tabs li {
        font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	text-align: center;
	background: url(https://secure230.finestshops.net/~peppermi/store/skin1/images/asfdesign.com.tab.gif) #ABD8AE no-repeat;
	float: left;
	width:97px;
	height: 16px;
}
ul.tabs a {
	padding: 0px;
	background:#ABD8AE;
        display:block;
	color:#3E674E;
	text-decoration:none;
}
ul.tabs a, ul.tabs a:link, ul.tabs a:visited {
	height: 16px;
	background: url(https://secure230.finestshops.net/~peppermi/store/skin1/images/asfdesign.com.tab.gif) #ABD8AE no-repeat;
	color: #3E674E;
}
ul.tabs a.active, ul.tabs a:link.active, ul.tabs a:visited.active {
	background: url(https://secure230.finestshops.net/~peppermi/store/skin1/images/asfdesign.com.tab.gif) #ABD8AE no-repeat;
	color: #3E674E;
	font-weight: bold;
}

ul.tabs a:hover {
	background: url(https://secure230.finestshops.net/~peppermi/store/skin1/images/asfdesign.com.tab.gif) #ABD8AE no-repeat;
	color: #3E674E;
        font-weight: bold;
}

ul.tabs a.active {
}

div.tabs div.tabs div {
	border-top: solid 12px #ABD8AE;
	clear:both;
	background:white;
}

