﻿.tabing{
	margin: 0;
	padding: 0;
	display:block;
}
.shadetabs{
padding:0px 0px 0px 0px;
margin:0px;
height:30px;
background:url(images/menu_bot_bg.gif) bottom repeat-x;
list-style-type: none;
text-align:left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabsVD{
padding:0px 0px 0px 0px;
margin:0px;
height:30px;
background:url(images/menu_bot_bg.gif) bottom repeat-x;
text-align:left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs ul{
margin: 0;
padding:0;

}

.shadetabs li{
margin: 0px;
margin-right:4px;
padding:0px;
display:inline;
float:left;
}

.shadetabs li a{

text-decoration: none;
background:url(images/tab-normal.gif) no-repeat;
height:22px;
width:124px;
font:bold 12px Arial, Helvetica, sans-serif;
color: #ffffff;
display:block;
text-align:center;
padding-top:8px;
}

.shadetabs li a:visited{
color: #333333;text-decoration: none;
}

.shadetabs li a:hover{
text-decoration:none;
color:#333333;
}

.shadetabs li.selected{
background:url(images/tab-active.gif) no-repeat;
color:#505850;

}

.shadetabs li.selected a{ /*selected main tab style */
background:url(images/tab-active.gif) no-repeat;
font:bold 12px Arial, Helvetica, sans-serif;
color:#333333;
height:22px;
width:124px;
padding-top:8px;
}
.shadetabs li.selected a:visited{ /*selected main tab style */
text-decoration: none;
color:#333333;
}
.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color:#333333;
}

.shadetabs li.selected a:active{ /*selected main tab style */
text-decoration: none;
color:#333333;
}




.tabcontentstyle{ /*style of tab content oontainer*/
	background: #FFFFFF url(images/tab-bg.gif) bottom repeat-x;
	margin-bottom: 1em;
	padding:20px;
	border-left:1px solid #e2d3b4;
	border-right:1px solid #e2d3b4;
	border-bottom:1px solid #e2d3b4;

}

.tabcontent{
display:none;
}

.tabcontentstyleCoupon{ /*style of tab content oontainer*/
	background: #FFFFFF url(images/tab-bg.gif) bottom repeat-x;
	margin-bottom: 1em;
	padding:0px 5px 5px 5px;
	border-left:1px solid #e2d3b4;
	border-right:1px solid #e2d3b4;
	border-bottom:1px solid #e2d3b4;
}
.shadetabsTop{
padding:0px 0px 0px 0px;
margin:0px;
background:url(images/menu_bot_bg.gif) bottom repeat-x;
list-style-type: none;
text-align:left; /*set to left, center, or right to align the menu as desired*/
}

@media print {
.tabcontent {
display:block!important;
}
}
