/* ================================================================================ */
/* 1 - vispārīgie elementu stili */
body {
	margin: 0;
	padding: 15px 0 0 0;
	background: #e4e4e4 url(../img/site_bg.png) repeat-x;
	color: #757575;
	font: normal 62.7% / 1.4em Verdana, sans-serif;
}
a {
	color: #757575;
	text-decoration: underline;
}
/* hovered links */
a:hover, a:active, a.readmore:hover, #menu a:hover, #apaksa a:hover {
}
div.clearer {
	clear: both;
}
table {
	border-collapse: collapse;
}
table td {
	vertical-align: top;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

a img {
	border: none;
	padding: 0;
	margin: 0;
}

.centered {
	text-align: center;
}

ul li {
	margin: 0 0 0.65em 0;
	line-height: 140%;
}
/* ================================================================================ */
/* 2 - Lapas bloku izkārtojums */
/* lapas ārējais konteiners --------------------------------------------- */
#cont {
	width: 964px;
	margin: 0 auto;
	border-left: 0px dotted #ccc;
	border-right: 0px dotted #ccc;
}
#pagewrapper1 {
	margin: 0;
	padding: 0 0 0 0;
	float: left;
/*cc*/
	overflow: hidden;
/*cc*/
	border: 0px solid lime;
}
/* augšējā josla ------------------------------------------------------- */
/* Lietotāju autorizācijas josla un forma */
#login {
	padding: 5px 30px 0 0;
	font-size: 12px;
}
#login form {
	padding: 0;
	margin: 0;
}
#login label {
	font-size: 0.93em;
}
/* Kad cilveks ir ielogojies*/
#login div {
	padding: 10px 2px 0 0;
}
/*Portāla ikonas */
#login .icon {
	margin: 0;
}

#login p {
	padding-top: 1em;
	padding-bottom: 0;
}

#login p.login_btn {
	line-height: 25px;
	padding-bottom: 0;
}

/*ikonas pie lietotāja profila */
h1 .icon {
	float: right;
}
/* Logo un lielā bannera josla */
#top {
	margin: 0 0 10px 0;
	height: 95px;
	position: relative;
	background: url(../img/top_bg.jpg) 50% 0 no-repeat;
	border: 0px solid green;
}
#topbanner {
	position: absolute;
	top: 0px;
	left: 200px;
	height: 90px;
	width: 550px;
	text-align: left;
	font: normal 1.2em/2em sans-serif;
	color: #234;
	border: 0px dotted #09c;
}
/* lapas logo */
#openlogo {
	position: absolute;
	top: 13px;
	left: 25px;
	width: 170px;
	height: 65px;
	display: block;
	border: 0px dotted red;
}
#searchform {
	position: absolute;
	top: 38px;
	left: 760px;
	width: 200px;
	height: 30px;
	border: 0px dotted lime;
}
#q {
	position: absolute;
	top: 2px;
	left: 30px;
	width: 150px;
	height: 18px;
	background: none;
	border: 0px dotted red;
}
#dosearch {
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 18px;
	background: none;
	border: 0px dotted red;
}

/* Meklēšanas rezultātu */
div.newssearch {
	color: #555;
}
/* Izvēlnes josla ------------------------------------------------------ */
#langs {
	display: none;
	margin: 0;
	padding: 0;
	height: 23px;
	width: 210px;
	background: #FAB383;
	color: #000;
	position: absolute;
	top: 77px;
	left: 0;
	border: 0px solid red;
	/*float: left;
	display: inline;
*/
}
#langs a {
	display: inline;
	padding: 0 10px;
	background: transparent;
	color: #000;
	font: bold 13px / 23px Arial, sans-serif;
}
#langs a.current {
	color: #fff;
}
#menu {
	position: relative;
	padding: 0;
	margin: 0 0 10px 0;
	font: bold 17px / 23px Arial, sans-serif;
	color: #fff;
	background: url(../img/menu_bg.png) no-repeat;
}
#menu ul {
	float: left;
	height: 52px;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	border: 0px dotted lime;
}
#menu_outer {
	float: left;
	width: 670px;
	overflow: hidden;
}

#menu li {
	overflow: hidden;
	height: 48px;
	margin: 3px 0 0 0;
	padding: 0 15px;
	float: left;
	background: url(../img/menu_line.png) 100% 0 no-repeat;
	border: 0px dotted red;
}
#menu a {
	display: block;
	margin: 5px 0 0 0;
	padding: 8px 0 6px 0;
	color: #757575;
	text-decoration: none;
	border: 0px dotted blue;
}
/* pēdējais ieraksts izvēlnē */
#menu li.last {
/* 	padding-right: 55px; */
	background: url(../img/btn_menu-next.pngh) left 50% no-repeat
}

ul#menu_buttons {
	width: 80px;
}

#menu a.special {
	float: left;
	padding: 1px 0 0 0;
	margin: 0;
}
/* aktīvais elements */
#menu a:hover, #menu li.active a {
}
/* Tendenču filtrs */
div.filterlist {
	margin: 20px 0 0 0;
	text-align: center;
	line-height: 140%;
}
div.filterlist a {
	white-space: nowrap;
}
div.filterlist a.current {
	font-weight: bold;
}
/* lapas satura daļu karkass ----------------------------------------------------------- *  *  */
#pagecont {
	padding: 0;
	border: 0px solid lime;
}
#pagewrapper {
	border: 0px solid violet;
}
/* Kolonnu karkass ----------------------------------------------------------------------- */
#kol_karkass {
	width: 964px;
	float: left;
/*cc*/
	overflow: hidden;
/*cc*/
	font: normal 1em sans-serif;
	margin: 0;
	padding: 0;
	border: 0px dotted red;
}
/* Floato visas kolonnas */
#mednieki, #saturs, #sani {
	float: left;
/*cc*/
	margin: 0 0 -4000px 0;
/*cc*/
	padding: 0 0 4000px 0;
/*cc*/
}
/* Kreisā kolonna ------------------------------------------ */
#mednieki {
	width: 210px;
	font-size: 1.2em;
	display: inline;
	margin-right: 8px;
	border: 0px dotted magenta;
}
/* Vidus kolonna ------------------------------------------------ */
#pagewrapper #saturs {
	position: relative;
	width: 520px;
	padding-bottom: 4000px;
	margin: 0 0 -4000px 0;
	font-size: 1.2em;
	border: 0px dotted green;
	background: url(../img/content_bg.png) repeat-y;
}
* html #pagewrapper #saturs {
	overflow: hidden;
}
#saturs .content-wrapper {
	padding: 20px 22px 0 25px;
	border-top: 1px solid #888;
}
/* Papildkolonna ------------------------------------------------------------------------- */
#pagewrapper #sani {
	width: 222px;
	padding-top: 15px;
	font-size: 1.2em;
	border: 0px dotted blue;
}
/* Apakšējā josla ------------------------------------------------------------------------- */
#apaksa {
	padding: 0;
	margin: 0 auto;
	width: 520px;
	font: normal 1.13em/1.4em sans-serif;
	color: #757575;
	position: relative;
	left: -4px;
	background: url(../img/bottom_bg.png);
	border: 0px dotted red;
}
#apaksa .spacer {
	height: 49px;
	background: url(../img/bottom-spacer_bg.png);
}
#apaksa table {
	margin: 0 15px;
	color: #757575;
}
#apaksa p.menu {
	margin: 5px 0 0 127px;
}
#apaksa input.mailaddr {
	width: 250px;
	margin: 5px 0;
	font-size: 1.17em;
}
#apaksa input.poga {
	margin: 12px 0 0 0;
	width: 113px;
	height: 29px;
	background: none;
	border: none;
}
#xit {
	display: none;
	position: absolute;
	top: 28px;
	right: 0;
	width: 35px;
	height: 12px;
	background: url(../img/x-it_logo_izstrade.png);
}
/* ================================================================================ */
/* 3 - Tipogrāfika */
h1 {
	margin: 0 0 0.6em 0;
	padding: 0;
	font: bold 18px/1.2em Arial, sans-serif;
	color: #5c5c5c;
}
/* Sadaļu un ziņu visraksti */
h2 {
	margin: 0.6em 0 0.6em 0;
	font: bold 18px/1.2em  Arial, sans-serif;
	color: #5c5c5c;
}
/* Apakšvirsraksti */
h3 {
	margin: 1em 0;
	font: bold 1em/1.2em Arial, sans-serif;
}

h4 {
	margin: 0.4em 0;
}

/* Kreisās kolonnas virsrakstu bloki */
#mednieki .box {
	padding: 0 0 7px 0;
	margin: 14px 0 0.5em 0;
	background: url(../img/lc_box-bottom.png) 0 100% no-repeat;
	font: normal 13px/100% Arial, sans-serif;
	color: #757575;
	position: relative;
}
#mednieki .h3 {
	height: 37px;
	position: relative;
}
#mednieki .box-content {
	padding: 10px;
	border-top: 1px solid #aaa;
	background: url(../img/lc_box-bg.png) repeat-y;
}
#mednieki a.show {
	position: absolute;
	top: 8px;
	left: 175px;
	width: 21px;
	height: 21px;
	background: url(../img/btn_lc_show0.png) no-repeat;
}
#mednieki a.show:hover, #mednieki a.show1 {
	background: url(../img/btn_lc_show1.png) no-repeat;
}

.open_old {
	display: block;
}

.open_old ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 15px;
	font-size: 1em;
}

.open_old li {
	margin: 0 0 0.7em 0;
	padding: 0;
}

/* satura kolonnas mazie virsraksti */
.content-wrapper h3 {
	margin: 1em 0;
	padding: 0;
}
#saturs .content-wrapper p {
	font-size: 12px;
	margin: 1em 0;
}
#saturs h3.menu {
	font-weight: normal;
	font-size: 1.4em;
}
/* Labās sānu joslas mazie virsraksti */
#sani .h3 {
	height: 38px;
	overflow: hidden;
}
#sani a.show {
	position: absolute;
	top: 8px;
	left: 190px;
	width: 21px;
	height: 21px;
	background: url(../img/btn_rc_show0.png) no-repeat;
}
#sani a.show:hover, #sani a.show1 {
	background: url(../img/btn_rc_show1.png) no-repeat;
}

#sani .box {
	padding: 0 0 7px 0;
	margin: 0 0 14px 0;
	background: url(../img/rc_box-bottom.png) 0 100% no-repeat;
	font: normal 13px/120% Arial, sans-serif;
	color: #757575;
	position: relative;
}

#sani .box-content {
	padding: 20px 10px 15px 20px;
	border-top: 1px solid #aaa;
	background: url(../img/rc_box-bg.png) repeat-y;
}

#sani .button-image {
	display: block;
	margin: 14px 0 0 0;
}

/* Virsrakstu saites */
h1 a, h2 a, h3 a {
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
	color: #03256A;
}
.compact {
	margin: 0.1em 0;
}
/* Teksta konteineri kolonnās */
div.newslist {
	margin: 0 1.3em 0 1.8em;
	font: normal 1.2em/1.35em Verdana, sans-serif;
	line-height: 140%;
	color: #373E39;
}
/* Saraksti ar linkiem */
ul.linklist {
	margin-left: 1em;
	padding-left: 1em;
}
ul.linklist li {
	margin-bottom: 0.4em;
}
/* ///////////////////////////////////// */
/* satura bloks kreisajā kolonnā*/
#saturs .newslist {
	margin: 0 3em 4em 3em;
}
#pagecont p {
	margin: 0 0 0.5em 0;
}
/* Satura konteineris */
#pagecont .single {
	margin: 0 3em 1em 3em;
}
/* Datums */
#pagecont p.datums {
	margin: 0.3em 0 0.15em 0;
	font: normal 11px sans-serif;
	color: #959F98;
}
/* saites uz raksta turpinājumu */
a.readmore {
	display: block;
	margin: 0.8em 0 4em 0;
	text-align: left;
	color: #555;
}
/* ================================================================================ */
/* 4 - Satura konteineri */
/* Lapas virsrakstos esošās pogas  */
.h1, .h1a {
	font-family: 'Swedbank Sans';
	font-weight: normal;
	font-size: 20px;
	background-image: url(../img/h1_bg_main.jpg);
	min-height: 60px;
}

.h1a {
	border-bottom: 1px solid #888888;
}
.h1 .h-text, .h1a .h-text {
	padding: 23px 20px 0 15px;
	background: url(../img/h1_bg_top.jpg) no-repeat;
	min-height: 10px;
	border: 0px dotted red;
}

.h1a .h-text {
	background: url(../img/h1_bg_top.png) no-repeat;
}

.h1 a.go-next, .h1 a.go-back, .h1 a.rss-icon {
	position: absolute;
	top: 16px;
	width: 110px;
	height: 28px;
	left: 35px;
	background: url(../img/btn_h1-prev.png) no-repeat;
	border: 0px dotted red;
}
.h1 a.go-next {
	left: 378px;
	background: url(../img/btn_h1-next.png) no-repeat;
}

.h1 a.rss-icon {
	left: 464px;
	top: 18px;
	width: 34px;
	height: 24px;
	background: url(../img/icons/rss-icon.png) no-repeat;
}


/* Paslēpjam img bildes, kas ieliktas h1 konteineros */
.h1 img {
	display: none;
}


/* divkolonnu tabulas simulācija */
#saturs .c-left, #saturs .c-right {
	width: 50%;
	padding: 2px 10px;
}
#saturs .c-right {
	border-left: 1px solid #BBB;
}
#saturs .r-split {
	height: 30px;
	background: url(../img/r-split_bg.png) repeat-x;
	clear: both;
}
/* Burtu izvēlne mednieku skatā */
.lettermenu {
	margin: 1em 2em 3em 2em;
}
.lettermenu a {
	font-weight: bolder;
	color: #757575;
	text-decoration: none;
}
.lettermenu a:hover, .lettermenu a.current {
	color: #F87A07;
}
/* Lietotāja profila elementi */
.userbox, .authorbox {
	min-height: 60px;
}
/* lietotāja profila bilde */
div.profile div.portrait {
	float: right;
	width: 133px;
	height: 133px;
	padding: 0;
	margin: 0 30px 0 40px;
	background: url(../img/user-profile-image_bg.png) no-repeat;
}
/* profila bildes konteiners */
.profile .portrait img {
	display: block;
	margin: 6px 0 0 6px;
	border: 1px solid #bbb;
}
/* Lietotāja vārds */
.profile h1, h1.userprofile {
	color: #F87A07;
	font-size: 2.2em;
	margin: 0.4em 0 0.1em 0;
}
/* Autora bilde pie tendences */
/*.authorbox img.profile {
	padding: 6px 6px 6px 13px;
	background: url(../img/icons/rc_user-profile-thumb_bg2.png) no-repeat;
}*/

.authorbox .profile-img div {
	padding: 5px 6px 6px 12px;
	background: url(../img/icons/rc_user-profile-thumb_bg2.png) no-repeat;
}
.authorbox a {
	color: #F87A07;
	text-decoration: none;
	font-weight: bold;
}
.userbox h3, div.userbox h4 a {
	font-size: 1em;
	color: #F87A07;
	margin: 0 0 0.2em 0.1em;
	text-decoration: none;
}
div.userbox a {
	color: #757575;
	text-decoration: underline;
}
div.userbox a:hover {
	color: #F87A07;
	text-decoration: none;
}
div.newsbox {
	margin: 5px 10px 5px 15px;
	clear: both;
}
div.authorbox {
	/*width: 250px;
	top: 20px;
	left: 300px;
*/
	border: 1px dotted red;
}
/* Profilu saraksts */
table.hunterlist {
	font-size: 0.92em;
	width: 460px;
}
table.hunterlist td {
	padding: 8px 10px 0 0;
	border: 0px dotted red;
}
.spacer-block {
	background: url(../img/spacer-block_bg.png) 50% 0 no-repeat;
	height: 30px;
	overflow: hidden;
}
.hunterlist .mid {
	border-left: 1px solid #ccc;
}
.hunterlist .profile-img {
	padding: 8px 10px 0 20px;
}
.hunterlist h3 {
	margin: 0 0 0.3em 0;
	padding: 0;
	font-size: 1.2em;
}
.hunterlist h3 a {
	color: #F87A07;
	text-decoration: none;
}
.trend-main .hunterlist {
	width: 100%;
}
.hunterlist .meta img {
	position: relative;
	top: 5px;
}
.hunterlist .meta {
	width: 46%;
}

#start-img-container {
	height: 350px;
	text-align: center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding-top: 5px;
}


/* Konteineri īpašajiem medniekiem */
div.userbox3 {
	width: 230px;
	margin: 0 20px 0 0;
	float: left;
	position: relative;
	border: 0px dotted green;
}
.userbox3 .userbox {
	clear: both;
}
/*Sponsorēto mednieku grupa*/
div.userbox4 {
	min-height: 0;
}
.userbox4 strong {
	text-transform: uppercase;
	font-size: 1.1em;
}
.userbox4 a {
	text-decoration: none;
}
/* Lietotāja profila skats */
.userimage {
	float:right;
	padding: 6px;
	padding-top: 5px;
	padding-left: 5px;
	background: url(../img/user-profile-image_bg.png) no-repeat;
	width: 121px;
	height: 121px;
}

.userimage img {
/* 	background: url(../img/user-profile-image_bg.png) no-repeat; */
	width: 120px;
	height: 120px;
	border: 1px #bbb solid;
}

.user_desc {
	font: normal 1.1em /1.4em sans-serif;
	padding: 0 10px 0 0;
}


/* visas lietotāja tendences */
div.all_trends {
	float: left;
	text-align: center;
	width: 90px;
	height: 105px;
	margin-right: 10px;
}
div.all_trends h2, div.all_trends h2 a {
	margin: 0.2em 0 0 0;
	padding: 0;
	font: normal 10px/10px sans-serif;
	text-decoration: none;
}


/* Open aktualitātes -------------------- */
table.sidenews {
	margin: 10px 0 10px 0;
	padding: 0;
}
table.sidenews td {
	padding: 13px 4px 13px 4px;
	line-height: 120%;
	border-bottom: 1px solid #b9b9b9;
}
/* Attēls aktualitāšu tekstiņam */
table.sidenews td.thumb {
	padding-right: 13px;
}
/* Nodalam virsrakstus rindā */
table.sidenews td strong {
	display: block;
	font-size: 1em;
}
/* Bankas piedāvājumu saraksts */
ul.sidelist {
	padding: 0 3px;
	margin: 0;
	list-style: none;
}
ul.sidelist li {
	font-weight: bold;
	padding: 0 0 0.3em 11px;
	background: url(../img/arrow-bullet.png) 0 3px no-repeat;
}
.sidelist a {
	text-decoration: none;
	color: #757575;
}
.sidelist a:hover {
	color: #FC8003;
}
/* Aktualitāšu konteineris sānu kolonnā  */
div.sidenews, div.comment {
	margin: 0 10px 15px 0;
	clear: both;
}
div.sidenews a, div.comment a {
	color: #757575;
	text-decoration: none;
	display: block;
	ox_cmargin: 0 0 0 0;
}
/* Twittera saraksts labajā kolonnā */
#twitter_div ul {
	margin: 0;
	padding: 0;
}
#twitter_div li {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
	border: 0px dotted red;
	font-size: 0.87em;
}
/* Centrālā tendence */
div.trend-main {
	padding: 15px 20px;
	border: 1px solid #ccc;
	border-top: none;
}
/* Centrālās tendences attēls/video */
div.trend-image {
	border: 1px solid #C7C7C7;
	width: 447px;
	height: 340px;
	text-align: center;
	overflow: hidden;
}
div.trend-image img {
	display: block;
	margin: 8px auto;
/* 	width: 425px; */
/* 	height: 320px; */
}
div.trend-image-bar {
	position: relative;
	height: 38px;
	width: 449px;
	margin: 0 0 20px 0;
	background: url(../img/trend-image-bar_bg.png) no-repeat;
}
.trend-image-bar a.next-image {
	position: absolute;
	top: 5px;
	left: 413px;
	height: 24px;
	width: 24px;
	background: url(../img/scrollright.png) -3px -4px no-repeat;
	border: 0px dotted red;
}
.trend-image-bar a.prev-image {
	position: absolute;
	top: 5px;
	left: 384px;
	height: 24px;
	width: 24px;
	background: url(../img/scrollleft.png) -3px -4px no-repeat;
	border: 0px dotted red;
}
.trend-image-bar a.prev-image:hover, .trend-image-bar a.next-image:hover {
	background-position: -3px -119px;
}
.trend-image-bar span {
	display: block;
	padding: 12px 0 0 13px;
}
/* Tendences apraksta teksts */
#saturs .trendinfo {
	line-height: 140%;
}
/* Tendeces meta dati */
div.trendmeta, div.trendvote {
	margin: 1em 0 0.6em 0;
	padding: 0.5em 0 0 0;
	text-align: left;
	clear: both;
	border-top: 1px solid #d5d5d5;
	line-height: 20px;
}
.trendmeta img {
	position: relative;
	top: 5px;
}
div.trendvote {
	text-align: center;
}
/*  Sekundārās tendences --------------------------------------- */
div.mid-spacer {
	height: 40px;
	background: url(../img/mid-spacer.png) no-repeat;
}

div.trend-mid-container {
	padding: 15px 20px;
}
div.trend-mid {
	margin: 0 8px 30px 0;
	width: 231px;
	float: left;
	border: 0px dotted green;
}
.trend-mid .trend-content {
	padding: 15px 5px 0 15px;
	border: 1px solid #ccc;
}
.trend-mid h2 {
	height: 38px;
	overflow: hidden;
	line-height: 100%;
	border: 0px dotted red;
}

.trend-mid h2 a {
	color: #555;
	text-decoration: none;
}


.trend-mid .trend-content img {
	width: 200px;
	height: 140px;
}

.trend-mid .trendmeta img {
	width: auto;
	height: auto;
}

div.trend-mid-bottom {
	height: 37px;
	overflow: hidden;
	background: url(../img/trend-mid-bottom_bg.png) no-repeat;
}

.trend-mid-bottom a {
	font-weight: bold;
	color: #f37121;
}

.trend-mid-bottom p {
	padding: 10px 0 0 15px;
}
/* Komentāru konteineris ------------------------------------------ */
div.comment {
	clear: both;
}
div.comment img {
	padding: 0 5px 0 0;
}
/* tag cloud konteineris */
div.tagcloud {
	margin: 2em 0 1em 0;
	text-align: justify;
}
#sani .tagcloud {
	margin: 0;
}
div.tagcloud a {
	color: #F37121;
	text-decoration: none;
}
div.tagcloud a {
	color: #F37121;
	text-decoration: none;
}
div.tagcloud a:hover {
	color: #000;
	text-decoration: underline;
}
/* ============================================================================ */
table.prizes {
	width: 100%;
}
.prizes td {
	border: 0px dotted red;
}
.prizes td.prize {
	padding: 0 30px 20px 0;
	width: 230px;
}
td.prize img {
	float: left;
	margin-right: 8px;
}
.prize td.winner {
	width: 160px;
}

div.prize {
	float: left;
/* 	border: 1px dotted green; */
	width: 155px;
}
/* /////////////////////////// */
/* Foto / video galerijas ----------------------------------------------------- */
div.gallery {
	margin: 0 0 0 20px;
	padding: 0;
	border: 0px solid green;
}
table.gallery {
	margin: 0 0 40px 0;
}
/* ----------------------------------------------------------------------------- */
dl {
}
dt {
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}
dd {
	margin: 0 0 0 2em;
}
/* Gallery container */
.gallery td {
	padding:  20px 0;
	border: 0px solid blue;
	background-image: url(../img/photo_splitter.gif);
	background-position: 45% 100%;
	background-repeat: no-repeat;
}
/* Sets right margin between thumbnail columns*/
.gallery .odd {
	padding-right: 30px;
	background-position: 30% 100%;
}
/* Gallery titling */
.gallery td h3 a {
	font: normal 13px/1.2em sans-serif;
	color: #398727;
}
/* Gallery titling */
.gallery td p.datums {
	font-size: 11px;
}
/* Thumbnail foto image */
#saturs .gallery td a.thumb {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}
/* Gallery info text */
#saturs .gallery p {
	margin: 0;
	padding: 0;
}
/* Gallery thumbnail view */
#saturs .gallery a.thumb {
	margin: 0 35px 5px 0;
	display: block;
	float: left;
}
/* Content ilustration images */
img.ilustration {
	float: left;
	margin: 0 10px 5px 0;
}
div.img-profile {
	margin: 0 0 0 0;
	padding: 4px;
	background: url(../img/mini-thumb_bg.png) no-repeat;
}

div.img-profile img {
	border: 1px solid #bbb;
	padding: 0;
	margin: 0;
}

img.centered {
	display: block;
	margin: 0 auto;
}
div.imgcont {
	float: left;
	text-align: center;
	padding: 0.5em;
}
/*Krutometra poga adminam */
#esirkruts {
	width: 240px;
	height: 80px;
	background: url(../img/krutumpoga.jpg) no-repeat;
	display: block;
	margin: 3em 0 0 120px;
}
#esirkruts:hover {
	background-position: 0 -93px;
}
/* ================================================================================ */
/* 5 - Formas */
form {
	font: normal 1em/1em sans-serif;
	color: inherit;
	padding: 15px 0 0 0;
}
/* formas elementu noklusētais konteineris */
form fieldset {
	margin: 0;
	padding: 0.4em 0;
	display: block;
}
/* Forms in sidebar */
#sub form {
	padding: 0.3em 0;
}
/* generic input elements */
form input, form input.title, form textarea, form select {
	padding: 1px 2px;
	background-color: #FFF;
	color: #757575;
	width: 100%;
	font-size: 12px;
	border: 1px solid #aaa;
}
form select {
	width: 300px;
}
/* input elements with flexible formatting */
form input.std, form input.txt, from input.chk, form textarea.std, form select.std {
	width: auto;
	display: inline;
}

input[type="hidden"] {
	border: none;
	padding: 0;
}
/* focused input fields*/
form input:focus, form textarea:focus, form select:focus, form input.over, form textarea.over, form select.over {
	
}
/* fields failed validation */
form input.invalid, form textarea.invalid, form select.invalid {
	border: 1px solid #e00;
	background: #FFE3E3;
}
/* ievades elements bez redzamā formatējuma */
input.noformat, input.noformat:focus, textarea.noformat, textarea.noformat:focus, select.noformat, select.noformat:focus {
	border: none;
	background-color: transparent;
	width: auto;
}
/* Ievades lauki sānu kolonnās */
#mednieki input, #login input {
	width: 180px;
	-moz-border-radius: 3px;
	margin-bottom: 0px;
}

#login input[type=image] {
	width: auto;
	float: right;
}
#mednieki textarea, #sani textarea {
	width: 180px;
	-moz-border-radius: 3px;
	margin-bottom: 0px;
}
#mednieki fieldset {
	margin: 0 10px 0 15px;
}
#sani fieldset {
	margin: 0 15px 0 0px;
}
#mednieki label, #sani label {
	display: block;
	font-size: 0.87em;
	padding: 1em 0 0 0;
}

input.pollbtn {
	margin: 0;
	padding: 0;
/* 	background: #F37121; */
/* 	color: #fff; */
	border: none;
	display: inline;
}
/* formas pogas */
input.btn {
	width: auto;
	margin: 0;
	color: #333;
	font-weight: normal;
	border: none;
	display: inline;
}
input.pollbtn {
/* 	width: 180px; */
	width: auto;
}
/* ievades lauku paskaidrojumi */
form label {
	color: #999;
	display: inline;
	margin: 0;
	padding: 0.3em 0 0;
	text-align: left;
	line-height: 140%;
}
/* paskaidrojums in-line formā */
form label.std {
	display: inline !important;
	text-align: left;
	width: auto;
}
/* ================================================================================ */
/* 6 - Tabulas konteineri */
/* Noklusētā tabula, bez ārēji redzama formatējuma. Lietota formu strukturēšanai. */
table {
	margin: 0;
	padding: 0.4em 0;
	width: auto;
	font-size: 1em;
}
table td {
	margin: 0;
	padding: 0 0.3em 0.4em 0;
	text-align: left;
	vertical-align: top;
}

table td.left_col {
	width: 190px;
}
/* ================================================================================ */
/* 7 - Lappuses kontrolelementi */
/* Lappušu navigācija */
div.pager {
	margin: 0 0 20px 0;
	clear: both;
	font: normal 12px/1em verdana, sans-serif;
}
div.pager a {
	padding: 0.3em 0.45em;
	text-decoration: none;
}
div.pager a:hover {
	/* color:;
*/
	text-decoration: underline;
}
div.pager a.selected {
	background-position: 60% 50%;
	text-decoration: underline;
	color: #000;
}
table.pager {
	width: 100%;
	margin: 10px 0 0 0;
}
table.pager td {
	width: 120px;
}
.pager .pages {
	vertical-align: middle;
	width: auto;
	text-align: center;
}
.pager .pages a {
	padding: 0 2px;
	font-weight: bolder;
	text-decoration: none;
}
.pager a.first {
	float: left;
	margin: 0 2px 0 0;
	width: 29px;
	height: 29px;
	margin: 0;
	background: url(../img/btn_pager_first.png) no-repeat;
}
.pager a.back {
	float: left;
	margin: 0 2px 0 0;
	width: 84px;
	height: 29px;
	background: url(../img/btn_pager_back.png) no-repeat;
}
.pager a.last {
	float: left;
	margin: 0 2px 0 0;
	width: 29px;
	height: 29px;
	margin: 0;
	background: url(../img/btn_pager_last.png) no-repeat;
}
.pager a.next {
	float: left;
	margin: 0 2px 0 0;
	width: 84px;
	height: 29px;
	background: url(../img/btn_pager_next.png) no-repeat;
}
.pager a.selected {
	font-weight: normal;
	color: #000;
}
/* Tendenču pārlūks (skrolleris) -------------------- */
div.trendscroller {
	position: relative;
	margin: 0.8em 0;
	height: 92px;
}
div.carousel-component {
	position: relative;
	width: 460px;
	left: 20px;
}
.carousel-balloon {
	clear: both;
	margin-top: 5px;
	margin-left: 6px;
	width: 458px;
	height: 34px;
	position: relative;
	background: url(../img/car-peek_bg.png) no-repeat;
}

.carousel-balloon .pointer, #balloon-arrow {
	position: absolute;
	width: 22px;
	height: 14px;
	z-index: 34567; 
	display: none;
	background: url(../img/car-peek-arrow.png) 50% 0;
}

.carousel-balloon span {
	display: block;
	padding: 9px 0 0 15px;
	font-weight: bold;
}
/* pogas pa labi un pa kreisi */
div#scrollleft, div#scrollright {
	position: absolute;
	top: 0;
	width: 15px;
	height: 58px;
	left: 0;
	background: url(../img/scrollleft.png);
}
div#scrollright {
	left: 485px;
	background: url(../img/scrollright.png);
}

#menu #drive_left, #menu #drive_right {
	background: url(../img/scrollleft.png) 0 6px;
	cursor: pointer;
	left: px;
	top: px;
	border: 0px dotted red;
}

#menu #drive_right {
	left: px;
	background: url(../img/scrollright.png) 0 6px;
}

#menu #drive_left:hover, #menu #drive_right:hover {
	background-position: 0 -109px;
}


ul.carousel-list {
	margin: 0;
	padding: 0;
}
ul.carousel-list li {
	float: left;
	margin: 0 5px 0 3px;
	padding: 0;
	list-style: none;
}
/* Teksta banneru konteineri */
.bannerplace, .textads {
	background-color: #F37121;
/* 	border: 1px dotted green; */
	color: #fff;
	text-align: center;
	font: bold 1em Verdana, sans-serif;
	clear: both;
}
.bannerplace a, .textads a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
.textads {
	margin-top: 1em;
	margin-bottom: 1em;
}
/* Sistēmas paziņojumi lietotājam */

div.user_error, div.notification, div.message {
	margin: 1em auto;
	padding: 12px 65px 15px 65px;
	width: 340px;
	color: #FFF;
	font-size: 1.1em;
	-moz-border-radius: 5px;
	border: 1px solid #777;
	background: #a0a0a0 url(../img/icon_notification.png) 20px 50% no-repeat;
}

/* Kļūdu paziņojumi */
div.user_error {
	background-image: url(../img/icon_error.png);
}

div.user_error ul, div.notification ul {
	list-style: none;
	padding: 5px;
	margin: 0;
}



/* galeriju dizains */
div#galerycontainer, div#extracontainer {
	width: 480px !important;
	height: 360px !important;
}
div.nextimg {
	padding-top: 0.5em;
}

div#title_zone {
	position:absolute; 
	margin:auto; 
	left:272px; 
	top:173px; 
	z-index:99999; 
	background: #fff;
	width: 300px;
	border:1px solid #F37121; 
	display:none;
	padding: 5px;
}

a.par-open-more {
	text-align: left;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
	color: #f87a07;
}
a.par-open-more:hover {
	color: #f87a07;
}

/* poll */
.poll_carrot_start, .poll_carrot_end {
	width: 4px;
	background: transparent url(../img/carrot_start.png) top left no-repeat;
	float: left;
	height: 14px;
	float: left;
}
.poll_carrot_end {
	background: red;
	background: transparent url(../img/carrot_end.png) top left no-repeat;
}

.poll_carrot {
	background: green;
	float: left;
	height: 14px;
	background: transparent url(../img/carrot.png) top left repeat-x;
}

.poll_carrot_container {
	padding-bottom: 3px;
	padding-top: 10px;
	float: left; 
	width: 100%
}

.what_next {
	border: 1px solid #adadad;
}

.banner_right {
    text-align: center;
    margin-bottom: 20px;
}