@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


.clear {
	clear: both;
}

body {
	background: #e8f2f2;
	font-family: Georgia, "Times New Roman", Times, serif;
}

img {
	border: none;
}
.menu_wrapper {
	background:none;
}
#p2w_footer {
	display:none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
/*	background: url(../images/bg_eo-logo.gif) no-repeat 0 15px;
*/}

#header img {
	vertical-align: middle;
}

#login_bar {
	text-align: right;
	font-size: 11px;
	padding: 10px 0 0 0;
	height: 20px;
}

#login_bar a {
	color: #007181;
	text-decoration: none;
}



#menu_bar {
	background: #6adcd1;
	height: 34px;
	margin-top: 5px;
}

#menu_options {
	width: 652px;
	float: left;
	height: 30px;
	padding-top: 4px;
	text-transform: lowercase;
}

#menu_options a {
	text-decoration: none;
	font-size: 18px;
	color: #1d4a5f;
	
}

#menu_options img {
	left:10%;
}

#menu_options ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }

#menu_options li {
  float: left;
/*  position: relative;
*/  padding:0 15px 0 10px;
  margin-left:1px;
}


#menu_options li ul {
	
	visibility:hidden;
/*  display: none;*/
  background: #6adcd1;
  font-size:17px;
  position: absolute; 
  clear:left;
  top: 1em;
  left: 0;
 }

#menu_options li ul li { float:none; padding:3px 5px; margin:2px 4px; width:175px; }
#menu_options li ul li:hover { background-color:#C0E1DA; }

#menu_options li ul li a{
	font-size:16px;
}
#menu_options li > ul {
	top: auto;
	left: auto;
}
#menu_options li:hover ul, li.over ul{display:block;visibility:visible;}

#search_box {
	width: 228px;
	float: left;
	height: 34px;
}

#search_box input {
	margin-top: 7px;
	font-size: 14px;
}


#main {
	color:#2F1612;
	margin-top: 20px;
	/*	font-family: Verdana, Geneva, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 900px!important;
	min-width:900px!important;
}

#col_left-home {
	width: 672px;
	height: 544px;
/*	background: url(../images/bg_home-main.jpg);
*/	float: left;
}

#col_right-home {
	width: 228px;
	float: left;
	text-align: center;
}

#col_right-home a {
	display: block;
	margin-bottom: 5px;
}

#main_base-home {
	height: 89px;
	background: url(../images/bg_brands-bar.gif) no-repeat;
}

#col_left-inside {
	width: 144px;
	float: left;
	background: #c0e1da;
	color:#1D4A5F;
}

.product_category {
	margin: 10px 5px 0 15px;
}

.product_category h3 {
	font-size: 13px;
	margin-bottom: 5px;
}
.product_category ul {
	list-style-type: none;
	font-size: 11px;
}

.product_category li {
	list-style-type: none;
	margin: 0 0 5px 5px;
	color:#1D4A5F;
}

.product_category a {
	text-decoration: none;
	color:#1D4A5F;
}

#col_right-inside {
	width: 746px;
	float: left;
	padding-left: 10px;
}

.product_bar {
	width: 744px;
	height: 30px;
	background: #eedda5;
}

.product_bar h3 {
	font-size: 14px;
	font-weight: normal;
	padding: 7px 0 0 20px;
	color: #1d4a5f;
}

.product_bar h3 a{
	font-size: 14px;
	font-weight: normal;
	color: #1d4a5f;
	text-decoration:none;
	border:none;
}
/*.product_bar h3 a:hover{
	text-decoration: underline;
}*/

/*separates each element to its own line to avoid using br tags*/
#product_list img, #product_list span {
	display: block;
}

.item_name {
	font-size: 11px;
	font-weight: bold;
}

.item_price {
	font-size: 10px;
}

#detail_left-col {
	width: 448px;
	float: left;
	margin: 5px 0 0 0;
}

.detail_label {
	padding:5px 0;
	height: 100%;
	width: 100%;
	background: #8d715a;
}

.detail_label h4 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	padding: 0px 5px 0 5px;
}


#detail_product-view {
	margin: 5px 0 0 0;
	text-align: center;
}

#detail_product-other-views {
	margin: 5px 0 0 0;
}

#detail_product-other-views h5 {
	font-size: 13px;
	font-weight: normal;
	padding-left: 20px;
	color: #1d4a5f;
}

#other-views-container {
	margin: 5px 0 0 0;
	background: #eedda5;
	padding: 10px;
	border: 1px solid #9b9b9b;
	width: 427px;
}



#detail_right-col {
	width: 262px;
	padding: 15px 0 15px 30px;
	float: left;
	margin: 5px 0 0 5px;
	background: #d9efea;
}

.product_price {
	font-size: 24px;
	color: #267c74;
	margin-bottom: 10px;
}

.product_description {
	font-size: 12px;
	line-height: 15px;
	color: #1d4a5f;
}

.product_description p {
	margin-bottom: 12px;
	padding-right: 10px;
}

#options label {
	font-size: 13px;
	color: #4b4138;
	margin-bottom: 5px;
	display: block;
}

#options select {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
}



.button {
	margin:20px 0px;
}






#footer {
	margin-top: 20px;
}

#footer_links-bar {
	height: 34px;
	background: #6adcd1;
}

#footer_nav {
	float: left;
	color: #376877;
	margin-top: 7px;
}

#footer_nav a {
	font-size: 12px;
	text-decoration: none;
	color: #376877;
}




#newsletter_signup {
	float: right;
	margin-top: 7px;
}





#newsletter_signup img, #newsletter_signup input {
	vertical-align: middle;
}

#info_bar {
	margin-top: 10px;
	font-size: 10px;
	color: #2b616e;
}

#info_bar div {
}

#address {
	float: left;
	width: 300px;
}

#copyright {
	width:600px;
	text-align: right;
	float:right;
}

#copyright a {
	color: #2b616e;
	text-decoration:none;
}

.cart li {
	list-style:none;
	margin:0;
}

/* Checkout Items*/
#multi_step_checkout_1_address {
	padding:25px;
}

#multi_step_checkout_1_address h3{
	padding:0 0 10px 0;
}
#multi_step_checkout_address {
	padding:10px 0;
}

#multi_step_checkout_address tr td {
	padding:3px 5px;
}

#multi_step_checkout_2_shipping_order_preview tr td{
	padding:3px 15px;
}

#multi_step_checkout_3_payment_table tr td {
	padding:3px 15px;
}

#multi_step_checkout_4_confirm_address_table tr td {
	padding:3px 15px;
}
#multi_step_checkout_4_confirm_card_table tr td {
	padding:3px 15px;
}
#multi_step_checkout_4_confirm_order_perview_table tr td {
	padding:3px 15px;
}

#multi_step_coupon {
	padding:3px 15px;
	
}

#checkout_success_h3 {
	font-size:30px;
}

#checkout_success_order_id {
	font-size:20px;
}

#checkout_success_email_p {
	font-size:16px;
}

#add_to_cart_loading {
	float:right;
	padding:40px 40px 0 0;
	display:none;
}

#email_wishlist_input {
	width:300px;	
	margin:5px 10px;
}

#email_wishlist_message {
	width:300px;
	height:150px;
	margin:5px 10px;
}

#email_wishlist {
	float:left;
}
