@import url("cleanHeaderIcons.css");

body {
	padding:0;
	margin:0;
	font-size:12px;
    -webkit-text-size-adjust: none;
	-webkit-box-sizing: border-box;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.pageContentFrame {
	padding: 20px;
}
			



/* BANNER */

#responsiveBannerImage {
	margin-right: 10px;
}

#responsiveBannerFrame a {
	text-decoration: none;
}

#responsiveBannerFrame {
	display: block;
	width: 100%;
}

.bannerCell {
	display: inline-block;
	padding: 0px;
	vertical-align: top;
}

#responsiveBanner {
	display: block;
	padding: 10px 15px 15px 10px;
}


#responsiveBannerName {
	margin-top: 10px;
	font-size: 24px;
	text-decoration: none;
	font-weight: normal;
}

/* FUNCTIONS BAR */

.headerIconFrame {
	border-bottom: solid 2px #000;
	width: 100%;
	font-family:'helvetica neue',Arial;
}

.headerIconFrame, .headerIconFrame a {
	color: #fff;
}


.headerIconTable a {
	text-decoration: none;
}

.headerIconTable {
	display: table;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.headerSubTable {
	display: table;
	height: 45px;
	margin: 0px;
	padding: 0px;
}

.headerSubTableRow {
	display: table-row;
}

.headerSubCell {
	display: table-cell;
	vertical-align: top;
	height: 45px;
}


.headerIconRow {
	display: table-row;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.headerIconCell, .headerBanner {
	display: table-cell;
}


.headerIconCell {
	padding: 0px 9px 0px 9px;
	overflow: hidden;
}

.headerIconCell span {
	margin-top: 10px;
}


.iconAlt {
	display: none;
}

.iconText {
	display: inline-block;
	position: relative;
	margin-left: 5px;
	top: -8px;
	padding: 3px 8px 3px 8px;
	background: #000;
	opacity:0.8; filter:alpha(opacity=80); 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
    -khtml-border-radius: 10px;
    border-radius: 10px;	
}

.headerIconLink:hover .iconText {
	opacity:0.9; filter:alpha(opacity=99); 
}


.headerIcon {
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;

}

.headerCartCell {
	vertical-align: top;

}

.mediumScreen .functionGroup, .largeScreen .functionGroup {
	display: table-cell;
}


#headerCartGroup {
	width: 165px;
}


.headerCartLink {
	height: 25px;
	padding: 0px;
	vertical-align: top;
}



.headerCartXX {
	position: relative;
	top: -17px;
	
}


.cartCountIcon {
    color: #000;
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 8px;
    text-align: center;
    position: relative;
    top: -5px;
    width: 19px;
    margin-left: 5px;
    background-color: none !important;
}

/* HEADER HEIGHT */

.headerIconTable {
	margin: 0px;
	padding: 0px;
}

.headerIconTable {
	height: 45px;
	vertical-align: top;
}

.smallScreen #merchFunctionGroup, .smallScreen #headerFunctionGroup {
	top: 45px;
}


/* SEARCH */

.headSearchForm {
	padding: 0px;
	margin: 0px;
	height: 45px;
}

.headerSearchFrame {
	display: table;
	width: 100%;
	vertical-align: top;
	height: 45px;
}

.headerSearchRow {
	display: table-row;
	width: 100%;
	
}

.headerSearchCell {
	display: table-cell;
	padding: 0px 9px 0px 9px;
	vertical-align: top;
	height: 45px;
}

.headerSearchCell span {
	margin-top: 10px;
}

.smallScreen .headerSearchButtonsCell span {
	margin-top: 12px;
}

.smallScreen .headerSearchInputFrame {
	margin-top: 7px;
}

.headerSearchInputFrame {
	margin-top: 9px;
}




.headerSearchToggleCell {
	width: 25px;
}

.headerSearchFieldCell {
	width: auto;
}



.headerSearchInputFrame {
	display: block;
}

.headerSearchField {
	padding: 0px 5px 0px 5px;
	margin: 0px;
	border: 0px;
	width: 100%;
}

.headerSearchField, .searchPageField {
	vertical-align: center;
	font-size: 14px;
	display: block;
	color: #666;
	background: #fff;
	height: 28px;
	float: none;
}

.searchPageField {
	width: 75%;
}

.searchPageButton {
	margin-top: 10px;
}

.headerSearchButtonsCellGo {
	width: 20px;
	padding: 0px;
}

.headerSearchButtonsCellDone {
	width: 25px;
	padding: 0px;
}

.headerSearchButton {
	display: inline-block;
	float: none;
	margin-left: 5px;
	opacity:0.8; filter:alpha(opacity=80); 
	background: #000;
	padding: 6px 12px 6px 12px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
    -khtml-border-radius: 10px;
    border-radius: 10px;		
	font-size: 12px;
	cursor: pointer; cursor: hand;
}





.headerSearchReset {
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
	padding: 0px;
	text-align: center;
	font-size: 0px;
	background: none;
	float: right;
	color: #fff;
	cursor: pointer; cursor: hand;
	background-image: url('/images/shared_images/responsive/resetSearch1x.png');
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}

@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {

	.headerSearchReset {
	background-image: url('/images/shared_images/responsive/resetSearch2x.png');
	}
	
}

.headerSearchReset span {
	display: none;
}


.headerSearchMore {
	display: block;
	position: absolute;
	left: 52px;
	top: 38px;
	background: #efefef;
	border: solid 1px #999;
	width: 200px;
	color: #666;
	z-index: 999;
}

.headerSearchMore ul {
	list-style-type: none;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

.headerSearchMore li {
	padding: 10px 10px 10px 15px;
	cursor: pointer; cursor: hand;
}





/* CART BUTTONS */

.headerCartTable {
	display: table;
}

.headerCartRow {
	display: table-row;
}

.headerCartCell {
	display: table-cell;
	padding: 0px 5px 0px 5px;
}

.headerCartCell span {
	margin-top: 10px;
}

.headerCartTotalCell span {
	margin-top: 20px;
}


.headerCartSearchCell {
	padding: 0px 9px 0px 9px;
}

.headerCartTotalCell {
	padding-left: 0px;
}


/* MERCH ROW*/


.merchIconFrame {
	width: 100%;
}

.merchIconTable, .merchIconTable a {
	color: #fff;
}

.merchDarkText .merchIconTable, .merchDarkText .merchIconTable a {
	color: #000;
}

.merchIconTable {
	height: 40px;
}

.merchIconTable a {
	text-decoration: none;
}

.merchIconTable {
	display: table;
	padding: 0px;
	margin: 0px;
}

.merchIconRow {
	display: table-row;
	padding: 0px;
	margin: 0px;

}


/* MERCH LINKS*/

.merchIconCell {
	/*display: table-cell;*/
	display: inline-block;
	padding: 0px;
	margin: 0px;
}


.merchActive {
	background-position: center bottom;
	background-repeat: no-repeat;
	-webkit-background-size: 12px 6px;
	background-size: 12px 6px;
}



.merchIconCell:hover {
	background-color:rgba(0, 0, 0, 0.1);
}

.merchActive {
	background-color:rgba(0, 0, 0, 0.12);
	background-image: url(/images/shared_images/responsive/merch_select_white.png);
}

.merchActive:hover {
	background-color:rgba(0, 0, 0, 0.17);
}

.merchOn {
	background-color:rgba(0, 0, 0, 0.25);
}

.merchOn:hover {
	background-color:rgba(0, 0, 0, 0.3);
}


.merchLightHighlight .merchIconCell:hover {
	background-color:rgba(255, 255, 255, 0.1);
}

.merchLightHighlight .merchActive {
	background-color:rgba(255, 255, 255, 0.12);
	background-image: url(/images/shared_images/responsive/merch_select_white.png);
}

.merchLightHighlight .merchActive:hover {
	background-color:rgba(255, 255, 255, 0.17);
}

.merchLightHighlight .merchOn {
	background-color:rgba(255, 255, 255, 0.25);
}

.merchLightHighlight .merchOn:hover {
	background-color:rgba(255, 255, 255, 0.3);
}


.merchIconCell .merchAlt {
	display: none;
}

.merchIconCell a {
	display: block;
	padding: 12px 17px 12px 17px;
	margin: 0px;
	vertical-align: top;
}

.merchIconCell .merchText {
	display: inline-block;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.merchIcon {
	display: none;
	background-position: left center;
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;

}


/* SUBCATS - LARGE SCREEN */

.merchCatListFrame {
	display: block;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	float: left;
	position: absolute;
	top: 92px;
	background-color:rgba(240, 240, 240, 0.96);
	z-index: 999;
	color: #000;
	border-width: 0px 0px 3px 0px;
	border-style: solid;
	border-color:rgba(150, 150, 150, 0.96);
}




.merchCatListPadding {
	padding: 10px;
}



.merchLoad {
	font-size: 14px;
	color: #999;
	padding: 20px;
}

.merchCatListFrame a {
	text-decoration: none;
}

.merchCatListHeader {
	color: #000;
	font-size: 14px;
}

.merchLevel2 {
	display: inline-block;
	width: 250px;
	padding: 10px 10px 20px 10px;
	border-top: solid 1px #ccc;
	vertical-align: top;
	margin-right: 10px;
}


.merchSubCatName {
	font-size: 12px;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

.merchLevel2 h2 {
	padding-bottom: 4px;
}

.merchLevel3 .merchSubCatName {
	color: #333;
	font-weight: normal;
}

.merchLevel4 .merchSubCatName {
	padding-left: 10px;
}


/* MEDIUM SCREEN */

.mediumScreen .hideMedium {
	display: none;
}
.mediumScreen .iconText {
	font-size: 10px;
}

/* SMALL SCREEN */


.smallScreen .hideSmall {
	display: none;
}

.smallScreen .pageContentFrame {
	padding: 10px;
}

.smallScreen #responsiveBanner {
	padding-bottom: 5px;
}



.smallScreen .headerSearchCellXX {
	padding-top: 8px;
}

.smallScreen .headerSearchToggleCellXX {
	padding: 12px 9px 10px 5px;
}

.smallScreen .headerSearchFieldCell {
	padding-left: 2px;
}

.smallScreen .headerSearchButton {
	padding: 4px 6px 4px 6px;
	font-size: 12px;
}

.smallScreen .headerSearchInputFrame {
	padding-top: 2px;
	margin-right: 2px;
}



.smallScreen .headerSearchButton {
	margin-left: 3px;
}



.smallScreen .merchIconCell a {
	height: 20px;
	padding: 14px 17px 8px 17px;
}





.smallScreen .merchIconTable, .smallScreen .merchIconRow {
	display: block;
}


.smallScreen .merchCatListFrame {
	background-color:rgba(102, 102, 102, 0.95);
	border-width: 2px;
	border-color: #000;
	color: #fff;
}

.smallScreen .merchCatListHeader {
	color: #fff;
}

.smallScreen .merchLevel3 .merchSubCatName {
	color: #fff;
}

/*.smallScreen h2.merchSubCatNameXX {
	color: #fff;
	font-weight: normal;
	display: inline-block;
	position: relative;
	margin-left: -7px;
	margin-bottom: 4px;
	padding: 3px 7px 3px 7px;
	background: #000;
	opacity:0.90; filter:alpha(opacity=90); 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
    -khtml-border-radius: 8px;
    border-radius: 8px;	
}*/

.smallScreen h2.merchSubCatName {
	color: #ddd;
}


.smallScreen .bannerText {
	color: white;
	display: block;
	font-size: 15px;
	margin-left: 10px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.smallScreen .smallScreenHeaderGroup, #headerCartGroup {
	display: table-cell;
	vertical-align: top;
}


.smallScreen #headerCartGroup {
	width: 85px;
}

.smallScreen #merchCatalogs {
	width: 100%;
	display: block;
}

.smallScreen .merchIconTable {
	height: auto;
	display: block;
}

.smallScreen .merchIconCell {
	width: 100%;
	display: block;
}




.smallScreen #headerFunctionGroup {
	display: block;
	float: left;
	position: absolute;
	left: 0px;
	border: solid 2px #000;
	background-color: #666;
	opacity:0.95; filter:alpha(opacity=95); 
	z-index: 999;
}

.smallScreen #headerFunctionGroup .iconText {
	opacity:1; filter:alpha(opacity=99); 
}

.smallScreen #headerFunctionGroup, .smallScreen #headerFunctionGroup .headerIconCell {
	width: 85%;
	display: block;
}

.smallScreen #headerFunctionGroupSubTable, .smallScreen #headerFunctionGroupSubRow {
	width: 100%;
	display: block;
	height: auto;
}



.smallScreen .merchCatListFrame {
	width: 85%;
	border-width: 0px 3px 3px 0px;

}

.smallScreen #headerCartGroup .headerIconCell{
	width: 25px;
}

.smallScreen #headerCartGroup .iconText {
	display: none;
}


.smallScreen img  {
	max-width: 350px;
}

.smallScreen select  {
	max-width: 300px;
}


.dialogWindow .ui-widget-header {
    border: 1px solid #444;
    background: #999;
}

.dialogWindow .ui-widget-header .ui-state-focus, .dialogWindow .ui-widget-header .ui-state-hover {
    border: 1px solid #999;
    background: #fff;
}

.dialogWindow .ui-widget-header .ui-state-active {
    border: 1px solid #666;
    background: #eee;
}

.dialogWindow .ui-state-default .ui-icon {
	background-image: url("../../scripts/jquery-ui-1.11.4/images/ui-icons_222222_256x240.png");
}

.dialogWindow.ui-widget-content {
	background: #fff;
}


.infoFrame {
	display: block;
	margin: 20px 20px 20px 20px;
	border-top: 1px #ccc solid;
	padding: 20px;
	text-decoration: none;
}

.infoFrame a {
	text-decoration: none;
}

.infoCopyright {
	font-size: 12px;
	color: #999;
	text-align: center;
}

.infoBlocks {
	display: block;
	width: 100%;
	margin-bottom: 40px;
	vertical-align: top;
}


.infoBlock {
	display: inline-block;
	width: auto;
	margin-bottom: 10px;
	margin-right: 60px;
	vertical-align: top;
}


.infoLinkCell {
	display: block;
}

h4.infoBlockTitle {
	color: #666;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
}

.infoBlockAddress {
	margin-bottom: 5px;
}

.infoBlockAddress-name {
	font-weight: bold;
}


.smallScreen .infoFrame {
	margin: 10px 10px 20px 10px;
	padding: 10px;
}

.smallScreen .infoBlocks {
}

.smallScreen .infoBlock {
	margin-bottom: 20px;
	margin-right: 30px;
}


h4.infoBlockTitle {
	margin: 0px 0px 5px 0px;
}

.smallScreen .infoCopyright {
	font-size: 10px;
}

.smallScreen .infoCopyright span {
	display: block;
}


#shareFrame .shareFbX, #shareFrame .shareLabel { 
	padding: 0px;
    position: relative;
}

#shareFrame .shareFbX { 
    top: 1px;
}

#shareFrame .shareLabel {
    top: 2px;
}

.shareIconsCell {
	vertical-align: top;
}

/* Info Page */

.storeInfoPage {
	padding: 0px 20px 0px 20px;
}

.smallScreen .storeInfoPage {
	padding: 0px 0px 0px 10px;
}


.storeInfoPage h1 {
	margin: 0px 0px 10px 0px;
}

.infoPageBlock {
	display: block;
	margin-bottom: 20px;
}

.infoPageBlock h2 {
	margin: 0px 0px 5px 0px;
}

.infoPageBlock p {
	-webkit-margin-before: 0;
}


.infoPageBlock h4 {
	margin: 0px 0px 5px 0px;
}

.infoPageMap .infoMap {
	width: 500px;
	height: 400px;
}

.smallScreen .infoPageMap .infoMap {
	width: 300px;
	height: 200px;
}


.sendSubmitButtons {
	margin-left: 10px;
	margin-bottom: 10px;
}
.sendSubmitButton {
	display: inline-block;
}
