﻿
.Content {
	position: relative;
	background: #000 url(../Images/MainRange.jpg) 50% 50% no-repeat;
}	

	.HeaderImage {
		background: url(../Images/HeaderRange.jpg) no-repeat;	
	}

.ContentMenubar {
    display: block;
    position: absolute;
    right: 0px;
    width: 230px;
    display: block;
    height: 200px;
    text-align: center;
}

.ContentMenubar a {
	color: #fff;
}

.Content .ContentMenubar li {
	float: left;
	width: 60px;
	height: 50px;
	line-height: 50px;
	padding: 0px 0px;
	text-align: center;
}
	
#Text {
	margin-top: 35px;
}

/*
.ContentMenubar .Current a,
.ContentMenubar .Current a:hover {
	color: #ccc;
}
*/

	    .Text div.StyleContainer {
	        width: 500px;
	        height: 170px;
	        overflow: hidden;
	    }
    
	        .Text div.Ignore {
		        display: block; 
	        }
        	
	        .Text div.Listing {
	            
	        }
        	
	        .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: 30%;
	        }

	        .Text ul.Listing span {
	            width: 65%;
	        }
        	
	        .Text div.Listing ul.Listing,
	        .Text div.Listing img {
	            float: left;
	        }
	        
	        .Text a:hover { color: #cc0000; }
	
    .Text .GeneralText a { color: #fff; }
    .Text .GeneralText em { font-style: italic; }