/* ------------------------- */
/* Index / Global Properties */
/* ------------------------- */

.clear { clear: both; }
.right { float: right; }
.left { float: left; }
	
.tc { text-align: center; }
.tr { text-align: right; }

.tabbertab h2 {
	font: normal 11px/150% "Arial", "Helvetica", sans-serif;
}

input, select, textarea {
	/* Input And Select Font */
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	color: #242424;
}

a, a:link, a:visited, a:active {
	color: #205cd0;
	text-decoration: none;
}
	
a:hover { text-decoration: underline; }

a.a-top { display: block; height: 0px; }

form {
	padding: 0;
	margin: 0;
	border: 0; 
}

body {
	/* Main Font Sizes */
	font: normal 11px/150% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	color: #242424;
	/* Main Background Color */
	background: url(../images/bg-body.jpg) top center #d0d7e5;
	margin: 0;
	padding: 0;
}

#body-fade {
	height: 100%;
	background: url(../images/bg-body-fade.jpg) top center repeat-x;
}

#wrapper {
	width: 965px;
	margin: 0 auto; 
}

#header {
	/* Header Background & Definitions */
	background: url("../images/header.jpg") top left no-repeat;
	height: 92px;
	position: relative;
}

#logo {
}

#logo a {
	display: block;
	width: 630px;
	height: 92px;
	background: url(../images/logo-screen.gif) center right no-repeat;
}

#logo-icon {
	position: relative;
	display: block;
	float: left;
	left: 47px;
	height: 92px;
}

#logo-text {
	display: none;
}

#menu {
	/* Top Navigation Bar BG & Color */
	background: url(../images/menu.gif) top left repeat-x #af0000;
	height: 50px;
	text-transform: uppercase;
}

#menu .menu-left {
	background: url(../images/menu-left.jpg) top left no-repeat;
}

#menu .menu-right {
	background: url(../images/menu-right.gif) top right no-repeat;
	padding: 10px;
}

#menu ul {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
	line-height: 30px;
}
	
#menu li { 
	display: inline;
}

#menu li a {
	/* Top Navigation Bar Link Dividers  */
	display: block;
	float: left;
	background: url("../images/menu_split.gif") right no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding: 0 23px 0 15px;
}
	
#menu li.last a { background: none; }

#menu li a span { 
	cursor: pointer; 
	padding: 1px;
}

#menu li a:hover, #menu li a:focus {
}

#menu li a:hover span, #menu li a:focus span {
	border-top: dotted 1px #fff;
	border-bottom: dotted 1px #fff;
	padding-top: 0;
	padding-bottom: 0;
}

#eagle {
	position: relative;
	display: block;
	float: right;
	top: -200px;
	margin-bottom: -230px;
	left: -10px;
}

.module {
	background: url(../images/bg-content.jpg) #f6f6f6;
	margin-bottom: 10px;
	border: solid 1px #909cb8;
}

.module .module {
	margin: 1em 20px;
	background: #f8f8f8;
	border-color: #ccd4e5;
}

.module .content {
	margin-top: -.5em;
	padding: 10px;
}

.module .unpad {
	margin: 1em 10px;
}

.content.unpad-top {
	margin-top: 0;
	padding-top: 0;
}

.module .m-tl { background: url("../images/m-tl.gif") top left no-repeat; }
.module .m-tr { background: url("../images/m-tr.gif") top right no-repeat; }
.module .m-bl { background: url("../images/m-bl.gif") bottom left no-repeat; }
.module .m-br { background: url("../images/m-br.gif") bottom right no-repeat; }

.module .m-tl-med { background: url("../images/m-tl-med.gif") top left no-repeat; }
.module .m-tr-med { background: url("../images/m-tr-med.gif") top right no-repeat; }
.module .m-bl-med { background: url("../images/m-bl-med.gif") bottom left no-repeat; }
.module .m-br-med { background: url("../images/m-br-med.gif") bottom right no-repeat; }

.module .m-tl-dark { background: url("../images/m-tl-drk.gif") top left no-repeat; }
.module .m-tr-dark { background: url("../images/m-tr-drk.gif") top right no-repeat; }
.module .m-bl-dark { background: url("../images/m-bl-drk.gif") bottom left no-repeat; }
.module .m-br-dark { background: url("../images/m-br-drk.gif") bottom right no-repeat; }

.module .module .m-tl { background-image: url("../images/m-tl-sub.gif"); }
.module .module .m-tr { background-image: url("../images/m-tr-sub.gif"); }
.module .module .m-bl { background-image: url("../images/m-bl-sub.gif"); }
.module .module .m-br { background-image: url("../images/m-br-sub.gif"); }

.module .m-tl,
.module .m-tl-med,
.module .m-tl-dark { 
	position: relative;
	margin: -1px;
}

.module-inner {
	padding: 4px;
}

.module-inner.extra-pad {
	padding: 10px;
}

#content-left .module h4,
#content-right .module h4 {
	/* Side Table Heading Definitions */
	background: url("../images/column_head.gif") no-repeat #c60000;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	height: 27px;
	line-height: 27px;
	padding-left: 10px;
	margin: 0;
}

.column {
	padding: 1em 20px;
}

/*
.module.slider h4 {
	cursor: pointer;
	position: relative;
}

.column.closed {
	display: none;
}

.column.open {
	display: block;
}
*/

.module .plus-minus {
	float: right;
	height: 27px;
	width: 27px;
	background-position: center center;
	background-repeat: no-repeat;
}

.module fieldset legend {
	font-size: 1.2em;
	font-weight: bold;
}

.plus-minus.minus {
	background-image: url(../images/minus.gif);
}

.plus-minus.plus {
	background-image: url(../images/plus.gif);
}

.side_link {
	/* Side Table Link Definitions */
	background: url("../images/bullet.gif") 5px 1em no-repeat;
	position: relative;
	display: block;
	line-height: 1.3em;
	padding: .5em 0px .5em 15px;
	border-bottom: dotted 1px #9ab0d7;
}

.side_link:hover {
	background-color: #d0d6e4;
}

#content-left .list,
#content-right .list {
	margin: 0;
	padding: 0;
}

.outdent,
#content-left .outdent,
#content-right .outdent {
	margin: 0 -15px;
}
	

.list { 
	margin-bottom: 15px;
	list-style: none; 
}

.list li.title {
	display: inline;
}

.list li.title a {
	/* Side Table Category Link Definitions */
	background: url("../images/bullet_arrow.gif") 3px center no-repeat; 
	line-height: 1.3em;
	border-bottom: 1px dotted #9ab0d7;
	text-decoration: none;
/*	font-weight: bold;	*/
	padding: 3px;
	padding-left: 17px;
}

.list li.title:last-child a {
	border-bottom: none;
}

#content-left .list li.title .list.subcategory a,
.list li.title .list.subcategory a {
	border-left: 1px dotted #9ab0d7;
	border-bottom: 1px dotted #9ab0d7;
}

#content-left .list.subcategory,
.list.subcategory {
	margin-left: 1.5em;
}

.list li.title a:hover, .list li.title a:active {
	background-image: url(../images/bullet_arrow_hover.gif);
	background-color: #d0d6e4;
}

.module .payment-types {
	text-align: center;
	padding-top: 5px;
	border-top: dotted 1px #ccd4e5;
}

#content { 
	margin: 10px 0; 
	width: 100%;
}

#content-left {
	position: relative;
	width: 200px;
	padding-right: 10px;
}

#content-middle {
	width: 545px;
	overflow: hidden;
}

#content-right {
	position: relative;
	width: 200px;
	padding-left: 10px;
}

#maincontent h2 {
    /* Center Table Heading Background, Colors & Fonts */
	background: url(../images/content-head.gif) right no-repeat #d20000;
	font-size: 1.25em;
	color: #fff;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	margin: 0;
	margin-bottom: 1em;
}

#maincontent h2 span {
	display: block;
	background: url(../images/content-head-left.gif) left no-repeat;
	padding-left: 1em;
}

#maincontent h2 span span {
	display: inline;
	background: none;
	padding-left: 0;
}


#maincontent .module h2 { 
	margin: 0; margin-bottom: 1em; 
}

#footer {
	text-align: right;
	font-size: .9em;
	margin-bottom: 1em;
}

#footer .menu {
	/* Top Navigation Bar BG & Color */
	background: #f70000;
	margin-bottom: 5px;
}

#footer .menu .menu-left {
	background: url(../images/footer-menu-left.jpg) top left no-repeat;
}

#footer .menu .menu-right {
	background: url(../images/footer-menu-right.gif) top right no-repeat;
}

#footer .menu ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 5px;
	height: 25px;
	text-align: center;
}
	
#footer .menu li { 
	display: inline;
}

#footer .menu li a {
	/* Top Navigation Bar Link Dividers  */
	border-right: solid 1px #ff5454;
	text-decoration: none;
	color: #ffffff;
	padding: 0 10px;
}
	
#footer .menu li.last a { border-right: none; }

#footer .menu li a span { 
	cursor: pointer; 
	padding: 1px;
}

#footer .menu li a:hover span, #footer .menu li a:focus span {
	border-top: dotted 1px #fff;
	border-bottom: dotted 1px #fff;
	padding-top: 0;
	padding-bottom: 0;
}


#welcome {
	margin: 2em 20px 3em 20px;
}

#welcome h3 {
	/* Welcome Message Font */
	color: #000000;
	font: normal 22px "Arial", "Helvetica", sans-serif;
	margin: 0;
}
	
#banners {
	padding: 10px; 
}
	
#newsletterForm {
	width: 187px;
	height: 91px;
	float: left;
	margin-right: 1px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	background: url("../images/banner.gif") no-repeat;
}
	
html>body #newsletterForm { 
	padding-top: 5px; 
	height: 96px; 
	margin-right: 3px;
}
	
#newsletterForm legend { display: none; }

.currency {
	float: left; 
	padding-left: 10px;
}

.content {
	/* Main Table Content Area Definitions */
	margin-bottom: 15px;
}

.sm-line-h { line-height: 1.2em !important; }

.med-line-h { line-height: 1.5em !important; }

.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: #FFFFFF;
	border: solid #FF0000 1px;
	padding: 10px;
	margin-bottom: 10px;
}

.alert_message {	
	/* Alert Message Definitions */
	background: #FFFFFF;
	border: solid #33cc00 1px;
	padding: 10px;
	margin-bottom: 10px;
}

.error_alert {
	margin-left: 35px;
}

.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 Definitions */
	font-weight: bold;
	margin-bottom: .5em;
}

.product_title_link:hover, product_title_link:active {
	/* Product Title Link Hover Definitions */
}

.paging {
	float: right;
	text-align: right;
	margin-right: 10px;
}

.list_top {
	/* Product List Top Definitions */
	border-top: solid #cacaca 1px;
	border-bottom: solid #cacaca 1px;
	background: #f0f0f0;
	padding: 3px;
}

.list_bottom {
	/* Product List Bottom Definitions */
	border-top: solid #cacaca 1px;
	border-bottom: solid #cacaca 1px;
	background: #f0f0f0;
	padding: 3px;
}

/* ----------------- */
/* Product List List */
/* ----------------- */

.reg_txt {
	font-weight: normal;
}

.small_txt {
	font-size: 10px;
}

.price {
	/* Product List Price Definitions */
	color: #c20710;
	font-weight: bold;
	margin-right: 10px;
}

.list_item td {
	padding-top: 15px;
	padding-bottom: 9px;
	border-bottom: dotted 1px #cacaca;
}

.list_table tr:last-child td {
	border-bottom: none;
	padding-bottom: 0;
}

table.option-list td {
	border-bottom: none;
	padding: 0;
}

.list_item td.img {
	text-align: center;
	white-space: nowrap;
}

.list_item td.desc {
	width: 100%;
	line-height: 1.5em;
}

.list_item td.info {
	text-align: center;
	white-space: nowrap;
}

/* ----------------- */
/* Product List Tile */
/* ----------------- */

.tile_item {
	text-align: center;
}

.tile_image {
	border: solid 1px;
	display: block;
	float: left;
	margin-right: .5em;
}

.tile_price {
	/* Product Tile Price Definitions */
	font-weight: bold;
	color: #c20710;
	margin: 1em 0;
}

.tile_desc {
	line-height: 1.2em;
}

.tile_table {
	width: 100%;
}

.list_table {
	width: 100%;
}

.product-img {
	border: solid 1px;
}

/* -------------- */
/* Product Detail */
/* -------------- */

.product_title {
	/* Product Title Font & Color */
	font-size: 12px;
	font-weight: bold;
	color: #307fcf;
}

.product_sku {
	/* Product SKU Font & Color */
	font-size: 10px;
	margin-bottom: 10px;
}

.product_price {
	/* Product Price Font & Color */
	color: #990000;
	font-size: 11px;
	font-weight: bold;
}

.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;
}

.larger_view {
	background: url(../images/enlarge.gif) no-repeat center left;
	padding-left: 13px;
	text-decoration: none;
	font-size: 10px;
}

.add_wishlist {
	/* Add To Wishlist, Add Review, Add To Registry Link Definitions */
}

.add_link {
	/* Add To Wishlist, Add Review, Add To Registry Link Definitions */
}

.review_item {
	padding-bottom: 10px;
}

.review_spacer {
	padding-bottom: 7px;
}

/* ------------------ */
/* Button Definitions */
/* ------------------ */

.blue_button {
	/* blue Button Definitions */
	background: url(../images/blue_button_left.gif) no-repeat top left;
	padding-left: 6px;
	height: 27px;
	float: left;
	margin-right: 10px;
}

.blue_button input, .blue_button button {
	/* blue Button Definitions */
	display: block;
	float: left;
	background: url(../images/blue_button_bg.gif) top right no-repeat;
	height: 27px;
	line-height: 27px;
	color: #ffffff;
	font-weight: bold;
	padding: 0;
	padding-right: 6px;
	margin: 0;
	border: none;
	cursor: pointer;
}

.blue_button_sm {
	/* blue Button Definitions */
	background: url(../images/blue_button_sm_left.gif) no-repeat top left;
	padding-left: 4px;
	height: 18px;
	float: left;
	margin-right: 5px;
}

.blue_button_sm input, .blue_button_sm button {
	/* blue Button Definitions */
	display: block;
	float: left;
	background: url(../images/blue_button_sm_bg.gif) top right no-repeat;
	height: 18px;
	line-height: 18px;
	color: #ffffff;
	font-size: .9em;
	font-weight: bold;
	padding: 0;
	padding-right: 4px;
	margin: 0;
	border: none;
	cursor: pointer;
}

.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: 5px;
	padding-right: 5px;
	margin: 0px;
	border-width: 0px;
	cursor: pointer;
}

.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;
}

.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: #bf0000; }
ul.tabberactive li a:visited { color: #bf0000; }

ul.tabbernav {
	/* Tab Content Top Border */
	border-bottom: 1px solid #bf0000;
	font: bold 11px "Arial", "Helvetica", sans-serif;
	padding: 3px 0;
	margin: 0;
}

.tabberlive .tabbertab {
	/* Tab Content Sides & Bottom Border */
	border: 1px solid #bf0000;
	padding: 15px;
	border-top: 0;
}

ul.tabbernav li a {
	/* Tab Borders */
	border: 1px solid #bf0000;
	/* Non Selected Tabs Background */
	background: #bf0000;
	padding: 3px 0.5em;
	margin-left: 3px;	
	border-bottom: none;	
	text-decoration: none;
}

ul.tabbernav li a:hover {
	/* Hovered Tabs Background Color */
	background: #eb0000;
	/* Hovered Tabs Border Color */
	border-color: #bf0000;
	/* Hovered Tabs Text Color */
	color: #fff;	
}

ul.tabbernav li.tabberactive a {
	border-bottom: solid 1px #f7f7f7;
	/* Selected Tabs Background Color */
	background: none;
	/* Selected Tabs Font Color */
	color: #000000;
}

ul.tabbernav li.tabberactive a:hover {
	border-bottom: solid 1px #f7f7f7;
	/* Selected Tabs Hover Background Color */
	background: none;
	/* Selected Tabs Hover Font Color */
	color: #000000;
}

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;
	margin: 1px;
}

.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: #000000;
}

.account_head {
	/* Update Profile Heading Font Definitions */
	padding-bottom: 5px;
	font-weight: bold;
	color: #000000;
}

/* ------------- */
/* Shopping Cart */
/* ------------- */

.cart {
/*	background: #ffffff; */
}

.cart th {
	/* Cart List Headings Font */
	text-align: center;
	font-weight: bold;
	color: #000000;
}

.cart td {
	border-top: dotted #c1c1c1 1px;
	border-bottom: dotted #c1c1c1 1px;
	color: #000000;
}

.cart_contents_quan {
	padding-right: 5px;
}

.cart_contents_item {
	margin-bottom: 5px;
	text-decoration: none;
}

.cart_contents_item a {
}

.cart_contents_item a:hover {
}

/* ----------- */
/* Order Pages */
/* ----------- */

#order_steps {
	margin-bottom: 2em;
}

#order_signup {
	float: left;
	padding-left: 25px;
}

#order_login {
	float: right;
	padding-right: 25px;
}

.order_info_off {
	background: url(../images/order_info_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_info_on {
	background: url(../images/order_info_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #000000;
}

.order_ship_off {
	background: url(../images/order_ship_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_ship_on {
	background: url(../images/order_ship_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #000000;
}

.order_payment_off {
	background: url(../images/order_payment_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_payment_on {
	background: url(../images/order_payment_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #000000;
}

.order_review_off {
	background: url(../images/order_review_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_review_on {
	background: url(../images/order_review_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #000000;
}

.order_print_off {
	background: url(../images/order_print_off.gif) no-repeat center left;
	padding-left: 20px;
	color: #bcbcbc;
	text-decoration: none;
}

.order_print_on {
	background: url(../images/order_print_on.gif) no-repeat center left;
	padding-left: 20px;
	color: #000000;
}

.gray {
	background-color: #e0e8ef;
}

.sep {
	padding-left: 5px;
	padding-right: 5px;
}

/* ------------ */
/* Order Review */
/* ------------ */

.order_view {
	background: #ffffff;
	border: solid 1px #9ab0d7;
	text-align: left;
}

.order_view th {
	font-weight: bold;
	background: #59739f;
	color: #ffffff;
	width: 10%;
	padding: 0 5px;
}

.review_top_border {
	border-top: solid #59739f 1px;
}

.order_id {
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 10px;
	color: #c20710;
}

/* ------------------ */
/* Paging Definitions */
/* ------------------ */

.page a:hover {
	/* Hover Text Color */
	color: #fd6601; 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 #bf0000;
	background-color: #FFFFFF;
	color: #000000;	
}

.navpage {
	/* Navigation Link Boxes Background & Definitions */
	background-color: #FFFFFF;
	font: 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	color: #000000;
	white-space: nowrap;
	text-decoration: none;
}

.navpageselected {
	/* Navigation Selected Link Boxe Background & Definitions */
	background-color: #e5e5e5;
	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: #bf0000;
	font: bold 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	color: #FFFFFF;
	white-space: nowrap;
}

.highlightpage a:link {
	color: #FFFFFF; 
}

.highlightpage a:visited {
	color: #FFFFFF; 
}

.highlightpage a:hover, .highlightpage a:active {
	color: #FFFFFF; 
}

.category-subs {
	list-style: none;
	margin: 0;
	padding: 0;
}

.category-subs li {
	text-align: center;
	float: left;
	width: 165px;
	background: none;
	padding-top: 1.2em;
	margin-top: 1.2em;
	border-top: dotted 1px #9ab0d7;
}

.category-subs li .title {
	margin-top: .25em;
/*	font-size: 1.2em; */
	font-weight: bold;
}

/* ------------ */
/* Cookie Crumb */
/* ------------ */

#breadcrumbs * {
	color: #fff;
}

.home_link {
	/* Home Link Definitions */
	background: url(../images/home_icon.gif) no-repeat center left;
	padding-left: 15px;
	font-weight: bold;
	color: #fff;
}

.crumb_link {
	/* Regular Link Definitions */
	font-weight: bold;
	color: #fff;
}

.crumb_sep {
	position: relative;
	font-weight: bold;
	font-size: .8em;
	top: -.2em;
}

/* ----------------- */
/* 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;
	color: black;
}

.search_bb {
	font-size: 12px;
	font-weight: bold;
	color: black;
}

.auto-margin {
	margin-left: auto;
	margin-right: auto;
}

td.no-borders {
	border: none;
}

td.no-borders td {
	border: none;
}

body.prod-img {
	background: none;
	padding: 10px;
}

body.prod-img h2 {
	font-size: 1.2em;
}


