/*
## webshoplight.css - Contains style for membership webshop
*/
.membership_form {
	margin-top: 15px;
}

.products {
	float: left;	
}

.main_membership {
	float: left;
	padding-bottom: 15px
}

.product_radio {
	width: 30px;
	float: left;
}

.product_name {
	width: 150px;
	float: left;
}

.product_price {
	width: 70px;
	float: right;
}

.product_spacer {
	width: 30px;
	height: 40px;
	float: left;
}

.product_description {
	width: 400px;
	margin-left: 30px;
}

.product {
	width: 500px;
	float: left;
	padding-bottom: 10px;
}

.product_top {
	float: left;
}

.product_bottom {
	float: left;
}

.membership_attribute {
	width: 90px;
	padding: 2px 0px 1px 0px;
}

.membership_input {
	width: 80px;
	padding: 2px 0px 1px 0px;
}

.membership_attribute_long {
	width: 130px;
	padding: 2px 0px 1px 0px;
}

.membership_input_long {
	width: 200px;
	padding: 2px 0px 1px 0px;
}

input.long {
	width: 180px;
}

td.spacer {
	width: 30px;
}

.membership_extra {
	clear: left;
}

.extra_div {
	padding-bottom: 5px;
}

.extra_checkbox {
	float: left;
	width: 20px;
	padding-top: 5px;
}

.type_header {
	font-weight: bold;
}

.section_header {
	padding: 10px 0px 2px 2px;
	font-style: italic;
}

.conditions_content {
	padding: 0px 0px 10px 0px;
}

.inputName {
	width: 120px;
	float: left;
}

#content form select.expiryMonth {
	width: 65px;
	float: left;
}

#content form select.expiryYear {
	width: 55px;
}

a.cardLink {
	float: left;
}

.visa {
	float: left;
}

.mastercard {
	float: right;
}

.cardDetails {
	display: block;
	clear: both;
	height: 45px;
	width: 200px;
	padding-bottom: 5px;
}

input.cardType {
	margin: 5px;
	margin-top: 15px;
}

.cvc2 {
	width: 30px;
}

.cvcExplain {
	float: right;
	padding-top: 20px;
}

.payForm {
	float: left;
	width: 300px;
	padding-top: 20px;
}

.leftColumn {
	width: 170px;
	float: left;
}

#extranetMemberID {
  font-size: 200%;
}
.renewal-margin {
  margin-top: 5px;
}
