/* 	Accessory title */ 
.producttitle {
	font-size: 160%;
	font-weight: bold;
	color: #4E285C;
	padding-bottom: 9px;
	padding-left: 7px;
}
/* 	Accessory description */ 
.productdescript {
	padding-bottom: 11px;
	padding-left: 7px;
}
/* 	This is for the accessory section when products (bins) are ganged on a page */ 
#productboxes {
	text-align: center;
	color: #000000;
}
#productboxes td {
	border: 1px solid #888888;
	text-align: center;
}
#productboxes p {
	line-height: 110%;
	text-align: center;
	color: #000000;
}
#productboxes a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#productboxes a:visited {
	color: #777777;
	text-decoration: none;
}
#productboxes a:hover, #contentinsidecontact a:active, #contentinsidecontact a:focus {
	color: #BBBBBB;
	text-decoration: none;
}
/* 	This is for the accessory section with items and specifications all on one page */ 
.productbox {
	margin-bottom: 15px;
	width: 545px;
	padding-right: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #94a0ba;
	border-right-color: #94a0ba;
	border-bottom-color: #94a0ba;
	border-left-color: #d3d9e3;
}
.productbox p {
	margin: 0px;
	padding: 0px;
}
