div.product_element {
	float: left;
	position: relative;
	width: 135px;
	margin: 0px 20px 4px 0px;
	text-align: right;
}

div.product_element .hinta {
	color: #960000;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

div.product_element .alehinta {
	color: red;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

div.product_element .otsikko {
	color: #4e4e4e;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

div.product_element .kuvaus {
	color: #4e4e4e;
	font-size: 11px;
}

div.product_element .nappi {
	margin-bottom: 1px;
	background: #b59711;
	border: 0;
}

div.product_element .nappi:hover {
	background: #dcdc56;
}

div.product_element .nappi .ui-button-text {
	font-size: 11px;
	padding: 0.2em 0.6em;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

div.product_element .nappi:hover .ui-button-text {
	color: #810707;
}

div.product_element .kuva {
	border: 1px solid #c3c3c3;
	cursor: help;
}

div.product_element .kuva img {
	cursor: help;
}

div.product_element .kuva table {
	width: 100%;
}

div.product_element .kuva td {
	vertical-align: middle;
	text-align: center;
}


div.order_product {
	position: relative;
}

div.order_product .info {
	float: right;
	width: 350px;
}

div.order_product .hinta {
	padding: 4px 20px;
	border-bottom: 1px solid #cecece;
}

div.order_product .lahetyskulut {
	padding: 4px 20px;
}

div.order_product .yhteensa {
	padding: 4px 20px;
	font-weight: bold;
}

div.order_product .valittu {
	text-align: left;
	padding: 4px 20px;
	background: #e5e5e5;
}

div.order_product .kuvaus {
	color: #4e4e4e;
	font-size: 11px;
}

div.order_product .nappi {

}

div.order_product .kuva {
	width: 105px;
	border: 1px solid #c3c3c3;
	cursor: help;
	float: left;
}

div.order_product .kuva img {
	cursor: help;
}

div.order_product .kuva table {
	width: 100%;
}

div.order_product .kuva td {
	vertical-align: middle;
	text-align: center;
}

div.order_form p {
	margin: 12px 0px 0px 0px;
}

div.order_form input.input_text {
	width: 195px;
	font-size: 12px;
}

div.order_form  textarea {
	width: 195px;
	height: 80px;
	font-size: 12px;
}

div.order_form  select {
	width: 195px;
	font-size: 12px;
}

div.maksutapa {
	float: left;
	margin: 0px 20px;
}

div.product_element2 {
	float: left;
	position: relative;
	width: 155px;
	margin: 0px 5px 4px 5px;
	text-align: left;
}

div.product_element2 .hinta {
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	clear: both;
}

div.product_element2 .tarjoushinta {
	color: red;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	clear: both;
}

div.product_element2 .otsikko {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
	line-height: 12px;
}

div.product_element2 .kuvaus {
	color: #666666;
	font-size: 11px;
	margin-top: 4px;
	line-height: 12px;
	clear: both;
}

div.product_element2 a.nappi {
	margin: 2px 0px;
}

div.product_element2 a.nappi span.ui-button-text {
	padding: 0.2em 1em 0.2em 2.1em;
}

/* div.product_element2 a.nappi {
	display: block;
	float: left;
	padding: 2px 4px;
	margin: 2px 0px;
	color: white;
	background-color: #5154b9;
	border-top: 1px solid #c6c7e8;
	border-left: 1px solid #4d4faf;
	border-right: 1px solid #4d4faf;
	border-bottom: 1px solid #272959;
}

div.product_element2 a.nappi:hover {
	text-decoration: none;
	background-color: #4e53ee;
} */
div.product_element2 .thumbnail {
	
}

div.product_element2 .kuva {
	background: white;
	height: 120px;
}

div.product_element2 .kuva table {
	width: 100%;
	height: 110px;
}

div.product_element2 .kuva td {
	vertical-align: middle;
	text-align: left;
}

div.product_element_showcase {
	position: relative;
	width: 181px;
	margin: 0px 8px 4px 8px;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #d1d1d1;
}

div.product_element_showcase table {
	width: 100%;
}

div.product_element_showcase td {
	padding: 2px;
	vertical-align: top;
}

div.product_element_showcase .kuva {
	float: right;
	width: 66px;
}

div.product_element_showcase .info {
	float: left;
	width: 135px;
}

div.product_element_showcase .alehinta {
	color: red;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

div.product_element_showcase .hinta {
	color: #6f0000;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

div.product_element_showcase .otsikko {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.product_element_showcase .otsikko a {
	color: black;
	font-size: 11px;
	font-weight: bold;
}

div.product_element_showcase .kuvaus {
	color: black;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.product_element_showcase a.nappi {
	display: block;
	float: left;
	padding: 2px 4px;
	margin: 2px 0px;
	font-size: 11px;
	color: white;
	background-color: #5154b9;
	border-top: 1px solid #c6c7e8;
	border-left: 1px solid #4d4faf;
	border-right: 1px solid #4d4faf;
	border-bottom: 1px solid #272959;
}

div.product_element_showcase a.nappi:hover {
	text-decoration: none;
	background-color: #4e53ee;
}

div.product_element_showcase .thumb {
	width: 66px;
}

#webshop_header {
	position: relative;
	float: left;
	width: 714px;
	height: 70px;
}


#webshop_header_cart {
	position: absolute;
	right: 0px;
	top:0px;
}

#webshop_header_cart .maara {
	color: #666666;
	font-size: 11px;
}

#webshop_header_cart .hinta {
	color: black;
	font-size: 11px;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 4px;
}

#webshop_header_cart a {
	font-size: 11px;
}

div#cart-right {
	text-align: center;
	border-bottom: 1px solid #7a7a7a;
}

div#cart-right .cart-links {
	margin-top: 10px; 
	padding-bottom: 10px;
}

div#cart-right a {
	color: white;
	font-size: 16px;
	font-weight: bold;
}

div#thumbnails .thumb {
	float: left;
	position: relative;
	background: white;
	width: 80px;
	padding: 2px;
	margin-left: 7px;
	margin-bottom: 7px;
}

div#thumbnails .thumb a {
	margin: 0;
	padding: 0;
}

div#thumbnails .thumb img {
	width: 72px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

select.lisavalinta {
	width: 191px;
}

div#product {
	position: relative;
}

div#product .ui-widget-content { 
	border: 0px; 
	background: none; 
	color: #333333; 
}

div#product .tuote_tuotenumero {
	font-size: 11px;
	color: black;
}

div#product .tuote_nimi {
	font-size: 18px;
	color: #484848;
}

div#product .tuote_hinta {
	font-size: 18px;
	color: #6e0000;
	margin-bottom: 0;
}

div#product .tuote_alehinta {
	font-size: 18px;
	color: red;
	margin-bottom: 0;
}

/* div#product a.nappi {
	display: block;
	float: left;
	padding: 4px 6px;
	margin: 2px 0px;
	color: white;
	font-size: 14px;
	background-color: #5154b9;
	border-top: 1px solid #c6c7e8;
	border-left: 1px solid #4d4faf;
	border-right: 1px solid #4d4faf;
	border-bottom: 1px solid #272959;
} */

div#product a.nappi:hover {
	text-decoration: none;
	background-color: #4e53ee;
}

.cart_table {
	width: 100%;
}

.cart_table th {
	text-align: left;
	padding: 0px 5px;
	color: black;
	border-bottom: 1px solid black;
}

.cart_table th.th2 {
	text-align: left;
	padding: 5px 0px;
	background: #cecece;
	color: black;
}

.cart_table td {
	text-align: left;
	padding: 2px 5px;
	vertical-align: top;
}

.cart_table td.tuoterivi {
	border-bottom: 1px solid #8a8a8a;
}


.cart_table td.cart_table_total {
	text-align: right;
	padding: 2px 5px;
	font-size: 18px;
}

.cart_table .otsikko {
	color: #5b6c4d;
	font-size: 12px;
	font-weight: bold;
}

.cart_table .lisavalinnat {
	width: 120px;
}

.cart_table .nappi {
	width: 16px;
	padding: 2px 0px;
}

.cart_table .maara {
	width: 45px;
	text-align: right;
}

.cart_table .yhthinta {
	width: 120px;
	text-align: right;
}

.cart_table ul.toimitusvaihtoehdot {
	list-style: none;
	padding-left: 5px;
	margin: 0;
}

.cart_table ul.toimitusvaihtoehdot li {
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0px;
}

.cart_table .vahemman {
	width: 16px;
	height: 16px;
}

.cart_table .lisaa {
	width: 16px;
	height: 16px;
}

h1.nosto-otsikko {
	color: white;
	padding: 5px 10px;
	font-size: 17px;
}

img.lisaa-koriin-nappi {
	height: 22px;
	width:132px;
	background:#c60000 url(../images/webshop/lisaa_koriin_go_e.gif) top left;
}

img.lisaa-koriin-nappi:hover {
	color:#ddd !important;
	background-position:0 -22px !important;
}

img.ostoskori-kassa-nappi {
	height: 22px;
	width:110px;
	background:#c60000 url(../images/webshop/kassalle.gif) top left;
}

img.ostoskori-kassa-nappi:hover {
	color:#ddd !important;
	background-position:0 -22px !important;
}

table.neat {
	border-collapse:separate;
	border-spacing:2px;
	border:2px solid #005494;
	/*border:2px solid #c70000;
	*/
	width:100%;
}
table.neat caption {
	font-size:12px;
	padding:1px 0;
	font-weight:bold;
	color:#FFFFFF;
	/*background-color:#c70000;
	*/
	background-color:#005494;
}
table.neat th,
table.neat td {
	padding:5px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
table.neat th {
	color:#FFFFFF;
	/*background-color:#c70000;
	*/
	background-color:#005494;
}
table.neat td {
	color:#2971a7;
	background-color:#f1f1f1;
}

.orange_bar {
	padding: 5px 0px 5px 10px;
	color: white;
}

#webshop_header_location {
	font-size: 11px;
	width: 500px;
}

 #webshop_header_location a {	
	font-size: 11px;
}


/* Uutispalikan tyylit      */
/****************************/

div.index_uutinen {
	position: relative;
	margin-bottom: 15px;
}


div.index_uutinen h2 {
	margin-bottom: 5px;
}

div.index_uutinen p {
	font-size: 13px;
	line-height: 14px;
	color: #333333;
	margin: 0;
}

div.index_uutinen p.pvm {
	font-size: 11px;
	margin: 0;
	color: #497c5c;
}

div.index_uutinen a {
	font-size: 13px;
	color: #3333ff;
	margin: 0;
}

div.uutinen_otsake {
	position: relative;
	margin-bottom: 15px;
}


div.uutinen_otsake h1 {
	font-size: 13px;
	color: black;
	font-weight: bold;
}

div.uutinen_otsake p {
	font-size: 13px;
	line-height: 14px;
	color: black;
	margin: 0;
}

div.uutinen_otsake p.pvm {
	font-size: 11px;
	margin: 0;
	color: black;
}

div.uutinen_otsake a {
	font-size: 11px;
	font-weight: bold;
	color: black;
	margin: 0;
}

div.infolaatikko .nappi {
	margin-bottom: 1px;
	background: #b59711;
	border: 0;
}

div.infolaatikko .nappi:hover {
	background: #dcdc56;
}

div.infolaatikko .nappi .ui-button-text {
	font-size: 11px;
	padding: 0.2em 0.6em;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

div.infolaatikko .nappi:hover .ui-button-text {
	color: #810707;
}