/* Header */

.header {
	background: url('/simplicity/images/common/simplicity_header.gif') no-repeat;
	height: 75px;
}

a.logo_link {
	display: block;
	float: left;
	margin: 0 auto;
	height: 75px;
	width: 225px;
}

.breadcrumbs {
	clear: both;
	font-size: 11px;
	padding: 5px 0 10px 4px;
	margin: 20px 0 0 0;
}

/* Layout Grid */

.white_container {
	background: #fff;
	margin: 0 auto;
	padding: 0 7px;
	width: 1000px;
}

.container {
	display: block;
	margin: 0 auto;
	width: 1000px;
}

.container:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.home_link {
	width: 1000px;
}

div.span-search, div.span-left-nav, div.span-nav, div.span-main-content {
	float: left;
}

div.last {
	margin-right: 0;
}

.span-left-nav {
	margin-right: 45px;
	width: 225px;
}

.span-nav {
	float: left;
	margin: 45px 0 0 45px;
}

.span-main-content {
	width: 730px;
}

.span-full, div.span-full {
	margin: 0;
	width: 1000px;
}

/* Form Elements */

.float_clear {
	clear: both;
	float: left;
}

input.inline_float {
	float: left;
}

.go_float {
	float: left;
	margin: 1px 0 0 4px;
}

/* Search */

.header form {
	float: right;
	margin-top: 42px;
}

/* Left Nav */

.left_nav {
	border-top: solid 1px #e4e4e4;
}

.left_nav a {
	border-bottom: solid 1px #e4e4e4;
	color: #828282;
	display: block;
	padding: 4px 0 4px 4px;
}

.left_nav a:visited {
	color: #828282;
}

.left_nav a:hover {
	color: #007EA4;
	text-decoration: none;
}

.left_nav a.top {
	border-top: solid 1px #e4e4e4;
}

.mountwizard {
	background-image: url('/simplicity/images/common/mw-bottom.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #3c3c3c;
	font-size: 12px;
	line-height: 14px;
	margin-top: 35px;
	padding-bottom: 29px;
}

.mountwizard .pad {
	background-image: url('/simplicity/images/common/mw-back.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding: 90px 30px 10px;
}

.mountwizard td {
	padding-bottom: 4px;
}

.mountwizard select {
	width: 165px;
}

.mountwizard .mw-next {
	background-color: transparent;
	background-image: url('/simplicity/images/common/mw-next.png');
	background-position: left top;
	background-repeat: no-repeat;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 23px;
	margin: auto;
	padding: 0;
	width: 96px;
}

.mountwizard .or {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
	text-align: center;
}

.mountwizard .auto-comp {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 2px;
	text-align: center;
}

.mountwizard img {
	margin: 15px 0 0 0;
	padding: 0;
}

/* Example tokeninput style #1: Token vertical list*/
ul.token-input-list {
	border: 1px solid #999;
	cursor: text;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 165px;
	z-index: 999;
}

ul.token-input-list li {
	list-style-type: none;
}

ul.token-input-list li input {
    border: 0;
    width: 165px;
    padding: 3px 8px;
    background-color: white;
}

li.token-input-token {
	background-color: #e1e1e1;
	cursor: default;
	display: block;
	margin: 3px;
	overflow: hidden;
	padding: 3px 5px;
}

li.token-input-token p {
	float: left;
	padding: 0;
	margin: 0;
}

li.token-input-token span {
	cursor: pointer;
	float: right;
}

li.token-input-selected-token {
	background-color: #08844e;
	color: #fff;
}

li.token-input-selected-token span {
    color: #bbb;
}

div.token-input-dropdown {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: 0;
	cursor: default;
	overflow: hidden;
	position: absolute;
	width: 165px;
	z-index: 1;
}

div.token-input-dropdown p {
    font-weight: bold;
    margin: 0;
    padding: 5px;
}

div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown ul li {
    background-color: #fff;
    padding: 3px;
    list-style-type: none;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #e8e8e9;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #fff;
}

div.token-input-dropdown ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #aaa;
}


.left_nav_tertiary {
	float: left;
	width: 225px;
}

.left_nav_tertiary h4 {
	border-top: solid 1px #e4e4e4;
	padding: 8px 0 0 4px;
}

.left_nav_tertiary .tertiary_text {
	padding-left: 4px;
}

.left_nav_tertiary img.package {
	margin-top: 10px;
}

.left_nav_tertiary .package_tagline {
	margin: 0;
}

.bottom {
	border-bottom: solid 1px #e4e4e4;
	padding-bottom: 10px;
}

/* Footer */

.footer {
	background: url('/simplicity/images/common/footer_back.gif') repeat-x top #fff;
	border-bottom: solid 1px #e4e4e4;
	margin-top: 50px;
	padding: 10px 0 10px 0;
	text-align: left;
}

.footer div {
	float: left;
	width: 110px;
}

.footer .first {
	margin-left:263px;
	width:95px
}

.footer div a {
	color: #007EA4;
	display: block;
	margin-bottom: 15px;
	width: 100px;
}

.footer div a.second {
	color: #828282;
	font-size: 11px;
	margin-bottom: 5px;
}

.legal {
	margin: 10px 0 30px 0;
	text-align: center;
	width: 1000px;
}

/* Homepage */

.home_product {
	border: solid 1px #e4e4e4;
	float: left;
	height: 255px;
	margin-right: 20px;
	padding: 5px;
	width: 218px
}

.home_product h3 {
	background-image: url('/simplicity/images/home/home-h3.gif');
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	font-size: 20px;
	height: 42px;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
}

.home_product .click_text {
	margin: 5px 0;
	text-align: center;
}

.home_product div {
	margin: 15px 0;
}

.home_product div a {
	background-image: url('/simplicity/images/home/home-info.gif');
	background-position: right 11px;
	background-repeat: no-repeat;
	border-bottom: solid 1px #e4e4e4;
	display: block;
	color: #828282;
	font-size: 20px;
	line-height: 20px;
	padding: 10px;
}

.home_product a:hover {
	text-decoration: none;
}

.home_product div a.last {
	border: 0;
}

.home_product h4 {
	font-size: 14px;
	line-height: 14px;
	margin: 0;
}

.home_product h5 {
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	text-transform: uppercase;
}

.home_product p {
	color: #828282;
	font-size: 13px;
	line-height: 14px;
}


/* Product Main */

.vuepoint_product_result {
	float: left;
	width: 730px;
}

.vuepoint_product_result img {
	border: solid 1px #E4E4E4;
	float: left;
	padding: 5px 0;
}

.vuepoint_product_result .vuepoint_product {
	float: left;
	margin-left: 20px;
	width: 550px;
}

.vuepoint_product_result .vuepoint_product h4 {
	line-height: 18px;
}

.vuepoint_product_result .vuepoint_product h4 a {
	text-decoration: none;
}

.vuepoint_product_result .vuepoint_product h5 {
	line-height: 16px;
	margin-top: 0;
}

.product_divider {
	border: none;
	border-bottom: solid 1px #E4E4E4;
	font-size: 0;
	float: left;
	line-height: 0;
	margin-bottom: 20px;
	padding-top: 20px;
	width: 730px;
}

/* Products Detail*/

.products .detail_head {
}

.products .detail_photo_holder {
	float: left;
	margin-right: 15px;
	width: 302px;
}

.products .detail_photo_holder img {
	border: solid 1px #c3c3c3;
	margin: 0 0 1px 0;
	width: 300px;
}

.products .detail_photo_holder .link_holder {
	float: left;
	margin-top: 2px;

}

.products .detail_photo_holder .color_holder {
	float: right;
	margin-top: 2px;
	text-align: right;
	width: 15px;
}

.products .detail_photo_holder .color_holder img {
	border: 0;
	width: 10px;
}

.products .detail_photo_holder a.photos {
	background: url('/simplicity/images/details/more_photos.gif') center left no-repeat;
	display: block;
	font-size: 12px;
	line-height: 12px;
	text-indent: 15px;
}

.products .detail_photo_holder a.video {
	background: url('/simplicity/images/details/video.gif') center left no-repeat;
	display: block;
	font-size: 12px;
	height: 14px;
	line-height: 12px;
	margin-top: 3px;
	padding-top: 2px;
	text-indent: 16px;
}

.products .detail_description {
	float: left;
	width: 398px;
	margin: 0 0 15px;
}

.products .detail_description h2 {
	margin: 0 0 0 0;
}

.products .detail_description h5 {
	margin: 0 0 0 0;
}
.products .detail_description .divider {
	border-bottom: solid 1px #E4E4E4;
	margin: 3px 0 5px 0;
}

/* Product Detail Tabs */

.content_tab_holder {
}

.content_tab_holder .border_row {
	border-bottom: solid 1px #e8e8e9;
	float: left;
	padding: 5px 0 5px 5px;
	width: 725px;
}

.content_tab_holder .border_row h3 {
	margin: 0 0 10px 0;
}


.content_tab_holder .last {
	border-bottom: solid 1px #e8e8e9;
}

.content_tab_holder .border_row img {
	float: left;
	margin: 0 10px 0 0;
}


/* Product Detail Features Tab */

.content_tab_holder .border_row p {
	float: left;
	margin: 8px 0 0 0;
	width: 630px;
}


/* Product Detail Specifications Tab */

.content_tab_holder #specs {
	margin-top: 10px;
}

.spec_table {
	font-size: 12px;
	width: 730px;
}

.spec_table td {
	padding: 5px 0 5px 20px;
	border-bottom: solid 1px #e8e8e9;
}

.spec_table td.first {
	border-top: solid 1px #e8e8e9;
}

.spec_table td.spec_head {
	background: #f8f8f9;
	font-weight: bold;
	padding: 5px 0 5px 5px;
}

.spec_table td.left {
	width: 200px;
}

.spec_table td.right {
	padding: 5px 0;
}


/* Product Detail Downloads Tab */

.manuals {
}

.manuals .content_tab_holder h3 {
	border-bottom: solid 1px #c3c3c3;
	clear: both;
	padding: 12px 0 5px 0;
}

.manuals .manual_holder {
	border-bottom: solid 1px #c3c3c3;
	float: left;
	padding: 5px 0;
	width: 730px;
}

.manuals .manual_holder img {
	float: left;
	margin: 0 10px 0 0;
}

.manuals .manual_holder p {
	float: left;
	margin: 9px 0 0 0;
}

.manuals .manual_holder a:hover {
	text-decoration: none;
}

.manuals .manual_holder:hover {
	background: #f8f8f9;
	cursor: pointer;
}


/* Store Locator Results */

.store_locator {
}

.store_locator h1 {
	margin: 0 0 5px 0;
}

.store_locator .result_numbers {
	margin: 20px 0 0 0;
}

.store_locator .container {
	border: none;
	border-bottom: solid 1px #e4e4e4;
	border-top: solid 1px #e4e4e4;
	width: 730px;
}

.store_locator .left_column {
	float: left;
	margin-right: 20px;
	width: 230px;
}

.store_locator .left_column h5 {
	margin-bottom: 0;
}

.store_locator .left_column p {
	margin-bottom: 3px;
}

.store_locator .right_column {
	float: left;
	width: 480px;
}

.store_locator .distance_bar {
	background: url(/vuepoint/images/common/store_locator_bar.gif) repeat-x #FFE192;
	float: left;
	margin-bottom: 11px;
	width: 230px;
}

.store_locator .distance {
	color: #007EA4;
	float: left;
	margin-left: 5px
}

.store_locator .get_directions {
	float: right;
	margin-right: 5px;
}

.store_locator .number_holder {
	margin-top: 5px;
}

.store_locator .page_icon {
	float: left;
	margin: 2px 1px 0 1px;
}

.store_locator .page_numbers {
	border: solid 1px #e4e4e4;
	float: left;
	margin: 0 2px;
	padding: 2px 6px;
}

.store_locator a.active {
	border: solid 1px #000;
}

.store_locator .page_numbers:hover {
	background: #E4E4E4;
	text-decoration: none;
}


/* MountFinder Results */

.mf_title {
	margin-top: 0;
}

/* Links */

.partner_top {
	margin-top: 20px;
}

.partner_logo {
	border: solid 1px #e4e4e4;
	float: left;
	margin-right: 20px;
}

.partner_text {
	float: left;
	width: 540px;
}

.partner_divider {
	border: none;
	border-bottom: solid 1px #E4E4E4;
	clear: both;
	padding-top: 20px;
	margin-bottom: 20px;
}

/* Error Page */

.error_pages {
	width: 480px;
}

.error_pages h1 {
	margin-top: 0;
}

.error_pages h5 {
	margin-top: 0;
}

.error_pages h5.error_subtitle {
	color: #005fbb;
}

.error_pages hr {
	border: none;
	border-bottom: solid 1px #e4e4e4;
	clear: both;
	padding-top: 10px;
}

.error_pages img {
	float: left;
	margin-right: 12px;
}

.error_pages .title_float {
	float: left;
}

.error_spacer {
	height: 60px;
}

.error_500 {
	background-color: #fff;
	border: solid 5px #007EA4;
	height: 200px;
	margin: 0 auto;
	padding: 25px;
	width: 450px;
}

.error_500 h1 {
	margin-top: 10px;
}

.error_500 p {
	padding-top: 10px;
	width: 450px;
}

/* sfGuardAuth Sign-In */

.sign_in {
}

.sign_in .form-row {
	float: left;
	margin: 3px 0;
	width: 700px;
}

.sign_in .label {
	float: left;
	margin-top: 2px;
	text-align: right;
	padding-right: 5px;
	width: 75px;
}

.sign_in .checkbox {
	padding: 2px 0 0 55px;
	width: 25px;
}

.sign_in .remember_label {
	float: left;
	margin-top: 2px;
	width: 150px;
}

.sign_in input {
	float: left;
}

#sf_guard_auth_forgot_password {
	font-size: 12px;
}
.login_links {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	}
.login_links li {
	float: left;
	width: 220px;
	background: #dedede;
	padding: 0;
	margin: 0 5px 0 0;
	}
.login_links li span {
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 100%;
	margin: 0 0 3px 0;
	}
.login_links li:hover {
	background: #E4E4E4;
	}
.login_links li a {
	display: block;
	padding: 12px;
	clear: both;
	float: left;
	font-size: 11px;
	}
.login_links li a:hover {
	text-decoration: none;
	}


/*
** Added by SGOODMAN
*/

.breadcrumb_trail li {
  background: url(/vuepoint/images/common/tab_right.png) right no-repeat;
  display: inline;
  font-size: 11px;
  list-style: none;
  padding-right: 16px;
}

.breadcrumb_trail li.last {
  background: none;
}

.literature_holder {
	display: block;
}

.literature {
	border: 0px;
	float: left;
	margin-right: 10px;
	padding: 5px 0;
	text-align: center;
}

.literature img {
	border: solid 1px #e4e4e4;
}

.literature_description {
	border: 0px;
	float: left;
	line-height: 1.2em;
	margin-right: 5px;
	padding: 5px 0;
	text-align: left;
	width: 600px;
}

.literature_description a {
	float: left;
	clear: both;
}
.literature_description a.plugin_link {
	float: left;
	clear: both;
	margin: 0 0 0 15px;
	font-size: 11px;
}

h3.lit_head {
	margin-top: 0;
}

.literature_divider {
	border: none;
	border-bottom: solid 1px #E4E4E4;
	clear: both;
	margin-bottom: 5px;
	padding-top: 5px;
}

.more_top_margin {
	margin-top: 40px;
}

/* review register form */
.reg_form tbody tr td {
	padding: 5px 0 0 0;
	}

.reg_form tbody tr td .text-input {
	margin: 0 0 0 10px;
	}
.reg_form tbody tr td select {
	margin: 0 0 0 10px;
	}

ul.error_list li {
	color: red;
	text-transform: capitalize;
	font-size: 10px;
	margin: 0 0 0 6px;
	padding: 0 0 0 14px;
	background: url('/vuepoint/images/common/redArrow.jpg') no-repeat left;
	}

.topError {
	color: red;
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0;
	padding: 5px;
	border: 1px #ccc dashed;
	float: left;
	width: 705px;
	text-align: center;
	}

#register_billing_country, #register_language {
	width: 174px;
	}

