/* iNet Mobile Template  */

/* HTML tag reset */
html, body, h1, h2, h3, h4, h5, h6, form, input, textarea, ul, ol, li {  margin: 0;  padding: 0;}
img {  border: 0; }
a {  text-decoration: none; }

/* GLOBAL */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;   /* USER CUSTOMIZABLE */
}

a {
  color: #c51616;  /* USER CUSTOMIZABLE */
}

h2 {
  font-size: 16px;
  color: #353535;
  padding: 5px 0;
}


/* Theme Specific Styles */

/* Logo appearing at the top portion of the page */
#common_header .logo {
  width: 133px;
  height: 61px;
  padding-bottom: 0px;
  float: left;
}

#common_header .logo a {
  display: block;
  text-indent: -9999px;
  width: 133px;
  height: 61px;
  background: url(images/logo.png) no-repeat; /* USER CUSTOMIZABLE */
}

/* Navigation that appears on each page. */
#common_header .navigation {
	float: right;
	color: #c51616;
}

/* Appearance of the header section of the page */
#common_header .header {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff ), to(#9c1c2f));
	margin: 0;
	height: 61px;
	display: block;
	padding: 6px;
}

/* Online store specific navigation area in the page header */
#store_header .navigation {
	padding: 2px;
	border-bottom: 1px solid #000000;
	background-color: #9c1c2f;
	color: #ffffff;
}

/* Link color for online store navigation in the page header */
#store_header .navigation A {
	color: #ffffff;
}

/* Search online store text box */
#store_header .search INPUT {
	padding-right: 15px;
}

/* Search online store button */
#store_header .search BUTTON {
	width: 11px;
	height: 11px;
	border: 0;
	text-indent: -9999px;
	float: right;
	margin: 8px 8px 0 0;
	background: url(images/search.gif) no-repeat; /* USER CUSTOMIZABLE */
	position: relative;
	left: -15px;
	top: -5px;
}

/* Search online store container */
#store_header .search {
	float: left;
	display: inline;
}

/* shopping cart status area */
#store_header .cart {
	float: right;
}

/* full page footer */
.footer {
	border-top: 1px solid #999999;
	padding:0;
	margin: 0;
	background-color: #cccccc;
}

/* contans standard elements in the page footer */
#page_footer {
	margin: 0;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#ffffff)); 
}

/* contains account specific elements in the page footer */
#account_footer {
	margin: 0;
	padding-top: 10px;
	background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#cccccc), to(#eeeeee)); 
}

/* color for links in the footer */
.footer a {
	color: #c51616;
}

/* color for text in the footer */
.footer {
	color: #333333;
}

/* footer elements are created as an unordered list */
.footer ul {
	list-style-type: none;
}

/* container for individual elements in the page footer */
.footer ul li {
	font-size: 120%;
	border: 1px solid #666666;
	background-color: #cccccc;
	width: 250px;
	padding: 10px;
	margin:auto;
	margin-top: 10px;
	border-radius: 5px;
	text-align:center;
	margin-bottom: 0px;
}

#page_footer #footer_address {
	width: 100%;
	margin-top: 20px;
	padding: 10px;
	border-top: 1px solid #666666;
	background-color: #dddddd;
}

/* iNet Navigation */
.nav-menu ul {
  width: auto;
  margin:0;
  list-style-type: none;
}

.nav-menu  ul li {
	padding: 10px;
	font-size: 150%;
	border-bottom: 1px solid #666666;
	background-color: #cccccc;
	color: #c51616;
	background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#cccccc), to(#eeeeee)); 
}

.nav-menu  ul li.first {
   border-top: 1px solid #666666;
}

.nav-menu  ul li a {
  font-size: 12px;
  font-weight: bold;
  color: #c51616;
}

.nav-menu  ul li.menuboxhighlight a {
	color: #c51616;
	border-bottom: 2px solid #c51616;
}

#main_menu H2, #store_links H2 {
	display: none;
}

/****************************/
/*   INET DISPLAY CLASSES    */
/****************************/

.product_form INPUT.quantity_entry {
    width: 50px;
}

.product_detail .add_to_list_button, .product_detail .add_to_cart_button {
    display: block;
    width: 125px;
}

.product_detail .product_form .selectbox {
    width: 125px;
}

.button {
	font-size: 12px;
}

.product_price {
	color: #666666;
	font-size: 14px;
}

/* Generic box/container used to group elements within iNet */
.generic_box {
	background-color: #eeeeee; 
	border:1px solid #cccccc;
	border-radius: 5px;
	/* breaks things??? width: 98%; */
}

/* Tool tips that appear when mouse hovers over an element */
.tooltip {
	background-color: #ffffff;
	border: 1px solid #333333;
	padding: 2px;
}

/* Order header information (appears as popup window) */
#order_details .generic_box {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}

/* Generic Labels */
.celltext {
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
}

/* Generic Data */
.celldata {
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
}

/* Highlighted Data */
.cellhighlight {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* Results List (Table)*/
.list_container  {
	/*background-color:#ffffff; */
	border:1px solid #cccccc;
	width: 100%;
}

/* Results List (Even Rows) */
.list {
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	background-color:#fff;
}

/* Results List (Odd Rows) */
.listodd {
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	background-color:#eee;
}

/* Results List (Highlighted Rows) */
.listhighlight{
	color:#ffffff;
	background-color:#d92307;
	font-size: 11px;
	font-weight: bold;
}

/* Results Lists - Header Row */
.list_heading, .list_heading A, .list_heading TD {
	FONT-SIZE: 11px;
	COLOR: #fff;
	FONT-FAMILY: Arial;	
	font-weight:bold;
	margin: 10px;
	background-color: #c33b3b;
}

/* Results List Navigation  */
.page_links { }

/* Results List Navigation - Active Page, forward & back buttons */
.page_links_on, .page_links_on:hover {
	font-size: 12px;
	font-weight: bold;
}

/* Page Titles */
.title {
	color:#000000;
	font-size: 15px;
	font-weight: bold;
}

/* Messages */
.message {
	color:#c33b3b;
	font-size: 12px;
	font-weight: bold;
}

/* Label for required fields */
.required_field {
	font-weight: bold;
}

/* Product Names (Typically are links to view detail)*/
.product_link, .shipping_name {
	color: #c51616;
	font-size: 16px;
	font-weight: bold;
}

/* Category Names (Typically are links to view detail)*/
.category_link, .category_list H1 {
	color: #c51616;
	font-size: 14px;
	font-weight: bold;
}

/* Horrizontal Rule (line/seperator) */
.hr { 
    border-bottom: solid 1px;
    color: #cccccc;
    padding: 4px;
}

/* Customize thumbnails in product listings*/
.producttable .product_thumbnail {
	text-align: center;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 2px;
	float: left;
	clear: left;
	max-width: 54px;
	max-height: 54px;
	width: 54px;
	height: 54px;
	margin: 3px 10px 3px 3px;
	overflow: hidden;
	vertical-align: middle;
}

/* .category_header - header section for a category when browsing the category online */

/* images in category header */
.category_header IMG {
	max-width: 50%;
	float: left;
	padding: 2px;
	margin-right: 10px;
}

.category_header {
	margin-bottom: 10px;
	padding: 0 5px 0 5px;
}

/* Product image when viewing product detail */
.product_detail .product_image {
	max-width: 55%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin: 3px;
}

/* Product listings - Viewing a list of products in a category */
.product {
	height: 66px;
	background-color: #cccccc;
	background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#cccccc), to(#eeeeee));
	border-top: 1px solid #bbbbbb;
	padding: 3px;
	vertical-align: middle;
}

.product IMG {
	width: 100%;
	vertical-align: middle;
}

.producttable TD, .product_list, .product_list_detailed {
	padding: 5px;
}

/* Product links for product listing pages */
.product_list .product_link {
	float: left;
	width: 68%;
}


/* Descriptions for product listing pages */
.product_list .product_description {
	width: 68%;
	float: right;
}

/* Purhcase buttons and pricing for product listing pages */
.product_list .product_price, .product_list .product_form {
	float: right;
	width: 13%;
	text-align: center;
	align: center;
	white-space: nowrap;
}

/* Thumbnail images on product listing page */
.product_list .product_thumbnail {
	float: left;
	clear: left;
	width: 13%;
	overflow: hidden;
}

/* Images on product listing page (detailed mode) */
.product_list_detailed .product_image {
	float: left;
	width: 39%;
	overflow: hidden;
}

/* Product details on product listing page (detailed mode)*/
.product_list_detailed .product_data {
	float: right;
	background: #ffffff;
	width: 59%;
}

/* Purhcase buttons and pricing for product listing pages (detailed mode) */
.product_list_detailed .product_form, .product_list_detailed .product_price {
	float: right;
	width: 25%;
	text-align: center;
}

/* Purchase buttons on product detail page */
.product_detail .product_form {
	float: right;
	width: 40%;
	text-align: center;
}

/* Product links on product listing pages (detailed mode) */
.product_list_detailed .product_link {
	width: 75%;
	float: left;
}

.product_detail {
	padding: 4px;
}

/* Labels for inventory options/data when viewing product lists & detail */
.product_list_detailed .label, .product_detail .label {
	width: 40%;
	float: left;
	clear: left;
}

/* List of stores/locations when displaying quantity available */
#locationtable ul li {
        list-style-type: none;
        clear: left;
        margin-left: 10px;
        white-space:nowrap;
}

/* List of stores/locations when displaying quantity available - Store names */
#locationtable label {
        width: 40%;
        clear: left;
        float: left;
        padding-right: 10px;
}

/* List of stores/locations when displaying quantity available - Active Store */
#locationtable .active {
        font-weight: bold;
        color: #000000;
}


/* Seperator line / spacing between products in a list.*/
.product_list_seperator, .product_multi {
	border-bottom: 1px solid #cccccc;
}

/* iNet 1 style product grid display, and description for multi-item style products. (in multi-item group mode) */
.product_list_detailed .product_grid, .product_multi .description {
	float: left;
	text-align: left;
}

/* Purchase buttons for multi-item style products (in multi-item group mode) */
.product_multi .form {
	float:right;
}

/* Shipping options*/
.shipping_name {
	float: left;
	width: 60%;
}

.shipping_price {
	float: right;
	width: 25%;
	text-align: center;
	align: center;
	white-space: nowrap;
}

/* Catalog - search refining */
#search_refine {
	display: block;
}

/* Catalog - search refining - Button to refine search results */
#search_refine button {
	width:100%;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

/* Catalog - search refining - box containing options */
#search_refine div.refine_box {
	width:96%;
	padding: 4px;
}

/* Catalog - search refining - List of options */
#search_refine UL {
	list-style-type:none;
	margin: 0;
	padding: 5px;
	display:block;
}

/* Catalog - search refining - List Items */
#search_refine LI {
	width: 48%;
	float: left;
}


/* Recently viewed items - main box */
#recently_viewed .recently_viewed {
	text-align: left;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	background-color:#ffffff;
}


#recently_viewed IMG {
	width: 100%;
	background-color: #ffffff;
	padding: 2px;
	vertical-align: bottom;
}

#recently_viewed P {
	min-height: 55px;
	margin: 0;
}

/* Recently viewed items - Product */
#recently_viewed .recent_product {
	float: left;
	text-align: center;
	width: 24%;
	padding: 2px;
	margin: auto;
	height: 100%;
	padding-top: 10px;
}

/* Recently viewed items - Price */
#recently_viewed .product_price {
	font-size: 11px;
}

#recently_viewed:after {
	content : '';
	clear: both;
	display: block;
}

/* Revently viewed items - title */
#recently_viewed H1 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	display:inline;
	clear:right;
}

#checkout_position {
	width: 99%;
	margin: 5px 0 0 0;
}

#checkout_position .checkout_step {
	float: left;
	width: 23%;
	padding: 2px;
	margin: 0px;
	border-top: 2px solid #cccccc;
	display: inline-block;
}

#checkout_position .complete_step {
	border-top: 2px solid #000000;
}

#checkout_position .active_step {
	border-top: 2px solid #d92307;
	color: #d92307;
	font-weight: bold;
}

#checkout_position:after {
	content : '';
	clear: both;
	display: block;
}


.up_sell_products .related_table TD, .cross_sell_products .related_table TD {
	padding: 6px;	
}

/***************************/
/*    POPUP DIRECTIONS       */
/***************************/
.popup_body, .email_body {
  padding: 10px;
  background: #ffffff; /* USER CUSTOMIZABLE */
  color: #333333;
}

/* Displaying a list of categories while browsing the store */
.category_container {
	padding: 10px;
	font-size: 150%;
	border-top: 1px solid #666666;
	background-color: #cccccc;
	color: #c51616;
	background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#cccccc), to(#eeeeee)); 
}

.category_container:last-child {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.category_container A {
	color: #c51616;
}

/* Customer information layout for page footer */
#customer_info {
	text-align: left;
}

#customer_info STRONG {
  min-width: 75px;
  display: inline-block;
}

#customer_info .switch_status_store {
	display:block;
}

/* Generic multi-column container for iNet AR pages */
#inet_column_container .column {
	padding: 10px;
}

/* iNet search form controls for AR pages */
#inet_ar_form, #inet_shopping_lists {
	padding: 4px;
}

#inet_ar_form SELECT {
	width: 75px;
}

#inet_ar_form INPUT {
	width: 75px;
}

#inet_ar_form TABLE {
	width: 100%;
}

#inet_ar_form .formbox {
	width: 55px;
}

#inet_ar_form .button {
	width: auto;
}

.inet_user_form TD.celldata SELECT {
	width: 100px;
}

.inet_user_form TD.celldata INPUT {
	width: 105px;
}

/* Export/Print buttons - hidden on mobile */
.table_format_options {
	display: none;
}

/* Appearance of breadcrumbs */
.popup_body .breadcrumbs {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

.breadcrumbs {
	margin: 0;
	padding: 0;
}

.breadcrumb {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #333333;
	background: #aaaaaa;
}

.breadcrumb li {
	float: left;
	padding-left: 10px;
	background-color: #cccccc;
	border-top: 1px solid #aaaaaa;
}

.breadcrumb li a, .breadcrumb li strong {
	padding-left: 5px;
}

.breadcrumb li:first-child a {
	padding-left: 0px;
	margin-left: -4px;
}

.breadcrumb li:after  {
	text-decoration: none;
	position: relative;
	left: 10px;
	width: 10px;
	height: 14px;
	display: block;
	content: ' ';
	float: right;
	background: transparent url(images/breadcrumb.png) no-repeat right center;
}

.breadcrumb li:nth-last-child(2):after {
	background-color: #cccccc;
	background: #cccccc url(images/breadcrumb_last.png) no-repeat right center;
}

.breadcrumb li:last-child {
    background: #aaaaaa;
	opacity: 50%;
	font-weight: bold;
	color: #000000;
}

.breadcrumb li:last-child:after {
    background: #aaaaaa;
}

/* Appearance of checkout buttons */
#checkout_payment_options .button {
	height: 50px;
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
	align: center;
	margin-bottom: 10px;
}

.checkout_payment_option {
	display: block;
	margin-right: 10px;
	text-align: center;
}

/* Navigating pages of search results */
.results_navigation {
	width: 100%;
	border: 1px solid #999999;
	background-color: #dddddd;
	padding: 4px 0px 4px 0px;
	text-align: center;
}

.results_navigation .status {
	float: left;
	text-align: left;
	padding-left: 10px;
}

.results_navigation .links {
	float: right;
	text-align: right;
	padding-right: 10px;
}

/* limit size of select box to manage shopping lists */
#manage_shopping_lists SELECT {
	width: 50px;
}

/* Hide options to sort product reviews on mobile */
#review_detail .sort_form {
	display: none;
}

/* prevent some common elements from taking up space on mobile devices when not populated */
.message:empty {
	display: inline;
}

.category_header:empty {
	display: none;
}

.registry_item { padding: 10px; padding-bottom: 10px; margin-bottom: -1px; border-bottom: 1px solid #cccccc; }
.registry_item .actions { margin-top: 10px; padding-bottom: 10px; }
.registry_item .product_price { float: right; }
.registry_item .add_to_cart_button, .registry_item .add_to_list_button { display: inline; }
.registry_item .actions FORM { display: inline-block; float: right; }

.view_registry_icons IMG { width: 16px; padding-right: 10px;
    height: 16px; vertical-align: middle; }

.registry_heading .share { display:inline-block;  vertical-align: middle; }
.registry_heading .print { display:none; }

#inetpr_product_detail .inet_pr_product_container, #inetpr_product_detail .inetpr_image_container { display: block; }

#inetpr_product_detail .spacer { display: none; }

/***********************/
/*    HELPER CLASSES    */
/***********************/

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

.clear-simple {
  clear: both;
}

.hide {
  display: none;
}

