div.hmenu {
	padding: 10px 10px 10px 10px;
}

	div.hmenu a {
		color: #369;
	}
	
	div.hmenu a.current {
		font-weight: bold;
		text-decoration: none;
		color: #369;
	}
	
	
	
table.data {
	width: 975px;
	border: 2px solid #DADBDF;
	border-collapse: collapse;
}

div.fblock table.data {
	margin-left: 10px;
}

	table.data th {
		background-color: #DADBDF;
		color: #336699;
		text-transform: uppercase;
		border: 2px #FFFFFF;
		border-style: none solid solid solid;
		padding: 6px 5px 6px 5px;
	}

	table.data th.first {
		border-left: #DADBDF!important;
	}

	table.data th.last {
		border-right: #DADBDF!important;
	}

	table.data th.empty {
		background-color: #FFFFFF;
	}

	table.data td {
		background-color: #FFFFFF;
		border: 2px solid #DADBDF;
		padding: 4px 5px 4px 5px;
	}

	table.data tr.even td {
		background-color: #F1F1F1;
	}

	div.fblock table.data {
		border: 2px solid #FFFFFF;
	}

	div.fblock table.data th, div.fblock table.data td {
		border: 2px solid #FFFFFF;
	}

	table.data td a {
		color: #336699;
	}

	table.data td a:visited {
		color: #840280;
	}

	table.data tr td.price {
		text-align: right;
	}

	table.data tr td.name {
		padding-left: 20px;
	}

	table.data td.controls {
		width: 60px;
	}

	table.data tr.bold td {
		font-weight: bold;
		padding-left: 3px;
	}

	table.data tr.itog td {
		font-weight: bold;
		font-size: 14px;
		background-color: #E9EBEE;
		color: #336699;
		padding: 10px 0px 10px 3px;
	}

div.fblock_top {
	position: relative;
	padding: 0;
	margin: 0;
	background-image: url(/image/light/order-top.gif);
	background-repeat: no-repeat;
}

div.fblock_bottom {
	position: relative;
	padding: 10px;
	margin: 0;
	background-image: url(/image/light/order-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.fblock {
	position: relative;
	margin: 10px 0 10px 0;
	width: 975px;
	padding: 0;
	background-image: url(/image/light/order-middle.gif);
	background-repeat: repeat-y;
}

	div.fblock h2 {
		margin: 0 0 0 10px;
		padding: 0 0 20px 0;
		color: #00CEF5;
		font-weight: normal;
	}

	div.fblock a.edit, div.fblock a.dell {
		display: block;
		float: left;
		width: 16px;
		height: 16px;
		background-repeat: no-repeat;
		background-position: left top;
		margin: 3px 6px 3px 6px;
	}

	div.fblock a.edit {
		background-image: url(/image/light/btn-edit.gif);
	}

	div.fblock a.dell {
		background-image: url(/image/light/btn-del.gif);
	}

	div.fblock a.add {
		display: block;
		position: absolute;
		top: 7px;
		right: 16px;
		height: 16px;
		background-repeat: no-repeat;
		background-position: left top;
		margin: 6px;
		padding: 0px 0px 0px 24px;
		text-transform: uppercase;
		color: #FF25DE;
		font-size: 12px;
	}

	div.fblock a.add {
		background-image: url(/image/light/btn-plus.gif);
	}

div.detail_note {
	margin: 0 0 10px 12px;
	color: #83868B;
	font-size: 11px;
}

div.popup {
	width: 500px;
}

	div.popup label {
		display: block;
		padding: 5px 0 0 0;
	}


	div.popup textarea {
		width: 550px;
		height: 150px;
		border: 1px solid #ccc;
		background-color: #fff;
		padding: 5px;
	}

		div.popup div.buttons {
			width: 550px;
			padding: 5px 0 0 0;
			height: 100%;
			overflow: hidden;
		}

			div.popup div.buttons a {
				text-decoration: none;
				font-weight: bold;
				display: block;
				float: right;
				border: 1px solid #888;
				background-color: #eee;
				color: #666;
				padding: 5px 20px 5px 20px;
				margin-left: 10px;
			}
