/*  
Client Name: Vegan Store
URI: http://www.veganstore.co.uk
Description: Box styling for the front page.
Version: 1
Author: Liz Watts
Author URI: http://www.imaner.net/
*/

h1, h2 {
	color: #006600;
}
.box {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.1em;
}
.boxes {
}
.top {
	border: solid #002400 1px;
	background-color: #ffffff;
	border-bottom: none;
	padding: 4px;
}
.base {
	margin: 0;
	padding: 0;
}
.smallbox {
	height: 94px;
	width: 140px;
}
.box a:link, .box a:visited, .box a:active {
	color: #004a00;
	font-size: 11px;
	border: solid #002400 1px;
	text-align: center;
	background-color: #dbf4db;
	display: block;
	margin: 0;
	padding: 14px;
	text-decoration: none;
	height: 100%;
}
.box a:hover {
	color: #004a00;
	background-color: #beebbe;
	text-decoration: none;
}
.boxes a:link, .boxes a:visited, .boxes a:active {
	display: block;
	text-align: center;
	font-size: 11px;
	color: #004a00;
	background-color: #dbf4db;
	text-decoration: none;
	height: 100%;
	padding: 4px;
	width: 150px;
	border: solid #002400 1px;
}
.boxes a:hover {
	color: #004a00;
	background-color: #beebbe;
	text-decoration: none;
}
.header {
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}
.header2 {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 4px;
}
.message {
	border: solid #130f15 1px;
	font-size: 11px;
	color: #1E1423;
	background-color: #dccfe2;
	padding: 10px 10px 4px 10px;
}
.message p {
	font-size: 11px;
}
.message a:link, .message a:visited, .message a:active {
	color: #1E1423;
	text-decoration: underline;
	border: none;
	padding: 0px;
	background-color: #dccfe2;
	display: inline;
	width: auto;
}
.message a:hover {
	color: #463d5a;
	text-decoration: underline;
}