@charset "utf-8";

@import "menu.css";
@import "misc.css";

body {
	background-color: #8ab0b1;
	background-repeat: repeat-x;
	color: #5b5b5b;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	}

#outer-frame {
	position: relative;
	}
		
.frame {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	}
		
	#header {
		height: 232px;
		background-image: url(/images/top-bg.jpg);
background-position: left bottom;
		}
		#header #logo {
			margin-top: 52px;
			}
		#header #flowers {
			margin-top: 39px;
			}
			
	#content {
		background-image: url(/images/main-bg.jpg);	
		background-repeat: repeat-x;
		background-color: #f6f3ee;
		padding-bottom: 20px;
		}
		
	#footer {
		background-image: url(/images/footer-bg.jpg);
		height: 51px;
		padding-top: 20px;
		font-size: 11px;
		color: #4e7a7b;
		}
	#footer a {
		font-size: 11px;
		color: #4e7a7b;
		}
	#footer a:hover {
		text-decoration: underline;
		}
		#footer .left {
			padding-left: 15px;
			}
			

	
	
/*****************LAYOUT BOXES*************************/	

	.main-left {
		width: 240px;
		margin-top: 20px;
		margin-bottom: 20px;
		}
		
		.main-left #cat-menu {
			margin-top: 10px;
			}
			.main-left #cat-menu li {
				margin-top: 5px;
				}
				.main-left #cat-menu li a {
					color: #509092;
					}
			
#main-content {
	width: 650px;
	margin-top: 20px;
}

#main-content .category-head {
	color: #8e724a;
	font-weight: normal;
	font-size: 18px;
	padding: 8px;
	border-bottom: 1px solid #e0dfda;
}

.box {
	background-color: #fff;
	border: 1px solid #e0dfda;
	padding: 17px;
	}
	.box h1 {
		color: #8e724a;
		font-size: 18px;
		font-weight: normal;
		}
	.box h2 {
		padding: 10px;
		padding-bottom: 0px!important;
		margin-top: 10px;
		margin-bottom: 5px;
		}
		
	.box .flower-head {
		display: block;
		margin-top: -5px;
		height: 47px;
		background-image:url(/images/h1-tile.gif);
		margin-bottom: 10px;
		}
		.box .flower-head span {
			/*background-image:url(/images/h1.gif);*/
			background-repeat: no-repeat;
			display: block;
			color: #fff;
			font-size: 22px;
			line-height: 47px;
			padding: 4px;
			}
	.box p {
		line-height: 19px;
		padding: 10px;
		}
	
.rightbox {
	margin-right: 0px !important;
	}
.featured-box {
	border: 1px solid #e0dfda;
	display: block;
	margin-top: 20px;
	height: 210px;
	background-color: #fff;
	float: left;
	width: 297px;
	padding: 8px;
	margin-right: 20px;
	}
	.featured-box a h2 {
		background-color: #b1d5d5;
		padding: 6px;
		margin-bottom: 8px;
		color: #fff;
		}
	.featured-box .img {		
		float: left;
		width: 90px !important;
		margin: 8px;
		}
	.featured-box .info .price{
		color: #397a80;
		font-size: 140%;
		}
	.featured-box .info {		
		font-size: 75%;
		margin-top: 8px;
		width: 178px;
		float: left;
		}
	.featured-box .info a {		
		color: #397a80;
		text-transform: uppercase;
		}
	.featured-box .info a:hover {		
		text-decoration: underline;
		}
	.featured-box .info p {		
		margin-bottom: 10px;
		}
		
/*****************END LAYOUT BOXES*************************/	









	#main-content ul {
		list-style: disc;
		font-size: 80%;
		padding-left: 45px;
	}
	#main-content ul li {
		margin-bottom: 5px;
	}


#main-content .box #product-view-left {
	width: 370px;
	font-size: 13px;
	line-height: 19px;
	}
	#main-content .box #product-view-left h1 {
		margin-bottom: 10px;	
		}
	#main-content .box #product-view-left .instock {
		color: #83c845;
		margin-bottom: 10px;
		line-height: 16px;
		background-image: url(/images/instock.gif);
		background-repeat: no-repeat;
		padding-left: 20px;
		}
	#main-content .box #product-view-left .soldout {
		color: #ff0000;
		margin-bottom: 10px;
		line-height: 16px;
		background-image: url(/images/soldout.gif);
		background-repeat: no-repeat;
		padding-left: 20px;
		}
#main-content .box #product-view-image {
	border: 1px solid #e0dfda;
	padding: 4px;
margin-bottom:10px;
	}
	#main-content .box #product-view-image .info .enlarge {
		font-size: 10px;
		text-align:right;
		padding: 0px;
		color: #999999;
		}
#main-content .box #product-view-options {
	clear:both;
	border: 1px solid #e0dfda;
	background-color: #f6f3ee;
	margin-top: 18px;
	padding: 8px;
	padding-bottom: 20px;
	}
#main-content .box #product-view-options div {
	margin-bottom: 10px;
}
	#main-content .box #product-view-options label {
		padding-right: 20px;
		font-weight: bold;
		font-size: 80%;
		}
	#main-content .box #product-view-options select {
		padding-right: 20px;
		width: 200px;
		margin-left: 10px;
		font-size: 80%;
		color: #5b5b5b;
		text-transform:uppercase;
		}
	#main-content .box #product-view-options #product-buy {
		margin-top: 20px;
		margin-left: 90px;
		background-image: url(/images/addtocart.gif);
		width: 99px;
		line-height: 37px;
		padding-left: 45px;
		height: 37px;
		}




.checkout {
	background-image: url(../images/checkout.gif);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	padding: 0px!important;
	padding-left: 35px!important;
	text-transform: capitalize;
	margin-top: 10px;
	display:block !important;
	}
	
.viewcart {
	background-image: url(../images/viewcart.gif);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	padding: 0px!important;
	padding-left: 35px!important;
	text-transform: capitalize;
	margin-top: 10px;
	display:block !important;
	}

.viewcart a,
.checkout a {
	color: #5b5b5b;
}
.viewcart a:hover,
.checkout a:hover {
	color: #5b5b5b;
	text-decoration: underline;
}
