﻿.errorLabel
{
	font-size: 16pt;
	color: red;
	font-family: Arial;
}

.large_heading 
{
	font-size:1000%;
	font-family: Times New Roman,Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.page_title1
{  
	font-size:12px;
	color:Blue;
	width:100%;
	border-bottom:Blue double;
	font-weight:normal;
}
.page_title 
{  
	font-size:150%;
	color:Blue;
	width:100%;
	border-bottom:Blue double;
	font-weight:bolder;
}
.infoLabel
{
	color: black;
	font-weight: bold;
	font-size:12pt;
  }



.regularPrice
{
	color: black;
}

.regularPriceCrossed
{
	color: black;
	text-decoration: line-through;
}

.discountPrice
{
	color: green;
	font-weight: bold;
	font-size:10pt;
}

.detailsViewCommandButton
{
	color: Red;
	font-weight: bold;
	font-size:12pt;
}

.image 
{
	max-width:50px;
}

.True 
{
	display:inherit;
}

.False 
{
	display:none;
	margin:0px;
}

.label 
{
	width:190px;
	height:auto;
}

.modalBackground
{
	background-color: #f5f5f5;
	filter: alpha(opacity=70);
	opacity: 0.7;
	margin-top:-121px;
	margin-left:-240px;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	margin-top:-121px;
	margin-left:-240px;

}

.editRow 
{
	width:100%;
}

.editRow td
{
	text-align:center;
}

.p_header
{
	text-align: left;
	width: 50%;
	border: solid 2px #ff0000;
	font-size: large;
	margin-bottom: 10px;
	margin-top: 30px;
	padding:5px;
	color: #000000;
	background-color: #ccccff;
	font-weight:bold;
}

.p_header_small
{
	text-align: left;
	width: 50%;
	font-weight: bold;
	border-bottom: solid 1px #0000ff;
	font-size: large;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #000000;
	
}

.addressTable 
{
	width:100%;
	padding: 5;
}

.addressHeading
{
	text-align: right;
	vertical-align: middle;
	font-size: 8pt;
	font-variant: small-caps;
}

.td_checkout_spacer 
{
	width:6%;
}

.paymenttextrt					
{
	text-align: left; 
	color: #0E0F05; 
	font-family: verdana, sans-serif; 
	font-size: 10px; 
	text-decoration: none; 
	vertical-align:top;
	padding: 8px; 
	text-align: right;
}

.paymenttextrtdet					
{
	text-align: left; 
	color: #0E0F05; 
	font-family: verdana, sans-serif; 
	font-size: 10px; 
	text-decoration: none; 
	vertical-align:top;
	padding-top: 3px; 
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;
	text-align: right;
}

.paymenthline					
{
	padding-left:3px;
	padding-right:3px;
	height:1px;
}

.paymentvline					
{
	width:1px; 
	background-color:#ff0000;
}

.paymenttitle					
{
	text-align: left; 
	color: #FFFFFF; 
	background-color:#cccccc; 
	font-family: verdana, sans-serif; 
	font-size: 10px; 
	text-decoration: none; 
	vertical-align: middle;  
	padding: 8px; 
	font-weight: bold; 
}
	

.paymenttypetable				
{
	border: 1px solid #ff0000;
	background-color:#FFFFFF;
	width:100%;
}

.paymenttypetitle				
{
	color:#0E0F05; 
	font-family: verdana, sans-serif; 
	font-size:14px; 
	font-weight: normal; 
	line-height: 14px; 
	height: 28px;
	text-align: left; 
	text-decoration: none; 
	background-color: #ff0000;
}

.paymenttypetextdark			
{
	color:#434436; 
	font-family: verdana, sans-serif; 
	font-size:9px; 
	font-weight: bold; 
	line-height: 14px; 
	text-align: left; 
	text-decoration: none;
}

.small							
{
	color: #000000; 
	font-family: verdana, sans-serif; 
	font-size: 10px; 
	text-decoration: none; 
	vertical-align: middle;
	background-color:#F6F8CB;
}

.gridTextBox 
{
	font-size:8pt;
	height:12px;
	padding:0px;
}

.gridButton 
{
	font-size:8pt;
	height:20px;
	padding:0px;
	
}

.progressDiv
{
	padding:10px;
	border:solid 2px #ff0000;
	background-color:#ffffff;
	font-weight:bold;
	color:#ff0000
}

.progressContainer
{
	position:fixed;
	top:0px;
	right:0px;
}

.productEditHeader
{
	color:#ffffff;
	border: solid 1px #000000;
	width: 100%;
	background-color: #0000ff;
	font-weight:bold;
	font-size:12pt;
	padding:5px;
}
.button_image
  {
  background-image:url(../images/NewImages/continuecheckout.gif);
  background-repeat:no-repeat;
  width:150;
  height:25;
  }