
body, form, input, select, p, pre, ul, ol, li,
h1, h2, h3, h4, h5, h6, img,
table, tr, td, th {
 	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	color: #c5c5c5;
}

/* \*/  * html .peekaboo { height: 1px; }  /* */

body {
	background-color: #666666;
	color: #c5c5c5;
	text-align: center;
}

img {
	border: 0;
}

.col_2 {
	float: left;
	width: 50%;
}

/* Rozlozeni
------------------------------ */
#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#page-header {
	margin-bottom: 5px;
}

#panel-left {
	float: left;
	width: 160px;
}

#panel-right {
	float: right;
	width: 160px;
}

#content {
	float: left;
	width: 618px;
	margin: 0 10px;
}

input, select {
	border: 1px solid #ccc;
	/*background: #f5f5f5;*/	
	color: #000;
	padding: 1px 2px 1px 2px;
}

input.input-error {
	border: 1px solid red;
}

input.checkbox, input.radio {
	background-color:#666666;
	border: 0px;
}

textarea {
	border: 1px solid #ccc;
	background: #f5f5f5;
	color: #000;
	padding: 1px 2px 1px 2px;
}

textarea.input-error {
	border: 1px solid red;
}

hr {
	background: #dbdbdb;
	border: 0px;
	height: 1px;
}

a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #D50101;
	text-decoration: underline;
}

/* pozadí */
#back-left {
}

#back-right {
}

/* hlavní tabulka */
#main-table {
	text-align: left;
	margin: auto
}

#main-table td {
	vertical-align: top;
}

#main-table-middle, #main-table-right {
	padding-top: 5px;
	background: url('http://shop.lexani.cz/img/design/page-corner.jpg') no-repeat left top #666;

}

#main-table-middle {
	padding-left: 2px;
}

/* styly cen */
.cenasdph {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

.cenabezdph {
}

.beznacenasdph {
}

.beznacenabezdph {
}

.sleva {
	font-weight: normal;
}

.kredity {
	color: #ffffff;
	font-weight: bold;
}

.total-price {
	color: #c5c5c5;
	font-weight: bold;
	font-size: 24px;
}

/* barevné odlišení každého druhého řádku tabulky */
table tr.highlight {
	background: #eee;
	
}
table tr.highlight a {
	color:#666666;
}

/* barvy podle položky status */
span.st-1, span.st-1 a {
	color: #ff9900;
}

span.st-2, span.st-2 a {
	color: #8caf00;
}

span.st-3, span.st-3 a {
	color: #bb0000;
}

/* status legenda */
dl.info dt {
	font-weight: bold;
}

dl.info dd {
	margin-left: 10px;
	font-size: 80%;
}

/* výchozí styly page bloků */
.page {
	margin-bottom: 8px;
	background-image: url('http://shop.lexani.cz/img/design/container.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #666;
}

.page .in {
	padding: 3px;
}

.page ul, .page ol {
	margin-left: 20px;
}

.page-start {
	 display: none;
	 
}

.page-start .in {
	 border: 1px solid #8f8f8f;
}

.page-start .in h1, .page-start .in h2 {
	 font-size: 9pt;
	 font-weight: bold;
	 color: #fff;
	 background: #548b14 url('http://shop.lexani.cz/img/design/arrow-yellow.gif') no-repeat 5px 50%;
	 padding: 2px 2px 2px 16px;
}

.page-middle {
}

.page-middle .in {
}

.page-middle .in h2, .page-middle .in h3 {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin: 5px;
}

.page-end {
}

.page-end .in {
}

.page-bar {
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;

}

.page-bar .in {
	color: white;
	padding: 1px 4px 1px 20px;
	background: #666 url('http://shop.lexani.cz/img/design/arrow-yellow.gif') no-repeat 5px 50%;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;

}

.butt{
  float: right;
}
.butt .right-butt{
  clear: both;
}
.butt-start{
  display: block;
  width: 6px;
  height: 18px;
  float: left;
  overflow: hidden;
  background: #ccc url('http://shop.lexani.cz/img/design/butt-start.jpg') no-repeat;
}
.butt-middle{
  display: block;
  width: auto;
  height: 18px;
  border: none;
  font-weight: bold;
  color: #fff;
  font-size: 9px;
  padding: 0;
  margin: 0;
  float: left;
  cursor: pointer;
  overflow: hidden;
  background: #ccc url('http://shop.lexani.cz/img/design/butt-middle.jpg') repeat-x;
}
.butt-end{
  display: block;
  width: 6px;
  float: left;
  height: 18px;
  overflow: hidden;
  background: #ccc url('http://shop.lexani.cz/img/design/butt-end.jpg') no-repeat;
}
.margin-right{
  margin: 0 20px 0 0;
}
/* výchozí styly panelů */

.panel {
	margin-bottom: 5px;
}

.panel .in {
}

#main-table-left .panel {
	margin-left: 21px;
	width: 193px;
}

#main-table-right .panel {
	margin-right: 6px;
	width: 168px;
}

#main-table-left .panel-start {
	background-image: url('http://shop.lexani.cz/img/design/red-green/panel-head-l.jpg');
}

#main-table-right .panel-start {
	background-image: url('http://shop.lexani.cz/img/design/red-green/panel-head-r.jpg');
}

.panel-start {
	text-transform: uppercase;
	font-weight: normal; 
	font-size: 9px;
	color: #fff;
	height: 23px;
}

.panel-start .in {
	padding: 5px 3px 3px 12px;
}

.panel-middle {
	background-color: #666;
}

.panel-middle .in {
	padding: 5px;
	border-left: 1px solid #8f8f8f;
	border-right: 1px solid #8f8f8f;
}

.panel-end {
	border-bottom: 1px solid #8f8f8f;
}

.panel-end .in {
}

.panel fieldset {
	border: none;
	padding: 0;
	margin: 5px 2px;
}


a.button { 
	color: #fff;
	text-decoration: none;
}

.success {
	text-align: center;
	color: white;
	font-weight: bold;
	margin-bottom: 5px;
}

.error {
	text-align: center;
	color:#7c0000;
	font-weight: bold;
	margin-bottom: 5px;
}

.exclamation {
	display: block;
	float: left;
	width: 0px !important;
	position: relative;
}

.exclamation-image-in, .exclamation-in {
	position: absolute;
	top: 0px;
	left: -18px;
	height: 13px !important;
	width: 15px !important;
	color: red !important;
	border: 1px green solid;
	font-weight: bold;
	text-align: center;
	padding: 1px 0 1px 0;
}

.exclamation-image-in {
	border-width: 0px !important;
	background: transparent url('http://shop.lexani.cz/img/exclamation.gif') no-repeat 50% 50%;
}

/* ceny & info
------------------------------ */
.prices dl, .info dl {
	float: left;
	width: 100%;
	padding: 0;
	margin: 1px 0;
}

.prices dt, .info dt {
	float: left;
	width: 65%;
	margin: 0;
	padding: 0;
}

.prices dd, .info dd {
	float: left;
	padding: 0 0 0 5px;
	margin: 0;
}

/* formulare bez tabulek
------------------------------ */
.page fieldset {
	border: none;
	width: 99%;
	padding: 0 5px 5px 5px;
	margin: 0;
}

.page fieldset dl {
	float: left;
	width: 99%;
	margin: 2px 0;
	padding: 0;
}

.page fieldset dt {
	float: left;
	width: 40%;
	margin: 0;
	padding: 0;
}

.page fieldset dd {
	float: right;
	width: 60%;
	margin: 0;
	padding: 0;
}

.page fieldset textarea {
	width: 100%;
	margin: 5px 0 15px 0;
}

/* ostatni
------------------------------ */

.clear { clear: both; }
.right { text-align: right; }
.center { text-align: center; }

/* STYLY PRO MODULY */


#header {
	margin: 20px 0 0 3px;
	position: relative;
	height: 96px;
	overflow: hidden;
}

#header div.logo {
	height: 96px;
	width: 296px;
	display: block;
  float: left;
}

#header h1 {
	position: absolute;
  left: 0;
  top: -200px;
	overflow: hidden;
	height: 73px;
	z-index: 2;
}

#header div.title {
  display: block;
  width: 351px;
  height: 96px;
  float: left;
  background: url('http://shop.lexani.cz/./img/design/header.jpg') no-repeat;
}


#header div.basket {
  float: left;
  width: 335px;
  height: 96px;
  color: #fff;
  background: url('http://shop.lexani.cz/./img/design/basket.jpg') 100% 0 no-repeat;
}
#header div.basket div.basket-in{
  padding: 5px 0 0 15px;
}
#header .uzivatel {
float:right;
}

#panel-categories .it {
	background-color: transparent;
	color: #c5c5c5;
	border-bottom: 1px dotted #8f8f8f;
}

#panel-categories .it-hi {
	/*background-color: black;*/
}

#panel-categories .it-hi a {
	/*color: white;*/
	text-decoration: underline;
}


#panel-categories .item.first {
	border-top: 1px solid #fff;
}

#panel-categories a {
	text-decoration: none;
	color: #c5c5c5;
}

#panel-categories #menu-categories span,
#panel-categories #menu-producers span  {
	cursor: pointer;
}

#panel-categories a:hover {
	
}

#panel-categories #producers {
	position: relative;
}

#panel-categories #producers li {
	position: relative;
	list-style: none;
	margin: 0 0 4px 9px;
}
#panel-categories .red {
	color: #E7184C;
	font-weight: bold;
}
#page-product-list .page-middle {
	padding: 0;
	margin: 0;
}

#page-product-list .page-middle .in {
	padding: 5px;
	margin: 0;
}

#page-product-list .msg {
	width: 97%;
	margin: auto;
}

#page-product-list .msg {
	text-align: center;
}
/* horní panel pro výběr filtrů, cesta apod... */
#page-product-list .table-top {
	margin: 0 auto 10px auto;
	color: #d50101;
}

#page-product-list .table-top a {
	margin: 0 auto 10px auto;
	color: #c5c5c5;
}


#page-product-list .category-name {
	font-weight: bold;
	text-transform: uppercase;
}

#page-product-list .filters {
	color: #c5c5c5;
	white-space: nowrap;
}

#page-product-list .table-top td {
	padding: 0;
}

#page-product-list .paging {
	padding: 0;
	text-align: right;
}


/* tabulka textového výpisu */
#page-product-list table.text-table {
	width: 100%;
	_width: 96%;
	font-size: 80%;
}

#page-product-list table.text-table td {
	font-size: 80%;
	padding: 3px 4px;
	vertical-align: middle;
}

#page-product-list table.text-table thead td {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

#page-product-list table.text-table h3 {
	font-size: 100%;
	padding: 0;
	margin: 0;
}

/* kontejnerová tabulka pro výpis s obrázky */
#page-product-list table.container-table {
	width: 98%;
}

#page-product-list #list li {
	float: left;
	width: 288px;
	&width: 280px;
	/*height: 240px;**/
	margin:2px 0px 2px 2px;
	&margin:2px 0px 2px 0px;	
	padding: 0;
}

/* pevna vyska 2 radky */
#page-product-list #list li h2, #page-product-list #list li h3 {
	font-size: 13px;
	height: 2.4em;
	margin: 0;
}

#page-product-list #list li .img {
	height: 80px;
	text-align: center;
}

#page-product-list li.clear {
	height: 1px;
	background-image: url('http://shop.lexani.cz/img/design/h-delim.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#page-product-list li.leva {	
	background-image: url('http://shop.lexani.cz/img/design/v-delim.png');
	background-repeat: no-repeat;
	background-position: right center;
}

#page-product-list .desc {
	padding-left: 6px;
	text-align: justify;
	width: 270px;
}

#page-product-list .basket {
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}


#page-product-list .desc {
	padding: 0 3px;
	text-align: justify;
}

/* box s pododděleními */
#page-product-list div.subcategories {
	width: 100%;
	padding: 0;
	margin: 0;
}

#page-product-list div.subcategories div.column {
	width: 290px; /* hodnota pro zobrazení dvou sloupců vedle sebe */
	padding: 6px 0px;
	margin: 0;
	float: left;
}

#page-product-list div.subcategories div.column div.subcategory {
	padding-left: 10px;
}

#page-product-list div.subcategories div.column div.subcategory a {
	
	padding: 1px 2px 1px 16px;
	background: url('http://shop.lexani.cz/img/icons/tree_none.png') no-repeat 4px 4px;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
}

#page-product-list br.clear {
 clear: left;
}

#page-product-list p.department_text {
	margin: 10px;
}
table tr.highlight .h2 {
	color:#666666;
}

table tr.highlight .cenasdph {
	color:#666666;
}

table tr.highlight .cenabezdph {
	color:#666666;
}

table tr.highlight .beznacenasdph {
	color:#666666;
}
table tr.highlight .beznacenabezdph {
	color:#666666;
}

table tr.highlight .sleva {
	color:#666666;
}

table tr.highlight .expedice {
	color:#666666;
}
#page-product-list #list {
	list-style-type: none;
}
#page-product-list #list .image-table .image {
	width:100px;
}
#page-product-list #list li.clear {
	width:99%;
	&clear:both;
	&float:none;
}
#page-product-list #list .image-table {
	padding-left:4px;
}
#panel-contact .info dl {
	border-left: 2px solid silver;
	padding-left: 5px;
	width: 150px;
	padding: 1px 0 1px 2px;
} 

#panel-contact .info dl:hover {
	border-color: #333333;
}

#panel-contact .info dt {
	width: 90%;
}
#footer {
	padding: 20px 0 10px 0;
	text-align: center;
}

#footer hr {
	background-color: gray;
	border-bottom: 5px solid gray;
}

#footer .subtitle {
	color: #000000;
}

#footer a {
	color: inherit;
}

#footer .subtitle img{
	vertical-align: text-top;
}

#page-news img.news {
	margin: 3px 0 5px 5px;
}

#page-news div.news-title {
	padding: 2px 0;
	font-size: 110%;
	color: #fff;
}

#page-news p {
	padding: 5px;
	text-align: justify;
}

#panel-product-news {
}

#panel-product-news .product-line {
}

#panel-product-news .product-line .vlozeni {
	color: #c2c2c2;
	font-size: 9px;
}

#panel-product-news .product-line .name {
	margin: 2px 5px 5px 0px;
}

#panel-product-news a {
	color: #c5c5c5;
	text-decoration:none;
	font-weight:bold;
}

#panel-product-news a:hover {
	color: #c5c5c5;
	text-decoration: none;
}

#panel-product-news img {
	margin-right: 3px;
}

#login-clientmenu .panel-middle .in {
	padding: 3px;
}

/* přihlašovací část */
#login-clientmenu .login-form {
	margin: auto;
}

#login-clientmenu .input {
	background-color: #fff;
	width: 70px;
}


#login-clientmenu .okbutton {
	border: 0;
	float: right;
}

#login-clientmenu .links {
	padding-top: 3px;
	color: #a8a8a8;
}

#login-clientmenu .links a {
	display: inline;
	background: none;
	padding: 0;
	color: #a8a8a8;
}

#login-clientmenu .links a:hover {
	background: none;
	text-decoration: underline;
	color: #c5c5c5;
}


/* zákaznická část */
#login-clientmenu hr {
	padding: 0;
	margin: 0;
}

#login-clientmenu a {
	display: block;
	text-decoration: none;
	color: #c5c5c5;
	padding: 1px 2px 1px 15px;
	background: url('http://shop.lexani.cz/img/design/arrow-dark.png') 4px 4px;
	background-repeat: no-repeat;
	/*border: 1px solid #000;*/
}

#login-clientmenu a:hover {
	text-decoration: underline;
}

#login-clientmenu a.level2 {
	padding: 1px 2px 1px 25px;
	background: url('http://shop.lexani.cz/img/design/arrow-dark.png') no-repeat 14px 4px;
}

#login-clientmenu .uzivatel {
	float:left;
	width:100%;
}
#login-clientmenu a.level2:hover {
	text-decoration: underline;
}

#multimenu-bar {
	height: 38px;
	background-color: #fff;
	margin-bottom: 0px;
	margin-left: 0;
	background-image: url('http://shop.lexani.cz/img/design/red-green/bar-fill.jpg');
	clear: left;
}
#multimenu{
  position: relative;
}
#multimenu #kolo {
  width: 33px;
  height: 13px;
  display: block;
  position: absolute;
  right: 408px;
  z-index: 1;
  background: url('http://shop.lexani.cz/img/design/kolo.jpg') no-repeat;
}
#multimenu-bar .leftedge {
	background-image: url('http://shop.lexani.cz/img/design/red-green/bar-leftedge.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 15px;
	height: 38px;
	float: left;
}

#multimenu-bar .cutout {
	background-image: url('http://shop.lexani.cz/img/design/red-green/bar-search-fill.jpg');
	background-repeat: repeat-x;
	background-position: 0 0;
	width: 214px;
	height: 38px;
	float: left;
	
}

#multimenu-bar .cutout div {
	background-image: url('http://shop.lexani.cz/img/design/red-green/bar-search-edge.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	height: 38px;
}

#multimenu-bar .rightedge {
	background-image: url('http://shop.lexani.cz/img/design/red-green/bar-rightedge.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 15px;
	height: 38px;
	float: right;
}

#multimenu-bar .menu {  
	float: right;
}

#multimenu ul {
	list-style: none;
}

#multimenu li {
	float: left;
	position: relative;
	z-index: 6000;
}

#multimenu a {
	text-decoration: none;
}

#multimenu .mainitem {
	display: block;
	margin: 0;
	padding: 0;
	height: 38px;
	background: url('http://shop.lexani.cz/img/design/bar-separator.jpg') left bottom no-repeat;
}

#multimenu .mainitem a {
	margin: auto 8px;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
}
#multimenu .mainitem a:hover {
  text-decoration: underline;
}

#multimenu .first {
	background: none;
}

#multimenu .mainitem div {
  padding: 15px 12px 0 12px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
}

#multimenu .subitem {
	display: none;
	width: 150px;
	position: absolute;
	top: 38px;
	left: 0;
	background: #f5f5f5;
	border: 1px solid #777;

	/* není css validní, ale funguje ve většině prohlížečů */
	opacity: 0.90;
	filter: alpha(opacity=90);
}

#multimenu .subitem li {
	width: 100%;
}

#multimenu .subitem li a {
	width: 100%;
	display: block;
	padding: 3px 0;
	margin: 0;
	text-indent: 3px;
	color: black;
	font-weight: normal;
	font-size: 9px;
	white-space: normal;
}

#multimenu .subitem li a:hover {
	background: #dadada;
	color: black;
}

#multimenu li:hover ul, #multimenu li.over ul {
	display: block;
}

#multimenu .cols {
	float: right;
}

#multimenu .cols .col {
	float: left;
}
#page-special-action .in {
	width: 100%;
}
#page-special-action .image {
	float: right;
	padding: 2px 5px 2px 5px;
}

#page-special-action .name {
}

#page-special-action p {
	line-height: 1.5em;
}

#page-special-action h3 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 0;
}
#page-special-action .basket-special{
	margin-left:17px;
}

#page-product-detail .prices {
	width: 300px;
	margin: 5px 0;
	color: #C5C5C5
}

/* Holly hack proti mizicimu nadpisu v IE */

#page-product-detail .peekaboo {
	padding: 10px; 
}
      
#page-product-detail .peekaboo #float {
	float: left;
	
}

#page-product-detail .peekaboo #cleared-text {
	clear: left;
}

#page-product-detail .ie-shift {
	_width: 98%;
}

/* Tlačítko pro přídání do košíku */
#page-product-detail div.basket {
	clear: right;
	float: right;
	padding: 25px 60px 25px 6px;
}

#page-product-detail .basket input {
	margin: 6px;
}

#page-product-detail .basket input.basket {
	border: none;
	background-color: transparent;
	margin: 0;
}

/* Cesta ke kategorii */

#page-product-detail .categories-tree {
	padding: 3px 0 3px 14px;
	color: #414141;
	_width: 97%;
}

#page-product-detail .categories-tree a {
	color: #414141;
}

/* Obrázek zboží */
#page-product-detail img.product {
	margin: 3px 3px 5px 10px;
	float: left;
}
#page-product-detail img.float {
	&margin-right:10px;
}

/* Název zboží */
#page-product-detail div.product {
	color: #ffffff;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

/* Dodatek */
#page-product-detail .addition {
	margin-top: 5px;
}

#page-product-detail .ls-info {
	margin: 8px 0;
}

#page-product-detail .vyrobce {
}

#page-product-detail .expedice {
}

#page-product-detail .warranty {
}

#page-product-detail .info-table {
	margin: 3px 0 3px 0;
}

#page-product-detail .page-middle .in h2 {
	color: #c5c5c5;
	font-size: 12px;
	font-weight: bold;
}

#page-product-detail .h2-sep {
	display: none;
}

#page-product-detail .h2-subtitle {
	color: #999;
	font-size: 9px;
	float: right;
	padding-top: 4px;
	display: none;
}

#page-product-detail .page-middle .in h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color:#c5c5c5;
}

#page-product-detail .clr {
	clear: right;
}

/* Lišta - porovnávání, tisk, email */
#page-product-detail table.c-p-e {
	width: 80%;
	margin: 20px auto 10px auto;
	
}

#page-product-detail table.c-p-e table{
	margin: auto;
}
#page-product-detail table.c-p-e table td{
	padding: 0;
}

#page-product-detail table.c-p-e td {
	text-align: center;
	background-image: url('http://shop.lexani.cz/img/design/detail-cpe-bar.gif');
	height: 23px;
	vertical-align: top;
	
}

#page-product-detail table.c-p-e td.left {
	width: 7px;
	background-image: url('http://shop.lexani.cz/img/design/detail-cpe-left.gif');
}

#page-product-detail table.c-p-e td.right {
	width: 7px;
	background-image: url('http://shop.lexani.cz/img/design/detail-cpe-right.gif');
}

#page-product-detail table.c-p-e td a:link,
#page-product-detail table.c-p-e td a:visited {
	color: #313131;
	font-size: 11px;
	text-decoration: none;
	display: block;
	padding: 4px;
}

#page-product-detail .c-p-e div a:hover {
	background: #eee;
}

#page-product-detail table.c-p-e td img {
	margin: 4px 0 0 0;
	float: right;
}

#page-product-detail table.params {
	width: 100%;
}

#page-product-detail table.params td {
	vertical-align: top;
	padding: 2px;
}

#page-product-detail table.params td.nazev {
	width: 30%;
}

#page-product-detail .related {
	float: left;
	width: 95%;
	
	
	list-style: none;
	margin: 0;
	padding: 0;
}

#page-product-detail .related li {
	float: left;
	width: 48%;
	padding: 4px;
}

#page-product-detail .related-price {
	font-size: 10px;
	font-style: italic;
}

#page-product-detail #related-hide {
}

#page-product-detail table.gallery {
	width: 100%;
}

#page-product-detail table.gallery td {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

#page-product-detail table.files {
	width: 100%;
}

#page-product-detail table.files td {
	width: 50%;
}

#page-product-detail table.links td {
	padding: 2px;
}

#page-product-detail table.links td.sep {
	width: 8px;
	text-align: center;
}

#page-product-detail .feedback dl {
	margin: 5px 0;
}

#page-product-detail .feedback dt {
	width: 140px;
}

#page-product-detail .feedback dd {
	text-align: right;
	width: 120px;
}

#page-product-detail .feedback .submit {
	padding-top: 5px;
	text-align: right;
	padding-right:55px;
}

#page-product-detail .feedback textarea {
	width: 90%;
}

#page-product-detail .content {
	margin: 0 0 30px 15px;
	color:white;
	
}

/* desc */
#page-product-detail-desc {
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	width: 100%;
	overflow: hidden;
}
#page-product-detail-desc div.in{
	/*width: 595px;*/
	border:none;
}

#page-product-detail-desc .page .in{
	padding:0px;
}
#page-product-detail-desc .page-start {
	padding:0px;
	display:inline;
	
}
#page-product-detail-desc .page-start .in {	
	margin: 0px 0px 0px 0px;
}
#page-product-detail-desc .page-middle{
	
}
#page-product-detail-desc .page-middle .in {
	padding:0px;
	border:none;
}

#page-product-detail-desc .page-end .in {
	width: auto;
}

#page-product-detail-desc div.bookmarks {
	background: #fff url('http://shop.lexani.cz/img/design/product_detail_bookmarks-0.png') no-repeat;
	height: 22px;
	width: 100%;
	position: relative;
	z-index: 3;
	left: 0px;
	top: 0px;
	border:none;

}
#page-product-detail-desc div.bookmarks div {
	display: block;
	float: left;
	width: 100px;
	margin-top: 3px;
	color: #414141;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
#page-product-detail-desc div.bookmarks div.bookmark0 {
	margin-left: 15px;
	_margin-left: 8px;
}
#page-product-detail-desc div.bookmarks div.bookmark1 {
	margin-left: 10px;
	_margin-left: 8px;
}
#page-product-detail-desc div.bookmarks div.bookmark2 {
	margin-left: 30px;
	_margin-left: 25px;
}
#page-product-detail-desc div.bookmarks div.bookmark3 {
	margin-left: 10px;
	_margin-left: 5px;
}
#product-detail-desc-1, #product-detail-desc-2, #product-detail-desc-3 {
	display: none;
}
#product-detail-desc-0, #product-detail-desc-1, #product-detail-desc-2, #product-detail-desc-3 {
	padding: 3px 0px 3px 0px;
}
#page-product-detail-desc .page-middle div{
  
}
#page-product-detail-desc table.params {
	width: 100%;
}

#page-product-detail-desc table.params td {
	vertical-align: top;
	padding: 2px;
}

#page-product-detail-desc table.params td.nazev {
	width: 30%;
	font-weight: bold;
}
#page-product-detail-desc table.gallery {
	width: 168px;
	margin: 15px auto 0 auto;
}

#page-product-detail-desc table.gallery td {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

#page-product-detail-desc table.gallery img {
}


#page-product-detail-desc h3 {
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0 2px 0;
	text-decoration: underline;
}

#page-product-detail-desc .files {
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
}


#page-product-detail .modifications .img {
  	float: left;
  	width: 50px;
  	padding-bottom: 5px;
}

#page-product-detail .modifications .name {
	float: left;
	width: 170px;
}

#page-product-detail .modifications .price {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 40px;
	text-align: right;
}

#page-product-detail .modifications .basket {
  	padding: 0pt;
	text-align: right;
}

#page-product-detail .modifications .cleaner {
	clear: both;
}
#page-product-detail .souvisejici-img {
	margin-left:5px;
}

.info-table {
	margin: 5px 0;
}

.info-table .in {
	font-weight: bold;
	font-size: 120%;
	padding: 12px;
	background: #c5c5c5;
	text-align: center;
}

.info-table .info {
	color: white;
	border: 1px dashed white;
}

.info-table .warning {
	color: maroon;
	border: 1px dashed maroon;
	_width:98%;
}
#panel-inquiry .panel-middle .in {
	padding: 3px 0 3px 0;
}

#panel-inquiry img {
	margin: 0 0 0 0;
}

#panel-inquiry .bar-table td{
	background-color: #666;
	padding: 2px;
}

#panel-inquiry .panel-middle .in {
	text-align: center;
}

#panel-inquiry .bar-table {
	text-align: left;
	margin: auto;
}
#panel-inquiry strong{
  color: #fff;
  margin: 0 0 5px 0;
}
#panel-inquiry .hr-light {
display: none;
	border: 0px;
	height: 1px;

}

#panel-inquiry a {
	color: #ececec;
	text-decoration: none;
	margin: 0 0 3px 0;
}
#panel-inquiry a:hover {
	color: white;
	text-decoration: underline;
}

#panel-wishes hr{
display: none 
}

#panel-wishes .panel-middle .in {
	padding: 3px;
}

#panel-wishes .error {
	text-align: center;
	color: red;
	font-weight: bold;
	margin-bottom: 5px;
}

#panel-wishes .success {
	text-align: center;
	color: green;
	font-weight: bold;
	margin-bottom: 5px;
}

#panel-wishes .form-table {
	margin: auto;
}

#panel-wishes input.email {

}

#panel-wishes input.button {
	padding: 0;
	border: 0;
}

#panel-wishes textarea {

}
#panel-wishes .ico {
	float:left;
	background-repeat:no-repeat;
	padding-left:15px;
	width:90%;
}
#panel-wishes .tel {
	background-image:url('http://shop.lexani.cz/img/design/mob-ico.gif');
}
#panel-wishes .adresa {
	background-image:url('http://shop.lexani.cz/img/design/adresa-ico.gif');
}

#panel-wishes .icq {
	background-image:url('http://shop.lexani.cz/img/design/icq-ico.gif');
}


#panel-newsreel .panel-middle .in  {
	padding: 2px;
}

#panel-newsreel .panel-middle .in div {
	font-size: 11px;
	font-weight: bold;
	
}

#panel-newsreel p {
	margin: 2px 0px 2px 0px;
	
}

#panel-newsreel img {
	margin: 2px 0px 6px 0px;
}

#panel-newsreel em {
	color: #c2c2c2;
	font-size: 10px;
}

#panel-newsreel .table {
	width: 95%;
	margin: auto;
}


#panel-newsreel strong {
	font-size:14px;
}
#panel-newsreel tr {
	width:95%;
}
#panel-newsreel td {
	padding-bottom:10px;
	_padding-bottom:15px;
	
}
#forum {
	
}

#forum .forum-item {
	margin-bottom: 8px;
	border-top:#7F9193 solid 1px;
}

#forum .forum-item h3 {
	font-weight: bold;
	color: black;
	margin: 0;
	padding: 0;
}

#forum .text {
	margin-top: 4px;
}


#inquiry_vote {
	padding-top: 10px;
}

#inquiry_vote .question {
	padding: 3px 3px 8px 3px;

}

#inquiry_vote .bar-start {
	text-align: left;
}

#inquiry_vote .error-message {
	color: red;
	font-weight: bold;
}

#inquiry_vote .success-message {
	color: white;
	font-weight: bold;
}

#inquiry_vote img {
	margin: 0 1px 0 1px;
}

#inquiry_vote .bar-table td{
	background-color: #f8f8f8;
	padding: 2px;
}

#inquiry_vote .panel-middle .in {
	text-align: center;
}

#inquiry_vote .bar-table {
	text-align: left;
	margin: auto;
}

#inquiry_vote .hr-light {
	background: #ddd;
	border: 0px;
	height: 1px;
	margin-left: -3px;
	margin-right: -3px;
}

#inquiry_vote a {
	color: black;
}

#inquiry_vote .inquiry-results {
	width: 150px;
	text-align: center;
	margin: 0 auto;
}

#inquiry_vote .bar {
	float: left;
}

#inquiry_vote .bar .start {
	float: left;
}

#inquiry_vote .bar .middle {
	float: left;
	width: 136px;
	text-align: left;
	background-image: url('http://shop.lexani.cz/img/design/inquiry/0-4.gif');
	background-repeat: repeat-x;
	background-position: 0 50%;
}

#inquiry_vote .bar .end {
	float: left;
}

#inquiry_vote a {
	color: black;
}

#help {
	margin: 10px;
}

#help h1 {
	font-size: 12px;
	font-weight: bold;
	width: 250px;
}

#help p {
	margin: 10px 0;
	width: 250px;
}

.dmarquee {
	margin-bottom: 5px;
	color: #000;
	top:80px;
	left:-335px;
	position:relative;
	z-index:auto;
}

.dmarquee-sub {
	_position: static!important; /* Aby to bylo v exploreru na spravnem miste */
}

#panel-maillist .panel-middle .in {
	padding: 7px 4px;
}

#panel-maillist table.maillist-tab {
	width: 95%;
	margin: auto;
}

#panel-maillist table.maillist-tab td {
	vertical-align: middle;
}

#panel-maillist input.email {
width: 110px;
}

#panel-maillist input.button {
	border: 0;
	padding: 0;
}

#panel-maillist p {
	font-size: 90%;
	padding-top: 5px;
	text-align: center;
}


#search {
	color: #fff;
	background-color: #444;
	margin-bottom: 5px;
}

#search .in {
	padding: 5px 10px;
}

#search fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#search form {
	display: inline;
}

#search form .search_phrase {
	width: 100px;
	height: 15px;
}

#search form .search_submit {
	height: 18px;
}
#page-article p {
	margin-top: 5px;
}

.paging {
	text-align: center;
	margin-bottom: 8px;
	padding: 4px 0px 4px 0px;
	color: #d50101;
}

.paging a {
	color: #c5c5c5;
}


#page-login p {
	margin: 10px 0;
}

#page-login table.login-tab {
	margin: 0 auto;
	width: 200px;
}

#page-login table.login-tab td {
	padding: 3px;
}

#page-login table.login-tab td.col1 {
	width: 60px;
	font-weight: bold;
}

#page-login table.login-tab td.submit-row {
	text-align: center;
	
}

#page-login .zarovnani {
	float:right;
}
#page-login input.full {
	width: 120px;
}

#page-login dt {
	width: 49%;
	text-align: right;
}

#page-login dd {
	width: 50%;
	text-align: left;
}


#panel-top-products {
}

#panel-top-products .product-line {
}

#panel-top-products .product-line .cena {
	color: gray;
	font-size: 9px;
}

#panel-top-products .product-line .name {
	margin: 2px 5px 5px 0px;
}

#panel-top-products a {
	color:#c5c5c5;
	text-decoration: none;
}

#panel-top-products a:hover {
	color: black;
	text-decoration: underline;
}

#panel-top-products img {
	margin-right: 3px;
}

#panel-download-categories .level{
}

#panel-download-categories .item-highlited {
	background-color: black;
}

#panel-download-categories .item-highlited a {
	color: white;
}


#panel-download-categories .item {
	background-color: transparent;
	color: black;
}

#panel-download-categories a {
	text-decoration: none;
	color: black;
	font-weight: bold;

}

#panel-download-categories a:hover {
	text-decoration: none;
	font-weight: bold;
}

#panel-download-categories a.arrowlink {
	display: block;
	font-weight: normal;
	background: transparent url('http://shop.lexani.cz/img/design/arrow-dark.gif') no-repeat 2px 50%;
	padding-left: 14px;
	color:#d3d3d3;
}

#panel-download-categories a.arrowlink:hover {
	text-decoration: underline;
	color:#d3d3d3;
}

#basket-info {
	color: #c6c6c6;
	padding: 4px 10px 2px 5px;
	font-weight: bold;
}

#basket-info img.basket {
	float: left;
	margin: 3px;
}

#basket-info .price {
	margin-left: 45px;
	font-size: 16px;
	color: #fff;
}

#basket-info-value {
	color: #fff;
	font-size: 14px;
}

#basket-info .links {	
color: #d50101;
	margin-top: 10px;
}

#basket-info .links a{
	color: #c6c6c6;
	font-weight: normal;
	text-decoration: none;
}
#basket-info .links a:hover{
  color: #fff;
}

#page-registration {}

#page-registration div.tologin, #page-registration #regtable {
	width: 100%;
	_width: 94%;
	&width:93%;
	margin: 0 20px 0 20px;
}

#page-registration #regtable tr td div div,
#page-registration div.tologin div div {
	display: block;
	width: 110px;
	float: left;
}

#page-registration #regtable .psc {
	width: 40px;
	margin-left: 2px;
}

#page-registration #regtable tr td div.regdiv,
#page-registration div.tologin div.regdiv {
	margin: 5px;
	
}

#page-registration .center {
	width:100%;
	text-align:center;
	
}
#zpravodaj {
	background-color:#666666;
}

#page-download p {
	padding: 10px 0 15px 0;
}

#page-download .info {
	padding: 5px 0;
}

#page-download table.files {
	width: 100%;
}

#page-download table.files th {
	padding: 3px;
	font-weight: bold;
	color: black;
	text-align: left;
	border-bottom: 1px solid #999;
}

#page-download table.files td {
	padding: 3px;
}

#page-download table.files th.nazev {
	width: 25%;
}

#page-download table.files th.velikost {
	width: 15%;
}

#page-download table.files th.popis {
	width: 60%;
}

/* žádost o povolení download sekce */
#page-download .submit-button {
	margin-top: 5px;
}

#download-file {
	margin: 25px;
}

#download-file h1 {
	font-size: 200%;
}

#download-file p {
	margin: 5px 0 0 0;
}

#page-basket input.quantity, #page-loyalty-basket input.quantity {
	text-align: right;
}

#page-basket table.products-table, #page-loyalty-basket table.products-table {
	width: 100%;
	_width: 98%;
	margin-bottom: 15px;
}

#page-basket table.products-table td, #page-loyalty-basket table.products-table td {
	padding: 3px;
	vertical-align: middle;
}

#page-basket table.products-table thead td, #page-loyalty-basket table.products-table thead td  {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

#page-basket table.products-table tbody td.remove, #page-loyalty-basket table.products-table tbody td.remove {
	text-align: right;
}

#page-basket .button {
	padding: 2px;
}

#page-basket h2, #page-loyalty-basket h2 {
font-size:14pt;
color:#c5c5c5;
}
#page-basket form {
	display: inline;
}

#page-loyalty-basket .butt-middle .a{
	text-decoration:none;
}

#page-order p {
	margin: 5px 10px;
}

#page-order #products-table {
	width: 100%;
	_width: 96%;
}

#page-order #products-table td, #page-order #products-table th {
	text-align: left;
	padding: 2px;
}

#page-order #products-table th {
	border-bottom: 1px solid gray;
}

#page-order #products-table .count {
	text-align: center;
}

#page-order #products-table .ralign {
	text-align: right;
}

#page-order table.regtable {
	width: 100%;
	margin: 0 20px 10px 20px;
}

#page-order table.regtable tr td div div {
	display: block;
	width: 100px;
	float: left;
}

#page-order table.regtable .psc {
	width: 40px;
	margin-left: 2px;
}

#page-order table.regtable tr td div.regdiv {
	margin: 5px;
	background-color:#666666;
}

#page-order #transport-payment div {
	margin: 0 20px;
}

#page-order #transport-payment div span {
	color: #d50101;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}

#page-order #transport-payment label.disabled {
	color: #999;
}

#page-order #divide div {
	margin: 0 20px;
}

#page-order #summary-table {
	width: 92%;
	margin: 0 30px 10px 20px;
}

#page-order .step2-table td {
	padding: 2px 2px 2px 20px;
}

#page-order .step2-table .comment {
	width: 100%;
}

#page-order .submit-button {
	margin-top: 10px;
}

#page-order fieldset {
	border: none;
	width: 99%;
	padding: 0 10px 20px 10px;
	margin: 0;
}

#page-order fieldset dl {
	float: left;
	width: 99%;
	margin: 2px 0;
	padding: 0;
}

#page-order fieldset dt {
	float: left;
	width: 40%;
	margin: 0;
	padding: 0;
}

#page-order fieldset dd {
	float: right;
	width: 60%;
	margin: 0;
	padding: 0;
}

#page-order fieldset.quick dt {
	text-align: right;
	width: 30%;
}

#page-order fieldset .psc {
	width: 40px;
	margin-left: 2px;
}

#page-order #summary {
	width: 96%;
}

#page-order #summary dd {
	text-align: right;
}

#page-order #summary .rprice {
	font-weight: bold;
}

#page-order #summary .grey {
	color: #777;
}

#page-order #summary .total * {
	height: 30px;
	line-height: 30px;
}

#page-order #summary .total dt {
	margin-top: 5px;
}

#page-order .step2 {
	margin: 2px 0;
	padding: 0;
	line-height: 1.5em;
}

#page-order .step2 dt {
	float: left;
	clear: left;
	width: 25%;
	font-weight: bold;
	padding-left: 10px;
	text-align:right;
	margin-right:105px;
	_margin-right:124px;
}

#page-order .step2 dd {
	margin-left: 25%;
} 

#page-order textarea {
	width: 99%;
}

#page-not-found {
}
#page-orders table.order-detail {
	width: 100%;
	_width: 97%;
	margin: 5px 0px 10px 0px;
}

#page-orders table.order-detail td, #page-orders table.order-detail th {
	font-size: 80%;
	text-align: right;
	padding: 3px;
}

#page-orders table.order-detail th {
	border-bottom: 1px solid #aaa;
}

#page-orders table.order-detail td.status-icon {
	text-align: right;
}

#page-orders table.order-detail td.product,
#page-orders table.order-detail th.product {
	text-align: left;
	font-weight: bold;
}

#page-orders table.order-detail tr.overline td {
	border-top: 1px solid #aaa;
	/*border-bottom: 1px solid #aaa;*/
}

/* barvy podle stavu objednávky */
#page-orders span.st-1 {
	color: #ff9900;
}

#page-orders span.st-2 {
	color: #8caf00;
}

#page-orders span.st-3 {
	color: #bb0000;
}

/* komentáře */
#page-orders p {
	margin-bottom: 5px;
}

#page-user-details {}

#page-user-details div.tologin, #page-user-details #regtable {
	width: 100%;
	_width: 94%;
	margin: 0 20px 0 20px;
}

#page-user-details #regtable tr td div div,
#page-user-details div.tologin div div {
	display: block;
	width: 110px;
	float: left;
}

#page-user-details #regtable .psc {
	width: 40px;
	margin-left: 2px;
}

#page-user-details #regtable tr td div.regdiv,
#page-user-details div.tologin div.regdiv {
	margin: 5px;
}

#page-support p {
	margin: 8px 0;
}

#page-support table.support {
	width: 100%;
	_width: 97%;
}

#page-support table.support td {
	padding: 4px;
}

#page-support table.support td.capt {
	font-weight: bold;
	width: 140px;
}

#page-support table.support td.desc {
	font-size: 80%;
	font-style: italic;
	padding: 1px 0px 10px 150px;
}

#page-support table.support td.question,
#page-support table.support td.submit {
	text-align: center;
}

#page-support table.support td.question textarea {
	width: 98%;
}

#page-support .button {
float:right;
}
#orders-list table.orders-list {
	width: 100%;
	_width: 96%;
	margin: 5px 0px 10px 0px;
}

#orders-list table.orders-list td, #orders-list table.orders-list th {
	font-size: 80%;
	text-align: center;
	padding: 2px;
}

#orders-list table.orders-list th {
	border-bottom: 1px solid #aaa;
}

#orders-list table.orders-list td.vs,
#orders-list table.orders-list th.vs {
	text-align: left;
	/*font-weight: bold;*/
}

#orders-list table.orders-list td.status-icon {
	text-align: right;
}


#page-procuration h3 {
	margin: 10px 0 5px 0;
}

#page-procuration ul {
	list-style: inside;
	margin: 8px 10px;
}

#page-procuration p {
	margin: 5px 0px;
}

#page-procuration address {
	margin-left: 10px;
	font-weight: bold;
	font-style: normal;
}

#page-procuration pre {
	font-family: Courier New, Courier, monospace;
	margin: 0 10px;
	padding: 5px;
	border: 1px dashed #999;
	background: #eee;
}

#page-procuration table.orders-list, #page-procuration table.ms-requests {
	width: 100%;
	_width: 97%;
	margin: 5px 0;
}

#page-procuration table.orders-list th, #page-procuration table.ms-requests th {
	border-bottom: 1px solid #ccc;
}

#page-procuration table.orders-list th,
#page-procuration table.orders-list td {
	padding: 2px;
	text-align: right;
}

#page-procuration table.orders-list th.date,
#page-procuration table.orders-list td.date {
	text-align: left;
}

#page-procuration table.ms-requests th,
#page-procuration table.ms-requests td {
	padding: 2px;
	text-align: left;
}

#page-procuration table.ms-requests .highlight th,
#page-procuration table.ms-requests .highlight td {
	padding: 2px;
	text-align: left;
	color:#666666;
}

#page-procuration table.ms-requests th.price, 
#page-procuration table.ms-requests td.price {
	text-align: right;
	
}

#page-procuration table.ms-requests td.status-icon {
	width: 8px;
	text-align: right;
}

#page-procuration table.ms-requests tr.overline td {
	border-top: 1px solid #ccc;
}

/* barva záporného čísla */
#page-procuration span.neg {
	color: #000000;
}

/* tabulka s formulářem pro odeslání peněz */
#page-procuration table.send-money td {
	padding: 3px;
}

#page-procuration table.send-money td input.price {
	text-align: right;
}

#page-loyalty-system table {
	margin-bottom: 10px;
}

#page-loyalty-system table.account, 
#page-loyalty-system table.products {
	width: 100%;
	_width: 97%;
}

#page-loyalty-system table td {
	text-align: left;
	vertical-align: middle;
	padding: 2px;
}

#page-loyalty-system table td span.neg {
	color: #690102;
}

#page-loyalty-system table td.status-icon, 
#page-loyalty-system table td.price,
#page-loyalty-system table td.credits {
	text-align: right;
}

#page-loyalty-system table thead td {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

#page-loyalty-system table.coupones td {
	text-align: center;
	padding-right: 20px;
}

#page-loyalty-system table.image-table td {
	text-align: left;
	vertical-align: top;
}

#page-loyalty-system table.image-table td.image {
	width: 100px;
	text-align: center;
	vertical-align: middle;
}

#page-loyalty-system table.price-table td {
	vertical-align: middle;
}

#page-loyalty-system table tfoot td {
	text-align: center;
	vertical-align: bottom;
	height: 40px;
	font-weight: bold;
}

#page-loyalty-system table tfoot td span {
	font-size: 180%;
	color: #000000;
}

#page-loyalty-system p {
	margin: 5px 0;
}

#page-loyalty-system div.coupone {
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	color: #77bb18;
}

#page-loyalty-system .highlight .hightext {
color:#000000;

}
#page-loyalty-system .butt-middle a {
	text-decoration:none;
}
#page-loyalty-system div.category-buy {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin: 8px 0;
}

#loyalty-system-info {
	color: white;
	text-align: right;
	padding: 4px 10px 2px 5px;
}

#loyalty-system-info a {
	color: white;
	font-weight: bold;
}

#user-info {
	color:#c5c5c5;
	
	padding: 0px 0px 0px 15px;
}

#user-info a, #user-info span {
	color: #c5c5c5;
	font-weight: bold;
	display:inline;
	background:none;
	padding:0;
	margin:0;
}

#page-wishes-page dt {
	width: 200px;
	font-weight: bold;
	_width: 99%;
}

#page-wishes-page dd {
	float: left;
}

#page-wishes-page textarea {
	width: 98%;
}

#page-news-detail p {
	/*text-align: justify;*/
}

#page-paramsearch p {
	margin: 8px 0;
}

#page-paramsearch table.paramsearch {
	width: 100%;
	_width: 97%;
}

#page-paramsearch table.paramsearch td {
	padding: 4px;
}

#page-paramsearch table.paramsearch td.capt {
	font-weight: bold;
	width: 140px;
}

#page-paramsearch table.paramsearch td.desc {
	font-size: 80%;
	font-style: italic;
	padding: 1px 0px 10px 150px;
}

#page-paramsearch table.paramsearch td.submit {
	text-align: center;
}

#page-paramsearch div.categorylist {
	padding-left: 6px;
}

#page-paramsearch dt {
	font-weight: bold;
	width: 30%;
}

#page-paramsearch dd {
	float: left;
}

#page-paramsearch fieldset span {
	display: block;
	clear: both;
	padding-left: 31%;
	margin: 5px 0;
	font-style: italic;
	font-size: 1em;
}

#panel-search {
	margin-top: -28px;
	margin-left: 8px;
	margin-right: auto;
	margin-bottom: 2px;
	position: relative;
	z-index: 3;
	font-family: Arial, sans-serif;
	font-size: 10px;
    color: #a8a8a8;
	
}

#panel-search div {
	padding-left: 10px;
	/*background-image: url('http://shop.lexani.cz/img/design/panel-gradient.png');
	background-repeat: repeat-x;
	background-position: 0 27px;
	background-color: transparent;*/
	background-color:#666666 transparent;

}

#panel-search form {
	margin-left: 10px;
}

#panel-search div.form_encaps {
	width: 100%;
	padding: 0;
	background: transparent;
}

#panel-search h3 {
	font-size: 9px;
	color: White; 
	text-transform: uppercase;
	padding-left: 7px;
}

#panel-search table.search-tab td {
	vertical-align: middle;
}

#panel-search .adv_search {
	margin: 6px 0 10px 0;
	padding: 0;
}
#panel-search a {
	color: #a8a8a8;
	font-size: 9px;
	display: block;
	text-decoration: none;
}
#panel-search a:hover {
	color: #fff;

	text-decoration: none;
}
#panel-search input.searchtext {
	margin-top: 5px;
	width: 161px;
	height: 16px;
	background-color: #fff;
}

#page-send-pass {
}

#page-send-pass div div div div div {
	float: left;
	width: 120px;
	margin-left: 30px;
}

#page-send-pass div div div p {
	margin-bottom: 5px;
}

#page-send-pass .error {
	font-size: medium;
}

#page-send-pass .success {
	font-size: medium;
}

#page-send-pass .warning{
	width:95%;
	margin-left:0px;
	margin-bottom:10px;

}
#page-send-pass .sendform
{
	margin-bottom:2px;
}

#page-forum-form fieldset dl {
	margin: 5px 0;
}

#page-forum-form fieldset dt {
	width: 150px;
}

#page-forum-form fieldset dd {
	float: left;
}
#page-forum-unscribe {}

#panel-alternative-products {
}

#panel-alternative-products .product-line {
}

#panel-alternative-products .product-line .cena {
	color: gray;
	font-size: 9px;
}

#panel-alternative-products .product-line .name {
	margin: 2px 5px 5px 0px;
}

#panel-alternative-products a {
	color: #c5c5c5;
	text-decoration: none;
}

#panel-alternative-products a:hover {
	color: #c5c5c5;
	text-decoration: underline;
}

#panel-alternative-products img {
	margin-right: 3px;
}

#panel-bought-products {
}

#panel-bought-products .product-line {
}

#panel-bought-products .product-line .cena {
	color: gray;
	font-size: 9px;
}

#panel-bought-products .product-line .name {
	margin: 2px 5px 5px 0px;
}

#panel-bought-products a {
	color: #C5C5C5;
	text-decoration: none;
}

#panel-bought-products a:hover {
	color: #C5C5C5;
	text-decoration: underline;
}

#panel-bought-products img {
	margin-right: 3px;
}

#page-product-compare {
}

#page-product-compare th {
	text-align: left;
	padding-left: 5px;
}

#page-product-compare td {
	/*padding: 5px 5px 5px 5px;*/
	
}

#page-product-compare tr:hover {
	background-color: #000;
}

#page-product-compare .spacer {
	height: 15px;
}

#page-product-compare .spacer:hover {
	background: none;
}

#page-product-compare .image td {
	text-align: center;
}

#page-product-compare .image:hover {
	background: none !important;
}

#page-product-compare .remove {
	color: red;
	font-size: large;
}

#page-product-compare .remove:hover {
	color: black;
	text-decoration: none;
}
#page-product-compare .buttonx {
	margin-left:140px;
	_margin-left:130px;

}
#panel-basket {
	color: #000;
	font-weight: bold;
}

#panel-basket img{
	float: left;
	margin: 3px;
}

#panel-basket .links {
	clear: both;
	font-weight: normal;
	text-align: center;
}
#panel-basket .links a{
}

#panel-basket .price {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 13px;
	font-size: 16px;
}

#panel-basket .order {
	display: block;
	margin-bottom: 3px;
	font-size: 14px;
}

#panel-basket .price a, #panel-basket .price span {
	color: #d50101;
}

#panel-basket-value {
	color: #d50101;
}

#panel-basket .links {
	color: #d50101;
	margin-top: 10px;
}

#panel-basket .links a{
	color: #000;
}



#page-producers ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0 0 20px 10px;
}

#page-producers ul li {
	float: left;
	width: 23%;
	padding: 2px 0;
}

#page-paramsearch .page-middle .in div.block {
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 30%;
}

#page-paramsearch .page-middle .in div.block dd {
	margin-left: 20px;
	width: 100% !important;
}

#page-paramsearch .page-middle .in div.block dt {
	width: 100% !important;
}

#page-paramsearch .page-middle .in br.cleaner {
	clear: left;
	height: 0px;
}

#page-producer-detail li {
	margin-left: 30px;
}

#page-producer-detail #producer-logo {
	position: relative;
	float: right;
	margin-right: 20px;
}

