.shopTitle {
    position: relative;
    width: 390px;
    margin-left: 238px;
    margin-top: 24px;
}

#shopContent {
    position: relative;
    left: 240px;
    float: left;
    width: 380px;
    margin-top: 25px;
}
.shopEntry {
    position: relative;
    margin-bottom: 16px;
    width: 420px;
}
.shopEntryImage {
    position: relative;
    width:130px;
    float: left;
    margin-right: 16px; 
    margin-bottom: 26px;
}
.shopEntryText {
    position: relative;
    float:left;
    width: 225px;
    margin-bottom: 26px;
    color: #666666; 
}

.shopCatTitle {
    font-weight: bold;
    margin-bottom: 4px;
    width: 225px;
}

#basketSmall {
    position: absolute;
    right: 0px;
    top: 260px;
    width: 210px;
    height: 200px;
}

#basketSmallTitle {
    position: relative;
    padding: 14px;
    padding-top: 7px;
    padding-bottom: 8px;
    background-color: #000000;
    color: #ffffff;
    font-size: 11px;
    
}

#basketSmallConetnt {
    position: relative;
    padding: 14px;
    padding-top: 7px;
    padding-bottom: 8px;
    background-color: #cccccc;
    color: #000000;
}

.basketSmallEntry {
    position:relative;
    margin: 8px;
    margin-left: 0px;
    margin-right: 0px;
}

#basketNav {
    position: relative;
    margin-top: 0px;
    left: 210px;
    width: 690px;
    height: 30px;
    background-color: #000000;
}
.shopNavElement{
    position: relative;
    float: left;
    padding: 8px;
    padding-left:16px;
    padding-right:16px;
    font-size: 11px;
    color: #777777;
}

a.shop10, a.shop10:visited, a.shop10:active, a.shop10:link {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

a.shop10:hover {
    color: #cccccc;
    text-decoration: none;
}

a.shopBig, a.shopBig:visited, a.shopBig:active, a.shopBig:link {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}

a.shopBig:hover {
    color: #000000;
    text-decoration: none;
}

a.shop, a.shop:visited, a.shop:active, a.shop:link {
    font-size: 11px;
    color: #cccccc;
    text-decoration: none;
}

a.shop:hover {
    color: #ffffff;
    text-decoration: none;
}

a.shopA, a.shopA:visited, a.shopA:active, a.shopA:link {
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}

a.shopA:hover {
    color: #ffffff;
    text-decoration: none;
}

#basketBig {
    position: relative;
    margin-left: 210px;
    width: 690px;
    background-color: #cccccc;
}

#basketTotal {
    position: relative;
    margin-top: 0px;
    left: 0px;
    width: 690px;
    height: 30px;
    background-color: #000000;
}

#shopClientInfo{
    position: relative;
    margin-top: 26px;
    margin-left: 328px;
    width: 527px;
}