/* Tabs on sandstone shop page */

.panel {
	display: none;
	padding: 5px;
	margin: 0;
	width: 710px;
	position: relative;
	float: left;
	top:0;
	background: url(../img/shop_content_bg.png) no-repeat top #fff;
	min-height: 300px;
}
.panel.active-tab-body {
	margin:0;
	top: 0;
	display: block;
}
ul#tabs { margin: 0 0 0 20px; padding:0; bottom: 0;}
#tabs {
	list-style: none;
}
#tabs li {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0 5px;
}

#tabs a {
	float: left;
	padding: 8px 20px;
	background: url(../img/gradient_blue_lighttop.png) repeat-x 0 0 #2e8bc7;
	text-decoration: none;
	border:0;
	color: #fff;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

#tabs a.active-tab {
	background: #abd6f5;
	color: #012d52;
}

