
body {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	color: #777;
	}

a {
	text-decoration: none;
}	

form { margin: 0px; padding: 0px; }

table td { vertical-align: top; }

#page_wrapper {
	background-color: #ffffff;
	}



/****************/
/**** HEADER ****/
/****************/

#header_wrapper {
	height: 108px;
	background-color: #000;
	color: #ffffff;
	position: relative;
	background-repeat: no-repeat;
	background-position: right;
	}

#header_wrapper #top_right_menu {
	position: absolute;
	top: 0px;
	right: 0px;

	width: 120px;
	height: 96px;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 200px;

	background-image: url("/images/header_face.pn");
	background-position: top left;
	background-repeat: no-repeat;
	}

* html #header_wrapper #top_right_menu {
	behavior: url("/style/iepngfix.htc");
	}

#header_wrapper #top_right_menu a {
	color: #ffffff;
	display: block;
	border: solid 1px #ffffff;
	width: 108px;
	margin: 0px 5px 5px 0px;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	}
#header_wrapper #top_right_menu #basket_container {
	width: 108px;
	text-align: center;
	padding: 1px;
	}

#strapline {
	background-color: #a43339;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 30px;
	}
#strapline a {
	color: #fff;
	text-decoration: none;
	}


/*************/
/**** MAIN ***/
/*************/

#left_container {
	float: left;
	width: 210px;
	padding-left: 10px;
	padding-top: 10px;
	}

#left_container a { text-decoration: none; }

div.purple_box {
	background-color: #7b1e3c;
	color: #ffffff;
	width: 210px;
	font-size: 13px;
	margin-bottom: 10px;
	}
div.purple_box div.purple_box_top {
	width: 210px;
	background-image: url("/images/purple_box_top.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	}
div.purple_box div.purple_box_bottom {
	width: 210px;
	background-image: url("/images/purple_box_bottom.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 8px 16px;
	}
* html div.purple_box div.purple_box_bottom { width: 178px; }

form#search_form input {
	font-size: 10px;
	}
form#search_form .submit {
	background-color: #7b1e3c;
	color: #ffffff;
	border: solid 1px #ffffff;
	padding: 0px;
	}

div.image_link {
	width: 210px;
	margin-bottom: 10px;
	}
div.image_link a img {
	border-style: none;
	}




#right_container {
	margin-left: 230px;
	padding-top: 0px;
	padding-right: 2px;
	}

#hello_user {
	font-size: 12px;
	margin-bottom: 20px;
	padding-top: 8px;
	}


/******************/
/**** ITEMLIST ****/
/******************/

#right_container h2.homepage_title {
	text-align: center;
	font-weight: normal;
	font-size: 22px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
#right_container h2.homepage_title strong {
	color: #c03d63;
	font-weight: normal;
	}

#right_container h1.homepage_title {
	text-align: center;
	font-weight: normal;
	font-size: 22px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
#right_container h1.homepage_title strong {
	color: #c03d63;
	font-weight: normal;
	}

#itemlist {
	width: 100%;
	}
* html #itemlist { width: 98%; }

#itemlist td {
	/** padding: 20px; **/
	padding-bottom: 5px;
	text-align: center;
	}

#itemlist .heading_container {
	height: 28px;
	overflow: hidden;
	}
#itemlist h3 {
	font-size: 11px;
	text-align: left;
	margin: 0px;
	padding-bottom: 2px;
	text-transform: uppercase;
	}
#itemlist h3 strong {
	color: #cd5d26;
	}
#itemlist tr.todays_selection h3 strong {
	color: #c03d63;
	}

#itemlist p {
	text-align: left;
	font-size: 11px;
	margin: 0px;
	height: 50px;
	overflow: hidden;
	}

#itemlist .img_container {
	height: 130px;
	}

#itemlist .view_item_container {
	text-align: right;
	font-size: 10px;
	padding: 0px 8px 8px 0px;
/**	position: absolute;
	right: 20px;
	bottom: 10px;
**/
	}
#itemlist .view_item_container a {
	padding: 3px 10px 3px 3px;
	border: solid 1px #777;
	color: #777;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 53px;
	float: right;

	background-image: url("/images/link_arrow.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	}

#itemlist .item_container_right_border {
	border-right: dashed 1px #bbb;
	}
#itemlist .item_container_right_border, #itemlist .item_container_no_right_border {
	padding: 0px 5px;
	position: relative;
/**	height: 160px;
**/
	}
#itemlist .item_container_bottom_border {
	margin: 0px 5px 0px 0px;
	padding-top: 5px;
	border-bottom: dashed 1px #bbb;
	}


/***************/
/**** ITEMS ****/
/***************/

.cat_image_container {
	text-align: center;
	margin-right: 15px;
	position: relative;
	}
.cat_image_container img {
	display: block;
	margin: 0px auto;
	}

.cat_desc_container {
	padding: 20px 19px 4px 4px;
	font-size: 11px;
	text-align: center;
	}
.cat_desc_container a
{
	color: #d05f27;
}

.cat_desc_container b {
	}
.cat_desc_container strong {
	}

#item_info {
	padding: 0px 15px 15px;
	}
#item_info table {
	border-collapse: collapse;
	}
#item_info table td {
	padding: 20px;
	}
#item_info h2 {
	text-align: left;
	font-size: 18px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
	}
#item_info {
	line-height: 2em;
}

#item_info p {
	margin: 0px;
	padding-bottom: 5px;
	font-size: 12px;
	}
#item_info .price_container {
	font-size: 19px;
	color: #cd5d26;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 10px;
	}

#item_info select {
	margin-bottom: 15px;
	}

#item_info .qty_select {
	font-size: 14px;
	}
#item_info .qty_select input {
	border: solid 1px #777;
	background-color: #fff;
	padding: 4px;
	color: #777;
	text-transform: uppercase;
	}
#item_info .qty_select .submit {
	margin-left: 25px;
	}

#item_info .desc_container {
	padding-right: 45px;
	font-size: 12px;
	}

#item_info .image_container form {
}

#item_info .image_container {
	font-size: 12px;
	border-left: dashed 1px #bbb;
	padding-left: 50px;
	}


/****************/
/**** FOOTER ****/
/****************/

#footer {
	clear: both;
	}

#footer #main_footer {
	background-color: #000;
	color: #fff;
	}
#footer #main_footer ul {
	margin: 0px;
	padding: 2px 0px 5px;
	list-style-type: none;
	text-align: center;
	}
#footer #main_footer ul li {
	display: inline;
	margin: 0px;
	padding: 1px 8px;
	border-right: solid 1px #fff;
	font-size: 11px;
	font-weight: bold;
	}
#footer #main_footer ul li.last {
	border-style: none;
	}
#footer #main_footer ul li a {
	color: #fff;
	text-decoration: none;
	}

#footer #sub_footer {
	padding: 15px 10px 25px;
	font-size: 9px;
	text-align: center;
	color: #999;
	}

#footer #sub_footer a {
	color: #999;
	text-decoration: none;
}



/***************/
/**** PAGES ****/
/***************/

#right_container .content_container {
	padding: 35px 35px 0px 35px;
	}

#right_container .content_container table {
	border-collapse: collapse;
	width: 760px;
	margin: 0px auto;
	}
#right_container .content_container table td {
	padding: 15px;
	}

#right_container .content_container h2 {
	text-align: left;
	font-weight: bold;
	}

#right_container .content_container h2 b {
	color: #CD5D26;
	}

#right_container .content_container .right_image {
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
	}

#right_container .content_container p {
	line-height: 1.3em;
	}



/*********************/
/**** SIGNUP PAGE ****/
/*********************/

#signup {
	padding: 35px 0px 100px 0px;
	background-position: top right;
	background-repeat: no-repeat;
	}

#signup h2 {
	margin-top: 0px;
	text-align: left;
	font-weight: bold;
	}
#signup h2 b, #signup h2 strong {
	color: #CD5D26;
	}

#signup p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
#signup p b, #signup p strong {
	color: #cd5d26;
	}

#signup_form {
		margin: 0px 0px 0px 50px;
	}

#signup_form th {
	text-align: left;
	color: #cd5d26;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 8px;
	}
#signup_form .signup_input {
	width: 450px;
	border: solid 1px #bbb;
	background-color: #fff;
	padding: 4px;
	color: #777;
	text-transform: uppercase;
	}

#signup_form .submit_cell {
	text-align: right;
	}
#signup_form .submit_cell input {
	border: solid 1px #bbb;
	background-color: #fff;
	padding: 3px 5px;
	font-size: 10px;
	color: #cd5d26;
	text-transform: uppercase;
	font-weight: bold
	}

.newlayout p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

.newlayout a
{
	color: #cd5d26;
}

.breadcrum
{
	color: #777;
	font-size: 8pt;
	padding: 10px 0px 0px 0px;
}

.breadcrum a
{
	color: #777;
	font-size: 8pt;
	text-decoration: none;
}

#sub_footer p
{
	margin: 0px;
	padding: 0px;
}

.tableheader
{
	background-color: #cd5d26;
	font-size: 9pt;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

.tablebody
{
	font-size: 9pt;
	background-color: #e1e1e1;
	color: #000;
	vertical-align: middle;
	text-align: center;
}

h1
{
	color: #cd5d26;
	font-size: 14pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;	
	font-family: Arial;
}

#box1
{
	font-size: 8pt;
	color: #fff;
	text-align: left;
}

#box1 ol
{
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}

#box1 ol li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

#box1 p
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 8px;
	font-size: 12pt;
}

#box1 a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#shopwrapper
{
	font-size: 9pt;
}

#shopwrapper a
{
	color: #cd5d26;
}

.error
{
	color: #bf0000;
}

#menu
{
	list-style: none;
	margin: 0px 0px 0px 17px;
	padding: 5px 0px 0px 0px;
	width: 160px;
	cursor: pointer;
	z-index: 1000;
}

#menu li
{
	margin: 0px 0px 0px 7px;
	padding: 2px 0px 2px 7px;
	min-height: 1px;
	font-size: 9pt;
	line-height: 12pt;
	width: 144px;
}

#menu li a
{
	text-decoration: none;
	color: #747477;
}

#menu li.over
{
	background-image: url('/images/menubackover.gif');
}

#menu li.over a
{
	color: #751E40;
}



#recently-viewed-items {
	padding: 50px 15px 10px 0px;
}

#recently-viewed-items .bg-t {
	background-image: url('/images/rvi-bg-top.png');
	background-position: top; background-repeat: repeat-x;
}

#recently-viewed-items .bg-l {
	background-image: url('/images/rvi-bg-bottom.png');
	background-position: left; background-repeat: repeat-y;
}

#recently-viewed-items .bg-r {
	background-image: url('/images/rvi-bg-bottom.png');
	background-position: right; background-repeat: repeat-y;
}

#recently-viewed-items .bg-b {
	background-image: url('/images/rvi-bg-bottom.png');
	background-position: bottom; background-repeat: repeat-x;
}

#recently-viewed-items .bg-tl {
	background-image: url('/images/rvi-bg-tl.png');
	background-position: top left; background-repeat: no-repeat;
}

#recently-viewed-items .bg-tr {
	background-image: url('/images/rvi-bg-tr.png');
	background-position: top right; background-repeat: no-repeat;
}

#recently-viewed-items .bg-bl {
	background-image: url('/images/rvi-bg-bl.png');
	background-position: bottom left; background-repeat: no-repeat;
}

#recently-viewed-items .bg-br {
	background-image: url('/images/rvi-bg-br.png');
	background-position: bottom right; background-repeat: no-repeat;
}


#recently-viewed-items h4 {
	color: #fff;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 34px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#recently-viewed-items .item-wrapper {
	padding: 10px 0px;
}

#recently-viewed-items .item-wrapper table {
	border-collapse: collapse;
	margin: 0px auto; padding: 0px;
}

#recently-viewed-items .item-wrapper h5 {
	margin: 0px; padding: 5px 0px 5px 0px;
}

#recently-viewed-items .item-wrapper h5 a {
	color: #CF5E26;
}

#recently-viewed-items .item-wrapper p {
	font-size: 0.6em;
	margin: 0px; padding: 10px 0px 0px 0px;
	color: #777;
}

#recently-viewed-items .recent-item {
	width: 33.33%;
	padding: 0px 10px;
	border-right: dashed 1px #bbb;
}

#recently-viewed-items .recent-item.last {
	border: none;
}


#recently-viewed-items .recent-item a.button {
	margin: 5px 0px 5px 5px;
	padding: 3px 10px 3px 3px;
	border: solid 1px #777;
	color: #777;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 53px;
	font-size: 0.6em;
	float: right;
	background-image: url("/images/link_arrow.jpg");
	background-position: right center;
	background-repeat: no-repeat;
}

#toplink
{
	position: absolute;
	width: 100px;
	height: 100px;
	top: 4px;
	cursor: pointer;
	z-index: 1000;
}


#mainmenu
{
	list-style: none;
	margin: 0px 0px 0px 17px;
	padding: 5px 0px 0px 0px;
	width: 160px;
	cursor: pointer;
	z-index: 1000;
}

#mainmenu li
{
	margin: 0px 0px 0px 7px;
	padding: 2px 0px 2px 7px;
	min-height: 1px;
	font-size: 9pt;
	line-height: 12pt;
	width: 144px;
}

#mainmenu li a
{
	text-decoration: none;
	color: #747477;
}

#mainmenu li.hover
{
	background-image: url('/images/menubackover.gif');
	background-repeat: no-repeat;
}

#mainmenu li.hover a
{
	color: #751E40;
}

#mainmenu li ul
{
	list-style: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

#mainmenu li ul li
{
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 8pt;
	width: 170px;
}

#mainmenu li ul li.hover
{
	background-image: none;
}

#mainmenu li.breadcrumb
{
	background-image: url('/images/menubackover.gif');
	background-repeat: no-repeat;
}

#mainmenu li.breadcrumb a
{
	color: #751E40;
}

#mainmenu li ul li.hover a
{
	color: #747477;
}

.newcat
{
	width: 163px;
	height: 325px;
	float: left;
	margin: 0px 17px 20px 0px;	
}

.newcat h2
{
	font-size: 9pt;
	line-height: 11pt;
	color: #000;
	margin: 0px;
	padding: 0px;
	height: 32px;
}

.newcat h2 a
{
	text-decoration: none;
	color: #000;
}

.newcat p
{
	font-size: 8pt;
	line-height: 10pt;
	height: 170px;
}

#cat_wrapper
{
	padding: 0px 0px 0px 27px;
}

.new_cat_name
{
	color: #939598;
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
}
