p.totalPrice {
	font-size: 150%;
	color: #fc00d4;
	font-weight: bold;
}

.scrollbox {
	overflow: scroll;
}

.podminky {
	border: 1px solid silver;
	margin: 5px 10px;
	width: 80%;
	height: 200px;
}

div.subsections a {
	border: 1px solid #ffeffd;
	padding: 3px 7px;
	margin: 2px 5px;
	display: box;
	float: left;
}

div.subsections a:hover {
	border: 1px solid #ffe1fb;
	background: #ffeffd;
}

div.zboziDetailImage {
	float: left;
	padding: 10px;
	margin: 0 10px;
}

div.zboziDetailText {
	float: right;
	width: 50%;
	border: 1px solid #ffe1fb;
	background: #ffeffd;
	padding: 10px;
	margin: 0 10px;
}

div.zboziDetailText dl {
	width: 300px;
}

div.zboziDetailText dt {
	width: 100px;
	font-weight: bold;
	float: left;
	clear: left;
}

div.zboziDetailText dd {
	float: right;
	clear: right;
	/*width: 180px;*/
}

p.zboziDetailPrice {
	font-size: 120%;
	color: #fc00d4;
	font-weight: bold;
}

div.zboziDetailShopit {
	clear: both;
}

div.newsItem {
	clear: both;
}

.errorMessage {
	border: 3px solid red;
	background: #f5e9ee;
	color: red;
	padding: 5px;
	margin: 15px 10px;
}

a.button {
	border: 1px solid #ffeffd;
	padding: 3px 7px;
	margin: 2px 5px;
	display: box;
}

a.button:hover {
	border: 1px solid #ffe1fb;
	background: #ffeffd;
}

#paginationControl {
	text-align: center;
	padding: 15px 0 0 0;
	border-top: 1px solid #ffe1fb;
}

.required {
	font-weight: bold;
}

table.paramTable {
	width: 90%;
	border: none;
}

table.paramTable tr {
	padding: 5px 2px;
}

table.paramTable td.paramName {
	font-weight: bold;
}

table.paramTable td.paramVal {
	font-weight: normal;
}

.messageBox {
	display: box;
	padding: 5px 10px;
	margin: 20px 10px;
	border-style: solid;
}

.noticeBox {
	border-width: 1px;
	border-color: #1080dc;
	background: rgb(220, 220, 255) url('/data/images/icons/inspector.png') 5px 5px no-repeat;
	padding-left: 42px;
}

.errorBox {
	border-width: 1px;
	border-color: #c4322a;
	background: rgb(255, 220, 220) url('/data/images/icons/delete2.png') 5px 5px no-repeat;
	padding-left: 42px;
}

.successBox {
	border-width: 1px;
	border-color: #35aa31;
	background: rgb(220, 255, 220) url('/data/images/icons/ok.png') 5px 5px no-repeat;
	padding-left: 42px;
}
