@font-face {
    font-family: 'Base';
    src: url('./font/base.eot?') format('eot'), url('./font/base.woff') format('woff'), url('./font/base.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Code';
    src: url('./font/code.eot?') format('eot'), url('./font/code.woff') format('woff'), url('./font/code.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html {
	min-width: 993px;	
}
body {
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
	color: #7e7e7f;
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
body#winter-collection { background-image: url('./img/back_winter.png'); }
body#summer-collection { background-image: url('./img/back_summer.png'); }

a {
	color: #c00;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
.fred {
	color: #c00;
}
.right { float: right; }
.left { float: left; }
.clear { clear: both; }
.hidden { display: none; }

#page-body {
	background-color: #fff;
    width: 993px;
	padding: 0;
    margin: 0 auto 0 auto;
}
#page-header {
	position: relative;
	z-index: 10;
	text-align: left;
	width: 993px;
	margin: auto;
}
#logo {
	background: url('./img/3f_logo.png');
	position: absolute;
	top: 0;
	left: -63px;
	height: 136px;
	width: 327px;
}
#logo strong {
	display: none;
}
#logo-part {
	background:  url('./img/3f_logo_part.png') 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 191px;
	width: 82px;
}
#page-header-top {
	width: 993px;
	height: 136px;
	margin: auto;
	background-color: #fff;
}

#page-language {
	position: relative;
}
#page-language ul {
	position: absolute;
	list-style: none;
	right: 0;
	margin: 0;
	padding: 3px 5px 4px 5px;
	background-color: #fff;
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}
#page-language ul li {
	color: #777;
	float: left;
	font-weight: bold;
}
#page-language ul li a {
	color: #777;
}
#page-language ul li.select a {
	color: #c00;
}
#page-content {
	position: relative;
	z-index: 5;
}

#page-footer {
	width: 993px;
	margin: 15px auto auto auto;
	text-align: center;	
}
#page-footer p {
	width: auto;
	padding: 0;
	margin: 0 80px 0 80px;
	-moz-box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
	background-color: rgba(255, 255, 255, 0.8);
}
#page-footer a {
	color: #333;
	font-weight: bold;
}
#page-bottom {
	color:  #666;
	width: 993px;
	margin: 10px auto 0 auto;
}
#bottom-catalog {
	float: left;
	width: 592px;
	height: 106px;
}

#bottom-info {
	float: right;
	width: 390px;
	height: 106px;
}

#page-location {
	width: 911px;
	padding: 0 0 0 82px;
	margin: 0 auto 0 auto;
}
#page-location #product-location {
	height: 28px;
	padding: 0; 
	margin: 10px 10px 10px 20px;
	color: #aaa;
}
#page-location #product-location a {
	color: #aaa;
}
#page-location #page-line {
	background-position: center right;
	height: 46px;
	padding: 5px 10px 5px 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	line-height: 46px;
	color: #fff;
}
#page-location #page-line small {
	font-size: 22px;	
}
#page-location #page-line span {
	font-family: "Code";
	font-weight: normal;
	margin: auto 10px auto 10px;
}

#page-large-banner {
	position: relative;
	width: 100%;
	height: 386px;
}

#page-large-banner img {
	position: absolute;
	top: 0;
	left: 0;
}

/*** menu ***/
#page-navigation {
	position: relative;
	font-family: "Code";
	background: #eff0f0;
	width: auto;
	height: 62px;
	margin: 0;
	padding: 14px 0 10px 82px;
}

#page-navigation ul {
	position: relative;
	background: #fff;
	height: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	color: #5c5959;
}
#page-navigation ul li {
	float: left;
	display: block;
	height: 34px;
	text-align: center;
}
#page-navigation ul li a {
	display: block;
	height: 30px;
	width: auto;
	padding: 4px 0 0 0;
	margin: 0 auto 0 auto;
	line-height: 26px;
	font-size: 18px;
	outline: none;
	color: #5c5959;
}
#page-navigation ul li.select>a {
	font-weight: bold;
}
#page-navigation ul ul {
	position: absolute;
	left: 0;
	height: 28px;
	background: none;
	margin: 0;
	width: auto;
	_width: 910px;
}
#page-navigation ul ul li {
	margin: auto;
	height: 28px;
	width: auto;
	_width: 160px;
}
#page-navigation ul ul li a {
	height: 26px;
	padding: 2px 0 0 0;
	margin: 0 16px 0 16px;
	line-height: 26px;
	font-size: 15px;
}

#page-navigation ul li#item_84,
#page-navigation ul li#item_82 { width: 110px; text-align: left; }
#page-navigation ul li#item_84>a,
#page-navigation ul li#item_82>a { margin-left: 16px; }
#page-navigation ul li#item_85,
#page-navigation ul li#item_83 { width: 100px; }
#page-navigation ul li#item_19,
#page-navigation ul li#item_9 { width: 156px; }
#page-navigation ul li#item_81,
#page-navigation ul li#item_80 { width: 90px; }
#page-navigation ul li#item_33,
#page-navigation ul li#item_22 { width: 105px; }
#page-navigation ul li#item_44,
#page-navigation ul li#item_29 { width: 215px; }
#page-navigation ul li#item_34,
#page-navigation ul li#item_23 { width: 135px; }
#page-navigation ul li#item_30>a,
#page-navigation ul li#item_45>a { margin-right: 23px; }

#page-navigation ul li#item_84.select , #page-navigation li#item_84.select ul,
#page-navigation ul li#item_82.select , #page-navigation li#item_82.select ul {
	background: #ffed00;
}
#page-navigation ul li#item_85.select , #page-navigation li#item_85.select ul,
#page-navigation ul li#item_83.select , #page-navigation li#item_83.select ul {
	background: #d7d800;
}
#page-navigation ul li#item_34.select , #page-navigation li#item_34.select ul,
#page-navigation ul li#item_23.select , #page-navigation li#item_23.select ul {
	background: #3d67b1;
	left: auto;
	right: 0;
}
#page-navigation ul li#item_34.select a,
#page-navigation ul li#item_23.select a {
	color: #fff;
}

/*** uvodni stranka ***/
#homepage {
	text-align: center;
	margin: auto;
}

.page-main {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 993px;
	min-height: 333px;
	background-color: #fff;
	color: #000;
}
.page-main .text-block {
	padding: 0 20px 10px 25px;
}
.page-main .box-block {
	padding: 0 12px 10px 12px;
}

/*** katalog ***/
#page-catalog {
	padding: 0 4px 10px 4px;
}
#page-catalog .product-box {
	float: left;
	position: relative;
	width: 234px;
	height: 222px;
	border-right: 1px solid #ebecec;
	margin: 5px 5px 15px 5px;
}
#page-catalog .product-box h3 {
	font-family: "Base";
	font-size: 17px;
	line-height: 44px;
	height: 44px;
	border-bottom: 2px solid #f29896;
	border-right: 10px solid #e42523;
	margin: 0 auto 0 10px;
	padding: 0 0 0 5px;
}
#page-catalog .product-box h3 a {
	display: block;
	color: #777;
}
#page-catalog .product-box h3 a:hover , #page-catalog .product-box h3 a.hover {
	color: #b51601;
}
#page-catalog .product-box img {
	margin: 0;
}
#page-catalog .code {
	background: #dadbdc;
	border-left: 10px solid #e42523;
	color: #777;
	font-family: "Code";
	font-size: 30px;
	line-height: 34px;
	height: 34px;
	padding: 7px 8px 5px 8px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
#product-info .code {
	background: #dadbdc;
	border-left: 10px solid #e42523;
	color: #777;
	font-family: "Code";
	font-size: 30px;
	line-height: 34px;
	height: 34px;
	padding: 7px 8px 5px 8px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
#page-catalog .product-colors {
	position: absolute;
	top: 46px;
	right: 0;
	margin: 10px;
}
#product-info .product-colors {
	margin: 10px;
	width: 247px;
}
.product-colors img {
	float: right;
}
.product-colors p {
	margin: 4px;
	float: left;
}

/*** produkt ***/
#product-info {
	position: relative;
	float: left;
	width: 267px;
	height: 333px;
	border-right: 1px solid #ebecec;
}
#product-info h1 {
	font-family: "Base";
	font-size: 17px;
	color: #777;
	line-height: 44px;
	height: 44px;
	border-bottom: 2px solid #f29896;
	margin: 0 auto 0 10px;
	padding: 0 0 0 5px;
}
#product-info #product-tech {
	margin: 10px 10px 10px 15px;
}
#product-info #product-tech p {
	margin: 5px 0 5px 0;
}
#product-info #product-tech .image {
	float: left;
}
#product-info #product-tech img {
	margin: 2px 5px 3px 0;
}
#product-info #product-text {
	margin: 10px 15px 10px 15px;
}
#product-info #product-lister {
	position: absolute;
	top: 300px;
	left: 15px;
	width: 249px;
	height: 30px;
	border: 2px solid #aaa;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	color: #aaa;
}
#product-info #product-lister span {
	display: none;
}
#product-info #product-lister .prev {
	background: #aaa url('./img/arrows.png') left center no-repeat;
	position: absolute;
	top: -1px;
	left: 0;
	width: 30px;
	height: 32px;
}
#product-info #product-lister .next {
	background: #aaa url('./img/arrows.png') right center no-repeat;
	position: absolute;
	top: -1px;
	right: 0;
	width: 30px;
	height: 32px;
}
#product-zoom-small {
	position: relative;
	margin: 0 auto 0 17px;
	float: left;
	height: 333px;
	width: 441px;
	text-align: center;
}
#product-zoom-big {
	border: 2px solid #aaa;
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	overflow: hidden;
	height: 333px;
	width: 240px;
}
#product-magnifier {
	position: absolute;
	width: 60px;
	height: 83px;
	border: 2px solid #aaa;
}
#target-text {
	display: none;
	background-color: #fff;
	height: 100%;
	width: 210px;
	padding: 10px 15px 10px 15px;
}

/*** strankovac ***/
#pagination {
  width: 100%;
  text-align: center;
  color: #666;
  padding: 10px;
  font-weight: bold;
}
#pagination a {
  background-color: #999;
  color: #fff;;
  padding: 3px 5px 3px 5px;
}
#pagination a.select {
  background-color: #c00;
}

/*** technologie ***/
#table-tech {
	margin: 2px 20px 5px 20px;
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	border-collapse: collapse;
	border-bottom: 2px solid #fff;
	text-align: justify;
}
#table-tech td {
	width: 320px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#table-tech td p {
	margin: 5px 0 3px 0;
}
#table-tech td.last {
	border-right: none;
}

/*** sponzoring ***/
.sponzoring-box {
	position: relative;
	float: left;
	height: 240px;
	width: 482px;
	margin: 2px 0 2px 0;
}
.sponzoring-box h3 a {
	color: #fff;
	display: block;
}
.sponzoring-box h3 a:hover , .sponzoring-box h3 a.hover {
	color: #ccc;
	text-decoration: underline;
}
.sponzoring-box img {
	float: left;
}
.mirror .sponzoring-box img { float: right; }
.sponzoring-box .round-mask {
	position: absolute;
	background: url('./img/round-mask.png') center center no-repeat;
	_background: url('./img/round-mask.gif') center center no-repeat;
	top: 0;
	left: 0;
	width: 240px;
	height: 240px;
}
.mirror .sponzoring-box .round-mask { left: auto; right: 0; }
.sponzoring-box h3 {
	font-size: 16px;
	color: #fff;
	background-image: url('./img/sponzor-mask-bottom-right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #b31600;
	margin: 20px 10px 5px 240px;
	padding: 10px;
}
.mirror .sponzoring-box h3 { margin: 20px 240px 5px 10px; background-image: url('./img/sponzor-mask-bottom-left.gif'); background-position: bottom left; }
.sponzoring-box h3 .corner {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 9px;
	height: 9px;
	background-image: url('./img/sponzor-mask-top.gif');
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
}
.mirror .sponzoring-box h3 .corner { left: 10px; background-position: top left; }
.sponzoring-box .text {
	margin: 0 10px 0 240px;
	padding: 10px;
}
.mirror .sponzoring-box .text { margin: 0 240px 0 10px; }

/*** galerie ***/
.gallery-images {
	padding-top: 10px;
}
.gallery-images img {
	border: 2px solid #ccc;
}

/*** parnteri ***/
#partners-main {
	width: 650px;
	padding-left: 20px;
}
#partners-main #partner-map {
	padding: 10px;
}
#partners-side {
	float: right;
	width: 300px;
}
#partners-list {
	padding: 10px 0 10px 80px;
	list-style-image: url('./img/list-image.gif');
}
#partners-list li {
	margin-top: 5px;
	margin-bottom: 5px;
}
#partners-side .gray-line-box {
	margin: 10px 10px 0 10px;
}
.page-main .gray-line-box .text-block {
	padding: 0;
	margin: 0;
}
#partners-main  .gray-fill-box {
	padding: 20px;
	margin-top: 8px;
}

.gray-line-box {
	border: 2px solid #9a9a9a;
	position: relative;
	padding: 5px 10px 5px 10px;
}
/*
.gray-line-box span.corner-t-left { height: 10px; width: 10px; display: block; background: url('./img/borders-line.gif') 0 0; position: absolute; top: -2px; left: -2px; }
.gray-line-box span.corner-t-right { height: 10px; width: 10px; display: block; background: url('./img/borders-line.gif') 10px 0; position: absolute; top: -2px; right: -2px;}
.gray-line-box span.corner-b-left { height: 10px; width: 10px; display: block; background: url('./img/borders-line.gif') 0 10px; position: absolute; bottom: -2px; left: -2px;}
.gray-line-box span.corner-b-right { height: 10px; width: 10px; display: block; background: url('./img/borders-line.gif') 10px 10px; position: absolute; bottom: -2px; right: -2px;}
*/
.gray-fill-box {
	background-color: #9a9a9a;
	color: #fff;
	position: relative;
	padding: 10px;
}
.gray-fill-box span.corner-t-left { height: 10px; width: 10px; display: block; background: url('./img/borders-fill.gif') 0 0; position: absolute; top: 0; left: 0;}
.gray-fill-box span.corner-t-right { height: 10px; width: 10px; display: block; background: url('./img/borders-fill.gif') 10px 0; position: absolute; top: 0; right: 0;}
.gray-fill-box span.corner-b-left { height: 10px; width: 10px; display: block; background: url('./img/borders-fill.gif') 0 10px; position: absolute; bottom: 0; left: 0;}
.gray-fill-box span.corner-b-right { height: 10px; width: 10px; display: block; background: url('./img/borders-fill.gif') 10px 10px; position: absolute; bottom: 0; right: 0;}

/** IE 6 FIX **/
/*.gray-line-box span.corner-t-left { _top: 0; _left: -12px; _font-size: 1px; }
.gray-line-box span.corner-t-right { _top: 0; _right: 10px; -font-size: 1px; }
.gray-line-box span.corner-b-left { _display: none; }
.gray-line-box span.corner-b-right { _display: none; }
.gray-fill-box span.corner-t-left { _top: 0; _left: -20px; _font-size: 1px; }
.gray-fill-box span.corner-t-right { _top: 0; _right: 0; -font-size: 1px; }
.gray-fill-box span.corner-b-left { _top: 54px; _left: -20px; _font-size: 1px; }
.gray-fill-box span.corner-b-right { _top: 54px; _right: 0; -font-size: 1px; }
*/

/*** Gallery Box Classic ***/
.gallery-box-all {
	display: none;
	position: absolute;
    top: 0;
    left: 0;
    margin: auto;
	z-index: 50;
	width: 100%;
	height: 100%;
}
.gallery-box-black {
	position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 55;
	width: 100%;
	height: 100%;
    background-color: #000;
	opacity: 0.70;
	filter:alpha(opacity=70);
	_position: absolute;
}
.gallery-box {
	position: relative;
	top: 0;
    z-index: 60;
	width: 200px;
	padding: 20px 20px 15px 20px;
	margin: 50px auto auto auto;
	background-color: #fff;
	color: #000;
}
.gallery-box-image {
	position: relative;
	background: #fff url('./gallery/ajax-loader.gif') center center no-repeat;
	height: 160px;
	width: 100%;
	padding: 0;
}
.gallery-box-image img {
	position: relative;
	z-index: 62;
}
.gallery-box p {
	height: 20px;
	margin: 0;
	padding: 5px 0 0 0;
}
.gallery-box a {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	z-index: 65;
	background-repeat: no-repeat;
	background-image: url('.');
	height: 100%;
	width: 40%;
	outline: none;
	margin: 0;
	padding: 0;
	color: #009de0;
}
.gallery-box a.gallery-box-close {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 72px;
	height: 56px;
	background-image: url('./gallery/close.gif');
}
.gallery-box a:hover { color: #111; }
.gallery-box a span { display: none; }
.gallery-box a.gallery-box-left { left: 0; background-position: left center; }
.gallery-box a.gallery-box-left:hover { background-image: url('./gallery/previous.png'); }
.gallery-box a.gallery-box-right { right: 0; background-position: right center; }
.gallery-box a.gallery-box-right:hover { background-image: url('./gallery/next.png'); }
.gallery-box-clear { clear: both; }

/*** Gallery Box Classic ***/
.gallery-box-all {
	display: none;
	position: absolute;
    top: 0;
    left: 0;
    margin: auto;
	z-index: 50;
	width: 100%;
	height: 100%;
}
.gallery-box-black {
	position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 55;
	width: 100%;
	height: 100%;
    background-color: #000;
	opacity: 0.70;
	filter:alpha(opacity=70);
	_position: absolute;
}
.gallery-box {
	position: relative;
	top: 0;
    z-index: 60;
	width: 200px;
	padding: 20px 20px 15px 20px;
	margin: 50px auto auto auto;
	background-color: #fff;
	color: #000;
}
.gallery-box-image {
	position: relative;
	background: #fff url('./gallery/ajax-loader.gif') center center no-repeat;
	height: 160px;
	width: 100%;
	padding: 0;
}
.gallery-box-image img {
	position: relative;
	z-index: 62;
}
.gallery-box p {
	margin: 0;
	padding: 5px 0 0 0;
}
.gallery-box a {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	z-index: 65;
	background-repeat: no-repeat;
	background-image: url('.');
	height: 100%;
	width: 40%;
	outline: none;
	margin: 0;
	padding: 0;
	color: #009de0;
}
.gallery-box a.gallery-box-close {
	position: absolute;
	top: auto;
	bottom: 5px;
	right: 5px;
	width: 72px;
	height: 56px;
	background-image: url('./gallery/close.gif');
}
.gallery-box a:hover { color: #111; }
.gallery-box a span { display: none; }
.gallery-box a.gallery-box-left { left: 0; background-position: left center; }
.gallery-box a.gallery-box-left:hover { background-image: url('./gallery/previous.png'); }
.gallery-box a.gallery-box-right { right: 0; background-position: right center; }
.gallery-box a.gallery-box-right:hover { background-image: url('./gallery/next.png'); }
.gallery-box-clear { clear: both; }
