/*
----------------------------------------------------------------------------------------------------
    ** BASE WRAPPER STYLES **

    DO NOT CHANGE THIS FILE WITHOUT CONSULTING THE CLIENTSIDE TEAM! Changing a style in here will change it
    across the entire site! If you absolutely need to modify a style, create an application specific stylesheet
    and copy the style you need to change into it. Then modify the the style as needed. Make sure your application
    specific stylesheet is loaded last! Contact CSE team with any questions.

   ---------------------------------------------------------------------------------------------------- */
div#giftDiscountsCon {
    display:none;
}

div#leftContent780 {
    	width:689px;
    	float:left;
    	overflow: hidden;
    }

/* Over rides headerCon in the wrapperStyles.css - This makes the header smaller to fit breadcrumb */
    /* I hate putting a height on this but IE6 would NOT clear the floats. */


div#headerCon
{    
    height: 107px !important;
}

div#pageContent /* content box next to left nav in wrapper780X */
{
    float:left;
    width:521px;
}
div#listing {
	width:521px !important;
}


div#pageContentNoNav /* content box next to left nav in wrapper780X */
{
    float:left;
    width:689px;
}


#breadCrumb
{
    width:661px !important;
    padding:0 0 0 10px !important;
}

/*---This class is for: Index Pages - 780px width, white background with the Left Nav ---*/
div#mainCon780
{
    width: 861px;
    background-color: #FFFFFF;
    border-bottom: 2px solid #9b9b9b;
    border-left: 2px solid #9b9b9b;
    border-right: 2px solid #9b9b9b;
    background-image:url("/common/images/skins/rawberry/contentBgWhiteNav800.png");
    background-repeat: repeat-y;
    margin: 0 auto;
}

/*--- This class is for: Reviews, Newsletter - 780px width, white background with NO Left Nav ---*/
div#mainCon780NoNav
{
    width: 861px;
    background-color: #FFFFFF;
    border-bottom: 2px solid #9b9b9b;
    border-left: 2px solid #9b9b9b;
    border-right: 2px solid #9b9b9b;
    background-image:url("/common/images/skins/rawberry/contentBgWhiteNoNav800.png");
    background-repeat: repeat-y;
    margin: 0 auto;
}

div#pageContentNoNav { width:689px;}

/*  ---------------  780X (820) overrides -------------*/

div.footerTopper.footerRight {
	width:361px !important;
}

div#footerContent { margin:0;}

table#footerImages {margin:0; width:430px;}

div#footerTagLine, table#footerImages div {margin-right:-5px;}

input.searchTextBox { padding:0 !important;}

div#rightSideBar { width:130px; right:0px; margin:0 10px; float:right;}

div#left-navigation-column { margin: 5px auto !important;}

