/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
/*	vertical-align: baseline; */
	background: transparent;
}
ol, ul {list-style: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#cart {padding-top: 20px;}
#cart .order {
	color: #000;
	background: url(/i/bgorder.gif) no-repeat;
	font-size: 11px;
	padding: 5px 0 0 28px;
	width: 209px;
	height: 43px;
}
#cart .order .num {padding: 5px 0 0 25px;}
#cart .orderlist {width: 209px;}
#cart .orderlist td {
	color: #4b4b4b;
	font-size: 11px;
	vertical-align: top;
	padding: 2px 1px;
}
#cart .orderlist td.n {
	font-weight: bold;
	width: 47px;
	padding-right: 2px !important;
	text-align: right;
}
#cart .orderlist td.g {padding: 5px 0 0 0;}

.innertablestyle {
	border-collapse: collapse;
	border-spacing: 0;	
}

.innertablestyle tr td {
font-size: 12px;
font-family: Tahoma, Georgia, Arial;
padding-top: 2px;
padding-bottom: 2px;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #C0C0C0;
border-bottom-color: #C0C0C0;
vertical-align: middle;
}
#catalogs div {
float:left;
width:106px;
margin:10px;
}
#catalogs a {
padding-top: 5px;
}
.actionsDate {
font-style: italic;
color: #0000FF;
}