/*
 * Gigi & Co.
 * Css extention for AssetNow
 * --------------------------
 * BASE
 * --------------------------
 * version	1.0
 * date		1-9-2008
 * --------------------------
 */
	
	.no-float{
		float:none !important;
	}
	
	.black { color:#333333; }
	
 /* Spacer */
	.spacer-h, .spacer-h-5, .spacer-h-10, .spacer-h-15, .spacer-h-20, .spacer-h-25, .spacer-h-30, .spacer-h-35, .spacer-h-40, .spacer-h-45, .spacer-h-50 {
		width:100%;
		height:1px;
		clear:left;
	}
	.spacer-h-5 { height:5px; }
	.spacer-h-10 { height:10px; }
	.spacer-h-15 { height:15px; }
	.spacer-h-20 { height:20px; }
	.spacer-h-25 { height:25px; }
	.spacer-h-30 { height:30px; }
	.spacer-h-35 { height:35px; }
	.spacer-h-40 { height:40px; }
	.spacer-h-45 { height:45px; }
	.spacer-h-50 { height:50px; }
	
 /* List */

	ul.list {
		margin:0px;
		padding:0px;
	}
	
	ul.list li.list-item-left-0 { margin-left:0px; }
	ul.list li.list-item-left-10 { margin-left:10px; }


 /* Text with image */
 /* Use it when you want to add an image to your text, link, list etc... */
 /* ex. <span class="txt-img txt-img-left txt-img-pdf">bla bla bla</span> */
	
	.txt-img {
		background-repeat:no-repeat;
		background-position:left center;
	}
	
	.txt-img-left {
		padding-left:24px;
		background-position-x:left;
	}
	.txt-img-right {
		padding-right:24px;
		background-position-x:right;
	}
	
	.txt-img-height-20{ line-height:20px; }
	.txt-img-height-25{ line-height:25px; }
	.txt-img-height-30{ line-height:30px; }
	
	.txt-img-pdf { background-image:url(../images/ico_pdf.gif); padding-top:3px; background-position:-1 1px; }
	.txt-img-doc {}
	.txt-img-gif {}
	.txt-img-png {}
	.txt-img-jpg {}
	.txt-img-zip {}
