.clear-both{
	clear:both;
}
.orders-block{
	padding-left:15px;
}
.orders-title{
	font-family: 'segoeui-lightlight';
	font-size:30px;
	padding-top:21px;
	padding-bottom:20px;
}
.orders-item{
	border-top:1px solid #d0d0d0;
	padding-top:3px;
	padding-bottom:25px;
}
.orders-item .detail-link{
	display: block;
	color:#003664;
	text-transform:uppercase;
	font-family: 'Din Condensed';
	font-size: 24px;
	/*float:left;
	width:78%;*/
}
.order-image-wrapper {
	float:left;
	margin-right:17px;
}
.order-link {
	max-width:383px;
	min-width:240px;
	float:left;
	margin-right:40px;
	margin-top:25px;
}
.order-count{
	float:right;
	font-size:14px;
	font-family: 'segoeui-lightlight', sans-serif;
}
.order-count input[type=text] {
	background-color:#efefef;
	border:1px solid #d3d1d1;
	height:45px;
	line-height:45px;
	padding: 0 4px;
	width: 36px;
	margin-right:6px;
	text-align: center;
}
.order-drow {
	clear: left;
	display: inline-block;
	margin: 8px 0;
}
.remove-order{
	text-decoration:none;
	color:#fff;
	font-size:16px;
	text-align:center;
	font-family: 'segoeui-lightlight';
	display:block;
	width:150px;
	height:48px;
	margin-top:8px;
	background-color:#cb7b66;
	float:left;}
.remove-order:hover{
	background-color:#ee761a;
}
.remove-order .icon-remove{
	margin-right: 14px;
	position: relative;
	top: 14px;
}
.remove-order span {
	position:relative;
	top:5px;
}
.c-888{
	color:#888;
}
.c-555{
	color:#555;
}
.c-777{
	color:#777;
}
.c-fff{
	color:#fff;
}
.c-004d8c{
	color:#004d8c;
}
.order-item-params-cols{
	float:left;
	width:42%;
}
.order-item-params-col1, .order-item-params-col2{
	margin-top:25px;
	float: left;
}
.order-item-params-title {
	font-family: 'segoeui-boldbold';
	font-size:14px;
	text-transform:uppercase;
}
.checkbox-item-checked{
	background:url('../images/check.png');
	background-repeat:no-repeat;
	background-position:center center;
}
.checkbox-item{
	width:18px;
	line-height:18px;
	display: inline-block;
	background-color:#efefef;
	border:1px solid #d3d1d1;
	margin-right:10px;
	float:left;
	cursor:pointer;
}
.order-item-param{
	margin-top:17px;
}
.item-param-text{
	font-size:14px;
}
.order-item-param table td {
	vertical-align:top;
}
.order-form-title{
	font-size:24px;
	font-family: 'Din Condensed';
	text-transform:uppercase;
	padding-bottom:17px;
}
.order-form input.order-form-field[type=text] {
	background-color: #efefef;
    border: 1px solid #d3d1d1;
    font-family: 'segoeui-lightlight';
    font-size: 16px;
    height: 49px;
    margin: 5px 0;
    padding: 0 14px;
    position: relative;
    resize: none;
	outline:none;
	width:90%;
	min-width:232px;
}
.order-form input.half-width[type=text] {
	width: 80%;
	/*margin-right: 8px;*/
	min-width:137px;
}
.order-form-col1, .order-form-col2{
	float:left;
	min-width:260px;
	width:100%;
}
.order-form-col1{
	min-width:350px;
}
textarea.order-form-field{
	height:196px;
	padding-top:18px;
	padding-bottom:18px;
}
.order-form-bottom{
	background-color:#d8d8d8;
	padding:10px;
	min-width:240px;
}
.clear-form-button{
	float:right;
	font-size:12px;
	font-family: 'segoeui-lightlight';
	border-color:transparent;
	background-color:transparent;
	text-decoration:underline;
	cursor:pointer;
	height: 44px;
	line-height: 44px;
}
.send-order-form{
	float:right;
	font-size:14px;
	background-color:#065eaf;
	border-color:transparent;
	text-decoration:none;
	height:44px;
	line-height:44px;
	padding-right:19px;
	padding-left:16px;
	margin-right: 8px;
}
.send-order-form i{
	background:url('../images/ok-symbol.png');
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	float: left;
	width: 14px;
	margin-right:7px;
}
.pb-17{
	padding-bottom:17px;
}
.orders-item-list li {
	float:left;
}
.order-cols-list li {
	float:left;
	width: 50%;
	min-width:260px;
}
.order-fields-list{}
.order-fields-list li{
	float:left;
	width: 50%;
	min-width:160px;
}

@media (max-width:723px){
	.half-width{
		width: 80%;
		min-width:232px;
	}
	.order-fields-list li {
		float:none;
	}
	.order-form-field {
		width:auto;
	}
	.order-form-bottom {
		width:240px;
	}
	.order-count {
		margin-top:8px;
		margin-right:10px;
	}
}