 #product_container {
					
						width: 960px; 
						margin-left: 7px;
				
				}

#product_display_box_white{
					
					background: white;
					width: 180px;
					float: left;
					margin-right: 10px;
				 	margin-top:10px;
					border: 0px solid red;
                                        margin-bottom:5px;
                                        height: 330px;

							
							}


				#product_display_box_white:hover{
						-webkit-box-shadow:0 0 3px grey;
						-moz-box-shadow:0 0 3px grey;
						box-shadow:0 0 3px grey;
						cursor:pointer;
						opacity: 1;
						-webkit-transition: all .8s ease-out;
						 -moz-transition: all .8s ease-out;
						 transition: all .8s ease-out;
				}
				
				#product_display_box_white h1.product_code {
				font-weight: bold;font-size: 14px; color: green; clear: both;     width: 160px; margin-left: -1px;  
				}
				
				#product_display_box_white p.product_name {
				line-height: 1.3em; margin-top: 5px; font-size: 11px;  margin-left: 20px;width: 120px;  
				 }
				
				#product_display_box_white p.read_more_link {
				text-align: center; margin-top: 8px; 	box-shadow:  0 0 1px #009 ;
					  margin-left: 20px; width: 60px; background: #39F; color: white; font-weight: bold; margin-bottom: 5px; font-size: 11px; 
				
				}
				#product_display_box_white a.read_more_aTage { width: 50px;color: white;}
				#products_banner{
				
				width: 960px; height: 210px;

				}
				#products_banner img.products_top_banner {
				
					border-bottom: 3px solid black;
					box-shadow: 0px 0px 0px #000;
					 
					
				}
				
				#product_container img.thumb_img {
			
                               width:179px;
                               height:187px;	 

				}
				.ptitle_products_section {
				
				font-weight: bold;  ; font-family: Arial; color: grey; font-size: 15px; padding-top:25px; margin-left:35px; text-transform:uppercase;
				
				}
				.pname_products_section {
				
				margin-bottom: 45px;width: 960px;letter-spacing:-2px ; line-height: 1.1em; font-family: Arial; color: white; font-size: 28px; padding-top:15px; margin-left:15px; margin-bottom: 85px;
				
				}
				#products_found{ 
				
				margin-left:250px;height:50px;   margin-top:-40px; 
				
				}
				 
/*products display page mobile css */		
@media only screen and (max-width: 479px) {

 #product_container {
					
						width: 320px;
						 
						 
				
				}

#product_display_box_white{
					
					 
					width: 150px;
					float: left;
					margin-right: 5px;
				 	margin-top:5px;
					border: 0px solid red;
                    margin-bottom:5px;
                    height: 280px;

							
							}


				#product_display_box_white:hover{
						-webkit-box-shadow:0 0 3px grey;
						-moz-box-shadow:0 0 3px grey;
						box-shadow:0 0 3px grey;
						cursor:pointer;
						opacity: 1;
						-webkit-transition: all .8s ease-out;
						 -moz-transition: all .8s ease-out;
						 transition: all .8s ease-out;
				}
				
				#product_display_box_white h1.product_code {
				font-weight: bold;font-size: 12px; color: green; clear: both;  width: 160px; margin-left: -1px;  
				}
				
				#product_display_box_white p.product_name {
				line-height: 1.3em; margin-top: 5px; font-size: 10px;  margin-left: 20px;width: 120px;  
				 }
				
				#product_display_box_white p.read_more_link {
				text-align: center; margin-top: 8px; 	box-shadow:  0 0 1px #009 ;
					  margin-left: 20px;width: 100px; background: #39F; color: white; font-weight: bold; margin-bottom: 5px; font-size: 11px; 
				
				}
				#product_display_box_white a.read_more_aTage { width: 50px;color: white;}
				#products_banner{
				
				width: 960px; height: 210px; margin-top: 0px;

				}
				#products_banner img.products_top_banner {
				
					border-bottom: 3px solid black;
					box-shadow: 0px 0px 0px #000;
					
					 
					
				}
				
				#product_container img.thumb_img {
			
                               width:150px;
                               height:150px;	 

				}
				.ptitle_products_section {
				
				font-weight: bold;  ; font-family: Arial; color: grey; font-size: 15px; padding-top:25px; margin-left:35px; text-transform:uppercase;
				
				}
				.pname_products_section {
				
				margin-bottom: 45px;width: 960px;letter-spacing:-2px ; line-height: 1.1em; font-family: Arial; color: white; font-size: 28px; padding-top:15px; margin-left:15px; margin-bottom: 85px;
				
				}
				#products_found{ 
				
				margin-left:10px; height:50px;  margin-top:-40px;
				
				}
				#products_banner img.products_top_banner {
				
					width:320px;
					height:100px;
					margin-bottom:-100px;
					 
					
				}
				#products_banner {
					width:320px;
					height:100px;
				
				}
				  
				.ptitle_products_section { margin-left: 1
				]5px;  font-size: 18px; padding-top: 35px;color:white;margin-bottom:15px;}
				.pname_products_section {display : none; }
  
/*end of products display page mobile css */
}