
div.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*border-bottom:1px solid #363f43;*/
	margin-bottom:10px;
}
div.tabs li{
	margin: 0px;
	padding: 0px;
	background-image: url(tab-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color:#FFF;
	line-height:18px;
	border:1px solid #e7e7e7
}
div.tabs li a{
	text-decoration: none;
	color: #363f43;
	display: block;
	font-size: 1.2em;
	outline: none;
	background-image: url(tab-bullet.png);
	background-repeat: no-repeat;
	background-position: 10px 13px;
}
div.tabs li a span.name{
	font-size:16px;
	font-weight:bold;
	display:block
	}
div.tabs li a span.designation{
	font-size:14px;
	font-weight:normal;
	display:block
	}
	
/*ul.tabs li a:hover {
	background: #ccc;
}*/	
html div.tabs li.active{
	background-image: url(tab-bg-r.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	/*background-color:#dc202b*/
	border:1px solid #109fff
}
html div.tabs li.active a{
	color:#FFF;
	background-image: url(tab-bullet-r.png);
	}
/*html ul.tabs li.active a:hover{
	background: #fff;
	border-bottom: 1px solid #fff;
}*/
.tab_container {
	float: left; 
	width: 750px;
	background: #fff;
	height:450px;
	padding:20px;
}
.tab_content{
	overflow:hidden;
	}





.productSummary{
	float:right;
	width:330px;
	margin-top:0px;
	margin-left:30px;
	margin-bottom:40px;
	text-align:left;
	
	}
.productSummary h2{
	color:#0f9ffe;
	padding-bottom:10px;
	}
.productPhoto{
	float:left;
	width:380px;
	height:514px;
	text-align:right;
	
	}
/*.productPhoto .imgA{
	 display: table; 
	 height: 250px; 
	 width:206px; 
	 #position: relative; 
	 overflow: hidden;
	 text-align:center
	}
.productPhoto .imgB{
	#position: absolute; 
	#top: 50%; 
	left:50%; 
	display: table-cell; 
	vertical-align: middle; 
	width:206px;
	}
.productPhoto .imgC{
	#position: relative; 
	#top: -50%; 
	left:-50%; 
	width:206px;
	}*/
