/* tags */
body {
  padding: 0;
  margin: 0;
  background-color: white;
}

body, p, td {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #744F76;
}

select, input, textarea {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #7424A7;
}

select option.unselected {
  background-color: #F1ECF4;
}

img {
  border: 0;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

form {
  padding: 0;
  margin: 0;
}

table, table td {
  border: 0;
}

a {
  color: #E22C9A;
  text-decoration: underline;
}

a:hover {
  background-color: #FFDAEC;
  text-decoration: none;
}

h1, h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #CD319D;
}

h1 {
  font-size: 15px;
}

h2 {
  font-size: 13px;
}

ul {
  margin-top: 15px;
  margin-bottom: 15px;
}

ul li,
ol li {
 margin-bottom: 10px;
}


/* decorative */
div.horizontalRule {
  width: 100%;
  height: 1px;
  font-size: 0;
  background-image: url('/images/horizontal_dotted.gif');
  background-repeat: repeat-x;
  margin-top: 20px;
  margin-bottom: 20px;
}

.inlineImageLeft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* navigation */
div#navBar a:hover,
div#navBar-mothers_day a:hover,
div#navBar-xmas a:hover {
  background-color: transparent;
}

div#navBar {
  height: 29px;
  background-image: url('/images/navigation/background.gif');
}
div#navBar-mothers_day {
  height: 29px;
  background-image: url('/images/navigation/background_blue.gif');
}

div#navBar-xmas {
  height: 29px;
  background-image: url('/images/navigation/background_xmas.gif');
}

.homeTop,
.homeTop-valentines,
.homeTop-mothers_day,
.homeTop-xmas {
  background-repeat: repeat-x;
  margin-bottom: 1px;
}

.homeTop,
.homeTop-valentines {
  background-color: #F6EBF0;
  background-image: url('/images/home_background.gif');
}

.homeTop-mothers_day {
  background-color: #5A77C4;
  background-image: url('/images/home_background_special.gif');
}

.homeTop-xmas {
  background-color: #960000;
  background-image: url('/images/home_background_xmas.gif');
}

.pageTop {
  background-color: #F6EBF0; 
  background-image: url('/images/top_background.gif');
  background-repeat: repeat-y;
  padding: 3px 0 0 9px;
  margin-bottom: 3px;
}

.pageTop a:hover {
  background-color: transparent;
}


/* main */
table#content {
  width:770px;
}

table#content td.main {
  padding:10px;
}

table#content td.side {
  padding: 30px 10px 10px 10px;
  width:150px;
}


/* footer */
div#footer {
  width: 770px;
  margin-top: 10px;
  padding: 10px;
  text-align: right;
  background-image: url('/images/horizontal_dotted.gif');
  background-repeat: repeat-x;
}

div#footer p {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #999999;
  font-size: 10px;
  font-family: verdana, arial, helvetica, sans-serif;
}


/* side */
.sidePanel {
  width: 150px;
}

.sidePanel .title {
  height: 20px;
}

.sidePanel .content {
  border: #FFCAE1 1px solid;
  background-color: #FFF8FC;
  padding: 5px;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 10px;
}

.sidePanel .content .basket {}

.sidePanel .content .basket .item {
  border-bottom: #FFCAE1 1px solid;
  padding: 2px;
}

.sidePanel .content .basket .item .title {
  font-weight: bold;
}

.sidePanel .content .basket .item .quantity {
  font-weight: normal;
}

.sidePanel .content .basket .item .price {
  margin-top: 2px;
  text-align: right;
}

.sidePanel .content .basket .total {
  font-weight: bold;
  text-align: right;
  padding: 2px;
}


/* side - store */
.side .storeItems {
  width: 300px;
}

.side .storeItems .colour1 {
  background-color: #FFD8F0;
  border: #FFD8F0 1px solid;
}

.side .storeItems .colour2 {
  background-color: #FFDBE6;
  border: #FFDBE6 1px solid;
}

.side .storeItems table.item {
  margin-bottom: 15px;
}

.side .storeItems table.item .body {
  padding: 5px 5px 5px 10px;
}

.side .storeItems table.item .body .title a {
  color: #B43EBB;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.side .storeItems table.item .body .title a:hover {
  text-decoration: underline;
  background-color: transparent;
}

.side .storeItems table.item .body .description {
  font-size: 10px;
  color: #744F76;
  margin-top: 5px;
}

.side .storeItems table.item .body .price {
  margin-top: 5px;
  color: #B43EBB;
  font-size: 12px;
  font-weight: bold;
}


/* form */
fieldset {
  border: #E1CED9 1px solid;
  padding: 7px;
  margin-top: 5px;
  margin-bottom: 10px;
}

fieldset table {
  width: 100%;
  margin: 5px;
}

legend {
  color: #E22C9A;
  font-weight: bold;
}

.formKey, .formKeyHighlight {
  background-color: #F1ECF4;
  color: #E22C9A;
  font-weight: bold;
  padding: 5px;
  text-align: right;
}

.formKeyHighlight {
  background-color: #E8D4F4;
}

.formKey .note {
  text-align: right;
  margin-top: 5px;
  font-size: 10px;
  line-height: 130%;
}

.formKey.alignTop {
  padding-top: 9px;
}

.formValue {
  padding: 5px 5px 5px 18px;
}

.formValue .note {
  font-size: 10px;
  color: #666666;
  margin-left: 10px;
}

.mandatory {
  background-image: url('/images/mandatory_heart.gif');
  background-repeat: no-repeat;
  background-position: 3px 11px;
}


/* error */
.formError {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #FF0066;
}

.formError ul {
  margin-top: 5px;
  margin-bottom: 0;
}

.formError ul li {
  list-style-type: none;
  padding-left: 15px;
  background-image: url('/images/error_list_heart.gif');
  background-repeat: no-repeat;
  background-position: 0 3px;
  margin-bottom: 0;
}

.formError .intro {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 12px;
}


/* trail */
.trail {
  margin-top: 10px;
  margin-bottom: 20px;
}

.trail td {
  padding-right: 10px;
  font-weight: bold;
}

.trail .previous {
  color: #FF76AE;
}

.trail.previous a {
  color: #FF76AE;
  text-decoration: underline;
}

.trail .previous a:hover {
  background-color: transparent;
  text-decoration: none;
}

.trail .current {
  color: #CD319D;
}

.trail .future {
  color: #FFD4E6;
}


/* letter */
.letterPreview {
  border: #F1ECF4 1px solid;
  padding: 0 10px 0 10px;
  background-color: #FFF8FC;
}


/* bottom navigation */
.bottomNavigation {
  width: 100%;
  margin-top: 10px;
}

.bottomNavigation td.left img {
  margin-right: 10px;
}

.bottomNavigation td.right {
  text-align: right;
}

.bottomNavigation td.right img {
  margin-left: 10px;
  float: right;
}

.bottomNavigation td a img {
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
}

.bottomNavigation td a:hover {
  background-color: transparent;
}

.bottomNavigation td a:hover img {
  opacity: 1.0;
  -moz-opacity: 1.0;
  filter: alpha(opacity=100);
}

.bottomNavigation td.noteText {
  text-align: right;
  font-weight: bold;
  padding-bottom: 10px;
}

.bottomNavigation td.noteText .title {
  color: red;
  font-size: 12px;
  margin-bottom: 2px;
}

.bottomNavigation td img.disabled {
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
}


/* data table */
table.dataTable,
table.receiptDataTable {
  width: 100%;
  margin-top: 10px;
}

table.dataTable tr.header td,
table.receiptDataTable tr.header td {
  padding: 2px 2px 2px 5px;
  background-color: #DD6BBF;
  color: white;
  font-weight: bold;
}

table.dataTable tr.header td {
  background-color: #DD6BBF;
}

table.receiptDataTable tr.header td {
  background-color: #7954B3;
}

table.dataTable tr.row td,
table.receiptDataTable tr.row td {
  padding: 3px 3px 3px 5px;
  border-bottom: #DDD9E0 1px solid;
}

table.dataTable tr.row td {
  background-color: #FEF6F9;
}

table.receiptDataTable tr.row td {
  background-color: #F4EFFC;
}

table.dataTable tr.row td.title,
table.receiptDataTable tr.row td.title {
  color: #666666;
  font-weight: bold;
}

table.dataTable tr.row td.title .links {
  margin-top: 2px;
}

table.dataTable tr.row td.title .links a {
  margin-right: 10px;
  font-size: 10px;
}

table.dataTable tr.row td.quantity select {
  font-size: 10px;
  width: 40px;
}

table.dataTable tr.row td.quantity,
table.receiptDataTable tr.row td.quantity {
  color: #666666;
  font-weight: bold;
}

table.dataTable tr.row td.highlight,
table.receiptDataTable tr.row td.highlight {
  color: black;
  font-weight: bold;
}

table.dataTable tr.row td.highlight {
  background-color: #FEECF3;
}

table.receiptDataTable tr.row td.highlight {
  background-color: #EBE0FC;
}

table.dataTable tr.total td.key,
table.receiptDataTable tr.total td.key {
  padding: 3px 7px 3px 5px;
  text-align: right;
  color: #666666;
  font-weight: bold;
}

table.dataTable tr.total td.value,
table.receiptDataTable tr.total td.value {
  padding: 3px 3px 3px 5px;
  color: black;
  font-weight: bold;
  border-bottom: #DDD9E0 1px solid;
}

table.dataTable tr.total td.value {
  background-color: #FEECF3;
}

table.receiptDataTable tr.total td.value {
  background-color: #EBE0FC;
}


/* data panels */
.dataPanel,
.receiptDataPanel {
  background-color: #FEF6F9;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.dataPanel {
  background-color: #FEF6F9;
}

.receiptDataPanel {
  background-color: #F4EFFC;
}

.dataPanel h1,
.receiptDataPanel h1 {
  margin-top: 0;
  margin-bottom: 7px;
  color: #E22C9A;
  font-weight: bold;
  font-size: 13px;
}

.dataPanel h1 {
  color: #E22C9A;
}

.receiptDataPanel h1 {
  color: #7954B3;
}

.dataPanel .key,
.receiptDataPanel .key {
  color: black;
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 1px;
}

.dataPanel .value,
.receiptDataPanel .value {
  color: #666666;
  margin-top: 1px;
}


/* menu bar */
.horizontalMenuBar {
  margin-top: 10px;
  margin-bottom: 10px;
}

.horizontalMenuBar .option,
.horizontalMenuBar .optionHover {
  background-image: url('/images/menu_bar_heart.gif');
  background-repeat: no-repeat;
  background-position: 5px 7px;
  color: #E22C9A;
  padding: 5px 5px 5px 27px;
}

.horizontalMenuBar .eighteen {
  background-image: url('/images/menu_bar_18.gif');
  background-position: 4px 7px;
}

.horizontalMenuBar .option {
  background-color: #FEF4FA;
  border-top: #F6ECF2 1px solid;
  border-bottom: #EFE6EC 1px solid;
  cursor: default;
}

.horizontalMenuBar .optionHover {
  background-color: #F9D5EB;
  border-top: #F1CEE4 1px solid;
  border-bottom: #EDC9DF 1px solid;
  cursor: pointer;
}

.horizontalMenuBar .option .title,
.horizontalMenuBar .optionHover .title {
  font-size: 12px;
  font-weight: bold;
}

.horizontalMenuBar .option .title {
  text-decoration: none;
}

.horizontalMenuBar .optionHover .title {
  text-decoration: underline;
}

.barMenu .option .description,
.barMenu .optionHover .description {
  margin-top: 2px;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}


/* menu bar vertical */
table.verticalMenuBar {
  margin-top: 10px;
  margin-bottom: 10px;
}

table.verticalMenuBar td {
  background-color: #FEF4FA;
  border-right: white 2px solid;
  padding: 5px;
  color: #E22C9A;
  cursor: default;
}

table.verticalMenuBar tr.dividerAbove td {
  border-top: white 2px solid;
}

table.verticalMenuBar td.heart {
  background-image: url('/images/menu_bar_heart.gif');
  background-repeat: no-repeat;
  background-position: 5px 7px;
  padding: 5px 5px 5px 27px;
}

table.verticalMenuBar td.hover {
  background-color: #F9D5EB;
  border-left: #F1CEE4 1px solid;
  border-right: #EDC9DF 1px solid;
  cursor: pointer;
}

table.verticalMenuBar td .title {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

table.verticalMenuBar td.hover .title {
  text-decoration: underline;
}

table.verticalMenuBar td .description {
  margin-top: 5px;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

table.verticalMenuBar td ul {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 0;
}

table.verticalMenuBar td ul li {
  margin-bottom: 1px;
  margin-left: 15px;
}

/* for letters */
table.verticalMenuBar td img {
  margin-top: 5px;
}

table.verticalMenuBar td a.hover {
  background-color: transparent;
}

table.verticalMenuBar td a img {
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
}

table.verticalMenuBar td a:hover img {
  opacity: 1.0;
  -moz-opacity: 1.0;
  filter: alpha(opacity=100);
}


/* warning */
.warning {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #FFF8FC;
  border: #F1ECF4 1px solid;
  padding: 10px;
}

.warning .image {
  float: left;
  margin-right: 10px;
  margin-bottom: 100%;
}

.warning .text {
  margin-left: 10px;
}

.warning .text h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: bold;
}

.warning .text h1,
.warning .text p {
  color: #E22C9A;
}

.warning .text a {
  font-size: 12px;
  font-weight: bold;
}

/* faqs */
ol.faqs {
  margin-bottom: 25px;
}

ol.faqs li,
ol.faqsAnswers li {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #822D87;
}

ol.faqsAnswers li p {
  font-weight: normal;
}

ol.faqsAnswers li {
  margin-bottom: 25px;
}


/* store */
.storeList {}

.storeList table.item {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #FFF8FC;
}

.storeList table.item td.image {
  padding: 10px;
}

.storeList table.item td.body {
  padding: 10px 10px 10px 0;
  width: 100%;
}

.storeList table.item .body .title {
  color: #B43EBB;
  font-size: 15px;
  font-weight: bold;
}

.storeList table.item .body .description {
  color: #744F76;
  margin-top: 10px;
}

.storeList table.item .body .description p,
.storeList table.item .body .description ol,
.storeList table.item .body .description ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.storeList table.item .body img.button {
  float: right;
}

.storeList table.item .body .price {
  margin-top: 10px;
  color: #B43EBB;
  font-size: 12px;
  font-weight: bold;
}


/* paypal */
.paypal-button {
  margin-left: 620px;
  margin-top: 10px;
}