#nav-level-2
{
	position: absolute;
	right: 0;
	bottom: 5px;
	left: auto;
	margin-right: 20px;
}

.browse-categories li a.selected
{
	font-weight: bold;	
}

.browse-categories
{
	padding-bottom: 20px;
}

.browse-categories li
{
	padding: 0 0 5px 0;
}

div.page-sidebar
{
	margin-bottom: 20px;
	width:285px;
}

#product-sidebar div.page-sidebar-content
{
	padding-bottom: 0;	
}

#product-list-container #page-column-1
{
	width: 285px;	
}

#product-list
{
	width: 660px;
	min-height: 400px;
	float: left;
	clear: left;
}

#product-list li
{
	display: block;
	float: left;
	width: 143px;
	height: 200px;
	padding: 10px;
	text-align: center;
	border: 1px solid white;
	cursor: pointer;
	text-decoration: none;
}

#product-list li:hover
{
	border: 1px solid #55b1ff;
}

#product-list li:hover a
{
	color: #55b1ff;
}

div.product-thumbnail
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 90px;
	width: 138px;
	padding-bottom:5px;
}

* html #container{ 
	display: block;
}

#product-list li a
{
	display: block;
	text-align: center;
	font-size: 12px;
}

span.product-brand
{
	display: block;
	text-align: center;
	font-size: 10px;
	color: #666666;
}

#search-bar-info-bottom
{
	padding: 20px 0 0 10px;
	clear: left;	
}

#product-detail
{
	padding: 15px 15px 30px 15px;
}

#product-title h2
{
	padding: 0 15px 0 26px;
}

#product-description
{
	padding: 10px 5px 20px 17px;
}

#product-description span
{
	padding: 0px 10px;
	border-left: 1px dotted #cccccc;
}

#product-description span:first-child
{
	border-left: none;	
}

#product-image
{
	display: inline; /*ie5 double margin fix */
	float: left;
	width: 195px;
	margin: 0 20px 0 15px;
	text-align: center;
}

#product-image img
{
	margin-bottom: 10px;	
}

#product-options
{
	display: inline; /*ie5 double margin fix */
	float: left;
	width:440px;
}

#product-condition
{
	background: url("/images/public/calc_option_top_bg.gif") no-repeat top left;
	height:95px;
}

#product-condition ol
{
	display: block;
	padding: 0;	
	margin: 0;	
}

#product-condition li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#product-condition li a
{
	display: block;
	float: left;
	height: 50px;
	overflow: hidden;
	background-image: url("/images/public/calc_condition_bg.gif");
	background-repeat: repeat-x;
	border-left: 1px solid white;
	border-top: 1px solid white;
	text-align: center;
}

#product-condition li:first-child a
{
	border-left: none;
}

a.product-condition-off
{
	background-position: 0 0;
}

a.product-condition-off:hover
{
	background-position: 0 -50px;
}

a.product-condition-on
{
	background-position: 0 -100px;
}

span.product-option
{
	display: block;
	height: 32px;
	padding: 12px 0 0 15px;
	width: 400px;
}

span.product-input-label
{
	display: block;
	height: 32px;
	padding: 12px 0 0 15px;
	width: 205px;
	float: left;
	overflow: hidden;
}

span.product-input
{
	display: block;
	height: 33px;
	padding: 12px 0 0 15px;
	width: 204px;
	float: left;
	background-image: url("/images/public/calc_condition_bg.gif");
	background-repeat: repeat-x;
	border-left: 1px solid white;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-radius-topright:3px;
	-webkit-border-radius-bottomright:3px;
}

select.product-input
{
	width: 184px;
	height: 21px;
}

input.product-input
{
	height: 15px;
	width: 184px;
}

div.product-option
{
	height: 45px;  
	margin-top: 10px;
	background: url("/images/public/calc_option_bg.gif") no-repeat top left;		
}

div.product-option span.product-option
{
	float: left;
	width: 285px;
	overflow: hidden;
}

div.product-option ol
{
	display: block;
	padding: 0;	
	margin: 0;	
	float:left;
	width: 140px;
}

div.product-option li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

div.product-option li a
{
	display: block;
	float: left;
	
	height: 0px;
    overflow: hidden;
	padding-top: 45px;
	width: 70px;
}

a.product-option-yes
{
	background: url("/images/public/calc_option_yes.gif") no-repeat 0 0;
}

a.product-option-no
{
	background: url("/images/public/calc_option_no.gif") no-repeat 0 0;
}

a.product-option-yes:hover,
a.product-option-no:hover
{
	background-position: 0 -45px;
}

a.product-option-yes-on
{
	background: url("/images/public/calc_option_yes.gif") no-repeat 0 -90px;
}

a.product-option-no-on
{
	background: url("/images/public/calc_option_no.gif") no-repeat 0 -90px;
}

#product-accessories {
	background:#ebebeb url("/images/public/calc_option_top_bg.gif") no-repeat top left;
	margin-top: 10px;
}

#product-accessories-list{
	border-top:1px solid #FFF;
}

span.product-accessory
{
	float:left;
	height: 36px;  
	background: #ebebeb;
	width: 219px;
	overflow: hidden;
	margin:0px;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
}
span.product-accessory:hover {
	cursor:pointer;
}

span.product-accessory img {
	float:right;
	margin:11px 0px 0px 10px;
	}	
#product-accessories-list ol
{
	padding: 0;
	margin:0px;
	width:40px;
	height:36px;
	float:left;
	list-style:none;
}

#product-accessories-list li
{
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#product-accessories-list li a
{
	display: block;
	float: left;
	height: 0px;
    overflow: hidden;
	padding-top: 389px;
	width: 50px;
}

a.product-accessory-off
{
	background: url("/images/public/calc_accessories_checkbox.gif") no-repeat 0 -39px;
}

a.product-accessory-on
{
	background: url("/images/public/calc_accessories_checkbox.gif") no-repeat 0 0;
}

a.product-accessory-yes:hover,
a.product-accessory-no:hover
{
	background-position: 0 -39px;
}

#product-accessories-footer
{
	width: 440px;
	height: 10px;
	
	padding-top: -10px;
}

#get-price-button span
{
	font-size: 16px;
}

span.old-price
{
	text-decoration: line-through;
	color:#AAA;
}


#get-price-button
{
	display: none;
	border: none;
	font-size: 24px;
	color: white;
	width: 270px;
	background: url("/images/public/calc_button.gif") no-repeat 0 0px;
	text-decoration: none;
	text-align: center;
	margin-right: -20px;
	height: 100px;
	cursor: pointer;
	padding: 0;
	float: right;
	clear: right;
}
#get-price-button.off
{
	display: inline;	
}
#get-price-button.off:hover
{
	background-position: 0 -100px;
	text-decoration: none;
}

#trade-in-button
{
  display: none;
  border: none;
  font-size: 24px;
  color: white;
  width: 270px;
  background: url("/images/public/calc_button.gif") no-repeat 0 0px;
  text-decoration: none;
  text-align: center;
  margin-right: -20px;
  height: 100px;
  cursor: pointer;
  padding: 0;
  float: right;
  clear: right;
}
#trade-in-button.off
{
  display: inline;  
}
#trade-in-button.off:hover
{
  background-position: 0 -100px;
  text-decoration: none;
}

#price-container {
	margin-right:10px;
	width: 240px;
	padding:0px 10px;
	float: right;
	clear:right;
}

#price
{
	display: block;
	width: 250px;
	padding: 20px 0px;
	font-size: 30px;
	line-height: 30px;
	color: #43720C;
	border-top: 1px dotted #cccccc;
}

#price span
{
	display:block;
	font-size:20px;
	line-height:24px;
	margin-top:10px;
}

#about-pricing
{
	border-top: 1px dotted #cccccc;
	display: block;
	width: 250px;
	padding: 20px 0px;
}

#about-pricing span
{
	font-size: 16px;
	line-height: 24px;
}

#product-checkout
{
	padding:20px;
} 

#product-checkout div.page-content-blocks
{
	width: 580px;
	float: left;
	padding-bottom: 0;
	padding-left: 15px;
}

#product-checkout-form
{
	background: #f2f2f2;
	width: 610px;
	float: left;
	position:relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 15px 0;
	padding-bottom: 60px;
}

#card-activation-overlay
{
	background:#FFF;
}

#card-activation-overlay h1 {
	background:#FFF url('/images/public/calc_loader.gif') no-repeat center bottom;
	text-align:center;
	width:500px;
	margin:300px auto;
	height:120px;
}

#card-swipe-overflow {
	width:100%;
	height:100px;
	background:#000;
	color:#0F0;
}

#overlay-input {
	width:100%;
	border:0px;
	background:#F2f2f2;
	text-align:center;
	text-size:36px;
	font-weight:bold;
	margin-top:240px;
}

#instore-checkout-form
{
	background: #fff;
	width: 610px;
	clear:left;
	position:relative;
	
	padding-bottom: 60px;
}

#instore-checkout-form #order_shipping_form {
	padding-left:0px;
}

#order_shipping_form,
#order_billing_form
{
	padding: 20px 0 20px 30px;
	width: 260px;
	float: left;	
}

#order_billing_form span.form-input
{
	margin-right: 0;
}



#product-checkout-cart
{
	width: 315px;
	float: right;
	padding: 10px 10px 0 0;	
}
#instore-checkout-cart
{
	width: 315px;
    loat:none;
	padding: 10px 10px 0 0;	
}

#product-checkout-nav
{
	width: 580px;
	padding: 0 0 0 25px;
	font-size: 18px;
	color: #333333;	
}


button.link
{
	font-size: 18px;
	backgrounwidth:100%;d: white;
	padding: 0;
	margin: 0;
	border: 0;
	color:#463f9c;
	text-decoration: underline;
}

button.link:hover
{
	color:#2b76ff;
	text-decoration: underline;
}

#cart-list th
{
	text-align: left;
	font-size: 11px;
	padding: 0px 0px 10px 0px;
}

#cart-list td
{
	border-top: 1px dotted #cccccc;
	padding: 10px 5px;
	vertical-align: top;
}

#cart-list td.action
{
	text-align: right;
	padding: 10px 0px 10px 5px;	
}

#cart-list td.cart_item_remove_column
{
	width: 20px;
	~width: 40px;
}

#cart-list td button
{
	width: 20px;
	height: 20px;
	overflow:hidden;
	padding: 0;
	border: none;
	margin: 0;
	text-indent: -100em;
	cursor: pointer;
	background: url("/images/public/red_x2.gif") no-repeat top right;
}

#product-checkout-total
{
	width: 315px;
	float: right;
	clear:right;
	padding-top: 10px;
	margin-right: 10px;
	border-top: 1px dotted #cccccc;
	font-size: 18px;
	color: #43720C;
}

#product-checkout #price
{
	float: right;
	clear: right;
	width: 315px;
	margin: 0 10px 0 0;
	padding: 10px 0;
	clear:right;
}

#product-checkout #price br {
	display:none;
}

#product-checkout #price span {
	margin-bottom:10px;
}

#activate-card-input {
	width:100%;
	border:1px solid #666;
	font-size:125%;
}

#order-actions
{
	position: absolute;
	bottom: 30px;
	right: 30px;
	height: 30px;
	width: 570px;
	clear:both;
	text-align:right;
}

#order-actions button,
#activate-card-button
{
	display: inline;
	background:transparent url(/images/public/form_button_bg.gif) no-repeat scroll 0 0;
	border:medium none;
	color:white;
	font-size:16px;
	height:30px;
	width:135px;
	margin-left: 20px;	
}
#activate-card-form {
}

#start-new-trade,
#reprint-card-reciept,
#reprint-slip-reciept {
	padding:10px;
	margin:20px 10px 0px 0px;
}

#activate-card-button {
	position:absolute;
	bottom:30px;
	right:30px;
	cursor:pointer;
	z-index:10;
}
#activate-card-button:hover,
#reprint-card-reciept:hover,
#start-new-trade:hover {
	background-position: 0 -30px;	
}

#order-actions button[disabled]:hover,
#order-actions button[disabled]
{	
	background:transparent url(/images/public/form_button_bg.gif) no-repeat scroll 0 -60px;
	cursor: default;
	color: #eeeeee;
}

#order-actions button:hover
{
	background-position: 0 -30px;	
}

div.receipt-info
{
	padding: 10px 0;
}

.form-input-payment 
{
	border-top: 1px dotted #cccccc;
}

.form-input-payment-option 
{
	height: 40px;
	width: 260px;
	border-bottom: 1px dotted #cccccc;
	padding: 10px 0;
}

.form-input-payment-option input
{
	height:40px;
	margin:-10px 5px 0 0;
	float: left;
	width:15px;
}

.form-input-payment-option h2
{	
	float: left;
	padding-bottom: 0;
	height: 25px;
	width: 230px;
}

.form-input-payment-option span
{
	float: left;
	line-height: 11px;
}

#flipswap_questions
{
	background: #F2F2F2;
	padding: 10px 20px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#flipswap_questions span.form-label
{
	font-size: 14px;
	font-family: Trebuchet MS, Verdana, Ariel, sans-serif;
}

div.form-label
{
	float:left;
	width: 340px;
}

div.form-input
{
	float:right;
	width: 50px;
	text-align:right;
}

#CELL_PHONE_ACCESSORIES_CHECKBOX_1 div.form-input
{
	text-align: left;
	width: 270px;
}

#CELL_PHONE_ACCESSORIES_CHECKBOX_1 div.form-label
{
	width: 130px;
}

#CELL_PHONE_ACCESSORIES_CHECKBOX_1 div.form-checkbox
{
	width: 135px;
	height: 20px;
	float: left;
}

#CELL_PHONE_ACCESSORIES_CHECKBOX_1 div,
#CELL_PHONE_CARRIER_DROPDOWN div,
#CELL_PHONE_IMEI_ESN div,
#CELL_PHONE_POWER_UP_DROPDOWN div,
#SN div
{
	width: 200px;
}

#SN input
{
	width: 180px;
}

#quote_iframe,
#print_card_iframe,
#print_iframe,
#print_slip_iframe,
#iframe-order-receipt,
#iframe-packing-slip,
#iframe-card-receipt{
	
	width:1px;
	height:1px;
	
	position: absolute;
	bottom: 100%;
	
	/*height: 0;
	position: absolute;
	top:-1000px;
	left;0;*/
}

#print_coupon_iframe, #print_coupon_iframe_ie6 {
	width: 675px;
	height: 300px;
	padding-left: 7px;
}

#card-number-field {
	font-size:150%;
	border:1px solid #666;
}

h1.print_receipt_header {
	color: #483497;
	font-size: 28;
	font-weight: normal;
}

