/*  
	Full Name: 		Product View - Standard
	Version:		1.0.1
	Description:	A detailed product view 
*/	 	 			
    
div#product_view {

}
 
	div#product_view .frame {
	
	}
	
		div#product_view .frame:hover {

		}
		
	div#product_view .image_large{
		width:300px;		
		padding:3px;
		border:1px solid #eee;		
	}
	
	div#product_view .thumbnails {
		float:left;
		margin-top:15px;			
	}
	
	div#product_view .image_thumbnail {
		height:100px;		
		margin-right:7px;
		margin-bottom:7px;
		padding:1px;
		border:1px solid #ccc;
	}

	div#product_view .click_to_enlarge {		
		font-size:12pt;				
	}

	div#product_view .back_link {
		font-size:10pt;
	}
	
	div#product_view .socialbookmarks img{
		float:left;
		margin-right:5px;
	}
	
	div#product_view .artnrprefix {
		font-size:10pt;
		font-weight:bold;
	}	
		
	div#product_view .artnr {
		font-size:10pt;
	}	
	
	div#product_view .name {
		font-size:14pt;
	}

	div#product_view .authorprefix {
		font-size:10pt;
		font-weight:bold;
	}
	
	div#product_view .authorprefix {
		font-size:13pt;
	}
	
	div#product_view .author {
		font-size:13pt;
	}
	
	div#product_view .publisherprefix {
		font-size:10pt;
		font-weight:bold;
	}
	
	div#product_view .publisher {
		font-size:10pt;
	}
	
	div#product_view .brandprefix{
		font-size:10pt;
		font-weight:bold;
	}
	
	div#product_view .brand {
		font-size:10pt;
	}
	
	div#product_view .publishedprefix {
		font-size:10pt;
		font-weight:bold;
	}
	
	div#product_view .published {
		font-size:10pt;
	}
	
	div#product_view .published_country {
		font-size:10pt;
	}	
	
	div#product_view .format {
		font-size:13pt;
	}
	
	div#product_view .priceprefix{	
		font-size:13pt;	
	}
	
	div#product_view .price {
		font-size:13pt;		
	}
	
	div#product_view .specialprice {
		font-size:13pt;
		color:red;		
	}		

	div#product_view .currency {
		font-size:11pt;		
	}		
	
	div#product_view .vat_dropdownmenu {
		font-size:10pt;
	}
	
	div#product_view .modeltable {
		width:100%;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	div#product_view .modeltable .columnheader {
		font-weight:bold;		
	}
	
	div#product_view .modeltable .item0 {
		background-color:#eee;		
	}	
	
	div#product_view .modeltable .item1 {
		background-color:#fff;
	}
	
	div#product_view .modeltable .properties{	
		font-size:9pt;	
	}
	
	div#product_view .modeltable .priceprefix{	
		font-size:9pt;	
	}
	
	div#product_view .modeltable .price {
		font-size:9pt;		
	}
	
	div#product_view .modeltable .specialprice {
		font-size:9pt;
		color:red;		
	}		
	
	div#product_view .modeltable .currency {
		font-size:8pt;			
	}	

	div#product_view .modeltable .stockstatus_msg {
		font-size:8pt;			
	}		
	
	
	div#product_view .enterquantity {
		font-size:10pt;	
	}	
	
		div#product_view .enterquantity_inputarea{
			font-size:10pt;
			width:20px;		/* Only change if you change font-size */
		}	
	
	div#product_view .stockstatus {
		font-size:10pt;		
	}	
		
	div#product_view .stockstatus_msg {
		font-size:10pt;
		font-weight:bold;
	}
	
	div#product_view .selectmodel {
		font-size:10pt;
	}	
	
	div#product_view .propertydropdownmenu {
		font-size:10pt;
	}	
	
		div#product_view .propertydropdownmenu option{
				font-size:10pt;
		}	 
	
	div#product_view .description {
		float:left;
		margin-top:20px;
		font-size:12pt;
	}
	

	div#product_view .comments {
		float:left;
		width:100%;
	} 
	
	div#product_view .relatedproducts {
		font-size:14pt;
		margin-bottom:10px;
	}
	
	div#product_view .matches {
		float:left;		
	}
	
	div#product_view .round {
		margin-bottom:10px;
	}