﻿#Checkout
{
	font-size:10pt;
	color:#6495ED;
}
#Checkout .Button
{
}
#Checkout .CartDisplay
{
	font-size:10pt;
	width:520px;
}
#Checkout .CartFooter
{
	margin:0px;
	padding:0px;
	text-align:right;
}
#Checkout .CartHeader
{
	color:#6495ED;
	text-align:left;
	font-variant:small-caps;
	font-weight:bold;
}
#Checkout .CartProduct
{
  font-weight:normal;
	color:Black;
	font-size:8pt;
}
#Checkout .CartDescription
{
  
	font-weight:normal;
	color:Black;
	font-size:8pt;
}
#Checkout .CartPrice
{
	text-align:right;
	font-weight:normal;
	color:Black;
	font-size:8pt;
}
#Checkout .CartQuantity
{
	text-align:center;
	font-weight:normal;
	color:Black;
	font-size:8pt;
}
#Checkout .CartRow
{
}
#Checkout .FieldLabel
{
  color:#6495ED;
	text-align:left;
	font-variant:small-caps;
	font-weight:normal;
}

#Checkout .FieldValue
{
}
#Checkout .ValidationIndicator
{
}
#Checkout .InputField
{
}
#Checkout .InputDropDown
{
}
#Checkout h3
{
  color:#6495ED;
	font-size:10pt;
	margin:2px 0px 2px 0px;
}
#Checkout .EndMessage
{
	display:block;
	margin-top:10px;
	text-align:center;
	font-size:large;
}
#Checkout .ErrorMessage
{
	margin-top:10px;
	display:block;
	color:Red;
}
#Checkout .Message
{
	font-weight:bold;
}

#Checkout .OrderBreadCrumbs span
{
  margin-right:10px;
}
#Checkout .OrderBreadCrumbs .Disabled
{
  color:Gray;
}
#Checkout .ModalBackground
{
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;
}
#Checkout .OrderPopup
{
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

#Cart
{
	font-size:8pt;
}
#Cart .CartGrid
{
	width:520px;
}
#Cart .CartGrid tr td
{
	font-size:8pt;

}
#Cart .FieldLabel
{
	color:#6495ED;
	text-align:left;
	font-variant:small-caps;
}
#Cart .FieldValue
{
}
#Cart .CartFooter
{
	color:#6495ED;
	text-align:right;
	font-variant:small-caps;
}
#Cart .Footnote
{
	font-style:italic;
	
}
#Cart .Button
{
}
#Cart .CartProduct
{
  font-weight:normal;
}
#Cart .CartDescription
{
  font-weight:normal;
}
#Cart .CartPrice
{
	text-align:right;
	font-weight:normal;
}
#Cart .CartQuantity
{
	text-align:center;
}
#Cart .CartRow
{
}

.ProductDisplay, .ProductDisplay a:visited, .ProductDisplay a:link
{
  font-size:8pt;
  color:Blue;
  text-decoration:underline;
   
}


.ProductListing .CategoryPagerStatistics, .ProductListing .CategoryPager
{
	color:Gray;
}
.ProductListing td
{
	font-size:8pt;
}

.ProductListing .Price
{
	color:red;
}

.ProductListing a
{
	font-weight:bold;
}

.ProductListingDetails H1
{ 
	margin-top:0px;
	display:inline-block;
	color:#003366;
	font-size:12pt;
	font-weight:bold;

	
	/*
	for image based headers
	text-indent:-500px;
	*/
 text-transform: uppercase; }
 
.ProductListingDetails .Price
{
	font-size:16pt;
	font-weight:bold;
	color:red;
}
