html { margin-top:0px;margin-bottom:0px; }
body {
	background-image:url(http://www.picnicworld.net/images-site/background.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#FFF;
	margin-top:0px;
	margin-bottom:15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
}
h1,h2,h3,h4 { color:#333; }
h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }

a:link {text-decoration: underline; color:#0041FC;}
a:visited {text-decoration: underline; color:#0041FC;}
a:hover {text-decoration: none; color:#0041FC;}
a:active {text-decoration: none; color:#0041FC;}

#wrapper {
	width:950px;
	padding:0;
	margin:0 auto;
}
#header {
	background-image:url(http://www.picnicworld.net/images-site/header3.gif);
	/*background-image:url(http://www.picnicworld.net/images-site/header3-christmas.gif);*/
	width:950px;
	height:126px;
}
	#clickable_header {
		width:650px;
		height:100%;
		float:left;
	}
		#clickable_header a {
			display:block;
			width:100%;
			height:100%;
		}
	#search_wrapper {
		float:right;
		width:300px;
		text-align:center;
		padding-top:67px;
		color:#000;
	}
		#site_search_box {
			padding: 3px;
			margin: 0px;
			font-size: 16px;
			color: #333;
			width: 180px;
			border: 1px solid #666;
		}
		#site_search_button {
			margin:0px;
			margin-left:5px;
			font-size: 16px;
			color: #333;
			background-color:#CCC;
			border:1px solid #666;
			padding:3px;
		}
#top_nav {
	background-image:url(http://www.picnicworld.net/images-site/top-nav-background.gif);
	width:950px;
	height:44px;
	margin-top:25px;
	color:#FFF;
	text-align:center;
}
	#top_nav a {
		display: block;
		float:left;
		margin:0;
		color: white;
		text-decoration:none;
		font-size:18px;
		height:34px;
		padding:10px 29px 0 29px;
		border-right:1px solid #6ca7ff;
	}
	#top_nav a.last { border-right:none; }	
	#top_nav a.cart_icon_new { 
		background-image: url(http://www.picnicworld.net/images-site/cart_icon.png); 
		background-position: 24px 11px;
		background-repeat: no-repeat;
		padding-left: 53px;
	}
	#top_nav a:hover {
		background-color:#5e9c20;
	}
	#top_nav ul {
		list-style-type: none;
		margin:0 auto;
		padding:0;
		width:913px;
	}
		#top_nav ul li {
			float: left;
			margin:0;
			padding:0;
		}
#content_nav_wrapper {
	background-color:#FFF;
	margin:0px;
	padding:0px;
}
#content {
	float:right;
	width:760px;
	padding:5px 5px 15px 0;
	position: relative;
}
#side_nav {
	width:180px;
	float:left;
	padding:10px 0;
}

.side_menu {
	margin:0 auto;
	width:163px;
}
.side_menu_top {
	background-image:url(http://www.picnicworld.net/images-site/side_nav_top.gif);
	background-repeat:no-repeat;
	height:18px;
}
.side_menu_bottom {
	background-image:url(http://www.picnicworld.net/images-site/side_nav_bottom.gif);
	background-repeat:no-repeat;
	height:21px;
	margin-bottom:10px;
}
.side_menu_body {
	background-image:url(http://www.picnicworld.net/images-site/side_nav_background.gif);
	background-repeat:repeat-y;
	width:157px;
	padding:0 3px;
	
}
	
	.side_menu_body ul {
		list-style-type: none;
		margin:0;
		padding:0;
		font-size:13px;
	}
		.side_menu_body ul li {
			margin:0;
			padding:0;
			border-bottom:1px solid #d7d7d7;
		}
			.side_menu_body ul li a {
				text-decoration:none;
				color:#3b6016;
				display:block;
				padding:3px 11px;
			}
			.side_menu_body ul li a:hover {
				background-color:#d7d7d7;
			}
	.side_menu_body .menu_heading {
		color:#3b6016;
		font-weight:bold;
		font-size:14px;
		padding:3px 11px;
	}

#footer {
	background-image:url(http://www.picnicworld.net/images-site/bottom-nav-background.gif);
	width:950px;
	height:86px;
	color:#FFF;
	margin:0;
	padding:0px;
	font-size:14px;
}
	#footer a {
		color: white;
		text-decoration:none;
	}
	#footer ul a {
		display: block;
		margin:0;
		padding:0 20px;
		border-right:1px solid #6ca7ff;
	}
	#footer ul a.last { border-right:none; }
	#footer ul a:hover { text-decoration:underline; }
	#footer ul {
		list-style-type: none;
		margin:0px auto;
		padding:0;
		width:790px;
	}
		#footer ul li {
			float: left;
			margin:10px 0;
			padding:0;
		}
	#copyright {
		text-align:center;
		padding:10px 0px 3px 0px;
		color:#b1d0ff;
	}
		#copyright a {
			color:#b1d0ff;
		}

.box
{ 
	border:1px solid #0041FC; 
	padding: 3px;
	border-collapse:collapse; 
} 

.box_header
{
	border:1px solid #0041FC; 
	padding: 1px 3px 1px 3px;
	border-collapse:collapse; 
	background: #06F; 
	font-weight: bold;
	color: #FFF;
}


/* home page stuff */
#home_page_wrapper { position:relative; }
#home_page_wrapper.a:link, #home_page_wrapper.a:visited, #home_page_wrapper.a:active { text-decoration:none; }
#home_page_wrapper.a:hover { text-decoration:underline; }
#home_page_wrapper h1 {
	font-size:19px;
}
#home_page_banner {
	width:765px;
	height:215px;
	margin-right:-5px;
	margin-top:-5px;
	background-image:url(http://www.picnicworld.net/images-site/home-page-banner.jpg);
	font-family:'Century Gothic',futura,'URW Gothic L',Verdana,sans-serif;
	font-weight:bold;
}
	#home_page_title {
		margin-left:275px;
		margin-right:10px;
		padding-top:5px;
	}
	#home_page_title h1 {
		text-transform:uppercase;
		color:#FFF;
		margin:0;
		padding:0;
		text-align:center;
		font-size:34px;
		
		text-shadow: #000 2px 2px 3px;
		-moz-text-shadow: 2px 2px 3px #000;
		-webkit-text-shadow: 2px 2px 3px #000;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(Color=#333333, OffX=2, OffY=2, Positive=1)";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.DropShadow(Color=#333333, OffX=2, OffY=2, Positive=1)
		
	}
	#home_page_title_vp {
		margin:0;
		padding:0;
		text-align:center;
		font-size:18px;
		margin-top:23px;
		color:#FFF;
		text-shadow: #000 2px 2px 3px;
		-moz-text-shadow: 2px 2px 3px #000;
		-webkit-text-shadow: 2px 2px 3px #000;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(Color=#333333, OffX=2, OffY=2, Positive=1)";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.DropShadow(Color=#333333, OffX=2, OffY=2, Positive=1);
	}

#front_page_brands_container {
	width:170px;
	text-align:center;
	float:right;
}

	#front_page_brands_container a {
		color:#666;
		text-decoration:none;
	}
	
	#front_page_brands_container a:hover {
		text-decoration:underline;
	}

	#front_page_brands_container #guarantee_image {
		margin-bottom:10px;
	}
	
	#front_page_brands_container .brand_text_container {
		font-size:11px;
		margin-bottom:16px;
	}

#front_page_categories_container {
	width:570px;
	float:left;
	padding:0 0px;
}

	#front_page_categories_container a {
		color:#3c5a05;
		text-decoration:none;
	}
	
	#front_page_categories_container a:hover {
		text-decoration:underline;
	}

	
	#front_page_categories_container a.category_container {
		float:left;
		text-align:left;
		background-repeat:no-repeat;
		width:172px;
		height:199px;
		display:block;
		font-size:14px;
		padding:5px 0 0 5px;
		margin:0 19px 19px 0;
	}
	
	#front_page_categories_container a.right {
		margin-right:0px;
	}
	
	#front_page_categories_container a.bottom {
		margin-bottom:0px;
	}

/* end home page stuff */

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 #CCC;
	border-left:1px solid #CCC;
	
	margin-top:10px;
	margin-bottom:10px;
}
	.category_products td {
		/* this is the main grid around each product */
		border-right:1px solid #CCC;
		border-bottom:1px solid #CCC;
		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:35px; }
	.category_products .category_products_detailed_product_grid_title_container { height:80px; }
	.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;margin-top:2px; }
.product_listing_hot { font-size:10px;color:red;font-weight:bold;margin-top:2px; }
.product_listing_on_sale { font-size:10px;color:#00cc33;font-weight:bold;margin-top:2px; }
.product_listing_clearance { font-size:10px;color:#FF9900;font-weight:bold;margin-top:2px; }
.product_listing_new { font-size:10px;color:#6600CC;font-weight:bold;vertical-align:super;margin-top:2px; }
.product_listing_free_shipping { margin-top:2px; }
.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:60%;
}

.navigation_container #navigation_pages_container {
	width:40%;
}

.page_number_navigation {
	/*margin: 10px 0 15px 0;*/
	font-size:90%;
	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:90%;
}
.category_sort_form select {
	font-size:11px;
}
.category_sort_form input {
	font-size:11px;
	margin:0;
	padding:0;
	margin-left:5px;
}

.category_description {
	font-size:90%;
}

.breadcrumbs { font-size:9px; }

.section_container {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

.section_heading {
	border:1px solid #0041FC; 
	padding: 5px 3px 5px 10px;
	background-color: #06F; 
	font-weight: bold;
	font-size:16px;
	color: #fff;
}

	h2#section_heading_header {
		padding: 0 !important;
		margin:0 !important;
		color: #fff !important;
		font-size:16px !important;
	}

.section_body {
	border:1px solid #0041FC; 
	border-top:0;
	padding: 10px;
}

#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:205px;
	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:204px;
		height:204px;
	}
	
	#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 {
		padding:0;
		margin:0;
		background-color:#a1c7d4;
		width:160px;
		height:110px;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		border:0px;
		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:545px;
	padding-left:10px;
}
	
#brand_image {
	margin-top:5px;	
	clear:right;
	float:right;
	min-width:160px;
	text-align:center;
}

h1#product_title {
	margin:0px;
	font-size:14px !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:11px;
	}
	
	#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:10px;
	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;
}
	.christmas_delivery a:link {
		color:#060 !important;
	}
	
.article_image {
	float:right;
	margin:0 0 10px 10px;
	text-align:center;
	font-style:italic;
}

.product_page_facebook_like {
	float:right;
	clear:right;
	width:90px;
	margin-top:10px;
	margin-right:30px;
}

.category_page_facebook_like {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	margin-right:-10px;
	margin-top:2px;
}

.brand_page_facebook_like {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	margin-right:-10px;
	margin-top:2px;
}

.video_available_overlay {
	position:absolute;
	z-index:10;
	bottom:0px;
	right:6px;
	width:32px;
	height:32px;
	background-image:url(/images/video_available.png);
}
