/* New */

div.cell {
	background-color: #EEE;
	margin: 3px 3px 9px 3px;
	padding: 0px;
	border: 2px solid #777;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.celltitle {
	font-weight: bold;
	width: 380px;
	text-align: center;
	background-color: #777;
	color: #FFF;
	padding-bottom: 4px;
	font-size: 14px;
	margin-bottom: 4px;
	
	text-shadow: #222 -1px -1px 0px;
}

div.ctl {
	float: left;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

div.ctr {
	float: right;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

div.cellcontentr {
	clear: right;
}

div.cellcontentl {
	clear: left;
}

div.cellfeature {
	padding: 0px 0px 0px 0px;
	height: 16px;
	position: relative;
}

div.cbg {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	/*background-color: #FFF;*/
	height: 10px;
	position: relative;
	top: 5px;
	
	z-index: 5;
}

div.cl {
	text-align: left;
}

div.cr {
	text-align: right;
}

div.cellfeature img {
	position: relative;
	top: -5px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.cellfeature span {
	position: relative;
	top: -12px;
	text-shadow: #FFF 1px 1px 0px;
	text-shadow: #FFF 1px 0px 0px;
	text-shadow: #FFF 0px 1px 0px;
}

div.cb {
	clear: both;
	height: 0px;
}

div.cellimage {
	border: 2px solid #777;
	padding: 1px;
	padding-bottom: 0px;
	background-color: #FFF;
	
	position: relative;
	z-index: 400;
}

div.cil {
	float: left;
	margin: 6px 0px 6px 6px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
}

div.cir {
	float: right;
	margin: 6px 6px 6px 0px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}

div.celltop {
	padding: 0px 4px 0px 4px;
}

div.cellfooter {
	font-weight: bold;
	width: 380px;
	text-align: center;
	background-color: #777;
	color: #FFF;
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 14px;
	margin: 4px auto 0px auto;
	
	text-shadow: #222 -1px -1px 0px;
	
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

div.cellfooter > a {
	color: inherit;
}

div.cellfooter > a > span {
	color: #b3ed88;
}

div.cellfooter > a:hover {
	color: #F77;
}
