﻿/* PopUps */
#ShowBasketBox .ClearLine {clear:both;}
#ShowBasketBox {
        -moz-border-radius: 6px;
        background: #ffffff;
        -webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
        border: 1px solid #536376;
        -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
        -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;
		box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
        padding: 10px 10px;
        width: 300px;
        position: relative;
        display: none;
}
#ShowBasketBox a {
	text-decoration: none;
	font-weight: 700;
	color: #ffffff;
	font-size: 13px;
}
#ShowBasketBox img {border:none;}		
#ShowBasketBox .ShowBasketBoxInner {border:1px solid #536376;padding:10px 10px;}
#ShowBasketBox .ShowBasketBoxInner .ShowBasketBoxHeader {
	;
}
#ShowBasketBox .ShowBasketBoxCloseImg {
	display:block;
	background-image: url('/images/skins/popupbasket/bt-popup-luk.png');
	background-repeat: no-repeat;
	background-position:0 0;	
	width: 51px; height: 54px;
	overflow: hidden; 
	line-height: 1000px;
	position: absolute; 
	top: -27px;
	right: -24px;
}
#ShowBasketBox .ShowBasketBoxCloseImg:hover {background-position: -48px 0px;}
#ShowBasketBox .ShowBasketBoxCloseImg:active {background-position: -48px 0px;}

#ShowBasketBox .ShowBasketBoxMesssage {
	font-size: 18px;
	font-weight: normal;
	color: #383838;
	padding: 20px 0
}
#ShowBasketBox .ShowBasketBoxMesssageCustom {
	font-size: 16px;
	font-weight: 700;
	color: #279405;
	padding: 0px 0 20px 0;
}
#ShowBasketBox .ShowBasketBoxInner .ShowBasketBoxActionArea {;}
#ShowBasketBox .ShowBasketBoxInner .ShowBasketBoxActionArea .ShowBasketBoxCloseLink {float:left;}
#ShowBasketBox .ShowBasketBoxInner .ShowBasketBoxActionArea a.ShowBasketBoxCloseLink  {
	display:block;
	height: 40px;
	line-height: 40px;
	padding: 0 13px!important;
	text-transform: uppercase;
	background-color: #777;
}
#ShowBasketBox .ShowBasketBoxInner  .ShowBasketBoxActionArea a.ShowBasketBoxCloseLink:hover {
	background:#383838;
}
#ShowBasketBox .ShowBasketBoxInner  .ShowBasketBoxActionArea .ShowBasketBoxToBasketLink {float:right;}
#ShowBasketBox .ShowBasketBoxInner  .ShowBasketBoxActionArea a.ShowBasketBoxToBasketLink {
	display:block;
	height: 40px;
	line-height: 40px;
	padding: 0 17px!important;
	text-transform: uppercase;
	background-color: #82d0f5;
}
#ShowBasketBox .ShowBasketBoxInner  .ShowBasketBoxActionArea a.ShowBasketBoxToBasketLink:hover {
	background:  #AADEF4;
}
#AlertBox .ClearLine {clear:both;}
#AlertBox {
	-moz-border-radius: 6px;
	background: #ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #536376;
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	-moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;
	box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	padding: 10px 10px;
	position: relative;
    display: none;
}
#AlertBox .AlertBoxInner {border:1px solid #536376;padding:10px 10px;}
#AlertBox .AlertBoxInner .AlertBoxHeader {
	margin: 0;
	padding: 15px 0px 0px 0px;
	font-size: 70px;
	font-weight: 700;
	text-align: center;
	color:#279405;
}
#AlertBox .AlertBoxInner .AlertBoxMesssage {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	padding: 20px 0;
}
#AlertBox .AlertBoxInner  .AlertBoxCloseArea {text-align:center;}
#AlertBox .AlertBoxInner  .AlertBoxCloseArea .AlertBoxClose {margin:0;padding:0;border:none;-moz-border-radius: 0px 0px 0px 0px; -webkit-border-radius: 0px 0px 0px 0px; -khtml-border-radius: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px;-webkit-appearance: none;}
#AlertBox .AlertBoxInner  .AlertBoxCloseArea .AlertBoxClose {
	background: #000;
	padding: 0 20px;
	height: 35px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	cursor: pointer;
	text-transform: uppercase;
	line-height: 35px;
}
#AlertBox .AlertBoxInner  .AlertBoxCloseArea .AlertBoxClose:hover {background:#777;}

.ShowBasketBoxHeader .icon.icon-basket {
    font-size: 35px;
    color: #777777;
}