/* CSS Document */

a:link, a:visited {
	text-decoration: none;
	color: #5C5C5C;
}

a:hover {
	text-decoration: underline;
}


body {
	margin: 0 0 30px 0;
	padding: 0;
	background-color: #0B0B0B;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-x;
	font-family: "Arial Narrow", "Trebuchet MS", Arial;
	font-size: 11px;
	color: #5C5C5C;
}

body.pagebg2 {
	background-image: url(images/page_bg2.gif);
}

/***************** main table layout ****************/


td.headerMenuLinks a, td.headerMenuLinks a:visited  {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

h1.headerTitle {
	margin: 0 0 0 10px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 30px;
	color: #BABCAE;
	line-height: 32px;
}

p.headerTitle {
	margin: 0 0 0 12px;
	padding: 0px;
	color: #BABCAE;
	font-family: Arial, Helvetica, sans-serif;
}

p.headerMsg {
	margin: 0;
	padding: 0;
	color: #454545;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	line-height: 32px;
}

p.headerMsg a:link,  p.headerMsg a:visited {
	color: #454545;
	text-decoration: underline;
}

p.headerLink  {
	color: #CBC1C1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 2px;
	padding: 0;
}

p.headerLink2 {
	margin: 0;
	padding: 0;
}

p.headerLink2 a, p.headerLink2 a:visited {
	color: #fff;
	font-family: "Arial Narrow", "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;

}

p.headerLink2 .orange, p.headerLink2 .orange {
	color: #E18551;	
}

p.headerLink2 a:hover {
	text-decoration: underline;
}


/***************** header buttons ****************/

.headerButton1 {
	float: left;
	width: 142px;
	height: 24px;
	margin-right: 1px;
}

.headerButton1 a:link, .headerButton1 a:visited {
	padding: 0 5px 0px 12px;
	display: block;
	width: 125px;
	height: 24px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-image: url(images/header_btn1_bg.gif);
}

.headerButton1  a:hover {
    text-decoration: none;
	background-position: right;
}



/***************** dropdown menu 1 ****************/

.dropdownMWrapper {
  	width: 205px; 
 	padding: 0;
	margin: 0;
	background-color: #000;
}

ul.dropdownM {
  	width: 205px; 
 	margin: 0; 
 	padding: 0; 
  	list-style: none; 
}

ul.dropdownM a {
	font-size: 11px;
	color: #babcad;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
  	background-image: url(images/dropdown_m_item_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
  	display: block;
 	width: 193px;
  	height: 24px;
 	line-height: 24px;
	float: left;
	margin: 0;
	padding: 0 0 0 12px;
}

ul.dropdownM a.noArrow {
  	background-image: url(images/dropdown_m_item2_bg.gif);
} 

ul.dropdownM a:link, ul.dropdownM a:visited {
	color: #B4B5A6;
}
 
ul.dropdownM a:hover {
    text-decoration: none;
	color: #fff;
}
 
ul.dropdownM li {
  	background-image: url(images/frm1_menu_btn.gif);
	background-repeat: no-repeat;
 	display: inline; /* Removes gaps in IE/WIN */
}




/* -- */



/***************** dropdown menu 2 ****************/

.dropdownM2Wrapper {
  	width: 180px; 
 	padding: 0;
	margin: 0;
	background-color: #e4e6e0;
}

ul.dropdownM2 {
  	width: 180px; 
 	margin: 0; 
 	padding: 0; 
  	list-style: none; 
}

ul.dropdownM2 a {
	font-size: 11px;
	color: #656a5d;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
  	background-image: url(images/dropdown2_m_item_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
  	display: block;
 	width: 168px;
  	height: 24px;
 	line-height: 24px;
	float: left;
	margin: 0;
	padding: 0 0 0 12px;
}

ul.dropdownM2 a:link, ul.dropdownM2 a:visited {
	color: #656a5d;
}
 
ul.dropdownM2 a:hover {
    text-decoration: none;
	color: #000;
}
 
ul.dropdownM2 li {
  	background-image: url(images/dropdown2_m_item_bg.gif);
	background-repeat: no-repeat;
 	display: inline; /* Removes gaps in IE/WIN */
}



/* -- */



/***************** form general styles ****************/


/*  gray html buttons */


/* btn 1 */

input.grayBtn1 {
	font-size: 11px;
	color: #686C62;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
	text-align: center;
	background-color: transparent;
  	background-image: url(images/btn1.gif);
	background-repeat: no-repeat;
	background-position: left;
  	display: block;
 	width: 105px;
  	height: 19px;
 	line-height: 19px;
	float: left;
	margin: 0 5px 0 0;
	border: 0;
}

input.grayBtn1Hover {
	font-size: 11px;
	color: #686C62;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
	text-align: center;
	background-color: transparent;
   	background-image: url(images/btn1.gif);
	background-repeat: no-repeat;
	background-position: right;
  	display: block;
 	width: 105px;
  	height: 19px;
 	line-height: 19px;
	float: left;
	margin: 0 5px 0 0;
	border: 0;
	cursor: pointer;
}
 
 /* btn 3 */
 
 input.grayBtn3 {
	font-size: 11px;
	color: #686C62;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
	text-align: left;
	text-indent: 30px;
  	background-image: url(images/btn3.gif);
	background-repeat: no-repeat;
	background-position: left;
  	display: block;
 	width: 230px;
  	height: 19px;
 	line-height: 19px;
	margin: 0;
	border: 0;
	cursor: pointer;
}

 input.grayBtn3Hover {
	font-size: 11px;
	color: #686C62;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
	text-align: left;
	text-indent: 30px;
  	background-image: url(images/btn3.gif);
	background-repeat: no-repeat;
	background-position: right;
  	display: block;
 	width: 230px;
  	height: 19px;
 	line-height: 19px;
	margin: 0;
	border: 0;
	cursor: pointer;
}
 
 input.grayBtn3Selected {
	font-size: 11px;
	color: #686C62;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
	text-align: left;
	text-indent: 30px;
  	background-image: url(images/btn3_selected.gif);
	background-repeat: no-repeat;
	background-position: right;
  	display: block;
 	width: 230px;
  	height: 19px;
 	line-height: 19px;
	margin: 0;
	border: 0;
	cursor: pointer;
}
 

/* -- */

/* btn 4 */

input.grayBtn4 {
	font-size: 11px;
	color: #686C62;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
	text-align: center;
	background-color: transparent;
  	background-image: url(images/btn4.gif);
	background-repeat: no-repeat;
	background-position: left;
  	display: block;
 	width: 70px;
  	height: 18px;
 	line-height: 18px;
	float: left;
	margin: 0 5px 0 0;
	border: 0;
}

input.grayBtn4Hover {
	font-size: 11px;
	color: #686C62;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
	text-align: center;
	background-color: transparent;
   	background-image: url(images/btn4.gif);
	background-repeat: no-repeat;
	background-position: right;
  	display: block;
 	width: 70px;
  	height: 18px;
 	line-height: 18px;
	float: left;
	margin: 0 5px 0 0;
	border: 0;
	cursor: pointer;
}




/***************** form1 styles ****************/

.form1 {
	margin-bottom: 4px;
}

.form1 td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.form1 .menuBottomBg {
	background-image: url(images/frm1_menuBottom_bg.gif);
	background-repeat: no-repeat;
	text-align: right;
	font-size:14px;
	color: #BEC0B0;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Arial Narrow", "Trebuchet MS", Arial;
	line-height: 14px;
}

.form1 .menuBottomBg .smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform: none;
	font-weight: normal;
}


.form1 .footerMenu {
	background-color: #EDEEE6;
	padding: 0 10px 0 10px;
	font-size: 12px;
	font-family: "Arial Narrow", "Trebuchet MS", Arial;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}

.form1 .menuBottomBg a, .form1 .menuBottomBg a:visited {
	color: #BEC0B0;
}


.form1 .menuBottomBg a:hover {
	text-decoration: none;
	color: #FFF;
}

.form1 .menuBottomBg div {
	padding: 10px;
}

.form1 .body {
	background-image: url(images/frm1_borders_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
}

.form1 .formtitle {
	background-color: #1F1F1F;
	padding: 0 11px 0 15px;
	height: 25px;
	color: #BEC0B0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Arial Narrow", "Trebuchet MS", Arial;
}

.form1 .bodyPadding {
	padding: 0 10px 0 10px;
}


.form1 .subMenu {
	background-image: url(images/frm1_subMenu_bg.gif);
	background-repeat: repeat-x;
	background-color: #DADBD0;
	color: #797C6D;
	font-family: "Arial Narrow", "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.form1 .subMenu  a:link, .form1 .subMenu  a:visited {
	color: #797C6D;
}

.form1 .subMenu  a:hover {
	text-decoration: none;
	color: #575B49;
}

.form1 .subMenu a.selected, .form1 .subMenu a.selected:visited {
	color: #474B39;
}



.postInput {
	border: solid;
	border-width: 1px;
	border-color : #EDEEE6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A2A2A2;
}




/* form1 horizontal main menu */
.menuWrapper {
 	padding: 0 0 3px 5px; 
	background-color: #1F1F1F;
}

ul.menu {
  	width: 100%; 
 	margin: 0; 
 	padding: 0; 
  	list-style: none; 
}

ul.menu a {
	font-size: 14px;
	color: #B4B5A6;
	font-family: "Arial Narrow", "Trebuchet MS", Arial;
	font-weight: bold;
    text-decoration: none;
	text-transform: uppercase;
	text-align: center;
  	background-image: url(images/frm1_menu_btn.gif);
	background-repeat: no-repeat;
	background-position: left;
  	display: block;
 	width: 76px;
  	height: 24px;
 	line-height: 24px;
	float: left;
	margin: 0 1px 0 0;
}

ul.menu a:link, ul.menu a:visited {
	color: #B4B5A6;
}
 
ul.menu a:hover {
    text-decoration: none;
	background-position: right;
}
 
ul.menu li {
  	background-image: url(images/frm1_menu_btn.gif);
	background-repeat: no-repeat;
 	display: inline; /* Removes gaps in IE/WIN */
}


ul.menu a.active, ul.menu a.active:visited {
  	background-image: url(images/frm1_menu_btn_active.gif);
	color: #EDEEE6;
}


/* -- */


/* form1 horizontal menu2 */
ul.menu2 {
  	width: 100%; 
 	margin: 0; 
 	padding: 0; 
  	list-style: none; 
}

ul.menu2 a {
  	background-image: url(images/frm1_menu2_btn.gif);
	background-repeat: no-repeat;
	background-position: left;
  	display: block;
 	width: 18px;
  	height: 20px;
	line-height: 18px;
	float: left;
	margin: 0 5px 0 0;
}

ul.menu2 a:link, ul.menu2 a:visited {
	color: #B4B5A6;
}
 
ul.menu2 a:hover {
    text-decoration: none;
	background-position: right;
}
 
ul.menu2 li {
  	background-image: url(images/frm1_menu2_btn.gif);
	background-repeat: no-repeat;
 	display: inline; /* Removes gaps in IE/WIN */
}


ul.menu2 a.active, ul.menu2 a.active:visited {
    text-decoration: none;
	background-position: right;
}


/* -- */




/***************** form1::sadrzaj ****************/

.form1 .fotoPanel {
	background-color: #C6CBBD;
	padding: 10px 10px 10px 0;
}

.form1 .fotoPanelWrapper {
	padding: 0 0 0 10px; 
	height: 100px;
}


/*  thumb frame */
.form1 div.imgFrame1 {
	float: left;
	background-image: url(images/img_frame1.gif);
	background-repeat: no-repeat;
	width: 75px;
	height: 75px;
	margin: 0 5px 0 0;
}

.form1 div.imgFrame1 a.linkImgFrame1 {
	display: block;
	background-image: url(images/img_frame1.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 75px;
	height: 75px;
}

.form1 div.imgFrame1 img {
	margin: 5px;
}

.form1 div.imgFrame1 a.linkImgFrame1:hover {
	background-position: right;
}

/*  thumb add frame */
.form1 div.imgFrame2 {
	float: left;
	background-image: url(images/img_frame2.gif);
	background-repeat: no-repeat;
	width: 75px;
	height: 81px;
	font-size: 11px;
}

.form1 div.imgFrame2 a {
	display: block;
	background-image: url(images/img_frame2.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 55px;
	height: 61px;
	text-align: center;
	padding: 10px;
}

.form1 div.imgFrame2 a:hover {
	background-position: right;
	text-decoration: none;
}


/***************** form1::panel ****************/

.form1 div.contentWrapper {
	padding: 15px;
	font-size: 11px;
	border-bottom: 2px solid #EdEEE7;
}

.form1 div.contentWrapper img.image {
	margin: 0 15px 0 0;
	float: left;
}

.form1 div.contentWrapper p.leader {
	margin: 0;
}

.form1 div.contentWrapper h5.title {
	margin: 5px 0 5px 0;
	font-size: 14px;
	font-family: "Arial Narrow", "Trebuchet MS", Arial;
	text-transform: uppercase;
	font-weight: bold;
}

.form1 div.contentWrapper p.introTxt {
	margin: 5px 0 0 51px;
	padding: 0;
	line-height: 150%;
}

.form1 div.contentWrapper p.text12px {
	font-size: 12px;
}


/***************** form1::izgled ****************/

.thumbContainer {
	width: 51px;
	height: 52px;
	margin: 0 10px 20px 6px;
	padding: 2px;
	float: left;
}

.thumbContainerSelected {
	width: 51px;
	height: 52px;
	margin: 0 10px 20px 6px;
	padding: 2px;
	float: left;
	background-color: #FF9933;
}


.thumbContainer2 {
	width: 51px;
	height: 52px;
	margin: 10px auto;
	padding: 2px;
	background-color: #d0d2c3;
}



/* izgled layout form divs */

.layoutHeaderDiv {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #edeee6;
	width: 451px;
}

.layoutHeaderDiv .boxbody {
	height: 42px;
	padding: 10px;
	text-align: center;
}


.layoutCol1Div {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #edeee6;
	width: 102px;
	margin: 9px 9px 0 0;
	float: left;
}

.layoutCol1Div .boxbody {
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 10px;
	text-align: center;
}


.layoutCol2Div {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #edeee6;
	width: 227px;
	margin: 9px 9px 0 0;
	float: left;
}

.layoutCol2Div .boxbody {
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 10px;
	text-align: center;
}

.prevStyleArea {
	margin-top: 10px;
	padding: 5px; 
	background: #292927;
	text-align: left;
}

.prevStyleArea p {
	margin: 10px;
}

.layoutCol3Div {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #edeee6;
	width: 340px;
	margin: 9px 9px 0 0;
	float: left;
}

.layoutCol3Div .boxbody {
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 10px;
	text-align: center;
}


.layoutCol4Div {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #edeee6;
	width: 451px;
	margin: 9px 9px 0 0;
	float: left;
}

.layoutCol4Div .boxbody {
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 10px;
	text-align: center;
}


/* -- */


/***************** form1::postavke ****************/


div.col1 {
	float: left;
	width: 120px;
}

div.col2 {
	float: left;
	width: 200px;
}

div.col3 {
	float: left;
	width: 120px;
}

.form1 .avatar {
	width: 35px;
	height: 35px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}

/***************** form1::front ****************/

.form1 .slelecImageBox {
	width: 25px; 
	padding:5px; 
	background-color:#EEE; 
	clear:both; 
	text-align:center;
}



/***************** form2 styles ****************/

.form2 {
	margin: 0 0 5px 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.form2 .body {
	background-image: url(images/frm2_borders_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
}

.form2 TD.title {
	background-color: #1F1F1F;
	padding: 0 11px 0 15px;
}

.form2 TD.titleTxt {
	color: #BEC0B0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Arial Narrow", "Trebuchet MS", Arial;
}

.form2 TD.titleLink {
	text-align: right;
}

.form2 TD.titleLink a:link, .form2 TD.titleLink a:visited {
	color: #bec0b0;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Arial Narrow", "Trebuchet MS", Arial;
	padding: 0 5px 0 2px;
}

.form2 .subMenu {
	background-image: url(images/frm1_subMenu_bg.gif);
	background-repeat: repeat-x;
	background-color: #DADBD0;
	color: #797C6D;
	font-family: "Arial Narrow", "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.form2 .subMenu  a:link, .form2 .subMenu  a:visited {
	color: #797C6D;
}

.form2 .subMenu  a:hover {
	text-decoration: none;
	color: #575B49;
}

.form2 .subMenu a.selected, .form2 .subMenu a.selected:visited {
	color: #474B39;
}


.form2 .bodyPadding {
	padding: 0 10px 0 10px;
}

.form2 .input {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A2A2A2;
}



/***************** form2::sadrzaj ****************/

ul.posts {
 	margin: 0; 
 	padding: 0; 
  	list-style: none; 
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


ul.posts li {
	padding: 6px 10px 6px 10px;
	margin: 0;
	line-height: 150%;
	border-bottom: 2px solid #EDEEE6;
}

ul.posts li a {
	display: block;
}

ul.posts li a:hover {
	text-decoration: none;
}

ul.posts li.selected {
	background-color: #EFF1ED;
}


.form2 .footerMenu {
	background-color: #EDEEE6;
	padding: 0 10px 0 10px;
	font-size: 12px;
	font-family: "Arial Narrow", "Trebuchet MS", Arial;
	font-weight: bold;
	text-transform: uppercase;
}



/*  paging buttons */

UL.paging {
 	margin: 0; 
 	padding: 0; 
  	list-style: none;
	float: left;
}

UL.paging a {
	font-size: 11px;
	color: #525351;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    text-decoration: none;
	text-align: center;
  	background-image: url(images/btn2_2.gif);
	background-repeat: no-repeat;
	background-position: left;
  	display: block;
 	width: 18px;
  	height: 18px;
 	line-height: 18px;
	float: left;
	margin: 0 5px 0 0;
}

ul.paging a:link, ul.paging a:visited {
	color: #525351;
}
 
ul.paging a:hover {
    text-decoration: none;
	color: #989C92;
}
 
ul.paging li {
  	background-image: url(images/btn2_2.gif);
	background-repeat: no-repeat;
 	display: inline; /* Removes gaps in IE/WIN */
}


UL.paging a.active, UL.paging a.active:visited {
  	background-image: url(images/btn2_1.gif);
}



/***************** form2::panel ****************/

.form2 div.contentWrapper {
	padding: 15px;
	border-bottom: 2px solid #edeee6;
}

.form2 div.contentWrapper2 {
	padding: 5px 15px 5px 15px;
	background-color: #edeee6;
	border-bottom: 2px solid #edeee6;
}

.form2 div.contentWrapper img.image {
	margin: 0 15px 0 0;
	float: left;
}

.form2 div.contentWrapper img.imageSelected {
	margin: 0 12px 0 0;
	border: 2px solid #e59a70;
	float: left;
}

.form2 div.contentWrapper img.image2 {
	border: 2px solid #fff;
	padding: 0;
	float: left;
}

.form2 div.contentWrapper img.image2Selected {
	margin: 0;
	border: 2px solid #e59a70;
	float: left;
}


.form2 div.contentWrapper p {
	margin: 3px 0 3px 0;
	font-size: 11px;
}

.form2 div.contentWrapper p.text12px {
	font-size: 12px;
}




/******************* misc **********************/

.whiteText {
	color: #fff;
}

.darkGrayText12 {
	color: #414141;
	font-size: 12px	
}

.text11, .text11 a:link, text11 a:visited {
	font-size: 11px;	
}

.text12, .text12 a:link, text12 a:visited {
	font-size: 12px;	
}

.text13, .text13 a:link, text13 a:visited {
	font-size: 13px;
}

.text15, .text15 a:link, text15 a:visited {
	font-size: 15px	;
}


.text16, .text16 a:link, text16 a:visited {
	font-size: 16px;	
}



.blackText, a.blackText:link, a.blackText:visited {
	color: #000;
}

.lightGrayText, a.lightGrayText:link, a.lightGrayText:visited  {
	color: #999999;
}

.grayBg {
	background-color: #edeee6;
}

.grayBg2 {
	background-color: #1F1F1F;
}

.grayBg3 {
	background-color: #e8e9e1;
}



.clear {
	clear:both;
	height:1px;
	font-size: 0px;
	overflow: hidden;
} 

.alignCenter {
	text-align: center;
}

.nomargin {
	margin: 0;
}

/******************* HTML form **********************/


form {
	margin: 0px;
	padding: 0px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.btn {
	border: 1px solid #7F817D;
	height: 22px;
}

.fileField {
	border: 1px solid #7F817D;
	height: 22px;
}

.textarea {
	color: #5C5C5C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;
	width: 210px;
}


/***************** form1::nagrade ****************/

.nagradeImage {
	background-color: #edeee5;
}
.nagradeImage td {
	padding: 2px;
}

p.grayText,
p.grayText a, 
p.grayText a:visited {
	font-family: "Arial Narrow", "Trebuchet MS", Arial;
	color: #a6a5a5;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
}

.orangeTxt {
	color: #e69364;
}

.nagradeWrapper {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #eaedec;
}

.nagradeCol1 {
	float:left; 
}

.nagradeCol2 {
	float:left; 
	padding-left: 10px; 
	width:318px; 
}




