@import url("structure.css");
@import url("sitemap.css");

@media print {
	body,p,div,td,span {font: 10pt/15pt Arial,Verdana, Helvetica, sans-serif;}
	a {font: 10pt/15pt Arial,Verdana, Helvetica, sans-serif;font-weight:bold;}
	h1, h2, h3,	h4, h5, h6 { page-break-after: avoid; page-break-inside: avoid }
   	blockquote,	pre { page-break-inside: avoid }
   	ul, ol, dl { page-break-before: avoid }
	table { page-break-inside: avoid }
}

body {
	background:#555555 url(../i/bg-swirl.gif) -100px 100px no-repeat;
	color: #414141;
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding:5px 0 0 0;
}
.clear-me{
	clear:both;
	height:1px;
	font-size:0;
	line-height:0;
	padding:0;
	margin:0;
}
.reverse{
	direction:rtl;
	unicode-bidi: bidi-override;
}
form{
	margin:0;
	padding:0;
}
.hide{
	display:none;
}
/*** Header Styles ***/
.mast-head div{
	position:absolute;
}
.logo{
	top:0;
	left:3px;
	border:0 solid red;
	z-index:10;
}
.telephone{
	right:20px;
	top:43px;
	font:20px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color:#7d7f7f;
}
.header-links{
	right:20px;
	top:10px;
}
.header-links a{
	font-weight:bold;
	background:url(../i/header-links-icons.gif) top left no-repeat;
	padding:3px 0 0 20px;
	margin:0 0 0 15px;
	line-height:18px;
	border:0;
}
.header-links a.login{
	background-position:0 -35px;
}
.header-links a.my-account{
	background-position:0 -17px;
}

/*** Text Styles ***/

p {
	margin:0;
	padding: 10px 0;
}

a {
	color:#009b81;
	text-decoration:none;
}
a:hover {
	color:#009b81;
	text-decoration:underline;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
	color:#009b81;
}
h1 {
	font-size:20px;
	line-height:24px;
	margin:0 0 10px 0;
}
h2 {
	font-size: 18px;
	margin:0 0 5px 0;
}
h3 {
	font-size: 16px;
	margin:0 0 5px 0;
}
.req{
	font-size:15px;
	font-weight:bold;
	line-height:12px;
}
ul, ol {
	padding-left:50px;
	margin:10px 0;
}
ul li,
ol li {
	line-height:18px;
}
ul li {
	list-style-type:disc;
}

.column-one.no-padd-left h1,
.column-one.no-padd-left h2,
.column-one.no-padd-left h3,
.column-one.no-padd-left p{
	margin-left:20px;
}

/*** Main navigation styles ***/

#main-navigation{
	top:67px;
	background:#ffffff;
	width:994px;
	height:67px;
	padding:20px 0 0 0;
	text-align:left;
	background:url(../i/main-nav-bg.gif) no-repeat;
}
#main-navigation ul{
	list-style: none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:994px;
}
#main-navigation li {
	display:inline;
	margin:0 0 0 0;
	padding:0;
}
#main-navigation li.link-1 a{
	padding:10px 27px 0 26px;
}
#main-navigation li.link-2 a{
	padding:14px 33px 0 33px;
}
#main-navigation li.link-3 a{
	padding:10px 36px 0 35px;
}
#main-navigation li.link-4 a{
	padding:5px 34px 0 34px;
}
#main-navigation li.link-5 a{
	padding:0 33px 0 33px;
}
#main-navigation li.link-6 a{
	padding:2px 33px 0 33px;
}
#main-navigation li.link-7 a{
	padding:12px 27px 0 27px;
}
#main-navigation a {
	display:inline;
	color:#474747;
	font:13px/33px Arial, Verdana, Helvetica, sans-serif;
	margin:0 0 0 0;
	padding:0 20px 0 20px;
	text-decoration:none;
	display:block;
	float:left;
}
#main-navigation li a:hover{

}
#main-navigation li a.main-on{

}

/***  Sub navigation styles ***/
#sub-navigation ul {
	width:180px;
	padding:0;
	margin: 0;
}
#sub-navigation ul li {
	display: block;
	width: 180px;
	margin:0;
	padding:0;
	list-style-type: none;
}
#sub-navigation ul li.first a,
#sub-navigation ul li.depth-0 a{
	font:18px/18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#009b81;
}
#sub-navigation ul li a{
	display: block;
	width:180px;
	margin:0 0 0 0;
	padding:3px 0 3px 0;
	text-decoration:none;
	font:14px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
}
#sub-navigation ul li a:hover, #sub-navigation ul li a.sub-on {
	color:#009b81;
}
#sub-navigation ul li a.sub-on {

}
#sub-navigation ul li.depth-1 a{
	padding-left:20px;
	width:160px;
}
#sub-navigation ul li.depth-2 a{
	padding-left:40px;
	width:140px;
}
#sub-navigation ul li.depth-3 a{
	padding-left:60px;
	width:120px;
}

/*** Image Styles ***/
img{
	border:0;
}

#content-wrapper img,
#two-column-wrapper img,
#three-column-wrapper img,
.two-column-content img,
.two-column-content-top img,
.two-column-content-bottom img,
.three-column-content img,
.three-column-content-top img,
.three-column-content-bottom img {
	margin:5px;
}

/*** News Styles ***/

.news-home-image{
	float:right;
	margin:0 0 5px 5px;
}
.news-item{
	padding:20px 20px 20px 20px;
	margin:0 0 0 0;
	min-height:50px;
	clear:both;
}
.column-one.no-padd-left .news-item p{
	margin-left:0;
}
.news-item.even{
	background:#ffffe0;
}
.news-item h2,
.column-one.no-padd-left .news-item h2{
	display:block;
	margin-left:0;
}

#content-wrapper .news-item img{
	float:left;
	margin:0 10px 5px 0;
}
.news-item p{
	padding:0 0 10px 0;
}
.news-item img{
	float:right;
	margin:0 0 0 20px;
}
.news-item-readmore {
	padding:12px 0 0 0;
	clear:both;
	display:block;
}
.news-list-date{
	border:0 solid red;
	margin:0 0 10px 0;
}
.news-view-date{
	text-align:right;
	margin:0 0 2px 0;
	font-weight:bold;
}
.news-detail img {
	float:right;
	margin:0 0 10px 20px;
}

.news-view-images{
	border:0 solid red;
	float:right;
	width:300px;
	display:inline;
	padding:10px 0 10px 10px;
}
.news-view-images img{
	margin:0 0 10px 0;
}

/***  Contact form styles ***/

#contact-form {
	border:solid 0 #353a40;
	float:left;
	padding:15px 0 15px 15px;
	margin:0;
}
#contact-form label {
	clear:both;
	display:block;
	line-height:18px;
	width:110px;
	float:left;
	font-weight:bold;
	font-size:12px;
	border:0 solid red;
}
#contact-form .contact-field{
	clear:both;
	width:450px;
}
#contact-form .error, #contact-form .error h2 {
	color:#990000;
}
#contact-form .error h2 {
	margin: 0 0 12px 0;
}
#contact-form span.error {
	float:right;
	padding: 0 0 3px 96px;
	width:334px;
}
#contact-form input, #contact-form textarea {
	font:12px/18px Arial, Verdana, Arial, Helvetica, sans-serif;
	border:solid 1px #909090;
	float:right;
	width:332px;
	line-height:20px;
}
#contact-form input {
	height:23px;
	line-height:23px;
	margin: 0 0 10px 0;
}
#contact-form textarea {
	height:130px;
	margin: 0 0 10px 0;
}
#contact-form .captcha-field label{
	padding: 0 7px 0 0;
}
#contact-form .captcha-field input{
	float:left;
	display:inline;
	margin:22px 0 0 0;
	width:119px;
}
#contact-form img#captcha {
	display:inline;
	float:left;
	margin:5px;
}
#contact-form img#captcha-speaker{
	float:right;
	margin:22px 0 0 0;
}
#contact-form .captcha-field .captcha-hint{
	float:right;
	padding: 0 0 0 96px;
	width:334px;
}
img#captchaImage{
	margin:0 0 5px 0;
	border:solid 1px #909090;
}
table.captcha-table{
	margin:0 0 0 5px;
}
#contact-form .contact-footer {
	margin-top:20px;
}
#contact-form .submit input{
	line-height:12px;
	margin:10px 0 0 0;
}

/*** Paginate styles  ***/

.pagination, .pagination-info{
	width:100%;
	padding:3px 0 3px 0;
	margin:0 0 3px 0;
	float:left;
	text-align:center;
}
.prev, .next{
	width:20%;
	float:left;
}
.next{
	text-align:right;
}
.page-numbers{
	width:60%;
	float:left;
	text-align:center;
}
.paginateOn, .paginateOff{
	width:auto;
	display:inline;
	margin:2px 2px 2px 2px;
}

/*** TinyMCE styles ***/

.small {
	font-size:10px;
}

/*** Gallery styles ***/

.gallery-wrapper {
	border-top:2px solid #d4d4d4;
	border-bottom:2px solid #d4d4d4;
	padding:15px 0;
	float:left;
	width:100%;
}
.gallery-category,
.gallery-thumbnail {
	float:left;
	font-size:14px;
	min-height:130px;
  	height:auto !important;
  	height:130px;
	padding:7px;
	text-align:center;
	width:140px;
}
#content-wrapper .gallery-category img,
#content-wrapper .gallery-thumbnail img {
	margin:0;
}
.gallery-back {
	font-size:14px;
	float:left;
	padding:10px 0;
}
.slug h2 {
	margin:0;
	padding:0;
}
.gallery-text p {
	padding:5px 0;
}
.gallery-no-image {
	background:url(../i/gallery-no-image.gif) no-repeat center center;
	border:1px solid #d4d4d4;
	display:block;
	width:138px;
	height:103px;
}

/*** General Form Styles ***/

.general-form{
	border:1px solid #e1d36f;
	float:left;
	width:470px;
	padding:20px;
	background:#ffffe0;
}

.general-form.forgotton{
	width:384px;
}
.general-form.forgotton label{
	width:50px;
}

.general-form label{
	font-weight:bold;
	display:block;
	float:left;
	clear:left;
	width:130px;
	padding:4px 0 0 0;
}
.general-form input{
	display:block;
	float:left;
	width:330px;
	margin:0 0 3px 0;
}
.general-form select{
	margin:0 0 3px 0;
}
.general-form input.radio,
.general-form input.checkbox{
	width:auto;
}
.general-form input.submit,
#contact-form .submit input,
.login-box input.submit,
input.submit-button{
	clear:both;
	width:auto;
	float:right;
	border:1px solid #e1d36f;
	background:#009b81;
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
	padding:3px 5px 3px 5px;
	line-height:18px;
}
.general-form input.submit.no-clear{
	clear:none;
}
.general-form input.submit:hover,
#contact-form .submit input:hover,
.login-box input.submit:hover,
input.submit-button:hover{
	border:1px solid #009b81;
	background:#e1d36f;
	color:#009b81;
}

.general-form table.gender-table label{
	padding:0;
}
.form-error{
	font-weight:bold;
	color:red;
	margin:2px 0 2px 0;
}
.note{
	padding:5px;
	border:1px dotted #cccccc;
	margin:0 0 10px 0;
	font-weight:bold;
}

input.postcode{
	width:70px;
}

a.cancel-button,
input.a-type{
	color:#009b81;
	background:none;
	width:auto;
	border:0;
	padding:0;
	font-size:12px;
	line-height:16px;
	overflow:visible; 
	float:right;	
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;	
	font-weight:bold;	
}
a.cancel-button{
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;		
	font-weight:bold;		
	padding:0 0 0 0;
	margin:0 10px 0 0;
}
a.cancel-button:hover,
input.a-type:hover{
	text-decoration:underline;
	cursor:pointer;
}

/** General Form Private Booking Styles **/

.general-form.private-booking{
	width:240px;
}

.general-form.private-booking label{
	width:80px;
}
.general-form.private-booking input{
	width:150px;
	float:right;
}
.general-form.private-booking input.submit{
	width:auto;
}

/*** Delivery Addresses Styles ***/

.delivery-address{
	background:#ffffe0;
	border:1px solid #e1d36f;
	float:left;
	padding:10px;
	width:320px;
	margin:10px 20px 10px 0;
}
.delivery-address a{
	font-weight:bold;
	margin:0 20px 0 0;
}

.delivery-address.primary{
	border:1px solid #009b81;
}

/*** Booking Promo Code ***/

.booking-promo{
	float:right;
	border:1px solid #e1d36f;
	background:#ffffe0;
	margin:10px 9px 0 0;
}
.booking-promo label{
	padding:0;
	margin:0;
	font-weight:bold;
}
.booking-promo input,
.payment-option-box .booking-promo input{
	width:187px;
	background:#ffffff;
	margin:0 0 0 0;
	cursor:text;
	font-weight:normal;
}

/*** Grey Box Styles ***/

.grey-box{
	width:220px;
	background:#e8e8e8 url(../i/grey-box-top.gif) top no-repeat;
	padding:4px 0 0 0;
	margin:0 0 5px 0;
}
.grey-box-content{
	background:#e8e8e8;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	padding:16px 20px 16px 20px;
}
.grey-box-content.subnavigation{
	padding-top:8px;
	padding-bottom:8px;
}
.grey-box-bottom{
	width:220px;
	height:4px;
	background:#e8e8e8 url(../i/grey-box-bottom.gif) top no-repeat;
	margin:0;
	line-height:0;
	font-size:0;
	display:block;
}
.grey-box-content.scanning{
	padding-bottom:8px;
}

/*** Booking Styles ***/

.booking-dates{
	margin:10px 0 0 0;
}
.booking-dates table th{
	background:#fdfdc2 url(../i/th-bg.gif) top repeat-x;
	text-align:left;
}
table tr.even{
	background:#ffffe0;
}
.booking-dates table th a{
	padding:0 20px 0 0;
	color:#2e2e2e;
}
.booking-dates table th a.asc{
	background:url(../i/asc-arrow.gif) right no-repeat;
}
.booking-dates table th a.desc{
	background:url(../i/desc-arrow.gif) right no-repeat;
}
.booking-date-image{
	border:0 solid #c6c6c6;
	float:right;
	margin:0 0 10px 10px;
	text-align:right;
}

.booking-key{
	font-size:11px;
	margin:10px 0 0 0;
}
.booking-key img{
	margin:0 6px 0 0;
}
.booking-key table td{
	vertical-align:middle;
}
/*** Booking Times Styles ***/

.booking-times-table{
	margin:10px 0 10px 0;
	font-size:14px;
}
.booking-times-table td.hour{
	background:#ffffff;
	color:#009b81;
	font-size:16px;
	padding:0 25px 0 0;
	font-weight:bold;
}
.booked{
	color:#c6c6c6;
}
.payment-option-box{
	border:0 solid red;
	display:block;
	margin:10px 0 0 0;
	text-align:right;
}
.payment-option-box input{
	width:auto;
	font-weight:bold;
	background:#ffffe0;
	border:0;
	padding:3px;
	cursor:pointer;
	margin:10px 9px 0 0;
	border:1px solid #e1d36f;
}
/*** Login Styles ***/

.login-box{
	border:1px solid #e1d36f;
	width:400px;
	height:200px;
	float:left;
	padding:20px;
	margin:10px;
	background:#ffffe0;
}
.login-box.right{
	float:right;
}
.login-box h2{
	font-size:18px;
}
.login-box table{
	width:83%;
}

.login-box td.formLabel{
	font-weight:bold;
}

.login-box input{
	margin:0 0 3px 0;
	width:250px;
}
.login-box input.submit{
	margin:0 0 0 0;
}
p.notice{
	margin:0;
	font-weight:bold;
}

/*** Account Styles ***/

.account-tabs{
	border-bottom:1px solid #e1d36f;
	float:right;
	clear:both;
	width:400px;
}
.account-tabs ul{
	border:0 solid red;
	margin:0;
	padding:0;
	text-align:right;
	float:right;
}
.account-tabs ul li{
	border:0 solid red;
	display:inline;
	float:right;
}
.account-tabs ul li a{
	padding:4px 8px 4px 8px;
	display:block;
	float:left;
	background:#ffffe0;
	border-right:1px solid #e1d36f;
}

/*** Home Scanning Dates Styles ***/

.home-dates{
	font-size:11px;
}
.home-dates td{
	vertical-align:top;
}

/*** Page Image Holder Styles ***/

.home-images{
	float:right;
	width:auto;
}
.home-images img{
	margin:0 0 30px 30px;
}

.page-images{
	clear:both;
}
.page-images.horizontal img{
	margin:10px 10px 10px 10px;
}

/*** Collections Gallery Styles ***/

.collection-box{
	border:0 solid red;
	width:300px;
	float:left;
}
.collection-box.middle{
	margin:0 24px 0 24px;
}
.collection-box img{
	margin:10px 0 10px 0;
}
.garment-image-scroller{
	height:205px;
	border-bottom:1px solid #959595;
	background:#cecece url(../i/garment-image-scroller-bg.gif) repeat-x;
	padding:15px 0 0 0;
	margin:5px 0 0 0;
}
.garment-image-scroller-image{
	display:inline;
	margin:0 40px 0 0;
}
.garment-image-scroller-image img{
	border:4px solid #ffffe0;	
}
.garment-image-scroller-image.last{
	margin-right:0;
}
.pagination-arrow{
	width:50px;
	float:left;
	height:173px;
	padding:32px 0 0 0;
}
.pagination-arrow a{
	display:block;
	height:123px;
	width:30px;
	background:url(../i/pagination-arrow.gif) no-repeat;
	float:right;
}
.pagination-arrow a span{
	display:none;
}
.pagination-arrow.right{
	float:right;
}
.pagination-arrow.right a{
	background-position:top right;
	float:left;
}
.garment-images{
	width:894px;
	float:left;
	text-align:center;
}

.content-padder{
	padding:20px 20px 10px 20px;
}

/*** View Garment Styles ***/

.view-garment-column-one{
	width:370px;
	float:left;
	margin:0 15px 0 0;
}
.view-garment-column-two{
	width:375px;
	float:left;
	margin:0 0 0 0;	
}
.view-garment-column-three{
	width:180px;
	float:right;
}
.small-garment-image{
	width:180px;
	height:270px;
	margin:0 0 15px 0;
	float:left;
	text-align:center;
}
.small-garment-image.mar-right{
	margin-right:15px;
}
.small-garment-image.auto{
	height:auto;
}
.fabric-swatch{
	width:90px;
	height:90px;
	float:left;
	text-align:center;
}
#return-original-image{
	border:0 solid red;
	text-align:right;
}
#return-original-image a{
	font-size:10px;
	padding:3px;
}

/*** User Account View Garments ***/

.garment-search-main-wrapper{
	width:372px;
	background:#f4f5f9 url(../i/customer-garment-top.gif) top left no-repeat;
	padding:7px 0 0 0;
	float:left;
}
.garment-search-main{
	border-left:1px solid #959595;
	border-right:1px solid #959595;
	padding:14px;
	float:left;
	width:342px;
}
.garment-search-main-image{
	width:288px;
	margin:20px 0 20px 0;
	text-align:center;
	float:left;
}
.garment-search-main-fabrics{
	width:47px;
	float:right;
	margin:20px 0 20px 0;
	text-align:right;
}
.garment-search-main-fabrics img{
	margin:0 0 12px 0;
}
.garment-search-main-footer{
	clear:both;
	height:7px;
	line-height:0;
	margin:0;
	background:url(../i/customer-garment-bottom.gif) top left no-repeat;
}
.garment-search-results{
	border:0 solid red;
	float:right;
	width:570px;
}
.garment-search{
	border:0 solid red;
	width:570px;
	height:89px;
	background:#f4f5f9 url(../i/filter-bg.gif);
	padding:20px 0 0 0;
	text-align:center;
}
.garment-search select{
	width:170px;
	font-size:11px;
}
.garment-search th{
	width:85px;
	text-align:right;
}
.result-garment{
	float:left;
	width:132px;
	/*height:197px;*/
	margin:13px 13px 0 0;
	text-align:center;
}
.result-garment.last{
	margin-right:0;
}
.result-garment a{
	float:left;
	display:block;
	width:130px;
	height:195px;
	border:1px solid #ffffff;	
}
.result-garment a:hover,
.result-garment a.garment-on{
	border:1px solid #00b294;
}
.garment-name-price{
	text-align:left;
	padding:0 2px 0 2px;
	width:128px;
}

/*** Help Link Styles ***/

a.help-link{
	display:block;
	height:22px;
	padding:0 0 0 30px;
	background:url(../i/help-icon.gif) no-repeat;
	font-weight:bold;
	width:auto;
	float:left;
}

/*** Buy Buttons ***/

input.buy-button{
	border:0 solid red;
	background:url(../i/buy-button.gif) bottom no-repeat;
	height:20px;
	width:65px;
	font:13px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
	float:right;
	clear:both;
}
input.buy-button:hover{
	background-position:top;
}

/*** Option Box Styles ***/

.option-box-wrapper{
	width:570px;
	background:#f4f5f9 url(../i/option-box-top.gif) top left no-repeat;
	padding:7px 0 0 0;
	margin:0 0 15px 0;
}
.option-box{
	width:542px;	
	padding:13px 13px 13px 13px;
	border-left:1px solid #959595;
	border-right:1px solid #959595;
}
.option-box .form-error{
	text-align:left;
}
.option-box h2{
	margin:0 0 18px 0;
}
.option-box table th{
	vertical-align:top;
	text-align:left;
}
.option-box-footer{
	height:7px;
	line-height:0;
	padding:0;
	background:url(../i/option-box-bottom.gif) top left no-repeat;	
}
.option-scroller{
	height:auto !important;	
	height:165px;
	max-height:165px;
	overflow-y:auto;
	width:475px;
	margin:0 0 0 0;
	border:0 solid red;
}
.option-scroller.shoe-height{
	border:0 solid red;
	height:auto !important;	
	height:95px;
	max-height:95px;	
}
.option.on img,
.option-scroller .option-on{
	border:2px solid #00b294;	
}
.option-scroller img:hover{
	cursor:pointer;
}
.option{
	float:left;
	width:70px;
	margin:0 5px 5px 0 !important;
	margin:0 2px 5px 0;
	display:inline;
	font-size:10px;
	text-align:left;
}
.option img{
	border:2px solid #f4f5f9;	
}
.option-scroller#button-scroller{
	text-align:left;
}
.option-box textarea{
	width:477px;
	height:112px;
	border:1px solid #959595;
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
}

/*** View Basket Styles ***/

.view-basket-wrapper{
	width:954px;
	background:#f4f5f9 url(../i/view-basket-top.gif) top left no-repeat;
	padding:7px 0 0 0;
}
.view-basket{
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	width:922px;
	padding:15px;
}
.view-basket th{
	font-size:10px;
	color:#009b81;
	border-bottom:1px solid #c0c0c0;
}
.view-basket input.checkbox{
	width:auto;
}
.view-basket td{
	padding:10px 0 10px 0;
}

.view-basket tr.odd{
	background:#ffffff;
}
.view-basket-footer{
	background:#f4f5f9 url(../i/view-basket-bottom.gif) top left no-repeat;
	height:7px;
	line-height:0;
	padding:0;
}

.view-basket tr.control-row td{
	border-top:1px solid #c0c0c0;	
}

/*** View Basket List Styles ***/

.view-basket td ul{
	border:0 solid red;
	padding:0 0 0 10px;
	margin:5px 0 5px 0;
	margin:10px 0 0 0;
}
.view-basket td ul li{
	list-style:none;	
	font-size:11px;
}

/*** PDF Download Styles ***/

.pdf-download{
	border-top:1px solid #009b81;
	padding:10px 0 0 0;
}
.pdf-download p{
	margin:0;
	padding:0;
}
.pdf-download ul{
	border:0 solid red;
	padding:0 0 0 0;
}
.pdf-download ul li{
	list-style:none;
	border:0 solid red;
	padding:0 0 0 0;
}
.pdf-download ul li a{
	background:url(../i/pdf.gif) top left no-repeat;
	padding:8px 0 8px 38px;
	border:0 solid red;
	display:block;
	width:290px;
}

/*** Get Adobe Styles ***/

.get-adobe{
	clear:both;
	border:0 solid red;
	margin:20px 0 0 0;
}
.get-adobe img{
	margin:2px 10px 0 0;
}

/*** Delivery Styles ***/

.general-form.delivery-left{
	float:left;
	width:380px;	
	margin-bottom:10px;
}
.general-form.delivery-left input,
.general-form.delivery-left select{
	width:180px;
}
h2.delivery{
	margin:4px 0 5px 0;
	border:0 solid red;
	float:left;
	width:auto;
}

.general-form.delivery-right{
	float:right;
}

/*** Shared Submit Styles **/

input.submit-control{
	width:auto;
	float:right;
	border:1px solid #e1d36f;
	background:#009b81;
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
	padding:3px 5px 3px 5px;
	line-height:18px;	
}
input.submit-control.right{
	margin:0 0 0 5px;
}
input.submit-control:hover{
	border:1px solid #009b81;
	background:#e1d36f;
	color:#009b81;
}

/*** Half width box ***/

.half-width-box{
	width:477px;
	float:left;
}	
.half-width-box th,
.half-width-box td{
	text-align:left;
}

/*** Shared Submit Styles **/

a.input-type{
	width:auto;
	float:right;
	border:1px solid #e1d36f;
	background:#009b81;
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
	padding:5px 5px 5px 5px;
	line-height:18px;
	margin:0;
}
a.input-type.right{
	margin:0 0 0 5px;
}
a.input-type:hover{
	border:1px solid #009b81;
	background:#e1d36f;
	color:#009b81;
	text-decoration:none;
}

.view-basket tr.control-row td table.terms-table td,
table.terms-table td{
	border:0;	
}

a.proceed-link{
	display:block;
	background:none repeat scroll 0 0 #009B81;
	border:1px solid #E1D36F;
	color:#FFFFFF;
	cursor:pointer;
	float:right;
	font-weight:bold;
	line-height:18px;
	padding:3px 5px;
	width:auto;	
}

.booking-payment-details{
	border:0 solid red;
	text-align:right;
}