﻿/* White table classes starts here */

.dvFloat
{
	 width:100%;
	 float:left;
}
.blue-table .td
{
	background-color: #deebf5;
	
}


.blue-table .top-left-curve
{
    background-image: url('../Webimages/blue-table/topleftcurv.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 7px;
    height: 7px;
}

.blue-table .top-center
{
    background-image: url('../Webimages/blue-table/topcenter.gif');
    background-repeat: repeat-x;
    background-position: top left;
    height: 7px;
}

.blue-table .top-right-curve
{
    background-image: url('../Webimages/blue-table/toprightcurv.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 7px;
    height: 7px;
}

.blue-table .middle-left
{
    background-image: url('../Webimages/blue-table/leftcenter.gif');
    background-repeat:repeat-y;
    background-position: top left;
    width: 7px;
}

.blue-table .middle-right
{
    background-image: url('../Webimages/blue-table/rightcenter.gif');
    background-repeat:repeat-y;
    background-position: top left;
    width: 7px;
}

.blue-table .bottom-left-curve
{
    background-image: url('../Webimages/blue-table/bottomleftcurv.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 7px;
    height: 7px;
}

.blue-table .bottom-center
{
    background-image: url('../Webimages/blue-table/bottomcenter.gif');
    background-repeat: repeat-x;
    background-position: top left;
    height: 7px;
}

.blue-table .bottom-right-curve
{
    background-image: url('../Webimages/blue-table/bottomrightcurv.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 7px;
    height: 7px;
}

/* blue table classes ends here */


.dvHeaderLeft
{
	background-image: url('../WebImages/blue-table/HeaderLeft.gif');
	background-repeat: no-repeat;
	width:12px;
	height:48px;
	float:left;
}
.dvHeaderCenter
{
	background-image: url('../WebImages/blue-table/HeaderCenter.gif');
	background-repeat:repeat-x;
	width:960px;
	float:left;
	height:48px;
	text-align:center;
	
}
.dvHeaderRight
{
	background-image: url('../WebImages/blue-table/HeaderRight.gif');
	background-repeat: no-repeat;
	width:12px;
	height:48px;
	float:right;
}
.HeaderText
{
 font-weight:normal;
 text-transform:uppercase;
 color:White;
 font-size:15px;
 font-family:Tahoma;
 font-weight:bolder;


}
.dvboxLeft
{
	float:left;
	width:48%;
	border:solid 0px black;
}
.dvboxRight
{
	border:solid 0px black;
	float:left;
	width:48%;
	
}
.dvboxLeft1
{
	float:left;
	width:27%;
	border:solid 0px black;
}
.dvboxRight1
{
	border:solid 0px black;
	float:left;
	width:73%;
	
}
.content
{
	color:#236ba3; font-size:12px; padding-left:15px;
}
.content1
{
	color:#236ba3; font-size:12px;
}
.BoldText
{
	font-weight:bold; font-size:12px; 
}
.NormalText
{
	font-weight: normal; font-size:12px; 
}
.TopPadding
{
	padding-top:5px; line-height:17px;
}
.TopPadding1
{
	padding-top:15px; line-height:17px;
}
.TextBox
{
	 border:solid 1px #236ba3; font-size:12px; width:200px; color:#236ba3;
}
.RedStar
{
	  color:Red; font-size:12px;
}

.Forgotpwd
{
	font-weight:normal;
	text-decoration:underline;
	color:#236ba3;
	font-size:12px;
}
.LoginBtn
{
	background: url('../WebImages/blue-table/login.gif') no-repeat ;
	border: 0px none;
	text-decoration: none;
	width: 50px;
	height:20px;
	cursor: pointer;
}
.CreateAccountBtn
{
	background: url('../WebImages/blue-table/createaccount.gif') no-repeat ;
	border: 0px none;
	text-decoration: none;
	width: 130px;
	height:20px;
	cursor: pointer;
}	

.CreateGuestBtn
{
	background: url('../WebImages/blue-table/Checkout_Guest.jpg') no-repeat ;
	border: 0px none;
	text-decoration: none;
	width: 141px;
	height:20px;
	cursor: pointer;
}	

.SubmitBtn
{
	background: url('../WebImages/blue-table/submit.gif') no-repeat ;
	border: 0px none;
	text-decoration: none;
	width: 69px;
	height:20px;
	cursor: pointer;
}
.ResetBtn
{
	background: url('../WebImages/blue-table/reset.gif') no-repeat ;
	border: 0px none;
	text-decoration: none;
	width: 69px;
	height:20px;
	cursor: pointer;
}
.dvPartLeft
{
	width:25%;
	float:left;
}
.dvPartRight
{
	width:25%;
	float:left;
}
.dvPartLeft1
{
	width:35%;
	float:left;
}
.dvPartRight1
{
	width:35%;
	float:left;
}
.ProceedCheckoutBtn
{
	background: url('../WebImages/blue-table/Proceed_Checkout.gif') no-repeat ;
	border: 0px none;
	text-decoration: none;
	width: 152px;
	height:20px;
	cursor: pointer;
}
.ContinueBtn
{
	background: url('../WebImages/blue-table/continue-shopping.gif') no-repeat ;
	border: 0px none;
	text-decoration: none;
	width: 130px;
	height:20px;
	cursor: pointer;
}
.UpdateCartBtn
{
	background: url('../WebImages/blue-table/UpdateCart.gif') no-repeat ;
	border: 0px none;
	text-decoration: none;
	width: 147px;
	height:20px;
	cursor: pointer;
}