* {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Verdana, Arial;
	outline:none;
}

html,body {
	color:black;
	line-height:14px;
	height:100%;
	letter-spacing:0px;
	font-size:11px;
	background: #fff;
}

img {
	border:none;
}

ol,ul {
	list-style:none outside;
}

p {
	margin-bottom:5px;
}

table {
	border-collapse:collapse;
	width:100%;
}

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

a {
	color:#0f557c;
	outline:none;
	text-decoration:none;
}

a:hover {
	color:#fa6501;
	text-decoration:underline;
}

fieldset {
	border:none;
}

.hr {
	background:transparent url('/img/v2/borders/horiz_blue_border.gif') repeat-x;
	height:3px;
	margin-bottom:10px;
}

.hr hr {
	display:none;
}

.or {
	background:transparent url('/img/v2/borders/horiz_orange_border.gif') repeat-x;
}

.hr.red {
	background: transparent url('/img/v2/borders/horiz_red_border.gif') repeat-x;
}

/* COMMON OBJECTS */
.banner {
	margin:auto;
}

.iframe {
	width:0px;
	height:0px;
	border:none;
}

.box {
	margin-bottom:15px;
}

ul.bulletList {
	padding:0px 10px;
}

ul.bulletList li {
	background:url('/img/v2/backgrounds/bullet_blue.gif') no-repeat  0px 6px;
	padding-left:10px;
	margin-bottom:10px;
}

ul.bulletList li ul {
	margin-left:15px;
}

ul.bulletList li ul li {
	margin-bottom:5px;
}

ul.bulletList li ul li a {
	font-weight:normal;
}

ul.bulletList li a {
	font-weight:bold;
	font-size:11px;
}

ul.bulletList li i {
	font-style:normal;
	font-weight:bold;
}

.picborder {
	display:block;
	position:relative;
	width:79px;
	height:70px;
	background:url('/img/v2/common/picborder.gif') no-repeat;
}

.picborder.video {
	background: url('/img/v2/common/picborder_v.gif') no-repeat;
}

.picborder img,
.picborder .innerpic {
	width:63px;
	height:63px;
	position:absolute;
	left:3px;
	top:3px;
	display:block;
	background-position:center;
	background-repeat:no-repeat;
}

.picborder.video img,
.picborder.video .innerpic {
	height: 48px;
	top: 11px;
}



ul.thumbsList li {
	padding:10px;
}

ul.thumbsList li.odd {
	background:#fefce3;
}

ul.thumbsList li.bodd {
	background:#e4f6ff;
}

ul.thumbsList li li,
ul.thumbsList li .hr,
ul.thumbsList li.sep {
	margin:0;
	padding:0;
}

ul.thumbsList li dl dt {
	float:left;
	width:85px;
}

ul.thumbsList li small {
	float:right;
}

ul.thumbsList li dl dd {
	margin-left:85px;
}

ul.thumbsList li dl {
	overflow:hidden;
}

ul.thumbsList li dl i, h2 i {
	font-style:normal;
	font-weight:bold;
}

ul.thumbsList li .picborder {
	margin-bottom:5px;
}

ul.thumbsList li p.stats {
	float:right;
}

ul.thumbsList li.smentry {
	position: relative;
}

ul.thumbsList li.smentry p.readMore {
	position: absolute;
	top: 0;
	right: 10px;
}

ul.thumbsList li.smentry h3 {
	padding-right: 75px;
}

ul.compact li {
	padding:0;
}

ul.semicompact li {
	padding:0;
}

ul.semicompact li.sep {
	margin:5px 0;
}

ol.starRating {
	overflow:hidden;
	clear:both;
	margin-bottom:5px;
}

ol.starRating li {
	float:left;
	margin-right:4px;
}

ol.starRating li,
ol.starRating li a {
	display:block;
	width:9px;
	height:9px;
}

ol.starRating li a {
	background:url('/img/v2/common/star.gif') no-repeat;
}

p.readMore {
	margin-top:10px;
	text-align:right;
	line-height: normal;
}

/*p.readMore a {
	background:transparent url(/img/v2/backgrounds/button_blue_left.gif) no-repeat left center;
	padding:4px 0 3px 3px;
	color:#FFFFFF;
	margin-right:4px;
}

p.readMore a span {
	margin-right:-4px;
	padding:4px 6px 3px 4px;
	background:transparent url(/img/v2/backgrounds/button_blue_right.gif) no-repeat right center;
	float:none;
	display:inline;
	width:auto;
}

p.readMore.orangeButton a {
	background:transparent url(/img/v2/backgrounds/button_orange_left.gif) no-repeat left center;
}

p.readMore.orangeButton a span {
	background:transparent url(/img/v2/backgrounds/button_orange_right.gif) no-repeat right center;
}*/

p.readMore a span {
	display: inline-block;
	background: #0f557c;
	color: #fff;
	padding: 2px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: none;
	width: auto;
}

p.readMore.orangeButton a span {
	background: #f96400;
}

#draugiem_nav td {
	padding: 0;
}

/* COMMON STYLING */
.left {
	text-align:left;
}

.fleft {
	float:left;
}

.right {
	text-align:right;
}

.fright {
	float:right;
}

.wrap {
	overflow:hidden;
}

.nomarg {
	margin:0 !important;
}


/* COLOR SETS */

/*=== dark blue */
p.readMore a.darkblue,
.darkblue,
h3,
#firstpagePoll .pollTitle,
#commonInfo ul li, 
#commonInfo ul li a,
ul.thumbsList li p.stats,
ul.galleryList li i {
	color:#185c81;
}

/*=== orange */
#openArticle #links ul li i,
#openArticle #links ul li i a,
#profileLinks li i,
ul.thumbsList li dl i,
ul.bulletList li i,
#firstpageForum td i,
h4 i, h1 i, h1 i a, h4 i a, h3 i, h3 i a, form p em, span.orng, h2 i {
	color:#fa6501;
}

/*=== light blue */
ul.bulletList li p a {
	color:#0093dd;
}

/* BANNERS */
#topBanner {
	width:980px;
	margin-bottom:11px;
}

#adv5 {	
	text-align:center;
}


/* GLOBAL */
#pageWrap {
	position: relative;
}

#outerWrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
}

/* TOP INFO BOX */
#commonInfo {
	margin-bottom:15px;
}

#commonInfo #logout {
	background:url('/img/v2/backgrounds/logout_btn.gif') no-repeat;
	padding:3px 28px 3px 10px;
	float:right;
}

#commonInfo #logout a {
	color:#FFFFFF;
}

#commonInfo li {
	display:inline;
	padding:4px 10px;
}

#commonInfo ul li.sep {
	background:url('/img/v2/borders/top_infobox_brdr.gif') no-repeat center;
	width:3px;
	padding-right:0;
	padding-left:0;
}

#commonInfo ul {
	text-align:center;
}

#commonInfo ul li a {
	font-size:12px;
}

#commonInfo ul li.date,
#commonInfo ul li.date a {
	font-weight:bold;
}

/* FORMS */
input, 
select,
textarea {
	border:solid 1px #557a8d;
}

input, 
textarea {
	padding:3px 0;
	text-indent:3px;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	font-size: 12px;
}

input.r, input.c, input.b {
	width: auto;
}

select {
	width:100%;
	padding:2px 0;
}

button {
	color: #fff;
	font-size: 11px;
	padding: 0 3px;
	background-color: #0f557c;
	border: solid 1px #0f557c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

form label {
	float:left;
	width:30%;
	display:block;
}

form p span {
	float:left;
	display:block;
	width:69%;
}

form p em {
	font-style:normal;
}

form p {
	line-height:24px;
	display:block;
	margin-bottom:6px;
	/*overflow: hidden;*/
	clear: left;
}

input.radio {
	width:auto;
	border:none;
}

.commentWrapper textarea {
	height:90px;
}

form.compact p {
	line-height:normal;
	margin-bottom:3px;
}

h2 span form {
	float:right;
	display:block;
	width:200px;
	margin-right:10px;
	margin-top:-5px;
	font-size:11px;
	font-weight:normal;
}

/* HEADINGS */
h1 {
	margin-bottom:10px;
}

h1,
h1 a {
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}

h2 {
	background:#0f557c url('/img/v2/headings/blue_head_left.gif') no-repeat left top;
	margin-bottom:2px;
	position: relative;
}

h2 span {
	display:block;
	background:url('/img/v2/headings/blue_head_right.gif') no-repeat right top;
	line-height:15px;
	padding:8px 0 6px 13px;
}

h2 .toggle {
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 4px;
	right: 4px;
	background-image: url('/img/v2/buttons/toggle.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	text-decoration: none;
}

h2 .toggled {
	background-position: 0 -19px;
}

h2 span,
h2 span a,
h2 span a:visited, h2 span a:hover {
	color:#FFFFFF;
	font-size:14px;
}

h2.orange {
	background:#f4b100 url('/img/v2/headings/orange_head_left.gif') no-repeat left top;
}

h2.orange span {
	background:url('/img/v2/headings/orange_head_right.gif') no-repeat right top;
}

h2.darkOrange {
	background:#f96400 url('/img/v2/headings/darkorange_head_left.gif') no-repeat left top;
}

h2.darkOrange span {
	background:url('/img/v2/headings/darkorange_head_right.gif') no-repeat right top;
}

h2.lightblue {
	background:#0093dd url('/img/v2/headings/lightblue_head_left.gif') no-repeat left top;
}

h2.lightblue span {
	background:url('/img/v2/headings/lightblue_head_right.gif') no-repeat right top;
}

h2.red {
	background: #ed1a26 url('/img/v2/headings/red_head_left.gif') no-repeat left top;
}

h2.red span {
	background: url('/img/v2/headings/red_head_right.gif') no-repeat right top;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

h4 {
	font-size:11px;
	font-weight:normal;
	text-align:center;
	margin-bottom:13px;
}

h5 {
	margin-bottom:5px;
}

h5,
h5 a {
	font-size:11px;
}

h1 i,
h4 i,
h3 i {
	font-weight:bold;
	font-style:normal;
}

/* MAIN MENU */
#mainMenu {
	background:#0093dd url('/img/v2/backgrounds/main_menu/mmbg_rep.gif') repeat-x left top;
	margin-bottom:2px;
}

#mainMenu,
#mainMenu div,
#mainMenu div div 
#mainMenu div div li {
	height:38px;
}

#mainMenu div {
	background:url('/img/v2/backgrounds/main_menu/left_corner.gif') no-repeat left top;
	padding-left: 5px;
}

#mainMenu div div {
	background:url('/img/v2/backgrounds/main_menu/right_corner.gif') no-repeat right top;
	padding-right:5px;
}

#mainMenu div ul li {
	float:left;
	display:inline;
	padding:0px 7px;
	text-align:center;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url('/img/v2/borders/menu.gif');
}

#mainMenu div ul li.selected {
	/*background-color: #0f557c;*/
	background-color: #f96400;
}

#mainMenu div ul li.first {
	background: url('/img/v2/buttons/menu.gif') no-repeat left;
	width: 54px;
	height: 38px;
}

#mainMenu div ul li a {
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:38px;
}

#mainMenu .searchBox {
	padding-top:7px;
}

#mainMenu .searchBox input.t {
	width:110px;
	display:block;
	float:left;
}

#mainMenu .searchBox button {
	border:none;
	display:block;
	width:22px;
	height:22px;
	background:transparent url('/img/v2/backgrounds/main_menu/search_icon.gif') no-repeat left top;
	text-indent:-10000px;
	float:left;
	cursor:pointer;
}

/* SECONDARY MENU */
#secondaryMenu {
	background:url('/img/v2/backgrounds/main_menu/submenu_stripe.gif') repeat-x top left;
	margin-bottom:10px;
}

#secondaryMenu ul {
	text-align:center;
	background: url('/img/v2/borders/submenu.gif') repeat-x 0 28px;
}

#secondaryMenu ul li {
	text-align:center;
	margin:0 5px;
	display:inline;
	line-height:32px;
	padding: 0 5px 5px 5px;
}

#secondaryMenu ul li.selected {
	font-weight: bold;
	border-bottom: 2px solid #f4b100;
}

#secondaryMenu ul li a {
	display: inline-block;
	font-size:12px;
}

#secondaryMenu ul li.selected a {
	color: #f96400;
}

/* LAYOUTS */
.column .col {
	float:left;
}

.two .lcol,
.three .lcol{
	width:225px;
}


/*=== 3 columns */
.three .rcol {
	width:200px;
}

.three .ccol {
	width: 525px;
	margin: 0 20px;
}

/*=== 2 columns */
.two .rcol {
	width:755px;
	margin-left:20px;
}

/*=== 1 column */
.one .ccol {
	float:none;
}

/* ROUNDBOXES */
.roundbox {
	position:relative;
	height:100%;
}

.roundbox .corner {
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
	position:absolute;
	font-size:1px;
	line-height:0;
}

.roundbox .rboxcontent {
	padding:10px;
}

.roundbox .br {
	bottom:0;
	right:0;
	background-position: right bottom;
}

.roundbox .bl {
	bottom:0;
	left:0;
	background-position: left bottom;
}

.roundbox .tr {
	top:0;
	right:0;
	background-position: right top;
}

.roundbox .tl {
	top:0;
	left:0;
	background-position: left top;
}

/*=== orange */
.orange {
	background:#f4b100;
}

.orange .corner {
	width:13px;
	height:13px;
}

.orange .br {
	background-image:url('/img/v2/boxes/orange/br.gif');
}

.orange .bl {
	background-image:url('/img/v2/boxes/orange/bl.gif');
}

.orange .tr {
	background-image:url('/img/v2/boxes/orange/tr.gif');
}

.orange .tl {
	background-image:url('/img/v2/boxes/orange/tl.gif');
}

/*=== red (almost) */
.red {
	background:#f36523;
}

.red .corner {
	width:13px;
	height:13px;
}

.red .br {
	background-image:url('/img/v2/boxes/red/br.gif');
}

.red .bl {
	background-image:url('/img/v2/boxes/red/bl.gif');
}

.red .tr {
	background-image:url('/img/v2/boxes/red/tr.gif');
}

.red .tl {
	background-image:url('/img/v2/boxes/red/tl.gif');
}

/*=== blue */
.blue {
	background:#c9eaf9;
}

.blue .corner {
	width:13px;
	height:13px;
}

.blue .br {
	background-image:url('/img/v2/boxes/blue/br.gif');
}

.blue .bl {
	background-image:url('/img/v2/boxes/blue/bl.gif');
}

.blue .tr {
	background-image:url('/img/v2/boxes/blue/tr.gif');
}

.blue .tl {
	background-image:url('/img/v2/boxes/blue/tl.gif');
}

/*=== yellow */
.yellow {
	background:#fffce6;
	border:solid 2px #1b5270;
}

.yellow .corner {
	width:14px;
	height:14px;
}

.yellow .br {
	background-image:url('/img/v2/boxes/yellow/br.gif');
	right:-2px;
	bottom:-2px;
}

.yellow .bl {
	background-image:url('/img/v2/boxes/yellow/bl.gif');
	bottom:-2px;
	left:-2px;
}

.yellow .tr {
	background-image:url('/img/v2/boxes/yellow/tr.gif');
	right:-2px;
	top:-2px;
}

.yellow .tl {
	background-image:url('/img/v2/boxes/yellow/tl.gif');
	left:-2px;
	top:-2px;
}

.yellow .content {
	padding:10px;
}

/*=== light yellow */
.lightyellow {
	background:#fefce5;
}

.lightyellow .corner {
	width:13px;
	height:13px;
}

.lightyellow .br {
	background-image:url('/img/v2/boxes/lightyellow/br.gif');
}

.lightyellow .bl {
	background-image:url('/img/v2/boxes/lightyellow/bl.gif');
}

.lightyellow .tr {
	background-image:url('/img/v2/boxes/lightyellow/tr.gif');
}

.lightyellow .tl {
	background-image:url('/img/v2/boxes/lightyellow/tl.gif');
}

/*=== light orange */

.lightorange {
	background:#fdf0b9;
	color: #ff7a1b;
	font-size: 13px;
}

.lightorange h3, .lightorange a {
	color: #ff7a1b;
	font-weight: bold;
}

.lightorange p {
	background: url('/img/v2/voting/info-icon.gif') no-repeat left;
	padding: 11px 0 11px 45px;
}

.lightorange .corner {
	width:17px;
	height:17px;
}

.lightorange .br {
	background-image:url('/img/v2/boxes/lightorange/br.gif');
}

.lightorange .bl {
	background-image:url('/img/v2/boxes/lightorange/bl.gif');
}

.lightorange .tr {
	background-image:url('/img/v2/boxes/lightorange/tr.gif');
}

.lightorange .tl {
	background-image:url('/img/v2/boxes/lightorange/tl.gif');
}


/*=== pic border */
.picbox .top-left, 
.picbox .top-right, 
.picbox .bottom-left, 
.picbox .bottom-right { 
	background-image: url('/img/v2/boxes/photobox/corners1280x18.gif');
	height: 9px;
	font-size: 2px;
}

.picbox .top-left, 
.picbox .bottom-left { 
	margin-right: 9px;
}

.picbox .top-right, 
.picbox .bottom-right { 
	margin-left: 9px;
	margin-top: -9px;
}

.picbox .top-right {
	background-position: 100% 0;
}

.picbox .bottom-left  { 
	background-position: 0 -9px;
}

.picbox .bottom-right { 
	background-position: 100% -9px;
}

.picbox .inside {
	border-left: 1px solid #719ab2;
	border-right: 1px solid #719ab2;
	background: #FFF;
	position:relative;
}

.picbox .bxcontent {
	margin:-24px 0px -19px 0;
	text-align:center;
}

.picbox .bxcontent .corner {
	width:3px;
	height:3px;
}

.picbox .bxcontent .tl {
	background:url('/img/v2/boxes/photobox/tl.png');
	left:3px;
}

.picbox .bxcontent .tr {
	background:url('/img/v2/boxes/photobox/tr.png');
	right:3px;
}

.picbox .bxcontent .bl {
	background:url('/img/v2/boxes/photobox/bl.png');
	left:3px;
}

.picbox .bxcontent .br {
	background:url('/img/v2/boxes/photobox/br.png');
	right:3px;
}

.picbox .notopgap {
	margin-top: 0;
}

.picbox .nobottomgap {
	margin-bottom:-1px;
	padding-bottom:2px;
}

/* SPECIFIC LAYOUT */
#newGalleries .picbox {
	margin-bottom:5px;
}

.smallLead .picborder{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

/*=== firstpage spotlight */
.firstpageArticles {
	margin-bottom:15px;
	position: relative;
}

.firstpageArticles .spotlightArticle {
	width:322px;
	float:left;
	margin-right:14px;
}

.firstpageArticles .spotlightArticle .newPicbox {
	margin-bottom:10px;
}

.firstpageArticles .otherArticles {
	float:left;
	width:164px;
}

.firstpageArticles .otherArticles .item {
	margin-bottom:5px;
}

.firstpageArticles .otherArticles .newPicbox {
	margin-bottom:3px;
	width: 160px;
}

.firstpageArticles .otherArticles .innerpic {
	height: 55px;
}

.spotlightArticle .innerpic {
	background-position:center top;
	display:block;
	height:195px;
	cursor:pointer;
}

.articleThumbs .article {
	float: left;
	width: 25%;
}

.articleThumbs .newPicbox {
	margin: 0 12px 3px 12px;
}

.articleThumbs .innerpic {
	height: 96px;
}

/*=== miniads */
#miniAds table td {
	vertical-align:top;
	width:50%;
}

#miniAds table td .picborder {
	float:left;
	width:85px;
}

#miniAds table td div.textual {
	margin-left:85px;
}

#miniAds table tr.sep td {
	height:10px;
}

/*=== forum */
#firstpageForum td{
	width:50%;
	vertical-align:top;
	padding:10px;
	border-bottom:dotted 3px #fff;
	background:#efefef;
}

#firstpageForum td.topic {
	background:#e4f6ff;
}

#firstpageForum td.topic .picborder {
	float:left;
	width:85px;
}

#firstpageForum td.topic .topicInfo {
	margin-left:85px;
}

#firstpageForum td p {
	margin-bottom:0px;
}

#firstpageForum td i {
	font-style:normal;
	font-weight:bold;
}

/* ARTICLE PREVIEW */
.articlePreview {
	overflow:hidden;
}

.articlePreview .picborder {
	float:left;
}

.articlePreview .content {
	margin-left:85px;
}

.articlePreview .content .lead {
	font-size:11px;
}

.articlePreview p.readMore {
	margin-top:0;
}

/* FIRSTPAGE GALLERY */
.videoGallery {
	overflow:hidden;
}

.videoGallery li {
	float:left;
	width:33%;
	margin-bottom:15px;
}

.videoGallery li dl dt {
	float:left;
	width:85px;
}

.videoGallery li dl dd {
	margin-left:85px;	
	padding-right:5px;
}

.videoGallery li dl dd p {
	margin-bottom:2px;
}

/* FOOTER */
#footerWrap .hr {
	margin-bottom:2px;
}

#footer {
	padding:10px;
	background:#fdf0b9;
	text-align:center;
}

#footer ul {
	margin-bottom:10px;
}

#footer ul li {
	display:inline;
}

#footer ul li,
#footer ul li a {
	font-size:12px;
}

#footer ul li.sep {
	margin:0px 4px;
}

/* ARTICLES THUMBNAILS */
.articlesThumbs .item {
	float:left;
	margin-right:10px;
	width:135px;
}

.articlesThumbs .item img {
	width:128px;
}

.articlesThumbs .last {
	margin-right:0;
}

/* SMALL PROFILE */
#smProfile {

}

#smProfile #profilePic {
	float:left;
	width:90px;
}

#smProfile #profileLinks li {
	font-size:14px;
	line-height:16px;
	margin-bottom:5px;
}

#smProfile #profileLinks li i {
	font-style:normal;
}

#smProfile #profileLinks li.special a{
	color:#ff0000;
}

#smProfile #otherLinks {
	padding-top:10px;
	clear:both;
	margin-top:10px;
	border-top:dotted 2px #fff;
}

/* ARTICLE SEARCH */
#smallArticleSearcher input {
	width:155px;
	float:left;
	margin-right:5px;
}

/* CATEGORY LIST */
ul.categoryList {
	overflow:hidden;
}

ul.categoryList li {
	width:31%;
	float:left;
	background:transparent url('/img/v2/backgrounds/bullet_blue.gif') no-repeat scroll left center;
	margin-bottom:5px;
	padding-left:10px;
}

ul.twocol li {
	width: 48%;
}

ul.categoryList li a {
	font-weight:bold;
}

/* PAGING */
ol.paging {
	text-align:center;
	margin:10px 0;
}

ol.paging li {
	display:inline;
	margin:0 2px;
}

ol.paging li.prev a,
ol.paging li.next a {
	color:#fff;
	font-size:11px;
}

ol.paging li.prev a {
	background:#11557c url('/img/v2/backgrounds/paging_prev.gif');
	padding:3px 6px 4px 12px;
}

ol.paging li.next a {
	background:#11557c url('/img/v2/backgrounds/paging_next.gif');
	padding:3px 12px 4px 21px;
}

ol.paging li a {
	font-size:12px;
	padding:3px;
}

ol.paging li.current a {
	color:#ccc;
}

/* USER LISTS */
ul.userList{
	overflow:hidden;
	clear:both;
}

ul.userList li {
	float:left;
	margin-bottom:15px;
	margin-right:15px;
	width:108px;
	height:120px;
	position:relative;
}

ul.userList li span.online {
	color:#F4B100;
	font-size:18px;
	font-weight:bold;
	position:absolute;
	right:7px;
	top:3px;
}

ul.userList li .innerpic {
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	height:74px;
	width:107px;
}

ul.userList p {
	text-align: center;
}

#user-search input {
	width:147px;
}

#user-search {
	float: right;
	padding-right: 14px;
}

#user-search span {
	float: left;
	margin-left: 6px;
}

#user-search .name {
	padding-top: 4px;
	font-size: 13px;
}

.apanel {
	padding:10px;
	border:solid 1px #F4B100;
	background:#FFFCE6;
	margin-bottom:15px;
}

#smProfile {
	position: relative;
}

#smProfile .innerprofpic {
	display:block;
	margin:auto;
	overflow:hidden;
}

#smProfile.my .innerprofpic {
	width: 196px;
}

#smProfile.my .picbox {
	width: auto;
	float: none;
	margin: 0;
}

#smProfile .picbox {
	width: 110px;
	float: left;
	margin-right: 10px;
}

#smProfile .compact {
	float: left;
}

#smProfile .compact li {
	font-size: 12px;
	line-height: 18px;
	padding-left: 9px;
	background: url('/img/v2/bullets/profile.gif') no-repeat 0 6px;
}

#smProfile ul.links {
	padding-bottom: 15px;
}

#smProfile ul.links ul {
	border-color: #fff;
	border-style: dotted;
	border-width: 2px 0 2px 0;
	background-color: #fdf0b9;
	margin: 5px 0;
	padding: 5px 0;
	list-style: disc inside;
	color: #0f557c;
	display: none;
}

#smProfile ul.links li {
	font-size: 12px;
	line-height: 18px;
}

#smProfile ul.links ul li {
	padding-left: 10px;
}

#smProfile ul.links a {
	padding-left: 20px;
	background: url('/img/v2/bullets/profile.gif') no-repeat 11px 3px;
}

#smProfile ul.links ul a {
	padding: 0;
	background: none;
}

#smProfile a.button {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
	width: 82px;
	height: 25px;
	background: url('/img/v2/buttons/profile.gif?1276253587') no-repeat;
	color: #fff;
	line-height: 25px;
	padding-left: 7px;
}

.popUp {
	padding:20px;
}

.horizontalMenu li {
	float:left;
	margin-right:10px;
}

.horizontalMenu li i {
	font-style:normal;
}

/* FIXES */
.picbox .fpGallery {
	background-position:center center;
	background-repeat:no-repeat;
	height:110px;
	margin:auto;
	width:192px;
}

/* smilies */

#smileyWrapper .smileyContainer {
	float: left;
	width: 40px;
}

#smileyWrapper .smileyContainer img {
	cursor: pointer;
}

#smileyWrapper .clr {
	clear: both;
}

/* Hallo24 */

#hallo24 strong {
	background: url('/img/v2/common/hallo24_status.gif') no-repeat left;
	padding: 2px 0 2px 22px;
}

#hallo24 dd {
	line-height: 17px;
}

#hallo24 h5 {
	margin: 0;
}

/* Tooltip */

#tooltip {
	background-color: #fff;
	padding: 5px 10px;
	border: 1px solid #000;
}

#tooltip h3 {
	margin: 0;
	font-size: 12px;
}

/* Comments */

#com_add_cont .left {
	float: left;
}

#com_add_cont .left a {
	font-weight: bold;
	text-decoration: underline;
}

#com_add_cont .left span {
	display: inline;
	float: none;
	color: #fa6501;
}

#com_add_cont .right {
	float: right;
}

#com_add_cont .right input {
	border: 0;
	background: url('/img/v2/buttons/add_comment.jpg') no-repeat;
	width: 111px;
	height: 20px;
	cursor: pointer;
}

#com_add_cont .clr {
	clear: both;
}

#ScrollAd{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:35px;
	overflow:hidden;
	z-index: 10;
}

#subscribeLink {
	display: block;
	height: 55px;
	padding: 15px 0 0 90px;
	background: url('/img/v2/buttons/subscribe.gif') no-repeat left;
	line-height: 18px;
}

.ac_results {
	background-color: #fff;
}

.ac_results li {
	padding: 5px;
	cursor: pointer;
}

.ac_results li:hover {
	background-color: #eee;
}

.adsense {
	padding: 10px 0;
	text-align: center;
	margin-bottom: 10px;
}

.adsense.orange {
	background-color: #fdf0b9;
}

.adsense.blue {
	background-color: #e4f6ff;
}

#firstpageLogin {
	color: #145571;
}

#firstpageLogin p {
	text-align: center;
}

#loginForm ul {
	float: left;
}

#loginForm .buttons {
	float: right;
	padding-right: 5px;
	clear: none;
}

#loginForm .hr {
	clear: both;
	height: 18px;
	background: url('/img/v2/borders/login-border.gif') repeat-x bottom;
}

#loginForm .draugiem {
	text-align: center;
	line-height: normal;
}

#loginForm .draugiem img {
	margin-top: 10px;
}

#smileyWrapper a.close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 22px;
	background: url('/img/v2/icons/smiley-popup-close.png');
}

#smileyWrapper a.close, #smileyWrapper a.close:hover {
	text-decoration: none;
}

#smileyWrapper {
	border: 1px solid #000;
	background-color: #fff;
	padding: 10px;
	width: 250px;
	margin-top: 5px;
}

.newTextEditor {
	position: relative;
}

.commentWrapper .wrap {
	overflow: visible;
}

#fancy_ajax h2 {
	background: #0093dd;
	font-weight: normal;
	margin-right: 60px;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
}

span.online {
	color: #f00;
	font-size: 13px;
	font-weight: bold;
	text-shadow: #aaa 2px 2px 1px;
	margin-right: 3px;
}

.clear {
	height: 0;
	font-size: 0;
	clear: both;
}

.voting {
	text-align: center;
	float: right;
	font-size: 11px;
}

.voting img {
	margin-bottom: 7px;
}

a.draugiemSay {
	display: inline-block;
	width: 124px;
	height: 27px;
	background: url('/img/v2/buttons/draugiemSay.gif');
	color: #fff;
	text-align: right;
	padding: 12px 10px 0 0;
	font-weight: normal !important;
	font-size: 11px !important;
	line-height: normal !important;
}

a.draugiemSay:hover {
	color: #fff;
	text-decoration: none;
}

code {
	display: block;
	font-family: monospace;
	background-color: #F9F9F9;
	border: 1px solid silver;
	color: #110000;
	margin: 0 0 1.5em;
	padding: 2px 4px;
	line-height: 1.333;
}

code * {
	font-family: monospace;
}

#videoadHolder {
	position: relative;
	height:150px;
	display: none;
}

#videoadHolder img {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
}

#videoadHolder a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 200px;
	height: 150px;
	text-decoration: none;
}

#videoadHolder a {
	text-decoration: none;
}

#emuarsStar {
	margin-top: -5px;
	vertical-align: middle;
}

#fpEmuars li {
	float: left;
	width: 49%;
	margin-right: 1%;
}

.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

#archiveButton {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 232px;
	height: 26px;
	background: url('/img/v2/buttons/archive.gif') no-repeat;
	margin: 0;
	padding: 22px 0 0 30px;
}

#archiveButton a {
	color: #fff;
	font-size: 14px;
}

.miniAds .warning {
	color: #f96400;
	background: url('/img/v2/ads/warning.png') no-repeat 0 5px;
	padding: 5px 0 0 30px;
	margin-left: -85px;
}

.strong {
	font-weight: bold;
}

h2.tabed {
	margin-top: 5px;
}

ul.tabs {
	position: absolute;
	top: 0;
	right: 5px;
	z-index: 1;
}

ul.tabs li {
	display: inline;
	margin-left: -12px;
}

ul.tabs li a {
	display: inline-block;
	background: url('/img/v2/common/tabs.png') no-repeat right -40px;
	text-decoration: none;
	color: #fff;
	height: 34px;
}

ul.tabs li a span {
	display: inline-block;
	background: url('/img/v2/common/tabs.png') no-repeat left 0;
	padding-left: 17px;
	margin-right: 17px;
	height: 34px;
	line-height: 34px;
}

ul.tabs li a.active, ul.tabs li a:hover {
	background-position: right -120px;
}

ul.tabs li a.active span, ul.tabs li a:hover span {
	background-position: left -80px;
}

.error {
	background: none;
	color: #0e567c;
	height: 58px;
	line-height: 58px;
	font-size: 14px;
	padding-left: 18px;
}

.error .icon {
	display: inline-block;
	width: 58px;
	height: 58px;
	margin-right: 13px;
	background: url('/img/v2/common/errors-icons.jpg') no-repeat 0 0;
}

.error.orange {
	color: #fa6501;
}

.error.orange .icon {
	background-position: 0 -58px;
}

#globalTop5 {
	float: right;
	margin-left: 10px;
	width: 179px;
	background: url('/img/v2/backgrounds/top/orange-small/middle.gif') repeat-y;
}

#globalTop5 .top {
	background: url('/img/v2/backgrounds/top/orange-small/top.gif') no-repeat top;
}

#globalTop5 .bottom {
	height: 12px;
	background: url('/img/v2/backgrounds/top/orange-small/bottom.gif') no-repeat bottom;
}

#globalTop5 p {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 0 0 70px;
}

#globalTop5 ul {
	margin: 10px 10px 0 10px;
}

#globalTop5 ul li {
	line-height: normal;
}

#globalTop5 .hr {
	margin: 5px 0;
}

#globalTop5 strong {
	text-transform: uppercase;
	color: #Fa6501;
}

#FPTests {
	width: 210px;
	height: 198px;
	background: url('/img/v2/tests/bambino/firstpage.jpg') no-repeat;
}

#FPTests a {
	display: block;
	width: 210px;
	height: 198px;
	text-decoration: none;
}

#heatMap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 999;
}

#draugiemHeader {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}

#skintop, #skinbottom {
	display: none;
}

#draugiemHeader {
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 20px;
}

#draugiemHeader, #draugiemHeader * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#draugiemHeader a {
	color: #445F96;
	text-decoration: none;
}

#draugiemHeader img {
	border: none;
}

#draugiemHeader .draugiemShortNavMenu {
	overflow: hidden;
	list-style: none inside;
	margin: 0;
	padding: 0;
}

#draugiemHeader .draugiemShortNavMenu li.online, #draugiemHeader .draugiemShortNavMenu li.stats, #draugiemHeader .draugiemShortNavMenu li.msgs {
	background-image: url(http://ifrype.com/img/mnu_sprite.gif);
	background-repeat: no-repeat;
}

#draugiemHeader .draugiemShortNavMenu li.sep {
	padding: 0;
}

#draugiemHeader .draugiemShortNavMenu li.username {
	background: url('http://ifrype.com/img/new/icons/user.png') no-repeat 0px 4px;
	padding-left: 15px;
}

#draugiemHeader .draugiemShortNavMenu li.online {
	background-position: 0px -155px;
}

#draugiemHeader .draugiemShortNavMenu li.stats {
	background-position: 3px -125px;
}

#draugiemHeader .draugiemShortNavMenu li.msgs {
	background-position: 0px -276px;
}

#draugiemHeader .draugiemShortNavMenu li {
	float: left;
	padding-left: 25px;
	line-height: 19px;
}

.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.newPicbox {
	border: 1px solid #719ab2;
	display: block;
}

.newPicbox .innerpic, .newPicbox img {
	border: 2px solid #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}

a.noline, a.noline:hover { text-decoration: none; }

#vMonths ul.months li {
	float: left;
	width: 25%;
	margin-bottom: 4px;
}

#vMonths ul.months li a {
	display: block;
	width: 44px;
	height: 35px;
	margin: 0 auto;
	background: url('/img/v2/vaccinations/month.gif') no-repeat 0 0;
	color: #fff;
	text-align: center;
	padding-top: 9px;
}

#vMonths ul.months li a:hover, #vMonths ul.months li a.active {
	background-position: 0 -44px;
}

#vMonths ul.months li a span {
	font-size: 22px;
}

.UI_Comment_Field {
	border: 1px solid #696969;
	padding: 5px;
	height: 120px;
	overflow: auto;
	background-color: #fff;
}

.UI_Comment_Toolbar {
	border-color: #fafaf5 #696969 #696969 #fafaf5;
	border-style: solid;
	border-width: 1px 1px 2px;
	background: url('/plugins/ckeditor/skins/office2003/images/sprites.png') repeat-x 0 -962px;
	height: 27px;
	padding: 1px 5px 0 5px;
}

.UI_Comment_Button {
	display: block;
	float: left;
	padding: 2px;
	margin: 1px 3px 1px 1px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.UI_Comment_Button:hover {
	background-color: #dff1ff;
	border: 1px solid #316ac5;
	margin: 0 2px 0 0;
}

.UI_Comment_Button span {
	display: block;
	width: 18px;
	height: 18px;
	background-image: url('/plugins/ckeditor/skins/office2003/icons.png');
	background-repeat: no-repeat;
}

.UI_Comment_Icon_Bold {
	background-position: 0 -304px;
}

.UI_Comment_Icon_Italic {
	background-position: 0 -320px;
}

.UI_Comment_Icon_Underline {
	background-position: 0 -336px;
}