@charset "utf-8";
/* CSS Document */

.home_container{
	/*width: 960px;
    width: 1000px;*/
}
.home_container .hero, .home_container .botd img {
	float: left;
}
.home_container .header{
	float: left;
    /*margin-top: -5px;*/
}
.home_container a.bear_container{
	float: left;
	/*height: 256px;*/
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	position: relative;
	/*left: 16px;
	top: -7px;*/
}
.home_container a:hover.bear_container {
	color: #BB0000;
}
.home_container a.bear_container img {
	clear: both;
}
.home_container .packaging, .home_container .botd {
	float: left;
    margin: 10px 0 0 0;
}

/*========================================
NEW DEFINITIONS FOR THE HOMEPAGE EMAIL SUB
=========================================*/
.hpEmailSub {
    background: url("/images/bgemailsubspritetrans_20130311.gif") no-repeat 0 0;
    height: 45px;
    margin: 0;
	/*TEMP*/
	width: 895px;
	height: 55px;
    CLEAR: both;
}
.EmailSubContent {
    float: left;
    margin: 0 0 0 380px;
    padding: 0;
    width: 190px;
}
	.EmailSubContent p {
		font: .9em Arial,Helvetica,sans-serif;
		margin: 0;
		padding: 10px 0 0;
		line-height: 12px;
	}

.hpEmailSub .formDiv {
    background: url("/images/bgemailsubspritetrans_20130311.gif") no-repeat 0 -227px;
    float: right;
	margin: 4px 5px 0 0;
    height: 43px;
    position: relative;
    width: 295px;
}
.hpEmailSub .textbox {
    background-color: transparent;
    border: medium none;
    color: #666666;
    float: left;
    height: 25px;
    margin: 8px 0 0 5px;
    padding: 3px 0 0 5px;
    width: 193px;
    font-size: 12px;
}
#imgHomePageEmailSignup {
    cursor: pointer;
    display: inline;
    float: left;
    height: 30px;
    margin: 7px 1px 0 1px;
    padding: 0;
    width: 87px;
}
.homepageBanner {
    clear: both;
}
.homepageBanner h2 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #d71e1e;
}
.homepageBanner h3 {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
/* DEFINITIONS FOR THE NEW 11/2014 HOMEPAGE GRID LAYOUT */
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

div#hp-favorites {
    background: #fee2ee;
    padding: 10px 0px;
    margin: 10px 0px 0px 0px;
}
div#hp-themes {
    background: #ddf6ff;
    padding: 10px 0px;
    margin: 15px 0 0 0;
}
div#hp-favorites .hp-header, div#hp-themes .hp-header {
    text-align: center;
    padding: 10px;
    float: left;
    width: 164px;
}
div#hp-favorites .hp-header h2, div#hp-themes .hp-header h2 {
    text-transform: uppercase;
    color: #004387;
    font-size: 22px;
    margin: 100px 0 34px 0;
}
    div#hp-themes .hp-header h2 {
        color: #d71e1e;
    }
div#hp-favorites .hp-header a.seeMore, div#hp-themes .hp-header a.seeMore {
    display: block;
    padding: 5px;
    background: #FFF;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
    div#hp-favorites .hp-header a.seeMore:hover, div#hp-themes .hp-header a.seeMore:hover {
    background: #000;
    color: #FFF;
}
div#hp-favorites .hp-header a.seeMore span, div#hp-themes .hp-header a.seeMore span {
    font-size: 12px;
    font-weight: normal;
}
/*==GENERIC LEFT AND RIGHT MARGINS FOR SPACING==*/
.margin-left {margin: 0 0 0 10px;}
.margin-right {margin: 0 10px 0 0;}