/* ================== Vseobecne definicie zakladnych stylov =============== */

* {

margin: 0px;

padding: 0px;

}

img {
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #303062;
	text-align: center;
}


a	{
	text-decoration: none
}
a:hover	{
	text-decoration: underline;
	color: #cc0000;
} 


h1, h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 120%;
}

.small {
	font-size: 10px;
}

.euro {
	font-size: 10px;
	color: grey;
}
/* ================== obalka okolo celek strany =============== */

.pagewrapper {
	margin: auto;
	position: relative;
	width: 1000px;
	text-align: left;
	background: white;
}

/* ================== logo a vrchne menu =============== */

.hlavicka {
	position: relative;
	height: 110px;
	width: 1000px;
	border-bottom: 1px solid #303062;
}

.logo {
	display: block;
	width: 100%;
	height: 88px;
	background: url("../img/cz_vrch_vlevo.jpg") top left no-repeat;
	background-color: #CEDFF1;
	text-align: right;
}

.menu {
	text-align: center;
	width: 100%;
	padding: -2px 0 3px 0;
	line-height: 22px;
	font-weight: bold;
	color: #000080;
	background-color: white;
}

.menu a {
	color: #8C8A8C;
	text-decoration: none;
}
.menu a:hover {
	color: #6C6A6C;
}

/* ================== prihlasovacie udaje o uzivatelovi a rozne info =============== */

.lista {
  background-color: #95B2D0;
	height: 20px;
  color: #3C4973;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  border-bottom: 1px solid #303062;
	margin: 0; 
  text-align: left;
  padding-left: 5px;
  clear: both;
}

.lista a {
	color: #303062; 	
	text-decoration: none;
}

.lista a:hover {
	color: #606092;
}

/* ================== pravy stlpec =============== */

.paragon {
   width: 180px;
   margin-left: 0px;
   margin-right: 5px;
}

.objednavka {
   background-color: #fc7529;
	 font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   text-align: center;
   color: white; 
   padding: 5px;
}
.objednavka a {
	color: white;
}

.paragon table {
	width: 100%;
	background: #303062;
}

.objednat  {
	position: relative;
	width: 180px;
  margin-bottom: 10px;
}

.objednat ul {
	list-style: none;
}

.objednat li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: white;
	background: #fc7529;
	text-decoration: none;
	padding: 2px;
	
}

.objednat li a:hover {
	color: black;
	background: #fc7529;
	text-decoration: none;
}


.paragon th {
   background-color: #303062;
	 font-size: 11px;
   font-weight: bold;
   color: white;
   padding-left: 2px;
   padding-top: 2px;
   padding-bottom: 2px;
}

.paragon td {
   background-color: #cccccc;
	 font-size: 10px;
   color: black; 
   padding-left: 2px;
   padding-right: 2px;
}

.paragon .sum {
   background-color: #f0f0f0;
	 font-size: 11px;
   font-weight: bold;
   color: black; 
   padding: 2px;
}


.sidebar {
	margin-top: 11px;
	margin-left: 5px;
	float: left;
	width: 180px;
}

.rightbox {
	width: 176px;
	border-right: 1px #aaaaaa solid;
	border-left: 1px #aaaaaa solid;
	border-top: 1px #aaaaaa solid;
	border-bottom: 1px #aaaaaa solid;
	background: #f0f0f0;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 2px;
}

.infobox {
	width: 176px;
	border-right: 1px #aaaaaa solid;
	border-left: 1px #aaaaaa solid;
	border-top: 1px #aaaaaa solid;
	border-bottom: 1px #aaaaaa solid;
	background: #f0f0f0;
	position: relative;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 2px;
}


.vpravo_nadpis {

	background: #303062;
	width: 177px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	height: 20px;
	
}

.vpravo_nadpis h3 {
	font-weight: bold;
	font-size: 13px;
  line-height: 20px;
	color: #e8f2fb;
}


.akcia{
  width: 100%;
}

/* ================== lavy stlpec =============== */


.vlevo {
	margin-top: 11px;
	float: left; 
  width: 193px;
}

.search{
  margin-top: 7px;
  margin-left: 7px;
  margin-bottom: 7px;
}

.box {
	width: 194px;
	border-left: 1px #aaaaaa solid;
	border-top: 1px #aaaaaa solid;
	border-bottom: 1px #aaaaaa solid;
	background: #CEDFF1;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.box ul {
	padding-left: 0px;
	list-style: none;
}

.box li {
	position: relative;
	width: 174px;
}


.box .kategorie li a {
	display: block;
	width: 186px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 2px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px #c8d0dd solid;
	border-top: 1px #eaeff4 solid;
}

.box .kategorie li a.active {
	padding-left: 6px;
	background: white;
}

.box .kategorie li a:hover {
	padding-left: 6px;
	background: #ffffc0;
}

.box .kategorie li ul.podkategorie {
	margin-left: 10px;
	padding: 0px;
	width: 184px;
	background: #e8f2fb;
}

.box .kategorie ul.podkategorie a{
	font-size: 11px;
	font-weight: normal;
	width: 178px;
	padding-right: 0px;
	border-top: 1px solid #e0eaf3;
}

.box .kategorie ul.podkategorie a.active{
	color: #a00000;
	width: 178px;
}

.sipka {
	position: absolute;
	left: -10px;
	top: 5px;
}


.vlevo_nadpis {
	border-left: 1px #aaaaaa solid;
	border-top: 1px #aaaaaa solid;
	_order-bottom: 1px #aaaaaa solid;
	_order-right: 1px #aaaaaa solid;

	margin-left: 5px;
	
	background: #003366;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	width: 194px;
	height: 20px;
}

.vlevo_nadpis h3{
	text-transform: uppercase;
  font-size: 13px;
	color: #e8f2fb;
  line-height: 20px;
}

/* ================== hlavna cast obrazovky =============== */

.obsah{
	float: left;
  width: 600px;
	margin-top: 9px;
	margin-left: 10px;
	padding-left: 2px;
	background-color: white;
}

.karta_zbozi {
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 12px;
}

.karta_zbozi img {
	float: right;
}

#warning {
	color: red;
	font-weight: bold;
	text-align: center;
}

/* ================== katalog tovaru =============== */

.zbozi {
  width: 100%;
}


.zbozi th {
	text-transform: uppercase;
	border-top: 1px #303062 solid;
	border-bottom: 1px #303062 solid;
  border-left: 1px solid #c0c0c0;
	
  background-color: #95b2d0;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  color: white;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.zbozi td {
  background-color: white; #ECE9D8;
  text-align: left;
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 6px;
  padding-right: 5px;
  border-bottom: 1px solid #c0c0c0;
  border-top: 0px;
}

.zbozi .foto {
  background-color: white;
  width: 10px;
  border-left: 1px solid #c0c0c0;
}

.zbozi .foto img{
    float: left;
}

.zbozi .cena{
  background-color: #ECE9D8;
  text-align: left;
  vertical-align: bottom;

  font-size: 14px;
  font-weight: bold;
  color: #800000;
}

.zbozi .cena a {
  text-decoration: none;
  color: red;
}

.zbozi h3 a{
  color: #33334F;
  text-decoration: none;
  font-size: 15px;
}

.zbozi h3 a:hover{
  text-decoration: underline;
}

.zbozi .popis {
	width: 300px;
}

.obj_suma {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.zbozi .cena{
  font-size: 13px;
  font-weight: bold;
  width: 110px;
  color: #33334F;
}

.tabcena {
  width: 350px;
}

.tabcena td {
  background-color: #ECE9D8;
  text-align:right;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 10px 5px 5px;
  color: black;
}

.tabcena ath {
  background-color: #ECE9D8;
  text-align:right;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 10px 5px 5px;
}


.tabcena {
  background-color: #33334F;
  text-align: center;
  font-size: 11px;
	color: #ECE9D8; 
}

.tovar_v_kosi {
	margin-top: 11px;
	width: 100%;
}

.tovar_v_kosi th {
	font-weight: bold;
}

.tovar_v_kosi tr {
}

.formbutton {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.filter {
	font-size: 11px;
}
.filter_active {
	color: red;
}

/* == Paticka == */
.footer {
	position: relative;
	width: 1000px;
	height: 22px;
	clear: both;
	color: #DEE7F7;
	font-size: 10px;
	background: #313063;
	text-align: center;
	margin: 0 auto;
}


.footer a {
  color: #DEE7F7;
	font-size: 10px;
}


