﻿/* Campaign */

.Layout1
{
	float:left;
	border: 1px solid #e1e5e8;
	background-color: #fdfdfd;
	width:250px;
	height:250px;
	padding: 5px 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	position: relative;
	overflow:hidden;
}
.Layout1 .crow
{
	overflow: hidden;
	padding-top: 2px;
	width: 250px;
	font:normal normal 7pt "tahoma";
}

/* Campaing type 2 */
.Layout2
{
	float:left;
	border: 1px solid #e1e5e8;
	background-color: #fdfdfd;
	width:505px;
	height:250px;
	padding: 5px 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	position: relative;
	overflow:hidden;
}
.Layout2 .crow
{
	overflow: hidden;
	padding-top: 2px;
	width: 510px;
	font:normal normal 7pt "tahoma";
}

/* Campaing type 3 */
.Layout3
{
	float:left;
	border: 1px solid #e1e5e8;
	background-color: #fdfdfd;
	width:250px;
	height:505px;
	padding: 5px 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	position: relative;
	overflow:hidden;
}
.Layout3 .crow
{
	overflow: hidden;
	padding-top: 2px;
	width: 250px;
	font:normal normal 7pt "tahoma";
}

/* Common */
.cinfo
{
	font:normal normal 7pt "tahoma";
	text-align:left;
	padding-left: 5px;
}
.chead
{
	font:normal bold 8pt "tahoma";
	color: #65c703;
	overflow: hidden;
	height: 25px;
}
.cpix
{
	float:left;
	width:140px;
	height: 150px;
	overflow: hidden;
	border: 1px solid black;
	background-color: #ffffff;
	margin-right: 5px;
}
.pricetag
{
	background-image: url(/images/splash.gif);
	background-repeat: no-repeat;
	background-position:center;
	text-align:center;
	font: normal bold 13pt georgia;
	color: #C4151C;
	position:absolute;
	width: 70px;
	top: 110px;
	left: 83px;
	height: 60px;
	padding-top: 35px;
}

.plist
{
	margin-bottom:4px;
}

