@charset "utf-8";
/* tabs stylesheet */

/* ---------- overwrites existing styles ---------- */

.detailContainer {
	width:528px;
	margin:0 0 20px 0;
	padding:16px 16px 0 16px;
	border-top:1px solid #666;
	background:url(../images/gui/item_list_product_detail_background.jpg) no-repeat top;
	line-height:144%;
}

/* ---------- begin new styles ---------- */

#tabs {
	width:560px;
	margin-top:20px;
	margin-bottom:-1px;
	position:relative;
	z-index:2;
	text-align:center;
}

#tabs td a {
	display:block;
	padding:6px 0 6px 0;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	margin-right:3px;
	margin-left:3px;
	background:#eaeaea;
	border:1px solid #666;
}

#tabs td.active a {
	background:#e5f8fe;
	border-bottom:1px solid #e5f8fe;
}

/* styles for the left-most and right-most tabs */

#tabs td.left a {
	margin-right:3px;
	margin-left:0;
}

#tabs td.right a {
	margin-right:0;
	margin-left:3px;
}

#tabs td.left.active a {
	background:#e5f8fe;
	border-bottom:1px solid #e5f8fe;
}

#tabs td.right.active a {
	background:#e5f8fe;
	border-bottom:1px solid #e5f8fe;
}
