/* ************************************************************************	* */
/* * Global Styles															* */
/* * NOTE: These styles are defined ONCE in EDITOR.CSS;						* */
/* * COPY over from editor.css to keep updated								* */
/* * sheets																	* */
/* ************************************************************************	* */

body /* NOTE: these sizes must match in ALL STYLE SHEETS */
{ 
	font-family: Arial;	
	font-size: 12px;	
	color: #535353;
	background-color: #fdf6e3;
}
a,a:visited,
a:active	
{
	font-size: 12px;	
	color: #690203;	
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}
a.arrow {
	background:transparent url(/resources/successrice/images/bul_arrow.gif) no-repeat scroll 0 3px;
	font-weight:bold;
	padding-left:15px;
}
h1 	
{
	font-size: 16px;	
	color: #535353;	
	margin: 0;	
	margin-bottom: 10px;
}
h2	
{
	font-size: 14px;	
	color: #535353;
}
h3
{
	font-size: 14px;	
	color: #690203;
}
div.contentArea ul
{
	padding: 5px 15px;
}
div.contentArea ul li
{
	list-style-image: url(/resources/successrice/images/features/bullet_yellow.gif);
}
div.contentArea ul li a
{
	text-decoration: none;
	color: #690203;
}
div.contentArea
{
	padding-right: 10px;
}

/* ************************************************************************	* */
/* * Editor Styles															* */
/* ************************************************************************	* */
.grey_header
{
	color: #535353;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px 0;
}
.red_header
{
	color: #690203;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px 0;
}
.blue_gradient_top
{
	display: block;
	text-align: left;
	background: url(/resources/successrice/images/features/center_short_blue_gradient_top.gif) rgb(255,255,255) no-repeat;
	color: #666;
	padding: 10px 15px;
	width: 514px; /* 544 - (15*2) = 514px */
}
.blue_gradient_bottom
{
	display: block;
	background: url(/resources/successrice/images/features/center_short_blue_gradient_bottom.gif) rgb(255,255,255) 0 100% no-repeat;
	color: #fff;
	width: 544px;
	line-height: 4px;
}
.pdf_icon
{
	display: inline-block;
	background: url(/resources/successrice/images/features/ico_pdf.gif) no-repeat 4px 4px;
	padding: 2px 2px 2px 25px;
	
}

/* ************************************************************************* */
/* * Content Area Styles * */
/* ************************************************************************* */
.section_title_text
{
	display: block;

	font-size: 18px;
	font-weight: bold;
	color: #666;
}


/* ************************************************************************* */
/* * Content Box Styles * */
/* ************************************************************************* */

.silver_border_bottom 
{
	line-height: 9px;
	font-size: 9px;
	height: 9px;
	display: block;
	/*width: 739px;*/
	background: url(/resources/successrice/images/edt_silver_border_bot.gif) no-repeat;
}

.gold_shaded_box_rounded 
{
	padding: 15px 15px 0px 15px;
	display: block;
	background: url(/resources/successrice/images/edt_gold_shaded_box_top.gif) no-repeat;
}

.gold_solid_box_rounded 
{
	padding: 15px 15px 0px 15px;
	display: block;
	background: url(/resources/successrice/images/edt_gold_solid_box_top.gif) no-repeat;
}

.gold_solid_box_rounded_bottom 
{
	line-height: 9px;
	font-size: 9px;
	height: 9px;
	display: block;
	/*width: 739px;*/
	background: url(/resources/successrice/images/edt_gold_solid_box_bot.gif) no-repeat;
}

.skyblue_shaded_box_rounded 
{
	padding: 15px 15px 0px 15px;
	display: block;
	background: url(/resources/successrice/images/edt_skyblue_shaded_box_top.gif) no-repeat;
}


.silver_border_bottom_small
{
	line-height: 9px;
	font-size: 9px;
	height: 9px;
	display: block;
	/*width: 739px;*/
	background: url(/resources/successrice/images/edt_silver_border_bot_sm.gif) no-repeat;
}

.gold_shaded_box_rounded_small
{
	padding: 15px 15px 0px 15px;
	display: block;
	background: url(/resources/successrice/images/edt_gold_shaded_box_top_sm.gif) no-repeat;
}

.skyblue_shaded_box_rounded_small
{
	padding: 15px 15px 0px 15px;
	display: block;
	background: url(/resources/successrice/images/edt_skyblue_shaded_box_top_sm.gif) no-repeat;
}

.our_guarantee 
{
	text-align: center;
	display: block;
	padding: 70px 75px;
	/*width: 535px;
	height: 361px;*/
	width: 385px;
	height: 221px;
	background: url(/resources/successrice/images/bg_our_guarantee.gif) no-repeat;
}

.our_guarantee_script_large
{
	color: #900;
	font-size: 28px;
	font-family: Times New Roman;
	font-weight: bold;
}

.our_guarantee_font_large
{
	color: #000;
	font-family: Times New Roman;
	font-size: 19px;
}


span.clsBodySubTitle 
{
	font-weight: bold;
	color: #01367F;
	font-size: 17px;
	display: block;
	padding-left: 25px;
	padding-bottom: 7px;
	background-color: #EDEEF5;
	border-bottom: solid 3px #CAD5E1;
}

