.product {
	width:540px;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #9EAFBC;
	background-color:#F1F4F7;
	color:black;
}

.product a {
	font-size:11px;
}

.product_information_title {
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
	float:left;
	padding-right:5px;
}

.product_description {
	padding-bottom:0px;
}

.product_header {
	background-color:#D4DBE1;
	padding:5px;
	padding-left:10px;
	font-size:13px;
	font-weight:bold;
	overflow:auto;
}

.product_footer {
	background-color:#E3E7EB;
	padding:5px;
	padding-left:10px;
	font-size:13px;
	font-weight:bold;
	overflow:auto;
}

.product_content {
	padding:5px;
	overflow:auto;
}

.product_content_left {
	float:left;
}

.product_content_middle {
	float:left;
	width:315px;
	padding-left:10px;
	padding-right:10px;
}

.product_content_right {
	float:right;
	width:93px;
	height:55px;
	margin-top:10px;
	text-align:center;
	display:block;
}

.product_title{
	float:left;
}
.product_close {
	float:right;
	cursor:pointer;
	display:none;
}

.product_exclusive {
	float:left;
	line-height:18px;
	color:#0E4375
}

.product_price {
	font-size:16px;
	text-align:center;
	padding-bottom:10px;
}

.product_header a {
	font-size:13px;
}

.product_thumbnail {
	width:100px;
	height:75px;
	border:1px solid white;
	cursor:pointer;
	display: block;
	position: relative;

}

.product_thumbnail img.play_overlay {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity:0;
	filter:alpha(opacity=0);
}
.product_thumbnail img{
	filter:alpha(opacity=100);
	opacity:1;
}

.product_button {
	width:85px;
	text-align:center;
	font-weight:bold;
	background-color:#D4DBE1;
	border:1px solid #9EAFBC;
	padding:3px;
	font-size:12px;
	color:#0E4375;
	cursor:pointer;
	vertical-align:middle;
}

.product_link {
	width:85px;
	text-align:center;
	font-weight:bold;
	padding:3px;
	font-size:12px;
	color:#0E4375;
	cursor:pointer;
	vertical-align:middle;
}

.product_button img {
	display: inline-block; /** important **/
	vertical-align:middle; /** important **/
	padding:0;
	margin: 0;
	margin-right:2px;
}

.product_button_highlight {
	background-color:#E3E7EB;
}

.button_text {
	display: inline-block; /** important **/
	vertical-align:middle; /** important **/
	padding:0;
	margin: 0;
}

.product_button img {
	line-height:20px;
}

.add_to_cart {
	height:20px;
	line-height:20px;
}

.product_button_like {
	height:20px;
	line-height:20px;
	float:left;
	margin:3px;
}
.product_button_share {
	height:20px;
	line-height:20px;
	float:left;
	margin:3px;
}
.product_button_reviews {
	height:20px;
	line-height:20px;
	float:left;
	margin:3px;
}

.product_button_cart_down {
	background-color:#009933;
	color:#FFFFFF;
}

.more_info {
	width:85px;
}

.product_content_open {
	display:none;
}

.product_player {
	height:302px;
	background-color:black;
}

.product_information {
	padding:5px;
	overflow:auto;
}
.product_title_large{
	padding-bottom:3px;
}
.product_title_large a {
	font-size:16px;
}
.product_producer_name a {
	font-size:13px;
}
.product_producer_name {
	padding-bottom:5px;
}

.product_write_review_box {
	width:400px;
	float:left;
}

.product_write_review_box textarea {
	padding:7px;
	width:410px;
	height:30px;
	line-height:16px;
}

.add_review_button {
	float:right;
	margin-top:8px;
	height:20px;
	line-height:20px;
}

.product_reviews {
	display:none;
	max-height:350px;
	margin-top:0px;
	margin-bottom:10px;
}

.product_review {
	padding-top:5px;
	padding-right:5px;
}

.product_review_title {
	font-size:15px;
}

.product_review_content {
	padding-top:5px;
	padding-left:10px;
}

.scroll-pane {
	width: 200px;
	height: 200px;
	overflow: auto;
	background: #ccc;
	float: left;
}

#similar_products {
	width:480px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	padding-bottom:10px;
}

.similar_products {
	width:480px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	padding-bottom:10px;
}

.similar_product {
	float:left;
	margin-left:8px;
	margin-right:8px;
	width:100px;
	height:75px;
	border:1px solid white;
}

.similar_products_title {
	float:none;
}

.product_share {
	display:none;
	width:475px;
	padding-top:10px;
	padding-bottom:10px;
}

.product_share_link {
	width:250px;
	float:left;
	padding:5px;
}

.product_share_embed_code {
	width:250px;
	float:left;
	padding:5px;
}

.copy_link {
	float:left;
	margin-left:10px;
}

.embed_code {
	float:left;
	margin-left:10px;
}

.share_links {
	clear:both;
	padding:5px;
}

