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: 180px;
  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 {

}

h4 {
  font-weight: bold;
  font-size: 15px;
}

h4.login {
  display: inline;
}

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;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

#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#splitter {
  border-top: 2px solid #DF3479;
  border-bottom: 1px solid #F7CCDD;
}

#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: 180px;
  float: left;
  clear: left;
  height: 24px;
  margin-bottom: 8px;
}

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

form input[type="radio"],
form input[type="checkbox"] {
  float: none;
  width: auto;
}

.invoice_address {
  width: auto;
  margin-right: 30px;
}

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;
}

#vacation_notice {
  border: 2px solid #DF3479;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #FFCCFF;
  font-weight: bold;
  font-size: 15px;
  color: black;
}

#sidebar {
  margin-top: 20px;
  margin-left: -25px;
  width: 214px;
}

.usp {
  width: 100%;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.usp .title {
  background-color: #DF3479;
  border-radius: 10px 10px 0 0;
  color: white;
  padding: 7px 8px 2px;
}

.usp .title p {
  margin: 0;
}

.usp .content {
  border: 1px solid #DF3479;
  border-radius: 0 0 10px 10px;
  padding: 20px;
}

.usp .content p {
  margin: 0;
}

.usp p {
  margin: 0;
}

.usp.checkout {
  float: left;
  width: auto;
}

.usp .image {
  border: 1px solid #DF3479;
  border-radius: 0 0 10px 10px;
  background: url("/images/courier.jpg") no-repeat;
  height: 280px;
}

.usp ol {
  margin-bottom: 0;
}

.usp ol li {
  background: url("/images/check-icon.png") no-repeat scroll 0 50% transparent;
  font-size: 12px;
  line-height: 30px;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 22px;
  margin-left: 0;
}

.usp.basket {
  width: 282px;
}

.contact {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  margin-top: 60px;
}

.contact .callcenter {
  background: #fff url("/images/callcenter.jpg") no-repeat;
  height: 158px;
  width: 220px;
  -webkit-border-radius: 0 10px 0 0;
  -khtml-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  -ms-border-radius: 0 10px 0 0;
  -o-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}

.contact p {
  padding: 3px 10px;
  font-weight: bold;
  background-color: #DF3479;
  -webkit-border-radius: 0 10px 10px 0;
  -khtml-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}

.contact p strong {
  font-size: 18px;
}

.tiptip {
  cursor: help;
}

#progress {
  padding: 20px 0 20px 45px;
}

#progress ul {
  height: 48px;
  list-style-position: inside;
  list-style-type: disc;
  list-style-image: url("/images/progress.png");
}

#progress ul li {
  float: left;
  list-style-position: inside;
  list-style-type: none;
  list-style-image: none;
  background: #fff url("/images/progress.png") no-repeat left top;
  height: 48px;
  padding-top:14px;
  width: 210px;
}

#progress ul li strong {
  margin: 0 10px 0 10px;
  vertical-align:top;
}

#progress ul li h1 {
  color: white;
  display: inline;
  font-size: 25px;
  font-weight: bold;
  margin-left: 18px;
  margin-right: 20px;
}

#progress ul li.selected {
  background: #fff url("/images/progress_selected.png") no-repeat left top;
}

#progress ul li h1 a {
  color: white;
  text-decoration: none;
}

#progress ul li a {
  text-decoration: underline;
}

.navigation {
  margin-top: 30px;
}

.navigation.order {
  margin-top: 50px;
  margin-right: 42px;
}

.navigation.order.login_navigation {
  margin-right: 82px;
}

.navigation.order.payment {
  margin-right: 0;
}

.back {
  background: #fff url("/images/button_back.png") no-repeat top left;
  height: 30px;
  width: 150px;
  display: block;
  color: white;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  font-size: 15px;
  text-decoration: none;
}

a.back:hover {
  text-decoration: none;
}

#order_now {
  float: right !important;
  font-size: 15px;
  background: #fff url("/images/button_forward.png") no-repeat top left;
  width: 150px;
  height: 30px;
  border: 0;
  color: #fff;
  font-weight: bold;
}

#order_now:hover {
  cursor: pointer;
}

.green_button {
  font-size: 15px !important;
  background: #fff url("/images/button_forward.png") no-repeat top left;
  width: 150px !important;
  height: 30px !important;
  border: 0;
  color: #fff;
  font-weight: bold;
  text-align: center !important;
}

.green_button.order {
  float: right;
}

.green_button.add_to_basket {
  float: right !important;
  width: 150px !important;
}

.green_button:hover {
  cursor: pointer;
}

a.green_button {
  display: inline-block;
  text-decoration: none;
  padding-top: 5px;
}

.pink_button_small {
  font-size: 15px !important;
  background: #fff url("/images/button_pink_small.png") no-repeat top left;
  width: 45 !important;
  height: 27px !important;
  border: 0;
  color: #fff;
  font-weight: bold;
  text-align: center !important;
}

.pink_button_small:hover {
  cursor: pointer;
}

.social_icons {
  float: right;
}

.social_icons_home {
  margin-top: 50px;
}

#top_up iframe {
  width: 600px !important;
  height: 450px !important;
}

.popup_container {
  background-color: white;
  padding: 10px;
}

a.popup {
  text-decoration: underline;
}

.create_account {
  width: 38%;
  border-left: 1px solid #DF3479;
  padding-left: 10px
}

.create_account label {
  margin-bottom: 0;
}

.create_account form input {
  width: 100%;
}
