/* Karousell */

.karousellwrapper {
    clear: both;
    width: 430px; 
    height: 160px;
    padding: 100px 10px 0; 
    background-image: url(/images/tva/karousellbg.jpg); 
    background-repeat: no-repeat;    
}

.karouselllinkwrapper {
   float: left;
   padding: 0 19px; 
}

.karouselllink {
    display: block; 
    width: 105px; 
    height: 105px;
    background-color: #fff; 
    overflow: hidden; 
    text-align: center;
}


/* overview */

.productitemwrapperinlistleft {
    float: left;
    width: 190px;
    height: 190px;
    background-image: url(/images/tva/shopitembg.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 10px 20px 20px 10px;
}

.productitemwrapperinlistright {
    float: left;
    width: 190px;
    height: 190px;
    background-image: url(/images/tva/shopitembg.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 10px 0 20px 10px;
}

.productiteminlisttitle {
    clear: both;
    float: left;
    font-weight: bold;
    padding-bottom: 5px;
}

.productiteminlistpicture {
    clear: both;
    float: left;
    width: 180px;
    text-align: center;
}

.productiteminlistarticlenumber {
    clear: both;
    float: left;
    padding: 5px 0 0 95px;
    width: 90px;
    font-size: 9px;
}

.productiteminlistarticleprice {
    clear: both;
    float: left;
    padding-left: 95px;
    width: 90px;
    font-weight: bold;
    color: white;
    font-size: 11px;
    padding-top: 6px;
}

/* Produkt */

.productwrapper {
    clear: both;
    float: left;
    width: 450px;
    padding: 30px 0 0 0;
}

.productwrapperleft {
    clear: both;
    float: left;
    width: 210px;
    padding: 15px 10px 0 10px;
    text-align: center;
}

.productwrapperright {
    float: left;
    width: 220px;
}

.productdescription { 
    padding-top: 5px;
}

.productintobasketwrapper {
    clear: both;
    float: left;
    width: 220px;
    padding: 20px 0 0 230px;
}

.productintobasket {
    clear: both;
    display: none;
    width: 220px;
    height: 35px;
    padding: 0;
    margin: 0;
    border: 0 solid white;
    background-color: white;
    background-image: url(/images/tva/intobasket.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.producticon {
    width: 38px;
    height: 38px;
    padding: 6px;
    background-image: url(/images/tva/littleitembg.gif);
    background-repeat: no-repeat;
}

.propwrapper {
    clear: both;
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.propname {
    clear: both;
    float: left;
    width: 90px;
}

.propvalue {
    float: left;
}

.propselect {
    background-color:#DEDEDE;
    border:1px solid #A0AEC0;
    padding:2px;
    width:100px;
}

.prizetable {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

.tdprizetable {
    padding-right: 15px;
}

/* Warenkorb */

.sidebasketwrapper {
    clear: both;
    float: left;
    width: 172px;
    padding: 10px;
    background-color: white;
    color: black;
}

.sidebasketlogo {
    clear: both;
    float: left;
    width: 17px;
    height: 14px;
    background-image: url(/images/tva/warenkorb.gif);
    background-repeat: no-repeat;
}

.sidebaskettitle {
    float: left;
    font-weight: bold;
    width: 145px;
    padding-left: 10px;
    font-size: 11px;
}

.sidebasketproductcount {
    clear: both;
    float: left;
    width: 142px;
    padding: 5px 0 0 25px;
}

.sidebasketcheckout {
    clear: both;
    float: left;
    width: 142px;
    padding: 10px 0 0 25px;
}

/* das da unten sind Standardwerte */

td.cathead {
padding: 5px;
background-color:#CDCDCD;
}
td.catbasketrow{
padding:5px;
border-bottom: 1px solid #CDCDCD;
}
td.catbasketrowbtop{
padding:5px;
border-top: 1px solid #CDCDCD;
}

div.catDoError{
background-color: #DEACAC;
padding: 10px;
color: white;
}

div.catopwrapper{
background-color: #DADADA;
border:1px solid #F0F0F0;
}

div.catop{
float:left;
padding: 2px 9px;
border-right:1px solid white;
}

div.catopselected{
float:left;
background-color: #CDCDCD;
padding: 2px 9px;
border-right:1px solid white;
}
