﻿* 
{
	font-family: Helvetica;
	font-size: 12px;
}

body
{
	color:#434343;
	height:100%;
	margin:0;
	padding: 0;
}

img {
    border: none;
}

html
{
	height: 100%;
	overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6
{
  color: #171717;
    margin: 0;
    padding: 0;
}

h1,
h1 span
{
  color: #171717;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif !important;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.articleText h2,
.articletext h2,
.articleText h2 span,
.articletext h2 span
{
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.articleText,
.articletext,
.articleText p,
.articletext p,
.articleText a,
.articletext a,
.articleText p span,
.articletext p span,
.articletext li,
.articleText li,
.articletext li span,
.articleText li span  {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
    font-size: 14px;
    line-height: 22px;
}

input, textarea
{
	-webkit-border-radius: 0;
	padding: 0 5px;
}

strong
{
    font-size: inherit;
}

textarea
{
	border:solid 1px #948D8A;
}

p
{
	margin:0;
	padding:10px 0;
}

a
{
	color: #434343;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div.clear
{
	clear: both;
	height: 0px;
	overflow: hidden;
	font-size: 0pt;
}
.page-content-wrapper .page .RadComboBox input[type="text"]
{
    border: 0 none;
    width: 185px;
}

.page-content-wrapper .page input[type="text"],
.page-content-wrapper .page input[type="password"]
{  
    width: 255px;
    border:solid 1px #948D8A;
    color: #515151;
}

.page-content-wrapper .page select
{
	border: 0 none;
    color: #515151;
    height: 22px;
    line-height: 22px;
    padding: 0;
    width: 213px !important;
    border:solid 1px #948D8A;
}

input[type="text"],
input[type="password"]
{  
	border: 0 none;
    color: #515151;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
}

.button-gradient 
{
    float: left;
    text-decoration: none;
    overflow: visible;
}

.button-gradient input
{
    background-color: #ccc;
    border: 0 none;
    color: #515151;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    overflow: visible;
    padding: 0 10px;
}

.button-gradient:hover input
{
	text-decoration:underline;
}

.button-gradient input[disabled="disabled"]
{
	text-decoration:line-through;
	cursor:auto;
}

.button-gradient input[disabled="disabled"]:hover
{
	text-decoration:line-through;
}

div.line
{
    background-color: #cccccc;
    clear: both;
    float: left;
    height: 1px;
    margin-bottom: 3px;
    width: 100%;
}

div.clear
{
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
}


/*************************************
Page Wrapper
*************************************/
.page-wrapper
{
	/*background: url('images/page-wrapper.png') repeat-x top center;*/
	clear:both;
	float:left;
    height: auto !important;
    min-height: 100%;
    position: relative;
    width:auto;
    min-width: 100%;
}

/*************************************
Page Content Wrapper
*************************************/
.page-content-wrapper
{
	clear: both;
    float: left;
    min-width: 100%;
    width: auto;
    margin-bottom: 30px;
}
.page-content-wrapper .content-wrapper
{
    margin-bottom: 20px;
}

/*************************************
Page Content
*************************************/
.page-content
{
    line-height: 18px;
	margin:0 auto;
	width:960px;
}

.page-content .page
{
	background-color: #FFF;
    margin-top: 15px;
	padding-bottom: 30px;
    word-wrap: break-word;
}

/*************************************
Page header wrapper
Set the z-index to 1 so that IE7 can show the ajaxmodalpopup without 
content elements of the page displaying through the background of the popup
*************************************/
.page-header-wrapper
{
    background: #515151;
	clear:both;
	float:left;
    min-width: 100%;
    height: 335px;
    width: auto;
}

/*************************************
Page header 
*************************************/
.page-header
{
    height: 335px;
}

/*************************************
Page header - top
*************************************/

.header-top-wrapper
{
    height: 125px;
}

/*************************************
Page header - profile
*************************************/

.page-header .header-profile
{
    clear: right;
    float: right;
    margin: 25px 0 5px 0;
}

.page-header .header-profile
{
	/*background: url("images/header-top-login-spacer.gif") no-repeat scroll right top transparent;*/
    /*margin-right: 10px;
    height: 40px;
    float: left;
    position: relative;*/
    padding-left: 20px;
}

.page-header .header-profile div.login-button
{
    margin-right: 20px;
    float: left;
}

.page-header .header-profile div a
{
    color: #FFF;
	cursor: pointer;
    font-weight: bold;
    line-height: 18px;
}

.page-header .header-profile .login-wrapper div,
.page-header .header-profile .RadToolTip 
{
    line-height: normal;
    margin: 0;
    float:initial;
}

.page-header .header-profile .basket-wrapper div
{
    line-height: normal;
    margin: 0;
    float:initial;
}

/*************************************
Page header - Search
*************************************/
.page-header .header-search
{
    float: left;    
    margin: 20px 0 5px 90px;
}

.page-header .header-search input[type="text"]
{
	border: solid 1px #CCC;
    color: #515151;
	width: 208px;
	height: 23px;
}

.page-header .header-search .button-search-gradient.button-search
{
    float: right;
    margin: 0;
}

.page-header .header-search .button-search-gradient.button-search input[type="submit"]
{
    background-color: #CCC;
    border: 0 none;
    color: #515151;
    display: block;
	height: 25px;
}

.page-header .header-top-wrapper
{
    clear: both;
    float: none;
	height: 50px;
}

.header-top-content
{
    position: relative;
}
/*************************************
Page header - bottom
*************************************/
.page-header .header-bottom-wrapper
{    
	height: 57px;
    position: relative;
}

/*************************************
Page Footer Wrapper 
*************************************/
.page-footer-wrapper
{
    left: 0;  
    /*min-height: 30px;
    margin-top: -30px; */
    position: absolute;
    bottom: 0px;
    width: 100%;
    page-break-after: always;

}

.page-footer.page-content
{
    min-height: 140px;
}

.page-footer-content.page-content a 
{
}

.page-footer.page-content table
{
    border-collapse: collapse;
    border-spacing: 0;
}

.page-footer.page-content td
{
    padding: 0;    
}

.page-footer.page-content table a
{
    color: #005797;
    display: inline-block; 
    font-weight: normal;
    background: url('images/footer-hyperlink.png') no-repeat center left transparent;
	font-weight: normal;
	text-decoration: none;
    padding: 5px 0 5px 15px;
    border-bottom: 1px solid #f1f1f1;
}

.page-footer-copyright .page-footer-copyright-wrapper
{
    background-color: #515151;
    line-height: 30px;
}

.page-footer-copyright .page-footer-copyright-wrapper a,
.page-footer-copyright .page-footer-copyright-wrapper span
{
    color: #FFF;
    display: inline-block;
    line-height: 30px;
}

.page-footer-copyright .page-footer-copyright-wrapper a:hover
{
	text-decoration: underline;
}

.page-footer-copyright .page-footer-copyright-wrapper div.copyright
{
    margin-left: 10px;
	text-align: right;
	float: left;
    line-height: 30px;
}

.page-footer-copyright .footer-text-wrapper
{    
    color: #fff;
    width: 750px;
    margin: 0 135px;
    text-align: center;
}

.page-footer-copyright .footer-text-wrapper span
{
    /*display: block;*/
    min-height: 30px;
    line-height: normal;
}

.page-footer-copyright .footer-text-wrapper table
{
    height: 100%;
    line-height: 24px;
}

.page-footer-copyright .sitemap
{
    float: right;
    line-height: 30px;
    margin-right: 10px;
}
/*************************************
Header logo
*************************************/
.header-top-wrapper .logo
{
	position: absolute;
    top: 65px;
}

.header-top-wrapper .logo a
{
	display: inline-block;
	width: 133px;
	height: 197px;
}

.header-wrapper
{
    margin-left: 90px;
}

.header-wrapper .articletext table
{
    text-transform: uppercase;
}
/*************************************
Header pagetext
*************************************/
.header-top-wrapper .header-content-pagetext
{
	background: url('images/header-pagetext.png') top center transparent;
	color: #FFF;
	padding: 13px 45px 20px 13px;
    position: absolute;
    right: 0;
    top: 20px;
}

.header-top-wrapper .header-content-pagetext p
{
	font-size: 22px;
}

.header-top-wrapper .header-content-pagetext a
{
	color: #FFF;
}
/*************************************
Header Contene
*************************************/
.header-wrapper .pagearticle-container .articletext
{
    height: 228px;
}
/*************************************
Header menu
*************************************/
.header-menu
{
    background: url("images/menu.png") no-repeat left center  transparent;
    display: inline-block;
    height: 58px;
    padding-left: 15px;
}

.header-menu .RadMenu
{
	float: left;
}

.header-menu .RadMenu .rmRootGroup.rmHorizontal
{
	background: none;
	border: 0 none;
	border-spacing: 0;
	border-collapse: collapse;
}

.header-menu .RadMenu .rmHorizontal .rmItem .rmLink,
.header-menu .RadMenu .rmHorizontal .rmItem .rmText
{
	background: 0 none;
	border: 0;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
}

.header-menu .RadMenu .rmRootGroup.rmHorizontal .rmItem:hover
{
}

.header-menu .RadMenu .rmHorizontal .rmItem .rmLink
{
    padding: 0 5px;
}

.header-menu .RadMenu .rmHorizontal .rmItem .rmLink span.rmText
{
    height: 57px;
    line-height: 57px;
    padding: 0 6px 0 6px;
}

.header-menu .RadMenu .rmHorizontal .rmGroup .rmItem .rmLink span.rmText
{
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 5px 12px;
}


.header-menu .RadMenu .rmHorizontal .rmItem.rmSeparator span.rmText
{
	background: url('images/header-menu-seperator.png') no-repeat center center;
    display: block;
    height: 57px;
	margin: 0;
    width: 1px;
}

.header-menu .RadMenu .rmLink:hover
{
	background: none;
}

.header-menu .RadMenu .rmLink:hover .rmText
{
}

.header-menu .RadMenu .rmSlide .rmVertical 
{
	border: 0 none;
	width: auto;
	white-space: nowrap;
	min-width: 160px;
}

.header-menu .RadMenu .rmSlide .rmVertical .rmText
{
	font-weight: normal;
}

.header-menu .RadMenu .rmHorizontal .rmItem .rmSelected span
{
    /*color: #bf7400;*/
    color: #f9c18e;
}

.header-menu .RadMenu .rmHorizontal .rmItem:hover span
{
    color: #f9c18e;
}

.header-menu .RadMenu .rmHorizontal .rmSeparator
{
    display: block;
}
.header-menu .RadMenu .rmSlide
{
    margin-top: 0;
}
.header-menu .RadMenu .rmSlide .rmGroup
{
    padding: 0;
}

.header-menu .RadMenu .rmSlide .rmVertical .rmItem
{
    background: none #666;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.header-menu .RadMenu .rmSlide .rmVertical .rmItem .rmLink span
{
    color: #FFF;
}

.header-menu .RadMenu .rmSlide .rmVertical .rmItem:hover .rmLink span
{
    color: #FFF;
    
    height: auto;
    line-height: normal;
}

/*************************************
Header Socialmedia
*************************************/
.header-socialmedia
{
    height: 45px;
    line-height: 54px;
    margin-right: 15px;
    float: right;
}

.header-socialmedia a
{
    display: table-cell;
    height: 45px;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: middle;
    border: 0 none;
}

.header-socialmedia a img
{
    border: 0 none;
    /*line-height: 45px;*/
}
.header-socialmedia a:hover
{
    background-color: #999;
}

/*************************************
Header Profile
*************************************/
.header-profile
{
	float: right;
}

/*************************************
Navigationpath wrapper
*************************************/
.page-content-wrapper .navigationpath-wrapper
{
}

.assortment-wrapper .navigationpath-wrapper
{
    margin-bottom: 15px;
}

.page-content-wrapper .navigationpath span
{
	line-height: 18px;
}


/*************************************
Sidebar wrapper
*************************************/
.page-content-wrapper .page-sidebar-wrapper
{
	float: right;
	width: 340px;
}

.page-content-wrapper .page-sidebarleft-wrapper
{
	float: left;
	width: 220px;
}
/*************************************
Sidebar news
*************************************/
.page-content-wrapper .page-sidebarnews-wrapper
{
	clear: both;
	margin-bottom: 15px;
}

.page-content-wrapper .page-sidebarnews
{
	border: solid 1px #82b4bc;
padding: 10px;
}

.page-content-wrapper .page-sidebarnews .news-header-wrapper
{
    margin-bottom: 20px;
}

.page-content-wrapper .page-sidebarnews .news-header-wrapper h2
{
    font-size: 18px;
	line-height: 24px;
    width: 100px;
}

.page-content-wrapper .page-sidebarnews .news-article-item h3 a
{
    color: #0062a6;
	font-size: 12px;    
}

.page-content-wrapper .page-sidebarnews .news-article-item .news-article-read-more
{
	background: url('images/sidebarnews-article-readmore.gif') no-repeat center right;
	padding: 0 15px 0 0;
	font-weight: normal;
	font-style: italic;
	width: auto;
}


/*************************************
Sidebar search
*************************************/
.page-sidebarsearch-wrapper
{
    margin-bottom: 15px;
    position: relative;
}

.page-sidebarsearch-wrapper input[type="text"].searchDetailExtender
{
    border: 1px solid #82b4bc;
    height: 33px;
    padding: 0 35px 0 10px;
    width: 173px;
}

.page-sidebarsearch-wrapper input[type="submit"].button-search
{
    display: none;
    visibility: hidden;
}

.page-sidebarsearch-wrapper input[type="image"].button-search-image
{
    position: absolute;
    right: 0;
    top: 5px;
}

/*************************************
Sidebar contact
*************************************/
.page-content-wrapper .page-sidebarcontact-wrapper
{
	clear: both;
}

.page-content-wrapper .page-sidebarcontact
{
	background-color: #005797;
	padding: 15px;
}

.page-content-wrapper .page-sidebarcontact h3
{
	margin: 0;
	color: #FFF;
	font-size: 16px;
}

.page-content-wrapper .page-sidebarcontact .contact-form
{
    color: #FFF;
	display: inline-block;
}

html body  .page-content-wrapper .page-sidebarcontact input[type="text"],
html body  .page-content-wrapper .page-sidebarcontact textarea
{
	color: #0062A6;
}

.page-content-wrapper .page-sidebarcontact .contact-form-contactname
{
	margin-top: 10px;
}

.page-content-wrapper .page-sidebarcontact .contact-form-emailaddress
{
	margin-top: 10px;
}

.page-content-wrapper .page-sidebarcontact .contact-form-question
{
	margin-top: 10px;
}

.page-content-wrapper .page-sidebarcontact .button-gradient.button-continue
{
	float: right;
	margin-top: 10px;
}

/*************************************
Sidebar assortment
*************************************/
.page-sidebarassortment-wrapper
{
    margin-bottom: 15px;
}

.page-sidebarassortment-wrapper .page-sidebarassortment
{
	border: 1px solid #82B4BC;
	padding: 15px 10px;
}

.page-sidebarassortment table.assortment
{
	width: 100%; 
    border-collapse: collapse;
    border-spacing: 0;
}
.page-sidebarassortment table.assortment td
{
    padding: 0;
}

.page-sidebarassortment table.assortment .assortmentFilterLink
{
	display: inline-block;
	margin-top: 15px;
}

.page-sidebarassortment .assortment-header h5
{    
	line-height: 10px;
	margin-top: 0;
	margin-bottom: 10px;
}

.page-sidebarassortment div.assortmentDetail div.menuTree a.menuTreeNode,
.page-sidebarassortment div.assortmentDetail div.menuTree a
{
	display: inline-block;
    margin-bottom: 5px;
    text-decoration: none;
}

.page-sidebarassortment div.assortmentDetail div.menuTree a.menuTreeNode
{
    padding-left: 5px;
}

.page-sidebarassortment div.assortmentDetail div.menuTree a img
{
    vertical-align: top;
}

.page-sidebarassortment div.assortmentDetail div.menuTree a.itemGroupSelected
{
	text-decoration: underline;
}

.page-sidebarassortment div.assortmentDetail div.menuTree a.menuTreeSelected 
{
	text-decoration: underline;
}

.page-sidebarassortment table.assortment table div
{
    padding-left: 10px;
}

.page-sidebarassortment div.assortmentDetail div.menuTree a.menuTreeNode:hover,
.page-sidebarassortment div.assortmentDetail div.menuTree a:hover
{
	text-decoration: underline;
}
/*************************************
Sidebar basket
*************************************/
.basket-sidebar-wrapper
{
	clear: both;
	margin-bottom: 15px;
}

.basket-sidebar
{
	border: 1px solid #82B4BC;
	padding: 15px;
}

.basket-sidebar .basket
{
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0;
}

.basket-sidebar .basket-header h5
{
	margin-top: 0;
}

.basket-sidebar .basket .basketDetail
{
    cursor: pointer;
}

/*************************************
Sidebar login
*************************************/
.login-sidebar-wrapper
{
	clear: both;
	margin-bottom: 15px;
}

.login-sidebar
{
	border: 1px solid #82B4BC;
	padding: 15px;
}

.login-sidebar .loginHeaderText h5
{   
	line-height: 10px;
    margin-top: 0;
}

.login-sidebar .logoff,
.login-sidebar .login
{
	display: inline-block;
}

.login-sidebar .login-username
{
	margin-bottom: 14px;
}

.login-sidebar .login-favourite
{
	margin-bottom: 4px;
}

/*************************************
Addthis AddthisControl.ascx
*************************************/
.addthis_toolbox a img
{
	height:15px;
	border:0 none;
}
.addthis_toolbox 
{
	margin-bottom: 5px;
}

/*************************************
Modal popup
*************************************/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7; 	
}

.modalPopup
{
	background-repeat: repeat-y;
	background-color: White;
	border-bottom-color: Black;
	border-bottom-style: Solid;
	border-bottom-width: 2px;
	padding: 10px;
}

.modalPopup div.line
{
	width:100%;
}

.modalPopup .articleHeader
{
    margin:5px 0;
}

.modalPopup .articleHeader span
{
    font-size:16px;
}

/*************************************
Modal popup: webshoptype
*************************************/
.webshoptype
{
	width:500px;
	float:left;
}

.webshoptype .webshoptype-regular
{
	float:left;
	margin-top:10px;
	width:100%;	
}

.webshoptype .webshoptype-point
{
	clear:both;
	float:left;
	margin-top:10px;
	width:100%
}

/*************************************
Modal popup: itemrelation
*************************************/
.itemrelationpopup
{
	width:575px;
	float:left;
}

/*************************************
Progress
*************************************/
.divProgress
{
	background-color: #FFFFFF;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	height: 100px;
	position: fixed;
	top: 50%;
    left: 50%;
    margin-left: -50%;
    margin-right: -50%;
	margin: auto auto;
	vertical-align: middle;
	visibility: visible;
	width: 200px;
}

.divProgressImage
{
	margin-left: 82px;
	margin-right: 82px;
	margin-top: 20px;
	position: relative;
}

.divProgressText
{
	font-style: italic;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 10px;
	position: relative;
	text-align: center;
	width: 100px;
}

/*************************************
Tabs
*************************************/
/* xp theme */
.ajax__tab_custom
{
	position: relative;
}

.ajax__tab_custom_large
{
	position: relative;
}

.ajax__tab_custom .ajax__tab_header, .ajax__tab_custom_large .ajax__tab_header
{
	background-image: url('../../Images/Tabs/tab-line-cus.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	font-family: Verdana, Arial;
	font-size: 10pt;
	position: relative;
	/*z-index: 89;*/
}

.ajax__tab_custom .ajax__tab_outer, .ajax__tab_custom_large .ajax__tab_outer
{
	background-image: url('../../Images/Tabs/tab-right-cus.gif');
	background-position: right;
	background-repeat: no-repeat;
	height: 22px;
	padding-right: 0px;
	vertical-align: bottom;
}

.ajax__tab_custom .ajax__tab_inner, .ajax__tab_custom_large .ajax__tab_inner
{
	background-image: url('../../Images/Tabs/tab-left-cus.gif');
	background-repeat: no-repeat;
	padding-left: 3px;
}

.ajax__tab_custom .ajax__tab_tab, .ajax__tab_custom_large .ajax__tab_tab
{
	background-image: url('../../Images/Tabs/tab-cus.gif');
	background-repeat: repeat-x;
	color: #635B4F;
	font-size: 9pt;
	height: 14px;
	margin: 0px;
	padding: 4px;
}

.ajax__tab_custom .ajax__tab_hover .ajax__tab_outer, .ajax__tab_custom_large .ajax__tab_hover .ajax__tab_outer
{
	background-image: url('../../Images/Tabs/tab-hover-right-cus.gif');
	background-position: right;
	background-repeat: no-repeat;
}

.ajax__tab_custom .ajax__tab_hover .ajax__tab_inner, .ajax__tab_custom_large .ajax__tab_hover .ajax__tab_inner
{
	background-image: url('../../Images/Tabs/tab-hover-left-cus.gif');
	background-repeat: no-repeat;
}

.ajax__tab_custom .ajax__tab_hover .ajax__tab_tab, .ajax__tab_custom_large .ajax__tab_hover .ajax__tab_tab
{
	background-image: url('../../Images/Tabs/tab-hover-cus.gif');
	background-repeat: repeat-x;
	color: #000000;
	font-size: 9pt;
}

.ajax__tab_custom .ajax__tab_active .ajax__tab_outer, .ajax__tab_custom_large .ajax__tab_active .ajax__tab_outer
{
	background-image: url('../../Images/Tabs/tab-active-right-cus.gif');
	background-position: right;
	background-repeat: no-repeat;
}

.ajax__tab_custom .ajax__tab_active .ajax__tab_inner, .ajax__tab_custom_large .ajax__tab_active .ajax__tab_inner
{
	background-image: url('../../Images/Tabs/tab-active-left-cus.gif');
	background-repeat: no-repeat;
}

.ajax__tab_custom .ajax__tab_active .ajax__tab_tab, .ajax__tab_custom_large .ajax__tab_active .ajax__tab_tab
{
	background-image: url('../../Images/Tabs/tab-active-cus.gif');
	background-repeat: repeat-x;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}

.ajax__tab_custom .ajax__tab_body, .ajax__tab_custom_large .ajax__tab_body
{
	background-color: Transparent;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	border-top: 0px;
	font-family: Verdana, Arial;
	margin-top: -1px;
	padding: 8px;
	position: relative;
	/*z-index: 99;*/
}

#ctl00_HeaderContent_Header_lvPageArticles_ctrl0_ctl00_pnlArticleText
{
	line-height: 22px;
}

#ctl00_Logo img {
    height: 60px;
    background: #fff;
    margin-top: 45px;
}