/* @override http://backstage/apps/xwrpubadmin/new_us/xml/styles/product-info.css */

#tabs-area {
	width: 750px;
	float: left;
	position: relative;
	margin-top: 5px;
}
#side {
	float: right;
	margin-top: 40px;
	width: 200px;
	font-size: smaller;
}
#side h4 {
	font-size: 100%;
}
#side div {
	margin-bottom: 15px;
	position: relative;
}
#side span {
	font-size: 90%;
	width: 150px;
	position: absolute;
	top: 140px;
	left: 15px;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	cursor: pointer;
}

.buy-button {
	background-color: white;
	color: #5a728a; width: 85px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	border: 1px solid #cfd8e0;
	cursor: pointer;
}

table.compare-features {
	border-collapse: collapse;
	width: 100%;
	border-bottom: 2px solid #666666;
	color: #000;
	margin-top: -5px;
}
table.compare-features th {
	border-bottom: 2px solid #666666;
	vertical-align: bottom;
	padding: 0;
	
}
table.compare-features #description {
	font-weight: normal;
	text-align: left;
	padding-bottom: 7px;
}
table.compare-features td {
	border-bottom: 1px solid #e2e2e2;
	padding: 7px 5px 7px 0;
}
.read-more {
	color: #7fcded;
	cursor: pointer;
	font-style: italic;
	margin-left: 10px;
	font-size: 90%;
}
table.compare-features td.c1 div {
	color: #4D4D4D;
}
table.compare-features td.c2 {
	background-color: #e8f5f8;
	text-align: center;
	vertical-align: top;
	padding-top: 12px;
}
table.compare-features td.c3 {
	background-color: #c6ebf8;
	text-align: center;
	vertical-align: top;
	padding-top: 12px;
}
table.compare-features div {
	margin: 7px 0;
}

table.system-reqs {
	margin-left: 15px;
	border-collapse: collapse;
}
table.system-reqs th {
	text-align: left;
}
table.system-reqs th, table.system-reqs td {
	vertical-align: top;
	padding: 3px 20px 5px 0px;
	border-bottom: 1px solid #000;
}

#features-table td {
	text-align: center;
}