body, html {
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url(../pics/background.gif);
	
	font-family: tahoma;
	/* font-size: 0.6875em; /* 11px */
	font-size: 12px;
	text-align: center;
}

h1, h2, h3 {
	padding: 5px 3px 5px 20px;
	margin: 0px;

	font-size: 118%;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

h4 {
	padding: 10px 3px 2px 10px;
	margin: 0px;
	
	font-size: 110%;
	font-weight: bold;
	color: #000;
}

select, input, textarea {
	font-family: tahoma;
	font-size: 100%;
}

select, option {
	font-size: 11px;	
}

p {
	padding: 0px;
	margin: 14px 5px 0px 20px;
	text-align: justify;
}

a {
	color: #4272A1;
}


p a {
	color: #336;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

hr {
	margin: 7px 2px 5px 2px;
	height: 1px;
	border-top: 1px solid #ccc;
	border-bottom: none;
	border-left: none;
	border-right: none;</div>
}

/*a:hover {
	text-decoration: none;
}*/

table {
	margin: 10px;
	width: 471px;
	
	border-collapse: collapse;
	
	font-size: 91.666%;
}

table thead tr {
	background-color: #FFCC81;
	background-image: url(../pics/orange.gif);
	background-position: 0px -103px;
	background-repeat: repeat-x;
}

table thead th {
	padding: 4px 2px 4px 2px;
	vertical-align: bottom;
}

table tbody td {
	padding: 2px;
}

table tbody tr.even {
}

table tbody tr.odd {
	background-color: #ccc;	
}

fieldset {
	padding: 10px 5px 5px 5px; 
	margin: 15px 0px 5px 0px;
	
	border: 1px solid #ccc;
}

legend {
	font-weight: bold;
	color: #3C6791;
}

.shadow {
	padding: 0px 0px 3px 0px;
	
	color: #666;
}

.important {
	font-size: 120%;
}

/* zaklad, stavba layoutu */

#pack {
	margin: auto;
	width: 930px;
	position: relative;

	text-align: left;
}

#main {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	width: 730px;
	min-height: 410px;
	_height: 410px;
	float: left;

	background-color: #fff;
	background-image: url(../pics/mainBottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#mainTop {
	padding: 0px 0px 7px 0px;
	height: 10px;

	background-image: url(../pics/black.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#mainBottom {
	padding: 17px 0px 0px 0px;

	clear: both;
}

/* menu */

#menu {
	margin: 0;
	height: 60px;

	position: absolute;
	top: 0px;
	right: 0px;

	background-image: url(../pics/menuBackground.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

#menuLeft {
	width: 6px;
	height: 60px;

	position: absolute;
	left: 0px;
	top: 0px;
	
	background-image: url(../pics/black.gif);
	background-position: -20px -37px;
	background-repeat: no-repeat;
}

#menuRight {
	width: 6px;
	height: 60px;

	position: absolute;
	right: 0px;
	top: 0px;
	
	background-image: url(../pics/black.gif);
	background-position: -27px -37px;
	background-repeat: no-repeat;
}

#menu .item {
	float: left;
	display: table;
	height: 60px;
	width: 119px;
	#position: relative;
	overflow: hidden;
}

#menu .item div {
	#position: absolute;
	#top: 50%;
	width: 119px;
	display: table-cell;
	vertical-align: middle;
}

#menu .item div div {
	#position: relative;
	#top: -50%;

	text-align: center;
}

#menu a {
	font-size: 109%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

#menu a:hover {
	text-decoration: underline;
}

#menu a.selected {

}

#menu form {
	padding: 0px;
	margin: 0px;
}

#menu input {
	margin: 16px 15px 0px 15px;
}

#menu input.fulltext {
	width: 120px;

	background-color: #fff;
	background-image: url(../pics/black.gif);
	background-position: 106px -83px;
	background-repeat: no-repeat;
}

/* logo */

#logo {
	margin: 0;
	padding: 25px 0 0 0;
	width: 280px;
	height: 75px;

	position: relative;

	text-indent: -1111px;
}

#logo span {
	display: block;
	position: absolute;
	top: 25px;
	left: 0;
	width: 280px;
	height: 60px;

	background-image: url(../pics/logo.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* kategorie */

#category {
	padding: 0px;
	margin: 0px 0px 0px 17px;
	width: 200px;
	float: left;
	
	display: inline; /* ie bug fix */
	
	background-color: #343A3E;
	background-image: url(../pics/categoryTop.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#categoryBottom {
	margin-top: 10px;
	height: 4px;

	background-image: url(../pics/categoryBottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#category .title {
	margin:0;
	padding:5px 3px 5px 20px;

	padding-top: 12px;
	height: 23px;
	font-size:118%;
	font-weight:bold;
	text-transform:uppercase;
	color: #82BED7;
}

#category ul {
	padding: 0px;
	margin: 0px;

	color: #fff;
}

#category li {
	padding: 4px 0px 4px 15px;
	margin: 0px;	
}

#category li a {
	padding: 0px 0px 0px 17px;
	
	background-image: url(../pics/black.gif);
	background-position: -722px -87px;
	background-repeat: no-repeat;
	
	color: #fff;
}

#category li a:hover {

	text-decoration: none;
}

#category li a.selected {
	
	font-weight: bold;
	text-decoration: none;
	
	color: #FFCC80;
}

#category ul li ul {
	list-style-type: none;
}

#category ul li ul li {
	padding: 4px 0px 4px 20px;
}

#category ul li ul li a {
	padding-left: 10px;
	
	background-image: url(../pics/black.gif);
	background-position: -726px -63px;
	background-repeat: no-repeat;
}

/* obsah */

#content {
	margin-left: 5px;
	width: 491px;
	float: left;
}

#content .nav {
	margin:0;
	padding:5px 3px 5px 20px;
	line-height: 30px;
	_height: 30px;
	/*vertical-align: middle;*/

	background-image: url(../pics/blue.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size:118%;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
}

#content ul p, #content ol p {
	padding-left: 0px;
	margin-left: 0px;
}

#content ul, #content ol {
	margin-top: 5px;
}

#content li {
	margin-bottom: 3px;
	text-align: justify;
}

	/* roztazitelny header */

#content .nav.header {
	padding: 0px;
	line-height: 40px;

	background-color: #3c6690;
	background-image: url(../pics/productsHeadingFill.gif);
	background-position: center center;
	background-repeat: repeat-x;
}

#content .nav .topHeader {
	padding: 0px;
	margin: 0px;
	height: 4px;
	line-height: 4px;

	background-image: url(../pics/blue.gif);
	background-position: 0px -60px;
	background-repeat: repeat-x;

	font-size: 4px;
}

#content .nav .middleHeader {
	padding: 7px 10px 5px 20px;
	line-height: 140%;
}

#content .nav .bottomHeader {
	padding: 0px;
	margin: 0px;
	height: 4px;
	line-height: 4px;

	background-image: url(../pics/blue.gif);
	background-position: 0px -64px;
	background-repeat: repeat-x;

	font-size: 4px;
}

	/* seznam produktu */

.nav a {
	text-decoration: none;
	color: #fff;
}

.nav a:hover {
	text-decoration: underline;
}

.productList {
	padding: 0px;
	margin: 0px;
	width: 490px;
	table-layout: fixed;
	
	font-size: 12px;
}

.productList .titleColumn {
	padding: 10px 5px 0px 5px;
	width: 235px;

	vertical-align: bottom;
}

.productList .imgColumn {
	padding: 0px 0px 10px 5px;
	width: 85px;

	vertical-align: middle;
	text-align: center;
}

.productList .paramColumn {
	padding: 0px 5px 10px 5px;
	width: 145px;

	vertical-align: bottom;
}

.productList .leftColumn {
	border-right: 1px solid #ccc;	
}

.productList .bottomRow {
	border-bottom: 1px solid #ccc;
}

.productList img {
	border: none;
}

.productList h2 {
	margin: 0;
	padding: 0px 0px 10px 0px;

	font-size: 120%;
	text-transform: none;
}

.productList a.title {
	font-weight: bold;

	color: #000;
}

.productList a.title:hover {
	text-decoration: none;
}

.productList .info {
}

.productList .info .price, #product .info .price {
	font-size: 1.300em;
	font-weight: bold;
	background-color: #fff;
	color: #A65800;
}

.productList .info .param {
	margin-top: 3px;

	font-size: 91.666%;
}

.productList .info a.detail, #cart a.showCart, #login {
	margin: 5px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	height: 17px;

	font-weight: bold;
	font-size: 91.666%;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

.productList .info a.detail {
	width: 55px;
	margin-top: 7px;
	display: block;
	
	background-image: url(../pics/blue.gif);
	background-position: 0px -41px;
	background-repeat: no-repeat;
}

.productList form {
	padding: 0px;
	margin: 0px;	
}

.productList input.toCart, #product .info input.toCart {
	margin: 5px 0px 0px 0px;
	width: 78px;
	height: 19px;
	
	background-color: transparent;
	background-image: url(../pics/black.gif);
	background-position: -98px -36px;
	background-repeat: no-repeat;

	border: none;

	font-weight: bold;
	font-size: 91.666%;
	color: #fff;
	
	cursor: pointer;
}

.productListSeparator {
	height: 1px;
	font-size: 1px;
	border-bottom: 1px solid #ccc;
	clear: both;
}

#lists {
	padding-top: 10px;
	
	clear: both;
	
	text-align: center;	
}

		/* detail produktu */

#product {
	padding: 15px;
}

#product img {
	float: right;
	border: none;
}

#product .addImages img {
	margin: 3px;
	float: left;
}

#product h2 {
	padding: 0px;
	margin: 0px;
	display: inline;
	
	font-size: 120%;
	text-transform: none;
	color: #000;
}

#product form {
	margin: 0px;
}

#product .info {
	margin-top: 25px;
}

#product .info .fyCode {
	margin-top: 25px;
	display: block;	
}

#product .info .param {
	margin-top: 10px;
	display: block;
}

#product .info .ordering {
	display: block;
}

#product .info input.toCart {
	margin-top: 15px;
}

#product p {
	margin-right: 210px;	
}

/* kosik, zakaznik */

#cart, #customer {
	margin-top: 10px;
	width: 200px;
	float: right;

	background-image: url(../pics/cartCustomerBackground.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#cart .title, #customer .title {
	margin:0;
	padding:12px 3px 5px 20px;
	height: 23px;

	font-size:118%;
	font-weight:bold;
	text-transform:uppercase;

	background-image: url(../pics/orange.gif);
	background-position: 0px -62px;
	background-repeat: no-repeat;
	
	color: #000;	
}

#cartBottom, #customerBottom {
	margin-top: 13px;
	height: 4px;

	background-image: url(../pics/cartCustomerBottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#cart {
	margin-top: 25px;
}

.rightItem {
	padding: 5px 0px 0px 17px;
}

		/* kosik */

#cart .first {
	margin-top: 11px;
}

#cart a.showCart {
	margin-left: 66px;
	width: 100px;
	display: block;
	
	background-image: url(../pics/black.gif);
	background-position: -43px -56px;
	background-repeat: no-repeat;	
}
		/* zakaznik */

#customer form {
	padding: 0px;
	margin: 11px 17px 5px 17px;
}

#customer label {
	padding: 6px 0px 2px 0px;
	display: block;	background-color: transparent;
	

	font-weight: bold;
	text-align: left;
}

#customer .login {
	margin-top: 12px;

	text-align: right;
}

#customer .login input {
	width: 55px;
	height: 19px;
	
	background-color: transparent;
	background-image: url(../pics/buttonDetail.gif);
	background-position: left top;
	background-repeat: no-repeat;

	border: none;

	font-weight: bold;
	color: #fff;
	
	cursor: pointer;
}

#login {
	margin-left: 127px;
	width: 55px;
	height: 19px;
	display: block;
	
	background-image: url(../pics/buttonDetail.gif);
	background-position: left top;
	background-repeat: no-repeat;	
}

		/* detail kosiku */

.buttons {
	margin-top: 5px;
	text-align: right;
}

#change {
	margin: 11px 5px 0px 0px; 
	width: 55px;
	height: 19px;
	
	background-color: transparent;
	background-image: url(../pics/black.gif);
	background-position: -42px -36px;
	background-repeat: no-repeat;
	
	border: none;

	font-weight: bold;
	font-size: 91.666%;
	color: #fff;
	
	cursor: pointer;
}

#makeOrder, #createOrder {
	width: 100px;
	height: 30px;
	
	vertical-align: bottom;
	
	background-color: transparent;
	background-image: url(../pics/orange.gif);
	background-position: 0px -31px;
	background-repeat: no-repeat;
	
	border: none;

	font-size: 116.45%;
	font-weight: bold;
	color: #fff;
	
	cursor: pointer;
}

.dpDescrib {
	padding-left: 20px;
	
	color: #444;
}

.sum {
	margin: 10px 0px 5px 0px;

	font-size: 1.425em;
	font-weight: bold;
	text-align: right;
}

.sumInfo {
	margin: 0px 0px 3px 0px;
	
	text-align: right;	
}

		/* registrace */

#registerAndLogin {
	margin-top: 10px;
	width: 150px;
	height: 19px;

	background-color: transparent;
	background-image: url(../pics/blue.gif);
	background-position: -56px -41px;
	background-repeat: no-repeat;

	border: none;

	font-weight: bold;
	color: #fff;

	cursor: pointer;
}

table.fields {
	margin: 0px;
	
	width: 479px;
}

table.fields .textCol {
	width: 25%;
}

table.fields .fieldCol {
	width: 25%;
}

.required {
	color: #f00;	
}

#createOrder {
	width: 180px;

	background-image: url(../pics/orange.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* objednavka/faktura */

.orderParams {
	padding: 0px;
	margin: 4px 0px 3px 0px;
	width: 100%;
	
	border-collapse: collapse;
}

.orderParams td {
	padding: 1px 1px 1px 1px;

	vertical-align: top;
}

.orderParams .params {
	width: 50%;
}

.orderParams .shadow {
	padding-top: 10px;
	font-size: 112%;	
}

#orderItems {
	margin: 10px 0px 0px 0px;
	width: 100%;
	clear: both;
}

/* paticka */

#footer {
	padding: 15px 205px 15px 0px;
	clear: both;

	font-size: 91.666%;
	text-align: right;
	color: #ccc;
}	

#footer a {
	padding: 0px 15px 0px 15px;
	color: #ccc;
}

#footer div {
	margin: 0px 0px 10px 0px;	
}

/* hlasky */

ul.errors, ul.notices {
	margin: 10px 0px 5px 17px;
	padding: 0px;
	
	list-style-type: none;
}

ul.errors li {
	color: #f00;
	font-weight: bold;
}

ul.notices li {
	color: #0c0;
	font-weight: bold;
}

