/* CSS Document */

	
	.ProductContainer {
		background:none; border:#999999 1px solid; height:100%; padding:10px;
		}

	.ProductContainerMain {
		background:none; border:#999999 1px solid; padding:10px; min-height:650px; height:100%;
		}

	.ProductContainer a {
		font-family: Tahoma,Trebuchet MS, Arial Narrow, Verdana, Arial Narrow, Helvetica, sans-serif;
		font-size:x-small;
		font-weight: normal;
		color: #fff;
		text-decoration: underline;
	}
	
	.ProductContainer a:hover {
		font-family: Tahoma,Trebuchet MS, Arial Narrow, Verdana, Arial Narrow, Helvetica, sans-serif;
		font-size:x-small;
		font-weight: normal;
		color: #ff0000;
		text-decoration: underline;
	}

	.ProductContainer a:active {
		font-family: Tahoma,Trebuchet MS, Arial Narrow, Verdana, Arial Narrow, Helvetica, sans-serif;
		font-size:x-small;
		font-weight: normal;
		color: #ff0000;
		text-decoration: underline;
	}


	.ProductDetails {
		width:92px; float:left;
		font-family: Tahoma,Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:x-small;
		font-weight: normal;
		margin-left:8px;
		margin-top:8px;
		}
		
	.ProductDetailsThumbs {
		width:92px; float:left;
		font-family: Tahoma,Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:x-small;
		font-weight: normal;
		margin-left:8px;
		margin-top:8px;
		}


	.ModelStats {
		width:146px; 
		height:200px;
		float:left;
		font-family: Tahoma,Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:11px;
		font-weight: normal;
		padding:5px;
		}
	.ModelStats p {margin:0; line-height:14pt;}
	.ModelStats strong {color:#66cc00; font-weight:bold; font-size:11px;}
	
	.ModelImagesContainer {
		width:410px;
		float:left;
		}
	
	.ModelImages {
		width:180px; 
		height:200px;
		float:left;
		font-family: Tahoma,Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:11px;
		font-weight: normal;
		padding:5px;
		height:100%;
		min-height:250px;
		}
		
	.ModelThumnails {
		width:200px; 
		height:200px;
		float:left;
		font-family: Tahoma,Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:x-small;
		font-weight: normal;
		padding:5px;
		margin-left:5px;
		}		
		
	.ModelEnquiry {
		width:215px; 
		height:350px;
		float:left;
		font-family: Tahoma,Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:x-small;
		font-weight: normal;
		padding:5px;
		margin-left:10px;
		}		
		
	.ModelDescription {
		width:380px; 
		height:310px;
		float:left;
		font-family: Tahoma,Trebuchet MS, Arial, Arial Narrow, Helvetica, sans-serif;
		font-size:11px;
		font-weight: normal;
		padding:10px;
		}
