html, body {
	height: 100%;
}

p {
	margin-bottom: 10px;
}

body {
	font-family: arial, 'lucida console', sans-serif;
	color: #404449;
	font-size: 13px;
	background: #F6F6F6 url(/images/bg.png) repeat-y 50%;
	line-height: 150%;
}

a {
	color: #404449;
}

a:hover {
	text-decoration: underline;
}

div.formError {
	clear: both;
	color: red;
	font-weight: bold;
	padding-left: 120px;
	margin-bottom: 5px;
	line-height: 15px;
}

h1 {
	color: #DF3479;
	font-size: 23px;
	padding-bottom: 15px;
}

h2.free_sample {
    color: #DF3479;
    font-size: 18px;
    padding-bottom: 0px;
}

h2 {
	color: #DF3479;
	font-size: 18px;
	padding-bottom: 10px;
}

h3 {
	
}

iframe {
	width: 0px;
	height: 0px;
	border: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.hr {
    border-bottom: 1px solid #DF3479;
    margin-bottom: 20px;
}

#page_wrapper {
	width: 950px;
	background: white;
	margin: auto;
	position: relative;
	padding-bottom: 100px;
}

#page_wrapper #page_header {
	height: 128px;
	position: relative;
	background: #DF3479 url(/images/logo.png) no-repeat left;
}

#page_wrapper #page_header ul {
	position: absolute;
	left: 457px;
	top: 49px;
	height: 20px;
	font-size: 10px;
}

#page_wrapper #page_header ul li {
	height: 100%;
	vertical-align: middle;
	float: left;
	padding: 0 12px 0 12px;
	height: 12px;
	border-right: 1px solid white;
	list-style: none;
}

#page_wrapper #page_header ul li.last_in_list img#pic {
	margin-left: 30px;
}

#page_wrapper #page_header ul li.last_in_list span#basket_size a {
	position: absolute;
	top: 0;
	color: white;
	line-height: 13px;
}

#page_wrapper #page_header ul li.last_in_list {
	padding-right: 5px;
	border-right: none;
}

#page_wrapper div#buttons {
	margin: 0 auto;
	width: 950px;
	height: 122px;
	position: relative;
	background: white url(/images/navbar/header.png) no-repeat;
}

#page_wrapper div#buttons ul {
    padding: 8px 0 0 0;
}

#page_wrapper div#buttons ul li {
    margin-left: 12px;
    display: inline;
    float: left;
}

#page_wrapper div#buttons a#petals {
	position: absolute;
	left: 42px;
	top: 9px;
}

#page_wrapper div#buttons a#roses { 
	position: absolute;
	left: 496px;
	top: 9px;
}

#page_wrapper #page_content {
	padding-top: 20px;
	margin-left: 45px;
	margin-right: 45px;
	position: relative;
	height: 100%;
}


.notification_message {
	color: red;
	font-size: 13px;
	padding: 15px 0 5px 0;
	font-weight: bold;
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

.notification_message h2 {
	font-size: 14px;
	color: red;
}

form {
	margin-top: 20px;
}

form label {
	width: 120px;
	float: left;
	clear: left;
}

form input {
	float: left;
	margin-bottom: 10px;
	width: 275px;
}

form select {
	float: left;
	margin-bottom: 10px;
	width: 275px;
}

form textarea {
	float: left;
	margin-bottom: 10px;
	width: 380px;
	height: 200px;
}

form textarea.address {
	height: 40px;
}

.cms_edit ol {
	margin-bottom: 15px;
}

.cms_edit ul {
	margin-bottom: 15px;
}

td#fix_width {
	 width: 135px;
}

.cms_edit ul li {
	margin-left: 1.5em;
	list-style-type: disc;
	list-style-position: outside;
}

.cms_edit ol li {
	margin-left: 1.8em;
	list-style-position: outside;
	list-style-type: decimal;
}

#footer_raumer {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

#footer {
	margin: 0 auto;
	height: 40px;
	width: 940px;
	line-height: 40px;
	text-align: right;
	border: 1px solid #DF3479;
	border-left: none;
	border-right: none;
/*	background: #DF3479 url(/images/footer_bg.png) no-repeat;*/
	padding-right: 10px;
	color: white;
}

#footer a {
	text-decoration: underline;
	color: white;
}

#footer .search_tags {
	color: #DF3479;
}

#primary_photo {
	margin-bottom: 10px;
	float: left;
}

#keywords_dropdown {
    width: 70px;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.special_offer {
    position: absolute;
    left: 0;
    top: 34px;
}

#navigation li {
    position: relative;
}

ul li ul {
    z-index: 200;
    position: absolute;
	display: none;
    width: 100px;
	top: 12px !important;
	left: -10px !important;
}

ul li ul li {
    height: 24px !important;
    border-right: none !important;
}

/* Styles for Menu Items */
ul li ul li a {
    display: block;
    width: 150px !important;
    height: 15px !important;
	text-decoration: none;
	color: #777;
    background: #fff;
	padding: 3px 5px 5px 5px;
	border: 1px solid #DF3479;
	border-bottom: 0;
}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
    display: block; 
} /* The magic */


#payment_methods {
  width: 100%;
  border-top: 1px solid #DF3479;
}

#payment_methods tr {
  border-bottom: 1px solid #DF3479;
}

#payment_methods tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}

#payment_methods tr td input {
  width: 32px;
  margin-top: 10px;
}

#payment_methods tr td.image {
  width: 250px;
  text-align: center;
}

#payment_methods tr td.text {
  width: 100%;
  font-weight: bold;
}

#payment_issuers {
  float: left;
}

#checkout .order {
  float: right;
}


div.rounded_slideshow {
  width: 422px;
  height: 230px;
  position: relative;
   overflow: hidden;
}

div.rounded_slideshow div.slideshow_blocks {
  width: 1688px; /* overwritten in js */
  position: absolute;
  height: 230px;
  top:0;
  left:0;
}

div.rounded_slideshow div.slideshow_block {
  position: relative;
  float: left;
  width: 422px;
  height: 230px;
}

div.rounded_slideshow div.slideshow_title {
  position: absolute;
  top: 193px;
  left: 0;
  padding: 6px 10px 10px;
  width: 402px; height: 14px;
  color: #DF3479;
  font-size: 18px;
}

div.rounded_slideshow div.slideshow_title_bg {
  position: absolute;
  top: 193px;
  left: 0;
  padding: 6px 10px 10px;
  width: 402px; height: 14px;
  background: #fff;
  opacity: .5;
	filter:alpha(opacity=50);  
}


div.rounded_slideshow div.slideshow_blocks_overlay {
  position:absolute;
  background: transparent url(/images/slideshow_corners.png);
  _background-image: url(/images/slideshow_corners.gif);
  top: 0;
  left:0;
  right:0;
  bottom:0;
  width: 422px;
  height: 230px;
}

ul.video_links li {
  display: block;
}
ul.video_links a {
  display: block;
  background: transparent url(/images/video_play.png) top left no-repeat;
  padding: 5px 0px 5px 30px;
  line-height: 18px;
}
