#progress{
	display: none;
	position: absolute;
	z-index: 1100;
	margin: 0 -25px -25px 0;
	top: 0;
	left: 0;
}
#body .bag-order b {
    font-size: 18px;
    padding: 4px;
    color: #666;
}
#body .bag-order td, #body .bag-order span, #body .bag-order input, #body .bag-order textarea {
	vertical-align: center;
    font-size: 14px;
    color: #666;
}
#body .bag-order span {
	line-height: 26px;
}
#body .bag-order td
{
	padding: 2px;
}
#body .bag-order  input.text, textarea {
	width: 330px;
    color: #000;
}
#body .bag-order  input.radio {
	width: 20px;
}
#body .bag-order  p {
	font-size: 10px;
	padding: 2px;
	color: #888;
}
#body .bag-order label.error {
	font-size: 10px;
	padding: 2px;
	margin-left: 10px;	
	color: red;
}
#body .bag-order input.error {
	vertical-align: center;
    font-size: 14px;
	text-align: left;
	color: red;
}
#body .bag-order #order-submit
{
	font-size: 20px;
	padding: 4px;
	margin-left: 1%;
}



#body .bag-order-success{
	text-align: center;
	line-height: 100px;
}
#body .bag-order-success b {
    font-size: 28px;
    
    padding: 4px;
    color: #666;
}
#body .bag-order-success   p {
	font-size: 10px;
	line-height: 14px;
	padding: 2px;
	color: #888;
}



#body .bag-order-view{

}
#body .bag-order-view .header{
    background: #eee;
    margin: 4px 0 4px 0;
    width: 100%;
    text-align: left;
}
#body .bag-order-view b{
    font-size: 18px;
    padding: 0 4px 0 4px;
    color: #666;
}

#body .bag-order-view td{
	padding: 5px 142px 8px 72px;
	border-bottom: 1px solid #eee;
}

#body .bag-order-view .image IMG {
    width: 50px;
    border: 1px solid #888;
	float: left;
	left: -62px;
	margin-right: -62px;
	margin-top: 3px;
	position: relative;
	z-index: 991;
}

#body .bag-order-view .count_and_price {
    width: 120px;
	float: right;
	right: -132px;
	margin-left: -132px;
	margin-top: 3px;
	position: relative;
	z-index: 991;

}

#body .bag-order-view .count_and_price span {
	line-height: 24px;
    font-size: 14px;
    color: #666;
    width: 50px;
}
#body .bag-order-view .count_and_price input {
    font-size: 14px;
    color: #666;
    width: 50px;
	text-align: right;
	float: right;
}
#body .bag-order-view .count_and_price div {
	margin-top: 5px;
    font-size: 18px;
    color: #CC6300;
	text-align: center;
}


#body .bag-order-view .name {
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}
#body .bag-order-view .author {
    color: #888;
    font-size: 10px;
    text-decoration: none;
}
#body .bag-order-view .del {
    color: #CC6300;
    font-size: 10px;
    text-decoration: none;
    border-bottom: 1px dashed #CC6300;
    cursor: pointer;
}

#body .bag-order-view .summary {
    color: #888;
    font-size: 16px;
    padding-left: 8px;
    padding-bottom: 4px;
	border-bottom: 1px solid #eee;
}
#body .bag-order-view .summary span{
    font-size: 16px;
    font-weight: bold;
    color: #CC6300;
}
#body .bag-order-view button{
	font-size: 20px;
	padding: 4px;
	margin-left: 8px;
}
#body .bag-order-view p{
	font-size: 10px;
	line-height: 14px;
	padding: 2px 2px 2px 8px;
    color: #888;
}