/* 
Eurospyshop Content CSS file
 created on 18-01-2007 
 by Osca, www.osca.nl

 Copyright Osca Drachten 2007
 */
 
#content {
   color:#7ad4f6;

}

#content .pageHeading, 
#content H1 {
   background:url(../images/content_mainpage_h1.jpg) no-repeat;
   margin:5px 0px;
   padding: 6px 10px;
   font-weight:normal;
   font-size:13px;
   line-height:13px;
}

.object_content {
   padding-left: 6px;
   padding-right: 15px;
}

#content .block {
   background:url(../images/content_block_bg.jpg) repeat-y;

}

#content .block .content {
   background:url(../images/content_block_top.jpg) no-repeat;
   padding: 6px 10px;
}

#content .block .footer {
   background:url(../images/content_block_bottom.jpg) no-repeat;
   background-position:bottom left;
   height:5px;
}

#content .categories .category {
   width:200px;
   margin:10px
   border:1px solid #002e4b;
   float:left;
   text-align:center;
}	
#content .categories DL {
   clear:both;
}

#content .categories IMG {
   border:5px solid #002e4b;
/*   float:left;*/
}
/*
#content .categories IMG.category-0 {
   float:right;
}
*/
#content .small DL {
   margin:10px;
   background:url(../images/content_smallblock_bg.jpg) repeat-y;
   width:182px;
   float:left;
}

#content .small DL DT {
   margin:0px;
   padding:10px;
   font-weight:bold;
   background:url(../images/content_smallblock_top.jpg) no-repeat;
}

#content .small DD {
   margin:0px;
   padding:0px 10px 10px 20px;
   background:url(../images/content_smallblock_bottom.jpg) no-repeat;
   background-position:bottom left;
   
   
}

#content .small DD UL {
   margin:0px;
   padding:0px;
   margin-left:5px;
   line-height:20px;
   height:160px;
}
#content DL.about DD UL {
   background:url(../images/content_smallblock_3.jpg) no-repeat;
   background-position:bottom right;
}
#content DL.service DD UL {
   background:url(../images/content_smallblock_2.jpg) no-repeat;
   background-position:bottom right;
}

#content DL.help DD UL {
   background:url(../images/content_smallblock_1.jpg) no-repeat;
   background-position:bottom right;
}
#content .small DL A {
   text-decoration:none;
   line-height:20px;
   font-size:11px;
     text-decoration: none;

}
A.headerNavigation2 { 
  color: #FFFFFF; 
  font-size: 16px;
  color: #c76170;
  font-weight: bold;
  text-decoration: none;
}

A.headerNavigation2:hover2 {
  color: #FFFFFF; 
    font-size: 12px;
  color: #c76170;
  font-weight: bold;
    text-decoration: none;
}
A.product_listing { 
  font-size: 12px;
  color: #7AD4F6;
  text-decoration: none;
}

A.product_listing:hover {
  color: #7AD4F6; 
    font-size: 12px;
  font-weight: bold;
    text-decoration: none;
}

