/* ? */

.nav_box_table td{
	text-align: center;
	}
	
/* Stat Table (Order History, Shipping...) */

.stat_table{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	}

.stat_table td{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	}

.stat_top_row{
	background-color: #e8e8e8;
	color: black;
	font-weight: bold;
	}

.stat_top_td{
	}

.stat_td{
	}

.stat_td_alternate{
	background-color: #f5f5f5;
	}

/*
///////////////////////////////////////

	NAV BLOCKS (Left Side)

///////////////////////////////////////
*/

/* Most styles are contained within the site's layout.css */

.nav_block{

	}

.nav_block div.nav_block_title{

	}

.nav_block div.nav_block_content{

	}

/* This is the width for IE only, due to its box model problem */
*html .nav_block div.nav_block_content{

	}

.nav_link_container{

	}

.nav_link_container ul{

	}

.nav_link_container a{

	}

/* width here is only for IE's benefit :( */
* html .nav_link_container a{

	}

.nav_link_container a:link,
.nav_link_container a:visited{

	}

.nav_link_container a:hover{

	}

.nav_link_container a.selected{

	}

/* NAV BLOCK, PRODUCT SEARCH */

#product-search p{
	margin:.4em 0px;
	}

/* NAV BLOCK, ACCOUNT OPTIONS */

/* a little spacing above and below the links in the Account Options block */
.acct_options div.nav_link_container{

	}

/* NAV BLOCKS, CATEGORY LINKS */

.cat_links .expanded .parent a{

	}

/* this is the div surrounding an expanded parent and its children */
.cat_links .expanded{

	}

/* this is the div surrounding the expanded parent only */
.cat_links .expanded .parent{

	}

/* this is the div inside a parent category that contains the sub cats */
.cat_links .expanded .children{

	}

/* Best Sellers */

/* fix margins for best sellers ol */
.best_sellers ol {
	margin: 0px;
	padding-left: 27px;
	text-align: left;
}

.best_sellers ol li {
	vertical-align: top;
	margin-bottom: 5px;
}


/* move the links a little closer to the bullets */
.best_sellers a {
	position: relative;
	left: -5px;
}

/* fix alignment of text with numbered bullet for IE only */
* html .best_sellers a {
	position: relative;
	top: -2px;
}

/*
///////////////////////////////////////

	CONTENT AREA

///////////////////////////////////////
*/

.header{
/* SHOULD BE IN AN "H1" TAG */
/*
	font-size: 20px; 
	text-align: left;
*/
	}

/* header div for certain sections of content, "Best Seller","Product Catalog", etc... */
.header2 {
/* SHOULD BE IN AN "H2" TAG */
/*
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #CED1E0;
	padding: 2px;
	border: gray solid 1px
*/
	}

.header2 a{

	}

.tiny_gray{
	color:#bbb;
	font-size:.85em;
	}

.small_link{
	font-size:.85em;
	font-weight:normal;
	}

/* BREAD CRUMB NAVIGATION */

.bread_crumb_nav{
	width:100%;
	text-align:left;
	color:#999;
	font-size:.9em;
	margin-bottom:15px;
	}

.bread_crumb_nav a{
	color:#999 !important;
	}

.bread_crumb_nav a:hover{
	color:#000 !important;
	}

/* CATEGORIES */

#cw_category_details td{
	vertical-align:top;
	}

#cw_category_image{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	}

/* SORT */

/* div surrounding sort field when viewing a category */
.sort{
	margin:1em 0px;
	background:#f5f5f5;
	padding:10px;
	}

/* SUBCATEGORIES*/

#cw_subcategory_div{
	margin:1em 0px;
	font-weight:bold;
	}

#cw_subcategory_table{
	background:#d5d5d5;
	}

#cw_subcategory_table td{
	background:#fff;
	padding:4px 5px;
	}

/* vertical align elements with form fields, labels, etc... */
.valign_middle span,
.valign_middle a,
.valign_middle img,
.valign_middle input,
.valign_middle select{
	vertical-align: middle;
	}

/* drop shadow div */
.drop_shadow{
	height: 10px;
	background-repeat: repeat-x;
	}

/* content boxes (used on a <td> by deafult) */
.content{

	}

/* PRODUCT THUMBNAILS */

.product_display_thumbs{
	text-align:center;
	width:100%;
	border-right:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	}

.product_display_thumbs td{
	border-left:1px solid #d5d5d5;
	border-top:1px solid #d5d5d5;
	padding:10px 0px;
	}

#c-article .product_display_thumbs td h2{
	margin:0px 0px .7em 0px !important;
	font:bold 1.2em georgia,times,serif;
	}

.product_display_thumbs td .product_price{
	font-weight:bold;
	display:block;
	margin-top:.7em;
	}

.cw_empty_thumbs{
	background:#f5f5f5 !important;
	}

.admin_link{
	margin-bottom:.7em;
	text-transform:uppercase;
	}

/* PAGE NAVIGATION */

/* the div surrounding the entire page nav */
.cw_page_nav{
	
	}

.page_nav_spacing{
	padding:0px 5px;
	}

.page_nav_current{
	font-weight: bold;
	}

.page_nav_disabled{
	color:#bbb;
	}

/* PRODUCT DETAILS */

.cw_product_image{
	vertical-align:top;
	padding-right:15px;
	}

.cw_product_details{
	vertical-align:top;
	}

#c-article .cw_product_details h1{
	margin-top:0px;
	}

#c-article .cw_product_details h2{
	margin:0px 0px .7em 0px !important;
	font:bold 1.2em georgia,times,serif;
	}

.product_detail{

	}

.product_detail form{

	}

.product_name{

	}

.product_image{

	}

.product_description{

	}

.product_detail_price{

	}

.qty_label {
	font-weight: bold;
}

.qty_field {
	margin-right: 20px;
}

/* box surrounding qty and add to cart button */
.qty_box {
	margin: 10px 0px;
}

/* sections below product (Discounts, Buy Now, etc...) */
.product_section {
	border-top: silver solid 1px;
	padding: 10px 0px 20px 0px;
	margin-top: 5px;
	text-align: center;
}

.product_section_name {
	text-align: left;
	color: blue;
	font-size: 16px;
	padding-bottom: 10px;
}

.product_price{
	}

/* PRODUCTS MISC */

.cw_price_discount{
	background-color:#ffff99;
	/*padding:4px;*/
	}


/**********************************************************************************
	Messages to customer
**********************************************************************************/
/* this is usually used for error messages */

/* INSETS */

.action_msg{
	color:#cc0000;
	font-weight:bold;
	padding:10px;
	margin:1em 0px;
	background:#fff7c9;
	}

/* instruction message to customer */
.cart_instruction{ 
	}

/* this is for the image of either a hand OR a balloon, and aligns it vertically with the msg text */
.cart_instruction img{
	vertical-align: middle;
	}

/* add to cart error messages (div) */
.add_cart_errors{
	padding:10px;
	margin:1em 0px;
	background:#fff7c9;
	}

/* for messages that are informational (with Balloon image to left of text) */
.cart_info_msg{
	background:#fff7c9;
	padding:10px;
	margin:1em 0px;
	}

.action_msg .cart_info_msg{
	background:none;
	padding:0px;
	}

.cart_info_msg img {
	vertical-align: middle;
	}

/* GENERIC MESSSAGE CLASS */

.cw_inset{
	background:#fff7c9;
	padding:10px;
	}

div.cw_inset{
	margin:1em 0px;
	}

.inset_grey{
	background:#f5f5f5 !important;
	}

/**********************************************************************************
	Discount related styles
**********************************************************************************/
/* name of discount when it is advertised */

.discount_name {
	/*font-style: italic;*/
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 12px;
}

/* image for discount when advertised */
.discount_image {
	float: left;
	margin: 0px 10px 10px 0px;
}

/* box surrounding discount info when advertised */
.discount_description {
	vertical-align: middle;
	text-align: left;
}

.discount_description .image_div {
	float: left;
}

/* hide margin from IE */
.discount_description>.image_div {
	margin-right: 10px;
}

/* discount description when advertised */
.discount_description_txt {
	margin-bottom: 10px;
}

/* price info section of discount ad */
.discount_ad_price {
	margin-top: 4px;
}

/* span containing price shown on left and right */
.discount_ad_price_left {
	margin-right: 25px;
}
.discount_ad_price_left {
}

.discount_conditions, .discount_product_link {
	color: gray;
	margin-top: 5px;
}
.discount_separator {height: 20px}

.coupon {
	border: black dashed 3px;
	padding:10px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eee;
	width: 90%;
}
.coupon_code_field {
	width:100px; margin: 8px 
}

.qty_discount_line {
	margin-bottom: 10px;
}

/* "When you buy..." msg for qty based discount ads */
.qty_discount_when {
	color:#000;
	font-weight: bold;
	text-decoration: underline;
}


/********************************************************************
	Styles below are for the condition/rule/rule set descriptions
	seen on discount advertisements and other places
********************************************************************/
/* div containing the word AND/OR */
.condition_and_or {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.condition_parens {
	padding-left: 5px;
	margin-left: 0px;
	border-left: silver dashed 1px;
}


/* PRODUCT OPTIONS */

/*****************************************************************
	Styles below are for product options...
	They control the way the options appear when viewing a product
******************************************************************/

/* table containing all options */
table.options{

	}

table.options tr:first-child td{
	padding-top:0px;
	border-top:none;
	}

/* keeps option rows evenly spaced vertically */
.options td{
	padding:4px 0px;
	border-top:1px solid #ddd;
	}

/*	This is a break that appears below textarea/radio options, to maintain spacing
	by default, it should be half of the height for the style immediately above this - ".options td" 
*/
.options .extra_br{
	/*height: 15px;*/
	}

/* 1st td inside options table...contains instruction for selecting option */
.options .instruction{
	width:150px;
	}

.options .instruction .no-wrap{
	display:block;
	width:100px;
	white-space:nowrap;
	padding-right:10px;
	}

/* 2nd td inside options table...contains actual form field */
.options .field{
	padding-left:10px;
	}

/* Custom Detail Link ... defaults to (details) */
.options .custom_detail_link {

}

.options select {
	vertical-align: middle;
}	

.options img {
	vertical-align: middle;
}

.options span {
	vertical-align: middle;
}

.options input {
	vertical-align: middle;
}

.options textarea {
}

/* this is for the div surrounding the radio options */
.options .radios {
	line-height: 170%;
}

/* below aligns radio buttons and checkboxes to the left, for IE only */
.radios input,
.options .checkbox {
	margin-left: -3px;
}

/* below aligns radio buttons and checkboxes to the left, for all but IE */
.radios>input,
.checkbox_span>.checkbox {
	margin-left: 0px;
}	

/* "restrictions" link for file upload options */
.option_restrictions_link {
	float: left;
	margin-right: 5px;
}
/* div containing file upload restrictions */
.option_restrictions_list {
	width: 120px;
	border-left: silver solid 1px;
	padding-left: 3px;
	color: gray;
	float: left;
	clear: right;
}

.option_file_saved {
	padding-top: 5px;
}

/* PRODUCT OPTION DETAIL PAGE */

/***********************************************************************
	Styles below are for the product option detail page, 
	which opens when you click a link near an option for more detail
***********************************************************************/
.option_detail_body {
	background-color: #ffffff;
	font-size: 11px;
	margin: 5px
}

/* div that surrounds the entire content, directly inside <body>*/
.option_detail_div {
	text-align: left;
}

/* this is the div that surrounds the detail for the option itself */
.option_detail_div .option_detail {
}

/* this is the div that surrounds the name (or image of name) for the option */
.option_detail_div .product_section {
	text-align: center;
	padding-bottom: 0px;
}

/* image for option */
.option_detail .option_img {
	float: left;
}

/* DIV separating option and choices */
.option_detail_div .separator {
	clear: left;
	height: 10px;
}


/* table cell containing a single choice */
.option_detail_div .choices_table td {
	padding: 2px;
}


/* table containing choices for this option */
.option_detail_div .choices_table {
	width: 100%;
	background-color: lightblue;
}

/* name of choice */
.choices_table .choice_name {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

.choices_table .choice_price {
	text-align: center;
}

/* DIV surrounding a choice's image */
.choices_table .choice_img_div {
	float: left;
}

/* description of choice */
.choices_table .choice_description {
	vertical-align: top;
	text-align: left;
}

.choices_table .single_choice_table {
	border: silver solid 1px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

/* NAV BLOCK, BEST SELLERS */

/******************************************************************
	Styles below are for the best sellers nav block
******************************************************************/
#best_sellers_table td {
	height: 40px;
	vertical-align: top;
}

/* NAV BLOCK, CART OPTIONS */

/******************************************************************
	Styles below are for the cart options (advanced) nav block
******************************************************************/
/* table containing cart breakdown...IE doesn't like the width on this, so the > trick is used to exclude IE */
div.nav_block_content>#cart_options_advanced {
	width: 100%;
}

/* controls all td (table cells) */
#cart_options_advanced td {
	font-family: Arial;
	font-size: 9px;
}

/* controls the TD in the first row */
#cart_options_advanced .header_row_td {
	padding-bottom: 5px;
}

/* the td that contains the qty */
#cart_options_advanced .qty_td {
	text-align: left;
}

/* the td that contains the name of the item */
#cart_options_advanced .name_td {
	text-align: left;
	white-space: nowrap;
}

/* the td that contains the price of the item */
#cart_options_advanced .total_td {
	text-align: right;
}

/* controls the TD in the first row */
#cart_options_advanced .footer_row_td {
	text-align: right; 
	border-top: silver solid 1px;
	padding-top: 5px;
}

/* keep links from looking visited */
#cart_options_advanced a, 
#cart_options_advanced a:visited {
	text-decoration: underline;

}



/******************************************************************
	Styles below are for the Account Choice page
******************************************************************/
/* login form on account choice page */
.account_choice_form {
}

/* table containing login fields */
.account_choice_form .login_table{
	margin-top: 10px;
}

/* username and password fields */
.account_choice_form .login_field {
	width: 120px;
}

.account_choice_form input {
	vertical-align: middle;
}

/* login button */
.account_choice_form .submit {
	font-size: 10px;
	width: 70px;
}

/* div containing text right below images for each choice..slightly larger than normal */
.sub_heading {
	font-size: 13px;
	text-align: center;
}

/* secondary text on page...field labels also use this */
.small_text 
{
/*	color: gray;*/
}

/* table td that contains field labels */
.account_choice_form .field_label_td {
	text-align: right;
}

/* table td that contains fields */
.account_choice_form .field_td {
	text-align: left;
}



/* Controls font size for all field labels */
.field_label_td { 

}




/******************************************************************
	Styles below are for the Address Form
******************************************************************/
/* Div surrounding form */
.address_form {
}

.address_form form {
	margin: 0px;
}

/* header above each section of fields */
.address_form_header {
	margin-bottom: 10px;
	padding-left: 5px; padding-right: 10px;
}

/* fieldset surrounding each set of fields */
.address_form fieldset {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}


/* table containing labels & fields*/
.address_form table {
	margin-left: auto;
	margin-right: auto;
}

/* fieldset properties hidden from IE :) */
.address_form_trick_ie>fieldset {
	-moz-border-radius: 6px 6px 6px 6px;
	border: solid silver 1px;
}

/* required and missing field indicator message */
.address_form .required_field_indicator {
	float: right;
	padding-top: 12px;
}

.address_form .required_field_indicator img
,.address_form .required_field_indicator span {
	vertical-align: middle;
}

/* td containing label for form field */
.address_form .field_label_td {
	text-align: right;
}

/* image inside field label td...usually the req. field indicator */
.address_form .field_label_td img
,.address_form .field_label_td span 
,.address_form .field_td img 
,.address_form .field_td select {
	vertical-align: middle;
}

/* td containing form field */
.address_form .field_td {
	text-align: left;
}

/* inputs */
.address_form .text_input {
	width:300px;
}

.text_input{
	width:300px;
	}

/* CHECKOUT */

/* Wraps the Address Blocks */

.cw_address_block_container{
	margin-bottom:1em;
	}

.cw_abc_blocks{
	padding-right:10px;
	}

/* table that surrounds the items and other info */
.checkout_table {
	width:100%;
	border:#ccc solid 1px;
	margin:1em 0px;
	border-collapse:collapse;
	}

.address_block{
	border:#ccc solid 1px;
	width:200px;
	}

.address_block_edit{
	margin:.4em 0px 0px 0px;
	}

.address_block td{
	text-align: left;
	white-space: nowrap;
	padding:4px 5px;
	}

/* tracking number DIV inside address block */
.address_block .tracking_number{
	margin-top: 4px;
	text-align: center;
	}

/* row that contains the column labels */
.checkout_table .header_row,
.address_block .header_row{
	font-weight: bold;
 	background-color: #e8e8e8;
	}

/* row that contains an item */
.checkout_table .item_row td {
	vertical-align: top;
}

/* td inside top row */
.checkout_table .header_row td,
.address_block .header_row td
{
 	padding:4px 5px;
	border-bottom:#ccc solid 1px;
}


/* 1st td in top row - "Description" */
.checkout_table .header_row .td_1{
	text-align: left;
	padding-left: 4px;
}

/* 2nd, 3rd, and 4th td in top row - Options, Unit Price, Total" */
.checkout_table .header_row .td_2,
.checkout_table .header_row .td_3,
.checkout_table .header_row .td_4
{
	text-align: right;
	padding-right: 4px;
}

/* 1st column in table */
.checkout_table .header_row .td_1,
.checkout_table .item_row .td_1 
{
	width: 50%;
}

/* 2nd column in table */
.checkout_table .header_row .td_2,
.checkout_table .item_row .td_2 
{
	width: %30;
	text-align:right;
	line-height: 150%;
}

.checkout_table .item_row .td_2W {
line-height: 175%;	
font-size: 7pt;
}

/* 3rd column in table */
.checkout_table .header_row .td_3,
.checkout_table .item_row .td_3 
{
	width: 12%;
	text-align:right;
	line-height: 150%;
}

/* 4th column in table */
.checkout_table .header_row .td_4,
.checkout_table .item_row .td_4 
{
	width: 8%;
	text-align:right;
}


/* 1st td in item row */
.checkout_table .item_row .td_1 {
	height: 100px;
}

/* vertical border on certain cells */
.checkout_table .item_row .td_1,
.checkout_table .item_row .td_2,
.checkout_table .item_row .td_3,
.checkout_table .qty_row .td_1,
.checkout_table .qty_row .td_2
{
	border-right: silver solid 1px;
}

/* right padding for all td's in rows other than the first one */
.checkout_table .item_row td,
.checkout_table .qty_row td,
.checkout_table .footer_row td
{
	padding-right: 4px;
}

/* td inside qty row */
.checkout_table .qty_row td{
 	border-bottom: silver solid 1px;
 	border-top: silver solid 1px;
 	text-align: right;
	background-color: #f5f5f5;
}

/* payment method TD in footer row */
.checkout_table .footer_row .pay_method {
	vertical-align: bottom;
	padding: 4px;
}

/* quantity field & label */
.qty_row input,
.qty_row span
{
 	vertical-align: middle;
}

/* div containing thumbnail of product */
.checkout_table .product {
	margin: 4px 0px 4px 4px;
	width: 100%;
}

/* all tds in product table */
.checkout_table td {
	text-align: left;
}

/* td for product name */
.checkout_table .prod_name {
	margin-bottom: 5px;
	padding: 2px;
}

/* div for product image */
.checkout_table .product .prod_img {
	margin: 4px;
	float: left;
}


/* td for product buttons - modify, remove */
.checkout_table .prod_btns {
	padding-top: 4px;
}

/* div for savings info for item */
.checkout_table .savings_info {
	margin-top: 4px;
	margin-bottom: 4px;
	font-style: italic;
	clear: left;
}

/* div for option detail */
.checkout_table .order_option_detail {
	padding: 3px;
	margin-top: 5px;
}

/* div for each option line */
.checkout_table .order_option_detail_line,
.checkout_table .order_option_detail_line_alt {
	padding: 2px 2px 4px 2px;
	border-bottom: silver solid 1px;
}

/* div for alternating option lines */
.checkout_table .order_option_detail_line_alt {
	background-color: #f7f7f7;	
}

/* label for option name */
.checkout_table .order_option_detail_line .label,
.checkout_table .order_option_detail_line_alt .label {
	font-weight: bold;
	margin-right: 4px;
	color: #515151;
}

/* alternating color for label of option name */
.checkout_table .order_option_detail_line_alt .label {
	/*color: green;*/
}

.checkout_table .opt_detail_btn {
	border: 0px;
	cursor: pointer;
}

/* CHECKOUT PROGRESS STEPS */

.checkout_progress{
	}

.checkout_progress a,
.checkout_progress a:visited{
	color: green;
	text-decoration: none;
	vertical-align: middle;
	}

.checkout_progress a:hover{
	color: green;	
	text-decoration: underline;
	}

.checkout_step_pending{
	color: silver;
	}

.checkout_step_active{
	font-weight: bold;
	}

.checkout_step_done a{
	color:#000 !important;
	}

.checkout_step_pending,
.checkout_step_active,
.checkout_step_done{
	width: 20%;
	text-align: left;
	}

.checkout_step_active .checkout_step_num{
	}

.checkout_buttons_row1,
.checkout_buttons_row2{
	text-align: center;
	}

.checkout_buttons_row2{
	margin-top: 15px;
	}

.checkout_buttons_row1 img,
.checkout_buttons_row2 img{
	}

#checkout_button_w_gc{
	margin-bottom: 17px;
	border: 0px;
	}

#checkout_or{
	margin: 0px 4px 17px 6px;
	}

/* FORM FIELDS */

.error_field,
.error_field_radios{
	background-color:#e9a9aa;
	}

/* border around incomplete radio button fields */
.error_field_radios{

	}

/* readonly text input fields */
.readonly{
	background-color: silver;
	}

input, select {
	}




	



/*****************************************************************************
	Styles for UPS tracking form
*****************************************************************************/
.ups_window {
	border: black solid 1;
	width: 100%;
}
.ups_window_header {
	background-color: #804000;
	height: 30px;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
}

	


	
/*************************************************************************
	The following styles control the appearance of HTML order emails
*************************************************************************/

.order_email_body {
	background-color: #ffffff;
}

/* DIV surrounding HTML emails */
.order_email_htm {
	background-color: #ffffff;
	padding: 10px;
	text-align: left;
	font-size: 10pt;
	width: 100%;
}
.order_email_htm .header {
	margin-bottom: 5px;
}



/****************************************************************************
	Styles for fedex tracking results 
****************************************************************************/

/* body tag for fedex tracking */
.fedex_track_body {
	background-color: white;
}

/* table surrounding results */
.fedex_track_table {
	width: 100%;
}

/* other individual tables inside main one */
.fedex_track {
	border: black solid 1px;
	width: 100%;
}

.fedex_track td {
	text-align: left;
}

.fedex_track .header_row {
	background-color: #660099;
	color: white;
	padding: 4px;
}

.fedex_track .scantd {
	border-bottom: black solid 1px;
}
.fedex_track .scantd_alt {
	border-bottom: black solid 1px;
	background-color: #F1F3F9;
}



/***********************************
	Styles for diag mode window
***********************************/
.diag {
	padding: 8px;
	border: gray solid 1px;
	background-color:#F5F5F5;
	text-align: left;
	font-size: 8pt;
}
.diag_true {
	color: green;
	font-weight: bold;
}
.diag_false {
	color: red;
	font-weight: bold;
}
.diag_code {
	margin-left: 6px; 
	margin-right: 6px; 
	margin-top: 4px; 
	margin-bottom: 10px; 
	font-family:"Courier New", Courier, mono; 
	background-color: silver
}
.diag_discount {
	margin-left: 6px; 
	margin-bottom: 10px; 
	padding: 2px; 
	padding-bottom: 10px; 
	background-color:#E8E8E8;
}
.diag_discount_name {
	text-decoration:underline; 
	margin-bottom: 2px;
}



/************************************
	Div surrounding wait indicator
	image in storefront
************************************/
.wait img {
	vertical-align: middle;
}
.wait span {
	vertical-align: middle;
	padding-bottom: 2px;
}



/* to fix divs that have floated children, so they expand around them..
.. put this div at the bottom, inside the one that won't expand */
.clear_float {
	clear: both; line-height: 0; height: 0;
}

.large_heading {
	font-size: 16px;
}

.large_button {
	font-size: 14px;
}

/* this controls the box at the bottom of the order detail page seen by admins, showing order based discount info */
.order_discount_info {
	padding: 10px;
}

.big_red {
	font-size: 18px;
	color: red;
	font-weight: bold;
	}

#recaptcha_area {
	margin: 0px auto;
	}

/* Input Field */

.cw_input_table{
	margin-bottom:1em;
	}

.cw_input_table tr:first-child td{
	padding-top:0px;
	border-top:none;
	}

.cw_input_table td{
	padding:4px 0px;
	border-top:1px solid #ddd;
	}

.cw_input_table td.field_label_td{
	width:150px;
	text-align:right;
	}

.cw_input_table td.field_label_td .no_wrap{
	display:block;
	width:150px;
	}

.cw_input_table td.field_td{
	padding-left:10px;
	}

/* Grid Tables */

.cw_grid_table{
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	}

.cw_grid_table td{
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:15px;
	}

.cw_grid_table td.gt_label{

	}

.cw_grid_table td.gt_data{

	}

.gt_rate_label{
	text-align:center;
	}

div.line_item{
	margin:.7em 0px;
	vertical-align:middle;
	}

div.line_item input{
	vertical-align:middle;
	}

