@charset "utf-8";
/***************************************************************************************************/
/******************** ORANGE eshop, (c) 2005, created by ORANGEpro s.r.o., www.orangepro.cz **********/
/***************************************************************************************************/
html {
	height:100%;
	padding:0;
	margin:0;
	background-color:#848484;
	background-image: url("../images/bg-body2.gif");
	}
body {
	padding:0;
	margin: 0;
	text-align:center;
	font-family:Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size:0.7em;
	background-image: url("../images/bg-html2.gif");
	background-repeat:repeat-x;
	}
a { color: #055069; }
a:active { color: #055069; }
a:visited { color: #055069; }
a:hover { color: #993300; }
table {
  font-size: 1em;
}
 
h1, h2, #border h2, #border h1{
	position:relative;
	font-size:1.4em;
	font-weight:500;
	color:#990000;
	margin:10px 0 10px 0;
	}
h3, #border h3 {
	font-size:1em;
	color:#000;
	margin:10px 0 10px 0;
	}
h4, #border h4 {
	font-size:1em;
	margin:10px 0 10px 0;
	}
h5 { }
label {}
legend {}
textarea {}
select {
	margin:1px 0 1px 0;
	}
fieldset {
	border:0px;
	}
a img {
	border: 0;
	}
h2,h3,h4,h5,h6,p,form,fieldset{
	margin:0;
	padding:0;
	}
hr {
	visibility:hidden;
	}
/*.not_visible{
	visibility:hidden;
	}*/
.cleaner {
  border:none;
  background: none;
  margin:0;  
  padding:0;  
  width: 0;
  height:0;  
  font-size:0;   
  line-height:0;  
  clear:both;
  visibility: hidden;
	}
.link {
	border:1px solid #ccc;
	height:1px;
	}
.cross-link {
	text-decoration:line-through;
	}
.red {
	color:#FF0000;
	}
.orange {
	color:#red;
	}
.bg-gray {
	background-color:#eee;
	}
.under-link-help {
	border-bottom:1px dashed #ccc; cursor:help;
	}

.error {
	color:#fff;
	width:60%;
	padding:20px 20px 20px 50px;
	margin-top:10px;
	background-color:#FF0000;
	}
.dashed-line {
	margin:6px 0 6px 0;
	font-size:0px;
	border-bottom:1px solid #eee;
	}
#confirm {
	min-width:70%;
	padding:20px 20px 20px 60px;
	text-align:center;
	font-weight:bold;
	color:#FF0000;
	margin-bottom:15px;
}
.text_form {
	display:block;
	background-color:#eee;
	width: 170px;
	padding:5px 0 5px 0;
	float:left;
	padding-left:5px;
	}
.text-form-close {
	display:block;
	width: 100px;
	padding:5px 0 5px 0;
	float:left;
	}
.text_form-transp {
	display:block;
	width: 170px;
	padding:5px 0 5px 0;
	float:left;
	padding-left:5px;
	}
.list_menu {
	width: 150px;
	}
html>body .list_menu {
	margin:1px;
	}
.radio {
	margin:4px;
	}
.inline {
	display:inline;
/*	background-color:#eee;*/
	}
.center {
	text-align:center;
	}
.right {
	text-align:right;
	}
	
/************************************************/
/******** BASIC LAYOUT STYLES *****************/
/***********************************************/
#holder {
	/*background:url("../images/bg-right-colum.gif") top right repeat-y;*/
	/*min-width: 800px;width: expression(do­cument.body.cli­entWidth < 800? „800px“ : „auto“ );*/
	margin:0px 0 0 0;
	text-align:left;
	width: 988px;
	background-color:#fff;
	/*background-image:url("../images/bg-body.gif");*/
	background-repeat: no-repeat;
	background-position: right bottom;
	}
html>body #holder {
	margin:0px auto 0 auto;
	/*padding:0px 14px 0 0;*/
	}
#holder-in {
	background-color:#fff;
	margin:0 5px 0 5px; 
	}
.header-text{
	position: absolute;
	top: 136px;
	right: 40px;
	color: white;
	font-style: italic;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	display:none;
}
#header {
	position:relative;
	}	
#header-left {
	position:relative;
	height:72px;
	background-color:#fff;
	border-bottom:1px solid #2a3e87;
	z-index:0;
	margin-bottom: 2px;
	}
#header h2{
	display: none;
	position:absolute;
	top:35px;
	right:0px;
	width:80%;
	height:45px;
	z-index:2;
	color:#fff;
	padding:0px;
	}
#header-left #text p {
	padding: 8px 0 5px 90px;
	font-size:2em;
	color:#990000;
	}
#right-in  form{
	width:100%;
	text-align:right;
	z-index:10;
	}
#right-in form select{
	font-size:0.9em;
	/*display:none;*/
	width:50%;
	}
#header-logo {
	position:absolute;
	top:0px;
	left: 0px;
	height:75px;
	width:150px;
	z-index:5;
	}
#logo{
	position:absolute;
	left:0px;
	top:-3px;
	}
#header-image{
	display: none;
	position:absolute;
	background-image:url("../images/bg-image-header.gif");
	background-repeat:no-repeat;
	top:0px;
	right:0px;
	height:227px;
	width:236px;
	z-index:1;
	}
#header-image-center {
	display: none;
	position:absolute;
	background-image:url("../images/");
	background-repeat:no-repeat;
	top:0px;
	left:200px;
	height:90px;
	width:530px;
	z-index:2;
	}	
#fast_search{
	position: absolute;
	top: 5px;
	right: 0px;
	text-align:left;
	color:#000;
	font-size:10px;
	width: 185px;
	}
.fast-search-buttons {
	font-size:10px;
	cursor:pointer;
	font-weight: bold;
	background-color: #5f81ff;
	border-left: none;
	color: white;
	}
/*#fast_search input {
	margin:3px 0 3px 0;
	}*/
.searchstring {
	width:110px;
	font-size: 11px;
	color: #000;
	border: 1px solid #aaa;
	text-align: center;
	}
#fast_search .searchstring {
	width:183px;
}
#fast_search form {
	margin:0px;
	padding:0px;
	}
#fast_search-cor {
	position:absolute;
	bottom:0px ;
	/*_bottom:-1px;*/
	left:0px;
	height:15px;
	width:15px;
	/*background-image:url("../images/cor-fast-search.gif");*/
	background-position:bottom left;
	background-repeat:no-repeat;
	}
#fast_search a {
	display:block;
	padding:3px 3px 3px 20px;
	background-image:url("../images/arrow-open.gif");
	background-position:10px;
	background-repeat:no-repeat;
	}
#left {
	float: left;
	width: 185px;
	overflow:hidden;
	}
#left .border {
	  border:1px solid #eee;
}
#right {
	float: right;
	width: 185px;
	overflow:hidden;
	}
#left-in {
	height: 500px;
	background-color:#fff;/*88b8da*/
	padding-top:0px;
	color:#fff;
	}
html>body #left-in {
	height: auto;
	min-height: 500px;
	}
#right-in {
	height:500px;
	padding-top: 0px;
/*	background-color:#5f81ff;*/
    background-color: #eee;
	color:#fff;	
	}
html>body #right-in {
	height: auto;
	min-height: 380px;
	}
.menu h2{
	background-color:#55ff00;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	padding-right: 15px;
	margin-top:1px;
	margin-bottom: 20px;
	}
#right-in h2, #left-in h2  {
	background-color:#2a3e87;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	padding: 5px 0 5px 15px;
	font-weight: bold;
	margin: 0px;
	}
#content {
	height:100%;
/*	margin: 0 200px 0 200px;*/
	margin: 0 190px 0 190px;
	text-align:center;
	}
.two_cols {
	margin: 0 0px 0 190px !important;
}
#content-in {
	margin: 0 auto 0 auto;
	text-align:left;
	width:98%;
	}
/********************* FOOTER *****************/
#bottom-spacer {
	position:relative;
	clear:both;
	text-align:center;
	border-top:0px solid #ccc;
	margin-left:1px;
	width:988px;
	margin:0px auto 0 auto;
	}
#bottom {
	background-color:#5f81ff;
	background-image: url("../images/bg-footer.gif");
	color: white;
}
#bottom .left{
	float: left;
	width: 320px;
	padding: 8px 0px 8px 8px;
}
#bottom .right{
	float: right;
	width: 600px;
	padding: 8px 8px 8px 0px;
	text-align: center;
}
#bottom a{
	color: white;
	font-weight: bold;
}
#bottom p {
	background-color:#fff;
	position:relative;
	padding:10px 10px 10px 10px;
	color:#999999;
	}
#card-logo {
	position:absolute;
	top:10px;
	left:10px;
	height:34px;
	width:140px;
	background-image:url("../images/cards.gif");
	background-repeat:no-repeat;
	}	
	/************* LEFT COLUM CONTENT **********/
.menu{
	  border:1px solid #eee;
	  padding-left: 3px;
	  }
/************* RIGHT COLUM CONTENT *********/
.action {
	position:relative;
	margin-top:0px;
/*	background-image:url("../images/bg-action.gif");
	background-repeat:repeat-x;*/
	margin-bottom:0px;
	}
.border {
	padding:10px;
}
.login {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.login strong {
	display:block;
	margin-left:10px;
	margin-top:5px;
	}
#login_1 {
	padding:10px;
	}
#slogan {
    position:absolute;
    font-weight: bold;
    font-size: 1.3em;
    top: 15px;
    left: 185px;
}
#login-header {
/*    text-align:center;*/
    color: #000;
    line-height: 1.2em;
    padding: 5px 5px 8px 20px;
    text-align: left !important;
	cursor:pointer;
	  border:1px solid #eee;
	}
.form_item {
    padding: 2px 0px;
}
#login-header img{
	position:relative;
	top:5px;
	}
#language {
	position:absolute;
	right:10px;
	top:0px;
	}
#login-header fieldset{
	display:inline;
	}
#login-header input {
	text-align:center;
	}
#login-header .input-1 {
	width:110px;
	border: 1px solid #aaa; 
	}
#login-header .input-2 {
	width:110px;
	border: 1px solid #aaa;
	}
#button-login {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px 0px 0px 0px;
	cursor:pointer;
	font-weight: bold;
	background-color: #5f81ff;
	color: white;
	border-left: none;
	}
html>body #button-login {
	position:relative;
	top: 1px;
}
/**********************************/
.action .border img {
	margin:10px 0 10px 10px;
	}
.action .border p{
	text-align:left;
	padding:10px;
	}
#right-in .action .border p, #right-in .action .border{
    color: #000 !important;
}
.action .border h3{
	font-size:1em;
	font-weight:bold;
	text-align:left;
	}
.action .border a {
	}
#right-in .action .border ol{
	margin:0px;
	padding:0px;
	margin-left:25px;
	}
	
/************ BASKET ON HP *****************/
#basket{
	position:relative;
	margin-top:0px;
	height:100px;
	background-color:#fff;
	margin-bottom:35px;
	border:1px solid #ccc;
	}
#basket .border {
	padding:10px 5px 0 15px;
	}
#basket p{
	padding:10px 5px 5px 0;
	/*background-image:url("../images/basket-image.gif");
	background-position:0px 0;
	background-repeat:no-repeat;*/
	}
/************* PROMO ACTION BLOCK **********/
.promo-action-block {
	margin:20px 0 0 1px;
	width:99%;
	overflow:hidden;
	}
.promo-action-block div a {
	margin-left:1px;
	}
.promo-action-block p{
	padding:8px;
	color:#666;
	}
.promo-action-block h4 {
	font-size:1em;
	font-weight:bold;
	text-align:left;
	width:100%; 
	}
.promo-action-block a {
	margin-left:8px;
	}
/*******************************************/
/***************** CENTER  *****************/
/*******************************************/
#content h2, h2 {
	font-size:1.3em;
	margin:15px 0 15px 0;
	padding:3px 0 3px 0;
	color:#990000;
	font-weight:bold;
	}
#content ul li {
	list-style:none;
	}
.navigation-bar{
	margin:0px 0 5px 0;
	padding:5px;
	background-color: #f5f5f5;
	}
.navigation-bar select{
	font-size:1em;
	}
.db_navigator_button{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 18px;
	font-size:12px;
	padding:4px 10px 4px 10px;
	cursor:pointer;
	font-weight: bold;
	background-color: #5f81ff;
	color: white;
}

.dbnavigationbar_basic_holder{
	background-color: #f5f5f5;
	margin-bottom: 4px;
}
/****************** PRODUCT ***************/
.product-box {
	height:120px;
	min-height:120px;
	}
html>body .product-box {
	height:auto;
	overflow:hidden;
	text-align:center;
	}
.product-1, .product-2  {
	margin:0px 0 0 0;
	float:left;
	width: 48.3%;
	text-align:left;
	border:1px solid #eee;
	margin: 2px;
	height: 220px;
	height: 165px;
	}
html>body .product-1, html>body .product-2  {
	width: 48.8%;
	min-height: 220px;
	min-height: 165px;
	height: auto;
}
.product-1 .border, .product-2 .border {
	height:120px;
	position:relative;
	}
.product-1 .border {
	}
html>body .product-1 .border, .product-2 .border {
	height:auto;
	min-height:120px;
	}
.product-1 h3, .product-2 h3 {
	padding:0px 10px 10px 0;
	}
.product-1 h3, .product-2 h3 a{
	color: red;
	}
.product-img-box {	
	display:block;
	width:150px;
	height:150px;
	min-height:150px;
	height:68px;
	min-height:68px;
	}
html>body .product-img-box {
	height:auto;
	}	
.product-1 a img, .product-2 a img {
	margin:0px 0 0 0 ;
	background-color:#fff;
	display:inline;
	}
.product-1 ul, .product-2 ul {
	position:absolute;
	left: 170px;
	top:40px;
	padding:0px;
	margin:0px;
	/*margin-right:5px;*/
	width:195px;
	overflow:hidden;
	}
.product-1 ul .thin, .product-2 ul .thin, .credit ul .thin {
	font-weight:100;
		}
.product-1 ul li, .product-2 ul li, .credit ul li{
	padding:0px;
	margin:0px;
	list-style-type:none;
	/*background-image:url("../images/arrow-red.gif");
	background-position: 0 5px;
	background-repeat:no-repeat;*/
	font-size:1em;
	color:#000;
	}
.product-1 ul li strong {
	font-size:1.2em;
	margin:5px 0 5px 0;	
	}
.product-1 ul li strong.yellow {
	font-size:1.2em;
	color: #ff9400;
	margin:5px 0 5px 0;	
	}
.product-1 form, .product-2 form{
	text-align:left;
	margin:5px 3px 5px 0;
	background:none;
	}
.product-items {
    position: relative;
    overflow: hidden;
}
.product-line {
    width: 100%;
    height: 150px;
    min-height: 150px;
    border-bottom: 1px solid #eee;
    clear: left;
    padding: 5px 0 5px 0;
}
.product-line .image {
    float: left;
}
.product-line .info {
    margin-left: 155px;
}
.product-line .info a {
    font-size: 1.1em;
    padding-bottom: 5px;
}
.infos {
    position:absolute;
    top: 135px;
    height: 26px;
    overflow: hidden;
}
.product-line p {
    padding-top: 5px;
}
.news-list {
	background-image:url("../images/bg-navigator.gif"); 
	background-repeat:repeat-x;
	border-bottom:1px solid #eee;
	margin:0px 0 15px 0;
	padding:5px;
	}
.news-list p{
	padding:5px 0 5px 0;
	}

/*#content_action_right {
	position:absolute;
	right:0px;
	top:1px;
	_top:0px;
	border:1px solid #eee;
	height:8em;
	width:182px;
	_width:183px;
	overflow:hidden;
}*/

#info_link{
width:200px;
font-weight:bold;
padding:5px 5px ;}

#globallink{
	position:absolute;
	top: 45px;
	left: 180px;
	width:70%;
	color:#fff;
	text-align:left;
	}
#globallink p{
	height:100%;
	}
a.glink, a.glink:visited, #user a, #user a:visited{
	display:block;
	float:left;
	padding:0px 8px 0px 8px;
	font-size:1em;
	color:#666666;
	font-weight:bold;
	text-decoration: none;
	border-right:1px solid #666;
	}
a.glink:hover{
	color: #5f81ff;
}
#basket a:hover, #user a:hover{
	text-decoration:underline;
	}

.buttons_form{
	cursor:pointer;
	font-size:11px;
	margin:1px;
	padding:0px 10px 0 10px;
	}
.middle {
	width:80px;
	}
.buttons_form_product{
	display:block;
	width:26px;
	height: 26px;
	cursor:pointer;
	border:none;
	color:#000;
	font-weight:bold;
	background:none;
	background-image:url("../images/grafik_detail_button.gif");
	background-repeat:no-repeat;
	padding:1px 0 0 15px;
	text-align:left;
	background-color: transparent;
	}
.buttons-product {
    padding-top: 3px;
    border: none;
    background: none;
}

/*################################*/
/*########### CATEGORY ###########*/
/*################################*/

/* ########### */
.plink_border img {
    position: relative;
    left: -4px;
}
.plink_border a, .plink_border a:visited, .plink_border a:active, .plink_border a:link{
	display: block;
	text-decoration: none;
	height: 17px;
	color: #fff;
	padding: 2px 0 2px 15px;
	font-size: 1em;
	border-bottom: 1px solid #fff;
	margin: 0px;
}
html>body .plink_border a, .plink_border a:visited, .plink_border a:active, .plink_border a:link{
	height: auto;
	min-height: 17px;
}
.plink_border a:hover {
	background-color: #66CCFF;
	color: #fff;
	text-decoration: underline;
}

/* ########### */
.plink {
	margin: 1px 0 1px 0;
	padding: 4px 0 4px 15px;
	color: #000;
	background-color: #5f81ff;
}
#always .plink {
	background-image: url("../images/arrow_white.gif");
	background-position: 3px 3px;
	background-repeat: no-repeat;
}
.plink a, .plink a:visited {
	display: block;
	color: #000;
}	
.plink a:hover{
	text-decoration: underline;
	color: #000;
	background-color: #ff00000;
}
.white_bg .menu .plink img{
  padding: 0;
  margin: 0;
}
.white_bg .menu .plink {
    background-color: #fff;
    text-align: center;
    padding: 0;
	background-image: url("../images/arrow_black.gif");
	background-position: 5px 3px;
	background-repeat: no-repeat;
}
html>body a.plink:hover{
	height: auto;
	min-height: 17px;
}
	
/* ########### */
.subplink {
	background-color: #0099CC;
	color: #000;
}
a.subplink , a:visited.subplink, , a:active.subplink, a:link.subplink{
	color: #fff;
	margin: 1px 0 1px 0;
	display: block;
	padding: 3px;
	background-color: #0099CC;
}
a.subplink:hover{
	color: #000;
	text-decoration: underline;
	background-color: #66CCFF;
}

/*################################*/
/*## end of # CATEGORY ###########*/
/*################################*/


/*********** DETAIL PRODUCT *********/
#detail-image {
	position:relative;
	overflow:hidden;
	border:1px solid #eee;
	border-top:3px solid #ccc;
	padding:10px;
	}
#detail-box {
	position:relative;
	}
#detail-price .select-item {
	background:none;
	padding:5px 0 5px 0;
	}
#detail-price h2 {
	margin-top:5px;
	}
#detail-price fieldset {
	background-color:#5f81ff;
	padding:5px;
	color:#fff;
	}		
#detail-image img {
	margin-right:10px;
		}
#detail-image .detail-zoom {
	width:10px;
	}

#detail-price {
	padding:10px;
	}
.detail-caption {
	display:block;
	width:100px;
	float:left;
	} 
#detail-parameter {
	border:1px solid #eee;
	border-top:3px solid #ccc;
	padding:10px;
	width:60%;
	margin-top: 20px;
	}
#detail-parameter h3, #detail-price h3{
	color:#FF6600;
	font-size:1.5em;
	font-weight:100;
	margin-bottom:15px;
	}
#detail-parameter .price, #detail-price .price {
	font-size:1.2em;
	font-weight:bold;
	}
#detail-price table, #detail-parameter table {
	border:none;
	}
#detail-price table td, #detail-parameter table td{
	border-bottom:1px solid #ccc;
	padding:2px 2px 2px 0;
	}

#button-detail {
	width:100%;
	cursor:pointer;
	}
.detail-select-box {
	width:100%;
	}
.button-detail-buy {
	width:48%;
	cursor:pointer;
	}
#icons-print {
	height:30px;
	}
#icons-print a {
	display:block;
	float:left;
	}
#icons-print a img{
	float:none;
	}
.link-detail {
	position:relative;
	left:10px;
	margin-right:20px;
	}
.link-detail2 {
	position:relative;
	left:25px;
	}
/********** DETAIL SLIDING LINKS  ************/
#sliding-doors {
      width:100%;
	  float:left;
	  background:url("../images/bg-sliding-links.gif") repeat-x left bottom;
      }
#sliding-doors ul {
      margin:0;
      padding:10px 2px 0;
      list-style:none;
      }
#sliding-doors li {
      float:left;
      background:url("../images/left_both.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      border-bottom:1px solid #ccc;
      }
#sliding-doors a {
      float:left;
      display:block;
      width:.1em;
      background:url("../images/right_both.gif") no-repeat right top;
      padding:3px 6px 3px 2px;
      text-decoration:none;
      color:#666;
	  width:auto;
      }
#sliding-doors > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#sliding-doors a {float:none;}
    /* End IE5-Mac hack */
#sliding-doors a:hover {
      color:#333;
      }
#link1 #nav-link1, #link2 #nav-link2,
#link3 #nav-link3, #link4 #nav-link4,
#link5 #nav-link5, #link6 #nav-link6,
#link7 #nav-link7, #link8 #nav-link8,
#link9 #nav-link9 {
      background-position:0 -150px;
      border-width:0;
      }
#link1 #nav-link1 a, #link2 #nav-link2 a,
#link3 #nav-link3 a, #link4 #nav-link4 a,
#link5 #nav-link5 a, #link6 #nav-link6 a,
#link7 #nav-link7 a, #link8 #nav-link8 a,
#link9 #nav-link9 a {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;
      }
#sliding-doors li:hover, #sliding-doors li:hover a {
      background-position:0% -150px;
      color:#333;
      }
#sliding-doors li:hover a {
      background-position:100% -150px;
      } 
#sliding-doors-box {
	margin-top:0px;
	border:1px solid #eee;
	border-top:none;
	width:99.5%;
	_overflow:hidden;
	}
html>body #sliding-doors-box {
	margin-top:30px;
	}
#sliding-doors-box .border{
	padding:15px;
	height: 10px;
	border: 0px solid red;
	}
html>body #sliding-doors-box .border{
	min-height: 10px;
	height: auto;
}
/*.gallery-img {
	padding:10px;
	margin:10px;
	background-color:#eee;
	}
.detail-gallery-images{
	height:90px;
	margin:0px;
	}*/
/********** DETAIL > DISCUSSION ***************/
#table-discussion { 
	width:100%;
	}
#table-discussion th{ 
	background-color:#eee;
	font-weight:bold;
	padding:2px;
	}
/*#table-discussion td{ 
	border-bottom:1px solid #ccc;
	}*/
/*******************************************/
/**********USER + REGISTRATION ************/
/*****************************************/
#user {
	position:absolute;
	height:40px;
	width:170px;
	right:0px;
	bottom:0px;
	text-align:left;
	background-color:#b00000;
	border-bottom:5px solid  #eee;
	}
#user .border{ 
	background-position:top left;
	background-repeat:no-repeat;
	}
#user p {
	padding:7px 7px 7px 0;
	color:#fff;
	}
/******************* PAGES ***********************/
/************** CART & ORDER ********************/
.table-cart {
	margin:0px 0 0 0;
	font-size:0.99em;
	background-color:#ccc;
	}
* html .table-cart {
/*    width: 65%;*/
}
.table-cart th {
	background-color:#eee;
	padding:5px;
	text-align:center;
	}
.table-cart td {
	background-color:#fff;
	padding:5px;
	text-align:center;
	}
.button-cart {
	margin:1px;
	width: 20%;
	cursor:pointer;
	position:relative;
	top:20px;
	}
#button-cart-back {
	width: 50%;
	position:relative;
	bottom: 25px;
	margin:1px;
	cursor:pointer;
	}
.text_form_thin {
	display:block;
	background-color:#eee;
	width: 170px;
	padding:3px 0 3px 0;
	float:left;
	padding-left:5px;
	}
.text-form-value {
	display:block;
	padding:2px;
	height: 15px;
	background-color:#ccc;
	/*margin:1px 0 1px 0;*/
	}
html>body .text-form-value {
	display:block;
	margin: 3px;
	}
.bg {
	background-color:#fff;
	}
.under-cart-table {
	background-color:#eee;
	padding:5px;
	border:1px solid #ccc;
	border-top:none;
	}
.order-bar {
	position:relative;
	padding:3px;
	}
.order-bar form{
	background:none;
	}
.left {
	text-align:right;
	}
.continue-order {
	position:absolute;
	right:3px;
	top:2px;
	}
/************** STEP BAR ORDER *****************/
/*#step-bar {
	width: 100%;
	_width: 96%;
	text-align:center;
	}
#backround-tr{
	background-color: #ccc;
	}
#backround-tr td{
	height: 3px;
	font-size: 3px;
	}
#backround-tr td strong {
	visibility:hidden;
	}
.deactive {
	background-color:#ccc;
	}
.active {
	background-color: #FF0000;
	}*/
/************  SEND FRIEND *********************/
#send-friend-box {
	text-align:left;
	background-color:#fff;
	padding:50px 20px 0 20px;
		}
#send-friend-box fieldset{
	border:1px solid #ccc;
	padding:15px;
	}
#send-friend-box fieldset legend{
	font-size:1.2em;
	color:#000;
	}
/**************** NEW STYLES ****************/
.premium-list-box {
	width:100%;
	height:1px;
	}
html>body .premium-list-box {
	min-height:1px;
	height:auto;
	overflow:auto;
	}
.premium-list {
	float:left;
	background-color:#fff;
	text-align:center;
	}
.premium-list img{
	margin:1px 1px 1px 0;
	}
/************** CREDIT ****************/
.credit {
	background-color:#eee;
	border:1px solid #ccc;
	padding:10px;
	margin:0px 0 10px 0;
	}
html>body .credit {
	height:auto;
	overflow:auto;
	min-height:140px;
	} 
#credit-title {
	position:absolute;
	top:5px;
	right:20px;
	}
.credit h3{
	color:#6b7bad;
	font-size:110%;
	margin-bottom:10px;
	}	
.credit img {
	float:left;
	margin-top:5px;
	}
	
#similar-product-box {
	height:50px;
	}
html>body #similar-product-box {
	height:auto;
	min-height:50px;	
	overflow:auto;
	}
.similar-product {
	text-align:center;
	float:left;
	width:150px;
	margin:10px;
	}
.similar-product img {
	margin-bottom:10px;
	width:90px;
	vertical-align:middle;
	}
/**************** COMPARING *****************/
.comparing {	
	float:left;
	width:49.5%;
	}
.comparing img {
	width:200px;
	}
.comparing table td {
	border-bottom:1px solid #ccc;
	}	
.gallery_box{
	width: 100px;
	height: 100px;
	float: left;
	margin: 20px;
	text-align: center;
}
html>body .gallery_box{
	height: auto;
	min-height: 100px;
}
.gallery_box img{
	width: 100px;
}
.menu a.linkos {
    display: block;
    float: left;
    width: auto;
    height: 14px;
    padding-top: 2px;
    font-size: 0.8em;
    text-decoration: none;
    margin-left: 5px;
    border: none;
}
.menu a.linkos:hover {
    background: none !important;
    text-decoration: underline;
    color: #055069;
}
.c1, .c2, .c3, .c4, .pl1, .pl2, .mi1, .mi2, .em, .em2 {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background-position: top left;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    line-height: 0em;
}
.c1 {
    width: 11px;
    background-image: url('../images/c1.gif');
}
.c2 {
    background-image: url('../images/c2.gif');
}
.c3 {
    background-image: url('../images/c3.gif');
}
.c4 {
    width: 17px;
    background-image: url('../images/c4.gif');
}
.pl1 {
    background-image: url('../images/plus3.gif');
}
.pl2 {
    width: 17px;
    background-image: url('../images/plus2.gif');
}
.mi1 {
    width: 17px;
    background-image: url('../images/minus3.gif');
}
.mi2 {
    width: 17px;
    background-image: url('../images/minus2.gif');
}
.em {
    width: 11px;
    background-image: url('../images/empty.gif');
}
.em2 {
    width: 16px;
    background-image: url('../images/empty2.gif');
}
.bold {
    font-weight: bold;
}
.table_list {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}
.table_list tr.sh {
    height: 70px !important;
}
.table_list tr {
    border: 1px solid #ccc;
}
.table_list td, .table_list th {
    padding: 3px;
    border: 1px solid #ccc;
    text-align:center;
}
.table_list th {
    background-color: #ccc;
    text-align:center;
    border-right: 1px solid #fff;
}
.table_list td.primg {
    text-align:center;
    font-weight: bold;
    font-size: 0.9em;
    color: #666;
}
.table_list td.primg img {

}
.intext {
    width: 50px;
    margin-bottom: 5px;
}
.product-1 .intext {
    margin-bottom: 0px;
}
.trochu_dule {
    padding-top: 5px !important;
}
.table_list td table td {
    border: none;
}
.marze {
    font-weight: bold;
    color: #666;
}
.in_cart {
    background-color: #eee;
    /*border-bottom: 1px solid #fff !important;*/
}
.submit {
    border: none;
    background: none;
	background-color: #5f81ff;
	font-size: 1em !important;
    color: #fff;
    font-weight: bold;
    text-align:center;
    line-height: 1em;
    padding: 2px 4px;
    cursor: pointer !important;
}
.no_wrap {
    white-space: nowrap !important;
}
.ac {
    text-align:center;
}
#search2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    text-align:center;
}
#search2 form, #search2 fieldset, #search2 input {
    display: inline;
    position:relative;
    top: 0px;
}
html>body #search2 form, html>body #search2 fieldset, html>body #search2 input {
    top: 1px;
}
#form_list table {
    width: 100%;
}
#form_list td {
    width: 17%;
}
#form_list td.submitos {
    text-align: right;
}
html>body #form_list td.submitos {
    padding-right: 8px;
}
.cartos {
    color: #000 !important;
}
.atop {
    vertical-align: top;
}
.redos {
    font-weight: bold !important;
    color: #e00 !important;
}
.detailos, .detailos input {
    display: inline;
}
.kosik {
    position:absolute;
    top: 8px;
    right: 0px;
    width: 175px;
    background-color: #f5f5f5;
    padding: 5px;
    line-height: 1.3em;
    border: 1px solid #2a3e87;
}
.kosikos {
    font-weight: bold;
    font-size: 1.1em;
}
.bob p {
    border-bottom: 1px solid #ccc;
}
.zazaz {
    padding-top: 210px !important;
}
a.help {
	cursor:help; 
	color:#000;
	text-decoration:underline;
/*	background:url("images/info.gif") no-repeat right top;*/
	/*padding-right:25px;*/
	}

a.help:hover { 
/*	background:url("images/info.gif") no-repeat right top;*/ 
	background-color:#ccc;
	}

a.help span { 
	position: relative; 
	font-weight: normal; 
	text-align: left; 
	}

a.help span span { 
	text-decoration:none;
	color:#000;
	display:block; 
	position:absolute; 
	top:1.1em; 
	left:-1em; 
	padding:.2em .5em; 
	width:20em; 
	left:-26em; 
	width:25em;
  font-size: 1.2em; 
 	background-color:#ccc;
	border:1px solid #666;
	z-index:100;
  background: none;
	visibility:hidden;
	} 
a.help:hover span span { 
	visibility: visible; 
	background-color:#ccc;
	}
.kopit {
/*    position:relative;
    top: -2px;*/
}
.o_hist input {
    width: 132px !important;
}
.inv_row {
	padding-bottom: 2px;
}
.inv_sel {
	padding-bottom: 5px;
}