﻿@import url("WordSearch.ascx.css");
@import url("OneLineCartSummary.ascx.css");
@import url("ItemPicture.ascx.css");
@import url("ContactInformation.ascx.css");
@import url("SaveCart.ascx.css");
@import url("OrderHistory.ascx.css");
@import url("Register.aspx.css");
@import url("ProductDetail.aspx.css");
@import url("ViewCart.aspx.css");
@import url("AccountStatus.aspx.css");
@import url("CheckoutAddress.aspx.css");
@import url("ChangePassword.aspx.css");
@import url("ViewInvoiceDetails.aspx.css");

/* safeArea optimized for 1024px */
body
{
	font: 10pt "Segoe UI", Arial, sans-serif;
}

tr
{
	vertical-align:top;
}

div
{
		border-style:none;
}

.box
{
	margin: 0px;
	border: 0px;
	padding: 0px;
	position: relative;
}

/*-- Master Page defaults --*/
div.content
{
	padding: 0px;
	margin-left: 0px;
}

div#header-content
{
	font-size: 9pt;
}


/*--- Data entry form layouts using tables and fieldsets ---*/
label
{
	font-size: 10pt;
	font-weight: bold;
}
/* form labels appear in bold font */
span.formLabel
{
     font-weight:bold ;
}

div.clear
{
    clear:both;
}

.caption td
{
    padding: 3px;
}

.caption th
{
    padding: 3px;
    font-weight: normal;
}

.numeric
{
    text-align: right;
}


fieldset label
{
    font-weight: bold;
}



fieldset
{
    position:relative;
    border-style: none;
}

div.field .date
{
    font-family: Arial,Helvetica;
}

div.field .amount
{
}

.amount
{
    text-align: right;
}

.date
{
    //text-align: right;
    font-size: 12px;
}

th
{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

th.date
{
//    text-align: right;
    font-size: 12px;
}


/** 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;
}



/*--- Theme button ---*/
span.btn-right
{
    margin-right: 10px;
}

/*--- Page Number Links ---*/
div.pageNumberLinks
{
	clear: both;
}

div.account-links div
{
	display: inline-block;
}

/*-- ShippingOptions --*/
ul.shippingOptions li 
{
     list-style-type: none;
     background: url();
}



/*--- Customer invoice list ---*/
table.customerInvoiceList
{
    width: 100%;
}



/** Multi Language Label Styles **/
span.subtitle
{
    display:block;
    font-size: 18pt;
    margin-top: 10px;
    margin-bottom: 10px;
}

.itemListTitle span
{
    display:block;
    font-size: 18pt;
    margin-top: 10px;
    margin-bottom: 10px;
}


/*----- Page Number Links -----*/
div.pageNumberLinks
{
	padding: 5px;
}

/** Page Scroller Links **/
div.pageNumberLinks a.selected
{
    font-weight: bold;
}

div.pageNumberLinks li
{
    list-style-type:none;
    display: inline;
    background-image: none;
}

div.pageNumberLinks ul
{
    list-style-type: none;
    display: inline;
}




/** Checkout Pages */
div.instructions label
{
	display:block;
	clear: both;
}

div#specialInstruction input
{
	width: 400px;
}
/*
div.reviewOrder table
{
	width: auto;
	
}
*/
div.reviewOrder table label
{
	text-transform:uppercase;
	width: 100%;
	float:left;
}


/*--------------------page layout---------------------*/

div#safeArea
{
	width: 1000px;
	margin-left:auto;
	margin-right: auto;
	min-height: 800px;
	padding: 10px;
	position: relative;
	border: solid 1px #a0a0a0;
}



.store-page div#header-content
{
	margin-left: 180px;
	min-height: 80px;
}

div#header-nav
{
	clear: both;
	width: 100%;
}

/* Store.master */

div#page-content
{
	clear:both;
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-style:none;
}

/* page-content area occupies center part of the safeArea */
div#content-panel
{
	border: 0px;
	margin: 0px 0px 0px 0px;
	width: 50%;
	min-height: 600px; /* border: solid 2px; */
	padding: 0px;
	position: relative;
	display: inline-block;
	
}

div#nav-panel
{
	width: 25%;
	margin: 0px 0px 0px 0px;
	min-height: 600px;
	float: left;
	padding:0px;
	padding-left: 10px;
	overflow:hidden;
}

div#nav-panel div
{
	margin-bottom: 10px;
}

div#page-header
{
	background-image: url(images/img3h100.gif);
	background-repeat: repeat-x;
	min-height: 100px;
	position: relative;
}

div#page-footer
{
	clear: both;
	height: 100px;
	width: 100%;
}

div.contentRow
{
	position: relative;
	clear: both;
	width:auto;
}
div.contentRow.columns1 div.contentWrapper
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
}
div.contentRow.columns2 div.contentWrapper
{
	float: left;
//	width: 50%;
	padding: 0px;
	margin: 0px;
}
div.contentRow.columns3 div.contentWrapper
{
	float: left;
	width: 33.3%;
	padding: 0px;
	margin: 0px;
}
div.contentRow.columns5 div.contentWrapper
{
	float: left;
	width: 20%;
	padding: 0px;
	margin: 0px;
}
/* end store.master */


/*--------------------features panel layout---------------------*/
div#features-panel
{
	display: inline-block;
	width: 25%;
	min-height: 600px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

div#features-panel div.itemListing
{
	padding: 0px;
	margin: 1px;
}

/* Hide the stock status inside the features panel */
div#features-panel .availableStatus
{
	display: none;
}

/* Hide the quantity box inside the features panel */
div#features-panel input[type="text"]
{
	display: none;
}

/* This hides the feature panel to produce a 2 column layout */
div#features-panel
{
	display:none;
}


div#content-panel
{
	width: auto;
	padding-right: 10px;
	border: none;
	margin-left: auto;
	margin-right: auto;
}
/* Remove the above to reveal the feature panel and produce a 3 column layout */

div#ctl00_navPanelContent_ctl02_RadPanelbar1
{
	width: auto;
}


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;
}

div.checkoutCompleteControl table.detailLayout .number
{
	text-align: right;
}

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: 100px;
	margin-right: 10px;
}

a.fbLink img
{
	width: 32px;
	height: 32px;
	border: none;
}

a.twLink img
{
	width: 32px;
	height: 32px;
	border: none;
}