@charset "utf-8";
/* CSS Document */
#content_title {
	font-size: 18px;
	font-weight: bold;
	color: #111111;
	font-family: Arial, "微軟正黑體";
	position: absolute;
	left: 210px;
	top: 48px;
	z-index: 50;
}
#content_title2 {
	font-size: 18px;
	font-weight: bold;
	color: #111111;
	font-family: Arial, "微軟正黑體";
	position: absolute;
	left: 130px;
	top: 48px;
	z-index: 50;
}
#cart_info {
	color: #525252;
	padding: 10px 0;
}
#cart_info a {
	color: #F85F57;
	font-weight:bold;
	text-decoration: underline;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#cart_info a:visited {
	color: #F85F57;
	text-decoration: underline;
}
#cart_info a:hover {
	color: #F90;
	text-decoration: underline;
}
#cart {
	width: 680px;
	margin: 0 auto;
	position: relative;
	line-height: 20px;
	color: #594637;
}
#cart table{
	border-collapse:collapse;
	background:#FEFBF8;
}
#cart tr > td {
	color: #525252;
	padding: 10px 15px;
	border-bottom: #C1DAEA 1px solid;
}
#cart .list {
	color:#4e4c4d;
}
#cart .list a{
	color:#525252;
	text-decoration:none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#cart .list a:visited{
	color:#525252;
	text-decoration:none;
}
#cart .list a:hover{
	color: #3CCBDB;
	text-decoration: none;
}
#cart .photo{
	width:88px;
	height:66px;
}
#cart .photo img{
	max-width:88px;
	max-height:66px;
}
#cart tr > td.name{
	color:#BF2815;
	font-weight:bold;
	padding-left:50px;
}
#cart tr > td.price {
	font-size: 13px;
	color: #777777;
	font-weight: normal;
}
#cart tr > td.price1 {
	font-size: 13px;
	color: #F85F57;
	font-weight: normal;
}
#cart tr > td.price2 {
	font-size: 13px;
	color: #F85F57;
	font-weight: bold;
}
#cart tr > td.price3 {
	font-size: 13px;
	color: #555555;
	font-weight: normal;
}
#cart tr > td.title{
	color: #3D2519;
	background:#DEEBF4;
}
#cart tr > td.title2 {
	font-size: 13px;
	color: #999999;
}
#cart .title2 {
	padding: 15px 0 5px 0;
}

/***********************************************************************/
/***********************************************************************/
.form{
	width: 680px;
	margin: 0 auto;
	position: relative;
}
.form .same{
	position: absolute;
	color: #D0D0D0;
	right: 6px;
	top: -60px;
	padding: 0px;
	margin: 0px;
	background: none !important;
}
.form .same td{
	background: none !important;
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 12px;
	color: #B7B7B7;
}
.form_title {
	margin:0 auto;
	text-align:center;
	padding: 40px 0 20px 0;
}
.form .list {
	color:#D0D0D0;
	padding-left:30px;
}
.form .list a{
	color:#D0D0D0;
	text-decoration:none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
.form .list a:visited{
	color:#D0D0D0;
	text-decoration:none;
}
.form .list a:hover{
	color:#DDC186;
	text-decoration: none;
}
.form tr > td span{
	color: #777777;
}
.form table{
	border-collapse:collapse;
}
.form tr > td {
	color: #777777;
	padding: 10px 15px;
	border: #C1DAEA 1px solid;
}
.form tr > td.title{
	color:#AE9059;
	font-weight:bold;
	background:#1C1C1C;
}
.form tr > td.title_use{
	color: #3D2519;
	background:#DEEBF4;
}
.form tr > td.title_use img{
	padding:5px 10px 0px 0px;
}
.form tr > td table tr td{
	padding: 0px 0px;
	border-bottom: none;
}
.form .box{
	padding:10px;
	border:#E9E1D6 1px solid;
}


.text {
	text-align: center;
	color: #808080;
	padding: 20px 50px;
}
.text a {
	color: #E94B44;
	text-decoration: underline;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
.text a:visited {
	color: #66513F;
	text-decoration: underline;
}
.text a:hover {
	color: #6C6C6C;
	text-decoration: underline;
}
.text h1 {
	color: #3CCBDB;
	font-size: 16px;
	padding: 10px 0;
	font-weight: bold;
}
.text h1 span {
	color: #FF7F00;
	font-weight: bold;
}
.text h2 {
	color: #835F43;
	padding: 0 0 10px 0;
	font-weight: bold;
}
.text h2 span {
	color: #BFA33F;
	font-weight: bold;
}
.text h3 {
	color: #E6463E;
	font-size: 16px;
	padding: 10px 0;
}
/************************************************************************************/
#payform{
	width: 680px;
	position: relative;
	color: #717171;
	margin: 0 auto;
}
#payform span{
	color: #777777;
}
#payform table.bg_use td{
	background: url(../wrapper/img/bg.jpg);
}
#payform table{
	border-collapse:collapse;
}
#payform tr > td {
	color: #777777;
	padding: 10px 10px;
}
#payform tr > td.title_use{
	color: #3D2519;
	padding-left: 15px;
}
#payform tr > td.title_use img{
	padding:5px 13px 0px 0px;
}
#contact tr > td table tr td{
	padding: 0px 0px;
	border-bottom: none;
}
