//Product detail tabs by ASJ
/* Style */
//.outline-creator { border:1px solid #bbb; border-bottom-color:#666; background:#fff; }
//.col-main .padder{ padding-right:20px; }
//.layout-3columns .padder { padding:0; }


/* root element for tabs  */
.tabs {  
	margin:0 !important; 
	padding:0;
	height:21px;
	
}

/* single tab */
.tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
.tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:4px 8px;	
	text-decoration:none;
	border-bottom:0px;
	height:13px;
	width:70px;
	background:url(../images/bg_tab.jpg) no-repeat #d1d1d1; 
	color:#313131;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

.tabs .active a {background:#F7F7F7;}

.tabs a:hover {
	background:#F7F7F7;

}
	
/* selected tab */
.tabs a.current {
	background-color:#ddd;
	border-bottom:2px solid #ddd;	
	color:#313131;	
	cursor:default;
}

	
/* tab pane */
div.panes div {
	display:none;
	border:1px solid #F7F7F7;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:55px 20px;
	background-color:#f7f7f7;
	text-align:left;	
}
