/* ------------------------------------------------------------ */
/* Item Details */
/* Structural formatting Version 2.00 */
/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */

	/* ----- Content Wide Block ----- */

		.Content-Wide {

			position: relative;
			float: left;

			margin: 10px 0 0 10px;

			width: 798px;
			height: auto;

			background-image: url(http://images.esellerpro.com/2235/images/elements/content-wide-bg.gif);  		

		}

		* html .Content-Wide { margin: 10px 0 0 5px; }

		.Content-Wide-Top { 

			position: relative;
			float: left;

			width: 798px;
			height: 1px;

			line-height: 0px;

			background-image: url(http://images.esellerpro.com/2235/images/elements/content-wide-top.gif); 

		}
				
		.Information-Spacer { 
		
			position: relative;
			float: left;
			
			width: 1px;
			height: 350px;
			
		}

		.Content-Wide-Base { 

			position: relative;
			float: left;
			
			margin: 8px 0 0 0;

			width: 798px;
			height: 1px;

			background-image: url(http://images.esellerpro.com/2235/images/elements/content-wide-id-base.gif);
			
		}

		.Content-Wide-Header {
		
			position: relative;
			float: left;

			margin: 0 0 15px 0;

			width: 798px;
			height: 35px;

			background-image: url(http://images.esellerpro.com/2235/images/elements/content-wide-header.gif);			
		
		}
		
		.Content-Wide-Footer {

			position: relative;
			float: left;

			width: 798px;
			height: 28px;
			
			background-image: url(http://images.esellerpro.com/2235/images/elements/content-wide-footer.gif);

		}
		
		.Content-Wide-Button-Container {
		
			position: relative;
			float: left;
			
			clear: both;
		
		}

	/* ----- Element Styles ----- */	
	
	    /* ----- H2 tag used for structural headings. This is not for placement in the item details section. ----- */
    
            .Content-Wide-Header H2 {
            
                position: relative;
                float: left;
    
                margin: 10px 0 0 20px; 	
                padding: 0 0 0 0;
    
            }
    
            * html .Content-Wide-Header H2 { margin: 10px 0 0 10px; }   
            
            /* ----- Description H Tags ----- */
                
                .Description-Container H3 { margin: 0 0 8px 0; }
                .Description-Container H4 { margin: 0 0 8px 0; }
                .Description-Container H5 { margin: 0 0 8px 0; }
                .Description-Container H6 { margin: 0 0 8px 0; }

        .Content-Wide .More-Button {

			position: relative;
			float: right;

			padding: 0 10px 0 0;

		}

		.Content-Wide .More-Button img { margin: 0 0 0 5px; }

		.Content-Wide p { padding: 0 0 10px 0; }
		
	/* ----- Item Gallery ----- */
	
		#Image-Gallery-Container {
		
			position: relative;
			float: left;
			
			padding: 0 0 0 20px;
			
			width: 310px;
					
		}
		
		#Main-Image-Container {
			
			position: relative;
			float: left;
						
			width: auto;
			height: auto;
			
			padding: 0 0 20px 0;
		
		}
				
		#MainImage {
		
			position: relative;
			float: left;

			margin: 0 0 0 0;	
			padding: 0 0 0 0;
			
			width: 300px;
					
		}
		
		.Image-Holder {
		
			position: relative;
			float: left;
			
			padding: 20px 0 0 0;
		
			line-height: 0;
			
		}
		
		#Item-Details-Container {
		
			position: absolute;
			
			top: 40px;
			right: 20px;

			padding: 0 0 5px 0;
			
			width: 300px;
			
		}
		
		#Thumbnail-Image-Container {
		
			position: relative;
			float: left;
			
			margin: 5px 0 10px 20px;
			padding: 10px 0 10px 0;
			
			width: 320px;
			height: auto;
			
			text-align: center;	 
			
			overflow: hidden;
		
		}
		
		.Thumbnail-Container-Divider { 
				
			position: relative;
			float: left;

			margin: 0 0 10px 0;

			width: 302px;
			height: 1px;

			font-size: 0;

			border-top: 1px solid #bababa;

		}
		
        .Description-Container-Divider { 
				
			position: relative;
			float: left;

			margin: 0 0 10px 0;		  

			width: 540px;
			height: 1px;

			font-size: 0;		  
			
			border-top: 1px solid #bababa;

		}
		
		.Thumbnail-Image {
		
			position: relative;
			float: left;
			
			width: 100px;
			height: auto;
			
			margin: 0 1px 10px 0;
		
		}
				
		.Description-Container { 
		
			position: relative;
			float: left; 
			
			margin: 0 0 10px 20px;
			
			width: 755px;
			height: auto;	
			
			overflow: hidden;
			
		}
		
		* html .Description-Container { margin: 0 0 0 10px; } 		
		
		/* ----- Content Elements ----- */
            
            .Content-Wide Table { 
    
                margin: 10px 0 10px 0;			
                border-collapse: collapse;
    
            }
    
            .Content-Wide UL {
    
                /* ----- Outside ----- */
        
                    margin: 10px 0 10px 20px;  
                    
                    list-style: disc;	  
                    list-style-position: outside;
                
                /* ----- Inside ----- */
                
                /* 
                    margin: 10px 0 10px 0;  
                    
                    list-style: disc;	  
                    list-style-position: inside;
                */
                
            }
    
            .Content-Wide UL LI { padding: 0 0 4px 0; }
            
            .Content-Wide OL {	
                
                /* ----- Outside ----- */
        
                    margin: 10px 0 10px 25px;  
                    
                    list-style: decimal;	  
                    list-style-position: outside;
                
                /* ----- Inside ----- */
                
                /* 
                    margin: 10px 0 10px 0;  
                    
                    list-style: decimal;	  
                    list-style-position: inside;
                */
    
            }
    
            .Content-Wide OL LI { padding: 0 0 4px 0; }		   				  
            			
	/* ----- Table Elements ----- */

	    .Full-Width-Table { width: 535px; }	
	    
/* ------------------------------------------------------------ */
/* Misc Elements */
/* ------------------------------------------------------------ */

	/* ----- Paging Elements ----- */

		.Content-Wide .Content-Wide-Header .Paging {

			position: relative;
			float: right;

			padding: 8px 20px 0 0;						

		}

		.Content-Wide .Content-Wide-Footer .Paging {

			position: relative;
			float: right;

			padding: 3px 20px 0 0;						

		}

		.Content-Wide .Paging img { margin: 0 0 0 5px; }
		
	/* ----- Product Reviews ----- */	  

		.Img-Rating { 

			position: relative;
			float: left; 

			margin: 0 10px 0 0;

		}

		.H3-H { 

			padding: 0 0 0 20px;

		}

		#UL-Product-Reviews {

			position: relative;
			float: left;
			
			margin: 0 0 10px 20px;

		}
		
		* html #UL-Product-Reviews { margin: 0 0 10px 10px; } 

		#UL-Product-Reviews LI { 

			position: relative;
			float: left;

			padding: 10px 0 0 0;

			clear: both;

			list-style: none;

		}

		.Comment-Box {

			position: relative;
			float: left;

			padding: 0 0 10px 0;

			width: 760px;

			border-bottom: 1px dotted #969696;

		}  
		.Comment-Box p {

			padding: 0 0 0 0;

		}

		.Comment-Box h4 { 

			margin: 0 0 10px 0;

		}

		.Reviews-Form { 

			position: relative;
			float: left;

			padding: 0 0 20px 20px;

		}

	/* ----- Tell a Friend ----- */	  

		.Tell-Form { 

			position: relative;
			float: left;

			padding: 0 0 20px 20px;

		}

		#Tell-Add-Container .Information { padding: 0 0 20px 20px; }

		.Content-Table { 

			position: relative;
			float: left;

			/* margin: 10px 20px 10px 20px; */
			border-collapse: collapse;

		} 

		.content-table { 

			margin: 10px 20px 10px 20px;			
			border-collapse: collapse;

		}

		/* ----- Identified Tables & Elements ----- */

			.Content-Table-Heading { 

				padding: 0 0 5px 0;
				width: 130px; 

			} 

			/* ----- Table Elements ----- */  

				.Content-Table td select { 

					margin: 0 0 5px 0;
					width: 202px; 

					border: 1px solid #bebebe;

				} 

				/* ----- Select Overrides ----- */

				.message {
								
					margin: 5px 0 5px 0;

					width: 300px; 
					height: 70px; 

					border: 1px solid #bebebe;

				}

				.Text-Input {

					margin: 0 0 5px 0;

					width: 200px;								  
					height: 15px;

					border: 1px solid #bebebe;

				}

				.smallText-Input {

					margin: 0 0 5px 0;

					width: 75px;								  
					height: 15px;

					border: 1px solid #bebebe;

				}

				.ContentBlock-Value select {

					margin: 5px 0 5px 0;

					width: 202px;

					border: 1px solid #bebebe;

				}
				
	/* ----- Tabs ----- */
	
		.Tab-Container {
			
			position: relative;
			float: left;
			
			margin: 20px 0 0 20px;
			
			width: 430px;
			
		}
							
		.Tab-Content { 
			
			position: relative;
			float: left;
			
			width: 430px;
						
		}
		
		* html .Tab-Content { float: none; }
		
		.Tab-Content h3 { padding: 10px 0 10px 0; }
		
		.Tab-Content p { padding: 0 0 10px 0; }
	
	/* ----- Purchase Options ----- */
	
		#Purchase-Buttons {
		
			float: left;
			
			padding: 0 0 20px 0;
			
			width: 430px;
			
		}
		
		#Purchase-Buttons UL {
		
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			float: left;
			
			list-style: none;
			
			width: 430px;
			
		}
		
		#Purchase-Buttons UL LI {
			
			float: left;
		
		}
		
		#Purchase-Buttons UL .FW { width: 430px; }
		
		#Purchase-Buttons UL LI p { padding: 2px 10px 0 0; }
		
		#Purchase-Buttons UL .Option-OOS { width: 430px; }
		
		#Purchase-Buttons UL .Option-OOS p { padding: 10px 10px 10px 0; }
		
		#Purchase-Buttons UL LI .Product-Quantity { 
		
			float: left;
		
			padding: 2px 2px 2px 2px;
		
			width: 30px;
			height: 15px;
		
			border: 1px solid #b1b1b1;
		
		}
		
		#Purchase-Buttons #Purchase-Buttons-Title { padding: 10px 0 20px 0; }
		
		#Purchase-Buttons UL .Option-OOS .Item-Price { font-size: 1.4em; }
		
		#Purchase-Buttons UL LI p { font-size: 0.8em; }
		
		#Purchase-Buttons UL LI .Product-Quantity { font-size: 0.8em; }
		
		#Purchase-Buttons #Purchase-Buttons-Title { 
		
			font-weight: bold;
			font-size: 0.8em;
		
		}
		
	/* ----- Wish List ----- */
	
		.wishlist-label { 
		
			float: left;
		
			margin: 30px 0 0 0; 
			
			width: 430px;
		
		}
		
	/* ----- Icons ----- */	
	
		.Info-Icon {
		
			padding: 5px 5px 3px 0;
		
			float: left;
		
		}
		
	/* ----- Bookmark Links ----- */
	
		#Bookmark-Options {
		
			position: relative;
			float: left;
			
			width: 300px;
		
		}
		
		#Bookmark-Options UL {
		
			margin: 0 0 0 0;
			
			list-style: none;
			
			width: 300px;
		
		}
		
		#Bookmark-Options UL LI { 
		
			float: left;
			width: 300px; 
			
			clear: both;
		
		}
		
		#Bookmark-Options UL LI .Info-Icon { padding: 0 10px 0 0; }
		#Bookmark-Options UL LI p { padding: 10px 5px 0 0; }
		
		#Bookmark-Options UL LI p { color: #666666; }
		#Bookmark-Options UL LI p a { color: #666666; }
		#Bookmark-Options UL LI p a:hover { color: #666666; }
		
		#Bookmark-Options UL LI { font-size: 0.8em; }
		#Bookmark-Options UL LI p a:hover { text-decoration: underline; }
			
/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

	/* ----- Page Characteristics Elements ----- */

		.Content-Wide p { color: #666666; }
		.Content-Wide p font { color: #666666; }
		.Content-Wide p b { color: #666666; }
		.Content-Wide h3 { color: #434343; }
		
		.Content-Wide a { color: #ec2025; }
		.Content-Wide a:hover { color: #ec2025; }

		.Content-Wide p a { color: #ec2025; }				
		.Content-Wide p a:hover { color: #ec2025; }
		
		.Content-Wide Table { color: #666666; }				
		.Content-Wide Table label { color: #666666; }				
		.Content-Wide Table a { color: #ec2025; }				
		.Content-Wide Table a:hover { color: #ec2025; }
		
		.Content-Wide UL LI { color: #666666; }				
		.Content-Wide UL LI font { color: #666666; }				
		.Content-Wide UL LI a { color: #ec2025; }				
		.Content-Wide UL LI a:hover { color: #ec2025; }
		
		.Content-Wide OL LI a { color: #ec2025; }				
		.Content-Wide OL LI a:hover { color: #ec2025; }	
		
		.Content-Wide .red b { color: #ec2025; }
				
	/* ----- Content Header ----- */
			
		.Content-Wide-Header h2 { color: #ec2025; }
			
	/* ----- Paging ----- */
	
        .Content-Wide .Content-Wide-Header .Paging { color: #ec2025; }   
        .Content-Wide .Content-Wide-Header .Paging:hover { color: #ec2025; }			          

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */

	/* ----- Product Reviews ----- */
	
		.H3-H { font-size: 0.8em; }

		.Comment-Box { font-size: 0.8em; }
		
	/* ----- Product Tell a Friend ----- */

		#Tell-Add-Container .Information { font-size: 0.8em; }

	/* ----- More Button Elements ----- */

		.Content-Wide .More-Button {

			text-align: right;
			font-weight: bold;
			font-size: 0.7em;

		}

		.Content-Wide .More-Button a { text-decoration: none; }

	/* ----- Content Block Elements ----- */

		.Content-Wide .Description-Container { 
		
			text-align: justify;
		    font-size: 0.8em; 
		
		}		 
		
		/* ----- Content Headings ----- */

    	    .Content-Wide-Header H2 { font-size: 0.8em; }
            .Description-Container H3 { font-size: 1.0em; }
            .Description-Container H4 { font-size: 1.0em; }
            .Description-Container H5 { font-size: 1.2em; }
            .Description-Container H6 { font-size: 1.4em; }		
        
        /* ----- End H Tag Overrides ----- */

		.Content-Wide p a { text-decoration: none; }
		
	/* ----- Gallery & Detail Elements ----- */		 
		
		/* ----- We then scale up the headings to match the sizes of the item details H3 Tags ----- */
		    .Clear-Heading H3 { font-size: 1.2em; }
	
		.Product-Heading {
		
			font-size: 0.8em; 
			font-weight: bold;
		
		}
		
	/* ----- Table Elements ----- */

		.Content-Wide Table { }		
		
		.Content-Wide Table th { text-align: left; }

		/* ----- Cancel out the double sizing of P tag ----- */

			.Content-Wide Table p { font-size: 1.0em; }

		/* ----- Sort out link elements ----- */

		.Content-Wide Table a { text-decoration: none; }
		
		.Full-Width-Table td { text-align: center; }
		
	/* ----- Content Table ----- */
	
		.Content-Table td { font-size: 0.8em; }

	/* ----- List Elements ----- */

		.Tab-Content { font-size: 0.8em; }

		.Content-Wide UL { }
		
		.Content-Wide UL LI { 
		
		    line-height: 1.0em;
		    text-align: justify; 
		
		}
		
		.Content-Wide UL LI a { text-decoration: none; }
		
		.Content-Wide UL LI p { font-size: 1.0em; }
		
		.Content-Wide OL { }	 
		
		.Content-Wide OL LI {
		
		    line-height: 1.0em;
		    text-align: justify;
		    
	    }
		
		.Content-Wide OL LI a { text-decoration: none; }
		
		.Content-Wide OL LI p { font-size: 1.0em; }
		
	/* ----- Content Header ----- */
				
		.Content-Wide-Header h2 { font-weight: bold; }
				
	/* ----- Paging ----- */
	
        .Content-Wide .Content-Wide-Header .Paging { 
        
            font-size: 0.8em;
            text-decoration: none;
        
        }  	 
        
    /* ----- Wish List ----- */
   	
   		.wishlist-label { font-size: 0.8em; }
		
