div.product_left{

	float: left;
	margin-right: 25px;

}

div.product_left_no_float{
/*
	float: left;
	margin-right: 25px;
*/
}

div.static_right{

}

div.product_content{
	font-size: 11px;
	padding-left: 10px;
	
	color: #000066;
}

/*GALLERY*/
div.product_gallery{
	
}

div.product_gallery_elements{
	float: left;
	margin: 10px;
}

div.product_gallery_elements img{
	padding: 2px;
	border: solid 1px black;
	
	width: 150px;
}

div.product_gallery_photo{
	text-align: center;
}

div.product_gallery_photo p{
	text-align: center;
	font-weight: bold;
	
	font-size: 12px;
	font-weight: bold;
}

div.product_gallery_photo img{
	padding: 2px;
	border: solid 1px black;
	
	width: 600px;
}

div.product_gallery_photo p.backlink{
	font-size: 10px;
}

div.product_gallery_photo p.backlink a{
	text-decoration: none;
	color: #000;
}

/*not resized*/
div.product_gallery_photo_no_resize{
	text-align: center;
}

div.product_gallery_photo_no_resize p{
	text-align: center;
	font-weight: bold;
	
	font-size: 12px;
	font-weight: bold;
}

div.product_gallery_photo_no_resize img{
	padding: 2px;
	border: solid 1px black;
	
	/*width: 600px;*/
}

div.product_gallery_photo_no_resize p.backlink{
	font-size: 10px;
}

div.product_gallery_photo_no_resize p.backlink a{
	text-decoration: none;
	color: #000;
}

/*Product Static Page*/
div.product_static_elements{
	width: 100%;
	
	font-size: 12px;
}

div.product_static_elements div.product_title{
	width: 100%;

	font-weight: bold;
}

div.product_static_elements div.product_title a{
	text-decoration: none;
	
	color: #000;
}