html,body {
	height: 100%;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: arial, helvetica;
	font-weight: normal;
	color: #231f20;
	/*overflow: auto;*/
}

body {
	background: #95b9d1 url(../images/centrum_bg.jpg) top center no-repeat;
	height: 100%;
}

input {
	font-family: arial, helvetica;
}

a, a:visited, a:link {
	color: #145faa;
	text-decoration: none;
}

a:hover {
	color: rgb(174,11,17);
	text-decoration: underline;
}

img {
	border: none;
}

h1, h1 a {
	color: #145faa;
	font-size: 2.25em;
	font-weight:normal;
	margin: 0 0 12px;
	padding: 0;
	line-height: 1.25em;
}

h2 {
	color: #209dd8;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 6px;
	padding: 0;
	line-height: 1.25em;
}

#content table {
	border: solid 1px #ccc;
	margin-top: 10px;
	border-collapse: collapse;
}

#content table tr td {
	border: solid 1px #ccc;
	padding: 2px 5px;
}

.more {
	text-align: right;
}
.more a span {
	font-size: 11px;
	font-weight: bold;
	padding-right: 5px;
}

.more a {
	text-decoration: none;
}

.mb20 { margin-bottom: 20px !important }

#pg_border_top {
	position: relative;
	width: 984px;
	margin: 11px auto 0;
	padding: 0;
	height: 25px;
	background: transparent url(../images/bg_body_top.png) top center no-repeat;
}

#wrapper {
	position: relative;
	display: block;
	padding: 0;
	width: 984px;
	margin: 0px auto;
	background: transparent url(../images/bg_body_mid.png) 0 0 repeat-y;
}


#wrapper_inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#pg_border_bottom {
	position: relative;
	width: 984px;
	margin: 0 auto 20px;
	height: 25px;
	background: transparent url(../images/bg_body_bottom.png) bottom center no-repeat;
}

.clear {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
	overflow: hidden;
	height: 0px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.x {
	display: none;
}

/** COLORS **/

.ltblue {
	color: #209dd8 !important;
}

.dkblue {
	color: #145faa !important;
}

.orange {
	color: #f27225 !important;
}

.no_rm {
	margin-right: 0 !important;
}
.tm15 {
	margin-top: 15px !important;
}


/****************
/***  HEADER ***/
/****************/

#header {
	display: block;
	position: relative;
	margin: 0 20px;
	padding: 0;
	height: 320px;
}

#header_inner {
	display: block;
	position: absolute;
	top: 28px;
	left: 0;
	height: 63px;
	width: 920px;
	background: transparent url(../images/bg_header_inner.gif) 0 0 no-repeat;
}
#header_inner a.h-logo-pfizer {
	position: absolute;
	right: 112px;
	top: 17px;
}
#header_inner img.logo1 {
	border: none;
}

#logo {
	position: absolute;
	left: 15px;
	top: 9px;
}


#header_text {
	position: absolute;
	display: block;
	left: 212px;
	top: 56px;
	color: #209dd8;
	font-family: verdana;
	font-size: 14px;
	font-style: italic;
}
#social-bookmarks {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 12px 0 0 12px;
	width: 90px;
	height: 51px;
	border-left: 1px solid #eaeaea;
}
#social-bookmarks a {
	display: block;
	margin-bottom: 4px;
}
#social-bookmarks a img {
	display: block;
	border: none;
}

/*** TOOLBOX ***/

#toolbox {
	position: absolute;
	margin: 0;
	padding: 0;
	display: block;
	top: 4px;
	right: 187px;
	width: 400px;
	height: 11px;
}

#toolbox ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#toolbox ul li {
	display: block;
	float: left;
	margin: 0 4px 0 23px;
}

#toolbox ul li a {
	display: block;
	text-decoration: none;
	height: 15px;
	background: transparent url(../images/tools_home.gif) 0 0 no-repeat;
	padding-left: 16px;
	font-size: 9px;
	font-family: arial, helvetica;
	text-transform: lowercase;
	color: #9bc2d2;
}

#toolbox ul li a#t-sitemap { background-image: url(../images/tools_sitemap.gif) !important; }
#toolbox ul li a#t-lineheight { background-image: url(../images/tools_txtline.gif); }
#toolbox ul li a#t-fontsize { background-image: url(../images/tools_txtsize.gif); }
#toolbox ul li a#t-print { background-image: url(../images/tools_print.gif); }

#toolbox ul li a:hover {
	/*background-position: 0 -15px;*/
}


/*** SEARCH BOX ***/

#searchbox {
	position: absolute;
	margin: -5px 0 0;
	padding: 0;
	display: block;
	top: 4px;
	right: 0;
	width: 175px;
	height: 19px;
}
#searchbox input.search_submit::-moz-focus-inner { padding:0; border:0; }
#searchbox input.search_submit {
	display: block;
	float: right;
	text-transform: lowercase;
	height: 19px;
	line-height: 16px;
	width: 45px;
	padding: 1px 0 2px;
	margin: 0;
	background: #fff url(../images/btn_search.gif) top right no-repeat;
	border: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	outline: none;
	cursor: pointer;
}

#searchbox input:hover.search_submit {
	background: #fff url(../images/btn_search_hover.gif) top right no-repeat;
}

#searchbox input.txtfield {
	display: block;
	text-transform: lowercase;
	height: 13px;
	width: 112px;
	padding: 3px 5px;
	margin: 0;
	background: #fff url(../images/bg_inputfield.gif) top left no-repeat;
	border: none;
	color: #666;
	font-size: 11px;
	font-weight: normal;
}
/* results */
#list_pages {
	height: 20px;
}
#list_pages .back_btn {
	float: left;
	height: 20px;
}
#list_pages .forward_btn {
	float: right;
	height: 20px;
	padding-right: 80px;
}
.mt5 {
	color: #145faa;
}

/*** Newsletter ***/

form.enovice label {
	display: block;
	width: 120px;
}

form.enovice input.txtfield {
	display: block;
	text-transform: lowercase;
	height: 19px;
	width: 112px;
	padding: 3px 5px;
	margin: 0 8px 0 0;
	background: #fff url(../images/bg_inputfield.gif) top left no-repeat;
	border: none;
	color: #666;
	font-size: 11px;
	font-weight: normal;
}
form.enovice input.search_submit::-moz-focus-inner { padding:0; border:0; }
form.enovice input.search_submit {
	display: block;
	float: left;
	text-transform: lowercase;
	height: 19px;
	line-height: 16px;
	width: 45px;
	padding: 1px 0 2px;
	margin: 0;
	background: #fff url(../images/btn_search.gif) top right no-repeat;
	border: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	outline: none;
	cursor: pointer;
}

form.enovice input.search_submit:hover {
	background: #fff url(../images/btn_search_hover.gif) top right no-repeat;
}
/* enews disclaimer */
form.enovice #disclaimer {
	padding: 10px 0 15px;
}
form.enovice #disclaimer input {
	display: inline;
	vertical-align: middle;
}
form.enovice #disclaimer label {
	display: inline;
	padding: 0 0 0 10px;
}

/** EKRAN **/

#ekran {
	position: absolute;
	display: block;
	height: 200px;
	width: 920px;
	top: 108px;
	left: 0;
	background-color: #fff;
}

#ekran div.senca {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 200px;
	width: 920px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/ekran_senca.png) 0 0 no-repeat;
	z-index: 10;
}
#ekran .img-link {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 200px;
	width: 640px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/blank.gif) left top repeat;
	z-index: 15;
}

#ekran img.slika {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 200px;
	width: 640px;
	margin: 0;
	padding: 0;
	border: none;
	/*background: #fff url(../images/_ekran_tmp.jpg) 0 0 no-repeat;*/
}

#ekran div.tekst_bg {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	height: 180px;
	width: 254px;
	margin: 0;
	padding: 10px 13px;
	background-color: #145faa;
	z-index: 5;
}


#ekran div.tekst {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	height: 180px;
	width: 254px;
	margin: 0;
	padding: 10px 13px;
	color: #fff;
	z-index: 15;
}

#ekran div.tekst span.title {
	font-size: 28px;
	font-style: italic;
	display: block;
	padding-bottom: 8px;
}

#ekran div.tekst span.text {
	font-size: 12px;
	line-height: 1.4em;
	
}

#ekran div.tekst a.more {
	font-size: 12px;
	color: #faed22;
	font-weight: bold;
	text-decoration: none;
}

.gt {
	font-size: 14px;
}


/****************
/** MENU **/
/****************/
#menu {
	display: block;
	position: relative;
	margin: 2px 20px 10px;
	padding: 0;
	height: 1%;
}

#menu div.separator {
	display: block;
	position: relative;
	height: 10px;
	margin: 13px 0 0;
	padding: 0;
	background: transparent url(../images/mmenu_line_bottom.gif) bottom center no-repeat;
}


/****************
/** MAINMENU **/
/****************/
#mainmenu {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 1%;
	/*z-index: 1;*/
}

#mainmenu.subpage {
	background: transparent url(../images/bg_submenu_tr.png) bottom center no-repeat;
}

#mainmenu table tr td {
	border-right: solid 1px #ccc;
}

#mainmenu table tr td.first {
	border-left: solid 1px #ccc;
}

	
#mainmenu table tr td a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style:italic; 
	font-weight: bold;
	color: #666;
	padding: 0 12px; 
	margin: 0; 
	display: block; 
	bottom: 0; 
	height: 100%;
	line-height: 1.25em;
}

#mainmenu table tr td a:hover {
	color: #209dd8;
	text-decoration: none;
}

#mainmenu table tr td a.selected {
	color: #209dd8;
	text-decoration: none;
}

#mainmenu table tr td.no_bord {
	border: none;
	height: 22px;
}

#mainmenu table tr td.selected {
	background: transparent url(../images/bg_menu_sel.gif) bottom left repeat-x;
} 


/** SUBMENU **/

#submenu {
	display: block;
	position: relative;
	margin: -6px 0 0;
	padding: 0;
	background: transparent url(../images/bg_submenu_tr.png) bottom center no-repeat;
	height: 26px;
	z-index: 0;
}

#submenu ul {
	padding: 5px 10px;
}

#submenu ul li {
	display: block;
	float: left;
}

#submenu ul li a {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	outline-style: none;
}

#submenu ul li a.selected {
	font-weight: bold;
}

#submenu ul li span {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	padding: 0 12px;
}



/****************
/***  BODY ***/
/****************/
#body {
	display: block;
	position: relative;
	margin: 10px 20px;
	padding: 0;
	height: 1%;
}



/******************/
/***  FIRSTPAGE ***/
/******************/

div.col292 {
	width: 292px;
	display: block;
	position: relative;
	margin: 10px 22px 0 0;
	padding: 0;
	float: left;
	height: 1%;
}

div.col292 h1 {
	padding: 6px 10px;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	height: 24px;
}

div.col292.fp_col1 h1 {
	background: transparent url(../images/bg_fp_informacije.jpg) 0 0 no-repeat;
}

div.col292.fp_col2 h1 {
	background: transparent url(../images/bg_fp_izdelki.jpg) 0 0 no-repeat;
}

div.col292.fp_col3 h1 {
	background: transparent url(../images/bg_fp_akcije.jpg) 0 0 no-repeat;
}

div.col_inner {
	padding: 0 10px;
}

div.col292 h2 {
	margin: 15px 0 2px;
}

div.col_inner div.item {
	clear: both;
}

div.fp_col1 h2, 
div.fp_col2 h2, 
div.fp_col1 a,
div.fp_col2 a,
#right_block h2,
#right_block a {
	color: #209dd8 !important;
}

div.fp_col1 a:hover,
div.fp_col2 a:hover,
#right_block a:hover {
	color: #145faa !important;
	text-decoration: none;
}

div.fp_col3 h2, 
div.fp_col3 a {
	color: #f27225 !important;
}

div.fp_col3 a:hover {
	color: #145faa;
	text-decoration: none;
}

.item a img {
	float: left;
	margin: 3px 10px 2px 0;
	padding: 0;
}

.col_inner .item p {
	font-weight: normal;
	padding-bottom: 5px;
}

.col_inner .item p.description {
	font-weight: bold;
}
a.col3pic img {
	margin: 5px 0 15px;
	padding: 0;
}

div.fp_col3 a.more {
	display: block;
	font-weight: bold;
	color: #f27225;
	text-align: left;
	margin-top: 10px;
}


div.fp_col3 a:hover.more {
	color: #145FAA;
}


/*********************/
/***  DEFAULT PAGE ***/
/*********************/

#left_block {
	width: 594px;
	display: block;
	position: relative;
	margin: 3px 0 0 12px;
	padding: 0;
	float: left;
	height: 1%;
	line-height: 1.31em;
}

.abstract {
	display: block;
	font-weight: bold;
	margin-bottom: 18px;
}

#content div.item {
	display: block;
	margin: 15px 0;
	padding: 0;
}

#content div.item h2 {
	margin-bottom: 2px;
}

#content div.item h2 a {
	color: #209dd8;
}

#content div.item h2 a:hover {
	color: #145faa !important;
	text-decoration: none;
}

.google_map {
	display: block;
	margin: 15px 0;
	padding: 0;
	height: 300px;
}

#right_block {
	width: 292px;
	display: block;
	position: relative;
	margin: 0px 0 20px 0;
	padding: 0;
	float: right;
	height: 1%;
}

#right_block div.col292 h1 {
	background: transparent url(../images/bg_fp_izdelki.jpg) 0 0 no-repeat;
}

/**********************/
/***  Photo Gallery ***/
/**********************/

div.photo_gallery {
	position: relative;
	display: block;
	float: right;
	width: 292px;
	margin: 0 0 15px 25px;
	padding: 0;
	height: 1%;
}

div.photo_gallery div.top {
	display: block;
	width: 292px;
	height: 11px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg_gal_top.gif) top center no-repeat;
}

div.photo_gallery div.inner {
	display: block;
	width: 270px;
	height: 1%;
	margin: 0 ;
	padding: 0 10px;
	border-left: solid 1px #cae1f3;
	border-right: solid 1px #cae1f3;
}

div.photo_gallery div.inner div.opengal {
	display: block;
	width: 270px;
	height: 1%;
	margin: 0 ;
	padding: 0;
}

div.photo_gallery div.inner div.separator {
	display: block;
	width: 270px;
	height: 1px;
	margin: 10px 0 0;
	padding: 0;
	background: transparent url(../images/bg_gal_mid.gif) left top no-repeat;
}

div.photo_gallery div.inner div.gallery {
	display: block;
	width: 270px;
	height: 1%;
	margin: 0;
	padding: 0;
}

div.photo_gallery div.inner div.gallery a {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin: 10px 10px 0 0;
	padding: 0;
}

div.photo_gallery div.bottom {
	display: block;
	width: 292px;
	height: 11px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg_gal_bottom.gif) bottom center no-repeat;
}


/****************/
/***  SITEMAP ***/
/****************/

#sitemap {
	margin-bottom: 20px;
}

#sitemap ul {
	margin-left: 50px;
	list-style-position: outside;
	margin-bottom: 0px;
}

#sitemap ul li {
	margin-bottom: 10px;
}

#sitemap ul li ul li {
	margin-bottom: 0px;
}

/****************/
/***  FOOTER ***/
/***************/
	
#footer {
	display: block;
	position: relative;
	margin: 30px 20px 0;
	padding: 5px 0 6px;
	background: transparent url(../images/footer_top_line.gif) 0 0 no-repeat;
	height: 1%;
}

#footer div.footer_sitemap {
	display: block;
	position: relative;
	margin: 10px 0;
	padding: 0;
}

#footer div.footer_sitemap table tr th  {
	vertical-align: bottom;
	padding-bottom: 8px;
	width: 120px;
}

#footer div.footer_sitemap table tr td {
	vertical-align: top;
}

#footer div.footer_sitemap table tr th a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	color: #9BC2D2;
	text-decoration: none;
	text-align: left;
	padding: 0 12px; 
	margin: 0; 
	display: block; 
	bottom: 0; 
	line-height: 1.4em;
	border: none;
}

#footer div.footer_sitemap table tr td a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal;
	color: #999;
	text-decoration: none;
	text-align: left;
	padding: 0 12px; 
	margin: 1px 0; 
	display: block; 
	bottom: 0; 
	line-height: 1.4em;
	border: none;
}

#footer div.footer_sitemap table tr th a:hover {
	color: #145faa;
	text-decoration: none;
}
#footer div.footer_sitemap table tr td a:hover {
	color: #145faa;
	text-decoration: none;
}

#footer span.note {
	display: block;
	position: relative;
	margin: 10px 12px 0;
	padding: 10px 0;
	font-size: 11px; 
	font-weight: bold;
	color: #9BC2D2;
}


#footer div.foot {
	display: block;
	position: relative;
	margin: 10px 0 0;
	padding: 16px 12px 0;
	background: #fff url(../images/footer_mid_line.gif) top center no-repeat;
	height: 1%;
}

#footer div.foot span {
	padding: 0 12px;
}

#footer div.foot span.left {
	display: block;
	position: relative;
	float: left;
	padding: 0;
}

#footer div.foot span.right {
	display: block;
	position: relative;
	float: right;
	padding: 0;
}

#footer div.foot span, #footer div.foot span a {	
	font-size: 11px; 
	font-weight: normal;
	color: #9BC2D2;
}

#footer div.foot span a {
	text-decoration: none;
}

#content ul {
	margin: 20px !important;
}

/*  LISTING PRODAJNA MESTA */
#content #list-lokacije table {
	border: none;
}
#content #list-lokacije table tr td {
	border: none;
	padding: 0;
}
.item-location {
	padding: 10px 20px 10px 0;
}
.item-location .show-on-map {
	padding-top: 5px;
}
.show-on-map a {
	font-size: 11px !important;
	font-weight: bold !important;
}
.forms {
	height: 1%;
}
.forms {
	padding-bottom: 30px;
}
.forms .form-field {
	height: 1%;
	padding: 10px 0;
}
.forms .form-field label {
	display: block;
	float: left;
	width: 150px;
	height: 1%;
}
.forms .form-field .inputfield_i, .forms .form-field .inputfield_t {
	width: 205px;
}
.forms .form-field div.inputfield_r {
	float: left;
	height: 1%;
	width: 300px;
}
.forms .form-field .inputfield_r span {
	display: block;
}
.forms .form-field .inputfield_r span label.inputfield_r {
	float: none;
	display: inline;
	padding: 0 0 0 10px;
}
.forms .form-field div.inputfield_c {
	float: left;
	height: 1%;
	width: 300px;
}
.forms .form-field .inputfield_c span {
	display: block;
}
.forms .form-field .inputfield_c span label.inputfield_c {
	float: none;
	display: inline;
	padding: 0 0 0 10px;
}
.forms .field-question label {
	float: none;
	width: 100%;
}
.forms .field-question  span {
	padding: 10px;
}
.forms .img-check input {
	width: 205px;
	margin-bottom: 5px;
}
.forms  .submit button::-moz-focus-inner { padding:0; border:0; }
.forms  .submit button {
	display: block;
	border: none;
	height: 19px;
	padding: 0;
	margin-left: 300px;
	background: transparent;
	cursor: pointer;
}
.forms  .submit button span {
	display: block;
	float: left;
	text-transform: lowercase;
	height: 19px;
	line-height: 16px;
	width: 45px;
	padding: 1px 0 2px;
	margin: 0;
	background: #fff url(../images/btn_search.gif) top right no-repeat;
	border: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	outline: none;
	cursor: pointer;
}
.forms  .submit button:hover span {
	background: #fff url(../images/btn_search_hover.gif) top right no-repeat;
}
.forms .message {
	padding: 30px 0 0 0;
	font-weight: bold;
}
