/* Basic Styles
_____________________________________________________________________________________________ */

body {
  background: #F9E1E1;
  margin: 0;
  padding: 10px 1px;
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000;
  letter-spacing: normal;
  }
p, tr, td, ul, li {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  }
ul li { 
  margin:0;
  list-style-type: disc;
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  } 
h1 {
  padding:  0;
  margin: 0;
  font: bold 16px/24px Arial, Verdana, Helvetica, Sans-Serif;
  color: #fff;
  border: none;
  background: url(images/h1-span-bg.gif) no-repeat top right #6E5593;
  }
h1 span {
  padding: 2px 0 0 8px;
  margin: -1px 0 0 0;
  background: url(images/h1-bg.gif) no-repeat 0 -1px transparent;
}

#lblName { _padding: 3px 0 0 8px; }
#TitleLabel, #lblCategoryName, #lblFirstAddressTitle, #lblSecondAddressTitle, #lblName { background: transparent; }
h2 { 
  padding: 4px 1px 4px 3px;  
  margin: 0px;
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #fff;
  text-align: left;
  background: #6E5593;
}
a.whiteLink:link, a.whiteLink:active, a.whiteLink:visited {
  display: block;  
  color: #fff;  
  background-color: #6E5593;  
  padding: 4px 1px 4px 3px;  
  text-decoration: none;  
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif; 
  margin: 3px 0;
  text-align: left;
}
a.whiteLink:hover { 
  color: #fff;  
  background-color: #990000;  
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  text-align: left;
}
h3 {
  padding: 3px 0;
  margin: 0;
  font: bold 12px/13px Verdana, Arial, Helvetica, Sans-Serif;
  color: #6E5593;
  }
h4 {
  padding: 3px;
  margin: 0px;
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #fff;
  text-align: left;
  background: #6E5593;
  }
h5, h6 {
  padding: 0;
  margin: 0;
  font: bold 12px/16px Verdana, Arial, Helvetica, Sans-Serif;
  color: #6E5593;
  }
a, a:link, a:visited, a:active {
  text-decoration: none;
  color: #6E5593;
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  }
a:hover {
  text-decoration: none;
  color: #990000;
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  }
table td { vertical-align:top; }
img { border: none; }
.hide { display: none; }
option { min-width: 1.5em; }


/* Main Layout
___________________________________________________________________________________________ */
/*	_________________________
	Fluid Container */
table#container {
  margin: 0 3%;
  padding: 0;
  width: 94%;
  background:#fff;
  }

/*	____________________
	Pop-up Containers */
#popupContainer {
  width:90%;
  padding:10px;
  margin: 0 3%;
  background: #FFF;
  }

/*	_______________________
	Pages with a sidebar */
#navcolumn {
  vertical-align: top;
  text-align: left;
  padding:60px 5px 0 5px;
  width: 150px;
  margin: 0;
  }
#contentcolumn {
  margin:0px;
  padding: 0;
  vertical-align:top;
  text-align:left;
  width: 100%;
  }
  
/*	__________________________
	Pages without a sidebar */
#page, #pag {
  padding:0px;
  margin:0px;
  background:#fff;
  }
  
/*	________________________________
	Content Section on Every Page */
#maincontent {
  margin:0px;
  padding:5px;    
  text-align: left;
  }

/* Header
___________________________________________________________________________________________ */
#Header {
 
 
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  }
#BrandingArea {
  height:70px;
  width:100%;
  margin: 0;
  padding: 0;
   background: url(images/header.jpg) repeat-x bottom left #6E5593;
  }
  
/*	___________________
	Logo Positioning */
#Logo {
  position: absolute;
  top: 0px;
  left: 0px;
  }
/*	____________
	Site Menu */
#SiteMenu {
  
  height: 40px;
  }
#SiteMenu ul {
  margin:0;
  padding: 2px 6px 3px 6px;
  white-space:nowrap;
  text-align: left;
  position: absolute;
  top: 6px;
  right: 125px;
  display: block;
  }
#SiteMenu li {
  display: inline;
  list-style-type: none;
  }
#SiteMenu a {
  padding: 9px 6px 9px 6px;
  color: #fff;
  line-height: 14px;
  font: bold 10px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  }
#SiteMenu a:hover {
  color:#fff;
  background-color: #990000;
  text-decoration: none;
  }
#SearchBoxControl table {
  margin: 0;
  padding: 0;
  
}
#SearchBoxControl table td {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
#SearchBoxControl {
  position: absolute;
  top: 0; 
  right: 0;
  padding: 0;
  margin: 0;
}
#SearchBoxControl h4 {
 display: none;
}
#SearchBoxControl .FormInput {
  padding:0;
  margin: 0;
  height: 14px;
}
/*	_________________________
	Search Button Position */
#Header1_HeaderSearch1_boxSearchBox {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 5px;
  right: 40px;
  }
#Header1_HeaderSearch1_btnSearchBox {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2px;
  right: 5px;
}
/*	________________________
	Link to Shopping Cart */

#ShoppingCartLink {
  position: absolute; 
  top: 74px;
  left: 5px;
  width: 148px;
  padding: 0 0 30px 0;
  border-left: 1px solid #D4C2EF;
  border-right: 1px solid #D4C2EF;
  border-bottom: 1px solid #D4C2EF;
  background: transparent;
}
#ShoppingCartLink a, #ShoppingCartLink a:link, #ShoppingCartLink a:active, #ShoppingCartLink a:visited {
 
  color:#333;
  text-decoration:none;
  padding: 0;
  margin: 0;
  font: 10px/12px Verdana, Arial, Helvetica, Sans-Serif;
  }
#ShoppingCartLink a:hover {
  color:#D4C2EF;
  text-decoration: none;
  }
#Header1_lnkCart {
	position: absolute;
	top:95px;
	left: 14px;
}
/*	___________
	MiniCart */
#MiniCart {
  position: absolute;
  top: 110px;
  left: 14px;
  color: #333;
  font: 10px/12px Verdana, Arial, Helvetica, Sans-Serif;
  padding: 0;
  }
/* Main Menu
___________________________________________________________________________________________ */
#MenuLevel1 {
  width:100%;
  background: transparent;
  text-align:center;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 48px;
  }
  
/*	_____________________________
	Top-Banner Categories Menu */
#MenuLevel1 table {
  background: transparent;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  }

/*	______________________________
	Category Top-Banner Tab Images
	(to control spacing, uncomment and adjust this and don't forget to comment out link tabs below) */
/*#MenuLevel1 .MenuItem,
#MenuLevel1 .MenuItemActive {
  padding: 0 8px;
  }*/
  
/*	_____________________________
	Category Top-Banner Tab Links
	(comment out the following if you're using category images, see above)*/
#MenuLevel1 .MenuItem, #MenuLevel1 .MenuItem a {
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  background: url(images/main-menu-bg.gif) no-repeat  top center;
  color: #fff;
  line-height:22px;
  padding: 0;
  text-align: center;
  }
#MenuLevel1 .MenuItem a:hover, #MenuLevel1 .MenuItemActive a:hover {    
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  background: url(images/main-menu-bg.gif) no-repeat 0px -34px;
  color: #fff;
  line-height: 22px;
  text-align: center;
	font-weight: bold;}
#MenuLevel1 A, #MenuLevel1 A:Hover {
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  line-height: 22px;
  display: block;
  padding: 0 8px;
  white-space:nowrap;
  }
td.MenuItem {
	width: 142px;
}
td.MenuItemActive {
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  background: url(images/main-menu-bg.gif) no-repeat 0px -34px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  width: 142px;
}
.MenuItemActive a {
  color: #fff;
}
/*	________________________________
	Sub-Category Links Under Tabs */
#MenuLevel2 {
  display: none;
  }

/* Home Page
___________________________________________________________________________________________ */
#PageHome #MainContent {
  padding: 0;
  margin: 0;
}
.HomepageBlock {
  text-align: center;
  padding:0;
  margin:0;
  }
#HomeTable {
  padding:0;
  margin:10px 0 0 0;
  width:100%;
  }
#HomeColumn1 {
  vertical-align: top;
  text-align: left;
  padding:50px 0 0 5px;
  width: 150px;
  margin: 0;
  }
#HomeColumn2 {
  vertical-align:top;
  text-align:center;
  padding: 0 5px;
  margin: 0;
  }
#HomeColumn3 {
  vertical-align:top;
  text-align:left;
  padding: 0 5px 0 0;
  width: 150px;
  margin: 0;
  }
#Homecolumn3 h4 {
  background-color: #990000;
}
#featured {
  text-align: center;
  padding: 0;
  margin: 0 0 5px 0;
  border-left: 1px solid #6E5593;
  border-right: 1px solid #6E5593;
  border-bottom: 1px solid #6E5593;
}
/* Other Menus
___________________________________________________________________________________________ */
#navColumn ul, .CategoryList ul,
#navColumn ul li, .CategoryList ul li {
  padding: 0;
  margin:0;
  list-style-type: none;
  }
  
/*	________________________________________
	Customer Service and My Account Menus */
.NavColumnBlock {
  background: #fff;
  padding: 0;
  margin: 0;
  width: 150px;
  }
.NavColumnBlockContent {
  padding: 0;
  margin: 0 0 6px 0;
  line-height: 1.1em;
  text-align: left;
  background: #fff;
  border-left: 1px solid #D4C2EF;
  border-right: 1px solid #D4C2EF;
  border-bottom: 1px solid #D4C2EF;
  color: #6E5593;
  }

/*	___________________________________________
	Customer Service & My Account Menu Links */
.NavColumnBlockContent a, .NavColumnBlockContent a:visited, .NavColumnBlockContent a:link {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #6E5593;
  text-decoration: none;
  list-style-type: none;
  margin: 0 0 0 10px;
  
  }
.NavColumnBlockContent a:hover {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #6E5593;
  text-decoration: underline;
  }  

/*	_________________________
	Side Bar Menus & Forms */
.CategoryList, .MailingListSignupForm, .NavList {
  width:150px;
  padding:0;
  }
.NavListContent, .CategoryListContent {
  padding: 0;
  margin: 0 0 6px 0;
  text-align: left;
  background: #fff;
  border-left: 1px solid #D4C2EF;
  border-right: 1px solid #D4C2EF;
  border-bottom: 1px solid #D4C2EF;

}

.MailingListSignupFormContent {
  padding: 5px;
  margin: 0 0 6px 0;
  text-align: left;
  background: #fff;
  border-left: 1px solid #D4C2EF;
  border-right: 1px solid #D4C2EF;
  border-bottom: 1px solid #D4C2EF;
  }
.CategoryBox {
	border: 1px solid #D4C2EF;	
}
.MailingListSignupFormContent .FormInput {
  border: #6E5593 1px solid;
  background: #eee;
  color: #333;
  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: #333;
  }


/*	_________________________________
	Side Bar Categories Menu Links */
.NavListContent ul, .NavListContent ul li, .CategoryListContent ul, .CategoryListContent ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  }
.CategoryList h4  { display: none; }
.CategoryListContent ul, .CategoryListContent ul li {  margin: 0;  padding: 0;  list-style-type: none;  }
.CategoryListContent li { margin: 0; }
.CategoryListContent {  }

.CategoryListContent a, .CategoryListContent a:link, .CategoryListContent a:visited, 
.CategoryListContent .Current Category ul li a, .CategoryListContent .Current Category ul li a:link, .CategoryListContent .Current Category ul li a:visited {  
  display: block;  
  color: #fff;  
  background-color: #6E5593;  
  padding: 4px 1px 4px 3px;  
  text-decoration: none;  
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif; 
  margin: 3px 0;
}
.NavListContent a, .NavListContent a:link, .NavListContent a:visited, .NavListContent a:hover, .CategoryListContent li li a, .CategoryListContent li li a:link, .CategoryListContent li li a:visited, .NavColumnBlockContent a, .NavColumnBlockContent a:link, .NavColumnBlockContent a:visited, .NavColumnBlockContent a:hover  { 
  display: block;  
  color: #6E5593;  
  background-color: #fff; 
  padding: 1px 2px 1px 6px;  
  text-decoration: none;  
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif; 
  border-bottom: 0px; 
  margin: 0;
}
.CategoryListContent li li li a, .CategoryListContent li li li a:link, .CategoryListContent li li li a:visited {
  display: block;  
  color: #6E5593;  
  background-color: #fff;  
  padding: 1px 2px 1px 12px;  
  text-decoration: none;  
  font: 11px Verdana, Arial, Helvetica, Sans-Serif; 
  border-bottom: 0px; 
  margin: 0;
}
.CategoryListContent .CurrentCategory ul li ul li a, .CategoryListContent .CurrentCategory ul li ul li a:link, .CategoryListContent .CurrentCategory ul li ul li a:visited, .CategoryListContent .CurrentCategory ul li ul li a:hover {  
  color: #990000;  
  background-color: #fff;  
  font: 11px Verdana, Arial, Helvetica, Sans-Serif; 
  border-bottom: 0px;
  margin: 0;
}
.CategoryListContent .SubCategory a, .CategoryListContent .SubCategory a:link, .CategoryListContent .SubCategory a:visited {  
  display: block;  
  color: #6E5593;  
  background-color: #fff;  
  padding: 1px 2px 1px 6px;  
  text-decoration: none;  
  font: 11px Verdana, Arial, Helvetica, Sans-Serif; 
  border-bottom: 0px;
  margin: 0;
}
.CategoryListContent .CurrentCategory ul li ul li a, .CategoryListContent .CurrentCategory ul li ul li a:link, .CategoryListContent .CurrentCategory ul li ul li a:active, .CategoryListContent .CurrentCategory ul li ul li a:visited {
	color: #990000;
} 
.CategoryListContent .CurrentCategory a:hover {
	color: #fff;
}
.CategoryListContent .CurrentCategory .SubCategory a, .CategoryListContent .CurrentCategory .SubCategory a:link, .CategoryListContent .CurrentCategory .SubCategory a:visited, .OtherCategory a {  
  display: block;  
  color: #6E5593;  
  background-color: #fff;  
  padding: 1px 2px 1px 12px;  
  text-decoration: none;  
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;  
  margin: 0;
}
.CategoryListContent a:hover {  
  color: #fff;  
  background-color: #990000;  
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;  
}
.CategoryListContent li li li a:hover,.CategoryListContent li li a:hover, .CategoryListContent .SubCategory a:hover, .CategoryListContent .CurrentCategory .SubCategory a:hover, .NavListContent a:hover, .NavColumnBlockContent a:hover {  
  color: #fff;  
  background-color: #990000;  
  font: 11px Verdana, Arial, Helvetica, Sans-Serif; 
}

/* Breadcrumbs
___________________________________________________________________________________________ */
#BreadCrumbs {
  margin: 0 0 8px 0;
  padding: 2px 4px;    
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  color: #999;
  text-align: left;
  display:block;
  }
#BreadCrumbs a, #BreadCrumbs a:link, #BreadCrumbs a:visited {
  color: #6E5593;
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  }
#BreadCrumbs a:hover {
  color: #990000;
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  }
.BreadCrumbTrailSpacer {
  font: 8px Verdana, Arial, Helvetica, Sans-Serif;
  }
.BreadCrumbTrailNoLink {
  }

/* Category Page
___________________________________________________________________________________________ */
#LayoutTable {
  width:97%;
  padding: 10px;
  margin: 0px auto;
  clear: both;
  }
#Records {
  
}
#Records table {
  
  width:97%;
  }
#Records table tr td {
  text-align:center;
  vertical-align: bottom;
  }
#Records table table {
  border:none;
  width:100%;
  }

/*	____________________________________________________
	Category Header (also uses H1 for category title) */
#CategoryBanner {
  margin: 3px 0;
  }
#Description {
  font:12px/14px Verdana, Helvetica, Arial, Tahoma, Sans-Serif;		
  color:#6E5593;
  margin:0 auto;
  padding: 5px 10px;
  }
#RecordsFound, #Pager ,#Sorter , #Sorter TD {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color:#6E5593;
  margin: 3px 0;
  white-space:nowrap;
  }
#Records {
  padding: 5px 0;
  }
#wedding {
  padding: 0 0 10px 0;
}
#gowns, #bridesmaid, #moms, #flowergirls, #pageant, #prom, #formal, #quinceanera { 
	position: relative;
	top: -15px;
	right: 0;
	clear: both;
	margin: 0 0 -15px 70%;
	padding: 0;
	text-align: right;
}
#gowns a { 
  text-indent: -9999px; 
  background: transparent url(images/bridal-gown-wedding-dress.gif) no-repeat 0 0; 
  display: block; 
  height: 20px;
  width: 160px;
  }
#gowns a:hover { 
  background: transparent url(images/bridal-gown-wedding-dress.gif) no-repeat 0 -29px; 
  }
#gowns img { display: none; } 
#bridesmaid a { 
  text-indent: -9999px; 
  background: transparent url(images/bridesmaid-dress-brides-maid-gown.gif) no-repeat 0 0; 
  display: block; 
  height: 20px;
  width: 160px;
  }
#bridesmaid a:hover { 
  background: transparent url(images/bridesmaid-dress-brides-maid-gown.gif) no-repeat 0 -29px; 
  }
#bridesmaid img { display: none; } 
#moms a { 
  text-indent: -9999px; 
  background: transparent url(images/mother-of-bride-groom-gowns-formal-dress.gif) no-repeat 0 0; 
  display: block; 
  height: 20px;
  width: 160px;
  }
#moms a:hover { 
  background: transparent url(images/mother-of-bride-groom-gowns-formal-dress.gif) no-repeat 0 -31px; 
  }
#flowergirls img { display: none; } 
#flowergirls a { 
  text-indent: -9999px; 
  background: transparent url(images/flower-girl-dress-flowergirl-gown.gif) no-repeat 0 0; 
  display: block; 
  height: 20px;
  width: 160px;
  }
#flowergirls a:hover { 
  background: transparent url(images/flower-girl-dress-flowergirl-gown.gif) no-repeat 0 -31px; 
  }
#pageant img { display: none; } 
#pageant a { 
  text-indent: -9999px; 
  background: transparent url(images/pageant-gown-formal-dress.gif) no-repeat 0 0; 
  display: block; 
  height: 20px;
  width: 160px;
  }
#pageant a:hover { 
  background: transparent url(images/pageant-gown-formal-dress.gif) no-repeat 0 -31px; 
  }
#prom img { display: none; } 
#prom a { 
  text-indent: -9999px; 
  background: transparent url(images/prom-gown-dress-formal.gif) no-repeat 0 0; 
  display: block; 
  height: 20px;
  width: 160px;
  }
#prom a:hover { 
  background: transparent url(images/prom-gown-dress-formal.gif) no-repeat 0 -31px; 
  }
#formal img { display: none; } 
#formal a { 
  text-indent: -9999px; 
  background: transparent url(images/special-ocassion-gown-formal-dress.gif) no-repeat 0 0; 
  display: block; 
  height: 20px;
  width: 160px;
  }
#formal a:hover { 
  background: transparent url(images/special-ocassion-gown-formal-dress.gif) no-repeat 0 -31px; 
  }
#quinceanera img { display: none; } 
#quinceanera a { 
  text-indent: -9999px; 
  background: transparent url(images/quinceanera-birthday-special-dress-formal-gown.gif) no-repeat 0 0; 
  display: block; 
  height: 20px;
  width: 160px;
  }
#quinceanera a:hover { 
  background: transparent url(images/quinceanera-birthday-special-dress-formal-gown.gif) no-repeat 0 -31px; 
  }
/*	_____________________________
	"New" Image Position */
.NewProductBadge {
 display: none;
  }
  
/*	_______________________
	Categories Grid/List */
.SingleCategoryDisplay {
  display: block;
  text-align:center;
  margin:5px auto;
  vertical-align:top;
  }
.SingleCategoryDisplayname a,
.SingleCategoryDisplayname a:link,
.SingleCategoryDisplayname a:visited,
.ListCategoryDisplay a,
.ListCategoryDisplay a:link,
.ListCategoryDisplay a:visited {
  font: bold 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  font-style: italic;
  }  
.SingleCategoryDisplayname a:hover,
.ListCategoryDisplay a:hover {
  font: bold 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  font-style: italic;
  }
#CategoryListHeader {
}
.customCat {
  display: block;
  text-align: left;
  margin:5px auto;
  vertical-align:top;  
}
.customCat ul {
  padding: 0; margin: 0;
}
.customCat ul li {
  list-style-type: none;
}
/*	________________
	Products Grid  */
.SingleProductDisplay {
  display: block;
  text-align:center;
  width:160px;
  vertical-align:top;
  padding:5px;
  margin:6px auto;
  }
.SingleProductDisplayImage {
  padding-bottom: 10px;
  }
.SingleProductDisplayName a,
.SingleProductDisplayName a:link,
.SingleProductDisplayName a:visited {
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  color: #6E5593;
  }
.SingleProductDisplayName a:hover {
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  color: #990000;
  }
.SingleProductDisplayPrice a,
.SingleProductDisplayPrice a:link,
.SingleProductDisplayPrice a:visited {
  font: normal 11px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  }
.SingleProductDisplayPrice a:hover {
  font: normal 11px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  }
  
/*	________________
	Product Lists */
.ListProductDisplay {
  height: 100%;
  }
.ListProductDisplayName, .ListProductDisplayName td,
.ListCategoryDisplayName, .ListCategoryDisplayName td {
  text-align:left !important;
  }
.ListProductDisplayPrice, .ListProductDisplayPrice td {
  float:right !important;
  text-align:right !important;
  }

/*	__________________________
	Detailed Products Lists */
.DetailProductDisplay {
  margin: 15px;
  text-align:left;
  }
.DetailProductDisplayName td,
.DetailProductDisplayPrice td,
.DetailProductDisplayDescription td,
.DetailProductDisplayControls td {
  text-align:left !important;
  float:left !important;
  }
.DetailProductDisplayName a,
.DetailProductDisplayName a:link,
.DetailProductDisplayName a:visited {
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  }
.DetailProductDisplayName a:hover {
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  background-color: #fff;
  color: #6E5593;
  }
.DetailProductDisplayPrice a,
.DetailProductDisplayPrice a:link,
.DetailProductDisplayPrice a:visited {
  font: noraml 11px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  }
.DetailProductDisplayPrice a:hover {
  font: noraml 11px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  }
#Records .DetailProductDisplayImage {
  width:120px;
  float:right;
  text-align:right;
  }
 
/*	________________
	Pricing Links */
a .ListPrice,
a:link .ListPrice,
a:visited .ListPrice { color: #999; }
a .SitePriceDiscounted,
a:link .SitePriceDiscounted,
a:visited .SitePriceDiscounted { color: #990000; }
a:hover .ListPrice { color: #999; }
a:hover .SitePriceDiscounted { color: #990000; }
 
/*	_______________________________________
	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;
  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: 98%;
  }
#ProductPageImageColumn {
  width:250px;
  padding:0;
  margin: 0;
  text-align:center;
}
  
  }
#MainImage {
  width: 250px;
}
#ProductPageContentColumn {
  padding:0;
  margin:0;
  text-align:left;  
  }
/*	_________
	Styles */

#lblSKU { font-size: 10px; color: #999; }
#productdescription {
  padding: 8px;
  font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #333;
  }
#imgZoom, #PrintThisPage, #EmailThisPage { margin: 0 0 2px 0; }
#ProductImage a, #ProductImage a:hover { text-decoration: none; }
#lblSKUTitle { color: #999; }
/*	_______________________
	Product Controls Box */
#ProductControls {
  margin-top:5px;
  padding: 12px 0 0 0px;
  text-align: left;
  }

/*	_____________________
	Product Properties */
.ProductPropertyLabel { font: bold 11px Verdana, Arial, Helvetica, Sans-Serif; color:#333; }
.ProductProperty {  color: #333; }
#ProductProperties { text-align:left; color: #333; }
#ProductProperties ul { margin: 5px 0 0 20px; padding: 0; color: #333; }
#ProductProperties ul li { margin-top:3px; list-style-type: none; color: #333; }
#ProductProperties ul ul { margin: 5px 0 0 0; color: #333; }

/*	________________
	Pricing */
#Prices table { text-align: center;  width: 100%; margin: 0 auto; }

.DiscountText { font: 11px Verdana, Arial, Helvetica, Sans-Serif; color:#6E5593; }
.SitePriceDiscounted,.YouSave,.ListPrice,.SitePrice { font: 11px Verdana, Arial, Helvetica, Sans-Serif; }
.SitePrice { color:#6E5593; font-weight: bold;  }
.ListPrice { text-decoration:line-through; color: #999; }
.YouSave { color:#990000; }
.SitePriceDiscounted { color:#6E5593; font-weight: bold; }
#Choice189 { clear: both; position: relative; top: 0px; left: -70px;  }
#Choice260  { margin-left: -5px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 2px 0;}
#Choice260 td {vertical-align: top; margin: 0; padding: 1px 0;}
#Choice260 img { padding: 0 1px 0 0; align: left; }
#Choice263 { margin-left: -175px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 2px 0;}
#Choice263 td {vertical-align: top; margin: 0; padding: 1px 0;}
#Choice263 img { padding: 0 1px 0 0; align: left; }
#Choice265, #Choice266 { margin-left: -100px; padding: 0; width: 440px;}
#Choice240, #Choice264 { margin-left: -100px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 2px 0;}
#Choice264 td, #Choice240 td {vertical-align: top; margin: 0; padding: 1px 0; width: 110px;}
#Choice263 img { padding: 0 1px 0 0; align: left; }
/*	_________________
	Volume Pricing */ 
#VolumeDiscounts { margin:5px; }
.VolumePricingHeader { background:#6E5593; font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif; color:#FFF; }
.VolumePricingText { font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif; color:#333; }
 
/*	________________
	Related Items */
.RelatedItemsBlock {
  background: #fff;
 margin: 20px 10px;
  padding: 0 0 3px 0;
  background-color: #fff;
  }
.RelatedItemsBlock H3 {
  padding: 3px 10px;
  margin: 0;
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #fff;
  text-align: left;
  background-color: #6E5593;
  }
.RelatedItemsBlockContent {
  padding: 0 9px;
  text-align: center;
  }
.RelatedItemsBlock .SingleProductDisplay {
  border: 1px solid #6E5593;
  width: 145px;
  _width:160px;
  margin: 4px 6px;
  background: #fff;
  float: left;
  }
.RelatedItemsBlock .SingleProductDisplayName a,
.RelatedItemsBlock .SingleProductDisplayName a:link,
.RelatedItemsBlock .SingleProductDisplayName a:visited,
.RelatedItemsBlock .SingleProductDisplayName a:hover { font: bold 11px Verdana, Arial, Helvetica, Sans-Serif; }

/*	__________________
	Product Reviews */
#ProductReviews {
  
  margin: 20px 10px;
  padding: 0 0 3px 0;
  }
#ProductReviews H3 {
  padding: 3px;
  margin: 0 0 5px 0;
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #fff;
  background: #6E5593;
  }
#ProductReviewNew { margin: 10px 0; }
#ProductReviews a,
#ProductReviews a:link,
#ProductReviews a:visited {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  padding: 3px;
  text-decoration: none;
  }
#ProductReviews a:hover {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  padding: 3px;
  }
.ProductReviewRating {
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  color:#6E5593;
  }
.ProductReview {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  margin: 5px 10px;
  padding-left: 4px;
  }
.ProductReviewKarma {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color:#6E5593;
  white-space: nowrap;
  }
#pnlReviewDisplay {
  border: 1px solid #6E5593;
  padding: 5px;
  }
#pnlWriteAReview textarea {
  width: 250px;
  height: 150px;
  }

/* Checkout
___________________________________________________________________________________________ */
#tblItems {
  border: 1px solid #6E5593;
  width:98%;
  margin:5px;
  }
table#dgOrders {
  width:100%;
  }
#CheckoutTable {
  width:98%;
  margin: 0;  
  padding: 0;
}
.CheckoutBorder {
  border-left: 2px solid #D4C2EF;
  border-right: 2px solid #D4C2EF;  
  border-bottom: 2px solid #D4C2EF;
  margin-bottom: 5px;
  padding: 2px;
  }
.Header {
  padding: 3px;
  margin: 0;
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #fff;
  background: #6E5593;
  }
.CheckoutDescription {
  font: 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  }

/*	_________________
	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:#6E5593;
  white-space:nowrap;
  text-decoration:none;
  }
.CheckoutStep a:hover {
  font: 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color:#6E5593;
  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:#6E5593;
  white-space:nowrap;
  text-decoration:none;
  }
/*	_____________________
	Shopping Cart Page */
#CartTitle {
  width:100%;
  margin: 0;
  padding: 0;
  }
#CartPage {
  border-left: 2px solid #D4C2EF;
  border-right: 2px solid #D4C2EF;  
  border-bottom: 2px solid #D4C2EF;
  padding: 0 0 10px 0;
}
#pageBlock {
  border-left: 2px solid #D4C2EF;
  border-right: 2px solid #D4C2EF;  
  border-bottom: 2px solid #D4C2EF;
  padding: 0;
  margin: 0;
}
#CartSubtitle {
  position: relative;
  top: -1px;
  padding: 5px 0 0 0;
  margin: 0;
}
#lblcart {
  color: #333;
  }
#dgPolicy {
  border: 0px solid #fff;
}
table#CartContainer {
  width:97%;
  padding: 20px 10px;
  margin:0 auto;  
  }
table#CartContainer tr td {
  vertical-align:middle;
  }
#CartItemBlock {
  padding:0px;
  margin:0px;
  text-align: center;
  }
#CartItemBlock Table {
  margin:0px;
  width:100%;
  border-right: 1px solid #6E5593;
  border-left: 1px solid #6E5593;
  border-top: 1px solid #6E5593;
  border-bottom: none;
  }
#CartUpdateBlock {
  width:75%;
  background:#fff;
  margin:0px;
  text-align:center;
  vertical-align:middle;
  }
#CartTotalBlock {
  border-bottom: double 3px #6E5593;
  border-right: solid 1px #6E5593;
  border-left: solid 1px #6E5593;
  width:25%;
  margin:0px;
  padding:5px;
  text-align:center;
  vertical-align:middle;
  }
#lblSubTotal {
  font: bold 14px Arial, Verdana, Helvetica, Sans-Serif;
  }
#CartCheckoutButtons {
  width:98%;
  text-align:right;
  margin-top:10px
  }
.CartItem,
.CartAlternateItem {
  padding: 5px;
  font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color: #333;
  text-align: left;
  border-bottom:1px solid #6E5593;
  }
.CartItem { background: #fff; }
.CartAlternateItem { background: #D4C2EF; }
.CartItem a,
.CartItem a:link,
.CartItem a:visited,
.CartAlternateItem a,
.CartAlternateItem a:link,
.CartAlternateItem a:visited {
  color: #6E5593;
  text-decoration: none;
  font-weight: bold;
  }
.CartItem a:hover,
.CartAlternateItem a:hover {
  color: #990000;
  text-decoration: none;
  font-weight: bold;
  }

/*	________________________
	Shipping Methods List */
#ShipMethodsList {
  margin-left: 8px;
  }

/*	__________________
	Checkout Styles */
#AddressBookPanel {
  width:100%;
  margin:0;  
  }
#AddressList td {
  border: 1px solid #D4C2EF;
  padding: 5px;
  }
.ContentBox {
  margin: 3px 0px 5px 20px;  
  text-align:left;
  background:#ffe;
  border: solid 1px #6E5593;
  padding:10px;
  }
#CheckoutTotals {
  text-align:center;
  background:#fff;
  padding: 0 5px;
  margin: 8px 0 0 0;
  }
#lblGrandTotal {
  border-top: 1px solid #D4C2EF;
  }
#PlaceOrderCell {
  padding:5px;
  margin: 0;
  text-align:center;
  background:#fff;
  }
.ControlArea {
  padding:5px;
  margin-top:5px;
  }
#CheckoutPayment {
  background:#fff;
  padding:5px;
  margin: 0;
  text-align:left;
  }
#InstructionsField {
  background: #fff;
  border: 1px solid #6E5593;
  width: 90%;
  padding:3px;
  margin: 10px;
  }
#OrderItemPreview table {
  width: 100%;
  }
#OrderItemPreview table table {
  width: 100%;
  }
#ShipToMultipleAddressesButton { margin: 5px; }

/* Misc Visual Styles
___________________________________________________________________________________________ */
.BVText, .CartText {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #333;
  }
.BVSmallText {
  font: bold 10px Verdana, Arial, Helvetica, Sans-Serif;
  color:#666;
  }
a#LoginControl1_lnkForgotPassword { text-decoration: none; }
#btnUpdateTotals { background-color: #ffc; }
#PackageList a,
#CheckoutPayment a {
  text-decoration: none;
  }
.BVText .Stories {
  text-align: justify;
  }
.Item {
  padding: 5px;
  background: #fff;
  font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color: #333;
  text-align: left;
  }
.AlternateItem {
  padding: 5px;
  background: #D4C2EF;
  font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color: #333;
  text-align: left;
  }
.FormTable {
  margin: 3px 5px;
  }
.contentcell {
  width: 50%;
  border: 1px solid #efefef;
  }
.FormInput, #inKeyword {
  border: #6E5593 1px solid;
  background: #fff;
  color: #333;
  padding-left: 2px;
  font: bold 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
  height: 18px;
  }
.ContentCell .FormInput, .ContentCell .FormInputError { width: 200px; }
.FormInput:focus { background: #ffc; } /* changes color of focused input box */
#btnSearch { margin: -2px 0 0 3px; } /* fixes alignment of search button on search page */
.FormInputError {
  border: #6E5593 1px solid;
  background: #ffb5b5;
  color: #990000;
  padding-left: 2px;
  font: bold 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
  height: 18px;
  }
.formlabel {
  font: 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #333;
  letter-spacing: normal;
  }
.CheckoutDescription span.FormLabel label {
  background: #ffc;
  padding:2px;
  }
span.FormLabel label:before { 
  content: "\00AB \0020";	/* adds a "<<", not visible on IE */
  }
.FormLabelStrong {
  font: bold 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color: #333;
  letter-spacing: normal;  
  }
span#lblAddress { font: normal 14px/16px Arial, Verdana, Helvetica, Sans-Serif; }
.indent {  
  margin-left:20px;
  }
.Padded {
  margin:10px;
  }
#dlPolicy, #dlPolicy a, #dlPolicy a:hover {
  font: 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #6E5593;
  }
.text {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  color: #333;
  padding-bottom: 8px;
  }
select {
  color: #333;
  }
a#lnkMyAccount, a:link#lnkMyAccount , a:visited#lnkMyAccount {
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #6E5593;
  }
a:hover#lnkMyAccount {
  color: #990000;
  text-decoration: none;
  }

/* Various Messages
___________________________________________________________________________________________ */
.ErrorMessage, .ErrorMessage UL {
  display: block;
  background: transparent;
  font: 10px/12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #f00;
  }
.SuccessMessage {
  display: block;
  background:#fff;
  padding: 3px;
  color: #990000;
  font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
  text-align: center;
  }
.WebPageMessage {
  border:solid 1px #ccc;
  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:#624D3D;
  }
.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 {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  clear: both;
   background: url(images/header.jpg) repeat-x 0 -10px #82AD79;
  padding: 33px 0 0 0;
  margin: 0;
  text-align: center;
  color: #fff;  
}
#footercustommenu {
  padding: 4px 8px;
  }
#copyright {
  font-size: 10px;
  position: relative;
  top: 0px;
  color: #fff;
  display: block;
  padding: 3px;
  text-align: center;
  }
#extraDiv1 { 
 
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #fff;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
}
#footer a:hover {
	color: #fff;
	background-color: #990000;
}