/*----------------------------------------------------------------------------------------*/
/* Cascading Style Sheet Name:  MintexItemsForSale.css                                    */
/*                                                                                        */
/* Contains:  www.MintexAppliance.com Items For Sale Page Layout and Style Definitions    */
/*                                                                                        */
/* Date Changed  Name                  Change                                             */
/* ============  ====================  ================================================== */
/* 01/01/2009    Brandon Hofmann       New Cascading Style Sheet                          */
/*----------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------*/
/* Primary Division Layer and the ONLY one with a Relative Position  */
/* permitting entire page to resize according to browser window size */
/*                                                                   */
/* Contains all subsequent Division Layers                           */
/*-------------------------------------------------------------------*/
#itemsForSaleContainer
{
   position: relative;
   margin: 15px auto 0 auto;
   width: 880px;
   height: 539px;
}

/*---------------------------------*/
/* Contains Items For Sale Content */
/*---------------------------------*/
#itemsForSaleContent
{
   background-color: #D8D8D8;
   background-image: url(../images/stainlessSteel.gif);
   background-repeat: repeat;
   border-left: 4px solid #000000;
   border-right: 4px solid #000000;
   border-bottom: 4px solid #000000;
   position: absolute;
   top: 215px;
   left: 20px;
   width: 832px;
   height: 320px;
}

/*--------------------------------------*/
/* Contains Items For Sale Header Image */
/*--------------------------------------*/
#itemsForSaleHeader
{
   background-image: url(../images/itemsForSaleHeader.gif);
   background-repeat: no-repeat;
   position: absolute;
   top: 0px;
   left: 10px;
   width: 812px;
   height: 35px;
}

/*---------------------------------------------------------*/
/* Contains Items For Sale Description Headers - Section 1 */
/*---------------------------------------------------------*/
#itemsForSaleDescriptionHeader
{
   background-color: #6C7296;
   position: relative;
   top: 0px;
   left: 0px;
   width: 800px;
   height: 20px;
   font-size: medium;
   font-weight: bold;
   text-align: left;
}

/*--------------------------------------------------*/
/* Contains Items For Sale Descriptions - Section 1 */
/*--------------------------------------------------*/
#itemsForSaleContent_1
{
   background-color: #CCCFE0;
   position: absolute;
   top: 40px;
   left: 16px;
   width: 800px;
   height: 100px;
   font-size: medium;
   font-weight: bold;
   text-align: left;
}

/*--------------------------------------------------*/
/* Contains Items For Sale Description - Section 1a */
/*--------------------------------------------------*/
#itemsForSaleContent_1a
{
   position: absolute;
   top: 25px;
   left: 10px;
   width: 500px;
   height: 70px;
   font-size: small;
   font-weight: normal;
   text-align: left;
}

/*--------------------------------------------*/
/* Contains Items For Sale Image - Section 1b */
/*--------------------------------------------*/
#itemsForSaleContent_1b
{
   background-image: url(../images/itemsForSaleContent_1.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 26px;
   left: 510px;
   width: 280px;
   height: 68px;
}

/*--------------------------------------------------*/
/* Contains Items For Sale Descriptions - Section 2 */
/*--------------------------------------------------*/
#itemsForSaleContent_2
{
   background-color: #CCCFE0;
   position: absolute;
   top: 150px;
   left: 16px;
   width: 800px;
   height: 100px;
   font-size: medium;
   font-weight: bold;
   text-align: left;
}

/*--------------------------------------------------*/
/* Contains Items For Sale Description - Section 2a */
/*--------------------------------------------------*/
#itemsForSaleContent_2a
{
   position: absolute;
   top: 25px;
   left: 10px;
   width: 500px;
   height: 70px;
   font-size: small;
   font-weight: normal;
   text-align: left;
}

/*--------------------------------------------*/
/* Contains Items For Sale Image - Section 2b */
/*--------------------------------------------*/
#itemsForSaleContent_2b
{
   background-image: url(../images/itemsForSaleContent_1.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 26px;
   left: 510px;
   width: 280px;
   height: 68px;
}

/*-----------------*/
/* Contains Footer */
/*-----------------*/
#itemsForSaleFooter
{
   position: absolute;
   top: 260px;
   left: 0px;
   width: 832px;
   height: 60px;
}
