body {
	background: white url('http://www.plysovehracky.com/images/bg.jpg');
	margin: 0px; padding: 0px;
	font-family:  'verdana';
	font-size: 12px;
}

#header {
	display: block;
	height: 156px;
	background: url('http://www.plysovehracky.com/images/header.jpg') no-repeat;
	width: 950px;
}

.logo {
	float: left;
	margin: 3px 0px 0px 250px;
	border: 0px;
}

#search {
	font-family: verdana;
	font-size: 12px;
	float: right;
	width: 245px;
	margin-top: 5px;
	margin-right: 0px;;
}

#search .searchString {
	border: 1px solid silver;
}
#search .submitSearch {
	position: relative;
	top: 5px;
}


#header ul {
	float:  left;
	margin: 0px;
	padding:0px;
	margin: 25px 0px 0px 170px;

}

#header ul li {
	display:  inline;
	margin:  0px 20px;
	font-family:  verdana;
	font-size: 12px;
	font-weight: bold;
}

#header ul li a {
	color: #a55432;
	text-decoration:  none;
}

#header ul li a:hover {
	color: #c17e62;
}



#container {
	background: url('http://www.plysovehracky.com/images/content.jpg') repeat-y;
	margin-left: 35px;
	width: 908px;
}

#container p {
	margin: 10px 10px;
}

#container #leftRow {
	float:  left;
	width: 165px;
}

#container #rightRow {
	float:  right;
	width: 165px;
}

#loginInfo{
	margin: 5px 0px 20px 20px;
}

#container #leftRow h1,
#container #rightRow h1 {
	display:  block;
	font-family: verdana;
	text-align: left;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #cec1ad;
	border: 0px;
}

#container #leftRow h1 {
	margin-left: 3px;
}


#content {
 float:  left;
 margin-left: 10px;
 width: 560px;
}


#footer p {
	margin-top: 0px;
}

#footer {
	background: url('http://www.plysovehracky.com/images/footer.jpg') no-repeat;
	margin: 0px 0px 0px 35px;
	width: 908px;
	height: 100px;
}


#footer #logo {
	float:  left;
	margin: 5px 0px 0px 180px;
}

/* main menu */

ul#catMenu {
	font-size: 12px;
	font-family: verdana;
	list-style: none;
	margin: 20px 0px 20px 9px; padding: 0px;
	width: 155px;
}

ul#catMenu li {
	border-bottom: 1px solid silver;
	font-weight: bold;
}

ul#catMenu li a {
	color: #a55432;
	display:  block;
	width: 141px;
	height: 100%;
	text-decoration: none;
	padding: 4px 0px 4px 14px;
}

ul#catMenu li a:hover{
	background-color: #a55432;
	color: white;
	font-weight: bold;
	display:  block;
	width: 141px;
	height: 100%;
	text-decoration: none;
}

.product {
	float: left;
	border: 1px solid #f0f0f0;
	width: 562px;
	margin: 0px 0px 10px 0px;
	border-bottom: 10px solid #f0f0f0;
}

.product #name, .product img {
	float:  left;
	border: 0px;
}

.product img {
	margin-right: 8px;
}

.product {
	font-weight: bold;
}

.product span {
	font-weight: normal;
}


.product #name {
	width: 340px;
	margin: 10px 0px 10px 10px;
	text-align: center;
	font-size: 14px;
	color: #a55432;
}
.product #name span {font-weight: bold;}

.product #ean,.product #amount, .product #price, .product #stock {
	font-size: 12px;
	color: silver;
}

.product #details {
	margin: 10px 15px 0px 0px;
}
.product #details a{
	float: left;
	width: 92px;
	height: 24px;
	background:  url('http://www.plysovehracky.com/images/bt-detail.png');
}

.product #details a:hover{
	background:  url('http://www.plysovehracky.com/images/bt-detail.png') -93px;
}




h1, h2 {
	font-family: 'verdana';
	color: #a55432;
	font-size: 18px;
	margin-left: 8px;
}


h2 {
	font-size: 14px;
}
.productDetail {
	margin-left: 5px;
}
.productDetail h1 {
	text-align:  center;
}

img.pr_img {
	float:  right;
}

.productDetail span {
	font-size: 11px;
	color: gray;
}

.pr_ean, .pr_desc, .pr_cat1, .pr_amount, .pr_stock, .pr_price, .pr_buy {
	display:  inline;
	font-weight: bold;
	font-size: 11px;
	color: gray;
}

input#amount.input_amount {
	width: 20px;
}

#add a{
	float: left;
	width: 92px;
	height: 24px;
	background:  url('http://www.plysovehracky.com/images/bt-add.png');
}

#add a:hover {
		background:  url('http://www.plysovehracky.com/images/bt-add.png') -93px;
}

#empty {
	float: left;
	width: 165px;
	color:  silver;
	text-align: center;
}

.bt_continue {
	margin-top:20px;
	background: url('http://www.plysovehracky.com/images/bt-continue.png');
	display: block;
	width: 141px;
	height: 24px;
	  border: 0px;
}
.bt_continue:hover {
	background: url('http://www.plysovehracky.com/images/bt-continue.png') -141px;
}

.bt_finish {
	margin-top:20px;
	background: url('http://www.plysovehracky.com/images/bt-finish.png');
	display: block;
	width: 141px;
	height: 24px;
	  border: 0px;
}
.bt_finish:hover {
	background: url('http://www.plysovehracky.com/images/bt-finish.png') -141px;
}

.bt_login {
	margin-top:20px;
	background: url('http://www.plysovehracky.com/images/bt-login.jpg');
	display: block;
	width: 141px;
	height: 24px;
	  border: 0px;
}

.bt_login:hover {
	background: url('http://www.plysovehracky.com/images/bt-login.jpg') -141px;
}




tr.impr {
	font-weight: bold;
}



#rightRow #basket {
	color: gray;
}

#rightRow #basket ol{
	float: left;
	width: 130px;
	padding: 0px; margin: 0px 0px 0px 15px;
	list-style: none;
}

#rightRow #basket ol li {
	font-size: 11px;
	padding: 4px;
	border-bottom: 1px dashed silver;
}

#rightRow #basket ol li #price {
	font-weight: bold;
	display: block;
	width: 130px;
	text-align: right;
}

#sum {
	float: left;
	margin: 10px 0px 0px 15px;
	font-size: 12px;
	font-weight: bold;
}
#sum span {
	float: left;
	width: 135px;
	text-align: right;
}

#pay {
	float: left;
	margin: 5px 0px 20px 15px;
	width: 130px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	
}

a.remove {
	float: left;
	height: 20px;
	width: 20px;
	background: url("http://www.plysovehracky.com/images/cross.png") no-repeat 0px 4px;
}

a.remove span {
	display: none;
}




table.details, table.vypis {
	border-width: 3px;
	border-spacing: ;
	border-style: solid;
	border-color: #e4e4e4;
	border-collapse: collapse;
	background-color: white;
	font-size: 11px;
	width: 560px;
	margin-bottom: 8px;
	margin-top:5px;
}
table.details th, table.vypis th {
	border-width: 1px;
	padding: 7px;
	border-style: solid;
	border-color: #e4e4e4;
	background-color: #fbfcea;
	-moz-border-radius: ;
}
table.details td, table.vypis td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #e4e4e4;
	background-color: white;
	-moz-border-radius: ;
}

table.details tr.sum td {
	background-color: #edeafc;	
}
table.details tr.sum {
	border-color: #e4e4e4;
	background-color: #fbfcea;
	font-weight: bold;
}

#orderDetails table {
	width:260px;
	margin:0px;
}

.posthidden {
display:  none;
}

#complete ul {
	list-style: none;
	line-height:25px;
}

.postshown {
	display: block;
}

.contact {
	margin: 0px 0px 0px 320px;
}

.contact .telephone,.contact .phone, .contact .email, .contact .cAddress {
	padding-left: 20px;
}
.contact .telephone { background: url("http://www.plysovehracky.com/images/phone.png") no-repeat; }
.contact .phone { background: url("http://www.plysovehracky.com/images/mobile.png") no-repeat; }
.contact .email { background: url("http://www.plysovehracky.com/images/mail.png") no-repeat; }
.contact .cAddress { background: url("http://www.plysovehracky.com/images/home.png") no-repeat; margin-bottom: 8px; }


#banner img {
	width: 560px;
}


.contact .cName {
	margin-bottom: 10px;
	font-weight: bold;
	color: #a55432;
}


.menu_mrk {
	width: 147px;
	margin: 0px 0px 10px 10px;
	background: #e9ebce;
	border-bottom: 4px solid #cacca2;
}

.menu_mrk .head {
	width: 147px;
	text-align: center;	
	color: black;
	font-weight: bold;
	padding-top: 10px; margin-bottom: 6px;
}

.menu_mrk img{
	margin-left: 14px;
	border: 1px solid #cec1ad;
}

.menu_mrk #name {
	font-weight: bold;
	text-align: center;
	font-size: 10px;
}


.menu_mrk #price {
	text-align: center;
	font-size: 10px;
	margin-bottom: 4px ;
}

.menu_mrk #price span{
	font-weight: bold;
	}
	
fieldset {
	border: 3px solid #e4e4e4;
	margin-bottom: 8px;
}

.error {
	color: red;
	font-weight:  bold;
	text-align: center;
}
.confirm {
	color: green;
	font-weight:  bold;
}

.graph_big img {
	width: 560px;
}
.newsData {
	margin-top: 10px;
}
.newsSet, .newsData {
	margin-left: 14px;
}

.newsSet .date {
font-weight: bold;
}


.loginForm {
	float:  left;
	width: 96%;
	border: 3px solid #e4e4e4;
	padding: 10px;
}

.loginForm input {
	border: 1px solid silver;
}

.loginForm label, .userDetails label{
	float: left;
	width: 65px;
	font-weight: bold;
	padding-top: 3px;
}



#footer ul#catMenu {
	font-size:9px;
	margin:0px 0px 0px 200px;
	padding-top:26px;
	width: 500px;
}

#footer ul#catMenu li {
	border-bottom:0px;
	float: left;
	width:100px;
	display: inline;
}


#footer ul#catMenu li a:hover{
	background-color: #a55432;
	color: white;
	font-weight: bold;
	display:  block;
	width: 80px;
	height: 100%;
	text-decoration: none;
}


#informationWindow {
	float: left;
	width: 210px;
	background-color: #fbfcea;
	border:1px solid #silver;
	margin: 5px 20px 5px 5px;
}

#informationWindow h2 {
	
	padding: 4px;
	margin: 0px;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 120%;
	text-align:  center;
	background:  none;
}

.oNasBig{
	margin-left: 5px;
	border:1px solid #4f94cd;

}

.oNasSmall {
	margin-top: 10px;
	text-align: left;
}

.oNasSmall img {
	padding-right: 0px;
	margin-right: 0px;
	margin-left:4px;
}

#userPreview {
  border:1px solid silver;
  float: left;
  width:260px;
  padding:5px;
  margin:20px 0px 20px 0px;
  background-color: #fbfcea;
}

.pricetotal {
	border:1px solid #C2D8EF;
	float: left;
	background: #e9ebce;
	width: 255px;
	padding:2px;
}

.pricetotal .sum {
	font-weight: bold;
}

#userPreview span, #userDetails span, .userDetails span {font-weight: bold; width:65px; float: left;}

.userDetails, #userDetails {
  border:1px solid silver;
  float: left;
  width:260px;
  padding:5px;
  margin:20px 0px 20px 0px;
  background-color: #fbfcea;
}

#orderDetails {
  border:1px solid silver;
  float: right;
  width:260px;
  padding:5px;
  background-color: #fbfcea;
  margin-top:20px;
}

#banner a img {
	border:0px;
}

