body
{
	overflow:hidden !important;
}
#header,
#footer,
#rightcol,
#content #contentleft #crumbs,
#content div table,
div a img,
#footer_lower
{
	display:none !important;
}
body #content
{
	width:auto !important;
}
body,
body #container
{
	background:none !important;
}
body #contentleft
{
	width:auto !important;
	float:none !important;
}
/* ------------------ */

#container #content #maincontent h1
{
	padding:0px;
	margin:0px 0px 10px 0px;
	color:red;
}
#container #content #contentleft #maincontent p
{
	margin:0px;
}
div.product-detail,
div.send-form
{
	margin:15px 0px 0px 0px;
}

div.product-detail
{
	float:left;
	width:280px;
}
div.product-detail h3
{
	padding:0px 0px 5px 0px;
}
div.product-detail h3,
div.product-detail img,
div.product-detail .stock,
div.product-detail .price
{
	text-align:center;
}
div.product-detail .stock
{
	font-size:14px;
}
div.product-detail .stock span
{
	font-weight:bold;
}
div.product-detail .price
{
	font-size:16px;
	padding-top:10px;
}





div.send-form
{
	float:left;
	width:350px;
	padding:15px;
	background:#efefef;
}
div.send-form label,
div.send-form input
{
	float:left;
	width:170px;
	margin:3px 0px;
}
div.send-form textarea
{
	width:345px;
	height:90px;
}
div.send-form input.button
{
	float:right;
	margin-top:10px;
}
div.send-form div.errors p,
div.send-form div.errors ul li
{
	color:red;
}
div.send-form div.errors ul
{
	margin-left:15px;
}
div.send-form div.errors
{
	padding-bottom:20px;
}


div.send-form div.notice
{
	background:#ffffcc;
	padding:5px;
	margin-bottom:20px;
}
div.send-form div.notice ul
{
	list-style-type:none;
}








