html {
    height: 100%;
    background: #FFF url('/img/new/bg.jpg') repeat-x;
}
body {
    height: 100%;
}
/* YUI Cutomizations */
div#doc4 {
    width:990px;
}
.yui-gd div.first {
    width:330px;
}
.yui-gd .yui-u {
    width:658px;
    margin-left: 0;
}
/* General Styles */
a {
	font-weight: bold;
	color: #125A56;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 5px;
}
.hidden {
    display: none;
}
/* Text Formatting */
.green {
	color: #C4E439;
}
.orange {
	color: #E65A33;
}
.teal {
	color: #14A89C;
}
.white {
	color: #FFF;
}
.dark-green {
	color: #125A56;
}
.bold {
	font-weight: bold;
}
.error-message {
	color: #990000;
	font-weight: bold;
}
.success-message {
	color: #009900;
	font-weight: bold;
}
.right {
    float: right;
}
.left {
    float: left;
}
.clear {
    clear: both;
}
div#main-content ul.bullets {
	margin-left: 20px;
}
div#main-content ul.bullets li {
	list-style-type: disc;
}

/* Flash Messages */
div#flash {
	float: right;
	font-weight: bold;
}
#successMessage {
	color: #009900;
}
#errorMessage {
	color: #990000;
}
/* Home Left Menu */
div#menu-top {
    background: #A4B2B2 url('/img/new/home-left-menu-top-edge.jpg') no-repeat bottom left;
    height: 96px;
}
div#menu-top a {
    position: absolute;
    display: block;
    width: 220px;
    margin: 50px 0 0 95px;
    text-decoration: none;
}
div#menu-center {
    background: #115A55 url('/img/new/home-left-menu-left-edge.jpg') no-repeat;
    height: 500px;
    padding: 0 0 0 40px;
}
.content div#menu-center {
    background: #115A55 url('/img/new/content-left-menu-left-edge.gif') no-repeat;
}
div#families {
    height: 180px;
}
.content div#families {
    height: 165px;
}
div#families h1 {
    color: #FFF;
    font-weight: bold;
    font-size: 110%;
    margin: 0 0 0 0;
    height: 30px;
}
div#families h1#toys-and-activity {
    margin-top: 5px;
    margin-left: 27px;
    padding-left: 61px;
    padding-top: 5px;
    background: transparent url('/img/new/train-icon-inactive.png') no-repeat;
}
div#families h1#bath-and-skin-care {
    margin-left: 31px;
    padding-left: 57px;
    padding-top: 5px;
    background: transparent url('/img/new/drop-icon-inactive.png') no-repeat;
}
div#families h1#home-and-safety {
    padding-top: 5px;
    margin-left: 26px;
    padding-left: 63px;
    background: transparent url('/img/new/house-icon-inactive.png') no-repeat;
}
div#families > div {
    padding-bottom: 3px;
}
div#families div.active {
    background: #417A75 url('/img/new/active-bg.gif') repeat-y;
}
div#families form {
    margin: -10px 0 0 88px;
}
div#families select {
    width: 185px;
}
/* News */
div#news {
    float: right;
    margin: 0 17px 0 0;
    width: 230px;
    height: 184px;
    overflow: auto;
}
div#news-top {
    background-image: url('/img/new/news-placeholder-top.png');
    background-repeat: no-repeat;
    height: 15px;
}
div#news-content {
    background-color: #FFF;
    padding: 0 15px;
}
div#news-content h1 {
    color: #115A55;
    font-weight: bold;
    margin: 0 0 5px 0;
}
div#news-content h2 {
    color: #13A89E;
    margin: 3px 0 0 0;
    font-size: 0.9em;
}
div#news-bottom {
    background-image: url('/img/new/news-placeholder-bottom.png');
    background-repeat: no-repeat;
    height: 15px;
}
div#content-left-menu {
    margin-left: 4px;
    background-color: #E65A33;
    height: 213px;
    color: #FFF;
    padding-left: 40px;
    padding-top: 10px;
}
div#content-left-menu h2 {
    font-size: 1.05em;
    margin: 0 0 0 0;
}
div#content-left-menu form {
    margin-bottom: 10px;
}
div#content-left-menu select {
    width: 231px;
}
div#content-left-menu ul a {
    color: #FFF;
}
div#menu-bottom {
    background-image: url('/img/new/home-left-menu-bottom-edge.jpg');
    height: 84px;
    padding: 0 0 0 60px;
}
.content div#menu-bottom {
    background-image: url('/img/new/content-left-menu-bottom-edge.jpg');
    height: 58px;
}
div#follow-us {
    float: right;
    margin: 17px 60px 0 0;
}
/* Home Content */
div#header-top {
    background: #A4B2B2 url('/img/new/content-top-edge.jpg') no-repeat bottom left;
    height: 72px;
}
div#content-center {
    background: #FFF url('/img/new/content-right-edge.jpg') no-repeat top right;
    height: 549px;
}
.content div#content-center {
    background: #FFF url('/img/new/content-right-edge-short.jpg') no-repeat top right;
    /*height: 549px;*/
    height: 100%;
}
div#main-content {
    padding-left: 10px;
	width: 595px;
	min-height: 460px;
}
/* Search Box */
div#search-box {
    float: right;
    margin-right: 70px;
    margin-bottom: 7px;
}
div#search-box label {
	font-weight: bold;
	font-size: 1.1em;
	color: #125A56;
}
div#search-box label, div#search-box input {
	vertical-align: middle;
}
div#search-box form input:last-cild {
	margin-left: 10px;
}
div#search-box a#advanced-search-link {
	position: absolute;
	margin-top: -20px;
	margin-left: 65px;
	font-size: 0.8em;
}
/* Tabs */
div#tabs {
    height: 62px;
}
div#tabs ul {
    position: absolute;
    z-index: 99;
}
div#tabs ul li {
    float: left;
    margin: 22px 0 0 6px;
}
div#tabs ul li a {
    display: block;
    width: 148px;
}
div#tabs ul li a#tab-1 {
    height: 22px;
}
div#tabs ul li a#tab-2 {
    margin-top: -5px;
    height: 27px;
}
div#tabs ul li a#tab-3 {
    margin-top: -10px;
    height: 32px;
}
div#tabs ul li a#tab-4 {
    margin-top: -15px;
    height: 37px;
}
div#tab-1-image, div#tab-2-image, div#tab-3-image, div#tab-4-image {
    position: absolute;
    height: 62px;
    width: 100%;
}
div#tab-1-image {
    background: #FFF url('/img/new/tabs-1.gif') no-repeat top left;
}
div#tab-2-image {
    background: #FFF url('/img/new/tabs-2.gif') no-repeat top left;
}
div#tab-3-image {
    background: #FFF url('/img/new/tabs-3.gif') no-repeat top left;
}
div#tab-4-image {
    background: #FFF url('/img/new/tabs-4.gif') no-repeat top left;
}
div#tab-content {
    position: relative;
    padding: 10px;
}
div#content-1, div#content-2, div#content-3, div#content-4 {
    position: absolute;
    background-color: #FFF;
    cursor: pointer;
    width: 595px;
    height: 410px;
}
a#toggle-link {
    position: absolute;
    display: block;
    width: 21px;
    height: 21px;
    margin: 10px 0 0 565px;
    background: transparent url('/img/new/play-pause-icon.png') no-repeat;
    z-index: 99;
}
a#toggle-link.paused {
    background-position: -31px 0;
}
/* Product Listing */
ul.pagination-links li {
    display: inline;
}
div.results ul li {
    border: 1px solid #14A89C;
    display: inline;
    float: left;
    width: 139px;
    height: 80px;
    margin: 0 5px 5px 0;
    padding: 2px;
    overflow: hidden;
    list-style-type: none;
}
div.results ul li.right-edge {
    margin-right: 0;
}
div.results ul li div.thumb {
    text-align: center;
    width: 60px;
    float: left;
}
div.results ul li div.thumb img {
    margin: 10px auto;
}
div.results ul li div.description {
    float: right;
    width: 77px;
}

/* Product View */
div#preview-image {
	float: left;
	margin-right: 8px;
}
div#product-info {
	margin-left: 130px;
}
div#product-info a img {
	margin: 5px;
}
div.product hr {
	height: 1px;
	color: black;
	background-color: black;
	border: 0 none;
	margin: 10px 0 10px 0;
}
div#gpl-check {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
ul.green-claims {
	margin: 5px 0 5px 10px;
}
ul.green-claims li {
	list-style-image: url('/img/new/list-check-bullet.png');
	list-style-position: inside;
}
/* Photo View */
div.photo {
	border: 1px solid #A4B2B2;
	padding: 5px;
	float: left;
	margin: auto;
	text-align: center;
}
div.photo p.caption {
	font-size: 0.8em;
	color: #666;
}
/* Product Edit */
div#photos-list ul li {
    height: 75px;
    display: inline;
    float: left;
}

/* Special */
div#photos-list li {
	border: 1px solid grey;
	padding: 5px;
	margin: 5px;
	width: 80px;
	text-align: center;
	list-style-type: none;
}

/* Autocomplete */
div.auto_complete {
	border: 1px solid black;
	background-color: #FFF;
}
div.auto_complete ul {
	margin: 0;
	padding: 0;
}
div.auto_complete ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.auto_complete ul li.selected {
	background-color: #DDF;
}

/* Forms */
div.hidden {
	display: none;
}
div.content-form {
	margin-top: 15px;
}
div.content-form fieldset {
	border: 1px solid #125A56;
	padding: 10px;
	margin-bottom: 5px;
}
div.content-form fieldset legend {
	border: 1px solid #125A56;
	margin-left: 15px;
	padding: 3px;
}
div.content-form div.input label {
	display: block;
}
div.content-form input, div.content-form textarea, div.content-form select {
	margin-bottom: 5px;
	width: 300px;
}
div.content-form div.date select {
	width: 100px;
}
div.content-form div.checkbox label {
	display: inline;
	margin-left: 5px;
}
div.content-form div.checkbox {
	margin: 5px;
}
div.content-form div.checkbox input {
	width: 10px;
	margin: 0px;
}
div.content-form textarea {
	height: 150px;
}
div.content-form div.submit input {
	width: 100px;
}
hr {
    height: 1px;
	color: #ADBBBB;
	background-color: #ADBBBB;
	border: 0 none;
}
div#bd {
       
}
div#ft p {
	text-align: center;
}
div#ft hr {
	margin-left: 333px;
	margin-right: 50px;
	margin-top: 10px;
	height: 1px;
	color: #ADBBBB;
	background-color: #ADBBBB;
	border: 0 none;
}
hr#menu-top-bar, hr#menu-bottom-bar{
    clear: both;
    float: left;
    width: 608px;
}
