.clear-both {
	clear: both;
	height: 0px;
}

#form-errors {
	color: #c94535;
	margin: 10px 0px;	
}

#os-lookup {
	color: #000000;
	font-family: Lato;
	font-size: 13px;
	width: 100%;
	max-width: 660px;
	margin: auto;
}

#os-lookup small {
	color: #333;
	display: inline-block;
	font-size: 12px;
	line-height: 1.1 !important;
	margin-top: 5px;
}

#os-lookup-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.os-lookup-divider hr {
	border-top: 1px solid #000000;
	margin: 16px 0px;
	width: 100%;
	max-width: 655px;
}

#os-lookup-or {
	float: left; 
	color: blue;
	font-size: 14px;
	font-weight: bold;
	margin: 3px 25px 0px 0px;
}

#os-order-number, #os-order-zip, #os-order-email {
	float: left;
	width: 150px;
	font-size: medium;
	font-weight: bold;
	margin-top: 3px;
}

#os-order-number-input, #os-order-zip-input, #os-order-email-input {
	float: left;
	width: 150px;
	font-size: medium;
	font-weight: bold;
	margin-top: 3px;
}

#os-order-number-input input {
	border: 1px solid #000000;
	width: 100px;
	font-weight: normal;
	height: 20px;
}

#os-order-zip-input {
	width: 125px;
}

#os-order-zip-input input {
	border: 1px solid #000000;
	width: 100px;
	font-weight: normal;
	height: 20px;
}

#os-order-email-input input {
	border: 1px solid #000000;
	width: 180px;
	font-weight: normal;
	height: 20px;
}

#os-order-button {
	color: #fefefe;
	background-color: #6f1515;
	border-radius: 5px;
	margin: 30px auto;
	width: 220px;
	text-align: center;
	cursor: pointer;
	height: 30px;
	font-size: 16px;
	padding-top: 10px;
}

#os-lookup-button {
	text-align: center;
}

#os-lookup-result {
	display: none; 
}

#os-header {
	color: #ffffff;
	height: 50px;
	padding: 14px 0px 0px 50px;
	font-size: 14px;
}

#os-body {
	margin: 30px 0px 50px 65px;
	color: #000000;
}

#os-bill-to, #os-ship-to {
	float: left;
	width: 300px;
}

#os-bill-to-title, #os-ship-to-title {
	margin-bottom: 20px;
}

#os-items {
	margin-top: 40px;
}

#os-items-table {
	width: 95%;
	border: 1px solid #000000;
	border-collapse: collapse;
}

#os-items-table caption {
	text-align: left;
}

#os-items-table td {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 3px 3px 8px 3px;
	vertical-align: top;
}

.os-center {
	text-align: center;
}

.beige-bg {
	background-color: #f6f0e0;
}

.os-left-pad {
	padding-left: 10px !important;
}

#os-items-table .table-titles td {
	font-weight: bold;
}

.os-item-img {
	float: left;
	width: 85px;
	min-height: 85px;
	padding-left: 7px;
}

.os-item-desc {
	float: left;
	padding-top: 3px;
	font-weight: bold;
	width: 210px;
}

#error-msg {
	color: #000000;
	margin-left: 50px;
}

#error-msg-title {
	color: red;
	font-weight: bold;
}

.black-forest-decor {
	background-color: #375533;
}

.bella-coastal-decor {
	background-color: #2e8495;
}

.lone-star-western-decor {
	background-color: #726344;
}

.camo-trading {
	background-color: #7a8c64;
}

/* CSS OVERRIDE */

#yui-main .yui-b, .yui-t2 #yui-main .yui-b, .yui-b eci-yui-b {
	margin: 0px !important;
}

.leftnav {
	display: none;
}

#innerbody {
	background: initial !important;
	padding: 0px !important;
}

#innerbody font a {
	display: none;
}

#os-lookup-result a {
	display: initial !important;
}