div.input
{
	width: 50%;
}
div.input input
{
	background-color: #a8a8a8;
	border: 1px solid #666;
	margin: 0 0 6px 0;
	padding: 0 0 1px 5px;
	width: 100%;
}
div.input textarea
{
	background-color: #a8a8a8;
	border: 1px solid #666;
	margin: 0 0 6px 0;
	padding: 0 0 1px 5px;
	width: 100%;
}

div.form p
{
	margin: 0px;
}
div.buttons
{
	text-align: center;
	width: 50%;
	margin: 10px 0;
}



/*Catalog*/
table.catalog
{
	margin: 0 0 5px 0;
	/*background-color: #757575;*/
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
	font-size: 100%;
	color: #fff;
	width: 100%;
}
table.catalog td
{
	padding: 10px;
	vertical-align: top;
	background-color: #676767;
}
img.catalog
{
	float: left;
	margin: 0 15px 15px 0;
	padding: 1px;
	background-color: #676767;
	border: 2px solid #fff;
}
b.background
{
	background-color: #909090;
	padding: 1px;
}
/*End Catalog*/
table.catalog td.photo
{
	border-right: 1px dotted #909090;
	background-color: #676767;
	width: 110px;
}
table.catalog td.photo a
{
	border: none;
}
table.catalog td.photo img
{
	margin: 0px;
}
a.big2
{
	text-transform: uppercase;
	font-weight: bold;
	color: #feb337;
	border-bottom: 1px solid #feb337;
}

span.big2
{
/*	text-transform: uppercase;*/
	font-weight: bold;
	color: #feb337;
	border-bottom: 1px solid #feb337;
}

div.part_catalog
{
	border: 1px solid red;
	width: 40%;
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
	padding-bottom: 10px;
	background-color: #5c5c5c;
	border: 1px solid #6d6d6d;
}
div.part_catalog img
{
	margin: 10px;
	border: 2px solid #c8c8c8;
}


div.dop{
	position:absolute;
	top:300px;
	right:0px;
	width:175px;
}
div.dop div.first{
	background:url(../img/first.png) no-repeat left top;
	width:174px;
	height:10px;
}
div.dop div.center{
	background:url(../img/center.png) repeat-y left top;
	width:174px;
	color:#fff;
	font-size:12px;
	text-align: left;
}
div.dop div.center div.header{
	background:url(../img/header.png) no-repeat left top;
	width:173px;
	height:21px;
	font-family:'Arial Narrow';
	font-size:14px;
	color:#000;
	font-weight:bold;
}
div.dop div.center div.text{
	PADDING	: 4px 0 4px 20px;
	text-align: left;
}
div.dop div.center div.file{
	background:url(../img/pix3.gif) no-repeat left 7px;
	text-align:left;
	padding: 1px 0 6px 10px;
	margin-left:20px;
}
div.dop div.last{
	background:url(../img/last.png) no-repeat left top;
	width:174px;
	height:12px;
}