﻿@import url("AccountStatus.aspx.css");
@import url("CartSummary.ascx.css");
@import url("CheckoutAddress.aspx.css");
@import url("ChangePassword.aspx.css");
@import url("ContactInformation.ascx.css");
@import url("InvoicePaymentConfirmation.aspx.css");
@import url("ItemPicture.ascx.css");
@import url("menu.css");
@import url("OneLineCartSummary.ascx.css");
@import url("OrderDetails.ascx.css");
@import url("OrderHistory.ascx.css");
@import url("ProductDetail.aspx.css");
@import url("Register.aspx.css");
@import url("SaveCart.ascx.css");
@import url("StoreLogin.ascx.css");
@import url("ViewCart.aspx.css");
@import url("ViewInvoiceDetails.aspx.css");
@import url("WordSearch.ascx.css");
@import url("../jquery-ui/jquery.ui.all.css");
@import url("../jquery-ui/jquery.ui.datepicker.css");
@import url("../jquery-ui/jquery.ui.autocomplete.css");
/* This stylesheet contains layout rules for Iciniti Store widgets. It is shared by all themes */
/* Should not contain color or font style rules. Put those rules in StoreColors.css which varies by theme */

/*--- Data entry form layouts using tables and fieldsets ---*/

div.clear
{
    clear:both;
}

tr.caption th
{
	padding: .25em;
}

/*-- Table row and cell alignment */
tr
{
	vertical-align:top;
}


.caption td
{
    padding: 3px;
}

tr.CAPTION  th
{
    padding: 3px;
}

.numeric
{
    text-align: right;
}


.amount
{
    /**text-align: right;**/
}

.date
{
    text-align: right;
}

th
{
    text-align: left;
}

th.date
{
    text-align: right;
}


/** Elements that display currency amounts **/
.currency
{
    text-align: right;
}

/* Quantity display fields */
td.quantity
{
    text-align: right;
}

th.quantity
{
   /**text-align:center;**/
}

th.units
{
    /**text-align:center;**/
}

.quantity input
{
    text-align: right;
}

td.linkButton
{
    width: 40px;
    text-align: right;
}


/* MyAccountLinks.ascx */
div.account-links div
{
	display: inline-block;
}

/*--- OpenInvoices.ascx - Customer invoice list ---*/
table.customerInvoiceList
{
    width: 100%;
}

/*----- Page Number Links -----*/
div.pageNumberLinks
{
	clear: both;
	padding: 5px;
}


div.pageNumberLinks li
{
    list-style-type:none;
    display: inline;
    background-image: none;
}

div.pageNumberLinks ul
{
    list-style-type: none;
    display: inline;
}
/**/

/* Checkout Payment page */

ul.shippingOptions li 
{
     list-style-type: none;
     background: url();
}

div.instructions div
{
	margin-bottom: .5em;
}

div.instructions label
{
	display:block;
	margin-bottom: .5em;
	clear: both;
}

div#specialInstruction input
{
	width: 400px;
}

div.reviewOrder table
{
	width: auto;
	
}

div.reviewOrder table label
{
	text-transform:uppercase;
	width: 100%;
	float:left;
}

/**/

/*--------------------General---------------------*/

/*--------  Search Attributes in left nav panel                    ------*/
div#nav-panel div.attrSelection label {
	display: block;
}

select.attribValue 
{
	width: 125px;
}


a.tab
{
    white-space:nowrap;
    display:block;
    padding:4px 15px 4px 6px;
    text-decoration:none;
    position:relative;
    top: -3px;
    color:#404040;
    background-image: url("images/tabs/bg.gif");
}
table.tab
{
	border: none;
	background-color: White;
}
table.tab td
{
    background:#454545;
    border:1px solid #fff;
    margin:0px;
    padding: 4px 0px 0px 4px;
    height:20px;
    background-image: url("images/tabs/left.gif");
    background-position: left;
    background-repeat: no-repeat;
}
.tabselected td 
{
    background:#808080;
}
.tabcontent 
{
    background:#808080;
    margin:0px;
    padding:20px;
    width:auto; 
}

div.itemList
{
	clear: both;
}

select.UOM
{
	width: 120px;
}

div.checkoutCompleteControl table.detailLayout
{
	width: 90%;
}

div.checkoutCompleteControl table.detailLayout .uom
{
	text-align: center;
}

/* Forgot Password */
div.forgotPasswordControl span.label
{
	display: block;
}

div.forgotPasswordControl input
{
	display: block;
}

div.forgotPasswordControl div#buttons
{
	margin-top: 10px;
	text-align: center;
}

img.captcha
{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.forgotPasswordControl div#buttons input
{
	display: inline-block;
	float: left;
	width: 120px;
	height: 30px;
	margin-right: 10px;
}

a.fbLink img
{
	width: 32px;
	height: 32px;
	border: none;
}

a.twLink img
{
	width: 32px;
	height: 32px;
	border: none;
}

ul.ratingOptions
{
	list-style-type:none;
	white-space: nowrap;
	padding: 0; 
}
ul.ratingOptions li
{
	display:inline;
	float: left;
	margin-right: 5px;
}

/* Checkout Page */
div.reviewOrder table
{
	width: 100%;
}

div.instruction
{
	margin: .25em 0em;
	font-weight: 200;
}

div.shippingOptions
{
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid #77aed5;
	padding: 10px;
	width: 98%;
}

div.shippingOptions div.instruction
{
	margin: .5em 0em;
}

div.shippingOptions input[type="radio"]
{
	margin-right: .5em;
}

div.shippingOptions input[type="text"]
{
	margin-bottom: .5em;
}

/* Shipping Options Control */
div.shippingOptions span.prompt
{
	display: block;
	margin: 1em 0em .5em 0em;
}

/* No bullet on the shipping options radio button list */
div.shippingOptions ul
{
  list-style-type: none;
}

tr.totals td
{
	text-align: right;
}

/* Product Detail */
div.alsoAvailable
{
	clear: both;
}

div.variationGrid
{
	clear: both;
}

div.variationGrid tr
{
	vertical-align: top;
}

table.documentList
{
	width: 75%;
	border-collapse: collapse;
}

/* Child Page Links */
div.childPageLinks ul li {
 list-style-type: none;
 float: left;
 width: 25%;
}

div.childPageLinks ul li a {
 text-decoration: none;
	
}

div.childPageLinks ul li span {
	display: block;
	text-align: center;
	
}

img.sitemap-image {
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

/* Invoice Payment Confirmation */
div.invoicePaymentConfirmation div
{
	margin: .5em 0em;
}

/* ViewWebOrder.ascx */
div.viewWebOrderControl table
{
	width: 100%;
	
}

div.viewWebOrderControl table td
{
	padding: .25em;
}

div.viewWebOrderControl fieldset#specialInstructions
{
	margin: .5em 0em;
}

div.cartsummary-caption a span:before
{
	content: url(/images/shopping-cart.gif);
	margin-right: .5em;
}

div.ContactForm label
{
	display: block;
}

div.ContactForm input
{
	display: block;
	width: 100%;
}

/* Salesrep OrderEntry and EditCartItems3 control styling */
	.orderEntryLayout label
	{
		display: inline-block;
		width: 10em;
		font-weight: normal;
	}
    div.editCartItems .numeric
    {
    	text-align: right;
    	width: 100px;
    }
    
    div.editCartItems .k-input .promo
    {
    	width: 140px;
    }
    
    div.editCartItems input[name=Uom]
    {
    	width: 300px;
    }
    
    div.editCartItems input[name=Description]
    {
    	width: 300px;
    }
    
    div.editCartItems td.numeric input
    {
    	width: 75px;
    	text-align: right;
    }
    
    div.editCartItems span.k-autocomplete
    {
    	width: 300px;
    }
    
    div.editCartItems span.k-dropdown
    {
    	width: 8em;
    }
    
    div.editCartItems label[for='newItem']
    {
    	display: block;
    }
    
    
    div.editCartItems a.icon-button-delete
    {
    	display: inline-block;
    	text-decoration: none;
    	background-image: url("images/redX.png") ;
        background-position: left center;
    	background-repeat: no-repeat;
    	width: 64px;

    }
    
    div.editCartItems tr.promo a:after
    {
        content: url(images/promotion.png);
        margin-left: 10px;
    }
    
	ul.orderDefaults li
	{
		display: inline-block;
		
	}
	
	ul.orderDefaults
	{
		margin-top: 2em;
	}
    ul.orderDefaults li label
	{
	display: block;
	width: auto;
	}
	
/* Attribute Search Controls */
	div.attrSearchControls label { display: block; }
	#btnAttributeSearch {margin-top: 10px; }
	
/* Category Drilldown */
ul.categoryDrillDown li
{
	display: inline-block;
	width: 30%;
    margin-bottom: 2em;
    text-align: center;
}	

ul.categoryDrillDown li div.cat-title
{
	
}

img.category-icon
{
	width: 150px;	
}

/* Punchout Address Selector */
div.punchoutAddress div.caption
{
	margin-top: 10px;
	margin-bottom: 5px;
}

div.punchoutAddress fieldset label
{
	display: block;
}

div.punchoutAddress fieldset label.address234
{
	display:none;
}