/* CSS Document */

body{
cursor: default;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body {
				margin: 0;
				padding: 0;
				font: 12px/1.5 verdana, arial, helvetica, sans-serif;
				color: #333333;	
			}
			
td, p, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;	
	font-size: 12px;
	
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;
	color: #cf035c;
}
h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;
	color: #cf035c;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;
	color: #cf035c;
}		
a {
	font-weight: bold;
	color: #cf035c;
	text-decoration: none;	
}	

a:hover {
 text-decoration: underline;
}
#content {
	padding: 0px;
	background-color: #ffffff;				
}
#header {
	padding: 0px;
	background-color: #cf035c;	
	width: 100%;
	height: 60px;						
}

#main {
	padding: 10px;
	background-color: #ffffff;
	width: 100%;
	height: auto;
	vertical-align: middle;
}
#footer {
	position: relative;  /* Needed for Safari */
	padding: 0px;
	background-color: #cf035c;
	width: 100%;
	height: 80px;
	background-image: url(../images3/flowers_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#footer .footimage {
	float: right;
	bottom: 0;
}
#footer .footcontent {
	position:relative;
	float:left;
	left: 10px;
	top: 20px;
	color: #ffffff;	
}

#footer  a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;	
	font-size: 12px;
}

#footer a:hover {
	font-weight: bold;
	color: #fedae9;
	text-decoration: underline;	
	font-size: 12px;
}

#footer .easylink {	
	color: #fc2c84;	
	font-size: 10px;
}

#footer .easylink a {
	font-weight: normal;
	color: #fc2c84;;
	text-decoration: none;
	font-size: 10px;		
}

#footer .easylink a:hover {
	font-weight: normal;
	color: #fedae9;
	text-decoration: underline;
	font-size: 10px;	
}

#header .logo {
	float: left;
}

#header .headmessage {
	float: right;
}

#navarea {
	padding: 0px;
	 margin: 0px;
	background-color: #fedae9;	
	width: 100%;
	height: 26px;
	
}
#nav {
  padding: 0px;
  margin: 0px;
  background-color: #fedae9;	
  list-style: none; 
  z-index: 5;	
}

#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	background-color: #fedae9;
	 z-index: 5;	
}
#nav a {
	font-weight: bold;
	color: #cf035c;
	text-decoration: none;
	background-color: #fedae9;
	font-size: 12px;
}
#nav li a {
	display: block;
	font-weight: bold;
	color: #cf035c;
	padding: 0.2em 4px;
	background-color: #fedae9;
}
#nav li li a {
	display: block;
	font-weight: normal;
	color: #cf035c;
	padding: 0.2em 4px;
	background-color: #fedae9;
}

#nav li a:hover, li li a:hover {
	padding: 0.2em 4px;
	background-color: #cf035c;
	color: #ffffff;
}

#nav li {
	float: left;
	position: relative;
    width: 150px;
	text-align: center;
	cursor: default;
	background-color: #fedae9;
	height:24px;
	 z-index: 5;	
}
#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0.5em 0 0.5em 0;
	background-color: #fedae9;
	 z-index: 5;	
}
#nav li>ul {
	top: auto;
	left: auto;
}
#nav li li {
	display: block;
	float: none;	
	background-color: #fedae9;
	border: 0;
}
#nav li:hover ul, #nav li.over ul {
display: block;
 z-index: 5;	
}

/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav  ul li a { height: 1%; }
/* End */

.listName {
	font-size: 14px;
	color: #cf035c;
	font-weight: 800;	
}

.listPrice {
	font-size: 16px;
	color: #999999;
	font-weight: 800;	
}

.listPriceOffer {
	font-size: 16px;
	color: #cf035c;
	font-weight: 800;	
}

.listImg {
	border: solid #CCCCCC 1px;
}

.strike {
	text-decoration: line-through;
}

.infoName {
	font-size: 18px;
	color: #cf035c;
	font-weight: 800;	
}

.infoPrice {
font-size: 16px;
	color: #999999;
	font-weight: 800;	
}

.infoPriceOffer {
font-size: 16px;
	color: #cf035c;
	font-weight: 800;	
}

.subhead {
	color: #cf035c;
	font-weight: 800;	
}

form {
		display: inline;
		}

.title{
	height: 35px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5A2B7D;
	font-size: 14px;
  }

.pagetitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;
	color: #cf035c;
}
	   
.input{
	   width: 200px;
	   border: 1px solid #999;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 12px;
	   margin: 2px;
	   background: #FAFAFA;
	   }
textarea{
	   overflow: visible;
	   width: 200px;
	   border: 1px solid #999;
	   height: 60px;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 12px;
	   margin: 2px;
	   }

.cyo{
	  width: auto;
	  display: block;
	  border: 1px solid #999;
	  background: #FAFAFA;
	  margin: 10px;
	  }
acronym{
	font-weight: normal;
	color: #cf035c;
	cursor: help;
}
.td {
	color: #333333;	
	font-size: 12px;
	font-weight: normal;
}
.td2 {
 color: #cf035c;
font-size: 12px;
	
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

.tableNav {
	background-color: #5a2b7d;
}
.tableMain {

	background-color: #5a2b7d;
}
.tdhead {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #cf035c;
	font-size: 12px;
	font-weight: bold;

}

.bodytext2 {

	color: #cf035c;
	font-size: 12px;
}
.freedelivery {
	color: #ff3300;
	font-weight: bold;
}
.highlightred {
	color: #ff3300;
	font-weight: bold;	
}

.checkoutMessage {
	color: #CF035C;
	font-size: 12px;
	font-weight: bold;
}
.tableBg {
	background-color: #fedae9;
}

.imgcontainer {
 position: relative;
 z-index: 1;
}
.imgbox {
  position: absolute;
  left: 0;
  top: 0; 
}
.specialbox {
 position: absolute;
 left: 0;
 bottom: 0;	
}

#entry .leftText {
	color: #cf035c;
	font-size: 14px;
	font-weight: bold;
}


#entry .rightText {
	color: #cf035c;
	font-size: 16px;
	font-weight: bold;
}

#entry a {
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#entry a:hover {
	color: #cf035c;
	text-decoration: underline;
}

.dotty {
  	background-image: url(../images3/dots.gif);
	background-repeat: no-repeat;
}
.offscreen {
	position: absolute;
	top: 100%;
	left: -999em;
}
.seo_text {
/*	display: none; */
	position: absolute;
	top: 100%;
	left: 0;
}