@charset "utf-8";
@import url("../fonts/Roboto_Regular/stylesheet.css");
@import url("../fonts/Roboto_Black/stylesheet.css");
@import url("../fonts/Roboto_Thin/stylesheet.css");
body {
	font-family: "Roboto Regular";
	padding-top: 20px;
	padding-bottom: 20px;
}




.g-navbar-brand {
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

.navbar-default {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0, #e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0, #e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0, #e0e0e0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=0 ); /* IE6-9 */
}
.nav.navbar-nav li a {
	padding-right: 10px;
	padding-left: 10px;
}
.flag {
}
.g-active {
	background-color: #999;
	background-image: none;
}
.btn-link {
	color: #333;
}
a:hover {
	color: #333;
}
#top-nav-searchbutton {
	margin-top: 24px;
}
#mainContainer .navbar.navbar-default .container-fluid div #navbar .nav.navbar-nav .dropdown.dropdown-large.visible-md.visible-lg .dropdown-menu.dropdown-menu-large.row li {
	padding-left: 0px;
	padding-right: 0px;
}
.slickImage {
}
#mainContainer .navbar.navbar-default .container-fluid .navbar-header #linkNewProducts img {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
}
.rounded-corners {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: thin solid #FFF;
	border-radius: 4px;
}
#dropDownSearch {
	cursor: pointer;
}
.view {
	border: thin solid #E5E5E5;
	padding: 10px;
	margin-top: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 5px;
}
#searchForm {
	margin-top: 25px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.asteric {
	color: #F00;
	font-family: "Roboto Black";
}
#breadcrumbView {
	color: #104295;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0, #e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0, #e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0, #e0e0e0 100%); /* W3C */


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=0 ); /* IE6-9 */
	margin-bottom: 20px;
}
#contentView {
    min-height: 392px;
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
	font-family: "Roboto Bold";
	font-weight: normal;
}
.label-default a {
	color: #FFF;
	text-decoration: none;
}
.newProductTopSpace {
	padding-top: 30px;
}
.detailThumbnailMask {
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	cursor: pointer;
}
.detailThumbnail {
	margin-bottom: 10px;
}
.newProductTextSpace {
	margin-top: 150px;
}
.borderless {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftMenu ul {
	list-style-type: none;
	padding-left: 5px;
}
#leftMenu {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #E5E5E5;
}
#mainContainer #contentView .row #leftMenu a {
	font-family: "Roboto Regular";
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#mainContainer #contentView .row #leftMenu ul li .tree li {
	margin-bottom: 5px;
}
#mainContainer #contentView .row #leftMenu .tree {
	margin-bottom: 5px;
	padding-left: 10px;
	color: #003;
}
#mainContainer #contentView .row #leftMenu ul .single {
	margin-bottom: 5px;
}
#mainContainer #contentView .row #leftMenu ul li label {
	font-weight: normal;
	color: #333;
}
#mainContainer #contentView .row #leftMenu ul li .tree-toggler {
	font-family: "Roboto Bold";
}
.productThumbs {
	background-color: #CCC;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mask {
	cursor: pointer;
}
.blue-bold {
	font-family: "Roboto Black";
	color: #104295;
}
.fett {
	font-family: "Roboto Black";
}
.scrollup {
    opacity: 0.3;
    position: fixed;
    bottom: 87px;
    right: 0px;
    background-color: #666;
    text-align: center;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    color: #FFF;
    padding: 10px;
    margin-right: 20px;
}
#Footer {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: x-small;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0, #e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0, #e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0, #e0e0e0 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=0 ); /* IE6-9 */
}
.collapsed {
}
.g-recaptcha iframe {
}
.feedback-success {
	color: #00B909;
}
.feedback-error {
	color: #FF0004;
}
