﻿
.Content {
	background: #000 url(../Images/MainProduct.jpg) 50% 50% no-repeat;
}	

	.HeaderImage {
		background: url(../Images/HeaderProduct.jpg) no-repeat;	
	}

.ContentMenubar a {
	color: #fff;
}

/*
.ContentMenubar .Current a,
.ContentMenubar .Current a:hover {
	color: #ccc;
}
*/
		

    #MenuItem4Text {
        width: 600px;
    }    
    
	    .RangeMenubar a {
		    color: #000;
		    font: normal normal bold 1.1em/1.3em Arial, Verdana, Tahoma, Sans-Serif;
		    text-transform: lowercase;
	    }
    	
	    .RangeMenubar li {
		    display: inline;
		    padding: 0px 5px;
	    }	    

	    .Text div.StyleContainer {
	        width: 500px;
	        height: 170px;
	        overflow: hidden;
	    }
    
	        .Text div.Ignore {
		        display: block; 
	        }
        	
	        .Text div.Listing {
	            width: 500px;
	        }
        	
	        .Text ul.Listing {
	            margin-left: 5px;
	        }
        	
	        .Text ul.Listing li {
	            clear: both;
	            width: 250px;
	            overflow: hidden;
	            margin-bottom: 10px;
	            list-style: none;
	        }
        	
	        .Text ul.Listing label,
	        .Text ul.Listing span {
	            float: left;
	            display: block;
	        }
        	
	        .Text ul.Listing label {
	            width: 25%;
	        }

	        .Text ul.Listing span {
	            width: 65%;
	        }
        	
	        .Text div.Listing ul.Listing,
	        .Text div.Listing img {
	            float: left;
	        }
	
