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

h1, h2 {
	color: #006600;
}
.box {
	color: #004a00;
	background-color: #ffffff;
	font-size: 11px;
	border: solid #002400 1px;
	text-align: center;
	width: 125px;
	height: 85px;
	line-height: 1.1em;
}
.picbox {
	width: 115px;
}
.box a:link, .box a:visited, .box a:active {
	color: #004a00;
	background-color: #dbf4db;
	display: block;
	margin: 0;
	height: 75px;
	padding: 2px;
	padding-top: 10px;
	text-decoration: none;
}
.box a:hover {
	color: #004a00;
	background-color: #beebbe;
	text-decoration: none;
}
.header {
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}
.feature {
	border: solid #130f15 1px;
}
.fbase {
	border-top: solid #130f15 1px;
}
.feature a:link, .feature a:visited, .feature a:active {
	color: #1E1423;
	background-color: #dccfe2;
	display: block;
	margin: 0;
	height: 75px;
	padding: 2px;
	font-weight: normal;
	padding-top: 10px;
	line-height: 26px;
	text-decoration: none;
}
.feature a:hover {
	color: #1e1423;
	background-color: #cab6D3;
	text-decoration: none;
}
.feature .header {
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	line-height: 12px;
}

