* {
	color: #444444;
	font-family: Tahoma, "Geneva CE", lucida, sans-serif;
	font-size: 12px;
}

body {
	/*	background-color: #f7f7f7; */
	margin: 0;
	padding: 0;
}

a {
	color: #d79328;
	text-decoration: underline;
}
a:hover {
	color: #d79328;
	text-decoration: none;
}
a img {
	border: 0px;
}

p {
	margin: 0 0;
	text-align: justify;
}
strong {
	color: #242526;
	font-weight: bold;
}
div.hr {
	margin: 15px 0px;
	height: 1px;
	line-height: 1px;
	font-size: 1pt;
	background: transparent url("../images/layout/oddelovac-tecky.gif") repeat-x;
}

/* Nadpisy */
h1, h2 {
	margin: 0 0 90px 0;
	padding: 30px 0 80px 0;
	color: #d79328;
	font-size: 22px;
	font-weight: bold;
}
h1.black {
	color: #242526;
}
h2 
{
	font-size: 13px;
	margin: 12px 0px 8px;
}
h2>span
{
	font-size: 16px;
}

/* Zarovnani */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.rightAligned {
	margin-left: auto;
	margin-right: 0px;
}

/* Ostatni */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
div.cleaner {
	height: 1px;
	line-height: 1px;
	font-size: 1pt;
	clear: both;
}
.cleaner {
	clear: both;
}
.ext {
	color: #999999;
	font-size: 7pt;		
}


/* Katalog */
div.manufacturer {
	margin-bottom: 20px;
}
/* Tabulka pro obrazek a popis kvuli IE */
table.catalogue td {
	padding: 0px;
	vertical-align: top;
}
table.catalogue td.image {
	padding-right: 15px;
}
table.catalogue h2 {
	margin-top: 0px;
}
img.border {
	border: solid 5px #DDDCDC;
}
/* Tabulka s cenama */
table.price th, table.price td {
	padding: 2px 6px 2px 0px;
}
table.price th {
	padding-right: 15px;
	color: #242526;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
table.price td.price {
	color: #C52F48;
	text-align: right;
}
span.price {
	color: #C52F48;
}
span.no-price {
	color: #C52F48;
	text-decoration: line-through;
}
/* Vzory */
div.patterns a, div.thumbs a {
	display: block;
	float: left;
	width: 70px;
	margin-bottom: 10px;
	padding-right: 26px;
	color: #242526;
	text-align: center;
	text-decoration: none;
}
div.thumbs a {
	width: 121px;
	padding: 0px 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
div.patterns a:hover, div.thumbs a:hover {
	color: #C52F48;
}
div.patterns a.lineEnd {
	padding-right: 0px;
}
div.patterns a img, div.thumbs a img {
	margin-bottom: 7px;
	border: solid 5px #DDDCDC;
}
div.patterns a:hover img, div.thumbs a:hover img {
	border-color: #B9C69D;
} 

/* Vzory pradlo */
div.patternsPr a {
	display: block;
	float: left;
	width: 130px;
	margin-bottom: 10px;
	padding-right: 26px;
	color: #242526;
	text-align: center;
	text-decoration: none;
}

div.patternsPr a:hover {
	color: #C52F48;
}
div.patternsPr a.lineEnd {
	padding-right: 0px;
}
div.patternsPr a img {
	margin-bottom: 7px;
	border: solid 5px #DDDCDC;
}
div.patternsPr a:hover img {
	border-color: #B9C69D;
}

/* Formular na odeslani objednavky */
form.order label {
	font-weight: bold;
}
form.order label span.mandatory {
	font-weight: normal;
}
#ctl00_contentMain_txtItems, #ctl00_contentMain_txtCompany, #ctl00_contentMain_txtAddress, #ctl00_contentMain_txtEmail, #ctl00_contentMain_txtPhone {
	margin-bottom: 10px;
	padding: 2px;
	border: solid 1px #E6E6E6;
}
#ctl00_contentMain_txtItems, #ctl00_contentMain_txtAddress {
	width: 386px;
}
#ctl00_contentMain_txtCompany, #ctl00_contentMain_txtEmail {
	width: 240px;
}
#ctl00_contentMain_txtPhone {
	width: 120px;
}

/* tlacitka */
#prior, #next {
	color: #0F416F;
}

#prior:disabled, #next:disabled{
	color: #cccccc;
	}
.sleva {
	padding-top: 1px;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: bold; 
	font-size: 10px;
	background: transparent url("../images/layout/sleva.gif") no-repeat;
	width: 49px;
	height:15px; 
	position: relative; top: 147px; left: 30px; z-index: 1;
	}

.slevaPradlo {
	padding-top: 1px;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: bold; 
	font-size: 10px;
	background: transparent url("../images/layout/sleva.gif") no-repeat;
	width: 49px;
	height:15px;
	position: relative; bottom: -44px; left: 86px; z-index: 9;
	}
	
.box {
	border: #056CB6 1px solid;
	background-color: #E8ECEF;
	padding: 10px;
	}
	
.box span{
	color:#AA1624;
	font-weight: bold;
	
	}