/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css 1223 2005-04-22 03:46:20Z ajeh $
*/

BODY {
	BACKGROUND-COLOR: #ffffff; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; MARGIN: 0px; TEXT-DECORATION: none
}

.centershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 775px !important;
}

B {
FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt; FONT-WEIGHT: bold
}

TD.main, P.main {

  COLOR: #333333; FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt
}

A {
  color: #333366;
  text-decoration: none;
}

A:HOVER {
color: #990000;
}

FORM {
	display: inline;
}

/*HEADER CSS*/

TABLE.header {
  background: #ffffff;
  background-image: url(../images/header_bg.jpg);
  background-repeat: repeat-x;
  width: 775px !important;
  background-color: #ffffff;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

TABLE.headerNavigation {
  background: #abbbd3;
  background-image: url(../images/header_06.gif);
  background-color: #ffffff;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  width: 100% !important;
}

TD.headerNavigation {
  width: 775px !important;
  position: relative;
  vertical-align:middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color:#000000;
  letter-spacing:1px;
  padding: 5px;
}

TD.breadCrumb {
  font-size: 10px;
  font-weight: bold;
  color: #9a9a9a;
  padding: 3px;
  border-bottom: 1px dotted #9a9a9a;
}

TD.headerNavigation A, TD.headerNavigation A:visited, .sideBoxHeading A, td.footertop a, .centerboxheading A  {
  font-weight: bold;
  color: #000000;
}

TD.headerNavigation A:hover, .sideBoxHeading A:hover, td.footertop a:hover, .centerboxheading A:hover  {
  color: #0000ff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*SIDEBOX CSS*/

.column_box_spacer_left {
  height: 6px;
}

.column_box_spacer_right {
  height: 6px;
}

.column_box_spacer_single {
  height: 6px;
}

.column_left{
  background: #ffffff;
  padding: 0px;
}

.column_right{
  background: #ffffff;
  padding: 2px;
}

.boxText {
  font-size: 11px;
  line-height: 125%;
}


.sideBoxContent, .centerboxcontent {
  line-height: 125%;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
}

.sideBox, .centerbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border:1px solid #9a9a9a;
  margin-bottom: 15px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.sideBoxHeading, TD.centerboxheading {
  height: 20px;
  padding-left: 5px;
}

.sideBoxHeading, .productListing-heading, .centerboxheading {
  
  font-weight: bold;
 
  font-family:Tahoma; font-size:10px; text-transform:uppercase; color:#FFFFFF; background-color:#575AD2;   background-repeat:no-repeat;
}

TR.sideBoxHeading, TD.productListing-heading, TR.centerboxheading {

}

.sideBoxFooter, .centerboxfooter {
 background: #abbbd3;
 background-image: url(../images/header_06.gif);
}

SPAN.newItemInCart {
  color: #ff0000;
  font-weight: bold;
}

/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
 COLOR: #003366; FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 10pt; FONT-WEIGHT: bold
}

.center_column {
  padding-left: 1px;
  padding-bottom:0px;
  
}
.main_page{
   width: 775px !important;
  background-color: #ffffff;
  border-right: 0px solid #9a9a9a;
  border-left: 0px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  padding: 0px;
}

.plainBox, .plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border: 1px solid #9a9a9a;
  margin-bottom: 15px;
  padding: 5px;
}

.plainBoxHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
}
/* footer
--------------*/

TABLE.footer {
  background: #ffffff;
  text-align: center;
  font-size: 10px;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

TR.footertop {
  background: #abbbd3;
  background-image: url(../images/header_06.gif);
  font-size: 11px;
}

TD.footertop, TD.footerbottom {
  padding: 5px;
}

/*miscellaneous areas
-------------------------------------*/
TD.infoBox, SPAN.infoBox {}

TD.cartBox {
   background: #eff4f8;
   font-size: 10px;
   padding: 3px;
   border: 1px dotted #ffb062;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #ffffff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #eff4f8;
}

TD.productListing-data-description-odd {
  background: #ffffff;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9a9a9a;
}

TD.productListing-data-description-even {
  background: #eff4f8;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9a9a9a;
}

.errorBox {   background: #ff797c; color: #ffffff; font-weight: bold; }
.stockWarning {   color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {   color: #70d250; text-decoration: underline; }
.productListing-heading {
  border-bottom: 1px solid #9a9a9a;
}

TD.productListing-data {
   font-size: 10px;
}

td.pageresults a {
  color: #0000FF;
}

td.pageresults a:hover {
  background: #FFFF33;
}
td.pageresults {
  font-size: 10px;
}
TR.subBar {
  background: #f4f7fd;
}

TD.smallText, SPAN.smallText, P.smallText {
   font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

.greetUser {
   font-size: 12px;
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
	background: #f1f9fe;
	border: 1px solid #7b9ebd;
}

TD.formAreaTitle {
	font: bold 12px Verdana, Arial, sans-serif;
}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px Verdana, Arial, sans-serif;
}

span.normalprice {
	text-decoration: line-through;
}

SPAN.productSpecialPrice {
  color: #ff797c;
}

span.productSpecialPriceSale {
  color: #ff797c;
	text-decoration: line-through;
}

SPAN.productSalePrice {
  color: #FF0000;
}

SPAN.productPriceDiscount {
  font-size: 10px;
  color: #FF0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo {   color: #8c8c8c; }
.checkoutBarCurrent {   color: #000000; }

/* message box */

.messageBox {   }
.messageStackError, .messageStackWarning { background-color: #ff797c; color: #ffffff; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackSuccess {   background-color: #b3ffa8; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackCaution { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #FFFF00; }

/* input requirement */

.inputRequirement {
  color: #ff0000;
  font-size: 10px;
}

span.coming {
color: #ff797c;
}

/* checkout totals */
TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-coupon-Text {
  font-weight: bold;
}
TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-total-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-coupon-Amount {}

/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 9px;
  line-height: 1.0;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  border-top: 1px solid #9a9a9a;
}

/* General alert span class */
TD.alert, SPAN.alert {
  color: #FF0000;
  font-weight: bold;
}

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #000000;
  font-weight: bold;
}

/* popup tables */
TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
  background-color: #ffffff;
	margin: 6px;
  padding: 6px;
  font: 11px Verdana, Arial, sans-serif;
}

/* categories_description */
TABLE.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #D0D0D0;
  border:1px solid #9a9a9a;
}

TD.categoriesdescription {
  font-size: 11px;
  line-height: 1.0;
}

/* categories box parent and child categories and extra links */
A.category-top, A.category-links {
  color: #428dff;
  text-decoration: none;
}
A.category-subs, A.category-products {
  color: #428dff;
  text-decoration: none;
}
SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
}


.copy {
color: #999;
font-size: 10px;
}
.home {
display: block;
background: url(i/bullets/bul010.gif) no-repeat 16px 16px;
padding: 14px 0px 0px 33px;
font-family: Verdana;
font-size: 9px;
text-decoration: none;
}


.img-shadow {
clear: both;
float:left;
background: url(/store/includes/templates/memorymaker/images/shadow.gif) no-repeat bottom right;
margin: 20px 0 0 17px !important;
margin: 20px 0 0 8px;
}

.img-shadow img {
display: block;
position: relative;
background-color: #fff;
border: 1px solid #a9a9a9;
margin: -6px 6px 6px -6px;
padding: 4px;
}
.alpha-shadow {
clear: both;
float:left;
background: url(/store/includes/templates/memorymaker/images/shadow.gif) no-repeat bottom right;
margin: 14px 0 0 17px !important;
margin: 14px 0 0 8px;
}

.alpha-shadow div {
background: url(/store/includes/templates/memorymaker/images/shadow2.png) no-repeat left top !important;
background: url(/store/includes/templates/memorymaker/images/shadow2.gif) no-repeat left top;
float: left;
padding: 0px 6px 6px 0px;
}

.alpha-shadow img {
background-color: #fff;
border: 1px solid #a9a9a9;
padding: 4px;
margin: 0;
}


.img-shadow {
	clear: both;
	float:left;
	background: url(/store/includes/templates/memorymaker/images/d/cssdrop2/img/shadow.gif) no-repeat bottom right;
	margin: 20px 0 0 17px !important;
	margin: 20px 0 0 8px;
	}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
.alpha-shadow {
	clear: both;
	float:left;
	background: url(/store/includes/templates/memorymaker/images/d/cssdrop2/img/shadow.gif) no-repeat bottom right;
	margin: 14px 0 0 17px !important;
	margin: 14px 0 0 8px;
	}

.alpha-shadow div {
  background: url(/store/includes/templates/memorymaker/images/d/cssdrop2/img/shadow2.png) no-repeat left top !important;
  background: url(/store/includes/templates/memorymaker/images/d/cssdrop2/img/shadow2.gif) no-repeat left top;
  float: left;
  padding: 0px 6px 6px 0px;
  }

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: 0;
  }
  
  
  
  
  


  
  

legend {
width:194px;
height:30px;
color:#ffffff;
font-size:2em;
padding-left:0.5em;
background: transparent url("graphics/legend_bg.gif") no-repeat;
position:relative;
top:-1em;
text-transform:uppercase;
font-weight:bold;
letter-spacing:-1px;
white-space:pre; /* hack: make sure */
}

#top {background-repeat:repeat-x;}

.addmenu {border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; border-bottom:4px solid #FFFFFF; background-repeat:no-repeat;}
.addmenu a {display:block; font-family:Tahoma; font-size:9px; margin: 10px 12px 0px 0px; padding: 2px 0px 4px 21px; background-repeat:no-repeat; background-position: 0px 0px;}
.logo {background-color:#ffffff; border-bottom:4px solid #FFFFFF;}

.menu img {margin: 0px 0px 2px 7px;}
.menul2 img {margin: 1px 0px 1px 6px;}
.menu3 td {white-space:nowrap; font-family:Tahoma; font-size:9px;}
.menu3 a {display:block; padding: 0px 0px 0px 12px; margin-right:10px; background-repeat:no-repeat; background-position: 0px 3px;}
.menu3 a.print {background-image:url(/store/includes/templates/memorymaker/images/ico/28.gif);}
.menu3 a.bookmark {background-image:url(/store/includes/templates/memorymaker/images/ico/29.gif);}
.menu3 a.s2f {background-image:url(/store/includes/templates/memorymaker/images/ico/30.gif); background-position: 0px 2px;}

.bc {color:#333333; font-family:Verdana; font-size:10px; padding: 0px 0px 0px 0px; }
.bc a {color:#FFFFFF; text-decoration:none;}
.bc a:hover {text-decoration:underline; color:#FFFFFF;}

.bc2 {color:#ffffff; font-family:Verdana; font-size:10px; padding: 3px 4px 3px 4px; }
.bc2 a {color:#FFFFFF; text-decoration:none;}
.bc2 a:hover {text-decoration:underline; color:#FFFFFF;}

.bcc {color:#333333; font-family:Verdana; font-size:10px; padding: 0px 0px 0px 0px; }
.bcc a {color:#FFFFFF; text-decoration:none;}
.bcc a:hover {text-decoration:underline; color:#FFFFFF;}

.col1 h3 {margin: 12px 16px 10px 12px;}
.col1 td {font-family:Verdana; color:#58596B; font-size:10px;}
.col1 strong {color:#575AD2;}
em {color:#8A8A97; font-style:normal; font-size:9px;}

.rm1 td {background-image:url(/store/includes/templates/memorymaker/images/bg/04.gif); background-repeat:repeat-x; white-space:nowrap;}
.rm1 a {display:block; padding: 5px 6px 7px 6px; font-weight:bold; color:#FFFFFF; text-decoration:none;}
.rm1 a:hover {color:#3C4A56;}
.rm2 td {background-image:url(/store/includes/templates/memorymaker/images/bg/05.gif); background-repeat:repeat-x; white-space:nowrap;}
.rm2 a {display:block; padding: 5px 6px 7px 6px; font-weight:bold; color:#FFFFFF; text-decoration:none;}
.rm2 a:hover {color:#D65B00 ;}
.rm3 td {background-image:url(/store/includes/templates/memorymaker/images/bg/04.gif); background-repeat:repeat-x; white-space:nowrap;}
.rm3 a {display:block; padding: 5px 6px 7px 16px; font-weight:bold; color:#FFFFFF; text-decoration:none; background-image:url(/store/includes/templates/memorymaker/images/ico/06.gif); background-repeat:no-repeat; background-position: 2px 8px;}
.rm3 a:hover {color:#3C4A56;}
.rm4 {width:1%; font-family:Verdana; font-size:9px; font-weight:bold; text-transform:uppercase;}
.rm4 a {display:block; white-space:nowrap; padding: 5px 0px 7px 27px; color:#58596B; background-image:url(/store/includes/templates/memorymaker/images/ico/07.gif); background-repeat:no-repeat; text-decoration:none;}
.rm4 a:hover {color:#FF6C00;}
.rm5 {width:1%; font-family:Verdana; font-size:9px; font-weight:bold; text-transform:uppercase;}
.rm5 a {display:block; white-space:nowrap; padding: 5px 0px 7px 27px; color:#58596B; background-image:url(/store/includes/templates/memorymaker/images/ico/10.gif); background-repeat:no-repeat; text-decoration:none;}
.rm5 a:hover {color:#FF6C00;}

.col2 {padding: 18px 22px 15px 21px; color:#58596B; font-size:11px; font-family:Tahoma; text-align:justify;}
.col3 {padding: 12px 12px 15px 16px; color:#58596B; font-size:11px; font-family:Tahoma;}
.col3 strong {color:#575AD2;}

.footer td {background-color:#FFFFFF;}
.bmenu {padding: 5px 0px 0px 12px;}
.bmenu a {font-weight:bold; font-family:Tahoma; font-size:10px; padding: 0px 0px 0px 10px; margin-right:10px; background-image:url(/store/includes/templates/memorymaker/images/bul/01.gif); background-repeat:no-repeat; background-position: 0px 5px;}
.add {font-family:Tahoma; font-size:10px; padding: 3px 0px 0px 13px; color:#59636B;}
.add a {color:#59636B}
.designby {font-family:Tahoma; font-size:10px; padding: 23px 0px 0px 13px; color:#59636B;}









h3 {font-family:Tahoma; font-size:10px; text-transform:uppercase; color:#FFFFFF; background-color:#5067AA; padding: 2px 0px 3px 25px; background-repeat:no-repeat;}
h3.greenh3 {font-family:Tahoma; font-size:10px; text-transform:uppercase; color:#FFFFFF; background-color:#95AF34; padding: 2px 0px 3px 25px; background-repeat:no-repeat;}
h3.var2 {background-color:#FFFFFF; color:#670303; padding: 1px 0px 2px 34px; margin: 0px 0px 0px 0px; background-image:url(/store/includes/templates/memorymaker/images/ico/08.gif);}

form {padding:0px; margin:0px;}
input, textarea, select {font-family:Verdana; font-size:10px; color:#58596B;}
ul {padding: 7px 0px 7px 6px; margin:0px;}
ul li {padding: 0px 0px 0px 15px; margin: 0px; background-image:url(../img/ico/09.gif); background-repeat:no-repeat; background-position: 0px 2px; list-style-image:url(../img/spacer.gif); font-family:Verdana; font-size:11px;} 
p.var2 {padding: 0px 5px 0px 2px; margin: 0px; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif;}













.shopnow
{
	float:left;width: 400px;
	 
}
.shoplinks
{
	float:right;width: 374px;
 
	text-align:right;
}
.mmlogo
{
	float:left;width: 400px;
	background: (includes/templates/memorymaker/images/memory-maker-bracelet-logo.gif)
}
.searchnow
{
	float:right;width: 300px;
	padding-top:10px;
 
}
.pagealert
{
	width:100%; background-color:#5EAF4A; height: 34px; line-height:34px;padding-left:5px;
	text-align:left;
	font-family:Tahoma; font-size:12px; text-transform:uppercase; color:#FFFFFF;
	font-weight:bold;
}
.boxxes
{
	float:left;width:156px;
	text-align:left;
	overflow:hidden;
}
.purplebox
{
	background-color:#A66ACE;
	height:18px;
}

h3.purpleh3 {
	font-family:Tahoma; font-size:10px; text-transform:uppercase; color:#FFFFFF;
	border:0;margin:0;
	background-image: url(/store/includes/templates/memorymaker/images/ico/36.gif);
	background-color: #A66ACE;
	text-align:left;
}



.purpleboxcontent
{
	border-left: 1px solid #A66ACE;
	height:180px;
	padding:4px 4px 0 4px;
	text-align:left;
	overflow:hidden;
}
.purpleboxcontentshort
{
	border-left: 1px solid #A66ACE;
	height:80px;
	padding:4px 4px 0 4px;
	text-align:left;
	overflow:hidden;
}

.greenbox
{
	height:18px; background-color:#5EAF4A; padding-left:0;
}

h3.greenieh3 {
	font-family:Tahoma; font-size:10px; text-transform:uppercase; color:#FFFFFF;
	border:0;margin:0;
	background-image: url(/store/includes/templates/memorymaker/images/ico/36.gif);
	background-color: #5EAF4A;
	text-align:left;
}


.greenboxcontent
{
	border-left: 1px solid #5EAF4A;
	height:180px;
	padding:4px 4px 0 4px;
	text-align:left;
	overflow:hidden;
}

.orangebox
{
	height:18px;  background-color:#E2AF49; padding-left:0;
}
h3.orangeh3 {
	font-family:Tahoma; font-size:10px; text-transform:uppercase; color:#FFFFFF;
	border:0;margin:0;
	background-image: url(/store/includes/templates/memorymaker/images/ico/36.gif);
	background-color: #E2AF49;
	text-align:left;
}
.orangeboxcontent
{
	border-left: 1px solid #E2AF49;
	height:180px;
	padding:4px 4px 0 4px;
	text-align:left;
	overflow:hidden;
}
.bluebox
{
	height:18px; background-color:#5067AA; padding-left:0;
}
h3.blueh3 {
	font-family:Tahoma; font-size:10px; text-transform:uppercase; color:#FFFFFF;
	border:0;margin:0;
	background-image: url(/store/includes/templates/memorymaker/images/ico/36.gif);
	background-color: #5067AA;
	text-align:left;
}
.blueboxcontent
{
	border-left: 1px solid #5067AA;
	height:80px;
	padding:4px 4px 0 4px;
	text-align:left;
	overflow:hidden;
}
.short
{
	min-height:90px important!;
}
.boxxed
{
	height: 180px;
	overflow:hidden;
	padding:4px 4px 0 4px;
}
.SearchBox
{
	border-bottom:1px solid #AAAAAA;border-left:none;border-right:1px solid #AAAAAA;border-top:1px solid black;height:16px;font-size:10px;
 
}