/*------------------------------------------------
 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: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

body {
  background: #084c67 url(body.gif) top repeat-x;
}

a:link, a:visited{
  color: #00b6ff;
}

a:hover {
  color: #000;
}

p {
  text-align: justify;
}
p a {
  text-align: left;
}

p.center {
  text-align: center;
}

p.right {
  text-align: right;
}

p.alleft {
  float: left;
}

p.alright {
  float: right;
}

img {
  border: none;
}

img.alleft {
  float: left;
  margin: 0 5px 5px 0;
}

img.alright {
  float: left;
  margin: 0 0 5px 5px;
}

/*------------------------------------------------
 STRIKE
------------------------------------------------- */

#strike {
  position: absolute;
  width: 100%;
  height: 580px;
  top: 70px;
  left: 0;
  background: url(strike.jpg) center;
}

/*------------------------------------------------
 WRAP
------------------------------------------------- */

#wrap {
  position: relative;
  width: 1005px;
  margin: 0 auto;
}

/*------------------------------------------------
 MENU
------------------------------------------------- */

#menu {
  position: relative;
  width: 1005px;
  height: 83px;
  margin: 0 auto;
  background: url(menu.gif) top repeat-x;
}

#menu ul {
  list-style: none;
  float: right;
  width: 527px;
  width: auto;  
}

#menu ul li {
  float: left;
}

#menu ul li a {
  display: block;
  float: left;
  width: 80px;
  height: 61px;
  padding: 9px 0 0;
  background-color: #000;
  background-image: url(menu_a.jpg);
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  line-height: 10px;
}

#menu ul li a.one {
  background-position: 0 0;
}

#menu ul li a.one:hover {
  background-position: 0 70px;
}

#menu ul li a.two {
  height: 66px;
  padding: 4px 0 0;
  background-position: 80px 0;
}

#menu ul li a.two:hover {
  background-position: 80px 70px;
}

#menu ul li a.three {
  background-position: 160px 0;
}

#menu ul li a.three:hover {
  background-position: 160px 70px;
}

#menu ul li a.four {
  background-position: 240px 0;
}

#menu ul li a.four:hover {
  background-position: 240px 70px;
}

#menu ul li.p {
  float: right;
  display: block;
  width: 149px;
  height: 62px;
  padding: 21px 0 0 55px;
  background: #000 url(menu_p.jpg);
  overflow: hidden;
  line-height: 28px;
}

#menu ul li.p input {
  float: left;
  width: 126px;
  padding: 2px;
  background: none;
  border: 0;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}

#menu ul li.p input.short {
  width: 77px;
  margin: 0 10px 0 0;
}

#menu ul li.p input.submit {
  width: 38px;
  cursor: hand;
  cursor: pointer;
}

#menu p.basket {
  float: left;
  display: block;
  width: 140px;
  height: 60px;
  padding: 23px 0 0 66px;
  background: url(menu_p.gif);
  color: #fff;
  font-weight: bold;
}

#menu p.basket small {
  font-weight: normal;
}

#menu p.basket strong {
  color: #00B6ff;
}

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

#header {
  position: relative;
  width: 1005px;
  height: 275px;
  margin: 0 auto;
}

#header h1 a span {
  display: none;
}

#header #flash {
position: absolute;
  margin: -11px 0 0 238px;
}

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

#main {
  position: relative;
  width: 1005px;
  border-top: 1px solid #fff;
  background: url(main.gif);
}

#main hr {
  visibility:hidden;
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
}
#main div.line {
  
  clear: both;
  height: 1px;
  padding: 0;
  margin: 0;
  border: none;
  border-top:1px dotted blue;
}
/*------------------------------------------------
 CONTENT
------------------------------------------------- */

#content {
  position: relative;
  float: right;
  width: 758px;
  color: #313131;
  font-size: 11px;
}

#content .content {
  margin: 0 30px;
}


#content .box {
  padding: 0 0 10px;
  background: url(content.gif) right top no-repeat;
  overflow: hidden;
}

#content h2 {
  padding: 45px 30px 10px;
  font-size: 20px;
  font-weight: normal;
}

#content h3 {
  padding: 0 30px 10px;
  font-size: 20px;
  font-weight: normal;
}

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

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

#content .news {
  float: left;
  width: 335px;
  margin: 0 0 15px 30px;
}

#content .news a {
  font-weight: bold;
  font-size:130%;
  display:block;
}

#content .news p {
  padding: 0;
}

#content .news img {
  float: left;
  margin: 0 10px 0 0;
  width:120px;
}

#content .line {
  clear: both;
  padding: 10px 0 0;
  margin: 15px 0 5px;
  border-top: 1px solid #c4c4c4;
}

#content p.right {
  padding: 0 20px;
}

#content .cat {
  position: relative;
  float: left;
  width: 210px;
  height: 170px;
  margin: 30px 0 0 30px;
}

#content .cat h2 {
  padding: 0;
  text-align: center;
}

#content .cat h2 a {
  padding: 21px 1px;
  display: block;
  color: #5d5d5d;
  text-decoration: none;
}

#content .cat h2 a:hover {
  padding: 20px 0;
  border: 1px solid #caf0ff;
  background: #e7f8ff;
}

#content p.nav {
  padding: 15px 30px;
  color: #888;
}

#content p.nav a {
  font-weight: bold;
  color: #888;
}

#content p.filter {
  padding: 0 30px;
}

#content p.filter select {
  width: 125px;
  margin: 0 15px 0 5px;
  border: 1px solid #888;
  background: url(formitem.gif) top left;
}

#content p.filter select.short {
  width: 55px;
}

#content .item {
  position: relative;
  float: left;
  width: 335px;
  margin: 15px 0 15px 30px;
  overflow: hidden;
}

#content .item img {
  float: left;
  margin: 0 10px 0 0;
}

#content .item a {
  font-weight: bold;
}

#content  .item p.price {
  padding: 20px 0 0;
  font-weight: bold;
}

#content .item p.buy {
  clear: both;
  padding: 15px 0 0;
}

#content .item p.buy input {
  width: 50px;
  border: 1px solid #999;
  background: url(formitem.gif) top left;
  text-align: center;
}

#content .item p.buy input.submit {
  width: 82px;
  height: 25px;
  border: none;
  padding: 0 0 3px;
  background: url(item_submit.gif);
  color: #fff;
  font-weight: bold;
}

#content .item p strong {
  color: #00B7ff;
}

#content .item p strong {
  font-size: 16px;
}

#content .detail {
  margin: 15px 0 15px 30px;
  overflow: hidden;
}

#content .detail img {
  float: left;
  margin: 0 10px 0 0;
}

#content .detail a {
  font-weight: bold;
}

#content .detail p.price {
  padding: 20px 0 0;
  font-weight: bold;
}

#content .detail p.buy {
  clear: both;
  padding: 15px 0 0 225px;
}

#content .detail p.buy input {
  width: 50px;
  border: 1px solid #999;
  background: url(formitem.gif) top left;
  text-align: center;
}

#content .detail p.buy input.submit {
  width: 82px;
  height: 25px;
  border: none;
  padding: 0 0 3px;
  background: url(item_submit.gif);
  color: #fff;
  font-weight: bold;
}

#content .detail p strong {
  color: #00B7ff;
}

#content .detail p strong {
  font-size: 16px;
}

#content .detail p.gall {
  padding: 40px 0;
}

#content p.int {
  position: relative;
  float: left;
  width: 120px;
  padding:0px;
  margin: 0px 20px 10px 0px;
  border: 1px solid gray;
  text-align:right;
}

#content div.int {
  position: relative;
  float: left;
  width: 120px;
  margin: 0px 20px 10px 0px;
  border: 1px solid gray;
  text-align:right;
}
.fotogalerifotky .int .fotkapopis {
  margin:0;
  padding:0;
  text-align:center;
}

#content p.int a {
  font-weight: bold;
}


#content .videozone {
  margin:10px 0px 10px 30px;
}

#content .videozone .videoitem {
  float:left;
  width:350px;
  margin-bottom:10px;
}
#content .videozone .videoitem .img {
  display:block;
  float:left;
  margin:0px 10px 10px 0px;
  width:120px;
  height:90px;
  overflow:hidden;
  border: 1px solid gray;
  
}
#content .yvideo {
  text-align:center;
}


#content .fotogalerifotky {
  margin:10px 0px 10px 30px;
}
/*------------------------------------------------
 SIDEBAR
------------------------------------------------- */

#sidebar {
  position: relative;
  float: left;
  width: 247px;
  color: #fff;
}

#sidebar .box {
  padding: 0 0 10px;
  background: url(sidebar.gif) top;
}

#sidebar .box2 {
  padding: 0 0 10px;
  background: url(sidebar.gif) top no-repeat;
}
#sidebar .box2 a:hover {
  color:#00b6ff;
  text-decoration:none;
}

#sidebar .firstbox {
  margin: -11px 0 0;
}

#sidebar ul.section {
  position: absolute;
  list-style: none;
  margin: -5px 0 0;
  padding: 0 0 0 12px;
}

#sidebar ul.section li {
  float: left;
}

#sidebar ul.section li a {
  float: left;
  display: block;
  padding: 14px 30px;
  color: #fff;
  font-weight: bold;
}

#sidebar ul.section li a.active {
  background: url(sidebar_section.gif);
  color: #000;
  text-decoration: none;
}

#sidebar ul.menu {
  list-style: none;
  padding: 37px 12px 2px;
}

#sidebar ul.menu li a {
  width: 143px;
  display: block;
  padding: 10px 40px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c4c4c4;
  background: #e8e8e8;
  color: #494949;
  text-decoration: none;
}

#sidebar ul.menu li a.active {
  font-weight: bold;
  color: #000;
}

#sidebar h4 {
  padding: 10px 0;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

#sidebar p {
  padding: 0 0 10px;
  font-weight: bold;
  text-align: center;
}

#sidebar p strong {
  color: #00b6ff;
}

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

#footer {
  position: relative;
  clear: both;
  width: 1005px;
  padding: 100px 0 40px;
  background: url(footer.gif) top no-repeat;
  overflow: hidden;
  color: #457f96;
  font-size: 10px;
}

#footer p.alleft {
  padding: 0 0 0 55px;
}

#footer a {
  color: #00B6ff;
}

#footer p.alleft a {
  font-weight: bold;
}
