@import url('reset.css');

body { 
    background: #dbf2a5 url('bg_main.png') repeat-x left top; 
    font-family: Arial,Freesans,Sans-Serif; 
    font-size: 0.99em; 
    color: #64482c;
    height: 100%;
}

a { 
    text-decoration: underline; 
    color: #73c618; 
    font-weight: normal;
}

a:hover, a:active {
    text-decoration: none;
    color: #73c618;
}

input, select, textarea {
    font-family: Arial,Freesans,Sans-Serif;
    font-size: 1em;
}

p {
	font-size: 0.75em;
}

ul {
	font-size: 0.75em;
	margin: auto;
	padding: auto;
	list-style-type: disc;
}

ul li ul {
    font-size: 1em!important;
}

h2.margin_left {
	margin: 10px 15px;
}

/* Rounded Corners */

.cnr {
    background: url('bg_cnr.png') no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    font-size: 0;
    margin: 0!important;
}

.cnr.t {
    top: -5px!important;
}

.cnr.b {
    top: 100%;
    margin-top: -5px!important;
}

.cnr.l {
    left: -5px!important;
}

.cnr.r {
    right: -5px!important;
}

/* Header Styling */

#header_wrapper {
    width: 901px;
    margin: 10px auto 0 auto;
    position: relative;
}

#header_cnt {
    width: 881px;
    margin: 0 10px 0 10px;
    padding-top: 40px;
    background: url('bg_header.png') no-repeat;
}

#header_cnt:after {
    content: "";
    display: block;
    clear: both;
}

#header_logo {
    width: 150px; 
    height: 100px; 
    position: absolute; 
    left: -30px; 
    top: 15px;
}

#header_logo h1 {
    width: 150px; 
    height: 100px; 
    background: url('logo_hipp_top.png') no-repeat; 
    text-indent: -9999px;
}

img.print-logo { 
    display: none;
}

#header_nav #tr {
    width: 5px; 
    height: 5px; 
    margin-top: 0; 
    float:right; 
    background: url('nav_item_corner_right.png') no-repeat right top;
}

#header_nav_cnt {
    clear: both;
    width: 630px;
    float: left;
    min-height: 55px;
    padding-right: 4px;
    background: url('nav_bg.png') repeat-x top right;
}

#header_nav {
    height: 41px;
    float: right;
    margin-top: 9px;
    margin-left: 100px;
}

#header_nav ul {
    list-style: none;
    font-size: 0.99em;
    float: right;
    margin: 0;
    padding: 0;
}

#header_nav ul:after {
    content: ""; 
    display: block; 
    clear: left;
}

#header_nav ul li {
    float: left;
    margin: 0;
    display: block;
}

#header_nav ul li span {
    font-size: 0.75em;
}

#header_nav ul li a {
    display: block;
    position: relative;
    cursor: pointer; 
    color: #00682e!important;
}

#header_nav ul li a:link,
#header_nav ul li a:visited {
    text-decoration: none;
    font-weight: bold;
}

#header_nav ul li a:hover,
#header_nav ul li a:active {
    text-decoration: underline; 
    font-weight: bold;
}

#header_nav ul li a .tr {
    width: 5px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: url('nav_item_corner_right.png') no-repeat right top;
}

#header_nav ul li a .tl {
    width: 6px;
    height: 39px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url('nav_item_corner_left.png') no-repeat left top;
}

#header_nav ul li a .c {
    height: 21px; 
    position: relative; 
    z-index: 1; 
    display: block; 
    margin: 0 7px 0 8px; 
    padding: 12px 3px 14px 2px;
}

#header_nav ul li.current a:link, 
#header_nav ul li.current a:visited, 
#header_nav ul li.current a:hover, 
#header_nav ul li.current a:active {
    color: #fff;
}

#header_nav ul li.current a .tr {
    width: 7px;
    height: 47px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: url('nav_item_corner_right_hover.png') no-repeat right top;
}

#header_nav ul li.current a .tl {
    width: 8px;
    height: 47px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url('nav_item_corner_left_hover.png') no-repeat left top;
}

#header_nav ul li.current a .c {
    background: url('nav_item_hover_bg.png') repeat-x left top;
}

/* Search */

#search {
	float:right;
	margin:-25px 250px 0 0;
}

input.search_input {
	border:1px solid #7E9DB9;
	color:#64482C;
	font-size:0.75em;
	font-weight:bold;
	height:16px;
	margin:0 5px 0 0;
	padding:3px;
	width:178px;
	float: left;
	background: #FFF;
}


/* Content */
#shadow_content {
    width: 901px;
    margin: 0 auto;
    background: url('bg_wrapper.png') repeat-y;
}

#content_cnt {
    width: 882px;
    margin: 0 10px 0 9px;
}

.primary_column  {
    width: 631px;
    float: left;
}

.secondary_column {
    width: 251px;
    float: right;
}

.inner_content {
	margin: 10px;
}

ul.sitemap {
	margin-top: 10px;
}

.checkout_table {
	font-size: 0.75em;
}

.checkout_table p {
	font-size: 1em;
}

.content_table {
	font-size: 0.75em;
}

.content_table p {
	font-size: 1em;
}

ul.sitemap {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.sitemap li {
	margin: 0;
	padding: 0;
}

/* Footer */
#shadow_footer_bottom {
    width: 901px;
    height: 23px;
    margin: 0 auto 10px auto;
    background: url('bg_footer_bottom.png') no-repeat;
}

#footer_cnt {
    width: 882px;
    min-height: 60px;
    margin: 0 10px 0 9px;
    clear: both;
    background-color: #f9c2e0;
}

#footer_logo {
    width: 65px;
    height: 40px;
    float: left;
    margin: 15px 10px 0 15px;
}

#footer_menu {
    float: left;
    margin: 25px 10px auto 10px;
}

#footer_menu span {
    color: #fff;
    font-size: 0.75em;
}

#footer_menu span a:link,
#footer_menu span a:visited {
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
}

#footer_menu span a:hover,
#footer_menu span a:active {
    text-decoration: underline;
    color: #fff;
}

#footer_copyright {
    margin: 25px 10px auto 10px;
    float: right;
    text-align: right;
}

#footer_copyright span  {
    font-weight: bold;
    color: #fff;
    font-size: 0.75em;
}

/* Baby Club Panel */

.babyclub { 
    width: 251px; 
    min-height: 105px; 
    margin: -40px 0 0 0; 
    padding: 0; 
    position: relative;
}

.babyclub .bg_cnt {
    background: url('baby_club_bg.png') repeat-y; 
    padding-top: 20px;
	width: 100%;
}

.babyclub .btns_cnt {
    background: url('baby_club_bg.png') repeat-y; 
    padding: 0 0 5px 0; 
    clear: both; 
    overflow: hidden;
}

.babyclub .top_bg { 
    width: 251px; 
    height: 60px; 
    background: #fff url('baby_club_bg_top.png') no-repeat;
}

.babyclub .bottom_bg { 
    width: 251px; 
    height: 15px; 
    bottom: 0; 
    background: #fff url('baby_club_bg_bottom.png') no-repeat;
}

.babyclub .babyclub_logo { 
    /*width: 157px; 
    height: 132px; */
    position: absolute; 
    left: 5; 
    top: -20px;
}

.babyclub .babyclub_img { 
    float: right;
    margin-top: -70px; 
    margin-right: 0px;
}

.babyclub .btns { 
    width: 212px; 
    margin: 0 auto; 
    padding: 0; 
    text-align: center; 
    float: none;
}

.babyclub .btns a { 
    display: block; 
    float: left; 
    margin: 0 2px; 
    text-decoration: none; 
    background-color: Transparent; 
    text-indent: -9999px;
}

.babyclub .btns a.btn_sign_in { 
    width: 102px; 
    height: 37px; 
    background: url('btn_sign_in.png') no-repeat;
}

.babyclub .btns a.btn_join_now { 
    width: 102px; 
    height: 37px; 
    background: url('btn_join_now.png') no-repeat;
}

.babyclub .hr { 
    width: 211px; 
    margin: 0 auto; 
    padding: 5px 0; 
    clear: both; 
    height: 0; 
    border-top: 1px solid #9ec4e7;
}

.babyclub p { 
    font-size: 0.875em; 
    font-weight: bold;
    float: left; 
    width: 98px; 
    padding: 25px 0 10px 0; 
    margin: 0 5px 0 20px;
    color: #6a1887;
}

/* Shopping Basket */

.secondary_column .shopping_basket { 
    margin: 3px 0 0 0; 
    min-height: 149px; 
    background: url('news_bg.png') no-repeat top;
}
.secondary_column .shopping_basket .content 
{ 
    width: 215px; 
    margin: 0 auto; 
    padding: 20px 0 5px 0; 
}
.secondary_column .shopping_basket h2 
{ 
    font-size: 1.375em; 
    font-weight: bold; 
    line-height: 1em; 
    padding-bottom: 10px;
}
.secondary_column .shopping_basket img 
{ 
    float: right; 
    margin-right: -10px; 
}

.secondary_column .shopping_basket p.basket {
	margin: 10px 0;
	font-weight: bold;
}

.secondary_column .shopping_basket .btns { 
    width: 212px; 
    margin: 0 auto; 
    padding: 0; 
    text-align: center; 
    float: none;
}

.secondary_column .shopping_basket .btns a { 
    display: block; 
    float: left; 
    margin: 0 2px; 
    text-decoration: none; 
    background-color: Transparent; 
    text-indent: -9999px;
}

.secondary_column .shopping_basket .btns a.btn_view { 
    width: 102px; 
    height: 37px; 
    background: url('btn_basket.png') no-repeat;
}

.secondary_column .shopping_basket .btns a.btn_checkout { 
    width: 102px; 
    height: 37px; 
    background: url('btn_checkout.png') no-repeat;
}

/* Product Sections */

.secondary_column .product_sections { 
    margin: 3px 0 0 0; 
    min-height: 149px; 
    background: url('press_bg.png') no-repeat top;
}
.secondary_column .product_sections .content 
{ 
    width: 215px; 
    margin: 0 auto; 
    padding: 20px 0 5px 0; 
}
.secondary_column .product_sections h2 
{ 
    font-size: 1.375em; 
    font-weight: bold; 
    line-height: 1em; 
    padding-bottom: 10px;
}
.secondary_column .product_sections img 
{ 
    float: right; 
    margin-right: -10px; 
}

.secondary_column .product_sections ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.secondary_column .product_sections ul li a {
	display: block;
	padding: 5px;
	border-bottom: 2px solid #E9EEB5;
	text-decoration: none;
	color: #64482C;
}

.secondary_column .product_sections ul li a:hover {
	text-decoration: underline;
	color: #73c618;
}

/* Product Item */

.product_item {
	width: 566px;
	padding: 20px;
	background: #e5f6fd;
	margin: 10px auto;
	position: relative;
	overflow: hidden;
}

.product_item .description {
	width: 400px;
	float: left;
	margin-right: 10px;
}

.product_item .description span {
	font-size: 0.75em;
}

.product_item .description p span {
	font-size: 1em;
}

.product_item .description p {
	margin: 10px 0;
}

.product_item .img {
	float: right;
	text-align: right;
	margin-bottom: 10px;
}

/* card Item */

.card_item {
	width: 566px;
	padding: 20px;
	background: #e5f6fd;
	margin: 10px auto;
	float: right;
	overflow: hidden;
}

.card_item .description {
	width: 400px;
	float: left;
	margin-right: 10px;
}

.card_item .description span {
	font-size: 0.75em;
}

.card_item .description p span {
	font-size: 1em;
}

.card_item .description p {
	margin: 10px 0;
}

.card_item .img {
	float: right;
	text-align: right;
	margin-bottom: 10px;
}

.quick_note {
	width: 500px;
	padding: 20px;
	background: #e5f6fd;
	margin: 10px auto;
	float: none;
	overflow: hidden;
}

.quick_note p {
	text-align: center;	
}

.quick_note a {
	color: #404040;
	text-decoration: underline;
	font-weight: bold;
}

/* Individual Product Page */

.product_details {
	width: 566px;
	padding: 20px;
	background: #FCEADC;
	margin: 10px auto;
	position: relative;
	overflow: hidden;
}

.product_details .product_image {
	float: left;
	margin: 0;
	background: #FFF;
}

.product_details h2 {
	font-size: 1.25em;
	margin: 0;
	padding: 0 10px 10px 0;
}

.product_details .product_description {
	clear: both;
}

p.price {
	font-size: 1em;
	font-weight: bold;
}

input.form_button_add_to_cart {
	margin: 10px 0;
}

/* Product List */

.product_list {
	padding-top: 10px;
	clear: both;
}

.product_list .image_product {
	float: left;
	margin-right: 10px;
}

.product_list .product_description {
	float: left;
	clear: none;
	width: 400px;
}

.product_list .product_text {
	clear: both;
	padding-top: 10px;
	font-size: 0.75em;
}

.product_list .product_text p {
	font-size: 1em;
}

.product_details .hr {
	width: 550px;
	height: 2px;
	line-height: 0;
	font-size: 1px;
	background: #FFF;
	margin: 10px auto;
	padding: 0;
}

input.form_button_add_to_cart2 {
	margin-top: 10px;
}

h3.product {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

/* Home Page */

.home_page {
	margin: 10px;
}

.special_offer {
	width: 230px;
	height: 220px;
	padding: 20px;
	background: #FCEADC;
	margin: 10px;
	position: relative;
	float: left;
	overflow: hidden;
}

.special_offer img.image_float_right {
	text-align: center;
	margin: 0 0 10px 0;
}
.special_offer h2 {
	font-size: 1.0em;
}

/* Contact Form */

.contact_form {
	width: 566px;
	padding: 20px;
	background: #FBD9EB;
	margin: 10px auto;
	position: relative;
	overflow: hidden;
}
