#sidebar p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #5c5c5c;
	text-align: right;
}
 
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.85em;
  line-height:normal;
  font-weight: normal;
  text-align:center;
  font-weight:bold;
  color:#0e0e0e;
 }
 
h5 {
	font-family:Arial, Helvetica, sans-serif;
	color: #5c5c5c;
	font-size:0.9em;
  line-height:normal;
  font-weight: normal;
  text-align:left;
  font-weight:bold;
  margin-top: 6px;
 }

 .brand_logo_box {
 	float: right;
}

.content_leftcol {
	width: 280px;
	float:left;
	margin-bottom: 12px;
}

.content_rightcol {
	width: 160px;
	float:right;
}

.contentbox {
	margin:10px 4px 10px 0;
}

.expertbox {
	border:1px solid #dadada;
	width: 213px;
	margin-top: 10px;
	margin-right: 7px;
	float: left;
	position: relative;
}

.expertbox p {
	font:Arial;
	font-size: 0.85em;
	margin-top: 2px;
	margin-bottom: 16px;
}

.expertbox img {
	float: left;
	padding: 6px 6px 6px 6px;
}

.expertbox a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	position: absolute;
	bottom: 6px;
	right: 6px;
	width: 29px;
	height: -4px;
}

#map img {
	float: left;
	padding-left: 10px;
	padding-top: 4px;
}

#map p {
	float: left;
	padding-left: 10px;
	line-height: 30px;
}

.services {
	padding-left: 28px;
	margin-right: 18px;
	float: left;
}

.services li {
	color:#5c5c5c;
	font-weight:normal;
	font-size: 0.9em;
	padding: 1px 0;
}


#brands {
	margin: 0 auto;
	padding: 0 8px;
}
	
.intro {
	padding-left: 28px;
}

.intro li {
	color:#5c5c5c;
	font-weight:normal;
	font-size: 0.9em;
	padding: 1px 0;
}

.AccordionTitle, .AccordionContent, .AccordionContainer
{
  width:150px;
  margin-left: auto;
  margin-right: auto;
}

.AccordionTitle
{
  height:22px;
  overflow:visible;
  cursor:pointer;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height: 13px;
  font-weight:normal;
  text-transform:capitalize;
  font-weight: bold;
  color: #336666;
  text-align:center;
  display:block;
  background:#FFFFFF;
  margin:1px 0 1px 4px;
  padding-bottom: 0px;
  -moz-user-select:none;
}

.AccordionTitle:hover
{
	text-decoration: underline;
}

.AccordionContent
{
  height:0px;
  width:160px;
  overflow:hidden;
  display:none;
  margin: 0 auto;
}

.AccordionContent p
{
  font-size:0.85em !important;
  line-height:0.2em !important;
  font-weight: normal;
  text-align:center !important;
  color: #585858;
 }

.AccordionContainer
{
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding-top: 4px;
}

/** FORMATTING FOR WOMEN'S STORE - ONE PRODUCT CATEGORY **/
.VisibleAccordionContent
{
  height:0px;
  width:160px;
  margin: 0 auto;
}

.VisibleAccordionContent p
{
  font-size:0.85em !important;
  line-height:0.2em !important;
  font-weight: normal;
  text-align:center !important;
  color: #585858;
 }

/**
#AccordionContainer div {
	float: left;
}

.products_4col
{
	width:110px;
}

.products_3col
{
	width: 146.6px;
}

.products_2col
{
	width: 220px;
}

.products_1col
{
	width: 160px;
}
**/
/**NEW STYLE COLUMNS**/
.products {
	display: block;
	margin: 0 auto;
}

.column {
	display: block;
	width: 110px;
}


/** LAYOUT ASSISTANCE - DELETE
.content_leftcol {
	outline: 1px solid yellow;
}

.content_rightcol {
	outline: 1px solid blue;
}

