body{
	margin:0;
	color:#000;
	font:12px/15px "Trebuchet MS", trebuchet, Arial, Helvetica, sans-serif;
	min-width:982px;
}
* html body{height:100%;}
img{border:0; display: block;}
a{
	color:#000;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* all page */
#wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
	background-image: url('http://static1.ringaraja.net/images/rr4/footer.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
.w-holder{
	width:100%;
	overflow:hidden;
	background: url(http://static1.ringaraja.net/images/rr4/header.png) repeat-x;
}
.wrapper-h:after{
	content:"";
	clear:both;
	display:block;
}
.wrapper-h{
	width:982px;
	margin:0 auto;
	padding:210px 0 20px 0;
	position:relative;
}
/* header */
#header:after{
	content:"";
	clear:both;
	display:block;
}
#header{
	width:100%;
	position:absolute;
	z-index:99;
	top:0;
	left:0;
	height:210px;
}
/* logo */
.logo{
	position:absolute;
	top:58px;
	left:3px;
	overflow:hidden;
}
.logo a{
	display:block;
	width:231px;
	height:76px;
	overflow:hidden;
	text-indent:9999px;
	background:url(http://static1.ringaraja.net/images/rr3/logo.png) no-repeat;
}
/* top nav */
.new-top-nav {
	background-color:#deedf3; 
	width:100%; 
	text-align:left; 
	height:19px; 
	padding:1px 0 0 0;	
}
.new-top-nav .link-first, .new-top-nav .link, .new-top-nav .link-last {
	color: #3C53F7;
	padding: 0 10px 0 4px;
	background-image: url(http://static1.ringaraja.net/images/rr3/autumn/new-top-menu-sep.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.new-top-nav .link-first {
	font-size: 13px;
	color: #b6d8e9;
	font-weight: bold;
} 
.new-top-nav .link-last {
	background-image: none;
} 
.top-nav-h{
	float:right;
	width:730px;
	padding:3px 0 0;
}
.t-nav-r{
	float:right;
}
.t-nav-r .wrench{
	float:right;
	padding:2px 3px 0 5px;
}
.t-nav-r .wrench a{
	display:block;
	width:17px;
	height:17px;
	overflow:hidden;
	text-indent:9999px;
	background:url(http://static1.ringaraja.net/images/rr3/bg-wranch.gif) no-repeat;
}
.t-nav-r ul{
	float:right;
	margin:5px 0 0;
	padding:0;
	list-style:none;
	background:url(http://static1.ringaraja.net/images/rr3/separator1.gif) no-repeat 100% 2px;
}
.t-nav-r ul li{
	float:left;
	padding:0 9px 0 5px;
	font-size:12px;
	line-height:15px;
}
.t-nav-r ul li a{
	color:#000;
	float:left;
	padding:0 8px 0 0;
	background:url(http://static1.ringaraja.net/images/rr4/bullet1.gif) no-repeat 100% 5px;
}
.t-nav-r ul li.active a{
	text-decoration:underline;
}
/* top nav drop-down */
#top-nav{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
#top-nav li{
	float:left;
	padding:0 11px 0 0;
	position:relative;
	font-size:14px;
	line-height:16px;
	z-index:50;
}
#top-nav li a{
	float:left;
	border:1px solid #CC7E19;
	height:19px;
	padding:4px 6px 0 8px;
	position:relative;
	z-index:10;
	white-space: nowrap;
}
#top-nav li a span{
	float:left;
	padding:0 15px 0 0;
	cursor:pointer;
	background:url(http://static1.ringaraja.net/images/rr4/bullet2.gif) no-repeat 100% 7px;
}
#top-nav li a:hover{
	text-decoration:none;
	background:#f2f8fa;
}
#top-nav li a.drop-link:hover{
	height:25px;
	border-bottom:none;
	background:#f2f8fa url(http://static1.ringaraja.net/images/rr3/separator2.gif) repeat-x 0 100%;
}
#top-nav li:hover a.drop-link,
#top-nav li.hover a.drop-link{
	height:25px;
	border-bottom:none;
	background:#f2f8fa url(http://static1.ringaraja.net/images/rr3/separator2.gif) repeat-x 0 100%;
}
#top-nav li:hover .drop-down,
#top-nav li.hover .drop-down{
	display:block;
}
#top-nav li .drop-down{
	border:1px solid #CC7E19;
	background:#FFFFFF;
	position:absolute;
	left:0;
	top:29px;
	display:none;
	width: 999px;
}
#top-nav li ul{
	margin:0;
	padding:8px 0 12px;
	list-style:none;
	overflow:hidden;
	float:left;
}
#top-nav li ul li{
	
	vertical-align:top;
	padding:0 0 4px;
	float:left;
	clear: left;
	font-size:12px;
	line-height:16px;
}
#top-nav li ul li a{
	float:left;
	border:none;
	height:auto;
	line-height:16px;
	color:#1A171B;
}
#top-nav li ul li a span{
	float:left;
	padding:0 8px 0 0;
	background:url(http://static1.ringaraja.net/images/rr3/bullet1.gif) no-repeat 100% 5px;
	cursor:pointer;
}
#top-nav li ul li a:hover{
	text-decoration:none;
	position:relative;
}
#top-nav li ul li a:hover span,
#top-nav li ul li.active a span{
	text-decoration:underline !important;
}
/* top banner */
.h-banner{
	width:728px;
	height:91px;
	position:absolute;
	top:35px;
	right:2px;
}
.h-banner a{
	display:block;
}
#header .p-box{
	position:absolute;
	top:137px;
	right:4px;
}
#header .p-box p{
	margin:0;
	color:#191919;
}
#header .p-box p a{
	text-decoration:underline;
	font-weight:bold;
	color:#191919;
}
#header .p-box p a:hover{
	text-decoration:none;
}
.navigation:after{
	content:"";
	clear:both;
	display:block;
}
#header .p-box p .firstLink
{
	color:#54A09B !important;
	font-size: 11px;
}
#header .p-box p .secondLink
{
	color:#DC0B5E !important;
	font-size: 11px;
}
/* menu all */
.navigation{
	position:absolute;
	left:0;
	bottom:20px;
	width:100%;
	display:table;
}
.navigation .l-bg,
.navigation .r-bg{
	float:left;
	font-size:0;
	line-height:0;
	width:1px;
	height:33px;
	padding:0 0 0 9999px;
	margin:0 0 0 -9999px;
	position:relative;
	background:url(http://static1.ringaraja.net/images/rr4/bg-navigation.gif) repeat-x;
}
.navigation .r-bg{
	float:right;
	padding:0 9999px 0 0;
	margin:0 -9999px 0 -1px;
}
.nav{
	float:left;
	width:982px;
	position:relative;
	margin:0 -1px 0 -1px;
}
/* moja drop down */
.moja-drop{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
* html .moja-drop li,
.moja-drop li:hover{position:relative;}
.moja-drop li{
	float:left;
	font-size:15px;
	line-height:33px;
}
.moja-drop a{
	float:left;
	border-left:1px solid #fff;
	background:#CC7E19;
	color:#fff;
	font-weight:bold;
}
.moja-drop a strong{
	float:left;
	width:158px;
	padding:0 26px 0 7px;
	cursor:pointer;
	/*
	background:url(http://static1.ringaraja.net/images/rr3/bg-moja-r.gif) no-repeat 100% 0;
	*/
	text-align: center;
}
.moja-drop li:hover div,
.moja-drop li.hover div{
	display:block;
}
.moja-drop li div{
	display:none;
	position:absolute;
	top:33px;
	left:1px;
	border-top:1px solid #fff;
	background:#b6d8e9;
}
.moja-drop li ul{
	margin:0;
	padding:6px 0 11px;
	list-style:none;
}
.moja-drop li ul li{
	width:100%;
	float:none;
	overflow:hidden;
	vertical-align:top;
	font-size:14px;
	line-height:26px;
}
.moja-drop li ul li a{
	float:left;
	border:none;
	font-weight:normal;
	color:#fff;
	background:url(http://static1.ringaraja.net/images/rr3/bullet3.gif) no-repeat 100% 11px;
	padding:0 7px 0 8px;
}
.moja-drop li ul li.active a{
	text-decoration:underline;
}
/* search */
.box-search{
	float:right;
	border-right:1px solid #fff;
	background:#CC7E19;
	width:155px;
	padding:6px 9px 6px 11px;
}
.box-search .text{
	float:left;
	width:123px;
	height:15px;
	overflow:hidden;
	background:#fff;
	border:1px solid #ccc;
	padding:2px;
}
.box-search .btn-search{
	float:right;
}
/* menu */
#menu{
	float:left;
	display:inline;
	margin:0 -1px -3px -1px;
	padding:0;
	position:relative;
	list-style:none;
}
#menu li{
	float:left;
	width:153px;
	padding:0 0 0 1px;
	background:url(http://static1.ringaraja.net/images/rr4/separator3.gif) no-repeat 0 2px;
}
#menu li:first-child{
	background:none;
}
#menu li h3{
	margin:0;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
}
#menu li:hover,
#menu li.hover{
	background:none;
}
#menu li a{
	float:left;
	display:inline;
	color:#000;
	width:154px;
	padding:8px 0 10px;
	margin:0 -1px 0 0;
	text-align:center;
	position:relative;
}
#menu li a:hover,
#menu li:hover a,
#menu li.hover a{
	width:164px;
	margin:-9px -6px -28px -5px;
	display:inline;
	padding:17px 0 0 0;
	height:35px;
	text-decoration:none;
	z-index:10;
	background:url(http://static1.ringaraja.net/images/rr4/bg-menu-h.png) no-repeat;
}
#menu li:hover .drop,
#menu li.hover .drop{
	display:block;
}
/* drop-down */
#menu li .drop{
	width:799px;
	position:absolute;
	left:-4px;
	top:38px;
	overflow:hidden;
	margin:0 -10px 0 0;
	display:none;
	text-align: left;
}
#menu li .drop .top,
#menu li .drop .bottom{
	width:100%;
	height:8px;
	overflow:hidden;
	background:url(http://static1.ringaraja.net/images/rr4/bg-drop-top.png) no-repeat;
}
#menu li .drop .bottom{
	background:url(http://static1.ringaraja.net/images/rr4/bg-drop-bottom.png) no-repeat;
}
#menu li .drop .center{
	width:786px;
	overflow:hidden;
	padding:3px 6px 0 7px;
	background:url(http://static1.ringaraja.net/images/rr4/bg-drop-center.png) repeat-y;
}
/* columns */
.d-columns{
	width:100%;
	overflow:hidden;
	background:url(http://static1.ringaraja.net/images/rr3/bg-d-columns.gif) repeat-y;
}
.d-columns .column{
	float:left;
	display:inline;
	width:149px;
	margin:0 0 0 -1px;
	padding:5px 1px 4px 8px;
}
.d-columns .column strong{
	display:block;
	font-size:11px;
	line-height:14px;
	padding:0 0 2px;
	overflow:hidden;
}
#menu li .d-columns .column strong a,
#menu li:hover .d-columns .column strong a,
#menu li.hover .d-columns .column strong a{
	float:left;
	color:#000;
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	text-align:left;
}
/* columns list */
#menu li .d-columns .column ul{
	margin:0;
	padding:0 0 6px;
	list-style:none;
	float:none;
	clear:both;
	overflow:hidden;
	width:100%;
}
#menu li .d-columns .column ul.t-i-list{
	margin:-8px 0 0;
}
#menu li .d-columns .column ul li{
	padding:0 0 2px;
	margin:0;
	width:100%;
	float:left;
	line-height:14px;
	font-size:11px;
	background:none;
}
#menu li .d-columns .column ul.s-d-list li{
	padding:0 0 5px;
}
* html #menu li .d-columns .column ul.s-d-list li{
	padding:0 0 3px;
}

#menu li .d-columns .column ul li strong{
	padding:0 0 4px;
	line-height:16px;
	display:inline;
}
#menu li .d-columns .column ul li a{
	background:#f0f;
}
#menu li .d-columns .column ul li a,
#menu li:hover .d-columns .column ul li:hover a,
#menu li.hover .d-columns .column ul li.hover a{
	float:none;
	color:#000;
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	text-align:left;
}
#menu li .d-columns .column strong a:hover,
#menu li:hover .d-columns .column strong a:hover,
#menu li.hover .d-columns .column strong a:hover,
#menu li .d-columns .column ul li a:hover,
#menu li:hover .d-columns .column ul li:hover a:hover,
#menu li.hover .d-columns .column ul li.hover a:hover{
	width:auto;
	margin:0;
	display:inline;
	padding:0;
	height:auto;
	text-decoration:underline;
	background:none;
}
#menu li .d-columns .column strong a,
#menu li:hover .d-columns .column strong a,
#menu li.hover .d-columns .column strong a,
#menu li .d-columns .column ul li a,
#menu li:hover .d-columns .column ul li:hover a,
#menu li.hover .d-columns .column ul li.hover a{
	background:none;
}
#menu li .d-columns .column ul li a em,
#menu li .d-columns .column strong em,
#menu li:hover .d-columns .column ul li a em,
#menu li:hover .d-columns .column strong a em,
#menu li.hover .d-columns .column ul li a em,
#menu li.hover .d-columns .column strong a em{
	display:inline-block;
	width:3px;
	font-size:0;
	line-height:14px;
	height:5px;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
	padding:0 0 0 4px !important;
	background:url(http://static1.ringaraja.net/images/rr3/bullet4.gif) no-repeat 100% 0;
}
* html #menu li .d-columns .column ul li a em{line-height:0;}
* html #menu li .d-columns .column strong em{line-height:0;}
* html #menu li.hover .d-columns .column ul li a em{line-height:0;}
* html #menu li.hover .d-columns .column strong em{line-height:0;}
*+html #menu li .d-columns .column ul li a em{line-height:0;}
*+html #menu li .d-columns .column strong em{line-height:0;}
*+html #menu li:hover .d-columns .column ul li a em{line-height:0;}
*+html #menu li:hover .d-columns .column strong em{line-height:0;}
.izbira-box{
	width:100%;
	overflow:hidden;
	padding:6px 0 0;
}
.d-table{
	overflow:hidden;
	margin:1px 0 5px;
	border-collapse:collapse;
	font-style:normal
}
.d-table tr td{
	padding:0;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	width:22px;
	height:15px;
	font-size:11px;
	line-height:14px;
}

#menu li .d-table tr td a,
#menu li:hover .d-table tr td a,
#menu li.hover .d-table tr td a,
#menu li .d-columns .column ul li .d-table tr td a,
#menu li:hover .d-columns .column ul li .d-table tr td a,
#menu li.hover .d-columns .column ul li .d-table tr td a{
	display:block;
	width:22px;
	height:15px;
	color:#000;
	padding:0;
	margin:0;
	background:#CCE3E2;
	text-align:center;
}
#menu li .d-table a:hover,
#menu li:hover .d-table a:hover{
	text-decoration:none !important;
	background:#54a09b !important;
	margin:0 !important;
	float:left !important;
	width:22px !important;
	height:15px !important;
	cursor:pointer;
}

/* orodja-box */
.orodja-box{
	width:100%;
	overflow:hidden;
	margin:-3px 0 -3px;
}
.orodja-box ul li{
	font-style:italic;
}
#menu li .d-columns .column ul li .d-table{
	margin:3px 0 3px 3px;
}
/* main */
#main{
	width:979px;
	margin:0 auto 9px auto;
	overflow:hidden;
	padding:9px 0 0;
}

/* main-nav */
.main-nav-holder{
	width:100%;
	margin:11px 0 0;
	padding:0 0 11px;
	position:relative;
	font:12px/15px Arial, Helvetica, sans-serif;
	background:#fff url(http://static1.ringaraja.net/images/rr4/bg-main-nav-holder.gif) repeat-x;
}
.main-nav-holder:after{
	content:"";
	display:block;
	clear:both;
}
.main-nav-holder .zanostitev{
	float:left;
	color:#fff;
	font-size:11px;
	line-height:14px;
	padding:9px 19px 7px 10px;
	background:#54A09B url(http://static1.ringaraja.net/images/rr3/arrow.gif) no-repeat 94% 11px;
}
#main-nav{
	float:left;
	margin:5px 0 0;
	padding:0 0 30px;
	list-style:none;
}
#main-nav li{
	float:left;
	margin:0 0 0 4px;
	font-size:11px;
	line-height:14px;
}
#main-nav li a{
	display:block;
	padding:5px 9px;
	background:#fff;
	border-bottom:2px solid #54A09B;
}
#main-nav li.active a,
#main-nav li.hover a,
#main-nav li:hover a{
	padding:3px 7px 7px;
	border:2px solid #54A09B;
	border-bottom:none;
	text-decoration:none;
}
/* subnav */
#main-nav li ul{
	display:block;
	width:977px;
	position:absolute;
	top:31px;
	left:-9999px;
	margin:0;
	padding:6px 0 10px 2px;
	list-style:none;
	background:#fff url(http://static1.ringaraja.net/images/rr4/separator10.gif) no-repeat 0 100%;
}
#main-nav li.hover ul,
#main-nav li:hover ul{left:0;}
#main-nav li.hover ul li,
#main-nav li:hover ul li{
	float:left;
	margin:0;
	padding:0 1px 0 0;
	background: url(http://static1.ringaraja.net/images/rr4/separator11.gif) no-repeat 100% 2px;
}
#main-nav li.hover ul li a,
#main-nav li:hover ul li a{
	float:left;
	border:none;
	padding:0 8px;
	background:none;
}
#main-nav li.hover ul li.active a,
#main-nav li.hover ul li a:hover,
#main-nav li:hover ul li a:hover{
	background:#deedf3;
	text-decoration:none;
	padding:0 8px;
	border:none;
}

/* twocolumns */
.twocolumns{
	width:100%;
	overflow:hidden;
	background:#fff;
	padding:0 0 57px;
}
/* content */
.col-1{
	float:left;
	width:639px;
}

.col-1 a{
	color: #54A09B;
	text-decoration: none;
}

.col-1 a:hover {
	color: #54A09B;
	text-decoration: underline;
}
/* box-avtor */
.box-avtor{
	width:616px;
	padding:6px 0 17px 5px;
	margin:0 0 28px 9px;
	overflow:hidden;
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#333;
	border-bottom:1px solid #f2f8fa;
}
.box-avtor .image-holder{
	float:left;
	padding:2px 10px 0 0;
}
.box-avtor .image-holder img{display:block;}
.box-avtor .text-box{
	
	overflow:hidden;
}
.box-avtor .avtor-name{
	display:block;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
}
.box-avtor p{margin:0;}
.box-slanki .links,
.box-avtor .links{
	
	overflow:hidden;
	margin:0;
	padding:6px 9px 0 0;
	list-style:none;
	text-align:right;
}
.box-slanki .links li,
.box-avtor .links li{padding:0 0 3px;}
.box-slanki .links li a,
.box-avtor .links li a{
	color:#DC0B5E;
	padding:0 8px 0 0;
	background: url(http://static1.ringaraja.net/images/rr3/arrow01.gif) no-repeat 100% 5px;
	font-size:14px;
}
.box-slanki .links li .video,
.box-avtor .links li .video{
	padding:0 0 0 17px;
	background: url(http://static1.ringaraja.net/images/rr3/bullet8.gif) no-repeat 0 3px;
}
.box-slanki .links li .photo,
.box-avtor .links li .photo{
	padding:0 0 0 17px;
	background: url(http://static1.ringaraja.net/images/rr3/bullet9.gif) no-repeat 0 3px;
}

.links{

	overflow:hidden;
	margin:0;
	padding:6px 9px 0 0;
	list-style:none;
	text-align:right;
}
.links li{padding:0 0 3px;}
.links li a{
	color:#DC0B5E;
	padding:0 8px 0 0;
	background: url(http://static1.ringaraja.net/images/rr3/arrow01.gif) no-repeat 100% 5px;
}
.links li .video{
	padding:0 0 0 17px;
	background: url(http://static1.ringaraja.net/images/rr3/bullet8.gif) no-repeat 0 3px;
}
.links li .photo{
	padding:0 0 0 17px;
	background: url(http://static1.ringaraja.net/images/rr3/bullet9.gif) no-repeat 0 3px;
}

/* box-slanki */
.box-slanki{
	width:621px;
	overflow:hidden;
	margin:0 0 0 9px;
	font:11px/14px Arial, Helvetica, sans-serif;
}
.box-slanki .heading{
	margin:0 0 18px;
	padding:0 0 1px 5px;
	overflow:hidden;
	border-bottom:2px solid #54A09B;
}
.box-slanki h1{
	margin:0;
	font-size:15px;
	line-height:17px;
	font-weight:normal;
}
.box-slanki .wrapper{
	
	padding:0 0 0 5px;
	overflow:hidden;
	margin:0 0 15px;
}
.box-slanki .visual{
	
	padding:0 0 0 3px;
	overflow:hidden;
	margin:0 0 11px;
	color:#333;
	font-size:11px;
	line-height:14px;
}
.box-slanki .image-holder{
	float:left;
	padding:2px 7px 0 0;
}
.box-slanki .image-holder img{display:block;}
.box-slanki .text-box{
	
	overflow:hidden;	
	font-size:14px; 
	line-height:19px;
}
.box-slanki h2{
	margin:0 0 3px;
	font-size:12px;
	line-height:14px;
}
.box-slanki h2 a{
	padding:0 10px 0 0;
	background: url(http://static1.ringaraja.net/images/rr3/arrow02.gif) no-repeat 100% 6px;
}
.box-slanki .date{
	display:block;
	font:italic 12px/15px "Trebuchet MS", trebuchet, Arial, Helvetica, sans-serif;
}
.box-slanki .date a{color:#54A09B;}
.box-slanki h3{
	margin:0 0 2px;
	font-size:19px;
	line-height:22px;
	color:#54A09B;
}
.item-box{
	width:100%;
	overflow:hidden;
	padding:0 0 21px;
	margin:0 0 17px;
	border-bottom:1px solid #cce3e2;
}
.box-slanki p{
	margin:0;
	font-size:14px; 
	line-height:19px
}
.box-slanki .text-box p a{color:#54A09B;}
.box-slanki .row{
	
	overflow:hidden;
	padding:0 12px 0 5px;
}
.box-slanki .row .column{overflow:hidden;}
.box-slanki .share{
	margin:0 0 3px;
	overflow:hidden;
	font:11px/14px "Trebuchet MS", trebuchet, Arial, Helvetica, sans-serif;
}
.box-slanki .column span{
	padding:4px 0 0;
	float:left;
}
.box-slanki .socialnetwork{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.box-slanki .socialnetwork li{
	float:left;
	padding:0 0 0 7px;
}
.box-slanki .socialnetwork img{display:block;}
.box-slanki .tags{
	width:100%;
	overflow:hidden;
}
.box-slanki .tags ul{
	margin:0;
	padding:0;
	list-style:none;
}
.box-slanki .tags ul li{
	float:left;
	padding:0 0 0 2px;
	font-size:11px;
	line-height:20px;
}
.box-slanki .tags ul li a{
	color:#808080;
	text-decoration:underline;
}
.box-slanki .tags ul li a:hover{text-decoration:none;}
.box-slanki .comments{
	float:right;
	padding:5px 21px 0 0;
	font:11px/14px "Trebuchet MS", trebuchet, Arial, Helvetica, sans-serif;
	background: url(http://static1.ringaraja.net/images/rr3/bullet10.gif) no-repeat 100% 6px;
}
.box-slanki .pager-holder{
	
	padding:0 6px;
	overflow:hidden;
}
.box-slanki .pager-holder strong{
	padding:3px 28px 0 0;
	float:left;
	font-size:12px;
	line-height:14px;
	color:#808080;
}
.box-slanki .pager-holder .area{float:left;}
.box-slanki .pager-holder .link-next,
.box-slanki .pager-holder .link-prev{
	float:left;
	width:6px;
	height:20px;
	margin-top: 7px;
	overflow:hidden;
	text-indent:-9999px;
}
.box-slanki .pager-holder .link-prev{background: url(http://static1.ringaraja.net/images/rr3/bg-link-prev.gif) no-repeat;}
.box-slanki .pager-holder .link-next{background: url(http://static1.ringaraja.net/images/rr3/bg-link-next.gif) no-repeat;}
.box-slanki .pager{
	float:left;
	margin:0;
	padding:0 3px;
	list-style:none;
}
.box-slanki .pager li{
	float:left;
}
.box-slanki .pager li a{
	display:block;
	font-size:12px;
	line-height:14px;
	color:#54A09B;
	padding:4px 9px;
	font-weight:bold;
}
.box-slanki .pager li.active a{
	border:1px solid #4096bf;
	padding:3px 8px;
}

.tags span,
.share span{
	padding:4px 0 0;
	float:left;
}
.socialnetwork{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.socialnetwork li{
	float:left;
	padding:0 0 0 7px;
}
.socialnetwork img{display:block;}
.tags{
	width:100%;
	overflow:hidden;
}
.tags ul{
	margin:0;
	padding:0;
	list-style:none;
}
.tags ul li{
	float:left;
	padding:0 0 0 7px;
	font-size:11px;
	line-height:20px;
	color:#808080;
}
.tags ul li a{
	color:#808080;
	text-decoration:underline;
}
.tags ul li a:hover{text-decoration:none;}
.box-slanki .comments{
	float:right;
	padding:5px 21px 0 0;
	font:11px/14px "Trebuchet MS", trebuchet, Arial, Helvetica, sans-serif;
	background: url(http://static1.ringaraja.net/images/rr3/bullet10.gif) no-repeat 100% 6px;
}
.switcher-holder{
	
	padding:0 6px;
	overflow:hidden;
}
.switcher-holder strong{
	padding:3px 28px 0 0;
	float:left;
	font-size:12px;
	line-height:14px;
	color:#808080;
}
.switcher-holder .area{float:left; width:200px;}
.switcher-holder .link-next,
.switcher-holder .link-prev{
	float:left;
	width:6px;
	height:20px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top: 8px;
}
.switcher-holder .link-prev{background: url(http://static1.ringaraja.net/images/rr3/bg-link-prev.gif) no-repeat;}
.switcher-holder .link-next{background: url(http://static1.ringaraja.net/images/rr3/bg-link-next.gif) no-repeat;}
.switcher-holder .switcher{
	float:left;
	margin:0;
	padding:0 3px;
	list-style:none;
}
.switcher-holder .switcher li{float:left;}
.switcher-holder .switcher li a{
	display:block;
	font-size:12px;
	line-height:14px;
	color:#54A09B;
	padding:4px 9px;
	font-weight:bold;
}
.switcher-holder .switcher li.active a{
	border:1px solid #4096bf;
	padding:3px 8px;
}
.switcher-holder .see-all{
	float:right;
	font-size:12px;
	line-height:14px;
	color:#e51e1b;
	padding:0 8px 0 0;
	margin:4px 0 0 21px;
	display:inline;
	background: url(http://static1.ringaraja.net/images/rr3/arrow10.gif) no-repeat 100% 5px;
}

/* gallery */
.gallery {
	border-right:9px solid #deedf3;
	border-bottom:8px solid #deedf3;
	width: 630px;
	overflow: hidden;
	background:#f2f8fa;
	padding:0 0 9px;
}
/* news list */
.news {
	margin: 10px 0 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	width: 177px;
	float: left;
}
.news li {
	background: url(http://static1.ringaraja.net/images/rr3/line.gif) no-repeat 0 100%;
	overflow: hidden;
	width: 100%;
	margin:0;
	padding: 0;
	vertical-align: top;
	list-style: none;
}
.news li.active{
	padding:0 0 6px;
	margin:0 0 -4px;
} 
.news li div {
	width: 176px;
	overflow:hidden;
	height: 58px;
	margin: 2px 0 2px 1px;
	cursor: pointer;
}
.news li.active div {
	background: url(http://static1.ringaraja.net/images/rr3/news-item-bg.png) no-repeat;
	margin: 2px 0 0 1px;
}
.news li .image {
	float: left;
	width: 49px;
	margin: 8px 0 0 9px;
}
.news li .image img {
	border: 1px solid #f0f7f9;
}
.news li .text {
	float: left;
	width: 111px;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	display: inline;
	margin: 6px 0 0 1px;
}
.news li.active div .image img {
	border: 1px solid #fff;
}
.news li.active div .text {
	color: #fff;
}
/* news image */
#news-slides {
	float: left;
	width: 437px;
	overflow: hidden;
	height: 260px;
}
#news-slides .post {
	display: none;
	width:100%;
	overflow:hidden;
}
#news-slides .active {
	display: block;
}
.gallery .news-image {
	float: left;
	border: 1px solid #a7acae;
	margin: 13px 0 0 10px;
	display: inline;
}
.gallery .news-image a img{
	display:block;
}
/* news text */
.gallery .news-content {
	float: left;
	width: 175px;
	margin: 19px 0 0 11px;
	display: inline;
}
.gallery .news-content h1 {
	margin: 0;
	padding: 0 0 13px;
	color: #000;
	font-size: 19px;
	line-height: 20px;
	font-weight: normal;
}
.gallery .news-content h1 a {
	color: #000;
	text-decoration: none;
}
.gallery .news-content h1 a:hover {
	text-decoration: underline;
}
.gallery .news-content p {
	margin: 0;
	font-size: 12px;
	line-height: 14px;
}
.gallery .news-content span{
	float:right;
	padding:9px 0 0;
}
.gallery .news-content span a {
	color: #f00;
	float:right;
	text-decoration: none;
	font: 12px/14px Arial, sans-serif;
	padding:0 10px 0 0;
	background:url(http://static1.ringaraja.net/images/rr3/bullet5.gif) no-repeat 100% 5px;
	text-decoration:underline;
}
.gallery .news-content span a:hover {
	text-decoration:none;
}

/* tab box */
.tab-box {
	margin: 7px 3px 0 0;
	height: 100%;
}
.tab-box-bg-bottom{
	overflow: hidden;
	width: 100%;
	padding: 22px 0 5px;
}
.tab-box .tab-col-1 {
	float: left;
	width: 186px;
	display: inline;
	margin: -3px 0 0 6px;
}
/* Kaj vam ponuja Ringaraja? button */
.tab-box .button {
	background: url(http://static1.ringaraja.net/images/rr3/btn-kaj-vam.gif) no-repeat;
	width: 181px;
	height: 108px;
	overflow: hidden;
	text-align: center;
}
.tab-box .button h2 {
	margin: 12px 0 0;
	padding: 0 0 11px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}
.tab-box .button a {
	color: #fff;
	font-size: 13px;
}
.tab-box .button a:hover {
	text-decoration: none;
}
/* tab buttons */
.tabset {
	margin: 1px 0 0;
	padding: 0 0 0 4px;
}
.tabset li {
	list-style: none;
	background: url(http://static1.ringaraja.net/images/rr3/line.gif) no-repeat;
	padding: 4px 0 4px;
	overflow: hidden;
	width: 100%;
}
* html .tabset li {
	margin-bottom: -1px;
}
*+html .tabset li {
	margin-bottom: -1px;
}
.tabset li a {
	display: block;
	width: 170px;
	height: 39px;
	text-align: center;
	text-decoration:none;
	color: #000;
	font-size: 19px;
	line-height: 22px;
	margin: 0 0 0 1px;
	padding: 19px 6px 0 0;
}
.tabset li a.active {
	background: url(http://static1.ringaraja.net/images/rr3/tab-bg.gif) no-repeat;
	color: #fff;
}
/* tab buttons */
.tab-col-2 {
	float: left;
	width: 439px;
	margin: 2px 0 0;
}
.tab-col-2 p {
	margin: 0 20px 0 0;
	padding: 0 0 12px;
	font-size: 12px;
	line-height: 15px;
}
/* content inside tabs */
.lists {
	background: url(http://static1.ringaraja.net/images/rr3/dotted-line.gif) repeat-x;
	height: 100px;
	padding: 12px 0 0;
}
.lists .list-1,
.lists .list-2 {
	float: left;
	width: 231px;
	padding: 0 0 0 1px;
}
.lists .list-2 {
	width: 203px;
}
.lists h3 {
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}
.lists ul,
.forum-list {
	margin: 0;
	padding: 0;
}
.forum-list {
	margin: 10px 9px 10px 10px;
	padding: 0 0 6px;
	border-bottom: 1px solid #e0e0e0;
}
.lists ul li,
.forum-list li {
	list-style: none;
	padding: 5px 0 5px;
	overflow: hidden;
	width: 100%;
	vertical-align: top;
}
.forum-list li {
	padding: 4px 0 4px;
}
.lists ul li .image,
.forum-list li .image {
	float: left;
	width: 48px;
	margin: 0 0 0 1px;
}
.forum-list li .image {
	margin: 6px 5px 0 1px;
}
.lists ul li .text,
.forum-list li .text {
	float: left;
	width: 153px;
}
.forum-list li .text {
	width: 240px;
}
.forum-list h3 {
	margin: 0;
	font-size: 12px;
	line-height: 14px;
}
.lists ul li .text h4,
.forum-list li .text h4 {
	margin: 2px 0 0;
	font-size: 12px;
	line-height: 14px;
}
.lists ul li .text h4 a,
.forum-list li .text h4 a {
	text-decoration: none;
	color: #000;
}
.lists ul li .text h4 a:hover,
.forum-list li .text h4 a:hover {
	text-decoration: underline;
}
.lists ul li .text p,
.forum-list li .text p {
	margin: -1px 0 0;
	font-size: 10px;
	line-height: 14px;
	padding: 0;
	color:#000;
}
.lists ul li .text p a,
.forum-list li .text p a {
	color: #000;
	line-height:14px;
	text-decoration:underline;
}
.lists ul li .text p a:hover,
.forum-list li .text p a:hover {
	text-decoration: none;
}
/* content inside tabs */
/* tab box */
/* content columns */
.t-column{
	width:619px;
	overflow:hidden;
	padding:18px 0 0 10px;
}
/* clanki-box */
.t-column .k-box{
	width:100%;
	overflow:hidden;
	padding:0 0 19px;
}
.t-column .heading{
	overflow:hidden;
	padding:0 0 4px 6px;
	background:url(http://static1.ringaraja.net/images/rr3/separator5.gif) repeat-x 0 100%;
}
.t-column .heading h2{
	margin:0;
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:normal;
}
.t-column .k-box .container{
	width:646px;
	float:left;
	clear:both;
	display:inline;
	margin:0 0 0 -27px;
	padding:14px 0 7px;
}
.t-column .k-box .box{
	float:left;
	display:inline;
	width:287px;
	margin:0 0 0 32px;
}
.t-column .k-box .box .image{
	float:left;
	margin:1px 0 0;
}
.t-column .k-box .box .image img{
	display:block;
}
.t-column .k-box .text{
	float:right;
	width:176px;
}
.t-column .k-box .title{
	width:100%;
	overflow:hidden;
	padding:0 0 3px;
}
.t-column .k-box h3{
	margin:0;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	font-style:italic;
}
.t-column .k-box h3 a{
	float:left;
	color:#000;
	text-decoration:underline;
	padding:0 11px 0 0;
	background:url(http://static1.ringaraja.net/images/rr3/bullet5.gif) no-repeat 100% 5px;
}
.t-column .k-box h3 a:hover{
	text-decoration:none;
}
.t-column .k-box span{
	display:block;
	font-size:14px;
	line-height:16px;
	color:#000;
	padding:0 0 10px;
}
.t-column .k-box p{
	margin:0 0 5px;
	line-height:14px;
}
.t-column .k-box span a{
	font-size:12px;
	display:inline;
	margin:0 2px 0 0;
	line-height:14px;
	float:right;
	text-decoration:underline;
	color:#DC0B5E;
	padding:0 11px 0 0;
	background:url(http://static1.ringaraja.net/images/rr3/bullet5.gif) no-repeat 100% 5px;
}
.t-column .k-box span a:hover{
	text-decoration:none;
}
/* threcolumns */
.threcolumns{
	width:100%;
	overflow:hidden;
	padding:0 0 35px;
}
.threcolumns .holder{
	width:639px;
	float:left;
	clear:both;
	display:inline;
	margin:0 -1px 0 -19px;
}
/* columns */
.threcolumns .box{
	float:left;
	display:inline;
	margin:0 0 0 19px;
	width:194px;
}
.threcolumns .heading{
	padding:0 0 5px 8px;
}
.threcolumns .text{
	overflow:hidden;
	
	padding:11px 10px 0 9px;
}
.threcolumns .text h3{
	margin:0 0 9px;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}
.threcolumns .text h3 a{
	color:#000;
	text-decoration:underline;
}
.threcolumns .text h3 a:hover{
	text-decoration:none;
}
.threcolumns .text p{
	margin:0;
}
/* nav list */
.nav-list{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.nav-list li{
	overflow:hidden;
	
	vertical-align:top;
	font-size:12px;
	line-height:14px;
	padding:0 0 8px 7px;
	background:url(http://static1.ringaraja.net/images/rr3/bullet6.gif) no-repeat 0 5px;
}
.nav-list li a{
	text-decoration:underline;
	color:#000;
}
.nav-list li a:hover{
	text-decoration:none;
}
.threcolumns .image{
	width:190px;
	border:1px solid #d4d4d4;
	margin:11px 0 0 1px;
}
.threcolumns .image img{
	display:block;
}
.threcolumns .text span{
	display:block;
}
.threcolumns .text span a{
	font-size:12px;
	display:inline;
	margin:0 10px 0 0;
	line-height:14px;
	float:right;
	color:#DC0B5E;
	padding:0 11px 0 0;
	text-decoration:underline;
	background:url(http://static1.ringaraja.net/images/rr3/bullet5.gif) no-repeat 100% 5px;
}
.threcolumns .text span a:hover{
	text-decoration:none;
}
/* sidebar */
.col-2{
	float:right;
	width:321px;
	padding:0 10px 0 0;
}
/* image box */
.image-box{
	width:100%;
	overflow:hidden;
}
.image-box .title{
	width:100%;
	overflow:hidden;
	padding:1px 0 0;
}
.image-box .title span{
	float:right;
	padding:0 7px 0 0;
	font-size:10px;
	line-height:12px;
}
.image-box .image{
/*  width:320px; */
	overflow:hidden;
	margin:3px 0 0 1px;
}
.image-box .image img{
	display:block;
}
/* tab box holder */
.tab-holder{
	width:100%;
	overflow:hidden;
	padding:0;
}
/* tab nav */
.tab-nav{
	width:100%;
	overflow:hidden;
	margin:0 0 -1px;
	padding:0;
	list-style:none;
	height: 40px;
	position:relative;
	z-index:90;
	width:9999px;
}
.tab-nav li:first-child{margin-left:0px !important}
.tab-nav li{
	float:left;
	font-size:12px;
	line-height:20px;
	padding:0 3px;
	overflow:hidden;
	position:relative;
	margin-top:-1px;
	height:40px;
	border-bottom:1px solid #54A09B;
}
.tab-nav li a:focus{outline: none;}
.tab-nav li a{
	float:left;
	padding:6px 0px 0;
	height:35px;
	position:relative;
	z-index:1;
	cursor:pointer;
}
.tab-nav li.hover,
.tab-nav li.active {
	background:#CCE3E2 url(http://static1.ringaraja.net/images/rr4/separator6.gif) repeat-x 0 38px;
	border:1px solid #54A09B;
	border-bottom:none;
	margin:0 -1px;
}
.tab-nav li.hover a,
.tab-nav li.active a{
	padding: 4px 0 0;
	text-decoration:none;
}
.tab-nav li a span{
	padding:5px 3px 0;
	line-height:12px;
	font-weight:bold;
	cursor:pointer;
	left: 40px;
}
.tab-nav li a span strong{
	max-width: 100px;
}
.tab-nav li em{
	float:left;
	width:40px;
	overflow:hidden;
	position:relative;
}
.tab-nav li em img{
	margin:0 auto;
	display:block;
}
/* tab content */
.tab-container{
	width:100%;
	overflow:hidden;
}
.tab-container .box{
	width:301px;
	overflow:hidden;
	border:1px solid #54A09B;
	background:#CCE3E2;
	padding:8px 7px 0 11px;
	position:relative;
}
.tab-container .box .tab-list-h{
	width:301px;
	position:relative;
	overflow:hidden;
}
.tab-list{
	margin:0;
	padding:0;
	list-style:none;
	width:9999px;
}
.tab-list li{
	float:left;
	width:301px;
	position:relative;
}
.tab-list .t-box{
	width:100%;
	overflow:hidden;
	padding:0 0 15px;
}
.tab-list .t-box .image{
	float:left;
	margin:2px 0 0;
	border:2px solid #fff;
}
.tab-list .t-box .image img{
	display:block;
}
.tab-list .t-box .text{
	float:right;
	width:247px;
}
.tab-list .t-box .textKatalog{
	float:right;
	width:220px;
}
.tab-list .t-box .text p{
	margin:0 0 1px;
	font-size:12px;
	line-height:15px;
	color:#000;
}
.tab-list .t-box .text p a{
	text-decoration:underline;
}
.tab-list .t-box .text p a:hover{
	text-decoration:none;
}
.tab-b{
	width:100%;
	overflow:hidden;
	margin:2px 0 0;
	background:url(http://static1.ringaraja.net/images/rr3/separator7.gif) repeat-x;
}
.tab-b ul{
	margin:0;
	list-style:none;
	padding:13px 0 8px 2px;
	overflow:hidden;
}
.tab-b ul li{
	overflow:hidden;
	
	vertical-align:top;
	font-size:12px;
	line-height:14px;
	padding:0 0 5px;
}
.tab-b ul li a{
	float:left;
	text-decoration:underline;
	color:#DC0B5E;
	padding:0 10px 0 0;
	background:url(http://static1.ringaraja.net/images/rr3/bullet5.gif) no-repeat 100% 5px;
}
.tab-b ul li a:hover{
	text-decoration:none;
}
/*inner tab*/
.tab-list .s-box{
	width:100%;
	overflow:hidden;
}
.tab-list .s-box .image{
	width:100%;
	overflow:hidden;
}
.tab-list .s-box .image img{
	display:block;
}
.tab-list .s-box .title{
	overflow:hidden;
	
	padding:13px 0 8px 5px;
}
.tab-list .s-box h4{
	margin:0;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
	color:#000;
}
.tab-list .s-box .text{
	overflow:hidden;
	
	padding:15px 0 12px 5px;
}
.tab-list .s-box .text p{
	margin:0;
}
.tab-list .s-box .text span{
	display:block;
	padding:5px 0 0;
}
.tab-list .s-box .text span a{
	font-size:12px;
	display:inline;
	margin:0 2px 0 0;
	line-height:14px;
	float:right;
	color:#DC0B5E;
	padding:0 11px 0 0;
	text-decoration:underline;
	background:url(http://static1.ringaraja.net/images/rr3/bullet5.gif) no-repeat 100% 5px;
}
.tab-list .s-box .text span a:hover{
	text-decoration:none;
}
.tab-inner .tab-b{
	padding:0 0 5px;
}
/* gallery box holder */
.gal-box{
	width:100%;
	overflow:hidden;
	padding:14px 0 0;
}
.gal-box .box{
	border:1px solid #c6c6c7;
	width:312px;
	padding:8px 3px 7px 4px;
	margin:0 0 11px;
}
.gal-box .i-box{
	width:100%;
	overflow:hidden;
}
.gal-box .i-box .image{
	float:left;
}
.gal-box .i-box .image img{
	display:block;
	margin-left: 5px;
}
.gal-box .i-box .text{
	float:right;
	width:175px;
	padding:9px 22px 0 0;
}
.gal-box .i-box .text p{
	margin-left:10px;
	margin-top: -8px;
	line-height:14px;
	width: 170px;
}
.gal-box .i-box .text span{
	display:block;
	padding:14px 0 0;
}
.gal-box .i-box .text span a{
	font-size:12px;
	display:inline;
	margin:0;
	line-height:14px;
	float:right;
	color:#DC0B5E;
	padding:0 11px 0 0;
	text-decoration:underline;
	background:url(http://static1.ringaraja.net/images/rr3/bullet5.gif) no-repeat 100% 5px;
}
.gal-box .i-box .text span a:hover{
	text-decoration:none;
}

/* gallery box holder */
#google_ads_div_Serbia_300x250{
	width:100%;
	overflow:hidden;
	padding:14px 0 0;
}
#google_ads_div_Serbia_300x250 .box{
	border:1px solid #c6c6c7;
	width:295px;
	padding:8px 3px 7px 4px;
	margin:0 0 11px;
}
#google_ads_div_Serbia_300x250 .image{
	float:left;
	margin:0;
	width:120px;
}
#google_ads_div_Serbia_300x250 .i-box{
	width:100%;
	overflow:hidden;
}
#google_ads_div_Serbia_300x250 .i-box #google_ads_div_Serbia_300x250{
	float:left;
}
#google_ads_div_Serbia_300x250 .i-box #google_ads_div_Serbia_300x250 img{
	display:block;
	margin-left: 5px;
}
#google_ads_div_Serbia_300x250 .i-box .text{
	float:right;
	width:150px;
	padding:9px 22px 0 0;
}
#google_ads_div_Serbia_300x250 .i-box .text p{
	margin-left:0px;
	margin-top: -8px;
	line-height:14px;
	width: 170px;
}
#google_ads_div_Serbia_300x250 .i-box .text span{
	display:block;
	padding:14px 0 0;
}
#google_ads_div_Serbia_300x250 .i-box .text span a{
	font-size:12px;
	display:inline;
	margin:0;
	line-height:14px;
	float:right;
	color:#DC0B5E;
	padding:0 11px 0 0;
	text-decoration:underline;
	background:url(http://static1.ringaraja.net/images/rr3/bullet5.gif) no-repeat 100% 5px;
}
#google_ads_div_Serbia_300x250 .i-box .text span a:hover{
	text-decoration:none;
}

/* gallery box holder */
#google_ads_div_Serbia_300x250N2{
	width:100%;
	overflow:hidden;
	padding:14px 0 0;
}
#google_ads_div_Serbia_300x250N2 .box{
	border:1px solid #C6C6C7;
	width:295px;
	padding:8px 3px 7px 4px;
	margin:0 0 11px;
}
#google_ads_div_Serbia_300x250N2 .image{
	float:left;
	margin:0;
	width:120px;
}
#google_ads_div_Serbia_300x250N2 .i-box{
	width:100%;
	overflow:hidden;
}
#google_ads_div_Serbia_300x250N2 .i-box #google_ads_div_Serbia_300x250N2{
	float:left;
}
#google_ads_div_Serbia_300x250N2 .i-box #google_ads_div_Serbia_300x250N2 img{
	display:block;
	margin-left: 5px;
}
#google_ads_div_Serbia_300x250N2 .i-box .text{
	float:right;
	width:150px;
	padding:9px 22px 0 0;
}
#google_ads_div_Serbia_300x250N2 .i-box .text p{
	margin-left:0px;
	margin-top: -8px;
	line-height:14px;
	width: 170px;
}
#google_ads_div_Serbia_300x250N2 .i-box .text span{
	display:block;
	padding:14px 0 0;
}
#google_ads_div_Serbia_300x250N2 .i-box .text span a{
	font-size:12px;
	display:inline;
	margin:0;
	line-height:14px;
	float:right;
	color:#DC0B5E;
	padding:0 11px 0 0;
	text-decoration:underline;
	background:url(http://static1.ringaraja.net/images/rr3/autumn/bullet5.gif) no-repeat 100% 5px;
}
#google_ads_div_Serbia_300x250N2 .i-box .text span a:hover{
	text-decoration:none;
}

/* gallery box holder */
#google_ads_div_Serbia_300x250N3{
	width:100%;
	overflow:hidden;
	padding:14px 0 0;
}
#google_ads_div_Serbia_300x250N3 .box{
	border:1px solid #C6C6C7;
	width:295px;
	padding:8px 3px 7px 4px;
	margin:0 0 11px;
}
#google_ads_div_Serbia_300x250N3 .image{
	float:left;
	margin:0;
	width:120px;
}
#google_ads_div_Serbia_300x250N3 .i-box{
	width:100%;
	overflow:hidden;
}
#google_ads_div_Serbia_300x250N3 .i-box #google_ads_div_Serbia_300x250N3{
	float:left;
}
#google_ads_div_Serbia_300x250N3 .i-box #google_ads_div_Serbia_300x250N3 img{
	display:block;
	margin-left: 5px;
}
#google_ads_div_Serbia_300x250N3 .i-box .text{
	float:right;
	width:150px;
	padding:9px 22px 0 0;
}
#google_ads_div_Serbia_300x250N3 .i-box .text p{
	margin-left:0px;
	margin-top: -8px;
	line-height:14px;
	width: 170px;
}
#google_ads_div_Serbia_300x250N3 .i-box .text span{
	display:block;
	padding:14px 0 0;
}
#google_ads_div_Serbia_300x250N3 .i-box .text span a{
	font-size:12px;
	display:inline;
	margin:0;
	line-height:14px;
	float:right;
	color:#DC0B5E;
	padding:0 11px 0 0;
	text-decoration:underline;
	background:url(http://static1.ringaraja.net/images/rr3/autumn/bullet5.gif) no-repeat 100% 5px;
}
#google_ads_div_Serbia_300x250N3 .i-box .text span a:hover{
	text-decoration:none;
}

/* gallery box holder */
#google_ads_div_Serbia_300x250N3_ad_container{
	width:100%;
	overflow:hidden;
	padding:14px 0 0;
}
#google_ads_div_Serbia_300x250N3_ad_container .box{
	border:1px solid #C6C6C7;
	width:295px;
	padding:8px 3px 7px 4px;
	margin:0 0 11px;
}
#google_ads_div_Serbia_300x250N3_ad_container .image{
	float:left;
	margin:0;
	width:120px;
}
#google_ads_div_Serbia_300x250N3_ad_container .i-box{
	width:100%;
	overflow:hidden;
}
#google_ads_div_Serbia_300x250N3_ad_container .i-box #google_ads_div_Serbia_300x250N3{
	float:left;
}
#google_ads_div_Serbia_300x250N3_ad_container .i-box #google_ads_div_Serbia_300x250N3 img{
	display:block;
	margin-left: 5px;
}
#google_ads_div_Serbia_300x250N3_ad_container .i-box .text{
	float:right;
	width:150px;
	padding:9px 22px 0 0;
}
#google_ads_div_Serbia_300x250N3_ad_container .i-box .text p{
	margin-left:0px;
	margin-top: -8px;
	line-height:14px;
	width: 170px;
}
#google_ads_div_Serbia_300x250N3_ad_container .i-box .text span{
	display:block;
	padding:14px 0 0;
}
#google_ads_div_Serbia_300x250N3_ad_container .i-box .text span a{
	font-size:12px;
	display:inline;
	margin:0;
	line-height:14px;
	float:right;
	color:#DC0B5E;
	padding:0 11px 0 0;
	text-decoration:underline;
	background:url(http://static1.ringaraja.net/images/rr3/autumn/bullet5.gif) no-repeat 100% 5px;
}
#google_ads_div_Serbia_300x250N3_ad_container .i-box .text span a:hover{
	text-decoration:none;
}

/* gallery */
.gallery-i{
	width:262px;
	overflow:hidden;
	position:relative;
	padding:0 28px 1px 22px;
}
.gallery-i .g-hold{
	width:100%;
	overflow:hidden;
	position:relative;
}
.gallery-i .link-prev,
.gallery-i .link-next{
	position:absolute;
	top:48px;
	width:14px;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(http://static1.ringaraja.net/images/rr3/btn-prev.gif) no-repeat;
}
.gallery-i .link-prev{
	left:0;
}
.gallery-i .link-next{
	background:url(http://static1.ringaraja.net/images/rr3/btn-next.gif) no-repeat;
	right:0;
}
.gallery-i div.g-items{
	overflow:hidden;
	height:134px;
	width:262px;
	position:relative;
}
.gallery-i div.slide{
	width:262px;
	height:134px;
	position:absolute;
	left:0;
	top:0;
}
.g-paging {display:none;}
.gallery-i .image{
	float:left;
}
.gallery-i .image img{
	display:block;
}
.gallery-i .text{
	float:right;
	width:145px;
	padding:3px 0 0;
}
.gallery-i .text h4{
	margin:0;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	font-style:italic;
}
.gallery-i .text h4 a{
	float:left;
	padding:0 15px 0 0;
	background:url(http://static1.ringaraja.net/images/rr3/bullet5.gif) no-repeat 100% 5px;
}
.gallery-i .text p{
	margin:0;
	line-height:14px;
}
.gallery-i .text span{
	display:block;
	padding:14px 0 0;
}
.gallery-i .text span a{
	font-size:12px;
	display:inline;
	margin:0;
	line-height:14px;
	float:right;
	color:#DC0B5E;
	padding:0 11px 0 0;
	text-decoration:underline;
	background:url(http://static1.ringaraja.net/images/rr3/bullet5.gif) no-repeat 100% 5px;
}
.gallery-i .text span a:hover{
	text-decoration:none;
}
/* form box */
.r-box{
	width:320px;
	overflow:hidden;
	padding:3px 0 0 1px;
}
/* banner */
.r-box .banner-i{
	float:right;
}
.r-box .banner-i a img{
	display:block;
}
.bside{
	float:left;
	width:150px;
}
.bside .title{
	overflow:hidden;
	padding:6px 0 0 11px !important;
	background:url(http://static1.ringaraja.net/images/rr3/bg-r-box-title.gif) no-repeat;
	width: auto !important;
	border: none !important;
	margin-bottom: 0px !important;
}
.bside .title h3{
	margin:0;
	font-size:19px;
	line-height:22px;
	color:#000;
	font-weight:normal;
}
.bside .holder{
	width:150px;
	overflow:hidden;
	padding:6px 0 0 6px;
	margin:0 0 12px;
	background:url(http://static1.ringaraja.net/images/rr3/bg-line2.gif) repeat-y;
}
/* form anketa */
.f-anketa{
	width:140px;
	padding:5px 0 13px 0px;
	overflow:hidden;
	background:url(http://static1.ringaraja.net/images/rr3/separator8.gif) repeat-x 0 100%;
}
.f-anketa p{
	margin:0;
	font-weight:bold;
}
.f-anketa ul{
	margin:0;
	padding:8px 0 0;
	list-style:none;
	overflow:hidden;
}
.f-anketa ul li{
	overflow:hidden;
	
	vertical-align:top;
	padding:0 0 5px;
}
.f-anketa .r-btn{
	float:left;
	width:14px;
	height:14px;
	padding:0;
	margin:2px 0 0;
}
.f-anketa label{
	float:left;
	width:117px;
	color:#000;
}
.f-anketa .btn-glasuj{
	float:right;
	display:inline;
	margin:10px 12px 0 0;
}
.s-list{
	margin:0;
	padding:9px 0 4px 5px;
	list-style:none;
	overflow:hidden;
}
.s-list li{
	overflow:hidden;
	
	vertical-align:top;
	font-size:12px;
	line-height:14px;
	padding:0 0 5px;
}
.s-list li a{
	float:left;
	color:#DC0B5E;
	padding:0 11px 0 0;
	background:url(http://static1.ringaraja.net/images/rr3/bullet7.gif) no-repeat 100% 5px;
	text-decoration:underline;
}
.s-list li a:hover{
	text-decoration:none;
}
.bside .text{
	overflow:hidden;

	padding:0 0 0 4px;
}
.bside .text p{
	margin:0 0 17px;
	font-size:12px;
	line-height:16px;
	color:#000;
}
.bside .text ul{
	margin:0;
	padding:0 10px 0 0;
	list-style:none;
	overflow:hidden;
}
.bside .text ul li{
	display:inline;
	font-size:12px;
	line-height:16px;
}
.bside .text ul li a{
	color:#000;
	text-decoration:underline;
}
.bside .text ul li a:hover{
	text-decoration:none;
}
.bside .text strong{
	display:block;
	line-height:16px;
	padding:16px 0 8px;
}
.bside .text strong a{
	color:#e1001a;
}
/* f-box */
.f-box {
	width:982px;
	padding:0px;
	margin-bottom:10px;
	border-bottom: 1px solid #CC7E19;
	float:left;
}
/* f-box title */
.f-box .title{
	border-bottom:1px solid #c6c6c7;
	overflow:hidden;
	
	padding:0 3px 5px 8px;
}
.f-box .title a {
	float:right;
	padding-right:10px;
	background:url(http://static1.ringaraja.net/images/rr3/arrows-up.gif) no-repeat 100% 50%;
	color:#DC0B5E;
	text-decoration:underline;
}
.f-box .title a:hover {text-decoration:none;}
.f-box h2{
	margin:0;
	font-size:14px;
	font-weight:bold;
}

.f-box .titleRS h2{
	color:#000000;
	margin:0;
	font-size:14px;
	font-weight:bold;
}

.footer-holder .titleRS h3{
	color:#000000;
	padding-left:5px;	
}

.f-box h3{
	margin:0 0 3px;
	font-size:12px;
	font-weight:bold;
	color:#54A09B;
}
/* columns */
.f-box .columns-holder {
	overflow:hidden;
	width:100%;
	padding:10px 0 2px;
	float: left;
	clear: left;
}
/* column */
.f-box .first-column {
	padding:0 35px 0 10px;
}
.f-box .row {
	margin-bottom:13px;
	float:left;
	width:150px;
	margin-left:10px;
}
.box-first
{
	margin-left:0px;
}
.f-box ul{
	margin:0;
	padding:0;
	list-style:none;
}
.f-box ul a{
	color:#54A09B;
	text-decoration:none;
}
.f-box ul a:hover{text-decoration:underline;}
.alt-columns-holder {
	background:none !important;
	position:relative;
	padding-top:17px !important;
}
* html .alt-columns-holder {
	height:170px;
	overflow:visible;
}
.alt-columns-holder a.find{
	position:absolute;
	right:0;
	bottom:21px;
	text-decoration:underline;
	color:#DC0B5E;
}
.alt-columns-holder a.find:hover{text-decoration:none;}
.f-box .last-row {margin-bottom:0 !important;}
#footer {
	padding: 13px 10px 16px 2px;
}
/* footer */
.footer-holder {
	overflow:hidden;
	width:100%;
}
.footer-holder .text{padding:3px 0 0 5px;color:#DC0B5E;}
.footer-holder h3 {
	padding:0 0 3px 8px;
	margin:0;
	font-size:14px;
	font-weight:bold;
	color:#DC0B5E;
}
.footer-holder .column{float:left;}
.footer-holder .left {
	width:420px;
	margin-right:15px;
	font-size:11px;
	line-height:16px;
}
.footer-holder .left .text{padding-left:8px;}
.footer-holder .left p {
	margin:0;
}
.footer-holder .center {
	width:390px;
	margin-right:10px;
	font-size:11px;
	line-height:16px;
}
.footer-holder .center h3{padding-left:5px;}
.footer-holder .center ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-holder .center ul a{color:#DC0B5E; text-decoration:underline;}
.footer-holder .center ul a:hover{text-decoration:none;}
.footer-holder .right {
	width:108px;
	margin-left:20px;
}
.footer-holder .right .text{
	overflow:hidden;
	width:100%;
}
.footer-holder .right ul {
	float:left;
	width:128px;
	margin:0;
	padding:0 0 0 3px;
	list-style:none;
}
.footer-holder .right ul li{
	float:left;
	width:100%;
	padding-bottom:3px;
}
.footer-holder .right ul a{
	color:#1a171b;
	text-decoration:none;
}
.footer-holder .right ul a:hover{text-decoration:underline;}
#footer .copy{
	font-size:11px;
	line-height:14px;
	padding:3px 0 0 8px;
}
#footer .copy span{display:block;}
.tree-footer
{
	position:absolute;
	right: 50%;
	bottom:20px;
	width:130px;
	bottom:40px;
	margin-right:500px;
}
#FaqModalWindowInfo 
{
	display:none; 
	position:fixed;
	width:100%; 
	top:0px; 
	left:0px; 
 }
#FaqModalContainer 
{ 
	position:fixed; 
	width:100%; 
	left:0%; 
	top:0%; 
	z-index:1500; 
	margin-top:-1px; 
	margin-left:0px;
}
#FaqModal 
{ 
	background-color:orange; 
	opacity:0.95; 
	border:solid 1px #22396f; 
	padding:1px; 
}
.d-table1{
	overflow:hidden;
	margin:1px 0 5px;
	width:100%;
	border-collapse:collapse;
	font-style:normal
}
.d-table1 tr td{
	padding:0;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	width:100%;
	height:15px;
	font-size:11px;
	line-height:14px;
}

#menu li .d-table1 tr td a,
#menu li:hover .d-table1 tr td a,
#menu li.hover .d-table1 tr td a,
#menu li .d-columns .column ul li .d-table1 tr td a,
#menu li:hover .d-columns .column ul li .d-table1 tr td a,
#menu li.hover .d-columns .column ul li .d-table1 tr td a{
	display:block;
	height:15px;
	color:#000;
	padding:0;
	width:100%;
	margin:0;
	background:#CCE3E2;
	text-align:center;
}
#menu li .d-tabl1e a:hover,
#menu li:hover .d-table1 a:hover{
	text-decoration:none !important;
	background:#54a09b !important;
	margin:0 !important;
	width:100% !important;
	float:left !important;
	height:15px !important;
	cursor:pointer;
}

/*
Baze 18.01.2010
*/
.modul-box h2 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://static1.ringaraja.net/images/heading-bg.gif) no-repeat scroll 0 0;
font-size:16px;
font-weight:bold;
height:18px;
line-height:18px;
margin:0;
overflow:hidden;
padding:6px 0 6px 11px;
}

.col-2 .modul-box h2 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://static1.ringaraja.net/images/heading-bg-middle.gif) no-repeat scroll 0 0;
}
.col-2 .col-2-1 .modul-box h2 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://static1.ringaraja.net/images/heading-bg-small.gif) no-repeat scroll 0 0;
}

p.section_navigation {
font-size:14px;
height:35px;
margin:0;
}

.modul-box-bg .article_class span, ul, li, ol, div, p, h1, h2, h3 {
font-family:"Trebuchet MS",trebuchet,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:inherit;
}

.modul-box-bg .article_class span, ul, li, ol, div, p, h1, h2, h3 {
font-family:"Trebuchet MS",trebuchet,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:inherit;
}

element.style {
float:left;
font-size:12px;
margin-left:5px;
margin-top:0;
visibility:visible;
}

div.pagination {
	margin-top:20px;
	float:right;
	font-size:14px;
}

div.pagination span {
	background:#FFFFFF;
	border:1px solid #87bdd8;
	color:#b6d8e9;
	float:left;
	margin:0 2px 0 0;
	padding:2px 5px;
	font-size: 14px !important;
}

div.pagination span.current {
	background:#87bdd8 none repeat scroll 0 0;
	border:1px solid #87bdd8;
	color:#FFFFFF;
	font-size: 14px;
}

div.pagination a {
	border:1px solid #87bdd8;
	color: #288abb;
	display:block;
	float:left;
	margin:0 2px 0 0;
	padding:2px 5px;
	text-decoration:none;
	font-size:14px;
}

div.pagination a:hover {
	border: 1px solid #54a09b;
}

input[type="submit"], input[type="button"], input[type="reset"] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:white none repeat scroll 0 0;
border:1px solid black;
color:black;
font-family:Tahoma;
font-size:11px;
}

.forum-list {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://static1.ringaraja.net/images/rr3/dotted-line-2.gif) repeat-y scroll 325px 0;
border-bottom:medium none;
margin:10px 0;
padding-right:10px;
}

.box-2-in-1 .text {
float:left;
width:335px;
}

.t-column .k-box .article_class 
{
    font-family:"Trebuchet MS",trebuchet,Arial,Helvetica,sans-serif;
    font-size:12px;
    margin-left:14px;
}
.t-column .k-box .article_class img {
    display:inline;
}
.t-column .k-box .article_class span, ul, li, ol, div, p, h1, h2, h3 {
    font-family:"Trebuchet MS",trebuchet,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: inherit;
}
.article_class p { 
    font-family:"Trebuchet MS",trebuchet,Arial,Helvetica,sans-serif;
    font-size:12px !important;
    font-weight: inherit !important;
    padding-left: 0px !important;
}

.threcolumns .text p {
margin-bottom:5px;
margin-top:9px;
padding-left:13px;
padding-top:0;
}

.threcolumns .recipe-title {
font-size:14px;
font-weight:normal;
margin:0;
padding-bottom:5px;
padding-top:0;
}

.rubrikes {
	overflow: hidden;
	width: 100%;
}
.rubrike {
	border-top: 1px solid #e0e0e0;
	width: 612px;
	margin: -1px 0 0 10px;
	padding: 7px 0 14px;
	overflow: hidden;
}
.rubrike .image {
	float: left;
	width: 172px;
	margin: 6px 0 0;
}
.rubrike .image img {
	border: 1px solid #b3b3b3;
}
/* text side */
.rubrike .text {
	background: url(http://static1.ringaraja.net/images/dotted-line-2.gif) repeat-y 224px 0;
	float: left;
	width: 440px;
	margin: 1px 0 0;
	min-height: 168px;
}

* html .rubrike .text {
	height: 168px;
}
.rubrike .text .text-col {
	float: left;
	width: 220px;
}
.rubrike .text h3 {
	margin: 0;
	padding: 0 0 9px;
	color: #000;
	font-size: 19px;
	line-height: 20px;
	font-weight: normal;
}
.rubrike .links-col h3 {
	margin: 0 0 0 11px;
}
.rubrike .text h3 a {
	color: #000;
	text-decoration: none;
}
.rubrike .text h3 a:hover {
	text-decoration: underline;
}
.rubrike .text p {
	margin: 0;
	font-size: 12px;
	line-height: 14px;
}
.rubrike .text p a {
	text-decoration: none;
	color: #f00;
	font: 12px/15px Arial, sans-serif;
}
.rubrike .text p a:hover {
	text-decoration: underline;
}
/* links side */
.rubrike .links-col {
	float: left;
	width: 204px;
	display: inline;
	margin: 0 0 0 10px;
}
.rubrike .links-col ul {
	margin: -1px 0 0 4px;
	padding: 0;
}
.rubrike .links-col ul li {
	list-style: none;
	background: url(http://static1.ringaraja.net/images/arrow.gif) no-repeat 0 6px;
	padding: 0 0 3px 7px;
	line-height: 17px;
}
.rubrike .links-col ul li a {
	color: #000;
}
.rubrike .links-col ul li a:hover {
	text-decoration: none;
}
.rubrike .links-col ul li a:visited {
	color: #999;
	text-decoration: none;
}
.rubrike .links-col ul li span {
	background-color: #f00;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	padding: 0 3px;
}

.t-column .rubrike .links-col ul li a:hover {
	text-decoration: underline; 
}

.col-3-1-1 td {
	border-bottom: 1px dotted #f7aeaf;
}
.col-3-1-1 td a {
	text-decoration: none;
}
.col-3-1-1 td a:hover {
	background-color: #f7aeaf
}

.col-3-2-1 td {
	border-bottom: 1px dotted #f7aeaf;
}
.col-3-2-1 td a {
	text-decoration: none;
}
.col-3-2-1 td a:hover {
	background-color: #f7aeaf
}

.col-3-3-1 td {
	border-bottom: 1px dotted #f7aeaf;
}
.col-3-3-1 td a {
	text-decoration: none;
}
.col-3-3-1 td a:hover {
	background-color: #f7aeaf
}

.nudge-close-button {
	background-image:url(http://static1.ringaraja.net/images/delete.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:right;
	height:12px;
	position:relative;
	width:11px;
}

#personalTabs ul {
	margin:0;
	padding:0;
}
#personalTabs ul#MainTabs {
}
#personalTabs li {
	border:medium none;
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#personalTabs {
	float:left;
	height:25px;
	margin-top:10px;
}
#personalTabsSep {
	background-color:#288ABB;
	float:left;
	line-height:5px;
	margin-left:-14px;
	width:630px;
}
#personalTabs ul#MainTabs a.current:link, #personalTabs ul#MainTabs a.current:visited, div#CategoryList a.current:link, div#CategoryList a.current:visited {
	color:#333333;
}
#personalTabs ul#MainTabs a.current:link, #personalTabs ul#MainTabs a.current:visited {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#288ABB none repeat scroll 0 0;
	border-color:#FFFFFF #FFFFFF #FFFFFF #288ABB;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0;
	text-decoration:none;
}
#personalTabs ul#MainTabs a:link, #personalTabs ul#MainTabs a:visited {
	float:left;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:4px 8px 6px;
}
div#personalTabs a:link, div#personalTabs a:visited {
	text-decoration:none;
}
div#personalTabs a:hover {
	background-color:#FFFFFF;
	border-left:1px solid #288ABB;
	border-right:1px solid #288ABB;
	border-top:1px solid #288ABB;
	color:#288ABB;
}
#personalTabs a:link, #personalTabs a:visited {
	background-color:#87BDD8;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
}

/* item-list */
#content .product-list .item-list li{
	padding:0 15px 8px 0;
	width:240px;
}
.product-list h4{
	margin:0 0 5px;
	font-weight:normal;
	font-size:14px;
	line-height:17px;
}
.product-list .links{padding:18px 0 11px;}
.product-list .links li{
	padding:2px 0 0;
	width:100%;
}
.product-list .links li a{
	margin:0 8px 0 0;
	padding:0 7px 0 0;
}
#content .product-list{
	width:640px;
	padding:0 0 2px 9px;
	margin:0 0 21px;
	background: url(http://static1.ringaraja.net/images/rr4/separator16.gif) no-repeat 9px 100%;
}
#content .product-list li{
	padding:0 15px 0 0;
	width:303px;
}
#content .product-list .item-list{padding:3px 0 0;}
#content .product-list .some-list li{
	width:auto;
	padding:0 0 7px;
}

/* !inner-content */
#content.inner-content{
	overflow:hidden;
	padding:0 0 0 13px;
	float:left;
	width:617px;
	font:11px/14px Arial, Helvetica, sans-serif;
}
.page-wrapper{
	width:617px;
	overflow:hidden;
	margin:0 0 17px;
	padding:0 0 64px;
	border-bottom:1px solid #E6E6E6;
}
.inner-content .heading-wrapper{
	padding:4px 0 0;
	margin:0 0 17px;
	width:100%;
	overflow:hidden;
}
.inner-content .heading-wrapper strong{
	margin:0 0 3px;
	display:block;
	font-size:12px;
	line-height:14px;
}
.inner-content .heading-wrapper strong a{
	background: url(http://static1.ringaraja.net/images/rr3/arrow02.gif) no-repeat 100% 5px;
	padding:0 10px 0 0;
}
.inner-content .heading-wrapper h1{
	margin:0 0 2px;
	font-size:19px;
	line-height:22px;
	color:#54A09B;
}
.inner-content .heading-wrapper .date{
	display:block;
	font:italic 12px/15px "Trebuchet MS",trebuchet,Arial,Helvetica,sans-serif;
}
.inner-content .heading-wrapper .date a{color:#54A09B;}
#content.inner-content .product-list{
	padding:0;
	background:transparent url(http://static1.ringaraja.net/images/rr4/separator16.gif) no-repeat scroll 0 100%;
}
/* visual-box */
.visual-box{
	width:100%;
	overflow:hidden;
	color:#333;
	margin:0 0 14px;
}
.visual-box .image-area{
	float:left;
	padding:0 10px 10px 0;
}
.visual-box .image-area img{display:block;}
.visual-box p{margin:0 0 5px;}
.visual-box p a{color:#54A09B;}
.visual-box h2{
	margin:0;
	font-size:12px;
	line-height:14px;
	color:#333;
}
/* item-block */
.visual-box .item-block{
	float:right;
	display:inline;
	width:105px;
	overflow:hidden;
	padding:0 4px 0 16px;
	margin:0 0 0 20px;
	border-left:1px solid #a9a9a9;
}
.item-block .comments{
	
	overflow:hidden;
}
.item-block .share{
	margin:0 0 5px;
	z-index:0 !important;
	overflow:hidden;
}
.item-block .share span{
	float:left;
	padding:1px 2px 0 0;
}
.item-block .comments{
	padding:0 18px 0 0;
	background: url(http://static1.ringaraja.net/images/rr3/bullet10.gif) no-repeat 100% 0;
}
.item-block .links{
	text-align:left;
	padding-top:8px;
}
.video-box{
	width:100%;
	overflow:hidden;
	margin:0 0 28px;
}
.video-box img{display:block;}
.carusel-holder .title,
.video-box .title{
	margin:0 0 5px;
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	line-height:14px;
	color:#333;
	font-weight:bold;
}
.video-box .holder{
	width:100%;
	overflow:hidden;
}
.visual-box .txt-holder{
	padding:13px 0 0;
	width:100%;
	overflow:hidden;
}
.visual-box .txt-holder ul{
	margin:-3px 0 16px;
	padding:0 0 0 10px;
	list-style:none;
}
.visual-box .txt-holder ul li{padding:0 0 2px;}
/* some-block */
.visual-box .some-block{
	float:right;
	width:209px;
	padding:0 0 15px 11px;
	margin:0 0 0 20px;
	border-left:1px solid #d4d4d4;
}
.visual-box .some-block ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.visual-box .some-block ul li{
	margin:-11px 0 15px;
	padding:11px 0 0;
	background: url(http://static1.ringaraja.net/images/rr3/separator18.gif) repeat-x;
}
.visual-box .some-block ul li a{color:#54A09B;}
.visual-box .some-block h3{
	margin:0 0 3px;
	font-size:12px;
	line-height:14px;
	color:#54A09B;
}
.visual-box .some-block ul li ul li{
	background:none;
	padding:0 0 2px;
	margin:0;
}
/* carusel */
.carusel-holder{
	margin:0 0 13px;
	width:607px;
	padding:0 5px;
}
#carusel{
	margin:0 0 10px;
	width:100%;
	overflow:hidden;
}
#carusel .link-prev,
#carusel .link-next{
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	width:35px;
	height:35px;
	margin:173px 0 0;
}
#carusel .link-prev{background: url(http://static1.ringaraja.net/images/rr3/arrow08.gif) no-repeat;}
#carusel .link-next{background: url(http://static1.ringaraja.net/images/rr3/arrow07.gif) no-repeat;}
/* gallery */
#carusel .gallery-holder{
	margin:0 6px;
	float:left;
	width:509px;
	overflow:hidden;
	border:1px solid #EAEAEA;
	padding:7px 7px 0 7px;
}
#carusel .gallery{
	margin:0 0 8px;
	width:509px;
	overflow:hidden;
	position:relative;
	padding:0;
	border:none;
	background:none;
}
/* Matjaž */
#slideshow a img{
	margin: 0pt auto; vertical-align: middle;
}
#carusel .gallery ul{
	margin:0;
	padding:0;
	list-style:none;
	width:99999px;
}
#carusel .gallery ul li{
	float:left;
	width:509px;
}
#carusel .gallery ul li img{display:block;}
#carusel .description{
	font-size:11px;
	line-height:14px;
	margin:0 0 6px;
}
.carusel-holder .pager-holder{
	width:525px;
	overflow:hidden;
	padding:0 41px;
}
.carusel-holder .pager{
	margin:0;
	padding:0;
	list-style:none;
	width:550px;
}
.carusel-holder .pager li{
	float:left;
	padding:0 21px 0 0;
}
.carusel-holder .pager li a{
	padding:9px 0 8px;
	display:block;
	cursor:pointer;
}
.carusel-holder .pager li.selected a,
.carusel-holder .pager li a:hover{background: url(http://static1.ringaraja.net/images/rr3/arrow09.gif) no-repeat 50% 0;}
.carusel-holder .pager li a span{
	display:block;
	border:1px solid #c7c7c7;
	width:68px;
	height:48px;
}
/* txt-box */
.txt-box{
	width:100%;
/*	overflow:hidden; */
}
.txt-box p{margin:0 0 14px;}
.switcher-wrapper{
	width:100%;
	overflow:hidden;
	margin:0 0 40px;
}
/* comments-box */
.comments-box{
	margin:0 0 26px;
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #E6E6E6;
}
.comments-box .heading{
	margin:0 0 7px;
	
	overflow:hidden;
	padding:0 4px 6px;
	border-bottom:1px solid #E6E6E6;
}
.comments-box h3{
	margin:0;
	font-size:19px;
	line-height:22px;
	color:#666;
	font-weight:normal;
}
/* comment */
.comments-box .comment{
	margin:0 0 -7px;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
}
.comments-box .comment li{
	margin:-8px 0 8px;
	padding:8px 5px 0;
	background: url(http://static1.ringaraja.net/images/rr3/separator18.gif) repeat-x;
	min-height:107px;
	width:607px;
	overflow:hidden;
}
* html .comments-box .comment li{
	height:107px;
	overflow:visible;
}
.comments-box .comment .wrapper{
	float:left;
	width:170px;
	padding:0 10px 0 0;
	color:#808080;
	font-size:11px;
	line-height:14px;
}
.comments-box .comment .image-area{
	float:left;
	width:40px;
	padding:0 17px 0 0;
}
.comments-box .comment .holder{float:left;}
.comments-box .comment .holder span{display:block;}
.comments-box .comment .holder span a{color:#808080;}
.comments-box .comment .date{font-style:normal;}
.comments-box .txt-comment{
	margin:-2px 0 0;
	float:right;
	width:427px;
	overflow:hidden;
}
.comments-box .comment p{margin:0;}
.some-form{
	margin:0 0 34px;
	width:100%;
	overflow:hidden;
}
.some-form label{
	margin:0 0 7px;
	display:block;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	color:#0073aa;
}
.some-form .textarea{
	width:611px;
	height:109px;
	padding:3px 0 0 4px;
	margin:0 0 7px;
	background:#fff;
	border:1px solid #E6E6E6;
}
.some-form .row{
	width:100%;
	overflow:hidden;
	margin:0 0 4px;
}
.some-form .text{
	float:left;
	width:160px;
	padding:3px 4px;
	margin:0 7px 0 0;
	background:#fff;
	border:1px solid #E6E6E6;
}
.some-form .row label{
	float:left;
	font-size:11px;
	line-height:14px;
	padding:6px 0 0;
	margin:0;
	color:#000;
	font-weight:normal;
}
.some-form .button-holder{width:170px;}
.some-form .button{
	cursor:pointer;
	font-size:11px;
	line-height:14px;
	color:#e1001a;
	border:1px solid #DC0B5E;
	background:#fff;
	padding:2px 6px;
	margin:0;
	float:right;
}

/* content */
#content{
	padding:15px 0 0;
	float:left;
	width:633px;
	font:11px/14px Arial, Helvetica, sans-serif;
}
#content .tab-box{
	margin:0;
	padding:9px 3px 0 0;
}
#content .tab-box-bg-bottom{padding:0 0 30px;}
#content .tab-col-2{
	float:right;
	width:433px;
	overflow:hidden;
}
#content .tab-col-2 p {
	margin:0 10px 0 0;
	padding:0 0 12px 7px;
	font:11px/14px Arial, Helvetica, sans-serif;
}
#content .tab-box .columns-holder{
	width:450px;
	padding:17px 0 0;
	overflow:hidden;
	border-top:1px solid #D2D2D2;
}
#content .tab-box .column{
	float:left;
	width:208px;
	padding:0 16px 0 0;
}
#content .tab-box .column .heading{
	margin:0 0 5px;
	padding:0 7px 6px;
	background: url(http://static1.ringaraja.net/images/rr3/separator13.gif) repeat-x 0 100%;
}
#content .tab-box .column h2{
	margin:0;
	font-size:14px;
	line-height:16px;
}
#content .tab-box .column h2 span{color:#01668a;}
.item-list{
	margin:0;
	padding:0 0 0 7px;
	list-style:none;
}
.item-list li{
	padding:0 0 7px;
	font-size:11px;
	line-height:14px;
}
.item-list li a{
	color:#54A09B;
	font-weight:normal;
}
.item-list li p{
	margin:0;
	padding:0;
}
#content .tab-box .column p{
	margin:0;
	padding:0;
}
#content .tabset{
	padding:0 0 0 2px;
	margin:6px 0 0;
}
#content .tabset li{
	background:none;
	padding:0;
	margin:0 0 2px;
}
#content .tabset li a{
	height:42px;
	text-align:left;
	width:148px;
	padding:19px 13px 0 22px;
	background: url(http://static1.ringaraja.net/images/rr3/bg-tabset-a.gif) no-repeat;
}
#content .tabset li a.active{background: url(http://static1.ringaraja.net/images/rr3/bg-tabset-active.gif) no-repeat;}
#content .tab-box li span{
	display:block;
	margin:0 0 2px;
}
#content .tab-box li .item-link{
	width:100%;
	overflow:hidden;
	margin:0 0 7px;
}
#content .tab-box li .item-link a{
	float:left;
	padding:0 0 0 19px;
	background: url(http://static1.ringaraja.net/images/rr3/bullet11.gif) no-repeat 0 5px;
}

/* product-list */
.product-list-holder{
	width:960px;
	padding:0 11px 29px 9px;
	overflow:hidden;
	background:#fff;
}
.product-list{
	width:980px;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	background:#fff url(http://static1.ringaraja.net/images/rr3/separator14.gif) no-repeat 0 100%;
}
.product-list li{
	font:11px/14px Arial, Helvetica, sans-serif;
	float:left;
	width:227px;
	overflow:hidden;
	padding:0 18px 0 0;
}
.product-list .item-list li{padding-bottom:8px;}
.product-list .product-heading{
	padding:3px 6px;
	margin:0 0 9px;
	border-bottom:2px solid #CC7E19;
}
.product-list h3{
	font-weight:normal;
	margin:0;
	font-size:15px;
	line-height:17px;
}
.product-list .product-content{
	overflow:hidden;
	padding:0 1px 0 3px;
}
.product-list .image-wrapper{
	float:left;
	padding:2px 12px 8px 0;
}
.product-list .image-wrapper img{display:block;}
.product-list .area{
	margin:0 0 4px;
	width:100%;
	overflow:hidden;
}
.product-list .item-list{padding:0 0 0 2px;}
/* some-list */
.product-list .some-list{
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	width:auto;
	background:none;
}
.product-list .some-list li{
	float:none;
	width:auto;
	padding:0 0 7px;
	margin:0 0 9px;
}
.product-list .some-list li.first{background: url(http://static1.ringaraja.net/images/rr3/separator15.gif) repeat-x 0 100%;}
.product-list .some-list li a{
	display:block;
	padding:0 0 0 6px;
	background: url(http://static1.ringaraja.net/images/rr3/arrow03.gif) no-repeat 0 4px;
}
.product-list p{margin:0;}
.product-list p .item-link{color:#54A09B;}

/* columns-box */
.columns-box{
	clear:left;
	padding:0 11px 3px 9px;
	overflow:hidden;
	background:#fff;
}
.columns-box .column-one{
	float:left;
	width:715px;
	overflow:hidden;
}
.columns-box .column-one .product-list{
	width:740px;
	margin:0 0 11px;
}
/* column-two */
.columns-box .column-two{
	float:right;
	width:227px;
	overflow:hidden;
}
.columns-box .column-two .product-list{
	width:auto;
	background:none;
}
.columns-box .column-two .item-list{padding:0 0 0 4px;}
.columns-box .column-two .item-list li{padding:0 10px 8px 0;}
/* box-tags */
.box-tags-holder{
	width:100%;
	overflow:hidden;
	background:#fff;
}
.box-tags{
	
	padding:0 11px 0 9px;
	margin:0 0 15px;
	overflow:hidden;
	background:#fff url(http://static1.ringaraja.net/images/rr3/bg-box-tags.gif) no-repeat 9px 100%;
}
.box-tags .column-one{
	float:left;
	width:471px;
	overflow:hidden;
}
.box-tags .product-list{
	width:490px;
	background:none;
}
/* column-two */
.box-tags .column-two{
	float:right;
	width:471px;
}
.box-tags .column-two .box-heading{
	border-bottom:2px solid #54A09B;
	
	margin:0 0 9px;
	padding:3px 6px;
}
.box-tags .column-two h3{
	font-size:15px;
	font-weight:normal;
	line-height:17px;
	margin:0;
}
.box-tags .tags-content{

	overflow:hidden;
	padding:0 11px;
}
.box-tags .tags-content img{display:block;}


/* main-news */
.main-news{
	width:100%;
	overflow:hidden;
	padding:0 0 3px;
	background:#fff url(http://static1.ringaraja.net/images/rr4/separator12.gif) no-repeat 0 100%;
}
.main-news .column-one{
	float:left;
	width:630px;
}
.main-news .gallery{
	background:#fff;
	border:none;
}
.main-news .news{
	width:185px;
	margin:11px 0 0;
	padding:0 0 0 9px;
}
.main-news .news li {
	margin:0 0 2px;
	padding:0;
	background: url(http://static1.ringaraja.net/images/rr4/bg-gallery-li.gif) no-repeat;
}
.main-news .news li#customPR {
	margin:0 0 2px;
	padding:0;
	background: url(http://static1.ringaraja.net/images/rr4/bg-gallery-li_CRO_sponsored.gif) no-repeat;
}
.main-news .news li div{
	margin:0;
	height:61px;
}
.main-news .news li.active div{
	margin:0;
	background: url(http://static1.ringaraja.net/images/rr4/bg-gallery-active.gif) no-repeat;
	width:183px;
	height:61px;
}
.main-news .news li#customPR.active div{
	margin:0;
	background: url(http://static1.ringaraja.net/images/rr4/bg-gallery-active_CRO_sponsored.gif) no-repeat;
	width:183px;
	height:61px;
}
.main-news .gallery .news-image {
	border:1px solid #aaa;
	margin:11px 12px 0 3px;
}
.main-news #news-slides{width:436px;}
.main-news .gallery .news-content{
	margin:12px 0 0;
	width:170px;
}
.main-news .item-link{
	margin:0 0 3px;
	width:100%;
	overflow:hidden;
}
.main-news .item-link a{
	padding:0 11px 0 0;
	font-size:11px;
	line-height:12px;
	color:#54A09B;
	background: url(http://static1.ringaraja.net/images/rr4/arrow02.gif) no-repeat 100% 5px;
}
.main-news .gallery .news-content h1{
	font:bold 14px/15px Arial, Helvetica, sans-serif;
	margin:0 0 4px;
	padding:0;
}
.main-news .by{
	margin:0 0 13px;
	display:block;
	font:italic 12px/15px Arial, Helvetica, sans-serif;
}
.main-news .by a{color:#54A09B;}
.main-news .gallery .news-content p{
	margin:0 0 15px;
	font:11px/13px Arial, Helvetica, sans-serif;
}
.main-news .gallery .news-content p a{color:#54A09B;}
.main-news .links{padding:13px 0 0;}
.main-news .links li{
	padding:0 0 1px;
}
/* column-two */
.main-news .column-two{
	float:right;
	width:321px;
	padding:0 10px 0 0;
}
.main-news .title span{
	font-size:9px;
	line-height:10px;
	color:#828282;
	padding:0 3px 0 0;
}
.main-news .image-box .image{margin:13px 0 0 1px;}
/* twocolumn */
#twocolumn{
	padding:0 1px 17px 0;
	width:978px;
	overflow:hidden;
	background:#fff;
}
/* content */
#content{
	padding:15px 0 0;
	float:left;
	width:633px;
	font:11px/14px Arial, Helvetica, sans-serif;
}
#content .tab-box{
	margin:0;
	padding:9px 3px 0 0;
}
#content .tab-box-bg-bottom{padding:0 0 30px;}
#content .tab-col-2{
	float:right;
	width:433px;
	overflow:hidden;
}
#content .tab-col-2 p {
	margin:0 10px 0 0;
	padding:0 0 12px 7px;
	font:11px/14px Arial, Helvetica, sans-serif;
}
#content .tab-box .columns-holder{
	width:450px;
	padding:17px 0 0;
	overflow:hidden;
	border-top:1px solid #d2d2d2;
}
#content .tab-box .column{
	float:left;
	width:208px;
	padding:0 16px 0 0;
}
#content .tab-box .column .heading{
	margin:0 0 5px;
	padding:0 7px 6px;
	background: url(http://static1.ringaraja.net/images/rr3/separator13.gif) repeat-x 0 100%;
}
#content .tab-box .column h2{
	margin:0;
	font-size:14px;
	line-height:16px;
}
#content .tab-box .column h2 span{color:#01668a;}
.item-list{
	margin:0;
	padding:0 0 0 7px;
	list-style:none;
}
.item-list li{
	padding:0 0 7px;
	font-size:11px;
	line-height:14px;
}
.item-list li a{
	color:#54A09B;
	font-weight:normal;
}
.item-list li p{
	margin:0;
	padding:0;
}
#content .tab-box .column p{
	margin:0;
	padding:0;
}
#content .tabset{
	padding:0 0 0 2px;
	margin:6px 0 0;
}
#content .tabset li{
	background:none;
	padding:0;
	margin:0 0 2px;
}
#content .tabset li a{
	height:42px;
	text-align:left;
	width:148px;
	padding:19px 13px 0 22px;
	background: url(http://static1.ringaraja.net/images/rr3/bg-tabset-a.gif) no-repeat;
}
#content .tabset li a.active{background: url(http://static1.ringaraja.net/images/rr3/bg-tabset-active.gif) no-repeat;}
#content .tab-box li span{
	display:block;
	margin:0 0 2px;
}
#content .tab-box li .item-link{
	width:100%;
	overflow:hidden;
	margin:0 0 7px;
}
#content .tab-box li .item-link a{
	float:left;
	padding:0 0 0 19px;
	background: url(http://static1.ringaraja.net/images/rr3/bullet11.gif) no-repeat 0 5px;
}

/* holder-row */
.holder-row{
	overflow:hidden;
	padding:0 13px 0 8px;
	background:#fff;
	font:13px/15px Arial, Helvetica, sans-serif;
}
.holder-row .row{
	margin:0 0 12px;
	width:100%;
	overflow:hidden;
	border:1px solid #54A09B;
}
.holder-row .row .txt-holder{
	width:100%;
	overflow:hidden;
	text-align:center;
	padding:10px 0;
}
.holder-row .some-link{
	margin:0 13px 0 0;
	float:left;
	padding:11px 15px 10px;
	font-weight:bold;
	background:#cce3e2;
}
.holder-row p{margin:0;}
.holder-row p a{
	color:#54A09B;
	text-decoration:underline;
}
.holder-row p a:hover{text-decoration:none;}
.holder-row .list-wrapper{
	overflow:hidden;

	padding:11px 0 0 0;
}
.holder-row .link-next,
.holder-row .link-prev{
	margin:3px 0 0;
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	width:6px;
	height:10px;
}
.holder-row .link-prev{background: url(http://static1.ringaraja.net/images/rr3/arrow06.gif) no-repeat;}
.holder-row .link-next{background: url(http://static1.ringaraja.net/images/rr3/arrow05.gif) no-repeat;}
.holder-row .list-wrapper ul{
	margin:0 -4px 0 15px;
	display:inline;
	padding:0;
	list-style:none;
	float:left;
	overflow:hidden;
}
.holder-row .list-wrapper ul li{
	float:left;
	display:inline;
	margin:0 9px 0 -8px;
	padding:0 6px 0 7px;
	font-size:12px;
	line-height:14px;
	background: url(http://static1.ringaraja.net/images/rr3/separator17.gif) no-repeat 0 2px;
}
.holder-row .list-wrapper ul li ul{
	margin:0;
	padding:0;
	list-style:none;
	float:none;
	display:inline;
}
.holder-row .list-wrapper ul li ul li{
	display:inline;
	float:none;
	font-size:11px;
	line-height:14px;
	padding:0;
	margin:0;
	background:none;
}
.holder-row .list-wrapper ul li ul li a{color:#54A09B;}
/* sidebar */
#sidebar .image-box{
	
}
#sidebar .title{
	border-bottom:1px solid #B1D1E4;
	padding:2px 0;
	margin-bottom: 10px;
	width:321px;
}
#sidebar .title span{
	font-size:10px;
	line-height:10px;
	color:#828282;
	padding:0 2px 0 0;
}
#sidebar{
	float:right;
	width:329px;
}
#sidebar .tab-container{margin:-3px 0 0;}
#sidebar .tab-holder{
	padding:15px 0 0;
	width:321px;
}
#sidebar .tab-container .box{padding:8px 7px 0 10px;}
#sidebar .tab-nav li{
	min-width:33px;
}
#sidebar .tab-list .link-list{
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#sidebar .tab-list .link-list li{
	float:left;
	width:auto;
	margin:0 7px 0 -7px;
	padding:0 4px 0 7px;
	background: url(http://static1.ringaraja.net/images/rr3/arrow04.gif) no-repeat 0 5px;
}
#sidebar .tab-list .link-list li a{color:#54A09B;}
.tab-b .item-tab-list a{
	text-decoration:none;
	padding:0 7px 0 0;
	background: url(http://static1.ringaraja.net/images/rr3/arrow01.gif) no-repeat 100% 5px;
}
.tab-b .item-tab-list a:hover{text-decoration:underline;}
#sidebar .tab-list .s-box .text span a{
	text-decoration:none;
	padding:0 8px 0 0;
	background: url(http://static1.ringaraja.net/images/rr3/arrow01.gif) no-repeat 100% 4px;
}

/* breadcrumbs */
.breadcrumbs {
background:#FFFFFF none no-repeat scroll 0 0;
height:20px;
line-height:20px;
margin:0 0 10px;
padding:0;
width:980px;
}

.breadcrumbs-left {
background:transparent url(http://static1.ringaraja.net/images/winter_breadcrumbs-bg-left-rr3.gif) no-repeat scroll 0 0;
float:left;
height:20px;
padding:0;
width:11px;
}

.breadcrumbs-middle {
background:#87BDD8 none repeat scroll 0 0;
float:left;
height:20px;
line-height:20px;
}

.breadcrumbs-right {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://static1.ringaraja.net/images/winter_breadcrumbs-bg-middle-rr3.gif) no-repeat scroll 0 0;
float:left;
height:20px;
width:20px;
}

/* !in tm.asp */
#forumSlike a img {
	border: 1px solid #DEEDF3;
	vertical-align: middle;
}

#forumSlike a:hover img {
	border: 1px solid #54A09B;
	vertical-align: middle;
}
#forumSlike {
	border:2px solid #DEEDF3;
}
#lblSlike {
	color:#ffffff;
	padding:2px;
}
#imgDiv {
	float:left;
	margin-top:5px;
	width:430px;
	text-align:center;
}
#imgDiv a {
	margin-right:5px;
}
.tag-link
{
	color: #54A09B;
}
.page-wrapper .heading-wrapper h2 
{ 
		color:#B1D1E4;
		font-size:14px;
		margin-bottom: 11px;
		margin-top: 0px;	
}
.blog-picture
{
	display:inline;
	float:left; 
	border:1px solid #54A09B;
	padding:2px;
}
.blog-username
{
	font-size:20px;
	color:#54A09B;
}
.blog-lastforummsg
{
	cursor:pointer;
	color:#54A09B;
}
.financni-link {
	color: #54A09B;
}
.blog-320-ad {
	color:#54A09B;
	font-size:12px;
}
.blog-videos-320 {
	position:absolute;
	margin-left:15px;
	margin-top:15px;
	color:#54A09B;
	width:220px;
}
.video-heading-main {
	font-size:19px;
	color:#54A09B;
}
/* !PHP-specific CSS */

.col-1 .content .modul-box {
	float: left;
	width: 311px;
	background: url(http://static1.ringaraja.net/images/pages/middle-box-bg.gif) repeat-y;
	margin: 10px 0 0;
}

.col-1 .content .modul-box .modul-box-bg {
	background: none;
}

.col-1 .content .modul-box .modul-box-bg-bottom {
	background: url(http://static1.ringaraja.net/images/pages/middle-box-bg-bottom.gif) no-repeat 0 100%;
	padding-bottom: 16px;
}

.col-1 .content .modul-box .modul-box-bg-bottom-2 {
	background: url(http://static1.ringaraja.net/images/pages/middle-box-bg-bottom.gif) no-repeat 0 100%;
	padding-bottom: 16px;
	height: 247px;
}

.col-1 .content .modul-box h3 {
	background: url(http://static1.ringaraja.net/images/pages/winter_middle-box-heading.gif) no-repeat;
}

/* !content area */
.content {
	overflow: hidden;
	width: 100%;
	margin: -6px 0 0;
	position: relative;
}

/* !slider box start */
.slider {
	margin: 9px 0 0 14px;
	width: 280px;
}

.slider #btn-prev,.slider #btn-next {
	background: url(http://static1.ringaraja.net/images/pages/winter_btn-prev.gif) no-repeat;
	width: 16px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	margin: 68px 0 0
}

.slider #btn-next {
	background: url(http://static1.ringaraja.net/images/pages/winter_btn-next.gif) no-repeat;
	width: 17px;
	float: right;
}

.slider ul {
	margin: 1px 0 0 14px;
	padding: 0;
	float: left;
	display: inline;
}

.slider ul li {
	float: left;
	display: inline;
	width: 220px;
}

.slider ul li p {
	margin: 2px 0 0;
	font: 11px/ 13px Verdana, Arial, sans-serif;
	letter-spacing: 0;
}

.slider ul li p a {
	color: #000;
}

.slider ul li p a:hover {
	text-decoration: none;
}

/* slider box end */ 

/* !create album box start */
.create-album-box {
	float: left;
	background: url(http://static1.ringaraja.net/images/pages/winter_create-album-box.jpg) no-repeat;
	width: 322px;
	height: 261px;
	margin: 11px 0 0 2px;
	display: inline;
}

.create-album-box h3 {
	margin: 13px 40px;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
}

.create-album-box .text {
	margin: 18px 18px 0 133px;
}

.create-album-box .text p {
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0px;
}

/* !buttons */
.create-album-box .button1 {
	float: left;
	margin: 14px -12px 0 22px;
	background-color: #fff;
	border: 1px solid #157627;
	height: 29px;
	padding: 11px 9px 0;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
	color: #000;
	position:absolute;
	left: 305px;
	top: 200px;
}
.create-album-box .button2 {
	float: left;
	margin: 14px -12px 0 22px;
	background-color: #fff;
	border: 1px solid #157627;
	height: 29px;
	padding: 11px 9px 0;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
	color: #000;
	position:absolute;
	left: 435px;
	top: 200px;
}

.create-album-box .button:hover {
	text-decoration: underline;
}

/* create album box end */

/* !boxes start headings */
.modul-box h3 {
	margin: 0 0 7px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	background: url(http://static1.ringaraja.net/images/pages/winter_small-heading.gif) no-repeat;
	height: 22px;
	padding: 7px 0 0 10px;
	font-weight: normal;
}

.col-2 .modul-box h3 {
	padding-top: 10px;
	height: 24px;
}

.col-1 .content .modul-box h3 {
	background: url(http://static1.ringaraja.net/images/pages/winter_middle-box-heading.gif) no-repeat;
}

/* boxes start end */

/* !gallery */
.gallery_php {
	clear: both;
	margin: 0 0 0 5px;
	padding: 18px 0 0;
	padding-bottom: 10px;
}

.content-bottom {
	margin: -9px 0 0;
}

.col-1 .content .right {
	margin-left: 9px;
}

/* !new albums and comments box start */
.new-albums {
	margin: 0 0 -4px;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

.new-albums li {
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 2px 0 0;
	padding: 0 0 14px;
	vertical-align: top;
}

/* image */
.new-albums li .image,.album-info-box .image {
	background: url(http://static1.ringaraja.net/images/pages/image-border-bg.gif) no-repeat;
	width: 94px;
	height: 87px;
	padding: 8px 0 0 8px;
	float: left;
	margin: 3px 0 0 11px;
	display: inline;
}

.comments li .image {
	
}

.album-info-box .image {
	background: url(http://static1.ringaraja.net/images/pages/image-border-bg-2.gif) no-repeat;
	margin-left: 12px;
	width: 90px;
}

/* text */
.new-albums li .text {
	float: left;
	width: 190px;
}

.new-albums li .text h4 {
	margin: 0;
	font-size: 13px;
	line-height: 15px;
}

.new-albums li .text h4 a {
	color: #000;
	text-decoration: none;
}

.new-albums li .text h4 a:hover {
	text-decoration: underline;
}

.new-albums li .text h4 span {
	text-decoration: underline;
}

.new-albums li .text p {
	margin: 0;
	font-size: 13px;
	line-height: 14px;
}

.comments li .text p {
	padding: 5px 40px 0 0;
}

.new-albums li .text p a {
	color: #000;
}

.comments li .text p.cite a {
	color: #f00;
	text-decoration: none;
}

.new-albums li .text p a:hover {
	text-decoration: none;
}

.comments li .text p.cite a:hover {
	text-decoration: underline;
}

/* new albums and comments box end */

/* !inner page start */
.col-1 .inner-content {
	margin: 5px 0 0 -1px;
	position: relative;
}

.inner-content .heading {
	background: url(http://static1.ringaraja.net/images/pages/winter_big-box-heading.gif) no-repeat;
	height: 33px;
	width: 631px;
	overflow: hidden;
}

.inner-content .heading h3 {
	float: left;
	background: none;
	padding-top: 7px;
}

.inner-content .btn-create,.inner-content .btn-share {
	float: right;
	border: 1px solid #157627;
	background-color: #fff;
	text-decoration: none;
	color: #000;
	display: inline;
	margin: 7px 10px 0 0;
	padding: 1px 8px 1px;
	letter-spacing: 0px;
	line-height: 14px;
}

.inner-content .btn-share {
	margin: 5px 0 0;
	padding: 1px 7px 1px;
}
/* inner page end */

/* !album info box start */
.album-info-box {
	overflow: hidden;
	width: 100%;
	margin: 14px 0 0;
	padding: 0 0 25px;
}

.album-info-box .text {
	float: left;
	width: 504px;
}

.album-info-box .head {
	background: url(http://static1.ringaraja.net/images/pages/dotted-line.gif) repeat-x 0 100%;
	overflow: hidden;
	width: 100%;
	padding: 0 0 6px;
	margin: 11px 0 0;
}

.album-info-box .head .add-album1 {
	float: right;
	background: url(http://static1.ringaraja.net/images/pages/ico-heart.gif) no-repeat 100% 3px;
	padding: 1px 20px 0 0;
	margin: 0 2px 0 0;
	color: #000;
	text-decoration: none;
	display: inline;
	cursor: pointer;
}

.album-info-box .head .add-album2 {
	float: right;
	background: url(http://static1.ringaraja.net/images/pages/ico-heart-marked.gif) no-repeat 100% 3px
		;
	padding: 1px 20px 0 0;
	margin: 0 2px 0 0;
	color: #000;
	text-decoration: none;
	display: inline;
	cursor: pointer;
}

.album-info-box .head .add-album:hover {
	text-decoration: underline;
}

.album-info-box .head .title {
	float: left;
	padding: 0 0 0 5px;
}

.album-info-box .head .title span {
	font-size: 13px;
}

.album-info-box .head .title a {
	color: #000;
}

.album-info-box .head .title a:hover,.album-info-box .text p a:hover {
	text-decoration: none;
}

.album-info-box .text p {
	margin: 5px 0 0 4px;
	font-size: 12px;
	line-height: 14px;
}

.album-info-box .text p a {
	color: #000;
}

/* album info box end */

/* !headings links start */
.headings {
	position: absolute;
	top: 156px;
	left: 203px;
	margin: 0;
	padding: 0;
}
.headings li {
	float: left;
	display: inline;
	background: url(http://static1.ringaraja.net/images/pages/winter_sep.gif) no-repeat;
	padding: 0 0 0 1px;
}
.headings li.first {
	background: none;
}
.headings li h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
}
.headings li a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	width: 149px;
	text-align: center;
}
.headings li a span {
	position: relative;
	display: block;
	width: 149px;
	padding: 8px 0 7px 0;
	cursor: pointer;
}
.headings li a:hover {
	text-decoration: underline;
	background: url(http://static1.ringaraja.net/images/pages/blue-opacity.png) repeat;
}
.headings li a.active {
	background: url(http://static1.ringaraja.net/images/pages/blue-opacity.png) repeat;
}
/* headings links end */

/* !text styles start */
.modul-box p {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0px;
	margin: 0 11px;
	padding: 0 0 14px;
}

.photos-box p {
	text-align: center;
}

.anketa-box p {
	line-height: 17px;
}

.photos {
	background: url(http://static1.ringaraja.net/images/pages/image.jpg) no-repeat;
	width: 149px;
	height: 88px;
	display: block;
	text-indent: -9999px;
	margin: 25px 0 16px 1px;
}

/* text styles end */

/* !tabs start */
.tabs {
	overflow: hidden;
	margin: 0 0 0 10px;
	padding: 0;
	width: 590px;
}

.inner-content .tabs {
	margin: -4px 0 0 6px;
	position: relative;
}

.tabs li {
	float: left;
	display: inline;
	margin: 0 0 0 4px;
}

.tabs li a {
	text-decoration: none;
	background: url(http://static1.ringaraja.net/images/pages/winter_tab-bg.gif) no-repeat;
	float: left;
	text-decoration: none;
	color: #000;
}

.tabs li a span {
	float: left;
	height: 18px;
	background: url(http://static1.ringaraja.net/images/pages/winter_tab-bg-right.gif) no-repeat 100% 0;
	cursor: pointer;
	padding: 2px 18px 0;
	letter-spacing: 0px;
}

.tabs li a:hover,.tabs li a.active {
	background-position: 0 -20px;
}

.tabs li a:hover span,.tabs li a.active span {
	background-position: 100% -20px;
}

/* tabs end */

/* !paginator start */
.paginator {
	overflow: hidden;
	width: 100%;
	margin: 0;
}

.paginator p {
	margin: 1px 0 0 10px;
	font-size: 12px;
	line-height: 14px;
	float: left;
	display: inline;
}

.paginator div {
	float: right;
	display: inline;
	margin: 0 11px 0 0;
}

.paginator div .prev,.paginator div .next {
	float: left;
	color: #000;
}

.paginator div .prev a,.paginator div .next a {
	color: #000;
	padding: 0 2px;
}

.paginator div .prev a:hover,.paginator div .next a:hover,.paginator div ul li a:hover
	{
	text-decoration: none;
}

.paginator div ul {
	margin: 0;
	padding: 0 1px;
	float: left;
}

.paginator div ul li {
	float: left;
	display: inline;
	padding: 0 3px;
}

.paginator div ul li a {
	color: #000;
}

/* paginator end */

/* !photos gallery start */
.photos-gallery {
	margin: 5px 0 0 10px;
	padding: 0;
	border-collapse: collapse;
	width: 597px;
}

.photos-gallery td {
	margin: 0;
	padding: 0 0 18px;
	vertical-align: middle;
	text-align: center;
	width: 150px;
}

.photos-gallery td img {
	border: 1px solid #d6d6d6;
	padding: 4px;
	display: inline;
}

* html .photos-gallery td img {
	margin-bottom: 4px;
}

*+html .photos-gallery td img {
	margin-bottom: 4px;
}

/* photos gallery end */

/* !forms */
.form-standard {
	margin: 0px 0 0 14px;
}
.form-standard p {
	font-size:13px;
	letter-spacing:-1px;
	line-height:16px;
	margin:0 11px;
	padding:0 0 5px;
}
.form-standard div {
	display: block;
}
.form-standard input {
	border: 1px solid #dfdfdf;
}
.form-standard textarea {
	border: 1px solid #dfdfdf;
}
.form-standard select {
	border: 1px solid #dfdfdf;
	font-size: 11px;
	letter-spacing: 1px;
}
.form-standard input[type="submit"] {
	border: 1px solid #fe0000;
	background-color: white;
}
.form-standard .name {
	float: left;
	vertical-align:text-top;
	width: 90px;
}
.form-standard .input {
	vertical-align:text-top;
}

.share-mail {
	margin-left: 117px;
}
.share-mail td {
	font-size: 12px;
}
.share-mail img {
	display: inline;
}
/* forms end */

/* !share box start */
.album-text-box {
	background: url(http://static1.ringaraja.net/images/pages/dotted-line.gif) repeat-x;
	width: 611px;
	margin: 17px 0 0 10px;
	padding: 0 0 12px;
}

.album-text-box .sideimage {
	border: 1px solid #D6D6D6;
	color: #000000;
	display: inline;
	cursor: pointer;
	float: right;
	margin: 0 2px 0 0;
	padding: 4px;
}

.album-text-box p {
	margin: 0;
	padding: 14px 0 0;
	font: 12px/ 15px Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}

.album-text-box p a {
	color: #000;
}

.album-text-box p a:hover {
	text-decoration: none;
}

/* share box end */

.textareaComment {
	border: 1px solid #dfdfdf;
}
.buttonComment {
	border: 1px solid #fe0000;
	background-color: white;
}

.uploadPhotoButton {
	border: 1px solid #000000;
	background-color: white;
	position: absolute;
	left: 525px;
	width: 88px;
}
.editAlbumButton {
	border: 1px solid #000000;
	background-color: white;
	position: absolute;
	left: 425px;
	width: 93px;
}
.editImageButton {
	border: 1px solid #000000;
	background-color: white;
	position: absolute;
	left: 335px;
	width: 84px;
}
.prizeButton {
	border: 1px solid #000000;
	background-color: #acdb11;
	position: absolute;
	margin-left: 68px;
	margin-top: 25px;
	width: 370px;
	
}
.prizeButtonFala {
	border: 1px solid #000000;
	background-color: #0098db;
	margin-left: 26px;
	margin-top: 50px;
	width: 412px;
	
}
.prizeRemoveButton {
	border: 1px solid #000000;
	background-color: white;
	position: absolute;
	left: 423px;
}

/* !upload */
.hide 
{
	display: none;
}
#demo-status
{
	background-color:		#FFFFFF;
	padding:				10px 15px;
	margin-left: 			14px;
	width:					420px;
}
		
#demo-status .progress
{
	background:				white url(http://static1.ringaraja.net/images/upload/progress.gif) no-repeat;
	background-position:	+50% 0;
	margin-right:			0.5em;
}
		
#demo-status .progress-text
{
	font-size:				0.9em;
	font-weight:			bold;
}
		
#demo-list
{
	list-style:				none;
	width:					420px;
	margin:					0;
	padding:0;
}
		
#demo-list li.file
{
	border-bottom:			1px solid #eee;
	background:				url(http://static1.ringaraja.net/images/upload/file.png) no-repeat 4px 4px;
	margin-left: 			25px;
}
#demo-list li.file.file-uploading
{
	background-image:		url(http://static1.ringaraja.net/images/upload/uploading.png);
	background-color:		#D9DDE9;
}
#demo-list li.file.file-success
{
	background-image:		url(http://static1.ringaraja.net/images/upload/success.png);
}
#demo-list li.file.file-failed
{
	background-image:		url(http://static1.ringaraja.net/images/upload/failed.png);
}
		
#demo-list li.file .file-name
{
	font-size:				1.2em;
	margin-left:	     	44px;
	display:				block;
	clear:					left;
	line-height:			40px;
	height:					40px;
	font-weight:			bold;
}
#demo-list li.file .file-size
{
	font-size:				0.9em;
	line-height:			18px;
	float:					right;
	margin-top:				2px;
	margin-right:			6px;
}
#demo-list li.file .file-info
{
	display:				block;
	margin-left:	  10px;
	font-size:				0.9em;
	line-height:			20px;
	clear
}
#demo-list li.file .file-remove
{
	clear:					right;
	float:					right;
	line-height:			18px;
	margin-right:			6px;
}
/* upload end */

/* !order page */
#boxes {
	font-family: Arial, sans-serif;
	list-style-type: none;
	margin: 14px;
	padding: 0px;
	width: 100%;
	display:block;
}
#boxes li {
	cursor: move;
	position: relative;
	float: left;
	margin: 2px 2px 0px 0px;
	width: 79px;
	height: 79px;
	border: 1px solid #D6D6D6;
	text-align: center;
	padding:4px;
}

/* !cgcalendar style */
.content-block {
	background:transparent none repeat scroll 0 0;
	margin:10px 0 0 10px;
	width:631px;
}

.content-block .modul-box-bg .article_class span, ul, li, ol, div, p {
	font-family:"Trebuchet MS",trebuchet,Arial,Helvetica,sans-serif !important;
	font-size:12px;
	font-weight:inherit;
}

.content-block .modul-box-bg {
	background:transparent none repeat scroll 0 0;
}

.box_3_2left {
	float:left;
	margin-right:20px;
	width:413px;
}

.content-block h2.recipe {
	background:transparent none repeat scroll 0 0;
	border-bottom:1px solid #E0E0E0;
	font-size:20px;
	font-weight:normal;
	height:20px;
	line-height:28px;
	margin:0;
	overflow:hidden;
	padding:6px 0 6px 11px;
}

.box_3_1right {
	width:196px;
}

.buttonPool {
	background-color:white;
	border:1px solid #FE0000;
}

/* !all ronded box styles start */
.modul-box {
	background: url(http://static1.ringaraja.net/images/pages/small-box-bg.gif) repeat-y;
	width: 151px;
	margin: 4px 0 0;
}


.col-2-2 .modul-box {
	background: url(http://static1.ringaraja.net/images/pages/small-box-bg-2.gif) repeat-y;
	width: 161px;
	margin: 10px 0 0;
}

.col-1 .modul-box {
	width: 631px;
	background: url(http://static1.ringaraja.net/images/pages/big-box-bg.gif) repeat-y;
	margin: 5px 0 0;
}

.col-1 .content .modul-box {
	float: left;
	width: 311px;
	background: url(http://static1.ringaraja.net/images/pages/middle-box-bg.gif) repeat-y;
	margin: 10px 0 0;
}

.modul-box .modul-box-bg {
	background: url(http://static1.ringaraja.net/images/pages/small-box-top.gif) no-repeat;
}

.col-2-2 .modul-box .modul-box-bg {
	background: url(http://static1.ringaraja.net/images/pages/small-box-top-2.gif) no-repeat;
}

.col-1 .modul-box .modul-box-bg {
	background: url(http://static1.ringaraja.net/images/pages/big-box-top.gif) no-repeat;
}

.col-1 .content .modul-box .modul-box-bg {
	background: none;
}

.modul-box .modul-box-bg-bottom {
	background: url(http://static1.ringaraja.net/images/pages/small-box-bottom.gif) no-repeat 0 100%;
	overflow: hidden;
	width: 100%;
	padding-bottom: 20px;
}

.col-2-2 .modul-box .modul-box-bg-bottom {
	background: url(http://static1.ringaraja.net/images/pages/small-box-bottom-2.gif) no-repeat 0 100%;
}

.col-1 .modul-box .modul-box-bg-bottom {
	background: url(http://static1.ringaraja.net/images/pages/big-box-bottom.gif) no-repeat 0 100%;
	padding-bottom: 16px;
}

.col-1 .content .modul-box .modul-box-bg-bottom {
	background: url(http://static1.ringaraja.net/images/pages/middle-box-bg-bottom.gif) no-repeat 0 100%;
	padding-bottom: 16px;
}

.col-1 .content .modul-box .modul-box-bg-bottom-2 {
	background: url(http://static1.ringaraja.net/images/pages/middle-box-bg-bottom.gif) no-repeat 0 100%;
	padding-bottom: 16px;
	height: 247px;
}

.photos-box .modul-box-bg-bottom {
	min-height: 235px;
}

* html .photos-box .modul-box-bg-bottom {
	height: 235px;
}

/* all ronded box styles end */

/* !private messages table style */
table.listmsgs {
 /* width: 610px; */
  padding: 0px;
  border: none;
  border-spacing: 0px;
  background-color: #FFFFFF;
  border-collapse:collapse;
}

table.listmsgs td {
  font-size: 12px;  
  vertical-align: middle;
  padding: 7px;
  border-bottom: 1px solid #cccccc;  
  border-top: 1px solid #cccccc;  
}

/* Autocomplete */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}


/* SN */
.nudge-close-button {
	background-image:url(http://static1.ringaraja.net/images/delete.png);
	background-repeat:no-repeat;
	cursor:pointer;
	height:12px;
	position:relative;
	width:11px;
	float: right
}
.addFreinds-button{
	cursor: pointer;
	background-image:url(http://static1.ringaraja.net/images/user_add.png) !important;
	background-repeat:no-repeat !important;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:15px;
	font-size:10px;
	border: 0px !important;
	background-color: transparent !important;
	
}
.noticeToUsers{
	background: #FFFFBF; 
	padding:5px; 
	width:970px;
	margin-bottom:11px;
	min-height:30px;
	border:1px solid white;
}
/* JS Boxes */
.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }
.boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }
.boxy-wrapper { empty-cells: show; }
.boxy-wrapper .top-left,
.boxy-wrapper .top-right,
.boxy-wrapper .bottom-right,
.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }
.boxy-wrapper .top-left { background: url('http://static1.ringaraja.net/images/boxy-nw.png'); }
.boxy-wrapper .top-right { background: url('http://static1.ringaraja.net/images/boxy-ne.png'); }
.boxy-wrapper .bottom-right { background: url('http://static1.ringaraja.net/images/boxy-se.png'); }
.boxy-wrapper .bottom-left { background: url('http://static1.ringaraja.net/images/boxy-sw.png'); }
.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static1.ringaraja.net/images/boxy-nw.png'); }
.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static1.ringaraja.net/images/boxy-ne.png'); }
.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static1.ringaraja.net/images/boxy-se.png'); }
.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static1.ringaraja.net/images/boxy-sw.png'); }
.boxy-wrapper .top,
.boxy-wrapper .bottom { height: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
.boxy-wrapper .left,
.boxy-wrapper .right { width: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
.boxy-wrapper .title-bar { background-color: black; padding: 6px; position: relative; }
.boxy-wrapper .title-bar.dragging { cursor: move; }
.boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
.boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
.boxy-inner { background-color: white; padding: 0 }
.boxy-content { padding: 15px; }
.boxy-wrapper .question { width: 350px; min-height: 80px; }
.boxy-wrapper .answers { text-align: right; }

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(http://static1.ringaraja.net/images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}
div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/* Pop Up modal position:relative; top:-150px; left:-500px; z-index:2000; width:500px; */
#PopUpFirstInfo { display:none; position:fixed; width:100%; height:100%; top:0px; left:0px; }
#PopUpFirstBackground { filter:Alpha(Opacity=80); -moz-opacity:0.8; opacity:0.8; width:100%; height:100%; background-color:#C3D3EA; position:absolute; z-index: 1000; top:0px; left:0px; }
#PopUpFirstContainer { position:fixed; width:350px; height:200px; left:50%; top:50%; z-index:1500; margin-top:-100px; margin-left:-250px;}
#PopUpFirst { background-color:white; border:solid 1px #22396f; padding:1px; }

/* Pop Up Second modal position:relative; top:-150px; left:-500px; z-index:2000; width:500px; */
#PopUpSecondInfo { display:none; position:fixed; width:100%; height:100%; top:0px; left:0px; }
#PopUpSecondBackground { filter:Alpha(Opacity=80); -moz-opacity:0.8; opacity:0.8; width:100%; height:100%; background-color:#C3D3EA; position:absolute; z-index: 1000; top:0px; left:0px; }
#PopUpSecondContainer { position:fixed; width:370px; height:200px; left:50%; top:50%; z-index:1500; margin-top:-100px; margin-left:-250px;}
#PopUpSecond { background-color:white; border:solid 1px #22396f; padding:1px; }

/* Pop Up Third modal position:relative; top:-150px; left:-500px; z-index:2000; width:500px; */
#PopUpThirdInfo { display:none; position:fixed; width:100%; height:100%; top:0px; left:0px; }
#PopUpThirdBackground { filter:Alpha(Opacity=80); -moz-opacity:0.8; opacity:0.8; width:100%; height:100%; background-color:#C3D3EA; position:absolute; z-index: 1000; top:0px; left:0px; }
#PopUpThirdContainer { position:fixed; width:350px; height:200px; left:50%; top:50%; z-index:1500; margin-top:-200px; margin-left:-150px;}
#PopUpThird { background-color:white; border:solid 1px #22396f; padding:1px; }

/* Pop Up 4 modal position:relative; top:-150px; left:-500px; z-index:2000; width:500px; */
#PopUp4Info { display:none; position:fixed; width:100%; height:100%; top:0px; left:0px; }
#PopUp4Background { filter:Alpha(Opacity=80); -moz-opacity:0.8; opacity:0.8; width:100%; height:100%; background-color:#C3D3EA; position:absolute; z-index: 1000; top:0px; left:0px; }
#PopUp4Container { position:fixed; width:350px; height:200px; left:50%; top:50%; z-index:1500; margin-top:-200px; margin-left:-150px;}
#PopUp4 { background-color:white; border:solid 1px #22396f; padding:1px; }

/* Pop Up 5 modal position:relative; top:-150px; left:-500px; z-index:2000; width:500px; */
#PopUp5Info { display:none; position:fixed; width:100%; height:100%; top:0px; left:0px; }
#PopUp5Background { filter:Alpha(Opacity=80); -moz-opacity:0.8; opacity:0.8; width:100%; height:100%; background-color:#C3D3EA; position:absolute; z-index: 1000; top:0px; left:0px; }
#PopUp5Container { position:fixed; width:350px; height:200px; left:50%; top:50%; z-index:1500; margin-top:-200px; margin-left:-150px;}
#PopUp5 { background-color:white; border:solid 1px #22396f; padding:1px; }

/* Pop Up modal position:relative; top:-150px; left:-500px; z-index:2000; width:500px; */
#PopUpFloaterBannerInfo { display:none; position:fixed; width:100%; height:100%; top:0px; left:0px;}
#PopUpFloaterBannerBackground { filter:Alpha(Opacity=80); -moz-opacity:0.8; opacity:0.8; width:100%; height:100%; background-color:#C3D3EA; position:absolute; z-index: 1000; top:0px; left:0px; }
#PopUpFloaterBannerContainer { position:fixed; z-index:1500; }
#PopUpFloaterBanner {  }

.yt-uix-button{
	padding:0 .5em;
	height:2.0833em;
	border:1px solid #ccc;background:#f6f6f6;background-image:-moz-linear-gradient(top,#ffffff,#efefef);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#efefef));
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#efefef);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorStr=#EFEFEF)";
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	overflow:visible;
	-x-system-font:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
.yt-uix-button:hover,.yt-uix-button:focus{
	border-color:#999;
	background:#f3f3f3;
	background-image:-moz-linear-gradient(top,#ffffff,#ebebeb);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ebebeb));
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#ebebeb);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorStr=#EBEBEB)";
	outline:0;
	-moz-box-shadow:0 0 3px #999;
	-webkit-box-shadow:0 0 3px #999;
	box-shadow:0 0 3px #999;
}
.rightColumnLink
{
	color: #54A09B;
}
.headingTitleAlbums
{
	font-size:18px;
	color:#54A09B;
}
.smallHeadingAlbums
{
	color:#54A09B;
}
.rightColumnTag
{
	color:#54A09B;
}

.product-custom-sidebar {
    overflow: hidden;
    padding: 0 8px 0 10px;
    border: 1px solid #670134;
}

.product-custom-heading {
    padding: 3px 6px;
    margin: 0 0 9px;
    border-bottom: 2px solid #54A09B;
}
.area-custom {
    margin: 0;
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.art-text-custom {
    display: block;
    width: 200px;
    float: right;
	font-size: 12px;
	padding-top: 5px;
}

.art-title-custom {
	font-family:˝"Trebuchet MS",trebuchet,Arial,Helvetica,sans-serif;
	color: #CC7E19;
	font-weight: bold;
	font-size: 14px;
}
.art-link-custom {
	font-family: "Trebuchet MS",trebuchet,Arial,Helvetica,sans-serif;
	color: #DC0B5E;
	font-weight: bold;
	font-size: 12px;
	float: right;
	margin-right: 5px;
	margin-top:-30px;
}
.art-img-custom {
	margin: 0 15px 0 4px;
	padding-top: 10px;
} 
.ne-spreglejte-header {
	width: 300px;
	margin: 15px 0 0 0;
} 
.ne-spreglejte-sponzorirano {
	float: left;
	color: rgb(166, 166, 166);
	margin-bottom: 5px;
}
.ne-spreglejte-vec {
	float: right;
	margin-bottom: 5px;
}
.ne-spreglejte-vec-a {
	float: right;
	color: #CC7E19;
	margin-right: 5px;
	text-decoration:underline;
}

/* new */
	.txt-dnevnik{
		color:#54A09B;
		}	

/* gallery box holder */
#google_ads_div_Serbia_300x250_ad_container{
	width:100%;
	overflow:hidden;
	padding:14px 0 0;
}
#google_ads_div_Serbia_300x250_ad_container .box{
	border:1px solid #c6c6c7;
	width:295px;
	padding:8px 3px 7px 4px;
	margin:0 0 11px;
}
#google_ads_div_Serbia_300x250_ad_container .image{
	float:left;
	margin:0;
	width:120px;
}
#google_ads_div_Serbia_300x250_ad_container .i-box{
	width:100%;
	overflow:hidden;
}
#google_ads_div_Serbia_300x250_ad_container .i-box #google_ads_div_Serbia_300x250{
	float:left;
}
#google_ads_div_Serbia_300x250_ad_container .i-box #google_ads_div_Serbia_300x250 img{
	display:block;
	margin-left: 5px;
}
#google_ads_div_Serbia_300x250_ad_container .i-box .text{
	float:right;
	width:150px;
	padding:9px 22px 0 0;
}
#google_ads_div_Serbia_300x250_ad_container .i-box .text p{
	margin-left:0px;
	margin-top: -8px;
	line-height:14px;
	width: 170px;
}
#google_ads_div_Serbia_300x250_ad_container .i-box .text span{
	display:block;
	padding:14px 0 0;
}
#google_ads_div_Serbia_300x250_ad_container .i-box .text span a{
	font-size:12px;
	display:inline;
	margin:0;
	line-height:14px;
	float:right;
	color:#DC0B5E;
	padding:0 11px 0 0;
	text-decoration:underline;
	background:url(http://static1.ringaraja.net/images/rr3/bullet5.gif) no-repeat 100% 5px;
}
#google_ads_div_Serbia_300x250_ad_container .i-box .text span a:hover{
	text-decoration:none;
}

/* NOVO */

.boxForumCustom
        {
          width:317px;
          min-height:195px;
          background-image:url('http://static1.ringaraja.net/images/box_FINAL1.jpg');
          background-repeat:no-repeat;
          border-color: #ff8922;
          border-width: 1px;
          border-style:solid;  
          font-family: 'Trebuchet MS', sans-serif 
        }
        .boxForumText
        {
            width:278px;
            margin-top:20px;
            margin-right:5px;
            float:right;
        }
        .boxForumItem
        {
            width:278px;
            height:30px;
        }
        .boxForumimage
        {
        		width:14px;
            vertical-align:middle;
            display:inline;
        }
        .boxMainText
        {
            font-size: 11px;
            font-weight:normal;
        }
        .boxMainText u
        {
            margin-left:4px;
        }
        .boxMainTextDesc
        {
            font-size: 10px;
            font-weight:bold;
            color:#666666;
            margin-left:19px;
            margin-top:0px;
        }
        .boxForumCustomText
        {
            color:White;
            font-size:18px; 
            margin-left:10px;
            margin-top:4px;  
        }
        /* TOP bar */
        
        .f2_x{
				    bottom:0;
				    left:0px;
				    overflow:visible;
				    right:0px;
				    top:0px;
					  z-index: 601;
				}
				#wrapper_x{
				    top: 30px;
				    left: 20px;
				    right: 20px;
				    min-width: 100px;
				    /*width: 300px;*/
				}
				#menuWrapper_x{
				    height: 26px;
					background:url("http://static1.ringaraja.net/images/rr3/topbar_bg.gif") repeat-x scroll 0 0 #ffffff;
				}
				.item_x a {
					font-family: Arial,Helvetica,sans-serif !important;
					color: #000000;
					font-size: 11px;
				}
				.item_x a.blueText {
					color: #3f90b7;
				}
				.full_x{
				    overflow: hidden;
				    right: 110px;
				    float:left;
				}
				.overflowMenuWrapper_x{
				    width: 110px;
				    left: auto;
				    float:right;
				}
				.full_x div.item_x{
				    float: left;
				    padding: 5px 7px;
					color: #000000;
				}
				.full_x div.item_y{
				    float: left;
				    padding: 0 12px 0 1px;
					color: #000000;
				}
				img.fb_x  {
				  padding-top: 3px;
					margin: 0;
					display: inline !important;
				}
				img.gt_red  {
				  padding-top: 11px;
					margin: 0;
				}
				img.gt_blue  {
				  padding-top: 10px;
					margin: 0;
				}
				.overflowMenuWrapper_x .menu_x{
				    background:none repeat scroll 0 0 #FFFFFF;
				    border:1px solid black;
				    display:none;
				    padding:5px;
				    position:relative;
				    right:125px;
				    width:150px;
				    z-index:100000;
				}
				.overflowMenuWrapper_x .handel_x{
				    cursor: pointer;
				}
				.overflowMenuWrapper_x .disabled_x{
				    color: gray;
				}

        /* New top bar*/
        
        .f2_x-new{
				    bottom:0;
				    left:0px;
				    overflow:visible;
				    position:fixed;
				    right:0px;
				    top:0px;
					  z-index: 601;
					  background-color: #DC0B5E !Important;
					  background-image: none !Important;
				}
        .greenText1 {
					color: white !important;
				}
				.portalText
				{
					color: #FFFF66 !important;
				}
        .full_x div.item_y-new{
				    float: left;
				    padding: 4px 7px 0 7px;
						color:#b6d8e9 !important;
				}
				.numRegUsers
				{
					font-size:11px;
					color:#4096BF;
					margin-top:0px;
					margin-right:8px;
					float:left;
					padding-top:6px;
					font-family: Arial, Helvetica, sans-serif;
					font-weight:bold;
				}
        /* END OF TOP bar */
		
#google_ads_div_Serbia_square2_ad_container, 
#google_ads_div_Serbia_NePropustite_ad_container, 
#google_ads_div_Serbia_Promo_slika_ad_container,
#google_ads_div_Serbia_Promo_slika_2_ad_container {
	margin-top: 15px;
}

/* SOME CLASSES FRO MOJA RINGARAJA */
div.box_3_1right a {
	color: #54A09B;
}
div.box_3_1right a.newMessages {
	font-size: 14px;
	line-height: 10px;
	font-weight: bold;
}
div.box_3_1right a.newMessages:hover {
	text-decoration: none;
	color: #4096bf;
}
div.hr {
	height: 3px;
	background-color: #e7e5e5;
	width: 195px;
	margin: 17px 10px;
}
textarea.statusOriginal {
	width: 145px;
	height: 55px;
	border: 2px solid #b9cfef;
	background-color: #fff;
	display: inline;
}
input.statusOriginalButton {
	float: right;
	font: normal 90% 'trebuchet ms',helvetica,sans-serif;
	background:url(http://www.ringaraja.net/images/sn/potrdi_bg.gif);
	border:none;
	width: 50px;
	height: 21px;
}
div.box_3_1right a.blogTitle {
	font-size: 14px;
	font-weight: bold;
}
div.bookmarkDeleteTooltip {
	display:none;
	position:absolute; 
	background:url(http://www.ringaraja.net/images/sn/qtip_bg.gif);
	width: 269px
	height:160px;
	font-size:11px;
}
.col-2 a.sn {
	color: #4096bf;
	text-decoration: none;
}
.col-2 a.sn:hover {
	text-decoration: underline;
}
span.seasonColor {
	color: #288ABB;
}
a.seasonColor {
	color: #288ABB;
}
.seasonColor {
	color: #288ABB;
}
#google_ads_div_Serbia_background_ad_container
{
margin: auto;
position: relative;	
left: 100px;
}
#google_ads_div_Slovenia_background_1920_ad_container, #google_ads_div_Serbia_background_1920_ad_container,#google_ads_div_Bosnia_background_1920_ad_container, #google_ads_div_Croatia_background_1920_ad_container, #google_ads_div_Italy_background_1920_ad_container, #google_ads_div_Macedonia_background_1920_ad_container
{
	width:0px !important;
	height:0px !important;
}
#google_ads_div_Bosnia_medium_rectangle_ad_container, #google_ads_div_Bosnia_320x120_ad_container,#google_ads_div_Bosnia_leaderboard_ad_container,#google_ads_div_Bosnia_PremiumBanner_ad_container,#google_ads_div_Bosnia_PRNews_ad_container,#google_ads_div_Bosnia_PromoKutak1_ad_container,#google_ads_div_Bosnia_PromoKutak2_ad_container,#google_ads_div_Bosnia_PromoKutak3_ad_container,#google_ads_div_Bosnia_PromoSlika1_ad_container,#google_ads_div_Bosnia_PromoSlika2_ad_container,#google_ads_div_Bosnia_skyscraper_ad_container, #google_ads_div_Bosnia_square2_ad_container, #google_ads_div_Bosnia_TextAd_640x40_ad_container
{
	width:auto !important;
	height:auto !important;
}
#google_ads_div_Croatia_125x125_ad_container,#google_ads_div_Croatia_600x600_ad_container, #google_ads_div_Croatia_floating500x500_ad_container, #google_ads_div_Croatia_leaderboard_ad_container,#google_ads_div_Croatia_medium_rectangle_ad_container,#google_ads_div_Croatia_NePropustite_ad_container,#google_ads_div_Croatia_PremiumBanner_ad_container,#google_ads_div_Croatia_Promo_Kutak_1_ad_container,#google_ads_div_Croatia_Promo_Kutak_2_ad_container,#google_ads_div_Croatia_Promo_Kutak_3_ad_container,#google_ads_div_Croatia_skyscraper_ad_container,#google_ads_div_Croatia_Text_640x40_ad_container
{
	width:auto !important;
	height:auto !important;
}
#google_ads_div_Experts_468x60_ad_container,#google_ads_div_Experts_630x175_ad_container, #google_ads_div_Experts_630x250_ad_container, #google_ads_div_Experts_960x80_ad_container,#google_ads_div_Experts300x250_ad_container,#google_ads_div_Fit_RR_Banner_300_250_ad_container,#google_ads_div_Fit_RR_Banner_320_100_ad_container,#google_ads_div_Fit_RR_Banner_728_90_ad_container,#google_ads_div_Fit_RR_ugodnosti_1_ad_container,#google_ads_div_Fit_RR_ugodnosti_2_ad_container,#google_ads_div_Fit_RR_ugodnosti_2_ad_container, #google_ads_div_NAJSRCEKBIJE980x80_ad_container, #google_ads_div_Ringaraja_PRNews_ad_container
{
	width:auto !important;
	height:auto !important;
}
#google_ads_div_Italy_leaderboard_ad_container, #google_ads_div_Italy_medium_rectangle_ad_container, #google_ads_div_Italy_PremiumBanner_ad_container, #google_ads_div_Italy_skyscraper_ad_container, #google_ads_div_Italy_under_articles_video_ad_container
{
	width:auto !important;
	height:auto !important;
}
#google_ads_div_Macedonia_floating500x500_ad_container, #google_ads_div_Macedonia_forums_text_ads_ad_container, #google_ads_div_Macedonia_Intro_ad_container, #google_ads_div_Macedonia_leaderboard_ad_container, #google_ads_div_Macedonia_medium_rectangle_ad_container, #google_ads_div_Macedonia_NePropustajte_ad_container, #google_ads_div_Macedonia_OglasniTrak_ad_container, #google_ads_div_Macedonia_Povolnosti_na_mesecot_1_ad_container, #google_ads_div_Macedonia_Povolnosti_na_mesecot_2_ad_container, #google_ads_div_Macedonia_Povolnosti_na_mesecot_3_ad_container,#google_ads_div_Macedonia_PremiumBanner_ad_container,#google_ads_div_Macedonia_PRNews_ad_container,#google_ads_div_Macedonia_skyscraper_ad_container
{
	width:auto !important;
	height:auto !important;
}
#google_ads_div_Serbia_300x250_ad_container, #google_ads_div_Serbia_300x250N2_ad_container, #google_ads_div_Serbia_300x250N3_ad_container, #google_ads_div_Serbia_floating500x500_ad_container, #google_ads_div_Serbia_forum_text_ad_container, #google_ads_div_Serbia_leaderboard_ad_container, #google_ads_div_Serbia_NePropustite_ad_container, #google_ads_div_Serbia_OglasniTrak_Desno_ad_container,#google_ads_div_Serbia_PremiumBanner_ad_container, #google_ads_div_Serbia_Promo_kutak_1_ad_container, #google_ads_div_Serbia_Promo_kutak_2_ad_container, #google_ads_div_Serbia_Promo_kutak_3_ad_container, #google_ads_div_Serbia_Promo_slika_ad_container, #google_ads_div_Serbia_Promo_slika_2_ad_container, #google_ads_div_Serbia_skyscraper_ad_container, #google_ads_div_Serbia_square_ad_container, #google_ads_div_Serbia_square2_ad_container,#google_ads_div_Serbia_under_articles_video_ad_container
{
	width:auto !important;
	height:auto !important;
}
#google_ads_div_Slovenia_160x200_ad_container, #google_ads_div_Slovenia_floating500x500_ad_container, #google_ads_div_Slovenia_forums_text_ads_ad_container, #google_ads_div_Slovenia_leaderboard_ad_container, #google_ads_div_Slovenia_NeSpreglejte_ad_container, #google_ads_div_Slovenia_OglasniTrak_Desno_ad_container, #google_ads_div_Slovenia_PremuimBanner_ad_container, #google_ads_div_Slovenia_skyscraper_ad_container,#google_ads_div_Slovenia_Square_ad_container,#google_ads_div_Slovenia_ugodnosti_1_ad_container,#google_ads_div_Slovenia_ugodnosti_2_ad_container,#google_ads_div_Slovenia_ugodnosti_3_ad_container
{
	width:auto !important;
	height:auto !important;
}
#google_ads_div_Slovenia_PremuimBanner_ad_container, #google_ads_div_Serbia_PremiumBanner_ad_container, #google_ads_div_Macedonia_PremiumBanner_ad_container, #google_ads_div_Italy_PremiumBanner_ad_container, #google_ads_div_Croatia_PremiumBanner_ad_container, #google_ads_div_Bosnia_PremiumBanner_ad_container
{
	padding:2px 9px;
}
#google_ads_div_NAJSRCEKBIJE980x80_ad_wrapper
{
	margin-bottom:5px;
}

.topMenuCenter
{
	width: 990px;
	margin:0 auto;
}
.image-top
{
	float:right;
	margin-right:30px;
}
 .f-box .l-bg, .f-box .r-bg {
float: left;
font-size: 0;
line-height: 0;
width: 1px;
height: 26px;
padding: 0 0 0 9999px;
margin: 0 0 0 -9999px;
position: absolute;
background: url(http://static1.ringaraja.net/images/rr4/bg-footer.gif) repeat-x;
}
.f-box .r-bg {
    float: right;
    padding: 0 9999px 0 0;
    margin: 0 -9999px 0 0;
}
.MailingDivRCD
{
	margin-bottom: 15px;
}
/* proze game */

.titleNI
{
    font-size:26px;
    padding-left: 5px;
}
.subtitleNI
{
    display:inline-block;
    font-size:15px;
    line-height: 20px;
    margin-top:5px;
    margin-bottom:10px;
    color:#333333;
    padding-left: 8px;
}
.subtitleNIsup
{
    display:inline-block;
    font-size:14px;
    margin-top:5px;
    margin-bottom:10px;
    color:#76923C;
    padding-left: 8px;
}
.subtitle2NI
{
    display:inline-block;
    font-size:16px;
    margin-top:5px;
    margin-bottom:5px;
    color:#333333;
    padding-left: 5px;
}
.pinkTextNI
{
    color:#DC0B5E;
}
.darkRedTextNI
{
    color:#AA0900;
}
.brownTextNI
{
    color:#CC7E19;
}
.greenTextNI
{
    color:#529F99;
}
.blueTextNI_sup
{
    color:#004990;
}
.greenTextNIsup
{
    color:#4F6228;
}
.orangeTextNIsup
{
    color:#E36C0A;
}
.containerNI
{
    padding-left: 8px;
    color:#333333;
    font-size:15px;
    line-height: 130%;
}
.boldNI
{
    font-weight: bold;
}
.containerGreenNI
{
    margin-left:5px;
    padding: 15px;
    color:#333333;
    font-size:15px;
    line-height: 130%;
    background-color:#EAF3F2;
}
.underlinedNI
{
    text-decoration:underline;
}
.mainResultContainerNI
{
		width:500px;

}
.treeResultContainerNI
{
		width:350px;
		float:left;
}
.treeImageGoldNI
{
	float:right;
	width:200px;
}
.titleContainerNI
{
	width:80%;
	float:left;
	display:inline-block;
  font-size:14px;
  margin-top:5px;
  margin-bottom:5px;
  color:#333333;
}
.descriptionNI
{
	width:90%;
	display:inline-block;
	font-size:13px;
	margin-bottom:15px;
	color:#333333;
	margin-left: 8px;
}
.facebookContainer
{
	width:20%;
	float:left;
}
.centerResultContainerNI
{
	width:100%;
	float:left;
	border-top:2px solid #54A09B;
	border-bottom:2px solid #54A09B;
}
.centerResultContainerBrownNI
{
	width:100%;
	float:left;
	border-top:2px solid #CC7E19;
	border-bottom:2px solid #CC7E19;
}
.tableResultsNI
{
	font-size:14px;
}

.tableResultsRightColNI
{
	font-size:12px;
}
.tableLinksNI
{
	font-size:13px;
}
.tableTopNI
{
	border-bottom:1px solid #54A09B;
	color:#999999;
}
.tableResultsTopNI
{
	border-bottom:2px solid #54A09B;
}
.tableBotNI
{
	margin:3px 0px;
}
.footerInfoNI
{
	text-align:right;
	border:none;
	font-size:10px;
}
.termsNIclen
{
	font-size:15px;
	display:inline-block;
	margin-top:15px;
	margin-bottom:2px;
}
.pinkImportantNI
{
	color:#DC0B5E !important;
}
.brownImportantNI
{
	color:#CC7E19 !important;
}
.darkRedTextImportantNI
{
  color:#AA0900 !important;
}
.prizeTableNI a
{
	color:#529F99;
	text-decoration:underline;
}
.toUpperNI
{
	text-transform:uppercase;
}
.cookiesNotice
{
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    background-color:#DC0B5E;
    height:26px;
    z-index:1000;
}
.insideNotice
{
    background-color:#DC0B5E;
    height:26px;
    color:white;
    margin-left:20px;
    margin-top:6px;
    z-index:1001;
}
.warningNotice{
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
.vecNotice
{
    color:white;
    text-decoration:none;
}
#okNotice
{
    margin-left:10px;
}
#promo-box-right
{
	display:none;
}
/* New article design */

.tags ul li a {
        color: #CC7E19;
        text-decoration: underline;
        font-size:12px;
        font-weight:bold;
     }
    /* color overwrite*/
    .socialIcons
    {
        width:48%;
        float:left;
        margin-right:4%;
        text-align:left;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .newsletterIcons
    {
        width:48%;
        float:left;
        text-align:right;
    }
    .clearDiv
    {
        clear:both;
    }
    .fbFrame
    {
        width: 132px;
        float: left;
    }
    .googleplusDiv
    {
        float: left;
    }
    .biggerTitle
    {
        font-size:26px !important;
    }
    .newsletterIcons img,.newsletterIcons a
    {
        float:right;
        margin-right:5px;
    }
    .newsletterIcons a
    {
        margin-top:3px;
        color:#666666;
        border:none;
    }
    .newsletterIcons a:hover
    {
        text-decoration:none;
    }
    .blockElem
    {
        display:inline-block;
    }
    .newsletterLink
    {
        margin-top:5px !important;
    }
    .dateNew
    {
        color:#333333;
        font-size:12px;
        margin-top:10px;
    }
    .tagsNew
    {
        color:#333333;
        font-size:12px;
        margin-right:7px;
    }
    .tags .newTagsList
    {
        padding: 0 7px 0 0;
    }
    .abstractNew
    {
        font-size:14px; 
        line-height:20px; 
        font-weight:bold;
        margin-bottom: 15px;
    }
    .bannerInText 
    {
        width: 300px;
        height: 250px;
        margin: 0px 5px 10px 20px;
        padding:9px;
        border: 1px solid #CCCCCC;
        float: right;
        clear: left;
    }
    .galleryHolder
    {
        width: 592px;
        background: #F0F0F0;
        padding-top:9px;
        padding-right:13px;
        padding-left:7px;
        padding-bottom:10px;
    }
    .galeryImageHolder,.galeryBottomHolder,.videoImageHolder,single_article_right_container
    {
        width:100%;
    }
    .galeryImageHolder,.galeryImageHolder table
    {
        height: 375px;
    }
    .videoImageHolder, .videoImageHolder table
    {
        min-height:405px;
    }
    .galeryImageHolder img
    {
        max-width:592px;
        max-height:375px;
        margin: 0 auto;
    }
    .galeryBottomHolder
    {
        margin-top: 10px;
    }
    .galeryDescriptionHolder
    {
        width:70%;
        color:#539F9A;
        font-size:14px;
        float:left;
    }
    .galeryControlsHolder
    {
        float:right;
        width:30%;
    }
    .galeryControlsHolder img,.galeryControlsHolder span
    {
        display:inline-block;
        float:right;
    }
    .galeryNumImages
    {
        color:#666666;
        margin:1px 8px 0px 8px;
        font-size:12px;
        font-weight:bold;
    }
    #img_curr,#vid_curr
    {
        margin-right:0px;
    }
    #img_full,#vid_full
    {
        margin-left:0px;
    }
    #show_video
    {
        margin-right:15px;
    }
    #show_images
    {
        margin-right:8px;
    }
    .galeryControlsHolder img
    {
        cursor:pointer;
    }
     .title_related_articles
    {
        border-bottom:2px solid #54A09B;
        width:100%;
        height:20px;
        padding-bottom: 3px;
    }
    .title_related_text
    {
        font-size:16px;
        display:inline-block;
        margin-left:7px;
        font-weight:bold;
        vertical-align: middle;
    }
    .main_article_container
    {
        width:100%;
        clear:both;
        margin-top:10px;
    }
    .single_article_container
    {
        width:47%;
        float:left;
    }
    .article_title_link
    {
        font-weight:bold;
        color:#54A09B;
        font-size: 14px;
        display:inline-block;
        margin-bottom:8px;
    }
    .main_conn_img
    {
        width:110px;
        height:70px;
        float: left;
        clear: right;
        margin-right:10px;
        border:1px solid #CCCCCC;
        background-repeat:no-repeat;
    }
    .article_image_link
    {
        width:110px;
        height:70px;
        display:inline-block;
    }
    .article_image_link img
    {
        border:none;
    }
    .odd_container
    {
        margin-right: 6%;
    }
    .visitors_img,.visitors_text
    {
        margin-top:7px;
        margin-right:5px;
        display:inline-block;
    }
    .top_article_box
    {
        border-bottom: 1px dotted #CCCCCC;
        padding-bottom: 15px;
        margin-top: 13px;
    }
    .box_no_border
    {
        border: none !important;
    }
    .video_related_img, .photo_related_img
    {
        display:inline-block;
        margin-right:3px;
        margin-top:54px;
    }
    .articles_right_holder
    {
        width:320px;
    }
    .links_right_column
    {
        margin-top: 3px;
        margin-bottom: 3px;
        float:left;
        text-align:center;
    }
    .linkTextYellow
    {
        font-size:11px;
        color:#CC7E19;
    }
    .right_forum_image{
        border:1px solid #CCCCCC;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 3px;
    }
    .right_forum_text
    {
        float: right;
        width: 256px;
        margin-left: 10px;
    }
    .right_forum_image_container{
        float: left;
        margin: 2px 0 0;
        border: 2px solid #fff;
    }
    .right_forum_text p 
    {
        font-size: 12px;
        line-height: 4px;
        color: #000;
        margin-top: 8px;
    }
    .right_forum_link{
        font-weight: bold;
        color: #54A09B;
        font-size: 12px;
        text-decoration: underline;
    }
    .right_forum_t_box 
    {
        width: 100%;
        overflow: hidden;
        padding: 7px 0 7px;
        border-bottom: 1px dotted #cccccc;
   }
    .botom_closing_related
    {
        border-bottom: 2px solid #54A09B;
    }
    .forum_title_right_new
    {
        padding: 2px 0px;
    }
    .ok_content 
    {
    	font-size:small;
    }
    .ok_content div, p
    {
    	font-size:small;
    }
    #PreRollVideoArticle ul li {
    	font-size: 15px !important;
    	line-height: 20px !important;
    	}