

#MiddleColumn {
	width: 1158px;
}

.CartTotal {
	color: #ff780b;
	font-weight: bold;
}

.Big {
	font-size: 20px;
	font-size: bold;
}

h4 {
	font-weight: normal;
}

.TablePlaceOrder {
	width: 50%;
	padding: 13px;
}

.Left {
	float: left;
}

.Right {
	float: right;
}

.LeftSection {
	width: 484px;
	float: left;
	margin-bottom: 13px;
	display: block;
}

.RightSection {
	width: 484px;
	float: right;
	margin-bottom: 13px;
}

.TableBox .TableParam {
	width: 30%;
}

.inactive {
	padding: 2px 0px;
	float: left;
	clear: left;
	width: 100%;
}

.active {
	font-weight: bold;
	padding: 10px 0px;
	float: left;
	clear: left;
	width: 100%;
	background-color: #F1F6FC;
}

.inactive input, .active input {
	float: left;
}

.inactive span, .active span {
	float: left;
}

.inactive span {
	padding-top: 4px;
	font-size: 10px;
	color: #666666;
}

.active span {
	padding-top: 2px;
}

.odd {
	background: #F1F6FC;
}

.even {
	background: #FFFFFF;
}

.TotalTop {
	border-top: 1px solid #666666;
}

.tarea {
	overflow: auto;
}

.OrderSent {
	padding: 50px 0px;
}



 