/* 
    Document   : wp_shopping
    Created on : 18.01.2010, 15:18:42
    Author     : Dominic Thimm
    Description:
        Purpose of the stylesheet follows.
*/

.clearer {
    clear: both;
}
hr.wps {
    clear: both;
}

/* -----------------------------------------------------------------------------
wps-intext
/* -------------------------------------------------------------------------- */
.wps-intext {
    border-bottom: 1px dotted;
}
.wps-intext-popup {
    background-color: #f9f9f9;
    border: 1px solid #dedede;
    -moz-border-radius: 5px;
    padding: 5px;
    margin: 5px 0;
    displaY: none;
    position: absolute;
}
.wps-intext-popup img {
    float: left;
    height: 55px;
    margin-right: 5px;
}
.wps-intext-popup div {
    float: right;
}

/* -----------------------------------------------------------------------------
wps-productreference
/* -------------------------------------------------------------------------- */
.wps-productreference {
    list-style-type:none;
    background: none;
}
.wps-productreference > li:before,
.wps-productreference > li:after {
    content: none;
    displaY: none;
}
.wps-productreference li {
    height: 55px;
    margin: 10px 0;
    display: block;
    overflow: hidden;
}
.wps-productreference-image {
    width: 55px;
    height: 55px;
    float: left;
}
.wps-productreference-info {
    text-align: right;
}
.wps-productreference-info > a.title {
    font-weight: bold;
    display: block;
    height: 2.5em;
    overflow: hidden;
}

/* -----------------------------------------------------------------------------
Shortcode: wps-topproducts
/* -------------------------------------------------------------------------- */
.wps-topproducts {
    list-style-type:none;
    background: none;
}
.wps-topproducts > li:before,
.wps-topproducts > li:after {
    content: none;
    displaY: none;
}
.wps-topproducts li {
    padding: 2px 0;
}
.wps-topproducts-image {
    width: 55px;
    height: 55px;
    float: left;
    margin-right: 5px;
}
.wps-topproducts-price {
    text-align: right;
    float: right;
}
.wps-topproducts-title {
    text-align: left;
    float: left;
}
.wps-topproducts-shop {
    text-align: right;
    float: right;
    margin: 0 20px;
}

/* -----------------------------------------------------------------------------
Shortcode: wps-products
/* -------------------------------------------------------------------------- */
.wps-products {
    list-style-type:none;
    background: none;
    padding: 0;
    margin: 0;
}
.wps-products > li:before,
.wps-products > li:after {
    content: none;
    display: none;
    margin: 0;
    padding: 0;
}
.wps-products li {
    padding: 2px 0;
    margin: 0;
}
.wps-products-image {
    width: 55px;
    float: left;
    margin-right: 5px;
}
.wps-products-meta {
    text-align: right;
    float: right;
}
.wps-products-info {
    text-align: left;
    margin-left: 60px;
}
.wps-products-info > p {
    margin: 0;
}
.wps-products-title {
}

/* -----------------------------------------------------------------------------
Shortcode: wps-productinfo
/* -------------------------------------------------------------------------- */
.wps-productinfo {
    padding: 5px;
    margin: 0;
}
.wps-productinfo-image {
    float: left;
    height: 100px;
    width: 100px;
    margin: 15px 5px 0 0;
    overflow: hidden;
}
.wps-productinfo-meta {
    float: right;
    height: 100px;
    overflow: hidden;
    text-align: left;
}
.wps-productinfo-atts {
    overflow: hidden;
}

/* -----------------------------------------------------------------------------
Shortcode: wps-offers
/* -------------------------------------------------------------------------- */
.wps-offers {
    list-style-type:none;
    background: none;
    padding: 0;
    margin: 0;
}
.wps-offers > li:before,
.wps-offers > li:after {
    content: none;
    display: none;
    margin: 0;
    padding: 0;
}
.wps-offers li {
    position: relative;
}
.wps-offers-title {
    text-align: left;
    position: absolute;
    left: 60px;
}
.wps-offers-image {
    height: 55px;
    width: 55px;
    float: left;
}
.wps-offers-link {
    float: right;
    overflow: hidden;
    text-align: right;
}
.wps-offers-meta {
    float: right;
    text-align: right;
}
.wps-offers-price {
    float: right;
    overflow: hidden;
}
.wps-offers-logo {
    float: right;
    width: 90px;
    margin: 0;
    padding: 0;
}

/* -----------------------------------------------------------------------------
Shortcode: wps-reviews
/* -------------------------------------------------------------------------- */
.wps-reviews {
    list-style-type:none;
    background: none;
    padding: 0;
    margin: 0;
}
.wps-reviews > li:before,
.wps-reviews > li:after {
    content: none;
    display: none;
    margin: 0;
    padding: 0;
}
.wps-reviews-image {
    float: left;
    width: 55px;
    height: 55px;
    margin: 0 5px 5px 0;
}
.wps-reviews-text {
    overflow: hidden;
    margin-left: 55px;
    padding-left: 10px;
}
.wps-reviews-text:first {
    overflow: hidden;
    margin-left: 55px;
    padding-left: 5px;
}
