	/*--- // -------------------------------------------------------
		
		@ Snowboard Website
		@ /css/goodies.css
		@ CSS für Downloads-Ausgabe
		
		@ 17.06.2008 PH
		@ alpha 0.1
		
		@ Content:
		-	Element-Styles
		
		Changelog:
		
	-------------------------------------------------------- // ---*/
	
	/*---------------------------------------------------------------
		Element-Styles
	---------------------------------------------------------------*/	
	.goodies-list {
		float:left;
		width:270px;
	}
	
	.goodies-content {
		margin:15px 15px 0 0;
	}
	
	a.goodiesPic {
		display:block;
		width:235px;
		height:240px;
		/*background:url(../images/content/downloads.png) top right no-repeat;*/
	}
	
	div.goodies-detail-image {
		width:235px;
		height:240px;
		background-repeat:no-repeat;
		background-position:center;
		background-color:#000;
	}
	