 
.category_subcat {
	background-color: #E2E2E2;
	text-indent: 1em;
}



.blockAdLeft {
	clear:both;
	float: left;
	position: relative;
}
.blockAdRight {
	float: right;
	position: relative;
}

.blockAdLeft, .blockAdRight, .blockAdPop {
	width: 335px;
	max-width:100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #FFFFFF;
	color: #000000;
	margin-bottom: 2em;
	padding: 1em .5em .5em 1em;
	border: thin solid #CCCCCC;
	font-family: Arial,sans-serif;
	line-height: 1.3em;
 }
.lineSpacer {
	line-height: .5em;
}
.lable {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: smaller;
}

.blockAdPop {
	float:none;
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
	width:960px;
	}
 @media only screen and (max-width: 760px) {
.blockAdLeft, .blockAdRight {
	float:none;
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
  }
