﻿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;
}

#export_table {
	padding-left: 10px;
	font-size: 11px;
}
#export_table th {
	border-bottom: solid 2px black;
	vertical-align: middle;
	padding-top: 30px;
}
#export_table td {
	border-bottom: solid 1px #F0F0F0;
	vertical-align: middle;
	font-size: 11px !important;
}
#export_table input[type='submit'] {
	width: 80px;
}
#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 {
	width: 220px;
	border: solid 1px black;
	padding: 5px 5px 0 5px;
	position: fixed;
	z-index: 5;
	background: #FFFFFF;
}
#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_checkout {
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 40px;
}
#mini_cart .mc_summary {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-top: 5px;
	font-weight: bold;
	border-top: solid 1px black;
}
#mini_cart #mc_summary_text {
	float: left;
	width: 170px;
	display: block;
	padding: 5px;
}
#mini_cart .mc_summary a {
	float: right;
	display: block;
	width: 30px;
	vertical-align: bottom;
	padding: 14px 5px 0 0;
}
/*** 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; }