.navbar .nav > li > a {
	color: #0088cc;
	text-shadow: none;
}

.navbar .nav > li > a:hover {
	color: #5e5e5e;
}

.well {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;  
}

a.lead {
    font-family: 'OpenSansLight';
}

a.lead:hover {
    text-decoration: none;
}

.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #FFFFFF;
}

.table-striped {
    background-color: #FBFBFB;
}

.filter .selected .disabled {
    font-weight: bold;
}

.filter .disabled {
    color: #999999;
}

.filter .filter-header {
    margin-top: 10px;
    color: #5e5e5e;
    font-family: 'OpenSansSemibold';
    text-transform: uppercase;
}

.search-feedback {
    font-weight: normal;
}

.discountCategoryDiscount {
    background-color: #65DDD3;
}
.discountCategoryDiscount.light {
    background-color: #C1F5F0;
    color: #333333;
}
.discountCategoryTerm {
    background-color: #2578C9;
}
.discountCategoryTerm.light {
    background-color: #9CC8F7;
    color: #333333;
}
.cursiveFont {
	font-style: italic;
}
.discountCategoryAddon {
    background-color: #F93E20;
}
.discountCategoryAddon.light {
    background-color: #FAA193;
    color: #333333;
}
.discountCategoryBonus {
    background-color: #EBE658;
}
.discountCategoryBonus.light {
    background-color: #F2F0CA;
    color: #333333;
}
.discountCategoryNetDiscount {
    background-color: #63F4BF;
}
.discountCategoryNetDiscount.light {
    background-color: #D5F6EA;
    color: #333333;
}

.selected {
	font-weight: bold;
	color: #005580;
}

tr.detailRow td {
    font-size: 9pt;
}

label,
input,
button,
select,
textarea,
p
{
    font-family: 'OpenSans',Verdana,Arial;
}

body {
	color: #5E5E5E;
    font-family: 'OpenSans',Verdana,Arial;
    line-height: 140%;
    background-color: #FAFAFA;
}

h1, h2, h3, h4, h5 {
	font-weight:normal;
}

.mono {
	font-family: 'Courier New', monospace;
}

.right {
	float: right;
}

td.right {
	text-align: right;
	float: none;
}

th.right {
	text-align: right;
	float: none;
}

.clear{
	clear:both;
}

.radio, .checkbox {
    padding-left: 5px;
    padding-right: 20px;
}

.selectManyTable {
	width: 100%;
}

.selectManyTable input {
	margin-right: 5px;
}

.selectManyTable label {
	margin-top: 5px;
	display: inline-block;
}

.cmd {
	margin-right: 5px;
}


#content {
   min-height: 350px;
}

#loginBox {
   min-height: 350px;
}


.well-item {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 10px;
}

.well-low-radius {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.well-filter {
	background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
 	box-shadow: none;
	margin-bottom: 20px;
    min-height: 20px;
    padding: 10px;
}

.dropdown.open .dropdown-toggle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    color: #DDDDDD;
}

.headerLogo img {
   width: 100%;
}

.headerBanner img {
   width: 100%;
}

.navbar-content {
	margin-top: -10px;
}

.navbar-inner{
	height: 40px;	
	background-color: #FFFFFF;
	background-image: none;
	border-bottom: 1px solid #DEDEDE;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	filter:none;
}

.navbar .nav > li > a.logoBox{
	padding:0 !important;
}

.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
    border-top-color: #000000;
}


.btn-primary {
	background-color: $primaryBtnColor;
	background-image: -moz-linear-gradient(top, $primaryBtnLightColor, $primaryBtnColor);
	background-image: -ms-linear-gradient(top, $primaryBtnLightColor, $primaryBtnColor);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from($primaryBtnLightColor), to($primaryBtnColor));
	background-image: -webkit-linear-gradient(top, $primaryBtnLightColor, $primaryBtnColor);
	background-image: -o-linear-gradient(top, $primaryBtnLightColor, $primaryBtnColor);
	background-image: linear-gradient(top, $primaryBtnLightColor, $primaryBtnColor);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primaryBtnLightColor', endColorstr='$primaryBtnColor', GradientType=0);
	text-shadow: none;
}


.btn-primary:hover {
	background-color: $primaryBtnColorHover;
	.background-color: #155096;
	-moz-transition: none;
	-ms-transition: none:
	-webkit-transition: none;
	-o-transition: none;
	text-shadow: none;
}


.breadcrumb-flat {
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0.05);
	filter: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.breadcrumb-flat a{
	color:#FFFFFF;
	text-shadow: none;
}

.breadcrumb .divider {
	color:#FFFFFF;
	margin-right:5px;
}

#teaserImg{
	height:80px;
	margin-left:0;
}

.logoBox {
	float: left;
	margin-right: 0;
}

.bannerImg {
	margin-left: 0;
}

.searchBtn{
	float:right;
}

.searchField{
	margin-left:0;
}

.searchBasket{
	margin-bottom:20px;
}

.searchFilter{
	display: table;
	padding-left:13px;
}

.searchSpaceCheckbox {
	padding-right: 40px;
	float: left;
}

input .checkbox{
	vertical-align: middle;
}

span .checkLabel{
	vertical-align: middle;
}

.topLinks {
	margin-top:5px;
	margin-left:25px;
}

.topLinks .nav-pills > li > a{
	margin-left: -12px;
	font-size: 14px;
}	


.infoText {
	margin-left:25px;
	margin-top: 5px;
	height: 40px;
	overflow:hidden;
}

.customMenu .bottom{
	border-bottom: 1px solid #cccccc;
	border-top:none;
}

.customMenu .right{
	border-right: 1px solid #cccccc;
	text-align: left;
}

.customMenu td.right{
    text-align: right;
}

.basketGrid{
	height: 15px;
    margin-top: 5px;
}

.limitListe{
	line-height: 1.6em;
}

.limitMax {
	background-color: #C4C4C4;   
	float: left;
	width: 120px;
	margin-top: 5px;
}

.limit {
	background-color: #1B76AD;
    height: 12px;
    float:left;
    .width: 75px;
}

.limNow {
	background-color: #76ABC9; 
	height: 12px;
    float: left;
}

.basketbox{
	margin:10px;
}

.basketbox .icon{
	width:16px;
	height:16px;
	float:left;
	margin-right:5px;
}

.basketbox .head{
	height:20px;
}

.basketExtraFields {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}

.basket-hint {
	float: right;
}

.basket-table .delete {
	float:right;
}

.posDetailsTable tbody tr:nth-child(2n+1) td {
	background: none;
}

.posDetailsTable tbody tr td {
	padding: 3px;
	border: none;
	background: none;
}

.posKey {
	font-size: 8pt;
	font-weight: 700;
	padding-right: 5px;
}

.posValue {
	font-size: 8pt;
}

#breadcrumbs{
	margin-top:10px;
	width:100%;
}

.brandMark {
	margin-top: 5px;
	font-size: 7pt;
	text-align: right;
}

.brandMark a {
	color: #555555;
	text-decoration: none;
}

.footerBar {
    background-color: #727272;
    clear: both;
	font-size: 9pt;
	padding: 5px 10px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
}

.footerBar a {
	padding-left: 8px;
	text-decoration: underline;
	color: #FFFFFF;
}

.footerBar li a {
	text-decoration: none;
	color: #555555;
}

#footerLinks {
	text-align: right;
}

#footerLinks div {
	display: inline-block;
}


.innerBox{
	height:110px;
	padding:14px;
}

hr {
    height: 1px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.thumbnailCategories{
	height:150px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}

.thumbnailBrand{
	height:150px;
	text-align: center;
	vertical-align: middle;
	padding-top:30px;
}

.catalogs-element, .offers-element, .categories-element, .brands-element, .news-element {
	margin-bottom: 10px;
}

.offers-element .span2 {
	margin-bottom: 18px;
}

.catalogs-element .span2 {
	margin-bottom: 18px;
}

.news-element p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
}

.imgLog{
	margin-bottom:20px;
	.background-color: #16669B;
}

.placeholderHeader{
	.background-color: #16669B;
}
	
.welcome{
	height: 140px;
}

#customMenu .item{
	float: left;
	height: 45px;
	width: 139px;
	display: table-cell;
	vertical-align: middle;
}

#customMenu .item a{	
	margin: 20px;
	.margin-top:10px;
}

#customMenu .item p{
	margin: 20px;
	margin-top: 15px;
}

.logout{
	float:right;
	margin-top: -25px;
	margin-right:0;
	font-weight: 400;
}

.icon {
	width:16px;
	height: 16px;
	float:left;
	margin-right:5px;
}

.customMenu{
	width: 100%;
}

.customMenu td{
	height:35px;
}

.user {
    margin-bottom: 5px;
    font-weight: 600;
    width: 250px;
}



#OXOMI-outer h3 {
	margin-bottom: 5px;
}

.largeCatalogBox {
	height: 190px;
	margin-bottom: 18px;
}

@media (min-width: 1200px) {
	.largeCatalogBox {
		height: 235px;
	}
}

.thumbnail {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2x;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.thumbnail .img {
	height: 100px;
	display: table-cell;
	vertical-align: middle;
}

.thumbnail .img img {
	max-height: 100px;
}

.categoryNoTitle .thumbnail .img {
    height: 150px;
}

.categoryNoTitle .thumbnail .img img {
	max-height: 150px;
}

.thumbnails .span1 .thumbnail .img {
	width: 50px;
}

.thumbnails .span2 .thumbnail .img {
	width: 130px;
}

.thumbnails .thumbnail .img img {
	width: auto;
	height: auto;
}

.thumbnails .span3 .thumbnail .img {
	width: 210px;
}

.thumbnails .span4 .thumbnail .img {
	width: 290px;
}

.thumbnails .span5 .thumbnail .img {
	width: 370px;
}

.thumbnails .span6 .thumbnail .img {
	width: 450px;
}

.thumbnails .span7 .thumbnail .img {
	width: 540px;
}

.thumbnails .span8 .thumbnail .img {
	width: 610px;
}

.thumbnails .span9 .thumbnail .img {
	width: 690px;
}

.thumbnails .span10 .thumbnail .img {
	width: 770px;
}

.thumbnails .span11 .thumbnail .img {
	width: 850px;
}

.thumbnails .span12 .thumbnail .img {
	width: 930px;
}

@media (min-width: 1200px) { 
	.thumbnails .span1 .thumbnail .img {
		width: 60px;
	}
	.thumbnails .span2 .thumbnail .img {
		width: 160px;
	}
	.thumbnails .span3 .thumbnail .img {
		width: 260px;
	}
	.thumbnails .span4 .thumbnail .img {
		width: 360px;
	}
	.thumbnails .span5 .thumbnail .img {
		width: 460px;
	}

	.thumbnails .span6 .thumbnail .img {
		width: 560px;
	}
	
	.thumbnails .span7 .thumbnail .img {
		width: 660px;
	}
	
	.thumbnails .span8 .thumbnail .img {
		width: 760px;
	}
	
	.thumbnails .span9 .thumbnail .img {
		width: 860px;
	}
	
	.thumbnails .span10 .thumbnail .img {
		width: 960px;
	}
	
	.thumbnails .span11 .thumbnail .img {
		width: 1060px;
	}
	
	.thumbnails .span12 .thumbnail .img {
		width: 1160px;
	}
}

.thumbnails .span2 .thumbnail .img img {
	max-width: 130px;
}

@media (min-width: 1200px) {
	.thumbnails .span2 .thumbnail .img img {
		max-width: 150px;
	}
}

.thumbnails .span3 .thumbnail .img img {
	max-width: 210px;
}

@media (min-width: 1200px) { 
	.thumbnails .span3 .thumbnail .img img {
		max-width: 250px;
	}
}


.oxomi-element .thumbnail .img {
	display: table-cell;
	height: 80px;
	vertical-align: middle;
	width: 140px;
}

.thumbnail .title {
    margin: 10px 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.thumbnails-start .title {
	margin: 5px 0;
	height: auto;
}

.oxomi-element .thumbnail .img img {
	max-height: 80px;
    max-width: 130px;
}

@media (min-width: 1200px) { 
		.oxomi-element .thumbnail .img {
	  	 width: 170px;
		}
		.oxomi-element .thumbnail .img img {
		 max-width: 160px;
		} 
}


.persons-element .profile {
	line-height: 1.6em;
}

.persons-element .profile h3 {
	line-height: 1.1em;
}

.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70px;
}

.required {
    background: #FFFCE0;
}


.dl-horizontal dd {
    margin-left: 80px;
}

.sites-element pre {
	  font-family: 'OpenSans',Verdana,Arial;
	  font-size: 13px;
	  line-height: 18px;
	  margin: 0 0 9px;
	  color: #5E5E5E;
}

.items-element .thumbnail:hover, .item-element .thumbnail:hover, .offer-element .thumbnail:hover, .baskets-element .thumbnail:hover {
	text-decoration: none;
}

.catalog_box {
	margin-bottom:10px;
}

.featuresFilter{
	margin-bottom:20px;
}

.productContent{
	.margin-top:10px;
	.min-height:90px;
	margin-left:8px;
}

.productItems{
	float:right;
}

.productItems .icon-plus{
	margin-top:2px;
}

.productRight{
	text-align: right;
}

.price{
	float:left;
	.margin-right:10px;
}

.netPrice {
	margin-bottom: 5px;
}

.anzahl {
	text-align: right;
}

.productImage img {
	max-width: 350px;
	max-height: 350px;
}

.imgLegalHint {
	text-align: right;
	font-size: 10px;
}

.productImg .imgDiv {
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}

.smallImgDiv {
	margin-bottom: 5px;
}

.smallImgDiv .span1 {
	width: 110px;
}


.productImg .thumbnail img {
    margin-bottom: 0;
    max-height: 70px;
    max-width: 110px;
}

.productImagePreview {
 	width: 110px;
 	height: 70px; 
}

.productImagePreview a {
 	display: inline-block;
 	float: left;
 	width: 75px;
}

.productImagePreview img {
 	max-width: 70px;
 	max-height: 60px;
}

.previewThumb {
	float: left;
	border: 1px solid #DDDDDD;
	padding: 4px;
	border-radius: 2px 2px 2px 2px;
    box-shadow: none;
    max-width: 70px;
}


.itemsThumb {
	max-height: 70px;
}

.itemsThumb img {
	max-height: 60px;
}

.productIcon img {
	max-width: 120px;
	max-height: 60px;
}

.available{
	float: left;
	padding: 0 0 0 15px;
}

.input{
	float:right;
}

.addBasket{
	vertical-align: top;
	height:16px;
	width:16px;
}

.addBasket .input-append {
	width: 100%;
}

.well {
	box-shadow:none;
}



.fixedFeatures{
	margin-top:10px;
	float: left;
}

.productRight input{
	width:40px;
	margin-right:5px;
}

.userInfoBox {
	height:140px;
}

.userInfoBox h4, .basket h4{
	margin-top:0;
	margin-bottom: 10px;
	float:left;
}

#loginLogo{
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

#loginBox h1, h2, h3, h4, h5, h6{
	color: #5E5E5E;
	font-family: 'OpenSansSemibold';
}

.form-login {
	margin-top:50px;
}


.placeholder .text{
	border-top:1px solid #CCCCCC;
	margin-top: 30px;
	padding-top: 10px;
}
	
.placeholder .text p{
	font-size: 12px;
}


.thumbnails-start {
	margin-left: -20px;
}

@media (min-width: 1200px) {
	.thumbnails-start {
		margin-left: -30px;
	}
}

.images-description-element .description h3, .baskets-element h3 , .oxomi-element .oxomi h3, .items-element .description h3, .item-element .description h3 {
	color: $primaryBtnColor;
}

.images-description-element .thumbnail {
	min-height: 165px;
}

.images-description-element .test {
	border: 1px solid #DDDDDD;
	border-radius: 4px 4px 4px 4px;
}

.images-description-element .description .link {
	margin-bottom: 5px;
}

.images-element .catalog img {
	max-height:110px;
}
.images-element .thumbnailCatalog {
	background-color: #FFFFFF;
}

.oxomi-backlink {
	margin-top: 20px;
	margin-bottom: 5px;
}

.items-element p, .item-element p, .baskets-element p {
	color: #5E5E5E;
}

.items-element .item-price, .item-element .item-price {
	text-align:right;
} 

.items-element .img-item, .item-element .img-item {
	height: 300px;
	width: 300px;
	margin-bottom: 5px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.items-element .compact .fancy_box, .item-element .compact .fancy_box, .items-element .compact .thumbnail, .item-element .compact .thumbnail {
	min-height: 100%;
	margin-bottom: 18px;
}

.items-element .img-item img, .item-element .img-item img {
	max-height: 300px;
	max-width: 280px;
}

@media (min-width: 1200px) {
  .items-element .img-item, .item-element .img-item {
  	 width: 370px;
  }
  .items-element .img-item img, .item-element .img-item img {
  	max-width: 350px;
  } 
}

.items-element .compact img {
	padding: 10px;
}

.items-element .fancy_box, .item-element .fancy_box {
	min-height: 465px;
}

.items-element .thumbnail, .item-element .thumbnail {
	min-height: 455px;
	padding-left: 10px;
	padding-right: 10px;
}

.items-element .compact .thumbnail, .item-element .compact .thumbnail {
	padding-left: 0;
	padding-right: 0;
}

.form-element .form-horizontal .control-group > label {
	width: 125px;
}

.form-element .form-horizontal .controls {
	margin-left: 145px;
}

.quality-element p {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.quality-element img {
    margin-left: 15px; 
    margin-top: 5px;
 }
 
 .quality-element .alert  {
 	padding-left: 4px;
 	padding-right: 4px;
 }
 
 .baskets-element h4 {
 	color: $primaryBtnColor;
 	font-weight: 100;
 }
 
 .baskets-element .thumbnail {
 	padding: 10px;
 }
 
.baskets-element .thumbnail .overview {
	text-align: right;
	margin-top: 10px;
}

.baskets-element .thumbnail .overview .btn {
	margin-right: 20px;
}

#loginform{
	margin-bottom: 0;
}

#loginform h2{
	color: #1B76AD;
	margin-bottom: 10px;
}
	
.loginBtnBar{
	.margin-right: 10px;
}

.loginAction{
	margin-top:5px;
}

.loginAction .checkbox input[type="checkbox"]{
	margin-left:0;
}

.loginBtnBar{
	float:left;	
}

.keepLogged{
	float:left;
	margin-top: 5px;
}

.pwForgotten{
	float:right;
}

.form-horizontal .control-group {
    margin-bottom: 5px;
}

#filterBox, .actionBar .btn{
	font-size:11px;
}

.filterElements{
	margin-bottom:15px;
}

.rangeFilter {
	width: 75px;
}

.rangeFilterSpacer {
	font-weight: 700;
}

.rangeFilterSet {
	color: #222222;
}

.rangeFilterNotSet {
	color: #A0A0A0;
	font-style: italic;
}

.singleProductText{
	.float:left;
}

.singleProductText a{
	color:#5E5E5E;
}

.variantTable {
	float:left;
	font-size: 12px;
	margin-left: 30px;
	margin-top: 10px;
}


.addToBasketBtn {
	width:16px;
	height:16px;
}

td.prices, .prices{
	text-align: right;	
	width: 150px;
}

.singlePrices{
	float:left;
	width:150px;
}

.well-item > .row > .addBasket {
	float: right;
	margin-right: 10px;
} 

.variantTable .addBasket, .productRight .addBasket, .addBasket {
	width:100px;
}

.featureValue {
	max-width: 60px;
}


.smallImgDiv img {
	max-height: 70px;
}

.smallImgDiv .thumbnail {
	margin-bottom:10px;
}

.productRight .addBasket{
	float:right;
}

.addBasket input {
	width: 40px;
}


#CPS-outer {
	margin-top:10px;
}

.basket pre {
	max-width: 370px;
}

.amount-input {
	z-index: 999999;
	min-width: 110xp;
	max-width: 140px;
}

.amount-input .control-group {
	float: right;
}	


.basket-description .text {
	font-family: Menlo,Monaco,Courier New,monospace;
}

.basket-description .basket-item-img {
	max-width: 70px;
	max-height: 70px;
	margin-right: 5px;
}

.basket-title {
	font-weight: bold;
	margin-right: 20px;
}

.basket-generate-id {
	margin-top: 20px;
	height: 40px;
	padding-top: 10px;
	border-top: 1px solid #DDDDDD;
}

.basket-generate-id .btn {
	float: right;
	margin-right: 10px;
	margin-top: 17px;
}

.basket-generate-id .basket-input-group {
	width:250px;
	float: right;
	margin-top: -5px;
}

.basket-generate-id .basket-input-group label {
	font-weight: bold;
}

.basket-generate-id .basket-input-group div {
	float: left;
	margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) { 
		.basketGrid {
	    height: 30px;
	    margin-top: 0px;
		}
		.well {
		padding: 10px;
		} 

}

@media (min-width: 1000px) {
  .variantTable .addBasket input, .productRight .addBasket input, .addBasket input {
  	 width:25px;
  }

}




@media (max-width:1199px){
	 .well-item{
  padding-left:5px;
  padding-right:5px;
  }
  .searchBtn{
  padding-left:4px;
  padding-right:4px;
  margin-right:0;
  }
}

@media (min-width: 1200px) { 
 .variantTable .addBasket input, .productRight .addBasket input, .addBasket input {
  	 width:50px;
  }
}

.expandLink{
	float:right;
	margin:10px;
}

.tablePreis{
	margin-right:10px;
}

.tableMenge{
	width: 50px;
	text-align: right;
	margin-right:5px;
}

.offerPrice {
	color: #BF3F3F;
}

.listPriceStrike {text-decoration: line-through;}

.listPrice {
	margin-right: 5px;
}

.stockIN_STOCK {
	background-image: url("/plugins/scireum/sellsite-frontend/img/stock_green.png");
	background-repeat: no-repeat;
	width:12px;
	height:12px;
	
}
.stockOUT_OF_STOCK {
	background-image: url("/plugins/scireum/sellsite-frontend/img/stock_red.png");
	background-repeat: no-repeat;
	width:12px;
	height:12px;
}
.stockLOW_STOCK, .stockREORDERED {
	background-image: url("/plugins/scireum/sellsite-frontend/img/stock_yellow.png");
	background-repeat: no-repeat;
	width:12px;
	height:12px;
}

.stockUNKNOWN {
	background-image: url("/plugins/scireum/sellsite-frontend/img/stock_grey.png");
	background-repeat: no-repeat;
	width:12px;
	height:12px;
}

.category_box{
	background-color: #FFFFFF;
}

.fancy_box {
	background-color: #FFFFFF;
	margin-bottom: 18px;
}

.thumbnailCatalog {
	text-align: center;
}

.catalog-wrapper {
	max-height: 190px;
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
	.catalog-wrapper {
		max-height: 235px;
	}
}

.thumbnailCatalog > .catalog > img {
    max-height: 225px;
    vertical-align: middle;
}

#productPage p, h1, h2, h3, h4, h5, h6{
	line-height:160%;
}

.productImg img{
	margin-bottom: 10px;
}



.productImg .thumbnail img{
	margin-bottom: 0;
}

.productImg h3 {
	color: #1B76AD;
	margin-bottom: 30px;
}
	
.description .pricesTable{
	margin-bottom: 5px;
	}
	
.description .priceRight{
	text-align: right;
	}

.priceRight .add-on, .priceRight input{
	float: right;
	}
	
.priceRight input{
	width: 26px;
	}
	
.tabbable h5{
	margin-bottom: 10px;
	}
	
.tabbable .nav  {
	margin-bottom: 5px;
	}
	
.todo {
	 list-style-type: none;
}

hint {
	height: 48px;
}

.ac_results {
	background-image: none;
}


.ac_results ul li {
	border-bottom: 1px solid #E0E0E0;
}

.hint img{
	max-width: 48px;
	max-height: 48px;
}

.hint .txt {
	padding: 3px;
    padding-right: 10px;
	padding-left: 10px;
	width: 420px;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
}

@media (min-width: 1200px) {
	.hint .txt {
		width: 475px;
	}
}

.hint .img {
    display: table-cell;
    vertical-align: middle;
	width: 48px;
    height: 48px;
    padding-left: 5px;
    border-left: 1px solid #D3D3D3;
}

.hint .txt .hintNr {
	font-size: 14px;
	font-weight: 700;
}

.hint .txt .hintType {
	float: right;
}

.hint .txt .hintDesc {
	font-size: 11px;
	font-style: normal;
}	

.cps .catalogBox {
    background-color: #FFFFFF;
    cursor: pointer;
    display: table;
    float: left;
    font-size: 10pt;
    height: 170px;
    margin: 10px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 150px;
}
.cps .mouseOver {
    background-color: #FFEEEE;
}
.catalogContainerHeader {
    border-bottom: 2px solid #00006C;
    clear: both;
    font-size: 12pt;
    font-weight: 700;
    padding: 5px;
}


.actions, .brands {
	margin-bottom: 20px;
	}

.brands .category_box {
	margin-bottom: 20px;
	}

.dateItem img {
	padding:10px;
}

.calendar h2, .calendar h3, .actions h2, .processInfo h2 {
	font-weight: 300;
	}
	
.calendar .thumbnail {
	margin-right: 30px;
	}
	
.portrait {
	height: 186px;
	padding: 5px;
	}
	
.processInfo h3 {
	margin-bottom:10px;
}

.input-prepend .add-on i, .input-append .add-on i {
    color: #333333;
}

.basket-box a i.icon-shopping-cart {
    color: #333333;
}

.basket-box a:hover {
    text-decoration: none;
}


/* filters */

.well.filter {
    padding-left: 0;
    padding-right: 0;
}

.filter .nav-list > li > a {
    display: block;
    float: left;
    width: 188px;
    margin-bottom: 0;
    color: #5e5e5e;
}

@media (min-width: 1200px) {
    .filter .nav-list > li > a {
        width: 238px;
    }
}

.filter .nav-list > li {
    clear: both;
}

.filter .filter-header {
    margin-left: 15px;
    margin-right: 15px;
}

.filter-wrapper {
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.filter-title {
    float: left;
    display: block;
    width: 60%;
    margin-right: 5px;
}

.filter-title i {
    float: left;
    line-height: 18px;
    margin-right: 5px;
}

.filter .nav-list {
    margin-bottom: 10px;
}

.filter .nav-list [class^="icon-"] {
    margin-right: 5px;
}

.filter .selected {
    color: #5e5e5e;
}

.filter-title-inner {
    float: left;
    width: 80%;
    color: #5e5e5e;
}

@media (min-width: 1200px) {
    .filter-title-inner {
        width: 85%;
    }
}

.filter-counter-wrapper {
    display: block;
    float: right;
    width: 20%;
}

.filter-counter {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    background-color: #B6B7BB;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.filter  .active > a .filter-counter, .filter  a:hover .filter-counter  {
    background-color: $primaryBtnColor;
}

.filter .filter-counter-active {
    background-color: $primaryBtnColor;
}

.filter .filter-more, .filter .filter-less {
    display: block;
    clear: both;
    margin-left: 15px;
}

.media-element {
	height: 48px;
    display: flex;
    align-items: center;
}
.media-element .logo-wrapper {
	display: inline-block;
	width: 100px;
	text-align: center;
}

.media-element .logo {
    max-width: 96px;
    max-height: 48px;
    vertical-align: middle;
}

.media-element .text {
    display: inline-block;
	margin-left: 8px;
	width: 310px;
	vertical-align: middle;
}

.media-element .lead {
	margin-bottom: 0;
}

.sci-text-input {
	width: inherit;
	height: inherit;
	margin-bottom: inherit;
}

.sci-text {
	color: #5E5E5E;
	font-family: 'OpenSans', Verdana, Arial;
	font-size: 13px !important;
}
