﻿
/* popup */
div.ms-WPBody div.sideMenu {
}
div.ms-WPBody {
	position: relative;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	top: 0px;
	left: 0px;
	background-color:#fff; 
	margin-top: -1px;
}
.ms-WPBody h1, .ms-TPBody h1 {
	font-size: 15px;
	font-weight: normal;
}
.rightColBCo .ms-WPBody{
	background-color: transparent ;
}

div.ms-WPBody div table.popTable {
	position: absolute;
	/*left: -675px;
	*left: 37px;
	top: 144px;
	*top: 0px;*/
	top: 50px;
	left: -50px;
}
.ms-WPBody a:hover {
	color: #0060af;
	cursor: pointer;
}
table.popTable tr td {
	position:relative;
	display:inline;
	z-index:198;
}
.popupTable {
	position: relative;
	font-size: 11px;
	line-height: 1px;
	z-index: 200;
}
.popup {
    position: absolute;
    width: 652px;
    display:none;
	/*top:20px !important;*/
	z-index:200;
}
	.popupTable .popTable tr td {
		border: none;
	}
    .popup .close {
         position: absolute;
         width: 652px;
         height: 30px;
    }
    .popup .close img {
        position: absolute;
		top: 15px;
		left: 625px;
		cursor: pointer;
        background: url(/_layouts/BelCompany/pop-x.gif) no-repeat 625px 15px;
    }
    .popTop {
        background: url(/_layouts/BelCompany/pop-top.gif) no-repeat left top;
        font-size: 13px;
        color: #ffffff;
        line-height: 18px;
        text-align: left;
        padding-left: 12px;
        width: 640px;
        height: 20px;
    }
    .popBot {
        background: url(/_layouts/BelCompany/pop-bot.gif) no-repeat left top;
        width: 652px;
        height: 15px;
    }
    .popMain {
        line-height: 18px;
        text-align: left;
        padding: 20px;
        width: 610px;
        border-left: 1px solid #0060af;
        border-right: 1px solid #0060af;
		background-color:#fff;
		background-image:URL('/_layouts/images/whitebar.bmp');
		background-repeat:repeat;
    }
    .popMain h2 {
        font-size: 13px;
        font-weight: normal;
        color: #0060af; 
        margin: 0;
    }
    .popMain .textCol {
        float: left;
        margin-right: 20px;
        width: 217px;
    }
    .popMain .imgCol {
        float: left;
        width: 215px; /*130px*/
        overflow: hidden;
    }
    .popMain .link a, .popMain .link a:active, .popMain .link a:visited {
        font-size: 13px;
        font-weight: bold;
        color: #707070;
        vertical-align: top;
    }
/* end popup */

/* header tooltip */
.hToolTip {
    position: absolute;
    top: 252px;
    left: 680px;
}
.tooltipH {    
	position: absolute;
    	width: 283px;
    	z-index: 8;  
	display: none;
	top: -88px !important;
	*top: -75px !important;
	left: -270px;
}
.home .tooltipH {    
	top: -108px !important;
	*top: -113px !important;
}
.home .top5 .tooltipH {   
	left: -250px;
}
.tooltipH .tooltipTop {
    background: url(/_layouts/BelCompany/tooltip-top-h.png) no-repeat left bottom;
    font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	width: 323px;
    height: 20px;  
	padding-left: 14px;
}
.tooltipH .tooltipBot, .tooltipH .tooltipBotL {
    width: 323px;
    height: 42px;    
}
.tooltipH .tooltipBot a, .tooltipH .tooltipBot a:active, .tooltipH .tooltipBot a:visited {
	background: url(/_layouts/BelCompany/arrow-black-d.gif) no-repeat 32px 10px;
	font-weight: bold;
	color: #707070;
    width: 139px;	
	border-bottom: none;
}
.tooltipH .tooltipBot a:hover {
	background: url(/_layouts/BelCompany/arrow-blue-d.gif) no-repeat 32px 10px;
}
.tooltipH .tooltipMid {
    background: url(/_layouts/BelCompany/tooltip-mid-h.gif) repeat-y left top;
    width: 323px;   
}
div#qTip {
  display: none;
  position: absolute;
  z-index: 1000;
}
/* end header tooltip */

/* transparent gray background */
#overlay2 
{
	position: absolute;
    /*left: -40px;
    top: -100px;*/
    left: 0px;/* -180px;*/
    top: 0px; /* -85px;*/
    width: 100%;
    height: 100%;
    background: transparent url(/_layouts/BelCompany/overlay.png);
    /* Bear in mind that the popup dialogue needs to be even higher! */
    z-index: 199;
    _background: #FFFFFF;
	_filter: alpha(opacity=90);
}

/* i-icon img*/
.bc-i {
	z-index:1;
	cursor:pointer;
	position: relative;
	margin-left: 2px;
	margin-bottom: -2px;
}
/* end i-icon*/

    /* pageTope stuff */
    div.pTopMoney input.search {
    	height:15px;
		font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		background-image:none;
		background-color:#fff;
		color:#666666;
		border:solid 1px #cccccc;
    }
    .pageTop {
        line-height: 20px;
        width: 730px;
    }
    .pageTop {
        background: #f2f2f2 url(/_layouts/BelCompany/bg-title-bar.gif) repeat-x left top;
        height: 150px;
		*height: auto !important;
        /*min-height: 60px;
        height: 60px;*/
        vertical-align:top;
        /*padding-top:20px;*/
        position: relative;
    }
        .pageTop a, .pageTop a:active, .pageTop a:visited {
            color: #707070;
            text-decoration: underline;
        }
        .pageTop a:hover {
            color: #0060af
        }
        input.inp {
            width: 30px;
            margin: 2px 10px 0 0;  
            border: 1px solid #cccccc;
        }
        .pageTop .pTForm {
            width: 155px;
            line-height: 25px;
            *line-height: 24px;
        }
		.pageTop .pTForm div {
            padding: 0;
            /*padding: 19px 0 19px 0;
			*padding: 20px 0 20px 0;*/
        }
        .pageTop .pTForm select {
            margin-top: 3px;
            *margin-top: 0;
            width: 120px;
        }
        .pageTop .pTCheck {
            line-height: 25px;
            margin-top: -3px;
            *margin-top: 0;
            *padding-top: 0px;
        }
        .pageTop .pTCheck input {
            margin-top: 5px;
            margin-right: 3px;
            *margin-right: 0px;
        }
        .pageTop .pTCheck img {
			margin-top: 6px;
			*margin-top: 10px;
			margin-left: 3px;
        }
    .pageHead {
        background: #ffffff url(/_layouts/BelCompany/bg-page-top.gif) no-repeat left top;
    }
    .pageHead1 {
        padding: 15px 20px 0 20px;
        width: 690px;
        height: 20px;
    }
    .pageHeadBig {
        background: #ffffff url(/_layouts/BelCompany/bg-page-top-big.gif) no-repeat left top;
        padding: 15px 20px 0 20px;
        width: 690px;
    }
        .pageHead .r,
        .pageHead1 .r {
            text-align: right;
            float: right;
        }
   table.bc-filter-table * div.pageTop {
   		padding-top:0px;
   }  
    .topSubmenu {
        background: #f2f2f2 url(/_layouts/BelCompany/submenu-top.gif) repeat-x left top;
        line-height: 15px;
        width: 707px;
        padding: 10px 8px 7px 15px;
        height: auto !important;
        min-height: 15px;
        height: 15px;
    }
        .topSubmenu h1 {
            float: left;
            color: #ffffff;
            font-weight: bold;
            padding: 0px 10px 0 0;
            margin: 0px;
        }
        .topSubmenu img {
            margin-bottom: -4px;
        }
        /* end pageTop stuff */
		
    .sMenuMid .btn {
        background: none;
    }
    .sMenuMid .btnQFMD {
        position: relative;
        background: no-repeat left top;
		margin: 0;
		padding: 0;
		width: 31px;
    }
	/*.btnBig, .btnBigDown, .btnBigBack {
		letter-spacing: -1px;
	}*/
	.ms-PartSpacingVertical {
		margin: 0;
	}
.tblContract .btnBlue a {
	color:#fff;
}
.tblContract .btnGray a {
	color:#333;
	text-decoration:none;
}
	.soon {
		float: left;
	}
	.more {
		text-transform: none;
	}
	.phone .text .more a:hover {
		background: none;
	}
.map {
	margin-top: 2px;
	width:685px;
	height:685px;
}
.basketItem .basketDelIcon {
	float : right;
	width: 8px;
    height: 10px;
    margin: -18px 10px 0 0;
    cursor: pointer;
}
.basketItem .map {
	width:660px;
	height:660px;
}
.basketItemDelIcon {
	/*float : right;*/
	width: 8px;
    height: 10px;
    margin: 0 20px 0 0;
    cursor: pointer;
    vertical-align: middle;
}
.clearBtnStyle {
	/*margin-top: 10px;*/
	/*float: left;*/
    background: url(/_layouts/BelCompany/btn-big.gif) no-repeat left top;
    font-size: 13px;
    color: #ffffff;
    text-align: left;
    width: 175px;
    height: 35px;
    padding: 0 0 4px 5px;
    margin-left: 10px;
    cursor: pointer;   
    text-decoration:none;
    border: none;
}
.clearBtnStyle2 {
	background: url(/_layouts/BelCompany/btn-clear2.gif) no-repeat left top;
    font-size: 13px;
    color: #666666;
    text-align: center;
    width: 87px;
    height: 34px;
    padding: 0 3px 4px 3px;
    margin-left: 10px;
    cursor: pointer;   
    text-decoration:none;
    border: none;
}
.clearBtnStyle2:hover {
	background: url(/_layouts/BelCompany/btn-clear2-on.gif) no-repeat left top;
}

.clearBtnStyle3 {
	background: url(/_layouts/BelCompany/btn-clear3.gif) no-repeat left top;
    font-size: 13px;
    color: #666666;
    text-align: center;
    width: 120px;
    height: 34px;
    padding: 0 3px 4px 3px;
    margin-left: 10px;
    cursor: pointer;   
    text-decoration:none;
    border: none;
}

.clearBtnStyle3:hover {
	background: url(/_layouts/BelCompany/btn-clear3-on.gif) no-repeat left top;
}

#printLink {
	/*float:right;*/		
}

/*POPUP 2  (Used currently for accessory and store popup)*/
.popupAcc .close img {
    position: absolute;
	top: 15px;
	left: 308px;
	cursor: pointer;
    background: url(/_layouts/BelCompany/pop-x.gif) no-repeat 625px 15px;
}
.popupAcc {
	display: none;	
	position: absolute !important;
	/*top: 20px !important;*/
	z-index: 200;
}	
.popupStore .close img {
    position: absolute;
	top: 15px;
	left: 288px;
	cursor: pointer;
    background: url(/_layouts/BelCompany/pop-x.gif) no-repeat 625px 15px;
}
/*END POPUP 2*/
.pointer {
	cursor: pointer;
}
.delIconPresel {
	float: right;
    position: relative;
    vertical-align: top;
    text-align: right !important;
	padding:0 15px 15px 0;
}
.rightImg {
    background: url(../../BelCompany/phone-r-arrow.gif) no-repeat right 4px;
    *background: url(../../BelCompany/phone-r-arrow.gif) no-repeat right 7px;
    margin-right: -5px;
}
span.supPrice {
	font-size:10px;
	vertical-align:top;
}
table.radio tr td input {
   margin: 4px 2px -1px 0;
}

.sliderCell
{
	position: relative;
}

.sliderRail {
	position:relative;
	background:url(../../BelCompany/slider-rail.gif) repeat-x;
	/*display: block;*/
	height:22px;
	width:150px;
}
.sliderHandle {
	position:relative;
	height:22px;
	width:10px; 
}

/* search results */
.tblPadL .contractMid {
	padding-bottom:5px;	
}
/* /search results */

/* validation */
.error {color:Red;}
/* /validation */
.ajax__slider_h_rail {
	width: 100px !important;	
}

.autoWidth
{
	width: auto;
}

/* fix buttons on check out page*/
a:link.btnNext {color:#fff;letter-spacing:normal;text-decoration:none;}

/* table on the checkout overview page */
.tblOrderOverViewAccessories 
{
	display:inline;
	margin-right:10px;
	float:left;
	width:35px;
	}
	
.tblOrderOverview .tdPrice {
	width:8%;
	text-align:right;
}

a.error 
{
	color:#ff0000;
}

#divPopupContainer
{
	position: absolute;
	z-index: 300 !important;
}

/* IFrame for top menu 2nd level, visible only for IE6: */
.topnavIFrame 
{
	background: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* IE 6: */
	_display: block; 
	_filter: alpha(opacity=0);
	_top: 1px !important;
	_left: -1px !important;
}
.pageTopBig .right{ position: relative; }

/*-------Popup toestel-----*/
.tooltipT {    
      position: absolute;
      width: 283px;
      z-index: 8;  
      display: none;
      top: 5px !important;
      *top: 5px !important;
      left: -270px;
}
.tooltipT .tooltipTop {
    background: url(/_layouts/belcompany/tooltip-top-h.png) no-repeat left bottom;
    font-size: 14px;
      color: #ffffff;
      font-weight: bold;
      width: 323px;
    height: 22px;  
      padding-left: 14px;
      vertical-align:middle;
      line-height:22px;
}
.tooltipT .tooltipBot, .tooltipT .tooltipBotL {
    width: 323px;
    height: 42px;    
}
.tooltipT .tooltipBot a, .tooltipT .tooltipBot a:active, .tooltipT .tooltipBot a:visited {
      background: url(/_layouts/belcompany/arrow-black-d.gif) no-repeat 32px 10px;
      font-weight: bold;
      color: #707070;
    width: 139px; 
      border-bottom: none;
}
.tooltipT .tooltipBot a:hover {
      background: url(/_layouts/belcompany/arrow-blue-d.gif) no-repeat 32px 10px;
}
.tooltipT .tooltipMid {
    background: url(/_layouts/belcompany/tooltip-mid-h1.gif) repeat-y left top;
    width: 323px;   
}
.tooltipT .tooltipMid .txt {
    position: relative;
    text-align: left;
    font-size: 10px;
    padding: 10px 13px 0px 14px;
    color:#000000;
}
.tooltipT .tooltipBot, .tooltipT .tooltipBotL {
    width: 323px;
    height: 42px;    
}
.tooltipT .tooltipBot {
    background: url(/_layouts/belcompany/tooltip-bot-h.png) no-repeat left top;
}
.tooltipT .tooltipBotL {
    position: relative;
    background: url(/_layouts/belcompany/tooltip-bot-l-h.png) no-repeat left top;
    margin-left: -20px;
    z-index: 2000;
}
