@charset "utf-8";

 
@font-face {
    font-family: 'dinbek_blackblack';
    src: url('../fonts/dinbek-black-webfont.eot');
    src: url('../fonts/dinbek-black-webfont.eot?#iefix') format('embedded-opentype'),
         /* url('../fonts/dinbek-black-webfont.woff2') format('woff2'), */
         url('../fonts/dinbek-black-webfont.woff') format('woff'),
         url('../fonts/dinbek-black-webfont.ttf') format('truetype'),
         url('../fonts/dinbek-black-webfont.svg#dinbek_blackblack') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dinbekregular';
    src: url('../fonts/dinbek-regular-webfont.eot');
    src: url('../fonts/dinbek-regular-webfont.eot?#iefix') format('embedded-opentype'),
         /* url('../fonts/dinbek-regular-webfont.woff2') format('woff2'),*/
         url('../fonts/dinbek-regular-webfont.woff') format('woff'),
         url('../fonts/dinbek-regular-webfont.ttf') format('truetype'),
         url('../fonts/dinbek-regular-webfont.svg#dinbekregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* CSS Document

font-family:'dinbekregular', Arial, Helvetica, sans-serif;
font-family:'dinbek_blackblack', Arial, Helvetica, sans-serif;
 */

.thumbnail {
border-radius: 0;
padding: 0;  
}

body {
font-family:'dinbekregular', Arial, Helvetica, sans-serif;
font-size: 14px; 
color: #373e44;    
}
a:hover, a:focus {
  color: #373e44;
text-decoration: none;
}
input[type="text"], input[type="password"], input[type="email"], select, textarea {
font-family:'dinbekregular', Arial, Helvetica, sans-serif;   
background-color: #fff;
border: 1px solid #848282;
border-radius: 0px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.10) inset;
  color: #555;
  font-size: 14px;
  line-height: 1.42857;
  min-height: 34px;
  height: 34px;  
  padding: 5px 10px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
}
.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid #848282;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  height: 34px;
  min-width:25px;
  line-height: 36px;  
  font-weight: 400;
  margin-bottom: 0;
  padding: 0px 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family:'dinbek_blackblack', Arial, Helvetica, sans-serif; 
  text-transform: uppercase;  
  border-radius: 0; 
  max-width: none;
}
.btn-primary {
  background-color: #ff8a00;
  border-color: #ff8a00;
  color: #fff;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1030px;
	padding-left: 0px;
    padding-right: 0px;
}
.container .row {
	margin-left: -10px;
	margin-right: -10px;
}

.LogoArea  {
padding-top: 15px;   
padding-bottom: 15px;      
}
.LogoArea  .Logo {
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: middle;    
margin: 0;  
}
.Header  dl {
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: middle;  
width: 236px; 
padding-left: 24px;   
line-height: 1.1; 
margin: 0;    
}
.Header  dt {
color: #ff8a00;
border-bottom: solid #ff8a00 1px;    
font-family:'dinbek_blackblack', Arial, Helvetica, sans-serif;
font-size: 16px;  
font-weight: normal;
text-transform: uppercase;    
margin-bottom: 0.25em;    
}
.Header  dd {
font-family:'dinbekregular', Arial, Helvetica, sans-serif;   
color: #373e44;
font-size: 16px;    
}


.SearchBox  {
border: solid #c1c1c1 1px;
height: 26px;
float: right;
position: absolute;
top: 20px;
right: 0;    
}
.SearchBox   input[type="text"] {
width: 175px;
padding: 0 10px;
height: 24px;  
min-height: 24px;
margin: 0;    
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: top;
border: solid 0px;    
background: none;
box-shadow: none;  
 font-size: 14px; 
font-family:'dinbekregular', Arial, Helvetica, sans-serif;    
}
.SearchBox   button {
width: 24px;
padding: 0 0px;
height: 24px;  
min-height: 24px;
margin: 0;    
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: top;
border: solid 0px;    
background: none;
box-shadow: none;    
}
.ui-helper-hidden-accessible {
height: 0;
width: 0;    
    
}
.HeaderRight  {
position: static;    
}
.SearchBox   button span {
background: url(../images/search.png) 50% 50% no-repeat;    
display: block;
height:24px;
width: 24px;
text-align:left;
text-indent: -99999px;
overflow: hidden;
    
}

.Header .TopMenu {
position: absolute;
bottom: 0;
right: 0;
z-index: 1;    
}

.Header .TopMenu ul {
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0;    
}

.Header .TopMenu ul li {
float: left;
margin-left: -17px;    
}
.Header .TopMenu ul li a {
display: block;
height: 47px; 
position: relative;   
padding: 0 17px; 
font-size: 14px;
color: #373e44;
text-transform: uppercase; 
text-decoration: none;    
}
.Header .TopMenu ul li a:hover, 
.Header .TopMenu ul li a:focus {
color: #ff8a00;    
}
.Header .TopMenu ul li a span {
display: block; 
padding: 0 10px;    
border-top: solid #ff8a00 1px;   
border-bottom: solid #ff8a00 1px; 
line-height: 45px;    
}
.Header .TopMenu ul li a:before, 
.Header .TopMenu ul li a:after {
background: url(../images/nav_before.png) 0 0 no-repeat;
width: 17px;
height: 47px;
content: '';
display: block;
position: absolute;
top: 0px;
left: 0;
z-index: 1;    
}
.Header .TopMenu ul li a img {
vertical-align: middle;
padding-left: 0.5em;    
}



.Header .TopMenu ul li a:after {
background: url(../images/nav_after.png) 0 0 no-repeat;
left: auto;
right: 0;    
}

.navBar {
background: #8ddbff;
position: relative;
z-index: 3;    
}
.mobileToggler i {
font-size: 1.5em;
vertical-align: middle;
padding-left: 0.25em;   
color: #ff8a00;    
}
.mobileOnly {
display: none;    
}
.navBar {
text-align: justify;
height: 47px;     
}
.navBar ul {
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0;     
}
.navBar li{
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: top;
position: relative;
line-height: 47px;     
}
.navBar li a {
color: #373e44;
font-size: 18px;
text-transform: uppercase;  
font-family:'dinbek_blackblack', Arial, Helvetica, sans-serif;
font-weight: normal;
text-decoration: none;    
}
.navBar li a:focus, 
.navBar li a:hover {
color: #ff8a00;   
}



.navBar ul:after {
content: '';
display: inline-block;
width: 100%;
font-size: 0;  
}
.navBar li ul {
display: none;  
position: absolute;
top: 47px;
left: -10px;
z-index: 1;   
width: 150px;
background: #8ddbff;
padding: 0 10px;     
}
.navBar li:hover ul {
display: block;
   
}
.navBar li ul li {
display: block; 
line-height: 35px;    
}
.navBar li ul li a {
font-family:'dinbekregular', Arial, Helvetica, sans-serif;
text-transform: none;    
font-size: 14px;    
}
.navBar ul ul:after {
display: none;    
}
.SlideshowArea .SlideshowButtons {
display: none;    
}
.SlideshowArea .SlideshowPrevious, 
.SlideshowArea .SlideshowNext  {
position: absolute;
top: 50% !important;
left: 10px;
z-index: 1;
margin-top: -27px !important;   
background: none;
}
.SlideshowArea .SlideshowPreviousLink, 
.SlideshowArea .SlideshowNextLink {
background: #fff url(../images/prev.png) 50% 50% no-repeat;
display: block;
height: 55px;
width: 55px;
text-align:left;
text-indent: -99999px;
overflow: hidden;
border: solid #3a7cc2 1px;
border-radius: 5px;
 
}
.SlideshowArea .SlideshowNextLink {
background: #fff  url(../images/next.png) 50% 50% no-repeat;    
}
.SlideshowArea .SlideshowNext {
left: auto; 
right: 10px;    
}
.SlideshowArea {
background: #0d4b76;
padding: 20px 0;    
}
.Wrapper  {
padding: 40px 0;    
}
.ProductDisplay h3 {
margin: 0 0 20px 0;  
text-transform: uppercase;   
font-family:'dinbek_blackblack', Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 34px;    
}
.ProductDisplay .thumbnail {
padding: 0;
width: 280px;
height: 280px;
border: solid 0px;
border-radius: 0; 
background: #fff;
display: table-cell;
vertical-align: middle;
text-align: center;  
position: relative;    
}
.ProductDisplay  .thumbnail img {
display: block;
margin: auto; 
max-width: 280px;
max-height: 280px;    
}
.thumbnail .quick-view {
top: 50% !important; 
margin-top: -16px !important;   
}
.ProductDisplay  .caption  {
padding: 10px 0;     
}
.ProductDisplay  .caption p {
margin: 5px 0;    
}
.ProductDisplay  .caption .h5 {
font-family:'dinbek_blackblack', Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 20px; 
padding: 0 10px; 
color: #373e44;  
}
.ProductDisplay  .caption a {
text-decoration: none;   
display: block;    
}
.ProductDisplay  .caption .lblPriceLabel, 
.ProductDisplay  .caption .CategoryProductPriceLabel {
display: none;    
}
.ProductDisplay  .caption .ProductDetailsPriceArea, 
.ProductDisplay  .caption .lblPriceArea, 
.ProductDisplay  .caption .CategoryProductPriceArea  {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #373e44;    
}
.ProductDisplay .alpha, 
.ProductDisplay .omega {
margin-left: 0;    
margin-right: 0;     
}
.ProductDisplay .ControlItemBox  {
border: solid #fff 7px;
margin:-7px -7px 43px -7px;
display: block;  
-moz-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;     
} 
.ProductDisplay .ControlItemBox:focus,
.ProductDisplay .ControlItemBox:hover {
border: solid #fab022 7px;
background: #fab022;     
}

.Footer {
background: #373e44;
color: #fff; 
font-size: 12px;    
padding: 40px 0;
}
.Footer a {
color: #fff;    
}
.Footer a:hover {
color: #8BDBFF;    
}
.Footer ul {
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0;    
}

.Footer .FooterNav  {
font-size: 16px; 
text-transform: uppercase; 
margin-bottom: 40px;    
}
.Footer .FooterNav li {
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: top;
margin-right: 30px;    
}
.FooterLeft {
margin-bottom: 50px;    
}
.FooterLeft dt {
margin-bottom: 20px;    
}

.FooterLeft dd {
color: #4b90cd;
text-transform: uppercase;  
font-size: 18px;    
}
.FooterRight  {
float: right;
text-align: right;    
}

.SocialIcon a {
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: top;
margin-left: 20px;
margin-bottom: 20px;    
width: 55px;
height: 55px;
line-height: 55px;   
background: #3460a1;
text-align: center;
font-size: 24px;    
border-radius: 50%; 
color: #fff !important;    
}
.SocialIcon a.facebook {
background: #3460a1;    
}
.SocialIcon a.twitter {
background: #28aae1;    
}
.SocialIcon a.youtube {
background: #ee3138;    
}
.SocialIcon a.rss {
background: #f58020;    
}

.FootNav {
font-size: 12px;    
}
.FootNav li {
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: top;  
text-transform: uppercase;    
}
.FootNav li:before {
content: ' | ';
padding: 0 0.5em;
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: top;    
}
.FootNav li:first-of-type:before {
display: none;
    
}
.FootNote {
margin: 1em 0;    
}
.FootNote p {
color: #d0cfcb;
margin: 0.5em 0; 
letter-spacing: 0.1em;    
}
.FootNote p a {
color: #d0cfcb;    
}
.HomeWidgetLeft img, 
.HomeWidgetRight  img {
max-width: 100%;    
}
.MobileNavBarBox {
background: #8ddbff;
line-height: 36px;
padding: 0 15px;
color: #373e44; 
font-size: 16px;    
}
.MobileNavBar .TopMenu {
margin: 0 -15px;
padding: 0 15px;
border-bottom: solid #d7f2ff 1px;  
border-top: solid #d7f2ff 1px;     
}
.MobileNavBar .mainNav {
margin: 0 -15px;
padding: 0 15px;    
}


.MobileNavBarBox .mobileToggler {
font-family:'dinbek_blackblack', Arial, Helvetica, sans-serif;
font-weight: normal; 
text-transform: uppercase;    
}
.MobileNavBarBox a {
color: #373e44;    
}
.MobileNavBarBox ul {
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0;    
}
.MobileNavBarBox  li {
display: block;
text-transform: uppercase;
font-size: 14px;    
}
.MobileNavBarBox  li a {
display: block;    
}
.MobileNavBarBox  li i:hover, 
.MobileNavBarBox  li a:hover {
color: #ff8a00;    
}
.MobileNavBarBox  li i {
font-family:'dinbek_blackblack', Arial, Helvetica, sans-serif;
font-weight: normal; 
display: block;
float: right; 
font-size: 2em;
font-style: normal;
width: 25px;    
text-align: center;
cursor: pointer;    
}
.MobileNavBar ul li ul {
display: none;   
margin: 0 -15px;
padding: 0 15px;
background: #d7f2ff;    
}
.MobileNavBar ul li.exp ul {
display: block; 
   
}
.MobileNavBar ul li.exp ul li {
padding-left: 0px;
font-size: 12px;
text-transform: none;    
}
.MobileNavBarBox {
display: none;    
}
.LayoutLeftColumn .ControlHeader {
font-size: 22px; 
color: #979696;  
font-family:'dinbek_blackblack', Arial, Helvetica, sans-serif;
font-weight: normal;
text-transform: uppercase; 
margin-bottom: 1em;    
} 
.LayoutLeftColumn .nav-stacked > li + li {
margin: 0;    
}
.LayoutLeftColumn .nav  li {
font-size: 18px; 
position: relative;    
}
.LayoutLeftColumn .nav  li a { 
padding: 5px 10px 5px 8px;
margin-bottom: 10px;
color: #373e44;
border-radius: 0;
background: #fff; 
margin-right: 0;  
position: relative;
-moz-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;     
}
.LayoutLeftColumn .nav  li a.active, 
.LayoutLeftColumn .nav  li a:hover {
background: #8edbff;     
}
.LayoutLeftColumn .nav  li .dropdown-menu {
display: block;  
box-shadow: none;
border: solid 0px;
margin: 0;
padding: 0;
position: static;
width: auto;
float: none;
min-width: 1px;     
}
.LayoutLeftColumn .nav  li .dropdown-menu a {
padding-left: 30px; 
white-space: normal;    
}

.LayoutLeftColumn .nav  li a:after {
background: #fff;    
width: 30px; 
content: '';
display: block;
bottom: -1px;
position: absolute;
top: -1px;
right: -30px;
z-index: 1; 
-webkit-transform: skew(-20deg); 
transform: skew(-20deg);     
-webkit-transform-origin: 100% 0%;
transform-origin: 100% 0%;    
}
.page-header {
margin: 0 0 30px 0;    
padding: 0;  
border: solid 0px;    
}
.lblCategoryHeader p {
margin: 0 0 1em 0;    
}
.page-header h1 {
margin: 0;    
margin-bottom: 0;   
font-family:'dinbek_blackblack', Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 30px;
color: #373e44;
text-transform: uppercase;    
}
.CategoryNav {  
border-top: solid #cdcdcd 1px;   
border-bottom: solid #cdcdcd 1px;    
padding: 10px 0;
line-height: 30px; 
min-height: 50px;    
font-size: 12px; 
color: #999;  
margin: 30px 0;    
}
.CategoryNav div.center {
float: right;
}
.CategoryNav select {
border: solid 0px;
padding: 5px 10px;
box-shadow: none;
font-size: 12px;
height: 30px;
min-height: 1px;    
background: #efefef; 
width: 220px;
border-radius: 0;
margin-left: 50px;    
}
.CategoryNav .pagination {
border-radius: 0;
display: block;
float: right;
margin: 0;    
font-family: Arial, Helvetica, sans-serif;     
}
.pagination li {
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: top; 
line-height: 30px;    
}
.pagination > li > a, 
.pagination > li > span {
padding: 0;
float: none;
border: solid 0px;
display: block;
line-height: 30px;
margin: 0;
font-family: Arial, Helvetica, sans-serif; 
padding: 0 5px;
color: #999;
border-radius: 0 !important;
background: none !important;    
}
.pagination > li > a:hover, 
.pagination > li > span:hover {
color: #373e44;    
}
.pagination li {
display: none;    
}
.pagination li.prevNext  {
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: top;    
}
.pagination strong {
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: top;
background: #efefef;
color: #373e44;
padding: 0 10px;  
} 
.LeftColumn .LayoutContent .grid_item {
width: 33.3%;    
} 
.LeftColumn .LayoutContent .ControlItemBox  {
width: 209px;
margin-left: auto;
margin-right: auto;    
}
.LeftColumn .LayoutContent .grid_item.alpha .ControlItemBox {
margin-left: -7px; 
margin-right: auto;    

}
.LeftColumn .LayoutContent .grid_item.omega .ControlItemBox {
margin-left: auto;
margin-right: -7px;    
}
.LeftColumn .LayoutContent .ProductDisplay .thumbnail {
width: 195px;
height: 195px;    
}
.LeftColumn .LayoutContent .ProductDisplay .caption {
padding: 10px 0;    
}
.LeftColumn .LayoutContent .ProductDisplay .thumbnail img {
max-width: 195px;
max-height: 195px;    
}
.CatBottomNav .CategoryNav {
margin: 0; 
font-size: 13px;
padding: 10px 0    
}
.CatBottomNav .CategoryNav select {
display: none;    
}
.BottomWidgetArea {
background: #8ddbff;    
}
.BottomWidgetArea .container {
padding: 30px 0;    
}
.BottomWidgetArea .ControlHeader  {
font-family:'dinbek_blackblack', Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 30px;  
margin-bottom: 0.5em;    
}

.BottomWidgetArea .nav-stacked > li + li {
margin: 0;  
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: top;  
font-family:'dinbek_blackblack', Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 18px;
margin-right: 2em;    
}
.BottomWidgetArea .nav-stacked > li + li a {
padding: 0; 
color: #373e44;
background: none !important;    
}
.BottomWidgetArea .nav-stacked > li + li a:hover {
color: #4b90cd;
text-decoration: underline;    
}
.navbar-collapse {
padding: 0;    
}
.navbar-header-leftcol {
margin-bottom: 20px;    
}
.product-thumbnails-main {
width: 500px;    
height: 500px;
width: 500px; 
position: relative;
margin-bottom: 40px;    
overflow: hidden;  
}
.product-thumbnails-main img#PhotoThumbnails_imgPhoto {
max-height: 500px;
max-width: 500px;    
    
}
.product-thumbnails-main .main-product-photo {
padding: 0;
border: solid 0px;
border-radius: 0;
height: 500px;
width: 500px;
display: table-cell;
vertical-align: middle;
margin: 0; 
background: none;
  
}
.product-thumbnails  {
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0; 
width: 516px;    
}
.product-thumbnails-box .bx-viewport {
height: auto !important;  
}
.product-thumbnails-box .bx-default-pager {
margin-top: 0 !important;  
}
.product-thumbnails li {
float: left;
margin-right: 16px;
margin-bottom: 16px;  
border:   
}
.product-thumbnails .thumbnail {
background: #fff;
width: 156px;
height: 156px;
border: solid 0px;
border-radius: 0px;
padding: 0;
display: table-cell;
text-align: center;
vertical-align: middle; 
border: solid #fff 1px;  
}
.product-thumbnails .thumbnail img {
max-width: 154px;
max-height: 154px;  
}
.product-thumbnails .thumbnail:hover {
border: solid #ccc 1px;   
}
.product-thumbnails .thumbnail.active {
border: solid #ff8a00 1px;
}
.product-thumbnails-box .bx-controls-direction {
display: block;
opacity:1 !important;
filter:alpha(opacity=100) !important;    
}
.product-thumbnails-box .bx-wrapper .bx-controls-direction a {
margin-top: -35px;  
width: 15px;
height: 30px;  

}
.bx-wrapper .bx-controls-direction a:focus {
opacity:0.7;
filter:alpha(opacity=70);   
}
.product-thumbnails-box .bx-wrapper .bx-prev {
left: -20px;  
background: url(../images/prev.png) 0 0 no-repeat;  
}
.product-thumbnails-box .bx-wrapper .bx-next {
background: url(../images/next.png) 0 0 no-repeat;   
right: -20px;  
}

.ProdThumbArea .no-overflow {
overflow: visible !important;  
}

.bx-wrapper .bx-pager {
text-align: center;
margin: 15px 0; 
padding: 0;  
position: relative;
bottom: auto;  
}
.bx-pager-item {
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: top;
margin: 5px;     
}
.bx-wrapper .bx-pager.bx-default-pager a {
border: solid #373e44 3px;
display: block;
height: 15px;
width: 15px;
text-align:left;
text-indent: -99999px;
overflow: hidden;
background: #8ddbff; 
border-radius: 50%;
    
}
.bx-wrapper .bx-pager.bx-default-pager a:focus, 
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background: #373e44;  
}
.ProductDetailsSocialBookmarks .addthis_toolbox .at300b, 
.ProductDetailsSocialBookmarks .addthis_toolbox .at300m {
width: 40px;
height: 40px;
line-height: 40px;    
display: block;
padding: 0;
position: relative;  
text-align: center;
margin: 0 7px 5px 0; 
border-radius: 50%;
background: #fcaa0b;
overflow: hidden;
font-size: 20px;    
color: #fff;
}
.ProductDetailsSocialBookmarks .addthis_button_facebook {
background: #3460a1 !important;    
}
.ProductDetailsSocialBookmarks .addthis_button_twitter {
background: #28aae1 !important;    
}
.ProductDetailsSocialBookmarks .addthis_button_print {
background: #8e979c !important;    
}
.ProductDetailsSocialBookmarks .addthis_button_pinterest {
background: #ca2128 !important;    
}
.ProductDetailsSocialBookmarks .addthis_button_pinterest .at_PinItButton {
width: 40px;
height: 40px;
background: none; 
line-height: 40px;
display: block;    
}
.ProductDetailsSocialBookmarks .addthis_button_pinterest .at_PinItButton:after {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
content: '\F0D2';    
}
.PageBlock {
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 16px;
}
.PageContent  ul {
margin: 0 0 1em;
padding: 0 0 0 1.5em;    
}

.PageContent  p {
margin: 0 0 1em;

}

.PageContent  h2  {
font-family:'dinbek_blackblack', Arial, Helvetica, sans-serif;
font-weight: normal;    
text-transform: uppercase;  
font-size: 1.75em;  
margin: 0 0 0.6em;
}
.PageContent  h3  {
font-family:'dinbek_blackblack', Arial, Helvetica, sans-serif;
font-weight: normal;    
text-transform: uppercase;  
font-size: 1.5em;  
margin: 0 0 0.7em;
}
.PageContent  h4  {
font-family:'dinbek_blackblack', Arial, Helvetica, sans-serif;
font-weight: normal;    
text-transform: uppercase;  
font-size: 1.25em;  
margin: 0 0 0.8em;
}

.PageContent  h5  {
font-family:'dinbek_blackblack', Arial, Helvetica, sans-serif;
font-weight: normal;    
text-transform: uppercase;  
font-size: 1em;  
margin: 0 0 1em;
}
.PageContent a {
text-decoration: underline;    
}

.ProductMain  {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
line-height: 2; 
margin-bottom: 30px;    
}
.ProductDetailsPrice  {
font-size: 27px; 
}
.ProductDetailsBullets  {
margin-bottom: 30px; 
display: block;    
}
.ProductDetailsBullets ul li {
margin-bottom: 0.5em;    
}
.ProductDetailsPricing {
margin-bottom: 30px;    
}
.ProdThumbArea {
margin-bottom: 30px;    
}
.ProductDetailsItemNr strong {
font-weight: normal;    
}
#lblProductStatus:after {
content: '';    
}
.ProductDetailsVariations .Variant {
margin-bottom: 30px;  
line-height: 34px;    
} 
.ProductDetailsVariations .Variant select {
width: 250px;    
}
.ProductDetailsVariations .Variant div {
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: top;    
}
.ProductDetailsVariations .Variant .ProductDetailsVariations {
font-weight: normal;
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: top;
margin-right: 0.5em;  
width: 75px;    
}
.ProductDetailsQuantityRow {
margin-bottom: 30px;      
}
.ProductDetailsQuantityRow .ProductDetailsQuantity {
margin-right: 0.5em;  
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: middle; 
  
}
input.ProductDetailsQuantityTextBox {
width: 60px; 
margin-right: 1em;    
}
.ProductDetailsAddToCartButton  {
height: 46px;
line-height: 46px;
padding: 0 15px;    
}
.estimate-shipping {
display: block; 
color: #373e44;
text-decoration: underline; 
margin-bottom: 1em;    
}
.estimate-shipping:hover {
 text-decoration: underline; 
color: #12a8cb;    
}
.ProductDetailsAddToWishlistButton  {
font-family:Georgia, "Times New Roman", Times, serif;
background: url(../images/wish-add.png) 0 50% no-repeat; 
padding: 0 0 0 25px;    
line-height: 34px;
text-transform: none;
font-size: 18px;
color: #12a8cb;
border: solid 0px;
margin-bottom: 30px;    
}
.ProductDetailsAddToWishlistButton:hover {
background: url(../images/wish-add.png) 0 50% no-repeat;     
}

.nav-tabs {
border-bottom: 1px solid #696969;
}
.nav-tabs > li {
margin: 0;
border: solid 0px ;    
}
.nav-tabs > li a {
border: solid 0px !important; 
margin: 0;
padding: 0 30px;
line-height: 44px; 
font-family:'dinbek_blackblack', Arial, Helvetica, sans-serif; 
text-transform: uppercase; 
font-size: 20px;
color: #4b4b4b;
border-radius: 0;    
}
.nav-tabs > li a:hover {
background: #cc;    
} 
.nav-tabs > li.active a {
background: #8ddbff !important;
    
}
.tab-pane  {
padding: 30px 15px;
font-size: 16px;
font-family:Georgia, "Times New Roman", Times, serif;    
}

.BottomWidgetArea .ProductDisplay .ControlItemBox {
margin-left: auto;  
margin-right: auto; 
margin-top: 0;  
width: 294px;
background: #8DDBFF;
border: solid #8DDBFF 7px;  
}
.BottomWidgetArea .ProductDisplay .ControlItemBox:focus,  
.BottomWidgetArea .ProductDisplay .ControlItemBox:hover {
background: none repeat scroll 0 0 #fab022;
border: 7px solid #fab022;  
}
.BottomWidgetArea .ProductDisplay .bx-pager {
position: absolute;
bottom: -5px;
left: 0;
z-index: 1; 
margin-bottom: 0;  
}


.BottomWidgetArea .ProductDisplay h3 {
margin-bottom: 30px;
text-transform: none;  
color: #005488;  
}
.BottomWidgetArea ul.bxslider {
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0;  
}
.bx-wrapper .bx-viewport {
left: 0;  
}
.BottomWidgetArea .bx-controls-direction {
opacity:1;
filter:alpha(opacity=100);   
}
.BottomWidgetArea .bx-wrapper .bx-controls-direction a {
top: 40%;  
margin-top: -27px;
width: 55px;
height: 55px;
background: url(../images/prev.png) 50% 50% no-repeat !important;
background-color: #fff !important;
background-color: rgba(255,255,255,0.5) !important;
border: solid #3a7cc2 1px;
border-radius: 8px;  
}

.BottomWidgetArea .bx-wrapper .bx-controls-direction a.bx-prev {
left: -45px ;  
}
.BottomWidgetArea .bx-wrapper .bx-controls-direction a.bx-next {
right: -45px ;  
background: url(../images/next.png) 50% 50% no-repeat !important;
background-color: #fff !important;
background-color: rgba(255,255,255,0.5) !important;
}
.ProductDetailsPricing {
line-height: 1.5;  
}
.bx-wrapper * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-sizing: border-box;
box-sizing: border-box;  
}

body.Search .LayoutContentInner table br {
display: none;  
}
.CMSPage {
margin-bottom: 1em;  
}
.CMSPageTitleLine {
margin-bottom: 1.5em;  
}
.CMSPageTitle span {
font-size: 1.25em;
font-family:'dinbek_blackblack', Arial, Helvetica, sans-serif;   
}

.panel  {
border-radius: 0;
box-shadow: none;  
}
.big-image-thumbs .product-thumbnails .thumbnail {
height: 75px;
width: 75px;    
}
.big-image-thumbs .product-thumbnails img {
max-height: 75px;
max-width: 75px;  
}
.Product-Quick-View .container {
width: 100%;  
}
.Product-Quick-View .container {
width: 100%;  
}
.product-thumbnails-main {
position: relative;  
}
.Product-Quick-View  .product-thumbnails-main, 
.Product-Quick-View  .product-thumbnails-main .main-product-photo {
display: block;
width: 100% !important;
height: auto !important;  
}
.Product-Quick-View .grid_7 {
width: 50% !important;  
}
.Product-Quick-View .product-thumbnails-main .main-product-photo #PhotoThumbnails_imgPhoto {
  max-height: 95% !important;
  max-width: 95% !important;
}
body.Product-Quick-View {
  font-size: 12px;
  min-width: 200px;
}
.ShoppingCart .thumbnail {
width: 75px;
}
.ShoppingCart .thumbnail img {
max-width: 75px;
max-height: 75px;    
}
.ShoppingCart .ProductInfo {
margin-left: 100px;  
}
.ShoppingCartPrice,  
.ShoppingCartQuantity {
width: 15%;  
}
.UpdateButton a {
font-family:'dinbek_blackblack', Arial, Helvetica, sans-serif; 
text-transform: uppercase;
padding: 10px 15px;
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: top;
font-size: 12px;  
}
.well {
border-radius: 0;
box-shadow: none;  
}
body.ShoppingCart {
padding-top: 0;  
}
.Header {
  border-bottom: 0px solid #094b76;
}
.TaxArea div,  
.ShippingCost div {
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: top;  
}


@media only screen and (max-width: 420px) {
  .Product-Quick-View .grid_7 {
  width: 100% !important;  
  }  
}  


 a.skip-main {
   position:absolute;
   top:auto;
   width:1px;
   height:1px;
   overflow:hidden;
   z-index:-999;
     text-align:center;
  font-size:1.2em;
   
   opacity:0;
filter:alpha(opacity=0);
   -moz-transition: opacity 300ms ease;
-webkit-transition: opacity 300ms ease;
-o-transition: opacity 300ms ease;
transition: opacity 300ms ease; 
 }
a.skip-main:focus, a.skip-main:active {
   opacity:1;
filter:alpha(opacity=100);  
  background: #8DDBFF;
  left: 50%;
  bottom: 15px;
  width: 250px;
  height: auto;
  overflow:auto;
  margin-left: -125px;
  padding:5px;
color: #373e44;
    font-family: "dinbek_blackblack",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
  z-index:999;
}
a.skip-main:hover {
 color:#ff8a00 
}

.ProductDisplay .ControlItem a {
display: block !important;   
}
.modal-intro img {
max-width: 100%; 
}
.donations-area {
padding-top: 0;  
}
.modal-intro .fRight {
max-width: 45%;  
float: right;  
margin-bottom: 15px; 
margin-left: 15px;  
position: relative;
text-align: center;  
}
.modal-header {
padding-left: 30px;
padding-right: 15px;  
}
.modal-body, 
.modal-intro {
  padding: 15px 30px;
  position: relative;
}
.TaxArea, 
.ShippingCost {
clear: both;  
padding: 15px 0;  
}


/*		
	Default Layout: Ipad Landscape 
	1024px.
*/
@media only screen and (min-width: 992px) and (max-width: 1279px) {
    body {
     min-width: 992px;
    }
    .container {
    width: 960px;     
    }
    .ProductDisplay .thumbnail {
    width: 260px;
    height: 260px;    
    }
    .ProductDisplay .thumbnail img {
    max-width: 260px;
    max-height: 260px;    
    }
    .Footer .FooterNav {
    font-size: 16px;    
    }
    .SocialIcon a {
    width: 50px;
    height: 50px;
    line-height: 50px;    
    }
    .LayoutLeftColumn .ControlHeader {
    font-size: 18px;    
    }
    .LayoutLeftColumn .nav li {
    font-size: 16px;    
    }
   .product-thumbnails-main .main-product-photo,  
    .product-thumbnails-main {
    height: 470px;
    width: 470px;
    }  
    .product-thumbnails {
    width: 486px;    
    }
    .product-thumbnails-main img#PhotoThumbnails_imgPhoto {
    max-height: 470px;
    max-width: 470px;
    }  
    .product-thumbnails  li {
    width: 146px !important;  
    }
    .product-thumbnails .thumbnail {
    width: 146px;
    height: 146px;
    
    }
    .product-thumbnails .thumbnail img {
    max-width: 144px;
    max-height: 144px;  
    }
  
    .BottomWidgetArea .ProductDisplay .ControlItemBox {
    width: 274px;
    } 
    .product-thumbnails-main {
    margin-bottom: 30px;  
    }
    .BottomWidgetArea .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0px;
    }
   .BottomWidgetArea .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0px;
    }
  
  
}    
/*
Tablet Layout: 768px.
Gutters: 24px.
Inner: 720px;
*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
    min-width: 768px;
    }
    .container {
    width: 730px;     
    }
    .LogoArea .Logo {
    max-width: 160px;    
    }
    .Header dl {
    padding-left: 15px;
    width: 170px;    
    }
    .Header dt {
    font-size: 12px;    
    }
    .Header dd {
    font-size: 12px;    
    }
    .SearchBox  {
    top: 15px;    
    }
    .Header .TopMenu ul li a span {
    line-height: 34px;    
    }
    .Header .TopMenu ul li {
    margin-left: -12px; 
    height: 36px;    
    }
    .Header .TopMenu ul li a {
    padding: 0 12px; 
    font-size: 12px;    
    }
    .Header .TopMenu ul li a:before, 
    .Header .TopMenu ul li a:after {
    background-size: auto 36px;
    width: 13px;
    height: 36px;     
    }
    .ProductDisplay .thumbnail {
    width: 260px;
    height: 260px;    
    }
    .ProductDisplay .thumbnail img {
    max-width: 260px;
    max-height: 260px;    
    }
    .Footer .FooterNav {
    font-size: 16px;    
    }
    .SocialIcon a {
    width: 50px;
    height: 50px;
    line-height: 50px;    
    } 
    .TopMenu ul li a img {
    max-width: 35px;    
    }
    .navBar li a {
    font-size: 16px;    
    }
    .navBar li  { 
    line-height: 40px;
    height: 40px;    
    }
    .navBar {
    height: 40px;    
    }
    .ProductDisplay .grid_4 {
    margin-left: 0;
    margin-right: 0;
    width: 33%;    
    }
    .ProductDisplay .thumbnail {
    width: 228px;
    height: 228px;    
    }
    .ProductDisplay .thumbnail img {
    max-width: 228px;
    max-height: 228px;    
    }
    .Wrapper {
     padding: 30px 0;
    }
    .ProductDisplay .ControlItemBox {
    margin-bottom: 23px;    
    }
    .Footer {
    padding: 30px 0;    
    }
    .Footer .FooterNav {
    font-size: 14px;    
    }
    .FooterLeft  img {
    max-width: 150px;    
    }
    .FooterLeft dd {
    font-size: 14px;    
    }
    .SocialIcon a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;    
    }
    .FooterRight  img {
    width: 200px;    
    }
    .container .LayoutLeftColumn  {
    width:28.56%;
    position: relative;    
    }
    
    .LeftColumn  .container .LayoutContent  {
    margin-left: 0;    
    position: relative;
    z-index: 1; 
    width:71.4%;   
    }
    .LayoutLeftColumn .nav li {
    font-size: 14px;    
    margin-right: 10px; 
        
    }
    .LayoutLeftColumn .nav li a {
    padding-right: 20px; 
    margin-bottom: 5px;    
    }
    .LayoutLeftColumn .nav li a:after {
    background: #fff;
    width: 20px;    
    right: -20px;    
    border-radius: 0 50% 0 0;    
    }
    .LayoutLeftColumn .ControlHeader {
    font-size: 18px;    
    }
    .LayoutLeftColumn .nav li .dropdown-menu a {
    padding-left: 15px;
    font-size: 13px;    
    }
    .page-header h1 {
    font-size: 26px;    
    }
    .page-header {
    margin-bottom: 20px;    
    }
    .CategoryNav > span {

    display: none;    
    }
    .CategoryNav select {
    margin-left: 0;    
    }
    .LeftColumn .LayoutContent .grid_item {
    width: 50%;    
    }
    .LeftColumn .LayoutContent .ControlItemBox {
    width: auto;
    margin-left: -7px !important;
    margin-right: -7px !important;    
    }
    .LeftColumn .LayoutContent .ProductDisplay .thumbnail {
    height: 248px;
    width: 248px;
    }
    .LeftColumn .LayoutContent .ProductDisplay .thumbnail img {
    max-height: 248px;
    max-width: 248px;
    } 
    .CatBottomNav .CategoryNav > span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    }
    .ProductMain  {
    width: 50% !important;
    margin-left: 0 !important;  
    }
    .product-thumbnails-main .main-product-photo {
    height: 355px;
    width: 355px;  
    }
    .product-thumbnails-main {
    height: 355px;
    width: 355px;
    margin-bottom: 20px;  
    }  
   
    .product-thumbnails-main img#PhotoThumbnails_imgPhoto {
    max-height: 355px;
    max-width: 355px;
    }  
    .product-thumbnails {
    width: 371px;    
    }
    .product-thumbnails  li {
    width: 107px !important;
      
    }
    .product-thumbnails .thumbnail {
    width: 107px;
    height: 107px;

    }
    .product-thumbnails .thumbnail img {
    max-width: 107px;
    max-height: 107px;  
    }
  
    .BottomWidgetArea .ProductDisplay .ControlItemBox {
    width: 230px;
    } 
    .BottomWidgetArea .ProductDisplay .ControlItemBox .thumbnail {
    width: 216px;
    height: 216px;  
    }
    .BottomWidgetArea .ProductDisplay .ControlItemBox .thumbnail img {
    max-width: 216px;
    max-height: 216px;  
    }
    .BottomWidgetArea .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0px;
    }
   .BottomWidgetArea .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0px;
    }
  
  
   .product-thumbnails-box .bx-wrapper .bx-prev {
   background:#fff  url("../images/prev.png") no-repeat 50% 50%;
   left: 0px; 
   width: 30px !important;  
   background-size: 10px auto !important;  
   display: none;  
   }
   .product-thumbnails-box .bx-wrapper .bx-next {
   background:#fff  url("../images/next.png") no-repeat 50% 50%;
   right: 0px; 
   width: 30px !important;  
   background-size: 10px auto !important;  
   display: none;  
   } 
  

  
}    


/*
Mobile Layout: 320px.
Gutters: 24px.
Inner: 272px;
*/

@media only screen and (max-width: 767px) {
    body {
    min-width: 320px;  
    font-size: 12px;    
    } 
    .btn {
    font-size: 16px;  
    }
    .container {
    width: 290px;     
    }
    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12,
    .grid_13,
    .grid_14, .grid_1-2, .grid_1-3, .grid_1-4 {

	   padding-left: 5px;
	   padding-right: 5px;
    }
    
    
    .TopMenu .mobileOnly {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;    
    }
    .notMobile {
    display: none;    
    }
    
    
    .container .grid_7 {
    width: 100%;
    float: left;    
    }
    .LogoArea .Logo {
    max-width: 135px;    
    }
    .Header dl {
    padding-left: 15px;
    width: 150px;    
    }
    .Header dt {
    font-size: 11px;    
    }
    .Header dd {
    font-size: 11px;    
    }
    .SearchBox  {
    position: relative; 
    top: 0;
    left: 0;
    float: left;
    right: auto;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-bottom: 15px;
    }
    .SearchBox  input[type="text"] {
    width: 250px;    
    }
    .Header .TopMenu {
    bottom: -36px;
    }
    .Header .TopMenu ul li a span {
    line-height: 36px;
    border: solid 0px;    
    }
    .Header  .TopMenu ul li {
    margin-left: 0; 
    height: 36px; 
    padding: 0;    
    }
    .Header .TopMenu ul li a {
    padding: 0 0; 
    font-size: 14px;    
    }
    .Header .TopMenu ul li a:before, 
    .Header .TopMenu ul li a:after {
    display: none;    
    }
    .ProductDisplay .thumbnail {
    width: 260px;
    height: 260px;    
    }
    .ProductDisplay .thumbnail img {
    max-width: 260px;
    max-height: 260px;    
    }
    .Footer .FooterNav {
    font-size: 16px;    
    }
    .SocialIcon a {
    width: 50px;
    height: 50px;
    line-height: 50px;    
    } 
    .SlideshowArea .SlideshowPrevious, 
    .SlideshowArea .SlideshowNext {
    left: -10px; 
    margin-top: -15px !important;    
    }
    .SlideshowArea .SlideshowNext {
    left: auto ;  
    right: -10px;
    }
    .SlideshowArea .SlideshowPreviousLink, 
    .SlideshowArea .SlideshowNextLink {
    background-size: auto 15px;    
    width: 30px;
    height: 30px;
    -webkit-background-clip: padding-box;   
    }
    
    
    
    
    .ProductDisplay .grid_4 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;    
    padding-left: 10px;
    padding-right: 10px;    
    }
    .ProductDisplay .thumbnail {
    width: 280px;

    height: 280px;    
    }
    .ProductDisplay .thumbnail img {
    max-width: 280px;
    max-height: 280px;    
    }
    .Wrapper {
    padding: 20px 0;
    }
    .ProductDisplay h3 {
    font-size: 24px;    
    }
    
    .ProductDisplay .ControlItemBox {
    margin-bottom: 20px;    
    }
    
    
    .Footer {
    padding: 20px 0;    
    }
    .Footer .FooterNav li {
    margin-right: 0.5em;    
    }
    .Footer .FooterNav {
    font-size: 14px;  
    margin-bottom: 20px;    
    }
    .FooterLeft {
     margin-bottom: 20px;    
    }
    .FooterLeft dl {
    margin-bottom: 0;    
    }
    .FooterRight {
    text-align: left    
    }
    .SocialIcon a {
    margin-left: 0;
    margin-right: 15px;    
    }
    .FooterLeft  img {
    max-width: 150px;    
    }
    .FooterLeft dd {
    font-size: 14px;    
    }
    .SocialIcon a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;    
    }
    .FooterRight  img {
    width: 200px;    
    }
    .FootNav li {
    margin-right: 10px;    
    }
    .FootNav li:before {
    display: none;
        
    }
    .container .HomeWidgetLeft  {
    width: 100%; 
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;     
    }
    .container .HomeWidgetRight   {
    width: 100%; 
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px; 
    text-align: center;    
    }
    .FootNote {
    margin: 2em 0  0 0;
    }
    .MobileNavBarBox {
    display: block;    
    }
    .MobileNavBar {
    display: none;    
    }
    .ProductDisplay .ControlItemBox {
    border-width: 5px !important; 
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;    
    }
    .container .LayoutLeftColumn {
    width: 100%;    
    }
    .container .LayoutContent {
    margin-left: 0;
    width: 100%;    
    }
    .navbar-header-leftcol {
    border-radius: 0;
    padding: 0;
    background: none;
    border: solid 0px;
    box-shadow: none;    
    }
    .navbar-header-leftcol .navbar-toggle {
    float: none;
    margin: 0;
    font-family:'dinbek_blackblack', Arial, Helvetica, sans-serif;
    font-weight: normal;    
    text-transform: uppercase;
    background: #8ddbff;    
    border: solid 0px;
    font-size: 16px;
    padding: 0 10px;
    border-radius: 0;    
    }
    .navbar-header-leftcol .navbar-toggle:hover {
    background: #ccc;    
    }
    .navbar-header-leftcol .navbar-toggle i {
    font-size: 1.5em;
    vertical-align: middle;
    padding-left: 0.25em;
    color: #ff8a00;    
    }
    .navbar-collapse.in {
    overflow-y: visible;
    margin-bottom: 20px;    
    }
    .LayoutLeftColumn .nav li {
    font-size: 14px;    
    }
    .page-header {
    margin-bottom: 20px;    
    }
    .page-header h1 {
    font-size: 24px;    
    }
    .LayoutLeftColumn .ControlHeader {
    font-size: 20px;  
    margin-bottom: 0.5em;    
    }
    .LayoutLeftColumn .nav li .dropdown-menu {
    border-radius: 0;    
    }
    .LayoutLeftColumn .nav li .dropdown-menu a {
    padding-left: 20px;    
    }
    .CategoryNav {
    text-align: left;    
    }
    .CategoryNav select {
    margin: 0 0 10px 0;    
    }
    .CategoryNav .pagination {
    float: none;    
    }
    
    .container .row {
    margin-left: -5px;
    margin-right: -5px;
    }
    .LeftColumn .LayoutContent .grid_item .ControlItemBox {
    margin-left: -5px !important;  
    margin-right: -5px !important; 
    width: auto;    
    }
    
    .LeftColumn .LayoutContent .grid_item {
    width: 100%; 
    padding-left: 10px;
    padding-right: 10px;    
    }
    
    .LeftColumn .LayoutContent .ProductDisplay .thumbnail {
    width: 280px;
    height: 280px;    
    }
    .LeftColumn .LayoutContent .ProductDisplay .thumbnail img {
    max-width: 280px;
    max-height: 280px;    
    }
    .LayoutLeftColumn .nav li a:after {
    width: 15px;
    right: -15px;
    background: #fff ;    
    }
    .BottomWidgetArea .container {
    padding: 20px 0;    
    }
    .BottomWidgetArea .ControlHeader {
    font-size: 24px;    
    }
    .BottomWidgetArea .nav-stacked > li + li {
    font-size: 16px; 
    margin-right: 1em;    
    }
    .container .grid_7 {
    width: 100%;  
    }
    .product-thumbnails-main {
    width: 290px;
    height: 290px;  
    margin-left: auto;
    margin-right: auto; 
    margin-bottom: 20px;  
    }
    .product-thumbnails-main .main-product-photo {
    width: 290px;
    height: 290px;  
    }
    .product-thumbnails-main .main-product-photo #PhotoThumbnails_imgPhoto {
    max-width: 290px;
    max-height: 290px;  
    }
    .product-thumbnails {

    width: 306px;   
    }
    .product-thumbnails li {
    width: 86px !important;  
    }
    .product-thumbnails .thumbnail {
    width: 86px;
    height:  86px;  
    }
    .product-thumbnails .thumbnail img {
    max-width: 84px;
    max-height:  84px;  
    }
    .ProductMain  {
    float: left !important;
    margin-left: 0 !important;
    width: 100% !important;
    font-size: 12px;  
    }
    .ProductDetailsPricing, 
    .ProductDetailsVariations .Variant {
    margin-bottom: 20px;  
    }
    .ProductDetailsAddToWishlistButton {
    font-size: 14px;  
    margin-bottom: 20px;  
    }
    .ProductDetailsPrice {
    font-size: 24px;
    }
    .nav-tabs > li a {
    line-height: 35px;
    font-size: 16px;
    padding: 0 15px;  
    }
    .tab-pane {
    padding: 20px 0;
    font-size: 12px;  
    }
    .grid_1-3 {
    width: 100%;
    }
    .BottomWidgetArea .ProductDisplay .ControlItemBox {
    border: 5px solid #8ddbff;
    margin-top: 0;
    width: 290px;
    }
    .BottomWidgetArea .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0px;
    background-size: auto 15px !important;
    height: 30px;
    width: 30px;  
    border-radius: 5px;  
    }
    .BottomWidgetArea .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0px;
    background-size: auto 15px !important;
    height: 30px;
    width: 30px;  
    border-radius: 5px;   
    }
    .PageBlock {
    font-size: 14px;
    }
  
    .product-thumbnails-box .bx-wrapper .bx-prev {
   background:#fff  url("../images/prev.png") no-repeat 50% 50%;
   left: 0px; 
   width: 30px !important;  
   background-size: 10px auto !important;  
   display: none;   
   }
   .product-thumbnails-box .bx-wrapper .bx-next {
   background:#fff  url("../images/next.png") no-repeat 50% 50%;
   right: 0px; 
   width: 30px !important;  
   background-size: 10px auto !important;  
   display: none;  
   }   
  
  
}    
/*		
Wide Mobile Layout: 480px.
Gutters: 24px.
Inner: 432px
 */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    body {
    min-width: 480px;    
    }   
    .container {
    width: 440px;     
    }    
    .ProductDisplay .grid_4 {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;    
    }
    .ProductDisplay .thumbnail {
    height: 205px;
    width: 205px;
    }
    .ProductDisplay .thumbnail img {
    max-height: 205px;
    max-width: 205px;
    }
    .LogoArea .Logo {
    max-width: 170px;    
    }
    .Header dl {
    width: 190px;    
    }
    .Header dt {
    font-size: 13px;    
    }
    
    .Header dd {
    font-size: 13px;    
    }
    
    .LeftColumn .LayoutContent .grid_item {
    width: 50%; 
    padding-left: 10px;
    padding-right: 10px;    
    }
    
    .LeftColumn .LayoutContent .ProductDisplay .thumbnail {
    width: 205px;
    height: 205px;    
    }
    .LeftColumn .LayoutContent .ProductDisplay .thumbnail img {
    max-width: 205px;
    max-height: 205px;    
    }
    .product-thumbnails {
    width: 456px;
    }
  
    .product-thumbnails li {
    width: 136px !important;
    }
    .product-thumbnails .thumbnail {
    height: 136px;
    width: 136px;
    }
    .product-thumbnails .thumbnail img {
    max-height: 134px;
    max-width: 134px;
    }
    .grid_1-3 {
    width: 50%;
    }
    .BottomWidgetArea .ProductDisplay .ControlItemBox {
    width: 220px;  
    }
}    












































