/* CSS Document */

td {font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
	
a {font: 11px/normal Tahoma, Arial, Geneva, Arial, Helvetica, sans-serif; 
color: #6b8135; text-decoration: none;
}

a:hover {
color: #315a00;
}

a.bottom {font: 11px/normal Tahoma, Arial, Geneva, Arial, Helvetica, sans-serif; 
color: #315a00; text-decoration: none;
}

a.bottom:hover {
color: #1E3601;
}


/* CSS side bar and right bar formatting and styles */

.sidebar {padding: 0px;}
.sidebar td.header {
	width: 208px; height:1px;
	background-image:url('images/side_header_bg.gif'); 
	padding: 10px 0 3px 10px; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;color: #5b5b5b; 
	font-weight: bold;
	border-right: none;
	}
.sidebar td.bottom {
	background-image:url('images/bar_fade.gif'); 
	text-align: center;
	padding: 0px;
	border-right: none;
	border-bottom: none;
	height:30px;
	}
.sidebar td {
	background-image:url('images/sidebar_bg.gif'); 
	padding: 5px; 
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	}
	
.rightbar {padding: 0px; background-image:url('images/rightbar_header_bg.gif');}
.rightbar
td.header {
	width: 208px; height:1px;
	background-image:url('images/rightbar_header_left.gif'); 
	background-repeat: no-repeat;
	padding: 10px 0 3px 10px; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;color: #68594b; 
	font-weight: bold;
	border-right: 1px solid #e78944;
	border-bottom: 1px solid #e78944;
	}
.rightbar td.header2 {
	width: 208px; height:1px;
	background-image:url('images/rightbar_header_left2.gif'); 
	background-repeat: no-repeat;
	padding: 10px 0 3px 10px; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;color: #68594b; 
	font-weight: bold;
	border-right: 1px solid #e78944;
	border-bottom: 1px solid #e78944;
	}
.rightbar td.bottom {
	background-image:url('images/bar_fade.gif'); 
	text-align: center;
	padding: 0px;
	border-right: none;
	border-bottom: none;
	height:30px;
	}
.rightbar td {
	background-image:url('images/sidebar_bg.gif'); 
	padding: 5px;
	padding-left: 8px; 
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	}

.icon { 
		padding: 7px 7px 7px 5px;
}
.sgrey {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #666666}


.titlebar 
{  
 font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bolder;
 font-size: 14px; 
 color: #4B7A11;
}
.title 
{  
 font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bolder;
 font-size: 11px; 
 color: #4B7A11;
}


tr.header {
	background-color:#dddddd;
	background-repeat: no-repeat;
	padding: 10px 0 3px 10px; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;color: #68594b; 
	font-weight: bold;
	border-right: 1px solid #e78944;
	border-bottom: 1px solid #e78944;
	}

/* CSS for main navigation menu */
.shadow {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	filter: Shadow(Color=#666666, 
                 Direction=135, 
                 Strength=0);
				 
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

  /* needed for Internet explorer */
  height: 1em;
display: block;
float: left;

  /* Needed for Gecko */
  line-height: 1em;
  white-space: nowrap;

}

.shadow a { color: #FFFFFF;
	text-decoration: none;	
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadow:before {
	display: block;
  margin: 0 0 -13px 1px;
  padding: 0;
  color: #b06e5e; 
}

#summer_shadow:before { 
  content: 'Summer'; 
}
#anni_shadow:before { 
  content: 'Anniversary'; 
}
#mostpop_shadow:before { 
  content: 'Most Popular'; 
}
#bday_shadow:before { 
  content: 'Birthday'; 
}
#roses_shadow:before { 
  content: 'Roses'; 
}

/* 
 * list to create menus at top of page
 */

#navcontainer ul
{
padding-left: 0;
margin-top: 0;
margin-left: 0;
margin-bottom: 0px;
float: left;
width: 524px;
font-family: arial, helvetica, sans-serif;

}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 7px 20px 8px 24px;
background-image:url('images/menu_bg.gif'); background-repeat: no-repeat;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
background-image:url('images/menu_over_bg.gif'); background-repeat: no-repeat;
color: #fff;
}

/* List under left side bar */

#sidelist { padding-left: 4px; margin-top: 2px; margin-bottom: 2px; margin-left: 0px; width: 165px;  list-style: none; }

#sidelist li a {font: 11px/normal Tahoma, Arial, Geneva, Arial, Helvetica, sans-serif; 
display: block; color: #6b8135; width:100%; line-height: 14px; text-decoration:none; font-weight:bold;
padding-top: 6px; padding-bottom: 5px; padding-left: 20px; padding-right: 5px; 
background-image: url('images/sidelist_bg.gif'); background-repeat: no-repeat; background-position: 0px 0px;
}

#sidelist li a:hover {
background-image: url('images/sidelist_over_bg.gif'); color: #315a00;
}

#sidelist li.first a {
background-image: url('images/sidelist_first_bg.gif');
}

#sidelist li.first a:hover {
background-image: url('images/sidelist_first_over_bg.gif'); color: #315a00;
}

#sidelist li.last a {
background-image: url('images/sidelist_last_bg.gif'); padding-bottom: 7px;
}

#sidelist li.last a:hover {
background-image: url('images/sidelist_last_over_bg.gif'); padding-bottom: 7px; color: #315a00;
}

/* List inside product description box */


#prodlist { padding-left: 4px; margin-top: 6px; margin-bottom: 2px; margin-left: 0px; width: 165px;  list-style: none; }

#prodlist li a {font: 11px/normal Tahoma, Arial, Geneva, Arial, Helvetica, sans-serif; 
display: block; color: #6b8135; width:100%; line-height: 14px; text-decoration:none; font-weight:bold;
padding-top: 6px; padding-bottom: 5px; padding-left: 20px; padding-right: 5px; 
background-image: url('images/bullet.gif'); background-repeat: no-repeat; background-position: 0px 0px;
}

#prodlist li a:hover {
color: #315a00;
}

/* CSS for form elements and related items */

.inputtext { font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; color: #000000;
	}
	
.selectfield { font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; color: #000000;
	margin: 3px;
	margin-left: 0px;
	width: 150px;
	}
	
.selectfield2 { font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; color: #000000;
	margin: 3px;
	margin-left: 0px;
	width: 200px;
	}
	
.button { font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px; color: #000000;
	height: 25px;
	font-weight: bold;
	}
	
/* CSS for main product details window fonts */

.maintitle {font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;color: #68594b; 
	font-weight: bold;
	}
	
.maintitle2 {
	background:url(images/title_bg.gif);
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;color: #FFFFFF; 
	font-weight: bold;
	}
	
