/* order.php */

a {
	color : #6D3F3F;
	text-decoration : none;
}

a:hover {
	color : #412626;
	text-decoration : underline;
}

.order {
	background : #D0D6DB url('/images/backgrounds/bg_home.jpg') top left repeat-x;
	color : #232924;
}

.orderLine {
	border-top : 1px solid #808995;
}

.orderHeader a {
	color : #607080;
	text-decoration : none;
}

.orderHeader a:hover {
	color : #3D5189;
	text-decoration: none;
}

.orderSection a {
	color : #8A98A6;
	text-decoration : none;
}

.orderSection a:hover {
	color : #3D5189;
	text-decoration: none;
}

.orderRight {
	background-image : url('/images/backgrounds/right_home.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	width : 200px;
}

.orderNavigation {
	color : #DDE8F0;
	text-decoration : none;
}

.orderNavigation:hover {
	color : #C4D6E5;
}

ul.navigation li a span.orderItem {
	z-index: 999;
}

ul.navigation li a span.orderItem:hover {
	padding : 7px;
	background-color : #87909E;
	text-decoration : none;
}

.orderBack a {
	color : #3D5189;
	float : right;
	text-align : right;
	margin-top : 10px;
}

.orderBack a:hover {
	color : #344576;
}

h3.contactBack {
	color : #3D5189;
}

.order h3 {
	color : #3D5189;
	text-transform: lowercase;
	margin : 10px 0px 0px 0px;
	display : inline;
	font-size : 14px;
}


.orderTrack {
	color: #344576;
}

.orderTextInput {
	margin-bottom: 10px;
	width: 75%;
	background-color: #EDEDEE;
	border: 1px solid #344576;
	font-size : 13px;
}

.orderSelectInput {
	margin-bottom: 10px;
	width: 50%;
	background-color: #EDEDEE;
	border: 1px solid #344576;
	font-size : 11px;
}

.orderButton {
	background-color: #3E6A90;
	border: 1px solid #344576;
	font-size : 16px;
	text-transform: lowercase;
	color : #EDEDEE;
}

.orderField {
	color : #344576;
	font-weight: bold;
	text-transform: lowercase;
	font-family: "Tahoma", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	vertical-align: top;
	font-size: 13px;
}