/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        X-SKELETON
        (x-cart css driven template)
        by www.cart-lab.com
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        CORE / LAYOUT
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/* Hides from IE-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE-mac */

#container {
        padding: 0px;
        margin: 0px;
        top: 200px;
}

#left_menu {
        position: absolute;
        width: 150px;
        top: 250px;
        left: 0;
        padding-left: 7px;
        z-index: 2;
        }

#right_menu {
        position: absolute;
        width: 150px;
        top: 200px;
        right: 0;
        padding-right: 7px;
        z-index: 1;
        overflow: hidden;
        clear: both;
}

#content {
        position: relative;
        min-width: 300px;
        height: 100%;
        z-index: 3;
        top: 200px;
        margin: 0px 225px 140px 75px;
        text-align: left;
}

#header {
        position: absolute;
        left: 5;
		right:0;
        top: 0;
        margin: 0px;
        padding: 0px;
}

#footer {
        clear: both;
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: auto;
        height: 0px;
        padding-top: 25px;
        margin: 0px;
        vertical-align: bottom;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        HTML TAGS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
H1{
        font-size: 24px;
}

FORM {
        padding: 0px;
        margin: 2px;
}

BODY {
        font-family:Georgia, "Times New Roman", Times, serif;
        color:#6093AA;
        font-weight:normal;
        font-size:14px;
        line-height:18px;
        background: url(http://www.babybottletoys.com/images/main_bg.gif) repeat-y left top;
}

LI {
        list-style-type: square;
        color: #000000;
}

TABLE {
        padding: 0px; margin: 0px;
        font-size: 100%;
}

HR {
        border-bottom: 1px dashed #CCCCCC;
        border-top: 0px;
}

.bold {
        font-weight: bold;
}

H4 {
        font-size: larger;
        display: inline;
}
H3 {

}

PRE {
        font-size: larger;
}

.black {
        color: black;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        TABLE MIMIC
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.table {
        width: 100%;
}

.table_auto {
        width: auto;
}

.table .tr {
}

.table .th {
        /*font-weight: bold;*/
}

.td {
        float: left;
        width: auto;
        margin-bottom: 0px;
        vertical-align: bottom;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        HEADER
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#head_container {
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
}

#head_container span {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
}

#logo {
        float: left;
        padding: 3px;
}

#top_menu {
        right: 0px;
        top: 0px;
        width: 100%;
        margin: 0px;
        padding: 0px;
}

#head_bar {
        padding: 0em;
        height: 30px;
        vertical-align: middle;
}

#search_bar {
        float: right;
        margin-right: 15px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        HEADER SPEED BAR
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#navcontainer ul {
        padding: 0;
        margin: 0;
        background-color: #8EB552;
        float: left;
        width: 100%;
        color: #0066CC;
}

#navcontainer ul li {
        display: inline;
        font-size: 14px;
        font-weight: normal;
        color: #0066CC;
}

#navcontainer ul li a {
        padding: 0.2em 1em;
        background-color: #8EB552;
        color: #0066CC;
        text-decoration: none;
        float: left;
        border-right: 1px solid #FFFFFF;
}

#navcontainer ul li a:hover {
        background-color: #CC3333;
        color: #FFFFFF;
}

#navnumber {
        padding: 0.2em 1em;
        text-align: right;
        color: #0066CC;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        FOOTER
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#footer_bar {
        width: auto;
        clear: both;
        border-bottom: 1px solid #5B5B5B;
        vertical-align: middle;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        DIALOG
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#dialog {
        position: relative;
        min-width: 300px;
        color: #2D4504;
        border: 0px solid #F5F5F5;
}

#dialog_title {
        color: #2D4504;
}

#dialog_content {
        padding: 10px;
}

#dialog_title h3 {
        color: #2D4504;
        font-size: 21px;
        padding: 5px;
        margin: 0px;
        letter-spacing: -1px;
        font-family: Tahoma, Arial, sans-serif;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        MENUS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#menu_containter {
        background-color: #CCCCCC;
        margin: 5px;
        padding: 5px;
}

#menu_hdr {
        background-color: #99CC99;
        color: #0066CC;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
        border-top-color: #99CCCC;
        border-left-color: #99CC99;
        border-bottom-color: #99CC66;
        border-right-color: #99CC99;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
}

#menu_content_inside {
        padding: 5px;
        margin: 0px 3px 3px 3px;

}

#menu_content {
        border: 1px solid #5B5B5B;
        background-color: #FFFFFF;
        padding: 0px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        PRODUCT LISTINGS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#products_details {
        min-width: 200px;
        margin: 0px;
}

#products_thumbnail {
        background: #ffffff;
        width: 400px;
        height: 575px;
        border: 1px solid #CCCCCC;
        float: left;
        text-align: center;
        padding: 25px;
        margin-top: 35px;
        margin-right: 5px;
        margin-bottom: 15px;
        z-index: 1;
}

#products_spacer {
                float: right;
        padding-left: 0px;
        margin-left: 10px;
        margin-bottom: 0px;
                width: 440px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        BUTTONS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
A.buttons {
        white-space:nowrap;
        font-weight: bold;
        cursor: pointer;
        padding: 2px;
        margin: 0px;
        text-decoration: none;
        color: #FFFFFF;
        width: auto;
        height: 18px;
        background-color: #0066CC;
        border-style: solid;
        border-width: 1px;
        border-top-color: #E0E0E0;
        border-left-color: #E0E0E0;
        border-bottom-color: #5C5C5C;
        border-right-color: #5C5C5C;
}

A.buttons:link, A.buttons:Visited {
        text-decoration: none;
        color: #0066CC;
        background-color: #99CCFF;
        border-style: solid;
        border-width: 1px;
        border-top-color: #E0E0E0;
        border-left-color: #E0E0E0;
        border-bottom-color: #5C5C5C;
        border-right-color: #5C5C5C;
}

A.buttons:Hover{
        color: #FFFFFF;
        text-decoration: none;
        background-color: #99CC99;
        border-bottom-color: #9FFF00;
        border-right-color: #9FFF00;
        border-top-color: #5B8E05;
        border-left-color: #5B8E05;
}

A.buttons:Active {
        color: #FFFFFF;
        text-decoration: none;
}

.outlined {
        padding: 4px;
        background-color: #84CF07;
        float:left;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        SUB-CATEGORIES
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#subcat_title {
        float: left;
        font-weight: bold;
        margin: 0em 0.6em;
}

#subcat_count {
        float: right;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        MINI-CART
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#minicart {
        top: 11px;
        margin-bottom: 5px;
}

#minicart_img_empty {
        float: left;
        margin-top: 0px;
        margin-right: 5px;
}

#minicart_img_full {
        float: left;
        margin-top: 8px;
        margin-right: 5px;
}

#minicart_txt {
        float: left;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        PRODUCT DETAILS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#product {
        clear: both;
}

.product_thumb {
        text-align: center;
        border: 1px solid #CCCCCC;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 5px;
        background-color: #FFFFFF;
        float: left;
}

#product_descr {
        text-align: left;
        width: auto;
}

#product_details {
        text-align: left;
}

#product_price {
        text-align: center;
        letter-spacing: -1px;
        font-family: Arial, Tahoma, sans-serif;
        color: red;
        margin-top: 15px;
        font-size: 24px;
        font-weight: bold;
}

#buy_now_button {
        float: right;
        clear: left;
        text-align: center;
        margin-left: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        padding: 5px;

}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        NAVIGATION PAGING
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#nav_container {
        float: left;
}

#nav_form {
        float: left;
        width: 22px;
        height: 17px;
        clear: both;
}

#nav_page {
        padding: 1px;
        text-align: center;
        float: left;
        width: 20px;
        height: 17px;
        padding-right: 3px;
}

#nav_selected_page {
        text-align: center;
        float: left;
        font-weight: bold;
        margin: 1px;
        border: 1px solid #000000;
}

#nav_arrow {
        text-align: center;
        float: left;
        padding-top: 7px;
        width: 17px;
        height: 22px;
}

#nav_page A {
        width: 20px;
}

#nav_selected_page A {
        width: 20px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        TABBED PRODUCT MENU
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#tablist {
        padding: 0 0.1em 0 0;
        margin-left: 0;
        border-bottom: 1px solid #999999;
        height: 22px;
}

#tablist li {
        list-style: none;
        margin: 0;
        display: inline;
}

#tablist li a {
        padding: 0.3em 0.5em;
        margin-left: 3px;
        border: 1px solid #999999;
        border-bottom: none;
        background: #99CC99;
        text-decoration: none;
}

#tablist li a:link {
        color: #0066CC;
        background-color: #99CC99;
}

#tablist li a:hover {
        color: #FFFFFF;
        background: #99CCCC;
        border-color: #999999;
}

#tablist li a.current {
        background: #99CCCC;
        color: #FFFFFF;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        HIGHLIGHTS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.HightLightEqualRow {
        BACKGROUND-COLOR: #F5F5F5;
}

.SubBG {
        padding: 10px;
        BACKGROUND-COLOR: #F5F5F5;
        z-index: 1;
}

.alttd {
        BACKGROUND-COLOR: #F5F5F5;
}

.rowon {
        BACKGROUND-COLOR: #F5F5F5;
}

.rowoff {
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        CHECKOUT
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.new_customer {
        float:left;
        margin:0;
        width:69%;
        border-right:1px solid #CCCCCC;
}

.return_customer {
        float:right;
        width:30%;
}

#content_checkout {
        position: relative;
        min-width: 300px;
        height: 100%;
        z-index: 3;
        top: 200px;
        margin: 5px 5px 140px;;
        text-align: left;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        CHECKOUT PROGRESS BAR
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.progress_container {
        background-color:#eeeeee;
        width:100px;
        min-width: 100px;
        border: 1px solid #000000;
        margin:3px;
        font-size: xx-small;
        height: 15px;
}

.zero_percent {
        background-color:#AAAAAA;
        width:1px;
        color: #FFFFFF;
        font-size: xx-small;
        height: 15px;
}

.twentyfive_percent {
        background-color:#AAAAAA;
        width:25px;
        color: #FFFFFF;
        text-align:center;
        font-size: xx-small;
        height: 15px;
}

.fifty_percent {
        background-color:#AAAAAA;
        width:50px;
        color: #FFFFFF;
        text-align:center;
        font-size: xx-small;
        height: 15px;
}

.seventyfive_percent {
        background-color:#AAAAAA;
        width:75px;
        color: #FFFFFF;
        text-align:center;
        font-size: xx-small;
        height: 15px;
}

.hundred_percent {
        background-color:#AAAAAA;
        width:100px;
        color: #FFFFFF;
        text-align:center;
        font-size: xx-small;
        height: 15px;
}

#bottle_header{
        background-image: url(http://babybottletoys.com/images/header_bg.gif);
        background-repeat: repeat-x;
        height: 150px;
        width: 100%;
        z-index: 10;
}

#bottle_header .logo{
float: left;
}

#bottle_header .top_bears{
        float: right;
        padding-top: 10px;
    padding-bottom: 10px;
        margin-right: 6%;
}

/*#bottle_header .top_bears{
        width: 62%;
        float: right;
        z-index: 5;
        padding-top: 15px;
        text-align: right;
        padding-right: 6%;
        background-image: url(../images/top_bears_pack.gif);
        background-position: 0px;
        background-repeat: no-repeat;
}*/

#Horiz_Menu{
        float: left;
        margin-left: -50px;
}
#Horiz_Menu li{
        display: inline;
        list-style-type: none;
        list-style-image: none;
        padding-right: 10px;
        padding-left: 10px;
}

#description_text{
        float: right;
    width: 300px;
        color:#6093AA;
}

#add-to-cart-box{
        float: right;
        width: 300px;

}

#mainpic_{
        background: url(http://www.babybottletoys.com/images/pic_bg.gif) no-repeat;
        width:328px;
        height:385px;
        float:left;
        padding-top: 8px;
        padding-left: 15px;
}

#thumbs_{
        float: left;
        width:365px;
        height:385px;
        margin-top: 20px;
        margin-left: -5px;
}

#front_image{
        width: 641px;
        margin-top: 50px;
}

#welcome_text{
        float: left;
        width: 700px;
        font-size: 18px;
        line-height: 1.25em;
}
#welcome_image{
        float: center;
        vertical-align: top;
        margin-top: -10px;
        padding: 15px;

}

#features_text{
color:#6093AA;
font-size: 18px;
        line-height: 1.25em;
}
#features_text li{
color:#6093AA;
}
#features_text1{
color:#B83B3D;
font-size: 18px;
        line-height: 1.25em;
}
#features_text1 span{
color:#004E9B;
font-size: 18px;
        line-height: 1.25em;
}