﻿@charset "utf-8";
/* CSS Document */

.currency-JPY:before {
	content:'¥';
}
.currency-USD:before {
	content:'$';
}
.currency-EUR:before {
	content:'€';
}
.weak {
	color:gray;
	font-size:0.85em;
}

input[type="text"][name^="quantity"],
input.quantity {
	width:30px;
}
table.gridview {
	border-collapse:collapse;
	width:100%;
}
table.gridview th, 
table.gridview td {
	font-weight:normal;
	padding:3px 5px;
	border:solid 1px #C5C5C5;
}


div.actions {
	padding-bottom:10px;
}

.spacer {
	height:5px;
}

.freight-method-not-accepted {
	background-color:#DFDFDF;
}

tr.strong td {
	font-weight:bold;
}


.seedproc-message {
	margin:10px auto;
	text-align:center;
	color:red;
}



.ec7-seedproc-steps > li.PRESENT {
	background-color:#C1FFC1;
}


table.ec7-form-layout {
	border-collapse:collapse;
	border:solid 1px #B5B5B5;
}
table.ec7-form-layout > thead > tr > * {
	text-align:left;
}
table.ec7-form-layout > thead > tr:first-child > * {
	text-align:left;
	border-bottom:solid 1px #B5B5B5;
	background:url(../themes/isonin/images/mark.gif) 2px center no-repeat;
	padding-left:24px;
	font-weight:normal;
}

table.ec7-form-layout > tfoot > tr > * {
	text-align:center;
}
table.ec7-form-layout th,
table.ec7-form-layout td {
	/*border:solid 1px #D5D5D5;*/
	padding:5px;
}
table.ec7-form-layout > tbody > tr > th {
	text-align:right;
}
table.ec7-form-layout > tbody > tr > th:after {
	content: ":";
}

.add-to-cart {
	display:inline-block;
	background:url(quotecart1.png) center center no-repeat transparent;
	width:80px;
	height:36px;
}