@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
//	padding: 0;	
}
ul {
	padding: 0;
}
img {
	line-height: 0px;
}
body {
	background: url(/design_2010/images/bkg_header.jpg) repeat-x top;
}
.clear {
	clear: both;
}

/*------ HEADER ------*/
#header {
	width: 940px;
	height: 142px;
	margin: 0 auto;
	padding: 0 10px;
}
.logo {
	margin: 7px 0 0 -10px;
}
#login_help {
	float: left;
	display: inline;
	margin: 20px 175px 0 0;
}
#login_help_internal {
	float: right;
	margin: 20px 0 6px 0;
	text-align: right;
}

/*------ LOGIN/SEARCH ------*/
#login_search {
	float: right;
	clear: both;
	margin: 0 0 0 0;
	width: 400px;
	border: 0px solid orange;
}

div#login {
	float: right;
	margin-top: -18px;
	margin-bottom: 5px;
	position: relative;
}

div#search,div#search-temp {
	margin-top: 8px;
	position: relative;
	padding-left: 3px;
}

input#login-field, input#search-field, input#search-field-temp, input#login-email, input#login-email-temp, input#login-field-temp {
	width: 98px;
	margin-left: 2px;
	padding-left: 3px;
	border: 0 none;
	outline-color:#808080;
	outline-style:solid;
	outline-width:thin;
	height: 16px;
	vertical-align: top;
	margin-top: 1px;
}
label.overlabel, label.overlabel-apply {
	position:absolute;
	top:2px;
	left:5px;
	z-index:1;
	color:#999;
}
.submit_form {
	background: url(/design_2010/images/button_arrowSubmit.gif) no-repeat;
	cursor: pointer;
	width: 30px;
	height: 18px;
	border:0 none;
}
/*------ END LOGIN/SEARCH ------*/

/*------ MAIN NAVIGATION ------*/

#nav_1 {
	display: block;
	clear: both;
}

#nav_2 {
	display: block;
	clear: both;
}

#sales {
	float: right;
	text-align: right;
	margin-top: 10px;
}

#spanish {
	float: right;
	text-align: right;
	margin: 8px 0 4px 0;
}

#nav_main {
	display: block;
	float: left;
	text-align: left;
	position: relative;
}
#nav_main li {
	height: 16px;
	float: left;
	border-left-style: solid;
	border-width: thin;
	border-color: #B3B3B3;
	padding: 7px 13px 0;
	text-align: left;
}
#nav_main li a {
	display: block;
	padding-bottom: 12px;
	clear: all;
}
#nav_main li.last_nav_main {
	padding-right: 0px;
}
#nav_main li.first_nav_main {
	border: none;
	padding-left: 0px;
}
	/*------ DROP DOWN------*/
#nav_main li ul {
	background: #231f20 url(/design_2010/images/bkg_dropdown.jpg) repeat-x top;
	display: none;
	height: auto;
	padding: 8px 0 5px 12px;
	margin: -4px 0 0 -13px;
	border-top-style: none;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-width: thin;
	border-color: #444;
	position: absolute;
	z-index: 100;
}
#nav_main li li {
	width: 260px;
	left: -9999px;
	padding: 1px;
	margin: 0;
	float: none;
	border: none;
}
#nav_main li:hover ul {
	display: block;
}
	/*------ END DROP DOWN------*/
/*------ END MAIN NAVIGATION ------*/

/*------ CONTENT ------*/
#wrap_content {
	clear: both;
	width: 940px;
	margin: 0 auto;
	border: 0px solid red;
}
#header_content {
	width: 175px;
	height: 42px;
	background: url(/design_2010/images/header_content.jpg) no-repeat;
	margin-top: 5px;
	padding: 10px 0 0 765px;
}
.pageheader {
	font-family: Arial;
	font-size: 15.5pt;
	font-weight:normal;
	color: #666666;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.flash_home {
	position: relative;
	border:0px solid #CCCCCC;
	width: 940px;
	height: 335px;
}

#fader li {
	position: absolute;
	top: 0;
	left: 0;
	width: 940px;
	height: 335px;
	visibility: hidden;
}

ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

ul.crossfade li img {
	display: block;
	border: 0px solid #FFF;
}

#col_left, #col_middle  {
	width: 303px;
	background: url(/design_2010/images/divider.jpg) no-repeat top right;
}
#col_right {
	width: 304px;
}
#col_left, #col_middle, #col_right {
	float: left;
	padding: 25px 0 10px 10px;
	min-height: 255px
}
#col_left h1, #col_middle h1, #col_right h1 {
	height: 18px;
	text-indent: -9999px;
	margin-bottom: 15px;
}
#col_left dl, #col_middle dl, #col_right p, #sidebar_content dl {
	margin-bottom: 18px;
}
#col_left h1 {
	background: url(/design_2010/images/header_products.gif) no-repeat top left;
}
#col_left img, #col_middle img {
	float: right;
	margin-right: 10px;
}
#col_middle img {
	margin-top: 30px;
}
#col_right img {
	float: right;
}
.top_image {
	margin: 30px 35px 0 10px;
}
#col_middle h1 {
	background: url(/design_2010/images/header_services.gif) no-repeat top left;
}
#col_right h1 {
	background: url(/design_2010/images/header_news.gif) no-repeat top left;
}
/*------ END CONTENT ------*/


/*------ PRINT LINKS ------*/
#print_links {
	text-align: right;
	clear: both;
	width: 930px;
}
/*------ END PRINT LINKS ------*/


/*------ QUICK LINKS ------*/
#quick_links {
	clear: both;
	width: 910px;
	margin: 0 auto;
	padding: 20px 15px;
	background: #f1f1f1;
	height: 334px;
}
#quick_links div {
	float: left;
}
#download_links, #locations_link, #locations_link div {
	margin-right: 15px;
}
#quick_links h3 {
	margin-bottom: 15px;
}
.number {
	margin: 0 3px -1px 0; 
}
#map {
	margin: 10px 0 0 15px;
}
#map img {
	margin-bottom: 15px;
}
p#contact_sunbelt {
	text-indent: -9999px;
}
p#contact_sunbelt a {
	background: url(/design_2010/images/button_salesemail.gif) no-repeat;
	display: block;
	height: 35px;
	width: 193px;
}
p#contact_sunbelt a:hover {
	background: url(/design_2010/images/button_salesemail.gif) no-repeat 0 -35px;
}
/*------ END QUICK LINKS ------*/

/*------ FOOTER ------*/
#footer {
	clear: both;
	width: 930px;
	margin: 25px auto;
	padding-right: 10px;
}

/*------ SUBPAGE CONTENT ------*/
#subpage_content {
	width:  920px;
	padding: 25px 20px 20px 0;
	float: left;
	text-align: left;
}

#subpage_content h2.yellow {
	width: 587px;
	height: 24px;
	background-color: #ffff00;
	padding: 8px 0 0 15px;
	margin: 20px 0 15px 0;
}
#subpage_content dl {
	margin: 0 0 10px 15px;
}
#subpage_content h3, #subpage_content ul, #subpage_content p {
	margin-left: 15px;
}
#subpage_content h3 {
	margin-bottom: 5px;
}
#subpage_content p {
	margin-bottom: 10px;
}
/*------ END SUBPAGE CONTENT ------*/

/*------ SIDEBAR ------*/
#sidebar {
	width: 298px;
	float: left;
	padding: 30px 0 20px 20px;
	background: url(/design_2010/images/divider_790.gif) no-repeat top left;
	text-align: left;
}

#sidebar_internal {
	margin-left: -185px;
	width: 150px;
	float: left;
	padding: 20px 0px 20px 0px;
	margin-right: 20px;
	background: url(/design_2010/images/divider_790.gif) no-repeat top right;
}

#nav_sub, #sidebar_content {
	background: #f2f2f2;
	padding: 15px 10px 15px 20px;
	margin-bottom: 15px;
}
#nav_sub ul {
	margin-bottom: 10px;
}
.indent1 {
	padding-left: 10px;
}
#sidebar_content img {
	margin-bottom: 15px;
}
.check_inventory {
	margin-bottom: 10px;
}
/*------ END SIDEBAR ------*/

/*------ SURPLUS PAGE ------*/
.surplus_product {
	width: 587px;
	padding: 20px 20px 20px 10px;
	float: left;
	background: url(/design_2010/images/divider_600.gif) no-repeat bottom center;
	}
.clear_border .surplus_product{
	background-image: none;
}	
.surplus_product img {
	float: left;
	margin-right: 15px;
}
.surplus_product table tr {
	border: 1px;
	background-color: #E6E6E6;
}
.surplus_product th, .surplus_product td {
	padding: 3px 5px;
	vertical-align: top;
}
#subpage_content .surplus_product table tr td ul {
	margin-left: 0px;
}
ul#datasheet {
	margin: 10px 0 0 235px;
}
/*------ END SURPLUS PAGE ------*/

/*------ CONTACT PAGE ------*/
.contact_info {
	width: 587px;
	padding: 20px 20px 20px 10px;
	float: left;
}
.contact_info img {
	float: left;
	margin-right: 15px;
}
ul#directions {
	margin: 10px 0 0 220px;
}
#map1, #map2 {
	border: 3px solid #FFFF00;
	clear: both;
	height: 340px;
	margin: 20px 0;
	overflow: hidden;
	width: 445px;
}
/*------ END CONTACT PAGE ------*/

/*------ FORMATTING SHORTCUTS ------*/
.mlr5 {
	margin: 0 5px;
}
.mlr10 {
	margin: 0 10px;
}
.mb5 {
	margin-bottom: 5px;
}
.float_l {
	float: left;
}


/*------ Inventory System ------*/

#subpage_content h3.inventory-search-header {
	margin: 0 0 0 9px;
	padding: 0 0 10px 0;
	font-size: 14.5pt;
	color: #535353;
	font-family: Arial Black;
}

input.go {
	display: inline;
	width: 43px;
	height: 28px;
	text-decoration: none;
	background: url("http://assets.unlocking.com/imgs/button-go.png");
	border: 0;
	}

input.go:hover {
	background-position: 0 -28px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

.text-input,  .readonly-text-input,  .text-input-small,  .text-input-medium {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	 color:#162e3d;
	 font-size:1.3em;
	 background:url(http://assets.unlocking.com/imgs/input-long-bg.png) no-repeat;
	 width:294px;
	 margin:5px 0 20px 0;
	 padding:8px 10px 11px 10px;
	 float:left;
}

.text-input:focus,  .text-input-small:focus {
	background-position:0 -69px;
}

.readonly-text-input {
	background:url(http://assets.unlocking.com/imgs/input-readonly-bg.png) no-repeat;
}

.text-input-small {
	background:url(http://assets.unlocking.com/imgs/input-bg-small.png) no-repeat;
	 width:84px;
}

.text-input-medium {
	background:url(http://assets.unlocking.com/imgs/input-bg.png) no-repeat;
	 width:248px;
}

.text-input-medium:focus {
	background-position:0 -39px;
}

.button-ok {
	background:url(http://assets.unlocking.com/imgs/button-ok.png) no-repeat;
	 width:62px;
	 height:28px;
	 cursor:pointer;
	 text-indent:-9999px;
	 font-size:0em;
	 display:block;
	 line-height:0;
	 float:right;
}

.button-ok:hover {
	background-position:bottom;
}

.button-go {
	background:url(http://assets.unlocking.com/imgs/button-go.png) no-repeat;
	 width:43px;
	 height:28px;
	 cursor:pointer;
	 text-indent:-9999px;
	 font-size:0em;
	 display:block;
	 line-height:0;
	 float:left;
}

.button-go:hover {
	background-position:bottom;
}

.button-unlock-this {
	background:url(http://assets.unlocking.com/imgs/button-unlock-this.png) no-repeat;
	 width:157px;
	 height:34px;
	 text-indent:-9999em;
	 display:block;
	 font-size:0em;
	 display:block;
	 line-height:0;
	 cursor:pointer;
	 float:left;
}

.button-unlock-this:hover {
	background-position:bottom;
}

.button-continue {
	background:url(http://assets.unlocking.com/imgs/button-continue.png) no-repeat;
	 width:157px;
	 height:34px;
	 text-indent:-9999em;
	 display:block;
	 font-size:0em;
	 display:block;
	 line-height:0;
	 cursor:pointer;
	 float:left;
}

.button-continue:hover {
	background-position:bottom;
}

.button-complete {
	background:url(http://assets.unlocking.com/imgs/button-complete.png) no-repeat;
	 width:157px;
	 height:34px;
	 text-indent:-9999em;
	 display:block;
	 font-size:0em;
	 display:block;
	 line-height:0;
	 cursor:pointer;
	 float:left;
}

.button-complete:hover {
	background-position:bottom;
}

.button-login {
	background:url(http://assets.unlocking.com/imgs/button-login.png) no-repeat;
	 width:110px;
	 height:34px;
	 margin:0 0 0 40px;
	 text-indent:-9999em;
	 display:block;
	 font-size:0em;
	 display:block;
	 line-height:0;
	 cursor:pointer;
	 float:left;
}

.button-login:hover {
	background-position:bottom;
}

.button-search-site {
	background:url(http://assets.unlocking.com/imgs/button-search-site.png) no-repeat;
	 width:151px;
	 height:28px;
	 margin:7px 0 0 25px;
	 text-indent:-9999em;
	 display:block;
	 font-size:0em;
	 display:block;
	 line-height:0;
	 cursor:pointer;
	 float:left;
}

.button-search-site:hover {
	background-position:bottom;
}

.button-notify-me {
	background:url(http://assets.unlocking.com/imgs/button-notify-me.png) no-repeat;
	 width:121px;
	 height:28px;
	 text-indent:-9999em;
	 display:block;
	 font-size:0em;
	 display:block;
	 line-height:0;
	 cursor:pointer;
	 float:left;
}

.button-notify-me:hover {
	background-position:bottom;
}

.button-call-me {
	background:url(http://assets.unlocking.com/imgs/button-call-me.png) no-repeat;
	 width:125px;
	 height:34px;
	 text-indent:-9999em;
	 display:block;
	 font-size:0em;
	 display:block;
	 line-height:0;
	 cursor:pointer;
	 float:right;
}

.button-call-me:hover {
	background-position:bottom;
}

.button-submit {
	background:url(http://assets.unlocking.com/imgs/button-submit.png) no-repeat;
	 width:113px;
	 height:34px;
	 text-indent:-9999em;
	 display:block;
	 font-size:0em;
	 display:block;
	 line-height:0;
	 cursor:pointer;
	 float:right;
}

.button-submit:hover {
	background-position:bottom;
}

.stylish-select ul.newList {
	left:-9999px;
}

ul.newList * {
	margin:0;
	 padding:0;
}

ul.newList a {
	color:#000;
	 text-decoration:none;
	 display:block;
}

ul.newList {
	margin:0;
	 padding:0;
	 list-style:none;
	 color:#000;
	 width:290px;
	 background:#fff;
	 position:absolute;
	 border:1px solid #ccc;
	 top:22px;
	 left:0;
	 overflow:auto;
	 z-index:9999;
}

.newListSelected {
	width:285px;
	 color:#000;
	 height:19px;
	 padding:3px 0 0 6px;
	 float:left;
	 background:url(select-bg.png) no-repeat;
}

.newListSelected span {
	width:284px;
	 display:block;
}

ul.newList li a {
	padding:0;
	 display:block;
}

ul.newList li a:focus {
	-moz-outline-style:none;
}

.selectedTxt {
	width:258px;
	 overflow:hidden;
	 height:16px;
	 padding:0 23px 0 0;
}

.hiLite {
	background:#650101!important;
	 color:#fff!important;
}

.hiLite a {
	background:#650101!important;
	 color:#fff!important;
}

.newListHover {
	background:#ccc!important;
	 color:#000!important;
	 cursor:default;
}

.newListSelHover,  .newListSelFocus {
	background-position:0 -22px;
	 cursor:default;
}

.newListOptionTitle {
	font-weight:bold;
}

.newListOptionTitle ul {
	margin:3px 0 0;
}

.newListOptionTitle li {
	font-weight:normal;
	 border-left:1px solid #ccc;
}

.homepage-select .newListSelected,  .select-carrier-country .newListSelected {
	color:#2e2e2e;
	 background:url(http://assets.unlocking.com/imgs/homepage-select-bg.png) no-repeat;
	 width:224px;
	 height:29px;
	  margin:20px 0 0 0;
	 padding:0;
}

.select-carrier-country .newListSelected {
	margin:0 0 10px 0;
}

.homepage-select .newListSelected div,  .select-carrier-country .newListSelected div {
	font-size:1.0em;
	 text-align:left !important;
	 width:213px;
	 height:23px;
	 padding:7px 0 0 11px;
	 display:block;
}

.select-carrier-country .newListSelected div {
	font-size:1.3em;
}

.homepage-select ul.newList,  .select-carrier-country ul.newList {
	font-size:0.9em;
	 color:#2e2e2e;
	 list-style:none;
	 width:222px;
	 background:#fff;
	 border:1px solid #b9b9b9;
	 border-radius:3px;
	 -moz-border-radius:3px;
	 top:21px;
	 left:0;
	 overflow:auto;
	 text-align:left!important;
	 position:absolute;
	 z-index:9999;
}

.select-carrier-country ul.newList {
	font-size:1.1em;
}

.homepage-select ul.newList li,  .select-carrier-country ul.newList li {
	color:#2e2e2e;
	 background:#fff;
}

.homepage-select ul.newList li a,  .select-carrier-country ul.newList li a {
	padding:4px 11px;
	 display:block;
}

.homepage-select .hiLite,  .homepage-select .hiLite:hover,  .select-carrier-country .hiLite,  .select-carrier-country .hiLite:hover {
	color:#fff !important;
	 background:url(http://assets.unlocking.com/imgs/homepage-selected-bg.png) repeat-x !important;
}

.homepage-select .newListHover,  .select-carrier-country .hiLite .newListHover {
	color:#000 !important;
	 background:#f3f3f3 !important;
	 cursor:default;
}

.homepage-select .newListSelHover,  .select-carrier-country .hiLite .newListHover {
	cursor:default;
}

.select-list .newListSelected {
	color:#2e2e2e;
	 background:url(http://assets.unlocking.com/imgs/browse-select-bg.png) no-repeat;
	 width:287px;
	 height:38px;
	  margin:0 14px 0 0;
	 padding:0;
}

.select-list .newListSelected div {
	font-size:1.5em;
	 text-align:left !important;
	 width:276px;
	 height:26px;
	 padding:11px 0 0 11px;
	 display:block;
}

.select-list ul.newList {
	font-size:1.2em;
	 color:#2e2e2e;
	 list-style:none;
	 width:285px;
	 background:#fff;
	 border:1px solid #c4c4c4;
	 border-radius:3px;
	 -moz-border-radius:3px;
	 top:21px;
	 left:0;
	 overflow:auto;
	 text-align:left!important;
	 position:absolute;
	 z-index:9999;
}

.select-list ul.newList li {
	color:#2e2e2e;
	 background:#fff;
}

.select-list ul.newList li a {
	padding:4px 11px;
	 display:block;
}

.select-list .hiLite,  .select-list .hiLite:hover {
	color:#fff !important;
	 background:url(http://assets.unlocking.com/imgs/homepage-selected-bg.png) repeat-x !important;
}

.select-list .newListHover {
	color:#000 !important;
	 background:#f3f3f3 !important;
	 cursor:default;
}

.select-list .newListSelHover {
	cursor:default;
}

.locked-to-select .newListSelected {
	color:#5a5a5a;
	 background:url(http://assets.unlocking.com/imgs/locked-to-select-bg.png) no-repeat;
	 width:284px;
	 height:31px;
	  margin:5px 0 30px 0;
	 padding:0;
}

.locked-to-select .newListSelected div {
	font-size:1.4em;
	 text-align:left !important;
	 width:273px;
	 height:23px;
	 padding:8px 0 0 11px;
	 display:block;
}

.locked-to-select ul.newList {
	font-size:1.2em;
	 color:#2e2e2e;
	 list-style:none;
	 width:282px;
	 background:#fff;
	 border:1px solid #c4c4c4;
	 border-radius:3px;
	 -moz-border-radius:3px;
	 top:21px;
	 left:0;
	 overflow:auto;
	 text-align:left!important;
	 position:absolute;
	 z-index:9999;
}

.locked-to-select ul.newList li {
	color:#2e2e2e;
	 background:#fff;
}

.locked-to-select ul.newList li a {
	padding:4px 11px;
	 display:block;
}

.locked-to-select .hiLite,  .locked-to-select .hiLite:hover {
	color:#fff !important;
	 background:url(http://assets.unlocking.com/imgs/homepage-selected-bg.png) repeat-x !important;
}

.locked-to-select .newListHover {
	color:#000 !important;
	 background:#f3f3f3 !important;
	 cursor:default;
}

.locked-to-select .newListSelHover {
	cursor:default;
}

.expiry-month-select .newListSelected,  .expiry-year-select .newListSelected {
	color:#5a5a5a;
	 background:url(http://assets.unlocking.com/imgs/payment-month-select-bg.png) no-repeat;
	 width:86px;
	 height:31px;
	  margin:5px 0 30px 0;
	 padding:0;
}

.expiry-year-select .newListSelected {
	background:url(http://assets.unlocking.com/imgs/payment-year-select-bg.png) no-repeat;
	 width:109px;
}

.expiry-month-select .newListSelected div,  .expiry-year-select .newListSelected  div {
	font-size:1.4em;
	 text-align:left !important;
	 width:73px;
	 height:23px;
	 padding:8px 0 0 11px;
	 display:block;
}

.expiry-year-select .newListSelected  div {
	width:109px;
}

.expiry-month-select ul.newList,  .expiry-year-select ul.newList {
	font-size:1.2em;
	 color:#2e2e2e;
	 list-style:none;
	 width:84px;
	 background:#fff;
	 border:1px solid #c4c4c4;
	 border-radius:3px;
	 -moz-border-radius:3px;
	 top:21px;
	 left:0;
	 overflow:auto;
	 text-align:left!important;
	 position:absolute;
	 z-index:9999;
}

.expiry-year-select ul.newList {
	width:107px;
}

.expiry-month-select ul.newList li,  .expiry-year-select ul.newList li {
	color:#2e2e2e;
	 background:#fff;
}

.expiry-month-select ul.newList li a,  .expiry-year-select ul.newList li a {
	padding:4px 11px;
	 display:block;
}

.expiry-month-select .hiLite,  .expiry-month-select .hiLite:hover,  .expiry-year-select .hiLite,  .expiry-year-select .hiLite:hover {
	color:#fff !important;
	 background:url(http://assets.unlocking.com/imgs/homepage-selected-bg.png) repeat-x !important;
}

.expiry-month-select .newListHover,  .expiry-year-select .newListHover {
	color:#000 !important;
	 background:#f3f3f3 !important;
	 cursor:default;
}

.expiry-month-select .newListSelHover,  .expiry-year-select .newListSelHover {
	cursor:default;
}

.homepage-select .newListSelected,  .select-carrier-country .newListSelected {
	color:#2e2e2e;
	 background:url(http://assets.unlocking.com/imgs/homepage-select-bg.png) no-repeat;
	 width:224px;
	 height:29px;
	  margin:20px 0 0 0;
	 padding:0;
}

.select-carrier-country .newListSelected {
	margin:0 0 10px 0;
}

