@import url('p24-banki.css');

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, a, cite, code, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

html {
	margin: 0;
	padding: 0;
	background: #fff;
}

body {
	font-size: 11px; 
	font-family: Arial, Verdana, Sans-serif;
	margin: 0;
	padding: 0;
	color: #111; 	
}

#updateBrowser { display: none; }

/* HTML5 defaults */
header, footer, section, nav, article, aside {
    margin: 0px;
    padding: 0px;
    display: block;
}

/* reset styles */
:focus { outline: 0; }
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
.clear,
.isCleared { clear: both; }
a img { border: 0; }

/* useful classes and styles */
.rFloated { float: right !important; }
.lFloated { float: left !important; }
.center { text-align: center !important; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.inline { 
    display: inline-block !important; 
    vertical-align: middle !important; 
}
.active {  }
.hidden { display: none; }
.vhidden { visibility: hidden; }

article img { margin: 0.5em; }
article img.lFloated { margin: 0 1em 0.5em 0; }
article img.rFloated { margin-right: 0 0 0.5em 1em; }

/* Layout */
.none { color: #aaa !important; }
#addressBook { 
	padding: 1em;
}
#addressBook table { 
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#addressBook td { text-align: center; }
#addressBook td.dt { 
	width: 70%; 
	text-align: left;
}

#addressBook tfoot a {
	font-weight: bold;
	font-size: 11px;	
}

.overlayBg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: transparent url(../i/opacity_bg.png) repeat;
	z-index: 2;
}

.overlayWrapper,
.confirmOverlay {
	display: none;
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -240px;	
	padding: 0.65em;
	width: 480px;
	background: transparent url(../i/overlayBorder_bg.png) 0 0 repeat;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	z-index: 100;
	/*-webkit-box-shadow: 0 1px 5px #222;
	-moz-box-shadow: 0 1px 5px #222;
	box-shadow: 0 1px 5px #222;*/
}

/*.overlayWrapper .boxContent h3 span { display: none; }*/

.hasScrollY { overflow-y: auto; }

.confirmOverlay { 
	width: 360px;
	margin-left: -180px; 
}

#wrapper .overlayWrapper .boxContent,
#content .confirmOverlay .boxContent {
	background-color: #fff;
	margin-bottom: 0.15em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	position: relative;
	min-height: 20px;
	padding: 1em 1.75em 1.15em 1.75em;
	color: #111 !important;
}

.overlayWrapper h3,
.confirmOverlay h3 {
	color: #111;
	margin: 1.25em 0 0.5em 0;
	font-family: Arial, Sans-serif;
	font-size: 12px;	
	font-weight: bold;
}

.overlayWrapper p,
.confirmOverlay p {
	margin: 0 0 1.35em 0;
	font-size: 12px;
	line-height: 1.45;	
}

.confirmOverlay .contentWrapper p,
p.hasIcon.alertIcon { background: transparent url(../i/alert_icon.png) 0 50% no-repeat; }

.confirmOverlay p {
	margin: 1em 0 !important;
	padding-left: 24px;
	display: inline-block;
	vertical-align: middle;
}


.overlayWrapper .message {
	display: none;
	line-height: 1.5;	
	font-size: 12px;
	margin-bottom: 0.5em;	
	padding: 1.4em 1em 1.4em 90px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
.okMessage {
	background-image: url(../i/okMessage_bg.png);	
}


.overlayWrapper .loadingBar { 
	height: 20px;
	position: static;	
}

.overlayWrapper .message .closeLink {
	margin-left: 0.5em;	
}


#wrapper {
	width: 990px;
	margin: 0 auto;
	position: relative;
	overflow-x: hidden;	
}

header {
	height: 120px;
	background: transparent url(../i/header_bg.jpg) 0 100% no-repeat;
}

.sidebar {
	width: 240px;
}

#content {
	margin-right: 260px;
	padding-bottom: 4em;	
}

footer {
	
}

.decoLayer { 
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute; 
}

/* links */
a, a:link {
	color: #007dcd;	
	text-decoration: none;
}
a:hover { 
	color: #dd2b00; 
	/*text-decoration: underline;*/ 
}
a:visited { color: #900 solid; }
a:visited:hover { }

.button {
	display: inline-block;
	color: #fff !important;
	font-weight: bold;	
	padding: 0.25em 0.85em !important;
}

/* elements */
#homeLink {
	display: block;
	text-indent: -3000px;
	width: 220px;
	height: 99px;
	background: transparent url(../i/YETIPAY_webactive.png) 0 0 no-repeat;
	margin-top: 20px;
}

#priNav {
	min-height: 32px;	
	border: 1px #6bb3d7 solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 2.5em;
	-webkit-box-shadow: inset 0px -1px 10px 0px #ccd6ff;
	-moz-box-shadow: inset 0px -1px 10px 0px #ccd6ff;
	box-shadow: inset 0px -1px 10px 0px #ccd6ff;
	background: #60bef0;
	background: -moz-linear-gradient(top, #60bef0 0%, #a1d3ea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60bef0), color-stop(100%,#a1d3ea));
	background: -webkit-linear-gradient(top, #60bef0 0%,#a1d3ea 100%);
	background: -o-linear-gradient(top, #60bef0 0%,#a1d3ea 100%);
	background: -ms-linear-gradient(top, #60bef0 0%,#a1d3ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60bef0', endColorstr='#a1d3ea',GradientType=0 );
	background: linear-gradient(top, #60bef0 0%,#a1d3ea 100%);
}

.mainMenuPoint {
	-moz-bpx-shadow:1px 0 0 #ccc;
	}

#priNav ul li {
	float: left;
	list-style: none;
	height: 32px;
	border-right:1px solid #43a5f5;
	margin-top:1px;
}

	li.hasSubmenu {
		margin-left:2px	
	}
	
	li#mainmenupoints {
		-webkit-box-shadow:1px 0 0 #c0e0fc;
		-moz-box-shadow:1px 0 0 #c0e0fc;
		box-shadow:1px 0 0 #c0e0fc;
		margin-right:-1px;
	}

#priNav ul a {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-size: 13px;
	color: #133b65;
	text-decoration: none;
	text-shadow: 0 1px 0px #ebeefb;	
	padding: 7px 0.85em 0 0.85em;
	height: 22px;
	margin-right: -1px;
}

#priNav a {
	display:inline-block;
	} 

#priNav a:hover {
	color: #fff;
	text-shadow:none;
	}


#priNav a.active { 
	margin-bottom:-1px;
	-moz-box-shadow:0 0 5px #ccc;
	-web-box-shadow:0 0 5px #ccc;
	box-shadow:0 0 5px #ccc;
	padding-top: 7px;
	padding-bottom:0;
	height: 25px;
	margin-right: -1px;
	font-weight: normal;
	font-size: 13px;
	color: #fff;	
	text-shadow: 0 1px 1px #4e7793;
	text-decoration: none;
	position: relative;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background:#007dcd;
}

#priNav .activeSubmenu {
	color: #fff;	
	text-shadow: 0 1px 1px #4e7793;
	text-decoration: none !important;
	position: relative;
	padding-top: 7px;
	height: 26px;
	background:#007dcd;
	-webkit-box-shadow: 0 2px 5px #999;
	-moz-box-shadow: 0 2px 5px #999;
	box-shadow: 0 2px 5px #999;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	z-index:1;
}

#priNav a.goStart {
	text-indent: -3000px;
	width: 23px;
}

#priNav .last { 
	float: right; 
	background: none;
}

#priNav .last span {
	display: block;
	font-size: 12px;
	padding: 1px 0.85em 0 0.85em;
	height: 25px;
	color: #407f9f;
}

#priNav .last em {
	font-style: normal;	
}

#priNav .last a {
	display: inline-block;
	font-size: 12px;	
}

#priNav .logoutIcon { 
	font-weight: bold;
	font-size: 11px !important;
}


#priNav .hasSubmenu { position: relative;}

#priNav ul .hasSubmenu:hover > div  { display: block; }

#priNav ul .submenuWrapper {
	width: 200px;
	margin-top: -1px;
	margin-left:-1px;
	position: absolute;
	top: 32px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0 3px 8px #999;
	-moz-box-shadow: 0 3px 8px #999;
	box-shadow: 0 3px 8px #999;
	z-index: 1;
	display: none;
	padding-bottom:1px;	
	padding-left:1px;
	padding-right:1px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.85) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.85) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.85) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#ffffff',GradientType=0 );
	background: linear-gradient(top, rgba(255,255,255,0.85) 0%,rgba(255,255,255,1) 100%);
	opacity:0.97;
}

#priNav ul ul {
	margin: 0;
	padding: 6px 3px 10px 3px;
	list-style: none;	
	background: #007dcd;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#007dcd), to(#33A7EE));
	background: -moz-linear-gradient(#007dcd, #33A7EE);
	background: linear-gradient(#007dcd, #33A7EE);
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;	
	border:none;
	
}
#priNav ul ul li {
    background-image: none;
    border: none !important;
    float: none;
    height: auto;
    
}
#priNav ul ul a {
	display: block;
	color: #258cce;	
	color: #fff;	
	padding: 0.3em 0.5em;
	height: auto;
	text-shadow: none;
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	border:none;
	margin-left:2px;
}
#priNav ul ul a:hover {
	color: #fff;
	color: #258cce;	
	background-color: #fff;		
	text-decoration: none;
	border:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;	
	margin-right:2px;
}

#priNav ul ul a.active { font-weight: bold; }


#displayNameSpan {
	white-space:nowrap;
	text-overflow:ellipsis; 
	width: 170px;
	text-align: right;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}


.activeArrow {
	position: absolute;
	left: 50%;
	bottom: -9px;
	margin-left: -9px;
	width: 18px;
	height: 10px;
	background: transparent url(../i/priNavActiveArrow_bg.png) 0 0 no-repeat; 
	z-index:0;	
}

.box {
	border: 1px #ccc solid;
	margin: 0 0 1.75em 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 10px 10px 0px #87c7f5;
	-moz-box-shadow: inset 0px 10px 10px 0px #87c7f5;
	box-shadow: inset 0px 10px 10px 0px #87c7f5;
	background: #a2d1ef;	
	font-size: 12px;
}
.warnBox { background: transparent url(../i/warnBox_bg.png) 0 0 repeat-x; }

.pageContent .box { background-position: 0 -126px; }

.box .boxContent {
	padding: 1.75em 1.1em 0.85em 1.1em;	
	overflow: auto;
	background-color: #fff;
}
.box .boxTitle {
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	font-size: 13px !important;
	font-weight: bold;
	color: #133b65;
	text-decoration: none;
	text-shadow: 0 1px 0px #ebeefb;	
	padding: 0.35em 1em 0.4em 0.65em;
	margin: 0 !important;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 1px 2px #aaa, 0 1px 0px #ebf8ff inset;	
	-moz-box-shadow: 0 1px 2px #aaa, 0 1px 0px #ebf8ff inset;	
	box-shadow: 0 1px 2px #aaa, 0 1px 0px #ebf8ff inset;
}
.box.warnBox .boxTitle {
	color: #fff;
	text-shadow: 0 1px 1px #520;	
	-webkit-box-shadow: 0 1px 2px #aaa, 0 1px 0px #ffc8c3 inset;	
	-moz-box-shadow: 0 1px 2px #aaa, 0 1px 0px #ffc8c3 inset;	
	box-shadow: 0 1px 2px #aaa, 0 1px 0px #ffc8c3 inset;
}
.pageContent .boxTitle {
	padding: 0.38em 0.65em 0.5em 0.65em;
	border: 1px #fff solid;	
	border-top: 0;
}

a.newDefined { 
	font-weight: bold; 
	margin-bottom: 0.35em;
}

.hasIcon {
	padding-left: 24px !important;	
	background-repeat: no-repeat;
	background-image: url(../i/icons_bgs.png);
}
.isIcon {
	display: inline-block;
	vertical-align: middle;
	text-indent: -3000px;
	margin: 0 0.15em;
	background-repeat: no-repeat;
	background-position: 50%;	
}

.isIcon.lightButton {
	width: 55px;
	height: 27px;
	background-image: url(../i/lightButton_bg.png);	
}

.hasIcon.keyIcon { background-position: 3px 5px; }
.hasIcon.padlockIcon { background-position: 3px -27px; }
.hasIcon.pigIcon { background-position: 2px -118px; }
.hasIcon.logoutIcon { 
	background-position: 100% -56px; 
	padding-left: 0 !important;
	padding-right: 26px !important;
}
.hasIcon.moneyIcon { background-position: 2px -244px; }
.hasIcon.cogIcon { background-position: 2px -214px; }
h3.hasIcon.cloudIcon { background-position: 3px -1012px; }
.hasIcon.cloudIcon { background-position: 3px -1015px; }
.hasIcon.editTrigger { background-position: 2px -341px; }
.hasIcon.warnIcon { background-position: 3px -750px; }
.hasIcon.partnerIcon { background-position: 3px -88px; }
.hasIcon.pdfIcon { 
	background-position: 3px -396px;  
	display: inline-block;
	padding: 2px 0 2px 24px !important;
}
.hasIcon.pendingIcon { 
	background-position: 3px -425px; 
	color: #bc1010;
}
.hasIcon.finishedIcon { 
	background-position: 3px -450px; 
	color: #659536;
}
.hasIcon.newDefined { 
	background-position: 4px -588px; 
	font-size: 13px;
	margin-right: 0.5em;
}
.hasIcon.loadingIcon{
	background-repeat: no-repeat;
	background-image: url(../i/iconLoader.gif);
	padding-bottom: 1px;
}

#anonymous_profile_link,
#cancel_email_change_link { 
	padding: 0 24px 0 0 !important;
	background-position: 100% -277px; 
}


.box h3 {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #222;
	margin: 0 0 0.5em 0;
}

.box ul:first-child li:first-child h3 { margin-top: 0; }

.box p {
	margin: 0 0 1.5em 0;
	line-height: 1.35;	
}
.box p.detailInfo {
	font-size: 11px;
	color: #444;
	border-top: 1px #eee solid;	
	padding: 0.75em 0.4em 0 0.4em;
	text-align: center;
}

.box aside ul {
	list-style: none;	
	margin: 0 0 1.5em 0;
	text-align: center;
}
.box aside li {
	display: inline-block;	
}

.box .logotypes a {
	display: block;
	text-indent: -3000px;
	height: 27px;
	width: 40px;
	background-image: url(../i/temp/logotypes_bgs.png);	
	background-repeat: no-repeat;
	margin: 0.35em;
	padding: 0 0 1px 0;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
}
.box .logotypes a:hover {
	border-color: #dedede;
	-webkit-box-shadow: 0px 0px 2px #dedede;
	-moz-box-shadow: 0px 0px 2px #dedede;
	box-shadow: 0px 0px 2px #dedede;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.box #escrowLink { 
	background-position: -3px -117px; 
	height: 32px; 
	margin: 0;
}
.box #thawteLink { 
	background-position: -54px -117px; 
	width: 68px; 
	height: 32px; 
	margin: 0;
}
.box #visaLink { 
	background-position: -130px -117px; 
	width: 64px; 
	height: 32px; 
	margin: 0;
}
#byVisa { background-position: -5px 1px; }
#byMc { background-position: -62px 1px; width: 34px; }
#byDc { background-position: -111px 1px; width: 76px; }
#byIng { background-position: 1px -30px; width: 66px; }
#byMt { background-position: -70px -30px; width: 62px; }
#byNordea { background-position: -140px -30px; width: 58px; }
#byMtransfer { background-position: -9px -56px; width: 52px; }
#byInteligo { background-position: -73px -56px; }
#byP24 { background-position: -124px -56px; width: 56px; }
#byPayPal { background-position: -8px -84px; width: 56px; }
#byPolcard { background-position: -101px -84px; width: 95px; }


#myWallet {
	margin: 0 auto 1.85em auto;	
	text-align: center;
}

#myWallet h4 {
	color: #777;
	font-size: 12px;
	margin-bottom: 0;
	font-family: Verdana, Sans-serif;
}
#myWallet span {
	display: block;
	font-size: 28px;
	height: 48px;
	color: #111;
	margin: 0.15em 0.2em 0 0;
}

#myWallet em {
	font-style: normal;
	font-size: 12px;	
}

#chargeWrapper {
	border-top: 1px #ddd solid;
	background-color: rgb(244,244,244);
	padding: 0.85em 0 1.15em 0;	
	width: 212px;
}

#myWallet .button { 
}

.box .userMenu ul {
	list-style: none;
	margin: 1em 0 1.5em 0.5em;
}	
.box #settingsMenu ul { margin-top: 0; }

.userMenu li { margin-bottom: 0.4em; }
.userMenu a.sepLink { 
	display: inline-block;
	margin-top: 0.5em; 
}
.userMenu a.active { 
	font-weight: bold; 
	color: #DD2B00;
}
.userMenu a.active:before { content: '\00AB  '; } 
.box .userMenu h3 { margin: 1.25em 0 0.453em 0; }

/* content */

.splashBox {
	width: 703px;
	position: relative;
	border: 1px #eee solid;
	font-family: Verdana, Sans-serif;
	font-size: 14px;
	color: #111;
	text-shadow: 0 1px 0 #fff;
	overflow: hidden;	
        height: 570px;
} 

.splashBox .slidesContainer {
	width: 20000em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

.splashBox .slides {
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;	
	width: 603px;
	height: 246px;
	padding: 40px 50px;
}

.splashBox .slide01 { background-image: url(../i/splash01_bg.jpg); }
.splashBox .slide02 { background-image: url(../i/splash02_bg.jpg); }
.splashBox .slide03 { background-image: url(../i/splash03_bg.jpg); }

.splashBox h1 {
	margin: 0 0 0.25em 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-weight: bold;
	font-size: 29px;	
}

.splashBox p {
	margin: 0;	
	line-height: 1.4;
}

.splashBox .navi {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 4;	
}

.splashBox .navi a {
	display: inline-block;
	padding: 2px 6px;
	font-size: 10px;
	color: #888 !important;
	text-decoration: none;
	background-color: #dedede;
	text-shadow: none;	
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.splashBox .navi a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #999;
}
.splashBox .navi a.active,
.splashBox .navi a.activeSlide {
	font-weight: bold;
	color: #fff !important;
	background-color: #555;
}

.splashBox .ctaWrapper {
	float: left;
	height: 58px;
	margin: 20px 2.5em 0 0;
	padding: 0;
}

.splashBox .ctaButton {
	display: block;
	width: 272px;
	height: 53px;
	background: transparent url(../i/splashCta_bgs.png) 0 0 repeat-x;	
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	text-shadow: 0 1px 1px #444;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: relative;	
}
.splashBox .ctaButton .boxContent {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	height: 44px;
	padding-top: 8px;
}

#content .splashBox .ctaWrapper:hover .ctaButton {
	/*-moz-box-shadow: 0 0 45px #fff;*/
	text-decoration: none;
}
#content .splashBox .ctaWrapper:hover #howtoWrapper .boxContent {
	-webkit-box-shadow: 0 0 25px #c9ebfc inset;	
	-moz-box-shadow: 0 0 25px #c9ebfc inset;	
	box-shadow: 0 0 25px #c9ebfc inset;	
}
#content .splashBox .ctaWrapper:hover #registerCta .boxContent {
	-webkit-box-shadow: 0 0 25px #ffb79e inset;	
	-moz-box-shadow: 0 0 25px #ffb79e inset;	
	box-shadow: 0 0 25px #ffb79e inset;	
}

#content .splashBox .ctaWrapper:hover .ctaShadow { opacity: 0.35; }

.splashBox #howtoCta .boxContent {
	border: 1px #74bae3 solid;
	border-top: 0;	
}

.splashBox #registerCta .boxContent {
	border: 1px #ec6b36 solid;
	border-top: 0;	
}

#content .splashBox .ctaButton h2 {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 22px;
	text-shadow: 0 1px 1px #002d5b;
	margin: 0;
	font-weight: bold;
	color: #fff;
	border: 0;
}
#content .splashBox #registerCta h2 { text-shadow: 0 1px 1px #5c1200; }
.splashBox .ctaButton p { 
	width: 100%;
	color: #fff;
	font-size: 11px; 
}

.splashBox .ctaShadow {
	bottom: -30px;
	left: 50%;
	margin-left: -143px;
	width: 286px;	
	height: 21px;
	background-image: url(../i/splashCtaSdw_bg.png);
}

.splashBox #howtoCta { border: 1px #2571ab solid; }
.splashBox #registerCta {
	background-position: 0 -70px;	
	border: 1px #752100 solid;
}

.splashBox .clockLayer {
	width: 242px;
	height: 248px;
	background-image: url(../i/splashClock_bg.png);
	top: 32px;
	right: 80px;	
}

.splashBox > .boxContent {
		position: absolute;
		bottom: 64px;
		bottom: 25px;
		left: 60px;
		height: 110px;
}

.yetiSmallLogotype {
	text-indent: -3000px;
	display: inline-block;
	width: 48px;
	height: 19px;
	background: transparent url(../i/yetipayLogotypeSmall_bg.png) 0 0 no-repeat;	
}

#partnersBox {
	width: 700px;
	overflow: hidden;
	position: relative;
	height: 60px;	
	margin: 0 0 4em 0;
}

#partnersTooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	text-align: center;
	padding: 0.5em 1.25em 0.7em 1.25em;
	background-color: #fff9d5;
	border: 1px #ebe3b6 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 9px rgb(0,0,0,0.15);
	-moz-box-shadow: 0 2px 9px rgba(0,0,0,0.15);
	box-shadow: 0 2px 9px rgba(0,0,0,0.15);
	display: none;
}

#partnersBox .items {
	width: 20000em;
	position: absolute;
	clear: both;
	margin: 0;
	padding: 0;	
}
#partnersBox .slides {	
	/*text-indent: -3000px;*/
	float: left;
	width: 700px;
	height: 60px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	opacity: 1;
}
#partnersBox .slides:hover { opacity: 1; }

#slide01 { background-image: url(../i/slides01.png); }
#slide02 { background-image: url(../i/slides02.png); }

#content .submenuBox {
	width: 170px;
	float: left;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
	background: none;	
	margin: 25px 0 0;
}
#content #submenu ul {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
}
#content #submenu ul a.active { 
	text-decoration: none;
	font-weight: none;
	color: #AA0000;
}
#content #submenu ul a.active:after {
	
	padding-left: 0.25em;	
}
#content #submenu ul ul a.active { font-weight: normal; }
#content #submenu ul ul a.active:after { 
	content: "\00BB"; 
	font-weight: bold;
	margin-left: 0.25em;
}

#content #submenu li {
	margin-bottom: 0.2em;	
}

#content #submenu li h4 {
	margin: 0 0 0.35em 0;
}
#content #submenu h4.open a { color: #900 !important; }
#content #submenu h4.open span { color: #900 !important; }

#content #submenu .submenu { margin-left: 1.05em; }

#submenu h4 span {
	display: inline-block; 
	color: #999;
	font-size: 9px;
	font-weight: normal !important;
	margin: 0 0.35em 0 0;
}


/* typo  */

.pageContent { padding: 3em 6em 4em 4em; }
.pageContent.noPadding { padding: 0 0 4em 0; }


.withSubmenu .pageContent { margin-left: 194px; }

#content a { color: #007dcd; }
#content a:hover { 
	text-decoration: underline; 
}

#content h1 { 
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-stretch: Condensed;
	font-size: 26px; 
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
#content h2 {
	font-size: 19px;
	font-family: Arial, Serif;
	color: #007dcd;
	font-weight: normal;
	margin: 1.5em 0 0.85em 0;
	padding: 0.1em;
	border-bottom: 3px #d9f2ff solid;	
}

#content .contentBox h2 {
	margin-top: 0.75em;
	font-size: 17px;	
}

#content h2 a:after { content: "  \00BB"; }
#content h2 span {
	 color: #111;
	 font-size: 18px;
	 font-style: italic;	
}

#content h3 {
	color: #111;
	margin: 1.25em 0 0.5em 0;
	font-family: Arial, Sans-serif;
	font-size: 14px;	
	font-weight: bold;
}

#content h4 {
	color: #111;
	margin: 1.25em 0 0.5em 0;
	font-family: Arial, Sans-serif;
	font-size: 13px;	
	font-weight: bold;
}

#content p,
#content ul,
#content ol {
	margin: 0 0 1.35em 0;
	font-size: 12px;
	line-height: 1.45;	
}

#content p em {
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	display: inline-block;
	vertical-align: center;
	background-color: #fff6e6;
	border: 1px #e7dbc6 solid;
	color: #776952;
	padding: 0.25em 0.85em;
	margin: 0 0.15em;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px
}
	
#content ul,
#content ol {
	margin-left: 1.5em;
	margin-bottom: 1.55em;	
}

#content ul.accountStatus {
	list-style: none;	
	margin-left: 0;
	padding: 0 0.25em 0.25em 0.65em;
	border-left: 3px #eee solid;
}
#content ul.accountStatus li { margin-bottom: 0.05em; }
#content ul.accountStatus { font-size: 1.2em; }
#content ul.accountStatus strong { font-size: 1.35em; }
#content ul.accountStatus .pendingMoney { 
	font-size: 0.85em;
	color: #666;
}

#content ul,
.sidebar ul { list-style-type: square; }

#content li,
.sidebar li { margin-bottom: 0.75em; }

#content p.head {
	font-family: Arial, Sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 1.2em;
	line-height: 1.4;
	border-left: 3px #ddd solid;
	width: 95%;	
	margin: 0 0 3em 0.15em;
}

#content cite {
	font-family: Georgia, Serif;
	font-style: italic;
	font-size: 14px;
	color: #444;
	line-height: 1.5;
	display: block;
	text-align: center;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	padding: 1em;
	margin: 1.5em 0;	
}

.pageNav,
.pagination {	
	color: #333;
	padding: 1em;
	margin-top: 1em;
	font-size: 12px;
}

.pagination { text-align: right; }

.topPagination {
	margin: -1em 0 1.5em 0;
	border-top: 0;
}

.pagination.topPagination .pages {
	float: none;
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.pageNav a,
.pagination a {
	margin: 0 0.25em;
}
.pageNav a.active,
.pagination a.active { 
	font-weight: bold; 
	cursor: default;	
}

.pagination a,
.pagination span {
		display: inline-block;
		border: 1px #3781b9 solid;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		padding: 0.25em 0.6em 0.15em 0.6em;
		line-height: 1.25;
}
.pagination span { padding-bottom: 0.3em; }
.pagination a:hover { 
		border-color: #c20; 
		color: #c20 !important;	
}

.pagination a.active  {
		border-color: #c20;
		color: #c20 !important
}

.pagination span { 
		color: #999 !important; 
		border-color: #999;
}

.pageNav .navLinks {
	float: right;	
}

.pageNav a,
.pagination a {
	display: inline-block;
	min-height: 16px;
	color: #aaa;
	text-decoration: none !important;
}

.pagination .pages {
	float: left;
	width: 70%;
}

#content article p .readMore {
}
#content article h4 .readMore { 
	font-size: 11px; 
	color: #999;
}
#content article h4 .readMore:hover {
	text-decoration: none;	
	color: #444;
}
	 
#content .hasMore h4 { 
	margin-top: 0.5em; 
	cursor: pointer;	
}
#content .hasMore {
	border-bottom: 1px #dedede solid;
	margin-bottom: 0;	
}
#content .hasMore:last-child {
	border: 0;
	margin-bottom: 1.5em;	
}

#content strong {
	
}
#content citie {
	
}
#content img {
		
}
#content .articleDate {
	color: #888;
	display: block;	
	font-size: 12px;
}


/* newsBox */

#newsBox { 
	margin-bottom: 3em; 
	overflow: auto;
}

#newsBox .newsIntro {
	float: left;
	width: 28%;
	margin: 0 1.5em 1.5em 1.5em;	
}

#newsBox h4 { margin-right: 3em; }

#newsBox .date {
	display: block;
	margin: -0.1em 0 0.75em 0;
	font-size: 11px;
	color: #777;	
}

#content .newsIntro > a {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 8px 4px 8px;
	background: #007dcd;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#007dcd), to(#33A7EE));
	background: -moz-linear-gradient(#007dcd, #33A7EE);
	background: linear-gradient(#007dcd, #33A7EE);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	opacity: 1;
}

.newsIntro > a:hover { 
	/*background-position: 0 -20px; 
	-moz-box-shadow: 0 0 1px #fff inset;
	border-color: #245784;*/
	text-decoration: none !important;
	text-shadow: -1px -1px 0px #195a8b;
	opacity: 0.2;
}


/* defult tables */
.tableWrapper {
	position: relative;	
}
.loadingBar {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #fff url(../i/loaderBar_icon.gif) 50% 50% no-repeat;	
	display: none;
}


table {
	position : relative;
	width: 100%;
	border: 1px #ccc solid;
	padding: 1px;	
	font-size: 12px;
	margin: 0.5em 0 1.5em 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
tbody { background: #fff url(../i/tbody_bg.png) 0 0 repeat-x; }
th, tr.subHead { 
	font-size: 11px;
	font-family: Verdana, Sans-serif;
	font-weight: bold;
	color: #333;
	text-shadow: 0 1px 0px #fff;
	background: #fff url(../i/th_bg.png) 0 0 repeat-x;
	padding: 7px 0.5em 7px 0.5em;
}
th em {
	font-style: normal;
	display: block;
	color: #888;
	font-size: 11px;	
}
th.sortable .hasIcon { 
	cursor: pointer; 
	display: inline-block;
	background-position: 2px -563px;
}
th a, th span.hasIcon {
	color: #333 !important;
	padding-left: 14px !important;	
}
th.sortable:hover,
th.sortable.active { 
	background: url(../i/sortableHover_bg.png); 
	-webkit-box-shadow: 0 0 2px #fff, 0 2px 3px #778 inset;
	-moz-box-shadow: 0 0 2px #fff, 0 2px 3px #778 inset;
	box-shadow: 0 0 2px #fff, 0 2px 3px #778 inset;
}
th.sortable .arrowUpIcon { background-position: 2px -496px; }
th.sortable .arrowDownIcon { background-position: 2px -477px; }


td {
	padding: 0.75em 0.5em;
	position: relative;	
}

.transactionHistoryTable > tbody > tr.activeRow > td,
.transactionHistoryTable > tbody > tr.activeRow:hover > td,
.standingOrdersTable > tbody > tr.activeRow > td,
.standingOrdersTable > tbody > tr.activeRow:hover > td { background-color: #ffdfdf !important; }

table.withHighlight > tbody > tr:hover > td { background-color: #cce7f4; }

td:hover .boxContent a { color: #444 !important; }

tr.even > td { background-color: rgb(242,242,242); }
.taDate {
	color: #555;	
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	width: 110px;
}
.taDest { width: 180px; }
.taDesc { width: 180px; }
.taHour,
.taType { 
	text-align: center; 
	vertical-align: middle;
}
.taDate span {
	display: block;
	margin: 0.2em 0 0 0.2em;
	font-size: 10px;
	color: #888;	
}

.taTitle { 
	font-weight: bold; 
	width: 230px;
}
.standingOrdersTable .taTitle { width: 33%; }
table .hasCustomWidth {
	width: 230px;
	word-wrap: break-word;	
}
table .taName .hasCustomWidth { width: 120px; }
table.userData .hasCustomWidth,
table.contactData .hasCustomWidth { width: 320px; }
table.transactionHistoryTable .taDest .hasCustomWidth, 
table.standingOrdersTable .taTitle .hasCustomWidth { width: 210px; }
table.standingOrdersTable .taDest .hasCustomWidth { width: 180px; }
table.successTable .hasCustomWidth { width: 360px; }
table.confirmTransferTable .hasCustomWidth { width: 260px; }


#standingOrderHistory .hasCustomWidth { width: 180px; }

.taTitle a { font-weight: normal; }
.taAmount, .taBalance {
	text-align: center;	
}
td.taAmount { 
	font-size: 13px; 
	text-align: center;
}
td.taAmount em { 
	font-size: 11px; 
	display: block;
	margin-top:0.25em;
}
 

td.taBalance { color: #555; }
td.dt {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;	
}
td.bankAccount { font-weight: bold; }

td em { 
	color: #777; 
}
.taOptionsBar {
	height: 14px;
	font-size: 11px;
	color: #aaa;
	padding: 6px 0 0 0;
}
.taOptionsBar a { margin: 0 0.15em; }
.taOptionsBar . { color: #ccc !important; }
.taOptionsBar .boxContent a { color: #ccc !important; }
.standingOrdersTable .activeRow .taOptionsBar .boxContent a { color: #111 !important; }
 
tr:hover td .boxContent a { color: #3781b9 !important; }
/*tr:hover td { background-color: #ffe9e2; }*/

td.dt em,
label em { 
	font-size: 11px;
	font-weight: normal; 
	font-style: normal;
	display: block;
	color: #777; 
}

.tdLabel { width: 23%; }

.detailsContainer td.editInPlace { 
	
}

.detailsContainer td.dt { 
	width: 150px !important; 
}

.detailsContainer.longContent td.editInPlace {
	
}
	
	
.detailsContainer td { 	padding: 0.35em 0.5em !important; }

#content table a.hasHtmlTooltip { display: inline-block; padding: 0.25em 0; }
#content table a.hasHtmlTooltip:hover { 
	text-decoration: none !important; 
}


#content .tableTooltip h3 { margin-top: 0.5em; }
#content .tableTooltip ul {
	font-size: 12px;	
	list-style: none;
	margin: 0;
}
#content .tableTooltip li { 
	margin-bottom: 0.25em; 
	padding: 0.1em 0.3em;
}
#content .tableTooltip li.even { background-color: rgb(242,242,242); }
#content .tableTooltip span { 
	display: inline-block;
	min-width: 20em;
	color: #666; 
	font-weight: bold;
	font-size: 11px;
}
	
	
tfoot td {
	border-top: 4px #fff solid;
	padding: 0.5em 0.5em;
	font-size: 12px;
	background-color: rgb(249,249,249);	
}
tfoot span { font-size: 11px; }
tfoot a span { font-weight: bold; }

/* content boxes */

.logsBox {
	margin-bottom: 1em;
}
.logsBox ul {
	list-style: none !important;	
	margin-left: 0 !important;
}
.logsBox li { margin-bottom: 0.7em !important; }
.logItems {
	padding-left: 26px;
	background-repeat: no-repeat;
	background-image: url(../i/icons_bgs.png);
	background-position: 2px -1015px;	
}

.warnItem { background-position: 2px -751px; }

.errorItem { 
	background-position: 4px -595px; 
	color: #c00;
}

#content .infoBox {
	border: 1px #bedba2 solid;	
	padding: 0.8em 1.75em 0.95em 1em;
	margin: 1em 0 1.5em 0;
	background-color: #ebffd7; 
	/*background: #ebffd7 url(../i/infoBox_icon.png) 6px 50% no-repeat;*/
}
#content .infoBox a { 
	text-decoration: underline; 
	margin: 0 0.15em;
}
#content em.required {
	display: inline;
	font-weight: bold;
	color: #c00;	
}
#content  .infoBox ul,
#content  .infoBox p { 
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	color: #bedba2;
	margin: 0 0 0 1.5em;
}

#content .infoBox li span { color: #495e35; }

#content  .infoBox li { margin: 0 0 0.15em 0; } 


/* footer */

footer {
	margin-top: 4em;
	border-top: 10px #e1f1fa solid;
	background-color: #f3f8fc;
	clear: both;	
	padding: 2em;
	overflow: auto;
}

footer p a { text-decoration: underline; }

.bottomNav {
	font-family: Tahoma, Arial, Sans-serif;
	float: right;	
	font-size: 11px;
}
.bottomNav ul {
	list-style-type: disc;
	list-style-image: url(../i/bullet_bg.png);
	list-style-position: inside;
	float: left;	
	margin: 0 2em;
	padding: 0;
}
.bottomNav ul li:first-child { 
	list-style: none !important; 
}
.bottomNav li { margin-bottom: 0.25em }
.bottomNav ul li:hover { list-style-image: url(../i/bulletHover_bg.png); }
.bottomNav h3 {
	font-size: 12px;
	font-weight: bold;	
	margin-bottom: 0.4em;
	color: #007dcd;
}

.bottomNav a:hover { 
	color: #007dcd; 
	text-decoration: underline;
}

.bottomNav a.active { 
	font-weight: bold; 
	text-decoration: none;
}
.bottomNav li.active { list-style-image: url(../i/bulletHover_bg.png); }

footer aside { 	
	margin-top: 0.5em; 
	text-shadow: 0 1px 0 #fff;
}

footer .hasIcon {
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-size: 12px;
	color: #333;
	display: inline-block;
	height: 18px;
	padding-left: 24px;
	background-repeat: no-repeat;
	margin: 0 0.25em;
	background-image: url(../i/icons_bgs.png);
}	
footer .fbIcon { background-position: 0 -187px;}
footer .blipIcon { background-position: 0 -154px; }
footer .hasIcon:hover { color: #111; }


/* form addons */

button.calTrigger {
	cursor: pointer;
	opacity: 0.65;
	border: 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: transparent url(../i/calTrigger_icon.png) 0 0 no-repeat;	
}
button.calTrigger:hover { opacity: 1; }

button.ui-datepicker-trigger {
	cursor: pointer;
	opacity: 0.65;
	border: 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: transparent url(../i/calTrigger_icon.png) 0 0 no-repeat;	
	margin: 0 0 0 0.25em;
}

button.ui-datepicker-trigger:hover { opacity: 1; }

#addressBookTrigger,
#receiverRemove {
	display: inline-block;
	width: 28px;
	height: 23px;
	text-indent: -3000px;
	background: transparent url(../i/addressBook_icon.png) 0 0 no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px #ddd solid;
	vertical-align: middle;
}
#addressBookTrigger:hover,
#receiverRemove:hover { border-color: #aaa; }

#receiverRemove { 
	background-image: url(../i/receiverRemove_icon.png); 
	display: none;	
}

form a em { 
	color: #777;
	font-size: 10px;
}

form a.registerLink {
	font-weight: bold;
}

form img { } 
form .hasCaptcha img { 
/*	height: 30px; */ 
	display: block;
}

.loginForm #captchaImg{
	width: 198px;
}

.halfSize #captchaImg{
	width: 228px;
}

/* forms */
form {
	display: block;
	margin: 0 0 1.5em 0;
}
.overlayWrapper form { margin-bottom: 0; }
#content form { padding: 0.5em 0; position:relative;}
#content form.halfSize {
	width: 46%; 	
	border: 1px #ddd solid;
	padding: 1em 2em 0 2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#content form.halfSize .wwerr li { width: auto; }

#wrapper .navOverlay.disabled {
	color: #aaa !important;
	cursor: default;	
	text-decoration: none !important;	
}

.wwmsg, 
.wwerr,
form .loginCredentialsMsg {
	font-size: 11px;
	font-family: Tahoma, Verdana, Sans-serif;
	padding: 0.85em 0.75em 1.15em 0.75em;
	margin: 0.75em 0 0.5em 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	line-height: 1.4;
}

.wwerr ul,
.wwmsg ul { 
	list-style: none !important; 
	margin-left: 0 !important
}

#wrapper form .wwerr {
	display: block;
	margin: 0.25em 0 0 0;
	padding: 0.25em 0 0.5em 0.75em;
	padding-left: 0;
	margin: 0 !important; 
	font-size: 12px;
}

form .loginCredentialsMsg,
.wwmsg {
	border: 1px #c2eabf solid;
	background-color: #e5ffe3;	
	color: #41683e;		
}

#wrapper .wwmsg ul { margin-bottom: 0; }
#wrapper .wwmsg li { margin-bottom: 0; }

section .wwerr span,
section .wwmsg > span {
	padding-left: 24px !important;
	display: block;
	min-height: 15px;	
}

section .wwmsg > span { background-position: 3px -883px !important; }
.hasIcon.okIcon { background-position: 0 -883px !important; }
section .wwerr > span,
.hasIcon.errorIcon { background-position: 3px -616px !important; }

form div .loginCredentialsMsg { 
	margin-bottom: 1em; 
	position: relative;
	display: none;
}
form .loginCredentialsMsg .msgArrow { 
	position: absolute;
	left: 6px;
	top: -9px;
	display: block;
	width: 20px;
	height: 10px;
	background: transparent url(../i/msgArrow_bg.png) 0 0 no-repeat;
}	

section form .wwerr {
	color: #c30;
	background-color: transparent;
	border: 0;
}
section .wwerr { 
	border: 1px #d59797 solid;
	background-color: #ffe5e5;	
	color: #683e3e;
}

#wrapper .wwerr ul {
	margin: 0 0 0 1em;	
}
#wrapper .wwerr li { 
	margin: 0.35em 0 0 0;
}
#wrapper .wwerr li:first-child { 
	margin: 0;
}


form input[type=checkbox] { vertical-align: middle; }
form input[type=text],
form input[type=password],
form textarea {
	display: inline-block;
	vertical-align: middle;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-size: 14px;
	color: #999;
	padding: 3px;
	border: 1px #bebebe solid;
	border-top: 1px #8f8f8f solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 1px #ddd inset;
	-moz-box-shadow: 1px 1px 1px #ddd inset;
	box-shadow: 1px 1px 1px #ddd inset;
	width: 90%;
	/*margin-right: 0.25em;*/
}

form input[type=text]:focus,
form input[type=password]:focus,
form textarea:focus {
	border: 1px #333 solid;
	border: 1px #777 solid;
	color: #222;	
}

/*form input[type=radio] { vertical-align: middle; }*/

form input[type=submit],
.button {
	
	border: 1px #203765 solid;
	background-color: #007dcd;
	color: #fff;
	cursor:pointer;
	font-weight: bold;
	padding: 0.2em 0.35em 0.2em 0.35em;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px #91cce9 inset;
	-moz-box-shadow: 0px 1px 1px #91cce9 inset;
	box-shadow: 0px 1px 1px #91cce9 inset;
}

a.smallButton {
	font-size: 11px;
	padding: 0.2em 0.6em !important;		
}

a.smallButton:hover { text-decoration: none !important; }

form input[type=submit]:hover,
.button:hover { 
	background-color: #5dbef0;
	-webkit-box-shadow: 0px 1px 0px #d4f1ff inset;
	-moz-box-shadow: 0px 1px 0px #d4f1ff inset;
	box-shadow: 0px 1px 0px #d4f1ff inset;
	text-decoration: none !important;
}

form input[type=chekbox] { vertical-align: middle; }

form .wwgrp { 
	margin: 0.25em 0; 
	overflow: hidden;
	padding: 0.35em 0;
}
/* form .wwgrp.even { background-color: rgb(247,247,247); } */

#content .overlayWrapper .wwgrp,
#content .confirmOverlay .wwgrp {
	padding: 0 0 0.75em 0;
}
#content .overlayWrapper .wwgrp .sep {
	margin: 0 0.25em;
	color: #bbb;
}


form .wwctrl { 
	overflow: hidden;	
}
#content .wwctrl {
	/*padding: 0 0.5em;*/
}
#content form .wwctrl.hasSubmit { 
	margin-bottom: 1.25em; 
	padding: 1em 0.5em 0.5em 0.5em;
	overflow: hidden;
	line-height: 1.6;
	float: right;
}
.overlayWrapper form .wwctrl.hasSubmit { margin-bottom: 0 !important; }

#content form .wwctrl.hasSubmit span { 
		display: inline-block;
		margin-left: 0.5em;	
}

form .wwctrl.hasCheckboxes { 
	margin-top: 1em;
	padding-bottom: 1.5em !important;	
}


form .wwctrl.hasSubmit a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.5em;	
}
form .wwctrl.hasSubmit div {
	display: inline-block;
	margin: 0 0.5em;	
}

form .wwlbl { 
	margin: 0.25em 0 0.45em 0;
	vertical-align: middle;
}
#content form .wwlbl { 
	padding: 0 0.5em 0 0;
}

.noMargin {margin: 0 !important; }
form .rFloated {
	float: right !important; 
	margin-left: 1em;
}
form .lFloated {
	float: left !important;
	margin-right: 1em;
}
form .hasShort input[type=text],
form .hasShort input[type=password] { width: 75px; }
form .hasShort select { width: 76px; }
form .hasDate input[type=text] { width: 90px; }
form .hasMedium input[type=text],
form .hasMedium input[type=password] { width: 220px; }
form .hasFullWidth input[type=text],
form .hasFullWidth input[type=password],
form .hasFullWidth textarea { width: 90%; }
.overlayWrapper form input[type=text] { width: 98%; }

#content form .hasInline .wwlbl {
	width: 20em;
	margin: 0 0 0 0;
}
#content .overlayWrapper .hasInline .wwlbl { width: auto; }
#content .overlayWrapper .hasSubmit { 
	margin-bottom: 0;
}


#content form .isInline { display: inline-block; }
#content form .wwgrp .wwgrp .wwlbl { width: auto !important; }

form .hasInline > div,
form .hasInline > span,
form .hasInline > a {
	display: inline-block;
	vertical-align: middle;
}
form .hasError input[type=checkbox],
form .hasError input { border: 1px #c30 solid; }
form .center { text-align: center; }
form .right	{ text-align: right; }
.noBold *,
.noBold { font-weight: normal !important; }

form label {
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #111;
}
form label.checkboxLabel { 
	font-weight: normal; 
}
form .wwctrl.hasCheckboxes label { vertical-align: middle; }

/* customs */
form.loginForm .wwlbl.noMargin,
form.parentalControl .wwlbl.noMargin,
form.userRegister .wwlbl.noMargin { padding: 0 !important; }
form.loginForm .wwctrl.hasMargin { padding-right: 0 !important; }
.sidebar form.loginForm { margin-top: -1em; }
form.loginForm .lFloated { line-height: 1.65; }

#facebook-login-button {margin: 12px 0 5px 0; cursor:pointer;}

#nk-login-button {margin: 12px 0 5px 0; cursor:pointer;}

form .noPadding { padding: 0 !important; }

#content form .hasCheckboxes ul { 
	list-style: none; 
	margin-left: 0;
}
#content form .hasCheckboxes li { 
	/*float: left; 
	width: 14em;*/
}
#content form label.disabled { color: #aaa; }


/*#content form.newBankTransfer .wwlbl,
#content form.createStandingOrder .wwlbl,
#content form.createDefinedOrder .wwlbl { min-width: 20em; }*/

form .wwctrl .readOnly {
	font-size: 13px;
	font-style: italic;
	color: #555;
}

.hasBorder,
.hasBorder div { border: 1px #900 solid !important; }
.isBlock { 
	display: block !important; 
	float: none !important;
}

#content form.transactionFilter { margin-bottom: 0 !important; }
#content form.transactionFilter #wwgrp_fromDate { background-color: transparent !important; }
#content form.transactionFilter .wwlbl { min-width: 0 !important; }
#content form.transactionFilter .wwgrp .wwgrp { margin-right: 2em; }
#content form.transactionFilter > .wwgrp { background-color: rgb(243,243,243); }

#content form.transactionFilter .lastFilter,
#content form.transactionFilter .lastLoginFilter { padding: 0.75em 0; }
#content form .wwgrp.active { background-color: #eee; }

#content form.userRegister .wwlbl.noBold { 
	min-width: 0 !important; 
	padding: 0 !important;
	width: 90%;
	text-align: justify;
	margin: 0 0 0 0.5em;
}
#content form.userRegister .wwctrl.noMargin { padding: 0 !important; }

#content form.parentalControl .wwlbl.noMargin { width: auto !important; }

/*form a.show:before { 
	content: "\25B8"; 
	font-weight: bold;
	margin-right: 0.25em;
	font-size: 1.3em;
}
form a.notshow:before { 
	content: "\25B4"; 
	font-weight: bold;
	margin-right: 0.25em;
	font-size: 1.3em;
}*/

form a#profile_edit_link { 
		padding-left: 0px !important; 
		padding-right: 13px !important;
		background: transparent url(../i/arrowDown_icon.png) 100% 4px no-repeat !important;
}
form a#profile_edit_link:hover { text-decoration: none !important; }
form a#profile_edit_link.notshow { 
	background: transparent url(../i/arrowUp_icon.png) 100% 4px no-repeat !important;
	
}



#wrapper #wwerr_save-withdrawal-ajax_transferBean_pinCode { display: inline-block !important; }


.wwctrl .wwerr li { width: 440px; }

form.transactionFilter .wwgrp.vars label,
form.transactionFilter .wwgrp.vars select { color: #888 !important; text-shadow: 0 1px 0px #fff; }
form.transactionFilter .wwgrp.vars.active label,
form.transactionFilter .wwgrp.vars.active select { color: #111 !important; text-shadow: none; }

form.createStandingOrder .wwlbl.customWidth { width: 22.2em !important; }

#content #profile_edit_link {
	font-weight: bold !important;	
	font-size: 1.1em;
	/*background: transparent url(../i/editProfile_icon.png) 0 -4px no-repeat !important;*/
	
}
form.transactionFilter .wwlbl {  
	width: 160px !important;
}
form.transactionFilter .wwctrl { padding-left: 5px; }


form.userRegister .customBorder.hasError .wwctrl,
form.userRegister .customBorder.hasError .wwlbl {  }
form.userRegister .customBorder { padding: 1em 0.75em; }
form.userRegister .customBorder.hasError { 
	border: 1px #c30 solid; 	
	padding: 1em 0.75em 1.25em 0.75em;
	border: 1px transparent solid;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#wrapper form .wwerrValidation {
	    font-size: 12px;
	    margin: 0;
	    padding: 0.25em 0 0.5em;
	    color: #CC3300;
}

form.userRegister .wwgrp.customBorder.hasError { border-color: #c30; }

table td .sep { color: #aaa; }

.wwlbl a.goToAnonSettings {
	font-weight: normal;
	display: block;
}
.wwctrl a.saveAsDefaults {
}

.saveLinkContainer { 
	position: relative;
	padding: 0 0.5em; 
	color: #777
}
.saveLinkContainer a {
	
}

.userRegister #reloadCaptcha { 
	display: block; 
	margin-left: 50px;
}
.loginForm #reloadCaptcha { 
	display: block; 
	margin-left: 30px;
}

#registerMarketingAgree {

}
	
#registerMarketingAgree .wwctrl {
	vertical-align: top;	
}

#content p.contentMoreLinkContainer { 
	margin: -0.5em 0 2.5em 0; 
	padding: 0.45em 0 0 0.25em;
	border-top: 1px #dedede solid;
	font-size: 10px;
	text-transform: uppercase;
}
.contentMore { 
	overflow: hidden; 
}

.contentBox {
	border: 1px #eee solid;
	border-radius: 4px;
	padding: 0 1.75em;
	margin: 0 0 1.5em 0;	
	box-shadow: 0 1px 0px #aaa;
	overflow: hidden;
	position: relative;
}

.columnsContainer {
	overflow: hidden;	
}
.contentBox.column {
	width: 41%;
	float: left;	
}
.contentBox.leftColumn { margin-right: 1em; }

.contentBox > p {
	margin-top: 1.35em !important;		
}
.contentBox.hasIlu img {
	margin-top: 1em;	
	margin-bottom: 1.25em;
}
.contentBox.hasCounter { min-height: 180px; }
.contentBox.hasCounter h3, 
.contentBox.hasCounter p {
	position: relative;
	top: 1px;
	left: 40px;	
	width: 90%;
	text-shadow: 0 1px 0px #fff;
}
.contentBox .counter {
	color: #efefef;
	font-family: "Helvetica Neue", Helvetica, Verdana, Sans-serif;
	font-weight: bold;
	font-size: 290px;
	font-stretch: condensed;
	position: absolute;
	top: 0;
	left: -18px;	
	border-radius: 2px 0 0 2px;
	line-height: 60%;
}
.contentBox .counter span { 
}

.contentBox h3 { margin-top: 1em !important; }
.contentBox.highlighted {
	background-color: #F3F8FC;
	border-color: #E1F1FA;	
	box-shadow: 0 1px 0px #047;
}
.contentBox.highlighted h3 { color: #069 !important; }

a.blankIlu {
	display: block;
	width: 131px;
	color: #aaa !important;
	padding-top: 95px !important;
	padding-bottom: 4px !important;
	text-align: center;
	background: transparent url(../i/blankiet_bg.jpg) 2px 2px no-repeat;
	padding: 2px;
	border: 1px #eee solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: -2.25em;
}
a.blankIlu:hover { 
	color: #555 !important; 
	text-decoration: none !important;
}

.messageContainer {
	margin: 0.85em 0.5em 0.5em 0;
	color: #555;	
	min-height: 30px;
}
.messageContainer li { 
	margin-bottom: 0 !important; 
	font-size: 11px !important;
}

a.showMsgDetails.isUnread { font-weight: bold; }

.userRegister hr {
	margin-top: 0.75em;	
}
#profile_data { padding-bottom: 1em !important; }

#content .contentBox  li {
	margin-bottom: 0px;
	list-style-type:disc;
}

#content table a.helpLink {
	text-shadow: none;	
	font-weight: normal;
	font-size: 11px;
	color: #3781b9 !important;
	display: block;
}

#content form #transferSpin {
	color: #777;
	font-style: italic;
	font-size: 11px;		
}
#transferSpin img { 
	vertical-align: middle;
}

.vsContainer { float: left; }
.vsContainer a {
	display: block;
	margin: 0.25em auto;
}

#aboutVSCert {
	color: #000; 
	text-decoration: none; 
	font: bold 8px verdana,sans-serif; 
	letter-spacing: 0.5px; 
	text-align: center; 
	text-transform: uppercase;
	margin: 0; 
	padding: 0;	
}

/* media o nas */

.media_article, .media_article_last {
	min-height:100px;
	margin-top:20px;
	padding-left:140px;
	border-bottom:1px dashed #ccc;
	margin-bottom:20px;
}

.media_article_last {
	border-bottom:0;
}

	#media_article01 {
		background: transparent url(../i/bankier_logo.png) 2px 2px no-repeat;
	}
	
	#media_article02 {
		background: transparent url(../i/gazeta_logo.png) 2px 2px no-repeat;
	}
	
	#media_article03 {
		background: transparent url(../i/ak_logo.png) 2px 2px no-repeat;
	}
	
	#media_article04 {
		background: transparent url(../i/media2_logo.png) 2px 2px no-repeat;
	}
	
	#media_article05 {
		background: transparent url(../i/internetmagazyn_logo.png) 2px 2px no-repeat;
	}
	
	#media_article06 {
		background: transparent url(../i/komputerwfirmie_logo.png) 2px 2px no-repeat;
	}
	
	#media_article07 {
		background: transparent url(../i/ecommerce_logo.png) 2px 2px no-repeat;
	}
	
	#media_article08 {
		background: transparent url(../i/iab_logo_small.png) 2px 2px no-repeat;
	}
	
	#media_article09 {
		background: transparent url(../i/interaktywnie.png) 2px 2px no-repeat;
	}
	
	#media_article10 {
		background: transparent url(../i/rp_logo.png) 2px 2px no-repeat;
	}
	
	#media_article11 {
		background: transparent url(../i/spidersweb.png) 2px 2px no-repeat;
	}
	
	#media_article12 {
		background: transparent url(../i/antyweb.png) 2px 2px no-repeat;
	}
	#media_article13 {
		background: transparent url(../i/prportal.png) 2px 2px no-repeat;
	}
	#media_article14 {
		background: transparent url(../i/transakcje.png) 2px 2px no-repeat;
	}
	#media_article15 {
		background: transparent url(../i/instytutcompl.png) 2px 2px no-repeat;
	}
	#media_article16 {
		background: transparent url(../i/webhosting.png) 2px 2px no-repeat;
	}
	
	#media_article18 {
		background: transparent url(../i/mam_startup.png) 2px 2px no-repeat;
	}
	#media_article19 {
		background: transparent url(../i/marketing_news.png) 2px 2px no-repeat;
	}
	#media_article20 {
		background: transparent url(../i/ddtvn.png) 2px 2px no-repeat;
	}
	#media_article21 {
		background: transparent url(../i/pns.png) 2px 2px no-repeat;
	}
	#media_article22 {
		background: transparent url(../i/radio_zet.png) 2px 2px no-repeat;
	}
	#media_article23 {
		background: transparent url(../i/wosp.png) 2px 2px no-repeat;
	}
	#media_article24 {
		background: transparent url(../i/owsiak_net.png) 2px 2px no-repeat;
	}
	#media_article25 {
		background: transparent url(../i/gadulek.png) 2px 2px no-repeat;
	}
	#media_article26 {
		background: transparent url(../i/wp.png) 2px 2px no-repeat;
	}
	#media_article27 {
		background: transparent url(../i/polskie_radio.png) 2px 2px no-repeat;
	}
	#media_article28 {
		background: transparent url(../i/fakt.png) 2px 2px no-repeat;
	}
	#media_article29 {
		background: transparent url(../i/onet_biznes.png) 2px 2px no-repeat;
	}
	#media_article30 {
		background: transparent url(../i/di.png) 2px 2px no-repeat;
	}
	#media_article31 {
		background: transparent url(../i/pawel_tkaczyk.png) 2px 2px no-repeat;
	}
	#media_article32 {
		background: transparent url(../i/proseed.png) 2px 2px no-repeat;
	}
	#media_article33 {
		background: transparent url(../i/mediarun-logo.png) 2px 2px no-repeat;
	}
	#media_article34 {
		background: transparent url(../i/ks_logo.png) 2px 2px no-repeat;
	}
	#media_article35 {
		background: transparent url(../i/brief_logo.png) 2px 2px no-repeat;
	}
	#media_article36 {
		background: transparent url(../i/ekomercyjnie.png) 2px 2px no-repeat;
	}
	#media_article37 {
		background: transparent url(../i/mediafun.png) 2px 2px no-repeat;
	}
	#media_article38 {
		background: transparent url(../i/focus.png) 2px 2px no-repeat;
	}
	#media_article39 {
		background: transparent url(../i/w24.png) 2px 2px no-repeat;
	}
	#media_article40 {
		background: transparent url(../i/ksiazka_net.png) 2px 2px no-repeat;
	}
	#media_article41 {
		background: transparent url(../i/nanoo.png) 2px 2px no-repeat;
	}
	
	#media_article42 {
		background: transparent url(../i/casebook.png) 2px 2px no-repeat;
	}
	#media_article43 {
		background: transparent url(../i/press_logo.png) 2px 2px no-repeat;
	}
	
		.media_article strong, .media_article_last strong {
			font-size:14px;
		}
		
		.media_article p.publication_date, .media_article_last p.publication_date {
			color:#ccc;
			margin-top:5px !important;
		}
		
		.media_article p.article_short, .media_article_last p.article_short {
			margin-top:10px !important;
		}
		
	#media_article_yeti_01 {
		background: transparent url(../i/partners/partner_01.png) 2px 2px no-repeat;
	}	
	#media_article_yeti_02 {
		background: transparent url(../i/partners/partner_02.png) 2px 2px no-repeat;
	}
	#media_article_yeti_03 {
		background: transparent url(../i/partners/partner_03.png) 2px 2px no-repeat;
	}
	#media_article_yeti_04 {
		background: transparent url(../i/partners/partner_04.png) 2px 2px no-repeat;
	}	
	#media_article_yeti_05 {
		background: transparent url(../i/partners/partner_05.png) 2px 2px no-repeat;
	}	
	#media_article_yeti_06 {
		background: transparent url(../i/partners/partner_06.png) 2px 2px no-repeat;
	}
	#media_article_yeti_07 {
		background: transparent url(../i/partners/partner_07.png) 2px 2px no-repeat;
	}
	#media_article_yeti_08 {
		background: transparent url(../i/partners/partner_08.png) 2px 2px no-repeat;
	}
	#media_article_yeti_09 {
		background: transparent url(../i/partners/partner_09.png) 2px 2px no-repeat;
	}	
	#media_article_yeti_10 {
		background: transparent url(../i/partners/partner_10.png) 2px 2px no-repeat;
	}
	#media_article_yeti_11 {
		background: transparent url(../i/partners/partner_11.png) 2px 2px no-repeat;
	}
	#media_article_yeti_12 {
		background: transparent url(../i/partners/partner_12.png) 2px 2px no-repeat;
	}	
	#media_article_yeti_13 {
		background: transparent url(../i/partners/partner_13.png) 2px 2px no-repeat;
	}	
	#media_article_yeti_14 {
		background: transparent url(../i/partners/partner_14.jpg) 2px 2px no-repeat;
	}
	#media_article_yeti_15 {
		background: transparent url(../i/partners/partner_15.png) 2px 2px no-repeat;
	}
	#media_article_yeti_16 {
		background: transparent url(../i/partners/partner_16.png) 2px 2px no-repeat;
	}	
	#media_article_yeti_17 {
		background: transparent url(../i/partners/partner_17.png) 2px 2px no-repeat;
	}
	#media_article_yeti_18 {
		background: transparent url(../i/partners/partner_18.png) 2px 2px no-repeat;
	}
	#media_article_yeti_19 {
		background: transparent url(../i/partners/partner_19.png) 2px 2px no-repeat;
	}
	#media_article_yeti_20 {
		background: transparent url(../i/partners/partner_20.png) 2px 2px no-repeat;
	}
	#media_article_yeti_21 {
		background: transparent url(../i/partners/partner_21.png) 2px 2px no-repeat;
	}
	#media_article_yeti_22 {
		background: transparent url(../i/partners/partner_22.png) 2px 2px no-repeat;
	}
	#media_article_yeti_23 {
		background: transparent url(../i/partners/partner_23.png) 2px 2px no-repeat;
	}
	#media_article_yeti_24 {
		background: transparent url(../i/partners/partner_24.png) 2px 2px no-repeat;
	}
	#media_article_yeti_25 {
		background: transparent url(../i/partners/partner_25.png) 2px 2px no-repeat;
	}		
	#media_article_yeti_26 {
		background: transparent url(../i/partners/partner_26.png) 2px 2px no-repeat;
	}		
/* account donate */

.account_donate {
    margin-top:-25px;
    margin-left:1px;
    position:relative;
    z-index:1000;
}

.account_donate table {
    margin-top:0 !important;
    margin-bottom:0 !important;
    width:340px !important;
    padding:0;
    background: none !important;
    border: none !important;
}

.banks {
    position:absolute;
}

    .account_donate table tbody {
        width:150px !important;
        background: none !important;
        margin-bottom:0 !important;
    }

        .account_donate table tbody img {
            display:none !important;
        }

        .account_donate table tbody td {
            margin-top:-5px !important;
            padding: 3px 4px !important;
        }

        .account_donate table input.radio {
            margin-right:5px !important;
        }

    .account_donate div {
        background: none !important;
        border: none !important;
        margin: 0 !important;
        overflow: hidden;
        font-size:11px;
        width: 323px !important;
    } 

	.cent {text-align:center;}
	.cent {margin: 0 auto;}
    
    .cl {
        clear: both;
    }

    .minwidth {
        width: 240px;
    }

    *+html #account_main_container {
        margin-top:-770px;
    }

    #account_main_container {
        width:790px;
        margin-left:0;
        display:block;
    }

    .left_box_account, .right_box_account {
        border-radius:4px;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        width:350px;
        display: inline-block;
    }

    .left_box_account {
        float:left;
        margin-right:26px;
    }

        .account_box_content, .account_box_info {
            width:350px;
            text-align: left;
            border: 1px solid #ccc;
            border-radius:4px;
            -moz-border-radius:4px;
            -webkit-border-radius:4px;
            padding:1px;
            position:relative;
            z-index:0;
        }

            .account_box_info {
                border-radius:0;
            }

            .title_text {
                -moz-border-radius-topleft: 3px;
                -moz-border-radius-topright: 3px;
                -moz-border-radius-bottomright: 0px;
                -moz-border-radius-bottomleft: 0px;
                -webkit-border-radius: 3px 3px 0px 0px;
                border-radius: 3px 3px 0px 0px;
                text-align: center;
                padding-top: 10px;
                padding-left:10px;
                padding-bottom: 10px;
                text-shadow: 0 1px 0 #fff;
                filter: dropshadow(color=#fff, offx=0, offy=1);
                background: #88c8f5;
                background: -moz-linear-gradient(top, #88c8f5 0%, #a2d1ef 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88c8f5), color-stop(100%,#a2d1ef));
                background: -webkit-linear-gradient(top, #88c8f5 0%,#a2d1ef 100%);
                background: -o-linear-gradient(top, #88c8f5 0%,#a2d1ef 100%);
                background: -ms-linear-gradient(top, #88c8f5 0%,#a2d1ef 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88c8f5', endColorstr='#a2d1ef',GradientType=0 );
                background: linear-gradient(top, #88c8f5 0%,#a2d1ef 100%);
            }

                p.main_inbox_title {
                    font-weight: bold;
                    margin-top:0;
                    margin-bottom:0 !important;
                    font-size:16px !important;
                }

                p.add_info_account_box_title {
                    line-height: 2px;
                    margin-bottom: 0 !important;
                    font-size:12px;
                    font-weight: normal;
                    text-shadow: none;
                    color: #ffffff;
                }

                    #przelewy24 {
                        margin-right:45px !important;
                    }

                    .add_info_account_box_title img {
                        position: absolute;
                        margin-top:0;
                        margin-left:5px;
                    }

        .account_box_info {
            padding-top: 5px;
            box-shadow: 0 -1px 0 0 #fff;
            width:auto;
            border-left: none;
            border-right: none;
            border-bottom: none;
            background: #f9f9f9;
            background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f2f2f2));
            background: -webkit-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%);
            background: -o-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%);
            background: -ms-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 );
            background: linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%);
        }

            .numer_info_theard {
                margin-bottom:35px;
                margin-top: 15px !important;
            }

                p.account_number_info,  p.account_number {
                    line-height: 8px !important;
                    font-size:13px !important;
                    font-weight: bold;
                    text-align: center;
                }

                    p.account_number_info {
                        margin-top:20px;
                    }

                    p.account_number {
                        font-size: 17px !important;
                        color: #007dcd;
                    }

            .account_adress_info {
                padding-left: 15px;
                padding-top:7px;
            }

                p.adress_first_title, ul.adress_secound_title_list, ul.adress_secound_title_list_title {
                    font-size:12px;
                    margin-top:0;
                    padding: 0;
                }

                    ul.adress_secound_title_list, ul.adress_secound_title_list_title {
                        color: #666666;
                    }

                p.adress_first_title {
                    text-align:left;
                    font-weight:bold;
                    float:left;
                    width:120px;
                }

                p.adress_secound_title {
                    overflow: auto;
                    float:right;
                }

                    ul.adress_secound_title_list, ul.adress_secound_title_list_title {
                        line-height: 18px !important;
                        text-align: left !important;
                        overflow: auto !important;
                        list-style: none !important;
                        float:left !important;
                        border-left: 1px dashed #ccc !important;
                        padding-left:35px !important;
                    }

                        ul.adress_secound_title_list_title {
                            float:left;
                        }

        .account_confirm_box, .account_bank_chose {
            margin-top:10px !important;
            padding:25px 15px 15px 15px;
            box-shadow: 0 -2px 0 0 #fff;
            width:auto;
            border-top: 1px solid #ccc;
        }

            p.account_confirm_box_title {
                font-size:12px;
                text-align:left;
                float:left;
                width:174px;
            }

            input.account_confirm_box_price_window {
                margin-top:-6px;
                width:105px !important;
                outline: none;
                display:inline-block;
                -moz-border-radius:4px !important;
                -webkit-border-radius:4px !important;
                border-radius:4px !important;
                border: 1px solid #ccc;
                height:17px;
                padding: 4px;
                box-shadow: inset 0 0 2px 0 #ccc;
            }

        .account_print_confirm {
            float:right;
            padding-top:1px;
            padding-left: 21px;
            margin-right: 54px;
            margin-bottom: 10px;
            text-align: left;
            background: url("../i/printingbackgroundicon.png") 0% 0% no-repeat;
            cursor: pointer;
            height:15px;
            color:#666;
        }

    .right_box_account .account_confirm_box {
        border-top: none;
        box-shadow: none;
        margin-top: 0;
        margin-bottom:0;
    }

        .account_bank_chose_title {
            font-size: 12px;
            font-weight: bold;
            margin-bottom:0;
        }

            ul.account_box_bank_list_01, ul.account_box_bank_list_02 {
                list-style: none;
                margin: 0 10px 0 -25px;
                text-align: left !important;
                display:inline-table;
                cursor: auto;
            }

                .account_box_bank_list_01 li, .account_box_bank_list_02 li {
                    margin-left:0;
                    font-size:12px;
                    line-height: 25px;
                }

                    input.bank_profit {
                        margin-left:0;
                        margin-right:5px;
                        cursor: pointer;
                    }

        p.account_box_more { 
            margin-top:3px;
            margin-bottom:15px;
            padding-right:15px;
            text-align: right;
            color: #007dcd;
            cursor: pointer;
            font-size:10px !important;
        }

        .account_box_price_validate {
            margin-top:3px;
            text-align: right !important;
            margin-right:30px;
            color: #CC3300;
            font-size: 11px;
        }

        a.account_box_accept_button  {
            text-align: center;
            float:left;
            text-decoration: none !important;
            -moz-border-radius:4px !important;
            -webkit-border-radius:4px !important;
            border-radius:4px !important;
            border: 1px solid #ccc;
            min-width:60px;
            padding: 5px;
            margin-left:15px;
            margin-top:10px;
            margin-bottom:10px;
            font-size:12px;
            color:#454545;
            background: #f4f4f4;
            background: -moz-linear-gradient(top, #f4f4f4 0%, #e5e5e5 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e5e5e5));
            background: -webkit-linear-gradient(top, #f4f4f4 0%,#e5e5e5 100%);
            background: -o-linear-gradient(top, #f4f4f4 0%,#e5e5e5 100%);
            background: -ms-linear-gradient(top, #f4f4f4 0%,#e5e5e5 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e5e5e5',GradientType=0 );
            background: linear-gradient(top, #f4f4f4 0%,#e5e5e5 100%);
            text-shadow: 0 1px 0 #fff;
            filter: dropshadow(color=#fff, offx=0, offy=1);
        }

        a:hover.account_box_accept_button {
            -webkit-box-shadow: 0 0 5px 0 #cccccc;
            -moz-box-shadow: 0 0 5px 0 #cccccc;
            box-shadow: 0 0 5px 0 #cccccc;
        }

    .unvisible, .remove {
        display: none;
    }


	tr.subHead {
		/* background przerzucic do style.css:1370 */
		background: url("/i/th_bg.png") repeat-x scroll 0 0 #fff;	
		text-align: left;
	}
	tfoot p { 
		color: #888; 
		font-size: 11px;
	}
	.pricesTable td {
		padding: 0.5em 0.5em;
		text-align: center;
	}
	.pricesTable tr.specified td {
		padding: 1em 0.5em;
	}
	.pricesTable tr td:first-child { text-align: left; }
	.pricesTable td .specified {
		font-weight: bold;
		color: #fff;
		background-color: #5495c5;
		padding: 2px 8px;
		border-radius: 9px;
	}	

#image_slider {
	width: 674px;
	height: 60px;
	overflow: hidden;
	border: 0;
	padding: 0px;
	margin: 25px 0 0 17px;
	}

/* Immagini */
#image_slider img {
	
	margin: 0px;
	border: 0px;
	clear:both;
	}
	
.list-partners {
	height: 265px;
	margin: 20px 0 -40px;
	text-align: center;
}

.list-partners img {
	margin: 10px;
	vertical-align: middle;
	max-width: 120px;
}
	
/*Collections*/	
	
.t_collections {margin-top: 15px; }	

.t_collections tbody td {padding: 13px 5px; }
.t_col_invites tbody td {padding: 5px; }

.t_collections .c0 {width: 18px;}
.t_collections .c1 {font-weight: bold;}
.t_collections .c2 { }
.t_collections .c3 {text-align: right; width: 65px;}
.t_collections .c4 {text-align: right; width: 65px;}
.t_collections .c5 {text-align: right; width: 70px;}
.t_collections .c6 {font-weight: normal; text-align: right; width: 45px; color:#999999;}
.t_collections .c6 a {font-weight: bold;}

.t_col_invites {}

.t_col_invites tr:nth-child(even) td {background-color: #F2F2F2;}

.t_col_invites .c0 {width: 30px; padding-left:0; padding-right:0;}
.t_col_invites .c1 {width: 30px;}
.t_col_invites .c2 {width: 255px;}
.t_col_invites .c6 {width: 85px; text-align: center;}
.t_col_invites .c7 {width: 85px; text-align: right;padding-right: 10px;}

.t_col_invites .c1 img {width: 30px;}
.t_col_invites .c1 .icon {margin-left: 3px;}

.t_col_invites input[type="text"] {width: 96% !important;}

.t_col_invites tr.error input.email-input
{
	border-color: #CC3300;
	color: #CC3300;
	}

.t_col_invites tr.duplicate input.email-input
{
	border-color: #CC3300;
	color: #CC3300;
	}
	
.t_col_invites tr.servererror input.email-input
{
	border-color: #CC3300;
	color: #CC3300;
	}

.t_col_invites tr.amount-error input.amount-input
{
	border-color: #CC3300;
	color: #CC3300;
	}


.t_col_invites .mail-error
{
	color: #CC3300;	
	display: none;
	}
	
.t_col_invites tr.error .mail-error
{
	display: inline-block;
	}
	
.t_col_invites .duplicate-error
{
	color: #CC3300;	
	display: none;
	}
	
.t_col_invites tr.duplicate .duplicate-error
{
	display: inline-block;
	}	
	
.t_col_invites .server-error
{
	color: #CC3300;	
	display: none;
	}
	
.t_col_invites tr.servererror .server-error
{
	display: inline-block;
	}	

.t_col_invites .noyeti-warn
{
	color: #FF9900;	
	display: none;
	}
	
.t_col_invites tr.noyeti .noyeti-warn
{
	display: inline-block;
	}	
	
.t_col_invites .wrong-amount
{
	color: #CC3300;	
	display: none;
    float: right;
    text-align: right;
	}
	
.t_col_invites tr.amount-error .wrong-amount
{
	display: inline-block;
	}		

.icon 
{
	background: url("../i/icons.png") no-repeat 0 0 transparent;	
	display: block;
	}

.link_icon 
{
	background: url("../i/icons.png") no-repeat 0 0 transparent;	
	padding: 5px 0 5px 30px;
	font-size: 12px;
	font-weight: bold;
	}

.icon.green-check-mark 
{
	background-position: -5px -5px;
	width: 18px;
	height: 18px;
	}
	
.icon.is-admin 
{
	background-position: -5px -35px;
	width: 18px;
	height: 18px;
	}

.icon.icon-envelope 
{
	background-position: -3px -62px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	}

.icon.icon-no-yeti
{
	background-position: -2px -93px;
	width: 25px;
	height: 25px;	
	}

.icon.icon-rounded-check
{
	background-position: -2px -240px;
	width: 28px;
	height: 28px;
	cursor: pointer;		
	}

.icon.icon-rounded-check-checked
{
	background-position: -2px -150px;
	width: 28px;
	height: 28px;	
	cursor: pointer;	
	}

.icon.icon-delete
{
	background-position: -2px -122px;
	width: 25px;
	height: 25px;	
	cursor: pointer;	
	}

#add-save_collection_name {width: 360px;}
#add-save_collection_description {width: 360px; height: 160px; resize:none;}	
	

.link_add_icon {background-position: 0 -182px;}
.link_back_icon {background-position: -2px -213px;}
.link_message_icon {background-position: -2px -62px;}
.link_delete_icon {background-position: -1px -274px;}

#type_params {margin-right: 20px;}

.coll_type_params input[type="text"] {width: 75px !important; }

.box_bottom_line {border-bottom: solid 1px #d9f2ff;}
.box_top_line {border-top: solid 1px #d9f2ff; padding-top: 15px;}

.new_collection_page .wwgrp {margin-bottom: 10px !important;]}

.new_collection_page .hasDatepicker {width: 95px !important;}

#add-save_collection_mode {padding:3px;}

#wwctrl_add-save_collection_type label
{
	font-weight: normal;
	margin-right: 10px;
	cursor: pointer;
	}

.coll_dets
{
	
	}

.coll_dets .details_l
{
	width: 470px;
	float: left;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;	
	margin-bottom: 20px;
	}

.coll_dets .details_l h3 {margin-bottom: 0 !important;}

.coll_dets .details_l .date
{
	color: #999999;
	line-height: 25px;
	}

.coll_dets .details_l>div
{
	margin: 15px;
	}

.coll_dets .details_r
{
	width: 235px;
	height: 150px;
	margin-left: 15px;
	float: left;;
	}

.coll_dets>div>label 
{
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	}

.t_coll_dets
{
	border:0;
	background-color: #f2f2f2;
	margin-bottom: 0;
	}

.t_coll_dets tbody {background: none;}

.t_coll_dets tbody tr td:first-child {padding-left: 40px;}

.t_coll_dets .values td 
{
	font-size: 14px;
	font-weight: bold;
	padding-top: 0;
	}

.red {color: #ff0000 !important;}

.details_r .for_user>div
{
    background-color: #F2F2F2;
 	border-radius: 3px 3px 3px 3px;	    
	margin-bottom: 3px;
	padding: 15px;
	}

.details_r .for_user>div:first-child
{
	font-size: 12px;
	line-height: 30px;
	}

.details_r .for_user>div:first-child label 
{
	width: 70px;
	text-align: right;
	padding-right: 5px;
	display: inline-block;
	}

.details_r .for_user>div:first-child .value {font-size: 28px; font-weight: bold;}
.details_r .for_user>div:first-child .date {font-size: 14px; font-weight: bold;}

.details_r .for_user>div:last-child {text-align: center;}
.details_r .for_user>div:last-child .button {width: 95px;}


.details_r .for_user_paid div:first-child 
{
	color: #bcbcbc;
	padding-bottom: 70px;
	position: relative;
	}

.details_r .paid_stamp
{
	position: absolute;
	width: 135px;
	height: 130px;
	background: url("../i/paid_stamp.png") no-repeat 0 0 transparent;
	bottom: 10px;
	right: 10px;
	}

.coll_payment .wwlbl {width: 180px !important;}
.coll_payment .wwctrl {font-size: 12px;}

.coll_data_to_show {line-height: 25px;}
.coll_data_to_show input[type=checkbox] {margin-left:0;}
.coll_data_to_show label
{
	font-weight: normal !important;
	cursor: pointer !important;
	color: #999999 !important;
	}

.coll_payment input[type="submit"] {width: 95px;}


/*-----------------------------------------------------------*/
.register_l
{
	width: 365px;
	float: left;
	border-right: solid 1px #d0d0d0;
	}

.register_r
{
	width: 320px;
	height: 300px;
	float: left;
	padding-left: 40px;
	}  

#content .register_l form .hasInline .wwlbl 
{
	width: 85% !important;
	margin-bottom: 7px;
	padding-left: 0;
	}


#content .register_l .wwgrp 
{position: relative;}

.register_l .tooltip
{
	display: block;
	position: absolute;
	top: 32px;
	right:120px;
	background: url("../i/tooltip_ico.png") no-repeat 0 0 transparent;
	width: 9px;
	height: 11px;
	cursor: help;
	}

.register_l .tooltip_pin {right: 265px}

.register_l .contentBox {width: 85% !important;}

.register_l .checkboxLabel 
{
	color: #999999;
	letter-spacing: -1px;
	line-height: 10px;
	}

.register_r span 
{ 
	font-size: 12px;
	color:#999999;
	}

.register_r h3 {margin-bottom: 20px !important;}

.register_r .fb_login_big
{
	margin: 30px 0 0 -15px !important;
	}
	
#content .register_l form .sex_choose .wwctrl {float: left !important;}

#content .register_l form .sex_choose .wwlbl 
{
	float:left !important;
	width: auto !important;
	margin-top: 2px !important;
	margin-right: 20px !important;
	}


#content .register_l form .wwctrl.hasSubmit {float: left !important;}

/*-----------------------------------------------------------*/

.grouper_box
{
    position: absolute;
    right: 44px;
    top: 80px;
    width: 240px;
	}

.grouper_box .boxTitle
{
	height: 31px !important;
	border-bottom-width: 2px !important;		
	}

.grouper_box .boxContent
{
	text-align: center;
	padding: 20px
	}

.grouper_box .boxContent img
{
	margin: 0 auto;
	}

.grouper_box .grouper_price
{
	font-size: 20px;
	color: #000;
	margin: 10px auto 0 auto;
	width: 167px;
	padding: 10px 0;
	background-color: #f3f3f3;
	font-weight: bold;
	}

.grouper_box .grouper_price .button {font-size: 12px;}

.grouper_box .grouper_info 
{
	width: 167px;
	margin: 5px auto 0 auto;	
	padding-left: 5px;
	}

.grouper_box .grouper_info div
{
	padding: 5px;
	float: left;
	font-size: 10px;
	font-weight: bold;
	
	}

 .grouper_box_wide 
 {
 	position: relative;
 	width: 727px;
 	right: 0;
 	top: 42px;
 	}

 .grouper_box_wide .boxContent
 {
 	padding: 15px 15px 15px 0;
 	}

.grouper_box_wide img
{
	float: left;
	} 


.grouper_box_wide .grouper_fl
{
	float: left;
	margin-left: 15px;
	} 

/*-------------------- ye-przelewy --------------------*/

.hp_transfers
{
	width: 990px;
	padding-top: 335px;
	height: 200px;
	background: url("../i/ye_przelewy_banner_big.jpg") no-repeat 0 0 transparent;
	color: #ffffff;
	margin-bottom: 25px;
	position: relative;;
	}

.hp_transfers2 {background: url("../i/ye_przelewy_banner_big2.jpg") no-repeat 0 0 transparent;}

.hp_transfers>div
{
	float: left;
	width: 450px;
	margin-left: 40px;
	}

.hp_transfers>div:last-child
{
	margin-left: 50px;
	}

.hp_transfers2>div
{
	margin-left: 30px;	
	width: 300px;	
	}

.hp_transfers2>div:first-child
{
	margin-left: 250px;	
	width: 400px;	
	}


.hp_transfers h3
{
	font-size: 18px !important;
	color: #ffffff !important;
	margin-top: 0 !important;
	line-height: 23px !important;
	}

.hp_transfers h3 span
{
	font-size: 24px !important;
	}

.hp_transfers .infotext
{
	font-size: 12px;
	font-weight: bold;
	color: #d1eaf7;
	margin: 20px 0 10px 0;
	line-height: 18px;
	}

.hp_transfers .infotext span
{
	color: #ff9900;
	font-size: 10px;
	}

.hp_transfers .form
{
	margin: 15px 0 0 80px;
	}

.hp_transfers .form>div
{
    color: #D1EAF7;
    height: 40px;
    line-height: 24px;
    text-align: right;
    width: 300px;
	}

.hp_transfers .form>div input[type="text"],
.hp_transfers .form>div input[type="password"]
{
    border: 0 none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    float: right;
    margin-left: 18px;
    padding: 5px;
    width: 200px;
	}

.hp_transfers .form > div.hp_trans_alert {
    color: yellow;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    margin-bottom: 5px;
    margin-top: -13px;
    padding-left: 90px;
    text-align: left;
    display: none;	
    }

.hp_transfers .form_bot
{
	margin-left: 170px;
	color: #d1eaf7;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px
	}

.hp_transfers .form_bot a {color: #d1eaf7 !important;}

.hp_transfers_login
{
	display: block;
	width: 93px;
	height: 22px;
	border: 0 !important;
	margin: 0 10px 0 0 !important;
	padding: 0 !important; 
	float: left;
	background: url("../i/hp_transfers_login.png") no-repeat 0 0 transparent !important;
	cursor: pointer;
	}

.hp_transfers_login:hover,
.hp_transfers_login
{
	box-shadow: none !important; 
	}

.hp_transfers .form_bot label
{
	line-height: 19px !important;
	cursor: pointer !important;
	color: #d1eaf7 !important;
	font-weight: normal  !important;
	font-size: 10px !important;
	font-family: Arial !important;
	}

.hp_transfers .form_bot input[type="checkbox"]
{
	float: left;
	margin-right: 7px;
	}


.hp_transfers .regulations_link
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 110px;
	height: 14px;
	display: block;
	}

.hp_transfers2 .regulations_link
{
	left: 15px !important;
	bottom: 30px !important;
	}


#content .hp_transfers form
{
	padding:0 !important;
	margin: 0 !important;
	}

.hp_transfers form input[type="submit"]
{
	
	}
	
.ye-przelewy-mess
{
	position: absolute;
	top: 200px;
	left: 10px;
	}	

.ye-przelewy-mess .wwmsg
{
    padding-bottom: 3px !important;
    padding-top: 3px !important;
    width: 690px !important;
	}

.ye_przelewy_regulations_box
{
    margin: -20px 10px 0 0;
    text-align: right;
    font-weight:bold; 
	}
	
.ye_przelewy_regulations_box a {color: #fff !important;}
.ye_przelewy_regulations_box a:hover {text-decoration: none !important}

/*-------------------- do�adowanie konta - z okienka --------------------*/

.fst_transfer_page
{
	width: 990px !important;
	}

.fst_transfer_page .tabs
{
	width: 200px;
	float: left;

	}

.fst_transfer_page .tabs>div
{
	background-color: #D0EAF7;
	padding: 15px;
	color: #133B65;
	cursor: pointer;
	}

.fst_transfer_page .tabs>div:hover,
.fts_transfer_page .tabs>div.selected
{
	background-color: #007DCD;
	color: #FFFFFF;
	}

.fst_transfer_page .method_box
{
	border: solid 1px #CCCCCC;
	margin: 0 15px 15px 0;
	width: 650px;
	float: left;
	}

.transfer_steps 
{
	padding: 15px;
	margin: 20px auto;
	}


.transfer_steps .step
{
	float: left;
	width: 200px;
	height: 15px;
	background-color: #D0EAF7;
	padding: 15px;
	margin-right: 20px;
	}

.ui-autocomplete {
    padding:0!important;
    -webkit-border-radius: 0 0 0 0 !important;
    border-radius: 0 0 0 0 !important;
}

.ui-autocomplete li img, .contacts img {
    float:left;
    width:28px;
    height:28px;
    vertical-align: middle;
    margin-right:5px;
    margin-top:3px;
}
p.acName {
    font-size:12px;
    margin:0!important;
}

p.acInfo {
    font-size:10px;
    margin:0!important;
}

.ui-menu .ui-menu-item a, #content .contacts a {
    line-height:14px;
    display: block;
}

#content ul.contacts li {
    margin:0;
    
}
#content ul.contacts a {
    color:#222222;
    padding:3px 10px;
    margin:0;
}
#content ul.contacts a:hover {
    background-color: #098ACC;
    color:#fff;
    text-decoration:none;
    cursor:pointer;
}

#content ul.contacts {
    list-style: none;
    margin:10px 0 0;
    overflow-y: auto;
    overflow-x:hidden;
    max-height:287px;
}

.searchBox input[type="text"]{
    width:160px;
}
.searchBox select {
    height:23px;
    margin-right:10px;
    margin-top:2px;
}
.contactList {
    position: absolute;
    z-index: 1000;
    display:none;
    left:220px;
    top:10px;
}
#content .contactList form {
    padding:0;
    margin:0;
}
.contactList .boxContent {
    padding:0;
}
.contactList .searchBox {
    height:27px;
    padding:10px 10px 0 10px;
} 
#content .contactList .searchBox p {
    margin:0;
    float:right;
    position:relative;
}
.contactList .searchBox label {
    position:absolute;
    left:0;
    top:0;
    font-family: "Arial";
    font-size:14px;
    font-weight:normal;
    height:25px;
    line-height:25px;
    margin-left:5px;
    color:#999999;
}
.showContacts {
    position:absolute;
    top:14px;
    left: 465px;
    display:block;
    width:26px;
    height:25px;
    background: url("/i/show_contacts.jpg") left top no-repeat transparent;
}
.showContacts:hover {
    cursor:pointer;
}

.temporaryImportant { font-weight: bold; color: #f00 !important; }
.temporaryImportant:hover { font-weight: bold; color: #f00 !important; }
.temporaryImportant:active { font-weight: bold; color: #f00 !important; }
.temporaryImportant:visited { font-weight: bold; color: #f00 !important; }

#payuTerms {
	margin-bottom: 10px;
	font-size: 10px;
}

#payuTerms span.fieldError, #cardNames span.fieldError {
	color: #f00;
	margin: 0 10px;
	font-weight: bold;
}

#payuTerms label.fieldError {
	padding: 2px;
	border: 1px solid #f00;
}

#cardNames input.fieldError {
	padding: 2px;
	border: 1px solid #f00;
}

#cardNames label {
	display: inline-block;
	width: 80px;
}

#cardNames input {
	width: 150px;
}

#payuTerms label {
	font-size: 10px;
}

#payuTerms h4 {
	font-size: 10px;
}

#payuTerms ul {
	margin-bottom: 5px;
}

#payuTerms * li {
	font-size: 10px;
	display: inline;
	list-style-type: none;
}

#payuTerms * li:before {
	content:'\2022';
	margin-right: 3px;
}

form#transparent-payment {
	width: 600px;
	position: relative;
}

#wwctrl_payu-card-amount input {
	width: 119px;
}

#wwctrl_payu-card-number input {
	width: 250px;
}
#wwctrl_payu-customer-email input{
	width: 250px;
}
#wwctrl_payu-card-expdate input {
	width: 50px;
}

#wwctrl_payu-card-cvv input {
	width: 50px;
}

#wwctrl_payu-card-username input {
	width: 119px;
}

form#transparent-payment .leftpanel {
	float: left;
}

form#transparent-payment .rightpanel {
	float: right;
	margin-top: 67px;
	margin-right: 40px;
}

#wwlbl_payu-agreement label {
	display: block;
	padding-left: 22px;
}

form#transparent-payment .waiting {
	position: absolute;
	background-image: url('/img/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#content article.rules p.indent {
	margin-left: 20px;
}

#content article.rules p.double-indent {
	margin-left: 40px;
}

.agreement-box form label{
	font-weight: normal;
	cursor: pointer;
}

.agreement-box .checkboxLabel{
	color: #999999;
}