/* umístění */
.wsw .left { float: left; width: 48%; }
.wsw .right { float: right; width: 48%; }

/* odkazy */
.wsw a { font-weight: bold; }
.wsw a, .wsw a:link { color: #ccc; }
.wsw a:visited { color: #ccc; }
.wsw a:hover, .wsw a:focus { color: #fff; }
.wsw a:active { color: #ccc; }

.wsw img { border: 0px; }


.wsw ul { list-style-type: none; }

.wsw ol li, .wsw ul li { padding-bottom: 8px; }

.wsw ul li {
	background: url('/img/wsw/ulli.png') 0px 4px no-repeat;
	padding-left: 20px;
}

/*
.wsw h2,
.wsw h3,
.wsw h4 {
	color: #333;
	margin: 15px 0;
	font-weight: bold;
	font-style: italic;
}

.wsw h2 { font-size: 1.33em; }
.wsw h3 { font-size: 1.08em; }
.wsw h4 { font-size: 1.00em; }

.wsw p {
	margin-bottom: 1em;
	line-height: 1.7em;
	color: #333;
}

/* definované styly *//*
.wsw .perex {
	font-weight: bold;
	color: #333;
}

.wsw .cite {
	font-style: italic;
	color: #de7c6b;
}

.wsw strong {
	margin-bottom: 15px;
	line-height: 1.5em;
}

.wsw .abbreviation { border-bottom:  1px dotted #de7c6b; }

.wsw .preformated { font-family: "Courier New", Courier, monospace; }

.wsw .indentation { margin-left: 2em; }

.wsw .indentation-highlight {
	padding-left: 1em;
	font-weight: bold;
	border-left: 10px solid #de7c6b;
}

/* 	seznamy *//*
.wsw ul {
	padding: 0px;
	color: #231F20;
	margin-bottom: 20px;
}

.wsw ol {
	padding-left: 1.4em;
	margin-bottom: 20px;
	color: #231F20;
}

.wsw ul { list-style-type: none; }

.wsw ol li, .wsw ul li { padding-bottom: 5px; }

.wsw ul li {
	background: url('/img/wsw/ulli.gif') 0px 0.2em no-repeat;
	padding-left: 25px;
}

.wsw .text_extra_big   { font-size: 1.83em; }
.wsw .text_big         { font-size: 1.5em; }
.wsw .text_bigger      { font-size: 1.17em; }
.wsw .text_smaller     { font-size: 0.92em; }
.wsw .text_small       { font-size: 0.83em; }
.wsw .text_extra_small { font-size: 0.76em; }

/* tabulky *//*
.wsw table { margin-left: 1px; }

.wsw table.border {
	border: 1px solid #de7c6b;
	border-collapse: collapse;
}

.wsw table.no_border {
	border: 0;
	border-collapse: collapse;
}

.wsw table tr { background-color: #fff;}

.wsw tbody td,
.wsw tbody th,	
.wsw td,
.wsw th {
	padding: 4px 10px;
}

.wsw table.no_border thead td,
.wsw table.no_border thead th,
.wsw thead td,
.wsw thead th {
	background-color: #de7c6b;
	color: #333;
	font-weight: bold;
}

.wsw tfoot td,
.wsw tfoot th {
	background-color: #ccc;
	font-weight: bold;
	color: #333;
}

.wsw tbody tr.even { background-color: #eee; }