/* 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;
	background: #fff;
}

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

img
{
	border: 0px;
}

b
{
	font-weight: bold;
}

.dark_red
{
	color: #C11A1A;
}


table
{
	background: url('../images/item_box_bg.gif') repeat-x top left #fff;
	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
{
}

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

.top_box
{
	position: relative;
	float: right;
	width: 350px;
	height: 68px;
	margin: 5px 2px 5px 2px;
	text-align: right;
	font-size: 0.75em;
	text-transform: uppercase;
}

.top_box .button
{
	color: #666;
	background: none;
	padding: 0px 2px 2px 0px;
}

.top_box .button:hover
{
	color: #871519;
}

.top_box .content
{
	padding: 5px;
}

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 .grey_bg
{
}

#header_tooltip
{
	position: absolute;
	text-align: center;
	height: 109px;
	width: 100%;
	background:transparent url('../images/dark_bg.png');
	top: 0px;
	left: 0px;
}

#header_tooltip p
{
	margin-top: 40px;
	font-size: 2em;
	font-family: georgia, times new roman;
	color: #fff;
}

#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: #999;
	margin-bottom: 10px;
}

#breadcrumbs a
{
	color: #C39999;
}

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

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

#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: 190px;
}
#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;
	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;
}

#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;
}

#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;
}

#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;
}

/* 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: 140px;
	float: left;
	margin: 5px 4px 5px 4px;
	padding: 10px 0px 0px 0px;
	border: 1px solid #ccc;
	text-align: center;
	overflow: hidden;
}

cat_box p
{
	font-size: 1.8em;
	padding: 0px 5px 0px 15px;
	margin-top: -10px;
	text-align: left;
	line-height: 70%;
	text-indent: -0.5em;

}

.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;
	background: url('../images/item_box_bg.gif') repeat-x;
}

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

.category_details h2
{
	font-weight: 100; 
	font-size: 2em; 
	border-bottom: 1px solid #999;
	background: #fff;
}

/* 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
{
	position:relative; /*this is the key*/
    z-index:24; 
    color: #666;
	padding: 0px 2px 2px 0px;
	float: right;
}

.tooltip:hover
{
	z-index:25; 
	background-color: #f5f5f5;
	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;
}

.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;
}

.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;
}

#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_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 #eee;
	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;
	border: 1px solid #ccc;
}

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

.item_details
{
	width: 99%;
	float: left;
	padding-bottom: 10px;
	background: url('../images/item_box_bg.gif') repeat-x;
}

.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
{
	float: left;
	margin: 5px 5px 0px 5px;
	border: 1px solid #E9E8CF;
	font-size: 0.8em;
	background-color: #f8f8f8;
	color: #999;
	text-align: center;
}

.tell_friend
{
	border-top: 1px solid #E9E8CF;
	text-align: center;
}

/* PRODUCT RULES */


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

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

table#products_list 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: 650px;
	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: 650px;
	overflow: hidden;
	padding: 10px 0px 10px 0px;
	margin: 35px 0px 5px 0px;
	float: left;
}

.recommendation_box
{
	float: left;
	height: 98px;
	width: 98px;
	border: 1px solid #ccc;
	position: relative;
	text-align: center;
	margin: 3px;
}

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

.recommendation_box a span
{
	position: absolute;
	left: -1px;
	top: -1px;
	height: 100px;
	width: 100px;
	background: url('../images/box_hover_dark.png') no-repeat top left;
	visibility: hidden;
	padding-top: 0px;
	border: 1px solid;
	font-size: 1em;
	color: #fff;
	font-weight: bold;
}

.recommendation_box a:hover span
{
	visibility: visible;
}

/* 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 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;
}

#cart_table_new .grand_total td
{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}


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

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

/* 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%;
}

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

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

.cc_table
{
	width: 99%;
}

#wl_tabs
{
	padding-top: 0px;
	font-size: 20px;
	height: 32px;
	border-bottom: 1px dashed #ccc;
	/* from ala */
    width: 99%;
    line-height:normal;
}

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

#wl_tabs li
{
	float: left;
	margin: 0 3px 0 0;
	overflow: hidden;
}

#wl_tabs a
{
    display: block;
	color: #C39999;
	text-decoration: none;
	padding: 5px 10px 0px;
	border-top: 1px solid #fff;
}

#wl_tabs .on
{
	background: #f7f7f7;
	color: #333;
	padding-bottom: 1px;
	margin-bottom: -1px;
	border-top: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
}

#wl_tabs .on a
{
	color: #000;
}

#wl_contents
{
	background: #f7f7f7;
	float: left;
	width: 99%;
	border-bottom: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	margin-bottom: 20px;
}

#wl_contents p
{
	margin: 10px;
}

.wl_table
{
	width: 100%;
	float: left;
}

.wl_table td
{
	padding: 3px;
}

.wl_bought
{
	color: #999;
}

#wl_text_form
{
	margin-left: 10px;
}

#wl_text_form textarea
{
	border: 1px solid #ccc;
	font-family: verdana, arial;
	font-size: 1.2em;
	height: 50px;
}

#wl_text_form .wl_text_button
{
	font-size: 1.2em;
	height: 50px;
}

.wl_text
{
	text-align: center;
	font-size: 1.5em;
	font-style: italic;
	color: #666;
}

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

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

.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;
}

.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;
}


/* 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;
}