* {
    box-sizing:border-box;
}

/* header */
#AOHeaderContainer {

    width: 100%;
    height: 110px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,#85be2f 0%,#78af20 100%);
    background: -webkit-gradient(linear,left top,right bottom,color-stop(0%,#85be2f),color-stop(100%,#78af20));
    background: -webkit-linear-gradient(-45deg,#85be2f 0%,#78af20 100%);
    background: -o-linear-gradient(-45deg,#85be2f 0%,#78af20 100%);
    background: -ms-linear-gradient(-45deg,#85be2f 0%,#78af20 100%);
    background: linear-gradient(135deg,#85be2f 0%,#78af20 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85be2f',endColorstr='#78af20',GradientType=1);

}

#AOHeader {

    width: 990px;
    margin: auto;
    height: 110px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
}

.AOLogo {

    width: 140px;
    float: left;
    height: 100%;
    position: relative;
    /*background: url("../images/landing-page/AOLogo.png") no-repeat 20px 10px;*/

}

.AOLogo .subtitle {
    font-family: 'ozBold';
    position: absolute;
    bottom: 14px;
    left: 32px;
    line-height: 12px;
}

.AOLogo .icon-logo {
    font-size: 53px;
    color: #ffffff;
    margin-left: 53px;
    display: inline-block;
    margin-top: 10px;
}

.headerIconHolder {

    float: right;
    height: 50px;
    width: 850px;
    position: relative;
}

.headerIconHolder .AOIcon, .AOSearch .AOIcon, .AOContact .AOIcon, .footerIconHolder .AOIcon {

    width: 20%;
    float: left;
    height: 50px;

}

.headerIconHolder .icon, .AOSearch .icon, .AOContact .icon, .footerIconHolder .icon {
    color: #ffffff;
    font-size: 21px;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin-left: 30px;
    margin-top: 14px;
}

.headerIconHolder .iconText, .AOSearch .iconText, .AOContact .iconText, .footerIconHolder .iconText {
    color: #ffffff;
    display: inline-block;
    width: 50%;
    height: 100%;
    line-height: 12px;
    position: relative;
    top: 1px;
}

.headerIconHolder #nextDayDelivery .icon {
    margin-right: 8px;
}

.headerIconHolder #recycle .iconText {
    right: 5px;
}

.headerIconHolder #connect .iconText {
    right: 4px;
}

.headerIconHolder #returns .iconText{
    left: 5px;
}

.AOSearch {

    float: left;
    height: 60px;
    width: 450px;
    position: relative;

}

#AOHeader .separator {
    height: 1px;
    width: 757px;
    background: #a6d067;
    display: block;
    position: absolute;
    bottom: 1px;
    left: 50%;
    margin-left: -390px;
}

.AOSearch form {
    margin-left: 30px;
}

#v4-1 {
    height: 37px;
    border: none;
    border-radius: 5px;
    padding: 3px 35px 2px 5px;
    font-size: 16px;
    color: #adadad;
    line-height: 30px;
    width: 400px;
    margin-top: 10px
}

#submit {
    height: 33px;
    width: 33px;
    border: none;
    position: absolute;
    right: 28px;
    top: 12px;
    z-index: 1;
    cursor: pointer;
    background: #ffffff;
    color: #7db921;
    font-size: 24px;
}

.AOHelp {

    float: left;
    height: 60px;
    width: 180px;
    padding-top: 20px;

}

.AOHelp a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
}

.pipe {
    display: inline-block;
    margin-left: 10px;
}

.AOContact {
    float: left;
    height: 60px;
    width: 220px;
    padding-top: 7px;
}

.AOContact .icon {
    position: relative;
    top: -3px;
}

.AOContact .iconText {
    position: relative;
    top: -1px;
}

/* footer */

#AOFooterHolder {
    width: 100%;
    height: 200px;
    background: #a4abb1;
}

#AOFooter {
    width: 990px;
    height: 200px;
    margin: auto;
    background: #a4abb1;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.footerIconHolder {
    height: 80px;
    width: 100%;
}

.footerIconHolder .AOIcon {
    width: 20%;
    float: left;
    height: 80px;
    padding-top: 6px;
}

.footerIconHolder .icon {
    font-size: 35px;
}

.footerIconHolder .iconText {
    font-size: 18px;
    font-weight: bold;
    line-height: 19px;
    top: 1px;
}

.footerIconHolder #conRec {
    position: relative;
    padding-left: 20px;
    white-space: nowrap;
}

.footerIconHolder .icon-connection {
    position: absolute;
    color: #ffffff;
    font-size: 21px;
    left: 0px;
    top: 21px;
    width: 20%;
    height: 100%;
}

.footerIconHolder .icon-recycling {
    position: relative;
    top: 16px;
    right: 34px;
    font-size: 21px;
}

.footerIconHolder #devRet .icon-delivery {
    position: relative;
    right: 30px;
}

.footerIconHolder #devRet .iconText {
    position: relative;
    right: 12px;
}

.footerIconHolder #conRec .iconText {
    top: 13px;
    right: 42px;
}

.footerIconHolder #faq {
    position: relative;
}

.footerIconHolder #faq .iconText {
    white-space: nowrap;
    right: 16px;
}

.footerIconHolder #faq .icon-fridgefreezers {
    position: absolute;
    width: 20%;
    height: 100%;
    font-size: 21px;
    color: #ffffff;
    left: 11px;
    top: 21px;
}

.footerIconHolder #faq .icon-faq {
    font-size: 21px;
    margin-top: 29px;
    margin-left: 25px;
}

.footerIconHolder #tcs .iconText{
    white-space: nowrap;
}

#AOFooter .separator {
    height: 1px;
    width: 757px;
    border-top: 1px dashed #fff;
    display: block;
    margin: auto;
}

.footerDetails p {
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    color: #ffffff;
}

.footerDetails p:first-child {
    margin-top: 30px;
}

.footerDetails a {
    color: #ffffff;
}


/* menu */
#menuHolder {
    width: 100%;
    height: 47px;
    background: #ccc;
    background: -moz-linear-gradient(top,#edeeef 1%,#e0e3e5 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#edeeef),color-stop(100%,#e0e3e5));
    background: -webkit-linear-gradient(top,#edeeef 1%,#e0e3e5 100%);
    background: -o-linear-gradient(top,#edeeef 1%,#e0e3e5 100%);
    background: linear-gradient(to bottom,#edeeef 1%,#e0e3e5 100%);
    border-bottom: 1px solid #ccc;
}
#menuLevel {
    margin: 0 auto;
    width: 990px !important;
    display: table!important;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    height: 46px;
    line-height: 20px !important;
    text-align: center;
    border-left: 1px solid #fff;
}
#menuLevel li.first {
    border-left: 1px solid #ccc;
    margin-left: 1px;
    width: 200px;
}
#menuLevel li.topMenu a {
    color: #3d4042;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    border-right: 1px solid #fff;
    display: block;
    padding: 13px 0;
    font-size: 14px;
}
#menuLevel li.topMenu {
    background: #ccc;
    background: -moz-linear-gradient(top,#edeeef 1%,#e0e3e5 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#edeeef),color-stop(100%,#e0e3e5));
    background: -webkit-linear-gradient(top,#edeeef 1%,#e0e3e5 100%);
    background: -o-linear-gradient(top,#edeeef 1%,#e0e3e5 100%);
    background: linear-gradient(to bottom,#edeeef 1%,#e0e3e5 100%);
    list-style: none;
    text-align: center;
    display: table-cell;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#menuLevel li.topMenu:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}


/* content category holder */

#AOCategoriesHolder {
    width: 990px;
    height: 168px;
    padding-top: 10px;
    margin: 20px auto;
    font-family: Arial;
    border: 1px solid #a4abb1;
}

#AOCategories {
    width: 100%;
    padding-left: 0;
}

.AOCategory {
    display: inline-block;
    width: 12.5%;
}

.categoryTitle {
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 12px;
    position: relative;
}

.categoryImage {
    display: block;
    width: 120px;
    height: 120px;
    position: relative;
}

.AOCategory .washer {
    background: url(http://media.ao.com/uk/cmsimages/ao-ebay-store/newdesign/images/homepageimages/washing-machine.jpg) no-repeat;
}

.AOCategory .dryer {
    background: url(http://media.ao.com/uk/cmsimages/ao-ebay-store/newdesign/images/homepageimages/tumble-dryers.jpg) no-repeat;
    top: 5px;
}

.AOCategory .dishwasher {
    background: url(http://media.ao.com/uk/cmsimages/ao-ebay-store/newdesign/images/homepageimages/dishwashers.jpg) no-repeat;
    top: 7px;
}

.AOCategory .fridgefreezer {
    background: url(http://media.ao.com/uk/cmsimages/ao-ebay-store/newdesign/images/homepageimages/fridge-freezers.jpg) no-repeat;
    top: 3px;
    right: 10px;
}

.AOCategory .fridge {
    background: url(http://media.ao.com/uk/cmsimages/ao-ebay-store/newdesign/images/homepageimages/fridges.jpg) no-repeat;
    top: 6px;
}

.AOCategory .freezer {
    background: url(http://media.ao.com/uk/cmsimages/ao-ebay-store/newdesign/images/homepageimages/freezers.jpg) no-repeat;
    top: 7px;
    right: 12px;
}

.AOCategory .cooking {
    background: url(http://media.ao.com/uk/cmsimages/ao-ebay-store/newdesign/images/homepageimages/ovens.jpg) no-repeat;
    top: 6px;
    right: 10px;
}

.AOCategory .tv {
    background: url(http://media.ao.com/uk/cmsimages/ao-ebay-store/newdesign/images/homepageimages/tv.jpg) no-repeat;
    top: 16px;
    left: 32px;
}

.AOCategory .tvTitle {
    top: 13px;
}

.ffcat, .fcat, .ccat {
    width: 10%;
}

.tvcat {
    width: 15%;
}

.tvtitle {
    left: 16px;
}

.germanCooking {
    background: url(http://media.ao.com/uk/ao-ebay-store/newdesign/images/homepageimages/german-oven.jpg) no-repeat !important;
}

