body, td {
	font : normal 11px arial;
}

th {
	font : bold 14px arial;
	background-color : #e0e0e0;
}



/* is-cart */

.cartTop {
	background-color : #0066ff;
	color : #ffffff;
	font : bold 15px verdana;
}

.cartBody1 {
	background-color : #003399;
	color : #ffffff;
	font : normal 13px arial;
}

.cartBody1R {
	background-color : #003399;
	color : #ffffff;
	text-align : right;
	font : normal 13px arial;
}

.cartBody1C {
	background-color : #003399;
	color : #ffffff;
	text-align : center;
}

.cartBody2 {
	background-color : #0066ff;
	color : #ffffff;
	font : bold 15px arial;
}

.cartBody2R {
	background-color : #0066ff;
	color : #ffffff;
	font : bold 15px arial;
	text-align : right
}

.cartBody2B {
	background-color : #0066ff;
	color : #ffffff;
	font : bold 18px arial;
}

.cartBody2BR {
	background-color : #0066ff;
	color : #ffffff;
	font : bold 18px arial;
	text-align : right;
}

A.cartOptions, A.cartOptions:visited {
	font : bold 11px verdana;
	background-color : #0000ff;
	color : #ffff00;
	text-decoration : none;
}

A.cartOptions:hover {
	font : bold 11px verdana;
	background-color : #ffff00;
	color : #0000ff;
	text-decoration : none;
}

.cartBottom {
	background-color : #003399;
	color : #ffffff;
	text-align : right;
	font : normal 13px arial;
}

.cartLabel {
	background-color : #003399;
	color : #ffffff;
	font : normal 12px arial;
	text-align : right;
}

.cartLabelL {
	background-color : #003399;
	color : #ffffff;
	font : normal 12px arial;
}

.cartLabelReq {
	background-color : #003399;
	color : #ffffff;
	font : bold 12px arial;
	text-align : right;
}

.cartLabelReqL {
	background-color : #003399;
	color : #ffffff;
	font : bold 12px arial;
}

.thinBorder {
	border : 1px solid #6666ff;
}

.cartInput {
	font : normal 12px arial;
}

.cartInputFixed {
	font : normal 12px lucida console;
}

Input.order, Select.order, textarea.order {
	background-color : #ddeeff;
	color : #000000;
}

.itemThumbnail {
	font : normal 11px arial;
}

A.itemThumbnail, A.itemThumbnail:hover, A.itemThumbnail:visited {
	font : normal 11px arial;
}

.list {
	background-color : f0f0f0;
}