﻿/* ===================
    START: SITE STYLES
   =================== */
#masthead, #masthead * {
	box-sizing:content-box;
}
#pcMain-wrap {
  background: #fff;
  box-sizing: content-box;
  float: left;
  margin: 0 0 0 3px;
  padding: 10px;
  width: 940px;
}
#quickCartContainer {
  background: none repeat scroll 0 0 transparent;
  float: right;
  padding: 4px 20px 0;
}
#footer {
	clear:both;
}
#main-content {
  width: 720px;
}
#main-content.home {
	width:100%;
}
#checkout {
	width:100%;
	background:#fff;
	overflow:hidden;
}
#checkout #main-content {
	width:100%;
}

#ContentArea.showleftsidebar #pcMain-wrap {
  background-position: 215px 0;
}

#ContentArea.showleftsidebar #pcMain-wrap.home {
  background-image: none;
 
}
.right.flash {
	width:710px;
}

/* ===================
    END: SITE STYLES
   =================== */



/* ===================
    START: STOREFRONT OVERRIDES
   =================== */
.pcInfoMessage, .pcAttention, .pcSuccessMessage, .pcErrorMessage, .pcPromoMessage  {
	background:#eee;
	border:1px solid #ccc;
}
.pcShowProductBgHover,
.pcShowBrandBgHoverr,
.pcShowCategoryBgHover,
.pcShowProducts .pcShowProductBgHover 
{
	background-color: #fff;
}
.pcShowProductBgHover:hover,
.pcShowBrandBgHover:hover,
.pcShowCategoryBgHover:hover,
.pcShowProducts .pcShowProductBgHover:hover 
{
	background-color: #fff;
}

.pcPageNav {
	margin-top: 18px;
}
.pcMainContent h1 {
	margin:1px 0 4px 1px;
}
.pcShowProductOptionsList select.form-control {
	width:auto;
}
.pcShowProductOptionsList li {
	padding-left:0;
}
#pcViewProductL {
	padding-top:14px;
}
#pcViewProductL .pcViewProductLeft {
  margin-right: 0;
  width: 34.3%;
}
#pcViewProductL .pcViewProductRight {
  width: 64.667%;
}
#pcMain .pcShowProductSku,
#pcMain .pcShowProductBrand {
  margin:0;
}
#pcMain .pcShowProductSDesc {
  margin-top:5px;
}
#pcMain .pcShowMainImage {
  margin:0;
}

.pcShowCrossSellProducts .pcShowProductsHCS {
	min-height:300px;
	width:24%;
}



#BillingArea input,
#shippingAddressArea input,
#BillingArea select,
#shippingAddressArea select {
	max-width:300px;
}
#BillingArea input,
#shippingAddressArea input,
#PayFormArea input,
#DiscArea input {
	max-width:300px;
}
#BillingArea #billzip,
#shippingAddressArea #shipzip {
	max-width:100px;
}
#BillingArea #billphone, 
#BillingArea #billfax,
#shippingAddressArea #shipphone, 
#shippingAddressArea #shipfax {
	max-width:150px;
}
#pcMain.contact input {
	max-width: 300px;
}

.pcViewCartQty input[type=text] {
  font-size: 14px;
  height: 24px;
  line-height: 1.22857;
  padding: 1px 3px 5px;
  border:1px solid #ccc;
  text-align: center;
}
#DiscForm #DiscountCode {
	float: left; 
	margin-right:5px;
}
#DiscForm .input-group-btn {
	float: left;
}
#pcMain .pcShowProductImageH {
	height:150px;
	padding:0;
}
#pcMain .pcShowProductImageH img {
	padding:0;
}
.pcShowProductsH {	
	height:auto;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 150px;
  padding:5px 5px 30px;
}
#pcMain .pcShowProductInfoH .pcShowProductPrice {
  padding-top:10px;
  padding-bottom:5px;
}
#pcMain .pcShowProductInfoH {
  min-height: 100px;
  height:auto;
}
.pcShowProductsHCS .pcShowProductInfoH .pcShowProductName span {
	display:block;
}
#pcMain .pcShowAdditional {
  text-align: center;
}
#pcFeaturedProducts {
	padding-bottom:25px;
}
#pcFeaturedProductsList {
	padding-bottom:40px;
}

#pcFeaturedProducts h2,
#pcFeaturedProductsList h2 {
	background:#fff;
	color:#a93838;
	text-align:center;
	text-transform:uppercase;
}
.pcHome #pcFeaturedProducts .pcShowProductName {
	min-height:60px;
}
#pcFeaturedProductsList li {
	float:left;
	width:25%;
}
#pcFeaturedProductsList li div {
	width:100%;
}
#home-categories li {
	display: inline;
	padding: 0 .5% 30px .5%;
	display:inline-block;
	text-align: center;
	width: 25%;
	box-sizing:border-box;
}
#pcFeaturedProductsList ul {
	padding-bottom:20px;
	overflow: hidden;
}
#home-categories li img {
	max-width:100%;
}
/* ===================
    END: STOREFRONT OVERRIDES
   =================== */



/* ===================
    START: DD SMOOTH OVERRIDES
   =================== */
   
/*   
.ddsmoothmenu-v ul li
{
	display: block;
	float: none;
	position: relative;
	padding-left:5px;
}
.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(238, 238, 238, 0.95);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	font-weight: normal;
	position: absolute;
	top: 0;
	visibility: hidden;
	width:200px;
}
.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
   =================== */

/* ===================
    END: FONTS
   =================== */



/* ===================
    START: SLIDER
   =================== */
.theme-productcart .nivoSlider {
  background: #fff url("/store/includes/jquery/nivo-slider/loading.gif") no-repeat scroll 50% 50%;
  box-shadow: 0 0;
}
/* ===================
    END: SLIDER
   =================== */



/* ===================
    START: OPC PANELS
   =================== */


/*be sure to remove the first div (clear) in the opc_orderpreview.asp so that it floats up*/
/* add this snippet to the theme.asp file and create a opc.css file.
<% If InStr(LCase(Request.ServerVariables("SCRIPT_NAME")), "onepagecheckout.asp") Then %>
<link rel="stylesheet" href="/storev5/pc/theme/????/css/opc.css" type="text/css">
<% End If%>
*/
#pcViewCartSummary, #pcShowLoginFields {
	padding: 10px;
}
#pcViewCartSummary div {
	margin: 0;
	padding: 0;
}
#pcViewCartSummary div div {
	padding: 0;
}

#pcMain.opc {
	float: left;
	width:500px;
}
#pcMain.opc .pcSpacer {
	height:1px;
	line-height:1;
}
div#opcLoginTable {
	padding-left:10px;
}
#pcShowLoginFields h3 {
	padding: 8px 0;
}
#pcOPCtotal {
  background-color: #103095;
  border: 1px solid #333;
  border-radius: 6px;
  float: right;
  margin-right: -400px;
 top: 15px;
  padding: 4px 12px;
  position: relative;
}
.panel-default > .panel-heading {
	background:#aaa;
	color: #fff;
}
.panel-default.active > .panel-heading {
  background-color: #333;
  border-color: #ccc;
  color: #fff;
}
.panel-group .panel + .panel {
  margin-top: 0px;
}
#acc1 a.pcButton {
  color: #fff;
  text-decoration:underline;
}
#acc1 a.pcButton:hover {
	text-decoration:none;
}
#opcOrderPreviewWrapper {
  margin-top: 10px;
}
#OrderPreviewCtrl {
	width: 500px;
	float: left;
}
#opcOrderPreview {
  clear: none;
  width:390px;
  float: right;
  padding-top:30px;
}
#opcOrderPreview .col-sm-5 {
	width:50%;
}
#pcOrderPreview .pcViewCartSummaryBody .col-xs-5.col-sm-9.right {
	text-align:right;
	width:70%;
	font-weight:600;
}

#pcOrderPreview .pcViewCartSummaryBody .col-xs-5.col-sm-3.right {
	text-align:right;
	width:30%;
	font-weight:600;
}
#opcOrderPreview h1 {
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 3px;
  text-align: left;
}
#pcOrderPreview .pcTableHeader div, #pcOrderPreview .pcCartRowMain div {
	padding: 5px;
}
#pcOrderPreview .pcViewCartQty {
	text-align: center;
}
#pcOrderPreview .col-sm-9 {
	width: 58.3333%
}
#pcOrderPreview .col-sm-3 {
	width: 20%
}

/*shpping tabs*/
#pcShippingTabs {
	margin: 0;
}
#pcShippingTabs li {
	padding:0 1px 0 0;
}

/* ===================
    END: OPC PANELS
   =================== */



/* ===================
    START: TABS
   =================== */
.nav-tabs > li {
 padding:0;
}
.nav-tabs > li > a {
  font-weight:bold;
  color:#000;
  padding:10px 12px;
}
#prdtabs .pcShowProductSDesc {
  color: #333;
  line-height: 1.6;
  font-size:12px;
}
#prdtabs .pcShowProductSDesc ul {
	margin:5px 0 10px 20px;
	padding:0;
}
#prdtabs .pcShowProductSDesc ul li p {
	padding:0;
	margin: 0;
}
/* ===================
    END: TABS
   =================== */
a.phonebox {
	color:#000;
}



#location {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b0ac89), color-stop(1, #7d7b64) );
	background:-moz-linear-gradient( center top, #b0ac89 5%, #7d7b64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0ac89', endColorstr='#7d7b64');
	background-color:#b0ac89;
	color:#fff;
	border-radius: 4px;
	width:100%;
	padding:7px 5px;
}
#location a {
	color:#fff;
}

#location h2 {
	color:#fff;
	background:transparent;
	margin:0;
	padding:4px;
	font-size:26px;
	font-weight:normal;
	line-height:1.1;
}
#location h2 i {
	font-size:19px;
	font-style:normal;
}
#location .rowbox {
	padding:4px;
	border-top:1px solid #6d6950;
	font-size:14px;
}