/* ----------------------- */
/* Index / Global Properties */
/* ----------------------- */

* {
	/* Global Font Size, Color and Face */
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #FFFFFF;
}

a.reloadlink {
	color: #999;
}

input, select, textarea {
	/* Input And Select Font */
	font: normal 11px/150% "Arial", "Helvetica", sans-serif;
}

body {
	/* Main Background Color */
	background: #333333 url(../images/background.jpg) top center repeat-y;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #666666;
}	

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	min-height: 800px;
}

#header {
	/* Header Background & Definitions */
	/*background: url(../images/header_bg.jpg) top right no-repeat;*/
	background-color: #000000;
	height: 69px;
	width: 100%;
}

#header_content {
	/* Header Background & Definitions */
	/*background: url(../images/header_bg.jpg) top right no-repeat;*/
	height: 69px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#top_bar {
	background: #000000 url(../images/top_bar.jpg) top left no-repeat;
	width: 836px;
	height: 45px;
	margin-left: 124px;
}

#top_nav {
	/* Top Navigation Bar BG & Color */
	background: #000000 url(../images/nav_bar_bg.jpg) no-repeat;
	height: 20px;
	width: 836px;
	margin: 0px;
	padding: 0px;
	margin-left: 124px;
	text-align: left;
	list-style-type: none;
}

#top_nav li {
	border-right: 1px solid #000000;
	float: left;
}

#top_nav a {
	/* Top Navigation Bar Link Colors  */
	color: #ffffff;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	height: 20px;
	padding-top: 4px;
	font-weight: bold;
	float: left;
}


#option_bar {
	width: 100%;
	background: #000000 url(../images/option_bar_bg.jpg) repeat-x;
	height: 26px;
}

#option_bar #options {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 26px;
}

#search {
	margin-left: 70px;
	padding-top: 5px;
	margin-right: 15px;
	float: left;
}

#search input.textbox {
	border: 1px solid #666666;
	margin: 0px;
	margin-right: 5px;
}

#search h2 {
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	margin: 0px;
	margin-right: 5px;
}

#currency {
	padding-top: 5px;
	float: left;
	margin-right: 15px;
}

#currency select {
	height: 20px;
}

#translation {
	float: left;
	padding-top: 5px;
}

.side {
	/* Side Table Definitions */
	text-align: left;
	float: left;
	width: 18%;
}

.side h2 {
	/* Side Table Heading Background & Definitions */
	background: url(../images/red_h_bg.gif) repeat-x #a10607;
	color: #fff9d3;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
	margin-bottom: 1px;
}

#main_cont {
	/* Center Table Definitions */
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 1px;
}

#popup_main_cont {
	/* Center Table Definitions */
	width: 498px;
	float: left;
	text-align: left;
	margin-top: 1px;
}

#popup_main_section {
	padding: 5px;
}

#main_cont h2 {
    /* Center Table Heading Background, Colors & Fonts */
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	padding: 0px;
	padding-top: 2px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 1px;
}

#popup_main_cont h2 {
    /* Center Table Heading Background, Colors & Fonts */
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	padding: 0px;
	padding-top: 2px;
	margin: 0px;
	margin-bottom: 1px;
}


.measurements th {
	background: #333333;
	color: #999999;
	padding: 3px;
	text-align: left;
	border-bottom: 1px solid #333333;
}

.measurements td {
	border-bottom: 1px solid #333333;
	padding: 3px;
}

.measurements td.size {
	border-left: 1px solid #333333;
}



#footer {
	/* Footer Background & Font Colors */
	background: #000000 url(../images/footer_bg.jpg);
	color: #ffffff;	
	padding: 0px;
	clear: both;
	width: 100%;
	height: 59px;
}

#footer_content a {
	/* Footer Link Colors */
	color: #ffffff;
	text-decoration: none;
	float: left;
}

#footer_content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#footer_content p.phone_num {
	color: #7d7d7d;
	float: right;
	margin-left: 10px;
}

#footer_content ul.links {
	list-style-type: none;
	float: right;
	margin: 0px;
	margin-top: 15px;
}

#footer_content ul.links li {
	float: left;
	border-right: 1px solid #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}

#footer_content ul.links li.last {
	float: left;
	border-right: none;
	padding-right: 0px;
}

#footer_content ul.phone_num {
	list-style-type: none;
	float: right;
	margin: 0px;
	margin-top: 35px;
	margin-right: -196px;
}

#footer_content ul.phone_num li {
	float: left;
	color: #7d7d7d;
	border: none;
	padding-right: 5px;
	padding-left: 5px;
}

#footer_content ul.phone_num li.last {
	float: left;
	border: none;
	padding-right: 0px;
}

#footer_content #newsletter {
	float: left;
	margin-top: 25px;
}

#footer_content #newsletter div {
	margin-top: 2px;
}

#footer_content #newsletter h2 {
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	margin: 0px;
	margin-right: 5px;
	margin-top: 5px;
}

.currency {
	float: left; 
	padding-left: 10px;
}

.content {
	/* Side & Main Tables Content Area Definitions */
	/*margin-bottom: 15px;*/
}

.product_content {
	/* Side & Main Tables Content Area Definitions */
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

.product_details_box {
	border: 1px solid #333333;
	width: 415px;
	margin-left: 15px;
	background-color:#000;
}

.product_form {
	padding: 30px;
	color: #999999;
}

.top_buttons {
	width: 100%;
	float: right;
}

#sub_categories {
	width: 100%;
	height: 47px;
	background: #000000 url(../images/sub_cat_bg.jpg) top left repeat-x;
	text-align: center;
}

#sub_categories ul {
	float: left;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#sub_categories ul li {
	float: left;
	margin: 5px;
	margin-top: 2px;
	height: 25px;
}

#sub_categories ul li a.sub_cat_link {
	padding: 5px;
	font-size: 14px;
	background: url(../images/cat_white_btn_bg.jpg) top left repeat-x;
	border: 1px solid #999999;
	color: #454545;
	text-decoration: none;
}

#sub_categories ul li a.sub_cat_here {
	padding: 5px;
	font-size: 14px;
	background: url(../images/cat_red_btn_bg.jpg) top left repeat-x;
	border: 1px solid #999999;
	color: #FFFFFF;
	text-decoration: none;
}

.minicart {
	background: #181818;
	margin-top: 20px;
	margin-right: 30px;
	padding: 5px;
	width: 100px;
	float: right;
	height: 30px;
	position: relative;
	z-index: 1500;
}

#top_bar .minicart a {
	color: #8d8d8d;
	margin-right: 5px;
}

#top_bar .minicart span {
	color: #FFFFFF;
	margin-right: 5px;
	background: none;
}

.minicart a {
	color: #8d8d8d;
}

#cart_new_item_div {
	width:175px;
	background-color: #181818;
	padding: 5px;
	top: 0px;
	right: 80px;
	display: none;
	z-index:999;
	position: relative;
}

#cart_new_item_div #top_img {
	margin-top: -28px;
	margin-left: -5px;
	float:left;
}


.side_link {
	/* Side Table Link Definitions */
	background: url(../images/side_link_dot.gif) no-repeat center left;
	display: block;
	margin-bottom: 3px;
	margin-left: 5px;
	padding-left: 10px;
	text-decoration: none;
	color: #696969;
}

.cat_hover:hover {
	/* Category Hover */
	background-color: #EEEEEE;
}

.black_bold_text_spaced {
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	line-height: 17px;
	text-decoration: none;
}

.error_message {
	/* Error Message Definitions */
	background: #FF0000;
	border: solid #FF0000 1px;
	padding: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.alert_message {	
	/* Alert Message Definitions */
	background: #33CC00;
	border: solid #33CC00 1px;
	padding: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.error_alert {
	margin-left: 35px;
}

.error_alert a {
	color: #FFFFFF;
}

.alert_message a {
	color: #FFFFFF;
}

.table_bottom {
	text-align: center;
	padding-top: 5px;
}

.row {
	clear: both;
}

.center {
	text-align: center;
}

.right_align {
	text-align: right;
}

/* ------------ */
/* Product List */
/* ------------ */

.product_title_link, product_title_link:visited, product_title_link:active {
	/* Product Title Link Definitions */
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
}

.product_title_link:hover {
	/* Product Title Link Hover Definitions */
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.paging {
	float: right;
	text-align: right;
	margin-right: 4px;
}

.list_top {
	/* Product List Top Definitions */
	padding-bottom: 10px;
	color: #FFFFFF;
}

.list_bottom {
	/* Product List Bottom Definitions */
	padding-bottom: 30px;
	padding-top: 0px;
}

/* ----------------- */
/* Product List List */
/* ----------------- */

.reg_txt {
	font-weight: normal;
}

.small_txt {
	font-size: 10px;
}

.price {
	/* Product List Price Definitions */
	color: #c20710;
	font-weight: bold;
	font-size: 14pt;	
	margin-right: 10px;
	float: left;
}

.list_item {
	padding: 5px;
}

.list_item_bottom_border {
	/* Product List Separator Definitions */
	border-bottom: solid #cacaca 1px;
	background: #333333;
}

/* ----------------- */
/* Product List Tile */
/* ----------------- */

.tile_item {
	text-align: center;
}

.tile_image {
	margin-bottom: 5px;
}

.tile_price {
	/* Product Tile Price Definitions */
	color: #999999;
}

.tile_table {
	width: 100%;
}

.list_table {
	width: 100%;
}

.list_tile_item {
	padding: 12px;
}

/* -------------- */
/* Product Detail */
/* -------------- */

.product_title {
	/* Product Title Font & Color */
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.product_sku {
	/* Product SKU Font & Color */
	font-size: 10px;
}

.product_price {
	/* Product Price Font & Color */
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	margin-left: 3px;
}

.product_option {
	/* Product Attributes Font & Color */
	font-weight: bold;
	padding-right: 10px;
	width: 1%;
}

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

.review_link {
	color: #307fcf;
	text-decoration: none;
	text-align: right;
	float: right;
	font-weight: 400;
}

.rollover_images_box {
	padding: 10px;
	border: 1px solid #333333;
	width: 280px;
}

.larger_view {
	background: url(../images/enlarge.gif) no-repeat center left;
	padding-left: 13px;
	text-decoration: none;
	font-size: 10px;
}

.img_style { padding: 7px; }

.add_wishlist {
	/* Add To Wishlist, Add Review, Add To Registry Link Definitions */
	background: url(../images/little_star.png) no-repeat center left;
	padding-left: 15px;
	text-decoration: none;
	font-size: 11px;
	margin-bottom: 10px;
	color: #666666;
}

.review_item {
	padding-bottom: 10px;
}

.review_spacer {
	padding-bottom: 7px;
}

/* ------------------ */
/* Button Definitions */
/* ------------------ */

.orange_button {
	/* Orange Button Definitions */
	background: url(../images/orange_button_left.gif) no-repeat top left;
	padding-left: 3px;
	height: 18px;
	float: left;
	margin-right: 10px;
}

.orange_button input, .orange_button button {
	/* Orange Button Definitions */
	background: url(../images/orange_button_bg.gif) top right no-repeat;
	height: 18px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 6px;
	padding-right: 5px;
	margin: 0px;
	border-width: 0px;
	cursor: pointer;
	font-size: 11px;
}

.grey_button {
	/* Orange Button Definitions */
	background: url(../images/grey_btn_bg.jpg) repeat-x top left;
	padding-left: 5px;
	padding-right: 5px;
	height: 14px;
	float: left;
	margin-right: 10px;
	border: 1px solid #9b9b9b;
}

.grey_button input, .grey_button button, .grey_button a {
	/* Orange Button Definitions */
	background: url(../images/grey_btn_bg.jpg) repeat-x top left;
	height: 14px;
	color: #ffffff;
	font-weight: bold;
	padding: 0px;
	padding-left: 4px;
	padding-right: 5px;
	padding-bottom: 6px;
	margin: 0px;
	border-width: 0px;
	cursor: pointer;
	font-size: 11px;
	text-decoration: none;
}

.grey_button a {
	float: left;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.grey_button2 {
	/* Orange Button Definitions */
	background: url(../images/grey_btn_bg.jpg) repeat-x top left;
	padding-left: 0px;
	padding-right: 0px;
	height: 14px;
	float: left;
	margin-right: 10px;
	border: 1px solid #9b9b9b;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.grey_button2 input, .grey_button2 button, .grey_button2 a {
	/* Orange Button Definitions */
	background: url(../images/grey_btn_bg.jpg) repeat-x top left;
	height: 14px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 6px;
	padding-right: 5px;
	margin: 0px;
	border-width: 0px;
	cursor: pointer;
	font-size: 11px;
	text-decoration: none;
}

.red_button {
	/* Orange Button Definitions */
	background: url(../images/red_btn_bg.jpg) repeat-x top left;
	padding-left: 5px;
	padding-right: 5px;
	height: 14px;
	float: left;
	margin-right: 10px;
	border: 1px solid #9b9b9b;
}

.red_button input, .red_button button, .red_button a {
	/* Orange Button Definitions */
	background: url(../images/red_btn_bg.jpg) repeat-x top left;
	height: 14px;
	color: #ffffff;
	font-weight: bold;
	padding: 0px;
	padding-left: 4px;
	padding-right: 5px;
	padding-bottom: 6px;
	margin: 0px;
	border-width: 0px;
	cursor: pointer;
	font-size: 11px;
	text-decoration: none;
}

.red_button a {
	float: left;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.checkout_button {
	/* Orange Button Definitions */
	background: url(../images/checkout_btn_bg.jpg) repeat-x top left;
	padding-left: 5px;
	padding-right: 5px;
	height: 28px;
	float: left;
	margin-right: 10px;
	border: 1px solid #9b9b9b;
}

.checkout_button input, .checkout_button button, .checkout_button a {
	/* Orange Button Definitions */
	background: url(../images/checkout_btn_bg.jpg) repeat-x top left;
	height: 28px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 5px;
	padding-bottom: 6px;
	margin: 0px;
	border-width: 0px;
	cursor: pointer;
	font-size: 18px;
	text-decoration: none;
}

.checkout_button a {
	float: left;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.blue_button {
	/* Orange Button Definitions */
	background: url(../images/blue_btn_bg.jpg) repeat-x top left;
	padding-left: 5px;
	padding-right: 5px;
	height: 14px;
	float: left;
	margin-right: 10px;
	border: 1px solid #5762b3;
}

.blue_button input, .blue_button button, .blue_button a {
	/* Orange Button Definitions */
	background: url(../images/blue_btn_bg.jpg) repeat-x top left;
	height: 14px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 6px;
	padding-right: 5px;
	margin: 0px;
	border-width: 0px;
	cursor: pointer;
	font-size: 11px;
	text-decoration: none;
}

.search_button {
	/* Orange Button Definitions */
	background: url(../images/red_btn_bg.jpg) repeat-x top left;
	padding-left: 5px;
	padding-right: 5px;
	height: 14px;
	float: left;
	margin-right: 10px;
	border: 1px solid #C1C1C1;
	color: #FFFFFF;
}

.search_button input, .search_button button, .search_button a {
	/* Orange Button Definitions */
	background: url(../images/red_btn_bg.jpg) repeat-x top left;
	height: 14px;
	color: #ffffff;
	font-weight: bold;
	padding: 0px;
	padding-left: 4px;
	padding-right: 5px;
	padding-bottom: 6px;
	margin: 0px;
	border-width: 0px;
	cursor: pointer;
	font-size: 11px;
	text-decoration: none;
}

.search_button a {
	float: left;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.more_details {
	margin-left: 18px;
}


.yellow_button {
	/* Yellow Button Definitions */
	background: url(../images/yellow_button_left.gif) no-repeat top left;
	padding-left: 3px;
	height: 18px;
	float: left;
	margin-right: 10px;
}

.yellow_button input, .yellow_button button {
	/* Yellow Button Definitions */
	background: url(../images/yellow_button_bg.gif) top right no-repeat;
	height: 18px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 5px;
	margin: 0px;
	border-width: 0px;
	cursor: pointer;
	font-size: 11px;
}

.del_button {
	display: block;
	width: 40px;
	float: right;
	background: url(../images/delete.gif) no-repeat center left;
	padding-left: 11px;
	color: #3068c5;
	text-decoration: none;
	font-weight: 400;
}

/* ----------------------------- */
/* Product Detail & Account Tabs */
/* ----------------------------- */

/* Non Selected & Selected Tabs Link Text Colors */
ul.tabbernav li a:link { color: #ffffff; }
ul.tabbernav li a:visited { color: #ffffff; }
ul.tabberactive li a:link { color: #000000; }
ul.tabberactive li a:visited { color: #000000; }

ul.tabbernav {
	/* Tab Content Top Border */
	border-bottom: 1px solid #333333;
	font: bold 11px Verdana, sans-serif;
	padding: 2px;
	padding-left: 30px;
	padding-bottom: 3px;
	margin: 0;
}

.tabberlive .tabbertab {
	/* Tab Content Sides & Bottom Border */
	padding: 20px;
	padding-left: 30px;
	border-top: 0;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	border-left:1px solid #333;
}

ul.tabbernav li a {
	/* Tab Borders */
	border: 1px solid #333333;
	/* Non Selected Tabs Background */
	background: #000000 url(../images/tab_bg.jpg) top left repeat-x;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 3px;
	padding-bottom: 4px;
	margin-left: 3px;	
	border-bottom: none;	
	text-decoration: none;
}

ul.tabbernav li a:hover {
	/* Hovered Tabs Background Color */
	background: #333333;
	/* Hovered Tabs Text Color */
	color: #FFFFFF;	
}

ul.tabbernav li.tabberactive a {
	border-bottom: none;
	/* Selected Tabs Background Color */
	background: #000000;
	/* Selected Tabs Font Color */
	color: #FFFFFF;
}

ul.tabbernav li.tabberactive a:hover {
	/* Selected Tabs Hover Background Color */
	background-color: #000000;
	/* Selected Tabs Hover Font Color */
	color: #FFFFFF;
}

ul.tabbernav li {
	list-style: none;
	display: inline;
	margin: 0;
}

.tabberlive .tabbertabhide { display: none; }
.tabberlive .tabbertab h2 { display: none; }
.tabberlive .tabbertab h3 { display: none; }
.tabberlive { margin-top: 1em; }
.tabber { display: none; }

/* ---------------- */
/* Form Definitions */
/* ---------------- */

.input_box {
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
}

.form_label {
	text-align: right;
	vertical-align: top;
}

.bold {
	font-weight: bold;
}

.short_form_row {
	clear: both;
}

.short_form_row div, .short_form_row input, .short_form_row select, .short_form_row textarea {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.short_form_row div {
	width: 60px;
	padding-top: 3px;
}

.short_form_row input {
	width: 75px;
}

.required {
	/* Required Reminder Colors */
	color: #b70407;
	padding-left: 2px;
}

/* ------------ */
/* Account Area */
/* ------------ */

.account_list_head {
	/* Table List Headings Font */
	font-weight: bold;
	color: #b70407;
}

.account_head {
	/* Update Profile Heading Font Definitions */
	padding-bottom: 5px;
	font-weight: bold;
	color: #b70407;
}

/* ------------- */
/* Shopping Cart */
/* ------------- */

.cart {
	color: #FFFFFF;
}

.cart th {
	/* Cart List Headings Font */
	font-weight: bold;
	color: #b70407;
}

.cart td {
	border-top: dotted #c1c1c1 1px;
	border-bottom: dotted #c1c1c1 1px;
	color: #FFFFFF;
}

.cart_contents_quan {
	padding-right: 5px;
}

.cart_contents_item {
	margin-bottom: 5px;
	text-decoration: none;
}

.cart_contents_item a {
	text-decoration: none;
}

.cart_contents_item a:hover {
	text-decoration: underline;
}

/* ----------- */
/* Order Pages */
/* ----------- */

#order_signup {
	float: left;
	padding-left: 25px;
}

#order_login {
	float: right;
	padding-right: 25px;
}


#order_steps {
	text-align: center;
}

.order_info_off {
	background: url(../images/order_info_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

.order_info_on {
	background: url(../images/order_info_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #FFFFFF;
}

.order_ship_off {
	background: url(../images/order_ship_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

.order_ship_on {
	background: url(../images/order_ship_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #FFFFFF;
}

.order_payment_off {
	background: url(../images/order_payment_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

.order_payment_on {
	background: url(../images/order_payment_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #FFFFFF;
}

.order_review_off {
	background: url(../images/order_review_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

.order_review_on {
	background: url(../images/order_review_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #FFFFFF;
}

.order_print_off {
	background: url(../images/order_print_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

.order_print_on {
	background: url(../images/order_print_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #FFFFFF;
}

.gray {
	background-color: #f0f3f8;
}

.sep {
	padding-left: 10px;
	padding-right: 10px;
}


.checkout_headers {
	background: #333333;
}

/* ------------ */
/* Order Review */
/* ------------ */

.order_view {
	text-align: left;
}

.order_view th {
	font-weight: bold;
	background: #333333;
	color: #666666;
	width: 10%;
}

.review_top_border {
	border-top: solid #333333 1px;
}

.order_id {
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 10px;
	color: #c20710;
}

/* ------------------ */
/* Paging Definitions */
/* ------------------ */

a.page {
	/* Link Text Color */
	color: #FFFFFF; text-decoration: none;
}

a.page:hover {
	/* Hover Text Color */
	color: #FFFFFF; text-decoration: none;
}

.page a:hover {
	/* Hover Text Color */
	color: #FFFFFF; text-decoration: none;
}

.page a:link {
	/* Link Text Color */
	color: #000000; text-decoration: none;
}

.page a:visited {
	color: #000000; text-decoration: none;
}

.pages_border {
	/* Box Border & Background */
	border: 1px solid #666666;
	background-color: #666666;
	color: #000000;	
}

.navpage {
	/* Navigation Link Boxes Background & Definitions */
	background-color: #5b5b5b;
	font: 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	color: #FFFFFF;
	white-space: nowrap;
	text-decoration: none;
}

.navpageselected {
	/* Navigation Selected Link Boxe Background & Definitions */
	background-color: #5b5b5b;
	font: 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	color: #000000;
	white-space: nowrap;
	text-decoration: none;
}

.highlightpage {
	/* Current Page Info Box Background & Definitions */
	background-color: #000000;
	font: bold 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	color: #666666;
	white-space: nowrap;
}

.highlightpage a:link {
	color: #FFFFFF; text-decoration: none;
}

.highlightpage a:visited {
	color: #FFFFFF; text-decoration: none;
}

.highlightpage a:hover, .highlightpage a:active {
	color: #FFFFFF; text-decoration: underline;
}

/* ------------ */
/* Cookie Crumb */
/* ------------ */

.home_link {
	/* Home Link Definitions */
	text-decoration: underline;
	font-weight: bold;
	color: #666666;
}

.crumb_link {
	/* Regular Link Definitions */
	padding-left: 5px;
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
}

.crumb_sep {
	color: #333333;
	padding-left: 5px;
	font-weight: bold;
}

/* ----------------- */
/* Float Definitions */
/* ----------------- */

.left_float_3_px {
	float: left;
	margin-right: 3px;
}

.left_float_5_px {
	float: left;
	margin-right: 5px;
}

.right_float_5_px {
	float: right;
	margin-left: 5px;
}

.IE_left_float_5_px {
	margin-left: 5px;
}

.float_assist {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.search_results {
	margin-left: 10px;
	float: left;
	text-align: center;
	font-size: 12px;
}

.search_bb {
	font-size: 12px;
	font-weight: bold;
}


/*============================================================================== 
 * Accordian Content
==============================================================================*/

.faq_headers{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:10px;
	padding: 0px;
	margin:0;
	cursor: hand;
	cursor: pointer;
	color: #FFFFFF;
	width: 100%;
	height: 25px;
}


.faq_headers p {
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
}

.faq_content {
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.openfaq { /*class added to contents of headers when they are open*/
	color: #FFFFFF;
}

.closedfaq { /*class added to contents of headers when they are closed*/
	color: #FFFFFF;
}

/*********************************************************
Suggested Products sliding area
*********************************************************/

.suggested_products {
	margin-bottom: 50px;
}

.scroller_bg {
	background: url(../images/scroll_left_bg.jpg) top left repeat-y;
}

#slidearea {
	overflow: hidden;
	width: 660px;
	height: 150px;
	position: relative;	
	margin-left: 4px;
	margin-right: 4px;
}

#suggested_prods table.outer_box {
	width: 715px;
}

#suggested_prods table.outer_box td {
	border: 1px solid #313131;
}

#suggested_prods table.inner_box td {
	border: none;
}

#slider {
	float: left;
	position: absolute;
}

#slideleft {
	float:left;
	width:34px;
	height:132px;
	margin-top: 5px;
	background:#000000 url(../images/scroll_left.jpg) top left no-repeat;
}
#slideleft:hover {
	background-position:-34px 0px;
}
#slideright {
	float:right;
	width:34px;
	height:132px;
	margin-top: 5px;
	background:#000000 url(../images/scroll_right.jpg) top left no-repeat
}
#slideright:hover {
	background-position:-34px 0px;
}






.account_header_bar {
	background-color: #333333;
}



/*********************************************************
** Artis Category Definitions
*********************************************************/

.default_cat_bg {
	width: 100%;
	float: left;
	position:absolute;
	background: #000000 url(../images/artist_bg.jpg) top left repeat-x;
	height: 382px;
	margin-top: 2px;
	z-index: -1;
	left: 0px;	
}

.default_list_tile_item {
	background: #000000 url(../images/product_box_bg.jpg) repeat left top;
}

.charm_city_devils_bg {
	width: 100%;
	float: left;
	position:absolute;
	background: #000000 url(../images/artist_bg.jpg) top left repeat-x;
	height: 382px;
	margin-top: 2px;
	z-index: -1;
	left: 0px;	
}

.poundstone_power_bg {
	width: 100%;
	float: left;
	position:absolute;
	background: #000000;
	height: 382px;
	margin-top: 2px;
	z-index: -1;
	left: 0px;	
}

.poundstone_power_list_tile_item {
	background: none;
	padding: 12px;
}

.fear_bg {
	width: 100%;
	float: left;
	position:absolute;
	background: #000000 url(../../../images/fear_cat_bg.gif) top center no-repeat;
	height: 448px;
	margin-top: 2px;
	z-index: -1;
	left: 0px;	
}

.fear_body {
	background: #000000;
}

.fear_list_tile_item {
	background: #000000 url(../../../images/fear_tile_bg.jpg) top left repeat;
	padding: 12px;
	height: 285px;
}


.fear_product_title_link, .fear_product_title_link:visited, .fear_product_title_link:active {
	/* Product Title Link Definitions */
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
}

.fear_tile_price {
	/* Product Tile Price Definitions */
	color: #000000;
}


.kathy_griffin_bg {
	width: 100%;
	float: left;
	position:absolute;
	background: transparent url(../../../images/kathy_griffin_cat_bg.jpg) top center no-repeat;
	height: 715px;
	margin-top: 0px;
	z-index: -1;
	left: 0px;	
}

.kathy_griffin_body {
	background: #FFFFFF url(../../../images/kathy_griffin_body_bg.jpg) top center repeat-x;
}

.kathy_griffin_list_tile_item {
	background: #df899c url(../../../images/kathy_griffin_tile_bg.jpg) top left repeat-x;
	padding: 12px;
	height: 285px;
}


.kathy_griffin_product_title_link, .kathy_griffin_product_title_link:visited, .kathy_griffin_product_title_link:active {
	/* Product Title Link Definitions */
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
}

.kathy_griffin_tile_price {
	/* Product Tile Price Definitions */
	color: #FFFFFF;
}

.night_ranger_bg {
	width: 100%;
	float: left;
	position:absolute;
	background: transparent url(../../../images/night_ranger_cat_bg.jpg) top center no-repeat;
	height: 720px;
	margin-top: 2px;
	z-index: -1;
	left: 0px;	
}

.night_ranger_body {
	background: #000000;
}

.night_ranger_list_tile_item {
	background: #000000 url(../../../images/product_box_bg.jpg) repeat left top;
}


.night_ranger_product_title_link, .night_ranger_product_title_link:visited, .night_ranger_product_title_link:active {
	/* Product Title Link Definitions */
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
}


.fangoria_list_tile_item {
	background: #000000 url(../../../images/fangoria/product_list_bg.jpg) no-repeat left top;
	padding: 20px;
	min-height: 256px;
}

.fangoria_product_title_link, .fangoria_product_title_link:visited, .fangoria_product_title_link:active {
	/* Product Title Link Definitions */
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
}

.fangoria_tile_price {
	/* Product Tile Price Definitions */
	color: #FFFFFF;
}

.its_alive_list_tile_item {
	background: #000000 url(../../../images/its_alive/product_list_bg.jpg) no-repeat left top;
	padding: 20px;
	min-height: 256px;
}

.its_alive_product_title_link, .its_alive_product_title_link:visited, .its_alive_product_title_link:active {
	/* Product Title Link Definitions */
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
}

.its_alive_tile_price {
	/* Product Tile Price Definitions */
	color: #FFFFFF;
}

.vince_neil_list_tile_item {
	background: #000000 url(../../../images/vince_neil/product_list_bg.jpg) no-repeat left top;
	padding: 20px;
	min-height: 256px;
}

.vince_neil_product_title_link, .vince_neil_product_title_link:visited, .vince_neil_product_title_link:active {
	/* Product Title Link Definitions */
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
}

.vince_neil_tile_price {
	/* Product Tile Price Definitions */
	color: #FFFFFF;
}