.c {
	float: left;
}
.cr {
	clear: left;
}

td {
	vertical-align: top;
	padding: 5px;
}

h1 {
	font-size: 14pt;
	margin: 5px 0 5px 0;
}

h2 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

h3 {
	color: #612200;
	font-size: 8pt;
	padding: 0;
}div {
	
}

#descr {
	padding: 0px;
	margin: 0 0 5px 0;
}

td.err {
	padding: 3px;
	color: #FF0000;
	background: #FFEDED;
	border: 1px solid #A0A0A0;
	text-align: left;
}
td.msg {
	padding: 3px;
	color: #0000FF;
	background: #EDF3FF;
	border: 1px solid #A0A0A0;
	text-align: left;
}
.label {
	text-align: right;
}
.buttons {
	border-top: 1px solid #A0A0A0;
	text-align: center;
}
.count {
	color: #6f6f6f;
	font-size: 8pt;
	font-weight: normal;
}
#links a {
	font-size: 10pt;
}
#links p {
	margin: 0 0 7px 0;
}
.url {
	color: #6f6f6f;
}
#path {
	margin-top: 2px;
	padding: 3px 0;
	line-height: 19px;
	border-top: 1px solid #21BAD1;
	font: 11px verdana;
}
#path a {
	text-decoration: none;
}
.submit {
	float: right;
	vertical-align: bottom;
}
#user-bar {
   clear:both;
   width:20%;
   margin:0 0 0 auto;
   padding:3px;
   background:#D9E8F9;
   line-height:19px;
   text-align:right;
}

.text, .btn {
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
input.text {
	color: #000000;
	border: 1px solid #C85E35;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #C85E35;
}
select {
	font-size: 8pt;
	border: 1px solid #C85E35;
}

.captcha {
	border: 1px solid #C85E35;
	margin-top: 10px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}
.btn {
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #C85E35;
	background-color: #FFAA11;/*#FFCC33;*/
	cursor: pointer;
	height: 17px;
}
span.req {
	margin-left: 3px;
	color: #FF0000;
	font-weight: bold;
}

div.errForm, span.errForm {
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #FF0000;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: right;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #909090;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	color: #000000;
}
p.subcats {
	margin: 0px 0px 7px 0px;
	padding: 0px;
}
p.subcats a {
	text-decoration: none;
	color: #007789;
}
div.pr {
	font-size: 6pt;
	color: #000000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg {
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb {
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}

.price {
	border: 1px solid #A0A0A0;
}
.price table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}

.paging-links,
.paging-info {
   text-align:right;
}

.paging-info {
   font-style: italic;
}

.limit_field {
   border: 0 solid transparent;
   border-width:0;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   cursor:hand;
   color:#6A8AD4;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #9EC2F3;
   border-width:0 1px 1px;
}

#catTitle { background:#fff; } /* Important for Konqueror */

#categtree h2 {
   margin:0 0 5px;
   padding:2px;
   text-align:center;
   color:#C85E35;
   background:#DDE5F3;
   vertical-align:middle;
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item {
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   border:1px dotted #CBE2EC;
   border-width:1px 0;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#F8F8FC;
}

#categtree .even {
   background:#fff;
}

#categtree .categ-item:hover {
   background:#eee;
}

















html { height: 100%; margin-bottom: 1px; }

body { 
	padding: 0; 
	margin: 0; 
	font: 0.74em Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
	background: #CFF2F7; 
	color: #454545; 
}

a {
	color: #4A8EBC; 
	background: inherit;
}

a:hover {
	color: #C3593C;
	background: inherit;	
}

a.title {
	color: #FE6700;
	background: #FFF;
}

h1 {
	font: bold 1.7em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px; 
	padding: 2px 0 0 0px;
	margin: 0;
	color: #464548;
	background: inherit;
	text-align: left;
}

h1 a, h2 a {
	text-decoration: none;
	color: #464548;
	background: inherit;
}

h1 a:hover, h2 a:hover {
	color: #C3593C;
	background: #FFF;
}

h1 .red{
	color: #C3593C;
	background: inherit;
}


h2 {
	margin: 8px 0 5px 0;
	padding: 0;
	font-size: 1.4em;
	letter-spacing: -1px;
	color: #000000;
	background-color: inherit;
}

h2 a {
	color: #007789;
	text-decoration: none;
	font: bold 13px verdana;
}
.lbox h2 a {
	color: #F2F2D1;
	text-decoration: none;
	background-color: inherit;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center left;
	
	padding: 0;
	margin: 0 0 10px 0;
}

h2.commentitem a {
	background: url(../images/h2bghover.gif) no-repeat center left;
}

h2.commentitem a:hover {
	background: url(../images/h2bghover.gif) no-repeat center left;
}
h3 {
	font-size: 11px;
	margin: 0 0 15px 0; padding: 0;
}

p {	margin: 0 0 5px 0; }

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

form { 
	margin: 0; padding: 0;
}

input.search { 
	width: 110px; 
	height: 15px;
	border: none;
	background: transparent url(../images/bg_search.gif) no-repeat; 
	padding: 2px 10px;
	color: #007789;
}

.search_field .button {
	border: 0;
	height: 19px;
	width: 28px;
	background: transparent url(../images/bg_srcbutton.gif) no-repeat;
	color: #ffffff;
	font: bold 11px tahoma;
}

.login .row {
	text-align: right;
	margin-bottom: 3px;
	}

input.login { 
	width: 150px;
	border: none; 
	background: url(logininput.gif); 
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 10px auto;
	width: 760px;
	background: #ffffff url(../images/c_topleft.gif) no-repeat top left; 
}

.logo {
	float: left;
	width: 180px;
	padding: 10px 0 11px 10px;
}

.header_right {
	float: right;
	width: 500px;
	height: 72px;
}

.logo img {
 position: relative;
 z-index: 1;
}

.top_info {
	float: right;
	text-align: right;
	margin: 0 0 3px 0;
	padding: 10px 20px 20px 0;
	background: url(../images/c_topright.gif) no-repeat top right; 
	color: #21BAD1;
	font: bold 11px tahoma;
}
.slogan {
	text-align: right;
	width: 160px;
}


.bar { 
	text-align: right;
	font-size: 1.1em;
	height: 30px; 
}

.search_field { 
	text-align: right;
	float: right;
	width: 460px;
	height: 27px;
	background: url(../images/bg_header2.gif) no-repeat;
	color: #000;
	clear: both;
	padding: 49px 85px 0 0;
	margin-top: -40px;
	z-index: -100;
}
.search_field div {
	float:left;
	padding: 5px 0 0 25px;
}
.grey {
	font-size: 1.2em;
	font-weight: bold;
	color: #ccc;
	background: inherit;	
}

.menus {
	background: #21BAD1 url(../images/c_bottomleft2.gif) no-repeat bottom left;
	margin: 0 5px 2px 5px;
}
.menus .inner {
	background: transparent url(../images/c_bottomright2.gif) no-repeat bottom right;
	padding: 10px;
}
.menus ul {
	list-style: none;
}
.menus li {
	display: inline;
	padding: 0 15px;
	border-right: 1px solid #ffffff;
}
.menus li a {
	font: bold 12px tahoma;
	color: #ffffff;
	text-decoration: none;
}
.newsletter {
	float: left; text-align: center;
	height: 33px;
	padding: 15px 0 0 0;
	width: 205px;
	background: url(../images/bg_header1.gif) no-repeat;
	margin: -12px 0 0 0;
}
.newsletter a {
	color: #FFFFFF;
	text-decoration: none;
}

.subheader {
	clear: both;
	margin: 0 5px 0 5px;
	background: #CFF2F7 url(../images/c_topleft3.gif) no-repeat top left; 
	color: #808080;
}
.subheader .tright {
	background: transparent url(../images/c_topright3.gif) no-repeat top right; 
}
.subheader .bleft {
	background: transparent url(../images/c_bottomleft3.gif) no-repeat bottom left; 
}
.subheader .bright {
	background: transparent url(../images/c_bottomright3.gif) no-repeat bottom right; 
	padding: 8px;
	text-align: center;
}

.mainblock {
	border-top: 2px solid #ffffff;
	margin: 0 5px;
	background: #FF8402 url(../images/c_topleft4.gif) no-repeat top left; 
}
.mainblock .tright {
	background: transparent url(../images/c_topright4.gif) no-repeat top right; 
}
.mainblock .bleft {
	background: transparent url(../images/c_bottomleft4.gif) no-repeat bottom left; 
}
.mainblock .bright {
	background: transparent url(../images/c_bottomright4.gif) no-repeat bottom right;
	padding-top: 7px;
}
.mainblock .title {
	background: #ffffff url(../images/bg_title.gif) no-repeat top left;
	margin-left: 7px; float: left;
}
.mainblock .bright h1 {
	background: transparent url(../images/bg_titleright.gif) no-repeat top right;
	padding: 5px 15px; margin: 0;
	font: bold 11px verdana; color: #007789;
}

/* left side
   --------- */

.left {
	float: left;
	width: 535px;
	background: #ffffff url(../images/c_topleft5.gif) no-repeat top left; 
}
.left .tright5 {
	background: transparent url(../images/c_topright5.gif) no-repeat top right; 
}
.left .bleft5 {
	background: transparent url(../images/c_bottomleft5.gif) no-repeat bottom left; 
}
.left .bright5 {
	background: transparent url(../images/c_bottomright5.gif) no-repeat bottom right;
	padding: 15px;
}

	.left_articles {
		margin: 0 0 15px 0;
		padding: 0 0 0 10px;
	}

	.lt {
		height: 10px;
		background: #6E6E6E url(../images/lt.gif) no-repeat;
		color: #FFF;
	}
	
	.lbox {
		color: #eee;
		padding: 3px 12px 12px 12px;
		margin: 0 0 15px 0;
		background: #6E6E6E url(../images/lb.gif) no-repeat bottom left;
	}
	
	.lbox a {
		color: #FFFCD1;
		background: inherit;
	}
	
	.lbox h2 {
		color: #FFF;
		background: #6E6E6E;
	}
	
	
.thumb {
	float: left;
	width: 150px;
	border: 1px solid #d4d4d4;
	color: #fff;
	background: #6e6e6e;
	margin: 0 15px 15px 0;
	padding: 5px;
}

.thumb p { margin: 0; padding: 3px; color: #FFF; background: #6e6e6e; }
	
/* right side
   ---------- */
		
.right {
	float: right;
	width: 200px;
	font: 11px verdana;
}

.right a {
	color: #333333;
	background: none;
	text-decoration: none;
	font: 11px verdana;
}

.right_articles {
	background: #FFE8D0 url(../images/c_topleft7.gif) no-repeat top left; 
	color: #FF9933;
}
.right_articles .tright {
	background: transparent url(../images/c_topright7.gif) no-repeat top right; 
}
.right_articles .bleft {
	background: transparent url(../images/c_bottomleft7.gif) no-repeat bottom left; 
}
.right_articles .bright {
	background: transparent url(../images/c_bottomright7.gif) no-repeat bottom right;
	padding: 7px;
}
.right .linebreak {
	background: #FF8402;
}
/* newsletter module */
#wz_11 {
	float: left;
	width: 46%;
}
#wz_12 {
	float: right;
	width: 46%;
}

.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	text-align: center;
	background: #21BAD1 url(../images/c_topleft6.gif) no-repeat top left;
	margin: 0 5px;
}
.footer .tright {
	background: transparent url(../images/c_topright6.gif) no-repeat top right; 
}
.footer .bleft {
	background: transparent url(../images/c_bottomleft6.gif) no-repeat bottom left; 
}
.footer .bright {
	background: transparent url(../images/c_bottomright6.gif) no-repeat bottom right;
	padding: 15px;
	font: 11px verdana;
	color: #ffffff;
}
.footer .bright a {
	font: bold 11px verdana;
	text-decoration: none;
	color: #ffffff;
}

.footer a {
	color: #C3593C;
	background: inherit;
}
.bottom {
	background: #ffffff url(../images/c_bottomleft.gif) no-repeat bottom left;
}
.bottom .bright {
	background: transparent url(../images/c_bottomright.gif) no-repeat bottom right;
	line-height: 8px; height: 8px;
}

.date {
 clear: both;
 width: 490px;
 background: transparent url(../images/horizontaldotted.gif) repeat-x bottom left;
 color: #0E91D4;
 font-size: 11px;
}
.date a { color: #0E91D4; background: #FFFFFF; }
.content_vote {
 margin-left: -5px;
}
.date_details {
 text-align: right;
 color: #0E91D4;
 font-size: 11px;
 padding-bottom: 10px;
}
.contentitem {
 font: 12px arial;
 text-align: justify;
 line-height: 16px;
}
.contentitem .itemtools {
 float: right;
 margin-right: 30px;
 margin-top: 3px;
 font-size: 11px;
}
.contentitem .itemtools a {
 color: #0E91D4;
}
