div#tabs{
	width:685px;
	margin:5px auto;
	font-size:1em;
	border:none;
	margin-left: 15px;
	
}	
/* DIV that holds each tab*/
div.my_tab{
	width:520px;
	margin:0px auto;
	height: 420px;
	float:left;
	display:inline;
	overflow:auto;
	padding: 10px;
	background: url('../images/ui/cartdialog/2/cart-content-bg.png');
	background-repeat: no-repeat;
}
	
/* Title of each tab, used when user don't have Javascript'*/	
div.my_tab h5{
	color:#9c9898;
	border-bottom:solid 1px #cacaca;
		
}
	
/* Tab Bar, created via JS*/
div#tab-bar{
	padding:10px 0px 10px 0px;
	margin:0px 0px 20px 0px;
	width:140px;
	background:#f5f2f2;
	/*border-right:solid 1px #9c9898;*/
	margin-bottom:20px;
	float:left;
	display:inline;
	margin-top: 0px;
	padding-top: 10px;

}
	
/* Single Tab */
div#tab-bar div.mt-tab{
	width:135px;
	position:relative;
	text-align:left;
	
	margin:3px -1px 0px 0px;
	cursor:pointer;
	/*border-top:solid 1px #9c9898;*/
	/*border-left:solid 1px #9c9898;*/
	border-right:solid 1px #898888;
	/*border-bottom:solid 1px #9c9898;*/
	background: url('../images/ui/cartdialog/2/vertical-tab-back.gif');
	background-repeat: no-repeat;
	
	float:right;
	display:inline;
	
	color:#9c9898;
	
	padding: 5px 2px 5px 2px;	
	margin-top: 5px;
	
	height: 42px;

	
}
	
/* Single Tab, when active */
div#tab-bar div.mt-tab-active{

	text-align:left;
	cursor:pointer;
	background: url('../images/ui/cartdialog/2/vertical-tab-back-on.gif');
	background-repeat: no-repeat;
	
	border-right:solid 1px #ffffff;
	float:right;
	display:inline;
	color:Black;
	font-weight:bold;
	/*padding:5px 5px 5px 2px;	*/
	margin-top: 5px;
}














