/* CSS Document */

table#cart_table {
	width: 100%;
}
.dlseller_terms {
	height: 200px;
	width: 300px;
	overflow: scroll;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
/*table.dlseller_cart {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}
table.dlseller_cart th {
	background-color: #F2F2F2;
	text-align: left;
	white-space: nowrap;
	padding: 5px;
	font-weight: normal;
	width: 120px;
}
table.dlseller_cart th em{
	color: #FF0000;
}
table.dlseller_cart td {
	padding: 5px;
}
*/
table.item_custom_field,
table.dlseller {
	width: 100%;
}
table.item_custom_field th,
table.dlseller th {
	background-color: #F2F2F2;
	text-align: left;
	white-space: nowrap;
	padding: 3px 5px;
	font-weight: normal;
	width: 120px;
}
table.item_custom_field td,
table.dlseller td {
	padding: 3px 5px;
	background-color: #F2F2F2;
	color: #000000;
}
/* redownload */
#cart_completion .dllist li,
.download .dllist li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

#cart_completion .thumb,
.download .thumb {
	float: left;
}

#cart_completion table,
.download table {
	border: 1px solid #999999;
}

#cart_completion .item_info_list,
.download .item_info_list {
	/*width: 300px;*/
	margin-left: 210px;
}

#cart_completion .redownload_button,
.download .redownload_button {
	width: 180px;
	height: 36px;
	background-image: url(images/dl_button.gif);
	background-repeat: no-repeat;
	display: block;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	text-indent: -9999px;
}

#cart_completion .clear,
.download .clear {
	clear: both;
}

.send {
	margin-top: 50px;
	margin-bottom: 10px;
	text-align: center;
}

.post_con {
	margin-top: 15px;
}

.field_name {
	font-weight: bold;
}

.field_dlprice {
	text-align: right;
}
.field_button {
	text-align: right;
}

.service_skuform {
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}
.autocharge{
	margin-right: 0px;
	margin-left: auto;
}

.itemsubimg{
	clear: both;
}