@charset "utf-8";
/******************************/
/* Base Elements
/******************************/
body {
	background-image: url(../../_global/img/bg_gradient.jpg);
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif, Default;
	font-size: 11px;
	color: #535353;
	margin: 0;
	padding: 0;
	text-align: center;
}
input {
	font-size: 10px;
	background-color: #fff;
	color: #535353;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color:#7dba00;
}
a:hover {
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
}
input {
	border: 1px solid #ccc;
	background-color: #ffffff;
	font-size: 10px;
	padding-left: 3px;
}
/******************************/
/* Utilities
/******************************/
.container {
	width: 100%;
	padding: 0;
	margin: 0;
}
.float-right {
	float: right;
	clear: inherit;
}
.float-left {
	float: left;
	clear: inherit;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.clear-y-1px {
	height: 1px;
	overflow: hidden;
	clear: both;
}
.clear-y-10px {
	height: 10px;
	overflow: hidden;
	clear: both;
}
.clear-x-1px {
	clear: both;
	width: 1px;
	overflow: hidden;
}
.clear-x-10px {
	clear: both;
	overflow: hidden;
	width: 10px;
}
.clearfloat {
	clear: both;
	font-size: 1px;
	height:0;
	line-height: 0px;
}
/* Vertical align container */
#outer {
	/* height: 400px; */
	overflow: hidden;
	/* _overflow: auto; */
	position: relative;
}
#middle {
	position: absolute;
	top: 50%;
}
#inner {
	position: relative;
	top: -50%
}
#outer[id] {
	display: table;
	position: static;
 *position: relative;
}
#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
 *position: absolute;
}
#inner[id] {
	position: static;
 *position: relative;
}
/******************************/
/* Text styles
/******************************/
.text-gray {
	color: #aaa;
}
.bullet-plus {
	font-size: 10px;
}
.bullet-plus-indent {
	font-size: 10px;
	padding-left: 15px;
}
/******************************/
/* Constants
/******************************/
/* Base */
#main-container {
	left:50%;
	position: absolute;
	width: 950px;
	margin-left: -475px;
}
/* Tab navigation */
#tab-navigation {
	background: url(../../img/bg_tab.gif) no-repeat right bottom;
	height: 23px;
	text-align: right;
	margin-top: 18px;
}
#tab-content {
	font-weight: bold;
	font-size: 10px;
	padding: 5px 15px 0 0;
}
.btn-global {
	border: 0;
	margin-bottom: -3px;
}
/* Main navigation */
#main-navigation {
	background: url(../../img/bg_mainnavi.gif) repeat-x;
	height: 53px;
	text-align: left;
}
#main-navigation-buttons {
	float: left;
	padding-top: 31px;
}
.logo {
	padding: 24px 0 11px 15px;
	border: 0;
	float: left;
}
/* Sub navigation */
#sub-navigation {
	background: url(../../_global/img/bg_subnavi.jpg) repeat-x;
	height: 43px;
}
#sub-navigation-buttons {
	float: left;
	width: 920px;
	padding-top: 11px;
}
.sub-navigation-buttons {
	float: left;
	margin: 5px 7px 0 7px;
}
a.sub-navigation-buttonlink:link, a.sub-navigation-buttonlink:visited, a.sub-navigation-buttonlink:active {
	text-decoration: none;
	color:#e0f0bf;
}
a.sub-navigation-buttonlink:hover {
	color:#fff;
}
.sub-menu {
	width: 920px;
	height: 25px;
	position: relative;
	z-index: 100;
	border: 0;
}
.sub-menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.sub-menu ul ul {
}
.sub-menu li {
	position: relative;
	float: left;
}
.sub-menu a, .sub-menu a:visited {
	height: 25px;
	color: #e0f0bf;
	display: block;
	font-size: 11px;
	text-decoration: none;
	padding: 0 10px 0 10px;
	line-height: 29px;
	background: url(../../img/img_subnavi_breaker.gif) no-repeat right top;
	_margin-left: 1px;
}
.sub-menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0;
	width:149px;
}
.sub-menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
.sub-menu ul ul a, .sub-menu ul ul a:visited {
	background: #fff;
	color: #666;
	height: auto;
	line-height: 1em;
	padding: 5px 15px 1px 15px;
	margin-left: -1px;
	width: 184px;
	text-align: left;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	_margin-left: 0;
}
.sub-menu .footer {
	background: #fff;
	height: 10px;
	width: 214px;
	margin-left: -1px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	_margin-left: 0px;
}
.sub-menu a:hover, .sub-menu ul ul a:hover {
	color: #7dba00;
	background: #f9f9f9;
}
.sub-menu :hover > a, .sub-menu ul ul :hover > a {
	color: #7dba00;
	background: #f9f9f9;
}
.sub-menu ul li:hover ul, .sub-menu ul a:hover ul {
	visibility:visible;
}
.sub-menu .btn1 {
	width: 67px;
	_width: 30px;
}
.sub-menu .btn2 {
	width: 63px;
	_width: 62px;
}
.sub-menu .btn3 {
	width: 78px;
	_width: 79px;
}
.sub-menu .btn4 {
	width: 65px;
	_width: 65px;
}
.sub-menu .btn5 {
	width: 48px;
	_width: 49px;
}
.sub-menu .btn6 {
	width: 98px;
	_width: 98px;
}
.sub-menu .btn7 {
	width: 70px;
	_width: 69px;
}
.sub-menu .btn8 {
	width: 40px;
	_width: 40px;
}
.sub-menu .btn9 {
	width: 80px;
	_width: 81px;
}
.sub-menu .btn10 {
	width: 76px;
	_width: 77px;
}
.sub-menu .btn11 {
	width: 41px;
	_width: 41px;
}
/* Content */
#flash-container {
	width: 920px;
	height: 491px;
	padding: 6px 15px 0px 15px;
	background-color: #fff;
}
#content-container {
	width: 920px;
	padding: 6px 15px 0px 15px;
	background-color: #fff;
 *margin-top: -5px;
}

#rightcontent-container {
	FLOAT: right; MARGIN-LEFT: 7px; WIDTH: 734px; POSITION: relative; TEXT-ALIGN: left
}
/* // added by kulvinder / */
#rightcontent-container p, td{
font-size:12px;  
margin-bottom:10px;
}


/*                 */

#flash-content {
	font-size: 11px;
	text-align:center;
}
/* Side navigation */
#side-navigation {
	float: left;
	width: 179px;
	color: #fff;
	background: url(../../img/bg_sidenavi.gif) repeat-y #fff;
}
#side-navigation-header {
	background: url(../../img/img_sidenavi_header.gif) no-repeat #fff;
	width: 179px;
	height: 4px;
}
#side-navigation-footer {
	background: url(../../img/img_sidenavi_footer.gif) no-repeat left bottom;
   
	width: 179px;
	height: 20px;
}
.side-navigation-item {
	width: 155px;
	margin: 0 3px 0 1px;
	padding: 4px 10px 4px 10px;
	text-align: left;
	border-bottom: 1px solid #d2d2d2;
	color: #4d4d4d ;
	font-weight: bold;
}



a.side-navigation-item:link, a.side-navigation-item:visited, a.side-navigation-item:active {
color:#000000 !important; text-decoration:none }

a.side-navigation-item:hover {
color: #7dba00;
}



.side-navigation-item-indent {
	padding: 2px 10px 2px 20px;
	text-align: left;
	color: #99cc33;
	font-weight: bold;
}
.side-navigation-item-selected {
	width: 155px;
	margin: 0 3px 0 1px;
	padding: 4px 10px 4px 10px;
	text-align: left;
	border-bottom: 1px solid #d2d2d2;
	color: #fff !important;
	font-weight: bold;
	background: #99cc33;
}
.side-navigation-breaker {
	width: 155px;
	height: 14px;
	margin: 0 3px 0 1px;
	padding: 4px 10px 4px 10px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #d2d2d2;
}
a.side-navigationlink:link, a.side-navigationlink:visited, a.side-navigationlink:active {
	text-decoration: none;
	color: #535353;
}

a.side-navigationlink:hover {
	color: #7dba00;
}
/* Footer */
#footer {
	width: 100%;
	padding: 15px 0 10px 0;
	font-size: 10px;
	color: #4d4d4d;
	clear: both;
}
.footer-breaker {
	width: 100%;
	border-bottom: 1px solid #b3b3b3;
	clear: both;
	height: 1px;
	_margin-top: -12px;
}
#footerlink-container {
	float: left;
	margin: 10px 0 5px 0;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active {
	text-decoration: none;
	color: #4d4d4d;
}
a.footerlink:hover {
	text-decoration: underline;
}
#newsletter {
	width: 100%;
	text-align: left;
	padding-bottom: 10px;
}
.btn-newsletter {
	margin-bottom: -6px;
}
/*
.btn-go {
	float: right;
	margin: 3px 0 10px 0;
}
.email-updates {
	float: right;
	clear: inherit;
}
*/
#language-selector {
	position: relative;
}
.language-selector-item {
	float: right;
	margin: -17px 7px 0 7px;
 *margin: -17px 7px 0 0;
	_margin: -21px 7px 0 0;
	color: #a9e61f;
}
.language-selector-breaker {
	float: right;
	margin-top: -25px;
	_margin-top: -29px;
 *margin-right: 7px;
}
#copyright {
	font-size: 10px;
	color: #4d4d4d;
	text-align: center;
	margin: 5px 0 5px 0;
}
a.breadcrumblink:link, a.breadcrumblink:visited, a.breadcrumblink:active {
	text-decoration: none;
}
a.breadcrumblink:hover {
	text-decoration: underline;
}
.breadcrumb-breaker {
	color: #d5d5d5;
}
/******************************/
/* Landing
/******************************/
.landing #footer {
	margin-top: 30px;
}
/******************************/
/* Products
/******************************/
.products #content-container {
 *margin-left: -475px;
}
.products #footerlink-container {
	margin-bottom: -16px;
}
/* Masthead */

#masthead {
	float: left;
	width: 730px;
	padding: 4px 3px 0 1px;
	margin: 1px 0 0 0;
    *margin-bottom: -11px;
	
	

}
/*.products{
	float: left;
	width: 730px;
	padding: 4px 3px 0 1px;
	margin: 1px 0 0 0;
 *margin-bottom: -11px;
	background: url(../../img/bg_masthead.gif) no-repeat top left #fff;
}*/



/*.products{
	float: left;
	width: 730px;
	margin-bottom: 5px;
}*/

 #masthead-footer {
	float: left;
	width: 730px;
	margin-bottom: 5px;
}


/*.products{
	border: 1px solid #dbdbdb;
}*/
.promotions-image {
	border: 1px solid #dbdbdb;
}

/* Product thumbnail */
/*.products {
	float: left;
	width: 179px;
	height: 224px;
	margin: 0 6px 7px 0;
	text-align: center;
	background: url(../../img/bg_thumbnail.gif) no-repeat top left;
}*/



 .thumbnail-container {
	BACKGROUND: url(../../_global/img/products/bg_thumbnail.gif) no-repeat left top; FLOAT: left; MARGIN: 0px 6px 7px 0px; WIDTH: 179px; HEIGHT: 224px; TEXT-ALIGN: center
}
 .thumbnail-container-nomarginright {
	BACKGROUND: url(../../_global/img/products/bg_thumbnail.gif) no-repeat left top; FLOAT: left; MARGIN: 0px 0px 7px; WIDTH: 179px; HEIGHT: 224px; TEXT-ALIGN: center
}

/*.products {
	float: left;
	width: 179px;
	height: 224px;
	margin: 0 0 7px 0;
	text-align: center;
	background: url(../../img/bg_thumbnail.gif) no-repeat top left;
}*/



/*.products  {
	height: 4px;
	background: url(../../img/bg_thumbnail_header.gif) no-repeat top left;

}*/

 .thumbnail-header {
	height: 4px;
	background: url(../../img/bg_thumbnail_header.gif) no-repeat top left;


}
/*.products {
	height: 7px;
	_margin-top: -10px;
	background: url(../../img/bg_thumbnail_footer.gif) no-repeat bottom left;
}*/
.thumbnail-footer {
	height: 7px;
	_margin-top: -10px;
	background: url(../../img/bg_thumbnail_footer.gif) no-repeat bottom left;
}
/*.products  {
	height: 150px;
	_margin-top: -10px;
	background: url(../../img/bg_thumbnail.gif) repeat-y top left;
}*/
.thumbnail-img {
	height: 150px;
	_margin-top: -10px;
	background: url(../../img/bg_thumbnail.gif) repeat-y top left;
}

/*.products {
	height: 3px;
	background: url(../../img/bg_thumbnail_breaker.gif) no-repeat top left;
}*/
.thumbnail-breaker {
	height: 3px;
	background: url(../../img/bg_thumbnail_breaker.gif) no-repeat top left;
}
/*.products {
	width: 155px;
	height: 40px;
	_margin-top: -11px;
	padding: 8px 11px 0 13px;
	font-weight: bold;
	text-align: left;
	background: url(../../img/bg_thumbnail.gif) repeat-y top left;
}*/
.thumbnail-content-title {
	width: 155px;
	height: 40px;
	_margin-top: -11px;
	padding: 8px 11px 0 13px;
	font-weight: bold;
	text-align: left;
	background: url(../../img/bg_thumbnail.gif) repeat-y top left;
}
/*.products  {
	width: 155px;
	height: 10px;
	padding: 0 11px 5px 13px;
	text-align: left;
	background: url(../../img/bg_thumbnail.gif) repeat-y top left;
}*/
.thumbnail-content-price {
	width: 155px;
	height: 10px;
	padding: 0 11px 5px 13px;
	text-align: left;
	background: url(../../img/bg_thumbnail.gif) repeat-y top left;
}
/*a.products:link, a.products :visited, a.products:active {
	text-decoration: none;
	color: #7dba00;
}
a.products:hover {
	color: #a1e517;
}*/


a.thumbnail-morelink:link, a.thumbnail-morelink:visited,  a.thumbnail-morelink:active {
	text-decoration: none;
	color: #7dba00;
	border:none;
}
a.thumbnail-morelink:hover {
	color: #a1e517;
}

/* Item description */
/*.products {
	float: left;
	width: 100%;
	font-size: 28px;
	margin: 5px 0 5px 0;
}*/
.hd-item {
	float: left;
	width: 100%;
	font-size: 28px;
	margin: 5px 0 5px 0;
}
/*.products {
	width: 100%;
}*/
#description-container {
	width: 100%;
}
/*.products {
	_margin-top: -167px;
	width: 548px;
}*/
#description-main {
	/*_margin-top: -167px;*/
	width: 548px;
}
/*.products{
	float: left;
	width: 544px;
	padding: 0 3px 0 1px;
	background: url(../../img/bg_desc.gif) repeat-y top left #fff;
}*/
#description-main-content {
	float: left;
	width: 544px;
	padding: 0 3px 0 1px;
	background: url(../../img/bg_desc.gif) repeat-y top left #fff;
}
.products #description-img-pane {
	float: left;
	width: 289px;
	height: 254px;
}
.products .btn-zoom {
	float: left;
	margin: 0 0 0 5px;
}
.products #description-text-pane {
	float: left;
	width: 225px;
	padding: 15px;
}
.products .description-product-tn {
	float: left;
	width: 60px;
	height: 60px;
	padding: 2px 5px 5px 2px;
	margin-right: 5px;
	background: url(../../img/bg_product_tn.gif) no-repeat;
}
.products .description-options-container {
	float: left;
	width: 60px;
	margin: 15px 0 15px 15px;
	font-weight: bold;
}
.products .description-options-field {
	font-size: 10px;
	width: 60px;
	border: 1px solid #dbdbdc;
	margin-top: 2px;
}
.products #wishlist-container {
	width: 100px;
	float: right;
	margin: 30px 15px 15px 0;
	text-align: right;
}
.products .description-side-pane-container {
	float: left;
	width: 150px;
 *margin-top: -7px;
}
.products .description-side-pane {
	width: 155px;
	background: url(../../img/bg_sidepanel.gif) repeat-y top left #fff;
	padding: 10px 13px 3px 11px;
 *margin-top: -3px;
 *margin-bottom: -3px;
}
/* Perfect partners */
 .partners-container {
	height: 60px;
	vertical-align: middle;
	font-size: 12px;
}
 #outer {
	height: 60px;
	_width: 95px;
}
 #inner {
	font-size: 11px;
}
a.partnerslink:link, .products a.partnerslink:visited, .products a.partnerslink:active {
	text-decoration: none;
	color: #535353 !important;
}
a.partnerslink:hover {
	color: #7dba00;
}
.products #newsletter {
	width: 935px;
	background-color: #fff;
	padding: 5px 0 5px 15px;
	*padding-bottom: 10px;
}
/* Shades */
.products .shades-main-container {
	position: relative;
	margin: 0 22px 0 2px;
}
.products .shade-container {
	float: left;
	text-align: center;
	font-size: 10px;
	width: 84px;
	_width: 80px;
	margin-left: 20px;
}
/* Buttons */
.products{
	border: 0;
	margin-bottom: -3px;
}
.btn-more {
	border: 0;
	margin-bottom: -3px;
}
/* Tab content */
.products .tab-container {
	width: 100%;
	display: block;
}
.products .tab-content-navigation {
	float: left;
	width: 100%;
	text-align: left;
}
 .tab-content-pane {
	float: left;
	width: 692px;
	color: #535353;
	padding: 18px !important;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
.tab-content-pane a {
	font-weight: bold;
	color: #74bf02;
}
.tab-footer {
	width: 100%;
	float: left;
	height: 6px;
	background: url(../../img/tab_bg_footer.gif) no-repeat top left #fff;
}
.products .tab-bar {
 *margin-top: -11px;
}
/* Promotions */
.products .promotions-container {
	border: 1px solid #dbdbdb;
}
#promotions #content-container {
	*margin-left: -475px;
	*margin-top: -5;
}
/* Footer */

/******************************/
/* Editorial 
/******************************/
.editorial #content-container {
	width: 950px;
	padding: 6px 0px 0px 0px;
}
.editorial #side-navigation {
	float: none;
	margin-left: 15px;
}
.editorial #rightcontent-container {
	font-size: 12px;
	width: 704px;
	margin-right: 15px;
	_margin-right: 10px;
	padding: 15px;
}
.editorial #text-pane {
	float: left;
	width: 100%;
}
.img-pane {
	margin: 30px 0px;
	padding-left: 40px;
}
#sideimg-pane {
	margin: 30px 0 0 0;
	margin-left:-10px;
}
#side-pane {
	float: left;
	width: 179px;
}
.editorial .two-col {
	float: left;
	margin-right: 25px;
	width: 325px;
}
.editorial #newsletter {
	width: 935px;
	background-color: #fff;
	padding: 5px 0 5px 15px;
	*padding-bottom: 10px;
}
/* Sitemap */
.editorial .sitemap-main-container {
	position: relative;
	*height: 1%;
}
.editorial .sitemap-section-container {
	float: left;
	text-align: left;
	width: 161px;
	margin-right: 20px;
}
.editorial .sitemap-section-container-nomarginright {
	float: left;
	text-align: left;
	width: 161px;
}
/* About styles */
.editorial .editorial-about .form-btn, .editorial .editorial-about .side-navigation-item-selected {
	background-color: #ec7a23;
}
.editorial .editorial-about a.side-navigationlink:link, .editorial .editorial-about a.side-navigationlink:visited, .editorial .editorial-about a.side-navigationlink:active {
	text-decoration: none;
	color: #535353;
}
.editorial .editorial-about .bullet-plus, .editorial .editorial-about .bullet-plus-indent, .editorial .editorial-about a.side-navigationlink:hover, .highlight, .editorial .editorial-about .side-navigation-item-indent {
	color: #ec7a23;
}
/* Loyalty styles */
.editorial .editorial-loyalty .form-btn, .editorial .editorial-loyalty .side-navigation-item-selected {
	background-color: #d09e01;
}
.editorial .editorial-loyalty a.side-navigationlink:link, .editorial .editorial-loyalty a.side-navigationlink:visited, .editorial .editorial-loyalty a.side-navigationlink:active {
	text-decoration: none;
	color: #535353;
}
.editorial .editorial-loyalty .bullet-plus, .editorial .editorial-loyalty .bullet-plus-indent, .editorial .editorial-loyalty a.side-navigationlink:hover, .editorial .editorial-loyalty .highlight, .editorial .editorial-loyalty .side-navigation-item-indent {
	color: #d09e01;
}
/* Shop styles */
.editorial .editorial-shop .form-btn, .editorial .editorial-shop .side-navigation-item-selected {
	background-color: #669900;
}
.editorial .editorial-shop a.side-navigationlink:link, .editorial .editorial-shop a.side-navigationlink:visited, .editorial .editorial-shop a.side-navigationlink:active {
	text-decoration: none;
	color: #535353;
}
.editorial .editorial-shop .bullet-plus, .editorial .editorial-shop .bullet-plus-indent, .editorial .editorial-shop a.side-navigationlink:hover, .editorial .editorial-shop .highlight, .editorial .editorial-shop .side-navigation-item-indent {
	color: #669900;
}
/* Values styles */
.editorial .editorial-values .form-btn, .editorial .editorial-values .side-navigation-item-selected {
	background-color: #0198cb;
}
.editorial .editorial-values a.side-navigationlink:link, .editorial .editorial-values a.side-navigationlink:visited, .editorial .editorial-values a.side-navigationlink:active {
	text-decoration: none;
	color: #535353;
}
.editorial .editorial-values .bullet-plus, .editorial .editorial-values .bullet-plus-indent, .editorial .editorial-values a.side-navigationlink:hover, .editorial .editorial-values .highlight, .editorial .editorial-values .side-navigation-item-indent {
	color: #0198cb;
}
/* Web poll */
.editorial #webpoll-container {
	margin: 0 -12px 0 15px;
}
/* Form */
.editorial .form-txtfield {
	width: 200px;
}
.editorial .form-txtarea {
	width: 200px;
	border: 1px solid #ccc;
	background-color: #ffffff;
	font-size: 10px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif, Default;
	color: #535353;
}
.editorial .form-btn {
	border: none;
	color: #fff;
	padding: 2px;
}
.editorial .form-chkbox {
	border: none;
}
@-moz-document url-prefix() {
.editorial .form-btn {
padding-bottom: 3px;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.editorial .form-btn {
padding: 3px 5px 3px 5px;
}
}
/* Footer */
#footer {
	padding-top: 10px;
}
#footerlink-container {
	margin-top: -15px;
}
/*
.editorial #footer {
	clear: both;
	padding-top: 8px;
}
.editorial #footerlink-container {
	padding-left: 5px;
}
.editorial .email-updates {
	margin-right: 5px;
}
@-moz-document url-prefix() {
.editorial #footerlink-container {
margin-bottom: -30px;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.editorial #footerlink-container {
margin-bottom: -30px;
}
}
*/
/******************************/
/* Lounge
/******************************/
.lounge #flash-container {
	background: no-repeat center center #fff;
}
.lounge #lounge-subcontainer {
	position: absolute;
	top: 190px;
	left: 95px;
	width: 760px;
	height: 400px;
}
.lounge .frameset {
	width:920px;
	height:496px;
	overflow:hidden;
	zoom:1;
	border: 0;
}
.lounge #flash-content {
	color: #fff;
}
.lounge #footer {
	margin-top: 40px;
}
/******************************/
/* Loyalty
/******************************/
.loyalty #form-masthead {
	_margin-bottom: -3px;
 	*margin-bottom: -3px;
}
.loyalty #form-login {
	width: 114px;
	background-color: #d09e01;
	font-size: 10px;
	color: #fff;
	padding: 10px;
	margin-left: 1px;
	text-align: left;
	_margin-left: -10px;
 *margin-left: -10px;
}
.loyalty .form-login-textfield {
	border: 1px solid #cecece;
	width: 110px;
	_width: 109px;
 	*width: 109px;
	margin-bottom: 5px;
	_margin-left: 10px;
 	*margin-left: 10px;
}
.loyalty a.form-loginlink:link, .loyalty a.form-loginlink:visited, .loyalty a.form-loginlink:active {
	text-decoration: underline;
	color: #fff;
}
.loyalty a.form-loginlink:hover {
	text-decoration: none;
}
.loyalty #side-navigation {
	width: 135px;
	background: none;
}
.loyalty .side-navigation-item {
	width: 115px;
	margin: 0;
}
.loyalty #side-pane {
	float: left;
	width: 147px;
	margin-left: 10px;
}
.loyalty #rightcontent-container {
	width: 709px;
	height: 519px;
	padding: 0 20px 0 20px;
	margin: 40px 0 0 14px;
	background: url(../img/editorial/bg_loyalty.jpg) bottom left #fff;
}
.loyalty #opacity-border {
	width: 680px;
	height: 280px;
	padding: 15px;
	background-color: #fff;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
.loyalty #visible-container {
	position: relative;
	width: 680px;
	height: 279px;
	margin: -294px 0 0 15px;
	background-color: #fff;
}
.loyalty #text-pane {
	position: relative;
	padding-right: 25px;
	width: 295px;
	font-size: 12px;
	margin: -280px 0 0 375px;
}
/******************************/
/* Store locator
/******************************/
.store-locator #content-container {
	width: 950px;
	padding: 0;
	background-color: #fff;
}
.store-locator #content-pane {
	position: relative;
	width: 859px;
	text-align: left;
	margin: 0 15px 0 15px;
	padding: 6px 48px 0 13px;
	background: url(../img/editorial/bg_gradient.gif) top left #f2f2f2;
}