/******************************************************************************************/
/* begin global styles                                                                    */
/******************************************************************************************/

/* CSS3 animations */
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-moz-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-ms-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

/* force a vertical scrollbar in firefox, prevents horizontal page shifting */
html { min-height: 100%; margin-bottom:1px; }

body 
{ 
	padding: 0 10px; 
	margin: 0; 
	background-color:#FFFFFF; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
}

td, p, form {text-decoration:none; margin:0; }
.mainContentWrapper p:empty { margin: 0; display:none; }
.mainContentWrapper:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;

	z-index: 5000;

	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8); }	
p { margin: 0 0 1em 0; font-family: Calibri, Optima, Arial, sans-serif; }
div.widget .content .descriptionWrapper p { margin-left:1em; margin-bottom: 0 !important; }
p.topMargin { margin: 1em 0; }
ul { list-style-type:none; margin:0; padding:0; }
h2 { font-size:1.2em;font-weight:bold; }
table caption { font-size:1.2em; font-weight:bold; }
h3 { font-size:1em;font-weight:bold; }
h2,h3 { margin: 0; }

/* links */
a { text-decoration: none; }
a:hover { text-decoration: none; }
a.highlight 
{ 
	font-weight:bold; 
	color:#003718;
	padding:5px 0px;
	margin-top:5px; 
	text-decoration:none; 
}
a.link { text-decoration:underline; font-family: Calibri, Optima, Arial, sans-serif; color: #0c1c47; }
a.link:hover { color: #cc0c00 !important; }

/* input elements */
input { vertical-align:middle; }
input[type="radio"], input[type="checkbox"] { margin: 0px 5px 3px 9px; }
input[type="radio"]:first-child, input[type="checkbox"]:first-child { margin-left:3px; }

input.textBox 
{ 
	background-color:#FFFFFF; 
	border:1px solid #b3b3b3; 
	padding: 2px; 
	width:190px; 
	height:16px; 
	margin:0 3px 0 15px;
}

/* updown control images */
.quantityUpDown #Up{ background: url(images/up.gif) center no-repeat; display:block; width:12px; height:12px; }
.quantityUpDown #Down{ background: url(images/down.gif) center no-repeat;  display:block; width:12px; height:12px;  }

/* buttons */
.button
{
    font-size: 11px; 
	color: #FFFFFF; 
	cursor:pointer; 
	padding:0px 10px;
	margin: 0 0 2px 4px; 
	font-weight: bold;
	white-space: nowrap; 
	height:21px;
	line-height:21px;
	border-radius:5px;
	
	padding: 0 5px 0px 5px !important; font-weight: bold !important; border: solid 1px #a5a5a5 !important; color: #FFFFFF !important; 				
	transition:0.5s box-shadow; -webkit-transition:0.5s -webkit-box-shadow; -moz-transition:0.5s -moz-box-shadow; -o-transition:0.5s -o-box-shadow;
	
	/*border-color: #252525;
	background: #e4e4e4; /* for non-css3 browsers 
	background: linear-gradient(180deg, #e4e4e4, #252525); /* for modern browsers 
	background: -moz-linear-gradient(top, #e4e4e4, #252525); /* for Firefox 3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#252525)); /* for Webkit browsers 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#252525'); /* for IE */
	
    background-image: none !important;
    background-color: #464646;
    filter: none !important;
    -webkit-box-shadow: inset 0 -8px 10px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);  
    -moz-box-shadow: inset 0 -8px 10px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);  
    box-shadow: inset 0 -8px 10px rgba(0,0,0,0.65), 0 1px 0 rgba(255,255,255, .2), inset 0 1px 0 rgba(255,255,255, 0.2);    
}

.button:hover
{
	/*background-color:#005b90; 
	border: 1px solid #65aedb;
	color: #fff !important; */
	box-shadow: 0px 0px 3px #464646 !important; 
}

a.button
{
	display:inline-block;
	height:19px;
	line-height:21px;
	text-decoration:none;
}

.button:active
{
	position: relative;
	top: 1px;
}

/* Text styles used to provide status information */
.goodCondition{font-weight: bold; color: #008000; padding-bottom: 3px;}
.warnCondition{font-weight: bold; color: #FFA500; padding-bottom: 3px;}
.errorCondition{font-weight: bold; color: #FF0000; padding: 3px;}
.requiredField {color: #FF0000; padding-bottom: 3px; margin-left:3px;}
p.success { font-weight:bold; color: #008000; }
p.error { font-weight:bold; color: #FF0000; }

/* misc general styles */
.contentArea { padding:5px 10px 5px 10px; }
.borderedArea { border:solid 1px #7dc2db;}
.noTopPadding { padding-top:0; }
.noBottomPadding { padding-bottom:0;}
.noRightPadding { padding-right:0;}
.noLeftPadding { padding-left:0;}
.noTopBottomPadding {padding-top:0; padding-bottom:0;}
.noLeftRightPadding {padding-left:0; padding-right:0;}
div.noResultsPanel {padding:10px; text-align:center;}
p.highlight { color:#DB0B0B; padding-top:5px; margin-top:5px; text-decoration:none; }
.visiblePanel { display:block; }
.hiddenPanel { display:none; }
span.label { font-weight:bold; }
.fieldHeader {font-weight:bold;}
.noteText {}
span.msrp { text-decoration:line-through; }
.textContent {padding-bottom:20px;}
span.message {padding-left:5px;}
div.message {display:block;margin-bottom:1em;}

/******************************************************************************************/
/* end global styles                                                                      */
/******************************************************************************************/

/******************************************************************************************/
/* begin common page layout and container styles                                          */
/******************************************************************************************/

/* high level containers */
#outerPageContainer {margin-left:auto; margin-right: auto; width: 1024px; /*overflow: hidden; margin-top: 5px; margin-bottom: 10px;*/ }
/*#innerPageContainer {width: 960px;overflow: hidden; border:1px solid #65AEDB; border-radius:10px; }*/
#innerPageContainer {
	width: 960px;overflow: hidden; border-left:1px solid #a5a5a5; border-right:1px solid #a5a5a5; height: 100%;
	
	/* bidirectional drop-shadow */
	box-shadow: 10px 0px 10px #a5a5a5, -10px 0px 10px #a5a5a5; /* for modern browsers */
	-moz-box-shadow: 10px 0px 10px #a5a5a5, -10px 0px 10px #a5a5a5; /* for Firefox browsers */
	-webkit-box-shadow: 10px 0px 10px #a5a5a5, -10px 0px 10px #a5a5a5; /* for Webkit browsers */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#a5a5a5'),
			progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=-180, Color='#a5a5a5'); /* For IE 5.5 - 7 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#a5a5a5')",
				"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=-180, Color='#a5a5a5')"; } /* for IE 8 */
	}
	
#pageContainer {
	height: 100%;
	/* background gradient */
	background: #ffffff; /* for non-css3 browsers */
	background: linear-gradient(180deg, #FFFFFF, #eaeaea); /* for modern browsers */
	background: -moz-linear-gradient(top, #FFFFFF, #eaeaea); /* for Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#eaeaea)); /* for Webkit browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#FFFFFF'); /* For IE 5.5 - 7 */
	-ms-filter: "none"; }

#mainColumn, #rightColumn, .column_1, .column_2, .column_3, #leftColumn
{
    display: inline;
	float: left;
	margin-left: 0;
	margin-right: 0;
	top: 0;
	bottom: 0;
}
div.clear { clear:both; }

#leftColumn {
	color: #FFFFFF;
	overflow: visible;
}
#leftColumn #tabHeader {
	text-align: center;
	font: normal 20px Calibri, Optima, Arial, sans-serif;
	width: 60%;
	border-top-left-radius: 25px 25px;
	border-top-right-radius: 25px 25px;
	background-color: #0c1c47;
}
#leftColumn #tabHeader h2 {
	text-transform:uppercase;
}

#header
{
    width:960px;
	display:block;
	margin-bottom:1em;
	margin-left: 0;
	margin-right: 0;
    clear: both;
	overflow: visible;
	z-index: 5000;
}

#header div.zone { overflow: visible !important; margin-bottom: 35px; }

#footer
{
    width:960px;
	display:block;
	margin-left: 0;
	margin-right: 0;
    clear: both;
}

#leftColumn { width: 250px; /* 260px */ }
#leftColumn div.zone {padding:0 0px 0 10px; width: 260px !important; overflow: visible !important; }

#rightColumn { width: 260px; }
#rightColumn div.zone {padding:0 10px 0 0;}

#mainColumn {width:460px;}
#mainColumn.leftSidebarLayout {width: 700px; min-height: 70px; }
#mainColumn.rightSidebarLayout {width: 690px; padding-left: 10px;}
#mainColumn.threeColumnLayout {width: 440px;}
#mainColumn.oneColumnLayout {width:950px; padding-left: 10px;}

#mainColumn div.zone {padding:0 10px 0 0px; min-height: 70px; }
div.zone {overflow:hidden;}

/* column gutters */
.column_2,
.column_3
{
	margin-left:20px;
}

/* standard styling for three columns at page top */
/* 20px zone padding + 40px gutter + (300*3) = 960 */
.thirdsColumn { width: 300px; }
.thirdsColumn .widget { min-height:150px; }

/* standard styling for pages split in two columns */
/* 20px zone padding + 20px gutter + (460*2) = 960 */
.halfColumn { width: 460px; }

/* standard styling for pages split into main section with sidebar */
/* 20px zone padding + 20px gutter + 600 + 320 = 960 */
.mainColumn { width: 600px; }
.sidebarColumn { width: 320px; }

/* make sure column sections are cleared */
.section { clear:both; }

/******************************************************************************************/
/* end common page layout and container styles                                            */
/******************************************************************************************/

/******************************************************************************************/
/* begin header, footer, and sidebar styling                                              */
/******************************************************************************************/

/* header area styling */
#storeHeader {background-color:#FFFFFF; color:#FFFFFF; font-size:11px; position: relative; height: 125px; margin: 0 10px 0 10px;}
#storeHeader a {color:#555555;}
#storeHeader .logo {margin: 10px 0 10px; padding: 0;}
#storeHeader .logo img {margin: 0 0 0 0; }

#headerTop { display:inline; }
#headerTop .column_1, #headerTop .column_2 { margin:0; }
#headerTop .column_1 {width:390px;}
#headerTop .column_2 {width:542;}
#headerTop .search { padding:10px 0 0 0; text-align:right; width:400px; }
#headerTop .shortcuts {width:auto;}
#headerTop .shortcuts  a 
{
    border: 1px solid #65AEDB;
    border-radius: 2px 2px 2px 2px;
    color: #005b90;
    display: block;
    float: right;
    height: 20px;
    margin: 8px 2px 8px 0px;
    padding: 8px 3px 0;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    width: 56px;
}
#headerTop .shortcuts a:hover
{	
	font-weight:bold; background-color: #e4e4e4;
}
#accountGreeting {
	margin-top: 12px;
	float: right;
	z-index: 20000 !important;
	position: relative;
}
#accountGreeting #message {
	padding: 6px;
	border: 1px solid #a5a5a5;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	transition:.2s box-shadow; -webkit-transition:.2s -webkit-box-shadow; -moz-transition:.2s -moz-box-shadow; -o-transition:.2s -o-box-shadow;
	
	/*background: #e4e4e4; /* for non-css3 browsers 
	background: linear-gradient(180deg, #e4e4e4, #252525); /* for modern browsers 
	background: -moz-linear-gradient(top, #e4e4e4, #252525); /* for Firefox 3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#252525)); /* for Webkit browsers 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#252525'); /* for IE */
	
	background-image: none !important;
    background-color: #464646;
    filter: none !important;
    -webkit-box-shadow: inset 0 -8px 10px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);  
    -moz-box-shadow: inset 0 -8px 10px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);  
    box-shadow: inset 0 -8px 10px rgba(0,0,0,0.65), 0 1px 0 rgba(255,255,255, .2), inset 0 1px 0 rgba(255,255,255, 0.2);    
}
#accountGreeting #message:hover {  box-shadow: 0px 0px 3px #0c1c47 !important; cursor:pointer; }
#accountGreeting ul { display: none; }
#accountGreeting:hover ul { 
	display: block;
	margin-top: -12px;
	
	background-color: #FFFFFF; /*#252525; */
	border: 1px solid #a5a5a5;
	box-shadow: 0px 0px 3px #a5a5a5;
	
	
	-webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s; }
#accountGreeting:hover li { float: none; font-size: 11px; padding-bottom: 5px; border-top: 1px #a5a5a5 dotted; padding: 6px; }
#accountGreeting:hover li:empty { display: none }
#accountGreeting:hover li:first-child  { border-top: none !important; }
#accountGreeting:hover li a {color: #252525 !important; text-decoration: none; }
#accountGreeting:hover li:hover { background-color: #252525; }
#accountGreeting:hover li:hover a { color: #FFFFFF !important; }

.simpleSearchPanel {
	height: 58px;
	border-bottom: 5px #0c1c47 solid;
	box-shadow: -6px 7px 5px -5px #362f2d;
}
:root .simpleSearchPanel { height:59px \0/IE9; } /* IE9 hack to correct for 1px difference */
@-moz-document url-prefix() { .simpleSearchPanel { height: 61px; } /* Moz 3.5+ hack to correct for 3px difference */ }}

#headerTop .search input.searchPhrase { color: #324F65; background:#FFFFFF; border: solid 1px #65AEDB; width: 190px; margin: 0; padding: 0; }
.searchPhrase { 
	width: 92%; 
	height: 25px; 
	padding-left: 5px; 
	font: italic 16px Calibri, Optima, Arial, sans-serif;
	color: #a5a5a5 !important;
	transition:.2s linear;
    -webkit-transition:.2s linear;
    -moz-transition:.2s linear; 
	
	margin: 0;
	outline: none;
	float: left;
	
	position: relative;
	top: 15px;
	
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;}
.searchPhrase:focus { box-shadow: 0px 0px 3px #252525; outline: none; font-style: normal; color:#000000 !important; }
#searchButton { width: 5%; }
.simpleSearchPanel .button {
	color:#FFFFFF;
	border:1px solid #a5a5a5;
	height:30px;
	margin:0;
	border-radius: 0;
	
	font-size: 14px;
	outline: none;
	float: left;

	position: relative;
	top: 15px;
	
	transition:.1s linear;
    -webkit-transition:.1s linear;
	-moz-transition:.1s linear; 
	
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px; }
.simpleSearchPanel .button:hover {  box-shadow: 0px 0px 3px #0c1c47 !important;   }
.simpleSearchPanel .button:active { box-shadow: none; background: #0c1c47; }

/* search auto complete / auto suggest */
/* NOTE: overrides store/App_Themes/WA12Fall/jquery/jqueryui.css */

.ui-menu, .ui-menu-item { 
	font: normal 12px Calibri, Optima, Arial, sans-serif !important; 
	font-color: #252525 !important;
	z-index: 1 !important; 
	background:#FFFFFF !important;
	
	border-bottom: 1px dotted #252525 !important;
	border-left: 1px solid #252525 !important;
	border-right: 1px solid #252525 !important;
	border-radius: 0 !important;
}

.ui-menu-item a:hover {
	background: #252525 !important;
	border-radius: 0 !important;
	border: none !important;
	color: #FFFFFF !important;
}

.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
	margin: 0 !important;
	border-radius: 0 !important;
	border: none !important;
}

/* /end search auto complete */

#headerNavigation {
	width: 542px;
	position: absolute;
	bottom: 0;
	right: 5px;
	background: #0c1c47; 
	
	/* rounded top-left, bottom-right corners */
	border-radius: 1em 0em 1em 0em;
	-moz-border-radius: 1em 0em 1em 0em; 
	
	/* inner shadow */
	box-shadow: inner 0 0 4px 5px #081233;
	-moz-box-shadow: inset 0 0 4px 5px #081233;
	-webkit-box-shadow: inset 0 4px 5px #081233;
}

#headerNavigation .navigation 
{	
	border-top:none; 
	border-left:none;
	border-right:none;
	width:542px;
	text-align:center;
	font-size: 24px;
	margin-top: 3px;
	margin-bottom: 3px;	
	z-index: 10000 !important;
	position: relative;
}

/*-- defines hover arrow --*/
#headerNavigation .navigation .tab:hover {
	height: 100px;
	position: relative;
	width: 100px;
}
#headerNavigation .navigation .tab:hover:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;

	border: 10px solid transparent;
	border-top-color: #0c1c47;
	
	top: 100%;
	left: 50%;
	margin-left: -10px;
}
/*-- end hover arrow --*/
	
#headerNavigation .content {margin:0 auto;}
#headerNavigation a 
{
	/*background-color:#005b90; 
	font-weight: bold;
	width: auto; 
	padding: 6px 20px;
	text-transform: uppercase; 
    text-decoration: none; 
	text-align: center; 
	line-height:28px; 
	letter-spacing: 1px;
	color:#fff;*/
	font: normal 20px Calibri, Optima, Arial, sans-serif;
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
}
#headerNavigation .nav-spacer { display: inline; height: 48px; border-right: 1px #FFFFFF dotted; margin: 0; }

#headerBottom {display:block;clear:both;}

/* standard page header */
div.pageHeader, #pageHeader { position:relative; margin-bottom:5px; margin-top:4px; padding:2px 0px; margin-left: 20px; }
div.pageHeader h1, #pageHeader h1, div.productDisplay h1 { color:#0c1c47; text-transform: uppercase; font-family: Calibri, Optima, Arial, sans-serif; font-size:2em; font-weight:bold; line-height:1.5em; margin:0; }
div.pageHeader h2, #pageHeader h2, div.productDisplay h3 { color:#cc0c00; text-transform: uppercase; font-family: Calibri, Optima, Arial, sans-serif; font-size:1.5em; font-weight:bold; line-height:1.5em; margin:0; }
div.pageHeader h2:before, #pageHeader h2:before { content: "\25BC"; /*Hexadecimal for Unicode down arrow (&dArr;)*/ display: inline; margin-right: 10px; }
div.pageHeader h2:empty, #pageHeader h2:empty { display: none; }
div.pageHeader div.links, #pageHeader div.links { right:10px; top:4px; position:absolute; }
div.pageHeader span { font-family: Calibri, Optima, Arial, sans-serif; }
/* vv DO NOT REMOVE -- REQUIRED FOR PROPER CATALOG GENERATION vv */
div.pageHeader h4, #pageHeader h4, div.productDisplay h4 { font-family: Calibri, Optima, Arial, sans-serif; line-height:1.5em; margin:0; }

/* breadcrumbs */
.breadCrumbs { background-color: #F8F8F8; color: #888; margin: 0; padding: 6px; }
.breadCrumbs a {color:#888888;}

/* footer area styles */
#storeFooter { width: 100%; table-layout: fixed; min-height: 200px; }				 
#footer {
	color: #FFFFFF !important;
	min-height: 200px;
	border-top: 3px #0c1c47 solid;
	box-shadow: inset 0 10px 5px -5px #362f2d;
	font-family: Calibri, Optima, Arial, sans-serif;
	width: 100%; 
	background: #636363; /* for non-css3 browsers */
	background: linear-gradient(180deg, #636363, #ababab); /* for modern browsers */
	background: -moz-linear-gradient(top, #636363, #ababab); /* for Firefox 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#636363), to(#ababab)); /* for Webkit browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#636363', endColorstr='#ababab'); /* for IE */ }
#footer h1, h2 { text-transform: uppercase; padding-bottom: 5px; }
#footer a { color: #FFFFFF; }
#footer a:hover, #footer li:hover {text-decoration:underline; cursor:pointer; }
#footer p { display: block; margin-right: 30px; line-height: 1.5em; }
#footer td { padding: 0.75em; font-weight: bold; }
#footer .content { padding:6px; }
#footerTop { float:right }
#footerTop .content { padding:3px; display: table; width: 100%; }
#footerMiddle { padding-bottom: 6px; }
#footerMiddle .content { min-height: 160px; }
#footerMiddle .content > div { display: table-cell; min-height: 180px; }
#footerMiddle .content #footerAbout { height: 160px; width: 465px; border-right: 1px #FFFFFF dotted; padding-right: 15px; }
#footerMiddle .content #footerCustomerService { min-height: 180px; padding-left: 15px; width: 225px; border-right: 1px #FFFFFF dotted; }
#footerMiddle .content #footerCustomerService ul { list-style: none; padding: 0; margin: 0; }
#footerMiddle .content #footerCustomerService ul li { background:url('../../../img/email-sm.png') no-repeat; line-height: 31px; vertical-align: middle; padding-left: 30px; }
#footerMiddle .content #footerProducts { min-height: 180px; padding-left: 15px; width: 225px; }
#footerMiddle .content #footerProducts ul li { margin: 0 0 1em 1em; }
#footer .inner { padding-left: 15px; }
#footerMiddle { top:-25px;}
#footerMiddle .shortcuts a { text-decoration:none; color:#fff; padding:0px 8px; border-left:1px solid #6B9FBF; }
#footerMiddle .shortcuts a:first-child { border-left:none; }
#footerBottom { position:relative; font-size:1em; border-top: 1px #FFFFFF solid; width: 100%; }
#footerBottom a { border-bottom: 1px #FFFFFF solid; }
#footerBottom a:hover { text-decoration: none; }
#footerBottom #copyright { display:inline-block; position:absolute; right:6px; }#
.mobileLinkPanel {display:block; padding:10px;}
.mobileLinkPanel a { color:#efefef; }

/* widget styling */
div.widget { /*border:solid 1px #7cc2db;*/ margin-bottom:0 !important;}
div.widget .header { /*border-bottom:solid 1px #7cc2db;*/ margin: 0px 0 0; padding: 3px 10px 4px; }
div.widget .header h2 { text-transform:uppercase; color: #cc0c00 !important; }
div.widget .content { /*padding:10px;*/ }
div.widget .content .options { margin-bottom:0 !important; padding:0 5px 0 5px;}
div.widget .content p instruction { padding:0 5px 0 5px; font-weight:bold; }
div.widget .info { padding-left: 10px; font-family: Calibri, Optima, Arial, sans-serif; }

table.widget { border-collapse:collapse; border:solid 1px #7cc2db; margin-bottom:1em; width:100%; }
table.widget td { padding:0px;vertical-align:top; }
table.widget caption { border:solid 1px #7cc2db; border-bottom:none; padding:6px; text-align:left; }

/* custom styles for specific widgets */
.simpleCategoryListWidget { border: none !important; font: normal 20px Calibri, Optima, Arial, sans-serif; background-color: #0c1c47; width: 240px; padding: 10px 0 10px 0; -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px; }
.simpleCategoryListWidget .content { padding: 0; }
.simpleCategoryListWidget ul { margin:0; padding:0; list-style-type:none; font-size: 14px; }
.simpleCategoryListWidget .category { font-size: 18px; }
.simpleCategoryListWidget .category ul li { text-indent: 1.5em; font-size: 12px !important; font-weight:lighter; }
/* .simpleCategoryListWidget .category ul li.subCategoryCurrent */
.simpleCategoryListWidget li { margin:0; /*border-bottom:1px dashed #65AEDB;*/ }
.simpleCategoryListWidget li:last-child { border-bottom:none; }
.simpleCategoryListWidget li a { display:block; padding:8px; color:#FFFFFF; background-color:#0c1c47; font-weight:bold; transition:.1s linear;
    -webkit-transition:.1s linear;
    -moz-transition:.1s linear; }
.simpleCategoryListWidget li a:hover { color:#0c1c47; background-color:#FFFFFF; }
.simpleCategoryListWidget .PrimaryCatCurrent { 
	background-color: #cc0c00;
	margin-left: -5px !important;
	margin-right: -10px !important;
	z-index: 17000 !important;
	
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	
	box-shadow: 2px 2px 2px #000;
	-moz-box-shadow: 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px #000;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');  /* IE 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* IE 8 */ }
.simpleCategoryListWidget .category ul li.subCategoryCurrent a:before { 
	content: "\00BB\0020";
	white-space: nowrap;
	color: #cc0c00;
	font-size:16px;
}

.categorySearchwidget .criteriaPanel { margin-bottom: .5em }
.categorySearchwidget .criteriaPanel h3 { margin-bottom: .5em; color:#333 }

.categorySearchSidebarWidget .content { line-height:2em; }

.inputForm .ajax__calendar_container { z-index:1000; height:225px;width:245px; }
.inputForm .ajax__calendar_body {height:225px;width:245px;position:relative;overflow:hidden;margin:auto;}
.inputForm .ajax__calendar_day { padding: 0 !important;}

/* hover popup styling */
div.hoverPanel { border:solid 1px #7cc2db; }
div.hoverPanel .header { border-bottom:solid 1px #7cc2db; padding:6px; }
div.hoverPanel .content { padding:6px; }

/******************************************************************************************/
/* end header, footer, and sidebar styling                                                */
/******************************************************************************************/

/******************************************************************************************/
/* begin style for notifications                                                          */
/******************************************************************************************/

.ui-notify-container { margin:10px; }
.ui-notify { width:350px; position:fixed; top:10px; right:10px; }
.ui-notify-message { padding:10px; margin-bottom:15px; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px }
.ui-notify-message h1 { font-size:14px; margin:0; padding:0 }
.ui-notify-message p { margin:3px 0; padding:0; line-height:18px }
.ui-notify-message:last-child { margin-bottom:0 }
.ui-notify-message-style { background:#000; background:rgba(0,0,0,0.8); -moz-box-shadow: 0 0 6px #000; -webkit-box-shadow: 0 0 6px #000; box-shadow: 0 0 6px #000; }
.ui-notify-message-style h1 { color:#fff; font-weight:bold }
.ui-notify-message-style p { color:#fff }
.ui-notify-message-style li { color:#fff }
.ui-notify-close { color:#fff; text-decoration:underline }
.ui-notify-click { cursor:pointer }
.ui-notify-cross { margin-top:-4px; float:right; cursor:pointer; text-decoration:none; font-size:12px; font-weight:bold; text-shadow:0 1px 1px #fff; padding:2px }
.ui-notify-cross:hover { color:#ffffab }
.ui-notify-cross:active { position:relative; top:1px }

/******************************************************************************************/
/* end style for notifications                                                            */
/******************************************************************************************/

/******************************************************************************************/
/* begin user interaction and form styling                                                */
/******************************************************************************************/

/* CUSTOM - Product Help Module */

#HelpWrapper {
	clear: both;
	position: relative;
	padding: 40px 0 20px 0;
	margin: 0 auto;
	max-width: 620px;
	height: 170px;
	font-family: Calibri, Optima, Arial, sans-serif;
	border-top: 1px solid #ccc;
}
#HelpWrapper > div:first-child { float: left; }
#HelpWrapper > div:last-child { float: right; }

.HelpModule {
	max-width: 240px;
	min-height: 140px;
	border: 2px solid #ccc;
	margin: 0 20px 0 20px;
	padding: 10px;
	
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-left-topright: 10px;
	-moz-border-right-bottomright: 10px;
	
	box-shadow: 3px 3px 4px #ccc;
	-moz-box-shadow: 3px 3px 4px #ccc;
	-webkit-box-shadow: 3px 3px 4px #ccc;
	-ms-filter: "none";
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc')"; /* For IE 8 */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc'); /* For IE 5.5 - 7 */
}
.HelpModule h1 { text-transform: uppercase; text-align: center; font-weight: bold; font-size: 1.75em; color: #0c1c47; margin-bottom: 10px; -ms-filter: "none" !important;}
.HelpModule h2 { text-transform: none; font-size: 1.5em; color: #252525; line-height: 1.25; -ms-filter: "none" !important; }
.HelpModule h3 { font-size: 3em; color: #252525; text-align: center; margin-bottom: 10px; -ms-filter: "none" !important; }
.HelpModule a.button { font-size: 1.75em; padding: 5px !important; left: 25% !important; position: relative; float: left; clear: both; }
.HelpModule a.link { font-size: 1em; padding: 5px !important; position: relative; float: left; -ms-filter: "none" !important; }

/* END Product Help Module */

/* shows a tabstrip menu */
div.tabstrip { padding:0px; border-bottom:1px solid #7cc2db; }
div.tabstrip ul { margin:10px 0 0 0; padding:0px; }
div.tabstrip ul li { display:inline; padding:0px; margin:0px;}
div.tabstrip ul li a { display:inline-block; margin:0px; padding:4px 10px; text-decoration:none; color:#000; border:1px solid #7cc2db; border-bottom: none; border-radius: 6px 6px 0px 0px; font-size:1.1em; font-weight:bold; }
div.tabstrip ul li a:hover { background:#005b90; color:#fff; }
div.tabstrip ul li.active a { background:#005b90; color:#fff; }
div.tabpane { /*border:1px solid #7cc2db;*/ border-top:none; padding:8px; margin-bottom:1em; }

/* contains a dialog for interacting with the user */
.dialogSection .header {height:29px; line-height:24px; padding: 0 0 0 10px; margin:0 1px 0 0; }
.dialogSection .header h2 { color:#005b95; height: 29px; border-right: solid 1px #7cc2db; padding-right: 0; width: 100%; margin:0; text-transform: uppercase; font-size:12px; float:left; line-height:29px;}
.dialogSection .header a { float:right; text-decoration:underline; color:#444444; }
.dialogSection .header a:hover { float:right; text-decoration:underline; color:#8C0901; }
.dialogSection .content { border-top:10px solid #e1f2f9;  margin-top:0;   background: #FFFFFF; min-height: 200px;}
.dialogSection .content table th.rowheader{background-color:White;}
.dialogSection .nofooter { margin-right:0;}
.dialogSection .footer { height:24px; line-height:24px; margin:0; color:#8C0901; margin-top:8px; }

/* default styling for generic input forms */
table.inputForm { text-align: left; width: 100%; font-family: Calibri, Optima, Arial, sans-serif; margin-left: 10px; }
/*table.inputForm input[type="text"], table.inputForm input[type="password"] { border:solid 1px #7dc2db; color: #444444; padding: 2px; }*/
table.inputForm input[type="text"], table.inputForm input[type="password"] { border: 2px inset !important; border-radius: 3px; transition:.2s linear; -webkit-transition:.2s linear; -moz-transition:.2s linear; padding: 5px; }
table.inputForm input[type="text"]:hover, table.inputForm input[type="password"]:hover { box-shadow: 0px 0px 3px #0c1c47 !important; }
table.inputForm input[type="text"]:focus, table.inputForm input[type="password"]:focus {box-shadow: 0px 0px 3px #252525; outline: none; font-style: normal; color:#000000 !important; }

table.inputForm select { border:solid 1px #7dc2db; color: #444444; padding: 2px }
table.inputForm th { padding-left: 25px; text-align:left;} 
table.inputForm td { padding: 5px; margin: 0; }
table.inputForm .rowHeader { color: #444444; padding:10px 5px 10px 10px; text-align:right; width:25%; }
table.inputForm .rowHeader a {  border:1px solid #650101; width:100%; color: #444444; font-size: 10px; font-weight:bold; text-align:left; padding: 6px; }
table.inputForm .rowHeader * {  font-weight: bold; font-size: 12px;  }
table.compact { width:100%; margin:0;}
table.compact th { color: #444444; padding:5px 5px 5px 5px; text-align:right; }
table.compact td { padding: 10px 0 10px 0;}
table.compactleft { width:100%; margin:0}
table.compactleft th { color: #444444; padding:5px 5px 2px 5px; text-align:left; }
table.compactleft td { padding: 2px 0 10px 5px;}

/* styling for login WAWishlist login area */
.widgetLoginWidget { width: 330px; display: inline; float: left; padding-left: 20px; }
.widgetLoginWidget .header { margin: 0px 0 0; padding: 3px 0 4px; }
.widgetLoginWidget .header h2 { text-transform:uppercase; color: #cc0c00 !important; }
.widgetRegisterWidget { width: 250px; display: inline; float: right;  border-left: 1px solid #ccc; padding-left: 80px; }
.widgetRegisterWidget .header { margin: 0px 0 0; padding: 3px 0 4px; }
.widgetRegisterWidget .header h2 { text-transform:uppercase; color: #cc0c00 !important; }

/* styling for login page */
#loginPage p { margin-left: 20px !important; }
.widgetRegisterDialog { width: 320px; display: inline; float: right;  border-left: 1px solid #ccc; padding-left: 20px; }
.widgetRegisterDialog .header { margin: 0px 0 0; padding: 3px 30px 4px; }
.widgetRegisterDialog .header h2 { text-transform:uppercase; color: #cc0c00 !important; }
.widgetRegisterDialog ul { margin-left: 30px !important; }

/* styling for search forms */
.searchPanel { border: solid 1px #A0D9ED; margin-bottom:10px;}
.searchPanel table.inputForm th,
.searchPanel table.inputForm td { padding: 10px 5px 5px 5px; }

/* styling for validation summary lists */
.validationSummary { margin-bottom:6px; }
.validationSummary ul { list-style-type:disc; }
.validationSummary ul li { color:#cc0c00; }
.requiredChar { font:normal 1.1em Calibri, Optima, Arial, sans-serif; color: #cc0c00; }

/******************************************************************************************/
/* end user interaction and form styling                                                  */
/******************************************************************************************/

/******************************************************************************************/
/* begin category display styling                                                         */
/******************************************************************************************/

/* category page */
#categoryPage div.subCategories {background-color:#F5F5F5; padding: 5px 5px 10px;}
#categoryPage div.subCategories a {display:inline-block; padding:5px 10px; font-size: 1.1em; font-weight: bold; background-color: #FFFFFF; border-radius:5px;margin-left:2px;margin-top:5px;}
#categoryPage div.subCategories a:hover {background-color:#E0F5F8;}

/* category details display */
.categoryDetailsListing div.itemContainer {height:150px; margin:10px;}
.categoryDetailsListing div.itemContainer div.itemDisplay { padding:10px; }
.categoryDetailsListing div.itemContainer div.itemDisplay div.thumbnailArea {float:left;height:130px;display:table;}
.categoryDetailsListing div.itemContainer div.itemDisplay div.thumbnailArea div.thumbnailWrapper {display:table-cell;vertical-align:middle; }
.categoryDetailsListing div.itemContainer div.itemDisplay div.detailsArea {overflow: hidden;padding:10px;}
.categoryDetailsListing div.itemContainer div.itemDisplay div.detailsArea .itemName {font:bold; font-size:115%;padding-bottom:10px;}
.categoryDetailsListing div.itemContainer div.itemDisplay div.detailsArea .summary {}

/* category details display page */
.categoryGridListing4 itemListing div.itemContainer { height:auto; }
.categoryGridListing4 itemListing div.itemContainer div.productItemDisplay div.detailsArea {height:auto;margin-bottom: 10px; vertical-align:middle; }
.categoryGridListing4 .productItemDisplay .thumbnail { border: 1px #e4e4e4 solid; }
#categoryGridPage4 .nodeSummaryLink{text-decoration: underline; text-indent: 0px; color:#5872CB; margin:4px 0 8px 0; padding:4px 0 8px 0; cursor:pointer;}

/* style for grid of catalog items */
.itemListingContainer { margin-left: 20px; }
.itemListingContainer .itemListing { margin-bottom: 20px; }
.itemListing { }
.itemListing .tableNode {/*height:250px;*/text-align:center; }
.itemListing .itemContainer {/*height:240px; margin:3px 3px; border: 1px solid #e4e4e4; border-radius:8px;*/ }
.itemListing .itemContainer .productItemDisplay { float: left; }
.itemListing .itemContainer .productItemDisplay .thumbnailArea { float: left; display: inline; margin: 0 15px 0px 30px; }
.itemListing tr { border-bottom: 1px solid #e4e4e4; }
.itemListing tr:last-child { border-bottom: none;}
.itemListing tr td:first-child { border-right: 1px solid #e4e4e4; }
.itemListing tr td:last-child { border-right: none; }
.itemListing tr td .itemContainer .productItemDisplay { margin-top: 10px; }

/* style for product item within the grid */
div.productItemDisplay {}
div.productItemDisplay div.thumbnailArea {height:130px;display:table;margin:0 auto;}
div.productItemDisplay div.thumbnailArea div.thumbnailWrapper {display:table-cell;vertical-align:middle; border: 1px solid #cccccc; }
div.productItemDisplay div.detailsArea {height:85px;text-align: center;}
div.productItemDisplay div.detailsArea div.details{width: 650px;}
div.productItemDisplay div.detailsArea div.details div.itemName{font-weight:bold; font-size: 1.5em; text-align: left !important; display: block !important; margin-bottom: 5px; }
div.productItemDisplay div.detailsArea div.details div.itemName a{color:#0c1c47; text-decoration:none;}
div.productItemDisplay div.detailsArea div.details div.manufacturer{}
div.productItemDisplay div.detailsArea div.details div.sku{ display: none; }
div.productItemDisplay div.detailsArea div.details div.rating{}
div.productItemDisplay div.detailsArea div.details div.price{color: #e5a704;font-weight: bold;}
div.productItemDisplay div.detailsArea div.details div.summary{height:70px; margin:5px 0;overflow: auto; font:normal 1em Calibri, Optima, Arial, sans-serif; color: #0c1c47;  text-align: left !important;}
div.productItemDisplay div.actionsArea {position:relative;height:25px;}
div.productItemDisplay div.actionsArea div.actions {bottom: 0; position: absolute; width: 100%;margin-bottom:5px;}

/* style for webpage item within the grid */
div.webpageItemDisplay {}
div.webpageItemDisplay div.thumbnailArea {height:130px;display:table;margin:0 auto; }
div.webpageItemDisplay div.thumbnailArea div.thumbnailWrapper {display:table-cell;vertical-align:middle;}
div.webpageItemDisplay div.detailsArea {height:85px;text-align: center;}
div.webpageItemDisplay div.detailsArea div.details{}
div.webpageItemDisplay div.detailsArea div.details div.itemName{ color:#000; font-weight:bold; font-size: 1.2em;}
div.webpageItemDisplay div.detailsArea div.details div.itemName a{color:#000; text-decoration:none;}
div.webpageItemDisplay div.detailsArea div.details div.summary{height:60px; margin:5px 0;overflow:hidden;}

/* style for category item within the grid */
div.categoryItemDisplay {}
div.categoryItemDisplay div.thumbnailArea {height:130px;display:table;margin:0 auto;}
div.categoryItemDisplay div.thumbnailArea div.thumbnailWrapper {display:table-cell;vertical-align:middle;}
div.categoryItemDisplay div.detailsArea {height:85px;text-align: center;}
div.categoryItemDisplay div.detailsArea div.details{ font:bold 1em Calibri, Optima, Arial, sans-serif; color: #0c1c47; }
div.categoryItemDisplay div.detailsArea div.details div.itemName{color: #0c1c47; font-weight:bold; font-size: 1.2em;}
div.categoryItemDisplay div.detailsArea div.details div.itemName a{color: #0c1c47; text-decoration:none;}
div.categoryItemDisplay div.detailsArea div.details div.summary{height:60px; margin:5px 0;overflow:hidden;}

/* style for link item within the grid */
div.linkItemDisplay {}
div.linkItemDisplay div.thumbnailArea {height:130px;display:table;margin:0 auto;}
div.linkItemDisplay div.thumbnailArea div.thumbnailWrapper {display:table-cell;vertical-align:middle;}
div.linkItemDisplay div.detailsArea {height:85px;text-align: center;}
div.linkItemDisplay div.detailsArea div.details{}
div.linkItemDisplay div.detailsArea div.details div.itemName{ color:#000; font-weight:bold; font-size: 1.2em;}
div.linkItemDisplay div.detailsArea div.details div.itemName a{color:#000; text-decoration:none;}
div.linkItemDisplay div.detailsArea div.details div.summary{height:60px; margin:5px 0;overflow:hidden;}

/* styles for paging of catalog grids   border-bottom: 1px #0c1c47 solid */
div.pagingPanel { text-align: left; padding: 10px; margin-left: 10px; font-family: Calibri, Optima, Arial, sans-serif; }
div.pagingPanel .pagingBtnContainer { }
div.pagingPanel span, div.pagingPanel .current, div.pagingPanel a 
{
border: 1px #a5a5a5 solid;
padding: 3px 5px;  
font-weight: bold; 
font-size: 12px; 
margin: 3px 0 3px 1px; 
background-color: #cc0c00; 
color: #FFFFFF; 
}
div.pagingPanel a 
{
background-color:#0c1c47; 
color: #FFFFFF; 
text-decoration:none; 
}
div.pagingPanel a:hover { background-color: #FFFFFF; color: #0c1c47; border:1px solid #0c1c47; }

/* style for sort control of catalog grid */
.searchSortHeader { /*border-top:1px dotted #005B95;*/ color:#0c1c47; margin:5px 20px; padding: 10px 0 0; font: Calibri, Optima, Arial, sans-serif;}
.searchSortHeader span {font-size:12px; font-weight: bold;}
.searchSortHeader .sorting { /*border: 1px solid #65AEDB; color: #222222; padding: 1px; font-size: 1em;*/}
.searchSortHeader .fieldHeader {font-size:12px;}
.searchSortHeader .sortPanel {float:left; }
select { border-radius: 3px; border: solid 1px #a5a5a5 !important; transition:.2s linear; -webkit-transition:.2s linear; -moz-transition:.2s linear; -webkit-appearance:none; -moz-appearance:none; appearance:none; cursor:pointer; background-image:url('../../../img/dropdown.png'); background-position: center right; background-repeat: no-repeat; padding: 5px 35px 5px 10px; }
/* IE 9 hacks to show normal dropdown menu */
:root select { padding:0 0 0 0 \0/IE9; background:#fff\9; }
/* Moz 3.5+ hack to show normal dropdown menu */ 
@-moz-document url-prefix() { select { padding:0 0 0 0; background:#fff; }}
select:hover { box-shadow: 0px 0px 3px #0c1c47 !important; }
select:focus { outline: none; }
.searchSortHeader .pageSizePanel {float:left; margin-left:10px;}

/******************************************************************************************/
/* end category display styling                                                           */
/******************************************************************************************/

/******************************************************************************************/
/* begin catalog item display styling                                                     */
/******************************************************************************************/

/* styling for product page */
div.productRowDisplay {border: 1px solid #65aedb; }
div.productRowDisplay h1 {color:#005b90; text-align:center; font-size:1.5em; font-weight:bold; line-height:1.5em; margin:0px; letter-spacing: 1px; }
div.productDisplay {/*border: 1px solid #65aedb;*/ overflow:hidden;margin-bottom:6px; margin-left: 10px; font-family: Calibri, Optima, Arial, sans-serif;}
div.productDisplay a { color: #0c1c47; text-decoration: underline }
/*div.productDisplay h1 {color:#005b90; text-align:left; font-size:1.5em; font-weight:bold; line-height:1.5em; padding:10px; letter-spacing: 1px; }*/
div.productDisplay h6 { font-size: 1.5em; font-family: Calibri, Optima, Arial, sans-serif; }
div.productDisplay input, div.productDisplay textarea { border-radius: 3px; transition:.2s linear; -webkit-transition:.2s linear; -moz-transition:.2s linear; padding: 5px; }
div.productDisplay input:hover, div.productDisplay textarea:hover { box-shadow: 0px 0px 3px #0c1c47 !important; }
div.productDisplay input:focus, div.productDisplay textarea:focus { box-shadow: 0px 0px 3px #252525; outline: none; font-style: normal; color:#000000 !important; }
div.productDisplay textarea { border: 2px inset; resize: none } 
/* IE hack to correct textarea display style */
:root div.productDisplay textarea { border:1px solid #ccc \0/IE9; }
/* Moz 3.5+ hack to correct textarea display style */
@-moz-document url-prefix() { div.productDisplay textarea { border:1px solid #ccc; }}
div.productDisplay input[type="submit"] { padding: 0 5px 5px 5px !important; border: solid 1px #a5a5a5 !important; float: right; }
div.productDisplay .custLabel { font-size: 1.1em; color: #0c1c47; } 
div.productDisplay .custLabel .custRequired { color: #cc0c00 !important; } 
div.productDisplay div.simpleProduct div.productImageArea {float:left; vertical-align:top; text-align:center; max-width:335px; width: auto; padding-left: 5px;}
div.productDisplay div.simpleProduct div.productImageArea {}
div.productDisplay div.simpleProduct div.productDetails {float:right; vertical-align:top; padding: 5px 15px 0 10px;}
div.productDisplay div.productDetails { background: #FFFFFF; border: 1px solid #ccc; border-radius: 1em 0em 1em 0em; -moz-border-radius: 1em 0em 1em 0em; }
div.productDisplay div.optionProduct div.productDetails {vertical-align:top; padding: 5px;}

/* buy product dialog */
table.buyProductForm { padding:10px 5px 5px 5px; width:100%; }
table.buyProductForm td, table.buyProductForm th {  padding:5px 0 5px 5px; vertical-align:middle; }
table.buyProductForm .rowHeader {
    font-weight: bold; border-width: 0;  padding:5px 5px 5px 5px; 
    border-right: solid 1px #e4e4e4; text-align: right; }

.optionPicker td { border: outset 2px #999; }
.optionPicker td.selected { border: inset 2px #999; }

/* style for displaying the hidden price popup */
.pricePopup {background-color:#E3EFFF; border-width:3px; border-style:solid; border-color:Gray; padding:3px; width:300px; position:absolute; left:50%; margin-left:-150px; z-index:99;}
.pricePopup .header {background-color:#DDDDDD; border:solid 1px Gray; color:Black; margin:-3px; padding:6px; font-weight:bold;}
.pricePopup span.fieldHeader {display:block;float:left;width:135px;text-align:right;margin-right:6px; }
.pricePopup span.fieldValue {display:block;float:left; }

/* style for displaying product ratings */
div.aggregateRating {display: inline;}
div.aggregateRating .ratingText {display:none;}

/* style for product reviews */
.productReviewContent {white-space: pre-line; text-align: justify; padding: 10px;}

.ratingStar00, .ratingStar01, .ratingStar02, .ratingStar03, 
.ratingStar04, .ratingStar05, .ratingStar06, .ratingStar07, 
.ratingStar08, .ratingStar09, .ratingStar10, .ratingStarNone
{
    background-position:0 0;
    background-repeat: no-repeat;
    min-width: 50px;
    padding-top: 12px;
    display:inline-block;
}
.ratingStar00 { background-image:url(images/ratings/rate_00.gif); }
.ratingStar01 { background-image:url(images/ratings/rate_01.gif); }
.ratingStar02 { background-image:url(images/ratings/rate_02.gif); }
.ratingStar03 { background-image:url(images/ratings/rate_03.gif); }
.ratingStar04 { background-image:url(images/ratings/rate_04.gif); }
.ratingStar05 { background-image:url(images/ratings/rate_05.gif); }
.ratingStar06 { background-image:url(images/ratings/rate_06.gif); }
.ratingStar07 { background-image:url(images/ratings/rate_07.gif); }
.ratingStar08 { background-image:url(images/ratings/rate_08.gif); }
.ratingStar09 { background-image:url(images/ratings/rate_09.gif); }
.ratingStar10 { background-image:url(images/ratings/rate_10.gif); }
.ratingStarNone {}

/* product images page styles */
#productImages img{border:0}
#productImages div.progress-bar{border:1px solid #fff; background-color:#000}
#productImages div.missing-thumbnail{background:#333 url('images/redx.gif') center center no-repeat; cursor:pointer; border:1px solid #bbb}
#productImages div.error-message{color:#bbb; font-size:1.2em; margin-top:-0.6em; position:relative; text-align:center}
#productImages div.caption{background-color:#000; color:#fff}
#productImages div.caption a{color:#fff}
#productImages body, #productImages html{background-color:#333; margin:0; padding:0; }
#productImages #gallery{margin:20px auto; height:520px; width:750px; position:relative; color:#aaa; padding:20px; overflow:hidden; border:1px solid #888; background-color:#000}

/* styling for display of webpage objects */
#webpagePage { padding:0px; }
#webpagePage p { margin: 0; }

/******************************************************************************************/
/* end catalog item display styling                                                       */
/******************************************************************************************/

/******************************************************************************************/
/* begin basket display styling                                                           */
/******************************************************************************************/

/* basket styling */
#basketPage div.basketContainer div.actions { margin-top:10px; margin-bottom:10px; text-align:center; }
#basketPage div.basketContainer div.actions span.checkout .button { background-color:#005b90; color:#fff;border:1px solid #54A; }
#basketPage div.basketContainer div.actions span.checkout .button:hover { background-color:#e4e4e4; color:#005b90 !important; }
#basketPage div.warnings {padding-left:20px;}
#basketPage div.emptyBasketPanel 
{
    background-color:white; 
	padding-top: 20px; 
	margin: 20px 35px 20px 35px;
    height: 50px; text-align:center; 
}
#basketPage div.emptyBasketPanel span.message { font-size: 18px; font-weight: normal; color: #666666; }

/* display of the basket items */
table.basket { width:100%; font-family: Calibri, Optima, Arial, sans-serif !important; background: #FFFFFF; border: 1px solid #ccc; border-radius: 1em 0em 1em 0em; -moz-border-radius: 1em 0em 1em 0em; border-collapse: separate !important; }
table.basket h1 { text-align: center !important; font-size: 1.5em !important; margin-bottom: 10px; }
table.basket td { /*border:1px solid #ccc;*/padding:4px 8px; text-align:center; vertical-align:top; }
table.basket td a { color: #0c1c47; }
table.basket td a:hover { color: #cc0c00; }
table.basket th.thumbnail { border-right:none; text-align:left; width:60px; }
table.basket td.thumbnail { border-right:none; text-align:center; width:60px; }
table.basket th.item { border-left:none; text-align:left; padding-left: 10px; }
table.basket td.item { border-left:none; text-align:left; }
table.basket td.item div.setGiftOptions a { background:url(images/icons/gift-box.gif) center right no-repeat; height:30px; line-height:30px; padding-right:25px; }
table.basket td.item div.itemDetail { margin-bottom:1em; }
table.basket td.item div.itemDetail a { font-size: 1.25em; font-weight: bold; color: #0c1c47; }
table.basket td.item div.itemDetail a:hover { font-size: 1.25em; font-weight: bold; color: #cc0c00; }
table.basket td.item div.itemActions { padding-bottom: 20px; }
table.basket td.item div.itemActions a { margin-right:8px; text-transform:lowercase }
table.basket th.quantity { text-align:center; width:60px; }
table.basket td.quantity { text-align:center; width:60px; }
table.basket td.footerSubtotalLabel { text-align:right; }

table.basket { vertical-align: bottom !important; } 
table.basket > tbody > tr:first-child { height: 60px; color: #0c1c47 !important; font: bold 16px Calibri, Optima, Arial, sans-serif !important; border-left: 10px; }
table.basket > tbody > tr:first-child > th:first-child { background:url('../../../img/rfq-item-added.png') no-repeat; background-size: 40%; background-position: right; vertical-align: bottom !important; } 
table.basket > tbody > tr:first-child > td:first-child { width: 30px !important; }
table.basket > tbody > tr > td:first-child { text-align: right !important; padding-right: 0 !important; }
table.basket .quantity input[type="text"] { width: 30px !important; text-align: center; border: 2px inset !important; border-radius: 3px; transition:.2s linear; -webkit-transition:.2s linear; -moz-transition:.2s linear; padding: 5px; }
table.basket .quantity input[type="text"]:hover { box-shadow: 0px 0px 3px #0c1c47 !important; }
table.basket .quantity input[type="text"]:focus {box-shadow: 0px 0px 3px #252525; outline: none; font-style: normal; color:#000000 !important; }
table.basket td table { text-align: center !important; margin-left: auto !important; margin-right: auto !important; }
table.basket td table th { border-right: 1px dotted #ccc !important; padding-right: 20px !important; padding-left: 20px !important; }
table.basket td table th:first-child { padding-left: 0 !important; }
table.basket td table th:last-child { border-right: 0 !important; padding-right: 0 !important; }

/* RFQ review panel styles */
.ReviewPanel { font-family: Calibri, Optima, Arial, sans-serif !important; }
.ReviewPanel h3 { text-transform: uppercase !important; font-size: 1.25em !important; margin-left: 20px !important; }
.ReviewPanel table { margin-left: 40px !important; }
.ReviewPanel table tr > td { padding-bottom: 5px !important; vertical-align: top !important; }
.ReviewPanel table tr > td:first-child { padding-right: 5px !important; }
.ReviewPanel a { color: #0c1c47; text-decoration: underline; }
.ReviewPanel .button { text-decoration: none !important; }
.ReviewPanel a:hover { color: #cc0c00; }
.ReviewPanel p { margin: 0 !important; }


/* mini basket styles */
.miniBasket .price { color:#ff0000; }
.miniBasket .label { color:#003616; font-weight:bold; margin-right:5px; }
.miniBasket .value { font-weight: bold; font-size:1.1em; }

.miniBasket .basketItemBox { border-bottom:1px dashed #7ec1db; margin-bottom:1em; padding-bottom:0.5em; }
.miniBasket .basketItemBox .iconBox { width:50px; height:50px; float:left; overflow:hidden; margin-right:5px;}
.miniBasket .basketItemBox .titleBox { float:left; }
.miniBasket .basketItemBox .noIcon {padding-left:5px;}
.miniBasket .basketItemBox .actions { margin:1em 0; }
.miniBasket .basketItemBox .actions input.quantity { width:20px; }

.miniBasket .subTotalsBox {	border-bottom:1px solid #7ec1db; margin-bottom:1em; padding-bottom:0.5em; }
.miniBasket .checkoutButtonsBox .standardCheckout,
.miniBasket .checkoutButtonsBox .alternateCheckouts {text-align:center;}
.miniBasket .noResultsPanel {padding:5px; font-style:italic;}

.miniBasketItemDetail .subscriptions .lineBlock {display:block; font-size:10px;}
.miniBasketItemDetail .subTitle {padding: 0; text-indent:0; margin:0 7px; clear:both; }
.miniBasketItemDetail .subTitle li {color:#788A95; list-style-type:none; margin:4px 0 0 10px; }

.miniBasketItemDetail .title {color:#3f2a4b; font-weight: normal; float:left; text-align:left; position:relative;  }
.miniBasketItemDetail .title a {color:#444444;}
.miniBasketItemDetail .title a:hover {color:#005c92;}

/******************************************************************************************/
/* end basket display styling                                                             */
/******************************************************************************************/

/******************************************************************************************/
/* begin product display tab styling                                                         */
/******************************************************************************************/

div.tabs div.widget, .ui-tabs div.widget {border:none;margin-bottom:0 !important;}
div.tabs div.widget div.innerSection div.header, .ui-tabs div.widget div.innerSection div.header {display:none;}

.tabs .ajax__tab_header {border-bottom: solid 1px #65aedb;}
.tabs .ajax__tab_panel {border-color: #65aedb #65aedb #65aedb #65aedb; border-style: none solid solid solid;border-width: medium 1px 1px 1px;}
.tabs .ajax__tab_outer {margin-top:8px;margin-right:5px;margin-bottom:-1px;} 
.tabs .ajax__tab_inner {padding-left:3px;border:#65aedb solid 1px;border-radius: 5px 5px 0px 0px; background-color:#FFF; font-weight:bold; padding: 3px 10px;} 
.tabs .ajax__tab_tab {height:15px;padding:0px;margin:0;outline:none;}
.tabs .ajax__tab_hover .ajax__tab_outer {outline:none;} 
.tabs .ajax__tab_hover .ajax__tab_inner {background-color:#005b90;outline:none;} 
.tabs .ajax__tab_hover .ajax__tab_inner a {color:#FFFFFF; outline:none;}
.tabs .ajax__tab_hover .ajax__tab_tab {outline:none;}
.tabs .ajax__tab_active .ajax__tab_outer {outline:none;} 
.tabs .ajax__tab_active .ajax__tab_inner {background-color:#005b90;} 
.tabs .ajax__tab_active .ajax__tab_inner a {color:#FFFFFF; outline:none;}
.tabs .ajax__tab_active .ajax__tab_tab {outline:none;}
.tabs .ajax__tab_body {outline:none;}

/** begin CUSTOM tab styles **/
.ui-widget { font-family: Calibri, Optima, Arial, sans-serif !important; border: none !important;  background:none !important; margin-left: 15px; }
.ui-widget-header { border:0 !important; background: none !important; border-bottom: 1px solid #0c1c47 !important; border-radius:0 !important; }
.ui-state-default, .ui-widget-header .ui-state-default { border:1px solid #0c1c47 !important; text-transform: uppercase !important; }
.ui-tabs .ui-tabs-nav li a { font-weight: normal !important; color: #FFFFFF !important; background:#0c1c47 !important; }
.ui-tabs .ui-tabs-nav li a:hover { font-weight: normal !important; background-color: #cc0c00 !important; color: #FFFFFF !important; }
.ui-tabs-nav li.ui-tabs-selected a { background: none !important; color: #0c1c47 !important; }
.ui-tabs-nav li.ui-tabs-selected a:hover { background: none !important; color: #0c1c47 !important; }
.ui-widget-content a.button { font-size: 12px !important; padding: 0 5px 0px 5px !important; font-weight: bold !important; border: solid 1px #a5a5a5 !important; color: #FFFFFF !important; transition:.1s linear; -webkit-transition:.1s linear; -moz-transition:.1s linear; }
.ui-widget-content a.button:hover {  box-shadow: 0px 0px 3px #0c1c47 !important;   }
/** end CUSTOM tab styling **/

/** begin CUSTOM child table styles **/
.customFields tr > td { padding-bottom: 1em; }
.customFields tr > th { padding-bottom: 1em; }
.customFields th { font-weight: bold; font-size: 14px; width: 135px; text-align: right; padding-right: 15px; }
.customFields tr td table { border: 1px solid #aaa9ae; border-collapse: separate; border-spacing: 2px; }
.customFields tr td table tr:first-child { font-weight: bold; }
.customFields tr td table td { border: 1px solid #aaa9ae; padding: 8px 8px; }
/** end CUSTOM child table styles **/

/******************************************************************************************/
/* end product display tab styling
/******************************************************************************************/

/******************************************************************************************/
/* begin checkout display styling                                                         */
/******************************************************************************************/

/* checkout progress indicator in page header */
div.checkoutProgress
{
    background-color:#005b90;
	font-size:12px;
    font-weight:bold; 
	padding:8px 2px;
    text-transform:uppercase; 
	color:#fff; 
	display:block;
	clear:both; 
}
div.checkoutProgress span { padding:3px 6px; }
div.checkoutProgress span.on span 
{
	background-color:#fff;
	border: solid 1px #7cc2db; 
    border-radius:5px 5px 5px 5px;
	color: #3f294d;
}

/* position edit link for address items */
#checkoutPage div.billingAddress { margin-left:10px; }
#checkoutPage div.billingAddress span.editLink,
#checkoutPage div.shippingAddress span.editLink { margin-left:10px; }
#checkoutPage span.editLink a { text-decoration:none; }
#checkoutPage span.editLink a:hover { text-decoration:underline; }

/* styling for specific checkout widgets */
#checkoutPage div.basketTotalSummaryWidget .message { font-style:italic; }
#checkoutPage div.basketNonShippableItemsWidget div.content { padding:0 }
#checkoutPage .orderSummaryWidget div.content div { margin-bottom:1em; }

/* assign layout settings for shipment listings */
#checkoutPage table.shipmentWidget td.address { width: 200px; padding:8px; }
#checkoutPage table.shipmentWidget td.address div { margin-bottom:1em; }
#checkoutPage table.shipmentWidget td.address span.links { margin-right:20px; float:right; }
#checkoutPage table.shipmentWidget td.items { padding-top:8px; }
#checkoutPage table.shipmentWidget td.method { width:280px;border-left:1px solid #7cc2db; background-color:#efefef; }
#checkoutPage table.shipmentWidget td.method h3 { border-bottom:1px solid #ccc; margin:0; padding:12px 8px 4px 8px; }
#checkoutPage table.shipmentWidget td.method select { margin: 15px 8px; }
#checkoutPage table.shipmentWidget td.method p { margin: 4px 8px; }

/* add top padding because there is no page header */
#checkout_startPage { padding-top:1em; }

/* add frame to billing address to be consistent with other checkout pages */
#checkout_billPage .column_1 div.section { border:1px solid #65AEDB; margin-bottom:1em; }

/* frame the order terms and conditions */
#checkout_payPage .orderTerms{ height: 60px; overflow: auto; border: 1px solid #666; padding: 8px; }

/* handle option sections on receipt page */
#checkoutPage .balanceDueSection, 
#checkoutPage .orderInvalidSection { margin-bottom:1em; }

/* checkout hover help images */
.cvvAmex
{
	background-image:url(images/PaymentInstruments/cvv_amex.gif);
	background-repeat:no-repeat;
	border:0;
	height:169px; 
	width:249px;
}

.cvvVisa
{
	background-image:url(images/PaymentInstruments/cvv_visa.gif);
	background-repeat:no-repeat;
	border:0;
	height:169px; 
	width:249px;
}

.checkHelp
{
	background-image:url(images/PaymentInstruments/checkhelp.jpg);
	background-repeat:no-repeat;
	border:0;
	height:181px; 
	width:250px;
}

/* used where order items are displayed during checkout */
table.itemList { border:0; border-collapse:collapse; width:100%; }
table.itemList th, table.itemList td { padding:4px 8px; text-align:center; vertical-align:middle; }
table.itemList th { border-bottom:1px solid #ccc; }
table.itemList td { padding-bottom:10px; padding-top:10px; }
table.itemList td a { color: #416573; }
table.itemList td a:hover { color: #788F03; }
table.itemList th.thumbnail { border-right:none; text-align:left; width:60px; }
table.itemList td.thumbnail { text-align:center; width:60px; }
table.itemList th.item { border-left:none; text-align:left; }
table.itemList td.item { text-align:left; }
table.itemList td.item div.setGiftOptions a { background:url(images/icons/gift-box.gif) center right no-repeat; height:30px; line-height:30px; padding-right:25px; }
table.itemList th.quantity { width:60px; }
table.itemList td.quantity { width:60px; }
table.itemList th.sku { width:80px; }
table.itemList td.sku { width:80px; }
table.itemList th.price { width:70px; }
table.itemList td.price { width:70px; }
table.itemList th.total { width:70px; }
table.itemList td.total { width:70px; }
table.itemList th.shipTo { text-align:left; border:1px solid #7cc2db; }
table.itemList td.shipTo { text-align:left; background-color:#efefef; border:1px solid #7cc2db;}
table.itemList th.giftOption { text-align:left; width:300px; }
table.itemList td.giftOption { text-align:left; width:300px; }
table.itemList td.giftOption div.message { margin-top:10px; }
table.itemList td.giftOption div.message textarea { height:60px; width:95%; }
table.itemList th.paymentDate { width:100px; }
table.itemList td.paymentDate { width:100px; }
table.itemList th.paymentAmount { width:100px; }
table.itemList td.paymentAmount { width:100px; }
table.itemList th.paymentStatus { width:100px; }
table.itemList td.paymentStatus { width:100px; }
table.itemList th.paymentMethod { text-align:left; }
table.itemList td.paymentMethod { text-align:left; }
table.itemList th.noteDate { width:140px; }
table.itemList td.noteDate { width:140px; }
table.itemList th.noteAuthor { width:140px; }
table.itemList td.noteAuthor { width:140px; }
table.itemList th.noteText { text-align:left; }
table.itemList td.noteText { text-align:left; }
table.itemList th.digitalGood { text-align:left; width:300px; }
table.itemList td.digitalGood { text-align:left; width:300px; }
table.itemList th.download { width:80px; }
table.itemList td.download { width:80px; }
table.itemList th.remainingDownloads { width:80px; }
table.itemList td.remainingDownloads { width:80px; }
table.itemList th.serialKey { text-align:left; }
table.itemList td.serialKey { text-align:left; }
table.itemList th.giftCertificate { text-align:left; }
table.itemList td.giftCertificate { text-align:left; }
table.itemList th.giftCertificateStatus { width:150px; }
table.itemList td.giftCertificateStatus { width:150px; }
table.itemList th.giftCertificateExpiration { width:150px; }
table.itemList td.giftCertificateExpiration { width:150px; }
table.itemList th.subscription { text-align:left; }
table.itemList td.subscription { text-align:left; }
table.itemList th.subscriptionStatus { width:150px; }
table.itemList td.subscriptionStatus { width:150px; }
table.itemList th.subscriptionExpiration { width:150px; }
table.itemList td.subscriptionExpiration { width:150px; }

/* styles for the address book table */

.addressBook .entries
{
    margin-left: 10px;
        
    }
.addressBook .entry 
{
	border:1px solid #65AEDB;
	vertical-align:top;
	margin:5px;
    background-color:#fff; 
    border-radius:10px;
    padding:10px;
	overflow:hidden;
	display:inline-block;
	width:256px;
	height:150px;
	position:relative;
}
.addressBook .address
{
	padding-left:20px;
}
.addressBook .entry h2
{
	margin:0 0 0.5em 0;
	font-size:1.2em;
	font-weight:bold;
	display:inline-block;
}
.addressBook .caption .links
{
	float:right;
}
.addressBook .entry .buttons
{	
    position:absolute;
    top:135px; 
}
.addressBook .addEntry
{
	background-color:#efefef;
}
.addressBook .addEntry .buttons
{
    position:absolute;
}

/* basket and order summary sidebar */
table.orderTotalSummary { width:100%; margin-bottom:1em; }
table.orderTotalSummary th { text-align:right;font-weight:normal; white-space:nowrap; border-bottom:0;}
table.orderTotalSummary td { text-align:right; width:80px; border-bottom:0;}
table.orderTotalSummary tr.dividerRow td { border-bottom: 1px solid #ccc; width:100%;}
table.orderTotalSummary tr.importantRow {font-weight:bold;}
table.orderTotalSummary tr.actionsRow td {text-align:center; width:100%;}

/* payment form */
.paymentFormContainer .paymentMethodList {display:table-cell; vertical-align:top; border-right: 0px dotted #ccc; white-space:nowrap;}
.paymentFormContainer .paymentForm {display:table-cell; background-color:#efefef; border: 1px solid #7cc2db; border-radius: 5px; width: 100%; padding:10px; vertical-align:middle;}
.paymentFormContainer table.inputForm th { width:120px; text-align:right; }
.paymentFormContainer table.inputForm td { }
.applyCouponPanel { padding:6px 6px 12px 6px; margin-bottom:1em; border-bottom: 1px dotted #ccc; }
.applyCouponPanel label { margin-right:4px; }
.applyCouponPanel p { display:block;margin-top:1em; }
.cvvHelpHoverPanel .helpSection { display:inline-block; width:280px; margin:10px; vertical-align:top; }
.cvvHelpHoverPanel .helpSection h3 { margin-bottom:0.5em; }
.cvvHelpHoverPanel .helpSection p { text-align:justify; }

/******************************************************************************************/
/* end checkout display styling                                                           */
/******************************************************************************************/

/******************************************************************************************/
/* begin my account area styling                                                          */
/******************************************************************************************/

/* account area styles */
/* This is used on my account page only. Should follow some more general structure/styling. */
ul.columns { margin: 0 0 0 30px; padding: 0; list-style: none; }
ul.columns li {  margin: 2px; background-image: url(images/bullet1.gif); background-position: 0 3px; background-repeat: no-repeat; text-indent:20px; height: 20px; }
.orderHistoryDialog .content { border:solid 1px #7dc2db; padding: 5px 10px; line-height: 25px; }
.orderHistoryDialog .content .bullet{ background-color:#AAAAAA; padding-left:18px;}

/* wishlist styling */
#account_wishlistPage .actions {text-align:center; margin-top:10px; margin-bottom:10px;}
#wishlistPage div.emptyWishlistPanel 
{
    background-color:white; 
	padding-top: 20px; 
	padding-left: 60px; 
	margin: 20px 35px 35px 35px;
    height: 50px; text-align:center; 
}
#wishlistPage div.emptyWishlistPanel span.message { font-size: 18px; font-weight: normal; color: #666666; }

/* serial keys page */
#account_serialKeyPage div.content {width:100%;overflow:scroll;}

#accountPage div.tabpane { position:relative; }
#accountPage div.tabpane .ui-notify { position:absolute; }
.wishlistPasswordWidget { position:relative; }
.wishlistPasswordWidget .ui-notify { position:absolute; }

/* styles for paged list of data */
table.pagedList { width:100%; border:solid 1px #e4e4e4; border-collapse:collapse; }
table.pagedList tr.oddRow { background-color:#fff; }
table.pagedList tr.oddRow td { color: #000000; padding: 10px; }
table.pagedList tr.evenRow { background-color:#f5f5f5; }
table.pagedList tr.evenRow td { color: #000000; padding: 10px; }
table.pagedList tr.empty td { font-size:1.1em; font-style:italic; padding:10px; text-align:center; }
table.pagedList td { border:solid 1px #e4e4e4; padding:4px; text-align:center}
table.pagedList th { padding: 7px 4px; font-weight:bold; background-color:#e4e4e4; margin:0; border: solid 1px #e4e4e4;}
table.pagedList th a { color: #005b90; text-decoration:underline; }
table.pagedList th a:hover { color: #005b90; text-decoration:underline; }
table.pagedList td a { color: #005b90; }
table.pagedList td a:hover { color: #e5a704; text-decoration:none;}
table.pagedList th.thumbnail { border-right:none; text-align:left; width:60px; }
table.pagedList td.thumbnail { border-right:none; text-align:center; width:60px; }
table.pagedList th.itemName { border-left:none; }
table.pagedList td.itemName { border-left:none; text-align:left; }
table.pagedList th.quantity { width:60px; }
table.pagedList td.quantity { width:60px; }
table.pagedList th.sku { width:80px; }
table.pagedList td.sku { width:80px;text-align:left;}
table.pagedList th.price { width:70px; }
table.pagedList td.price { width:70px; }
table.pagedList th.manufacturer { width:100px; }
table.pagedList td.manufacturer { width:100px; }
table.pagedList th.categories { width:120px; }
table.pagedList td.categories { width:120px; }
table.pagedList th.actions { width:100px; }
table.pagedList td.actions { width:100px; }
table.pagedList th.orderItems { text-align:left; }
table.pagedList td.orderItems { text-align:left; }

textarea.MoreDetails { width:315px; height:75px;}

/******************************************************************************************/
/* end my account area styling                                                            */
/******************************************************************************************/

/******************************************************************************************/
/* begin ajax related styling                                                             */
/******************************************************************************************/

/* popup dialog related styles */
.popupOuterWrapper {overflow:hidden;width:1px;height:1px;} /* prevents the screen from dynamically resizing when the popup shows */
.modalBackground { background-color:Gray; filter:alpha(opacity=70); opacity:0.7; }
.modalPopup { background-color:#ffffff; border-width:2px; border-style:solid; border-color:005b90; width:500px;}
.modalPopup .header, .modalPopupHeader {cursor:move; background-color:#005b90; border:solid 1px 000; color:#fff; padding:6px; font-weight:bold; font-size:1.1em;}
.modalPopup .modalPopupContent {padding:8px;}
.addAddressPopup {width:500px;}
.editAddressPopup {width:500px;}
.shipEstimatePopup {width:450px;}

/* ajax progress styling */
#ajaxProgressOuter 
{
    border: 0; padding: 0; margin: 0; 
	position:fixed; 
	width:100%;
	height:100%;
	left: 0; top:0; bottom:0;
	background-color: #444444; 
	opacity: .65;
    filter: alpha(opacity=65);
	z-index: 1000;
}

#ajaxProgressInner
{
	padding: 0; 
	background: #FFFFFF url(images/processing.gif) no-repeat 50%; 
	position: absolute; 
    left:48%;
	top:25%; 
	margin-left:-100px; 
	width:200px; 
	height:200px;		
	border: solid 2px #444444; 
	opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1001;
}

/* Main Product Image */
div.mainImageArea {height:250px;display:table;margin:10px auto;position: relative; max-width: 350px;}
div.mainImageArea div.mainImageWrapper {display:table-cell;vertical-align:middle;top: 50%; border: 1px solid #ccc;}
div.mainImageArea div.mainImageWrapper div.mainImage {position: relative; top: -50%}

/* product image thumbnails */
.additionalImages 
{
    position: relative;
    margin: auto;
    width: 350px;
}
div.thumbnailsList {}
div.thumbnailsList ul {list-style:none;}
div.thumbnailsList ul li {display:inline;}
div.thumbnailImage
{
    margin:2px;
    border: 1px solid #ccc;
    text-align: center;
    display:inline-block;
}

div.thumbnailImage img, div.thumbnailsList a img{border:none;}

.socialMediaLinksDialog .fb_edge_comment_widget  { display:none; }

/******************************************************************************************/
/* end ajax related styling                                                               */
/******************************************************************************************/

/******************************************************************************************/
/* begin admin panel related styling                                                             */
/******************************************************************************************/

#adminPanel {padding:10px 15px 10px 15px; background-color:#FFF; border-top:1px solid #000;}
#adminPanel .rowHeader {font-weight:bold;}
#adminPanel div.editItemPanel {padding: 0 0 10px;}
#adminPanel div.displayPagePanel {}

/******************************************************************************************/
/* end admin panel styling                                                               */
/******************************************************************************************/

/******************************************************************************************/
/* begin UmbracoCMS/non-store styles                                                      */
/******************************************************************************************/

/*** HOME ***/

#content { margin: 0 10px 0 10px; font-family: Calibri, Optima, Arial, sans-serif; }
.frontPage #contentTop { margin-bottom: 15px; }
.frontPage #contentTop h1 { color: #0c1c47 !important; }
.frontPage #contentTop h2 { color: #252525; text-transform: none; font-size: 1.5em; font-weight: normal; margin-bottom: 10px; }
.frontPage #contentTop h4 { color: #cc0c00; font-size: 1.5em; margin-bottom: 10px;}
.frontPage #contentTop a { color: #0c1c47; text-decoration: underline; }
.frontPage #contentTop a:hover { color: #cc0c00; text-decoration: underline; }
.frontPage #contentTop p { font-size: 1.15em; line-height: 1.25em; }

#content.frontPage #contentTop #contentTopLeft { width: 38%; padding-right: 2%; border-right: 1px #e4e4e4 solid; float: left; margin-right: 15px; }
#content.frontPage #contentTop #contentTopRight .rowWrapper { 
	float: right; width: 55%; position: relative; margin-bottom: 20px;
}
#content.frontPage #contentTop #contentTopRight .rowWrapper img { border: 1px #CCCCCC solid; }
.rowWrapper .categoryCol1 {
position: absolute;
left:10px;
width:29%;
}
.rowWrapper .categoryCol2 {
width: 29%;
margin-left: 199px;
margin-right:199px;
margin-left: 201px;
margin-right:201px;
} 
html>body .rowWrapper .categoryCol2 {
margin-left: 36%;
margin-right:30%;
}
.rowWrapper .categoryCol3 {
position: absolute;
right:10px;
top:0;
width:29%;
}

#content.frontPage #homeAds { 
	width: 97%; 
	clear: both; 
	position: relative;
	min-height: 80px;
	border: 2px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
	
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-left-topright: 10px;
	-moz-border-right-bottomright: 10px;
	
	box-shadow: 3px 3px 4px #ccc;
	-moz-box-shadow: 3px 3px 4px #ccc;
	-webkit-box-shadow: 3px 3px 4px #ccc;
	-ms-filter: "none";
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc')"; /* For IE 8 */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc'); /* For IE 5.5 - 7 */ }
.frontPage #homeAds h2 { color: #cc0c00; text-transform: uppercase; margin-bottom: 0 !important; font-weight: bold !important; }
.frontPage #homeAds p { font-size: 1.15em; }
.frontPage #homeAds #adLeft { 
position: absolute;
left:10px;
width:29%;
}
.frontPage #homeAds #adCenter {
width: 29%;
margin-left: 199px;
margin-right:199px;
margin-left: 201px;
margin-right:201px;
} 
html>body .frontPage #homeAds #adCenter {
margin-left: 36%;
margin-right:30%;
}
.frontPage #homeAds #adRight {
position: absolute;
right:10px;
top:10px;
width:29%;
}

/*** END HOME ***/

/*** CONTENT PAGES ***/

#contentHeader h2 { color: #0c1c47; text-transform: uppercase; font-family: Calibri, Optima, Arial, sans-serif; font-size: 2em; font-weight: bold; line-height: 1.5em margin: 0;}
#content { margin: 0 10px 0 10px; font-family: Calibri, Optima, Arial, sans-serif; }
#contentTop { margin-bottom: 15px; }
#contentTop h1 { color: #0c1c47 !important; }
#contentTop h2, #ContentBody h2 { color: #252525; text-transform: none; font-size: 1.5em; font-weight: normal; margin-bottom: 10px; }
#ContentBody h3 { font-size: 1.25em; text-transform: uppercase; color: #252525; }
#contentTop h4 { color: #cc0c00; font-size: 1.5em; margin-bottom: 10px;}
#contentTop a, #ContentBody a { color: #0c1c47; text-decoration: underline; }
#contentTop a:hover, #ContentBody a:hover { color: #cc0c00; text-decoration: underline; }
#contentTop p, #ContentBody p { font-size: 1.15em; line-height: 1.25em; }
#contentTopLeft .box { margin-left: 20px; }
#contentTopLeft select { margin-bottom: 10px; }
#ContentBody table { margin-bottom: 10px; }
#ContentBody table tr td { font-size: 1.15em; line-height: 1.25em; padding: 0 15px 5px 0; }
#ContentBody table tr td input[type="text"] { 
	border: 2px inset !important;
	border-radius: 3px;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	padding: 5px; }
#ContentBody table tr td input[type="text"]:focus { outline: none; }
#ContentBody table tr td textarea { resize: none; width: 100% !important; }
#ContentBody table tr td textarea:focus { outline: none; }
#body #subNavigation { display: none; }
.FeedbackOK { font-family: Calibri, Optima, Arial, sans-serif; color: #cc0c00 !important; font-weight: bold !important; font-size: 16px !important; }

/*** END CONTENT PAGES ***/

/*** RMA REQUEST ***/

#ContentBody .RMAProductPanel { 
	font-size: 1.15em;
	line-height: 1.25em;
	padding: 0 15px 5px 0; }
#ContentBody .RMAProductPanel input[type="text"] {
	margin-bottom: 10px;
	margin-top: 5px;
	border: 2px inset !important;
	border-radius: 3px;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	padding: 5px; }
#ContentBody .RMAProductPanel input[type="text"]:focus { outline: none; }
#ContentBody textarea { border-radius: 3px; transition:.2s linear; -webkit-transition:.2s linear; -moz-transition:.2s linear; padding: 5px; resize: none; border: 1px #CCCCCC solid; width: 50% !important; }
#ContentBody textarea:hover { box-shadow: 0px 0px 3px #0c1c47 !important; }
#ContentBody textarea:focus { box-shadow: 0px 0px 3px #252525; outline: none; font-style: normal; color:#000000 !important; }

/*** END RMA REQUEST ***/

/******************************************************************************************/
/* end UmbracoCMS/non-store styles                                                        */
/******************************************************************************************/