/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: transparent;
	BORDER-RIGHT: #7994CB 0px solid; 
	BORDER-TOP: #7994CB 0px solid; 
	BORDER-LEFT: #7994CB 0px solid; 
	BORDER-BOTTOM: #7994CB 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_blue {
    padding-top: 3px;
    padding-left: 0px;
    background-color: transparent;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #FFFFFF;

}
.containerrow2_blue {
    background-color: transparent;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  10px;
    font-weight:    normal;
    color: #FFFFFF;
}

.leftlineproducts {
	padding-top: 25px;
	background-image: url(LeftLine.jpg);
	width:10px;
        background-repeat: no-repeat;
}
.leftlineproducts2 {
	padding-top: 25px;
	background-image: url(LeftLine2.jpg);
	width:10px;
        background-repeat: no-repeat;
}
.leftlineproducts5 {
	padding-top: 25px;
	background-image: url(LeftLine5.jpg);
	width:10px;
        background-repeat: no-repeat;
}



