/* CSS Layout */
div.RoundedCSSLayout div.Wrapper {
	display:block;
	width: 732px;
	margin: 0px auto;
}
div.RoundedCSSLayout div.OuterTop {
	margin:10px 10px 0px 0px;
	text-align:right;
	color:#fff;
	font-size:14px;
	font-weight:bold
}
div.RoundedCSSLayout div.Top {
	height:20px;
	width:732px;
	background-image: url(Content/Shared/Images/Backgrounds/top.png);
}
div.RoundedCSSLayout div.Middle {
	display:block;
	width: 732px;
	margin: 0px auto;
	background-image: url(Content/Shared/Images/Backgrounds/middle.png);
}
div.RoundedCSSLayout div.Header {
	height:78px;
	width: 722px;
}
div.RoundedCSSLayout div.Footer {
	display:block;
	clear:both;
	height:55px;
	width: 732px;
	background-image: url(Content/Shared/Images/Backgrounds/footer.png);
	background-position:bottom;
	text-align:center;
	padding-top: 50px
}
/* Layout Table */
table.RoundedTableLayout td.TableTopLeft {
	background:url(Content/Shared/Images/Backgrounds/tl.png) no-repeat 0 0;
	width:24px
}
table.RoundedTableLayout td.TableTopMiddle {
	background:url(Content/Shared/Images/Backgrounds/t.png);
	height: 27px
}
table.RoundedTableLayout td.TableTopRight {
	background:url(Content/Shared/Images/Backgrounds/tr.png) no-repeat 0 0;
	width:24px
}
table.RoundedTableLayout td.TableMiddleRight {
	background:url(Content/Shared/Images/Backgrounds/r.png);
	width:24px
}
table.RoundedTableLayout td.TableMiddle {
	background-color: White;
}
table.RoundedTableLayout td.TableMiddleLeft {
	background:url(Content/Shared/Images/Backgrounds/l.png);
	width:24px
}
table.RoundedTableLayout td.TableBottomLeft {
	background:url(Content/Shared/Images/Backgrounds/bl.png) no-repeat 0 0;
	width:24px
}
table.RoundedTableLayout td.TableBottomMiddle {
	background:url(Content/Shared/Images/Backgrounds/b.png);
	height: 27px
}
table.RoundedTableLayout td.TableBottomRight {
	background:url(Content/Shared/Images/Backgrounds/br.png) no-repeat 0 0;
	width:24px
}

.InputWrapper
{ 
    background-color: #F8F8F8;
    padding: 10px;
    border: solid 2px #F0F0F0;
    margin: 15px 0;
}   

/* Disable checkbox border */
.CheckboxBorder
{
    border: none!important;
}

/* Fix IE6 width/transparency issues */
input[type="checkbox"], input[type="radio"] 
{
    background: transparent; border: 0px; width: 20px
}

/* Input fonts */
input, textarea
{
    font-family: Tahoma, serifSansSerifMonospace;
    font-size: 12px;
}

/* Right align labels in forms */
.InputWrapper label
{ 
    text-align:right; 
    color: #000
}

/* Cellhire form and order buttons */
button{ 
    border:none; 
    background:none; 
    padding:0; 
    margin:0;
    font:11px Arial, Helvetica, sans-serif !important; 
    width:auto; 
    overflow:visible; 
    text-align:center;	
    vertical-align:middle; 
    white-space:nowrap; 
    cursor:pointer;	
}
button span, button em { 
    display:block; 
    height:23px; 
    line-height:23px; 
    margin:0; 
    color:#000000; 
}	
button span { 
    padding-left:10px; 
    background:url(Content/Shared/Images/UI/bg_button.gif) no-repeat 0 0; 
}	
button em { 
    font-weight: bold;
    font-style:normal; 
    padding-right:10px; 
    background-repeat: no-repeat;
}
button em.ButtonBack {
    background:url(Content/Shared/Images/UI/bg_button.gif) no-repeat 100% 0; 
}
/* Confirm Button */	
button.confirm span { 
    background:url(Content/Shared/Images/UI/bg_button.gif) no-repeat 0 -70px; 
}	
button.confirm em { 
    font-style:normal; 
}
button.confirm em.ButtonBack {
    background:url(Content/Shared/Images/UI/bg_button.gif) no-repeat 100% -70px; 
}
button.confirm:hover span, button.confirm.over span { 
    background:url(Content/Shared/Images/UI/bg_button.gif) no-repeat 0 -162px; 
}	
button.confirm:hover em.ButtonBack, button.confirm.over em.ButtonBack {
    background:url(Content/Shared/Images/UI/bg_button.gif) no-repeat 100% -162px; 
}
/* Alert Button */	
button.alert span { 
    background:url(Content/Shared/Images/UI/bg_button.gif) no-repeat 0 -93px; 
}	
button.alert em { 
    color: #fff;
    font-style:normal; 
}	
button.alert em.ButtonBack {
    background:url(Content/Shared/Images/UI/bg_button.gif) no-repeat 100% -93px; 
}
button.alert:hover span, button.alert.over span { 
    background:url(Content/Shared/Images/UI/bg_button.gif) no-repeat 0 -116px; 
}	
button.alert:hover em.ButtonBack, button.alert.over em.ButtonBack {
    background:url(Content/Shared/Images/UI/bg_button.gif) no-repeat 100% -116px; 
}
/* Button */	
button:hover span, button.over span { 
    background:url(Content/Shared/Images/UI/bg_button.gif) no-repeat 0 -23px; 
}	
button:hover em, button.over em { 
    font-style:normal; 
}				
button:hover em.ButtonBack, button.over em.ButtonBack {
    background:url(Content/Shared/Images/UI/bg_button.gif) no-repeat 100% -23px; 
}
button:focus, button:active {
    outline:hidden;
}
/* Unclickable Button */
button.disabled {
    cursor:text;
}
button.disabled span, button.disabled em {
    color:#999999;
}	
button.disabled span {  
    background:url(Content/Shared/Images/UI/bg_button.gif) no-repeat 0 -56px; 
}	
button.disabled em { 
    font-style:normal; 
}	
button.disabled em.ButtonBack {
    background:url(Content/Shared/Images/UI/bg_button.gif) no-repeat 100% -56px; 
}

button em.ButtonImage, button:hover em.ButtonImage { 
    background-position: right center;
}

/* IE hacks to add some space between buttons */
* html button {
    margin-right:5px;
}
*+html button { 
    margin-right:5px;
}

/* Class applied to input fields whose contents are invalid */
.input-validation-error {
    background-color:#fef1ec;
}

/* Class applied to field validation message on invalid fields */
.field-validation-error{
    color: #ff0000;
    font-weight: bold;
}

/* Input Widths */
.InputWrapper .LongText { 
    width: 420px!important; 
}
.InputWrapper .MediumText { 
    width: 200px; 
}
.InputWrapper .SmallText { 
    width: 100px; 
}

/* Left Navigation */
.PrimaryNavigation .MenuHead{
    letter-spacing:1px; 
    height: 20px; 
    font-size:12px; 
    font-weight:bold; 
    text-decoration: none; 
    color: #fff!important; 
    display: block;
    padding: 8px 0 0 10px;
    margin-top: 1px; 
}

.PrimaryNavigation .MenuHead a, .PrimaryNavigation .MenuHead a:visited, .PrimaryNavigation .MenuHead a:hover{
    color: #fff!important; 
}

.PrimaryNavigation .SubMenu
{
    border:solid #cfcfcf 1px;
    border-top: none;
    padding-bottom:10px
}
.PrimaryNavigation .SubMenu ul  
{
    padding-top: 4px; 
    padding-left: 10px 
}	
.PrimaryNavigation .SubMenu li  
{
    height: 20px; 
    text-decoration: none; 
    background-image: url(Content/Images/Adornment/smallarrow.gif); 
    background-repeat: no-repeat; 
    background-position: left center; 
    padding:2px 0 0 15px 
}	
.PrimaryNavigation .SubMenu li a:link, .SubMenu li a:visited  
{
    text-decoration: none; 
    font-size:11px; 
    color: #000000 
}
.PrimaryNavigation .SubMenu li a:hover  
{
    text-decoration: none; 
    font-size:11px; 
    color: #01a572 
}

/* Treeview */
.treeview, .treeview ul { 
       padding: 0;
       margin: 0;
       list-style: none;
}
.treeview ul {
       background-color: white;
       margin-top: 4px;
}
.treeview .hitarea {
       background: url(content/shared/images/ui/treeview-default.gif) -64px -25px no-repeat;
       height: 16px;
       width: 16px;
       margin-left: -16px;
       float: left;
       cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
       display: inline;
       float:none;
}
.treeview li { 
       margin: 0;
       padding: 3px 0pt 3px 16px;
}
.treeview a.selected {background-color: #eee;
}
.treeview .hover { color: red; cursor: pointer; 
}
.treeview li { background: url(content/shared/images/ui/treeview-default-line.gif) 0 0 no-repeat; 
}
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; 
}
.treeview .expandable-hitarea { background-position: -80px -3px; 
}
.treeview li.last { background-position: 0 -1766px 
}
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(content/shared/images/ui/treeview-default.gif); 
}  
.treeview li.lastCollapsable { background-position: 0 -111px 
}
.treeview li.lastExpandable { background-position: -32px -67px 
}
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.ImageLink
{
    padding: 5px;
    padding-left: 15px;
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: left center;
    
}
/* Cellhire Global CSS 2009 */
body
{
	font-family: Tahoma, serifSansSerifMonospace;
	font-size:11px;
	color:#333;
	line-height:15px;
    background: #dbdbdb url(Content/Images/stripe.png);
	padding: 0;
	margin:0px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address 
{ 
    margin: 0 0 0.6em 0
}
h1 
{
    font-size:15px; 
    color:#337ca7; 
    font-weight:bold; 
    line-height:17px
}
h2 
{
    font-size:17px; 
    color:#337ca7; 
    font-weight:normal}
h3 {font-size:13px; 
    color:#666666; 
    font-weight: 200
}
h4 
{
    font-size:11px; 
    color:#336699; 
    font-weight:bold; 
    margin-top: 10px;
}
h5 
{
    font-size:14px; 
    color:#337ca7; 
    font-weight:normal
    }
h6 
{
    font-size:10px; 
    color:#999999; 
    font-weight:normal; 
    padding-top:2em
}
ul 
{
    list-style: none; 
    margin: 0; 
    padding: 0
}

img 
{
    border: 0px none;
}
a
{ 
    outline: none;
}
a:link 
{ 
    color:#009966; 
    text-decoration: none; 
    outline: none;
}
a:visited 
{ 
    color:#009966; 
    text-decoration: none
}
a:active 
{ 
    color:#009966; 
    text-decoration: none; 
    outline: none;
}
a:hover 
{
    color: #000000; 
    text-decoration: none;
}
a:focus
{
    -moz-outline-style: none;
}

/* font colours */
.DarkBlue
{ 
    color:#336699
}
.BandBlue
{ 
    color:#0d81ca
}
.Green
{ 
    color:#009966
}
.BandGreen
{ 
    color:#649b00
}
.Lime
{ 
    color:#81b00c
}
.DarkGreen
{ 
    color:#669900
}
.Blue
{ 
    color:#29b7f8
}
.Red
{ 
    color:#ff0000
}
.Yellow
{ 
    color: #ffae00
}
.Purple
{ 
    color:#48047c
}

/* General boxes */
.InformationBox{
    background:  url(Content/Shared/Images/Icons/24/information.png);
    background-repeat: no-repeat;
    padding: 4px 5px 5px 30px;
    margin: 10px 0px 10px 0px;
}

.WarningBox{
    width: 100%; 
    background:  url(Content/Shared/Images/Icons/24/warning.png);
    background-repeat: no-repeat;
    font-weight:bold;
    padding: 5px 5px 5px 30px;
    margin: 10px 0px 10px 0px;
}

.SuccessBox{
    width: 100%; 
    background:  url(Content/Shared/Images/Icons/24/document_ok.png);
    background-repeat: no-repeat;
    font-weight:bold;
    padding: 5px 5px 5px 30px;
    margin: 10px 0px 10px 0px;
}

/* Generic class used for toggling element visibility */
.Hidden { display: none; }

/* Footnote text */
.footnote, .Footnote, .FootNote{
    font-size: 9px;
}

/* Hover box styles */
.HoverStyle
{ 
    color: #000; 
    padding: 10px; 
    border: solid 2px #2c5a89; 
    background-color: #f9f9f9; 
    width: 300px; 
}
.HoverText 
{ 
    color:#000; 
    cursor:pointer; 
    text-decoration:none;
    border-bottom:1px dotted #000;
}
/* Tab display Price Override Styles */
#VariantTabs
{
    margin: 15px 0px;
}

/*	Section tables*/
/*Theft & Loss table layout*/
.TheftLoss Table
{
    border-collapse: collapse; 
    border: 1px solid #ccc; 
    color: #555; background: #fff; 
    margin-bottom: 10px;
}
.TheftLoss thead th
{
    border: 1px dotted #bbb; 
    padding: .5em;
}
.TheftLoss td
{
    border: 1px dotted #bbb; 
    padding: .5em;
}
.TheftLoss tfoot td 
{
    border: 2px solid #000;
}
.TheftLoss tbody th, .TheftLoss tbody td 
{
    vertical-align: top; 
    text-align: left;
}
.TheftLoss tbody th 
{   
    white-space: nowrap;
}
.TheftLoss .Alt 
{
    background: #fcfcfc;
}
.TheftLoss .Shadow 
{
    background: #fcfcfc; 
    color: #000;
    font-weight: bold;
}

/*	Events table (rounded)*/
.rounded-corner{	
    margin: 10px auto;	
    width: 480px;	
    text-align: left;
    border-collapse: collapse;
}
.rounded-corner thead th.rounded-company{
	background: #aedd27 url('Content/Images/Backgrounds/TableCorners/left.png') left -1px no-repeat;}
.rounded-corner thead th.rounded-q4{
	background: #aedd27 url('Content/Images/Backgrounds/TableCorners/right.png') right -1px no-repeat;}
.rounded-corner th{	
    padding: 8px;	
    font-weight: normal;
    font-size: 14px;
    color: #000;
    background: #b9c9fe;
}
.rounded-corner td{	
    padding: 8px;	
    background: #f4f3f3;	
    border-top: 1px solid #fff;
    color: #000;
}
.rounded-corner tfoot td.rounded-foot-left{
	background: #eeeeee url('Content/Images/Backgrounds/TableCorners/botleft.png') left bottom no-repeat;
}
.rounded-corner tfoot td.rounded-foot-right{
	background: #eeeeee url('Content/Images/Backgrounds/TableCorners/botright.png') right bottom no-repeat;
}
.rounded-corner tbody tr:hover td{	
background: #e6e6e6;
}

/* Credit card Logos*/
.CreditCard .Mastercard, .CreditCard .Visa, .CreditCard .Amex, .CreditCard .Diners
{
    width: 37px;
    height: 22px;
    border: solid 1px #f8f8f8;
}

.CreditCard .Mastercard
{
    background:  url(Content/Shared/Images/Logos/CreditCards.png) no-repeat 0px 0px;
}
.CreditCard .Visa
{
    background:  url(Content/Shared/Images/Logos/CreditCards.png) no-repeat -37px 0px;
}
.CreditCard .Diners
{
    background:  url(Content/Shared/Images/Logos/CreditCards.png) no-repeat -74px 0px;
}
.CreditCard .Amex
{
    background:  url(Content/Shared/Images/Logos/CreditCards.png) no-repeat -111px 0px;
}
.Basket .CreditCard div
{
    float: left;
}
/* Cellhire Websites CSS 2009 */


/* Configure static width of page */
.CellhirePage .Content
{
    width: 708px;
    padding:0; 
    background-color:white; 
    margin:10px auto; 
    overflow: hidden; 
}
.CellhirePage .Main 
{   
    float:left;
    width:500px; 
    margin:0 10px 0 17px;
    padding:0 0 0 0;
}
/* Header */
.CellhirePage .Header .Right 
{
    float:right;
    padding-right: 38px;
}
.CellhirePage .Header .ViewBasket 
{
    float:right; 
}
.CellhirePage .Header .Nav 
{	
    clear: both;
    width: 350px;
    float: right;	
    height: 25px;
    margin: 15px 1px 0px 0px;	
    background-image: url(Content/Images/Backgrounds/nav-back.gif);
}
.CellhirePage .Header .Logo
{
    float:left;	
    padding-left: 12px; 
}
/* Left menu positioning */
.CellhirePage .LeftColumn
{
    float:left;	
    width:162px; 
    margin-left:1px;
}

/* Banner   
----------------------------------------------------------*/
.CellhirePage .Banner{ width:484px; height:151px; margin: 1px 0px 7px 3px; clear: right}
.CellhirePage .BannerImage{float:right;width:143px;height: 151px;}
.CellhirePage .BannerText {float:left; width:300px; margin-top: 25px;	padding-left: 12px;	height: 100px}



.ButtonHolder {
    height: 30px; 
    text-align: center; 
    padding: 10px; 
    margin-top: 10px;
}
/* User login display*/
.LogInfo{ 
    font-size: 10px;
    background-color: #F8F8F8;
    padding: 5px;
    border: solid 2px #F0F0F0;
    width: 148px;
}

/* Bullets */
.CellhirePage .Main ul 
{ 
    margin-left: 30px;
    margin-bottom: 10px;
    padding-bottom:2px;
    line-height:20px;
    list-style-image: url(Content/Shared/Images/Adornment/bullet1.gif);	
}

.CellhirePage .Main .ui-widget ul 
{ 
    margin-left: 0px;
    padding-bottom: 0px;
    line-height: normal;
    list-style-image: none;
}

/*Testimonials*/

.MessageBox{ 
    margin-top:10px; 
    width:450px; 
    background-image:url(Content/Images/Backgrounds/message-back.jpg); 
    background-position: top left; 
    background-repeat:no-repeat; 
    padding: 15px;
    margin-left:5px;
}

/* Cellhire footer */
.Wrapper .Footer a, .Wrapper .Footer a:visited
{ 
    color: #4b4e4f;  
    text-decoration:none; 
    font-weight:normal; 
}
.Wrapper .Footer a:hover
{ 
    color: #000;  
}

/* Layout Box */
.HeadColhead 
{
    display:block;
    margin: 0px;
    padding: 0px;
    background: url(Content/Images/Backgrounds/header_gray_1px.gif) repeat-x #e3e3e3;
    color:#000;
    font-size:12px;
    font-weight:bold;
    line-height:25px;
}
.HeadColhead span 
{
    display:block;
    background: url(Content/Images/Backgrounds/header_gray_tab_left.gif) transparent no-repeat left top;
    padding:0 0 0 10px;
}
.HeadColhead span span 
{
    display:block;
    background: url(Content/Images/Backgrounds/header_gray_tab_right.gif) transparent no-repeat right top;
    padding:0 10px 0 0;
}
.HeadColheadText 
{
    padding:0;
    margin:0;
    background: url(Content/Images/Backgrounds/border_gradient_1x40.gif) repeat-x bottom left #ccc;
    color:#000;
}
.HeadColheadText div 
{
    background: #fff; 
    padding:10px 9px 0 9px; 
    margin: 0 1px 10px 1px;
}
/*Articles and News listing page*/
.Article{}
.Article .Holder{
    margin:auto;
    min-height:80px;
    clear: both;
    padding-top: 10px;
    background-image: url(Content/Images/Adornment/separator.png);
    background-position:top center;
    background-repeat:no-repeat;
}
.Article .Desc{
    float:left;
    padding: 5px;
    width:350px;
}
.Article .Image{
    float:left;
    padding: 5px;
}
.Article .Button{
    float:right;
    padding-top: 25px;
}
.Article .ArrowText, .Article .ArrowHolder
{
    float:right; 
    font-size:11px; 
    cursor:pointer
}
.NewsImageRight
{
    float: right;
    padding: 10px;
}
.NewsImageLeft
{
    float: left;
    padding: 10px;
}
/*Testimonials*/
.Testimonials{}
.Testimonials .Holder{ 
    margin-top:10px; 
    width:450px; 
    background-image:url(Content/Images/Backgrounds/corner-box.jpg); 
    background-position: top left; 
    background-repeat:no-repeat; 
    padding: 15px;
    margin-left:5px;
}
/*Google Maps on contact page*/
#map_canvas 
{
    height: 250px; 
    width: 270px; 
    margin: 10px;
}
.OfficeInfo
{}
.OfficeInfo .Text 
{
    float: left;
    font-size: 10px;
}
.OfficeInfo .Image img 
{
    float: right;
}
.MapLinks
{
    text-align: center;
    }


/*General list display table
*/
.ListDisplay Table
{
    border-collapse: collapse; 
    border: 1px solid #ccc; 
    color: #555; background: #fff; 
    margin-bottom: 10px;
}
.ListDisplay thead th
{
    background-color: #f0f0f0;
    border: 1px dotted #bbb; 
    padding: .5em;
}
.ListDisplay td
{
    border: 1px dotted #bbb; 
    padding: .5em;
}
.ListDisplay tfoot td 
{
    border-top: 1px solid #ccc;
    background-color: #f0f0f0;
    height: 2px;
}
.ListDisplay tbody th, .ListDisplay tbody td 
{
    /*vertical-align: top; */
    text-align: left;
}
.ListDisplay tbody th 
{   
    white-space: nowrap;
}
.ListDisplay .Alt 
{
    background: #fcfcfc;
}
.ListDisplay .Shadow 
{
    background: #fcfcfc; 
    color: #000;
    font-weight: bold;
}
.ListDisplay .Shadow .NoBorderLeft
{
    border-left: none !important;
}
.ListDisplay .Shadow .NoBorderRight
{
    border-right: none !important;
}


/* Top Navigation */
.NavBar
{
    background: url('content/images/backgrounds/NavBar.jpg') repeat-x;
    background-color: #f9f9f9;
    border: solid 1px #e0e0e0;
    margin: 0px 53px 10px 196px;
}
#Navigation
{
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style-type: none;
    list-style-image: none;
}

#Navigation li 
{
	float: left;
	position: relative;
}

#Navigation li
{ 
    border-left: solid 1px #ccc;
}

#Navigation li.First
{ 
    border-left: solid 1px transparent;
}

#Navigation li.Last
{ 
    border-right: solid 1px #ccc;
}

#Navigation li:hover
{ 
    background: #ccc;
    background: url('content/images/backgrounds/NavBarHover.jpg') repeat-x;
    border-left: solid 1px #CCC;
}

#Navigation li a 
{
	display: block;
	padding: 5px 20px;
	line-height: 14px;
	color: #000;
	text-decoration: none;
}

#Navigation li ul 
{
    border: solid 1px #CCC;
    border-top: none;
    display: none;
    position: absolute;
    top: 24px;
    left: -1px;
    width: 130px;
    padding: 0 0 5px;
    background: #efefef;
    border-width: 0 1px 1px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
    list-style-type: none;
    list-style-image: none;

}

#Navigation li:hover ul
{
    display: block;
}

#Navigation li ul li
{
    float: none;
    border-left: none;
}

#Navigation li ul li:hover
{
    border-left: none;
}

#Navigation li ul li a
{
    padding: 4px 10px;
    display: inline-block;
    line-height: 20px;
}

#Navigation li ul li a
{
    display: block;
}

#Navigation li ul li a:hover
{
    background: url('content/images/backgrounds/NavBarHover.jpg') repeat-x;
    color: #000;
}

#Navigation li .SubLink
{
    padding-left: 10px;
}

/* Site breadcrumb*/
.Breadcrumb 
{
    font-family:Verdana, Arial, Helvetica, sans-serif;    
    margin-top: 5px; 
    font-size:9px; 	
    margin-bottom: 20px;
    padding-left: 5px
}
/* Breadcrumb links*/
.Breadcrumb a
{
    color: #000!important;
    font-weight: bold;
}
.Breadcrumb a:hover
{
    color: #666!important;
}

/*
    Next & previous page navigation
*/
.PageJump
{
    width: 450px; 
    background-color: #f9f9f9; 
    border: solid 1px #ccc; 
    clear: both; 
    padding: 5px; 
    margin: auto; 
    margin-top: 30px;
    height: 30px;
}
.PageJump .Button a
{
    float: right;
    text-align: center;
    padding: 2px 5px;
    margin: 5px;
    border: solid 1px #ccc;
}
.PageJump .Current
{
    float: right;
    text-align: center;
    padding: 2px 5px;
    margin: 5px;
    border: solid 1px #f9f9f9;
}
.PageJump .Button a:hover 
{
     border: solid 1px #999; 
}
/*Default Savings table*/
.ProductPage .Savings
{	
    width: 380px; 
    text-align: center;	
    border-collapse: collapse;	
    margin: auto;	
    border-bottom: 1px solid #ccc;
}
.ProductPage .Savings th
{ 
    background: #b5e026; 
    border-bottom: 1px solid #fff;
    text-align:center; 
    font-weight: normal; 
    padding: 2px 5px; 
    border-right: 1px solid #fff; 
    border-left: 1px solid #ccc;	
    border-top: 1px solid #ccc;	
    color: #000;
}
.ProductPage .Savings td
{ 
    padding: 4px 3px; 
    border-right: 1px solid #fff; 
    border-left: 1px solid #ccc; 
    color: #000;
}
.ProductPage .Savings tbody td
{ 
    background: #ccc;
}
.ProductPage .Savings tbody tr .Title
{ 
    background: #fff;
}
.ProductPage .Savings thead tr .Alt, .ProductPage .Savings tbody tr .Alt
{ 
    background: #98c310; 
}
.ProductPage .SavingsFootnote { 
    padding-left: 65px; 
    width: 375px; 
    margin-bottom:20px
}

/* Product page layout styles */
.ProductPage .Bullets
{
    width:320px;
    float:right;
}

.ProductPage .Bullets ul
{
    list-style-image: url(Content/Shared/Images/Adornment/bullet1.gif);
    padding: 5px 0px 15px 0px!important;
}

.ProductPage .ProductImage
{
    width:170px;
    text-align: center;
}

.ProductPage .Note
{
    clear: both;
}

.ProductPage .Prices
{
    padding: 10px 0px 10px 0px;
}

.ProductPage .Prices .Price
{
    width:480px;
    border-bottom: 1px solid #e2e2e2;
    background-color:#f2f2f2;
}

.ProductPage .Prices .Price .Alt
{
    background-color:#ffffff;
}

.ProductPage .Prices .Price .Name
{
    margin-left:5px;
    padding-top:5px;
    padding-bottom:5px;
    float:left;
}

.ProductPage .Prices .Price .Value
{
    font-weight:normal;
    margin:0px 0px 0px 215px;
    padding-top:5px;
    padding-bottom:5px;
}
.ProductPage .Prices .Footnote
{ 
    width: 480px; 
    padding: 2px;
}

.ProductPage .OptionWrapper
{ 
    width: 480px; 
    background-color: #eee; 
    margin-bottom: 10px; 
    border-top: 1px solid #e2e2e2; 
}

.ProductPage .OptionWrapper .Head
{
    width:100%; 
    padding: 3px 0 10px 6px; 
    font-size: 11px; 
    color:#000; 
    font-weight:bold
}

.ProductPage .OptionWrapper .OptionSelect
{
    vertical-align:top; 
    width: 20px;
}

/* Button widths*/
.ProductList Button{
    /*width: 105px;*/
}

.ProductPage Button{
    /*width: 125px;*/
}

/* Product page Basket button*/
.ProductPage .BasketButton
{
    float:right; 
    margin-right: 10px; 
    margin-bottom: 10px; 
    clear: both;
}

/* Product Listing page*/
.ProductList{}
.ProductList .Product{
    margin:auto;
    min-height:80px;
    clear: both;
    padding-top: 10px;
    background-image: url(Content/Images/Adornment/separator.png);
    background-position:top center;
    background-repeat:no-repeat;
}
.ProductList .Product .Desc{
    float:left;
    padding: 5px;
    width:300px;
}
.ProductList .Product .ImagePanel{
    float:left;
    padding: 5px;
}
.ProductList .Product .Buttons{
    float:right;
    padding-top: 10px;
}

/*Out of stock warning*/
.outofstockwarning{
    margin-bottom: 10px; 
    border: 1px solid #000000; 
    padding: 5px; 
    background-color: #F2F2F2;
}

/*Product Tabs Basket Button*/
.ui-tabs .BasketButton
{
    float: none;
    text-align: right;
}
/*Basket widget*/
.CellhirePage .BasketWidgetHead {
    background-image:url(Content/Images/Backgrounds/BasketWidget/basket-right-icon.gif); 
    background-repeat: no-repeat; 
    width: 151px;
    height: 22px;
    margin-top: 1px;
    padding: 17px 0px 0px 10px;
    color: #333;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 12px;
}
.CellhirePage .BasketWidget {    
    border: solid 1px #ccc;
    margin-right: 1px;
}
.CellhirePage .BasketWidget .Items { 
    background-image:url(Content/Images/Backgrounds/BasketWidget/basketborder.jpg); 
    background-repeat: no-repeat; 
    padding: 5px; 
    font-size: 9px; 
    color: #333;
}
.CellhirePage .BasketWidget .BasketFooter { 
    text-align: right; 
    background-image:url(Content/Images/Backgrounds/BasketWidget/basketborderfooter.jpg); 
    background-repeat: no-repeat; 
    padding-right: 10px;
    padding-bottom: 5px; 
    margin-top: 3px; 
    height: 30px;  
    font-size: 9px 
}
.CellhirePage .BasketWidget .Total {
    margin:5px 5px 0px 24px; 
    padding-top: 5px; 
    border-top: 2px solid #f9f9f9;
}

/*Basket page layout*/
.Basket
{
    width: 600px;
    padding: 10px;
    margin: auto;
    background-color: #F8F8F8;
    border: solid 2px #F0F0F0;
}
.Basket .ColumnHeaders
{
    padding: 5px 0px;
    background-color:#f0f0f0;
    height: 15px;
    font-weight: bold;
}
.Basket .ColumnHeaders .PriceCol
{
    background-color:#f0f0f0;
    text-align: center;
}
.Basket .ItemCol 
{
    width: 80px;
    text-align: center;
    padding-top: 5px;
}
.Basket .DescCol 
{
    width: 280px;
    padding-left: 5px;
    font-weight: bold;
    padding-top: 5px;
}
.Basket .QuantityCol 
{
    width: 60px;
    text-align: center;
    padding-top: 5px;
}
.Basket .PriceCol 
{
    width: 100px;
    padding-left: 5px;
    text-align: left;
    background-color: #fff;
    padding-top: 5px;
}
.Basket .AdditionalItems .PriceCol
{
    padding-top: 0px;
}
.Basket .RemoveCol 
{
    width: 60px;
    text-align: center;
    padding-top: 5px;
}
.Basket .RentalCharges
{   
    font-weight: bold;
    border-bottom: double 3px #ccc;
    margin-left: 5px; 
    margin-top: 5px; 
    padding:3px; 
    text-align: center;
}
.Basket .ItemRow
{
    border-top: solid 2px #999;
}
.Basket .Options .InfoCol
{
    width: 425px;
    clear: left;
}
.Basket .Options .SelectYesNo
{
    padding-left: 43px; 
    font-weight: bold;
}
.Basket .Options .InfoCol .Title
{
    margin-left: 80px;
}
.Basket .Options .InfoCol .SelectedOptions
{
    margin-left: 80px; 
    background-color: #f0f0f0
}
.Basket .Options .InfoCol .AdditionalCosts
{
    margin-left: 80px; 
    background-color: #f8f8f8;
}
.Basket .Options .InfoColText
{
    padding-left:30px;
}

.Basket .Options .InfoColText .SelectText
{
    float: left;
}
.Basket .QuantityText
{
    width: 30px;
    text-align: center;
}
.Basket .FooterPricing
{
    border-top: solid 2px #999;
    padding: 5px 0px 5px 350px;
}
.Basket .FooterPricing .Total
{
    float: right; 
    padding-right: 135px;
}
.Basket .IndividualPricing
{
    border-bottom: solid 1px #ccc; 
    border-top: solid 1px #ccc; 
    padding: 10px 10px 10px 280px;
}
.Basket .IndividualPricing .Total
{
    margin-left: 10px;
}
.Basket .Links
{
    margin-top: 3px;
    background-color: #f0f0f0; 
    padding: 10px 0px 10px 40px;
}
/* Product page Basket button*/
.BasketButton
{
    float:right; 
    margin-right: 10px; 
    margin-bottom: 10px; 
    clear: both;
}
/* Credit cards alignment */
.Basket .CreditCard
{
    padding-left: 235px;
}

.CheckOut
{
    width: 600px;
    padding: 10px;
    margin: auto;
    background-color: #F8F8F8;
    border: solid 2px #F0F0F0;
}

.CheckOut .Steps
{
    width: 421px; 
    clear:right; 
    margin: auto; 
    padding: 5px;
}
/*
    New checkout steps
*/
.CheckoutStepBar
{
    position: relative;
    margin: 0px 0px 30px;
    background: url(Content/Images/Checkout/checkout-step-bg.png) no-repeat;
    height: 26px;
    top: 2px;
    padding: 0px;
}
.CheckoutSteps a, .CheckoutSteps span
{
    margin-top: 1px;
    padding: 0px 15px 0px 0px;
    display: block;
    background : url(Content/Images/Checkout/checkout-step-separator.png) no-repeat right center
}
.CheckoutSteps a:hover
{
    color: #000;
    text-decoration: none;
}
.CheckoutSteps .Current
{
    font-weight: bold;
}
.CheckoutHomeStep
{    
    text-indent: -9999px;
    width: 34px;
    background : url(Content/Images/Checkout/checkout-step-first.png) no-repeat 6px 0px;
    overflow: hidden;
}
.CheckoutHomeStep, .CheckoutSteps .Step
{
    float: left;
}
.CheckoutHomeStep a, .Step a, .CheckoutSteps span
{
    padding:5px 20px;
}
.CheckOut table{
    width: 100%;
}
.CheckOut fieldset 
{  
    border: solid 2px #d1d1d1;  
    padding: 10px;  
    position: relative;  
}
.CheckOut legend 
{ 
    color: #336699;  
    border: solid 2px #d1d1d1; 
    background-color: #f0f0f0;   
    font-weight: bold;  
    padding: 5px 15px;  
}
.CheckOut input
{
    border: solid 1px #ccc;
    padding: 2px 4px;
    width: 200px;
}
.CheckOut .LabelRow
{
    width: 200px;
}

.CheckOut .LongText { 
    width: 420px!important; 
}
.CheckOut .MediumText { 
    width: 200px; 
}
.CheckOut .SmallText { 
    width: 100px; 
}

.CheckOut .QuantityText
{ 
    width: 30px; 
    text-align: center;
}

.CheckOut .Contents
{
    margin-top: 10px;
}
.CheckOut .Terms input
{
    width: 15px;
    border: none;
}
.CheckOut .Comments
{
    margin: 20px 0px 20px 0px;
    text-align: center;
}

.CheckOut .Contents .ColumnHeaders
{
    padding: 5px 0px;
    background-color:#f0f0f0;
    height: 15px;
    font-weight: bold;
}
.CheckOut .Contents .ColumnHeaders .PriceCol
{
    background-color:#f0f0f0;
    text-align: center;
}
.CheckOut .Contents .ItemCol 
{
    width: 80px;
    text-align: center;
    float: left;
}
.CheckOut .Contents .DescCol 
{
    width: 325px;
    padding-left: 5px;
    font-weight: bold;
    padding-top: 5px;
}
.CheckOut .Contents .QuantityCol 
{
    width: 50px;
    text-align: center;
    padding-top: 5px;
}
.CheckOut .Contents .PriceCol 
{
    width: 110px;
    padding-right: 5px;
    text-align: right;
    background-color: #fff;
}

.CheckOut .Contents .ItemRow
{
    border-top: solid 2px #999;
}
.CheckOut .Contents .Options .InfoCol
{
    width: 455px;
    padding-left: 5px;
}

.CheckOut .Contents .Options .InfoCol .InnerInfoCol
{
    padding-left: 80px;
}
.CheckOut .Contents  .Options .InfoCol .Title
{
    margin-left: 80px;
}
.CheckOut .Contents .Options .InfoCol .SelectedOptions
{
    margin-left: 80px; 
    background-color: #f0f0f0
}
.CheckOut .Contents .Options .InfoCol .AdditionalCosts
{
    margin-left: 80px; 
    background-color: #f8f8f8;
}
.CheckOut .Contents .Options .InfoColText
{
    padding-left:30px;
}

.CheckOut .Contents .Options .InfoColText .SelectText
{
    padding-right: 20px; 
    padding-top: 5px;
}
.CheckOut .Contents .Total .PriceCol
{
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f0f0f0; 
    width: 450px;
    padding-left: 5px;
}
.CheckOut .Contents .Total .PriceCol .Text
{
    padding-left: 78px;
    text-align: left;
}
.CheckOut .Contents .Total .TotalPriceCol 
{
    width: 110px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    text-align: right;
    background-color: #f0f0f0; 
}
.OrderComplete 
{
    padding: 20px;
}

.CheckOut .Question
{
    background-color: #f0f0f0;
    padding: 10px;
    border: solid 2px #ccc;
    margin-bottom: 5px;
}
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=11px&cornerRadius=5px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 11px; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(content/jqueryui/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(content/jqueryui/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(content/jqueryui/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(content/jqueryui/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(content/jqueryui/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(content/jqueryui/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(content/jqueryui/images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(content/jqueryui/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(content/jqueryui/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(content/jqueryui/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(content/jqueryui/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(content/jqueryui/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(content/jqueryui/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(content/jqueryui/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(content/jqueryui/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-right {  -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(content/jqueryui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(content/jqueryui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* UL Overide with less line-spacing */
.CellhirePage .Main ul {
    line-height:15px;
}
.ProductPage .Bullets ul {
    line-height:20px;
}
/* Left hand menu styles */
.PrimaryNavigation .Rental .MenuHead {
    background:  url(Content/Images/Backgrounds/leftmenu.jpg) repeat-x 0px 0px;
}
.PrimaryNavigation .Business .MenuHead {
    background:  url(Content/Images/Backgrounds/leftmenu.jpg) repeat-x 0px -28px;  
}
/* Standard banner styles */
.Rental .Banner {
    background-image:url(Content/Images/Banners/green-bk.gif);
}
.Business .Banner {
    background-image:url(Content/Images/Banners/blue-bk.gif);
}
/* Section font overrides */
.Rental h1 
{ 
    color:#690; 
    font-size: 13px; 
    font-weight: 600 
}
.Rental h2 
{ 
    color:#690; 
}
.Business h1 
{ 
    color:#0f80ce; 
    font-size: 13px; 
    font-weight: 600 
}
.Business h2 
{ 
    color:#0f80ce; 
}
/*Basket Success Width Override*/
.SuccessBox{
    width: 300px; 
    background:  url(Content/Shared/Images/Icons/24/document_ok.png);
    background-repeat: no-repeat;
    font-weight:bold;
    padding: 5px 5px 5px 30px;
    margin: 10px 0px 10px 0px;
}

/* Icon Buttons */	
/* Basket */	
button.add span { 
    background-image:url(Content/Images/Adornment/buttonarrow.png); 
}
/*Homepage Layout*/
.Homepage
{ 
    width:640px; 
    margin:auto; 
    padding:0 0 0 0;
}
.Homepage a, .Homepage a:visited, .Homepage ul a, .Homepage ul a:visited
{  
    color: #000;  
    text-decoration:none; 
    font-weight:normal;
}
.Homepage ul
{ 
    margin-left: 25px;
    padding-bottom:2px;
    line-height:15px;
}
/*Homepage Top Block*/
.Homepage .TopBlock
{ 
    width:639px; 
    background-image:url(Content/Images/Backgrounds/homepage-top.jpg);	
    background-repeat:no-repeat; 
    height:199px; 
    margin-bottom:24px;
}
.Homepage .TopBlock .Left
{ 
    float:left; 
    width:250px; 
    padding: 10px;
}

.Homepage .TopBlock .Right
{ 
    float:right; 
    width:345px; 
    padding: 10px 10px 0px 0px;
}
/*Homepage Middle Blocks*/
.Homepage .MiddleBlock
{ 
    width:639px; 
    height:162px; 
    margin-bottom:24px;
}
.Homepage .MiddleBlock .MiddleLeft
{ 
    margin-right:5px;	
    width:304px; 
    height:162px; 	
    background-image:url(Content/Images/Backgrounds/homepage-middle-left.jpg);	
    background-repeat:no-repeat;	
    float: left;
}
.Homepage .MiddleBlock .MiddleLeft .BlockText
{ 
    width: 155px; 
    padding: 10px 0 0 7px
}
.Homepage .MiddleBlock .MiddleLeft .BlockText ul
{ 
    list-style-image: url(Content/Images/Adornment/arrow-green.gif);	
}
.Homepage .MiddleBlock .MiddleLeft .BlockText h2,.Homepage .MiddleBlock .MiddleLeft .BlockText h2 a,.Homepage .MiddleBlock .MiddleLeft .BlockText h2 a:hover
{ 
    color: #669900!important;	
}
.Homepage .MiddleBlock .MiddleLeft .BlockText a:hover
{
    color: #669900!important;
}
.Homepage .MiddleBlock .MiddleLeft .HiddenLink
{ 
    clear: both; 
    text-align: right;
    width:300px; 
    height:60px;
}
.Homepage .MiddleBlock .MiddleRight
{ 
    margin-left:5px;	
    width:304px; 
    height:162px;	
    background-image:url(Content/Images/Backgrounds/homepage-middle-right.jpg);	
    background-repeat:no-repeat;	
    float: right;
}
.Homepage .MiddleBlock .MiddleRight .BlockText
{ 
    width: 175px; 
    padding: 10px 0 0 7px
}
.Homepage .MiddleBlock .MiddleRight .BlockText ul
{ 
    list-style-image: url(Content/Images/Adornment/arrow-blue.gif);	
}
.Homepage .MiddleBlock .MiddleRight .BlockText h2,.Homepage .MiddleBlock .MiddleRight .BlockText h2 a, .Homepage .MiddleBlock .MiddleRight .BlockText h2 a:hover
{ 
    color: #1597ed!important;	
}
.Homepage .MiddleBlock .MiddleRight .BlockText a:hover
{
    color: #1597ed!important;
}
.Homepage .MiddleBlock .MiddleRight .HiddenLink
{ 
    clear: both; 
    text-align: right;
    width:300px; 
    height:60px;
}
/*Homepage Bottom Blocks*/
.Homepage .BottomBlock
{ 
    width:640px; 
    background-image: url(Content/Images/Backgrounds/homepage-bottom.jpg); 
    background-repeat:no-repeat; 
    height:200px; 
    margin-bottom:24px;
}
.Homepage .BottomBlock ul
{ 
    list-style-image: url(Content/Images/Adornment/arrow-purple.gif);	
}
.Homepage .BottomBlock h2,.Homepage .BottomBlock h2 a, .Homepage .BottomBlock h2 a:hover
{ 
    color: #48047c!important;	
}
.Homepage .BottomBlock a:hover
{
    color: #48047c!important;
}
.Homepage .BottomBlock .Left
{
    float:left; 
    width:190px;
    padding: 10px 10px 10px 12px;
}
.Homepage .BottomBlock .Center
{
    float:left; 
    width:190px;
    margin-left:5px;
    padding: 10px 0px 0px 10px;
}
.Homepage .BottomBlock .Right
{
    float:left; 
    width:160px;
    margin-left:10px;
    padding: 10px 0px 0px 5px;
}
.Homepage .BlockLinks
{ 
    width:641px;	
    background-image: url(content/images/backgrounds/homepage-blocklinks.jpg);	
    background-repeat:no-repeat;	
    height:170px;	
    margin-bottom:24px;
}
.Homepage .BlockLinks h5
{ 
    color: #666;
}
.Homepage .BlockLinks ul
{ 
    margin-left: 1px;
    padding-bottom:2px;
    line-height:18px;
}
.Homepage .BlockLinks .LinksLeft
{ 
    float:left; 
    width:140px; 
    height:150px; 
    padding: 10px 10px 10px 30px
}
.Homepage .BlockLinks .LinksCenter
{ 
    float:left; 
    width:250px;	
    height:150px; 
    padding: 10px 10px 10px 30px
}
.Homepage .BlockLinks .LinksRight
{ 
    float:left; 
    width:100px; 
    height:150px; 
    padding: 10px 10px 10px 40px
}
.Homepage .Accreditations
{
    width:144px; 
    margin:auto
}
div.RoundedCSSLayout div.Footer 
{
    /* Change to allow variable height of footer */
    height: 50px;
    padding-bottom: 25px;
    padding-top: 30px;
}
div.RoundedCSSLayout div.Footer a, div.RoundedCSSLayout div.Footer a:hover, div.RoundedCSSLayout div.Footer a:visited
{
    color: #000;
    text-decoration: none;
}
    
#Navigation li ul
{
    width: 180px;
}
