p.shopcartname {
	font: 20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000; /*#447fa0*/
	padding-left:20px;
	margin:0px;
}
/* cart */
#cart, #cart table {
  font-size: smaller;
  color: black;
}

.cart-title {
	text-align: center;
	padding: 0.5px 0px 0px 0px;
}

.item-price, .total-line {
  text-align: right;
}

.total-line{
  font-weight: bold;
  border-top: 1px solid #595 ;
  padding: 10px 10px 10px 10px;  
}

.total-cell {
  font-weight: bold;
  border-top: 1px solid #595 ;
  padding: 10px 10px 10px 10px;  
  text-align: center;
}

div#cart{
	float: right;
	margin-left: 0px;
	padding: 20px 150px 0px 0px;
	width: 5px;
	margin: 1 auto;
	color:#000;
	font-size: smaller;
}

#cart_table{
	width: 600px;
	margin: 10px 0px 0px 40px;
}

#cart_table th{
	background-color: white;
	color: blue;
	padding: 10px 10px 10px 10px;
}


#cart_bar{
}

.cart_bar_body{
	background: transparent url(/images/right_bar_body_bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	height: 33px;
	width: 225px;
}

.cart_bar_top{
	background: transparent url(/images/right_bar_top_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 33px;
	width: 225px;
}

.cart_bar_bottom{
	background: transparent url(/images/right_bar_bottom_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 8px;
	width: 225px;
}

.cart_progress_image{
	text-align: center;
	margin: 10px 10px 10px 10px;
}

.cart_continue_shopping_button{
	 background-color: #111; 
  height: 23px;
  width: 150px;
  border: none;
  display: block;
  background-image: url('/images/shopping_cart/continueshopping.png');
  cursor: pointer;
  position:absolute;
  top:60px;
  right:5px;
}

.indent{
	margin: 5px	5px 5px 70px;
}
/*----------------------------------------------------------------------------------------------------------------- */
.boldit {
	font-weight:bold;
}
p.bluetitle {	color:#5850BE;
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.graytext {
	color:#666666;
}
.takeactiontext {
	font-size:16px;
	font-weight:bold;
	color:#000000;/*#2EE600;*/
}
td.rightwidth {
	width: 43%;
}
td.leftwidth {
	width: 57%;
}
td.alignright {
	text-align:right;
}
td.tabletitle {
	background-color:#E9E9E9;
	font-size:14px;
	font-weight:bold;
	color:#5850BE;
}
table.cartlook {
	border: #E9E9E9 solid 1px;
	background-color:#F4F4F4;
	width:100%;
}
table.cartlook td {
	padding: 4px;
	vertical-align:top;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
table.product_table_look {
	border-top: #CCCCCC solid 1px;
	color: #666666;
	background-color:#FFFFFF;
	width:100%;
}
table.product_table_look td {
	font-weight:bold;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
table.product_table_look td.leftwidth {
	width:25%;
}
table.product_table_look td.middlewidth {
	width:50%;
}
table.product_table_look td.rightwidth {
	width:25%;
}
table.product_table_breakdown {
	border-top: #CCCCCC solid 1px;
	background-color:#FFFFFF;
	color: #666666;
	width:100%;
}
table.product_table_breakdown td {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
table.product_table_breakdown td.leftwidth {
	width:60%;
	text-align:right;
}
table.product_table_breakdown td.rightwidth {
	width:40%;
}
table.product_table_total {
	border-top: #000000 solid 2px;
	background-color:#FFFFFF;
	color: #000000;
	width:100%;
}
table.product_table_total td {
	font-weight:bold;
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
table.product_table_total td.leftwidth {
	width:60%;
	text-align:right;
}
table.product_table_total td.rightwidth {
	width:40%;
}
table.creditcards {
	border-collapse:collapse;
	visibility:inherit;
	color: #000000;
	width:100%;
}
table.creditcards td {
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
table.table_topdisplay {
	width:100%;
	border-collapse:collapse;
}
table.table_topdisplay td {
	padding: 2px;
}
table.table_shipentry {
	border-collapse:collapse;
	width:750px;
	visibility:inherit;
	color: #000000;
}
table.table_shipentry td {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding:4px;
}
div#mainframe {
	width: 918px; /* 960 - 10px padding on both sides */
	min-height:500px;
	margin: 0 auto;
	background-color:#FFFFFF;
	border:4px solid #FFFFFF;
/*	padding: 10px;*/
}
div#innerframe {
	width:780px; /* 380px * 2 columns plus 20px gap */
	margin: 0 auto;
}
div#topnoticearea{
	position:relative;
	width:100%;
	padding:5px;
}
div#topnoticearea span{
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

div#bottomnoticearea {
	clear:both;
	width:100%;
}
div#leftcolumn {
	width: 380px;
	float:left;
	border: #CCCCCC solid 1px;	
	min-height: 200px;
}
div#rightcolumn {
	width: 380px;
	float:right;
	border: #CCCCCC solid 1px;	
	min-height: 200px;
}
div.horizontal_selector_bar {
	width:737px;
	height:52px;
	background-image:url(/images/shopping_cart/horizontal_selection_bar.jpg);
	background-color:#617BA5;
	text-align:left;
	cursor:pointer;
	margin: 0 auto;
}
div.horizontal_selector_short {
	width:351px;
	height:52px;
	background-image:url(/images/shopping_cart/horizontal_selection_short.jpg);
	background-color:#617BA5;
	text-align:left;
	cursor:pointer;
	margin: 0 auto;
}
div#paymentarea {
	background-color:#FFFFFF;
}
div.sslsecured {
	background-color:#333333; 
	color:#FFFFFF; 
	padding:4px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
span.horizontal_selector_content_pos {
	position:relative;
	top:14px;
	left:13px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}
/*----------------------- payment entry ------------------------------ */
div.payment_entry_shown {
	display:inline;
	width:100%;

}
div.payment_entry_hidden {
	display:none;
	width:100%;


}
div.creditcardcenter {
	visibility:inherit;
	width:90%;
	margin: 0 auto;
}
/* ----------------------------- Error Handling ---------------------------- */
.error_highlighted {
	background-color:#FFBBBB;
}
.not_highlighted {
	background-color:#FFFFFF;
}


/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! CSS for Index Cart Page !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.checkout-button{
  background-color: #111; 
  height: 28px;
  width: 250px;
  border: none;
  display: block;
  text-indent: -5000px;
  overflow: hidden;
  background-image: url('/images/shopping_cart/proceed_checkout.jpg');
  cursor: pointer;
}


p.cart_title_highlights {
	margin:3px;
	font: 16px "Trebuchet MS", Helvetica, Khalid, Garuda, sans-serif;
	font-weight:bold;
	color:#49678f;
}
div#cart_products {
	position:relative;
	width:100%;
}
table#cartproduct_fields {
	width:100%;
}
table#cartproduct_fields td {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding:4px;
}
table.wsmall {
	width:18%;
}
table.wlarge {
	width:46%;
}
table.cartproduct_items {
	width:100%;
	border-top: #666666 1px solid;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
div.fullwidth {
	position:relative;
	width:100%;
	padding:10px;
}
.ship_entry_innercontent {
	position:relative;
	width:650px;
	margin: 0 auto;
	text-align:left;
}
.horizontal_ship_entryzone_hidden {
	display:none; /* hidden to start. only shown when user clicks on country bar to ship to */

}
.horizontal_ship_entryzone_shown {
	display:inline; /* hidden to start. only shown when user clicks on country bar to ship to */
	width:750px;
}
input.form_button {
	font-size:12px;
	font-weight:bold;

}

.descriptiontitle {
	color:#3366CC;
	font-size:14px;
	font-weight:bold;
}

.largefont {
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.regularfont {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.ship_colorsquare_standard {
	background-color:#00FF00;
	border:3px outset #009900;
	cursor:pointer;
	height:19px; /*25 - 3*2border */
	width:39px; /*45px - 3*2border */
}
.ship_colorsquare_standard:hover {
	border:3px outset #FFFFFF;
	background-color:#009900;
}
.ship_colorsquare_standard_fade {
	background-color:#B4FAB4;
	border:3px outset #CCCCCC;
	cursor:pointer;
	height:19px; /*25 - 3*2border */
	width:39px; /*45px - 3*2border */
}


.ship_colorsquare_expedited {
	background-color:#FFFF00;
	border:3px outset #BCC100;
	cursor:pointer;
	height:19px; /*25 - 3*2border */
	width:39px; /*45px - 3*2border */
}
.ship_colorsquare_expedited:hover {
	border:3px outset #FFFFFF;
	background-color:#BCC100;
}
.ship_colorsquare_expedited_fade {
	background-color:#FAFAB6;
	border:3px outset #CCCCCC;
	cursor:pointer;
	height:19px; /*25 - 3*2border */
	width:39px; /*45px - 3*2border */
}


.ship_colorsquare_express {
	background-color:#FF0000;
	border:3px outset #990000;
	cursor:pointer;
	height:19px; /*25 - 3*2border */
	width:39px; /*45px - 3*2border */
}
.ship_colorsquare_express:hover {
	border:3px outset #FFFFFF;
	background-color:#C00106;
}
.ship_colorsquare_express_fade {
	background-color:#FBB7B7;
	border:3px outset #CCCCCC;
	cursor:pointer;
	height:19px; /*25 - 3*2border */
	width:39px; /*45px - 3*2border */
}

#shipping_ups_table table{
 width: 350px;
 border: 2px #CCCCCC;
 
}

#shipping_ups_table td { 
	padding: 5px;
	margin-top: 10px;
 }
 
.ups-note{
	font-size: 10px;
	color: rgb(102, 102, 102);	
}

#order_total_result_box {
	/*width: 408px;
	display: block;
	margin: -125px 0px 0px 450px;
	*/
}

/* -------------------------------- shipping entry area ------------------------------------- */
form {
	margin:0px;
}
div#clearfloats {
	clear:both;
	width:100%;
	height:3px;
}
div#shipentry_login_box {
 	width:780px;	/*780 seems to be the width of the area */
	margin:0px;
	padding:0px; 
}
div.shipentry_column {
	width:380px;/* half of 780px = 390 (390-5px*2 padding = 380) */
	padding:5px;
	float:left;
}
div.shipentry_inner_boxes {
	width:368px; /*380px -1*2 border - 5*2padding */
	border:1px solid #CCCCCC;
	padding:5px;
}
div.shipentry_inner_boxes p {
	font: 12px "Trebuchet MS", Helvetica, Khalid, Garuda, sans-serif;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;s
}
div.shipentry_title_box {
	width:346px; /*368px -1*2border - 10*2padding */
	background-color:#437C9D;
	border:1px solid #366580;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
}
div.shipentry_title_box p {
	font: 14px "Trebuchet MS", Helvetica, Khalid, Garuda, sans-serif;
	font-weight:bold;
	margin:0px;
	color:#FFFFFF;
	
}
.notfocused_fadeout {
	filter:alpha(opacity=50);   /* Internet Explorer       */
   	-moz-opacity:0.50;           /* Mozilla 1.6 and below   */
   	opacity: 0.50; 
}
/*------------- shipping results ------------------- */
.redinstructions {
	 font-weight:bold; 
	 font-size:12px; 
	 color:#FF0000;
}
div#shipresult_master_box {
	width:770px; /*780 - 5*2 padding */
	padding:5px;
}
div#shipresult_inner_box {
	width:758px; /*770 - 1*2 border - 5*2padding */
	border:1px solid #CCCCCC;
	padding:5px;
}
div.shipoutput_column {
	width:369px;/* half of 758 = 379 - 5*2 padding */
	padding:5px;
	float:left;
	text-align:left;
}
div.shipoutput_column p {
	font: 12px "Trebuchet MS", Helvetica, Khalid, Garuda, sans-serif;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
}
div.upsresult_display_box {
	width:357px; /*369px - 1*2border - 5*2padding */
	border:1px solid #CCCCCC;
	padding:5px;
}
div#upsresult_title {
	width:335px; /*357px -1*2border - 10*2padding */
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
}
.upstitel_red {
	background-color:#D50404;
	border:1px solid #990000;
}
.upstitel_gray {
	background-color:#CCCCCC;
	border:1px solid #999999;
}
div#upsresult_title p {
	font: 14px "Trebuchet MS", Helvetica, Khalid, Garuda, sans-serif;
	font-weight:bold;
	margin:0px;
	color:#FFFFFF;
}
div.upsresult_row {
	width:357px;
	background-color:#F0F0F0;
	border-bottom:2px solid #FFFFFF;
}
div.upsresult_button {
	width: 45px; /*55 - 5*2padding */
	float:left;
	height:35px;
	padding:5px;
}
div.upsresult_name {
	width: 67px; /*77 - 5*2padding */
	float:left;
	height:35px;
	padding:5px;
}

div.upsresult_rate {
	width:215px; /*225 -5*2 padding */
	float:left;
	height:35px;
	padding:5px;
}
div.final_price_title {
	width:168px; /*357px / 2 = 178 - 5*2padding */
	padding:5px;
	float:left;
}
div.final_price_title p {
	font: 14px "Trebuchet MS", Helvetica, Khalid, Garuda, sans-serif;
	text-align:right;
	margin:3px;
}
div.final_price_output {
	width:169px;
	padding:5px;
	float:left;
}
div.final_price_output p {
	font: 16px "Trebuchet MS", Helvetica, Khalid, Garuda, sans-serif;
	font-weight:bold;
	margin:3px;
}
div#gotocheckout {
	width:357px;
	text-align:right;
}


div.credit_card_icons {
	left-margin: 50px;
	width:62px;
	float:left;
	padding:0px;
	margin:0px;
	height:30px;
/*	margin-left: 80px;*/
	margin-top: 5px;
	margin-bottom: 10px;
}
.credit_card img {
	border:1px solid #999999;
}
.credit_card img:hover {
	border:1px solid #FFFFFF;
}


.minpadding {
	padding: 0px;	
}
.labeltext {
	font: 15px "Trebuchet MS", Helvetica, Khalid, Garuda, sans-serif;
	font-weight:boldit;
}
#cart_privacy_notice {
	padding:10px;
}
#cart_privacy_notice h3 {
	font: 12px "Trebuchet MS", Helvetica, Khalid, Garuda, sans-serif;
	font-weight:bold;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:5px;
	margin-right:0px;
	color:#666666;
}
#cart_privacy_notice p {
	font: 11px "Trebuchet MS", Helvetica, Khalid, Garuda, sans-serif;
	margin:0px;
	padding:0px;
	color:#666666;
}
/* ------------------------- sub sections ------------------------------------ */
.section_product_links {
	width:162px;
	float:left;
	margin:3px;
	height:110px;
	overflow:hidden;
}
.section_product_links img {
	border-bottom:2px solid #000;
	border-right:2px solid #000;
}
.section_product_links p {
	font-size:12px;
	margin:0px;
	font-weight:bold;
	text-align:center;
}
.section_product_links p a {
	color:#437C9D;
}

