@charset "utf-8";
/* CSS Document */
form {
	margin:0px;
	padding:0px;
}
.global-header .login {
	text-align:right;
	font-size:11px;
}
.global-header .login form p {
	margin:4px 0px;
}
.global-header .login label {
	margin-right:4px;
	color:#959899;
}
.global-header .login input {
	font-size:11px;
	border:1px solid #C6CFD9;
	color:#8A909B;
	padding:1px 0 1px 4px;
}
.global-header .login .button input {
	background-color:#021531;
	border:none;
	color:#FFFFFF;
	text-align:center;
	padding:2px 6px;
	cursor:pointer;
}
.global-header .login a	{
	color:#406E85;
}



.contact-form form {
	float:left;
	width:49%;
}
.response {
	float:right;
	width:49%;
	margin-top:12px;
}
.response .error {
	background-color:#FFECE8;
	color:#F30;
	padding:2%;
}
.response .error p{
	margin:0% 1%;
}
.success {
	text-align:center;
}
.contact-form form.p{
	clear: left;
	margin: 0;
}
.contact-form label {
	float: left;
	width: 120px;
	margin-right:4px;
	text-align:right;
}
.contact-form input, textarea{
	width: 300px;
	margin-bottom: 5px;
}
.contact-form textarea{
	height: 150px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
}
.contact-form input[type="submit"]{
	margin-left:124px;
}






.order-form{
	background-color:#031B3F;
	padding:14px;
	font-size:11px;
	margin-bottom:20px;
	
}
.order-form  input, textarea, select{
	font-size:11px;
}
.order-form select.item_descr {
	width:210px;
}
.order-form .label{
	color:#FFF;
	font-weight:bold;
	margin-left:10px;
}
.cart {
	background-color:#031B3F;
	font-size:11px;
	padding:20px;

}
.cart .table-header {
	color:#AAC8FB;
	font-weight:bold;
}
.cart .cart-item {
	background-color:#AAC8FB;
	margin-bottom:4px;
}
.cart .full {
	width:99%;
}
.cart .label{
	color:#031B3F;
	font-weight:bold;
}
.cart .button-container {
	text-align:center;
}
p.shaded {
	background-color:#f5f5f5;
	padding:10px;
}




button span {
	display:none;
}
button.delete{
	background:none;
	display:block;
	padding:0px;
	margin:0px;
	border:none;
	cursor:pointer;
	background-image:url(../images/delete.png);
	width:16px;
	height:16px;
}
button.add{
	background:none;
	display:block;
	padding:0px;
	margin:0px;
	border:none;
	cursor:pointer;
	background-image:url(../images/add.png);
	width:16px;
	height:16px;
}
button.add-note{
	background:none;
	display:block;
	padding:0px;
	margin:0px;
	border:none;
	cursor:pointer;
	background-image:url(../images/note_add.png);
	width:16px;
	height:16px;
}
.cart-note{
	background-image:url(../images/note.png);
	background-repeat:no-repeat;

}
.cart-note span{
	display:none;
}











.order-process-complete {
	font-size:11px;
	padding:20px;
	border:solid 1px #AAC8FB;

}
.order-process-complete .table-header {
	background-color:#000;
	color:#FFF;
	font-weight:bold;
	margin-top:12px;
}
.order-process-complete .table-header .column {
	float:left;
	margin:6px 10px;
}

.order-process-complete .cart-item {
	border-bottom:solid 1px #AAC8FB;
	margin-bottom:4px;
}























