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

  bundle.list

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

/* ==================================== Category View */
.wbcCatWrap {
  width:540px;
  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 {
  width:540px;
  clear:both;
  padding:10px 0 0 0;
}
.wbcCatList .wbcCat {
  float:left;
  text-align:center;
}
.wbcCatList .wbcCat .block {
  display:block;
  width:170px;
  height:250px;
  overflow:hidden;
  margin:5px;
}
.wbcCatList .wbcCat .block .pad {
  display:block;
  width:170px;
  height:214px;
}
.wbcCatList .wbcCat .block .pad a.img {
  display:block;
  position:relative;
  width:170px;
  height:170px;
  background:url(../_img/view_styles/prod-image_bg.jpg) no-repeat;
}
.wbcCatList .wbcCat .block .pad a.img span {
  position:absolute;
  top:7px;
  left:5px;
  display:block;
  width:159px;
  height:152px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  background-image:none!important;
  overflow:hidden;
}
.wbcCatList .wbcCat .block .pad a.img span img {
  height:140px;
  padding-top:5px;
  border:no-border;
  overflow:hidden;
}
.wbcCatList .wbcCat .block .pad div {
}
.wbcCatList .wbcCat .block .pad div span {
}
.wbcCatList .wbcCat .block .pad div.name {
  margin:0 auto;
  line-height:18px;
  height:36px;
  overflow:hidden;
  font-size:12px;
  font-weight:bold;
  white-space:wrap;
}
.wbcCatList .wbcCat .block .pad div.desc {
}
.wbcCatList .wbcCat .block .pad div.item_viewmore a {
  display:block;
  height:32px;
  background:url(../_img/list_icons/view-items_btn.png) center center no-repeat;
}
.wbcCatList .wbcCat .block .pad div.item_viewmore a span {
  visibility:hidden;
}

/* ==================================== Item List */
.wbcItemList {
  width:540px;
  clear:both;
  padding:10px 0 0 0;
}
.wbcItemList .wbcItem {
  text-align:center;
}
.wbcItemList .wbcItem .block {
  display:block;
  width:170px;
  height:250px;
  overflow:hidden;
  margin:5px 0 0 5px;
}
.wbcItemList .wbcItem .block a.img {
  display:block;
  position:relative;
  width:170px;
  height:170px;
  background:url(../_img/view_styles/prod-image_bg.jpg) no-repeat;
}
.wbcItemList .wbcItem .block a.img span {
  position:absolute;
  top:7px;
  left:5px;
  display:block;
  width:159px;
  height:152px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  background-image:none!important;
  overflow:hidden;
}
.wbcItemList .wbcItem .block a.img span img {
  height:140px;
  padding-top:5px;
  border:no-border;
  overflow:hidden;
}
.wbcItemList .wbcItem .block div.name,
.wbcItemList .wbcItem .block div.item_sku,
.wbcItemList .wbcItem .block div.item_qty {
}
.wbcItemList .wbcItem .block div.item_sku,
.wbcItemList .wbcItem .block div.item_sku span{
}
.wbcItemList .wbcItem .block div.name{
  margin:0 auto;
  line-height:18px;
  height:36px;
  overflow:hidden;
  font-size:12px;
  font-weight:bold;
  white-space:wrap;
}
.wbcItemList .wbcItem .block div.name a {
  color:#000;
  text-decoration:none;
}
.wbcItemList .wbcItem .block div.name a:hover{
}
.wbcItemList .wbcItem .block div label {
  font-weight:bold;
}
.wbcItemList .wbcItem .block div span {
}
.wbcItemList .wbcItem .block div.item_desc {
}
.wbcItemList .wbcItem .block div.item_price label {
}
.wbcItemList .wbcItem .block div.item_price span{
}
.wbcItemList .wbcItem .block div.type_list_price span {
}
.wbcItemList .wbcItem div.item_addtocart {
}
.wbcItemList .wbcItem div.item_viewdetail {
}

