body, textarea
{
	background-color: #FFFFFF;
	color: #696969;
	font-family: Tahoma, Helvetica,Verdana, "Trebuchet MS" ,Sans-Serif;
	font-size: 0.85em;
	margin: 0;
	padding: 0;
}
a
{
	color: #4183C4;
	cursor: pointer;
}
a:link
{
	color: #4183C4;
	text-decoration: none;
}
a:visited
{
	color: #4183C4;
}
a:hover
{
	color: #1D60FF;
}
a:active
{
	color: #707070;
}
a.backlink
{
	display: block;
	margin: 10px 0;
}

a.red
{
	color: Red;
}
p, ul
{
	line-height: 1.6em;
	margin-bottom: 20px;
}

img
{
	border-style: none;
	border-width: 0px;
}

p.text-big
{
	font-size: 25px;
	text-align: center;
	color: #707070;
	font-weight: lighter;
	font-family: 'Segoe UI Light' , 'Segoe UI' , Arial, Verdana, Tahoma, sans-serif;
}

pre
{
	margin: 0;
	padding: 0;
	text-indent: 0;
	text-align: left;
	white-space: pre-line;
	font-family: Verdana;
	font-size: 11px;
}


header, footer, nav, section
{
	display: block;
}
h1, h2, h3, h4, h5, h6
{
	color: #000000;
	font-size: 1.5em;
}
h1
{
	font-size: 2em;
	margin-bottom: 0;
	padding-bottom: 0;
}
h1.title-big
{
	clear: both;
	font-size: 70px;
	text-align: center;
	font-style: normal;
	color: #707070;
	font-weight: lighter;
	font-family: 'Segoe UI Light' , 'Segoe UI' , Arial, Verdana, Tahoma, sans-serif;
}

h1.title-big.small
{
	font-size: 40px;
}



h2
{
	padding: 0 0 10px;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}
h2.maintitle
{
	font-weight: 600;
	margin: 0;
	padding: 0;
}
h4.tight, p.tight
{
	margin: 0;
	padding: 0;
}
h1.gray, h2.gray, h3.gray, h4.gray, h5.gray, h6.gray
{
	color: #999999;
}

a.button-big
{
}


span.red 
{
	color:Red;    
}


.tight-top
{
	margin-top: 0;
	padding-top: 0;
}

.page
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0;
	width: 100%;
}
.wrap, #message div
{
	width: 1000px;
}
.page, .wrap, #message div
{
	margin-left: auto;
	margin-right: auto;
}
header, #header
{
	background-image: url("/Content/images/bg/top_bg.gif");
	background-position: center top;
	background-color: #586570;
	background-repeat: repeat-x;
	color: #000000;
	height: 70px;
	margin: 0;
	padding: 0;
}
header h1, #header h1
{
	border: medium none;
	color: #FFFFFF;
	font-size: 20px !important;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
}
.main
{
	background-color: #F5F5F5;
	background-image: url("/Content/images/bg/content_bg.gif");
	background-repeat: repeat-x;
	padding-bottom: 10px;
}
#main
{
	padding: 15px 30px;
}
footer, #footer
{
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	clear: both;
	color: #999999;
	font-size: 0.9em;
	line-height: normal;
	margin: 0px 0px 30px 0px;
	padding: 10px;
	text-align: left;
}
#footer-left
{
	float: left;
}
#footer-right
{
	float: right;
	width: 300px;
}
#message
{
	width: 100%;
	position: fixed;
	top: 0px;
	display: none;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
#message.s
{
	background-color: #E1FFDA;
	border-bottom: 4px solid Green;
	color: Green;
}
#message.w
{
	background-color: #FFEEEE;
	border-bottom: 1px solid #FDC7C7;
	color: red;
}
#message-content
{
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-top: 15px;
}
#message.s #message-content
{
	background-image: url("/Content/images/sucess.png");
}
#message.w #message-content
{
	background-image: url("/Content/images/fail.png");
}
#message-close
{
	float: right;
	margin-top: 10px;
}
#message-close:hover
{
	cursor: pointer;
}
ul#menu
{
	height: 70px;
	margin: 0px auto 0px auto;
	padding: 5px 0 0;
	text-align: left;
}
ul#menu li
{
	display: inline;
	list-style: none outside none;
	padding: 0;
}
ul#menu li a
{
	background-position: center 5px;
	background-repeat: no-repeat;
	border-radius: 4px 4px 4px 4px;
	color: #DEDFE0;
	display: inline-block;
	padding: 35px 5px 4px;
	text-align: center;
	text-decoration: none;
    font-size: 11px;
	width: 65px;
}
ul#menu li a:hover
{
	background-color: #3A4249;
	color: #FFFFFF;
	text-decoration: none;
}
ul#menu li a:active
{
	background-color: #FFFFFF;
	color: #3A4249;
	text-decoration: none;
}
ul#menu li.selected a
{
	background-color: #FFFFFF;
	color: #000000;
}
ul#menu li a.dashboard
{
	background-image: url("/Content/images/icon_menu_dashboard.png");
}
ul#menu li a.control
{
	background-image: url("/Content/images/icon_menu_control.png");
}

ul#menu li a.actionplans {
    background-image: url("/Content/images/icon_menu_action_plans.png");
}

ul#menu li a.assesments
{
	background-image: url("/Content/images/icon_menu_assesments.png");
}
ul#menu li a.process
{
	background-image: url("/Content/images/icon_menu_process.png");
}
ul#menu li a.reports
{
	background-image: url("/Content/images/icon_menu_report.png");
}
ul#menu li a.weight
{
	background-image: url("/Content/images/icon_menu_weight.png");
}
ul#menu li a.tests
{
	background-image: url("/Content/images/icon_menu_tests.png");
}
ul#menu li a.system
{
	background-image: url("/Content/images/icon_menu_system.png");
}
ul#menu li a.customers
{
	background-image: url("/Content/images/customers.png");
}
ul#menu li a.users
{
	background-image: url("/Content/images/users.png");
}
ul#menu li a.items
{
	background-image: url("/Content/images/items.png");
}
ul#menu li a.economy
{
	background-image: url("/Content/images/economy.png");
}
ul#menu li a.log
{
	background-image: url("/Content/images/icon_menu_log.png");
}
ul#submenu
{
	border-bottom: 2px solid #CCCCCC;
	margin: 0 0 5px;
	padding: 2px;
	vertical-align: bottom;
}
ul#submenu li
{
	display: inline;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
ul#submenu li a
{
	color: #4183C4;
	font-weight: bold;
	height: 24px;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
}
ul#submenu li a:hover
{
	border-bottom: 2px solid #4183C4;
	color: #333333;
	text-decoration: none;
}
ul#submenu li a:active
{
	border-bottom: 2px solid #999999;
	text-decoration: none;
}
ul#submenu li.selected a
{
	border-bottom: 2px solid #4183C4;
	color: #333333;
}
ul#breadcrumbs
{
	margin: 0 0 10px;
	padding: 0 0 0 5px;
	text-align: left;
}
ul#breadcrumbs li
{
	background-image: url("/Content/images/arrow_left.gif");
	background-position: right center;
	background-repeat: no-repeat;
	display: inline;
	list-style: none outside none;
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
}
ul#breadcrumbs li:last-child
{
	background-image: none;
}



fieldset
{
	border: 1px solid #DDDDDD;
	margin: 0 0 5px;
	padding: 10px 1.4em 1.4em;
}
fieldset.save
{
	border-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
fieldset.filter
{
	margin-bottom: 0;
	padding: 5px;
	border-bottom: solid 1px #d1d1d1;
	background-image: url('/Content/images/bg/lightgray2.png');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #e7e7e7;
}
fieldset.filter div
{
	display: inline;
}
fieldset.filter .editor-label
{
	margin: 0px;
	width: auto;
	float: none;
}

fieldset.filter .editor-field
{
}

fieldset.filter h3
{
	margin: 0px;
	color: #333333;
	font-weight: normal;
	font-size: 11pt;
}

fieldset.filter input[type='submit']
{
	float: right;
	background: none;
	color: black;
	border-left: solid 1px #d1d1d1;
}


fieldset legend
{
	font-size: 1.2em;
	margin: 10px;
}
fieldset p
{
	margin: 0px 0px 10px 0px;
}

.list-checkbox
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
}
.list-checkbox li ul
{
	font-weight: normal;
	list-style-type: none;
	padding-left: 5px;
}

.list-checkbox li ul span
{
	font-weight: bold;
}
.list-checkbox li ul li
{
	padding-left: 5px;
}


input[type="text"], input[type="password"], textarea
{
	border: 1px solid #CCCCCC;
	color: #444444;
	font-size: 1.2em;
	padding: 2px;
	width: 200px;
	height: 25px;
}



textarea
{
	min-height: 45px;
}

textarea.short
{
	width: 200px;
}

textarea.big
{
	min-height:200px;    
}


select
{
	border: 1px solid #CCCCCC;
	color: #444444;
	font-size: 1.2em;
	padding: 2px;
	height: 25px;
}
input[type="submit"], .button-create, .button
{
	background-color: #3A4249;
	border-radius: 4px 4px 4px 4px;
	border-style: none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
}

a.button  
{
	color:White;    
	font-size:10pt;
}

a.button.unselected 
{
		color:#cecece;
}

input:disabled, textarea:disabled, select:disabled
{
	background-color: #eeeeee;
}
input[type="submit"]:disabled
{
	color: #BEBEBE;
}
input.short
{
	width: 40px;
}

input.short-number[type="text"]
{
	width: 30px;
}
a.button-create
{
	color: #FFFFFF;
}
input.full-width[type="text"]
{
	width: 570px;
}
textarea.full-width
{
	width: 950px;
}

.wide, textarea
{
	width: 570px;
}
.required
{
	color: Red;
	margin-left: 5px;
	margin-right: 5px;
}
.required-description
{
	font-style: italic;
}
.table
{
	border: medium none;
	border-collapse: collapse;
	width: 100%;
}
.table td
{
	padding: 5px;
	vertical-align: text-top;
}
.table thead tr th
{
	border-bottom: 1px solid #E8EEF4;
	padding: 6px 5px;
	text-align: left;
}
.table tbody tr:hover > td, .table tbody tr.selected > td
{
	background-color: #586570;
	color: #FFFFFF;
}
.table tbody tr:hover td a, .table tbody tr.selected td a
{
	color: #9EBEF2;
}
.table thead tr th.check
{
	width: 20px;
}
.table tbody tr.group td
{
	background-color: inherit;
	color: inherit;
	font-weight: bold;
	padding-top: 5px;
}

.table tbody.tr.alt
{
	background-color: #E9E9E9;
}


.tr-info:hover
{
	cursor: pointer;
}
.table tbody tr.list-info > td
{
	border: solid 1px #cecece;
	background-color: #fff;
	margin-bottom: 5px;
	display: none;
	color:inherit;
}
.table tbody tr.list-info:hover > td
{
	background-image: none;
}
.table tbody tr.list-info > td a
{
	color: #4183C4;
}

.table thead tr th.version
{
	width: 50px;
}



.grid-filter
{
	border: 1px solid #DDDDDD;
	margin-bottom: 0;
	padding: 4px;
	border-bottom: solid 1px #d1d1d1;
	background-image: url('/Content/images/bg/lightgray2.png');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #e7e7e7;
}

.inner
{
	padding: 3px 10px;
}

/* Pager */



.grid-header
{
	margin: 0;
	padding: 0;
}

.grid-options
{
	text-align: right;
}

.grid-results
{
	margin: 5px 0;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}




.paging
{
	/* 	margin: 5px 0; 	border: 1px solid #ccc; 	background-color: #f1f1f1; 	*/
	margin: 8px 3px;
	padding: 3px;
}

.pager .disabled
{
	border: 1px solid #ddd;
	color: #eeeeee;
	margin-top: 4px;
	padding: 3px;
	text-align: center;
	border-radius: 4px 4px 4px 4px;
}

.pager .current
{
	background-color: #3A4249;
	border-radius: 4px 4px 4px 4px;
	border-style: none;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 4px;
	padding: 3px 5px;
	text-align: center;
}

.pager span, .pager a
{
	margin: 4px 3px;
}

.pager a
{
	border-radius: 4px 4px 4px 4px;
	border-style: none;
	border: 1px solid #c0c0c0;
	padding: 3px 5px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.scroll-view
{
	overflow: scroll;
	width: 100%;
}


.clear
{
	clear: both;
}
.left
{
	float: left;
}
.right
{
	float: right;
}

.center
{
	text-align: center;
}

.column-left
{
	float: left;
	width: 780px;
}
.column-left-small
{
	float: left;
	width: 210px;
}
.column-left-3
{
	float: left;
	width: 293px;
}
.column-right-1
{
	float: left;
	width: 580px;
}
.column-right
{
	float: left;
	width: 780px;
}
.column-right-small
{
	float: left;
	width: 210px;
}

.column-three-double 
{
	width: 650px;
	float:left;    
}
.column-three-single
{
	width: 350px;
	float:left;      
}
.error
{
	color: Red;
}
ol.margin li, ul.margin li
{
	margin-bottom: 10px;
}

nav, #menucontainer
{
	border: 0 solid #CECECE;
	display: inline-block;
	margin-bottom: auto;
	margin-left: auto;
}
div#title
{
	display: block;
	padding-top: 15px;
	float: left;
	text-align: left;
	color: #fff;
	font-weight: normal;
	font-style: normal;
}
div#title, #logindisplay
{
	width: 169px;
}

#logindisplay
{
	margin-top: 5px;
	color: White;
	display: inline-block;
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px;
	text-align: right;
}
#logindisplay .email
{
	color: #CECECE;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 9pt;
	margin-bottom: 4px;
}
#logindisplay a:link
{
	color: white;
	font-size: 0.9em;
	font-weight: normal;
	margin-left: 10px;
	text-decoration: none;
}
#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}
#logindisplay a:hover
{
	color: white;
	text-decoration: none;
}
.field-validation-error
{
	color: #FF0000;
	margin-left: 5px;
}
.field-validation-valid
{
	display: none;
}
.input-validation-error
{
	background-color: #FFEEEE;
	border: 1px solid #FF0000;
}
.validation-summary-errors
{
	background-color: #FEF1EC;
	border: 1px solid #CD0A0A;
	color: #CD0A0A;
	margin: 10px 0;
	padding: 10px 15px;
}
.validation-summary-errors.light
{
	background-color: transparent;
	border-style: hidden;
	padding: 0px;
	font-weight: normal;
}
.validation-summary-errors.light span
{
	display: block;
	text-align: center;
}
.validation-summary-errors span
{
	display: block;
	font-weight: bold;
}
.validation-summary-errors
{
	color: #FF0000;
	font-weight: bold;
}
.validation-summary-valid
{
	display: none;
}
.input-validation-error
{
	background-color: #FEF1EC;
	border: 1px solid #CD0A0A;
	color: #CD0A0A;
	opacity: 0.7;
}
.input-validation-error span
{
	display: block;
	font-weight: bold;
}
.text-box
{
	width: 30em;
}
.text-box.multi-line
{
	height: 6.5em;
}
.tri-state
{
	width: 6em;
}
.prefix-label
{
	font-weight: bold;
}
.editor
{
	min-height: 50px;
}
.editor-label
{
	display: inline-block;
	float: left;
	padding-right: 8px;
	text-align: right;
	width: 150px;
	padding-top: 5px;
}
.editor-label label
{
	padding-right: 5px;
}
.editor-field
{
	display: inline-block;
}
.editor-description
{
	height: 25px;
	max-width: 550px;
}
.editor-description span
{
	display: none;
	font-size: 90%;
}
.content-margin
{
	margin: 10px;
}
.content-margin-top
{
	margin-top: 10px;
}
.content-margin-bottom
{
	margin-bottom: 10px;
}
.content-margin-left
{
	margin-left: 10px;
}
.content-margin-right
{
	margin-right: 10px;
}
.risk, .info, .highlight
{
	padding: 10px 15px;
}
.risk
{
	background-color: #FEF1EC;
	background-image: url("/Content/images/icon_menu_assesments.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	border: 1px solid #CD0A0A;
	padding-left: 50px;
}
.risk, .risk span
{
	color: #CD0A0A;
	color: Black;
}
.risk span
{
	display: block;
	font-weight: bold;
}
.highlight
{
	background-color: #FBF9EE;
	background-image: url("/Content/images/icon_warning.png");
	background-position: 5px center;
	background-repeat: no-repeat;
	border: 1px solid #FCEFA1;
	padding-left: 50px;
}
.highlight, .highlight span
{
	color: #363636;
}
.highlight span
{
	display: block;
	font-weight: bold;
}
.info
{
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	width: 300px;
	font-weight: bold;
	font-size: 14px;
	padding-left: 15px;
}


.info.wide
{
	width: auto;
}

.info h5
{
	font-weight: normal;
	color: #aaaaaa;
	margin: 0px;
	margin-bottom: 3px;
	margin-top: 8px;
	margin-left: -5px;
}

.panel
{
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	float: left;
	min-height: 150px;
	width: 305px;
}
.panel h1
{
	background-image: url("/Content/images/bg/top_bg.gif");
	background-position: center top;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0;
	padding: 3px 0 5px 5px;
}
.success
{
	background-color: #E1FFDA;
	border: 1px solid Green;
	color: Green;
	font-weight: bold;
	padding: 15px 30px;
}



















.ui-autocomplete
{
	background-color: white;
	border: 1px solid #CECECE;
	padding: 0;
	width: 350px;
}
.ui-autocomplete-selected
{
	background-color: #C5F3C8;
}
.ui-menu-item
{
	border-bottom: 1px solid #CECECE;
	list-style: none outside none;
	margin: 0;
}
.ui-state-hover
{
	background-color: #444A52;
	background-image: url("/Content/images/bg/top_bg.gif");
	background-position: center top;
	background-repeat: repeat-x;
	color: #DEDFE0;
}
.ui-menu-item a:hover
{
	color: #DEDFE0;
	cursor: pointer;
}
.ui-menu-item a
{
	display: block;
	padding: 0 5px;
}
.ui-menu-item .heading
{
	display: block;
	font-weight: bold;
}
.ui-menu-item:last-child
{
	border-bottom: medium none;
}
.ui-dialog
{
	background-color: White;
	border-radius: 4px 4px 4px 4px;
}
.ui-dialog-titlebar
{
	background-image: url("/Content/images/bg/top_bg.gif");
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 4px 4px 0px 0px;
	padding: 15px 10px;
}
.ui-dialog-titlebar-close
{
	color: White;
	float: right;
}
.ui-dialog-content
{
	padding: 10px;
}
.ui-widget-overlay
{
	background-color: Black;
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
}

.ui-datepicker
{
	background-color: White;
	padding: 5px 10px 5px 10px;
	border-radius: 0px 0px 4px 4px;
	border: 1px solid #CCCCCC;
	border-top-width: 0px;
}
.ui-datepicker-next
{
	float: right;
}
.ui-datepicker-title
{
	text-align: center;
}
.ui-datepicker a:hover
{
	background-color: transparent;
}


.process-item
{
	background-color: #B0B6D2;
	border-radius: 14px 14px 14px 14px;
	float: left;
	min-height: 150px;
	margin: 1%;
	width: 31%;
}
.process-item-title
{
	margin: 0;
	padding: 10px;
}
.process-item-content li
{
	background-color: #848DBA;
	border: 3px solid #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	margin: 10px;
	padding: 10px;
}
.process-item-content li:hover
{
	background-color: #707BB1;
	cursor: pointer;
}



.tab
{
	padding: 0px;
}
.tab li
{
	padding: 5px 10px 5px 10px;
	margin: 0px;
	list-style: none;
	display: inline-block;
	background-image: url('/Content/images/bg/tab.png');
	background-repeat: repeat-x;
	color: #ededed;
	border-left: solid 1px #aaaaaa;
}

.tab li:first-child
{
	border-radius: 4px 0px 0px 4px;
	border-left-style: none;
}

.tab li:last-child
{
	border-radius: 0px 4px 4px 0px;
}

.info-box
{
	min-width: 250px;
	display: none;
	background-color: #fff;
	border: solid 1px #cecece;
	position: absolute;
	padding: 5px;
}
.info-box-link:hover
{
	cursor: default;
}
.vcenter
{
	display: table-cell;
	vertical-align: middle;
}
img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bold
{
	font-weight: bold;
}

.hidden
{
	display: none;
}


ul.menu-left
{
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	width: 200px;
}
ul.menu-left li
{
	padding: 0px 4px 0px 0px;
	margin-left: 0px;
}
ul.menu-left li.break
{
	border-bottom-style: none;
	height: 10px;
}
ul.menu-left li a
{
	display: block;
	padding: 4px 0px 4px 10px;
	margin: 0px;
	border-bottom: solid 1px #cecece;
}
ul.menu-left li:last-child a
{
	border-bottom-style: none;
}
ul.menu-left li a:hover
{
	color: #333333;
}
ul.menu-left li.selected
{
	margin-left: 0px;
	padding-left: 0px;
}
ul.menu-left li.selected a
{
	background-image: url(/Content/images/bg/top_bg.gif);
	color: #DEDFE0;
}


.info-list-box
{
	list-style-type: none;
	padding: 0px;
	margin: auto;
}

.info-list-box .full-width
{
	width: 1000px;
}

.info-list-box > li
{
	text-align: left;
	margin: 0px;
	margin-right: 4px;
	margin-top: 4px;
	width: 300px;
	float: left;
	padding: 10px;
	background-color: #f1f1f1;
	min-height: 120px;
	font-family: Arial;
	font-weight: lighter;
}
.info-list-box.three li
{
	width: 308px;
}

.info-list-box > li.double
{
	width: 626px;
}

.info-list-box > li:hover
{
	background-color: #eeeeee;
}
.info-list-box > li > h2
{
	font-size: 20pt;
	color: #aaaaaa;
	margin: 0px;
	font-family: Arial;
	font-weight: lighter;
}
.info-list-box > li > h4
{
	font-size: 12pt;
	color: #aaaaaa;
	margin: 0px 0px 10px 0px;
	font-family: Arial;
	font-weight: lighter;
}
.info-list-box > li.stat div
{
	font-size: 70pt;
	margin-top: 30px;
	text-align: center;
}
.info-list-box > li .stat
{
	text-align:center;
	line-height:100px;
	font-size: 70pt;
	color: #aaaaaa;
	display:block;
}

.info-list-box > li.link 
{
	padding:0px;
	width: 341px;
	min-height:inherit;
}

.info-list-box > li.link a
{
	font-size:25px;
	width:309px;
	padding:10px;
	display:block;
}
.info-list-box > li.link a span.description
{
	padding-top:10px;
	color:#aaaaaa;
	font-size:15px;
	display:block;
}

