﻿
/* ---------------------------------------------------------------------------------------
[Ecommerce Master Stylesheet]

Project:		Netrostar Ecommerce Template	
Version:		1.0
Date created:	6 October, 2008

Table of Contents:

    Common Parts ( imported )
	Pages
	
--------------------------------------------------------------------------------------- */

/* common parts */


/* Currently in your cart - page
--------------------------------------------------------------------------------------- */

#_currently-in-cart .empty-cart
{
	padding: 20px;
	float: left;
	width: 694px;
	min-height: 100px;
}
#_currently-in-cart .total-items
{
	background:  #F4F8FB;
	border: 1px solid #E3E3E3;
	float: left;
	height: 15px;
	margin-top: 10px;
	overflow: hidden;
	padding: 10px;
	 padding-top:3px;  padding-bottom:3px;
	text-align: right;
	width: 858px;
}
#_currently-in-cart .total-items span
{
	position: relative; font-size:11px;
}

.continue-shopping-btn
{
	position: absolute;
	z-index: 14;
	top: 115px;
	right: 20px;
	color: #0081ce;
	text-decoration: none; color:White;
}
#_currently-in-cart .products
{
	float:left;
width:100%; margin-bottom:10px;
}
 .review-table
{
float:left;
margin-left:-2px;
width:886px;
}
 .review-table th
{
	border-right:2px solid white;
color:white;
font-size:10px;
text-align:center;background: black none repeat scroll 0 0; padding:3px; 
vertical-align:middle

}
.review-table td.image , .review-table .image,  .review-table .image *
{
 width:210px !important;
}
.review-table .image img
{
	width:150px !important;
}
.catalog-image
{
	width:100%;
}
.catalog-image table
{	width:100%;
}
 .review-table td
{
	padding: 1px;
	/*border-bottom: 1px solid #ececec;*/
	vertical-align: middle;
	text-align:center;
}
.review-table td 
{
	border-right:2px solid white;
		border-top:2px solid white;
color:#6E6E6E;
font-size:12px;
padding-bottom:2px;
padding-top:2px;
text-align:center;
}
#_currently-in-cart .products .review-table td td
{
	border:none
}
#_currently-in-cart .products table td.image
{
	text-align: center;
}

#_currently-in-cart .status
{
	float: left;
	width: 100%;

}
.image-cell
{
	width:  100%; text-align:center;
	overflow: hidden;
}
.image-cell div
{
		width:  100%; text-align:center;
	overflow: hidden;
}
.image-cell table td
{
	border: none !important;
}
.image-cell table
{
	width:100%;
}


#content .page .continue-shopping-btn
{
	display: none;
}


#_currently-in-cart .checkout
{
	float: right;
	padding: 2px 8px;
	margin: 5px;
	margin-right: -1px;
	background: transparent url(../../Images/btn_bg.jpg) repeat-x;
	background-position: center;
	border: 1px solid #172026;
	color: #fff;
	font-weight: normal;
}
#_currently-in-cart .checkout:hover
{
	text-decoration: none;
}

#_currently-in-cart .recalculate
{
	float: right;
	margin: 5px;
}

/* related product list */


#_currently-in-cart .related-products .product
{
	background: #fff;
	float: left;
	width: 115px;
	margin: 15px 5px 10px 0px;
	position: relative;
	height: 110px;
	padding: 5px;
}
#_currently-in-cart .product-list .product-image
{
	width: 120px;
	overflow: hidden;
	margin: 35px 0px 0px 0px;
	padding: 15px;
	border: 1px solid #e5e5e5;
}
#_currently-in-cart .product-list .product-title
{
	position: absolute;
	z-index: 300;
	top: 15px;
	left: 15px;
	text-transform: uppercase;
	color: #aab0b2;
	width: 145px;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
	text-align: center;
	overflow: hidden;
}
#_currently-in-cart .product-list .product-title a:hover
{
	text-decoration: none;
	color: #006da9;
	display: block;
	text-align: center;
}

#_currently-in-cart .product-list .product-description
{
}

/* Steps (cart.aspx, checkout.aspx)
--------------------------------------------------------------------------------------- */
.steps
{
border:medium none;
float:left;
height:90px;
margin-bottom:7px;
margin-left:0;
margin-top:0;
width:100%;
}

.steps div
{
display:block;
float:left;
height:50px;
margin:20px 26px 0 46px;
position:relative;
width:100px;
}
.steps div.review-cart
{
	background: transparent url(../../Images/checkout/Review.gif) no-repeat;
	background-position: center 0px;
}
.steps div.account-login
{
	background: transparent url(../../Images/checkout/Login.gif) no-repeat;
	background-position: center 0px;
}
.steps div.billing-shipping
{
	background: transparent url(../../Images/checkout/billing-shipping.gif) no-repeat;
	background-position: center 0px;
}
.steps div.final-review
{
	background: transparent url(../../Images/checkout/view-cart.gif) no-repeat;
	background-position: center 0px;
}

.steps div.order-completed
{
	background: transparent url(../../Images/checkout/Completed.gif) no-repeat;
	background-position: center 0px;
}

/* active step */
.steps div.active, #content .currently-in-cart .steps div a:hover
{
	background-position: center -50px;
}

.steps span
{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 53px;
}

/* correct text position to icons */
.steps div.review-cart span
{
	left: -74px;
}
.steps div.account-login span
{
	left: -76px;
}
.steps div.final-review span
{
	left: -72px;
}

/* Checkout - page
--------------------------------------------------------------------------------------- */
#_checkout .client-info
{
	float: left; 
	width:880px;
}


#_checkout h2.header .help
{
color:white;
float:right;
font-size:10px;
line-height:26px;
margin-right:10px;
}
#_checkout h2.header label
{
color:white;
float:left;
font-size:10px;
line-height:25px;
margin-left:9px;
}
#_checkout h2.header input
{
	float:left;
margin-left:3px;
margin-right:-4px;
margin-top:7px;
}
.grid-view
{
	width: 100%;
	float: left;
}
.grid-view table
{
	width: 100%;
	float: left;
}

#_checkout .status
{
	float: left;
	width: 960px;
	padding: 10px;
}

/* contact information (left, overwrite default 'form-normal' width) */

.client-info .contact-editor h2 {
width:100%;font-weight:bold;
margin-bottom:10px;
 
}
.client-info h2
{
	border-bottom:1px solid black;
float:left;
margin-top:10px;
}
.client-info h2 span
{
color:white;
float:left;
font-size:10px;
line-height:28px;
text-indent:12px;
}


/* address information (right) */

#_checkout .address-editor h2
{
	width: 400px;
}
#_checkout .address-editor .row
{
	width: 400px;
}
#_checkout .address-editor .emptylabel .lbl
{
	display: none;
}



#_checkout .contact-editor h2, #_checkout .address-editor h2
{
	width: 400px;
	background:white; 
}
#_checkout .contact-editor h2 span, #_checkout .address-editor h2 span
{
	color:Black !important;
}
#_checkout .contact-editor .row
{
	width: 400px;
}
#_checkout .contact-editor .emptylabel .lbl
{
	display: none;
}
#_checkout .contact-editor .emptylabel .textbox
{
	margin-left: 120px;
}

/* shipping options */
#_checkout .shipping-options
{
	float: left;
	width: 100%;
	position:relative;
}
.rbl-normal
{
	width: 920px;
	float: left;
	padding: 5px;

}
.rbl-normal td
{
	padding-bottom:5px;
}

/* login information */
#_checkout div.login-information
{
	float: left;
	width: 960px;
	margin-top: 15px;
}
#_checkout fieldset.login-information
{
	float: left;
	width: 920px;
	padding: 20px;
}
#_checkout fieldset.login-information .cb
{
	margin-top: -10px;
	padding-bottom: 10px;
}

/* payment method */
#_checkout div.payment-method
{
	float: left;
	width: 100%;
	position: relative; padding-bottom:15px; margin-bottom:0px;
}
#_checkout fieldset.payment-method
{
	width: 920px;
	padding: 20px;
}
#_checkout div.payment-method .slash
{
	float: left;
	padding: 0px 2px;
}
#_checkout div.payment-method .exp-month
{
	width: 88px;
	float: left;
}
#_checkout div.payment-method .exp-year
{
	width: 95px;
	float: left;
}
#_checkout div.payment-method .csv
{
	width: 40px;
}

/* tip (cards) */

#_checkout div.payment-method .card-tip img
{
	float: left;
	padding: 7px 5px 5px 5px;
	padding-top: 0px;
}
#_checkout div.payment-method .card-tip h3
{
float:left;
font-size:12px;
font-weight:bold;
margin-bottom:0;
margin-top:3px;
width:165px;
}
#_checkout div.payment-method .card-tip p
{
	width:202px;
	height:20px; float:left;  margin-top:0px;
	
}
.card-tip
{
	top: 2px;
	float: none;
	position: absolute;
	right: -15px;
	width: 304px;
}
/* validation summury */
#_checkout div.payment-method .vs
{
	border: 1px solid red;
	padding: 15px;
	float: left;
	width: 920px;
}

/* summary */


/* Client Profile - page
--------------------------------------------------------------------------------------- */
#content .client-profile
{
}
#content .client-profile .emptylabel .lbl
{
	display: none;
}
#content .client-profile .emptylabel .textbox
{
	margin-left: 120px;
}
#content .client-profile h2
{
	margin-top: 15px;
}

#content .client-profile .buttons-save-edit
{
	width: 60px;
	float: left;
}
#content .client-profile .buttons
{
	width: 80px;
	float: left;
}



/* Client Account
--------------------------------------------------------------------------------------- */
#_your-account
{
	float: left;

}
 .page-title
{
	float: left;
	width: 100%;
	margin: 0px;
	height:35px; line-height:35px; margin-bottom:15px;
}
#_your-account .orders
{
float:left;
margin:10px 40px 10px 100px;
width:306px;
}
#_your-account .contentbox .t
{
	color:#473F3F;
font-size:12px;
font-weight:normal;
}
#_your-account .settings
{
float:left;
margin:10px 1px 13px 46px;
width:305px;
}
#_your-account .title
{
	float: left;
	width: 380px;
	margin-bottom: 8px;
}
#_your-account .title .header
{
	background:black none repeat scroll 0 0;
color:white;
float:left;
font-size:12px;
height:25px;
line-height:23px;
text-indent:10px;
width:299px;
}
#_your-account .title .subheader
{
	color:#473F3F;
float:left;
font-size:11px;
font-weight:normal;
width:380px; display:none;
}
#_your-account .image
{
	float: left;
	margin-left: -10px;
	margin-right: 10px;
	text-align: center;
	width: 120px;
}
#_your-account .contentbox
{
	float: left;
	width: 180px;
	margin-top: 10px;
}
#_your-account .contentbox t
{
	font-weight: bold;
}
#_your-account .contentbox li
{
	line-height: 14px;
	margin-top: 8px;
	padding-left: 10px;
}
#_your-account .contentbox a
{
	color: #79AB39; font-size:11px; color:#00B1C1;
}


/* Order History
--------------------------------------------------------------------------------------- */
/* search form */
#_order-history fieldset.form-normal, #_order-history fieldset.time-period
{
}

#_order-history fieldset.form-normal
{
	float: left;
	margin-left: 31px;
	width: 300px;
}
#content #_order-history .form-normal h2.header
{
	color: #084970;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}


#_order-history .form-normal .textbox
{
	width: 200px;
	float: left;
}

#_order-history fieldset.time-period
{
	width: 500px;
	float: left;
	padding-right: 120px;
}
#_order-history fieldset.time-period .row
{
	float: left;
	height: 25px;
	padding: 5px 0px;
}


#_order-history .buttons
{
	float: left;
	width: 100%;
	padding: 10px 0px 10px 0px;
	text-align: right;
}

/* grid view */

#_order-history .gridView td a:hover
{
	text-decoration: none;
}

#_order-history .gridView .rowOff
{
}
#_order-history .gridView .rowOn
{
}

/* orders status */
#_order-history .gridView .sent
{
	background: #bff070;
}
#_order-history .gridView .sent a
{
	color: #486b0f;
}
#_order-history .gridView .new
{
	background: #DDF7E6;
}
#_order-history .gridView .voided
{
	background: #066fbf;
}
#_order-history .gridView  a
{
	font-weight:bold;
}
#_order-history .gridView .waiting
{
	background: #4d7491;
}
#_order-history .gridView .finished
{
	background: #55be2c;
}
.review-table td a {
color:#0081CE;
font-size:12px;
text-decoration:underline;
}
.table-grid table
{
	float: left;
	width: 960px;
}
.table-grid td
{
	padding: 3px 0px;
	border-bottom: 1px solid #1e1e1e;
}

.table-grid table input[type=submit]
{
	border: 1px solid #0054ff;
	background: #003ab0;
	color: #fff;
	padding: 2px;
	margin-left: 10px;
}



.summary
{
	color: #2A94D2;
	float: right;
	padding: 10px;
	width: 224px;
}
.summary div
{
	float: left;
	margin: 2px 0;
	width: 100%;
}
.summary div span
{
	float: right;
	padding: 2px 4px;
	text-align: right;
	width: 100px; color:#084970
}

.summary div span.txt-grand-total
{

	font-size: 15px;
	font-weight: bold;
	width: 95px;
}
.summary div span.val-grand-total
{
	
	font-size: 16px;
	font-weight: bold;
}
.summary div span.val-grand-total, .summary div span.txt-grand-total
{
	color: #0A929C;
}
/* Order Details
 --------------------------------------------------------------------------------------- */
#content .orderDetails .row
{
	width: 960px;
	float: left;
}
#content .orderDetails .row .col
{
	float: left;
	width: 300px;
}
#content .orderDetails h2.header
{
	color: #1d9ae5;
	margin-top: 20px;
	float: left;
	border-bottom: 3px solid #1d9ae5;
	text-transform: uppercase;
	font-size: 11px;
	width: 960px;
	margin-bottom: 5px;
	padding-bottom: 4px;
}
#content .orderDetails h3.header
{
	color: Gray;
	margin-top: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #1d9ae5 font-size: 12px;
	margin-bottom: 5px;
	padding-bottom: 4px;
	width: 80%;
}
#content .orderDetails table th
{
	font-weight: bold;
	color: #fff;
	padding: 5px;
	border-bottom: 1px solid #0081ce;
	background: #1d9ae5;
}


/* Order Details Front */



/* Order Details
 --------------------------------------------------------------------------------------- */



#_order-history .orderDetails .row
{
	width: 100%; clear:both;
}
#_order-history .orderDetails .row *
{
	float:left; white-space:nowrap; font-size:11px;
}
#_order-history .orderDetails .row .button
{
	float:right;
}
#_order-history .orderDetails .ordered-total
{
	width: 200px !important;
	float: right;
	margin: 10px 0px 0px 0px;
}

#_order-history .orderDetails .grid
{
	width: 960px !important;
	border: 0px !important;
	float: left !important;
}

#_order-history .orderDetails .grid td
{
	border-bottom: 1px solid #e5e5e5;
}

/* Order History
--------------------------------------------------------------------------------------- */

#_manage-communication .add-edit h2
{
	font-weight: bold;
	font-size: 13px;
	display: none;
}

#_manage-communication .buttons-save-edit
{
	margin-left: 60px;
}


/*Tracking Number
--------------------------------------------------------------------------------------- */
#_track .pnl-content-panel
{
	margin-left: 10px;
	margin-top: 40px;
}
#_track .lbl-tracking-number-prompt
{
	font-weight: bold;
	color: #084970;
}
#_track .div-tracking-number
{
	margin-top: 20px;
}
#_track .lbl-tracking-number
{
	float:left;
height:10px;
line-height:20px;
}
#_track .txt-tracking-number
{
margin-left:5px;
width:249px;
}
#_track .btn-track
{
	margin-left: 5px;
}
#_track .btn-cancel
{
	margin-left: 5px;
}
#_track .div-tracking-number-validators
{
	padding-left: 100px;
	padding-top: 5px;
}
#_track .rfv-tracking-number
{
}
#_track .cv-tracking-number
{
}
#_track .div-buttons
{
	margin-top: 20px;
}

/*Registration
--------------------------------------------------------------------------------------- */

#_client-profile .add-edit .communication
{
	margin-bottom: 30px;
	clear: both;
}

#_client-profile .buttons-save-edit
{
	width: 400px;
	margin-top: 30px;
	clear: both;
}










.form-normal .row .lbl
{
	font-size: 11px;
}

.row
{
	padding-top: 5px;
	padding-bottom: 5px;
}






.emptyBtn150
{
	float: right;
}

 .client-info .contact-editor
{
margin:0 50px 0 71px;
width:315px;
}




.rbl-normal td *
{
	float: left;
}
.rbl-normal input
{
	height: 12px;
	margin-right: 5px;
	margin-top: 2px;
	width: 12px;
}
.rbl-normal label
{
	font-size:11px;
}
.rbl-normal li
{
	float: left;
	clear: both;
}


.cbAgree
{
	float: left;
	height: 12px;
	margin-right: 5px;
	margin-top: 1px;
	width: 12px;
}



.contentul
{
	list-style-type: none;
	margin-top: 5px;
}

#_your-account .contentul li
{
	padding: 0px;
}







/* order history new styles */

.ec_separator
{
	width: 100%;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #084970;
	float: left;
}
.lblStatus
{
	color:green !important;
float:left;
font-weight:bold;
height:30px;
line-height:36px;
margin:0;
text-indent:10px;
}



#_order-history .last-common *
{
 float:left
}
body
{
	display: block !important;
}
#_order-history .last-common
{
	line-height: 28px;
	margin: 2px 0 6px 30ox;
	clear: both;
	float: left;
	width: 500px;
	margin-left: 20px;
}




.last-common .cbx
{
	margin-right: 5px;
}
.last-common .cbx input
{
	margin-right: 15px;
	width: 12px;
	height: 12px; float:left;
}.last-common .cbx label
{
	
}
.last-common  input
{
	margin-top:-5px;
}
.last-common .cbx input
{
	margin-top:0px;
}
.last-common .cbx label, .last-common span
{
	line-height: 13px;
}
#_order-history .date-to
{
	clear: none;
	float: left;
	width: 155px;
	margin-left: 5px;
}
#_order-history .date-from
{
	width: 160px;
}
#_order-history .date-to span
{
	margin-right: 5px;
}


/* contact editor new styles */

.contact-editor, .address-editor
{
	padding-top: 0px;

}

.contact-editor h2, .address-editor h2
{

	margin-bottom: 10px;
	margin-top: 15px;
	font-size:12px
}



.buttons-save-edit
{
	clear:both;
float:right;
margin-right:20px;
margin-top:0;
padding-bottom:16px;
}
.buttons-save-edit input
{
	float: right;
}

.contact-editor .row, .address-editor .row
{
	width: 100%;
}

.form-normal .emptylabel
{
float:left;
margin-left:0 !important;
width:197px !important;
}



/* new styles pasword change */
.pw_pnl_main .row span
{
	float: left;
	clear: both;
}
.form-normal .row_ps
{

	margin-top: 5px;
}
.row_ps .textbox , .row_ps2 .textbox
{
	width:216px;
}
.form-normal .row_ps, .form-normal .row_ps2
{
	margin-left: 0px;
}
.ps_pnl_buttons
{
float:left;
margin-top:8px;
width:348px;
}
body .ps_pnl_buttons *
{
	width:100px; float:right; margin-left:5px;
}
.form-normal .row_ps .ec_fullTextValidation1 , .form-normal .row_ps2 .ec_fullTextValidation1
{
	font-size:10px;
margin-bottom:-2px;
margin-top:0;
padding-left:120px;
position:relative;
white-space:nowrap;
}
/* Sign up for Newsletter new styles */
#_manage-communication .form-normal .lbl
{
	clear: both;
	color: #87BB45;
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 13px;
	margin-top: 15px;
}
#_manage-communication .form-normal .checkbox .checkbox input
{
	float: left;
	width: 12px;
	height: 12px;
	margin-right: 5px;
}
#_manage-communication .form-normal .checkbox .checkbox label
{
	float: left; margin-top:-2px;
}
#_manage-communication  .row
{
	padding:0px;
}
#_manage-communication .add-edit .checkbox
{
	margin-left: 0px;
	float: left;
	width: 840px;
}

#_manage-communication .form-normal .row .lbl
{
	width: auto;
}
#_manage-communication .add-edit
{
	float: left;
 width:100%;
}

#_manage-communication .buttons-save-edit
{
	float: right;
	margin-left: 60px;
	margin-right: 10px;
	margin-top: 10px;
	width: auto;
}

.table_urms_TdTh
{
	display: none;
}
.name
{
	text-align: center;
}
.disableShipement
{
	display: none;
}


fieldset
{
	border: none !important;
}

#DivOpacity
{
	display: none;
}

.pnl_checkoutProgress
{
	background-color: white;
	display: none;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	bottom: 10px;
	height: auto;
	min-height: 100px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	position: absolute;
	right: 10px;
	width: 370px;
	z-index: 1001;
}

.pnl_checkoutProgress h2
{
	text-align: center;
}


/* order history */

.orderdetails .row, .clientdetails .row
{
	margin: 0px;
}
.order-details
{
	float: left;
	margin-left: 0;
	width: 250px;
}
.client-details
{
	float: left;
	width: 450px;
}

#_order-history .form-normal .row span
{
	font-weight: bold;
}
#_order-history .orderDetails span
{
	margin-right:5px;
}
#_order-history .form-normal .row .lbl
{
	font-weight: normal;
	width:100px;
}
.lblAdress
{
	font-weight: bold;
}

.orderTextTable
{
	float: left;
	clear: both;
}
.orderTextTable .td1
{
	width: 140px;
	vertical-align: top;
}
.orderTextTable .td1 h3
{
color:#087C86;
font-size:11px;
margin-left:10px;
margin-top:0;
padding-top:0;
}
.orderTextTable .td2
{
	font-size:11px;
padding-bottom:20px;
padding-top:0;
vertical-align:top;
width:400px;
}
#_order-history .form-normal .buttons
{
	float: right;
}
#_order-history .grid th
{
	padding-left: 10px;
	padding-right: 14px;
}
#_order-history .grid
{
	margin-top: 8px;
}




.image-cell table
{
	float:left; width:100%; text-align:center;
}
.review-table td a
{
	font-size:12px; color:#0081CE;
}
.review-table td td
{
	border:none;
}
#_checkout div.payment-method .exp-month {
float:left;
width:88px  !important;
}

#_checkout div.payment-method .exp-year{
float:left;
width:88px  !important;
}
.date-from .textbox , .date-to .textbox
{
	width:60px;
}


.ajax__calendar *
{
	float:  none !important;  line-height:13px; text-align:center;
}
.buttons-01 .btn
{

}



.ix_pnl_subbar {
background:transparent url(../../images/pages/default/subbar.png) no-repeat scroll 0 bottom;
float:left;
height:34px;
width:100%;
margin-bottom:10px;
}

.ix_sitemap {
color:#463D3F;
float:left;
font-size:11px;
margin-left:7px;
margin-top:11px;
}
.contact-editor
{
	float:left; width:100%;
}
.address-editor
{
	float:left;
/*margin-top:126px;*/
width:100%;
}
#_order-history .review-table
{
	font-size:11px; margin-left:0px;
}
body .ec_logFormCommon .ec_subheader, .ec_subheader
{
	background:black none repeat scroll 0 0;
color:white;
font-size:12px;
font-weight:bold;
height:25px;
line-height:24px;
text-indent:9px;
width:100%;
margin-top:20px
 ; margin-bottom:15px;

}

.header
{
	float:left; width:100%; color:Black;
}


.client-info h2
{
	background:black none repeat scroll 0 0;
border-bottom:1px solid black;
color:white;
float:left;
margin-top:10px;
}
.client-info h2 *
{
}
