/*
This stylesheet is for use with WowTabs by WebWowTools.com
The colors have been custom chosen for your tabs.

WowTabs is created by Ryan Pilling
copyright (c) 2007 Ryan J. Pilling

You can create more WowTabs at http://www.webwowtools.com/tabs
*/

.tabrow {
	height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	background-position:bottom;
	background-repeat:repeat-x;
}
.tabbar {
	background-color: #815B7E;
	height: 2px;
	clear: left;

}
.tabtitle {
	margin-top: 8px;
}
.tabbox {
	border-top: solid 1px #815B7E;
	border: solid 1px #815B7E;
	background-color:#FFFFFF;
	clear: left;
	width: 698px;
}
.tabcontent {
	margin: 10px;
	margin-top: 15px;
}
.tabon, .taboff {
	height: 28px;
	float: left;
	border-bottom: 0px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	font-size: 12px;
	background-position:top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.tabon {
	color:#ffffff;
}
.taboff {
	color:#663366;
}
.tabedge {
	width: 17px;
	height: 28px;
	float: left;
	background-position:top;
	background-repeat:no-repeat;
}
