@import "basic.css";

body {
  margin-top: 0;
  margin-left: 0;
  margin-height: 0;
  margin-width: 0;
  background: #FFFFFF;
}

.purchase_header{
	font-size : medium;
	padding-top : 8px;
}

.purchase_warning0 {
   color: red;
}

.purchase_warning1 {
   font-size: 11pt;
}

.thin_border{
	border-style : none;
}

#navbar {
  position: relative;
  float: none;
  margin: 1em auto;
  padding: .5em 2em;

  width: 100%;
}

textarea {
  overflow : auto;
}

H2 {
  margin-top: 0; 
}

#navbar ul {
  margin: 0px;
  padding: 1px;
}

#navbar ul li {
  margin: 1px 5px;
  padding: 1px 2px;
  list-style: none;
  display: inline;
}

#navbar ul li a, #navbar ul li a:visited {
  font-family: times;
  font-weight: 600;
  font-size: 11pt;
  text-decoration: none;
}

.product_title_link {
  font-weight: bold;
  font-family: Helvetica;
  font-size: 12pt;
  color: #a51f24;
}
						   
.product_info {
  font-weight: normal;
}
						   
a.product_buy_now_link:link {
  font-family: Helvetica;
  color: yellow;
  font-weight: bold;
  font-size: 10pt;
  text-decoration: underline;
}

a.product_choices_link:link {
  color: yellow;
  font-weight: normal;
  font-size: 11pt;
  text-decoration: underline;
}

a.product_choices_link:visited {
  font-weight: normal;
  font-size: 11pt;
  text-decoration: underline;
}

a.product_choices_link:hover {
  text-decoration: underline;
}

.icon_style {
  height: 100%;
}

.product_box_horizontal {
    height: 150px;
    width: 200px;
    border: 0px solid;
}

.product_box_vertical {
    height: 100%;
    width: 120px;
    border: 0px solid;
    font-family: sans-serif;
    font-size: 9pt;
    color: #535353;
    
}

.product_box_no_align {
    border: 0px solid;
    font-family: sans-serif;
    font-size: 9pt;
    color: #535353;
    
}

a.product_title_link_vertical:link,
a.product_title_link_vertical
{
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #a51f24;
    text-decoration: none;
}

a.product_title_link_vertical:visited,
a.product_title_link_vertical:active
{
    color: purple;
}


#large {font-size : 14pt;}

.title {
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: bold;
}


a.proceed_to_checkout, a.proceed_to_checkout:visited {
    font-family: Helvetica;
    font-size: 11pt;
    font-weight: bold;
    color: #a51f24;
    text-decoration: underline;
}

a.important_link, a.important_link:visited {
    font-family: Helvetica;
    font-size: 11pt;
    font-weight: bold;
    color: #a51f24;
    text-decoration: underline;
}
.icon_vertical {
    max-height: 200px;
    overflow: hidden;
    width: 120px;
}

.table_centre {
    background-position:50% 0%; 
    background-repeat:no-repeat;
    width: 100%;
    height: 300;
    border: 2;
}

.table_right {
    background-image:"images/background_lena.png";
    background-position:100% 0%; 
    background-repeat:no-repeat;
    width: 100%;
    height: 100%;
    border: 2;
}

.button { cursor:hand; cursor:pointer;}


a.menu_link:link, a.menu_link:visited, a.menu_link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: white;
	border-style: solid;
	border-width: 1px;
	/* sets border width on all sides */
	border-color: #000000;
	background: #b5aec6;
	/* Content, padding will be gray */
	margin: 2px 2px 2px 2px;
	padding: 2px 4px 2px 2px;
	/* Note 0px padding right */
}

a.menu_link:hover {
  text-decoration: underline;
  background: #87aec6;            /* Content, padding will be gray */
}

a.basket_link:link, a.basket_link:visited, a.basket_link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: Navy;
	border-style: dotted;
	border-width: 1px;
	/* sets border width on all sides */
	border-color: Red;
	background: Yellow;
	/* Content, padding will be gray */
	margin: 2px 2px 2px 2px;
	padding: 2px 4px 2px 2px;
	/* Note 0px padding right */
}

a.basket_link:hover {
	background: Aqua;
	/* Content, padding will be gray */
}

a.pgFlower:link, a.pgFlower:visited, a.pgFlower:active {
	font-weight: normal;
}

a.pgFlower:hover {
	text-decoration: underline;
	background : #aaccaa;
}

a.pgArr {
    font-family: sans-serif;
    font-size: 13pt;
    font-weight: bold;
    color: #a51f24;
    text-decoration: none;
}

a.pgCur {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.large_flower_icon_image {
	background: #c7840c;
	vertical-align : middle;
}

.table_addon {
   font-size: 11pt;
}

a.nav_page_link, a.nav_page_link:hover, a.nav_page_link:active, a.nav_page_link:visited    
{ text-decoration : underline; font-family: Arial,Sans-Serif; font-size: 8pt; font-weight: bold; margin-bottom: 0px; margin-top: 0px; }

a.nav_page_cur {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.error_message {
  color: red;
}

#checkout_page H1 { font-size: 150%; margin-bottom: 1em; margin-top: 10px }
#checkout_page H2 { margin-top: 2em }
#checkout_page th, #checkout_page td  { padding: 0px; border: 0px; }
#checkout_page table { margin-bottom: 0px; text-align: left }
#checkout_page .site_title { border-bottom: 1px solid black; padding-bottom:
10px ; margin-right: 20px}
#checkout_page #dont_want_online { width: 600px; margin-left: auto; margin-right:auto; margin-top: 2em; border: 1px solid #8C6BBF; padding: 10px; background: #E6E0EF; }
#checkout_content { padding-left: 20px; padding-right: 20px;  margin-right: 20px; }
#checkout_content #step_number { top: -30px; right: -20px}
#checkout_content #step_number_receipt { top: -30px; right: -20px}
.ticket_left_column .info { font-size: 95%; }
.ticket_left_column .title { font-size: 100%; }
#brfl_sidemenu .submenu LI > a { font-size: 90%; }

body {
  margin: 0px;
}

#layout_table { width: 100%; }
#layout_table td.top_bar { }
#layout_table td.top_left_corner { }
#layout_table td.left_bar { }
td#right_panel_container {
  padding-top: 20px;
  padding-left:  10px;
  padding-right:  10px;
  padding-bottom:  20px;
  width: 200px; 
  margin-left:  5px;
  text-align: center;
  font-size: small;
  background: #f6ebff;
  border-left: 1px dashed #798568;
}

#right_panel p {
  text-align: left;
}

#right_panel H2  {
  color: #899676;
}
#left_panel H2  {
  color: #899676;
}

H1.main_title {
  color: #4a3961;
  font-size: 50pt;
  margin-top: 0px;
  margin-bottom: 10px;
  font-style: italic;
}

H1, H2, H3 {
  font-family: 'Book Antiqua', serif;
  text-align: center;
  color: #4a3961;
}
 
H2 {
	font-style:italic;
}

td#left_panel_container {
  border: 1 solid black;
  padding: 10px;
  font-size: small;
  height: 100%;
  background: #f6ebff;
  border-right: 1px dashed #798568;
}

#content_panel {
  margin-left: 0px;
  margin-top: 2ex;
  padding: 10px;
  text: white;
}

#content_panel a:link {
  color: black;
  text-decoration: underline;
}

#content_panel a:visited {
  color: #444;
  text-decoration: underline;
}

#content_panel a:hover {
  color: #666;
}

#top_menu a {
  color: black;
  text-decoration: underline;
}


#top_menu {
  margin-bottom: 0;
}

#sandwich_text {
  color: #666;
  margin-bottom: 1em;
  padding: 2px;
  background: #f6ebff;
  text-align: justify;
  border-top: 1px dashed #798568;
  border-bottom: 1px dashed #798568;
}

hr {
	background-color: #798568;
	color: #798568;
	border: 0;
	height: 1px;
}


.delivery_link    { text-decoration: none; font-size: 8pt; }
.delivery_link1    { text-decoration: none; font-size: 8pt; }
.citytname{
	font-size : 9px;
	margin-top : 0;
	margin-bottom : 0;
}

td.bordercell {
	background-color: #798568;
}

td {
	font-family : 'Book Antiqua', serif;
}

p.smallprint {
	font-family : 'Book Antiqua', serif;
	font-size : 8pt;
	text-align : center;
}

.text {
	font-family: 'Book Antiqua', serif;
	font-size: 8pt;
	font-style:normal;
	color:#000000;
}

.medium {
	font-family : 'Book Antiqua', serif;
	font-size : 9pt;

}

.nav {
	font-family : 'Book Antiqua', serif;
	font-size : 9px;
}

.logo {
	color: #798568;
	font-family: 'Book Antiqua', serif;
	font-size : 24pt;
	font-weight : bold;
}

.address {
	font-family : 'Book Antiqua', serif;
	font-size:  10px;
}

A:link {
	color : #666666;
	text-decoration : none;
}

     
A:visited {
	color : #666666;
	text-decoration : none;
}

A:hover {
	color : #000000;
	text-decoration : underline;
}
     
A:active {
	color : #666666;
	text-decoration : underline;
}

a.email:link, a.email:hover, a.email:visited, a.email:active {
	color : #0000FF;
	text-decoration : underline;
	}

a.more {
	font-size:  8pt;
	text-decoration : underline;
	color: #336699;
	font-weight : bold;
}

A.blue:link, A.blue:visited, A.blue:active, A.blue:hover  {
	font-family : 'Book Antiqua', serif;
	font-size:  10pt;
	color: #336699;
	text-decoration : underline;
	font-weight : bold;
	}
	
.title {
	font-family : 'Book Antiqua', serif;
	font-size:  10pt;
	color: #000000;
	font-weight : bold;
}

.subtitle {
	font-family : 'Book Antiqua', serif;
	font-size:  8pt;
	color:#333333;
	font-weight : bold;
}

.prodtitle {
	font-family : 'Book Antiqua', serif;
	font-weight : bold;
	font-size : 9pt;
	color : #798568;
}

.smalltext {
	font-family : 'Book Antiqua', serif;
	font-size : 8pt;
}

.heading {
	color: #798568;
	font-family: 'Book Antiqua', serif;
	font-size: 14pt;
	font-weight: bold;
}

.subheading, a.subheading:link, a.subheading:visited, a.subheading:active {
	color: #798568;
	font-family: 'Book Antiqua', serif;
	font-size: 10pt;
	font-weight: bold;
}

a.subheading:hover {
	text-decoration: underline;
}

a.category:link, a.category:visited, a.category:active {
  color:#333333;
	font-family: 'Book Antiqua', serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

a.category:hover {
	color: #798568;
	font-family: 'Book Antiqua', serif;
	font-size: 9pt;
	text-decoration: underline;
}

#top_menu a.topnav {
	color black;
  padding: 5px;
	font-family: 'Book Antiqua', serif;
	font-size: 8pt;
	text-decoration: none;
	border-width:thin;
	border-style:outset;
	background-color:#F6E4F6;
}

a.topnav:hover {
background-color:#FFFFFF;

}

.topnav {
	color: #798568;
}

img.nospace, br.nospace {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.text_block {
	font-family: Book Antiqua, Sans-Serif; 
	margin-top : 0;
	margin-bottom : 0;
  text-align: left;
}

#footer_link_block {
}

ul.navlist { margin-left: 0; padding-left: 0; white-space: nowrap; }
.navlist li { display: inline; list-style-type: none; }
.navlist a { padding: 3px 10px; }
.navlist a:link, .navlist a:visited { color: #fff; background-color: #036; text-decoration: none; }
.navlist a:hover { color: #fff; background-color: #369; text-decoration: none; }
div#catalog { width: auto }
.flower_icon { height: 280px }
#current_item_details .image { width: 100%;  }
#brfl_sidemenu H2 { text-align: left; margin-top: 1em; margin-bottom: 0.2em; text-transform: uppercase; }

