	.addonDetails {
		border:				4px solid #f4f3cb;
		background-color:	#fffede;
		margin:				5px 0 16px 0px;
		padding:			6px 10px;
		font-size:			11px;
	}
	
	.addonDetails h4 {
		font-size:			13px;
		height:				16px;
		background:			transparent url(/images/design/icon_addon_small.gif) top left no-repeat;
		padding:			2px 0 6px 24px;
		margin-bottom:	 	7px;
		border-bottom:		1px solid #e3e0b3;
	}
	
	dl {
	display:block;
	float:left;
	margin:0;
	padding:10px 0 0 0;
	}
	
	dl.categories {
	width: 600px;
	float:left;
	padding:5px 0 5px 0;
	}
	
	
	dd {
		margin: 0 15px 0px 5px;
		float:left;
	}
	
	dt {
		float:				left;
		text-align:			right;
		font-weight:		bold;
		float:left;
	}

	h3.addonName {
		margin:				8px 0;
		font-size:			15px;
		padding-bottom: 3px;
		float:left;
		width:400px;
	}
	
	h3.addonName span{
	    color:#4F4E4E;
	    font-weight: normal;
	    font-size:12px;
	}
	
	.addonOverview {

	}
	
	.fullItem {
		line-height:		16px;
	}
	
	.download {
		text-align:			center;
	}
	
	#wrapperWit #content {
		float:				left;
	}
	
	code {
		color:				#369029;
		font-size:			12px;
	}
	
	.included {
		font-weight:			bold;
		color:					#093;
	}
	
	.download_button {
	float:right;
	width: 170px;
	margin-top:5px;
	}
	
	.addonTitle {
			border-bottom:  1px solid #E3E0B3;
    }

	
	ol.instructions li {
		margin:					8px 0;
	}

	table.infoTable {
		background:				transparent url(/images/design/info_table_header.gif) top left no-repeat;
		width:					614px;
		margin-bottom:			26px;
	}

	table.infoTable th, table.infoTable td {
		height:					19px;
	}

	table.infoTable th {
		text-align:				left;
		padding:				4px 4px 3px 4px;
	}

	table.infoTable td {
		border-bottom:			1px solid #d7dbdb;
		padding:				4px 4px 3px 4px;
		color:					#666;
	}

	tr.infoTableFirstRow td {
		background:				transparent url(/images/design/info_table_first_row.gif) top left repeat-x;
		border-top:				1px solid #fff;
	}

	table.infoTable .download {
		padding-left:			12px;
		background:			transparent url(/images/design/icon_download_mini.gif) 0px 1px no-repeat;
	}
	
	table.infoTable a:link, table.infoTable a:visited {
		text-decoration:		none;
		border-bottom:			1px solid #0e7fc7;
	}

	table.infoTable a:hover {
		text-decoration:		none;
		border-bottom:			1px solid #fff;
	}

	table.infoTable td.author a:link, table.infoTable td.author  a:visited {
		color:					#666;
		text-decoration:		none;
		border-bottom:			1px solid #666;
	}

	table.infoTable td.author a:hover {
		color:					#d7dbdb;
		text-decoration:		none;
		border-bottom:			1px solid #fff;
	}

	table.infoTable .subText {
		font-size:				11px;
		padding:				3px 0 3px 12px;
	}
	
	table.infoTable .downloadRow {
		background-color: white;
height: 25px;
	}

			#gallery ul { list-style: none; }
			#gallery ul li { display: inline; }
			#gallery ul img {
				border: 1px solid #e5e6e8;
			}
