/*------------------------------------------------
CSS INFO
--------------------------------------------------
FILE: style.css
PROJECT:  Party shop
URL: www.party-shop.cz
AUTHOR: ChciStranky.cz (info@chcistranky.cz, www.chcistranky.cz)
DATE: 04-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: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
}

body {
  background: url(body.jpg) top center no-repeat;
}

a:link, a:visited{
  color: #3a8000;
}

a:hover {
  color: #000;
}

p {
  text-align: justify;
}

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: 776px;
  background: url(strike.gif) top;
}

/*------------------------------------------------
 PAGE
------------------------------------------------- */

#page {
  position: relative;
  width: 946px;
  margin: 0 auto;
  background: url(page.png) top center no-repeat;
}

/*------------------------------------------------
 HEADER
------------------------------------------------- */

#header {
  position: relative;
  width: 900px;
  height: 40px;
  padding: 50px 23px 0;
  margin: 0 auto;
}

#header h1 {
  float: right;
  padding: 20px 20px 0 0;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

#header h2 {
  float: left;
  margin: 0 0 0 10px;
}

#header h2 a {
  display: block;
  float: left;
  width: 300px;
  height: 40px;
  background: url(header_h2.gif) center left no-repeat;
}

#header h2 a span {
  display: none;
}

/*------------------------------------------------
 MENU
------------------------------------------------- */

#menu {
  position: relative;
  clear: both;
  width: 880px;
  height: 30px;
  margin: 0 auto;
  border-bottom: 10px solid #fff;
  background: #000 url(menu.gif)
}

#menu ul {
  list-style: none;
}

#menu ul li {
  float: left;
}

#menu ul li a {
  float: left;
  display: block;
  padding: 7px 15px;
  border-right: 1px solid #5e5e5e;
  text-decoration: none;
  color: #fff;
}

#menu ul li a:hover {
  background: #5e5e5e;
}

#menu ul li a.active {
  background: #000;
}

#menu ul li.first a:hover {
  background: #5e5e5e url(menu-hover.gif) left no-repeat;
}

#menu ul li.first a.active {
  background: #000 url(menu-act.gif) left no-repeat;
}

#menu p {
  float: right;
  color: #fff;
}

#menu p input {
  width: 200px;
  padding: 2px;
  margin: 4px 0 0 0;
  border: 1px solid #5e5e5e;
  background: url(formitem_input.gif) top left;
}

#menu p select {
  padding: 1px;
  margin: 4px 0 0 0;
  border: 1px solid #5e5e5e;
  background: url(formitem_input.gif) top left;
}

#menu p input.submit {
  width: 20px;
  margin: 4px 5px 0 0;
  border: 1px solid #5e5e5e;
  background: #515151 url(formitem_submit.gif) repeat-x;
  cursor: pointer;
  cursor: hand;
  color: #fff;
}

/*------------------------------------------------
 BOXES
------------------------------------------------- */

#boxes {
  display: none;
}

/*------------------------------------------------
 MAIN
------------------------------------------------- */

#main {
  position: relative;
  width: 880px;
  margin: 0 auto;
  padding: 0 33px;
  background: url(main.png) center;
  overflow: hidden;
}

/*------------------------------------------------
 LEFT
------------------------------------------------- */

#left {
  position: relative;
  float: left;
  width: 200px;
  background: url(left_content_right.gif) top left no-repeat;
}

#left h3 {
  background: url(left-h3.gif) no-repeat;
}

/*------------------------------------------------
 RIGHT
------------------------------------------------- */

#right {
  position: relative;
  float: right;
  width: 200px;
  background: url(left_content_right.gif) top right no-repeat;
}

#right h3 {
  background: url(right-h3.gif) no-repeat;
}

/*------------------------------------------------
 COLUMN
------------------------------------------------- */

.column h3 {
  width: 180px;
  height: 23px;
  padding: 7px 10px 0;
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

.column ul.cat {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.column ul.cat li {
  padding: 0;
  margin: 0;
}

.column ul.cat li a {
  display: block;
  padding: 5px 5px 5px 20px;
  margin: 0 0 1px 0;
  background: url(left-a.gif) no-repeat top left;
  text-decoration: none;
}

.column ul.cat li a:hover, .column ul.cat li a.active {
  background: #eef1db url(left-a-hover.gif) no-repeat top left;
}

.column ul.cat li a.active {
  font-weight: bold;
  color: #000;
}

.column p.cart {
  padding: 0 0 0 25px;
  margin: 5px 5px 15px 5px;
  background: url(right_cart.gif) no-repeat;
  font-size: 12px;
}

.column p.login {
  padding: 0;
  margin: 5px 5px 15px 5px;
  font-size: 10px;
}

.column p.login input {
  width: 183px;
  padding: 2px;
  margin: 0 0 5px 0;
  border: 1px solid #999;
  background: url(formitem_input.gif) top left;
}

.column p.login input.pswd {
  width: 160px;
}

.column p.login input.submit {
  width: 20px;
  border: 1px solid #111;
  padding: 1px;
  margin: 0 0 5px 0;
  background: #515151 url(formitem_submit.gif) repeat-x;
  cursor: pointer;
  cursor: hand;
  color: #fff;
}

.column p.support {
  padding: 0;
  margin: 5px 5px 15px 5px;
  font-size: 10px;
}

.column p.support input {
  width: 183px;
  padding: 2px;
  margin: 0 0 5px 0;
  border: 1px solid #999;
  background: url(formitem_input.gif) top left;
}

.column p.support textarea {
  width: 183px;
  height: 100px;
  padding: 2px;
  margin: 0 0 5px 0;
  border: 1px solid #999;
  background: url(formitem_input.gif) top left;
}

.column p.support input.submit {
  width: 189px;
  padding: 2px;
  margin: 0;
  border: 1px solid #999;
  background: #515151 url(formitem_submit.gif) repeat-x;
  cursor: pointer;
  cursor: hand;
  color: #fff;
}


/*------------------------------------------------
 CONTENT
------------------------------------------------- */

#content {
  position: relative;
  float: left;
  width: 480px;
  background: url(left_content_right.gif) top center no-repeat;
}

#content h2 {
  padding: 0;
  margin: 0 15px 5px;
  font-weight: normal;
}

#content p.navigation {
  padding: 5px;
  margin: 0 10px 5px;
  border-top: 5px solid #8ead5b;
  background: #eef1db;
  font-size: 10px;
}

#content p.navigation a {
  text-decoration: none;
}

#content .pagination {
  clear: both;
  padding: 5px 9px;
  margin: 0 10px 10px;
  font-size: 10px;
  border: 1px solid #86b800;
  background: #ebf1c8;
  overflow: hidden;
}

#content .pagination p {
  padding: 0;
  margin: 0;
}

#content .pagination p span.alright {
  float: right;
  padding: 1px 0 0;
}

#content .pagination p select {
  font-size: 10px;
  background: url(formitem_input.gif) top left;
  border: none;
}

#content p span.alleft {
  float: left;
}

#content p span.alright {
  float: right;
}

#content .cats {
  padding: 10px 10px 10px 5px;
  margin: 0 10px 10px;
  border: solid #86b800;
  border-width: 5px 1px 1px 1px;
  overflow: hidden;
  font-size: 11px;
}

#content .cats ul {
  list-style: none;
  padding: 0;
}

#content .cats ul li {
  float: left;
  width: 215px;
  padding: 0;
  margin: 0 0 5px 5px;
}

#content .cats ul li a.active {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

#content .item {
  position: relative;
  float: left;
  width: 222px;
  margin: 0 2px 5px 10px;
  border: 1px solid #ebf1c8;
  border-width: 3px 1px 1px 1px;
}

#content .item h4 {
  margin: 0 0 2px;
  background: #ebf1c8;
  font-size: 13px;
  text-align: center;
}

#content .item h4 a {
  display: block;
  padding: 2px 5px 5px;
  background: #ebf1c8;
  font-size: 13px;
  text-align: center;
}

#content .item p.left {
  float: left;
  width: 100px;
  padding: 5px;
}

#content .item p.left img {
  width: 100px;
  border: 1px solid #ebf1c8;
}

#content .item p.right {
  float: right;
  width: 100px;
  padding: 5px;
  font-size: 11px;
  text-align: justify;
}

#content .item p.alleft {
  padding: 0 0 0 5px;
  font-weight: bold;
}

#content .item p.alright {
  padding: 0 5px 5px 0;
  margin: -20px 0 0;
}

#content .item p del {
  color: #dd0000;
}

#content hr {
  clear: both;
  visibility: hidden;
  height: 1px;
  border: none;
}

#content #static h2 {
  padding: 0;
  margin: 0 15px 5px;
  font-weight: normal;
}

#content #static h3 {
  padding: 0;
  margin: 25px 15px 5px;
}

#content #static p {
  padding: 0;
  margin: 0 15px 10px;
}

#content ul, #content ol {
  padding: 0 0 0 40px;
}

#content #static li {
  padding: 0;
  margin: 0 35px 10px 0;
  text-align: justify;
}

#content #static form {
  padding: 10px 0 0;
}

#content #static form p {
  padding: 0 0 9px;
  border-bottom: 1px solid #eef1db;
}

#content #static label, #content #static label.long {
  display: block;
  float: left;
  width: 170px;
  padding: 2px 5px 0 0;
  font-weight: bold;
  text-align: right;
}

#content #static label.long {
  width: 360px;
  text-align: left;
}

#content #static input, #content #static select, #content #static textarea {
  width: 260px;
  padding: 2px;
  border: 1px solid #ccc;
  background: url(formitem_input.gif) top left;
  color: #aaa;
}

#content #static select {
  width: 265px;
}

#content #static textarea {
  height: 100px;
}

#content #static input:focus, #content #static select:focus, #content #static textarea:focus {
  border: 1px solid #5e5e5e;
  color: #5e5e5e;
}

#content #static input.submit {
  width: auto;
  margin: 0 5px 0 0;
  border: 1px solid #5e5e5e;
  background: #515151 url(formitem_submit.gif) repeat-x;
  cursor: pointer;
  cursor: hand;
  color: #fff;
}

#content #static input.short {
  width: 30px;
  text-align: center;
}

#content #detail h2 {
  padding: 0;
  margin: 0 15px 5px;
  font-weight: normal;
}

#content #detail h3 {
  clear: both;
  padding: 0;
  margin: 25px 15px 5px;
}

#content #detail p {
  padding: 0;
  margin: 0 15px 25px;
}

#content #detail p strong {
  font-size: 15px;
}

#content #detail p img {
  float: left;
  width: 250px;
  margin: 0 10px 10px 0;
  border: 1px solid #ebf1c8;
}

#content #detail form {
  font-size: 12px;
}

#content #detail input {
  width: 40px;
  padding: 2px;
  border: 1px solid #ccc;
  background: url(formitem_input.gif) top left;
  text-align: center;
  color: #aaa;
}

#content #detail input:focus {
  border: 1px solid #5e5e5e;
  color: #5e5e5e;
}

#content #detail input.submit {
  width: 32px;
  height: 35px;
  padding: 0;
  border: none;
  background: url(detail_submit.gif);
  cursor: hand;
  cursor: pointer;
}

/*------------------------------------------------
 FOOTER
------------------------------------------------- */

#footer {
  position: relative;
  width: 880px;
  height: 70px;
  padding: 0 33px;
  margin: 0 auto;
  background: url(footer.png) top center no-repeat;
}

#footer p {
  padding: 40px 0 0;
  font-size: 11px;
}
