/* ===================
    START: SITE STYLES
   =================== */
   
body {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family:Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body .viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

body .viewport .frame {
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0; 
}

body .viewport .frame .navbar .navbar-inner {
  border-radius: 0;
  padding-left: 5px; 
}

body .viewport .frame .menu {
  height: 100%;
  /* background-color: #3D6AA2; */ 
}

body .viewport .frame .menu.collapse {
  float: left;
  height: 100% !important;
  width: auto; 
}

body .viewport .frame .menu.collapse.height {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; 
}

body .viewport .frame .menu.collapse.width {
  position: relative;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.35s ease;
  -moz-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease; 
}

body .viewport .frame .menu.collapse.in.width {
  width: auto; 
}

body .viewport .frame .menu.collapse.in.height {
  height: auto; 
}

body .viewport .frame .menu .collapse-inner {
  position: relative;
  width: 250px;
  height: 100%; 
}

body .viewport .frame .menu .navbar .navbar-inner {
  text-align: center;
  color: grey;
  font-size: 1.2em;
  line-height: 38px; 
}

body .viewport .frame .menu .nav-stacked {
  padding: 0 10px; 
}

body .viewport .frame .view {
  width: 50%;
  height: 100%;
  overflow: hidden; 
}

body .viewport .frame .view .navbar .navbar-inner .btn-navbar {
  display: block;
  float: left; 
}

body .viewport .frame .view #content {
  margin: auto 15px;
  text-align: justify; 
}

/* ----- Content Areas ----- */


/* ----- Footer ----- */


/* ----- Search Bar ----- */


/* ----- Footer Overrides ----- */
#pcSpecials, #pcNewArrivals, #pcBestSellers, #pcUsefulLinks
{
	margin: 1%;
	width: 98%;
}
#pcMainAreaBottom
{
	clear: both;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#pcMainAreaBottom h2
{
	border-bottom: 1px solid #93817f;
	color: #3e7ba6;
	font-family: 'open_sansbold';
	font-size: 18px;
	margin-bottom: 10px;
}
#pcMainAreaBottom ul
{
	list-style-type: none;
	padding-left: 6px;
}
#pcMainAreaBottom .pcColumnWrapper
{
	padding: 2px 8px;
}
#pcMainAreaBottom #pcFeaturedProductsList
{
	margin: 0px;
	padding: 0px;
}
#pcMainAreaBottom .pcShowProductsUL
{
	padding-bottom: 5px;
}
#pcMainAreaBottom .pcShowProductImageL
{
	float: left;
	height: 48px;
	position: relative;
	text-align: center;
	width: 48px;
  padding: 0px;
  margin-right: 6px;
}
#pcMainAreaBottom .pcShowProductImageL img
{
	height: 96%;
	padding: 2%;
	width: 96%;
}

p.dottedline {
	border-top:3px dotted #333;
	width:99%;
	margin: 0 auto;
	margin:10px auto!important;;
	padding:0!important;
	clear:both;
}

#footer .dottedline {
	border-top:3px dotted #333;
	width:720px;
	margin: 0 auto;
	padding-bottom:10px;
}
.homebox {
	width:49%;
	float:left;
}
.homebox img {
	float:left;
}
.homebox p {
	float:left;
	width:170px;
}
.homebox.wide {
	width:100%;
}
.homebox.wide p {
	width:520px;
	padding-left:10px;
	padding-bottom:5px;
}
p.title {
	font-size:13px;
	font-weight:bold;
}
p.red {
	color:#ff0000;
}
p.center {
	text-align:center;
}
.homebox.wide img {
	width:150px;
	padding-bottom:20px;
}
.pcMainContent p {
	padding:3px 5px 7px;
	margin:0;
}
#pcMain .pcMainContent ul {
	margin-left:10px;
	padding-left:10px;
}
#pcMain .pcMainContent li {
	padding:4px 0 6px;
}
div.group div {
	width:32%;
	display:inline-block;
	text-align:center;
	padding-bottom:20px;
}
#footer div {
	padding:5px;
}
.pirate {
	width:100%;
}

/* ===================
    END: SITE STYLES
   =================== */




/* ===================
    START: BUTTONS
   =================== */
.pcButton
{
	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: SLIDE BAR OVERRIDES
   ============================= */
.sb-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sb-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    padding: 0;
    width: 100%;
}
.sb-menu > li:first-child {
    border-top: medium none;
}
.sb-menu > li:last-child {
    border-bottom: medium none;
}
.sb-menu li a {
    color: #F2F2F2;
    display: inline-block;
    padding: .55em 1em;
    width: 100%;
}
.sb-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    text-decoration: none;
}
.sb-left .sb-menu li a {
    border-left: 3px solid rgba(0, 0, 0, 0);
}
.sb-left .sb-menu li a:hover {
    border-left: 3px solid;
}

/* =============================
    END: SLIDE BAR OVERRIDES
   ============================= */


/* ===================
    START: TABS
   =================== */
.tab-content > .tab-pane
{
	border-bottom: 1px solid #DDD !important;
	border-left: 1px solid #DDD !important;
	border-right: 1px solid #DDD !important;
	padding: 10px;
}
.nav-tabs > li > a
{
	background-color: #ddd !important;
	margin-bottom: -3px !important;
}
.nav-tabs > li.active > a
{
	background-color: #fff !important;
	margin-bottom: -3px !important;
}/* ===================
    END: TABS
   =================== */
   



input[type=text], input[type=email], input[type=password],  select {
	max-width:300px;
}


.pcShowCategoryP .pcShowCategoryImage {
	width:25%;
	max-width:150px;
}

.pcInfoMessage, .pcAttention, .pcSuccessMessage, .pcErrorMessage, .pcPromoMessage  {
	background:#eee;
	border:1px solid #ccc;
}
.pcShowProductBgHover,
.pcShowBrandBgHoverr,
.pcShowCategoryBgHover
{
	background-color: #fff;
}

.pcShowProductBgHover:hover,
.pcShowBrandBgHover:hover,
.pcShowCategoryBgHover:hover
{
	background-color: #fff;
}
h1 {
	font-size: 1.75em;
}
.pcShowCategoryP .pcShowCategoryImage {
	width: 35%;
}
.pcShowCategoryInfoP {
	max-width: 65%;
}
.pcShowCategoryLargeImage {
	text-align: center;
}
#pcMain .pcShowProductsH {
	text-align: center;
}
.pcColCount1, .pcColWidth100 {
	padding-bottom: 20px;
}
.pcButton .pcButtonText {
	text-shadow: 1px 1px 1px #333;
}
#pcMain .pcShowAddToCart input[type=text] {
	text-align: center;
}
.navbar {
	margin-bottom:0;
}
.navbar-brand {
	height:auto;
	float:none;
	display: block;
}
.navbar-header {
	text-align: center;
	background: -moz-linear-gradient(270deg, #949295 0%, #f1ede2 100%);/* FF3.6+ */
background: -webkit-gradient(linear, 270deg, color-stop(0%, #949295), color-stop(100%, #f1ede2));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(270deg, #949295 0%, #f1ede2 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(270deg, #949295 0%, #f1ede2 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(270deg, #949295 0%, #f1ede2 100%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#949295', endColorstr='#f1ede2', GradientType='1'); /* for IE */
background: linear-gradient(180deg, #949295 0%, #f1ede2 100%);/* W3C */
}
.navbar-header img {
	width:100%;
	max-width:161px;
}
.topbar {
	background: #003A5A;
	margin:0 -4px;
	padding:5px;
}
.sb-menu ul {
	margin-left:0px;
	padding: 0 5px 0 15px;;
}
.sb-menu li {
	background:#003A5A;
}
.sb-menu ul li a {
	padding: .55em 1em;
	color:#fff;
}

.sb-left .sb-menu li.mdivider {
  border-top: 1px solid #999;
}
.sb-left .sb-menu li.light {
  background: #0E5277;
}

.pcShowAddToCart input[type=text] {
	width:60px!important;
	text-align:center;
}



.pcInfoMessage, .pcAttention, .pcSuccessMessage, .pcErrorMessage, .pcPromoMessage  {
	background:#eee;
	border:1px solid #ccc;
}
.pcShowProductBgHover,
.pcShowBrandBgHoverr,
.pcShowCategoryBgHover
{
	background-color: #fff;
}

.pcShowProductBgHover:hover,
.pcShowBrandBgHover:hover,
.pcShowCategoryBgHover:hover
{
	background-color: #f7f7f7;
}



















/*MOBILE MEDIA QUERY*/

@media (max-width: 567px) {
div.group div {
	width:49%;
	display:inline-block;
	text-align:center;
	padding-bottom:20px;
}
}

/*ANDROID PHONE PORTRAIT 360*/
@media (max-width: 480px) {
#pcViewProductL .pcViewProductLeft {
	float: none;
	width: 100%;
	margin-right: 0;
}
#pcViewProductL .pcViewProductRight {
	float: none;
	width: 100%;
	margin-left: 0;
}
}
@media (max-width: 359px) {
div.group div {
	width:100%;
	display:inline-block;
	text-align:center;
	padding-bottom:20px;
}
}


