/* TYPO */

#content {
	color: #ababab;
	text-align: justify;
	overflow: hidden;
	clear: both;
}

#content a {
	font-weight: bold;
	color: #d4d4d4;
}

#content h2  {
	font: bold 23px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #eee;
}

#shopcontent h2  {
	font: normal 23px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
  letter-spacing:-1px;
  border-bottom:2px solid #2c2929;
  padding: 20px 5px 12px 5px;
  margin:0 0 22px 0;			
}

#shopcontent h2 span {color: #1d1b1b; margin-left: 5px; font-size: 85%; }
#shopcontent h2 em {color: #f6f4ee; letter-spacing:2px; font-weight: normal; text-decoration: underline; font-style: normal; }


#content h3, #shopcontent h3 {
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 10px 0;
}

#content h4 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 10px 0;
}

#content ul,
#content ol {
	margin: 10px 0 20px 0;
	padding: 0 0 0 30px;
	clear: both;
}

#content ul li {
	line-height: 20px;
}

#content ul li ul,
#content ul li ol {
	margin: 0;
	padding: 0 0 0 30px;
}

#content strong {color: #cec2c2; color:#bcbaba;}
