/*
 * Gigi & Co.
 * Css extention for AssetNow
 * --------------------------
 * BASE
 * --------------------------
 * version	1.0
 * date		1-9-2008
 * --------------------------
 */

 /* List */

	ul.list {
		margin:0px;
		padding:0px;
	}
	ul.list a,
	ul.list i {
		line-height:20px;
		font-size:11px;
	}	
	li.list-item-left-0 { margin-left:0px; }
	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 top;
	}
	
	.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/pdf.gif); background-position:left 5px; }
	.txt-img-doc {}
	.txt-img-gif {}
	.txt-img-png {}
	.txt-img-jpg {}
	.txt-img-zip {}

