
html, body {
	font-family: Arial, Helvetica, 'sans-serif';
	padding-bottom: 50px;
}

a {
	color: #000;
}

.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.navbar .navbar-collapse {
	text-align: center;
}

.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: transparent; /*Change rollover cell color here*/
}
.nav > li > a {
	text-decoration: none;
	background-color: transparent; /*Change rollover cell color here*/
}

li {
	font-size: 20px;
}

.navbar .navbar-toggle .icon-bar {
    background-color: black;
}


h1 {
	font-size: 30px;
	font-weight: bold;
}

.fade {
	opacity: 1;
	transition: opacity .1s ease-in-out;
	-moz-transition: opacity .1s ease-in-out;
	-webkit-transition: opacity .1s ease-in-out;
}

.fade:hover {
	opacity: 0.2;
}

.thumbtext {
	min-height:50px;
}

.thumb {
	display: inline-block;
	padding: 0 10px 10px 0;
}

.img-container {
    position: relative;
    display: inline-block;
}

.dead-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.product {
	margin-bottom: 100px;
}

.nopic {
	background-color: #eee;
	height: 100px;
}

.price, .count, .postage, .remove, .sum, #grandtotal, #postage, .right {
	text-align: right;
}

.plus, .minus, .remove {
	cursor: pointer;
}

.addtocart {
	cursor: pointer;
	margin-top: 6px;
	display: inline-block;
	padding: 2px 7px 2px 7px;
	background-color: #000;
	color: #fff;
	border-radius: 3px;
}
	
.addtocart:hover {
	background-color: #FFF;
	color: #000;
	padding: 1px 6px 1px 6px;
	border: 1px solid #000;
}

.outofstock {
	margin-top: 6px;
	display: inline-block;
	padding: 2px 7px 2px 7px;
	background-color: #aaa;
	color: #fff;
	border-radius: 3px;
}

#closesubscribeform {
	cursor: pointer;
}