/* @override 
	http://static.versacommerce.net/schoenesfuersbaby_versacommerce_de/designs/sweet/assets/styles.css
*/

/*Template Layout*/

body {
  /* font: 12px tahoma, Arial, Helvetica, sans-serif; */
  font: 15px 'Courgette', cursive;
  line-height: 1.5em;
  margin: 0px;
  padding: 0px;
  color: #241a10;
  background: #fff url(page_bg_rosa.jpg) no-repeat left 0px;
}

a, a:link, a:active, a:visited {
  color: #605646;
}

a:hover {
  text-decoration: none;
}


#page_bg {
  background: url(ribbon.png) no-repeat center 0px;
}

#container {
  width: 900px;
  margin: 0px auto;
  padding: 0px;
  border: solid 1px #B5B0E1;
  
}

#header {
  height: 219px;
  padding: 0px;
  background-image: url(header_bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
}

#header_logo {
  height: 120px;
  width: 120px;
  float: left;
  margin: 24px 0px 0px 15px;
}

#header_slogan {
  width: 280px;
  height: 103px;
  float: right;
  margin: 116px 450px 0px 0px;
}

#header_right {
  width: 180px;
  float: right;
  position:realtive;
  right: 0px;
  top: 0px;
  margin-top: 0px;
  margin-left: 500px;
}


#mainContent {
  padding: 0px;
  background: #fff;
  background-repeat: repeat-x;
  background-position: top;
  min-height: 750px;
}

#left_side {
  width: 170px;
  float: left;
  margin-left: 4px;
}

#right_side {
  width: 690px;
  float: right;
  margin-right: 10px;
  margin-top: 0px;
  padding-bottom: 30px;
}

.inner_right {
  float: left;
  width: 170px;
  height: 380px;
  padding: 4px 0 0 7px;
}

#footer {
  padding: 10px;
  height: 15px;
  margin: 0px auto;
  clear: both;
  font-size: 10px;
  color: #1d6d85;
/*   font-family: Verdana, Arial, Helvetica, sans-serif; */
}

#footer a, #footer a:link, #footer a:visited {
  color: #1d6d85;
  text-decoration: none;
}

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

#footer a:active {
  color: #1d6d85;
  text-decoration: none;
}

/*-- navigation--*/

#menu_container {
  /* height: 28px; */
  height: 36px;
}

ul#navigation {
  position: relative;
  z-index: 30;
  padding: 0;
  margin: 0px 0px 0 173px;
}

ul#navigation li {
  float: left;
  list-style: none;
  display: inline;
  margin: 3px 0 0 0px;
  padding: 0;
}

ul#navigation li a, ul#navigation li a:link, ul#navigation li a:visited {
  float: left;
  color: #241a10;
/*   padding: 3px 16px; */
  padding: 3px 16px;
  display: block;
  text-decoration: none;
/*   font: 13px tahoma, Arial, Helvetica, sans-serif;  */
/*   font-size: 13px; */
  font-size: 16px;
/*   font-weight: bold;  */
  color:#8581a9;
/*   text-transform: uppercase; */
  border-left: 1px solid #a7a2cf;
}

ul#navigation li.last_item a {
  border-right: 1px solid #a7a2cf;
}

ul#navigation li.last a, ul#navigation li.last a:link, ul#navigation li.last a:visited {
  border-right: 0;
}

ul#navigation li.current a, ul#navigation li.hover a, ul#navigation li:hover a, ul#navigation a.active, ul#navigation a:hover {
	color: #FFFFFF;
	background-color: #a7a2cf;
}

/*--second-level--*/

ul#navigation li.hover, ul#navigation li:hover {
  position: relative;
}

ul#navigation li.hover ul.second-level, ul#navigation li:hover ul.second-level {
  display: block;
}

ul#navigation ul.second-level {
  position: absolute;
  top: 40px;
  left: -1px;
  margin: 0;
  padding: 0;
  width: 160px;
  display: none;
  background-color: #eece81;
}

ul#navigation ul.second-level li {
  width: 160px;
  margin: 0;
}

ul#navigation ul.second-level a, ul#navigation ul.second-level a:link, ul#navigation ul.second-level a:visited {
  display: block;
  float: none;
  width: 140px;
  border-top: 1px solid #cfb371;
  border-right: 0;
  padding: 4px 10px;
  background: none;
/*   font: 12px/20px tahoma, Arial, Helvetica, sans-serif; */
  font-size: 12px;
  line-height: 14px;
  color: #241a10;
}

ul#navigation ul.second-level li.hover a, ul#navigation ul.second-level li:hover a, ul#navigation ul.second-level a:hover {
  color: #FFFFFF;
  background: #cfb371;
}

/*end menu*/

/*Tag Menu*/

.tag {
  background-image: url(tag_bottom.gif);
  background-repeat: no-repeat;
  background-position: 0px bottom;
  width: 155px;
  margin-bottom: 50px;
  margin-top: 0px;
}

.tag p {
  padding: 0px 5px;
}

.tag ul {
  padding: 0 0 13px 0;
  margin: 0px;
}

.tag li {
  list-style: none;
  padding: 0 0 0 4px;
  margin: 0px 0px 0px 8px;
  /* used to center the menu on its bg image */
	line-height: 22px;
  background: url(tag_line.gif) no-repeat 0 bottom;
  margin: 0px 0px 0px 9px;
}

.tag a, .tag a:link, .tag a:visited {
  background-image: ;
  background-position: left;
  background-repeat: no-repeat;
  display: block;
  padding: 0px 0 2px 5px;
  color: #644d38;
  text-decoration: none;
/*   font-family: Tahoma, Arial; */
  /* font-size: 12px; */
  font-size: 14px;
}

.tag a:hover {
  text-decoration: underline;
  color: #605646;
}

.tag ul.secondlevel {
  padding: 0 0 13px 0;
  margin: 0px;
}
.tag ul.secondlevel li, .tag ul.secondlevel a,.tag ul.secondlevel a:link{
   list-style: none;
  padding: 0 0 0 4px;
  margin: 0px 0px 0px 0px;
  /* used to center the menu on its bg image */
	line-height: 18px;
	color: #7D7EBB;
	font-size: 12px;
	background:none;
}




/*Search Box on menu*/

#search_box {
  width: 190px;
  height: 20px;
  margin: -215px 0px 0px -52px;
   
}

#search_box input {
  /* font-family: "Tahoma", sans serif; */
  font-size: 12px;
  color: #605646;
}

#search_box p {
  padding: 0px 0px;
}

#search_box_inner {
  margin-left: 0px;
  padding: 0px;
  float: left;
}

#search_query {
  border: 0px;
  padding: 4px 0px 0px 6px;
  margin: 0px 0px 0px 5px;
  width: 115px;
  height: 14px;
}

#search_box_go {
  float: left;
  padding-top: 0px;
  padding-left: 8px;
}

/*Shopping Cart On the Menu*/

#shopping_cart_summary {
  background-image:url(cart_box.png);
  background-repeat:no-repeat;
  width: 237px;
  height: 84px;
  color: #fff;
  padding: 70px 0 0px 5px;
  /* font-family: Tahoma, Arial; */
  font-size: 12px;
  font-weight:normal;
  margin: 42px 0px 0px -70px;
   
}

#shopping_cart_summary div {
  text-align: center;
}

#shopping_cart_summary a, #shopping_cart_summary a:link, #shopping_cart_summary a:visited {
  color: #B5B0E1;
  text-decoration: none;
}

#shopping_cart_summary a:hover {
  color: #B5B0E1;
  text-decoration: underline;
}

/*General Content*/

h1 {
  /* font-family: Georgia, "Times New Roman", Times, serif; */
  font-size: 20px;
  color: #E65694;
  font-weight: normal;
}

h2 {
/*   font-family: Georgia, "Times New Roman", Times, serif; */
  font-size: 16px;
  color: #A7A2CF;
  font-weight: normal;
}

h3 {
/*   font-family: Georgia, "Times New Roman", Times, serif; */
/*   font-size: 14px; */
  font-size: 18px;
  color: #E65694;
}

h4 {
/*   font-family: Georgia, "Times New Roman", Times, serif; */
  font-size: 12px;
  color: #634f34;
}

form {
  margin: 0px;
  padding: 0px;
}

.image_border {
  border: 1px solid #dfd0be;
  margin: 3px 10px;
  padding: 3px;
}

hr {
  border: 0;
  color: #B5B0E1;
  background-color: #B5B0E1;
  height: 1px;
  width: 100%;
  text-align: left;
  clear: both;
}

hr.clear {
  margin-top: 10px;
  margin: 0px;
  clear: both;
  visibility: hidden;
}

/* font sizes */

.size9 {
  font-size: 9px;
}

.size10 {
  font-size: 10px;
}

.size11 {
  font-size: 11px;
}

.size12 {
  font-size: 12px;
}

.size14 {
  font-size: 14px;
}

.size20 {
  font-size: 20px;
}

.size22 {
  font-size: 22px;
}

/*HOME PAGE*/
#vendors {
/* 	width: 380px; */
	float:left; 
	margin: 0px 0 10px 0;
	
}
#vendors a, #vendors a:link, #vendors a:visited {
	/* font-size:10px; */
	font-size:16px; 
	color:#7D7EBB;
	text-decoration:none;
}
#vendors a:hover {
	color:#7D7EBB;
	text-decoration:underline;
}

.slide {
  width: 780px;
  height: 224px;
}

ul.ticklist {
  padding: 0px 0px 0px 15px

;
/*indent whole list*/
}

ul.ticklist li {
  list-style: none;
  background-image: url(icon_tick.gif);
  background-position: left

3px;
  /*the number here moves the tick down*/
	background-repeat: no-repeat;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  padding-left: 20px;
  line-height: normal;
}

/*About Page*/

.service_table td {
  padding: 3px 8px;
  color: #624f34;
  font-size: 12px;
  height: 28px;
}

th {
  background-color: #B5B0E1;
  color: #FFFFFF;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
  height: 26px;
}

.row1 {
  background-color: #fff5f8;
}

.row2 {
  background-color: #fff5f8;
}
.row3 {
  background-color: #fff5f8;
}
.row4 {
  background-color: #fff5f8;
}
.row5 {
  background-color: #fff5f8;
}
.row6 {
  background-color: #fff5f8;
}
.row7 {
  background-color: #fff5f8;
}

/*SHOP*/

* {
    outline: none;
}

.product_content_left {
}

.product_content_right {
  float: right;
  margin-left: 20px;
  width: 270px;
}

.product_images {
}

.product_image_big {
  background-color: #FFFFFF;
  border: 1px solid #B5B0E1;
  padding: 3px;
  width: 240px;
  text-align: center;
  font-size: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 3px;
}

.product_image_small {
  background-color: #FFFFFF;
  border: 1px solid #B5B0E1;
  padding: 3px;
  width: 111px;
  float: left;
  margin-top: 3px;
  margin-left: 10px;
  margin-bottom: 3px;
  text-align: center;
  font-size: 10px;
}

.product_image_thumbnail {
  background-color: #FFFFFF;
  border: 1px solid #B5B0E1;
  padding: 3px;
  width: 64px;
}

a img {border:none;}

.product_variants {
  margin-left: 8px;
  clear: left;
  padding-top: 1px;
}

.product_variants h3 {
  margin-left: 3px;
}
.product_variants table td {
  vertical-align: top;
}

.product_recommendations {
  margin-left: -2px;
}
.product_recommendations td {
  vertical-align: top;
}
.product_box {
  width: 132px;
  /*140px minus padding*/
  height: 186px;
  float: left;
  background-color: #FFFFFF;
  border: 1px solid #B5B0E1;
  padding: 4px;
  margin: 5px 9px 5px 9px;
  text-align: center;
  position: relative;
  /* font: 13px "Times New Roman", Times, serif; */
  font-size: 13px;
}

.product_box a {
  text-decoration: none;
}

.product_box img {
}

.banner {
  position: absolute;
  text-align: center;
  top: 10px;
  right: 10px;
}
/*
.product_box a:hover {
  text-decoration: underline;
}
*/

.product_box_price {
  bottom: 2px;
  font-size: 14px;
  vertical-align: baseline;
  position: absolute;
  right: 4px;
  color: #6a4d2d;
}

.product_box_price del {
  color: #c0c0c0;
  padding-right: 5px;
}

.product_box p {
  margin: 0px;
  padding: 0px 0px 5px 0px;
}

.customer_chooser label {
	display: inline-block;
	min-width: 50px;
}

.forms {
  background-color: #FFFFFF !important;
  /*the important gets rid of the yellow google toolbar field style*/
	border: 1px solid #dfd0be !important;
  margin: 3px 0px;
  padding: 4px;
}

.pink {
	color:#B5B0E1;
}

/* @group buttons */

.button_add_to_cart {
  position: relative;
  top: 11px;
/*   left: 10px; */
}

/* @end */

/* @group cart */

.cart_table {
  width: 100%;
}

.cart_amount {
  width: 50px;
}

.cart_item {
  width: 270px;
}

.cart_item_price {
  width: 110px;
}

.cart_line_price {
  width: 110px;
}

.cart_table .money {
  text-align: right;
  padding-right: 5px;
}
/* @end */