body {
    background: #e0e0e0;
}
body #outer {
    /*background: #fff;*/
    background: #fff url(../images/main_bg.gif) 0 0 repeat-x;
}
body #outerWrapper {
    /*background: #fff url(../images/main_bg.gif) 0 0 repeat-x;*/
    padding-top: 20px;
    padding-bottom: 20px;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 0;
    height: 0;
}
html>body .clearfix {
    height: auto;
}
.clear {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    font-size: 1px;
    margin: 0;
    padding: 0;
	
}
#atffc {
    display: none;
}
/*=Global GT header
---------------------------------------------------------------------------- */
#globalGTHeader {
    background: #fbd900;
    min-height: 30px;
    height: auto !important;
    height: 30px;
    margin: 0;
    border-bottom: 3px solid #000;
	top:0;

}
#globalGTHeader #globaGTHeaderInner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
#globalGTHeader #globaGTHeaderInner #globalNavGrad {
    /* background: url('../images/wrapper/global_nav_left.gif') 0 0 no-repeat; */
    width: 100px;
    height: 30px;
    position: absolute;
    left: -100px;
    top: 0;
}
#globalGTHeader #globaGTHeaderInnerFr {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
#globalGTHeader #globaGTHeaderInnerFr #globalNavGrad {
    /* background: url('../images/wrapper/global_nav_left.gif') 0 0 no-repeat; */
    width: 100px;
    height: 30px;
    position: absolute;
    left: -100px;
    top: 0;
}
#globalGTHeader #globaGTHeaderInner #globalGTHeaderRight {
    /* background: url('../images/wrapper/global_nav_right.gif') 0 0 no-repeat; */
    float: left;
    width: 130px;
    padding-left: 150px;
}
#globalGTHeader #globaGTHeaderInnerFr #globalGTHeaderRight {
    /* background: url('../images/wrapper/global_nav_right.gif') 0 0 no-repeat; */
    float: left;
    width: 130px;
    padding-left: 70px;
}
#globalGTHeader ul, #globalGTHeader ul li {
    /* background: url('../images/global_nav_divider.gif') 100% 0 no-repeat; */
    float: left;
    font-size: 92%;
    font-weight: bold;
    padding: 0 2px 0 0;
}
#globalGTHeader ul {
    list-style: none;
    margin: 0;
    padding-left: 2px;
    padding-right: 0;
}
#globalGTHeader ul li a {
    background: url('../images/global_nav_bg.gif') 0 0 repeat-x;
    display: block;
    float: left;
    color: #000;
    min-height: 23px;
    height: auto !important;
    height: 23px;
    line-height: 16px;
    padding: 7px 4px 0 4px;
}
#globalGTHeader ul li a.landing-page {
    background: url('../images/global_nav_bg_land.gif') 0 0 repeat-x;
}
#globalGTHeader ul li a:hover {
    background-position: 0 -60px;
    text-decoration: none;
}
#globalGTHeader #globalSearch {
    float: left;
    padding-top: 3px;
    padding-left: 0;
    display: none;
}
#globalGTHeader #globalSearch li {
    float: left;
    margin: 0;
    padding: 0;
}
#globalGTHeader p {
    margin: 0;
}
#globalGTHeader #globalSearch .textField {
    background: #fff;
    color: #797979;
    border: 0;
    width: 140px;
    height: 17px;
    padding: 3px 0 0 3px;
    margin-top: 1px;
}
#globalGTHeader #globalSearch .btnGo {
    background: url('../images/btn_go.gif') 0 0 no-repeat;
    display: block;
    height: 24px;
    width: 24px;
    border: 0;
    text-indent: -9999px;
    margin-left: 6px;
    cursor: pointer;
    color: transparent;
    text-transform: capitalize;
    position: relative;
}
#globalGTHeader #globalLangLink {
    float: left;
    font-size: 92%;
    padding: 7px 8px 0 8px;
}
#globalGTHeader #globalLangLink a {
    color: #000;
    font-weight: bold;
    line-height: 16px;
}
#globalGTHeader #globalGTTab {
    display: block;
    float: left;
    height: 30px;
    position: relative;
}

/*=Global GT footer
---------------------------------------------------------------------------- */
#globalGTFooter {
    background: #e0e0e0;
    width: 100%;
    min-height: 150px;
    height: auto !important;
    height: 150px;
    margin-top: 0;
    clear: both;
}
#globalGTFooter #globalGTFooterInner {
    width: 1010px;
    margin: 0 auto;
}
#globalGTFooter ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 12px 15px 0 20px;
}
#globalGTFooter ul li {
    font-size: 85%;
    text-align: left;
}
#globalGTFooter ul li a {
    color: #000;
    text-decoration: none;
}
#globalGTFooter ul li a:hover {
    text-decoration: underline;
}
#globalGTFooter #copyrightInfo {
    float: right;
    width: 300px;
    font-size: 85%;
    padding-top: 7px;
}
#globalGTFooter #copyrightInfo p {
    line-height: 35px;
    padding-right: 40px;
    text-align: right;
}
#globalGTFooter #copyrightInfo #globalFooterLogo {
    float: right;
    display: block;
}

#accesibilityIcon{
	padding:10px 10px 0 0;
	float:right;
	/*pad*/
}
#footerRight{
	float:right;
	width:230px;
	padding-right:40px;
}
#socialIcons{
	float:left;
	margin-right:10px;
	padding-left:25px;
	width:90px;
}
#footerLinks{
	float:left;
	width:610px;
}

#eNewsLetterBar{
	height:55px;
	background-color:#ff4632;
	bottom:0;
	position:fixed;
	background-attachment:scroll;
	display:block;
	width:100%;
	line-height:55px;
	font: 13px arial,helvetica,clean,sans-serif;
	text-align:center;
	
}

#closeENewsBar{
	color:#FFF;
	font-size:1em;
	width:50px;
	float:left;
	
}
#eNewsLetterInner{
	margin-left: auto;
	margin-right: auto;
	width:1010px;
	color:#FFF;
	font-size:1.5em;
	padding-top:5px;
	
}
#eNewsSignUpBtn{
	 background: url("../images/sign_up_btn_bg.jpg") no-repeat;
	 display:inline-block;
	 width:170px;
	 height:30px;
	 color:#000;
	 font-size:.9em;
	 line-height:30px;
	 text-align:center;
	 text-decoration:none;
}
#eNewsSignUpBtn-fr{
	 background: url("../images/sign_up_btn_bg_fr.jpg") no-repeat;
	 display:inline-block;
	 width:210px;
	 height:30px;
	 color:#000;
	 font-size:.7em;
	 line-height:30px;
	 text-align:center;
	 text-decoration:none;
}

#alreadyMember{
	font-size:0.8em;
	margin-left:auto;
	margin-right:auto;
}

#alreadyMember a{
	color: #777C39;
    outline: medium none;
}

/*=Layout
---------------------------------------------------------------------------- */
/*#container {
    background: url('../images/wrapper/global-bg.png') 0 0 no-repeat;
    width: 1010px;
	min-height: 600px;
    height: auto !important;
    height: 600px;
    text-align: left;
    margin:0 auto;
}*/

/*------- New Container ----------*/

#container {
	background: #fff;
	width: 1010px;
	min-height:600px;
	height: auto !important;
	height: 600px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
	text-align: left;
	margin: 0 auto; 
}

#container #down {
    padding: 14px 14px 0 14px;
    margin: 0;
	float:left;
	/*background: #fff;*/
}
#container #pageHeader {
    width: 982px;
    height: 52px;
    margin: 0 auto;
    padding-bottom: 14px;
}
#container #flashObject {
    min-height: 300px;
    height: auto !important;
    height: 300px;
    width: 961px;
    margin: 10px 0 0 10px
}
#container #hubHeader {
    width: 960px;
    margin-left: 11px;
    margin-top: 5px;
	float:left;
	height:112px;
}

#fiftyLogo {
    position: relative;
    z-index: 4000;
    top: -110px;
    left: 478px;
    width: 209px;
    height: 180px;
}

#hubHeader #imageHolder {
    float: left;
    width: 694px;
    height:110px;
}

#bgHolderEN, #bgHolderFR {
    float: left;
    width: 266px;
    height:112px;
	
}
#bgHolderEN #storeCount{
	padding-top:17px;
	color:#000;
	font-weight:bold;
	text-align:center;
	display:block;
	font-size:1.15em;
	width:240px
	
}
#bgHolderFR #storeCount{
	padding-top:17px;
	color:#000;
	font-weight:bold;
	text-align:center;
	display:block;
	font-size:1.15em;
	width:240px
	
}

a.headerLinkFR {
    position: relative;
    left: 20px;
    font-size: .75em;
    color: #000;
    display: block;
}

#btsHolder{
	background: url("../images/hub/bts_hub_header_bg.jpg") repeat-x scroll 0 0 transparent;
	float:left;
	width:266px;
}

#btsHolder img{
	margin-left: -30px;
    margin-top: -10px;
    z-index: 4000;
}
a.headerLink {
    position: relative;
    top: 2px;
    left: 10px;
    font-size: .75em; 
    color: #000;
	display: block;
}

a:hover.headerLink, a:hover .headerLinkFR {
    text-decoration: underline;
}
#outerContainer{
	height:auto;
}

#hubHeader #bgHolderEN {
    /*background: url('../images/hub/hub_header_bg.jpg') repeat-x;*/
}

#hubHeader #bgHolderFR {
    /*background: url('../images/hub/hub_header_bg.jpg') repeat-x;*/
}


#container #hubLogo {
    float: left;
    margin-top: 14px;
    padding-left: 45px;
}
#container #hubLogoFr {
    float: left;
    margin-top: 14px;
    padding-left: 0;
}
#container #communityBlock {
    float: left;
    width: 360px;
    height: 162px;
    /*margin-top: 14px;
    margin-left: 10px;*/
    border: 2px solid #dbdbdb;
}
#container #communityBlock h3 {
    font-family: arial, sans-serif;
    font-size: 131%;
    text-align: center;
    margin: 40px 0 25px 0;
}
#container #communityBlock ul li {
    float: left;
    list-style: none;
    padding-right: 20px
}
#container #communityBlock ul li.last {
    padding-right: 0;
}
#container #communityBlock ul li a {
    display: block;
    float: left;
}





#container #flashObjectBanner {
    float: right;
    width: 560px;
    margin-top: 14px;
    padding-right: 24px;
}
#container .addThis {
    text-align: right;
    padding: 16px 24px 0 0;
    width:130px;
    float:left;
}
.yellowBg {
    background: url('../images/wrapper/header_bg_yellow.gif') 0 12px no-repeat;
}
.blueBg {
    background: url('../images/wrapper/header_bg_blue.gif') 0 12px no-repeat;
}
.greenBg {
    background: url('../images/wrapper/header_bg_green.gif') 0 12px no-repeat;
}
.grayBg {
    background: url('../images/wrapper/header_bg_gray.gif') 0 12px no-repeat;

}
/*remove floats if layout breaks*/
.grayBg img {
    float: right;
    margin: 18px 20px 0 0;
}

/*#down #header #randomImage {position:absolute; top: 0; right: 0;}*/
/*#down #header #randomImage {float: right;}*/

/*#down #header {
    position:absolute;
    z-index:140;
}*/

#down #headerEn {
    width:982px;
    height: 88px;
    margin-bottom: 5px;
    background: url('../images/hub/headers/gt_header_en.gif');
}

#down #headerFr {
    width:982px;
    height: 88px;
    margin-bottom: 5px;
    background: url('../images/hub/headers/gt_header_fr.gif');
}

#logo {
    width: 119px;
    height: 116px;
    position: relative;
    top: -6px;
    left: 628px;
    z-index: 100;
}
/*#down #header #mainLogo {float: left;}*/

/*#down #header #smallMenu {position:absolute; top:0; right:0; z-index:100;}

#down #header #smallMenu ul { display:block; font-family:Arial, Helvetica, sans-serif; font-size:11px; padding:5px 5px 0 0;}

#down #header #smallMenu li { list-style-type:none; display:inline; color:#ffba00; padding-right:5px;}

#down #header #smallMenu a {text-decoration:none; color:#000;}

#down #header #smallMenu a:hover {text-decoration:underline; color:#000;}*/

#mainNav {background-image:url(../images/main-nav_bg.gif); background-repeat:repeat-x; width:982px; height:25px; text-transform:uppercase; position:relative;}

#mainNav ul { display:block; font-family:Arial, Helvetica, sans-serif; font-size:11px; margin:0 0 0 14px; padding-top:4px;}

#mainNav li { list-style-type:none; display:inline; padding-right:13px; color:#ffcc00;}

#mainNav a {text-decoration:none; color:#fff;}

#mainNav a:hover {text-decoration:none; color:#ffbe00;}

#mainNav .current {color:#ffbe00;}

#mainNav #store {position:absolute; top:5px; left:660px;}

#mainNav #store p {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#fff; text-transform:uppercase; }

#mainNav #store a {text-decoration:none; color:#fff;}

#mainNav #store a:hover {text-decoration:none; color:#ffbe00;}

/*French Version
________________________________________________________________________*/
#mainNav #store2 {position:absolute; top:5px; left:630px;}

#mainNav #store2 p {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#fff; text-transform:uppercase; }

#mainNav #store2 a {text-decoration:none; color:#fff;}

#mainNav #store2 a:hover {text-decoration:none; color:#ffbe00;}

/* =Footer
___________________________________________________________________________ */

#footer {height:36px; margin-left:-12px; padding:20px 0 0 5px; position:relative; clear:both; }

#footer p, #footer ul { font-size:92%; color:#35322d;}

#footer #menu { position:absolute;top:20px;left:0;width:300px;}

#footer #menu ul, #footer #menu2 ul { display:block; text-align:right;}

#footer #menu li, #footer #menu2 li { list-style-type:none; display:inline; color:#ffcc00;}

#footer a {color:#2f2c27;}

#footer a:hover { color:#000;}

/*French Version
__________________________________________________________*/

#footer #menu2 {    position:absolute;top:20px;left:450px;width:320px;}

/* =Main Content region
___________________________________________________________________________ */
#down #centerSection {
    padding:0;
}

#mainContent  p {
    line-height:1.4;
}
#mainContent {
    width:790px;
    float:left;
    background-image:url(../images/product-bg.gif);
    background-repeat:no-repeat;
    background-position:right top;
    min-height:421px;
    height: auto !important;
    height: 421px;
}
#nosidebar #mainContent {
    width:760px;
    background:url(../images/maincontent_bkg.gif) top left repeat-x;
}
#content {
    padding:0 30px 10px 5px;
}
html>body #left, html>body #mainContent {
    height: auto;
}

#down #centerSection #left h2 { padding-top:0; margin-top:0; font-size:18px; color:#463e2d;  padding-left:6px; padding-right:15px; border:none;}

#mainContent h1.pageTitle { padding:0 15px 0 0; /*color:#463e2d;*/ }


h1 span {color:#999 !important;}

/* =Right Sidebar
___________________________________________________________________________ */

#right, #secondaryContent  { float:left; width:190px; padding:0; margin:0; background-image:url(../images/right_r-menu.gif); background-repeat:repeat-x;height:auto;}

#right img, #secondaryContent img {border:none; padding:0; margin:0; font-size:0px;} /* is this required?? */

#right #sideNav, #secondaryContent #sideNav {margin:10px 0 15px 0;}

#right #sideNav ul, #secondaryContent #sideNav ul { font-size:12px; color:#000; margin:0; padding:0; margin-left:6px; }

#right #sideNav li, #secondaryContent #sideNav li {list-style-type: none; color:#000;text-align:left;
padding-top:0;padding-bottom:0; background:url(../images/misc-dash.gif) repeat-x bottom left; margin:0; display: block; height:36px;}


#right #sideNav li a, #secondaryContent #sideNav li a {
    color:#000;
    text-decoration:none;
    padding: 10px 0 10px 30px;
    width:155px;
    background-image:url(../images/bullet.gif);
    background-repeat:no-repeat;
    background-position:20px center;
    display: block; margin:0;
}

#right #sideNav li a, #secondaryContent #sideNav li .open-menu, #right #sideNav li a, #secondaryContent #sideNav li .open-menu:hover { background-image:url(../images/bullet-open.gif); }

#right #sideNav li a, #secondaryContent #sideNav li .open-sub-menu, #right #sideNav li a, #secondaryContent #sideNav li .open-sub-menu:hover { background-position:40px 50%; padding-left:50px; width:135px; }


#secondaryContent #sideNav li .open-sub-menu-lvl2 { background-position:60px 50%; padding-left:70px; width:115px; background-image:url(../images/bullet.gif); }

/* class for two-line side nav items  */
.sideNav-twoLine { padding-bottom: 15px !important; }
.sideNav-threeLine { padding-bottom: 30px !important; }


#right #sideNav li a:hover, #secondaryContent #sideNav li a:hover {
color:#eb1829; text-decoration:none; background-color:#fdf1a0; }

div.rightImage {border:none; padding:0; margin:0; font-size:0px;}

#flyerfinder { z-index: 50; position: absolute; width: 150px; height: 115px; background-color: #fff; left: 0px; bottom: 0px; border-width: 10px 10px 10px 10px; border-color: #dddece; border-style: solid; display: none; padding: 10px; }
#flyerfinder p {text-transform: none; font-size: 10px; }

div.orangeLink { background-color:#ffbe00; padding:0; margin:0; width:190px;}

div.orangeLink p {padding:0.3em 5px 0.3em 10px; margin:0; text-align:right; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:11px;}

div.orangeLink a {color:#ed1b2d; text-decoration:none;}

#searchBox { background-image:url(../images/searchbox_bg.jpg); background-repeat:repeat-x; background-color:#1c1711; min-height:100px; position:relative; padding:5px 10px 10px 10px;}

#searchBox p { font-size:12px; color:#f9f8ee; padding:0;}

#searchBox #submitBtn {text-align:center; margin:5px 0 0 0;}

#searchBox  #email { width: 155px; display:inline;}

#searchBox #textMessage {clear:both; margin:0 0 5px 0; font-size:11px; color:#fffbd2;}

#searchBox .btn { background-image:url(../images/search-btn.gif); background-repeat: no-repeat; width:51px; height:19px; border:none; font-size:0px; cursor:pointer;}

#searchBox .btnFr { background-image:url(../images/search-btn-fr.gif); background-repeat: no-repeat; width:75px; height:19px; border:none; font-size:0px; cursor:pointer;}


/* Sidebar Featured Mural */
#featuredMural {
    background-color:#ffeba8;
    padding:7px;
}
#featuredMural h2 {
    font-size: 122%;
    color:#3f240e;
    margin:0 0 5px 0;
    padding:0;
}

#featuredMural img {display:block;}

#featuredMural .caption {
    background-color:#fff6d1;

    padding:5px;
    font-size:92%;
    margin:0;
}

#featuredMural .title { font-style:italic; color:#333; }

#featuredMural .location { color:#666; }

/* =Horizontal Rules
___________________________________________________________________________ */
.dashedLine {padding-top:0; margin-top:0; background-image:url(../images/misc-dash.gif); background-repeat:repeat-x; height:1px; clear:both;}

.dashedLine2 {padding-top:0; margin-top:0; background-image:url(../images/misc-dash.gif); background-repeat:repeat-x; height:1px; padding-bottom:15px;}

/* =Store Locator
___________________________________________________________________________ */

#storelocator {
    color: #ccc;
    text-transform: none;
    z-index: 50;
    position: absolute;
    top: 25px;
    right: 0;
    width: 180px; height: 130px;
    background: url(../images/store_locator/bg.gif) bottom left repeat-x;
    background-color: #090804;
    border-width: 0px 5px 5px 5px;
    border-color: #090804;
    border-style: solid;
    display: none;
    padding: 10px;
}
#storelocator select {
    margin-top: 10px;
}
#storelocator input {
    border: 0;
}
.eventThumb {
    margin: 0 5px 5px 0;
}

.padTop20 { padding-top: 20px; }
.padTop10 { padding-top: 10px; }
.marginTop20 { margin-top: 20px; }
.marginTop10 { margin-top: 10px; }

.imgBorder1 { border: 2px solid #fff8dd; padding: 0; vertical-align:bottom; display: block; margin: 0 0 10px 20px; float: right; }

/* Careers Section
________________________________________________________________________*/
#apply_container {
    display:block;
    float:right;
}

a.apply_btn_en {
    display: block;
    width: 188px;
    height: 34px;
    background: url(../images/careers/apply_btn_en.gif) 0 0 no-repeat;
    text-decoration: none;
    text-indent: -9999px;
}

a.apply_btn_fr {
    display: block;
    width: 188px;
    height: 34px;
    background: url(../images/careers/apply_btn_fr.gif) 0 0 no-repeat;
    text-decoration: none;
    text-indent: -9999px;
}

a:hover.apply_btn_en, a:hover.apply_btn_fr {
    background-position: -188px 0;
}

a.submit_btn_en {
    display: block;
    width: 188px;
    height: 54px;
    background: url(../images/careers/submit_btn_en.gif) 0 0 no-repeat;
    text-decoration: none;
    text-indent: -9999px;
    padding: 0 0 10px 0;
}

a.submit_btn_fr {
    display: block;
    width: 188px;
    height: 54px;
    background: url(../images/careers/submit_btn_fr.gif) 0 0 no-repeat;
    text-decoration: none;
    text-indent: -9999px;
    padding: 0 0 10px 0;
}

a:hover.submit_btn_en, a:hover.submit_btn_fr {
    background-position: -188px 0;
}

.pdf_btn {
    border: none;
}

.maps {
    padding-right: 20px;
}

a.apphere_btn_en {
    display: block;
    width: 188px;
    height: 54px;
    background: url(../images/careers/apphere_btn_en.gif) 0 0 no-repeat;
    text-decoration: none;
    text-indent: -9999px;
    padding: 0 0 10px 0;
}

a.apphere_btn_fr {
    display: block;
    width: 188px;
    height: 54px;
    background: url(../images/careers/apphere_btn_fr.gif) 0 0 no-repeat;
    text-decoration: none;
    text-indent: -9999px;
    padding: 0 0 10px 0;
}

a:hover.apphere_btn_en, a:hover.apphere_btn_fr {
    background-position: -188px 0;
}

a.emailFriend_btn_en {
    display: block;
    width: 188px;
    height: 54px;
    background: url(../images/careers/emailfriend_btn_en.gif) 0 0 no-repeat;
    text-decoration: none;
    text-indent: -9999px;
    padding: 0 0 10px 0;
}

a.emailFriend_btn_fr {
    display: block;
    width: 188px;
    height: 54px;
    background: url(../images/careers/emailfriend_btn_fr.gif) 0 0 no-repeat;
    text-decoration: none;
    text-indent: -9999px;
    padding: 0 0 10px 0;
}

a:hover.emailFriend_btn_en, a:hover.emailFriend_btn_fr {
    background-position: -188px 0;
}

/* Store Section
________________________________________________________________________*/

.storeMainContent {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    width: 570px !important;

}

.storeMainContent #leftBar {
    float: left;
    width: 150px;
}

.storeMainContent #leftBar #productMenu {
    width: 150px;
    background: #fffdf3;
}

.storeMainContent #leftBar #productMenu .listHeader {
    padding-left: 10px;
    height: 33px;
    line-height: 33px;
    background: url(../images/online_store/products_list_header.gif) repeat-x 0 0;
    border-bottom: solid #fff 1px;
}

.storeMainContent #leftBar #productMenu .category {
    background: #ffe9a9 url(../images/online_store/cat_bullet.gif) no-repeat 0 9px;
    padding-left: 18px;
    margin-right: 2px;
    height: 24px;
    line-height: 24px;
    border-top: solid #fff 2px;
    border-bottom: solid #febe05 1px;
/*  cursor: pointer;*/
}

.storeMainContent #leftBar #productMenu .active {
    background: #fecf47 url(../images/online_store/cat_bullet_on.gif) no-repeat 0 9px;
}

.storeMainContent #leftBar #productMenu .subCategory {
    background: #fffcf0 url(../images/online_store/sub_cat_bg.gif) repeat-x 0 0;
    border-top: solid #fff 1px;
}

.storeMainContent #leftBar #productMenu .subCategory ul {
    padding-top: 2px;
    margin: 0 0 0 14px;
    list-style: none;
}

.storeMainContent #leftBar #productMenu .subCategory ul li {
    height: 18px;
    line-height: 18px;
    background: url(../images/online_store/sub_cat_dot_line.gif) no-repeat 0 100%;
}

.storeMainContent #leftBar #productMenu .subCategory ul li.twoLine {
    height: 34px;
}

.storeMainContent #leftBar #productMenu .subCategory ul li.last {
    background: none;
}

.storeMainContent #leftBar #productMenu .subCategory ul li a,
.storeMainContent #leftBar #productMenu .subCategory ul li a:link,
.storeMainContent #leftBar #productMenu .subCategory ul li a:visited {
    display: block;
    width: 118px;
    padding-top: 3px;
    padding-left: 9px;
    background: url(../images/online_store/sub_cat_bullet.gif) no-repeat 0 8px;
}

.storeMainContent #leftBar #productMenu .subCategory ul li a:hover {
    background: url(../images/online_store/sub_cat_bullet_on.gif) no-repeat 0 8px;
}

.storeMainContent .splash, .storeMainContent .splashFr {
    width: 420px;
    height: 234px;
    background: url(../images/online_store/store_splash_en.jpg) no-repeat 0 0;
}
.storeMainContent .splashFr {
    background: url(../images/online_store/store_splash_fr.jpg) no-repeat 0 0;
}

.storeMainContent #content {
    width: 420px;
    padding: 0 !important;
    float: left;
    background: url(../images/online_store/content_shadow.gif) repeat-y 0 0;
}

#storeSecondaryContent {
    width: 218px;
    float: right;
}

#storeSecondaryContent #rightBar {
    width: 190px;
}

#storeSecondaryContent #rightBar #rightMenu {
    width: 190px;
    background: #fffcf0;
}

#storeSecondaryContent #rightBar ul {
    padding-top: 2px;
    margin: 0 0 0 8px;
    list-style: none;
}

#storeSecondaryContent #rightBar ul li {
    height: 18px;
    line-height: 18px;
    background: url(../images/online_store/right_bar_dot_line.gif) no-repeat 0 100%;
}

#storeSecondaryContent #rightBar ul li.last {
    background: none;
}

#storeSecondaryContent #rightBar ul li a,
#storeSecondaryContent #rightBar ul li a:link,
#storeSecondaryContent #rightBar ul li a:visited {
    display: block;
    width: 118px;
    padding-top: 3px;
    padding-left: 12px;
    background: url(../images/online_store/right_bar_nav_bullet.gif) no-repeat 0 8px;
}

#storeSecondaryContent #rightBar ul li a:hover {
    background: url(../images/online_store/right_bar_nav_bullet.gif) no-repeat 0 8px;
}

#storeSecondaryContent #rightBar .subTotal {
    margin: 0 8px 0 20px;
    padding-top: 5px;
    border-top: solid #efece2 1px;
}

.storeMainContent #content #breadcrumb {
    margin: 10px 0;
}

.storeMainContent #content .pageTitle {
    margin: 10px 0;
    padding-left: 10px;
    height: 27px;
    line-height: 27px;
    background: url(../images/online_store/page_title_bg.gif) repeat-x 0 0;
    border: solid #c2c2c2 1px;
}

.storeMainContent #content #categories .category {
    float: left;
    margin: 0 20px 15px 20px;
    width: 100px;
    display: inline;
}

.storeMainContent #content #categories .category img {
    margin-bottom: 5px;
    border: solid #b9b5b5 1px;
}

.storeMainContent #content .productCount {
    float: left;
}

.storeMainContent #content .pagination {
    float: right;
}

.storeMainContent #content #cat_items #item {
    margin: 10px 0;
    border-top: solid #e5e5e5 1px;
}

.storeMainContent #content #cat_items #item.last {
    margin: 10px 0;
    border-top: solid #e5e5e5 1px;
    border-bottom: solid #e5e5e5 1px;
}

.storeMainContent #content #cat_items #item .item_image {
    float: left;
    width: 100px;
}

.storeMainContent #content #cat_items #item .item_description {
    float: left;
    width: 100px;
    margin: 20px 0 0 10px;
}

.storeMainContent #content #cat_items #item .item_price {
    float: left;
    width: 100px;
    margin: 20px 0 0 10px;
}

.storeMainContent #content #cat_items #item .item_add {
    float: left;
    width: 100px;
    margin: 20px 0 0 10px;
}

.storeMainContent #content #product .productTitle, .storeMainContent #content #product .productDescription, .storeMainContent #content #product .productImage, .storeMainContent #content #product .productPrice, .storeMainContent #content .splashItem .splashTitle, .storeMainContent #content .splashItem .splashPrice {
    margin-bottom: 15px;
}

.storeMainContent #content .splashItem {
    float: left;
    width: 100px;
    height: 100%;
    padding: 0 20px;
    margin-top: 10px;
    border-right: solid #e5e5e5 1px;
}

.storeMainContent #content .last {
    padding-right: 0;
    border-right: none;
}

#bottomShadows {
    width: 754px;
    height: 130px;
    background: url(../images/online_store/bottom_shadows.gif) no-repeat 0 0;
    clear: both;
}

.shadows {
    background: url(../images/online_store/center_section_bg.gif) repeat-y 0 0;
}

#flyerContainer {
    width: 976px;
    min-height: 500px;
    height: auto;
    margin: 13px 17px 25px 17px;
    background-color: #ccc;
}

/*-----Store locator Events link --------*/

#locatorHeaderArea {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}



a.fbEventsLink, a.fbEventsLinkFR {
    text-decoration: none;
    color: #fff;
    padding: 3px 5px;
    background-color: #df2200;
    font-size: 1.0em;
    text-align: center;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

a.eventsLink {
    width: 210px;
}

.canadianText {
    color: #c62422;
}

.blackText {
    padding-top: 11px;
    color: #000;
    float: right;
    margin-right: 10px;
}

a.fbEventsLink:hover, a.fbEventsLinkFR:hover {
    background-color: #cc0000;
}

/* Products Landing Page */
.banner-clothing {
    background: url(/images/banner-clothing.jpg) no-repeat 0 0;
}
.banner-house-home {
    background: url(/images/banner-house-home.jpg) no-repeat 0 0;
}
.banner-health-beauty {
    background: url(/images/banner-health-beauty.jpg) no-repeat 0 0;
}
.banner-grocery {
    background: url(/images/banner-grocery.jpg) no-repeat 0 0;
}
.banner-toys {
    background: url(/images/banner-toys.jpg) no-repeat 0 0;
    margin: 0 auto;
}
.products-landing {
    color:#cad013;
}
.products-landing .sub-section {
    color:#999999;
}
.products-banner {
    padding:5px 10px;
    width:360px;
    height:129px;
    display:block;
    position:relative;
}
.products-banner h2 {
    color:#ffffff;
    margin: 0;
    font-weight:normal;
}
.products-banner a {
    display:block;
    padding-right:20px;
    position:absolute;
    bottom:20px;
    right:10px;
    text-decoration:underline;
    font-weight:bold;
}
.left {
    float:left;
}
.right {
    float:right;
}
.product-section {
    height:122px;
    width:736px;
    background: url(/images/products-landing-bgn.jpg) no-repeat;
    margin-bottom:10px;
}

.product-section .product-image {
    padding: 10px;
}

.product-section .product-content h3 {
    font-size:155%;
    margin-top:10px;
}

.product-section .product-content p {
    padding:0 10px;
}

.product-section .product-content {
    float:right;
    width:530px;
}
.product-link {
    font-weight:bold;
    text-align:center;
    color:#ffffff;
    background: url(/images/product-link.jpg) no-repeat;
    width:427px;
    height:34px;
    line-height:34px;
    display:block;
}
.product-link-fr {
    font-weight:bold;
    text-align:center;
    color:#ffffff;
    background: url(/images/product-link-fr.jpg) no-repeat;
    width:475px;
    height:34px;
    line-height:34px;
    display:block;
}
.product-link-large {
    font-weight:bold;
    text-align:center;
    color:#ffffff;
    background: url(/images/product-link-large.jpg) no-repeat;
    width:595px;
    height:50px;
    line-height:34px;
    display:block;
}

.product-link:link,.product-link-fr:link,.product-link-large:link {
    color:#ffffff;
}
.products-exclusive {
    color:#e83d47;
    font-weight:bold;
    font-size:175%;
}
.exclusive-box {
    width:300px;
    padding-right:10px;
}
.exclusive-products-footer {
    background: url(/images/exclusive-products-footer.jpg) no-repeat;
    width:711px;
    height:226px;
    padding-left:10px;
}
.exclusive-products-footer p {
    padding-right:10px;
}
.exclusive-products-footer h2 {
    font-size:175%;
    padding-top:10px;
    color:#000;
}
.exclusive-products-footer h2 span {
    color:#e00022;
}
.exclusive-box h3{
    color:#e01721;
    font-size:155%;
}

.brand-alt h3 {
    color:#e01721;
    font-size:155%;
}

.body-wrap {
    padding: 0 20px;
}
.compare-and-save {
    background: url(/images/compare-and-save.jpg) no-repeat;
    width:181px;
    height:45px;
    display:block;
    float:right;
}
.compare-and-save-fr {
    background: url(/images/compare-and-save-fr.jpg) no-repeat;
    width:234px;
    height:45px;
    display:block;
    float:right;
}
.sub-caption {
    font-size:80%;
}
.fb-like {
    float:left;
    padding:16px 0;
    width:100px;
}

/* Store Locator */
#storeLocator #map_canvas {
    width:945px;
    height:389px;
    margin-bottom: 15px;
    border: solid #aaa 1px;
}

#storeLocator #locatorHeaderArea {
    text-align: center;
}

#storeLocator #locatorHeaderArea p,
#storeLocator #locatorHeaderArea a {
    float: left;
}

#storeLocator #storelocatorfields .tab {
    height: 25px;
    line-height: 25px;
    float: left;
    margin-right: 3px;
    color: #000;
}

#storeLocator #storelocatorfields .active {
    background: #E8E8E8;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
}

#storeLocator #storelocatorfields #storeLocatorForm {

}

#storeLocator .title {
    font-weight:bold;
    color:#000;
}
#storeLocator .storeCount {
    color:#d22118;
}
#storelocatorfields {
    padding-top:10px;
}

#storelocatorfields .tabHead {
    font-size:1.0em;
    color:#000;
    float:left;
    margin-right:20px;
}
#storeLocatorFormWrapper {
    padding: 20px;
    background: #E8E8E8;
    height: 30px;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
}
#storeLocatorFormWrapper a.update_store img {
    margin-top: 5px;
}
#storelocatorfields .tab {
    text-align:center;
    text-decoration:none;
    cursor: pointer;
}
#cityAndProvinceTab {
    width: 125px;
}
#postalCodeTab {
    width: 165px;
}

#storeList {
    list-style-type:none;
    margin:0 0 0 0;
}

#storeList li {
    margin-top: 10px;
}

#storeList li.active {
}

#storeList li .store_item_head {
    height:36px;
    line-height:36px;
    background: #e5e5e5 url(/images/store_locator/store-locator-row-bg.jpg) 0 0 repeat-x;
    border: 1px solid #aaa;
}
#storeList li .store_item_body {
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

#storeList li.active .store_item_head {
    background: #ffce56 url(/images/store_locator/store-locator-active-row-bg.jpg) 0 0 repeat-x;
}

#storeList .store_item {
    color: #000;
    line-height:33px;
    font-size:1.1em;
}
#storeList .store_item a {
    color: #000;
}
#storeList .store_item a:hover {
    text-decoration:none;
}

#storeList .store_item a#storeInfoEmail {
    color: #D22118;
    font-size:1.0em;
}

#storeList .store_item .arrow {
    display:block;
    float:left;
    /*width: 85px;*/
    padding: 3px 5px 0 20px;
}

#storeList .store_item .arrow a {
    display:block;
    width: 85px;
}
#storeList .store_item .storeName {
    display:block;
    float:left;
    width: 180px;
    height: 36px;
    line-height: 36px;
}
#storeList .store_item .storeName a {
    display:block;
    width: 180px;
    height: 36px;
    line-height: 36px;
}
#storeList .store_item .storeAddress {
    display:block;
    float:left;
    width: 450px;
    height: 36px;
    line-height: 36px;
}
#storeList .store_item .storeAddress a {
    display:block;
    width: 450px;
    height: 36px;
    line-height: 36px;
}
#storeList .store_item .storeDistance {
    display:block;
    float:left;
    width: 80px;
    height: 36px;
    line-height: 36px;
}
#storeList .store_item .storeDistance a {
    display:block;
    width: 80px;
    height: 36px;
    line-height: 36px;
}

#storeList .store_item .storeDirections a img {
    padding: 8px 0 0 0;
}
#storeList .store_item .openingSoon{
	color:#de2d03;
	font-weight:bolder;
	font-size:1.1em;
	padding-left:10px;
}
.storeInfo {
    background: #fffed9;
    padding:10px 15px;
    color:#000;
}

.storeInfo h3 {
    margin: 0 0 10px 0;
}
.storeInfoHours .storeInfoHolidayNotes {
    margin-top:10px;
}
.storeInfo .storeInfoHours {
    width: 250px;
    float:left;
}
.storeInfoHoursTable {
    border: 1px solid #9f9f9f;
}
.storeInfoHoursTable .storeInfoHoursRow {
    height:25px;
}
.storeInfoHoursTable .row1 {
    background: #e8e8e8;
}
.storeInfoHoursTable .row2 {
    background: #fff;
}
.storeInfoHoursTable .storeInfoHoursHead {
    width:100px;
    line-height:25px;
    float:left;
    text-align:center;
}
.storeInfoHoursTable .storeInfoHoursContent {
    width:140px;
    line-height:25px;
    float:left;
}
.storeInfoMain {
    float:left;
    width: 650px;
}
.storeInfoMain .storeInfoCarries {
    margin-bottom:20px;
}
.storeInfoMain .storeInfoImage {
    float:left;
    width: 244px;
}
.storeInfoMain .storeInfoImage .flyerLink {
    text-align:right;
    padding-right:23px;
}
.storeInfoMain .storeInfoContent {
    float:left;
    width: 400px;
}

.storeInfo .storeInfoTelephone {
    margin-bottom:20px;
}
.storeInfoMain .storeInfoImage .storeInfoStreetView {
    float:left;
    width:125px;
}

.storeInfoCarries .storeInfoCarriesRow .storeInfoCarriesItem {
    width: 62px;
    float:left;
}
.storeInfoCarries .storeInfoCarriesRow {
    margin-bottom:5px;
    border-right: 2px solid #ff9900;
    width:500px;
}
.storeInfoCarries .storeInfoCarriesRow .storeInfoCarriesItem .storeInfoCarriesHead {
    height:33px;
    border-top: 2px solid #ff9900;
    border-left: 2px solid #ff9900;
    background: #ffcc00;
    text-align:center;
    color:#000;
}

.storeInfoCarries .storeInfoCarriesRow .storeInfoCarriesItem .storeInfoCarriesContent {
    height:33px;
    border-top: 2px solid #ff9900;
    border-left: 2px solid #ff9900;
    border-bottom: 2px solid #ff9900;
    background: #fff;
    text-align:center;
}
.storeInfoCarries .storeInfoCarriesRow .storeInfoCarriesItem .storeInfoCarriesContent img {
    padding-top:5px;
}

.store_item_body .storeInfo .storeInfoMain .storeInfoContent .storeInfoDescription {
    overflow: hidden;
}
/* Contest */
#contest-content form .returningAgree {
    margin-left: 5px;
}

/* Store Openings */
#storeOpenings {
    border: 2px solid #ffcc00;
    width:100%;
}
#storeOpenings th {
	padding: 5px 0;
	color: #000;
	font-size: 110%;
	font-weight: bold;
    background: #ffcc00;
}
#storeOpenings th.first {
	padding: 5px;
}
#storeOpenings .row {
    height:40px;
    line-height:40px;
    border-bottom:1px dotted #a99544;
}
#storeOpenings .row1 {
    background: #ffea97;
}
#storeOpenings .row2 {
    background: #fff;
}

#storeOpenings .city {
    font-weight:bold;
    padding-left:5px;
}

#storeOpenings .open {
    color: #b94b34;
    font-size:1.5em;
    font-weight:bold;
}
#storeOpenings .comingSoon {
    color: #b94b34;
    font-size:1.3em;
    font-weight:bold;
}

#storeOpenings .openFr {
    color: #b94b34;
    font-size:1.2em;
    font-weight:bold;
}
#storeOpenings .comingSoonFr {
    color: #b94b34;
    font-size:1em;
    font-weight:bold;
}

#storeOpenings .city, #storeOpenings .address, #storeOpenings .status, #storeOpenings .rsvp, #storeOpenings .link {
    color: #000;
}

#cityAndProvinceForm a.update_store,
#postalCodeForm a.update_store,
.ui-dialog a#calculateRoute,
.ui-dialog a.closelink,
#submit_change,
#directionsPrintButton a,
a.viewWebsite,
a.drivingDirections {
    background: #d70906;
    color: #fff !important;
    padding: 3px 5px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
#cityAndProvinceForm a:hover.update_store,
#postalCodeForm a:hover.update_store,
.ui-dialog a:hover#calculateRoute,
.ui-dialog a:hover.closelink,
a:hover#submit_change,
#directionsPrintButton a:hover,
a:hover.viewWebsite,
a:hover.drivingDirections {
    text-decoration: none;
    background: #cc0000;
}
#submit_change {
    margin-left: 5px;
}
#directionsPrintButton {
    float: right;
    margin-top: 20px;
}
.store_item_head a.links {
    font-size: 0.9em !important;
}

#storeLocatorFormWrapper #storeLocatorForm #cityAndProvinceForm #province,
#storeLocatorFormWrapper #storeLocatorForm #cityAndProvinceForm #city {
    width: 200px;
}

#storeLocator #noSearchResults{
    display: block;
    padding: 10px;
    color: #D41013;
    font-weight: bold;
    background: #FDF5A6;
    text-align: center;
    border: solid #aaa 1px;
}
#sl_message {
    font-size: 0.8em;
    margin: 3px 0 0 80px;
    color: #D41013;
}

.storeInfoCarries .storeInfoCarriesCategory ul.storeSelection {
    float: left;
    margin: 0 0 0 40px;
	padding: 0;
}

.storeInfoCarries .storeInfoCarriesCategory ul.storeSelection li.selectionItem {
    margin: 2px 0 0 0 !important;
	padding: 0;
}
#storeLocatorForm #postalCodeForm {
    color: #000;
}

#start_change {
    width: 275px;
}

.storeInfoCarriesListing {
    float: left;
    width: 900px;
}
.storeInfoCarriesListing p {
	padding: 5px 0 5px 10px;
	background: #ffea96;
	border-bottom: solid #bcbcbc 1px;
	
}
.storeInfoCarriesCategory {
    float: left;
	width: 224px;
	height: 250px;
	background: #fff;
	border-top: solid #bcbcbc 1px;
	border-bottom: solid #bcbcbc 1px;
	border-left: solid #bcbcbc 1px;
}
.storeInfoCarriesCategory.last {
	width: 223px;
	border-right: solid #bcbcbc 1px;
}

#currentJobs {
	margin: 25px 0 0 0;
	float: left;
    width: 900px;
}

#currentJobs a#currentlyHiringLink {
	float: left;
}

#currentJobs ul#currentlyHiringList {
	float: left;
	margin: 0 0 0 40px;
	padding: 0;
}

#currentJobs ul#currentlyHiringList li {
	margin: 2px 0 0 0;
	padding: 0;
}

#currentJobs ul#currentlyHiringList li a {
	text-decoration: underline;
}

#storeLocator #jobCount {
	float: right;
	display: block;
	padding-right: 10px;
	background: url(/images/store_locator/job-count-bg.png) top right no-repeat;
	width: 430px;
	height: 32px;
	line-height: 32px;
	text-align: right;
	font-size: 140%;
	font-weight: bold;
	color: #000;
}

#storeLocator #jobCount a {
	font-size: 70%;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
	

/*--------- 50th Hub Page Styles ------------*/

#container #mainHubContent {
    width: 715px;
    height: 480px;
    float: left;
    margin-left: 10px;
}

#container #fifty_content {
    width: 228px;
    height: 480px;
    float: right;
    margin-right: 10px;
}

/*----------RYRTW Fifty Content---------------*/

#ryrtw_EN, #ryrtw_FR {
    width: 228px;
    height: 480px;
}

#charityVoteEN, #charityVoteFR {
	width: 228px;
	height: 480px;
}

#celebrationEN, #celebrationFR {
	width: 228px;
	height: 480px;
}

#celebrationEN {
	background: url(../images/hub/50/fifty_en.jpg) no-repeat;
}

#celebrationFR {
	background: url(../images/hub/50/fifty_fr.jpg) no-repeat;
}

#charityVoteEN {
	/*background: url(../images/hub/50/charity_vote_en.gif) no-repeat;*/
	background: url(../images/hub/50/fifty_en.jpg) no-repeat;
}

#charityVoteFR {
	/*background: url(../images/hub/50/charity_vote_fr.gif) no-repeat;*/
	background: url(../images/hub/50/fifty_fr.jpg) no-repeat;
}

a.fiftiethLinkEN {
	display: block;
	position:relative;
	left:0;
	top:417px;
}

a.fiftiethLinkFR {
	display: block;
	position:relative;
	left:0;
	top:417px;
}

a.charityLinkEN {
 	position:relative;
	left: 0;
    top: 425px;
}

a.charityLinkFR {
	 	position:relative;
		left: 0;
    	top: 450px;
}


#ryrtw_EN {
    background: url(../images/hub/50/ryrtw_bg_en.jpg) no-repeat;
}

#ryrtw_FR {
    background: url(../images/hub/50/ryrtw_bg_fr.jpg) no-repeat;
}


a.fiftyLink, a.fiftyLinkFR, a.contestLink, a.celebrationLinkEN, a.celebrationLinkFR {
    display: block;
	background-color: #000;
	font-size: 11px;
    color: #fff;
	padding: 10px;
}

a.celebrationLinkEN {
	position:relative;
	width: 130px;
	left: 40px;
	top: 160px;
}

a.celebrationLinkFR {
	position:relative;
	width: 160px;
	left: 26px;
	top: 160px;
}

a.fiftyLink {
    position:relative;
    width: 130px;
    left: 39px;
    top: 151px;
    text-align: center;
    padding: 10px;
    background-color: #000;
}

a.fiftyLinkFR {
	width: 126px;
    position: relative;
    left: 41px;
    top: 155px;
	text-align: right;
    padding: 10px;
    background-color: #000;
}


a.fiftyLink:hover, a.fiftyLinkFR:hover, a.contestLink:hover, a.celebrationLinkEN:hover, a.celebrationLinkFR:hover {
    text-decoration: none;
    background-color: #ee0000;
}

a.contestLink {
    position: relative;
    width: 100px;
    top: 365px;
    left: 64px;
    text-align: center;
    padding: 5px;
    background-color: #e01121;
}
/*-------------------------------------------*/

#primaryHubFeatures {
    width: 715px;
    height: 304px;

    margin-bottom: 10px;
}

#secondaryHubFeatures {
    width: 715px;
    height: 166px;

}

.contentBlock2 {
    float: right;
    width: 340px;
    height: 162px;
    margin-left: 5px;
    border: 2px solid #ccc;
}

#halifax2011 {
    width: 100%;
    float: left;
    text-align: center;
}

#container .addThisHub {
    text-align: right;
    padding: 16px 24px 0 0;
    width:130px;
    float:right;
}

#brandPillarsHolderEN, #brandPillarsHolderFR{
	background-color:#fef2b5;
	height:40px;
	padding-top:10px;
	color:#000;
	line-height:50px;
	margin:40px 0;
}
div#brandPillarsHolderEN div.brand-pillar{
	float:left;
	text-align:center;	
	padding-left:35px;
	margin-right:35px;
	/*font-size:.9em;*/
}
div#brandPillarsHolderFR div.brand-pillar{
	float:left;
	text-align:center;	
	padding-left:15px;
	margin-right:17px;
}

div#brandPillarsHolderFR div.brand-pillar{
	width:215px;
}

div#brandPillarsHolderEN div.brand-pillar{
	width:180px;
}
