
/*http://dev13/www/outilshop/product_info.php?products_id=7*/

.shadetabs{
display: block;
height: 36px;
padding:0px;
margin: 0px;
font: bold 11px Tahoma;
list-style-type: none;
text-align: left;
width:203px;
}

.shadetabs li{
display: inline;
margin: 0px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 0px ;
color: #FFFFFF;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FFFFFF;
}

.shadetabs li a.selected{
position: relative;
/*top: 1px;*/
color: #FFFFFF;
text-decoration: none;
}

.shadetabs li a.selected:hover{
text-decoration: none;
}

.shadetabs li div.underline_block{
	display: block;
	float: left;
	width: 6px;
	height: 36px;
}

.shadetabs li a .selected_des_tab_left{
	display: block;
	float: left;
	width: 6px;
	height: 36px;
	background-image:url(../images/outil_bestseller/tab_selected_left.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.shadetabs li a .normal_des_tab_left{
	display: block;
	float: left;
	width: 6px;
	height: 36px;
	background-image:url(../images/outil_bestseller/tab_normal_left.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.shadetabs li a .des_tab_middle{
	display: block;
	float: left;
	height: 36px;
	line-height: 33px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/outil_new/tab_line.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.shadetabs li a .des_tab_right{
	display: block;
	float: left;
	width: 6px;
	height: 36px;
	border:#000000 solid 1px;
	background-image: url(../images/outil_bestseller/tab_normal_right.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.shadetabs li a .normal_des_tab_right{
	display: block;
	float: left;
	width: 6px;
	height: 36px;
	background-image: url(../images/outil_bestseller/tab_normal_right.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.shadetabs li a .selected_des_tab_right{
	display: block;
	float: left;
	width: 6px;
	height: 36px;
	background-image: url(../images/outil_bestseller/tab_selected_right.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.shadetabs li .des_tab_left_space{
	display: block;
	float: left;
	width: 5px;
	height: 33px;
	background-image: url(../images/outil_new/tab_line.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.shadetabs li .des_tab_right_space{
	display: block;
	float: left;
	width: 440px;
	height: 33px;
	background-image: url(../images/outil_new/tab_line.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.shadetabs li a.selected .selected_des_tab_left{
	display: block;
	float: left;
	width: 6px;
	height: 36px;
	background-image: url(../images/outil_bestseller/tab_selected_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
.shadetabs li a.selected .des_tab_middle{
	display: block;
	float: left;
	height: 36px;
	line-height: 33px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/outil_bestseller/tab_selected_middle.gif);
	background-repeat: repeat-x;
	background-position: left top;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
}
.shadetabs li a.selected .des_tab_right{
	display: block;
	float: left;
	width: 6px;
	height: 36px;
	background-image: url(../images/outil_new/tab_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
.shadetabs li a.selected .selected_des_tab_right{
	display: block;
	float: left;
	width: 6px;
	height: 36px;
	background-image: url(../images/outil_bestseller/tab_selected_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
/*normal tab*/
.shadetabs li a.normal .normal_des_tab_left{
	display: block;
	float: left;
	width: 6px;
	height: 36px;
	background-image:url(../images/outil_bestseller/tab_normal_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
.shadetabs li a.normal .des_tab_middle{
	display: block;
	float: left;
	height: 36px;
	line-height: 33px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/outil_bestseller/tab_normal_center.gif);
	background-repeat: repeat-x;
	background-position: left top;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
}
.shadetabs li a.normal .normal_des_tab_right{
	display: block;
	float: left;
	width: 6px;
	height: 36px;
	background-image: url(../images/outil_bestseller/tab_normal_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}

.tabcontent{
display:none;
border-top:1px solid #d2d2d2;
margin:0px; padding:0px;
width:201px;
height:100%;
}
.tabcontent td {

}
@media print {
.tabcontent {
display:block !important;
}
}
