/* The div surrounding each tab */
.tab-this{
	min-height: 95px;
	width: 580px;
	margin: 0;
	padding: 0;
	background: #F7F7F7 url(../../images/quick_shop_body.gif) 0 100% no-repeat;
}
.tab-this h1 {
	font-size: 11px;
	color: #DD4025;
	margin: 0!important;
	padding: 15px 0 10px 16px;
}
.tab-this p {
	margin: 0;
	padding: 5px 16px 10px 16px;
}
/* Links to tabs which aren't visible */
.tablink-off{
	cursor: pointer;
	padding: 4px;
	padding: 0 0 0 12px;
	background: #D8D8D8 url(../../images/tab_left_off.gif) no-repeat left top;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	display: block;
	float: left;
	margin: 0 1px 0 0;
    padding: 0 0 0 13px;
    text-decoration: none;
}
a.tablink-off:hover {
	color: #333;
}
.tablink-off span {
      float: left;
      display: block;
      background: #D8D8D8 url(../../images/tab_right_off.gif) no-repeat right top;
      padding: 5px 12px 5px 0;
}
/* Link to the visible tab */
.tablink-on {
	cursor: pointer;
	padding: 4px;
	color: #DD4025;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	display: block;
	float: left;
	background: #F7F7F7 url(../../images/tab_left.gif) no-repeat left top;
    margin: 0 1px 0 0;
    padding: 0 0 0 13px;
    text-decoration: none;
}
a.tablink-on:hover {
	color: #DD4025;
}
.tablink-on span {
    float: left;
    display: block;
    background: #F7F7F7 url(../../images/tab_right.gif) no-repeat right top;
    padding: 5px 12px 6px 0;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tablink-on span, .tablink-off span {float:none;}
/* End IE5-Mac hack */

/* These styles don't need editing */
.show-this{
	display: block;
	clear: left;
}
.hide-this{
	display: none;
}