﻿

.test a:link
{
	text-decoration:none;
	margin:20px 0px 10px 0px;
}

.test a:hover
{
	text-decoration:none;
	margin:20px 0px 10px 0px;
}

/* ---------------------shopping card - starts ----------------------------------------------*/

BODY, HTML
{
    height:100%;
}
#shopping_bodyPosition
{
}
#shopping_centerContainer
{
    width:556px;
    float:left;
	margin:0px 4px 0px 6px;
	_margin:0px 2px 0px 9px;
}
#shopping_centerContainer .mainTitle
{
    color:#50650f;
   
    text-align:left;
    width:556px;
    border-bottom:1px solid #738265;
}
#shopping_centerContainer .stepImg
{
    background:url(../stepTitleBg.png) no-repeat top;
    width:150px;
	height:18px;
	font:bold 13px/16px arial;
}
#shopping_centerContainer  .shoppingCard_bg
{
	position:relative;
	width:560px;
	height:100%;
	display:table;
	position:relative;
}
#shoppingCard_container 
{
	
	height:100%;
	width:560px;
	display:table;
}

#shoppingCard_container #mainTitle
{
    margin:10px 0px 0px 0px;
    background-color:White;
    height:35px;
    width:556px;
}

#mainTitle .cardPic
{
    background:url(../shoppingPic.png) no-repeat center; 
    width:45px;
    height:35px;
    float:left;
}

#shoppingCard_container #mainTitle h1
{
	color:#39442e;
	font:12px/35px arial;
	text-align:left;
	margin:0px 0px 0px 0px;
	float:left;
}
/* product - starts */
.shoppingMainTable
{
    clear:both;
}
#shoppingCard_container .titles
{
	height:20px;
	width:556px;
	margin:0px 0px 1px 0px;
	clear:both;
}
#shoppingCard_container .titles p
{
	color:#3a4152;
	font:12px/20px arial;
}
#shoppingCard_container .productName_bg
{
	background-color:#e3e3e3;
	width:206px;
	text-align:center; 
	float:left;
	overflow:hidden;
	
}
#shoppingCard_container .quantityBg
{
	background-color:#e3e3e3;
	text-align:center; 
	float:left;
	overflow:hidden;
	margin-left:1px;
	width:50px;
}
#shoppingCard_container .pPillBg
{
	background-color:#e3e3e3;
	text-align:center; 
	float:left;
	margin-left:1px;
	overflow:hidden;
	width:67px;
}

#shoppingCard_container .regPriceBg
{
	background-color:#e3e3e3;
	text-align:center; 
	float:left;
	margin-left:1px;
	overflow:hidden;
	
}

#shoppingCard_container .returningBg
{
	background-color:#e3e3e3;
	text-align:center; 
	float:left;
	margin-left:1px;
	overflow:hidden;
	padding:0px 28px 0px 28px;
}

#shoppingCard_container .removeBg
{
	background-color:#e3e3e3;
	width:63px;
	text-align:center; 
	float:left;
	margin-left:1px;
	overflow:hidden;
}

.shoppingMainTable .hLine
{
	background-color:#dbdac8;
	width:556px;
	height:1px;
	overflow:hidden;
	margin:1px 0px 0px 0px;
	clear:both;
}


#shoppingCard_container .product
{
    width:556px;
}

#shoppingCard_container .prices
{
    width:556px;
}

#shoppingCard_container .num
{
	font:bold 14px arial; 
	color:White;
	text-align:center;
	width:17px;
	background-color:#e08543;
}
#shoppingCard_container .detailesPosition
{
	float:left;
	width:556px;
	text-align:center;
	text-align:center; 
	background-color:#fcffeb;
	clear:both;
}

#shoppingCard_container .productName
{
	padding:5px 0px 5px 5px;
    width:186px;
    _width:188px;
	text-align:center; 
    border-right:1px solid #dfe3e6;
    height:100%;
    vertical-align:middle;
}
.product .name
{
	color:#2777b0;
	font:13px arial; 
	text-align:left;
}
#shoppingCard_container .dots
{
	border-top: 1px dashed #babcbe;
	height:1px; 
	width:170px; 
	text-align:left;
	
	overflow:hidden;
}
.productName .dosage
{
	color:#5f666a;
	font:11px arial; 
	text-align:left;
	
}
.product .quantityCell
{
	width:50px;
	#width:54px;
	border-right:1px solid #dfe3e6;
	vertical-align:middle;
	height:100%;
}
.product .quantityCell .quantity
{
	color:#6b7389;
	font:12px arial;
	height:100%;
	vertical-align:middle;
}
#shoppingCard_container .vLine
{
	background-image:url(../verticalLine_SC.jpg);
	background-repeat:repeat-y;
	height:40px;
	width:1px;
	float:left;
}
#shoppingCard_container .pPill_price
{
	width:67px;
	#width:69px;
	text-align:center;
	border-right:1px solid #dfe3e6;
	height:100%;
	vertical-align:middle;
}
.product .pPill_price .dollar
{
	color:#6b7389;
	font:11px arial;
}
.product .pPill_price .forein
{
	
	display:none;
}
#shoppingCard_container .pPill_price .line
{
	height:1px;
	width:83px;
	background-color:#ecffe8;
	margin:2px 0px 2px 1px;
	overflow:hidden;
	display:none;
}
.product .packPrice
{
	width:78px;
	#width:79px;
	text-align:center;
	border-right:1px solid #dfe3e6;
	height:100%;
	vertical-align:middle;
}
.product .packPrice .dollar
{
	color:#242528;
	font:12px arial;
	
}
.product .packPrice .forein
{
	color:#242528;
	font-family:arial; 
	font-size:11px;
	display:none;
}
#shoppingCard_container .packPrice .line
{
	height:1px;
	width:83px;
	background-color:#dfe3e6;
	margin: 2px 0px 2px 1px;
	overflow:hidden;
	display:none;
}
.product .subtotalPrice
{
	width:87px;
	#width:89px;
	text-align:center;
	border-right:1px solid #dfe3e6;
	height:100%;
	vertical-align:middle;
}
.product .subtotalPrice .dollar
{
	color:#3675a2;
	font:bold 12px arial;
}
.product .subtotalPrice .forein
{
	color:#1c47aa;
	font-family:arial; 
	font-size:12px;
	font-weight:bold;
	display:none;
}
#shoppingCard_container .subtotalPrice .line
{
	height:1px;
	width:83px;
	background-color:#ecffe8;
	margin: 2px 0px 2px 1px;
	overflow:hidden;
	display:none;
}
#shoppingCard_container .removeBut
{
	text-align:center;
}
#shoppingCard_container .removeBut .remove
{
	background-image:url(../buts/removeBut.png); 
	width:62px;
	#width:63px;
	height:41px;
	background-repeat:no-repeat;
	background-position:center center; 
	cursor: pointer;
}
#shoppingCard_container .productDetailes
{
	height:107px;
	width:556px;
	border:1px solid #e4e7ee;
	clear:both;
	background-color:White;
}
 #shoppingCard_container .productPic_container
{
	float:left;
}
 .product .productPic
{
	float:left;
	width:207px;
	_width:206px;
	.width:205px;
	height:105px;
}
#shoppingCard_container .smPic_line
{
	height:105px;
	width:1px;
	background-color:#e4e7ee;
	float:left;
	margin:1px 0px 1px 0px;
}
#shoppingCard_container .upgratePosition
{
    width:310px; 
    height:105px;
    text-align:left; 
    margin:0px 0px 0px 14px;
    float:left;
}
#upgradeButContainer
{
    background:url(../buts/upgrRight.png) no-repeat right; 
	height:105px; 
	float:left;
	margin:0px 0px 0px 15px;
}

#upgradeButContainer .upgradeBut
{
    background:url(../buts/upgrLeft.png) no-repeat left; 
	height:100%; 
	width:100%;
	
}
#upgradeButContainer .upgradeBut P
{
    background:url(../buts/upgrMid.png) repeat-x center; 
	height:100%;
	margin:0px 16px 0px 5px;
	text-align:center;
	font:bold 12px/105px arial;
	color:White;
	text-transform:uppercase;
}
#shoppingCard_container .upgradeCell
{
	text-align:left;
	float:left;
	width:160px;
	margin:22px 0px 0px 10px;
	_margin:22px 0px 0px 0px;
}
.shoppingMainTable .upgradeCell b
{
	color:#d10000;
	font:13px arial; 
	text-transform:uppercase;
}
.shoppingMainTable .upgradeCell p
{
	color:#676c7a;
	font:13px arial; 
	margin-top:7px;
}
.shoppingMainTable a
{
    font:bold 11px/105px arial;
    color:White; 
    cursor: pointer;
    text-decoration:none; 
}
/* product1 - ends */

/* coupon */
#shoppingCoupon_container
{
	width:556px;
	padding:0px 0px 10px 0px;
	background-color:#f5feea;
	overflow:hidden;
}
#shoppingCoupon_container .numberAria
{
	text-align:center;
	height:20px;
	padding-left:30px;
	padding-top:10px;
}
#shoppingCoupon_container .numberAria b
{
	color:#30343d; 
	font:13px/18px arial;
	float:left;
}

#shoppingCoupon_container .numberAria .couponInput
{
	border: 1px #a3a8ac solid; 
	font:12px/17px arial; 
	color:#717b84;
	width:160px;
	float:left;
	margin-left:10px;
}
#shoppingCoupon_container .numberAria .couponBut
{
	background:url(../buts/SC_couponBut.png) no-repeat center; 
	height:23px; 
	width:148px; 
	background-repeat:no-repeat; 
	cursor: pointer; 
	text-align:center;
	float:left;
	margin:0px 0px 0px 15px;
	text-transform:uppercase;
}
#shoppingCoupon_container .numberAria a
{
    color:White; 
    font:11px/23px arial;
}
#shoppingCoupon_container .couponExplain
{
	text-align:left;
	margin:7px 0px 0px 30px;
}
#shoppingCoupon_container .couponExplain p
{
	color:#414348; 
	font:12px arial; 
	width:485px; 
	text-align:justify;
}
#shoppingCard_total
{
	margin:20px 0px;
}
#shoppingCard_total .regTotal
{
	color:#0b597f;
	font:13px arial; 
	text-align:center;
}
#shoppingCard_total .discount
{
	color:#0b597f;
	font-family:arial ,MS Gothic; 
	font-size:13px;
	text-align:center;
}
#shoppingCard_total .line
{
	width:100px;
	height:1px;
	background-color:#be4e03;
	margin-top:7px;
	overflow:hidden;
	margin:auto;
}
#shoppingCard_total .total
{
	color:#be4e03;
	font:bold 14px/20px arial; 
	text-align:center;
}
#shoppingButs_container
{
   margin:0px auto;
}
#shoppingButs_container #backButContainer
{
	background:url(../buts/backLeft.png) no-repeat Left; 
	height:49px; 
	float:left;
	margin:0px 4px 0px;
}
#shoppingButs_container #backButContainer .backBut
{
    background:url(../buts/backRight.png) no-repeat right; 
	height:100%; 
	width:100%;
}
#shoppingButs_container #backButContainer .backBut P
{
    background:url(../buts/backMid.png) repeat-x center; 
	height:100%;
	margin:0px 13px 0px 28px; 
	color:#794211; 
	font:bold 14px/49px arial;
	text-align:center;
	text-transform:uppercase;
}

#shoppingButs_container #submitContainer
{
    background:url(../buts/shoppingSubmitRight.png) no-repeat right; 
	height:49px; 
	width:165px; 	
	float:left;
}

#shoppingButs_container .submitBut
{
    background:url(../buts/shoppingSubmitLeft.png) no-repeat left; 
	height:100%; 
	width:100%; 
}
#shoppingButs_container #submitContainer P
{
    background:url(../buts/shoppingSubmitMid.png) repeat-x center; 
	height:100%; 
	color:white; 
	text-align:center;
	font:bold 14px/49px arial;
	text-transform:uppercase;
	margin:0px 35px 0px 7px;
}



#shopping_centerContainer .alertCoupon
{
    font:bold 12px/18px arial;
    color:Red;
}


/*Shopping Cart Explanations*/

#shoppingExplanations
{
    width:172px;
    
}
#shoppingExplanations .text1, #shoppingExplanations .text2, #shoppingExplanations .text3
{
    width:170px;
    height:100%;
    margin:5px 0px 5px 0px;
    float:left;
    border:1px solid #e3e3e3;
}
#shoppingExplanations  .expTitle
{
}

#shoppingExplanations .expTitle h2
{
	font:13px Arial; 
	color:#3c432e;
	text-align:left;
	padding:3px 0px 0px 5px;
	
}
#shoppingExplanations .midBg
{
}
#shoppingExplanations .bottomBg
{
}

#shoppingExplanations .midBg .content
{
	font:11px arial; 
	color:#696e72; 
	text-align:justify;
	padding:5px;
	margin:auto;
	text-align:left;
	overflow:hidden;
}

/* ---------------------shopping card - ends ------------------------------------------------*/

/*---------------------- Right - Cart Live Support- starts ------------------------------------------------*/

#liveSupport_offline
{
    background:url(../cart_liveSupport_bg.jpg) no-repeat right top; 
	width:172px;
	height:90px; 
	margin:0px 0px 0px 0px; 
}
#liveSupport_offline H2
{
    text-align:left;
    font:bold 18px/20px arial;
    margin:10px 0px 0px 5px;
    color:#7f9526;
    width:100px;
    float:left;
    text-decoration:none;
}
#liveSupport_offline #SupportBut_position
{
	background:url(../buts/supportLeft.png) no-repeat left; 
	width:65px;
	height:17px;
	margin:5px 0px 0px 5px;
	float:left;
}
#liveSupport_offline #SupportBut_position .supportBut
{
	background:url(../buts/supportRight.png) no-repeat right; 
	width:100%;
	height:100%; 
}
#liveSupport_offline #SupportBut_position P
{
	background:url(../buts/supportMid.png) repeat-x center; 
	height:100%;
	margin:0px 3px 0px 3px;
	font:bold 12px/17px arial;
    color:#4b6133;
     text-align:center;
}
 A
 {
     text-decoration:none;
 }
}

/*---------------------- Right - Cart Live Support- ends --------------------------------------------------*/