@media print {
	a[href]:after {
		content: none !important;
	}
}
body {
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
	background-color: #d6d6d6;
}
#meat {
	background-color: #ffffff;
	min-height: 500px;
}
.navbar {
	border: none;
	min-height: 12px;
}
footer p.navbar-text {
	margin-top: 10px;
	margin-bottom: 0;
	float: none;
	text-align: center;
}
footer .navbar-inverse .navbar-text, footer .navbar-inverse .navbar-text a {
	color: #444444;
}
#mainmenu .nav>li>a {
	padding-right: 6px;
	padding-right: 6px;
}
.xsbuttons a.navbar-brand {
	margin-left: 6px; 
}
footer, footer .navbar {
	background-color: #d6d6d6;
	border-top: none;
	font-size: 13px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #0098dd;
	background-color: transparent;
}
.gbg {
	background-color: #d6d6d6;
}

#brandmenu .btn-group {
	margin-top: 3px;
	margin-right: 5px;
}
#mainmenu {
	border-radius: 0;
}
.affix {
	top: 0px;
	z-index: 20;
	width: 100%;
	height: 50px;
}
.affix + #meat #maincontain {
	margin-top: 50px;
}

#mainmenu nav {
	margin-bottom: 5px;
}
ul.breadcrumb {
	margin: 0 0 4px 0;
	padding: 3px;
	background-color: transparent;
}
ul.breadcrumb a {
	color: #cccccc;
}
h1 {
	margin-top: 22px;
}
h2, h3 {
	margin-top: 2px;
}

.list-group-item.prodname {
	height: 3.6em;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size: 1.1em;
}
.list-group-item.prodpts {
	font-size: 1.5em;
	font-weight: 400;
	white-space: nowrap;
	overflow:hidden;
	padding-top: 15px;
	padding-bottom: 5px;
}
span.prodwas {
	font-size: 0.5em;
	position: absolute;
	top: 1px;
	left: 15px;
	padding: 1px 2px;
}

#idxcarousel {
	margin-top: 8px;
}
#idxcarousel .carousel-control {
	width: 6%;
}

@media (min-width: 768px) {
	#idxpromo { height: 208px; }
}
@media (min-width: 992px) {
	#idxpromo { height: 245px; }
}
@media (min-width: 1200px) {
	#idxpromo { height: 278px; }
}
.idxwelcome {
	color: #808285;
	font-style:italic;
	font-weight: 800;
	margin-top: 10px;
}

.skinnylist a.list-group-item {
	padding: 5px;
}
.skinnylist a.list-group-item.indent {
	padding-left: 5px;
}

#prevribbon {
	min-height:100px;
	margin-top: 20px;
}
#prevribbon .prevribbon {
	overflow:hidden;
	height: 45px;
}
.prevribbon img {
	height: 40px;
	width: auto;
	border: 1px solid #cccccc;
	border-radius: 4px;
	margin-right: 2px;
	margin-bottom: 10px;
}


p.rewardtitle {
	font-size: 1.6em;
}
p.rewardcat {
	font-weight: 700;
	font-family: monospace;
	font-size: 0.9em;
}
p.rewardpoints {
	font-size: 1.2em;
	color:#0098dd;
	font-weight: 700;
}
ul.rewardoptions li {
	overflow: hidden;
}

#rewardcarousel .carousel-control .glyphicon {
	top: 20px;
}
#rewardcarousel .carousel-control {
	background-image:none;
	z-index: 9;
}

.semiactive {
	background-color: #f5f5f5;
}

img.basketimg {
	width: 30px; 
	height: 30px;
}
.text-force-left {
	text-align: left !important;
}
.table>thead>tr>th.text-middle, .table>tbody>tr>th.text-middle, .table>tfoot>tr>th.text-middle, .table>thead>tr>td.text-middle, .table>tbody>tr>td.text-middle, .table>tfoot>tr>td.text-middle {
	vertical-align: middle;
}

.margin-left {
	margin-left: 8px;
}

.img-special {
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 4px;
}
.img-center {
	margin: 0 auto;
}
a.faq {
	display: block;
	text-decoration: none !important;
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

ol li ol > li {
  margin: 0;
}

ol li ol > li:before {
  content: counters(item, ".") " ";
}

.clickme {
	cursor: pointer;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	display: none;
	-webkit-appearance: none;
	margin: 0;
}

#statement .progress {
	margin-bottom: 4px;
}
#eventlist .lead {
	margin-bottom: 0;
}

