/* 
_________________________________________________
								"Fresh Start v.5"
		   (a starter theme for bv commerce 2004)
			 by cjs. at www.promotionsickness.com
_________________________________________________


	__________________________________________________________________________________________	
	THIS MESSAGE MUST REMAIN INTACT:
	This work was created by Cliff Spence at proMotionSickness.com, but may have been modified
	to fit the design of this website by a third party, so proMotionSickness.com cannot take
	responsibility for any modified version of this work.  It is licensed under the Creative
	Commons Attribution-ShareAlike License. To view a copy of this license, visit
	http://creativecommons.org/licenses/by-sa/2.0/ or send a letter to:
	Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
	__________________________________________________________________________________________	
	There is no support available for this theme, it's offered 'as is', but if you do have
	a problem or find a bug, post on the BV Forums, preferably in the thread where this 
	theme was first available (Free Theme: "Fresh Start" v5):
	
	--------------> http://www.bvsoftware.com/forums/default.aspx?f=28&m=12288 <--------------

	(What is BV Commerce 2004? Find out at www.bvsoftware.com)
	
	Best viewed with Firefox (www.getfirefox.com)

	Have fun... cjs.
	__________________________________________________________________________________________
*/


/* Basic Styles
_____________________________________________________________________________________________ */
body {
  background: #a1a1a1 url(bodyBG.jpg) repeat-x top left;
  margin: 0;
  padding: 0;
  text-align:center;
  font: 12px Arial, Verdana Helvetica, Sans-Serif;
  color: #000;
  letter-spacing: normal;
  }
p, tr, td, ul, li {
  font: 11px Arial, Verdana, Helvetica, Sans-Serif;
  }
ul li {
  margin:0;
  list-style-type: square;
  }
h1 {
  padding: 0;
  margin: 0 0 3px 0;
  font: bold 16px Arial, Verdana, Helvetica, Sans-Serif;
  color: #666;
  border: none;
  border-bottom: 1px solid #666;
  }
h3 {
  padding: 0 3px;
  margin: 3px;
  font: bold 12px/13px Arial, Verdana, Helvetica, Sans-Serif;
  color: #666;
  }

h4 {
  padding: 3px;
  margin: 0px;
  font: bold 11px Arial, Verdana, Helvetica, Sans-Serif;
  color: #fff;
  text-align: left;
  background: transparent;
 
  }
h5, h6 {
  padding: 0;
  margin: 0;
  font: bold 12px/16px Arial, Verdana, Helvetica, Sans-Serif;
  color: #666;
  }
a{
  text-decoration: underline;
  color: #333;
  font: 11px Arial, Verdana, Helvetica, Sans-Serif;
  }
a:hover {
  text-decoration: underline;
  }
table td { vertical-align:top;padding:0px; }
img { border: none; }
.hide { display: none; }

#testdrivelnk{display:block;background:url(testdriveicon.gif) no-repeat top left;text-indent:-9999px;width:52px;height:18px;float:left;margin-left:35px;}
#JRdetails{display:block;background:url(moreDetails.gif) no-repeat top left;text-indent:-9999px;width:130px;height:30px;}
#clickhereJR{display:block;background:url(/images/AdjusterLogon.gif) no-repeat top left;text-indent:-9999px;width:130px;height:30px;margin:0px auto;}
#clickhereJR2{display:block;background:url(/images/PropCasLogon.gif) no-repeat top left;text-indent:-9999px;width:130px;height:30px;margin:0px auto;}
#clickhereJR3{display:block;background:url(/images/LifeHealthLogon.gif) no-repeat top left;text-indent:-9999px;width:130px;height:30px;margin:0px auto;}
/* Main Layout*/

#container {
  display:block;
  margin:30px auto;
  border:1px solid #fff;
  width:900px;
  background:#333399;
  padding:0px;
  position:relative;
  }

/*	____________________
	Pop-up Containers */
#popupContainer {
  width:100%;
  padding:10px;
  background: #FFF;
  }

/*	_______________________w
	Pages with a sidebar */
#navcolumn, #HomeColumn1, #NavColumn {
  margin: 0;
  padding: 0px;
  padding-left:15px;padding-right:8px;

  vertical-align:top;
  text-align:center;
  background:url(leftcolumnBG.jpg) repeat-y;
  }
#HomeColumn1 .HomepageBlock p{font-weight:normal;padding:5px;text-align:left;}
  #HomeColumn3 {
  vertical-align:top;
  text-align:left;
  padding: 0px;
  padding-left:15px;padding-right:8px;
  width: 181px;
  margin: 0;
  background:url(leftcolumnBG.jpg) repeat-y;
  }
#contentcolumn, #ContentColumn {
  padding:0px;
  margin:0px;

  vertical-align:top;
  text-align:left;
 
  }
  #newcourses h4, h4{background:url(catlistH4b.jpg) no-repeat top left;margin-top:0px;padding-top:4px;font:Arial, Helvetica, sans-serif;
font-size:14px;color:#000;padding-bottom:8px;} 
.CategoryList h4, #newcourses h4, #navcolumn h4, h4#hometop{background:url(catlistH4.jpg) no-repeat top left;
font:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
padding:5px;
border-bottom:none;
color:#000;
padding-top:9px;padding-bottom:8px;
margin-top:-6px;
}
#newcourses h4, h4{background:url(catlistH4b.jpg) no-repeat top left;margin-top:0px;padding-top:4px;}  
#homecenter1{display:block;background:#fff url(centerBG.jpg) repeat-y top right;width:485px;margin-top:5px;position:relative;left:3px;height:350px;clear:none;}
#uppercenter{width:485px;background:url(centerboxtop.jpg) no-repeat top right;height:12px;}
.homefloats{display:block;width:110px;float:left;margin-left:7px;}


/*	__________________________
	Pages without a sidebar */
#page, #pag {
  padding:0px;
  margin:0px;
  background:transparent;
  }
  
/*	________________________________
	Content Section on Every Page */
#maincontent {
  margin:0px;
  padding:0px;  
  width:665px;  
  text-align: left; 
   background:transparent;
  margin-left:6px;margin-right:11px; 
  }
  #ContentColumn #maincontent, #page #maincontent{background:#fff;margin-left:14px;}

/* Header
___________________________________________________________________________________________ */
#Header {
  background: transparent url(headerbg.jpg) no-repeat top left;
  padding: 0px;
  padding-top:15px;
  padding-bottom:10px;
  margin: 0px;
  width: 898px;
  position: relative;
  }
#BrandingArea {
  height:99px;
  width:870px;
  margin:0px 15px;
  border:1px solid #fff;
  border-bottom:none;
  background: #6666ff url(brandingbg.jpg) no-repeat top left;
  position: relative;
  }
 #Logo{text-align:left;} 

#Logo a {
  
  text-indent: -9999px;
  background: transparent url(http://www.insurance-schools.com/BVThemes/InsuranceSchoolsTheme2008/ThemeLogo.gif) no-repeat top left;
  display: block;
  width: 240px;
  height: 99px;
  }

#Logo img { display: none; }

/*	____________
	Site Menu */
#SiteMenu {
  background: transparent;
  position:absolute;
  top:-38px;
  right:-23px;
  color:#fff;
  }
#SiteMenu ul {
  margin:0;
  padding: 0px;
  white-space:nowrap;
  text-align: left;
  }
#SiteMenu li {
  display: inline;
  list-style-type: none;
  color:#fff;
  }
#SiteMenu a {
  padding: 4px 8px;
  color: #fff;
  line-height: 12px;
  font: 12px  Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  }
#SiteMenu a:hover {
  text-decoration: underline;
  }
  

	/*Link to Shopping Cart */
#ShoppingCartLink a, #ShoppingCartLink a:link, #ShoppingCartLink a:active, #ShoppingCartLink a:visited {
font:Arial, Helvetica, sans-serif;display:block;
font-size:13px;font-weight:bold;padding:4px;
border-bottom:4px solid #339;
  color:#fff;
  text-decoration:none;
  margin-bottom:5px;
  background:url(carticon.jpg) no-repeat top left;
  padding-left:20px;padding-top:0px;
  
  }
#ShoppingCartLink a:hover {
  color:#efefef;
  text-decoration: underline;
  }

/*	___________
	MiniCart */
#JRMiniCart{
position:absolute;
top:25px;right:8px;
text-align:center;
font-weight:normal;color:#fff;
}

#JRSearch{position:absolute;bottom:-33px;right:0px;width:175px;padding:0px;margin:0px;text-align:right;}
#JRSearch h4{background:transparent;color:#339;font:Arial, Helvetica, sans-serif;font-size:13px;float:left;border:none;padding:0px;margin:2px}
#Header1_HeaderSearchJR_boxSearchBox, #Header_HeaderSearchJR_boxSearchBox{float:left;border:1px solid #000;}
#Header1_HeaderSearchJR_btnSearchBox, #Header_HeaderSearchJR_btnSearchBox{position:relative;top:2px;}
/* Main Menu
___________________________________________________________________________________________ */
#MainMenu {
  width:870px;
  margin:15px;
  margin-top:0px;
  background: #9090da;
  text-align:left;
  border:1px solid #fff;
  border-top:none;
  margin-bottom:5px;
  }
  
/*	_____________________________
	Top-Banner Categories Menu */
#MenuLevel1{
  background: transparent;
  margin: 0px;
  width:100%;
  border-top:20px solid #333399;
  
  }
 

  
/*	________________________
	Category Top-Banner Tabs
	(comment out the following if you're using category images, see above)*/
#MenuLevel1 .MenuItem a, #MenuLevel1 .MenuItemActive a {
  min-width:90px;
  font: bold 12px Arial, Helvetica, Sans-Serif;
  padding:4px;padding-right:13px;
  margin:2px;border-right:4px solid #6666ff;
  background: transparent;
  color: #000;
  line-height:28px;
  text-align: left;
  text-decoration:none;position:relative;
  }
#MenuLevel1 .MenuItem a:hover, #MenuLevel1 .MenuItemActive a:hover {    
text-decoration:underline;
  }
#MenuLevel1 .MenuItemActive a {
color:#fff;text-decoration:none;background:#66f;border-right:4px solid #000;

  }
.MenuItem a img{margin:0px;padding:0px;position:absolute;top:0px;left:0px;}
/*	________________________________
	Sub-Category Links Under Tabs */
#MenuLevel2 {
  display:none;
  }


/* Home Page
___________________________________________________________________________________________ */
#PageHome #MainContent, .HomepageBlock {
  padding:0;
  margin:0;
  position:relative;
  }
#HomeTable {
  padding:0;
  margin:0;
  
  }

#HomeColumn2 {

width:485px;
  vertical-align:top;
  text-align:center;
  padding: 0px;
  margin: 0;
  }
  #banner1{width:485px;height:59px;text-indent:-9999px;background:url(tagline.jpg) no-repeat top right;}


/* Other Menus
___________________________________________________________________________________________ */
#navColumn ul, .CategoryList ul,
#navColumn ul li, .CategoryList ul li {
  padding: 0;
  margin:0;
  width:181px;
  list-style-type: none;
  }
  

/*	_________________________
	Side Bar Menus & Forms */
.CategoryList, .SearchBoxForm, .MailingListSignupForm {
  margin:0px;
  padding:0px;
  }
.CategoryListContent, .SearchBoxFormContent, .MailingListSignupFormContent, .NavColumnBlockContent {
  padding: 0px;
  margin:5px auto;
  text-align: left;
  background: transparent;
  
  }
.SearchBoxFormContent .FormInput, .MailingListSignupFormContent .FormInput {
  border: #666 1px solid;
  background: #efefef;
  color: #666;
  padding-left: 2px;
  font: bold 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
  height: 18px;
  }
.MailingListSignupFormContent .FormLabel {
  font: 10px/12px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  color: #666;
  }

/*	_________________________________
	Side Bar Categories Menu Links */
	/* NOTE: This section still in beta.*/ 
.CategoryListContent ul, .CategoryListContent ul li, .NavColumnBlock ul, .NavColumnBlock ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  }
 .CategoryListContent{display:block;padding:0px;margin:0px;width:181px;}
.CategoryListContent li, .NavColumnBlock li { 
margin: 0;

background:url(catlinkBG.jpg) no-repeat bottom right; }

.CategoryListContent a,
.CategoryListContent a:link,
.CategoryListContent a:visited,
.NavColumnBlock a,
.NavColumnBlock a:link,
.NavColumnBlock a:visited {
 display: block;
	color: #333399;
  background:transparent url(bullet1.jpg) no-repeat top left;
  padding-left:23px;
  text-decoration: none;
  font: bold 12px Arial, Helvetica, Sans-Serif;
 line-height:20px;
  }
  .CategoryListContent li li a,
.CategoryListContent li li a:link,
.CategoryListContent li li a:visited {
  display: block;
  color: #000;
  background:transparent;
  padding:5px;text-align:left;padding-left:25px;
  text-decoration: none;
  font: 11px Arial, Helvetica, Sans-Serif;
  }
  .CategoryListContent .CurrentCategory a,
.CategoryListContent .CurrentCategory a:link,
.CategoryListContent .CurrentCategory a:visited,
.CategoryListContent .CurrentCategory a:hover {
  color: #000;
  
  font: bold 12px Arial, Helvetica, Sans-Serif;
   line-height:20px;
  }
  .CategoryListContent li .CurrentCategory ul li a, .CategoryListContent li .CurrentCategory ul li a:link, .CategoryListContent li .CurrentCategory ul li a:visited{font-weight:normal;font-size:11px;}
  
  .CategoryListContent li a:hover, .CategoryListContent li li a:hover{text-decoration:underline;}


/* Breadcrumbs
___________________________________________________________________________________________ */
#BreadCrumbs {
  margin-bottom: 4px;
  padding: 4px;    
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  color: #000;
  text-align: right;
  display:block;
  background:#9090da;
  border:1px solid #fff;
  }
#BreadCrumbs a, #BreadCrumbs a:link, #BreadCrumbs a:visited {
  color: #333;
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: underline;
  }
#BreadCrumbs a:hover {
  color: #000;
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  }
.BreadCrumbTrailSpacer {
  font: 8px Verdana, Arial, Helvetica, Sans-Serif;
  }
.BreadCrumbTrailNoLink {
  }

/* Category Page
___________________________________________________________________________________________ */
#maincontent h1{padding:10px; color:#000066;}
#LayoutTable {
  width:650px;
  text-align:center;margin:0px auto;
  }
#Records table {
  
  width:650px;
  text-align:center;margin:0px auto;
  }
#Records table tr td {
  text-align:center;
  }
#Records table table {
  border:none;
  width:98%;
  }

/*	____________________________________________________
	Category Header (also uses H1 for category title) */
#CategoryBanner {
  margin:0px;
  }
#Description {
  font:12px/14px Verdana, Helvetica, Arial, Tahoma, Sans-Serif;		
  color:#000;
  margin:5px 25px;
  }
  #Description a{font-size:13px;color:#000099;}
#RecordsFound, #Pager ,#Sorter , #Sorter TD {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color:#666;
  margin-bottom: 3px;
  white-space:nowrap;
  }
#Records {
  padding: 5px 0;
  }

/*	_____________________________
	"New" Image Position */
.NewProductBadge {
  position:relative;
  left:-60px;
  top:-128px;
  }
  
/*	________________
	Products Grid  */
.SingleCategoryDisplay {
  display: block;
  text-align:center;
  width:180px;
  border:2px solid #999;padding:5px;
  margin:5px auto;
  vertical-align:top;
  }
 #Records .SingleCategoryDisplay .SingleCategoryDisplayName a, .ListCategoryDisplayName A{font-weight:bold;text-decoration:none;color:#000066}
.SingleProductDisplay {
  display: block;
  text-align:center;
  width:180px;
  vertical-align:top;
  border: 2px solid #999;
  padding:5px;
  margin:6px auto;
  }
.SingleProductDisplay {
  margin-top: 5px;padding:5px;
  }
.SingleProductDisplayImage {
  padding-bottom:5px;
  }
.SingleProductDisplayName A, .SingleCategoryDisplayname A, .ListCategoryDisplayName A {
  font: 12px Arial, Helvetica, Sans-Serif;color:#000066;font-weight:bold;margin:5px;
  }
.SingleProductDisplayPrice A {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color:#8E9077;
  text-decoration:none;
  }
 #Records a:hover{text-decoration:underline;} 
/*	____________________________
	Products/Categories Lists */
.ListProductDisplay {
  height: 100%;
  }
.ListProductDisplayName, .ListProductDisplayName td,
.ListCategoryDisplayName, .ListCategoryDisplayName td {
  text-align:left !important;
  }
  .ListCategoryDisplayName a, .DetailProductDisplayName a{color:#000066;font-weight:bold;}
  .DetailProductDisplayName a{font-size:12px !important;}
.ListProductDisplayPrice, .ListProductDisplayPrice td {
  float:right !important;
  text-align:right !important;
  }
#ContentColumn .ListCategoryDisplay table.ListCategoryDisplayDescription td, #ContentColumn .ListCategoryDisplay table.ListCategoryDisplayDescription td span{
  padding:5px;
  font: 12px/14px Arial, Helvetica, Sans-Serif;
  text-align:left;
  }

/*	__________________________
	Detailed Products Lists */
.DetailProductDisplay {
  margin: 10px;
  text-align:left;
  
  }
  #Records table td{border-bottom:2px solid #ddd;}
  #Records table td td{border-bottom:none;}
#Records .DetailProductDisplay td table{width:490px;}
#Records .DetailProductDisplay td table.DetailProductDisplayImage{width:120px;margin-bottom:20px;}
.DetailProductDisplayName td,
.DetailProductDisplayPrice td,
.DetailProductDisplayDescription td,
.DetailProductDisplayControls td {
  text-align:left !important;
  
  
  }
#Records .DetailProductDisplayImage {
  width:120px;height:140px;
  float:right;
  text-align:right;
  }
  .shortlinks{display:block;margin:3px;padding:5px;background:#fff;border:1px solid #339;width:250px;float:right;margin-top:6px;}
  .shortlinks a{display:block;font-weight:bold;font-size:11px;font-family:Arial;line-height:18px;color:#333;padding-left:25px;background:url(jrarrow.gif) no-repeat top left;}
  .shortlinks a:hover{color:#339;text-decoration:none;}
 
/*	_______________________________________
	Side Bar Product & Category Rotators */ 
.HomepageBlock .SingleCategoryDisplay {
  display: block;
  text-align:center;
  width:140px;
  margin:5px auto;
  vertical-align:top;
  }
.HomepageBlock .SingleProductDisplay {
  display: block;
  text-align:center;
  width:140px;
  height:100%;
  vertical-align:top;
  border: none;
  padding:5px;
  margin:6px auto;
  }
.HomepageBlock .SingleProductDisplay {
  margin-top: 5px; !important
  }
.HomepageBlock .SingleProductDisplayImage {
  height:64px;
  padding-bottom:5px;
  }
  
/* Product Page
___________________________________________________________________________________________ */

/*	_________
	Layout */
#ProductPageContainer {
  width:650px;margin:0px auto;
  }
#ProductPageImageColumn {
  width:200px;
  padding:0 10px 0 0;
  margin:0px;
  vertical-align:top;
  text-align:center;
  }
#ProductPageContentColumn {
  padding:0 0 0 10px;
  margin:0;
  vertical-align:top;
  text-align:left;  
  border-left: 1px solid #999;
  }

/*	_________
	Styles */
#lblSKU { font-size: 11px; color: #009; }
#productdescription {
  padding: 8px;
  font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000;
  }
#imgZoom, #PrintThisPage, #EmailThisPage { margin: 0 0 2px 0; }
#ProductImage a, #ProductImage a:hover { text-decoration: none; }

/*	_______________________
	Product Controls Box */
#ProductControls {
  margin-top:20px;
  border: 1px solid #999;
  background: #efefef;
  padding: 15px 0 0 15px;
  }

/*	_____________________
	Product Properties */
.ProductPropertyLabel { font: bold 11px Verdana, Arial, Helvetica, Sans-Serif; color:#009; margin:5px;}
td.ProductPropertyLabel{width:200px;padding:3px;text-align:right;}
td.ProductProperty{padding:3px;}
#ProductProperties { text-align:left; }
#ProductProperties ul { margin: 5px 0 0 50px; }
#ProductProperties ul li { margin-top:3px; }
#ProductProperties ul ul { margin: 5px 0 0 0; }
#tblOptions .ProductProperty .FormLabel label{font-size:12px;color:#333;line-height:14px;}

/*	________________
	Pricing */
	#Prices td{padding:5px;}
	#Prices td .ProductPropertyLabel{color:#000;}
.DiscountText { font: 11px Verdana, Arial, Helvetica, Sans-Serif; color:#333; }
.SitePriceDiscounted,.YouSave,.ListPrice,.SitePrice { font-weight:bold;font-size:12px; }
.SitePrice, .ListPrice { color:#666;margin:3px;margin-left:0px; }
.ListPrice { text-decoration:line-through;margin:3px;margin-left:0px; }
.YouSave { color:#f00; }
.SitePriceDiscounted { color:#000099; }

/*	_________________
	Volume Pricing */
#VolumeDiscounts { margin:5px; }
.VolumePricingHeader { background:#999; font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif; color:#FFF; }
.VolumePricingText { font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif; color:#666; }

/*	________________
	Related Items */
.RelatedItemsBlock {
  display: block;
  background: #fff;
  width: 180px;
  margin: 10px auto;
  border: 1px solid #333;
  }
.RelatedItemsBlock H3 {
  padding: 3px;
  margin: 0;
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #009;
  text-align: left;
  border-bottom: 1px solid #333;

  }
.RelatedItemsBlockContent { padding: 5px; text-align: center; }
.RelatedItemsBlock .SingleProductDisplay { border:none;width:160px; height:100%; }
.RelatedItemsBlock .SingleProductDisplayImage { height:70px; }

/*	__________________
	Product Reviews */
#ProductReviews H3 {
text-align:center;
  padding: 3px 6px;
  margin: 0 0 5px 0;
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #009;
  background:#efefef;
  border: 1px solid #333;
  }
#ProductReviews, #ProductReviewNew { margin: 10px 0; }
#ProductReviews a:link, #ProductReviews a:visited {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  }
#ProductReviews a:hover {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  }
.ProductReviewRating {
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  color:#666;
  }
.ProductReview {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  margin: 5px 10px;
  }
.ProductReviewKarma { font: 11px Verdana, Arial, Helvetica, Sans-Serif; color:#666; }

/* Checkout
___________________________________________________________________________________________ */
#tblItems {
  border: 1px solid #999;
  width:745px;
  margin:5px;
  }
#CheckoutTable {
  width:745px;
  }
.Header {
  padding: 3px;
  margin: 0;
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #fff;
  background: #343399;
  }
.CheckoutDescription {
  font: 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  }
  #dgOrders{width:620px;}

/*	_________________
	Checkout Steps */
#CheckoutSteps {
  padding:5px;
  background: #fff;
  margin:0;
  }
.CheckoutStep {
  padding-right:20px;
  }
.CheckoutStep a, 
.CheckoutStep a:link, 
.CheckoutStep a:visited {
  font: 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color:#999;
  white-space:nowrap;
  text-decoration:none;
  }
.CheckoutStep a:hover {
  font: 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color:#666;
  white-space:nowrap;
  text-decoration:none;
  }
.CheckoutStep .CheckoutStepCurrent, 
.CheckoutStep a:link.CheckoutStepCurrent, 
.CheckoutStep a:visited.CheckoutStepCurrent, 
.CheckoutStep a:hover.CheckoutStepCurrent {
  font: bold 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color:#666;
  white-space:nowrap;
  text-decoration:none;
  }
#Page #maincontent{width:870px;}
/*	_____________________
	Shopping Cart Page */
#CartTitle {
  width:820px;
  margin:0px auto;
  }
#CartSubTitle {
  }
#CartContainer {
  width:820px;
  padding:0px;
  margin:0px auto;
  }
#CartItemBlock {
  padding:0px;
  margin:0px;
  }
#CartItemBlock Table {
  margin:0px;
  width:820px;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-bottom: none;
  }
#CartUpdateBlock {
  width:500px;
  background:#fff;
  margin:0px;
  text-align:center;
  vertical-align:middle;
  border-left: solid 1px #999;
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  }
#CartTotalBlock {
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  width:260px;
  margin:0px;
  padding:5px;
  text-align:center;
  vertical-align:middle;
  }
#CartCheckoutButtons {
  width:745px;
  text-align:right;
  margin-top:10px
  }
.CartItem {
  padding: 5px;
  background: #fff;
  font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color: #666;
  text-align: left;
  border-bottom:1px solid #999;  
  }
.CartAlternateItem {
  padding: 5px;
  background: #efefef;
  font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color: #666;
  text-align: left;
  border-bottom:1px solid #999;  
  }

/*	__________________
	Checkout Styles */
#AddressBookPanel {
  width:735px;
  margin:0 0 10px 0;  
  }
#AddressList td {
  border: 1px solid #efefef;
  padding: 5px;
  }
.ContentBox {
  margin: 3px 0px 5px 20px;  
  text-align:left;
  background:#ffe;
  border: solid 1px #999;
  padding:10px;
  }
#CheckoutTotals {
  text-align:center;
  background:#f5f5f5;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  padding:5px;
  margin: 0;
  width: 172px;
  }
#lblGrandTotal {
  border-top: 1px solid #ccc;
  }
#PlaceOrderCell {
  padding:0px;
  margin: 0;
  text-align:center;
  background:#fff;
  }
.ControlArea {
  border: 1px solid #999;
  background: #f5f5f5;
  padding:5px;
  margin-top:5px;
  }
#CheckoutPayment {
  background:#f5f5f5;
  border: 1px solid #999;
  padding:5px;
  margin: 0;
  text-align:left;
  width: 172px;
  }
#InstructionsField {
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  padding:3px;
  margin: 3px 0;
  }
  
/*	__________________________________
	Checkout_Confirm Pricing Styles */
/*.DiscountText { }*/


/* Misc Visual Styles
___________________________________________________________________________________________ */
.BVText, .CartText {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #666;
  }
.BVSmallText {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  color:#666;
  }
.BVText .Stories {
  text-align: justify;
  }
.Item {
  padding: 5px;
  background: #fff;
  font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color: #666;
  text-align: left;
  }
.AlternateItem {
  padding: 5px;
  background: #fff;
  font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color: #666;
  text-align: left;
  }
div#Records td table.ListCategoryDisplay{margin:5px;background:#eee!important;border:2px solid #666;padding-top:5px;}
div#Records td table.ListCategoryDisplay .ListCategoryDisplayName, div#Records td table.DetailProductDisplay .DetailProductDisplayName{border-bottom:2px solid #666;background:#ddd url(bookicon.gif) no-repeat 3px 3px;padding:3px;padding-left:25px;}
.ListCategoryDisplayName a, .DetailProductDisplayName a{font-size:14px;}
.ListCategoryDisplayDescription a{padding-right:22px;background:url(arrow1.gif) no-repeat center right;}
div#Records td table.DetailProductDisplay .DetailProductDisplayName{margin-bottom:10px;}
.DetailProductDisplayName a{font-size:12px !important;text-decoration:none;}
 div#Records td table.DetailProductDisplay{border:2px solid #666!important;margin-bottom:8px;padding:5px 0px;margin-bottom:10px;background:#eee;}
 .DetailProductDisplayPrice a{font-weight:bold;font-size:12px;color:#000099;margin:5px;margin-left:0px;}
.FormTable {
  margin: 3px auto;
  }
  #dgOrders{margin:0px auto;}
.contentcell {
  width: 360px;
  background: #efefef;
  border: 3px solid #343399;padding:5px;
  margin:0px auto;
  }
  #retCustomers, #1stTimeCustomers{margin:0px auto;}
.FormInput, #inKeyword {
  border: #000 1px solid;
  background: #fff;
  color: #000;
  padding: 2px;
  font: bold 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
  height: 18px;
  margin:3px;
  }
.FormInput:focus { background: #ff9; } /* changes color of focused input box */
#btnSearch { margin: 0 0 2px 3px; } /* fixes alignment of search button on search page */
.FormInputError {
  border: #999 1px solid;
  background: #ffb5b5;
  color: #333;
  padding-left: 2px;
  font: bold 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
  height: 18px;
  }
.formlabel {
  font: 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000; 
  margin:3px; 
  letter-spacing: normal;  
  }
.FormLabelStrong {
  font: bold 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color: #666;  
  letter-spacing: normal;  
  }
.indent {  
  margin-left:20px;
  }
.Padded {
  margin:10px;
  }
#dlPolicy, #dlPolicy a, #dlPolicy a:hover {
  font: 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #666;
  }
.text {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  color: #666;
  padding-bottom: 8px;
  }
select {
  color: #333;
  }
a#lnkMyAccount, a:link#lnkMyAccount , a:visited#lnkMyAccount {
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #666;
  }
a:hover#lnkMyAccount {
  color: #9f0;
  text-decoration: none;
  }

/* Messages
___________________________________________________________________________________________ */
.ErrorMessage, .ErrorMessage UL {
  display: block;
  background: transparent;
  font: 10px/12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #f00;
  }
.SuccessMessage {
  display: block;
  background:#9f0;
  padding: 3px;
  color: #333;
  font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
  text-align: center;
  }
.WebPageMessage {
  border:solid 1px #f00;
  background:#fff;
  padding:0;
  margin:0;
  }
.WebPageMessageError, .WebPageMessageWarning, .WebPageMessageInformation, .WebPageMessageQuestion, .WebPageMessageOK {
  padding: 5px;
  background-position: 5px 5px;
  background-repeat: no-repeat;
  }
.WebPageMessage .Message {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  padding: 0 0 0 40px;
  height:30px;
  margin:0;
  color:#333;
  }
.WebPageMessageError { background-image: url(MessageERROR.gif); }
.WebPageMessageWarning { background-image: url(MessageWARNING.gif); }
.WebPageMessageInformation { background-image: url(MessageINFO.gif); }
.WebPageMessageQuestion { background-image: url(MessageQUESTION.gif); }
.WebPageMessageOK { background-image: url(MessageOK.gif); }
  
/* Footer
___________________________________________________________________________________________ */
#footer {
  background: transparent url(footerbg.jpg) no-repeat top left;
  padding: 0px;
  padding-top:12px;
  padding-bottom:10px;
  margin: 0px;
  width: 898px;
  position: relative;
  }
  #footerbranding{
  text-align:center;
   height:97px;
  width:868px;
  margin:0px 15px;margin-bottom:10px;
  border:1px solid #fff;
  
  background: #6666ff;
  position: relative;
  }
#footermenu a {
  padding-left:4px;
  padding-right:4px;
  color: #ccc;
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  }
#footermenu a:hover {
  color:#fff;
  text-decoration: none;
  }
#footercustommenu {
  padding: 4px 8px;
  }
#copyright {
  font-size: 10px;
  position: relative;
  top: 0px;
  color: #ccc;
  display: block;
  padding: 3px;
  text-align: center;
  }
