@charset "utf-8";
/* CSS Document */

/*
 * Project: Franck
 * 
 * 
 * 
*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

/* --------------------------------------------------------------------------------------------- common */

a {
    text-decoration: none;
}

a img {
    border: none;
}

li {
	list-style-type: none;	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* --------------------------------------------------------------------------------------------- body */

body {
	border-top: 4px solid #0d0d0a;
	background: url(../images/site/bck/body_bck.jpg) center top;
	font-family: Arial, Helvetica, sans-serif;
}

/* --------------------------------------------------------------------------------------------- wrapper */

#wrapper_outer {
	background: url(../images/site/bck/wrapper_left_bck.png) left top repeat-y;
}

#wrapper_inner {
	background: url(../images/site/bck/wrapper_right_bck.png) right top repeat-y;
}

#wrapper_head {
	background: url(../images/site/bck/header_bck.jpg) center top repeat-x;
}

#wrapper {
	width: 1003px;
	margin: 0px auto;
}

/*
#top_1 {
	background: url(../images/site/bck/header_right_bck.png) right top no-repeat;
}

#top_2 {
	background: url(../images/site/bck/header_left_bck.png) left top no-repeat;
}
*/

/* --------------------------------------------------------------------------------------------- wrapper */


#header .menu {
	display: none;
}

#header .search_site {
	display: none;
}

/* --------------------------------------------------------------------------------------------- content */

#content {
	background: url(../images/site/bck/content_bck.png) center bottom no-repeat;
}

/* --------------------------------------------------------------------------------------------- primary */

#primary {
	width: 656px;
	margin-right: 15px;
	background: url(../images/site/bck/primary_bck.png) left top no-repeat;
}

#primary > .outer {
	background: url(../images/site/bck/primary_bck.png) right bottom no-repeat;
	padding: 20px 0px 84px 0px;
}

#primary > .outer > .inner {
	background: #fff;
}

#primary #povijest {
	margin: -20px 0px 10px 8px;
}

#primary h2 {
	margin: 0px 0px 10px 24px;
	font-size: 20px;
	font-weight: normal;
	color: #c30003;
}

#primary .article_menu {
	float: right;
	width: 120px;
	padding: 14px 0px 20px 14px;
	border-left: 1px dotted #c4c4c4;
}

#primary .article_menu.no_body {
	float: right;
	width: 290px;
	padding: 4px 14px 0px 0px;
	border: 0px;
}

#primary .article_menu li {
	float: left;
	margin-bottom: 9px;
}

#primary .article_menu.no_body li {
	margin-right: 14px;
}

#primary .article_menu li a {
	display: block;
	width: 99px;
	height: 13px;
	background: url(../images/site/content/article_menu.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

#primary .article_menu li.friend a {
	background-position: 0px -13px;
}

#primary .article_menu li.print a {
	background-position: 0px -26px;
	width: 50px;
}

#primary .article_menu li.logout a {
	background-position: 0px -39px;
}

#primary .intro_text.article_text {
	font-size: 13px;
	color: #aaa;
	padding: 0px 0px 0px 24px;
	margin-bottom: 64px;
	width: 476px;
}

/* --------------------------------------------------------------------------------------------- login */

.login {
	margin-left: 100px;
	padding-bottom: 30px;
	width: 370px;
}

.login fieldset {
	border: 0px;
}

.login .form_textfield {
	border-right: 1px dotted #c4c4c4;
}

.login .note {
	font-size: 12px;
	line-height: 27px;
	font-weight: bold;
	color: #e31416;
	margin-left: 140px;
	text-align: center;
}

.login .form_textfield label {
	display: block;
	width: 124px;
	float: left;
	font-size: 12px;
	line-height: 27px;
	font-weight: bold;
	color: #e31416;
	text-align: right;
	border-right: 1px dotted #c4c4c4;
	padding-right: 16px;
}

.login .form_textfield label {
	padding-top: 4px;
	padding-bottom: 5px;
}

.login .form_textfield p.error {
	font-size: 12px;
	line-height: 16px;
	color: #e31416;
	text-align: center;
	padding: 6px 4px;
}

.login .form_textfield.first label {
	padding-top: 23px;
	padding-bottom: 10px;
}

.login .form_textfield.last label {
	padding-bottom: 23px;
}

.login .form_textfield input {
	float: left;
	width: 193px;
	height: 21px;
	padding: 6px 6px 0px 6px;
	margin-left: 10px;
	font-size: 12px;
	color: #e31416;
	background: url(../images/site/content/login_form.png) right top no-repeat;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.login .form_textfield input.error {
	background: url(../images/site/content/login_form.png) right -27px no-repeat;
}

.login .form_textfield.first input {
	margin-top: 23px;
}

.login .form_submit .submit {
	border: 0px;
	width: 73px;
	height: 27px;
	margin: -10px 0px 0px 283px;
	background: url(../images/site/content/login_form.png) 0px -54px no-repeat;
	cursor: pointer;
}

.login.forgot_password .form_submit .submit {
	background: url(../images/site/content/login_form.png) -0px -81px no-repeat;
	
}

.login.register .form_submit .submit {
	border: 0px;
	width: 91px;
	height: 27px;
	margin: -10px 0px 0px 265px;
	background: url(../images/site/content/login_form.png) -73px -54px no-repeat;
	cursor: pointer;
}

/* --------------------------------------------------------------------------------------------- node_list_1 */

.node_list_1 {
	margin: 10px 24px 0px 24px;
	clear: both;
}

.node_list_1 > li {
	padding-bottom: 40px;
}

.node_list_1 > li img.thumb {
	float: left;
	padding: 1px 4px 5px 2px;
	margin-top: 10px;
	background: url(../images/site/bck/thumb_01_bck.png) left bottom no-repeat;
}

.node_list_1.type_1 > li img.thumb {
	margin-top: 0px;
}

.node_list_1 > li h3 {
	width: 458px;
	float: right;
	font-size: 17px;
	font-weight: normal;
	color: #c30003;
}

.node_list_1.type_1 > li h3 {
	width: 458px;
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #d90002;
}

.node_list_1 > li .selected .article_text.short,
.node_list_1 > li .article_text.full {
	display: none;
}

.node_list_1 > li .article_text.short,
.node_list_1 > li .selected .article_text.full {
	display: block;
}

.node_list_1 > li .article_text {
	width: 458px;
	float: right;
}

.node_list_1 > li .article_text img.more {
	margin: 0px 0px -3px 3px;
	cursor: pointer;
	float: none;
}

/* --------------------------------------------------------------------------------------------- node_list_1 */

.node_list_2 {
	margin: 0px 24px;
}

.node_list_2 > li {
	padding-bottom: 40px;
}

.node_list_2 > li h3 {
	font-size: 17px;
	font-weight: normal;
	color: #c30003;
	margin-bottom: 8px;
}

.node_list_1.type_1 > li img.thumb {
	margin-top: 0px;
}

.node_list_1 > li h3 {
	width: 458px;
	float: right;
	font-size: 17px;
	font-weight: normal;
	color: #c30003;
}

.node_list_1.type_1 > li h3 {
	width: 458px;
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #d90002;
}

.node_list_1 > li .selected .article_text.short,
.node_list_1 > li .article_text.full {
	display: none;
}

.node_list_1 > li .article_text.short,
.node_list_1 > li .selected .article_text.full {
	display: block;
}

.node_list_1 > li .article_text {
	width: 458px;
	float: right;
}

.node_list_1 > li .article_text img.more {
	margin: 0px 0px -3px 3px;
	cursor: pointer;
}

/* --------------------------------------------------------------------------------------------- article_text */

.article_text {
	font-size: 12px;
	line-height: 20px;
	color: #8f8c8c;
	text-align: justify;
}

body.rest .article_text,
body.tea .article_text,
body.snack .article_text {
	margin-top: 20px;
	display: none;
}

body.rest .article_text.show,
body.tea .article_text.show,
body.snack .article_text.show {
	display: block;
}

.article_text.alone {
	margin: 0px 24px;
}

.article_text p {
	margin: 0px 0px 6px 0px;
}

.article_text p.close {
	color: #c30003;
	cursor: pointer;
	background: url(../images/site/bck/bullet_01.png) 0px 4px no-repeat;
	padding-left: 14px;
}

.article_text a {
	color: #8f8c8c;
	text-decoration: underline;
}

.article_text a:hover {
	color: #fff;
	background-color: #8f8c8c;
	text-decoration: none;
}

.article_text img {
	float: left;
	margin: 0px 10px 0px 0px;
}

.article_text ul,
.article_text ol {
	margin: 0px 0px 6px 0px;
	padding-left: 20px;
}

.article_text ul li {
	padding-left: 20px;
	background: url(../images/site/bck/bullet_01.png) 0px 4px no-repeat;
}

.article_text ol li {
	list-style-type: decimal;
	margin-left: 20px;
	padding-left: 10px;
}

.article_text table {
	border-collapse: collapse;
}

.article_text table td {
	border-right: 1px dotted #c4c4c4;
	vertical-align: top;
	text-align: left;
}

body.about .article_text table td {
	width: 150px;
}

.article_text ul.gallery {
	margin: 0px;
	padding: 0px;
}

.article_text ul.gallery li {
	padding: 0px;
	background: none;
	float: left;
}

.article_text ul.gallery li a:hover {
	background-color: transparent;
}

.article_text ul.gallery li a img {
	font-size: 17px;
	font-weight: normal;
	color: #c30003;
	margin-bottom: 8px;
}

.article_text ul.gallery li a img {
	float: left;
	padding: 1px 4px 5px 2px;
	margin: 10px 6px 0px 6px;
	background: url(../images/site/bck/thumb_01_bck.png) left bottom no-repeat;
}

.article_text h4.att_title {
	margin-top: 15px;
	font-size: 11px;
	color: #d90002;
}

/* --------------------------------------------------------------------------------------------- back_to_worlds */

.back_to_worlds {
	/*
	position: absolute;
	left: 332px;
	top: 8px;
	*/
	width: 654px;
	height: 81px;
	float: right;
	margin: 40px 15px 0px 0px;
}

.back_to_worlds li {
	float: left;
	width: 218px;
	height: 81px;
}

.back_to_worlds li a {
	display: block;
	width: 218px;
	height: 81px;
	background: url(../images/site/content/povratak_na_svjetove.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

.back_to_worlds li a:hover {
	background-position: 0px -81px;
}

.back_to_worlds li.katalog a {
	background-position: -218px 0px;
}

.back_to_worlds li.katalog a:hover {
	background-position: -218px -81px;
}

.back_to_worlds li.cjenik a {
	background-position: -436px 0px;
}

.back_to_worlds li.cjenik a:hover {
	background-position: -436px -81px;
}

/* --------------------------------------------------------------------------------------------- google_map */

.google_map {
	width: 606px;
	height: 460px;
	margin: 10px 0px 10px 24px;
	border: 1px solid #aaa;
}

.google_map small {
	display: none;
}

/* --------------------------------------------------------------------------------------------- products */

.products .primary {
	width: 318px;
	float: right;
}

#primary .products .primary h2 {
	margin: 0px 0px 44px 0px;
	font-size: 18px;
}

#primary .products .primary h2 span {
	float: left;
}
#primary .products .primary h2 img {
	float: left;
	margin: 5px 8px 0px 0px;
}

#primary .products .primary h3 {
	margin: 0px 0px -8px 0px;
	font-size: 20px;
	font-weight: normal;
	color: #c30003;
}

#primary .products .primary .article_text {
	font-size: 12px;
	line-height: 18px;
	width: 280px;
}

#primary .products .primary .product_list {
	font-size: 12px;
	line-height: 20px;
	color: #959595;
}

#primary .products .primary .product_list a {
	color: #959595;
}

#primary .products .primary .product_list li.hover a {
	color: #c30003;
}

#primary .products .product_image_link {
	display: block;
	width: 316px;
	border-right: 1px dotted #c4c4c4;
}

#primary .products .product_image {
	display: block;
	margin: 0 auto;
}

/*
#primary .products .product_image {
	margin-left: 2px;
	border-right: 1px dotted #c4c4c4;
}
*/

#primary .products .product_images {
	border-right: 1px dotted #c4c4c4;
	width: 310px;
	margin-left: 10px;
}

body.snack #primary .products .product_images {
	margin-left: 0px;
}

#primary .products .product_images li {
	float: left;
	width: 155px;
	opacity: 0.4;
}

#primary .products .product_images li.active {
	opacity: 1;
}

#primary .products .product_images li img {
	margin-left: 7px;
}

body.snack #primary .products .product_images li img {
	margin-left: 0px;
}

/* --------------------------------------------------------------------------------------------- video_popup */

.ui-dialog {
	background: url(../images/site/bck/plazma.png) left top;
	height: 444px;
	position: relative;
}

.ui-dialog .ui-dialog-titlebar {
}

.ui-dialog .ui-dialog-title {
	display: none;
}

.ui-dialog .ui-dialog-titlebar-close {
	display: block;
	float: right;
	width: 67px;
	height: 22px;
	background: url(../images/site/lightbox/lightbox-btn-close.gif);
	text-indent: -10000px;
	overflow: hidden;
	display: none;
}

.ui-dialog .ui-icon-closethick {
	
}

.ui-dialog .video_popup {
	margin-left: 2px;
	margin-top: 1px;
	margin: 63px 0px 0px 63px;
}

.ui-dialog button {
	position: absolute;
	top: 10px;
	left: 372px;
	width: 83px;
	height: 25px;
	background: url(../images/site/content/zatvori_tv.png) left top;
	border: 0px;
	cursor: pointer;
	text-indent: -10000px;
}

/* --------------------------------------------------------------------------------------------- videos_list */

.videos_list {
	margin: 0px 24px;
}

.videos_list > li {
	padding-bottom: 40px;
	cursor: pointer;
}

.videos_list > li img.thumb {
	float: left;
	padding: 1px 4px 5px 2px;
	background: url(../images/site/bck/thumb_01_bck.png) left bottom no-repeat;
}

.videos_list > li h3 {
	width: 458px;
	float: right;
	font-size: 17px;
	font-weight: normal;
	color: #c30003;
}

.videos_list > li .article_text {
	width: 458px;
	float: right;
}

/* --------------------------------------------------------------------------------------------- secondary */

#secondary {
	float: left;
	width: 296px;
	margin-left: 34px;
}

#secondary h2.title {
	font-weight: normal;
	font-size: 25px;
	height: 38px;
	color: #c30003;
}

body.about #secondary h2.title {
	background: url(../images/site/content/sidemenu_about.png) 0px 0px no-repeat;
	text-indent: -10000px;
}

body.new #secondary h2.title {
	background: url(../images/site/content/sidemenu_new_in_franck.png) 0px 0px no-repeat;
	text-indent: -10000px;
}

body.tea #secondary h2.title,
body.coffee #secondary h2.title,
body.snack #secondary h2.title,
body.rest #secondary h2.title {
	background: url(../images/site/content/sidemenu_products.png) 0px 0px no-repeat;
	text-indent: -10000px;
}

body.promotions #secondary h2.title {
	background: url(../images/site/content/sidemenu_promotions.png) 0px 0px no-repeat;
	text-indent: -10000px;
}

#secondary .sidemenu > li {
	font-size: 16px;
	width: 255px;
	/*height: 32px;*/
	line-height: 32px;
	color: #c30003;
	background: url(../images/site/bck/sidemenu_item_bck.png) right bottom no-repeat;
}

#secondary .sidemenu > li > a {
	color: #c30003;
	display: block;
	width: 255px;
	height: 32px;
}

body.about .sidemenu li > a {
	background: url(../images/site/content/sidemenu_about.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

body.new .sidemenu > li > a {
	background: url(../images/site/content/sidemenu_new_in_franck.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

body.tea .sidemenu > li > a,
body.coffee .sidemenu > li > a,
body.snack .sidemenu > li > a,
body.rest .sidemenu > li > a {
	background: url(../images/site/content/sidemenu_products.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

body.promotions .sidemenu > li > a {
	background: url(../images/site/content/sidemenu_promotions.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

#secondary .sidemenu > li.li_01 > a,
#secondary .sidemenu > li.history > a {
	background-position: 0px -38px;
}

#secondary .sidemenu > li.li_02 > a,
#secondary .sidemenu > li.vision > a {
	background-position: 0px -70px;
}

#secondary .sidemenu > li.li_03 > a,
#secondary .sidemenu > li.prises > a {
	background-position: 0px -102px;
}

#secondary .sidemenu > li.li_04 > a,
#secondary .sidemenu > li.reach_us > a {
	background-position: 0px -134px;
}

#secondary .sidemenu > li.li_05 > a,
#secondary .sidemenu > li.contact > a {
	background-position: 0px -166px;
}

#secondary .sidemenu > li.li_06 > a,
#secondary .sidemenu > li.news > a {
	background-position: 0px -198px;
}

#secondary .sidemenu > li > ul {
	margin-bottom: 6px;
	padding-bottom: 10px;
}

#secondary .sidemenu > li > ul > li {
	font-size: 15px;
	width: 220px;
	margin-left: 18px;
	padding-left: 16px;
	line-height: 20px;
	color: #696969;
	background: url(../images/site/bck/bullet_02.png) 0px 4px no-repeat;
}

#secondary .sidemenu > li > ul > li > a {
	color: #696969;
	display: block;
	width: 220px;
	height: 20px;
	overflow: hidden;
}

#secondary .sidemenu > li > ul.coffee_cats > li > a {
	background: url(../images/site/content/sidemenu_coffee.png) 0px 0px no-repeat;
	text-indent: -10000px;
}

#secondary .sidemenu > li > ul.tea_cats > li > a {
	background: url(../images/site/content/sidemenu_tea.png) 0px 0px no-repeat;
	text-indent: -10000px;
}

#secondary .sidemenu > li > ul.snack_cats > li > a {
	background: url(../images/site/content/sidemenu_snack.png) 0px 0px no-repeat;
	text-indent: -10000px;
}

#secondary .sidemenu > li > ul.rest_cats > li > a {
	background: url(../images/site/content/sidemenu_rest.png) 0px 0px no-repeat;
	text-indent: -10000px;
}

#secondary .sidemenu > li > ul > li.li_sub_02 > a {
	background-position: 0px -20px;
}

#secondary .sidemenu > li > ul > li.li_sub_03 > a {
	background-position: 0px -40px;
}

#secondary .sidemenu > li > ul > li.li_sub_04 > a {
	background-position: 0px -60px;
}

#secondary .sidemenu > li > ul > li.li_sub_05 > a {
	background-position: 0px -80px;
}

#secondary .sidemenu > li > ul > li.li_sub_06 > a {
	background-position: 0px -100px;
}

#secondary .sidemenu > li > ul > li.li_sub_07 > a {
	background-position: 0px -120px;
}

#secondary .sidemenu > li > ul > li.li_sub_08 > a {
	background-position: 0px -140px;
}

#secondary .sidemenu > li > ul > li.li_sub_09 > a {
	background-position: 0px -160px;
}

#secondary .sidemenu > li > ul ul li {
	margin-bottom: 3px;
}

#secondary .sidemenu > li > ul ul li a {
	display: block;
	width: 150px;
	height: 17px;
	padding-left: 15px;
	font-size: 11px;
	line-height: 17px;
	color: #666;
	overflow: hidden;
}

#secondary .sidemenu > li > ul ul li.active a,
#secondary .sidemenu > li > ul ul li a:hover {
	color: #c3000d;
	background: url(../images/site/bck/sidemenu_product_bck.png) 0px 0px no-repeat;
}

/* --------------------------------------------------------------------------------------------- footer */

#footer {
	clear: both;
	height: 170px;
	background: url(../images/site/bck/footer_bck.png) center 0px no-repeat;
	position: relative;
}

#footer .back_to_worlds {
	position: absolute;
	left: 332px;
	top: 8px;
	width: 654px;
	height: 81px;
}

#footer .back_to_worlds li {
	float: left;
	width: 218px;
	height: 81px;
}

#footer .back_to_worlds li a {
	display: block;
	width: 218px;
	height: 81px;
	background: url(../images/site/content/povratak_na_svjetove.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

#footer .back_to_worlds li a:hover {
	background-position: 0px -81px;
}

#footer .back_to_worlds li.katalog a {
	background-position: -218px 0px;
}

#footer .back_to_worlds li.katalog a:hover {
	background-position: -218px -81px;
}

#footer .back_to_worlds li.cjenik a {
	background-position: -436px 0px;
}

#footer .back_to_worlds li.cjenik a:hover {
	background-position: -436px -81px;
}

#footer .media_press_login {
	position: absolute;
	left: 666px;
	bottom: 8px;
	width: 134px;
	padding: 0px 0px 6px 188px;
	background: url(../images/site/bck/footer_item_bck.png) left bottom no-repeat;
}

#footer .contact {
	position: absolute;
	left: 330px;
	bottom: 8px;
	width: 322px;
	padding-bottom: 20px;
	background: url(../images/site/bck/footer_item_bck.png) left bottom no-repeat;
}

#footer .contact h2 {
	font-size: 15px;
	color: #a10000;
	margin: 0px 0px 6px 8px;
}

#footer .contact ul {
	margin-left: 50px;
	border-left: 1px dotted #c1c1c1;
	padding-left: 10px;
}

#footer .contact ul li {
	font-size: 11px;
	line-height: 20px;
	color: #7b7b7b;
	background: url(../images/site/bck/bullet.png) 0px 6px no-repeat;
	padding-left: 13px;
}

#footer .contact ul li a {
	color: #7b7b7b;
}

#footer .contact ul li a:hover {
	text-decoration: underline;
}

/* --------------------------------------------------------------------------------------------- jquery_ui */

.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #666666 url(../images/site/bck/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .50;
	filter: alpha(opacity=50);
}

