/* @override http://www.acqualia.com/new/sites/default/css/product.css?N */

.product_text_box {
	display: inline-block;
	vertical-align: top;
	
/* 	border: 1px solid purple; */
}

.product_text_box ul {
	list-style-position: inside;
	
/* 	border: 1px solid yellow; */
}


/* ===== CONTENT ===== */
.singe_feature_table {
	color: #333;
	margin-bottom: 35px;
	width: 94%;
}

.singe_feature_table td.left {
	width: 130px;
}

.singe_feature_table td.right {
	/*width:-300px*/
}


.singe_feature_table td h3 {
	margin: 0px 0px 6px 25px;
}

.singe_feature_table td p {
	margin: 0px 0px 15px 25px;
	font-size: 8pt;
	line-height: 14pt;
}

.singe_feature_table ul {
	line-height: 14pt;
	font-size: 8pt;
}

.singe_feature_table li {
	padding-bottom: 4px;
	margin-left: 10px;
}


/* ===== COLUMNS ===== */
.column_container {

}

.column {
	word-spacing: normal;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}

.column.left {
	width: 600px;
/* 	border: 1px solid blue; */
}

.column.right {
	width: 380px;
/* 	border: 1px solid red; */
}

/* ===== SIDEBARS ===== */
.sidebar.left {
	display: inline-block;
	
/* 	border: 1px solid blue; */
}


/* ===== IMAGES ===== */
img.product_image {
/* 	border: 1px solid red; */
}

img.centered {
	margin: 0px auto;
	display: block;
	
/* 	border: 1px solid red; */
}



/* ===== BUTTON BAR ===== */
.button_bar {
	height: 79px;
	width: 1080px;
	margin-left: -50px;
	margin-bottom: 20px;
	text-align: center;
/* 	background-color: red; */
/* 	border: 1px solid red; */
	background-image: url('../images/shared/button_bar_bg.png');
}

.button_bar ul {
	display: inline-block;
/* 	position: absolute; */
	
	height: 50px;
	margin: 0px;
	padding: 0px;
}

.button_bar li {
	display: inline-block;
	margin: 25px 0px 0px 0px;
}

.button_bar li a { /* This makes the bullet image clickable too */
	padding-left: 40px;
/* 	padding-bottom: 15px; */
	
	color: #454545;
	text-shadow: 0px 1px 0px #fff;
	font-weight: bold;
	border: none;
}

.button_bar .button {
	display: inline-block;
	
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 38px;
	
/* 	border: 1px solid red; */
}

.button_bar .button.download {
	background-image: url('../images/shared/download.png');
	padding-right: 40px;
}

.button_bar .button.buy {
	background-image: url('../images/shared/buy.png');
	padding-right: 0px;
	padding-left: 44px;
}

.button_bar .title {
	margin: 0px;
	padding: 0px;
}

.button_bar .subtext {
/* 	height: 24px; */
/* 	margin-top: -8px; */
/* 	padding-left: 40px; */
	font-size: 7pt;
	text-align: left;
	color: #aaa;
}

/* ===== INFO BOXES ===== */
.info_box {
	margin-bottom: 25px;
	padding: 0px 0px 4px 0px;
	
	background-color: #fdfdfd;
/* 	background-image: url('../images/page-background.png'); */
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 1px 3px #DBDBDB;
	-moz-box-shadow: 0 1px 3px #DBDBDB;
	-webkit-box-shadow: 0 1px 3px #DBDBDB;
	
	border: 1px solid #eee;
}

.info_box_header h3 {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	
	font-size: 9pt;
	color: #444;
	text-shadow: 1px 1px 0px #fff;
	text-align: center;
/* 	background-color: #eee; */
/* 	-moz-border-radius: 8px 8px 0px 0px; */
/* 	-webkit-border-radius: 8px 8px 0px 0px; */
}

.info_box_content {
	margin: 8px 20px 14px 20px;
	
	color:#6D6D6D;
	font-size: 8pt;
}

.info_box_content img {
	margin: 0px auto;
	display: block;
}

.info_box_content ul {
	padding-left: 14px;
	margin: 0px;
}

.info_box_content .review {
	margin: 20px 0px 20px 0px;
}

.info_box_content img {
/*margin: 0px;*/
}

.info_box_content .review h4 {
	margin: 4px 4px 8px 0px;
	font-size: 8pt;
	color: #555;
	text-align: center;
}

.info_box_content .review p {
	color: #6c6c6c;
	font: normal 11px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	direction: ltr;
	text-indent: 0;
}
