@charset UTF-8;
@import url(con-base.css);
@import url(con-dl.css);
@import url(con-dl-img.css);


	
/***********************************************************
**   CSS Copyright 2004 - 2010 Webroot Software, Inc.     **
***********************************************************/

	
/* Additional CSS */
.textPad {
	padding:25px;
	margin:0;
	text-align:left;
}

.rebate_original {
	position:relative;
	float:left;
	color:black;
	font-size:10px;
	width:100%;
	text-decoration:line-through;
}

.rebate_discount {
	position:relative;
	float:left;
	color:#e8a100;
	font-size:10px;
	width:100%;
}

.rebate_new_total {
	position:relative;
	float:left;
	color:black;
	font-weight:bold;
	font-size:12px;
	width:100%;
}

.rebate_detail {
	position:relative;
	float:right;
	width:auto;
}

.learn_more {
	position:relative;
	float:right;
	width:auto;
}


.price_full {
	color:#464646;
	font-size:12px;
	font-weight:normal;
	margin:0;
	text-align:center;
	width:110px;
	text-decoration:line-through;
}

.price_discount {
	color:#464646;
	font-size:16px;
	font-weight:bold;
	margin:0;
	text-align:center;
	width:110px;
}

/* INLINE LINKS */
a:link, a:visited {
	color:#CC6600;
	text-decoration:underline;
}
a:hover {
    color:#AA9900;
}

/* PRODUCT TITLES */
#product_downloads .download-desc h2 a:link, #product_downloads .download-desc h2 a:visited, #product_downloads .download-desc h2 a:active {
	color:#343434;
	border-bottom:1px dotted #AAA;
	padding-right:15px;
}
#product_downloads .download-desc h2 a:hover {
    color:#000;
}

/* LEARN MORE LINKS */
.learn_more {
	float:right !important;
	font-size:9px;
	font-weight:bold;
	position:relative;
	text-transform:uppercase;
	width:auto;
}


.learn_more a:link, .learn_more a:visited {
	color:#684594;
	padding-left:10px;
}


.learn_more a:hover {
    color:#684594;
}

