/* CSS For bwclass module */

fieldset > legend, .fieldset_legend {
	font-weight:bold;
	color:#888 !important;
}

/* Global Helpers */

.bwclass-subhead {
    float: left;
    width: 100%;
    clear: both;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

/* Header - contains Navigation */
.bwclass-header {
    float: left;
    width: 100%;
}

/* Navigation */
.bwclass-nav-search {
    background: #eee;
    border-radius: 8px;
    padding: 10px;
}
.bwclass-nav-bar {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height:25px;
}
.bwclass-nav-bar > li {
    margin: 0;
    padding: 0 10px;
    border-right: 1px solid #888;
    float: left;
}
.bwclass-nav-bar > li:first-child {
    padding-left: 0;
    border-left: none;
}
.bwclass-nav-bar > li:last-child {
    padding-right: 0;
    border-right: none;
}
.bwclass-search-bar {
    width: 30%;
    float: right;
}
.bwclass-search-field {
    width: 60%;
    float: left;
}
.bwclass-search-btn {
    float: right;
    width: 35%;
}

.bwclass-pagination  {
    text-align: center;
}

.bwclass-pagination-bottom  {
    text-align: center;
	clear:both;
}

/* Category Subnav - Labels */

.bwclass-breadcrumbs {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.8em;
    line-height: 20px;
}
.bwclass-breadcrumbs > li {
    float: left;
    padding: 0 10px;
    border-left: 1px solid #888;
}
.bwclass-breadcrumbs > li:first-child {
    padding-left: 0px;
    border-left: none;
}
.bwclass-breadcrumbs > li:last-child {
    padding-right: 0px;
    border-right: none;
}
.bwclass-breadcrumbs .bwclass-brand {
    font-weight: bold;
}
.bwclass-breadcrumbs .first {
    border-left: none;
}

/* Category List */

.bwclass-cat-list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.bwclass-cat-list > li > a {
    font-weight: bold;
    font-size: 1.0em;
    text-decoration: underline;
}
.bwclass-subcat-list {
    margin: 8px 0 10px 8px;
    padding: 0;
    list-style: none;
    font-size: 0.9em;
}
.bwclass-subcat-list > li > a:before {
    content: "» ";
}

/* Lists */

.bwclass-listing-set  {
    float: left;
}

.bwclass-listing-set li  {
list-style-type: none;
padding: 0px;
margin: 0px;
}

table.bwclass-thumb-table td {
	vertical-align:middle;
}

/* Manage Listings */

.bwclass-my-listings-tabs {
margin-top:7px !important;
}

.bwclass-act-tab {
background-color: #ddd !important;
border:1px !important;
padding:5px !important;
border-radius:8px !important;
}


/* Content Body */

.bwclass-content {
    float: left;
    width: 100%;
}

/* Listing Page */
.bwclass-listing-header {
    width: 100%;
    float: left;
    clear: both;
}

.bwclass-listing-image {
	float:left;
	margin-right: 15px;
	margin-bottom: 3px;
}

.bwclass-listing-priceseller {
}

.bwclass-listing-description {
clear:both;
}

.bwclass-listing-price {
	font-size:1.3em;
}

.bwclass-listing-digital {
	font-size:.75em;
	margin-top: 20px;
}

.bwclass-listing-actions {
    float: right;
    line-height: 55px;
}

.bwclass-listing-address {
   margin-bottom: 15px; 
}
.bwclass-listing-info {
    margin-bottom: 15px;
}
.bwclass-listing-data {
    margin-bottom: 15px;
}
