/* 
 WCEX DL Seller
*/


/* =item_single.php
-------------------------------------------------------------- */

.date .item-info .skuform {
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
}
#itempage .dlseller-wrap {
	margin: 0 0 10px;
}
#itempage table.dlseller {
	margin: 0;
}
#itempage .field table.dlseller {
	margin-bottom: 20px;
}
#itempage table.dlseller th {
	background: none;
}
.item-info .field_frequency {
	padding: 0 10px;
	background-color: #999;
	line-height: normal;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

table.item_custom_field th,
table.dlseller th,
table.item_custom_field td,
table.dlseller td {
	width: auto;
	padding: .714286em;
	background: none;
	white-space: normal;
}

/* =Cart Page
-------------------------------------------------------------- */

#wc_customer #nav {
	margin: .714em 0 0 .714em;
}
#wc_ordercompletion .item_info_list {
	margin: 0 10px;
}
#wc_ordercompletion .dllist table {
	margin-bottom: 10px;
}
#wc_ordercompletion a.redownload_button {
	height: 40px;
	margin: 0 0 10px;
	padding: 0 40px;
	background-color: #e40020;
	line-height: 40px;
}
#wc_ordercompletion a.redownload_button:hover {
	background-color: #ff0024;
}

/* =Member Page
-------------------------------------------------------------- */

#memberinfo table.retail .redownload_link {
	margin: 5px 0 0;
}
#memberinfo table.retail .redownload_link a {
	display: inline-block;
	font-weight: bold;
	padding: 8px;
	background: none;
	white-space: nowrap;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

@media screen and (min-width: 46.25em) {
	
	#wc_customer #nav {
		margin: .714em 0 0;
	}
}

/**
 * 16.4 Desktop Small 1000px
 */
@media screen and (min-width: 62.5em) {


/* =item_single.php
-------------------------------------------------------------- */

	#itempage .dlseller-wrap {
		margin: 0 0 15px;
	}


/* =Cart Page
-------------------------------------------------------------- */

	#wc_ordercompletion .item_info_list {
		margin: 0;
	}
	#wc_ordercompletion .dllist table {
		margin-bottom: 10px;
	}
	#wc_ordercompletion a.redownload_button {
		height: 40px;
		margin: 0 0 10px;
		padding: 0 40px;
		background-color: #e40020;
		line-height: 40px;
	}
	#wc_ordercompletion a.redownload_button:hover {
		background-color: #ff0024;
	}


}