body {
	font-family: sans-serif;
	max-width: 964px;
	margin: 14px;
	font-size: 16px;
}

a {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
}
a:hover {
	font-weight: bold;
}
a img {
	border: 0
}

a.bold_link {
	font-weight: bold;
	color: blue;
}
a.bold_link:hover {
	color: blue;
}

div.main_title {
	font-size: 22px;
	font-weight: bold;
}
div.main_subtitle {
	font-size: 18px;
	font-weight: bold;
}

table.product_list {
}
table.product_list tr.product_item {
}
table.product_list tr.product_item td.left {
	text-align: center;
}
table.product_list tr.product_item td.right {
	text-align: center;
}
table.product_list tr.product_item td {
	padding-left: 17px;
	padding-right: 17px;
	font-size: 18px;
}
table.product_list tr.product_spacer {
	height: 60px;
}

.fine_print {
	font-size: 13px;
}

table.navigation_bar {
	width: 100%;
	padding-bottom: 8px;
}
table.navigation_bar td {
	font-size: 30px;
}
table.navigation_bar td.right {
	text-align: right;
}
table.navigation_bar td.right span.label {
	font-size: 17px;
}
table.navigation_bar a {
	color: black;
}
table.navigation_bar a:visited {
	color: black;
}
table.navigation_bar a:hover {
	color: blue;
	font-weight: normal;
}
table.navigation_bar img {
	vertical-align: sub;
}

table.main_images {
	border-collapse: collapse;
}
table.main_images td.left_image {
	padding-right: 7px;
}
table.main_images td.right_image {
	padding-left: 7px;
}

span.new_item {
	font-size: larger;
}

span.new_indicator {
	color: red;
	font-size: larger;
	font-weight: bolder;
	font-style: italic;
}

table.action_list {
	width: 964px;
	border: 2px solid #888888;
}

td.action_item {
	font-size: 36px;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 10px;
	padding-bottom: 10px;
}
td.action_item .step {
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4.5px;
    padding-bottom: 2.5px;

    border: 2px solid #555555;
    color: #555555;
	font-size: 45%;
    /* font-weight: bold; */
    
    vertical-align: 35%;
}
td.action_item .eula_link {
	font-size: 50%;
	font-style: italic;
}
td.action_item .guarantee {
	font-size: 50%;
	font-style: italic;
}
td.action_item .notes {
	font-size: 50%;
}
td.action_item a {
	line-height: 1.3;
}

td.product_buy_button {
	padding-right: 4%;
}
td.product_buy_button img {
	float: right;
}
td.product_buy_button a {
	outline: none;
}

td.product_buy_button img {
	border: none;
}

.alert {
	font-size: larger;
	font-weight: bold;
	color: red;
}

div.other_links {
	margin-left: 2%;
	margin-right: 2%;
}
div.other_links table {
	width: 100%;
	font-size: 100%;
}
div.other_links table td.left {
}
div.other_links table td.right {
	text-align: right;
}

ol.steps li {
	margin-top: 0.5em;
}