/* BASE STYLES
-------------------------------------------------------------- */
img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
body {
	margin: 0 !important;
	line-height: 1.5em;
}
/* headings */

h1 {
	font-size:30px;
}
h2 {
	font-size:24px;
	color: #222;
}
h3 {
	font-size:16px;
	color: #222;
}
h1 {
	margin-bottom: 0.4em;
}
.home h1 {
	margin-bottom: 0.2em;
}
h2, h3 {
	margin-bottom: 0.5em;
}
strong {
	font-weight: bold;
}
abbr, acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}
em {/*bringing italics back to the em element*/
	font-style:italic;
}
ul, ol, dl {/*giving blockquotes and lists room to breath*/
	margin:1em;
}
blockquote {
	border-top: 3px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin: 1em;
	padding: 0.7em 0 0;
	font-size: 108%;
}
ol, ul, dl {/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}
ul li {/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th, td {/*borders and padding to make the table readable
	border:1px solid #000;
padding:.5em; */
}
th {/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p, li {
	font-size: 100%;
}
p, table {/*so things don't run into each other*/
	margin-bottom:1em;
}
a:link, a:visited {
	color: #690026;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
/* Accessible Styles */

#header h1 span, #header h2, #sidebar h2, #footer h2, .structurallabel, #primarynav h2, .home h2 span, h3 span, .accessible {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
.form:after, .clearfix:after, .RadUpload_HCUpload:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Buttons */
.button {
	height: 1px;
	display: block;
	overflow: hidden;
	padding-top: 32px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 8px;
	cursor: pointer;
	width: 110px;
	border: 0;
}
a.button {
	float: left;
}
a.more {
	background-image: url(../images/btn-find-out-more.gif);
}
.all-news {
	background-image: url(../images/btn-all-news.gif);
}
.more-news {
	background-image: url(../images/btn-more-news.gif);
}
.contact {
	background-image: url(../images/btn-contact-us.gif);
}
.contact-online {
	background-image: url(../images/btn-contact-online.gif);
}
.send {
	background-image: url(../images/btn-send.gif);
}
.sendresume {
	background-image: url(../images/btn-sendresume.gif);
	width: 206px !important;
}
.apply {
	background-image: url(../images/btn_apply.gif);
}
.form .button {
	padding-top: 37px;
	height: 37px;
}
.span-50pc {
	width: 340px;
	float:left;
	margin-right: 20px;
}
/* HEADER
-------------------------------------------------------------- */

#header {
	background: #606165 url(../images/bkg-header.jpg) no-repeat 100% 0;
	height: 138px;
}
#header h1 {
	margin: 0;
	float: left;
	background: url(../images/logo-heritage-catering.png) no-repeat 0 0;
	height: 109px;
	width: 190px;
	margin: 13px 0 0;
}
#header .container {
	position: relative;
}
#header .contact {
	background: url(../images/bkg-contact-heritage.png) no-repeat 0 0;
	width: 260px;
	height: 87px;
	position: absolute;
	right: -20px;
	top: 54px;
}
.contact p {
	margin: 55px 0 0 65px;
	color: #fff;
}
.contact a:link, .contact a:visited {
	color: #fff;
	text-decoration: underline;
}
.contact a:hover, .contact a:active {
	text-decoration: none;
}
/* PRIMARY NAVIGATION
-------------------------------------------------------------- */

#primarynav {
	background: #690026 url(../images/bkg-primary-nav.gif) repeat-x 0 44px;
	border-top: 2px solid #7B7E81;
	padding: 2px 0 0;
}
/* BODY
-------------------------------------------------------------- */

#body {
	padding: 22px 0 32px;
	background: #FFF url(../images/bkg-body.jpg) repeat-x 0 0;
}
.home #body {
	background: none;
}
.home #body {
	padding: 33px 0 0;
	background-image: none;
}
p.intro {
	font-weight: bold;
}
body.home #intro p.intro {
	font-weight: normal;
	font-size: 116%;
}
#sidebar h3 {
	border-top: 3px solid #dedede;
	padding: .5em 0 0;
	margin-bottom: 0;
}
#sidebar p, #sidebar li {
	font-size: 85%;
	line-height: 1.4em;
}
#sidebar p.more {
	text-align: right;
	border-top: 1px solid #dedede;
	padding: .4em 1em;
	font-weight: bold;
	color: #333;
}
#sidebar p.centre {
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 93%;
}
#sidebar h3.value {
	padding-left: 68px;
	padding-bottom: 1em;
	background: url(../images/logo-motif.gif) no-repeat 3px .5em;
}
#sidebar ul {
	margin: 0;
}
#sidebar ul li {
	list-style: none;
	color: #222;
	padding: 0 0 .7em 20px;
	margin: .7em 0 0;
	background: url(../images/bul-news.gif) no-repeat 5px .1em;
	border-bottom: 1px dotted #dedede;
}
#sidebar li span {
	display: block;
	text-transform: uppercase;
}
#sidebar a {
	color: #333;
}
.logo-link {
	background: transparent url(../images/bkg-logo-link.png) no-repeat 0 0;
	height: 145px;
	padding: 20px;
	text-align: center;
	margin-bottom: 1.5em;
}
.logo-link table {
	height: 145px;
	width: 100%;
}
/* Homepage */

.home #body {
	color: #555;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-image: url(/Libraries/Images/Homepage_Background.sflb.ashx);
}
#home-image {
	min-height: 350px;
	height: auto !important;
	height: 350px;
	position: relative;
}
#home-image a:link, #home-image a:visited {
	color: #555;
	text-decoration: underline;
}
#home-image a:hover, #home-image a:active {
	text-decoration: none;
}
#home-image p {
	position: absolute;
	bottom: 0;
	line-height: normal;
	margin-bottom: 0;
}
#home-image p span {
	font-size: 85%;
}
#intro {
	margin-bottom: 2em;
}
#intro p {
	font-size: 116%
}
#intro ul {
	margin-left: 0;
}
#intro ul li {
	list-style: none;
	padding-left: 20px;
	margin-left: 0;
	background: url(../images/bul-green-tick.gif) no-repeat .2em .2em;
}
#body .subsection {
	background: #bec1c5 url(../images/bkg-subsection.png) repeat-x 0 0;
}
#body .subsection h2 {
	margin: 0 0 14px;
	background: url(../images/hdg-catering-services.png) no-repeat 50% 0;
	height: 34px;
}
#body .subsection img {
	display: block;
}
#body .subsection ul {
	margin: 0;
	padding: 0;
}
#body .subsection li {
	list-style-type: none;
}
#body .subsection li p {
	color: #4e5760;
	font-size: 108%;
	margin: 1em 0;
}
#body .subsection li a:link, #body .subsection li a:visited {
	color: #4e5760;
	text-decoration: underline;
}
#body .subsection li a:hover, #body .subsection li a:active {
	color: #4e5760;
	text-decoration: none;
}
.pull-margin {
	margin-left: -20px;
	position:relative;
}
/* FOOTER
-------------------------------------------------------------- */

#footer {
	padding-top: 20px;
	border-top: 1px solid #dedede;
}
.home #footer {
	background: url(../images/bkg-home-footer.gif) repeat-x 0 0;
}
#footer p {
	color: #878c90;
	font-size: 93%;
}
#awards img {
	margin-right: 10px;
}
/* Tabs */

#primarynav .container {
	width: 974px;
}
#primarynav .RadTabStrip_PrimaryNav .rtsLI, #primarynav .RadTabStrip_PrimaryNav .rtsOut, #primarynav .RadTabStrip_PrimaryNav .rtsIn, #primarynav .RadTabStrip_PrimaryNav .rtsTxt {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}
.RadTabStrip_PrimaryNav .rtsLevel1 .rtsLink {
	margin-left: 17px;
	margin-right: 17px;
	padding-left: 0;
	padding-right: 0;
	font: 14px/42px Arial;
	color: #fff;
}
#primarynav .RadTabStrip_PrimaryNav .rtsLevel1 .rtsSelected {
	margin-left: 0;
	margin-right: 0;
}
#primarynav .RadTabStrip_PrimaryNav .rtsLevel1 .rtsAfter {
	margin-left: 0;
}
#primarynav .RadTabStrip_PrimaryNav .rtsLevel1 .rtsBefore {
	margin-right: 0;
}
#primarynav .RadTabStrip_PrimaryNav .rtsLevel1 .rtsSelected .rtsTxt {
	color: #690026;
	background-color: #fff;
}
#primarynav .RadTabStrip_PrimaryNav .rtsLevel1 .rtsOut, #primarynav .RadTabStrip_PrimaryNav .rtsLevel1 .rtsIn {
	background: url(../images/tab-left.gif) no-repeat 0 -46px;
}
#primarynav .RadTabStrip_PrimaryNav .rtsLevel1 .rtsSelected .rtsOut {
	padding-left: 34px;
	padding-right: 0px;
	background-position: 0 0;
}
#primarynav .RadTabStrip_PrimaryNav .rtsLevel1 .rtsSelected .rtsIn {
	padding-right: 34px;
	padding-left: 0;
	background-position: 100% 0;
}
.RadTabStrip_PrimaryNav .rtsLevel2 {
	background-color: #fff;
}
.RadTabStrip_PrimaryNav .rtsLevel2 li {
	padding: 0;
	margin: 0;
}
.RadTabStrip_PrimaryNav .rtsLevel2 .rtsLI, .RadTabStrip_PrimaryNav .rtsLevel2 .rtsLink {
	color: #000;
	font: 14px/42px Arial;
	font-weight: normal;
	margin-left: 0;
	margin-right: 0;
}
.RadTabStrip_PrimaryNav .rtsLevel2 .rtsLI .rtsSelected, .RadTabStrip_PrimaryNav .rtsLevel2 .rtsLink .rtsSelected {
	font-weight: bold;
}
.RadTabStrip_PrimaryNav .rtsLevel2 .rtsLink {
	background: url(../images/div-nav-level2.gif) no-repeat 0 50%;
	padding-left: 10px;
	padding-right: 10px;
}
#primarynav .RadTabStrip_PrimaryNav .rtsLevel2 .rtsFirst .rtsLink {
	padding-left: 17px;
	background-image: none;
}
#primarynav .RadTabStrip_PrimaryNav .rtsLevel2 a:hover {
	text-decoration: underline;
}
/* Image fancyZoom */

div.fancyZoom {
	position: relative;
	border: 3px solid #dedede;
	text-align: center;
}
div.fancyZoom span {
	width: 24px;
	height: 22px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/bkg-photo-enlarge.gif) no-repeat;
}
div.fancyZoom a {
	text-decoration: none;
}
blockquote .author {
	font-size: 93%;
	font-weight: bold;
}
/*
IMAGE LIST
*/
.image-list ul {
	padding-left: 0;
	margin-left: 0;
}
.image-list ul li {
	position: relative;
	min-height: 117px;
	padding: 13px 0 18px 160px;
	background-image: url(../images/div-lists.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
	list-style-type: none;
}
.image-list ul li:last-child, .image-list ul li.last-child {
	background-image: none;
}
.image-list ul li img {
	position: absolute;
	top: 16px;
	left: 3px;
}
.image-list ul li h2, .image-list ul li h2 a {
	color: #222;
	text-decoration: none;
	display: inline;
}
.image-list ul li .subtext {
	color: #6c6862;
	font-size: 85%;
	vertical-align: bottom;
	margin-left: 12px;
}
.image-list ul li p {
	font-weight: normal;
	clear: left;
	margin-top: 6px;
	margin-bottom: 6px;
}
.image-list ul li h2 a:hover {
	text-decoration: underline;
}
p.action {
	display: block;
	height: 32px;
	clear: both;
}
/*
NEWS LIST
*/ 

#body .news-list li.one {
	padding-bottom: 0 !important;
	position: relative;
	width: auto !important;
	min-height: 165px;
}
#body .news-list li.one {
	padding-left: 240px !important;
}
.news-list h2 {
	margin-bottom: 0 !important;
}
.news-list p {
	margin-top: 0 !important;
}
.news-list li:first-child img {
	top: 0;
	left: 0;
}
.news-list li:first-child .image {
	width: 220px !important;
}
.news-article {
	background-image: url(../images/div-lists.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	padding-bottom: 0.1em;
	margin: 1em 0;
}
.news-article .postinfo {
	font-size: 85%;
	color: #7a7876;
	font-weight: normal;
}
.news-list img {
	background-color: #ddd;
	padding: 3px;
}
/* JOBS LIST */
#body .jobs-list ul li {
	padding-left: 0;
}
#body .jobs-list ul ul {
	margin: 1em 1em 1em 2em;
	padding: 0;
}
#body .jobs-list ul ul li {
	margin: 0;
	padding: 0;
	background: none;
	list-style: disc outside;
	min-height: 0;
}
/* Contact Page
_________________ */

#contact dt, .org, dd.tel span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
#contact #details dl {
	display: block;
	background: url(../images/bkg-contact-info.gif) no-repeat 0 0;
	margin: 0;
	padding: 34px 40px 0;
	min-height: 125px;
	height: auto !important;
	height: 125px;
	position: relative;
}
#contact dd {
	padding-left: 0;
	margin-left: 0;
}
dd.main, dd.fax {
	display: block;
	float: left;
	padding-right: 60px;
	clear: left;
}
#details .main {
	font-size: 32px;
	line-height: normal;
	margin-left: 0;
	padding-left: 0;
}
#details dd.fax span {
	left: auto;
	width: auto;
	position: inherit;
}
dd.adr {
	position: absolute;
	left: 260px;
}
dd.hours {
	position: absolute;
	top: 74px;
	left: 260px;
}
#contact h2 {
	margin-bottom: 0.2em;
}
#contact .heading {
	padding-left: 60px;
	padding-bottom: 0.2em;
	background-repeat: no-repeat;
	background-position: 3px 0;
	border-bottom: 3px solid #ddd;
	padding-top: 0.2em;
	margin-bottom: 5px;
}
#form .heading {
	background-image: url(../images/bkg-heading-star.gif);
}
#contact .heading p {
	font-size: 116%;
	font-weight: normal;
}
#contacts .heading {
	background-image: url(../images/bkg-heading-mag-glass.gif)
}
.contact-list, #form .form {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.contact-list {
	overflow: auto;
}
.contact-list dl {
	display: block;
	position: relative;
	float: left;
	width: 420px;
	clear: both;
	padding: 10px;
	margin: 0;
	background: url(../images/div-lists.gif) repeat-x 0 100%;
}
.contact-list dd.photo {
	display: block;
	float: left;
	clear: left;
	margin-right: 10px;
}
dd.contact-button {
	position: absolute;
	right: 10px;
	top: 15px;
}
.contact-list img {
	display: block;
}
.contact-list .name {
	font-weight: bold;
	font-size: 116%;
	color: #000;
	margin-top: 5px;
}
.contact-list a {
	color: #000;
}
.contact-list .role {
	color: #5d6064;
	padding-right: 130px;
}
.contact-list .tel {
	margin-top: 0.5em;
	font-size: 146.5%;
}
/* careers list */
.careers {
	list-style-type: none;
	margin: 0 0 30px;
	padding: 0;
	border-top: 3px solid #dedede;
}
.careers li {
	list-style-type: none;
	position: relative;
	display: block;
	clear: both;
	padding: 15px 0;
	background: url(../images/div-lists.gif) repeat-x 0 100%;
}
.careers li h3 {
	font-size: 16px;
	color: #222222;
	margin: 0;
	font-weight: normal;
	padding-left: 30px;
}
.careers li .meta, .vacancy .meta {
	background-color: #f4f4f4;
	color: #404040;
	font-size: 12px;
	padding: 3px 12px 2px 30px;
	margin-bottom: 8px;
}
.careers li .meta .closedate, .vacancy .meta .closedate {
	float: right;
	font-style: italic;
}
.careers li p {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding-left: 30px;
	margin-bottom: 6px;
}
.careers li .more {
	clear: both;
	float: none;
	margin-left: 27px;
}
.careers .icon {
	width: 26px;
	height: 25px;
	background: url(../images/ico-job.gif) no-repeat 0 0;
	display: block;
	position: absolute;
	top: 12px;
	left: 1px;
}
.closed .icon {
	background-image: url(../images/ico-job-closed.gif);
}
/* callout box */
.callout {
	background-color: #f4f4f4;
	padding: 15px 12px 15px 25px;
	margin: 0 0 24px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 1px solid #e3e3e3;
	height: 18px;
}
.callout h3 {
	margin: 0;
	float: left;
}
.callout .sendresume {
	margin: -7px 0 0;
	width: 206px !important;
	float: right;
}
/* Vacancy */
.vacancy {
	padding-left: 59px;
	position: relative;
	margin-top: 2em;
}
.vacancy h2 {
	margin-bottom: 0.2em;
}
.send-resume h2 {
	padding-top: 0.5em;
}
.vacancy .meta {
	margin-left: -59px;
	padding-left: 59px;
}
.vacancy .details {
	margin: 1em 0 3em;
}
.send-resume .details {
	margin: 0.5em 0 1.5em;
}
.send-resume .details p {
	font-weight: normal !important;
}
.vacancy .form {
	background: #fff url(../images/bkg_apply-now.gif) repeat-y 0 0;
	clear: both;
}
.vacancy .form span.top {
	background: transparent url(../images/bkg_apply-form-top.gif) no-repeat 0 0;
	height: 12px;
	display: block;
	clear: both;
}
.vacancy .form span.bottom {
	background: transparent url(../images/bkg_apply-form-bottom.gif) no-repeat 0 100%;
	display: block;
	height: 12px;
	clear: both;
}
.vacancy .icon {
	background: transparent url(../images/ico_job-large.png) no-repeat 0 0;
	position: absolute;
	width: 49px;
	height: 48px;
	display: block;
	top: 0;
	left: 0;
}
h3.apply-now {
	height: 0px;
	display: block;
	overflow: hidden;
	padding-top: 31px;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	width: 117px;
	border: none;
	background: transparent url(../images/btn_apply-now.gif) no-repeat 0 0;
	margin: 0;
}
h3.apply-now.active {
	background-position: 0 -31px;
}
hr.grey {
	color: #dedede;
	background-color: #dedede;
	height: 3px;
	margin-bottom: .5em;
}
/* form */
fieldset label.overlabel {
	font-size: 13px;
	position:absolute;
	top:5px;
	left: 10px;
	color: #a3a3a3;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
}
fieldset label em, fieldset .optional {
	color: #a3a3a3;
	font-style: italic;
}
fieldset .optional {
	font-size: 85%;
	font-weight: normal;
}
fieldset li {
	padding-top: 0;
}
.form .textfield, .to input {
	height: 28px;
	border: 1px #cdcdcd solid;
	padding: 0 1px 0 3px;
	line-height: 27px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 13px;
}
li.to
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
li.to input
{
    border: 0;
    background-color: transparent;
}
li.to label
{
    width: 50px;
    line-height: 27px;
    padding: 0;
}
textarea {
	border: 1px #cdcdcd solid;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 13px;
	line-height: 1.5em;
}
#body ol.namefields li, #body ol.namefields li:last-child {
	width: 33% !important;
	float: left;
	margin-right: 2%;
}
fieldset label, .upload label, fieldset fieldset legend {
	line-height: 24px;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 0;
}
.vacancy .form .inner {
	padding-left: 23px;
	padding-right: 23px;
}
fieldset p {
	font-size: 11px;
	color: #222222;
	margin-top: 6px;
}
.check-radio label {
	color: #212121;
	font-size: 12px;
	line-height: 24px;
}
fieldset fieldset .check-radio li {
	margin-bottom: 0;
}
fieldset fieldset .check-radio label {
	padding-top: 0;
	line-height: 21px;
}
.check-radio input {
	margin-top: 5px;
}
.form hr {
	margin: 6px 0;
}
.check-radio a:link, .check-radio a:visited {
	color: #222222;
	text-decoration: underline;
}
.check-radio a:hover {
	text-decoration: none;
}
.vacancy .checkbox a:active {
	text-decoration: underline;
}
.vacancy .file {
	margin-top: 6px;
}
.send-resume .form {
	background-color: #fafafa;
	border: 1px solid #bfbfbf;
	background-image: none;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	padding-top: 18px;
	padding-bottom: 9px;
}
.form span.error {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #832121 !important;
	display: inline;
	margin: 0 6px;
}
.formsuccess, .formerror {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 16px;
	padding: 13px 46px;
	margin: 12px 0;
}
.formsuccess p, .formerror p, .formsuccess ul, .formerror ul
{
    margin: 0;
    padding: 0;
}
.formsuccess {
	background: url(../images/ico_success.gif) no-repeat 9px 50% #dbf6cb;
	color: #72874c;
}
.formerror {
	background: url(../images/ico_error.gif) no-repeat 9px 8px #f6cbcb;
	color: #a95b5b !important;
	padding: 6px 46px;
}
.form .formerror {
	margin: 12px 0 6px;
}
.send-resume .form .formerror {
	margin-top: 0;
}
#form .formerror {
	margin-left: 0;
	margin-right: 0;
}
/* RadUpload / HC skin */

/* <general styles> */

div.RadUpload_HCUpload
{
    clear: both;
    width: 100%;
}
div.RadUpload_HCUpload ul.ruInputs li
{
    margin: 0;
    clear:left;
    padding: 0;
    float: left !important;
}

.RadUpload_HCUpload,
.RadUpload_HCUpload a,
.RadUpload_HCUpload input,
.RadUploadProgressArea_Default,
.RadUploadProgressArea_Default input
{
}

/* </general styles> */

/* <file inputs> */

.RadUpload_HCUpload .ruStyled .ruFileInput
{
    border-color: #cdcdcd;
}

.RadUpload_HCUpload .ruFakeInput
{
    height: 27px !important;
	border: 1px #cdcdcd solid;
	padding: 0 1px 0 3px !important;
	line-height: 27px;
	border-radius-top-left: 6px;
	border-radius-bottom-left: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	font-size: 13px;
	margin: 1px 0 0 0 !important;
}
* html .RadUpload_HCUpload .ruFileWrap .ruInputHover { border-color: #cdcdcd; }
*+html .RadUpload_HCUpload .ruFileWrap .ruInputHover { border-color: #cdcdcd; }

.RadUpload_HCUpload .ruReadOnly .ruFakeInput
{
	background: #f3f3f3;
}

/* </file inputs> */

/* <buttons> */


.RadUpload_HCUpload .ruButton,
.RadUploadProgressArea_Default .ruButton
{
    background-image: url(../images/btn_browse.gif);
    color: #000;
    padding-top: 30px !important;
    height: 30px !important;
    overflow: hidden;
    width: 77px !important;
    margin-left: 0 !important;
}

