#header {
	position: relative;
	height: 133px;
	background: url(css-images/header-store.gif) no-repeat;
}

#header #cart {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 219px;
	height: 46px;
	font-weight: bold;
	font-size: 12px;
	line-height: 21px;
	padding: 34px 0 0 16px;
	background: url(css-images/cart-bg.gif) no-repeat;
}

#header #cart a {
	color: #000;
	background: url(css-images/cart.gif) left no-repeat;
	padding-left: 26px;
}

#cart .num-items {
	font-weight: normal;
	color: #888;
}

#cart .price {
	color: #b71a1a;
}

#header #checkout {
	position: absolute;
	width: 108px;
	height: 25px;
	right: 13px;
	bottom: 8px;
}

#header #checkout a {
	display: block;
	height: 25px;
	text-decoration: none;
	background: url(css-images/checkout.gif) no-repeat;
}

#header #checkout a span {
	display: none;
}

#side-links {
	width: 180px;
	float: left;
	margin-right: 12px;
	padding-left: 12px;
	border-right: 2px solid #c3c3c3;
}

#cart-sidebar h3 {
	font-size: 1.1em;
}

ul.side-links, .side-links ul {
	list-style: none;
	padding: 0;	
}

ul.side-links {
	width: 168px;
	margin: 0 0 20px 0;
}

.side-links li {
	line-height: 2.2em;
	margin: 0;
	background: url(css-images/dotted.gif) bottom repeat-x;
}

.side-links li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(css-images/dotted.gif) top repeat-x;
}

.side-links li ul li {
	text-indent: 20px;
}

.side-links li a {
	font-size: .9em;
	color: #15548e;
	font-weight: bold;
}

#store-content {
	width: 720px;
	float: left;
}

#store-content a, .side-links a {
	color: #15548e;
	text-decoration: underline;
}

#store-content a:hover, .side-links a:hover {
	color: #4575be;
}

.intro {
	font-size: 1.05em;
	line-height: 1.7em;
}

.official {
	color: #1d5991;
}

.col1, .col2 {
	width: 350px;
	float: left;
	margin-right: 16px;
}

.col2 {
	margin-right: 0;
}

#featured-items {
	margin: 0 0 1em 0;
	height: 16px;
	text-indent: -5000px;
	background: url(css-images/featured-items.gif) left top no-repeat;
}

#product-categories {
	margin: 0 0 1em 0;
	height: 16px;
	text-indent: -5000px;
	background: url(css-images/product-categories.gif) left top no-repeat;
}

.thumb {

}

.desc-box {
	position: relative;
	width: 350px;
	border: 1px solid #cbcbcb;
	margin: 0 0 16px 0;
}

.desc-box .thumb {
	float: left;
	width: 115px;
	height: 115px;
	margin: 10px 10px 10px 5px;
}

body > #page-container > #top-fade > #page > #store-content > .col1 > .desc-box {
	margin: 10px;
}

.desc-box .price {
	position: absolute;
	top: 125px;
	left: 0;
	width: 125px;
	height: 20px;
	font-size: 1.2em;
	color: #a42b2b;
	text-align: center;
	font-weight: bold;
}

.desc-box .desc {
	float: left;
	width: 200px;
	margin-top: 10px;
}

.desc-box .desc .title {
	margin: 0 0 .3em 0;
	font-size: 1.1em;
	line-height: 1.6em;
}

.desc-box .desc .title a {
	color: #1f5b92;
	text-decoration: underline;
}

.desc-box .min-height {
	float: left;
	height: 155px;
	width: 3px;
}

.title-box {
	position: relative;
	width: 150px;
	height: 150px;
	float: left;
	border: 1px solid #cbcbcb;
	margin: 0 16px 16px 0;
}

.title-box .thumb {
	position: absolute;
	top: 7px;
	left: 17px;
}

.title-box .title {
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 150px;
	text-align: center;
}

.title-box .title a {
	color: #000;
}
