﻿@media screen and (-webkit-min-device-pixel-ratio:0) 
{
  /* for Sarari/Chrome formatting issue 
  #cartTable { margin-top: 90px;  }
  */
}
 
body 
{
	color: Black;
	font-family: Arial;
	font-size: 10px;
	margin: 0px auto;
	width: 900px;
}

#cartTable { margin-top: 30px;  }

#container
{
	margin: 0px auto;
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 10px;
	/*height: 550px;	 RWJ 3/22/11 - changed height for standard page box size */
}

#ctl00_ContentPlaceHolder1_UpdatePanel1
{
    clear: both;
}

.warning
{
    border: thin #800000 solid;
    padding: 5px;
    margin: 20px;
    text-align: left;
    vertical-align: middle;
    color: #800000;
    background-color: #FFCCCC;
}

.header 
{
	background-color: #FFFFFF;
	width: 900px;
	color: #365164;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 0px;
	font-weight: bold;
	font-family: Verdana;
	font-size: x-large;
	text-align: center;
}

.footer
{
	background-color: #5B5A5F;
	color: #EEEEEE;
	font-family: Arial;
	font-size: xx-small;
	text-align: left;
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	clear: both;			/* added by Hongling sun 2/8/2011: make sure footer always shown at the bottom */
}

.footerarea
{
    padding-top:20px;
    clear: both;
}

.boxHead
{
	background-color: #FFFFFF;
	font-size: 1.03em;
	font-weight: bold;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;	
}

.entryPanel
{
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 1px;
	color: #000000;
	font-size: small;
	font-weight: normal;
}

.entryNotes
{
	background-color: #FFFFFF;
	font-size: 0.87em;
}

.showCart
{
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding: 10px;
	color: #000000;
	font-size: small;
	font-weight: normal;
	text-align: left;
}

.confPanel
{
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding-left: 30px;
	padding-right: 10px;
	color: #000000;
	font-size: small;
	font-weight: normal;
	text-align: left;
}

.paymentPanel 
{
	Width: 100%;
	top: 50px;
	background: #EEEEEE;	
}

.setImage
{
	 text-align:center;
	 padding-top: 5px;
	 margin-bottom: 10px;
}

.errorNote
{
	 font-weight: bold;
	 color: Red;
}

.checkoutNote
{
	font-family: Arial;
	font-size: 1.27em;
	font-weight: bold;
	color: Navy;
	width: 160px;
}

.returnPanel
{
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	padding: 40px;
	width: 90%;
	text-align: center;
}

.infoPanel
{
	background-color: Green ;
	font-family: Arial;
	font-size: 0.77em;
	padding: 20px;
	height: 230px;
}

.startUp
{
	background-color: #FFFFff;
	font-family: Arial;
	font-size: 1.0em;
	font-style: normal;
}

.startUpPanel
{
	background-color: #ffffff;
	color: #000000;
	font-family: Arial;
	font-size: small;
	width: 900px;
}

.RightFrame
{
	float:right;
	top: 0px;
	width: 180px;
}

.RightFrame a
{
      color:Yellow ;
      font-size:12pt;
}

/* css below from the StyleSheet.css file */

a
{
	color:blue;
	font-size: 12px;
}

.Title
{
	font-size: 13pt;
	font-weight:bold;
	display:inline;
	color: #003366;
	font-variant:small-caps;
}

.SubTitle
{
	font-size: 12pt;
	font-weight:bold;
	width: 180px;
	display:inline;
	color: #003366;
}

.General
{
	font-family:Arial;
	font-size: small;
	width: 650px;
	margin-right:auto;
	text-align:left;
	color:#000000;
	font-weight:normal;
	/*padding: 20px 10px 10px 30px;*/
	padding: 0px 0 0 0;
}

hr
{
	color:#003366;
}

.HRDivide
{
	color:#003366;
	border-bottom:2px dotted #000;
}

.shippinglabeltext
{
	font-size: 10pt;
	font-weight: normal;
	text-align:left;
}

.HiddenField
{
	display:none;
}

.UPS
{
	font-size: 8pt;
	font-weight:bold;

}

.SubmitConfirm
{
    float:right;
}