@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,400italic,300italic,600italic&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic|Roboto+Condensed:400,300,200,300italic,400italic,700,700italic&subset=latin,latin-ext,cyrillic-ext);


/* ============================================================================================================== */
/* ==================================================================================================== LAYOUT == */
/* ============================================================================================================== */

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #393f4c;
	line-height: 22px;
	min-width: 1170px;
}

a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393f4c;
	text-decoration: none;
}

.inner-wrapper {
	width: 1170px;
	margin: 0 auto;
}

#header {
	background-color: #ffffff;
}

#header .inner-wrapper {
	position: relative;
	height: 95px;
}

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

#phone {
	position: absolute;
	top: 20px;
	right: 100px;
	font-size: 16px;
}

#menu {
	position: absolute;
	right: 0;
	bottom: 1px;
}

#menu li {
	float: left;
	display: inline;
	height: 22px;
	margin: 0 0 0 10px;
}

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

#menu li.active a {
	color: #222222;
	font-weight: 600;
}

#menu li a {
	display: block;
	line-height: 18px;
	height: 18px;
	text-transform: uppercase;
	font-size: 15px;
	color: #4A4A4A;
	font-weight: 400;
	padding: 8px 0;
}

#menu li a:hover {
	color: #444444;
}

#menu li a.home {
	width: 27px;
	height: 18px;
	background-image: url(../images/menu-home.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#menu li.active a.home {
	background-image: url(../images/menu-home-active.png);
}

.mainmenu .inner-wrapper {
	padding: 30px 0 0 0;
	text-align: center;
}

.mainmenu ul li {
	display: inline-block;
}

.mainmenu ul li.special-menu1 a {
	background-color: #CA0000;
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	padding: 6px 8px;
	margin-left: 8px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.mainmenu ul li.special-menu2 a {
	background-color: #6DA92A;
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	padding: 6px 8px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 10px 0;
}

.mainmenu ul li.special-menu3 a {
	background-color: #28A3D8;
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	padding: 6px 8px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 10px 0;
}

.mainmenu ul li.special-menu4 a {
	background-color: #e4a300;
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	padding: 6px 8px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 10px 0;
}

.mainmenu ul li.special-menu1 a:hover,
.mainmenu ul li.special-menu2 a:hover,
.mainmenu ul li.special-menu3 a:hover,
.mainmenu ul li.special-menu4 a:hover {
	color: #eeeeee;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

#cart-shortcut {
	position: absolute;
	right: 0;
	top: 20px;
	height: 20px;
	padding: 0 0 0 26px;
	line-height: 20px;
	color: #a0a3a9;
	font-weight: 400;
	font-size: 13px;
	text-decoration: underline;
}

#footer .inner-wrapper {
	position: relative;
	padding: 12px 0 30px 0;
	text-align: center;
	border-top: 1px solid #ded7ca;
}

#footer a.spletko {
	display: block;
	width: 100px;
	text-align: center;
	margin: 0 auto;
}

#footer a.spletko:hover span {
	color: #267ec7;
}

#footer a.spletko img {
	vertical-align: middle;
	padding: 0;
}

#footer a.spletko span {
	text-align: center;
	display: block;
	font-weight: bold;
	color: #bfbfbf;
	line-height: 15px;
}

#footer a.fb {
	position: absolute;
	right: 0;
	top: 12px;
}

/* ============================================================================================================== */
/* =================================================================================================== GENERAL == */
/* ============================================================================================================== */

#main {
	padding: 27px 0 27px 0;
}

#main .inner-wrapper {
	position: relative;
	min-height: 350px;
}

#intro-wrapper {
	background-color: #b29e76;
	background-image: url(../images/intro-bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

#intro {
	height: 190px;
	background-image: url(../images/intro.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#intro .inner-wrapper {
	padding: 20px 0 0 0;
}

#intro img {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#submenu {
	background-color: #b29e76;
	background-image: url(../images/submenu.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	height: 50px;
}

#submenu li {
	float: left;
	display: inline;
	line-height: 50px;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	background-image: url(../images/submenu-sep.png);
	background-position: right top;
	background-repeat: no-repeat;
}

#submenu li.last {
	background-image: none;
	padding-right: 0;
	margin-right: 0;
}

#submenu li a {
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: #444e66;
	text-transform: uppercase;
	overflow: visible;
	line-height: 54px;
}

#submenu li a:hover {
 	color: #393f4c;
}

#submenu li a.active {
	color: #393f4c;
	height: 60px;
	background-image: url(../images/submenu-arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}




/* ============================================================================================================== */
/* FEATURED */
/* ============================================================================================================== */

#featured .box {
	position: relative;
	float: left;
	display: inline;
	width: 270px;
	margin: 35px 30px 5px 0;
	text-align: center;
}

#featured .box-last {
	margin-right: 0;
}

#featured h1 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;;
	text-align: left;
	font-size: 18px;
	font-weight: 200;
	text-align: center;
	margin-bottom: 28px;
}

#featured img {
	margin-bottom: 28px;
}

#featured h1 a {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #4a4949;
	text-transform: uppercase;
}

#featured h1 a:hover {
	color: #0099e0;
}

#featured .desc {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;;
	text-align: left;
	font-size: 14px;
	font-weight: 200;
	padding: 23px 0 25px 0;
	text-align: center;
	color: #6F6F6F;
	line-height: 26px;
}

#featured .logo img {
	padding: 0px 0 0 0;
}

#featured .breakline {
	border-bottom: 1px solid #EAEAEA;
}



.trgovina_banner {
	margin-bottom: 30px;
}



#sidebar {
	float: left;
	display: inline;
	width: 270px;
	margin: 0 30px 0 0;
}

#sidebar .sidephoto img {
	border: 1px solid #e5e0d9;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 9px;
	margin: 0 0 18px 0;
}

#sidebar .back {
	color: #8694b2;
	font-weight: bold;
	font-size: 11px;
	padding: 0 0 0 14px;
	background-image: url(../images/arrow-back.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#sidemenu {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 0;
	margin: 0 0 30px 0;
}

#sidemenu li {
	padding: 10px 20px;
	border-bottom: 1px solid #cccccc;
}

#sidemenu li.last {
	background-image: none;
}

#sidemenu li a {
	display: block;
	font-size: 13px;
	color: #393f4c;
}

#sidemenu li a.active {
	font-weight: bold;
	background-image: url(../images/sidemenu-active.png);
	background-position: right center;
	background-repeat: no-repeat;
}

#sidemenu li ul.sub {
	background-image: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 10px 0 6px 0;
}

#sidemenu li ul.sub li {
	padding: 0 0 0 11px;
	background-image: none;
	line-height: 16px;
}

#sidemenu li ul.sub li a {
	font-size: 12px;
	font-weight: normal;
	padding: 2px 0;
}

#sidemenu li ul.sub li a.active {
	font-weight: bold;
	background-image: none;
}

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

#article-wide {
	float: left;
	display: inline;
	width: 1170px;
}

#article h1,
h1.h1,
h1 {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	color: #444444;
	margin-bottom: 5px;
}

.date {
	color: #999999;
	font-size: 14px;
}

.text {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #444444;
	padding: 20px 0 0 0;
}



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

.gallery h3 {
	font-size: 13px;
	font-weight: 600;
	color: #999999;
	margin: 30px 0 20px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #eeeeee;
}

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

.gallery a img {
	-webkit-border-radius: 3px;
	border-radius: 3px; 
}

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

.attachments {
	padding: 24px 0 0 0;
}

.attachments h3 {
	font-size: 13px;
	font-weight: 600;
	color: #999999;
	margin: 30px 0 20px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #eeeeee;
}

.attachments ul li {
	line-height: 22px;
	padding: 0 0 0 24px;
	background-image: url(../images/icon_video.png);
	background-position: 1px 4px;
	background-repeat: no-repeat;
}

.attachments ul li a {
	text-decoration: underline;
}

.attachments ul li a:hover {
	border-bottom: 1px dotted #333333;
}

.videos {
	padding: 24px 0 0 0;
}

.videos h3 {
	font-size: 13px;
	font-weight: 600;
	color: #999999;
	margin: 30px 0 20px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #eeeeee;
}

.videos a {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	width: 195px;
	height: 135px;
	background-color: #CCCCCC;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
}

.videos a img {
	width: 195px;
	height: 135px;
}

.videos .separator {
	height: 17px;
	line-height: 17px;
	font-size: 0;
	clear: both;
}

.error, .success, .info {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
	padding: 10px;
	margin: 0 0 25px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

.error, .success {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #333333;
	padding: 10px 10px 10px 40px;
	margin: 0 0 20px 0;
	background-image: none;
	background-position: 10px center;
	background-repeat: no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.error {
	background-color: #f4d2d2;
	background-image: url(../images/msg_error.gif);
}

.success {
	background-color: #e4f9e3;
	background-image: url(../images/msg_success.gif);
}

.none {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 200;
	font-style: italic;
	padding: 80px 0;
	text-align: center;
	color: #999999;
	border: 1px dotted #999999;
	line-height: 24px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* ============================================================================================================== */
/* ====================================================================================================== HOME == */
/* ============================================================================================================== */

#home-intro-wrapper {
	background-color: #b29e76;
	background-image: url(../images/home-intro-bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

#home-intro {
	height: 360px;
	background-image: url(../images/home-intro.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#home-intro .inner-wrapper {
	padding: 20px 0 0 0;
}

#home-boxes {
	padding: 0 0 22px 0;
}

#home-boxes a {
	position: relative;
	float: left;
	display: inline;
	width: 140px;
	height: 177px;
	margin: 0 20px 0 0;
	background-image: url(../images/home-link-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#home-boxes a img {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#home-boxes a span.title {
	position: absolute;
	left: 0;
	top: 93px;
	width: 140px;
	padding: 14px 0 0 0;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	color: #726752;
	line-height: 20px;
}

#home-boxes a span.h {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #634c1f;
	font-style: normal;
	text-transform: uppercase;
	line-height: 20px;
}

#home-boxes a:hover span.h {
	color: #353b48;
}

#home-about {
	float: left;
	display: inline;
	width: 460px;
	margin: 0 20px 0 0;
	color: #393f4c;
	line-height: 18px;
}

#home-news {
	float: left;
	display: inline;
	width: 460px;
}

#home-news .item {
	position: relative;
	font-size: 11px;
	color: #6b6e75;
	padding: 10px 10px;
	margin: 0 0 15px 0;
	line-height: 16px;
	background-color: #ece7de;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#home-news .item h3 {
	color: #444444;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 1px 0;
}

#home-news .item h3 a {
	color: #444444;
	font-weight: bold;
	font-size: 12px;
}

#home-news .item h3 a:hover {
	text-decoration: underline;
}

#home-news .item img.arrow {
	position: absolute;
	bottom: -8px;
	left: 10px;
}

#home-news .item .more img {
	vertical-align: middle;
	padding: 0 0 0 5px;
}







#home-sales .item_ref {
	position: relative;
	float: left;
	display: inline;
	width: 270px;
	height: 150px;
	margin: 0px 30px 0 0;;
}

#home-sales .item_ref img {
	width: 270px;
	height: 150px;
}

#home-sales .home_title {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	margin: 12px 0 25px 0;
	color: #ffffff;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	background-color: #CA0000;
	padding: 10px 12px 8px 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

#home-sales .home_title_small {
	font-size: 12px;
	font-weight: 300;
	margin: 30px 0 10px 0;
	color: #ffffff;
}

#home-sales .home_title .separator {
	font-size: 18px;
	font-weight: 100;
	margin: 30px 20px 10px 25px;
}

#home-sales .home_title_small a {
	font-size: 12px;
	font-weight: 300;
	color: #ffffff;
}

#home-sales .home_title_small a:hover {
	color: #cccccc;
	text-decoration: underline;
}





#home-sales .item_sales {
	position: relative;
	float: left;
	display: inline;
	width: 270px;
	margin: 0 30px 0 0;
}

#home-sales .item_sales .picture {
	padding: 15px;
	text-align: center;
	background-color: #FFFFFF;
	color: #999999;
	font-size: 11px;
	border: 1px solid #eeeeee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#home-sales .item_sales .picture img {
	vertical-align: middle;
}

#home-sales .item_sales .about {
	text-align: center;
	line-height: 14px;
	padding: 12px 0 12px 0;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 8px;
}

#home-sales .item_sales .about h3 {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
}

#home-sales .item_sales .about h3 a {
	display: block;
	font-size: 15px;
	font-weight: 300;
	color: #333333;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	
}

#home-sales .item_sales .about h3 a:hover {
	text-decoration: underline;
}


#home-sales .item_sales .price {
	padding: 13px 0 0 0;
	color: #009ED7;
	font-size: 16px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
}

#home-sales .item_sales .price_title {
	color: #009ED7;
	font-size: 11px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
}

#home-sales .item_sales .flag {
	position: absolute;
	right: 0;
	top: 0;
}


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

#product-list .item {
	position: relative;
	float: left;
	display: inline;
	width: 270px;
	margin: 0 30px 0 0;
}

#product-list .item .picture {
	padding: 15px;
	text-align: center;
	background-color: #FFFFFF;
	color: #999999;
	font-size: 11px;
	border: 1px solid #eeeeee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#product-list .item .picture img {
	vertical-align: middle;
}

#product-list .item .about {
	text-align: center;
	line-height: 16px;
	padding: 12px 0 12px 0;
	border-bottom: 1px solid #eeeeee;
}

#product-list .item .about h3 {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
}

#product-list .item .about h3 a {
	display: block;
	font-size: 15px;
	font-weight: 300;
	color: #333333;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	
}

#product-list .item .about h3 a:hover {
	text-decoration: underline;
}

#product-list .item .second-name {
	font-size: 12px;
	color: #cccccc;
	padding: 3px 0;
	line-height: 16px;
}

#product-list .item .short-desc {
	padding: 8px 0 0 0;
	color: #cccccc;
}

#product-list .item .price {
	padding: 16px 0 0 0;
	color: #009ED7;
	font-size: 16px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
}

#product-list .item .price_title {
	color: #009ED7;
	font-size: 12px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
}

#product-list .item .oldprice {
	font-size: 12px;
	font-weight: 300;
	text-decoration: line-through;
	color: #949da0;
	margin: 15px 0 0 0;
}

#product-list .item .pricenow_grid {
	padding: 10px 0 10px 0;
	font-size: 20px;
	line-height: 28px;
	color: #009ED7;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
}

#product-list .item .flag {
	position: absolute;
	right: 0;
	top: 0;
}







/* ============================================================================================================== */
/* =================================================================================================== KONTAKT == */
/* ============================================================================================================== */

#kontakt-left {
	float: left;
	display: inline;
	width: 640px;
	margin: 0 20px 0 0;
}

#kontakt-right {
	float: left;
	display: inline;
	width: 510px;
	font-size: 14px;
	color: #444444;
	padding: 18px 0 0 0;
	line-height: 22px;
}

.formFieldText {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	margin: -1px 0;
	padding: 6px 4px;
	width: 620px;
	height: 15px;
	line-height: 15px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.formFieldTextarea {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	margin: -1px 0;
	padding: 6px 4px;
	width: 620px;
	height: 120px;
	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: 640px;
}

.formFieldWrapper label {
	display: block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #444e66;
	font-style: normal;
	line-height: 16px;
	height: 16px;
	margin: 0;
	padding: 0 0 6px 0;
}

.formFieldWrapper label.required {
	font-weight: 400;
}

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

.formFieldWrapper .last {
	height: 57px;
}

.formCaptchaWrapper {
	position: relative;
	height: 137px;
	width: 630px;
	background-color: #eeeeee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

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

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

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

.formCaptchaField .formFieldText {
	border: 1px solid #cbcbcb;
	background-color: #ffffff;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	width: 220px;
}

.formCaptchaImage {
	position: absolute;
	right: 20px;
	top: 33px;
	text-align: center;
	color: #72757b;
	font-size: 11px;
	font-style: italic;
}

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

.formErrorLabel .formFieldText {
	border: 1px solid #ce3131;
}

.formErrorLabel .formFieldTextarea {
	border: 1px solid #ce3131;
}

/* ============================================================================================================== */
/* =========================================================================================== BLAGOVNE ZNAMKE == */
/* ============================================================================================================== */

.blagovna-znamka {
	padding: 22px 0;
	border-top: 1px solid #dce8e7;
}

.blagovna-znamka .logo {
	float: left;
	display: inline;
	margin: 0 16px 0 0;
	border: 1px solid #e5e0d9;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.blagovna-znamka .text {
	float: left;
	display: inline;
	width: 520px;
}


/* ============================================================================================================== */
/* =================================================================================================== PONUDBA == */
/* ============================================================================================================== */

.like {
	margin: 0 0 2px 0;
}

#sidebar .card {
	font-size: 13px;
	color: #393f4c;
	padding: 0 4px;
}

#sidebar .banners img {
	margin: 0 0 30px 0;
}

#prod_znamka {
	float: right;
	display: inline;
	font-weight: bold;
	font-size: 16px;
	color: #988560;
	line-height: 28px;
}

#prod_desc {
	float: left;
	display: inline;
	width: 900px;
	margin: 0 40px 0 0;
	color: #444444;
	font-size: 14px;
	line-height: 22px;
}

#prod_price {
	position: relative;
	float: right;
	display: inline;
	width: 190px;
	padding: 15px;
	background-color: #f3f3f3;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#prod_price .numbers {
	height: 65px;
}

#prod_price .price {
	font-size: 11px;
	font-weight: 300;
	color: #333333;
	line-height: 20px;
}

#prod_price .price span {
	font-size: 18px;
	font-weight: 400;
}

#prod_price .old_price {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	line-height: 20px;
}

#prod_price .old_price span {
	font-size: 12px;
	text-decoration: line-through;
}

#prod_price .flag {
	position: absolute;
	right: 0;
	top: 0;
}

#prod_photos {
	padding: 20px 0 0 0;
}

#prod_photos a {
	float: left;
	display: inline;
	width: 218px;
	height: 122px;
	line-height: 122px;
	border: 1px solid #e8e1d5;
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 12px;
	background-color: #FFFFFF;
}

#prod_photos a.large {
	width: 458px;
	height: 258px;
	line-height: 258px;
	margin: 0 20px 0 0;
}








#prod_tech {
	padding: 20px 0 0 0;
	color: #444444;
	font-size: 13px;
	line-height: 22px;
}

#prod_tech h5 {
	font-size: 13px;
	font-weight: 600;
	color: #999999;
	margin: 30px 0 20px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #eeeeee;
}

#prod_related {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #e2eeec;
}

#prod_related h5 {
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	padding: 0 0 12px 0;
}

#prod-list .item {
	position: relative;
	float: left;
	display: inline;
	width: 268px;
	margin: 0 30px 30px 0;
	border: 1px solid #eeeeee;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#prod-list .item img.flag {
	position: absolute;
	right: -2px;
	top: -2px;
}

#prod-list .item img.shadow {
	position: absolute;
	right: 0;
	bottom: -11px;
}

#prod-list .item .photo {
	height: 155px;
	line-height: 155px;
	text-align: center;
	background-image: url(../images/no-photo.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#prod-list .item .photo a {
	display: block;
}

#prod-list .item .photo img {
	vertical-align: middle;
}

#prod-list .item .about {
	min-height: 90px;
	padding: 5px 9px 4px 9px;
	border-bottom: 1px solid #d5dcd3;
}

#prod-list .item .about h2 {
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #444444;
	margin-bottom: 10px;
}

#prod-list .item .about h3 {
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	color: #888888;
}

#prod-list .item .about .text {
	padding: 10px 0 14px 0;
	color: #444444;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
}

#prod-list .item .action {
	height: 28px;
	line-height: 28px;
	padding: 10px 9px 8px 9px;
	border-bottom: 1px solid #d5dcd3;
}

#prod-list .item .action .more,
#prod-list .item .action .cart,
#prod-list .item .action .cart input {
	float: right;
	display: inline;
}

#prod-list .item .action .ask {
	float: left;
	display: inline;
	font-weight: bold;
	font-size: 11px;
	color: #8694b2;
}

#prod-list .item .action .price {
	float: left;
	display: inline;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	margin: 0 12px 0 0;
}

#prod-list .item .action .old-price {
	float: left;
	display: inline;
	font-size: 12px;
	color: #999999;
	text-decoration: line-through;
	margin-top: 1px;
}


#prod-list .last {
	margin-right: 0;
}

#prod-list .wide {
	width: 1170px;
	margin-right: 0;
}

#prod-list .wide .photo {
	height: 100px;
	line-height: 100px;
}

/* ========================================================================================= */
/* ----------------------------------------------------------------------------- QUICKNAV -- */
/* ========================================================================================= */

#quicknav {
	line-height: 20px;
	padding: 6px 10px;
	margin: 0 0 20px 0;
	background-color: #eae8e4;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#quicknav .sort {
	float: left;
	display: inline;
}

#quicknav .sort label {
	font-size: 11px;
	color: #454544;
	padding: 0 5px 0 0;
}

#quicknav .sort select {
	padding: 2px;
	margin: 0;
	width: 200px;
	vertical-align: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333333;
}

#quicknav .mini-paging {
	float: right;
	display: inline;
	padding: 1px 0 0 0;
}

#quicknav .mini-paging span {
	float: left;
	display: inline;
	font-size: 11px;
	color: #666666;
	margin: 0 16px 0 0;
}

#quicknav .mini-paging .prev,
#quicknav .mini-paging .next {
	float: left;
	display: inline;
	width: 31px;
	height: 18px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
}

#quicknav .mini-paging .prev {
	margin: 0 7px 0 0;
	background-image: url(../images/arrow-left-light.png);
}

#quicknav .mini-paging .next {
	background-image: url(../images/arrow-right-light.png);
}

#quicknav .mini-paging .prev:hover,
#quicknav .mini-paging .next:hover {
	background-color: #fbfbfb;
}

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

#paging {
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #666666;
	background-color: #eae8e4;
	margin: 0 0 10px 0;
	padding: 6px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#paging .next {
	float: right;
	display: inline;
	font-size: 11px;
	color: #666666;
	width: 140px;
	text-align: right;
}

#paging .next:hover {
	color: #444444;
}

#paging .next span {
	float: right;
	display: inline;
	margin: 0 0 0 10px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	width: 31px;
	height: 18px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/arrow-right-light.png);
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: top;
}

#paging .prev {
	float: left;
	display: inline;
	font-size: 11px;
	color: #666666;
	width: 140px;
	text-align: left;
}

#paging .prev:hover {
	color: #444444;
}

#paging .prev span {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	width: 31px;
	height: 18px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/arrow-left-light.png);
	background-position: center center;
	background-repeat: no-repeat;
}

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

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

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

#paging .list a.active {
	color: #444444;
	font-weight: bold;
}

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

#cart-box {
	padding: 20px;
	margin: 0 0 15px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
}

#cart-grid tr.head td {
	padding: 0 0 10px 0;
	color: #999999;
	font-size: 11px;
	border-bottom: 1px solid #e3e3e3;
}

#cart-grid tr.product td {
	padding: 10px 0;
	color: #444444;
	vertical-align: middle;
	border-bottom: 1px solid #e3e3e3;
}

#cart-grid tr.product td.name {
	font-size: 11px;
	color: #999999;
}

#cart-grid tr.product td.name h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #444444;
}

#cart-grid tr.product td.price {
	font-size: 14px;
	color: #444444;
}

#cart-grid tr.product td input {
	vertical-align: middle;
}

#cart-grid tr.product td input.quantity {
	font-family: Arial, Helvetica, sans-serif;
	width: 30px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	color: #000000;
	padding: 3px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#cart-grid tr.product td.sum {
	font-size: 16px;
	font-weight: normal;
	color: #444444;
}

#cart-total {
	color: #444444;
	font-weight: normal;
	font-size: 20px;
	text-align: right;
	line-height: 24px;
	padding: 24px 0 10px 0;
	border-top: 3px solid #e3e3e3;
}

#cart-post-note {
	text-align: right;
	font-size: 11px;
	color: #aba5a0;
}

#cart-grid tr.last td {
	border-bottom: 0;
}

#cart-walk {
	height: 28px;
	line-height: 28px;
}

#cart-walk .next {
	float: right;
	display: inline;
}

#cart-walk .prev {
	float: left;
	display: inline;
}

#products-none {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
	color: #8e8e8e;
	float: left;
	display: inline;
	padding: 120px 0;
	width: 698px;
	text-align: center;
	border: 1px solid #e0d6c1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#thanks {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
	color: #8e8e8e;
	padding: 120px 0;
	text-align: center;
	border: 1px solid #e0d6c1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#cart-box .order-form-left {
	float: left;
	display: inline;
	width: 411px;
	margin: 0 78px 0 0;
}

#cart-box .order-form-right {
	float: left;
	display: inline;
	width: 411px;
}

#cart-box .formFieldText {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e3e3e3;
	background-color: #ffffff;
	margin: 1px 0;
	padding: 6px 4px;
	width: 401px;
	height: 15px;
	line-height: 15px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#cart-box .formFieldTextarea {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e3e3e3;
	background-color: #ffffff;
	margin: 1px 0;
	padding: 4px 4px;
	width: 401px;
	height: 130px;
	line-height: 16px;
	resize: none;
	overflow: auto;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#cart-box .formFieldSelect {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 2px;
	width: 412px;
}

#cart-box .formFieldCaptcha {
	padding: 0 0 0 0;
	height: 50px;
}

#cart-box .formFieldCaptcha img#captchaImage {
	border: 0;
}

#cart-box .formFieldWrapper {
	width: 411px;
}

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

#cart-box .formFieldWrapper label.required {
	font-weight: normal;
}

#cart-box .formFieldContainer {
	height: 46px;
}

#cart-box .formFieldWrapper .last {
	height: 57px;
}

.cFormConds {
	float: right;
	display: inline;
	margin: 0 22px 0 0;
}

.cFormConds label {
	float: left;
	display: inline;
	color: #444444;
	cursor: pointer;
}

.cFormConds input {
	float: left;
	display: inline;
	margin: 8px 8px 0 0;
}

.spacer-24 {
	height: 24px;
	line-height: 24px;
	font-size: 0;
	clear: both;
}

.spacer-32 {
	height: 32px;
	line-height: 32px;
	font-size: 0;
	clear: both;
}


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

#slideshow .inner-wrapper {
	margin-bottom: 30px;
}

#slideshow .slides {
	width: 1170px;
	height: 390px;
	overflow: hidden;
}

#slideshow .slides img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 8;
	height: 390px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#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: 390px;
	z-index: 20;
}

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

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

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

#slideshow div.prev:hover {
	background-image: url(../images/slideshow-prev.png);
	background-position: 0 -44px;
}

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

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

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

#slideshow .dots span {
	display: inline-block;
	width: 9px;
	height: 9px;
	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 -9px;
}





/* ============================================================================================================== */
/* ============================================================================================ URGENT MESSAGE == */
/* ============================================================================================================== */

#urgent-message {
	display: none;
	background-color: #FFFFFF;
	border: 5px solid #4d4d4d;
	border-radius: 5px;
}

#urgent-message .close {
	padding: 20px 0;
	text-align: center;
	background-color: #eaeaea;
	border-top: 5px solid #4d4d4d;
}

#urgent-message .close input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding: 5px 15px;
}

#urgent-message .message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}
