body
{
	text-align: center;
	margin-top: 10px;
	background-image: url( /gui/gfx/shopbackground.gif );
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Verdana,tahoma,sans-serif;
	font-size: 11px;
	scrollbar-face-color: #7A6F58;
	scrollbar-highlight-color: #7A6F58;
	scrollbar-shadow-color: #7A6F58;
	scrollbar-3dlight-color: #B5AE9C;
	scrollbar-arrow-color: #FFF;
	scrollbar-track-color: #B5AE9C;
	scrollbar-darkshadow-color: #7A6F58;
}

textarea
{
	font-family: Verdana,tahoma,sans-serif;
	font-size: 11px;
}

h1
{
	color: #4e4532;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana,tahoma,sans-serif;
}

h1 a
{
	color: #4e4532;
}

h2
{
	color: #4e4532;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

h3
{
	color: #4e4532;
	font-size: 11px;
	font-weight: bold;
	display: inline;
}

h3 a
{
	color: #4e4532;
	font-size: 11px;
	font-weight: bold;
}

a
{
	text-decoration: none;
	color: #4e4532;
}

a:hover
{
	color: black;
}

td
{
	font-size: 11px;
}

#canvas
{
	width: 950px;
	min-height: 400px;
	margin: 0px auto 0px auto;
	border: solid 1px #808080;
	background-color: #ffffff;
}

#headerBar
{
	height: 100px;
	/*background-color: #7a6f58;*/
	background-color: #817833;
	width: 950px;
}

#shopNameGif
{
	float: left;
	margin-left: 20px;
	margin-top: 16px;
}

#logo
{
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 7px;
	position: relative; 
	top: 5px; 
	right: 50px;
}

#menu
{
	padding-top: 10px;
	position: relative; 
	top: -20px; 
	left: 0px;
	clear: both;
	text-align: left;
	margin-left: 0px;
	float: left;
}

#topContent
{
	height: 45px;
	padding-bottom: 10px;
}

.A2Z
{
	padding-right: 20px;
	color: Orange;
}

.A2Z:hover
{
	color: #817833;
}

.searchText
{
	margin-right: 10px;
}

.searchbox
{
	text-align: right;
}

#content
{
	padding: 10px 16px 10px 21px;
}

#frontpageContent
{
	font-size: 11px;
}

#innerContent
{
	text-align: left;
	padding-bottom: 10px;
	min-height: 200px;
}

#topCart
{
	float: left;
	clear: both;
}

#bottomCart
{
	clear: both;
	padding-left: 21px;
	text-align: left;
	margin-bottom: 10px;
	width: 475px;
	float: left;
	margin-left: 10px;
}

#loginForm
{
	margin: 100px auto auto auto;
	width: 290px;
	text-align: center;
	border: solid 1px #808080;
	background-color: White;
}

a.cartLink
{
	color: #ffffff;
	font-size: 11px;
}

#footer
{
	clear: both;
	/*background-color: #999b73;*/
	background-color: #817833;
	height: 24px;
	line-height: 24px;
	width: 950px;
}

#footer a
{
	color: White;
}

.dotSeperator
{
	height: 8px;
	background-image: url( /gui/gfx/dot.gif );
	background-repeat: repeat-x;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 100%;
}

.lineSeperator
{
	border-bottom: solid 1px #b5b694;
	height: 1px;
}

/*Cart status control*/
.totalAmountInCartBox
{
	background-image: url( /gui/gfx/pricebox.gif );
	height: 26px;
	width: 160px;
	background-repeat: no-repeat;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	float: left;
	width: 127px;
}

.basketImage
{
	float: left;
	line-height: 25px;
	height: 25px;
	vertical-align: bottom;
	padding-top: 4px;
}
.numOfProducts
{
	float: left;
	line-height: 25px;
	margin-left: 10px;
	margin-right: 12px;
	vertical-align: middle;
}


.goToCartLink
{
	float: left;
	line-height: 25px;
}

/*Gridview styles*/

.gridView
{
	border: solid 1px #525152;
}

.gridviewHeaderStyle
{
	background-color: #7b6d5a;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 2px 2px 2px 2px;
}

.gridViewItemStyle
{
	background-color: #b5ae9c;
	height: 20px;
	line-height: 20px;
}

.gridViewAltItemStyle
{
	background-color: #c6c3b5;
	height: 20px;
	line-height: 20px;
}

.gridViewCellStyle
{
	border: solid 1px #525152;
	padding-left: 4px;
	font-size: 11px;
}

.red
{
	color: Red;
}

#newsLetterForm
{
	border: solid 1px #808080;
	background-color: #b5ae9c;
	width: 300px;
	height: 190px;
}

.errorMessage
{
	color: Red;
	font-weight: bold;
}


.CMSDocumentLink
{
	color: light-grey;
	font-color: light-grey;
	font-size: smaller;
}

#paymentMethods
{
	float: right;
	margin-right: 10px;
	text-align: right;
}
#miniCategoryList
{
	width: 940px;
	margin: 30px auto 5px auto;
}

.footerAdminControls
{
	padding-top: 10px;
}

.leftColumn
{
	float: left;
}
.rightColumn
{
	float: right;
}
