#goods table {
	width: 100%;
}
#goods td {
	font-size: 0.75em;
	border-bottom: 1px solid #eee;	
	padding: 2px 4px;
}
#goods .cur td {
	background-color: #e8eee5;
}
#goods td img {
	border: none;
	margin: 0 2px 0 2px;
}
#goods td.p {
	text-align: right;
}
#goods th {
	font-size: 0.71em;
	font-weight: normal;
	background-color: #f2f2ea;
	padding: 2px 4px;
}

#basketTable {
	width: 100%;
	border-spacing: 2px;
	font-size: 0.75em;	
	margin: 0.6em 0;
}

#basketTable a.a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

#basketTable th {
	text-align: left;
	border-bottom: 1px solid #ccc;
	background-color: #e0e0e0;
	padding: 3px 7px 2px 7px;
	font-weight: normal;
}

#basketTable td {
	border-bottom: 1px dotted #f3f3f3;
	padding: 0px 0px 2px 0;
	padding-left: 7px;
	color: #444;
	font-size: 0.9em;
}

#basketTable td span {
	display: block;
	margin: 5px 0 4px;
	font-size: 0.71em;
}

#basketTable td.r {
	text-align: right;
	padding-left: 0px;
	width: 5%;
}
#basketTable td.r img {
	border: 0;
}
#basketTable td input {
	font-size: 1em;
	padding: 1px 2px;
	width: 2em;
}
#shopTotalCount {
	text-align: right;
	font-size: 0.9em;
	padding: 2px 0 0 2px;
	margin-top: 2px;
	width: auto;
}

input.valid {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}

input.invalid {
	border: 1px solid red;
}

textarea.valid {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	width: 100%;
}

textarea.invalid {
	border: 1px solid red;
	width: 100%;
}

#orderForm  {
	padding: 8px 12px;
	background-color: #f7f7f2;
}
#orderForm span {
	font-size: 0.8em;
	display: block;
	font-weight: bolder;
	margin: 0 0 2px 0;
}

.warning{
	color:gray;
	font-size:0.7em;
	height:50px;
	text-align:center;
	vertical-align:middle;
}

.compare {
	margin: 4px 0;
	padding: 2px 2px 2px 30px;
	background: url(/i/compare.ar.gif) no-repeat;
}
.compare input {
	background-color: gray; 
	color: white; 
	font-size: 11px; 
	font-weight: bold;
	border: none;
}

.comparetbl th {
	font-size: 0.72em;
	padding: 2px 8px;
	border-bottom: 1px solid #888;
}

.comparetbl td {
	font-size: 0.71em;
	border-bottom: 1px dotted #e8e8e8;
	padding: 3px 7px;
}
.cmp_tbl {
	width: 1000px;
}
.cmp_tbl input {
	background-color: #a00000;
	font-weight: bold;
	color: white;
	margin: 12px 0;
	clear: both;
	line-height: 1.4em;
}
.cmp_tbl td { 
	border-left: 1px dotted #038;
	border-bottom: 1px dotted #038;
	padding: 2px 12px;
	font-size: 0.75em;
}
.cmp_tbl td, .cmp_tbl td { 
	text-align: center;
}
.cmp_tbl .title td { 
	padding: 2px 10px;
	background: #f8f8f8;
	border-bottom: 1px dotted gray;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	height: 2em;
	color: #036;
}
.cmp_tbl .head div { 
	margin: 5px;
	color: #a00000;
	font-size: 1.6em;
	letter-spacing: -1px;
}
#compare {
	margin: 0.7em 0;
	padding: 0.7em 1.2em;
	background: #f7f7ed;
	display: none;
}
#compare ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#compare ul li {
	font-size: 0.71em;
	list-style-type: none;
}
#compare ul li a {
	border-bottom: 1px dotted;
	text-decoration: none;
}
#compare center a {
	text-decoration: none; 
	border-bottom: 1px dotted; 
	line-height: 1.5em; 
	font-size: 0.8em; 
	font-weight: bold;
}