.product {
	overflow:hidden;
}

.product_price {
	color:#d40201;
	font-weight:bold;
	text-align:center;
}

.pagination {
	clear: both;
}

/* Product List Views */

.products_content_list .product {
	padding: 11px 0;
	border-top: 1px solid #CCC;
}
.products_content_list > .product:first-child {
	border-top: none;
}

/* Product Grid Views */

.products_content_grid .product {
	float: left;
	width: 170px;
	height: 224px;
	text-align: center;
	margin: 5px 14px;
}

.products_content_grid .product_price {
	font-size:14px;
	line-height: 14px;
}

.subscription_applicability {
	color:green;
}
.subscription_applicability_open {
	width:100px; 
}

.product_left_column {
	float:left;
	padding-right:10px;
}
.product_center_column {
	float:left;
	width:340px;
	padding-right:10px;
}
.product_right_column {
	float:right;
	text-align:center;
}

.product_right_column .product_price {
	font-size:18px;
	line-height: 18px;
	padding: 0 5px;
	margin-bottom: -5px;
}

.product_full {
	overflow:hidden;
	color:white;
}

.product_full a {
	color: #2E9AFE;
}

.product_full_left_column {
	float:left;
	width:135px;
	overflow:hidden;
	padding:5px;
}
.product_full_center_column {
	float:left;
	width:640px;
	overflow:hidden;
	margin-left:5px;
	margin-right:5px;
}
.product_full_right_column {
	float:left;
	width:135px;
	overflow:hidden;
	padding:5px;
	text-align:center;
}

.product_full_right_column .product_right_column {
	float:none;
}
.product_full_right_column .product_right_column .add_to_cart{
	float:none;
	margin-left:auto;
	margin-right:auto;
}

.product_bottom_row {
	clear:both;
	padding-top:10px;
}
.product_exclusive_seal {
	font-weight:bold;
	font-size:12px;
	color:#ba6f1a;
	font-style: italic;
}
.product_thumbnail {
	cursor:pointer;
	position:relative;
}

.product_thumbnail img.thumbnail {
	border: 1px solid #CCC;
}

.thumbnail_banner {
	left: 0;
	margin-top:-6px;
	border: solid 1px #CCC;
	border-top: none;
}

.product_list_title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 18px;
}

.product_list_title a {
	color: #333;
}

.product_title_full {
	font-size:20px;
	font-weight:bold;
	color:#343434;
}
.product_filmmaker {
	font-size:13px;
}
.product_stats {
	overflow:hidden;
	vertical-align:middle;
	clear: both;
	height:16px;
}

.product_stats #star img {
	vertical-align:middle;
}
.product_rating_stats {
	float:left;
	clear:both;
}
.product_reviews_stats {
	float:left;
	padding-left:15px;
	font-size:11px;
}
.product_views_stats {
	float:left;
	/*padding-left:15px;*/
	font-size:11px;
}
.product_additional_info {
	clear:both;
	padding-top:5px;
}

.price_discount {
	color:#e22b1c;
	padding-top:0px;
	padding-bottom:0px;
}

.product_price_original {
	color:#777777;
	font-weight:normal;
	text-decoration: line-through;
	padding-bottom:3px;
	padding-top: 3px;
	text-align:center;
}

.product_subscription {
	font-weight:bold;
}

.product_button {
	text-align:center;
	font-weight:bold;
	background-color:#FFFFFF;
	font-size:12px;
	color:#0E4375;
	cursor:pointer;
	vertical-align:middle;
	border:1px solid #878787;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	min-width:75px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
}

.add_to_cart {
	font-weight:normal;
	min-width:75px;
	color:white;
	background-color:#B74B09;
}

.product_cart_button {
	height: 29px;
	line-height: 28px;
	color: #ffffff;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:18px;
	cursor:pointer;
	width: 116px;
	/*float:right;*/
	text-align:center;
	margin-top:10px;
	font-weight:bold;
	text-shadow: #1B1C1E 1px 1px 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #76b820;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76b820), to(#476f13));
	background-image: -webkit-linear-gradient(top, #76b820, #476f13);
	background-image: -moz-linear-gradient(top, #76b820, #476f13);
	background-image: -o-linear-gradient(top, #76b820, #476f13);
	background-image: -ms-linear-gradient(top, #76b820, #476f13);
	background-image: linear-gradient(top, #76b820, #476f13);
	background-repeat:repeat-x;
}
.product_cart_button:hover {
	background-color: #76b820;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76b820), to(#61971a));
	background-image: -webkit-linear-gradient(top, #76b820, #61971a);
	background-image: -moz-linear-gradient(top, #76b820, #61971a);
	background-image: -o-linear-gradient(top, #76b820, #61971a);
	background-image: -ms-linear-gradient(top, #76b820, #61971a);
	background-image: linear-gradient(top, #76b820, #61971a);
	background-repeat:repeat-x;
}
.product_cart_button_down {
	background-color: #3f9908;
	background-image:url('/media/lockdown/images/buttons/button_green_2.jpg?refresh=20140725');
	background-repeat:repeat-x;
}
.product_cart_button_down:hover {
	background-color: #3f9908;
	background-image: none;
	background-repeat:repeat-x;
}

.product_wishlist_button {
	height: 29px;
	line-height: 28px;
	color: #ffffff;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:15px;
	cursor:pointer;
	width: 116px;
	text-align:center;
	margin-top:10px;
	font-weight:bold;
	text-shadow: #1B1C1E 1px 1px 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #005b95;
	background-image:url('/media/lockdown/images/buttons/button_blue.jpg?refresh=20140725');
	background-repeat:repeat-x;
}
.product_wishlist_button:hover {
	background-color: #005b95;
	background-image:none;/*url('/media/lockdown/images/buttons/orange_button_bg_hover.jpg');*/
	background-repeat:repeat-x;
}
.product_wishlist_button_down {
	background-color: gray;
	background-image:none;
}
.product_wishlist_button_down:hover {
	background-color: gray;
	background-image:none;
}

.remove_button {
	float:right;
	margin-top:-28px;
	margin-right:5px;
}

.product_cart_button a {
	color:white;
}

.product_sale_info {
	float:left;
	font-weight:bold;
	width:auto;
}
.product_player {
	background-color:black;
	width:640px;
	height:360px;
	overflow:hidden;
}

.product_doc_viewer {
	background-color:black;
	width:640px;
	height:500px;
	overflow:hidden;
}

.product_actions {
	clear:left;
	float:right;
	padding-top:10px;
}


.tab_share img {
	vertical-align:middle;
}

.share_links {
	clear:both;
	padding:5px;
}

#product_share_link {
	width:280px;
	padding:10px;
	margin-left:5px;
}

.product_button a {
	color:white;
}

.product_button img {
	vertical-align:middle;
}

.product_reviews {
	margin-left:auto;
	margin-right:auto;
	clear:both;
	width:75%;
}

.product_reviews_count {
	font-weight:bold;
	font-size: 14px;
}

.product_review {
	padding:8px;
	border-top:1px solid #DDDDDD;
	overflow:hidden;
}

.product_review_profile_picture {
	float:left;
	margin-right:25px;
}

.product_review_profile_picture img {
	width:60px;
	height:auto;
}

.product_review_details_container {
	float:left;
	display: block;
	width: 580px;
}

.product_review_details_header {
	overflow:hidden;
	clear:both;
}

.product_review_details_header_name {
	float:left;
	font-weight:bold;
}

.product_review_details_header_date {
	color:gray;
	font-size:11px;
	float:left;
	margin-left:15px;
}

.product_review_details_textbox {
	width: 550px;
	height: 50px;
	padding: 5px;
}

.product_recommendations {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.product_recommendations h3 {
	margin-bottom: 10px;
	font-weight: lighter;
	margin-left: 10px;
}

.recommended_product {
	text-align:center;
	width: 167px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 0 5px;
	float:left;
}

.recommended_product_title {
	font-weight: bold;
	font-size: 12px;
}

.recommended_product_producer {
	text-align: left;
	font-size: 11px;
	margin-bottom: 5px;
}

.recommended_product_thumbnail {
	position: absolute;
	bottom: 0;
	margin-bottom: 5px;
	height: 92px;
	overflow: hidden;
}

.recommended_product_thumbnail img {
	
}

.product_recommendations_header {
	font-weight:bold;
	font-size: 14px;
	color: white;
	padding-bottom: 10px;
}

.product_information_title {
	font-weight:bold;
}

.flag_video_content {
	padding:10px;
	background-color:white;
}

.flag_video_content input {
	margin-left:25px;
}

.flag_submit {
	
}

.product_button_like {
	display:inline;
}
.write_review_area {
	clear:both;
}
.product_write_review_box {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.product_write_review_textarea {
	width:450px;
	height:60px;
	padding:10px;
	font-family:verdana;
	font-weight:normal;
	font-size:11px;
}

.add_review_button {
}

.add_review_button_disabled {
	float:right;
	margin-top:8px;
	height:20px;
	line-height:20px;
	background:#164879;
	color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
	font-weight:bold;
}

.product_campaign_text {
	color:#AF2020;
	float:left;
	font-size:10px;
	font-weight:bold;
}
.product_campaign_text img {
	vertical-align:middle;
	padding-left:3px;
	height:15px;
	padding-bottom:3px;
}

.product_description {
	clear:both;
	
}

.product_player_buttons_container {
	clear:both;
	overflow:hidden;
	padding-left:5px;
	padding-right:5px;
}

.product_player_buttons {
	float:left;
}

.product_player_buttons button {
	text-align:center;
	margin-top:5px;
	font-weight:normal;
	text-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:51px;
	font-size:10px;
	background-color:#07171F;
	border-color:#07171F;
	color:white;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	border-style: solid;
	margin-bottom: 0px;
	height: auto;
}

.product_player_buttons button:hover {
	background-color:#07161C;
}

.product_player_buttons button.product_player_button_down {
	background-color:#07161C;
	border-color:#2AA5C7;
	color:#2AA5C7;
}

#player_overlay {
	position: absolute;
	z-index:3;
	display:none;
	background-color:black;
	opacity:0.5;
	width:640px;
	height:360px;
}
.player_overlay_top {
	display:none;
	background: rgb(15, 28, 31);
	background: rgba(15, 28, 31, 0.7);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}
#player_overlay_top_container {
	display:none;
	position: absolute;
	z-index:4;
	width:640px;
	height:360px;
}

.player_overlay_top_container_close {
	float:right;
}

.player_overlay_top_container_close img {
	cursor:pointer;
}

#share_content, #wishlist_content, #flag_content, #details_content {
	padding:15px;
	display:none;
	margin-left: auto;
	margin-right: auto;
}

#share_content {
	width: 415px;
	height: 115px;
	top: 100px;
	position: relative;
}

#wishlist_content {
	width: 115px;
	height: 98px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 115px;
	padding-top: 18px;
}

#wishlist_content_sub {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgb(15, 28, 31);
	background: rgba(15, 28, 31, 0.7);
	width: 75px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
}

#wishlist_content_sub img {
	width: 39px;
	height: 39px;
	margin-left: 16px;
	margin-top: 16px;
}

#flag_content {
	width: 290px;
	height: 210px;
	margin-top: 50px;
}

#flag_content #flag_form {
	padding-left:15px;
}

#details_content {
	width: 415px;
	height: auto;
	top: 100px;
	position: relative;
	overflow:hidden
}

.details_content_quality {
	float:left;
	min-width:200px;
}

.details_content_quality_icon {
	float: left;
	padding-right: 10px;
	text-align: center;
	font-weight: bold;
}

.details_content_quality_icon img {
	
}

.details_content_file_list {
	float: left;
	font-size:11px;
	vertical-align: middle;
}

#product_player_wrapper, #product_player {
	position:relative;
	
}

.video_band {
	margin-top:10px;
	
	background: #0e0e0e; /* Old browsers */
	background: -moz-linear-gradient(top,  #0e0e0e 0%, #1b1c1e 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(99%,#1b1c1e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0e0e0e 0%,#1b1c1e 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0e0e0e 0%,#1b1c1e 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0e0e0e 0%,#1b1c1e 99%); /* IE10+ */
	background: linear-gradient(top,  #0e0e0e 0%,#1b1c1e 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#1b1c1e',GradientType=0 ); /* IE6-9 */
}

.product_badges {
	padding-top: 5px;
	height:16px;
}

.product_badge {
	float:left;
	margin-right:5px;
}

.download_box_item {
	height: 140px;
	width: 193px;
}

.download_box_item:hover {
	background-color:#F2F2F2;
}

.download_box_item.playlist_item_selected {
	background-color:#D3DFE8;
}

.download_box_item_thumbnail {
	bottom: 5px;
	cursor:pointer;
	margin-left: 15px;
	margin-right: 15px;
}

.download_file_title {
	float:none;
	
}

.download_file_icon {
	float:right;
}
