/* Reset browser default styles:
/* Based on: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html {
	background: url(img/header-bg.gif) #fff repeat-x;
	text-align: center;
    overflow-y: scroll;
}
body {
	line-height: 1;
	color: #000;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align:top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

/* Page styles
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: transparent;
}

#top {
	width: 960px;
    margin: 0 auto;
	text-align: left;
}

#footer {
	clear: both;
	margin-top: 3em;
}

p {
	margin: 14px 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

a {
	color: #2d7d32;
	text-decoration: underline;
}
a:hover {
	color: #fad402;
	text-decoration: none;
}

#header {
	position: relative;
    z-index: 999;
}

#john-deere-logo {
	height: 63px;
    width: 254px;
	display: block;
	text-indent: -9999px;
	background: url(img/john-deere-logo.png) 30px 20px no-repeat;
	margin-bottom: 25px;
}

#john-deere-byline {
	display: block;
	position: absolute;
	top: 0;
	right: 30px;
    background: url(img/byline.gif) 0px 36px no-repeat;
	height: 88px;
	width: 247px;
}

#greenline-logo {
	display: block;
	text-indent: -9999px;
	width: 960px;
	height: 194px;
	background: url(img/greenline-logo.jpg) no-repeat;
}

#menu {
	font-size: 1.083em;
	font-weight: bold;
	line-height: 36px;
	margin: 0 10px;
    zoom: 1;
}
#menu li {
	display: inline;
	padding: 0 10px;
	position: relative;
	padding-bottom: 10px;
    z-index: 1;
	zoom: 1;
}
#menu a:hover,
#menu span,
#menu .active a,
#menu .here a {
	color: #fad402;
}

#menu .active ul a,
#menu .here ul a {
    color: #fff;
}

#menu .active ul a:hover,
#menu .here ul a:hover {
    color: #fad402;
}

#menu span {
	cursor: default;
}
#menu a {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}

#menu li ul {
	position: absolute;
	top: 100%;
	left: 0;
	background: url(img/dropdown-menu-gradient.gif) #389c3e top repeat-x;
	z-index: 9999;
	display: none;
	zoom: 1;
}

#menu li:hover ul,
#menu li.hover ul {
	display: block;
} 

#menu li.auto ul {
    display: none;
} 

#menu li li {
	position: static;
    white-space: nowrap;
	padding: 0;
	margin: 0;
	zoom: normal;
}

#menu li ul a,
#menu li ul span {
	display: block;
	margin: 0;
    padding: 1px 1em;
}

#menu li ul a:hover {
	text-decoration: none;
	background: #2e8033;
	border: 1px solid #61af66;
	border-width: 1px 0 1px 0;
    padding: 0 1em;
}

#menu li ul .last a:hover {
	border-bottom: 0;
	padding-bottom: 1px;
}

#menu li ul .first a:hover {
    border-top: 0;
    padding-top: 1px;
}

#sub-header,
#store-crumbs {
	position: relative;
	zoom: 1;
}

#breadcrumbs {
	position: absolute;
	margin: 0.5em 20px;
	color: #888;
	bottom: -0.6em;
}

#breadcrumbs a {
	text-decoration: none;
}

#breadcrumbs span {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
}

/* Column styles
*/

/* Parent element */
#columns {
	position: relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%;			/* EDIT: Width of whole page */
	overflow: hidden;		/* This chops off any overhanging divs */
	margin: 10px 0 0 0;
}

/* Middle column */
#columns #mid-bck {
	float: left;
	width: 200%;
	position: relative;
}
#columns.left #mid-bck {
	left: 240px;			/* EDIT: Single column width */
}
#columns.both #mid-bck {
	left: 260px;
}
#columns #mid-wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 100%;
}
#columns #mid-pad {
	margin: 0 0 0 240px;	/* EDIT: Width of single column + 1 side of padding */
	overflow: hidden;
}
#columns.left #mid-pad {
	margin-left: 240px;
	margin-right: 0px;
}
#columns.both #mid-pad {
	margin-left: 480px;		/* EDIT: Width of two columns */
}
#content {
	margin: 0 20px;
}
#columns #content {
	overflow: hidden;
}

/* Right column */
#columns #right-bck {
	float: left;
	width: 100%;
	position: relative;
	left: 50%;
	margin-left: -240px;	/* EDIT: Negative width of single column */
	margin-bottom: 10px;
}
#columns.both #right-bck {
	margin-left: -500px;	/* EDIT: Negative width of two columns */
}
#columns.right #right-col,
#columns.both #right-col {
	float: left;
	width: 240px;			/* EDIT: Column width minus padding on both sides */
	position: relative;
	left: 0px;				/* EDIT: 1 side of padding */
	overflow: visible;
}

/* Left column */
#columns.left #left-col,
#columns.both #left-col {
	float: left;
	width: 240px;			/* EDIT: Column width minus padding on both sides */
	position: relative;
	left: 0px;
	margin-left: -50%;
	overflow: visible;
}
#columns.right #left-col,
#columns.both #left-col {
	left: 240px;			/* EDIT: Width of single column + 1 side of padding */
}

/* Footer links */
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #6d6e71;
	padding-top: 12px;
	background: url(img/footer-bg-1.gif) #f2f2f2 top left repeat-x;
}

#footer .logos {
	display: block;
	height: 265px;
	margin: 0 auto;
	background: url(img/footer-logos.gif) center center no-repeat;
}

#footer .hide {
	background: url(img/footer-logos-jdeere.gif) center center no-repeat;
	height:31px;
}

#footer .content {
	margin: 0 auto;
    text-align: left;
	width: 904px;
	padding: 16px 28px;
	overflow: auto;
}

#footer .menu {
	float: left;
	margin-right: 4em;
}

#footer .contact,
#footer .references {
	float: right;
	width: 176px;
	margin-left: 67px;
}

#footer .top {
	display: block;
	margin-bottom: 18px;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
    text-decoration: underline;
}

#footer ul a {
	font-weight: normal;
	color: #6d6e71;
}

#sitemap li {
	float: left;
	width: 20%;
}
#sitemap li ul {
	margin-right: 30px;
}
#sitemap ul li {
	float: none;
	width: auto;
	padding: 0;
}

/* SIDEBAR: */

.side {
	padding-bottom: 15px;
}

.side .lead {
    font-size: 1.083em;
	position: relative;
	height: 32px;
	line-height: 32px;
	background: url(img/green-bg.gif) no-repeat;

	color: #fff;
	font-weight: bold;
	padding: 0 28px 0 28px;
}

#left-col .lead {
	background-position: right top;
	padding-right: 38px;
}
#left-col .block {
	margin-right: 8px;
}
#right-col .lead {
    background-position: left top;
    padding-left: 38px;
}
#right-col .block {
    margin-left: 8px;
}

.side .block {
	background: url(img/sidebar-bg.gif) repeat-x bottom;
	position: relative;
    zoom: 1;
	padding: 1.5em 28px 1.8em 28px;
}

#mid-bck .custom .block h3 {
	padding: 0;
}

#mid-bck .custom .block p {
	margin-bottom: 0;
}

.side .shadow {
	display: block;
	height: 28px;
	position: absolute;
	/*left: 0;*/
	right: 0;
	width: 230px;
	top: 100%;
	/*width: 100%;*/
	background: url(img/sidebar-shadow.png) no-repeat center;
	z-index: 100;
}
#left-col .shadow {
	left: 0;
	right: auto;
}
.side .block h3,
.side .block-title {
	font-size: 1.5em;
	color: #2d7d32;
	font-weight: bold;
	padding-bottom: 0.5em;
}

.side .block h3 {
	position: relative;
    z-index: 100;
}

.side .block h3 a,
.side .block-title a {
	text-decoration: none;
}

#right-col .search {
	padding: 0 0 0 32px;
}

.side .search form {
    margin-left: 4.25em;
	padding-right: 38px;
	position: relative;
    display: block;
}

.side .search fieldset {
	display: inline;
}

.side .search label {
	display: block;
	width: 4.25em;
	position: absolute;
	top: 0;
	left: -4.25em;
	height: 32px;
}

.side .search button {
	position: absolute;
	top: 1px;
	right: 0;
	height: 27px;
	width: 38px;
	padding: 0 1px 0.5px 0;
	line-height: 130%;
	margin: 2px 3px;
}

.side .search input {
	margin: 4px 0;
	height: 20px;
	width: 98px;
	line-height: 130%;
	padding: 2px 4px 0 4px;
	border: 1px solid #fff;
}

.side .block-cart .block-content,
.side .block-related .block-content {
	margin: -18px 0;
}

#left-col ul a {
	color: #636466;
	text-decoration: none;
	font-weight: bold;
}

#left-col ul a:hover {
    color: #2d7d32;
	text-decoration: underline;
}

.side ul li {
	margin: 0.4em 0;
}

/* CONTENT: */

#content h1,
#content .page-head {
    font-size: 23px;
    line-height: 32px;
	font-weight: bold;
    color: #2d7d32;
	margin-bottom: 0.8em;
}

.store #content h1,
.store #content .page-head {
	font-size: 18px;
}

/* SHOP STYLES: */

#header .links {
	display: block;
    position: absolute;
    top: 0;
    right: 30px;
    height: 88px;
}

#header .links li {
	float: left;
    line-height: 88px;
	padding: 0;
	margin: 0;
	margin-left: 1em;
	font-weight: bold;
	font-size: 1.083em;
    zoom: 1;
}

#header .links a {
	text-decoration: none;
}

/* Map */
#map {
    width: 440px;
    height: 320px;
}

h2 a {
    color: #000;
    text-decoration: none;
}

h2 a:hover {
    color: #2d7d32;
}

/* Franchise Listing */
#franchise_listing li {
    background: #fff url("img/sidebar-bg.gif") center bottom repeat-x;
    padding: 15px;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#franchise_listing h2 {
    font-weight: bold;
    font-size: 1.2em;
}

#franchise_listing div.row {
    clear: both;
}

#franchise_listing div.label {
    font-weight: bold;
    width: 70px;
    float: left;
}

#franchise_listing div.address {
    width: 300px;
    float: left;
}

#franchise_listing li div.controls {
    border-top: 1px dotted #ddd;
    margin-top: 10px;
    padding-top: 5px;
    text-align: right;
}

/* Franchise Detail */
div.panel {
    margin-bottom: 10px;
    padding: 0 15px 10px 15px;
    clear: both;
}

#main_contact_panel {
    padding-right: 5px;
}

#main_contact_panel #main_image {
    float: right;
    width: 165px;
    height: 100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#departments_panel {
	margin-top: 2em;
    padding-bottom: 0;
}

#departments_panel h3 {
	font-weight: normal;
	font-style: italic;
}

#departments_panel div {
    float: left;
    width: 205px;
    min-height: 70px;
    margin-bottom: 20px;
}

#departments_panel div.spacer {
    clear: both;
    width: 100%;
    float: none;
    min-height: 0;
    margin: 0;
}

#form_panel {
    padding-bottom: 10px;
}

#form_panel h2 {
	margin-bottom: 1em;
}

#form_panel p {
    margin: 0;
}

#form_panel .errors,
#form_panel .jot-err {
    margin: 5px 0;
    padding: 10px;
    background-color: #eee;
    color: #f00;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#form_panel .jot-cfm {
    margin: 5px 0;
    padding: 10px;
    background-color: #eee;
    color: #2d7d32;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#form_panel fieldset div {
    margin-bottom: 5px;
    clear: both;
}

#form_panel fieldset label {
    font-weight: bold;
    float: left;
    width: 120px;
}

#form_panel fieldset em {
    color: #2d7d32;
}

#form_panel fieldset input {
    padding: 3px;
    width: 280px;
}

#form_panel fieldset #vericode,
#form_panel fieldset input.vericode {
    width: 115px;
    margin-right: 10px;
    vertical-align: top;
}

#form_panel fieldset div.sub_group {
    width: 288px;
    float: left;
    clear: none;
}

#form_panel fieldset div.sub_group div {
    color: #aaa;
}

#form_panel fieldset textarea {
    padding: 3px;
    width: 280px;
    height: 100px;
}

#form_panel div.controls {
    border-top: 1px dotted #ccc;
    margin-top: 10px;
    padding-top: 5px;
    height: 24px;
    clear: both;
}

#form_panel div.controls button,
#form_panel div.controls a {
    float: right;
}

/* Service Form */
fieldset.panel,
#form_panel div.panel {
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
    background: transparent;
}

#form_panel fieldset select {
    width: 288px;
    padding: 3px;
}

#form_panel fieldset span {
    color: #aaa;
    font-style: italic;
    font-size: 0.9em;
}

.sub_panel {
    border-bottom: 1px dotted #ccc;
    padding: 15px;
}

.sub_panel.last {
    padding: 15px;
    border-bottom: none;
}

/* 404 */
#page_not_found {
    margin-bottom: 10px;
    background: #fff url("img/sidebar-bg.gif") center bottom repeat-x;
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    clear: both;
}

#page_not_found p {
    margin: 10px 0;
}

/* Wanted */
.jot-subject {

}

.jot-message {
    color: #333;
}

.jot-date {
    margin-top: 5px;
    border-top: 1px dotted #ccc;
    padding-top: 2px;
    color: #aaa;
    font-size: 0.8em;
}

.jot-mod {
    float: right;
    height: 18px;
    text-align: right;
    width: 70px;
}

ul.jot-mod li {
    float: right;
    padding: 0 1px;
}

.jot-mod a {
    height: 18px;
    display: block;
}

.jot-mod a:hover {
    background-color: #fad402;
}

.jot-mod a img {
    padding: 1px;
    margin: 0;
}

.jot-moderate {
    background: #ddd;
    padding: 15px;
    margin: 20px 0;
    border: 1px solid #ccc;
}

.jot-moderate h2 {
    color: #2d7d32;
    line-height: 1em;
    margin-bottom: 5px;
}

.jot-moderate ul {
    margin-left: 5px;
}

.jot-contact {
    margin-top: 5px;
    border-top: 1px dotted #ccc;
    padding-top: 2px;
}

.jot-contact div.name {
    color: #2d7d32;
}

.jot-contact div div.label {
    float:left;
    width: 50px;
    color: #aaa;
}

.jot-contact div.item_for_sale_link {
    text-align: right;
}

fieldset.item_data h2 {
    margin-bottom: 10px;
}

div.additional_search_results_panel {
    border-top: 1px dotted #ccc;
    margin-top: 10px;
    padding-top: 5px;
    color: #444;
	line-height: 1.75em;
}

/* Search */
div.additional_search_results_panel strong {
    color: #000;
}

p.ajaxSearch_resultsInfo {
    font-weight: bold;
    color: #444;
}

p.ajaxSearch_resultsInfo span {
    color: #000;
}

div.ajaxSearch_result {
    padding: 2px 0 4px 10px;
}

/* PRODUCTS */

.products {
	border-top: 1px solid #d9d9d9;
}

.product {
	overflow: auto;
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 0 12px 0;
	margin: 1px 0;
    width: 100%;
}

.product .image {
	float: left;
	position: relative;
	width: 128px;
	height: 90px;
}
.product .image img {
	position: absolute;
}

.product .desc {
	position: relative;
	min-height: 66px;
	
	/* IE6 min-height hack */
	height: auto !important;
    height: 66px;
	/* End hack */
	
	padding-bottom: 24px;
	padding-right: 18px;
	margin-left: 146px;
}

.product .availability {
    position: absolute;
    bottom: 0;
    right: 0;
	
    height: 2em;
}

.product .availability p {
	display: inline;
}

.product .old-price .price {
    color: #000;
	font-weight: normal;
}

.product button {
    display: inline;
	margin-left: 0.75em;
}

.product-view .price-box {
	margin: 1em 0;
}

.product-view .price-box p {
	display: inline; 
}

.product-shop .regular-price,
.product-shop .special-price {
	font-size: 1.5em;
}

.product-view .regular-price,
.product-view .special-price {
    color: #177126;
}

.product-view .short-description,
.product-collateral {
	margin: 1em 0;
}

.product-view #enquiry {
	margin: 18px 0;
}

.product .price-box {
	display: inline;
    font-weight: bold;
    color: #177126;
    font-size: 14px;

	line-height: 2em;
}

.product .link-more {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #636466;
    height: 2em;
    line-height: 2em;
}

.product p {
	margin: 0;
}

.product h2 a {
	font-weight: bold;
	text-decoration: none;
	color: #1d752c;
}

.product h2 a:hover {
	text-decoration: underline;
}

.toolbar {
	margin: 12px 0;
	overflow: auto;
}

.toolbar .pager {
	float: left;
}

.toolbar .sorter {
	float: right;
}

.categories li {
	padding-left: 1.2em;
}

.categories li a {
    text-decoration: underline;
}

.categories li.parent {
	padding: 0;
}

.categories li.child {
	padding-left: 2.4em;
}

.categories li.parent a {
	padding-left: 1.2em;
	position: relative;
    color: #9a9b9c;
}

.categories li.parent a:hover {
	color: #55a555;
}

.categories li.parent span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
	line-height: 14px;
	color: #636466;
}

.categories li.current {
	font-weight: bold;
	color: #2d7d32;
}

#category-tree {
	margin-bottom: 1em;
}


.block-cart button {
	width: 100%;
	margin-bottom: 1em;
}

.block-cart .subtotal {
	margin: 0.5em 0;
	font-weight: bold;
	color: #2d7d32;
	font-size: 14px;
}


/* PRODUCT VIEW */

/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(img/store/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(img/store/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* FTP */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-cart { overflow: auto; }


.product-view {}

.product-essential {}

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box {
	float:right;
	margin-left: 20px;
}
.product-view .product-img-box .product-image img { border:1px solid #ddd; }
.product-view .product-img-box .product-image{ width:265px; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(img/store/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(img/store/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { float: left; }
.product-view .product-img-box .more-views li { float:left; margin-left: 9px ; }
.product-view .product-img-box .more-views li.first { margin-left: 0; }
.product-view .product-img-box .more-views img { border:1px solid #ddd; }

.product-view .product-image {
	margin-top: 0;
	line-height: 0;
}

.product-view .more-views {
    line-height: 0;
    margin-top: -10px;
	margin-bottom: 18px;
	overflow: hidden;
}

.catalog-product-view #columns #content {
	overflow: visible;
}

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-name {}

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}

/* Related Items */
#block-related .product-details {
	padding-left: 60px;
}

#block-related .product-image {
    float: left;
	margin-left: -60px;
}

#block-related .product-image img {
	border: 1px solid #ddd;
}

#block-related .product {
	border: none;
	padding: 0;
	margin: 0;
}

#block-related {
	padding-top: 10px;
}

#block-related li {
    margin: 10px 0;
}

#block-related a { text-decoration: none; }
#block-related a:hover { text-decoration: underline; }

/* Upsell Items */
.box-up-sell {
	border-top: 1px solid #ddd;
	clear: both;
	padding-top: 18px;
	margin-top: 18px;
}

.box-up-sell img {
	border: 1px solid #ddd;
}

.box-up-sell td {
	padding: 1em;
	text-align: center;
}

/* Layout ================================================================================ */

/* Content Columns */
.col2-set h3 { color:#2d7d32; font-size: 14px; }
.col2-set .col-1 { float:left; width:49%; border-right: 1px solid #ddd; padding-right:5px; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }


/* Global Styles ========================================================================= */
/* Form Elements */
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#111; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list li.fields { overflow: auto; }
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border: 1px solid #ddd; background:#fefefe; padding:22px 15px 12px 15px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#fff; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(img/store/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(img/store/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(img/store/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(img/store/i_msg-note.gif); color:#3d6611; }

/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */

#login-form {
	overflow: auto;
}
#login-form div {
    overflow: auto;
}

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; margin-top:5px; background-color: #f2f2f2; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box {}

.my-account .box { margin-top: 15px; }

.order-items { width:100%; overflow-x:auto; margin-top: 15px; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

.inner-head,
.box-info .box-title {
	text-align: right;
}
.inner-head h5,
.box-info .box-title h3 {
	float: left;
	text-align: left;
}

.box-head h2 {
	font-size: 1.2em;
	color: #2d7d32;
}

.inner-head,
.box-title {
	padding-bottom: 2px;
	margin-bottom: 1em;
	background: url("img/store/bkg_divider1.gif") repeat-x scroll 0 100% transparent
}

/* ======================================================================================= */
/* Shopping Cart ========================================================================= */
.cart {}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:600px; }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */

/* Misc ================================================================================== */
/* Data Table */
.data-table { width:395px; margin-top: 5px; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(img/store/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(img/store/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(img/store/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight: bold; }
.link-rss { background:url(img/store/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; line-height:0; background:url(img/store/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(img/store/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(img/store/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */

/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { }

.block-progress .separator {
    display: none;
}
.block-progress dt.complete a {
	float: right;
}

.block-progress dd.complete {
	margin-bottom: 1em;
}

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

.step-title {
	line-height: 22px;
}

.block-progress dt {
	padding-bottom: 2px;
    margin-bottom: 1em;
    background: url("img/store/bkg_divider1.gif") repeat-x scroll 0 100% transparent
}

/* ======================================================================================= */

.block fieldset {
	margin-top: 0.5em;
}

/* Clears ================================================================================ */
.clearer:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-cart:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* Calculator */
#calculator_panel label,
#calculator_panel .label {
    font-weight: bold;
    float: left;
    width: 160px;
}

#calculator_panel label em,
#calculator_panel #legend em {
    font-weight: bold;
    color: #2d7d32;
}

#calculator_panel label span {
    display: block;
    color: #999;
    font-weight: normal;
    font-size: 0.8em;
}

#calculator_panel input,
#calculator_panel select {
    width: 80px;
    padding: 5px;
}

#calculator_panel #loan_period {
    width: 92px;
    margin-left: 14px;
}

#calculator_panel div {
    margin-bottom: 5px;
    clear: both;
}

#calculator_panel .financed_amount {
    border-top: 1px dotted #ddd;
    margin: 10px 0;
    padding-top: 5px;
}

#calculator_panel .financed_amount div {
    clear: none;
}

#financed_amount {
    font-weight: bold;
    float: left;
    width: 100px;
    background-color: #eee;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#calculator_panel .controls {
    border-top: 1px dotted #ddd;
    margin-top: 10px;
    padding-top: 5px;
    text-align: right;
}

#calculator_panel .controls button {
    padding: 5px;
}

#calculator_panel #legend {
    margin-top: 20px;
    color: #999;
}

#calculator_panel #calculator_status {
    font-weight: bold;
    margin-right: 5px;
    color: #f00;
}

#calculator_panel h2 {
    margin-bottom: 10px;
}

#calculator_panel .rate_row {
    margin-left: 10px;
    color: #999;
}

#calculator_panel .rate_row span {
    font-weight: bold;
    color: #000;
}

/* Enquiry Form */

#enquiry_form_container .name_label {
    width: 8em;
}

#enquiry_form_container td {
	padding: 5px;
}

#enquiry_form_container textarea {
	width: 90%;
}


.button {
	height: 27px !important;
    line-height: 120%;
}

#departments_panel #weather {
	width: 100%;
	clear: both;
	overflow: auto;
}

#weather p {
	float: left;
	margin: 0.5em;
	width: 10em;
}

#weather .min {
	color: #00aaff;
	float: left;
}

#weather .max {
    color: red;
    float: left;
	margin-left: 1em;
}

#weather .copyright {
	float: right;
	font-size: 0.8em;
	color: #cccccc;
}

#vacancies li {
	margin: 1em;
}

.more-info {
	float: right;
	margin-left: 1em;
}

#news {
	margin: 1em 0;
	margin-bottom: 1.5em;
}

#news li {
	margin: 1em 0;
}

#news .summary {
	margin: 1em 0;
	margin-left: 1em;
}

#news h2 a {
	font-size: 16px;
    color: #2d7d32;
    text-decoration: underline;
}

#news h2 a:hover {
	text-decoration: none;
}

#ditto_pages a,
#ditto_pages span {
	float: left;
	margin: 0.4em;
}

#ditto_pages {
	float: right;
}

.current_page {
	float: right;
}

#news .date,
.news-date,
.side .date,
.ditto_previous_off,
.ditto_next_off {
	color: #aaa;
}

.side .all-news {
	float: right;
}

.side .more-news {
	overflow: auto;
}

.news-categories {
	padding-top: 0.5em;
}

.news-categories li {
	display: block;
	margin: 0.4em 0;
	padding-left: 1.2em;
}

.news-categories li a {
	text-decoration: underline;
}

.news-categories li.active a {
	color: #2d7d32;
    text-decoration: none;
}

.block-layered-nav .currently {
	margin: 1em 0;
}

.block-layered-nav .currently li {
    padding-left: 1.25em;
	position: relative;
}

.block-layered-nav .btn-remove {
	position: absolute;
	left: 0;
	top: 0.25em;
}

.block-layered-nav dd ol li {
	padding-left: 1.25em;
}

.block-layered-nav dd ol {
	margin-bottom: 1em;
}

#WebLoginLayer0 #username {
	margin-bottom:8px;
	margin-left:10px;
}

#WebLoginLayer0 #password {
	margin-bottom:8px;
	margin-left:13px;
}

#resource-list {
	border-top:#CCCCCC 1px solid;
	padding-top:15px;
}

#resource-list ul,
#resource-list h2 {
	clear: both;
	margin: 0.5em 0;
}

#resource-list ul li{
	padding-bottom:15px;
	clear: left;
	overflow: auto;
}

#resource-list img {
	float: left;
	margin: 0 0.5em 0.5em 0;
}

#form_panel.login {
	padding-left:0;
}

#colorbox {
	padding: 0 !important;
}

#print-button {
	float: right;
	margin-right: 2em;
}

#payment-footer {
	clear: both;
	display: block;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: -1.5em;
	width: 960px;
	
	font-weight: bold;
	color: #b6b6b6;
}

#payment-footer p {
	margin: 0;
	text-align: right;
	line-height: 40px;
	padding: 0 10px;
}

#payment-footer img {
	float: right;
	margin: 3px 0 7px 10px;
}

/* Pager */
.pager { padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */
.sorter { padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

#WebLoginLayer0 {
	zoom: 1; /* Makes sure login button appears in IE7. */
}

