/*  Title:     TD08 Market CSS           
    Creator:   ms                          
    Date:      080516                     
    Content:                               
               - Columns 
               - newestMarketEntries              
*/

/* COLUMNS ---------------------------------------------------- */
#c1 {
 width:380px;
 float:left;
 margin-right:20px;
}
#c2 {
 width:200px;
 float:left;
}


/* newestMarketEntries ------------------------------------------------- */
.newMarketItem {
 border-bottom:1px dashed #CDCDCD;
 font-size:11px;
 padding:5px;
 text-align:center;
}
.newMarketItem a.pic img {
 border:1px solid #000000;
 margin:3px;
}
.newMarketItem p {
 text-align:center;
}
.newMarketItem p.user b {
 color:#333;
 font-weight:normal;
 font-size:10px;
}
.newMarketItem  p.name a{
 color:#333333;
 font-size:12px;
 font-weight:bold;
 text-align:center;
}
.newMarketItem p.info span.zustand {
 font-size:10px;
 color:#333;
}
.newMarketItem p.info span.preis {
 color:#ff6600;
 font-weight:bold;
}

/* newestMarketRequestEntries ------------------------------------------------- */
.newMarketRequestItem {
 border-bottom:1px dashed #CDCDCD;
 padding:5px;
}
.newMarketRequestItem  span.name a{
 text-decoration:underline;
 font-size:12px;
 font-weight:bold;
}
.newMarketRequestItem span.preis {
 color:#ff6600;
 font-size:10px;
 padding-left:10px;
}
.newMarketRequestItem span.preis b {
 font-weight:normal;
 color:#333;
}



/* Suchresultate ------------------------------------------------- */
.marketItemSmall  {
 border-bottom:1px dashed #CCC;
 width:100%;
}
.shopEntry {
 background-color:#FEFF6F;
}
.marketItemSmall td.info, .marketItemSmall td.img {
 width:150px;
}
.marketItemSmall td.img, .marketItemSmall td.titel, .marketItemSmall td.info {
 padding-top:10px;
}
.marketItemSmall td.img img {
 border:1px solid #ccc;
 margin:0px 10px 10px 10px;
 padding:3px;

}
.marketItemSmall td.titel h3 {
 color:#333333;
 font-size:13px;
 font-weight:bold; 
 width:290px;
}
.marketItemSmall td.info img {
 float:left;
 margin:3px 5px 0 0; 
}
.marketItemSmall * p.user {
 font-size:10px;
 color:#333;
 margin:0;
}
.marketItemSmall * p.date {
 margin:0;
 font-size:10px;
 color:#666;
}
.marketItemSmall * a.linkList {
 margin-top:-5px;
}
.marketItemSmall td.text {
 font-size:11px;
 padding:8px 0 8px 0;
}
.marketItemSmall * span.condition {
 font-size:10px;
 color:#666;
}
.marketItemSmall * span.preis {
 font-size:11px;
 color:#ff6600;
 font-weight:bold;
}
td.commercialEntry {
 color:#333;
 font-size:10px;
}



/* Markt Details ------------------------------------------------- */
table.factsList {
 margin-left:5px;
}
td.seller img {
 float:left;
 margin:5px 10px 15px 0;
}
td.seller p.name a{
 font-size:12px;
 font-weight:bold;
 text-decoration:underline;
}
td.seller p.location {
 color:#333; 
 font-size:10px;
 margin-bottom:1px;
}
td.seller p.offline {
 color:red;
}
td.price {
 font-size:12px;
 font-weight:bold;
 color:#ff6600; 
}
td.price span.priceDetail {
 color:#333;
 font-size:10px;
 font-weight:normal; 
}
p.productDetailDesc {
 margin:20px 10px 20px 10px;
 font-size:12px;
 line-height:16px; 
}
table.productDetailPics {
 margin-left:10px;
}
td.productLargePic {
 padding-right:10px;
}


/* cats und subcuts    -------------------------*/

table#categories {
height:460px;
}
table#categories div.pseudoDiv div {
left:5px;
position:absolute;
top:0px;
width:200px;
}
table#categories div.pseudoDiv div#marketCatID3 {
top:72px;
}
table#categories div.pseudoDiv div#marketCatID4 {
top:379px;
}
table#categories div.pseudoDiv div#marketCatID5 {
left:200px;
top:0px;
}
table#categories div.pseudoDiv div#marketCatID6 {
left:200px;
top:55px;
}
table#categories div.pseudoDiv div#marketCatID7 {
left:200px;
top:307px;
}

table#categories div.pseudoDiv div#marketCatID8 {
left:200px;

}

table#categories div.pseudoDiv div#marketCatID9{

}








