.tabbox{margin:0;padding:0;border:0;font-size:10px;}
.tabstrip {
	float: left;
	margin: 0;
	background:transparent url(http://s.onlineshoes.com/images/tab_bg.gif) bottom left repeat-x;
	font-weight: bold;
	color: #FFF;
	line-height: normal;
}
.tabstrip ul {margin:0;padding:0;list-style:none;}
.tabstrip li {
	float: left;
	margin: 0;
	padding: 0 0 0 9px;
	text-align: center;
	background: transparent url(http://s.onlineshoes.com/images/tab_left_blueoff.gif) top left no-repeat;
	width: 130px;
}
.tabstrip a {
	float: left;
	display: block;
	background: transparent url(http://s.onlineshoes.com/images/tab_right_blueoff.gif) top right no-repeat;
	padding: 5px 12px 5px 3px;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
	color: #fff;
	font-family: verdana,sans-serif;font-size:10px;
}
.tabstrip a {float:none;}/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabstrip a:hover {color:#333;}/* End IE5-Mac hack */

.tabstrip li.youarehere {background-image:url(http://s.onlineshoes.com/images/tab_left_on.gif);}
.tabstrip li.youarehere a {background-image:url(http://s.onlineshoes.com/images/tab_right_on.gif);color:#f9a03a;}
.tabstrip li.youarehere a:hover {color:#f9a03a;}

.tabstrip li.youarenothere {background-image:url(http://s.onlineshoes.com/images/tab_left_off.gif);}
.tabstrip li.youarenothere a {background-image:url(http://s.onlineshoes.com/images/tab_right_off.gif);color:#fff;}
.tabstrip li.youarenothere a:hover {color:#333;}

.tabcontent{clear:left;margin:0;padding:0;}
.tabpanel{display:none;padding:12px;border:1px solid #ccc;border-width:0 1px 1px 1px;}
.tabpanel p{text-align:left;}
