
@charset "utf-8";
/* CSS Document */
h3.page-product-heading{position:inherit}
.stytrue{
	position:relative;
	text-align:center;
  -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
   border-radius: 3px;
    background: #F0F6F9;
    border: 1px solid #ccc;
	padding:5px;
	margin:5px;
	width:150px;
	

	}
	.styfalse{
	position:relative;
	text-align:center;
	  -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
   border-radius: 3px;
    background: #F0F6F9;
    border: 1px solid #ccc;
padding:5px;
	margin:5px;
	float:left;
	list-style:none;
	width:150px;
	}
	.styfalse:hover{
    background: #fff;
	}
	.repro{
		border:;
		background:#f6f6f6;
		text-align:center;
		padding:4px;
		margin:5px;
		height:px;
		transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;
        }
        .repro .thumbnail-container{margin: 0 auto;}
        .repro  .highlighted-informations{    position: relative;margin:0 auto; box-shadow:none}
        .repro .product-miniature .thumbnail-container{width:auto;height:auto;box-shadow:none}
		.repro:hover{
		border:1px solid #eee;
		background:#ffffff;
		transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;

		}
.repro img{width:98%}
.repro .price{ color:red; font-weight:bolder; font-size:15px}
.ui-helper-hidden-accessible{display:none}
#rc{width:100%; clear:both; position: relative; float:left}
#rc2{width:100%; clear:both; position: relative; }
.ui-widget-content{border: 1px solid #aaa;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAAAAADRDy2mAAAAKElEQ…3KsQ0AAAgDIPv/0fYFVxOYyc5NRFEURVEURVEURVH8HAulwGQBUzt7UAAAAABJRU5ErkJggg==) 50% 50% repeat-x;
    color: #222;
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
    z-index: 1000;
    width: 25%;
    border-bottom-right-radius: 4px;
    border-radius: 4px;}
@media screen and (max-width: 860px) {
.repro{height:auto; width:auto}
}
