@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a img {
	border-style: none;
}
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(https://shops.companybe.com/winterwomen/images/int_pageBG_silver.gif) fixed;
	text-align: center; 
	color: #000000;
}
.container {
	width: 919px;
	margin: 0 auto;
	text-align: left; 
	padding-left: 18px;
	padding-right: 18px;
	background: #FFF;
	position: relative;
	z-index: 2;
	padding-bottom: 18px;
} 
.container_wrapper {
	background: url(https://shops.companybe.com/winterwomen/images/int_pageBG_silver.gif) fixed;
}
.bigSnowflake {
	position: absolute;
	left: -452px;
	z-index: -1;
	top: 654px;
}

h1, h2 {
	font-size: 16px;
	font-weight: bold;
}

/* BEGIN HEADER ELEMENTS */

.header {
	padding-top: 10px;
	position:relative;
} 
.img_headerLogo {
	position: absolute;
	left: 0px;
	top: 5px;
	z-index: 10;
}
.header .freeShipping {
	font-size: 24px;
	margin-top: 3px;
}
.headerNav .freeShipping a {
	color: #764C80;
}
.headerNav {
	color: #455560;
	font-size: 13px;
	text-align: right;
	height: 81px;
	overflow: hidden;
}
.checkoutWrapper {
	background: #F00;
	width: 325px;
}
#headerCheckOut {
	margin-right: 3px;
	width: 100%;
	margin-top: 5px;
}
.headerNav a {
	color: #455560;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
.headerNav a:hover {
	color: #858B29;
}
.headerCheckout_content {
	display: inline;
	margin-left: 6px;
	margin-right: 6px;
	font-size: 12px;
}
/* END HEADER ELEMENTS */


/* BEGIN HOME ELEMENTS */

#flashHeader {
	height: 375px;
	overflow: hidden;
}
.home_rightSidebar {
	float: right;
	width: 368px;
	margin-top: 12px;
	height: 306px;
	overflow: hidden;
}
.home_search {
	width: 340px;
	text-align: right;
	background: #754E7D;
	padding: 11px 14px 12px;
	margin-top: 10px;
}

/* END HOME ELEMENTS */


/* BEGIN COMMON ELEMENTS */

.miniFormWrapper {
	margin: 0px;
	padding: 0px;
	height: 25px;
	overflow: hidden;
	position: relative;
	width: 325px;
}
.miniFormWrapper .textField {
	height: 18px;
	border: 2px solid #999E3D;
	margin: 0px;
	position: absolute;
	right: 107px;
	width: 205px;
	font: 12px Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	color: #6A747C;
}
.btn_checkout {
	background: url(https://shops.companybe.com/winterwomen/images/btn_checkout.png);
	height: 25px;
	width: 110px;
	border-style: none;
	cursor:pointer;
	position: absolute;
	right: 0px;
}
.btn_checkout:hover {
	background: url(https://shops.companybe.com/winterwomen/images/btn_checkout_on.png);
}
.btn_mycart {
	background: url(https://shops.companybe.com/winterwomen/images/btn_mycart.png);
	height: 25px;
	width: 110px;
	border-style: none;
	cursor:pointer;
	position: absolute;
	right: 0px;
}
.btn_mycart:hover {
	background: url(https://shops.companybe.com/winterwomen/images/btn_mycart-on.png);
}

.btn_search {
	background: url(https://shops.companybe.com/winterwomen/images/btn_search.png);
	height: 25px;
	width: 110px;
	border-style: none;
	cursor:pointer;
	position: absolute;
	right: 0px;
}
.btn_search:hover {
	background: url(https://shops.companybe.com/winterwomen/images/btn_search_on.png);
}
.btn_submit {
	background: url(https://shops.companybe.com/winterwomen/images/btn_submit.png);
	height: 25px;
	width: 110px;
	border-style: none;
	cursor:pointer;
	position: absolute;
	right: 0px;
}
.btn_submit:hover {
	background: url(https://shops.companybe.com/winterwomen/images/btn_submit_on.png);
}

.btn_submit2 {
	background: url(https://shops.companybe.com/winterwomen/images/btn_submit.png);
	height: 25px;
	width: 110px;
	border-style: none;
	cursor:pointer;
}
.btn_submit2:hover {
	background: url(https://shops.companybe.com/winterwomen/images/btn_submit_on.png);
}

.formTable {
	vertical-align: middle;
	height: 25px;
}
.bottomLinksWrapper {
	position: relative;
}
.signUp {
	padding-top: 20px;
	padding-right: 14px;
	padding-left: 230px;
	background: url(https://shops.companybe.com/winterwomen/images/int_getInSnowBG.png) no-repeat;
	height: 42px;
	width: 675px;
	margin-top: 12px;
}
.signUp p {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	padding-top: 1px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 0px;
	line-height: 0px;
}

/* END COMMON ELEMENTS */


/* BEGIN FOOTER ELEMENTS */

.footer {
	border-top: 1px solid #CFD4D8;
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CFD4D8;
	margin-bottom: 20px;
	width: 919px;
	background: #FFF;
} 
.footer .footerHeading {
	font-size: 12px;
	color: #54075B;
	font-weight: bold;
}
.footer .footerHeading a {
	color: #54075B;
}
.footer .footerHeading a:hover {
	color: #455560;
}
.footer p {
	font-size: 12px;
	line-height: 20px;
}
.footer a {
	color: #455560;
	text-decoration: none;
}
.footer a:hover {
	color: #54075B;
}
.footer td {
	border-left: 1px solid #CFD4D8;
	padding-right: 25px;
	padding-left: 12px;
}
.footer_winterKids {
	background: url(https://shops.companybe.com/winterwomen/images/int_winterKidsFooterBG.png) no-repeat;
	height: 70px;
	width: 170px;
	margin-top: 5px;
	padding-top: 36px;
	padding-left: 12px;
	padding-right: 116px;
	color: #FFF;
}
/* END FOOTER ELEMENTS */


/* BEGIN COPYRIGHT SECTION ELEMENTS */

.copyright p {
	color:#455560;
	font-size: 12px;
	display: inline;
	margin-right: 12px;
	line-height: 12px;
}
.copyright a {
	color: #455560;
	text-decoration: none;
}
.copyright a:hover {
	color: #54075B;
}
.companyBe {
	display: inline;
	position: relative;
}
.companyBe img {
	position: absolute;
	left: 71px;
	top: 0px;
}
/* END COPYRIGHT ELEMENTS */


/* BEGIN BRAND NAV ELEMENTS */

a.brandLink {
	color: #FFF;
	text-decoration: none;
}
a.brandLink:active {
	color: #FFF;
}
a.brandLink:hover {
	color: #54075B;
}
.brandNavWrapper {
	position: relative;
	height: 61px;
	margin-top: 12px;
	background: #6A747C no-repeat;
	width: 919px;
}
.brandNav {
	height: 36px;
	width: 695px;
	position: absolute;
	top: 13px;
	left: 220px;
	color: #FFF;
	font-size: 13px;
	line-height:18px;
}
.brandNav a {
	color:#FFF;
	text-decoration:none;
}
.brandNav a :hover {
	color:#54075B;
}
.brandNav_headline {
	position: absolute;
	top: 12px;
	left: 12px;
}
.brandNav ul {
	list-style: none;
}
.brandThumb {
	height: 73px;
	background: url(https://shops.companybe.com/winterwomen/images/home_brandFlyOutBG.png) no-repeat;
	padding-top: 8px;
	padding-left: 15px;
	color: #000;
	font-size: 11px;
	line-height: 18px;
	position: absolute;
	top: -20px;
	right: -165px;
	width: 145px;
	z-index: 9999;
}
.brandThumb img {
	float: left;
	margin-right: 4px;
}
.brandNav li {
	position:relative;
	float: left;
	margin-right: 13px;
	margin-bottom: 5px;
	cursor: pointer;
	color: #FFF;
	font-size: 13px;
}
.brandNav li:hover {
	color:#54075B;
}
.shopText {
	color:#54075B;
}
.home_brandWrapper {
	float: left;
	position: relative;
	margin-right: 10px;
	white-space: nowrap;
}
div.home_brandWrapper .brandThumb,
div.home_brandWrapper:hover .brandThumb {
	display: none;
}
div.home_brandWrapper:hover .brandThumb,
div.brandThumb:hover .brandThumb {
	display: block;
}
/* END BRAND NAV ELEMENTS */


/* BEGIN VIEW NAV ELEMENTS */

.viewNav ul {
	list-style: none;
	background: #55075B;
}
.viewNav li {
	font-family: Arial, Helvetica, sans-serif;
	background: #55075B url(https://shops.companybe.com/winterwomen/images/int_greenArrow.png) no-repeat 91% 50%;
	border-bottom: 1px solid #CFD4D8;
	color: #FFF;
	cursor: pointer;
	height: 34px;
	padding-right: 12px;
	padding-left: 30px;
	padding-top: 15px;
}
.viewNav li:hover {
	background: #55075B url(https://shops.companybe.com/winterwomen/images/int_whiteArrow.png) no-repeat 91% 50%;
	color:#B0BC22;
}
.viewNav hr {
	color: #CFD4D8;
	background: #CFD4D8;
	height: 1px;
	border-style: none;
	width: 75%;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
ul#menu, ul#menu ul {
  list-style-type:none;
}
ul#menu a {
  display: block;
}
/* END VIEW NAV ELEMENTS */


/* BEGIN ACCORDION NAV ELEMENTS */

.accordionNav {
	margin-top: 12px;
	width: 536px;
	height: 305px;
	overflow: hidden;
	border-bottom: 1px solid #B9BEC2;
}
.accordionNav .navHeader {
	background: url(https://shops.companybe.com/winterwomen/images/home_accordionNavBG.png) no-repeat;
	color: #54075B;
	padding-left: 45px;
	font-size: 23px;
	padding-top: 10px;
	padding-bottom: 8px;
}
.accordionNav .navHeader {
	background: url(https://shops.companybe.com/winterwomen/images/home_accordionNavBG.png) no-repeat;
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 45px;
	color: #55075B;
	text-decoration: none;
}
.accordionNav .navHeader:hover {
	background: #55075B url(none) no-repeat;
	color: #FFF;
}
.accordionNav_boots {
	background: url(https://shops.companybe.com/winterwomen/images/int_accordionNavContentBG.png);
	padding-top: 12px;
	padding-right: 25px;
	padding-left: 25px;
}
.accordionNav_content {
	background: url(https://shops.companybe.com/winterwomen/images/int_accordionNavContentBG.png);
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 125px;
	overflow: hidden;
}

.homeAboutUs p {
	color:#455560;
	font-size: 12px;
	margin-top: 11px;
}

.accordionNav .accordionHeading {
	font-weight:bold;
	font-size: 40px;
	font-weight: normal;
	color: #455560;
}
/* END ACCORDION NAV ELEMENTS */


/* BEGIN NAV ITEM ELEMENTS */

a.navItem, a.navItem:active, a.navItem:visited, a.navItem:link {
	color: #FFF;
	text-decoration: none;
}

a.navItem:hover {
	color:#B0BC22;
}

.mainNav {
	margin-top: 5px;
	position: relative;
	z-index: 999;
	background: #54075B;
}
.mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #FFF;
	background: #54075B;
}
.mainNav ul a {
	color: #E35D00;
	text-decoration:none;
}
.mainNav ul li {
	position: relative;
	float:left;
	background: #54075B;
}
.mainNav ul ul  {
	position: absolute;
	background-color:#54075B;
	left:0px;
	top:54px;
	display: none;
	z-index: 999;
}
.mainNav ul li:hover ul {
	display: block;
}
.mainNav .item {
	font-size:12px;
	float:none;
	background-color:#54075B;
	padding: 5px 10px;
}
.mainNav .item:hover {
	color:#B0BC22;
}
.mainNav ul .jackets {
	background: url(https://shops.companybe.com/winterwomen/images/int_mainNav_jackets.gif) no-repeat;
	width: 218px;
	height: 54px;
}
.mainNav ul .jackets:hover {
	background: url(https://shops.companybe.com/winterwomen/images/int_mainNav_jackets_on.gif) no-repeat;
}
.mainNav ul .jackets .item {
	width: 198px;
}
.mainNav ul .pants {
	background: url(https://shops.companybe.com/winterwomen/images/int_mainNav_pants.gif) no-repeat;
	width: 194px;
	height: 54px;
}
.mainNav ul .pants:hover {
	background: url(https://shops.companybe.com/winterwomen/images/int_mainNav_pants_on.gif) no-repeat;
}
.mainNav ul .pants .item {
	width: 174px;
}
.mainNav ul .accessories {
	background: url(https://shops.companybe.com/winterwomen/images/int_mainNav_accessories.gif) no-repeat;
	width: 162px;
	height: 54px;
}
.mainNav ul .accessories:hover {
	background: url(https://shops.companybe.com/winterwomen/images/int_mainNav_accessories_on.gif) no-repeat;
}
.mainNav ul .accessories .item {
	width: 142px;
}
.mainNav ul .footwear {
	background: url(https://shops.companybe.com/winterwomen/images/int_mainNav_footwear.gif) no-repeat;
	width: 133px;
	height: 54px;
}
.mainNav ul .footwear:hover {
	background: url(https://shops.companybe.com/winterwomen/images/int_mainNav_footwear_on.gif) no-repeat;
}
.mainNav ul .footwear .item {
	width: 113px;
}
.mainNav ul .lifestyle {
	background: url(https://shops.companybe.com/winterwomen/images/int_mainNav_lifestyle.gif) no-repeat;
	width: 121px;
	height: 54px;
}
.mainNav ul .lifestyle:hover {
	background: url(https://shops.companybe.com/winterwomen/images/int_mainNav_lifestyle_on.gif) no-repeat;
}
.mainNav ul .lifestyle .item {
	width: 101px;
}
.mainNav ul .sale {
	background: url(https://shops.companybe.com/winterwomen/images/int_mainNav_sale.gif) no-repeat;
	width: 91px;
	height: 54px;
}
.mainNav ul .sale:hover {
	background: url(https://shops.companybe.com/winterwomen/images/int_mainNav_sale_on.gif) no-repeat;
}
.mainNav ul .sale .item {
	width: 71px;
}
/* END NAV ITEM ELEMENTS */


/* BEGIN SIDEBAR ELEMENTS */

.sidebar_products {
	width: 147px;
	padding-left: 18px;
	padding-top: 15px;
}
.sidebar_sectionWrapper {
	padding-bottom: 23px;
}
.sidebar_products .sale {
	font-weight:bold;
	font-size: 22px;
}
.sidebar_products .sidebar_heading {
	font-size: 16px;
}
.sidebar_products p  {
	font-size: 13px;
	color: #54075B;
	margin-bottom: 5px;
}
.sidebar_products p a {
	color: #455560;
	text-decoration: none;
}
.sidebar_products p a:hover {
	color: #54075B;
}
.sidebar_products .sidebar_heading a, .sidebar_products .sale a  {
	color: #54075B;
	text-decoration: none;
}
.sidebar_products .sidebar_heading a:hover, .sidebar_products .sale a:hover {
	color: #455560;
}
.sidebar_products .textField {
	height: 18px;
	border: 2px solid #999E3D;
	font: 12px Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	color: #6A747C;
}
.sidebar_brandWrapper {
	float: left;
	position: relative;
}
.sidebar_sectionWrapper .brandThumb {
	position: absolute;
	top: -20px;
	right: -165px;
	width: 145px;
}
div.sidebar_brandWrapper .brandThumb,
div.sidebar_brandWrapper:hover .brandThumb {
	display: none;
}
div.sidebar_brandWrapper:hover .brandThumb,
div.brandThumb:hover .brandThumb {
	display: block;
}
.sidebar_sectionWrapper .brandName {
	color: #000;
}
.btn_search2 {
	background: url(https://shops.companybe.com/winterwomen/images/btn_search2.png);
	height: 23px;
	width: 100px;
	border-style: none;
	cursor:pointer;
}
.btn_search2:hover {
	background: url(https://shops.companybe.com/winterwomen/images/btn_search2_on.png);
}

/* END SIDEBAR ELEMENTS */


/* PRODUCT ELEMENTS */

.contentWrapper_products {
	background: url(https://shops.companybe.com/winterwomen/images/product_sidebarBG.gif) repeat-y;
	margin-top: 14px;
	width: 919px;
}
.mainContent_products {
	width: 740px;
	float: right;
}
.products_header {
	background: #455660;
	height: 238px;
	position: relative;
}
.products_header_content {
	margin-top: 25px;
	float: right;
	width: 320px;
	margin-right: 10px;
}
.aboutProduct_text {
	display: inline;
	padding-right: 25px;
}
.aboutProduct_plus {
	font-size: 36px;
	display: inline;
	position:absolute;
	right: 4px;
	top: 5px;
	color:#DBDB63;
}
.aboutProduct_plus_on {
	font-size: 36px;
	display: inline;
	position:absolute;
	right: 4px;
	top: 5px;
	color: #AEB2B5;
}
.products_header h6 {
	font-size: 56px;
	font-weight: normal;
	color: #DBDB63;
	line-height: 56px;
}

.products_header p {
	color: #FFF;
	margin-top: 6px;
	font-size: 16px;
	line-height: 26px;
	margin-right: 55px;
}
.products_header_content a {
	color: #FFF;
	text-decoration: none;
}
.products_header_content a:hover {
	color: #DBDB63;
}
.products_header_content .activeLink {
	color: #95A2AC;
}
.products_pageNavigation {
	text-align: right;
	padding-top: 8px;
	padding-bottom: 8px;
}
.products_pageNavigation .viewAll {
	font-weight:bold;
	font-size: 14px;
	display: inline;
	margin-right: 6px;
	margin-left: 6px;
}
.products_pageNavigation .viewAll a {
	color: #54075B;
	text-decoration: none;
}
.products_pageNavigation .viewAll a:hover {
	color: #455660;
}
.products_pageNavigation p {
	font-size: 14px;
	display: inline;
	margin-right: 6px;
	margin-left: 6px;
}
.products_pageNavigation p a {
	color: #455660;
	text-decoration: none;
}
.products_pageNavigation p a:hover {
	color: #54075B;
}
.product_sectionHeader {
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 8px;
	background: url(https://shops.companybe.com/winterwomen/images/int_productHeaderBG.png) repeat-x;
	height: 33px;
}
.productSort {
	border: 1px solid #ACBE34;
	float: right;
	width: 120px;
	color: #455560;
	font-size: 12px;
	margin-left: 5px;
}
.productBrandSort {
	border: 1px solid #ACBE34;
	width: 140px;
	color: #455560;
	font-size: 12px;
	margin-left: 5px;
	vertical-align: center;
}
.product_sectionHeader .heading {
	font-weight:bold;
	font-size: 22px;
	font-weight: normal;
	color: #520A50;
	letter-spacing: 1px;
}
.product_thumbnail {
	padding: 5px;
	width: 175px;
	float: left;
	position: relative;
	height: 270px;
}
.product_thumbnail p {
	font-size: 14px;
	color: #6A737A;
	font-weight: bold;
	margin-top: 2px;
}
.product_thumbnail img {
	cursor: pointer;
}
.thumbnailEnlarge {
	background: url(https://shops.companybe.com/winterwomen/images/int_white80.png);
	padding: 7px;
	border: 1px solid #D2D6D9;
	height: 298px;
	position: absolute;
	left: -45px;
	top: -45px;
	z-index: 2;
}
.product_thumbnailWrapper {
	padding-bottom: 10px;
	margin-top: 10px;
}
.salePrice {
	font-weight: bold;
	color: #F00;
	margin-left: 6px;
}
.oldPrice {
	text-decoration: line-through;
}
.products_subHeadNav {
	height: 35px;
	overflow: hidden;
}
.breadcrumbs {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 2px;
}
.breadcrumbs p {
	font-size: 12px;
	display: inline;
	margin-right: 6px;
	margin-left: 6px;
}
.breadcrumbs p a {
	color: #455660;
	text-decoration: none;
}
.breadcrumbs p a:hover {
	color: #54075B;
}
.details_largerPhoto_wrapper {
	background: url(https://shops.companybe.com/winterwomen/images/int_white80.png);
	padding: 20px;
	border: 1px solid #D6D6D6;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
.largerPhoto_close {
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}
.details_productImages {
	width: 320px;
	position:relative;
}
.details_otherViews {
	margin-top: 10px;
	padding-bottom: 15px;
}
.details_otherColors p {
	font-size: 14px;
	color: #6A737A;
	margin-bottom: 5px;
	margin-left: 8px;
}
.details_imageMenu img {
	padding: 2px;
	margin-right: 6px;
	cursor:pointer;
}
.details_imageMenu img:hover {
	background-color:#54075B;
}
.details_otherViews .viewLarger {
	float: right;
	text-decoration: none;
	color: #54075B;
}
.details_otherViews .viewLarger:hover {
	color: #455660;
}
.productDetails {
	margin-bottom: 50px;
}
.productDetails p, .productDetails li {
	font-size: 13px;
	color: #455560;
}
.details_productText {
	float: right;
	width: 400px;
}
.details_productText h1 {
	font-size: 24px;
	color: #54075B;
}
.details_detailsBox {
	margin-top: 8px;
	border: 1px solid #B2B7BD;
	height: 240px;
	margin-bottom: 14px;
}
.details_entireOutfit {
	background: url(https://shops.companybe.com/winterwomen/images/product_buyOutfitBG.png) no-repeat;
	float: right;
	height: 170px;
	width: 159px;
	margin-top: 21px;
	margin-right: 10px;
	padding-top: 22px;
	cursor: pointer;
	text-align: center;
}
.details_cartDetails {
	margin-top: 40px;
	margin-left: 10px;
}
.details_cartDetails p {
	font-weight: normal;
	margin-bottom: 14px;
	font-size: 17px;
	font-style: normal;
	line-height: 22px;
}
.productDetails_dropDown {
	color: #455560;
	font-size: 14px;
	border: 1px solid #ACBE34;
	width: 170px;
}
.quantity {
	border: 1px solid #8B8D08;
	width: 25px;
}
.details_addToCartBox td {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	background: #ECF0CF;
}
.details_addToCartBox {
	margin-top: 6px;
	margin-bottom: 15px;
}
.btn_addToCart {
	background: url(https://shops.companybe.com/winterwomen/images/btn_addToCart.png);
	height: 42px;
	width: 173px;
	border-style: none;
	cursor: pointer;
	margin-right: 12px;
}
.btn_addToCart:hover {
	background: url(https://shops.companybe.com/winterwomen/images/btn_addToCart_on.png);
}
.details_featuresSizeTabs ul {
	list-style: none;
}
.details_featuresSizeTabs li {
	padding: 5px 15px;
	float: left;
	border: 1px solid #D5D6D1;
	margin-right: 3px;
	color: #54075B;
	font-size: 14px;
	font-weight: bold;
	background: repeat-x;
}
.SizeChartLink {
	color: #54075B;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.details_featuresSizeTabs li:hover {
	background-image:url(https://shops.companybe.com/winterwomen/images/product_featureTabBG_on.jpg);
}
.details_featuresSizeChart ul {
	margin-left: 10px;
	margin-bottom: 5px;
}
.details_featuresSizeChart li {
	margin: 3px; 0 3px 0;
}
.details_featuresSizeChart {
	background: url(https://shops.companybe.com/winterwomen/images/product_featuresBoxBG.jpg) repeat-x;
	padding: 20px 12px;
	border: 1px solid #D5D6D1;
}
/* END PRODUCTS ELEMENTS */


/* BEGIN BRANDS ELEMENTS */

.aboutBrand_text {
	display: inline;
	padding-right: 25px;
}
.aboutBrand_plus {
	font-size: 36px;
	display: inline;
	position:absolute;
	right: 4px;
	top: 5px;
}
.aboutBrandNav_off {
	color: #FFF;
	height: 24px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font: 16px/20px Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-right: 12px;
	padding-left: 12px;
	cursor:pointer;
}
.aboutBrandNav_off:hover {
	color: #AEB2B5;
}
.aboutBrandNav_off:hover .aboutProduct_plus {
	color: #AEB2B5;
}
.aboutBrandNav_on {
	color: #AEB2B5;
	height: 24px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font: 16px/20px Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-right: 12px;
	padding-left: 12px;
	cursor:pointer;
}
.categorySort {
	border: 1px solid #ACBE34;
	width: 150px;
	color: #455560;
	font-size: 12px;
	margin-bottom: 12px;
}
.aboutBrandContent_wrapper {
	position: absolute;
	top: 404px;
	padding: 15px;
	height: 435px;
	width: 695px;
	border: 1px solid #ADB8BF;
	background: url(https://shops.companybe.com/winterwomen/images/int_white80.png);
	z-index: 200;
	display: none;
	right: 18px;
}
.aboutBrandContent {
	background: #CFD4D8;
	height: 435px;
}
.aboutBrandContent img {
	float: left;
}
.aboutBrandContent_text {
	margin-top: 35px;
	overflow-y: scroll;
	height: 390px;
	float: right;
	width: 440px;
	margin-right: 5px;
}
.aboutBrandContent_textFull {
	margin-top: 35px;
	overflow-y: scroll;
	height: 390px;
	float: right;
	width: 665px;
	margin-right: 5px;
}
.aboutBrandContent p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
	margin-right: 18px;
}
.aboutBrandContent ul {
	font-size: 12px;
	position: relative;
	padding-left: 20px;
	list-style-type: disc;
	margin: 10px 0 10px 0;
}
.aboutBrandClose {
	position: absolute;
	top: 22px;
	right: 22px;
	cursor:pointer;
}
.brands_logo_pageBG {
	position: absolute;
	left: -375px;
	z-index: -1;
	top: 650px;
}
.allBrands_logoThumbnail {
	border: 1px solid #D2D6D9;
	width: 141px;
	float: left;
	position: relative;
	margin-right: 5px;
	margin-bottom: 5px;
}
.allBrands_logoThumbnail img {
	padding: 8px 8px 12px;
}

.allBrands_logoEnlarge {
	background-color:#FFF;
	border: 1px solid #D2D6D9;
	width: 174px;
	position: absolute;
	left: -15px;
	top: -15px;
	cursor: pointer;
}
.allBrands_logoLabel {
	font-size: 12px;
	color: #455560;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #CFD4D8;
}
.allBrands_logoLabelEnlarge {
	font-size: 18px;
	color: #455560;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #CFD4D8;
}
/* END BRANDS ELEMENTS */


/* BEGIN MY ACCOUNT ELEMENTS */

.myAccount_contentWrapper {
	margin-top: 12px;
	position: relative;
}

.myAccount_newCustomers {
	width: 352px;
}
.myAccount_returningCustomers {
	width: 352px;
	float: right;
}
.myAccount_loginContent {
	padding-left: 25px;
	padding-top: 25px;
	height: 210px;
	position: relative;
}

.myAccount_td {
	font-size: 12px;
}

.myAccount_contentWrapper p {
	font-size: 12px;
	line-height: 18px;
	color: #455560;
	margin-bottom: 18px;
}
.myAccount_contentWrapper a {
	color: #8C8F11;
	text-decoration: none;
}
.myAccount_contentWrapper a:hover {
	color: #54075B;
}
.btn_signIn {
	background: url(https://shops.companybe.com/winterwomen/images/btn_signIn.png);
	height: 23px;
	width: 97px;
	border-style: none;
	cursor: pointer;
}
.btn_signIn:hover {
	background: url(https://shops.companybe.com/winterwomen/images/btn_signIn_on.png);
}
.btn_register {
	background: url(https://shops.companybe.com/winterwomen/images/btn_register.png);
	height: 23px;
	width: 120px;
	border-style: none;
	cursor: pointer;
}
.btn_register:hover {
	background: url(https://shops.companybe.com/winterwomen/images/btn_register_on.png);
}
.accountLogin_textField {
	font-size: 12px;
	width: 240px;
	color: #455560;
	border: 1px solid #B0BC22;
	padding: 1px;
}
.myAccount_welcomeContent {
	position: relative;
	margin-right: 25px;
	padding-top: 25px;
	padding-bottom: 125px;
	padding-left: 25px;
}
.myAccount_contactInfoContent {
	position: relative;
	margin-right: 25px;
	padding-top: 25px;
	padding-bottom: 125px;
	padding-left: 25px;
}
.myAccount_contactInfoContent p {
	margin-bottom: 10px;
}
.myAccount_welcomeContent .header {
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
}
.myAccount_welcomeContent a {
	color: #54075B;
	text-decoration: none;
}
.myAccount_welcomeContent a:hover {
	color: #8C8F11;
}
.myAccount_privacyPolicy {
	position: relative;
	margin-top: 20px;
}
.myAccount_signOut {
	position: absolute;
	left: 25px;
	bottom: 0px;
}
.myAccount_privacyPolicy a, .myAccount_signOut a {
	color: #8C8F11;
	text-decoration: none;
}
.myAccount_privacyPolicy a:hover, .myAccount_signOut a:hover {
	color: #54075B;
}
.myAccount_orderStatusContent {
	position: relative;
	padding-top: 25px;
	padding-bottom: 125px;
}
.myAccount_orderStatusContent th {
	font-size: 14px;
	color: #54075B;
	text-align: left;
	background: url(https://shops.companybe.com/winterwomen/images/product_featureTabBG_on.jpg) repeat-x;
	padding-top: 7px;
	padding-left: 12px;
	height: 23px;
	border-right: 10px solid #FFF;
}
.myAccount_orderStatusContent td {
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 12px;
	border-bottom: 1px solid #B0BC22;
}
.orderStatusLink a {
	color: #455560;
}
.orderStatusLink a:hover {
	color: #B0BC22;
}
.btn_saveChanges {
	background: url(https://shops.companybe.com/winterwomen/images/btn_saveChanges.png);
	height: 23px;
	width: 172px;
	margin-top: 25px;
	border-style: none;
	cursor: pointer;
}
.btn_saveChanges:hover {
	background: url(https://shops.companybe.com/winterwomen/images/btn_saveChanges_on.png);
}
/* END MY ACCOUNT ELEMENTS */


/* BEGIN PRIVACY POLICY ELEMENTS */

.privacyPolicy_wrapper {
	position: absolute;
	padding: 15px;
	height: 435px;
	width: 695px;
	border: 1px solid #ADB8BF;
	background: url(https://shops.companybe.com/winterwomen/images/int_white80.png);
	z-index: 200;
	display: none;
	right: 0px;
	bottom: 0px;
}
.privacyPolicy_content {
	background: #CFD4D8;
	height: 400px;
	position:relative;
	padding-top:35px;
}

.privacyPolicy_content_text {
	overflow-y: scroll;
	height: 390px;
	margin-right: 5px;
	margin-left: 20px;
	padding-right:25px;
}
.privacyPolicy_content_text p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}
.privacyPolicy_content_text .heading {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}

.privacyPolicyClose {
	position: absolute;
	top: 2px;
	right: 2px;
	cursor:pointer;
}
/* END PRIVACY POLICY ELEMENTS */


/*  BEGIN RETURNS ELEMENTS */

.returns_sectionHeader {
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 8px;
	background: url(https://shops.companybe.com/winterwomen/images/int_productHeaderBG.png) repeat-x;
	height: 33px;
	margin-bottom:12px;
}
.returns_sectionHeader .heading {
	font-weight:bold;
	font-size: 22px;
	font-weight: normal;
	color: #520A50;
	letter-spacing: 1px;
}
.returns_contentWrapper {
	margin-top: 12px;
}
.returns_contentWrapper p {
	font-size: 12px;
	line-height: 18px;
	color: #455560;
	margin-bottom: 18px;
	margin-right: 125px;
	margin-left: 25px;
}
.returns_contentWrapper a {
	color: #8C8F11;
	text-decoration: none;
}
.returns_contentWrapper a:hover {
	color: #54075B;
}
.returns_contentWrapper ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.returns_contentWrapper li {
	position: relative;
	padding-left: 70px;
	margin-bottom: 25px;
	margin-top: 0px;
	padding-top: 0px;
}
.returns_contentWrapper  li .heading {
	font-size: 38px;
	background: #54075B;
	padding: 2px 15px;
	position: absolute;
	left: 25px;
	color: #FFF;
	top: 2px;
}
/*  END RETURNS ELEMENTS */


/* BEGIN BUY OUTFIT ELEMENTS */

.checkBox {
    background-position: 0px 0px;
}
.checkBoxClear {
    background-position: -32px 0px;
}
.checkBox, .checkBoxClear {
    background-image: url('https://shops.companybe.com/winterwomen/images/CheckBox3.png');
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    width: 27px;
    height: 27px;
    padding: 0px;
    margin: 0px;
    cursor: hand;
}
.buyOutfit_detailsWrapper {
	float: right;
	width: 400px;
}
.buyOutfit_productWrapper {
	position: relative;
	margin-bottom: 12px;
}
.buyOutfit_productWrapper p {
	margin-left: 12px;
	margin-bottom: 8px;
	font-size: 13px;
	color: #455560;
}
.buyOutfit_selectThisItem {
	background: url(https://shops.companybe.com/winterwomen/images/buyOutfit_itemSelectedBG.png) no-repeat 0px 100%;
	height: 33px;
	width: 31px;
	padding-left: 190px;
	float: right;
	margin-right: 4px;
}
.buyOutfit_removeItem {
	clear: right;
	text-align: right;
	padding-right: 8px;
	padding-top: 6px;
}
.buyOutfit_removeItem a {
	text-decoration: none;
	color: #455560;
}
.buyOutfit_removeItem a:hover {
	color: #774C80;
}

.buyOutfit_productHeading {
	font-size: 18px;
	color: #54075B;
}
.buyOutfit_productHeading .subTitle {
	font-size: 13px;
}
.buyOutfit_productWrapper li {
	float: left;
	font-size: 10px;
	margin-left: 12px;
	list-style: none;
	margin-top: 2px;
	cursor:pointer;
}
.btn_addSelectedItems {
	background: url(https://shops.companybe.com/winterwomen/images/btn_addSelectedItems.png);
	height: 66px;
	width: 395px;
	border-style: none;
	cursor: pointer;
}
.btn_addSelectedItems:hover {
	background: url(https://shops.companybe.com/winterwomen/images/btn_addSelectedItems_on.png);
}
.popUpLink {
	color: #54075B;
}
.buyOutfit_productWrapper li:hover {
	color: #93729C;
}
.popUpLink_on {
	color: #93729C;
}
.buyOutfit_productWrapper .bottomCell {
	background: #E9ECCD;
	padding-top: 12px;
	border-top: 5px solid #FFF;
	border-right: 3px solid #FFF;
	padding-bottom: 4px;
}
.buyOutfit_popUp_wrapper {
	position: absolute;
	padding: 10px;
	height: 435px;
	width: 380px;
	border: 1px solid #ADB8BF;
	background: url(https://shops.companybe.com/winterwomen/images/int_white80.png);
	z-index: 200;
	display: none;
	left: 0px;
	top: 135px;
}
.buyOutfit_popUp_content {
	background: #FFF;
	height: 410px;
	padding-top:25px;
	position: relative;
}
.buyOutfit_popUp_text {
	height: 410px;
	overflow-y:scroll;
	overflow-x:hidden;
	padding-right:20px;
}
.buyOutfit_popUp_text p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 6px;
	color: #455560;
}
.buyOutfit_popUp_text li {
	font-size: 12px;
	color: #455560;
	float: none;
	margin-bottom: 6px;
	list-style: disc;
	margin-left: 12px;
}
.buyOutfit_popUp_text li:hover {
    color: #455560;
    cursor: text;
}

.buyOutfit_popUp_text ul {
	margin-left: 10px;
	margin-bottom: 16px;
}
.buyOutfit_popUp_text .heading {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}
.buyOutfit_popUp_close {
	position: absolute;
	top: 2px;
	right: 2px;
	cursor:pointer;
}
.buyOutfit_popUp_moreProducts_wrapper {
	margin: 6px;
	border: 1px solid #ADB8BF;
	padding: 3px;
}
.btn_add {
	background: url(https://shops.companybe.com/winterwomen/images/btn_add.png);
	height: 23px;
	width: 73px;
	border-style: none;
	cursor: pointer;
	margin-top: 1px;
}
.btn_add:hover {
	background: url(https://shops.companybe.com/winterwomen/images/btn_add_on.png);
}
/* END BUY OUTFIT ELEMENTS */


/* BEGIN MY CART ELEMENTS */

.contentWrapper_cart .heading {
	font-weight:bold;
	color: #54075B;
}
.contentWrapper_cart .heading2 {
	font-size: 18px;
	font-weight: bold;
	color: #455560;
}
.contentWrapper_cart p {
	font-size: 12px;
	color: #455560;
	margin-bottom: 6px;
	line-height: 18px;
}
.contentWrapper_cart a {
	color: #8A8D09;
	text-decoration:none;
}
.contentWrapper_cart td  {
	padding-bottom: 3px;
	padding-top: 3px;
}
.contentWrapper_cart a:hover {
	color: #54075B;
}
.mainContent_cart {
	min-height:400px;
}
.myCart_itemWrapper {
	height: 100px;
	position: relative;
	z-index: 1;
}
.myCart_itemWrapper img {
	float: left;
}
.myCart_itemText {
	margin-left: 90px;
}
.myCart_itemRemove {
	position: absolute;
	left: 90px;
	bottom: 12px;
}
.myCart_confirmationMarketing {
	width: 670px;
}
.tbl_shopingCart th {
	font-size: 14px;
	color: #54075B;
	text-align: left;
	background: url(https://shops.companybe.com/winterwomen/images/product_featureTabBG_on.jpg) repeat-x;
	padding-top: 7px;
	padding-left: 12px;
	height: 23px;
	border-right: 10px solid #FFF;
}
.tbl_shopingCart td {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	border-bottom: 1px solid #B0BC22;
}
.tbl_shopingCartSummary td {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 12px;
	border-bottom: 0px solid #B0BC22;
}
.myCart_checkOutWrapper {
	position: relative;
	margin-top: 12px;
	padding-bottom: 20px;
	padding-right: 90px;
	margin-bottom: 50px;
}
.myCart_confirmationTotalWrapper {
	margin-top: 12px;
	width:235px;
	float:right;

}
.myCart_checkOutWrapper p {
	font-weight: bold;
	margin-bottom: 2px;
}
.btn_continueShopping {
	background: url(https://shops.companybe.com/winterwomen/images/btn_continueShopping.png);
	height: 23px;
	width: 229px;
	border-style: none;
	cursor: pointer;
	position: absolute;
	left: 12px;
	bottom: 0px;
}
.btn_continueShopping2 {
	background: url(https://shops.companybe.com/winterwomen/images/btn_continueShopping.png);
	height: 23px;
	width: 229px;
	border-style: none;
	cursor: pointer;
}
.btn_continueShopping:hover, .btn_continueShopping2:hover {
	background: url(https://shops.companybe.com/winterwomen/images/btn_continueShopping_on.png);
}
.btn_cartCheckout {
	background: url(https://shops.companybe.com/winterwomen/images/btn_cartCheckout.png);
	height: 23px;
	width: 129px;
	border-style: none;
	cursor: pointer;
	float: right;
}
.btn_cartCheckout:hover {
	background: url(https://shops.companybe.com/winterwomen/images/btn_cartCheckout_on.png);
}
.btn_placeOrder {
	background: url(https://shops.companybe.com/winterwomen/images/btn_placeOrder.png);
	height: 23px;
	width: 162px;
	border-style: none;
	cursor: pointer;
	margin-top: 6px;
	margin-bottom: 12px;
}
.btn_placeOrder:hover {
	background: url(https://shops.companybe.com/winterwomen/images/btn_placeOrder_on.png);
}
.btn_printOrder {
	background: url(https://shops.companybe.com/winterwomen/images/btn_printOrder.png);
	height: 23px;
	width: 156px;
	border-style: none;
	cursor: pointer;
	float: right;
}
.btn_printOrder:hover {
	background: url(https://shops.companybe.com/winterwomen/images/btn_printOrder_on.png);
}
.placeOrderInstructions {
	font-size: 10px;
	line-height: 12px;
	color: #455560;
}
.myCart_total {
	float: right;
	width: 210px;
}
.myCart_total p {
	font-size: 14px;
	font-weight: bold;
	display: inline;
	margin-right: 12px;
}
.myCart_newCustomers {
	width: 360px;
}
.myCart_returningCustomers {
	float: right;
	width: 550px;
}
.myCart_colapsedSection {
	background: #E9ECCD;
	padding: 10px 25px;
}
.myCart_shippingAddress {
	float: right;
	width: 450px;
	padding-top: 25px;
}
.myCart_billingAddress {
	width: 400px;
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}
.myCart_couponCode {
	padding-bottom: 25px;
	padding-left: 25px;
}
.myCart_confirmationNumber {
	background: #ECEFD2;
	margin-top: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	padding-left: 25px;
}
.myCart_confirmationTable td {
	padding-left: 25px;
}
.myCart_confirmationWrapper {
	margin-top: 25px;
}
.myCart_confirmationText {
	margin-top: 25px;
	margin-right: 200px;
	margin-left: 25px;
}
.btn_continue {
	background: url(https://shops.companybe.com/winterwomen/images/btn_continue.png);
	height: 23px;
	width: 120px;
	border-style: none;
	cursor: pointer;
	margin-right: 10px;
}
.btn_continue:hover {
	background: url(https://shops.companybe.com/winterwomen/images/btn_continue_on.png);
}
.myCart_shippingOptionsWrapper {
	background: #E9ECCD;
	padding: 10px 0px 10px 15px;
	margin-bottom: 15px;
}
.myCart_paymentInformation {
	float: right;
	width: 450px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.myCart_photoWrapper {
	position: relative;
	z-index: 1;
}
.myCart_largerPhotoWrapper {
	background: url(https://shops.companybe.com/winterwomen/images/int_white80.png);
	padding: 20px;
	border: 1px solid #D6D6D6;
	position: absolute;
	left: -15px;
	top: -20px;
	display: none;
}

.btn_edit {
	background: url(https://shops.companybe.com/winterwomen/images/btn_edit.png);
	height: 23px;
	width: 70px;
	border-style: none;
	cursor: pointer;
	float: right;
}
.btn_edit:hover {
	background: url(https://shops.companybe.com/winterwomen/images/btn_edit_on.png);
}
/* END MY CART ELEMENTS */


/* BEGIN SHIPPING/SECURITY POLICY ELEMENTS */

.myCart_shippingPoliciesNav {
	margin-top:25px;
}
.shippingPolicy_wrapper {
	position: absolute;
	padding: 15px;
	height: 300px;
	width: 887px;
	border: 1px solid #ADB8BF;
	background: url(https://shops.companybe.com/winterwomen/images/int_white80.png);
	z-index: 200;
	display: none;
	left: 0px;
	top: -5px;
}
.shippingPolicy_content {
	background: #CFD4D8;
	height: 265px;
	position:relative;
	padding-top:30px;
}
.shippingPolicy_text {
	overflow-y: scroll;
	height: 260px;
	margin-right: 5px;
	margin-left: 20px;
	padding-right:25px;
}
.shippingPolicy_close {
	position: absolute;
	top: 2px;
	right: 2px;
	cursor:pointer;
}
.securityCode_wrapper {
	position: absolute;
	padding: 15px;
	height: 235px;
	width: 420px;
	border: 1px solid #ADB8BF;
	background: url(https://shops.companybe.com/winterwomen/images/int_white80.png);
	z-index: 200;
	display: none;
	right: 0px;
	top: 20px;
}
.securityCode_content {
	background: #CFD4D8;
	height: 200px;
	position:relative;
	padding-top:35px;
}
.securityCode_text {
	overflow-y: scroll;
	height: 190px;
	margin-right: 5px;
	margin-left: 10px;
	padding-right:25px;
}
.securityPolicy_wrapper {
	position: absolute;
	padding: 15px;
	height: 300px;
	width: 887px;
	border: 1px solid #ADB8BF;
	background: url(https://shops.companybe.com/winterwomen/images/int_white80.png);
	z-index: 200;
	display: none;
	left: 0px;
	top: -5px;
}
.securityPolicy_content {
	background: #CFD4D8;
	height: 265px;
	position:relative;
	padding-top:30px;
}
.securityPolicy_text {
	overflow-y: scroll;
	height: 260px;
	margin-right: 5px;
	margin-left: 20px;
	padding-right:25px;
}
/* END SHIPPING/SECURITY POLICY ELEMENTS */

.search p {
	font-size: 12px;
	margin-bottom: 10px;
}
.search ul {
	list-style: none;
	margin-top: 5px;
}
.search li {
	margin-left: 20px;
	font-size: 14px;
	margin-bottom: 5px;
}
