@charset "UTF-8";  

* {
margin: 0;
padding: 0;
}

html {
	overflow: -moz-scrollbars-vertical;
  margin:0;
  padding:0;
  background-color: #E9E7E0;
}

body {
  font-family: Helvetica, Arial, Sans-serif; 
  font-size: 70%;
	margin: 0px;
	padding: 0px;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #1B57A3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}


/* top-nav */
#topnav .div2 {
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}
#topnav .div3 {
	float: right;
	padding-top: 7px;
	height: 38px;
}
#topnav .div3 a {
	margin-left: 15px;
	padding: 1px 0px 2px 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
#topnav .div4 {
	/*width: 510px; */
	clear: right;
	float: right;
	height: 32px;
	padding-right: 14px;
	margin-right: -16px;
	margin-top: 48px;
}
#topnav .div4 a {
	float: left;
	margin-right: 2px;
	width: 100px;
	height: 18px;
	padding-top: 7px;
	padding-bottom: 9px;
	background: url('../image/tab_1.png') no-repeat;
	text-align: center;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
#topnav .div4 a.selected {
	background: url('../image/tab_2.png') no-repeat;
	color: #FFF;
	padding-bottom: 10px;
	z-index: 3;
}
#topnav .div5 {
	clear: both;
}
#topnav .div5 .left {
	background: url('../image/header_1_left.png') no-repeat;
	width: 5px;
	height: 40px;
	float: left;
}
#topnav .div5 .right {
	background: url('../image/header_1_right.png') no-repeat;
	width: 5px;
	height: 40px;
	float: right;
}
#topnav .div5 .center {
	background: url('../image/header_1_center.png') repeat-x;
	height: 40px;
	margin-left: 5px;
	margin-right: 5px;
}
#topnav .div6 {
	clear: both;
	margin-bottom: 10px;
}
#topnav .div6 .left {
	background: url('../image/header_2_left.png') no-repeat;
	width: 5px;
	height: 32px;
	float: left;
}
#topnav .div6 .right {
	background: url('../image/header_2_right.png') no-repeat;
	width: 5px;
	height: 32px;
	float: right;
}
#topnav .div6 .center {
	background: url('../image/header_2_center.png') repeat-x;
	height: 32px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#topnav .div7 {
	float: right;
	padding-top: 2px;
}
#topnav .div8 {
	float: left; margin-top: 6px;
}
#topnav .div9 {
	float: left;
}
#topnav .div10 {
	float: left; 
	margin-top: 2px;	
}







#search {
	padding-top: 7px;
	padding-left: 5px;
	color: #FFF;
	font-weight: bold;
}
#search select {
	border: 1px solid #0A5391;
	padding: 1px;
}
#search a {
	color: #FFF;
}
#search input {
	border: 1px solid #0A5391;
	padding: 2px;
}
#breadcrumb {
	float: left;
	padding-top: 7px;
	padding-bottom: 11px;
	height: 13px;
	margin-bottom: 10px;
	color: #000000;
}
.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #FFC;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	clear: left;
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
	clear: right;
}

#content .top .left {
	/*background: url('../image/content_top_left.png') no-repeat;         */
	width: 5px;
	height: 32px;
	float: left;
}
#content .top .right {
	/*background: url('../image/content_top_right.png') no-repeat;   */
	width: 5px;
	height: 32px;  
	float: right;
}
#content .top .center {
	/*background: url('../image/content_top_center.png') repeat-x;   */
	margin-left: 5px;
	margin-right: 5px;
}
#content .top h1 {
	padding: 0px 0px 8px 7px;       
}
#content h1, .heading {
	/*color: #000000;   */
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	/*border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD; */
	background: #FFFFFF;
	padding: 10px 10px 1px 10px;
	min-height: 30px;
}
#content .bottom .left {
	/*background: url('../image/content_bottom_left.png') no-repeat;    */
	width: 5px;
	height: 5px;
	float: left;
}
#content .bottom .right {
	/*background: url('../image/content_bottom_right.png') no-repeat;  */
	width: 5px;
	height: 5px;
	float: right;
}
#content .bottom .center {
	/*background: url('../image/content_bottom_center.png') repeat-x;  */
	height: 5px;
	margin: 0 5px 10px 5px;
}
.box {
	margin-bottom: 10px;
	background: url('../image/box_top.png') no-repeat;
}
.box .top {
	padding: 8px 0px 8px 7px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
}
.box .bottom {
	height: 5px;
	background: url('../image/box_bottom.png') no-repeat;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color:#FFF;
}
.button span {
	color: #FFF;
	display: block;
	padding: 4px 12px 5px 5px;
	background: url('../image/button_right.png') top right no-repeat;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}  
#tab_description li {
   margin-left: 40px;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
.tags, .tags a {
	font-style: italic;
	font-size: x-small;
}
#module_cart .middle {
	padding: 5px;
}
.cart_module_total {
	padding: 0 3px 0 3px;
	font-size: 0.9em; 
	color: #222;
}
.cart_remove {
	margin-top: 3px;
	background: url('../image/list_remove_btn.gif') no-repeat left  transparent;
	padding-right:10px;
	cursor:pointer;
}
.cart_remove_loading {
	margin-top: 3px;
	background: url('../image/ajax_load.gif') no-repeat transparent;
	padding-right:10px;
}
.button_add_small, a.button_add_small:visited {
	margin-top: 3px;
	background: url('../image/button_add_small.png') no-repeat left center transparent;
	padding:5px;
	text-decoration: none;
	cursor:pointer;
}
#content .middle .box {
	float: left;
	margin: 0 6px 10px 6px;
	min-height: 0px;
}
#content .middle .box .middle {
	width: 158px;
	min-height: 0px;
}





                










      /* OLDDDDD */



div#header{
  height: 180px;
  background: #42423D;
}
div#header a{
  margin: 0; padding: 0;
}
div#header-logo a{
  margin: 0; padding: 0;
}
div#top-navig{
  height: 80px;
  background: #1A1613;
}
div#container{text-align:left}
div#content p{line-height:1.4;
padding: 0px 14px 10px 14px;}   
div#content h1{padding-left: 14px; line-height:1.4;}          
div#extra{background: /*#E9E7E0*/ white;}
div#footer p{margin:0;}

div#container{width:1000px;margin:0 auto}
div#wrapper{float:left;width:100%;background-color: white;}
div#content{
width: 620px;
margin: 0 200px;
margin-top: 30px;
min-height: 1200px;
position: relative; top: -16px;
color: #42423D;
}
div#navigation{
float:left;
width: 200px;
margin-left:-1000px;
background: #42423D;
}
div#navigation p {
padding-left: 10px;
}
img#top {
position: relative; top: -20px;
}
img#bottom {
position: relative; top: 20px;
float: bottom;
}
div#extra{float:left;width:180px;margin-left:-180px; margin-top: 20px;}
div#footer{clear:left;width:100%; background: #42423d; height: 4px;         /*26*/
position: relative; bottom: -14px; padding-top: 12px; }
div#footer2{text-align: center; margin-left: auto; margin-right: auto; clear:left;width:100%; background: #1A1613; height: 24px; position: relative; bottom: -14px; vertical-align: middle; padding-top: 12px; color: white;}
div#nav-top {
	background: url(../image/menu-top.png) no-repeat top left;
	width: 200px;
	height: 25px;
}
div#nav-bottom {
	background: url(../image/menu-bottom.png) no-repeat bottom;
	width: 200px;
	height: 25px;
}
div#extra-top {
	background: url(../image/extra-top.png) no-repeat top left;
	width: 200px;
	height: 25px;
}
div#extra-bottom {
	background: url(../image/extra-bottom.png) no-repeat bottom left;
	width: 200px;
	height: 25px;
}
div#nav-content {
	min-height: 340px;
	background: #42423D;
}
div#extra-content {
	min-height: 100px;
}
div#header-logo img {
    float: left;
}
div#top-navig-containter {
	width: 1000px; margin:0 auto;
}
div#nav-pocitadlo {background: white;}
div#extra-spodek {background: white;}

#banner img{
	margin-top: 20px;
}
div#content-bottom {
	background: url(../image/content-bottom.png) no-repeat bottom left;
	width: 1000px;
	height: 20px;
	margin-top: 50px;
}
#searchwrapper {
background: url(../image/search.png) no-repeat bottom;
width:180px; /*follow your image's size*/
height:50px;/*follow your image's size*/
background-repeat:no-repeat; /*important*/
padding:0px;
margin:0px;
margin-top: -14px;
position:relative; /*important*/
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:13px;
left:9px;
width:120px;
height:20px;
}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
margin-top: 3px;
top:9px;
left:143px;
width:27px;
height:26px;
}
div#main-column-1 {
	width: 400px;
	float: left;
}
div#main-column-2 {
	width: 220px;
	float: right;
	margin: 0;
	padding: 0;
	/*opacity: 0.8;*/
	color: #42423D;
	margin-top: -26px;
}

div#main-column-2 p {
	padding: 0;
	margin-left: -4px;
	padding-right: 4px;
}
#main-column-2 h1, h2, h3 {
  padding-top: 14px;
	padding-left: 0;
	margin-left: -5px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#accordion h3 {
  text-transform: none;
}
h1.home {
  padding-left: 20px;
  padding-top: 4px;
}
.kalendar_akci {
  margin-left: 14px;
}
.kalendar_akci th {
  border-bottom: 1px solid #888;
  padding: 6px;
  background: #F0F0F0;
  
}
.kalendar_akci td {
  border-bottom: 1px solid #D8D8D8;
  padding: 6px;
}












/*  LOG-IN BOX   */

#containerr {
	width:98px;
	margin:0 auto;
	position: absolute;
	margin-left: 902px;
	font:13px/16px "Lucida Grande", Arial, Sans-serif;
	color:#789;
}

#containerr a:link, a:visited {
	color: #3376d9;
	text-decoration:none;
}
#containerr a:hover {
	text-decoration:underline;
}
#containerr a img {
	border-width:0;
}
#topnav {
	/*padding:10px 0px 12px;*/
	font-size:11px;
	line-height:23px;
	text-align:right;
}
#topnav a.signin {
	background: #3D332A;                   /*#88bbd4     */
	padding:4px 6px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
	*background:transparent url("http://aext.net/example/twitterlogin/images/signin-nav-bg-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#topnav a.signin:hover {
	background: #42423D;
	*background:transparent url("http://aext.net/example/twitterlogin/images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
	*padding:4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover {
	*background-position:0 3px!important;
}

#containerr a.signin {
	position:relative;
	margin-left:3px;
}
#containerr a.signin span {
	background-image:url("http://aext.net/example/twitterlogin/images/toggle_down_light.png");
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 16px 6px 0;
}
#topnav a.menu-open {
	background:#ddeef6!important;
	color: #666666!important;
	outline:none;
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
#containerr a.signin.menu-open span {
	background-image:url("http://aext.net/example/twitterlogin/images/toggle_up_dark.png");
	color:#789;
}

#signin_menu {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	display:none;
	background-color:#ddeef6;
	position:absolute;
	width:210px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	padding:12px;
	top: 24.5px; 
	right: 0px; 
	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	color:#789;
	font-size:11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color:#6AC;
}
#signin_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a {
	color:#27B!important;
}
#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url('http://aext.net/example/twitterlogin/images/bg-btn-blue.png') repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

.tipsy-inner {
	padding:10px 15px;
	line-height:1.5em;
	font-weight:bold;
}
.tipsy {
	opacity:.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	padding:8px 8px;
	max-width:200px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#000;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url(http://aext.net/example/twitterlogin/images/tipsy-north.gif);
	background-position:top center;
}
.tipsy-south {
	background-image:url(http://aext.net/example/twitterlogin/images/tipsy-south.gif);
	background-position:bottom center;
}
.tipsy-east {
	background-image:url(http://aext.net/example/twitterlogin/images/tipsy-east.gif);
	background-position:right center;
}
.tipsy-west {
	background-image:url(http://aext.net/example/twitterlogin/images/tipsy-west.gif);
	background-position:left center;
}

#nav-content ul {margin: 0; padding: 0;}
#nav-content li
{
    display:list-item;
    list-style: none;
    float: left;
    height: 28px;
    width: 200px;
    margin: 0;
}
#nav-content li a
{
padding-left: 16px;    
color: #FFFFFF;
    text-decoration: none;
    height: 28px;
    display: inline;
    float: left;
    line-height: 28px;
    /*overflow: hidden;
    white-space: nowrap;*/
    width: 180px;
}
#nav-content li a:hover
{   
color: #E9E7E0;

}

a.test {
float: left;
margin: O;
padding: 0;
background: url("../image/header-logo.png") no-repeat ;
height:80px;
width:340px;
display: block;
}

a.test span {
display: none; // na skrytie toho textu
}
#nav-rozdelovac {
	padding-top: 14px;
}
.extra {margin: 0; padding: 0;margin-top: -6px;}
.extra li
{
    display:list-item;
    list-style: none;
    float: left;
    height: 28px;
    width: 200px;
    margin: 0;
}
.extra li a
{
padding-left: 16px;    
    text-decoration: none;
    height: 28px;
    display: inline;
    float: left;
    line-height: 28px;
    /*overflow: hidden;
    white-space: nowrap;*/
    width: 180px;
}
.extra li a:hover
{   
color: #42423D;

}
.news-box p {
   margin: 0;
   padding: 0;
}  
.news-box {
     width: 340px;
     -webkit-border-radius: 10px;
     -webkit-border-top-left-radius: 0;
     -moz-border-radius: 10px;
     -moz-border-radius-topleft: 0;
     border-radius: 10px;
     border-top-left-radius: 0; 
     background-color: #F4FFF9; 
     color: black;
     position: relative;
     margin-top: 20px;
     left: 14px;
     padding: 10px 0px 10px 0px; 
     border: 1px solid #E9E7E0;
     -webkit-box-shadow: 2px 2px 2px #E9E7E0; opacity: 0.8;
     
     
}

  

.news-box strong {
   font-size: 14px;
}
.content-box {
     text-align: justify;
     width: 570px;
     -webkit-border-radius: 10px;
     -webkit-border-top-left-radius: 0;
     -moz-border-radius: 10px;
     -moz-border-radius-topleft: 0;
     border-radius: 10px;
     border-top-left-radius: 0; 
     background-color: #F4FFF9; 
     color: black;
     position: relative;
     margin-top: 20px;
     left: 14px;
     padding: 10px;
     border: 1px solid #E9E7E0;
     -webkit-box-shadow: 2px 2px 2px #E9E7E0;
     -moz-box-shadow: 2px 2px 2px #E9E7E0; 
     box-shadow: 2px 2px 2px #E9E7E0; 
     opacity: 0.8;
}
.content-box p {
   margin: 0;
   padding: 0;
}

.content-box strong {
   font-size: 14px;
}
#main-column-2 ul {
   margin: O;
   padding: 0;
   list-style-type: none;
   width: 200px;  
}
#main-column-2 li {
   background: url(http://i765.photobucket.com/albums/xx297/final_fantasy_eternity/arrow_state_grey_right.png) no-repeat 0 50%;
   padding: 10px 10px 10px 30px;
   
}


#main-column-2 ul li a {
   color: black;
   text-decoration: none;
}

#main-column-2 ul li a:hover {
   text-decoration: underline;
     -webkit-box-shadow: 2px 2px 2px #E9E7E0;
}

#nove-cert li {
   background: url(http://i765.photobucket.com/albums/xx297/final_fantasy_eternity/arrow_state_grey_right.png) no-repeat 0 50%;
   padding: 10px 10px 10px 30px;
}
.best-sell li {
   background: url(http://i765.photobucket.com/albums/xx297/final_fantasy_eternity/arrow_state_grey_right.png) no-repeat 0 50%;
   padding: 10px 10px 10px 20px;
   list-style-type: none;
   margin-left: -6px;
}

.best-sell li a {
   text-decoration: none;
   color: #3376d9;
}

.best-sell li a:hover {
   color: black;
   text-decoration: underline;
   -webkit-box-shadow: 2px 2px 2px #E9E7E0;
   -moz-box-shadow: 2px 2px 2px #E9E7E0;
   box-shadow: 2px 2px 2px #E9E7E0;
}

.clanek-date {
  display: block;
  margin-top: 8px;  
  text-align: justify; 
}

#extra h4 {
  text-align: center;
  margin: 0;
  padding-top: 0;
  margin-bottom: 0;
} 




#header {
font-size : 11px;
line-height : 16px;
background-color : #000;
font-family : Tahoma, sans-serif;
margin: 0;
padding: 0;
}

#slide-runner a:link {
color : #fff;
text-decoration : none;
}
#slide-runner a:visited {
color : #fff;
text-decoration : none;
}
#header a img {
border : 0;
}
div.wrap {
width : 1000px;
margin : 0 auto;
text-align : left;
}
/*div#top div#nav {
float : left;
clear : both;
width : 1000px;
height : 52px;
margin : 22px 0 0;
}    */
div#top div#nav ul {
float : left;
width : 1000px;
height : 52px;
list-style-type : none;
}
div#nav ul li {
float : left;
height : 52px;
}
div#nav ul li a {
border : 0;
height : 52px;
display : block;
line-height : 52px;
text-indent : -9999px;
}

div#header div#slide-holder {
z-index : 40;
width : 1000px;
height : 180px;
position : absolute;
}
div#header div#slide-holder div#slide-runner {
width : 1000px;
height : 180px;
overflow : hidden;
position : absolute;
}
div#header div#slide-holder img {
margin : 0;
display : none;
position : absolute;
}
div#header div#slide-holder div#slide-controls {
left : 0;
/*bottom : 228px;   */
width : 1000px;
height : 46px;
display : none;
position : absolute;
/*background : url(../images/slide-bg.png) 0 0;    */
}  
div#header div#slide-holder div#slide-controls p.text {
float : left;
color : #fff;
display : inline;
font-size : 10px;
line-height : 16px;
margin : 15px 0 0 20px;      
text-transform : uppercase;
}
div#header div#slide-holder div#slide-controls p#slide-nav {
float : right;
height : 24px;
display : inline;
margin : 140px 15px 0 0;    /*odsazeni cisel */
}
div#header div#slide-holder div#slide-controls p#slide-nav a {
float : left;
width : 24px;
height : 24px;
display : inline;
font-size : 11px;
margin : 0 5px 0 0;        /* mezera mezi cislama*/
line-height : 24px;
font-weight : bold;
text-align : center;
text-decoration : none;
background-position : 0 0;
background-repeat : no-repeat;
}  
div#header div#slide-holder div#slide-controls p#slide-nav a.on {
background-position : 0 -24px;
}
div#header div#slide-holder div#slide-controls p#slide-nav a {
background-image : url(../image/silde-nav.png);
}
div#nav ul li a {
background : url(../image/nav.png) no-repeat;
}
#footer2 a {
   color: white;
   text-decoration: underline;
}


















ul.tabss {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	/*height: 32px; /*--Set height of tabs--*/
	height: 35px;
	/*border-left: 1px solid #999;*/
	width: 96%;
    margin-left: 10px;
    background: /*#42423D*/ #ccc;   
    -moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;  
	margin-top: -14px;
}
ul.tabss li {
	float: left;
	margin: 0;
	padding: 0;
	/*height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	height: 23px;
	/*line-height: 31px; /*--Vertically aligns the text within the tab--*/
	line-height: 23px;
	/*border: 1px solid #999;*/
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;  
	margin-left: 6px;
	margin-top: 6px;
	/*-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;*/
	-moz-border-radius:20px;
	-webkit-border-radius:23px;
}
ul.tabss li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 20px;
	/*border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	/*-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;*/
	-moz-border-radius:20px;
	-webkit-border-radius:23px;
	/*font-family: Helvetica, Arial, Sans-serif; 
  font-size: 100%;
  font-weight: normal;   */
}
ul.tabss li a:hover {
	background: #fff;
}
html ul.tabss li.active, html ul.tabss li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
}    
.tab_container {
	/*border: 1px solid #999;*/
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	/*padding: 20px;*/
	padding-top: 14px;
	text-align: justify;
}
.casak {
    padding-left: 10px;
    padding-right: 16px;
}
h3.nadpis {
    padding: 0;
    margin: 0;
    padding-left: 18px;
    padding-bottom: 4px;
}

.boxyy {
width: 584px;
margin-left: 18px;

}


ul.seznam {
margin: 0;
padding: 0;
margin-left: 30px;
}

#tab2 li {
 padding-left: 24px;
 padding-right: 10px;
 line-height: 20px;
}



.clear {
	clear:both
}
.block {
	margin:0 auto;
	text-align:left;
}
.element * {
	padding:5px; 
	margin:2px; 
	font-family:arial;
	font-size:12px;
}
.element label {
	float:left; 
	width:75px;
	font-weight:700
}
.element input.text {
	float:left; 
	width:270px;
	padding-left:20px;
}

.element .textarea {
	height:120px; 
	width:270px;
	padding-left:20px;
}
.element .hightlight {
	border:2px solid #9F1319;
	background:url(http://qualifood.cz/form/iconCaution.gif) no-repeat 2px
}
.element #submit {
	float:right;
	margin-right:10px;
}
.loading {
	float:right; 
	background:url(http://qualifood.cz/form/ajax-loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	display:none;
}
.done {
	background:url(http://qualifood.cz/form/iconIdea.gif) no-repeat 2px; 
	padding-left:20px;
	font-family:arial;
	font-size:12px; 
	width:70%; 
	margin:20px auto; 
	display:none
}
.qq-uploader { position:relative; width: 100%;}

.qq-upload-button {
    display:block; /* or inline-block */
    width: 105px; padding: 7px 0; text-align:center;    
    background:#880000; border-bottom:1px solid #ddd;color:#fff;
}
.qq-upload-button-hover {background:#cc0000;}
.qq-upload-button-focus {outline:1px dotted black;}

.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; min-height: 70px; z-index:2;
    background:#FF9797; text-align:center; 
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {background:#FF7171;}

.qq-upload-list {margin:15px 35px; padding:0; list-style:disc;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}

#file-uploader {
margin-left: 2px;
margin-top: 10px;
}

