body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 1em; /* 16px */
	color: #5b646d;
	text-align: center; /* IE6 block alignment */
	background: #292d32;
	background: -moz-linear-gradient(top, #212129, #212129);
}

p, div, h1, h2, h3 {
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: normal;
	clear: both;
}

textarea {
	font-family: Arial, sans-serif;
	font-size: 0.95em;
	letter-spacing: normal;
}

a:link, a:visited, a:active {
	color: #e16800;
}

a:hover, a:focus {
	color: #febf00;
}

a img {
	border: none;
}

a.button:link, a.button:visited, a.button:active {
	position: relative;
	display: block;
	overflow: hidden;
	width: 150px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;	
	color: #FFFFFF;
	background: #000000 url('button_bg.jpg') left top repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

a.button:hover, a.button:focus {
	text-decoration: underline;
	color: #febf00;
}

a.button:link:after, a.button:visited:after, a.button:active:after {
	content: url('button_point.jpg');
	position: absolute;
	top: 9px;
	right: 9px;
}

a.button:hover:after, a.button:active:after {
	content: url('button_point2.jpg');
}

/* IE rounded corner */
.button .ie-left {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 28px;
	background: transparent url('button_ie_left.jpg') top left no-repeat;
}

.button .ie-right {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 28px;
	background: transparent url('button_ie_right.jpg') top left no-repeat;
}

.message { 
	color: #e16800;
	text-align: center;
}

.highlight { 
	color: #e16800;
}

.pages {
	text-align: center;
}
.center {
	text-align: center;
}

p.actions{
	position: absolute;
	right: 40px;
	z-index: 1;
} 

p.actions .button {
	float: right;
	margin-left: 10px;
}

#header-wrapper {
	width: 100%;
	height: 277px;
	overflow: hidden;
	background: #efa300 url('header_bg.jpg') left top repeat-x;
}

#banner {
	margin: 16px auto 0;
	width: 980px;
	height: 219px;
	overflow: auto;
	background: #FFFFFF url('banner.jpg') center top no-repeat;
	position: relative;
}

#logo {
	display: block;
	position: absolute;
	top: 51px;
	left: 52px;
}

#navigation {
	width: 980px; 
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	margin: 0 auto;
	background: #FFFFFF;
}

#menu {
	width: 974px;
	height: 42px;
	margin: 0 3px;
	padding: 0;
	list-style-type: none;
	background: #000000 url('nav_bg.jpg') left center repeat-x;
}

#menu li {
	margin: 0;
	padding: 0;
	float: left;
	background: #000000;
	height: 42px;
}

#menu li.first {
	/* background: transparent url('nav_end_left.jpg') left top no-repeat; */
	padding-left: 4px;
}

* html #menu li.first { /* IE6 */
	padding-left: 6px;
}

#menu li.last {
	/* background: transparent url('nav_end_right.jpg') right top no-repeat; */
	padding-right: 4px;
}

* html #menu li.last { /* IE6 */
	padding-right: 5px;
}

#menu a:link, #menu a:visited, #menu a:active {
	display: block;
	margin: 0;
	padding: 0 18px;	
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url('nav_sep.jpg') right center no-repeat;
}

* html #menu a:link, * html #menu a:visited, * html #menu a:active { /* IE6 */
	padding: 0 20px;
}

#menu li.last a { background-image: none; }

#menu a:hover, #menu a:focus {
	color: #febf00;
	text-decoration: underline;
}

#menu .sel a:link, #menu .sel a:visited, #menu .sel a:active {
	color: #febf00;
}

#content-wrapper {
	position: relative;
	width: 100%;
	background: transparent url('body_bg.jpg') left top repeat-x;
}

#content-wrap2 {
	position: relative;
	margin: 0 auto;
	width: 753px;
	padding: 0 0 0 224px ;
	border-left: 3px solid #FFFFFF;
	text-align: left;
	font-size: 0.875em; /* 14px */
	overflow: hidden;
	background: #d8dbdd;
	z-index: 0;
}

#sidebar {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0 0 0 -222px;
	width: 220px;
	border-left: 1px solid #c2c6c8;
	color: #000000;
	clear: none;
	height: 100%;
} 

* html #sidebar {
	float: left;
	clear: none;
	position: relative;
	left: 222px;
	margin-right: -223px;
	margin-bottom: -100%;
	width: 220px; 
	z-index: 10;
}

#sidebar h2 {
	margin: 1px 0 0 1px;
	padding-left: 20px;
	background: #feb500 url('cat_head.jpg') top left repeat;
	line-height: 37px;
}

#sidebar .transparent {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background: #000000;
	opacity: 0.14;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=14)";
	filter: alpha(opacity=14);
}

* html .transparent {
	display: none;
}

.sbc {
	position: relative;
}

#sbc1 {
	padding: 50px 0;
	text-align: center;
}

#search_form {
	position: relative;
	width: 222px;
	height: 52px;
	padding-top: 10px;
	background: #FFFFFF url('search_bg.jpg') left bottom repeat-x;
	text-align: center;
}

#search_form input#search {
	position: relative;
	top: -1px;
	margin-bottom: 4px;
	width: 88px;
	height: 20px;
	border: none;
	
}

* html #search_form input#search {
	position: relative;
	top: 4px;
}

#search_form input#search_go {
	width: 40px;
	height: 25px;
	background: #f39f00 url('search_go.jpg') top left repeat;
	border: none;
	cursor: pointer;
}

#search_form a {
}

#cat_menu {
	background: #FFFFFF;
	left: -1px;
	width: 223px;
	margin: 0;
	padding: 0;
}

#cat_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 2em;
	border-top: 1px solid #d8dbdd;
}

#cat_menu li {
	padding-left: 40px;
	background: transparent url('bullet.gif') 21px center no-repeat;
	border-bottom: 1px solid #d8dbdd;
}

#cat_menu a:link, #cat_menu a:visited, #cat_menu a:active {
	display: inline-block;
	width: 100%;
	color: #000000;
	text-decoration: none;
}

#cat_menu a:hover, #cat_menu a:focus {
	color: #e78e00;
	text-decoration: underline;
}

#content {
	position: relative;
	float: left;
	clear: right;
	width: 676px; 
	padding: 38px;
	border-left: 1px solid #edeff0;
	background: #FFFFFF;
	text-align: left;
}

#content.fck {
	padding: 5px;
	border: none;
	width: 690px;
	font-size: 0.875em; /* 14px */
}

#content h1, #content h2 {
	margin-bottom: 20px;
	color: #000000;
	font-size: 2.0em; /* 28px from 14px */
	border-bottom: 1px dotted #5e5e5e;
	padding-bottom: 1px;
}

#content p {
	margin-bottom: 1.5em;
}

#footer {
	margin: 0 auto;
	width: 980px;
	height: 144px;
	overflow: hidden;
	background: #f6a600 url('footer_bg.jpg') bottom center repeat-x;
	color: #000000;
	font-size:  0.875em; /* 14px */
	line-height: 2em;
}

#footer ul {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
	background: #000000;
}

#footer li {
	display: inline;
	line-height: 39px;
	margin: 0;
	padding: 0;
	background: #000000;
}

#footer li:after {
	content: '|';
	color: #b5b9ba;
}

#footer li:last-child:after {
	content: '';
}

#footer .iefix:after { /* hide content because IE doesn't recognise previous declaration */
	content: '' !important;
}


#footer a:link, #footer a:visited, #footer a:active {
	color: #b5b9ba;
	text-decoration: none;
	padding: 0 10px 0 5px;
}

#footer a:hover, #footer a:focus {
	text-decoration: underline;
	color: #febf00;
}

.avd {
	margin: 5px auto 10px;
	font-size: 0.75em;
	text-align: center;
}

.avd a:link, .avd a:visited, .avd a:active {
	color: #ccc;
	text-decoration: none;
}

.avd a:hover, .avd a:focus {
	text-decoration: underline;
	color: #999;
}
.reserved {
	line-height: 105px;
} 

/* categories and products */
.vproduct {
	position: relative;
	padding: 18px 203px 10px 30px;
	height: 35px;
	overflow: hidden;
	margin: 0 0 6px 0; 
	font-size: 1.14em; /* 16px from 14px */
	background: #e4e7e8 url('variety_bg.jpg') left center repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	color: #000000;
}

/* IE rounded corner */
.vproduct .p-ie-left {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 63px;
	background: transparent url('variety_ie_left.jpg') top left no-repeat;
}

.vproduct span {
	font-size: 0.71em; /* 10px from 14px */
}

.vproduct p + p
{
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 45px;
	padding: 18px 16px 0 37px;
	text-align: right;
	background: #e4e7e8 url('variety_item_bg.jpg') left center repeat-x;
}

* html .vproduct p.iefix { /* IE 6 */
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 45px;
	padding: 18px 16px 0 37px;
	text-align: right;
	background: #e4e7e8 url('variety_item_bg.jpg') left center repeat-x;
}

.product {
	overflow: hidden;
	font-size: 1.14em; /* 16px from 14px */
}

.product ul {
	position: relative;
	float: left;
	width: 324px; 
	margin: 0 0 22px 0;
	padding: 0;
	line-height: 2em;
	list-style-type: none;
	overflow: hidden;
}

.product ul + ul {
	float: right;
}

.product li {
	border-bottom: 1px solid #c4c4c4;
	overflow: hidden;
}

.product li span {
	display: block;
	float: left;
	width: 50%;
}

.product li span + span {
	color: #000000;
}

.product li span span {
	display: inline;
	float: none;
	font-style: italic;
}

.porder #product_actions form {
	position: relative;
	padding: 0 0px 0 0;
	height: 63px;
	line-height: 63px;
	overflow: hidden;
	margin: 22px 0 0 0; 
	background: #e4e7e8 url('variety_bg.jpg') left center repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	color: #000000;
	text-align: center;
}

/*
.porder form#order_product{
	display: block;
	float: left;
	width: 66%;
	float: left;
}

.porder form#order_product p {
	float: left;
	clear: none;
	width: 50%;
	line-height: 63px;
	margin: 0;
}

.porder form#order_product p + p {
	padding-top: 6px;
	line-height: 31px;
}

.porder form#order_product p.iefix { /* IE6 *//*
	padding-top: 6px;
	line-height: 31px;	
}
*/
.porder input#order_quantity, .porder input#offer_quantity {
	width: 2em;
}

.porder input#order_button {
	font: inherit;
	width: 150px;
	height: 28px;
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 28px;
	color: #FFFFFF;
	cursor: pointer;
	background: #f69000 url('button_bg2.jpg') top left repeat-x;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.porder input#order_button:hover {
	text-decoration: underline;
}

/*
.porder form#offer_product {
	display: block;
	float: left;
	width: 34%;
	overflow: hidden;
}

.porder form#offer_product p {
	padding-top: 6px;
	line-height: 30px;
	margin: 0;
}
*/

.porder input#offer {
	width: 90px;
}

.porder input#offer_button {
	font: inherit;
	width: 150px;
	height: 28px;
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 28px;
	color: #FFFFFF;
	cursor: pointer;
	background: #f69000 url('button_bg.jpg') top left repeat-x;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.porder input#offer_button:hover {
	text-decoration: underline;
}

.porder input.ie-order {
	background: #f69000 url('button_order_ie.jpg') top left no-repeat !important;
} 
.porder input.ie-offer {
	background: #000000 url('button_offer_ie.jpg') top left no-repeat !important;
} 

.order_table {
	width: 100%;
	
}

.order_table td {
	padding: 2px 4px;
	font-size: 0.928em; /* 13px from 14px */
	vertical-align: top;
}

.order_summary {
	margin-bottom: 20px;
}

.order_summary p {
	font-size: 1.14em; /* 16px from 14px */
	margin-bottom: 0.5em !important;
}

.order_summary span {
	color: #000000;
}

/* watchlist form */
#edit_watchlist ul
{
	margin:0 0 20px; 
	padding:0;
	list-style-type: none;
	line-height: 1.2em;
	overflow: hidden;
}

#edit_watchlist li {
	float: left;
	width: 33%;
	margin: 0;
	padding: 0;
}

/* product editing form */
#product_edit {
	font-size: 1em;
}

#product_edit ul {
	line-height: 1.54em;
}

#product_edit li {
	padding: 4px 0 5px;
}

#product_edit span {
	width: 42%;
	margin-right: 2%;
}

#product_edit span + span {
	width: 52%;
}

#product_edit input[type='text'] {
	width: 35px; 
}

#product_edit input#product_title {
	width: auto;
}

#product_edit select {
	margin-bottom: 1px;
}
/* search */
#advanced_search ul {
	line-height: 1.54em;
}

#advanced_search li {
	padding: 4px 0;
}

#advanced_search span {
	width: 40%;
	margin-right: 2%;
}

#advanced_search span + span {
	width: 55%;
}

#advanced_search input[type='text'] {
	width: 35px; 
}

#advanced_search input#product_title {
	width: auto;
}

/* forms */
.mock_table { 
	display: block;
	margin: 0px auto 10px;
	padding: 0 40px;	
}

.mock_table label, .mock_table p { 
	display: block;
	clear: left;
	line-height: 1.2em;
}

.mock_table label.inline {
	display: inline;
	clear: none;
}

.mock_table span { 
	display:block;
	float:left;
	padding: 2px;
}

.mock_table span.right { 
	width: 31%;
	padding-top: 6px;
	clear: left;
	text-align:left;
	font-weight: normal;
}

/* login /signup forms */
#login_form
{
	text-align: center;
}

#login_form input[type='text'], #login_form input[type='password']
{
	width: 200px;
}

#signup_form fieldset {
	border: none;
}

#signup input[type='text'], #signup input[type='password'], #signup textarea {
	width: 200px;
}
/* clearing */
.clear {
	height: 0px;
	width: 99%;
	clear: both;
}

* html .clear { display: none; }

