@charset "utf-8";
.product_basic_details{
	float:left;
	width:378px;
	padding:0px 0px 0px 0px;
	text-align:left;
}
.product_basic_details ul{
	float:left;
	width:378px;
	list-style:none;
}
.product_basic_details ul li{
	float:left;
	height:21px;
	margin:0px;
	cursor:pointer;
	width:144px;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/tab_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #e9e9e9;
	border-right-color: #e9e9e9;
	border-left-color: #e9e9e9;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #363636;
	text-decoration: none;
}
.product_basic_details ul li.selectedli{
	background-color:#ffffff;
	cursor:text;
	height: 21px;
	padding-top: 2px;
	background-image: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #e9e9e9;
	border-left-color: #e9e9e9;
	border-right-color: #e9e9e9;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #363636;
	text-decoration: none;
}
.product_basic_details ul li.detailli{
	float:left;
	list-style:none;
	height:360px;
	width:378px;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	z-index:0;
	cursor:text;
	font-family: Arial;
	font-size: 14px;
	color: #363636;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	text-align: left;
}
