﻿body 
{
    background-image: url(/Images/Home/Default_01.jpg);
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
    color:#126;
    font:12px 'trebuchet ms','lucida sans','lucida grande',sans-serif;
}

img
{
    border: 0px;
}

a,
a:visited{
	color:#126;
	text-decoration:underline;
	font-weight:bold;
}
a:active,
a:hover{
	color:#D70;
	text-decoration:none;
}
.disabled
{
    text-decoration: none;
}

.content
{
    background:#ccc;
    background:transparent url(/Images/Home/body.png);
    padding-top:10px;
    padding-bottom:10px;
}

.footer
{
    font-family: Trebuchet MS;
    font-size: 11px;
    background-image: url(/Images/Home/footer.png);
}

/* Search */
.selection
{
    padding-bottom: 20px;
}

.title, .title:visited, .title:hover, title:active
{
    color: White;
}

.inventory-search{
	float:left;
	width:234px;
	text-align:left;
}
.inventory-search h4{
	background:url(/Images/heading-line-blue.gif) bottom left repeat-x;
	font-size:14px;
	font-weight:bold;
	padding:0px 0 6px 4px;
	text-transform:uppercase;
}
.inventory-search div
{
	margin:8px 0;
}
.inventory-search-button{
	padding-right:6px;
	text-align:right;
}

/* Search */

.inventory-list{
	width:234px;
	text-align:left;
}
.inventory-list h4{
	background:url(/Images/heading-line-blue.gif) bottom left repeat-x;
	font-size:14px;
	font-weight:bold;
	padding:0px 0 6px 4px;
	text-transform:uppercase;
}
.inventory-list div
{
	margin:8px 0;
}
.inventory-list-button{
	padding-right:6px;
	text-align:right;
}

/* Makes Table */
.makes-table{
	margin:9px 0 0 4px;
	width:400px;
}
.makes-table td{
	font-size:12px;
	color:#126;
	height:22px;
}
.makes-table span{
	color:#FFF;
	padding:0 2px;
}

/* Inventory */
.inventory-item{
	width:670px;
	height:110px;
	background-color:#434C6E;
}
.inventory-item-alt{
	width:670px;
	height:110px;
	background-color:#323953;
}
.table-over{
	background-color:#436E65;
	cursor:pointer;
}
.table-out{
}
.inventory-image{
	padding:5px 22px;
	_width:104px;
	width:148px;
}
.inventory-image img{
	border:2px solid #9AB9D5;
}
.inventory-description{
	width:402px;
}
.inventory-description h4{
	color:#DBDCDC;
	font-size:16px;
	text-decoration:underline;
	margin:0;
	padding:6px 0 0 0;
}
.description-table{
	padding:12px 0 0 0;
}
.description-table td{
	color:#B1CCE4;
}
.description-table a,
.description-table a:visited{
	color:#B1CCE4;
	text-decoration:underline;
}
.description-table a:active,
.description-table a:hover{
	color:#D70;
	text-decoration:none;
}
.description-table td{
	padding-right:10px;
}
.inventory-price{
	width:135px;
	color:#D70;
	font-size:20px;
	font-weight:bold;
}
.inventory-price p{
	margin:0;
	padding:10px 15px 0 0;
	text-align:right;
}

/* Sort */
.inventory-sort{
	font-size:10px;
}
.inventory-sort strong{
	font-size:12px;
	margin:0 5px 0 0;
}
.inventory-sort span{
	padding:0 3px;
}