/* Sākumlapas reklāmas modulis */
.advertModule{
	width: 480px;
	height: 450px;
	background-color: #cccccc;
	position: relative;
	cursor: pointer;
}

.advertModule .topleft{
}

.advertModule .topleft .bgimg{
	position: absolute;
	top: 0px;
	left: 0px;
}

.advertModule .topleft .title{
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
}

.advertModule .topleft .title .big{
	font-size: 16pt;
	padding-bottom: 5px;
	font-weight:	bold;
}

.advertModule .topleft .title .small{
	font-size: 12pt;
}

.advertModule .topleft .wrapper{
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: #ffffff;
	width: 245px;
	height: 110px;
}

.advertModule .topleft .wrapper .info{
	background-color: #cccccc;
	height: 100px;
	margin: 10px 0px 0px 10px;
	position: relative;
}

.advertModule .topleft .wrapper .info .bgimg{
	position: absolute;
	top: 0px;
	left: 0px;
}

.advertModule .topleft .wrapper .info .text{
	position: absolute;
	top: 0px;
	left: 0px;
}

.advertModule .topleft .wrapper .info .text .top{
	padding-left: 10px;
	padding-top: 10px;
	font-size: 10pt;
}

.advertModule .topleft .wrapper .info .text .bottom{
	padding-left: 10px;
	font-size: 40pt;
	font-weight: bold;
}

.advertModule .topright{
}

.advertModule .topright .bgimg{
	position: absolute;
	top: 0px;
	left: 0px;
}

.advertModule .topright .title{
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px;
}

.advertModule .topright .title .big{
	font-size: 16pt;
	padding-bottom: 5px;
}

.advertModule .topright .title .small{
	font-size: 12pt;
}

.advertModule .topright .wrapper{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #ffffff;
	width: 245px;
	height: 110px;
}

.advertModule .topright .wrapper .info{
	background-color: #cccccc;
	height: 100px;
	margin: 10px 10px 0px 0px;
}

.advertModule .topright .wrapper .info .top{
	padding-left: 10px;
	padding-top: 10px;
	font-size: 10pt;
}

.advertModule .topright .wrapper .info .bottom{
	padding-left: 10px;
	font-size: 40pt;
	font-weight: bold;
}

.advertModule .bottomleft{
}

.advertModule .bottomleft .bgimg{
	position: absolute;
	top: 0px;
	left: 0px;
}

.advertModule .bottomleft .title{
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px;
}

.advertModule .bottomleft .title .big{
	font-size: 16pt;
	padding-bottom: 5px;
}

.advertModule .bottomleft .title .small{
	font-size: 12pt;
}

.advertModule .bottomleft .wrapper{
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #ffffff;
	width: 245px;
	height: 110px;
}

.advertModule .bottomleft .wrapper .info{
	background-color: #cccccc;
	height: 100px;
	margin: 0px 0px 10px 10px;
}

.advertModule .bottomleft .wrapper .info .top{
	padding-left: 10px;
	padding-top: 10px;
	font-size: 10pt;
}

.advertModule .bottomleft .wrapper .info .bottom{
	padding-left: 10px;
	font-size: 40pt;
	font-weight: bold;
}

.advertModule .bottomright{
}

.advertModule .bottomright .bgimg{
	position: absolute;
	top: 0px;
	left: 0px;
}

.advertModule .bottomright .title{
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 10px;
}

.advertModule .bottomright .title .big{
	font-size: 16pt;
	padding-bottom: 5px;
}

.advertModule .bottomright .title .small{
	font-size: 12pt;
}

.advertModule .bottomright .wrapper{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #ffffff;
	width: 245px;
	height: 110px;
}

.advertModule .bottomright .wrapper .info{
	background-color: #cccccc;
	height: 100px;
	margin: 0px 10px 10px 0px;
}

.advertModule .bottomright .wrapper .info .top{
	padding-left: 10px;
	padding-top: 10px;
	font-size: 10pt;
}

.advertModule .bottomright .wrapper .info .bottom{
	padding-left: 10px;
	font-size: 40pt;
	font-weight: bold;
}




