/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */

	/* ----- Sub Category Summary ----- */
		
		.SubCategory-Summary UL {

			position: relative;
			float: left;

			margin: 0 0 0 20px;

			list-style: none;

		}

		* html .SubCategory-Summary UL { margin: 0 0 0 10px; }

		.SubCategory-Summary UL LI {

			position: relative;
			float: left;

			padding: 0 20px 13px 0;

			width: 165px;

		}

		* html .SubCategory-Summary UL LI { padding: 0 10px 20px 0; }

	/* ----- Category Elements & Styles ----- */		 
                
        /* ----- Category Version 5 ----- */
        
            .Category-v5 {
    
                position: relative;
                float: left;
    
                margin: 12px 0 0 12px;
    
                width: 184px;
                height: auto;
    
                background-image: url(https://images.esellerpro.com/2189/images/elements/category-c-bg-v5.gif);

            }
    
            * html .Category-v5 { margin: 12px 5px 0 6px; }
    
            .Category-Top-v5 { 
    
                position: relative;
                float: left;
    
                width: 184px;
                height: 4px;
    
                line-height: 0px;
    
                background-image: url(https://images.esellerpro.com/2189/images/elements/category-c-top-v5.gif);	  
                
            }
    
            .Category-Base-v5 { 
    
                position: relative;
                float: left;
    
                width: 184px;
                height: 4px;
    
                background-image: url(https://images.esellerpro.com/2189/images/elements/category-c-base-v5.gif);
                
            }
        
            /* ----- Category IMG ----- */
        
                .Category-IMG-v5 {
        
                    position: relative;
                    float: left;
                    
                    clear: both;
                                        
                    width: 182px;
                    height: 123px;	  
                    
                    left: 1px;
        
                }	
        
            /* ----- Element Styles ----- */
        
                .Category-v5 .More-Button a {
        			
        			position: relative;	   
        			float: left;
        			
        			padding: 7px 0 0 10px;
                    
                }
        
                .Category-v5 .More-Button {
        
                    position: relative;
                    float: left;
                    
                    margin: 5px 0 2px 0;
                    
                    display: block;	 
                                  
                    width: 184px; 
                    height: 32px; 
                    
                    background-image: url(https://images.esellerpro.com/2189/images/elements/category-c-h2-v5.gif);
        
                }
        
		/* ----- Inner Product Containers ----- */

			.Product-Row { 
			
				position: relative;
				float: left;

				width: 578px;

			}	

			.Product-Row-Images { 

				position: relative;
				float: left;

				width: 578px;

			}

			.Product-Row-Title { 

				position: relative;
				float: left;

				padding: 0 0 8px 0;

				width: 578px;

			}

			.Product-Row-Price { 

				position: relative;
				float: left;

				padding: 0 0 5px 0;

				width: 578px;

			}
			
			.Product-Row-Buttons {
			
				position: relative;
				float: left;

				padding: 0 0 8px 0;

				width: 578px;
				
				border-bottom: 1px dotted #919191;
			
			}
			
			.Product {

				position: relative;
				float: left;

				width: 131px;

				margin: 0 0 0 10px;	  
				min-height: 1px;

			}
			
			.Product-Row-Colors ul {
			    float: left;
			    margin: 0;
			    padding: 0;
			}
			
			.Product-Row-Colors ul li {
			    list-style: none;
			    float: left;
			    margin: 0 5px 0 0;
			    color: #797979;
			}
			.Product-Row-Colors .Product img { margin: 0; }

			* html .Product { margin: 0 5px 0 5px; }

			.Product img { margin: 10px 0 0 0; }

			.Product .Product-Img { width: 96px; }

			.Product .Product-Divider {

				position: relative;
				left: 0px;

				padding: 0 0 0 0; 

			}

			.Product .Product-Text-Link {

				display: block; 
				padding: 10px 0 0 0; 
			
			}
					
        /* ----- Simplified Version ----- */
        
            .Menu-Simple-Content-Block .Menu-Content-Products .Product {
            
                position: relative;
                float: left;

                margin: 0 0 0 10px;
                padding: 0 0 10px 0;
                
                width: 127px;	   
                
                border-bottom: 1px dotted #b2b2b2;

            }

            * html .Menu-Simple-Content-Block .Menu-Content-Products .Product { margin: 0 0 0 5px; }

            .Menu-Simple-Content-Block .Menu-Content-Products .Product img { margin: 10px 0 0 0; }

            .Menu-Simple-Content-Block .Menu-Content-Products .Product .Product-Img { width: 96px; }

            .Menu-Simple-Content-Block .Menu-Content-Products .Product .Product-Divider { padding: 0 0 0 0; }

            .Menu-Simple-Content-Block .Menu-Content-Products .Product .Product-Text-Link {

                display: block; 
                padding: 10px 0 5px 0; 
                
                width: 127px;

            }
            
	/* ----- Related Pages Containers ----- */
	
		.Related-Pages-Column { 
		
			position: relative;
			float: left;
			
			margin: 0 -2px 0 18px;
			
			width: 170px;
			height: auto;
			
			border: 1px dotted #c8c8c8;
		
		}	
		
		* html .Related-Pages-Column { margin: 0 8px 0 9px; }
		
    /* ----- Submit Button Styles (Including Element Font Formatting) ----- */	 

        /* ----- Element ShowHide Styles ----- */
		
			.Content-Hide-Button { 

				position: relative;
				float: right;

				margin: 2px 6px 0 0;

				display: block;

				width: 49px;
				height: 13px;

				background-image: url(https://images.esellerpro.com/2189/images/objects/buttons/hide-small.gif);

				cursor: pointer;

				font-size: 1.0em;
				font-weight: bold; 

				text-transform: uppercase;		
				text-align: left;

				color: #ffffff; 

			} 

			.Content-Hide-Button:hover { background-position: 0 -13px; }	

			* html .Content-Hide-Button { margin: 2px 3px 0 0; }

			.Content-Show-Button { 

				position: relative;
				float: right;

				margin: 2px 6px 0 0;

				display: block;

				width: 49px;
				height: 13px;

				background-image: url(https://images.esellerpro.com/2189/images/objects/buttons/show-small.gif);

				cursor: pointer;

				font-size: 1.0em;
				font-weight: bold; 

				text-transform: uppercase;		
				text-align: left;

				color: #ffffff; 

			}	

			.Content-Show-Button:hover { background-position: 0 -13px; }	

		* html .Content-Show-Button { margin: 2px 3px 0 0; }
		
		.Button-Add-Review { margin: 0 0 10px 20px; }					 
				        
		.Send-Review-Button-Large {

			position: relative; 
			float: left;

			margin: 0 0 0 0;
			padding: 0 0 0 15px;

			width: 135px;
			height: 31px;

			background-image: url(https://images.esellerpro.com/2189/images/objects/buttons/send-review.gif);	  

			cursor: pointer;

			font-size: 0.7em;
			font-weight: bold; 

			text-transform: uppercase;		
			text-align: left;

			color: #ffffff; 
				         
        }
            
        .Product-Button { padding: 5px 6px 0 0; } 	
        
        .Product-Soldout-Button {
        
        	position: relative;
        	float: right;
        	
        	margin: 10px 0 0 0;
        
        }
        
        .Product-Buy-Button {
        
            position: relative;
            float: right;	
            
            margin: 10px 0 0 0;
            padding: 0 0 0 12px;
            
            width: 60px;
            height: 32px;
            background-image: url(https://images.esellerpro.com/2189/images/objects/buttons/buy-item-small.gif);
            
            cursor: pointer;
           
            font-size: 1.0em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: left;
            
            color: #ffffff; 
        
        }
        
        .Product-Soldout-Button { 
        
        	position: relative;
        	float: right;
        	
        	margin: 10px 0 0 0;
        
        }
        
        .Checkout-Cart-Button {
		        
			position: relative;
			float: right;	

			margin: 10px 0 0 0;
			padding: 0 0 0 12px;

			width: 72px;
			height: 28px;
			background-image: url(https://images.esellerpro.com/2189/images/objects/buttons/checkout-cart.gif);

			cursor: pointer;

			font-size: 1.0em;
			font-weight: bold; 

			text-transform: uppercase;		
			text-align: left;

			color: #ffffff; 
		        
        }  
        
        .Product-Buy-Button-Large {
        
            position: relative;
            
            margin: 0 0 0 0;
            padding: 1px 0 0 29px;
            
            width: 135px;
            height: 31px;
            
            background-image: url(https://images.esellerpro.com/2189/images/objects/buttons/buy.gif);	  
            
            cursor: pointer;
           
            font-size: 0.8em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: left;
            
            color: #ffffff; 
        
        }
        
        .Product-PreOrder-Button-Large {
        
        	position: relative;
        	float: left;
        
        }
        
        .Product-Sold-Out { 
        
        	position: relative;
        	float: right;
        
        }
        
        .Apply-Discount-Button-Large {

			position: relative;	  
			float: left;

			display: block;	 

			margin: 0 0 0 0;
			padding: 0 0 0 40px;

			width: 135px;
			height: 31px;

			background-image: url(https://images.esellerpro.com/2189/images/objects/buttons/apply-discount.gif);
			background-repeat: no-repeat;

			cursor: pointer;

			font-size: 0.7em;
			font-weight: bold; 

			text-decoration: none;
			text-transform: uppercase;		
			text-align: left;

			color: #ffffff;

		}
        
        .Product-View-Button {
        
            position: relative;
            float: left;	
            
            margin: 10px 0 0 0;
            padding: 0 0 0 7px;
            
            width: 60px;
            height: 32px;
            background-image: url(https://images.esellerpro.com/2189/images/objects/buttons/view-item-small.gif);
            
            cursor: pointer;

            font-size: 1.0em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: left;
            
            color: #ffffff; 
        
        } 
        
        .Load-Button {
        
            position: relative;
            float: left;	
            
            margin: 5px 10px 5px 0;
            padding: 2px 0 0 7px;
            
            width: 82px;
            height: 31px;
            background-image: url(https://images.esellerpro.com/2189/images/objects/buttons/load-button.gif);
            
            cursor: pointer;

            font-size: 1.0em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: left;
            
            color: #ffffff; 
        
        }  
        
        .Send-Enquiry-Button-Large {
         
            position: relative; 
            float: left;
            
            margin: 0 0 0 0;
            padding: 0 0 0 15px;
            
            width: 135px;
            height: 31px;
            
            background-image: url(https://images.esellerpro.com/2189/images/objects/buttons/send-enquiry.gif);	  
            
            cursor: pointer;
           
            font-size: 0.7em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: left;
            
            color: #ffffff; 
         
        }	  
        
        .Pay-Button-Large {
         
            position: relative; 
            float: left;
            
            margin: 0 0 0 0;
            padding: 0 0 0 45px;
            
            width: 135px;
            height: 31px;
            
            background-image: url(https://images.esellerpro.com/2189/images/objects/buttons/pay.gif);	  
            
            cursor: pointer;
           
            font-size: 0.7em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: left;
            
            color: #ffffff; 
         
        } 
        
        .PayPal-Button-Large {
         
            position: relative; 
            float: left;
            
            margin: 0 0 0 0;
            padding: 0 0 0 4px;
            
            width: 145px;
            height: 31px;
            
            background-image: url(https://images.esellerpro.com/2189/images/objects/buttons/paypal-button.gif);	  
            
            cursor: pointer;
           
            font-size: 0.7em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: left;
            
            color: #ffffff; 
         
        }
        
        .Cart-Update-Button-Large {
        
            position: relative; 
            float: left;
            
            margin: 0 0 0 0;
            padding: 0 0 0 17px;
            
            width: 135px;
            height: 31px;
            
            background-image: url(https://images.esellerpro.com/2189/images/objects/buttons/update-cart.gif);	  	   
            background-repeat: no-repeat;
            
            cursor: pointer;
           
            font-size: 0.7em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: left;
            
            color: #ffffff; 
        
        } 
        
        .eBayCart-Update-Button-Large {
        
            position: relative; 
            
            margin: 0 0 8px 0;
            padding: 0 0 0 17px; 
            
            left: 20px;
            
            width: 135px;
            height: 31px;
            
            background-image: url(https://images.esellerpro.com/2189/images/objects/buttons/update-cart.gif);	  	   
            background-repeat: no-repeat;
            
            cursor: pointer;
           
            font-size: 0.7em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: left;
            
            color: #ffffff; 
        
        }
                   
        .Login-Box-Button-Large {
        
            position: relative;
            
            margin: 0 10px 8px 0;
            padding: 0 0 0 39px;
            
            width: 135px;
            height: 31px;
            
            background-image: url(https://images.esellerpro.com/2189/images/objects/buttons/login.gif);	  
            
            cursor: pointer;
           
            font-size: 0.7em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: left;
            
            color: #ffffff; 
        
        }   
        
        .Register-Box-Button-Large {
        
            position: relative;
            
            margin: 0 10px 8px 0;
            padding: 0 0 0 26px;
            
            width: 135px;
            height: 31px;
            
            background-image: url(https://images.esellerpro.com/2189/images/objects/buttons/register.gif);	  
            
            cursor: pointer;
           
            font-size: 0.7em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: left;
            
            color: #ffffff; 
        
        } 
        
        .Continue-Shop-Button-Large {
        
            position: relative;	  
            float: left;
            
            display: block;	 
            
            margin: 0 0 0 10px;
            padding: 2px 0 0 5px;
            
            width: 135px;
            height: 31px;
            
            background-image: url(https://images.esellerpro.com/2189/I/1/continue.png);
            background-repeat: no-repeat;
            
            cursor: pointer;
            
            font-size: 0.7em;
            font-weight: bold; 
            
            text-decoration: none;
            text-transform: uppercase;		
            text-align: left;
            
        }
        
        .Continue-Shop-Button-Large-Text { 	 
            
            float: left;
        
            padding: 7px 0 0 6px;
            
            color: #ffffff; 
        
        } 
        
        .Exit-Checkout-Button-Large {
        
            position: relative;	  
            float: left;
            
            display: block;	 
            
            margin: 0 0 0 10px;
            padding: 2px 0 0 5px;
            
            width: 135px;
            height: 31px;
            
            background-image: url(https://images.esellerpro.com/2189/images/objects/buttons/exit-checkout.gif);
            background-repeat: no-repeat;
            
            cursor: pointer;
            
            font-size: 0.7em;
            font-weight: bold; 
            
            text-decoration: none;
            text-transform: uppercase;		
            text-align: left;
            
        }
        
        .Exit-Checkout-Button-Large-Text { 	 
            
            float: left;
        
            padding: 7px 0 0 6px;
            
            color: #ffffff; 
        
        }
        
        .Request-Password-Button-Large {
        
            position: relative;
            float: left;
            
            margin: 0 0 0 0;
            padding: 0 0 0 41px;
            
            width: 135px;
            height: 31px;
            
            background-image: url(https://images.esellerpro.com/2189/images/objects/buttons/request-password.gif);	  
            
            cursor: pointer;
           
            font-size: 0.7em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: left;
            
            color: #ffffff; 
        
        }		
        
        * html .Request-Password-Button-Large { margin: 0 0 8px 10px; }
        
        .Account-Register-Button-Large {   
        
            position: relative;	   
            float: left;
            
            margin: 0 0 0 0;
            padding: 0 0 0 26px;
            
            width: 135px;
            height: 31px;
            
            background-image: url(https://images.esellerpro.com/2189/images/objects/buttons/register.gif);	  
            
            cursor: pointer;
           
            font-size: 0.7em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: left;
            
            color: #ffffff; 
        
        }		 
        
        .Update-Details-Button-Large {   
        
            position: relative;	   
            float: left;
            
            margin: 0 0 0 0;
            padding: 0 0 0 15px;
            
            width: 135px;
            height: 31px;
            
            background-image: url(https://images.esellerpro.com/2189/images/objects/buttons/update-details.gif);	  
            
            cursor: pointer;
           
            font-size: 0.7em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: left;
            
            color: #ffffff; 
        
        }	
        
        * html .Update-Details-Button-Large { margin: 0 0 8px 10px; }	  
        
        .Account-Login-Button-Large {   
        
            position: relative;	
            
            margin: 0 0 0 0;
            padding: 0 0 0 39px;
            
            width: 135px;
            height: 31px;
            
            background-image: url(https://images.esellerpro.com/2189/images/objects/buttons/login.gif);	  
            
            cursor: pointer;
           
            font-size: 0.7em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: left;
            
            color: #ffffff; 
        
        }			
    
    /* ----- Generic Elements ----- */
    
        .I-Label { 
        
            position: absolute;
            
            left: 0;
            top: 0;
        
        }
        
/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

	/* ----- Category Elements ----- */	 
    
        .Category-v5 .More-Button a { color: #ffffff; }				
        .Category-v5 .More-Button a:hover { color: #ffd1ca; }

		.Product .More-Button a { color: #2253b8; }				
		.Product .More-Button a:hover { color: #2258c6; }
		
		/* ----- 1 x Column Item List Format, Version 1.00 ----- */
            
            .Product-1xColumn .More-Button a { color: #2253b8; }				
            .Product-1xColumn .More-Button a:hover { color: #2258c6; }	  
            
        /* ----- 1 x Column Item List Format, Version 2.00 ----- */
            
            .Product-1xColumn-v2 .More-Button a { color: #2253b8; }				
            .Product-1xColumn-v2 .More-Button a:hover { color: #2258c6; }	  
            
        /* ----- 2 x Column Item List Format ----- */
    
            .Product-2xColumn .More-Button a { color: #2253b8; }				
            .Product-2xColumn .More-Button a:hover { color: #2258c6; }		
        
        /* ----- 2 x Column Item List Format, Version 2.00 ----- */
    
            .Product-2xColumn-v2 .More-Button a { color: #2253b8; }				
            .Product-2xColumn-v2 .More-Button a:hover { color: #2258c6; }
		
	/* ----- Product Elements ----- */
	
		.Product a { color: #cf0000; }				
		.Product a:hover { color: #b70202; }
		
		.Product .Product-Price-Title { color: #797979; }	
		.Product .Product-Price-Title-RRP { color: #797979; }	
		
		.Product .Product-Price { color: #b70202; }	
		.Product .Product-Price-RRP { color: #797979; }	
		
		/* ----- 1 x Column Product List Format ----- */
            
            .Product-1xColumn a { color: #000000; }				
            .Product-1xColumn a:hover { color: #2258c6; }
    
            .Product-1xColumn .Product-Price { color: #2258c6; }   
        
        /* ----- 1 x Column Product List Format, Version 2.00 ----- */
            
            .Product-1xColumn-v2 a { color: #000000; }				
            .Product-1xColumn-v2 a:hover { color: #2258c6; }
    
            .Product-1xColumn-v2 .Product-Price { color: #2258c6; }
        
        /* ----- 2 x Column Product List Format ----- */
            
            .Product-2xColumn a { color: #000000; }				
            .Product-2xColumn a:hover { color: #2258c6; }
    
            .Product-2xColumn .Product-Price { color: #2258c6; }   
        
        /* ----- 2 x Column Product List Format, Version 2.00 ----- */
            
            .Product-2xColumn-v2 a { color: #000000; }				
            .Product-2xColumn-v2 a:hover { color: #2258c6; }
    
            .Product-2xColumn-v2 .Product-Price { color: #2258c6; }

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */

	/* ----- Category Elements ----- */
		
		    .Category-v5 H2 { font-size: 0.7em; }	

	/* ----- More Button Elements ----- */		   
	
	    /* ----- Category Version 5 ----- */
		
		    .Category-v5 .More-Button { 
    
                text-align: right;
                font-weight: bold;
                font-size: 0.8em; 
    
            }
    
            .Category-v5 .More-Button a { text-decoration: none; }
		
	/* ----- Product Elements ----- */	
	
		.Product {
		
			font-size: 0.7em; 
			text-align: center;
			
		}
		
		.Product a { text-decoration: none; }	 
		
		/* ----- Product Item List Price Elements ----- */
		
		    .Product .Product-Price-Title { }
		    
		    .Product .Product-Price { font-weight: bold; }		    
		    .Product .Product-Price-RRP { 
		    
		    	font-style: italic; 
		    	text-decoration: line-through;
		    
		    }
		
		/* ----- Remove bold emphasis from product H-Tags Titles ----- */		 
		
		    .Product H3 { font-weight: normal; }
