

.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 2px; 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: 14px;
background-color: #ffffff;
}

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;
}

h4 {
	padding: 0;
	margin: 0;
}

.main_home {
}

.header {
	border-bottom: 1px solid #e3e6e3;
	background-color: #ffffff;
	height: 107px;
	position: relative;
	z-index: 0;
}

.header .topline {
	width: 755px;
	margin-right: -2px;
	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 70px;
	height: 83px;
}

.header .logo a {
	background-repeat: no-repeat;
	display: block;
	width: 109px;
	height: 81px;
}

.header .logo a span {
	display: none;
}

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

 .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: 20px;
	width: 60px;
}

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

.header .hotline {
	margin-right: 16px;
	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: 178px;
	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;
}

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

.mid-col-home {
	float: left;
	width: 620px;
	overflow: hidden;
}

.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: 140px;
}

.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;
}

.bestsellers a {
	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 h4{
	padding: 12px 25px 10px 20px;
	margin: 1px;
	color: #ffffff;
	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;
}

.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;
}

 .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: #cc0000;
}

.reduced {
	color: #cc0000;
}

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

.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 {
	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;*/
}

.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: 10px;
	background-color: #f8f8ef;
	position: relative;
}

.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: 11px;
}

.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: 1000;
	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;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 16px;
}

.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 {
	float: left;
	width: 170px;
	padding-top: 14px;
	overflow: hidden;
}

#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: 5px;
}

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

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

.selector {
	padding-top: 6px;
	border-bottom: 1px solid #e3e6e3;
	padding-left: 0px;
	text-align: center;
	height: 29px;
}

.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;
}

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

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

.rating a{
	color: #001a88;
}

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

.rating .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;
}

.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 h4, .content-bordered h4 {
	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;
}

.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;
}

.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;
}
	
	
.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 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: 385px;
}

.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 #dcebee;
	border-width: 1px 0px 0px 0px;
	height: 0px;
}

tr.blue td {
	padding: 8px;
	background-color: #078af4;
	color: #ffffff;
}

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;
}

.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;
}

.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 24px;
	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;
}