#buy_type {
	width: 670px;
	padding: 5px;
	/*min-height: 650px;*/
}
#buy_multi {
	position: relative;
	/*float: left;*/
	width: 325px;
	width: 660px;
	height: 450px;
	
	padding: 5px;
	
	border-bottom: 1px dashed #aaa;
	margin-bottom: 20px;
}
#buy_rs {
	/*float: left;*/
	width: 325px;
	width: 660px;
	position: relative;
	padding: 5px;
	height: 280px;
}

p#premium_pub {
	position: absolute;
	text-align: center;
	left: 25%;
	bottom: 0;
}

.buy_choice {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #c00;
	margin-bottom: 30px;
}
.buy_titre {
	font-size: 18px;
	color: #c00;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-bottom: 10px;
}



.buy_detail {
	position: relative;
	width: 100%;
	border-collapse:collapse; 
}
.buy_detail td {
	width: 100px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
}


#buy_type #order {
	position: relative;
	margin-bottom: 20px;
	background: url(../images/step_buy.png) no-repeat;
	height: 60px;
}
#buy_type #order #step_1 {
	position: absolute;
	left: 30px;
	top: 7px;
}
#buy_type #order #step_2 {
	position: absolute;
	left: 255px;
	top: 7px;
}
#buy_type #order #step_3 {
	position: absolute;
	left: 480px;
	top: 7px;
}
#buy_type #order div.txt {
	position: absolute;
	width: 100%;
	text-align:center;
	top: 8px;
}
#buy_type #order div.active {
	color: #eee;
	height: 45px;
	width: 160px;
	background: url(../images/step_buy.png) -32px -74px no-repeat;
}
#buy_type #order div.active a {
	color: #eee;
}
#buy_type #order div.active span {
	font-size: 24px;
	font-weight: bold;
	color: #ddd;
}
#buy_type #order div.inactive {
	color: #777;
	height: 45px;
	width: 160px;
	background: url(../images/step_buy.png) -254px -74px no-repeat;
}
#buy_type #order div.inactive a {
	color: #777;
}
#buy_type #order div.inactive span {
	font-size: 24px;
	font-weight: bold;
	color: #666;
}




#rentabiliweb {
	padding: 5px;
	text-align: center;
	width: 400px;
	margin: auto;
	margin-bottom: 20px;
}
#rentabiliweb input[type="text"] {
	border: 1px solid #ccc;
}
#rentabiliweb input[type="submit"] {
	margin-top: 10px;
}


#paypal {
	padding: 5px;
	text-align: center;
	width: 400px;
	margin: auto;
	margin-bottom: 20px;
}

.icon {
	position: relative;
	height: 0px;
}
.icon .popup {
	position: absolute;
	left: 0;
	bottom: 0;
}



#compare {
	width: 100%;
	empty-cells: hide;
	border-collapse: collapse;
}
#compare td {
	padding: 5px;
	text-align: center;
	border: 1px solid #ccc;
}
#compare td.top {
	font-size: 16px;
}
#compare td.top_left {
	border: none;
}
#compare td.left {
	text-align: left;
}
#compare td.left img {
	margin-right: 5px;
}
#compare td.middle {
	
}
#compare td.right {
	
}
