/* 
================================
 Container Styles for skins-store
================================
*/   
.dialogtitle1{ font:normal 14px  Arial, Helvetica, sans-serif; color:#000000; }
.dialogtitle2{ font:normal 14px  Arial, Helvetica, sans-serif; color:#000000; }
.lightgreen_title{ font:normal 14px  Arial, Helvetica, sans-serif; color:#999999; }
.green_title{ font:normal 14px  Arial, Helvetica, sans-serif; color:#999999; }
.gray_title{ font:normal 14px  Arial, Helvetica, sans-serif; color:#999999; }

.content {
	padding:5px 5px;
}

.whitefont {
	color:#FFFFFF;
}
.whitefont P{
	color:#FFFFFF;
}

/* lightgreen container */
.lightgreenbar{
	background:url(container_02.jpg) repeat-x bottom ;
	height:28px;
	padding:0px 5px 0px 5px;
}
.lightgreencontent {
	background:url(lightgreen_bg.jpg)  repeat-x bottom;
	height:111px;
	padding:5px;
}

/* green container */
.greenbar{
	background:url(container_03.jpg) repeat-x bottom ;
	height:28px;
	padding:0px 5px 0px 5px;
}
.greencontent {
	background:url(green_bg.jpg) repeat-x bottom;
	height:111px;
	padding:5px;
}

/* gray container */
.graybar{
	background:url(container_01.jpg) repeat-x bottom ;
	height:28px;
	padding:0px 5px 0px 5px;
}


