 for handling the layout of the page */
body {
	/* Need to keep the Zoom Feature in IE working with the relative elements */
	position:relative;
}
div#page {
  width: 979px;
  margin: 0;
  padding: 0;
}
div#header {
	margin:0;
	padding:0;
	height:190px;
	position:relative;
}

/** Links in the header **/
ul#secondary-links {
	list-style-type: none;
	position:absolute;
	right:0px;
	top:10px;
}
ul#secondary-links li {
	display: inline;
	float:right;
	width: 6em;
}
ul#secondary-links li a {
	display:block;
	text-align: center;
}

div#google_translate_element {
	width: 150px;
	min-height: 52px;
	_height: 52px;
	padding-left: 24px;
	overflow: hidden;
}

div#google_translate_element span {
	display: block;
}

div#text-size {
	position:absolute;
	right:10px;
	top:120px;
}

div#text-size p {
	display: none;
}
div.rss p.separator {
	display: none;
}
div#contrast-chooser{
	position:absolute;
	right:70px;
	top:122px;
}

/* Main content area */
div#content {
 	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 979px;
	float:left;
}

/** Main Content Container **/
div#main {
	display: inline;
	float: left;
	width: 520px;
	margin-right: -227px;
	margin-left: 236px;
	margin-bottom: 20px;
	padding: 0;
}

/** Navigation Trail **/
ul#trail {
	display: table;
	width:504px;
	margin-top:10px;
	list-style-type: none;
}

ul#trail li {
	float: left;
	margin-right: 6px;
	padding: 2px 0px;
}

ul#trail li a {
	white-space: nowrap;
}

/** RH Column **/
div#sub {
	display: inline;
	float: right;
	width: 207px;
}

/** LH Column **/
div#local {
	display: inline;      
	float: left; 
	width: 216px;
	margin-left: -529px;
}

/** Footer **/
div#footer {
	clear:both;
}
div#lh-footer {
	width:207px;
	float:left;
}
div#footer ul {
	list-style-type: none;
	float:left;
	width:762px;
}
div#footer ul li {
	display: inline;
}
div#footer p {
	float:left;
	width:762px;
}

/** General Rules **/
div.clear {
	clear:both;
}
div#main table {
	width:520px;
}
div#main table table {
	width:100%;
}


/** Order confirmation layout **/

div#print-content {
 	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 979px;
	float:left;
}

div#print-content td.basket-total {
	padding: 2px 50px 2px 2px;
}


div#intro {
	float:left;
	margin:17px 17px 0 0;
	padding:0;
	width:325px;
}

div#intro h2 {
	margin-top:0px;
}

/* Product rollover information for associated products lists */

ul.associated-products li div {
	position: relative;	
}
div.extra-product-info {
	display: none;
}  

div#extra-product-info { 
	display: block;
	border: solid 1px black;
	background-color: white;
	width: 400px;
	height: 207px;
	overflow: auto;
	padding: 5px; 
	top: -50px;
	left: -50px;
}
div#extra-product-info img {
	margin-top:10px;
}

div.extra-product-info div.title,
div#extra-product-info div.title {
	background-color: #DFDFDF;                                             
	margin:0;
	float:left;
}

div#extra-product-info div.title h2 {
	border:medium none;
	color:#001188;
	float:left;
	font-size:100%;
	font-weight:bold;
	margin:0pt;
	padding: 5px;
	width: 260px;	
}
div#extra-product-info div.title h2 a {
	color:#001188;
}

div#extra-product-info div.title span {
	color:#001188;
	float:right;
	margin:0pt;
	overflow:hidden;
	padding:5px;
	text-align:right;
	width:100px;
}

div#extra-product-info img {
	border: solid 1px #929292;
	float:left;

}

div#extra-product-info div.product-info {
	width: 215px;
	float:right;
	padding-top:10px;
}

div#extra-product-info div.prices {
	width: 155px;
	float: left;
	clear: both;
	margin-top: 20px;
	text-align: left;
	padding-top:5px;
}
div#extra-product-info a.buy-button {
	display: block;
	margin-right: 10px;
}

div#extra-product-info div.buy {
	width: 55px;
	height: 30px;
	float: right;
	clear: none;
	margin-top: 0;
}


/* Newsletter */
div#newsletter-form {
	display: none;
	position: absolute;
	border: solid 1px #686868;
	background-color: #ebebeb;
	width: 452px;
	z-index: 20;
}
div#newsletter-form h3 {
	background: none;
	width:auto;
	color: #001188;
	position:relative;	
	padding-top:8px;
	height:auto;
	font-size: 110%;
	text-align: center;
}

div#newsletter-form p {
	font-size: 90%;
	font-weight: normal;
	margin: 5px 0;
}

div#newsletter-form div.input-container.checkbox {
	height: 40px;
	padding-top: 5px;
	border-bottom: 1px solid black;
}

div#newsletter-form div.input-container input.field-checkbox {
	margin-top: 12px;
}

div#newsletter-form label {
	display: inline;
	width: 412px;
	float: left;
	font-size: 100%;
	font-weight: bold;
}

div#newsletter-form div.options label {
	float:none;
}

div#newsletter-form input#btnSubscribe {
	margin: 10px 0 5px 0;
	float: right;
}

div#newsletter-form form {
	margin: 10px;
}

div#newsletter-form input.text-field {
	width:230px;
	padding: 2px;
	border:solid 1px #9A9A9A;
}
div#newsletter-form img {
	margin:10px 6px 4px;
	display:inline;
}
div#newsletter-form .cancel {
	margin-top: 8px;
}


/* Send product page */
form#send {
	margin-top: 20px;
}


/* Edit image page buttons */
a.btn, 
a.button {
	text-indent: -9999px;
	display:block;
	height: 24px;
	margin-right: 5px;
}

a.here {
	background: url('../media/image/site/btn-here.gif') no-repeat; 
}
form#editImages a.reset-image {
	background: url('../media/image/site/btn-reset.gif') no-repeat;
}

a.add {
	background: url('../media/image/site/btn-add.gif') no-repeat; 
}

a.move {
	background: url('../media/image/site/btn-move.gif') no-repeat;
	width: 42px;
}

a.remove {
	background: url('../media/image/site/btn-remove.gif') no-repeat;
	width: 60px; 
}

a.delete-user,
a.stock-notification-delete,
a.delete {
	width: 58px;
	background: url('../media/image/site/btn-delete.gif') no-repeat top left;
}

a.stock-notification-delete {
	width: 60px;
}

a.delete-user {
	width: 60px;
	float: left;
}

a.edit {
	background: url('../media/image/site/btn-edit.gif') no-repeat;
}

td.product-actions a.edit {
	width: 50px;
}

a.select {
	background: url('../media/image/site/btn-select.gif') no-repeat;
}

a.test {
	background: url('../media/image/site/btn-test.gif') no-repeat;
}

a.edit-users {
	background: url('../media/image/site/btn-edit-users.gif') no-repeat;
}

a.reset {
	background: url('../media/image/site/btn-reset.gif') no-repeat;
}

a.cancel {
	float: left;
	width: 62px;
}

a.re-send {
	background: url('../media/image/site/btn-re-send.gif') no-repeat;
	float: left;
	width: 59px;
}

a.manifest {
	background: url('../media/image/site/btn-manifest.gif') no-repeat;
	float: left;
	width: 61px;
}

a.btn-view-edit {
	background: url('../media/image/site/btn-view-edit.gif') no-repeat;
	float: left;
	width: 70px;
}

a.btn-view {
	background: url('../media/image/site/btn-view.gif') no-repeat;
}

a.refund {
	background: url('../media/image/site/btn-refund.gif') no-repeat;
	float: left;
	width: 70px;
}

a.view-attempts {
	background: url('../media/image/site/btn-view-attempts.gif') no-repeat;
	float: left;
	width: 93px;
}

a.update-shipping {
	background: url('../media/image/site/btn-update-shipping.gif') no-repeat;
}

a.order-pdf {
	background: url('../media/image/site/btn-order-pdf.gif') no-repeat;	
	float: left;
	width: 76px;
}

a.new-invoice {
	background: url('../media/image/site/btn-new-invoice-despatch.gif') no-repeat;
	float: left;
	width: 140px;	
}

a.re-send-order-notification {
	background: url('../media/image/site/btn-re-send-notification.gif') no-repeat;	
	float: left;
	width: 164px;
}

a.view-pending {
	background: url('../media/image/site/btn-view-pending.gif') no-repeat;	
}

a.view-unapproved {
	background: url('../media/image/site/btn-view-unapproved.gif') no-repeat;	
}

a.view-all-reviews {
	background: url('../media/image/site/btn-view-all-reviews.gif') no-repeat;	
}

a.download-mappings {
	background: url('../media/image/site/btn-download-mappings.gif') no-repeat;	
}

a.orders {
	background: url('../media/image/site/btn-orders.gif') no-repeat;	
	float: left;
	width: 60px;
}

a.add-new-user {
	background: url('../media/image/site/btn-add-new-users.gif') no-repeat;	
	float: left;
	width: 106px;
}

a.delete-account {
	background: url('../media/image/site/btn-delete-account.gif') no-repeat;	
	float: left;
	width: 164px;
}

a.btn-track {
	background: url('../media/image/site/btn-track.gif') no-repeat;
}

a.unshipped-despatches-pdf {
	/*background: url('/*image.pathbtn-unshipped-pdf.gif') no-repeat;*/
	background: url('../media/image/site/btn-here.gif') no-repeat;
	float: left;
	width: 90px;
}

div.actions {
	margin-top: 10px;
}

a.here {
	background: url('../media/image/site/btn-here.gif') no-repeat;	
}

a.print-confirmation {
	background: url('../media/image/site/btn-print-confirmation.gif') no-repeat;	
}

a.update {
	background: url('../media/image/site/btn-update.gif') no-repeat;	
}

a.send-quote {
	float: left;
	width: 114px;
}

a.save-for-later {
	float: left;
	width: 126px;
}

a.continue-shopping {
	float: left;
	width: 169px;
}

a.checkout {
	background: url('../media/image/site/btn-checkout-debit.gif') no-repeat;	
	width: 160px;
	height: 43px;
}

a.account-checkout {
	background: url('../media/image/site/btn-checkout-account.gif') no-repeat;	
	width: 160px;
	height: 43px;
}

a.collect-checkout {
	background: url('../media/image/site/btn-click-and-collect.gif') no-repeat;	
	width: 132px;
}

a.paypal-checkout {
	background: url('../media/image/site/btn-payPalCheckout.png') no-repeat;	
	width: 145px;
	height: 42px;
    background-size: 145px 42px;
}

a.button.paypal-checkout:hover{
	background-color: white; 
}

a.google-checkout {
	background: url('../media/image/site/btn-googleCheckout.gif') no-repeat;	
	width: 165px;
	height: 42px;
}
a.send-to-friend {
	width: 110px;
}

div#_1288096243166 p span strong a img.field-image {
	margin-right: 20px;
}

body#connevans\.home table.list td.list-details {
	width: 400px;
}

a.no-underline {
	text-decoration: none;	
}

.recycle-more {
	display: block;
	margin: 5px 0px 0 45px;
}

.recycle-more img {
	width: 88px;
	height: 88px;
}

div#cookie-policy {
	position: absolute;
	right: 150px;
	top: 122px;
}
div#responsive-theme a,
div#cookie-policy a {
	color: white;
	text-decoration:underline;
	font-size: 12px;
}
div#cookie-policy a:hover {
	text-decoration:underline;
}

div#stop-impersonating {
	float: left;
}
div#stop-impersonating a {
	color: white;
	text-decoration:underline;
	font-size: 12px;
}
div#stop-impersonating a:hover {
	text-decoration:underline;
}

table.cookies {
margin-bottom:10px;
}
table.cookies th {
	text-align:left;
	padding:4px;
}
table.cookies td {
	padding: 4px;
	vertical-align:top;
	border:solid 1px #686868;
}
body#CookiePolicy div#content #main h3 {
	margin:15px 0 5px;
}

ul.orderChanges li {
	margin: 10px 0;
}

.free-item {
	display: block;
	margin-top: 5px;
	color: green;
}

#connevans\.home a.delete,
#connevans\.home a.btn-view {
	float: left;
} 


#connevans\.inward\.return .select-country,
#connevans\.outward\.return .select-country {
	clear: both;
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 0;
}

#connevans\.inward\.return
#connevans\.outward\.return .select-country li {
	float: left;
	margin-bottom: 15px;
	margin-top: 10px;
}

#connevans\.inward\.return #layout-left,
#connevans\.inward\.return #layout-right,
#connevans\.outward\.return #layout-left,
#connevans\.outward\.return #layout-right {
	width: 50%;
}

#connevans\.inward\.return .ups-ap-log,
#connevans\.outward\.return .ups-ap-logo {
	margin-left: 55px;
	margin-top: -10px;
}

#connevans\.inward\.return .select-country li a,
#connevans\.outward\.return .select-country li a {
	float: left;
	width: 110px;
	height: 35px;
	padding-top: 16px;
	padding-left: 55px;
}

#connevans\.inward\.return .select-country .GB a,
#connevans\.outward\.return .select-country .GB a {
	background: url('../images/site/flag_uk.gif') no-repeat;
}

#connevans\.inward\.return .select-country .FR a,
#connevans\.outward\.return .select-country .FR a {
	background: url('../images/site/flag_france.gif') no-repeat;
}

#connevans\.inward\.return .select-country .DE a,
#connevans\.outward\.return .select-country .DE a {
	background: url('../images/site/flag_germany.gif') no-repeat;
}

#connevans\.inward\.return .select-country .ES a,
#connevans\.outward\.return .select-country .ES a {
	background: url('../images/site/flag_spain.gif') no-repeat;
}

#connevans\.inward\.return .select-country .NL a,
#connevans\.outward\.return .select-country .NL a {
	background: url('../images/site/flag-netherlands.gif') no-repeat;
}

#connevans\.inward\.return .select-country .CA a,
#connevans\.outward\.return .select-country .CA a {
	background: url('../images/site/flag_canada.gif') no-repeat;
}

#connevans\.inward\.return .select-country .US a,
#connevans\.outward\.return .select-country .US a {
	background: url('../images/site/flag-usa.gif') no-repeat;
}

#connevans\.inward\.return .select-country .BE a,
#connevans\.outward\.return .select-country .BE a {
	background: url('../images/site/flag-belgium.gif') no-repeat;
}

#connevans\.inward\.return .select-country .LU a,
#connevans\.outward\.return .select-country .LU a {
	background: url('../images/site/flag-luxembourg.gif') no-repeat;
}

#connevans\.inward\.return .select-country .IT a,
#connevans\.outward\.return .select-country .IT a {
	background: url('../images/site/flag-italy.gif') no-repeat;
}

#connevans\.inward\.return .select-country .PL a,
#connevans\.outward\.return .select-country .PL a {
	background: url('../images/site/flag-poland.gif') no-repeat;
}

#connevans\.inward\.return .select-country .AT a,
#connevans\.outward\.return .select-country .AT a {
	background: url('../images/site/flag_austria.gif') no-repeat;
}

#connevans\.inward\.return .select-country .CH a,
#connevans\.outward\.return .select-country .CH a {
	background: url('../images/site/flag_switzerland.gif') no-repeat;
}

#connevans\.inward\.return .select-country .FI a,
#connevans\.outward\.return .select-country .FI a {
	background: url('../images/site/flag_finland.gif') no-repeat;
}

#connevans\.inward\.return .select-country .NO a,
#connevans\.outward\.return .select-country .NO a {
	background: url('../images/site/flag_norway.gif') no-repeat;
}

#connevans\.inward\.return .select-country .SE a,
#connevans\.outward\.return .select-country .SE a {
	background: url('../images/site/flag_sweden.gif') no-repeat;
}

#connevans\.inward\.return .select-country .DK a,
#connevans\.outward\.return .select-country .DK a {
	background: url('../images/site/flag_denmark.gif') no-repeat;
}

p.ups-text {
	clear: both;
	margin-bottom: 10px;
}

a.btn-print {
	background: url("../media/image/site/btn-print-admin.gif") no-repeat top left;
	width:41px;
}

a.btn-confirm {
	background: url("../media/image/site/btn-confirm.gif") no-repeat top left;
	width:67px;
}

#new\.user form#newUser .field-checkbox td.field-label {
	width: 420px;
	vertical-align: middle;
}
#new\.user form#newUser .field-checkbox label {
	height: 40px;
}

#new\.user form#newUser .field-checkbox {
	height: 40px;
	border-bottom: 1px solid black;
}

ul.show-list-style li{
    list-style: disc;
}
