@charset "utf-8";
/* CSS Document */
	

	
/****************************************************/
/*	 Begin Products Demo Video Pop-up Modal Styles  */
/****************************************************/

.demoVideoModalBackground { /* old .modalBackground */
	filter: Alpha(Opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	background-color: #CCCCCC;
	position: fixed;
	z-index: 500;
	top: 0px;
	left: 0px;
}

.demoVideoModalContainer764x549 { /* old .msdScreenshotContainer */
    width: 764px; /* this is the width of the video */
	height: 549px; /* this is the height of the video */
    background-color: #d7d7d7;
	border: solid 10px #ffffff;
    z-index: 750;
	position: fixed;	
	left: 18%;
	top: 10%;	
	overflow: hidden;
    }
.demoVideoModalContainer { /* old .msdScreenshotContainer */
    width: 684px; /* this is the width of the video */
	height: 425px; /* this is the height of the video */
    background-color: #d7d7d7;
	border: solid 10px #ffffff;
    z-index: 750;
	position: fixed;	
	left: 18%;
	top: 10%;	
	overflow: hidden;
    }	
.demoVideoModalContent /* old .msdScreenshotContent */ {
/*          font-family: Arial, Helvetica, sans-serif;
            font-size: 9pt; */
/*          padding: 15px 15px 15px 15px; */
            color: #000;
/*          margin-top: -17px */
			}	
			
.demoVideoModalCloseButton /* old .button_black*/ { 
/*	top:-2px;
	background-image:url("/uploadedImages/Our_Products/closeModalicon.gif"); */
	left:100%;
	position:absolute;
	top:-5%;
	z-index:2000;
}
}				
/****************************************************/
/*	 End Products Demo Video Pop-up Modal Styles    */
/****************************************************/
							
/******************************************/
/* Begin Products Demo Video Page Styles  */
/******************************************/

.clear {
	clear:both;
}	

 .productContainer {
	border-bottom: 1px solid #D6E0F3;
	padding: 10px 0 10px 0;
}		

.productContainer .title {
    font-size: 18px;
    padding: 0;
    margin: 0 !important;
    line-height: 18px;
}              
.productContainer .description {
    font-size: 14px;
    line-height: 15px;
    padding: 10px 0 10px 0;
    margin: 0 !important;     
}

.productDetail {
/*	padding-top: 10px;*/
}
.productDetail img {
/*	padding-right: 15px; */
}	
.videoThumbnail {
	float: left;
	width: 165px;
	display: block;
}
.productDescription {
	float: right;
	width: 310px;
	display: block;
}
	
/******************************************/
/*	End Products Demo Video Page Styles   */
/******************************************/
.clear {
	clear:both;
}		
