@import url("global.css");
/************************************************/
/******** BASIC LAYOUT STYLES *****************/
/***********************************************/
/************************************************/
/*--------- MAIN HOLDER --------*/
#main_holder {
	width: 100%;
	height: 100%;
	text-align: left;
	/*margin: 0px auto 0px auto;
	min-width:970px;*/
}
/*--------- MAIN HEADER-------*/
#main_header {
	position: relative;
	height: 60px;
}
#main_logo {
	width: 200px;
	padding-top: 10px;
}
#country_language_currency {
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
	width: 50%;
}
#country_language_currency-in {
	margin: 10px;
}
/*----end of MAIN HEADER------*/
/*---------HEADER-----------*/
#header {
	position: relative;
	background: #ffcc99 url('../images/bg-header.gif') repeat-x;
	height: 60px;
	border-top: 1px solid #fac53f;
	display: none;
}
#cart {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 180px;
	background-color: #fac53f;
	height: 60px;
}
#cart-in {
	padding: 5px;
}
#cart-lightbox {
  display: none;
}
/*---------end of HEADER------*/
/*--------- TABS HEADER -------*/
#multishop_tabs {
	position: absolute;
	bottom: -1px;
	left: 220px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
	margin: 0px;
	z-index: 1;
	display: none;
}
#search {
  display: none;
}
#main_header {
  display: none;
}
#multishop_tabs span {
	cursor: pointer !important;
}
#multishop_tabs a {
	display: block;
	text-decoration: none;
	color: #000;
	background: url('../images/tabs/header/bg_tabs_off.gif') repeat-x;
	height: 25px;
	line-height: 25px;
	float: left;
	margin: 0px 0px 0px 0px;
}
#multishop_tabs a span.tab_caption {
	float: left;
	display: block;
	padding: 0 5px 0 5px;
}
#multishop_tabs a span.tab_left, #multishop_tabs span.tab_right {
	display: block;
	float: left;
	width: 2px;
	height: 25px;
}
#multishop_tabs a span.tab_left {
	background: url('../images/tabs/header/bg_tabs_left_off.gif') no-repeat;
}
#multishop_tabs a span.tab_right {
	background: url('../images/tabs/header/bg_tabs_right_off.gif') no-repeat;
}
#multishop_tabs a:link, #multishop_tabs a:visited, #multishop_tabs a:active {
	color: #000;
}
#multishop_tabs a:hover, #multishop_tabs a.active, #multishop_tabs a:link.active, #multishop_tabs a:visited.active, #multishop_tabs a:active.active {
	background: url('../images/tabs/header/bg_tabs_on.gif') repeat-x;
	color: #000;
	text-decoration: none;
}
#multishop_tabs a:visited.active {
	font-weight: bold;
}
#multishop_tabs a:hover span.tab_left, #multishop_tabs a.active span.tab_left {
	background: url('../images/tabs/header/bg_tabs_left_on.gif') no-repeat;
}
#multishop_tabs a:hover span.tab_right, #multishop_tabs a.active span.tab_right {
	background: url('../images/tabs/header/bg_tabs_right_on.gif') no-repeat;
}
/*-----end of TABS HEADER------*/
/*--------- TABS DETAIL -------*/
#detail_tabs {
	position: absolute;
	top: -24px;
	left: 8px;
	float: left;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
	margin: 0px;
	z-index: 1;
}
html>body #detail_tabs {
	top: -25px;
}
#detail_tabs span {
	cursor: pointer !important;
}
#detail_tabs a {
	display: block;
	background: url('../images/tabs/detail/bg_tabs_off.gif') repeat-x;
	height: 25px;
	line-height: 25px;
	float: left;
	margin: 0px 3px 0px 3px;
}
#detail_tabs a span.tab_caption {
	float: left;
	display: block;
	padding: 0 10px 0 10px;
}
#detail_tabs a span.tab_left, #detail_tabs span.tab_right {
	display: block;
	float: left;
	width: 2px;
	height: 25px;
}
#detail_tabs a span.tab_left {
	background: url('../images/tabs/detail/bg_tabs_left_off.gif') no-repeat;
}
#detail_tabs a span.tab_right {
	background: url('../images/tabs/detail/bg_tabs_right_off.gif') no-repeat;
}
#detail_tabs a:link, #detail_tabs a:visited, #detail_tabs a:active {

}
#detail_tabs a:hover, #detail_tabs a.active, #detail_tabs a:link.active, #detail_tabs a:visited.active, #detail_tabs a:active.active {
	background: url('../images/tabs/detail/bg_tabs_on.gif') repeat-x;
	text-decoration: none;

}
#detail_tabs a:visited.active {
	font-weight: bold;
}
#detail_tabs a:hover span.tab_left, #detail_tabs a.active span.tab_left {
	background: url('../images/tabs/detail/bg_tabs_left_on.gif') no-repeat;
}
#detail_tabs a:hover span.tab_right, #detail_tabs a.active span.tab_right {
	background: url('../images/tabs/detail/bg_tabs_right_on.gif') no-repeat;
	}
	/*---end of TABS DETAIL -----*/
/*---------SEARCH ------*/
#search {
	position: relative;
	text-align: center;
	background-color:  #fbedc7;
	border-bottom: 1px solid #fac53f;
	margin-bottom: 15px;
}
#search form {
	margin: 0 auto 0 auto;
	padding: 2px 0 4px 0;
}
#search form select {
	position: relative;
	top: 1px;
}
/*---end of SEARCH -----*/
/*---------HOLDER-------------*/
#holder {
	background-color: #fff;
/*	padding-left: 180px;
	padding-right: 180px;*/
	padding: 0;
	margin: 0;
}
#holder-in {
}
/*---------end of HOLDER-------*/
/*---------MULTISHOP CONTENT ------*/
#multishop_content {
  height: 1px;
  min-height: 1px;
  padding: 0px;
  margin-right: 185px;
}
html>body #multishop_content {  
  height: auto;
  overflow:hidden;
}
.multishop_box {
	float: left;
	width: 150px;
	margin: 5px;
}
.multishop_box h2 {
	font-size: 1em;
	text-align: center;
	margin: 5px 0 5px 0;
}
/*----end of MULTISHOP CONTENT ----*/
/*---------CONTENT-------------*/
#content {
	position: relative;
	float: left;
	width: 100%;
}
#content-in {
	background-color: #fff;
	/*padding: 0 10px 0 10px;*/
	padding: 0;
	margin: 0;
	width: 98%;
}
html>body #content-in {
	width: 660px;
}
#producerbar {
	padding: 5px;
	background: url('../images/bg-header.gif') repeat-x;
	border-left: 1px solid #fac53f;
	border-right: 1px solid #fac53f;
}
#sortbar {
	position: relative;
	margin: 10px 0 0  0;
	background-color: #eee;
	padding: 0px;
}
#sortbar fieldset {
	display: inline;
	padding: 0px;
	margin: 0px;
}
.navigator {
	position: relative;
	background-color: #eee;
}
.navigator-new {
	background-color: #eee;
	text-align: center;
	margin-top: 1px;
	display: none;
}
/*------ PREMIUM CATEGORY ---*/
#premium_list_box {
	width: 100%;
	height: 1px;
}
html>body #premium_list_box {
	min-height: 1px;
	height: auto;
	overflow: auto;
}
.premium {
	float: left;
	background-color: #fff;
	text-align: center;
}
.premium img {
	margin: 1px 1px 1px 0px;
}
/*----end of PREMIUM CATEGORY---*/
.product_box {  
  height: 1px;
  min-height: 1px;
  padding: 0px;
  border-bottom: 1px solid #ccc;
  margin: 5px 0 5px 0;
  padding-bottom: 10px;
}
html>body .product_box {  
  height: auto;
  	overflow:hidden;
}
/*---------PRODUCT_1-------------*/
.product_1 {
	min-width: 194px;
	text-align: center;
}/*---------end of PRODUCT_1------*/
/*---------PRODUCT_2-------------*/
.product_2 {
	float: left;
	width: 49.9%;
	text-align: center;
	}/*---------end of PRODUCT_2------*/
/*---------PRODUCT_3-------------*/
.product_3 {
	float: left;
	min-width: 194px;
	width: 33.2%;
	text-align: center;
}
.product-in {
	height: 1px;
  position: relative;
	padding: 0 10px 0 10px;


}
html>body .product-in {
  height: auto;
  min-height: 1px;
}

.product-in h2 {
	font-size: 1em;
	text-align: center;
	margin: 5px 0 5px 0;
}
.product-in img {
}
.product-in .product_img_box {
	text-align: center;
}
.product-in .product_img_box .img_box_border {
	width: 180px;
	height: 200px;
	margin: 0 auto 0 auto;
	border: 1px solid #eee;
	background-color: #f7f7f7;
}
.product-in p {
	font-size: 95%;
}
.product-in .price {
	font-size: 1em;
	color: #666;
}
.product-in .vat_price {
	font-size: 120%;
	font-weight: bold;
	color: blue;
}
#product_title {
	position: relative;
	width: 100%;
	font-size: 1.8em;
}
/*---------end of PRODUCT_3------*/
/*---------PRODUCT_ALL-------------*/
.product_all {
	float: left;
	min-width: 194px;
	width: 200px;
	height: 380px;
	overflow: hidden;
	text-align: center;
}/*---------end of PRODUCT_2------*/
/*---- PRODUCT LIST TABLE -------*/
.table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
  }
.table thead tr td {
  	background: #ffcc99 url('../images/bg-h2.gif') repeat-x;  
  	border: 1px solid #fac53f;
  	border-bottom: none;
  	padding: 5px;
  	text-align: left;
  }
.table thead tr th {
    background-color: #fbedc7;
  	border: 1px solid #fac53f;
  	border-bottom: none;
  	padding: 5px;
  }
.table thead tr td {
  	background-color: #fbedc7;
  	border: 1px solid #fac53f;
  }
.table tr {}
.table td {
  border: 1px solid #fac53f;
  padding: 5px;
  }
 .table tfoot {
  }
.table h2{
  font-size: 1em;
  padding: 5px 0 5px 10px;
  }
.product_table .col_1 {
  	width: 10%;
  	background-color: #fbedc7;
  }
.product_table .col_2 {
  	width: 20%;
  }
/*--- end of PRODUCT TABLE VIEW --*/
/*---------- DETAIL ---------*/
#image_detail_box {
	width: 200px;
	height: 230px;
}
#detail .align_left {
  text-align: left;
}

#icons_menu {
	position: absolute;
	top: 3px;
	right: 5px;
	font-size: 0.46em;
	font-weight: normal;
	background-color:#fbedc7;
	border: 1px solid #fac53f;
}
#icons_menu_in {
  display: block;
  border: 1px solid #fff;
  padding: 3px;
  display: none;
}
#icons_menu img {

}
#detail {
	width: 100%;
}
#detail td {
	width: 50%;
	text-align: center;
	vertical-align: top;
}
#detail #right_cell {
	text-align: left;
	padding-left: 5px;
}
#detail #right_cell h2 {
	font-size: 1.5em;
}
#small_info {
	padding-top: 10px;
}
#detail_price {
  background-color:#fbedc7;
	border: 1px solid #fac53f;
}
#detail_price fieldset {
  border: 1px solid #fff;
  padding: 8px;
}
#detail_price label {
	clear: left;
	display: block;
	width: 40%;
	padding: 5px 0 5px 0;
	float: left;
}
#detail_price .drop_menu {
  	width: 60px;
}
#detail_price select {
	width: 60%;
}
.gallery_img_box {
	float: left;
	margin: 5px;
	height: 70px;
}
.gallery_img_box img {
}
#category_sub {
	margin: 5px 0 0 0;
	padding: 5px;
	border: 1px solid #fac53f;
}
#detail_tabs_box {
  position: relative;
  margin-top: 25px;
	border: 1px solid #fac53f;
}
#detail_tabs_box_in {
  padding: 8px;
}
.table_detail_param {
  width: 100%;
}

/*----end of PRODUCT-----------*/
#category_head {
}
/*---------end of CONTENT------*/
/*---------LEFT----------------*/
#left {
	position: relative;
	float: left;
	left: 180px;
	width: 180px;
	right: 180px;
	margin-left: -100%;
	/*overflow: hidden;*/
	display: none;
}
html>body #left {
	left: -180px;
}
.menu {
	margin: 0px;
	padding: 0px;
	border: 1px solid #fac53f;
	margin-bottom: 15px;
	width: 100%; /* pro IE6, jinak zobrazuje spatne */
}
.menu ul {
	margin: 0px;
	padding: 0px;
}
.menu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
.menu ul li a, .menu ul li a:visited, .menu ul li a:active, .menu ul li a:link {
	display: block;
	margin: 0px;
	padding: 2px 0px 2px 15px;
	height: 20px;
}
html>body .menu ul li a, .menu ul li a:visited, .menu ul li a:active, .menu ul li a:link {
	min-height: 20px;
	height: auto;
}
.menu ul li a:hover {
	background-color: #ddd;
	border-left: 5px solid #ff5500;
}
/*---------end of LEFT---------*/
#left h2, #right h2 {
	font-size: 1em;
	background: #ffcc99 url('../images/bg-h2.gif') repeat-x;
	border-bottom: 1px solid #fac53f;
	padding: 5px 0 5px 10px;
	margin: 0px;
}
/*---------RIGHT---------------*/
#right {
	position: relative;
	width: 180px;
	float: left;
	margin-right: -180px;
	overflow: hidden;
	display: none;
}
#right-in {
}
#login {
	width: 250px;
	height: 60px;
	display:none;
}
#right .wrap {
	border: 1px solid #fac53f;
	margin-top: 5px;
}
#right .wrap-in {
	padding: 5px;
	margin: 0px;
}
/*---------end of RIGHT--------*/
/*-------- PROMO BLOCK --------*/
.promo_block {
}
/*-------end of PROMO BLOCK---*/
/*---------FOOTER--------------*/
#footer {
	clear: both;
	border-top: 1px solid #ccc;
	background-color: #fff;
	text-align: center;
	display: none;
}
/*---------end of FOOTER-------*/
/*---------OTHER SETTINGS------*/
.last {
	margin-bottom: 0;
}
.clearing {
	visibility: hidden;
	height: 0px;
	line-height: 0px;
	clear: both;
}
.order-detail {
  width: 99%;
}
.print {
  display: none;
}
.link-back {
  display: none;
}
#slogan {
    display:none;
}
/*html>body .order-detail {
  width: 68%;
}*/
/*----end of-OTHER SETTINGS----*/
