/*main */


/*text and links */

/* border */

/*suckerfish*/

/*special ones used for checkout progress etc */

/*====================== css begins ====================*/

/* from the core that are being overwritten here as they suck */
.messageStackError, .page .error, .messageStackWarning, .page .warning
{
	background:#FFB3B5 none repeat scroll 0 0;
	color:#000000;
	font-family:Verdana,Arial,sans-serif;
	font-size:1em;
	padding:3px 5px;
	text-align:center;
}

.messageStackSuccess, .page .success
{
	background-color:#fcf05f;
	color: #111111;
	padding:3px 5px;
	font-size:1em;
	border:0;
	width:96%;
	padding:5px 2%;
	margin-bottom:10px;
}

	.messageStackSuccess a, .page .success a
	{
		color:#D23D24;
	}

.inputRequirement 
{
	color:#72716b;
	font-size:1em;
}



/*for the cart  in module16*/
.infoBox 
{

}

.productListing-heading 
{
	background:#e8c2b8;
	color:#F96262;
	font-size:1em;
	padding:3px;
}

.stockWarning
{
	font-size:80%;
	color:#F96262;
}

/* from the checkout process */
tr td.checkoutBarTo, tr td.checkoutBarCurrent, tr td.checkoutBarFrom
{
	background-color:#F7D9D1;
	color:#333333;	
	text-align:center;
	font-size:1em;
}

	tr td.checkoutBarFrom a
	{
		background-color:#F7D9D1;
		color:#333333;	
		text-align:center;
		font-size:1em;
	}

tr td.checkoutBarCurrent
{
	background-color:#F96262;
	color:#111111;
}

.checkout_bar
{
	padding-top:5px;
	background-color:#F96262;
}
.moduleRowSelected
{
	background-color:#F7D9D1;
	color:#333333;		
}

.moduleRow 
{
	background-color:#F7D9D1;
	color:#333333;	
}

.moduleRowOver 
{ 	
	background-color:#F96262;
	color:#111111; 
	cursor: pointer; 
	cursor: hand; 
}

.moduleRowSelected 
{ 
	background-color:#F96262;
	color:#111111; 
}

tr.accountHistory-even, 
tr.addressBook-even, 
tr.alsoPurchased-even, 
tr.payment-even, 
tr.productListing-even, 
tr.productReviews-even,
tr.upcomingProducts-even, 
tr.shippingOptions-even
{
	background-color:#F7D9D1;
	border:1px solid #ce888a;
	color:#333333;
}

tr.accountHistory-odd, 
tr.addressBook-odd, 
tr.alsoPurchased-odd, 
tr.payment-odd, 
tr.productListing-odd, 
tr.productReviews-odd, 
tr.upcomingProducts-odd, 
tr.shippingOptions-odd 
{
	background-color:#38352C;
	border:1px solid #ce888a;
	color:#333333;	
}

tr.productListing-odd
{
	border-top:1px solid #ce888a;
}

tr.productListing-heading
{

}

.infoBoxContents 
{
	background-color:#F7D9D1;
	border:1px solid #ce888a;
	color:#333333;
	font-size:1em;
}

.page table
{

}

.page table.infoBox
{
	background-color:#F7D9D1;
	border:1px solid #ce888a;
	color:#333333;
}

.page tbody
{
	
}

td.main, p.main 
{
font-size:1em;
line-height:1.5;
}

/* for the account settings page on module24 */
div.rkImg img 
{
	display:none;
}

/* for the writing review page in module38.php */
.review_heading
{
	font-size:150%;
}

.review_item
{
	width:96%;
	height:auto;
	float:left;
	background-color: #F7D9D1;
	border:1px solid #ce888a;
	padding:10px 2%;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	margin-bottom:10px;
	color:#333333;
}


	.review_item_30
	{
		width:26%;
		height:auto;
		float:left;
		padding:10px 2%;
	}
	
	.review_item_70
	{
		width:66%;
		height:auto;
		float:left;
		padding:10px 2%;
	}
	
	.review_price
	{
		font-weight:bold;	
	}
	
	.small_title
	{
		font-weight:bold;	
	}
	
	.right
	{
		float:right;
	}
	
	span.small_text_right
	{
		font-size:80%;
		text-align:right;
	}

/*for showing reviews in module15.php */

.mini_review
{
	padding:10px 2%;
	width:96%;
	height:auto;
	float:left;
	margin-bottom:20px;
	background-color:#F7D9D1;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border:1px solid #ce888a;
}




/* the where was added so i could track the files being used. but should generally be left hidden */
.where
{
	width:96%;
	height:auto;
	float:left;
	background-color: #E7A7A8;
	border:1px solid #ce888a;
	padding:10px 2%;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	margin-bottom:10px;
	color:#333333;
	display:none;
	

}

/* ==== for the new products within module1.php and the list of categories from module11.php */
.page
{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:20px;
}

	.page textarea
	{
		float:right;
		background-color:#E59FA1;
		border:1px solid #cb8284;
		color:#333333;
		padding:5px;
		font-size:1em;
	}
	
	.page input[type="text"], .page input[type="password"] 
	{
		float: left;
		background-color:#E59FA1;
		border:1px solid #cb8284;
		color:#333333;
		padding:5px;
		font-size:1em;
	}

	.greeting
	{
		width:100%;
		height:auto;
		float:left;

	}
	
	.pagesxy
	{
		width:100%;
		height:auto;
		float:left;
		text-align:center;
	}

	.newest_products
	{
		width:100%;
		height:auto;
		float:left;
		margin:20px 0;
	}
	
	.section_heading
	{
		width:100%;
		height:auto;
		float:left;
		font-size:120%;
		margin-bottom:10px;
		font-family: Cambria, serif;
		font-size: 1.5em;
		font-style: normal;
		font-weight: normal;
		letter-spacing: normal;
		line-height: 1.4em;
	}
	
	.category_links
	{
		width:100%;
		height:auto;
		float:left;
	}
	
		.category_item
		{
			float:left;
			margin:0 10px 5px 0;
			padding:5px;
			background-color:#E7A7A8;
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px;
			height:auto;
			width: auto;			
		}
		
			.cat_desc
			{
				background-color:#F7D9D1;
				padding:5px;
				text-align:left;
				line-height: 1.2em;
				-moz-border-radius: 5px; 
				-webkit-border-radius: 5px;
			}	
			
				.cat_desc a
				{
					text-decoration:none;
				}

					.cat_desc a:hover
					{
						text-decoration: underline;
					}
					
				.item_price
				{
					width:100%;
					height: auto;
					float:left;
					font-weight:bold;
				}
				
	.new_product_item
	{
		float:left;
		display:inline;
		margin:0 10px 10px 0;
		padding:5px;
		background-color: #F7D9D1;
		border:1px solid #ce888a;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
		height:auto;
		width:21%;
		text-align:center;
		min-height:170px;
		min-width:90px;
		max-width:125px;		
		text-align:center;
	}
	
		.new_product_image
		{
			width:auto;
			height:auto;
			margin:5px auto;			
		}
		
		.new_product_image img
		{
			border:1px solid #ce888a;
		}
		
		.new_product_item .desc
		{
			height:auto;
			width:90%;
			margin:5px auto;
			text-align:center;
			
		}
		
		.new_product_item_small
		{
			float:left;
			display:inline;
			margin:0 10px 10px 0;
			padding:0;
			background-color: #F7D9D1;
			border:1px solid #ce888a;
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px;
			height:auto;
			text-align:center;		
		}
		
		.new_product_image_small
		{
			width:auto;
			height:auto;
			margin:5px;			
		}
		
		.new_product_image_small img
		{
			border:1px solid #ce888a;
		}


/* ==== page items */

.options
{
	width:100%;
	height: auto;
	float:left;
	margin-bottom:20px;
}

.listing
{
	float:left;
	margin:0 5px;
	padding:3px 5px;
	background-color:#E7A7A8;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
	
.sort_by
{
	float:left;
	margin:0 5px;
	padding:3px 5px;
	background-color:#E7A7A8;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border:1px solid #ce888a;
}

	.sort_by_item
	{
		float:left;
		margin:3px 5px;
		padding:3px 5px;
		background-color:#F7D9D1;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
	}
		
/* ===== for the product details found in module14.php ====== */

.details_top
{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:20px;
	background-color:#E7A7A8;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border:1px solid #ce888a;
}

.details_desc
{
	padding:13px 2% 10px 2%;
	width:96%;
	height:auto;
	float:left;
	margin-bottom:10px;
	background-color:#F7D9D1;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border:1px solid #ce888a;
}

	.ngg-gallery-thumbnail-box
	{
		margin: 0 20px 0 0;
		width:100%;
		float:left;
	}
	
	.ngg-gallery-thumbnail 
	{
		background-image:url();
		background:transparent url() no-repeat scroll right bottom !important;
		float:left;
		margin:10px 0 0 0;
		width:100%;
		float:left;
	}



.details_price
{
	font-size:120%;
	width:96%;
	height:auto;
	min-height:52px;
	padding:5px 2% 14px;
	background-color:#E7A7A8;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
	margin-bottom:10px;
	border:1px solid #ce888a;
}

	 .name
	{
		font-family: Cambria, serif;
		font-size: 24px;
		font-style: normal;
		font-weight: normal;
		letter-spacing: normal;
		line-height: 1.3em;
		width:auto;
	}
	
		.name a
		{
			text-decoration:none;
		}
		
			.name a:hover
			{
				text-decoration:underline;
			}

	.price_wrapper
	{
		background-color:#F7D9D1;
		float:right;
		width:auto;
		height:auto;
		padding:10px;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 24px;
		font-style: normal;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 1.2em;
		border:1px solid #ce888a;
		position:relative;
		left:3px;
		top:-26px;
	}
	
	.details_price .price
	{

		
	}
	
	.details_options
	{
		height:auto;
		float:left;
		background-color:#F7D9D1;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
		padding:8px 1.5%;
		width:97%;
		display:inline;
		border:1px solid #ce888a;
	}
	
	.variations	
	{
		float:left;
		height:auto;
		padding-top:5px;
		width:auto;
		display:inline;
	}
		
		.options_name
		{
			width:auto;
			height:auto;
			float:left;
			display:inline;
			padding-right:20px;
		}
		
		.options_dropdown
		{
			width:200px;
			height:auto;
			float:left;
			display:inline;
		}
		
			.options_dropdown select
			{
				padding:2px;
				width:200px;
			}
			
		.added_available
		{
			float:left;
			width:100%;
			margin-top:5px;
		}
	
		p.small
		{
			font-size:80%;
		}
		
	.details_buttons
	{
		float:left;
		height:auto;
		padding-top:5px;
		width:auto;
		display:inline;
	}
	
	.button
	{
		display:inline;
		float:left;
		width:auto;
		height:auto;
	}

.image_gallery
{
	width:100%;
	height: auto;
	float:left;
	margin-bottom:20px;
}

.tell_a_friend
{
	width:100%;
	height: auto;
	float:left;
	margin-bottom:20px;
}

.notification
{
	width:100%;
	height: auto;
	float:left;
	margin-bottom:20px;
	background-color:#F7D9D1;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border:1px solid #ce888a;
}

.manufacturer
{
	width:100%;
	height: auto;
	float:left;
	margin-bottom:20px;
	background-color:#F7D9D1;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border:1px solid #ce888a;
}

.tags
{
	width:100%;
	height: auto;
	float:left;
	margin-bottom:20px;
	background-color:#F7D9D1;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding:10px;
	border:1px solid #ce888a;
}

	.tags a
	{
		background-color:#E7A7A8;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
		padding:5px 10px;
		margin-right:5px;
		border:1px solid #ce888a;
	}
	
/*for the gallery in module14.php */

.gallery_wrapper
{
	width:100%;
	height: auto;
	float:left;
	margin-bottom:20px;
	background-color:#F7D9D1;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding:10px;
	border:1px solid #ce888a;
}

.gallery_wrapper .gallery_image
{
	width:auto;
	height:auto;
	display:inline;
	margin: 0 10px 20px 0;
}

	a img.Thumb
	{
			border:1px solid #ce888a;
	}
	
		a img.Thumb:hover
		{
				border:1px solid #FFFFFF;
		}
	
	
	
	
/* === for the product listings in module3.php */

/*uses .page from above someplace */

.list_item
{
	width:96%;
	height:auto;
	float:left;
	margin-bottom:10px;
	padding:10px 2%;
	border: 1px solid #ce888a;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background-color:#F7D9D1;
}

.list_item_contents
{
	width:100%;
	height:auto;
	float:left;
}

.list_item_image
{
	width:auto;
	height:auto;
	float:left;
	margin:0 20px 0 0;
}

	.list_item_image img
	{
		border: 1px solid #ce888a;
	}
	
.item_text
{
	width:auto;
	height:auto;
}
/* ==== for the advanced search in module9.php */

.search_adv
{
	width:96%;
	padding:10px 2%;
	height:auto;
	float:left;
	border: 1px solid #ce888a;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background-color:#F7D9D1;
}

/* ==== for the best sellers in module8.php */
.best_sellers
{
	width:96%;
	padding:10px 2%;
	height:auto;
	float:left;
	border: 1px solid #ce888a;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background-color:#F7D9D1;
}

/* ===== specials */
.specials
{
	width:96%;
	padding:10px 2%;
	height:auto;
	float:left;
	border: 1px solid #ce888a;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background-color:#F7D9D1;
}


/*for the  products listed by tag in module50.php */
.product_link
{
	
}

.buy_now
{
	
}
	
/* ====== for the account options page in module24.php */
.account_item
{
	width:96%;
	height:auto;
	float:left;
	margin-bottom:20px;
	border: 1px solid #ce888a;
	background-color:#F7D9D1;
	padding:10px 2%;
}

/*for the contact form in module4.php */

.rkDescRight textarea
{
	float:left;	
}
