/* ------------------------------------------------------------ */
/* 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(http://images.esellerpro.com/2341/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(http://images.esellerpro.com/2341/images/elements/category-c-top-v5.gif);	  

			}

			.Category-Base-v5 { 

				position: relative;
				float: left;

				width: 184px;
				height: 4px;

				background-image: url(http://images.esellerpro.com/2341/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: 8px 0 0 10px;

				}

				.Category-v5 .More-Button {

					position: relative;
					float: left;

					margin: 0 0 0 0;

					display: block;	 

					width: 184px; 
					height: 32px; 

					background-image: url(http://images.esellerpro.com/2341/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 0 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;

			}

			* 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 #000000;

            }

            * 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 0 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 10px 0 0;

				display: block;

				width: 49px;
				height: 13px;

				background-image: url(http://images.esellerpro.com/2341/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 5px 0 0; }

			.Content-Show-Button { 

				position: relative;
				float: right;

				margin: 2px 10px 0 0;

				display: block;

				width: 49px;
				height: 13px;

				background-image: url(http://images.esellerpro.com/2341/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 5px 0 0; }
            
        .Product-Button { padding: 5px 6px 0 0; } 	
        
        .Product-Soldout-Button {
        
        	position: relative;
        	float: left;
        	
        	margin: 10px 0 0 0;
        
        }
        
        .Product-Buy-Button {
        
            position: relative;
            float: left;	
            
            margin: 10px 0 0 0;
            padding: 0 0 0 0;
            
            width: 109px;
            height: 25px;
            background-image: url(http://images.esellerpro.com/2341/images/objects/buttons/buy-item-small.gif);
            
            cursor: pointer;
           
            font-size: 0.7em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: center;
            
            color: #ffffff; 
        
        }
        
        #Menu-Right .Product-Buy-Button {
        	
        	float: none;
            font-size: 1.0em;
        
        }
        
        .Product-Buy-Button-Large {
        
            position: relative;
            
            margin: 10px 0 0 0;
            padding: 0 0 0 10px;
            
            width: 123px;
            height: 33px;
            
            background-image: url(http://images.esellerpro.com/2341/images/objects/buttons/buy.gif);	  
            
            cursor: pointer;
           
            font-size: 1.0em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: left;
            
            color: #ffffff; 
        
        }
        
        .Product-View-Button {
        
            position: relative;
            float: left;	
            
            margin: 10px 0 0 0;
            padding: 0 0 0 10px;
            
            width: 60px;
            height: 21px;
            background-image: url(http://images.esellerpro.com/2341/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: 0 0 0 0;
            
            width: 82px;
            height: 21px;
            background-image: url(http://images.esellerpro.com/2341/images/objects/buttons/load-button.gif);
            
            cursor: pointer;

            font-size: 1.0em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: center;
            
            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(http://images.esellerpro.com/2341/images/objects/buttons/send-enquiry.gif);	  
            
            cursor: pointer;
           
            font-size: 0.7em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: left;
            
            color: #ffffff; 
         
        }
        
        .Button-Add-Review { margin: 0 0 10px 20px; }					 
		        
        * html .Button-Add-Review { margin: 0 0 10px 10px; }
        
		.Send-Review-Button-Large {

			position: relative; 
			float: left;

			margin: 0 0 0 0;
			padding: 0 0 0 18px;

			width: 135px;
			height: 31px;

			background-image: url(http://images.esellerpro.com/2341/images/objects/buttons/send-review.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 0;
            
            width: 135px;
            height: 31px;
            
            background-image: url(http://images.esellerpro.com/2341/images/objects/buttons/pay.gif);	  
            
            cursor: pointer;
           
            font-size: 0.7em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: center;
            
            color: #ffffff; 
         
        } 
        
        .PayPal-Button-Large {
         
            position: relative; 
            float: left;
            
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            
            width: 145px;
            height: 31px;
            
            background-image: url(http://images.esellerpro.com/2341/images/objects/buttons/paypal-button.gif);	  
            
            cursor: pointer;
           
            font-size: 0.7em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: center;
            
            color: #ffffff; 
         
        }
        
        .Cart-Update-Button-Large {
        
            position: relative; 
            float: left;
            
            margin: 0 0 0 0;
            padding: 0 0 0 20px;
            
            width: 135px;
            height: 31px;
            
            background-image: url(http://images.esellerpro.com/2341/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 0; 
            
            left: 20px;
            
            width: 135px;
            height: 31px;
            
            background-image: url(http://images.esellerpro.com/2341/images/objects/buttons/update-cart.gif);	  	   
            background-repeat: no-repeat;
            
            cursor: pointer;
           
            font-size: 0.7em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: center;
            
            color: #ffffff; 
        
        }
                   
        .Login-Box-Button-Large {
        
            position: relative;
            
            margin: 0 10px 8px 0;
            padding: 0 0 0 0;
            
            width: 135px;
            height: 31px;
            
            background-image: url(http://images.esellerpro.com/2341/images/objects/buttons/login.gif);	  
            
            cursor: pointer;
           
            font-size: 0.7em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: center;
            
            color: #ffffff; 
        
        }   
        
        .Register-Box-Button-Large {
        
            position: relative;
            
            margin: 0 10px 8px 0;
            padding: 0 0 0 0;
            
            width: 135px;
            height: 31px;
            
            background-image: url(http://images.esellerpro.com/2341/images/objects/buttons/register.gif);	  
            
            cursor: pointer;
           
            font-size: 0.7em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: center;
            
            color: #ffffff; 
        
        } 
        
        .Continue-Shop-Button-Large {
        
            position: relative;	  
            float: left;
            
            display: block;	 
            
            margin: 0 0 0 10px;
            padding: 9px 0 0 12px;
            
            width: 135px;
            height: 31px;
            
            background-image: url(http://images.esellerpro.com/2341/images/objects/buttons/continue-shopping.gif);
            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 { 	 
            
            padding: 0 0 0 0;
            
            color: #ffffff; 
        
        } 
        
        .Exit-Checkout-Button-Large {
        
            position: relative;	  
            float: left;
            
            display: block;	 
            
            margin: 0 0 0 10px;
            padding: 2px 0 0 0;
            
            width: 135px;
            height: 31px;
            
            background-image: url(http://images.esellerpro.com/2341/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: center;
            
        }
        
        .Exit-Checkout-Button-Large-Text { 	 
            
            float: left;
        
            padding: 7px 0 0 14px;
            
            color: #ffffff; 
        
        }
        
        .Request-Password-Button-Large {
        
            position: relative;
            float: left;
            
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            
            width: 135px;
            height: 31px;
            
            background-image: url(http://images.esellerpro.com/2341/images/objects/buttons/request-password.gif);	  
            
            cursor: pointer;
           
            font-size: 0.7em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: center;
            
            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 30px;
            
            width: 135px;
            height: 31px;
            
            background-image: url(http://images.esellerpro.com/2341/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 18px;
            
            width: 135px;
            height: 31px;
            
            background-image: url(http://images.esellerpro.com/2341/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 40px;
            
            width: 135px;
            height: 31px;
            
            background-image: url(http://images.esellerpro.com/2341/images/objects/buttons/login.gif);	  
            
            cursor: pointer;
           
            font-size: 0.7em;
            font-weight: bold; 
            
            text-transform: uppercase;		
            text-align: left;
            
            color: #ffffff; 
        
        }		
        
        .Checkout-Button-Large { 

			position: relative;	

			margin: 0 0 0 0;
			padding: 0 0 0 0;

			width: 135px;
			height: 31px;

			background-image: url(http://images.esellerpro.com/2341/images/objects/buttons/checkout.gif);	  

			cursor: pointer;

			font-size: 0.8em;
			font-weight: bold; 

			text-transform: uppercase;		
			text-align: center;

			color: #ffffff; 

        }
        
        .MailingList-Button-Large { 
		
			position: relative;	

			margin: 0 0 0 0;
			padding: 0 0 0 0;

			width: 135px;
			height: 31px;

			background-image: url(http://images.esellerpro.com/2341/images/objects/buttons/mailinglist.gif);	  

			cursor: pointer;

			font-size: 0.8em;
			font-weight: bold; 

			text-transform: uppercase;		
			text-align: center;

			color: #ffffff; 
		
        }
        
        /* ----- Wish List ----- */

			 .Wishlist-Update-Button {

				position: relative; 
				float: left;

				margin: 0 0 0 0;
				padding: 0 0 0 15px;

				width: 135px;
				height: 31px;

				background-image: url(http://images.esellerpro.com/2341/images/objects/buttons/update-cart.gif);	  	   
				background-repeat: no-repeat;

				cursor: pointer;

				font-size: 0.8em;
				font-weight: bold; 

				text-transform: uppercase;		
				text-align: left;

				color: #ffffff; 
				background-color: #ffffff;

			} 

			.Send-Wishlist-Button {

				position: relative; 
				float: left;

				margin: 0 0 0 0;
				padding: 0 0 0 10px;

				width: 145px;
				height: 31px;

				background-image: url(http://images.esellerpro.com/2341/images/objects/buttons/send-wishlist.gif);	  

				cursor: pointer;

				font-size: 0.8em;
				font-weight: bold; 

				text-transform: uppercase;		
				text-align: left;

				color: #ffffff;  
				background-color: #ffffff;

			} 

			.Delete-Wishlist-Button {

				position: relative; 
				float: right;

				margin: -41px 20px 0 0;
				padding: 0 0 0 18px;

				width: 135px;
				height: 31px;

				background-image: url(http://images.esellerpro.com/2341/images/objects/buttons/delete-wishlist.gif);	  

				cursor: pointer;

				font-size: 0.8em;
				font-weight: bold; 

				text-transform: uppercase;		
				text-align: left;

				color: #ffffff;  
				background-color: #ffffff;

			} 

			* html .Delete-Wishlist-Button-Large { margin: -51px 20px 0 0; } 

			.Wishlist-MyAccount-Button {

				position: relative;
				float: left;

				margin: 10px 0 20px 20px; 

			}							

			* html .Wishlist-MyAccount-Button { margin: 10px 0 20px 12px; }

			.Add-Product-Wish-Button {

				position: relative;
				float: left;

				margin: 0 0 0 0;
				padding: 0 0 0 10px;

				width: 160px;
				height: 31px;

				background-image: url(http://images.esellerpro.com/2341/images/objects/buttons/add-to-wishlist.gif);	  

				cursor: pointer;

				font-size: 0.8em;
				font-weight: bold; 

				text-transform: uppercase;		
				text-align: left;

				color: #ffffff; 
				background-color: #ffffff;

				clear: both;

			}

			.Go-To-Wishlist-Button {

				position: relative;
				float: left;

				margin: 10px 0 20px 20px;

				clear: both;

			}

			* html .Go-To-Wishlist-Button { margin: 10px 0 20px 10px; }

			.Go-To-Wishlist-Menu-Button {

				position: relative;
				float: right;

				margin: 10px 0 0 0;

		}
		
	/* ----- Discount Buttons ----- */
	
		.Apply-Discount-Button-Large { 
		        	
			position: relative;	

			margin: 0 0 0 0;
			padding: 0 0 0 40px;

			width: 135px;
			height: 31px;

			background-image: url(http://images.esellerpro.com/2341/images/objects/buttons/apply-discount.gif);	  

			cursor: pointer;

			font-size: 0.8em;
			font-weight: bold; 

			text-transform: uppercase;		
			text-align: left;

			color: #ffffff; 
		        
        }
    
/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

	/* ----- Category Elements ----- */	 
	
	    /* ----- Category Version 1 ----- */
	
		    .Category-v1 H2 { color: #000000; }
		    
	    /* ----- Category Version 2 ----- */
	
		    .Category-v2 H2 { color: #000000; }
		
		/* ----- Category Version 3 ----- */
	
		    .Category-v3 H2 { color: #000000; }
		    
		/* ----- Category Version 4 ----- */
		
		    /* ----- Does not use More Button Element ----- */ 
		    
		/* ----- Category Version 5 ----- */
		
		    /* ----- More Button becomes H2 ----- */

	/* ----- More Button Elements ----- */
	
	    /* ----- Category Version 1 ----- */
    
            .Category-v1 .More-Button a { color: #514c1f; }				
            .Category-v1 .More-Button a:hover { color: #0a2b6e; }
		
		/* ----- Category Version 2 ----- */
    
            .Category-v2 .More-Button a { color: #514c1f; }				
            .Category-v2 .More-Button a:hover { color: #0a2b6e; }
        
        /* ----- Category Version 3 ----- */
    
            .Category-v3 .More-Button a { color: #514c1f; }				
            .Category-v3 .More-Button a:hover { color: #0a2b6e; } 
            
        /* ----- Category Version 4 ----- */
		
		    /* ----- Does not use text elements ----- */
		
	    /* ----- Category Version 5 ----- */
		
		    .Category-v5 .More-Button a { color: #ffffff; }				
            .Category-v5 .More-Button a:hover { color: #ffffff; }

		.Product .More-Button a { color: #514c1f; }				
		.Product .More-Button a:hover { color: #514c1f; }
		
		/* ----- 1 x Column Item List Format, Version 1.00 ----- */
            
            .Product-1xColumn .More-Button a { color: #514c1f; }				
            .Product-1xColumn .More-Button a:hover { color: #514c1f; }	  
            
        /* ----- 1 x Column Item List Format, Version 2.00 ----- */
            
            .Product-1xColumn-v2 .More-Button a { color: #514c1f; }				
            .Product-1xColumn-v2 .More-Button a:hover { color: #514c1f; }	 
            
        /* ----- 1 x Column Item List Format, Version 3.00 ----- */

			.Product-1xColumn-v3 .More-Button a { color: #514c1f; }				
			.Product-1xColumn-v3 .More-Button a:hover { color: #514c1f; }	
            
        /* ----- 2 x Column Item List Format ----- */
    
            .Product-2xColumn .More-Button a { color: #514c1f; }				
            .Product-2xColumn .More-Button a:hover { color: #514c1f; }		
        
        /* ----- 2 x Column Item List Format, Version 2.00 ----- */
    
            .Product-2xColumn-v2 .More-Button a { color: #514c1f; }				
            .Product-2xColumn-v2 .More-Button a:hover { color: #514c1f; }
		
	/* ----- Product Elements ----- */
	
		.Product a { color: #000000; }				
		.Product a:hover { color: #514c1f; }
		
		.Product .Product-Price { color: #514c1f; }	
		
		/* ----- 1 x Column Product List Format ----- */
            
            .Product-1xColumn a { color: #000000; }				
            .Product-1xColumn a:hover { color: #514c1f; }
    
            .Product-1xColumn .Product-Price { color: #514c1f; }   
        
        /* ----- 1 x Column Product List Format, Version 2.00 ----- */
            
            .Product-1xColumn-v2 a { color: #000000; }				
            .Product-1xColumn-v2 a:hover { color: #514c1f; }
    
            .Product-1xColumn-v2 .Product-Price { color: #514c1f; }
            
        /* ----- 1 x Column Product List Format, Version 3.00 ----- */

			.Product-1xColumn-v3 a { color: #000000; }				
			.Product-1xColumn-v3 a:hover { color: #514c1f; }
		    
            .Product-1xColumn-v3 .Product-Price { color: #514c1f; }
        
        /* ----- 2 x Column Product List Format ----- */
            
            .Product-2xColumn a { color: #000000; }				
            .Product-2xColumn a:hover { color: #514c1f; }
    
            .Product-2xColumn .Product-Price { color: #514c1f; }   
        
        /* ----- 2 x Column Product List Format, Version 2.00 ----- */
            
            .Product-2xColumn-v2 a { color: #000000; }				
            .Product-2xColumn-v2 a:hover { color: #514c1f; }
    
            .Product-2xColumn-v2 .Product-Price { color: #514c1f; }
		
		/* ----- Custom Right Menu Colours ----- */
		
			#Menu-Right .Product a { color: #333333; }				
			#Menu-Right .Product a:hover { color: #333333; }

            #Menu-Right .Product .Price-Title { color: #114776; }
			#Menu-Right .Product .Price { color: #114776; }

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */

	/* ----- Category Elements ----- */
	
	    /* ----- Category Version 1 ----- */
	
		    .Category-v1 H2 { font-size: 0.7em; }

        /* ----- Category Version 2 ----- */
	
		    .Category-v2 H2 { font-size: 0.7em; }
		
		/* ----- Category Version 3 ----- */
	
		    .Category-v3 H2 { font-size: 0.7em; }		
		    
	    /* ----- Category Version 4 ----- */
		
		    /* ----- Does not use text elements ----- */
		    
        /* ----- Category Version 5 ----- */
	
		    .Category-v5 H2 { font-size: 0.7em; }	

	/* ----- More Button Elements ----- */		   
	
	    /* ----- Category Version 1 ----- */
        
            .Category-v1 .More-Button { 
    
                text-align: right;
                font-weight: bold;
                font-size: 0.7em; 
    
            }
    
            .Category-v1 .More-Button a { text-decoration: none; }
            
        /* ----- Category Version 2 ----- */
        
            .Category-v2 .More-Button { 
    
                text-align: right;
                font-weight: bold;
                font-size: 0.7em; 
    
            }
    
            .Category-v2 .More-Button a { text-decoration: none; }
      
        /* ----- Category Version 3 ----- */
        
            .Category-v3 .More-Button { 
    
                text-align: right;
                font-weight: bold;
                font-size: 0.7em; 
    
            }
    
            .Category-v3 .More-Button a { text-decoration: none; }		
            
        /* ----- Category Version 4 ----- */
		
		    /* ----- Does not use More Button Element ----- */
	
	    /* ----- Category Version 5 ----- */
		
			.Category-v5 { text-align: center; }
			
		    .Category-v5 .More-Button { 
    
                font-weight: bold;
                font-size: 0.75em; 
    
            }
    
            .Category-v5 .More-Button a { text-decoration: none; }
            .Category-v5 .More-Button a:hover { text-decoration: underline; }
		
	/* ----- 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; }
		
		/* ----- Remove bold emphasis from product H-Tags Titles ----- */		 
		
		    .Product H3 { font-weight: normal; }
		
	    /* ----- 1 x Column Product List Format ----- */
        
            .Product-1xColumn { font-size: 0.7em; }
    
            .Product-1xColumn a { text-decoration: none; }
            
            .Product-1xColumn H3 { font-weight: bold; }  
    
            .Product-1xColumn .Product-Price-Title { }
            .Product-1xColumn .Product-Price { font-weight: bold; }		 
            
        /* ----- 1 x Column Product List Format, Version 2.00 ----- */
        
            .Product-1xColumn-v2 { font-size: 0.7em; }
    
            .Product-1xColumn-v2 a { text-decoration: none; }
            
            .Product-1xColumn-v2 H3 { font-weight: bold; }  
    
            .Product-1xColumn-v2 .Product-Price-Title { }
            .Product-1xColumn-v2 .Product-Price { font-weight: bold; }	 	  
            
            .Product-1xColumn-v2 .Variation-Title { font-weight: bold; }
            
            .Product-1xColumn-v2 .Product-Menu-Buttons .Product-1xColumn-v2-Options LI .Quantity-Heading { font-weight: bold; }
            
        /* ----- 1 x Column Product List Format, Version 3.00 ----- */

			.Product-1xColumn-v3 { font-size: 0.7em; }

			.Product-1xColumn-v3 a { text-decoration: underline; }

			.Product-1xColumn-v3 H3 {

				font-weight: normal; 

				font-size: 1.1em;

			}  

			.Product-1xColumn-v3 .Product-Price-Title { }
			.Product-1xColumn-v3 .Product-Price {

				font-family: arial, tahoma, verdana;	

				font-size: 1.4em;

				font-weight: bold; 

			}	 	  

			.Product-1xColumn-v3 .Variation-Title { font-weight: bold; }
				            
            .Product-1xColumn-v3 .Product-Menu-Buttons .Product-1xColumn-v3-Options LI .Quantity-Heading { font-weight: bold; }

        /* ----- 2 x Column Product List Format ----- */
        
            .Product-2xColumn { font-size: 0.7em; }
    
            .Product-2xColumn a { text-decoration: none; }	 
            
            .Product-2xColumn H3 { font-weight: bold; }
    
            .Product-2xColumn .Product-Price-Title { }
            .Product-2xColumn .Product-Price { font-weight: bold; }			

        /* ----- 2 x Column Product List Format, Version 2.00 ----- */
        
            .Product-2xColumn-v2 { font-size: 0.7em; }
    
            .Product-2xColumn-v2 a { text-decoration: none; }	 
            
            .Product-2xColumn-v2 H3 { font-weight: bold; }
    
            .Product-2xColumn-v2 .Product-Price-Title { }
            .Product-2xColumn-v2 .Product-Price { font-weight: bold; }		
            
            .Product-2xColumn-v2 .Product-Menu-Buttons .Product-2xColumn-v2-Options LI .Quantity-Heading { font-weight: bold; }