/****************************************************************/
/************* N_style.css - Naslovnica CSS stilovi *************/
/****************************************************************/

html {
	background:#d3b2e0 url(Images/N_Main_BG_Gradient.png) repeat-x scroll top left;
}

body {
	background:transparent url(Images/N_Main_Bg.jpg) no-repeat scroll top center;
	width:100%;
}

/****************************************************************/
/*************				Page 					*************/
/****************************************************************/

/*************				Header					*************/

div#Pg_Hd {
    height:10px;
    background:transparent url(Images/N_Hd_Img.jpg) no-repeat scroll 337px bottom;
}

/****************************************************************/
/*************			Page Main Menu				*************/
/****************************************************************/

div#Pg_MM_W {
	height:83px;
}

/*************		First Menu						*************/

div#Pg_FrstM a {
	display:inline;
	float:left;
	height:52px;
}

a.FrstM1 {
	height:52px;
	width:320px;
	margin-right:10px;
	background:transparent url(Images/N_FrstM1.jpg) no-repeat scroll top left;
}

a.FrstM1:hover {
	background:transparent url(Images/N_FrstM1.jpg) no-repeat scroll bottom left;
}

a.FrstM2 {
	height:52px;
	width:320px;
	margin-right:10px;
	background:transparent url(Images/N_FrstM2.jpg) no-repeat scroll top left;
}

a.FrstM2:hover {
	background:transparent url(Images/N_FrstM2.jpg) no-repeat scroll bottom left;
}

a.FrstM3 {
	height:52px;
	width:320px;
	background:transparent url(Images/N_FrstM3.jpg) no-repeat scroll top left;
}

a.FrstM3:hover {
	background:transparent url(Images/N_FrstM3.jpg) no-repeat scroll bottom left;
}

/*************		Second Menu/Main Menu Muskarci	*************/

div#Pg_MM {
	background:transparent url(Images/N_Pg_MM.jpg) no-repeat scroll top left;
	height:24px;
}

div#Pg_MM ul {
	width:270px;
	margin-right:10px;
	display:inline;
	padding-left:50px;
}

div#Pg_MM li {
	color:#ADC0D6;
	border-left:1px solid #537cad;
}

div#Pg_MM a {
	color:#ADC0D6;
}

/*************		Second Menu/Main Menu UniSex	*************/

div#Pg_MMU {
	display:block;
	float:left;
	height:32px;
	background:transparent url(Images/N_Pg_MMU.jpg) no-repeat scroll top left;
}

div#Pg_MMU ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
	padding:11px;
	display:inline;
	padding:8px 0 8px 60px;
	width:260px;
	margin-right:10px;
}

div#Pg_MMU li {
	float:left;
	padding:0 7px;
	color:#92c984;
	border-left:1px solid #4ca03b;
}

div#Pg_MMU li.Pg_MMFrst {
	border:none;
}

div#Pg_MMU a {
	color:#92c984;
}

/*************		Second Menu/Main Menu Zene	*************/

div#Pg_MMZ {
	display:block;
	float:left;
	height:32px;
	background:transparent url(Images/N_Pg_MMZ.jpg) no-repeat scroll top left;
}

div#Pg_MMZ ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
	padding:11px;
	display:inline;
	padding:8px 0 8px 40px;
	width:280px;
}

div#Pg_MMZ li {
	float:left;
	padding:0 7px;
	color:#d29fb7;
	border-left:1px solid #AD3B73;
}

div#Pg_MMZ li.Pg_MMFrst {
	border:none;
}

div#Pg_MMZ a {
	color:#d29fb7;
}

/****************************************************************/
/*************				Naslovnica				*************/
/****************************************************************/

div#Pg_Cont_W {
	display:inline;
	float:left;
	padding:0 7px;
	width:980px;
	background:transparent url(Images/N_Cont_Bg.png) repeat-y scroll top left;
}

div#N_Cont_Ft {
	background:transparent url(Images/N_Cont_Ft.png) no-repeat scroll top left;
	display:block;
	float:left;
	height:20px;
	width:994px;
}

/*************		Naslovnica	Tree Columns		*************/

div#Pg_Col1, div#Pg_Col2 {
	width:320px;
	float:left;
	display:inline;
	margin-right:10px;
	background-color:#eaeaec;
}

div#Pg_Col3 {
	width:319px;
	float:left;
	display:inline;
	background-color:#eaeaec;
}

/*************		Naslovnica	Top News Containers		*************/

div.Cont_Top_col {
	width:300px;
	background:#e6e6e9 url(Images/N_Cont_Top_col.gif) repeat-x scroll top left;
	height:250px;
	border-bottom:1px dashed #AAA5B9;
	float:left;
	display:inline;
	padding:10px;
}

/*************		Naslovnica	News Containers			*************/

div.Nws_Bx_Frst {
    background:#E6E6E9 url(Images/N_Cont_Top_col.gif) repeat-x scroll left top;
    display:inline;
    float:left;
    margin:0px;
    width:300px;
    height:250px;
    padding:10px;
    position:relative;
    overflow:hidden;
}

div.Nws_Bx_Frst_Hd {
	display:block;
	position:absolute;
	top:10px;
	left:10px;
	height:100px;
	width:300px;
}

div.Nws_Bx_Frst_Img {
	display:block;
	position:absolute;
	left:103px;
	top:0px;
}

div.Nws_Bx_Frst_Ct {
	display:block;
	position:relative;
	height:100px;
	width:100px;
	cursor:pointer;
}

div.Nws_Bx_Frst h1, div.Nws_Bx_Frst h2 {
	position:absolute;
	display:block;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif, "Lucida Console";
	line-height:20px;
	width:300px;
	top:125px;
	height:43px;
}

div.Nws_Bx_Frst p {
	position:absolute;
	line-height:18px;
	display:block;
	width:300px;
	top:176px;
	height:38px;
}

div.Nws_Bx_Frst_Ct {
	position:absolute;
	width:282px;
	padding-left:18px;
	top:150px;
	top:237px;
	height:14px;
}

/*************		News Containers	- boje linkova		*************/

div#Pg_Col1 a, div#Pg_Col1 a:link, div#Pg_Col1 a:hover, div#Pg_Col1 a:visited {
	color:#255f9f;
}

div#Pg_Col1 .Nws_Bx_Frst_Ct {
	color:#5579a0;
	background:transparent url(Images/M_Strelica.gif) no-repeat scroll left center;
}

div#Pg_Col2 a, div#Pg_Col2 a:link, div#Pg_Col2 a:hover, div#Pg_Col2 a:visited {
	color:#309f1c;
}

div#Pg_Col3 a, div#Pg_Col3 a:link, div#Pg_Col3 a:hover, div#Pg_Col3 a:visited {
	color:#9D3669;
}

div#Pg_Col3 .Nws_Bx_Frst_Ct {
	color:#9D6B84;
	background:transparent url(Images/Z_Strelica.gif) no-repeat scroll left center;
}

/****************************************************************/
/*************		Naslovnica	Bottom Containers	*************/
/****************************************************************/

/*************		Page Content / Bottom Column 1		*************/

div.Cont_Btm_col1 {
	background:transparent url(Images/N_Cont_BtmL.png) repeat-x scroll top left;
	height:362px;
	width:300px;
	display:block;
	float:left;
	padding:20px 10px 10px;
}

div.Cont_Btm_col1 a, div.Cont_Btm_col1 a:link, div.Cont_Btm_col1 a:visited, div.Cont_Btm_col1 a:hover {
	color:#b7d1ed !important;
}

/*************		Page Content / Most Read Muskarci		*************/

div.Cont_Btm_col1 .Most_Rd {
	color:#FFFFFF;
}

div.Cont_Btm_col1 .Most_Rd li {
	border-bottom:1px dotted #253a51;
}

div.Cont_Btm_col1 .Most_Rd li span {
	background:transparent url(Images/M_MostRead_ListNumbers.jpg) no-repeat scroll top left;
	color:#cbdef3;
}

div.Cont_Btm_col1 .Most_Rd_More {
	background:transparent url(Images/M_Strelica.gif) no-repeat scroll left 4px;
}

/*************		Page Content / Vezani Read Muskarci		*************/

div.Cont_Btm_col1 .Vez_Rd {
	color:#FFFFFF;
}

div.Cont_Btm_col1 .Vez_Rd li {
	border-bottom:1px dotted #253a51;
}

div.Cont_Btm_col1 .Vez_Rd li span {
	background:transparent url(Images/M_MostRead_ListNumbers.jpg) no-repeat scroll top left;
	color:#cbdef3;
}

div.Cont_Btm_col1 .Vez_Rd_More {
	background:transparent url(Images/M_Strelica.gif) no-repeat scroll left 4px;
}

/*************		Page Content / Bottom Column 2		*************/

div.Cont_Btm_col2 {
	height:392px;
	width:320px;
	background-color:#e6e6e9;
	display:block;
	float:left;
}

div.Cont_Btm_col2 .Cont_Btm_Bann {
	width:300px;
	background-color:#e6e6e9;
	height:250px;
	border-bottom:1px dashed #AAA5B9;
	float:left;
	display:inline;
	padding:10px;
}

div.Cont_Btm_Imp {
	padding:10px;
	display:block;
	float:left;
}

div.Cont_Btm_Imp img {
	display:block;
	float:left;
	margin-right:3px;
}

div.Cont_Btm_Imp .Cont_Btm_Txt {
	display:block;
	float:left;
	background:transparent url(Images/N_Logo_Bg.jpg) no-repeat scroll top left;
	width:197px;
	height:101px;
}

div.Cont_Btm_Imp ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:23px 0 0 22px;
}

div.Cont_Btm_Imp li {
	line-height:14px;
}

div.Cont_Btm_Imp a, div.Cont_Btm_Imp a:link, div.Cont_Btm_Imp a:visited, div.Cont_Btm_Imp a:hover {
	color:#797979 !important;
}

/*************		Page Content / Bottom Column 3		*************/

div.Cont_Btm_col3 {
	background:transparent url(Images/N_Cont_BtmR.png) repeat-x scroll top left;
	height:362px;
	width:300px;
	display:block;
	float:left;
	padding:20px 10px 10px;
}

div.Cont_Btm_col3 a, div.Cont_Btm_col3 a:link, div.Cont_Btm_col3 a:visited, div.Cont_Btm_col3 a:hover {
	color:#f7e4ed !important;
}

/*************		Page Content / Most Read Zene		*************/

div.Cont_Btm_col3 .Most_Rd {
	color:#FFFFFF;
}

div.Cont_Btm_col3 .Most_Rd_More {
	background:transparent url(Images/Z_Strelica.gif) no-repeat scroll left 4px;
}

div.Cont_Btm_col3 .Most_Rd li {
	border-bottom:1px dotted #7b224f;
}

div.Cont_Btm_col3 .Most_Rd li span {
	background:transparent url(Images/Z_MostRd_Bg.jpg) no-repeat scroll top left;
	color:#cbdef3;
}

/*************		Page Content / Vezani Read Zene		*************/

div.Cont_Btm_col3 .Vez_Rd {
	color:#FFFFFF;
}

div.Cont_Btm_col3 .Vez_Rd_More {
	background:transparent url(Images/Z_Strelica.gif) no-repeat scroll left 4px;
}

div.Cont_Btm_col3 .Vez_Rd li {
	border-bottom:1px dotted #7b224f;
}

div.Cont_Btm_col3 .Vez_Rd li span {
	background:transparent url(Images/Z_MostRd_Bg.jpg) no-repeat scroll top left;
	color:#cbdef3;
}

/*************		Page Content / Most Read Links Under		*************/

div.Ft_Lnk, div.Ft_LnkM {
	display:block;
	float:left;
}

div.Ft_Lnk ul, div.Ft_LnkM ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
	padding:11px;
	display:inline;
	padding:10px 0 0;
	width:300px;
}

div.Ft_Lnk li {
	float:left;
	padding:0 6px;
	border-left:1px solid #6a2547;
}

div.Ft_LnkM li {
	float:left;
	padding:0 6px;
	border-left:1px solid #2e3237;
}

div.Ft_Lnk li.Ft_Lnk_Frst, div.Ft_LnkM li.Ft_Lnk_Frst {
	border:none;
	padding-left:0px;
}

div.Ft_Lnk a, div.Ft_Lnk a:link, div.Ft_Lnk a:visited, div.Ft_Lnk a:hover, div.Ft_LnkM a, div.Ft_LnkM a:link, div.Ft_LnkM a:visited, div.Ft_LnkM a:hover {
	color:#FFFFFF;
}

/****************************************************************/
/*************			Registracija				*************/
/****************************************************************/

.RegBody {
	background:#d3b2e0 url(Images/Reg_Main_BG_Up.jpg) no-repeat scroll top center;
}

div#Reg_Hd {
	display:block;
	float:left;
	margin-top:13px;
}

div#Reg_Img {
	display:block;
	float:left;
	background:transparent url(Images/Reg_Logo.jpg) no-repeat scroll top left;
	width:52px;
	height:32px;
}

div#Reg {
	display:block;
	float:left;
	padding:10px 10px 0;
}

div#Reg ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
}

div#Reg li {
	float:left;
	color:#FFFFFF;
	padding:0 5px;
}

div#Reg li.Reg_Frst {
	border-right:1px solid #6f8aab;
}

div#Reg a, div#Reg a:link, div#Reg a:visited, div#Reg a:hover {
	color:#91a5d0;
}

div#Reg_Cont_W {
	width:980px;
	padding:0 7px;
	display:block;
	float:left;
	background:transparent url(Images/Cont_Bg.png) repeat-y scroll top left;
}

div#Reg_Cont {
	background-color:#ebeced;
	padding:10px;
	display:block;
	float:left;
}

div.Reg_Col {
	background:#e5e4e5 url(Images/Reg_Col_BgUp.gif) repeat-x scroll top left;
	width:320px;
	margin-right:10px;
	float:left;
	display:block;
}

div.Reg_Col_Ft {
	background:transparent url(Images/Reg_Col_BgDn.gif) repeat-x scroll bottom left;
	width:320px;
	margin-right:10px;
	float:left;
	display:block;
}

div.Reg_Col3 {
	float:left;
	display:block;
	width:300px;
}

div.Reg_Ban {
	display:block;
	float:left;
}

div.Reg_Col3_Imp {
	display:block;
	float:left;
	margin-top:10px;
}

div.Reg_Col3_Imp img {
	display:block;
	float:left;
	margin-right:3px;
}

div.Reg_Col3_Txt {
	display:block;
	float:left;
	background:transparent url(Images/N_Logo_Bg.jpg) no-repeat scroll top left;
	width:197px;
	height:101px;
}

div.Reg_Col3_Txt ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:23px 0 0 22px;
}

div.Reg_Col3_Txt li {
	line-height:14px;
}

div.Reg_Col3_Txt a, div.Reg_Col3_Txt a:link, div.Reg_Col3_Txt a:visited, div.Reg_Col3_Txt a:hover {
	color:#797979;
}


/**********************     Predstavljemo            *******************/

div.Nws_Pred_Bx {
    display:inline;
    float:left;
    height:202.5px;
    margin:0;
    overflow:hidden;
    padding:10px;
    position:relative;
    width:300px;
}

div.Nws_Pred_Bx a, div.Nws_Pred_Bx a:link, div.Nws_Pred_Bx a:hover, div.Nws_Pred_Bx a:visited {
    text-decoration:none;
}

div.Nws_Bx_Pred_Hd {
    position:relative;
    display:block;
}

div.Nws_Bx_Pred_Hd_Icon {
    position:absolute;
    top:10px;
    left:0px;
    height:22px;
    width:100px;
    display:block;
}

div.Nws_Bx_Pred_Cont {

}

div.Nws_Bx_Pred_Cont h2 {
    font-family:Georgia,"Times New Roman",Times,serif,"Lucida Console";
    line-height:20px;
    height:23px;
    line-height:20px;
    margin:0;
    position:absolute;
    top:125px;
    width:300px;
    overflow:hidden;
}

div.Nws_Bx_Pred_Cont p {
    float:left;
    display:block;
    height:38px;
    line-height:18px;
    position:absolute;
    top:176px;
    width:300px;
}

div.Nws_Bx_Pred_Ct {
    padding-left:18px;
    position:absolute;
    top:152px;
    width:282px;
}

/*        Color for Muskarci        */

div#Pg_Col1 .Nws_Bx_Pred_Ct {
    background:transparent url(Images/M_Strelica.gif) no-repeat scroll left center;
}

div#Pg_Col1 .Nws_Bx_Pred_Hd_Icon {
    background:transparent url(Images/M_Nws_Predstavljamo.jpg) no-repeat scroll top left;
}

div#Pg_Col2 .Nws_Bx_Pred_Ct {
    background:transparent url(Images/P_Strelica.gif) no-repeat scroll left center;
}

div#Pg_Col2 .Nws_Bx_Pred_Hd_Icon {
    background:transparent url(Images/P_Nws_Predstavljamo.jpg) no-repeat scroll top left;
}

div#Pg_Col3 .Nws_Bx_Pred_Ct {
    background:transparent url(Images/Z_Strelica.gif) no-repeat scroll left center;
}

div#Pg_Col3 .Nws_Bx_Pred_Hd_Icon {
    background:transparent url(Images/Z_Nws_Predstavljamo.jpg) no-repeat scroll top left;






