/**   Product list related     **/
#mainCategory_header{
	background-image: url('../images/black_category_header.png');
	width: 805px;
	height: 35px;
	font-size: 26px;
	color: white;
	padding-top: 4px;
	padding-left: 10px;
	margin-bottom: 15px;
}

.subCategory_header{
	background-image: url('../images/grey_subCategory_header.png');
	color: #424141;
	width: 805px;
	height: 24px;
	padding-left: 10px;
	margin-top: 15px;
}

.subCategory_header h2{
	margin-top: 2px;
}
.subCategory_header:hover {
	background-image: url('../images/grey_subCategory_header_hover.png');
	cursor: pointer;
}

.subCategory_header:hover h2{
	color: #FFF;
	text-decoration: underline;
}

.list_singleProductInfo{
	color: #000000;
	margin-top: 5px;
}
	.product_element td {
		vertical-align: top;
		text-align: left;
	}
	.product_image{
		text-align: center;
		margin-right: 10px;
	}
	
	.product_title{
	}
	.product_title h3{
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.product_title a{
		color: #000000;
	}
	
	.bottom_info{
		margin-left: 60px;
	}
	
			
		.product_description{
		}
/******************************/


/********Product detail page *********/

#productTopContainer {
	float: left;
	clear: both;
}

#productImagesContainer,#productVideosContainer{
	float: left;
	/*margin-right: 10px;*/
}

	.largeImage{
		text-align: center;
		
	}
	
	
#productInfo{
	float:left;
}
	.productInfo_details{
	}
		.productInfo_header h1{
			font-size: 20px;
			margin-bottom: 10px;
		}
	
	.productInfo_bottomSection table tr td{
		background-color: transparent;
	}
	
	.productInfo_bottomSection .infoHeader{
		color:#9B362F;
	}
	
	.productInfo_bottomSection .infoDetail{
		font-weight: bold;
		color:#9B362F;
		font-size:24px;
	}
	
	.productInfo_section{
		margin-right: 20px;
		text-align:right;
	}
		
	
	
#moreImages_container,#moreVideos_container{
	width: 315px;
}
.moreImages_element{
	margin: 10px 0 0 0;	
}
	.extraImage{
	}
	
	
/* Start Clearfix */

#moreImages_element .box_content:after,#moreVideos_element .box_content:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#moreImages_element .box_content
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #moreImages_element .box_content
{
	height: 1%;
}
#moreImages_element .box_content
{
	display: block;
}
/* End hide from IE-mac */

/* End Clearfix */
/*****************************************/

	
#relatedProducts_list{
	float: left;
	width: 485px;
}

	.relatedProduct{
		float: left;
		width: 118px;
		font-size: 13px;
		border: 1px solid #dddddd;
		padding: 5px;
	}
	
	.relatedProduct a{
		color: black;
	}
	
#relatedProducts_element{
	float: left;
	margin-top: 10px;
}
/* Start Clearfix */

#relatedProducts_element .box_content:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#relatedProducts_element .box_content
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #relatedProducts_element .box_content
{
	height: 1%;
}
#relatedProducts_element .box_content
{
	display: block;
}
/* End hide from IE-mac */

/* End Clearfix */
/*****************************************/


#moreImages_element,#moreVideos_element{
	float: left;
	margin-top: 10px;
}



#productReviewsContainer{
	float: left;
	margin-top: 40px;
}

	.product_review {
		/*width: 163px;*/
		/*border: 1px solid #c0c0c0;*/
	}
	
	.product_review .info {
	}
	.product_review .title {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 3px;
	}
	.product_review .info .date {
		font-size: 11px;
		margin-bottom: 3px;
	}
	.product_review .names {
		font-size: 11px;
	}
	.product_review .names .reviewer_name {
		margin-bottom: 3px;
	}
	.product_review .names .product_name {
		margin-bottom: 3px;
	}
	.product_review .description {
		font-size: 11px;
		margin-bottom: 3px;
	}
	.product_review .more_link {
		font-size: 11px;
		text-align: right;
	}

.productDescriptionBox {

	/*margin-right: 10px;*/
}

#productReviewsHeading{
padding-bottom:15px;
}
#productDescriptionContainer,#productNotesContainer,#productInstallationContainer {
padding-left:6px;
margin-top:10px;
}
#productDescriptionContent {
	padding: 5px 0;
}
#productFeaturesContainer {
margin-top:10px;
padding-left:6px;
}
#productFeaturesContent {
	padding: 5px 0;
}

#productFeaturesContent ul, #productDescriptionContent ul, #productInstallationContent ul, #productNoteContent ul {
	margin-left: 30px;
	margin-top: 10px;
	
}

.productFullWidthBox {
	/*float: left;*/
	margin-top: 10px;
	clear: both;
}

#productNoteContent {
	padding: 5px 0;
}
#productInstallationContent {
	padding: 5px 0;
}

/* Start Clearfix */

#productDetailDescription .box_content:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#productDetailDescription .box_content
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #productDetailDescription .box_content
{
	height: 1%;
}
#productDetailDescription .box_content
{
	display: block;
}
/* End hide from IE-mac */

/* End Clearfix */
/*****************************************/


.installation_images {
	float: left;
}


/* Start Clearfix */

.installation_images:after,
#productInstallationContainer .box_content:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.installation_images,
#productInstallationContainer .box_content
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .installation_images,
* html #productInstallationContainer .box_content
{
	height: 1%;
}
.installation_images,
#productInstallationContainer .box_content
{
	display: block;
}
/* End hide from IE-mac */

/* End Clearfix */

.productPrimaryImage:hover, .productExtraImage:hover{
	cursor: pointer;
}

.infoHeader{
font-weight:bold;
font-size:19px;
}
.quantityHeader{
color:#494949;
font-weight:bold;

}




#quantity{
text-align:left;
}

#productFeaturesHeading,#productDescriptionHeading,#productReviewsHeading,#productNotesHeading,#productInstallationHeading,#productInstallationVideosHeading,#productRelatedHeading{
color:#921D16;
font-size:16px;
}

#productRelatedHeading{
margin-top:20px;
margin-bottom:20px;
}

#productDescriptionHeading{
margin-top:25px;
}
#productFeaturesContent,#productDescriptionContent,#productNotesContent,#productInstallationContent{
padding-top:10px;
padding-bottom:10px;
}
#title_content_container ul{
list-style-type:none;
}

#title_content_container ul li{
float:left;
} 
#product_name
{
margin-left:104px;
}
#product_name h2{

font-size:20px;
margin-top:5px;
float:right;
width:485px;
margin-right:135px;
font-weight:normal;

}
.right_column{
margin-left:50px;
}
#productInfo .box_content{
background-image: url('../images/PriceBox.png');
}
.box_content{
border:1px solid #BEBEBE;
background-color:#e1e1e1;
}
#productInfo .box_content{
border:0 !important;
background-color:transparent !important
}
.productInfo_bottomSection table{
margin-top:30px;
}
.productInfo_addToCartLink{

}
.productInfo_addToCartLink a{
margin-top:12px;
}
#title_content_container{

}
.installation_videos{
float:left;
}

.installation_video{
float:left;
}
.modal_cancel{
position:relative!important;
left:180px;
right:0px;
}
#modal_content{
margin-left:500px!important;
height:350px !important;
}
#productVideosContainer{
margin-top:20px;
}
.installation_videos{

border:1px solid #bebebe;
height:100px;
background-color:#e1e1e1;
padding-top:10px;
padding-bottom:10px;
padding-left:20px;
padding-right:0px;
margin-top:20px;
margin-bottom: 20px;
}
.installation_video{
margin-right:20px;
}
#productInstallationVideosHeading{
margin-top:10px;
}
#installationVideosContainer{
padding-left:6px;
}
.allVideos{
background-color:#e1e1e1;
border:1px solid #bebebe;
width:815px;
height:130px;
padding-top:30px;
padding-bottom:10px;
padding-left:30px;
}

.product-video-row {
margin-bottom:-16px;
}

.product-video-row .moreVideos_element {
padding-right:5px;
padding-top:10px;
}
.youtube embed{
width:460px;
height:300px
}

#relatedProducts .box_content {
background-image: url('../images/phone.png');
border:0 !important;
background-color:transparent !important
}