/*************************/
/*       TOP MENU        */
/*************************/

div.topMenuContainer {
    background: url('/layout/Cdf/Themes/2010/Images/menu-top-normal.png');
    height: 34px;
}

ul.topMenu, li.topMenuItem, li.topMenuSeperator {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li.topMenuItem {
    float: left;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    width: 89px;
    text-align: center;
}

li.topMenuItem.last {
    width: 95px;
}

li.topMenuItem a, li.topMenuItem a:hover {
    text-decoration: none;
    color: #fff;
    height: 34px;
    line-height: 34px;
    display: block;
}

li.topMenuItem:hover {
    background: url('/layout/Cdf/Themes/2010/Images/menu-top-over.png');
}

li.topMenuSeperator {
    background: transparent url('/layout/Cdf/Themes/2010/Images/menu-top-stroke.png') no-repeat scroll 0 5px;
    float: left;
    width: 2px;
    height: 34px;
    margin: 0 2px;
}

/*************************/
/*      LEFT MENU        */
/*************************/

ul.menu {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
}

ul.menu ul {
    margin-left: 20px;
}

ul.menu li {
    list-style: none;
}

li.menu-item-container {
    display: inline;
}

ul.menu ul {
    margin-top: 0;
    margin-bottom: 5px;
}

ul.menu li a {
    text-decoration: none;
    color: #000;
}

ul.menu li a:hover {
    text-decoration: underline;
}

li.menu-items {
    display: inline;
    list-style: none;
}

li.menu-items ul {
    margin-top: 0px;
    margin-right: 0;
    margin-left: 15px;
    list-style: none;
}

li.menu-items ul li {
    list-style: none;
}

li.menu-items ul li a {
    color: #F02C7F;
    font-weight: bold;
}

/*************************/
/*      MENU BLOCKS      */
/*************************/

div.menuBlock {
    width: 220px;
    margin-bottom: 8px;
}

div.menuBlockHeader {
    background: url('/layout/Cdf/Themes/2010/Images/gradient-block-header-5x19.png') repeat-x;
    height: 19px;
    color: #fff;
    border: 1px solid #848484;
    border-bottom: none;
}

div.menuBlockContent.big {
    background: #e3e3e3 url('/layout/Cdf/Themes/2010/Images/gradient-block-content-5x281.png') repeat-x;
}

div.menuBlockContent.small {
    background: #e3e3e3 url('/layout/Cdf/Themes/2010/Images/gradient-block-content-5x74.png') repeat-x;
}

div.menuBlockContent.normal {
    background: #e3e3e3 url('/layout/Cdf/Themes/2010/Images/gradient-block-content-5x110.png') repeat-x;
}

div.menuBlockContent {

    border: 1px solid #848484;
    padding: 5px;
}

div.menuBlockProductInfo {
    width: 105px;
    padding-left: 5px;
    position: relative;
    height: 81px;
}

div.productBlockPrice {
    position: absolute;
    top: 60px;
}

div.menuBlockProductDescription {
    color: #808080;
}

img.menuBlockProductImage {
    margin: 4px 8px 4px 8px;
}

div.menuBlockTitle {
    padding-top: 2px;
}

div.menuBlockTitle a {
    color: #fff;
}

div.menuBlockTitle a:hover {
    text-decoration: none;
}

div.simpleMenuBlock {
    width: 218px;
    border: 1px solid #878586;
    background-color: #fff;
}

/*************************/
/*        OTHER          */
/*************************/

div.topProductImage {
    margin-right: 4px;
    margin-bottom: 5px;
}

div.topProductBlockForm {
    padding-top: 5px;
}

div.topProductName {
    width: 130px;
}

div.topProductPrice {
    padding-top: 3px;
}

div.basketImage {
    padding: 2px;
    padding-right: 5px;
}

div.basketDescription {
    width: 175px;
    padding-top: 3px;
}

div.menuLinks {
    padding-right: 8px;
}

a.basketLink {
    margin-right: 10px;
}

div.promotionCodeBlock {
    height: 100px;
    margin-top: 4px;
    margin-bottom: 4px;
}

img.promotionCodeImage {
    position: absolute;
    z-index: 2;
}

div.promotionCodeInfo {
    padding-top: 5px;
    padding-left: 80px;
}

div.promotionCodeInfo input {
    width: 95px;
}

div.promotionCodeInput, div.promotionCodeButton {
    padding-top: 5px;
}

div.promotionCodeInput input {
    padding-left: 15px;
}

div.newsletterBlockInput {
    margin-top: 5px;
}

div.newsletterBlockInput input {
    width: 173px;
    height: 18px;
    padding-left: 5px;
    text-align: left;
}

div.menuProductForm input.basketButton {
    margin-right: 4px;
    margin-left: 4px;
}

div.menuProductForm input.amountField {
    width: 40px;
}

