#popupImage { 
	background: #fff;
}

#popup-content { 
	width: 100%;
}

#popupHeader { 
	width: 100%;
	height: 65px;
}

#popupHeader .logo {
	display: block; 
	width: 172px;
	height: 56px;
	margin: 5px;
	padding: 0px;
	float: left;
	background: url('/shop/includes/templates/bwd/layout/popup-logo.gif') no-repeat;
}

#popupHeader span { 
	display: none;
}	

#popupHeader .closeWindow { 
	margin: 0px;
	padding: 15px 10px 0px 0px;
	float: right;
}

#popupImage .popupImage { 
	margin: 0px auto;
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;
	border: 1px dotted #666;
}

#popupImage .popupDescription { 
	margin: 4px;
	padding: 2px;
	background: #e2e2e2;
}

.infoContent { 
	background: #fff;
	text-align: left;
	padding: 10px 20px 20px 20px;
}

.infoContent h2 { 
	color: #369;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}

.infoContent h3 { 
	color: #666;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.infoContent p { 
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.card-help { 
	margin: 0px;
	padding: 10px 0px 10px 0px;
	clear: both;
	border-bottom: 1px solid #ccc;
}

.card-help img { 
	float: left;
	margin: 0px;
	padding: 0px 10px 10px 0px;
}

.infoFooter { 
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background: url('/shop/includes/templates/bwd/layout/popup-bottom.gif') repeat-x;
}

.infoFooter a { 
	color: #fff;
}

.infoContent li { 
	text-decoration: none;
	list-style-type: none;
	padding-left: 20px;
	background: url('/shop/includes/templates/bwd/layout/info-button.gif') no-repeat;
}

.infoContent li ul li { 
	text-decoration: none;
	list-style-type: none;
	padding-left: 20px;
	margin-left: 20px;
	background: url('/shop/includes/templates/bwd/layout/info-button.gif') no-repeat;
}

.infoContent ul li { 
	list-style-type: none;
}

.infoContent ul { 
	margin: 0px;
	padding: 0px;
}

.infoContent ol { 
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 15px;
}

.infoContent ol li { 
	margin: 0px;
	padding: 0px 0px 8px 0px;
}

.note {
	display: block;
	width: 100%; 
	font-style: italic;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
	

