@charset "utf-8";

/* BASE LAYOUT */
/* -------------------------------------- */

#container {
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 800px;
}

/* HEADER */
/* -------------------------------------- */

#averyMsg {
	float: left;
	font-size: 10px;
	margin: 0 0 0 -480px;
	overflow: hidden;
	width: 300px;
}

#header {
	margin-top: 24px;
	padding-top: 1px;
	width: 100%;
}

#headerBarBottom {
	background: url(/web/images/home-page/whiteBar.gif) no-repeat;
	height: 9px;
	overflow: hidden;	
}

#searchBox {
	display: none;
}

#searchButton {
	background: #6C3;
}

#topLogo {
	float: left;
	padding: 0 333px 0 10px;
}

/* upper header menu */
#container #headerMenu1 {
	float: left;
	margin: 27px 0 0 -501px;
	overflow: hidden;
	width: 500px;
}

#headerMenu1List {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#headerMenu1List li {
	border-right: 1px solid #039;
	float: right;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 -1em 0 1em;
	padding: 0 1em;
	text-transform: lowercase;
}

#headerMenu1List li a {
	color: #039;
	text-decoration: none;
}

#headerMenu1List li a:hover {
	color: #F93;
	text-decoration: none;
}

/* lower header menu */
#container #headerMenu2 {
	background: #6C3 url(/web/images/home-page/grayBar.gif) no-repeat;
	clear: both;
	height: 19px;
	margin: 0 7px;
	overflow: visible;
	padding-top: 28px;
	width: 786px;
}

#headerMenu2List {
	list-style-type: none;
	margin-left: 10px;
}

* html #headerMenu2List {
	padding-left: 10px; /* this nudges the menu over for IE6 */
}

#headerMenu2List li {
	border-left: 1px solid #95DC72;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 1em 0 -1em;
	padding: 0 .7em;
	text-transform: lowercase;
}

#headerMenu2List li:first-child {
	border-left: none;
}

#headerMenu2List li a {
	color: #ECF5E7;
	text-decoration: none;
}

#headerMenu2List li a:hover {
	color: #555;
	text-decoration: none;
}

#menuGift {
	/*display: none;*/
	float: left;
	margin: -2px 3px 0 -4px;
}

/* MAIN CONTENT */
/* -------------------------------------- */

#mainContent {
	overflow: hidden;
	padding: 0 30px 20px 30px;
	position:relative;
	min-height:450px;
}

* html .fb-like {
	display: none;
}

.clearit {
	clear:both;	
}

#bottomButtons {
	width:93%;
	bottom:0px;
}

.subCatDisplayItem img.catImage {
    display: block;
    margin: 5px 10px 5px 0px;
}

/* FOOTER */
/* -------------------------------------- */

#footer {
	background: url(/web/images/home-page/dropShadowBottom.gif) no-repeat;
	padding-top: 1px;
	text-align: center;
	width: 800px;
}

/* footer menu */
#container #footerMenu {
	margin: 3em auto;
	margin-bottom: 1em;
	overflow: hidden;
	text-align: left;
	width: 510px;
}

#footerMenuList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footerMenuList li {
	border-left: 1px solid #666;
	float: left;
	font-size: 11px;
	line-height: 1.2em;
	margin: 0 1em 0 -1em;
	padding: 0 1em;
	text-transform: lowercase;
}

#footerMenuList li a {
	color: #666;
	text-decoration: none;
}

#footerMenuList li a:hover {
	color: #F93;
	text-decoration: none;
}

/** css changes 6/21/2016 **/
	body{
		color: #545454!important;
		font-family: Arial,Helvetica,sans-serif!important;
		font-size: 11px!important;
		text-align: left!important;
	}
	
	#container{
		width:100%!important;
	}
	#mainContent,#finalReviewContainer2014,#finalReviewHeader,#finalReviewDivider{
		box-sizing:content-box!important;
		width:800px!important;
		margin:0 auto!important;
	}
	#psMainContent *{
		box-sizing:content-box!important;
	}
/** css changes 6/21/2016 **/

/* css changes 6/30/2016 **/
	
	.min-height-auto{
		min-height:auto!important;
	}
	.photo #finalReviewContainer2014 *{
		background-color:#ffffff!important;
	}
	.photo #finalReviewContainer2014 .leftContainerBg ,.photo #finalReviewContainer2014 .leftContainerFixed{
		background-image:none!important;
	}
	
/* css changes 6/30/2016 **/

/** css changes 5/7/2016 **/
	.pageBox a:hover{
		text-decoration:none;
	}
/** css changes 5/7/2016 **/

/* CSS change for STEUAT-251 */
.photoNav {
    border: none;
    background-color: #f0f0f0;
    height: auto;
    /* width: 1000px; */
    margin: 0 auto 0;
    float: none;
    clear: both;
    margin-top: -20px;
    margin-bottom: 20px;
}
#checkoutHeader {
    border: none;
    background-color: #f0f0f0;
    height: 34px;
    width: 1000px;
    margin: 0 auto 0;
    float: none;
    clear: both;
    padding: 10px 0px 10px 0px;
}
/* CSS change for STEUAT-251 */