body {
	padding-bottom: 40px;
	background: url('/img/body_bg.png') repeat center center fixed;
}
.categories .span2 {
	text-align:center;
}
.contact i {
	display:inline-block;
	width:20px;
}
.infolinks ul {
	list-style:none;
	margin-left:0px;
}
.infolinks ul li {
	margin:5px;
	margin-left:0px;
	color:#555;
}
.thumbnail {
	text-align:center;
}

.category-description-sml {
	height:45px;
	text-overflow:ellipsis;
	overflow:hidden;
	font-size:9px;
	line-height:14px;
}
.category-description-sml p,
.category-description-sml h1,
.category-description-sml h2,
.category-description-sml h3,
.category-description-sml h4,
.category-description-sml h5,
.category-description-sml h6,
.category-description-sml font {
	font-size:9px;
	font-weight:normal;
	margin:0px;
	line-height:14px;
}

.category-description-sml img {
	display:none;
}

a {
	color:#587058;
}

a:hover {
	color:#739473;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#cc3300;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#e13800;
}

.nav-list>.active>a, .nav-list>.active>a:hover, .nav-list>.active>a:focus {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	background-color: #587498;
}

.wrapper {
	border:1px solid #ddd;
	padding-top:35px;
	background-color:#fff;
	width: 1170px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	width: 940px;
	padding:20px;
}

.btn-categories {
	display:none;
	float:left;
}

.btn.btn-nav {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #ededed;
	background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
	background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
	background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
	background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e5e5e5 #e5e5e5 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}

.navbar-inverse .navbar-inner {
	min-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #3b4e66;
	background-image: -moz-linear-gradient(top, #587498, #3b4e66);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#587498), to(#3b4e66));
	background-image: -webkit-linear-gradient(top, #587498, #3b4e66);
	background-image: -o-linear-gradient(top, #587498, #3b4e66);
	background-image: linear-gradient(to bottom, #587498, #3b4e66);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff587498', endColorstr='#ff3b4e66', GradientType=0);
	border: 1px solid #3b4e66;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inverse .brand, .navbar-inverse .nav>li>a {
	color: #ccc;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn {
  background-color: hsl(212, 28%, 28%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#58789c", endColorstr="#33465b");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#58789c), to(#33465b));
  background-image: -moz-linear-gradient(top, #58789c, #33465b);
  background-image: -ms-linear-gradient(top, #58789c, #33465b);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #58789c), color-stop(100%, #33465b));
  background-image: -webkit-linear-gradient(top, #58789c, #33465b);
  background-image: -o-linear-gradient(top, #58789c, #33465b);
  background-image: linear-gradient(#58789c, #33465b);
  border-color: #33465b #33465b hsl(212, 28%, 23%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

.navbar-inverse .nav .active>a, .navbar-inverse .nav .active>a:hover, .navbar-inverse .nav .active>a:focus {
	color: #ffffff;
	background-color: #3b4e66;
}

input[name=qty]#qty {
	width:110px;
	padding:11px;
	font-size:16px;
}

.thumbnail .price {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
}

.thumbnail .price .now-text {
	font-size:11px;
}

.popular ul li .imgholder,
.categories	div .imgholder {
	border:1px solid #ddd;
	min-height:168px;
}
.imgholder {
	min-height:160px;
	position:relative;
	background:#fff;
	text-align:center;
}
.imgholder i.icon-spinner,
.imgholder i.icon-zoom-in {
	position:absolute;
	bottom:5px;
	right:5px;
	font-size:20px;
	color:#777;
}

.nav-list>li ul {
	list-style:none;
	margin-left:10px;
}

.nav-list>li ul li a {
	padding:5px;
	padding-left:10px;
	display:block;
}

.nav-list>li ul li a:hover {
	text-decoration:none;
	background-color:#eeeeee;
}

.nav-list>li .active>a,
.nav-list>li .active>a:hover,
.nav-list>li .active>a:focus {
	border-left: 4px solid #0088cc;
	padding-left: 6px;
}

.thumbnail .imgholder > img {
	max-height:150px;
	margin-top:10px;
}
.popular .imgholder {
	background:#fff;
}
.popular .imgholder img {
	padding-top:20px;
	padding-bottom:20px;
}

.login-menu .input-holder {
	padding:0px 10px 0px 10px;
}

.login-menu .input-holder:first-child {
	padding:10px 10px 0px 10px;
}

.login-menu .input-holder:last-child {
	padding:0px 10px 7px 10px;
}

.product-image {
	min-height:400px;
	display:block;
}

#extra-images {
	margin-left:0px;
	padding-left:0px;
}

/* Large desktop */
@media (min-width: 1200px) {}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {}
 
/* Landscape phones and down */
@media (max-width: 480px) {}


@media (min-width: 1200px) {

	.btn.btn-nav {
		display:none;
	}
	.wrapper {
		border:1px solid #ddd;
		padding-top:35px;
		background-color:#fff;
		width: 1170px;
		margin-left:auto;
		margin-right:auto;
		padding:20px;
	}
	
	.search-box {
		margin-top:30px;
	}
	
	.logo-box {
		margin-top:20px;
	}
	
	.search-box input[name=q] {
		width: 278px;
	}

}

@media (max-width: 767px) {

	.wrapper {
		width:auto;
		padding:0px;
		border:0px;
		background:#fff;
	}

	body {
		background:#fff;
	}
	
	.shopping-cart-preview {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	
	.logo-box,
	.search-box {
		float: left;
		width: 60%;
	}
	
	.nav-bar .btn-nav,
	.btn-categories {
		display:block!important;
	}
	
	.category-box {
		height: 0px;
		overflow: hidden;
		padding: 0px;
		border: 0;
	}
	
	.navbar-inner {
		padding-left:0px;
		padding-right:0px;
	}
	
	.search-box {
		margin-top:0px;
	}
	
	.logo-box {
		margin-top:0px;
	}
	
	#extra-images li {
		width:70px;
	}
	
	.search-box input[name=q] {
		width:180px;
	}
	
}

@media (min-width: 767px) {

	.category-box.collapse {
		height: auto!important;
		overflow: visible!important;
	}
	
	.btn.btn-nav {
		display:none;
	}
	
	.search-box {
		margin-top:30px;
	}
	
	.logo-box {
		margin-top:20px;
	}
	
	.postcode-input {
		width:110px;
	}
	
	#extra-images li {
		width:85px;
	}

}


@media (max-width: 979px) and (min-width: 768px) {

	.wrapper {
		width: 724px;
	}
	
	.btn.btn-nav.pull-right {
		display:block;
	}
	
	.btn.btn-add {
		width: 61px;
	}
	
	.thumbnail .imgholder {
		min-height: 94px;
	}

	.categories	div .imgholder,
	.popular ul li .imgholder {
		min-height: 115px;
	}
	
	.popular .imgholder img {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	#options select {
		width: 150px;
	}
	
	#options tr td:first-child,
	#options label {
		width: 45px;
		white-space: nowrap;
		overflow:hidden;
		display:block;
		text-overflow:ellipsis;
	}

	#extra-images li {
		width:80px;
	}	
	
	.search-box input[name=q] {
		width:134px;
	}	
	
}



/* .thumbnail h5,
.well.popular h5,
.row.categories .span2 h5,
a {
	color:#fe6306;
}
a {
	color: #e77306
}
			
.nav-list>.active>a:hover, .nav-list>.active>a:focus {
	background-color: #e75603;
}
			
.nav-list>.active>a, .nav-list>.active>a:hover, .nav-list>.active>a:focus {
	background-color: #e75603;
}
 */
.thumbnail .product-name {
	display:block;
	height:2.8em;
	overflow:hidden;
	margin-bottom:10px;
	text-overflow:ellipsis;
	/*white-space:nowrap;*/
}

.shopping-cart {
	font-size:50px;
	color:#888;
	text-align:center;
}

.shopping-well {
	padding:5px 10px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	position: relative;
}

.shopping-well .icon-shopping-cart:hover {
	text-decoration:none;
}

.popover-cart {
	margin-top: 92px !important;
	width: 350px;
	left: -175px;
}

.popover-cart .arrow {
	left:81% !important;
}

.navbar-form .input-append {
	margin:0px;
	padding:0px;
}

#myCarousel .active.item {
	overflow:hidden;
	height:300px;
}

.white {
	color:White;
}

.infolinks a {
	color:#555;
}

.infolinks .contact a {
	color:#0088cc;
}

#extra-images {
	list-style:none;
}

#extra-images li {
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
}

form {
	margin:0px;
	padding:0px;
}

#sort-categories-btn {
	text-transform:capitalize;
}

#cartflagblock {
	float:right;
	width:50px;
	height:93px;
}

/* Reset float for the Flags on the Cart Page */
#cart FORM#ChangeCountry IMG#CurrentCountryFlag {
	float:none;
}

#ChangeCountry LI:hover
{
	text-decoration: underline;
	cursor: pointer;
}

#ChangeCountry li {
	background-image: url(/images/flags/fullset.png);
	background-repeat: no-repeat;
	cursor: pointer;
	line-height: 16px;
	font-size: 12px;
	padding-top: 1px;
	padding-left: 18px;
	width:200px;
	overflow:hidden;
	text-overflow:ellipsis;
}

#ChangeCountry li:hover, form#sort-categories li:hover{
	text-decoration:underline;
}

#ChangeCountry .dropdown-menu{
	height: 250px;
	width: 225px;
	overflow:auto;
}

#pricing-selector {
background-image: url(/images/flags/fullset.png);
margin-right: 3px;
margin-top: 2px;
height: 18px;
display: block;
float: left;
width: 16px;
}

.products .hproduct > form,
.products .hproduct > div {
	text-align:center;
}

.products .hproduct > span {
	display:block;
	text-align:center;
	margin:3px;
}

span.currencyprice {
	font-size:11px;
}

h1.fn {
	margin-top:2px;
}

.hproduct > form > input[type="text"],
.details > div > form > input[type="text"] {
	width:25px;
}

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

.price {
	font-weight:bold;
}

dl.identifier,
dl.identifier > dt,
dl.identifier > dd {
	padding:0px;
	margin:0px;
	font-size:12px;
}

/* Hiding Identifier for Google Rich Text Listings */
dl.identifier > dt {
	display:none;
}

.tax {
	font-weight:normal;
	font-size:10px;
}

.listprice {
	clear:both;
}