/**
 * QUnit - A JavaScript Unit Testing Framework
 *
 * http://docs.jquery.com/QUnit
 *
 * Copyright (c) 2011 John Resig, JÃ¶rn Zaefferer
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * or GPL (GPL-LICENSE.txt) licenses.
 */

/** Font Family and Sizes */



#qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}

#qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; }
#qunit-tests { font-size: smaller; }


/** Resets */

#qunit-tests, #qunit-tests ol, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult {
	margin: 0;
	padding: 0;
}


/** Header */

#qunit-header {
	padding: 0.5em 0 0.5em 1em;

	color: #8699a4;
	background-color: #0d3349;

	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal;

	border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
}

#qunit-header a {
	text-decoration: none;
	color: #c2ccd1;
}

#qunit-header a:hover,
#qunit-header a:focus {
	color: #000;
}

#qunit-banner {
	height: 5px;
}

#qunit-testrunner-toolbar {
	padding: 0.5em 0 0.5em 2em;
	color: #5E740B;
	background-color: #eee;
}

#qunit-userAgent {
	padding: 0.5em 0 0.5em 2.5em;
	background-color: #2b81af;
	color: #000;
	text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px;
}


/** Tests: Pass/Fail */

#qunit-tests {
	list-style-position: inside;
}

#qunit-tests li {
	padding: 0.4em 0.5em 0.4em 2.5em;
	border-bottom: 1px solid #fff;
	list-style-position: inside;
}

#qunit-tests.hidepass li.pass, #qunit-tests.hidepass li.running  {
	display: none;
}

#qunit-tests li strong {
	cursor: pointer;
}

#qunit-tests li a {
	padding: 0.5em;
	color: #c2ccd1;
	text-decoration: none;
}
#qunit-tests li a:hover,
#qunit-tests li a:focus {
	color: #000;
}

#qunit-tests ol {
	margin-top: 0.5em;
	padding: 0.5em;

	background-color: #000;

	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;

	box-shadow: inset 0px 2px 13px #999;
	-moz-box-shadow: inset 0px 2px 13px #999;
	-webkit-box-shadow: inset 0px 2px 13px #999;
}

#qunit-tests table {
	border-collapse: collapse;
	margin-top: .2em;
}

#qunit-tests th {
	text-align: right;
	vertical-align: top;
	padding: 0 .5em 0 0;
}

#qunit-tests td {
	vertical-align: top;
}

#qunit-tests pre {
	margin: 0;
	white-space: pre-wrap;
	word-wrap: break-word;
}

#qunit-tests del {
	background-color: #e0f2be;
	color: #374e0c;
	text-decoration: none;
}

#qunit-tests ins {
	background-color: #ffcaca;
	color: #500;
	text-decoration: none;
}

/*** Test Counts */

#qunit-tests b.counts                       { color: black; }
#qunit-tests b.passed                       { color: #5E740B; }
#qunit-tests b.failed                       { color: #710909; }

#qunit-tests li li {
	margin: 0.5em;
	padding: 0.4em 0.5em 0.4em 0.5em;
	background-color: #000;
	border-bottom: none;
	list-style-position: inside;
}

/*** Passing Styles */

#qunit-tests li li.pass {
	color: #5E740B;
	background-color: #000;
	border-left: 26px solid #C6E746;
}

#qunit-tests .pass                          { color: #528CE0; background-color: #D2E0E6; }
#qunit-tests .pass .test-name               { color: #366097; }

#qunit-tests .pass .test-actual,
#qunit-tests .pass .test-expected           { color: #999999; }

#qunit-banner.qunit-pass                    { background-color: #C6E746; }

/*** Failing Styles */

#qunit-tests li li.fail {
	color: #710909;
	background-color: #000;
	border-left: 26px solid #EE5757;
}

#qunit-tests > li:last-child {
	border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
}

#qunit-tests .fail                          { color: #000000; background-color: #EE5757; }
#qunit-tests .fail .test-name,
#qunit-tests .fail .module-name             { color: #000000; }

#qunit-tests .fail .test-actual             { color: #EE5757; }
#qunit-tests .fail .test-expected           { color: green;   }

#qunit-banner.qunit-fail                    { background-color: #EE5757; }


/** Result */

#qunit-testresult {
	padding: 0.5em 0.5em 0.5em 2.5em;

	color: #2b81af;
	background-color: #D2E0E6;

	border-bottom: 1px solid white;
}

/** Fixture */

#qunit-fixture {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

.cartBar{
	border-top:1px solid #171717;
	border-bottom:1px solid #171717;
	background: #272727; /* Old browsers */
	background: -moz-linear-gradient(top, #272727 0%, #161616 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#272727), color-stop(100%,#161616)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #272727 0%,#161616 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #272727 0%,#161616 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #272727 0%,#161616 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#161616',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #272727 0%,#161616 100%); /* W3C */
	-webkit-box-shadow:inset 0px 1px 0px rgba(255,255,255,.2);
	-moz-box-shadow:inset 0px 1px 0px rgba(255,255,255,.2)
	box-shadow:inset 0px 1px 0px rgba(255,255,255,.2);
	color:#000;
	font-size:12px;
	text-align:center;
	overflow:hidden;
	position:fixed;
	z-index:1001;
	top:0;
	left:0;
	width:100%;
	margin-top:-44px;
}
.cartBar ul{
	height:32px;
	list-style:none;
	display:inline-block;
	width:auto;
	padding:10px 0 0 0;
	margin:0;
}
.cartBar ul li{
	float:left;
	padding:0 10px;
	border-right:1px solid #000;
	border-left:1px solid #474747;
	height:22px;
	line-height:22px;
}
.cartBar ul li.first{
	border-left:none;
}
.cartBar ul li.last{
	border-right:none;
}
.cartBar strong{
	color:#ccc;
}
.cartBar a{
	color:#000;
	text-transform:uppercase;
}
.cartBar a:hover{
	color:#39f;
}
.cartBar .simpleCart_checkout{
	display:block;
	width:92px;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btnCheckout.png);
	margin-top:-3px;
	opacity: 0.88;
}
.cartBar .simpleCart_checkout:hover{
	opacity: 1;
}
.cartBar .simpleCart_checkout:active{
	opacity: 1;
	background-position:-92px 0;
}
#cart{
	display:none;
	width:100%;
	background:#202020;
	border-top:1px solid #171717;
	padding:20px 0;
}
#cart:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#cart { display: inline-block; }
* html #cart { height: 1%; } /* Hides from IE-mac \*/
#cart { display: none; }

.cartMeta{
	display:inline-block;
}
.simpleCart_items{
	width:100%;
	margin:0 auto;
	height: 150px;

margin-right: auto;
margin-left: auto;
}
.simpleCart_items a{
	width:100%;
	margin:0 auto;
	float:left;
	display:inline-block;
	
}
.cartHeaders{
	background:#111;
	height:14px;
	padding:4px 0;
}
.cartHeaders div{
	float:left;
	margin:0 10px;
	text-align:left;
}
.itemContainer{
	clear:both;
	height:16px;
	padding:8px 0;
	border-bottom:1px solid #111;
	border-top:1px solid #2c2c2c;
}
.itemContainer:first-child{
	border-top:none;
}
.itemContainer:last-child{
	border-bottom:none;
}
.itemContainer div{
	float:left;
	margin:0 10px;
	text-align:left;
}
.itemName{width:25%;}
.itemSize{width:5%;}
.itemPrice{width:10%;}
.itemOptions{width:5%;}
.itemQuantity{
	width:30%;
	text-align:center !important;
}

.shipping-info{
	float:left;
	margin-left:10px;
}
@charset "UTF-8";
/* CSS Document */

/*---------------------------
GENERAL
---------------------------*/


.simpleCart_shelfItem label{
	color:#000;
	font-size:13px;
}
a:hover{color:#000;}

#item-quantity{
	width:30%;
	padding:8px;
	border:1px solid #cbcbcb;
	vertical-align:middle;
}
/****cart bar****/
.cartBar{
	border-top:1px solid #171717;
	border-bottom:1px solid #171717;
	background: #272727; /* Old browsers */
	background: -moz-linear-gradient(top, #272727 0%, #161616 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#272727), color-stop(100%,#161616)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #272727 0%,#161616 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #272727 0%,#161616 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #272727 0%,#161616 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#161616',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #272727 0%,#161616 100%); /* W3C */
	-webkit-box-shadow:inset 0px 1px 0px rgba(255,255,255,.2);
	-moz-box-shadow:inset 0px 1px 0px rgba(255,255,255,.2)
	box-shadow:inset 0px 1px 0px rgba(255,255,255,.2);
	color:#000;
	font-size:12px;
	text-align:center;
	overflow:hidden;
	position:fixed;
	z-index:1001;
	top:0;
	left:0;
	width:100%;
	margin-top:-44px;
}
.cartBar ul{
	height:32px;
	list-style:none;
	display:inline-block;
	width:auto;
	padding:10px 0 0 0;
	margin:0;
}
.cartBar ul li{
	float:left;
	padding:0 10px;
	border-right:1px solid #000;
	border-left:1px solid #474747;
	height:22px;
	line-height:22px;
}
.cartBar ul li.first{
	border-left:none;
}
.cartBar ul li.last{
	border-right:none;
}
.cartBar strong{
	color:#ccc;
}
.cartBar a{
	color:#000;
	text-transform:uppercase;
}
.cartBar a:hover{
	color:#39f;
}
.cartBar .simpleCart_checkout{
	display:block;
	width:92px;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btnCheckout.png);
	margin-top:-3px;
	opacity: 0.88;
}
.cartBar .simpleCart_checkout:hover{
	opacity: 1;
}
.cartBar .simpleCart_checkout:active{
	opacity: 1;
	background-position:-92px 0;
}
#cart{
	display:none;
	width:100%;
	background:#202020;
	border-top:1px solid #171717;
	padding:20px 0;
}
#cart:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#cart { display: inline-block; }
* html #cart { height: 1%; } /* Hides from IE-mac \*/
#cart { display: none; }

.cartMeta{
	display:inline-block;
}
.simpleCart_items{
	width:100%;
	margin:0 auto;
}
.cartHeaders{
	background:#111;
	height:14px;
	padding:4px 0;
}
.cartHeaders div{
	float:left;
	margin:0 10px;
	text-align:left;
}
.itemContainer{
	clear:both;
	height:16px;
	padding:8px 0;
	border-bottom:1px solid #111;
	border-top:1px solid #2c2c2c;
}
.itemContainer:first-child{
	border-top:none;
}
.itemContainer:last-child{
	border-bottom:none;
}
.itemContainer div{
	float:left;
	margin:0 10px;
	text-align:left;
}
.itemName{width:25%;}
.itemSize{width:5%;}
.itemPrice{width:10%;}
.itemOptions{width:5%;}
.itemQuantity{
	width:30%;
	text-align:center !important;
	
}
a{color:#000;}
.shipping-info{
	float:left;
	margin-left:10px;
}

