/* demo */

div.demolayout {
	/*width: 405px;
	margin: 0 0 20px 0;*/
	 /*width:373px;
	margin:0;*/
	
	float: left;
    margin: 0 0 10px;
    width: 373px;
}

ul.demolayout {
	list-style-type: none;
	width: 100%;
	float: left;
	background: url(pixel.gif) bottom left repeat-x;
}

ul.demolayout li {
	margin: 0 5px 0 0;
	float: left;
}
ul.demolayout li.last {	margin-right:0; }

.roundtab
{
	/*border: 1px solid #CCCCCC;
	border-bottom:none;	*/
}
ul.demolayout a {
	float: left; font-family:Verdana;
	display: block; font-size:13px; font-weight:bold;
	text-transform:uppercase;
	/*padding: 3px 20px; border: 1px solid #ccc;
	border-bottom: 0;
	padding-bottom:1px;*/
	color: #858484;
	background: #E6E6E6; line-height:2;
	text-decoration: none; width:121px; height:30px; text-align:center;
	background:url(product_detail_tab_inactive.png) no-repeat;
}

ul.demolayout a:hover { background: #fff; /*padding-bottom: 1px;*/ background:url(product_detail_tab_active.png) no-repeat; }

ul.demolayout a.active {
	background: #fff;/* font-weight:bold;*/
	/*padding-bottom: 1px;*/
	cursor: default;
	color: #858484; background:url(product_detail_tab_active.png) no-repeat;
}

.tabs-container {
	float: left; width:371px;
	border: 1px solid #e0e0e0;
	border-top: 0;
	padding:0px; color:#665959;
}
.tabs-container .tab{ padding:20px 8px 0 ; }

#demo h2 {
	font-size: 100%;
	margin: 0 0 20px 0;
}