/*-------------------------------------
 	fullItem
---------------------------------------*/


.fullItem {
	margin-top:	10px;
	padding-bottom:	6px;
}

.fullItem h3 {
	margin-bottom:	6px;
	text-shadow: 0px 0px 0px #fff; 
}

.fullItem h3.noIcon {
	margin-top: 25px;
}

.fullItem .icon, .icon {
	float:	left;
	width:70px;
        background: none !important;
}

.fullItem p {
	margin-bottom:	6px;
	font-size:		13px;
	line-height:		18px;
}

/* ******** TABLE PROPERTIES ********/


		table {
			width: 860px;
			font: 11px/14px arial, sans-serif;
			color: #333;
margin: 10px 0;
		}

		td,th {
			border-bottom: 1px solid #ddd;
			border-right: 1px solid #ddd;
			padding: 5px 8px 3px 8px;
			vertical-align: center;
			text-align: center;
		}
			
		.tableHeading th, .tableHeading td {
			background:#E2EAF0 url(http://static.expressionengine.com/design/price_tb_bg.gif) top left repeat-x;
			border: 1px solid #B7C3CC;
		}
		
		.tableHeading th {
			border-left: none;
		}
		
		tfoot .tableHeading th, tfoot .tableHeading td {
			border-top: none;
		}
		
		th h3 {
			font: normal 18px palantino, georgia, serif;
			font-size: 16px;
			color: #333;
			padding: 5px 0;
			margin: 0;
		}

		th span {
			font-size: 13px;
			color: #FF3900;
		}

		th img {
			margin-top: 3px;
		}
		
		th.column1 {
			width: 200px;
			text-align: left;
			vertical-align: middle;
			font-weight: bold;
			border-bottom: 1px solid #C6D2DA;
			border-right: 1px solid #C6D2DA;
			border-left: 1px solid #C6D2DA;
			background: #E2EAF0;
			color: #2F4450;
		}
		
		.odd th.column1 {background:#f2f5f8;}
		
		th.first {
			border-left: 1px solid #C6D2DA;
		}
		.column2, .column3, .column4{
			width: 140px;
			text-align: left;
		}
		
		td {
			background: #f2f5f8;
		}
		
		.odd td {background:#fff;}

------- ADDON PAGE ---------
	.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(http://static.expressionengine.com/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;
    }

.addon {
		border-bottom:		1px solid #d3d9dc;
		line-height:		18px;
		padding-bottom:		10px;
	}
	
	.title a {
		font-weight:		bold;
	}
	
	.license {
		color:				#76960a;
	}
	
	.info {
		color:				#888;
font-size:11px;
	}
	
	.info a:link, .info a:visited {
		color:				#888;
		border-bottom:		1px solid #888;
	}
	
	.info a:hover {
		border-bottom:		1px solid #fff;
		text-decoration:	none;
	}
	
	
	.firstParty {
		width:					303px;
		float:					left;
	}
	
	#wrapperWit #content {
		float:				left;
	}

	.pagination {border-top:none;}
