/*
	Floats, Clears, Margins, Paddings and Widths declaration file.
	(C)2008 Askaprice.com LLP
	WARNING - this file was generated by code and gets overwritten with the copy from the Web DLL.
*/
/*	Floats and Clears  */
.FLL
{
	float:left;
}
.FLR
{
	float:right;
}
.CLB
{
	clear:both;
}
.CLL
{
	clear:left;
}
.CLR
{
	clear:right;
}

/*	Margins  */
.ML5
{
	margin-left:5px;
}
.MR5
{
	margin-right:5px;
}
.MT5
{
	margin-top:5px;
}
.MB5
{
	margin-bottom:5px;
}
.MB10
{
	margin-bottom:10px;
}
.M5
{
	margin:5px;
}

.M0
{
	margin:0px;
}

/*	Paddings  */
.PL5
{
	padding-left:5px;
}
.PR5
{
	padding-right:5px;
}
.PT5
{
	padding-top:5px;
}
.PB5
{
	padding-bottom:5px;
}
.P5
{
	padding:5px;
}

.P0
{
	padding:0px;
}

/*	Widths  */
.W50
{
	width:50px;
}
.W75
{
	width:75px;
}
.W100
{
	width:100px;
}
.W150
{
	width:150px;
}
.W200
{
	width:200px;
}
.W250
{
	width:250px;
}
.W300
{
	width:300px;
}
.W100%
{
	width:100%;
}

/*	Visibility  */
.DBlock
{
	display:block;
}

.DInline
{
	display:inline;
}

.DNone
{
	display:none;
}

.VHidden
{
	visibility:hidden;
}

.VVisible
{
	visibility:visible;
}
/* Text Position */
.TAR
{
	text-align:right;
}
.TAC
{
	text-align:center;
}
.TAL
{
	text-align:left;
}