/** Header Footer **/
.headsprite {
	background: url("https://res.cloudinary.com/csicdn/image/upload/v1/Images/Sprites/csg-5351b4d60c659.jpg") no-repeat top left;
	display: inline-block;
	text-indent: -9999px;
}

h1, h2, h3 {
	display: block;
}

.cWrapper {
	overflow: visible;
	min-width: 0;
	max-width: auto;
	width: 100%;
}

#header {
	padding-top: 5px;
	height: 40px;
}
#header .cWrapper {
	max-width: 100%;
}

#header #header-top {
	position: fixed;
	width: 100%;
	height: 33px;
	box-shadow: 1px 1px 2px 1px lightgray;
	background-color: white;
	z-index: 3;
	margin-top: -5px;
	padding-top: 5px;
	padding-bottom: 2px;
	
}
#header #hamburger {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
	height: 100%;
	width: 30px;
	padding-left: 5px;
	position: relative;
}

#hamburger-close {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	cursor: pointer;	
	width: 100%;
	height: 32.8px;
	padding-top: 5px;
	margin-left:5px;
}

#hamburger-close i {	
	height:32px; 	
}

#header #logo {
	display: inline-block;
	text-align: center;
	position: relative;
	padding: 0;
	float: none;
	width: 65%;
}
#header #logo img {
	height: 33px;
	margin-left: 25%;
}
#header #user-icons {
	float: right;
	vertical-align: top;
}
#header #cart, #header #user-account-link {
	position: relative;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
	font-size: 1.5em;
}
#header #user-account-link {
	margin-right: 0.7em;
}
#header #cart a, #header #user-account-link a {
	color: black;
}

#home-links>* {
	text-align: left;
	display: block;
}

#page-container, #content, #search {
	min-width: 0;
	width: 100%;
	max-width: 100%;
}

#search {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.2em;
}

#search-form {
	display: block;
	text-align: center;
	margin-left: auto;
}
#search-form .mobile_searchBar {
	margin: 5px;
	min-width: 50px;
	width: 60%;
	display: inline-block;
}
#search-form input[type="submit"] {
	margin: 5px auto;
	font-size: 12px;
}
#search span.r {
	float: none;
	margin: auto;
	text-align: center;
	display: block;
}

#mobile_leftMenu {
	display:block;
	z-index: 1000;
	position: fixed;
	font-size: small;
	left: -200px;
	width: 200px;
	height: 100%;
	border-right: 1px solid gray;
	background-color: white;
	top: 0px;
	overflow-y: scroll;
}
#mobile_leftMenu h1 {
	font-weight: bold;
	font-size: small;
}
#mobile_leftMenu ul {
	list-style-type: none;
}
#mobile_leftMenu .sidebarTest {
	margin: 0;
}
#mobile_leftMenu .sidebarContainer ul {
	box-shadow: none;
	-webkit-box-shadow: none;
}
#mobile_leftMenu .sidebarContainer ul li:hover {
	background-color: white;
}

#home-links {
	margin-left: 10px;	
}

#home-links span {
	line-height: 40px;
	border-bottom: 1px solid #D3D3D3;		
}

#home-links span a {
	display: inline-block;
	width: 100%;	
}

#logInout-link {
	line-height: 65px;
	margin-left: 10px;		
}

.sidebarTest li {
	line-height: 40px !important;
	border-bottom: 1px solid #D3D3D3;	
}

#load-time {
	margin: 0;
	margin: 15px auto;
	min-width: 0;
	text-align: center;
	bottom: auto;
	float: none;
	display: block;
	width: 100%;
	height: 1em;
}

#mainContent, #wishlistContent {
	margin-left: 0px;
}

#footer p {
	font-size: 8pt;
	text-align: center;
}

#mini-cart {
	position: fixed;
	top: 50%;
	left: 25%;
}

.ajaxResult {
	width: 100%;
}

/** END Header Footer **/

/** User Login **/
#userLogin .LCol, #userLogin .RCol {
	width: 90%;
	float: none;
	margin: auto;
}
#userLogin ul {
	list-style-type: none;
}
#userLogin {
	width: 90%;
}
#userLogin input[type="text"], #userLogin input[type="email"], #userLogin input[type="password"], #userLogin input[type="submit"] {
	width: 90%;
	display: block;
}
/** END User Login **/

/** Search view **/
@media (min-width: 0px) and (max-width: 1150px) {
	.mySearch thead .filter, .mySearch tfoot .filter {
		display: inline-block;
		text-align: center;
		min-width: 200px;
		width: 100%;
	}
	.mySearch thead .results, .mySearch tfoot .results {
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	.mySearch .searchMenu {
		width: 200px;
	}
	.mySearch tbody td {
		padding: 0;
	}
	.mySearch .searchMenu ul {
		margin-left: 0px;
	}
	.mySearch .searchMenu li.first {
		width: 100%;
	}
	ul.searchMenu li.first span.ui-icon-triangle-1-s {
		float: right;
	}
}
.pAction {
	float: right;
	padding-right: 10%;
	width: auto;
}
/** END Search View **/

/** Pages **/
.filter select {
	width: 50%;
}
/** END Pages **/

/** Product Page **/
/*
#content {
	margin-top: 10px;
	min-width: auto;
}
*/
#product {
	float: none;
	width: 100%;
	
}
#prodContainer [itemprop="name"] {
	margin: 1em 0.5em;
	font-size: 1.5em;
}
#prodContainer #picContainer.bigpic {
	height: auto;
	width: auto;
	margin: 0;
}
#prodContainer #picContainer li {
	list-style: none;
}
.productBlock {
	margin: 0.5em 1em;
	padding: 1em;
}
.productBlock #priceBlock table .actualPrice {
	width: 45%;
}
.productBlock .price * {
	margin: 0;
}
.productBlock #actionButtons p {
	text-align: center;
	margin: 0.5em;
}
.productBlock #actionButtons a {
	display: inline-block;
	font-size: normal;
	padding: 5px;
	width: 140px;
}
div.otherDetails li {
	list-style: none;
	margin-left: -1.5em;
}
div.otherDetails td.r {
	width: 50%;
}
[itemprop="offers"] .b1gxf {
	display: block;
}
[itemprop="description"] {
	margin: auto 0.3em;
}
#card-details, .card-text {
	margin: auto 1em;
}
.addToWishList {
	display: block;
	text-align: center;
}
.descriptionBlock {
	margin-left: 0.2rem;
	font-size: 9pt;
}
span.cardDetails {
	font-size: 10pt;
	display: block;
	text-align: left;
}
.pq {
	text-align: right;
}
.pq .darkred {
	display: inline;
}
p.pNotes {
	margin-left: 0.3em;
}
#extraDescrDetails * {
	font-size: 1em;
	margin: auto 1em;
}
#extraDescrDetails b, #extraDescrDetails i {
	margin: 0;
}
#extraDescrDetails iframe {
	width: 100%;
	margin: 0;
}
#extraDescrDetails img {
	margin: 0;
}
#masterProduct {
	width: 100%;
}
#masterProduct ul {
	margin: auto;
}
#masterProduct .productImage {
	display: inline-block;
	float: none;
	vertical-align: top;
}
#masterProduct .productInfo {
	display: inline-block;
	float: none;
	font-size: x-small;
	width: 200px;
}
#masterProduct li {
	margin: 0;
	height: 100%;
}
#masterProduct h4 {
	font-size: 1.2em;
	margin: 0;
}
#masterProduct #mp-prev, #masterProduct #mp-next {
	width: 30%;
	height: 1.5em;
}
/** END Product Page **/

/** Cart **/
.alerts li {
	padding: 0.5em 0.5em;
	list-style: none;
}
.tableContent thead {
	display: none;
}
.pagination .pLinks {
	display: block;
	text-align: center;
	float: none;
}
.myCart .picture {
	margin: auto;
}
.myCart .quantity {
	text-align: center;
	display: inline-block;
	width: 10%;
	margin: 1em;
	vertical-align: top;
	padding-top: 1em;
}
.myCart .quantity .int {
	width: 100%;
	margin-top: -10px;
}
div.quantity, ul.mobiButtonBar {
	margin: 1em auto;
}
p.condition, p.free-shipping {
	padding-left: 0;
}
p.condition {
	font-style: italic;
}
p.free-shipping {
	color: green;
	font-weight: bold;
}
/** END Cart **/

/** User Account **/
.LCol, .RCol {
	width: 95%;
	margin: 1em auto;
	float: none;
}
#buyHistory, #orderHistory {
	width: 100%;
}
#orderHistory .LCol, #orderHistory .RCol {
	width: 95%;
}
/** END User Account **/

/** Wishlist **/
#wishlistContent h1 {
	text-align: center;
}
#wlOptions {
	display: none;
}
#wishList .actionBar td {
	display: block;
	width: 93%;
	text-align: center;
	vertical-align: top;
	margin: -5px;
}
#wishList .actionBar td select {
	text-align: center;
	width: 15em;
}
#wishList .actionBar label {
	display: none;
}
#wishList tbody .WLDescription, #wishList tbody .WLDetails {
	display: block;
}
#wishList tbody .WLDetails {
	text-align: center;
}
#wishList tbody .WLDetails [name^="atc"] {
	display: none;
}
#wishList tbody .WLDetails li {
	list-style: none;
}
#wishList tbody .WLDetails * {
	display: inline;
	vertical-align: top;
}
/** END Wishlist **/

/** Checkout Thank You **/
#checkout_thankyou tbody>tr>td:nth-of-type(2) {
	display: none;
}
#checkout_thankyou td {
	border: none!important;
}/** END Checkout Thank You **/

/** New Releases **/
#groups .group h2 {
	margin: 1em;
	text-align: center;
	width: 90%;
	border-radius: 4px;
}
#groups .group h2 .day {
	margin-top: -4px;
}
#groups .group ul {
	border-left: 0;
	margin-left: 0.5em;
	padding-left: 0;
	width: 100%;
}
#groups .group li {
	width: 140px;
}
.group ul.viewMain {
	margin-left: 0;
}
/** END New Releases **/
#userSettings {
	width: 100%;	
	font-size: 14px;	
}

.UserAcctSetting {
	width: 95%;		
	margin-left: 5px;
}

.UserAcctSetting li {
	line-height: 40px;
	border-bottom: 1px solid #d3d3d3;	
}

.UserAcctSetting a {
	display: inline-block;
	width:100%;
	height: 100%;	
}

.dib {
	display: inline-block;	
}

.acctSettingSp {		
	padding-top: 20px;	
}

.mnu-screen-ovly {
	position: fixed;
	top: 0;
	left:0;
	background: rgba(0,0,0,0.6);
	z-index: 99;
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
}

.mnu-lockdown {
	overflow: hidden;			
}

.articleDispTbl {
	width: 95%;
	margin: 0 auto;	
}

.articleDispTbl a {
	font-size: 16px;
	line-height: 28px;
	/*width: 83%;*/
	display: inline-block;
}

.articleDispTbl .hide, .articleDispTbl .hideHeader {
	padding-left: 1em;
	padding-right: 0;
}

.articleDispTbl .hide div {
	vertical-align: top;
}
/*
.articleDispTbl a:not(:last-of-type) {
	border-bottom: 1px solid #d3d3d3;
}
*/

#store-customer-buttons {
    background-color: #fff;
    border-top: 1px solid #000;
    height: 35px;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 89%;
    z-index: 100;
}
#store-customer-buttons a {
	width: auto;
}