﻿
/*
Light Background: #E8F8FF
Medium Background: #CCEFFF
Medium Highlight: #00A5F2
Dark Background/Text: #006594

SaveItNow/BPS Maroon: #811e21

*/

/* site layout */
body
{
    margin-top: 0px;
    background-color: #006594;
}
#site
{
    text-align: center;
    /*width: 970px;*/
    margin-left: auto;
    margin-right: auto;
    
    background: url('../images/MasterLayout/Background Gradient H1.png') repeat-y 50% 0%;
    max-width: 1020px;
    min-width: 980px;
    
}
.siteContainer {
	margin: 0px auto;
    background: url('../images/MasterLayout/Background Gradient H1.png') repeat-y 50% 0%;
    max-width: 1020px;
    min-width: 980px;
    /*padding-left: 40px;*/
}
.siteContainerBottom
{
    margin: 0px auto;
	background: url('../images/MasterLayout/Background Gradient Footer.png') no-repeat top center;
	height: 23px;
	max-width: 1020px;
	min-width: 980px;
    /*max-width: 1020px;*/
}
#mainContent
{
    margin-left: 20px;
    padding: 0px;
    width: 980px;
    background-color: #FFFFFF;
    
}

#header
{
    /*position: relative;*/
    width: 981px;
/*    height: 145px;*/

}

#content
{
    margin-top: 12px;
    text-align: left;
    width: 970px;
    padding-left: 5px;
    padding-bottom: 15px;
}

#footer
{
    clear: both;
    /*width: 980px;*/
}

.rightColumn
{
    float: left;
    border-left: solid 1px gray;
}
.rightColumnExpanded
{
    float: left;
}
.leftColumn
{
    float: left;
    
}


/* end site layout */



#menu
{
    clear: both;
    height: 28px;
    text-align: left;
}
.discoverMenu
{
    
}
.discoverMenu .rmRootGroup
{
    
}
.discoverMenu .rmGroup
{
    background-color: White;
    color: #006594;
    font-size: small;
}

.discoverMenu .rmHorizontal .rmItem
{
    border-right: dotted 1px #006594;
    padding: 7px;
}
.discoverMenu .rmVertical .rmItem
{
    border-right: inherit;
    padding: 7px;
}
.discoverMenu .rmItem
{
    font-size: 8pt;
   
    background-color: White;
}
.discoverMenu .rmItem:hover
{
    border: solid 1px #006594;
    background-color: #CCEFFF;
}
.discoverMenu .rmHorizontal .rmItem:hover
{
    padding-right: 6px;
}
.discoverMenu .rmVertical .rmItem:hover
{
    padding: 6px;
}
.discoverMenu .rmSlide
{
    border: solid 1px #006594;
    background-color: White;
    text-align: left;
    width: 80px !important;
    padding: 5px 5px 5px 15px;
   
}

.discoverMenu .rmLink
{
    color: #006594;
    text-decoration: none;
    
}
.discoverMenu .rmLink:hover
{
    
}
#logo
{
    width: 980px;
}



.breadCrumAreaWithBackground,
.breadCrumAreaWithoutBackground
{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left; /*display: block;*/
    padding-left: 8px; /*width: 968px; */
    width: 973px;
    border-bottom: solid 1px rgb(224, 224, 224);
    height: 20px;
}

#categoryLeft
{
    border-right: solid 1px rgb(224, 224, 224);
    border-bottom: solid 1px rgb(224, 224, 224);
    float: left;
    position: relative;
    width: 180px;
}
#categoryRight
{
    /*border-left: solid 1px rgb(224, 224, 224);*/
    float: left;
    /*margin-left: -1px;*/
    margin:0;
    padding: 0;
    position: relative;
    width: 780px;
    
}
#categoryLeft h1
{

    color: #006594;
    font-size: 18px;
    font-weight: normal;
    margin-left: 5px;
    margin-top: 5px;
}
#categoryLeft h2
{

    color: #006594;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}
#categoryRight h1
{
    margin-left: 6px;
}
.bigSellers
{
    /*background-attachment: scroll;*/
    background-color: Transparent;
    background-image: url(../images/Enhanced/DiscoverNetwork/EnhancedBackground.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 462px;
    width: 791px;
}
.top50Items
{
    position: absolute;
    right: -25px;
    top: -50px;
    background-color:Transparent;
    background-image: url('../DiscoverNetwork/Images/Top50ItemsBurst.png');
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    display: block;
}
.topSellers
{
    background-color: Transparent;
    background-image: url(../images/Enhanced/DiscoverNetwork/bigsellersDISC.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 48px;
    width: 251px;
    position:relative;
    left: -1px;
    top: -1px;
}
.bigSellerColumn1
{
    display: block;
    left: 70px;
    position: absolute;
    top: 170px;
    width: 172px;
    
}
.bigSellerColumn2
{
    display: block;
    left: 340px;
    position: absolute;
    top: 140px;
    width: 172px;
}
.bigSellerColumn3
{
    display: block;
    left: 590px;
    position: absolute;
    top: 110px;
    width: 172px;
}
.bigSellerColumn1 h1,
.bigSellerColumn2 h1,
.bigSellerColumn3 h1
{
	font-weight: bold;
	font-size: 16px;
	margin-top: 3px;
	margin-left: 6px;
	color: #006594;
}
.bigSellerColumn1 p,
.bigSellerColumn2 p,
.bigSellerColumn3 p
{
	margin-left: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #006594;
	width: 140px;
}
.bigSellerColumn1 p a,
.bigSellerColumn2 p a,
.bigSellerColumn3 p a
{
	color: #006594;
}

.bigSellerColumn1 h1 a,
.bigSellerColumn2 h1 a,
.bigSellerColumn3 h1 a
{
	color: #006594;
}

.categoryOffersBrands
{
    /*width: 791px;*/
    
    display: block;
}
.categoryBigOffers
{
    float: left;
    position: relative;
    width: 410px;
    margin-bottom: 30px;
}
.categoryTopBrands
{
    float: right;
    margin-bottom: 20px;
    position: relative;
    width: 340px;
}
.mightyBrands
{
    background-image: url('../images/Enhanced/DiscoverNetwork/TopbrandsDISC.png');
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 105px;
    position: relative;
    right: -1px;
}


#Register
{
     /*border: dashed 2px gray;*/
     padding: 7px;
}

#Users
{
     /*border: dashed 2px gray;*/
     padding: 7px;
}


.field
{
    text-align: right;
    display: inline-block;
    width: 130px;
}

.user
{
    width: 105px;
    display: inline-block;
}

.question
{
    margin-top: 15px;
    font-size: larger;
    font-weight: bold;
    
}

.answer
{
    padding-left: 7px;
}

#optimized
{
    line-height: 1.2em;
}
li.green
{
   list-style-image: url('../images/Cart/CartOptimizedIconGreen.png'); 
   padding-bottom: 10px;
}
li.yellow
{
    list-style-image: url('../images/Cart/CartOptimizedIconYellow.png'); 
    padding-bottom: 10px;
}
li.red
{
    list-style-image: url('../images/Cart/CartOptimizedIconRed.png'); 
}

h3.training
{
    text-decoration: underline;
    color:  Teal;
}