/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.contentbg {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}
.containerproduto {
	width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
    font-family: Tahoma;
	color: #cc3300;
	font-size: 16px;
}
.containermaster_laranjahomem {
	width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-image: url(homem1bg.gif); 
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.headerhomem {
	background-image: url(headerhomem.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #cc3300;
	font-family: verdana;
	font-weight: bold;
	font-size: 16px;
	height: 44px;
	padding-top: 5px;
	padding-bottom: 3px;
}


