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

#product_family_list {
	float: left;
}

#product_family_list .family_title {
	display: block;
	margin-right: 4px;
	float: left;
}

#product_family_list .family_title a, #login-link a {
	line-height: 30px;
}


#ecommerce_middle {
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	float: left;
	width:524px;
	margin-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	#padding-bottom: 40px;
}

#ecommerce_middle h2 {
	color: #fff;
	line-height: 38px;
	font-size: 21px;
	border-bottom: 1px solid #444;
	padding-bottom: 7px;
}

#login-link {
	float: right;
}

#login-link p {
	margin: 0px;
}

.product_link a, .product_link a:visited, .product_link a:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.product_link a:hover, .product_link a:visited:hover {
	color: #c4ee6a !important;
	text-decoration: none !important;
}

.product_box {
	float: left;
	padding: 25px 23px 25px 23px;
	border-bottom: 1px solid #4a4a4a;
	margin-bottom: -1px;
	width: 128px;
	overflow: hidden;
}
.product_price h6 {
	font-weight: normal;
}
.product_price {
	font-size: 12px;
}

#product_image {
	float: left;
}

#product_info {
	float: left;
	width: 384px;
	margin-left: 10px;
	padding-bottom:40px;
}

#product_info h3 {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
}

#product_info #theprice {
	font-weight: normal !important;
	color: #97CE22 !important;
	line-height: normal !important;
	font-size: 25px !important;
	border-bottom: 0px none !important;
	padding-bottom: 0px !important;
}
#product_info #original_price {
	border:0 none;
	color:#BFBFBF;
	font-size:20px;
	font-weight:normal;
	line-height:normal;
	margin:0;
	padding:0;
	text-decoration:line-through;
}

.monkCart {
	width: 100%;
	border-collapse:collapse;
}

.monkCart th {
	border-bottom: 1px solid #777;
	border-top: 1px solid #777;
	background: #444;
	line-height: 26px;
}

.monkCart td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.monkCart form {
	margin: 0px;
	padding: 0px;
}

.monkCart .item td {
	background: #535353;
	border-bottom: 1px solid #666;
	padding-top: 5px;
	padding-bottom: 5px;
}

.monkCart input {
	padding: 4px;
	border: 1px solid #999;
	background: #fff;
	width: 26px;
	float: left;
	margin-right: 5px;
}
.monkCart .button {
	border: 0px none;
	width: 16px;
	float: left;
	background: none;
	margin-top: 2px;
	-margin: 0px;
}

.qty {
	width: 75px;
	text-align: left;
	margin-left: 5px;
	padding-left: 5px;
}

th.product {
	width: 275px;
}

.price, .total {
	width: 70px;
	text-align: left;
}

tr.total td {
	border-top: 1px solid #666;
	font-weight: bold;
	vertical-align: top;
}

#checkout_button, #empty_cart_button {
	float: left;
	margin-bottom: 40px;
	margin-top: 10px;
}

#checkout_button {
	margin-right: 15px;
}

#ecommerce_middle .thickbox {
	margin-top: 10px;
	margin-bottom: 40px;
	float: left;
}

#ecommerce_middle #member_options .thickbox {
	margin-top: 0px;
	margin-bottom: 0px;
}

#members_area_name {
	text-transform: none;
	margin-bottom: 20px;
}

#members_area_name a, #members_area_name a:visited, #members_area_name a:active {
	color: #01CCFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#members_area_name a:hover, #members_area_name a:visited:hover {
	color: #fff;
	text-decoration: underline;
}

#orders_tab {
	float: left;
	background: #5f5f5f;
	width: 488px;
	padding: 16px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#member_options {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#member_options li {
	float: left;
}

#member_options li a, #member_options li a:visited, #member_options li a:active {
	background: #5f5f5f;
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	line-height: 26px;
	margin-right: 5px;
}

#member_options li a:hover, #member_options li a:visited:hover {
	color: #fff;
	background: #444;
	text-decoration: none;
}

#TB_window {
	background:#FFFFFF none repeat scroll 0 0 !important;
	border:4px solid #525252 !important;
}

#TB_title {
	display:block !important;
}
