@charset "utf-8";

.horizontal {
	width: 990px;
	display: block;
	margin: 0px;
	padding: 0px;
}


.horizontal .ad {
	width: 33%;
	float: left;
	margin: 0px;
	padding: 0px;
}


.horizontal .center {
	margin-right: 0.4%;
	margin-left: 0.4%;
}

.adholder_body {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/bg_gradient.jpg);
}

.ad .adholder_body .title {
	font-size: 15px;
	font-weight: bold;
	color: #4F2990;
	text-align: left;
	line-height: 15px;
	padding-top: 2px;
	margin: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
.adholder_body .body p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.adholder_body  img  {
	float: left;
	_margin-top: 0px;
	_margin-bottom: 0px;
	margin: 0px;
	padding: 0px;
}

.adholder_body .body {
	height: 78px;
	padding-right: 7px;
	padding-left: 0px;
	font-size: smaller;
	line-height: 12px;
	overflow: hidden;
	display: block;
}
.adholder_body  .big {
	height: 102px;
	vertical-align: middle;
	padding-right: 7px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 18px;
}

.adholder_body  .subtitle  {
	font-size: 11px;
	font-weight: bold;
}


.learna a:link, .learna a:visited, .learna a:active, div.lerna {
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 98% 7px;
	text-align: right;
	display: block;
	padding-right: 20px;
	font-weight: bold;
	color: #4F2990;
	text-decoration: none;
	padding-bottom: 4px;
	padding-top: 4px;
}
.learna img {
	height: 17px;
	width: 10px;
}


.learna a:hover {
	text-decoration: underline;
}

.rightholder {
	width: 275px;
}
.rightholder .ad {
	margin-bottom: 10px;
}
.body  .name   {
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
}
.body  .g2title   {
	font-size: 9px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
img.none {
	padding: 0px;
	height: auto;
	width: auto;
}

/********** table edge control  ******/

.tbl_color {
	background-color: #EEEEEE;
}
.tbl_corner_tl {
	background-image: url(../images/tbl_edges_g2/tbl_corner_tl.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 5px;
}
.tbl_corner_tr {
	background-image: url(../images/tbl_edges_g2/tbl_corner_tr.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 8px;
}
.tbl_corner_bl {
	background-image: url(../images/tbl_edges_g2/tbl_corner_bl.png);
	background-repeat: no-repeat;
	height: 7px;
	width: 5px;
	background-position: left bottom;
}
.tbl_corner_br {
	background-image: url(../images/tbl_edges_g2/tbl_corner_br.png);
	background-repeat: no-repeat;
	width: 8px;
	background-position: right bottom;
}
.tbl_holder {
	padding: 2px;
}
.tbl_line_top {
	background-image: url(../images/tbl_edges_g2/tbl_line_ht.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.tbl_line_bottom {
	background-image: url(../images/tbl_edges_g2/tbl_line_hb.png);
	background-repeat: repeat-x;
	height: 7px;
	background-position: bottom;
}
.tbl_line_left {
	background-image: url(../images/tbl_edges_g2/tbl_line_vl.png);
	background-repeat: repeat-y;
	background-position: left;
}
.tbl_line_right {
	background-image: url(../images/tbl_edges_g2/tbl_line_vr.png);
	background-repeat: repeat-y;
	width: 8px;
	background-position: right;
}
