#exception {
	font-size: 40px;
	font-weight: 900;
}

#colection tr td {
	padding: 0 5px;
}
#colection tr td img {
	border: 3px solid #fff;
	border-radius: 3px;
	-webkti-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 8px #333;
	-webkit-box-shadow: 0 0 8px #333;
	-moz-box-shadow: 0 0 8px #333;
}

#dress-list {
	border: 0px solid blue;
}
#dress-list h2 {
	border-bottom: 2px solid #333;
	font-size: 40px;
	font-weight: 900;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	text-align: center;
}
#dress-list ul li {
	margin: 0 0 30px 35px;
	width: 250px;
	float: left;
}
#dress-list h3 {
	margin: 0 0 15px 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
}
#dress-list .photo {
	border: 10px solid #fff;
	height: 250px;
	background: #616161;
	box-shadow: 5px 0 8px #000;
}
#dress-list p {
	height: 40px;
	margin: 10px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: url("../img/shadow-h.png") center bottom no-repeat;
}
#dress-list p a {
	text-decoration: none;
	color: #083d71;
}
#dress-list p a:hover {
	color: #fff;
}


#dress-detail h1 {
	font-size: 40px;
	font-weight: 900;
}
#dress-detail .photo {
	float: left;
	margin: 0 30px 0 0;
}
#dress-detail .desc {
	margin: 20px 0 0 0;
	font-size: 16px;
	line-height: 22px;
}
#dress-detail a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #083d71;
}

/* znacky */
table.znacky tr td {
	padding: 10px;
	vertical-align: top;
	line-height: 22px;
}
table.znacky tr td.image {
	width: 150px;
	text-align: center;
}
table.znacky tr td h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
table.znacky p {
	font-size: 13px;
}
table.znacky .question {
	font-weight: bold;
	color: #083d71;
}
