/*
************************************************************************
  wbCatalog
  Licensed under the GNU/GPL Open Source License
  (c) 2008 Webuddha.com, The Holodyn Corporation

  bundle.list

************************************************************************
*/

/* ==================================== Category View */
.wbcCatWrap {
  width:584px;
  overflow:hidden;
}
.wbcCatWrap h2.contentheading {
  font-size:14px;
  border-top:8px solid #444;
}
.wbcCatWrap h2.contentheading a {
  font-size:14px;
  color:#420;
}

/* ==================================== Category List */
.wbcCatList {
  clear:both;
  padding:10px 0 0 0;
}
.wbcCatList .wbcCat {
  float:left;
  text-align:center;
}
.wbcCatList .wbcCat .block {
  display:block;
  width:190px;
  height:180px;
  overflow:hidden
}
.wbcCatList .wbcCat .block .pad {
}
.wbcCatList .wbcCat .block .pad a.img {
}
.wbcCatList .wbcCat .block .pad a.img span {
}
.wbcCatList .wbcCat .block .pad a.img span img {
  height:110px;
  border:2px solid #000;
  overflow:hidden;
}
.wbcCatList .wbcCat .block .pad div {
}
.wbcCatList .wbcCat .block .pad div span {
}
.wbcCatList .wbcCat .block .pad div.name {
  margin:0 auto;
  width:190px;
  line-height:25px;
  height:25px;
  overflow:hidden;
  font-size:12px;
  font-weight:bold;
}
.wbcCatList .wbcCat .block .pad div.desc {
}

/* ==================================== Category Preview */
.wbcCatPreview {
  clear:both;
  padding:10px 0 0 0;
}
.wbcCatPreview .wbcCat {
  float:left;
}
.wbcCatPreview .wbcCat .block {
  display:block;
  width:240px;
  height:160px;
  overflow:hidden;
}
.wbcCatPreview .wbcCat .block {
}
.wbcCatPreview .wbcCat .block a.img {
  float:left;
  padding:0 10px;
}
.wbcCatPreview .wbcCat .block a.img span {
}
.wbcCatPreview .wbcCat .block a.img span img {
  height:40px;
  border:2px solid #ccc;
}
.wbcCatPreview .wbcCat .block div {
}
.wbcCatPreview .wbcCat .block div span {
}
.wbcCatPreview .wbcCat .block div.name {
  line-height:22px;
  height:22px;
  overflow:hidden;
  font-size:14px;
  font-weight:bold;
}
.wbcCatPreview .wbcCat .block div.desc {
}
.wbcCatPreview .wbcCat .block div.readon {
  text-align:left;
  padding:0px;
  margin:0px;
}
.wbcCatPreview .wbcCat .block div.readon a {
  line-height:20px;
  font-size:12px;
  font-weight:bold;
  color:#933;
}
.wbcCatPreview .wbcCat .block ul.items {
  float:left;
  margin:0px;
  padding:10px 0 5px 30px;
  color:#669;
  clear:left;
}
.wbcCatPreview .wbcCat .block ul.items li {
  list-style:square;
  font-size:10px;
  padding:0;margin:0;
}
.wbcCatPreview .wbcCat .block ul.items li a {
  display:block;
  line-height:14px;
  font-weight: normal;
  height:14px;
  overflow:hidden;
  color:#669;
}
.wbcCatPreview .wbcCat .block ul.items li a:hover {
  color:#fff;
}
.wbcCatPreview .wbcCat .block ul.items li.readon {
  list-style:none;
}

.wbcCatWrap .wbcItemList .row0 .col0 {
  border:none;
}