body {
	margin:0px;
	padding:0px;
	color:#000;
	background:#444444;
	font-family: verdana;
	font-size: 12px;
	overflow-y: scroll;
}
#wrap {
	width:900px;
	margin:0 auto;
	background: url(img/bg.jpg);
}
#main {
	float:right;
	width:650px;
	background:url(img/main.jpg) right repeat-y white;
}
#in {
	padding: 10px;
}
img {
	border: none;
}
p.center {
	text-align: center;
}
ul {
	list-style-type: none;
}
legend {
	padding: 5px;
	font-weight: bold;
	font-size: 13px;
}

#sidebar {
	float:left;
	width:240px;
	margin-left: 5px;
}
#sidebar .top {
	background: url(img/1.gif) center repeat-y;
	padding-left:10px;
	padding-right:10px;
	border: 1px transparent solid;
}
#sidebar .top ul.nav {
	margin: 0px;
}


textarea, input {
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	font-family: verdana;
}
input {
	height: 25px;
	line-height: 25px;
}
ul.products {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
}
ul.products li {
  padding: 0 10px;
  height: 30px;
       
}
ul.products li a {
  display: block;
  text-decoration: none;
  color: white;
  font-family: Arial;
  font-size: 14px;
  padding: 6px 10px;
  border-bottom: 1px dotted white;
  letter-spacing: 2px;
  
}
ul.products li a:hover {
  color: #800517;
  border-bottom: 1px solid 	#800517;
  font-weight: bold;
    
}

ul.menu  {
  list-style-type: none;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0px;
}
ul.menu  li {
  background-color: #333333;
  border-bottom: 1px solid grey;
}
ul.menu  li a {
  display: block;
  text-decoration: none;
  color: white;
  font-family: Arial;
  font-size: 14px;
  padding: 3px 15px;
  
}
ul.menu  li a:hover {
  background-color: #6e0606;
  color: white;
      
}



#sidebar .top .header {
	margin-left: -10px;
}
.clear {
	clear: both;
}
#footer {
	clear:both;
	padding:5px 10px;
	background:black;
}
#footer p {
	margin:0;
}
* html #footer {
	height:1px;
}

.bookmark {
  
  border-bottom: 1px dotted #777777; 
  border-right: 1px dotted #777777;
  border-left: 1px dotted #777777; 
  height: 33px;
  margin-left: 450px;
  margin-right: 5px;
  text-align: center;
}


td.odd {
	background: #CCC;
}
td.cena {
	text-decoration:line-through;
}
td.cena2 {
	color: #900;
	font-weight: bold;
}
table.category {
	width: 100%;
}
table.category tr.items {
	background: url(img/catalog.jpg);
}
#form {
	padding:10px;
}
#form select {
	width: 100%;
	line-height: 30px;
	padding: 4px;
	margin-bottom: 4px;
}
#form #model {
	width:140px;
	margin-bottom: 4px;
}
#form .button {
	width: 48%;
}
.red {
	color: red;
}

h3 {
	border-bottom:1px dotted #777777;
	color:#444444;
	padding-top:10px;
	text-align:left;
}

#bottom {
  list-style-type:none;
  white-space:nowrap;
  padding-right: 0;
}

#bottom li {
  float:left;
  padding: 2px;
  padding-right: 0px;
  color: white; 
}
#bottom a {
  display:block;
  float:left;
  font: 13px arial normal;
  color: white; 
  padding: 5px;
  padding-top: 2px;
  text-decoration:none; 
  text-align: center;  
 }
#bottom a:hover {
  text-decoration: underline;
}
.important {
	background: url(img/important.png) no-repeat 10px #d57b7d;
	border: #FF0000 2px solid;
	color: white;
	padding: 10px;
	padding-left: 80px;
	margin: 8px;
}

.inquiry {
	background: url(img/inquiry.gif) no-repeat top right;
	padding-right: 50px;
	font-size: 21px;
	height: 48px;
	line-height: 48px;
	margin: 0px auto;
	width:100px;
	color: gray;
	font-family: impact;
	text-decoration: none;
	display: block;
	margin-top: 10px;
}
.inquiry:hover {
	text-decoration: underline;
	color: #333;
	background-position: right -48px;
}