.popup {
	border: 1px solid #005ca1;
	position: absolute;
}

.popup-header h1 {
	border-bottom: 7px solid #99cdff;
	font: italic 36px Trebuchet MS;
	line-height: 26px;
	margin: 0;
	padding: 0 20px;
	text-transform: uppercase;
}

.popup-header {
	border-bottom: 18px solid #005ca1;
	padding: 100px 0 0 0;
}

.logo-popup {
	position: absolute;
	right: 18px;
	top: 18px;
}

.form {
	clear: both;
	padding: 40px 0 20px;
}
.form form {
	background: #e2ecf6;
	border-top: 1px solid #73b2d5;
	font-size: 12px;
	margin: 0;
	padding: 9px 21px;
}
.remark {
	background: #eeeeee;
	border: 1px solid #8e8e8e;
	float: left;
	padding: 5px 10px 7px;
	width: 188px;
}
.form .row {
	padding: 0 0 10px 0;
}
.form .row label {
	float: left;
	margin: 7px 5px 0 0;
	text-align: right;
	width: 80px;
}
.form .right-column {
	margin: 0 0 0 226px;
}
.center-column {
	background: #FFF;
	margin: 10px -21px -10px;
	padding: 10px 130px;
}
.form .buttons {
	padding: 10px 0 0 0;
	text-align: center;
}

.form-email, .form-question {
	width: 474px;
}
.form-email input, .form-question input {
	width: 150px;
}
.form-email textarea, .form-question textarea {
	width: 458px;
}

.popup .product-details {
	color: #000;
	width: 640px;
}
.popup .product-details .today-price {
	color: #000;
}
.popup .product-details .product-item, .popup .product-details .retail-price, .popup .product-details .you-save {
	color: #6d6558;
}

.menu-zoom {
	clear: both;
	font-size: 14px;
	margin: 1em 0;
	text-align: center;
}
.menu-zoom ul {
	margin-left: -2em;
}
.menu-zoom li {
	display: inline;
}

.courusel-images {
	position: relative;
}