@charset "utf-8";
/* CSS Document */

.content-hw-radio{
	float: left;
	width:305px;
	height: auto;	
	margin-top:20px;
}
	.content-hw-radio ul {
		float:left;
		display:block;
		width:305px;
		height:124px;
		margin:0px;
		padding:3px 0px 3px 0px;
		margin-top:5px;
		background-color:#CECFCF;
	}
	* html .content-hw-radio ul, .content-hw-radio ul li{
		padding:0px;
		margin:0px;
	}
	
		.content-hw-radio ul li{
			float:left;
			height:117px;
			display:inline;
			margin:3px 0px 0px 12px;
		}
			.seta-left{
				float:left;
				width:20px;
				height:124px;
				background:url(http://wiseup.tecnologia.ws/assets/HWS/images/seta-left-cinza.png) no-repeat;
			}
			.seta-left:hover{
				float:left;
				width:20px;
				height:124px;
				cursor:pointer;
				cursor:hand;
				background:url(http://wiseup.tecnologia.ws/assets/HWS/images/seta-left-red.png) no-repeat;
				
			}
			.seta-right{
				float:right;
				width:20px;
				height:124px;
				background:url(http://wiseup.tecnologia.ws/assets/HWS/images/seta-right-cinza.png);
			}
			.seta-right:hover{
				float:right;
				width:20px;
				cursor:pointer;
				cursor:hand;
				height:124px;
				background:url(http://wiseup.tecnologia.ws/assets/HWS/images/seta-right-red.png);
				
			}
		.item-radio{
			float:left;
			width:113px;
			height:108px;
			background-color:#fff;
			padding:8px 8px 0px 8px;
			margin:0px 0px 0px 3px;
		}
		* html .item-radio{
			padding:8px 5px 0px 5px;
			margin:0px 0px 0px 3px;
		}
	
			.item-radio h2{
				font-family:Tahoma, Geneva, sans-serif;
				font-size:12px;
				color:#AE006D;
				margin-top:5px;
			}
			.item-radio p{
				font-family:Tahoma, Geneva, sans-serif;
				font-size:10px;
				color:#2F404B;
			}

		

