.clean
{
	margin: 0;
	padding: 0;
}

.attributes
{
	position: absolute;
	margin-left: 230px;
	border: 1px solid #9e9e9e;
	background-color: #bfd8c5;
	color: #404040;
	padding: 10px 10px 10px 10px;
	width: 380px;
	display: none;
}

.attributes .item
{
	width: 160px;
	padding-right: 10px;
	float: left;
}

.attributes .c1
{
    float: left;
    width: 350px;
}

.attributes .c2
{
    float: left;
    width: 30px;
}

.attributes .show2
{
    float: right;
}

.specification {float: left; width: 400px;}
.schemes {float: right; margin-right: 0px; margin-top: -30px;}
h2 {clear: both;}

.right td
{
	padding-right: 40px;
	vertical-align: top;
}

h3
{
    font: normal 12px Arial;
    color: #000;
    margin: 10px 5px;
}

.close
{
    display: block;
    background: url('../images/fancy_close.png') no-repeat top left;
    width: 30px;
    height: 30px;
    text-decoration: none;
}
