/* CSS Document */
body {
  background:#fff;
  background-image: url('../images/bg_body.png');
  background-repeat: repeat-x;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #231f20;
  height: 100%;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  margin: 0;
}

div {
  padding: 0;
  margin: 0;
}

p {
  padding:0;
  margin: 0 10px 16px 0;
  line-height: 150%;
}

td {
  line-height: 150%;
}

h1 {
  font-size: 18px;
  font-weight: normal;
  color: #ec008c;
  background-image: url('../images/butterfly.png');
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 23px;
  margin: 10px 0 10px 0px;
}

ul {
  list-style-type: circle;
}

input[type="checkbox"] {
	padding: 0px !important;
	width: auto !important;
	height: auto !important;
}

#global {
  width: 976px;
  margin: 0 auto;
  text-align: left;
  background-image: url('../images/bg_content.jpg');
  background-repeat: repeat-y;
}

#header {
  width: 976px;
  height: 185px;
  background-image: url('../images/bg_header.png');
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}

#logo_link {
  width: 225px;
  float: left;
}

#logo_link a {
  display: block;
  margin: 5px 0 0 33px;
  width: 156px;
  height: 117px;
  text-decoration: none;
}

#cart_content {
  width: 622px;
  height: 180px;
  text-align: right;
  float: left;
  cursor: default;
}

#cart_content span {
  /*display: block;*/
  position: relative;
  top: 80px;
  padding: 5px 50px 5px 30px;
  color: #231f20;
  font-size: 14px;
  border: 1px inset #8680b5;
  background: #fbd6e6;
  width: auto;
}

#cart_content p {
  /*display: block;*/
  position: relative;
  top: 88px;
  padding: 0 26px 0 0;
  color: #231f20;
  font-size: 14px;
  width: auto;
}

#cart_content p a {
  text-decoration: none;
  color: black;
}

#cart_button {
  width: 120px;
  float: left;
  padding-top: 60px;
}

#cart_button img {
  z-index: 5;
  position: relative;
  left: -32px;
}

#slideshow {
    height: 232px;
    margin-bottom: 6px;
}

#content {
  padding-bottom: 5px;
}

#left_column {
  width: 225px;
  float: left;
}

#left_column ul {
  list-style-type: none;
  margin:0 0 0 8px;
  padding:0;
  font-size: 14px;
}

#left_column ul li span {
  display: block;
  padding: 3px 0;
  margin: 3px 0;
  text-indent: 10px;
  width: 216px;
  cursor: default;
  background-image: url('../images/bg_leftmenu2.png');
  color: white; /*#1a4b48;*/
}

#left_column ul li a {
  display: block;
  padding: 3px 0;
  margin: 3px 0;
  text-indent: 10px;
  width: 216px;
  color: #444444;
  text-decoration: none;
}

#left_column ul li a:hover {
  display: block;
  padding: 3px 0;
  margin: 3px 0;
  text-indent: 10px;
  width: 216px;
  background: #e9018a;
  background-image: url('../images/bg_leftmenu.png');
  color: white; /*#1a4b48;*/
}

#left_column ul li a.current {
  display: block;
  padding: 3px 0;
  margin: 3px 0;
  text-indent: 10px;
  width: 216px;
  background: #e9018a;
  background-image: url('../images/bg_leftmenu2.png');
  color: white; /*#1a4b48;*/
}

#left_column ul li ul {
  list-style-type: none;
  margin:0 0 0 0px;
  padding:0;
  font-size: 14px;
}

#left_column ul li ul li span {
  display: block;
  padding: 3px 0;
  margin: 3px 0;
  text-indent: 25px;
  width: 206px;
  margin-left: 10px;
  cursor: default;
  background: #f6a2c7;
  background-image: url("../images/thumb_leftmenu.png");
  background-repeat: no-repeat;
  background-position: 5px 2px;
  color: #1a4b48;
}

#left_column ul li ul li a {
  display: block;
  padding: 3px 0;
  margin: 3px 0;
  text-indent: 35px;
  width: 216px;
  color: #444444;
  text-decoration: none;
}

#left_column ul li ul li a:hover {
  display: block;
  padding: 3px 0;
  margin: 3px 0;
  text-indent: 25px;
  width: 206px;
  margin-left: 10px;
  background: #f6a2c7;
  color: #1a4b48;
}

#two_column_width {
  width: 715px;
  margin-left: 25px;
  float: left;
}

#middle_column {
  width: 435px;
  float: left;
}

#right_column {
  width: 280px;
  float: left;
}

#right_column h2 {
  display: block;
  color: #231f20;
  font-size: 14px;
  text-indent: 10px;
  padding: 4px 0px;
  margin: 0 0 2px 0;
  width: 258px;
  background: #e40288;
}

.news_item {
  width: 258px;
  /*height: 108px;*/
  margin: 3px 0;
  padding: 5px 0 0 0;
  color: black;
  background: #fad5e5;
  line-height: 100%;
  float: left;
}

.news_item h3 {
  color: #ec008c;
  font-size: 12px;
  padding: 7px 10px;
  margin: 0;
}

.news_item img {
  margin: 0px 10px;
  float: left;
}

.news_item p {
  line-height: 130%;
  padding: 0 10px;
  margin:0 10px 8px 0;
}

.news_item a {
  color: #9483af;
}

.top_story {
  background-color: #f8bed8;
  background-image: url('../images/bg_top_news.jpg');
  background-repeat: no-repeat;
  background-position: bottom; 
}

#wide_content {
  width: 700px;
}

#wide_content a, a:visited {
  color: #cc005c;
}

#wide_content h1 {
  font-size: 20px;
  font-weight: normal;
  color: #cc005c;
  background-image: none;
  /*background-repeat: no-repeat;
  background-position: 0 2px;*/
  padding-left: 0px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #ec008c;
  margin: 10px 0 14px 0;
}

#wide_content h2 {
  font-size: 15px;
  font-weight: normal;
  color: #cc005c;
  background-image: url('../images/butterfly.png');
  background-repeat: no-repeat;
  background-position: -1px 1px;
  padding-left: 23px;
  margin: 10px 0 10px 0px;
}

h3 {
  font-size: 13px;
  font-weight: normal;
  color: #cc005c;
  margin: 0 0 4px 0;
}

#shop {
  width: 700px;
  background-color: #fbd6e6;
  background-image: url('../images/bg_shop.png');
  background-repeat: repeat-x;
  padding: 20px 0 0 0;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}

#shop div.product {
  width: 150px;
  float: left;
  margin: 0 0 20px 20px;
  text-align: center;
  height: 210px;
  overflow: visible;
  cursor: default;
}

#shop div.product div.product_image {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  text-align: center;
}

#shop div.product a, #shop div.product a:visited {
  color: #231f20;
}

#shop div.product span {
  color: #ec008c;
}

#shop_detail {
  width: 700px;
  overflow: hidden;
  background-color: #fbd6e6;
  background-image: url('../images/bg_shop_detail.png');
  background-repeat: repeat-x;
  border-bottom: 3px solid #e04da4;
  padding: 0px 0;
  cursor: default;
}

#shop_detail_image {
  height: 270px;
  width: 270px;
  text-align: center;
  float: left;
  margin: 20px 0 20px 20px;
}

#shop_detail_text {
  float: left;
  width: 340px;
  margin: 20px 0 20px 50px;
}

#shop_detail_text h2 {
    font-size: 20px;
    margin: 0;
    padding: 0 0 10px 0;
    color: #231f20;
    border: 0;
    background-image: none;
}

#shop_detail_text h3 {
    margin: 10px 0 2px 0;
    font-weight: bold;
    padding: 0;
    background-image: none;
}

#shop_detail_text label {
    display: block;
    width: 100px;
    font-size: 18px;
}

#shop_detail_text .note_label label {
    display: inline;
}

#shop_detail_text .note_label {
    padding: 10px 0 5px 0;
}

#shop_detail_text p {
  clear: both;
}

#shop_detail_text img {
  vertical-align: middle;
  margin: 5px 15px;
} 

#shop_detail_text input, #shop_detail_text textarea {
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
    font-size: 14px;
    color: #231f20;
    text-align: left;
}

#shop_detail_text textarea {
    height: 60px;
}

#shop_detail_text input {
  width: 75px;
  height: 30px;
}

#shop_detail_text input#id_quantity {
    height: 15px;
    width: 60px;
}

#footer {
  background: white;
  background-image: url('../images/bg_footer.png');
  background-repeat: no-repeat;
  width: 976px;
  height: 100px;
  /*text-align: center;*/
  padding-top: 15px;
  color: #7f439b;
  font-size: 11px;
}

#footer a, a:visited {
  color: #7f439b;
}

#footer a:hover {
  color: #4f136b;
}

#left_footer {
  width: 50%; 
  float: right; 
  text-align: right; 
  padding: 5px 8px;
}

#right_footer {
  width: 40%; 
  float: left; 
  text-align: left; 
  padding: 5px 8px;
}

.clearer{
  clear: both;
}

/*-----------MCE Styles-------------*/

img.floatleft {
    padding: 0 22px 12px 0;
    float: left;
}

img.floatright {
    padding: 0 0 22px 12px;
    float: right;
}

img.left {
    padding: 0 22px 0 0;
    display: block;
    margin-right: auto;
}

img.right {
    padding: 0 0 0 22px;
    display:block;
    margin-left: auto;
}

img.center {
    padding: 0;
    display:block;
    margin-left: auto;
    margin-right: auto;
}

.grey {
    color: #909090!important;
}

/*------------------------*/

table#shop_basket {
    background-color: #fbd6e6;
    padding: 0;
    width: 695px;
    border: 0; 
    font-size: 14px;  
    cursor: default;
}

table.bottom_line{
    background-image: url(../images/bg_shop_basket.png);
    background-position: bottom;
    background-repeat: repeat-x; 
}

table#shop_basket thead {
    background-color: #ec3fa6;
    background-image: url(../images/bg_shop_basket_thead.png);
    background-position: center;
    color: #231f20;
    font-size: 14px;
    padding: 3px 0;
    height: 21px;
    background-repeat: repeat-x;
    margin: 0 0 5px 0;
}

table#shop_basket thead tr td {
    font-size: 12px;
    line-height: 13px;
    margin: 0;
    padding: 3px 20px;
}

table#shop_basket tbody {
    padding-bottom: 20px;
}

table#shop_basket tbody tr td {
    padding: 2px 20px 2px 20px;
    margin: 0;
    line-height: 120%;
}

table#shop_basket tbody tr td input {
  padding: 3px;
  width: 40px;
  height: 20px;
  text-align: center;
  font-size: 14px;
  color: #231f20;
  margin: 1px;
}

table#shop_basket hr {
    color: #ac0167;
    background: #ac0167;
    height: 3px;
    margin: 0 0 10px 0;
}

ul.errorlist {
  list-style-type: none;
  color: red;
  margin: 0;
  padding: 0;
}

table#shop_basket a {
    color: #1a4b48;
}

table#shop_basket a:hover {
    color: #000;
}

table#shop_basket a.remove {
    color: #ec008c;
    font-size: 11px;
}

table#shop_basket a.remove:hover {
    color: #bd0070;
}

.centered {
    text-align: center;
}

.pink {
    color: #ec008c;
}

#product_details_form {
    margin: 0;
    padding: 0;
}

#product_details_form table {
    padding: 0 0 10px 0;
    width: 100%;
}

#product_details_form td, #product_details_form label {
    margin: 0;
    padding: 0;
}

#product_details_form td {
    width: 50%;
}

#product_details_form td.fullrow {
    width: 100%;
}

#shop_detail_text a.btn_checkout, table#shop_basket a.btn_checkout {
    display: block;
    font-family: Arial;
    font-size: 14px;
    color: #231f20;
    text-decoration: none;
    background-image: url(../images/bg_btn_checkout.png);
    background-position: right;
    background-repeat: no-repeat;
    padding: 8px 25px 0 0;
    float: right;
    clear: both;
    margin: 7px 0px;
    width: 150px;
    text-align: center;
}

#shop_detail_text a.btn_checkout:hover, table#shop_basket a.btn_checkout:hover {
	cursor:pointer;
}

#shop_detail_text a.btn_checkout span, table#shop_basket a.btn_checkout span {
    display: block;
    background-image: url(../images/bg_btn_checkout.png);
    background-position: left;
    background-repeat: no-repeat;
    margin-right: 5px;
    height: 32px;
    padding-left: 20px;
    float: left;
    margin-top: -8px;
    color: black;
}

#shop_detail_text a.btn_checkout span:hover, table#shop_basket a.btn_checkout span:hover {
	cursor:pointer;
	}

#shop_detail_text a.btn_continue, table#shop_basket a.btn_continue {
    display: block;
    font-family: Arial;
    font-size: 14px;
    color: black!important;
    text-decoration: none;
    background-image: url(../images/bg_btn_continue.png);
    background-position: right;
    background-repeat: no-repeat;
    margin: 10px 0 0 0;
    padding: 5px 25px 0 0;
    float: right;
    clear: both;
    width: 150px;
    text-align: center;
}

#shop_detail_text a.btn_continue, table#shop_basket a.btn_continue {
	cursor:pointer;
}
	
#shop_detail_text a.btn_continue span, table#shop_basket a.btn_continue span {
    display: block;
    background-image: url(../images/bg_btn_continue.png);
    background-position: left;
    background-repeat: no-repeat;
    margin-right: 5px;
    height: 25px;
    padding-left: 20px;
    float: left;
    margin-top: -5px;
}

#shop_detail_text a.btn_continue span, table#shop_basket a.btn_continue span {
	cursor:pointer;
}

#shop_detail_text a.btn_confirm, table#shop_basket a.btn_confirm {
    display: block;
    font-family: Arial;
    font-size: 14px;
    color: black!important;
    text-decoration: none;
    background-image: url(../images/bg_btn_continue.png);
    background-position: right;
    background-repeat: no-repeat;
    margin: 10px 0 0 0;
    padding: 5px 25px 0 0;
    float: right;
    clear: both;
    width: 150px;
    text-align: center;
}

#shop_detail_text a.btn_confirm, table#shop_basket a.btn_confirm {
	cursor:pointer;
	}
	
#shop_detail_text a.btn_confirm span, table#shop_basket a.btn_confirm span {
    display: block;
    background-image: url(../images/bg_btn_continue.png);
    background-position: left;
    background-repeat: no-repeat;
    margin-right: 5px;
    height: 25px;
    padding: 10px 0 0 60px;
    float: left;
    margin-top: -5px;
}

#shop_detail_text a.btn_confirm span, table#shop_basket a.btn_confirm span {
	cursor:pointer;
}

.out_of_stock {
	font-size: 18px;
	font-weight: bold;
	color: red;
}

/* Lily shop front addition */

table#shop_front {
    width: 740px;
    margin: -20px 0 0 -20px;
}

table#shop_front tr td {
    border: 4px solid pink;
    width: 350px;
    padding: 10px 15px;
    text-align: center;
    font-size: 12px;
}

table#shop_front tr td.donate {
    border: 4px solid pink;
    width: 350px;
    padding: 10px 15px;
    text-align: center;
    font-size: 12px;
    background-color: #f8bed7;
    background-image: url(../images/bg_panel_donate.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}

table#shop_front tr td h1 {
    color: black;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dotted black;
    margin-bottom: 10px;
}

table#shop_front tr td p {
    margin-bottom: 8px;
}

table#shop_front tr td a {
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 8px;
}

table#shop_front tr td a:hover {
    text-decoration: underline;
}

table.address_form tr td input{
    width: 100% !important;
    text-align: left !important;
}

/* SHOP BUTTON */

#left_column ul li span#btn_shop {
  display: block;
  padding: 11px 0;
  margin: 3px 0;
  text-indent: 20px;
  width: 216px;
  cursor: default;
  background-image: url('../images/bg_btn_shop.png');
  background-position: left 74px;
  color: white;
}

#left_column ul li a#btn_shop {
  display: block;
  padding: 10px 0 11px 0;
  margin: 6px 0 0 0;
  text-indent: 13px;
  width: 216px;
  color: #4D4147; 
  background-image: url('../images/bg_btn_shop.png');
  text-decoration: none;
}

#left_column ul li a#btn_shop:hover {
  background-position: left 37px;
  color: #ec39a5; 
}

#left_column ul li a#btn_shop.current {
  background-position: left 74px;
  color: white;
}

#left_column ul li a#btn_shop.current:hover {
	background-position: left 37px;
}

/* check out form */

#checkout_form {
	padding: 10px 20px;
	background: #FBD6E6;
	border-top: 6px solid #e10286;
	border-bottom: 6px solid #e10286;
}

#checkout_form input#submit_btn {
	margin-top: 5px;
}

#checkout_form table {
	margin-bottom: 5px;
}

#checkout_form table tbody tr td {
	padding: 2px 0;
}

#checkout_form table tbody tr th label {
	display: block;
	padding: 3px 5px;
}

/* END check out form */

/* additional styling*/

#error_terms {
	margin-top: 20px;
}

#shop_front td {
    vertical-align: top;
}