/*  Bare Escentuals | category.css  */
.category .main_top {
	height: 16px;
}
.category_container {
	width: 945px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.category_header {
	padding: 0 0 5px;
}
.category_header .category_title {
	float: left;
	width: 700px;
}

.category_header .view {
	float: right;
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 0px;
	/* margin-top: 30px; */	/* if bottom align needed */
}
.category_header .view .view_title {
	float: left;
	margin: 0 10px 0 0;
}
.category_header .view ul {
	background: transparent url(../images/bg_page_tools.gif) no-repeat;
	padding-left: 4px;
	float: left;
}
.category_header .view ul li {
	height: 19px;
	_height: 20px;
	float: left;
	border-top: 1px solid #FDE0E9;
	border-bottom: 1px solid #FDE0E9;
	background-color: #FFFFFF;
	padding: 3px 0 0;
	_padding: 2px 0 0;
}
.category_header .view ul li.rightBorder {
	background: transparent url(../images/bg_page_tools.gif) 100% 0 no-repeat;
	width: 5px;
	height: 22px;
	border: none;
}
		body.mdf .category_header .view ul {
			background: transparent url(../images/mdf/bg_page_tools.gif) no-repeat;
		}
		/*body.mdf .category_header .view ul li {
			border-top: 1px solid #E0D0E1;
			border-bottom: 1px solid #E0D0E1; 
		}*/
		body.mdf .category_header .view ul li.rightBorder {
			background: transparent url(../images/mdf/bg_page_tools.gif) 100% 0 no-repeat;
		}
.category_header .view ul li a {	
	font-weight: bold;
	padding: 0px 10px 0 30px;
	background: transparent url(../images/icn_browse_grid.gif) 7px 3px no-repeat;
}
		body.mdf .category_header .view ul li a {	
			background: transparent url(../images/mdf/icn_browse_grid.gif) 7px 3px no-repeat;
		}
		body.bx .category_header .view ul li a {	
			background: transparent url(../images/bx/icn_browse_grid.gif) 7px 3px no-repeat;
		}
.category_header .view ul li.last a {
	border-left: 2px solid #DCDADB;
}

/* BROWSE */
.category_header .browse ul li a,
.category_header .gridview ul li.last a {
	color: #666666;
	cursor: default;
	background-position: 7px 3px;
}
		body.bx .category_header .browse ul li a,
		body.bx .category_header .gridview ul li.last a,
		body.mdf .category_header .browse ul li a,
		body.mdf .category_header .gridview ul li.last a {
			color: #666666;			
		}
.category_header .gridview ul li.last a {
	background-position: 12px -25px;
}
		body.mdf .category_header .gridview ul li.last a {
			background-position: 12px -25px;
		}
		body.bx .category_header .gridview ul li.last a {
			background-position: 12px -25px;
		}
.category_header .browse ul li a:hover,
.category_header .gridview ul li.last a:hover {
	text-decoration: none;
}
.category_header .browse ul li.last a,
.category_header .gridview ul li a {
	color: #EB2767;
	cursor: pointer;
	background-position: 12px -39px;
}
		body.mdf .category_header .browse ul li.last a,
		body.mdf .category_header .gridview ul li a {
			color: #A12986;
			background-position: 12px -39px;
		}
		body.bx .category_header .browse ul li.last a,
		body.bx .category_header .gridview ul li a {
			color: #DC1710;
			background-position: 12px -39px;
		}
.category_header .gridview ul li a {
	background-position: 7px -11px;
}
		body.mdf .category_header .gridview ul li a {
			background-position: 7px -11px;
		}
		body.bx .category_header .gridview ul li a {
			background-position: 7px -11px;
		}
.category_header .browse ul li.last a:hover {
	text-decoration: underline;
}
#browse_wrap {
	margin: 0 0 12px;
}
#browse_wrap .browse_top_section {
	height: 16px;	
	background: transparent url(../images/bg_prod_top_bottom_be.gif) 0px 0px no-repeat;
	/*width: 945px;*/
}
		body.mdf #browse_wrap .browse_top_section {
			background: transparent url(../images/mdf/bg_prod_top_bottom_be.gif) 0px 0px no-repeat;
		}
		body.bx #browse_wrap .browse_top_section {
			background: transparent url(../images/bx/bg_prod_top_bottom_bx.gif) 0px 0px no-repeat;
		}
#browse_wrap .browse_middle_section {
	margin-top: -15px;
	height: 402px;
	position: relative;
}
#browse_wrap .browse_bottom_section {
	height: 12px;
	background: transparent url(../images/bg_prod_top_bottom_be.gif) 0px -16px no-repeat;
	position: relative;
	margin-bottom: 20px;
}
		body.mdf #browse_wrap .browse_bottom_section {
			background: transparent url(../images/mdf/bg_prod_top_bottom_be.gif) 0px -16px no-repeat;
		}
		body.bx #browse_wrap .browse_bottom_section {
			background: transparent url(../images/bx/bg_prod_top_bottom_bx.gif) 0px -16px no-repeat;
		}

/*	CAROUSEL	*/
.scroll-wrapper {
	width: 945px;
	overflow: hidden;
	position: relative;
}
#browse_wrap .carousel {
	position: relative;
	overflow: hidden;
	height: 402px;
}
.category_container .carousel li,
.category_container .grid li {
	position: relative;
	float: left;
	width: 278px;
	height: 402px;
	padding: 0px 18px;
	border-right: 1px solid #FBD1DA;
	text-align: center;
}
		body.mdf .category_container .carousel li,
		body.mdf .category_container .grid li {
			border-right: 1px solid #E0D0E1;
		}
		body.bx .category_container .carousel li,
		body.bx .category_container .grid li {
			border-right: 1px solid #F8B0AE;
		}
/*.category_container .carousel li {
	padding: 0px 18px 16px;
}*/
.category_container .grid li {
	height: 380px;
}
#browse_wrap .carousel_button  {
	position: absolute;
	top: 15px;
	cursor: pointer;
	width: 50px;
	height: 387px;
}
#browse_wrap .carousel_button.prev {
	left: -13px;
	background: transparent url(../images/btn_carousel_prev.png) no-repeat 0 0;
}
		body.bm #browse_wrap .carousel_button.prev {
			background: transparent url(../images/bm/btn_carousel_prev.png) no-repeat 0 0;
		}
		body.bx #browse_wrap .carousel_button.prev {
			background: transparent url(../images/bx/btn_carousel_prev.png) no-repeat 0 0;
		}
		body.mdf #browse_wrap .carousel_button.prev {
			background: transparent url(../images/mdf/btn_carousel_prev.png) no-repeat 0 0;
		}
#browse_wrap .carousel_button.next {
	right: -13px;
	_right: -14px;
	background: transparent url(../images/btn_carousel_next.png) no-repeat 0 0;
}
		body.bm #browse_wrap .carousel_button.next {
			background: transparent url(../images/bm/btn_carousel_next.png) no-repeat 0 0;
		}
		body.bx #browse_wrap .carousel_button.next {
			background: transparent url(../images/bx/btn_carousel_next.png) no-repeat 0 0;
		}
		body.mdf #browse_wrap .carousel_button.next {
			background: transparent url(../images/mdf/btn_carousel_next.png) no-repeat 0 0;
		}

/*	SLIDER	*/
#browse_wrap .innerScroll_left {
	background: transparent url(../images/bg_scroll_left.gif) no-repeat left top;
	position: absolute;
	width: 735px;
	height: 17px;
}
#browse_wrap .innerScroll_right {
	background: transparent url(../images/bg_scroll_right.gif) no-repeat right top;
	position:absolute;
	right: -210px;
	width: 500px;
	height: 17px;
}
		body.mdf #browse_wrap .innerScroll_left {
			background: transparent url(../images/mdf/bg_scroll_left.gif) no-repeat left top;
		}
		body.mdf #browse_wrap .innerScroll_right {
			background: transparent url(../images/mdf/bg_scroll_right.gif) no-repeat right top;
		}
		body.bm #browse_wrap .innerScroll_left {
			background: transparent url(../images/bm/bg_scroll_left.gif) no-repeat left top;
		}
		body.bm #browse_wrap .innerScroll_right {
			background: transparent url(../images/bm/bg_scroll_right.gif) no-repeat right top;
		}
#innerScroll .ui-slider-handle {
	background: transparent url(../images/bg_scroll_handle.gif) no-repeat left top;
	position: absolute;
	margin-left: -105px;
	width: 210px;
	height: 17px;
	z-index: 2;
}
#innerScroll {
	position: relative;
	left: 105px;
}

/* Product container */
.category_container .productName {
	float: left;
	text-align: left;
	height: 86px;
	width: 200px;
}
/* Added By Sanchit: for resolving the issue of Browse View wherein "We are sorry, This product is our of stock" messaege was distorted */  
.category_container  .product_name_height {
	height: 60px !important;
	width:200px !important;		
}
.product_name_height p.prod_name a {
	font-size:12px;
	}	
.category_container .prod_image .btn_learn_more {
	position: absolute;
	left: 100px;
	top: 210px;
	/*width: 278px;
	padding: 0 18px;*/
	display: none;
}
.category_container .productPrice {
	position: absolute;
	bottom: 0;
	right: 18px;
	text-align: right;
	_width: 224px;
}
.category_container .carousel li .productPrice {
	bottom: 16px;
}
.multishade {
	float: right;
	width: 105px;
	height: 24px;
	background: transparent url(../images/bg_multishade.gif) no-repeat 0 0;
	margin: 5px 7px 0 0;
}
.bxmultishade {
	float: right;
	width: 200px;
	height: 28px;
	background: transparent url(../images/bg_multishade.gif) no-repeat 0 0;
	margin: 5px 7px 0 0;
}
.pseudo {
	float: right;
	width: 200px;
	height: 28px;
	margin: 5px 7px 0 0;
}
.text_promo {
	padding: 12px 0 15px;
	border-top: 1px solid #FBD5E5;
}
.text_promo span {
	color: #333333;
	padding-right: 5px;
}
.graphic_promo {
	position: relative;
	height: 150px;
	margin-bottom: 15px;
}
.graphic_promo img {
	position: absolute;
	left: -16px;
}
.graphic_promo img, x:-moz-any-link {left: -16px;} /* FireFox 2 fix */
.graphic_promo img, x:-moz-any-link, x:default {left: -17px;} /* FireFox 3 fix */
.graphic_promo2 img, x:-moz-any-link, x:default {left: 0;} /* FireFox 3 fix */

/*Graphic Promo Styles Disabled under "removeGraphicPromo" in "categoryproducthits.isml"*/
.removeGraphicPromo .graphic_promo {
	position: static;
	height: auto;
	margin-bottom: auto;
}
.removeGraphicPromo .withoutMargin{
	padding-bottom: 0px;
}
.removeGraphicPromo .graphic_promo img {
	position: static;
	left: auto;
}
.removeGraphicPromo span.graphicText{
	padding: 0px 20px;
}
.removeGraphicPromo .graphic_promo img {left: auto;} /* FireFox 2 fix */
.removeGraphicPromo .graphic_promo img {left: auto;} /* FireFox 3 fix */
/*Graphic Promo Styles Disabled under "removeGraphicPromo" in "categoryproducthits.isml"*/

/* GRID */
.grid_wrap {
	float: left;
	width: 942px;
	margin: 15px 0 12px 0;
	background: transparent url(../images/bg_grid.gif) repeat-y;
}
		body.mdf .grid_wrap {
			background: transparent url(../images/mdf/bg_grid.gif) repeat-y;
		}
		body.bx .grid_wrap {
			background: transparent url(../images/bx/bg_grid.gif) repeat-y;
		}
		
.grid_wrap .grid, .search_help {
	position: relative;
	margin-left: 209px;
	border-top: 1px solid #FBD1DA;
	border-right: 1px solid #FBDAE8;
	_width: 732px;/**/
	_margin-left: 0px;
	_float: left;
}
		body.mdf .grid_wrap .grid, body.mdf .search_help {
			border-top: 1px solid #E0D0E1;
			border-right: 1px solid #E0D0E1;
		}
		body.bx .grid_wrap .grid, body.bx .search_help {
			border-top: 1px solid #F8B0AE;
			border-right: 1px solid #F8B0AE;
		}
.search_help {
	padding: 10px 20px 320px 20px;
	width: 692px;
}
.search_help ul {
	width: 215px;
	_width: 205px;
	margin-right: 15px;
	float: left;
}
.search_help ul li {
	line-height: 20px;
}
.search_help h4 {
	margin: 0 0 15px 0;
	overflow: hidden;
}

.show_top_message { 
	color:#FF80A0;
	font-size:16px;
	font-weight:bold;
}

.grid_ul_top, .grid_ul_btm {
	position: relative;
	top: 4px;
	margin-left: 209px;
	height: 4px;
	margin-top: -4px;
	background: transparent url(../images/bg_grid_list_top_btm.gif) no-repeat;
}
.grid_ul_btm {
	background-position: 0 -4px;
	top: -4px;
	margin-top: 0;
	margin-bottom: -4px;
}
		body.mdf .grid_ul_top,
		body.mdf .grid_ul_btm  {
			background: transparent url(../images/mdf/bg_grid_list_top_btm.gif) no-repeat;
			position: relative;
			top: 4px;
			margin-left: 209px;
			height: 4px;
			margin-top: -4px;
		}
		body.mdf .grid_ul_btm {
			background-position: 0 -4px;
			top: -4px;
			margin-top: 0;
			margin-bottom: -4px;
		}
.category_container .grid li {		/*over - category.css (line 111)*/
	border-bottom: 1px solid #FBD1DA;
	width: 207px;
	_width: 207px;
}
		body.mdf .category_container .grid li {
			border-bottom: 1px solid #E0D0E1;
		}
		body.bx .category_container .grid li {
			border-bottom: 1px solid #F8B0AE;
		}
.category_container .grid_wrap .prod_image .btn_learn_more {	/*over - category.css (line 174)*/
	top: 180px;
	left: 65px;
}
.grid_wrap a.add_to_bag {		/* over - global.css (line 188)*/
	margin: 6px 0 10px;
	/*
	*height: 38px;
	*/
}

/* FILTERS */
.choice_wrap {
	background: #FEF1F5 url(../images/bg_filters.gif) 100% 0 no-repeat;
}
.choice_wrap_top {
	width: 610px;
	height: 5px;
	_float: left;
	_font-size: 1px;
	background: #FEF1F5 url(../images/bg_filters.gif) 0 0 no-repeat;
}
		body.mdf .choice_wrap {
			background: #F5E9F3 url(../images/mdf/bg_filters.gif) 100% 0 no-repeat;
		}
		body.mdf .choice_wrap_top {
			background: #F5E9F3 url(../images/mdf/bg_filters.gif) 0 0 no-repeat;
		}
		body.bx .choice_wrap {
			background: #FDE7E7 url(../images/bx/bg_filters.gif) 100% 0 no-repeat;
		}
		body.bx .choice_wrap_top {
			background: #FDE7E7 url(../images/bx/bg_filters.gif) 0 0 no-repeat;
		}
.choice_wrap p {
	padding: 10px 30px 0 0;
}
.choice {
	clear: both;
	padding: 0 0 9px 15px;
	border-left: 1px solid #FBD1DA;
	border-right: 1px solid #FBD1DA;
	border-bottom: 1px solid #FBD1DA;
}
		body.mdf .choice {
			border-left: 1px solid #E0D0E1;
			border-right: 1px solid #E0D0E1;
			border-bottom: 1px solid #E0D0E1;
		}
		body.bx .choice {
			border-left: 1px solid #F8B0AE;
		}
.choice h4 {
	margin: 0 0 6px;
}
.filters, .options, .toll_free_phone {
	float: left;
	width: 180px;
	margin: 15px 15px 0 0;
}
.options {
	width: 520px;
	padding: 0 0 0 15px;
	border-left: 1px solid #FCD3E0;
	margin-right: 0;
}
		body.mdf .options {
			border-left:1px solid #E8CCE3;
		}
		
.filters select {
	width: 180px;
}
.options .option {
	width: 120px;
	_width: 130px;
	height: 25px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	_margin-right: 0;
}
.option .value {
	width: 10px;
	float: left;
}
.option .label {
	color: #EB2767;
	padding: 0 0 10px 25px;
}
		body.mdf .option .label {
			color: #A22986;
		}
		body.bx .option .label {
			color: #DC130C;
		}
.options .skinoption {
	width: 80px;
	_width: 90px;
	height: 25px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	_margin-right: 0;
}
.grid_wrap .options .skinoption {
	width:180px;
}
.skinoption .value {
	width: 10px;
	float: left;
}
.skinoption .label {
	color: #EB2767;
	padding: 0 0 10px 25px;
}
		body.mdf .skinoption .label {
			color: #A22986;
		}
.results {
	background-color: #FFFFFF;
	padding: 8px 15px 15px 15px;
	border-left: 1px solid #FBD1DA;
	border-right: 1px solid #FBD1DA;
	color: #333333;
	font-size: 16px;
	clear: both;
}
.results .floatLeft em
{
	width:auto;
	white-space:nowrap;
}
		body.mdf .results {
			border-left: 1px solid #E0D0E1;
			border-right: 1px solid #E0D0E1;
		}
		body.bx .results {
			border-left: 1px solid #F8B0AE;
			border-right: 1px solid #F8B0AE;
		}
.results .boldText {
	font-size: 34px;
}
.results .txt_title {
	font-size: 12px;
	padding: 8px 0;
}
.results .result_txt-title {
	/*float:left;
	padding-left:5px;*/
	/* this class is modified for bug artf1147832 - Oswald King */
	margin-left: 209px;
	padding-bottom:3px !important;
}		
.results .icon_remove {
	float: none;
	display: inline;
	position: relative;
	top: -3px;
	margin-left: 10px;
}
		body.bm .results .icon_remove,
		body.bx .results .icon_remove,
		body.mdf .results .icon_remove {
			float: none;
			display: inline;
		}

/* Filters Grid page */
.grid_wrap .choice_wrap {
	background-image: none;
	width: 209px;
	_overflow: hidden;
	float: left;
	position: absolute;
	*position: relative;
}
.grid_wrap .choice_wrap_top {
	width: 209px;
}
.grid_wrap .choice {
	border-bottom: none;
	border-right: none;
}
		body.mdf .grid_wrap .choice {
			border-bottom: none;
			border-right: none;
		}
.grid_wrap .options, .grid_wrap .toll_free_phone {
	width: 180px;
	border-left: none;
	padding: 0;
	margin-top: 20px;
	border-top: 1px dotted #FBD1DA;
}
		body.mdf .grid_wrap .options, .grid_wrap .toll_free_phone {
			border-left: none;
			border-top: 1px dotted #E8CCE3;
		}
.grid_wrap .toll_free_phone {
	margin-top: 15px;
	padding-top: 15px;
	line-height: 20px;
	width: 155px;
}
.grid_wrap .choice .options h4 {
	margin: 15px 0 6px;
}
.grid_wrap .results,
.grid_wrap .paging_section {
	margin: 0 0 0 209px;
	padding: 8px 10px 8px 18px;
	height: 20px;
	background: transparent url(../images/bg_grid_top_btm.gif) 100% -10px no-repeat;
	/*_width: 732px;
	_margin-left: 0px;
	_float: left;*/
}
.grid_wrap .results {
	padding: 4px 10px 12px 18px;
}
		body.mdf .grid_wrap .results,
		body.mdf .grid_wrap .paging_section {
			background: transparent url(../images/mdf/bg_grid_top_btm.gif) 100% -10px no-repeat;
		}
		body.bx .grid_wrap .results,
		body.bx .grid_wrap .paging_section {
			background: transparent url(../images/bx/bg_grid_top_btm.gif) 100% -10px no-repeat;
		}
.grid_wrap .paging_section.btm {
	background-position: 100% 100%;
	margin: 0;
	padding: 8px 10px 18px 19px;
	float: right;
	width: 702px;
}
		body.mdf .grid_wrap .paging_section.btm {
			background-position: 100% 100%;
		}
		body.bx .grid_wrap .paging_section.btm {
			background-position: 100% 100%;
		}
.grid_wrap .results {
	background-position: 100% 0;
	border: none 0;
	height: auto;
}
		body.mdf .grid_wrap .results {
			background-position: 100% 0;
			border: none 0;
		}

		body.bx .grid_wrap .results {
			background-position: 100% 0;
			border: none 0;
		}
.grid_wrap .width190{
	width: 190px;
}
.grid_wrap .height500{
	height: 500px;
}

.icon_remove span{overflow: hidden;}

.options .auto_delivery_tc a.arrow_black_r {
    float: right;
    margin-right:8px
}
