/* Popup */
/* Redefine default popup styles */
.simplemodal-overlay {
    background: url("images/overlay.png") repeat scroll 0 0 #bcbbba;
    margin: 0;
    opacity: 0.7;
    padding: 0;
}
.simplemodal-container {
	background: none !important;
	padding: 0 !important;
	border: none !important;
	overflow: hidden;
	border-radius: 10px 10px 10px 10px !important;
}
#simplemodal-container a.modalCloseImg {
	background:url('images/close.png') no-repeat;
	width:32px;
	height:32px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
}
/* Define theme specific style */
.simplemodal-data {
	width: 580px;
	background: #FFF;
}
.simplemodal-data .header,  .simplemodal-data .content,  .simplemodal-data .footer {
	padding: 25px;
}
.simplemodal-data .header {
	background: #E8E8E8 url('images/popup-header-bg.png') top repeat-x;
	border-bottom: 1px solid #E4E4E4;
	line-height: 1.1;
	padding: 20px 50px 20px 20px;
	font-size: 20px;
	color: #504F54;
}
.simplemodal-data .header span.strong {
	font-weight: bold;
	color: #F2B600;
}
.simplemodal-data .header span.fade {
	display: inline-block;
	font-size: 85%;
	color: #AAA;
}
.simplemodal-data .content {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 15px;
	color: #555;
}
.simplemodal-data input[type="text"],  .simplemodal-data textarea {
	background: #EEEEEE;
	border: 1px solid #E2E2E2;
	color: #999999;
	font-size: 16px;
	padding: 7px 8px;
	width: 350px;
	border-radius: 5px;
}
.simplemodal-data .footer {
	background: #F9F9F9;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #EEE;
}
.simplemodal-data .footer .simplemodal-close {
	cursor:pointer;}
/* Newsletter popup */
#gb_subscription_form {
	position: relative;
	width: 100%;
}
#gb_subscription_form .email_input_wrap {
	float: left;
	width: 365px;
}
#gb_subscription_form label {
	white-space: normal;
	width: 350px;
}
#gb_subscription_form input#email_address {
	float: left;
	clear: left;
	width: 405px;
	margin: 20px 0 0 0;
}
#gb_subscription_form .submit {
	position: absolute;
	bottom: 0;
	right: 0;
}
/* Attributes popup */
	#deal-attributes table {
	border: none;
	margin-bottom: 0;
}
#deal-attributes table td {
	border: none;
	padding: 2%;
}
#deal-attributes table td.label {
	width: 63%;
	text-align: left;
	display: table-cell;
	background: none;
	color: #5B5B5B;
	text-shadow:none;
	white-space: normal;
}
#deal-attributes table td.label .description {
	display: block;
	padding-top: 5px;
	font-size: 90%;
	line-height: 1.2;
	color: #888;
}
#deal-attributes table td.price {
	width: 15%;
	text-align: center;
	font-weight: bold;
	color: #005580;
}
#deal-attributes .attribute-select {
	display: inline-block;
	text-align: center;
	cursor:pointer;
}
/* Welcome popup*/
	#welcome-subscribe {
	width: 889px;
	height: 429px;
	background: url('images/woob-welcome.jpg');
	border: 7px solid #FFF;
}
#welcome-subscribe .header {
	padding: 55px 0 0 405px;
	background: none;
	border: none;
	font-size: 27px;
	font-weight: bold;
	color: #FFF;
}
#welcome-subscribe .content {
	padding: 30px 10px 0 405px;
	font-size: 15px;
	color: #372D27;
}
#welcome-subscribe .content .email_input_wrap {
	float: none;
}
#welcome-subscribe .content #email_address {
	float: none;
	margin: 45px 0 22px 0;
}
#welcome-subscribe .content .submit {
	position: static;
	display: block;
	float: none;
}
#welcome-subscribe .footer {
	padding: 65px 0 0 405px;
	background: none;
	border: none;
}
#welcome-subscribe .footer a {
	color: #372D27;
}
#welcome-subscribe .footer a:hover {
	color: #776D67;
}