﻿@charset "UTF-8";
/* CSS Document */

h2 {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #649b0d;
	margin: 2px 5px 2px 0px;
	text-decoration: none;
}

table#comparisonCA {
	margin: 0;
	width: 100%;
}

table#comparisonMS {
	margin: 0;
	width: 100%;
}

table#comparisonSI {
	margin: 0;
	width: 100%;
}

ul#descriptionMS {
	height: 233px;
	width: 100%;
	border: 1px solid #f3a100; /* this is the outline of the thumb box */
	background-color: #fff8dd;
	padding: 0px;
	margin: 0px;
	float: left;
}

ul#descriptionMS li {
	list-style: none;
	border-bottom:1px dotted #f39a00;
	width: 100%;
}

#discountlanding a {
	color: #ec7a00;
}

#discountlanding {
	border-bottom: 1px dotted #ec7a00;
	}