/* ----- Definícia body, html ------------------------------------------------------------------- */
body {
  text-align: center;
  font-family: Verdana, Arial, lucida, sans-serif;
  padding: 0; margin: 0;
  background: #242424 url("../img/layout/background.gif") top center repeat;
  line-height: 1.5;
}


.tecka {
  color: #4d4d4d;
}


/* ----- Definícia základného layoutu stránky --------------------------------------------------- */
#main {
  width: 944px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#logo {
  position: relative;
  height: 65px;
  width: 168px;
  margin: 21px 0 10px 20px;
  float: left;
  text-align: left;
  display: inline;
}
#logo span {
  position:absolute;
  left:0; top:0; z-index:1;
  height: 65px; width: 168px;
  background: url("../img/layout/logo.gif") top left no-repeat;
}
#logo a {cursor: pointer; color: #ccc;}
#logo h1 {display: inline; font-size: 0.5em;}


/*----- Zalozky--------------------------------------------------------------------------------- */
#zalozky {
  width: 940px;
}

.zalozka1 {
  position: relative;
  height: 50px;
  width: 155px;
  float: right;
  text-align: left;

}
.zalozka1 span {
  position:absolute;
  left:0; top:0; z-index:1;
  height: 50px; width: 155px;
  background: url("../img/layout/autodoplnky.gif") top left no-repeat;
}
.zalozka1 a {cursor: pointer; color: #ccc;}

.zalozka2 {
  position: relative;
  height: 50px;
  width: 155px;
  float: right;
  text-align: left;

}
.zalozka2 span {
  position:absolute;
  left:0; top:0; z-index:1;
  height: 50px; width: 155px;
  background: url("../img/layout/elektronika.gif") top left no-repeat;
}
.zalozka2 a {cursor: pointer; color: #ccc;}



/* ----- Horný "Search Bar" --------------------------------------------------------------------- */
#search-bar {
  clear: both;
  width: 926px;
  height: 30px;
  padding: 9px;
  background: url("../img/layout/search-bar-shadow.png") top left no-repeat;
}

#search-bar div {
  width: 904px; height: 25px;
  padding: 5px 0 0 20px;
  text-align: left;
  background: #fff url("../img/layout/search-bar.gif") top left no-repeat;
  font-size: 0.8em;
  color: #313131;
}
#search-bar div p {width: 640px; float: left; margin: 0; padding: 0; display: inline;}
#search-bar div p a {color: #313131;}
#search-bar div p a:hover {text-decoration: none;}

#search-form {float: right; margin: -1px 20px 0 0; =margin: -2px 20px 0 0; padding: 0; display: inline;}
#search-form input#search-input {border: 1px solid #848484; margin: 0;}
#search-form input#search-submit {
  color: #fff;
  border: 0; margin: 0;
  height: 20px;
  width: 65px;
  background: #777 url("../img/layout/search-button.gif") top left repeat-x;
}




/* ----- Top Content ---------------------------------------------------------------------------- */
#top-content {
  width: 944px;
  height: 178px; _height: 210px;
  margin-top: 20px;
  background: url("../img/layout/top-content.png") top left no-repeat; 
  position: relative; _position: static;
}
#top-content-img {float: right; position: absolute; right: 0; z-index: 10;}
#login-form {float: left; margin: 40px 0 0 40px; display: inline; text-align: left;}
#login-form input {
  border: 1px solid #848484;
  padding: 3px 5px;
  width: 160px;
  margin: 2px 0;
}
#login-form input.submit {
  border: 0px;
  color: #fff;
  width: 30px; height: 22px; 
  margin: 3px 0; _margin: 4px 0;
  vertical-align: top;
  background: #777 url("../img/layout/search-button.gif") top left repeat-x;
}
#login-form p {font-size: 0.8em; margin: 5px 0 0 0;}





/* ----- Content Back --------------------------------------------------------------------------- */
#content-back {
  width: 944px;
  background: url("../img/layout/content-back.gif") top left repeat-y;
}





/* ----- Green Bar ------------------------------------------------------------------------------ */
#green-bar {
  height: 33px;
  width: 924px;
  margin: 0 10px;
  background: #86e926 url("../img/layout/green-bar.gif") top center no-repeat;
  text-align: left;
}

ul#top-menu {
  list-style-type: none;
  margin: 0 auto;
  margin-left: 10px;
  padding: 0;
  width: 544px;
  text-align: center;
  font-size: 0.8em;
}
ul#top-menu li {float: left;}
ul#top-menu li a {
  display: block;
  margin-top: 6px;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
  border-right: 1px solid #70b30f;
  border-left: 1px solid #a3fa26;
}
ul#top-menu li a:hover {text-decoration: underline;}
ul#top-menu li a.first {border-left: 0;}
ul#top-menu li a.last {border-right: 0;}





/* ----- Top Content ---------------------------------------------------------------------------- */
#column {
  width: 182px;
  margin: 0 0 0 10px;
  padding: 0;
  float: left;
  display: inline;
}

ul#menu {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0 0 0 10px;
  font-size: 0.8em;
  text-align: left;
}
ul#menu li a {color: #fff; text-decoration: none;}
ul#menu li a:hover {text-decoration: underline;}
ul#menu li.special {margin-top: 15px;}
ul#menu li.special a {color: #a3fa26;}





/* ----- Main Content --------------------------------------------------------------------------- */
#content-wrap {
  float: left;
  width: 742px;
  background: #fff;
}
#content {padding: 20px;}
#content p {margin: 0;}





/* ----- Bottom --------------------------------------------------------------------------------- */
#bottom {
  clear: both;
  margin: 0; padding: 40px 0 0 0;
  background: url("../img/layout/content-bottom.gif") top left no-repeat;
}
#bottom p {margin: 0; font-size: 0.55em;}
#bottom p.links a {color: #545454; text-decoration: none; margin: 0 10px;}
#bottom p.links a:hover {color: #ccc;}
#bottom p.copyright {color: #444; text-align: right; margin: 10px 10px 10px 0;}
#bottom p.copyright a {color: #444;}





/* ----- Product, product detail ---------------------------------------------------------------- */
.product {
  width: 270px;
  height: 220px;
  padding: 15px 10px;
  margin: 5px 30px 20px 30px;
  background: #f2f2f2 url("../img/layout/product-background.gif") top left repeat-x;
  float: left;
  display: inline;
}
.product h3, .product h4 {color: #545454; margin: 0; padding: 0; text-align: left;}
.product h3 a, .product h4 a {text-decoration: none;}
.product h3 {font-size: 1.1em;}
.product h4 {font-size: 0.9em; margin-bottom: 5px;}
.product img {float: left; margin-top: 15px;}
.product p.product-text {float: right; width: 140px; height: 135px; font-size: 0.6em; text-align: justify; line-height: 1.5;}
.product p.info {clear: both; margin: 0; padding: 10px 0 0 0; width: 270px;}
.product p.info a {font-size: 0.7em;}

form.product-form {clear: both; padding: 10px 0 0 0; _padding: 0;}
.product span {text-align: left; display: inline; float: left; width: 125px; color: #545454; font-weight: bold;}
form.product-form input, .detail-form input.buy {font-size: 0.75em; border: 0; margin: 0; padding: 0 0 4px 0; _padding: 0; display: inline; float: left; text-align: center; cursor: pointer; text-decoration: none;}
.product p.info a {border: 0; padding: 5px 0 0 0; margin: 0; width: 68px; height: 23px; display: inline; float: left; text-align: center; cursor: pointer; text-decoration: none;}
form.product-form input.buy, .product a.buy {width: 68px; height: 28px; color: #545454; background: #6fdb26 url("../img/layout/button-buy.gif") top left no-repeat;}
form.product-form input.detail, .product a.detail {width: 68px; height: 28px; color: #fff; background: #767676 url("../img/layout/button-detail.gif") top left no-repeat;}
form.product-form input.buy:hover, form.product-form input.detail:hover, .product a.buy:hover, .product a.detail:hover {text-decoration: underline;}
form.product-form input.hidden {display: none;}

.product-detail-text {color: #545454; float: left; padding: 60px 0 0 30px; width: 400px; display: inline; font-size: 0.7em;}
.product-detail-image {float: right; padding: 30px 20px 0 0; display: inline;}
.product-detail-gallery {text-align: left; padding: 50px 0 0 30px; clear: both;}
.product-detail-gallery h3 {color: #545454; font-size: 1em; margin: 0;}
.product-detail-gallery a img {border: 3px solid #313131; margin: 0 10px 10px 0;}
.product-detail-gallery a:hover img {border: 3px solid #666;}

form.detail-form {float: left; margin: 0 0 0 25px; padding: 30px 0 0 0; width: 318px; float: left; display: inline; text-align: center;}
form.detail-form input.buy {
  border: 0;
  color: #545454;
  background: #6fdb26 url("../img/layout/button-buy.gif") top left no-repeat;
  width: 68px;
  height: 28px;
  cursor: pointer;
  float: left;
  display: inline;
}
form.detail-form input.buy:hover {text-decoration: underline;}
span.price {padding-top: 30px; font-size: 1.3em; width: 250px; font-weight: normal; color: #545454;}


.spodni-panel {  width: 640px;  float: left;   display: inline;}

.top-products {
  width: 350px;
  float: left;
  text-align: left;
  display: inline;
  font-size: 0.7em;
}





/* ----- Stuff ---------------------------------------------------------------------------------- */
a {color: #313131;}
a:hover {text-decoration: none;}

h2 {clear: both; font-size: 1.3em; text-align: left; color: #313131; font-variant: small-caps; margin: 30px 0 0 30px;}
.product+h2 {padding-top: 50px;}
h2.product-title {font-variant: normal;}

fieldset {border: 0; padding: 0; margin: 0;}
a img {border: 0;}
img, div {behavior: url("./etc/iepngfix.htc"); border: 0;}

.r {text-align: right;}
.l {text-align: left;}
.c {text-align: center;}
.j {text-align: justify;} 
.cleaner {clear: both; height: 1px; margin: 0; padding: 0; font-size: 0.1em; border: none; visibility: hidden;}

.paragraph-text {color: #545454; float: left; padding: 30px 0 0 30px; font-size: 0.7em; width: 642px;}
.top-navigation {color: #313131; padding: 0 0 0 30px; font-size: 0.7em;}
.top-subcategories {
  color: #313131; 
  margin: 30px;
  padding: 10px; _padding: 10px 10px 2px 10px;
  font-size: 0.7em;
  }
.subcategories {padding: 0 45px 0 0; margin: 0; float: left;}


/* ----- IE6 FIX -------------------------------------------------------------------------------- */
#content-back, #bottom {
  _position: relative;
  _top: -32px;

}




#copy {
  text-align:center;
  width:960px;
  margin:0 auto;
 	font-size:10px;
  padding:5px 0px 5px 0px;
  color:#444;
}

#vdstudio {
  position: relative;
  height: 40px;
  width:48px;
  margin: 0px 0px 0px 0px;
  float: left;
  text-align: left;
  display: inline;
  font-size:0px;
}

#vdstudio span {
  position: absolute;
  left:0; top:0; z-index:1;
  height: 40px; width: 48px;
  background: url(http://www.vdstudio.cz/img/vdstudio1.png) no-repeat top left;
}

#vdstudio span:hover {
  position: absolute;
  left:0; top:0; z-index:1;
  height: 40px; width: 48px;
  background: url(http://www.vdstudio.cz/img/vdstudio.png) no-repeat top left;
}

#vdstudio a {cursor: pointer; color: #ccc;}

