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

/* Product boxes */

.maintext p {
	color: #272031;
}
.box {
	color: #272031;
	background-color: #ffffff;
	font-size: 11px;
	border: solid #28283e 1px;
	text-align: center;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.1em;
}
.top {
	height: 93px;
	padding-bottom: 2px;
}
.base {
	border-top: solid #28283e 1px;
	height: 77px;
	padding: 0 2px 0 2px;
}
.buybase {
	padding: 8px 0 12px 0;
}
.box p {
	font-size: 11px;
	padding: 5px;
}
.box a:link, .box a:visited, .box a:active {
	color: #1E1423;
	text-decoration: underline;
	font-weight: normal;
}
.box a:hover {
	text-decoration: none;
	background-color: #463d5a;
	color: #ffffff;
}
.box .header {
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	margin: 0;
	padding: 10px 2px 0 2px;
}
.box .descrip {
	margin: 0;
	padding: 10px 2px 0 2px;
}
#maintext .qty input {
	font-size: 11px;
	border: solid #8080AA 1px;
	border-top: #171724;
	border-left: #171724;
	background: #ffffff;
	width: 12px;
	height: 14px;
}
#maintext .buy {
	font-size: 11px;
	color: #130E16;
	border: solid #171724 1px;
	border-top: #8080AA;
	border-left: #8080AA;
	width: 48px;
	height: 18px;
	background: #dccfe2 url(../graphics/basket2.gif) no-repeat left center;
	padding-top: 0px;
	padding-left: 13px;
	margin-left: 4px;
	cursor: pointer;
}
.topline {
	border-top: solid #28283e 1px;
	background: #dccfe2;
}
