#StoreMenu {
	width: 300px;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	color: #21211E;
}

#StoreMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#StoreMenu li {
	background-color: #D6D4CC;
	margin: 0;
	border: none;
	list-style: none;
	list-style-image: none;
}

#StoreMenu li a {
	display: block;
	padding: 10px 0px 10px 20px;
	color: #4D4D4B;
	text-decoration: none;
	width: 100%;
}

html>body #StoreMenu li a {
	width: auto;
}

#StoreMenu li a:hover {
	border-left: 10px solid #FB9E13;
	background-color: #CCCCCC;
	color: #21211E;
}

#StoreMenu li #active {
	border-left: 10px solid #FB9E13;
	background-color: #FB9E13;
	color: #21211E;
}

#StoreMenu #current {
	background-color: #FB9E13;
	font-weight: 700;
	color: #000;
}

#StoreMenu #MenuTitle {
	background-color: #303f59;
	color: #fff;
	font-size: 20px;
	padding: 5px;
}

#StoreMenu ul.StoreSubMenu {}

#StoreMenu ul.StoreSubMenu li {
	background-color: #ffffff;
	border-bottom: 1px solid #D6D4CC;
}

#StoreMenu ul.StoreSubMenu li a {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	padding-left: 40px;
}

#Storecontainer {
	width: 100%;
	/* this will create a container 80% of the browser width */
	display: flex;
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	/* this overrides the text-align: center on the body element. */
}

#StoreContentRight h1 {
	font-size: 60px;
	text-transform: capitalize;
	margin: 0 0 20px 0;
}

.CatDescr {
	margin: 0 0 0px 20px;
}

div#StoreDeptListing {
	font-family: 'Epilogue', sans-serif;
	font-size: 10px;
	color: #21211E;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
}

div#StoreDeptListing li {
	font-family: 'Epilogue', sans-serif;
	font-size: 10px;
	color: #21211E;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	margin: 0px;
}

#StoreItem {
	margin: 0px;
	padding: 10px;
}

#StoreItem .StoreProductImageThumb {
	margin: 0px;
	padding: 3px;
	/*border: 1px solid #666;*/
	display: block;
	text-align: center;
}

#StoreItem .StoreMerchName {
	font-family: 'Cardo', serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
}

#StoreItem .StoreMerchShortDesc {
	font-family: 'Cardo', serif;
	font-size: 9px;
	font-weight: normal;
	color: #666;
}

#StoreItem .StoreOurPrice {
	font-family: 'Cardo', serif;
	font-size: 10px;
	font-weight: normal;
	color: #C00;
}

#StoreItem .StoreRetailPrice {
	font-family: 'Cardo', serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-decoration: line-through;
}

#StoreItem .StoreAddCart {
	font-family: 'Cardo', serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
}

.StoreRemoveLink {
	font-family: 'Cardo', serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 2px;
	border: 1px solid #333;
}

#StoreProductDetail {}

#StoreProductDetailLeft {
	width: 380px;
	vertical-align: top;
	float: left;
}

#StoreProductDetailLeft table {
	margin: auto;
}

#StoreProductDetailRight {
	float: right;
	vertical-align: top;
	width: 230px;
}

#StoreProductDetailTop {
	float: right;
	vertical-align: top;
	width: 230px;
}

#StoreProductDetail .StoreProductImageDetail {
	float: left;
	max-width: 340px;
}

#StoreProductDetail .StoreMerchNameDetail {
	font-family: 'Cardo', serif;
	font-size: 18px;
	font-weight: bold;
	color: #a80000;
	text-align: left;
}

#StoreProductDetail .StoreImageEnlarge {
	font-family: 'Cardo', serif;
	font-size: 10px;
	color: #666;
	background-color: transparent;
	background-image: url(../media/layout/sprites.gif);
	background-repeat: no-repeat;
	background-position: -5px -240px;
	padding-left: 16px;
}

#StoreProductDetail .StoreVendorImage {}

#StoreProductDetail .StoreShortDesc {
	font-family: 'Cardo', serif;
	font-size: 10px;
	color: #333;
}

#StoreProductDetail .StoreMerchDesc {
	font-family: 'Cardo', serif;
	font-size: 10px;
	color: #333;
}

#StoreProductDetail .StoreSKU {
	font-family: 'Cardo', serif;
	font-size: 9px;
	font-weight: normal;
	color: #333;
	font-style: italic;
	padding-bottom: 7px;
	text-align: left;
}

#StoreProductDetail .StoreOurPrice {
	font-family: 'Cardo', serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

#StoreProductDetail .StoreRetailPrice {
	font-family: 'Cardo', serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-decoration: line-through;
}

#StoreProductDetail .StoreSavePrice {
	font-family: 'Cardo', serif;
	font-size: 12px;
	font-weight: normal;
	color: #900;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#StoreProductDetail .StoreVendor {
	font-family: 'Cardo', serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 2px;
}

#StoreProductDetail FORM {
	background-color: #eaeae1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #666;
}

#StoreProductDetail #MerchOptionName {
	font-family: 'Cardo', serif;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#StoreProductDetail #MerchOptionDirections {
	font-family: 'Cardo', serif;
	font-size: 10px;
	color: #333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#StoreProductDetail #MerchOptionSelect select {
	font-family: 'Cardo', serif;
	font-size: 9px;
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#StoreProductDetail .MerchOptTitle {
	font-family: 'Cardo', serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#StoreProductDetail #MerchOptions {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#StoreProductDetail UL.OptionPics {
	list-style-type: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}

#StoreProductDetail UL.OptionPics LI {
	display: inline;
}

#ProductRecomendations {
	background-color: #CCC;
	padding: 10px;
	border: 1px solid #666;
	margin-bottom: 20px;
}

#PR_Product {
	font-family: 'Cardo', serif;
	font-size: 10px;
	color: #666;
	background-color: #FFF;
	border: 1px solid #666;
	width: 133px;
	height: auto;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	padding: 5px;
}

#PR_Image img {
	width: 125px;
	border: 0px;
}

#PR_Title {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

#PR_Price {
	color: #900;
}

#DeptContent {
	margin-top: 5px;
	margin-bottom: 20px;
}


/*------------------------------------------------------PRODUCT LISTING----------------------------------------------------*/

#ProductList {
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	width: 100%;
	
}

#Product {
	display: block;
	width: 200px;
	height: auto;
	position: relative;
	max-width: 300px;
	height: 200px;
	overflow: hidden;
	margin: 10px;
	padding-bottom: 30px;
}

#ProductCategoryImage {
	background-color: #c1c1c1;
	display: block;
	width: 100%;
	max-width: 300px;
	height: 200px;
	position: relative;
	overflow-y: hidden;
	text-align: center;
}

#ProductCategoryImage a {
	display: block;
	position: absolute;
	float: bottom;
	bottom: 0;
}

#Product:hover #ProductCategory a {
	font-weight: 600;
	color: #FB9E13;
}

#ProductCategoryImage IMG {
	display: inline-block;
	vertical-align: bottom;
	height: 200px;
	width: 100%;
}

.BigThumb {
	height: 280px !important;
	width: 280px !important;
	padding: 0 !important;
}

.BigThumb a {
	padding: 0 !important;
}

.BigThumb IMG {
	height: auto !important;
	width: 280px !important;
}

#ProductCategory {
	width: 100%;
	height: 40px;
	text-align: center;
}

#ProductCategory a {
	width: 100%;
	height: 40px;
	display: block;
	padding-top: 7px;
	background-color: #fff;
	text-decoration: none;
	color: #21211E;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

#ProductCategory a:hover {
	font-weight: 600;
	color: #FB9E13;
}

#ProductCategoryDesc {
	padding-top: 10px;
	font-size: 10px;
	text-align: left;
	font-size: 14px;
}


/*------------------------------------------------------PRODUCT LISTING----------------------------------------------------*/

div#StoreContentLeft {
	float: left;
	text-align: left;
	padding: 0px;
	margin: 60px 20px 0 0;
	width: 340px;
	height: auto;
	padding-bottom: 50px;
}

div#StoreContentRight {
	text-align: left;
	padding: 0;
	/* Bobby edit
	float:right;
	width:634px; */
	width: 100%;
	margin-top: 60px;
}

div#StoreContentRight h1 {
	margin: 0;
}

div#StoreDeptListing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
}

div#StoreDeptListing li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	margin: 0px;
}

.FeaturedDepartments {
	background-color: #32415b;
	padding: 10px;
	text-align: center;
}

#CustomerFavorites {
	padding: 10px;
	text-align: center;
}

#StoreItem {
	margin: 0px;
	padding: 0px;
	/*border:1px solid #033f73;*/
	margin-top: 5px;
	margin-left: 4px;
	margin-right: 4px;
	height: auto;
	width: 140px;
	display: inline-block;
}

#StoreItem .StoreProductImageThumb {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
}

#StoreItem .StoreMerchName {
	font-family: 'Cardo', serif;
	font-size: 14px;
	/*color: #000;*/
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	padding-bottom: 9px;
	background-color: #e6e2de;
	height: auto;
	display: block;
	text-align: center;
	text-decoration: none;
}

#MerchID a {
	color: #333;
	background-color: #93C;
	display: block;
}

#MerchID a:hover {
	color: #FFF;
	background-color: #f05921;
}


/*
div, img {
	max-width: 100%;
}
*/


/******************************************************Tab Display**************************************************************/

#StoreTabContainer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.StoreShadetabs {
	clear: left;
	padding: 3px 0;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 10px Verdana;
	list-style-type: none;
	text-align: left;
	/*set to left, center, or right to align the menu as desired*/
}

.StoreShadetabs li {
	display: inline;
	margin: 0;
}

.StoreShadetabs li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #151a20;
	color: #2d2b2b;
	background-color: #FFF;
}

.StoreShadetabs li a:visited {
	color: #151a20;
}

.StoreShadetabs li a:hover {
	text-decoration: underline;
	color: #2d2b2b;
}

.StoreShadetabs li.selected {
	position: relative;
	top: 1px;
}

.StoreShadetabs li.selected a {
	border-bottom-color: #FFF;
	background-color: #FFF;
}

.StoreShadetabs li.selected a:hover {
	/*selected main tab style */
	text-decoration: none;
}

.StoreTabcontentstyle {
	/*style of tab content oontainer*/
	border: 1px solid #151a20;
	width: 320px;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
	background-color: #FFF;
}


/* style for page ordering */

#pagination {
	background: #f2f2f2;
	font-size: 10px;
	color: #666;
	border: 1px solid #ddd;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	height: 35px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#pagination p {
	position: relative;
	text-align: right;
	padding: 0px;
}

#pagination form {
	float: left;
	width: 400px;
	text-align: left;
	padding: 0px;
}

#pagination #PaginationNumbers {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.paginationboxes {
	padding: 2px;
}

.paginationboxes ul {
	margin: 0;
	padding: 0;
	text-align: right;
	/*Set to "right" to right align paginationboxes interface*/
	font-size: 9px;
}

.paginationboxes li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.paginationboxes a,
.paginationboxes a:visited {
	padding: 0 5px;
	border: 1px solid #9aafe5;
	text-decoration: none;
	color: #2e6ab1;
	background-color: #FFF;
}

.paginationboxes a:hover,
.paginationboxes a:active {
	border: 1px solid #2b66a5;
	color: #000;
	background-color: #daeaf8;
}

.paginationboxes a.currentpage {
	background-color: #2e6ab1;
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.paginationboxes a.disablelink,
.paginationboxes a.disablelink:hover {
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.paginationboxes a.prevnext {
	font-weight: bold;
}

#MenznerFiles ul {
	padding-left: 0;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width:974px) {
	#StoreMenu {
		display: none;
	}
}

@media only screen and (max-width:782px) {
	div#StoreContentLeft {
		display: none;
	}
	div#StoreContentRight {
		float: none;
		width: 600px;
	}
	#ProductList {
		width: 600px;
	}
	#Product {
		    width: 220px;
	}
	.BigThumb IMG {
		height: auto !important;
		width: 160px !important;
	}
	#ProductCategory a {
		width: 160px;
	}
	#StoreItem,
	#StoreItem IMG {
		width: 130px;
	}
	#StoreItem .StoreMerchName {
		font-size: 18px;
	}
	.Storetabcontentstyle,
	#StoreProductDetailLeft {
		width: 300px;
	}
	#ProductCategoryImage IMG {
		/* width: 31%; */
	}
	#PR_Product {
		width: 126px;
	}
}

@media only screen and (max-width:614px) {
	div#StoreContentRight {
		width: 500px;
	}
	#StoreProductDetailLeft {
		width: 500px;
		float: none;
	}
	#StoreProductDetailRight {
		float: none;
		width: 500px;
	}
	#ProductList {
		width: 500px;
		margin: 0 auto;
	}
	#Product {
		width: 220px;
	}
	.BigThumb IMG {
		height: auto !important;
		width: 220px !important;
	}
	#ProductCategory a {
		width: 220px;
	}
	#StoreItem,
	#StoreItem IMG {
		width: 100px;
	}
	.storeshadetabs {
		width: 300px;
		margin: auto;
	}
	.StoreTabcontentstyle {
		margin: auto;
		width: 260px;
	}
	#StoreTabContainer {
		width: 300px;
	}
	#StoreProductDetailTop {
		float: none;
		margin: auto;
	}
	#StoreProductDetail .StoreMerchNameDetail,
	#StoreProductDetail .StoreSKU,
	#StoreProductDetail .StoreDimensions {
		text-align: center;
	}
	#StoreProductDetail FORM,
	#ProductRecomendations {
		margin-left: auto;
		margin-right: auto;
		width: 260px;
	}
	h3 {
		text-align: center;
	}
	#PR_Product {
		width: 47px;
	}
	#MerchChoice {
		width: 60px;
	}
}

@media only screen and (max-width:494px) {
	#ContentContainer {
		padding: 0px;
	}
	#pagination {
		display: none;
	}
	div#StoreContentRight {
		width: 300px;
	}
	div#StoreContentRight {
		width: 320px;
	}
	#StoreProductDetailLeft {
		width: 320px;
	}
	#ProductList {
		width: 300px;
	}
	.BigThumb IMG {
		height: auto !important;
		width: 280px !important;
	}
	#ProductCategory a {
		width: 220px;
	}
	#ProductCategoryImage {
		width: 280px;
	}
	#ProductCategoryImage IMG {
		/* width: 90px; */
	}
	#StoreItem,
	#StoreItem IMG {
		width: 125px;
	}
}