/* ===================
    START: SITE STYLES
   =================== */
   
html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body
{
	position: relative;
	min-width: 978px;
}
.pcMainContent
{
	float: left;
}
#pcPopup
{
	min-width: inherit;
}
#pcWrap
{
	background: #fff;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	color: #222;
	color: #424657;

	width: 961px;
	
	/* Sticky footer */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -64px;
	position: relative;
}
/* Sticky footer */
.push
{
	height: 64px;
}
#pcHeaderContainer
{
	background: #69a6eb url(../images/header-background.jpg) repeat-x center center;
	height: 222px;
	width: 959px;
	padding-top: 30px;
}
.home #pcWrap {
	margin: 0 auto -370px;
}

.home #pcWrap .push {
	height: 370px;
}

.home #pcFooterContainer {
	margin-top: 340px;
}
#pcHeaderLogo
{
	background-image: url(../images/logo-background.png);
	background-repeat: repeat-x;
	float: left;
	height: 100px;
	left: -11px;
	padding-top: 10px;
	padding-bottom: 24px;
	padding-left: 24px;
	padding-right: 16px;
	position: relative;
	top: 20px;
}
#pcHeaderLogo .end
{
	background-image: url(../images/logo-background.png);
	background-position: right top;
	height: 90px;
	position: absolute;
	right: -12px;
	top: 0px;
	width: 12px;
}
#pcHeaderLogo img
{
  /* Container Height-Padding */
	max-height: 66px;
	max-width: 446px;
}
#pcHeaderLogoText
{
	color: #93817f;
	font-size: 30px;
	line-height: 72px;
	max-width: 446px;
}
#pcHeaderSearch
{
	background-image: url(../images/search-ribbon.png);
	background-repeat: no-repeat;
	float: right;
	height: 102px;
	padding-left: 20px;
	position: relative;
	right: -11px;
	top: 20px;
	width: 243px;
}
#pcHeaderSearch h3
{
	font-family: 'open_sansbold';
	font-size: 20px;
	margin: 6px 0px;
}
#pcIconBarContainer
{
	background-color: #424657;
	color: #fff;
	height: 30px;
	top: 0px;
	left: 0px;
	position: absolute;
	min-width: 978px;
	width: 100%;
	z-index: 1015;
}
#pcIconBar
{
	margin: 0 auto;
	width: 953px;
}
#pcIconBar #pcIconBarSocial
{
	float: left;
	padding: 4px;
}
#pcIconBar #pcIconBarSocial a:hover
{
	text-decoration: none;
}
#pcIconBar #pcIconBarLinks
{
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 4px;
	padding-right: 0px;
}
#pcIconBar #pcIconBarLinks a
{
	color: #60a0ea;
}
#pcIconBar #pcIconBarLinks a:hover
{
	color: #60a0ea;
}
#pcIconBar #pcIconBarLinks li
{
	float: left;
	padding: 4px;
	padding-left: 26px;
	padding-right: 16px;
}
#pcIconBar #pcIconBarManageAccount
{
	background: transparent url(../images/link-manage-account.png) no-repeat center left;
}
#pcIconBar #pcIconBarCheckout
{
	background: transparent url(../images/link-checkout.png) no-repeat center left;
}
#pcIconBar #pcIconBarCart
{
	float: right;
	padding: 4px;
	height: 30px;
}
#pcIconBar #pcIconBarCart:hover
{
	background-color: white;
	color: #424657;
}
#pcIconBar #pcIconBarCart .pcIconBarViewCart
{
	background: transparent url(../images/link-view-cart.png) no-repeat center left;
	float: left;
	padding: 4px 0px;
	padding-left: 26px;
}
#pcIconBar #pcIconBarCart .pcIconBarViewCart #quickcart
{
	cursor: default;
}
#pcIconBarContactUs
{
	display: none;
}
#pcIconBarHome
{
	display: none;
}
#pcNavContainer
{
	background-color: transparent;
	background-image: url(../images/nav-background.png);
	background-repeat: no-repeat;
	font-family: 'open_sanssemibold';
	font-size: 18px;
	height: 76px;
	margin-left: -11px;
	margin-top: -58px;
	width: 981px;
	z-index: 200;
}
#pcNav
{
	height: 58px;
	list-style-type: none;
	margin: 0px 20px;
	padding: 0px;
}
#pcNav a
{
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	color: #ffffff;
	display: block;
	float: left;
	padding: 18px;
}
#pcNav a:hover
{
	background-color: #d7bfa3;
	border-left: 1px solid #efe8db;
	border-right: 1px solid #efe8db;
	color: #93817f;
}

/* ----- Content Areas ----- */
.content-wrap
{
	margin: 0 auto;
	padding: 4px;
	width: 952px;
}
#pcMainArea
{
	width: 100%;
}
#pcMainAreaLeft
{
	float: left;
	width: 230px;
}
#pcMainAreaLeft ul
{
	list-style-type: none;
	margin: 0px;
	margin-bottom: 6px;
	margin-right: 10px;
	padding: 0px;
}
#pcMainAreaLeft ul li a
{
	display: block;
	padding: 5px 20px;
}
#pcMainAreaLeft h3
{
	background-image: url(../images/left-ribbon.png);
	background-repeat: no-repeat;
	color: white;
	font-family: 'open_sanssemibold';
	font-size: 16px;
	height: 55px;
	margin: 0px;
	margin-left: -11px;
	min-width: 243px;
	padding: 10px 20px;
	padding-bottom: 22px;
}
#pcMainAreaCenter
{
	float: right;
	width: 722px;
	padding: 0 20px;
	padding-bottom: 15px;
}
#pcSpecials, #pcNewArrivals, #pcBestSellers
{
	float: left;
	margin: 5px;
	width: 31.8%;
}
#pcUsefulLinks
{
	width: 23%;
	margin: 5px;
	margin-right: 10px;
	float: right;
	height: 270px;
	overflow: hidden;
}
#pcUsefulLinks a
{
	color: #7b6a68;
}
#pcUsefulLinks ul
{
	margin: 0px;
	max-height: 225px;
	overflow: auto;
	overflow-x: hidden;
}
#pcRecentProducts
{
	margin-right: 20px;
}
#pcFeaturedProducts
{
	margin-top: 10px;
	position: relative;
}
#pcFeaturedProducts .pcMoreLink
{
	position: absolute;
	right: 10px;
	top: 10px;
}
#pcFeaturedProductsList
{
	position: absolute;
	margin-left: 10px;
	left: 0px;
	bottom: 70px;
	height: 280px;
	width: 75%;
	overflow: hidden;
	z-index: 5;
}
#pcFeaturedProductsList ul
{
	margin: 0px;
	max-height: 215px;
	overflow: auto;
	overflow-x: hidden;
}
#pcFeaturedProductsList .pcShowProductsUL
{
	padding-bottom: 5px;
}
#pcFeaturedProductsList .pcShowProductsUL .pcShowProductImageL
{
	float: left;
	height: 48px;
	position: relative;
	text-align: center;
	width: 48px;
  padding: 0px;
  margin-right: 6px;
}
#pcFeaturedProductsList .pcShowProductsUL .pcShowProductImageL img
{
	height: 96%;
	padding: 2%;
	width: 96%;
}
#pcFeaturedProductsList .pcShowProductsUL .pcShowProductInfo
{
	width: auto;
}
#pcBottomContainer
{
	margin: 0 auto;
	width: 981px;
}
#pcBottom
{
	background-image: url(../images/full-ribbon.png);
	background-repeat: no-repeat;
	clear: both;
	height: 315px;
	width: 980px;
	padding-bottom: 24px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	position: absolute;
	z-index: 2;
}
#pcBottom h2,
#pcFeaturedProductsList h2,
#pcUsefulLinks h3
{
	border-bottom: 1px solid #93817f;
	color: #3e7ba6;
	font-family: 'open_sansbold';
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#pcBottom ul
{
	list-style-type: none;
	padding-left: 6px;
}
#pcBottom .pcColumnWrapper
{
	padding: 2px 8px;
}
#pcMainAreaPayments
{
	margin-top: -34px;
	height: 30px;
	padding-bottom: 5px;
	position: relative;
}
#pcSocialLinks
{
	display: inline-block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#pcSocialLinks li
{
	display: inline-block;
	margin: 0px 3px;
	width: 22px;
}
#pcSocialLinks li img
{
	max-width: 100%;
	vertical-align: middle;
}
#pcAcceptedPayments
{
	display: inline-block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#pcAcceptedPayments li
{
	display: inline-block;
	height: 26px;
	padding: 0px 4px;
}
#pcAcceptedPayments li img
{
	max-height: 28px;
}

/* ----- Footer ----- */
#pcFooterContainer
{
	background: #424657;
	color: #fff;
	left: 0px;
	right: 0px;
	position: absolute;
	clear: both;
	height: 30px;

	/* Same height as payment icons + bottom sticky area */
	margin-top: 36px;
}
#pcFooter
{
	margin: 0 auto;
	padding: 4px;
	width: 953px;
}
#pcFooter a
{
	color: #60a0ea;
}
#pcFooter a:hover
{
	color: #60a0ea;
}
#pcFooter #pcFooterLeft
{
	float: left;
	padding: 4px;
	text-align: left;
}
#pcFooter #pcFooterRight
{
	float: right;
	padding: 4px;
	text-align: right;
}

/* ----- Search Bar ----- */
#pcHSearch
{
	background-color: white;
	border: none;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	float: left;
	height: 20px;
	margin: 0px;
	padding: 2px 6px;
	width: 60%;
}
#pcHSearchSubmit
{
	background-color: #93817f;
	border: none;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	color: #424657;
	cursor: pointer;
	float: left;
	font-size: 10px;
	font-weight: bold;
	height: 24px;
	margin: 0px;
	padding: 2px 6px;
	text-transform: uppercase;
	width: 25%;
}
#pcHSearchMore
{
	float: left;
	margin-left: 6px;
}
#pcHSearchMore a
{
	color: white;
	font-size: 9px;
}
/* ===================
    END: SITE STYLES
   =================== */



/* ===================
    START: GLOBAL STYLES
   =================== */
html
{
	webkit-font-smoothing: antialiased;
}
body
{
	background: #f0ebe2 url(../images/background.jpg) repeat center center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
}
.btn
{
	font-size: 14px;
}
/* ===================
    END: GLOBAL STYLES
   =================== */



/* ===================
    START: FORMS
   =================== */
.pcFormItem > div
{
	padding: 2px 0px;
}
input, select, textarea
{
	/* 
    border: 1px solid #ccc;
	border-radius: 2px;
	padding: 2px 4px;
    */
}
.pcFormLabel
{
	margin-top: 4px;
    margin-bottom: 4px;
}
/* ===================
    END: FORMS
   =================== */



/* ===================
    START: BUTTONS
   =================== */
.pcButton /*, button */
{
	background-color: #3d78d4;
	border: none;
	border-radius: 4px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	margin: 2px;
	padding: 7px 12px;
	text-decoration: none;
	text-transform: uppercase;
}
a.pcButton
{
	text-decoration: none;
	color: white !important;
}
.pcButton .pcButtonText
{
	color: inherit;
	display: block;
	font-size: inherit;
	margin: 0px;
	padding: 0px;
}
.pcButton img,
.pcButton input[type="image"]
{
	display: none;
}
.pcButton:hover
{
	background-color: #204b8f;
	color: white;
	text-decoration: none;
}
.pcButtonAddToCart
{
	background-color: #ffd014;
	color: #424657;
}
.pcButtonAddToCart:hover
{
	background-color: #ebbc00;
	color: #424657;
}
.pcButtonMoreDetails
{
	background-color: #424657;
}
.pcButtonMoreDetails:hover
{
	background-color: #343845;
}
.secondary
{
	background-color: #eee !important;
	color: #204b8f !important;
}
a.secondary
{
	text-decoration: none;
	color: #204b8f !important;
}
.secondary .pcButtonText
{
	color: #204b8f !important;
}
.secondary:hover
{
	background-color: #fff !important;
	color: #204b8f !important;
}
.tiny
{
	padding: 3px 6px !important;
}
.tiny .pcButtonText
{
	font-size: 10px !important;
}
/* ===================
    END: BUTTONS
   =================== */




/* ===================
    START: LINKS
   =================== */
a, a:visited, a b
{
	color: #5580ba;
	text-decoration: none;
}
a:hover
{
	color: #424657;
	text-decoration: underline;
}
a img
{
	border: none;
}
/* ===================
    END: LINKS
   =================== */



/* ===================
    START: TYPOGRAPHY
   =================== */
p
{
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
}
h1
{
	background: none;
	border-bottom: 0px solid #3d78d4;
	color: #3d78d4;
	font-family: 'open_sansbold';
	font-size: 28px;
	margin: 10px 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
}
h2
{
	background: none;
	border-bottom: 0px solid #60a0ea;
	color: #60a0ea;
	font-family: 'open_sansbold';
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0px;
	padding: 0px;
	text-align: left;
	text-transform: capitalize;
}
.pcCartLayout .pcItemDescription
{
	color: #3D78D4;
}
.pcCartLayout .pcItemSKU
{
	color: #666666;
}
.pcCartLayout .pcItemGiftWrap
{
	color: #009900;
}
.pcCartLayout .pcItemActions
{
	color: #3D78D4;
	text-decoration: underline;
}
.pcCartLayout .pcViewCartHeadingText
{
	color: #666666;
}
.pcSectionTitle
{
	background-color: #F7F7F7;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
.pcCartLayout .pcUnitPrice
{
	color: #666666;
}
.pcCartLayout .pcRowPrice
{
	color: #000000;
}
.pcCartLayout .discount
{
	color: #990000;
}

#pcSmallQuickCartContent
{	
	position: absolute;
	left: inherit;
	right: -4px;
	top: 26px;
}
/* ===================
    END: TYPOGRAPHY
   =================== */



/* ===================
    START: STOREFRONT OVERRIDES
   =================== */
#pcMain
{
	color: #424657;
	font-family: Verdana, Geneva, sans-serif;
}
#pcMain .pcShowProductBgHover:hover,
 #pcMain .pcShowCategoryBgHover:hover,
 #pcMain .pcShowBrandBgHover:hover
{
	background-color: #D5E7FF;
}
#pcMain .pcPageDesc
{
	border: none;
	color: #424657;
	font-size: 12px;
}
#pcMain .pcShowProductName,
#pcMain .pcShowCategoryName,
#pcMain .pcShowBrandName
{
	color: #424657;
	font-weight: bold;
}
#pcMain .pcShowProductPrice
{
	color: #66a3eb;
	margin: 3px 0px;
}
#pcMain .pcShowProductListPrice
{
	color: #999999;
}
#pcMain .submit2
{
	background-color: #E9EEFE;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 11px;
	padding: 2px 3px 2px 3px;
}
.pcShowCategoryImage
{
	height: 165px;
}
.pcShowCategoryImage img
{
	max-height: 160px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.pcShowProductImageH
{
	height: 165px;
}
.pcShowProductImageH img
{
	max-height: 160px;
	position: absolute;
	top: 0px;
	bottom: 5px;
	left: 0px;
	right: 0px;
}
.pcShowCategory
{
	background-color: #eaf0f8;
	border-radius: 8px;
	margin: 8px;
	padding: 10px;
}
.pcShowCategoryInfo
{
	margin: 5px;
}

.pcShowBrand, .pcShowBrandP
{
	background-color: #eaf0f8;
	border-radius: 8px;
	margin: 8px;
	padding: 10px;
}
#pcMain .pcShowProductsH
{
	background-color: #eaf0f8;
	border-radius: 8px;
}
#pcMain .pcShowProductImageH
{
	border-bottom: 1px solid #C8E2FF;
}
#pcMain .pcShowProductsP
{
	margin: 5px;
	padding: 10px 5px;
}
.ui-widget
{
	font-size: 12px;
}
#pcMain .pcShowProductButtonsH .pcButtonMoreDetails
{
	float: left;
}
#pcMain .pcShowProductButtonsH .pcButtonAddToCartSmall
{
	float: right;
}
#pcMain .pcShowProductInfoH
{
	float: left;
	margin-top: 5px;
	text-align: left;
	width: 100%;
}
#pcMain .pcAddThisRight 
{
	padding: 0px;
	margin: 10px 0px;
	min-height: 40px;
}
/* ===================
    END: STOREFRONT OVERRIDES
   =================== */



/* ===================
    START: DD SMOOTH OVERRIDES
   =================== */
.ddsmoothmenu-v ul li
{
	display: block;
	float: none;
	position: relative;
}
.ddsmoothmenu-v ul li a
{
	display: block;
	overflow: auto;
}
.ddshadow
{
	display: none;
}
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active
{
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}
.ddsmoothmenu-v ul li a:hover,
.ddsmoothmenu-v ul li a.selected
{
	background-color: #f8f8f8;
	background-color: rgba(238,238,238,0.40);
	border-bottom: 1px solid #dee6f1;
	border-top: 1px solid #dee6f1;
}
.ddsmoothmenu-v ul li ul li a:hover,
.ddsmoothmenu-v ul li ul li a.selected
{
	background-color: #f8f8f8;
	background-color: rgba(238,238,238,0.65);
	border-bottom: 1px solid #dee6f1;
	border-top: 1px solid #dee6f1;
}
.ddsmoothmenu-v ul li ul
{
	background-color: #b8cce7;
	background-color: rgba(184, 204, 231, 0.95);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	font-weight: normal;
	position: absolute;
	top: 0;
	visibility: hidden;
}
.ddsmoothmenu-v .rightarrowclass
{
	background-repeat: no-repeat;
	float: right;
	height: 7px;
	margin-right: 1px;
	margin-top: 4px;
	width: 5px;
}
/* ===================
    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: NIVO SLIDER OVERRIDES
   ============================= */
.theme-productcart
{
	overflow: hidden;
	padding-bottom: 28px;
	position: relative;
}
.theme-productcart .nivoSlider
{
  margin-bottom: 0px;
  overflow: visible;
}
.theme-productcart .nivo-controlNav
{
	text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0px;
  z-index: 10;
}
.theme-productcart .nivo-directionNav
{
	bottom: -4px;
	position: absolute;
	right: 46px;
}
.theme-productcart .nivo-directionNav a
{
	border: 0;
	display: block;
	height: 22px;
	text-indent: -9999px;
	width: 22px;
  opacity: 1;
}
.theme-productcart a.nivo-prevNav
{
	background: url(../images/nivo-slider/arrow-prev.png) no-repeat;
	left: 0px;
}
.theme-productcart a.nivo-nextNav
{
	background: url(../images/nivo-slider/arrow-next.png) no-repeat;
	left: 24px;
}
/* =============================
    END: NIVO SLIDER OVERRIDES
   ============================= */



/* ===================
    START: OPC PANELS
   =================== */
.panel-default > .panel-heading
{
	color: #60A0EA !important;
}
.active > .panel-heading
{
	color: #3D78D4 !important;
}
.panel-group .panel
{

}
.active .pcCheckoutTitle
{
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
	transition: background 500ms ease 0s;
}
.editbox
{
	color: #737373 !important;
}
/* ===================
    END: OPC PANELS
   =================== */



/* ===================
    START: TABS
   =================== */

/* ===================
    END: TABS
   =================== */
   
   
   
.modal-dialog-center 
{
	margin-top: 10%;
}