/* ######### CSS for Shade Tabs. Remove if not using ######### */

.wrapproductdetails{
	clear: both;
	padding-top: 3em;
}
.topline {
	background-image: url(../Images/Shop/line.png);
	background-repeat: repeat-x;
	width:100%;
	height: 1px;
	float:left;
	position:relative;
	z-index:0;
	margin-top: -18px;
}
.c1 {
	background-image: url(../Images/Shop/c12.png);
	height: 18px;
	width: 13px;
	float:left;
	background-repeat: no-repeat;
	margin-left: -11px;
	margin-top: -11px;
}

.c2 {
	background-image: url(../Images/Shop/c22.png);
	height: 18px;
	width: 13px;
	float:right;
	background-repeat: no-repeat;
	margin-right: -11px;
	margin-top: -11px;
}

.b1 {
	background-image: url(../Images/Shop/b12.png);
	height: 18px;
	width: 13px;
	float:left;
	background-repeat: no-repeat;
	margin-left: -11px;
	margin-bottom: -1px;

}

.b2 {
	background-image: url(../Images/Shop/b22.png);
	height: 18px;
	width: 13px;
	float:right;
	background-repeat: no-repeat;
	margin-right: -11px;
	margin-bottom: -1px;
}

.tabwrap {
	width:57.3em;
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px;
	padding-bottom: 0px;

	float: left;
	text-align: justify;
	list-style-image: url(../Images/Shop/bullet.png);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: gray;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: gray;

}

.tabwrap ul {
	margin-left: 0em;
	padding-left:2em;

}

.shadetabs{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a span{
	padding-right: 12px;
	padding-left: 12px;
	visibility: hidden;
}

.shadetabs li a {
	border:none; 
    outline:none;
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 3px;
	color: #2d2b2b;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 7px;
	padding-bottom: 5px;
	
}

.shadetabs li #p1{
	background-image: url(../Images/Shop/keyingredients2.png);
	background-repeat: no-repeat;
	padding-left: 1em;
	padding-right: 0em;
	text-decoration: none;
}

.shadetabs li #p2{
	background-image: url(../Images/Shop/directions2.png);
	background-repeat: no-repeat;
	padding-left: 0em;
	padding-right: 1em;
	text-decoration: none;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	color: #FFF;
}

.shadetabs li a.selected{ /*selected main tab style */
	border-bottom-color: white;
	background-position: bottom;
	background-repeat: no-repeat;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}



