/********************************************
	Layout
********************************************/

body
{
	background-color: #fff;
	text-align: left;
	font-family: helvetica, arial, sans-serif;
}

#mast
{
	width: 760px;
	height: 215px;
	background-color: transparent;
	background-image: url(images/topbg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
	#mast a img
	{
		position: absolute;
		top: 72px;
		left: 143px;
	}
#btnShoppingCart
{
	position: absolute;
	top: 34px;
	left: 477px;
}	

#rap
{
	margin: 0;
	padding: 0;
	text-align: left;
	width: 760px;
	background-color: #7ccef5;
	background-image: url(images/rapbg.png);
	background-repeat: repeat-y;
	background-position: 1px 0;
	overflow: hidden;
}


#nav
{
	float: left;
	width: 150px;
	margin-left: 40px;
	padding-top: 36px;
}
	#nav ul li
	{
		font-size: 26px; 
		line-height: 38px;
	}
		#nav ul li a
		{
			text-decoration: none;
			color: #483015;
		}
		#nav ul li a:hover
		{
			color: #85c591;
		}
		#nav ul li a.current
		{
			color: #b41c58;
		}
		
#content
{
	float: left;
	width: 505px;
	margin-left: 24px;
	color: #333;
	margin-top: -66px;
	overflow: hidden;
}
#footer
{
	clear: both;
	text-align: center;
	background-image: url(images/bottombg.png);
	background-repeat: no-repeat;
	height: 44px;
	padding: 10px 0;
}
	#footer a img
	{
		margin: 0 16px;
	}
/********************************************
	Content
********************************************/
h1
{
	text-align: center;
	font-size: 2em;
	line-height: 2.4em;
	color: #85c591;
}
	h1 img
	{
		margin-bottom: .9em;
	}

p
{
	font-size: .95em;
	line-height: 1.1em;
	margin-bottom: 1.1em;
}

p.hometext
{
	font-size: 22px;
	line-height: 30px;
	text-align: center;
}
ul#friendlinks
{
	list-style-type: square;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}
	ul#friendlinks li
	{
		font-size: .95em;
		line-height: 1.1em;
	}
	
	
.replace
{
	position: absolute;
	left: -9999px;
}
/********************************************
	Products
********************************************/
.products .product
{
	width: 145px;
	background-color: #7ccef5;
	text-align: center;
	padding: 10px 6px 6px 6px;
	margin: 0 5px 10px 5px;
	float: left;
}
	.products .product a img
	{
		border: 1px solid #483015;
		margin-bottom: 6px;
	}
		.products .product a:hover img
		{
			border: 1px solid #fff;
		}


.productdetail .product
{
	width: 240px;
	float: left;
	margin-right: 10px;
}
	.productdetail .product h2
	{
		text-align: center;
		font-size: 1.5em;
		line-height: 2.0em;
		color: #000;
	}
	.productdetail .product .price
	{
		font-size: 1.6em;
		line-height: 1.7em;
		text-align: center;
	}
	.productdetail .product .field
	{
		padding: 0 0 10px 0;
	}
	.productdetail .product button
	{
		background-image: url(images/btnAddToCart-trans.png);
		width: 215px;
		height: 47px;
		border: none;
		font-size: 24px;
		color: #333;
		margin: 20px 10px;
	}
		.productdetail .product button:hover
		{
			color: #000;
			cursor: pointer;
		}
	.productdetail .product img
	{
		float: left;
		margin: 0 0 10px 0; 
	}
	
	
/********************************************
	Cart
********************************************/
#tblcart {
	width: 500px;
	color: #666;
	border-collapse: collapse;
	border-top: 2px solid #7ccef5;
}
	#tblcart tr td.money {
		text-align: right;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		background-color: #eee;
	}
	#tblcart tr td.lineaction {
		padding: 10px;
		font-size: .8em;
	}
	#tblcart tr td {
		padding: 10px 10px 10px 0;
		vertical-align: top;
	}
		#tblcart tr td div.options {
			color: #999;
			padding: 10px; 
		}
	#tblcart tr.subtotal th,
	#tblcart tr.subtotal td
	{
		border-top: 2px solid #7ccef5;
		background-color: #85c591;
		color: #fff;
	}
		#tblcart tr.subtotal th
		{
			text-align: right;
			padding: 0 10px;
			font-weight: 100;
			font-size: .85em;
		}
.submit {
	text-align: center;
	padding: 10px;
}	
.submit input
{
	margin: 0 auto;
}

/********************************************
	Messages
********************************************/
.pnlError
{
	border: 1px solid #fa6b2b;
	color: #fa6b2b;
	padding: 4px 16px;
	margin: 10px;
	text-align: center;
}
.pnlSuccess
{
	border: 1px solid #4faa2b;
	color: #4faa2b;
	padding: 4px 16px;
	margin: 10px;
	text-align: center;
}
.pnlMessage
{
	border: 1px solid #bbb;
	background-color: #eee;
	color: #777;
	padding: 4px 16px;
	margin: 10px;
	text-align: center;
}
