@import url(default.css);
@import url(optiprimus.css);
/** Design **/
#design
{
	background-position: bottom;
	background: url(../images/design_products.jpg) no-repeat;
}
#showcase
{
	background-color: #F3F3F3;
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
	color: #787878;
}
#showcasecontent
{
	height: 160px;
	padding: 20px;
	display: none;
}
#showcasetoolbar
{
	background-image: url(../images/bg_showcase2.png);
	height: 22px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-color: #F3F3F3;
}
/**Content Area**/
#contentbox
{
	background-image: url(../images/bg_content.png);
	background-color: #FFF;
	padding-top: 10px;
}
#contentclear
{
	height: 8px;
	border: none;
}
#row2
{
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/bg_archive.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #A3A3A3;
	min-height: 150px;
}
#payment
{
	padding-left: 45px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #808080;
	background: transparent;
}
.products
{
	position: relative;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.product
{
	width: 250px;
	float: left;
	padding: 10px 15px 0px;
}
.product H1
{
	color: #2B576E;
	margin-bottom: 5px;
	margin-top: 0;
}
/*Product Detail*/
.productdetail
{
	position: relative;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.productdetail H1
{
	color: #2B576E;
	font-size: 1.4em;
	margin-bottom: 10px;
}
/*Accessories*/
.accessories
{
	border-top: 1px dotted #CCCCCC;
	margin-top: 30px;
	padding-top: 20px;
	padding-left: 30px;
}
.accessories H2
{
	color: #2B576E;
	font-size: 1.1em;
}
.accessory
{
	margin-top: 15px;
	width: 400px;
	float: left;
}
.accessory IMG
{
	float: left;
}
