@charset "utf-8";

#product-details {
	width:100%;
	min-height:400px;
}

#product-details-short-description {
	font-size:20px;
	color:#03C;
	padding-bottom:10px;
	display:block;
}

#img-background {
	position:absolute;
	top:185px;
	height:500px; 
	opacity:0.4;
	filter:alpha(opacity=40); 
	Z-index:-1;
	
}

#product-image-name-price-spec {
	/*position:relative;
	left:25px; 
	Z-index:4002; 
	
	top:-475px;*/
	width:100%; 
	margin-top:10px;
	float:left;
}

#product-name-price {
	margin-top:80px;
	width:130px;
	float:left;
	margin-right:20px;
}

#product-specification {
	width:500px;
	float:left;
}

#product-image {
	width:125px; 
	height:125px; 
	border:1px solid;
}

#product-name-price {
	width:125px; 
	text-align:center; 
}

#product-price {
	display:block; 
	color:red;
	font-weight:bold;
	text-decoration:blink;
}

#product-name {
	display:block;
	font-weight:bold;
}

#product-specification-description {
	color:#1B549B;
	font-weight:bold;
}

#product-specification-price {
	display:block; 
	color:red;
	font-weight:bold;
	text-decoration:blink;
}

#product-specification-name {
	display:block;
	font-weight:bold;
}

#product-specifications {
	border-top:2px solid #047CC4;
	border-bottom:2px solid #047CC4;
	color:#257FA2;
	float:left;
	font: 130% "Trebuchet MS", sans-serif;
}

#product-details-tabs {
	float:left;
	font: 70% "Trebuchet MS", sans-serif;
	width:630px;
}

#product-description-tab {
	overflow:auto;
}

#product-specifications th{
	background-color:#047CC4;
	color:#BAD3F4;
	text-align:left;
	padding-left:10px;
}

#product-specifications td{
	
	font-weight:bold;	
	border-top:1px solid #C8DCDB;
	border-bottom:1px solid #C8DCDB;
}

#product-specifications tr>td:first-child{
	background-color:#EFF4FA;
	width:200px;
}


#product-specifications tr>td+td{
	color:#707070;
	background:#FFF;
	width:400px;
}

.product-specifications-separate {
	background-image:url(../images/bar.png);
	background-repeat:repeat-x;	
	background-position:top;
	text-align:center;
}


