/*products.css*/
#content {
	background-image: url(../images/bg_content_liberty.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0 0 14px 0;
}

#contentBottom {
	position:relative;
	top:  -8px;
}

#footer {
	position: relative;
	top: -8px;
}

.product {
	margin: 7px 0 0 0;
}

.productTop {
	width: 572px;
	background-image: url(../images/bg_product_top.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 5px;
	overflow: auto;
	margin: 0;
	padding: 0;
}

.productBody {
	width: 562px;
	padding: 0 4px;
	border-left: 1px solid #C6C8D5;
	border-right: 1px solid #C6C8D5;
	margin: 0;
}


.productBody h2 {
	font-size: 130%;
	color: #00008D;
	margin: 0 7px 4px 7px;
	padding: 0;
}

.productBottom {
	clear: left;
	clear: right;
	width: 572px;
	background-image: url(../images/bg_product.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 5px;
	margin: 0;
	padding: 0;
}

.productTop img, .productBottom img {
	vertical-align: top;
}

.productBanner {
	/*width: 354px;
	height: 85px;*/
	margin: 0 0 11px 11px;
	float: right;
}

.productDescription {
	/*float: right;*/
	width: 194px;
	height: 85px;
	color: #00008D;
}

.productDescription h3 {
	margin: 0 0 2px 0;
	padding: 0;
	color: #00008D;
}

.descriptionBlock {
	display: block;
	line-height: 1em;
	font-size: 80%;
	margin-bottom: 0;
}

.descriptionBlock p {
	line-height: 100%;
	padding: 0;
	margin: 0;
}

.productLink {
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	text-decoration: none;
}

.productLinkContainer {
	width: 100%;
	clear: right;
	clear: left;
	margin: 7px 0;
	text-align: center;
}

#productTable {
	margin: 7px 0 14px 0;
	width: 100%;
}

#productTable td {
	line-height: 1em;
	padding: 0 0 7px 0;
}

#productTable tr {
	vertical-align: top;
}

.productName {
	font-weight: bold;
}

.productWriteUp {
	margin-bottom: 14px;
}

.priceBlock {
	width: 50%;
}

.priceBlock p {
	margin: 0;
}

#productTable td .itemPhoto {
	margin: 0 14px 0 0;
}

.buyNow {
	padding-top: 10px;
	width: 50%;
}

/*table for details, requirements, reviews*/
#detailsReqsReviews {
	margin: 0 14px;
	/*width: 381px;*/
}

#detailsReqsReviewsChunk {
	width: 550px;
	margin: 0 10px;
}

#detailsReqsReviewsChunkTop {
	background-image: url(../images/bg_product_top.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#detailsReqsReviewsChunkBody {
	padding: 0 7px;
	background-image: url(../images/bg_product_body.gif);
	background-repeat: repeat-y;
}

#detailsReqsReviewsChunkBottom {
	background-image: url(../images/bg_product.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}


#detailsReqsReviews td {
	margin: 0;
	padding: 0 0 0 0;
	vertical-align: middle;
}

#tabProductDetails, #tabSystemRequirements, #tabReviews, .tab_active, .tab_dead {
	width: 127px!important;
	height: 18px;
	font-size: 11px;
	color: #333333;
	text-align: center;
}

.tab_active {
	background-image: url(../images/tab_active.gif);
	background-repeat: no-repeat;
}

.tab_dead {
	background-image: url(../images/tab_dead.gif);
	background-repeat:  no-repeat;
}

.tab_active a, .tab_dead a {
	color: #333333;
	text-decoration: none;
}

.tab_active a:hover, .tab_dead a:hover {
	text-decoration: underline;
}

#writeupProductDetails, #writeupSystemRequirements, #writeupReviews {
	margin: 7px;
	font-size: 90%;
}

#writeupProductDetails, #writeupSystemRequirements, #writeupReviews, .writeup_live, .writeup_dead {
	height: 400px;
	overflow: auto;
}

blockquote {
	margin: 7px;
	font-style: italic;
}

blockquote strong {
	font-style: normal;
}

li {
	margin-bottom: 3px;
}


#writeupSystemRequirements, #writeupReviews, .writeup_dead {
	display: none;
}

/*tables for partners*/
.partnerTable {
	margin: 3px 7px 0 14px;
}

.partnerTable tr {
	vertical-align: top;
}

.product tr td .partnerTable tr td p {
	margin: 0;
	padding: 0;
}

.partnerBanner {
	width: 170px;
	font-size: 90%;
	font-weight: bold;
	padding: 7px;
	color: #00008D;
	vertical-align: middle;
}

.partnerBanner img {
	margin-bottom: 4px;
}

.partnerDescription, .partnerDescription_odd {
	padding: 7px 7px 10px 12px;
	width: 355px;
	font-size: 90%;
	background-color: #EEEEEE;
	line-height: 130%;
}



.partnerDescription h4, .partnerDescription_odd h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.partnerDescription_odd {
	background-color: white;
}

#navCallout {
	margin-bottom: 300px;
}