/* ************************************************************************	* */
/* * 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: #666;
}
a,a:visited,
a:active	
{
	font-size: 12px;	
	color: #690203;	
	text-decoration: none;
	font-weight: bold;
}
a:hover:
{
	text-decoration: underline;
}
div.clsDefaultContent ul
{
	padding: 5px 15px;
}
div.clsDefaultContent ul li
{
	list-style-image: url(/resources/successrice/images/features/bullet_yellow.gif);
}
div.LeftFeatures ul li a
{
	text-decoration: none;
	color: #690203;
}




/* ************************************************************************	* */
/* * FEATURE Styles															* */
/* ************************************************************************	* */
.grey_header
{
	color: #535353;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px 0;
}
.white_header
{
	color: #fff;
	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;
}


/* * left																	* */
/* ************************************************************************	* */
.left_blank_container
{
	display: block;
	text-align: left;
	padding: 15px 0px 15px 15px;
	width: 155px; /* 185 - (15*2) = 155px */
}
.left_blue_gradient_top
{
	display: block;
	text-align: left;
	background: url(/resources/successrice/images/features/left_bg_blue_gradient_top.gif) rgb(255,255,255) no-repeat;
	color: #666;
	padding: 10px 15px;
	width: 155px; /* 185 - (15*2) = 155px */
}
.left_blue_gradient_bottom
{
	display: block;
	background: url(/resources/successrice/images/features/left_bg_blue_gradient_bottom.gif) rgb(255,255,255) 0 100% no-repeat;
	color: #fff;
	width: 185px;
	line-height: 4px;
}

/* * Right																	* */
/* ************************************************************************	* */
.right_blank
{
	display: block;
	text-align: left;
	color: #666;
	padding: 10px 0px 10px 15px;
	width: 155px; /* 185 - (15*2) = 155px */
}
.right_darkorange_border
{
	border: 4px solid #a26b3e;
	display: block;
	text-align: left;
	background: url(/resources/successrice/images/features/right_bg_orangeborder.gif) rgb(255,252,252) repeat-x;
	color: #666;
	padding: 10px 15px;
	width: 145px; /* 185 - (15*2) - (5*2) = 145px */
}
.right_orange_top
{
	display: block;
	text-align: left;
	background: url(/resources/successrice/images/features/right_bg_orange_gradient_top.gif) rgb(253,235,180) no-repeat;
	color: #535353;
	padding: 10px 15px;
	width: 155px; /* 185 - (15*2) = 155px */
}
.right_orange_bottom
{
	display: block;
	background: url(/resources/successrice/images/features/right_bg_orange_gradient_bottom.gif) rgb(253,235,180) 0 100% no-repeat;
	color: #fde8b4;
	width: 185px;
	line-height: 5px;
}
.right_brown_top
{
	display: block;
	text-align: left;
	background: url(/resources/successrice/images/features/right_bg_brown_top.gif) rgb(162,107,62) no-repeat;
	color: #fff;
	padding: 10px 15px;
	width: 155px; /* 185 - (15*2) = 155px */
}
.right_brown_bottom
{
	display: block;
	background: url(/resources/successrice/images/features/right_bg_brown_bottom.gif) rgb(162,107,62) 0 100% no-repeat;
	color: #a26b3e;
	width: 185px;
	line-height: 5px;
}
.right_grey_top
{
	display: block;
	text-align: left;
	background: url(/resources/successrice/images/features/right_bg_grey_top.gif) rgb(154,151,148) no-repeat;
	color: #fff;
	padding: 10px 15px;
	width: 155px; /* 185 - (15*2) = 155px */
}
.right_grey_bottom
{
	display: block;
	background: url(/resources/successrice/images/features/right_bg_grey_bottom.gif) rgb(154,151,148) 0 100% no-repeat;
	color: #9a9793;
	width: 185px;
	line-height: 5px;
}
.right_yellow_top
{
	display: block;
	text-align: left;
	background: url(/resources/successrice/images/features/right_bg_yellow_top.gif) rgb(253,232,180) no-repeat;
	color: #fff;
	padding: 10px 15px;
	width: 155px; /* 185 - (15*2) = 155px */
}
.right_yellow_bottom
{
	display: block;
	background: url(/resources/successrice/images/features/right_bg_yellow_bottom.gif) rgb(253,232,180) 0 100% no-repeat;
	color: #fde8b4;
	width: 185px;
	line-height: 5px;
}

