@charset "UTF-8";

body {
	padding: 0;
	font: 0.85em/1.4em Verdana, Geneva, sans-serif;
	margin: 0;
}

/* @group Master */

.MasterDetail
{
	font: 100% Verdana, Geneva, sans-serif;
	margin: 2px;
	width: 800px;
}



/* @end */

.MasterDetail .MasterContainer
{
	width: 200px;
	float: left;
	overflow: hidden;
}
.MasterDetail .MasterColumn
{
	font-size: 75%;
	padding: 2px;
	cursor:pointer;
	height: 25px;
}
.MasterDetail .MasterColumnHover
{
	background-color: #86cef7;
}
.MasterDetail .MasterColumnSelected
{
	background-color: #0c1e4c;
	color: white;
}

.MasterColumnImage {
	width: 25px;
	height: 25px;
	float: left;
	clear: right;
	vertical-align: middle;
}

.MasterColumnText {
	margin-left: 25px;
	float: left;
	clear: right;
	height: 25px;
	top: 3px;
	padding-top: 4px;
}

/* @group Detail */

.MasterDetail .DetailContainer
{
	padding:10px;
	width: 576px;
	height: 498px;
	float: right;
	overflow: auto;
	border: 2px solid #0c1e4c;
	background: #f1f1f1 url(navy_fade_20x250.png) repeat-x;
}

.MasterDetail .DetailImage
{
	width: 400px;
	height: 400px;
	margin-left: 87px;
}



.MasterDetail .DetailModel
{
	margin-bottom: 1px;
	color: #16658d;
	font: bold 1.5em Verdana, Geneva, sans-serif;
}

.MasterDetail .DetailDescription
{
	margin-bottom: 1px;
	font-size: 1.25em;
}

.MasterDetail .DetailSize
{
	margin-bottom: 1px;
	font-size: 1.25em;
}



/* @end */

/* @group General */

. {
	
}

h1 {
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	font-size: 2.2em;
}

h2 {
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	font-size: 2em;
}

h3 {
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	font-size: 1.8em;
}

h4 {
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	font-size: 1.6em;
}



/* @end */
