/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */

	/* ----- Content Wide Block ----- */

		.Content-Wide {

			position: relative;
			float: left;

			margin: 10px 0 0 10px;

			width: 578px;
			height: auto;

			background-image: url(http://images.esellerpro.com/2281/images/elements/content-wide-c-bg.gif); 

		}
		.Content-Wide-design {

			position: relative;
			float: left;

			margin: 10px 0 0 10px;

			width: 700px;
			height: auto;

		

		}


		* html .Content-Wide { margin: 10px 0 0 5px; }

		.Content-Wide-Top { 

			position: relative;
			float: left;

			width: 578px;
			height: 4px;

			line-height: 0px;

			background-image: url(http://images.esellerpro.com/2281/images/elements/content-wide-c-top.gif); 

		}

		.Content-Wide-Base { 

			position: relative;
			float: left;

			width: 578px;
			height: 4px;

			background-image: url(http://images.esellerpro.com/2281/images/elements/content-wide-c-base.gif);

		}

		.Content-Wide-Header {

			position: relative;
			float: left;
			
			margin: 0 0 15px 0;

			width: 578px;
			height: 28px;
			
			background-image: url(http://images.esellerpro.com/2281/images/elements/content-wide-header.gif);			

		}
		
		.Content-Wide-Footer {

			position: relative;
			float: left;

			width: 578px;
			height: 28px;

			background-image: url(http://images.esellerpro.com/2281/images/elements/content-wide-footer.gif);

		}  
		
		.Content-Wide-Button-Container {
		
		    position: relative;
		    float: left;	
		    
		    margin: 10px 0 0 10px;
		    padding: 0 0 10px 0;
		    
		    width: 558px;
		    height: auto;	
			
		} 
		
			
		* html .Content-Wide-Button-Container { margin: 10px 0 10px 5px; }

    /* ----- Element Styles ----- */
    
    	.Content-Image { 
    	
    		position: relative;
    		
    		padding: 0 0 10px 20px;
    	
    	}
    	
    	.Content-Image-R { 
		    	
			position: relative;
			float: right;
		
			padding: 0 20px 10px 240px;
					    	
    	}
    	
    	.Cols .Content-Image { padding: 0 0 10px 10px; }
	
		.Content-Wide p { padding: 0 10px 10px 20px; }
		.Content-Wide table p { padding: 0 10px 10px 0; }
		
		.Content-Wide Table { }	
		
		.Content-Table { 
			
			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 ----- */
				
				        #formShowPostageCountries select { width: 405px; }
						
						.idCountryArray { float: left; }	 
						
						#formShowPostageMethods select { width: 405px; } 
						
				        .idShipmentArray { float: left; }
								
				.Radio-Option { float: left; }
				
				#subject { width: 300px; }
				
				#message {

					margin: 5px 0 5px 0;

					width: 300px; 
					height: 100px; 

					border: 1px solid #bebebe;

				}
				
				#recipients {
				
					margin: 5px 0 5px 0;

					width: 300px; 
					height: 100px; 

					border: 1px solid #bebebe;
				
				}

				.Radio-Option { float: left; }
				
				.largeText-Input {
				
					margin: 0 0 5px 0;

					width: 300px;								  
					height: 15px;

					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;

				}
				
				.Input-Heading { float: left; }

				.Radio-Option { }

				.ContentBlock-Value select {

					margin: 5px 0 5px 0;

					width: 202px;

					border: 1px solid #bebebe;

				}		   
				
				.Select-Small { width: 100px; }	 

                #issueNumber { width: 60px; }
                #ExpMonth { width: 60px; }	 
                #ExpYear { width: 60px; }
				#StartDateMonth { width: 60px; }
				#StartDateYear { width: 60px; }

		.Content-Wide UL {

			/* ----- Outside ----- */
    
                margin: 10px 20px 10px 40px;  
                
                list-style: disc;	  
                list-style-position: outside;
			
			/* ----- Inside ----- */
			
			/* 
                margin: 10px 20px 10px 20px;  
                
                list-style: disc;	  
                list-style-position: inside;
            */
            
		}

		.Content-Wide UL LI { padding: 0 0 3px 0; }
		
		.Content-Wide OL {	
			
		    /* ----- Outside ----- */
    
                margin: 10px 20px 10px 40px;  
                
                list-style: decimal;	  
                list-style-position: outside;
			
			/* ----- Inside ----- */
			
			/* 
                margin: 10px 20px 10px 20px;  
                
                list-style: decimal;	  
                list-style-position: inside;
            */

		}

		.Content-Wide OL LI { padding: 0 0 3px 0; }

		.Content-Wide-Header H2 {

			position: relative;
			float: left;

			margin: 5px 0 0 10px; 	
			padding: 0 0 0 0;

		}

		* html .Content-Wide-Header H2 { margin: 5px 0 0 5px; }	  
		
		/* ----- Content Headings ----- */
            
            .Content-Wide H3 {
            
                position: relative; 
    
                margin: 0 0 8px 20px; 	
                padding: 0 20px 0 0;
    
                clear: both;
    
            }
    
            .Content-Wide H4 {
            
                position: relative; 
    
                margin: 0 0 8px 20px; 	
                padding: 0 0 0 0;
    
                clear: both;
    
            }	  
            
            .Content-Wide H5 {
            
                position: relative; 
    
                margin: 0 0 8px 20px; 	
                padding: 0 0 0 0;
    
                clear: both;
    
            }
    
            .Content-Wide H6 {
            
                position: relative; 
    
                margin: 0 0 8px 20px; 	
                padding: 0 0 0 0;
    
                clear: both;
    
            }
    
		.Content-Wide-Header .More-Button {

			position: relative;
			float: right;

			margin: 8px 20px 0 0;
			padding: 0 0 0 0;

		}
		
		* html .Content-Wide-Header .More-Button { margin: 8px 10px 0 0; }
		
		.Content-Wide-Footer .More-Button {

			position: relative;
			float: right;

			margin: 0 20px 0 0;
			padding: 0 0 0 0;

		}
				
		* html .Content-Wide-Footer .More-Button { margin: 0 10px 0 0; }
		
		.Content-Wide .More-Button img { margin: 0 0 0 5px; }		 
		
		
	/* ----- Product Reviews ----- */	  
	
		.Feedback-Table { margin: 10px 0 10px 0; }
		
		.Feedback-Form .Content-Wide-Button-Container { margin: 10px 0 0 0; }

		.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: 540px;

			border-bottom: 1px dotted #969696;

		}  
		.Comment-Box p {

			padding: 0 0 0 0;

		}

		.Comment-Box h4 { 
	
			float: left;
			margin: 3px 0 10px 0;
			
			clear: right;

		}
		
		.Comment-Box p {
		
			clear: both;
		
		}

		.Reviews-Form { 

			position: relative;
			float: left;

			padding: 0 0 20px 20px;

		}

		#review {

			margin: 5px 0 5px 0;

			width: 300px; 
			height: 70px; 

			border: 1px solid #bebebe;

		}

/* ------------------------------------------------------------ */
/* Misc Elements */
/* ------------------------------------------------------------ */

    /* ----- Content Divider ----- */

        .Content-Divider { 
        
            position: relative;
            float: left;		 
            
            margin: 0 0 0 0;
            padding: 0 0 0 0;
                                    
            clear: both;
            
            width: 578px;
            
            font-size: 0;
        
        }      
        
    /* ----- About Us ----- */		
    
    
    .about-us-left { 
    
           width: 284px; 
           padding-top: 10px;
           
           
           position: relative;
           float: left;
           
    
    }
    
        .about-us-left p { 
    
        font-size: 0.75em; 
        font-family: arial, tahoma, verdana;
           
    
    }
    
    .about-us-left h3 { 
    
        font-family: arial, tahoma, verdana;
           
    
    }
    
    .about-us-right { 
    
    	   width: 284px;
    	   padding-left: 10px;
    	   padding-top: 10px;
           
           position: relative;
           float: left;
    	   
    }
    

	/* ----- Content Adverts ----- */
	
		.Content-Advert {
		
			position: relative;
			float: left;
			
			padding: 0 0 0 10px;
		
		}	 
		
			.Content-Advert-Design {
		
			position: relative;
			float: right;
			
			padding: 0 0 0 0;
		
		}
			  
			.deliverytable {
			
			padding-left: 10px;	  
			
		}
	/* ----- Paging Elements ----- */

		.Content-Wide .Content-Wide-Header .Paging {

			position: relative;
			float: right;

			padding: 5px 10px 0 0;						

		}

		.Content-Wide .Content-Wide-Footer .Paging {

			position: relative;
			float: right;

			padding: 8px 10px 0 0;						

		}

		.Content-Wide .Paging img { margin: 0 0 0 5px; }
		
		/* ----- Shipping Problem Table ----- */
		
			.Shipping-Problem-Table {
			
				position: relative;
				float: left;
				
				clear: both;
			
				margin: 0 0 10px 20px;
				
				width: 540px;
				
				border-left: 1px solid #d0d0d0;
				border-bottom: 1px solid #d0d0d0;
				
				border-collapse: collapse;
			
			}
			
			* html .Shipping-Problem-Table { margin: 0 0 10px 10px; }
			
			.Shipping-Problem-Table td { 
			
				margin: 0 0 0 0;
				padding: 4px 4px 4px 4px;
				
				border-right: 1px solid #d0d0d0;
				border-top: 1px solid #d0d0d0;
			
			}
			
			.Shipping-Problem-Table .ItemSKU { width: 140px; }
			
		/* ----- Form Warnings ----- */
		
			.Warning-Icon { 
			
				position: relative;
				float: left;
				
				padding: 0 5px 0 0;
			
			}
			
	#ErrorPostCode td p { padding: 10px 0 0 0; }
	
	/* ----- Delivery Table ----- */
	
		.Delivery-Table { 
		
			margin: 0 0 10px 20px;
				
			padding: 0 10px 5px 0;

			border-collapse: collapse;

			border-left: 1px solid #000000;
			border-top: 1px solid #000000;
			
						
		}
		
		* html .Delivery-Table { margin: 0 0 10px 10px; }
	
		.Delivery-Table td { 
		
			margin: 0 0 0 0;
			padding: 5px 5px 5px 5px;
			
			border-right: 1px solid #000000;
			border-bottom: 1px solid #000000;
		
		}
		
	/* ----- Content Columns ----- */
	
		.Cols {
		
			position: relative;
			float: left;
			
			width: 560px;
		
		}
		
		.Col1 { 
		
			position: relative;
			float: left;
			
			padding: 0 0 0 0;
			
			width: 280px;
			
		}
		
		.Col01 { 
		
			position: relative;
			float: left;
			
			padding: 0 0 0 0;
		
		}
		
		.Col2 { 

			position: relative;
			float: left;
			
			padding: 0 0 0 0;

			width: 280px;
			
		}
		
		.Col02 { 
				
			position: relative;
			float: right;

			padding: 70px 0 0 0;
			
			width: 350px;
			
			overflow: hidden;

		}
		
	/* ----- Brands Table ----- */
	
		.Brands-Table {
		
			position: relative;
			float: left;
			
			margin: 0 0 0 10px;
			
			border-collapse: collapse;
		
		}
		
		* html .Brands-Table { margin: 0 0 0 5px; }
		
		.Brands-Table td {
		
			width: 185px;
		
			padding: 0 0 20px 0; 
			
			overflow: hidden;
			
		}

/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */
		
	/* ----- Content Header ----- */
		
		.Content-Wide-Header h2 { color: #000000; }	
		
	/* ----- More Button Elements ----- */
	
		.Content-Wide .Content-Wide-Header .More-Button a { color: #000000; }				
		.Content-Wide .Content-Wide-Header .More-Button a:hover { color: #00296e; }
		
		.Content-Wide .Content-Wide-Footer .More-Button a { color: #000000; }				
		.Content-Wide .Content-Wide-Footer .More-Button a:hover { color: #00296e; }

	/* ----- Paging Elements ----- */
	
		.Content-Wide .Content-Wide-Header .Paging { color: #000000; } 
		
		.Content-Wide .Content-Wide-Header .Paging-Current-Page { color: #000000; }
		.Content-Wide .Content-Wide-Header .Paging a { color: #00296e; }
		.Content-Wide .Content-Wide-Header .Paging a:hover { color: #00296e; }
		
		.Content-Wide .Content-Wide-Footer .Paging { color: #000000; } 
		
		.Content-Wide .Content-Wide-Footer .Paging-Current-Page { color: #000000; }
		.Content-Wide .Content-Wide-Footer .Paging a { color: #00296e; }
		.Content-Wide .Content-Wide-Footer .Paging a:hover { color: #00296e; }	

    /* ----- Page Characteristics Elements ----- */
    
		.Content-Wide a { color: #00296e; }
		.Content-Wide a:hover { color: #00296e; }

		.Content-Wide p a { color: #00296e; }				
		.Content-Wide p a:hover { color: #00296e; }
		
		.Content-Wide Table a { color: #00296e; }				
		.Content-Wide Table a:hover { color: #00296e; }
		
		.Content-Wide UL LI a { color: #00296e; }				
		.Content-Wide UL LI a:hover { color: #00296e; }
		
		.Content-Wide OL LI a { color: #00296e; }				
		.Content-Wide OL LI a:hover { color: #00296e; }

		.Red { color: #cf0000; }
		.Red b { color: #cf0000; }		
		
		.red b { color: #cf0000; }

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */

		.Content-Wide a:hover { text-decoration: underline; }

	/* ----- More Button Elements ----- */

		.Content-Wide .More-Button {

			text-align: right;
			font-weight: normal;
			font-size: 0.75em;

		}

		.Content-Wide .More-Button a { text-decoration: none; }

	/* ----- Content Block Elements ----- */
		
		/* ----- Content Headings ----- */
    
            .Content-Wide H2 { font-size: 0.75em; }
            .Content-Wide H3 { font-size: 0.75em; }
            .Content-Wide .bh { font-size: 0.85em; }
            .Content-Wide H4 { font-size: 0.75em; }
            .Content-Wide H5 { font-size: 0.9em; }
            .Content-Wide H6 { font-size: 1.1em; }
            
            .Comment-Box h4 { font-size: 1.0em; }
		
		.Content-Wide p { font-size: 0.75em; }
		.Content-Wide p a { text-decoration: none; }
		
	/* ----- Table Elements ----- */
	
		.Content-Wide Table { font-size: 0.75em; }
		
		.Content-Wide Table th { text-align: left; }   

        .Content-Wide Table td { vertical-align: top; }
		
		/* ----- Identified Tables ----- */

			.Content-Table-Heading { font-weight: normal; } 
		
		/* ----- 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; }
		
	/* ----- List Elements ----- */
	
		.Content-Wide UL { font-size: 0.75em; }
		
		.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 { font-size: 0.75em; }	 
		
		.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; }	  
		
	#AgeVerify p { font-size: 1.1em; }
