.shadetabs{
	padding: 0;
	margin: 0;
	list-style-type: none;
	float:right;
}
.shadetabs li{
	display: inline;
	margin: 0;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	padding: 0;
}
.shadetabs li a{
	text-decoration: none;	/*background: white url(shade.gif) top left repeat-x;*/
}
.shadetabs li a:visited{
	color: #932326;
}
.shadetabs li a:hover{
	text-decoration: underline;
	color: #932326;
}
.shadetabs li.selected{
	position: relative;
}
.shadetabs li.selected a{ /*selected main tab style */
	/*background-image: url(shadeactive.gif);*/
}
.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}
.tabcontentstyle{ /*style of tab content container*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636467;
	height: 143px;
	line-height: 16px;
}
.tabcontentstyle a{ /*style of tab content container*/
	color: #636467;
	text-decoration:none;
}
.tabcontentstyle a:hover{ /*style of tab content container*/
	color: #636467;
	text-decoration:underline;
}
.tabcontentstyle p{ /*style of tab content container*/
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
.tabcontent{
	display:none;
	height:143px;
	overflow: hidden;
}
@media print {
.tabcontent {
	display:block!important;
}
}
.tab-container{
	height: 200px;
	width: 709px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.tab-container-left{
	height: 200px;
	width: 607px;
	top: 0;
	right: 0;
	float: left;
	background-image: url(../images/bg-tabcontentstyle.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.tab-container-photo{
	width: 250px;
	margin:0;
	padding:10px 0 0;
	float: left;
	text-align: right;
	overflow: hidden;
}
.tab-container-photo img{
	margin:0;
	padding:0;
	height: 185px;
}
.tab-title{
	height: 25px;
	color: #ED1C24;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	padding-top: 10px;
}
.tab-title a{
	color: #ED1C24;
	text-decoration:none;
}
.tab-title a:hover{
	color: #ED1C24;
	text-decoration:none;
}
.tab-content-container{
	height: 143px;
}
.tab-container-right{
	height: 165px;
	width: 100px;
	background-image: url(../images/bg-product-group-basket-container.gif);
	background-repeat: no-repeat;
	color: #ED1C2E;
	vertical-align: bottom;
	position: absolute;
	top: 34px;
	right: 0;
	float: right;
	margin: 0px;
	padding: 0px;
	background-position: right;
}
.tab-container-right p{
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 12px;
}
.tab-container-right input{
	height: 18px;
	width: 10px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #231F20;
	background-image: url(../images/bg-quanity.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border: 0 none #FFFFFF;
}
