A:link {
        COLOR : #626262;
		TEXT-DECORATION : none;
}

A:visited {
        COLOR : #626262;
		TEXT-DECORATION : none;
}

A:hover {
        COLOR : #626262;
		TEXT-DECORATION : underline;
}

A:active {
        COLOR : #626262;
		TEXT-DECORATION : underline;
}

B {
        FONT-WEIGHT : bold;
}

BODY {
        COLOR : #000000;
		background-color:#ECEBEB;
		/*background-image:url('/images-site/snowflake-background.gif');*/
        FONT : 10pt Verdana, Arial, Helvetica, sans-serif;
}

TD {
        COLOR : #000000;
        FONT : 10pt Verdana, Arial, Helvetica, sans-serif;
}
TH {
        COLOR : #000000;
        FONT : 10pt Verdana, Arial, Helvetica, sans-serif;
}

h1 {
        COLOR : #4A4034;
        FONT : 14pt Verdana, Arial, Helvetica, sans-serif;
        FONT-WEIGHT : bold;
}
h2 {
        COLOR : #4A4034;
        FONT : 12pt Verdana, Arial, Helvetica, sans-serif;
        FONT-WEIGHT : bold;
}

ul.toplinks a:link { COLOR : #000000;TEXT-DECORATION : none; }
ul.toplinks a:visited { COLOR : #000000;TEXT-DECORATION : none; }
ul.toplinks a:hover { COLOR : #000000;TEXT-DECORATION : underline; }
ul.toplinks a:active { COLOR : #000000;TEXT-DECORATION : underline; }

ul.toplinks {
		list-style-type: none;
		list-style-position: outside;
		list-style-image: none;
		margin:0 auto;
		padding:0;
		width:555px;
		font-size:10px;
		text-transform:uppercase;
	}
	
		ul.toplinks li {
			float: left;
			margin:0;
			padding:0;
			margin-bottom:3px;
			vertical-align: baseline;
			white-space: nowrap;
		}
		
			ul.toplinks li a {
				display: block;
				margin: 0px;
				padding: 0px 13px;
				font-weight:normal;
				border-right:1px solid #000;
			}
			
			ul.toplinks li a#cart_icon {
				background-image: url(http://www.heavenlyhammock.com/images-site/cart_icon.gif);
				background-position: 13px 0px;
				background-repeat: no-repeat;
				padding-left: 30px;
				border-right:0;
			}

.footer { font-size:65%; }
.footer a:link { COLOR : #FFFFFF;TEXT-DECORATION : none; }
.footer a:visited { COLOR : #FFFFFF;TEXT-DECORATION : none; }
.footer a:hover { COLOR : #FFFFFF;TEXT-DECORATION : underline; }
.footer a:active { COLOR : #FFFFFF;TEXT-DECORATION : underline; }

div.outofstock { color:red; }
.price { color:#f73636; font-weight:bold;font-size:16px; }
.subtext { font-size:80%; }

.box
{ 
	border:1px solid #CAC5BE; 
	padding: 3px;
	border-collapse:collapse; 
} 

.box_header
{
	border:1px solid #CAC5BE; 
	padding: 1px 3px 1px 3px;
	border-collapse:collapse; 
	background: #CAC5BE; 
	font-weight: bold;
	color: #4A4034;
}

.subheading {
	border:1px solid #CAC5BE; 
	color: #4A4034;
	background: #CAC5BE; 
	font-weight: bold;
	padding: 1px 3px 1px 3px;
}

table.category_subcategories {
	width:100%;
	border:0;
	margin-top:10px;
	margin-bottom:30px;
}
	.category_subcategories td {
		padding:3px;
		border:0;
		text-align:center;
	}
	.category_subcategories table.category_subcategories_outline {
		border:1px solid #CCC;
		width:162px;
		height:162px;
	}
	.category_subcategories .category_subcategories_bottom_row {
		padding:0px;
		padding-bottom:15px;
		font-weight:bold;
	}
/* brand page - products */
table.category_products {
	width:100%;
	/* this is the main grid around each product */
	border-top:1px solid #999;
	border-left:1px solid #999;
	
	margin-top:10px;
	margin-bottom:10px;
}
	.category_products td {
		/* this is the main grid around each product */
		border-right:1px solid #999;
		border-bottom:1px solid #999;
		position:relative;
	}
	.category_products table.category_products_inner_table {
		width:100%;
		border:0;
		margin-top:15px;
	}
	.category_products table.category_products_inner_table td {
		border:0;
		padding: 2px;
	}
	.category_products table.category_products_inner_table td.category_products_inner_table_top {
		text-align:center;
	}
	.category_products table.category_products_inner_table td.category_products_inner_table_bottom {
		text-align:left;
	}
	.category_products table.category_products_inner_table table.category_products_inner_table_top_outline {
		width:162px;
		height:162px;
		text-align:center;
	}
	.category_products .category_products_detailed_product_grid_rating_container { height: 15px; }
	.category_products .category_products_detailed_product_grid_price_container { height:30px; }
	.category_products .category_products_detailed_product_grid_title_container { height:80px; overflow:hidden; }
	.category_products a.category_products_detailed_product_grid_title { 
		font-size:100%;
		line-height:16px;
	}

.product_listing_out_of_stock { font-size:10px;color:#F63;font-weight:normal;font-style:italic; }
.product_listing_hot { font-size:10px;color:red;font-weight:bold; }
.product_listing_on_sale { font-size:10px;color:#00cc33;font-weight:bold; }
.product_listing_clearance { font-size:10px;color:#FF9900;font-weight:bold; }
.product_listing_new { font-size:10px;color:#6600CC;font-weight:bold;vertical-align:super; }
.product_listing_price { color:#990000;font-weight:bold;}
.product_listing_savings { color:green;font-size:80%;}

.navigation_container {
	height:25px;
}

.navigation_container #navigation_sort_container {
	width:70%;
}

.navigation_container #navigation_pages_container {
	width:30%;
}

.page_number_navigation {
	/*margin: 10px 0 15px 0;*/
	font-size:80%;
	padding-top:5px;
}

.page_number_navigation span {
	padding:1px;
}

.page_number_navigation span.selected_page {
	font-weight:bold;
}

.category_sort_form {
	/*margin: 0 0 10px 0;*/
	margin:0;
	padding:0;
	font-size:80%;
}
.category_sort_form select {
	font-size:9px;
}
.category_sort_form input {
	font-size:9px;
	margin:0;
	padding:0;
	margin-left:5px;
}

.category_description {
	font-size:90%;
}

.breadcrumbs { font-size:9px; }

.section_container {
	width:99%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

.section_heading {
	border:1px solid #CAC5BE; 
	padding: 1px 3px 1px 3px;
	background-color: #CAC5BE; 
	font-weight: bold;
	color: #4A4034;
}

	h2#section_heading_header {
		padding: 0 !important;
		margin:0 !important;
		color: #4A4034 !important;
		font-size:13px !important;
	}

.section_body {
	border:1px solid #CAC5BE; 
	border-top:0;
	padding: 3px;
}

#recently_viewed_products {
	
}
	#recently_viewed_products .section_body {
		padding:0px;
	}
	#recently_viewed_products table.category_products {
		border:0px;
		margin:0px;
	}
		#recently_viewed_products table.category_products td {
			border-bottom:0px;
		}
		#recently_viewed_products table.category_products td.category_products_grid_cell_right {
			border-right:0px;
		}
		
#recently_viewed_categories { }

	#recently_viewed_categories table.category_subcategories {
		margin:0px;
	}
	
	#recently_viewed_categories table.category_subcategories .category_subcategories_bottom_row {
		padding-bottom:5px;
	}
	
.product_grid_within_container .section_body {
	padding:0px;
}

.product_grid_within_container table.category_products {
	border:0px;
	margin:0px;
}

	.product_grid_within_container table.category_products td {
		border-bottom:0px;
		position:relative;
	}
	
	.product_grid_within_container table.category_products td.category_products_grid_cell_right {
		border-right:0px;
	}

.category_grid_within_container table.category_subcategories {
		margin:0px;
	}
	
	.category_grid_within_container table.category_subcategories .category_subcategories_bottom_row {
		padding-bottom:5px;
	}

/* PRODUCT PAGE STYLES */

div.clear {
	clear:both;
}

#add_to_cart_form {
	margin:0px;
	padding:0px;
}

#product_page_top_container {
	margin-top:5px;
}

#image_block_container {
	float:left;
	width:155px;
	text-align:center;
}

	#image_block_container #marketing_image {
		margin-top:3px;
		margin-bottom:3px;
	}
	
	#image_block_container #image_caption {
		font-size:85%;
		font-style:italic;
	}
	
	#image_block_container #view_larger_image {
		font-size:85%;
		margin-top:2px;
	}
	
	#image_block_container #main_image_container {
		width:154px;
		height:154px;
	}
	
	#image_block_container #main_image_container td {
		text-align:center;
	}
	
	#image_block_container #other_images_container table.product_thumbnail_images {
		margin-top:5px;	
		margin-bottom:7px;
	}
	
	#image_block_container #other_images_container table.product_thumbnail_images td {
		margin:0px;
		padding:0px;
		text-align:center;
	}
	
	#image_block_container #other_images_container table.product_thumbnail_images_outline {
		width:95px;
		height:95px;
		border:1px solid #CCCCCC;
	}
	

#add_to_cart_block_container {
	float:right;
	margin-left:3px;
}

	#add_to_cart_block_container #add_to_cart_top_border {
		width:162px;
		height:9px;
	}
	
	#add_to_cart_block_container #add_to_cart_bottom_border {
		width:162px;
		height:9px;
	}

	#add_to_cart_block_container #add_to_cart_block {
		background-color:#a1c7d4;
		width:160px;
		height:110px;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		border-left:1px solid #66a3c3;
		border-right:1px solid #66a3c3;
	}
	
	#add_to_cart_block_container #add_to_cart_quantity {
		margin-top:0px;
	}

	#add_to_cart_block_container #add_to_cart_button {
		margin-top:5px;
	}
	
	#add_to_cart_block_container #add_to_cart_safe_shopping {
		width:137px;
		text-align:left;
		margin-top:2px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#add_to_cart_block_container #add_to_cart_safe_shopping #add_to_cart_padlock {
		float:left;
		margin-right:2px;
	}
	
	#add_to_cart_block_container #add_to_cart_safe_shopping #add_to_cart_safe_shopping_text {
		padding-top:3px;
	}
	#add_to_cart_block_container #add_to_cart_credit_cards {
		width:100%;
		text-align:center;
		clear:both;
		margin-top:7px;
	}

#main_info_block_container {
	float:left;
	width:402px;
	padding-left:5px;
}
	
#brand_image {
	margin-top:5px;	
	clear:right;
	float:right;
	min-width:160px;
	text-align:center;
}

h1#product_title {
	margin:0px;
	font-size:12px !important;
}
#other_brand_products {
	font-size:80%;
}
#product_rating_summary {
	font-size:80%;
	margin-top:5px;
}

.main_info_divider {
	border-top:1px dashed #999999;
	color:#FFFFFF;
	height:1px;
	margin:10px 5px 5px 0;
}

#price_container {
	margin-top:0px;
	margin-bottom:20px;
}

	#price_container .price_label {
		text-align:right;
		color:#666666;
		font-size:85%;
	}
	
	#price_container .list_price {
		text-decoration:line-through;
	}
	
	#price_container .price {
		color:#990000;	
		font-size:120%;
		font-weight:bold;
	}
	
	#price_container .price a.convert_currency {
		font-size:11px;
		font-weight:normal;
	}
	
	#price_container .you_save {
		color:#990000;	
	}
	
	#price_container .shipping #click_to_calculate {
		font-size:85%;
	}

#availability_container {
	margin-top:20px;
}
	#availability_container #in_stock {
		color:#009900;
		font-size:130%;
		font-weight:bold;
	}
	#availability_container #out_of_stock {
		color:#990000;
		font-size:130%;
		font-weight:bold;
	}
	#availability_container #availability_details {
		font-size:85%;	
	}
	
#options_container {
	margin-top:15px;
}
	#options_container .option_choice_container {
		margin-bottom:10px;
	}
	#options_container .option_choice_container .option_question {
		margin-bottom:2px;
	}

#product_page_bottom_container {
	clear:both;
	margin-top:20px;
}

	#product_page_bottom_container #share_with_friends {
		margin:0 0 0 0;
		padding:3px 0 0 0;
		width:100%;
		text-align:center;
		border-top:1px dashed #999;
		border-bottom:1px dashed #999;
	}
	
		#product_page_bottom_container #share_with_friends img {
			padding-right:10px;
		}
		
#we_ship_worldwide {
	width:100%;
	text-align:center;
	margin-bottom:20px;
}

#product_description {
	margin-top:30px;
}

	#product_description #special_vendor_message {
		margin:20px;
		padding:10px;
		font-style:italic;
		background-color:#FF9;
		border:1px dashed #F90;
	}

	#product_description table#product_attributes  {
		float:right;
		margin: 5px;
		width:250px;
		font-size:10px;
		border-collapse:collapse; 
		border:1px solid #CCC;
	}
	
	#product_description table#product_attributes td  {
		border:1px solid #CCC;
		padding:2px;
	}
	
	#product_description table#product_attributes td.attribute_name  {
		font-weight:bold;
		text-align:right;
	}

#product_special_offers .section_body {
	padding:0;
}

.coupon_code {
	font-weight:bold;
	font-size:115%;
	font-style:italic;
}

.special_offer_container {
	clear:both;
	padding:5px 0;
	border-bottom:1px solid #CCC;
}

.special_offer_container_last {
	border:0px;
}

	.special_offer_container .special_offer_coupon {
		float:left;
		width:70px;
		height:32px;
		padding-left:10px;
		padding-top:3px;
	}
	
	.special_offer_container .special_offer_description {
		height:35px;
		padding-left:85px;
	}
		
#brand_info #brand_writeup_image {
	float:right;
	margin:5px;
}
	
#average_customer_review {
	font-size:10px;
	font-weight:bold;
	margin:0 0 5px 0;
}

#customer_review_request {
	font-weight:bold;
	margin-bottom:15px;
}
	
#all_product_reviews_container {
	width:100%;
	border-top:1px solid #CCC;
	padding-top:3px;
}

	#all_product_reviews_container .individual_product_review_container {
		margin-bottom:5px;
		padding:5px 0 10px 0;
		border-bottom:1px solid #CCC;
	}
	
	#all_product_reviews_container .individual_product_review_container .individual_product_review_stars {
		float:left;
		width:85px;
		padding-left:5px;
	}
	
	#all_product_reviews_container .individual_product_review_container .individual_product_review_content {
		padding-left:90px;
	}
	
	#all_product_reviews_container .individual_product_review_container .individual_product_review_name {
		margin-bottom:5px;
	}

#view_all_product_reviews {
	text-align:center;
	font-weight:bold;
	margin: 5px 0;
}

#why_buy_from_us li {
	margin-bottom:5px;
}

#why_buy_from_us #customer_company_comments {
	width:250px;
	float:right;
	font-size:85%;
	margin: 5px 5px 15px 15px;
	padding:3px;
	background-color:#FF9;
	border:1px dashed #F90;
}

#why_buy_from_us #customer_company_comments #customer_company_comments_heading {
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}

#why_buy_from_us #customer_company_comments #customer_company_comments_comment {
	text-align:left;
	font-style:italic;
	margin-bottom:5px;
}

#why_buy_from_us #customer_company_comments #customer_company_comments_name {
	text-align:right;
}

#why_buy_from_us #customer_company_comments #customer_company_comments_read_more {
	text-align:center;
	margin-top:10px;
}

/* END PRODUCT PAGE STYLES */

.christmas_delivery {
	margin-top:15px;
	padding:7px;
	background-color:#F1ED79 ;
	color:#900;
	border:1px dotted #7A370A;
	text-align:center;
	font-weight:bold;
	font-size:10px;
}
	.christmas_delivery a:link {
		color:#060 !important;
	}
	
.video_available_overlay {
	position:absolute;
	z-index:10;
	bottom:0px;
	right:6px;
	width:32px;
	height:32px;
	background-image:url(/images/video_available.png);
}
