/* Main styles */
html, body, form {
	margin: 0px;
	padding: 0px;
} html{
    height:100%;
} img{
	border: 0px;
} body {
	background-color: #ffffff;
    height:100%;
} body, p, div, td {
	font-family: Tahoma, Verdana, Arial;
	color: #000000;
} a:link, a:active, a:visited {
	color: #3b6cb4;
	text-decoration: none;
} a:hover {
	color: #db2d25;
	text-decoration: underline;
}
/** base table 100% */
table.primary {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
} table.primary th, table.primary td {
	padding: 0px;
}
/** font and colors */
.small-text {
	font-size: 11px;
	color: #5d5d5d;
} .xsmall-text {
	font-size: 10px;
	color: #5d5d5d;
} .micro-text {
	font-size: 8px;
	color: #5d5d5d;
} .red-text, .red {
	color: #db2d25;
}
/** forms */
input,textarea,input,select {
	FONT-SIZE: 11px; 
	FONT-FAMILY: tahoma; 
	border:1px solid #cacddf;
	COLOR: #555;
	BACKGROUND-COLOR:#ffffff;
	padding: 2px 2px 2px 2px;
	font-size: 100%;
}
table .form_submit {
	border-collapse: separate;
}table .form_submit td{
	padding: 2px;
}
.form_name{
	background-color: #C8EEB5;
}
.form_input{
	background-color: #ECDAB7;
}
.form_button{
	background-color: #DBE3E6;
}
/** login info */
.login-box {
	float:left;
	display: block;
    white-space: no-wrap;
    font-size: 12px;
	margin: 10px 0px 0px 10px;
} .login-box .selected {
	color: #ff3333;
}
/** main navigate box */
.navigate-box {
	width: 100%;
} .navigate-box .td {
	background-color: #f2f2f2;
	color: #6d6d6d;
	font-size: 70%;
	height: 60px;
} .navigate-bottom {
	width: 100%;
	height: 4px;
	background-color: #c2c2c2;
}
/** up menu */
.up-menu{
	margin-right: 10px;
	padding-left: 2px;
	display: block;
	border-bottom: 15px solid #D7760B;
} .up-menu .link:link, .up-menu .link:active, .up-menu .link:visited {
	float: left;
	display: block;
	background-color: #F9FAFB;
	border: 1px solid #c2c2c2;
	padding: 10px;
	margin: 0px;
	margin-top: 5px;
	text-transform: uppercase;
	color: #313D8A;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
} .up-menu .link:hover {
	color: #db2d25;
	float: left;
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #c2c2c2;
	padding: 10px;
	margin: 0px;
	margin-top: 5px;
} .up-menu .selected {
	float: left;
	display: block;
	padding: 15px;
	border: 1px solid #c2c2c2;
	text-transform: uppercase;
	color: #313D8A;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	border-top: 1px solid #f2f2f2;
	background: #FFFFFF url('/tml/img/s_button.jpg') no-repeat;
}  .up-menu .unactive {
	color: gray;
	background: #EAEAEA;
	float: left;
	display: block;
	border: 1px solid #c2c2c2;
	padding: 10px;
	margin: 0px;
	margin-top: 5px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
} .up-menu td a:link, .up-menu td a:active, .up-menu td a:visited {
	color: #3b6cb4;
	text-decoration: none;
} .up-menu td a:hover {
	color: #3b6cb4;
	text-decoration: none;
	border-bottom: 1px dotted #c2c2c2;
}
/** footer */
table.footer {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
} table.footer td {
	padding: 0px;
} table.footer tr.top {
	height: 4px;
	background-color: #c2c2c2;
} table.footer tr.bottom {
	height: 48px;
	background-color: #f2f2f2;
} .footer td.copy {
	font-size: 70%;
	color: #333333;
	padding-left: 10px;
} .footer .copy a:link, .footer .copy a:active, .footer .copy a:hover, .footer .copy a:visited {
	color: #666666;
	text-decoration: none;
} .footer .copy a:hover {
	border-bottom: 1px dotted #999999;
} .footer .hl div {
	float: left;
	font-size: 70%;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 0px;
} .footer .hl a:link, .footer .hl a:active, .footer .hl a:hover, .footer .hl a:visited {
	color: #cc3333;
	text-decoration: none;
} .footer .hl a:hover {
	border-bottom: 1px dotted #999999;
} .footer .white_wall {
	background-color: #FFFFFF;
}
/** menu */
table.menu-box {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
} table.menu-box th, table.menu-box td {
	padding: 0px;
} table.menu-box .box-top {
	height: 3px;
	background-color: #ed1c24;
} table.menu-box .box-s {
	background-image: url(/tml/img/lijevo.gif);
	background-repeat: repeat;
	height: 21px;
	font-weight: bold;
	font-size: 60%;
	text-transform: uppercase;
	padding-left: 5px;
} table.menu-box .box-c {
	height: 21px;
	background-repeat:no-repeat;
} table.menu-box .box-c table td {
	font-weight: bold;
	font-size: 60%;
	text-transform: uppercase;
} .box-c .disable {
	color: #b2b2b2;
} .box-c a:link, .box-c a:active, .box-c a:hover, .box-c a:visited {
	color: #000000;
	text-decoration: none;
} .box-c a:hover {
	color: #db2d25;
} .menu-box .box-bottom {
	height: 1px;
	background-color: #b2b2b2;
} table.menu-list {
	width: 175px;
	border: 0px;
	background-color: #f6f6f6;
	border-collapse: collapse;
} table.menu-list th, table.menu-list td {
	padding: 0px;
} table.menu-list .item {
	vertical-align: middle;
	text-align: center;
	width: 16px;
	padding-top: 1px;
} table.menu-list .name {
	width: 149px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ececec;
} table.menu-list .last {
	border-bottom: none;
} .menu-list .name a:link, .menu-list .name a:active, .menu-list .name a:hover, .menu-list .name a:visited {
	font-family: Verdana, Arial, Tahoma;
	font-size: 70%;
	color: #888888;
	text-decoration: none;
} .menu-list .name a:hover {
	color: #000000;
} .menu-list .name .unactive {
	font-family: Verdana, Arial, Tahoma;
	font-size: 70%;
	color: #EAEAEA;
} a.box-link:link, a.box-link:active, a.box-link:hover, a.box-link:visited {
	font-size: 60%;
	color: #a2a2a2;
	text-decoration: none;
} a.box-link:hover {
	border-bottom: 1px dotted #c2c2c2;
} .menu-size {
	font-size: 70%;
} table.calendar-box {
	border-collapse: collapse;
	margin-top: 3px;
	margin-bottom: 5px;
} table.calendar-box th, table.calendar-box td {
	padding: 4px;
	font-weight: normal;
	font-size: 70%;
	color: #cccccc;
} table.calendar-box th {
	text-align: center;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 60%;
	color: #7a97b2;
	border-bottom: 1px solid #ececec;
} table.calendar-box th span {
	color: #ff0000;
} table.calendar-box td.selected {
	background-color: #7A97B2;
	color: #FFFFFF;
}
/** title box */
table.title-box {
	width: 100%;
	border-collapse: collapse;
} table.title-box th, table.title-box td {
	padding: 0px;
} table.title-box .top {
	background-color: #c2c2c2;
} table.title-box tr.title, table.title-box {
	background-position: bottom right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #b2b2b2;
} table.title-box tr.title {
	height: 21px;
	background: #FFF url('/tml/img/title_bar.jpg') no-repeat right;
} table.title-box a:link, table.title-box a:active, table.title-box a:hover, table.title-box a:visited {
	color: #ed1c24;
	text-decoration: none;
} table.title-box a:hover {
	color: #000000;
} table.title-box tr.top100 {
	height: 43px;
} table.title-box tr.title table td, table.title-box .bigtext {
	padding-left: 8px;
	text-transform: uppercase;
	color: #ed1c24;
	font-family: Verdana, Arial, Tahoma;
	font-size: 60%;
	font-weight: bold;
}
/** link-menu */
table.link-menu-box {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
} table.link-menu-box th, table.link-menu-box td {
	padding: 0px;
} table.link-menu-box .link-box-top {
	height: 3px;
	background-color: #ed1c24;
} table.link-menu-box .link-box-i {
	height: 21px;
	cursor: pointer;
	font-weight: bold;
} table.link-menu-box .link-box-s {
	height: 21px;
	font-weight: bold;
    color: #ed1c24;
    padding-left: 10px;
    background: #f6f6f6 url('/tml/img/right_bar.gif') no-repeat right;
} table.link-menu-box .link-box-c {
	height: 21px;
} table.link-menu-box .link-box-c table td {
	font-weight: bold;
} .link-box-c .disable {
	color: #b2b2b2;
} .link-box-c a:link, .link-box-c a:active, .link-box-c a:hover, .link-box-c a:visited {
	color: #000000;
	text-decoration: none;
} .link-box-c a:hover {
	color: #db2d25;
} .link-menu-box .link-box-bottom {
	height: 1px;
	background-color: #b2b2b2;
} table.link-menu-list {
	border: 0px;
	border-collapse: collapse;
    width:100%;
} table.link-menu-list th, table.link-menu-list td {
	padding: 0px;
} table.link-menu-list .name {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ececec;
	font-size: 12px;
} table.link-menu-list .last {
	border-bottom: none;
} table.link-menu-list .text {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ececec;
	color: #db2d25;
	font-size: 11px;
	text-decoration: none;
} table.link-menu-list .selected {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ececec;
	color: #000;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
} table.link-menu-list .no_cat {
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #db2d25;
	font-size: 11px;
	text-decoration: none;
} table.link-menu-list .name_sub {
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	text-decoration: none;
}

.link-menu-list .name a:link, .link-menu-list .name a:active, .link-menu-list .name a:hover, .link-menu-list .name a:visited {
	font-family: Verdana, Arial, Tahoma;
	color: #3B6CB4;
	text-decoration: none;
} .link-menu-list .name a:hover {
	color: #000000;
} a.box-link:link, a.box-link:active, a.box-link:hover, a.box-link:visited {
	color: #a2a2a2;
	text-decoration: none;
} a.box-link:hover {
	border-bottom: 1px dotted #c2c2c2;
} .menu-size {
}
/** content */
table .content-box {
	width: 100%;
} .content-box .text{
	font: normal 1em sans-serif;
	font-size: 12px;
	color: #555;
	padding: 5px;
	background-color: #F9F9F9;
	border-bottom: 1px solid #b2b2b2;
} .content-box .text td{
	font: normal 1em sans-serif;
	font-size: 12px;
	color: #555;
} .content-box .plate td{
	color: #555;
}
/* Page Numbers */
.pages {
    /*padding: 1em;*/
    margin: 1em 0;
    clear: both;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.pages span {
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
}
.pages a {
 
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    background: #ffffff;
    border: 1px solid #9AAFE5;
    text-decoration: none;
}

.pages span.current {
    border: 1px solid #2E6AB1;
    font-weight: bold;
    background: #2E6AB1;
    color: #fff;
}

.pages a:hover {
    border-color: #2E6AB1;
    color: #29476B;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
        border: 1px solid #ddd;
        color: #999;
}
/* Comments blocks */

blockquote {
	background: #FFFFFF url('/tml/img/quote.gif') no-repeat;
	border-bottom: 1px solid #D3D3D3;
	border-top: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin: 1em 0;
	padding: 0.8em 1em 1em 40px;
	text-align: left;
}

blockquote.ok {
	background: #FFFFFF url('/tml/img/ok.gif') no-repeat;
	border-bottom: 1px solid #C7A8A3;
	border-top: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin: 1em 0;
	padding: 0.8em 1em 1em 40px;
	text-align: left;
}

blockquote.warning {
	background: #FFFFFF url('/tml/img/warning.gif') no-repeat;
	border-bottom: 1px solid #C7A8A3;
	border-top: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin: 1em 0;
	padding: 0.8em 1em 1em 40px;
	text-align: left;
}

/* Table of lists */
table .list {
	border: 1px solid #EAEAEA;
	background-color: #F0F0F0;
	border-collapse: separate;
}
table .list td {
	padding: 2px;
}
table .list .header td{
	background-color: #D3D3D3;
	font-weight: bold;
}
.row_w {
	background-color: #F2F2F2;
}
.row_b {
	background-color: #E4E4E4;
}

/* Text Flashes */
.red {
	color: white;
	background-color: red;
}
.green {
	color: white;
	background-color: green;
}
.title_b {
	font-weight:bold;
	font-family:arial narrow;
	font-size:15px;
	color:#36943E;
}
.nav_cur_text {
	color:#36943E;
}

/* Flash item BOX */
.flash_item_name {
	margin: 0px;
	padding: 0px;
	font: bolder 12px;
	font-size: 14px;
	font-family : Tahoma, Arial;
	margin : 0px;
}
.flash_item_name_big {
	margin: 0px;
	padding: 0px;
	font: bolder 12px;
	font-size: 18px;
	font-family : Tahoma, Arial;
	margin : 0px;
}
.flash_info_box{
	background-color: orange;
	border: 2px solid black;
}
.flash_info_box_pice{
	font-size: 12px;
	display: block;
	float: left;
	padding: 5px;
}
.rating_line{
	display: inline-block;
	background-color: white;
	border: 1px solid gray;
}
.flash_item_desc{
	color: gray;
	font : bolder 12px;
	font-family : Tahoma, Arial;
	margin : 0px;
}

/* Comments */
.line_white {
	border-bottom: 1px solid #D3D3D3;
	border-top: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin: 1em 0 0 50px;
	padding: 0.8em 1em 1em 40px;
	text-align: left;
	background: #FFFFFF;
}
.line_unvisible {
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin: 1em 0 0 50px;
	padding: 0.8em 1em 1em 40px;
	text-align: left;
}
.comment_name {
	font-size: 14px;
	font-weight: bold;
	color: #3B6CB4;
}
.pol_bar {
	display: block;
	height : 22px;
	/*width: 100%;*/
	font-size: 17px;
	margin-bottom: 2px;
	padding: 2px 2px 2px 10px;
	background: #D7EECC;
	border-left: 8px solid #89A9CF;
}

/* Sort BOX */
.sort_box{
	border: ;
	background-color: #F2F2F2;
	padding: 5px;
	font-size: 12px;
}
/* Headers of link boxes */
table.link-menu-box .link-box-flash {
	height: 21px;
	font-weight: bold;
	font-size: 64%;
	text-transform: uppercase;
    color: #ed1c24;
    padding-left: 10px;
    background: #f6f6f6 url('/tml/img/icon_flash_file.gif') no-repeat right;
}
/* Tag cloud*/
#tagcloud { 
     
    text-align:center;
    border-left: 2px solid #C0C0C0;
    border-right: 2px solid #C0C0C0;
}  
.tag_title{
	font-size: 40px;
	color: #66BC54;
	font-weight: bold;
}
.tag1 a {
	font-family: Tahoma;
	color: #757575;
	text-decoration: none;
	font-size: 10px;
	padding: 4px;
}
.tag1 a:hover {	
	color: #ffffff;
	background-color: #757575;
}

.tag2 a{
	font-family: Tahoma;
	color: #49aad4;
	text-decoration: none;
	font-size: 12px;
	padding: 4px;
	font-weight: bold;
}
.tag2 a:hover {	
	color: #ffffff;
	background-color: #49aad4;
}

.tag3 a{
	font-family: Tahoma;
	color: #9CCC00;
	text-decoration: none;
	font-size: 14px;
	padding: 4px;
}
.tag3 a:hover {	
	color: #ffffff;
	background-color: #9CCC00;
}

.tag4 a{
	font-family: Tahoma;
	color: #49AAD5;
	text-decoration: none;
	font-size: 14px;
	padding: 4px;
	font-weight: bold;
}
.tag4 a:hover {	
	color: #ffffff;
	background-color: #49AAD5;	
}

.tag5 a{
	font-family: Tahoma;
	color: #49AAD5;
	text-decoration: none;
	font-size: 16px;
	padding: 4px;
}
.tag5 a:hover {	
	color: #ffffff;
	background-color: #49AAD5;	
}

.tag6 a{
	font-family: Tahoma;
	color: #9CCC00;
	text-decoration: none;
	font-size: 18px;
	padding: 4px;
	font-weight: bold;
}
.tag6 a:hover {	
	color: #ffffff;
	background-color: #9CCC00;	
}

.tag7 a{
	font-family: Tahoma;
	color: #757575;
	text-decoration: none;
	font-size: 20px;
	padding: 4px;
}
.tag7 a:hover {	
	color: #ffffff;
	background-color: #757575;	
}

.tag8 a {
	font-family: Tahoma;
	color: #757575;
	text-decoration: none;
	font-size: 22px;
	padding: 4px; 
	font-weight: bold;
}
.tag8 a:hover {	
	color: #ffffff;
	background-color: #757575;
}