@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../Fonts/BebasNeue-webfont.eot');
    src: url('../Fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/BebasNeue-webfont.woff') format('woff'),
         url('../Fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../Fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
@font-face {
    font-family: 'sansationregular';
    src: url('../Fonts/ufonts.com_sansation-webfont.eot');
    src: url('../Fonts/ufonts.com_sansation-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/ufonts.com_sansation-webfont.woff') format('woff'),
         url('../Fonts/ufonts.com_sansation-webfont.ttf') format('truetype'),
         url('../Fonts/ufonts.com_sansation-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

/*General styling*/

#maincontent h1, #sizingoverlay h1 {
	font-family: 'bebas_neueregular';
	font-family: gibsonbold;
	font-size: 36px;
	color:#373536;
	margin: 0 0 5px 0;
	} 

#maincontent h2 {
	font-family: 'bebas_neueregular';
	font-family: gibsonbold;
	font-size: 24px;
	color:#373536;
	}

#maincontent h3, #sizingoverlay h3 {
	font-family: 'bebas_neueregular';
	font-family: gibsonbold;
	font-size: 20px;
	color:#373536;
	}

#maincontent h3.price {
	color: #ec1c21;
	MARGIN:2px 0 0 0;
	}

#maincontent p, #sizingoverlay p {
	font-family: 'verdana', 'sans-serif';
	font-size: 13px;
	color:#666;
	}

#maincontent p.transactionerror {
	color:#ec2c21;
	}
	
#maincontent p.added {
	color:#27A946;
	display:none;
	margin:5px 0;
	}

#maincontent li {
	color: #666;
	background: rgba(0, 0, 0, 0) url("../Images/General/tick_16.png") no-repeat scroll left top;
	list-style-type: none;
	margin: 5px 0 8px 30px;
	padding: 3px 0 0 30px;
	font-family: 'verdana','sans-serif';
	font-size: 13px;
	}


/*BREADCRUMB*/
#schoolslideshowbg {
	position:absolute;
	top:0;
	left:0;
	}
	
#breadcrumb {
	float:none; 
	width:100%; 
	height: 20px; 
	margin:10px 0;
	font-family:sansationregular; 
	}
	
#breadcrumb span {
	margin:0 10px;
	}

#breadcrumb p {
	font-size: 11px;
	color:#777;
	}
	
#breadcrumb p a:link, #breadcrumb p a:visited {
	text-decoration:none;
	color:#ec2c21;
	}
	
#breadcrumb p a:active, #breadcrumb p a:hover {
	text-decoration:underline;
	}

/*END BREADCRUMB*/

/*BASKET ICON*/

#basket {
	padding:15px 0;
  	position:absolute;
	right:20px; 
 	top:0;
	font-family:'bebas_neueregular';
 	}

#basket p {		  
	display:inline-block;
	line-height:20px;
	}
	
#basket a:link, #basket a:visited, #basket a:hover, #basket a:active {
	text-decoration:none;
	color:#fff;
	font-size:20px;
	}
	
#basket img {
	margin-right:10px;
	}
	
#basketzone {
	background: #373536 none repeat scroll 0 0;
    display: none;
    position: absolute;
    right: 0;
    top: 49px;
    width: 400px;
    z-index: 1000;
	padding:10px;
	color:#fff;
	}

#basketzone h3 {
	font-family:'bebas_neueregular';
	font-weight:normal;
	font-size:22px;
	}
		
#basketzone img {
	border-radius:3px;
	width:40%;
	}
	
#basketzonetable {
	width:100%;
	}
	
#basketzonetable td {
	width:25%;
	text-align:center;
	font-size:12px;
	font-family:'verdana';
	color: #fff;
	}

#basketzonetable tr.topbasketzone td {
	padding:5px 0 5px 0;
	vertical-align:middle;
    border-bottom: 1px solid #474747;
	}

#basketzonetable tr.basketzonetotal td {
	padding-top:20px;
	}

#basketzonetable .basketzonetotal td {
	font-family:"bebas_neueregular";
	font-size:22px
	}

#basketzone img.gotobasket {
	width:84px;
	margin: 10px 0 0 -32px;
	cursor: pointer;
	}	

#basketzone img.continueshopping {
	width: 84px;
	margin: 10px 0 0 -32px;
	}

 #productinforight p.basketerror {
	display:none;
	}

#checkoutbasket input.apply {
	background: none;	
	}

#checkoutbasket input.promocode {
	width:159px;
	}

/*END BASKET ICON*/
	
/*RENTAL MENU*/

#rentalmenu {
	position:relative;
	}

#rentalmobilemenu, #rentalmobilemenu ul {
	display:none;
	}
	
#rentalmobilemenu {
	width:100%;
	padding:0;
	margin:0;
	border-left:none;
	border-right:none;
	background:url(../Images/Rental/mobile_menu_bg.jpg) repeat-x;
	font-family:bebas_neueregular;
	font-size:20px;
	position:relative;
	height:50px;
	}

#rentalmobilemenu ul.rentalmobile {
	width:100%;
	background:#3f3f3f;
	position:absolute;
	z-index:1000;
	}
	
#rentalmobilemenu ul.rentalmobile li {
	width:94%;
	padding-left:6%;
	font-size:20px;
	line-height:28px;
	}
	
#rentalmobilemenu ul.rentalmobile li a:link, #rentalmobilemenu ul.rentalmobile li a:visited {
	text-decoration:none;
	color:#fff;
	}
	
#rentalmobilemenu ul.rentalmobile li a:hover, #rentalmobilemenu ul.rentalmobile li a:active {
	text-decoration:none;
	color:#d0d0d0;
	}

#rentalmenu ul.normal {
	background: rgba(0, 0, 0, 0) url("../Images/Rental/menu.png") repeat-x scroll 0 0;
    list-style-type: none;
	font-family:bebas_neueregular;
	font-size:20px;
	border-radius: 0 0 1px 1px; 
    margin:0px -21px 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
	height:50px;
	line-height:50px;
	}

#rentalmenu ul.normal li {
    float: left;
	}

#rentalmenu ul.normal li a {
    display: block;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
	height:49px;
	line-height:49px;
	margin-right:2px;
	}

#rentalmenu ul.normal li a:hover {
    background-color: #111;
	}
	
#homemenu {
	width:116px;
	}
	
#clothingrentalmenu {
	width:144px;
	}
	
#accessoriesmenu {
	width:134px;
	}	
	
#bundlepacksmenu {
	width:257px;
	}	

#faqsmenu {
	width:62px;
	}
	
#contactmenu {
	width:100px;
	}	

/*END RENTAL MENU*/	

/*RENTAL INDEX*/			

#rentalinfoleftuk {
	float:left;
    width:100%;
	margin-top:5px;
	}
	
#rentalinfoleft {
	float: left;
    padding: 0 0px 0 0px;
    width: 100%;
	margin: 5px 5px 0 0;
	}	
	
.rentalinformationpage {
	color: #373536;
	}

#rentalinfoleft li {
	color: #666;
	background: rgba(0, 0, 0, 0) url("../Images/General/tick_16.png") no-repeat scroll left top;
	list-style-type: none;
	margin: 5px 0 8px 30px;
	padding: 3px 0 0 30px;
	font-family: verdana,sans-serif;
	font-size: 13px;
	}
	
#rentalinforight {
	float: right;
    min-height: 100px;
    padding: 60px 0 0;
    position: relative;
    width: 24%;
	}
	
#homebox {
	padding: 2px 0 0 16px;
    width: 972px;
	position:relative;
	}			

/*Old styling for home page 	
#homebox .rentalhomebox {
	float:left;
	border:1px solid #ddd;
	width:305px;
	height:358px;
	margin:45px 5px 30px 0;
	-webkit-box-shadow: 0 8px 6px -6px #333; 
	-moz-box-shadow: 0 8px 6px -6px #333; 
	box-shadow: 0 8px 6px -6px #333; 
	background:url(../Images/Rental/links.png) repeat-x bottom;
	border-bottom:3px solid #ec1c21 ;
	border-radius:3px;
	position:relative;
	}

#homebox .rentalhomebox img {
	width:305px;
	}	
*/	
.rentalhomeboxinner h1{
	text-align:center;
	margin:2px;
	}


/*Updated styling for home page*/

/*Styling for the container - gradient is set in another line*/
#homebox .rentalhomeboxrental, #homebox .rentalhomeboxaccessories, #homebox .rentalhomeboxcombo, #homebox .rentalhomeboxinfo {
	width:95%;
	height: 203px;
	-webkit-box-shadow: 0 8px 6px -6px #333; 
	-moz-box-shadow: 0 8px 6px -6px #333; 
	box-shadow: 0 8px 6px -6px #333;
	margin: 55px 0 25px 0;
	}

/*Gradient is set here - different for all*/
#homebox .rentalhomeboxrental {
	background-image: linear-gradient(to right, #fff , #2f277e);
	}

#homebox .rentalhomeboxaccessories {
	background-image: linear-gradient(to left, #fff , #4db4d6);
	}

#homebox .rentalhomeboxcombo {
	background-image: linear-gradient(to right, #fff , #d33a39);
	}

#homebox .rentalhomeboxinfo {
	background-image: linear-gradient(to left, #fff , #575757);
	}

/*For the left side of the box switches to image or text*/
#homebox .homeboxleft{
	float: left;
	width: 50%;
	max-width: 50%;
	}

/*For the right side of the box switches to image or text*/
#homebox .homeboxright{
	float: right;
	width: 50%;
	max-width: 50%;
	}

#homebox .homeboxright h1, #homebox .homeboxright p {
	text-align: right;
	margin: 0 10px 0 0;
	color: #fff;
	}
#homebox .homeboxleft h1, #homebox .homeboxleft p {
	text-align: left;
	margin: 0 0px 0 10px;
	color: #fff;
	}

#homebox .homeboxright img {
	float: right;
	margin: -8px 35px 0 0;
	}

#homebox .homeboxleft img {
	margin: -15px 0 0 50px;
	}

#homebox img.boxbuttonleft {
	margin: 40px 0 0 10px;
	}

#homebox img.boxbuttonleftinfo {
	margin: 27px 0 0 10px;
	}

#homebox img.boxbuttonright {
	margin: 50px 10px 0 0;
	}

#homebox img.boxbuttonrightcombo {
	margin: 41px 10px 0 0;
	} 

.rentalhomeheading {
	color: #378bb9;
    font-family: bebas_neueregular;
    font-size: 36px;
    margin: 8px 0 20px;
	}
	
.homeboxlast {
	margin-right: 0;
	}	
	
.rentalhomeheading {
	color: #378bb9;
    font-family: bebas_neueregular;
    font-size: 36px;
    margin: 8px 0 20px;
	}

#rentalhomedialog, #paymenterrors, #paymentdeclined, #terms, #switchdialog {
	font-family: verdana,sans-serif;
	color: #777;
    font-size: 13px;
    line-height: 17px;
	display: none;
	}

#terms {
	overflow-x: hidden;
    overflow-y: auto;
	height: 400px !important;
}
	
#terms h2 {
	font-family: bebas_neueregular;
	font-size:18px;
	font-weight:normal;
	}
	
#terms p {
	font-size:11px;
	line-height:13px;
	margin:0 0 5px 0;
	}
	
#terms p.last {
	margin-bottom:20px;
	}

#paymenterrors li, #paymentdeclined li {
	margin: 10px 0 0 40px;
	}

#paymentdeclined li {
	color:#ec2c21;
	}

#newslettersignups {
	margin-top:60px;
	}

#newslettersignups h2 {
	font-weight: normal;
	}

#newslettersignups p span {
	display:block;
	font-weight: bold;
	margin-top:10px;
	}

/*END RENT INDEX*/

/* More information page */
.rentalcenter h1, .rentalcenter h2 , .rentalcenter p, .rentalhowto h2, .rentalhowto p, .rentalwhatweoffer h2, .rentalwhatweoffer p {
	text-align: center;
	}

.rentalcenter h1 {
	margin: 10px 0 10px 0 !important;
	font-family: gibsonbold;
	text-transform: uppercase;
	}

.rentalcenter h2, .rentalhowto h2, .rentalwhatweoffer h2, .moreinfo-contact h2 {
	font-size: 24px !important;
	margin: 10px 0 10px 0 !important;
	font-family: gibsonbold;
	text-transform: uppercase;
	} 

.rentalwhatweoffer h2 {
	margin: 0 0 8px 0;
	}

.rentalhowtoouter {
	width: 100%;
	min-height: 478px;
	}

.rentalhowtoouteruk {
    width: 100%;
    min-height: 372px;
	}

.rentalhowtoiconsone {
	float: left;
	width: 23%;
	padding: 9px;
	}

.rentalhowtoiconsone h3, .rentalhowtoiconsone p{
	text-align: center;
	font-family: gibsonbold;
	text-transform: uppercase;
	}

.rentalhowtoiconsone img{
	width: 160px;
	display: block;
	margin: 0 auto;	
	}

.moreinfoctaouter {
	min-height: 465px;
	width: 100%;
	}

.moreinfobox {
	float: left;
	width: 32%;
	border: 2px solid #666;
	border-radius: 10px;
    margin: 0 3px 0 5px;
    min-height: 447px;
	}

.colourone {
	background-image: -webkit-linear-gradient(bottom, #fff, #2f277e);
    background-image: -o-linear-gradient(bottom, #fff, #2f277e);
    background-image: linear-gradient(bottom, #fff, #2f277e);
	}

.colourtwo {
	background-image: -webkit-linear-gradient(bottom, #fff, #d33a39);
    background-image: -o-linear-gradient(bottom, #fff, #d33a39);
    background-image: linear-gradient(bottom, #fff, #d33a39);
	}

.colourthree {
	background-image: -webkit-linear-gradient(bottom, #fff, #4db4d6);
    background-image: -o-linear-gradient(bottom, #fff, #4db4d6);
    background-image: linear-gradient(bottom, #fff, #4db4d6);
	}

.moreinfoimage {
	min-height: 262px;
	}

.moreinfoimage img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 22px 0 0 0;
	}

.moreinfoboxlower {
	text-align: center;
	padding: 5px;
	}

.moreinfo-contact {
	text-align: center;
	}

/* For the enquriy form on the more info page */

#enquirerental {
	padding:10px;
	width:510px !important;
	min-height:100px;
	position:relative;
	padding-bottom:30px;
	display: none;
	}
	
#enquirerental p {
	font-size:13px;
	font-family:verdana, sans-serif;
	color:#666;
	margin-bottom:20px;
	}
	
#enquirerental table.left, #enquirerental table.right {
	float:left;
	width:220px !important;
	margin-right:20px;
	}
	
#enquirerental table.right {
	margin-right:0;
	width:250px;
	}
	
#enquirerental table label {
	font-family:bebas_neueregular;
	color:#373536;
	font-size:18px;
	padding-right:10px;
	margin:0 0 3px 0;
	font-weight:normal;
	vertical-align:top;
	display:block;
	}
	
#enquirerental table label.error {
    font-size:11px;
	font-family:verdana, sansationregular, sans-serif;
	color:#f00;
	font-style:italic;
	margin:-7px 0 12px 0;
	}
	
#enquirerental table input, #enquirerental table textarea {
	font-family:verdana, sansationregular, sans-serif;
	color:#555;
	}
	
#enquirerental table input._169, #gogglegiveaway table input._169 {
	background: url("../Images/Forms/select_169_26.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 26px;
    line-height: 26px;
    margin: 0 0 8px;
    padding: 0 5px;
    width: 169px;
	font-size:13px;
	}
	
#enquirerental table textarea._249 {
	background:url(../Images/Forms/textarea_249_106.png) no-repeat;
	width:249px;
	height:106px;
	border:none;
	line-height:17px;
	font-size:13px;
	color:#555;
	padding:2px 5px ;
	margin:0 0 8px 0;
	resize:none;
	}
	
#enquirerentalform {
	padding-top:20px;
	}
	
#enquirerentalform.coursesubmit {
	box-shadow: 0 8px 6px -6px #666;
	}
	
#processing {
	display:none;
	width:100%;
	height:100%;
	text-align:center;
	}

#processing img {
	margin:20px 0;
	}
	
#processing h3 {
	font-family:'bebas_neueregular';
	font-size:24px;
	color:#555;
	font-weight:normal;
	}
	
#complete {
	display:none;
	width:490px;
	}
	
#complete p a:link, #complete p a:visited {
	text-decoration:none;
	color:#555;
	}
	
#complete p a:hover, #complete p a:active {
	text-decoration:underline;
	color:#555;
	}




/* End more information page */




	
/*Rental validation*/
#rentalvalidatedialog {
	position:relative;
	}

#rentalvalidateform p.failure, #rentalvalidateform p.null {
	display:none;
	color:#FF0000;
	margin:20px 0 0 0;
	}

.rentalvalidatedialog, .groupconfirm {
	color: #777;
    font-family: 'verdana',sans-serif;
    font-size: 13px;
    line-height: 17px;
	margin: 5px 0 0;
	display:none;
	}
	
	
.rentalvalidatedialog p, .groupconfirm p {
	margin:0 0 8px 0;
	}

#rentalvalidateform label, #purchasesingle label, #rentalcomboform label, #accessoriescomboform label, #personalcomboform label, #ukrentalvalidateform label, #groupconfirm label, #billingform label, #deldestination label, #deliveryform label, .form-group label, #gogglegiveaway label{
	color: #373536;
    display: block;
    font-family: 'bebas_neueregular';
    font-size: 18px;
    margin: 10px 0 5px;
	}

#rentalvalidateform select, #groupconfirm select, #billingform input, #billingform select, #deldestination select, #deliveryform select {
	background: rgba(0, 0, 0, 0) url("../Images/Forms/select_169_26.png") no-repeat scroll 0 0;
	font-family: 'Verdana','sans-serif';
    font-size: 13px;
	width: 169px;
	border: medium none;
    color: #777777;
    height: 26px;
    line-height: 26px;
    margin: 0 0 4px;
    padding: 4px 6px;
	}
	
#deldestination {
	margin-top:40px;
	}

#billingform input {
	height:18px;
	}

#billingform input.confirmbilling, #deliveryform input.confirmbilling {
	background: none;
	width:84px;
	height: 25px;
	display: block;
    }

#deliveryform input.confirmbilling, #deldestconfirm {
	padding:0;
	margin-top: 20px;
	}

#billingform .leftbilling, #deliveryform .leftbilling, .container .leftbilling {
	width:25%;	
	float: left;
	}

#billingform .rightbilling, #deliveryform .rightbilling, .container .rightbilling {
	width:75%;
	float:right;
	}

.container .makepayment {
	margin:15px 0 0 -3px;	
	}

#billingform input[type="checkbox"]{
	width: 10px;
	}

#billingform p.marketing {
	margin:5px 0 5px 0;
	display: inline-block;
	}
	
#errorbilling {
	display:none;
	}
	
#rentalvalidateform label.error, #customerdetails label.error, #purchasesingle label.error, #ukrentalvalidateform .failure, #purchasesingle label.error, #productinforight p.basketerror, #rentalform label.error, p.removeitemerror, #personalcomboform label.error, #rentalcomboform label.error, #accessoriescomboform label.error, #groupconfirm label.error, #billingform label.error, #deliveryform label.error {
 	color: #f00;
    font-family: verdana,sans-serif;
    font-size: 8.5px;	
	margin: 5px 0 0 -2px;
    }

#deliveryform label.error {
	margin: 0;	
	}

p.removeitemerror {
	display: none;
	}

h2.emptybasket {
	display:none;
	}

#rentalvalidateform label.error {
	margin: -4px 0 0 0px;
	}	

#rentalvalidateform input, #accessoriesform input, #ukrentalvalidateform input, #groupconfirm input, #deliveryform input {
	font-family: 'verdana',sans-serif;
	color: #777777;
    font-size: 13px;
    line-height: 17px;
	background: rgba(0, 0, 0, 0) url("../Images/Forms/select_169_26.png") no-repeat scroll 0 0;
	border: medium none;
    height: 26px;
    margin: 0 0 8px;
    padding: 0 5px;
    width: 169px;
	}

/*
.rentalvalidateform .failure {
	display:none;
	color:#ec1c21;
	font-style:italic;
	margin:12px 0 0;
	}
*/

#overlay {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(255,255,255,0.85);
	text-align:center;
	}

#inner {
	cursor: pointer;
	border: 1px solid #666;
	padding: 3px;
	margin: 0 0 15px 0;
	}

#inner:hover {
	background-color: #1e4380;
	}

#inner:hover p, #inner:hover h2 {
	color: #fff;
	}

p.title {
	margin:0 0 20px 0;
	}

#inner p.header {
	text-align: left;
	font-size: 18px;
	}

#inner .details {
	display:block;
	}

#inner .heading {
	font-weight: bold;
	}

#inner h2 {
	font-size: 22px;
	font-family: "bebas_neueregular";
	margin: 5px 0px 4px 0px;
 	color:#373536;
	font-weight:normal;
	}



/*Rental validation*/		

/*Unsure who travelling with*/

#sadface {
	float:right;
	margin: 5px 35px 4px 0;
	}

/*PRODUCT CATS*/	
#homebox .accessoriesbox {	
    background: rgba(0, 0, 0, 0) url("../Images/Rental/links.png") repeat-x scroll center bottom;
    border-color: #ddd #ddd #ec1c21;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 3px;
    box-shadow: 0 8px 6px -6px #333;
    float: left;
	max-height: 430px;
    margin: 25px 5px 15px 0;
    position: relative;
    width: 225px;
	}

#homebox .accessoriesbox img {
	max-width:225px;
	}		

#homebox .accessoriesinner h3 {
	text-align:center;
	margin:2px;
	}	
	
#homebox .accessorieshomeheading {
	color: #378bb9;
    font-family: "bebas_neueregular";
    font-size: 36px;
    margin: 8px 0 20px;
	}	

#homebox .rentalhomeboxinner {
	min-height:138px;
	padding: 7px 0 0 0;
}

#topcat {
	margin: 0 0 0 0;
	}

#bottomcat {
	margin: 0 0 0 0;
	}
/*END PRODUCT CATS*/	


/*PRODUCT PAGE*/	


#productinfoleft {
	float: left;
    padding: 0 0 0 20px;
    width: 43%;
	margin:10px 0 0;
	}

#productinfoleft img {
	width:400px;
	margin: 20px 0 0 -20px;
	border-radius: 5px 5px 0px 0px;
	}

#productinfoleft img.leftthumb, #productinfoleft img.midthumb, #productinfoleft img.rightthumb {
	max-width: 125px;
	cursor:pointer;
	border-radius: 0 0 0 5px;
	margin: 9px 9px 0 -20px;
	}

#productinfoleft img.midthumb {
	border-radius: 0 0 0 0;
	margin: 9px 9px 0 0px;
	}

#productinfoleft img.rightthumb {
	border-radius: 0 0 5px 0px;
	margin:0 0px 0 0px;
	}

#productinforight {
	float: right;
    min-height: 100px;
    padding: 15px 0 0;
    width: 54%;
	margin:10px 0 0;
	}

#productinforight .rentalusp {
	padding-bottom: 10px;
	}		
	
#productinforight .rentalusp li {
	background: rgba(0, 0, 0, 0) url("../Images/General/tick_16.png") no-repeat scroll left top;
    list-style-type: none;
    margin: 5px 0 8px 30px;
    padding: 3px 0 0 30px;
	color:#666666;
	font-family: verdana,sans-serif;
    font-size: 13px
	}

#productinforight select, #productinforight input, #billingform input, #billingform select, .form-group input {
	font-family: 'verdana',sans-serif;
	color: #777;
    font-size: 13px;
	background: rgba(0, 0, 0, 0) url("../Images/Forms/select_169_26.png") no-repeat scroll 0 0;
	border: medium none;
    padding: 0 5px;
    width: 169px;
	margin: 0 0 0 -3px;
	height: 26px;
	}

#billingform label.error.valid {
	display:none;
	}

#personalcomboform input {
	height:27px;
	}

#productinforight h3.price {
	margin: 2px 0 0 0;
	}

#productinforight .addtoproduct {
	display: block;
	margin: 10px 0 0 -8px;
	background: none;
	width: 84px;
    }

#productinforight .addtoproductcombo {
	display: block;
	margin: 15px 0 0 -3px;
	background: none;
	width: 84px;
	}

#productinforight .addtoproducttwo {
	margin: 5px 0 0 0;
	}

#addto {
	margin: 15px 0 0 0;
	}	
			
#rentalform .productselect {
	margin: 28px 0 0;
	}

#rentalform select {
	width:63px;
	}

#rentalform input {
	width:159px;
	}
	
#rentalform input {
	font-family: 'verdana','sans-serif';
	color: #777;
    font-size: 13px;
    line-height: 17px;
	border: medium none;
    height: 26px;
    margin: 5px 0 8px;
    padding: 0 5px;
	background: rgba(0, 0, 0, 0) url("../Images/Forms/select_169_26.png") no-repeat scroll 0 0;
	}
 
#productinforight .addonesize {
	margin: 10px 0 0 0;
	}
			
#toplabel label {
    margin: 5px 0 0px;
	}		

#rentalform .rentalright {
	float: right;
	margin: -177px 0 0 0;
	}

#rentalform .rentalinputright {
	margin: 10px 0 0px -9px;
	float: left;
	display: block;
	background: none;
	width: 84px;
	}

#rentalform table {
	width:58%;
	}

.tablerightacc {
	float:right;
	}
			
#firstnameacc, #secondnameacc {
	font-family: verdana,sans-serif;
	color: #777;
    font-size: 13px;
    line-height: 17px;
	background: rgba(0, 0, 0, 0) url("../Images/Forms/select_169_26.png") no-repeat scroll 0 0;
	border: medium none;
    height: 26px;
    margin: 0 0 8px;
    padding: 0 5px;
    width: 169px;
	}

img.sizingtrigger {
	cursor: pointer;
	margin: 5px 0 0 0;
	}

#genericleft {
	float: left;
	}

#sizingoverlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background:#000;
	background-color:rgba(255,255,255,0.9);
    z-index: 10000;
    display: none;
	text-align:center;
	}

#sizingoverlay h1 {
	margin:30px 0 0 0;	
	}

#sizingoverlay table {
	border:1px solid #000000; 
	width:50%;
	margin: 10px auto;	
	}

#sizingoverlay table td {
	color: #FFF;
    font-family: verdana;
    font-size: 12px;
    padding: 9px 5px 9px 5px;
    vertical-align: middle;
	background: #EC1C21;
	border:1px solid #ffffff; 
	text-align:center;
	}
	
#sizingoverlay table tr.boldsizing {
	font-weight:bold;
	}

#sizingoverlay img {
	margin:20px 0 0 0;
	}

#sizingoverlay img.closeoverlay {
	display: block;
	float: right;
	margin: -42px 31em 0 0;
	cursor:pointer;
	}



/*END PRODUCT PAGE*/	

/*ui for rentals*/

.ui-dialog {
    z-index:1000000000;
    top: 0; left: 0;
    margin: auto;
    position: fixed;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
	}
		  
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px;
	}
		  
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px;
	}
		  
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px;
	}
		  
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px;
	}
		  
.ui-widget-header {
    background: #373536;
    border: 1px solid #ccc;
    color: #fff;
    font-weight: bold;
	}

.ui-dialog .ui-dialog-content {
	font-family: 'verdana',sans-serif;
	}
	  	
.ui-dialog .ui-dialog-title {
    color: #fff;
    font-size: 22px;
	font-weight:normal;
	}
		  
.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
	}

 .ui-dialog-content .ui-widget-content {
	 font-family: "sansation",Verdana,Arial,sans-serif;
	 font-size:12px;
	 
    }
		  
.ui-widget .ui-widget {
    font-size: 20px;
	}
		  
.ui-widget button {
    font-family: "bebas_neueregular",Verdana,Arial,sans-serif;
    font-size: 22px;
	}
		  
.ui-button-text-only .ui-button-text {
    color: #666;
    padding: 0.22em 1em;
	}

.ui-datepicker{
 font-size:12px;
}

/*BASKET*/ 	

.hr { 
	width:100%; 
	height:2px; 
	background: #fff;
	}

#maincontent table.infobasket {
    width: 100%;
	}	
	
#maincontent table.infobasket img.productimg {
	width:50%;
	border-radius:1px;
	border:1px solid;
	border-color:#DBDBDB;
	}	
	
#maincontent table.infobasket td {
	font-family:verdana;
	font-size:12px;
	color:#666;
	padding:9px 0px 9px 9px;
	vertical-align:middle;
	width:30%;
	}	

#maincontent table.infobasket input {
    background: rgba(0, 0, 0, 0) url("../Images/Forms/select_46_26.png") no-repeat scroll 0 0;
    border: medium none;
    color: #666;
    font-size: 12px;
    line-height: 26px;
    padding: 0 5px;
    width: 100px;
    }

#maincontent table.infobasket tr.basketshade {
    border-bottom: 1px solid #ccc;
	}

#maincontent table.infobasket tr.baskettotal td {
	font-family:'bebas_neueregular';
	font-size:20px;
	text-align:right
	}	

#maincontent table.infobasket tr.baskettotal td.promotioncode {
	font-family:"bebas_neueregular";
	font-size:20px;
	text-align:left
	}

#maincontent h1.headingbasketpage {
	margin: 10px 0 5px 0;
	}

.checkoutbask {
	float:right;
	margin:11px 14px;
	}

#maincontent table.infobasket tr.baskettotal td.promotioncode input {
	max-width:100%;
	}
	
#maincontent table.infobasket tr.baskettotal input {
	background: rgba(0, 0, 0, 0) url("../Images/Forms/select_169_26.png") no-repeat scroll 0 0;
	width:84px;
	}

#accordion-container .greentick {
	float: right;
	margin: 4px 15px 0 0;
	display: none;
	}	
	
/*END BASKET*/

/*CHECKOUT*/		
	
#maincontent .editcheckoutbtn {
	float:right;
	margin:-48px 30px 0 0;
	cursor:pointer;
	}

#maincontent .inputsection.delivery, .inputsection.billing {
	display:none;
	}				

#customerdetails {
	float: left;
    width: 60%;
    }

#customerdetails h3 {
	margin: 20px 0 20px;
	border-bottom: 1px solid #acacac;	
	}	

#customerdetails label {
	color: #373536;
    display: block;
    font-family: bebas_neueregular;
    font-size: 18px;
    margin: 5px 0 0px;
	}
	
#customerdetails label.error {
	margin: 5px 0 0 0;
	}

#maincontent .marketingtext p {
	margin: 1px 0 0 0;
	}	

#customerdetails input[type=text], input[type=email], select {
	color: #777;
    font-size: 13px;
    line-height: 17px;
	background: rgba(0, 0, 0, 0) url("../Images/Forms/select_169_26.png") no-repeat scroll 0 0;
	border: medium none;
    height: 26px;
    margin: 5px 0 0 0;
    padding: 0 5px;
    width: 163px;
	}

#customerdetails input[name=marketing] {
	width:inherit;
	}		
	
#customerdetails input[name=billing] {
	width:inherit;
	}	
				
#customerdetails .confirmdetailsbtn {
	margin: 10px 0 0;
	}

#customerdetails .confirmdeliverybtn {
	margin: 10px 0 0;
	}

#customerdetails .confirmbillingbtn {
	margin: 5px 0 0 0;
	}		
	
.confirmbtn {
	float: left;
	margin: 25px 0 0;
	display: none;
	}

img.remove {
	cursor: pointer;		
	}

	
	
/*END CHECKOUT*/

/*SIZING*/
	
#leftsizing {
	float: left;
    width: 56%;
	}	

#leftsizing table {
	border:1px solid #000000; 
	border-color:#FFFFFf;
	}

#leftsizing table td {
	color: #FFF;
    font-family: verdana;
    font-size: 12px;
    padding: 9px 5px 9px 5px;
    vertical-align: middle;
	background: #EC1C21;
	border:1px solid #ffffff; 
	text-align:center;
	}
	
#leftsizing table tr.boldsizing {
	font-weight:bold;
	}	

#rightsizing {
	float: right;
    min-height: 100px;
    position: relative;
    width: 42%;
	}

.sizingimage {
	margin:15px 0 0;	
	}



/*END SIZING*/

/*FAQs*/

.accordion-header {
	font-size: 16px;
	background: #ebebeb;
	margin: 5px 0 0 0;
	padding: 5px 20px;
	border: 1px solid #cccccc;
	cursor: pointer;
	color: #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family:bebas_neueregular;
	font-weight:normal;
	}

.active-header {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: #f5f5f5;
	background-repeat: no-repeat;
	background-position: right 50%;
	}

.active-header:hover {
	background: #fff;
	background-repeat: no-repeat;
	background-position: right 50%;
	}

.inactive-header {
	background: #f6f6f6;
	background-repeat: no-repeat;
	background-position: right 50%;
	}

.inactive-header:hover {
	background: #fff;
	background-repeat: no-repeat;
	background-position: right 50%;
	}

.accordion-content {
	display: none;
	padding: 20px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-top: 0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	font-family:verdana;
	}

#acordion-content {	
	margin: 10px 0 0 -5px;
	}


#largefooter {
	background:url(../Images/General/footerbg_ren.jpg) repeat-x top #373536;
	}
	
#footbarRight1 p a:hover, #footbarRight1 p a:active {
	color:#1b4280;
	}

#deldestconfirm, #deliveryform {
	display:none;
	}


/*Error page styling*/



	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*======================= MOBILE LAYOUT ADJUSTMENTS =========================*/


@media screen and (max-width: 1002px) {
	
	#productinfoleft {
		margin: 0 0 0 1%;
		}
	
	#productinforight {
		width:49%;
		margin: 0 1% 0 0;
		}
	
	}



@media screen and (max-width: 1000px) {
	
	#slideshowcontainer {
		background:url(../Images/Slides/Rental/rental_slide_bg2.jpg);
		}
		
	#rentalmenu ul.normal {
		display:none;
		}
		
	#rentalmobilemenu {
		display:block;
		}

  	#rentalmobilemenu img {
	  	margin:0 20px 0 10px;
	  	vertical-align:middle;
	  	}
		
	#rentalmobilemenu p a:link, #rentalmobilemenu p a:visited, #rentalmobilemenu p a:link, #rentalmobilemenu p a:visited {
		text-decoration:none;
		color:#fff;
		width:100%;
		display:block;
		line-height:50px;
		}
	
	#schoolslideshowbg {
		display:none;
		}
		
	#maincontent.mainrental {
		margin:0 10px 20px;
		}
		
	#breadcrumb {
		margin:10px 0 10px 10px;
		width:auto;
		}
		
	#rentalinfoleft {
		margin-bottom:30px;
		}
		
	#basketpage {
		width:96%;
		margin:0 3% 3% 1%;
		}
	 	
	}
	
	
	
@media screen and (max-width: 958px) {
		
	#holidaysmobile {
		display:block;
		}
		
	#sidemenu ul {
		border:none;
		}
		
	#homebox {
		width:96%;
		padding:0 2% 2%;
		}
		
	#homebox .rentalhomebox {
		margin:45px 33% 30px;
		}
		
	#homebox .accessoriesbox {
		margin: 25px 4% 15px;
		}
	
	#interskirentalorder img {
		margin: 5px 0 5px 0;
		}
	
	#homebox .rentalhomeboxinner {
		text-align:center;
		}
				
	#homebox .rentalhomeboxrental {
		background-color: #2f277e;
		width: 100%;
		background-image: none;
		}
	
	#homebox .rentalhomeboxcombo {
		background-color: #d33a39;
		width: 100%;
		background-image: none;
		}
	
	#homebox .rentalhomeboxaccessories {
		background-color: #4db4d6;
		width: 100%;
		background-image: none;
		}
	
	#homebox .rentalhomeboxinfo {
		background-color: #575757;
		width: 100%;
		background-image: none;
		}
	
	#homebox img.boxbuttonleftinfo  {
		display:initial !important;
		}
	
	#homebox img.infomob {
		display:none;
		}
	
	#homebox .rentalhomeboxstock img {
		display: none;
		}
	
	#homebox img.boxbuttonright {
		margin: 20px 10px 0 0;
		}
	
	#homebox .homeboxleft {
		float: none;
	    width: 98%;
		max-width: none;
		}
	
	#homebox .homeboxright {
		width: 100%;
		float: none;
		max-width: 100%;
		}
		
	#homebox .homeboxright img {
		float: none;
		}
	
	#homebox .homeboxleft h1, #homebox .homeboxleft p {
		text-align: center;
		}
	
	#homebox .homeboxleft img {
		display: none;
		}
	
	#homebox .homeboxright h1, #homebox .homeboxright p {
		text-align: center;
		}
	
	#homebox .accbuttonmob img {
		display: block;
		}
	
		
	#homebox .rentalhomeboxaccessories img {
		display: none;
		}
	
	#homebox .rentalhomeboxaccessories img.accbuttonmob {
		display: initial;
		}
	
	
	
	
	
	
	
	
	
	
	#largefooter {
		background:url("../Images/General/footerbg_ren.jpg") repeat-x scroll center top #373536;
		}
	
	#footbarRight1 ul li a.rss {
		display:none;
		}
	
	}
	
	
@media screen and (max-width: 934px) {
	
	#homebox .accessoriesbox {
		margin: 25px 3.5% 15px;
		}
	
	}

@media screen and (max-width: 899px) {
	.rentalhowtoiconsone {
		display:contents;
		}
	
	.moreinfoouter {
		width: 50%;
		display: block;
		margin: 0 auto;
		}
	
	.moreinfobox {
		float: none;
		width: 95% !important;
		border: 2px solid #666;
		border-radius: 10px;
		margin: 10px 3px 0 5px;
		min-height: 447px;
		}
	
	}
	
	
@media screen and (max-width: 898px) {
	
	#homebox .accessoriesbox {
		margin: 25px 3% 15px;
		}
		
	#productinfoleft img.main {
		width:100%;	

		}
		
	#productinforight {	
		width:49%;
		padding:0 1% 30px 0;
		}
	
	}
	

@media screen and (max-width: 866px) {
	
	#homebox .accessoriesbox {
		margin: 25px 2.5% 15px;
		}
		
	#billingform .leftbilling, #billingform .rightbilling, #deliveryform .rightbilling, #deliveryform .leftbilling, .container .rightbilling, .container .leftbilling {
		width:35%;
		float:left;
		} 
	
	}
	
	
@media screen and (max-width: 834px) {
	
	#homebox .accessoriesbox {
		margin: 25px 2% 15px;
		}
	
	}
	
	
@media screen and (max-width: 806px) {
	
	#homebox .accessoriesbox {
		margin: 25px 1.5% 15px;
		}
	
	}
	
	
@media screen and (max-width: 780px) {
	
	#homebox .accessoriesbox {
		margin: 25px 1% 15px;
		}
	
	}
	
	
@media screen and (max-width: 756px) {
	
	#homebox .accessoriesbox {
		margin: 25px 0.4% 15px;
		}
	
	}
	
	
@media screen and (max-width: 730px) {
	
	#homebox .rentalhomebox {
		margin:45px 28% 30px;
		}
		
	#homebox .accessoriesbox {
		margin: 25px 7% 15px;
		}
	
	}
	
	
@media screen and (max-width: 656px) {
	
	#homebox .accessoriesbox {
		margin: 25px 5% 15px;
		}
		
	#footbarRight1 ul li {
		margin:0 8.5%;
		}
	
	}
	
	
@media screen and (max-width: 642px) {
	
	#productinfoleft, #productinforight {
		width:90%;	
		float:none;
		clear:both;
		margin-left:auto;
		margin-right:auto;
		}
	
	}
	

@media screen and (max-width: 592px) {
	
	#homebox .accessoriesbox {
		margin: 25px 3% 15px;
		}
	
	}
	

@media screen and (max-width: 580px) {
	
	#homebox .rentalhomebox {
		margin:45px 24% 30px;
		}
		
	#billingform .leftbilling, #billingform .rightbilling, #deliveryform .rightbilling, #deliveryform .leftbilling, .container .rightbilling, .container .leftbilling {
		width:50%;
		} 
	
	}
	

@media screen and (max-width: 538px) {
	
	#homebox .accessoriesbox {
		margin: 25px 2% 15px;
		}
	
	}


@media screen and (max-width: 530px) {
	
	#homebox .rentalhomebox {
		margin:45px 21% 30px;
		}
	
	}
	
	
@media screen and (max-width: 518px) {
	
	#homebox .accessoriesbox {
		margin: 25px 25% 15px;
		}
	
	}
	
	
@media screen and (max-width: 480px) {
	
	#homebox .rentalhomebox {
		margin:45px 18% 30px;
		}
	
	}
	
	
@media screen and (max-width: 466px) {
	
	#homebox .rentalhomebox {
		margin:45px 16% 30px;
		}
		
	#footbarRight1 ul li {
		margin:0 7.5%;
		}
		
	}
	
	
@media screen and (max-width: 430px) {
	
	#homebox .rentalhomebox {
		margin:45px 11% 30px;
		}
	
	}
	
	
@media screen and (max-width: 420px) {
	
	#footbarRight1 ul li {
		margin:0 7.25%;
		}
	
	}
	
	
@media screen and (max-width: 400px) {
	
	#footbarRight1 ul li {
		margin:0 7%;
		}
	
	}
	
	
@media screen and (max-width: 380px) {
	
	#homebox .rentalhomebox {
		margin:45px 7% 30px;
		}
		
	#footbarRight1 ul li {
		margin:0 6.75%;
		}
	
	}
	
	