/* General ----------------------------------------------------------------- */

.popup_wrapper {
	display: none;
}

.popup_background {
	background: #cccccc url('//media.redcatsnordic.com/ellos/images/generic/body_background.gif') repeat-x;
	position: absolute;
	top: 0;
	margin-left: 1px;
	width: 100%;
	height: 1;
	z-index: 130;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

.popup_main,
.popup_background,
.popup_content_background,
.popup_content_bottom
{
    left:0px;
}
.popup_main, 
.popup_container {
	position: absolute;
	top: 4px;
	z-index: 131;
}

.popup_main {
	width: 745px;
}

.popup_container 
{
	border: 1px solid #c1c1c1;
}

.popup_product_img
{
	border: none;
}

.popupContentWrapper
{
	height: 294px; 
	overflow:auto;
	overflow-x:hidden;
}

.popup_container,
.popup_container .popup_title {
	width: 346px;
	padding-bottom: 0px;
}

.popupContent
{
	margin: 0 auto;
	width: 330px;
}

.popup_title {
	margin: 6px 6px 0 6px;
	height: 27px;
}

.popup_container .popup_content
{
	padding-left: 22px;
}

.popup_container .popup_title {
	margin: 0px;
}

.popup_container .popup_title .popup_close 
{
	top: 6px;
}

.popupAvailableArticlesItem
{
	float: left;
	width: 110px;
	padding: 10px 0px 20px 0px;
	text-align:center;
}

.popupAvailableArticlesItem span 
{
	text-decoration: underline;
}

.popupAvailableArticlesItem a:hover
{
	text-decoration: none;
}

.popup_header
{
	display: block;
	position: absolute;
	top: 9px;
	left: 8px;
	font-size: 10px;
	color: #fff;
	line-height: 11px;
	padding-left: 12px;
	background:transparent url(//media.redcatsnordic.com/ellos/images/generic/color_listpage.gif) no-repeat;	
}

.popup_title h2 {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 7px 0 0 9px;
}

.popup_title .popup_close {
	display: block;
	position: absolute;
	top: 11px;
	right: 11px;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 17px;
	padding-right: 23px;
	cursor: pointer;
}

.popup_title .popup_close:hover {
	text-decoration: underline;
}

.popup_content_background {
	position: absolute;
	top: 4px;
	width: 745px;
	height: 300px;
	z-index: 131;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//media.redcatsnordic.com/ellos/images/generic/popup_bg_content.png',sizingMethod='crop');
}

html * > .popup_content_background {
	filter:none;
	background: url('//media.redcatsnordic.com/ellos/images/generic/popup_bg_content.png') no-repeat;
}

.popup_content_bottom {
	position: absolute;
	top: 4px;
	width: 745px;
	height: 36px;
	z-index: 131;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//media.redcatsnordic.com/ellos/images/generic/popup_bg_bottom.png',sizingMethod='crop');
}

html * > .popup_content_bottom {
	filter:none;
	background: url('//media.redcatsnordic.com/ellos/images/generic/popup_bg_bottom.png') no-repeat;
}

.popup_content {
	display: table;
	background: #fff;
	margin: 20px 6px 0 6px;
	padding: 1px 30px 20px 30px;
}

.popup_content p, .popup_content h2, .popup_content h3, .popup_content h4, .popup_content h5 {
	margin-left: 0;
}

.popup_content .form {
	display: inline-block;
	width: auto !important;
}

.popup_content ul {
	margin-left: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
}

.popup_content ul li {
	height: 30px;
}

.popup_content div {
	display:block;
} 

.popup_content img {
	margin: 10px;
	background: #fff;
}

.popup_content .checkout_offerwrapper {
	width: 580px; 
	padding-top: 15px;
}


/* List types -------------------------------------------------------------- */
.popup_content ul.decimal {
	list-style-type: decimal;
}

.popup_content ul.upper-alpha {
	list-style-type: upper-alpha;
}

.popup_content ul.lower-alpha {
	list-style-type: lower-alpha;
}

.popup_content ul.disc {
	list-style-type: disc;
}


/* Tables ------------------------------------------------------------------ */

.popup_content table {
	margin: 10px 0 10px 0;
	border-top: 1px solid #ccc;
	border-spacing: 0;
}

.popup_content table tr th {
	text-align: left;
	height: 20px;
	font-weight: bold;
	padding-right: 20px;
	border-bottom: 1px solid #ccc;
}

.popup_content table tr td {
	text-align: left;
	padding-right: 20px;
	border-bottom: 1px solid #ccc;
	height: 20px;
}

/* styles for login area form fields */
.popup_content div.loginarea span.formfield_left 
{
	height:23px;
	width:7px;
	float:left;
	margin: 0px 0 4px 0px;
}

.popup_content div.loginarea span.formfield_right 
{
	height:23px;
	width:11px;
	margin: 0px 4px 4px 0px;	
	
}

.popup_content div.loginarea input.loginfield
{
	padding-top: 4px;
	padding-left: 2px;
	margin: 0px 0pt 4px 0px;
	width:100px;
	height:20px;
}

.popup_content div.loginarea a.button_green
{
	clear:left;
}

.popup_content div.loginarea span
{
	vertical-align:bottom;
}

/* \\styles for login area form fields */

.forgotPasswordNavigation
{
	clear: none;
	float: none!important;
}

.popup_content .loginControl dl
{
	display: none;
}
