/*
== cart ==
*/


/* ====== COMMON STYLES ========= */
BODY { 
	font-family: Verdana;
	background-color: #fd6808; 
	color: cyan; 
}
	
A { 
	text-decoration: none; 
	color: PaleVioletRed ; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
}

IMG {
	border: 0px;
}

A:hover { 
	color: blue; 
}

INPUT { 
	border: 1px solid PeachPuff ; 
	background-color: peachpuff ; 
	font-family: Verdana; 
	font-size:9pt; 
	color: darkblue;
}

INPUT.rad{
	background-color: #0d0d0d;
	border: 0px;
}

INPUT.pushbutton { 
	width: 75px; 
	font-size: 9pt;
}

IMAGE.menu { 
	height:25px; 
	width:18px; 
	border: none; 
}

IMAGE.lpsmall { 
	width: 120px; 
	height: 120px; 
	border: 1px solid sienna; 
}

IMAGE.lpbig { 
	width: 240px; 
	height: 240px; 
	border: 1px solid sienna; 
}

P.copyright { font-family: Arial; font-size: 8pt; color: darkgreen;}
P.head { font-family: Verdana; font-size: 14pt; color: coral; font-weight: bold; text-align: center; }
P.warning { color: red; font-size: 9pt; }

P.rec_status { font-family: Verdana; font-size: 7pt; color: steelblue; }

span.maintitle {
	font-size: 14pt;
	font-weight: bold;
	color: yellow;
	text-align: center;
}

span.subtitle {
	font-size: 9pt;
	font-weight: bold;
	color: orange;
	text-align: center;
}


/*  ===== PAGE RELATED STYLES ====== */

/* capcust.php */
TABLE.capcust TD { color: skyblue; font-size: 9pt; }

/* cart */
SELECT.cart { background-color: #c6ffb4; border: 1px solid; font-size: 8pt; font-family: Verdana; }
INPUT.cart { background-color: #e1fdaa; border: 1px solid darkblue; font-size: 9pt; font-family: Verdana;}
TD.vbar { background-color: #ffc893; background-image: url('img/cart_vbar.gif'); background-repeat: repeat-y; }
table.cart { background-color: #f7e093; font-family: Verdana; color: teal; font-size: 8pt;  }
TR.tblHead { background-color: #ffc58e; text-align: center; font-size: 10pt; }
A.id { color: blue; }
TD { color: darkgreen; font-size: 8pt;}

/* index */
TD.lable { text-align: center; }
P.lp{ font-size: 8pt; }
FONT.jazz_id { font-family: Verdana;  font-size: 9pt; color: lightsalmon; }
FONT.jazz_title, TD.norm  { font-size: 9pt; color: skyblue; }

/* search */
INPUT.keyword { width: 200px; font-size: 8pt; background-color: beige; color: darkblue; border: 1px solid PeachPuff }
INPUT.search { background-color: beige; font-size: 8pt; color: darkblue; border: 1px solid PeachPuff; }

/* feedback */
INPUT.txt, TEXTAREA.txt { background-color: #ebdeff; color: darkblue; border: 1px solid darkblue; font-size: 9pt; font-family: Verdana; }

/* links */
H4 { color: wheat; font-size: 13pt; }
P.warn { color: red; font-size: 10pt; font-weight: bold; }

