ul.tabs {
    border-bottom: 1px solid #CECECE;
    height: 30px;
    list-style: none outside none;
    margin: 0 !important;
    padding: 0;
    z-index: -1;
}
ul.tabs li {
    float: left;
    list-style-image: none !important;
    margin: 0 !important;
    padding: 0;
    text-indent: 0;
}
ul.tabs a {
    background: #ECECEC;
    color: #333333;
    display: block;
    font-family: Arial; 
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    padding-left: 20px;
    padding-right: 20px; 
    position: relative;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
    -khtml-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
} 
ul.tabs a:hover {
	background: #F8F8F8;
    color: #0069AA;
}
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background: #F8F8F8;
    cursor: default !important;
    color: #0069AA !important; 
}
.tab-arrow {
	background: url("../../../../../template-resources/images/background/tab_arrow_bg.gif") center bottom no-repeat;
	display: block;
	height: 42px; 
}
.panes .pane {
    display: none;
}
.tab-content-wrapper {
	margin-top: 20px; 
}
.top-left-corner-off, .top-right-corner-off, .top-left-corner-on, .top-right-corner-on{
	height: 29px; 
	position: absolute; 
	top: 0px;
	width: 3px;
	z-index: 1;
}
.top-left-corner-off {
	left: 0px;
	background-image: url("../../../../../template-resources/images/background/tab_off_left.gif"); 
}
.top-right-corner-off {
	right: 0px;
	background-image: url("../../../../../template-resources/images/background/tab_off_right.gif"); 
}
.top-left-corner-on {
	left: 0px;
	background-image: url("../../../../../template-resources/images/background/tab_on_left.gif"); 
}
.top-right-corner-on {
	right: 0px;
	background-image: url("../../../../../template-resources/images/background/tab_on_right.gif"); 
}
.tab-state-on {
	display: none;
}
.tab-product-info td{
	padding-right:10px;
}