/* COMMON STYLES */
body {
  background: url('/img/bgr-body.jpg') repeat-x top left #000;
	font: 75%/1.4 Arial, sans-serif;
	color: #baad92;
	text-align: center;
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, sans-serif;
}

td, th, input, textarea {
	font-size: 100%;
	_font-size: 75%;
	_f\ont-size/**/: 100%;
}

h1 {
  font: 2em Georgia, "Times New Roman", serif;
  color: #525531;
  margin: 55px 0 10px 0;
  padding: 0;
}

h1 span {
	display: none;
}

h2 {
  font: 1.6em Georgia, "Times New Roman", serif;
  color: #525531;
  margin: 1em 0 0.2em 0;
  padding: 0;
}

a {
	color: #b3914f;
}

a:hover {
	color: #525531;
}

form {
  margin: 0;
  padding: 0;
}

form th {
	vertical-align: top;
}

fieldset {
  border: 1px solid #515532;
  margin-bottom: 1em;
  padding: 7px;
}

legend {
  color: #515532;
}

th, td {
	text-align: left;
	vertical-align: top;
	padding: 3px 6px;
}

table {
  font-size: 100%;
}

th {
  background: #3d3836;
}

table.formatted {
  width: 500px;
  border: 1px solid #515532;
}

table.formatted td {
  text-align: center;
}

table.formatted.cart td,
table.formatted.adr td {
  text-align: left;
}

table.formatted.cart td.center {
  text-align: center;
}  

tr.highlight,
table.formatted td  {
  background: #222;
}

table.adr th {
  text-align: right; 
  width: 40%;
}

ul {
  list-style: square;
}

address {
  font-style: normal;
  margin-bottom: 1em;
}

p.info,
p.err,
p.oki,
.results {
  background: #3d3836;
  padding: 15px;
  text-align: center;
  width: 470px;
  _width: 500px;
}

.results {
  text-align: left;
  list-style: square;
  list-style-position: inside;
  font-size: 120%;
}

label.err {
  padding: 0;
  text-align: left;
  color: red;
}

.hidden {
  display: none;
}

.submit {
  width: 120px;
  cursor: pointer;
}

.fright {
  float: right;
}

.center {
  text-align: center;
}

/* DEFAULT ENGINE */
#screen {
  background: url('/img/bgr-screen.jpg') no-repeat 0 148px #000;
	position: relative;
	width: 800px;
	text-align: left;
	margin: 0 auto;
	padding-top: 148px;
}

#main {
  float: right;
  width: 568px;
}

#content {
	padding: 10px;
	padding-right: 20px;
}

/* HEADER */
#header {
  background: url('/img/bgr-header.jpg') no-repeat top left;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 148px;
}

#logo {
  position: absolute;
  left: 0; top: 0;
}

#logo, #logo span {
	width: 285px; height: 78px;
	position: absolute;
	display: block;
	left: 0; top: 0;
}

#logo {
  top: 60px; left: 259px;
}

#logo span {
  background: url('/img/logo.jpg') no-repeat top left;
}

#logo a span {
  _cursor: hand;
}

#cartbox {
  position: absolute; 
  top: 7px; right: 7px;
}

#order-btn {
  position: absolute;
  top: 31px; right: 3px;
  _right: 2px; /* dealing with 1px IE bug */
  width: 87px; height: 86px;
  display: block;
  overflow: hidden;
}

#order-btn span {
  background: url('/img/btn-objednat.jpg') no-repeat top left;
  position: absolute;
  top: 0; right: 0;
  width: 100%; height: 100%;
  display: block;

}

#order-btn:hover span {
  background-position: 0 -86px;
}

/* LEFT */
h2#search {
  position: relative;
  width: 78px; height: 19px;
  display: block;
  overflow: hidden;
  margin: 10px 0 4px 30px;
  padding: 0;
}

h2#search span {
  background: url('/img/h2-vyhledavani.gif') no-repeat top left;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: block;
}

#left {
  margin-left: 3px;
  width: 210px;
  float: left;
}

#searchForm {
  margin: 0;
  padding: 0;
}

#searchValue {
  width: 144px; height: 23px;
  background: url('/img/search-field.jpg') no-repeat top left;
  border: 0;
  margin-left: 30px;
  padding: 4px;
  float: left;
  color: #b3914f;
  text-align: center;
}

#searchSubmit {
  width: 28px;
  height: 23px;
  background: url('/img/search-btn.jpg') no-repeat top left;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

/* MENU */
#menu {
	position: absolute;
	left: 242px; top: 155px;
	margin: 0; padding: 0;
}

#menu li {
  width: 150px; height: 30px; 
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#menu li a {
  cursor: pointer;
}

#menu li a,
#menu li strong {
  width: 100%; height: 100%;
  display: block;
  position: relative;
}

#menu li a span,
#menu li strong span {
  background: no-repeat top left;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: block;
}

#menu li a:hover span,
#menu li strong span {
  background-position: 0 -30px;
}

#menu li#root span {
  background-image: url('/img/btn-uvodni-strana.jpg');
}

#menu li#obchodni-podminky {
  width: 188px;
}

#menu li#obchodni-podminky span {
  background-image: url('/img/btn-obchodni-podminky.jpg');
}

#menu li#kontakt {
  width: 102px;
}

#menu li#kontakt span {
  background-image: url('/img/btn-kontakt.jpg');
}

#menu li#kosik {
  width: 115px;
}

#menu li#kosik span {
  background-image: url('/img/btn-kosik.jpg');
}

/* LEFT MENU */

#lmenu {
  width: 172px;
  background: url('/img/bgr-menu.jpg') repeat-y top left;
  /* font-family: Georgia, "Times New Roman", serif; */
  font-size: 115%;
  font-weight: bold;
  margin : 15px 0 0 30px; 
}

#lmenu ul.main {
  background: url('/img/bgr-menu-top.jpg') no-repeat top left;
  list-style: none;
  padding: 15px 0 10px 15px;
  margin: 0;
}

#lmenu ul.main li {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

#lmenu ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 25px;
}

#lmenu ul li ul li a {
  color: #222;
}

#lmenu a {
  color: #000;
  text-decoration: none;
}

#lmenu a:hover,
#lmenu a.set {
  color: #b3914f;
  text-decoration: underline;
}

#lmenu ul li ul li a.set {
  text-decoration: underline;
}

#lmenu #bottom {
  width: 100%;
  height: 5px;
  background: url('/img/bgr-menu-bottom.jpg') repeat-y top left;
  font-size: 1%;
}

/* ITEMS LIST */

.navi {
  background: url('/img/bgr-navi.jpg') no-repeat top left;
  line-height: 29px;
  padding: 0 12px;
  margin: 5px 0;
  font-size: 120%;
  /* text-transform: uppercase; */
} 

.navi.bold {
  font-size: 140%;
  margin-top: 1em;
}

.navi.pages {
  text-align: center;
  font-size: 130%;
}

#items {
  margin: 0;
  padding: 0;
  list-style: none;
}

#items li {
  background: url('/img/bgr-item.jpg') no-repeat top left;
  width: 512px; height: 125px;
  position: relative;
  display: block;
  margin: 5px 0;
  padding: 0;
}

#items li a img,
#detail a.imgmain img,
.imgs li a img,
div img,
#subsections-list li a img {
  border: 5px solid #262125;
  float: left;
}

#items li a img {
  margin: 13px 20px 0 19px;
}

#items li a:hover img,
#detail a:hover.imgmain img,
.imgs li a:hover img,
#subsections-list li a:hover img {
  border-color: #b3914f;
}

#items li .desc {
  padding: 13px 10px 0 0;
}

#items li a:hover {
  color: #262125;
}

#items li h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 130%;
  margin: 0;
  padding: 0;  
}

#items li p {
  margin: 5px 0;
  padding: 0;
}

.price {
  font-size: 120%;
}

.price strong {
  color: #b3914f;  
}

.more-info {
  float: right;
  margin-right: 15px;
}

.btn-buy {
  width: 27px; height: 81px;
  position: absolute;
  bottom: 10px; left: 511px;
  display: block;
  overflow: hidden;
}

.btn-buy span {
  background: url('/img/btn-koupit.jpg') no-repeat top right;
  width: 100%; height: 100%;
  display: block;
  position: absolute;
  top: 0; left: 0;
}

.btn-buy:hover {
  width: 31px;
  left: 511px;
}

/* ITEM DETAIL */

#detail {
  padding-top: 5px;
}

#detail .desc {
  padding-top: 5px;
  clear: both;
}

#detail ul {
  list-style: square;
}

#addtocart {
  background: url('/img/bgr-addtocart.jpg') no-repeat top left;
  float: right;
  width: 320px; height: 143px;
  margin-right: 9px; 
  position: relative; 
}

.addtocart-main {
  margin-top: 55px;
  margin-left: 20px;
}

.addtocart-main p {
  margin-bottom: 0;
  padding-bottom: 0;
}

#addtocart form {
  margin: 0;
  padding: 0;
}

#addtocart #amount {
  width: 4em;
  /* background: #baad92;
  border: 3px solid #3D3836; */
}

#addtocart input#amount {
  text-align: center;
}

#addtocart th {
  background: #3D3836;
  padding: 2px 15px;
}

#addtocart td {
  padding: 0;
}

#addtocart .price {
  position: absolute;
  bottom: -27px; left: 5px;
  color: #baad92;
  margin-left: 5px;
}

#addtocart .price strong {
  font-size: 130%;
  color: #b3914f;  
}

#addNew {
  /* background: url('/img/btn-form-koupit.gif') no-repeat top left; 
  width: 58px; height: 29px; 
  border: none; */ 
  position: absolute;
  bottom: -27px; right: 5px;
  cursor: pointer; 
}

/* IMGS LIST */

.imgs {
  margin: 1em 0 0 0;
  padding: 0;
}

.imgs li {
  list-style: none;
  display: inline;
}

.imgs li a img  {
  float: none;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* SUBSECTIONS LIST */

#subsections-list {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}

#subsections-list li {
  width: 160px;
  text-align: center;
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}

#subsections-list .headline {
  display: block;
  margin-bottom: 3px;
  padding: 2px 0;
  /* background: url('/img/bgr-menu-top.jpg') no-repeat top left #515532; */
  font-weight: bold;
  font-size: 110%;
}

a.headline {
  color: #525531;
  text-decoration: none;
} 

a.headline:hover {
  color: #b3914f;
} 

/* CART */

#cart {
  margin: 1em 0;
  width: 500px;
}

#cart table {
  margin-bottom: 1em;
}

#cart table tr {
  border-bottom: 1px solid #ccc;
}

#cart table tr.total-price {
  background: #3d3836;
}

#editCart {
  float: right;
}

#deleteItems {
  margin-bottom: 8px;
}

/* ORDER FORM */

#orderForm {
  width: 500px;
}

/* CONFIRMATION */ 

#confirmation {
  width: 500px;
}
	
/* FOOTER */
#footer {
  background: url('/img/bgr-footer.jpg') no-repeat top left;
  width: 100%; height: 65px;
  clear: both;
}

#footer ul {
  padding: 41px 0 0 35px;
  margin: 0;
}

#footer li {
	list-style: none;
	display: inline;
}

#footer li a,
#footer li strong {
  margin: 0 0.5em;
}

#footer li#copyright {
  position: absolute;
  right: 30px;
}

#footer li.first a,
#footer li.first strong {
  margin-left: 0;
}

/* OTHER */
#left-trees {
  background: url('/img/bgr-body-left-trees.jpg') no-repeat top left;
  width: 81px; height: 105px;
  position: absolute;
  top: 43px; left: -81px;
}

#right-trees {
  background: url('/img/bgr-body-right-trees.jpg') no-repeat top left;
  width: 85px; height: 105px;
  position: absolute;
  top: 43px; right: -85px;
}

/* CONTACT */

#contact-form {
  width: 500px;
  _width: 530px;
}

#contact-form input, 
#contact-form select, 
#contact-form textarea {
  width: 180px;
  margin-bottom: 0.4em;
  padding: 2px;
}

#contact-form textarea {
  width: 330px;
  height: 150px;
}

#contact-form fieldset {
  background: #222;
  margin: 1em 0;
  padding: 10px;
}

.label {
  float: left;
  width: 100px;
  margin-right: 1.5em;
}

.submit {
  text-align: center;
  margin-top: 10px;
}

.dyspln {
  display: none;
}

#map a img {
  float: none;
  border: none;
}

