/* CSS Document */
/* 
	dark blue color: #1f3551;
	gold color: #c4aa55;
	text color: #7c7c7c;
*/
body{
	background-color:#1f3551;
	color: #7c7c7c;
	margin:0px;
	border:0px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
}

img{border:none;}


.nav{
	color:#ffffff;
}

.nav table td{
	border-top:1px solid #ffffff;
	padding-left:10px;
	white-space:nowrap;
	font-weight:900;
	font-family:Georgia, serif;
	font-size:14px;
}

h1{
	color:#1f3551;
	font-family:Georgia, serif;
	font-weight:500;
	font-weight:normal;
}

h2{
	color:#1f3551;
	font-family:Georgia, serif;
	font-weight:900;
	font-size:14px;
}

a{
	border-bottom:1px dotted #7c7c7c;
	color:#7c7c7c;
	text-decoration:none;
}


a.nav {
	border-bottom:none;
	color:#FFFFFF;
	font-weight:normal;
}

h3{
	font-family:Georgia, serif;
	font-weight:100;
	font-size:16px;
}

.noborder {border:none;}



div a {border:none;}

#brand-info {
	width: 100%;
	overflow: hidden;
}

#brand-info img {
	max-width: 150px;
	margin: 0 20px 0 0;
	float: left;
}

#itemlist, #browselist {
	overflow: hidden;
	width: 100%;
	padding: 0;
}

#browselist {
	margin: 0;
	padding: 12px 0 0 0;
	border-top: 1px solid #C4AA55;
}

#itemlist li, #browselist li {
	float: left;
	width: 180px;
	height: 190px;
	margin: 0 10px 10px 0;
	position: relative;
	list-style: none;
	border: 1px solid #C4AA55;
	padding: 5px;
	position: relative;
}

#browselist li {
	width: 155px;
	height: 185px;
	margin: 0 20px 20px 0;
}

#browselist li.last {
	margin-right: 0;	
}

#browselist img {
	vertical-align: middle;
	margin: 0 auto 15px auto;
	display: block;
}

#itemlist li.last, #browselist li.last {
	margin-right: 0;
}

#browselist p {
	margin: 0;
}

#itemlist a, #browselist a {
	color: #77787b;
	line-height: 1.462em;
}

#itemlist b, #browselist b {
	font-weight: normal;
	display: inline-block;
	color: #fff;
	background: #1F3551;
	font-size: 1.2em;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px;
}

#itemlist b.sale, #itemlist b.new, #itemlist b.stock, #browselist b.sale, #browselist b.new, #browselist b.stock {
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 6px;
	text-align: center;
	font-size: 0.933em;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	background: #e52c34;
	line-height: 1.571em;
}

#itemlist b.new, #browselist b.new {
	background: #524b98;
}

#itemlist b.stock, #browselist b.stock {
	background: #505050;
}

#itemlist b.brand, #browselist b.brand {
	position: absolute;
	bottom: 0;
	right: 0;
}

#itemlist ins, #browselist ins {
	font-size: 1.2em;
	color: #b52525;
}

.product-sort {
	overflow: hidden;
	width: 100%;
	
	padding: 0 0 10px 0;
}

.product-sort form {
	float: left;
	width: 220px;
}

.product-sort ol {
	float: right;
	margin: 0;
	padding: 0;
}

.product-sort li {
	float: left;
	list-style: none;
}

.product-sort a {
	display: block;
	border: 1px solid #C4AA55;
	padding: 0 6px;
	margin: 0 0 0 6px;
}

.product-sort a.current {
	background: #1F3551;
	/*border: 1px solid #1F3551;*/
	color: #fff;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

/* ------------------- Category Page -----------------------*/

.categories {
	width: 708px;
	overflow: hidden;
	padding: 10px;
	margin: 0;
}

.categories li, .featured-brands li, .featured-products li {
	float: left;
	width: 150px;
	height: 195px;
	list-style: none;
	padding: 0;
	margin: 0 36px 15px 0;
}

.categories li.last {
	margin-right: 0;
}

.categories a {
	border: none;
	display: block;
}

.categories img {
	margin: 0 0 5px 0;
}

.categories h3 {
	margin: 0;
}

.featured-brands, .featured-products {
	overflow: hidden;
	width: 100%;
	overflow: hidden;
}

.featured-brands h2, .featured-products h2 {
	margin: 0;
	font-size: 18px;
	margin: 0 0 1em 0;
	font-weight: normal;
}

.featured-brands ul, .featured-products ul {
	width: 100%;
	overflow: hidden;
	padding: 0;
}

.featured-brands a, .featured-products a {
	display: block;
	font-size: 16px;
	text-align: center;
}

.featured-brands li, .featured-products li {
	height: 100px;
	margin-bottom: 0;
}

.featured-brands li div, .featured-products li div {
	height: 75px;
	line-height: 75px;
	text-align: center;
}

.featured-brands li div img, .featured-products li div img {
	max-width: 150px;
	vertical-align: middle;
	line-height: 0;
}

.featured-brands a.all-brands {
	display: block;
	float: right;
	display: block;
	margin: 0 10px 0 0;
	background: #1F3551;
	color: #fff;
	padding: 2px 4px;
	font-size: 14px;
}

h1.shop, h2.shop, h3.shop {
	padding: 10px 0 12px 0;
	margin: 0 10px 12px 10px;
	border-bottom: 1px solid #C4AA55;
}


