@import "storeNav.css"; 
/** ================================
 DEFAULT HTML styles (from basic.css)
=================================**/
html {
	font-size:90.01%;
	height: 100%;
	padding: 0;
	margin: 0px auto;
}
body {
	font-family:Tahoma, Arial, sans-serif;
	background:#003965;
	color: #333;
	padding: 0;
	margin: 0px auto;
	background-repeat: repeat;
}
div, ul, form {
	padding: 0;
	margin: 0;
}
input, select, textarea {
	font-size:11px;
	border:solid 1px #7B7B7B;
	color:#666666;
}
li {
	list-style:none;
}
.invisible	{
	display:none;
}
a {
	color:#C10534;
	font-size: 10px;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:solid 0px;
}
h1, h2, h3, h4 {
	clear:both;
	margin: 0;
	padding: 0;
	background:none;
	color: #343434;
}
h3 {
	font-size:12px;
	margin-bottom: 10px;	
}
button, .button {
	color:#fff;
	border: 0px;
	cursor:pointer;
	padding:0;
	text-transform:lowercase;
	font-family: tahoma;
	overflow:visible;
	background:#C10537;
	font-size:11px;
	margin-left: 5px;
}
button.mainButtonFloat {
	margin:0 5px;
}
/** ================================
 BUTTON styles
=================================**/
.mainButton {
	background:#C10537;
	color:#fff;
	border: 0;
	height: 18px;
	text-align:center;
	font-weight:bold;
	/*line-height:40px;*/
}
.mainButtonLong {
	background:url('/_static/images/www/Shared/bgButton130px.png');
	color:#fff;
	border: 0;
	width:133px;
	height:40px;
	text-align:center;
	font-weight:bold;
	padding-top: -2px;
	background-repeat: no-repeat;
	background-position:bottom;
	line-height:40px;
}
.secondaryButton  {
	background:url('/_static/images/www/Shared/bgSecondaryButton90px.png');
	color:#fff;
	border: 0;
	width:92px;
	height:40px;
	text-align:center;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position:bottom;
	line-height:40px;
}
.secondaryButtonLong  {
	background:url('/_static/images/www/Shared/bgSecondaryButton140px.png');
	color:#fff;
	border: 0;
	width:140px;
	height:40px;
	text-align:center;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position:bottom;
	text-transform:lowercase;
	line-height:40px;
}
.thirdButton {
	border:0px;
	background-color:#ffffff;
	color:#9B9B9B;
	padding:1px 4px;
	font-size:9px;
	text-transform:lowercase;
	text-decoration: underline;
	height:14px;
}
a.thirdButton:hover {
	text-decoration:none;
}
.disabled {
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}
.enabled{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
/* clearfix hack-------------http://positioniseverything.net*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* horizontal list */
.hlist {margin: 0; padding: 0; list-style: none;overflow: hidden;  }
/* \*/
.hlist{display: block; }
/* */
.hlist li {margin: 0; padding: 0;  list-style: none; 
	/* IE5/Win */	
	display: inline;
	/* IE5/Win */	
}
.lastItem a{
	border: 0;
}
 hr, #NoCssTools {
	display: none;
}
.note {
	font-size: 10px;
	margin:0 0 10px 0;
}
.errorMessage {
	background:url("/_static/images/www/Shared/errorExclamation.png");
	background-repeat:no-repeat;
	color:#ad0504;
	text-transform:uppercase;
	font-size: 9px;
	margin:0 0 10px 0;
	padding-bottom:5px;
	padding-left:18px;
}
.errorMessage li {
	list-style:none;
	padding:2px 0;
}
.errorMessage h1 {
	color:#c10534;
	font-weight:bold;
	font-size:11px;
	margin:5px 0 0 10px;
}
.errorMessage h2 {
	font-size:11px;
	text-transform:none;
	color:#c10534;
	margin-left:10px;
}
.errorMessage h3 {
	font-size:11px;
	text-transform:none;
}
ul.citySelect {
	margin:5px 0;
}
ul.citySelect li {
	list-style-type:disc;
	list-style-position:inside;
	margin-left:20px;
}
ul.citySelect li a {
	text-decoration:underline;
}
.highlight {
	background: #f8f8f8;
	color:#c10534;
	padding: 2px;
	font-weight:bold;
}
.mandatoryfields {
	/*float: right;*/
	width: 75%;
	text-align:right;
	font-size:10px;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	color:#999;
}
.mandatoryfields span.asterisk {
	color:#c10534;
}
#rightContentBlock h2 {
	background:#E3E9E5;
	margin-bottom: 20px;
}
/*background for the transparent PNG*/
/* #contentBlock h2 {background:#E3E9E5; margin-bottom: 20px;text-align:right;}
/* background for the transparent PNG  */
.siteMapTitle {
	font-weight:bold;
	text-transform:uppercase;
}
label {
	clear:both;
	float: left;
	width: 140px;
	font-size: 11px;
	display:inline;
	height: 16px;
	padding-bottom: 0px;
	text-transform:capitalize;
	margin-bottom: 4px;
	color:#494949;
}
/** ================================
 SEPARATOR styles
=================================**/
.separator {
	height:1px;
	width:99%;
	clear:both;
	margin: 15px 0pt;
}
}
.separatorWhite {
	height:2px;
	width:99%;
	clear:both;
	margin:8px 0;
	border-top: 2px solid #fff;
}
/*not sure if needed - will be removed later*/
.lastItem {border: none;}
.red, .sale {color:#C10534;}
/** ================================
 BASIC USED styles
=================================**/
.floatRight {float:right;}
.floatLeft {float:left;}
.clearBoth {clear:both;}
.margin-10 {margin-top:-10px;}
.marginTop {margin-top:10px;}
.marginRight {margin-right:10px;}
.marginLeft {margin-left:10px;}
.marginLeft5 {margin-left:5px;}
.marginLeft20 {margin-left:20px;}
.marginLeft50 {margin-left:50px;}
.marginRight40 {margin-right:40px;}
.marginTop20 {margin-top:20px;}
.marginBottom {margin-bottom:10px;}
.displayNone {display:none;}
.displayBlock {display:block;}
.alignRight {text-align:right;}
.noDecoration{text-decoration:none;}
.paddingTop {padding-top:10px;}
.paddingBottom {padding-bottom:10px;}
.paddingLeft {padding-left:10px;}
.paddingRight {padding-right:10px;}
.paddingLeft {padding-left:10px;}
.textindent {text-indent:10px;}
.fontSize {font-size:11px;}
.color {color: #C10534;}
.noBorder {border: 0px;}
/** ================================
 SITE CONTENT & BLOCK styles (from estructure.css)
=================================**/
#brandNavBlock {
	width: 980px;
	height: 25px;
	color: #000;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 10px;
}
/** == Please see bottom for BrandNavigation CSS == **/
#largeBackground {
	margin: 0px auto;	
	width: 1280px;
	background-attachment: fixed;
}
#smallBackground {
	margin: 0px auto;	
	width: 980px;
  	min-height:890px;
  	height:auto !important;
  	height:890px;
  	overflow: hidden;
}
}
#topBrandNavigation {
	height: 195px;
	width: 980px;
	overflow:hidden;	
}
#myaccountTopNavigation {
	height:22px;
	width: 980px;
}
#topNavigation {
	height:75px;
	width: 980px;
	overflow:hidden;	
}
#headerBlock {
	height: 65px;
}
#headerBlock.brandTopMargin {
	margin-top: 112px;	
}
#mainBannerBlock {
	width: 960px;
	height: 450px;
	margin-left: 10px; 
	margin-bottom: 30px;

}
#medBannerBlock {
	width: 580px;
	height: 140px;
	float:left;
	margin-left: 10px;
	margin-bottom: 15px;
	display: inline;
}
#smlBannerBlock {
	width: 370px;
	height: 140px;
	float: right;	
	margin-right: 10px;
	margin-bottom: 15px;
	display: inline;
}
#bottomBanner {
	color: #fff;
	width: 980px;
	height: 42px;
	clear: both;
}
#bottomBannerInside {
	height:40px;
	border:1px solid #ccc;
}
#bottomBannerInside a {
	display:block;
	width: 300px;
	height: 40px;
	float:left;
	}
#orderStatusBlock {
	margin-left: 15px;	
}
#form_Saving { /*footerBanner Submit*/
	float:right;	
	text-align:right;
	width: 205px;
	margin-top: 12px;
	margin-right: 5px;
}
#footerBlock {
	width: 980px;
	height: 20px;
	border-top: 1px solid #333;
	font-size: 9px;
	text-align: center;
	background: #fff;	
	padding-top: 5px;
	margin: 0px auto;
}
#newsletterBlock {
	margin-left: 15px;	
	width: 400px;
}
#myAccountNav {
	margin: 15px;
	height:40px;
	border-bottom: 1px dashed #ccc;	
}
#myAccountNav li {
	margin-left: 20px;
	margin-top:2px;
	text-transform: uppercase;	
}

/** ================================
 ALERT POPUP BOXES styles (basic.css cont'd)
=================================**/
.alertbox {
	color:#3D4341;
	font-size:12px;
	width:335px;
	border:3px solid #ccc;
	position:absolute;
	margin-left:465px;
	background:#fff; 
	text-align:left;
	overflow:hidden; 
	z-index:1001;
}
.alertbox #alertBoxContent {
	border:5px solid #fff;
	height:345px;
}
.alertbox #alertBoxContent #alertBoxScroller {
	margin:5px;
	height:315px;
	overflow-y:auto;
	overflow-x:hidden; 
}	
.alertboxMedium {
	width:300px;
	height:170px;
	border:0; 
	position:absolute; 
	color:#F00;
	background:#fff;
	text-align:left;
	z-index:1001;
	font-size: 11px;
}	
.alertboxMedium #alertBoxContent {
	border:3px solid #ccc;
	height:160px;
}
.alertboxMedium #alertBoxContent #alertBoxScroller {
	margin:5px;
	height:130px;
	overflow-y:auto;
	overflow-x:hidden; 
}	
.alertboxSmall {
	width:230px;
	height:100px;
	border:0; 
	position:absolute; 
	color:#F00;
	background:#fff;
	text-align:left;
	z-index:1001;
	font-size: 11px;
}	
.alertboxSmall #alertBoxContent {
	border:3px solid #ccc;
	height:90px;
}
.alertboxSmall #alertBoxContent #alertBoxScroller {
	margin:5px;
	height:60px;
	overflow-y:auto;
	overflow-x:hidden; 
}	
.alertboxQuickView {
	color:#3D4341; 
	font-size:12px;
	width:525px; 
	height:325px;
	overflow:visible;
	border:3px solid #ccc;
	position:absolute; 
	background:#fff; 
	text-align:left; 
	z-index:1001;
	padding:0px;
}
.alertboxCVC {
	color:#3D4341; 
	font-size:12px;
	width:440px; 
	height:300px;
	overflow:hidden;
	border:3px solid #ccc;
	position:absolute; 
	background:#fff; 
	text-align:left; 
	z-index:1001;
	padding:0px;
}
.alertboxCVC #alertBoxScroller	{
	margin-top:10px;
	height:250px;
	padding:5px;
	overflow:auto;
}	
.alertboxCVC #alertBoxScroller table	{
	width:350px;
}	
.alertboxQuickView h2 {
	color:#f00;
	border-bottom:solid 1px #c0c0c0;
	width:175px;
	font-size:10px;
	margin-left:10px;
	margin-bottom:3px;
}
#alertBoxCloseButton .secondaryButton {
	font-weight:normal;
	background:none;
	background-color:#ccc;
	line-height:10px;
}
.hide {
	display:none;
}
#shoppingBagWindow {
	width:400px;
	margin-left:405px;
	margin-top: -55px;
}
#shoppingBagWindow h2 {
	color:#C10534;
	border-bottom:solid 1px #c0c0c0;
	width:94%;
	margin-left:10px;
	margin-bottom:3px;
}
#shoppingBagWindow table {
	width:95%;
	font-size:11px;
	color:#000000;
	margin-left:5px;
}
#shoppingBagWindow td {
	height:20px;
	padding:4px 0;
}	
#shoppingBagWindow td.shoppingCartLine {
	height:5px;
	font-size:1px;
}
#shoppingBagWindow input {
	float:right;
	margin: 5px 20px 5px 0px;
	background: #C10534;
	border: 0px;
	color: #fff;
}
#returnBox	{
	margin-left:5px;
	font-size:11px;
}
#returnBox h2	{
	font-weight:bold;
	font-size:12px;
}
#returnBox #returnConfirm {
	font-weight:bold;
	margin-bottom:10px;
}
#returnBox input	{
	clear:left;
	float:left;
}
#returnBox input.agreeCheck	{
	border:0px;
	margin-top:0px;
}	
.profileCreateError {
	color:#3B4441;
	width:320px;
	height:90px;
	border:1px solid #fff; 
	position:absolute;
	font-size:12px;
	color:#E9F3EB;
	background:#fff;
	text-align:left;
	z-index:1001;
}
.profileCreateError #alertBoxContent {
	border:3px solid #F00;
	height:80px;
} 
.profileCreateError #alertBoxContent #alertBoxScroller {
	margin:5px;
	height:50px;
	overflow-y:auto;
	overflow-x:hidden; 
}
/** ================================
 ALERT POPUP BOXES CONTENT styles 
=================================**/
#alertBoxContent {
	font-size:10px;
}
#alertBoxScroller {
	color: #353E39;
	margin:0px 5px;
}
#alertBoxScroller h1 {font-size:16px;margin-bottom:10px;}
#alertBoxScroller h2 {font-size:14px;color:#C10534;}
#alertBoxScroller h3 {font-size:11px;margin-bottom:10px;}
#alertBoxScroller h4 {font-weight:bold; margin-left:10px;}
#alertBoxCloseButton {
	align:right;
	height:15px;
	clear:both;
	margin:2px;
}
#alertBoxCloseButton button {
	font-size:10px;
	float:right;
	background-color:#ccc;
	width:12px;
	height:12px;
	color:#fff;
	border:none;
	cursor:pointer;
}
#alertBoxScroller ul {
	padding: 10px 2px 10px 1px;
	margin-top: 10px;
} 
#alertBoxScroller p {
	margin:0 0 5px 0;
}
/** ================================
BASIC TABLE styles 
=================================**/
table {
	width:100%;
}
td {
	border-bottom: 1px solid #E5E6E6;
}
th {
	background: #999;
	text-align: center;
	color: #F5F4F2;
	font-weight: normal;
	height: 20px;
}
/** ================================
SIMPLE TABLE styles
=================================**/
.simpleTable {
	width:99%;
	color:#333;
	font-size:10px;
}
.simpleTable td {
	border-bottom: 1px solid #E5E6E6;
	padding:3px 3px 5px 3px;
	margin-right:3px;
	vertical-align:top;
	text-align: center;
}
.simpleTable .alignRight {text-align:right;}
.simpleTable .paddingRight {padding-right:10px;}
td.priceTotal, th.priceTotal  {
	text-align:right;
}
.simpleTable thead th {
	background: #dfdfdf;
	color:#333;
	font-weight: normal;
	height: 20px;
	/*text-transform:lowercase;*/
	padding:2px;
}
.simpleTable thead th.productName {
	width:330px;
}
.simpleTable tbody td {
	padding: 5px;
	/*border-left: 1px solid #ccc; border-bottom: 1px solid #ccc;*/
}
.simpleTable select {
	float:none;
	text-align:left;
}
.simpleTable select.reason {
	float:none;
	text-align:left;
	width:95px;
	font-size:9px;
	font-family:arial;
	height:16px;
}
.simpleTable thead th.colorSize {
	width:60px;
}
.simpleTable thead th.quantity {
	width:25px;
}
.simpleTable input.quantityBox {
	width:15px;
	font-family:arial;
	font-size:10px;
}
.simpleTable select.inputShort {
	text-align:left;
	height:16px;
}
td img {
	float:left;
}
th.product {
	border-bottom: 1px solid #E5E6E6;
}
.simpleTable td.tableProduct {
	border:0;
	border-left: 1px solid #E5E6E6;
	border-bottom: 1px solid #E5E6E6;
}
.simpleTable td.size {
	border:0;
	border-left: 1px solid #E5E6E6;
	border-bottom: 1px solid #E5E6E6;
}
.simpleTable td.price {
	border:0;
	border-left: 1px solid #E5E6E6;
	border-bottom: 1px solid #E5E6E6;
}
.simpleTable td.qty {
	border:0;
	border-left: 1px solid #E5E6E6;
	border-bottom: 1px solid #E5E6E6;
}
.simpleTable td.prodTotal {
	border:0;
	border-left: 1px solid #E5E6E6;
	border-right: 1px solid #E5E6E6;
	border-bottom: 1px solid #E5E6E6;
}
td.medium {
	width:130px;
}
td.short {
	width:50px;
}
td.xshort {
	width:40px;
}
.simpleTable .subtotal,.simpleTable .shipping,.simpleTable .taxes,.simpleTable .gift {
	background: #f7f7f7;
	border:0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #E5E6E6;
	text-align:right;
}
.simpleTable .total {
	background: #E5E5E5;
	border-bottom: 1px solid #E5E6E6;
	text-align:right;
}
.simpleTable .grandtotal {
	background:#5c5c5c;
	color:#fff;
	font-weight: bold;
	border:0;
	text-align:right;
	font-size:12px;
}
/** ================================
SEARCH styles
=================================**/
.searchWindow, .shoppingBagSmallWindow	{
	z-index:1001;
	position:absolute;
	left:10px;
	top:2px;
	width:110px;
	height:40px;
	padding:20px 0;
	font-size:9px;
	/*border: 1px solid #F2F4F3;*/
}
.shoppingBagSmallWindow {
	width:120px;
}
/** ================================
MY ACCOUNT WINDOW styles
=================================**/
.shoppingBagSmallWindow ul {
	padding-top: 5px;
}
.shoppingBagSmallWindow li {
	list-style:none;
	background:none;
}
.shoppingBagSmallWindow li a {
	font-size:9px;
	padding:0 0 0 5px;
	height:15px;
	display:block;
	background:none;
}
.opaque{
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity:0.8;
}
/** ================================
SHOPPING WINDOW styles
=================================**/
.shoppingBagSmallWindow {}
.shoppingBagSmallWindow div{
	color:#666;
	font-family:Tahoma;
	font-size:1em;
	width:100%;
	padding:4px;
}
.shoppingBagSmallWindow a {
	text-decoration:none;
	font-size:1.3em;
	color:#666;
	background-color:#fff;
}
/** ================================
WISH LIST styles
=================================**/
#wishList {
	margin-top: 15px;
}
#wishList h3 {
	font-size: 12px;
		
}
.listItems {
	margin-left: 10px;	
}
.listItems li {
	margin: 0px auto;
	width:315px;
	display:block;
	float:left;
	margin-bottom:5px;
}
.CheckboxWishlist {
	float:left;
	width:80px;
	text-align:left;
	font-size:9px;
	margin-top: 10px;
	color:#999;
}
.CheckboxWishlist input {
	margin:0 2px;
	border:0px;
}
.ImageWishlist a img {
	float:left;
	/*width:75px;
	height:100px;*/
	border:0;
	font-size:9px;
	margin-top: 10px;
}
.ImageWishlist a {
	border: 0;
}
.DescriptionWishlist {
	float:left;
	width:125px;
	margin:0;
	padding:0;
	margin-left:10px;
	margin-top: 10px;
}
#rightContentBlock .DescriptionWishlist ul{
	width:134px;
	margin:0;
	display:block;
}
.DescriptionWishlist li {
	text-transform:capitalize;
	font-size: 11px;
	width: 120px;
}
.checkboxWish {
	clear:both;
	float: left;
	margin:10px 5px 0 0;
}
/** ================================
STORE LOCATOR styles
=================================**/
.storeLocator {
	margin-left:40px;
	padding:0;
	line-height:160%;
}
/** ================================
ERROR styles
=================================**/
#errorBlock {
	width:560px; 
	margin-top:170px;
	color:#C10534;
	padding:10px;
	font-size:18px; 
	line-height:25px; 
	text-align:center;
}
/** ================================
 MY ACCOUNT styles (from myAccount.css)
=================================**/
#containerBlock {
  	padding-left:10px;
	overflow:hidden;
}
.informationContainer {
	clear:both;
	border:0; 
	padding:10px;
	margin:0 10px 10px 0;
}
.informationContainerMiddle label {
	margin:0;
	width:175px;
	padding:5px 0;
	height:auto;
}
.informationContainerMiddle label span {
	font-weight: bold;	
}
.informationContainer .labelInfo {
	padding:0; 
	margin:0;
}
.informationContainerMiddle {
	width:150px; 
	float:left;
	margin:10px 0;
	display:inline;
}
.informationContainerMiddle li {
	list-style:none;
	list-style-image:none; 
	padding:2px 0; 
	margin:0;
	font-size: 11px;
}
#MessageSection {
	width: 350px;
	padding-left: 20px;
	clear: both;
}
#addressBook {width: 930px;}
#addressBook.hlist li {width: 200px;display:block;float:left;margin-left:0px; margin-bottom:15px;}
/** ================================
GUEST CHECK ORDER STATUS styles
=================================**/
#leftContentBlock.checkOrderBody {
	width: 600px;
	float:left;
	margin:0px 10px 10px 10px;
	margin-bottom: 10px;	
}
#rightContentBlock.checkOrderMenu {
	float: left;
	margin-bottom: 10px;
}

/** ================================
TOP TOOLBAR styles
=================================**/
#toolBar {
	width:980px;
	font-size:9px;
	/*text-transform:capitalize;*/
}
#toolBar a {
	color:#777777;
	text-decoration:none;
}
#toolBar a:hover {
	color:#A90505;
	text-decoration:underline;
}
#toolBar strong a {
	color:#A90505;
	font-weight:normal;
}
#toolBar #topForm {
	background:url('/_static/images/www/eng/bgToolbarForm.jpg');
	width:333px;
	height:43px;
	float:left;
	overflow:hidden;
}
#toolBar #topForm input, #toolBar #topForm select {
	font-size:10px;
	float:left;
	font-family:tahoma;
}
#toolBar #topForm input#searchTerm	{
	height:13px;
	border:solid 1px #909090;
	width:80px;
	margin:8px 0 0 52px;
}
#toolBar #topForm select#searchSection {
	height:15px;
	border:solid 1px #909090;
	width:115px;
	margin:8px 0 0 42px;
}
#toolBar #topForm #srcGo {
	margin:7px 0 0 5px;
	width:20px;
	height:20px;
	border:0;
}  	
#toolBar #topInfo {
	background:url('/_static/images/www/eng/bgToolbarInfo.gif');
	width:160px;
	height:43px;
	float:left;
	padding:25px 0 0 7px;
	overflow:visible;
}
#toolBar #langSelect,#toolBar #langSelectFre {
	float: right;
	width: 20px;
	height: 22px;
}
#toolBar #langSelect a {
	width: 16px;
	height: 16px;
	background: url(/_static/images/www/eng/langSelect.gif) no-repeat;
	display:block;
}
#toolBar #langSelectFre a {
	width: 16px;
	height: 16px;
	background: url(/_static/images/www/fre/langSelect.gif) no-repeat;
	display:block;
}
/** ================================
EMAIL SIGN UP FORM styles
=================================**/
#enterEmail {
	width:190px;
	height:51px;
	background:url('/_static/images/www/eng/bgEnterEmail.gif');
	background-repeat:no-repeat;
	margin-top:10px;
}
#enterEmail form {
	position: relative;
	top: 25px;
	left:7px;
}
#enterEmail input {
	width:140px;
}
#enterEmail #btnEmailGo	{
	margin:-3px 10px 0 0;
}
/** ================================
RIGHT SIDE styles
=================================**/
#bannerBlockRight h2 {
	background:url('/_static/images/www/Shared/bgH2.png');
	height:30px;
	overflow:hidden;
	padding:9px 0 0 0;
}
#bannerBlockRight h2 {
	text-transform:uppercase;
}
/*copyright*/
.copyright {
	margin: 0px auto; 
	color:#333;
	font-size:10px;
	text-align:center;
	height:20px;
	width:80%;
}
/*content box 387px*/
.BoxTop {
	font-size:1px;
	width:387px;
	height:10px;
	background:url('/_static/images/www/Shared/387pxBoxTop.gif')
}
.BoxMiddle {
	padding-left:10px;
	color:#9b9b9b;
	width:375px;
	margin-top: 15px;
	margin-bottom: 15px;
	/*overflow:hidden;*/
}
.BoxMiddle h3 {
	font-size: 12px;
}
.BoxMiddle hr {
	width:365px;
	height:1px;
	color:#dfdfdf;
	background-color:#dfdfdf;
	border:0;
	margin:0 0 10px 0;
}
.BoxMiddle ul {
	padding:0;
	margin:0 0 10px 5px;
    clear:left;
    font-size: 11px;
}
.BoxMiddle li {
	margin-left:10px;
	list-style-position:outside;
}
.BoxMiddle form {
	width:370px;
	margin-top: 15px;
}
.checkoutContentRight .BoxMiddle #userLoginForm {
	margin-top: 0px;	
}
#forgotPasswordForm {
	margin-top: 25px;	
}
.BoxBottom {
	margin-bottom: 10px;
	font-size:1px;
	width:387px;
	height:10px;
	background:url('/_static/images/www/Shared/387pxBoxBottom.gif');
}	
/*rightContentBlock Box*/
#rightContentBlock ul {
	padding:0;
	margin:10px 10px 0 20px;
	padding: 2px 0; 
	text-transform:lowercase;
	padding-bottom: 10px;
}
#rightContentBlock li a {
	list-style:none;
	padding:2px;
	display:block;
	padding-left:8px;
	background:url(/_static/images/www/Shared/arrowLi.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	font-size:10px;
	font-weight:bold;
}
#rightContentBlock li strong a {
	color:#333;
	font-weight:bold;
	padding-left:8px;
	background:#f8f8f8 url(/_static/images/www/Shared/arrowLiOn.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}
#rightContentBlock li a:hover {
	text-decoration: underline;
	background:#FAF1F1 url(/_static/images/www/Shared/arrowLi.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}
#rightContentBlock ul ul {
	padding:0;
	margin:5px 10px 0 5px;
}
#rightContentBlock ul ul li {
	margin:0;
	width:125px;
}
#rightContentBlock ul ul li a {
	font-weight:normal;
	background:url(/_static/images/www/Shared/arrowLi2.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}
#rightContentBlock ul ul li a:hover {
	background:#FAF1F1 url(/_static/images/www/Shared/arrowLi2.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}
#rightContentBlock h3 {
	border-bottom: 1px solid #dfdfdf;
	margin:0 8px;
	padding:4px;
}
.rightColumnBoxTop {
	width:163px;
	height:10px;
	background:url(/_static/images/www/Shared/rightColumnBoxTop.png);
	background-repeat:no-repeat;
}
.rightColumnBoxMiddle {
	width:161px;
	/*background:url(/_static/images/www/Shared/rightColumnBoxMiddle.png);
	background-repeat:repeat-y;*/
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom:0;
	padding-bottom:10px;
}
.rightColumnBoxMiddle p {
	margin-left:10px;
}
.rightColumnBoxBottom {
	width:163px;
	height:11px;
	background:url(/_static/images/www/Shared/rightColumnBoxBottom.png);
	margin-top: -10px;
	background-repeat:no-repeat;
}
/*580px box used on ShoppingBag*/
.wideBoxTop {
	width:580px;
	height:10px;
	background:url(/_static/images/www/Shared/580boxTop.png);
}
.wideBoxMiddle {
	width:577px;
	border: 1px solid #E0DFDF;
	border-top: 0;
	border-bottom:0;
	padding-bottom:10px;
}
.wideBoxMiddle p {
	margin-left:10px;
}
.wideBoxBottom {
	width:580px;
	height:11px;
	background:url(/_static/images/www/Shared/580boxBottom.png);
	margin-top: -10px;
}
td.errorUnavailable, td.errorLackOfStock	{
	border-top:solid 1px #C10534;
	border-left:solid 1px #C10534;
	border-right:solid 1px #C10534;
	color:#C10534;		
}
td.errorUnavailableBottom	{
	border-top:solid 1px #C10534;
	font-size:1px;
}
td.errorLackOfStockCell {
	border-bottom:solid 1px #C10534;
}
td.productErrorLeft	{
	border-left:solid 1px #C10534;
}
td.productErrorLeft	input {
	border:solid 1px #cdcdcd;
	color:#cdcdcd;
}
td.productErrorRight {
	border-right:solid 1px #C10534;
	color:#cdcdcd;
}
td.errorLackOfStockCellLeft {
	border-left:solid 1px #C10534;
	border-bottom:solid 1px #C10534;	
}	
td.errorLackOfStockCellRight {
	border-right:solid 1px #C10534;
	border-bottom:solid 1px #C10534;	
}		
.CMS ul, .CMS li	{
	list-style-type:disc;
	list-style-position:inside;
}	
#processing	{
	text-align:center;	
	background-color:#FFFFFF;
	border:1px solid #000000;
	height:150px;
	left:50%;
	margin-left:-150px;
	margin-top:-75px;
	position:absolute;
	top:50%;
	width:300px;	
}


/*special for newsletter signup*/
#newsLetterForm  {
	width:350px;
}
label#language {
	margin-top: 4px;
}
#newsletterBrands {
	font-size:11px;
	width: 325px;
	display:block;
	padding-top:0px;
}
#newsletterBrands.hlist li {
	margin:5px;
	width:125px;
	white-space:nowrap;
}
/*the mainbutton style is under basic.css*/
/*mandatory field style is under basic  .css*/
h2.sendtoFriend {
	padding-top: 2px;
	margin-left:10px;
}
#sendProductDetails {
	margin-left:-10px;
	width:340px;
}
#sendProductDetails .note {
	clear:both;
	margin:0 10px 18px 0;
}
#sendProductDetails .sendtofriendColumn {
	float:left;
	width:170px;
	margin-top:5px;
}
#sendProductDetails .sendtofriendMessage {
	float:left;
	width:340px;
	margin-top:5px;
}
#sendProductDetails .inputLabels {
	padding-left:15px;
}
#sendProductDetails label {
	width:15px;
	margin:3px 0;
	font-weight:normal;
	font-size:10px;
	overflow:visible;
	text-align:center;
}
#sendProductDetails label.inputerror {
	background:transparent url(/_static/images/www/Shared/errorExclamation.png) no-repeat 1px 3px;
	text-indent:-99999px;
}
#sendProductDetails label.message {
	width:100px;
}
#sendProductDetails .input {
	width:145px;
	margin:3px 0;
}
#sendProductDetails textarea {
	width:315px;
	font-family:Tahoma,Arial,sans-serif;
	font-size:10px;
	border:solid 1px #7b7b7b;
	float:left;
	height:40px;
}
#sendProductDetails h3 {
	margin:10px 0 0 10px;
	padding:5px 0 0 5px;
}
.orderStatusDetails	{
	display:block;
	float:left;
	height:16px;
	margin-bottom:4px;
}
/** ================================
 MAINTENANCE styles (from maintenance.css)
=================================**/
#wrapper	{
	width:800px;
	height:100%;
	background-color:#fff;
	margin:0 auto;
	font-size:12px;
}
#wrapper span {
	color:#fff
}
#background	{
	display:block; 
	width:800px;
	height:558px;
}
.maintenanceLogo {
	background-image:url("/_static/images/www/Shared/Logo.gif");
	width:230px; 
	height:85px;
	position:relative; 
	left:285px; 
	top:185px;
}
.maintenanceMsgEng {
	width:800px;
	float:left; 
	position:relative; 
	top:224px;
	text-align:center;
}
.maintenanceMsgFre{
	width:800px;
	float:left; 
	position:relative; 
	top:302px;
	text-align:center;
}
#crossSellBlock h4 {
	margin: 0 0 10px 0; 
	padding: 0;
	font-size: 75%; 
	font-weight: normal;
}
.emailNotification {
	margin-top:15px;
}
/** ================================
 MY ACCOUNT TOP NAV LOGIN styles 
=================================**/
#myAccountBox {
	margin-left: 815px;	
	top: -45px;
}
#myAccountBox ul {
	padding-left: 10px;
}
.myAccountBackground	{
	position:absolute; top:0; right:-5px; z-index:-10;
	width:100%; height:55px;
	background-color:#fff;
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.80; opacity:0.8;
	border: 1px solid #F2F4F3;
}
.myAccountWindow {
	font-size:9px;
	height:40px;
	left:10px;
	padding:0pt 0pt 20px;
	position:relative;
	top:2px;
	width:110px;
	z-index:1001;
}
.closeX {
	/*height:15px;
	margin-bottom:3px;*/
	text-align:right;
	width:100%;
}
/** ================================
 PRINT PAGE styles 
=================================**/
#productDetailPrint  {
	width: 980px;
	background: #fff;
	padding-bottom: 25px;
}
/** ================================
 CONTACT US styles 
=================================**/
#storeContactBox {
	float:left;
	width:350px;
	}
#storeQuestionBox {
	float:left;
	width:450px;
	}
/* ==================================================================================================================== */
/*                                                                                                                      */
/*   GENERAL FUNCTIONALITY CODE FOR ALL MENUS                                                                           */
/*                                                                                                                      */
/* ==================================================================================================================== */


.nav, .nav ul {
	padding:0; 
	margin:0;
	list-style:none;
	line-height:1;	
	}

.nav li {
	float: left;
	}

.nav a {
	display: block;
	}

.nav li ul {
	position: absolute;
	left: -999em;
	}

.nav li:hover {
	background-position: 0 0;
	}
	
.nav li:hover, 
.nav li.sfhover	
	{    
	left: auto;
	}	






/* ==================================================================================================================== */
/*                                                                                                                      */
/*   CUSTOMIZE THE FOLLOWING - ONE BLOCK FOR EACH MENU (IN CASE THERE ARE MORE THAN ONE)                                */
/*                                                                                                                      */
/* ==================================================================================================================== */





/* ==================================================================================================================== */
/*   CUSTOMIZING THE FIRST MENU , ID = "topBrandNav"                                                                   */
/* ==================================================================================================================== */



/* ----- GENERAL CUSTOMIZATION ---------------------------------------------------------------------------------------- */
	
	#topBrandNav { margin-left: 38px; } /* To center Nav. 980px - total width divide by 2. */

	/*#topBrandNav li, #topBrandNav li a {
		width:150px; height:23px;			default width & height of ALL menu options 
		} */
	
	#topBrandNav li a {
		border:0;				/* default border of ALL menu options */
		}
	



/* ----- IF LEVEL 1 CUSTOMIZATION ------------------------------------------------------------------------------------- */
	
	
	#topBrandNav li#molsonID64 { /* Molson Signature */
		width:132px; height:23px;			/* width & height of level 1 option 1, if different from default */
		background-image:url('/_static/images/www/eng/molsonSig.gif');		/* optional: (background) image for level 1 option 1 */
		}

	#topBrandNav li#molsonID65 { /* Molson Canadian */
		width:128px; height:23px;			/* width & height of level 1 option 2, if different from default */
		background-image:url('/_static/images/www/eng/molsonCan.gif');		/* optional: (background) image for level 1 option 1 */
		}

	#topBrandNav li#molsonID66 { /* Molson Dry */
		width:90px; height:23px;			/* width & height of level 1 option 3, if different from default */
		background-image:url('/_static/images/www/eng/molsonDry.gif');		/* optional: (background) image for level 1 option 1 */
		}		

	#topBrandNav li#molsonID67 { /* Molson Export */
		width:110px; height:23px;			/* width & height of level 1 option 4, if different from default */
		background-image:url('/_static/images/www/eng/molsonEx.gif');		/* optional: (background) image for level 1 option 1 */
		}	

	#topBrandNav li#molsonID68 { /* Coors Light */
		width:90px; height:23px;			/* width & height of level 1 option 5, if different from default */
		background-image:url('/_static/images/www/eng/coorsLight.gif');		/* optional: (background) image for level 1 option 1 */
		}

	#topBrandNav li#molsonID69 { /* Pilsner */
		width:62px; height:23px;			/* width & height of level 1 option 6, if different from default */
		background-image:url('/_static/images/www/eng/pilsner.gif');		/* optional: (background) image for level 1 option 1 */
		}

	#topBrandNav li#molsonID70 { /* Rickards */
		width:74px; height:23px;			/* width & height of level 1 option 7, if different from default */
		background-image:url('/_static/images/www/eng/rickards.gif');		/* optional: (background) image for level 1 option 1 */
		}
		
	#topBrandNav li#molsonID76 { /* MGD */
		width:39px; height:23px;			/* width & height of level 1 option 7, if different from default */
		background-image:url('/_static/images/www/eng/mgd.gif');		/* optional: (background) image for level 1 option 1 */
		}
		
	#topBrandNav li#molsonID77 { /* Molson M */
		width:78px; height:23px;			/* width & height of level 1 option 7, if different from default */
		background-image:url('/_static/images/www/eng/molsonM.gif');		/* optional: (background) image for level 1 option 1 */
		}

	#topBrandNav li#molsonID78 { /* Molson M */
		width:78px; height:23px;			/* width & height of level 1 option 7, if different from default */
		background-image:url('/_static/images/www/eng/molsonM.gif');		/* optional: (background) image for level 1 option 1 */
		}

	#topBrandNav li#molsonID77,	#topBrandNav li#molsonID79 {
		display:none;
	}


	#topBrandNav li#molsonIDAlleng { /* All Brands ENGLISH */
		width:85px; height:23px;			/* width & height of level 1 option 8, if different from default */
		background-image:url('/_static/images/www/eng/allBrands.gif');		/* optional: (background) image for level 1 option 1 */
		}
		
	#topBrandNav li#molsonIDAllfre { /* All Brands FRENCH */
		width:140px; height:23px;			/* width & height of level 1 option 9, if different from default */
		background-image:url('/_static/images/www/fre/allBrands.gif');		/* optional: (background) image for level 1 option 1 */
		}

/* ----- IF LEVEL 1 MENU IS MADE OF IMAGES ---------------------------------------------------------------------------- */

	#topBrandNav li a {
		text-indent:-9999px;				/* optional, only if level 1 are images */
		height: 23px;
		}	


	#topBrandNav li:hover, #topBrandNav li.sfhover {
		background-position:0 -25px;			/* if level 1 are images, position the image the appropriate number of pixels up */		
		}	