@charset "UTF-8";

html{
	height:100%;
}

body
{
	height:100%;
	margin: 0;
	padding: 0;
	font-size: 9pt;
	line-height: 1.8em;
	font-family: Arial, "Osaka", "MS Trebuchet", sans-serif;
}

/* shopping cart */

#sc_container {
	width: 770px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-color:#FFFFFF;
}

#header_title {
	width: 200px;
	float: left;
}

#sc_close {
	width: 73px;
	float: right;
}
#sc_warn {
	font-size: 12pt;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 30px;
}

#sc_confirm {
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	line-height: 2.4em;
	margin-left: 90px;
	margin-right: 90px;
	margin-bottom: 30px;
}

#sc_confirm_title {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 14pt;
}

#sc_breadcrumb {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 2px;
}
#sc_title {
	background-color: #EEEEEE;
	height: 28px;
	margin-bottom: 10px;
}

#sc_bottom {
	margin-top: 30px;
}

#sc_nametitle {
	text-align: left;
	margin-left: 15px;
}

#sc_list td {
	font-weight: bold;
	text-align: center;
	font-size: 8pt;
}

#sc_title td {
	text-align: center;
	font-weight: bold;

}

#sc_shipping {
	margin-top: 8px;
	margin-bottom: 8px;
}

#sc_add {
	font-weight: bold;
	font-size: 10pt;
}

#sc_add td {
	pading-top: 8px;
	padding-bottom: 8px;
}

.sc_add_title {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
}

.sc_error {
	vertical-align: top;
	font-weight: bold;
	color: #FF0000;
}

.sc_shopping_fee_txt {
	color: #939393;
	margin-top: 8px;
	margin-bottom:8px;
}

.sc_total_txt {
	color: #9E0000;
}

.sc_txt {
	font-weight: normal;
	font-size: 10pt;
}