
/* ============================================================================================================== */
/* ----------------------------------------------------------------------------------------------------- FONTS -- */
/* ============================================================================================================== */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,400italic,300italic,600italic&subset=latin,latin-ext);

body, a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #333333;
}

button,
input,
select,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

input[disabled], input[readonly] {
	background-color: #eee;
	opacity: 1;
}

/* ============================================================================================================== */
/* ---------------------------------------------------------------------------------------------------- GLOBAL -- */
/* ============================================================================================================== */

body {
	min-width: 980px;
}

.inner-wrapper {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

#header {
	height: 102px;
	background-image: url(../images/header-bg.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#logo {
	position: absolute;
	left: 0;
	top: 45px;
}

#search {
	position: absolute;
	left: 240px;
	top: 49px;
	height: 30px;
	width: 700px;
}

#search select {
	float: left;
	display: inline;
	height: 30px;
	width: 120px;
	border: 1px solid #dadada;
	border-right: 0;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	padding: 3px 4px 3px 4px;
	background-color: #f9f9f9;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #666666;
}

#search select option {
	padding: 5px 7px;
}

#search select option:first-child {
	border-bottom: 1px dotted #999999;
	font-weight: bold;
}

#search select:focus {
	outline: none;
}

#search input.query {
	float: left;
	display: inline;
	width: 482px;
	height: 18px;
	border: 1px solid #dadada;
	border-right: 0;
	padding: 5px 8px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #333333;
}

#search input.query:focus {
	outline: none;
	border: 1px solid #cd0f40;
	border-right: 0;
	background-image: url(../images/icon-enter.png);
	background-position: 480px center;
	background-repeat: no-repeat;
}

#search input.go {
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	height: 30px;
	width: 80px;
	background-color: #cd0f40;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
}
#contact-top {
	position: absolute;
	left: 0;
	top: 13px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#contact-top li {
	float: left;
	display: inline;
	height: 16px;
	line-height: 16px;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	border-right: 1px solid #cccccc;
}

#contact-top li.last {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}

#contact-top li a {
	display: block;
	font-weight: 600;
	color: #333333;
}

#contact-top li a:hover {
	text-decoration: none;
}

#contact-top li.telephone a i, #contact-top li.email a i {
	font-size: larger;
	color: #cd0f40;
	text-decoration: none;
	margin-right: 2px;
}


#user {
	position: absolute;
	right: 0;
	top: 13px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#user li {
	float: left;
	display: inline;
	height: 16px;
	line-height: 16px;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	border-right: 1px solid #cccccc;
}

#user li.last {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}

#user li a {
	display: block;
	font-weight: 600;
	color: #333333;
}

#user li a:hover {
	text-decoration: underline;
}

#user li.username a:hover {
	text-decoration: none;
}

#user li.username a {
	padding-right: 15px;
	background-image: url(../images/user-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}

#user li.cart a i, #user li.favorites a i {
	font-size: larger;
	color: #cd0f40;
	text-decoration: none;
	margin-right: 2px;
}

#user li.username {
	position: relative;
}

#user li.username .usermenu {
	display: none;
	position: absolute;
	right: 15px;
	top: -6px;
	width: 100%;
	z-index: 9999;
	min-width: 182px;
}

#user li.username .usermenu h5 {
	float: right;
	display: inline;
	padding: 0 15px 0 15px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #cd0f40;
	cursor: pointer;
}

#user li.username .usermenu .links {
	min-width: 160px;
	padding: 10px;
	border: 1px solid #cdcdcd;
	background-color: #eeeeee;
	background-image: url(../images/submenu-bg.png);
	background-position: left top;
	background-repeat: repeat;
	box-shadow: 0px 9px 0px -6px #b5b5b5;
}

#user li.username .usermenu .links a {
	padding: 5px 10px;
	line-height: 18px;
	background-image: none;
	font-size: 11px;
	font-weight: 600;
	color: #666666;
	text-transform: uppercase;
}

#user li.username .usermenu .links a.admin {
	background-image: url(../images/icon-lock.png);
	background-position: right center;
	background-repeat: no-repeat;

}

#user li.username .usermenu .links a:hover span {
	color: #cd0f40;
	border-bottom: 1px solid #cd0f40;
}

#user li.username .usermenu .links a.last {
	border-bottom: 0;
}

#menu {
	background-image: url(../images/menu-bg.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#menu .inner-wrapper {
	height: 37px;
	z-index: 600;
}

#menu ul.mainmenu,
#menu ul.sidemenu {
	z-index: 100;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul.mainmenu {
	position: absolute;
	left: 0;
	top: 0;
}

#menu ul.sidemenu {
	position: absolute;
	right: 0;
	top: 0;
}

#menu ul.mainmenu li,
#menu ul.sidemenu li {
	float: left;
	display: inline;
}

#menu ul.mainmenu li a,
#menu ul.sidemenu li a {
	display: block;
	height: 37px;
	padding: 0 10px;
	line-height: 35px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
}

#menu ul.mainmenu li a:hover,
#menu ul.sidemenu li a:hover,
#menu ul.mainmenu li a.active,
#menu ul.sidemenu li a.active {
	background-color: #b20000;
}

#menu .submenu-panels {
	display: none;
	z-index: 500;
	position: absolute;
	left: -11px;
	top: 37px;
	width: 962px;
	background-color: #eeeeee;
	background-image: url(../images/submenu-bg.png);
	background-position: 0 0;
	background-repeat: repeat;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 9px 0px -6px #b5b5b5;
}

#menu .submenu-panels .panel {
	display: none;
	padding: 20px 24px 30px 24px;
}

#menu .submenu-panels .panel .col {
	float: left;
	display: inline;
	width: 206px;
	margin: 0 30px 0 0;
}

#menu .submenu-panels .panel .col-last {
	margin-right: 0;
}

#menu .submenu-panels .panel h3 {
	font-size: 12px;
	font-weight: 600;
	color: #666666;
	text-transform: uppercase;
	line-height: 16px;
	padding: 0 0 4px 0;
}

#menu .submenu-panels .panel h3 a {
	color: #2e2e2e;
}

#menu .submenu-panels .panel h3 a:hover {
	color: #cd0f40;
	border-bottom: 1px solid #cd0f40;
}

#menu .submenu-panels .panel ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}

#menu .submenu-panels .panel ul li a {
	color: #5b5b5b;
}

#menu .submenu-panels .panel ul li a:hover {
	color: #cd0f40;
	border-bottom: 1px solid #cd0f40;
}

#menu .submenu-panels .panel .separator {
	height: 22px;
	line-height: 22px;
	font-size: 0;
}

#brands .inner-wrapper {
	padding: 15px 0 25px 0;
}

#brands img {
	float: left;
	display: inline;
	margin: 0 39px 0 0;
}

#footer-shortcuts {
	padding: 38px 0 36px 0;
	background-color: #ededed;
	background-image: url(../images/footer-shortcuts-bg.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	border-bottom: 1px solid #eaeaea;
}

#footer-shortcuts .col {
	float: left;
	display: inline;
	width: 212px;
	margin: 0 30px 0 0;
}

#footer-shortcuts .col-last {
	margin-right: 0;
}

#footer-shortcuts h3 {
	text-transform: uppercase;
	line-height: 22px;
}

#footer-shortcuts h3 a {
	color: #464646;
	font-weight: 400;
	font-size: 13px;
}

#footer-shortcuts h3 a:hover {
	color: #b20000;
	border-bottom: 1px solid #b20000;
}

#footer-shortcuts ul {
	list-style-type: none;
	margin: 0;
	padding: 3px 0 0 10px;
}

#footer-shortcuts ul li a {
	font-size: 12px;
	color: #717171;
}

#footer-shortcuts ul li a:hover {
	color: #b20000;
	border-bottom: 1px solid #b20000;
}

#footer-shortcuts .separator {
	height: 15px;
	line-height: 15px;
	font-size: 0;
}

#footer {
	background-color: #f7f7f7;
}

#footer .inner-wrapper {
	line-height: 25px;
	height: 25px;
	padding: 10px 0;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	float: left;
	display: inline;
}

#footer ul li,
#footer ul li a {
	font-size: 12px;
	font-weight: 600;
	color: #333333;
}

#footer ul li a:hover {
	color: #b20000;
	border-bottom: 1px solid #b20000;
}

#footer ul.contact {
	float: right;
	display: inline;
}

#footer ul.pages {
	float: left;
	display: inline;
}

#footer ul.contact li {
	margin: 0 0 0 20px;
}

#footer ul.pages li {
	margin: 0 20px 0 0;
}

#spletko {
	padding: 18px 0 20px 0;
}

#spletko .inner-wrapper {
	text-align: center;
}

#spletko a {
	display: block;
	width: 100px;
	height: 30px;
	margin: 0 auto;
}

#spletko a span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #bfbfbf;
}

#spletko a:hover span {
	color: #1e74bc;
}

.msg {
	width: 100%;
	position: fixed;
	top: 0;
	font-size: 15px;
	color: #333333;
	padding: 16px 0;
	text-align: center;
	line-height: 20px;
	text-shadow: 2px 1px 3px #ffffff;
	z-index: 999;
}

.msg i {
	position: absolute;
	right: 16px;
	top: 16px;
	font-size: 20px;
	color: #999;
	text-shadow: 2px 1px 3px #bbb;
	cursor: pointer;
}

.msg-error {
	background-color: #ff8b8b;
	border-bottom: 2px solid #ec3838;
}

.msg-success {
	background-color: #a8e5a6;
	border-bottom: 2px solid #45b341;
}

.msg-info {
	background-color: #97e4f5;
	border-bottom: 2px solid #19bfe4;
}

.none {
	font-size: 18px;
	font-weight: 300;
	color: #575757;
	padding: 100px 0;
	text-align: center;
	border: 1px dotted #cccccc;
}

#main {
	padding: 15px 0 25px 0;
}

/* ============================================================================================================== */
/* --------------------------------------------------------------------------------------------------- BUTTONS -- */
/* ============================================================================================================== */

.btn {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	height: 30px;
	background-color: #cd0f40;
	padding: 0 18px;
	margin: 0;
	border: 0;
	display: inline;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* ============================================================================================================== */
/* --------------------------------------------------------------------------------------------------- SIDEBAR -- */
/* ============================================================================================================== */

#sidebar {
	float: left;
	display: inline;
	width: 220px;
	margin: 0 20px 0 0;
}

#sidebar .box {
	background-color: #f4f4f4;
	margin: 0 0 20px 0;
}

#sidebar .box-contacts {
	padding: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #444444;
}

#sidebar .box-contacts h4 {
	font-size: 13px;
	color: #333333;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 16px;
	margin: 0 0 10px 0;
}

#sidebar .box-contacts strong {
	font-weight: 600;
}

#sidebar .box-contacts a {
	color: #444444;
}

#sidebar .box-contacts a:hover {
	color: #cd0f40;
	border-bottom: 1px solid #cd0f40;
}

#sidebar a.image-link img {
	margin: 0 0 20px 0;
	box-shadow: 0px 9px 0px -7px #b5b5b5;
}

#sidebar a.map-link {
	display: block;
	background-color: #f4f4f4;
	margin: 0 0 20px 0;
}

#sidebar a.map-link img {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#sidebar .box-navigate {
	padding: 5px 0 10px 0;
}

#sidebar .box-navigate ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sidebar .box-navigate ul li {
	padding: 9px 10px 10px 20px;
	line-height: 16px;
	background-image: url(../images/navigate-separator.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#sidebar .box-navigate ul li.last {
	background-image: none;
	padding-bottom: 8px;
}

#sidebar .box-navigate ul li a {
	display: block;
	color: #4e4e4e;
}

#sidebar .box-navigate ul li a.item-2 {
	padding-left: 16px;
	background-image: url(../images/navigate-bullet.png);
	background-position: 5px 4px;
	background-repeat: no-repeat;
}

#sidebar .box-navigate ul li a.item-3 {
	padding-left: 22px;
	background-image: url(../images/navigate-square.png);
	background-position: 10px 4px;
	background-repeat: no-repeat;
}

#sidebar .box-navigate ul li a:hover {
	color: #b20000;
}

#sidebar .box-navigate ul li a.item-active {
	font-weight: bold;
}

#sidebar .filter-default {
	line-height: 24px;
	padding: 15px 20px 15px 20px;
}

#sidebar .filter-last {
	padding-bottom: 15px;
	background-image: none;
}

#sidebar .filter-default a.reset {
	float: right;
	display: inline;
	width: 20px;
	height: 20px;
	background-image: url(../images/filter-reset.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#sidebar .filter-default h4 {
	line-height: 20px;
	height: 20px;
	padding: 0 0 4px 0;
	font-size: 13px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #333333;
	text-transform: uppercase;
}

#sidebar .filter-checkbox .items input {
	float: left;
	display: inline;
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 5px 7px 0 0;
}

#sidebar .filter-checkbox .items label {
	float: left;
	display: inline;
	font-size: 12px;
	cursor: pointer;
}

#sidebar .filter-links .items a {
	display: block;
	font-size: 12px;
	color: #373737;
}

#sidebar .filter-links .items a:hover {
	color: #000000;
	text-decoration: underline;
}

#sidebar .filter-links .items a.active {
	font-weight: bold;
	font-weight: 600;
	color: #000000;
}

#sidebar .filter-links .custom-range {
	padding: 8px 0 0 0;
}

#sidebar .filter-links .custom-range span.separator {
	float: left;
	display: inline;
	width: 26px;
	text-align: center;
}

#sidebar .filter-links .custom-range span.label {
	display: block;
	font-size: 11px;
	color: #777777;
	line-height: 26px;
}

#sidebar .filter-links .custom-range input {
	float: left;
	display: inline;
	width: 69px;
	padding: 3px;
	border: 1px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 12px;
}











#sidebar .filter-colors .items {
	line-height: 18px;
	padding: 10px 0 0 0;
}

#sidebar .filter-colors .items a {
	float: left;
	display: inline;
	height: 14px;
	width: 14px;
	font-size: 0;
	margin: 0 8px 0 0;
	padding: 1px;
	border: 1px solid #cccccc;
	background-color: #f4f4f4;
}

#sidebar .filter-colors .items a:hover {
	border: 1px solid #333333;
}

#sidebar .filter-colors .items a.active {
	border: 1px solid #333333;
	background-color: #FFFFFF;
}

#sidebar .filter-colors .items .separator {
	height: 10px;
	line-height: 10px;
	font-size: 0;
	clear: both;
}

#sidebar .filter-colors .items a span {
	display: block;
	width: 14px;
	height: 14px;
}

#sidebar .filter-colors .items img {
	vertical-align: baseline;
}

#sidebar .filter-default .submit-range {
	padding: 0 10px;
	margin: 10px 0 0 0;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 24px;
	background-color: #cd0f40;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	height: 24px;
	float: right;
}

#sidebar .documents a {
	display: block;
	margin-bottom: 10px;
	vertical-align: middle;
	text-align: left;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: auto 7px;
	line-height: 30px;
	height: 30px;
	background-color: #cd0f40;
	border: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#sidebar .documents a i {
	margin-right: 10px;
}

/* ============================================================================================================== */
/* --------------------------------------------------------------------------------------------------- ARTICLE -- */
/* ============================================================================================================== */

#article {
	float: left;
	display: inline;
	width: 700px;
}

#article h1,
#article-wide h1 {
	font-size: 22px;
	font-weight: 400;
	color: #cf043c;
	line-height: 26px;
	margin: 0 0 18px 0;
}

#topbar {
	height: 16px;
	line-height: 16px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#breadcrumbs {
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#breadcrumbs li {
	float: left;
	display: inline;
	line-height: 16px;
	padding: 0 12px 0 0;
	margin: 0 7px 0 0;
	background-image: url(../images/breadcrumbs-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}

#breadcrumbs li a {
	display: block;
	line-height: 16px;
	font-size: 11px;
	color: #333333;
}

#breadcrumbs li a:hover {
	color: #b20000;
}

#breadcrumbs li.home a {
	width: 11px;
	height: 14px;
	background-image: url(../images/breadcrumbs-home.png);
	background-position: 0 center;
	background-repeat: no-repeat;
}

#breadcrumbs li.home a.active,
#breadcrumbs li.home a:hover {
	background-position: -11px center;
}

#switch-view {
	float: right;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#switch-view li {
	float: left;
	display: inline;
	padding: 0 0 0 10px;
}

#switch-view li a {
	display: block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	background-image: none;
	background-position: 0 center;
	background-repeat: no-repeat;
}

#switch-view li a.view-list {
	background-image: url(../images/view-list.png);
}

#switch-view li a.view-grid {
	background-image: url(../images/view-grid.png);
}

#switch-view li a.active {
	background-position: -15px center;
}

#sorting, #per-page-select {
	float: right;
	display: inline;
	margin: 5px 0 0 5px;
	width: 170px;
	border: 1px solid #dadada;
	padding: 1px 2px;
	background-color: #ffffff;
	font-size: 11px;
	color: #666666;
}

#sorting:focus {
	outline: none;
}

.gallery {
	padding: 28px 0 0 0;
}

.gallery a {
	float: left;
	display: inline;
	margin: 0 18px 0 0;
}

.gallery .separator {
	height: 18px;
	line-height: 18px;
	font-size: 0;
	clear: both;
}

.stores .item {
	padding: 0;
	margin: 0;
	line-height: 18px;
}

.stores .separator {
	height: 18px;
	line-height: 18px;
	font-size: 0;
	clear: both;
}

.stores .item h2 {
	padding: 5px 0 5px 18px;
	margin: 0 0 10px 0;
	line-height: 20px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #f0f0f0;
	background-image: url(../images/store-bullet.png);
	background-position: left center;
	background-repeat: no-repeat;
}

/* ============================================================================================================== */
/* -------------------------------------------------------------------------------------------------- PRODUCTS -- */
/* ============================================================================================================== */

.products .item {
	border: 1px solid #e5e5e5;
	background-color: #fbfbfb;
}

.products-grid .item {
	float: left;
	display: inline;
	width: 220px;
	margin: 0 20px 0 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.products-grid .item-last {
	margin-right: 0;
}

.products-grid .separator {
	display: none;
}

.products-grid .separator-third {
	clear: both;
	height: 20px;
	line-height: 20px;
	font-size: 0;
}

.products-grid .picture {
	width: 218px;
	height: 218px;
	line-height: 216px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	color: #b5b5b5;
	border-bottom: 1px solid #e5e5e5;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	position: relative;
}

.products-grid .picture img {
	vertical-align: middle;
}

.products-grid .picture img.small {
	display: none;
}

.products-grid .picture a {
	display: block;
}

.products-grid .picture .sale_watermark{
	width: 109px;
	height: 109px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.products-grid .about {
	position: relative;
	padding: 10px;
	font-size: 12px;
	color: #000000;
	min-height: 94px;
}

.products-grid .about h2 {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	max-height: 36px;
	overflow: hidden;
	color: #232323;
	margin: 0 0 6px 0;
}

.products-grid .about h2 a {
	font-size: 14px;
	font-weight: 600;
	color: #232323;
}

.products-grid .about .colors {
	line-height: 16px;
	margin: 0 0 8px 0;
}

.products-grid .about .colors a {
	float: left;
	display: inline;
	padding: 4px;
	margin-right: 2px;
}

.products-grid .about .colors a:hover,
.products-grid .about .colors a.active {
	background: #c1d2ee;
}

.products-grid .about .colors a span {
	display: block;
	width: 12px;
	height: 12px;
	font-size: 0;
	border: 1px solid #fff;
}

.products-grid .about .colors .sep {
	height: 6px;
	line-height: 6px;
	font-size: 0;
	clear: both;
}

.products-grid .about .rating {
	font-size: 0;
	height: 10px;
	line-height: 10px;
}

.products-grid .about .description {
	padding: 8px 0 0 0;
	color: #333333;
	line-height: 16px;
	min-height: 48px;
}

.product-grid .price-buttons {
	position: relative;

}

.products-grid .price-buttons .price {
	/*position: absolute;
	left: 10px;
	bottom: 10px;*/
	/*padding: 14px 0 0 0;*/
	margin-right: 10px;
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	height: 60px;
	text-align: right;
}

.products-grid .price-buttons .price span:nth-child(2){
	/*padding: 0 0 0 4px;*/
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-decoration: line-through;
}

.products-grid .price-buttons .price span.default-price-note{
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.products-grid .price-buttons .price span.your-price-note{
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

.products-grid .price-buttons .price em {
	display: block;
	line-height: 13px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	height: auto;
	/*position: absolute;
	left: 0;
	bottom: -1px;*/
}

.products-grid .price-buttons .buttons {
	margin: 0 10px 10px 10px;
}

.products-grid .price-buttons .buttons a,
.products-grid .price-buttons .buttons .buy,
.products-list .price-buttons .buttons a,
.products-list .price-buttons .buttons .buy,
.go_to_cart a
{
	/*position: absolute;
	right: 10px;
	bottom: 10px;*/
	padding: 0 14px;
	margin: 0;
	border: 0;
	line-height: 36px;
	background-color: #cd0f40;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	height: 36px;
}

.go_to_cart a,
.products-grid .price-buttons .buttons a,
.products-list .price-buttons .buttons a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.products-grid .price-buttons .buttons .buy,
.products-list .price-buttons .buttons .buy{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.products-grid .price-buttons .buttons a.more,
.go_to_cart a{
	float: right;
}

.products-grid .price-buttons .buttons form {
	float: left;
	display: inline;
	height: 36px;
}

.products-grid .price-buttons .buttons .buy {
	font-size: 18px;
}

.products-grid .price-buttons .buttons .qnt_products,
.products-list .price-buttons .buttons .qnt_products{
	display: inline;
	border: 1px solid #bbbbbb;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-left: none;
	width: 60px;
	text-align: center;
	line-height: 32px;
}


.products-grid .price-buttons .buttons a.more:hover,
.products-grid .price-buttons .buttons .buy:hover,
.products-list .price-buttons .buttons a.more:hover,
.products-list .price-buttons .buttons .buy:hover
{
	background-color: #b20000;
}

.products-grid .price-buttons .buttons .qnt {
	float: right;
	display: inline;
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 60px;
	height: 17px;
	padding: 5px 0;
	margin: 3px 15px 0 0;
	text-align: center;
}

.products-list .separator {
	clear: both;
	font-size: 0;
	height: 20px;
	line-height: 20px;
}

.products-list .separator-third {
	display: none;
}

.products-list .picture {
	float: left;
	display: inline;
	width: 129px;
	height: 129px;
	line-height: 129px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	color: #b5b5b5;
	border-right: 1px solid #e5e5e5;
	position: relative;
}

.products-list .picture img {
	vertical-align: middle;
}

.products-list .picture img.large {
	display: none;
}

.products-list .picture a {
	display: block;
}

.products-list .picture .sale_watermark{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.products-list .about {
	position: relative;
	float: left;
	display: inline;
	padding: 10px;
	font-size: 12px;
	color: #000000;
	width: 548px;
	height: 65px;
}

.products-list .about h2 {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	max-height: 36px;
	overflow: hidden;
	color: #232323;
	margin: 0 0 8px 0;
}

.products-list .about h2 a {
	font-size: 14px;
	font-weight: 600;
	color: #232323;
}

.products-list .about .rating {
	font-size: 0;
	height: 10px;
	line-height: 10px;
}

.products-list .about .colors {
	line-height: 16px;
	margin: 0 0 8px 0;
}

.products-list .about .colors a {
	float: left;
	display: inline;
	padding: 4px;
	margin-right: 2px;

}

.products-list .about .colors a:hover,
.products-list .about .colors a.active {
	background: #c1d2ee;
}

.products-list .about .colors a span {
	display: block;
	width: 12px;
	height: 12px;
	font-size: 0;
}

.products-list .about .colors .sep {
	height: 6px;
	line-height: 6px;
	font-size: 0;
	clear: both;
	display: none;
}

.products-list .price-buttons {
	position: relative;
	float: left;
	display: inline;
	padding: 0 10px 10px 10px;
	font-size: 12px;
	color: #000000;
	width: 548px;
	height: 36px;
}

.products-list .price-buttons .price {
	position: absolute;
	left: 10px;
	bottom: 10px;
	line-height: 22px;
	color: #000000;
	font-size: 18px;
	font-weight: 600;
}

.products-list .price-buttons .price span:nth-child(2){
	/*padding: 0 0 0 4px;*/
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	text-decoration: line-through;
}

.products-list .price-buttons .price span.default-price-note{
	padding: 0 0 0 4px;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.products-list .price-buttons .price span.your-price-note{
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

.products-list .price-buttons .buttons {
	float: right;
	line-height: 36px;
}

.products-list .price-buttons .buttons a.more {
	float: right;
	margin-top: 1px;
	margin-left: 10px;
}

.products-list .price-buttons .buttons form {
	float: left;
	display: inline;
	height: 36px;
}

.products-list .price-buttons .buttons .buy {
	font-size: 18px;
}

.products-list .about .tools {
	position: absolute;
	right: 12px;
	top: 12px;
	height: 24px;
	line-height: 24px;
	font-size: 0;
}

.products-list .about .tools a {
	float: left;
	display: inline;
	width: 24px;
	height: 24px;
	margin: 0 0 0 10px;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.products-list .about .tools a:hover,
.products-list .about .tools a.active {
	background-position: -24px 0;
}

.products-list .about .tools a.share {
	background-image: url(../images/product-share.png);
}

.products-list .about .tools a.favorites {
}

.products-list .about a.favorites-remove {
	float: right;
	display: inline;
}

.stock_products p {
	font-size: 11px;
	margin: 0 0 3px 10px;
}

.stock_products span {
	font-size: 13px;
	vertical-align: middle;
	padding-bottom: 3px;
	font-weight: 600;
}

.products-list .stock_products {
	position: absolute;
	float: right;
	bottom: 45px;
	right: 10px;
}

/* ============================================================================================================== */
/* -------------------------------------------------------------------------------------------- SINGLE PRODUCT -- */
/* ============================================================================================================== */

.product {
	padding: 10px 0 0 0;
}

.product .media {
	float: left;
	display: inline;
	width: 400px;
	margin: 0 40px 0 0;
}

.product .meta {
	float: left;
	display: inline;
	width: 500px;
}

.product .media .main-photo {
	height: 400px;
	line-height: 400px;
	text-align: center;
	color: #B5B5B5;
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 30px 0;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

.product .media .main-photo a {
	display: block;
	width: 400px;
	height: 400px;
	text-align: center;
}

.product .media .main-photo a img {
	vertical-align: middle;
}

.product .media .main-photo .sale_watermark_article {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
}

.product .media .more-photos .item {
	float: left;
	display: inline;
	height: 74px;
	width: 74px;
	line-height: 74px;
	margin: 0 32px 30px 0;
	text-align: center;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.product .media .more-photos .item a {
	display: block;
	height: 74px;
	width: 74px;
	line-height: 70px;
}

.product .media .more-photos .item img {
	vertical-align: middle;
}

.product .meta .favorite {
	float: right;
	display: inline;
	font-size: 16px;
	line-height: 24px;
	color: #cccccc;
}

.product .meta .favorite-active {
	color: #cd0f40;
}

.product .meta .favorite:hover {
	color: #cd0f40;
}

.product .meta .code {
	font-size: 11px;
	line-height: 24px;
	margin: 0 0 6px 0;
}

.product .meta .code span {
	font-size: 16px;
}

#article .product .meta h1,
#article-wide .product .meta h1 {
	font-size: 28px;
	font-weight: 400;
	color: #111111;
	line-height: 26px;
	margin: 0 0 10px 0;
	padding-right: 40px;
	line-height: 30px;
}

.product .rating {
	position: relative;
	height: 18px;
	line-height: 18px;
	margin: 0 0 10px 0;
}

.product .rating img {
	float: left;
	display: inline;
	padding: 2px 0 0 0;
	margin: 0 8px 0 0;
	vertical-align: middle;
}

.product .rating a {
	float: left;
	display: inline;
	text-decoration: underline;
	font-size: 11px;
	vertical-align: middle;
}

.product .rating-submit {
	display: none;
	position: absolute;
	left: 22px;
	top: 28px;
	background-color: #fcf4d4;
	margin: 0 0 10px 0;
	padding: 15px 20px;
	border: 1px solid #f9e083;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 97px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.4);
}

.product .rating-submit .option {
	line-height: 16px;
	height: 16px;
	margin: 0 0 5px 0;
}

.product .rating-submit .option-last {
	margin: 0 0 16px 0;
}

.product .rating-submit .option input {
	float: left;
	display: inline;
	margin: 1px 8px 0 0;
}

.product .rating-submit .option label {
	float: left;
	display: inline;
	cursor: pointer;
}

.product .rating-submit .option img {
	vertical-align: top;
	padding: 1px 0 0 0;
}

.product .rating-submit .btn {
	background-color: #cda100;
	width: 90px;
}

.product .description {
	margin: 0 0 30px 0;
}

.product .price {
	padding: 20px 0;
	line-height: 30px;
}

.product .price .price-now,
.product .price .price-before {
	float: right;
	display: inline;
	font-size: 26px;
	font-weight: 600;
}

.product .price .your-price-note {
	font-size: 14px;
}

.product .price .default-price-note {
	font-size: 14px;
	text-decoration: none !important;
}

.product .price .price-before {
	font-size: 18px;
	color: #cbcbc6;
}

.product .price .default-price-line-trough {
	text-decoration: line-through;
}

.product .price .price-tax {
	text-align: right;
	line-height: 26px;
}

.product .action {
	height: 35px;
	line-height: 35px;
	margin: 0 0 35px 0;
}

.product .action .btn {
	float: right;
	display: inline;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
}

.product .action .qnt {
	float: right;
	display: inline;
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 60px;
	height: 17px;
	padding: 5px 0;
	margin: 3px 15px 0 0;
	text-align: center;
}

.product .action .stock {
	font-size: 11px;
}

.product .action .stock span {
	font-size: 16px;
	vertical-align: middle;
	padding-bottom: 6px;
	font-weight: 600;
}

.product .packages {
	margin: 0 0 30px 0;
}

.product .packages table {
	width: 100%;
}

.product .packages table tr td,
.product .packages table tr th {
	font-size: 11px;
	color: #666666;
	padding: 4px 10px;
	background-color: #f6f6f6;
}

.product .packages table tr th {
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #e5e5e5;
}

.product .social {
	margin: 0 0 30px 0;
}

.product .options {
}

.product .options table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

.product .options table tr td {
	font-size: 11px;
	color: #aaaaaa;
	border: 1px solid #e5e5e5;
	vertical-align: middle;
}

.product .options table tr td .separator {
	height: 4px;
	line-height: 4px;
	font-size: 0;
	clear: both;
}

.product .options table tr td span.label {
	display: block;
	height: 26px;
	line-height: 26px;
	margin: 5px 10px;
}

.product .options table tr td a.color-item {
	float: left;
	display: inline;
	padding: 8px 3px 8px 3px;
}

.product .options table tr td a.color-active {
	background: #c1d2ee;
	padding: 8px 8px 8px 8px;
}

.product .options table tr td a.color-active span {
	border: 2px solid #fff;
}

.product .options table tr td a.color-item span {
	display: block;
	width: 18px;
	height: 18px;
	background-color: #000000;
	border: 2px solid #fff;
}

.product .options table tr td a.size-item {
	float: left;
	display: inline;
	padding: 8px;
	font-size: 13px;
	line-height: 18px;
}

.product .options table tr td a.size-active {
	background: #c1d2ee;
}

/* ============================================================================================================== */
/* ------------------------------------------------------------------------------------------------------ CART -- */
/* ============================================================================================================== */

.cart .min-order-warning {
	border: #cd0f40 solid 1px;
	padding: 3px;
}

.cart .min-order-warning i{
	font-size: larger;
	color: #cd0f40;
}

.cart .items {
	float: left;
	display: inline;
	width: 620px;
	margin: 0 30px 50px 0;
}

.cart .items {
	border-top: 1px solid #f0f0f0;
}

.cart .items .item {
	padding: 15px 0;
	border-bottom: 1px solid #f0f0f0;
}

.cart .items .item .picture {
	float: left;
	display: inline;
	width: 80px;
	height: 80px;
	margin: 0 15px 0 0;
	line-height: 80px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	color: #b5b5b5;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.cart .items .item .picture img {
	vertical-align: middle;
}

.cart .items .item .picture a {
	display: block;
}

.cart .items .item .details {
	float: left;
	display: inline;
	width: 523px;
}

.cart .items .item .details .code {
	color: #999999;
	font-size: 12px;
	line-height: 18px;
}

.cart .items .item .details .code span {
	font-weight: bold;
}

.cart .items .item .details .price {
	float: right;
	display: inline;
	font-size: 14px;
	font-weight: bold;
}

.cart .items .item .details h2 {
	font-size: 15px;
	line-height: 20px;
	padding: 0;
	margin: 0 0 15px 0;
}

.cart .items .item .details h2 a {
	font-size: 15px;
}

.cart .items .item .details h2 a:hover {
	text-decoration: underline;
}

.cart .items .item .details .quantity {
	float: right;
	display: inline;
}

.cart .items .item .details .quantity input.quantity-field {
	float: right;
	display: inline;
	font-size: 13px;
	text-align: center;
	width: 60px;
	height: 25px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.cart .items .item .details .quantity input.update {
	float: right;
	display: inline;
	margin: 0 0 0 10px;
	display: none;
}

.cart .items .item .details .quantity label {
	float: right;
	display: inline;
	line-height: 28px;
	font-size: 12px;
	padding: 0 10px 0 0;
	color: #666666;
}

.cart .items .item .details .action {
	float: left;
	display: inline;
	margin: 0 8px 0 0;
}

.cart .continue {
	float: left;
	display: inline;
	width: 290px;
	margin: 0 0 60px 0;
}

.cart .continue .or {
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #666666;
}

.cart .continue .or a {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

.cart .continue .totals {
	padding: 15px 15px;
	background-color: #f5f5f5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.cart .continue .totals .item {
	font-size: 12px;
	color: #7a7a7a;
	line-height: 22px;
}

.cart .continue .totals .item span {
	float: right;
	display: inline;
	font-size: 13px;
	color: #333333;
}

.cart .continue .totals .item-strong {
	font-weight: bold;
}

.cart .continue .totals .item-total {
	font-weight: bold;
	font-size: 13px;
	padding: 18px 0;
}

.cart .continue .totals .item-total span {
	font-weight: bold;
	font-size: 18px;
}

.cart .continue .totals .delivery {
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	padding: 10px 0;
	margin: 10px 0 0 0;
}

.cart .continue .totals .delivery .item {
	margin: 0 0 8px 0;
}

.cart .continue .totals .delivery select {
	width: 100%;
	height: 30px;
	padding: 1px;
	margin: 0 0 8px 0;
}

.cart .continue .totals .delivery select option {
	padding: 7px 3px;
}

.cart .continue .totals .delivery .note {
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	color: #666666;
	padding: 0 2px;
}

.cart .continue .totals .place-order {
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	background-color: #69b302;
}

.cart .continue .totals .place-order:hover {
	background-color: #80c206;
}

.cart .continue .totals .place-order:active {
	background-color: #60ac00;
}

.cart .customer-data {
	float: left;
	display: inline;
	width: 620px;
	margin: 0 30px 50px 0;
}

.cart .customer-data .box {
}

.cart .customer-data .box-half {
	float: left;
	display: inline;
	width: 310px;
}

.cart .customer-data .box h3 {
	padding: 0;
	margin: 0 0 16px 0;
	line-height: 22px;
	font-size: 13px;
	font-weight: bold;
	color: #878787;
	text-transform: uppercase;
	border-bottom: 1px solid #f0f0f0;
}

.cart .customer-data .separator {
	height: 40px;
	line-height: 40px;
	clear: both;
	font-size: 0;
}

.cart .customer-data .box .notes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #dcdcdc;
	background-color: #ffffff;
	margin: -1px 0;
	padding: 6px 4px;
	width: 610px;
	height: 120px;
	line-height: 16px;
	resize: none;
	overflow: auto;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.cart .customer-data .box address {
	font-style: normal;
	font-size: 13px;
	color: #333333;
	line-height: 24px;
}

.cart .customer-data .box .field-select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #dcdcdc;
	background-color: #ffffff;
	margin: 8px 0 0 0;
	padding: 3px;
	width: 270px;
}

.cart .customer-data .box .field-select option {
	padding: 3px;
}

.cart .customer-data .box .payment-note {
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	color: #767676;
	width: 200px;
	padding: 14px 0 0 0;
}

#thanks {
	font-size: 16px;
	font-weight: 300;
	color: #575757;
	padding: 100px 0;
	text-align: center;
	border: 1px dotted #cccccc;
}

#thanks h2 {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 20px 0;
	color: #1e8004;
}

#thanks .btn {
	padding: 10px 40px;
	background-color: #60ac00;
}

/* ============================================================================================================== */
/* ---------------------------------------------------------------------------------------------- CATALOG LIST -- */
/* ============================================================================================================== */

.catalog-list .separator {
	height: 25px;
	line-height: 25px;
	font-size: 0;
	clear: both;
}

.catalog-list .item {
	float: left;
	display: inline;
	width: 197px;
	margin: 0 54px 0 0;
}

.catalog-list .item .cover {
	height: 245px;
	width: 189px;
	line-height: 255px;
	text-align: center;
	font-size: 12px;
	color: #666666;
	border: 1px solid #cdcdcd;
	padding: 3px;
}

.catalog-list .item .cover img {
	vertical-align: top;
	width: 189px;
}

.catalog-list .item .about {
	height: 75px;
	overflow: hidden;
	font-size: 11px;
	font-style: italic;
	color: #888888;
	line-height: 15px;
}

.catalog-list .item .about h2 {
	line-height: 16px;
	padding: 10px 0 6px 0;
}

.catalog-list .item .about h2,
.catalog-list .item .about h2 a {
	color: #000000;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

.catalog-list .item .about h2 a:hover {
	color: #cd043a;
}

/* ============================================================================================================== */
/* ---------------------------------------------------------------------------------------------- CONTACT FORM -- */
/* ============================================================================================================== */

.formFieldText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #d3d3d3;
	background-color: #ffffff;
	margin: -1px 0;
	padding: 6px 4px;
	width: 690px;
	height: 15px;
	line-height: 15px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.formFieldTextarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #d3d3d3;
	background-color: #ffffff;
	margin: -1px 0;
	padding: 6px 4px;
	width: 690px;
	height: 200px;
	line-height: 16px;
	resize: none;
	overflow: auto;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

html>/**/body .formFieldText {
	margin: 0;
}

html>/**/body .formFieldTextarea {
	margin: 0;
}

.formFieldWrapper {
	width: 700px;
}

.formFieldWrapper label {
	display: block;
	font-size: 13px;
	color: #333333;
	font-style: italic;
	line-height: 16px;
	height: 16px;
	margin: 0;
	padding: 0 0 6px 0;
}

.formFieldWrapper label.required {
}

.formFieldContainer {
	height: 54px;
	overflow: hidden;
}

.formFieldWrapper .last {
	height: 57px;
}

.formCaptchaWrapper {
	position: relative;
	height: 137px;
	background-color: #ececec;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.formCaptchaSubmit {
	position: absolute;
	left: 21px;
	bottom: 15px;
}

.formCaptchaField {
	position: absolute;
	left: 20px;
	top: 20px;
}

.formCaptchaField label {
	font-size: 13px;
	color: #333333;
	font-style: italic;
	font-weight: bold;
}

.formCaptchaField .formFieldWrapper {
	width: 250px;
}

.formCaptchaField .formFieldText {
	border: 1px solid #dcdcdc;
	width: 240px;
	background-color: #FFFFFF;
	color: #333333;
}

.formCaptchaImage {
	position: absolute;
	right: 40px;
	top: 32px;
	text-align: center;
	color: #a2bbc3;
	font-size: 11px;
	font-style: italic;
}

.formCaptchaImage img {
	margin: 0 0 0 0;
	border: 1px solid #cccccc;
}

.formErrorLabel .formFieldText,
.formErrorLabel .formFieldTextarea,
.formErrorLabel .formFieldSelect {
	border: 1px solid #ff0000;
}

/* ============================================================================================================== */
/* ----------------------------------------------------------------------------------------------------- LOGIN -- */
/* ============================================================================================================== */

#login-window {
	position: relative;
	width: 250px;
	margin: 80px auto 100px auto;
	padding: 45px 80px 10px 160px;
	background-color: #fbfbfb;
	border: 1px solid #e7e7e7;
	background-image: url(../images/header-bg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#login-window .keys {
	position: absolute;
	left: 50px;
	top: 50px;
}

#login-window .field a {
	float: right;
	display: inline;
	padding: 2px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #828282;
	text-decoration: underline;
}

#login-window .field a:hover {
	color: #000000;
}

#login-window .field label {
	display: block;
	line-height: 20px;
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	padding: 0 0 5px 0;
	cursor: pointer;
}

#login-window .field {
	margin: 0 0 20px 0;
}

#login-window .field input {
	padding: 6px;
	margin: 0;
	width: 236px;
	height: 14px;
	line-height: 14px;
	vertical-align: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#login-window .btn {
	float: right;
	display: inline;
}

#login-window .rememberme {
	height: 30px;
	line-height: 30px;
}

#login-window .rememberme input {
	float: left;
	display: inline;
	vertical-align: top;
	margin: 8px 6px 0 0;
}

#login-window .rememberme label {
	float: left;
	display: inline;
	color: #666666;
	font-size: 13px;
	cursor: pointer;
	line-height: 30px;
}

#login-window .forgetpassword {
	padding: 20px auto;
	height: 30px;
	line-height: 30px;
	text-align: right;
	color: #666666;
	text-decoration: underline;
}

/* ============================================================================================================== */
/* ---------------------------------------------------------------------------------------------------- PAGING -- */
/* ============================================================================================================== */

.paging {
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	color: #383838;
	padding: 10px 0 10px 0;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

.paging .next {
	float: right;
	display: inline;
	font-size: 11px;
	color: #383838;
	width: 100px;
	padding: 0 18px 0 0;
	text-align: right;
	background-image: url(../images/paging-next.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.paging .next:hover {
	color: #d41d4f;
	background-image: url(../images/paging-next-on.png);
}

.paging .prev {
	float: left;
	display: inline;
	font-size: 11px;
	color: #383838;
	width: 100px;
	padding: 0 0 0 18px;
	text-align: left;
	background-image: url(../images/paging-prev.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.paging .prev:hover {
	color: #d41d4f;
	background-image: url(../images/paging-prev-on.png);
}

.paging .list {
	margin: 0 auto;
	width: 65%;
	text-align: center;
}

.paging .list a {
	padding: 2px 6px;
	font-size: 13px;
	color: #666666;
}

.paging .list a:hover {
	color: #d41d4f;
}

.paging .list a.active {
	color: #FFFFFF;
	background-color: #cf043c;
}

/* ============================================================================================================== */
/* ---------------------------------------------------------------------------------------------- HOME BANNERS -- */
/* ============================================================================================================== */

#home-promo {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#home-promo li {
	position: relative;
	float: left;
	display: inline;
	width: 300px;
	height: 180px;
	margin: 0 20px 25px 0;
}

#home-promo li.last {
	margin-right: 0;
}

#home-promo li img.banner {
	width: 300px;
	height: 180px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#home-promo li img.flag {
	position: absolute;
	right: -1px;
	top: -1px;
}

#home-promo li a:hover img,
#home-promo li img.banner:hover {
	-webkit-box-shadow: 0 0 10px -2px #b20000;
	box-shadow: 0 0 10px -2px #b20000;
}

/* ============================================================================================================== */
/* -------------------------------------------------------------------------------------------- HOME SHORTCUTS -- */
/* ============================================================================================================== */

#home-shortcuts {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#home-shortcuts li.item {
	float: left;
	display: inline;
	width: 220px;
	height: 80px;
	margin: 0 20px 0 0;
	background-color: #cd0f40;
	background-image: url(../images/home-shortcuts-bg.png);
	background-position: left top;
	background-repeat: repeat;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#home-shortcuts li.last {
	margin-right: 0;
}

#home-shortcuts li.separator {
	height: 20px;
	line-height: 20px;
	font-size: 0;
	clear: both;
}

#home-shortcuts li.item a {
	display: block;
	line-height: 22px;
	padding: 0 0 2px 0;
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
}

#home-shortcuts li.item a:hover {
	background-color: #b20000;
}

#home-shortcuts li.item a span {
	display: block;
	height: 55px;
	line-height: 55px;
}

#home-shortcuts li.item a span img {
	vertical-align: middle;
}

/* ============================================================================================================== */
/* ------------------------------------------------------------------------------------------------- SLIDESHOW -- */
/* ============================================================================================================== */

#slideshow {
	background-color: #1e303e;
}

#slideshow .inner-wrapper {
	position: relative;
	width: 940px;
	height: 298px;
}

#slideshow .slides {
	width: 940px;
	height: 298px;
	overflow: hidden;
}

#slideshow .slides-wrapper {
	position: relative;
	width: 940px;
	height: 298px;
}

#slideshow .slides img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 8;
	height: 298px;
}

#slideshow .slides img.active {
	z-index: 10;
}

#slideshow .slides img.last-active {
	z-index: 9;
}

#slideshow .slides a {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 298px;
	z-index: 20;
}

#slideshow .slides a.active {
	display: block;
}

#slideshow img.shadow-left {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	display: none;
}

#slideshow img.shadow-right {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	display: none;
}

#slideshow div.prev,
#slideshow div.next {
	display: none;
	position: absolute;
	top: 158px;
	width: 50px;
	height: 50px;
	z-index: 30;
	cursor: pointer;
	background-image: none;
	background-position: left center;
	background-repeat: no-repeat;
}

#slideshow div.prev {
	left: -50px;
	background-image: url(../images/slideshow-prev.png);
}

#slideshow div.prev:hover {
	background-image: url(../images/slideshow-prev-on.png);
}

#slideshow div.next {
	right: -50px;
	background-image: url(../images/slideshow-next.png);
	background-position: right center;
}

#slideshow div.next:hover {
	background-image: url(../images/slideshow-next-on.png);
}

#slideshow .dots {
	position: absolute;
	right: 0;
	bottom: 14px;
	width: 100%;
	height: 8px;
	line-height: 8px;
	font-size: 0;
	z-index: 50;
	text-align: center;
}

#slideshow .dots span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	cursor: pointer;
	background-image: url(../images/slideshow-dots.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#slideshow .dots span:hover,
#slideshow .dots span.active {
	background-position: 0 -8px;
}

/* ============================================================================================================== */
/* ---------------------------------------------------------------------------------------------- USER PROFILE -- */
/* ============================================================================================================== */

.profile-boxes {
	margin: 0;
}

.profile-boxes .box {
	float: left;
	display: inline;
	width: 300px;
	margin: 0 20px 0 0;
}

.profile-boxes .last {
	margin-right: 0;
}

.profile-boxes h2 {
	line-height: 20px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	padding-left: 0;
	margin: 0 5px 0 0;
}

.profile-boxes h2 a {
	float: right;
	display: inline;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

.profile-boxes .desc {
	padding: 20px 0;
}

.profile-boxes h3 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height: 20px;
	padding: 0 0 8px 0;
}

.profile-boxes address {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	font-style: normal;
	padding: 8px 12px;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFFFFF;
}

/* ============================================================================================================== */
/* --------------------------------------------------------------------------------------------- ORDER ARCHIVE -- */
/* ============================================================================================================== */

#order-archive-grid {
	padding: 0;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

#order-archive-grid tr td {
	padding: 5px;
}

#order-archive-grid tr.head td {
	background-color: #f4f4f4;
	color: #333333;
	border: 0;
	padding: 6px 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 3px solid #e5e5e5;
}

#order-archive-grid tr.head td:first-child {
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}

#order-archive-grid tr.head td:last-child {
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

#order-archive-grid tr.item td {
	padding: 15px 15px 15px 15px;
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #d8d8d8;
	font-size: 12px;
	vertical-align: middle;
	background-color: #fff;
}

.order-archive-details {
	line-height: 18px;
	color: #333333;
}

.order-archive-details .order-head {
	color: #666666;
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 10px 0;
}

.order-archive-details .order-products {
	border-top: 1px solid #eaeaea;
	margin: 0 0 10px 0;
}

.order-archive-details .order-products .item {
	border-bottom: 1px solid #eaeaea;
	padding: 4px 2px;
}

.order-archive-details .order-products .item span {
	float: right;
	display: inline;
	width: 70px;
	text-align: right;
}

.order-archive-details .order-totals {
	text-align: right;
}

.order-archive-details .order-totals .item {
	color: #666666;
	font-size: 11px;
}

.order-archive-details .order-totals .item span {
	float: right;
	display: inline;
	width: 70px;
	font-size: 12px;
	color: #333333;
}

.order-archive-details .order-totals .grand-total {
	font-weight: bold;
}

/* ============================================================================================================== */
/* ---------------------------------------------------------------------------------------------- ADMIN PHOTOS -- */
/* ============================================================================================================== */

#admin-products-grid .item {
	padding: 0 10px;
	line-height: 18px;
	border: 1px solid #d3d3d3;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#admin-products-grid .separator {
	height: 20px;
	line-height: 15px;
	font-size: 0;
	clear: both;
}

#admin-products-grid .item table {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

#admin-products-grid .item table tr td {
	border: 0;
	padding: 10px;
	border-bottom: 1px solid #e5e5e5;
}

#admin-products-grid .item table tr.last td {
	border-bottom: 0;
}

#admin-products-grid h5 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}

#admin-products-grid .photos {
	height: 56px;
	line-height: 56px;
	padding: 6px 0 0 0;
}

#admin-products-grid .photos .photos-item {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	background-color: #f2f2f2;
}

#admin-products-grid .photos .photos-item-alt {
	padding-right: 0;
}

#admin-products-grid .photos .photos-item-alt img {
	opacity: 0.4;
}

#admin-products-grid .photos .photos-item input {
	float: left;
	display: inline;
	margin: 23px 0 0 0;
}

#admin-products-grid .photos .photos-item a {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

#admin-products-grid .photos .photos-item img {
	border: 1px solid #aeaeae;
	vertical-align: middle;
}

#admin-photos-delete {
	position: absolute;
	right: 0;
	top: 81px;
}

#admin-photos-search {
	height: 30px;
	line-height: 30px;
	margin: 0 0 15px 0;
}

#admin-photos-search input {
	float: left;
	display: inline;
}

#admin-photos-search .query {
	margin: 0 10px 0 0;
	width: 200px;
	height: 18px;
	border: 1px solid #dadada;
	padding: 5px 8px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #333333;
}







/* ============================================================================================================== */
/* ------------------------------------------------------------------------------------------------ ADMIN LOGS -- */
/* ============================================================================================================== */

#logs-filter {
	height: 28px;
	margin: 0 0 15px 0;
}

#logs-filter .date-field {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	padding: 6px 6px 6px 30px;
	width: 80px;
	height: 14px;
	line-height: 14px;
	background-image: url(../images/icon-calendar.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	vertical-align: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#logs-filter .partner-field {
 	float: left;
	display: inline;
	padding: 4px 3px 4px 3px;
	margin: 0 10px 0 0;
	width: 330px;
	height: 28px;
	line-height: 28px;
	vertical-align: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#logs-filter .btn {
	height: 28px;
	line-height: 28px;
}

#logs-filter .btn-export {
	float: right;
	display: inline;
}

#logs-grid {
	padding: 0;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

#logs-grid tr td {
	padding: 5px;
}

#logs-grid tr.head td {
	background-color: #f4f4f4;
	color: #333333;
	border: 0;
	padding: 6px 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 3px solid #e5e5e5;
}

#logs-grid tr.head td:first-child {
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}

#logs-grid tr.head td:last-child {
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

#logs-grid tr.item td {
	padding: 15px 15px 15px 15px;
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #d8d8d8;
	font-size: 12px;
	vertical-align: middle;
	background-color: #fff;
}

/* ============================================================================================================== */
/* ------------------------------------------------------------------------------------------------------ JOIN -- */
/* ============================================================================================================== */

#registracija {
	padding: 3px 0 0 0;
}

#registracija .tabs {
	float: left;
	display: inline;
	width: 340px;
	padding: 30px 0 0 0;

}

#registracija .tabs a {
	display: block;
	color: #999999;
	padding: 10px 20px 12px 20px;
	margin: 0 0 3px 0;
	font-size: 16px;
	background-color: #f4f4f4;
	border: none;
}

#registracija .tabs a:hover {
	color: #cd0f40;
}

#registracija .tabs a.active {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #cd0f40;
}

#registracija .tabs .delivery-unit,
#registracija .tabs .new-delivery-unit,
#registracija .tabs .delivery-address,
#registracija .tabs .new-delivery-address {
	padding: 10px 20px 12px 20px;
	margin: 0 0 3px 0;
	font-size: 16px;
	background-color: #f4f4f4;
	position: relative;
}

#registracija .tabs .delivery-unit,
#registracija .tabs .new-delivery-unit {
	cursor: pointer;
}

#registracija .tabs .delivery-address .delete-address-button {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}

#registracija .tabs .delivery-address {
	padding-right: 25px;
}

#registracija .tabs div.active {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #cd0f40;
}

#registracija .tabs div:not(.active, .delivery-address):hover {
	color: #cd0f40;
	padding: 8px 18px 10px 18px;
	border: solid 2px #cd0f40;
}

#registracija .tabs .delivery-unit p,
#registracija .tabs .new-delivery-unit p,
#registracija .tabs .delivery-address p,
#registracija .tabs .new-delivery-address p {
	padding: 0;
	margin: 0;
	font-size: 13px;
}

#registracija .tabs .delivery-unit p span,
#registracija .tabs .new-delivery-unit p span,
#registracija .tabs .delivery-address p span,
#registracija .tabs .new-delivery-address p span{
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

#registracija .form {
	float: left;
	display: inline;
	width: 550px;
	padding: 30px 0 0 50px;
}

#registracija .form .field_wrapper {
	width: 500px;
	margin: 0 0 15px 0;
}

#registracija .form .field_wrapper label {
	float: left;
	display: inline;
	width: 150px;
	padding: 0 20px 0 0;
	font-size: 13px;
	color: #333333;
	text-align: right;
	line-height: 32px;
	cursor: pointer;
}

#registracija .form .field_wrapper label span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 5px;
	color: #cd0f40;
}

#registracija .form .field_wrapper .field {
	float: left;
	display: inline;
	height: 32px;
	width: 296px;
	line-height: 32px;
}

#registracija .form .field_wrapper .textfield {
	font-size: 13px;
	color: #333333;
	width: 280px;
	padding: 6px;
	height: 18px;
	vertical-align: bottom;
}

#registracija .form .field_wrapper .field-select {
	font-size: 13px;
	color: #333333;
	padding: 6px;
	width: 296px;
}

#registracija .form .field_wrapper .join_posta {
	width: 68px; /*86*/
	/*mozilla*/

}

#registracija .form .field_wrapper .post_name_holder {
	width: 190px;
}

#registracija .form .field_wrapper .selectbox {
	font-size: 13px;
	color: #333333;
	width: 290px;
	padding: 6px;
}

#registracija .form .formErrorLabel label {
	color: #cd0f40;
	font-weight: bold;
}

#registracija .form input[type="text"]:disabled {
	color: #999;
}

/* admin tabs */
#registracija .tabs form {
	width: 100%;
}

#registracija .tabs input[type='submit'] {
	text-align: left;
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	display: block;
	color: #ffffff;
	padding: 10px 20px 12px 20px;
	margin: 0 0 3px 0;
	font-size: 16px;
	background-color: #f4f4f4;
	border: none;
}

#registracija .tabs input.accept {
	background-color: #009900;
}

#registracija .tabs input.decline {
	background-color: #cd0f40;
}

#sifrant_partners .unverified {
	font-weight: bold;
}

/* ============================================================================================================== */
/* ============================================================================================= MEDIA QUERIES == */
/* ============================================================================================================== */

@media (min-width: 1220px) {

	#slideshow .inner-wrapper {
		width: 1090px;
		height: 346px;
	}

	#slideshow .slides {
		width: 1090px;
		height: 346px;
	}

	#slideshow .slides-wrapper {
		width: 1090px;
		height: 346px;
	}

	#slideshow .slides img {
		height: 346px;
	}

	#slideshow div.prev,
	#slideshow div.next {
		display: block;
	}

	#slideshow img.shadow-right,
	#slideshow img.shadow-left {
		display: block;
	}

}


/* ============================================================================================================== */
/* ============================================================================================= COOKIES ======== */
/* ============================================================================================================== */

ul#cookies li span {
	font-weight: bold;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.certificate_container {
	text-align: center;
}

.safesigned_container_classic {
	margin: 0 auto !important;
	padding-top: 36px;
}

/*
tour slovenia
*/

#tour_slovenia_logo {
	margin-bottom: 10px;
}

#fight_for_green_container{
	text-align: center;
	width: 100%;
	border: solid 2px #a6ce39;
	margin: 10px auto;
	border-radius: 5px;
}

#fight_for_green{
	width: 300px;
	margin: 30px auto;
}