@media screen {
body { margin: 0px; padding: 0px; font: 73%/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif; color: #484848; text-align: center; background-color: #dedbdb; }
a:link, a:visited { color: #0e638c; text-decoration: underline; }
a:active, a:hover { color: #61891f; text-decoration: underline; }
h1, h2, h3, h4, h5, h6 {font-weight: normal; font-family:'myriad pro', arial, helvetica, sans-serif; color: #474747;line-height: 110%;}
h1 {margin: 16px 0 16px; padding: 0; font-size: 250%; font-weight:normal;}
h2 {
	margin: 1em 0 1em;
	padding: 0;
	font-size: 200%;
}
h2 span {
	color: #83b92a;
	font-size: .9em;
	padding-left: 50px;
}
h3 { margin: 1em 0 1em; padding: 0; font-size: 160%; }
h4 {margin:0.2em 0 0.4em; font-size:130%; }
h5, h6 {margin:0em 0 0.5em; font-size:100%; }
img { border: 0; } 
form .submit {
	text-align: right;
	margin: 10px 0 5px 0;
}

button {
	background: #81b729 url(../img/butback.png) no-repeat;
	border: 1px solid #708090;
	color: white;
	height: 25px;
	margin-right: 14px;
}
input {
	background: url(../img/input_01.gif) repeat-x;
	height: 20px;
	border: 1px solid #4d6a8a;
	padding: 2px 6px 1px 6px;
	line-height: 20px;
	margin-bottom: 5px;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
}
.nadpis {
	background-color: #e4e4e4;
	margin: 0 0 16px 0;
	padding: 10px;
}
.inputbox {
	background: url(../img/input_01.gif) repeat-x;
	border: 1px solid #b2afaf;
	padding: 2px 6px 1px 6px;
	line-height: 20px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	height: 25px;
}
textarea  {
	background: url(../img/input_02.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #4d6a8a;
	padding: 6px;
	width: 550px;
	height: 150px;
	margin-bottom: 5px;
	font-size: 100%;
}
label {
	width: 100px;
	height: 1em;
	float: left;
	display: block;
	color: #696969;
	font-weight: bold;
	clear: both;
	text-align: left;
}
form label {
	width: 200px;
	padding-top: 4px;
	padding-left: 50px;
}
table{border: 1px solid #778899; margin: 1em 0 2em; font-size:100%; border-collapse: collapse; 
width: 100%;
 clear:both; }
table th,
table thead th {border: 1px solid #add8e6; border-bottom: 1px solid black; padding: 4px 6px 4px 6px; background: #2e90ca;  color: white;  font-weight: normal;   }
th, td { padding: 4px 6px 4px 6px; border: 1px solid #c1d1df; background: #fff; text-align:left;  vertical-align: top;  background-color: #eaeff4;  }
.even td{background:#edf8dc; }

.clear_table,
.clear_table thead th {
	border: 0;
}
.clear_table th,
.clear_table td {
	background: white;
	border: 0;
}

/* nové styly */
#hlavicka {background: url(../img/bg.gif) top repeat-x;  height: 100px; }
#hlavicka .blok_hl {margin:0 auto; width:950px;  height: 100px;  text-align: left;   }

#menu { padding:0; margin:0; width:500px; float:right; height:78px;  position: relative; }
#menu ul { padding:0; margin:0; list-style:none; border:0; float:right;}
#menuu ul li { float:left; margin:0 1px 0 0; border:0; padding:0;}
#menuu ul li a { float:left; margin:0; padding-top:30px; padding-bottom:34px; padding-left:20px; padding-right:20px; color:#fff; font: normal 14px Arial, Helvetica, sans-serif; text-decoration: underline;}
#menuu ul li a:hover {  background: url(../img/hover_1.gif) repeat-x; color: black; text-decoration: none; }
#menuu ul li a.active {background: url(../img/hover_1.gif) repeat-x; color: black; text-decoration: none;}
#obalka { margin:0 auto; width:950px;  text-align: left;  }

#menu li.back {
    background: url("../img/hover_1.gif") repeat-x right;
    width: 9px; height: 78px;
    z-index: 8;
    position: absolute;
}

#menu li.back .left {
    background: url("../img/hover_1.gif") repeat-x top left;
    height: 78px;
    z-index: 8;
}
#menu li a {
	float: left;
	z-index: 10;
	margin: 0;
   outline: none;
	padding-top: 30px;
	padding-bottom: 34px;
	padding-left: 20px;
	padding-right: 20px;
   display: block;
   position: relative;
	color: #fff;
	font: normal 14px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#menu li {
    float: left;
    list-style: none;
}

				
				
.bblok {
	background-color: white;
	width:950px;
	position: relative;
	margin-bottom: 18px;
}
.bblok .in {
	padding: 30px 40px 30px 40px;
}

/* CORNERS */
.cor{overflow:hidden; position:absolute; background-repeat:no-repeat; display:block;width:10px; height:10px; background-image:url('../img/kolo1.png');}
.cor1{overflow:hidden; position:absolute; background-repeat:no-repeat; display:block;width:5px; height:5px; background-image:url('../img/cor1.png');}
.cor-l{top:0; left:0; background-position:0 0;}
.cor-r{top:0; right:0; background-position:100% 0;}
.cor-bl{bottom:0; left:0; background-position:0 100%;}
.cor-br{bottom:0; right:0; background-position:100% 100%;}

.vyrazny { color: #757575; font-size: 1.2em; font-weight: bold; }

/* reference */
.refer { width: 33%; float: left; text-align: center; padding: 0 0 40px 0; height: 300px; }
.refer h2 { font-size: 130%; margin: 0 0 10px 0; padding: 0; }
.refer p { margin: 0 12px 0 12px; font-size: .9em; text-align: left; }
.referp { width: 50%; float: left; text-align: center; padding: 0 0 40px 0; height: 240px; }
.referp img { border: 3px solid #dcdcdc; }
.referp h2 { font-size: 120%; margin: 14px 0 10px 0; padding: 0; font-weight: normal; }

/* interni třetinový box */

.boxin3 { width: 264px; }
.boxin3_top { width: 264px; height: 42px; color: white; background-color: #636363; background: url(../img/rm_3_1.gif) no-repeat; }
.boxin3_mid { background: white url(../img/rm_3_2.gif) repeat-y; }
.boxin3_down { width: 264px; height: 10px; background: url(../img/rm_3_3.gif) no-repeat; }
.boxin3 h2 { color: white; padding: 0; margin: 0; font-weight: normal; line-height: 42px; font-size: 18px; text-align: center; }
.boxin3 .in { padding: 6px 14px 10px 14px; height: 240px; }


.stred {
	float: left;
	margin-left: 40px;
}

/* tretinový box */
.box3 {
	width: 302px;
	background: white url(../img/bg_3.gif) repeat-y;
}
.box3 .in {
	padding: 16px;
	height: 160px;
}
.box3 .in img {
	float: left;
	margin: 0 20px 14px 0;
}
.box3 .vice {
	float: right !important;
	padding: 0 16px 16px 0;
}
.box3_top { width: 302px; height: 39px; color: white; background-color: #636363; }
.box3_top_1 { background: url(../img/bg_3_top_1.gif) no-repeat; }
.box3_top_2 { background: url(../img/bg_3_top_2.gif) no-repeat; }
.box3_top_3 { background: url(../img/bg_3_top_3.gif) no-repeat; }
.box3_down {
	width: 302px;
	height: 7px;
	background: url(../img/bg_3_down.gif) no-repeat;
}
.box3_ar h2 {
	color: #e7e7e7;
	padding: 0 0 0 60px;
	margin: 0 0 0 20px;
	font-weight: normal;
	line-height: 39px;
	visibility: hidden;
}

/* doporučujeme box */
.dopo {
	float: right;
	width: 320px;
	background-color: gray;
	margin: 0 0 16px 16px;
	padding: 10px;
}

/* polovicni box */
.box2 {
	width: 402px;
	background: white url(../img/box2_2.gif) repeat-y;
}
.box2_top { width: 402px; height: 40px; color: white; background-color: #636363; }
.box2 .tech { background: url(../img/box2_1.gif) no-repeat; }
.box2 .obch { background: url(../img/box2_4.gif) no-repeat; }
.box2_down { width: 402px; height: 9px; background: url(../img/box2_3.gif) no-repeat; }
.box2 .mid { height: 200px;  margin: 6px 30px 0 30px;  }

.box2 h2 {
	background: #535353;
	color: white;
	padding: 10px 0 10px 30px;
	margin: 0;
	font-size: 1.8em;
	font-weight: normal;
	visibility: hidden;
}
.box2 .big {
	font-size: 1.4em;
	line-height: 1.4em;
}
form .submit {
	text-align: right;
	margin-right: 45px;
}

.design {
	background: url(../img/motyl.png) no-repeat left;
}
.kolecka {
	background: url(../img/kolecka.png) no-repeat left;
}
.kosik {
	background: url(../img/kosik.png) no-repeat left;
}





/* Easy Slider */

.gallery { float:right; width:476px; height:282px;  background: url(../img/slider_bg.png) no-repeat; }
#slider { padding:0; margin: 18px 0 0 17px; list-style:none; }
#slider ul,
#slider li { margin:0; padding:0; list-style:none; }
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider ul { width:441px; height:246px; overflow:hidden; }
		
	/* numeric controls */	

ol#controls{
	margin: 20px 0 20px 20px;
	padding: 0;
	height:26px;	
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:24px;
	line-height:24px;
	width: 23px;
	}
ol#controls li a{
	float:left;
	height:24px;
	line-height:24px;
	width: 23px;
	color:#555;
	padding:0;
	text-decoration: none;
	background: url(../img/sl_normal.gif) no-repeat;
	text-align: center;
	font-size: 12px;
	}
ol#controls li.current a{
	background: url(../img/sl_hover.gif) no-repeat;
	text-decoration: none;
	line-height:24px;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */


#obalka #in {
	width: 940px;
	margin-left: 35px;
	padding-bottom: 15px;
}
#main_odkaz img {
	width: 200px;
	height: 60px;
	border: 0;
	float: left;
}

#zapati {
	margin-top: 20px;
	background-color: black;
	width:920px;
	padding-left: 30px;
	height: 32px;
	position: relative;
	color: #ededed;
	line-height: 32px;
}
#zapati a {
	color: #ededed;
}


.radio {
	width: 16px;
	background: transparent none;
	margin-right: 6px;
}

/* styly pro chybne polozky formulare */
form label.error {   
	color: #bb2821;
	display: block;
	font-weight: normal;
	width: 90%;
	padding: 0;
	margin: 0 0 0 250px;
	text-align: left;
	clear: both;
	height: 20px;
}

.alert {
	background-color: #ffeeee;
	border: 1px solid #b22222;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}


.printer {
	display: none;
}
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0px;
	padding:0px;
	background:transparent;
	line-height: 1px;
}
.center { text-align:center; }

.vpravo {
	text-align: right;
}
.right {
	float: right;
}
.left {
	float: left;
}
.middle {
	float: left;
	padding-left: 22px;
}
.wdat {
	width: 90px;
}
.w250 {
	width: 250px;
}
.w300 {
	width: 300px;
}
.w400 {
	width: 400px;
}

.p_l {
	width: 48%;
	float: left;
}
.p_r {
	width: 48%;
	float: right;
}

.oddelovac {
	height:1px;
	font-size:1px;
	clear:both;
	background: url(../img/oddelovac.gif) repeat-x;
	margin: 8px 0 0 0;
}

.delitko {
	height:7px;
	font-size:7px;
	background: url(../img/delitko_1.gif) no-repeat;
}

.ilustrace {
	float: right;
	border: 1px solid silver;
	padding: 3px;
	margin: 0 0 10px 10px;
}

/* ios blue (inspired by Apple iOS buttons)
*******************************************************************************/
button.ios-blue {
  background: #2260dd;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background: -moz-linear-gradient(0% 100% 90deg, #2463de 0%, #2260dd 50%, #376fe0 50%, #779be9 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #779be9), color-stop(0.5, #376fe0), color-stop(0.5, #2260dd), color-stop(1, #2463de));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  height: 30px;
  padding: 4px 0 12px 0;
  text-align: center;
  width: 130px;
  -webkit-background-clip: padding-box;
}

button.ios-blue:hover {
  background: #1d55c4;
  background: -moz-linear-gradient(0% 100% 90deg, #1d55c4 0%, #1d55c4 50%, #3263c7 50%, #6989cf 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #6989cf), color-stop(0.5, #3263c7), color-stop(0.5, #1d55c4), color-stop(1, #1d55c4));
  -webkit-background-clip: padding-box;
}

button.ios-blue:active {
  background: #1a4aab;
  background: -moz-radial-gradient(50% 31% 0deg,circle cover, rgba(38, 76, 153, 0.4), rgba(11, 23, 46, 0.4)),-moz-linear-gradient(0% 100% 90deg, #1b4bab 0%, #1a4aab 50%, #2b57ad 50%, #5c78b5 100%);
  background: -webkit-gradient(radial, 50% 20%, 75, 50% 50%, 0, from(rgba(38, 76, 153, 0.4)), to(rgba(11, 23, 46, 0.4))), -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #5c78b5), color-stop(0.5, #2b57ad), color-stop(0.5, #1a4aab), color-stop(1, #1b4bab));
  color: #ddd;
  -webkit-background-clip: padding-box;
}

}