/* CSS reset code for plugin banner scope */

#wp_search_xml_scope {
  /* HTML5 display-role reset for older browsers */
}

#wp_search_xml_scope * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: content-box;
}

#wp_search_xml_scope article, #wp_search_xml_scope aside, #wp_search_xml_scope details, #wp_search_xml_scope summary, #wp_search_xml_scope figcaption, #wp_search_xml_scope figure,
#wp_search_xml_scope footer, #wp_search_xml_scope header, #wp_search_xml_scope hgroup, #wp_search_xml_scope menu, #wp_search_xml_scope nav, #wp_search_xml_scope section {
  display: block;
}

#wp_search_xml_scope ol, #wp_search_xml_scope ul {
  list-style: none;
}

#wp_search_xml_scope blockquote, #wp_search_xml_scope q {
  quotes: none;
}

#wp_search_xml_scope blockquote:before, #wp_search_xml_scope blockquote:after,
#wp_search_xml_scope q:before, #wp_search_xml_scope q:after {
  content: '';
  content: none;
}

#wp_search_xml_scope table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* END CSS reset code for plugin banner scope */

body .xml_product_table {
	margin-top: 1em;
}

body .xml_product_table td {
    padding: 4px 7px 4px;
}

body .xml_product_table .sortable span:after {
	display: inline;
	content: "\ ";
}

body .xml_product_table .sortable.asc span:after {
	content: "\25B4";
}

body .xml_product_table .sortable span:hover:after,
body .xml_product_table .sortable.desc span:after
{
	content: "\25BE";
}

body .xml_product_table .sortable.desc span:hover:after {
	content: "\25B4";
}

body .xml_product_table tr td {
	vertical-align: middle;
}

body .xml_product_table .productCol a {
	font-weight: bold;
}

body .xml_product_table .productCol .button {
	display: none;
}

body .xml_product_table .productCol a:hover {
	text-decoration: underline;
}

body .xml_product_table tr th {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

body .xml_product_table .imgCol img {
	max-width: 100px;
}

body .xml_product_table .priceCol a {
	text-align: center;
	line-height: 1.2;
	font-size: 1.4em;
}

.merchant-container {
    margin: 0.6em 0 0.6em 0;
    display: block;
}

.merchant {
    font-weight: bold;
}

.theme-bauhaus .xml_product_table .productCol .button {
    background-color: #35C4FF;
    color: white;
    padding: 0.4em;
}

.theme-bauhaus .xml_product_table  {
    border-collapse: collapse;
}

.theme-bauhaus .xml_product_table  td {
    padding: 4px 0 4px;
}

.theme-bauhaus .xml_product_table  tr {
    border-bottom: 1px solid lightgray;
}

@media (max-width: 550px) {
  .merchant-container {
        margin-top: 0;
  }
  body .xml_product_table tr th {
    display: none;
  }

  body .xml_product_table tr td.priceCol {
    display: none;
  }

  body .xml_product_table .imgCol img {
    max-width: 80px;
  }

  body .xml_product_table .productCol .button {
    display: inline-block;
    margin: 1em 0;
  }
}

/* Best price */
.wp_search_xml_best_price_merchant {
    font-size: 1.4em;
    color: #cd2122;
}

.wp_search_xml_best_price_price {
    font-size: 1.4em;
    color: #005CBE;
}

/* Price bars */
#wp_search_xml_new_scope .wp_search_xml_price_bars_table .wp_search_xml_price_bars_table_purchase {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    color: #fff !important;
    background-color: #599d0e;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    padding: 1px 7px;
}

#wp_search_xml_new_scope .wp_search_xml_price_bars_table_last_cell_wrapper {
    min-width: 170px;
}

#wp_search_xml_new_scope .wp_search_xml_price_bars_table_last_cell_wrapper span {
    margin-right: 15px;
}

#wp_search_xml_new_scope .wp_search_xml_price_bars_table_image img {
    margin: 5px 0;
    max-height: 40px;
}

#wp_search_xml_new_scope .wp_search_xml_price_bars_table_description a {
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 425px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    font-size: 15px;
}

#wp_search_xml_new_scope .wp_search_xml_price_bars_table_feed_logo img {
    max-width: 90px;
    margin: 0 5px;
}

@media (max-width: 1140px) {
    #wp_search_xml_new_scope .wp_search_xml_price_bars_table_image {
        display: none;
    }
}

@media (max-width: 1018px) {
    #wp_search_xml_new_scope .wp_search_xml_price_bars_table_feed_logo {
        display: none;
    }

    #wp_search_xml_new_scope .wp_search_xml_price_bars_table_description a {
        max-width: 260px;
    }
}

@media (max-width: 500px) {
    #wp_search_xml_new_scope .wp_search_xml_price_bars_table_feed_logo {
        display: none;
    }

    #wp_search_xml_new_scope .wp_search_xml_price_bars_table_description a {
        max-width: 190px;
        font-size: 12px;
    }

    #wp_search_xml_new_scope .wp_search_xml_price_bars_table_last_cell_wrapper {
        min-width: 120px;
        font-size: 12px;
    }

    #wp_search_xml_new_scope .wp_search_xml_price_bars_table_last_cell_wrapper span {
        margin-right: 5px;
    }

    #wp_search_xml_new_scope .wp_search_xml_price_bars_table .wp_search_xml_price_bars_table_purchase {
        font-size: 12px;
    }
}

/* Banners */
#wp_search_xml_scope {
    width: 728px;
    height: 90px;
    background: #fff;
    font-family: arial, helvetica, 'sans-serif';
}

#wp_search_xml_scope .wp_search_xml_banner_box {
    color: #666;
    border: 1px solid #bbb;
    border-top: 0;
    border-left: 0;
    text-decoration: none;
    display: block;
    width: 133px;
    height: 85px;
    background: #fff;
    margin: 2px 0 2px 3px;
    float: left;
    cursor: pointer;
}

#wp_search_xml_scope .wp_search_xml_banner_box:hover {
    border-color: #888;
}

#wp_search_xml_scope .wp_search_xml_banner_title {
    background: #f0f0f0;
    font-size: 10px;
    line-height: 12px;
    color: #242424;
    clear: both;
    width: 126px;
    height: 22px;
    text-align: center;
    padding: 3px;
    overflow: hidden;
    margin: 0 0 3px 0;
    font-weight: bold;
}

#wp_search_xml_scope .wp_search_xml_banner_box:hover  .wp_search_xml_banner_title {
    background: #eaeaea;
}

#wp_search_xml_scope .wp_search_xml_banner_img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 0 0 10px;
    border: 0px;
		position: static;
}

#wp_search_xml_scope .wp_search_xml_banner_dx {
    width: 60px;
    height: 50px;
    float: right;
    margin: 0 5px 0 0;
    text-align: center;
}

#wp_search_xml_scope .wp_search_xml_banner_price {
    float: left;
    width: 60px;
    height: 12px;
    font-size: 12px;
    color: #222;
    font-weight: bold;
    margin: 0;
    padding: 3px 0 0 0;
}

#wp_search_xml_scope .wp_search_xml_banner_button {
    display: inline-block;
    padding: 1px 10px;
    margin-bottom: 0;
    margin-left: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 4px;
    margin-top: 9px;
    margin-top: 13px\0/;
    _margin-top: 45px;
}

#wp_search_xml_scope .wp_search_xml_banner_box:hover .wp_search_xml_banner_button {
    color: #ffffff;
    background-color: #bd362f;
    background-image: linear-gradient(to bottom, #bd362f, #bd362f);
}

#wp_search_xml_scope .wp_search_xml_banner_link {
    display: block;
    float: right;
    width: 38px;
    height: 90px;
}

#wp_search_xml_scope .twenga .wp_search_xml_banner_link {
    margin-right: 5px;
}
