#all-selector, #all-lang-selector {
}
.lang-selector {
}
.lang-selector-selected {
	background-color: #33f;
	color: white;
}
.page {
	text-align: center;
}
.podcast-type {
	font-size: 90%;
	font-weight: bold;
	color: gray;
}
.type-selector {
}
.type-selector-selected {
	background-color: #33f;
	color: white;
}
.category-options {
	background-color: #eee;
	padding: 5px;
	border: thin dotted gray;
}
.category-options p {
	margin:0; padding:0;
}
.category-path {
	color: blue;
}
.category {
	color: blue;
	font-weight: bold;
}
.subcategory {
	font-size: 90%;
	color: blue;
}
.category-selected {
	font-weight: bold;
	background-color: #33f;
	color: white;
}
.subcategory-selected {
	font-size: 90%;
	background-color: #33f;
	color: white;
}

.podcast-list {
	padding: 2px 5px;
}
.podcast-list-title {
	font-size: 100%;
	font-weight: bold;
}
.podcast {
	clear: both;
	padding: 5px; 
	margin: 5px 0;
}
.podcast-title {
}
.podcast-description {
}
.podcast-url {}
.podcast-link {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
.podcast-image {
	height: 10em;
	width: 10em;
	float: right;
}
img {border: 0; margin: 5px;}
.menu a { 
	color: #E3702D;
	text-decoration: none;
} 
.opml { 
	color: #E3702D;
	text-decoration: none;
	font-weight: bold;
} 
a { 
	color: blue;
	text-decoration: none;
} 

body {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10.5pt; 
	background: white; 
	padding: 0 15px 0 15px;
	word-spacing: 0.2em;
}
div {
	margin:0; padding:0;
}
.cart {
	border: thin solid silver;
	background: #eee;
	padding: 0em 1em;
}
.submit {
	color: #06c;
	font-weight: bold;
	border-style: none;
	cursor: pointer;
}
.footer {text-align: center;}
.header {
	margin:0 0 0.5em 0; padding:0;
	z-index: 1; 
	font-weight: bold; 
	left: 0;
	right: 0;
}
.menu {
	font-size: 110%;
	border-bottom: thin solid silver;
}
.logo {
	font-size: 200%; 
	padding: 0 15px 0 0;
}
.item {
	padding-right: 1em;
}
a[class=selected-item] {
	color: white;
	background-color: #E3702D;
}
.user {
	font-size: 90%;
	font-weight: normal;
	padding: 2px 1em 0 0;
	position: absolute;
	right: 0;
	top: 0;
}
.content {
}

.h1 {
	font-size: 120%;
	font-weight: bold;
}
.h2 {
	font-size: 100%;
	font-weight: bold;
}
p {
	margin:0 0 0.5em 0; padding:0;
}

table {
	margin: 0; padding: 0; vertical-align: top;
}
td {
	vertical-align: top;
}

form {
	padding: 1em;
	background: #eee;
}


.flash {
	color: #f00;
	font-weight: bold;
}
.flash_ok {
	color: #0f0;
	font-weight: bold;
}

.req {
	border: thin solid silver;
	margin: 15px 5px;
	padding: 0 5px;
}
.req_subject {
}
.req_descr {
	border-bottom: thin solid silver;
	padding-bottom: 5px;
}
.resp {
	padding-top: 5px;
	padding-bottom: 5px;
}

