/*
Pongó Fotóstúdió
Minden jog fenntartva.
(c) 2012
*/

@font-face {
    font-family: "FuturaHeavy";
    src: url("../fonts/futurastd-heavy-webfont.eot");
    src: url("../fonts/futurastd-heavy-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/futurastd-heavy-webfont.woff") format("woff"),
         url("../fonts/futurastd-heavy-webfont.ttf") format("truetype"),
         url("../fonts/futurastd-heavy-webfont.svg#FuturaHeavy") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "EurostileRegular";
    src: url("../fonts/eurostileltstd-webfont.eot");
    src: url("../fonts/eurostileltstd-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/eurostileltstd-webfont.woff") format("woff"),
         url("../fonts/eurostileltstd-webfont.ttf") format("truetype"),
         url("../fonts/eurostileltstd-webfont.svg#EurostileRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "EurostileBold";
    src: url("../fonts/eurostileltstd-bold-webfont.eot");
    src: url("../fonts/eurostileltstd-bold-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/eurostileltstd-bold-webfont.woff") format("woff"),
         url("../fonts/eurostileltstd-bold-webfont.ttf") format("truetype"),
         url("../fonts/eurostileltstd-bold-webfont.svg#EurostileBold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeue-LtPro";
    src: url("../fonts/HelveticaNeueLTPro-BdEx.eot");
    src: url("../fonts/HelveticaNeueLTPro-BdEx.eot?#iefix") format("embedded-opentype"),
         url("../fonts/HelveticaNeueLTPro-BdEx.ttf") format("truetype"),
         url("../fonts/HelveticaNeueLTPro-BdEx.svg#HelveticaNeue-LtPro") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Global resets */
* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	list-style: none;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1em;
}

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: bold; margin-bottom: 10px; }
h1 { font-size: 24px; line-height: 1.4em; }
h2 { font-size: 22px; line-height: 1.4em; }
h3 { font-size: 20px; line-height: 1.3em; }
h4 { font-size: 18px; line-height: 1.3em; }
h5 { font-size: 16px; line-height: 1.3em; }
h6 { font-size: 14px; line-height: 1.3em; }
p, div { margin-bottom: 5px; line-height: 1.3em; }
a { cursor: pointer; text-decoration: none; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
ul, ol { margin: 5px 0px 5px 25px; }
ul ul, ol ol { margin: 5px 0px 5px 20px; }
ul li, ol li { list-style-type: disc; }
.error { color: #ff0000; padding: 10px 0px 10px 0px; }
.left { float: left; }
.right { float: right; }

/* Basic styles */
body {
	background: url(../img/bg.png) repeat-x #f5f5f5;
	font: 12px/20px Arial, Helvetica, sans-serif;
	text-align: center;
	overflow: hidden;
	overflow-y: scroll;
}

body.oldsite {
	background: url("../img/bg-oldsite.png") fixed repeat-x #f5f5f5;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

#contactbar {
	width: 293px;
	height: 63px;
	position: absolute;
	top: 200px;
	right: -240px;
	z-index: 899;
	background: url("../img/contactbar.png") no-repeat;
}

/* default classes */
.container {
	width: 100%;
	float: left;
}

.r5 {
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.r10 {
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.bordered {
	border: 1px solid #c1c1c1;
}

.lead {
	margin: 10px 0;
	font-weight: bold;
}

.grad-default {
	position: relative;
    background: #fdfdfd;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fdfdfd), to(#d8d8d8));
    background: -moz-linear-gradient(#fdfdfd, #d8d8d8);
    background: linear-gradient(#fdfdfd, #d8d8d8);
}

.grad-black {
	position: relative;
    background: #252525;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#252525), to(#4f4f4f));
    background: -moz-linear-gradient(#252525, #4f4f4f);
    background: linear-gradient(#252525, #4f4f4f);
}

.grad-red {
	background: #c11d1d;
}

.grad-green {
	position: relative;
    background: #099ec8;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#099ec8), to(#6cd3f0));
    background: -moz-linear-gradient(#099ec8, #6cd3f0);
    background: linear-gradient(#099ec8, #6cd3f0);
}

/* section wrappers */
#oldsite {
	width: 100%;
	height: 30px;
	font: bold 12px/30px Arial, Helvetica, sans-serif;
	background: #e7b51b;
	position: fixed;
	top: 0px;
	left: 0px;
	text-align: center;
	color: #000;
	z-index: 9999;
	display: none;
}

.oldsite #oldsite { display: block; }

#wrap-head {
	width: 100%;
	height: 170px;
	position: fixed;
	top: 0;
	z-index: 900;
	background: url("../img/wrap-head.png") repeat-x;
}

.oldsite #wrap-head { top: 29px; }

#wrap-page {
	width: 100%;
	position: relative;
	z-index: 500;
	margin-top: 160px;
}

.oldsite #wrap-page { margin-top: 180px; }

.ie7 #wrap-page {
	top: 160px !important;
}

/* header section */
#header {
	width: 990px;
	height: 113px;
	float: left;
}

#header .logo {
	width: 117px;
	height: 100px;
	float: left;
	display: block;
	position: relative;
	top: 10px;
	left: 40px;
	background: url("../img/logo.png") no-repeat;
}

#menubar {
	width: 850px;
	height: 113px;
	float: right;
	text-align: right;
}

#menubar a {
	float: right;
	height: 37px;
	font: bold 11px/32px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0 2px;
	padding: 76px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

#menubar a:hover {
	opacity: 0.9;
	color: #464646;
}

#menubar a.inactive {
	color: #464646;
	background-position: bottom;
}

/* menubar links */
#menubar .nav-fotokidolgozas { width: 120px; background: url("../img/nav-fotokidolgozas.png") top no-repeat; }
#menubar .nav-ajandektargyak { width: 122px; background: url("../img/nav-ajandektargyak.png") top no-repeat; }
#menubar .nav-fotokonyv { width: 82px; background: url("../img/nav-fotokonyv.png") top no-repeat; }
#menubar .nav-vaszonfoto { width: 89px; background: url("../img/nav-vaszonfoto.png") top no-repeat; }
#menubar .nav-fenykepes-naptar { width: 113px; background: url("../img/nav-fenykepes-naptar.png") top no-repeat; margin-right: 7px; }
#menubar .nav-gravirozas { width: 87px; background: url("../img/nav-gravirozas.png") top no-repeat; }
#menubar .nav-udvozlokartya { width: 100px; background: url("../img/nav-udvozlokartya.png") top no-repeat; }
#menubar .nav-webshop { width: 86px; background: url("../img/nav-webshop.png") top no-repeat; }
#menubar .nav-nevjegykartya { width: 86px; background: url("../img/nav-nevjegykartya.png") top no-repeat; }
#menubar .nav-sidemenu { width: 90px; background: url("../img/nav-sidemenu.png") top no-repeat; }
#menubar .nav-bogre { width: 90px; background: url("../img/nav-bogre.png") top no-repeat; }
#menubar .nav-fenykepes-ora-xxlfoto { width: 90px; background: url("../img/nav-ora.png") top no-repeat; }
#menubar .nav-parna { width: 90px; background: url("../img/nav-parna.png") top no-repeat; }

/* green infobar */
#infobar {
	width: 990px;
	height: 38px;
	float: left;
	background: url("../img/infobar.png") no-repeat;
	vertical-align: middle;
}

#infobar .search-input {
	width: 200px;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
	padding: 4px 5px 4px 25px;
	vertical-align: middle;
	background: url("../img/search-icon.png") left center no-repeat #ffffff;
	border: 1px solid #e0e0e0;
}

#infobar .search-input:hover {
	border: 1px solid #989898;
}

#infobar .search-submit {
	width: 7px;
	height: 11px;
	border: 0;
	position: relative;
	top: 0;
	right: 12px;
	background: url("../img/search-arrow.png") no-repeat;
	cursor: pointer;
}

#infobar .section {
	width: 330px;
}

#infobar .section.search {
	width: 380px;
}

#infobar .section a {
	font: bold 11px/36px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#infobar .section.cart {
	width: 320px;
	text-align: center;
	margin: 0 0 0 15px;
}

#infobar .section.right {
	width: 270px;
	text-align: right;
}

#infobar .info-login, 
#infobar .info-reg,
#infobar .info-logout {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 0 5px;
	padding: 5px 10px 5px 25px;
}

.ie7 #infobar .info-login,
.ie7 #infobar .info-reg {
	line-height: 2.2em;
	margin: 5px 0 0 5px;
	padding: 0 10px 0 25px;
}

#infobar .section.right a:hover {
	background-color: #0e7892;
}

#infobar .info-login {
	background: url("../img/info-login.png") left center no-repeat #099ec8;
}

#infobar .info-reg {
	background: url("../img/info-reg.png") left center no-repeat #099ec8;
}

#infobar .info-logout {
	background: url("../img/info-logout.png") left center no-repeat #099ec8;
	padding: 5px 15px;
}

#infobar .logged-in {
	width: 125px;
	float: left;
	text-align: center;
	font: normal 12px/38px Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0 0 0 20px;
}

#infobar h5 {
	font: 12px/38px Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0 0 0 -10px;
	padding: 0 0 0 40px;
	text-align: left;
	background: url("../img/info-cart.png") left center no-repeat;
}

/* index page elements */
#slider-main {
	width: 990px;
	height: 380px;
	float: left;
	margin: 10px 0;
	position: relative;
	background: url("../img/slider-main.png") no-repeat !important;
}

.main-featured {
	width: 300px;
	height: 152px;
	float: left;
	background: url("../img/main-featured.png") no-repeat;
	margin: 10px 14px 0 0;
	padding: 10px;
	position: relative;
}

.main-featured.last {
	margin: 10px 0 0 0;
}

.main-featured.stressed {
	background: url("../img/main-featured-stressed.png") no-repeat;
}

.main-featured div {
	width: 200px;
	float: left;
	line-height: 1.5em;
}

.main-featured h2 {
	font: normal 15px/32px "HelveticaNeue-LtPro", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e5e5e5;
	text-transform: uppercase;
}

.main-featured .image {
	width: 90px;
	height: 90px;
	float: right;
	text-align: right;
	background: #ffffff;
	border: 1px solid #c1c1c1;
}

.main-featured .more {
	position: absolute;
	left: 10px;
	bottom: 10px;
	font: normal 12px/24px "HelveticaNeue-LtPro", Arial, Helvetica, sans-serif;
	background: #099ec8;
	margin: 3px 0 0 0;
	padding: 2px 5px 0px 5px;
	color: #ffffff;
}

.main-featured .more:hover {
	background: #0e7892;
}

/* left menu elements */
#left {
	width: 220px;
	float: left;
	margin: 12px 0;
	clear: left;
	position: relative;
}

#left .menu {
	width: 210px;
	float: left;
	border: 1px solid #c1c1c1;
	margin: 0 0 10px 0;
	padding: 5px;
	background: url("../img/left-repeat.png") top left repeat-y;
}

#left .menu-item {
	width: 147px;
	height: 30px;
	float: left;
	margin: 3px 0 3px 2px;
	padding: 15px 0 0 58px;
	font: normal 15px "FuturaHeavy", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	background-position: top;
}

#left .menu-item:hover, #left .menu-item.active {
	background-position: bottom;
}

#left ul {
	width: 195px;
	float: left;
	display: none;
	margin: 5px 0 5px 10px;
	position: relative;
}

#left ul li {
	width: 100%;
	float: left;
	display: block;
	list-style: none;
	padding: 0 0 0 12px;
	font: bold 11px/20px Arial, Helvetica, sans-serif;
	background: transparent url("../img/list-arrow.png") left center no-repeat;
	color: #ff5700;
}

#left ul li a {
	font: 11px/20px Arial, Helvetica, sans-serif;
	color: #363636;
}

#left ul li a.open {
	font-weight: bold !important;
}

#left ul li a.normal {
	line-height: 1em !important;
	margin: 0 !important;
	font-weight: normal !important;
}

#left ul li a:hover {
	color: #000000;
}

#left ul.subcat {
	display: none;
	margin: 0 0 0 10px;
	position: relative;
}

#left ul.subcat li {
	background: none;
}

#left ul.thirdcat {
	display: none;
	margin: 0 0 0 15px;
	position: relative;
}

#left ul.thirdcat li {
	background: none;
}

#left ul.thirdcat li a {
	color: #363636;
	font-size: 10px !important;
}

/* left links */
#left .fotokidolgozas { background: url("../img/left-fotokidolgozas-new.png") no-repeat; }
#left .ajandektargyak { background: url("../img/left-ajandektargyak-new.png") no-repeat; }
#left .fotokonyv { background: url("../img/left-fotokonyv-new.png") no-repeat; }
#left .vaszonfoto { background: url("../img/left-vaszonfoto-new.png") no-repeat; }
#left .fenykepes-naptar { background: url("../img/left-naptar-new.png") no-repeat; }
#left .gravirozas { background: url("../img/left-gravirozas.png") no-repeat; }
#left .udvozlokartya { background: url("../img/left-udvozlokartya-new.png") no-repeat; }
#left .webshop { background: url("../img/left-webshop.png") no-repeat; }
#left .baratbogre { background: url("../img/left-baratbogre.png") no-repeat; }
#left .sidemenu { background: url("../img/left-sidemenu.png") no-repeat; }
#left .nevjegykartya { background: url("../img/left-nevjegykartya.png") no-repeat; }
#left .bogre { background: url("../img/left-bogre.png") no-repeat; }
#left .parna { background: url("../img/left-parna.png") no-repeat; }
#left .fenykepes-ora-xxlfoto { background: url("../img/left-ora.png") no-repeat; }

/* content section */
#content {
	width: 560px;
	float: left;
	margin: 0 10px;
	position: relative;
}

#content.wide {
	width: 760px;
	margin: 0 0 0 10px;
}

.breadcrumb {
	width: 540px;
	float: left;
	margin: 12px 0 12px -1px;
	padding: 5px 10px;
	border: 1px solid #c1c1c1;
	position: relative;
}

.breadcrumb h1 {
	width: 85%;
	float: left;
	font: normal 24px/40px "FuturaHeavy", Arial, Helvetica, sans-serif;
	color: #099ec8;
	margin: 0;
}

.breadcrumb h1 span {
	color: #000000;
}

.breadcrumb .links {
	width: 450px;
	float: left;
	margin: 6px 0 0 0;
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #676767;
}

.breadcrumb .links a {
	color: #888888;
}

.breadcrumb .image {
	width: 100px;
	height: 90px;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* fotókidolgozás */
.foto-header {
	width: 100%;
	height: 291px;
	float: left;
	position: relative;
	top: -9px;
	right: -7px;
	background: url(../img/landing-foto-top.png) right top no-repeat;
}

.book-header {
	width: 100%;
	height: 365px;
	float: left;
	margin: 30px 0 10px 0;
	background: url(../img/landing-photobooks.png) center center no-repeat;
}

.foto-text {
	width: 96%;
	float: left;
	margin: -30px 0 20px 0;
	padding: 10px;
}

.book-text h5 {
	font-size: 30px;
	text-align: center;
}

.foto-text p,
.foto-text div,
.foto-text li {
	font-size: 13px;
	line-height: 1.6em;
	margin-bottom: 5px;
}

.foto-text h4 {
	font-size: 22px;
	font-weight: bold;
	color: #406c76;
}

.foto-text h5 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}

.foto-text .register-submit {
	margin: 10px auto 20px auto;
	padding: 10px 25px 0 25px !important;
}

/* landing pages */
.landing .breadcrumb { width: 740px; }
.landing .padded-container { width: 740px; }

.landing-fotokidolgozas {
	width: 804px;
	height: 1446px;
	display: block;
	float: left;
	margin: -5px 0 0 -14px;
	background: url("../img/landing-fotokidolgozas.png") no-repeat;
}

.landing-fotokidolgozas .link-more {
	width: 230px;
	height: 50px;
	display: block;
	position: absolute;
	left: 70px;
}

.landing-fotokidolgozas .link-prices {
	width: 170px;
	height: 30px;
	display: block;
	position: absolute;
	left: 320px;
}

.prices-box table { 
	width: 100%;
	float: left;
	border-collapse: collapse;
}

.prices-box table th {
	vertical-align: middle;
	background: #099ec8;
	padding: 5px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #fff;
	text-align: center;
}

.prices-box table td {
	font: 12px/20px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #c0c0c0;
	text-align: center;
}

.prices-box table td:nth-of-type(1) { font-weight: bold; }

#box-automata table th { background: #487100; }
#box-profi table th { background: #406c76; }
#box-automata h3 { color: #406c76; }
#box-profi h3 { color: #406c76; }

.landing-fotokidolgozas #araink-automata { top: 685px; }
.landing-fotokidolgozas #araink-profi { top: 1025px; }

.landing-fotokidolgozas #automata { top: 678px; }
.landing-fotokidolgozas #profi { top: 1020px; }

/* CeWe landing pages */
.landing-container { 
	width: 760px;
	float: left;
}

.cewe-red {
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	color: #b40021;
}

.cewe-header-fotokonyv {
	width: 760px;
	height: 283px;
	float: left;
	background: url(../img/landing/header-fotokonyv-xmas.png) no-repeat;
}

.cewe-header-vaszonfoto {
	width: 760px;
	height: 283px;
	float: left;
	background: url(../img/landing/header-vaszonfoto-xmas.png) no-repeat;
}

.cewe-header-fenykepes-naptar {
	width: 760px;
	height: 283px;
	float: left;
	background: url(../img/landing/header-fenykepes-naptar.png) no-repeat;
}

.cewe-header-udvozlokartya {
	width: 760px;
	height: 283px;
	float: left;
	background: url(../img/landing/header-udvozlokartya-xmas.png) no-repeat;
}

.landing-container .col-left {
	width: 360px;
	float: left;
	margin: 25px 0 20px 10px;
}

.landing-container .col-right {
	width: 360px;
	float: right;
	margin: 25px 10px 0 0;
}

.landing-container .col-full {
	width: 700px;
	float: left;
	margin: 10px 0;
	padding: 0 10px;
}

.cewe-col h3 {
	font: normal 22px/30px "EurostileBold", Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 10px 0;
	padding: 0;
}

.cewe-col h5 {
	font: normal 16px/22px "EurostileRegular", Arial, Helvetica, sans-serif;
	color: #ce0316;
	margin: 0;
	padding: 0;
}

.landing-container dl {	width: 100%; float: left; }
.landing-container dl dt { padding: 12px 0 0 60px; }
.landing-container dl dt h6 { font-weight: normal; text-align: justify; line-height: 1.5em; }
.landing-container dl dt p { font-size: 11px; text-align: justify; line-height: 1.7em; }

.landing-container dl dt.list-1 { background: url(../img/landing/list-1.png) left top no-repeat; }
.landing-container dl dt.list-2 { background: url(../img/landing/list-2.png) left top no-repeat; }
.landing-container dl dt.list-3 { background: url(../img/landing/list-3.png) left top no-repeat; }

.naptar-type {
	width: 290px;
	height: 90px;
	float: left;
	font: normal 18px "FuturaHeavy", Arial, Helvetica, sans-serif;
	color: #676767;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 30px 0;
}

.ie .naptar-type {
	margin-bottom: 20px;
}

.naptar-type.selected {
	color: #c11d1d;
}

.naptar-1 { padding-left: 40px; background: url(../img/landing/button-fotopapiros.png) no-repeat; }
.naptar-2 { padding-right: 40px; background: url(../img/landing/button-nyomtatott.png) no-repeat; margin-left: 35px; }

.naptar-container {
	width: 100%;
	float: left;
	display: none;
	margin-top: -40px;
	margin-left: 20px;
}

#cewe-online {
	width: 356px;
	height: 109px;
	float: right;
	background: url(../img/landing/cewe-online.png) no-repeat;
	margin: 0 0 10px 0;
}

#fotohu-montage {
	width: 356px;
	height: 109px;
	float: right;
	background: url(../img/landing/fotohu-montage.png) no-repeat;
	margin: 0 0 10px 0;
}

#fotohu-montage.soon {
	background: url(../img/landing/fotohu-montage-inactive.png) no-repeat;
	cursor: default;
}

#cewe-download {
	width: 338px;
	height: 193px;
	float: right;
	background: url(../img/landing/download.png) no-repeat;
	position: relative;
	top: -15px;
	padding: 250px 10px 0 10px;
}

#cewe-download .thanks-layer {
	width: 332px;
	height: 230px;
	display: none;
	background: #f0f0f0;
	position: absolute;
	top: 10px;
	left: 12px;
	text-align: center;
	border: 1px solid #e1e1e1;
}

#cewe-download .thanks-layer h6 {
	font: bold 16px/230px Arial, Helvetica, sans-serif;
	color: #c11d1d;
}

#cewe-download a {
	width: 110px;
	height: 40px;
	display: block;
	position: absolute;
	right: 30px;
}

#cewe-download .windows { top: 80px; }
#cewe-download .linux { top: 127px; }
#cewe-download .mac { top: 175px; }

#cewe-download h5 {
	font: bold 14px/0.7em Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#cewe-download p {
	font: normal 11px/18px Arial, Helvetica, sans-serif;
}

.cewe-prices {
	width: 710px;
	float: left;
	margin: 10px;
}

.cewe-prices th {
	background: #b40021;
	border: 1px solid #c4c4c4;
	text-align: center;
	padding: 3px;
	color: #fff;
	vertical-align: middle;
}

.cewe-prices td {
	background: none;
	border: 1px solid #c4c4c4;
	text-align: center;
	padding: 3px;
	vertical-align: middle;
}

.cewe-prices td img {
	width: 100px;
	height: 60px;
}

.cewe-prices td a {
	color: #000;
}

.cewe-prices td:nth-of-type(1) { width: 100px !important; }
.cewe-prices td:nth-of-type(2) { width: 330px !important; font-weight: bold; text-align: left; padding: 0px 10px; }
.cewe-prices td:nth-of-type(3) { width: 100px !important; }
.cewe-prices td:nth-of-type(4) { width: 100px !important; }

.smallprint {
	margin: 5px 0 10px 0;
	font: bold 13px/22px Arial, Helvetica, sans-serif;
	color: #464646;
}

.cewe-templates {
	margin: 0 0 0 30px;
}

.cewe-template-item {
	width: 330px;
	float: left;
	text-align: center;
	margin: 20px 0 0 0;
}

.cewe-template-item.small {
	width: 220px;
	height: 220px;
}

.cewe-template-item h4 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.cewe-template-item .old {
	font: bold 12px/24px Arial, Helvetica, sans-serif;
	text-decoration: line-through;
	color: #787878;
	margin: 0;
	padding: 0;
}

.cewe-template-item h6 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #c11d1d;
}

.cewe-popup-gallery {
	width: 760px;
	height: 450px;
	position: absolute;
	top: 0px;
	left: 100px;
	z-index: 99999 !important;
	display: none;
}

/* others */
.padded {
	padding: 10px;
}

.padded-container {
	width: 540px;
	padding: 10px;
}

#slider-inner {
	float: left;
	border: 1px solid #c1c1c1;
}

#slider-inner .badge {
	width: 107px;
	height: 107px;
	float: left;
	position: absolute;
	top: -4px;
	left: -2px;	
	z-index: 200;
	background: url("../img/badge-akcios-ajanlat.png") no-repeat;
}

/* listing of product categories */
.product-list article {
	width: 178px;
	height: 205px !important;
	float: left;
	border: 1px solid #c1c1c1;
	margin: 8px 0 0 0;
	padding: 0;
	text-align: center;
	position: relative;
}

.product-links div,
.product-links p,
.product-links li {
	line-height: 1.5em;
}

.product-list article .image {
	height: 120px !important;
}

.product-list article .data {
	height: 60px !important;
}

.product-list article .promo {
	width: 70px;
	height: 70px;
	background: url("../img/badge-akcios-ajanlat-small.png") top left no-repeat;
	display: none;
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: 999;
}

.product-list article .promo.yes {
	display: block;
}

.product-list article .new {
	width: 32px;
	height: 32px;
	background: url("../img/badge-new.png") top left no-repeat;
	display: none;
	position: absolute;
	top: -2px;
	right: -2px;
	z-index: 999;
}

.product-list article .new.yes {
	display: block;
}

.product-list .third {
	margin: 8px 0 0 0;
}

.product-list article a img {
	margin: 10px 0 5px 0;
	text-align: center;
	vertical-align: middle;
}

.product-list article h2,
.product-list article h2 a {
	font: bold 12px/18px Arial, Helvetica, sans-serif !important;
	margin: 5px;
	min-height: 46px;
	color: #000;
}

.product-list article h6 {
	position: relative;
	font: bold 13px/20px Arial, Helvetica, sans-serif;
	color: #c11d1d;
	top: -10px;
}

.product-list article h6 span {
	font: bold 12px/1em Arial, Helvetica, sans-serif;
	text-decoration: line-through;
	color: #676767;
	margin: 0 0 10px 5px;
	padding: 0;
}

.product-list article .selector {
	width: 90px !important;
}

.product-list article .selector select {
	width: 90px !important;
}

/* inner page of products */
.product-links {
	width: 540px;
	margin: 5px 10px;
}

.product-links .edit {
	float: right;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 5px 12px;
}

.product-links .edit:hover {
	background: #099ec8;
}

#product-tabs {
	width: 100%;
	float: left;
	margin: 15px 0 0 0;
}

#product-tabs a {
	float: left;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color: #000000;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	margin: 0 5px;
	padding: 5px 20px 2px 20px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}

#product-tabs a:hover {
	background: #e5e5e5;
}

#product-tabs a.selected {
	background: #099ec8;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#099ec8), to(#6cd3f0));
    background: -moz-linear-gradient(#099ec8, #6cd3f0);
    background: linear-gradient(#099ec8, #6cd3f0);
	color: #ffffff;
	border: none;
	position: relative;
	top: 2px;
}

.product-tab-content {
	width: 540px;
	padding: 10px;
	margin: 0 0 20px 0;
}

.prices-table {
	width: 450px;
	margin: 0 auto;
}

.prices-table td {
	width: 150px;
	font: bold 13px/34px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	border-bottom: 1px solid #c1c1c1;
}

.prices-table.inner td {
	width: 200px;
	font: bold 13px/20px Arial, Helvetica, sans-serif;
	padding: 4px 0;
}

.prices-table.inner td.center {
	text-align: right;
}

.prices-table.inner td small {
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	color: #383838;
}

.prices-table td.center {
	font-size: 15px;
	color: #c13030;
	text-align: center;
}

.prices-table td .product-cart {
	width: 105px;
	height: 22px;
	float: right;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: url("../img/product-cart.png") no-repeat;
	border: none;
	margin: 6px 0 0 0;
	padding: 0 20px 0 0;
	position: relative;
}

.confirm-cart {
	width: 360px;
	position: absolute;
	top: -300px;
	left: 120px;
	font: 13px/20px Arial, Helvetica, sans-serif;
	color: #464646;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #c0c0c0;
	padding: 20px 10px;
	z-index: 999999 !important;
}

.confirm-cart a {
	width: 130px;
	background: #7fa302;
	color: #fff;
	font-weight: bold;
	display: block;
	position: relative;
	text-align: center;
}

.confirm-cart .link-shop { top: 20px; left: 0px; }
.confirm-cart .link-cart { top: 0px; left: 230px; background: #363636; }

.product-random h3 {
	font: normal 16px/30px "FuturaHeavy", Arial, Helvetica, sans-serif;
	color: #099ec8;
	text-transform: uppercase;
	padding: 10px 10px 0 10px;
}

.product-random article {
	width: 120px;
	height: 180px;
	float: left;
	margin: 0 10px;
	padding: 0 0 10px 0;
	text-align: center;
}

.product-random article a img {
	padding: 2px;
	border: 1px solid #e1e1e1;
}

.product-random article h5 {
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
}

.product-random article h6 {
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color: #c13030;
	margin: 0;
}

/* webshop checkout items */
#cart-form {
	border: 1px solid #c1c1c1;
}

.cart-form-table,
.cart-registration {
	width: 540px;
	margin: 0 0 15px 10px;
}

.cart-delivery {
	width: 400px;
	margin: 0 0 15px 80px;
}

.cart-form-table tr:hover {
	background: #f0f0f0;
}

.cart-form-table tr.editable td {
	background: #eaeed5;
	border-top: 1px solid white;
}

.cart-form-table td,
.cart-form-table th,
.cart-delivery td,
.cart-delivery th {
	font: 11px/16px Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	vertical-align: middle;
	text-align: center;
	background: #f0f0f0;
	position: relative;
}

.cart-delivery td {
	border: 1px solid #e1e1e1;
}

.cart-delivery td.express {
	background: #f6e4df;
	color: #b72b04;
}

.cart-delivery td.express small {
	color: #363636;
}

.cart-form-table td img {
	vertical-align: middle;
}

.cart-form-table td {
	border: 1px solid #e1e1e1;
	border-top: 1px solid white;
}

.cart-form-table td.product {
	width: 220px !important;
	text-align: left;
}

.cart-delivery td.leftalign {
	text-align: left;
}

.cart-form-table .text-small {
	width: 35px;
	background: #ffffff;
	border: 0;
	text-align: center;
	padding: 3px 0;
	position: relative;
	top: 12px;
	left: 10px;
	font: bold 11px Arial, Helvetica, sans-serif;
}

.cart-form-table .arrow-up, .cart-form-table .arrow-down {
	width: 11px;
	height: 11px;
	display: block;
	background: url("../img/arrows.png") no-repeat;
	position: relative;
	left: 3px;
}

.cart-form-table .arrow-up {
	top: -8px;
	background-position: top;
}

.cart-form-table .arrow-down {
	top: -10px;
	background-position: bottom;
}

.cart-form-table th,
.cart-delivery th {
	background: #e4e4e4;
	border: 1px solid #c0c0c0;
	text-align: center;
}

.cart-form-table h3 {
	font: bold 13px/20px Arial, Helvetica, sans-serif;
	margin: 0;
}

.cart-form-table span,
.cart-delivery span {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #406c76;
}

.cart-form-table .edit-link {
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	color: #607200;
}

.cart-form-table .delete-link {
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	color: #406c76;
}

.cart-form-navigation {
	margin: 15px 7px;
	text-align: left;
}

.cart-form-navigation a,
.cart-form-buttons a,
.register-submit {
	display: inline-block;
    height: 35px;
    color: #fff;
    outline: none;
    font-weight: bold;
    line-height: 35px;
    text-decoration: none;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 0 0 14px;
    padding: 0px 15px;
    background: #099ec8;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#099ec8), to(#6cd3f0));
    background: -moz-linear-gradient(#099ec8, #6cd3f0);
    background: linear-gradient(#099ec8, #6cd3f0);
}

.cart-form-navigation a {
	cursor: default;
}


.cart-form-navigation a,
.cart-form-buttons a {
	background: #e1e1e1;
	color: #000;
}

.cart-form-navigation a:hover,
.cart-form-buttons a:hover {
	background: #dadada;
}

.cart-form-navigation a.selected,
.cart-form-buttons .link-more,
.register-submit {
	color: #ffffff;
    position: relative;
    background: #099ec8;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#099ec8), to(#6cd3f0));
    background: -moz-linear-gradient(#099ec8, #6cd3f0);
    background: linear-gradient(#099ec8, #6cd3f0);
}

.ie7 .register-submit {
	display: block !important;
	text-shadow: none !important;
	color: #fff !important;
}

.cart-form-buttons .link-more,
.cart-form-buttons .link-back {
	font: normal 18px/40px "FuturaHeavy", Arial, Helvetica, sans-serif;
}

.cart-form-buttons .link-more:hover,
.register-submit:hover {
	background: #6cd3f0;
}

.register-submit {
	border: none;
	font: bold 20px Arial, Helvetica, sans-serif;
}

.cart-form-buttons {
	width: 540px;
	border: 1px solid #c1c1c1;
	margin: 10px 0;
	padding: 10px 10px 0 10px;
}

.cart-form-buttons h5 {
	font: bold 17px/34px Arial, Helvetica, sans-serif;
	color: #000000;
	float: left;
}

.cart-form-buttons h5 span,
.cart-form-buttons h6 span {
	color: #406c76;
}

.cart-form-buttons h6 {
	width: 100%;
	float: left;
	margin: -10px 0 15px 0;
	font-size: 14px;
}

.cart-form-buttons a {
	float: right;
	padding: 0 15px 0 15px;
	font: bold 18px/36px Arial, Helvetica, sans-serif;
}

.cart-registration td,
.cart-registration td img {
	padding: 5px;
	vertical-align: middle;
}

.cart-registration td.label {
	width: 170px;
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	text-align: right;
}

.cart-registration td.label span {
	font-weight: bold;
	color: #099ec8;
	margin: 0 2px;
}

.cart-registration .text-input,
.cart-registration textarea {
	width: 250px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	font: 12px/16px Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	color: #676767;
}

.cart-registration .text-input.small {
	width: 60px;
}

.cart-registration textarea {
	height: 100px;
}

.form-message-green {
	padding: 15px;
}

.form-message-green h5 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #099ec8;
}

.form-message-red {
	padding: 15px;
}

.form-message-red h5 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #c11d1d;
}

.error {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 10px;
}

/* search */
.search-container {
	border: 1px solid #c1c1c1;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #787878;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 10px 0;
	position: relative;
}

.search-container h4 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 10px;
	text-align: left !important;
}

.search-large {
	width: 510px;
	font: normal italic 16px Arial, Helvetica, sans-serif;
	padding: 7px 10px;
	border: 1px solid #c1c1c1;
}

.search-large-submit {
	border: none;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 5px 10px;
	position: absolute;
	top: 107px;
	right: 10px;
}

.search-large-submit:hover {
	background: #099ec8;
}

.search-container .item {
	width: 260px;
	float: left;
	padding: 10px;
	font: 13px/20px Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
}

.search-container .item input,
.search-container .item .checker {
	vertical-align: middle;
}

.search-container .item .text-input {
	width: 230px;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	border: 1px solid #c1c1c1;
}

/* sidebar section */
#right {
	width: 180px;
	float: right;
	padding: 12px 0;
}

#right .container {
	width: 180px;
	float: right;
	border: 1px solid #c1c1c1;
	margin: 0 0 20px 0;
	padding: 5px;
	background: url("../img/left-repeat.png") top right repeat-y;
}

#right h3.box-head-cart {
	width: 182px;
	height: 32px;
	margin: -5px 0 0 -5px;
	padding: 4px 0 0 8px;
	background: url("../img/box-head-cart.png") no-repeat;
	font: normal 15px/36px "FuturaHeavy", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#right h3.box-head-random {
	width: 182px;
	height: 32px;
	margin: -5px 0 0 -5px;
	padding: 4px 0 0 8px;
	background: url("../img/box-head-random.png") no-repeat;
	font: normal 15px/36px "FuturaHeavy", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#right h3.box-head-latest {
	width: 182px;
	height: 50px;
	margin: -5px 0 0 -5px;
	padding: 4px 0 0 8px;
	background: url("../img/box-head-latest.png") no-repeat;
	font: normal 15px/24px "FuturaHeavy", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#right table td {
	padding: 7px 3px;
	vertical-align: middle;
	word-wrap: break-word !important;
	overflow: hidden;
	background: url("../img/right-border.png") bottom center no-repeat;
}

#right table td h5, #right table td h6, #right table td h5 a {
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	word-wrap: break-word;
}

#right table td h6 {
	color: #406c76;
	margin: 3px 0;
}

#right .drop {
	width: 13px;
	height: 13px;
	display: block;
	background: url("../img/drop.png") no-repeat;
}

#right table td img {
	width: 50px;
	border: 1px solid #c1c1c1;
	vertical-align: middle;
}

#right .summary {
	padding: 5px;
	font: bold 15px/30px Arial, Helvetica, sans-serif;
}

#right .summary span {
	color: #406c76;
}

#right .empty {
	width: 100%;
	float: left;
	font: bold 13px/26px Arial, Helvetica, sans-serif;
	color: #c11d1d;
	padding: 105px 0 0 0;
	text-align: center;
	background: url("../img/empty-cart.png") top center no-repeat;
}

#right .order-button {
	position: absolute;
	bottom: -8px;
	right: 5px;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	color: #ffffff;
}

#right .order-button:hover {
	background: #000000;
}

/* fotokidolgozás modul */
.new-folder {
	width: 520px;
	padding: 20px;
	border: 1px solid #e1e1e1;
}

.folder-name {
	width: 220px;
	background: #ffffff;
	border: 1px solid #e1e1e1;
	font: normal italic 12px Arial, Helvetica, sans-serif;
	color: #676767;
	margin: 0 5px;
	padding: 3px 5px;
}

.error-bordered {
	border: 1px solid #c11d1d;
	color: #c11d1d !important;
}

.folder-list {
	width: 520px;
	margin: 10px 0;
	padding: 20px;
	border: 1px solid #e1e1e1;
	text-align: center;
}

.folder-item {
	width: 170px;
	height: 240px;
	float: left;
	position: relative;
	border: 1px solid transparent;
	background: url("../img/folder.png") top center no-repeat;
}

.folder-item .delete {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	background: url("../img/drop.png") no-repeat;
}

.folder-item:hover h5 a {
	text-decoration: underline;
}

.folder-item img {
	position: absolute;
	top: 69px;
	left: 80px;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.8);
}

.folder-item .data {
	position: relative;
	top: 140px;
}

.folder-item h5 a {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 3px;
}

.folder-item h6 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #787878;
	margin: 0;
}

.folder-actions {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 15px;
}

.folder-actions .top {
	width: 60px;
	height: 60px;
	background: url("../img/top.png") no-repeat;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 15px;
}

.folder-actions .top:hover {
	opacity: 0.7;
}

.folder-actions a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

.folder-actions h5,
.folder-actions h5 a {
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

.folder-actions h5 span,
.folder-actions h5 span a {
	color: #878787;
}

.folder-actions .icons {
	margin: 10px 0 20px 0;
	text-align: center;
}

.folder-actions .icons a,
.folder-submit {
	font: bold 12px Arial, Helvetica, sans-serif;
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	margin: 5px;
	padding: 13px 10px 13px 36px;
	color: #000000;
}

.folder-actions .icons a:hover,
.folder-submit:hover {
	background-color: #f3f3f3;
}

.folder-actions .icons .select-all {
	background: url("../img/icon-folder-selectall.png") left center no-repeat #ffffff;
}

.folder-actions .icons .select-all-more {
	background: url("../img/icon-folder-selectall-more.png") left center no-repeat #ffffff;
}

.folder-actions .icons .deselect-all {
	background: url("../img/icon-folder-deselect.png") left center no-repeat #ffffff;
}

.folder-actions .icons .delete-selected {
	background: url("../img/icon-folder-delete.png") left center no-repeat #ffffff;
}

.folder-actions .icons .upload-selected {
	background: url("../img/icon-folder-upload-selected.png") left center no-repeat #ffffff;
}

.folder-actions .icons .upload-all {
	padding: 13px 10px 13px 42px;
	background: url("../img/icon-folder-alltocart-small.png") left center no-repeat #ffffff;
}

.folder-actions .icons .upload-pics,
.upload-big {
	color: #ffffff;
	font-size: 14px;
	border: none;
	padding: 13px 10px 13px 44px;
	background: url("../img/icon-folder-upload.png") left center no-repeat;
	background: 
		url("../img/icon-folder-upload.png") left center no-repeat,
		-webkit-gradient(linear, 0 0, 0 100%, from(#099ec8), to(#6cd3f0)) 300px 50px no-repeat,
		-webkit-gradient(linear, 0 0, 0 100%, from(#099ec8), to(#6cd3f0)) 0 0 no-repeat;
	background: 
		url("../img/icon-folder-upload.png") left center no-repeat,
		-moz-linear-gradient(#099ec8, rgba(155,185,0,1)) 300px 50px no-repeat, 
		-moz-linear-gradient(#099ec8, rgba(155,185,0,1)) 0 0 no-repeat;
}

.folder-actions .icons .upload-pics:hover,
.upload-big:hover {
	background: url("../img/icon-folder-upload.png") left center no-repeat #099ec8;
}

.upload-big {
	font-size: 22px;
}

.folder-submit {
	font-size: 14px;
	padding: 16px 10px 16px 46px;
	background: url("../img/icon-folder-alltocart.png") left center no-repeat #ffffff;
}

.folder-new {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: none;
	padding: 4px 7px;
}

.folder-list-bottom {
	width: 100%;
	float: left;
	text-align: center;
}

.folder-list-bottom a {
	margin: 5px 0;
	font-weight: bold;
	color: #000000;
	display: block;
}

.pic-item {
	width: 170px;
	float: left;
	text-align: center;
	margin: 0 0 20px 0;
	position: relative;
}

.pic-item .image {
	height: 140px;
	vertical-align: middle;
}

.pic-item img {
	z-index: 500;
	vertical-align: middle;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.8);
}

.pic-item .delete {
	width: 20px;
	height: 20px;
	display: none;
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 600;
	background: url("../img/drop.png") no-repeat;
}

.pic-item:hover .delete {
	display: block;
}

.pic-item h5 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 3px;
}

.pic-item h6 {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #787878;
	margin: 0;
}

.order-actions {
	width: 100%;
	float: left;
	margin: 20px 0;
	text-align: center;
}

.order-actions .selector,
.order-actions select {
	width: 150px !important;
}

.order-actions .selector span {
	width: 140px !important;
	text-align: center;
}

.order-actions .text-qtty {
	font: bold 13px Arial, Helvetica, sans-serif;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	width: 40px;
	padding: 3px 0;
	text-align: center;
}

.order-actions .item {
	width: 150px;
	position: relative;
	display: inline-block;
	*display: inline;
	margin: 0 10px;
	padding: 75px 0 0 0;
}

.order-actions .size {
	background: url("../img/order-icon-size.png") top center no-repeat;
}

.order-actions .paper {
	background: url("../img/order-icon-paper.png") top center no-repeat;
}

.order-actions .method {
	background: url("../img/order-icon-method.png") top center no-repeat;
}

.size-clone {
	background: #fdfdfd;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fdfdfd), to(#fffac9));
    background: -moz-linear-gradient(#fdfdfd, #fffac9);
    background: linear-gradient(#fdfdfd, #fffac9);
}

.method-help-toggler {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 20px;
	right: 12px;
	display: block;
	background: url("../img/order-info.png") no-repeat;
}

.method-help-toggler.small {
	width: 14px;
	height: 14px;
	float: right;
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: absolute;
	top: 2px;
	right: -20px;
	background: url("../img/order-info-small.png") no-repeat;
}

.qtip {
	width: 360px !important;
	border: 1px solid #e1e1e1;
	position: absolute;
	padding: 10px;
	text-align: left;
	z-index: 9999;
	background: #ffffff;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
}

.qtip table {
	border: none;
}

.qtip table td  {
	padding: 5px 0;
	vertical-align: middle;
}

.qtip table td img {
	border: 2px solid #e1e1e1;
}

.method-help-div {
	display: none;
	top: 340px;
	left: 230px;
}

.selectors {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	position: relative;
}

.order-file-list article {
	width: 250px;
	float: left;
	text-align: center;
	margin: 5px 0 10px 12px;
	padding: 5px;
	border: 1px solid #c1c1c1;
}

.order-file-list article h3 {
	font: bold 14px/26px Arial, Helvetica, sans-serif;
	word-wrap: break-word !important;
}

.order-file-list article .image {
	vertical-align: bottom;
}

.order-file-list article .image img {
	vertical-align: bottom;
}

.order-file-list article p {
	font: 12px/20px Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
}

.order-file-list article p a {
	font-weight: bold;
	color: #000000;
}

.order-file-list article p a.red {
	color: #c11d1d;
}

.order-file-list article .selector {
	width: 95px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: -5px 0 10px 0;
}

.order-file-list article .selector span {
	width: 90px;
}

.order-file-list article select {
	width: 90px;
}

.order-file-list .text-qtty {
	width: 40px;
	background: #ffffff;
	border: none;
	border: 1px solid #c1c1c1;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	text-align: center;
}

.order-check .item {
	width: 160px;
	height: 230px;
	float: left;
	margin: 0 0 0 5px;
	padding: 10px;
	text-align: center;
}

.order-check .item a img {
	opacity: 1.0;
}

.order-check .item h5 {
	font-size: 11px;
}

.order-check .delete-item {
	width: 100%;
	font-size: 11px;
	color: #c11d1d;
}

/* photomode selection */
.photomode-layer {
	width: 540px;
	height: 150px;
	position: absolute;
	top: 10px;
	left: 10px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #c1c1c1;
	z-index: 99999;
}

.photomode-layer h3 {
	font: normal 20px/40px "FuturaHeavy", Arial, Helvetica, sans-serif;
	color: #676767;
	margin: 5px 0 0 0;
}

.photomode-layer .automata,
.photomode-layer .profi {
	width: 240px;
	height: 70px;
	display: inline-block;
	position: relative;
	text-indent: -9999px;
}

.photomode-layer .automata { background: url(../img/photomode-automata.png) no-repeat; float: left; left: 10px; }
.photomode-layer .profi { background: url(../img/photomode-profi.png) no-repeat; float: right; right: -20px; }

.photomode-layer .info {
	font: bold 12px Arial, Helvetica, sans-serif;
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #000;
}

/* pager */
.order-pager {
	width: 100%;
	float: left;
	text-align: center;
	margin: 10px 0;
}

.order-pager a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #787878;
	display: inline-block;
	*display: inline;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	margin: 0 5px;
	padding: 3px 6px;
}

.order-pager a:hover {
	border: 1px solid #e1e1e1;
}

.order-pager a.selected {
	font-weight: bold;
	color: #000000;
	border: 1px solid #dadada;
}

/* contact form */
.contact-form {
	width: 500px;
	float: left;
	margin: 30px 20px;
}

.contact-form table td {
	padding: 3px;
	vertical-align: middle;
}

.contact-form table td .text-input {
	width: 300px;
	background: #fff;
	padding: 3px 5px;
	border: 1px solid #c1c1c1;
	font: 12px/20px Arial, Helvetica, sans-serif;
}

/* montager */
.montager-link {
	position: relative;
	cursor: pointer;
	z-index: 500;
}

.montager {
	width: 990px;
	height: 830px;
	position: relative;
	top: 10px;
	left: 0px;
	display: none;
	background: #ffffff;
	padding: 10px;
	border: 1px solid #c1c1c1;
	z-index: 99998 !important;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.4);
}

.montager .disclaimer {
	position: absolute;
	bottom: 10px;
	font: bold 12px/1.5em Arial, Helvetica, sans-serif;
}

.montager.inner {
	top: -220px;
}

.montager.small {
	width: 650px;
	height: 430px;
	left: 200px;
}

.montager-flash {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9998;
}

.montager .close {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url("../img/window-closer.png") no-repeat;
	z-index: 99999;
}

.montager .help {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	top: 13px;
	right: 45px;
	background: url("../img/montager-help.png") no-repeat;
	z-index: 99999;
}

.montager .close:hover,
.montager .help:hover {
	opacity: 0.8;
}

.montager-help {
	background: #fff;
	width: 950px;
	padding: 20px;
	display: none;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 99999;
	border: 1px solid #e1e1e1;
}

.montager-help h3 {
	font: normal 24px/40px "FuturaHeavy", Arial, Helvetica, sans-serif;
	color: #099ec8;
}

.montager-close {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #676767;
	position: absolute;
	top: 10px;
	right: 10px;
}

/* profile section */
.profile-box h4 {
	font: bold 16px/32px Arial, Helvetica, sans-serif;
}

.profile-section-left {
	width: 400px;
	float: left;
}

.profile-section-left table td,
.profile-section-right table td {
	padding: 5px;
	vertical-align: middle;
}

.profile-box a {
	font-weight: bold;
	color: #099ec8;
}

.profile-section-left table td.caption {
	font-weight: bold;
}

.profile-section-right {
	width: 300px;
	float: right;
}

.profile-section-full {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}

.profile-header {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}

.profile-header .button {
	float: left;
	font: bold 15px/40px Arial, Helvetica, sans-serif;
	margin: 5px 10px 5px 0 !important;
	padding: 2px 10px 2px 38px !important;
	color: #000;
	border: 1px solid #c9c9c9;
	background-color: #fff !important;
}

.profile-header .button:hover {
	background-color: #f0f0f0 !important;
	border: 1px solid #c0c0c0 !important;
}

.profile-header .button.modify { background: url("../img/icon-profile-modify.png") left center no-repeat; }
.profile-header .button.cart { background: url("../img/icon-profile-cart.png") left center no-repeat; }
.profile-header .button.folders { background: url("../img/icon-profile-folders.png") left center no-repeat; }
.profile-header .button.logout { background: url("../img/icon-profile-logout.png") left center no-repeat; }

.profile-section-full table {
	width: 738px;
	float: left;
}

.profile-section-full table th {
	background: #099ec8;
	color: #fff;
	border: 1px solid #f5f5f5;
	padding: 2px 5px;
	text-align: center;
}

.profile-section-full table td {
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	vertical-align: middle;
	font-size: 12px;
	padding: 5px;
}

.profile-section-full table td.order { font-size: 16px; font-weight: bold; text-align: center; }
.profile-section-full table td.date { text-align: center; }
.profile-section-full table td.status { text-align: center; }
.profile-section-full table td.products { font-size: 11px; }

.profile-box .green { color: #496d09; }
.profile-box .red { color: #c11d1d; }

/* footer section */
#footer {
	width: 990px;
	float: left;
	padding: 20px 0;
	text-align: center;
	color: #575757;
}

.ie7 #footer {
	margin-top: 160px;
}

#footer a {
	color: #000;
}

#footer .section {
	width: 330px;
	float: left;
	padding: 10px 0;
	vertical-align: middle;
	text-align: left;
}

#footer .section img, #footer .section a {
	vertical-align: middle;
}

#footer div {
	line-height: 1.5em;
}

#footer .section a {
	font: 11px/30px Arial, Helvetica, sans-serif;
	color: #797979;
	margin: 0 5px;
}

#footer .section a:hover {
	color: #464646;
}

#footer .section.center {
	text-align: center;
}

#footer .netpeople {
	width: 188px;
	height: 33px;
	float: right;
	display: block;
	background: url("../img/netpeople.png") no-repeat;
}

#footer .seo-words {
	width: 100%;
	float: left;
	margin: 10px 0;
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #989898;
	text-align: center;
}

.login-error {
	position: absolute;
	top: 3px;
	left: 32px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

#dark {
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
	z-index: 8888;
	top: 0px;
	left: 0px;
	background: url("../img/trans.png");
}

.forgot-password {
	padding: 10px 0;
}

.forgot-password .text-input {
	width: 220px;
	background: #fff;
	border: 1px solid #c1c1c1;
	font: normal italic 13px Arial, Helvetica, sans-serif;
	border-radius: 5px;
	padding: 5px 10px;
}

.forgot-password .text-submit {
	border: none;
	color: #fff;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	cursor: pointer;
}

.montager-help-table td {
	padding: 5px;
	vertical-align: middle;
	border-bottom: 1px solid #c1c1c1;
}

.baratbogre {
	width: 2px;
	height: 2px;
	display: block;
	border: 1px solid #e1e1e1;
	float: left;
}

#map {
	width: 500px;
	height: 310px;
	margin: 10px 0 10px 15px;
}


div.popup-layer {
	content: ' ';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 0 40px 0;
    z-index: 800;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, .6);
}
div.popup {
    width: 50%;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -25%;
    margin-bottom: 20%;
    z-index: 900;
    background-color: #fff;
    border-radius: 3px;
}
div.popup header {
    font-size: 1em;
    width: 100%;
    height: 3em;
    background-color: #099ec8;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
div.popup header h2 {
	position: absolute;
	top: 6px;
	left: 13px;
	margin: 0;
}
div.popup header span.close {
	position: absolute;
	top: 13px;
	right: 13px;
    cursor: pointer;
}
div.popup header span.close:hover {
    padding: 0.3em 0.5em;
    margin: -0.3em -0.50em 0 0;
    background-color: #0e7892;
    border-radius: 2px;
}
div.popup div.popup-content {
	width: 96%;
	padding: 20px 2%;
	text-align: left;
	font-size: 14px;
}
div.popup div.popup-content p { margin: 0; }
div.popup div.popup-content .btn-ok {
	display: block;
	margin: 2em auto 0;
	padding: 0.3em 2em;
	text-align: center;
	border: none;
	outline: none;
	border-radius: 5px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	background-color: #099ec8;
}
div.popup div.popup-content .btn-ok:hover {
	background-color: #0e7892;
}

.fb-messenger {
	margin: 30px 5px 20px;
	float: right;
}

.fb-messenger span {
	border-radius: 4px;
	background: #0084ff;
	color: #fff;
	font-size: 13px;
	padding: 6px 8px;
	display:inline-block;
	font-family: helvetica, arial, sans-serifnn;
	white-space: nowrap;
}

.fb-messenger a {
	cursor:pointer;
	text-decoration:none;
}

.cookie-alert{
	width:90%;
	background:rgba(0,0,0,0.75);
	padding:15px 5%;
	position:fixed;
	left:0;
	bottom:0;
	z-index:900;
	text-align:center
}

.cookie-alert p {
	display:inline-block;
	font-size:17px;
	font-weight:normal;
	line-height:40px;
	color:#fff
}

.cookie-alert p a {
	color:#ffcb4d;
	text-decoration:underline;
	margin-left:15px
}

.modal {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding:  16px;
	z-index: 50;
	box-sizing: border-box;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 50;
}

.modal-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.75);
}

.modal-close {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 20px;
	height: 20px;
	background: transparent;
	border: 0;
	color: white;
	font-size: 26px;
	transition-duration: 300ms;
	cursor: pointer;
}

.modal-close:hover {
	opacity: .75;
}

.modal-content {
	width:  650px;
	max-width: 100%;
	background: #099ec8;
	color: white;
	position: relative;
	padding:  16px;
	box-sizing: border-box;
	border-radius: 4px;
}

.modal-body {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
}

.modal-confirm {
	background: transparent;
	border: 1px solid white;
	padding: 6px 12px;
	font-size: 14px;
	color:  white;
	border-radius: 4px;
	cursor: pointer;
	transition-duration: 300ms;
}

.modal-confirm:hover {
	background: #037C9E;
	color: white;
}

.modal.is-open {
	display: flex;
}