body {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font: 75%/1.4 Tahoma, "Helvetica Neue", Helvetica, sans-serif;
  background: #000;
  color: #fff;
}


/********************************* HTML elements ****************************/
p {
  margin: .5em 0;
}

a {
  text-decoration: underline;
  color: #AF000F;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 1em 0 .5em;
  color: #000;
}

h2 {
  font-size: 1.6em;
  font-weight: bold;
  margin: 0.25em 0 0.5em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.95em;
}

a img {
  border: 0;
}

/****************************** Layout *************************/
#page {/* hlavni element webu */
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 960px;
  border: 0;
  background: #fff;
  color: #000;
}

#w {/* obalujici element pro praci s pozadim */
  margin: 0;
  padding: 0;
}

#header {
  margin: 0;
  padding: 0;
}

#main {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff url('img/main-bg.png') repeat-y 0 0;
}
#admin-content #main {
  background: transparent;
}
#main .iw {
  margin: 0;
  padding: 0;
  width: 747px;
  float: right;
}

.left {/* kontejner pro levy blok */
  float: left;
  width: 200px;
  margin: 0;
  padding: 0;
}

.middle {/* kontejner pro stredovy blok */
  margin: 0;
  /*width: 600px;*/
  /*float: left;*/
  clear: none;
}

.right {/* kontejner pro pravy blok */
  margin: 0;
  width: 147px;
  float: right;
  clear: none;
}

#footer {
  margin: 0;
  padding: 0;
}

.content {/* vnitrni kontejner pro vsechny bloky - matrjoska */
  margin: 0;
  padding: 10px;
}

.clean, .clearLeft, .cleaner {
  clear: both;
  height: 1px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  visibility: hidden;
  display: block;
}

.hidden {
  position: absolute;
  left: -2000px;
}

.l {
  text-align: left;
}

.r {
  text-align: right;
}

.c {
  text-align: center;
}

/***************** Header **********************/
#header {
  height: 185px;
  background: #000 url('img/head.jpg') no-repeat 0 0;
  position: relative;
}

#header .content {
  margin: 0;
  padding: 0;
}

#header h1 {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}

#header h1 a {
	text-decoration: none;
  display: block;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

#header h1 a:hover {
	text-decoration: none;
}

#header h1 span {
	text-decoration: none;
  background: url('img/head.jpg') no-repeat 0 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  cursor: pointer;
}

/* top menu */
#top-menu {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 30px;
}
#top-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#top-menu ul li {
  margin: 0 5px 0 6px;
  float: left;
}
#top-menu ul li a {
  display: block;
  text-decoration: none;
  margin: 5px 0;
  padding: 0 10px;
  height: 19px;
  color: #fff;
}
#top-menu ul li a:hover,
#top-menu ul li.active a {
  background: #333;
}

/* mini basket */
#miniBasket {
	position: absolute;
	top: 20px;
	right: 0px;
	text-align: left;
	border-right: none;
	background: #000 url('img/basket.gif') no-repeat left;
	padding-left: 40px;
	padding-top: 10px;
	font-family: sans-serif;
	font-size: 12px;
	height: 30px;
	color: #fff;
}

#miniBasket td {
	padding-left: 5px;
	padding-right: 5px;
}

.toBasket {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #777;
	font-weight: bold;
}

.toBasket a {
	color: #777;
	font-weight: bold;
}

#items {
	border: 1px solid #5F0008;
	padding: 5px;
}

.basketTitle {
	background: #5F0008;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #fff;
}

.count {
	text-align: right;
	color: #999;
}

.sum_text {
	text-align: left;
	font-weight: bold;
	width: 80px;
}

.sum_price {
	text-align: right;
	color: #999;
	border-right: 1px solid #777;
}

/* order */
tr.del td {
  background: #F5F5F5;
}
tr.sum td {
  font-weight: bold;
}
tr.e td {
  background: #F5F5F5;
}

/****************************** Left column ***********************************/
#main .left .content {
  padding: 0;
}

#left-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#left-menu ul li {
  display: inline;
}
#left-menu ul li a {
  display: block;
  border-bottom: 1px solid #AF000F;
  color: #fff;
  padding: 5px 15px;
  background: #600;
}
#left-menu ul li.selected a {
  font-weight: bold;
}
#left-menu ul li li a {
  padding-left: 30px;
  background: #8F0817;
}

#pocitadlo {
  text-align: center;
  margin-top: 10px;
}
#pocitadlo a img {
  border: 0;
}

/******************************* Middle column ******************************/
#main .middle .content {
	padding: 0 10px 10px;
	position: relative;
}

#path {
	font-size: 0.9em;
	margin-top: 10px;
	color: #555;
}

#bar {
	font-size: 0.9em;
	padding: 2px 10px;
  margin-top: 10px;
	color: #555;
  background: #eee;
  text-align: center;
}

.middle h2 {
  font-weight: normal;
  font-size: 2em;
}

.img_thumb {
	width: 120px;
	border-top: none;
	border-left: none;
	background: #fff;
	float: left;
  padding: 10px 0 0 10px;
}

.img_thumb_ni {
	width: 100px;
	border: none;
}

.img_thumb_fw {
	width: 120px;
	border: none;
}

.img_thumb_fh {
	height: 120px;
	border: none;
}

.det_img {
	display: block;
	width: 250px;
	border: 1px solid #ddd;
}

.det_img_fw {
	display: block;
	width: 250px;
	border: 1px solid #ddd;
}

.det_img_fh {
	display: block;
	height: 250px;
	border: 1px solid #ddd;
}

.middle table {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #5F0008;
  width: 100%;
  margin-bottom: 10px;
}
.middle table th {
  border: 0;
  border-top: 3px solid #5F0008;
  border-bottom: 1px solid #5F0008;
  text-align: left;
  font-weight: bold;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 0 3px;
  background: #f5f5f5;
}
.middle table th.r {
  text-align: right;
}
.middle table td {
  border: 0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 0 3px;
}
.middle table#delTable,
.middle table#delTable td {
  border: 0;
}
.middle table.sizes {
  font-size: 0.85em;
}

/* list */
#itemList .item {
  width: 353px;
  border: 2px solid #eee;
  float: left;
  height: 250px;
  margin-bottom: 12px;
}
#itemList .even {
  margin-left: 12px;
}
#itemList .item h3 {
  margin: 0;
  padding: 5px 10px 0;
}
#itemList .item .item-left {
  float: right;
  width: 125px;
  height: 133px;
  text-align: right;
  padding-right: 5px;
}
.item_action {
  margin-top: 10px;
  color: #060;
  height: 80px;
  font-weight: bold;
  font-size: 1.4em;
}
#detail .item_action {
  height: 40px;
}
#itemList .item .item_price {
  font-size: 1.4em;
  font-weight: bold;
}
#itemList .item .item-size {
  text-align: center;
  margin-top: 10px;
  background: #eee;
  height: 20px;
}
#itemList .item .item-desc {
  background: #eee;
  height: 59px;
  padding: 0 5px;
}

/* detail */
.det_data {
	font-size: 1.1em;
	font-weight: bold;
  width: 400px;
}

.det_data a {
	color: #666;
}

.det_data a:hover {
	color: #000;
}

.det_price {
	margin-bottom: 20px;
  font-size: 1.4em;
}

.det_moprice {
	font-size: 14px;
}

#detail .floatleft {
	text-align: center;
	width: 300px;
}

#detail .floatleft a {
	color: #5F0008;
	font-weight: bold;
}

.desc {
	background: #5F0008;
	padding-left: 5px;
	padding-right: 5px;
  margin-bottom: 0;
	color: #fff;
}

.desc_text {
	border: 1px solid #5F0008;
	padding: 5px 5px 5px 5px;
	font-size: 14px;
	font-weight: normal;
	font-family: serif;
}

#detail .basket {
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	border: none;
	font-weight: normal;
}

.det_anot {
  font-weight: bold;
}

/* forms */
#loginForm {
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

#woutLogin {
	margin-top: 10px;
	margin-bottom: 10px;
}

#bsktForm {
	padding-top: 10px;
}

#bsktLogin input, #payMethod input, #delivery input {
	display: inline;
	padding-right: 10px;
}

#delivery, #bsktLogin, #regUser, #notRegUser, #reg {
	padding: 5px;
}

#delivery {
  margin-bottom: 10px;
}

#regUser input, #notRegUser input {
	display: block;
	color: #000;
	border: 1px solid #666;
}

#regUser .textInput:focus {
	border-right: 10px solid #666;
}

#notRegUser .floatleft {
	width: 175px;
	border-right: 1px solid #5F0008;
	margin-right: 15px;
	_margin-top: 10px;
}

#notRegUser .regRight {
  float: left;
  _margin-top: 10px;
  width: 175px;
}

#newAdr, #newBillAdr {
  padding: 5px 5px 5px 5px;
}

#notRegUser .textInput, #regUser .textInput, #newAdr .textInput, #newBillAdr .textInput {
	width: 150px;
	border: 1px solid #000;
	color: #000;
}

#notRegUser .textInput:focus, #newAdr .textInput:focus, #newBillAdr .textInput:focus {
	border-right: 10px solid #666;
}

#notRegUser .forced {
	border: 1px solid #AF0013;
	width: 150px;
	color: #000;
}

#notRegUser .forced:focus {
	border-right: 10px solid #AF0013;
}

.forced {
	border: 1px solid #5F0008;
	width: 150px;
	color: #000;
}

.forced:focus {
	border-right: 10px solid #5F0008;
}

.margintop {
	margin-top: 10px;
}

#imgBorder {
	text-align: center;
}

#imgFS {
	float: none;
	margin-bottom: 20px;
}

fieldset {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

fieldset legend {
	border: 1px solid #ddd;
	color: #000;
	padding: 0px 5px 0px 5px;
	font-family: "Trebuchet MS", sans-serif;
}

fieldset input,
fieldset select,
fieldset textarea {
  display: block;
}

#regLogin {
	background-color: transparent;
	color: #000;
	padding: 5px 5px 5px 5px;
	border: 1px solid #5F0008;
}

#regLogin legend {
	background: #fff;
	color: #000;
	border: 1px solid #5F0008;
}

#regLogin .textInput {
	border: 1px solid #000;
	width: 150px;
	color: #000;
}

#regLogin .textInput:focus {
	border-right: 10px solid #666;
}

#regLogin .submit {
	background: #ddd;
	color: #000;
	border: 1px solid #000;
}

#regLogin .submit:hover {
	background: transparent;
	color: #000;
}

#admin {
	color: #fff;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
}
#admin legend {
  color: #fff;
}
#admin .textInput {
	border: 1px solid #ddd;
	width: 200px;
	color: #fff;
}
#admin .submit {
  border: 1px solid #ddd;
  color: #fff;
}

#reg {
	background-color: transparent;
	color: #000;
	padding: 5px 5px 5px 5px;
	border: 1px solid #5F0008;
}

#reg legend {
	background: #fff;
	color: #000;
	border: 1px solid #5F0008;
}

#reg .textInput {
	width: 150px;
	border: 1px solid #000;
	color: #000;
}

#reg .textInput:focus {
	border-right: 10px solid #666;
}

#reg .submit {
	background: #ddd;
	border: 1px solid #000;
	color: #000;
}

#reg .submit:hover {
	background: transparent;
	color: #000;
}

#reg .floatleft {
	width: 165px;
	border-right: 1px solid #5F0008;
	margin-right: 15px;
	_margin-top: 10px;
}

#reg .regRight {
	padding-left: 180px;
	_margin-top: 10px;
}

#customer {
	background: #666;
	_background-color: transparent;
	color: #fff;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
	height: 200px;
}

#prodFilter {
	color: #000;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
	border: none;
}

#prodFilter legend {
	color: #000;
	font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
	background: #fff;
	border: none;
	font-weight: bold;
}

#prodFilter input {
  display: inline;
}


#itemList {
	margin-top: 20px;
}

#difAdr {
  display: none;
}
#difBillAdr {
  display: none;
}
#difAdrVisible {
  display: block;
}
#difBillAdrVisible {
  display: block;
}
#adr .radioInput {
  display: inline;
  padding-right: 10px;
}
#noteBox {
  margin-top: 10px;
}
#noteBox textarea {
  border: 1px solid #000;
  color: #000;
}
#adr {
  margin-top: 10px;
}
.buyt input {
  padding-right: 10px;
  display: inline;
}
#bskt input {
  display: inline;
}
#bskt .am {
  width: 20px;
  text-align: right;
}
.bskTotal {
  border: 1px solid #666;
  background: #eee;
  font-size: 18px;
  text-align: right;
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.bskTotal span {
  color: #5F0008;
  font-size: 20px;
}
.goOn {
  float: right;
}
.goOn .button {
  font-size: 15px;
  border: 1px solid #ccc;
  background: #eee;
  padding: 5px 10px;
  font-weight: bold;
}
#delTable {
  width: 100%;
  font-size: 15px;
}
#delTable .selected {
  background: #eee;
}
.free {
  color: #b22222;
}
.amount {
  width: 170px;
}
.ordSubmitButton {
  text-align: right;
  font-size: 18px;
  margin-top: 10px;
}
.back {
  float: left;
  font-size: 18px;
  margin-top: 10px;
}
.pozn {
  width: 100%;
}
.vice {
  display: block;
  padding-top: 10px;
  color: #5F0008;
  font-size: 11px;
}
.vice a {
  text-decoration: underline;
}

.floatleft {
  float: left;
}
.floatright {
  float: right;
}

/************************************ Right column ***************************/
#main .right .content {
}


/****************************** paticka ***************************************/
#footer {
  background: #5F0008;
  color: #fff;
  text-align: right;
  font-size: 0.85em;
}
#footer .content {
  padding: 5px;
}
#footer a {
  color: #fff;
}


/* administrace */
#admin-menu,
#admin-submenu {
  background: #fff;
  margin-bottom: 10px;
}
#admin-submenu {
  border-top: 1px solid #efefef;
}
#admin-menu a,
#admin-submenu a {
  display: block;
  float: left;
  padding: 3px 15px;
  border: 1px solid #efefef;
  border-top: 0;
  margin-right: 10px;
}
#admin-menu a:hover,
#admin-submenu a:hover {
  background: #efefef;
}
#admin-content {
  background: #fff;
  color: #000;
  text-align: left;
}
#admin-content table {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #5F0008;
  width: 100%;
  margin-bottom: 10px;
}
#admin-content .goods-table table {
  width: auto;
}
#admin-content table th {
  border: 0;
  border-top: 3px solid #5F0008;
  border-bottom: 1px solid #5F0008;
  text-align: left;
  font-weight: bold;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 0 3px;
  background: #f5f5f5;
}
#admin-content table th.r {
  text-align: right;
}
#admin-content table td {
  border: 0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 0 3px;
}
#admin-content table .e td {
  background: #FFF8EF;
}

#addg textarea {
  width: 400px;
  height: 300px;
}
fieldset #sizes-wrapper input {
  display: inline;
}
.sizes-item input {
  text-align: right;
  width: 40px;
}
