/**
 *	Overrides
 */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6e6e6e;
}
a.edit, button, a.admin {
	background: #0E2C50;
	border:1px solid #333333;
	color:#ffffff;
	padding:5px 1em;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}

a {
	text-decoration: none;
}
a:hover {
}
p {
	line-height: 1.5;
	margin-top: 0px;
}
h1 {
	color:#6e6e6e;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
}
h2 {
	font-size:18px;
	color:#0e2c50;
	font-weight:normal;
}
.error_message {
	color:#900;
	font-weight:bold;
}
.cakeSqlLog {
	clear:both;
	background-color:#FFF;
}

/**
 *	General Layout
 */
.shopBody {
	background-image: url('../img/body-background.gif');
	background-repeat: repeat-x;
	background-color: #f1f1f1;
}

#shopWrapper {
	width: 924px;
	margin:auto;
}

/**
 *	General Layout - Header
 */
#cwHeader {
	height:97px;
	width:100%;
}
#storeLogo {
	float:left;
	margin-top:28px;
}
#headerRight {
	float:right;
	width:400px;
	margin-top:10px;
}
#headerNav {
	float:right;
	color: #ffffff;
	text-align: right;
	font-size:11px;
}
#headerNav a, #headerNav img {
	float:left;
	margin-right:5px;
	display:block;
}
#headerNav a, #headerNav a:visited {
	color: #ffffff;
	text-decoration:none;
}
#headerNav a:hover {
	color:#0e2c50;
}
#headerNav a.selected {
	color:#98A3B1;
}
#headerSearch {
 float:right;
 margin-top:10px;
}
#headerSearch #keywords {
	margin-right:10px;
}

/**
 *	General Layout - Footer
 */
#shopFooter {
	color: #707070;
	font-size:10px;
	text-align:right;
}
#shopFooter a, #shopFooter a:visited {
	color: #707070;
}
#shopFooter a:hover {
	text-decoration:underline;
}

/**
 *	General Layout - Main Content
 */
#mainContentWrapper {
	border: 1px solid #999999;
	background-image: url('../img/main-content-background.gif');
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	min-height: 448px;
}

/**
 * General Layout - Left Menu
 */
#mainContentLeft {
	float: left;
	width: 153px;
	height: 490px;
	margin: 6px 6px 6px 6px;
	display:inline;/*IE*/
	border: 1px solid #999999;
	background-image: url('../img/main-content-left-background.gif');
	background-repeat: repeat-x;
	background-color: #ffffff;
}
#categoriesMenu {
	font-size:12px;
	margin-top:20px;
}
#categoriesMenu .topLevelCategory {
	padding:15px 0px 15px 10px;
}
#categoriesMenu a, #categoriesMenu a:visited {
	color:#FFFFFF;
	display:block;
}
#categoriesMenu .selectedTopLevelCategory {
	background-image:url('../img/top-level-category-selected-background.gif');
}
#categoriesMenu .secondLevelCategory {
	background-image:url('../img/second-level-category-selected-background.gif');
}
#categoriesMenu .secondLevelCategory {
	padding:5px 0px 5px 10px;
	font-size:11px;
	color:#FFFFFF;
}
#categoriesMenu .selectedSecondLevelCategory a,
#categoriesMenu .selectedSecondLevelCategory a:visited,
#categoriesMenu .secondLevelCategory a:hover {
	color:#0e2c50;
}
/**
 * General Layout - Right content
 */
#mainContentRight {
	float: left;
	width: 749px;
	margin: 6px 6px 6px 0px;
}
.mainContentRightWhiteBG {
	background-color: #ffffff;
	border: 1px solid #999999;
	padding: 20px;
	width: 707px;
	min-height:408px;
  height:auto !important;/*IE Hack*/
  height:408px;
}

/**
 *	Featured Products
 */
#featuredMainProduct {
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 343px;
	width: 747px;
	border: 1px solid #999999;
	color: #0e2c50;
}
#featuredMainProduct h1 {
	font-size: 32px;
	margin-top:10px;
	text-align: center;
}
#featuredMainProduct p {
	width:227px;
	float:right;
	margin-right:20px;
	margin-top:100px;
	display:inline;
	color:#666;
}
#featuredMainProduct strong {
	font-size: 17px;
	color:#0e2c50;
}

/**
 * General Layout - Featured products list
 */
#featuredProducts {
	margin-top: 5px;
	width: 747px;
	height: 140px;
	background-color: #ffffff;
	border: 1px solid #999999;
}
#featuredProducts div.featuredProduct {
	float: left;
	padding: 6px 20px 0px 0px;
	height: 120px;
	width: 228px;
	/* 228px */
	border-right:dashed 1px #CCCCCC;
}
#featuredProducts div.right {
	border-right:none;
}
#featuredProducts div.featuredProduct img {
	width:85px;
	height:67px;
	float:right;
	/* float:left; */
	border:1px solid #CCCCCC;
}
#featuredProducts div.featuredProduct a.description {
	width:210px;
	/* 127px; */
	height:120px;
	overflow:visible;
	float:right;
	display:inline;
}
#featuredProducts div.featuredProduct a.description, #featuredProducts div.featuredProduct a.description:visited {
	color:#777777;
}
#featuredProducts div.featuredProduct a.description strong {
	color:#666;
}
#featuredProducts div.featuredProduct a.description img {
	width:80px;
	height:63px;
/*	width:85px;
	height:67px; */
	float:right;
	display:inline;
	overflow:visible;
	/*float:left; */
	border:0px solid #CCCCCC;
	padding: 0px 0px 0px 5px;
}


/**
 *	Search results
 */
#searchResults {
	width: 750px;
	min-height: 428px;
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #999999;
}

/**
 * Breadcrumb
 */
#breadcrumb {
	width:100%;
	height:31px;
	line-height:31px;
}
#breadcrumb a, #breadcrumb img {
	margin-right:5px;
}
a.breadcrumb1, a.breadcrumb1:visited, a.breadcrumb:hover {
	color:#6e6e6e;
	text-decoration:none;
	font-size:24px;
	font-weight:normal;
}
a.breadcrumb2, a.breadcrumb2:visited, a.breadcrumb2:hover {
	color:#0e2c50;
	font-size:24px;
	text-decoration:none;
}
a.breadcrumb3, a.breadcrumb3:visited, a.breadcrumb3:hover {
	color:#0e2c50;
	font-size:24px;
	font-weight:normal;
	text-decoration:none;
}

/**
 *	Subcategories
 */
.subCategoryCols li{
	float: left;
	display: block;
	margin:0px 15px 5px 0px;
	height:131px;
}
.subCategoryCols li img {
	border:solid 1px #959595;
}
.subCategoryCols li a, .subCategoryCols li a:visited {
	color:#959595;
}

/**
 * Used Categories
 */
.usedCategories {
}
.usedCategoryColumn {
	width:200px;
	float:left;
}
.usedCategory {
	width:100%;
	padding-left:30px;
	color:#444444;
	display:block;
	height:22px;
	line-height:22px;
	margin-bottom:11px;
	background-color:#f0f0f0;
	font-weight:bold;
}
a.usedCategory:hover { color:#1d5aa3; }

/**
 *	Products Type Links
 */
.productTypes {
	border-collapse:collapse;
	background-color:#395270;
	height:22px;
	width:100%;
}
.productTypes tr.typeLinks td {
	padding:0px 15px 0px 15px;
}
.productTypes a, .productTypes a:visited {
	color:#FFFFFF;
}

/** 
 * Product Listing
 */
h3.productTypeHeader {
	font-size:13px;
	color:#0e2c50;
}
.productTable {
	width:100%;
	color:#333;
}
.productTable th {
	padding:3px 15px 3px 15px;
	background-color:#cacaca;
}
.productTable td.spacer {
	height:5px;
	background-color:#FFFFFF;
}
.productTable td {
	padding:3px 15px 3px 15px;
	background-color:#dbdbdb;
}
.productTable .productBrand {
	text-align:left;
	width:75px;
}
.productTable .productDescription {
	width:40%;
	text-align:left;
}
.productTable .productPrice {
	text-align:left;
}

.productTable .productLocation{
	text-align: left;
	width:200px;
}

.productTable .productGrade {
	width:50px;
	text-align:center;
}

/**
 * Locations
 */
.contactTable td {
	vertical-align:top;
}
.contactTable td.label {
	padding-right:15px;
	color:#54545b;
}
.contactTable td.content {
	font-weight:bold;
	color:#102d4f;
	padding-right:100px;
}