/*  
Client Name: Vegan Store
URI: http://www.veganstore.co.uk
Description: Box styling for the 2-wide index layout.
Version: 1
Author: Liz Watts
Author URI: http://www.imaner.net/
*/

h1, h2 {
	color: #006600;
}
.box {
	font-size: 11px;
	border: solid #002400 1px;
	text-align: center;
	width: 243px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.3em;
}
.top {
	height: 137px;
	padding-bottom: 2px;
	background-color: #ffffff;
}
.base {
	border-top: solid #002400 1px;
}
.feature {
	border: solid #130f15 1px;
}
.fbase {
	border-top: solid #130f15 1px;
}
.box a:link, .box a:visited, .box a:active {
	color: #004a00;
	height: 70px;
	background-color: #dbf4db;
	display: block;
	padding: 5px;
	text-decoration: none;
}
.feature a:link, .feature a:visited, .feature a:active {
	color: #1e1423;
	height: 70px;
	background-color: #dccfe2;
	display: block;
	padding: 5px;
	text-decoration: none;
}
.box a:hover {
	color: #004a00;
	background-color: #beebbe;
	text-decoration: none;
}
.feature a:hover {
	color: #1e1423;
	background-color: #cab6D3;
	text-decoration: none;
}
.header {
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}

