@import "reset.css";

@font-face {
	font-family: 'Titillium';
	src: url('Titillium/TitilliumWeb-Light.eot');
	src: url('Titillium/TitilliumWeb-Light.eot') format('embedded-opentype'),
		 url('Titillium/TitilliumWeb-Light.ttf') format('truetype'),
		 url('Titillium/TitilliumWeb-Light.svg') format('svg');
}

@font-face {
	font-family: 'Titillium-bold';
	src: url('Titillium/TitilliumWeb-Bold.eot');
	src: url('Titillium/TitilliumWeb-Bold.eot') format('embedded-opentype'),
		 url('Titillium/TitilliumWeb-Bold.ttf') format('truetype'),
		 url('Titillium/TitilliumWeb-Bold.svg') format('svg');
}

b, strong { font-family: 'Titillium-bold'; } /* safari fix */

html { height: 100%; }
body { margin: 0; background: #ffffff; font-size: 14px; line-height: 1.4; height: 100%; 	font-smooth:always; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: 'Titillium', Arial, sans-serif; color: #7a7a7a; }

/* ========== Selection colors ========== */

::-moz-selection { background: #E8651C; color: #ffffff; text-shadow: none; }
::selection { background: #E8651C; color: #ffffff; text-shadow: none; }

/* ========== Links & Buttons ========== */

a { text-decoration: none; color: #7a7a7a; }
a:visited {  }
a:hover { color: #e8651c; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }
a.active { color: #e8651c; }

.blackbutton,
.blackbutton-small {
	display: block;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px #7a7a7a;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -ms-border-radius: 4px;
	font-weight: bold;
	text-align: center;
	
	background: #a1a1a1;
	background: -moz-linear-gradient(top,  #a1a1a1 0%, #939393 20%, #848484 34%, #575757 71%, #464646 89%, #3e3e3e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1a1a1), color-stop(20%,#939393), color-stop(34%,#848484), color-stop(71%,#575757), color-stop(89%,#464646), color-stop(100%,#3e3e3e));
	background: -webkit-linear-gradient(top,  #a1a1a1 0%,#939393 20%,#848484 34%,#575757 71%,#464646 89%,#3e3e3e 100%);
	background: -o-linear-gradient(top,  #a1a1a1 0%,#939393 20%,#848484 34%,#575757 71%,#464646 89%,#3e3e3e 100%);
	background: -ms-linear-gradient(top,  #a1a1a1 0%,#939393 20%,#848484 34%,#575757 71%,#464646 89%,#3e3e3e 100%);
	background: linear-gradient(to bottom,  #a1a1a1 0%,#939393 20%,#848484 34%,#575757 71%,#464646 89%,#3e3e3e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#3e3e3e',GradientType=0 );
	
	color: #ffffff !important;
}

.blackbutton:hover,
.blackbutton-small:hover {
	color: #383838 !important;
	border: solid 1px #f69060;
	background: #ffbd20;
	background: -moz-linear-gradient(top,  #ffbd20 0%, #fdb32f 29%, #f89854 77%, #f68f61 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbd20), color-stop(29%,#fdb32f), color-stop(77%,#f89854), color-stop(100%,#f68f61));
	background: -webkit-linear-gradient(top,  #ffbd20 0%,#fdb32f 29%,#f89854 77%,#f68f61 100%);
	background: -o-linear-gradient(top,  #ffbd20 0%,#fdb32f 29%,#f89854 77%,#f68f61 100%);
	background: -ms-linear-gradient(top,  #ffbd20 0%,#fdb32f 29%,#f89854 77%,#f68f61 100%);
	background: linear-gradient(to bottom,  #ffbd20 0%,#fdb32f 29%,#f89854 77%,#f68f61 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd20', endColorstr='#f68f61',GradientType=0 );
}

.blackbutton:focus,
.blackbutton-small {
	color: #ffffff;
}

.blackbutton { height: 36px; }
.blackbutton-small { height: 27px; font-size: 12px; }

.blackbutton.icon span{ display: block; float: left; padding-right: 6px; }

input.blackbutton { line-height: normal; }
a.blackbutton { line-height: 36px; }

#back-to-top { display: none; position: fixed; bottom: 0px !important; right: 10px; padding: 4px 12px 4px 24px; text-align: center; background-color: #df6403; background-image: url('../img/icon-back-to-top-white.png'); background-position: 6px center; background-repeat: no-repeat; color: #ffffff; text-shadow: 0 1px 1px #E8651C; -webkit-border-radius: 3px 3px 0px 0px; -moz-border-radius: 3px 3px 0px 0px; border-radius: 3px 3px 0px 0px; -ms-border-radius: 3px 3px 0px 0px; z-index: 100; }
#back-to-top.hidden { display: none; }

.no-border { border: 0px none !important; }

/* ========== Icons & markers ========== */

.icon-cart { width: 23px; height: 21px; position: relative; left: 2px; margin-top: 6px; background-image: url('../img/cart-icon.png'); background-repeat: no-repeat; background-position: 0px 0px; }
.icon:hover .icon-cart { background-position: 0px -21px; }

.ns-marker { display: block; min-width: 100px; height: 20px; line-height: 20px; padding: 2px 0px 2px 0px; margin: 0 auto; font-family: 'Titillium-bold'; color: #ffffff; text-align: center; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -ms-border-radius: 2px; }
.ns-marker.green { background: #009900; }
.ns-marker.orange { background: #ff9900; }
.ns-marker.red { background: #cc0000; }

/* ========== Forms & input elements ========== */

form ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

form ol li {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

form fieldset {
	margin-bottom: 10px;
}

form legend {
	font-size: 14px;
	font-family: 'Titillium-bold';
	color: #CD4A02;
	margin: 0 0 4px 0;
}

form label {
	display: block;
	width: 180px;
	margin: 0 20px 0 14px;
	line-height: 26px;
	float: left;
	text-align: left;
}

form input[type="text"],
form input[type="password"],
form select {
	width: 300px;
	border: 1px solid #c7c7ca;
	padding: 4px 2px 3px 7px;
	border: solid 1px #cbcbcb;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	outline: none;
	color: #7a7a7a;
}

form input[readonly="readonly"],
form input[readonly="readonly"]:focus,
form input[readonly="readonly"]:active { background: #f0f0f0; border: solid 1px #CBCBCB !important; }

form textarea {
	border: 1px solid #c7c7ca;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	outline: none;
	color: #7a7a7a;
	padding: 7px;
	resize: none;
}

.fieldWrapper { float: left; width: 310px; }

form select {
	width: 310px;
}

form input[type="checkbox"] {
	position: relative;
	top: 5px;
}

form input[type="radio"] {
	width: auto;
	margin: 2px 4px 0px 14px;
}

form input[type="radio"]:nth-of-type(1) {
	margin-left: 0px;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form textarea:focus,
form select:focus {
	border: solid 1px #e7641c;
}

form input.hidden,
form select.hidden,
form textarea.hidden { display: none; }

form span.error {
	float: right;
	display: block;
	margin-left: 20px;
	font-size: 11px;
	color: #e71c1c;
	width: 166px;
	line-height: 14px;
}

form input.error {
	border: 1px solid #e71c1c;
}

form .submit-button {
	float: right;
	padding: 0px 16px 0px 16px;
	margin-right: 192px;
}

form#loginform{ float: left; }
form#regform { float: left; width: 714px; margin-bottom: 50px; }
form#regform #submit_regform { float: left; width: 150px; margin-left: 374px; }
form#forgotpass-form label { margin-left: 0px; }
form#forgotpass-form #submit_forgotpass { float: left; width: 138px; margin-left: 343px; }

form#regform ol li { clear: both;}
form#regform ol li > label,
form#regform ol li > input,
form#regform ol li > select,
form#regform ol li > span.error,
form#regform ol li > span#regtype_error,
form#regform ol li > span.radiolabel { float: left; }

#reg-person,
#reg-company,
#reg-delivery { display: none; }

#reg-company #reg_company_vat_number { text-transform: uppercase; }
#copy-address-button { float: right; margin-right: 190px; padding-bottom: 8px; }

form#person-data-form,
form#company-data-form,
form#delivery-data-form,
form#change-password-form,
form#delete-account-form { float: left; }

form#delivery-data-form { display: none; }

.ui-spinner {
    background: none repeat scroll 0 0 #FDFDFD;
    border: 1px solid #CBCBCB;
    box-shadow: 0 1px 0 #FFFFFF;
    display: block;
    height: 26px;
    overflow: hidden;
    padding: 0 6px;
    position: relative;
    width: 50px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.ui-spinner-disabled {
    background: none repeat scroll 0 0 #F4F4F4;
    color: #CCCCCC;
}
.ui-spinner input.ui-spinner-box {
    float: left;
	background: none;
    border: 0px none;
    height: 26px;
	width: 34px;
    padding: 0px;
	text-align: right;
	outline: 0px none;
	
}
.ui-spinner-up, .ui-spinner-down {
    border: 0px none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 18px;
    z-index: 100;
}
.ui-spinner-up {
    background: url("../img/spinnerTop.png") no-repeat scroll 0 0 transparent;
    height: 14px;
    top: -1px;
}
.ui-spinner-down {
    background: url("../img/spinnerBottom.png") no-repeat scroll 0 0 transparent;
    bottom: -1px;
    height: 14px;
}

.ui-button-text { display: none; }


/* ========== Tables ========== */

.ns-table {  }
.ns-table.w100 { width: 100%; }
.ns-table > thead tr th { height: 36px; padding: 0px; margin: 0px; font-size: 16px; font-family: Titillium-bold, Arial,sans-serif; color: #383838; text-shadow: 0px 1px 1px #fdd45d; background: url('../img/ns-table-bg.png') repeat-x; vertical-align: middle; }
.ns-table > thead tr th:first-child { width: 6px; background: url('../img/ns-table-left-bg.png') no-repeat; }
.ns-table > thead tr th:last-child { width: 6px; background: url('../img/ns-table-right-bg.png') no-repeat; }

.ns-table > tbody tr:first-child td { padding-top: 15px; }
.ns-table > tbody tr td { border-bottom: solid 1px #d1d1d1; line-height: 34px; font-size: 14px; font-weight: normal; }

.ns-table .name-col { text-align: left; font-weight: bold; padding-left: 8px; }
.ns-table .price-col { text-align: right; padding-right: 4px; }
.ns-table .del-col { text-align: center; }
.ns-table .amount-col { text-align: center; vertical-align: middle; }
.ns-table .amount-col .ui-spinner { margin: 0 auto; }
.ns-table .total .name-col,
.ns-table .total .price-col { color: #e8661b; }

/* ========== Layout ========== */

.page-width { width: 960px; }

#wrapper-table {
	width: 100%;
	height: 100%;
	border: 0px none;
	border-spacing:0;
	border-collapse:collapse;
}

#wrapper-table .header-td {
	height: 166px;
	background: url('../img/header-bg.png') repeat-x;
}

#wrapper-table .main-td {
	height: 100%;
}

#wrapper-table .footer-td {
	height: 100px;
	background: url('../img/footer-bg.png') repeat-x;
	border-top: solid 1px #d1d1d1;
}

#header {
	margin: 0 auto;
	height: 166px;
	position: relative;
}

#header-left {
	width: 491px;
	float: left;
}

#header-left .logo { display: block; width: 491px; height: 120px; line-height: 30px; text-indent: -9999px; background: url('../img/logo-big.png') no-repeat; }

#header-right {
	width: 469px;
	float: left;
}

#main {
	clear: both;
	margin: 0 auto;
	padding-top: 13px;
}

#main-left {
	float: left;
	width: 228px;
}

#main-right {
	float: left;
	position: relative;
	margin-left: 16px;
}

#main-right #content { float: left; width: 716px; margin-bottom: 50px; }
#main-right h1 { font-size: 17px; font-family: 'Titillium-bold'; margin: 12px 0px 26px 0px; padding: 0px; }

.noteDiv {
	background: #FFEDBC;
	background: -moz-linear-gradient(center top,  #FFEDBC 0%, #FBE5A8 100%);
	background: -webkit-gradient(linear, center top, left bottom, #FBE5A8 100%);
	background: -webkit-linear-gradient(center top,  #FFEDBC 0%, #FBE5A8 100%);
	background: -o-linear-gradient(center top,  #FFEDBC 0%, #FBE5A8 100%);
	background: -ms-linear-gradient(center top,  #FFEDBC 0%, #FBE5A8 100%);
	background: linear-gradient(to bottom,  #FFEDBC 0%, #FBE5A8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEDBC', endColorstr='#FBE5A8',GradientType=0 );
	
    border: 1px solid #F2D083;
    color: #826200;
	font-size: 13px;
	padding: 4px 4px 4px 16px;
	border-radius: 2px 2px 2px 2px;
    margin: 16px 0 0;
	width: 694px;
	float: left;
	
	vertical-align: baseline;
}

.noteDiv p {  }

#footer {
	clear: both;
	margin: 0 auto;
}

/* ========== Localization section ========== */

#localization {
	width: 460px;
	float: right;
	clear: both;
}

.currency-wrapper {
	float: right;
	width: 80px;
	margin-top: 10px;
	font-size: 10px;
	text-transform: uppercase;
}

#currency-selector {
	width: 80px;
}

.chzn-container { position: relative; display: inline-block; zoom: 1; *display: inline; max-width: 100%; }
.noSearch .chzn-search, .searchDrop .selector, .noSearch .selector { display: none; }
.noSearch .chzn-results { margin: 0!important; padding: 2px!important; }
.chzn-container > .chzn-drop { border: 1px solid #5a5a5a; border-radius: 0px 0px 2px 2px; border-top: 0; position: absolute; top: 29px; margin-top: 1px; left: 0; z-index: 998; width: 100%!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.chzn-container-single .chzn-single { background: #3d3d3d; border: 1px solid #5a5a5a; border-radius: 2px 2px 2px 2px; display: block; height: 25px; line-height: 26px; overflow: hidden; padding: 0 0 0 10px; position: relative; white-space: nowrap; }
.chzn-container-single .chzn-single span { display: block; color: #ffffff; font-size: 11px; padding-right: 30px; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow: ellipsis;  }
.chzn-container-single .chzn-single abbr { display: block; position: absolute; right: 26px; top: 6px; width: 12px; height: 13px; font-size: 1px; }
.chzn-container-single .chzn-single div { position: absolute; right: -1px; top: -1px; display: block; height: 26px; width: 27px;  }
.chzn-container-single .chzn-single div b { display: block; width: 27px; height: 26px; background: url('../img/selectArrow.png') 0px 1px; }
.chzn-container .chzn-results { background: #3d3d3d; margin: 0 4px 4px 0; max-height: 240px; padding: 0 0 0 4px; position: relative; overflow-x: hidden; overflow-y: auto; }
.chzn-container .chzn-results li { display: none; color: #eeeeee; line-height: 14px; padding: 5px 6px; margin: 0; list-style: none; font-size: 11px; }
.chzn-container .chzn-results .active-result { cursor: pointer; display: list-item; }
.chzn-container .chzn-results .highlighted { background-color: #E8651C; color: #ffffff; }
.chzn-container .chzn-results li em { background: #feffde; font-style: normal; }
.chzn-container .chzn-results .highlighted em { background: transparent; }
.chzn-container .chzn-results .no-results { background: #ffffff; display: list-item; }
.chzn-container .chzn-results .group-result { cursor: default; color: #2e74a6; font-weight: bold; font-size: 10px; border-bottom: 1px solid #5a5a5a; border-top: 1px solid #5a5a5a; }
.chzn-container .chzn-results .group-option { padding-left: 15px; }
.chzn-container-active .chzn-single-with-drop div { background: transparent; border-left: none; }

#language-selector {
	float: right;
	margin-left: 32px;
	padding: 12px 16px 12px 13px;
	background-color: #3d3d3d;
	border: solid 1px #282828;
	color: white;
	
	-moz-box-shadow: 1px 5px 4px #101010; -webkit-box-shadow: 1px 5px 4px #101010; box-shadow: 1px 5px 4px #101010; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
}

#language-selector .getLayer {
	color: #e9651d;
	display: inline-block;
	margin-left: 5px;
	cursor: pointer;
}
#language-selector .getLayer:hover {
	text-align: center;
}

#language-selector ul {
	margin: 0px auto;
}

#language-selector ul li {
	float: left;
}

#language-selector .flag {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: -15px 0;
}
#language-selector .flag:hover {
	background-position: 0px 0px !important;
}

.flag-ar { background-image: url('../img/flag-ar.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-ar:hover, .flag-ar.active { background-position: 0px -35px; }

.flag-az { background-image: url('../img/flag-az.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-az:hover, .flag-az.active { background-position: 0px -35px; }

.flag-bg { background-image: url('../img/flag-bg.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-bg:hover, .flag-bg.active { background-position: 0px -35px; }

.flag-bs { background-image: url('../img/flag-bs.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-bs:hover, .flag-bs.active { background-position: 0px -35px; }

.flag-ca { background-image: url('../img/flag-ca.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-ca:hover, .flag-ca.active { background-position: 0px -35px; }

.flag-cs { background-image: url('../img/flag-cs.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-cs:hover, .flag-cs.active { background-position: 0px -35px; }

.flag-da { background-image: url('../img/flag-da.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-da:hover, .flag-da.active { background-position: 0px -35px; }

.flag-de { background-image: url('../img/flag-de.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-de:hover, .flag-de.active { background-position: 0px -35px; }

.flag-el { background-image: url('../img/flag-el.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-el:hover, .flag-el.active { background-position: 0px -35px; }

.flag-en { background-image: url('../img/flag-en.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-en:hover, .flag-en.active { background-position: 0px -35px; }

.flag-es { background-image: url('../img/flag-es.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-es:hover, .flag-es.active { background-position: 0px -35px; }

.flag-et { background-image: url('../img/flag-et.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-et:hover, .flag-et.active { background-position: 0px -35px; }

.flag-fi { background-image: url('../img/flag-fi.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-fi:hover, .flag-fi.active { background-position: 0px -35px; }

.flag-fr { background-image: url('../img/flag-fr.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-fr:hover, .flag-fr.active { background-position: 0px -35px; }

.flag-he { background-image: url('../img/flag-he.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-he:hover, .flag-he.active { background-position: 0px -35px; }

.flag-hr { background-image: url('../img/flag-hr.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-hr:hover, .flag-hr.active { background-position: 0px -35px; }

.flag-hu { background-image: url('../img/flag-hu.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-hu:hover, .flag-hu.active { background-position: 0px -35px; }

.flag-hy { background-image: url('../img/flag-hy.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-hy:hover, .flag-hy.active { background-position: 0px -35px; }

.flag-is { background-image: url('../img/flag-is.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-is:hover, .flag-is.active { background-position: 0px -35px; }

.flag-it { background-image: url('../img/flag-it.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-it:hover, .flag-it.active { background-position: 0px -35px; }

.flag-ja { background-image: url('../img/flag-ja.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-ja:hover, .flag-ja.active { background-position: 0px -35px; }

.flag-ko { background-image: url('../img/flag-ko.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-ko:hover, .flag-ko.active { background-position: 0px -35px; }

.flag-lt { background-image: url('../img/flag-lt.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-lt:hover, .flag-lt.active { background-position: 0px -35px; }

.flag-lv { background-image: url('../img/flag-lv.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-lv:hover, .flag-lv.active { background-position: 0px -35px; }

.flag-mk { background-image: url('../img/flag-mk.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-mk:hover, .flag-mk.active { background-position: 0px -35px; }

.flag-mn { background-image: url('../img/flag-mn.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-mn:hover, .flag-mn.active { background-position: 0px -35px; }

.flag-mt { background-image: url('../img/flag-mt.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-mt:hover, .flag-mt.active { background-position: 0px -35px; }

.flag-nl { background-image: url('../img/flag-nl.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-nl:hover, .flag-nl.active { background-position: 0px -35px; }

.flag-no { background-image: url('../img/flag-no.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-no:hover, .flag-no.active { background-position: 0px -35px; }

.flag-pl { background-image: url('../img/flag-pl.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-pl:hover, .flag-pl.active { background-position: 0px -35px; }

.flag-pt { background-image: url('../img/flag-pt.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-pt:hover, .flag-pt.active { background-position: 0px -35px; }

.flag-ro { background-image: url('../img/flag-ro.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-ro:hover, .flag-ro.active { background-position: 0px -35px; }

.flag-ru { background-image: url('../img/flag-ru.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-ru:hover, .flag-ru.active { background-position: 0px -35px; }

.flag-si { background-image: url('../img/flag-si.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-si:hover, .flag-si.active { background-position: 0px -35px; }

.flag-sk { background-image: url('../img/flag-sk.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-sk:hover, .flag-sk.active { background-position: 0px -35px; }

.flag-sq { background-image: url('../img/flag-sq.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-sq:hover, .flag-sq.active { background-position: 0px -35px; }

.flag-sr { background-image: url('../img/flag-sr.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-sr:hover, .flag-sr.active { background-position: 0px -35px; }

.flag-sv { background-image: url('../img/flag-sv.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-sv:hover, .flag-sv.active { background-position: 0px -35px; }

.flag-sz { background-image: url('../img/flag-sz.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-sz:hover, .flag-sz.active { background-position: 0px -35px; }

.flag-th { background-image: url('../img/flag-th.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-th:hover, .flag-th.active { background-position: 0px -35px; }

.flag-tr { background-image: url('../img/flag-tr.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-tr:hover, .flag-tr.active { background-position: 0px -35px; }

.flag-uk { background-image: url('../img/flag-uk.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-uk:hover, .flag-uk.active { background-position: 0px -35px; }

.flag-uz { background-image: url('../img/flag-uz.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-uz:hover, .flag-uz.active { background-position: 0px -35px; }

.flag-vi { background-image: url('../img/flag-vi.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-vi:hover, .flag-vi.active { background-position: 0px -35px; }

.flag-zh { background-image: url('../img/flag-zh.png'); background-position: 0px 0px; background-repeat: no-repeat; }
.flag-zh:hover, .flag-zh.active { background-position: 0px -35px; }

#user-box {
	width: 460px;
	float: right;
	clear: both;
}

#user-box .wrapper {
    position: absolute;
	bottom: 59px;
    right: 190px;
    margin-right: 12px;
	height: 30px;
}

#user-box .welcome {
	display: table-cell;
    height: 30px;
    position: relative;
    vertical-align: middle;
	clear: both;
}

#user-box .welcome b { color: #e9651d; }
#user-box .distributor{ float: right; margin-top: -3px; font-size: 12px; color: #e9651d; }

#user-box .registration-button,
#user-box .login-button,
#user-box .signout-button {
	float: right;
	margin-left: 9px;
	margin-top: 13px;
	color: #e8651c;
}

.big-grey-button {
	display: block;
	width: 169px;
	padding: 8px 0px 7px 0px;
	line-height: 22px;
	height: 20px;
	text-align: center;
	background-color: #2e2e2e;
	border: solid 1px #3d3d3d;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}


/* ========== Navigation & cart ========== */

#nav {
	float: left;
	width: 690px;
	height: 46px;
}

#nav ul {
	
}

#nav ul li {
	float: left;
	margin: 0px 18px 0px 0px;
	padding: 0;
}

#nav ul li a {
	font-family: 'Titillium-bold', Arial;
	display: block;
	line-height: 48px;
	height: 46px;
	color: #383838;
	
	font-size: 16px;
	text-align: left;
	text-shadow: 0px 1px 1px #fdd45d;
}

#nav ul li a:hover,
#nav ul li a.active {
	color: #ffffff;
	text-shadow: 0px 1px 1px #e8651c;
}


#cart {
	float: right;
	width: 250px;
	height: 46px;
	position: relative;
}

#cart .cart-header {
	position: relative;
	height: 46px;
	width: 236px;
	padding-left: 12px;
	border-left: solid 1px #ffbc22;
	border-right: solid 1px #ffbc22;
	cursor: pointer;
}

#cart:hover .cart-header{
	background: #f8b602; /* Old browsers */
}

#cart .cart-header h4 {
	clear: both;
	padding-top: 4px;
	font-size: 14px;
	font-family: 'Titillium-bold', Arial;
	color: #383838;
	text-shadow: 0px 1px 1px #fdd45d;
}
#cart .cart-header .cart-icon {
	display: block;
	position: absolute;
	top: 12px;
	right: 14px;
	width: 27px;
	height: 25px;
	background: url("../img/shopping-cart-icon.png") no-repeat scroll center center;
}

#cart .cart-header p.cart-quickinfo {
	font-size: 12px;
	font-weight: normal;
	font-family: 'Titillium', Arial;
	color: #383838;
}

#cart .cart-header p.cart-quickinfo b { color: #383838; font-weight: bold; }

#cart .cart-body {
	display: none;
	position: absolute;
	left: 0px;
	top: 46px;
	padding: 12px;
	background: #ffffff;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #cbcbcb;
	border-radius: 0px 0px 4px 4px; -moz-border-radius: 0px 0px 4px 4px; -webkit-border-radius: 0px 0px 4px 4px;
	-moz-box-shadow: 2px 2px 6px #cbcbcb; -webkit-box-shadow: 2px 2px 6px #cbcbcb; box-shadow: 2px 2px 6px #cbcbcb;
	z-index: 101;
}

#cart:hover .cart-body {
	display: block;
}

#cart ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
}

#cart ol li {
	margin: 0 0 10px 0;
	width: 220px;
	float: left;
	font-size: 11px;
}

#cart ol li span { display: block; float: left; }
#cart ol li span.name { width: 135px; font-weight: bold; }
#cart ol li span.amount{  color: #383838; }
#cart ol li span.price { width: 66px; float: right; text-align: right; }

#cart ol li.total { border-top: dotted 1px #c1c1c1; padding-top: 8px; }

#cart .cart-body .checkout-button { float: right; }

#user-menu {
	width: 100%;
	height: 30px;
	background: #f6f6f6;
	border-bottom: solid 1px #CBCBCB;
	-moz-box-shadow: 0 0px 2px #c9c9c9;
	-webkit-box-shadow: 0 0px 2px #c9c9c9;
	box-shadow: 0 0px 2px #c9c9c9;
}

#user-menu ul {
	list-style: none;
	margin: 0 auto;
	padding: 0px;
}

#user-menu ul li {
	float: left;
	margin: 0px;
	padding: 0px 4px 0px 4px;
	line-height: 30px;
}

#user-menu ul li a {  }
#user-menu ul li a.active { font-weight: bold; }

/* ========== Login box ========== */

#loginbox {
	position: absolute;
	right: 0px;
	top: 120px;
	width: 261px;
	padding: 12px 26px 10px 19px;
	display: none;
	
	background: #f6f6f6;
	border: solid 1px #cbcbcb;
	z-index: 101;
}

#loginbox .login-user,
#loginbox .login-pass {
	display: inline-block;
	width: 256px;
	padding: 4px 5px 4px 5px;
	font-size: 14px;
	border: 1px solid #cbcbcb;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	color: #3d3d3d;
}

#loginbox .login-user::-webkit-input-placeholder { color: #d1d1d1; }
#loginbox .login-user:-moz-placeholder { color: #d1d1d1; }
#loginbox .login-user:-ms-input-placeholder { color: #d1d1d1; }

#loginbox .login-pass::-webkit-input-placeholder { color: #d1d1d1; }
#loginbox .login-pass:-moz-placeholder { color: #d1d1d1; }
#loginbox .login-pass:-ms-input-placeholder { color: #d1d1d1; }

#loginbox .login-user { margin-top: 17px; }
#loginbox .login-pass { margin-top: 21px; }
#loginbox .login-submit { margin-top: 23px; min-width: 102px; float: right; }
#loginbox .forgotpass { float: right; margin-top: 9px; margin-right: -6px; }
#loginbox .close { float: left; margin-top: 9px; padding-left: 16px; background-image: url('../img/login-close.png'); background-repeat: no-repeat; background-position: 0px 0px; }
#loginbox .close:hover { background-position: 0px -20px; }

/* ========== Category list ========== */

h3.category-title {
	padding-left: 43px;
	font-family: 'Titillium-bold';
	font-size: 16px;
	color: #cd4a02;
	line-height: 45px;
	background: url('../img/arrow-down.png') no-repeat 16px center;
	border-bottom: solid 1px #d1d1d1;
}

ul.category-list {
	
}

ul.category-list li {
	line-height: 26px;
	padding-left: 18px;
	border-bottom: solid 1px #d1d1d1;
}

ul.category-list li a {
	display: block;
}

ul.category-list li a.active {
	
}


/* ========== Footer menu ========== */

#footer ul.menu {
	margin: 0 auto;
	padding: 19px 0px 0px 0px;
	width: 625px;
	text-align: center;
}

#footer ul.menu li {
	display: inline;
	line-height: 26px;
}

#footer ul.menu li a {
	
}

#footer .partners {
	float: left;
	clear: both;
	width: 960px;
	margin-top: 8px;
	padding-bottom: 10px;
	text-align: center;
}

#footer .partners img {
	margin: 12px;
}

#footer p {
	text-align: center;
}

#footer .paypal-container { 
	clear: both;
	padding-bottom: 10px;
}

#footer .paypal-container img { max-width: 216px; }

#footer .affiliate-container {
	clear: both;
}

#footer table.affiliate-list {
	margin: 0px auto 20px auto;
}

#footer table.affiliate-list td {
	padding: 5px;
}

/* ========== Search box ========== */

#search {
	float: left;
	position: relative;
	width: 698px;
	padding: 17px 0px 13px 17px;
	margin-top: 8px;
	background: #f6f6f6;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}

#search *{
	float: left; 
}

#search .input-box {
	height: 35px;
	width: 563px;
	background: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #cbcbcb;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}

#search .input-box input {
	width: 540px;
	height: 27px;
	padding-top: 5px;
	margin-left: 6px;
	
	color: #7a7a7a;
	border: 0px none;
	outline: none;
}

#search .input-box input::-webkit-input-placeholder { color: #9f9f9f; }
#search .input-box input:-moz-placeholder { color: #9f9f9f; }
#search .input-box input:-ms-input-placeholder { color: #9f9f9f; }

#search .search-filters { margin-top: 8px; }
#search .search-filters input { margin: 3px 6px 0px 0px; }
#search .search-filters span { margin-right: 20px; }

#search .searchsubmit {
	margin-left: 15px;
	width: 101px;
}

/* ========== Search result & Vendor list ========== */

#result-title,
#vendor-title {
	float: left;
	width: 100%;
	margin-top: 20px;
	border-bottom: solid 1px #D1D1D1;
	font-family: 'Titillium-bold';
	font-size: 16px;
}

#result-title .search-term,
#vendor-title .search-term {
	font-family: 'Titillium';
	font-size: 15px;
	color: #e8651c;
}

#result-title .result-count {
	float: right;
	margin-right: 10px;
	font-size: 15px;
	font-family: 'Titillium-bold';
}

h2.productline-name {
	float: left;
	font-size: 18px;
	color: #CD4A02;
	padding-top: 16px;
}

ol.search-result,
ol.productline-list {
	float: left;
	width: 716px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

ol.search-result li { line-height: 26px; }
ol.search-result li a { display: block; padding-left: 16px; }
ol.search-result li a:hover { background: #FFEDBC; }
ol.search-result li a span.search-term { color: #e8651c; }
ol.search-result li a span.more { float: right; display: none; margin-right: 10px; }
ol.search-result li a:hover span.more { display: block; }

ol.productline-list li { float: left; width: 228px; margin: 2px 5px 2px 5px; line-height: 32px; }
ol.productline-list li a { display: block; width: 220px; padding-left: 8px; }
ol.productline-list li a:hover { background: #FFEDBC; }

.pagination {
	float: left;
	width: 716px;
	margin: 30px auto 0px auto;
	text-align: center;
}

.pagination .pages li.prev {
	margin-right: 15px;
}

.pages li.next {
	margin-left: 15px;
}

.pagination .pages li {
	display: inline-block;
	font-size: 12px;
}

.pagination .pages li a {
	background: #f7f7f7;
	border: 1px solid #C3C3C3;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
	
	color: #606060;
	cursor: pointer;
	margin: 0 1px;
	padding: 4px 7px;
}

.pagination .pages li a:hover {
	background: #ffffff;
}

.pagination .pages li .active,
.pagination .pages li .active:hover {
	background: #e8651c;
	border-color: #b4460a;
	box-shadow: 0 1px 2px #c14a09 inset, 0 1px 0 #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
}

/* ========== Vendor list ========== */

h3.productline {
	
}

ol.vendor-list {
	
}

/* ========== Product list ========== */

ul#product-list {
	clear: both;
	float: left;
	width: 715px;
	margin-top: 21px;
}

ul#product-list > li {
	clear: both;
	float: left;
	position: relative;
	width: inherit;
	margin-bottom: 36px;
}
ul#product-list > li > a {
	width: 715px;
	float: left;
}

ul#product-list > li > a:hover {
	color: inherit;
}

ul#product-list > li > a > h3,
#product-details .product-title {
	padding-left: 16px;
	line-height: 34px;
	font-size: 16px;
	font-family: 'Titillium-bold', Arial;
	color: #383838;
	border: solid 1px #f69060;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	text-shadow: 0px 1px 1px #fdd45d;
	
	background: #ffbd21;
	background: -moz-linear-gradient(top,  #ffbd21 0%, #fdb32f 27%, #f89b50 73%, #f69060 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbd21), color-stop(27%,#fdb32f), color-stop(73%,#f89b50), color-stop(100%,#f69060));
	background: -webkit-linear-gradient(top,  #ffbd21 0%,#fdb32f 27%,#f89b50 73%,#f69060 100%);
	background: -o-linear-gradient(top,  #ffbd21 0%,#fdb32f 27%,#f89b50 73%,#f69060 100%);
	background: -ms-linear-gradient(top,  #ffbd21 0%,#fdb32f 27%,#f89b50 73%,#f69060 100%);
	background: linear-gradient(to bottom,  #ffbd21 0%,#fdb32f 27%,#f89b50 73%,#f69060 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd21', endColorstr='#f69060',GradientType=0 );
}

ul#product-list > li a h3,
ul#product-list > li a:visited h3{
	color: #383838;
}

ul#product-list > li a h3.hover {
	color: #FFFFFF;
    text-shadow: 0 1px 1px #E8651C;
}

ul#product-list > li h3 .instock,
ul#product-list > li h3 .indelivery,
ul#product-list > li h3 .preorder,
#product-details .product-title .instock,
#product-details .product-title .indelivery,	
#product-details .product-title .preorder {	
	float: right;
	margin-right: 22px;
	font-size: 14px;
	font-family: 'Titillium-bold', Arial;
}

.instock { color: #008F00; text-shadow: 0 1px 0px #f0f0f0; }
.indelivery { color: #FFF029; text-shadow: 0 1px 0px #f0f0f0; }
.preorder { color: #CA2521;  text-shadow: 0 1px 0px #f0f0f0; }

ul#product-list > li .productinfo {
	padding-top: 14px;
}

.productinfo .image-box { position: relative; display: block; float: left; width: 150px; height: 150px; border: solid 1px #d1d1d1; background: #ffffff; }
.productinfo .image-box img { position: absolute; top: 0px; left: 0px; }
.productinfo .details {  }
.productinfo .details a,
.productinfo .details a:hover { color: #7A7A7A; }
.productinfo .details .name-and-price { border-bottom: solid 1px #d1d1d1; line-height: 33px; }
.productinfo .details .name-and-price .name { padding-left: 16px; }
.productinfo .details .name-and-price .price { float: right; position: relative; bottom: -3px; font-size: 18px; font-family: titillium-bold; color: #e8651c; }
.productinfo .details .price-label { float: right; font-weight: bold; color: #959595; padding-top: 1px; }
.productinfo .details .properties { float: left; width: 405px; padding: 4px 4px 0px 16px; }
.productinfo .details .properties a,
.productinfo .details .properties a:hover { color: #7A7A7A; }

.product-item-controls { position: absolute; bottom: 0px; right: 0px; }
.product-item-controls .amount { float: right; clear: both; padding-bottom: 9px; }
.product-item-controls .orderbutton { float: right; clear: both; }

/* ========== Product details ========== */

#product-details,
#product-page {
	float: left;
	width: 715px;
}

#product-details .product-title {
	margin-top: 20px;
}

#product-details .ns-table { float: left; }
#product-details .ns-table .label-col { width: 156px; padding-left: 8px; text-align: left; }
#product-details .ns-table .value-col { width: 204px; text-align: left; font-weight: bold; }
#product-details .ns-table .spacer-col { width: 194px; }

#product-details .productinfo { float: right; width: 153px; }
#product-details .productinfo .image-box { margin-top: 12px; }
#product-details .productinfo .amount { margin-top: 10px; float: right; }
#product-details .productinfo .price { margin-top: 10px; float: right; position: relative; font-size: 18px; font-weight: bold; color: #e8651c; }
#product-details .productinfo .price .net-price { font-family: 'Titillium-bold'; width: 200px; text-align: right; }
#product-details .productinfo .price .vat-price { font-family: 'Titillium-bold'; font-size: 14px; color: #7b7b7b; text-align: right; }
#product-details .productinfo .orderbutton { float: right; margin-top: 12px; }

.blackbutton.refreshbutton,
.blackbutton.forwardbutton { width: 136px; float: right; margin-left: 15px; margin-top: 15px; }

/* ========== Sub navigation ========== */

ol.sub-nav {
	padding: 0;
	list-style: none;
}

ol.sub-nav li {
	margin: 0 0 10px 0;
	float: left;
	font-weight: bold; 
}

ol.sub-nav li.separator {
	width: 17px;
	text-align: center;
}

/* ========== Send message page ========== */

#message-form label { width: 140px; }
#message-form fieldset { margin-top: 20px; }
#message-subject { width: 522px; }
#message-content { width: 517px; height: 250px; }
#message-error { float: left; }
#message-error span { margin-left: 0px; }
#message-submit { float: right; margin-right: 9px; }

/* ========== Orders page ========== */

.orders-title {
	float: left;
	margin: 20px 0px 18px !important;
}

#orders-list {
	width: 716px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#orders-list li {
	width: 716px;
	padding: 5px 0px 5px 0px;
}

.orders-table { border-spacing:0; border-collapse:collapse; }
.orders-table tr td { padding-top: 0px !important; }
.orders-table tr.order-row:hover th{ /*background: #FFEDBC; */ cursor: pointer; }
.orders-table .expand-col { width: 35px; font-size: 13px; text-align: center; }
.orders-table .expand-col .opened-row { display: none; }
.orders-table thead.opened th.expand-col .closed-row { display: none; }
.orders-table thead.opened th.expand-col .opened-row { display: block; }

.orders-table .ordernumber-col { width: 100px; }
.orders-table th.ordernumber-col { text-align: left; }
.orders-table td.ordernumber-col { font-size: 15px; font-family: 'Titillium-bold'; color: #cd4a02; }
.orders-table .date-col { width: 100px; text-align: center; }
.orders-table .price-col { text-align: right; }

.orders-table .order-details { display: none; }
.orders-table .order-details .details-wrapper,
.orders-table .order-details .items-wrapper { border-bottom: 0px none; }

.order-details-table { width: 100%; border-spacing:0; border-collapse:collapse; margin-bottom: 15px; margin-top: 2px; }
.order-details-table .payment-col,
.order-details-table .delivery-col { width: 340px; text-align: center; font-family: 'Titillium-bold'; }
.order-details-table .item-col { text-align: center; font-family: 'Titillium-bold'; }
.order-details-table .spacer-col { width: 24px; }

.order-details-table .payment-col,
.order-details-table .delivery-col,
.order-details-table .item-col,
.order-details-table .spacer-col {
	background: #f6f6f6;
	border-top: 1px solid #D1D1D1;
}

.order-details-table .items-table { width: 100%; border-spacing:0; border-collapse:collapse; }
.order-details-table .items-table td{ vertical-align: middle; }
.order-details-table .items-table th { font-family: 'Titillium-bold'; border-bottom: 1px solid #D1D1D1; }
.order-details-table .items-table tbody tr:last-child td { border-bottom: 0px none; }
.order-details-table .items-table .img-col { width: 50px; }
.order-details-table .items-table .img-col img { width: 50px; height: 50px; }
.order-details-table .items-table .name-col { padding-left: 15px; width: auto; }
.order-details-table .items-table .name-col .wrapper { position: relative; top: 6px; line-height: 18px; }
.order-details-table .items-table .name-col .wrapper .comment{ float: left; width: 320px; height: 18px; margin-bottom: 10px; overflow: hidden; font-size: 11px; font-weight: normal; }
.order-details-table .items-table .name-col .wrapper.full-comment .comment{ float: left; width: auto; height: auto; margin-bottom: 10px; font-size: 11px; font-weight: normal; }
.order-details-table .items-table .name-col .wrapper .show-more { float: left; font-size: 11px; font-weight: normal; color: #DF6403; cursor: pointer; }
.order-details-table .items-table .name-col .wrapper.full-comment .show-more { display: none; }
.order-details-table .items-table .vat-col { width: 60px; padding-right: 20px; text-align: center; }
.order-details-table .items-table .amount-col { width: 30px; text-align: center; }
.order-details-table .items-table .multiply-col { width: 10px; padding-left: 20px; font-weight: bold; text-align: center; }
.order-details-table .items-table .price-col { text-align: right; width: 100px; }

.order-details-table .items-table .delivery-icon { width: 50px; height: 50px; background: url('../img/delivery-icon.png') no-repeat center 5px; }

.order-details-table .items-table .order-comment { font-size: 12px; line-height: 18px; font-weight: normal; }
.order-details-table .items-table .items-total-label { padding-right: 15px; text-align: right; font-family: 'Titillium-bold'; font-size: 15px; }
.order-details-table .items-table .items-total-price { font-family: 'Titillium-bold'; font-size: 15px; }

/* ========== My coupons page ========== */

.mycoupons-table { border-spacing:0; border-collapse:collapse; }
.mycoupons-table .couponnumber-col { width: 150px; text-align: left; padding-left: 15px; }
.mycoupons-table td.couponnumber-col { font-size: 15px; font-family: 'Titillium-bold'; color: #cd4a02; }
.mycoupons-table .expires-col { width: 150px; text-align: center; }
.mycoupons-table td.expires-col { color: #cd4a02; }
.mycoupons-table .couponvalue-col { text-align: center; }
.mycoupons-table .state-col { width: 120px; }

/* ========== User credit ========== */

#user-credit { font-weight: normal; font-size: 14px; margin-top: 8px; }
#user-credit .balance { font-weight: bold; color: #cd4a02; padding-left: 2px; padding-right: 2px; }

/* ========== User credit ========== */

#tracking-table {  }
#tracking-table .img-col { width: 50px; }
#tracking-table .name-col {  }
#tracking-table .price-col { width: 80px; }
#tracking-table .state-col { padding: 0px 8px 0px 8px; }
#tracking-table .delete-col { width: 52px; text-align: center;}

/* ========== Delivery addresses table ========== */
table#delivery-addresses { }
table#delivery-addresses .name-col { width: 180px; font-weight: normal; font-family: 'Titillium-bold'; }
table#delivery-addresses .address-col { line-height: 18px; text-align: left; }
table#delivery-addresses .default-col { width: 120px; }
table#delivery-addresses .edit-col { text-align: center; width: 50px; }
table#delivery-addresses .remove-col { text-align: center; width: 50px; }
table#delivery-addresses .create-address-row td { border-bottom: 0px none; padding-top: 12px; }

/* Error pages (400, 404, 503 etc.) */

#errorPage {
	text-align: center;
	top: 50%;
	margin-top: -100px;
}

#errorPage .errorNum {
	color: #DF6403;
    display: block;
    font-size: 200px;
    padding: 80px 0 0px;
    text-shadow: 0 1px 0 #CF5C01, 0 2px 0 #CF5C01, 0 3px 0 #CF5C01, 0 4px 0 #CF5C01, 0 5px 0 #CF5C01, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 9px rgba(0, 0, 0, 0.25);
}

#errorPage .errorContent {
	margin: 20px auto auto;
    width: 380px;
}

#errorPage .errorContent .errorDesc {
	
	padding-left: 24px;
    font-size: 16px;
    font-family: 'Titillium-bold';
	background: url('../img/icon-warning.png') no-repeat left center;
}

#errorPage .errorContent .searchLine {
	margin-top: 35px;
}

#errorPage .errorContent .searchLine #search {
	margin: 0px 0px 10px -136px;
	background: none;
}

#errorPage .errorContent .back-link {
	padding-left: 24px;
    font-size: 16px;
    font-family: 'Titillium-bold';
	background: url('../img/icon-back-to-top.png') no-repeat left center;
}

/* Enable formatted text styles */
.formatted-text ul { list-style: disc; padding: 0em 1em 0em 2em; }
.formatted-text ol { list-style: decimal; padding: 0em 1em 0em 2em; }

/* New front page */
.orbit-wrapper { float: left; margin-top: 17px; margin-bottom: 10px; }
.orbit-bullets { bottom: 15px; }

#slideshow { float: left; position: relative; width: 715px; height: 325px; border: solid 1px #eeeeee; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -ms-border-radius: 4px; }
#slideshow .content { float: left; width: 715px; height: 300px; background: #ffffff; }
#slideshow .content .right-col { float: right; width: 225px; margin-right: 40px; }
#slideshow .content .right-col h2 { margin-top: 25px; }
#slideshow .content .left-col { float: left; width: 225px; margin-left: 40px; }
#slideshow .content .left-col h2 { margin-top: 25px; }
#slideshow .content img { float: left; }
#slideshow .content h2 { font-family: 'Titillium-bold'; line-height: 26px; font-size: 24px; padding-bottom: 8px; color: #ff9d00; background: -webkit-linear-gradient(#ffbc22, #E8651C); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
#slideshow .content .orangebox { margin: 25px auto; width: 225px; height: 50px; line-height: 50px; font-size: 24px; color: #fff; text-align: center; font-family: 'Titillium-bold'; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -ms-border-radius: 4px; background: #ffbd20; background: -moz-linear-gradient(top,  #ffbd20 0%, #f29f60 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbd20), color-stop(100%,#f29f60)); background: -webkit-linear-gradient(top,  #ffbd20 0%,#f29f60 100%); background: -o-linear-gradient(top,  #ffbd20 0%,#f29f60 100%); background: -ms-linear-gradient(top,  #ffbd20 0%,#f29f60 100%); background: linear-gradient(to bottom,  #ffbd20 0%,#f29f60 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd20', endColorstr='#f29f60',GradientType=0 ); }
#slideshow .content p { line-height: 20px !important; color: #ff9d00; }

#frontpage-content { width: 715px; float: left; padding: 20px 0px 12px 0px; }
#frontpage-content h2 { font-size: 16px; line-height: 18px; }
#frontpage-content p { padding-top: 5px; padding-bottom: 5px; }

#worldmap { float: left; width: 715px; height: 350px; margin-top: 10px; background: url('../img/worldmap.png') center center no-repeat; border: 0px none; }


#layerBg {position: fixed; top: 0px; left: 0p; width: 100%; height: 100%; background-color: black; opacity: 0.2; z-index: 1000; display: none;}
#layer {position: fixed; top: 200px; left: 50%; margin-left: -200px; background-color: white; box-shadow: 0 0 10px rgba(0,0,0,0.8); width: 400px; z-index: 1000; display: none;}
	#layer .relative {position: relative; padding: 20px;}
	#layer .close {position: absolute; top: -10px; right: -10px; width: 20px; height: 20px; border-radius: 30px; border: 2px solid white; cursor: pointer; background-color: black; text-align: center; line-height: 20px; font-size: 11px; color: white; text-transform: uppercase; font-weight: bold; box-shadow: 0 0 6px rgba(0,0,0,0.8);}
		#layer .title {font-size: 30px; margin-bottom: 20px;}
		#layer .item {float: left; width: 50%; margin-bottom: 20px;}
			#layer label {float: none; width: 100%; padding: 0px; margin: 0px;}
			#layer select {width: 95%;}
			#layer input {color: black; display: block; height: 33px; margin: 26px auto 0; width: 110px;}
		#layer .item:nth-last-child(2), #layer .item:nth-last-child(3) {margin-bottom: 10px;}
	#layer .clear {clear: both; display: block;}
