@charset "UTF-8";
/* CSS Document */

/* ----- this document holds style specific to sub page 1 col layout for the cart/checkout ----- */

#cartContentWrapper {
	width:810px;
	margin:0; padding:0;
	background:url(/global-images/sub-page/2-col-bkd.jpg) top repeat;
}

/* ----- cart column structure ----- */

#cartLeftCol {
	width:800px;
	margin:0 5px 0 5px; padding:0;
	float:left;
	display:inline;
}

#cartProductHdr {
	width:790px;
	height:52px;
	padding:0 0 0 20px;
	margin:0;
}

#cartContentTop {
	margin:0; padding:20px 0 0 0;
	width:800px;
}

/* ----- this document holds style specific to sub page 2 col layout ----- */

#subContentWrapper {
	width:810px;
	margin:0; padding:0;
	background:url(/global-images/sub-page/2-col-bkd.jpg) repeat top;
}

/* ----- left column structure ----- */

#subLeftCol {
	width:570px;
	margin:0 5px 0 5px; padding:0;
	float:left;
	display:inline;
}

#leftProductHdr {
	width:550px;
	height:52px;
	padding:0 0 0 20px;
	margin:0;
}

#subContentTop {
	margin:0; padding:20px 0 0 0;
	width:570px;
}

.contentTopGradient {
	background:url(/global-images/sub-page/product-feat-gradient.jpg) bottom no-repeat;
}

.hr300 {
	width:360px;
}

.hr500 {
	width:520px;
	margin: 0  0 20px 20px;
}

/* ----- cart column structure ----- */

#subCartCol {
	width:800px;
	margin:0 5px 0 5px; padding:0;
	float:left;
	display:inline;
}

#cartProductHdr {
	width:800px;
	height:52px;
	padding:0 0 0 20px;
	margin:0;
	text-align:left;
}

#cartContentTop {
	margin:0; padding:20px 0 0 0;
	width:800px;
}

.contentTopGradient {
	background:url(/global-images/sub-page/product-feat-gradient.jpg) bottom no-repeat;
}

.hr300 {
	width:360px;
}

.hr500 {
	width:520px;
	margin: 0  0 20px 20px;
}


/* ----- left column product placement and description ----- */

#productDetail {
	margin:0; padding:0 0 20px 0;
	width:570px;
}

#productFeaturePic {
	padding:0 0 0 20px; margin:0;
	float:left;
	display:inline;
	width:125px;
}

#productDescription {
	padding:0 15px 0 15px; margin:0;
	float:right;
	display:inline;
	width:395px;
}

/* ----- left column bottom ----- */

#subContentBot {
	margin:0; padding:0 25px 0 25px;
	width:520px;
}

#testimonials {
	margin:0; padding:0;
	width:520px;
	float:left;
	}

/* ----- right column structure ----- */

#subRightCol {
	width:219px;
	margin:0 6px 0 5px; padding:0;
	float:right;
	display:inline;
	line-height:16px;
}

/* ----- right column each icon/text grouping arrangement ----- */

#rtColMod {
	margin:5px 0 15px 11px;
	padding:0;
	width:208px;
}

#leftFloatMod {
	width:50px;
	margin:0; padding:0;
	float:left;
	display:inline;
	text-align:center;
}

#testimonialFloatMod {
	width:300px;
	margin:0; padding:0 10px 0 0;
	float:left;
	display:inline;
}

#rightFloatMod {
	width:140px;
	margin:0; padding:0 10px 0 0;
	float:right;
	display:inline;
}

#bundleCouponWrapper {
	width:195px;
	margin:0; padding:10px 12px 10px 12px;
}	

#loginWrapper {
	width:195px;
	margin:0; padding:10px 12px 10px 12px;
}	

/* ----- classes/styles common to all sub pages ----- */

#leftProductHdr p {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.topBoldText {
	font-weight:bold;
	padding: 0 0 0 25px;
	margin:0 0 10px 0;
}

.blueText {
	color:#275A90;
	font-size:11px;
}

.dateText {
	color:#5A6D7E;
	font-weight:bold;
	font-size:18px;
}

.blackItalics {
	color:#000;
	font-style:italic;
	font-size:11px;
}

.blueBulletList {
	list-style:none;
	margin:0 0 0 15px;
	padding:0 0 10px 25px;
	background: url(/global-images/sub-page/blue-bullet.jpg) no-repeat top left;
	line-height:15px;
}

.indentBulletList {
	padding: 0 0 0 20px;
	list-style-position:inside;
}

.indentText25 {
	padding:0 0 10px 25px;
}

.minimalText {
	font-size:12px;
	color:#666;
}

/* ----- list styles for product highlights ----- */

#highlights li {
	list-style: none;
	background: url(/global-images/arrow-bullet.jpg) no-repeat center left;
	color:#275A90;
	padding:0 0 0 13px;
	margin: 0 0 10px 16px;
	line-height:12px;
}

#highlights li a {
	text-decoration:none;
	color:#275A90;
}

#highlights li a:hover {
	text-decoration:underline;
}

/* ----- instructions for individual trial download pages ----- */
#downloadInstructions {
margin:0; padding: 10px 15px;
}