@charset "UTF-8";

#right .widget {
	width: 260px;
	padding: 20px 0 10px 0;
}

#loginblock {
	width: 180px;
	padding: 0 10px 0 80px;
	background: #fff url(../images/back_loginblock.png) no-repeat 0 0;
	min-height: 70px;
	height: auto !important;
	height: 70px;
}
#loginblock form {
	margin: 0;
	padding: 0;
}
#loginblock #login {
	margin: 0;
	font-size: 0.8em;
	line-height: 1.4em;
}
#loginblock #userdata {
	margin: 0 0 10px 0;
}
#loginblock .button a {
	display: block;
	width: 180px;
	height: 30px;
	background: #ebd77c url(../images/button_logout.png) no-repeat 0 0;
	margin: 0 auto;
	text-indent: -1000em;
	color: #fff;
}
#loginblock .button a:hover {
	background-position: 0 -30px;
}
#loginblock #userdata .price {
	font-weight: bold;
}
#loginblock #login p {
	position: relative;
	margin: 0 0 3px 0;
}
#loginblock #login p label {
	position: absolute;
	top: 0;
	left: 0;
	color: #ebd77c;
	width: 180px;
	display: block;
	padding: 0;
	font-size: 1em;
	line-height: 1.4em;
	margin: 5px 5px 5px 6px;
}
#loginblock #login p input {
	width: 174px;
	border: 2px solid #dea730;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 3px 0;
	padding: 2px;
}
#loginblock #login p br {
	display: none;
}
#loginblock #check {
	margin: 0 0 5px 0;
	font-size: 0.8em;
	line-height: 1.4em;
}
#loginblock #check input {
	margin: 0 5px 5px 0;
	vertical-align: middle;
	border: none;
}
#loginblock #forgetpass {
	margin: 0 0 10px 0;
	font-size: 0.8em;
	line-height: 1.4em;
}
#loginblock .button {
	text-align: center;
}
#loginblock .button input {
	display: block;
	width: 180px;
	height: 30px;
	background: #ebd77c url(../images/button_login.png) no-repeat 0 0;
	margin: 0 auto;
	text-indent: -1000em;
	border: none;
	color: #fff;
	cursor: pointer;
}


#cartblock {
	width: 180px;
	padding: 0 10px 0 80px;
	background: #fff url(../images/back_cartblock.png) no-repeat 0 0;
}
#cartblock #cartdata,
#cartblock #cartnote
{
	margin: 0 0 10px 0;
	font-size: 0.8em;
	line-height: 1.4em;
}
#cartblock #cartdata .price {
	font-weight: bold;
}
#cartblock #cartnote .price {
	font-weight: bold;
	text-decoration: underline;
}
#cartblock .button {
	text-align: center;
}
#cartblock .button a {
	display: block;
	width: 180px;
	height: 30px;
	background: #ebd77c url(../images/button_viewcart.png) no-repeat 0 0;
	margin: 0 auto;
	text-indent: -1000em;
	color: #fff;
}
#cartblock .button a:hover {
	background-position: 0 -30px;
}


#loginblock2 {
	width: 180px;
    margin: 10px auto;
}
#loginblock2 .button input {
	display: block;
	width: 180px;
	height: 30px;
	background: #ebd77c url(../images/button_login.png) no-repeat 0 0;
	margin: 0 auto;
	text-indent: -1000em;
	border: none;
	color: #fff;
	cursor: pointer;
}
