@CHARSET "UTF-8";
#search_text {
	width: 300px;
	height: 50px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #DDDDDD;
	text-indent: 10px;
}
#search_container_search_field {
	/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(left top, circle farthest-corner, #4A4A4A 0%, #242424 80%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(left top, circle farthest-corner, #4A4A4A 0%, #242424 80%);

/* Opera */ 
background-image: -o-radial-gradient(left top, circle farthest-corner, #4A4A4A 0%, #242424 80%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, left top, 0, left top, 1012, color-stop(0, #4A4A4A), color-stop(0.8, #242424));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(left top, circle farthest-corner, #4A4A4A 0%, #242424 80%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(circle farthest-corner at left top, #4A4A4A 0%, #242424 80%);

	border-bottom-radius: 5px;
	padding-left: 50px;
	padding: 10px;
}
div.sortingDiv {
	
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    float: right;
    margin-right: 40px;
    padding: 5px;
    margin-top: -17px;
    color: orange;
    background-color: #242424;
}
li.sortItem> a {
	color: orange;
}
#search_text:focus {
	box-shadow: 0 0 5px orange;
  	padding: 3px 0px 3px 3px;
  	margin: 5px 1px 3px 0px;
  	border: 1px solid orange;
}
#search_button {
	height: 58px;
	width: 70px;
	margin-left: -5px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-top-right-radius: .5em;
	border-bottom-right-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#search_button :hover {
	text-decoration: none;
}
#search_button :active {
	position: relative;
	top: 1px;
}
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
#result_container {
	display: block;
	margin-top: 80px;
}
.addDiv {
	border: 1px solid #cccccc;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 5px;
	background-color: #f1f1f1;
	color: #423119;
	font-family: Helvetica,Arial,FreeSans,sans-serif;
	font-size: 14px;
	max-width: 350px;
	width: 350px;
	float: left;
}
.specialOffer {	
	background: #ffd7c4; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffd7c4 0%, #ffc3a3 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffd7c4), color-stop(100%,#ffc3a3)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffd7c4 0%,#ffc3a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ffd7c4 0%,#ffc3a3 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ffd7c4 0%,#ffc3a3 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #ffd7c4 0%,#ffc3a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd7c4', endColorstr='#ffc3a3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
table.addTable {
	width: 100%;
	height: 200px;
}
tr.first {
	height: 20px;
}
tr.middle {
	height: 170px;
}
tr.last {
	height: 30px;
}
td.image {
	width:1%;
    white-space:nowrap;
    padding: 10px;
    background: none !important;
    vertical-align: top;
}
td.description {
	padding-left: 10px;
}
td.description > div {
	height: 150px;
	width: 150px;
	text-overflow: ellipsis;
	white-space: inherit; 
	overflow: hidden;
	text-align: justify;
	margin-right: 10px;
	vertical-align: top;
}
td.image > img{
	width: 140px;
	max-width: 150px;
	max-height: 150px;
}
td > h3 {
	width: 300px;
	margin: 0px;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #e68804;
	padding: 5px;
}
div.details_info {
	position: absolute; 
	display: none; 
	background-color: green;
	top: 0px;
	width: auto;
	height: 100%;
}
div.payment, div.payment_temp {
	color: #e68804;
	cursor: pointer;
	float: left;
	width: auto;
}
div.paymentDetails {
	display: none;
	
	border: 1px solid #cccccc;
	margin: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #f1f1f1;
	color: #423119;
	font-family: Helvetica,Arial,FreeSans,sans-serif;
	font-size: 14px;
}
.details {
	cursor: pointer;
}
li.sortItem {
	display: inline;
	margin-left: 30px;
	font-family: Arial,FreeSans,sans-serif;
	font-size: 12px;
}
.selectedDiv {
	border: 1px solid orange;
}
div.rationContainer {
	margin-right: 100px;
	min-width: 750px;
}
div.details_container {
	background-color: transparent;
	float: left;
	display: none;
}
div.detail_container {
	float: left;
    margin-right: 100px;
    min-width: 1100px;
    min-height: 300px;
    width: 100%;
    margin-top: -20px;
    margin-bottom: 20px;
    color: black;
    padding: 10px;
    font-size: 13px;
    font-family: helvetica;
    border-radius: 5px;
    
    background: rgb(255,175,75); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,175,75,1)), color-stop(100%,rgba(255,146,10,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
img.indicator {
	background-image: url("../images/up.png");
    display: block;
    height: 64px;
    width: 64px;
}
img.loader {
	background-image: url("../images/loader.gif");
    display: block;
    width: 128px;
    height: 128px;
    margin-left: auto;
    margin-right: auto;
}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .5em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	height: 40px;
	width: 80px;
	margin-right: -10px;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
div.basket {
	display: inline-block;
	float: right;
	margin-top: 10px;
	margin-right: 60px;
	font-family: Arial,FreeSans,sans-serif;
    font-size: 12px;
    cursor: pointer;
    color: orange;
    
}
div.basket > img {
	float: left;
}
div.basket > div {
	margin-top: 8px;
	margin-left: 10px;
	float: left;
}
div#basketWholeContainer {
	background-color: orange;
	z-Index: 6;
}
div.addLine {
	/*font-size: 10px;*/
	margin-left: 30px;
	color: red;
}
div.removeImage {
	background-image: url("../images/erase.png");
	cursor: pointer;
	height: 24px;
	width: 24px;
}
a.downloadDoument {
	color: blue;
	text-decoration: underline;
}
span.disclaimer {
	font-size: 9px;
}
