body {

	margin: 0px;
	padding: 0px;
	/*background-image: url(images/lasturka_05.jpg);
	background-repeat: repeat-x;
	background-position: center bottom; */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.podtrz {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7DBE5;
}
#header {
	background-image: url(images/lasturka_02.jpg);
	background-repeat: no-repeat;
	height: 146px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
}
#headercontainer {
	background-image: url(images/aligastro_01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 251px;
	width: auto;
	position: relative;
}
#container {
	background-image: url(images/lasturka_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#topmenu {
	height: 40px;
	width: 780px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	/*background-color: #CCCCCC;*/
}
#topmenu span {
	position: absolute;
  left:-10000px;
  top:auto;
  overflow: hidden;
}
#topmenu #shop-info {
	width: 200px;
	position: absolute;
	font-size: 11px;
	top: 55px;
	left: 280px;
	color: #888888;
	/*background-color: #CCCCCC;*/
}
#topmenu #logo-click {
	width: 300px;
	height: 110px;
	position: absolute;
	top: 0px;
	left: -50px;
	cursor: pointer;
	/*background: #CCCCCC;   */
}
#topmenu ul {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #1382AC;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}
#topmenu li {
	position: absolute;
	display: inline;
	color: #1382AC;
}
#topmenu li a {
	color: #1382AC;
	text-decoration: none;

}
#topmenu li a:hover {
	text-decoration: underline;
}
#topmenu #li-kontakt {
	top: 10px;
	left: 740px;
}
#topmenu #li-eshop {
	top: 10px;
	left: 310px;
}
#topmenu #li-jaknakupovat {
	top: 10px;
	left: 410px;
}
#topmenu #li-akce {
	top: 74px;
	left: 353px;
}
#topmenu #li-podminky {
	top: 10px;
	left: 550px;
}
#topmenu #li-reseni {
	top: 74px;
	left: 433px;
}
#content {
  position: relative;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	/*padding-right: 20px;*/
	padding-left: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 630px;
	height: auto !important;
	height: 630px;
	/*background-color:#999999*/
}
#content-bcg {
  position: relative;
	background-image: url(images/lasturka_05.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer {
	height: 225px;  
	width: 100%;
	position: relative;     
	background-image: url(images/lasturka_06.png);
	background-repeat: no-repeat;
	background-position: center bottom;  
}
#footer-container {
  position: relative;
  height: 225px;
	width: 940px;
  margin-left: auto;
  margin-right: auto;  
}
#footercopy {
	position: absolute;
	top: 130px;
	left: 20px;
  font-size: 11px;
  color: #000000;
}

#footercopy a {
  color: #000000;
}

#footerodkazy {
	position: absolute;
	top: 130px;
	left: 250px;
  font-size: 11px;
  color: #000000; 
}
#footerodkazy a {
  color: #000000;
  
}

#footerlinks {
	position: absolute;
	top: 160px;
	left: 20px;
  font-size: 11px;
  color: #888888; 
}
#footerlinks a {
  color: #888888; 
}
#footerlinks .toplinks {
  color: #444; 
}
#footerlinks .toplinks a {
  color: #444; 
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}

.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

.buttons button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

.buttons button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.buttons button.smallbutton {
margin: 0px; padding: 1px; padding-right: 2px; font-weight: bold; border-width: 1px; border-color: #CCCCCC;
}
.buttons a.smallbutton:hover, button.smallbutton:hover {
    border: 1px solid #c2e1ef;
    color:#336699;
}

.buttons button.normalbutton {
  border-width: 1px;
  border-color: #CCCCCC;
}
.buttons a.normalbutton:hover, button.normalbutton:hover {
    border: 1px solid #c2e1ef;
    color:#336699;
}




h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #1382AC;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	/*border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;    */
}
.h1underline {
  border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
h2, .likeh2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}

h3, .likeh3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
p, form {
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}


.odd {
	background-color: #ECF9FF;
	}
.even {
}

.even2 {
	background-color: #E5F8FF;
	}
.odd2 {
}


#mainmenu {
	width: 200px;
	padding-right: 0px;
	font-size: 14px;
	font-weight: normal;
}
#mainmenu ul {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	padding-left: 0px;
	

}
#mainmenu li {
	
	padding-right: 3px;
	padding-left: 10px;
	margin-left: 0px;
	/*list-style-image: url(images/bullet_transp.png); */
	list-style-type: none;
	color: #c9e8f4;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
	 -webkit-border-top-left-radius: 6px;
	 -webkit-border-bottom-left-radius: 6px;
  	border-top-left-radius: 6px;
  	border-bottom-left-radius: 6px;
	 
}
#mainmenu a {
	text-decoration: none;
	color: #006699; /*#1382AC;*/
	margin: 0px;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 7px;
	padding-bottom: 7px;
}
#mainmenu a:hover {
	color: #BD1200;

}

#menu {
	float: left;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	/*border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF; */
	margin-top: 5px;
}


#topzbozi {
	width: 200px;
	padding-right: 0px;
	font-size: 11px;
	font-weight: normal;
	
}
#topzbozi a {
	text-decoration: none;
	color: #006699; /*#1382AC;*/
	margin: 0px;
  display: block;
  width: 100%;
  height: 100%;
}
#topzbozi a:hover {
	color: #BD1200;

}
#topzbozi .toppolozka {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	padding-left: 8px;
	-moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
  	border-top-left-radius: 6px;
  	border-bottom-left-radius: 6px;
	
}
#topzbozi .topnazev {
	float: left;
	width: 75%;
	padding-right: 5px;

}
#topzbozi .topcena {
	float: left;
	width: 20%;
	text-align: right;
	color: #666;
}
#topzbozi .topcena .cena {
	font-size: 11px;
	
}





#text {
	float: right;
	width: 700px;
	margin-right: 10px;
	color: #333333;
	line-height: 150%;
	/*background-color:#CCCCCC*/
} 
#text a {
	color: #006699;
}
#text a:hover {
	color: #000000;
}
#text a img {
	border: solid 1px #CCCCCC;
}
#contactform {
	background-color: #EEEEEE;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
#contactform input, #contactform textarea {
	border: 2px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#menu .aktivni {
	
	/*border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #CCCCCC; /*#BD1200;*/
	color: #BD1200;
	/*list-style-image: url(images/bullet_transp_aktivni.png); */
}
#menu .aktivni a {
	
	/*border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #CCCCCC; /*#BD1200;*/
	color: #BD1200;
}


/* eshop styles */

#eshop {
	height: auto;
	width: 100%;
}
#eshopcontent {
	float: left;
	width: 98%;
}
#eshopsidebar {
	float: right;
	width: 25%;
	margin-left: 10px;
}
#eshopsidebar input {
	border: 2px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#eshopsidebar label {
	color: #666666;
}
#kosik {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
table th {
	color: #666666;
	background-color: #F0F0F0;
	font-weight: bold;
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;*/
}

#submenu {
	border: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	position: relative;
	width: 100%;
	border: none;
/*	margin-left: auto;
	margin-right: auto;  */
	margin-top: 10px;
}
#submenu .overlay {
  position: absolute;
  top: 0; 
  bottom: 0;  
  left: 0;
  width: 100%;
  background: #000;
  opacity: 0.10;
  -moz-opacity: 0.10;
  filter:alpha(opacity=10);

}
#submenu .subcontent {
  width: 100%;
  position: relative;
}
* html #submenu .overlay {
  height: expression(document.getElementById("submenu").offsetHeight);
}
#submenu a {
	color: #006699;
	font-size: 12px;
	text-decoration: none;
}
#submenu li {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #666666;
	list-style-type: disc;
}
#submenu ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#submenu a:hover {
	color: #333333;
	text-decoration: underline;
}
.submenulist {
	float: left;
	width: 48%;
  	display: block;
}
#submenu .substrany a {
	color: #444444;
	font-size: 12px;
	text-decoration: none;
}
#submenu .substrany a:hover {
	text-decoration: underline;
}


#eshopcontrol {
	border: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#eshopcontrol .overlay {
  position: absolute;
  top: 0; 
  bottom: 0;  
  left: 0;
  width: 99%;
  background: #1382AC;
  opacity: 0.12;
  -moz-opacity: 0.12;
  filter:alpha(opacity=12);

}
#eshopcontrol .eshopcontrol-content {
  width: 100%;
  position: relative;
  padding-left: 10px;
}
* html #eshopcontrol .overlay {
  height: expression(document.getElementById("submenu").offsetHeight);
}
#eshopcontrol a {
	color: #006699;
	font-size: 12px;
	text-decoration: none;
}
#eshopcontrol li {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #666666;
	list-style-type: square;
}
#eshopcontrol ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#eshopcontrol a:hover {
	color: #333333;
	text-decoration: underline;
}
.controlmenulist {
	float: left;
	width: 48%;
  	display: block;
}





.polozka {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C7DBE5;
	border-bottom-color: #C7DBE5;
	float: left;
	width: 210px;
	margin-bottom: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 7px;
	height: 230px;
	position: relative;

}
.polozka input {
	border: 2px solid #CCCCCC;
	margin: 0px;
	margin-right: 3px;
	padding: 2px;
	font-size: 11px;
	text-align: center;
}
.polozka .cena {
	font-size: 14px;
	color: #BD1200;
	font-weight: bold;
}
.polozka .cenahide {
	display: none;
}
.polozka .cenasdph {
	font-size: 11px;
	color: #666666;
}
.polozka .kod {
	font-size: 11px;
	color: #999999;
}
.polozka .skladem {
	font-size: 11px;
	color: #339900;
	font-weight: bold;
}
.polozka .skladem img {
	vertical-align: middle;
	border: none;
}
.polozka .nadotaz {
	font-size: 11px;
	color: #999999;
	font-weight: bold;
}
.polozka .nadotaz img {
	vertical-align: middle;
	border: none;
}
.polozka .lhuta {
	font-size: 11px;
	color: #FF9900;
	font-weight: bold;
}
.polozka .lhuta img {
	vertical-align: middle;
	border: none;
}
.polozka .vyprodano {
	font-size: 11px;
	color: #F13F3A;
	font-weight: bold;
}
.polozka .vyprodano img {
	vertical-align: middle;
	border: none;
}
.polozka .thb {
	padding: 2px;
	margin-right: 6px;
	margin-top: 3px;
	border: 1px solid #C7DBE5;
	float: left;
}
.polozka .popis {
	font-size: 11px;
	color: #333333;
}
.polozka .nastavenipolozky {
	margin-top: 4px;
}
.polozka .nastavenipolozky img {
	border: 2px solid #C7DBE5;
	padding: 1px;
}
.akcenazbozi {
	background-image: url(images/akcenazbozi.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.akcenazbozinovinka {
	background-image: url(images/akcenovinka.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.novinka {
	background-image: url(images/novinka.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.polozka .doporucujeme {
	font-size: 11px;
	color: #BD1200;
	font-weight: bold;
}
.polozka .vyprodej {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}


#eshopcontrol {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
}
#eshopcontrol ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#eshopcontrol li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
}

.detailpolozky .cena {
	font-size: 18px;
	color: #BD1200;
	font-weight: bold;
}
.detailpolozky .cenasdph {
	font-size: 11px;
	color: #666666;
}
.detailpolozky .thb {
	padding: 2px;
	margin-right: 5px;
	margin-top: 3px;
	border: 1px solid #C7DBE5;
	float: left;
}
.detailpolozky .thumbs {
	background-color: #F2F2F2;
}
.detailpolozky .skladem {
	font-size: 12px;
	color: #339900;
	font-weight: bold;
}
.detailpolozky .skladem img {
	vertical-align: middle;
}
.detailpolozky .nadotaz {
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}
.detailpolozky .nadotaz img {
	vertical-align: middle;
}
.detailpolozky .lhuta {
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
}
.detailpolozky .lhuta img {
	vertical-align: middle;
}
.detailpolozky .vyprodano {
	font-size: 12px;
	color: #F13F3A;
	font-weight: bold;
}
.detailpolozky .vyprodano img {
	vertical-align: middle;
}
.detailpolozky .kod {
	font-size: 11px;
	color: #999999;
}
.detailpolozky #vlastnostitable, .detailpolozky #vyrobcetable {
	font-size: 11px;
	color: #666666;
	border: 1px solid #C7DBE5;
}
.detailpolozky h1 {
	padding-bottom: 10px;
}
.detailpolozky h3 {
	color: #BD1200;
}
.detailpolozky input {
	border: 2px solid #C7DBE5;
	margin: 0px;
	margin-right: 3px;
	padding: 2px;
	font-size: 11px;
	text-align: center;
}
.detailpolozky #nastavenipolozky {
	margin-top: 4px;
}
.detailpolozky #nastavenipolozky img {
	border: 2px solid #C7DBE5;
	padding: 1px;
}
.detailpolozky .doporucujeme {
	font-size: 11px;
	color: #BD1200;
	font-weight: bold;
}
.detailpolozky .vyprodej {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

.detailpolozky .doplnujicifunkce {
  padding-top: 10px;
  padding-bottom: 10px;

}
.detailpolozky .doplnujicifunkce ul {
  margin: 0px;
  padding: 0px;
}
.detailpolozky .doplnujicifunkce li {
  margin: 0px;
  padding: 0px;
	list-style: none;
	display: inline;
	margin-right: 20px;
}


.pagination {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7DBE5;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-align: right;
}
.pagination .pages a {
	font-size: 12px;
	padding: 3px;
/*	border: 0px solid #CCCCCC; */
	text-decoration: none;
}
.pagination .pages a:hover {
	font-size: 12px;
	background-color: #EEEEEE;
	font-weight: normal;
	border: 0px solid #FFFFFF;
}
.pagination img {
	border: 1px solid #C7DBE5;
	padding-left: 3px;
	padding-right: 3px;
}
.pagination .page-aktivni {
	font-size: 12px;
	background-color: #D7F5FF;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	padding: 3px;
	color: #006699;
}


#registerform input {
	border: 2px solid #C7DBE5;
	margin: 0px;
	margin-right: 3px;
	padding: 2px;
	font-size: 11px;
}
.inputarea {
	background-color: #EEEEEE;
	padding: 10px;
	border: 1px solid #C7DBE5;
}


#dodavatele {
	text-align: center;
}
#dodavatele img {
	border: 1px solid #C7DBE5;
}
#dodavatele table td {
	padding: 5px;
}
#header-logo {

	background-image: url(images/lasturka_01.jpg);
	background-repeat: no-repeat;
	height: 105px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
}

#loginbox {
  font-size: 12px;
  padding: 8px;
}
#loginbox input {
	border: 2px solid #C7DBE5;
	margin: 0px;
	padding: 2px;
	text-align: left;
	font-size: 14px;
	text-align: left;
	width: 95%;
}
#loginbox label {
	color: #666666;
}



#christmasbox, #doporucitbox {
  font-size: 12px;
  padding: 8px;
  width: 300px;
}
#christmasbox input, textarea, #doporucitbox input, textarea {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 2px solid #C7DBE5;
	margin: 0px;
	padding: 2px;
	text-align: left;
	font-size: 12px;
	text-align: left;
	width: 95%;
}
#christmasbox label, #doporucitbox label {
	color: #666666;
}
#christmasbox a, #doporucitbox a {
	color: #006699;
}
#christmasboxt a:hover, #doporucitbox a:hover {
	color: #000000;
}


#searchbox input {
	border: 1px solid #C7DBE5;
	margin: 0px;
	padding: 1px;
	margin-right: 2px;
	font-size: 11px;
}
input.blur {
	color: #999;
}



#sliderholder {
	position: relative;
	width: 450px;
	height: 225px;     
	float: left;
	background: url(images/ajax-loader.gif) no-repeat 50% 50%;
}
#sliderholder span {
	position: absolute;
  left:-10000px;
  top:auto;
  overflow: hidden;
}
#slider {

	height: 225px;
	position:relative;
	background: url(images/ajax-loader.gif) no-repeat 50% 50%;
}



#sliderright  {
  
  width: 213px;
  position: relative;
  float: left;
  border-left: solid 3px #FFF;
  padding: 10px;
  padding-top: 10px;
  

}
#sliderright #slideroverlay {
  position: absolute;
  top: 0; 
  bottom: 0;  
  left: 0;
  width: 100%;
  height: 225px;
  background: #000;
  opacity: 0.10;
  -moz-opacity: 0.10;
  filter:alpha(opacity=10);

}
#sliderright #sliderinfo {
  width: 100%;
  position: relative;
  
}
#sliderright h3 {
  color: #666;
  
}
#sliderright ul {
  margin: 0px;
  padding: 0px;
}
#sliderright li {
  margin-left: 18px;
  font-size: 11px;
  padding-bottom: 5px;
}
#sliderright a {
  margin: 0px;
}


#kalkulator {
  padding: 10px;
  background-color: #E3F0F5;
  display: none;
  border-top: solid 3px #FFF;
  position: relative;
}
#kalkulator .inputs {
  border: 2px solid #C7DBE5;
}
#kalkulator #kalkulatorclose {
  position: absolute;
  top: 0px;
  right: 30px;
  background-color: #FFF;
  padding: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  
}