.width30 {
	width: 30%;
}

.width50 {
	width: 50%;
}

.width75 {
	width: 75%;
}



/* column container */
.colmask {
	position: relative; /* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
}

/* common column settings */
.colright,
.colmid,
.colleft {
	float: left;
	width: 100%; /* width of page */
	position: relative;
}

.col1,
.col2,
.col3 {
	float: left;
	position: relative;
	padding: 0; /* no left and right padding on columns, we just make them narrower instead
						only padding top and bottom is included here, make it whatever value you need */
	_overflow:hidden;
	_padding-left: 35px;
	_margin-left: -35px;
}

/* 3 Column settings */
.threecol {
}

.threecol .colmid {
	right: 27.73%; /* width of the right column */
}

.threecol .colleft 
{
	right: 44.91%; /* width of the middle column */
}

.threecol .col1 
{
	width: 38.55%; /* width of center column content (column width minus padding on either side) */
	left: 103.18%; /* 100% plus left padding of center column */
}

.threecol .col2 
{
	width: 18.18%; /* Width of left column content (column width minus padding on either side) */
	left: 40.45%; /* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

.threecol .col3 
{
	width: 18.18%; /* Width of right column content (column width minus padding on either side) */
	left: 91.36%; /* Please make note of the brackets here:
				(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

/* 2 column settings */
.twocol-right {
}

.twocol .colleft {
	right: 26.8%;			/* right column width */
}

.twocol .col1 {
	width: 68.4%;			/* left column content width (left column width minus left and right padding) */
	left: 29.2%;			/* (right column width) plus (left column left padding) */
}

.twocol .col2 {
	width: 22%;			/* right column content width (right column width minus left and right padding) */
	left: 34%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

/* 2 column settings, content left */
.twocol-left {
}

.twocol-left .colleft {
	right: 27.73%; /* right column width */
}

.twocol-left .col1 {
	width: 63.09%; /* left column content width (left column width minus left and right padding) */
	left: 34.09%; /* (right column width) plus (left column left padding) */
}

.twocol-left .col2 {
	width: 18.18%; /* right column content width (right column width minus left and right padding) */
	left: 40.45%; /* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

/* 2 Column settings, content right */
.twocol-right {
}

.twocol-right .colleft {
	right: 72.64%; /* right column width */
}

.twocol-right .col1 {
	width: 63.09%; /* right column content width */
	left: 103.18%; /* 100% plus left column left padding */
}

.twocol-right .col2 {
	width: 18.18%; /* left column content width (column width minus left and right padding) */
	left: 15.91%; /* (right column left and right padding) plus (left column left padding) */
}

.col1 .count{
  float:left; 
  display: block; 
  height: 40px; 
  margin-right:20px
}
