﻿.float_left  { float:left;}
.float_right { float:right;}
.float_inner { float:left;}

.clear_both  { clear:both; }

.width_full  { width:920px; }
.width_14    { width:219px; }
.width_34    { width:687px; }
.width_13    { width:297px; }
.width_23    { width:607px; }
.width_12    { width:453px; }

.containerContent
{
	padding: 10px 10px 12px 10px;
}

.containerFull 
{
	margin: 12px 0px 0px 0px;
	clear:both;
	float:left;
}

.containerLeft
{
	margin: 12px 7px 0px 0px;
	clear:both;
	float:left;
}

.containerInner
{
	margin: 12px 7px 0px 7px;
	float:left;
}

.containerRight
{
	margin: 12px 0px 0px 7px;
	float:right;
}


.grayGradient {
	behavior: url(PIE.htc); 
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ccc), to(#eee));
	background: -moz-linear-gradient(#ccc, #eee);
	-pie-background: linear-gradient(#ccc, #eee);
}

.roundCorners 
{
	behavior: url(PIE.htc); 
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	border-radius: 10px 10px 10px 10px; 	
}

.lastLine
{
	clear:both;
}
