#productsummary { 
	width:56.85em;
	*width:55.48em;
	min-width:744px; 
	margin:auto; 
	text-align:left;
}
.topcurveborder {
	background:url("../images/product_top.gif") no-repeat scroll left bottom transparent;
	height:7px;
	margin:0;
	padding:0;
	width:739px;
}

.summarybox {
	background:url("../images/productbox_gradient.gif") repeat scroll left top transparent;
	margin:2.5px;
	width:739px;
}

.curveborderbottom  {
	background:url("../images/product_bottom.gif") no-repeat scroll right bottom #CCCCCC;
	height:10px;
	margin:0;
	padding:0;
	width:739px;
}

.productTitle {
	color:#0068B3;
	font-family:Arial,Helvetica,sans-serif;
	font-size:25px;
	font-weight:bold;
	letter-spacing:normal;
	text-decoration:none;
	margin: 10px 0 0 10px;
	text-align: left;
}
.productPrice {
	color:green;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	text-align: right;
	padding: 10px 45px;
}
.productImage {
	margin: 45px 0 0;
	float:right;
	max-width:250px;
}

.thumbnails {
	width:20%;
	margin: 30px 0 40px 20px;
	float:left;	
}

.smallImage {
	width: 25%;
}

.left_col {
	float:left;
	width: 50%;
}

.addToCart a.viewDetailsBtn{
	background: transparent url(../images/comparePricesBtn2_l.gif) top left no-repeat;
	display:block;
	padding:0 0px 0 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 12px;
	text-decoration:none;
	margin: 3px 2px 5px 0;
	height:29px;
	line-height:normal;
	width:81px;
	}
	.addToCart a.viewDetailsBtn span{
	background:transparent url(../images/comparePricesBtn2_r.gif) top right no-repeat;
	padding:6px 12px 8px 0px;
	display:block;
	}
	.addToCart a.viewDetailsBtn:hover{
	background:transparent url(../images/comparePricesBtn2_l.gif) bottom left no-repeat;
	color: white;
	text-decoration:none;
}
.addToCart a.viewDetailsBtn:hover span{
	text-decoration:none;
	color: white;
	background:transparent url(../images/comparePricesBtn_r_on.gif) top right no-repeat;
	}
.addToCart p {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	margin-bottom: 3px;
	text-align:right;
}
.addToCart p a{
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3232;
	text-decoration:underline;
}
.addToCart p a:hover{
	text-decoration:none;
}
.addToCart p a.boldPrice {
	color: #CC3232;
	font-weight: bold;
	font-size: 17px;
	text-decoration:none;
}
.addToCart p a.boldPrice:hover {
	text-decoration:underline;
}
.bottomLeft {
	width:50%;
	margin: 5px 10px;
}
.descrTitle {
	color:#0068B3;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px 20px;
	text-align:left;
}

.productDetailsTitle H2
{
	width: 744px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	padding-top: 14px;
	text-transform: uppercase;
	color: #ffffff;
	background: url(../images/pr_details_title.gif) no-repeat;
}

.productLineListItem {
	text-align: left;
}
.productLineListItem li {
	background:url("../images/liststyle.gif") no-repeat scroll left top transparent;
	margin-bottom:15px;
	margin-left:20px;
	padding-left:15px;
}

.sublist li {
	background: none;
	margin-bottom:5px;
	margin-left:18px;
	padding-left:1px;
	list-style: circle outside none;
}

#hd {
	text-align:left;
	margin-left:5px;
}

#qty_input {
	margin:10px 45px 5px 0px; 
	text-align: right;
}

.add_to_cart_button {
	padding-left: 170px;
}

#pr_descr {
	text-align:left;
	word-wrap: break-word;
	width:714px;
/*
	height:300px;
	min-height: 319px;
*/
	border: 0 none;
	overflow: hidden;
	max-height: 400px;
	color: black;
	margin:0 20px;
}

#pr_descr strong {
	font-weight: bold;
}

.thumb img {
	width:80px;
}

#main_img {
	max-width:250px;
	max-height: 307px;
}

.bullet_div {
	float:left; 
	margin-right:8px;
}

.expand {
	margin-right: 4px;
	padding-left: 5px;		
}

.collapse {
	margin-right: 1px;
	padding-left: 1px;
}

.black_overlay{
	display: none;
	float:left;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0;
	opacity:0;
	filter: alpha(opacity=0);
}
 
.white_content {
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
/*
	height: 50%;
*/
	padding: 10px;
	border: 5px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
	min-height: 500px;
}

