﻿
.RightBoxNoRows
{
	font-style: italic;
	font-size: 11px;
	display: block;
}
/*
###################################
	RightBox - Main
###################################
*/
.RightBox
{
	width: 221px;
	padding: 0px;
	padding-bottom: 16px;
}
.RightBoxNoPadding, .RightBoxNoPadding .RightBox
{
	padding-bottom: 0px;
}

/*
###################################
	RightBox 
###################################
*/
.RightBoxWrapper
{
    border: solid 1px #dcdbdb;
    min-height: 73px;
    height: auto !important;
    height: 73px;
    background-color:#ffffff;
    background-image: url('../Images/Design/Rightbox/span_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	font-size:12px;
}  
.RightBoxPadding
{
    padding: 11px 14px 34px 12px;    
}
.RightBoxHeader
{
    padding-bottom: 11px;    
}
.RightBoxIntro
{
    font-size:11px;
    padding-top: 5px;
    padding-bottom: 1px;  
}
.RightBoxItemArrow
{
    float:left;
    padding-top:8px;
    padding-right: 6px;    
    width: 13px;
    height: 8px;    
}
.RightBoxItemText
{
    float:left;    
    width: 180px;  
    line-height: 23px;  
}
.RightBoxItemText a
{
    font-weight:normal;      
}
.RightBoxFooter
{
    float:right;   
    padding-top: 6px; 
}

