@charset "utf-8";
/******************** ORANGE eshop, (c) 2005, created by ORANGEpro s.r.o., www.orangepro.cz **********/
html {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	position: relative;
	height: 100%;
	margin: 0;
	text-align: center;
	font-family: Tahoma, Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 0.7em;
	background: #747474 url('../images/body-bg.gif') repeat-x;
	color: #050505;
}
a, a:active, a:visited, a:hover {
	color: #ab0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, #border h2, #border h1 {
	font-size: 1.7em;
	font-weight: normal;
	color: #003980;
	margin: 10px 0 10px 0;
}
h3, #border h3 {
	font-size: 1em;
	margin: 10px 0 10px 0;
}
h4, #border h4 {
	font-size: 1em;
	margin: 10px 0 10px 0;
}
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;
}
.cleaner {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}
.link {
	border: 1px solid #ccc;
	height: 1px;
}
.cross-link {
	text-decoration: line-through;
}
.red {
	color: #FF0000;
}
.orange {
	color: #ff6600;
}
.blue {
	color: #3300ff;
}
.bg-gray {
/*	background-color: #eee;*/
	background-color: #e6e5e5;
}
.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;
}
.error2 {
	color: #fff;
	display: block;
	padding: 2px;
	height: 15px;
	background-color: #f00;
	text-align: center;
	font-weight: bold;
}
.dashed-line {
	margin: 6px 0 6px 0;
	font-size: 0px;
	border-bottom: 1px solid #59a8c1;
}
#confirm {
	min-width: 70%;
	padding: 20px 20px 20px 60px;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 15px;
}
.lang_select {
	padding-right: 10px;
}
.lang_select select {
	width: 100%;
}
.text_form {
	display: block;
/*	background-color: #e6e5e5;*/
	width: 170px;
	padding: 4px 0 4px 0;
	float: left;
	padding-left: 5px;
}
#border #separ {
/*  border: 1px solid #000;*/
    background-color: #f3f3f3;
  padding: 5px 5px 10px 10px;
  width: 70%;
}
html>body #border #separ {
  width: 67%;
  padding: 5px 5px 10px 7px;
}
#border #separ legend {
  color: #000;
}
.text-form-close {
	display: block;
	width: 100px;
	padding: 4px 0 4px 0;
	float: left;
}
.text-form-close img {
    height: 100px;
}
.text_form-transp {
	display: block;
	width: 250px;
	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;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/******** BASIC LAYOUT STYLES *****************/
#main_wrap {
    position:relative;
	margin: 0px auto 0px auto;
	text-align: left;
	min-width:780px;
	width: 975px;                                                 
}
#main_wrap_in {
    padding-bottom: 20px;
}
#holder {
    width: 975px;
    background: #fff url('../images/holder-bg.gif') repeat-y;
}
#holder-in {
    padding-left: 4px;
    padding-right: 4px;
}
#holder-in-in {
/*    width: 571px;*/
    padding-left: 207px;
    padding-right: 189px;
/*    background: url('../images/holder-grad-shop.gif') repeat-x;*/
}
#header {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 975px;
	height: 197px;
	background: #ede9e9 url('../images/header.jpg') no-repeat;
}
#header_spacer {
    height: 197px;
}
#header-title {
	position: absolute;
	top: 94px;
	left: 460px;
	width: 225px;
	height: 56px;
	z-index: 2;
	color: #fff !important;
	padding: 0px;
	font-size: 12px;
	line-height: 13px;
}
#header-title div, #header-title p {
	color: #fff !important;
}
#header-left #text p {
	padding: 8px 0 5px 90px;
	font-size: 2em;
	color: #990000;
}
#menu1 {
    position: absolute;
    width: 455px;
    padding-left: 3px;
    height: 22px;
    top: 33px;
    left: 330px;
}
#menu1 a, #menu1 a:visited, #menu1 a:hover, 
#main_menu a, #main_menu a:visited, #main_menu a:hover{
    text-transform: uppercase;
    font-size: 11px;
    color: #050505;
    float: left;
    display: block;
    height: 22px;
    line-height: 22px;
    padding: 0 17px;
    background: url('../images/menu1-line.gif') top right no-repeat;
}
html>body #menu1 a, html>body #menu1 a:visited, html>body #menu1 a:hover {
    padding: 0 18px;
}
#menu1 a:hover, #main_menu a:hover {
    color: #ab0000;
}
.nobg {
    background: none !important;
}
.m1_last {
    color: #ab0000 !important;
}
#main_menu {
    position: absolute;
    top: 163px;
    left: 20px;
    width: 625px;
    height: 22px;
}
#main_menu a, #main_menu a:visited, #main_menu a:hover {
    font-size: 12px;
    background: url('../images/main-menu-line.gif') top right no-repeat;
    padding: 0 17px;
}
#right-in  form {
	width: 100%;
	text-align: right;
	z-index: 10;
}
#logo {
	position: absolute;
	top: 57px;
	left: 38px;
	width: 220px;
	height: 76px;
}
#logo a, #logo a:visited, #logo a:hover {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
/*#fast_search {
	text-align: left;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 1px;
	background-color: #e6e5e5;
	border-bottom: 1px solid #fff;
}*/
#fast_search {
  position: absolute;
  top: 163px;
  left: 663px;
  width: 258px;
  padding-left: 32px;
  height: 23px;
	text-align: left;
	background: url('../images/search-bg.gif') no-repeat;
}
.fast-search-buttons {
    color: #666;
    font-size: 10px;
    width: 48px;
    height: 18px;
    border: none;
    background: url('../images/search-but.gif') no-repeat;
    position: relative;
    cursor: pointer !important;
}
html>body .fast-search-buttons {
    left: 5px;
}
#fast_search input {
	margin: 3px 0 3px 0;
}
#searchstring {
    border: none;
    background: none;
    color: #666;
    position: relative;
    top: -2px;
    width: 176px;
}
#fast_search form {
	margin: 0px;
	padding: 0px;
}
#fast_search a, #fast_search a:visited, #fast_search a:hover {
    position: absolute;
    top: 4px;
    left: 264px;
    width: 21px;
    height: 18px;
    background: url('../images/rozsirene.gif') no-repeat;
    text-decoration: none;
}
html>body #fast_search a, html>body #fast_search a:visited, html>body #fast_search a:hover {
    top: 3px;
}
#left {
    background: url('../images/holder-grad-shop.gif') repeat-x;
	position: relative;
	float: left;
	left: 197px;
	width: 207px;
	margin-left: -100%;
	overflow:hidden;
}
html>body #left {
	left: -207px;
}
#left-in {
	margin-top: 0;
	width: 198px;
	padding: 8px 0 0 9px;
}
html>body #left-in {
	height: auto;
	min-height: 500px;
}
#right {
    background: url('../images/holder-grad-shop.gif') repeat-x;
	position: relative;
	width: 189px;
	float: left;
	margin-right: -193px;
}
#right-in {
    width: 181px;
	padding: 8px 8px 0 0;
}
html>body #right-in {
	height: auto;
	min-height: 500px;
}
#right {
    font-family: Arial, Tahoma, Verdana;
}
#right-in h2 {
	position: relative;
}
#right a, #right a:visited, #right a:hover {
    color: #050505;
}
.anketa img {
    height: 9px;
    position: relative;
    top: -3px;
    left: -4px;
}
.anketa h3 {
    margin-bottom: 10px;
}
/*#left {
	float: left;
	width: 200px;
	padding-top: 45px;
	overflow: hidden;
}
#right {
	float: right;
	width: 185px;
	overflow: hidden;
	margin-bottom: 130px;
}*/

/*menu h2 {
	background-color: #55ff00;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding-right: 15px;
	margin-top: 35px;
	margin-bottom: 20px;
}*/
#right-in .h3, #left-in .h3 {
    font-size: 10px;
    color: #ab0000;
    font-weight: bold;
    text-transform: uppercase;
    width: 180px;
    padding-left: 18px;
    height: 27px;
    line-height: 27px;
    font-family: Tahoma, Arial, Verdana !important;
    background: url('../images/h2-bg.gif') no-repeat;
}
#right-in .h3 {
    width: 163px;
    background: url('../images/h2-right-bg.gif') no-repeat;
}
#right-in .h3 h3, #left-in .h3 h3 {
    float: left;
    padding-right: 5px;
    background: url('../images/h3-bg.gif') repeat-x;
}
#menu h2 {
}
#left-in h2 a, #left-in h2 a:visited {
    color: #ab0000;
    font-weight: bold;
    text-decoration: none;
}
#left-in h2 a:hover {
    text-decoration: underline;
}
#fast_search h2 {
  margin: 0;
}
#content {
    background: url('../images/holder-grad-shop.gif') repeat-x;
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#content-in {
	text-align:left;
/*	width:98%;*/
    padding: 8px 10px 0px 10px;
	}

/*#content {
	height: 100%;
	margin: 0 190px 0 203px;
	text-align: center;
}
#content-in {
  position: relative;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 98%;
}*/
#content-in h1, .hmpg_h2 {
    font-family: Tahoma, Arial, Verdana !important;
    font-size: 16px !important;
    font-weight: bold;
    color: #000 !important;
/*  position: absolute;
  top: -50px;
  left: 0;*/
}
.hmpg_h2 {
    padding-bottom: 10px;
}
.hmpg_h1 {
    position: absolute;
    top: -300px;
}
.navigace {
    font-family: Tahoma, Arial, Verdana !important;
    font-size: 11px !important;
    padding-bottom: 15px;
}
.navigace_title {
    float: left;
    padding-right: 6px;
    color: #777;
}
#pr_detail .navigace_title {
    margin-right: 10px;
}
html>body #pr_detail .navigace_title {
    margin-right: 0px;
}
.navigace h1, .navigace .nav_items {
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    top: -5px;
}
.navigace .nav_items {
    top: 0px;
}
#pr_detail .navigace {
    width: 550px;
    padding-bottom: 0px;
}
.navigace a, .navigace a:visited, .navigace a:hover {
    color: #222;
    font-size: 11px !important;
    font-weight: normal !important;
    background: url('../images/sipky-navig.gif') 100% 50% no-repeat;
    padding: 0 10px 0 2px;
}
/********************* FOOTER *****************/
#bottom-spacer {
	position: relative;
	clear: both;
	text-align: center;
	width: 100%;
	height: 64px;
	background: #f5f2f2 url('../images/footer.jpg') no-repeat;
	overflow: hidden;
}
#bottom_in {
	padding: 8px;
	padding-bottom: 0px;
}
#bottom_in a, #bottom_in a:visited, #bottom_in a:hover {
    color: #ab0000;
}
#bottom_in .left {
	float: left;
	width: 530px;
	padding-left: 10px;
	text-align: left;
}
#bottom_in .right {
	float: left;
	width: 400px;
	padding-right: 10px;
	text-align: right;
}
#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 **********/
/************* RIGHT COLUM CONTENT *********/
.action {
	position: relative;
	background-color: #e1e0e0;
	margin-bottom: 6px;
}
.border {
	padding: 10px;
}
#login-header {
	position: absolute;
	right: 0px;
	top: 80px;
	width: 190px;
	cursor: pointer;
}
#login-header img {
	position: relative;
	top: 3px;
}
#language {
	position: absolute;
	left: 719px;
	top: 8px;
	width: 106px;
}
#language a, #language a:visited, #language a:hover {
    float: left !important;
    display: block;
    text-indent: 10000px;
    text-decoration: none;
}
.cesky {
    width: 45px;
	overflow: hidden;
    background: url('../images/cesky.gif') no-repeat;
}
.english {
    width: 61px;
	overflow: hidden;
    background: url('../images/english.gif') no-repeat;
}
#login-header fieldset {
}
#login-header input {
	text-align: center;
}
#login-header .input-1 {
	font-size: 1em;
	padding: 1px;
	margin: 0px 5px 2px 5px;
	width: 142px;
	height: 16px;
	border: none;
	background: none;
	background-image: url("../images/bg-input.gif");
	background-repeat: no-repeat;
	color: #fff;
}
#login-header .input-2 {
	font-size: 1em;
	padding: 1px;
	margin: 0px 5px 0px 5px;
	width: 142px;
	height: 16px;
	border: none;
	background: none;
	background-image: url("../images/bg-input.gif");
	background-repeat: no-repeat;
	color: #fff;
}
/**********************************/
.action .border img {
	margin: 10px 0 10px 5px;
}
.action .border p {
	text-align: left;
	padding: 10px;
}
.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;
}
html>body .promo-action-block img {
	max-width: 99%;
}
.promo-action-block img {
	width: 99%;
}
/*******************************************/
/***************** CENTER  *****************/
/*******************************************/
#content h2 {
	font-size: 1.3em;
	margin: 0px 0 15px 0;
	padding: 3px 0 3px 0;
	color: #003980;
}
#content ul li {
	list-style: none;
}
.navigation-bar {
    position: relative;
	padding: 7px 12px;
	margin-bottom: 20px;
	background: #f0f0f0 url('../images/navig-bg.gif') repeat-x;
}
.navigation-bar select {
	font-size: 1em;
}
.category-child {
	padding: 5px 5px 10px 5px;
}
.category-child a {
	font-size: 1em;
	font-weight: bold;
	padding: 0 5px 0 0;
}
.visited_products {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	text-align: center;
	border: 1px solid #59a8c1;
	background-color: #e6e5e5;
	padding-bottom: 15px;
}
.visited_products h3 {
	margin-bottom: 5px;
}
#trademark {
  position: relative;
/*	border-top: none;*/
    padding: 8px 0 0 0;
}
/****************** PRODUCT ***************/
.product-box {
	height: 1px;
	min-height: 1px;
	/*background-image: url("../images/dot.gif");
	background-repeat: repeat-y;
	background-position: 49% 0;
*/
}
html>body .product-box {
	height: auto;
	overflow: hidden;
	text-align: center;
}
.product-1, .product-2 {
	height: 1px;
	min-height: 1px;
	margin: 0 0 5px 0;
	text-align: left;
	font-family: Arial, Tahoma, Verdana;
}
html>body .product-1, html>body .product-2 {
	height: auto;
	overflow: hidden;
}
.product-1 .border, .product-2 .border {
	position: relative;
}
.product-1 .border {
}
html>body .product-1 .border, .product-2 .border {
	height: auto;
}
.product-1 h3, .product-2 h3 {
	padding: 0px 3px 3px 0;
	margin: 0 0 5px 0;
}
.border-in {
	width: 380px;
}
/*podle product interface.php ... upravit velikost tohoto product-img-box a vysku prices*/
.product-img-box {
	display: block;
	width: 155px;
}
html>body .product-img-box {
}
.product-1 h2 {
    font-family: Arial, Tahoma, Verdana !important;
    font-size: 12px !important;
    font-weight: bold;
    float: left;
    margin: 0 0 0px 0 !important;
}
.pr_title {
    font-family: Arial, Tahoma, Verdana !important;
    font-size: 12px !important;
    font-weight: bold;
    padding-left: 15px !important;
    background: url('../images/sipko-produkto.gif') 0% 50% no-repeat;
    margin: 0 0 6px 0 !important;
}
.priznaky {
    float: left;
    margin-left: 10px;
}
.prizn {
    float: left;
    height: 16px;
    margin-left: 3px;
    color: #999;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    font-family: Tahoma, Arial;
    top: 2px;
}
.prizn .pr_l {
    display: block;
    float: left;
    width: 1px;
    height: 16px;
    background: url('../images/prizn-lr.gif') no-repeat;
}
.prizn .pr_t {
    display: block;
    float: left;
    height: 16px;
    line-height: 16px;
    padding: 0 10px;
    background: url('../images/prizn-bg.gif') repeat-x;
}
.pr_akce {
    color: #ff6600;
}
.pr_sleva {
    color: #990000;
}
.pr_novinka {
    color: #003399;
}
.pr_skladem {
    color: #006600;
}
.product-1 h2 a, .product-1 h2 a:visited, .product-1 h2 a:hover {
    color: #000;
}
.image {
	float: left;
}
/*podle sirky celeho productboxu zmensit pric*/
.pr_left {
    float: left;
    width: 462px;
    height: 113px;
    padding-bottom: 5px;
    /*overflow: hidden;*/
	background: #fff url('../images/pr-left-bg.gif') bottom right no-repeat;
}
html>body .pr_left {
    min-height: 113px;
    height: auto;
}
.prices {
    position: relative;
	text-align: center;
	width: 89px;
    height: 118px;
    /*overflow: hidden;*/
	float: left;
	background: #efefef url('../images/price-bg.gif') bottom left repeat-x;
}
/*html>body .prices {
    min-height: 113px;
    height: auto;
}*/
.prices .cross-link {
    font-size: 10px;
    color: #999;
}
.pr_tit {
    font-size: 10px;
    font-weight: bold;
    color: #999;
    padding: 4px 0 0 0;
}
.pric {
    font-size: 16px;
    font-weight: bold;
    color: #ab0000;
    padding: 10px 0 0px 0;
}
.pric span {
    color: #000;
    font-size: 12px;
    padding-left: 2px;
}
.akce {
    color: #ff6600 !important;
}
.zrusit, .zobrazit {
    height: 18px;
    border: none;
	color: #595555;
	cursor: pointer !important;
}
.zrusit {
    width: 52px;
    background: url('../images/zrusit-but.gif') no-repeat;
}
.zobrazit {
    position: relative;
    right: 3px;
    width: 57px;
    background: url('../images/zobrazit-but.gif') no-repeat;
}
/*.prices form {
	position: relative;
	top: 3px;
}*/
.text {
	width: 100%;
}
.product-1 {
    position:relative;
    background-color: #e1e0e0;
}
.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: 115px;
	top: 40px;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	width: 160px;
	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 form, .product-2 form {
	text-align: left;
	margin: 5px 3px 5px 0;
	background: none;
}
.size-price {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}
.product-new-sale {
  color: #fff;
  width: 82px;
  height: 20px;
  font-weight: bold;
  text-align: center;
  padding: 3px 0 0 0; 
  margin: 1px;
  background-image: url("../images/bg_akce.gif");
  background-repeat: no-repeat; 
}
/******************************************/
.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;
}
#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: 52px;
	height: 18px;
	cursor: pointer !important;
	border: none;
	color: #595555;
	font-weight: bold;
	background: url('../images/prod-detail-but.gif') no-repeat;
	margin-left: 10px;
	font-size: 10px;
	text-align: left;
	padding-left: 7px;
}
html>body .buttons_form_product {
    padding: 0 0 3px 1px;
}
.detailis {
    position: absolute;
    bottom: 1px;
    right: 13px;
	width: 52px;
	height: 18px;
	z-index: 10;
}
html>body .detailis {
    right: 23px;
}
/************ CATEGORY ***********/
.plink_border a, .plink_border a:visited, .plink_border a:active, .plink_border a:link {
	display: block;
	color: #050505;
	height: 17px;
	padding: 2px 0 2px 25px;
	font-size: 1em;
	margin: 0px;
	background: url('../images/menu-dot.gif') bottom left repeat-x;
}
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 {
	text-decoration: underline;
	color: #ab0000;
}
.menu {
    background-color: #e1e0e0;
    padding: 0 4px 0 4px;
    margin-bottom: 6px;
}
/* ########### */
.plink {
	/*background-image: url("../images/arrow-plink.gif");
	background-position: 5px 3px;
	background-repeat: no-repeat;
*/
	margin: 1px 0 1px 0;
	padding: 4px 0 4px 2px;
	color: #000;
}
.plink a, .plink a:visited, .plink a:active, .plink a:link {
	display: block;
	background-position: 10px 8px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
}
a:hover.plink {
	text-decoration: underline;
}
html>body a.plink:hover {
	height: auto;
	min-height: 17px;
}
/* ########### */
/*background podkategorii*/
.subplink {
	background-color: #f7f7f7;
}
a.subplink , a:visited.subplink, a:active.subplink, a:link.subplink {
	color: #ff5500;
	/*margin: 1px 0 1px 0;
*/
	display: block;
	padding: 3px;
}
a.subplink:hover {
	color: #ff0000;
	text-decoration: underline;
	background-color: #ccc;
}
/********** end of # CATEGORY *************/
/*********** DETAIL PRODUCT *********/
#detail-image {
	position: relative;
	overflow: hidden;
/*	padding: 10px;*/
}
#detail-image img {
	margin-right: 10px;
}
#detail-image .detail-zoom {
	width: 10px;
}
#detail-image-box {
	text-align: center;
	background-color: #fff;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
}
#detail-price {
    width: 100%;
    background: url('../images/det-price-grad.gif') repeat-x;
}
#detail-price-in {
	padding: 10px;
    background: url('../images/corner.gif') no-repeat;
}
#detail-price .select-item {
	background: none;
	padding: 5px 0 5px 0;
}
#detail-price h2 {
    font-size: 1em !important;
    font-weight: bold;
    color: #000 !important;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
#detail-price fieldset {
}
.detail-caption {
	display: block;
	width: 100px;
	float: left;
}
#detail-parameter {
	padding: 5px 15px 5px 5px;
	text-align: left;
}
#detail-parameter h3, #detail-price h3 {
	color: #FF6600;
	font-size: 1.5em;
	font-weight: 100;
	margin-bottom: 15px;
}
#detail-parameter .price, #detail-price .price {
    padding-left: 10px;
}
.price_red {
    font-size: 18px;
    font-weight: bold;
    color: #ab0000;
}
.skladiik {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.skladem {
    color: #006600;
    font-weight: bold;
}
.dp_row {
    float: left;
    width: 100px;
}
.prr {
    padding-top: 4px;
}
#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;
}
.mf-icons {
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 100;
    width: 77px;
	height: 21px;
}
html>body .mf-icons {
    right: 0px;
}
.link-detail {
	position: relative;
	left: 4px;
	top: -3px;
	margin-right: 10px;
}
.link-detail2 {
	position: relative;
	left: 25px;
}
/********** DETAIL SLIDING LINKS  ************/
#sliding-doors {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc;
}
#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-top: none;
	overflow: hidden;
}
html>body #sliding-doors-box {
	margin-top: 30px;
	overflow: visible;
}
#sliding-doors-box .border {
/*	padding: 15px;*/
	height: 10px;
	padding: 10px 0 0 0;
}
html>body #sliding-doors-box .border {
	min-height: 10px;
	height: auto;
}
#sliding-doors-box .border img {
  /*width: 480px;*/
}
#pr_detail {
    position: relative !important;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
}
#pr_detail h2 {
    font-size: 16px;
    color: #7e7e7e;
    font-weight: bold;
}
/*.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;*/
	background-color: #e6e5e5;
	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;*/
	border-bottom: 5px solid #e6e5e5;
}
#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;
}
.table-cart th {
/*	background-color: #eee;*/
	background-color: #e6e5e5;
	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;*/
/*	background-color: #e6e5e5;*/
	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: #eee;*/
/*background-color: #e6e5e5;*/
}
.under-cart-table {
/*	background-color: #eee;*/
	background-color: #e6e5e5;
	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;
}
#submits {
/*    width: 100px;
    height: 50px;*/
/*  position: absolute;
  top: 5px;
  right: 5px;*/
  float: right;
  font-size: 0.9em;
}
#submits input {
  font-size: 0.9em;
}
/************  SEND FRIEND *********************/
#send-friend-box {
	text-align: left;
	background-color: #fff;
	padding: 50px 20px 20px 20px;
}
#send-friend-box fieldset {
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 20px;
}
#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;*/
	background-color: #e6e5e5;
	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: 0px;
	right: -200px;
}
.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;
	vertical-align: middle;
}
/**************** COMPARING *****************/
.comparing {
	float: left;
	width: 48.5%;
}
.comparing img {
    width: 98%;
}
.comparing table td {
	border-bottom: 1px solid #ccc;
}
.zoomik {
    font-family: Tahoma, Arial, Verdana;
    color: #050505 !important;
}
.galleros {
    width: 100%;
    text-align: center;
}
.galleros_in {
    padding: 20px 0 0px 100px;
}
html>body .galleros_in {
    padding: 20px 0 15px 100px;
}
.gallery_item {
    display: block;
    float: left;
    width: 100px;
    margin: 0 20px 0 0;
}
.gallery_item img {
    width: 100px;
    border: 1px solid #e6e5e5;
}
.login {
    padding: 5px 0 15px 15px;
}
.login strong {
}
#login {
    position: relative;
    background: url('../images/login-bg.gif') no-repeat;
    padding: 0;
    height: 45px;
}
html>body #login {
    min-height: 45px;
    height: auto;
}
#login input {
}
#login .lin1, #login .lin2 {
    position: absolute;
    top: 2px;
    left: 18px;
    width: 128px;
    height: 14px;
    border: none;
    background: none;
    font-size: 11px;
    margin: 0;
    color: #666;
}
#login .lin2 {
    width: 113px;
    top: 22px;
}
#button-login {
	position: absolute;
	top: 22px;
	left: 132px;
	width: 18px;
	height: 16px;
	background: none;
	border: none;
	cursor: pointer !important;
}
.login_links {
    position: relative;
    right: 7px;
}
.login_links, .login_links a, .login_links a:visited, .login_links a:hover {
    color: #ab0000 !important;
}
.cartik {
    padding-top: 15px;
    padding-left: 34px;
    width: 132px;
    font-family: Arial, Tahoma, Verdana;
    font-size: 10px;
}
a.cart_title, a.cart_title:visited, a.cart_title:hover {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}
a.cart_img, a.cart_img:visited, a.cart_img:hover {
    position: absolute;
    top: 84px;
    left: -8px;
    width: 38px;
    height: 35px;
    background: url('../images/kartos.gif') no-repeat;
    text-decoration: none;
}
html>body a.cart_img, html>body a.cart_img:visited, html>body a.cart_img:hover {
    left: 8px;
}
.cart_row span {
    float: left;
    width: 73px;
}
.asc, .desc {
    width: 18px;
    height: 18px;
    background: url('../images/asc.gif') no-repeat;
    border: none;
    cursor: pointer !important;
}
.desc {
    background: url('../images/desc.gif') no-repeat;
}
a.vice, a.vice:visited, a.vice:hover {
    color: #ab0000 !important;
/*    background: url('../images/sipky.gif') 100% 50% no-repeat;
    padding-right: 8px;*/
}
.cat-child-item {
    float: left;
    width: 120px;
    height: 90px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
}
.cat-child-item img {
    width: 150px;
}
a.cat-child-img, a.cat-child-img:visited, a.cat-child-img:hover {
    display: block;
    width: 120px;
    height: 60px;
    margin-bottom: 3px;
    overflow: hidden;
}