@charset "utf-8";

a:link, a:visited {
color: #6a1462;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

body {
behavior: url(/csshover.htc);
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-image:url(../img/page_background.jpg);
background-repeat: repeat-x;
background-color: #e3e3e3;
margin-top: 0px;
}

form {
padding: 0;
margin: 0;
}

.searchInput {
font-size: 9px;
margin: 0;
}

h1 {
font-family: "Myriad Web", "Myriad Pro", Tahoma, Arial;
font-weight: normal;
font-size: 24px;
color: #8c6239;
margin: 0;
}

.pageTitle {
font-family: "Myriad Web", "Myriad Pro", Tahoma, Arial;
font-weight: normal;
font-size: 24px;
color: #8c6239;
margin: 0;
}

h2 {
font-family: "Myriad Web", "Myriad Pro", Tahoma, Arial;
font-weight: normal;
font-size: 18px;
color: #8c6239;
margin: 0;
}

h3 {
font-family: "Myriad Web", "Myriad Pro", Tahoma, Arial;
font-weight: normal;
font-size: 16px;
color: #8c6239;
margin: 0;
}

h4 {
font-family: "Myriad Web", "Myriad Pro", Tahoma, Arial;
font-weight: bold;
font-size: 14px;
color: #8c6239;
margin: 0;
}

.pageIntro {
font-size: 12px;
font-weight: bold;
}

#content_wrapper {
width: 960px;
margin-left: auto;
margin-right: auto;
}

td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#header {
width: 958px;
border-left: 1px #575757 solid;
border-right: 1px #575757 solid;
border-bottom: 2px #475259 solid;
background-image:url(/img/header_background.jpg);
background-repeat: no-repeat;
height: 110px;
}

#logo {
float: left;
padding-left: 15px;
padding-top: 8px;
width: 141px;

}

#top_nav_container {
float: left;
width: 800px;
}

#top_nav {
float: left;
text-align: center;
width: 622px;
padding-top: 14px;
}

#top_nav a:link, #top_nav a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
text-decoration: none;
}

#top_nav a:hover {
text-decoration: underline;
}

.top_nav_divider {
color: #6a1462;
padding-left: 20px;
padding-right: 20px;
}

#live_chat {
float: right;
padding-top: 0px;
padding-right: 0px;
width: 158px;
height: 81px;
}

#primary_nav {
float: right;
padding-right: 27px;
margin-bottom: 0px;
}

.primary_nav_button {
float: left;
padding-top: 6px;
padding-bottom: 9px;
padding-left: 15px;
padding-right: 15px;
}

.primary_nav_button:hover {
color: #ffffff;
background-color: #7f7f7f;
cursor: pointer;
}

.primary_nav_button_selected {
float: left;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 15px;
padding-right: 15px;
color: #ffffff;
background-color: #7f7f7f;
}

.primary_nav_button_selected:hover {
cursor: pointer;
}

.primary_nav_button a:link, .primary_nav_button a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: none;
}

.primary_nav_button a:hover {
text-decoration: underline;
}

#left_column {
float: left;
width: 227px;
margin-top: 20px;
}

.side_box_wrapper {
width: 191px;
margin-left: auto;
margin-right: auto;
}

.side_box_content {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
border: 1px #a8a8a2 solid;
border-top: 0;
border-bottom: 0;
padding: 10px;
padding-bottom: 15px;
background-color: #efefe7;
}

.side_box_bottom {
height: 17px;
border: 1px #a8a8a2 solid;
background-color: #efefe7;
}

.side_box_shadow {
width: 191px;
height: 31px;
background-image:url(../side_boxes/bottom_shadow.gif);
background-repeat: no-repeat;
}

#bottom_nav_wrapper {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding-top: 20px;
margin-bottom: 20px;
text-align: center;
background-image: url(../img/footer_background.gif);
background-repeat: no-repeat;
min-height: 92px;
}

#bottom_nav_wrapper a:link, #bottom_nav_wrapper a:visited {
color: #333333;
text-decoration: none;
}

#bottom_nav_wrapper a:hover {
text-decoration: underline;
}

.bottom_nav_divider {
margin-top: 5px;
margin-bottom: 5px;
background-color: #b6b6b6;
height: 1px;
}

.bottom_divider {
padding-left: 15px;
padding-right: 15px;
color: #6a1462;
}

.store_link {
position: relative;
top: -3px;
}

.required_field {
color: blue;
}

.comparebox {
	font-size: 8pt;
	color: #555555;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}
.comparecell {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.graphic_buttons:hover {
cursor: pointer;
}

#fullUpgradeChoice {
clear: both;
padding-top: 30px;	
}

#fullUpgradeChoice img {
cursor: pointer;	
}

.error_msg {
width: 300px;
background-color: #903;
color: #fff;
padding: 8px;
text-align: center;
}
