/* ===================
    START: SITE STYLES
   =================== */
#wrapper {
	width:946px;
	margin:0 auto;
}
#leftcol {
	width:180px;
	float:left;
	padding-left:10px;
}
#contents {
	width:736px;
	padding:5px 10px;
	float:right;
	min-height:300px;
	background:#fff;
}
#leftcol .accountinfo a {
	width:80px;
	padding:1px 4px;
	background:#013B57;
	color:#fff;
	font-family:"Open Sans";
	font-weight:800;
	text-transform:uppercase;
	border-radius:10px;
	display:block;
	font-size:11px;
	margin-bottom:3px;

}
.leftmenu h3 {
	font-family:"Open Sans";
	font-weight:800;
	background:#013B57;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	padding:1px 5px;
}
.leftmenu {
	margin-top:5px;
}
.leftmenu ul {
	list-style-type:none;
	text-align:left;
	margin:0;
	padding:0;
	
}
.leftmenu ul li {
	background:transparent url('../../../images/icon-dart-right.png') left center no-repeat;
}
.leftmenu ul li:hover {
	background-color:#ddd;
}

.leftmenu ul li a {
	padding-left:30px;
	font-family:"Open Sans";
	font-weight:600;
	font-size:11px;
	color:#013B57;
	text-transform:uppercase;
}
.leftmenu ul li.bold a {
	font-weight:800;
}
.leftmenu.last img.one {
	margin-left:-5px;
}
#footer {
	margin-top:20px;
}
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;
}
.vendorleft, .vendorright {
	width:340px;
	float:left;
}
.vendorright {
	padding-top:5px;
}
.pirate {
	width:100%;
}
/* ===================
    END: SITE STYLES
   =================== */



/* ===================
    START: STOREFRONT OVERRIDES
   =================== */
.pcInfoMessage, .pcAttention, .pcSuccessMessage, .pcErrorMessage, .pcPromoMessage  {
	background:#eee;
	border:1px solid #ccc;
}
.pcShowProductBgHover,
.pcShowBrandBgHoverr,
.pcShowCategoryBgHover
{
	background-color: transparent;
}

.pcShowProductBgHover:hover,
.pcShowBrandBgHover:hover,
.pcShowCategoryBgHover:hover
{
	background-color: transparent;
}
input[type=text], input[type=email], input[type=password], select {
	max-width:300px;
}
.pcShowProductSDesc {
	margin: 5px 0;	
}
.pcPageNav a,
.pcShowProductName a {
	text-decoration:underline;
}
.pcPageNav a:hover,
.pcShowProductName a:hover {
	text-decoration:none;
}
.pcShowAddToCart input[type=text] {
	width:60px;
	text-align:center;
}

#pcOrderPreview .pcViewCartQuantityDiscounts .pcViewCartPrice,
#pcOrderPreview .pcViewCartSubtotal .pcViewCartPrice {
	float:right;
}
#pcMain .pcMainContent #TabbedPanelsShipping ul {
	margin-left:0;
	padding-left: 0;
}
/* ===================
    END: STOREFRONT OVERRIDES
   =================== */



/* ===================
    START: DD SMOOTH OVERRIDES
   =================== */

/* ===================
    END: DD SMOOTH OVERRIDES
   =================== */



/* ===================
    START: FONTS
   =================== */

/* ===================
    END: FONTS
   =================== */



/* ===================
    START: SLIDER
   =================== */

/* ===================
    END: SLIDER
   =================== */



/* ===================
    START: OPC PANELS
   =================== */

/* ===================
    END: OPC PANELS
   =================== */



/* ===================
    START: TABS
   =================== */

/* ===================
    END: TABS
   =================== */


/* ===================
    START: BUTTONS
   =================== */
.pcButton
{
background: -moz-linear-gradient(270deg, #286d8e 0%, #013b57 100%);/* FF3.6+ */
background: -webkit-gradient(linear, 270deg, color-stop(0%, #286d8e), color-stop(100%, #013b57));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(270deg, #286d8e 0%, #013b57 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(270deg, #286d8e 0%, #013b57 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(270deg, #286d8e 0%, #013b57 100%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#286d8e', endColorstr='#013b57', GradientType='1'); /* for IE */
background: linear-gradient(180deg, #286d8e 0%, #013b57 100%);/* W3C */
	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: 12px;
	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;
}
#submit.pcButtonAddToCart, #submit.pcButtonRecalculate  {
	padding: 7px 12px;
	color:#fff;
}
.pcButtonAddToCart, .pcButtonCheckout
{
background: -moz-linear-gradient(270deg, #e90829 0%, #9a1226 100%);/* FF3.6+ */
background: -webkit-gradient(linear, 270deg, color-stop(0%, #e90829), color-stop(100%, #9a1226));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(270deg, #e90829 0%, #9a1226 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(270deg, #e90829 0%, #9a1226 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(270deg, #e90829 0%, #9a1226 100%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e90829', endColorstr='#9a1226', GradientType='1'); /* for IE */
background: linear-gradient(180deg, #e90829 0%, #9a1226 100%);/* W3C */
	color: #fff;
}
.pcButtonAddToCart:hover
{
	background-color: #ebbc00;
	color: #fff;
}
.pcButtonMoreDetails
{
background: -moz-linear-gradient(270deg, #286d8e 0%, #013b57 100%);/* FF3.6+ */
background: -webkit-gradient(linear, 270deg, color-stop(0%, #286d8e), color-stop(100%, #013b57));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(270deg, #286d8e 0%, #013b57 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(270deg, #286d8e 0%, #013b57 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(270deg, #286d8e 0%, #013b57 100%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#286d8e', endColorstr='#013b57', GradientType='1'); /* for IE */
background: linear-gradient(180deg, #286d8e 0%, #013b57 100%);/* W3C */
}
.pcButtonMoreDetails:hover
{
	background-color: #343845;
}
.secondary
{
	
}
a.secondary
{
}
.secondary .pcButtonText
{

}
.secondary:hover
{
}
.tiny
{
	padding: 3px 6px !important;
}
.tiny .pcButtonText
{
	font-size: 10px !important;
}
/* ===================
    END: BUTTONS
   =================== */










.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #023957;
	font-size: 14px;
	font-weight: bold;
}
.style11 {color: #023957}
.style14 {
	color: #023957;
	font-weight: bold;
	font-style: italic;
}
.style16 {font-size: 12px; color: #023957;}
.style18 {color: #023957; font-style: italic; }
.style20 {font-size: 12px; color: #023957; font-style: italic; }
.style25 {color: #023957; font-weight: bold; font-style: italic; font-size: 18px; }

