body.shop
{
	background-color: #fff;
}

body.shop hr {
	border: 0;
	border-bottom: 1px solid #aaa;
}

body.shop .header {
	height: 42px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#bdbcbc;
	background-color:#fff;
	width: 100%;	
	min-width: 960px;
}

body.shop .headerLogo {
	margin-left: 20px;
	float: left;
	width: 150px;
}

body.shop .headerLinks {
	margin-top: 12px;
	float: left;
}

body.shop .headerSearch {
	margin-top: 11px;
	margin-right: 20px;
	float: right;
	text-align: right;
}

body.shop .headerSearchTextInput {
	padding: 1px 2px;
	width: 250px;
	border-style:solid;
	border-width:1px;
	border-color:#bdbcbc;
}

body.shop .headerSearchTextInput.disabled {
	color: #aaa;
}

body.shop .headerSearchButtonInput {
	width: 60px;
	text-align: center;
	padding: 0 4px;
	background-repeat: repeat-x;
	background-image: url(/content/shop/theme/1/img/search_btn_grad.gif);
	margin-left: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #80b25a;
}

body.shop .footerContainer {
	margin-top: 35px;
	padding-bottom: 20px;
}

body.shop .footerContainer .grid_10 {
	padding-bottom: 20px;
}

body.shop .footerLegal
{
	color: #999999;
	font-size: .8em;
	margin-top: 5px
}

body.shop .footerLegal a {
	color: #999999;
}

body.shop .footerHackerSafeContainer {
	margin: 15px 0 0 20px;
}

body.shop .footerHackerSafeImg {
	width: 115px; 
	height: 30px;
	border: none;
}

body.shop .returnToShop {
	margin-top: 10px;
	background-image: url(/content/shop/theme/1/img/back_arrow_cart.gif);
	background-position: left;
	background-repeat: no-repeat;	
	padding-left: 20px;
}

body.shop.basicShopHomePage .product .productImageLink {
	display: block;
	text-align: center;
}

body.shop.basicShopHomePage .product .productImage {
}

body.shop.basicShopHomePage #productCategories {
	margin-bottom: 30px;
}

body.shop.basicShopHomePage .productCategory {
	border: 1px solid #ccc;
	background-image: url(/content/shop/theme/1/img/category_btn_grad.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 4px;
	padding: 6px;
}

body.shop.basicShopHomePage .productCategory a {
	text-decoration: none;
}

body.shop.basicShopHomePage .productCategoryTitle {
	color: #333;
	border-bottom: 1px solid #ccc;
}

body.shop.basicShopHomePage .productCategoryName {
	margin: 0;
	float: left;
}

body.shop.basicShopHomePage .productCategoryBackToTop {
	padding-top: 2px;
	color: #999;
	text-decoration: none;
	float: right;
}

body.shop.basicShopHomePage .products {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.shop.basicShopHomePage .product {
	float: left;
	padding: 20px 6px;
	overflow: hidden;
	width: 178px;
}

body.shop.basicShopHomePage .product.position-1,
body.shop.basicShopHomePage .product.position-5,
body.shop.basicShopHomePage .product.position-9,
body.shop.basicShopHomePage .product.position-13,
body.shop.basicShopHomePage .product.position-17,
body.shop.basicShopHomePage .product.position-21,
body.shop.basicShopHomePage .product.position-25
{
	clear: left;
}

body.shop.basicShopHomePage .product .productColor {
	height: 16px;
	display: block;
	text-align: center;
}

body.shop.basicShopHomePage .product .productName {
	display: block;
	text-align: center;
}

body.shop.basicShopHomePage .product .productImage {
}

body.shop.basicShopHomePage .product .productPrice {
	display: block;
	text-align: center;
}

body.shop.basicShopHomePage .product .productDescription {
	display: none;
}

body.shop.basicShopHomePage .productSection {
	clear: left;
}

body.shop.basicShopHomePage #leftNav h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 4px 2px;
}

body.shop.basicShopHomePage #shopkeeper {
	overflow: hidden;
	border: 1px solid #ccc;
	background-image: url(/content/shop/theme/1/img/sk_bio_grad.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	margin-bottom: 30px;
}

body.shop.basicShopHomePage #shopkeeper li {
	padding-left: 6px;
	margin-bottom: 5px;
	font-size: 0.85em;
}

body.shop.basicShopHomePage h2#shopkeeperTitle {
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	padding-left: 6px;
}

body.shop.basicShopHomePage .shopkeeperLabel {
	font-weight: normal;
}

body.shop.basicShopHomePage #newsletter {
	padding: 0 20px;
	background-image: url(/content/shop/theme/1/img/newsletter_bkgd.gif);
	height: 60px;
	margin-bottom: 20px;
}

body.shop.basicShopHomePage #createShopLink {
}

body.shop.basicShopHomePage #logoAndDescription {
	text-align: center;
	padding: 0 10px;
	margin-bottom: 20px;
}

body.shop.basicShopHomePage #storeDescription {
	margin: 10px 0;
	text-align: left;
}


/*
Footer
*/

body.shop .footerContainer {
}


/*
Cart
*/

body.shop.basicShopCartPage #shoppingCart {
	margin-top: 20px;
}

body.shop.basicShopCartPage #shoppingCart li {
	list-style: auto auto auto;
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 10px;
}

body.shop.basicShopCartPage #shoppingCart .checkoutDivider {
	height: 0px;
	border-bottom: 1px solid #aaa;
	overflow: hidden;
}

body.shop.basicShopCartPage #shoppingCart .tableheaderbg 
{
	background-color: #aaa;
	font-weight: bold;
}

body.shop.basicShopAboutMePage #about
{
	margin-top: 15px;
}

body.shop.basicShopAboutMePage #myStores 
{
	margin-top: 15px;
	border-top: 1px solid #aaa;
