﻿html, body {
	min-height: 100%;
	height: 100%;
}

/* ELEMENT EDITOR */
#elementeditor {
	position: absolute;
	z-index: 99;
	top: 120px;
	left: 150px;
	height: 315px;
}
#elementeditor table {
	margin: 0px;
}

/* VEHICLE DEVICE SELECTOR TEMPLATE */

#step_one {
	width: 158px;
	margin: 0 16px 0 56px;
	float: left;
	border: 0px solid #FF0000;
}
#step_two {
	width: 158px;
	margin: 0;
	float: left;
	border: 0px solid #0000FF;
}
#step_three {
	width: 158px;
	margin: 0 0 0 16px;
	float: left;
	border: 0px solid #00FF00;
}
#step_three .next_button {
	font-family: "Trebuchet MS" , Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #000;
	background-color: #CC0000;
	letter-spacing: 2px;
	width: 135px;
	padding: 3px 0;
	margin: 0px;
}
#step_three .next_button:hover {
	background-color: #098EC9;
}
#step_three a {
	display: block;
	padding: 0;
	width: 115px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF !important;
}
#step_three a:hover {
	color: #fff;
}
#step_one h2, #step_two h2, #step_three h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 5px 0 10px 0px;
}

#lower_body {
	width: 615px;
	margin: 0 auto;
}

#inner_body {
	margin: 0 0 0 0;
	background-image: url(/site/framework/images/wizard_bg_bot.jpg);
	background-repeat: no-repeat;
	width: 619px;
	height: 190px;
	padding: 0 0 0 0;
}
#inner_body span {
	font-size: 9px;
	font-style: italic;
	margin: 0px;
}
#inner_body form {
	padding: 0 0 0 5px;
}
#inner_body select {
	font-size: 9px;
	margin: 0 0 10px 5px;
	border: 1px solid #000;
	padding: 3px;
	width: 148px;
}
#inner_body option {
	margin: 5px 5px 3px 5px;
}

#lowerbody {
	width: 100%;
}
#selector_wrap {
	width: 490px;
	margin: 0 auto;
}
#vehicle_device_selector #step_one {
	width: 236px;
	display: inline;
	margin: 0 18px 0 0px;
}
#vehicle_device_selector #step_two {
	width: 236px;
	display: inline;
	margin: 0 0 0 0px;
}
#vehicle_device_selector #step_three {
	width: 490px;
	margin: 0px;
	text-align: center;
	float: none;
}
#vehicle_device_selector #step_three a {
	display: inline-block;
	width: auto;
}
#vehicle_device_selector #step_three .next_button {
	display: inline-block;
}
#vehicle_device_selector #step_three h2 {
	display: none;
}
#vehicle_device_selector #vehicle_select, #vehicle_device_selector #device_select {
	position: relative;
	height: 170px;
}
#vehicle_device_selector input[type='checkbox'] {
	margin: 0 8px 0 0;
	vertical-align: middle;
}
#vehicle_device_selector .checkbox {
	font-size: 11px;
	letter-spacing: 0px;
	word-spacing: 0px;
}
#vehicle_device_selector .checkbox label {
	color: #000000;
	width: 175px;
	display: inline-block;
	text-align: left;
}
#vehicle_device_selector_top {
	padding: 0px;
	width: 490px;
	height: 115px;
}
#vehicle_device_selector_top.adminedit {
	height: auto;
}
#vehicle_device_selector {
	padding: 0px;
	background: Transparent url(/site/framework/images/wizard_bg_bot3.jpg) no-repeat scroll 0 0;
	width: 490px;
	height: 220px;
}
#vehicle_device_selector select {
	width: 200px;
	margin: 2px;
	padding: 2px;
	font-size: 10px;
	height: 22px;
	line-height: 11px;
}
#vehicle_device_selector .vertical h2 {
	letter-spacing: 0px;
	word-spacing: 0px;
	line-height: 17px;
}
#vehicle_device_selector_top #image_left {
	float: left;
	margin-right: 18px;
}
#vehicle_device_selector_top #image_right {
	float: left;
}
#horizontal_select .horizontal {
	float: left;
	margin: 0 0 0 15px;
	font-size: 10px !important;
}
#horizontal_select select {
	width: 110px;
}
#horizontal_select #device_select select {
	width: 180px;
	margin: 0 5px 0 15px;
}
#horizontal_select #vehicle_device_selector .next_button {
	margin: 0px auto;
}
.three_col_wrap {
	width: 213px;
	float: left;
}
#device_select .horizontal #categoryid {
	width: 205px !important;
}

.tooltip {
	position: absolute;
	z-index: 99;
	background-color: #FFFFFF;
	padding: 5px;
	border: solid 1px #606060;
}
.dualselect {
	margin-top: 5px;
}

.alert_message_pp {
	font-weight: bold;
	padding: 5px 8px 5px 8px;
	background-color: #FFFFCC;
	line-height: 13px;
	display: block;
	border: 1px solid gray;
}
.alert_message_list {
	font-weight: bold;
	display: block;
}

#import_wrap, #export_table {
	padding-left: 10px;
	font-size: 11px;
}
#import_wrap th, #export_table th {
	border-bottom: solid 2px black;
	vertical-align: middle;
	padding-top: 30px;
}
#import_wrap td, #export_table td {
	border-bottom: solid 1px #F0F0F0;
	vertical-align: middle;
	font-size: 11px !important;
}
#import_wrap input[type='submit'], #export_table input[type='submit'] {
	width: 80px;
	float: right;
}
#import_wrap input[type='text'], #export_table input[type='text'] {
	font-size: 12px;
	border-style: ridge;
	background-color: #F0F0F0;
	text-align: center;
	width: 65px;
	padding: 2px 0 2px 0;
}

/* END VEHICLE DEVICE SELECTOR TEMPLATE */

/* == PRODUCT SET UP MANAGER DEFINITIONS == */
#productsetupmanagerwrap {
	border-top: 1px solid #000;
	font-size: 11px;
}
#productsetupmanagerwrap th {
	font-size: 10px;
}
#productsetupmanagerwrap .td {
	height: 18px;
}
#productsetupmanagerwrap .skucol {
	width: 60px;
	padding: 3px 0px 3px 5px;
}
#productsetupmanagerwrap .titlecol {
	width: 463px;
	padding: 3px 0px 3px 5px;
}
#productsetupmanagerwrap .imagecol {
	width: 58px;
	padding: 3px 0px 3px 5px;
}
#productsetupmanagerwrap .desccol {
	width: 637px;
	padding: 3px 0px 3px 5px;
}
#productsetupmanagerwrap .rightbottom {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: black;
}
#productsetupmanagerwrap .bottom {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: black;
}
#productsetupmanagerwrap .even {
	background-color: #EEF6FF;
}
#productsetupmanagerwrap img {
	border: none;
}
#productsetupmanagerwrap .results_table {
	margin-top: 5px;
	border: 1px;
	border-style: solid;
	border-color: black;
}

/* == DEFAULT PAGING DEFINITIONS == */
#productsetupmanagerwrap div.results_div {
	display: block;
	clear: both;
	width: 100%;
	vertical-align: top;
}
#productsetupmanagerwrap div.resultpaging {
	display: block;
	clear: both;
	width: 100%;
	line-height: 25px;
	border-bottom: 1px solid #000;
	padding-top: 10px;
}
#productsetupmanagerwrap div.resultpagesummary {
	display: inline;
	float: left;
	margin-right: 25px;
	vertical-align: bottom;
}
#productsetupmanagerwrap div.resultpagenavigation {
	display: inline;
	float: left;
	margin-right: 25px;
	vertical-align: bottom;
}
#productsetupmanagerwrap div.resultperpage {
	display: inline;
	float: left;
	vertical-align: bottom;
}
#productsetupmanagerwrap select.resultpagingselect {
	font-size: 11px;
}
#productsetupmanagerwrap img.resultpagingimg {
	vertical-align: text-bottom;
}
#productsetupmanagerwrap hr.resultpaginghr {
	clear: left;
}
#productsetupmanagerwrap p.sitesearchtext {
	font-size: 13px;
}
#productsetupmanagerwrap div.noresultsfound p {
	font-size: 11px;
}

#page_wrap {
	position: relative;
}

/*** BEGIN MINI CART ***/
#mini_cart_wrap {
	position: fixed;
	z-index: 5;
	background-color: #FFFFFF;
	border: solid 4px #C6C3C6;
}
#mini_cart {
	width: 220px;
	padding: 5px 5px 0 5px;
	float: right;
}
#mini_cart h2 {
	margin: 0 0 5px 0;
	font-size: 10px;
	text-align: center;
}
#mini_cart #mc_img_wrap {
	float: left;
}
#mini_cart .mc_text_wrap {
	float: right;
	width: 135px;
	font-weight: bold;
	line-height: 14px;
	padding: 0 3px 0 5px;
}
#mini_cart .mc_summary {
	display: block;
	width: 100%;
	margin: 5px 0 40px 0;
	font-weight: bold;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
#mini_cart #mc_summary_text {
	float: left;
	width: 170px;
	display: block;
	padding: 5px;
}
#mini_cart_wrap .mc_checkout {
	display: block;
	text-align: center;
	width: 220px;
	height: 20px;
	margin: 10px 0 10px 0;
	position: absolute;
	bottom: 0;
	right: 0;
}
#mini_cart_wrap .mc_checkout span.mc_close {
	position: absolute;
	bottom: 0px;
	right: 5px;
	color:#CD0001;
	text-decoration:underline;
}
#mini_cart .close_button {
	float: right;
}
#mini_cart_wrap span.mc_close:hover,
#mini_cart span.close_button:hover {
	cursor:pointer;
}
#mc_solution_wrap {
	float: left;
	width: 411px;
}
#mc_solution_wrap .mc_solution {
	padding: 5px;
}
#mc_solution_wrap table {
	border-right: solid 2px #C6C3C6;
}
#mc_solution_wrap .mc_solution_title {
}
#mc_solution_wrap .mc_solution_title h2 {
	text-align: center;
	font-size: 18px;
	margin: 0;
	font-family: Arial, Sans-Serif;
}
#mc_solution_wrap .mc_solution_img {
	width: 140px;
	vertical-align: middle;
}
#mc_solution_wrap .mc_solution_img a {
	display: block;
	text-decoration: none;
}
#mc_solution_wrap .mc_solution_desc {
	width: 241px;
	vertical-align: middle;
	padding: 0 10px 0 10px;
}
#mc_solution_wrap .mc_solution_go {
	padding: 10px 0 5px 140px;
}
#mc_solution_wrap .mc_solution_go a {
	background: Transparent url(/site/framework/images/buttons/mini_cart_buton.jpg) no-repeat scroll 0 0;
	display: block;
	width: 154px;
	height: 22px;
	margin: 0 auto;
	text-decoration: none;
	font-size: 10px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
}
/*** END MINI CART ***/

/*** BEGIN SWITCH SHIPPING ***/
#switch_shipping_form {
	position: absolute;
	top: 30px;
	right: 0px;
	height: 200px;
	background-color: Transparent;
	display: block;
	padding: 0;
	z-index: 5;
}
#switch_shipping_form h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 26px;
}
#switch_shipping_form #menuframeleft {
	background: Transparent url(/site/framework/images/bg-orange-left.png) no-repeat 0 0;
	display: inline-block;
	float: right;
	height: 200px;
	width: 15px;
}
#switch_shipping_form #menuframeright {
	background: Transparent url(/site/framework/images/bg-orange-right.png) no-repeat 0 0;
	display: inline-block;
	float: right;
	height: 200px;
	width: 15px;
}
#switch_shipping_form #menuframemiddle {
	background-color: #F6C500;
	height: 200px;
	width: 755px;
	display: inline-block;
	float: right;
	line-height: 13px;
	font-size: 12px;
	font-weight: bold;
}
#switch_shipping_form #menuframemiddle .content_wrap {
	margin: 60px 0 0 145px;
}
#switch_shipping_form .form_input {
	display: inline-block;
	float: left;
	margin: 10px 5px 0 0;
}
/*** END SWITCH SHIPPING ***/

.form_submit_button {
	cursor: pointer;
	padding: 3px 5px;
	background-color: #C0C0C0;
	font-weight: bold;
}
.form_submit_button:hover {
	border: solid 1px red;
	background-color: #E0E0E0;
}

/*ADMIN UI CLEAN UP*/
#leftverticalmenuwrap .edit_delete_toolbar, #leftverticalmenuwrap .add_sort_toolbar, #leftverticalmenuwrap .nomargin {
	margin: 0px !important;
}
#leftverticalmenuwrap .admintableborder table, #leftverticalmenuwrap .admintableborder, #leftverticalmenuwrap .add_sort_toolbar table {
	margin: 0px !important;
}

/*** BEGIN HEADER ACTIONS ***/
#header_actions {
	text-align: right;
	padding-right: 5px;
	height: 82px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#header_actions a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	height: 18px;
	display: inline-block;
}
#header_actions a:hover {
	text-decoration: underline;
}
#header_actions .action_item {
	height: 20px;
}
#header_actions #cart_img {
	background-image: url(/site/framework/images/cart-white.png);
	background-repeat: no-repeat;
	height: 18px;
	display: inline-block;
}
#header_actions #yourcart_text {
	padding-left: 25px;
}
#header_actions .ship_to_country_name {
	color: #FFBA00;
	font-size: 12px;
	font-weight: bold;
}
#header_actions .ship_to_country_text {
	font-size: 11px;
}
/*** END HEADER ACTIONS ***/

#dual_page_wrap {
	margin: 0px auto;
	width: 785px;
	border-width: 0px;
	border-color: Gray;
	border-style: solid;
	background: url(/site/framework/images/bg-black-edge.png) repeat-y scroll 0 0;
	min-height: 100%;
}
.step_text {
	text-align: center;
	margin: 5px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
}

#dualselect_nav {
	padding: 5px 25px 5px 5px;
	text-align: right;
	font-size: 13px;
	float: right;
	display: inline-block;
}
#dualselect_nav a {
	text-decoration: none;
	padding: 0 5px 0 5px;
}
#dualselect_nav span {
	text-decoration: underline;
}

.td_header_style {
	background: url(/site/framework/images/bg-glass-grey.gif) repeat-x scroll 0 0;
}

.element_dualselect {
	font-size: 12px;
}
.element_dualselect input {
	width: 130px;
	padding: 2px;
	font-size: 12px;
}
.element_dualselect select {
	width: 135px;
	padding: 2px;
	font-size: 12px;
}
.element_dualselect .short {
	width: 50px;
}

.billing_shipping_form .tableborder {
	border-color: #CCCCCC;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
}

.billing_shipping_form input, .billing_shipping_form select, .billing_shipping_form textarea {
	border: solid 1px #7B9EBD;
	padding: 2px 4px;
}
.billing_shipping_form td {
	font-size: 12px;
	padding: 4px 8px;
}
.billing_shipping_form .required_text {
	margin: 10px 0 0 0;
}
.form_heading {
	padding: 0 0 0 10px;
	font-size: 18px;
	margin: 0 0 0 0;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	background: url(/site/framework/images/bg-glass-grey.gif) repeat-x scroll 0 50%;
	border: 1px solid #CCCCCC;
	font-family: Bookman Old Style, Times New Roman, Serif;
	color: #0069B5;
}

.address_book_select {
	float: right;
	clear: right;
	margin: 3px 3px 0 0;
}

.glass_button {
	background: url(/site/framework/images/bg-glass-grey.gif) repeat-x scroll 0 50%;
	padding: 5px !important;
	border: 1px solid #CCCCCC !important;
	font-size: 14px;
	font-weight: bold;
}
.glass_button:hover {
	border-color: #888888 !important;
	color: #CC0000;
	cursor: pointer;
}
.results_bullets {
	margin: 0;
	padding: 0 0 0 15px;
}
.results_bullets li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
div.autocomplete {
	position: absolute;
	width: 350px !important;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
div.autocomplete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.autocomplete ul li.selected {
	background-color: #ffb;
}
div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	min-height: 20px;
	cursor: pointer;
}
div.error_msg {
	color: Red;
	padding: 5px;
	text-align: center;
	font-size: 12px;
}
/***Begin Proclip Styles***/
.pclp-b {
	font-weight: bold;
}
.pclp-i {
	font-style: italic;
}
.pclp-b-i {
	font-weight: bold;
	font-style: italic;
}
.pclp-red {
	color: Red;
}
.pclp_u {
	text-decoration: underline;
}

#related_images {
	margin: 10px 0 0 0;
}
#related_images img 
{
	border: solid 1px #000000;
	padding: 2px;
	margin: 0 3px 0 0;
}
#related_images img.on
{
	border: solid 1px #FF0000;
}

/***End Proclip Styles***/

#main_image_wrap a {
	display: block;
	text-decoration: none;
}
#main_image_wrap img {
	border: none 0px;
}
#related_images img:hover {
	cursor: pointer;
}
#main_image_wrap #zoom_button_wrap {
	width: 47px;
	height: 13px;
}

