/************************************************************************/
/* Invision Byte main site CSS - By Terabyte - (c)2010 Invision Byte	*/
/************************************************************************/
/* main.css - Main CSS file for the site with some overwrites			*/
/************************************************************************/

.wrapper {
	width: 960px;
}

.featured {
	border: 10px solid #2C8F80;
	border-width: 10px;
}
	.featured ul.topic_buttons{
		line-height: 100%;
	}

.column_left {
	width: 69%;
	float: left;
}
	.column_left.products_index h2,
	.column_left.products_index p {
		margin-left: 5px;
	}
	.column_left.products_index p {
		margin-bottom: 20px;
	}
		.column_left.products_index a {
			text-decoration: none !important;
		}
		.column_left.products_index a div.message.details {
			margin: 10px;
			/*width: 41%;*/
			/*width: 25%; Change that with the new releases for 3.1 */
			/*float: left;*/
		}
		.column_left.products_index a div.message.details span{
			display: none;
		}
		.column_left.products_index a:hover div.message.details span{
			display: inline;
		}
		.column_left.products_index a:hover div.message.details {
			background-image: url(../media/zoom.png);
			background-color:#CEDFEC;
			border-color:#B6CCE3;
		}
		/*.column_left.products_index .message.details h3 {
			color: #284B72;
		}*/

.column_right {
	width: 30%;
	float: right;
}

.general_box.latest_news {
	line-height: 140%;
}
	.general_box.latest_news ul.topic_buttons{
		line-height: 100%;
	}

/* NEW MESSAGES */
.message.details {
	background-image: url(../media/magnifier.png);
}

.message.money {
	background-image: url(../media/money.png);
}

.message.noimage {
	background-image: none;
	padding: 10px;
}
	.message.noimage h3 img {
		margin-bottom: 2px;
	}
/* NEW MESSAGES - END */

.news_title {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

.downloads_block {
	margin: -10px;
	padding: 2px;
}
	.downloads_block li {
		padding: 5px;
	}

.topic_controls {
	margin-top: 9px;
}
	.topic_controls h2 {
		float: left;
	}

.products_list_title {
	margin-left: 9px;
	margin-right: 12px;
}

.product_entry {
	margin: 9px;
	width: 47%;
	float: left;
}

#info{
	padding: 0px;
	margin-left: -10px;
	margin-right: -5px;
}
	#info dl {
		margin-left: 10px;
	}
	#info dt,
	#info dd {
		border-top: 1px solid #cddced;
		border-bottom: 1px solid #cddced;
		margin-bottom: -1px;
		font-size: 0.88em;
		padding: 6px 2px;
		float: left;
		height: 16px;
	}
	#info dt {
		font-weight: bold;
		clear: both;
		width: 57%;
	}
	#info dd {
		width: 39%;
	}

.main_screenshot {
	float: left;
	padding-right: 10px;
}

.screenshot_entry {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 25%;
	float: left;
}

.generic_text {
	margin: 5px;
	line-height: 140%;
}
	.generic_text h3 {
		padding-top: 15px;
	}
	.generic_text p {
		margin: 3px 0 0 8px;
	}