body {
	color: #628296;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}

a img {
	border: 0px;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	color: #628296;
}

a:HOVER {
	text-decoration: underline;
}

strong {
	font-weight: inherit;
}

table {
	table-layout: fixed;
}

h1 {
	display: inline-block;
	background-image: url("img/notanio.png");
	height: 64px;
	width: 301px;
	margin-bottom: 14px;
    margin-left: 42px;
    margin-top: 14px;
}

h1 a {
	display: inline-block;
	text-indent: -9999px;
	width: 300px;
	height: 65px;
}

.search_submit {
	border: 1px outset;
	border-radius: 4px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 94px;
	height: 46px;
	
    font-weight: bold;
    letter-spacing: 1px;
	
	background: rgb(254,252,234); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(241,218,54,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* W3C */
}

h2 {
	font-size: 1.5em;
	margin-bottom: 30px;
	margin-top: 30px;
}

.main {
	width: 1000px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	
	background-image: url("img/header-background.png");
	background-repeat: repeat-x;
	
	border: 1px solid lightgray;
	
    border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    
   	box-shadow: 0 3px 4px 0 grey;
	-moz-box-shadow: 0 3px 4px 0 grey;
	-webkit-box-shadow: 0 3px 4px 0 grey;
}

.main .shops_info {
	margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: left;
    width: 488px;
    border: 1px dashed;
    padding: 5px;
}

a.outside {
	text-decoration: underline;
	padding-right: 13px;
	background-image: url("img/external.png");
	background-repeat: no-repeat;
	background-position: right;
}

.header-tile {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

#most-searched {
	margin-top: 60px;
	margin-left: 40px;
	padding-left: 3px;
}

#most-searched h2 {
	font-size: 1.2em;
	margin: 0;
}

#most-searched .most-searched-cell {
	display: inline-block;
	width: 50%;
	margin: 15px 0;
}

#most-searched .most-searched-cell h3 {
	font-size: 1.1em;
}

#most-searched .most-searched-cell div {
	display: inline-block;
	vertical-align: top;
	overflow: visible;
	height: 96px;
}

#most-searched .most-searched-cell img {
	vertical-align: top;
	width: 96px;
}

#most-searched .most-searched-cell span {
	font-weight: bold;
}

#most-searched .most-searched-cell ul {
	padding-left: 20px;
}

#most-searched .most-searched-cell ul li {
	line-height: 1.1em;
	margin-bottom: 5px;	
}

#simpleSearchDiv {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 28px;
	margin-bottom: 15px;
	color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	background: rgb(255,25,25); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,25,25,1) 0%, rgba(224,4,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,25,25,1)), color-stop(100%,rgba(224,4,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,25,25,1) 0%,rgba(224,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,25,25,1) 0%,rgba(224,4,4,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,25,25,1) 0%,rgba(224,4,4,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1919', endColorstr='#e00404',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,25,25,1) 0%,rgba(224,4,4,1) 100%); /* W3C */
	
   	box-shadow: 0 1px 1px 0 grey;
	-moz-box-shadow: 0 1px 1px 0 grey;
	-webkit-box-shadow: 0 1px 1px 0 grey;
}

#simpleSearchDiv a {
	color: white;
}

#simpleSearchDiv #hereLabel {
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 100px;
}

#simpleSearchDiv #simpleSearchInput {
	width: 421px;
	font-size: 1.5em;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px inset grey;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #F6F6F6;
}

#singleListView {
	background-image: url("img/hr1.png");
	background-repeat: repeat-x;
	padding-top: 5px;
	display: none;
}

#singleListView table {
	width: 680px;
	margin: auto;
}

#resultsHeader fieldset {
	display: inline-block;
	margin: 0 0 5px 0;
	border-radius: 4px;
	font-size: 1.2em;
    padding: 11px 8px 5px 8px;
    padding-top: 0\0/;
    border: 1px solid #EEEEEE;
    height: 47px;
    height: 58px\0/;
    vertical-align: top;
}

#resultsHeader legend {
	color: inherit;
	margin-bottom: 11px\0/;
}
	
#resultsHeader #summaryFrame {
	width: 396px;
}

#resultsHeader #progressFrame {
	width: 272px;
}

#resultsHeader #progressFrame legend {
	margin-left: 109px;
}
	
#resultsHeader #summaryFrame {
	width: 396px;
}

#resultsHeader #summaryFrame legend {
	margin-left: 132px;
}

#resultsHeader #viewFrame {
	width: 270px;
	padding-top: 5px;
    padding-top: 0\0/;
	height: 53px;
    height: 58px\0/;
}

#resultsHeader #viewFrame legend {
	margin-left: 113px;
	margin-bottom: 5px\0/;
}

#progress {
	margin: 0 0 5px 0;
	border-radius: 4px;
	font-size: 1.2em;
    padding: 0 8px 5px 8px;
    border: 1px solid #EEEEEE;
}

#progress legend {
	text-align: left;
	color: inherit;
}

#histogramLinkDisabled {
	color: #DDDDDD;			
}

#histogramLink, #histogramLinkDisabled, #histogramLinkHide {
	position: relative;
	font-size: 0.8em;
	margin-top: -16px;
}

#bar div {
	position: relative;
	top: 1px;
	display: inline-block;
	width: 120px;
	border: 1px inset grey;
	height: 10px;
	background-image: url("/img/progressbg_yellow.gif");
	background-position: 119px -1px;
	padding: 0;
	margin: 0;
}

#offers, #priceMin, #priceMax {
	font-weight: bold;
	padding: 0 2px 0 2px;
}

#histogramContainer {
	text-align: left;
	padding-bottom: 8px;
}

#histogramContainer #histogramContainer_left {
	display: inline-block;
	vertical-align: top;
	width: 251px;
	padding: 28px 15px 0 15px;
}

#histogramContainer #histogramContainer_middle {
	display: inline-block;
}

#histogramContainer #histogramContainer_right {
	display: inline-block;
	width: 182px;
	vertical-align: top;
	padding-top: 25px;
	padding-right: 12px;
	text-align: center;
}

#histogramContainer #histogramContainer_right #selectedPriceRange {
	margin-top: 5px;
}

#histogramContainer #histogramContainer_right #selectedPriceRange #rangeLabel {
	display: none;
}

#histogramContainer #histogramContainer_right #selectedPriceRange #rangeLabel span {
	font-weight: bold;
}

#priceHistogram {
	width: 500px; 
	height: 200px;
	margin-top: 16px;
	font-size: 1.2em;
}

#priceHistogram #priceHistogramUnavailableLabel {
	padding-top: 72px;
	margin-left: 15px;
	text-align: center;
	height: 110px;
	background-color: #eee;
}

#gradient {
	width: 200px;
	margin: auto;
	margin-top: 7px;
}

#gradient #gradientLabel {
	text-align: center;
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 1px;
	color: black;
}

#gradient #gradientLabel #lowLabel {
	float: left;
}

#gradient #gradientLabel #highLabel {
	float: right;
}

#gradient1 {
	width: 100px;
	height: 15px;
	float: left;
	position: relative;
	z-index: -1;
	top: -16px;
	background: rgb(255,0,0); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(255,255,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,0,0,1)), color-stop(100%,rgba(255,255,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,0,0,1) 0%,rgba(255,255,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,0,0,1) 0%,rgba(255,255,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,0,0,1) 0%,rgba(255,255,0,1) 100%); /* IE10+ */
	background: linear-gradient(left, rgba(255,0,0,1) 0%,rgba(255,255,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ffff00',GradientType=1 ); /* IE6-9 */
}

#gradient2 {
	width: 100px;
	height: 15px;
	float: left;
	position: relative;
	z-index: -1;
	top: -16px;
	background: rgb(255,255,0); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,255,0,1) 0%, rgba(0,255,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,0,1)), color-stop(100%,rgba(0,255,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,0,1) 0%,rgba(0,255,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,0,1) 0%,rgba(0,255,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,0,1) 0%,rgba(0,255,0,1) 100%); /* IE10+ */
	background: linear-gradient(left, rgba(255,255,0,1) 0%,rgba(0,255,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#00ff00',GradientType=1 ); /* IE6-9 */
}

#histogramDescription {
	clear: both;
	text-align: center;
}

.czymJestNotanioPl {
	margin: 25px 45px 0 45px;
	padding-top: 25px;
	
	background-image: url("img/hr1.png");
	background-repeat: repeat-x;
}

.czymJestNotanioPl h2 {
	font-size: 12pt;
	text-align: left;
	margin-top: 10px;
}

.szukamyW {
    border: 1px double lightgray;
    border-radius: 4px;  
    -moz-border-radius: 4px;  
    -webkit-border-radius: 4px;  
    margin-top: 5px;
	text-align: center;
	padding-bottom: 110px;
}

.szukamyW a {
	display: block;
}

.szukamyW h2 {
	font-size: 12pt;    
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 3px;
	margin-top: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px 4px 0 0;  
    -moz-border-radius: 4px 4px 0 0;   
    -webkit-border-radius: 4px 4px 0 0; 
    background-color: #eee;
}

.p-left {
	vertical-align: top;
	text-align: left;
	display: inline-block;
	padding-right: 2px;
	width: 737px;
}

.p-left #promo {
    float: left;
    margin-left: 26px;
    margin-top: 34px;
}

.p-left #promo span {
    color: #BF0000;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 2em;
	margin: 0 6px 0 6px;
	display: none;
}

.p-left #promo .promo_hint {
    border: 1px solid #628296;
    padding: 6px 5px 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	display: none;
	width: 330px;
	z-index: 1;
	position: absolute;
	margin-left: -15px;
	
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
}

.p-left #promo .promo_hint img {
	float: left;
	margin-bottom: -2px;
	margin-top: -2px;
}

.p-left #promo .one_liner {
	padding-top: 13px;
}

.p-left #promo .one_liner img {
	margin-top: -8px;
	margin-right: 10px;
}

#navigation {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin-top: 4px;
}

#navigation li {
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid;
	height: 1em;
	line-height: 1em;
	font-weight: bold;
}

#navigation li.last {
	border: 0 none;
}

.p-right {
	vertical-align: top;
	text-align: left;
	display: inline-block;
	width: 256px;
	padding-left: 5px;
}

#mainSocial {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 3px double #BBBBBB;
	position: relative;
}

#mainSocial #fbWrapper {
	overflow: hidden;
	width: 236px;
	height: 161px;
	margin: auto;
}

#mainSocial #fbWrapper iframe {
	position: relative;
	left: -1px;
	top: -34px;
}

#mainSocial #plusone {
	position: absolute;
	top: 30px;
	left: 141px;	
	padding-left: 9px;
	background-image: url("img/header-background.png");
    background-repeat: repeat-x;
    background-position: 0 -39px;
    width: 50px;
}

#social {
	height: 21px;
	width: 350px;
	float: right;
	margin-top: 7px;
	margin-right: 5px;
}

#social iframe {
	float: right;
	border:none;
	overflow:hidden;
	width: 74px;
	height: 28px;
	margin-left: 13px;
}

#social div {
	float: right;
	width: 50px;
}

#coNowego {
	text-align: left;
	padding: 0 45px 45px 45px;
}

#coNowego .date {
	display: block;
	vertical-align: top;
	font-weight: bold;
	background-color: #F6F6F6;
	margin-bottom: 7px;
	padding-left: 3px;
	color: #3E525E;
}

#coNowego .news {
	display: block;
	vertical-align: top;
	padding: 10px;
	border: 2px solid #F6F6F6;
	border-radius: 4px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-left: 3px;
	margin-bottom: 30px;
	text-align: justify;
}

#coNowego .news ul li {
	margin: 3px 0 3px 0;
}

.main .banner {
	width: 270px;
	vertical-align: top;
	text-align: center;
	display: inline-block;
}

.main .service_client {
	background-image: url("img/hr1.png");
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 10px;
}

.main .results {
	width: 680px;
	display: inline-block;
	position: relative;
	
	border: 1px solid #eee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px;S
}

.main .header {
	padding-top:1px;
	height: 19px;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	
	text-align: left;
	color: #3e525e;
	background: rgb(228,250,182); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(228,250,182,1) 0%, rgba(209,241,139,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,250,182,1)), color-stop(100%,rgba(209,241,139,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(228,250,182,1) 0%,rgba(209,241,139,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(228,250,182,1) 0%,rgba(209,241,139,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(228,250,182,1) 0%,rgba(209,241,139,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(228,250,182,1) 0%,rgba(209,241,139,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4fab6', endColorstr='#d1f18b',GradientType=0 ); /* IE6-9 */
}

.main .header .statusLine {
	margin-left: 4px;
}

.main .header .statusLine img {
	vertical-align: bottom;
	margin-right: 4px;
	margin-bottom:1px;
}

.main .header a img {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
}

.main .header a {
	display: block;
	margin-top:-1px;
	float: right;
	padding: 2px 2px 0 3px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	background: transparent;
}

.main .header a:HOVER {
	opacity: 1;
	filter: none;
}

.main .service_client .searchString {
	width: 688px;
	height: 28px;
	padding-top: 6px;
	
	display: inline-block;
	position: relative;
	
	background: url("/img/wait.gif") no-repeat;
	background-position: 97% 0;
	font-style: italic;
}

.offers .footer {
	background-image: url("img/hr2.gif");
	background-repeat: repeat-x;
	text-align: left;
	padding-top: 2px;
	margin-top: 5px;
	margin-bottom: 8px;
	display: none;
}

.offers .footer .resultsActions {
	float: right;
}

.offers .footer .resultsActions a {
	color: #7198b1;	
}

.offers .auctions_info {
    border: 1px solid #628296;
    color: black;
    line-height: 19px;
}

.offers .auctions_info img {
    margin-bottom: 2px;
    vertical-align: bottom;
}

.offers table {
	text-align: left;
	color: #3e525e;
}

.offers table a {
	color: #3e525e;
}

.offers table .resultCell {
	width: 85%;
}

.offers table .resultCell img {
	margin-left: 3px;
	border: 0 none;
    vertical-align: bottom;
}

.offers table .priceCell {
	text-align: right;
	width: 15%;
}

.offers table .priceCell .main_price {
	font-weight: bold;
}

.main .infoContainer {
	display: none;
	position: absolute;
	width: 430px;
	top: 0;
	right: 0;
	
	box-shadow: 5px 5px 7px -5px black;
	-moz-box-shadow: 5px 5px 7px -5px black;
	-webkit-box-shadow: 5px 5px 7px -5px black;
	
	border: 1px solid #628296;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	background-color: #FFF;
	color: #000;
	z-index: 10;
}

.main .infoContainer .header {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin: 2px;
	cursor: move;
}

.main .infoContainer .text {
	text-align: left;
	padding: 5px;
}

.main .infoContainer .text img {
	vertical-align: middle;
}

#hint {
	display: none;
	opacity: 0;
	text-align: left;
	font-size: 1.2em;
	padding-left: 155px;
}

#hint div {
	float: left;
}
	
#hint ul {
	padding-left: 141px;
	margin-top: 0;
}

#hint span.tag {
	font-weight: bold;
	color: #3E525E;
}

#hint span.name {
	font-weight: bold;
	font-style: italic;
	color: #3E525E;
}

#platform_select {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.3em;
	line-height: 1.8em;
	overflow: hidden;
}

#platform_select span.title {
	font-style: italic;
	font-weight: bold;
	color: #3e525e;
}

#platform_select span.tag {
	font-weight: bold;
	color: #3e525e;
}

#platform_select .metatag {
	font-weight: bold;
	color: #3e525e;
	background-color: #FFCD44;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 2px;
}

#platform_select .enabled {
	background-color: #FFCD44;
}

#platform_select .disabled {
	background-color: #99CCFF; 
}

#platform_select .metatag:HOVER {
	text-decoration: none;
}

#platform_select #tags {
	margin-left: 46px;
}

#faq, #terms, #forShops {
	text-align: left;
	margin: 0 45px 45px 45px;
}

#faq p, #terms p, #forShops p {
	margin-left: 60px;
}

#forShops a {
	text-decoration: underline;
}

#footer div {
	font-size: 10px;
	color: #7995a6;
	text-align: center;
}

#footer {
}

.showAllLink {
	display: inline-block;
	width: 25%;
	text-align: left;
	text-indent: 2px;
}

.showAllLink a {
	color: #7198b1;
}

.showAllLink img {
	vertical-align: -5%;
}

tr.resultRow td {
	vertical-align: top;
}

tr.resultRowOdd td {
}

tr.resultRowEven td {
	background-color: #f7f8f8;
}

tr.resultRowHighlighted td {
	background-color: #f5fbb7;
}

.highlight {
	font-weight: bold;
}

.contact-form-label {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
	width: 120px;
}

.contact-form-input {
	display: inline-block;
	width: 500px;
}

.contact-input {
	width: 500px;
	border-color: #dae2e3;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 2px;
}

#contact-submit {
	background-image: url("img/submit_contact.gif");
	border: 0;
	padding: 0;
	width: 54px;
	height: 24px;
	margin-bottom: 20px;
}

.search-form-row {
	padding-bottom: 15px;
	text-align: left;
	font-size: 12px;
	position: relative;
}

.search-form-row .label {
	display: inline-block;
	text-align: right;
	padding-right: 10px;
	width: 240px;
}

.search-form-row label {
	padding-right: 15px;
}

.search-form-row .form_info {
    xfloat: right;
    text-align: justify;
	box-shadow: 3px 3px 7px -5px black;
	-moz-box-shadow: 3px 3px 7px -5px black;
	-webkit-box-shadow: 3px 3px 7px -5px black;
    margin-right: 20px;
    width: 250px;
    border: 1px solid #628296;
    padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	
	position: absolute;
	left: 470px;
	top: 0;
	z-index: 1;
	
	background: rgb(228,250,182); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(228,250,182,1) 0%, rgba(209,241,139,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,250,182,1)), color-stop(100%,rgba(209,241,139,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(228,250,182,1) 0%,rgba(209,241,139,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(228,250,182,1) 0%,rgba(209,241,139,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(228,250,182,1) 0%,rgba(209,241,139,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(228,250,182,1) 0%,rgba(209,241,139,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4fab6', endColorstr='#d1f18b',GradientType=0 ); /* IE6-9 */
}

.search-form-row .form_info img {
	float: right;
	margin-left: 3px;
}

.search-form-row input[type="checkbox"], .search-form-row input[type="radio"] {
	margin-left: 4px;
}

.search-form-row #adv_search_submit {
	vertical-align: top;
	height: 28px;
	margin-left: 295px;
	margin-right: 100px;
	margin-top: 10px; 
}

.search-form-row a {
	font-size: 11px; 
	margin-top: 18px;
	display: inline-block;
}

.search-form-row #productName {
	width: 280px;
}

.search-form-row #minPrice {
	width: 60px;
	margin-right: 7px;
}

.search-form-row #maxPrice {
	width: 60px;
	margin-right: 3px;
	margin-left: 7px;
}

.search-form-row #matchSortingRadio, .search-form-row #priceSortingRadio, .search-form-row #noUsedItems, .search-form-row #noAuctions {
	padding: 0;
}

.ui-slider {
    height: 0.8em;
    border: 1px solid #DDDDDD;
    color: #333333;
    position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 19px 0 18px;
	width: 478px;
	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}

.ui-slider-handle {
	border: 1px solid #CCCCCC;
    color: #1C94C4;
    font-weight: bold;
    outline: medium none;
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
    margin-left: -0.6em;
    top: -0.3em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.ui-slider-range {
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

.ui-state-hover {
	border-color: orange;
}

#csa1 {
	margin: auto;
	margin-bottom: 12px;
	background-color: #eaffce;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 2px 6px -4px black;
	-moz-box-shadow: 0 2px 6px -4px black;
	-webkit-box-shadow: 0 2px 6px -4px black;	
}

