/*
	Copyright DTDigital         :: www.dtdigital.com.au ::
	Unauthorised modification / use is a criminal offence, and
	will be prosecuted to the fullest extent permitted by law.
	All Rights Reserved
*/
	/* UPDATED UP TO (AND INCLUDING): complete html revision as of drop for Phase 2 R2 as at 12/07/2012 */
	/* ============ Table of contents ======================================== 

	= 0. Header 
		- 0.0 Header - myerOne login
		- 0.1 Header - search
	= 1. Call out
	= 2. Content
	= 3. Breadcrumbs
	= 4. Columns
	= 5. Homepage
	= 6. Footer

 ============== Table of contents ======================================*/
html,body {
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

#header,#footer,#call-out,#content,#navigation {
	min-width: 964px;
	width: 100%;
}

/* = 0. Header =================================================*/
#header {
	background: #161616;
	color: #ffffff;
	height: 110px;
}

#header .inside {
	margin: 0 auto;
	padding: 38px 0 0 0;
	width: 964px;
	position: relative;
}

#header .logo {
	float: left;
	margin-bottom: 20px;
	margin-left: 1px;
}

#header .rhs-container {
	float: right;
	display: block;
	width: 668px;
}

#header .rhs-container #search {
	float: left;
	width: 241px;
}

#header .rhs-container #myerOneLogin {
	float: right;
	width: 285px;
	position: absolute;
	right: 0;
	/*bottom: 5px;*/
	top: 11px;
}

#header .rhs-container .loggedOut {
	bottom: 11px !important;
}

#navigation {
	background: #161616;
	color: #ffffff;
	height: 34px;
}

#navigation .inside {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 964px;
}

/* 0.0 Header - myerOne login */
#myerOne {
	text-align: right;
	border-bottom: 1px solid #393939;
	padding-bottom: 8px;
	margin-bottom: 6px;
}

#myerOne #welcome_txt {
	float: left;
	font-weight: bold;
}

#myerOne #shopping_credits_member {
	font-size: 18px;
	background:
		url(../../images/dt/shopping_credits_member_bg.gif)
		no-repeat;
	width: 282px;
	height: 27px;
	padding: 0;
	margin: 10px 0 0 0;
	position: relative;
}

#myerOne #shopping_credits_gold {
	font-size: 18px;
	background:
		url(../../images/dt/shopping_credits_gold_bg.gif)
		no-repeat;
	width: 282px;
	height: 27px;
	padding: 0;
	margin: 10px 0 0 0;
	position: relative;
}

#myerOne #shopping_credits_silver {
	font-size: 18px;
	background:
		url(../../images/dt/shopping_credits_silver_bg.gif)
		no-repeat;
	width: 282px;
	height: 27px;
	padding: 0;
	margin: 10px 0 0 0;
	position: relative;
}

#myerOne a {
	color: #cecece;
	margin: 0 10px;
}

#myerOne a.has_tooltip {
	text-decoration: none;
	cursor: pointer;
}

#myerOne a.login {
	margin: 0 0 0 10px;
}

#wishlist_link {
	float: left;
}

#wishlist_link a {
	color: #cecece;
}

.my-cart {
	margin-right: 0px;
	float: right;
}

.my-cart a.ico-cart {
	color: #fff !important;
	font-weight: bold;
}

.my-cart a.ico-cart:hover {
	text-decoration: none;
}

.my-cart a.ico-cart .total-price {
	color: #fff;
	margin-left: 6px;
}

.my-cart a.ico-cart .item-count {
	color: #c30000;
	margin-left: 6px;
}

.my-cart .cartdockcontainer,.tooltip {
	position: relative;
}

.my-cart .mini-cart,.tooltip {
	position: absolute;
	top: 20px;
	right: 0;
	/* commented out by fujitsu for UI035  SHO-406-01 View items in Mini Shopping Cart (order) */
	/*		display: none;	*/
	background: #ffffff;
	border: 1px solid #8a8a8a;
	text-align: center;
	width: 308px;
	box-shadow: 2px 2px 4px #aaa;
	-moz-box-shadow: 2px 2px 4px #aaa;
	-webkit-box-shadow: 2px 2px 4px #aaa;
}

#shopping_credits_member .tooltip {
	font-size: 10px;
	color: #4e4e4e;
	width: 187px;
	top: 35px;
	text-align: left;
	padding: 5px;
}

#shopping_credits_member .tooltip p {
	margin: 0;
}

#shopping_credits_gold .tooltip {
	font-size: 10px;
	color: #4e4e4e;
	width: 187px;
	top: 35px;
	text-align: left;
	padding: 5px;
}

#shopping_credits_gold .tooltip p {
	margin: 0;
}

#shopping_credits_silver .tooltip {
	font-size: 10px;
	color: #4e4e4e;
	width: 187px;
	top: 35px;
	text-align: left;
	padding: 5px;
}

#shopping_credits_silver .tooltip p {
	margin: 0;
}

.my-cart .mini-cart .ico_arrow,.tooltip .ico_arrow {
	background:
		url(../../images/dt/bg_arrow_bag.gif) 0 0
		no-repeat;
	width: 16px;
	height: 11px;
	position: absolute;
	top: -11px;
	right: 68px;
}

#shopping_credits_member .tooltip .ico_arrow {
	right: 15px;
}

#shopping_credits_gold .tooltip .ico_arrow {
	right: 15px;
}

#shopping_credits_silver .tooltip .ico_arrow {
	right: 15px;
}

.joinmyerone {
	font-size: 10px;
	color: #4e4e4e;
	width: 187px;
	top: -12px;
	text-align: left;
	padding: 3px 5px;
	left: -10px;
	height: 28px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.joinmyerone .ico_arrow {
	background:
		url(../../images/dt/bg_arrow_bag2.gif) 0 0
		no-repeat !important;
	width: 11px !important;
	height: 16px !important;
	top: 10px !important;
	right: -9px !important;
}

.loginmyerone {
	font-size: 10px;
	color: #4e4e4e;
	width: 180px;
	top: 30px;
	text-align: left;
	padding: 3px 5px;
	right: 0px;
	height: 16px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.loginmyerone .ico_arrow {
	background:
		url(../../images/dt/bg_arrow_bag.gif) 0 0
		no-repeat !important;
	width: 16px;
	height: 11px;
	position: absolute;
	top: -11px;
	right: 12px;
}

.my-cart .mini-cart .padding {
	text-align: left;
	padding: 13px 12px;
}

.my-cart .mini-cart h3 {
	text-align: center;
	margin: 0 0 12px 0;
	padding: 0;
}

.my-cart .mini-cart ul {
	border-top: 1px solid #e7e7e7;
	margin-bottom: 20px;
}

.my-cart .mini-cart ul li {
	border-bottom: 1px solid #e7e7e7;
	display: block;
}

.my-cart .mini-cart ul li a {
	display: block;
	padding: 13px 14px 12px 14px;
	color: #4e4e4e;
}

.my-cart .mini-cart ul li a:hover {
	background: #ffffff
		url(../../images/dt/bg_cart-item.gif) 0 100%
		repeat-x;
	text-decoration: none;
	cursor: pointer;
}

.my-cart .mini-cart ul li img {
	float: left;
	margin-right: 13px;
	max-width: 90px;
}

.my-cart .mini-cart ul li a .product-description {
	float: left;
	width: 142px;
}

.my-cart .mini-cart ul li a .product-description .txt-price {
	font-weight: bold;
	color: #2a2a2a;
	font-size: 1.167em;
}

.my-cart .mini-cart ul li a .product-description .txt-qty {
	font-size: 0.833em;
}

.my-cart .mini-cart .txt-total {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #2a2a2a;
	padding-top: 9px;
}

.my-cart .mini-cart a.btn_view-cart {
	float: right;
	width: 138px;
	height: 29px;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1em;
	position: relative;
	margin-bottom: 19px;
}

.my-cart .mini-cart a.btn_view-cart .img {
	background: #3f3f3f
		url(../../images/dt/btn_view-cart.gif) 0 0
		no-repeat;
	width: 138px;
	height: 29px;
	position: absolute;
	top: 0;
	left: 0;
}

.my-cart .mini-cart a.btn_view-cart:hover {
	text-decoration: none;
}

.my-cart .mini-cart .offer-box {
	padding: 0;
	margin-bottom: 0;
}

.my-cart .mini-cart .offer-box h3 {
	text-align: left;
	font-size: 1.750em;
	margin-bottom: 8px;
}

.my-cart .mini-cart .offer-box img {
	float: left;
	max-width: 107px;
}

.my-cart .mini-cart .offer-box .content {
	float: left;
	width: 147px;
	padding: 13px 14px 13px 14px;
}

.my-cart .mini-cart .offer-box .content p {
	font-size: 12px;
	letter-spacing: -0.032em;
}

.my-cart .mini-cart p a {
	letter-spacing: normal;
	font-size: 12px;
}

.my-cart .mini-cart p a:hover {
	text-decoration: underline;
}

.my-cart .mini-cart a strong {
	color: #C00000
}

/* 0.1 Header - search */
#search {
	display: inline-block;
	text-align: center;
	padding: 9px 9px 7px 9px;
	margin-top: -9px;
	position: relative;
	z-index: 48;
}

#search .search-field label {
	display: none;
}

#search .search-field {
	background:
		url(../../images/dt/bg_input-search_header.gif)
		0 0px no-repeat;
	padding-left: 13px;
	height: 29px;
	width: 244px;
	margin: 0 auto;
}

#search .search-field input {
	background: none;
	border: none;
	color: #CECECE;
	font-weight: normal;
	padding-top: 7px;
	width: 207px;
	float: left;
}

#search .search-field input.btn_search {
	float: left;
	padding-top: 8px;
}

#search .search-results {
	display: none;
	position: absolute;
	top: 44px;
	left: -1px;
	background: #ffffff;
	width: 241px;
	padding: 11px 9px 18px 9px;
	text-align: left;
	border: 1px solid #d8d8d8;
	border-top: none;
}

#search .search-results h3 {
	margin: 0 0 3px 11px;
	padding: 0;
}

#search.active {
	background: #ffffff;
	border: 1px solid #d8d8d8;
	border-bottom: none;
}

#search.active .search-field {
	background:
		url(../../images/dt/bg_input-search_header.gif)
		-358px 0 no-repeat;
}

#search.active .search-results {
	display: block;
}

#search.active .search-results ul {
	margin-bottom: 22px;
}

#search.active .search-results ul.list-category {
	margin-bottom: 12px;
}

#search.active .search-results ul li {
	border-bottom: 1px solid #e7e7e7;
}

#search.active .search-results ul li a {
	padding: 8px 11px;
	display: block;
	color: #4e4e4e;
}

#search.active .search-results ul li a:hover {
	text-decoration: none;
	background:
		url(../../images/dt/bg_list-item_search.gif)
		0 100% repeat-x;
}

/* added by fuj for TEC046  TEC-880-01 Reskin Search Widget autosuggest/cached suggestions/history */
	/* (should be same as #search.active .search-results ul li a:hover style) */
#search.active .search-results ul li a.autoSuggestSelected {
	text-decoration: none;
	background:
		url(../../images/dt/bg_list-item_search.gif)
		0 100% repeat-x;
}

#search .search-results a.ico-arrow_red {
	margin-left: 11px;
}

/* = 1. Call out =================================================*/
#call-out {
	background: #f4f4f4;
}

#call-out .inside {
	margin: 0 auto;
	padding: 0;
	width: 964px;
	width: 1014px\0/;	
	text-align: center;
}

#call-out ul {
	text-align: center;
}

#call-out ul li {
	display: inline-block;
	float: left;
	text-transform: uppercase;
}

#call-out ul li.first {
	background: none;
}

#call-out ul li {
	color: #959595;
}

#call-out ul li a {
	color: #7f7f7f;
}

/* removed in drop 20120223_callout-cart-header
#call-out ul li .padding { 	padding: 0 12px 0 12px; text-align: left; }
*/
#call-out ul li a {
	padding: 0px 20px 0px 20px;
	font-size: 11px;
	line-height: 34px;
	display: inline-block;
	position: relative;
}

#call-out ul li a:after {
	background:
		url(../../assets/images/sprites.png) -335px -95px no-repeat;
	width: 1px; height: 18px;
	display: inline-block;
	content: " ";
	position: absolute;
	left: 0;
	top: 8px;
}

#call-out ul li.first a {
	padding-left: 13px;
}

#call-out ul li a:hover {
	text-decoration: none;
}

#call-out ul li.first a:after {
	background: none;
	content: none;
}

#call-out ul li p {
	color: #969696;
}

#call-out ul li .padding ul {
	padding-top: 10px;
}

#call-out ul ul li {
	border: none;
	float: none;
	width: auto;
	display: block;
}

#call-out ul ul li.first a,#call-out ul ul li a {
	min-height: 12px;
	height: auto !important;
	padding: 0;
	font-size: 1em;
	text-align: left;
	display: block;
}

#call-out ul ul li a span.myriad-bold {
	font-size: 1.167em;
	color: #2a2a2a;
	line-height: 12px;
}

/* = 2. Content =================================================*/
#content {
	background: #ffffff;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#content .inside {
	margin: 0 auto;
	padding: 18px 0 0 0;
	width: 964px;
}

#content .category-intro {
	margin-bottom: 3.833em; /* 26px */
}

/* = 3. Breadcrumbs =================================================*/
#breadcrumbs {
	width: 960px;
	margin: 0 auto;
	height: 32px;
	display: block;
}

#breadcrumbs ul {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 0.917em;
}

#breadcrumbs ul li {
	list-style: none;
	float: left;
	margin-right: 5px;
	padding: 0 0 0 8px;
	position: relative;
}

#breadcrumbs ul li.first:before {
	background: none;
	width: 0;
	height: 0;
	content: none;
}

#breadcrumbs ul li:before {
	background:
		url(../../assets/images/sprites.png)
		-477px -103px no-repeat;
	width: 4px;
	height: 2px;
	content:" ";
	position: absolute;
	display: inline-block;
	top: 6px;
	left: 0;
}

#breadcrumbs ul li.first {
	padding: 0;
	background: none;
}

#breadcrumbs ul li a {
	color: #8e8e8e;
}

#breadcrumbs ul li.active span {
	color: #2a2a2a;
}

/* = 4. Columns =================================================*/
.two-column-01 {
	
}

.two-column-02 {
	
}

.col {
	float: left;
	display: inline;
}

/* 4.0 Sidebar */
.sidebar {
	width: 166px;
	margin-right: 29px;
}

/* product detail page */
.two-column-02 .sidebar {
	width: 225px;
	margin-right: 0;
}

.sidebar h1,.sidebar h2 {
	font-size: 1.500em;
	letter-spacing: normal;
	margin-bottom: 19px;
}

.sidebar h2 {
	text-transform: uppercase;
	font-size: 1.125em;
}

.sidebar h2.lowercase {
	text-transform: lowercase;
	font-size: 1.5em;
}

.sidebar h2 a {
	font-size: 0.8em;
	font-weight: normal;
}

.sidebar .filter-type {
	position: relative;
	display: block;
	padding: 0 0 6px 15px;
	color: #4e4e4e;
	border-bottom: 1px solid #dadada;
	font-weight: bold;
	outline: none;
	-moz-outline: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.917em;
	line-height: 1.636em;
}

.sidebar .filter-type:hover {
	text-decoration: none;
}

.sidebar .left {
	float: left;
}

.sidebar .clearall {
	float: right;
	color: #4e4e4e;
	text-transform: capitalize;
	font-weight: normal;
	margin: 0 5px 0 0;
}

.sidebar .nav-group {
	margin: 0 0 18px;
}

.sidebar .selected {
	background: none;
	padding-left: 0;
	color: #2a2a2a;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.sidebar .nav-group ul {
	padding: 0 0 0px 15px;
	margin: 0;
}

/* Added for MYER when Brand Facet value selected from landing page we don't want to show selected brand as uppercase - start */
.sidebar .filter-typeNotUpper {
	background:
		url(../../images/dt/ico_tag-arrows.gif) 0
		-86px no-repeat;
	display: block;
	padding: 0 0 6px 15px;
	color: #4e4e4e;
	border-bottom: 1px solid #dadada;
	font-weight: bold;
	outline: none;
	-moz-outline: none;
	font-weight: bold;
	font-size: 0.917em;
	line-height: 1.636em;
}

.sidebar .filter-typeNotUpper:hover {
	text-decoration: none;
}

.sidebar .selectedNotUpper {
	background: none;
	padding-left: 0;
	color: #2a2a2a;
	font-weight: bold;
	font-size: 12px;
}

/* Added for MYER when Brand Facet value selected from landing page we don't want to show selected brand as uppercase - end */
.sidebar .nav-group ul a,.sidebar .nav-group ul span {
	color: #4e4e4e;
	font-size: 0.917em;
	line-height: 1.636em;
}

.sidebar .nav-group ul a:hover {
	color: #a9a9a9;
	text-decoration: none;
}

.sidebar .nav-group ul span {
	font-weight: bold;
}

.sidebar .nav-group ul li.sale a {
	color: #b30000;
}

.sidebar .nav-group ul a.disable {
	color: #a9a9a9;
}

.sidebar .two-col ul {
	float: left;
	display: inline-block;
	width: 63px;
}

.sidebar .list-container	{
	margin-top: 8px;
}

.sidebar .overflow {
	height: 189px;
	/* Changed by Fuj so that facet shows 10 values in scrollable area - end */
	overflow: auto;
}

.sidebar .offer-plain {
	padding-bottom: 8px;
	margin-bottom: 8px;
	/*border-bottom: 1px solid #dadada;*/
}

.sidebar .offer-box .content {
	padding: 12px 10px;
}

.sidebar .offer-box .content p {
	font-size: 11px;
}

.sidebar .child-selected {
	background: #f4f4f4;
	padding: 3px 0;
}

.sidebar .child-selected .filter-type {
	border: none;
	padding: 0;
	margin-left: 2px;
}

.sidebar .child-selected ul {
	padding: 0 0 0 15px;
}

.sidebar .child-selected .list-container span {
	color: #2a2a2a;
}

.general-navigation {
	
}

.sidebar .general-navigation li.active {
	background: none;
}

.sidebar .general-navigation li ul {
	padding-top: 0;
	display: none;
}

.sidebar .general-navigation li.active ul {
	display: block;
}

.sidebar .nav-group ul .nored a { 
	color: #4E4E4E; 
}

.sidebar .nav-group ul .active ul a:hover, .sidebar .nav-group ul .nored a:hover { 
	color: #a9a9a9;
	text-decoration: none;
}

.sidebar .nav-group ul .active .active a { 
	color: #C30000; 
}


/* 4.1 Main Content */
.main-content {
	width: 769px;
}

.two-col .col {
	width: 376px;
	margin-left: 17px;
	height: 170px;
	padding-top: 16px;
}

.two-col .first {
	margin-left: 0;
}

.two-column-02 .main-content {
	width: 703px;
	margin-right: 36px;
}

.two-column-02.product-detail-container .main-content {
	width: 716px;
	margin-right: 23px;
}

/* category listing page */
.two-column-01 .two-col {
	padding-bottom: 0;
}

.two-column-01 .two-col .col p {
	padding-right: 198px;
	margin: 0;
}

/* homepage */
.homepage .two-col {
	padding-bottom: 0;
}

.homepage .two-col .col p {
	padding-right: 198px;
	margin: 0;
}

/* product detail page */
.product-detail .col {
	width: 328px;
	margin-left: 26px;
	height: auto;
	padding-top: 0;
	margin-bottom: 1em;
}

.product-detail-container .product-detail .col {
	width: 352px;
	margin-left: 23px;
}

.product-detail .first {
	width: 341px;
	margin-left: 0;
}

.product-detail-container .product-detail .col.first {
	width: 341px;
	margin-left: 0;
}

.two-column-01 .three-col .col {
	width: 246px;
	margin-left: 15px;
	padding: 8px 0 0 0;
}

.two-column-01 .three-col .first {
	margin-left: 0;
}

.two-column-01 .three-col .col img {
	margin-bottom: 12px;
}

.two-column-01 .three-col .col h3 {
	margin: 0;
}

.two-column-01 .three-col .col p {
	margin-bottom: 0;
}

/* full width bazaar voice content container */
.bv_review-container {
	width: 964px;
	margin-bottom: 20px;
}

/* full width content page espot */
.espot-fullwidth {
	width: 964px;
}

/* = 5. Homepage =================================================*/
.homepage {
	width: 964px;
}

.homepage .three-col {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 0;
}

.homepage .three-col .col {
	width: 310px;
	margin-left: 16px;
	padding-bottom: 0;
	height: 174px;
	padding-top: 36px;
}

.homepage .three-col .first {
	margin-left: 0;
}

.homepage .three-col p {
	padding-right: 163px;
	margin-bottom: 0;
}

.homepage-banner {
	margin-bottom: 40px;
	height: 522px;
	min-width: 964px;
	width: 100%;
	overflow: hidden;
}

.homepage-banner .inside {
	width: 964px;
	margin: 0 auto;
}

.homepage-banner .banner-nav {
	background: #2a2a2a;
	width: 240px;
	height: 522px;
	overflow: hidden;
	float: left;
}

.homepage-banner .banner-nav .padding {
	padding: 22px 13px 0 13px;
}

.homepage-banner .banner-nav h1 {
	color: #ffffff;
	font-size: 3.333em /*40px */;
	margin: 0 0 0.175em 0 /* 2px */;
	padding: 0;
}

.homepage-banner .banner-nav h1 span {
	color: #ffffff;
}

.homepage-banner .banner-nav h3 {
	color: #ffffff;
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 15px; /* 16px */
	line-height: 0.875em; /* 14px */
}

.homepage-banner .banner-nav h3 a {
	color: #ffffff;
	background:
		url(../../images/dt/ico_nav_home-banner-arrow.gif)
		0 -45px no-repeat;
	padding-left: 10px;
}

.homepage-banner .banner-nav h3 a:hover {
	color: #c30000;
	background:
		url(../../images/dt/ico_nav_home-banner-arrow.gif)
		0 5px no-repeat;
	text-decoration: none;
}

.homepage-banner .banner-nav ul {
	margin: 0;
	padding: 0;
}

.homepage-banner .banner-nav ul li {
	margin: 0;
	padding: 9px 0;
	border-bottom: 1px solid #080808;
	border-top: 1px solid #222222;
}

.homepage-banner .banner-nav ul li.first {
	border-top: 0;
}

.homepage-banner .banner-nav p {
	margin: 0;
	line-height: 1.167em; /* 14px */
	color: #ABABAB;
}

.homepage-banner .banner-nav p a {
	color: #ababab;
	font-size: 0.917em; /* 11px */
}

/* = 6. Footer =================================================*/

#footer {
	color: #ffffff;
	position: relative;
	z-index: 5;
	width: 100%;
	clear: both;
}

.grid-row {
	width: 964px;
	*zoom: 1;
}

.grid-row:before, .grid-row:after {
	display: table;
	content: "";
}

.grid-row:after {
	clear: both;
}

[class*="grid-col-"] {
	float: left;
	margin-left: 20px;
}

[class*="grid-col-"]:first-child {
	margin-left: 0;
}
.grid-col-no-margin {margin-left: 0;}

/* col-6 plus half of the gutter */
.grid-col-split { width: 482px; margin-left: 0; }

/* col-6 plus full gutter - use with col-6 and col-no-margin */
.grid-col-half { width: 492px; margin-left: 0; }

.grid-col-1 { width: 62px; }
.grid-col-2 { width: 144px; }
.grid-col-3 { width: 226px; }
.grid-col-4 { width: 308px }
.grid-col-5 { width: 390px; }
.grid-col-6 { width: 472px; }
.grid-col-7 { width: 554px; }
.grid-col-8 { width: 636px; }
.grid-col-9 { width: 718px; }
.grid-col-10 { width: 800px; }
.grid-col-11 { width: 882px; }
.grid-col-12 { width: 964px; margin-left:0; }

#footer .opacity-hover-links {
	text-decoration: none;
	color: #fff;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE 8 */
	filter: alpha(opacity=70);/* IE 5-7 */
	-moz-opacity: 0.7;/* Netscape */
	-khtml-opacity: 0.7;/* Safari 1.x */
	opacity: 0.7;

	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
#footer .opacity-hover-links:hover,
#footer #footer-links .footer-service-links li ul li a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";/* IE 8 */
	filter: alpha(opacity=99);/* IE 5-7 */
	-moz-opacity: .999;/* Netscape */
	-khtml-opacity: .999;/* Safari 1.x */
	opacity: .999;
}

#footer .inside {
	margin: 0 auto;
	position: relative;
	width: 964px;
}

#footer #footer-promo {
	background: #272727;
	height: 150px;
}

#footer-promo .grid-row li {
	float:left;
	text-align: center;
	width: 144px;
}
#footer-promo .grid-row li a {
	background: url(../../assets/images/ico-footer-icons-ordermgt.gif) 0px 0px no-repeat;
	display: block;
	padding: 92px 0 0 0;
	width: 144px;
}
#footer-promo .grid-row li a strong {
	display: block;
}

#footer-promo .grid-row li a.myer-one {background-position: 0 0;}
#footer-promo .grid-row li a.myer-one-app {background-position: -164px 0;}
#footer-promo .grid-row li a.emporium {background-position: -328px 0;}
#footer-promo .grid-row li a.myer-visa {background-position: -492px 0;}
#footer-promo .grid-row li a.wine-club {background-position: -656px 0;}
#footer-promo .grid-row li a.gift-card {background-position: -820px 0;}

#footer #footer-links {
	background: #161616;
	min-height: 114px;
}
/* Latest changes for WCS - starts*/
#footer #footer-links .inside {
	padding-left: 35px;
}
/* Latest changes for WCS - ends*/

.footer-service-links {
	margin-top: 27px;
}
#footer #footer-links .footer-service-links li ul li{
    padding-top: 10px;
}
#footer #footer-links .footer-service-links li ul li a{
    font-weight: normal;
    color: #9f9f9f;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE 8 */
	filter: alpha(opacity=70);/* IE 5-7 */
	-moz-opacity: 0.7;/* Netscape */
	-khtml-opacity: 0.7;/* Safari 1.x */
	opacity: 0.7;

	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
#footer #footer-links .footer-service-links .footer-subheading {
	color: #9f9f9f;
}
#footer #footer-links a {
	color: #fff;
}
.footer-additional-info {
	margin-top: 20px;
	border-top: 1px solid #333;
}
.footer-additional-info .payments {
	background: url(../../assets/images/ico-footer-payment-types-ordermgt.gif) 0px 0px no-repeat;
	text-indent: -999em;
	height: 18px;
	margin-top: 9px;
}

.footer-additional-info .copyright {
	text-align: center;
	color: #dddddd;
	font-size: 0.9166666666666667em;
	margin-top: 15px;
}

.footer-additional-info .footer-social li {
	float:left;
}


.footer-additional-info .footer-social li .footer-social-link {
	background: url(../../assets/images/ico-footer-social-ordermgt.gif) 0px 0px no-repeat;
	height: 44px;
	width: 44px;
	display: block;
	text-indent: -999em;
}
.footer-additional-info .footer-social li .footer-facebook {background-position: 10px 0;}
.footer-additional-info .footer-social li .footer-pinterest {background-position: -34px 0;}
.footer-additional-info .footer-social li .footer-twitter {background-position: -78px 0;}
.footer-additional-info .footer-social li .footer-instagram {background-position: -122px 0;}
.footer-additional-info .footer-social li .footer-youtube {background-position: -165px 0;}

#footer-credits {display: none;}

/* //end footer */
/* store locator */
.general-content h2 {
	font-size: 2.333em;
	margin-bottom: 0.714em;
}

.general-content h3 {
	margin-bottom: 0.5em;
}

#googlemapcontainer {
	margin-bottom: 2em;
}

.general-content .content-inside {
	width: 591px;
	margin-right: 15px;
	float: left;
	display: inline;
	padding-bottom: 25px;
}

div#store_selection div.body {
	width: 967px;
}

.sidebar select {
	width: 166px;
	margin-bottom: 10px;
}

.general-content .share-block ul li {
	background: none;
	padding: 0;
}

.general-content .share-block a.big-link {
	background-repeat: no-repeat;
	color: #C00000;
	font-size: 1.1818em;
	font-weight: bold;
	height: auto !important;
	min-height: 18px;
	padding: 0 0 2px 21px;
	font-size: 1em;
	margin: 0 0 0.5em 14px;
	display: inline-block;
}

.general-content .share-block a.share {
	background-position: 0 -54px;
}

.general-content .share-block a.print {
	background-position: 0 -83px;
}


.searchcontainer {
	float: left;
	margin: 0 0 10px;
	width: 166px;
	background:
		url("../../images/dt/findastore.png")
		no-repeat scroll 0 0 transparent;
}

.sidebar h4 {
	margin-bottom: 4px;
}

.searchcontainer .searchbox {
	display: inline-block;
	margin: 0;
	width: 90px;
	float: left;
	height: 24px;
	margin: 0;
	padding: 3px 0 0 9px;
	text-align: left;
	overflow: hidden;
}

input.searchinput {
	color: #4E4E4E;
	padding-left: 5px;
	width: 80px;
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	display: inline;
	font-size: 1em;
	height: 22px;
	line-height: 22px;
	margin: 0;
	vertical-align: top;
}

div.btn_search {
	display: inline-block;
	float: right;
	margin: 0;
}

#storessearchbuttoninput {
	display: inline-block;
	float: right;
	margin: 0;
}

.stores-page-heading {
	background-color: #F0F0F0;
	height: 125px;
	margin: 0 0 38px;
	padding: 47px 0 0 28px;
	width: 936px;
}

.stores-page-heading h1 {
	color: #6E6E6E;
	font-size: 6.2em;
	margin: 0;
}

.myriad-light,.myriad-regular {
	visibility: visible !important;
}

.main-intro01 {
	color: #8E8E8E;
	font-size: 1.5em;
	line-height: 1.0833em;
	margin: 0;
	text-align: left;
}

.stores-page-heading p.main-intro01 {
	margin-top: -10px;
}

div.location_select_label label {
	font-size: 1.25em;
	font-weight: bold;
}

div.results-table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#bopis_table table.inner-table td {
	border: 0px;
	padding-bottom: 0em;
}

#bopis_table tr.no-border td {
	border: 0px;
}

/* store link */
table.inner-table tr td a span.strong {
	color: #000000;
	font-weight: bold;
}

#selectState {
	margin-bottom: 10px;
}

#bopis_table .table-simple caption {
	display: none;
}

#bopis_table .table-simple {
	margin-bottom: 1.333em;
}

#bopis_table .table-simple td {
	padding: 0 5px 0 0;
	text-align: left;
	width: 44px;
}

#bopis_table .table-simple td.no-padding {
	padding: 0;
	width: 90px;
}
/* store locator end */


#footer-promo .inside, #footer-links .inside {
    padding-top: 0;
}

.footer-service-links {
	font-weight: bold;
	margin-top: 27px;
}
#footer #footer-links .footer-service-links li ul li{
        padding-top: 10px;
}
#footer #footer-links .footer-service-links li ul li a{
        font-weight: normal;
        color: #9f9f9f;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE 8 */
	filter: alpha(opacity=70);/* IE 5-7 */
	-moz-opacity: 0.7;/* Netscape */
	-khtml-opacity: 0.7;/* Safari 1.x */
	opacity: 0.7;

	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

/* Latest changes for WCS - starts*/
#footer-promo .grid-row li a.myer-one {background-position: 0 0;}
#footer-promo .grid-row li a.myer-one-app {background-position: -164px 0;}
#footer-promo .grid-row li a.emporium {background-position: -328px 0;}
#footer-promo .grid-row li a.myer-visa {background-position: -492px 0;}
#footer-promo .grid-row li a.wine-club {background-position: -656px 0;}
#footer-promo .grid-row li a.gift-card {background-position: -820px 0;}
#footer-promo .grid-row li a.gift-reg {background-position: -820px 0;}
/*#footer-promo .grid-row li a.gift-reg {background-position: -984px 0;}*/

.footer-li-col3 {    margin-left: 39px;width: 125px;}
.footer-li-col4 {    margin-left: 30px;width: 138px;}
.footer-li-col5 {    margin-left: 17px;width: 130px;}
.footer-li-col6 {    margin-left: 36px;width: 130px;}
/* Latest changes for WCS - ends*/

/* Scrollbars */
div::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    margin-left: 10px;
    border-radius:10px;
    margin-top: 4px;
    margin-bottom: 4px;
}
/* Background */
div::-webkit-scrollbar-track-piece {
    background: transparent none;
    border: solid 4px transparent;
    border-right-width: 8px;
}
/* Bottom bar background */
div::-webkit-scrollbar-track-piece:horizontal {            
    border-right-width: 4px;
    border-bottom-width: 8px;
}
/* Bar element (thumb) */
div::-webkit-scrollbar-thumb {
    border: solid 0 transparent;
    
    border-right-width: 5px;
    border-left-width: 5px;
    -webkit-border-radius: 9px 6px;
    -webkit-box-shadow: inset 0 0 0 1px rgb(200,200,200), inset 0 0 0 6px rgb(200,200,200);
    background:#b4b4b4;
    
}
/* Darken rollover */
div::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 0 1px rgb(161,161,161), inset 0 0 0 6px rgb(161,161,161);
}
/* Horizontal thumb */
div::-webkit-scrollbar-thumb:horizontal {
    border-right-width: 0;
    border-left-width: 0;
    border-top-width: 5px;
    border-bottom-width: 5px;
    -webkit-border-radius: 6px 9px;
}
/* Corner */
div::-webkit-scrollbar-corner { /*@todo*/ }

div::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 10px;
    background:#d8d8d8;
}
 
div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}