@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'ProximaNovaRegular';
    src: url('font-face/proximanova-regular-webfont.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'ProximaNovaRegular';
    src: url(//:) format('no404'),
     url('font-face/proximanova-regular-webfont.woff') format('woff'), 
     url('font-face/proximanova-regular-webfont.ttf') format('truetype'), 
     url('font-face/proximanova-regular-webfont.svg#ProximaNovaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen {

/******************************************************************************************/
/* global styles common to all pages [ AbleCommerce Theme ]                               */
/******************************************************************************************/

* { margin: 0; padding: 0; outline:0; }

/* styling for the page body */
body
{
	font-size: 12px;
    line-height: 1.3;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #000;
    background:#eeeeee url('images/body-bg.png') repeat-x 0 0;
}

a { color: #0252aa; text-decoration: none; cursor:pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

input { font-size: 13px; padding:2px; }
input[type="checkbox"] { margin-right:5px; }
text { padding:2px; }
select { font-size: 13px; padding:2px; }
input[type="textarea"] { overflow: auto; padding:2px; font-size:13px; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }

.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.shell { width:900px; margin:0 auto; position: relative; }

#header {  }

h1#logo { width:236px; height:70px; position:absolute; top:33px; left:10px; }
h1#logo a { width:236px; height:70px; background:url('images/logo.png') no-repeat 0 0; float:left; display:inline; font-size: 0; line-height: 0; text-indent: -4000px;  }

.top-menu { height:26px;  float: right; display: inline;  }
.top-menu span { width:21px; height:26px; float:left; display:inline; background:url('images/top-menu.png') no-repeat 0 0;  }
.top-menu ul { list-style:none; height:26px; padding:0px 29px 0px 0px; background:url('images/top-menu.png') no-repeat right 0; float:left; display:inline; }
.top-menu ul li { float:left; display:inline; padding-left:18px;  }
.top-menu ul li.cart { background:url('images/cart.png') no-repeat 0 7px; margin-left:10px; }
.top-menu ul li a { font-size:12px; color:#fff; font-weight: bold; line-height: 26px; font-family: 'ProximaNovaRegular';  }

#header .ad { float: right; display: inline; margin-top:20px; margin-right:20px; }

#navigation { background:url('images/navigation.png') no-repeat 0 0; height:44px; width:900px; margin-top:14px; }
#navigation .left-area { width:360px; float:left; display:inline; margin-left:10px; margin-top:10px; }
#navigation .left-area p { font-size:14px; color:#fff; line-height: 24px; }
#navigation .left-area p a { font-size:14px; color:#facb1e; }
#navigation .search  { }
#navigation .search input.field { width:139px; padding:4px 0; font-size:12px; float:left; display:inline; }
#navigation .search input.submit { width:30px; height:25px; float:left; display:inline; background:url('images/go-button.png') no-repeat 0 0; border:0; margin-right:30px; margin-left:2px; cursor:pointer; padding:0px; }

ul { padding-left:40px; }

#navigation ul { list-style:none; float: right; display: inline; padding:0px; }
#navigation ul li { float:left; display:inline;font-size:14px; color:#fff; padding-right:27px; line-height: 44px; }
#navigation ul li a { font-size:14px; color:#fff; line-height: 44px; font-weight:bold; font-family: 'ProximaNovaRegular';  }

/* default no borders for all images */
img { border: none 0 #FFF }

/* default ul */
/*ul { margin: 2px 0 2px 20px;} */

/* default styling for links */
a{text-decoration: none; color: #304FBA;}
/*a { color:#8C0901; }*/
a:hover { text-decoration:underline; }

/* link styling for links that are highlighted on a page */
a.highlight { font-size:13px; color:#000000; padding-top:5px; padding-bottom:5px; margin-top:5px; text-decoration:none; text-transform:uppercase; }
a.highlight:hover { text-decoration:underline; }

a.smallHighlight { color:#000000; font-size:11px; text-decoration:none; }
a.smallHighlight:hover { text-decoration:underline; }

/* links for header */
a.headertextlink { text-transform:uppercase; color:White; padding-right:15px; font-size:11px; }
a.headertextlink:hover { text-decoration: underline}
a.headertextlink:visited { text-decoration:none; color:White; }

a.cartlink { background: transparent url(images/mo_cart.gif) no-repeat scroll 0% 0%;   }

/* links for nav bar */
a.navtextlink { text-transform:uppercase; font-size:12px; color:#212121; padding-right:20px;  }
a.navtextlink:hover { text-decoration: underline}
a.navtextlink:visited { text-decoration:none; color:#212121; }

/* default styling for input elements */
input { vertical-align:middle; }

/* style for buttons */
input.button, a.button
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color:#ffcc33;
	/*background:#A22F0E url(images/mo_btnBackground.gif) repeat-x center;  */
	border: solid 1px #e2b605;
	font-size: 10px;
	text-transform: uppercase;
	color:#333333;
	font-weight: bold;
	cursor:pointer;
	margin: 1px 0px;
	text-align:center;
	text-decoration:none;
	vertical-align: middle;
	font-weight:900;
	white-space: nowrap;
	padding: 0px 3px;
}
a.button
{
	padding: 4px 5px 4px 5px;
	display:-moz-inline-box; /* inline-block is not supported by firefox*/
	display:inline-block;
}
input.button
{
	height:21px;
}

a.button:hover
{
	padding: 4px 5px 4px 5px;
	display:-moz-inline-box; /* inline-block is not supported by firefox*/
	display:inline-block;
}
input.button:hover
{
	height:21px;
}

/* style for passive buttons that are not focus */
input.passivebutton, a.passivebutton
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color:#eeeeee;
	border: solid 1px #bcbcbc;
	font-size: 10px;
	text-transform: uppercase;
	color:#333333;
	font-weight: bold;
	cursor:pointer;
	margin: 1px 0px;
	padding: 10px;
	text-align:center;
	text-decoration:none;
	vertical-align: middle;
	font-weight:900;
	white-space: nowrap;
}
a.passivebutton
{
	padding: 4px 5px 4px 5px;
	display:-moz-inline-box; /* inline-block is not supported by firefox*/
	display:inline-block;
}
input.passivebutton
{
	height:21px;
}
input.passivebutton:hover, a.passivebutton:hover
{
	color: #B20000;
}
a.passivebutton:hover
{
	padding: 4px 5px 4px 5px;
	display:-moz-inline-box; /* inline-block is not supported by firefox*/
	display:inline-block;
}
input.passivebutton:hover
{
	height:21px;
}

/* style for button hover state 
input.button:hover, a.button:hover
{
	color: #FFFFFF; text-decoration:none;
}*/

/* style for a paragraph element to highlight */
p.highlight
{
	font-weight:bold;
	color:#575757;
	padding-top:5px;
	margin-top:5px;
	text-decoration:none;
}

/* 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-bottom: 3px;}
.paymentErrorCondition{font-weight: bold; font-size:14pt; color: #FF0000; padding-bottom: 3px;}

/* style for element that acts as a spacer between other elements */
.spacer
{
	clear:both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
}

/* container for the breadcrumbs trail */
.breadCrumbPanel {padding: 5px 10px; font-family:'ProximaNovaRegular'; }
.CategoryBreadCrumbs{ font-size:12px; padding: 7px 30px; background-color:#B20000; font-family:'ProximaNovaRegular'; font-weight:bold;}
.CategoryBreadCrumbs a { color:#fff; text-decoration:none; font-weight:bold; }
.CategoryBreadCrumbs a:hover { text-decoration:underline; }
.breadCrumb { float:left; width:60%; color:#fff; }
.breadDesc { float:right; width:40%; text-align:right; }
.breadDesc h1 { font-size:15px; margin:0px; color:#FFF; font-weight:bold; text-transform:uppercase;}

/* link in the breadcrumbs trail */
.breadCrumbLink{text-decoration: underline; text-indent: 0px; color:#5872CB; margin:4px 0 8px 0; padding:4px 0 8px 0; border:1px solid #FF0000;}

/* generic styling for a suggested retail price */
.msrp { text-decoration:line-through; font-weight:bold; }

/* applied to ajax progress update */
#centeredProgress
{
	width: 300px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -200px;
	z-index: 99;
	color: #FFFFFF;
	border: 5px solid #C1C1C1;
	background: #FFFFFF url(images/processing.gif) no-repeat 50%;
}

/* background style for the screen when an ajax progress update is displayed */
#ajaxProgressBg
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: absolute;
    background-color: #000000;
    opacity: 0.3;
    filter: Alpha(opacity:30);
    z-index: 0;
}

/* style for the ajax progress indicator */
#ajaxProgress
{
    border: 0px;
    padding: 0px;
    position: absolute;
    background-color: #FFFFFF;
	background: #FFFFFF url(images/processing.gif) no-repeat 50%;
    z-index: 1;
    left:50%;
    margin-left:-100px;
    width:200px;
    height:200px;
    border: solid 2px grey;
}

hr { width:100%; height:1px; border:0; background-color:#ccc; color:#ccc; }

h2 { font-size:12px; }

h2.sectionHeader
{
    background:#333333;
	padding-left: 10px;
	border:0px solid #999;
	margin:0 0 5px 0;
	height:27px;
	line-height:27px;
	color: #fff; 
	font-weight:bold;
}

.welcomeImage 
{
}
.welcomeText
{
}


/******************************************************************************************/
/* styles to support the page layout                                                      */
/******************************************************************************************/

/* container for the left sidebar content */
#leftSidebarPanel {
	width: 173px;
	margin: 0 0px 0 0;
	padding: 0 0 0 1px;
	background-color: #FFFFFF;
	border-width: 0;
}

/* content section in the left sidebar */
#leftSidebarPanel .section
{
	margin: 0px 0px 2px 0px;
	padding: 0 0 0 0;
}

/* header in left sidebar content section */
#leftSidebarPanel .section .header
{
	height: 26px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #5A73CC url(images/section_header_bg1.gif) repeat-x;
}

/* caption in left sidebar content section header */
#leftSidebarPanel .section .header h2
{
	color: #FFFFFF;
	text-indent:30px;
	font-size: 14px; 
	line-height: 26px;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: url(images/header_icons.gif) no-repeat 0px 0px;
}

#leftSidebarPanel .section .content { padding:0px; }

/*---------------------------------------*/
/*- styles for right sidebar            -*/
/*---------------------------------------*/

/* container for the right sidebar content */
#rightSidebarPanel
{
	width: 150px;
	margin: 0 0 0 0;
	padding: 0 15px 0 15px;
	background-color: #FFFFFF;
	border-left:1px solid #999; 
}

/* content section in the right sidebar */
#rightSidebarPanel .section
{
	margin: 0px 0px 1px 0px;
	padding: 0 0 0 0;
}

/* header in right sidebar content section */
#rightSidebarPanel .section .header
{
	background: url(images/back.gif);
	height: 30px;
	color: #999999;
	margin: 10px 0px 2px 0px;
	padding: 0 0 0 0;
}

/* caption in right sidebar content section header */
#rightSidebarPanel .section .header h2
{
	float:left;
	width: auto;
	/* text-indent: 26px; */
	font-size: 14px; 
	line-height: 26px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #666666;
	height: 26px;
}

/* link in right sidebar content section header */
#rightSidebarPanel .section .header a
{
	float:right;
	text-decoration:underline;
	color:#000000;
	padding:2px 3px 0 0;
	margin:2px 3px 0 0;
}

/* link (hover) in right sidebar content section header */
#rightSidebarPanel .section .header a:hover
{
	float:right;
	text-decoration:underline;
	color:#984700;
	padding:2px 3px 0 0;
	margin:2px 3px 0 0;

}

/* content section in the left sidebar */
#rightSidebarPanel .section .content { padding:4px; }


/* additional styling usually applied to content area when no footer is displayed */
#rightSidebarPanel .section .nofooter
{
	/*border-bottom: solid 1px #636363;*/
}

/* footer for firhg sidebar content section */
#rightSidebarPanel .section .footer
{
	background:/* #DCDCDC */url(images/sectionFooterBackground.gif) repeat-x left top;
	height:24px;
	line-height:24px;
	margin:0px;
	color:#8C0901;
	margin-top:8px;
	padding: 0 2px;
}
.Cell { padding: 5px;}
.onePageCheckoutCell { padding: 10px;}
.expressCheckoutCell {padding:5px;}
.ourDepartmentsCell{padding:5px; line-height:18px;}
/*---------------------------------------*/
/*- styles for main content panel       -*/
/*---------------------------------------*/

/* container for the main panel content */
#mainPanel 
{
	padding: 1px 1px 20px 1px;
	margin: 0px;
	background-color: #FFFFFF;
}

/* used to display a content section in the main panel */
#mainPanel .section { margin-bottom:5px; border:solid 1px #cccccc; }
#mainPanel .prodSection { margin-top:15px; }

/* header for content section in the main panel */
#mainPanel .section .header 
{
	margin-bottom:9px;
	color:#FFFFFF;
	background-color:#B20000;
	height:28px;
	padding: 0px 10px;
	line-height:28px;
	/* background: transparent url(/App_Themes/AbleCommerce/images/mo_barNav.gif) repeat-x scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; */
}

/* the header / caption of a content section */
#mainPanel .section .header H2
{
	margin:0px;
	height:25px;
	line-height:27px;
	font-size:13px;
	text-indent:7px;
	color:#FFFFFF;
	font-weight:bold;
}

#mainPanel .section .content .ProductItemView { border: solid 1px #b9b9b9;}
#mainPanel .section .content .ProductItemViewOdd { border: solid 1px #b9b9b9;}

H2.preference
{
	background: url(images/section_header_bg.gif) repeat-x;
	height:29px;
	line-height:24px;
	padding: 0 5px 0 4px;
	margin:0px;
	color:#FFFFFF;
	margin-left:4px;
	margin-right:4px;
}
/* the content area of the content section */
#mainPanel .section .content { padding:10px; }

/*---------------------------------------*/
/*- end styles for content section      -*/
/*---------------------------------------*/

/*---------------------------------------*/
/*- styles for dialog section           -*/
/*---------------------------------------*/

/* used to display a dialog box in the main panel */
#mainPanel .dialogSection
{
	background: #FFFFFF;
	border-top:solid 1px #FFFFFF;
	/*border-right: solid 1px #636363;
	border-left: solid 1px #636363;*/
}

/* header for dialog box in the main panel */
#mainPanel .dialogSection .header
{
    background-color:#333;
	height:24px;
	line-height:24px;
	padding: 0px 8px;
	margin:0px;
	border:1px solid #ccc;	
}

/* the header / caption of a dialog box */
#mainPanel .dialogSection .header h2
{
	/*background-color:#9A9A9A;*/
	color:#fff;
	margin:0 0 0 0;
	/*font-weight:bold;*/
	font-size:12px;
	float:left;
	line-height:27px;
}

/* link style within the header of a dialog box */
#mainPanel .dialogSection .header a
{
	float:right;
	text-decoration:underline;
	color:#000000;
}

/* link style within the header of a dialog box (hover) */
#mainPanel .dialogSection .header a:hover
{
	float:right;
	text-decoration:underline;
	color:#8C0901;
}

/* the content area of the dialog box */
#mainPanel .dialogSection .content { padding:2px; border:1px solid #ccc; margin-top:2px; min-height:180px; }
#mainPanel .dialogSection .content table th.rowheader{background-color:White;}
#mainPanel .dialogSection .content table td.txt{}


/* additional styling usually applied to content area when no footer is displayed */
#mainPanel .dialogSection .nofooter { border-bottom: solid 1px #ccc; }

/* footer for dialog box */
#mainPanel .dialogSection .footer
{
	background: #DCDCDC url(images/sectionFooterBackground.gif) repeat-x left top;
	height:24px;
	line-height:24px;
	margin:0px;
	color:#8C0901;
	margin-top:8px;
}

/*---------------------------------------*/
/*- end styles for dialog section       -*/
/*---------------------------------------*/

/* styling for validation summaries that appear in the main panel */
#mainPanel .validationSummary { margin-bottom:6px; }

/* outer wrapper for the main page content */
#outerContentWrapper
{
	text-align: center;
	/*width: 100%;*/
}

/* inner wrapper for the main page content */
#innerContentWrapper
{
	/*width:99%;*/
	border-left:solid 1px #DFDFDF;
	border-right:solid 1px #DFDFDF;
	margin: 0 0 0 0;
	text-align: left;
}

/* container for the page content 
#contentLayout
{
	border: 4px solid #FFFFFF;
}*/

/* additional style required when container is a table */
table#contentLayout
{
	width:100%;
}

/******************************************************************************************/
/* end styles to support the page layout                                                  */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the store header section                                                    */
/******************************************************************************************/
/*#outerFrame
{
	border:1px solid #FF0000;
}
/* style for the outer store header container */


/******************************************************************************************/
/* styles for the store footer section                                                    */
/******************************************************************************************/

/* container for the store footer */
#footer {
	margin:0px 0px 0px 0px;  /* margin bottom not visible in IE */
	clear:both; margin-bottom:10px
}

/* paragraph within the store footer */
#footer .footerDesc {
    background-color:#222222;
	color: #E1E1E1;
	padding: 20px;
	font-size:11px;
	text-align:left;
}

/* paragraph within the store footer */
#footer .footerDesc h1 {
	font-size:11px;
	font-weight:bold;
	display:inline;
}

/* paragraph within the store footer */
#footer .footerDesc h2 {
	font-size:11px;
	font-weight:bold;
	display:inline;
}

#footer .nav {
	margin-bottom:5px;
	padding:0px;
	background: #FFF url(images/mo_barNav.gif) repeat-x scroll 0% 0%;
	height: 28px;
}

/* link within paragraph in the store footer */
#footer .nav a {
	text-decoration:none;
	padding: 0px 10px;
	color:#FFFFFF;
}

/* alter styling of first link within paragraph in the store footer */
#footer .nav a:first-child
{
	border-left: none;
}

/******************************************************************************************/
/* end styles for the store footer section                                                */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the store navigation section                                                */
/******************************************************************************************/

/* container for the store navigation links */
#storeNav 
{
	margin: 2px 1px;
	width: 198px;
}

/* default style for hyperlink in store navigation */
#storeNav a
{
	background-color: #000000;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding: 8px 3px 8px 40px;
	border-bottom: 1px solid #FFFFFF;
}

/* default style for hyperlink in store navigation (hover) */
#storeNav a:hover
{
	background-color: #000000;
	color:#F99034;
	font-weight:bold;
	text-decoration:underline;
	display:block;
	padding: 8px 3px 8px 40px;
	border-bottom: 1px solid #FFFFFF;
}

/* additional style for basket link */
#storeNav a.basket { background: #000 url(images/storeNav_basket.jpg) no-repeat 5px 3px; }
/* additional style for wishlist link */
#storeNav a.wishlist { background: #000 url(images/storeNav_wishlist.jpg) no-repeat 5px 3px; }
/* additional style for account link */
#storeNav a.account { background: #000 url(images/storeNav_account.jpg) no-repeat 5px 3px; }
/* additional style for login link */
#storeNav a.login { background: #000 url(images/storeNav_login.jpg) no-repeat 5px 3px; }
/* additional style for logout link */
#storeNav a.logout { background: #000 url(images/storeNav_logout.gif) no-repeat 5px 3px; }
/* additional style for admin link */
#storeNav a.admin { background: #000 url(images/storeNav_admin.gif) no-repeat 5px 3px; }

/******************************************************************************************/
/* end styles for the store navigation section                                            */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the store search dialog                                                     */
/******************************************************************************************/

/* styling for the search dialog container */
#storeSearch
{

	width: 530px;
	padding: 0;
	margin: 0 20px;
	display: block;
}

/* styling for the search keywords text box */
#storeSearch input.keywords
{
	border:1px solid #EE8122;
	width:131px;
	height:15px;
	padding:2px 0 0 4px;
}

/* styling for the search button */
#storeSearch input.searchButton {
	margin:0;
	padding-top:2px;
	vertical-align: bottom;
}

/* styling for the tagline in the search image */
#storeSearch .tagline
{
	font-family:Arial;
	font-size:24px;
	color:#4A4A48;
	width:250px;
	margin-right:45px;
}

.storeSearch { margin:0px 10px; }

/******************************************************************************************/
/* end styles for the store search dialog                                                 */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the page header                                                             */
/******************************************************************************************/

/* standard page header: featured products, featured gear guides, cart, etc */
div.pageHeader
{
	margin:0px 0px 5px 0px;
	color:#fff;
	background-color:#B20000;
	/*background-image:url(images/pgHeaderBg.gif);*/
	height:28px;
	padding: 0px 10px 0px 10px;
	line-height:28px;
}

/* standard page header caption: featured products, featured gear guides, etc */
div.pageHeader H1
{
	margin:0 0 0px 0;
	padding:0 0 0px 0;
	color:#fff;
	margin:0px;
	font-size:15px;
	font-weight:bold;
}
div.pageHeader H2
{
	margin:0 0 4px 0;
	padding:0 0 5px 0;
	color:#fff;
	margin:0px;
	font-size:16px;
	font-weight:bold;
}

/* standard page header content */
div.pageHeader div.content
{
	padding:3px;
}

/******************************************************************************************/
/* end styles for the page header                                                         */
/******************************************************************************************/

/******************************************************************************************/
/* default styling for generic input forms                                                */
/******************************************************************************************/

/* container for form */
table.inputForm { }

/* default styles for cells in form*/
table.inputForm th, table.inputForm td {padding:2px;} 

/* styling for row headers in form */
table.inputForm .rowHeader
{
	background: #FFFFFF;
	color: #333333;
	padding: 6px;
	text-align:right;
}

/* style for links that appear within rowheader */
table.inputForm .rowHeader a {
	border:1px solid #650101;
	width:100%;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	font-weight:bold;
	text-align:left;
	padding: 6px;
}

/* set style for other elements within rowheader */
table.inputForm .rowHeader * {	font-weight: bold; font-size: 12px; }

/******************************************************************************************/
/* end default styling for generic input forms                                            */
/******************************************************************************************/

/******************************************************************************************/
/* styling for pager controls                                                             */
/******************************************************************************************/

/* style for paging container */*
.paging { text-align: right; font-size: 13px; font-weight: bold; display:inline; margin-left:7px; }
/* span within the paging container - this is actually the active page index */
.paging span , .paging .current { margin: 0px 0 0px 1px; color: #CC3300; }
/* link within paging container */
.paging a { color: #666666; text-decoration:none; }
/* link(hover) within paging container */
.paging a:hover { color: #CC3300; }

/******************************************************************************************/
/* end styling for pager controls                                                         */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the simple category list (such as might show on the home page)              */
/******************************************************************************************/

/* list container for categories */
ul.category
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	/*list-style-image: url(images/bullet1.gif);*/
	
}

/* category list item */
ul.category li
{
	/*background: url(images/bullet1.gif) no-repeat 3px 5px;*/
	margin:0 0 0 0;
	padding:0 0 0 0 ;
	border-bottom: 1px solid #80A1CF;
	background-color: #E3EFFF;
	/*padding: 0 0 0 15px ;
	border-bottom: solid 1px #DCDCDC;
	color:#8C0901;
	background: url(images/bullet1.gif) no-repeat 0px 5px;
	background: url(images/bullet2.gif) no-repeat 0px 5px;*/
}

/* link within the category list item */
ul.category li a
{
	display: block;
	background: url(images/left_panel_item_bg.gif) no-repeat top left;
	/*height:29px;*/
	padding: 8px 0 8px 0;
	/*vertical-align:middle;
	height: 28px;*/
	color: #003274;
	text-indent:21px;
	line-height:12px;
}

/* link within the category list item (hover) */
ul.category li a:hover {padding: 8px 0 8px 0; background: url(images/left_panel_item_bg_hover.gif) no-repeat top left; color:#6B6239; /* height:29px;*/}

/******************************************************************************************/
/* end styles for the simple category list (such as might show on the home page)          */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the buy product form                                                        */
/******************************************************************************************/

.buyProductFormHolder { border:solid 1px #999999; background-color:#EDEDDE; padding:10px; }

/* container for the buy product form */
table.buyProductForm { width:100%; }

/* default style for cells within the buy product form */
table.buyProductForm td, table.buyProductForm th {
	padding:0px;
}

table.buyProductForm td.padded, table.buyProductForm th.padded {
	padding:3px;
}

/* style for row header in buy product form */
table.buyProductForm .rowHeader {
	border-width: 0px;
	padding:0px 10px;
}

.optionPicker td 
{
	border: outset 2px #999;
}

.optionPicker td.selected
{
	border: inset 2px #999;
}

/******************************************************************************************/
/* end styles for the buy product form                                                    */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the catalog nodes                                                           */
/******************************************************************************************/

/* wrapper for the catalog container */
.catalogWrapper { padding: 5px; }

/* container for catalog display */
.catalog { padding: 0px; }

/* node in the catalog display - used in flow layouts */
.catalog .flowNode
{
	text-align:center;
	margin:0px;
	padding:5px;
	float:left;
	width:238px;
	height:180px;
	border:1px solid #C4C4C4;	
}

/* node in the catalog display - used in table layouts */
.catalog .tableNode { padding: 20px 12px 3px 12px; vertical-align:top; border-bottom:solid 1px #cccccc; }
.catalog .tableNode div { }
.catalog .tableNode .thumbnail {}

/* for related items on the product page */
.catalog .relTableNode { padding: 20px 12px 12px 12px; vertical-align:top; }

/* node in the catalog display - used in table layouts */
.catalog .braTableNode { padding: 3px 12px 3px 12px; vertical-align:middle; border-bottom:solid 1px #cccccc; }
.catalog .braTableNode div { }
.catalog .braTableNode .thumbnail { margin:6px 0px 3px 0px;}

.dottedDivider {
    background-image:url(images/mo_dottedLine.gif);
    background-repeat:repeat-y;
    background-color:#cccccc;
    height:195px;
    width:1px;
    display:none;
}
.dottedDividerLong {
    background-image:url(images/mo_dottedLine.gif);
    background-repeat:repeat-y;
    background-color:#cccccc;
    height:275px;
    width:1px;
    display:none;
}

/* thumbnail image within the catalog display */
.catalog .thumbnail {
	display: block;
	width: auto;
	margin: 0 auto 5px;
	color:#01076C;
}

/* thumbnail image within the catalog display */
.catalog .cartLink 
{    
    vertical-align:bottom;    
    margin-top:10px;
    margin-bottom:20px;    
}


/* style for item separator */
.catalog .separator { border-right: dotted 1px #cccccc; margin:5px 0px; }

/******************************************************************************************/
/* end styles for the catalog nodes                                                       */
/******************************************************************************************/

/******************************************************************************************/
/* styles for featured products grid                                                      */
/******************************************************************************************/

/* container for the products grid */
table.productsGrid { }
.featuredProductContainer {	padding-bottom: 40px; }

/* cell that contains the product thumbnail */
td.thumbnail
{
	padding:2px;
	/* border:solid 1px #C4C4C4; */
	text-align:center;
}

/* cell that displays the product details */
td.details
{
	padding-left:5px;
}

/* style for separators in the grid */
/*.rowSeparator{padding-bottom: 3px; padding-top: 3px; background: url(images/h_dot1.gif) repeat-x left bottom;}
.itemSeparator{background: url(images/v_dot.gif) repeat-y left top; padding-right:5px;}*/

/******************************************************************************************/
/* end styles for featured products grid                                                  */
/******************************************************************************************/

/******************************************************************************************/
/* styles for product display pages                                                       */
/******************************************************************************************/

/* container for the product header */
div.productHeader 
{ 
	margin: 0 0 9px 0;
	padding: 0 0 0 0;
	background: #546FC8 url(images/section_header_bg1.gif) repeat-x 0px 0px;
	
}

/* container for content associated with product tab */
div.productTabDetail
{
	min-height:200px;
	border:1px solid black;
	padding:4px;
}

/* header within content associated with product tab */
div.productTabDetail H2
{
	background:#FFFFFF;
	border:solid 1px black;
	font-size:12px;
	font-weight:bold;
	padding:4px;
	margin:2px 0px 4px 0px;
}

/******************************************************************************************/
/* end styles for product display pages                                                   */
/******************************************************************************************/

/******************************************************************************************/
/* styles for search page                                                                 */
/******************************************************************************************/

/* container for the search filter controls */
.searchFilterPanel { }

/* header for the search filter panel */
.searchFilterHeader
{
	background: #526CC5 url(images/section_header_bg1.gif) repeat-x left top;
	height:24px;
	line-height:24px;
	padding:0px;
	color:#FFFFFF;
	/*border-bottom-style:groove;
	border-bottom-color:#6984AD;*/
	text-align:left;
	margin: 0 0 2px 0;
}

/* caption for the search filter panel header */
.searchFilterHeader h2
{
	background: url(images/header_icons.gif) no-repeat 0px 0px;
	margin:0px;
	font-weight:bold;
	font-size:12px;
	text-indent: 15px;
}

/* used for the show all link in the search filter panel */
.showAll { color:#425BB2; font-weight: bold; text-align: right; width: auto; display: block; padding: 2px; }
.showAll:hover { color:#001A72; }

/* links used to apply a different search criteria */
a.searchCriteria { text-decoration: none; display: block; background: url(images/hor_back_dark.gif) repeat-x bottom left; margin: 3px 5px; text-indent: 0px; padding: 0 3px 0 10px; color:#000000;}
a.searchCriteria:hover { color:#575757; }

/* style applied to search criteria caption in search panel */
h3.searchCriteria
{
	color:#000000;
	padding: 5px 0 2px 5px;
	margin: 5px 0 2px 5px;
	font-weight:bold;
	text-indent: 5px;
	font-size:12px;
}

.summarySection h3 { font-size:100%; }

/* header for the search sort header */
.searchSortHeader
{
	height:33px;
	line-height:33px;
	padding: 0 5px 0 4px;
	margin:0px 0px 0px 0px;
	color:#333333;
	background-color:#EEEEEE;
}

/* styling for span tag (text) within the search sort header */
.searchSortHeader span
{
	font-weight:bold;
}

/******************************************************************************************/
/* end styles for search page                                                             */
/******************************************************************************************/


/******************************************************************************************/
/* styles for the mini basket                                                             */
/******************************************************************************************/

#miniBasketMainBox {
	padding : 0px;
	font-size : 11px;
	position:relative;
	width: 100%;
}

.miniBasketItemBox {
	border-bottom : 1px #999 solid;
	padding : 3px;
	float:left;
	position:relative;
	width:200px;
}

.miniBasketIconBox {width:35%; float:left;}
.miniBasketItemTitleBox {float: none; position:inherit;}
.miniBasketItemTitleNoIconBox {padding-left:5px;}

.miniBasketItemTitle {font-size: 11px;}
.miniBasketItemTitle a{font-size: 11px;	color: #001188;}
.miniBasketItemTitle a:hover { color:#000000; }

.miniBasketSubItemTitle {font-size: 10px; padding: 0 0 0 4px; text-indent:0px; margin:  30px 5px 0 10px; clear:both;}
.miniBasketSubItemTitle li {
	font-size: 9px; list-style-type:none; list-style-image:url('images/miniBasketBullet.gif'); margin: 0 0 0 10px; }

.miniBasketQtyDeleteLine {
	padding : 1px 10px 10px 10px;
	background-color : transparent;
	clear: both; 
	text-align:center;
}

.miniBasketQtyInput {
	padding : 1px;
	margin-right : 3px;
	margin-top: 1px;
	width : 15px;
	Height : 12px;
	border : 1px gray solid;
	font-size : 9px;
}

.miniBasketPriceLabel, .miniBasketPrice  {
	font-size : 11px;
	font-weight : bold;
}
.miniBasketPrice {color : red;}

#miniBasketSubTotalBox {
  border-top : 1px #999 solid;
  background-color : white;
  padding : 3px;
  border-bottom : 1px #999 solid;
}

#miniBasketSubTotalBox #tax_label,#ship_label {
	font-weight : bold;
	font-size : 11px;
	width : 45%;
	float : left;
	text-align : right;
}
#miniBasketSubTotalBox #sub_label {
    float : left;
	font-weight : bold;
	font-size : 12px;
	width : 45%;
	text-align : right;
	padding : 3px;
}
#miniBasketSubTotalBox #tax_num,#ship_num {
	font-weight : normal;
	font-size : 11px;
	padding : 3px;
	width : 49%;
	float : left;
}

#miniBasketSubTotalBox #sub_num {
	font-weight : bold;
	font-size : 12px;
	color : red;
	padding: 3px;
	padding-bottom: 5px;
	width : 49%;
	float : left;
}

#miniBasketShippingEstimateBox {
  background-color : white;
  padding : 3px 0 3px 0;
}

#miniBasketCheckoutButtonBox {
  background-color : white;
  margin : 2 0 0 0;
  padding : 8px 0 8px 0;
  text-align:center;  
  border-top : 1px gray solid;
}

/******************************************************************************************/
/* styles for the basket                                                                  */
/******************************************************************************************/

/* container for message that displays when a basket is empty */
.emptyBasketPanel
{
	margin: 0;
	/*  background:url(images/empty_shop.gif) no-repeat 15%; */ 
	padding-top: 20px;
	padding-left: 0px; /* 60px; */ 
	margin: 20px 35px 35px 35px;
	height: 50px;
	text-align:center;
}
/*.emptyWishlistPanel
{
	margin: 0;
	background:url(images/wish_list.gif) no-repeat 15%;
	padding-top: 20px;
	padding-left: 60px;
	margin: 20px 35px 35px 35px;
	height: 50px;
	text-align:center;
}*/

/* message that displays when a basket is empty */
.emptyBasketPanel span.message
{
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}

/* links to products that are displayed in the basket contents */
a.basketProductLink {text-decoration: none; color:Red; font-weight:bolder;}
a.basketProductLink:hover {color:#000000;}

/* price that appears within a basket dialog */
.basketDialogPrice { font-weight:bold; }

/* container for message that displays when a basket dialog is empty */
div.emptyBasketDialogPanel { }

/* message that displays when a basket dialog is empty */
div.emptyBasketDialogPanel span.message
{
	text-align:center;
	font-style:italic;
	padding:5px;
}

/******************************************************************************************/
/* end styles for the basket                                                              */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the wishlist                                                                  */
/******************************************************************************************/

/* container for message that displays when a wishlist is empty */
div.emptyWishlistPanel
{
	margin: 0;
	background:url(images/wish_list.gif) no-repeat 15%;
	padding-top: 20px;
	padding-left: 60px;
	margin: 20px 35px 35px 35px;
	height: 50px;
	text-align:center;
}

/* message that displays when a wishlist is empty */
div.emptyWishlistPanel span.message
{
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}

/* links to products that are displayed in the wishlist contents */
a.wishlistProductLink {text-decoration: none; color:#636363; font-weight:bolder;}
a.wishlistProductLink:hover {color:#000000;}

/* price that appears within a wishlist dialog */
.wishlistDialogPrice { font-weight:bold; }

/* container for message that displays when a wishlist dialog is empty */
div.emptyWishlistDialogPanel { }

/* message that displays when a wishlist dialog is empty */
div.emptyWishlistDialogPanel span.message
{
	text-align:center;
	font-style:italic;
	padding:5px;
}

/******************************************************************************************/
/* end styles for the wishlist                                                              */
/******************************************************************************************/
	
/******************************************************************************************/
/* styles common to all checkout pages                                                    */
/******************************************************************************************/

/* checkout page header */
div.checkoutPageHeader
{
    margin-bottom:5px;
}

/* checkout page header caption */
div.checkoutPageHeader H1
{
	/*background: url(images/page_header.gif) no-repeat left 0px; */
	font-size: 18px; 
	color: #333333;
	padding: 3px 0;
	margin: 3px 0 6px 0;
	text-indent: 5px;
	border-bottom: 1px solid #999;
}

/* chekcout page header - styling for checkout steps */
div.checkoutPageHeader div.checkoutSteps
{
	background-color:#ccc;
	border:1px solid #999;
	padding:0;
	margin:4px 5px 4px 4px;
	float:right;
}

/* checkout page header content */
div.checkoutPageHeader div.content
{
	padding:0 15px 10px;
}

div.checkoutAlert { padding: 10px 0px 10px 15px; }

div.failedPaymentAlert { padding: 10px 0px 10px 15px; color:Red; font-weight:bold; }

div.payPalReminder { padding: 10px 0px 10px 15px; color:Red; }

/* used to contain the details for an individual shipment, used wherever information is organized by shipment */
div.shipmentSection
{
	margin-bottom:5px;
	border: solid 1px black;
	border-collapse:collapse;
}

div.shipmentSection div.header
{
	border: solid 1px black;
}

/* the header / caption of a shipment section, identifies which shipment is displayed */
div.shipmentSection H2
{
	margin:0px;
	/*border: 1px solid #C4C4C4;
	background-color: #E8E8E8;*/
	padding: 0 2px;
	height:25px;
	line-height:25px;
	font-size:12px;
}

/* the content of the shipment section */
div.shipmentSection .content
{
	padding:2px;
}

/* used wherever a list of order items is displayed */
table.itemList { width:100%; }

/* default column header styling for item list */
table.itemList th { height:27px; background-color:#ccc; color:#333 }

/* default column header styling for item list */
table.itemList th.columnHeader{margin:0px;background-color:#ccc;padding:7px 2px; }

/* default data cell styling for item list*/
table.itemList td { padding:3px 2px; } 
table.itemList td a{color: #304FBA;}

/* header styling for items column */
table.itemList th.items { }

/* styling for items column */
table.itemList td.items { }

/* header styling for price column */
table.itemList th.price { }

/* styling for price column */
table.itemList td.price { }

/* header styling for address column */
table.itemList th.address { }

/* styling for address column */
table.itemList td.address { }

/* used when checkout navigation buttons (e.g. continue, back) appear by themselves 
outside of any  other container.  */
.checkoutNavigation { margin-top:4px; margin-bottom:8px; }

/* used when the checkout navigation section has a validation summary.  */
.checkoutNavigation span.validation { display:block;margin-bottom:12px; }

/* contains the buttons or links in the checkout navigation section */
.checkoutNavigation span.buttons { }

/******************************************************************************************/
/* end styles common to all checkout pages                                                */
/******************************************************************************************/

/******************************************************************************************/
/* styles for table that lays out a form of data (such as an invoice)                     */
/******************************************************************************************/

/* table style */
table.form 
{
	margin: 4px 0px;
	border:solid 1px black;
	border-collapse:collapse;
 	page-break-inside:avoid;
	width:100%;
}

/* style common to headers and cells */
table.form td, table.form th
{
	padding:4px 8px;
}

/* styling for header cells  */
table.form th { font-weight:bold; font-size:14px; }

/* styling for header cell intended for vertical text */
table.form th.verticalText
{
	width:10px;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
}

/* additional styling for header cell */
table.form th.header { text-align:left; }

/* additional styling for caption */
table.form th.header span.caption { font-size:20px; }

/* style for cell that contains an address */
table.form td.address { width:180px; }

/* style for cell on right that should expand to the full width possible */
table.form td.expand { width:504px; }

/* style for cell that contains a datasheet */
table.form td.dataSheet { padding:0px; }

/* style for font within the datasheet */
table.form td.dataSheet * { font-size:12px; }

/* additional styling for datasheet that appears within a form */
table.form table.dataSheet { margin-bottom:-1px; }

/* styling for the total row */
table.dataSheet tr.totalRow td, table.dataSheet tr.totalRow th
{
	border-top: double 3px gray;
	border-bottom: double 3px gray;
	background-color:#656565;
	color:White;
}

/* this is the container for the order summary on the view order page */
table.form td.orderSummary { width:202px;padding:10px; }

/* style for the caption of the order summary panel */
table.form td.orderSummary h3 { margin: 0 0 2px 0; }

/* style for the invoice caption */
h1.invoice 
{
	margin: 0 0 6px 0;
	font-size:24px;
	font-weight:bold;
}

/* style for the store name */
h1.storeName
{
	margin: 0 0 6px 0;
	font-size:18px;
	font-weight:bold;
}

/******************************************************************************************/
/* end styles for table that lays out a form of data (such as an invoice)                 */
/******************************************************************************************/

/******************************************************************************************/
/* styles for checkout progress indicator                                                 */
/******************************************************************************************/

/* container for the checkout progress indicator */
.checkoutProgress
{
	/*  
    background: url(images/checkoutProgressBackground.gif) repeat-x; 
    border-left:1px solid #01076C;
    border-right:1px solid #01076C;
    height: 25px;
    color:#3D56AB;
    
    */
    color: #666;
	font-size:11px;
	text-transform:uppercase;
	margin:0px 4px;
	display:block;
	float:right;
}

/* default styling for span tags within the progress indicator */
.checkoutProgress span
{
    display: block;
	float: left;
	width: auto;
    padding: 3px 2px;
    margin: 0px 2px;	
}

/* styling for checkout stage container when it is active */
.checkoutProgress span.on
{
    font-weight:bold;	
	color: #000;
    
	/* 
    padding: 2px;
    margin: 1px;
    background: url(images/checkoutProgressActive.gif) no-repeat 50%; 
    border: 1px solid #01076C;
padding: 3px 2px;
    */
}

/* styling for checkout stage container when it is inactive */
.checkoutProgress span.off
{
    /*
	padding: 2px;
	margin: 1px;    
    */
}

/* style for checkout stage label when it is active */
.checkoutProgress span.on span
{

	/*
	border: 1px solid #01076C;	
	color: #01076C;
    */
}

/* style for checkout stage label when it is inactive */
.checkoutProgress span.off span
{
    /*
	padding: 2px 6px;
    */
}

/******************************************************************************************/
/* end styles for checkout progress indicator                                             */
/******************************************************************************************/

/******************************************************************************************/
/* styles for checkout steps                                                              */
/******************************************************************************************/

/* style for the outer container for checkout steps */
#storeHeader div.checkoutSteps
{
	background-color:#E5DECA;
	border:1px solid #BEB49D;
	padding:0px 0px 0px 0px;
	width:100%;
}

/******************************************************************************************/
/* end styles for checkout steps                                                          */
/******************************************************************************************/

/******************************************************************************************/
/* styles for select shipping address                                                     */
/* NOTE: This is used on both checkout/ShipAddress and Members/AddressBook                */
/******************************************************************************************/

/* style for the address book table */
table.addressBook
{
	width:98%;
	border: 1px solid #92A4BE;
}

/* caption for the address book */
table.addressBook th.caption
{
	border: 1px solid #92A4BE;
	background-color: #C2D9FC;
	padding: 0 2px;
	height:25px;
	margin: 5px 0 0 0;
	line-height:25px;
}

/* styling for the text container inside the caption */
table.addressBook th.caption .text
{
	float:left;
	display:block;
}

/* styling for the button container inside the caption */
table.addressBook th.caption .buttons
{
	float: right;
	display: block;
}

/* container for address book entries */
table.addressBook td.entries {border: 1px solid #92A4BE; text-align: left; padding: 5px;}

/* entry in the address book container */
table.addressBook .entry
{
	background:url(images/shipping_address_bg.gif) no-repeat;
	vertical-align:middle;
	text-align:left;
	margin:0px;
	padding:5px 0px 0px 0;
	/*border: 1px solid #FF0000;*/
	display: block;
	width: 350px;
	height:195px;
	float: left;
}

/* container for address data in an address entry */
.addressBook .address
{
	text-align:left;
	padding:60px 0px 0px 50px;
	color: #01076C;
	font-weight: bold;
	line-height: 15px;
	width:200px;
	float: left;
	/*border-left: 1px dashed #8698B2;*/
}

/* container for buttons in an address entry */
.addressBook td .buttons
{
	margin-top:5px;
	text-align:left;
	padding:60px 0px 0px 0;
	width: 100px;
	float: right;
}
.addressBook td .buttons a{display:block; margin-bottom: 5px; width: 40px;}

/* styling for button element inside the buttons container */
table.addressBook td .buttons .button {margin-right: 5px;}

/******************************************************************************************/
/* end styles for select shipping address (checkout/shipaddress.aspx)                     */
/******************************************************************************************/

/******************************************************************************************/
/* styles for select multiple shipping addresses (checkout/shipaddresses.aspx)            */
/******************************************************************************************/

/* NOTE: items table on this page will use default styling from the common itemList class,
you can override or add to the styling attributes below */

/* styling for shipping addreses table */
table.setShippingAddresses { }

/* table will use default itemList styling, you can override th attributes here */
table.setShippingAddresses th { }

/* header styling for items column */
table.setShippingAddresses th.items { }

/* styling for items column */
table.setShippingAddresses td.items { }

/* header styling for items column */
table.setShippingAddresses th.price { }

/* styling for price column */
table.setShippingAddresses td.price { }

/* header styling for address column */
table.setShippingAddresses th.address { }

/* styling for address column */
table.setShippingAddresses th.address { }

/******************************************************************************************/
/* end styles for select multiple shipping addresses (checkout/shipaddresses.aspx)        */
/******************************************************************************************/

/******************************************************************************************/
/* styles for select shipping method (checkout/shipmethod.aspx)                           */
/******************************************************************************************/

/* the outer table to select shipping methods */
table.selectShippingMethod { border:1px solid #999; margin: 0px 10px 0px 10px; width:auto }

/* default header style for shipping method table */
table.selectShippingMethod td.dataSheet { padding-top:1px;  border:1px solid #999;}

/* default header style for shipping method table */
table.selectShippingMethod td.dataSheet th { padding: 5px 2px; background-color:#EDEDDE;}
table.selectShippingMethod th.shipto 
{ 
    background-image:url(images/pgHeaderBg.gif);
    color:#333;
    height:28px;
    line-height:28px;
    margin:0px 0px 5px;
    padding:0px 10px;    
    text-align:left;
}
/* the table cell that displays the shipment items grid */
table.selectShippingMethod td.items{background-color:#DEDEDE;}
table.selectShippingMethod th.items{background-color:#DEDEDE;}

/* the table cell that displays the available shipping methods */
table.selectShippingMethod td.methods
{
	padding: 4px; 
	text-align:left; 
	border-left:1px solid #8698B2;

}

table.selectShippingMethod td.methods h3
{
	width:250px;    
    font-weight:bold;
height:27px;
line-height:27px;
margin:0px 0px 5px;
padding-left:10px;

	/* padding: 5px 2px;  */
	background-color:#ccc;
	color:#333;
	display:block;
	font-weight:bold;
	font-size:100%;
	text-align:center;
	margin: -2px -2px 6px -2px;
}

/* the caption for available shipping methods */
table.selectShippingMethod td.methods .caption
{
	display:block;
	font-weight:bold;
	margin-bottom:6px;
	text-align:center;
}

/* section to ask the customer whether to set gift options for an order */
.addGiftOptions
{
	/* 
    background:#FFFFFF url(images/giftbox3.gif) no-repeat left top; 
    border: solid 1px #999;
	width:693px;
	text-align:right;
    */
	margin: 20px;
	height:100px;
	float:right;
}

/* caption of the add gift options section */
.addGiftOptions h3
{
	/*background:#FFFFFF url(images/giftbox3.jpg) no-repeat left top;*/
	/*margin-top:10px;
	margin-left:60px;*/
    margin: 10px 10px 0px 0px;	
	font-size:100%;
}

/* content of the add gift options section, including input field and text */
.addGiftOptions .content
{
	margin-right:10px;
}

/* contains any navigation buttons (such as continue or back) that appear within the section */
.addGiftOptions .buttons
{
	margin-right:10px;
	margin-top:15px;
}

.VisiblePanel 
{
	display:block;
}

.HiddenPanel 
{
	display:none;
}

/******************************************************************************************/
/* end styles for select shipping method (checkout/shipmethod.aspx)                       */
/******************************************************************************************/

/******************************************************************************************/
/* styles for select gift options (checkout/giftoptions.aspx)                             */
/******************************************************************************************/

/* container for the gift option controls */
.giftOptions { }

/* the container for controls to choose gift wrap if available */
.giftOptions div.giftWrap { margin-top:2px;margin-bottom:6px; }

/* displays when no gift wrap is available for an item */
.giftOptions div.giftWrap div.noGiftWrap { font-style:italic; }

/* displays when only one style of gift wrap is available for an item */
.giftOptions div.giftWrap div.oneGiftWrap { }

/* styling for the name of the available gift wrap style */
.giftOptions div.giftWrap div.oneGiftWrap span.name { font-weight:bold }

/* styling for the price of the available gift wrap style */
.giftOptions div.giftWrap div.oneGiftWrap span.price { }

/* displays when two or more gift wrap styles are available for an item */
.giftOptions div.giftWrap div.multiGiftWrap { }

/* styling for the title of the gift wrap selection box */
.giftOptions div.giftWrap div.multiGiftWrap span.title { font-weight:bold }

/* styling for the gift wrap selection box */
.giftOptions div.giftWrap div.multiGiftWrap select { }

/* the container for controls to enter a gift message */
.giftOptions div.giftMessage { }

/* styling for the gift message title */
.giftOptions div.giftMessage span.title { font-weight:bold; }

/* styling for the gift message cost */
.giftOptions div.giftMessage span.price { }

/* styling for the gift message entry area */
.giftOptions div.giftMessage textarea { width:98%;height:40px; }

/* styling for the characters remaining countdown */
.giftOptions div.giftMessage span.count { }

/* styling for the characters remaining countdown text */
.giftOptions div.giftMessage span.countText { }


/******************************************************************************************/
/* end styles for select gift options (checkout/giftoptions.aspx)                         */
/******************************************************************************************/

/******************************************************************************************/
/* styles for confirm and pay (checkout/payment.aspx)                                     */
/******************************************************************************************/

/*---------------------------------------*/
/*- styles for layout of payment page -- */
/*---------------------------------------*/

/* style for the summary pane of the payment information section */
.paymentMethodSummary { width:170px;padding: 10px; }
div.paymentMethodSummary { float:left; }

/* style for the payment method listing of the payment information section */
.paymentMethodList { width:545px;border-left:1px dashed #000000; }
div.paymentMethodList { float:right; }

/* style for a content section in the summary pane */
.paymentMethodSummary .section { margin-bottom:20px; }

/* style for the header of the summary section */
.paymentMethodSummary .section .header { background-image: none !important; }

/* style for the caption of the section header */
.paymentMethodSummary .section .header h2 { color:black !important; }

/* style for the content of the summary section */
paymentMethodSummary .section .content { }

/*---------------------------------------*/
/*- styles for order summary ----------- */
/*---------------------------------------*/

/* style for the order summary that appears in a summary section */
table.orderSummary { width:100%; }

/* column that displays the heading for the amounts in the order summary table */
table.orderSummary th { text-align:right;font-weight:normal; white-space:nowrap; }

/* column that displays amounts in the order summary table */
table.orderSummary td { text-align:right; width:80px; }

/* row that contains the divider between subtotals and total */
table.orderSummary tr.totalDivider { }

/* cell that contains the divider between subtotals and total */
table.orderSummary tr.totalDivider td { width:100%; }

/* divider between subtotals and total */
table.orderSummary tr.totalDivider td hr { }

/*---------------------------------------*/
/*- styles for payment forms ----------- */
/*---------------------------------------*/

/* styles the table for the entry form of a payment method */
table.paymentForm {	width:100%; margin-bottom:20px; margin-left:5px; }

/* style for default table cell in entry form */
table.paymentForm td { padding: 2px; }

/* header cell that provides the caption for the form, states type of payment method */
table.paymentForm th.caption 
{
	padding-top:8px;
	border-bottom:dotted 1px black;
}

/* header cell that provides the label for an input row */
table.paymentForm th.rowHeader { text-align:right; }

/* cell that contains the submit button for a payment form */
table.paymentForm td.submit { text-indent:10px; }

/* container for the submit button */
table.paymentForm td.submit span.button { }

/******************************************************************************************/
/* end styles for confirm and pay (checkout/payment.aspx)                                 */
/******************************************************************************************/

/******************************************************************************************/
/* styles for your account (Members/MyAccount.aspx)                                       */
/******************************************************************************************/

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:15px;
}

/******************************************************************************************/
/* end styles for your account (Members/MyAccount.aspx)                                   */
/******************************************************************************************/

/******************************************************************************************/
/* styles for view order page (Members/MyOrder.aspx)                                    */
/******************************************************************************************/

/* container for the order summary table */
div.orderSummaryPanel
{
	background-color: #EDEDDE;
	border: 1px solid #000000;
	margin: 4px 0px;
}

table.orderSummaryTable
{
	width:100%;
}

table.orderSummaryTable th.rowHeader
{
	width:16%;
	text-align:right;
}

/******************************************************************************************/
/* end styles for view order page (Members/MyOrder.aspx)                                */
/******************************************************************************************/

/******************************************************************************************/
/* styles for view row-style of my account page (Members/My Account.aspx)                 */
/******************************************************************************************/
.odd{background-color: #FFFFFF;padding: 6px 2px 6px 6px; /*border-bottom:1px solid #A4A4A4;*/}
.even{background-color: #fafbf3;padding: 6px 2px 6px 6px;/* border-bottom:1px solid #FFFFFF;*/}
.altodd{background-color: #FFFFFF;padding: 6px 2px 6px 6px; /*border-bottom:1px solid #A4A4A4;*/}
.alteven{background-color: #fafbf3;padding: 6px 2px 6px 6px;/* border-bottom:1px solid #A4A4A4;*/}
/******************************************************************************************/
/* end styles for view row-style of my account page (Members/My Account.aspx)             */
/******************************************************************************************/

a.altoddButton{ padding: 1px 5px; background:#333333 url(images/mo_btnBackground.gif) repeat-x; color: #FFFFFF; line-height: 22px;}
a:hover.altoddButton{ background:#333333 url(images/mo_btnBackground.gif) repeat-x; color: #FFFFFF;}

a.altoddButtonDelete{ padding: 1px 5px; background:#333333 url(images/mo_btnBackgroundGray.gif) repeat-x; color: #FFFFFF; line-height: 22px;}

/******************************************************************************************/
/* styles for view "ship to" in ViewOrder page (Members/MyOrder.aspx)                   */
/******************************************************************************************/
.ship_to{writing-mode: tb-rl; filter: flipv fliph;}

/******************************************************************************************/
/* end styles for view "ship to" in ViewOrder page (Members/MyOrder.aspx)               */
/******************************************************************************************/

/*----- Common to all ----------*/

.small_cell{width: 300px;}
.small_cell .header{margin-top: 0;}
.lebeling{width: 100px;}

/******************************************************************************************/
/* styles for paged list of data                                                          */
/******************************************************************************************/

/* table style */
table.pagedList { min-width:300px; }

/* style common to headers and cells */
table.pagedList td
{
	padding:2px 4px;
}

/* styling for header cells  */
table.pagedList th 
{
	padding: 6px 4px;
	font-weight:bold;
	margin:0px;
	color:black;
	background-color:#DFDFDF;
}

/* styling for links in header cells  (such as for sorting columns) */
table.pagedList th a
{
	color:black;
	text-decoration:underline;
}

/* hover styling for links in header cells  (such as for sorting columns) */
table.pagedList th a:hover
{
	color: #EE7408;
	text-decoration:underline;
}

/* styling for alternating rows */
table.pagedList tr.oddRow { }
table.pagedList tr.evenRow { background-color: #fafbf3; }

/* style for the empty result message */
table.pagedList tr.empty td
{
	 width:300px;
	 text-align:center;
	 padding: 10px;
	 font-style:italic;
	 border: solid 1px black;
}


/******************************************************************************************/
/* end styles for paged list of data                                                      */
/******************************************************************************************/

/************** Style for the Conactpage List ****************/
ul.contact li
{
	list-style-image: url(images/bullet1.gif);
}

/*************************************************************/

/************** Style for the Product Image ******************/
.productimg
{
	vertical-align:top;
	text-align:center;
	padding-left:10px;
}

/******************************************************************************************/
/* begin styles for modal popup dialogs                                                   */
/******************************************************************************************/

/* background for main page when modal popup is visible */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* style for modal popup dialog */
.modalPopup {
	background-color:#FFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:600px;
}

/* style for header of modal popup dialog */
.modalPopupHeader 
{
	cursor:move;
	background-color:#DDDDDD;
	border:solid 1px Gray;
	color:Black;
	margin:-3px;
	padding:6px;
	font-weight:bold;
}

/* style for text of modal popup dialog */
.modalPopupText 
{
    padding:10px;
}

/* enable scrolling within modal popup dialog */
.modalPopupText .modalPopupScroller
{
	margin:-10px;padding:10px;overflow:scroll;height:400px;
}

/* style for the click to view 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;
}

/* style for header of modal popup dialog */
.pricePopupHeader
{
	background-color:#DDDDDD;
	border:solid 1px Gray;
	color:Black;
	margin:-3px;
	padding:6px;
	font-weight:bold;
}

/* used on the click to view price display */
.pricePopup span.fieldHeader { display:block;float:left;width:135px;text-align:right;margin-right:6px; }
.pricePopup span.fieldValue { display:block;float:left; }

/******************************************************************************************/
/* end styles for modal popup dialogs                                                     */
/******************************************************************************************/

/******************************************************************************************/
/* begin styles for one page checkout                                                     */
/******************************************************************************************/

/* outer frame of the one page checkout form */
.opcFrame
{
	margin:0 auto;
	/* width:800px; */
}

/* main content panel of the one page checkout form */
.opcMainPanel
{
	width:625px;
	padding-right:10px;
}

/* sidebar panel of the one page checkout form */
.opcSidebar
{
	width:225px;
}

/* frame for the payment section of the one page checkout form */
.opcPaymentFrame { }

/* panel that contains the list of available payment methods */
.opcPaymentMethods
{
	background-color:#efefef;
	width:130px;
}

/* panel that contains the payment form for the selected method */
.opcPaymentForm {  }

/*********** img-description *******/
p.image_desc
{
	margin-left:3px;
	margin-right:3px	
}

.ProductItemView { width:194px; padding: 5px; padding-bottom:15px;}
.ProductItemViewOdd {padding-bottom:15px;}
.ProductItemView div{ background: #FFFFFF; padding: 5px; border: solid 1px #b9b9b9; }
.ProductItemViewOdd { background: #efefef; border: solid 1px #b9b9b9; width:194px; padding: 5px;}
.ProductItemViewOdd div { background: #FFFFFF; padding: 5px; border: solid 1px #b9b9b9; }

.AgreementView
{
	background-color: #FFFFFF;
	margin: 5px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
	border:solid 1px #92A7EC;
}

/* Login Message */
.LoginMessage 
{ 
    background-color: #fef5d3;
    border: solid 1px #e2b606;
    padding: 10px; 
    margin:0px 15px; 
    color:#333; 
}
.LoginMessage a { 
    text-decoration: none; color: #304FBA; padding: 0px 3px;  }
.LoginMessage a:hover { 
    text-decoration:underline;}


/******************************************************************************************/
/* end styles for one page checkout                                                       */
/******************************************************************************************/

.orderItemsList{ margin-left:12px; padding:0; color:#666666; }

.topSeyo { text-align:center; padding:3px; }
.topSeyo h1 { font-size:9px; font-weight:normal; margin:0px; color:#999999; letter-spacing:1px}

#headertextlinks {
display:inline;
float:right;
padding:0;
text-align:right;
vertical-align:middle;
}

#headertextlinks ul {
list-style-image:none;
list-style-type:none;
margin:0 0 0 20px;
padding:0;
vertical-align:middle;
}

#headertextlinks li {
display:inline;
line-height:51px;
padding:0px;
margin:0px;
vertical-align:middle;
color:#212121;
text-transform:uppercase;
font-weight:bold;
}

/* for user-related links at top (my account, etc) */
.userNavBar {
border-right:solid 1px #999999; 
background: transparent url(images/mo_barGray.gif) repeat-x scroll 0% 0%; 
width: 535px; 
height: 23px;
}

#headertextlinks li.user { height:23px; line-height:23px }
#headertextlinks li.bar { height:44px; line-height:44px }

/* white space in header with graphic message */
#tagline {
height:51px; 
width:520px; 
padding: 0px 15px 5px 0px; 
background-color:#FFFFFF;
border-top: 1px solid #999999; 
border-right: 1px solid #999999; 
float: right;
text-align: center;
}

/* main nav bar, used for top and bottom */ 
#navBar {
width:100%; 
float:left; 
display: block; 
background-color: #cccccc;
}
    
#dyn_shoppingcart {
display:inline;
height:29px;
vertical-align:middle;
}

td.navtabs {
background-color:#F5B100;
background-image:url(images/topNavBar.gif);
border:1px solid #000000;
}

#container {
margin-bottom:-2px;
text-align:right;
width:520px;
}

#nav, #nav ul {
float:right;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
z-index:1000;
vertical-align:middle;
}

#nav li {
float:left;
font-family:arial,sans-serif;
font-size:14px;
font-weight:bold;
padding:0;
margin:0px 10px;
}

#nav li a { color:#FFFFFF; }

tr.northernwhite {
background-color:#FFFFFF;
}

.northernredx {
color:#990000;
}

td.borderright {
border-right:1px solid #000000;
}

.leftNavContainer {
border: solid 1px #333333; margin-top:4px;
}

.leftNavHeader {
height:27px; text-align:center; color:#FFFFFF; font-weight:bold; background-color:#b13100;
}

.leftNavHeader p {
line-height:27px;
}

.leftNavEmSign { padding:5px 3px; font-size:12px; line-height:18px; }

.brdrImg { border:solid 0px #ccc; }

.headerImgTable { width:560px;}

.price { font-weight:bold; color:#333333; }
.onsale { color:#B20000; font-weight:bold; text-transform:uppercase; }
.onsaleGrid { }

.prodPriceCart { margin:5px 0px 0px 0px; }
.prodGridC { width:149px; }
.prodImg { height:120px; width:149px; margin-bottom:5px; text-align:center; display:table-cell; vertical-align:middle; }

.prodImgLong { height:275px; margin-bottom:5px; text-align:center; float:left; width:65px; }
.prodLongText { text-align:left }
.prodLongText a { font-size:13px;  font-weight:bold; }
.prodLongTCont { float:left; margin-left:10px; width:126px; }

.prodLongTempFields { text-align:left; color:#333333; margin: 17px 0px 17px 0px; }
.prodLongFName { font-weight:normal; }
.prodLongSum { margin-bottom:12px; }
.prodLongVal { margin-bottom:4px; }
.prodLongFInd { margin-left:2px; }

.prodPageHeader { margin:0px 0px 20px 0px; }
.prodPageHeader h1 { margin:0px; font-size: 18px; }
.prodPageHeader a { text-decoration:underline; }
.prodPageHeader a:hover { color:#304FBA; }
th.rowHeader { font-weight:normal; color:#333333; }

.tabContent { padding:15px 15px; }
.tabContent ul { margin:10px 0px; }
.tabContent ul li { margin-left:25px; }

.icon { cursor:pointer; }
.selected { border:solid 1px #666666; }

.thumb { cursor:pointer; border:solid 1px #cccccc; margin-right:5px; }
td.articleSum { vertical-align:top; width:209px; height:145px; }
td.articleSum a { color:#B20000; text-decoration:underline; }
td.articleSum a:hover { text-decoration:underline; }
td.articleThumb { text-align:center; }
td.articleThumb img { border:0px; }
table.articlePrev { border:solid 1px #ccc; background-color:#EEEEEE; width:334px; margin:8px 10px 20px 7px; }
.articleSumHeadline { margin:6px 0px 4px 7px; color:#B20000; font-size: 16px; font-weight: bold; }
.articleSumHeadline a { color:#B20000; text-decoration:underline; }
.brandHeader { padding:5px 4px; }
.hrSep { height:1px; background-color:#cccccc; color:#cccccc; width:100%; margin: 0px; padding: 0px;}

.leftContainer { width:171px; height:auto; margin:1px;}
.leftContainer h1 { background:#B20000; color:#fff; padding-left:12px; line-height:25px; font-family:'ProximaNovaRegular'; font-size:13px;}
.leftContClear { clear:both;  padding:0px; margin:0; }

.leftSubContainer {width:163px; height:auto; border:1px solid #333; font-family:arial, sans-serif; margin-top:20px; }
.leftSubContainer h1 {font-size:12px; width:100%; height:26px; overflow:hidden; line-height:26px; text-align:center; background-color:#10C2BE; color:#fff; float:left; padding:0; margin:0;}

.navigation {padding:0; margin:0; list-style:none; font-size:12px; height:auto;}
.navigation ul {position:absolute; left:-9999px; background-color:#DFDFDF;}
.navigation table {border-collapse:collapse; width:0; height:0; padding:0; margin:-1px;}

.navigation li {float:left; z-index:20; background-color:#ebebeb;}

.navigation li a {display:block; float:left; text-indent:24px; height:25px; width:171px; line-height:25px; background:url('images/green-arrow.png') no-repeat scroll 12px 10px transparent; text-decoration:none; color:#000000; z-index:20; border-bottom:solid 1px #fff;}
.navigation li a:hover { font-weight: bold; text-decoration:none; background:url('images/red-arrow.png') no-repeat scroll 12px 10px transparent; }

.navigation li:hover {position:relative;}
.navigation li a:hover {position:relative; white-space:nowrap; color:#000;}
.navigation li:hover > a {color:#B20000;}

.navigation :hover ul {margin:0; padding:0; list-style:none; width:171px; border:1px solid #ccc; background:#ededde; left:171px; top:-1px;}
.navigation :hover ul li {float:left;}
.navigation :hover ul li a {border:0; background:url('images/green-arrow.png') no-repeat scroll 12px 10px transparent; height:25px; line-height:25px;}

.navigation li.current a,
.navigation li.current a:hover,
.navigation li.current:hover a 
{background: #EEEEEE url(images/arrow-down.png) no-repeat scroll 22px 10px transparent; font-weight:bold;}
.navigation li.current ul,
.navigation li.current a:hover ul,
.navigation li.current:hover ul
{position:static; padding:0; margin:0; border:0; list-style:none;}
.navigation li.current ul li a,
.navigation li.current a:hover ul li a,
.navigation li.current:hover ul li a
{text-indent:33px; width:158px; background-color:#EEEEEE; background:url('images/green-arrow.png') no-repeat scroll 22px 10px transparent; font-weight:normal; height:25px; line-height:25px; border:0;}
.navigation li.current ul li.subcurrent a,
.navigation li.current a:hover ul li.subcurrent a,
.navigation li.current:hover ul li.subcurrent a
{font-weight:bold; color:#B20000; background:url('images/red-arrow.png') no-repeat scroll 22px 10px transparent;}

.subCatSection {text-align:center; padding-top:6px; margin:8px 0px 8px 0px; }

.imgCat { margin-top:1px; }
.catDesc { margin-top:3px; padding: 0px 8px 5px 8px; text-align:justify; font-size:11px; color: #666; }
.catDesc h1 { font-weight:bold; font-size:11px; display:inline; }
.catDesc h2 { font-weight:bold; font-size:11px; display:inline; }
.reviewCount { margin:0px 10px; color:#333333; }
.modalCaption { text-align:center; font-size:14px; font-weight:bold; color:#333333; margin-top:10px;}
.modalWrapper { margin:15px; }
.imageContainer { text-align:left; }

.thumbnailImg { float:left; padding: 1px 5px 1px 2px; margin: 0px;}
.itemstyle { padding: 0px; margin: 0px; background-color:#EBEBEB; }
.leftContain1 { background-color:#EBEBEB; }
.separatorStyle  { padding: 0px; margin: 0px; }
.strike { text-decoration: line-through; font-weight: bold; }

.guide { padding:20px 20px; }
.guide h2 { font-size:20px; }
.guide p { margin:5px 0px; }
.guide ul { margin: 5px 0px;}
.guide li { margin-left:25px; }
.guide .listIcon { width:130px; padding-bottom:30px; vertical-align:top; text-align:center; }
.guide .desc { vertical-align:top; padding:5px 5px 30px 5px; }
.guide .rightdesc { vertical-align:top; padding:5px 20px 30px 5px; }
.guide .desc h3 { margin:0px 0px 4px 0px; }
.guide .rightdesc h3 { margin:0px 0px 4px 0px; }
.guide .rightdesc h2 { margin:0px 0px 4px 0px; }
.generalPages { padding:20px 20px; }
.generalPages p { margin:10px 0px; }
.generalPages h1 { margin:8px 0px; }
.availHelpBody { background-color:#FFFFFF; background-image:none; }
.availHelpHeader { font-weight:bold; font-size:12pt; margin-bottom:2px; }
.availHelpBody p { margin:11px 0px; }
.availHelpTH { font-weight:bold; }
.bpContainer { height:400px; overflow:auto; }
.bpContainer p {  margin:11px 0px; }
.bpContainer ul {  margin:8px 0px; }
.payMyOrderSidebar { padding:8px; }
.ourPrice { color:#666666; font-size:20px;}
.retailPriceLabelMain { color:#666666; text-transform:uppercase; font-size:12px; text-decoration:line-through;}
.retailPriceStrikeMain { color:#666666; text-transform:uppercase; text-decoration:line-through; font-size:12px; padding-bottom:8px;}
.retailPriceStrikeGrid { color:#666666; text-transform:uppercase; text-decoration:line-through; font-size:12px; padding-bottom:4px;}
.onSaleProdPage { font-size:20px; margin-right:12px; font-family:'ProximaNovaRegular'; font-weight:bold; }
.priceContainCat { tex-align:left; font-size:12px; }
.priceContainProd { text-align:left; font-size:14px; margin:5px 0px; }
.origPriceStrike { text-decoration:line-through; color:#666666; font-size:20px; margin-right:12px; font-family:'ProximaNovaRegular'; }
.retailContainCat { text-align:left; }
.retailContainProd { text-align:left; margin-bottom:8px; }
.footerLink { margin:0px 8px 0px 0px; }
.footerLink a, .footerLink a:visited { color:#E1E1E1; }
.footerDesc .footHead { color:#E1E1E1; font-size:10px; margin-bottom:4px; padding-bottom:1px; }
.conSub { font-weight:bold; margin-bottom:5px; }

/*********************FACEBOX*************************************/
#facebox .b {
  background:url(/facebox/b.png);
}

#facebox .tl {
  background:url(/facebox/tl.png);
}

#facebox .tr {
  background:url(/facebox/tr.png);
}

#facebox .bl {
  background:url(/facebox/bl.png);
}

#facebox .br {
  background:url(/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 580px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  margin: 0;
}

#facebox .footer {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.facebox2 .b {
  background:url(/facebox/b.png);
}

.facebox2 .tl {
  background:url(/facebox/tl.png);
}

.facebox2 .tr {
  background:url(/facebox/tr.png);
}

.facebox2 .bl {
  background:url(/facebox/bl.png);
}

.facebox2 .br {
  background:url(/facebox/br.png);
}

.facebox2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

.facebox2 .popup {
  position: relative;
}

.facebox2 table {
  border-collapse: collapse;
}

.facebox2 td {
  border-bottom: 0;
  padding: 0;
}

.facebox2 .body {
  padding: 10px;
  background: #fff;
  width: 350px;
}

.facebox2 .loading {
  text-align: center;
}

.facebox2 .image {
  text-align: center;
}

.facebox2 img {
  margin: 0;
}

.facebox2 .footer {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: right;
}

.facebox2 .tl, .facebox2 .tr, .facebox2 .bl, .facebox2 .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
/*********************FACEBOX*************************************/

/*********************FLYOUT MENU*********************************/
.menu {
font-family:arial,sans-serif;
font-size:11px;
height:150px;
margin:0px 0px;
position:relative;
width:157px;
}
.menu ul li a, .menu ul li a:visited {
background:#FFFFFF none repeat scroll 0 0;
border-color:#CCCCCC;
border-style:solid;
border-width:1px 1px 0 0;
color:#000000;
display:block;
font-size:11px;
height:20px;
line-height:19px;
text-align:left;
text-decoration:none;
width:157px;
}
.menu ul {
list-style-type:none;
margin:0;
padding:0;
}
.menu ul li {
float:left;
margin-right:1px;
position:relative;
}
.menu ul li ul {
display:none;
}
.menu ul li:hover a {
color:#cc3300;
}
.menu ul li:hover ul {
display:block;
left:157px;
position:absolute;
top:0;
width:105px;
}
.menu ul li:hover ul li a.hide {
background:#FFFFFF none repeat scroll 0 0;
color:#666666;
}
.menu ul li:hover ul li:hover a.hide {
width:150px;
}
.menu ul li:hover ul li ul {
display:none;
}
.menu ul li:hover ul li a {
background:#FFFFFF none repeat scroll 0 0;
color:#666666;
display:block;
width:150px;
}
.menu ul li:hover ul li a:hover {
background:#FFFFFF none repeat scroll 0 0;
color:#cc3300;
}
.menu ul li:hover ul li:hover ul {
color:#000000;
display:block;
left:151px;
position:absolute;
top:0;
}
.menu ul li:hover ul li:hover ul li a {
background:#DFC184 none repeat scroll 0 0;
color:#000000;
display:block;
width:200px;
}
.menu ul li:hover ul li:hover ul li a:hover {
background:#BD8D5E none repeat scroll 0 0;
color:#FFFFFF;
}

.menu ul li a, .menu ul li a:visited {
background:#FFFFFF none repeat scroll 0 0;
border-color:#CCCCCC;
border-style:solid;
border-width:1px 1px 0 0;
color:#000000;
display:block;
font-size:11px;
height:20px;
line-height:19px;
text-align:left;
text-decoration:none;
width:157px;
}

/* Expanded Menu Items */
.menu ul li.expLI {
float:left;
margin-right:1px;
position:relative;
}
.menu ul li.expLI ul {
display:block;
}
.menu ul li.expLI:hover a {
color:#cc3300;
}
.menu ul li.expLI:hover ul {
/*display:block;
left:157px;
position:absolute;
top:0;
width:105px;*/
}
.menu ul li.expLI:hover ul li.expLI a.hide {
background:#FFFFFF none repeat scroll 0 0;
color:#666666;
}
.menu ul li.expLI:hover ul li.expLI:hover a.hide {
width:150px;
}
.menu ul li.expLI:hover ul li.expLI ul {
/*display:none; */
}
.menu ul li.expLI:hover ul li.expLI a {
background:#FFFFFF none repeat scroll 0 0;
color:#666666;
display:block;
width:150px;
}
.menu ul li.expLI:hover ul li.expLI a:hover {
background:#FFFFFF none repeat scroll 0 0;
color:#cc3300;
}
.menu ul li.expLI:hover ul li.expLI:hover ul {
/*color:#000000;
display:block;
left:151px;
position:absolute;
top:0;*/
}
.menu ul li.expLI:hover ul li.expLI:hover ul li.expLI a {
background:#DFC184 none repeat scroll 0 0;
color:#000000;
display:block;
width:200px;
}
.menu ul li.expLI:hover ul li.expLI:hover ul li.expLI a:hover {
background:#BD8D5E none repeat scroll 0 0;
color:#FFFFFF;
}

.menu ul li.expLI a, .menu ul li.expLI a:visited {
background:#purple none repeat scroll 0 0;
border-color:#CCCCCC;
border-style:solid;
border-width:1px 1px 0 0;
color:#000000;
display:block;
font-size:11px;
height:20px;
line-height:19px;
text-align:left;
text-decoration:none;
width:157px;
}
/***************************FLYOUT*****************************************/

#catFreeShip { display:block; margin:0px 0px 5px 0px ; width: 94px; height: 27px; background-image: url(images/freeSmall.png); }
#prodFreeShip { margin-left:25px; margin-bottom:2px; width: 113px; height: 29px; float:left; background-image: url(images/freeLarge.png); }
.instock { font-weight:bold; color:#089101; font-size:13px; }

/*--Main Container--*/
.main_view {
    
	position: relative;
	margin-bottom:20px;
}

/*--Window/Masking Styles--*/

.window {
	height:262px;	width: 722px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}

.image_reel {
	position: absolute;
	top: 0; left: 0;
}

.image_reel img {float: left;}

/*--Paging Styles--*/

.sliderpaging {
	position:absolute;
	bottom: 0px; right: 8px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}

.sliderpaging a {
	padding: 4px 7px;
	text-decoration: none;
	color: #000;
}

.sliderpaging a.active {
	font-weight: bold; 
	background: #ffcc33; 
	border: 1px solid #ffcc33;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.sliderpaging a:hover {font-weight: bold;}

.prodTabcontainer { width: 702px; margin: 10px 0px 25px 10px;}

ul.tabs {
	margin:0px;
	padding: 0;
	float: left;
	list-style: none;
	height: 29px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width:100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 28px;
	line-height: 28px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #EEEEEE;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 18px;
	border: 1px solid #fff;
	outline: none;
	text-transform:uppercase;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
	font-weight:bold;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content { 	padding: 5px; }

.emails { padding:5px 15px 30px 15px; }
.emails p { font-size:12px; line-height: 18px; color:#000; padding-bottom:10px; }
.emails p a { width:129px; height:30px; background:url('images/sign-up.png') no-repeat 0 0; float:left; display:inline; }
.products { width:710px; margin:0 auto; padding-bottom:30px; }
.products .head { width:710px; height:30px; background:url('images/head-bg.png') no-repeat 0 0; }
.products .head h4 { font-size:13px; color:#fff; line-height: 30px; padding-left:11px; font-family: 'ProximaNovaRegular';  }

.posts { margin-top:30px; }
.posts .head { width:710px; height:30px; background:url('images/head-bg.png') no-repeat 0 0; margin:0 auto; position: relative; }
.posts .head h4 { font-size:13px; color:#fff; line-height: 30px; padding-left:11px; font-family: 'ProximaNovaRegular'; }
.posts .head a { font-size:10px; color:#F9C71A; position:absolute; right:10px; top:8px; }

.add-to-cart { width:350px; background:url('images/cart-box-bg.png') repeat-y 0 0; margin-top:10px;  }
.add-to-cart .cart-t{ background:url('images/cart-box-t.png') no-repeat 0 0; padding: 15px 20px 10px 20px; }
.add-to-cart .cart-b{ background:url('images/cart-box-b.png') no-repeat 0 bottom; }
.add-to-cart form {  }
.add-to-cart form .field-row { padding-bottom:10px; }
.add-to-cart form .field-row label { width:96px; float:left; display:inline;  font-size:12px; color:#333333; }
.add-to-cart form .field-row select { width:100px; height:20px; }
.add-to-cart form .field-row input { width:58px; padding:2px 0; border:1px solid #ccc; }
.add-to-cart form  input.submit { width:180px; height:40px; background:url('images/add-to-cart-button.png') no-repeat 0 0; display:block; border:0; cursor:pointer; }
.socialButtons { margin-top:15px; text-align:center; }
.prodTitleHeader { width:100%; padding:10px 0px; font-family:'ProximaNovaRegular'; }
.prodTitleHeader H1 { font-size: 32px; letter-spacing:-1px; padding:0px 20px 5px 30px; }
.prodTitleHeader .other { font-size: 14px; font-weight: bold; padding-bottom:5px; padding-left:30px;}
.prodTitleHeader .other a { color:#000; text-decoration:underline; }
.ratingBox { margin:5px 0px 10px 0px }
.ratingBox a { font-size:12px; color:#B20000; }
.ratingBox a:hover { color:#000; }
.priceDivide { margin:10px 0px 8px 0px; display:none; }
.articlesGrid { margin-top:10px; text-align:center; width:100%; }
.articlesGrid h1 { font-family: 'ProximaNovaRegular'; }
.baskGrid { border:solid 1px #cccccc; }
.basketPageTotal { border-top:solid 1px #ccc; }
.searchResHeader { margin:10px 15px; }
.infoCont { text-align:left; }
.moreInfo { display:block; width:91px; height:20px; background:url('images/info.png') no-repeat 0 0; }
.productContent { margin-top:20px; }
.padOrderHistRow { padding:8px 0px; }
.filterbox{margin-bottom:4px;}
.gSw { cursor:pointer; border:solid 1px black; height:12px; width:12px;}
.thumbnailHid { display:none; }
.toolTip { color:#0000FF; cursor:pointer; }
.toolTipPop { display:none; position:absolute; border:solid 1px black; padding:4px; }
/* close the screen media selector */
}
