

.tree_container
{
	width: 185px;
	margin: 0px 0px 11px 12px;
	padding: 5px 5px;
	font-size: 13px;
	border: 1px solid #e1e1e1;
	border-top: 0px;
}



.tree_container ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


.tree_container li {
	margin: 0;
	padding: 3px 0pt 3px 16px;
	list-style: none;
}

.treeview a.active {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #3340ff; cursor: pointer; }

/*.treeview li { background: url(../img/tree/treeview-default-line.gif) 0 0 no-repeat; }*/
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
/*.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../img/tree/treeview-default.gif); }  */
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(../img/tree/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../img/tree/treeview-red.gif); }

.treeview-black li { background-image: url(../img/tree/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(../img/tree/treeview-black.gif); }

/*.treeview-gray li { background-image: url(../img/tree/treeview-gray-line.gif); }*/
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(../img/tree/treeview-gray.gif); }

.treeview-famfamfam li { background-image: url(../img/tree/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../img/tree/treeview-famfamfam.gif); }


.filetree li { padding: 4px 0 3px 0px; }
.filetree .folder  { padding: 0px 0 1px 2px; display: inline; cursor: pointer; color: #333333; font-size: 13px;}
.filetree .folder * {color: #333333}
.filetree .file { padding: 0px 0 1px 0px; display: inline; cursor: pointer; color: #20355a}
.filetree .file * {color: #20355a}
.filetree .bold * {color: #333333;font-size: 13px;}

.filetree span.active, .filetree span.active { padding: 0px 0 1px 2px; display: block; cursor: pointer; color: #3340ff; }

.filetree span.active *,
.filetree span.active *
{
color: #3340ff;
}
li ul li.active span.file {
	background-color: #b5ddfb;
	font-weight: bold;
}

.filetree span.folder {cursor: pointer; font-weight: bold;}
.filetree li.expandable span.folder { cursor: pointer;}
.filetree span.file { cursor: pointer;}
.filetree span.load { background: url(../img/tree/spinner.gif) 0 0 no-repeat; padding-left: 20px; }

ul.filetree li {
	background-repeat: no-repeat;
	background-position: left 4px;
}
ul.filetree li div {
	padding-left: 23px;
		background: url(../img/dot.png) repeat-x left bottom;
		padding-bottom: 8px;
}

ul.filetree li ul li{
margin-left: -24px;
padding-left: 26px;
background-color: #ffffff;
}

ul.filetree li ul li.one_cat {background: url(../img/sidebar_delim.png) 7px 7px no-repeat;}

ul.filetree li.last div{
		background: none;
}


/* 
================================================
autosuggest, inquisitor style
================================================
*/

body
{
	position: relative;
}


div.autosuggest
{
	position: absolute;
	/*background-image: url(img_inquisitor/as_pointer.gif);*/
	background-position: top;
	background-repeat: no-repeat;
	padding: 3px 0 0 0;
	z-index: 1000;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 10px;
	padding: 0 6px;
	background-image: url(/img/suggest/top.png);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	height: 6px;
	background-image: url(/img/suggest/bottom.png);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(img_inquisitor/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(img_inquisitor/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
}

div.autosuggest img.result_icon {
	padding: 5px 8px 5px 8px;
}

div.autosuggest .as_div {
	background-image: url(/img/suggest/div.png);
	background-repeat: no-repeat;
	height: 5px;
}
div.autosuggest ul, div.autosuggest .as_msg_body
{
	background-color: #e8eae5;
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-image: url(/img/suggest/bg-down.png);
}

div.autosuggest .as_msg_body {
	color: #787878;
	padding-top: 8px;
	margin: 0;
	text-align: center;
	font-weight: bold;
	height: 50px;
	background-image: url(/img/suggest/bg-up.png);
}

div.autosuggest ul#as_sugg_ul {
	background-image: url(/img/suggest/bg-up.png);
}

div.autosuggest ul li
{
	color: #60615e;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest .sugg .right{
	padding-right: 4px;
	padding-top: 2px;
	color: #8a8a8a;
	font-size: 10px;
}

div.autosuggest .sugg:hover {
	background-color: #e8e8e8;
}

div.autosuggest .sugg_div {
	position: relative;
	overflow: hidden;
}

div.autosuggest ul li a
{
	color: #000000;
	display: block;
	text-decoration: none;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #d8d8d8;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #5f605e;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(img_inquisitor/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(img_inquisitor/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}

.png {
	behavior: url(iepngfix.htc	);
}

P {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	overflow: hidden;
}

#body {
	background: #f6f6e8 url(../img/eng/main-bg.gif) repeat-y top center;
}

body{
	padding: 0px;
	margin: 0px;
	color: #4c4c4c;
	background-color: #ffffff;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a {
	color: #007eba;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.main {
	width: 1002px;
	margin: 0px auto;
	background-color: #ffffff;
	z-index: 0;
	padding-top: 100px;
	position: relative;
}

h4 {
	padding: 0;
	margin: 0;
}

.main_home {
}


.new_year { background: url(../img/ger/new_year_logo.png); position:absolute; left:-10px; top:0px; width:168px; height: 98px;z-index: 10; padding-left:70px; }
.snow { width:65px; height: 98px; position: absolute; right:0px; background:url(../img/ger/snow.png) no-repeat; top:0px;  }
.header .new_year a {
	background-repeat: no-repeat;
	display: block;
	width: 109px;
	height: 81px;
}

.header .new_year a span {
	display: none;
}
.header {
	border-bottom: 1px solid #e3e6e3;
	background-color: #ffffff;
	height: 107px;
	position: absolute;
	top: 0px;
	z-index: 2;
	width: 1002px;
}

.header .topline {
	width: 755px;
	background-color: #0fb3f8;
	font-size: 4px;
	position: absolute;
	right: 0px;
	height: 4px;
	top: 0px;
	z-index: 100;
}

.header .logo {
	float: left;
	width: 180px;
	padding: 12px 	0 0 67px;
	height: 83px;
}

.header .logo a {
	background-repeat: no-repeat;
	display: block;
	width: 109px;
	height: 81px;
}
/*
.header .logo {
	float: left;
	width: 252px;
	padding: 0px 0 0 0px;
	height: 96px;
}
.header .logo a {
	background-repeat: no-repeat;
	display: block;
	width: 209px;
	height: 96px;
}*/
.header .logo a span {
	display: none;
}

.login, .profile-info {
	float: left;
	width: 210px;
	padding-top: 10px;
	padding-left: 20px;
	border-left: 1px solid #ededed;
	color: #898a8c;
	font-size: 13px;
	height: 82px;
}

 .profile-info .customer {
	border-bottom: 1px solid #eff1f4;
	padding-bottom: 5px;
	margin-bottom: 6px;
	margin-right: 10px;
}

.profile-info .Name_info {
	color: #3ca5f5;
	font-weight: bold;
}

.login .link {
	float: left;
	margin-right: 16px;
	/*margin-top: 5px;*/
	position: relative;
}

.langs {
	float: left;
	padding-top: 25px;
	width: 60px;
}

.langs .lang {
	float: left;
	padding-top: 20px;
	margin-right: 8px;
}

.header .hotline {
	margin-right: 10px;
	float: left;
	padding-top: 24px;
	color: #3ca5f5;
	font-weight: bold;
	line-height: 20px;
}

.header .ehi {
	margin-right: 12px;
	float: left;
	padding-top: 24px;
	color: #3ca5f5;
	font-weight: bold;
	line-height: 20px;
}

.header .basket-top {
	border-left: 1px solid #ededed;
	padding-left: 0px;
	padding-left: 7px;
	padding-top: 24px;
	float: left;
	height: 50px;
}

.grayhead .basket-top {
	border-left: 1px solid #ededed;
	padding-left: 36px;
	float: left;
	padding-top: 20px;
	margin-top: 0px;
	height: 110px;
}

.basket-top .head{
	border-bottom: 1px solid #ececec;
	width: 115px;
	color: #48669a;
	font-weight: bolder;
	height: 16px;
}

.basket-top .head img {
	float: left;
	margin-right: 6px;
}

.basket-top .info  {
	padding-left: 25px;
	float: left;
	width: 100px;
	color: #48669a;
	background: url(../img/iconset.png) no-repeat 6px -46px;
}

.basket-top .btn {
	float: left;
	padding-top: 6px;
	padding-left: 18px;
}

.left-col {
	float: left;
	width: 209px;
}

.banners_block {float:left; overflow: hidden; margin:24px 0 0 12px;}


.mid-col {
	float: right;
	width: 792px;
	overflow: hidden;
}

.mid-col-home {
	float: right;
	width: 620px;
	overflow: hidden;
	margin-right: 172px;
}

.livechat {
	margin-top: 14px;
	margin-left: 2px;
}

.menu {
	width: 183px;
	margin: 0px 0px 0px 12px;
	padding: 10px 6px;
	border: 1px solid #e1e1e1;
	background-color: #e7f7fe;
	font-size: 12px;
	line-height: 26px;
}

.promo {
	width: 170px;
	margin: 2px 0px 15px 12px;
	padding: 15px 10px 15px 15px;
	border: 1px solid #e1e1e1;
}

.promo2 {
	width: 170px;
	margin: 2px 0px 15px 12px;
	padding: 15px 10px 15px 15px;
	border: 1px solid #e1e1e1;
	background-color: #f9f9f2;
}

.promo2 input {
	border: 1px solid #d1d1c8;
	width: 130px;
	margin: 4px 0 10px 0;
	padding: 3px 8px;
	font-size: 12px;
	height: 16px;
}

.menu li {
	padding: 0px 0px 0px 18px;
	list-style: none outside;
	background: url(../img/tree/plus.gif) no-repeat 3px 9px;
}

.menu li a {
	color: #333333;
	font-weight: bold;
	/*text-decoration: none;*/
}

.news {
	margin-left: 15px;
	margin-top: 11px;
	width: 147px;
}

.news .right_banner { margin-top: 11px; height:385px; }
.news .special {font: 14px Arial; margin-top: 20px; letter-spacing:-1px;}
.news .special span {font-size: 20px;}
.news .special.gray {font-size:18px; color:#7c7c7b;}
.news .special.gray span { font-size:18px; color:#7c7c7b; }
.news ul.square_img {margin-top:10px; overflow: hidden; position: relative; margin-left: -3px;}
.news ul.square_img li{float: left; margin-left: 3px;}
.news .special .small_desc { font-size:12px; color: #7c7c7b; margin: 10px 0 10px 0;}
.news .special ul {margin-bottom: 15px; font-size:12px;}
.news .special .green_but { font-weight:bold; font-size:11px; width: 117px; height: 26px; background: url(../img/right_block/green_button.png) no-repeat 0 0; color: #3d423b; text-align: center; line-height: 26px;}

.news .item {
	padding: 18px 0;
	background: url(../img/eng/u.gif) repeat-x left bottom;
}

.news .item .date{
	margin-top: 10px;
	color: #7f7f7f;
	font-size: 11px;
}

.news .item .ttl {
	margin-bottom: 10px;
	color: #1b354b;
	font-size: 12px;
	font-weight: bold;
}

.bestsellers {
	margin-left: 3px;
	background: url(../img/eng/u.gif) repeat-x left bottom;
	height: 29px;
	position: relative;
	line-height: 29px;
}

.bestsellers a, .bestsellers span{
	color: #1b354b;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
}


.home {
	/*padding: 11px 0px 0px 27px;*/
	background-color: #ffffff;
}

.content {
	padding: 17px 15px 50px 15px;
}

.content2 {
	padding: 15px 15px 50px 15px;
}

.content-bordered,
.content-bordered-blue {
	margin: 17px 15px 0px 15px;
	border: 1px solid #e7ebe7;
}

.content-bordered-blue .context {
	line-height: 18px;
}

.content-bordered-blue .title, .content-bordered-blue h1{
	padding: 12px 25px 10px 20px;
	margin: 1px;
	background-color: #e6eae6;
	font-size: 22px;
}

.content-bordered-blue .title h2 {
	color: #4C4C4C;
}

.content-blue {
	margin: 0px 15px 0px 15px;
	border: 1px solid #e7ebe7;
	background-color: #f1f8fb;
}

.content .txt {
	padding: 10px 0px;
}

 .whole {
	position: absolute;
	right: 0px;
	bottom: 7px;
}

.products {
/*	margin-right: -100px;*/
	overflow: hidden;
}

.products .item {
	float: left;
	width: 290px;
	border: 1px solid #e7ebe7;
	margin-right: 8px;
	margin-top: 10px;
	background-color: #f8f8ef;
	height: 110px;
	overflow: hidden;
}

.products .item .thumb{
	float: left;
	margin: 3px;
	position: relative;
}

.thumb .new {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.thumb .ny {
	position: absolute;
	top: -28px;
	left: -20px;
}

.products .item .descr{
	float: left;
	margin: 8px 6px 8px 10px;
	width: 157px;
	height: 63px;
	overflow: hidden;
}

.products .item .price{
	margin-left: 144px;
	color: #61b839;
	font-size: 14px;
	font-weight: bold;
}

.products .item .btn-add{
	padding-right: 24px;
	padding-top: 6px;
	text-align: right;
}

.footer {
	border-top: 1px solid #e3e6e3;
	background-color: #f7f7f7;
	height: 110px;
}

.footer .links {
	float: left;
	width: 254px;
	padding: 0 20px;
	padding-top: 50px;
	color: #3a47ff;
	font-weight: bold;
	text-align: center;
}

.footer .links a {
	color: #3a47ff;
	font-weight: bold;
}


.announces {
	margin-top: 19px;
	border-top: 8px solid #41a8f5;
	border-bottom: 1px solid #e1e1e1;
	background: url(../img/eng/announce-bg.gif) repeat-y right top;
}

.announces .about {
	float: left;
	width: 274px;
	padding: 11px;
}

.announces .about h2 {
	color: #5760ba;
}

.announces .special {
	float: left;
	width: 275px;
	margin-left: 0px;
	padding: 11px;
	background-color: #e7f7fe;
}

.announces .special h2, .announces .about h2 {
	font-size: 22px;
	font-weight: normal;
}


.announces	.title {
	background: url(../img/eng/u.gif) repeat-x left bottom;
	height: 28px;
}

h1 {
	font-size: 18px;
}

.tree_container .best {
	padding-left: 25px;
	margin-left: 10px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 11px;
	background: url(../img/eng/icon-star.png) no-repeat 10px 3px;
	color: #3340ff;
	font-weight: bold;
	font-size: 12px;
	height: 24px;
}

.best a {
	text-transform: uppercase;
}

.tree_container .list {
	padding: 0px 4px;
}

.path  {
	color: #a4a4a4;
	background: url(../img/eng/u.gif) repeat-x left bottom;
	font-size: 18px;
	height: 41px;
	position: relative;
}

.path .mid{
	float: left;
	padding-top: 1px;
}

.path .mid a{
	color: #848484;
	font-size: 18px;
	letter-spacing: -1px;
	/*text-decoration: none;*/
}

.path .last h1{
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	/*text-decoration: none;*/
}

 h1.last,  h1.last *{
	font-weight: normal;
	/*text-decoration: none;*/
}

.product{
	border: 1px solid #e7ebe7;
}

.product .inner {
	border: 1px solid #f7f7f7;
	margin: 3px;
	padding: 5px;
	background-color: #ffffff;
}

.product .thumbs {
	float: left;
	width: 230px;
}

.product .thumbs .big {
	float: left;
	width: 230px;
	height: 230px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.product .inner .ny {
	position: absolute;
	top: 148px;
	left: 420px;
	z-index: 10;
}
 .color {
	position: absolute;
	top: 5px;
	left: 5px;
}

.product .thumbs .small {
	float: left;
	width: 54px;
	margin-left: 9px;
	overflow: hidden;
	height: 178px;
}

.product .thumbs .small img{
	margin-bottom: 8px;
}

.product .info {
	float: left;
	width: 470px;
	margin-left: 10px;
	padding: 10px;
}

.product .info h1 {
	margin-bottom: 4px;
	padding-left: 4px;
	color: #353535;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
}

.product .info .announce {
	padding-bottom: 5px;
	padding-left: 4px;
	color: #787878;
}

.product .info .details {
	border: 1px solid #d9d9d9;
	border-width: 1px 0 1px 0;
	padding: 0px 0px 0px 0px;
}

.product .article .nr {
}

.product .article .stock {
	color: #001a88;
	font-weight: bold;
}

.product .buy {
}

.product .info .price {
	float: left;
	padding-right: 7px;
	color: #61B839;
}

.reduced {
	color: #61B839;
}

.productlist .price {
	padding-right: 10px;
	color: #61B839;
}

.productlist .black {
	padding-right: 10px;
	color: #4c4c4c;
}

.old {
	color: #999999;
	font-size: 24px;
	text-decoration: line-through;
	letter-spacing: -1px;
	position: relative;
	height: 21px;
}

.productlist .old {
	font-size: 20px;
	letter-spacing: -1px;
}

.product .info .tax {
}

.blue {
	color: #007eba;
}

.cart {
}

.step {
	padding-right: 5px;
	color: #cacaca;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.7em;
	vertical-align: middle;
}

.cart .count {
}

.cart .count input,
.contrib .count input {
	width: 30px;
	border: 1px solid #878787;
}

.cart .basket_btn {
}

.contribs {
	border: 1px solid #e7ebe7;
	border-width: 0 1px 1px 1px;
}

.contrib {
	border-width: 0 1px 1px 1px;
	padding: 0px 14px;
	margin-bottom: 2px;
	line-height: 18px;
}

.contrib table{
	border-left: 1px solid #fafaf1;
	border-right: 1px solid #fafaf1;
	background-color: #f6f6e8;
}

.contrib table td{
	padding: 0px 10px;
}

.contrib_btn img{
	margin-bottom: -5px;
}

.green {
	color: #6cbd46;
}

.right {
	float: right;
}

.content .col1 {
	width: 457px;
	margin-right: 10px;
	float: left;
}

.content .col2 {
	float: left;
	width: 295px;
}

.content-col .description {
	border: 1px solid #babdba;
	margin-bottom: 16px;
	color: #000000;
	line-height: 19px;
}

.content-col .specs {
	border: 1px solid #babdba;
	color: #000000;
	line-height: 19px;
}

.content-col .description h2,
.content-col .specs h2,
.content-col .reviews h2,
.content-col .support h2,
.content-col .youtube h2 {
	padding: 5px 18px;
	background-color: #b8b8b8;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

.content-col .description .txt {
	padding: 10px 20px;
}

.content-col .description .txt a {
	color: #000000;
	/*text-decoration: none;*/
}

.content-col .youtube {
	border: 1px solid #babdba;
	margin-bottom: 16px;
}

.content-col .youtube .video {
	text-align: center;
}

.support {
	margin-top: 15px;
	border: 1px solid #babdba;
}

.support .ttl {
	background-color: #b8b8b8;
}

.grayhead {
	border-bottom: 1px solid #e3e6e3;
	background-color: #f1f1f1;
	height: 150px;
}

.grayhead  .logo {
	float: left;
	width: 282px;
	padding: 22px 	0 0 70px;
	height: 109px;
}

.productlist .item{
	border: 1px solid #e7ebe7;
	padding: 5px;
	padding-bottom: 22px;
	background-color: #f8f8ef;
	position: relative;
	margin: 0 0 15px 0;
}

.productlist .item .thumb {
	float: left;
	position: relative;
}

.productlist .item .descr {
	float: left;
	width: 440px;
	padding: 11px 17px;
}

.productlist .item .price {
	float: right;
	width: 120px;
	padding-top: 10px;
	text-align: right;
}

.productlist .item .descr .title, .productlist .item .descr h4 {
	font-size:14px;
	float: left;
	margin-right: 3px;
	color: #000000;
	font-weight: bold;
}

.productlist .item .descr .announce{
	font-size: 13px;
	color: #7f7f7f;
	height: 57px;
}

.productlist .item .descr .announce *{
	color: #7f7f7f;
}

.details .article {
	height: 21px;
}

.productlist .item .descr .article *{
	color: #6181a8;
}

.productlist .buy {
	border: 1px solid #d9dcd9;
	border-width: 0 1px 1px 1px;
	margin: 0px;
	background: url(../img/eng/buy-bg.gif) repeat-x left top;
	height: 34px;
}

.productlist .buy .new {
	float: left;
	padding: 10px;
}

.productlist .btn-add {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

.productlist .btn-add .cheaper {
	margin-left: 10px;
	float: right;
	margin-top: 5px;
}
.productlist .btn-add .more {
	float: right;
}

.cat-ttl {
	margin-left: 12px;
}

.left-col .search {
	margin-left: 12px;
	margin-top: 25px;
	width: 197px;
	background: url(../img/eng/search-bg.gif) repeat-x left top;
	height: 20px;
}

.left-col .search #top-search {
	width: 169px;
	padding-top: 0px;
	margin: 0px;
	border: 0px;
	color: #737573;
	background-color: transparent;
	font-size: 12px;
	height: 16px;
}

.bold {
	font-weight: bold;
}

.filetree a {
	text-decoration: none;
}

.filetree a:hover {
	text-decoration: underline;
}

a:visited {
	color: #848484;
}

.cat_tree h2 {
	font-size: 16px;
}

.cat_tree h3 a.active, .cat_tree span.file a.active {
	color: #AA3520;
}

.login .link .slide {
	z-index: 10000;
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
}

.login .link .step3 {
	width: 249px;
	background: url(../img/eng/login-bg.png) no-repeat left top;
	font-size: 11px;
	height: 110px;
	overflow: hidden;
}


#login-frm {
	padding: 5px 0px  0px 15px;
	color: #737573;
	line-height: 17px;
	position: relative;
}


#login-frm input{
	border: 1px solid #9fa29f;
	margin: 1px 0px;
	width: 140px;
	background-color: #ffffff;
	font-size: 11px;
	height: 16px;
}

#login-frm input.error{
	border: 1px solid #ff0000;
	color: #ff0000;
}

#btn-login-top {
	position: absolute;
	bottom: 13px;
	right: 20px;
	cursor: pointer;
}

.basket_btn {
	cursor: pointer;
	position: relative;
}

 .basket_btn img.load{
	display: none;
	position: absolute;
	top: 2px;
	left: 13px;
}

.productlist .basket_btn img.load{
	display: none;
	position: absolute;
	top: -3px;
	left: 0px;
}

.icons {
	margin-top: 4px;
	margin-left: 1px;
}

.icons .icon {
	border: 1px solid #dddddd;
	margin-right: 1px;
	padding: 0px;
}

input.quantity,
textarea, select {
	border: 1px solid #cccccc;
}

.certs .items {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	padding: 0px 10px 0px 10px;
	width: 273px;
	text-align: center;
}

.certs .items img {
	margin: 5px 0;
}

.category {
	border: 1px solid #dddddd;
	padding: 5px;
	background-color: #eeeeee;
}

.category .image {
	float: left;
	width: 180px;
	padding: 2px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	height: 180px;
}

.category .description {
	float: left;
	width: 520px;
	padding: 4px 10px 0px 20px;
	font-size: 12px;
	line-height: 16px;
}

.category .description a {
	color: #4c4c4c;
	cursor: text;
}

.categories {
	margin-right: -10px;
}

.categories .sub {
	border: 1px solid #dddddd;
	border-width: 0 1px 1px 1px;
	margin-right: 10px;
	padding: 8px;
}

.categories .sub .thumb {
	float: left;
	width: 130px;
	border: 1px solid #dddddd;
	padding: 2px;
	margin-right: 10px;
	height: 130px;
}

.categories .sub .description {
	float: left;
	width: 577px;
	min-height: 85px;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	padding-bottom: 45px;
	overflow: hidden;
}

.categories .sub .description .to_prod {
	position: absolute;
	bottom: 0px;
	right: 10px;
}

.categories .sub .description .ttl {
	margin-bottom: 0px;
	color: #3340ff;
	font-weight: bold;
	font-size: 12px;
}

.linked {
	margin-left: 4px;
	margin-bottom: 4px;
}

.linked .item {
	width: 283px;
	margin-top: 4px;
}

.linked .item .thumb{
	width: 100px;
}

.linked .item .price{
	float: left;
	padding: 0  0 0 7px;
	margin: 0px;
}

.linked .item .btn-add{
	float: right;
	padding: 0 5px 0 0;
	margin: 2px 0 0 0;
}

.linked .item .descr{
	width: 155px;
	height: 58px;
}

.right-col {
	position: absolute;
	right: 2px;
	width: 170px;
	overflow: hidden;
	margin-top:4px;
	top:389px;

}

#content-col {
	margin: 0px 20px;
}

#color_picker {
	width: 200px;
	padding-top: 1px;
	font-size: 11px;
	line-height: 20px;
	height: 20px;
}

.descr .colors {
	position: absolute;
	bottom: 8px;
}

table.border {
	border-color: #dddddd;
	border: 0px;
	border-collapse: collapse;
}

table.border tr td{
	border: 1px solid #dddddd;
	padding: 5px;
}

.selector {
	padding-top: 7px;
	border-bottom: 1px solid #e3e6e3;
	padding-left: 0px;
	text-align: center;
	height: 29px;
	position: absolute;
	top: 107px;
	left: 0px;
	width:1002px;
	z-index: 0;
}

.selector table {
	margin: auto;
}

.selector .q {
	padding: 0px 7px;
}

.question {
	padding-right: 7px;
	margin-right: 0px;
	background: url(../img/eng/question-bg.png) no-repeat right top;
}

.selector .question .inner {
	padding-left: 4px;
	padding-top: 4px;
	background: url(../img/eng/question-l.png) no-repeat left top;
	height: 19px;
}

.selector .question .inner .answer {
	float: left;
	padding: 0 6px;
	border-right: 1px solid #e8e8e8;
	white-space: nowrap;
	font-weight: bolder;
}

.selector .question .inner .red a{
	color: #bb0000;
}

.selector .question .inner .yellow a{
	color: #ffd400;
}

.selector .question .inner .blue a{
	color: #0b8ef2;
}

.selector .question .inner .pink a{
	color: #ff00a0;
}

.selector .question .inner .green a{
	color: #3cc972;
}

.selector .question .inner .white a{
	color: #a2a2a2;
}

.bottoms .subscribe {
	float: left;
	width: 290px;
	margin-right: 6px;
	height: 177px;
	position: relative;
}

.bottoms .subscribe .fields  {
	position: absolute;
	top: 57px;
	left: 15px;
}

.bottoms .subscribe .fields input {
	width: 140px;
	border: 1px solid #ccccbb;
	padding: 3px 8px;
	margin-bottom: 0px;
	color: #b2b2b2;
	font-size: 11px;
	height: 16px;
}

.bottoms .satisfy {
	float: left;
	width: 290px;
	margin-left: 7px;
}

.bottoms .subscribe  .btn-submit {
	position: absolute;
	top: 86px;
	right: 20px;
}

.bottoms .subscribe .privacy {
	width: 200px;
	color: #77776d;
	position: absolute;
	bottom: 16px;
	left: 15px;
}

.bottoms .subscribe  .rss {
	padding-left: 20px;
	color: #77776d;
	background: url(../img/iconset.png) no-repeat left -105px;
	position: absolute;
	bottom: 16px;
	left: 197px;
}

.rating2 {
	float: right;
	padding: 10px 0px 0px 0px;
	width: 480px;
	margin: -35px 10px 0 0;
}

.rating2 .stars{
	float: left;
	padding-right: 10px;
}

.rating2 a{
	color: #001a88;
}

.rating2 .help{
	float: right;
	margin-left: 10px;
}

.rating2 .help a {
	color: #176c18;
}

.specs .txt {
	color: #3d4049;
}

table.param td {
	font: 11px Arial, Helvetica, sans-serif;
}

table.param {
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}

table.param td.value {
	padding: 2px 10px;
	white-space: nowrap;
}

table.param td.value img {
	margin-right: 2px;
}

table.param tr.gray {
	background-color: #f3f3f3;
}

table.param td.delim {
	padding: 0px 20px;
	background-color: #f3f3f3;
}

table.param td.wdelim {
	padding: 0px 20px;
	background-color: #ffffff;
}

.blue-tbl-top {
	background: #0fb3f8 url(../img/blue-r-top.gif) no-repeat right top;
}

.blue-tbl-bottom {
	background: #0fb3f8 url(../img/blue-r-bot.gif) no-repeat right bottom;
}

.blue-tbl-head {
	border-left: 10px solid #0fb3f8;
	border-right: 10px solid #0fb3f8;
	background-color: #0fb3f8;
	color: #ffffff;
	font-size: 11px;
	line-height: 16px;
}

.blue-tbl-arr {
	padding-left: 30px;
}

.blue-tbl-head .outline {
	border-top: 1px solid #3fc2f9;
}

.info-title {
	color: #8c8c8c;
	font-size: 11px;
}

.info-data {
	padding-left: 30px;
	color: #3d4049;
	font-size: 11px;
}

tr.outline td {
	border-top: 1px solid #ebebeb;
}

table.grid {
	font-size: 11px;
	border-collapse: collapse;
}

table.grid .odd {
	background-color: #f5f5f5;
}

table.grid td {
	border: 1px solid #dddddd;
	padding: 4px;
}

.reviews {
	border: 1px solid #babdba;
}

.reviews .ttl{
	padding-left: 15px;
	background-color: #b8b8b8;
}

.reviews .review {
	margin: 10px 20px;
}

.reviews .outline {
	border-bottom: 1px solid #e5e5e5;
}


.review .caption {
	padding-left: 18px;
	margin-bottom: 6px;
	background: url(../img/icon-spoke.png) no-repeat left 2px;
	color: #000000;
	font-weight: bold;
}

.review .author {
	margin: 8px 0;
}

.review .txt {
	padding: 0px;
	color: #006a97;
}

.review .helpfull {
	padding: 7px;
	float: left;
	background-color: #e5e5e5;
}

.mid-col .pannel {
	border: 1px solid #bddee6;
	border-width: 0px 1px 1px 1px;
	padding: 7px 15px;
	margin: 0px 15px 17px 15px;
	background-color: #cff0fe;
}

.property_picker {
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 12px;
	height: 22px;
}
.count_picker {
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 12px;
	height: 22px;
}

.contrib_property_picker {
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 12px;
	height: 22px;
}

.category .description h2 {
	margin-bottom: 5px;
	font-size: 16px;
}

.rounded {
	width: 356px;
	margin-bottom: 5px;
	background: url(../img/rounded-bg.png) no-repeat left bottom;
}

.rounded .inner{
	width: 356px;
	padding: 3px 10px 6px 10px;
	background: url(../img/rounded-top.png) no-repeat left top;
}

.sm_descr {
	padding: 20px;
	color: #9b9b9b;
	font-size: 11px;
	line-height: 14px;
}

.top-border {
	border-top: 1px solid #e5e5e5;
	padding: 25px 6px;
	line-height: 18px;
}

.bezahlung td{
	border-top: 1px solid #e5e5e5;
	padding: 26px 6px;
	line-height: 18px;
}

.bezahlung td.nobr{
	border-top: 0px solid #e5e5e5;
}

.firmenprofil {
	padding: 10px 0px 0px 20px;
}

.glosar td {
	padding: 20px 20px 10px 0;
	color: #000000;
}

.glosar td .descr {
	margin-left: 41px;
	padding-top: 10px;
}

.btn-subscribe {
	margin: 4px 0 10px 0;
}

.context .search  .item {
	width: 357px;
}

.context .search  .item .descr{
	width: 230px;
}

.context .term {
	float: left;
	width: 640px;
}

.context .found {
	float: left;
	width: 80px;
	text-align: right;
}

input.page {
	width: 30px;
	border: 1px solid #878787;
	text-align: center;
}

.pager img {
	margin-bottom: -1px;
}

.big-blue {
	color: #3340ff;
	font-size: 14px;
}

.garantie .large {
	padding: 10px 7px 20px 7px;
	border-bottom: 1px solid #ebebeb;
	color: #4c4c4c;
	font-size: 16px;
	font-weight: bold;
}

option.gray{
	padding: 2px;
	background-color: #e6eae6;
}

option.white{
	padding: 2px;
	background-color: #ffffff;
}

input#paypal {
	margin-top: 6px;
}

div.article {
	padding: 17px 15px 0px 15px;
	border: 1px solid #e7ebe7;
}

div.livechat {
	margin-left: -5px;
	margin-top: -8px;
}

.sm_price {
	float: left;
	padding-left: 10px;
	color: #61b839;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
}

.eKomi{
	margin-left: -12px;
 	position: relative;
 	z-index: 100;
}

address {
	display: inline;
	font-style: normal;
}

#quesion-form {
	padding: 20px;
	font-size: 12px;
	line-height: 22px;
}

#quesion-form table {
	border-collapse: collapse;
}

#quesion-form input {
	vertical-align: middle;
}

#quesion-form b{
	display: block;
	line-height: 16px;
}

#q_other {
	width: 300px;
	margin-left: 20px;
	color: #515151;
	font-size: 12px;
	cursor: auto;
	height: 18px;
}

#q_other:disabled {
	background-color: #f0f0f0;
	cursor: pointer;
}

.thanks {
	padding: 50px 20px;
	text-align: center;
}

body, html, *, .announces p {
	padding: 0px;
	margin: 0px;
}

br, .clear {
	clear: both;
}

a img, .selector .question .inner .last {
	border: 0px;
}

.grayhead .hotline, .bottoms {
	padding-top: 10px;
}

.news .last, .nobg {
	background: none;
}

.content-bordered .context,
.content-bordered-blue .context, .content-blue .context {
	padding: 16px;
}

.content-bordered .title, .content-blue .title, .content-blue h1, .content-bordered h1 {
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px 6px;
	margin: 0px 10px;
	border-bottom: 1px solid #ebebeb;
	color: #383838;
	font-size: 22px;
}

.products .item .descr a, .productlist .item .descr .title *, .productlist .item .descr h4 *  {
	color: #000000;
}

h2, .sm_price .from {
	font-size: 16px;
}

.product .info .price .ab, .productlist .price .ab {
	font-size: 14px;
}

.product .info .price .pr, .productlist .price .pr {
	font-size: 24px;
	letter-spacing: -1px;
}
.product .info .price .pr2, .productlist .price .pr2 {
	font-size: 24px;
	letter-spacing: -1px;
}

.left, .path .delim, .path .last {
	float: left;
}

.load, .hidden {
	display: none;
}

.btn-add img.load {
	display: none;
	position: absolute;
	top: 6px;
	right: 105px;
}

table.param td.cap, table.param td.name {
	padding: 2px 0px 2px 10px;
}

.review .helpfull .pos, .review .helpfull .neg {
	margin-bottom: -2px;
}

#forgot_form .error, .error {
	color: #ff0000;
}

#order-form label.error {
	line-height: 10px;
	font-size: 9px;
	margin: 1px;
	padding: 1px;
	display: block;
}

div.kontakt, .garantie .bord {
	border-left: 1px solid #e5e5e5;
	padding-left: 20px;
}

div.kontakt {
	background: url(../img/info-kontakt-bg.png) no-repeat 20px top;
	width: 255px;
	height: 196px;
	color: #ffffff;
	font-size: 13px;
	padding-left: 35px;
	font-weight: bold;
}
div.kontakt .d {
	font-size: 12px;
	padding: 38px 0px 16px 0px;

}
div.kontakt .a {
	font-size: 14px;
	padding-bottom: 20px;

}

.news a {
	text-decoration: underline;
}

.news a,  .news a:hover, .contrib a,  .product .info  .black {
	color: #4c4c4c;
}
.categories .sub .description a,
.categories .sub .description a p {
	color: #4c4c4c;
	text-decoration: none;
}


 .categories .sub .description a:hover,
 .categories .sub .description a:hover p {
  	text-decoration: underline;
  	color: #007EBA;
 }

label, .pos, .neg, .color-link, .btn-add, .button {
	cursor: pointer;
}

table.deliv td {
	padding: 4px 0;
}

div.map {
	border:1px solid #000000;
	height:438px;
	width:320px;
}

.about-people {
	float: left;
	width: 228px;
	margin-right: 20px;
}

.about-people .name {
	font-size: 16px;
	color: #007eba;
	font-weight: bold;
	padding-left: 8px;
}

.about-people .place {
	padding-left: 8px;
	margin-top: 5px;
	font-size: 11px;
}

/*a p {
	text-decoration: none;
}

a:hover p{

	text-decoration: underline;
}

a img,
a .ttl {
	text-decoration: none;
}

a:hover img,
a:hover a .ttl
{

	text-decoration: none;
}*/

.form_error{
	color: #ff0000;
	font-size: 9px;
	display: none;
}

a:hover,
.bestsellers a:hover,
.filetree a:hover,
.category .description a:hover,
.products .item .descr a:hover,
.productlist .item .descr a:hover,
.menu li a:hover
{
	color: #0B8EF2;
}

.footer .logo-sm {
	float: left;
	width: 190px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 10px;
	text-align: center;
	color:#7E7E7E;
}

.footer .address {
	color: #7e7e7e;
	margin-top: 10px;
	text-align: center;
	width: 700px;
}

.footer .toplinks {
	float: left;
	width: 700px;
	font-size: 11px;
	padding: 37px 0px 5px 0px;
	text-align: center;
	color:#007EBA;
}
.footer a:hover,
.footer a:visited
 {
	color:#007EBA;
}
.swfban {
	padding: 14px 0 0 27px;
	z-index: 10;
}

a#de {
	display: block;
	width: 18px;
	height: 13px;
	background: url(../img/iconset.png) no-repeat left top;
	text-decoration: none;
}

a#en {
	display: block;
	width: 18px;
	height: 13px;
	background: url(../img/iconset.png) no-repeat left -23px;
	text-decoration: none;
}

.bottoms .unsubscribe {
	font-size: 11px;
	display: block;
	margin: 4px 0 0 5px;
	float: left;

}

.promo2 .privacy {
	font-size: 11px;
	line-height: 20px;
}
.link {
	cursor: pointer;
}

#slider a {display: block;}
.nivo-controlNav {text-align: center; width: 200px; height: 20px; bottom: 10px; left: 260px; position: absolute;}
.nivo-controlNav a { background: url(../img/bullets.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0); border: 0 none; height: 22px; float: left; text-indent: -9999px; width: 22px;}
.nivo-controlNav a.active { background: url(../img/bullets.png) no-repeat scroll 0 -22px rgba(0, 0, 0, 0); }
.right-col .links {
    margin-left: 15px;
    margin-top: 11px;
    width: 140px;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
}

.right-col .links a {
 padding: 10px 0 5px 30px;
 text-decoration: none;
 overflow:visible;
 font-weight: bold;
 display: block;
height: 20px;
	font-size: 14px;
	letter-spacing: -1px;
}

.right-col .links a.facebook {
 background: url(../img/icon-facebook.png) no-repeat left 7px;
 color: #466ba8;
}

.right-col .links a.forum {
 background: url(../img/icon-forum.png) no-repeat left 5px;
 color: #585858;
}
.transName {font-weight: bold; font-size:13px;}

#newsSubscr input {border: 1px solid #DDDDDD; width: 200px; float:left; padding: 3px 8px;}
#newsSubscr label {width:150px; display:block; float:left;}
#newsSubscr input.error{color: #FF0000; border: 1px solid #FF0000;}
#newsSubscr button {margin-left:40px; border:1px solid #BEBFC0; background: #E6EAE6;padding: 3px; }

#costcalc {width: 635px;}
#costcalc ul {padding-left: 0;}
#costcalc li {font-family: Trebuchet MS;font-size: 12px;list-style: none outside none;margin: 0;padding-bottom: 0.5em;text-align: right;}
#costcalc label {font-weight: bold;}
#costcalc input {width:30px; border:0; font-weight:bold; color:#1B75BB;}
#costcalc .unit {display: inline-block;text-align: left;width: 80px;}
#costcalc .button { height:30px; }
#costcalc .button input{ float:right; color:#000000; width:100px; height:30px; margin-right:40px;margin-bottom:20px;}


#costcalc .ui-corner-all {border-radius: 6px 6px 6px 6px;}
#costcalc table {background: url("../images/grey-rad-top.gif") repeat-x scroll left top #FFFFFF;border: 5px solid #1B75BB;font-family: Trebuchet MS;font-size: 11px;padding: 0;width: 635px;}
#costcalc th.resulthead {background: url("../images/boxhead_left_blue.png") no-repeat scroll left top transparent;color: white;padding-left: 0;text-align: center;white-space: normal;}
#costcalc .ui-corner-br {border-bottom-right-radius: 6px;}

#costcalc td {padding: 5px 10px 5px 5px;text-align: right;white-space: nowrap;}
#costcalc th {padding: 5px 10px 5px 5px;text-align: right;}
#costcalc tr.sum td {border-top: 1px solid black;font-weight: bold;padding-right: 10px;}
#bardivs { display: none;position: relative;}
#pgbartext {color: black; width:100%; z-index: 1000; font-weight: bold;height: 22px; left: 0; position: absolute;text-align: center;top: 2px; vertical-align: middle;width: 100%;}


.filter_box { width: 761px; height: 166px; background: url(../images/bg_filtr.png) no-repeat; overflow: hidden; position: relative; }
.filter_box .filter_titl { width: 761px; height: auto; position: absolute; text-align: center; top:5px; font-size: 16px; color: #FFF; font-weight: bold; }

.filter_box ul.filter_mod li { float: left; padding-left: 1px; background: url(../images/border_lin.png)  left 40px no-repeat; }
.filter_box ul.filter_mod li:first-child { background: none; }
.filter_box ul li a { display: block; height: 165px; }
.filter_box a.e27 { background: url(../images/e27.png) top center no-repeat; width: 125px; }
.filter_box a.e27:hover { background: url(../images/e27.png) bottom center no-repeat; }
.filter_box a.e14 { background: url(../images/e14.png) top center no-repeat; width: 125px; }
.filter_box a.e14:hover { background: url(../images/e14.png) bottom center no-repeat; }
.filter_box a.gu10 { background: url(../images/gu10.png) top center no-repeat; width: 140px; }
.filter_box a.gu10:hover { background: url(../images/gu10.png) bottom center no-repeat; }
.filter_box a.gu53 { background: url(../images/mr16.png) top center no-repeat; width: 185px; }
.filter_box a.gu53:hover { background: url(../images/mr16.png) bottom center no-repeat; }
.filter_box a.rohren { background: url(../images/rohren.png) top center no-repeat; width: 162px; }
.filter_box a.rohren:hover { background: url(../images/rohren.png) bottom center no-repeat; }

.filter_box a.decken { background: url(../images/deckenleuchte.png) top center no-repeat; width: 209px; }
.filter_box a.decken:hover { background: url(../images/deckenleuchte.png) bottom center no-repeat; }
.filter_box a.pendell { background: url(../images/pendelleuchte.png) top center no-repeat; width: 193px; }
.filter_box a.pendell:hover { background: url(../images/pendelleuchte.png) bottom center no-repeat; }
.filter_box a.stehl { background: url(../images/stehleuchte.png) top center no-repeat; width: 162px; }
.filter_box a.stehl:hover { background: url(../images/stehleuchte.png) bottom center no-repeat; }
.filter_box a.tisch { background: url(../images/tishlampe.png) top center no-repeat; width: 190px; }
.filter_box a.tisch:hover { background: url(../images/tishlampe.png) bottom center no-repeat; }

.filter_box .e27 { background: url(../images/e27.png) top center no-repeat; width: 125px; }
.filter_box .e14 { background: url(../images/e14.png) top center no-repeat; width: 125px; }
.filter_box .gu10 { background: url(../images/gu10.png) top center no-repeat; width: 140px; }
.filter_box .gu53 { background: url(../images/mr16.png) top center no-repeat; width: 185px; }
.filter_box .rohren { background: url(../images/rohren.png) top center no-repeat; width: 162px; }

.filter_box .decken { background: url(../images/deckenleuchte.png) top center no-repeat; width: 185px; }
.filter_box .pendell { background: url(../images/pendelleuchte.png) top center no-repeat; width: 193px; }
.filter_box .stehl { background: url(../images/stehleuchte.png) top center no-repeat; width: 191px; }
.filter_box .tisch { background: url(../images/tishlampe.png) top center no-repeat; width: 190px; }

.filter_box.lev2 .inputs .lampe {width:135px; height:70px; margin-top:10px;}
.filter_box.lev2 .inputs .lampey {background: url(../images/lampe_avail.png) top right no-repeat; width:140px; height:25px;  padding-top: 9px;}
.filter_box.lev2 .inputs .lampen {background: url(../images/lamp_none.png) top right no-repeat; width:140px; height:25px;  padding-top: 9px;}


.filter_box .selected_box { width: 183px; height: 166px; float: left; background: url(../images/bg_most.png) no-repeat; position: relative; }
.filter_box .selected_box span { display: block; height: 165px; }
.filter_box .selected_box a.reset { width: 132px; height: 32px; color: #FFF; display: block; line-height: 32px; text-align: center; background: url(../images/reset_button.png); text-decoration: none; font-size: 12px; font-weight: bold; position: absolute; left:50%; margin-left: -65px; top:6px; }
.filter_box .selected_box .led_pr {  }
.filter_box .selected_box .led_pr a { display: block; height: 165px; }


.filter_box .title_filter { font-size: 16px; font-weight: bold; left:213px; top:15px; color: #FFF; position: absolute; }

.filter_box .carusel { width: 340px; float: left; overflow: hidden; padding-left: 45px; padding-right: 35px; position: relative; padding-top: 25px;}
.filter_box .carusel ul { height: 124px; width: 1000px;  }
.filter_box .carusel ul li { float: left; position: relative; width: 85px;}
.filter_box .carusel ul li a { width: 85px; height: 124px; background: url(../images/led_bg.png) top no-repeat; display: block; text-decoration: none; cursor:pointer; }
.filter_box .carusel ul li a:hover { width: 85px; height: 124px; background: url(../images/led_bg.png) bottom no-repeat; display: block; }
.filter_box .carusel ul li a.active { width: 85px; height: 124px; background: url(../images/led_bg.png) bottom no-repeat; display: block; }
.filter_box .carusel ul li a span { position: absolute; bottom:0px; display: block; text-align: center; width: 85px; font-size: 14px; color:#000000;}
.filter_box .carusel a.prev { width: 35px; height: 60px; background: url(../images/left_arrow.png) no-repeat; position: absolute; left:10px; top:65px; display: block; z-index: 100; }
.filter_box .carusel a.next { width: 35px; height: 60px; background: url(../images/right_arrow.png) no-repeat; position: absolute; right:0px; top:65px;  display: block; z-index: 100; }
.filter_box .inputs { width: 110px; position: absolute; right: 52px; height: 50px; top:31px; padding-left: 5px; }

.line_sort { position: absolute; top:75px; left:227px; }
.filter_box .ui-slider{position:relative; text-align:left; background:url(../images/price_bg.png) no-repeat; margin:10px 0px 0px 0; width: 314px; height: 9px;}
.filter_box .ui-slider .ui-slider-handle{width:37px; height:50px; background: url(../images/price_hand_bg.png) no-repeat center; position:absolute; z-index:2;}
.filter_box .ui-slider .ui-slider-range{position:absolute; z-index:1;}
.filter_box .ui-slider-horizontal{height:9px;}
.filter_box .ui-slider-horizontal .ui-slider-handle{top:-23px; margin-left:-14px; outline:none;}
.filter_box .ui-slider-horizontal .ui-slider-range{top:0px; height:100%; height:9px; background:#07a3ff;}
.filter_box .ui-slider-horizontal input {background: none; border: none;}
.filter_box .price_text {width: 314px; position: relative; font-weight: bold;  font-size: 14px; text-transform: uppercase; color: #000; }
.filter_box .price_text input {background: none; border: none; max-width: 30px; padding: 1px 0px 0px 0px; margin: 0px;  text-align: center; font-size: 14px; text-transform: uppercase; font-weight: bold; color: #000;}
.filter_box .price_text .l_t {position: absolute; left :-20px; top:20px;}
.filter_box .price_text .r_t {position: absolute; right :-22px; top:20px; }


.mid-col-home{float: left; margin:1px 0 0 4px;overflow: hidden;width:620px;}
.home{margin: 2px 0 0 10px;}
.announces {width:593px;}
.tel_disable {color :red; font-size: 10px; line-height:10px; width:200px;}

#filter .sorting_pr_list { padding: 10px 0px 15px 15px; }
#filter .row_sort { float: left; width: 215px; }
#filter .row_sort_big { float: left; width: 270px; }
#filter .row_sort select,#filter .row_sort_big { font-weight: normal; }


.hidden {
	display: none;
}

.popup {
	margin-left: -190px;
	margin-top: -140px;
	border: 1px solid #d0d0d0;
	display: none;
	background-color: #ffffff;
	position: absolute;
	z-index: 1010;
}

.shadow{
	margin-left: -190px;
	margin-top: -140px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #000000;
	position: absolute;
	z-index: 1000;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.popup .outer {
	border: 1px solid #d0d0d0;
	margin: 9px;
}

.popup .outer .inner {
	border: 1px solid #f9f9f9;
	width: 340px;
	background: #5475a6  url(../img/popup-bg.png) repeat-x left top;
	color: #ffffff;
	height: 230px;
}

#popup_forgot .outer .inner {
	border: 1px solid #f9f9f9;
	width: 340px;
	background: #ffffff  url(../img/forgot-bg.jpg) no-repeat left top;
	color: #ffffff;
	height: 165px;
}

#popup_forgot input {
	border-top: 1px solid #919191;
	border-left: 1px solid #919191;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	width: 250px;
}

#popup_forgot input.error {
	border: 1px solid #ff0000;
	width: 250px;
}

#popup_forgot .ttl {
	border-bottom: 1px solid #6583af;
}

#popup_forgot .txt {
	padding: 20px;
	color: #3484af;
}

.popup .ttl {
	padding: 15px 18px;
	border-bottom: 1px solid #6583af;
	margin: 1px;
	color: #ffffff;
	font-weight: bold;
}

.popup .buttons {
	padding: 0px 0px 4px 0px;
	border: 0px;
	text-align: center;
}

.popup .buttons img {
	cursor: pointer;
}

	#popup_update .outer .inner{
	height: 100px;
}

		
	#popup_update .outer .inner .txt{
	padding: 10px 0  10px 10px;
}

	
	
.info-popup {
	margin-left: -190px;
	margin-top: -140px;
	border: 0px;
	width: 380px;
	display: none;
	background-color: #ffffff;
	position: absolute;
	z-index: 1010;
}

.info-popup .caption{
	background-color: #e6e6e6;
	height: 40px;
}

.info-popup .caption .ttl {
	padding: 14px 20px;
	float: left;
	color: #6d7072;
	font-weight: bold;
}

.info-popup .caption .close {
	float: right;
	padding: 6px 6px 0px 0px;
}

.info-popup .inner {
	border: 1px solid #dcdcdc;
	padding: 2px;
	background-color: #ffffff;
}

.info-popup .inner .txt{
	padding: 10px;
	width: 380px;
	background-color: #6390a3;
	color: #ffffff;
	font-weight: bold;
	height: 120px;
}

.iframe {
	border: 0px solid #ff0000;
	background-color: transparent;
	z-index: 1000;
	position: absolute;
}

.jqiwarning .jqi{
	background-color: #b0be96;
}

.jqifade{
	background-color: #000000;
	position: absolute;
}

div.jqi{
	padding: 0px;
	width: 500px;
	background-color: #ffffff;
	text-align: left;
	position: absolute;
}

div.jqi .jqiclose{
	float: right;
	margin: 6px 10px 0 10px;
	color: #ffffff;
	background-color: #e6e6e6;
	cursor: pointer;
}

div.jqi .jqicontainer{
	padding: 0px;
	color: #ffffff;
}

div.jqi .jqimessage{
	padding: 0px;
	background-color: #e6e6e6;
}

div.jqi .jqibuttons{
	padding: 9px 0;
	border-top: 1px solid #e7ebe7;
	margin: 4px 16px;
	text-align: center;
}

div.jqi button{
	padding: 3px 10px 3px 10px;
	margin: 0 10px;
}

div.jqi div.content {
	padding: 0px;
	border: 10px solid #ffffff;
	border-width: 0px 10px;
	color: #515151;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	overflow: auto;
}

div.jqi div.title {
	padding-top: 8px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 0px;
	background-color: #e6e6e6;
	color: #6d7072;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	height: 20px;
}

#jqibuttonstay {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#jqibuttongo {
	padding: 0px;
	border: 0px;
	margin-left: 80px;
}
#jqibuttonreg {
	padding: 0px;
	border: 0px;
	margin-left: 40px;
}
	
	
.jqimessage .head {
	border: 4px solid #ffffff;
	background-color: #838383;
	color: #ffffff;
	font-weight: bold;
	height: 24px;
}

div.jqi .head .item {
	float: left;
	width: 285px;
	padding: 5px;
}

div.jqi .content input {
	width: 30px;
	border: 1px solid #dddddd;
}
div.jqi .content label.reg {
	line-height: 17px;
	margin-top: 10px;
	width: 120px;
	float:left;
}
div.jqi .content input.reg {
	margin-top: 10px;
	width: 275px;
	border: 1px solid #dddddd;
}
div.jqi .content input.error {

	border: 1px solid #ff0000;
}

div.jqi .content table td.item {
	width: 285px;
	padding: 5px;
}

div.jqi .content table td.quantity {
	width: 85px;
	padding: 5px;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	text-align: center;
}

/*div.jqi .content table td.quantity div {
	position: relative;
}*/

div.jqi .content table td.quantity .updating {
	position: absolute;
	top: 1px;
	left: 22px;
}

div.jqi .content table td.price {
	width: 85px;
	padding: 5px;
}

div.jqi .content table tr.delim td{
	border-top: 1px solid #e7ebe7;
	height: 0px;
}

div.jqi .total {
	padding: 10px;
	background-color: #ffffff;
	color: #515151;
}

div.jqi .total .inner{
	padding-top: 10px;
	border-top: 2px solid #838383;
	font-size: 14px;
	text-align: right;
	height: 15px;
}

div.jqi .total .subtotal {
	float: right;
}

div.jqi .total .sum_info {
	float: right;
	width: 100px;
	padding-left: 10px;
	text-align: left;
}

div.jqi  .actualize {
	float: left;
	padding-left: 20px;
	color: #007eba;
	text-decoration: underline;
	cursor: pointer;
}

.jqimessage .content .loading {
	background: #ffffff url(../img/spinner_big.gif) no-repeat center center;
	height: 100px;
}

div.jqi .head .quantity, div.jqi .head .price {
	float: left;
	width: 85px;
	padding: 5px;
}

.forgot_warning .forgot_{
	background-color: #b0be96;
}

.forgot_fade{
	background-color: #000000;
	position: absolute;
}

div.forgot_{
	padding: 0px;
	width: 400px;
	background-color: #ffffff;
	text-align: left;
	position: absolute;
}

div.forgot_ .forgot_close{
	float: right;
	margin: 6px 10px 0 10px;
	color: #ffffff;
	background-color: #e6e6e6;
	cursor: pointer;
}

div.forgot_ .forgot_container{
	padding: 0px;
	color: #ffffff;
}

div.forgot_ .forgot_message{
	padding: 0px;
	background-color: #e6e6e6;
}

div.forgot_ .forgot_buttons{
	padding: 9px 20px;
	border-top: 1px solid #e7ebe7;
	margin: 0px 0px;
	display: none;
	background-color: #cff0fe;
	text-align: left;
}

div.forgot_ button{
	padding: 3px 10px 3px 10px;
	margin: 0 10px;
}

div.forgot_ div.content {
	padding: 20px;
	border: 0px solid #a0a0a0;
	border-width: 0px 0;
	color: #ffffff;
	background-color: #0fb3f8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	overflow: hidden;
	height: 130px;
}

div.forgot_ div.title {
	padding-top: 8px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 0px;
	background-color: #e6e6e6;
	color: #6d7072;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	height: 20px;
}

#forgot_buttonpost {
	padding: 0px;
	border: 0px;
}

#forgot_buttonlogin {
	padding: 0px;
	border: 0px;
	margin: 0 0px 0 110px;
}

#forgot_buttonclose {
	display: none;
}

div.forgot_ .content input {
	width: 200px;
	border: 1px solid #dddddd;
}

div.forgot_ .content input.error {
	border: 1px solid #ff0000;
}

.forgot_container ul {
	margin-top: 20px;
	margin-left: 20px;
}

.forgot_container ul li{
	margin: 8px 0px;
}

div.forgot_ div.content a {
	color: #ffffff;
	text-decoration: underline;
}

div.forgot_ button.button{
	margin: 0 7px 0 0;
	border: 1px solid #bebfc0;
	padding: 4px 10px 5px 7px; /* Links */
	white-space: nowrap;
	background-color: #ffffff;
	color: #38ac38;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

div.forgot_ button.button{
	width: 100px;
	overflow: visible;
}

div.forgot_ button.button[type]{
	padding: 4px 10px 5px 7px; /* Firefox */
	line-height: 20px; /* Safari */
}

*:first-child+html div.forgot_ button.button[type]{
	padding: 4px 10px 5px 7px; /* IE7 */
	border: 1px solid #ff0000;
}

div.forgot_ button.button[type]:active, 
div.forgot_ button.button:active{
}

div.cheaper_ button.button:hover{
	background-color: #e0e0e0;
}


.cheaper_warning .cheaper_{
	background-color: #b0be96;
}

.cheaper_fade{
	background-color: #000000;
	position: absolute;
}

div.cheaper_{
	padding: 0px;
	width: 600px;
	background-color: #ffffff;
	text-align: left;
	position: absolute;
}

div.cheaper_ .cheaper_close{
	float: right;
	margin: 6px 10px 0 10px;
	color: #ffffff;
	background-color: #e6e6e6;
	cursor: pointer;
}

div.cheaper_ .cheaper_container{
	padding: 0px;
	color: #ffffff;
}

div.cheaper_ .cheaper_message{
	padding: 0px;
	background-color: #e6e6e6;
}

div.cheaper_ .cheaper_buttons{
	padding: 9px 20px;
	border-top: 1px solid #e7ebe7;
	margin: 0px 0px;
	display: none;
	background-color: #cff0fe;
	text-align: left;
}

div.cheaper_ button{
	padding: 3px 10px 3px 10px;
	margin: 0 10px;
}

div.cheaper_ div.content {
	padding: 20px;
	border: 0px solid #a0a0a0;
	border-width: 0px 0;
	color: #ffffff;
	background-color: #0fb3f8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	overflow: hidden;
	height: 130px;
}

div.cheaper_ div.title {
	padding-top: 8px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 0px;
	background-color: #e6e6e6;
	color: #6d7072;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	height: 20px;
}

#cheaper_buttonpost {
	padding: 0px;
	border: 0px;
}

#cheaper_buttonlogin {
	padding: 0px;
	border: 0px;
	margin: 0 0px 0 110px;
}

#cheaper_buttonclose {
	display: none;
}

div.cheaper_ .content input {
	width: 300px;
	border: 1px solid #dddddd;
}

div.cheaper_ .content input.error {
	border: 1px solid #ff0000;
}

.cheaper_container ul li{
}

div.cheaper_ div.content a {
	color: #ffffff;
	text-decoration: underline;
}

div.cheaper_ .button{
	margin: 0 7px 0 0;
	border: 1px solid #bebfc0;
	padding: 4px 10px 5px 7px; /* Links */
	background-color: #ffffff;
	color: #38ac38;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

div.cheaper_ .button{
	width: 100px;
	overflow: visible;
}

div.cheaper_ .button[type]{
	padding: 4px 10px 5px 7px; /* Firefox */
	line-height: 20px; /* Safari */
}

*:first-child+html div.cheaper_ .button[type]{
	padding: 4px 10px 5px 7px; /* IE7 */
	border: 1px solid #ff0000;
}

div.cheaper_ .button[type]:active, 
div.cheaper_ .button:active{
}

div.cheaper_ .button:hover{
	background-color: #e0e0e0;
}

#cheap-form textarea {
	width: 400px;
	height: 60px;
}

#cheap-form .form {
	width: 400px;
}


.mid-col-basket {
	width: 964px;
	padding: 17px;
	min-height: 800px;
}

.left-block {
	float: left;
	width: 563px;
	padding-right: 10px;
}

.right-block {
	float: left;
	width: 565px;
}

.left-block .auth,
.left-block .user {
	border: 1px solid #e7ebe7;
	padding: 16px 13px;
}

.left-block .auth .ttl,
.left-block .user ttl {
	padding-left: 4px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e7ebe7;
	margin-bottom: 10px;
}

input.form {
	border: 1px solid #a0a0a0;
	font-size: 12px;
	height: 16px;
}

.auth .txt {
	padding-left: 4px;
}

.left-block .buttons {
	border: 1px solid #bddee6;
	border-width: 0px 1px 1px 1px;
	padding: 7px 15px;
	background-color: #cff0fe;
	height: 24px;
}

.right-block .cart {
	padding: 0px 17px 13px 17px;
	background-color: #c0dbe0;
}

tr.head  td{
	padding: 8px;
	color: #454545;
	font-weight: bold;
}

.cart tr.outline td{
	border: 1px solid #0da0dd;
	border-width: 1px 1px 0px 1px;
	height: 0px;
}

tr.blue td {
	padding: 8px;
	background-color: #fff;
	color: #4C4C4C;
}

tr.blue td.first {
	border-left: 1px solid #0da0dd;
}

tr.blue td.last {
	border-right: 1px solid #0da0dd;
}

table.total-table{
	border: 1px solid #0da0dd;
	border-collapse: collapse;
}

table.total-table td {
	border-bottom: 1px solid #0da0dd;
	padding: 3px 5px;
	background-color: #ffffff;
}

table.total-table tr.final td {
	background-color: #eaf3f5;
}

.left-block2 {
	float: left;
	width: 285px;
	padding-right: 10px;
}

.mid-block {
	float: left;
	width: 270px;
	padding-right: 10px;
}

.right-block2 {
	float: left;
	width: 380px;
}
.right-block_top {width:381px;  background-color:#F1F8FB; border: 1px solid #E0E8E5;}
.right-block_top .billing{ padding: 16px;}
.right-block_top .billing span.r_t{font-size: 13px;}

.right-block_top .billing .basket_link { text-align:left;font-size: 12px; line-height: 26px;}
.right-block_top .billing .basket_link .b_ttl {padding-left: 135px;font-size:16px; font-weight: bold;}
.right-block_top .billing .basket_link ul {margin-bottom: 20px;}
.right-block_top .billing .basket_link li {background: url("../img/tree/plus.gif") no-repeat scroll 3px 9px transparent;list-style: none outside none; padding: 0 0 0 18px; }
.right-block_top .billing .basket_link li a {color: #333333; font-weight: bold; text-decoration: underline;}
.left-block2 .billing,
.mid-block .shipping,
.right-block2 .delivery-block {
	border: 1px solid #e0e8e5;
	padding: 16px;
	background-color: #f1f8fb;
}

.left-block2 .billing .ttl,
.mid-block .shipping .ttl,
.right-block2 .delivery-block .ttl {
	border-bottom: 1px solid #dee4e7;
	padding: 0px 0px 10px 4px;
}

.billing .txt,
.shipping .txt {
	padding: 10px 4px;
	line-height: 24px;
}

.delivery-block label {
	color: #000000;
	cursor: pointer;
}

.billing .txt select,
.shipping .txt select {
	border: 1px solid #a0a0a0;
	width: 220px;
	padding-top: 1px;
	font-size: 12px;
	height: 20px;
}

.shipping .notice {
	font-weight: bold;
}

.delivery-block .descr{
	color: #787c7d;
	font-size: 11px;
}

.delivery-block .txt .outline {
	border-bottom: 1px solid #e6eaec;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

.card-block,
.submit-block {
	border: 1px solid #e0e8e5;
	padding: 16px;
	border-top: 0px;
	background-color: #f1f8fb;
	line-height: 20px;
}

.card-block label {
	line-height: 10px;
}

.checking {
	width: 205px;
	padding: 0px 0px  0px 10px;
	background: url(../img/ajax-loader.gif) #ffffff no-repeat left top;
	color: #000000;
	font-weight: bold;
	line-height: 17px;
	height: 19px;
}

.user b{
	color: #000000;
}

.user .blue{
	color: #078af4;
	font-weight: bold;
}

a.email {
	color: #078af4;
	text-decoration: underline;
}

textarea.form, select.form {
	border: 1px solid #a0a0a0;
	font-size: 12px;
}

.billing .txt, .delivery-block .txt,
.card-block .txt {
	padding: 10px 4px;
}

.billing .txt input,
.shipping .txt input, .card-block input.form,  .card-block select.form, .coupon-block input {
	border: 1px solid #a0a0a0;
	width: 220px;
	padding-top: 1px;
	font-size: 12px;
	height: 17px;
}
.submit-block input.chk{
	width: auto;
	vertical-align: middle;
}

.email-check, .pass-check {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.auth input.error, .billing .txt input.error,
.shipping .txt input.error,
.card-block input.error {
	border: 1px solid #ff0000;
	color: #ff0000;
}

.form-invalid {
	font-weight: bold;
	color: #ff0000;
	display: none;
	font-size: 16px;
	text-align: center;
	padding-bottom: 5px;
}

.err a,
.err a:visited
 {
	color: red;
}

#reg_ {left: 50%; margin-left: -250px; margin-top: -140px;position: absolute; top: 50%;z-index: 1000; width:500px;text-align: left; padding: 0; background-color: #ffffff;}
#reg_ .reg_close {background-color: #E6E6E6;color: #FFFFFF;cursor: pointer;float: right; margin: 6px 10px 0;}
#reg_ .content {padding: 0;}
#reg_ .reg_message {background-color: #E6E6E6;padding: 0;}
#reg_ div.title {background-color: #E6E6E6;color: #6D7072;font-size: 14px;font-weight: bold;height: 20px;margin: 0;padding-bottom: 2px;padding-left: 10px;padding-top: 8px;text-align: left;}
#reg_ .newuser {background-color: #0FB3F8;border: 2px solid #FFFFFF;color: #FFFFFF;text-align: center}

.reg_fade{background-color: #000000;position: absolute;}

.left-block .auth .choose{width:100%; height:auto; height:105px;}
.left-block .auth .choose .txt {padding-left:23px; padding-top:7px;}
.left-block .auth input {float:left; margin-bottom:5px;margin-top:1px;}
.left-block .auth .ttl_li{padding-left:6px; float:left; font-size: 22px; line-height:12px; color:#a8a8a8;}
.left-block .auth p {padding-left:20px; color:#4C4C4C; line-height: 15px;font-size: 11px;}

.left-block .auth .line { border-top:1px solid #E7EBE7; padding-bottom: 13px;}


ol, ul {
list-style: none;
}
/* Cart Step 3 NEW
---------------------------------------- */

.cart_pr { background: #bddbe0; width: 906px; padding: 25px; padding-bottom: 0px; overflow: hidden; clear: both; margin: 0px; position: relative; }

.cart_pr .top_tab {  overflow: hidden; border-top: 1px solid #97aeb3; background: #bddbe0; padding: 11px; }
.cart_pr .top_tab ul li { float: left; color: #454545; font-size: 12px; }
.cart_pr .top_tab ul li.artikel { padding-left: 0px; width: 346px; }
.cart_pr .top_tab ul li.einz { width: 115px;  text-align: center; }
.cart_pr .top_tab ul li.anz { width: 110px; text-align: center; }
.cart_pr .top_tab ul li.chg { width: 60px; }
.cart_pr .top_tab ul li.price { width: 129px; text-align: right; }
.cart_pr .pr_list { max-height: 250px; overflow: auto; background:#ffffff; border: 1px solid #00a1de; position: relative; }
.cart_pr table.list_cart { width: 100%; border: none; border-spacing: 0px;  border-collapse: collapse;}
.cart_pr table.list_cart tr:first-child {border: none;}
.cart_pr table.list_cart tr { vertical-align: top; border-top: 1px solid #97aeb3; }
.cart_pr table.list_cart tr td { padding: 15px 5px;  border: none; color: #4c4c4c; }
.cart_pr table.list_cart tr td h3 { font-size: 12px; font-weight: bold; color: #4c4c4c; padding-bottom: 7px;}
.cart_pr .pr_list .bot_shadow { background:url(../images/shadow_bg_bot.png) bottom repeat-x; position: absolute; bottom:0px; width: 976px; height: 20px; }

.cart_pr table.list_cart tr td.image { width: 80px; text-align: center; }
.cart_pr table.list_cart tr td.details { width: 400px; color: #787878; }
.cart_pr table.list_cart tr td.details p { line-height: 1.5; }
.cart_pr table.list_cart tr td.price { width: 200px; text-align: center;  font-size: 14px; }
.cart_pr table.list_cart tr td.col { width: 200px; text-align: center;  font-size: 14px; }
.cart_pr table.list_cart tr td .qty.changable {height: 19px; position: relative; width: 56px; z-index: 1;}
.cart_pr table.list_cart tr td .qty input {background:#fff; border: 1px solid #DEDEDE; font-size: 12px;font-weight: bold; height: 17px;margin: 0 auto; padding: 0; text-align: center; width: 54px;}
.cart_pr table.list_cart tr td .qty .minus {background: url("../img/minus-1.png") no-repeat scroll 6px 5px transparent; left: 0;}
.cart_pr table.list_cart tr td .qty .plus {background: url("../img/plus-1.png") no-repeat scroll 1px 5px transparent; right: 0;}
.cart_pr table.list_cart tr td .qty .minus,.cart_pr table.list_cart tr td .qty .plus{cursor: pointer; height: 19px; position: absolute; top: 0; width: 12px;}

.cart_pr table.list_cart tr td.t_right { text-align: right; padding-right: 35px; }
.cart_pr table.list_cart tr td.delete {padding-left: 0; padding-right: 10px; width: 10px;}
.cart_pr table.list_cart tr td.delete a {background: url("../img/delete.png") no-repeat scroll 0 center transparent; display: block; height: 10px; width: 10px; margin-left: 10px;margin-top: 3px;text-indent: -9999px;}


.cost { overflow: hidden; padding-top: 15px; padding-bottom: 10px;}
.cost .cart_buttons { border-top: 1px dotted #bfbfbf; border-bottom: 1px dotted #bfbfbf; padding-bottom: 11px; margin-bottom: 15px; position: relative;  }
.cost .cart_buttons .text { width: 310px; position: absolute; right:0px; color: #757575; font-size: 11px; line-height: 1.5; }
.cost .amount { width: 510px; float: right; margin-top: -5px;  border: 1px solid #00a1de; background: #FFF; }
.cost .amount ul li { overflow: hidden; padding: 6px 5px; font-size: 14px; border-top: 1px solid #00a1de; }
.cost .amount ul li:first-child { border: none; }
.cost .amount ul li .fl {width: 350px; float: left; font-size: 12px; color: #353535; }
.cost .amount ul li .fr {width: 150px; float: left; font-size: 13px; text-align: right; color: #353535; }
.cost .amount ul li.total { border-top:1px solid #00a1de; font-weight: bold; font-size: 14px;  margin-top: 3px; background: #e9f2f5; }
.cost .amount ul li.total .fr { font-size: 16px; color: #0080bb; width: 100px; }
.cost .amount ul li.total .fl { font-weight: normal; font-size: 10px; color: #6b6b6b; width: 400px;}
.cost .amount ul li.total .fl b{ font-weight: bold; font-size: 16px; color: #000; }
.cart_but .gbutton a { width: 210px; text-align: center; }


.sub_block { background: #f0f8fb; padding: 15px; overflow: hidden; margin-bottom: 10px; position: relative; }
.sub_block .line { width: 954px; height: 1px; clear: both; }
.subscr { width: 215px; color: #4c4c4c; float: left; }
.isAGB { width: 310px; float: left; padding-left: 20px; color: #4c4c4c; }
.isAGB a { color: #0080bb; }
.txt_agb { width: 310px; float: right; }
.txt_agb p { line-height: 1.3; color: #606364; }
.submit_b { clear: both; margin-top: 15px; overflow: hidden; border-top:1px solid #d6dddf; width: 891px; position: relative; margin-left: -15px; padding-right: 15px; padding-top: 15px; }
.submit_b span { width: 304px; height: 40px; display: block; float: right; background: url(../images/submit_button.png) no-repeat; line-height: 40px; text-align: center; text-decoration: none; color: #FFF; font-weight: bold; font-size: 14px; text-shadow: 1px 0px #005177; }


.basket_add{
	margin: 0px;
	border: 1px solid #b8b8b8;
	padding: 0px 10px 0px 7px; /* Links */
	background-color: #ffffff;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}

.basket_add{
	width: auto;
	padding: 2px 10px 0px 7px; /* IE6 */
	overflow: visible;
}

.basket_add[type]{
	padding: 2px 10px 3px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}

*:first-child+html .basket_add[type]{
	padding: 0px 10px 0px 7px; /* IE7 */
}

.basket_add img{
	margin: 0 3px -1px 0 !important;
	padding: 0;
	border: none;
}

.basket_add[type]:active{
	padding: 3px 9px 2px 8px; /* Links */
}

.contrib_btn{
	padding: 0px 7px 1px 7px;
	margin-top: 1px;
	font-size: 10px;
	line-height: 12px;
}

.contrib_btn[type] {
	padding: 0px 7px 1px 7px;
	margin-top: 0px;
	font-size: 11px;
	line-height: 12px;
}

 .contrib_btn[type]:active, .contrib_btn:active{
	padding: 1px 6px 0px 8px; /* Links */
}

.gbutton{
	margin: 0 7px 0 0;
	border: 1px solid #bebfc0;
	padding: 0px 10px 3px 7px; /* Links */
	background-color: #e6eae6;
	color: #2e2f2e;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.gbutton{
	width: auto;
	padding: 0px 10px 3px 7px; /* IE6 */
	overflow: visible;
}

.gbutton[type]{
	padding: 1px 10px 3px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}

*:first-child+html gbutton[type]{
	padding: 0px 10px 2px 7px; /* IE7 */
	border: 1px solid #ff0000;
}

.basket_show {
	border: 1px solid #bebfc0;
	margin: 4px 0 0 10px;
	padding: 3px 10px  3px  30px;
	background:  #e6eae6 url(../img/iconset.png) no-repeat 10px -74px;	
	color: #2e2f2e;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	
}

 .gbutton[type]:active, .gbutton:active{
	padding: 1px 9px 2px 8px; /* Links */
}

.cheap_button{
	margin: 0 0px 0 0;
	border: 1px solid #bebfc0;
	padding: 0px 0px 6px 7px; /* Links */
	white-space: nowrap;
	background-color: #ffffff;
	color: #2e2f2e;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.cheap_button{
	width: auto;
	padding: 0px 10px 6px 7px; /* IE6 */
	overflow: visible;
}

.cheap_button[type]{
	padding: 1px 10px 6px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}

*:first-child+html .cheap_button[type]{
	padding: 0px 10px 6px 7px; /* IE7 */
}

.cheap_button div{
	margin-left: 7px;
	margin-top: 4px;
	font-size: 11px;
	text-align: left;
}

.cheap_button div .small{
	font-size: 10px;
	font-weight: normal;
}

 .cheap_button[type]:active, .cheap_button:active{
	padding: 1px 9px 5px 8px; /* Links */
}

.sm_add{
	margin: 3px 5px 0 0;
	border: 1px solid #b8b8b8;
	padding: 2px 5px 2px 5px; /* Links */
	background-color: #ffffff;
	color: #666666;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	text-decoration: none;
	cursor: pointer;
}

.sm_add{
	width: auto;
	padding: 2px 5px 2px 5px; /* IE6 */
	overflow: visible;
}

.sm_add[type]{
	padding: 2px 5px 2px 5px; /* Firefox */
	line-height: 10px; /* Safari */
}

*:first-child+html .sm_add[type]{
	padding: 2px 5px 2px 5px; /* IE7 */
}

.sm_add img{
	margin: 0 0px 0px 5px !important;
	padding: 0;
	border: none;
}

.sm_add[type]:active{
	padding: 2px 9px 2px 8px; /* Links */
}

button.darker {
	border: 1px solid #00569d;
	background-color: #246da9;
	color: #ffffff;
}

button.darker:hover {
	background-color: #4583b6;
}

.basket_add img{
	margin: 0 3px -2px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

.basket_add:hover, .sm_add:hover {
	background-color: #eeeeee;
}

.gbutton img, .cheap_button img {
	margin: 2px 3px -4px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

.step-data-active{
	padding-top: 0px;
}

div.order-ttl {
}

div.order-ttl div {
}

div.order-ttl div div {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 7px;
	color: #000000;
	font-size: 20px;
}

 .fast-reg, .payment {
	margin-top: 20px;
	background: url(../img/eng/u.gif) repeat-x left top;
}

 .fast-reg .outer,
 .payment .outer {
}

.fast-login .outer .inner{
	color: #344b6d;
	background: url(../img/eng/fastreg-bg.png) no-repeat left bottom;
	height: 197px;
}

.auth-form {
	margin: 0px 5px;
	padding: 0px 20px;
	background: url(../img/eng/icon-lock.png) no-repeat 560px center;
	height: 84px;
}

.fast-reg .outer .inner{
}

.auth-form .forgot a {
	color: #f26422;
}

.auth-form input {
	width: 192px;
	border-top: 1px solid #919191;
	border-left: 1px solid #919191;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	height: 16px;
}

.auth-form table {
	margin-left: 9px;
	margin-top: 15px;
}

.auth-form table td {
	padding: 4px;
}

.fast-login .buttons {
	padding: 12px  0px 0px 140px;
	margin: 0px 0px 0px 20px;
	border-top: 1px solid #d8d8d8;
	width: 310px;
}

.fast-reg .ttl {
	padding: 20px 0 15px 0;
	color: #828385;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
}

.checkbox {
	border: 0px;
}

.fast-reg .part1,  .fast-reg .part2{
	margin: 0px 19px;
}

.fast-reg .part1 input.form, 
.fast-reg .part2 input.form {
	width: 190px;
	border-top: 1px solid #919191;
	border-left: 1px solid #919191;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	height: 16px;
}

.fast-reg .part1 select.form{
	width: 190px;
	border-top: 1px solid #919191;
	border-left: 1px solid #919191;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
}

.red {
	color: #ff0000;
}

.fast-reg .subscribe {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 20px;
	background-color: #f1f1f1;
}

.fast-reg .buttons{
	padding: 12px  0px 0px 0px;
	background: url(../img/eng/fastreg-btns-bg.png) no-repeat left top;
	text-align: center;
	height: 40px;
}

.fast-reg .part1 input.error,  
.fast-reg .part2 input.error,
.fast-login input.error, 
.popup  table  input.error, 
.popup  table select.error {
	border: 1px solid #ff0000;
	color: #ff0000;
}

.fast-reg .part1 select.error{
	width: 190px;
	border: 1px solid #ff0000;
	color: #ff0000;
	font-size: 12px;
}

.subscribe input{
	float: left;
	margin: 4px;
	border: 0px;
}

.subscribe label{
	float: left;
	margin-left: 6px;
	margin-top: 3px;
}

.address {
	float: left;
	width: 50%;
	color: #344b6d;
}

.address .outer {
}

.address .outer .inner{
	height: 250px;
}

.fast-login .ttl {
	padding: 20px 0px 30px 0px;
	color: #344b6d;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
}

.address .info {
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	margin: 0px 0px;
	padding: 20px 18px;
	height: 120px;
}

.address .buttons {
	padding: 10px;
	border: 0px;
}

.payment {
	width: 100%;
	color: #535353;
}

.payment .outer .inner{
	border: 1px solid #f3f6ee;
	background-color: #ffffff;
}

.order_complete .outer .inner{
}

.payment .info {
	border-bottom: 1px solid #e3ead6;
	border-top: 1px solid #e3ead6;
	margin: 0px 8px;
	padding: 10px 10px;
	height: 80px;
}

.payment .buttons {
	padding: 20px 30px 40px 10px;
}

.payment .pay {
	padding: 15px 19px;
	width: 300px;
	float: left;
	height: 80px;
}

#order_result {
	padding: 15px 19px;
	height: 80px;
}

.order_details {
	padding: 15px 19px;
	display: none;
}

.error404 .pay {
	background: url(../img/icon-404.png) no-repeat 95% center;
}

.error403 .pay {
	background: url(../img/icon-403.png) no-repeat 95% center;
}

.order_complete .pay {
	line-height: 20px;
}

.payment .line {
	padding: 0px 10px;
	height: 20px;
}

.payment .delivery {
	padding: 15px 19px;
	float: left;
	width: 300px;
	border-left: 1px solid #f0f0f0;
	height: 110px;
}

.payment input {
	float: left;
	border: 0px;
}

.payment label {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}

.popup input.form,
.popup select.form {
	width: 200px;
	border-top: 1px solid #919191;
	border-left: 1px solid #919191;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
}

.popup input.form {
	height: 16px;
}

.info_block {
	float: left;
	width: 220px;
	color: #344b6d;
}

.info_block .ttl {
	padding: 18px 16px;
	font-weight: bold;
}

.info_block .letter {
}

.info_block .basket {
}

.info_block .outer .inner{
	border: 0px;
	height: 250px;
}

.anext {
	border-left: 1px solid #e2e2e2;
}

.info_block .info {
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	margin: 0px;
	padding: 20px 10px;
	height: 120px;
}

.blue-block .grey {
	float: right;
	width: 282px;
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
	height: 242px;
}

.grey .ttl {
	padding: 50px 0 0 60px;
	font-weight: bold;
}

.blue-block .grey .outer .inner {
	color: #344b6d;
}

.blue-block .grey .info {
	border: 0px;
	padding: 40px 0px 0  60px;
	height: 100px;
}

.info_block .buttons {
	padding: 0px 10px;
	border: 0px;
}

.info_block span.name {
	width: 100px;
	float: left;
	display: block;
}

.blue-block {
	padding: 0px;
	margin-top: 4px;
}

.blue-block .blue-bg1 {
	padding: 0px;
	background: url(../img/g.gif) repeat-y left top;
}

.blue-block .blue-bg2 {
	padding: 0px;
	background: url(../img/g.gif) repeat-y right top;
}

.blue-block  .gray-content {
	padding: 0px 0px;
}

.blue-top {
	background: url(../img/g.gif) repeat-x left top;
	height: 5px;
}

.blue-top div {
	background: url(../img/bblue-r-top.gif) no-repeat right top;
	height: 5px;
}

.blue-top div div {
	background: url(../img/bblue-l-top.gif) no-repeat left top;
	height: 5px;
}

.blue-bottom {
	background: url(../img/g.gif) repeat-x left bottom;
	height: 5px;
}

.blue-bottom div {
	background: url(../img/bblue-r-bot.gif) no-repeat right bottom;
	height: 5px;
}

.blue-bottom div div {
	background: url(../img/bblue-l-bot.gif) no-repeat left bottom;
	height: 5px;
}

#basket_details2 {
	padding: 0px 10px;
	background-color: #ffffff;
}

.pay .descr {
	padding: 0px 0px  0px 30px;
	width: 280px;
	margin: 0px;
	display: block;
	color: #808080;
}

.sm {
	color: #808080;
	font-size: 11px;
}

.txt .outer .inner {
	padding: 10px;
	height: auto;
}

.gray-content .title {
	padding: 10px 16px;
	color: #344b6d;
	font-weight: normal;
	font-size: 24px;
}

.error .outer .inner {
	height: 200px;
}

.error .outer .details {
	height: 80px;
}

#pfand_comment {
	padding-left: 20px;
	display: none;
	color: #808080;
	font-size: 11px;
}


.err,
.err * {
color: #ff0000;
}

.submit-block .blue {
	text-align: center;
	padding: 8px 0px;
}

.submit-block .blue a {
	color: #007eba;
}

/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	z-index: 0;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}