/* -----------------------------------------------------------------------
 *	Learn About Section
 *
 *  This style sheet manages all styles for the Learn About section pages.
 *  This style inherits from the layout.css and typography.css.
 *
 * -----------------------------------------------------------------------
 */ /**
 * Overrides Rounded Box Padding for content
 **/
#content-inner .rounded-box {
	padding: 12px 24px 24px 24px;
}

#content-inner .rounded-header-light-inner h2 {
	color: #333;
}

#become-a-supplier p {
	margin-top: 5px;
}

#individual ul {
	margin: 124px 55px 20px 25px !important;
}


.green-list,div.green-list {
	background-color: #E6F0C9;
	border: 2px solid #C4D398;
	padding: 10px 30px;
	font-size: .825em;
	/* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
	line-height: 1.6em;
}

.green-list {
	margin: 30px 55px 20px 25px;
}

div.green-list {
	margin: 10px;
	padding: 10px 20px;
	font-size: 1em;
}

/**
 * Cricket Wireless Page
 **/
#become-a-supplier .rounded-box.small-font p,#learn-coverage .rounded-box.small-font p,#learn-coverage-second .rounded-box.small-font p
	{
	line-height: 1.8em;
}

.rounded-header-light-inner h2 {
	color: #333;
}

/**
 * Override Sidebar-Left
 **/
.sidebar-left #content-inner,.two-sidebars #content-inner {
	padding-left: 231px;
	/* The width + left margin of #sidebar-left + any left "margin" gap. */
}

#sidebar-left {
	width: 219px !important;
	margin-right: -219px !important;
	/* Negative value of #sidebar-left's width + left margin. */
}
/* Override ul li rounded-box*/

div.rounded-box ul li{font-family:Verdana,sans-serif; font-size: 0.825em; line-height: 1.6em}

