body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #2b0606;
	margin: 0;
	padding: 0;
	background-image: url(/assets/images/misc/page_bg.gif);
	background-repeat: repeat-x;
	background-color: #2b0606;
}

#outer {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#mainsite {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 750px;
}

#header {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 750px;
	height: 100px;
	margin: 0px 0px 3px 0px;
	padding: 0;
}

#basketbar {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 730px;
	height: 26px;
	margin: 0px 0px 3px 0px;
	padding: 0px 10px 0px 10px;
	background-image: url(/assets/images/basketbar/bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #57040a;
	color: #ffffff;
	font-size: 0.7em;
}

#basketbar a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#basketbar a:hover {
	color: #2b0606;
	text-decoration: none;
}

#basketbar #items {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	padding: 0px 0px 0px 20px;
	margin: 0;
	background-image: url(/assets/images/icons/basket.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	width: 150px;
}

#basketbar #login {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	padding: 0px 10px 0px 20px;
	margin: 0;
	border-right: 1px solid #ba1522;
	border-left: 1px solid #7e0b11;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
}

#basketbar #register {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	padding: 0px 15px 0px 5px;
	margin: 0;
	border-right: 1px solid #7e0b11;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	text-align: left;
	width: 120px;
}

#basketbar #scrolling {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 397px;
	height: 26px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #7e0b11;
	visibility: hidden;
}

#basketbar label {
	font-weight: bold;
	padding: 0px 5px 0px 0px;
	margin: 0;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}

#basketbar .formtxtbox {
	background-image: url(/assets/images/basketbar/form_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #57040a;
	color: #000000;
	margin: 0px 10px 0px 0px;
	float: left;
	position: relative;
	left: 0px;
	top: 4px;
}

#basketbar .formbutton {
	background-image: url(/assets/images/basketbar/button_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #57040a;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	padding: 0px 5px 0px 5px;
	float: left;
	position: relative;
	left: 0px;
	top: 4px;
	height: 18px;
	line-height: 14px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
}

#homecolumnone {
	position: relative;
	float: left;
	width: 151px;
	margin: 0px 3px 3px 0px;
	padding: 0;
	left: 0px;
	top: 0px;
	z-index:1000;
}

#homecolumnone img {
	float: left;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0px 0px 3px 0px;
	padding: 0;
}



#homecolumntwo {
	position: relative;
	float: left;
	width: 596px;
	margin: 0px 0px 3px 0px;
	padding: 0;
	left: 0px;
	top: 0px;
}

.navtitle {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 129px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	margin: 0px 0px 3px 0px;
	padding: 0px 10px 0px 10px;
	background-image: url(/assets/images/basketbar/bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #57040a;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.7em;
}

#mainnav {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 594px;
	height: 26px;
	line-height: 24px;
	vertical-align: middle;
	background-image: url(/assets/images/mainnav/bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #bcbebf;
	text-align: center;
	padding: 0;
	margin: 0px 0px 3px 0px;
}

#mainnav ul {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 0.7em;
	font-weight: bold;
}

#mainnav ul li {
	display: inline;
	color: #b41722;
	margin: 0;
	padding: 0px 5px 0px 7px;
	background-image: url(/assets/images/mainnav/border.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#mainnav ul li a {
	color: #b41722;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}

#mainnav ul li a:hover {
	color: #3b0000;
	text-decoration: none;
}

#homeflash {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0px 0px 3px 0px;
	border: 1px solid #ffffff;
	width: 594px;
	height: 258px;
}

#pageflash {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0px 0px 3px 0px;
	border: 1px solid #ffffff;
	width: 594px;
	height: 258px;
}

#subnav {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 149px;
	background-image: url(/assets/images/subnav/bg.jpg);
	background-repeat: no-repeat;
	background-color: #f1f1f1;
	margin: 0px 0px 3px 0px;
	border: 1px solid #bcbebf;
}

#subnav ul {
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0;
	font-size: 0.7em;
}

#subnav ul li {
	color: #b41722;
	margin: 0;
	padding: 0;
}

#subnav ul li a {
	color: #b41722;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #afb1af;
	border-top: 1px solid #ffffff;
	width: 119px;
	display: block;
	padding: 7px 0px 7px 10px;
	background-image: url(/assets/images/subnav/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#subnav ul li.top a {
	color: #b41722;
	font-weight: bold;
	text-decoration: none;
	border-top: none;
	border-bottom: 1px solid #afb1af;
	width: 119px;
	display: block;
	padding: 7px 0px 7px 10px;
}

#subnav ul li.bottom a {
	color: #b41722;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	border-bottom: none;
	width: 119px;
	display: block;
	padding: 7px 0px 7px 10px;
}

#subnav ul li a:hover {
	color: #3b0000;
	text-decoration: none;
	background-image: url(/assets/images/subnav/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#delivery {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 127px;
	height: 52px;
	background-image: url(/assets/images/subnav/delivery.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #f1f1f1;
	margin: 0px 0px 0px 0px;
	padding: 11px;
	border: 1px solid #bcbebf;
	color: #2b0606;
	text-align: center;
}

#delivery h1 {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 110%;
	color: #2b0606;
	line-height: 15px;
}

#delivery .smalltext {
	font-size: 0.6em;
	color: #2b0606;
}

#delivery p {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

.contentboxone {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	border: 1px solid #bcbebf;
	font-size: 0.7em;
	/*background-image: url(/assets/images/misc/content_box_bg.gif);
	background-repeat: repeat-x;*/
	background-color: #ffffff;
	padding: 10px;
	margin: 0px 0px 3px 0px;
	color: #b41722;
	width: 728px;
}

.contentboxone a {
	font-weight: bold;
	color: #b41722;
	text-decoration: none;
}

.contentboxone a:hover {
	font-weight: bold;
	color: #2b0606;
	text-decoration: none;
}

.contentboxtwo {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	border: 1px solid #bcbebf;
	font-size: 0.7em;
	/*background-image: url(/assets/images/misc/content_box_bg.gif);
	background-repeat: repeat-x;*/
	background-color: #ffffff;
	padding: 10px;
	margin: 0px 0px 3px 0px;
	color: #b41722;
	width: 574px;
}

.contentboxtwo a {
	font-weight: bold;
	color: #b41722;
	text-decoration: none;
}

.contentboxtwo a:hover {
	font-weight: bold;
	color: #2b0606;
	text-decoration: none;
}

.contentboxtwo a .redtext {
	color: #2b0606;
}

h1 {
	position: relative;
	color: #2b0606;
	font-family: arial, helvetica, sans-serif;
	font-size: 170%;
	font-style: normal;
	margin: 10px 0px 10px 0px;
	padding: 0;
	font-weight: normal;
	letter-spacing: -1px;
	width: 100%;
}

h1 a {
	font-weight: bold;
}

h2 {
	font-weight: bold;
	font-size: 1em;
}

h2 a {
	font-weight: bold;
}

h3 {
	font-weight: bold;
	font-size: 1em;
}

.redtext {
	color: #b41722;
}

.blacktextright {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	color: #2b0606;
	text-align: right;
	float: right;
	margin: -22px 0px 0px 0px;
}

.redtextright {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	text-align: right;
	float: right;
	color: #b41722;
	margin: -22px 0px 0px 0px;
}

.boldtext {
	font-weight: bold;
}

.categorycolumnone {
	position: relative;
	float: left;
	width: 373px;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
}

.categorycolumntwo {
	position: relative;
	float: right;
	width: 373px;
	right: 0px;
	top: 0px;
	margin: 0px 0px 3px 0px;
	padding: 0;
}

.categorytitle {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 351px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	margin: 0;
	padding: 0px 10px 0px 10px;
	background-image: url(/assets/images/basketbar/bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #57040a;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.7em;
}

.categoryinfo {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 4px 10px 4px 10px;
	background-color: #ffffff;
	font-size: 0.7em;
	width: 351px;
	border-left: 1px solid #bcbebf;
	border-right: 1px solid #bcbebf;
	height: 88px;
}

.categoryinfo img {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0;
}

.moreinfo {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0px 10px 0px 0px;
	background-image: url(/assets/images/misc/content_box_bg.gif);
	background-repeat: repeat-x;
	font-size: 0.7em;
	font-weight: bold;
	color: #b41722;
	width: 361px;
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
	border: 1px solid #bcbebf;
	text-align: right;
	text-transform: uppercase;
}

.moreinfo a {
	color: #b41722;
	background-image: url(/assets/images/subnav/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}

.moreinfo a:hover {
	color: #3b0000;
	text-decoration: none;
	background-image: url(/assets/images/subnav/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.breadcrumb {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 27px;
	line-height: 20px;
	vertical-align: middle;
	margin: 0px 0px 3px 0px;
	padding: 0;
	background-image: url(/assets/images/misc/breadcrumbBg.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 0.7em;
	text-align: left;
}

.breadcrumb a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	display:block;
	float:left;
	height:27px;
	line-height:27px;
}

	.breadcrumb a.homeLink {
		width:11px;
		height:27px;
		text-indent:-9999px;
		background:url(/assets/images/icons/home.gif) center center no-repeat;
		padding:0 10px;
		margin:0;
	}
	
	.breadcrumb a.homeLink:hover{
		background-image:url(/assets/images/icons/homeblack.gif);
	}

.breadcrumb a:hover {
	color: #3b0000;
	text-decoration: none;
	font-weight: bold;
}

.breadcrumb img {
	float:left;
	margin:0 10px;
}


#footer {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 23px;
	line-height: 21px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	background-image: url(/assets/images/basketbar/bg.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.7em;
	text-align: center;
}

#footer ul {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#footer ul li {
	display: inline;
	color: #ffffff;
	margin: 0;
	padding: 0px 10px 0px 10px;
}

#footer ul li a {
	color: #ffffff;
	text-decoration: none;
	display: inline;
	background-image: url(/assets/images/subnav/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 10px;
}

#footer ul li a:hover {
	color: #3b0000;
	text-decoration: none;
	background-image: url(/assets/images/subnav/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 10px;
}

.specialorder {
	position: relative;
	text-align: center;
	margin: 10px 0px 0px 0px;
	background-color: #ffffff;
	color: #b31722;
	padding: 8px;
	margin: 0;
	font-weight: bold;
	text-align: center;
}

.specialorder p {
	margin: 0;
	padding: 0;
}

.row {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin: 4px 0px 4px 0px;
}

.row .label {
	position: relative;
	float: left;
	width: 42%;
	text-align: right;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.row .formelement {
	position: relative;
	float: right;
	width: 56%;
	text-align: left;
	padding: 0;
	margin: 0;
}

.row h1 {
	text-align: center;
	float: none;
}

.formtxtbox {
	/*background-image: url(/assets/images/basketbar/form_bg.gif);*/
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #57040a;
	color: #000000;
}

.searchformtxtbox {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #57040a;
	color: #000000;
	width: 125px;
}

.searchformbutton {
	background-image: url(/assets/images/basketbar/button_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #57040a;
	color: #ffffff;
	height: 19px;
	line-height: 14px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	width: 129px;
	margin: 5px 0px 5px 0px;
}

.formbutton, a.backbutton {
	background: url(/assets/images/basketbar/button_bg.gif) top left repeat-x #6f070e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #57040a;
	color: #ffffff;
	height: 19px;
	line-height: 14px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
}
a.backbutton{
width:50px;
display:block;
float:right;
text-align:center;
height: 15px;
padding:2px 0 0 0;
}
#checkoutprocess {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 15px 0px 15px 0px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	text-align: center;
}

#checkoutprocess a {
	font-weight: bold;
}

#checkoutprocess ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#checkoutprocess li {
	list-style: none;
	display: inline;
	border: 1px solid #adadad;
	padding: 4px 9px 4px 9px;
	margin: 0px 3px 0px 3px;
	color: #adadad;
}

#checkoutprocess li.complete {
	color: #666666;
	background-color: #e7e7e7;
	border: 1px solid #666666;
}

#checkoutprocess li.complete a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#checkoutprocess li.complete a:hover {
	color: #b41722;
	font-weight: bold;
	text-decoration: none;
}

#checkoutprocess li.active {
	color: #ffffff;
	font-weight: bold;
	background-color: #b41722;
	background-image: url(/assets/images/basketbar/bg.gif);
	background-repeat: repeat-x;
}

#checkoutprocess li.active a {
	color: #ffffff;
}

.checkouttable {
	position: relative;
	float: left;
	left: 0;
	top: 0;
	margin: 0px 0px 15px 0px;
	padding: 0;
	width: 100%;
	color: #b41722;
}

.checkouttable h1 {
	font-size: 1em;
	color: #b41722;
	letter-spacing: 0px;
}

.tablecelldark {
	background-color: #e7e7e7;
	background-image: url(/assets/images/mainnav/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

.tablecelldark a {
	color: #b41722;
	text-decoration: none;
}

.tablecelldark a:hover {
	color: #3d6dc2;
	text-decoration: underline;
}

.tablecelllight {
	background-color: #ffffff;
	border-bottom: 1px solid #eaeaea;
	padding: 2px;
}

.paymentcards {
	float: left;
	position :relative;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
}

.basketbuttons {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	width: 170px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.basketbuttons ul {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

.basketbuttons li {
	background-image: url(/assets/images/basketbar/bg_grey.gif);
	background-repeat: repeat-x;
	background-position: left;
	list-style-image: none;
	border: 1px solid #585858;
	width: 150px;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0px 0px 0px 4px;
	margin: 4px 0px 4px 0px;
	font-size: 1em;
	display: block;
	text-transform: uppercase;
}

.basketbuttons li.continue {
	background-image: url(/assets/images/basketbar/bg.gif);
	background-repeat: repeat-x;
	background-position: left;
	list-style-image: none;
	border: 1px solid #57040a;
}

.basketbuttons li a {
	color: #ffffff;
	text-decoration: none;
}

.basketbuttons li a:hover {
	color: #838383;
	text-decoration: none;
}

.basketbuttons li.continue a {
	color: #ffffff;
	text-decoration: none;
}

.basketbuttons li.continue a:hover {
	color: #57040a;
	text-decoration: none;
}

.review {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #666666;
	width: 552px;
}

.error {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #b41722;
	width: 552px;
}

.product {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 168px;
	/*height: 315px;*/
	margin: 0;
	padding: 10px;
	border-right: 1px dotted #b91425;
	border-bottom: 1px dotted #b91425;
}

.product img {
	float: left;
	margin: 0px 21px 5px 21px;
}

.product h1 {
	color: #2b0606;
	font-family: arial, helvetica, sans-serif;
	font-size: 140%;
	font-style: normal;
	margin: 0px 0px 4px 0px;
	padding: 0;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}

.product h1 a {
	font-weight: bold;
}

.product h1 a:hover {
	font-weight: bold;
}

.product a {
	font-weight: normal;
	text-align: center;
}

.product a:hover {
	font-weight: normal;
}

.product p {
	text-align: center;
}

.paging {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 2px 0px 2px 0px;
	text-align: right;
}

.paging ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.paging ul li {
	display: inline;
}

.paging ul li a {
	padding: 1px 5px 1px 5px;
	border: 1px solid #b41722;
}

.paging ul li a:hover {
	border: 1px solid #2b0606;
}

.productdetail {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	width: 95%;
	border: 1px dotted #b91425;
	background-color: #ffffff;
}

.productdetail .image {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 200px;
	margin: 0;
	padding: 0;
}

.productdetail .image .zoom {
	position: absolute;
	left: 0px;
	bottom: 10px;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 14px;
	display: block;
	z-index: 500;
}

.productdetail .info {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width: 340px;
	margin: 0;
	padding: 0;
	z-index: 100;
}

.productdetail .info .element {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 75px;
}

.productdetail .info .row {
	position: relative;
	float: left;
	text-align: left;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 5px 0px 5px 0px;
	padding: 0;
}

.gallerythumb {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	border: 1px solid #b41722;
	margin: 1px;
	padding: 0;
	width: 138px;
	background-color: #ffffff;
}

.gallerythumb p {
	text-align: center;
	margin: 0;
	padding: 0px 0px 2px 0px;
}

.featured {
	position: relative;
	float: left;
	width: 151px;
	left: 0px;
	top: 0px;
	margin: 0px 0px 3px 0px;
	padding: 0;
}

.featured .categorytitle {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 129px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	margin: 0;
	padding: 0px 10px 0px 10px;
	background-image: url(/assets/images/basketbar/bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #57040a;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.7em;
}

.featured .categoryinfo {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 4px 10px 4px 10px;
	background-color: #ffffff;
	font-size: 0.7em;
	width: 129px;
	border-left: 1px solid #bcbebf;
	border-right: 1px solid #bcbebf;
	text-align: center;
}

.featured .categoryinfo p {
	text-align: left;
}

.featured .categoryinfo img {
	float: none;
	margin: 0;
	padding: 0;
}

.featured .moreinfo {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0px 10px 0px 0px;
	background-image: url(/assets/images/misc/content_box_bg.gif);
	background-repeat: repeat-x;
	font-size: 0.7em;
	font-weight: bold;
	color: #b41722;
	width: 139px;
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
	border: 1px solid #bcbebf;
	text-align: right;
	text-transform: uppercase;
}

.featured .moreinfo a {
	color: #b41722;
	background-image: url(/assets/images/subnav/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}

.featured .moreinfo a:hover {
	color: #3b0000;
	text-decoration: none;
	background-image: url(/assets/images/subnav/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: left;
}

table {
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.columnone {
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	background-color: #b41722;
	text-align: center;
	width: 50%;
	color: #ffffff;
	font-weight: bold;
}

.columntwo {
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	background-color: #d6d6d6;
	text-align: center;
	width: 50%;
}

.loginerror {
	position: relative;
	float: left;
	width: 100%;
	left: 0;
	top: 0;
	background-image: url(/assets/images/basketbar/bg.gif);
	background-repeat: repeat-x;
	background-color: #7f070f;
	border: 1px solid #57040a;
	color: #ffffff;
	font-size: 0.7em;
	margin: 0px 0px 3px 0px;
	text-align: center;
}

.loginerror ul {
	position: relative;
	float: left;
}

.loginerror li {
	padding: 5px;
}

.sidebox {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 0px 3px 0px;
	padding: 0;
	width: 151px;
}

.sidecategorytitle {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 129px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	margin: 0;
	padding: 0px 10px 0px 10px;
	background-image: url(/assets/images/basketbar/bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #57040a;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.7em;
	text-align: center;
}

.sidecategoryinfo {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 4px 10px 4px 10px;
	background-color: #ffffff;
	font-size: 0.7em;
	width: 129px;
	border-left: 1px solid #bcbebf;
	border-right: 1px solid #bcbebf;
}

.sidecategoryinfo p {
	position: relative;
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0;
	display: block;
	width: 129px;
	text-align: center;
}

.sidecategoryinfo .sideimage {
	float: left;
	margin: 0;
	padding: 0px 0px 0px 22px;
	display: block;
	width: auto;
	text-align: center;
	width: 117px;
}

.sidecategoryinfo .sideimage img {
	display: block;
}

.sidemoreinfo {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	background-image: url(/assets/images/misc/content_box_bg.gif);
	background-repeat: repeat-x;
	font-size: 0.7em;
	font-weight: bold;
	color: #b41722;
	width: 149px;
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
	border: 1px solid #bcbebf;
	text-align: right;
	text-transform: uppercase;
}

.sidemoreinfo a {
	color: #b41722;
	background-image: url(/assets/images/subnav/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

.sidemoreinfo a:hover {
	color: #3b0000;
	text-decoration: none;
	background-image: url(/assets/images/subnav/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.closed {
	position: relative;
	float: left;
	top: 0px;
	left: -10px;
	width: 545px;
	background-color: #b31722;
	color: #ffffff;
	padding: 10px;
	margin: 5px -10px -10px 0px;
}

.closed p {
	margin: 0;
	padding: 0;
}

#holding {
	width: 750px;
	height: 200px;
	position: absolute;
    left: 50%; 
    top: 50%;
    margin-top: -100px; /* half of the height */
	margin-left: -375px; /* half of the width */
	padding: 0px;
}

#offline {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 730px;
	margin: 0px 0px 3px 0px;
	padding: 10px;
	background-image: url(/assets/images/basketbar/bg.gif);
	background-repeat: repeat-x;
	background-color: #800710;
	border: 1px solid #57040a;
	color: #ffffff;
	font-size: 0.7em;
}

#offline h1 {
	color: #ffffff;
}

.makingpayment {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0;
	text-align: center;
}

.smalltext {
	font-size: 1em;
	color: #000000;
	margin: 0;
	padding: 0;
}

.sitesearch {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	background-color: #094687;
	text-align: center;
}

.searchresults {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width: 100%;
	list-style: none;
}

.searchresults li {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	list-style: none;
	border-bottom: 1px solid #dee2f0;
}

.searchresults li .bigtext {
	font-size: 120%;
}
