@charset "utf-8";
/* 
    Document   : advert.module
    Created on : 28-Jun-2009, 12:30:11
    Author     : kaning
    Description:
*/

#VerticalModuleDisplay {
    /*display: inline;*/
    background:#111;
    font-family:verdana, sans-serif;
    font-size:9px;
    color:#FFF;
	width:auto;
    text-align:right;
    padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	height:auto;
}
#HorizontalModuleDisplay {
    display: block;
    background:#111;
    font-family:verdana, sans-serif;
    font-size:9px;
    color:#FFF;
    /*width:620px;*/
    text-align:right;
    padding-bottom:5px;
    height:110px;
}
.horizontalAdvert{
    display:inline;
    background:#FFF;
    text-align:left;
    font-family:verdana, san-serif;
    width:50%;
    height:95px;
    float:left;
}
.verticalAdvert{
    background:#FFF;
    text-align:left;
    font-family:verdana, san-serif;
	width:100%;
    height:auto;
    margin-bottom:1px;
	float:left;
}
.advertText{
	margin-left:5px;
	margin-top:3px;
	width:160px;
	float:left;
	font-size:11px;
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	padding-top:1px;
}
.advertImage{
	position:relative;
	width:auto;
	margin-left:1px;
	margin-bottom:0px;
	float:left;
}
.advertContainer{
	width:300px;
	height:100%;
	border:thin #111;
	background:#999999;
	padding:5px;
}
.actionLink{
	width:26em;
	clear:both;
}
.imageManipulatorText{
	color: #000000;
	background-color: #FFFFFF;
}

.imageManipulatorText:hover{
	background-color: #000000;
	background-position: 0% 0%;
	text-decoration: none;
}
.clearfloat{
	clear:both;;
}
