/**
 *
 *   Extreme CC
 *   Copyright (c) 2009. by MASSVision, http://massvision.net
 *   Author: Vladimir Ignjatijevic
 *
 **/

/*******************************
	PAGE LAYOUT
*******************************/

@import "../Menus/Sitemap/Style/menu.css";

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

img {
	border: 0px;
}

#wrap {
	width: 100%;
	text-align: center;
}

#page {
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#page #title {
	position: relative;
	width: 964px;
	height: 83px;
	background: url("../Images/bkg_title.png") top left no-repeat;
}

#page #title .logo
{
	position: absolute;
	top: 18px;
	left: 13px;
}

#page #title .bnr {
	display: block;
	width: 468px;
	height: 60px !important;

	overflow: hidden;

	position: absolute;
	top: 11px;
	right: 11px;
}

#page #header {
	position: relative;
	width: 964px;
	height: 34px;
}

#header #hc_left {
	float: left;
	width: 10px;
	height: 34px;
	background: url("../Images/bkg_header_left.png") top left no-repeat;
}

#header #hc_center {
	float: left;
	width: 944px;
	height: 34px;
	background: url("../Images/bkg_header_center.png") top left repeat-x;
}

#header #hc_center div.upper_menu {
	position: absolute;
	top: 8px;
	left: 0px;
}

#header #hc_center #searchbox {
	position: absolute;
	top: 5px;
	left: 782px;
	height: 20px;
}

#header #hc_right {
	float: left;
	width: 10px;
	height: 34px;
	background: url("../Images/bkg_header_right.png") top left no-repeat;
}

#page #content {
	position: relative;
	width: 964px;
	margin-top: 5px;
}

#page #content #subcontent {
	position: relative;
	width: 964px;
}

#page #content #subcontent #ct_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 192px;
	height: 100%;
	display: block;
	background: url("../Images/menu_bkg.gif") top left repeat-y;
}

#page #content #subcontent #ct_center {
	width: 570px;
	margin-left: 197px;
	padding: 0px;
	display: block;
	min-height: 780px;
	height: 100%;
	*height: auto !important;
	*height: 780px;
}

#page #content #ct_right {
	position: absolute;
	top: 0px;
	left: 772px;
	width: 192px;
	height: 100%;
	padding: 0px;
	display: block;
	background: url("../Images/news_bkg.gif") top left repeat-y;
}

/* draw holder if IE != 6 */
#page #holder {
}

#page #holder #first {
	float: left;
	width: 192px;
	height: 15px;
	background: url("../Images/menu_bottom.gif") top left no-repeat;
}

#page #holder #last {
	float: right;
	width: 192px;
	height: 15px;
	background: url("../Images/news_bottom.gif") top left no-repeat;
}
/* draw holder if IE != 6 */

#page #pajtosi {
	width: 964px;
	height: 70px;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}

#page #footer {
	width: 964px;
}

#page #footer #ft_left {
	float: left;
	width: 5px;
	height: 46px;
	background: url("../Images/bkg_footer_left.png") top left no-repeat;
}

#page #footer #ft_center {
	float: left;
	width: 954px;
	height: 46px;
	background: url("../Images/bkg_footer_center.png") top left repeat-x;
}

#page #footer #ft_right {
	float: left;
	width: 5px;
	height: 46px;
	background: url("../Images/bkg_footer_right.png") top left no-repeat;
}

/* OLD - NO WRAPPER
#page #content {
	width: 964px;
	margin-top: 5px;
}

#page #content #ct_left {
	float: left;
	width: 192px;
	height: 100%;
}

#content #ct_center {
	float: left;
	width: 570px;
	padding: 0px;
	margin-left: 5px;
}

#content #ct_right {
	float: left;
	width: 192px;
	padding: 0px;
	margin-left: 5px;
	height: 100%;
}
*/

/*******************************
	UPPER MENU
*******************************/

div.upper_menu ul {
	margin: 0px;
	margin-left: 11px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

div.upper_menu ul li {
	float: left;
	margin-right: 20px;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
}

div.upper_menu ul li#id1_.selected a,
div.upper_menu ul li#id1_.selected a:visited {
	color: #808285;
}

div.upper_menu ul li#id1_.selected a:hover {
	color: #6d84b4;
}

div.upper_menu ul li.selected a,
div.upper_menu ul li.selected a:visited {
	color: #ce181e;
}

div.upper_menu ul li a,
div.upper_menu ul li a:visited {
	text-decoration: none;
	color: #808285;
}

div.upper_menu ul li a:hover {
	text-decoration: none;
	color: #6d84b4;
}

/*******************************
	SEARCH BOX
*******************************/

input#searchtext {
	width: 150px;
	height: 21px;
	border: 0px;
	padding-top: 3px;
	padding-left: 2px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	background: url("../Images/search_field.png") top left no-repeat;
}

input.submitButton {
	height: 21px;
}

/*******************************
	LEFT MENU
*******************************/

#page #content #subcontent #ct_left #menu_top {
	font-size: 0px;
	width: 192px;
	height: 15px;
	background: url("../Images/menu_top.gif") top left no-repeat;
}

#ct_left #menu_center {
	width: 172px;
	padding-left: 10px;
	padding-right: 10px;
	background: url("../Images/menu_bkg.gif") top left repeat-y;
}

/* moved to cond_ie6.css
#ct_left #menu_bottom {
	width: 192px;
	height: 15px;
	background: url("../Images/menu_bottom.gif") top left no-repeat;
}
*/

div.left_menu ul {
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	list-style-type: none;
	list-style-image: none;
}

div.left_menu ul li {
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
}

div.left_menu ul li a,
div.left_menu ul li a:visited {
	text-decoration: none;
	color: #ff0000;
}

div.left_menu ul li a:hover {
	text-decoration: none;
	color: #6d84b4;
}

div.left_menu ul li#id2_katalog_test_kataloga {
	padding-bottom: 20px;
}

div.left_menu ul li ul li {
	margin-top: 5px;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
}

div.left_menu ul li ul li a,
div.left_menu ul li ul li a:visited {
	text-decoration: none;
	color: #808285;
}

div.left_menu ul li ul li a:hover {
	text-decoration: none;
	color: #6d84b4;
}

div.left_menu ul li ul li ul {
	padding-bottom: 0px;
}

div.left_menu ul li ul li ul li {
	padding-left: 10px;
}

/*******************************
	FLASH CAROUSEL
*******************************/

#page #content #ct_center #flashtable_upper {
	margin: 0px;
	padding: 0px;
	margin-left: -2px;
}

/*******************************
	NEWS ON THE RIGHT
*******************************/

#page #content #ct_right #news_top {
	font-size: 0px;
	width: 192px;
	height: 5px;
	background: url("../Images/news_top.gif") top left no-repeat;
}

#ct_right #news_center {
	width: 172px;
	padding-left: 10px;
	padding-right: 10px;
	background: url("../Images/news_bkg.gif") top left repeat-y;
}

/* moved to cond_ie6.css
#ct_right #news_bottom {
	width: 192px;
	height: 15px;
	background: url("../Images/news_bottom.gif") top left no-repeat;
}
*/

table#newsmenu td.title,
table#newsmenu span.shortdescfirtsentence {
	display: none !important;
}

table#newsmenu span.newsDate,
table#newsmenu span.newsDate a {
	display: block;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	color: #808285;
}

table#newsmenu span.newsShortDescription,
table#newsmenu span.newsShortDescription:visited,
table#newsmenu span.newsShortDescription a {
	display: block;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	color: #ff0000;
}

table#newsmenu span.newsLongDescription,
table#newsmenu span.newsLongDescription a {
	display: block;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	color: #808285;
}

table#newsmenu span.readMore a,
table#newsmenu span.readMore a:visited {
	display: block;
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	color: #2e3192;
}

table#newsmenu span.readMore a:hover {
	text-decoration: underline;
	color: #2e3192;
}

table#newsmenu div.separator {
	display: block;
	padding: 0px;
	width: 169px;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url("../Images/news_separator.gif") top left no-repeat;
}

table#newsplusLatestNews table tr td.blockTitle {
	display: block;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	color: #ff0000;
}

/*******************************
	BACK TO PRINT
*******************************/

div#back2print {
	float: right;
	margin-right: 15px;
}

div#back2print ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

div#back2print ol li {
	float: left;
	margin-left: 5px;
}

/*******************************
	PAJTOSI
*******************************/

div#pajtosi img {
	float: left;
	margin-right: 24px;
}

/*******************************
	FOOTER NOTE
*******************************/

span.footer {
	display: block;
	margin-top: 9px;
	margin-left: 6px;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
	color: #231f20;
}

/*******************************
	CATALOG - LIST
*******************************/

table.dialog {
	padding-top: 10px;
	padding-left: 2px;
	padding-right: 2px;
}

table.filter td.text {
	width: 190px;
	padding-right: 5px;
	font-size: 12px;
	color: #666666;
}

table.filter td.text span.naslov {
	display: block;
	padding-bottom: 20px;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #ce181e;
}

table.filter td.controls {
	width: 345px;
	height: 149px;
	padding-left: 30px;
	background: url("../Images/box_filter.png") top left no-repeat;
}

table.filter td input.umfilterinput {
	width: 260px;
}

table.filter td select.umfilterinput {
	width: 264px;
}

table.filter td span.umfiltertag {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	color: #808285;
}

table.filter td input.submitButton,
table.filter td input.resetButton {
	width: 130px;
	height: 18px;
	margin-top: 10px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	text-transform: uppercase;
	color: #949496;
	border: 0px;
	background: url("../Images/buttonApply.gif") top left no-repeat;
}

table.filter td input.resetButton {
	background: url("../Images/buttonReset.gif") top left no-repeat;
}

table#sortableList {
	margin-top: 10px;
	border: 0px;
}

table#sortableList thead td {
	font-weight: bold;
	color: #000000;
}

table#sortableList td {
	padding-right: 10px;
	background: url("../Images/table_dotted.gif") bottom left repeat-x;
}

table#sortableList td {
	color: #666666;
	background-color: #ffffff;
	border: 0px;
	line-height: 20px;
}

table#sortableList td.sortableListClassCell a {
	text-decoration: none;
	color: #2412f0;
}

/*******************************
	CATALOG - VIEW DETAILS
*******************************/

div#catdetails {
	width: 540px;
	padding-left: 20px;
	padding-right: 20px;
}

div#catdetails div.cattitle {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#catdetails div.catboxtitle {
	width: 200px;
	padding-left: 10px;
	float: left;
}

div#catdetails div.catmaininfo {
	float: right;
}

div#catdetails div.catinfo {
	margin-top: 20px;
}

table.cattable td.title {
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
	text-align: right;
	color: #656565;
	background-color: #ffffff;
}

table.cattable td {
	height: 20px;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
	background-color: #eceff6;
}

table.cattable td.left {
	width: 100px;
	padding-right: 3px;
	color: #656565;
	text-align: right;
}

table.cattable td.right,
table.cattable td.right_i {
	width: 150px;
	padding-left: 4px;
	color: #254a5d;
	text-align: left;
}

table.cattable td.right_i {
	width: 430px;
}

div#catdetails div.catinfo span.catgaltitle {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
	color: #656565;	
}

/*******************************
	ADMIN LOGIN
*******************************/

table.menuframe
{
	border: 1px solid;
	border-color: #ffffff #adadad #adadad #ffffff;
	font: Menu;
	font-size: 8pt;
	background-color: #f7f7f7;
}

td.menucell
{
	padding: 0px 3px 0px 3px;
	border: 1px solid;
	border-color: #f7f7f7;
	font: Menu;
	font-size: 8pt;
}

td.menustaticcell
{
	padding: 0px 3px 0px 3px;
	border: 1px solid;
	border-color: #f7f7f7;
	font: Menu;
	font-size: 8pt;
	background-color: #f7f7f7;
}

td span.menuMainCaption
{
	color: #333333;
	font-weight: bold;
}

.menuCaption
{
	color: #333333;
	text-decoration: underline;
}

/*************************************************************/
/**      globalne klase templejta textblokova               **/
/*************************************************************/

a,
a:visited {
	text-decoration: none;
	color: #6d84b4;
}

p,
p a,
p a:visited {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	text-decoration: none;
	color: #6d84b4;
}

p {
	color: #808285;
}

a:hover,
p a:hover {
	text-decoration: underline;
	color: #6d84b4;
}

h1,
.blockTitle{
	padding: 0px;
	padding-top: 10px;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	color: #ce181e;
	text-align: left;
	text-transform: none;
	vertical-align: middle;
	letter-spacing: 1px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #707070;
}

table.contentbox {
	width: 100%;
}

table.contentbox td.topleft {
	width: 10px;
	height: 10px;
	font-size: 0px;
	background: url('../Images/contentbox_topleft.png') top left no-repeat;
}

table.contentbox td.top {
	width: 260px;
	height: 10px;
	font-size: 0px;
	background: url('../Images/contentbox_topgradient.png') top left repeat-x;
}

table.contentbox td.topright {
	width: 10px;
	height: 10px;
	font-size: 0px;
	background: url('../Images/contentbox_topright.png') top left no-repeat;
}

table.contentbox td.top_ph {
	width: 10px;
	height: 10px;
	font-size: 0px;
}

table.contentbox td.sideleft {
	width: 10px;
	background: url('../Images/contentbox_sideleft.png') top left repeat-y;
}

table.contentbox td.sideright {
	width: 10px;
	background: url('../Images/contentbox_sideright.png') top left repeat-y;
}

table.contentbox td.bottomleft {
	width: 10px;
	height: 10px;
	background: url('../Images/contentbox_bottomleft.png') top left no-repeat;
}

table.contentbox td.bottom {
	width: 260px;
	height: 10px;
	background: url('../Images/contentbox_bottomgradient.png') top left repeat-x;
}

table.contentbox td.bottomright {
	width: 10px;
	height: 10px;
	background: url('../Images/contentbox_bottomright.png') top left no-repeat;
}

table.contentbox td.content {
	width: 260px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

.blockTitle:first-line{
	text-transform: none;
}

.blockSubtitle{
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #707070;
	letter-spacing: normal;
	vertical-align: bottom;
}

.blockTextAndTextLeft,
.blockTextAndTextRight,
.blockImageAndImageLeft,
.blockImageAndImageRight{
	width: 159px;
	padding: 5px 0px 15px 0px;
	font-weight: normal;
	color: #707070;
	letter-spacing: normal;
	vertical-align: top;
}

.blockTextAndImageLeftText,
.blockTextAndImageRightText,
.blockTextAndImageLeftImage
.blockTextAndImageRightImage,
.blockParagrafText,
.blockImage,
.blockImageOnTheLeft,
.blockImageOnTheRight,
.blockTemplates{
/*
	width: 100%;
*/
/*
	padding: 10px 11px 15px 11px;
*/
	padding: 10px 0px 15px 0px;
	font-weight: normal;
	color: #707070;
	letter-spacing: normal;
	vertical-align: top;

	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	text-decoration: none;
	color: #808285;
}

.blockImage{
	padding: 2px 0px 15px 0px;
}

.blockParagrafText{
	padding: 10px 0px 15px 0px;
}

/* Viktor: dodao razmak izmeðu paragrafa */
.blockParagrafText p,
.blockImageOnTheRight p {
	margin-bottom: 6px;
}

/* Viktor: lepa tabela za lepe stvari */
.vtable { border: 1px solid #d8d8df; padding: 2px 4px; }
.vtable .r0 { background-color: #d8d8df; }
.vtable .r1 { background-color: #e8e8ef; }

.blockTextAndImageRightText,
.blockTextAndImageLeftText{
/*
	width: 100%;
*/
	vertical-align:top;
}

.blockTextAndImageRightImage,
.blockTextAndImageLeftImage{
	text-align: center;
	vertical-align: top;
	padding: 0px 11px 0px 11px;
}

.blockImageOnTheLeft td,
.blockImageOnTheRight td{
	text-align: center;
}

.blockImageOnTheLeft td{
	padding: 0px 11px 10px 11px;
}

.blockImageOnTheRight td{
	padding: 0px 11px 10px 11px;
}

.blockImage img,
.blockImageAndImageLeft img,
.blockImageAndImageRight img,
.blockImageOnTheLeft img,
.blockImageOnTheRight img,
.blockTextAndImageRightImage img,
.blockTextAndImageLeftImage img{
	margin: 0px 0px 3px 0px;
	display: block;
}

.menuframe td{
	padding: 0px;
	text-align: left;
}

.menuframe img{
	margin: 0px;
}

.blockTableSearch,
.blockTableNews,
.blockTableSitemap{
	padding: 0;
	font-weight: normal;
	color: #707070;
	letter-spacing: normal;
	vertical-align: middle;
}
