/* ----------------------- */
/* Index / Global Properties */
/* ----------------------- */

* {
	/* Global Font Size, Color and Face */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000080;
}

body {
	/* Main Background Color */
	background: #EFEFEF;
	margin: 0px;
	padding: 0px;
}	

#wrapper {
	width: 100%;
	margin: 0px 0 0 5px; 
}

#header {
	/* Header Background & Definitions */
	z-index          : 1 ;
	display: block;
	background: url(images/header_w.gif) top left no-repeat;
	width: 100%;
	height: 140px;
	Position: relative;
}

#header div {
	/* Header Positioning */
	position: absolute;
	top: 0px;
	right: 25px;

}

h1 {
	/* Logo Positioning */
	position: float;
	top: 3px;
	left: 5px; 
}
	


#hdricons{
	/* Header Background & Definitions */
	position: absolute;
	align: left;
	top: 37px;
	right: 30px;
}

h1 a {
	/* Logo Definitions */
	display: block;
	height: 150px;
	outline: none;
	border: 0px;
}
#menu {
	/* Top Navigation Bar BG & Color */
	float:left;
	background: url("images/top_nav_bg.gif") top left repeat-x;
	border: 0px;
	padding: 2;
	margin: 0;
	height: 29px;
	list-style: none;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
	
#menu li { 
	line-height: 29px;
	display: inline;
	padding: 0px 2px 2 3px;
	

}

#menu li a {
	/* Top Navigation Bar Link Dividers  */
	background: url("images/menu_split.gif") top right no-repeat;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	padding: 6px 15px 0 6px;
}
	
#menu li.last a { background: none; }

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #C4C4C4;
color: black;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #C4C4C4;
color: black;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #C1A7A7;
color: #0A0000;
}




#main_section {
	padding: 5px;
}

.side {
	/* Side Table Definitions */
	text-align: left;
	float: left;
	width: 18%;
}

.side h2 {
	/* Side Table Heading Background & Definitions */
	background: url(images/blue_h_bg.gif) repeat-x #2d5b94;
	color: #fff9d3;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
	margin-bottom: 1px;
}

.sideright {
	/* Side Table Definitions */
	text-align: left;
	float: right;
	width: 18%;
}

#main_cont {
	/* Center Table Definitions */
	width: 60%;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

#main_cont h2 {
    /* Center Table Heading Background, Colors & Fonts */
	background: url(images/gray_h_bg.gif) repeat-x #d9d9d9;
	border: solid #b0b0b0 1px;
	font-size: 13px;
	color: #2d5b94;
	font-weight: bold;
	height: 20px;
	padding: 0px;
	padding-top: 2px;
	margin: 0px;
	margin-bottom: 1px;
}

img.left,
.imgleft {
	float:left;
	border:0  0 0 0;
	padding:0 10px 10px 0;
}
ul#eyefi_share {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
	ul#eyefi_share li {
		display: inline;
	}
	ul#eyefi_share li a {
		text-decoration: none;
		
	}
	ul#eyefi_share li a img {
		padding: 10px;
		border: 1px solid transparent;
	}
	ul#eyefi_share li a em {
		visibility: hidden;
		position: absolute;
		z-index:999;
	}
	ul#eyefi_share li a:hover {
		text-indent: 0;
		line-height: 1.2em;
		font-size: 1em;
		color: #333;
		font-weight:normal;
		line-height: 1em;
		text-decoration: none;
	}
	ul#eyefi_share li a:hover img {
		border: 1px solid #ccc;
	}
	ul#eyefi_share li a:hover em {
		visibility: visible;
		margin-left: -336px;
		line-height: 1.2em;
		background: #fff;
		border: 1px solid #ccc;
		width: 150px;
		padding: 10px 10px 10px 10px;
		font-style: normal;
	}

#footer ul {
	/* Footer Background */
	background: #767676 url("images/footer.gif") top left repeat-x;
	height: 29px;
	list-style: none;
	text-align: right;
	padding: 0px 5px 0 1px;
	margin: 0px 5px;
	width: 100%;	
}
	
#footer li { 
	line-height: 29px;
	display: inline;
}

#footer li a {
	/* Footer Link Colors */
	border-right: 1px solid #c6c6c6;
	text-decoration: none;
	font-size: 11px;
	color: #c6c6c6;
	padding: 0 5px;
	margin: 0 5px;
}
	
#footer li.last a { border: 5; }

.currency {
	float: left; 
	padding-left: 10px;
}

.content {
	/* Side & Main Tables Content Area Definitions */
	border: solid #b6b6b6 1px;
	background: #ffffff;
	margin-bottom: 15px;
	padding: 5px;
}

.content h3 {
	/* content title highlight*/
	color: #2d5b94;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.content_center {
	/* Side & Main Tables Content Area Definitions */
	margin-left: auto; 
	margin-right: auto;
	border: solid #b6b6b6 1px;
	background: #ffffff;
	text-align: center;
}


.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: #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;
}

.pblock01 {
	/* Indented Paragraph*/
	margin-left: 15px;
}


/* ------------ */
/* Product List */
/* ------------ */

.product_title_link, product_title_link:visited, product_title_link:active 
{
	/* Product Title Link Definitions */
	color: #2d5b94;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.product_title_link:hover {
	/* Product Title Link Hover Definitions */
	color: #fd6601;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.indented
{
	color: #2d5b94;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	padding-left: 15px;

}


#list00 {   

}   
#list00 li {   
padding:0;   
margin:1em; 
}  

#list01 {   
padding:0;   
margin:0;   
}   
#list01 li {   
list-style-type:none;   
}  

 



.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;
	font-size: 14pt;	
	margin-right: 10px;
	float: left;
}

.list_item {
	background: #FFFFFF;
	padding: 5px;
}

.list_item_bottom_border {
	/* Product List Separator Definitions */
	border-bottom: solid #cacaca 1px;
	background: #FFFFFF;
}

/* ----------------- */
/* Product List Tile */
/* ----------------- */

.tile_item {
	text-align: center;
}

.tile_image {
	margin-bottom: 5px;
}

.tile_price {
	/* Product Tile Price Definitions */
	font-weight: bold;
	font-size: 11pt;
	color: #c20710;
}

.tile_table {
	background: #FFFFFF;
	width: 100%;
}

.list_table {
	background: #FFFFFF;
	width: 100%;
}

.menuh {
      margin: 1 0px;
      padding: 0px 1px;
      background: none;
    }
    .menuh li{
      margin: 0;
      padding: 0 
      float: left;
      list-style-type: none;
    }


  .menu1, .menu2, .menu3, .menu4 {
      width: 100%;
      margin: 1 0px;
      padding: 0px 1px;
      background: none;
    }
    .menu1 ul, .menu2 ul, .menu3 ul, .menu4 ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    .menu1 li, .menu2 li, .menu3 li, .menu4 li {
      margin: 0;
      padding: 0 0 6px;
      float: left;
    }
    .menu1 li {
      padding-right: 5px;
    }
    .menu2 li {
      width: 24%;
      text-align: center;
    }
    .menu3, .menu4 {
      padding: 0 4 50 2px;
      background: #fff none;
    }
    .menu3 li, .menu4 li {
      width: 7px;
      margin-right: 2px;
      background: none;
      text-align: center;
    }


   .menu4 a {
      display: block;
      width: 100%;
      text-decoration: none;
    }
    .menu4 a:hover {
      background: #ff9 none;
    }


/* -------------- */
/* Product Detail */
/* -------------- */

.product_title {
	/* Product Title Font & Color */
	font-size: 12px;
	font-weight: bold;
	color: #307fcf;
}

.picons {
	/* Icon Definitions */
	display: inline;
	Float: right;
	Top: 10px
	margin: 2px 2px;
	padding: 1px 1px;
	
}


.product_hdr {
	/* Product hdr Font & Color */
	font-size: 12px;
	font-weight: bold;
	color: #black;
}

.table_hdr {
	/* Product Header Definitions*/
	BGCOLOR: #4D6999;
	text-color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.table.std th{
	background-color: #EAE8E8;
	text-color: #ffffff;
	border-coloer: 4D6999;
	font-weight: bold;
}

table.std{
	border: 1px;	
	border-style: solid;
	border-color: #4D6999;
	width:98%;
	border-collapse: collapse;
	cellpadding: 2;
	cellspacing: 2;
	}

	



.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;
}



.superb {		/* Superscript*/
		position: relative;
		bottom: 0.5em;
		color: red;
		font-size: 0.8em;
	}
	
.sub {
		/* Subscript*/
		position: relative;
		font-weight: bold;
		top: 0.3em;
		color: blue;
		font-size: 0.8em;
	}


.emph {
	/* Emphasis */
	font-weight: bold;
}

.cred {	/* Emphasis Red*/
	font-weight: bold;
	color: red;

}



.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 */
	background: url(images/little_arrow.gif) no-repeat center left;
	padding-left: 15px;
	text-decoration: none;
	font-size: 11px;
	padding-right: 15px;
}

.review_item {
	padding-bottom: 10px;
}

.review_spacer {
	padding-bottom: 7px;
}

.detail_note {
	/* Detail Note Font & Color */
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.detail_indent {
	/* Detail Indent Font & Color */
	margin-left: 30px;
	margin-right: 30px;
}


/* ------------------ */
/* Button Definitions */
/* ------------------ */

.orange_button {
	/* Orange Button Definitions */
	background: url(images/orange_button_left.gif) no-repeat top left;
	padding-left: 3px;
	height: 15px;
	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: 15px;
	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: #000000; }
ul.tabberactive li a:visited { color: #000000; }

ul.tabbernav {
	/* Tab Content Top Border */
	border-bottom: 1px solid #2d5b94;
	font: bold 12px Verdana, sans-serif;
	padding: 3px 0;
	margin: 0;
}

.tabberlive .tabbertab {
	/* Tab Content Sides & Bottom Border */
	border: 1px solid #2d5b94;
	padding: 15px;
	border-top: 0;
}

ul.tabbernav li a {
	/* Tab Borders */
	border: 1px solid #2d5b94;
	/* Non Selected Tabs Background */
	background: #2d5b94;
	padding: 3px 0.5em;
	margin-left: 3px;	
	border-bottom: none;	
	text-decoration: none;
}

ul.tabbernav li a:hover {
	/* Hovered Tabs Background Color */
	background: #e5e5e5;
	/* Hovered Tabs Border Color */
	border-color: #2d5b94;
	/* Hovered Tabs Text Color */
	color: #000000;	
}

ul.tabbernav li.tabberactive a {
	border-bottom: 1px solid #ffffff;
	/* Selected Tabs Background Color */
	background-color: #ffffff;
	/* Selected Tabs Font Color */
	color: #000000;
}

ul.tabbernav li.tabberactive a:hover {
	border-bottom: 1px solid white;
	/* Selected Tabs Hover Background Color */
	background-color: #ffffff;
	/* 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;
}

.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: #2d5b94;
}

.account_head {
	/* Update Profile Heading Font Definitions */
	padding-bottom: 5px;
	font-weight: bold;
	color: #2d5b94;
}

/* ------------- */
/* Shopping Cart */
/* ------------- */

.cart {
	background: #ffffff;
}

.cart th {
	/* Cart List Headings Font */
	text-align: center;
	font-weight: bold;
	color: #2d5b94;
}

.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 {
	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_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: #f0f3f8;
}

.sep {
	padding-left: 10px;
	padding-right: 10px;
}

/* ------------ */
/* Order Review */
/* ------------ */

.order_view {
	background: #ffffff;
	text-align: left;
}

.order_view th {
	font-weight: bold;
	background: #ff942d;
	color: #ffffff;
	width: 10%;
}

.review_top_border {
	border-top: solid #ff942d 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 #2d5b94;
	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: #2d5b94;
	font: bold 11px Tahoma, Verdana;
	padding: 2px 4px 2px 4px;
	color: #FFFFFF;
	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 */
	background: url(images/home_icon.gif) no-repeat center left;
	text-decoration: underline;
	padding-left: 20px;
	font-weight: bold;
	color: #2d5b94;
}

.crumb_link {
	/* Regular Link Definitions */
	padding-left: 5px;
	font-weight: bold;
	text-decoration: underline;
	color: #2d5b94;
}

.crumb_sep {
	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;
	color: black;
}

.search_bb {
	font-size: 12px;
	font-weight: bold;
	color: black;
}
