/*  
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/
*/

#maintext p {
	colour: #000000;
}
.box {
	background-color: #ffffff;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.3em;
}
.boxleft {
	border: solid #28283e 1px;
	border-right: none;
}
.boxright {
	border: solid #28283e 1px;
}
.boxqty {
	border: solid #28283e 1px;
	border-top: none;
	background: #dccfe2;
}
.box td {
	padding: 10px;
}
.details td {
	padding: 5px 0px 10px 0px;
}
.details p {
	padding: 0;
	margin: 0;
}
.top {
	height: 93px;
	padding-bottom: 2px;
}
.line {
	border-left: solid #28283e 1px;
}
.topline {
	border-top: solid #28283e 1px;
}
.base {
	border-top: solid #28283e 1px;
}
.box p {
	padding: 0 10px 0 10px;
}
.box h2 {
	font-weight: bold;
	font-size: 13px;
	padding: 10px 10px 2px 10px;
}
#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/basket3.gif) no-repeat left center;
	padding-top: 0px;
	padding-left: 13px;
	margin-left: 4px;
	cursor: pointer;
}
#maintext .wish {
	font-size: 11px;
	color: #DCCFE2;
	border: solid #171724 1px;
	border-top: #8080AA;
	border-left: #8080AA;
	width: 48px;
	height: 18px;
	background: #8B609F url(../graphics/wish2.gif) no-repeat left center;
	padding-top: 0px;
	padding-left: 13px;
	margin-left: 22px;
	cursor: pointer;
}
#maintext .tell {
	font-size: 11px;
	color: #DCCFE2;
	border: solid #171724 1px;
	border-top: #8080AA;
	border-left: #8080AA;
	width: 48px;
	height: 18px;
	background: #8B609F url(../graphics/tell2.gif) no-repeat left center;
	padding-top: 0px;
	padding-left: 13px;
	margin-left: 22px;
	cursor: pointer;
}
h1 {
	color: #000000;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid #28283e 1px;
	margin: 36px 0 18px 0;
}
.box select { 
	font-size: 11px;
}
.nospace {
	margin: 0;
	padding: 0;
	margin-top: -5px;
}
.related td {
	padding: 0 0 2px 0;
}

