/* -------------------------------------------
Soubor: style.css
Nazev: main styl pro www.icedogg.com
Datum: 12-2008
------------------------------------------- */

body {
  padding: 0;
  margin: 0;
  background: #000 url(bg_body.jpg) top center repeat-x;
  background: #222222 url(bg_repeat.jpg) repeat;
  font-family: 'Trebuchet MS', Tahoma, Verdana;
  font-size: 11px;
  color: #fff;
}

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;
  color: #000;
}

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;
  color: #fff;
}

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: 20px 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: #CA0A84;  
}

#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 #fff;
  background: #28860f url(bg_left_a.jpg) top left;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}

#left ul li a.nolink {
/*	cursor: default; */
}
	
#left ul ul {
  list-style: none;
  padding: 0;
  margin: 0 12px;
}

#left ul li ul li {
  padding: 0;
  margin: 0;
}


	
#left ul li ul li a {
  display: block;
  width: 108px;
  padding: 3px 40px;
  margin: 0;
  border-bottom: 1px dotted #fff;
  background: #28860f url(bg_left_a2.jpg) top left;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  
}

#left ul li a.last {
  border: none;
}

#left ul li a:hover {
  background: #28860f;
  background: #CA0A84
}

/* -------------------------------------------
    Hledani
------------------------------------------- */

#left form {
  width: 170px;
  padding: 25px 15px 15px;
  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 2px 2px;
  margin: 0;
  border: 1px solid #c5c5c5;
  background: url(bg_left_form_input.gif) bottom left;
  font-size: 10px;
  text-align: center;
  color: #fff;
}

#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: #fff;
  cursor: Hand;
  cursor: Pointer;
}

/* -------------------------------------------
   Akce
------------------------------------------- */

.action {
  position: relative;
  width: 206px;
  height: 335px;
  margin: 0 27px;
  background: url(bg_action.gif) no-repeat;
}

.action h4 {
  padding: 20px 0 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
}

.action p {
  padding: 20px 0 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  line-height: 11px;
}

.action p span {
  font-size: 16px;
  color: #FE10A6;
}

.action p img {
  border: 1px solid #fff;
}

/* -------------------------------------------
    Obsah
------------------------------------------- */

#content {
  position: relative;
  float: left;
  width: 500px;
  padding: 30px 0 0;
  margin: 0 0 30px;
  text-align: justify;
}

#content h4 {
  padding: 20px 0 10px;
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  color: #52a810;
}

#content h4 span {
  color: #000;
}

#content p {
  padding: 0;
  margin: 0;
}

/* -------------------------------------------
    Kategorie
------------------------------------------- */

#content h2 a {
/*
  display: block;
  padding: 145px 0 0;
*/
  color: #CA0A84; 
  text-decoration: none;
}

#content h2 a:hover {
  color: #CA0A84;
}

#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: 24px;
  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;
}

/* -------------------------------------------
    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: #000;
  font-weight: bold;
}

#content form p a {
  color: #FE10A6;
}

#content form p a:hover {
  color: #000;
}


/* -------------------------------------------
    Kategorie
------------------------------------------- */

#content .cat {
  position: relative;
  float: left;
  width: 230px;
  height: 280px;  
  margin: 0 0 10px;
  border-bottom: 1px dotted #bdbdbd;
}

#content .splitter  {
  position: relative;
  float: left;
  height: 180px;
  margin: 0 18px;
  border-left: 1px dotted #bdbdbd;
}

#content .last {
  border: none;
}

#content .cat h2 {
  padding: 0 0 10px;
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  color: #FE10A6;

  padding: 0;
  margin: 0 10px 0 100px;
  font-size: 14px;
  text-align: left; 
}

#content .cat p.cat-img {
  float: left;
  width: 80px;
  padding: 1px;
  margin: 0;
  border: 1px solid #d1d1d1;
  font-size: 1px;
}

#content .cat .cat-info {
  float: right;
  width: 130px;
  padding: 0;
  margin: 0;
}

#content .cat .cat-info p {
  padding: 0 0 20px 0;
  margin: 0;
  line-height: 18px;
  color: #616161;
  color: #fff;
}

#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 {
  font-size: 18px;
  color: #FF11A7;
  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 #d1d1d1;
  font-size: 10px;
}

#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: #FE10A6;
}

#content p.detail-img {
  float: left;
  width: 160px;
  padding: 1px;
  margin: 0;
  border: 1px solid #d1d1d1;
  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: #616161;
  color: #fff;
}

#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 #d1d1d1;
  font-size: 10px;
}

#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: #FE10A6;
  font-weight: bold;
}

#content p {
  padding: 0;
  margin: 0;
  color: #616161;
  color: #fff;
}

/* -------------------------------------------
    Novinky
------------------------------------------- */

#content p.news {
  padding: 0 0 20px;
  margin: 0;
}

#content p.news a {
  font-weight: bold;
  color: #FE10A6;
}

#content p.news a:hover {
  color: #000;
}

#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: 180px;
  padding: 0;
  margin: 20px 0 20px 35px;
  overflow: hidden;
}

#right p#logos a {
  display: block;
  float: left;
}

#right p#logos a span {
  display: none;
}

#right p#logos a.logo-one {
  width: 82px;
  height: 67px;
  background: url(bg_right_logo-one.gif) top left no-repeat;
}

#right p#logos a.logo-two {
  width: 69px;
  height: 40px;
  background: url(bg_right_logo-two.gif) top left no-repeat;
}

#right p#logos a.logo-three {
  width: 94px;
  height: 34px;
  background: url(bg_right_logo-three.gif) top left no-repeat;
}

/* -------------------------------------------
    Kosik
------------------------------------------- */

#right p#basket {
  width: 206px;
  margin: 0 0 0 26px;
  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: #E30590;  
  font-size: 10px;
}

#right p#basket a strong {
  font-size: 12px;
  color: #E30590;
}

/* -------------------------------------------
    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: #fff;
}

#right form p a {
  color: #FE10A6;
}

#right form p a:hover {
  color: #000;
}

#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 #c5c5c5;
  background: url(bg_left_form_input.gif) bottom left;
  font-size: 10px;
  text-align: center;
  color: #fff;
}

#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: #fff;
}

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 a {
  font-weight: bold;
  color: #FE10A6;
}

#footer #radkovyblok {
  width: 400px;
  float: right;
  padding: 10px 20px 0 0;
  margin: 0;
  text-align: right;
}

#footer #radkovyblok a {
  color: #5d5d5d;
}

#footer #radkovyblok a:hover {
  color: #000;
}

#basket_confirm_box {
  display:none; 
  position:absolute; 
  background-color: #FF11A7; 
  border: 1px solid black;   
  padding:10px;
  color: #000000;
}

#basket_confirm_box a {
  color: #000000;
  font-weight: bold;
}




#main #content #reg p span.table {
  display: block;
  float: left;
  width: 100px;
  padding: 5px 20px 0 0;
  color: #fff;
  font-weight: bold;
  text-align: right;
}

#main #content #reg p span.table2 {
  padding: 5px 10px 0 0;
  color: #fff;
  font-weight: bold;
}

#main #content #reg p span.red {
  padding: 0 20px 0 0;
  color: #FE10A6;
}

#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: #CA0A84;
  border: none;
  color: #ffffff;
  font-weight: bold;
}

#content a {
  color: #FE10A6;
}

.discount {
/*  color: #dd0000 !important;
  font-weight: bold;  
  font-size: 14px;
*/
}