body {
	margin: 0px 0px 0px 0px;
	font-family: verdana, arial, sans-serif;
	color: #404040;
	font-size: 12px;
	background-color: #f1f1f1;
}

.list li {
	margin-bottom: 10px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-lg {
    margin-top: 20px;
}

.m-t-md {
    margin-top: 15px;
}

hr {
	border-color: #ccc;
	color: #ccc;
}

input, textarea {
	color: #000;
}

.placeholder {
	color: #aaa;
}

.big_submit {
	padding: 8px;
	background-color: #606060;
	cursor: pointer;

	font-family: arial, sans-serif;
	font-weight: bold;
	color: white;

	border-style: solid;
	border-color: #777 #333 #333 #777;
	border-width: 1px 2px 2px 1px;

	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.big_submit_hl {
	padding: 8px;
	background: #f9e932 url('../../img/but_yell_grad.png') repeat-x;
	cursor: pointer;
	font-family: arial, sans-serif;
	color: #444;

	border-style: solid;
	border-color: #ccc #aaa #aaa #ccc;
	border-width: 1px 2px 2px 1px;

	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.goto_button {
	font-size: 22px;
	width: 30px;
	height: 80px;
	color: #999;
	cursor: pointer;
	background-color: white;
	border-style: dotted;
	border-color: #ccc;
	border-width: 1px 1px 1px 0;
	margin: -1px 0 0 2px;
	vertical-align: middle;
	text-align: center;
}

.roundedBox {
	font-size: 100%;
	line-height: 150%;
	background-color: white;

	border-color: #e0e0e0;

	border-width: 1px 3px 3px 1px;
	border-style: solid;

	padding: 12px 7px 7px 7px;

	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;

}

.roundedBox #headline {
	padding-left: 10px;
	margin-top: 0px;
}
.roundedTable td {
	padding: 5px;
}

.roundedTable tr td:first-child {
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;

}

.roundedTable tr td:last-child {
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

.errorBox {
	font-size: 11px;
	text-align: left;
	border: 2px solid #ff4343;
	background-color: #ffe0e0;
	line-height: 200%;
	margin-bottom: 2px;
	padding: 4px;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

.errorBox b {
	color: #666;
}

.msgBox {
	font-size: 11px;
	text-align: left;
	border: 2px solid #434cff;
	background-color: #e0e1ff;
	line-height: 200%;
	margin-bottom: 2px;
	padding: 4px;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

.msgBox b {
	color: #666;
}

#qtip-growl-container {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
}

#qtip-growl-container .qtip {
	position: static;
	min-height: 0;
	overflow: hidden;
	margin: 0 0 5px 0;
}

.sr:hover, .sr_highlighted {
	cursor: pointer;
	background-color: #faf079;

	border-style: solid;
	border-color: #ccc #aaa #aaa #ccc;
	border-width: 1px 2px 2px 1px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;

	padding: 2px 0 2px 0;
}

.sr {
	padding: 3px 2px 4px 1px;
}

.badge-success {
	background-color: #679e14;
}

.badge-warning {
	background-color: #f0ad4e;
}

.badge-important {
	background-color: #b94a48;
}

.img-overlay h3 {
	margin-top: 5px;
}

.img-overlay {
	color: white;
	padding: 10px;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);

	border-width: 0;
}

.round {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tight-row .cell {
	padding: 1px;
}

.fluid-list .element {
	cursor: pointer;
	padding: 10px;
	margin: 0px;
	min-height: 50px;
	background-color: #fff;

	border-width: 1px;
	border-style: solid;
	border-color: #e0e0e0;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.fluid-list .cell .element:hover, .fluid-list .cell .highlighted {
	background-color: #faf079;
	min-height: 50px;
}

.no-overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.alert-warning {
	color: #bc8629;
}

.navbar-lg .navbar-header .navbar-brand, .navbar-lg .collapse .navbar-nav li a {
	line-height: 60px;
	height: 60px;
	padding-top: 0;
}

.my-dropdown-menu > li > a:hover,
.my-dropdown-menu > li > a:focus {
	background-color: #e8e8e8;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.my-dropdown-menu > .active > a,
.my-dropdown-menu > .active > a:hover,
.my-dropdown-menu > .active > a:focus {
	background-color: #357ebd;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
	background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
	background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.scrollable-menu {
	height: auto;
	max-height: 500px;
	overflow-x: hidden;
	text-overflow: ellipsis;
}

.icon-list li:before {
	font-family: 'Glyphicons Halflings';
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: 5px;
	font-size: 80%;
}

.chevron-right li:before {
	content: '\e080';
}

.checkmark li:before {
	content: '\e013';
}

.arrow-right li:before {
	content: '\e092';
}

.basket-delete {
	font-size: 16px;
	color: #f0534f;
	filter: alpha(opacity=70);
	opacity: 0.70;
	cursor: pointer;
}

.basket-delete:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

input.error, select.error {
	background: url('../../img/icon_inputerror.png') no-repeat right center #ffebef;
	padding-right: 20px;
}

.highlight-yellow {
	background-color: #faf079;
}

.footer a {
	color: #4ebdeb;
}

.contact-thumb {
	width: 50px;
	height: 50px;
	background-color: #555;
	font-size: 30px;
	color: #333;
	padding-top: 5px;
	float: left;
	margin-right: 10px;
}

.cart-nav .nav-tabs > li.active > a,
.cart-nav .nav-tabs > li.active > a:hover,
.cart-nav .nav-tabs > li.active > a:focus {
/*	background-color: #fff6da; */
	background: url('../../img/grad_pills.png') repeat-x;
	border-bottom: #fff6da;
}
.cart-nav .nav-tabs > li > a:hover {
	background-color: #fafafa;
	border-bottom: #fff6da;
}

.conditionBox {
	padding:10px 5px 5px 13px;

}
@media only screen and (min-width: 768px) {
    .conditionBox {
        height: 100px;
    }
}
.conditionBox input {
	padding-left:-10px;
}
.conditionBox h4 {
	margin-top: 0px;
}
.icon-presentation .glyphicon, .icon-presentation .fa {
	font-size: 40px;
}
.icon-presentation .glyph-xl {
	 font-size: 70px;
 }
.icon-presentation input[type="checkbox"] {
	float:none;
}
.breadcrumb {
	background-color: inherit;
}

.user-stats {
	line-height:30px;
}
.user-stats .glyphicon {
	font-size: 18px;
	letter-spacing: 2px;
}

.u {
	text-decoration: underline;
}

.qtip-warning .qtip-titlebar {
	background-color: lightcoral;
	color: #ffffff;
}

.a-neutral a {
	color: #333;
}
.a-neutral a:hover {
	text-decoration: underline;
}

/* PRICEPLAN */
.table-priceplan {
	font-size: 15px;
	margin-bottom: 0;
}
.table-priceplan tr .plan-pri {
	background-color: #f2f8fc !important;
	border-left: 3px solid #c5e4f5;
	border-right: 3px solid #c5e4f5;
}
.table-priceplan thead .plan-pri {
	border-top: 3px solid #c5e4f5 !important;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
}
.table-priceplan thead td {
	padding-top: 30px !important;
}
.table-priceplan tfoot .plan-pri {
	border-bottom: 3px solid #c5e4f5 !important;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	padding-bottom:35px !important;
}
.table-priceplan thead {
	font-size: 20px;
}

.cust-popup {
    background-color: white;
    position: relative;
    width: auto;
    max-width: 1200px !important;
    margin: 20px auto;
    padding: 20px;
}

.row-tight {
    margin-left: -3px !important;
    margin-right: -3px !important;
}
.row-tight div[class^="col-"] {
    padding-left: 3px;
    padding-right: 3px;
}

@media only screen and (min-width: 768px) {
    #seller-terms-list .terms-note {
        height: 100px;
    }
}
@media only screen and (min-width: 992px) {
    #seller-terms-list .terms-note {
        height: 135px;
    }
}
@media only screen and (min-width: 1200px) {
    #seller-terms-list .terms-note {
        height: 125px;
    }
}

.bg-white {
    background-color: white;
}

.collapsedWithTeaser {
    height: 0;
    overflow: hidden;
}

.collapsedWithTeaser .fade-panel
{
    position: absolute;
    bottom: 0;
    height: 150px;
    padding-top: 100px;
    text-align: center;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(241,241,241,0) 0%,rgba(241,241,241,1) 80%);
}
.collapsedWithTeaser .fade-panel a div {
    position: absolute;
    background-color: rgb(241,241,241);
    width: 40%;
    left: 30%;
    bottom: 21px;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.selectize-input ::-webkit-input-placeholder {
    color: #666666;
}

.selectize-input input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    position: absolute;
}

.searchtab-wrapper {
    background: url('/img/bg_books.jpg') no-repeat center top;
    border-top:1px solid #666;
    border-bottom:1px solid #333;
}
.searchtab-wrapper .searchtab-content {
    background:url('/img/st_grad_1.png') repeat-x;
}