/* --------------------------------------------------------------------------------------------------------
AUTHOR:			Ryan Marincovich
DATE CREATED:	2007.11.30
PURPOSE:		Shopping Cart Main Stylesheet for BRG
REVISIONS:
-------------------------------------------------------------------------------------------------------- */


/* GLOBAL TEXT STYLES */

div, span, td {
	font-size: 11px;
}

/* SETTING STYLES FOR FORMS IN SHOPPING CART */
.cart_form {
	margin: 0px;
	padding: 0px;
}

input {
	font-size: 11px;
	margin: 0px;
}

select {
	font-size: 11px;
}

.padded_input {
	float: left;
	margin-left: 10px;
}
.padded_input_long {
	width: 200px;
	float: left;
	margin-left: 10px;
}
.padded_input_medium {
	width: 135px;
	float: left;
	margin-left: 10px;
}
.padded_input_short {
	width: 75px;
	float: left;
	margin-left: 10px;
}
.padded_input_2char {
	width: 20px;
	float: left;
	margin-left: 10px;
}
.padded_input_3char {
	width: 30px;
	float: left;
	margin-left: 10px;
}
.padded_input_4char {
	width: 40px;
	float: left;
	margin-left: 10px;
}

.input_help_link {
	float: left;
	margin: 2px 0px 0px 10px;
}
.input_help_link a, .input_help_link a:active, .input_help_link a:active, .input_help_link a:visited {
	font-weight: normal;
}

/* DEFINITIONS FOR ALL TABLE COLOR, FONT AND BACKGROUND COLOR */
/* DIV_TABLE DEFS USED FOR STAND ALONE TABLES WITH CONTENT */
.mod_table {
	width: 100%;
	border-top: 1px solid #666666;
	font-size: 11px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: #ffffff;
}

.mod_table td {
	border-right: 1px solid #666666;
	padding-top: 4px;
	padding-bottom: 4px;
}

.div_table_first_obj_on_page {
	width: 100%;
	font-size: 11px;
	margin-top: 5px;
	padding: 0px;
	float: left;
	display: inline;
	text-align: center;
}

.div_table_small_centered_container {
	width: 60%;
	padding: 0px;
	float: left;
	display: inline;
	text-align: center;
}
.div_table_small_centered_spacer {
	width: 20%;
	padding: 0px;
	float: left;
	display: inline;
	text-align: center;
}

.mod_table_head {
	background-color: #999999;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.mod_cell_shipping {
	width: 340px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 25px;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.mod_cell_full {
	width: 520px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 25px;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.div_table_content {
	text-align: center;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	float: left;
	color: #000000;
}

.div_table_content_text {
	padding-right: 5px;
	padding-left: 5px;
}

.div_table_content_text_noform {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: left;
}

.div_table_content_text_noform_note {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: left;
	color: #cc0000;
}

.div_table_content_text_single_shipping_method {
	padding: 2px 5px 5px 5px;
	text-align: left;
}

.div_table_content_text_row {
	width: 100%;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	float: left;
}
.div_table_content_text_rcb {
	width: 25px;
	padding: 2px 0px 0px 0px;
	margin: 0px;
	float: left;
}
.div_table_content_text_rcb_label {
	width: 224px;
	float: left;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	text-align: left;
}

.div_table_edit_link {
	text-align: center;
	width: 100%;
	padding: 10px 10px 3px 10px;
	font-weight: bold;
	float: left;
}

.div_table_submit_button {
	text-align: center;
	width: 100%;
	padding: 10px 10px 3px 10px;
	float: left;
}

.div_table_form_help_link {
	text-align: center;
	width: 100%;
	padding: 5px 10px 3px 10px;
	font-weight: bold;
	float: left;
}

.view_cart_ssl_seal_container {
	width: 100%;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	text-align: center;
}

/* TABLE COLUMNS DEFS USED FOR 50-50 SPLIT COLUMNS WITH TALBES THAT NEED TO BE THE SAME HEIGHT */
.table_columns {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
}

.table_columns td {
	color: #000000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.table_columns_head {
	width: 100%;
	background-color: #999999;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 7px;
	float: left;
	border-bottom: 1px solid #666666;
}

.table_columns_content {
	width: 100%;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

.table_columns_row {
	text-align: center;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	float: left;
}

.table_columns_row_verify {
	text-align: left;
	width: 100%;
	padding: 0px 8px 0px 8px;
	margin: 0px;
	float: left;
}

/* USED FOR GENERAL TABLE DEFS...MOSTLY PRODUCT TABLE */
.table_overall {
	border-top: 1px solid #666666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	width: 100%;
	background-color: #ffffff;
}

.table_head {
	background-color: #999999;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.table_subtotal {
	background-color: #ffffff;
	height: 29px;
}

.table_subtotal_verify {
	background-color: #ffffff;
}

.table_discount {
	background-color: #e5e5cc;
	font-weight: bold;
	color: #FF0000;
}

.table_total {
	background: url(/_images/cart/panel_bg_texture.gif) top repeat;
	font-weight: bold;
	height: 29px;
}

.table_total_verify {
	background: url(/_images/cart/panel_bg_texture.gif) top repeat;
	font-weight: bold;
}

.table_overall td {
	border-right: 1px solid #666666;
	padding-top: 4px;
	padding-bottom: 4px;
}

.table_totals {
	border-left: 1px solid #666666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	width: 100%;
	background-color: #ffffff;
}

.table_totals td {
	border-right: 1px solid #666666;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* --------------------------------------------  WIDTH SET HERE FOR MAIN CONTAINER  ------------------------------------------*/
/* SHOPPING CART CONTAINER */
#shopping_cart_container {
	width: 520px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	float: left;
	position: relative;
	display: inline;
	/*background-color: #ffffff;*/
}

#shopping_cart_content {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	position: relative;
}

/* BREADCRUMB CONTAINER */
#crumb_container {
	width: 100%;
	height: 21px;
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline;
}

/* BORDER SECTION BELOW CRUMBS...CAN CONTAIN IMAGE FOR BORDER IF NEEDED */
#crumb_border {
	width: 100%;
	height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: top left no-repeat url(/_images/framework/cart_crumb_border.gif);
}

/* TABLE STYLE FOR CRUMB */
.crumb_text_container {
	margin: 1px 0px 0px 0px;
	padding: 0px;
}

.crumb_text_container td {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	color: #666666;
}

.crumb_text_container a, .crumb_text_container a:visited, .crumb_text_container a:hover, .crumb_text_container a:active {
	font-size: 11px;
	font-weight: normal;
}

/* H1 IS THE OFF STATE */
.crumb_text_container h1 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* H2 IS THE ON STATE */
.crumb_text_container h2 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

/* H3 IS THE DIVIDER */
.crumb_text_container h3 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

/* CART INSTRUCTIONS - TEXT AT TOP IF NEEDED */
.cart_instructions {
	width: 100%;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.cart_instructions_subscription {
	background-color: #cccc99;
	border: 1px solid #666666;
	width: 100%;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	font-weight: bold;
	text-align: center;
	float: left;
	display: inline;
}

.cart_item_discount_info {
	font-size: 11px;
	font-style: italic;
}

.cart_notes {
	width: 100%;
	padding: 0px 0px 10px 0px;
	float: left;
}

.cart_notes_button {
	padding-top: 3px;
	padding-right: 10px;
	float: left;
}

.cart_notes_text {
	float: left;
}

.cart_notes_text a {
	font-weight: normal;
}

.cart_notes_text a:visited {
	font-weight: normal;
}

.cart_notes_text a:hover {
	font-weight: normal;
}

.cart_notes_text a:active {
	font-weight: normal;
}

/* --------------------------------------------  WIDTH SET HERE FOR TABLES AND COLUMNS  ------------------------------------------*/
/* TABLE STYLE FOR PRODUCT LISTING  --  SAME WIDTH AS PAGE CART CONTAINER */
#product_table_width {
	width: 520px;
}
.cart_area_width {
	width: 520px;
	float: left;
}

/* COLUMNS FOR SHOPPING CART STEP 1 */
#step1_table_col {
	width: 338px;
	margin-top: 7px;
	float: left;
}

#step1_total_col {
	width: 161px;
	text-align: right;
	float: right;
}

#step1_total_col_verify {
	width: 161px;
	text-align: right;
	float: right;
	margin: 0px 0px 10px 0px;
}

/* COLUMNS FOR BILLING SHIPPING 50-50 SPLIT */
.bill_ship_col {
	width: 253px;
	border: 1px solid #666666;
	background-color: #ffffff;
	vertical-align: top;
}

.bill_ship_space {
	width: 10px;
	border: 0px;
}

/* WIDTHS FOR BILLING SHIPPING FORM FIELDS AND INPUT FIELDS */
.table_columns_field {
	width: 100px;
	font-weight: bold;
	text-align: right;
	padding-top: 2px;
	margin: 0px;
	float: left;
}

.table_columns_input {
	width: 145px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	float: left;
}

.table_shipping_box {
	width: 30px;
	padding-top: 3px;
	margin-top: 3px;
	float: left;
}

.table_shipping_notes {
	width: 220px;
	float: left;
	margin: 0px;
	padding-top: 5px;
	text-align: left;
}

/* TEXT NEXT TO UPDATE BUTTON MUST HAVE A SET WIDTH - SHOULD BE STEP1_TABLE_COL WIDTH MINUS WIDTH OF UPDATE BUTTON WITH PADDING */
#cart_notes_width {
	width: 260px;
}

/* --------------------------------------------  END  -----------------------------------------------------------------------------*/

/* --------------------------------------------  WIDTH & HEIGHTS SET HERE FOR PRODUCT TABLE HEADERS/COLUMNS  ------------------------------------------*/
.pt_head_qty {
	width: 49px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 25px;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.pt_head_description {
	width: 298px;
	text-align: left;
	padding-left: 10px;
	margin: 0px;
	border-bottom: 1px solid #666666;
}

.pt_head_ppu {
	width: 69px;
	text-align: right;
	padding-right: 10px;
	margin: 0px;
	border-bottom: 1px solid #666666;
}

.pt_head_subtotal {
	width: 69px;
	text-align: right;
	padding-right: 10px;
	margin: 0px;
	border-bottom: 1px solid #666666;
}

.pt_total {
	height: 25px;
	width: 69px;
	text-align: right;
	padding-right: 10px;
	margin: 0px;
	border-bottom: 1px solid #666666;
}

.pt_total a {
	font-weight: normal;
}

.pt_total a:visited {
	font-weight: normal;
}

.pt_total a:hover {
	font-weight: normal;
}

.pt_total a:active {
	font-weight: normal;
}
/* --------------------------------------------  END  --------------------------------------------------------------------------------------*/

.pt_center {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #000000;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.pt_left {
	height: 25px;
	text-align: left;
	padding-left: 10px;
	margin: 0px;
	color: #000000;
	border-bottom: 1px solid #666666;
}

.pt_left h1 {
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

.pt_right {
	text-align: right;
	padding-right: 10px;
	margin: 0px;
	color: #000000;
	border-bottom: 1px solid #666666;
}

.pt_right_sale {
	text-align: right;
	padding-right: 10px;
	margin: 0px;
	color: #CC0000;
	border-bottom: 1px solid #666666;
}

/* CLASS FOR CENTERED TABLES WITH FORM ELEMENTS - MAY USE DIV TAGS IF NOT CENTERED */
.form_table_center {
	font-size: 11px;
	padding: 0px;
	margin: 0px 0px 0px 25px;
	float: left;
	display: inline;
}

.form_table_center td {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000000;
	margin: 0px;
	border: 0px;
}

.form_table_center_button {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	display: inline;
}

.form_table_field {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-top: 2px;
	margin: 0px;
}

/* FOOTER STYLES WITH BUTTONS AND IMAGES */
#cart_footer {
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/cart_crumb_border.gif) top left no-repeat;
}

#cart_footer_single {
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	text-align: center;
}

.cart_footer_left_button {
	border: 0px;
	padding-right: 1px;
	float: left;
}

.cart_footer_right_button {
	border: 0px;
	padding-left: 1px;
	float: right;
}

.cart_footer_hr {
	width: 100%;
	height: 1px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/cart_border.gif) top left repeat-x;
}
.cart_footer_hr_lower {
	width: 100%;
	height: 1px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/cart_border.gif) top left repeat-x;
}

.cart_footer_intl {
	width: 100%;
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: inline;
}
