

body.jnpaShop {
    background: #FFF url('../Content/Images/2013Redesign/nav-bg.gif') repeat-x left top;
    height: 100%;
    font-family: 'Arimo', sans-serif;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
#container2013 {
	margin: 0 auto;
	width: 980px;	
}
#container2013 p {
	margin: 5px 0;	
}
.clearBoth {
	clear: both;	
}
.clearLeft {
	clear: left;	
}
.clearRight {
	clear: right;	
}
.floatLeft {
	float: left;	
}
.floatRight {
	float: right;	
}
#footer {
	position: relative;
	margin-top: 0; /* negative value of footer height */
	height: 60px;
	clear:both;
	background: #e9e4e1 url('../Content/Images/2013Redesign/footer-mark.gif') repeat-x top center;
}
.footer-text {
	padding-top:15px;
	font-weight:bold;
	line-height:16px;
	font-family: 'Arimo', sans-serif;
	color:#474747;
	font-size:10px;
}

.footer-text a {
	font-weight:bold;
	text-decoration:underline;
	line-height:16px;
	font-family: 'Arimo', sans-serif;
	color:#474747;
	font-size:10px;
}

.footer-text a:hover {
	font-weight:bold;
	text-decoration:none;
}
#footer .socialMedia img {
margin-top: -7px;
}
html {
	height: 100%;
	overflow-y: scroll;
}
.logo {
	margin-top:-44px;
	position:absolute;
}
#container2013 #NavigationWrapper {
    width: 240px;
    background: #e9e4e1;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    margin-top: 0;
    border-left: 1px solid #96928f;
    border-right: 1px solid #96928f;
    border-top: 1px solid #fff;
}
.shopContent {
	margin: 50px 0 60px 25px;
}
table.center {
	margin-left:auto;
	margin-right:auto;
}
#topnavbar {
	height:84px;
}
#container2013 .VirtualShopHeader {
    padding-top: 50px;
    font-family: 'Qlassik';
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    line-height: 1.2;
}
.utilityNav {
    padding: 0 10px 15px 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    display: none;
}
.utilityNav a,
.utilityNav a:link,
.utilityNav a:visited
{
    font-weight: 400;
}

#wrap {
	min-height: 100%;
}
/*----------------Top Navigation---------------*/
.chromestyle {
	margin-left:auto;
	margin-right: auto;
	width: 980px;
	padding-top: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
}

.chromestyle:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul {
	border: 0;
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: right;
}

.chromestyle ul li {
	display: inline;
}

.chromestyle ul li a {
	color: white;
	padding: 4px 7px;
	margin-right: 15px;
	text-decoration: none;
}

.chromestyle ul li a:hover,
.chromestyle ul li a.selected {
	background-color: #0869fb;
}

#donate a {
	color:#0869fb;
	text-decoration:none;
    margin-right: 0;
}
 
#donate a:hover {
	color:white;
	background-color:#0869fb;
	text-decoration:none;
}

.dropmenudiv {
	position:absolute;
	top: 0;
	margin-top: 3px;
	font:normal 12px Arial;
	line-height:22px;
	z-index:1005;
	background-color: black;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 8px;
	padding: 2px 0;
	text-decoration: none;
	border-left: 1px solid #474747;
	border-right: 1px solid #474747;
	border-top:1px solid #474747;
	color: white;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover {
	color: #0869fb;
	background-color: black;
}
.ShopSearchContainer {
    margin: 15px 0 25px 0;
}
.SearchPriceRange,
.SearchText {
    margin-bottom: 10px;
}
    .SearchPriceRange select,
    .SearchText input {
        margin-top: 3px;
    }
.COMCatProdImg {
    display: table-cell;
    width: 214px;
    height: 214px;
    text-align: center;
    vertical-align: middle;
    outline: 1px solid #808080;
}
.returnMainShop a {
    font-size: 17px;
    display: block;
    margin-left: 2px;
    margin-top: -5px;
    margin-bottom: 30px;
}
div#XTRAinfo {
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.3;
}
.COMBreadCrumb {
    margin-bottom: 15px;
}
.CatImgBanner {
    margin-bottom: 10px;
}