/*
Theme Name: Madis Responsive
Theme URI: http://cyberchimps.com/responsive-theme/
Description: Child them for Responsive.
Version: 1.9.4.8
Author: Madis Martin Lutter
Template: responsive
*/


a.button {float: none; }

#logo {padding: 5px; }

#languageFlags {
float: right;
margin-right: 3px;
}

li.menu-item-search {float: right; }

form#searchform {
margin: 0;
padding: 7px 7px;
}

form div {margin-bottom: 0; }

a.blue.button {
background-image: 
}

div#breadcrumb {padding: 0; }

div#content.grid.col-940 {
margin-top: 30px;
}

div.widget-title-home h3 {text-align: center; }

/* selleks, et otsingu taust ei muudaks värvi hoveri korral */
ul.menu > li.menu-item-search:hover {
	background-color: #585858;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
	background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
	background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
	background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
	background-image: -o-linear-gradient(top, #585858, #3d3d3d);
	background-image: linear-gradient(top, #585858, #3d3d3d);
}

#searchform div input.orange {
	background-color: #ff7f00; /* Dark Orange 1 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaa55), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #ffaa55, #ff7f00);
	background-image: -moz-linear-gradient(top, #ffaa55, #ff7f00);
	background-image: -ms-linear-gradient(top, #ffaa55, #ff7f00);
	background-image: -o-linear-gradient(top, #ffaa55, #ff7f00);
	background-image: linear-gradient(top, #ffaa55, #ff7f00);
	border: 1px solid #bb5d00;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffaa55, endColorstr=#ff7f00);
	text-shadow: 0 -1px 0 #bb5d00;
	min-width: 90px;
	margin-left: 5px;
}

#searchform div input.orange:hover {
	background-color: #ffc388;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
	background-image: linear-gradient(top, #ffc388, #ff7f00);
	border: 1px solid #bb5d00;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00);
	text-shadow: 0 -1px 0 #bb5d00;
}

/* Summary */

/* Vist ei tööta */
.product_list_widget li a span.js_widget_product_price {display: none; }
.cart {display: none; }
/* Product list widget */
.js_widget_product_title {color: #ff7f00; }
.products li.product a strong {text-align: center; }

.ask-for-price {
	text-align: left;
}
.ask-for-price a.button {
	font-size: 24px;
	padding: 15px 35px;
}
.ask-for-price a.button:hover {
	text-decoration: none;
}

.single-product-price {
	font-size: 1.5em;
	font-weight: 700;
}