* {
}
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
}
footer {
  padding: 0;
}

hr {
	border: 1px solid #cccccc;
}

a {
	color: #056592;
	color: #666666;
}
a:hover {
	color: #333333;
	text-decoration: underline;
	text-shadow: 1px 1px 2px #acacac;
}

body {
	background-repeat: repeat-x;
	color: #3D474C;
	font-family:  -apple-system, "Helvetica Neue", Arial, "Lucida Grande", Geneva, Swiss, SunSans-Regular;
}

.fancybackground {
	background-image: url(/images/header-background.jpg);
	background-attachment: fixed;
	background-position-y: -20px;
}
.whitescreen {
	background-color:rgba(255, 255, 255, 0.25);
}
.whitescreen75 {
	background-color:rgba(255, 255, 255, 0.75);
}

.noTopBorder td {
	border-top: 0px !important;
}

.extraTopMargin td {
	padding-top: .75em !important;
}

.shippingbanner {
	color: #eeee66;
	color: #cccccc;
	padding: 5px;
	border-top: 1px solid #333333;
	transition: all 0.15s linear;
	cursor: pointer;
	font-style: italic;
	font-weight: bold;
	padding-left: 2em;
	padding-right: 2em;
}
.shippingbanner:hover {
	color: #ffffff;
}

.couponbanner {
	background-color: rgba(0, 100, 0, 0.85);
	color: #eeeeee;
	padding: 3px;
	border-top: 1px solid #333333;
	transition: all 0.15s linear;
	font-style: italic;
	padding-left: 2em;
	padding-right: 2em;
}
.couponbanner:hover {
	background-color: rgba(100, 0, 0, 0.85);
}

.navbar-header {
	color: white !important;
	background-color: #333333;
	/* background-image: url(/images/gradient2.png); */
}
.desktop-header a {
	color: white !important;
}
.desktop-header a:hover {
	color: #dddddd !important;
	text-shadow: 1px 1px 2px #056592;
	text-decoration: none;
}

#bodyx {
	border: 1px solid grey;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px 5px #666;
	-moz-box-shadow: 0 0 5px 5px #666;
	-box-shadow: 0 0 5px 5px #666;
}

#body {
	transition: all 0.15s linear;
}


.TopCategory {
	font-weight: bold !important;
	color: #a0382f !important;
	color: #333333 !important;
	background-color: #eeeeee;
	font-size: 110%;
}
a > .TopCategory  {
	color: #333333 !important;
}
.ThisCategory {
	font-weight: bold !important;
	color: #a0382f !important;
	color: #333333 !important;
	background-color: #eeeeee;
	font-size: 110%;
}
a > .ThisCategory   {
	color: #333333 !important;
}

.AdminCategory {
	background-color: #ffdddd;
}

.endpoint {
	color: #000000;
}

.CurrentDepartment li :hover {
	background-color: #eeeeee;
}

.allCategories ul li :hover {
	background-color: #aaaaaa;
}


/* Home page scroller */
#newsScroller {
	margin-top: .5em;
	width: 100%;
	height: 410px;
	overflow: hidden;
}
#newsScroller dt {
	padding:20px 10px 5px 10px;
}
#newsScroller dd {
	margin-left: 0;
	padding: 0 10px 10px 10px;
}
#newsScroller dd.last {
}


.stylizedTitle {
	text-transform: uppercase;
	font-style: italic;
	color: #333333;
	text-shadowx: 1px 1px 1px #222222;
	font-weight: bold;
	font-size: 110%;
}

.pageTitle {
	font-style: italic;
	color: #994422;
	color: #000000;
}


.borderBar {
	background-imagex: url(/images/gradient2.png);
	background-color: #dddddd;
}


.list-group-item a {
	display: block;
}
	
#allCategories .list-group-item {
	background-color: #ffffff;
	border: 1px dotted #dddddd !important;
}

#allCategories .list-group-item.active, #allCategories .list-group-item.ThisCategory, #allCategories .list-group-item.TopCategory {
	background-color: #eeeeee !important;
}
#allCategories .list-group-item:hover, #CurrentDepartment .list-group-item:hover {
	background-color: #dddddd !important;
	border: 1px dotted #dddddd !important;
}
#allCategories .list-group-item a:hover, #CurrentDepartment .list-group-item a:hover {
	text-decoration: none;
}

.ratingstars {
	color: #E2EB1F;
	color: #D1DA0E;
}


.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 150%;
}

.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}

.rating span.star:hover {
    cursor: pointer;
}

.rating span.star:before {
    content: "\f006";
    padding-right: 0px;
    color: #D1DA0E;
}

.rating span.star:hover:before, .rating span.star:hover~span.star:before {
    content: "\f005";
    color: #D1DA0E;
}

.badgex {
	background-color: #FFAAAA;
	color: #000000;
}


table.notopborder td {
	border-top: 0px !important;
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.navbar-header a {
	color: white;
}


.footerbox {
	border-top: 2px solid #666666;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#ffffff)); /* webkit browsers */
	background: -moz-linear-gradient(top,  #dddddd,  #ffffff); /* firefox 3.6+ */
}


navbar-brand
{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;
}



.live_chat_online {
    width: 140px;
    height: 42px;
    background-image: url("/images/live_chat_sprite.png");
    background-size: 700px;
    padding: 0px;
    -webkit-animation: contactbutton 10s steps(5) infinite;
       -moz-animation: contactbutton 10s steps(5) infinite;
        -ms-animation: contactbutton 10s steps(5) infinite;
         -o-animation: contactbutton 10s steps(5) infinite;
            animation: contactbutton 10s steps(5) infinite;
}
.live_chat_offline {
    width: 140px;
    height: 42px;
    background-image: url("/images/live_chat_sprite_offline.png");
    background-size: 700px;
    padding: 0px;
    -webkit-animation: contactbutton 10s steps(5) infinite;
       -moz-animation: contactbutton 10s steps(5) infinite;
        -ms-animation: contactbutton 10s steps(5) infinite;
         -o-animation: contactbutton 10s steps(5) infinite;
            animation: contactbutton 10s steps(5) infinite;
}

@-webkit-keyframes contactbutton {
   from { background-position:    0px; }
     to { background-position: -1400px; }
}

@-moz-keyframes contactbutton {
   from { background-position:    0px; }
     to { background-position: -1400px; }
}

@-ms-keyframes contactbutton {
   from { background-position:    0px; }
     to { background-position: -1400px; }
}

@-o-keyframes contactbutton {
   from { background-position:    0px; }
     to { background-position: -1400px; }
}

@keyframes contactbutton {
   from { background-position:    0px; }
     to { background-position: -1400px; }
}


#passwordFieldConfirm {
	display: none;
}






@media (max-width:767px){
	body { padding-top: 38px; }
	
	.fancybackground {
		background-color: #000000;
		background-color:rgba(255, 255, 255, 0.75);
		background-image: none;
		font-size: 75%;
	}
	.whitescreen {
		background-color: #000000;
	}
	.whitescreen75 {
		background-color: #000000;
	}

	.product-box {
		min-height: 75px;
		border-topx: 1px solid #eeeeee;
		text-align: left;
	}
	
	
}

@media (min-width:768px) {

	.product-box {
		height: 350px;
	}

}


/* fix for IE on windows mobile */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }