/* -------------------------------------------
Soubor: style.css
Nazev: main styl pro www.icedogg.com
Autor: Jan Hommer
Datum: 12-2008
------------------------------------------- */

body {
  padding: 0;
  margin: 0;
  background: url(background_item.jpg) top center repeat;
  font-family: 'Trebuchet MS', Tahoma, Verdana;
  font-size: 11px;
}

p.right {
  text-align: right;
}

p.center {
  text-align: center;
}

/* -------------------------------------------
    Div s hlavním pozadím
------------------------------------------- */

#main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: url(bg_main.jpg) top center no-repeat;
  overflow: hidden;
}

/* -------------------------------------------
    Centrovaci div
------------------------------------------- */

.in {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

/* -------------------------------------------
    Horni menu
------------------------------------------- */

ul#topmenu {
  list-style: none;
  height: 40px;
  padding: 6px 0 0;
  margin: 0 40px 0 0;
  text-align: center;
}

ul#topmenu li {
  display: inline;
  padding: 0;
  margin: 0;
  color: #fff;
}

ul#topmenu li a {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

ul#topmenu li a:hover {
  text-decoration: none;
}

/* -------------------------------------------
    Logo
------------------------------------------- */

h1#header {
  position: relative;
  width: 1000px;
  height: 185px;
  margin: 0 auto;
  display: block;
}

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

h1#header a span {
  display: none;
}

/* -------------------------------------------
    Hlavni menu
------------------------------------------- */

ul#menu {
  list-style: none;
  width: 700px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
}

ul#menu li {
  float: left;
  padding: 0;
  margin: 0;
}

ul#menu li a {
  display: block;
  float: left;
  height: 60px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

ul#menu li a span {
  display: none;
}

ul#menu li a#one {
  width: 158px;
  background: url(bg_menu_a-one.jpg) top left no-repeat;
}

ul#menu li a#two {
  width: 178px;
  background: url(bg_menu_a-two.jpg) top left no-repeat;
}

ul#menu li a#three {
  width: 170px;
  background: url(bg_menu_a-three.jpg) top left no-repeat;
}

ul#menu li a#four {
  width: 185px;
  background: url(bg_menu_a-four.jpg) top left no-repeat;
}

/* -------------------------------------------
    Levy sloupec
------------------------------------------- */

#left {
  position: relative;
  float: left;
  width: 250px;
  margin: 0 0 30px;
}

#left h3 {
  padding: 10px 35px;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}

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

#left ul li {
  padding: 0;
  margin: 0;
}

#left ul li a {
  display: block;
  width: 120px;
  padding: 7px 40px;
  margin: 0;
  border-bottom: 1px dotted #808080;
  background: #243434 url(bg_left_a.jpg) top left;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #ff9400;
}

#left ul li a.nolink {
	cursor: default;
}
	
#left ul ul {
  list-style: none;
  padding: 0;
  margin: 0 0px;
}

#left ul li ul li {
  padding: 0;
  margin: 0;
}


	
#left ul li ul li a {
  display: block;
  width: 108px;
  padding: 3px 46px;
  margin: 0;
  border-bottom: 1px dotted #808080;
  background: #243434 url(bg_left_a2.jpg) top left;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #ff9400;
}

#left ul li a.last {
  border: none;
}

#left ul li a:hover {
  background: #243434;
}

/* -------------------------------------------
    Hledani
------------------------------------------- */

#left form {
  width: 170px;
  padding: 25px 15px 20px;
  margin: 20px 25px;
  background: url(bg_left_form.gif) top left no-repeat;
}

#left form p {
  padding: 0;
  margin: 0;
  text-align: center;
}

#left form p input {
  width: 92px;
  height: 15px;
  padding: 5px 0px 2px;
  margin: 0;
  border: 1px solid #505050;
  background: url(bg_left_form_input.gif) bottom left;
  font-size: 10px;
  color: #939393;
  text-align: center;
}

#left form p input.submit {
  width: 63px;
  height: 23px;
  padding: 0;
  margin: 0;
  border: none;
  background: url(bg_left_form_submit.gif) top left;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  text-transform: lowercase;
  color: #ffffff;
  cursor: Hand;
  cursor: Pointer;
}

/* -------------------------------------------
   Akce
------------------------------------------- */

.action {
  position: relative;
  width: 212px;
  height: 335px;
  margin: 0 20px;
  background: url(bg_action.gif) no-repeat;
}

.action h4 {
  padding: 20px 0 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}

.action p {
  padding: 20px 0 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #ff8f00;
  line-height: 11px;
}

.action p span {
  font-size: 16px;
  color: #ff8f00;
}

.action p img {
  border: 1px solid #fff;
  border: 2px solid #FF8F00;  
  border: 5px solid #5c5c5c;
}

.action a {
  text-decoration: none;
}

/* -------------------------------------------
    Obsah
------------------------------------------- */

#content {
  position: relative;
  float: left;
  width: 500px;
  padding: 30px 0 0;
  padding: 12px 0 0 0;
  margin: 0 0 30px;
  text-align: justify;
}

#content h4 {
  padding: 20px 0 10px;
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}

#content h4 span {
  color: #ff8f00;
}

#content  {
  color: #B2B2B2;
}

#content p {
  padding: 0;
  margin: 0;
}

/* -------------------------------------------
    Kategorie
------------------------------------------- */

#content h2 a {
 color: #ff8f00; 
  text-decoration: none;
  color:#ff8f00;
}

#content h2 a:hover {
  color: #12ccd3;
}

#content h2.cat-one, #content h2.cat-two, #content h2.cat-three, #content h2.cat-four {
  position: relative;
  float: left;
  width: 155px;
  padding: 0;
  margin: 0 0 20px 55px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;

}

#content h2.cat-one {
  background: url(bg_content_h2_cat-one.jpg) top center no-repeat;
}

#content h2.cat-two {
  background: url(bg_content_h2_cat-two.jpg) top center no-repeat;
}
/*
#content h2.cat-three {
  background: url(bg_content_h2_cat-three.jpg) top center no-repeat;
}

#content h2.cat-four {
  background: url(bg_content_h2_cat-four.jpg) top center no-repeat;
}
*/
#content hr {
  visibility: hidden;
  clear: both;
}

#content #searchform, #content #filterform {
  text-align: left;
  margin: 20px 0px;
  padding: 0px;
}

#content #searchform {
/*  margin-left: 5px; */
}


/* -------------------------------------------
    Strankovani
------------------------------------------- */

/*
#content form p {
  padding: 20px 0;
  margin: 0 0 20px;
  background: url(bg_bottommenu.gif) bottom center no-repeat;
  text-align: center;
}
*/

#content form p select {
  width: 90px;
  margin: 0;
  border: 1px solid #d1d1d1;
  font-size: 10px;
}

#content form p select.short {
  width: 50px;
}

#content form p span {
  font-family: tahoma;
  font-size: 10px;
  color: #c9c9c9;
}

#content form p span strong {
  color: #fff;
  font-weight: bold;
}

#content form p a {
  color: #ff9400;
}

#content form p a:hover {
  color: #12ccd3;
}


/* -------------------------------------------
    Kategorie
------------------------------------------- */

#content .cat {
  position: relative;
  float: left;
  width: 230px;
  height: 220px;  
  margin: 0 0 10px;
  border-bottom: 1px dotted #7d7f7f;
}

#content .splitter  {
  position: relative;
  float: left;
  height: 180px;
  margin: 0 18px;
  border-left: 1px dotted #7d7f7f;
}

#content .last {
  border: none;
}

#content .cat h2 {
  padding: 0 0 10px;
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  color:#ff8f00;

  padding: 0;
  margin: 0 10px 0 100px;
  font-size: 14px;
  text-align: left; 
}

#content .cat p.cat-img {
  float: left;
  width: 80px;
  padding: 0;
  margin: 0;
  border: 2px solid #FF8F00;
  border: 5px solid #5c5c5c;
  font-size: 1px;
}

#content .cat .cat-info {
  float: right;
  width: 130px;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #B2B2B2;    
}

#content .cat .cat-info p {
  padding: 0 0 20px 0;
  margin: 0;
  line-height: 18px;
  color: #616161;
  color: #B2B2B2;    
}

#content .cat .cat-info p span {
  display: block;
  float: left;
  width: 50px;
}

#content .cat .cat-info p select {
  width: 80px;
  border: 1px solid #d1d1d1;
  font-size: 10px;
}

#content .cat .cat-info p input {
  width: 30px;
  border: 1px solid #d1d1d1;
  font-size: 10px;
}

#content .cat .cat-info p big, big {
  font-size: 24px;
/*  color: #ff8f00 !important; */
  color: #dd0000;
  font-weight: bold;
}

#content .cat form p {
  clear: both;
  padding: 0 0 10px;
  margin: 0;
  background: none;
}

#content .cat form p input {
  width: 30px;
  margin: 0 5px;
  border: 1px solid #7d7f7f;
  font-size: 10px;
  background: #2d2d2d;
  color: #B2B2B2;  
}

#content .cat form p input.submit {
  width: 109px;
  height: 41px;
  border: none;
  background: url(bg_content_form_submit.gif) top left;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  cursor: Hand;
  cursor: Pointer;
}

/* -------------------------------------------
    Detail
------------------------------------------- */

#content h2 {
  padding: 0 0 15px;
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  color: #ff8f00;
}

#content p.detail-img {
  float: left;
  width: 160px;
  padding: 0px;
  margin: 0;
  border: 1px solid #2b2b2b;
  border: 5px solid #5c5c5c;
  font-size: 1px;
}

#content .detail-info {
  float: right;
  width: 320px;
  padding: 0;
  margin: 0;
}

#content .detail-info p {
  padding: 0 0 20px;
  margin: 0;
  line-height: 18px;
  color: #b2b2b2;
}

#content .detail-info p span {
  display: block;
  float: left;
  width: 60px;
}

#content .detail-info p select {
  width: 80px;
  border: 1px solid #d1d1d1;
  font-size: 10px;
}

#content .detail-info p input {
  width: 30px;
  border: 1px solid 4d4d4d;
  font-size: 10px;
  background: #2d2d2d;
  color: #B2B2B2;  
}

#content .detail-info p input.submit {
  width: 109px;
  height: 41px;
  border: none;
  background: url(bg_content_form_submit.gif) top left;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  cursor: Hand;
  cursor: Pointer;
}

#content .detail-info p big {
  font-size: 18px;
  color: #dd0000;
  font-weight: bold;
}

#content p {
  padding: 0;
  margin: 0;
  color: #b2b2b2;
}

/* -------------------------------------------
    Novinky
------------------------------------------- */

#content p.news {
  padding: 0 0 20px;
  margin: 0;
color: #b2b2b2;
}

#content p.news a {
  font-weight: bold;
  color: #ff8f00;
}

#content p.news a:hover {
  color: #12ccd3;
}

#content p.news span {
  font-size: 10px;
  color: #b2b2b2;
}

/* -------------------------------------------
    Pravy sloupec
------------------------------------------- */

#right {
  position: relative;
  float: right;
  width: 250px;
  margin: 0 0 30px;
}

/* -------------------------------------------
    Loga
------------------------------------------- */

#right p#logos {
  width: 212px;
  padding: 0;
  margin: 10px 50px 15px 30px;
  overflow: hidden;
}

#right p#logos a {
  display: block;
  float: left;
}

#right p#logos a span {
  display: none;
}

#right p#logos img {
  border: none;
}

#right p#logos a.logo-one {
  width: 96px;
  height: 32px;
  background: url(bg_right_logo-one.gif) top left no-repeat;
}

#right p#logos a.logo-two {
  width: 91px;
  height: 33px;
  background: url(bg_right_logo-two.gif) top left no-repeat;
}

#right p#logos a.logo-three {
  width: 97px;
  height: 23px;
  background: url(bg_right_logo-three.gif) top left no-repeat;
}

/* -------------------------------------------
    Kosik
------------------------------------------- */

#right p#basket {
  width: 212px;
  margin: 0 0 0 20px;
  background: url(bg_right_basket.gif) top left no-repeat;
}

#right p#basket a {
  display: block;
  height: 63px;
  padding: 36px 0 0 75px;
  text-decoration: none;
  color: #808080;
  font-size: 10px;
}

#right p#basket a strong {
  font-size: 12px;
  color: #ff9400;
}

/* -------------------------------------------
    Login
------------------------------------------- */

#right form {
  width: 193px;
  padding: 25px 0 15px 20px;
  margin: 20px 18px 20px 19px;
  background: url(bg_right_form.gif) top left no-repeat;
  font-weight: bold;
  color: #b2b2b2;
}

#right form p a {
  color: #ff9400;
}

#right form p a:hover {
  color: #12ccd3;
}

#right form p {
  padding: 0 0 5px;
  margin: 0;
}

#right form input {
  width: 92px;
  height: 15px;
  padding: 5px 2px 2px;
  margin: 0;
  border: 1px solid #505050;
  background: url(bg_left_form_input.gif) bottom left;
  font-size: 10px;
  text-align: center;
  color: #939393;
}

#right form input.submit {
  width: 63px;
  height: 23px;
  padding: 0;
  margin: 0;
  border: none;
  background: url(bg_left_form_submit.gif) top left;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  text-transform: lowercase;
  color: #fff;
  cursor: Hand;
  cursor: Pointer;
}

/* -------------------------------------------
    Dolni menu
------------------------------------------- */

ul#bottommenu {
  list-style: none;
  height: 40px;
  padding: 50px 0 0;
  margin: 0 40px 0 0;
  background: url(bg_bottommenu.gif) top center no-repeat;
  text-align: center;
}

ul#bottommenu li {
  display: inline;
  padding: 0;
  margin: 0;
}

ul#bottommenu li a {
  font-weight: bold;
  text-transform: uppercase;
  color: #ff8f00;
}

ul#bottommenu li a:hover {
  text-decoration: none;
}

/* -------------------------------------------
    Paticka
------------------------------------------- */

#footer {
  position: relative;
  width: 1000px;
  padding: 25px 0 0;
  margin: 0 auto;
  background: url(bg_footer.gif) top center no-repeat;
}

#footer p {
  color: #5d5d5d;
  font-size: 10px;
}

#footer p.copy {
  width: 400px;
  float: left;
  padding: 7px 0 10px 90px;
  margin: 0;
  background: url(bg_footer_p-copy.gif) top left no-repeat;
}

#footer p.copy a {
  font-weight: bold;
  color: #ff9400;
}

#footer p.bl {
  width: 400px;
  float: right;
  padding: 10px 20px 0 0;
  margin: 0;
  text-align: right;
}

#footer p.bl a {
  color: #5d5d5d;
}

#footer p a:hover {
  color: #000;
}

#basket_confirm_box {
  display:none; 
  position:absolute; 
  background-color: #60B911; 
  background-color: #FF8F00;
  border: 1px solid black;   
  padding:10px;
  color: #000000;
}

#basket_confirm_box a {
  color: #000000;
  font-weight: bold;
}


#main #content #reg {
  color: #B2B2B2;
}


#main #content #reg p span.table {
  display: block;
  float: left;
  width: 100px;
  padding: 5px 20px 0 0;
  color: #2c2c2c;
  color: #B2B2B2;
  font-weight: bold;
  text-align: right;
}

#main #content #reg p span.table2 {
  padding: 5px 10px 0 0;
  color: #2c2c2c;
  font-weight: bold;
}

#main #content #reg p span.red {
  padding: 0 20px 0 0;
  color: #ef0000;
}

#main #content #reg p input {
  width: 150px;
  padding: 5px;
  margin: 0 0 3px;
  border: 1px solid #808080;
}

#main #content #reg p input.short {
  width: 75px;
}

#main #content #reg p input.submit {
  width: auto;
  margin: 10px 0 0 120px;
  background-color: #096B0E;
  background-color: #FF8F00;
  border: none;
  color: #ffffff;
  color: #000000;
  font-weight: bold;
}

#content a {
  color: #ff8f00;
}

.discount {
  color: #dd0000 !important;
  font-weight: bold;  
  font-size: 14px;
}


/*  VYHL FORM */
#main form#filter {
 
  background: #;
  border: 1px dotted #505050;
  padding:10px;
}

#main form#filter p {
  padding: 0;
  margin: 0;
  text-align: center;
}

#main form#filter input, 
#main form#filter select {
  width: 60px;
  height: 20px;
  padding: 2px 0px 2px;
  margin: 0;
  border: 1px solid #505050;
  background: url(bg_left_form_input.gif) bottom left;
  font-size: 12px;
  color: #909090;
  text-align: left;
  vertical-align:middle;
  
}

#main form#filter input.submit {
  width: 63px;
  height: 23px;
  padding: 0;
  margin: 0;
  border: none;
  background: url(bg_left_form_submit.gif) top left;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  text-transform: lowercase;
  color: #ffffff;
  cursor: Hand;
  cursor: Pointer;
}

#main form#form_prod_filter {
 
  background: #;
  border: 1px dotted #505050;
  padding:10px;
}

#main form#form_prod_filter p {
  padding: 0;
  margin: 0;
  text-align: center;
}
#main form#form_prod_filter input, 
#main form#form_prod_filter select {
  width: 100px;
  height: 20px;
  padding: 2px 0px 2px;
  margin: 0;
  border: 1px solid #505050;
  background: url(bg_left_form_input.gif) bottom left;
  font-size: 12px;
  color: #909090;
  text-align: left;
  vertical-align:middle;
  
}