/* HTML elements */ 

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

body
{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 0.9em;
	background: url('../images/body_bg5.png') repeat-x;
}

a
{
	color: #33d;
	text-decoration: none;
}

p
{
	margin: 5px 0px 5px 0px;
}

a:hover
{
	color: #B11818;
}

h2
{
	font-family: georgia, times new roman;
	font-weight: 100; 
	font-size: 2em; 
	color: #C11A1A;
	border-bottom: 1px solid #999;
}

h3
{
	font-family: georgia, times new roman;
	font-weight: 100;
    font-size: 20px;
	color: #873c3e;
	border-bottom: 1px solid #999;
}

img
{
	border: 0px;
}

b
{
	font-weight: bold;
}

.dark_red
{
	color: #C11A1A;
}


table
{
	border: 1px solid #eee;
	border-bottom: none;
}

table.plain
{
	background: none;
	border: none;
}

th
{
	padding: 2px;
	border-bottom: 1px solid #999;
}

td
{
	padding: 2px;
	border-bottom: 1px solid #eee;
}

/* BUTTONS */

.cart_button
{
	border: 1px solid #871519;
	background: url('../images/item_box_bg.gif') repeat-x;
}

.cart_button:hover
{
	background: #fff;
	border: 1px solid #CA1F25;
}

#checkout_button
{
	font-family: georgia, times new roman;
	border: 1px solid #C11A1A;
	background-color: #f7f7f7;
	margin: 8px auto 5px auto;
	width: 70%;
	text-align: center;
	padding: 3px;
	font-size: 2em;
}

#checkout_button:hover, #checkout_button a:hover
{
	color: #871519;
}

.button
{
	color: #666;
	background-color: #f5f5f5;
	padding: 0px 2px 2px 0px;
}

.button a
{
	color: #666;
}

.button img
{
	padding: 0px 2px 0px 2px;
	vertical-align:middle;
}

.button:hover, .button a:hover
{
	background-color: #e5e5e5;
	color: #000;
}

/* Page Layout Elements */

#container
{
	width: 975px;
	margin: 0 auto;
}
	
#header
{
	position: relative;
}

#header h1, #header h2
{
	display: none;
}

.top_box
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 400px;
	margin: 5px 0px 5px 2px;
	padding: 0px;
	font-size: 0.75em;
}

.top_box h3
{
	font-size: 1.5em;
	font-family: georgia;
}

a.top_box_tooltip
{
	color: #666;
	text-align: left;
}

a.top_box_tooltip:hover
{
	z-index:25; 
	color: #871519;
	background: #F5F4ED;
}

a.top_box_tooltip span
{
	display: none;
	background: #fff;
	border: 1px solid #ccc;
    color:#333;
}

.top_box_tooltip p
{
	margin: 0px;
	color: #666;
	padding: 3px;
	text-transform: none;
}

.top_box_tooltip:hover span
{
	display: block;
	position: absolute;
	top: 35px; 
	right: 7px;
}

.top_box_checkout
{
	position: relative;
	float: right;
	height: 68px;
	margin: 5px 8px 5px 2px;
	text-align: center;
	font-size: 0.75em;
}

.top_box_checkout h3
{
	margin-top: 22px;
	font-size: 1.7em;
	font-family: times new roman;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
}

#top_box_bottom_links
{
	position: absolute;
	right: 0px;
	bottom: 31px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 0.75em;
}

#header_cart_tooltip
{
	position:relative; /*this is the key*/
    z-index:24; 
    color: #999;
	padding: 0px 2px 2px 0px;
	margin-left: 5px;
	display: block;
	width: 100px;
	height: 40px;
	float: right;
	text-align: center;
}

#header_cart_tooltip:hover
{
	z-index:25; 
	color: #000;
	cursor: default;
}

#header_cart_tooltip h3
{
	color: #C11A1A;
}

b#total_items_header, b#total_price_header
{
	font-weight: 100;
}

#header_cart_tooltip #shopping_cart_box
{
	background: url('../images/tooltip_header_cart_bg.png') 0px 0px no-repeat;
	position: absolute;
    top: 32px; left: -168px; width: 270px;
    color:#333;
    padding-top: 10px;
    font-size: 1em;
    line-height: 1.2em;
    text-align: left;
	padding-right: 50px;
	padding-bottom: 20px;
	z-index: 45;
	overflow: hidden;
}

#header_cart_tooltip h4
{
	margin: 0px;
	color: #fff;
	overflow: visible;
	font-size: 1.2em;
	padding: 5px;
	height: 15px;
}

#header_cart_tooltip:hover
{
	color: #000;
}

#header_cart_table, #header_tooltip p
{
	background: url('../images/tooltip_cart_popup_bg.png') repeat-y;
	overflow: hidden;
	max-height: 400px;
	float: left;
	width: 255px;
}

#shopping_cart_box_notice, #wishlist_box_notice
{
	text-align: center;
	font-size: 1.4em;
	background: #C11A1A;
	color: #fff;
	padding: 5px;
	width: 270px;
	font-weight: bold;
	display: none;
}

#wishlist_box_notice
{
	background: #FCFF00;
	color: #777;
}

#header_wishlist_tooltip
{
	position:relative; /*this is the key*/
    z-index:24; 
    color: #999;
	padding: 0px 2px 2px 0px;
	margin-left: 5px;
	display: block;
	width: 90px;
	height: 40px;
	float: right;
	text-align: center;
}

#header_wishlist_tooltip h3
{
	color: #777;
}

#header_wishlist_tooltip:hover
{
	z-index:25; 
	color: #000;
	cursor: default;
}

#header_wishlist_tooltip span
{
	background: url('../images/tooltip_header_wl_bg.png') 0px 0px no-repeat;
	position: absolute;
	top: 32px; left: -71px; width: 270px;
    color:#333;
    padding-top: 10px;
    font-size: 1em;
    line-height: 1.2em;
    text-align: left;
	text-transform: none;
	padding-right: 50px;
	padding-bottom: 20px;
	z-index: 100;
}

#header_wishlist_tooltip h4
{
	margin: 0px;
	color: #8F8F42;
	overflow: visible;
	font-size: 1.2em;
	padding: 5px;
	height: 15px;
}

h4.wishlist_title 
{
	background-image: url('../images/wishlist_star.png');
	background-repeat: no-repeat;
	background-position: 104px 4px;
}

#header_wishlist_table 
{
	background: url('../images/tooltip_wl_popup_bg.png') repeat-y;
	overflow: hidden;
	max-height: 400px;
	float: left;
	width: 255px;
}

#header_account_tooltip
{
	position:relative; /*this is the key*/
    z-index:24; 
    color: #999;
	padding: 0px 2px 2px 0px;
	display: block;
	width: 100px;
	height: 40px;
	float: right;
	text-align: center;
}

#header_account_tooltip h3
{
	color: #777;
}

#header_account_tooltip a:link, #header_account_tooltip a:visited
{
	color: #999;
}

#header_account_tooltip a:hover
{
	color: #000;
}

/* scrollbars in the popup cart box */
/* vertical track */
#track1, #track2 {
	float: left;
	width: 15px;
	height: 400px;
	margin-left: 0px;
	background: url('../images/track_bg1.png') repeat-y;
}
			
/* vertical track handle */
#handle1, #handle2 {
	width: 13px;
	height: 138px;
	border: 1px solid #999;
	background-color: #666;
	background: url('../images/sliderbg2.png');
}


#header_cart_table a:link, #header_cart_table a:visited,
#header_wishlist_table a:link,  #header_wishlist_table a:visited
{
	color: #666;
}

#header_cart_table a:hover,  #header_wishlist_table a:hover
{
	color: #999;
}

#header_cart_table table, #header_wishlist_table table
{
	background: none;
	width: 100%;
	border: none;
	border-collapse:collapse;
}

#header_cart_table .img_cell, #header_wishlist_table .img_cell
{
	width: 32px;
	text-align: center;
}

#header_cart_table td, #header_wishlist_table td
{
	border-bottom: 1px dashed #999;
	height: 50px;
	padding: 2px;
}

#header_wishlist_table td.wl_item_in_cart
{
	color: #666;
	background: #F0F0D7;
}

.header_cart_total_row
{
	float:left;
	width: 268px;
	background: #333333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
}

.header_wishlist_total_row
{
	float:left;
	width: 270px;
	background: #C5C56E;
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
}

.header_wishlist_total_row h4 a:link, .header_wishlist_total_row h4 a:visited
{
	color: #fff;
}
.header_wishlist_total_row h4 a:hover, .header_wishlist_total_row h4 a:active
{
	color: #FFFF94;
}

.header_cart_total_row h4
{
	float: left;
	margin-top: -2px;
	font-size: 1.4em;
}

#checkout_link
{
	font-weight: bold;
	color: #B11818;
}

#checkout_link:hover
{
	color: #ccc;
}

#checkout_link img
{
	margin-top: 0px;
}

.header_cart_checkout_btn, .header_cart_checkout_btn a, .header_cart_checkout_btn a:visited
{
	float: right;
	color: #ccc;
}

.header_cart_checkout_btn img
{
	padding: 0px 2px 0px 2px;
	vertical-align:middle;
}

.header_cart_checkout_btn a:hover
{
	color: #fff;
}

#header_tooltip
{
	display: block;
	background: url('../images/tooltip_title_bg.png') 0px 0px no-repeat;
	position: absolute;
    top: 19px; left: 52px; width: 270px;
    color:#333;
    padding-top: 10px;
    font-size: 1em;
    line-height: 1.2em;
    text-align: left;
	text-transform: none;
	z-index:25;
}

#header_tooltip h4
{
	margin: 0px;
	color: #fff;
	overflow: visible;
	font-size: 1.2em;
	padding: 5px;
	height: 10px;
}

#header_tooltip p
{
	background: url('../images/cart_popup_bg.png') repeat-y;
	font-size: 1.5em;
	padding: 10px;
	overflow: hidden;
}


#stock_warning_tooltip
{
	border: 1px solid #f00;
	background-color: #DC2929;
	color: #fff;
	padding: 3px;
	margin: 5px auto 5px auto;
	font-size: 0.9em;
	width: 70%;
}

#stock_warning_tooltip_b
{
	border: 1px solid #f00;
	background-color: #DC2929;
	color: #fff;
	padding: 3px;
	font-size: 0.9em;
	width: 300px;
}

#breadcrumbs
{
	font-size: 0.75em;
	color: #666;
	margin-bottom: 10px;
}

#breadcrumbs .bc_current, .bc_current a
{
	font-weight: bold;
	color: #B90C0C;
}

#breadcrumbs a
{
	color: #C39999;
}

#breadcrumbs a:hover
{
	color: #B11818;
}

#main_div
{
	margin-top: -10px;
	background: #fff;
}

#contents
{
	margin: 10px 0px 0px 170px;
	padding-top: 10px;
}

#contents_full
{
	margin: 10px 10px 0px 10px;
	padding-top: 10px;
}

#contents ul, #contents_full ul
{
	padding-left: 15px;
}

#footer
{
	clear: both;
	border-top: solid 1px #999;
	background: #F5F4ED;
	padding-bottom: 10px;
	font-size: 0.75em;
	padding: 15px 0px 0px 0px;
	margin-top: 20px;
}
#footer .links 
{
	clear:both;
	overflow: auto;
	padding:2px 0px 0px 10px;
}
#footer .links ul 
{
	float:left;
	width: 170px;
}

#footer .links h3
{
	padding-bottom: 3px;
}

#footer ul#follow_links
{
	width: 90px;
}

#footer .links ul li 
{
	line-height:1.4em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#footer a
{
	color: #555;
}

#footer a:hover
{
	color: #999;
}

#footer h3
{
	font-weight: normal;
    font-size: 12px;
	color: #333;
	text-transform: uppercase;
	font-family: verdana, arial;
	border: 0px;
}

#footer #footer_details
{
	margin-top: 20px;
	padding-top:10px;
	padding-bottom: 10px;
	border-top: 1px dashed #999;
	text-align: center;
	background: #fff;
}

#payment_logos
{
    margin-bottom: 10px;
}

#credit
{
	float: right;
	font-size: 0.8em;
	padding-bottom: 10px;
}

#cookie_warning
{
	width: 770px;
	border: 1px solid #f00;
	font-size: 0.8em;
	background-color: #fff;
	margin: 3px auto 0px auto;
	padding: 2px;
}

/* TOP MENU */

#top_menu
{
	clear: both;
	padding-top: 0px;
	font-size: 15px;
	/* from ala */
    width:100%;
    line-height:normal;
	font-family: georgia, times new roman;
	background: url('../images/topmenu_bg.gif') repeat-x bottom left;
	height: 30px;
	overflow: hidden;
}

#top_menu ul
{	
	list-style: none;
	padding-top: 2px;
	margin: 0;
	margin-left: 3px;
}

#top_menu li
{	
	float: left;
	margin: 0 3px 0 0;
	overflow: hidden;
	height: 28px;
}

#top_menu a
{
    display: block;
	color: #ccc;
	text-decoration: none;
	padding: 5px 10px 5px;
}

#top_menu a:hover
{
	color: #eee;
}

#top_menu .on
{
	background: url('../images/up_arrow.gif') no-repeat center bottom;
}

#top_menu .on a
{
	color: #fff;
}

#top_menu .checkout_text
{
	display: inline;
	color: #C11A1A;
	text-decoration: none;
	padding: 5px 10px 5px;
}

#top_menu a.checkout_text
{
	color: #ccc;
	text-decoration: none;
}

#top_menu .checkout_text
{
	color: #fff;
	text-decoration: none;
	padding: 5px 10px 5px;
	margin-top: 5px;
	font-size: 1.6em;
}

#top_menu .checkout_text a
{
	display: inline;
	color: #ccc;
	text-decoration: none;
}

#top_menu .search
{
	float: right;
	padding: 3px 5px 1px 1px;
}

#top_menu #search_box
{
	border:1px solid #999;
	font-size:15px;
	height: 20px;
	color: #999;
	vertical-align: top;
	width: 271px;
}

#top_menu #search_btn
{
	padding-top: 2px;
}

#search_btn_on
{
	padding-top: 2px;
	background: url('../images/up_arrow.gif') no-repeat center bottom;
	padding-bottom: 7px;
}

#search_suggest 
{
	position: absolute; 
	top: 104px;
	background-color: #FFFFFF; 
	text-align: left;
	width: 271px;
	border: 1px solid #999;
	font-family: arial;
	color: #999;
	cursor: default;
}		

.suggest_link
{
	padding-left: 3px;
}

.suggest_link:hover
{
	background: #D5E2FF;
}

/* autocomplete search box styling 
 No longer used after Feb 2011 as that script is not compatible with
  Prototype 1.7 */
.autocomplete-w1 { background:url(../images/shadow.png) no-repeat bottom right; position:absolute; top:4px; left:3px; /* IE6 fix: */ _background:none; _top:1px; }
.autocomplete { width:271px; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -3px; /* IE specific: */ _height:350px;  _margin:0px 6px 6px 0; overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 3px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#C11A1A; }

/* now replaced by this new auto suggest script */
div.autosuggest
{
	position: absolute;
	background-image: url(../images/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}
div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 5px 0px 5px 0px;
	overflow: hidden;
	background: url('../images/black-80.png') repeat;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #871010;;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #871010;
}

div.autosuggest ul li.as_highlight a span
{
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-color: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #F49999;
}




/* NAV BAR */

#nav_bar
{
	float: left;
	width: 160px;
    padding: 5px 0px 3px 0px;
    left: 0px;
}

#nav_bar a
{
	color: #333;
}

#nav_bar a:hover
{
	color: #e51818;
}

#nav_bar ul
{
	list-style-type: none;
}

.nav_line
{
	padding: 1px;
	margin: 4px 0px 4px -5px;
	border-bottom: 1px dashed #999;
}

#nav0
{
	margin-left: 5px;
}

#nav0 a
{
	text-decoration: none;
}

#nav0 .selected
{
	color: #B11818;
	font-weight: bold;
}

#nav1
{
	font-size: 0.75em;
	margin-left: 7px;
}

#nav1 li
{
	margin: 5px 0px 5px 0px;
}

#nav1 a
{
	color: #B11818;
}

#nav1 .selected
{
	color: #B11818;
}

#nav2
{
	margin-left: 7px;
	padding-left: 3px;
	border-left: 1px solid #B11818;
	font-size: 0.9em;
}

#nav2 .selected
{
	color: #B11818;
}

#nav3
{
	font-size: 0.9em;
	margin-left: 5px;
}

#nav3 .selected
{
	color: #B11818;
}

#nav4
{
	margin-left: 5px;
	padding-left: 3px;
	border-left: 1px solid #ccc;
}

#nav4 .selected
{
	color: #B11818;
}

#nav5
{
	margin-left: 5px;
}

#nav5 .selected
{
	color: #B11818;
}

/* END NAV BAR */

#checkout_info
{
	margin-left: 22px;
}

/* CATEGORY RULES */

#categories
{
	display: block;
	margin: 10px 0px 10px 0px;
	float: left;
	width: 99%;
}

.cat_box
{
	width: 145px;
	height: 130px;
	float: left;
	margin: 5px 4px 5px 4px;
	padding: 10px 0px 0px 0px;
	border: 1px solid #efefef;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.cat_box_label
{
	font-size: 1em;
	width: 145px;
	height: 70px;
	position: absolute;
	left: 0px;
	top: 90px;
	background: url('../images/item_box_bg.gif') repeat-x;
}

.cat_box a
{
	color: #666;
}

.cat_box a:hover
{
	color: #B11818;
}

.cat_box img
{
}

.category_details
{
	width: 99%;
	float: left;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}

.category_details p
{
	padding: 0px 5px 0px 5px;
}


/* SPECIAL OFFERS */

.offer_tiny
{
	position:relative; /*this is the key*/
    z-index:24; 
    color: #666;
	padding: 0px 2px 2px 0px;
}

.offer_tiny:hover
{
	z-index:25; 
	background-color: #f5f5f5;
	color: #000;
	cursor: default;
}

.offer_tiny span
{
	display: none;
	background: url('../images/tooltip_title_bg.png') -65px 0px no-repeat;
	position: absolute;
    top: 10px; left: -28px; width: 200px;
    color:#333;
    padding-top: 10px;
    font-size: 1em;
    line-height: 1.2em;
    text-align: justify;
}

.offer_tiny:hover span
{
	display: block;
}

.offer_tiny h4
{
	margin: 0px;
	color: #fff;
	overflow: visible;
	padding: 2px;
}

.offer_tiny p
{
	background: url('../images/tooltip_body_bg.png') repeat-x;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 0px;
	padding: 3px;
}

/* tooltip popups */
.tooltip, .header_tooltip
{
	position:relative; /*this is the key*/
	float: right;
    z-index:24; 
    color: #666;
	padding: 0px 2px 2px 0px;
}

.tooltip:hover, .header_tooltip:hover
{
	z-index:25; 
	color: #000;
	cursor: default;
}

.tooltip span
{
	display: none;
	background: url('../images/tooltip_title_bg.png') -12px 0px no-repeat;
	position: absolute;
    top: 14px; left: -78px; width: 200px;
    color:#333;
    padding-top: 10px;
    font-size: 1em;
    line-height: 1.2em;
    text-align: justify;
    z-index: 30;
}

.header_tooltip span
{
	display: none;
	background: url('../images/header_tooltip_bg.png') -12px 30px no-repeat;
	position: absolute;
    top: -40px; left: -118px; width: 200px;
    color:#333;
    font-size: 1em;
    line-height: 1.2em;
    text-align: justify;
    z-index: 30;
    height: 40px;
}

.tooltip h4
{
	margin: 0px;
	color: #fff;
	overflow: visible;
	padding: 2px;
	text-transform: none;
}

.tooltip p
{
	background: url('../images/tooltip_body_bg.png') repeat-x;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 0px;
	padding: 3px;
	text-transform: none;
}

.header_tooltip p
{
	background: url('../images/black-70.png') repeat;
	color: #efefef;
	border: 1px solid #333;
	margin: 0px;
	padding: 0px;
	text-transform: none;
	height: 29px;
	text-align: center;
}

.tooltip:hover span, .header_tooltip:hover span
{
	display: block;
}

/* this is for the superscript offer number on the cart */
.offer_text
{
	color: #693;
	font-size: 0.9em;
	vertical-align: super;
}

/* main news article on home page */
#news
{
	width: 99%;
	padding-bottom: 5px;
	padding-top: 0px;
	margin-top: -8px;
	margin-left: -10px;
}

#news table
{
	padding: 0px;
	border: 0px;
	margin: 0px;
	background: none;
}

#news td
{
	padding: 0px;
	border: 0px;
	margin: 0px;
}

/* the three info boxes on the cart page */
#free_shipping_info
{
	border: 1px solid #999;
	background: url('../images/item_box_bg.gif') repeat-x;
	padding: 3px;
	margin: 5px auto 5px auto;
	font-size: 0.9em;
	width: 70%;
}

#offer_info
{
	border: 1px solid #693;
	background: url('../images/item_box_bg.gif') repeat-x;
	padding: 3px;
	margin: 5px auto 5px auto;
	font-size: 0.9em;
	width: 70%;
}

#points_info
{
	border: 1px solid #DE0000;
	background-color: #f5f5f5;
	padding: 3px;
	margin: 5px auto 5px auto;
	font-size: 0.9em;
	width: 70%;
	background: url('../images/item_box_bg.gif') repeat-x;
}

.info_notes
{
	font-size: 0.7em; 
	color: #666;
}

.smallprint
{
	font-size: 0.8em; 
	color: #666;
}

#sort_methods
{
	font-size: 0.8em;
	padding: 2px;
	float: left;
	width: 780px;
	margin-top: 10px;
	background: #FAFAF8;
	padding: 5px 5px 5px 10px;
	border: 1px solid #eee;
}

#sort_methods select
{
	border:1px solid #999;
	height: 20px;
	color: #999;
	vertical-align: bottom;
}

#sort_btn
{
	padding-top: 2px;
}

/* ITEM RULES */

#items
{
	display: block;
	width: 99%;
	float: left;
}

#item_view_buttons
{
	float: right;
	margin-top: -20px;
	height: 20px;
	color: #666;
}
#item_view_buttons img
{
vertical-align:middle;
}

/* Large item box rules */
.item_box_container {
    width: 200px;
    height: 240px;
    float: left;
    margin: 10px 30px 10px 30px;
}

.item_box_large
{
    height: 235px;
	font-size: 12px;
	overflow: hidden;
	position:relative;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #efefef;
}

.item_info_large
{
	text-align: left;
	position:absolute; 
	width: 200px;
	height: 200px;
	top: 190px;
	background: url('../images/white-90.png') repeat;
}

.item_box_container .price_text
{
	color: #666;
}

.item_info_large p
{
	position: absolute;
	top: 45px;
}


/* regular item box rules */
.item_box
{
	width: 360px;
	float: left;
	margin: 5px 20px 5px 10px;
	font-size: 0.8em;
	background: url('../images/item_box_bg.gif') repeat-x;
	border: 1px solid #f5f5f5;
	overflow: hidden;
}

.item_box_featured
{
	width: 360px;
	float: left;
	margin: 5px 20px 5px 10px;
	font-size: 0.8em;
	background: url('../images/item_box_bg.gif') repeat-x;
	border: 1px solid #ccc;
	overflow: hidden;
}

.item_info
{
	height: 100px;
	margin: 10px 8px 0px 5px;
	overflow: hidden;
}

.item_info a
{
	text-decoration: none;
}

.item_box p, .item_box_featured p
{
	font-size: 0.85em;
	margin: 0px;
}

.item_box img, .item_box_featured img
{
	float: left;
	margin: 0px 5px 5px 5px;
	padding: 2px;
}

.item_box .price_text, .item_box_featured .price_text
{
	float: right;
	height: 16px;
	margin: -20px 8px 2px 5px;
	padding: 0px 3px 10px 5px;
	color: #666;
}

.item_details
{
	width: 99%;
	float: left;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.item_details .item_heading {
    width: 100%;
    border-bottom: 1px solid #999999;
}
.item_details .item_heading h2 {
    border-bottom: none;
    width: 600px;
}

.item_details ul
{
	overflow: hidden;
}

.item_details li
{
	padding:0 0 0 10px;
	margin:0 0 0 20px;
}

.item_details p
{
	padding: 0px 5px 0px 5px;
}

.item_details li
{
	margin-left: 20px;
}

.img_box
{
	margin: 5px 10px 0px 5px;
	font-size: 0.8em;
	color: #999;
	background: #fff;
	padding: 5px;
	min-width: 300px;
	max-width: 450px;
	float: left;
	text-align: center;
	border: 1px solid #E9E8CF;
}

#alt_images
{
	margin: 5px auto 5px auto;
	background: url('../images/white-75.png') repeat;
}

#alt_images .thumb
{
	border-bottom: 1px dashed #ddd;
	margin-right: 5px;
	margin-bottom: 2px;
	padding: 5px;
}

#alt_images .thumb:hover
{
	border-bottom: 1px dashed #C11A1A;
}

#alt_images .overlay_container
{
	position:relative;
}

#alt_images .video_overlay
{
	position:absolute;
  	left: 3px;
  	top: -10px;
} 

.tell_friend
{
	float: left;
	width: 450px;
	text-align: center;
	margin-left: 5px;
	margin-right: 10px;
	padding: 3px 5px 5px 5px;
}

.item_description
{
	margin-top: 5px;
	font-size: 0.85em;
}


/* PRODUCT RULES */

#products_list
{
	position: relative;
}

#products_list table
{
	border: none;
	margin-top: 10px;
	font-size: 0.85em;
	float: left;
}

table.wl_table
{
	width: 100%;
}

#products_list table td.col1
{
	width: 250px;
}
#products_list table td.col2
{
	width: 290px;
}
#products_list table td.col3
{
	width: 90px;
}
#products_list table td.col4
{
	width: 170px;
}

#products_list #buy_btn
{
	width: 170px;
}

#buy_btn_fixed-anchor
{
	width: 170px;
}

#products_list table td, table.wl_table td
{
	padding: 0px;
	border-bottom: none;
}

#products_list table td .divider, table.wl_table td .divider
{
	border-bottom: 1px dashed #999;
	margin-bottom: 5px;
}


#products_list .details
{
	padding-left: 15px;
	line-height: 1.1em;
	font-size: 0.9em;
}

.rrp
{
	text-decoration: line-through;
}

.our_price
{
	font-weight: bold;
	color: #f00;
}

.offer_price
{
	font-weight: bold;
	color: #f00;
}

.notice
{
	color: #e00;
}

.reviews
{
	font-size: 0.8em;
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 35px 0px 5px 0px;
	float: left;
}

.reviews p
{
	padding: 5px;
}

.reviews hr
{
	width: 250px;
	height: 1px;
}

.recommendations
{
	font-size: 0.8em;
	width: 100%;
	overflow: hidden;
	padding: 10px 0px 10px 0px;
	margin: 35px 0px 5px 0px;
	float: left;
}

.recommendation_box
{
	float: left;
	height: 87px;
	width: 90px;
	border-bottom: 1px dashed #ccc;
	position: relative;
	text-align: center;
	margin: 3px 11px 5px 4px;
}

.recommendation_box img
{
	margin: 0px auto 0px auto;
}

.recommendation_box a span
{
	position: absolute;
	top:0px;
	left: 0px;
	height: 85px;
	width: 90px;
	background: url('../images/white-90.png') repeat top left;
	padding-top: 0px;
	font-size: 1em;
	color: #000;
	display: none;
}

.recommendation_box:hover
{
	border-bottom: 1px dashed #C11A1A;
}

.recommendation_box:hover span
{
	display: block;
}

/* CART RULES */

.shoplist_table
{
	width: 99%;
	font-size: 0.75em;
	margin: 10px 0px 35px 0px;
	border: 1px solid #666;
}

.cart_table
{
	width: 99%;
	font-size: 0.75em;
}

.cart_table td
{
    padding: 5px;
}

td.total_col, th.total_col
{
	background-color: #f5f5f5;
}

td.no_bg
{
	background-color: #fff;
}

/* NEW CART RULES */
#cart_table_new
{
	width: 100%;
	font-size: 0.75em;
	border: none;
}

#cart_table_new th
{
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #ccc;
}

#cart_table_new td
{
	border: 0px;
}

#cart_table_new .lined td
{
	border-bottom: 1px dashed #ccc;
}

#cart_table_new td.left_lined
{
	border-left: 1px dotted #ccc;
}

#cart_table_new .vat_notice
{
	font-weight: normal;
	font-size: 0.8em;
}

#cart_table_new td.top_lined
{
	border: 1px solid #ccc;

}

#cart_table_new .total_col
{
	background-color: #f5f5f5;
}

#cart_table_new .qty_col
{
}

#cart_table_new .sub_total td
{
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
}

#cart_table_new .grand_total td
{
	font-size: 1.4em;
	font-weight: bold;
	border-top: 1px dashed #666;
}

#cart_table_new .grand_total td.left_lined
{
	font-size: 1.2em;
	font-weight: normal;
	color: #666;
}

#cart_table_new #update_cart_row
{
	width: 100%;
	height: 40px;	
}

.cart_shipping_text
{
	position: relative;
	border-bottom: 1px solid #F5CA20;
	width: 270px;
}

.cart_shipping_info
{
	position: absolute;
	margin-top: -3px;
	left: -177px;
    width: 200px;
    color:#333;
    font-size: 1em;
    line-height: 1.2em;
    text-align: justify;
    z-index: 30;
    padding-right: 10px;
    background: url('../images/tooltip_left_title_bg.png') no-repeat;
	background-position: right 8px;
}

.cart_shipping_info p
{
	background: #FFFD68;
	border: 1px solid #F5CA20;
	margin: 0px;
	padding: 3px;
	text-transform: none;
}

.cart_shipping_notice
{
	float: right;
	margin-top: -3px;
	left: 0px;
    width: 200px;
    height: 30px;
    color:#333;
    font-size: 1em;
    line-height: 1.2em;
    text-align: justify;
    padding-left: 10px;
    background: url('../images/tooltip_right_title_bg.png') no-repeat;
	background-position: left 8px;
}

.cart_shipping_notice p
{
	background: #FFFD68;
	border: 1px solid #F5CA20;
	margin: 0px;
	padding: 3px;
	text-transform: none;
}

#cart_shipping_error_message
{
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	width: 304px;
	background: url('../images/box_hover_dark.png') repeat;
	padding: 5px;
	z-index: 40;
}


#cart_table_new .info
{
	border: 1px solid #ccc;
}

#cart_table_new .details
{
	font-weight: normal;
	font-size: 0.8em;
	float: right;
}

.points_input
{
	margin-right: 14px;
}

/* END NEW CART RULES */



.checkout_table
{
	width: 470px;
	font-size: 0.8em;
}

.shipping_options
{
	border: 1px solid #ccc;
	background: url('../images/item_box_bg.gif') repeat-x;
	padding: 3px;
	margin: 5px auto 5px auto;
	font-size: 0.9em;
	width: 70%;
}

.shipping_table
{
	width: 100%;
}

.required
{
	color: #f00;
	vertical-align: super;
}

.order_details
{
	width: 99%;
	font-size: 0.8em;
}

.cc_table
{
	width: 99%;
}

#wl_control_bar
{
	width: 690px;
	float: left;
	background: #F5F5DA;
	padding: 5px;
	text-align: right;
}

#wl_select_all_link, #wl_select_none_link
{
	float: left;
}

#wl_contents
{
	float: left;
	width: 700px;
	border: 1px dashed #ccc;
	margin-bottom: 20px;
	margin-top: 5px;
}

.wl_item_box 
{
	float: left;
	width: 210px;
	height: 150px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #F5F5DA;
	position: relative;
	color: #A3A365;
}

.wl_in_cart
{
	opacity: 0.5;
}

.wl_bought
{
	background: #ccc;
}

.wl_item_box img
{
	float: left;
	margin-right: 10px;
}

.wl_added_info
{
	position: absolute;
	text-align: center;
	top: 105px;
	color: #666;
	width: 210px;
	font-size: 0.75em;
	display: block;
	float: left;
}

.wl_bought_info
{
	position: absolute;
	text-align: center;
	top: 95px;
	color: #333;
	width: 210px;
	font-size: 0.75em;
	display: block;
	float: left;
}

.wl_options_text
{
	color: #777;
	font-size: 0.8em;
}

.wl_select 
{
	text-align: right;
	float: right;
	cursor: pointer;
	font-size: 1.5em;
	display: block;
	width: 204px;
	background: #E8E8B0;
	top: 120px;
	height: 24px;
	position: absolute;
	margin-left: -5px;
	padding: 8px;
}

#wl_text_form
{
	margin-top: 10px;
	margin-bottom: 30px;
}

#wl_text_form textarea
{
	border: 1px solid #ccc;
	font-family: verdana, arial;
	font-size: 1em;
	height: 55px;
	width: 100%;
}

#wl_text_form .wl_text_button
{
	font-size: 1em;
	float: right;
}

.wl_text
{
	text-align: center;
	font-size: 1.4em;
	font-style: italic;
}


#wl_address_list
{
	background-color: #f7f7f7;
	margin: 10px;
	padding: 3px;
	border: 1px dashed #ccc;
}

#wl_address_list ul
{
	margin-left: 17px;
}

#wl_share_box 
{
	float: right;
	width: 240px;
	margin-top: 5px;
	text-align: center;
	padding-bottom: 50px;
}

#wl_share_box h3
{
	background: #F5F5DA;
	font-size: 1.5em;
	color: #8F8F42;
}

.grey_text
{
	color: #999;
	font-size: 0.8em;
}

.order_history_table
{
	font-size: 0.8em;
	width: 99%;
	border: 1px solid #ddd;
	background: url('../images/item_box_bg.gif') repeat-x top left #f5f5f5;
	margin-top: 10px;
}

.order_history_table td
{
	background: transparent;
}

.order_history_table th
{
	font-weight: bold;
	text-align: left;
	background: transparent;
	color: #000;
}

.order_history_table ul
{
	padding-left: 15px;
	list-style-type: disc;
}

.order_history_table .date_col
{
	width: 200px;
}

.order_history_nav
{
	text-align: right;
	margin: 10px;
	font-size: 1.2em;
}

.order_summary_table
{
	font-size: 0.8em;
	width: 99%;
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
}

.order_summary_table td
{
	background-color: #fff;
}

.highlighted
{
	font-weight: normal;
	background-color: #F7F381;
}


/* SEARCH STUFF */

.search_result
{
	padding: 3px;
	background: url('../images/item_box_bg.gif') repeat-x;
	height: 90px;
	border: 1px solid #eee;
	width: 640px;
}

.search_result h3
{
	color: #666;
	margin-left: 95px;
}

.search_result img
{
	float: left;
	margin: 3px 3px 3px 3px;
}

.search_desc
{
	margin-left: 95px;
	margin-right: 10px;
	font-size: 0.8em;
}

.related_products
{
	position:relative; /*this is the key*/
    color: #666;
	padding: 0px 2px 2px 0px;
	float: right;
}

.related_products:hover
{
	z-index:25; 
	color: #000;
	cursor: default;
}

.related_products span
{
	display: none;
	background: url('../images/related_products_bg.png') -12px 0px no-repeat;
	position: absolute;
    top: 14px; left: -78px; width: 300px;
    color:#333;
    padding-top: 10px;
    font-size: 0.75em;
    line-height: 1.2em;
    z-index: 30;
}

.related_products h4
{
	margin: 0px;
	color: #fff;
	overflow: visible;
	padding: 2px;
	text-transform: none;
}

.related_products ul
{
	background: url('../images/tooltip_body_bg.png') repeat-x;
	border: 1px solid #333;
	margin: 0px;
	padding: 3px;
	text-transform: none;
}

.related_products:hover span
{
	display: block;
}

.search_nav
{
	margin-top: 10px;
	width: 630px;
	background: #FAFAF8;
	padding: 0px 3px 25px 13px;
	border: 1px solid #eee;
}

ul#pagination
{
	margin-left: -14px;
}

#pagination li
{
	border:0; 
	margin:0; 
	padding:0;
	font-size:11px;
	list-style:none;
	margin-right:2px;
}

#pagination a
{
	border:solid 1px #9aafe5;
	margin-right:2px;
}

#pagination .active
{
	background:#CCCCAB;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}

#pagination a:link,
#pagination a:visited 
{
	color:#999;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
	border:solid 1px #999;
}

#pagination a:hover
{
	border:solid 1px #0e509e
}

#cat_info_results
{
	margin-top: -44px;
	width: 300px;
	float: right;
}

#info_search_results
{
	font-size: 0.9em;
	padding: 5px;
	background: #FAFAF8;
	border-top: 1px solid #eee;
	background: url('../images/item_box_bg.gif') repeat-x;
	margin-bottom: 10px;
}

#info_search_results h4
{
	font-family: georgia, times new roman;
	font-weight: 100; 
	font-size: 1.3em; 
	color: #C11A1A;
	border-bottom: 1px solid #999;
}

#info_search_results ul
{
	margin-left: 0px;
	padding-left: 0px;
}

#info_search_results li
{
	list-style-type: none;
	border-bottom: 1px dashed #999;
	padding: 2px 3px 2px 3px;
	color: #666;
	font-size: 0.9em;
}

.search_more_link
{
	text-align: center;
	background-color: #f5f5f5;
}

/* LINKS STUFF */

#search_links_table
{
	width: 97%;
}

#links_table
{
	float: left;
	margin : 5px 0px 25px 3px;
}

.link_row1
{
	background-color: #fff;
}
 
.link_row2
{
	background-color: #f5f5f5;
}

.link_desc
{
	font-size: 0.75em;
}

.link_info
{
	color: #C39999;
	font-size: 0.7em;
	padding: 5px;
}

.links_info_panel
{
	border: 1px solid #e5e5e5;
	padding: 5px;
	float: left;
	margin : 10px 0px 15px 3px;
}

.criteria
{
	background-color: #f5f5f5;
	float: right;
	width: 200px;
	padding: 3px;
	font-size: 0.8em;
}

/* KB Gallery stuff */
.gallery_box
{
	float: left;
	border: 1px solid #999;
	width: 110px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
}

.gallery_box .gal_img
{
	height: 75px;
	margin: 5px;
}

.gallery_box .gal_title
{
	font-size: 0.8em;
	background: #f5f5f5;
	height: 25px;
	text-align: center;
}

#gallery_nav_bar
{
	border-bottom: 1px dashed #999;
	background: #f9f9f9;
	word-spacing: 30px;
}

.resize_nav
{
	font-size: 0.8em;
	padding: 8px 0px 8px 0px;
}
	
.sitemap ul
{
	padding:0 0 0 10px;
	margin:0 0 0 20px;
}

.voucher_input
{
	margin-bottom: 10px;
	border: #ccc solid 1px;
	font-size: 2em;
}

.voucher_preview_box
{
	width: 630px;
	padding: 10px;
	font-size: 1.5em; 
	font-style: italic; 
	text-align: center;
	background: #f5f5f5;
}

#sub_topics
{
	width: 99%;
	margin-left: 5px;
	margin-top: 15px;
}

#sub_topics h4
{
	font-family: georgia, times new roman;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding: 3px;
}

#sub_topics ul
{
	margin: 5px 2px 2px 19px;
	list-style-type: disc;
}

#account_welcome_box
{
	float: left;
	background-color: #f5f5f5;
	padding: 3px;
	margin: 5px 6px 5px 157px;
	font-size: 0.9em;
	width: 250px;
	height: 50px;
	border: 1px solid #ccc;
	background: url('../images/item_box_bg.gif') repeat-x;
}

#account_points_info
{
	float: left;
	background-color: #f5f5f5;
	padding: 3px;
	margin: 5px 0px 5px 0px;
	font-size: 0.9em;
	width: 340px;
	height: 50px;
	border: 1px solid #ccc;
	background: url('../images/item_box_bg.gif') repeat-x;
}

#account_links
{
	padding: 3px;
	margin: 5px auto 5px auto;
	width: 640px;
}

.account_box
{
	width: 145px;
	height: 120px;
	float: left;
	margin: 5px 4px 5px 4px;
	padding: 10px 0px 0px 0px;
	border: 1px solid #ccc;
	text-align: center;
	background: url('../images/item_box_bg.gif') repeat-x;
}

.account_box p
{
	font-size: 1.5em;
	font-family: georgia, times new roman;
	color: #C11A1A;
	padding: 0px 10px 0px 10px;
}

.order_cancelled
{
	color: #aaa;
}

.order_tbc
{
	color: #a00;
}

.order_received
{
}

#info ol, #info ul
{
	margin-left: 40px;
}

.shipping_info_box
{
	display: inline;
	position: relative;
	text-align: center;
	margin: 3px;
}

.shipping_info_box span
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 40px;
	width: 127px;
	background: url('../images/box_hover_dark.png') top left;
	visibility: visible;
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
}

.shipping_info_box:hover span
{
	visibility: visible;
	background: none;
	color: #666;
}

#checkout_stages
{
	width: 950px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-family: georgia, times new roman;
	font-size: 1.5em;
	color: #999;
}

#checkout_stages ul
{
	list-style: none;
}

#checkout_stages li
{	
	margin: 5px;
	padding: 5px;
	overflow: hidden;
	display: inline;
	/*border: 1px solid #ccc;*/
}

#checkout_stages li.on
{
	color: #C11A1A;
}

.checkout_centered
{
	text-align: center; 
	width: 100%;
}

.checkout_centered h3
{
	border: none;
	font-size: 2em;
}


/* live validation styles for forms */
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

/* experimental popout side tabs */
#sideBar{
text-align:left;
}

#sideBar h2{
    color:#FFFFFF;
    font-size:110%;
    font-family:arial;
    margin:10px 10px 10px 10px;
    font-weight:bold !important;
}

#sideBar h2 span{
    font-size:125%;
    font-weight:normal !important;
}

#sideBar ul{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

#sideBar li{
    margin:0px 10px 3px 10px;
    padding:2px;
    list-style-type:none;
    display:block;
    background-color:#DA1074;
    width:177px;
    color:#FFFFFF;
}

#sideBar li a{
    width:100%;
}

#sideBar li a:link,
#sideBar li a:visited{
    color:#FFFFFF;
    font-family:verdana;
    font-size:100%;
    text-decoration:none;
    display:block;
    margin:0px 0px 0px 0px;
    padding:0px;
    width:100%;
}

#sideBar li a:hover{
    color:#FFFFFF;
    text-decoration:underline;
}

#sideBar{
    position: fixed;
    width: auto;
    height: auto;
    top: 140px;
    right:0px;
    background-image:url(../images/background.gif);
    background-position:top left;
    background-repeat:repeat-y;
}

#sideBarTab{
    float:left;
    height:137px;
    width:28px;
}

#sideBarTab img{
    border:0px solid #FFFFFF;
}

#sideBarContents{
    float:left;
    overflow:hidden !important;
    width:200px;
    height:320px;
}

#sideBarContentsInner{
    width:200px;
}

#worldpay_mode_notice
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 200px;
	padding: 3px;
	font-size: 1.5em;
	color: #f00;
	border: 1px solid #f00;
	background-color: #cef
}

.review_tips_div {
    float: right;
    font-size: 0.9em;
    width: 260px;
    color: #666;
}
.review_tips_div ul {
    margin-left: 20px;
    margin-top: 10px;
}

.form_check {
    display: none;
}

.starbox_floatleft  {
    display: inline;
    float: left;
    padding-right: 5px;
}

.starbox_floatright  {
    display: inline;
    float: right;
}

.starbox_tiny_rating {
    float: left;
    padding-right: 5px;
    padding-top: 2px;
}

p.review_title {
    font-weight: bold;
    margin-top: -3px;
    margin-bottom: 0px;
}

.review_detail, .vote_controls {
    color: #666;
    margin-top: -5px;
    font-size: 11px;
}

.review_response {
    color: rgb(92, 92, 92);
}

.review_divider {
    border-bottom: 1px dashed #999;
}

.review_average {
    font-family: verdana, arial, sans-serif;
}

.review_average.tiny {
    color: #666;
    font-size: 9px;
}

.review_average.default {
    color: #666;
    font-size: 12px;
    line-height: 22px;
}

.button.write_review_button {
    font-size: 1.8em;
    font-family: georgia, times, serif;
}


