/* shopmylikes.com CSS */

body {
    color: rgb( 0, 90, 139 );
}

a, a:visited {
    color: rgb( 0, 90, 139 );
}

a:hover, a:active {
    color: rgb( 131, 135, 138 );
}

div.logoContainer {
    width: 650px;
    padding-left: 83px;
}
div.logoItem {
    float: left;
    width: 300px;
    padding: 10px;
    margin: 0px;
}

/* ==================== */
/* General Coloring */

.primaryColor {
    color: rgb( 0, 90, 139 ) !important;
}

.secondaryColor {
    color: rgb( 131, 135, 138 ) !important;
}

.tertiaryColor {
    color: rgb( 30, 30, 30 ) !important;
}

.altTextColor {
    color: rgb( 131, 135, 138 ) !important;
}

.primaryBorder1 {
    border: 1px solid rgb( 0, 90, 139 ) !important;
}
.primaryBorder2 {
    border: 2px solid rgb( 0, 90, 139 ) !important;
}
.secondaryBorder1 {
    border: 1px solid rgb( 131, 135, 138 ) !important;
}
.secondaryBorder2 {
    border: 2px solid rgb( 131, 135, 138 ) !important;
}

/* ==================== */
/* Images */

div.mainHeaderLogo {
    background: url("shopmylikes-logo.200x40.png") no-repeat scroll 0px 0px; 
}

div.mainHeaderSearchBar {
    background:transparent url("shopmylikes.banner.700x42.png") no-repeat scroll 0 0;
}

div.selectedFiltersHeader, div.availableFiltersHeader, 
div.disambiguationOptionsHeader, div.allCategoryOptionsHeader {
    background:transparent url("shopmylikes.banner.190x26.png") no-repeat scroll 0 0;
}

div.mainFooterSearch {
    background:transparent url("shopmylikes.banner.700x42.png") no-repeat scroll 0 0;
}

div.featuredProductsHeader {
    background:transparent url("shopmylikes.banner.750x32.png") no-repeat scroll 0 0;
}

div.altQueryHeader {
    background:transparent url("shopmylikes.banner.750x32.png") no-repeat scroll 0 0;
}

input.searchBarSubmit {
    background: transparent url("shopmylikes.search-button.combo.png") no-repeat scroll 0px 0px; 
}

input.searchBarSubmit:hover {
    background: transparent url("shopmylikes.search-button.combo.png") no-repeat scroll 0px -26px; 
}

input.compareButton {
    border-style:none;
    cursor: pointer;
    background: transparent url("shopmylikes.compare.combo.png") no-repeat scroll 0px 0px; 
    width: 111px;
    height: 25px;
}

input.compareButton:hover {
    background: transparent url("shopmylikes.compare.combo.png") no-repeat scroll 0px -25px; 
}

input.shopButton {
    border-style:none;
    cursor: pointer;
    background: transparent url("shopmylikes.shop.combo.png") no-repeat scroll 0px 0px; 
    width: 49px;
    height: 25px;
}

input.shopButton:hover {
    background: transparent url("shopmylikes.shop.combo.png") no-repeat scroll 0px -25px; 
}

div.productImageGridSeeDetails:hover {
    background: transparent url("shopmylikes.see-details.png") no-repeat scroll 0px 0px; 
    z-index: 100;
}

input.nextPageButton {
    border-style:none;
    cursor: pointer;
    background: transparent url("shopmylikes.next-page.combo.png") no-repeat scroll 0px 0px; 
    width: 91px;
    height: 32px;
}

input.nextPageButton:hover {
    background: transparent url("shopmylikes.next-page.combo.png") no-repeat scroll 0px -32px; 
}

input.prevPageButton {
    border-style:none;
    cursor: pointer;
    background: transparent url("shopmylikes.prev-page.combo.png") no-repeat scroll 0px 0px; 
    width: 91px;
    height: 32px;
}

input.prevPageButton:hover {
    background: transparent url("shopmylikes.prev-page.combo.png") no-repeat scroll 0px -32px; 
}


