/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/

body {
	background:url('/img/background.png') repeat-x left top #2f571c;
	margin:0px;
	padding:0px;
}

a {
	color:#2f571c;
}

a:visited {
	color:#2f571c;
}

a:hover {
	text-decoration:none;
}

h1, h2, h3, h4, h5 {
	color:#2f571c;
}

img {
	border:0;
}

/**************************************/
/*              HEADER                */
/**************************************/

#header {
	background:url('/img/header.jpg') no-repeat top left;
	height:183px;
	position:relative;
}

#header h1 {
	display:none;
}


/**************************************/
/*             NAVIGATION             */
/**************************************/

/* top menu */
#header .simpleMenu {
	height:30px;
	position:absolute;
	bottom:1px;
	margin:0;
	padding:0;
}

#header .simpleMenu li {
	display:inline;
	font-weight:bold;
	list-style-type:none;
	padding:6px 10px;
}

#header .simpleMenu li a {
	color:white;
	text-decoration:none;
}

/* category menu */
#categories ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#categories ul li {
	font-size:1.2em;
}

#categories ul li a {
	text-decoration:none;
	font-weight:bold;
	color:#BADABC;
}

#categories ul li ul {
	display:none;
}

#categories ul li ul li {
	font-size:90%;
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#pagecontent {
	background:url('/img/content-background.png') repeat-y left top;
}

#maincontent {
	background:url('/img/main-content-background.png') repeat-x left top;
}

/* Kategorie */
div#categories {
	padding: 0 0 10px 10px;
	background:url('/img/cats-background.png') repeat-y left top;
	color:#badabc;
}

div#contact {
	padding-left:10px;
	background:url('/img/contact-background.png') repeat-y left top;
}

#leftcolumn .heading, #rightcolumn .heading {
	background:url('/img/colheading-background.png') repeat-x left top;
	line-height:24px;
	padding-bottom:14px;
	margin-left:2px;
	margin-right:5px;
	color:white;
	font-weight:bold;
	text-align:center;
}

#rightcolumn .heading {
	margin-right:2px;
	margin-left:0;
}

/* adresa */
#address {
	padding:20px 0;
	color:#badabc;
}

#address a {
	color:white;
}

/* novinky */
#novinky, #akcie {
	padding:5px;
}

#novinky p, #akcie p {
	margin-top:0;
}

.novinky h4 {
	line-height:33px;
	background:url('/img/new-icon.png') no-repeat left top;
	padding-left: 40px;
}

/* Kosicek */

a.kosicek {
	display:block;
	height:43px;
	padding-left:50px;
	text-decoration:none;
	background:url('/img/cart-icon.png') no-repeat left top;
	color:white;
}

/* cesta kategorii */

.catspath a {
	font-weight:bold;
	text-decoration:none;
}

.catspath a:hover {
	text-decoration:underline;
}

/* Tabulka produktov */
table.produkty {
	width:540px;
	border-collapse:separate;
	border:0;
	margin-top:10px;
}

table.produkty tr td input {
	width:50px;
}

table.produkty tr td {
	vertical-align:top;
	width:50%;
	margin:0px;
	padding:9px;
	border-bottom:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
}

table.produkty tr td.name, table.najpredavanejsie tr td.name {
	font-weight:bold;
	color:#585858;
}

table.produkty tr td a img.thumb {
	float:left;
	margin-right:4pt;
	border:1px solid #ccc;
}

table.produkty tr td.price-box {
	color:#666;
	font-size:0.9em;
}

table.produkty tr td.description p {
	margin:0;
	font-size:0.9em;
}

table.produkty tr td div.price {
	font-weight:bold;
}

table.produkty tr td div.price span {
	position:relative;
	top:25px;
}

table.produkty tr td span.price {
	font-weight:bold;
	font-size:1.2em;
	color:#2f571c;
}

table.produkty tr td div.price a {
	float:right;
}

table.produkty thead tr td {
	font-weight:bold;
}

table.produkty tfoot tr td {
	border-bottom:0;
}

span.noprice {
	text-decoration:line-through;
	padding-right:5px;
}

/* Vyhladavanie */
div.search {
	padding-top:20px;
	background:url('/img/search.png') no-repeat 0px 39px;
	height:40px;
}

div.search span {
	color:white;
}

div.search input {
	padding:0;
	display:block;
	float:left;
	margin-right:4px;
}

div.search input.srch {
	background:transparent;
	border:0;
	width:123px;
	outline:0;
	padding:3px;
}

table.search {
	border:0;
}

table.search tr td {
	border:0;
}
/* Objednavka */

table.objednavka {
	border:0;
}

table.objednavka tr td, table.objednavka tr th {
	border:0;
}

table.objednavka tr th {
	text-align:left;
}

table.objednavka tr td input {
	width:200px;
}

table.objednavka tr td button {
	float:none;
}

table.objednavka tr td button:hover {
	border-color:#2f571c;
	background:#badabc;
	color:#777;
}

/* fancy nahlady */
#fancy_title table, #fancy_title table tr td {
	border:0;
}

/**************************************/
/*               FOOTER               */
/**************************************/

#footer {
	background:url('/img/footer.png') no-repeat left top;
	text-align:center;
	padding-top:18px;
	color:#d7d7d7;
	font-size:90%;
	height:60px;
}

#footer a {
	background:none;
	padding:0;
	margin:0;
}

.d-none {
	display:none;
}
