body {
  background: url(../img/background.gif) top left repeat;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  display: none;
}

h4 {
  height: 23px;
  text-align: center;
  border: 1px solid #ffffff;
  margin: 0px;
  line-height: 23px;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
}

a {
  color: #667382;
  text-decoration: none;
}

a img {
  border: 0px;
}

a:hover {
  color: #667382;
  text-decoration: underline;
}

.green {
  background: url(../img/h4BackgroundGreen.gif) left repeat-x;
}

.blue {
  background: url(../img/h4Background.gif) left repeat-x;
}

.orange {
  background: url(../img/h4BackgroundOrange.gif) left repeat-x;
}

#pageWrapper {
  width: 1000px;
  margin: 0 auto;
  background: url(../img/pageWrapperBackground.gif) repeat-y; 
  position: relative;
}

#header {
  width: 1000px;
  height: 100px;
  background: url(../img/header.gif) no-repeat;
}

#header img {
  float: right;
  margin: 32px 5px 0px 0px;
}

#header p {
  float: right;
  font-size: 12px;
  font-weight: bold;
  margin: 36px 30px 0px 0px;
  text-align: center;
}

#topMenu {
  width: 986px;
  height: 36px;
  margin-left: 5px;
  background: url(../img/menuBackground.gif) left repeat-x;
  border: 2px solid #d9d9d9;
  font-size: 12px;
  font-weight: bold;
}

#topMenu ul {
  margin: 0px;
  padding: 0px;
  height: 36px;
  text-align: center;
}

#topMenu ul li {
  display: inline;
  margin: 0px;
  padding: 0px 10px 0px 10px;
  line-height: 36px;
}

#topMenu ul li a {
  color: #000000;
  text-decoration: none;
}

#topMenu ul li a:hover {
  color: #3f4f65;
  text-decoration: underline;
}

.separator {
  border-right: 1px solid #d9d9d9;
}

#sideLeft {
  float: left;
  width: 176px;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 5px;
}

#content {
  float: left;
  width: 630px;
  margin: 5px 0px 0px 5px;
  font-size: 11px;
}

#path {
  width: 628px;
	line-height: 30px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	background-color: #f8f8f8;
	
}

#path p {
  margin: 0px 0px 0px 10px;
	padding: 0px;
	font-size: 12px;
	color: #667382;
}

#content table {
  width: 630px;
  border-spacing: 0px;
}

#content textarea {
  width: 300px;
  height: 100px;
}

#content ul {
  list-style: url(../img/menuItem.gif);
}

.tableHeader {
  font-weight: bold;
  background-color: #cccccc;
}

#menuRight {
  float: left;
  width: 174px;
  margin: 5px 0px 0px 5px;
}

.contentColumn {
  float: left;
  width: 313px;
  height: 165px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 0px;
  background: url(../img/contentColumnBackground.gif) left repeat-x;
  background-color: #e3e4e9;
}

.up {
  height: 100px;
  margin-bottom: 10px;
}

.contentColumn img {
  float: left;
  margin: 10px 0px 0px 10px;
}

.thumb {
  border: 2px solid #4f657f;
}

.contentColumn h2 {
  float: left;
  width: 193px;
  margin: 0px 0px 5px 10px;
  padding-top: 10px;
  color: #667382;
  font-size: 12px;
  font-weight: bolder;
}

.code {
  font-size: 9px;
}

.contentColumnPrice {
  clear: both;
  float: left;
  width: 120px;
  height: 35px;
  text-align: center;
  padding: 10px 0px 0px 10px;
}

.price {
  font-size: 16px;
  color: #667382;
  font-weight: bold;
}

.dph {
  font-size: 13px;
  color: #667382;
  font-weight: bold;
}

.add {
  float: right;
  text-align: right;
  color: #667382;
  font-size: 12px;
  line-height: 35px;
  padding-right: 10px;
  line-height: 46px;
  font-weight: bold;
}

.contentColumnInfo {
  float: left;
  width: 193px;
  margin: 0px 0px 0px 10px;
  font-size: 10px;
  text-align: justify;
}

#footer {
  clear: both;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 11px;
  font-weight: lighter;
  color: #58585a;
  border-bottom: 3px solid #4f657f;
}

.block {
  clear: both;
  border: 1px solid #d9d9d9;
  margin: 10px 0px 0px 0px;
  background-color: #f8f8f8;
}

.blockColumn {
  border-top: 1px solid #d9d9d9;
}

#user p {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 10px 10px 10px;
}

#user ul {
  font-size: 12px;
  margin: 10px 10px 10px 10px;
  padding: 0px;
}

#user form {
  padding: 5px 0px 5px 10px;
  margin: 0px;
  font-size: 11px;
}

#user input {
  font-size: 11px;
}

.input {
  width: 100px;
}

#user ul li {
  margin: 0px 0px 0px 0px;
  padding: 2px 0px 2px 0px;
  line-height: 12px;
  font-weight: bold;
  list-style-type: none;
  color: #667382;
}

#menuLeft ul {
  clear: both;
  margin: 0px 0px 0px 5px;
  padding: 0px;
  font-size: 13px;
  background-color: #f8f8f8;
}

#menuLeft ul li {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 10px;
	line-height: 12px;
  list-style-type: none;
  background: url(../img/menuItem.gif) top left no-repeat;
}

#contacts {
  text-align: center;
  font-size: 11px;
}

#search form {
  padding: 5px 0px 5px 10px;
  margin: 0px;
  font-size: 11px;
}

#search input {
  font-size: 11px;
}

#bestprice {
  padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: 11px;
	color: #667382;
	font-weight: bold;
	background-color: #f8f8f8;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

#bestprice img {
  border: 2px solid #667382;
	margin: 5px 0px 5px 0px;
}

.cenaAkce {
  font-size: 16px;
  color: #ff8722;
  font-weight: bold;
	line-heght: 20px;
}

/* FORMULARE */
.button {
  width: 73px;
  height: 20px;
  text-align: center; 
  border: 1px solid #d9d9d9;
  font-weight: bold;
  margin-top: 5px; 
  background-color: #f8f8f8;
  font-size: 11px;
  cursor: pointer;
  color: #667382;
}

.menu {
  width: 172px;
  float: left;
}

.active {
  color: #C4C4C4;
}

.white {
  color: white;
}

.grey:hover {
  text-decoration: none;
}

.dark {
  background-color: #EBEBEB;
}

.white:hover {
  color: white;
  text-decoration: none;
}

.warning {
  color: #ff0000;
  font-weight: bold;
  font-size: 11px;
}

.black {
  color: #000000;
}

.success {
  color: #009900;
  font-weight: bold;
  font-size: 13px;
}

.listA {
  float: left;
  margin: 0px 5px 0px 5px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

#product {
  width: 618px;
  margin: 0px 0px 0px 0px;
  padding: 10px 5px 5px 5px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f8f8f8;
}

#add {
  float: right;
  width: 100px;
  height: 32px;
  background: url(../obr/add.gif) top left no-repeat;
  text-align: right;
  border: 0px;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  margin-right: 5px;
  padding: 0px;
}

#product h2 {
  float: left;
  margin: 0px;
  font-size: 18px;
  width: 513px;
  line-height: 32px;
}

#product h3 {
  margin: 0px;
	padding: 0px;
  font-size: 12px;
	font-weight: normal;
}

#product img {
  border: 2px solid #4f657f;
  margin: 5px 0px 0px 0px;
  padding: 0px;
}

#product p {
  clear: both;
  margin: 5px 0px 5px 0px;
  font-size: 12px;
  text-align: justify;
}

#product form {
  margin: 0px;
  padding: 0px;
}

#productPrice {
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
}

#number {
  font-size: 24px;
  font-weight: normal;
}

.smazObrazek {
  text-align: center;
}

#pager {
  clear: both;
  width: 630px;
  font-size: 11px;
  font-weight: bold;
}

.strankovani {
  clear: both;
  float: right;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	border: 1px solid #d9d9d9;
	color: #667382;
	background-color: #d9d9d9; 
}

.strankovani span {
  color: #000000;
	font-size: 14px;
	
}

.actualPage {
  font-size: 14px;
}

.floatLeft {
  float: left;
	margin-right: 5px;
}

.addBasket {
  float: right;
  height: 35px;
  background: url(../img/add.gif) top left no-repeat;
  border: none; 
  margin-top: 15px;
  padding-left: 36px;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
}

.addBasket:hover {
  color: #667382;
}

.edit {
  margin: 0px 0px 5px 8px;
}

/* ADSENSE */
#vyhledavani {
  font-size: 12px;
}

.indexZbozi {
  clear: both;
  line-height: 5px;
}

#tabulkaFaktury td {
  height: 30px;
}
