/* ===================
START: SITE STYLES
=================== */
@charset "utf-8";

* {
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

body {
	margin:0;
	padding:0;
	padding-bottom: 0px;
}

/* make all images in tabs responsive */
.tab-content img, .tab-content td img, #prdtabs-accordion img {
	display: block;
  max-width: 100%;
  height: auto;
}

/* reviews stars should be on same line */
.tab-content #pcReviews img.pcReviewRateicon {
	display:inline;
}

div#pcMainUsefulLinks ul {
	padding: 0 0;
	padding-left: 25px;
	margin: 0;
  width: 200px;
}

div#pcMainAreaPrice ul {
	padding: 0 0;
	padding-left: 25px;
	margin: 0;
}
div#pcMainAreaLinks ul {
	padding: 0 0;
	padding-left: 25px;
	margin: 0;
}
.left_nav {
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 0px 10px 0px 0px;
}
.left_nav li {
	list-style-position: outside;
	list-style-type: none;
	margin-left: -40px;
	margin-top: 10px;
	text-transform:capitalize;
}
.left_nav li a:hover {
	background: #e4efe4;
}
/* sub menu lists */
.left_nav li li {
	margin-top: 0px;
	margin-left: -30px;
}
.left_nav h3 {
	font-size: 120%;
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(221, 221, 221, 1);
}
.left_nav .pcRecentProduct {
	padding: 5px 5px;
	margin: 4px 0px;
	background: #FFF3D7;
	border-radius: 3px;
}
.left_nav .pcRecentProduct:hover {
	background: #e4efe4;
}
.left_nav .pcRecentProduct::before {
content: " ";
display: table;
}
.left_nav .pcRecentProduct::after {
content: " ";
display: table;
}
.pcRecentProduct a {
	width: 70%;
	margin-left: 30%;
	display: inline-block;
	line-height: 20px;
	min-height: 42px;
	color: #0C4914;
	text-decoration: none;
}
.pcRecentProduct img {
	height: 40px;
	vertical-align: top;
	width: 40px;
	margin: 0;
	margin-top: 1px;
	margin-left: -22%;
	position: absolute;
	border-radius: 4px;
}
div#pcMainAreaPrice ul a {
	font-size: 13px;
	padding: 5px 7px;
	display: inline-block;
	width: 100%;
	background: #FFF3D7;
	margin: 2px 0px;
	border-radius: 3px;
	color: #0C4914;
	text-decoration: none;
}
div#pcMainAreaPrice ul a:hover {
	background: #FFE3A4;
}

.pcCartLayout .divider {
   border: 0px; 
}
.dropdown-menu > .pcCartLayout {
    padding: 14px;
}
#pcCartDropDown {
    min-width: 350px;   
}
#pcFeaturedProductsList #pcSpecials, #pcFeaturedProductsList #pcNewArrivals, #pcFeaturedProductsList #pcBestSellers, #pcFeaturedProductsList #pcUsefulLinks
{
	float: left;
	margin: 1%;
	width: 23%;
}
#pcFeaturedProductsList #pcUsefulLinks li {
    list-style-position: outside;
    list-style-type: none;
    margin-left: -25px;
}
#pcOPCtotal {
    display: none;
}
#pcMainArea {
	padding-top: 20px;
	padding-bottom: 40px;
}
.pcShowProductsH {
	border-top: 1px solid #ddd;
	padding: 20px;
}
.pcShowProductImageH img {
	max-height: 150px;
}
.pcShowProductInfoH .pcShowProductPrice {
	display: inline-block;
	/*float: left;*/
}
.pcShowProductInfoH .pcShowProductRating {
	float: left;
	margin: 0;
	margin-left: 10px;
}
.pcShowProducts {
	overflow: hidden;
}
#pcFeaturedProductsList #pcSpecials, #pcFeaturedProductsList #pcNewArrivals, #pcFeaturedProductsList #pcBestSellers, #pcFeaturedProductsList #pcUsefulLinks {
	float: left;
	margin: 1%;
	width: 31%;
	padding: 1%;
	background:	#FFF3D7;
	height: 100%;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}
.pcRow {
	border-top: 1px solid #ddd;
}
.pcInfoMessage {
	background: #F3F5F8;
	border-color: #F3F5F8;
}
.pc-nav div {
    color: #FFFFFF;   
}
.navbar {
	margin-bottom: 0;
}
/* ===================
END: SITE STYLES
=================== */

/* ===================
 START: TOP NAV
=================== */
#pc-top-nav {
	height:46px;
	background: #F47C01;
	background-image:url(../images/bgTop.jpg);
	position: static;
	width: 100%;
	z-index: 1049;
	top:0;
	/*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.33);*/
}
.pc-top-nav-left {
	float: left;
	margin: 0;
}
.pc-top-nav-right {
	float: right;
	margin-bottom: 0px;
}

.npTopBarContent {
	display: inline-block;
	margin: 2px auto 0;
	font-size:16px;
	color: #D0EB8F;
}

.npTopBarContent a {
	text-decoration: none;
	color:#D0EB8F;
}

.npTopBarContent a:hover {
	color: #fff;
}
	
.npTopBarContent span {
	font-size:14px;
	display:block;
	padding-left:8px;
}

#npHeaderCart {
	display: inline-block;
	background-image:url(../images/iconCart.jpg);
	background-repeat:no-repeat;
	background-position: left 7px;
	padding: 0px 0 0 30px;
	height:40px;
	width:200px;
	text-align:left;
	font-size:14px;
}

#quickcart {margin-top: 10px;}

#npLogoContainer {height: 80px;}

#npLogo {
	position:absolute;
	margin-top:-40px;
	/*margin-bottom:80px;*/
}

#npSearch {
	margin-top:12px;
	background-color: #D8D8D8;
	padding:7px;
}

#npSearch div {
	background-color: #fff;
	border: 1px solid #AEAEAE;
	color: #9e9f9f;
	display: block;
	height: 34px;
	width: 299px;
}

#npSearch input  {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
	-webkit-appearance: textfield;
	padding: 0px;
	background-color: white;
	border:none;
	padding:6px 0 0 6px;
	width:255px;
}

#npSearch img {
	padding-top:0px;
	vertical-align:top;
}

/* ===================
 END: TOP NAV
=================== */

/* ===================
 START: HEADER
=================== */
#pc-header .col-sm-2 {
	position: static;
}
#pc-header .row {
	position: relative;
}
.brand {
	padding: 5px 5px 5px 0px;
	min-height: 50px;
}
.brand img {
	max-width: 185px;
	max-height: 125px;
}
#pc-header {
	padding: 5px 0;
}
.brand {
	padding: 5px 5px 5px 0px;
	min-height: 50px;
}
.brand img {
	max-width: 100%;
	max-height: 125px;
}
.pc-nav * {
	font-family: "Open Sans";
}
.pc-nav .sf-menu {
	margin-bottom: 0;
	padding: 46px 0;
}
.pc-nav .sf-menu li,
.pc-nav .sf-menu li:hover {
	background: none;
}
.pc-nav .sf-menu a,
.pc-nav .sf-menu a:hover {
	border: none;
	background: none;
}
.pc-nav .sf-menu a {
	padding: 10px 20px;
	color:#fff;
	font-weight: 800;
	font-size: 15px;
}
.pc-nav .sf-menu a:hover {
	color: rgba(255, 255, 255, 0.6);
}
/* ===================
 END: HEADER
=================== */

/* ===================
START: NAVIGATION
=================== */
.sf-menu ul ul {
	top: 0 !important;
	left: 103% !important;
}
ul.sf-menu ul {
	background: #fff;
	border-radius: 3px;
	width: 100% !important;
}
ul.sf-menu ul li:hover {
	background: #dadfe6 !important;
}
ul.sf-menu ul a {
	color: #24334B !important;
}
.rightarrowclass{
    position: absolute;
    top: 50%;
    right: 5px;
}
.sf-menu li:hover, .sf-menu li.sfHover {
	background: none !important;
}

/* ===================
END: NAVIGATION
=================== */

/* ===================
START: MOBILE NAVIGATION
=================== */
.mean-container .mean-bar,
.mean-container .mean-nav {
	background: #DFEBDF;
	padding-bottom: 0;
}
.mean-container a.meanmenu-reveal span {
	background: #666;
}
.mean-container a.meanmenu-reveal {
	color: #666;
}
.mean-container .mean-nav ul li a {
	color: #1F3169;
	text-transform: none;
	font-size: 14px;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0, 0, 0, 0.08);
}
.mean-container .mean-nav ul {
	width: 100% !important;
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 25px;
	padding: 12px !important;
}
form[mobile-id="menu-search"] {
	padding: 20px 5px;
	background: #D3DBD3;
}
form[mobile-id="menu-search"] button {
	display: inline-block;
	padding: 3% 12px;
	margin: 2px;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration: none;
	text-transform: normal;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.42)
	 border-color: #1A2874;
	text-shadow: none;
	background: #1F7A31;
	border-bottom: 4px solid #074E07;
	
	position: absolute;
	top: 19px;
	right: 2px;
	height: 12px;
	color: #fff;
	font-weight: bold;
	font-family: "Open Sans";
}
form[mobile-id="menu-search"] input[type="text"] {
	width: 90%;
	padding: 3% 5%;	
}
.mobile-cart .pc-quick-cart {
	position: absolute;
	top: 0;
	z-index: 10000000;
	left: -4px;
}
.mobile-cart .pc-quick-cart li,
.mobile-cart .pc-quick-cart > li > a:first-child {
	min-height: 48px;
}

/* ===================
END: MOBILE NAVIGATION
=================== */

/* ===================
START: GLOBAL STYLES
=================== */
html
{
	webkit-font-smoothing: antialiased;
}
body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
/* ===================
END: GLOBAL STYLES
=================== */



/* ===================
START: FORMS
=================== */
textarea, input, select
{
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #555555;
	line-height: 1.5;
	padding: 5px 10px;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	vertical-align: middle;
	webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input:focus, select:focus
{
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0;
	webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* ===================
END: FORMS
=================== */



/* ===================
START: BUTTONS
=================== */
.pcButton, .pcEstimateShipping {
  font-size: 15px;
	cursor: pointer;
  border-radius: 4px;
  background: #1760B6; /*#FCC327;*/
  color: #fff; /*#581E5B;*/
  display: inline-block;
  margin: 2px;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  vertical-align: top;
  font-family: 'Trebuchet MS', Verdana, serif;
  text-shadow: 0 0 1px rgba(0,0,0,0.4);
  /*text-transform: uppercase;	*/
}

.pcButton .pcButtonText {
  display: inherit;
  font-size: 15px;
}

#RewardsRecal {    
	display: inline-block;
	padding: 6px 12px;
	margin: 2px;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	 -moz-user-select: none;
		-ms-user-select: none;
				user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration: none;
	text-transform: none;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.42);
	border-color: #2357ef;
	text-shadow: none;
	background: #2357ef;
	/*border-bottom: 4px solid #07244E;*/
	color: white;
}
a.pcButton {
  /*color: #FFFFFF !important;*/
  text-decoration: none;
  color: #fff !important; /*;#581E5B !important;*/
}
/*.pcButton .pcButtonText, */
#RewardsRecal {
	display: block !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.42857143;
	color: #FFFFFF;
}

#RewardsRecal {height:34px;}

.pcButton img, .pcButton input[type=image] {
	display: none;
}
.pcButton:hover {
  background: #093362; /*#F47C01;*/
}

.pcButtonAddToCart {
  background: #0F5EB5;
	color: #fff;
	/*padding: 15px 50px !important;*/
}
.pcButtonAddToCart .pcButtonText {
	font-size: 20px;
	color:#fff;
}
.pcButtonAddToCart:hover {
	/*opacity: 0.8;*/
  background: #F47C01; /*#093362;*/
	color:#fff;
}

.pcButtonMoreDetails {
	/*padding: 3px 6px !important;*/
}
.pcButtonMoreDetails:hover {
	/*padding: 3px 6px !important;*/
}

.pcButtonAddToCartSmall, .pcButtonCheckout {
	padding: 0px 10px !important;
  background:  #FF914D; /*#0F5EB5;*/
}
.pcButtonAddToCartSmall:hover, .pcButtonCheckout:hover {
	padding: 0px 10px !important;
  background: #F47C01; /*#093362;*/
}
/*.pcButtonMoreDetails .pcButtonText,*/
.pcButtonAddToCartSmall .pcButtonText, .pcButtonCheckout .pcButtonText {
	color: #fff;
	font-size: 15px !important;
	border-bottom-width: 3px;
}

.secondary {

}
.secondary:hover {

}
.secondary .pcButtonText {

}

.tiny {
	padding: 3px 6px !important;
}
.tiny .pcButtonText {
	font-size: 10px !important;
}

a.pcMoreLink {
	font-size: 15px;
	margin: 10px 0;
	display: inline-block;
}



/* Use graphical buttons */
/*
.pcReviewRate input[type="button"] {    
	display: inline-block;
	padding: 6px 12px;
	margin: 2px;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	 -moz-user-select: none;
		-ms-user-select: none;
				user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.42);
	border-color: #1A2874;
	text-shadow: none;
	background: #1F3F7A;
	border-bottom: 4px solid #07244E;
	color: white;
}
a.pcReviewRate {
	text-decoration: none;
    color: #FFFFFF !important;
}
.pcReviewRate .pcButtonText {
	display: block !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.42857143;
	color: #FFFFFF;
}
.pcReviewRate img,
.pcReviewRate input[type="image"] {
	display: none;
}
.pcReviewRate:hover {
}

.pcButtonViewCart {    
	display: inline-block;
	padding: 6px 12px;
	margin: 2px;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	 -moz-user-select: none;
		-ms-user-select: none;
				user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.42);
	border-color: #1A2874;
	text-shadow: none;
	background: #1F3F7A;
	border-bottom: 4px solid #07244E;
	color: white;
}
a.pcButtonViewCart {
	text-decoration: none;
    color: #FFFFFF !important;
}
.pcButtonViewCart .pcButtonText {
	display: block !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.42857143;
	color: #FFFFFF;
}
.pcButtonViewCart img,
.pcButtonViewCart input[type="image"] {
	display: none;
}
*/
/* ===================
END: BUTTONS
=================== */


/* ===================
START: LINKS
=================== */
a {
color: #0C4914;
text-decoration: none;
}
/* ===================
END: LINKS
=================== */


/* ===================
START: TYPOGRAPHY
=================== */
h1 {
	color: #F79621;
	font-family: "Open Sans",Helvetica,sans-serif;
	font-size: 200%;
	letter-spacing: -0.03em;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 5px;
}
h2 {
	color: #F79621;
	font-size: 175%;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0 0 2px;
	font-weight: 400;
}
h3 {
	color: #F79621;
	font-size: 100%;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0 0 2px;
	font-weight: 400;
}
.title {
	font-size: 18px !important; 
}
/* ===================
END: TYPOGRAPHY
=================== */


/* ===================
    START: STOREFRONT OVERRIDES
   =================== */
#pcMain .pcShowProductH .pcShowProductInfoH
{
	margin-top: 5px;
	text-align: center;
	width: 100%;
}
.pcShowProductH {
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.pcShowProductImageH img {
  max-height: 160px;
}
.pcShowProductP {

}

.pcShowAddToCart {
	margin-bottom:10px;
}

/* category page product pring */
#pcMain p.pcShowProductPrice {
	font-size: 15px;
	color:#000000;
	font-weight:normal;
}

/* Change font color for "Show Product's Price" feature (product detail page) */
#pcMain .pcShowProductPrice {
	font-size: 13px;
	color:#999;
}

/* Increase size of online price on Product Details page */
#pcMain .pcShowProductMainPrice {
	font-size: 18px;
	font-weight:bold;
	color: #000;
}

/* Strikethrough for List Price */
#pcMain .pcShowProductListPrice {
	text-decoration:line-through;
	color: #999;
}

/* Change font color for "Show Savings" feature */
#pcMain .pcShowProductSavings {
	color: #090;
	font-weight: normal;
}

.npOptionsBox {
	background: #eee;
  border: 1px solid #ccc;
  padding: 1em;
	-webkit-border-radius:  5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pcShowAdditional img {
  height: 50px;
  width: 50px;
}

/* tabs hover */
.nav > li > a:hover, .nav > li > a:focus {
  background-color: #eee;
}

/* color table in tabs */
.tabWrapper table {
	border-collapse: collapse;
	border:1px solid #000;
	/*white-space:nowrap;*/
}
.tabWrapper td {
	padding:3px;
}

#tooltip1 { position: relative; }
#tooltip1 a { border-bottom: 1px dotted; text-decoration:none; }
#tooltip1 a span { display: none; color: #FFFFFF; }
#tooltip1 a:hover span { 
display: block; /* forces the popup to display */
position: absolute; /* sets type of positioning */
min-width: 250px; /* change based on minimum width that you want - it will expand if needed */
min-height: 50px; /* change based on minimum height that you want - it will expand if needed */
background-color:#333;  /* define your own background color */
left: -93px; /* change based on where you want the popup positioned relative to the span tag */
bottom: 20px;   /* change based on where you want the popup positioned relative to the span tag */
color: #ffffff; /* font color */
padding: 15px; /* padding between box and text */
text-decoration: none; /* hide underline due to link */

-moz-border-radius: 6px;  /* these 4 lines define rounded corners in all browsers */
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;

-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);  /* defines shadow around box in all browsers */
-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
} 

#tooltip2 { position: relative; }
#tooltip2 a { border-bottom: 1px dotted; text-decoration:none; }
#tooltip2 a span { display: none; color: #FFFFFF; }
#tooltip2 a:hover span { 
display: block; /* forces the popup to display */
position: absolute; /* sets type of positioning */
min-width: 50px; /* change based on minimum width that you want - it will expand if needed */
min-height: 50px; /* change based on minimum height that you want - it will expand if needed */
background-color:#333;  /* define your own background color */
left: -93px; /* change based on where you want the popup positioned relative to the span tag */
bottom: 20px;   /* change based on where you want the popup positioned relative to the span tag */
color: #ffffff; /* font color */
padding: 15px; /* padding between box and text */
text-decoration: none; /* hide underline due to link */

-moz-border-radius: 6px;  /* these 4 lines define rounded corners in all browsers */
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;

-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);  /* defines shadow around box in all browsers */
-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
} 

/* ===================
    END: STOREFRONT OVERRIDES
   =================== */



/* ===================
    START: DD SMOOTH OVERRIDES
   =================== */

/* ===================
    END: DD SMOOTH OVERRIDES
   =================== */



/* ===================
    START: FONTS
   =================== */
@font-face
{
	font-family: 'open_sanssemibold';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/open-sans/OpenSans-Semibold-webfont.eot');
	src: url('../fonts/open-sans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
 url('../fonts/open-sans/OpenSans-Semibold-webfont.ttf') format('truetype'),
 url('../fonts/open-sans/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
}
@font-face
{
	font-family: 'open_sansbold';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/open-sans/OpenSans-Bold-webfont.eot');
	src: url('../fonts/open-sans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
 url('../fonts/open-sans/OpenSans-Bold-webfont.ttf') format('truetype'),
 url('../fonts/open-sans/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
}
/* ===================
    END: FONTS
   =================== */



/* ===================
    START: OPC PANELS
   =================== */
#acc1 .panel-default
{
	border: 0px !important;
}
#acc1 .panel-default > .panel-heading
{
	background-color: #d5d1cd !important;
	border-color: #d5d1cd !important;
	color: #736d69 !important;
}
#acc1 .active > .panel-heading
{
	background-color: #F79621 !important;
	border-color: #F79621 !important;
	color: #FFF !important;
}
#acc1 .panel-group .panel-body
{
	border-bottom: 5px solid #074E07 !important;
	border-left: 5px solid #074E07 !important;
	border-right: 5px solid #074E07 !important;
	border-top: 5px !important;
}
#acc1 .panel-group .panel
{
	border-bottom: 1px solid #FFF !important;
	margin-top: 0px !important;
}
#acc1 .pcCheckoutTitle
{
	font-size: 18px;
}
#acc1 .active .pcCheckoutTitle
{
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	transition: background 500ms ease 0s;
}
#acc1 .editbox
{
	color: #736967 !important;
}
/* ===================
    END: OPC PANELS
   =================== */





/* ===================
START: SLIDER THEME
=================== */
div#pc-slideshow .container {
	width: 100%;
	max-width: 1280px;
}
#pc-slideshow {
	background: #FFF3D7;
	margin-bottom: 20px;
}
.theme-productcart
{
	position: relative;
}
.theme-productcart .nivo-controlNav {
	display: block;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.theme-productcart .nivo-controlNav a {
	background: rgba(85, 85, 85, 0.51);
	border-radius: 100px;
	width: 13px;
	height: 13px;
	font-size: 1px;
	padding: 0;
	margin: 5px;
}
.theme-productcart .nivo-controlNav a.active {
	background: #555555;
}
.theme-productcart .nivoSlider {
	margin-bottom: 0px;
	box-shadow: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.theme-productcart .nivo-directionNav a {
	opacity: 1;
	height: 50px;
	width: 50px;
}
.theme-productcart .nivo-directionNav {
	position: static;
}
.theme-productcart a.nivo-prevNav {
	background: url(../images/left-arrow.png) no-repeat;
	background-size: contain;
	left: -5px;
	right: auto;
}
.theme-productcart a.nivo-nextNav {
	background: url(../images/right-arrow.png) no-repeat;
	background-size: contain;
	right: -5px;
	left: auto;
}
.theme-productcart .nivo-caption {
	font-size: 25px;
	padding: 20px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}
/* ===================
END: SLIDER THEME
=================== */ 

/* NetProfits Styles */
/* changes for 10-2025 from Cassie */
.header-container {
  background-color: #16308E;
  border: 5px solid #051960;
  border-radius: 20px;
  height: 125px;
  position: relative;
  margin: 20px auto;
  max-width: 1200px;
  overflow: visible;
}

.header-content {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.logo-wrapper {
  position: relative;
  z-index: 2;
}

.header-logo {
  height: 155px;               /* 125px + 15px top + 15px bottom */
  margin-top: -20px;           /* Center over header */
}

.icon-wrapper {
  display: flex !important;
  align-items: center;         /* Vertically center icons */
  gap: 15px;
  margin-top:-15px;
}

.header-icon {
  height: 30px;
  transition: opacity 0.2s ease;
}

.header-icon:hover {
  opacity: 0.8;
}

/* Responsive Adjustments for Small Screens */
@media (max-width: 768px) {
  .header-container {
    height: 60px;
  }

  .header-logo {
    height: 90px;             /* 80px + 15px top + 15px bottom */
    margin-top: -20px;
  }

  .header-icon {
    height: 25px;
  }

  .icon-wrapper {
    display: none !important;
  }
}

/* Shift logo to the right on larger screens */
@media (min-width: 900px) {
  .header-logo {
    margin-left: 100px; /* Adjust this value to center visually */
  }
}

#prdtabs .nav>li>a {
  padding: 8px 8px;
}

#npFooterContainer {
	width: 100%;
	margin-top:0px;
	background-color: #FFF0C3;
	border-top: 1px solid #C7C8CA;
	padding: 0 0 10px 0;
}

#npFooterContainer img {
	margin-top:15px;
}

#npFooterContainer h2 {
	margin-top:10px;
	color: #F79621;
	font-size:18px;
}

#npFooterContainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#npFooterContainer li {
	margin: 4px 0 0 0;
}

#npFooterBottom {
	margin-top:15px;
  text-align:center;
}

.pcShowProductsH {
	border-top: 0px !important;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  padding: 15px; /* optional – makes the white box look better */
  border-radius: 6px; /* optional – softens corners */
}

.pcShowMainImage img {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.45);
}
.npHomeDesc {
  border: 1px solid #000;
  margin: 0px;
  padding: 15px;
}

#pcFeaturedProducts h2, .pcPOMResult h2 { text-align: center;}

/* NetProfits: Generic Form styles - add to bottom of pcStoreFront.css file */
/* defines fieldset around the form */
#genericForm fieldset {
  margin: 0;
  padding: 5px;
  color: #666666;
}

/* defines the fieldset's legend */
#genericForm legend {
  margin-left: 1em;
  color:#666666;
  font-weight: bold;
  /*display: block;*/
}

/* defines unordered list */
#genericForm fieldset ol {
  padding: 1em 1em 0 1em;
  list-style: none; /* no bullets */
}

/* add spacing below each form field */
#genericForm fieldset li {
  margin-bottom: 3px;
}

/* label style: right align labels */
#genericForm label {
  float: left;
  width: 10em;
  margin-right: 1em;
  text-align: right;
}

/* define style for labels for fields that are required */
#genericForm label.required {
  color:#CC0000;
  font-weight:bold;
}

/* define validation errors */
#genericForm label.error { 
  /*background: url('../../../images/unchecked.gif') no-repeat 40px 0px; *//* standard image in PC 4.x */
  float: none; 
  color: red; 
  padding-left: 0px; /*0em;*/
	margin-left: 10px; 
	width:150px;
}

/* highlights selected form field (doesn't work in IE 7 or less) */
#genericForm input:focus, #genericForm textarea:focus {
  border: 2px solid #999999;
  background-color: #FFFFCC;
}

/* NetProfits: END */

/* ===================
START: MOBILE
=================== */
#contact-info {
	float: left;
	text-align: right;
	width: 65%;
	padding: 30px 10px;
	
}
#contact-info .pc-store-number,
#contact-info .pc-social-links {
	float: none;
	display: inline-block;
	width: 100%;
}
#contact-info #pcSocialLinksLabel {
	display: none;
}
#contact-info .pc-store-number span {
	margin: 0;
}
#contact-info .pc-store-number span,
#contact-info .pc-store-number span a {
	color: #FFFFFF !important;
}

@media screen and (min-width: 991px) {
	.pc-nav .sf-menu a {
		padding: 10px 13px;
		font-size: 14px;
	}
	.brand {
		padding: 5px 5px 5px 0px;
		position: absolute;
		top: 50%;
	}
	.brand img {
		visibility: hidden;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.pc-nav .sf-menu a {
		padding: 8px 9px;
		font-size: 12px;
	}
	.brand {
		padding: 5px 5px 5px 0px;
		position: absolute;
		top: 50%;
	}
	.brand img {
		visibility: hidden;
		max-height: 100px;
		max-width: 135px;
	}

	
	.pc-store-number span {
		font-size: 14px;
	}
	
	a.reveal-search {
		padding: 2px 14px;
	}
	
	.pc-quick-cart > li > a:first-child {
		font-size: 12px;
		padding-top: 10px;
		min-height: 40px;
	}
	.pc-quick-cart > li > a:first-child::before {
		padding: 0;
		height: 24px;
	}
	div.pc-quick-cart li {
		min-height: 44px;
	}
	
	div.pc-register-login a {
		font-size: 12px;
		min-height: 44px;
		padding: 13px 10px;
	}
	.pc-nav .sf-menu {
			padding: 35px 0;
	}
	#pcFeaturedProductsList #pcSpecials, #pcFeaturedProductsList #pcNewArrivals, #pcFeaturedProductsList #pcBestSellers, #pcFeaturedProductsList #pcUsefulLinks {
		width: 48%;
		padding: 0 6%;
		margin-bottom: -99999px;
		padding-bottom: 99999px;
	}
	.pcShowProductsH {
		padding: 10px 3px;
	}
	.pcShowProductImageH img {
		max-height: 95px;
	}
	.pcShowProductInfoH .pcShowProductRating {
		width:100%;
		float: none;
		margin: 2px 0;
	}
	.pcShowProductInfoH .pcShowProductPrice {
		float: none;
	}
	form.pc-search-input {
		width: 295px;
	}
}

@media screen and (max-width: 767px) {
	#npLogo {
		position: static;
		margin-top:5px;
		margin-bottom:5px;
	}

	.pcColCount3, .pcColWidth33 {
		float: left;
		width: 50%;
	}

	.navbar-fixed-bottom {
		position: relative;
	}
	body {
		padding-top: 0;
		padding-bottom: 0;
	}
	#footer {
		text-align: center;
	}
	#pc-header {
		margin: 0;
		border-top:4px solid #F79621;
	}
	#pcFeaturedProductsList #pcSpecials, #pcFeaturedProductsList #pcNewArrivals, #pcFeaturedProductsList #pcBestSellers, #pcFeaturedProductsList #pcUsefulLinks {
		width: 100%;
		padding: 0 6%;
		margin-bottom: -99999px;
		padding-bottom: 99999px;
	}
	.pcShowProductsUL {
		margin-bottom: 20px;
	}
	.pcShowProductsH {
		padding: 5px 0px;
		margin: 4px;
		padding-top: 20px;
		margin-top: 20px;
	}
	.pcShowProductImageH {
		height: 113px;
	}
	.pcShowProductImageH img {
		max-height: 113px;
	}
	#pc-top-nav {
		display: none;
	}
	.brand {
		text-align: left;
		float: left;
		width:35%;
		padding: 15px 5px 5px 0px;
	}
	.brand img {
		max-height: 90px;
		max-width: 100%;
	}
	.theme-productcart .nivo-caption {
		font-size: 11px;
		padding: 5px;
	}
	.theme-productcart .nivo-directionNav a {
		width: 20px;
		top: 38%;
	}
	.pcShowProductInfoH .pcShowProductRating {
		margin: 0;
	}
	.pcReviewRateicon {
		width: 10px;
	}
	.modal-dialog-center {
		margin-top: 20%;
	}
	.pcRowClear {
		clear: none;
	}
}

/* ===================
START: BTO FLOAT
=================== */ 
#pcBTOfloatPrices .grandTotal b,
#pcBTOfloatPrices .grandTotal input {
	color: #fff !important;
	font-size: 16px !important;
}
#pcBTOfloatPrices .priceItem b,
#pcBTOfloatPrices .priceItem input {
	color: #fff !important;
	 font-size: 12px !important;
}
#pcBTOfloatPrices {
	background-color: rgba(39, 156, 76, 1) !important;
}
.footerFixedPricing .addtocart button {
	border-color: #0C4914;
}
@media screen and (max-width:767px) {
    #pcBTOfloatPrices.open .priceItem {
	    background: #80C280 !important;
    }
}

#pcBTOfloatPrices div.pcBTOfloatPricesControls a {
    color: #fff;
}
/* ===================
END: BTO FLOAT
=================== */

/* NetProfits: mega-menu overrides */
/* center navbar */
/* causes full width drop down to go off right side of screen
.navbar .navbar-nav {
  float: none;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}
  */
#npMobileIcons {
	padding:14px 0 0 20px;
}

@media (min-width: 992px) {
    .container {
        width: 100% !important;
    }
}
.navbar:not(.no-open-arrow) .navbar-nav>.open>a.dropdown-toggle:after, .navbar:not(.no-border):not(.no-open-arrow) .navbar-nav>.open>a.dropdown-toggle:before
{
  top:45px;
}
.navbar.navbar-inverse .navbar-nav>li .dropdown-menu:not([class*="collaps"]) {
  background-color: #1E43C1 !important;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu li:not(.list-group) > a {
    color: #dddddd;
    background-color: #1E43C1 !important;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu li:not(.list-group) > a:hover {
    background-color: #051960 !important;
}
.navbar.navbar-inverse {
  background: #16308E !important;
  border: 5px solid #051960 !important;
}
.navbar.navbar-inverse .navbar-collapse {
  background: #16308E !important;
  border-color: #16308E !important;
}
.navbar.navbar-inverse .navbar-nav>li>a {
  color: #fff;
  background-color: #16308E !important;
  border: 2px solid #fff !important;
  margin: 10px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#main_navbar .divider {
  border-right: 0px;
  margin-right: 0px;
}

.dropdown-menu li.dropdown-header {
	border-bottom:1px dotted #ccc;
}

.thumbnail {background-color:#FFF3D7;}
.thumbnail span {
	color:#F79621;
	font-weight:bold;
}

.thumbnail>img, .thumbnail a>img {
  margin-bottom: 5px;
	background-color:#fff;
}

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn:active,.btn.active{background-image:none}.btn-default{background-image:-webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);background-image:linear-gradient(to bottom, #fff 0, #e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#dbdbdb;text-shadow:0 1px 0 #fff;border-color:#ccc}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-primary{background-image:-webkit-linear-gradient(top, #428bca 0, #2d6ca2 100%);background-image:linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#2b669a}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-image:-webkit-linear-gradient(top, #5cb85c 0, #419641 100%);background-image:linear-gradient(to bottom, #5cb85c 0, #419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-info{background-image:-webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);background-image:linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.btn-warning{background-image:-webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);background-image:linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);background-image:linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-image:-webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-color:#e8e8e8}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-image:-webkit-linear-gradient(top, #428bca 0, #357ebd 100%);background-image:linear-gradient(to bottom, #428bca 0, #357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);background-color:#357ebd}.navbar-default{background-image:-webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);background-image:linear-gradient(to bottom, #fff 0, #f8f8f8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top, #ebebeb 0, #f3f3f3 100%);background-image:linear-gradient(to bottom, #ebebeb 0, #f3f3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top, #3c3c3c 0, #222 100%);background-image:linear-gradient(to bottom, #3c3c3c 0, #222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top, #222 0, #282828 100%);background-image:linear-gradient(to bottom, #222 0, #282828 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:-webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);background-image:linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);background-image:linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);background-image:linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);background-image:linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);background-image:linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)}.progress-bar{background-image:-webkit-linear-gradient(top, #428bca 0, #3071a9 100%);background-image:linear-gradient(to bottom, #428bca 0, #3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0)}.progress-bar-success{background-image:-webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);background-image:linear-gradient(to bottom, #5cb85c 0, #449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)}.progress-bar-info{background-image:-webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);background-image:linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)}.progress-bar-warning{background-image:-webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);background-image:linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)}.progress-bar-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);background-image:linear-gradient(to bottom, #d9534f 0, #c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-linear-gradient(top, #428bca 0, #3278b3 100%);background-image:linear-gradient(to bottom, #428bca 0, #3278b3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);border-color:#3278b3}.well{background-image:-webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);background-image:linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)}
*/