/*------------------------------------------------
CSS INFO
--------------------------------------------------
FILE: style.css
PROJECT:  Nové kabelky
URL: www.novekabelky.cz
AUTHOR: ChciStranky.cz (info@chcistranky.cz, www.chcistranky.cz)
DATE: 03-2009
------------------------------------------------- */

/*------------------------------------------------
 STANDARD HTML TAG RESET 
------------------------------------------------- */
body,
h1, h2, h3, h4, h5,
p, ul, li, ol,
blockquote,
form {
  border: 0;
  margin: 0;
  padding: 0;
}

/*------------------------------------------------
STANDARD HTML TAG DEFINITION
------------------------------------------------- */

body,
form, input {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

a:link, a:visited{
  color: #b40912;
  font-weight: bold;
}

a:hover {
  color: #000;
}

span.red {
  color: #b40912;
}

img {
  border: none;
}

/*------------------------------------------------
 100% HEIGHT
------------------------------------------------- */

html, body, #wrap {
  height: 100%;
}

body > #wrap {
  height: auto;
  min-height: 100%;
}

#wrap {
  background: url(../images/wrap.gif) top repeat-x;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/*------------------------------------------------
 MAIN
------------------------------------------------- */

#main {
  position: relative;
  width: 1000px;
  padding-bottom: 58px; /* must be same height as the footer */
  margin: 0 auto;
  background: url(../images/main.jpg) top center no-repeat;
}

/*------------------------------------------------
 HEADER
------------------------------------------------- */

#header {
  position: relative;
  height: 100px;
  padding: 16px 0 0 40px;
}

#header h1 {
  width: 400px;
  height: 85px;
}

#header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

#header h1 a span {
  display: none;
}

/*------------------------------------------------
 CONTENT
------------------------------------------------- */

#content {
  position: relative;
  float: right;
  width: 730px;
  margin: 135px 0 50px;
}

#content p#cart {
  padding: 25px 0 15px 95px;
  color: #fff;
}

#content p#cart a {
  font-weight: bold;
  color: #fff;
}

#content h1 {
  padding: 20px 10px 10px;
  border-bottom: 1px solid #d5d1c6;
  font-size: 18px;
}

#content h2 {
  padding: 20px 10px 10px;
  border-bottom: 1px solid #d5d1c6;
  font-size: 18px;
}

#content h4 {
  padding: 15px 10px 0;
  font-size: 12px;
}

#content p {
  clear: both;
  padding: 10px 10px 0;
}

#content blockquote {
  padding: 0 0 0 15px;
}

#content p.gall {
  padding: 10px;
}

#content p.gall img {
  margin: 0 5px 0 0;
}

#content form input {
  width: 165px;
  padding: 4px;
  border: 1px solid #ccc;
  background: url(../images/form_input.gif) top left;
}

#content form input.no {
  width: 20px;
  text-align: center;
}

#content form select {
  width: 174px;
  padding: 2px 4px;
  border: 1px solid #ccc;
  background: url(../images/form_input.gif) top left;
}

#content form input.submit, #content form input.submit2, #content form input.submit3 {
  width: 126px;
  height: 24px;
  padding: 0;
  border: none;
  background: url(../images/content_form_submit.gif);
  font-weight: bold;
  cursor: hand;
  cursor: pointer;border:0px solid black;
}
input.submit2 {
  margin: 0 0 0 323px;
  
}
#content form input.submit3 {
  width: 78px;
  height: 21px;
  background: url(../images/content_form_submit3.gif);
}

#content form input.radio {
  width: auto;
}

#content .prod {
  position: relative;
  overflow: hidden;
  padding: 0 0 20px;
}

#content .prod .img {
  position: relative;
  float: left;
  width: 383px;
  height: 383px;
}

#content .prod .img .sale {
  position: absolute;
  width: 117px;
  height: 122px;
  right: 0;
  top: 0;
  /*background: url(../images/content_prod_sale.png);*/
  z-index: 1;
}

#content .prod .img .no {
  position: absolute;
  width: 110px;
  height: 110px;
  right: 0;
  bottom: 0;
  background: url(../images/content_prod_no.png);
  z-index: 1;
}

#content .prod .img .href {
  position: absolute;
  width: 383px;
  height: 383px;
  top: 0;
  left: 0;
  z-index: 2;
}

#content .prod .img .href a {
  display: block;
  width: 100%;
  height: 100%;
}

#content .prod .text {
  position: relative;
  float: right;
  width: 330px;
  padding: 20px 0 0;
}

#content .prod h3 {
  padding: 0 0 20px;
  font-size: 17px;
}

#content .prod p {
  padding: 0 0 5px;
}

#content .prod p span {
  display: block;
  float: left;
  width: 145px;
}

#content .prod p big {
  font-size: 16px;
  color: #b40912;
}

#content .prod form p input {
  width: 30px;
  text-align: center;
}

#content .prod form p input.submit {
  width: 196px;
  background: url(../images/content_form_submit2.gif);
}

#content .line {
  clear: both;
  height: 1px;
  background: #d5d1c6;
  font-size: 0;
}

#content .cont-left {
  position: relative;
  float: left;
  width: 245px;
}

#content .cont-left input {
  width: 220px;
  padding: 4px;
  margin: 4px 0 0;
  border: 1px solid #ccc;
  background: url(../images/form_input.gif) top left;
}

#content .cont-left input.submit {
  float: right;
  width: 126px;
  height: 24px;
  padding: 0;
  border: none;
  background: url(../images/content_form_submit.gif);
  font-weight: bold;
  text-transform: uppercase;
  cursor: hand;
  cursor: pointer;
}

#content .cont-right {
  position: relative;
  float: right;
  width: 465px;
}

#content .cont-right textarea {
  width: 450px;
  height: 105px;
  height: 105px;
  padding: 4px;
  margin: 4px 0 0;
  border: 1px solid #ccc;
  background: url(../images/form_input.gif) top left;
}

#content .ord-left {
  position: relative;
  float: left;
  width: 300px;
}

#content .ord-left input {
  width: 270px;
  padding: 4px;
  margin: 4px 0 0;
  border: 1px solid #ccc;
  background: url(../images/form_input.gif) top left;
}

#content .ord-right input {
  width: 220px;
  padding: 4px;
  margin: 4px 0 0;
  border: 1px solid #ccc;
  background: url(../images/form_input.gif) top left;
}

#content .ord-left input.short {
  width: 127px;
}

#content .ord-left input.submit {
  float: right;
  width: 126px;
  height: 24px;
  padding: 0;
  border: none;
  background: url(../images/content_form_submit.gif);
  font-weight: bold;
  text-transform: uppercase;
  cursor: hand;
  cursor: pointer;
}

#content .ord-right {
  position: relative;
  float: right;
  width: 400px;
}

#content .ord-right textarea {
  width: 360px;
  height: 105px;
  height: 117px;
  padding: 4px;
  margin: 4px 0 0;
  border: 1px solid #ccc;
  background: url(../images/form_input.gif) top left;
}

#content .ord span {
  display: block;
  float: left;
  width: 150px;
}

#content table.cart {
  width: 710px;
  margin: 10px;
}

#content table.cart tr.bottom {
  background: #b40912;
  text-align: right;
  color: #fff;
  font-weight: bold;
}

#content table.cart tr.odd {
  background: #ede9dd;
}

#content table.cart tr th {
  padding: 10px;
  text-align: left;
}

#content table.cart tr td {
  padding: 5px;
}

#content table.cart tr th {
  color: #fff;
  font-weight: bold;
  background: url(../images/content_table.gif);
}

#content table.cart tr td.center, #content table.cart tr th.center {
  width: 80px;
  text-align: center;
}

#content .prod2 {
  position: relative;
  float: left;
  width: 243px;
  height: 326px;
  background: url(../images/content_prod2.gif) center;
  margin: 35px 0 0 0;
}

#content .prod2 h2 {
  padding: 9px 20px;
  border: none;
  font-size: 11px;
  color: #fff;
}

#content .prod2 h2 a {
  color: #fff;
  text-decoration: none;
}

#content .prod2 p {
  text-align: center;
}

#content .prod2 p.img {
  padding: 7px 0 5px;
  height: 200px;
}

#content .prod2 p.price {
  padding: 11px 20px 5px;
  font-size: 16px;
  color: #fff;
}

/*------------------------------------------------
 SIDEBAR
------------------------------------------------- */

#sidebar {
  position: relative;
  float: left;
  width: 246px;
  padding: 0 0 10px;
  font-size: 11px;
}

#sidebar .box-top {
  position: relative;
  clear: both;
  width: 246px;
  height: 22px;
  background: url(../images/sidebar_box-top.png);
  overflow: hidden;
}

#sidebar .box {
  position: relative;
  clear: both;
  width: 246px;
  background: url(../images/sidebar_box.png);
}

#sidebar .box-bottom {
  position: relative;
  clear: both;
  width: 246px;
  height: 22px;
  background: url(../images/sidebar_box-bottom.png);
  background: url(../images/sidebar_box-bottom.png);
}

#sidebar h4 {
  padding: 7px 7px 25px;
  margin: 0 23px;
  background: #dad7cc url(../images/sidebar_box_h.gif) bottom no-repeat;
  font-size: 14px;
  color: #535353;
  text-transform: uppercase;
  text-align: center;
}

#sidebar h4.red {
  color: #fff;
  background: #b40912 url(../images/sidebar_box_h.gif) bottom no-repeat;
}

#sidebar p {
  padding: 0 30px 10px;
}

#sidebar p.date {
  padding: 10px 0;
  margin: 0 0 0 25px;
  background: url(../images/sidebar_p_date.gif) center left no-repeat;
  font-weight: bold;
}

#sidebar p.date span {
  display: block;
  float: left;
  width: 54px;
  margin: 0 5px 0 0;
  color: #b40912;
  text-align: center;
}

#sidebar ul {
  list-style: none;
}

#sidebar ul li a {
  display: block;
  width: 170px;
  height: 24px;
  padding: 10px 0 0 30px;
  margin: 0 23px;
  background: url(../images/sidebar_box_ul_li_a.gif) top;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

#sidebar ul li a.last {
  height: 22px;
}

#sidebar form input {
  width: 135px;
  padding: 4px;
  border: 1px solid #ccc;
  background: url(../images/form_input.gif) top left;
}

#sidebar form input.submit {
  width: 35px;
  height: 24px;
  padding: 0;
  border: none;
  background: url(../images/sidebar_box_form_input.gif);
  font-weight: bold;
  text-transform: uppercase;
  cursor: hand;
  cursor: pointer;
}

/*------------------------------------------------
 FOOTER
------------------------------------------------- */

#footer {
  position: relative;
  clear: both;
  width: 100%;
  height: 58px;
  margin-top: -58px; /* negative value of footer height */
  background: url(../images/footer.gif);
  font-family: tahoma;
  color: #969696;
}

#footer .in {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

#footer p {
  padding: 22px 0;
}

#footer p.alleft {
  float: left;
}

#footer p.alright {
  float: right;
}

#footer a {
  color: #969696;
}
/*------------------------------------------------
 OTHER
------------------------------------------------- */

#flipping {
  margin-top: 5px;
  text-align: center;
}

#flipping td {
  padding: 0px 3px 0px 3px;
}

#flipping a {
  text-decoration: none;
}

#flipping span.active {
  text-decoration: underline;
}

.message {
  padding: 5px 0px 5px 10px;
}

.through {
  text-decoration: line-through;
  color: #333333;
}

.through_price {
  text-decoration: line-through;
}

.img_nodisp {
  display: none;
}
/*------------------------------------------------
 TOP BANNER
------------------------------------------------- */

#topbanner {
  position: relative;
  border-bottom: 1px solid #ccc;
  background: #000;
  color: #fff;
  text-align: center;
}
#abovecategory {
  padding: 10px;
  margin-top: 10px;
}