/* Noel Leeming CSS INDEX 

This stylesheet is divided into the following sections:

 - Main HTML	- Generic HTML classes
 - Navigation	- Self-explanatory!
 - Layout 		- Div positioning etc
 - Homepage		- Homepage specific classes
 - Category		- The pages for a product category
 - Listing		- The product listing pages
 - Details		- The pages where an individual product is viewed
 - Category Nav	- The navigation in the 'Shop By' block under the Search
 - Recent		- The Recently Viewed block
 - Form 		- Forms including Search
 - Checkout		- Checkout and Shopping Cart classes
 - Misc. 		- Everything else
 - The End		- New/updated classes grouped for convenience 

 $Revision: 2227 $
*/

/* MAIN HTML CLASSES */

html {
font-size:100%;
}

* html body {
text-align:center;	/* hack to center this under IE5 */
}

* html .pageWrapper {
text-align:left;	/* keep the content left-aligned */
}

body {
padding:14px 0 0 3px;
margin:0;
font-family:arial,sans-serif;
color:#666666;
font-size:75%;
line-height:1.5em;
}

/* IE7-specific class */
/* *:first-child+html { font-size: 77%; } */

td {
font-family:arial,sans-serif;
}

h1 {
margin:0;
}

h2 {
font-size:1.6em;
color:#333333;
margin:0;
}

h3 {
font-size:1.25em;
color:#333333;
margin:0;
}

h4 {
font-size:1.1em;
color:#333333;
margin:0;
}

h5 {
font-size:1.1em;
color:#333333;
margin:0;
}

p {
margin-top:0;
margin-bottom:.8em;
}

a img {
border:0;
}

a {
color:#333;
text-decoration:none;
}

a:hover {
text-decoration:underline;
color:#EE3024;
}

ul {
margin:0 0 .8em 0;
padding:0;
}

ul li {
list-style-type:none;
margin:0;
padding:0 0 0 10px;
background:url(../images/ul-bullet.gif) no-repeat 2px 6px transparent;
}

ol {
margin-top:0;
margin-bottom:.8em;
}

hr {
color:#ccc;
background:#ccc;
border:0;
height:1px;
margin:0 0 .8em 0;
padding:0;
}

form,input,select {
font-family:arial,sans-serif;
font-size:1em;
}


/* NAVIGATION CLASSES */

.breadcrumb {
margin:0 0 5px 0;
font-size:8pt;
}

.breadcrumb a {
text-decoration:none;
}

.breadcrumb a.current,.breadcrumb a:hover {
text-decoration:underline;
}

.topnav table {
width:100%;
border-collapse:collapse;
}

.topnav td {
border:1px solid #ccc;
padding:0;
}

.topnav td a {
padding:4px 2px;
display:block;
text-align:center;
font-size:1.1em;
font-weight:bold;
}

.topnav td a.current {
text-decoration:underline;
background:url(../images/bg-topnav2.gif) repeat-x #E6E6E6;
}

.topnav ul { position:absolute; display:none; background:url(../images/bg-homeblock.gif) repeat-x #f8f8f8; border:1px solid #ccc; border-bottom-width:0; }
.topnav .open ul { display:block; }
.topnav li { padding:0; white-space:nowrap; background:transparent; }
.topnav li a { padding:0 2em 0 1em; border-bottom:1px solid #ccc; text-align:left; font-size:0.9em; line-height:1.8; font-weight:normal; }


/* LAYOUT CLASSES */

.pagewrapper {
position:relative;
width:980px;
margin-left:auto;
margin-right:auto;
text-align:left;
}

.head {
position:relative;
clear:both;
z-index:1; /* Must be here for drop-down menu children in IE6 and IE7. */
}

.topbar {
background:url(../images/bg-topbar.gif) repeat-x 0 0 transparent;
border:1px solid #ccc;
width:668px;
margin-left:312px;
text-align:right;
border-collapse:collapse;
}

.topbar a {
color:#666;
}

.topbar p {
margin:0;
line-height:1.2em;
padding:2px 5px;
white-space:nowrap;
}

.topbar td {
padding:0;
}

.topbaroptions {
line-height:1.3em;
width:450px;
}

.topbarheight {
height:48px;
float:left;
}

.login {
font-family:arial;
text-align:right;
}

.basketsummary {
width:110px;
text-align:right;
line-height:1.3em;
border-left:1px solid #ccc;
text-align:left;
}

.topnav {
position:relative;
width:980px;
background:url(../images/bg-topnav.gif) repeat-x 0 0 transparent;
margin:6px 0 0 0;
}

.content {
position:relative;
margin:0;
width:980px;
padding:0;
background:#eaeaea;
min-height:770px;
_height:770px;
}

.left {
width:183px;
margin:0;
position:absolute;
padding-top:0;
left:14px;
top:1.9em;
}

.center {
position:relative;
margin:0 242px 0 211px;
width:527px;
}

#view, #checkout-shipping {
background:#fff;
border:1px solid #ccc;
padding:2px 6px;
}
#checkout-shipping {
padding-top:0;
}

.right {
position:absolute;
right:14px;
top:1.9em;
width:214px;
margin:0;
overflow:hidden;
}

.clear {
clear:both;
height:auto;
overflow:auto;
}

.footer {
display:block;
text-align:center;
border-top:1px solid #ccc;
padding:5px 0 25px 0;
}

.footer a {
margin:0 0.5em;
}


/* CATEGORY CLASSES */

.hometable img {
margin:10px 0 0 0;
}

.homehead td {
border:1px solid #ccc;
background:url(../images/bg-bar.gif) repeat-x transparent;
background-color:#fff;
padding:2px 5px;
}

.hometable h2 {
padding:0;
margin:0;
font-size:1.1em;
}

.hometable ul {
margin:0;
padding:0;
background:url(../images/bg-homeblock.gif) repeat-x #F7F7F7;
}

.hometable ul li {
font-size:.9em;
padding:0 0 0 15px;
background:url(../images/ul-bullet-arrow.gif) no-repeat 5px .6em #fff;
border:1px solid #ccc;
border-width:0 1px 1px 1px;
}

.hometable ul li a { margin:0; }

/* CATEGORY CLASSES */

.category .copy h4 {
background:0;
border:0;
padding:0;
}

.category .copy h4 a {
color:#666666;
font-size:.9em;
}

.category .item {
background:0;
border:0;
padding:5px;
}

.category .copy p {
font-size:.9em;
line-height:1.3em;
}

.bigpromo {
margin:0 0 10px 0;
display:block;
}

.box {
border:solid #ccc;
border-width:0 1px 1px 1px;
margin:0 0 14px 0;
background-color:#fff;
}

table.box {
border-collapse:collapse;
width:100%;
}


/* LISTING CLASSES */

.catrange {
border:1px solid #ccc;
padding:14px;
background:#fff;
}


.results {
margin:0;
font-size:12px;
}

.results table {
	border-collapse: collapse;
	width: 100%;
}

.results td { vertical-align: top; padding: 0; }

.results .sorter { text-align: right; }

.results h1, #faq-entry h1, .fpop h1 {
margin:0 0 14px 0;
font-size:1.25em;
}
#faq-entry h1 {
margin:0;
}
.results a.current {
text-decoration:underline;
color:#ee3024;
}

.sort {
font-size:1em;
}

.item {
margin:0 0 15px 0;
clear:both;
}

.item p {
margin:0;
}

.pics {
float:left;
width:93px;
margin:0;
padding:0;
}

.copy {
display:block;
margin:0 0 20px 98px;
padding:0;
}

.model {
text-transform:uppercase;
}

.item .cost {
float:left;
margin:0;
text-align:center;
}

.item .cost p {
font-size:1.6em;
line-height:1em;
margin:2px 0 0 0;
}

.item .cost .flybuys {
text-align:center;
clear:both;
margin:0;
line-height:1em;
}

.featureditem .pics {
float:none;
margin:10px 0 0 0;
}

.featureditem .copy {
display:block;
margin:0 0 20px 10px;
}

.featureditem  .cost {
float:left;
margin:0;
text-align:center;
}

.featureditem  .cost p {
font-size:1.6em;
line-height:1em;
margin:2px 0 0 0;
}

.featureditem .cost .flybuys {
text-align:center;
clear:both;
margin:0;
line-height:1em;
}


/* DETAILS CLASSES */

.featureproduct {
margin:0;
border: 1px solid #ccc;
padding:14px;
background:#fff;
min-height:550px;
_height:550px;
}

.featureproductleft {
width:206px;
float:left;
}

.featureproductright {
padding:0;
margin:0 0 0 210px;
}

.featureproductright hr.line {margin:0;}

.featureproductright #details h2 {
font-size:16px;
margin:0 0 14px 0;
}

.featureproductright #details h4 {
font-size:12px;
margin:0;
}
.featureproductright #details h4.sku {
margin:0 0 14px 0;
}
.featureproductright .spord, .featureproductright .delivery {
margin:14px 0;
}

/* Lightbox and image zoom. */
#lightbox { cursor:crosshair; }
#lightbox-panel { text-align:left; }
#lightbox-panel .bd { text-align:center; }
#zoom-overlay { background:white; overflow:hidden; border:1px solid #ccc; }
#zoom-overlay .bd { position:relative; }
#zoom-overlay img { position:absolute; }

/* CATEGORY NAV CLASSES */

.category h5 { border:1px solid #ccc; padding:0 5px; background:url(../images/bg-bar2.gif) repeat-x #e6e6e6; }
.category ul { margin-bottom:5px; }
.category li { padding:0; border:1px solid #ccc; border-top-width:0; background:url(../images/bg-bar.gif) repeat-x; }
.category li.current { background:url(../images/bg-bar2.gif) repeat-x #e6e6e6; }
.category li a { margin-left:5px; }
.category ul.subcategory { margin:0; }
.category ul.subcategory li { font-size:0.9em; border-width:1px 0 0; background:#d6d6d6; }
.category ul.subcategory li a { margin-left:10px; }

.category h5.current a, .category li.current a,
.category li.current .subcategory li.current a { text-decoration:underline; }
.category li.current .subcategory li a { text-decoration:none; }


/* RECENTLY VIEWED CLASSES */

div.search, .shopby, .links, .category, #links {
margin:0 0 14px 0;
}

.links {
border:1px solid #ccc;
border-width:1px 1px 0 1px;
}

.featuredProducts .item {
padding:8px 2px;
border-top:1px solid #ccc;
}

.featuredProducts h5 {
text-align:center;
}

.recent, .featuredProducts {
margin:0 0 14px 0;
background-color:#fff;
border:1px solid #ccc;
}

.recent h5, .featuredProducts h5 {
padding:0 5px;
background:url(../images/bg-bar.gif) repeat-x transparent;
margin:0;
}

.vieweditem {
border-top:1px solid #ccc;
}

.vieweditem p {
padding:6px;
margin:0 0 0 70px;
}

.vieweditem img {
float:left;
margin:6px;
}


/* FORM CLASSES */

form {
margin-top:0;
margin-bottom:.8em;
}

.checkbox {
margin:0;
}

.radio {
margin:0 0 -2px 0;
}

form.search {
display:block;
margin:0;
}

.searchbox {
margin:0;
width:141px;
padding:2px 3px 1px 3px;
border:1px solid #ccc;
font-size:1em;
}

.searchgo {
float:right;
padding:0;
margin:0;
font-size:1em;
}

.searchgo:hover {
cursor:pointer;
}

.promocode {
margin:0;
padding:2px 3px 1px 3px;
border:1px solid #ccc;
font-size:1em;
}

.plainbutton,.calculate {
margin:0;
padding:1px 3px 0 3px;
border:1px solid #ccc;
font-size:1em;
font-weight:bold;
background:#fff;
text-transform:uppercase;
}

.prominent {
background-color:#66cc99;
}

.calculate {
width:100px;
}

.plainbutton:hover,.calculate:hover {
cursor:pointer;
cursor:hand;
text-decoration:none;
color:#EE3024;
}

.plainfield,.state {
margin:0;
padding:2px 3px 1px 3px;
border:1px solid #ccc;
font-size:1em;
}

.zip {
margin:0 10px 0 0;
padding:2px 3px 1px 3px;
border:1px solid #ccc;
font-size:1em;
width:40px;
}

.countryselector {
width:160px;
}

.state {
width:150px;
}


/* CHECKOUT CLASSES */

.cart {
border:solid #ccc;
border-width:1px;
font-size:.9em;
background-color:#fff;
}

.cart td {
padding:4px 6px;
}

.carthead th {
padding:2px 5px 2px 10px;
background:url(../images/bg-bar.gif) repeat-x transparent;
margin:0;
}

.carthead th,.cartrow td {
border:solid #ccc;
border-width:0 0 1px 0;
}

.cartrow td.options {
/* text-transform:lowercase; */
border:solid #ccc;
border-width:0 1px 1px 0;
}

.cart .cost {
text-align:left;
float:none;
margin:0;
}

.cartfooter {
background:#F7F8FA;
}

.cartshipping {
font-size:.9em;
}

.cartcost h2 {
color:#666666;
font-size:1.5em;
font-weight:normal;
margin:0 0 10px 0;
}

.cartcost .cost {
text-align:right;
float:none;
margin:0;
}

.subtotal {
font-weight:bold;
color:#000;
}

.total {
font-weight:bold;
color:#000;
text-transform:uppercase;
}

.checkoutbutton {
text-align:right;
display:block;
margin:0 0 0 0;
padding:0;
border-bottom:1px solid #ccc;
line-height:1px;
font-size:1px;
}

.continue {
float:left;
position:relative;
}
.continue a {
text-decoration:underline
}

/* MISC CLASSES */

.detail {
color:#000;
}

.cartbutton {
text-align:right;
display:block;
margin:-15px 0 11px 0;
padding:0;
border-bottom:1px solid #ccc;
line-height:1px;
font-size:1px;
}

.cost {
text-align:center;
float:right;
margin:-3px 0 0 20px;
}

.cost p {
font-size:1.6em;
color:#EE3024;
line-height:100%;
margin:0;
font-weight:bold;
}

.cost p a {
color:#EE3024;
text-decoration:none;
}

.flybuys {
color:#3F6274;
font-weight:bold;
}

.logo {
position:relative;
margin:0;
}

.logo a {
position:absolute;
}

.more {
white-space:nowrap;
padding:0 0 0 10px;
background:url(../images/ul-bullet.gif) no-repeat 2px 5px transparent;
}

.plinks li {padding:0 0 0 10px;background:url(../images/ul-bullet-arrow.gif) no-repeat 0 .7em transparent;font-weight:bold;line-height:1.8em;}
.plinks li.licon {padding-left:21px;}
.plinks a {font-size:0.9em;line-height:2;}
a.lcl {text-transform:lowercase;}

.plinks li.iconview {background:url(../images/icons/icon-view.gif) no-repeat 1px 5px transparent;}
.plinks li.iconsend {background:url(../images/icons/icon-send.gif) no-repeat 0 7px transparent;}
.plinks li.iconprint {background:url(../images/icons/icon-print.gif) no-repeat 0 6px transparent;}
.plinks li.iconadd {background:url(../images/icons/icon-add.gif) no-repeat 1px 4px transparent;margin-bottom:20px;}

.plinks li.iconbuyer {background:url(../images/icons/buyers-guide.gif) no-repeat 0 4px transparent;}
.plinks li.iconreturn {background:url(../images/icons/return-exchange.gif) no-repeat 1px 4px transparent;}
.plinks li.iconwarranty {background:url(../images/icons/warranty.gif) no-repeat 0 4px transparent;}
.plinks li.iconhp {background:url(../images/icons/hire-purchase.gif) no-repeat 0 4px transparent;}
.plinks li.iconsecurity {background:url(../images/icons/online-security.gif) no-repeat 0 4px transparent;}
.plinks li.iconinst {background:url(../images/icons/installation.gif) no-repeat 0 4px transparent;}
.plinks li.icondelivery {background:url(../images/icons/delivery.gif) no-repeat 0 4px transparent;}
.plinks li.icongiftcard {background:url(../images/icons/gift-cards.gif) no-repeat 0 4px transparent;}
.plinks li.iconppromise {background:url(../images/icons/price-promise.gif) no-repeat 0 4px transparent;}

.toplink {
margin:0 0 5px 0;
text-align:right;
}

.toplink a {
background:url(../images/misc-top-bullet.gif) no-repeat 2px 6px transparent;
padding:0 0 0 10px;
color:#EE3024;
}

.tile {
margin-bottom:14px;
}

.nobr {
white-space:nowrap;
}

.copyright {
display:block;
margin:10px 0 0 0;
font-size:10px;
color:#999999;
}


.signup {
margin:0 0 14px 0;
padding:3px 0 8px 0;
background:url(../images/bg-signup.gif) no-repeat transparent;
border-bottom:1px solid #ccc;
}

.signup h5 {
margin:0 11px 4px 11px;
line-height:1.2em;
}

.signup form {
margin:0 8px 0 4px;
}

.signup .box {
padding-left:2px;
margin:0 0 4px 4px;
border:1px solid #ccc;
}

.contact {
color:#333333;
line-height:1.3em;
margin:0 0 0 0;
}

.specialoffers h3 {
margin:0 0 10px 0;
}

.specialoffers .item {
line-height:1.2em;
padding:0 0 13px 0;
}

.specialoffers .flybuys {
float:left;
padding:0;
clear:both;
}

.specialoffers .cost p a {
font-size:90%;
margin:0;
}

.specialoffers .copy h4 a {
line-height:1.2em;
margin:0;
}

.specialoffers .copy h4 a {
color:#666;
}

.center h5,.center h2.bar,.center h3.bar {
border:1px solid #ccc;
padding:0 5px;
background:url(../images/bg-bar.gif) repeat-x transparent;
margin:0;
font-size:1.1em;
}

.cartrow td.options {
white-space:nowrap;
}

.shopby h5 {
border:1px solid #ccc;
padding:0 5px;
background:url(../images/bg-bar.gif) repeat-x transparent;
margin:0;
font-size:1.1em;
}

.shopby ul {
background:#fff;
border:1px solid #ccc;
border-top:none;
}

.shopby li {
list-style-type:none;
margin:0 0 0 6px;
padding:0;
background:none;
}

/** NLG additions */
/*
 * images: replace '/i/' with '../images/'
 */
#wishlist {border:1px solid lightgrey;margin-bottom:8px;}
#wishlist th {text-align:right;padding-right:8px;background:url(../images/bg-bar.gif) repeat-x 0 3px;}
#wishlist th, #wishlist td {border-bottom:1px solid lightgrey;}
#wishlist td {padding:2px;}
#wishlist td.action {vertical-align:top;}
#wishlist td.addtc img {display:block;float:right;}
#wishlist td.addtc {vertical-align:bottom;padding:0;}
#wishlist .cost {font-size:1.6em;color:#EE3024;font-weight:bold;text-align:right;float:none;}
#wishlist .line td.action {vertical-align:middle;}

#wishListForm .note {margin-bottom:0px;}
#wishListForm textarea {margin-bottom:8px;}

#account .center h3 {margin:14px 3px;}
#account .center table {width:100%;margin-bottom:8px;border:1px solid lightgrey;}
#account .center table th {background:url(../images/bg-bar.gif) repeat-x 0 3px;}
#account .center table th, #account .center table td {text-align:right;padding:1px 2px;}
#account .center table td {border-top:1px solid lightgrey;}
#account table#account-summary {width:auto;border:none;}
#account table#account-summary td {border:none;text-align:left;}
#account table#account-summary td.label {text-align:right;padding-right:4px;}

#account-edit td.label, #address-form td.label, #creditcard-form td.label {text-align:right;}

#order-details .center td {padding:1px 2px;vertical-align:top;}
#order-details #cart table {width:100%;border:1px solid lightgrey;}
#order-details #cart th, #order-details #cart td {text-align:right;}
#order-details #cart td.img, #order-details #cart .desc {text-align:left;}
#order-details #totals table {border:1px solid grey;}
#order-details #totals td {text-align:right;padding-right:4px;}
#order-details #totals td.gst, #order-details #totals td.gst {font-weight:normal;}

#topcathd { font-size:1.25em; padding:0.9em 0 0.3em; border-top:1px solid #ccc;}
#topcat { position:relative;margin:0 0 1.2em; }
#topcat ul { list-style:url(../images/topcat.png) disc; padding-left:2em; }
#topcat ul.second { position:absolute; top:0; left:260px; }
#topcat li { background:transparent; border:0 none; padding:0; }
#topcat li a { margin:0; }

#links h5 { background:url(../images/bg-bar.gif) repeat-x; border:1px solid #ccc; margin:-1px 0 0; padding:0 5px; }

/* mixed stuff */ 
tr.odd td {background:#f7f8fa;}
p.buttons {margin-top:8px;}
.js-only {display: none;}
.req {color:#ee3024;}
.note, .center label, td.label, th {color:#555;font-weight:bold;}
.tiny {font-size:92%;}
.breadcrumb .current {text-decoration:underline;}
#cart-summary-table td {text-align:right;padding-right:1em;}
.checkoutbutton input {width:93px;height:22px;background:url(../images/button-checkout.gif);border:none;color:white;cursor:pointer;cursor:hand;}
#subCountry select {width:14em;}
.cartcost .cost {color:black;font-weight:bold;}
.widecenter {position:relative;padding:0 0 0 211px;width:765px;}
.center h3 {color:#666666;margin:12px 0 4px;}
.center fieldset {border:1px solid #ccc;margin-bottom:6px;}
.center legend {color:#666666;font-weight:bold;}
p.contact {margin-top:5px;}
.site-map-column {float:left;width:160px;}
.item .cost p {text-align:left;}
#alert {color:red;font-weight:bold;font-size:108%;}
#alert li {color:red;}
.note {color:red;font-weight:bold;}
#cart th.desc {width:50%;}
#textmt {height:58px;background:url(../images/sub-category-promo-bg.gif) no-repeat;}
#textmt {padding:1em 0 0 1em;font-size:14pt;color:#ee3024;font-weight:bold;}
h1 {margin-bottom:.3em;}
.clear {font-size:1pt;}
.vieweditem p {padding:6px 6px 0;}
#legaleze fieldset {border-color:black;}
.center p a {font-weight:bold;}
fieldset {padding:7px;}
.box td.mainp {width:40%;}
.searchsuggestions ul li {list-style:none;display:inline;padding:0 .1em 0 0;background:none;}
.catgrid {padding-top:21px;border-top:1px solid lightgray;margin:0 0 14px 0;}
.catgrid h3 {color:rgb(102, 102, 102);height:18px;margin:0 0 5px 0;font-size:16px;font-family:Arial,sans-serif;font-weight:bold;padding-left:.3em;}
.catgrid table {margin-top:14px;width:100%;}
.catgrid table td {width:50%;}
.catgrid table td.first {padding-left:14px;}
.catgrid td span {color:#f00;}
.faq .copy {margin-left:0;}
@media print {
	body {font-size:100%;}
	hr {color:#666666;background:#666666;}
	.logo a{position:static;}
	.left,.right,.topbar,.topnav,.breadcrumb{display:none;}
	.center{width:auto;margin:0;}
}
div.cs {padding-top:5px;min-height:150px;}
h3.rel {font-weight:bold;color:#000;}
#faq-entry {margin-bottom:10px}
#cs-search {vertical-align:bottom;}
a.lnk {text-decoration:underline;font-size:90%;}
.fpop {padding:0;}
.fpop h1 {background-color:#c0c0c0;margin:0;padding:14px;}
.fpop #cont {padding:10px;min-height:305px;}
.fpop #foot {padding:0 5px 4px 0;text-align:right;}

/* xmas ext. */
.pagewrapper {padding-bottom:40px;}
.footer {clear:both;color:white;background-color:#ed1b24;width:100%;}
.footer a {color:white;}
#ftlinks div {float:left;width:11em;text-align:left;}
#ftlinks div.sn {width:22em;}
.copyright {clear:both;}
.topbar form {margin:0;}
.topbar h3 {display:none;}
.topbar .search {width:16em;margin:6px 0 0 0;padding:0;}
.topbar .search form {margin:0;}
.topbar .searchgo {margin-left:4px;}
.topbar .search-opt {text-align:left;padding-left:.8em;}
.topbar td.hsignup {width:33%;padding:0 40px 0 5px;}
.hlocator {text-align:center;}
#topnavtable {background:white;}
#view {min-height:600px;_height:600px;}
.left .category {border:1px solid #ccc;}
.category li {background:none;border:none;}
.shopby ul {background:none;}
.topbar .hmisc, .topbar .hcart {text-align:left;}
.category li.current, .category ul.subcategory li {background:none;}
/* more indent rather than background for hierarchy */
.category ul li a {margin-left:14px;}
.category ul.subcategory li a {margin-left:18px;}

#deals { width:526px; border-spacing:3px; }
#deals .deal {
	font-size:92%; text-align:center; width:168px; vertical-align:top;
	width:33%; background-color:white; padding:8px;
	border:solid #acabab; border-width:0 2px 2px 0;
}
#deals .dimg {text-align:left;}
#deals .dimg .opts {float:right;}
#deals .dname {clear:right;min-height:3.5em;_height:3.5em;line-height:1.1em;}
#deals .cost {vertical-align:bottom;text-align:right;font-size:85%;position:relative;width:100%;float:none;margin:0;}
#deals .cost .moffer {position:absolute;top:0px;left:0px;text-align:left;}

#fnl table { border-collapse: collapse; }
#fnl th, #fnl td { padding: 3px; }
#fnl th, #fnl td.fnllabel { text-align: right; }
#fnl .result { color:black; padding-left:0.5em; }
#fnlcash, #fnla, #fnltl, #fnlcashl, #fnlal, #fnltll { font-weight:bold; }

.xmas-hours td {border-right:1px solid #d0d0d0;}
p.moffer {font-size:15px;color:#ee3024;font-size:14px;}
.topbar {background:#ed1b24;height:50px;margin-left:309px;width:671px;border:none;}
.topbar a {color:white;}
.aitem .cost p {font-size:1.1em;text-align:right;}
.pass .ainc {vertical-align:middle;}
#player {border:none;background:transparent;}
#player_mask {opacity:0.8;background:#333;}
#player .bd {padding:0;background:#000;border:2px solid #fff;}
#player .hd {height:16px;background:transparent;border:none;font-size:16px;font-family:'Lucida Grande',Tahoma,sans-serif;}
#player .container-close {width:3.3em; background:none;color:#fff;text-indent:0;font-weight:bold;}
