@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - LABELLE DOWNLOADS CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		labelle_downloads.css
	Date:			October 13, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	main Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	.mainCol h1 {
		width:652px; height:78px;
		background:url(../../images/h1_downloads.png) no-repeat;
		behavior:url(shared/css/iepngfix.htc);
	}
		.mainCol .entry {
			width:612px;
			margin:0 0 20px 0; padding:6px 0 22px 0;
			background: url(../../images/bg_extras_entry.png) no-repeat;
			behavior:url(shared/css/iepngfix.htc);
		}
			.mainCol .entry h2.wallpaper {
				margin:0 0 10px 50px; padding:0;
				width:216px; height:28px;
				background:url(../../images/h2_wallpapers.png) no-repeat;
				behavior:url(shared/css/iepngfix.htc);
			}
			.mainCol .entry h2.buddyIcons {
				margin:0 0 10px 50px; padding:0;
				width:216px; height:28px;
				background:url(../../images/h2_buddyIcons.png) no-repeat;
				behavior:url(shared/css/iepngfix.htc);
			}
			.mainCol .entry .contentHolder {
				margin:0 0 0 110px;
				width:450px;
			}
			.mainCol .entry .contentHolder .wallpaper {
				width:180px; height:137px;
				float:left;
				display:inline;
			}				
					.mainCol .entry .contentHolder .wallpaper a:link, .mainCol .entry .contentHolder .wallpaper a:active, .mainCol .entry .contentHolder .wallpaper a:visited {
						font:normal 13px Verdana, Arial, Helvetica, sans-serif;
						color:#fbb2ac;
						text-decoration:underline;
					}
						.mainCol .entry .contentHolder .wallpaper a:hover {
							color:#FD8F01;
						}
			.mainCol .entry .contentHolder .buddyIcon {
				width:60px;
				float:left;
				display:inline;
			}
			
	