#viewport{  min-height:500px; }

/**
 * ==========================================================================
 * Header section
 * ==========================================================================
 */
#topbar {
	padding: 0;
	margin: 30px 0;
	border-bottom: none;
	position: relative;
}

#headerimage,
#topbar ul {
	margin: 0;
	padding: 0;
}

#topbar ul {
	position: absolute;
	top: -10px;
	right: 0;
	padding: 10px 0;
}

#topbar ul li { display: inline; }

#topbar ul a {
	display: block;
	float: left;
	margin: 0;
	margin-left: 5px;
	line-height: 18px;
	color: #666;
	font-size: 14px;
	width: 4.5rem;
	text-align: center;
}

#topbar ul a:hover {
	color: #000;
	font-weight: bold;
}

#topbar-cart-number {
	line-height: 1;
	border: 1px solid #ddd;
	padding: 6px 8px;
	display: inline-block;
	margin-top: -3px;
	margin-left: 6px;
	font-weight: normal;
	margin-right: 0.8rem;
}

#topbar-cart-text,
#topbar-cart-number{
	font-style: normal;
	float: left;
}

#topbar-cart-text{
	width:1.8rem!important;
}

/**
 * Language menu.
 * ==========================================================================
 */

.langmenu a{
	color: #666;
	font-size: 0.875em;
	text-decoration: none;
}

.langmenu a:hover {
	color: #000;
	text-decoration: underline;
}

.langmenu a img{
	margin-right:6px;
	margin-left: 1px;
}

.langmenu {
	float: right;
	margin-top: 40px;
}

/**
 * ==========================================================================
 * Forms
 * ==========================================================================
 */
input, textarea {
	width: 256px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"] {
	display: inline-block;
	margin-bottom: 20px;
	line-height: 20px;
	color: #000000;
	vertical-align: middle;
	box-sizing: border-box;
	height: 2.55rem;
	font-size: 0.875rem;
	padding: 0.25em 8px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"]{
	background-color: #ffffff;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 1px 1px 1px #eee;
	-moz-box-shadow: inset 1px 1px 1px #eee;
	box-shadow: inset 1px 1px 1px #eee;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus{
	outline: 0;
	-webkit-box-shadow: inset 0 0 2px 2px #8fbbe5;
	-moz-box-shadow: inset 0 0 2px 2px #8fbbe5;
	box-shadow: inset 0 0 2px 2px #8fbbe5;
}

select {
	width: 220px;
	background-color: #ffffff;
	border: 1px solid #ddd;
}

#checkout .submitblock{
	margin-left: 0;
}

/**
 * ==========================================================================
 * Main Navigation bar.
 * ==========================================================================
 */
#menubar {
	display: table;/* To display titles that spread on two lines without using flexboxes */
	width: 960px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 17px;
	border-top: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

#menubar ul {
	padding: 0;
	margin: 0;
}

#menubar li {
	display: table-cell;
	padding: 15px 10px 10px;
	vertical-align: text-top;
	border-bottom: 6px solid transparent;
}

#menubar li:hover{
	border-bottom: 6px solid #000;
}

/**
 * Search bar portion of the navigation bar.
 * ==========================================================================
 */
#menubar form {
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	border-left: 1px solid #ddd;
	position: relative;
	margin-bottom: 0;
}

#menubar form input {
	height: 100%;
	width: 100%;
	padding: 10px 15px;
	margin: 0;
	border: 0;
	box-shadow: none;

}

/**
 * Inset "+" link in the search bar.
 * ==========================================================================
 */
#menubar form a {
	margin: 0;
	text-align: center;
	font-size: 30px;
	color: #ccc;
	width: 48px;
	position: absolute;
	top: calc(50% - 11px);
	right: 0;
}

/* Targeting IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#menubar form{
		line-height: normal;
	}
	#menubar form a {
		top: auto;
	}
}

/**
 * ==========================================================================
 * Side Menu.
 * ==========================================================================
 */

#menutree {
	list-style: none;
	margin: 1em 0 0;
	font-size: 15px;
}

#menutree a {
	color: #666;
}

#menutree a:hover {
	color: #000;
}

#menutree li {
	line-height: 1.25;
}

#menutree ul {
	display: none;
	list-style: none;
	font-weight: normal;
	font-size: 14px;
	margin: .35em 0 .75em;
}

#menutree ul a {
	color: #666;
	font-weight: normal;
}

#menutree ul ul {
	font-size: 12px;
}

#menutree ul ul a {
	text-transform: none;
}

/**
 * ==========================================================================
 * Breadcrumbs.
 * ==========================================================================
 */

.breadcrumbs {
	border-bottom: 1px solid #eee;
	padding: 4px 0 13px;
	margin-bottom: 20px;
	text-transform: none;
}

.breadcrumbs a {
	color: #999;
}
/**
 * ==========================================================================
 * Product details page.
 * ==========================================================================
 */

#product_details .targetarea { height: auto; }

.product_cell_label a {
	font-size: 1rem;
	text-decoration: none;
	font-weight: 600; display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; padding: 8px 5px 5px;
}

.product_cell {
	border: 1px #EBEBEB solid;
}

.product_cell_label {
	text-transform: none;
	border-top: 1px solid #EBEBEB;
	background-color: #fff;
}

.product_cell_price_slash, .product_cell_price {
	line-height: 22px;
	text-decoration: none;
	padding: 8px 5px 5px 0px;
}

.product_cell_price_slash {
	font-weight: normal;
}

.product_cell_price {
	color: #666;
	font-weight: bold;
}

#paginator {
	text-align: left;
}

.product-grid {
	padding-left: 30px;
}

.product_cell {
	border: none;
	margin-bottom: 20px;
	padding-right: 30px;
}

.product_cell_label {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
}

.product_cell img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 7px;
}

.product_cell_label {
	border: none;
	margin-top: .5em;
	text-align: left;
}

.product_cell_label a {
	margin: 0;
	padding: 0;
}

.product_cell_graphic {
	border: 1px solid #e4e0d8;
}

#product_details .addcart  {
	background-color: #000;
}

#product_details #addToCart,
#product_details #out-of-stock {
	vertical-align:middle;
	margin:15px 10px 15px 0;
}

#product_details #addToCart a{
	color: #ffffff;
}

#product_details #out-of-stock {
	color:#aaaaaa;
	background-color:#eeeeee;
}

#product_details .qty{
	text-align: center;
}

#product_details .qty span{
	display:inline-block;
}

#product_details .qty label,
#product_details .qty input{
	display:inline-block;
	float:left;
	margin:15px 10px 15px 0;
	padding:0!important;
	vertical-align:top;
	font-size:15px;
}

#product_details .qty label{
	line-height:45px;
	margin-right: 5px;
}

#product_details .qty input{
	box-sizing: border-box;
	height:45px;
	width:50px;
	border: solid 1px #ddd;
	background-color: #fff;
}

#product_details #Product_intQty{
	border: 1px solid #e5e5e5;
	height: 45px;
	min-width: 45px;
	margin-left: 0;
	margin-right: 5px;
}

#product_details .wishlist {
	background: none;
	vertical-align:middle;
	margin:15px 0 15px 0;
}

#product_details .wishlist a {
	text-transform: none;
	color: #666;
	text-decoration: none;
	font-size: 1rem;
}

#product_details .wishlist a:focus {
	outline: none;
}

#product_details .wishlist a:hover {
	color: #000;
}

#product_details .outofstock {
	color: #AAA;
	float: left;
	height: 40px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 12px 10px 10px;
	text-align: center;
	text-transform: uppercase;
	background: #EEE;
	font-size: 1.1em;
}

#product_details .price {
	font-size: 2.75rem;
	margin-top: 30px;
}

.currency-sign {
	vertical-align: top;
	font-size: 2rem;
}

.price_reg {
	font-size: 0.875rem;
	color: #4A4A4A;
	margin-top: 18px;
}

.price-savings {
	color: #989898;
	margin-left: 5px;
}

.brand {
	margin-top: 5px;
	margin-bottom: 0;
}
/**
 * ==========================================================================
 * Pagination.
 * ==========================================================================
 */

#pagination {
	text-align: center;
	margin: 15px 45px 30px 5px;
}

#pagination .hidden {
	visibility: visible;
}

#pagination .hidden a {
	color: #ddd;
}

#pagination .hidden a:hover {
	cursor: default;
	color: #ddd;
}

#pagination li {
	display: inline;
}

#pagination a {
	display: inline-block;
	width: 2rem;
	padding: 8px 0;
	border: 1px solid #eee;
}

#pagination a:hover {
	color: #444;
	border-color: #ccc;
}

#pagination .selected a {
	background-color: #eee;
}

#pagination .selected a:hover {
	cursor: default;
	border: 1px solid #eee;
}

#pagination .first a,
#pagination .previous a,
#pagination .next a,
#pagination .last a {
	width: 6rem;
	text-align: left;
	border-color: #fff;
	text-transform: none;
}

#pagination .next a,
#pagination .last a {
	text-align: center;
}

/**
 * ==========================================================================
 * Footer section.
 * ==========================================================================
 */

#footer .store {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
	overflow: hidden;
}

#footer p {
	font-size: 14px;
	text-transform: none;
	line-height: 1.3;
	margin: 0;
	font-weight: normal;
}

#footer p strong {
	font-size: 16px;
	color: #333;
}

#footer .address {
	float: left;
}

#footer .hours {
	float: right;
	width: 16em;
	text-align: right;
	color: #888;
	font-size: 14px;
}

#footer ul {
	float: left;
	list-style: none;
	margin: 0 0 30px;
}

#footer li {
	display: inline;
}

#footer li a {
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	line-height: 48px;
	margin-right: 2em;
}

#footer li a:hover {
	border-top: 6px solid #000;
	line-height: 42px;
	margin-top: -3px;
}

#footer .copyright {
	height: 48px;
	line-height: 48px;
	float: right;
	width: 24em;
	font-weight: normal;
	color: #888;
	font-size: 12px;
	text-transform: none;
	text-align: right;
}

/**
 * ==========================================================================
 * Buttons.
 * ==========================================================================
 */
.outer {
	transition: background-color 0.4s ease;
	box-sizing: border-box;
	height: 45px;
	text-align: center;
	position: relative;
	background-color: #000;
	font-size: 1rem;
	text-transform: uppercase;
	margin: 0;
	color: #fff;
	cursor: pointer;
	line-height: 45px;
	overflow: hidden;
	float: left;
}

.outer:hover {
	background-color: #333;
}

.outer span {
	transition: opacity 0.3s ease, margin-top 0.3s ease;
	display: block;
	font-size: 18px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -20px;
	opacity: 0;
}

.outer .inner {
	transition: opacity 0.3s ease;
	width: 100%;
	height: 45px;
	color: #FFF;
	-webkit-animation: colorchange 1s linear 1s infinite alternate;
	animation: colorchange 1s linear 1s infinite alternate;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}

.outer .inner.active {
	opacity: 1;
}

.outer span {
	font-size: 1rem;
	background: #999;
	margin-top: -50px;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
}

.outer.done span {
	opacity: 1;
	margin-top: 0;
}

.outer.done .loader {
	opacity: 0;
}

@-webkit-keyframes colorchange
{
	0%   { background-color: #777; /* from: dark */ }
	100% { background-color: #333; /* to: light   */ }
}

@keyframes colorchange
{
	0%   { background-color: #777; /* from: dark */ }
	100% { background-color: #333; /* to: light   */ }
}

/**
 * ==========================================================================
 * Media queries
 * ==========================================================================
 */

/**
 * Mobile phones.
 * ==========================================================================
 */
@media only screen and (max-width: 480px) {
	/**
	* =================================
	* Product details page.
	* =================================
	*/
	.product_cell_label {
		text-align: center;
	}

	.product_cell img {
		max-width: 100%;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		max-height: 190px;
		padding-top: 7px;
	}

	#product_details .price {
		line-height: normal;
	}

	/**
	* =================================
	* Pagination.
	* =================================
	*/
	#paginator {
		font-size: .8em;
	}

	#pagination li {
		display: none;
	}

	#pagination li.hidden {
		display: none !important;
	}

	#pagination li.page.selected,
	#pagination li.next,
	#pagination li.last,
	#pagination li.first,
	#pagination li.previous {
		display: inline-block;
	}

	#pagination .next a,
	#pagination .last a,
	#pagination .first a,
	#pagination .previous a {
		width: auto;
	}

	/**
	* =================================
	* Footer.
	* =================================
	*/
	#footer {
		text-align: center;
	}

	#footer ul {
		margin-bottom: 0;
	}

	#footer .address {
		float: none;
		margin-bottom: 1em;
	}

	#footer .hours {
		float: none;
		width: 100%;
		text-align: center;
	}

	#footer li a {
		font-size: .8em;
		margin-left: 1em;
		margin-right: 1em;
		display: inline-block;
		color: #666;
	}

	#footer li a:hover {
		border-top: 0;
		color: #000;
	}

	#footer .copyright {
		float: none;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 640px) {
	#xlsSearch {
		font-size: 16px!important; /*hack for input zoom bug ios. http://www.ampedupdesigns.com/blog/show?bid=53*/
	}
}

/**
 * Tablets.
 * ==========================================================================
 */

@media (max-width: 720px) {
	form#login-form {
		margin: 0;
		width: 100%;
	}

	/**
	* =================================
	* Forms.
	* =================================
	*/
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="number"],
	input[type="email"],
	input[type="tel"],
	input[type="submit"]{
		max-width: none;
		width: 100%;
	}

	#viewport h1{
		margin: 0;
	}

	#container .row-fluid > .span2 ~ .span10 {
		padding: 0;
	}

	.forgotpassword,
	.forgotpassword a{
		display: block;
		margin:15px 0;
		text-align: center;
	}

	#wishlistdisplay .forgotpassword{
		display: block;
		margin:15px 0;
		text-align: center;
	}

	#wishlistdisplay #btnSubmit {
		float: none;
	}
}

@media only screen and (max-width: 767px) {
	/**
	* =================================
	* Product details page.
	* =================================
	*/
	.product_cell img {
		max-width: 100%;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		max-height: 190px;
		padding-top: 7px;
	}

	#product_details .wishlist{
		border:1px solid #dddddd;
	}
}

@media only screen and (max-width: 979px) {
	#container .row-fluid > .span2 ~ .span10{
		width: 100%;
		padding-right: 20px;
	}

	#container {
		padding: 0 4%;
	}

	/**
	* =================================
	* Header section
	* =================================
	*/
	#topbar {
		margin: 30px 0 0;
	}

	#topbar ul {
		position: relative;
		top: initial;
		right: initial;
		margin-top: 20px;
		text-align: center;
	}

	#topbar ul li {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: top;
	}

	/**
	* Language menu.
	* ======================
	*/
	#topbar .span3{
		float: right;
	}

	#topbar .langmenu { margin: 40px 0 15px; }

	/**
	* =================================
	* Main Navigation bar.
	* =================================
	*/
	#menubar,
	#menubar form{
		display: block;
		border: 0;
		width: 100%;
	}

	#menubar ul{
		display: none;
	}

	/**
	* Search bar portion of the nav bar.
	* =================================
	*/
	#menubar form{
		float: none;
	}

	#menubar form input{
		border: 1px solid #ccc;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		max-width: none;
		height: 50px;
	}

	/**
	* =================================
	* Side menu.
	* =================================
	*/
	.row-fluid .span2 #menutree {
		display: none;
	}

	/**
	* =================================
	* Product details page.
	* =================================
	*/
	.product-grid { padding-left: 0; }
	.product_cell { padding-right: 0; }

	/**
	* =================================
	* Pagination.
	* =================================
	*/
	#pagination {
		margin-right: 5px;
	}

	.row-fluid .span9{
		width:100%;
	}
}

/* Targeting IE10+ */
@media screen and (-ms-high-contrast: active) and (min-width: 979px),
(-ms-high-contrast: none) and (max-width: 979px) {
	#menubar form{
		line-height: 50px;
	}
}

/**
 * Desktops etc...
 * ==========================================================================
 */
@media only screen and (min-width: 979px){
	.hidden-lg {
		display: none;
		visibility: hidden;
	}
}







