﻿body
{
	background-image: url(../images/masterpage/bg.jpg);
	background-repeat: repeat;
	background-position: center margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.ShellMain
{	
	margin: 0 auto;
	text-align: left;
	width: 850px;
	height:600px;
}
/* Main Store Area */
.ShellStoreMainContent
{
	background-color: #FFFFFF;
	margin-top:15px;
	margin-bottom:10px;
	margin-left:15px;
	margin-right:15px;
	float: left;
	width:615px;
}
.ShellStoreItems
{
	display: block;
	width: 575px;
	margin-bottom: 0.8em;
	clear: both;
	float: left;
	background: white;
	padding-bottom: 5px;
}
/*MASTER PAGE*/
.MasterPageNavigationTab
{
	background-image: url(../images/masterpage/button.gif);
	height:10px;
}
.MasterPageNavigationTab:hover
{
	background-image: url(../images/masterpage/button_over.gif);
}
.MasterPageFooterText
{
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
}
.MasterPageSlogan
{
	font-size: 18px;
	font-style: italic;
	color: #670100;
	font-family: "Times New Roman" , Times, serif;
}
.MasterPageImageTop
{
	background-image: url(../images/masterpage/baskettop.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:200px;
	height:185px;
}
.MasterPageNavigationLink
{
	font-size: 10px;
	text-transform: uppercase;
	padding-right:10px;
	padding-left:10px;
	color: #660000;
}
.MasterPageSideBarNavigationLink
{
	vertical-align: middle;
	background-color: #660000;
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 10px;
	min-height: 20px;
}
.MasterPageSideBarNavigationLink a:hover
{
	color: #DCC9AB;
	background-color: #402D1F;
}
.MasterPageSideBarNavigationLink a
{
	color: white;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	font-size:10pt;
}
.MasterPageNavigationSpecialLink
{
	text-decoration:none;
	font-size: 10pt;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}
.ShellMasterPageNavigationSpecialLink
{
	padding-left:2px;
}
.ShellMasterPageSearchBasic
{
	padding-left:2px;
	padding-top:10px;
	padding-bottom:10px;
}
.MasterPageLogo
{
	background-image: url(../images/masterpage/logo.jpg);
	background-repeat: no-repeat;
}
.MasterPageFooterLink
{
	text-decoration:none;
	color:#FFFFFF;
}
.MasterPageBasketMiddle
{
	background-image:url(../images/masterpage/basketmiddle.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:16px;
}
.MasterPageBasketBottom
{
	background-image:url(../images/masterpage/basketbottom.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:183px;
	height:36px;
}