@charset "UTF-8";
/* CSS Document */

body
{
	padding:0;
	margin:0;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

table
{
	border-collapse:collapse;
}
th, td
{
	text-align:left;
	vertical-align:top;
}

a img
{
	border:none;
}

a
{
	outline:none;
	text-decoration:none;
	color: #b11700;
}
a:hover
{
	color: #000624;
}

.hidden_element
{
	display:none;
}

.hasPlaceholder {
   color: #777;
}

div.submit_wrapper
{
	position:relative;
	padding-bottom:2px;
}

div.submit_btn
{
	color:#FFFFFF;
	position:relative;
	cursor:pointer;
	background:url(../images/bar_gradient.jpg) top left repeat-x;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
}

div.submit_btn:active
{
}

div.submit_btn_inner
{
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	background-color:none;
	padding:10px 15px;
	height:15px;
}
div.submit_btn_inner:hover
{
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	background-color:#000624;
}

input[type=text], input[type=password]
{
	width:160px;
	border:1px solid #999999;
	padding:3px;
}

input:focus
{
	-moz-box-shadow: inset 0 0 2px #999999;
	-webkit-box-shadow: inset 0 0 2px #999999;
	box-shadow: inner 0 0 2px #999999;
}

.admin_frm input[type=text]
{
	width:500px;
}

.admin_frm input.price_input
{
	width:100px;
}

div.large_title
{
	color:#959595;
	font-weight:bold;
	font-size:18px;
}

div.highlite_box
{
	position:relative;
	padding:10px;
	border:1px solid #333333;
	background:#999999;
	font-size:1.2em;
}

.print_btn
{
	background:url(../images/print_btn.png) top left no-repeat;
	width:114px;
	height:25px;
	cursor:pointer;
	margin-bottom:10px;
}
.print_btn:hover
{
	background-position:0 -25px;
}

/* =================================
	BODY WRAPPERS
================================= */
div.padded_wrapper
{
	position:relative;
	width:960px;
	padding-left:10px;
	padding-right:10px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
}
div.wrapper
{
	position:relative;
	width:960px;
}

#banner
{
	position:relative;
	margin-top:10px;
	height:258px;
}

div.page_content
{
	position:relative;
	margin-top:10px;
	min-height:50px;
	overflow:hidden;
}

div.no_top_banner
{
	min-height:600px;
}

/* =================================
	HEADER
================================= */
div.header
{
	position:relative;
	width:960px;
	min-height:95px;
	overflow:hidden;
	background:url(../images/header_bg.jpg) top left no-repeat;
}

a.header_logo
{
	display:block;
	float:left;
	height:95px;
	width:630px;
}

div.header_content
{
	position:relative;
	float:right;
}
div.search_pano
{
	position:relative;
	float:right;
	margin-top:20px;
	width:240px;
}
div.search_pano input
{
	margin-top:10px;
	width:160px;
	border:1px solid #999999;
	padding:3px;
	float:left;
}

div.search_btn
{
	position:relative;
	float:right;
}

div.header_nav
{
	position:relative;
	float:right;
	top:10px;
	color:#b11700;
	clear:both;
	width:290px;
}
div.seperator
{
	display:block;
	float:left;
	margin:0 5px;
}
div.header_nav a
{
	color: #b11700;
	text-transform: uppercase;
	float: left;
	display:block;
}
div.header_nav a:hover
{
	color: #000624;
}

#set_canada
{
	background:url(../images/flag_can.gif) top left no-repeat;
	width:38px;
	height:20px;
	float:left;
	margin-left:5px;
	cursor:pointer;
}
#set_usa
{
	background:url(../images/flag_usa.gif) top left no-repeat;
	width:38px;
	height:20px;
	float:left;
	margin-left:5px;
	cursor:pointer;
}

#set_canada_checkout
{
	background:url(../images/flag_can_lg.gif) top left no-repeat;
	background-position:0px -111px;
	width:221px;
	height:111px;
	float:left;
	margin-left:5px;
	cursor:pointer;
}
#set_usa_checkout
{
	background:url(../images/flag_usa_lg.gif) top left no-repeat;
	background-position:0px -111px;
	width:221px;
	height:111px;
	float:left;
	margin-left:5px;
	cursor:pointer;
}

#set_canada_checkout:hover, #set_usa_checkout:hover
{
	background-position:0px 0px;
}

/* =================================
	MAIN NAV
================================= */
div.main_nav
{
	position:relative;
	background:url(../images/bar_gradient.jpg) top left repeat-x;
	width:960px;
	height:35px;
	clear:both;
	z-index:20000;
}

ul#nav
{
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	background:none;
	margin:0;
	padding:0;
}
ul#nav li
{
    float:left;
    position:relative;
}

ul#nav a.top_level
{
	position:relative;
	float:left;
	padding:10px 20px;
	height:15px;
	color:#FFFFFF;
	background:url(../images/bar_gradient_seperator.png) top right no-repeat;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	background-color:none;
}
ul#nav a.top_level:hover
{
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	background-color:#000624;
}

ul#nav ul
{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
    position:absolute;
    width:177px;
    top:35px;
	left:0;
	background:#000624;
    display:none;
	text-align:left;
	-moz-box-shadow: 2px 2px 4px #000;
	-webkit-box-shadow: 2px 2px 4px #000;
	box-shadow: 2px 2px 4px #000;
}

ul#nav li.active
{
	background:#000624;
}

ul#nav ul a
{
	display:block;
	padding:10px 20px;
	width:137px;
	background:none;
	color:#FFFFFF;
}
ul#nav ul a:hover
{
	background:#b11700;
}

/* =================================
	FOOTER
================================= */
div.footer
{
	position:relative;
	clear:both;
	margin-top:10px;
	width:940px;
	min-height:50px;
	overflow:hidden;
	padding:10px;
	padding-bottom:50px;
	background:#000000;
	color:#FFFFFF;
}

div.footer_info
{
	float:left;
}

div.footer div.larger_text
{
	font-size:1.4em;
}

div.footer_right_side
{
	float:right;
}
div.footer div.footer_nav
{
	float:right;
}
div.footer div.footer_nav a
{
	display:block;
	float:left;
	color:#FFFFFF;
	font-size:1.4em;
}
div.footer div.footer_nav a:hover
{
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	transition: color 0.5s ease;
	color:#999999;
}
div.footer div.footer_nav div.seperator
{
	float:left;
	margin:0 10px;
}

div.footer div.social_nav
{
	clear:both;
	float:right;
	margin:20px 0;
}
div.footer div.social_nav a
{
	margin-left:10px;
}

div.footer img.secure_logo
{
	display:block;
	clear:both;
	float:right;
}

div.footer div.logo_container
{
	position:relative;
	width:100%;
	clear:both;
	text-align:center;
}

div.logo_container a.footer_dm_logo
{
	position:relative;
	display:block;
	margin:0 auto;
	margin-top:10px;
}

/* =================================
	LEFT COLUMN
================================= */
div.left_column
{
	position:relative;
	width:220px;
	float:left;
	margin-right:13px;
}

div.pano_wrapper
{
	position:relative;
	width:220px;
	margin-bottom:10px;
	
}
div.pano_title
{
	width:200px;
	background:url(../images/bar_gradient.jpg) top left repeat-x;
	padding:8px 10px;
	height:19px;
	color:#FFFFFF;
	font-size:14px;
	letter-spacing:1px;
}
div.pano_wrapper div.pano_contents
{
	position:relative;
	background:#cccdd3;
	padding:10px;
	min-height:75px;
}

#enewsletter_form
{
	display:block;
	min-height:10px;
	overflow:hidden;
}
#enewsletter_form input
{
	width:140px;
	float:left;
	margin-top:5px;
}
#enewsletter_form div.submit_btn
{
	float:right;
}

/* =================================
	RIGHT COLUMN
================================= */
div.right_column
{
	position:relative;
	width:727px;
	float:left;
	min-height:200px;
	overflow:hidden;
	margin-bottom:40px;
}

div.main_title
{
	width:707px;
	padding:8px 10px;
	margin-bottom:10px;
	height:19px;
	color:#FFFFFF;
	font-size:14px;
	letter-spacing:1px;
	background:#000624;
}
div.main_title a
{
	color:#FFFFFF;
	text-decoration:underline;
}
div.main_title a:hover
{
	color:#b11700;
}

/* =================================
	CART INFO PANO
================================= */
#cart_pano
{
	min-height:20px;
	overflow:hidden;
}
#cart_pano table
{
	width:100%;
}
#cart_pano table td.item_title
{
	text-align:left;
}
#cart_pano table td.item_price
{
	text-align:right;
}

#cart_pano table tr.grand_total td
{
	font-weight:bold;
	border-top:1px solid #000;
}

/* =================================
	FULL CART
================================= */
#full_cart
{
	width:100%;
	border-bottom:1px solid #000;
}

#full_cart tr.titles
{
	font-weight:bold;
	border-bottom:1px solid #000;
	padding-bottom:5px;
	font-size:16px;
}

#full_cart tr.coloured_row
{
	background:#cccccc;
}

#full_cart td
{
	padding:5px;
}

input.quantity_input
{
	width:30px;
	margin:5px 0;
}

#full_cart td.item_qty
{
	width:110px;
}

#full_cart td.item_title
{
	text-align:left;
}
#full_cart td.item_price, #full_cart th.item_price
{
	text-align:right;
}

#full_cart img.remove_item
{
	display:block;
	cursor:pointer;
	margin-top:5px;
}

#full_cart div.update_qty
{
	width:100px;
	background:#b11700;
	cursor:pointer;
	padding:3px;
	color:#FFFFFF;
	margin-bottom:5px;
}
#full_cart div.update_qty:hover
{
	background:#000624;
}
#full_cart div.update_qty:active
{
	background:#666666;
}

#price_totals
{
	float:right;
}

#price_totals th
{
	text-align:right;
	padding:5px;
	color:#9c9c9c;
	font-weight:bold;
	font-size:18px;
	vertical-align:bottom;
}

#price_totals td
{
	padding:5px 0;
	padding-left:5px;
	color:#9c9c9c;
	vertical-align:bottom;
	text-align:right;
}

div.receipt_header
{
	color:#9c9c9c;
	font-size:14px;
	margin-bottom:10px;
}
div.receipt_header div.fname
{
	font-weight:bold;
	font-size:18px;
}

.no_country
{
	color:#FF0000;
	font-weight:bold;
	margin:10px;
}

/* =================================
	PRODUCT INFO
================================= */
div.product_shot_pano
{
	position:relative;
	min-height:10px;
	overflow:hidden;
	float:left;
	min-height:300px;
	overflow:hidden;
}

div.product_shot_wrapper
{
	height:300px;
	width:300px;
	text-align:center;
}

#ajax_loader
{
	position:relative;
	display:none;
	margin-top:50px;
}
img#product_shot
{
	display:block;
	float:left;
	width:300px;
}

div.product_thumb_pano
{
	clear:both;
	float:left;
	width:296px;
	background:#cccdd3;
	padding:5px;
	padding-right:0;
	padding-left:4px;
}

div.product_thumb_pano img.product_thumb
{
	position:relative;
	width:70px;
	height:70px;
	cursor:pointer;
}

div.product_thumb_pano div.thumb_wrapper
{
	position:relative;
	overflow:hidden;
	width:70px;
	float:left;
	height:70px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom:5px;
	margin-right:3px;
}
div.active_thumb_bg
{
	position:absolute;
	top:0;
	left:0;
	width:66px;
	height:66px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index:20000;
	background:url(../images/trans_bg.png) top left repeat;
	border:2px solid #000624;
}

div.product_content
{
	position:relative;
	float:left;
	margin-left:27px;
	width:400px;
}
div.product_content div.product_title
{
	color:#959595;
	font-weight:bold;
	font-size:18px;
	margin-bottom:5px;
}
div.product_content div.product_model
{
	margin-bottom:10px;
}
div.product_content div.product_price
{
	color:#959595;
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
}
div.product_content div.product_info
{
	margin-bottom:10px;
}

div.social_products
{
	margin-bottom:10px;
	width:100%;
	padding:5px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #999999;
	background:#CCCCCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CCCCCC)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#fff, #CCC); 
	background-image: -o-linear-gradient(#FFF, #CCC); /* Opera 11.10+ */
	background: -moz-linear-gradient(top, #FFF, #CCCCCC); /* for firefox 3.6+ */ 
	min-height:10px;
	overflow:hidden;
}

div.fb-like
{
	float:left;
	width:280px;
}

div.no_inventory
{
	color:#990000;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	height:32px;
}

/* =================================
	SMALL PRODUCT PANOS
================================= */
div.product_info_pano
{
	width:169px;
	float:left;
	margin-top:13px;
}
div.product_info_middle
{
	margin-left:15px;
}

div.product_info_contents
{
	padding:5px 5px;
}
div.product_info_pano div.product_title
{
	color:#959595;
	font-weight:bold;
	font-size:12px;
	min-height:40px;
}
div.product_model
{
	font-size:10px;
}
div.product_price
{
	color:#959595;
	font-weight:bold;
	font-size:12px;
}
a.product_details
{
	display:block;
	margin:5px 0;
}

div.product_add
{
	position:relative;
	background:url(../images/bar_gradient.jpg) bottom left repeat-x #b21800;
	height:35px;
	color:#FFFFFF;
	font-size:14px;
	letter-spacing:0px;
	cursor:pointer;
}
div.product_add_inner
{
	position:relative;
	padding:6px 10px;
	height:22px;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	background-color:none;
}
div.product_add_inner:hover
{
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	background-color:#000624;
}
div.product_add_inner:active
{
	background:#666666;
	-webkit-transition: background-color 0s ease;
	-moz-transition: background-color 0s ease;
	-o-transition: background-color 0s ease;
	-ms-transition: background-color 0s ease;
	transition: background-color 0s ease;
}
div.product_add_inner input
{
	width:20px;
	border:1px solid #999999;
	padding:3px;
	float:left;
}
div.set_size
{
	width:169px;
}

.disabled_btn
{
	cursor:progress;
	background:#666666;
}

/* =================================
	SIDE NAV
================================= */
.side_nav div.side_nav_title
{
	color:#FFFFFF;
	background:#666666;
	padding:3px 5px;
	margin:5px 0;
}

.pano_wrapper .side_nav .side_nav_top_title
{
	margin-top:0;
}

.side_nav a
{
	display:block;
}

.field_name
{
	display:block;
	font-weight:bold;
	color:#b11700;
}

/* =================================
	ADS
================================= */
img.ad_image
{
	
}
img.ad_image:hover
{
	cursor:pointer;
}

/* =================================
	DIALOGS
================================= */
.dialog_title
{
	font-size:16px;
	font-weight:bold;
	color:;
}

.dialog_content
{
	width:450px;
	float:right;
}

.dialog_error
{
	font-weight:bold;
	color:#990000;
	margin-bottom:10px;
}

/* =================================
	SORTABLE LIST
================================= */
ul#sortable
{
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	min-height:10px;
	overflow:hidden;
}

div.item_text, ul#sortable li.item_text
{
	display:block;
	float:left;
	margin:3px 0;
	padding:5px;
	border:1px solid #CCCCCC;
	background:#CCCCCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CCCCCC)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#fff, #CCC); 
	background-image: -o-linear-gradient(#FFF, #CCC); /* Opera 11.10+ */
	background: -moz-linear-gradient(top, #FFF, #CCCCCC); /* for firefox 3.6+ */ 
	width:715px;
	min-height:10px;
	overflow:hidden;
}

div.item_text
{
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CCCCCC)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#fff, #CCC); 
	background-image: -o-linear-gradient(#FFF, #CCC); /* Opera 11.10+ */
	background: -moz-linear-gradient(top,  #FFF,  #CCCCCC); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFFFFF, endColorstr=#CCCCCC)";
}

ul#sortable li.item_text:hover, div.sortable_items:hover
{
	cursor:pointer;
	background:#666666;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#666)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#CCC, #666); 
	background-image: -o-linear-gradient(#CCC, #666); /* Opera 11.10+ */
	background: -moz-linear-gradient(top, #CCC,  #666); /* for firefox 3.6+ */ 
}

.static_text
{
	display:inline-block;
	width:208px;
	float:left;
}

input[type=text].denominations_input
{
	display:block;
	width:200px;
	float:left;
}

.d_count
{
	display:inline-block;
	margin-left:10px;
	width:400px;
	float:left;
}

.delete_btn
{
	display:block;
	background:url(../images/delete.png) center center no-repeat;
	height:16px;
	width:16px;
	float:right;
	padding:2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.item_checkboxes
{
	clear:both;
}

.delete_btn:hover
{
	background-color:#000624;
}

.add_btn
{
	display:inline-block;
	background:url(../images/add.png) center left no-repeat;
	padding:5px;
	padding-left:25px;
	color:#000624;
	cursor:pointer;
}
.add_btn:hover
{
	color:#b11700;
}

/* =================================
	MISC INPUTS
================================= */
div.selectable_description
{
	font-weight:bold;
}
label.selectable_checkbox
{
	float:left;
	margin:3px 0;
	padding:5px;
	border:1px solid #CCCCCC;
	min-height:16px;
	overflow:hidden;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CCCCCC)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#fff, #CCC); 
	background-image: -o-linear-gradient(#FFF, #CCC); /* Opera 11.10+ */
	background: -moz-linear-gradient(top,  #FFF,  #CCCCCC); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFFFFF, endColorstr=#CCCCCC)";
	min-height:10px;
	overflow:hidden;
}
label.selectable_checkbox:hover
{
	background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#666)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#CCC, #666); 
	background-image: -o-linear-gradient(#CCC, #666); /* Opera 11.10+ */
	background: -moz-linear-gradient(top, #CCC,  #666); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#666666'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#CCCCCC, endColorstr=#666666)";
}
label.disabled_checkbox
{
	color:#999999;
}
label.disabled_checkbox:hover
{
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CCCCCC)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#fff, #CCC); 
	background-image: -o-linear-gradient(#FFF, #CCC); /* Opera 11.10+ */
	background: -moz-linear-gradient(top,  #FFF,  #CCCCCC); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFFFFF, endColorstr=#CCCCCC)";
}

label.unfloated_checkbox
{
	display:block;
	float:none;
}

label.banner_category
{
	display:block;
	margin:3px 0;
	padding:5px;
	border:1px solid #CCCCCC;
	min-height:16px;
	overflow:hidden;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CCCCCC)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#fff, #CCC); 
	background-image: -o-linear-gradient(#FFF, #CCC); /* Opera 11.10+ */
	background: -moz-linear-gradient(top,  #FFF,  #CCCCCC); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFFFFF, endColorstr=#CCCCCC)";
	min-height:10px;
	overflow:hidden;
	font-size:14px;
}
label.banner_category input
{
	float:right;
}
label.banner_category:hover
{
	background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#666)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#CCC, #666); 
	background-image: -o-linear-gradient(#CCC, #666); /* Opera 11.10+ */
	background: -moz-linear-gradient(top, #CCC,  #666); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#666666'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#CCCCCC, endColorstr=#666666)";
}

label.banner_product
{
	display:block;
	margin:3px 0;
	padding:5px;
	font-size:11px;
	border:1px solid #CCCCCC;
	min-height:16px;
	overflow:hidden;
	min-height:10px;
	overflow:hidden;
}
label.banner_product:hover
{
	background:#CCCCCC;
}
label.banner_product input
{
	float:right;
}

label.banner_product img
{
	display:block;
	float:left;
}
label.banner_product div.banner_desc
{
	float:left;
	margin-left:10px;
	width:350px;
}
label.banner_product div.banner_desc div.banner_title
{
	color:#333333;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}

/* =================================
	MULTI-COLUMN LISTS
================================= */
#items, #colours, #sizes, #brands
{
	min-height:10px;
	overflow:hidden;
	margin:0;
	margin-bottom:10px;
	padding:0;
}
#items ul, #colours ul, #sizes ul, #brands ul
{
	float:left;
	list-style:none;
	width:235px;
	padding:0;
}
#items li, #colours li, #sizes li, #brands li
{
	display:block;
}
#items ul.even, #colours ul.even, #sizes ul.even, #brands ul.even
{
	padding:0 10px;
}

/* =================================
	DATE BUTTON CONTAINER
================================= */
div.date_button_container
{
	margin-bottom:10px;
	min-height:10px;
	overflow:hidden;
}

div.date_button_container a
{
	display:block;
	padding:5px 10px;
	margin-right:5px;
	border:2px solid ;
	font-weight:bold;
	float:left;
}

/* =================================
	ORDER RESULT TABLE
================================= */
table.order_details_table
{
	width:100%;
}
table.order_details_table th
{
	padding-right:10px;
}
table.order_details_table tr
{
	border-bottom:1px dotted #CCCCCC;
}

table.order_details_table tr.seperator
{
	border-top:2px solid #b11700;
}
table.order_details_table tr.seperator td, table.order_details_table tr.seperator th
{
	padding-top:5px;
}

/* =================================
	DISPLAY TABLE
================================= */
table.display_table
{
	position:relative;
	width:100%;
}
table.display_table td, table.display_table th
{
	text-align:left;
	vertical-align:middle;
	padding:5px;
}

table.display_table th
{
	color:#FFFFFF;
	background:#b11700;
	font-size:1.3em;
}

table.display_table tr
{
	background:#CCCCCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CCCCCC)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#fff, #CCC); 
	background-image: -o-linear-gradient(#FFF, #CCC); /* Opera 11.10+ */
	background: -moz-linear-gradient(top,  #FFF,  #CCCCCC); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFFFFF, endColorstr=#CCCCCC)";
}

table.display_table tr:hover
{
	cursor:pointer;
	background:#999999;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#666)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#CCC, #666); 
	background-image: -o-linear-gradient(#CCC, #666); 	/* Opera 11.10+ */
	background: -moz-linear-gradient(top, #CCC,  #666); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#666666'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#CCCCCC, endColorstr=#666666)";
}

table.display_table tr.no_click:hover
{
	cursor:auto;
	background:#CCCCCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CCCCCC)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#fff, #CCC); 
	background-image: -o-linear-gradient(#FFF, #CCC); /* Opera 11.10+ */
	background: -moz-linear-gradient(top,  #FFF,  #CCCCCC); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFFFFF, endColorstr=#CCCCCC)";
}

div.edit_btn
{
	background:#FFFFFF;
	padding:2px;
	float:right;
	border:1px solid #CCCCCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* ===============================
		SWFUPLOADER
=============================== */
#swfupload-control p
{
	margin-top:10px;
	margin-bottom:10px;
}
#log
{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
}
#log li
{
	display:block;
	list-style:none;
	list-style-position:inside;
	margin:2px;
	border:1px solid #ccc;
	padding:10px;
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background:#fff;
	position:relative;
	min-height:70px;
	overflow:hidden;
}
#log li .progressbar{ border:1px solid #333; height:5px; background:#fff; width: 500px; }
#log li .progress{ background:#999; width:0%; height:5px; }
#log li p{ margin:0; line-height:18px; }
#log li.success{ border:1px solid #339933; background:#ccf9b9; }
#log li.error{ border:1px solid #990000; background:#EDACB0; }
#log li span.cancel{ position:absolute; top:5px; right:5px; width:20px; height:20px; 
	background:url('../scripts/SWFUploader/js/swfupload/cancel.png') no-repeat; cursor:pointer; }
#log li div.item_info
{
	position:relative;
	float:left;
	width: 500px;
}
#log li span.img
{
	position:relative;
	float:right;
}
#uploaded
{
	width:96%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2%;
	padding-right:2%;
	background:#333333;
	color:#FFFFFF;
	font-weight:bold;
}
#file_list
{
	display:none;
}

#current_files
{
	position:relative;
	min-height:100px;
	overflow:hidden;
	background:#999999;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#FFF, #CCC); 
	background-image: -o-linear-gradient(#FFF, #CCC); 	/* Opera 11.10+ */
	background: -moz-linear-gradient(top, #FFF,  #CCC); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFFFFF, endColorstr=#CCCCCC)";
}
#current_files div.current_img_title
{
	font-weight:bold;
	font-size:1.2em;
	color:#000624;
	margin:5px;
}
#current_files div.current_files_text
{
	margin:5px;
}
#current_files div.current_images
{
	float:left;
	margin:5px;
}
div.current_images img
{
	display:block;
	border:1px solid #999999;
}
div.current_images label.selectable_checkbox
{
	display:block;
	float:none;
}

/* =======================================
	SORTABLE LIST
======================================= */
.target_wrapper
{
	position:relative;
	margin:0 auto 10px auto;
	width:514px;
	min-height:10px;
	overflow:hidden;
}
.target_wrapper .number_wrapper
{
	position:relative;
	float:left;
	border:1px solid #666666;
}
.number_wrapper div
{
	font-size:12px;
	padding:12px 7px;
	height:15px;
	background:#999999;
	border:1px solid #666666;
}

#story_target
{
	position:relative;
	border:1px solid #666666;
	height:200px;
	width:512px;
	float:left;
}
#story_target .story_element
{
	margin:0;
	cursor:default;
}

#stories
{
	position:relative;
	width:514px;
	margin:0 auto;
	min-height:40px;
}
.story_element
{
	position:relative;
	padding:5px;
	margin:4px 0;
	width:500px;
	height:19px;
	background:#CCCCCC;
	border:1px solid #666666;
	font-size:12px;
	cursor:move;
}
.story_element:hover
{
	background:#999999;
}
.story_element .story_info_wrapper
{
	position:relative;
	float:left;
	width:400px;
}

.story_info_wrapper .story_title
{
	font-weight:bold;
}

.delete_wrapper
{
	position:relative;
	float:right;
	background:#FF0000;
	color:#FFFFFF;
	cursor:pointer;
	display:none;
	background:url(../images/cancel.png) top left no-repeat;
	height:16px;
	width:16px;
}
.inactive_story:hover
{
	background:#CCCCCC;
}

.category_title
{
	background:#999999;
	color:#FFFFFF;
	font-size:18px;
	text-align:center;
	border:1px solid #666666;
	border-bottom:0;
}

/* =======================================================
	SEARCH RESULTS
======================================================= */
div.search_result
{
	position:relative;
	clear:both;
	min-height:10px;
	overflow:hidden;
	margin-top:5px;
	padding:5px;
	background:#cccdd3;
}

div.search_result img
{
	display:block;
	position:relative;
	float:left;
}
div.search_result div.result_info
{
	position:relative;
	float:right;
	margin-left:10px;
	width:430px;
	min-height:10px;
	overflow:hidden;
}
div.search_result h1
{
	color:#000624;
	margin:0;
}
div.search_result div.content
{
	position:relative;
	padding:0;
	margin:0;
}
span.search_criteria
{
	background:#999;
	color:#secondary_color;
	padding:1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.search_returns
{
	margin:10px 0;
	color:#b11700;
	font-weight:bold;
	font-size:1.3em;
}

/* =======================================================
	PAGINATION
======================================================= */
div#pagination_container
{
	padding:5px 10px;
	background:#b11700;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#666)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#CCC, #666); 
	background-image: -o-linear-gradient(#CCC, #666); 	/* Opera 11.10+ */
	background: -moz-linear-gradient(top, #CCC,  #666); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#666666'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#CCCCCC, endColorstr=#666666)";
	color:#FFF;
	min-height:10px;
	overflow:hidden;
}
div.normal_text
{
	float:left;
	margin-right:10px;
	margin-top:3px;
}
span.counter, span.current_counter, a.counter
{
	display:block;
	float:left;
	padding:2px 5px;
	margin-right:3px;
	border:1px solid #666;
	background:#FFFFFF;
	width:2em;
}

span.counter, a.counter
{
	color:#b11700;
	background:#FFF;
}

span.counter:hover, a.counter:hover
{
	color:#404040;
	background:#CCCCCC;
}

span.counter, span.current_counter
{
	color:#404040;
	background:#CCCCCC;
}

/* =======================================
	PASSWORD STRENGTH TABLE
======================================= */
div.strength_container
{
	border:1px solid #FFF;
	padding:5px;
	width:300px;
}

div#tdPwdStrength
{
	font-weight:bold;
	color:#CCCCCC;
	margin:3px;
}

table.password_display
{
	border-collapse:collapse;
}
table.password_display td
{
	width:50px;
	height:30px;
}

td.transparent
{
	background:none;
}

td.bad
{
	background:#FF0000;
}
td.weak
{
	background:#FF6600;
}
td.strong
{
	background:#FFFF00;
}
td.best
{
	background:#00FF00;
}

/* =================================
	CONTACT TABLE
================================= */
table.contact_table th, table.contact_table td
{
	text-align:left;
	padding:2px 0;
	padding-right:4px;
}

/* =================================
	ERROR & SUCCESS
================================= */
.error
{
	color:#990000;
	font-weight:bold;
}

input.error
{
	background:#FFCFDD;
}

.success
{
	color:#009933;
	font-weight:bold;
}
