/* ===================== */
/* = Generics = */
/* ===================== */
html
{
	overflow-y: scroll;	
}
	
body
{
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
}

h2, h3
{
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;	
	font-weight: bold;
	text-align: left;
}

#header ul.navigation 
{
	float: right;
	font-size: 11px;
	margin: 2px 11px 0;
}

#header ul.navigation li a {
	color: #717171;
	margin: 0 3px;
	padding: 0 3px;
}

*+html .ClearInside 
{
	overflow: auto;
}

.ClearInside:after 
{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearFloatLeft
{
	clear: left;
}

.clearFloatRight
{
	clear: right;
}

.clearFloatBoth
{
	clear: both;
}

.noHeight
{
	height: 0px;
}

/* ========= */
/* = Forms = */
/* ========= */
select
{
	border: 1px solid #808080;
}


input, textarea
{
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: black;
}

/*
IE6 does not like the folowing syntax, refactor!
*/
input[type='text'], input[type='password']
{
	height: 16px;	
	line-height: 16px;
	border: 1px solid #808080;		
}

.e_label
{
	width: 175px;
	vertical-align: top;
}

.e_input
{
	width: 200px;
	vertical-align: top;
}

.e_info
{
	width: 175px;
	padding-left: 10px;
	padding-top: 1px;
	vertical-align: top;
}

/* =========== */
/* = Divider = */
/* =========== */
#divider 
{
	height: 34px;
	overflow: hidden;
	background: transparent url('images/divider_fill.gif') repeat-x top center;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 4px;
}
		
/* ============= */
/* = Path View = */
/* ============= */
#path_view 
{
	float: left;
	overflow: hidden;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 17px;
}	
	
/* =========== */
/* = Content = */
/* =========== */
#content .auxiliary 
{
	border: 0px black solid;
	padding-top: 20px;
	margin-top: 0px;
}

#content .auxiliary div h1 
{
	color: #AD005B;
	font-size: 16px;
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: 14px;
	font-weight: normal;
}

#content .auxiliary div h1 img {
	margin-left: 1px;
}

#content .auxiliary div.e_cartright
{
	overflow: visible;
	position: relative;
	/*background:transparent url(images/corners/bottom_right.gif) no-repeat scroll right bottom;*/
	background:none;
	/*padding:1.6em 1em;*/
	padding-top: 0px;
	padding-bottom: 16px;
}

#content .auxiliary div.e_cartrightHeader
{
	padding: 19px 12px 0px;
}

#content .auxiliary div.e_cartrightHeader h1 
{
	margin-bottom: 0px;
}

#content .auxiliary div.e_cartrightSection
{
	padding: 19px 12px;
}

#content .auxiliary div.e_cartrightSectionLow
{
	padding: 0px 12px;
}


#content .auxiliary div.e_bottomline
{
	border-bottom: 1px #bfbfbf solid;
}

#content .auxiliary div.TeaserBox
{
	background-color:#EDEDED;
	color: #000000;
	margin: 0 0 2px;
}

#content .auxiliary div.teaserContent
{
	width: 234px;
	position: relative;
}

#content .auxiliary div a
{
	color: #AD005B;
	display: block;
	margin-bottom: 12px;
	background: transparent;
	padding-left: 10px;
	text-decoration: none;
}

#content .auxiliary div > a
{	
	background: transparent url('images/arrow_bullet.gif') no-repeat left center;
}

#content .auxiliary div.dark 
{
	margin: 0 0 2px;
	position: relative;
}

#content .container.small 
{
	width: 553px;
	padding-top: 30px;
	margin-top: -10px;
}

#content .container h1
{
	color: #AD005B;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin: 0 0 4px;
}

#content .container .configuration h1
{
	font-size: 20px;
}

#content div.container a
{
	color: #AD005B;	
	text-decoration: none;
}

#content div.container a:hover
{
	text-decoration: underline;
}

#content .container div.e_welcome_background 
{
	padding-top: 130px;
	padding-right: 5px;
	text-align: right;	
}

#content .container table.e_welcome 
{
	margin-top: -165px;
}


#content .container table.e_welcome h1
{
	color: #AD005B;
	font-size: 14px;
	font-weight: bolder;
	margin-top: 2px;
	margin-bottom: 0px;
}

#content .container table.e_welcome h2
{
	color: gray;
	font-size: 11px;
	font-weight: normal;
}

/* ========================= */
/* = General style classes = */
/* ========================= */
a, input
{
   outline-color: -moz-use-text-color;
   outline-style:none;
   outline-width:medium;
} 

.e_TeliaPink
{
	color:#AD005B;
}

.e_fontGray
{
	color:#BFBFBF;
}

.e_fontDarkGray
{
	color:#777777;
}

.e_brightGray
{
	background-color: #ededed;
}

.e_gray
{
	background-color: #e1e1e1;
}

.e_darkGray
{
	background-color: #cdcdcd;
}

.e_bold
{
	font-weight: bold;
}

.e_pointer
{
	cursor: pointer;
}

.e_content
{
	padding-left: 15px;
	padding-right: 15px;
}

.e_padding_top
{
	padding-top: 10px;
}

.e_separator
{
	height: 1px;
}

.bullet_a
{
	background: transparent url('images/arrow_bullet.gif') no-repeat left 4px;
	display: block;
	cursor: pointer;
	height: 16px;
}

#divider ul.navigation
{
	width: 629px;
}

#divider ul.navigation li a.selected
{
	color:#AD005B;
}

.e_visible
{
	visibility: visible;
	display: run-in;
}

.e_hidden
{
	visibility: hidden;
	display: none;
}

/* ========== */
/* = Footer = */
/* ========== */
#footer 
{
	margin-top: 2em;
	padding: 11px;
	font-size: 11px;
	border-top: 1px solid #CDCDCD;
	/*width: 100%;*/
}

#footer .container
{	
	width: 711px;
	padding-right: 270px;
	margin: 0 auto;
}

#footer .container div 
{
	float: right;
	margin: 0 11px 10px 11px;
}

#footer .container div h1 
{
	color: #AD005B;
	font-size: 12px;
	font-weight: bold;
}
#footer .container div ul
{	
	white-space: nowrap;
}

/* ======================== */
/* = Auxiliary Navigation = */
/* ======================== */
.auxnav 
{
	width: 150px;
	margin: 0 0 2px;
	background-color: #EDEDED;
}

.auxnav_wrapper 
{
	float: left;
	width: 150px;
	margin-right: 10px;
	padding-top: 20px;
}

.auxnav ul li
{
	line-height: 18px;
}

.auxnav ul li a.e_active, #divider ul.navigation li a.e_active
{
	color: #AD005B;
}

/* ================= */
/* = Generic Boxes = */
/* ================= */

div.e_brightGray div.e_topLeft
{
	background: transparent url('images/corners/top_left.gif') no-repeat top left;
}

div.e_brightGray div.e_topRight
{
	background: transparent url('images/corners/top_right.gif') no-repeat top right;
}

div.e_brightGray div.e_bottomLeft
{
	background: transparent url('images/corners/bottom_left.gif') no-repeat bottom left;
}

div.e_brightGray div.e_bottomRight 
{
	background: transparent url('images/corners/bottom_right.gif') no-repeat bottom right;
}

/*
.box div div div div div
{
	background: none;
	position: relative;
}
*/

.e_pinkBox
{
	background: transparent url('images/boxes/pink_box.gif') no-repeat top left; 
	overflow: visible;	
	width: 693px;
	height: 26px;
	color: white;
}

.e_pink_box
{
	color: white;
	background-color: #AD005B;
}

.e_pink_box div.topLeftCorner
{
	background: transparent url('images/corners/pink_top_left.gif') no-repeat top left;
}

.e_pink_box div.topRightCorner
{
	background: transparent url('images/corners/pink_top_right.gif') no-repeat top right;
}

.e_pink_box div.bottomLeftCorner
{
	background: transparent url('images/corners/pink_bottom_left.gif') no-repeat bottom left;
}

.e_pink_box div.bottomRightCorner
{
	background: transparent url('images/corners/pink_bottom_right.gif') no-repeat bottom right;
}

/* ============================ */
/* = Corner for modal popups  = */
/* ============================ */
.e_pink_box div.modalTopLeftCorner
{
	background: transparent url('images/corners/pink_m_top_left.gif') no-repeat top left;
}

.e_pink_box div.modalTopRightCorner
{
	background: transparent url('images/corners/pink_m_top_right.gif') no-repeat top right;
}

.e_pink_box div.modalBottomLeftCorner
{
	background: transparent url('images/corners/pink_m_bottom_left.gif') no-repeat bottom left;
}

.e_pink_box div.modalBottomRightCorner
{
	background: transparent url('images/corners/pink_m_bottom_right.gif') no-repeat bottom right;
}

.e_brightGray div.modalTopLeftCorner
{
	background: transparent url('images/corners/gray_m_top_left.gif') no-repeat top left;
}

.e_brightGray div.modalTopRightCorner
{
	background: transparent url('images/corners/gray_m_top_right.gif') no-repeat top right;
}

.e_brightGray div.modalBottomLeftCorner
{
	background: transparent url('images/corners/gray_m_bottom_left.gif') no-repeat bottom left;
}

.e_brightGray div.modalBottomRightCorner
{
	background: transparent url('images/corners/gray_m_bottom_right.gif') no-repeat bottom right;
}

/*
.e_brightGray.e_bottom > div
{
	background: transparent url('images/corners/bottom_left.gif') no-repeat bottom left;
}

.e_brightGray.e_bottom > div > div
{
	background: transparent url('images/corners/bottom_right.gif') no-repeat bottom right;
}
*/

div.e_GrayTopLeft
{
	background: transparent url('images/corners/gray_top_left.gif') no-repeat top left;
}

div.e_GrayTopRight
{
	background: transparent url('images/corners/gray_top_right.gif') no-repeat top right;
}

div.e_GrayBottomLeft
{
	background: transparent url('images/corners/gray_bottom_left.gif') no-repeat bottom left;
}

div.e_GrayBottomRight
{
	background: transparent url('images/corners/gray_bottom_right.gif') no-repeat bottom right;
}

/*
.e_darkGrayCornerTopLeft
{
	background: transparent url('images/corners/gray_top_left.gif') no-repeat top left;
}

.e_darkGrayCornerTopRight
{
	background: transparent url('images/corners/gray_top_right.gif') no-repeat top right;
}

.e_darkGrayCornerBottomLeft
{
	background: transparent url('images/corners/gray_bottom_left.gif') no-repeat bottom left;
}

.e_darkGrayCornerBottomRight
{
	background: transparent url('images/corners/gray_bottom_right.gif') no-repeat bottom right;
}
*/

td.e_orderDetailsTop
{
	height: 3px;
	width: 524px;
	line-height: 3px;
	background: transparent url('images/corners/order_details_top_border.gif') no-repeat top left;
}

td.e_orderDetailsTopFull
{
	height: 3px;
	width: 713px;
	line-height: 3px;
	background: white url('images/corners/order_details_top_border_full.gif') no-repeat top left;
}

td.e_orderDetailsBottomFull
{
	height: 3px;
	width: 713px;
	line-height: 3px;
	background: white url('images/corners/order_details_bottom_border_full.gif') no-repeat top left;
}

.e_multirow
{	
	vertical-align: top;
}

.e_multirow.e_bottom > div
{
	height: 3px;
	background: transparent url('images/corners/bottom_left.gif') no-repeat bottom left;
}

.e_multirow.e_bottom > div > div
{
	height: 3px;
	background: transparent url('images/corners/bottom_right.gif') no-repeat bottom right;
}

div.e_leftFloatingBox
{
	float: left;
	background-color: white;
	padding-right: 2px;	
}

.e_WhiteBox
{
	background-color: white;
}

.e_WhiteBox .e_WhiteCornerTopLeft
{
	background: transparent url('images/corners/white_nw.gif') no-repeat top left;
}

.e_WhiteBox .e_WhiteCornerTopRight
{
	background: transparent url('images/corners/white_ne.gif') no-repeat top right;
}

.e_WhiteBox .e_WhiteCornerBottomLeft
{
	background: transparent url('images/corners/white_sw.gif') no-repeat bottom left;
}

.e_WhiteBox .e_WhiteCornerBottomRight
{
	background: transparent url('images/corners/white_se.gif') no-repeat bottom right;
}

.e_subscriptionEntryTop
{
	width: 553px;
	height: 3px;
	line-height: 3px;
	font-size: 0px;
	background-image: url('images/corners/subscriptionentry_border_top.gif');
}

.e_subscriptionEntryBottom
{
	width: 553px;
	height: 3px;
	line-height: 3px;
	font-size: 0px;
	background-image: url('images/corners/subscriptionentry_border_bottom.gif');
}

.e_subscriptionEntryTopWide
{
	width: 713px;
	height: 3px;
	line-height: 3px;
	font-size: 0px;
	background-image: url('images/corners/subscriptionentry_border_top_wide.gif');
}

.e_subscriptionEntryBottomWide
{
	width: 713px;
	height: 3px;
	line-height: 3px;
	font-size: 0px;
	background-image: url('images/corners/subscriptionentry_border_bottom_wide.gif');
}

.e_productEntryWideTop
{
	width: 553px;
	height: 3px;
	line-height: 3px;
	font-size: 0px;
	background: url('images/corners/product_entry_wide_top.gif') no-repeat top left;
}

.e_productEntryWide
{
	width: 553px;
	background: url('images/corners/product_entry_wide_content.gif') repeat-y;
}

.e_productEntryWideBottom
{
	width: 553px;
	height: 3px;
	line-height: 3px;
	font-size: 0px;
	background: url('images/corners/product_entry_wide_bottom.gif') no-repeat bottom left;
}
/*=====================*/
/* Product description */
/*=====================*/
.pointyBadgePrice
{
	color: white;
	text-align: center;
	font-weight: bold;
	width: 78px;
	left: -1px;
}

.pointyBadgePriceBig
{
	color: white;
	text-align: center;
	font-weight: bold;
	width: 110px;
	left: 1px;
}

.pointyBadgePriceTiny
{
	color: white;
	text-align: center;
	font-weight: bold;
	width: 60px;
	left: -1px;
}

.e_productTitle
{
	font-weight: bold;
	text-align: left;
}

/* ============================ */
/*	Item entry in product lists	*/
/* ============================ */
.itementry
{
	position: absolute;
	top: -23px;
	width: 183px;
}

.productimage
{
	position: absolute; 
	width: 183px;
	line-height: 0px; 
	text-align: center;
	bottom: 0px;	
	margin-left: auto;
	margin-right: auto;
}

.itementry .itemEntryDescription 
{
	margin-top: 0px;
	height: 150px;
}


.itementry .itemEntryDescriptionContent div.e_description
{
	height: 80px;
}

.itementry .itemEntryDescriptionContent
{
	height: 150px;
	margin: 0px 16px 0px 22px;
	position: relative;
}

.itementry .itemEntryDescriptionContent div.e_button
{
	margin-top: 2px;
	height: 18px; 
	line-height: 18px;
	vertical-align: top;
	float: right; 
}

.itementry .itemEntryDescriptionContent .e_priceDescription
{
	height: 78px;
	width: 145px;
}

.itementry .itemEntryDescriptionContent .e_priceDescription .e_priceDescriptionContent
{
	height: 60px;
	position: relative;
	font-size: 11px;
	line-height: 13px;
}

.itementry .itemEntryDescriptionContent ul.e_bullet li
{
	background-position: 0px 5px; 
	background-image: url('images/dot.png'); 
	background-repeat: no-repeat; 
	padding-left: 13px; 
	position: relative;	
	line-height: 13px;
	font-size: 11px;
}


/* ============================ */
/*	Layout for paging bar		*/
/* ============================ */
.e_paging a
{
	padding-left: 5px;
	padding-right: 5px;
	color: #AD005B;
	text-decoration: none;
}

.e_paging span
{
	color: #717171;	
	padding-left: 5px;
	padding-right: 5px;
}

table.e_topslots td
{
	font-size: 10px;	
	background-color: white;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

td.e_whiteTopLeft
{
	background: white url('images/corners/white_nw.gif') no-repeat top left;
}

td.e_whiteTopRight
{
	background: white url('images/corners/white_ne.gif') no-repeat top right;
}

td.e_whiteBottomLeft
{
	background: white url('images/corners/white_sw.gif') no-repeat bottom left;
}

td.e_whiteBottomRight
{
	background: white url('images/corners/white_se.gif') no-repeat bottom right;
}

/* ========================== */
/* = exedio classes and ids = */
/* ========================== */
div table tr th
{
	text-align:left;
	padding-top:12px;
}

.e_price
{
	text-align: right;
	vertical-align: bottom;
}

.e_price div.overview
{
	margin-right: 50px;
}

table.e_cartright td.e_img
{
	text-align: right;		
}

#content .auxiliary .dark table
{
	color: white;
}

.e_graybutton_left
{
	background: transparent url('images/buttons/btn_gray_left.gif') no-repeat top right;
	width: 4px;
	height: 18px;
}

.e_graybutton_label
{
	background: transparent url('images/buttons/btn_gray_back.gif') top repeat-x;
	height: 18px;
	font-size: 9px;
	font-weight:bold;
	font-family: sans-serif;	
	text-align: center;
	color: white;
	overflow: hidden;
	padding-left:4px;
	padding-right:4px;
}

.e_graybutton_right
{
	background: transparent url('images/buttons/btn_gray_right.gif') no-repeat top left;
	width: 4px;
	height: 18px;
}

/* ================ */
/* = Bullet lists = */
/* ================ */
ul.e_bullet {
	list-style: none;	
}

ul.e_bullet li
{
	background-position: 3px 7px; 
	background-image: url('images/dot.png'); 
	background-repeat: no-repeat; 
	padding-left: 16px; 
	position: relative;
	line-height: 16px;
}

ul.e_bullet li li { /*overwriting inner list elements*/
	background: none;	
}


/* ======================= */
/* = Error/Info messages = */
/* ======================= */
*.e_error
{
	color: #AD005B;
}

div.e_error
{
	margin-top: 15px;
	margin-bottom: 15px;
}
	
img.e_error
{
	float: left;
	margin-right: 5px;
}

/* ======================= */
/* = tabbing box old     = */
/* ======================= */
#e_tabRow
{
	background-image: url('images/tabbing/tabrow_background.png');
	background-repeat: repeat-x;
	height: 27px;
}

#e_tabRow div
{
	float: left;
}

div.e_tabSpacer
{
	width: 6px; 
	height: 27px;
}

div.e_tabSpacerFirstLeftSelected
{
	background-image: url('images/tabbing/tab_active_left_1st.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	height: 27px;
	width: 6px;
}

div.e_tabSpacerLeftSelected
{
	background-image: url('images/tabbing/tab_active_left.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	height: 27px;
	width: 6px;
}

div.e_tabSpacerRightSelected
{
	background-image: url('images/tabbing/tab_active_right.png');	
	background-repeat: no-repeat;
	background-position: top right;
	height: 27px;
	width: 6px;
}

.e_tab
{
	float: left;
	color: #AD005B;
	cursor: pointer;
}

div.e_tabSelected
{
	background-image: url('images/tabbing/tab_active.png');
	height: 27px;
	color: black;
	cursor: default;
}

div.e_tabContentFirst
{
	background: none;
	height: 27px;
	width: 80px;
	text-align: left;
	padding-top: 7px;
	padding-left: 9px;
}

div.e_tabContentOther
{
	background: none;
	height: 27px;
	width: 95px;
	text-align: left;
	padding-top: 7px;
	padding-left: 7px;
}

div.ShowContent
{
	visibility: visible;
}

div.HideContent
{
	visibility: hidden;
	display: none;
}

/* ================ */
/* = Credit check = */
/* ================ */
.e_creditCheck
{
	top: 25%;
	left: 50%;
	padding:0;
	position:fixed;
	z-index:1000;
	width: 400px;
	height: 200px;
	background-color: transparent;
	margin-left: -342px;
	text-align: center;
	border: none;
	background-position: left top;
	background-repeat: no-repeat;
	visibility: hidden;
	display: none;
}

.e_creditCheck p
{
	display: block;
}

/* ================== */
/* = Color selector = */
/* ================== */
div.e_ProductDetail
{
	background: transparent url('images/corners/product_detail_bg.gif') repeat-y;	
}

div.e_ProductDetail div.e_ProductDetailLeft
{
	width: 183px;	
}

div.e_ProductDetail div.e_ProductDetailRight
{
	width: 368px; 	
}

div.e_ProductDetailLandscapeImage
{
	background: transparent url('images/corners/product_detail_landscapeimage_bg.gif') repeat-y;	
}

div.e_ProductDetailLandscapeImage div.e_ProductDetailLeft
{
	width: 233px;	
}

div.e_ProductDetailLandscapeImage div.e_ProductDetailRight
{
	width: 318px; 
}

div.e_ProductDetailedView
{
	margin: auto;
	width: 140px;
	background-color: white;
	font-size: 11px;
	color: #777777;
}

div.e_ProductDetailedViewWide
{
	margin: auto;
	width: 190px;
	background-color: white;
	font-size: 11px;
	color: #777777;
}

div.e_ColorChooserLeftLabel
{
	margin: 3px 0 0 5px;
}

div.e_ColorChooserLeft
{
	float: left; 
	width: 60px; 
	text-align: left;	
}

.e_colorSelectorsCell
{
	width: 61px;
	padding: 1px 0;
}

.e_colorSelectorsCellWide
{
	width: 101px;
	padding: 1px 0;
}

.e_ColorChooser
{
	width: 140px;
	margin: auto;
}

.e_ColorChooserWide
{
	width: 190px;
	margin: auto;
}

div.e_InnerRadioDiv
{
	z-index: 10;
}

div.e_InnerColorDiv
{
	z-index: 5;
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-align: center;
	font-size: 12pt;
	cursor: pointer;
	vertical-align: middle;
}

/* ================== */
/* = cms live edit  = */
/* ================== */
#CMSLiveEdit
{
	text-align:center;
	color:#ffffff;
	padding:5px;
	background-color:#FF0000;
	width:500px;
	margin: 0px auto;
}

div.CMS
{
	position:absolute;
	z-index:1000;
	margin:0px;
	visibility:hidden;
	width:150px;
	background-color:#e7e7e7;
	border: 2px outset #e7e7e7;
	padding:0px;
}

a.e_arrow
{
	background:transparent url(images/arrow_bullet.gif) no-repeat scroll left center;
	color:#AD005B;
	padding-left:10px;
	text-decoration:none;
}

/* ================== */
/* = Productfinder  = */
/* ================== */
.e_productfinderCol1
{
	background: transparent url(images/corners/productfinder_bg_183.gif) no-repeat bottom left;
	padding-bottom: 10px;
	width: 185px;
}

.e_productfinderCol1Last
{
	background: transparent url(images/corners/productfinder_bg_183.gif) no-repeat bottom left;
	padding-bottom: 10px;
	width: 183px;
}

.e_productfinderCol2
{
	background: transparent url(images/corners/productfinder_bg_368.gif) no-repeat bottom left;
	padding-bottom: 10px;
	width: 368px;
}
	
.e_productfinderCol3
{
	background: transparent url(images/corners/productfinder_bg_553.gif) no-repeat bottom left;
	padding-bottom: 10px;
	width: 553px;
}
	
input.e_productFinder
{
	margin-right: 5px;
}

div.e_productFinderTitle
{
	font-weight: bold;
	width: 120px;
	padding: 15px 0 10px 15px;
}

div.e_productFinderSetting
{
	padding: 0 0 5px 15px;
	float: left;
}

div.e_productFinderSettingContent
{
	width: 168px;
}

/* ==================== */
/* = Explanation tags = */
/* ==================== */
div.CMS, div.Explanation_Popup
{
	position: absolute;
	z-index: 1000;
	padding: 0px;
	margin: 0px;
	visibility: hidden;
}

div.CMSMedium
{
	width: 229px;
}

div.Explanation_Popup
{
	background-color: #fcf3b2;
	color: black;
	border: 1px solid black;
	padding: 5px 5px 0px 5px;
	font-size: 11px;
	font-family: sans-serif;
	vertical-align: top;
}

div.Explanation_Popup p
{
	margin: 0px;
	padding-bottom: 5px;
}

span.Explanation_Issue
{
	border: 0px dotted gray;
	cursor: help;
}

/* ================= */
/* = Cart overview = */
/* ================= */
.e_overview_separatorMiddle
{
	width: 608px;
}

.e_overview_columnOptionDescription
{
	width: 262px;
}

.e_overview_columnOptionPrices
{
	width: 153px;
}

.e_overview_columnLast
{
	width: 103px;
}

.e_overview_payNowLabel
{
	width: 453px;
}

/* ================= */
/* = Progress Path = */
/* ================= */
.progress_path 
{
	width: 713px;
	height: 29px;
	margin: 0 0 12px;
	margin-top: 8px;
	overflow: auto;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: center center;
}

.progress_path li 
{
	float: left;
	display:block; 
	text-align:center;
	margin: 6px 0 0;
}


.progress_path.step_one 
{
	background-image: url('images/progress_path_1.gif');
}

.progress_path.step_two 
{
	background-image: url('images/progress_path_2.gif');
}

.progress_path.step_three 
{
	background-image: url('images/progress_path_3.gif');
}

.progress_path.step_four 
{
	background-image: url('images/progress_path_4.gif');
}

.progress_path.step_five
{
	background-image: url('images/progress_path_5.gif');
}

.progress_path.noconfig_step_one 
{
	background-image: url('images/progress_path_noconfig_1.gif');
}

.progress_path.noconfig_step_two 
{
	background-image: url('images/progress_path_noconfig_2.gif');
}

.progress_path.noconfig_step_three 
{
	background-image: url('images/progress_path_noconfig_3.gif');
}

.progress_path.noconfig_step_four 
{
	background-image: url('images/progress_path_noconfig_4.gif');
}

/* ================= */
/* = Payment Icons = */
/* ================= */
#payment_icons
{
	clear: right;
	float: right;
	margin: 0 0 0px;
}

#payment_icons em
{
	display: none;
}

#payment_icons ul
{
	list-style-type: none;
	font-size: 0px;
}

#payment_icons ul li
{
	float: left;
	margin: 0 1px;
	height: 17px;
/*	line-height: 0px;	*/

}

/* ================= */
/* = Checkout page = */
/* ================= */

.checkout_label
{
	padding-left:6px;
	padding-bottom:3px;
}

/* =============== */
/* = Error Boxes = */
/* =============== */
div.e_WarningBox
{
	padding: 15px 25px 27px;
}

div.e_WarningBoxLinks
{
	margin-top: 0.5em;
}

/* ============ */
/* = Packages = */
/* ============ */
td.e_packageDescription
{
	padding: 4px 0 4px 9px;
}

td.e_packagePrice
{
	padding: 4px 9px 4px 0;
	color:#AD005B;
	text-align: right;
}

td.e_packageList
{
	border-bottom: 1px solid #cdcdcd;
	padding: 4px 0 5px;	
}

tr.e_packageOption td
{
	height: 24px;
	vertical-align: middle;
	border-bottom: 1px solid #cdcdcd;	
}

div.dialogDefinition
{
	display: inline;
}

.dialogContent
{
	display: none;
}

img.showDialog, .closeButton
{
	cursor: pointer;
}

.status_column_spacer
{
	width: 2px;
}

.status_header
{
	height: 40px;	
	vertical-align: top;
}

.status_header_content
{
	font-weight: bold;
	margin: 11px 0 0 15px;	
}

.status_cell
{
	height: 126px;	
}
	
.status_cell_355
{
	width: 355px;
	background: #ededed url('images/status_footer_355.png') no-repeat bottom left;
	vertical-align: top;
}

.status_cell_active_355
{
	width: 355px;
	background: #ededed url('images/status_footer_active_355.png') no-repeat bottom left;
	vertical-align: top;
}

.status_header_355
{
	width: 355px;
	background: transparent url('images/status_header_355.png') no-repeat top left;
}

.status_header_active_355
{
	width: 355px;
	background: transparent url('images/status_header_active_355.png') no-repeat top left;
}

.status_cell_236
{
	width: 236px;
	background: #ededed url('images/status_footer_236.png') no-repeat bottom left;
	vertical-align: top;
}

.status_cell_active_236
{
	width: 236px;
	background: #ededed url('images/status_footer_active_236.gif') no-repeat bottom left;
	vertical-align: top;
}

.status_header_236
{
	width: 236px;
	background: transparent url('images/status_header_236.png') no-repeat top left;
}

.status_header_active_236
{
	width: 236px;
	background: transparent url('images/status_header_active_236.png') no-repeat top left;
}

.status_content
{
	margin: 10px 0 0 15px;
}

table.e_cart
{
	background: transparent url('images/corners/cart_table_bottom.png') no-repeat bottom left;
	padding-bottom: 3px;
}

table.e_cart td
{
	padding-top: 11px;
	vertical-align: top;
}
	
div.e_cart_content
{
	margin-left: 10px;
	padding-bottom: 15px;
	width: 163px;
}

.e_offer_options
{
	background: transparent url('images/corners/offer_option_table_default.gif') no-repeat top left;	
}

.e_offer_option_price_table
{
	background: transparent url('images/corners/offer_option_price_table.gif') repeat-y top left;
}

.e_offer_options .e_offer_option_price_table
{
	display: none;
}

.e_offer_option_left
{
	background: transparent url('images/corners/offer_option_table_selected_column_left.gif') no-repeat top left;
}

.e_offer_option_right
{
	background: transparent url('images/corners/offer_option_table_selected_column_right.gif') no-repeat top left;
}

.e_offer_option_title_left, .e_offer_option_title_right
{
	font-color: AD005B;
	float: left;
	padding: 2px 0 0;
}

.e_offer_option_left .e_offer_option_title_left
{
	color: white;
}

.e_offer_option_right .e_offer_option_title_right
{
	color: white;
}

.e_offer_option_price_table_bottom
{
	background: white url('images/corners/offer_option_price_table_bottom.gif') no-repeat top left;
}

.e_offer_option_left .e_offer_option_price_table_content_right,
.e_offer_option_right .e_offer_option_price_table_content_left
{
	display: none;
}

.e_offer_option_left .left, .e_offer_option_right .right 
{
	display: none;
}

table.e_installment_prices td
{
	padding: 4px 0 8px;
}

table.e_installment_prices td.e_label
{
	vertical-align: top;
}

table.e_installment_prices td.e_price
{
	text-align: right;
	vertical-align: bottom;
}

td.e_gray_border_top
{
	border-top-color:#BFBFBF; border-top-style:solid; border-top-width:1px;
}