
/***DEFAULTS WHEN NO CLASS IS USED****/
/*BODY*/
BODY
{
    line-height: 18px;
}
H1
{
    font-size: 17px;
}

H2
{
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
}

.languageButton
{
    opacity: .50;
    filter: alpha(opacity=50);
}
.languageButton:hover
{
    opacity: .99;
    filter: alpha(opacity=99);
}
P
{
    margin: 3px;
    margin-bottom: 20px;
}
INPUT, A
{
    cursor: pointer;
}
INPUT[type=text], INPUT[type=password], INPUT[type=radio], INPUT[type=checkbox], TEXTAREA
{
    border: 1px solid #CCCCCC;
    padding: 5px;
    color: #000000;
    font-size: 13px;
}

INPUT[type=radio], INPUT[type=checkbox]
{
    width: auto;
    vertical-align: middle;
    margin-right: 4px;
    border: 0px;
}

SELECT
{
    padding: 5px;
}

TEXTAREA
{
    height: 80px;
    overflow: auto;
}

INPUT:focus, TEXTAREA:focus, SELECT:focus
{
}
/****END DEFAULTS****/


LI.alert, P.alert, p.alert
{
    color: Red;
    padding-bottom: 0px;
}

DIV.disclaimer
{
    color: #333333;
    font-size: 10px;
    text-align: right;
}

INPUT.buttonAction
{
    color: #FFFFFF;
    border: 0px;
    text-align: center;
    overflow: hidden;
    padding-right: 7px;
    padding-bottom: 1px;
    font-size: 11px;
    width: 160px;
    height: 30px;
    background: none;
    cursor: pointer;
}
INPUT.buttonStandard, INPUT.buttondefault
{
    background-color: #FFFFFF;
    color: #333333;
    border: 0px;
    font-size: 11px;
    width: 160px;
    height: 30px;
    padding-bottom: 1px;
    background: none;
    cursor: pointer;
}

INPUT.button
{
    position: relative;
    cursor: hand; /*float: right;*/
    margin-top: 10px;
    margin-left: 10px;
    height: 22px;
    width: 120px;
    border: 0px;
    background-color: transparent;
    background-repeat: no-repeat;
    font-size: 10px;
}

INPUT.button:hover
{
}

INPUT.button:active
{
    outline: none; /* hide dotted outline in Firefox */
}
INPUT.button:disabled
{
}

INPUT.buttonicon
{
    width: 22px;
    height: 22px;
    cursor: hand;
    border: 0px;
    margin-right: 3px;
    background-color: transparent;
    background-image: url(images/button_icon.png);
    background-repeat: no-repeat;
}

INPUT.buttonicon:hover
{
}

INPUT.buttonicon:active
{
    outline: none; /* hide dotted outline in Firefox */
}
INPUT.buttonicon:disabled
{
    background-image: url(../images/buttons/button_icon.png);
}



.buttonback:hover
{
    text-decoration: underline;
}
.iconback:active
{
    outline: none; /* hide dotted outline in Firefox */
}



/****PRODUCTSUMMARY***/
DIV.productcontainer
{
    position: relative;
    width: 725px;
    height: 183px;
    margin-bottom: 15px;
    background-image: url(images/ProductContainerBackground.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

DIV.productcontainer DIV.productimage
{
    position: relative;
    float: left;
    padding-top: 25px;
    padding-left: 20px;
    vertical-align: top;
    width: 110px;
    text-align: center;
}

DIV.productcontainer A
{
    color: #333333;
}

DIV.productcontainer DIV.productdesc
{
    color: #333333;
    position: relative;
    float: left;
    padding-top: 30px;
    padding-left: 50px;
    width: 450px;
    height: 100px;
}

DIV.productcontainer DIV.productdesc A
{
    text-decoration: none;
}

DIV.productcontainer DIV.productdesc H1
{
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 14px;
    letter-spacing: 0px;
}

DIV.productcontainer DIV.productdesc P
{
    color: #333333;
    padding: 0px;
    padding-bottom: 35px;
}

DIV.productcontainer DIV.productbottom
{
    position: absolute;
    text-align: right;
    padding-bottom: 10px;
    bottom: 0px;
    right: 0px;
    width: 431px;
}

DIV.productcontainer DIV.productbottom SPAN.productavailablefrom
{
    display: table-cell;
    font-size: 11px;
    color: #999999;
    width: 98%;
    padding-right: 25px;
    text-align: right;
}

DIV.productcontainer DIV.productbottom SPAN.productdiscount
{
    display: table-cell;
    font-size: 14px;
    text-decoration: line-through;
    color: #d9dada;
    width: 1%;
}

DIV.productcontainer DIV.productbottom SPAN.productfinalprice
{
display: table-cell;
padding-right: 20px;
padding-bottom: 10px;
font-size: 20px;
white-space: nowrap;
}

DIV.productcontainer DIV.productdesc A.producttobasket
{
    position: absolute;
    top: 1px;
    right: 0px;
    background-repeat: no-repeat;
    height: 17px;
    width: 16px;
    display: none;
}

DIV.productcontainer DIV.productdesc A.producttobasket:hover
{
    background-image: url(../images/icons/addtobasket_hover.jpg);
}

DIV.productcontainer DIV.productdesc A.producttobasket:active
{
    top: 2px;
}
/******************************/

/**TABLE***/
TABLE.tableinput
{
    width: 1%;
    border-collapse: collapse /*seperate*/;
    border-spacing: 0px;
    border: 0px;
    float: left;
    margin-right: 20px;
}
TABLE.tableinput TD
{
    padding: 2px;
}
.DeliveryTable TABLE
{
    width: 300px;
}
.DeliveryTable TD
{
    padding-left: 10px;
}



TABLE.tableinput TD
{
    padding: 4px;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
}

TABLE.tableinput TD:first-child
{
    white-space: nowrap;
    text-align: right;
}

TABLE.tableinput TD INPUT[type=text], TABLE.tableinput TD INPUT[type=password], TABLE.tableinput TD INPUT[type=radio], TABLE.tableinput TD INPUT[type=checkbox], TABLE.tableinput TD TEXTAREA, TABLE.tableinput TD SELECT
{
    width: 200px;
    color: #333333;
    margin-right: 4px;
}

TABLE.tableinput TD INPUT[type=radio], TABLE.tableinput TD INPUT[type=checkbox]
{
    width: auto;
}



TABLE.tableinput TR.sectionhead TD
{
    font-size: 12px;
    text-align: left;
}

TABLE.tableinput TR.emptyrow TD
{
    height: 15px;
}

TABLE.tableinput TR.header TD
{
    color: #FF6600;
    text-align: left;
    padding: 7px;
}

TABLE.tableinput TR.footer TD
{
    text-align: right;
}

TABLE.tableinput TR.text TD
{
    padding: 10px;
    text-align: left;
    white-space: normal;
}
/********/

/****INPUTINFORMATION***/
#inputinformation
{
    position: absolute;
    float: right;
    width: 200px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    border: 1px dotted #d9dada;
    right: 0px;
    top: 350px;
    margin-right: 15px;
    background-color: #FFFFFF; /*background-image: url(../images/informationbox_background.jpg);     background-position: top right;     background-repeat: repeat-y;*/
}

#inputinformation H1
{
    color: #363b74;
    font-size: 16px;
    text-align: left;
}

#inputinformation P
{
    padding: 0px;
    padding-bottom: 15px;
}
/********/

/****VALIDATIONSUMMARY***/
#validationsummary
{
    position: absolute;
    float: right;
    width: 200px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    border: 1px dotted #ff0000;
    right: 0px;
    margin-right: 15px;
    background-color: #fbeeee;
    display: none;
}

#validationsummary H1
{
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 20px;
}

#validationsummary P
{
    padding: 0px;
    padding-bottom: 15px;
    color: #ff0000;
}

#validationsummary UL
{
    list-style: none;
}

#validationsummary UL LI
{
    padding-bottom: 1px;
}

#validationsummary UL LI A
{
    color: #000000;
}
/********/

/****ICONS: CATEGORY/ATTRIBUTE***/
DIV.iconcontainer
{
    position: relative;
    float: left;
    width: 153px;
    text-align: center;
    margin-left: 17px;
}

DIV.iconcontainer A
{
    display: block;
    color: #000000;
}

DIV.iconcontainer DIV.thumbnail
{
    width: 155px;
    height: 155px;
    background-image: url(images/imagecontainer.png);
    background-repeat: no-repeat;
    line-height: 132px;
}

DIV.iconcontainer DIV.thumbnail IMG
{
    padding-top: 11px;
    vertical-align: middle;
    text-align: center;
}

DIV.iconcontainer DIV.name
{
    padding-top: 3px;
    height: 29px;
}

DIV.iconcontainer DIV.name H1
{
    line-height: 14px;
    font-size: 12px;
}
/****************************/

DIV.productimages
{
    text-align: center;
}

DIV.fastcontact
{
    position: absolute;
    left: 200px;
    top: 100px;
    width: 150px;
}

DIV.fastcontact IMG
{
    float: left;
    padding-top: 5px;
    padding-right: 7px;
}

DIV.fastcontact H2
{
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    text-align: left;
}

DIV.fastcontact P
{
    padding: 0px;
    padding-top: 2px;
    text-align: left;
}

DIV.productdetailimage
{
    text-align: center;
    margin-bottom: 10px;
}

DIV.productdetailimage:hover
{
    /*border: 1px dotted #888888;     border-bottom: 2px solid #888888;          cursor: pointer;*/
}

DIV.productdetailimage IMG
{
    /*border: 1px dotted #888888;*/
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

DIV.productdetailimage P
{
    font-size: 12px;
    color: #d9dada;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

DIV.productdetails
{
    width: 490px;
    float: left;
}

TABLE.tabledetails
{
    width: 100%;
    border-collapse: collapse /*seperate*/;
    border-spacing: 0px;
    border: 0px;
}

TABLE.tabledetails TD
{
    padding-right: 2px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 2px;
}

TABLE.tabledetails TD.first
{
    width: 155px;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 15px;
    padding-left: 5px;
    vertical-align: top;
}
TABLE.tablestaffelsEven
{
    /*Disabled because of transparent background*/
}
TABLE.tabledetails TR.even TD
{
    /*Disabled because of transparent background*/
}


TABLE.tabledetails TR.blankline TD
{
    height: 15px;
}

TABLE.tabledetails TR TD TABLE
{
    /*solving the extra space radiobuttonlists is causing*/
    border-collapse: collapse /*seperate*/;
    border-spacing: 0px;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

TABLE.tabledetails TR TD TABLE TR TD
{
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
}

.productdetailfinalprice
{
    font-size: 18px;
    text-align: right;
    position: relative;
    float: right;
    text-align: right;
    margin-right: 20px;
    margin-top: -18px;
    width: 405px;
}

DIV.productattributes
{
    float: left;
    padding-top: 15px;
}

/*OVERVIEWTABLE*/
TABLE.tableoverview
{
    width: 100%;
    border-collapse: collapse /*seperate*/;
    border-spacing: 0px;
    border: 0px;
}

TABLE.tableoverview TD
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: top;
    line-height: 19px;
}
TABLE.tableoverview TR.odd TD
{
}
.basketprice
{
    text-align: center;
    width: 100px;
    font-weight: bold;
}
div.shoppingbasket
{
    margin-top: 15px;
}
.shoppingbasket TD
{
    text-align: center;
    font-size: 12px;
}
TABLE.tableoverview TR.header TD
{
    background-color: #69b9db;
    font-weight: bold;
    color: #ffffff;
    line-height: 25px;
}

TABLE.tableoverview INPUT.quantity
{
    font-size: 10px;
    width: 50px;
    margin: 0px;
}

TABLE.tableoverview INPUT.coupon
{
    width: 180px;
    margin: 0px;
}

TABLE.tableoverview TD.total
{
    background-color: #f3f3f3;
    color: #333333;
    font-weight: bold;
}

TABLE.tableoverview TR.rowempty TD
{
    height: 10px;
}

TABLE.tableoverview .couponcheck
{
    margin-bottom: -4px;
    margin-left: 4px;
}

DIV.newsitem
{
    /**/
}

DIV.newsitem A
{
    color: #000000;
}

DIV.newsitem DIV.date
{
    font-size: 10px;
    color: #69b9db;
    margin-top: -8px;
    padding-left: 1px;
    padding-bottom: 10px;
}

DIV.newsitem DIV.image
{
    float: right;
    padding-left: 10px;
}

.categoryExternalPage
{
    width: 100%;
    overflow: hidden;
    height: 250px;
}
#applicationDisabler
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #333333;
    opacity: .0;
    filter: alpha(opacity=0);
    display: none;
    z-index: 10001;
}

*html #applicationDisabler
{
    position: absolute;
}

.externalFrame
{
    width: 1000px;
    overflow: visible;
    height: 1000px;
}
.topmenuContentFrame
{
    width: 976px;
    overflow: visible;
    height: 1000px;
}

#loggin, .messageBox /*Goyello addon*/
{
    position: fixed;
    border: 1px dotted #333333;
    top: 0px;
    left: 0px;
    height: 220px;
    width: 375px;
    left: 50%;
    margin-left: -165px;
    top: 50%;
    margin-top: -75px;
    background-color: #ffffff;
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 10px;
    z-index: 1000;
}

#loggin
{
    display: none;
}

*html #loggin, *html .messageBox
{
    position: absolute;
}

#loggin P
{
    padding: 0px;
    padding-bottom: 8px;
    color: #ff0000;
    min-height: 12px;
}

/*********************/
#searchlight
{
    position: fixed;
    opacity: .0;
    filter: alpha(opacity=	0);
    width: 240px;
    height: 37px;
    top: 182px;
    left: 573px;
    background-color: #000000;
    border-left: 10px solid #eeeeee;
    border-right: 10px solid #eeeeee;
    border-bottom: 10px solid #eeeeee;
    color: #ffffff;
    padding-top: 8px;
    padding-right: 10px;
    display: none;
    text-align: right;
    font-weight: bold;
    line-height: 19px;
}

#searchlight INPUT
{
    width: 167px;
    margin-left: 5px;
}

#searchlight A
{
    font-weight: normal;
    font-size: 10px;
    color: #ffffff;
}


/*New CSS Styles*/

.productContainerCell:focus, .productContainerCell:hover
{
    cursor: hand;
    background-image: url(images/productcontainer_thumb_background.png);
    background-position: bottom center;
    background-repeat: repeat-x;
}

TABLE.productNavigationTop A, TABLE.productNavigationBottom A
{
    text-decoration: none;
    padding: 2px 5px 2px 5px;
}
TABLE.productNavigationTop A:hover, TABLE.productNavigationTop A:focus, TABLE.productNavigationBottom A:hover, TABLE.productNavigationBottom A:focus
{
    text-decoration: underline;
}
TABLE.productNavigationTop A#active, TABLE.productNavigationBottom A#active
{
    color: #f3f4f7;
    text-decoration: none;
}
TABLE.productNavigationTop TD#active, TABLE.productNavigationBottom TD#active
{
    border: 1px solid #f3f4f7;
}

/*New styles*/
.productContainerCell
{
    border: 1px solid #fff;
}
.productContainerCell:focus, .productContainerCell:hover
{
    border: 1px solid #CCCCCC;
}
.productContainerTitle
{
    margin-top: 10px;
    font-size: 15px;
}
SPAN.productContainerPrice
{
    font-size: 14px;
    color: #666666;
}
SPAN.productContainerPriceDiscount
{
    font-size: 14px;
    font-weight: bold;
    text-decoration: line-through;
    color: #999999;
}
div.breadCrumbTrail
{
    position: relative;
    left: -25px;
    top: -25px;
    width: 475px;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 25px;
}
div.breadCrumbTrail A
{
    font-weight: normal;
    text-decoration: none;
}
div.breadCrumbTrail A:hover
{
    text-decoration: underline;
}
div.breadCrumbFavorites
{
    border-top: 1px solid #CCCCCC;
    position: relative;
    width: 475px;
    margin-top: 5px;
    padding-top: 5px;
}
div.breadCrumbFavorites A
{
    color: #363b74;
    text-decoration: none;
    font-weight: normal;
}
div.breadCrumbFavorites A:hover
{
    text-decoration: underline;
}
div.productImageLarge
{
    z-index: 10002;
    position: absolute;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #FFFFFF;
    margin-left: -334px;
    margin-top: -225px;
    width: 788px;
    padding: 25px;
    height: 558px;
}

TABLE.contenttable
{
}
SPAN.ImageEnlarge
{
    height: 25px;
    font-size: 12px;
}
SPAN.ImageEnlarge IMG
{
    position: relative;
    top: 7px;
    border: 0px;
}
A.ImageEnlarge:link, A.ImageEnlarge:active, A.ImageEnlarge:visited
{
    text-decoration: none;
    color: #666666;
}

A.ImageEnlarge:hover
{
    text-decoration: underline;
}
.basketIcon
{
    height: 62px;
    width: 62px;
    display: block;
}
.TopMenuLinks
{
    position: relative;
    text-decoration: none;
    text-align: right;
    margin-top: 10px;
    width: 100%;
    padding-right: 10px;
}
.TopMenuLinks A
{
    text-decoration: none;
}
.TopMenuLinks A:hover
{
    text-decoration: underline;
}
.optionKindIcon
{
    display: block;
    top: 0px;
    position: relative;
    padding-right: 15px;
}
.optionKindIcon img
{
    width: 24px;
}
.optionKindDescription
{
    padding-left: 35px;
    top: -20px;
    position: relative;
}
td.itemTitle
{
    font-size: 15px;
    padding: 10px;
}
.externalFrameContentLoader
{
    width: 770px;
    overflow: visible;
    height: 1000px;
}
.iframePositioner
{
    width: 720px;
    margin-left: -20px;
    margin-top: -20px;
}
.externalFrameContentLoaderNoNavigation
{
    width: 950px;
    overflow: visible;
    height: 1000px;
}
.homepageButton
{
    width: 150px;
    height: 35px;
    padding: 5px;
    display: block;
    background-color: transparent;
    font-size: 11px;
    border: 0px;
    background-repeat: no-repeat;
}
.homepageButton:hover
{
    font-weight: bold;
}

