/*
## userLogin
********************************************************************/
@font-face {
	font-family: 'Roboto-Light';
	src: url('../style/fonts/roboto-light.ttf');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Medium';
	src: url('../style/fonts/roboto-medium-webfont.eot');
	src: url('../style/fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
	url('../style/fonts/roboto-medium-webfont.woff') format('woff'),
	url('../style/fonts/roboto-medium-webfont.ttf') format('truetype'),
	url('../style/fonts/roboto-medium-webfont.svg#Roboto-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.userLogin{
	border: 1px dotted #A5A5A5;
	padding:0 20px 20px 20px;
}

.userLogin .headline{
	border-bottom: 1px solid #A5A5A5;
	font-size: 1.2em;
	font-weight: bold;
	height: 33px;
	line-height: 39px;
	text-transform: uppercase;
	margin:0 0 20px 0;
}

.userLogin .description{
	margin:0 0 5px 0;
}

.userLogin  form{
	margin:0;
}

.userLogin  .expressCheckoutLogin {
	margin:20px 0 0 0;
}

.userLogin  .expressCheckoutLogin ul li{
	list-style: disc outside none;
	margin:0 0 5px 13px;
}

.expressCheckoutCheckbox {
	margin: 0 0 10px 0;
}

.expressCheckoutCheckbox input{
	margin: 2px 7px 0 0;
}

a.password-forgotten {
	text-decoration:underline;
}

.img.btn_login{
	background: url(../images/v/btn_login.png) no-repeat;
	width:85px;
	border: 0;
	margin: 0;
}

.sn-caption {
	display: block;
	text-align: center;
	color: #696969;
	font-family: 'Roboto-Medium';
	font-size: 18px;
	margin-top: 21px;
}

.sn-container {
	border: 1px lightgrey solid;
	border-radius: 10px;
	height: 103px;
}

.sn-list {
	height: 30px;
	margin: 16px auto 0;
	width: 168px;
}

.sn-item {
	height: 30px;
	width: 30px;
	margin: 0 6px;
	background: url("../images/social.png") no-repeat -10000px 0;
	display: inline-block;
}

.sn-item-vk {
	background-position: -0px 0;
}

.sn-item-fb {
	background-position: -36px 0;
}

.sn-item-ok {
	background-position: -72px 0;
}

.sn-item-tw {
	background-position: -108px 0;
}

.sna_unassigned_popup, .sna_reg_error_popup {
	width: 425px;
}

.sna_unassigned_popup .popup_padding, .sna_reg_error_popup .popup_padding {
	padding: 55px 10px 20px;
	text-align: center;
}

.sna_unassigned_popup span, .sna_reg_error_popup span {
	font: 18px/24px Arial, sans-serif;
}

.sna_unassigned_popup a, .sna_reg_error_popup a {
	color: white;
	text-decoration: underline;
}

.sna_unassigned_popup a:hover, .sna_reg_error_popup a:hover {
	color: #004978;
	text-decoration: none;
}

.sna_unassigned_popup .btn_cancel, .sna_reg_error_popup .btn_cancel {
	margin: 20px auto 0; width: 80px;
}

.reg_popup_padding {
	padding: 21px 23px 22px;
}

.reg_popup_padding .reg-button {
	display: block;
	background: url('../images/v/btn_register.png') no-repeat;
	height: 58px;
	width: 334px;
	margin: 0 auto 23px;
	cursor: pointer;
}

.reg_popup_padding .sn-reg-caption {
	color: #696969;
	display: block;
	font-family: 'Roboto-Light', sans-serif;
	font-size: 16.5px;
	width: 212px;
	margin: 14px auto 12px;
	text-align: center;
}

.reg_popup_padding .sn-container {
	height: 104px;
}

.popup_reg .popup_title .title_bold, .popup_auth .popup_title .title_bold {
	font-family: Arial, Helvetica, sans-serif;
}
