@charset "utf-8";
/* Sections: 
------------------------------------------------------------------------------
===@shoppingCart - styles for shopping cart table
===@messages - manipulations of standard message fields for eComm use
===@shoppingCart - All purpose Classes and DIV's START
===@magnifyGallery - Product Zoom / Magnify Gallery
-------------------------------------------------------------------------------*/

/* ===@shoppingCart - All purpose Classes and DIV's START */

table.shoppingCart th {
	text-align: center;
}
table.shoppingCart td {
	padding: 4px;
}
table.shoppingCart tfoot td {
	color: #000;
	background: #FFF;
	border: 1px solid #c0c4cb !important;
}
table.shoppingCart tfoot td.noBorder {
	border: none !important;
	border-top: 1px solid #c0c4cb !important;
}
table.shoppingCart tfoot .tally {
	border: none !important;
	border-top: 1px solid #c0c4cb !important;
	border-left: 1px solid #c0c4cb !important;
}
table.shoppingCart tfoot a, table.shoppingCart tfoot a:visited {
	color: #325597;
	font-weight: normal;
}
table.shoppingCart .cartQuantity {
	width: 50px;
	text-align: center;
}
/* ===@shoppingCart - All purpose Classes and DIV's START */

.messageShort {
	width: 510px;
	float: left;
}
.messageArrow {
	margin: 5px 0px 5px 5px;
	float: left;
	width: 660px !important;
	width: 650px;
}
.warningArrow {
	width: 52px;
	height: 52px;
	margin: 5px 0 0 0;
	float: left;
	background: #FFF url('../../assets/images/app/ecomm/structure/warning_arrow.gif') no-repeat top right;
}
/* ===@breadcrumb - Navigation element for eCommerce */

#breadcrumb {
	background-image: url('../../assets/images/app/ecomm/structure/breadcrumb_bg.jpg');
	background-repeat:repeat-x;
	height:39px;
	line-height:31px;
	color: #9b9b9b;
	overflow:hidden;
	margin: 0px auto;
	padding:0px;
}
.eCommerce #breadcrumb {
	margin: 14px 0 0 0;
}
#breadcrumb li {
	list-style-type:none;
	padding-left:10px;
	padding-right:5px;
	background-image:url('../../assets/images/app/ecomm/structure/breadcrumb_separator.jpg');
	background-repeat:no-repeat;
	background-position: top right;
	display: inline-block;
	float:left;
}
#breadcrumb li.selected {
	display:inline-block;
	height: 39px;
	display: block;
	background: url('../../assets/images/app/ecomm/structure/breadcrumb_selected.jpg') no-repeat top right;
}
#breadcrumb li.selected a, #breadcrumb li.selected span {
	background: url('../../assets/images/app/ecomm/structure/breadcrumb_selectedArrow.jpg') no-repeat bottom center;
	display:inline-block;
}
#breadcrumb li.selected a:hover, #breadcrumb li.preSelected a:hover {
	text-decoration: underline;
	color:#35acc5;
}
#breadcrumb li.preSelected {
	background: url('../../assets/images/app/ecomm/structure/breadcrumb_preSelected.jpg') no-repeat bottom right;
}
#breadcrumb li.none { background: none; }

#breadcrumb a, #breadcrumb span {
	height:39px;
	display:inline-block;
	padding-right: 15px;
	text-decoration: none;
	color:#454545;
}

#breadcrumb li.right { 
	background: none;
	margin: 4px 4px 0 0;
	padding: 0;
}
#breadcrumb li.right code, #breadcrumb li.right span { margin: 0; padding: 0;}
#breadcrumb li.right a { margin: 0; padding: 0; }

#breadcrumb a:hover {
	color:#35acc5;
}

body.fr #region5 #regionContents #breadcrumb{
	font-size:11px;
}

/* ===@Business Landing Page Elements */
#shopBox {
	margin: 5px 10px 0 0;
	width: 185px;
	height: 32px;
	background: #000;
	color: #FFF;
	font: 20px Arial, Helvetica, sans-serif;
	padding: 8px 0 0 8px;
	float: left;
}
.business #shopBox, .magnifyGallery #shopBox {
	background: #f48e00 url('../../assets/images/structure/corner.gif') no-repeat scroll right top;
}

.personal #shopBox {
	background: #A5BE00 url('../../assets/images/structure/corner.gif') no-repeat scroll right top;
}

#main.collecting #shopBox {
	background: #5588aa url('../../assets/images/structure/corner.gif') no-repeat scroll right top;
}

#main.commercial #shopBox {
	background: #e4421c url('../../assets/images/structure/corner.gif') no-repeat scroll right top;
}


.magnifyGallery #shopBox {
	width: 152px;
}
#shopBox h1, #shopBox h3 {
	font: 20px Arial, Helvetica, sans-serif;
	color: #FFF;
}

.commercial #shopBox h3 {
	font-size: 14px;
	margin-top: -4px;
}

#shopBox a, #shopBox a:visited { color: #FFF; }

#shopBox a:hover {text-decoration: underline; }

#carousel {
	background: #FFFFFF url('../../assets/images/app/ecomm/structure/carousel_base.jpg') repeat-x top;
	height: 210px;
	margin: 0 auto;
}

#carousel .carouselCatList { float: left; margin: 30px 0 0 0; height: 180px;}

#carousel .carouselCatList ul {
	list-style-type: none;
}

#carousel .carouselCatList li { 
	margin: 0 5px;
	width: 165px; 
	text-align: center;
	float: left;
}

#carousel a { 
	text-decoration: none;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	border: 0;
}

#carousel a:hover { text-decoration: underline; }

#carousel .next, #carousel .prev {
	float: left;
	margin: 100px 5px 0 5px;
	width: 17px;
	height: 33px;
}

#carousel .next { background: url('../../assets/images/app/ecomm/structure/carousel_btnNext.gif') no-repeat top left; }
#carousel .prev { background: url('../../assets/images/app/ecomm/structure/carousel_btnPrev.gif') no-repeat top left; }

#carousel .introText {
	margin: 30px 15px 0 20px !important;
	margin: 30px 15px 0 10px;
	width: 160px;
	float: left;
	font-weight: bold;
	font-size: 16px;
}

.landingSearch {
	border: 1px solid #c3c3c3;
	background: #f5f5f5 url('../../assets/images/app/ecomm/structure/landingSearch.jpg') repeat-x top left;
	width: 703px;
	height: 46px;
	padding: 10px 6px 0 6px;
}

.landingSearch #searchElement {
	width: 602px;
	height:23px;
	font-size: 17px;
	background: #FFF;
	margin: 0 0 0 13px;
	padding: 5px 0 0 2px;
	float: left;
	color: #666666;
}

ul.topProducts li {
	border: 1px solid #d8d9da;
	border-top: none;
	height: 52px;
	padding: 5px 5px 1px 5px;
}

ul.topProducts li.contents {
	padding: 2px 5px 1px 5px;
	height: 20px;
}

ul.topProducts li img {
	padding: 0 5px 0 0;
}

.areaTitle {
	background: #999999 url('../../assets/images/structure/corner.gif') no-repeat scroll right top;
	padding: 2px 0 2px 4px;
	margin: 4px 2px 0 1px;
	color: #FFF;
	height: 20px;
}

ul.featuredProducts {
	font-size:11px;
	list-style-type:none;
	border-left: 2px dotted #d8d9da;
}

ul.featuredProducts li {
	border: 2px dotted #d8d9da;
	border-left: none;
	width: 153px;
	height: 200px;
	float: left;
	margin: 0 auto;
	padding-top: 6px;
	text-align: center;
	font-weight: bold;
}

ul.featuredProducts .photoTitleBox {
	height: 145px;
}

ul.featuredProducts .photoTitleBox img {
	margin-top: 8px;
}
ul.featuredProducts .price {
	font-size: 16px;
	font-weight: bold;
}


div.shopMethods { background: #F5F5F5;}
div.shopMethods ul { list-style-type:none; margin: 0; padding: 0;}

div.shopMethods li img { margin-bottom: 20px; }
div.shopMethods li {
	float: left;
	margin: 3px;
	padding: 0;
	width: 160px;
	
}

.shopInfo {
	background: #CCC;
	padding: 10px;
	margin: 4px 0;
	
}

.shopInfo h3 { color: #444; }

.shopInfo .shopInfoContents {
	background: url('../../assets/images/app/ecomm/structure/shopInfo_contents.jpg') repeat-x top left;
	height: 128px;
	padding: 5px;
}

.shopInfo .shopInfoContents .columnFloat {
	padding-right: 40px;
}

/* ===@Category Listing Page Elements */

#eCommSearch {
	background: #f5f5f5;
	padding: 9px 0 9px 6px;
	clear: both;
}

#eCommSearch #searchElement { width: 152px; float: left; }
ul.categoryListing {
	font-size:11px;
	list-style-type:none;
	clear: both;
	margin: 0;
	padding: 0;
	border-bottom: 2px dotted #d8d9da;
}

ul.categoryListing li.product {
	border: 2px dotted #d8d9da;
	border-bottom: none;
	clear: both;
	padding: 5px;
}

ul.categoryListing .photoBox {
	height: 135px;
	width: 140px;
	float: left;
	text-align: center;
}

ul.categoryListing h4 { margin: 3px 0 0 0; padding: 0; }

/* ===@ eCommerce Product Detail Page Elements */
.productContainer {
	border: 1px dotted #CCC;
	padding: 5px;
	margin: 3px 0 0 0;
}


/* ===@ eCommerce Overrides - Evaluate these being merged into the core */

.eCommerce #region1Content { padding: 0; }

.eCommerce #region1 ul { 
	border-bottom: 10px solid #f5f5f5;
}
	
.eCommerce #region1 ul ul {
	margin-bottom: 2px;
	border-bottom: none;
	padding-left: 10px;
}
.eCommerce #region3.nonWidget {
	background: none;
}

.space5t { padding-top: 5px; }
.space10t { padding-top: 10px; }
.space20t { padding-top: 20px; }
.space20b { padding-bottom: 20px; }
.space15r {padding-right: 15px; }
.space40t { padding-top: 40px; }

.msgGeneral { border:1px solid #1097F6; padding: 5px;}

.nav li .lock { 
	background: url('../../assets/images/app/ecomm/structure/lock.jpg') no-repeat top left;
	float: right;
	width: 20px;
	height: 20px;
}

#related .navBottomBox {
	background: url('../../assets/images/app/ecomm/structure/nav-bottom.jpg') no-repeat top left;
	height: 71px;
	padding: 8px 10px 0 10px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
}
.textLeft {text-align: left; }
.textRight {text-align: right; }

a.secondary, a.secondary:visited { text-decoration: underline; }
a.secondary:hover { text-decoration: none; }

.triSection {
	position: relative;
	width: 33%;
	overflow: hidden;
	float: left;
}


.iconMoney {
	background: url('../../assets/images/app/ecomm/structure/icon_dollar-sign.gif') no-repeat top left;
	padding-left: 12px;
}

.iconCart {
	background: url('../../assets/images/app/ecomm/structure/icon_shoppingcart.gif') no-repeat top left;
	padding-left: 22px;
}

.iconPreOrder, .iconMassQuantity, .iconCanadaOnly {
	width:20px;
	height: 20px;
	text-indent: -5000px;
	display: block;
}
.iconPreOrder {
	background: url('../../assets/images/app/ecomm/structure/icon_pre-order.gif') no-repeat top left;
}

.iconMassQuantity {
	background: url('../../assets/images/app/ecomm/structure/icon_mass-quantity.gif') no-repeat top left;
}

.iconCanadaOnly {
	background: url('../../assets/images/app/ecomm/structure/icon_canada-only.gif') no-repeat top left;
}

/* ===@ magnifyGallery - Zoom Styles */
#popUpWrapper.magnifyGallery { width: 780px; }

.magnifyGallery #productPhoto {
	float: left;
	width: 610px;
	text-align: center;
	height: 345px;
	overflow: hidden;
	border: 2px dotted #ccc;
	margin: 10px 0;
	position: relative;
}

.magnifyGallery #productPhoto img { }

.magnifyGallery #thumbnails {
	padding: 10px 0;
	width: 162px;
	float: left;
	text-align: center;
}



.magnifyGallery #thumbnails ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.magnifyGallery #thumbnails ul li { 
	margin: 10px auto; 
	
}

.magnifyGallery .controls {
	clear: both;
	margin: 0 0 10px 194px;
	text-align: center;
}

.magnifyGallery ul.controls li {
	float: left;
	margin: 0 10px;
}

.magnifyGallery a:hover {text-decoration: none; }

.magnifyGallery a.download:hover {text-decoration: underline; }

/* ===@ Redirect Page @=== */
#main.redirect {
	background: url('../../assets/images/app/ecomm/structure/redirectBase.jpg') repeat-x top left;
}
#main.redirect h1 {
	color: #000066;
	padding-top: 40px;
	text-align: center;
}

#main.redirect h1.green {
	color: #7bc242;
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
}

#main.redirect .storeLinks {
	margin: 0 auto;
	width: 670px;
}
#main.redirect .shopList {
	margin: 0 auto;
}

#main.redirect .shopList div {
	float: left;	
	
}

#main.redirect .shopList .header {
	margin: 5px 5px 0 0;
	width: 222px;
	height: 32px;
	background: #000;
	color: #FFF;
	font: 20px Arial, Helvetica, sans-serif;
	padding: 8px 0 0 8px;
}

#main.redirect .shopList .header a { color: #FFF; }

#main.redirect .personalShop .header { background: #A5BE00 url('../../assets/images/structure/corner.gif') no-repeat scroll right top;}
#main.redirect .collectingShop .header { background: #5588aa url('../../assets/images/structure/corner.gif') no-repeat scroll right top;}
#main.redirect .businessShop .header { background: #f48e00 url('../../assets/images/structure/corner.gif') no-repeat scroll right top;}
#main.redirect .commercialShop .header { background: #e4421c url('../../assets/images/structure/corner.gif') no-repeat scroll right top;}

#main.redirect .shopElement { width: 240px; }

#main.redirect .shopList ul {
	list-style-type: none;
	clear: both;
	margin-top: 5px;
	padding: 10px 0 0 0;
}

#main.redirect .shopList ul li {
	background: url('../../assets/images/app/ecomm/structure/icon_checkmark.gif') no-repeat top left;
	clear: both;
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* DO NOT INCLUDE THIS IN GOLIVE */
#wrapper #header .subNav a { display: inline; width: 100%; font-weight: bold; color: #fff; }


