/*
**  loginform
**/
div.authblock {
	clear: both;
	width: 144px;
	height: 220px;
	border: 1px solid #ddeff3;
	background: #fff url(/gfx/webshop/bg_auth_block.gif) no-repeat 0 0;
	padding: 40px 10px 0 10px;
	margin-top: 5px;
}

div.authblock input#login,
div.authblock a.pay {
	width: 90px;
	height: 25px;
	border: 0;
	float: right;
	cursor: pointer;
	background: transparent url(/gfx/webshop/btn_login.gif) no-repeat 0 0;
}

div.authblock a.pay {
	height: 14px;
	margin-top: 5px;
	background: transparent url(/gfx/webshop/btn_pay.gif) no-repeat 0 0;
}

/*
**  links
**/
div.authblock a {
	color: #084382;
	text-decoration: none;
}

div.authblock a:hover {
	color: #cf000a;
}

div.authblock a.reg,
div.authblock a.forget,
div.authblock a.adat,
div.authblock a.basket,
div.authblock a.out {
	clear: both;
	display: block;
	height: 18px;
	padding: 0 0 0 28px;
}

div.authblock span {
	padding: 0;
}

div.authblock a.reg {background: transparent url(/gfx/webshop/bg_link_reg.gif) no-repeat 6px 2px;}
div.authblock a.forget {background: transparent url(/gfx/webshop/bg_link_forget.gif) no-repeat 6px 2px;}

div.authblock a.adat,
div.authblock a.basket,
div.authblock a.out {
	padding: 0;
	height: 18px;
	padding: 2px 0 0 2px;
}

div.authblock a.adat,
div.authblock a.basket,
div.authblock a.out {
	font-weight: bold;
	border-bottom: 1px solid #e9f4f9;
}

div.authblock a.adat {background: transparent url(/gfx/webshop/bg_link_adat.gif) no-repeat right 3px;}
div.authblock a.basket {background: transparent url(/gfx/webshop/bg_link_basket.gif) no-repeat right 4px;}
div.authblock a.out {background: transparent url(/gfx/webshop/bg_link_out.gif) no-repeat right 2px;}

div.authblock a.basketdetails {
	color: #cf000a;
	width: 130px;
	display: block;
	text-align: right;
	padding: 4px 2px 4px 12px;
	margin: 5px 0;
	background: transparent url(/gfx/webshop/bg_link_basketdetails.gif) no-repeat 14px 8px;
	border-top: 1px solid #e9f4f9;
	border-bottom: 1px solid #e9f4f9;
}

div.authblock a.basketdetails:hover {
	color: #084382;
}

/*
**  div
**/
div.home {
	margin-left: 8px;
	padding-right: 5px;
}

div#tobasket {
	clear: both;
	float: left;
	border-bottom: 1px solid #d6ecf1;
	border-top: 1px solid #d6ecf1;
	margin: 10px 0;
	width: 406px;
	padding: 6px 4px 4px 4px;
}

/*
**  span
**/
div.authblock div {
	height: 18px;
	padding: 0 0 0 2px;
}

/*
**  table
**/
table.parts {
	width: 500px;
}

table.basket {
	margin-bottom: 10px;
}

table.basket th {
	font-weight: bold;
}

table.basket th {
	font-weight: bold;
	text-align: left;
}

table.basket th,
table.basket td {
	border: 1px solid #ddeff3;
	background-color: #fff;
	padding: 5px;
}

table.basket th,
table.basket td.color {
	background-color: #f0fbff;
}

/*
**  form
**/
div.form {
	width: 500px;
	float: left;
	margin: 10px 20px 10px 0;
	padding: 18px 8px 8px 8px;
	border: 1px solid #d6ecf1;
	background-color: #fff;
}

div.form label {
	display: block;
	width: 90px;
	padding: 5px 5px 0 0;
	float: left;
	text-align: right;
	color: #084382;
}

div.form input#submit,
div.form input#send,
div.form input.sendform {
	width: 100px;
	height: 27px;
	margin: 10px 25px 0 0;
	clear: both;
	float: right;
	cursor: pointer;
	border: 0;
	background: #fff url(/gfx/webshop/btn_registration.gif) no-repeat 0 0;
}

div.form input#backform {
	width: 120px;
	height: 20px;
	clear: both;
	float: left;
	cursor: pointer;
	border: 0;
	background: #fff url(/gfx/webshop/btn_backtobasket.gif) no-repeat 0 0;
    clear: none;
    margin: 10px 0 0 30px;
}
div.form input#orderform {
	width: 100px;
	height: 20px;
	clear: both;
	float: right;
	cursor: pointer;
	border: 0;
	background: #fff url(/gfx/webshop/btn_order.gif) no-repeat 0 0;
    clear: none;
    margin: 10px 10px 0 0;
}

div.form input#send {
	background: #fff url(/gfx/webshop/btn_send.gif) no-repeat 0 0;
	clear: none;
	margin: 0 120px 0 0;
}

div.form input.sendform {background: #fff url(/gfx/webshop/btn_send.gif) no-repeat 0 0;}

div.form h2 {
	width: 491px;
	margin: 0 0 10px 0;
	color: #cf000a;
}

input.basket,
input.count {
	width: 30px;
	clear: none;
	float: left;
	text-align: right;
}

input.count {
	float: none;
}

input.btn_basket {
	width: 136px;
	height: 19px;
	cursor: pointer;
	border: 0;
	background: transparent url(/gfx/webshop/btn_tobasket.gif) no-repeat 4px 5px;
	padding-top: 5px;
}

input.checkbox {
	width: 16px;
	padding: 3px;
	height: 16px;
	border: 1px solid #d6ecf1;
	background-color: transparent;
	float: none;
	color: #000;
	cursor: pointer;
}

div.form textarea {
	width: 371px;
}

/*
**  list
**/
div.aszf ul {
	margin: 10px 0 0 10px;
}

div.aszf li {
	margin: 4px 0 0 10px;
}

/*
**  common
**/
.mb5 {margin-bottom: 5px;}
.mb25 {margin-bottom: 25px;}
.pt6 {padding-top: 6px;}
div.h170 {height: 170px;}

