/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */


@font-face {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}


/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          {
	background:url('http://www.change-canada.com/skin/frontend/default/change/images/bg/background.gif') repeat;
	color:#444;
	text-align:center;
	font-size: 12px;
	line-height: 1.35;
	font-family: Arial, Helvetica, sans-serif !important;
}

img           { border:0; vertical-align:top; }

a             { color:#444; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline: 0; }
p			  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.35;
}

/* Headings */
h1            {
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	line-height:1.15;
	margin-bottom: 5px;
}
h2            {
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	line-height:1.25;
	margin-bottom: 5px;
}
h3            {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:1.25;
}
h4            {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
h5            {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
h6            {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
p.subtitle	  {
	font-weight:normal !important;
	padding-top: 10px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size:16px !important;
	line-height:1.25;
}
.std ul 	  { list-style: disc; margin-left: 17px; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           {	font-size:1em; vertical-align:top;}

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */

/* TRICcollapse */
#TRICcollapse { margin: 5px 0px; }
#TRICcollapse .trigger:hover { cursor: pointer; }
#TRICcollapse .trigger { padding-left: 20px; background: url(http://www.change-canada.com/skin/frontend/default/change/images/arrow_collapsed.png) no-repeat left 3px transparent; font-size: 13px; font-family: Arial, Helvetica, sans-serif; }
#TRICcollapse .active { background: url(http://www.change-canada.com/skin/frontend/default/change/images/arrow_active.png) no-repeat left 3px transparent; }
#TRICcollapse .toggle_container { padding: 5px 0px 10px 20px; }

/* Layout ================================================================================ */
.wrapper {}
.page { width:1104px; margin:0 auto; padding:0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container { margin-top: 20px; }
.main { margin:10px 0; }

/* Base Columns */
.col-left { float:left; width:178px; }
.col-main { float:left; width:708px; position: relative; }
.col-right { float:right; width:178px; }
.col-right table { margin-bottom: 5px; }
.col-right ul { list-style:disc; margin-left: 16px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; width:880px; }
.col2-right-layout .col-main {}
.col2-layout .col1 { float: left; width: 280px; }
.col2-layout .col2 { float: right; width: 447px; }

/* 3 Columns Layout */
.col3-layout .col-main { width:708px; }
.col3-layout .col-wrapper { float:left; width:906px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.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,select,textarea,button { font:11px Verdana, Arial, Helvetica, sans-serif; vertical-align:middle; color:#444; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:5px; }
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; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { /* -webkit-border-fit:lines; */ } /* <- Safari & Google Chrome Fix */
button.button {
	overflow:visible;
	margin:0;
	cursor:pointer;
	border: none;
}
button.button span { float:left; height:25px; line-height: 24px; background:#663366; padding:0 0 0 8px; font-weight:normal; font-size:13px; font-family:Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { background-position:100% 0; padding:0 12px 0 4px; }
button.disabled {}
button.disabled span {}

button.btn-checkout span { }
button.btn-checkout.no-checkout {}

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:#444; font-weight:bold; position:relative; z-index:0; margin-bottom: 4px; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-12px; }
.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 .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; margin-top: 4px; }
.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; }

.account-create .address { width: 530px; float: left; border-left: none; }
.account-create .personal { width: 460px; float: left; }
.account-create .password { clear: both; }
.my-account #belt_size { width: 125px; float: left; margin-right: 10px; }
.my-account #cup_size { width: 125px; float: left; }
.customer-account-edit .my-account .field.name-firstname { float: none; }
.customer-account-edit .my-account .field.name-lastname { float: none; margin-top:7px; }
.customer-account-edit .my-account .form-list { float: left; width: 415px; }
.customer-account-edit .my-account .form-list.favorites { float: left; width: 415px; }
.customer-account-edit .my-account .forgot { clear: both; }

.customer-account-index .col2-left-layout .col-main, .customer-account-edit .col2-left-layout .col-main, .customer-address-index .col2-left-layout .col-main, .sales-order-history .col2-left-layout .col-main, .sales-billing-agreement-index .col2-left-layout .col-main, .sales-recurring-profile-index .col2-left-layout .col-main, .review-customer-index .col2-left-layout .col-main, .wishlist-index-index .col2-left-layout .col-main, .downloadable-customer-products .col2-left-layout .col-main, .newsletter-manage-index .col2-left-layout .col-main, .awrma-customer-rma-list .col2-left-layout .col-main, .awrma-customer-rma-new .col2-left-layout .col-main, .review-customer-view .col2-left-layout .col-main, .customer-address-form .col2-left-layout .col-main, .sales-order-view .col2-left-layout .col-main, .awrma-customer-rma-view .col2-left-layout .col-main, .sales-order-invoice .col2-left-layout .col-main, .sales-order-shipment .col2-left-layout .col-main { float: right; width: 890px; }

#awrma-comment-text { width: 885px; margin-bottom: 10px; }
#awrma-comment-submit span { padding: 5px; line-height: 20px; }
#awrma-comment-form .button-set .required { float: right; }
.awrma-account .group-select { margin: 20px 10px; }
#awrma-new-submit { padding: 4px; }

.review-customer-view .rating-links { display: none; }

.box-title { margin-bottom: 6px; }
.box-content { margin-bottom: 12px; }
.box-head { margin-bottom: 10px; margin-top: 13px; }

h4 { padding-bottom: 4px }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; }
.buttons-set .back-link { float:left; margin-right: 30px; }
.buttons-set button.button { }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:normal; font-size:13px; border:1px solid #fefefe; background:#dedede; 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(http://www.change-canada.com/skin/frontend/default/change/images/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(http://www.change-canada.com/skin/frontend/default/change/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(http://www.change-canada.com/skin/frontend/default/change/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(http://www.change-canada.com/skin/frontend/default/change/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { display:block; font-family: Arial, Helvetica, sans-serif; color: #444; position:relative; top:-10px; }
.breadcrumbs li { }
.breadcrumbs a { font-family: Arial, Helvetica, sans-serif; color: #444; }

/* Page Heading */
.page-title { padding:0 0 5px; margin:0 0 10px; }
.page-title h1,
.page-title h2 { font-size:16px; color:#444444; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle { clear:both; }

/* Pager */
.pager { padding:5px; margin:5px 0; text-align:right; }
.pager .amount { float:left; }
.pager .limiter { float:right; margin-left: 10px; }
.pager .limit_link { float:right; padding-left: 8px; font-family: Arial, Helvetica, sans-serif; color: #444; }
.pager .limit_link a { margin-left: 3px; }
.pager .pages { margin:0 5px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; padding: 0px 2px; }
.pager .pages .current { }
.pager .pages strong { font-family: Arial, Helvetica, sans-serif; color: #444; margin-right: 5px; }
.pager .pages a { font-family: Arial, Helvetica, sans-serif; color: #444; }
.pager .pages .i-next { margin-left: 3px; }
.pager .pages .i-next img { margin-top: -3px; }
.pager .pages .i-previous img { margin-top: -3px; }

/* Sorter */
.sorter {  padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .sort-by {float:left;display: none;}
.toolbar .sort-by label {padding-right: 5px;font-weight: normal;font-family: Arial, Helvetica, sans-serif;color: #444;}
.toolbar .sort-by a {margin-left: 5px;}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom { /* background: #EDEDED; padding: 5px 10px; position: relative; */ }
.cms-index-index .toolbar-bottom { display: none; }
.toolbar-top { /* background: #EDEDED; padding: 5px 10px; position: relative; */ }
.toolbar-top .toolbar .sort-by { position: absolute; right: 160px; top: 21px; display: none; }
.toolbar-top .toolbar .pager { display: none; }

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px 15px; font-weight:normal; white-space:nowrap; color: #444444; }
.data-table td { padding:5px; }
.data-table thead { background-color:#FFFFFF; }
.data-table tbody { border-bottom: 1px solid #EDEDED; }
.data-table tfoot {}
.data-table tr.first { background-color:#FFF; }
.data-table tr.last {}
.data-table tr.odd { background-color:#FFF; }
.data-table tr.even {
	background-color:#F7F7F7;
}
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#F7F7F7; }
.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:#F7F7F7; }
.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(http://www.change-canada.com/skin/frontend/default/change/images/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(http://www.change-canada.com/skin/frontend/default/change/images/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, ul.bullets, ul.bullet { margin:0 0 10px; }
.std ul.disc, ul.bullets, ul.bullet { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* 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:#AF82A8; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(http://www.change-canada.com/skin/frontend/default/change/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(http://www.change-canada.com/skin/frontend/default/change/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.change-canada.com/skin/frontend/default/change/images/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(http://www.change-canada.com/skin/frontend/default/change/images/delete.png) 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:968px; margin:0 auto; padding:12px 0 12px; background:url(http://www.change-canada.com/skin/frontend/default/change/images/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; }
/* ======================================================================================= */

.col-left #search_mini_form { display: block; margin-bottom: 15px; }
.col-left .form-search { text-align:left; }
.col-left .form-search .search-autocomplete { z-index:999; }
.col-left .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; padding: 5px; }
.col-left .form-search .search-autocomplete li { padding:2px; border-bottom:1px solid #ddd; cursor:pointer; }
.col-left .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.col-left .form-search .search-autocomplete li.selected {}
.col-left .form-search input.input-text { margin-right: 2px; font-family: Arial, Helvetica, sans-serif; color: #444; padding-left: 4px; height: 15px; width: 140px; }
.col-left .form-search button.button { border: none; float: right;}
.col-left .form-search button.button span { background: url(http://www.change-canada.com/skin/frontend/default/change/images/search-icon.png) no-repeat center center #663366; font-family: Arial, Helvetica, sans-serif !important; font-size: 11px; text-transform: uppercase; font-weight: normal; padding: 0px 6px 0px 6px; line-height: 20px; height: 21px; width: 13px; }

/* Header ================================================================================ */
.logo { float:left; }
.header-container {	background: #000; min-width: 1104px; }
.header { height: 100px; width: 1104px; margin: 0px auto; position: relative; }
.header .logo { float:left; padding-top: 36px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header .logo a img { float: right; }
.header h1.logo { margin:0; padding:0 0 0 33px; }
.header .welcome-msg { font-weight:bold; text-align:left; display: none; }
.header .links { float:left; margin-top: 20px; padding-left: 60px; font-size: 12px; }
.header .links a { font-size: 12px; color: #fff; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-transform: uppercase; padding-right: 10px; text-align: left; width: 750px; }
.header .links li { display: inline; }
.header .links li span { display: block; float: left; line-height: 23px; }
.header .links .login-placeholder { padding-top:30px; text-align: left; }
.header .links .login-placeholder span { display: block; float: left; line-height: 15px; }
.header .links .login-placeholder span.welcome { display: inline-block; float: none; margin-left: 9px; color: #fff; }
.header .links .btn-placeholder { border-left: 1px dotted #999; padding: 5px 0px 5px 10px; margin-bottom: 5px; margin-right: 10px;}
.header .links a.logout { line-height: 23px; }
.header .links a.login-custom { background: #636; padding: 7px 10px; }
.header .links span.txt { color: #999; line-height: 23px; }
.header .form-language { clear:both; text-align:left; }
.header-container .top-container { clear:both; text-align:right; }
.header .quick-access { float:left; width: 800px; }
.header #search_mini_form { float: left; margin: 12px; padding-left: 20px; }

#carttext { position: absolute; margin-top: 0; left: 75px; z-index: 3; padding: 0px 0px 0px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #fff; top: 64px; }
.header-cart { position: absolute; z-index: 10; right: 5px; top: 5px;}
.header-cart .title {
	padding: 7px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #663366;
	margin-top: 30px;
}
.header-cart .title a { text-decoration: none; color: #fff; }
.header-cart .title img { margin-top: -30px; left: 10px; z-index: 2; position: absolute; }
#content-toggler { height: 55px; padding-left: 75px; cursor: pointer; }
#header-cart-content { background: #FFFFFF; padding: 10px 10px 10px 10px; z-index: 1; margin-right: -1px; position: absolute; border: 1px solid #9D6F99; border-top: none;}
#header-cart-content ol li { margin: 10px 0px; border-bottom: 1px solid #fff; padding-bottom: 5px;}
#header-cart-content .product-image { width: 72px; float: left; }
#header-cart-content .product-name { font-family: Arial, Helvetica, sans-serif; font-size: 17px; color: #444444; float: left; margin-left: 10px; width: 146px;}
#header-cart-content .product-name a { text-decoration: none; }
#header-cart-content .qty { float: left; margin-left: 10px; width: 146px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #444444; }
#header-cart-content .price { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #444444; font-weight: normal !important; }
#header-cart-content .price-box { padding: 5px 0px; }
#header-cart-content .special-price { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000; }
#header-cart-content .special-price span { font-weight: normal !important;}
#header-cart-content .subtotal-price { float: right; }
#header-cart-content .subtotal-price span { font-family: Arial, Helvetica, sans-serif !important; font-size: 14px !important; font-weight: bold !important; color: #000;}
#header-cart-content .subtotal-txt { float: left; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000; }
#header-cart-content button { height: 25px; line-height: 24px; width: 228px; background: #3d6633; font-weight: normal; font-size: 13px; font-family: Arial, Helvetica, sans-serif; text-align: center; color: white; border: none; margin-top: 5px; cursor: pointer; }

/********** < Navigation */
.nav-container { display:none; position:absolute; top:120px; left: 0px; width: 100%; background: url(http://www.change-canada.com/skin/frontend/default/change/images/top-menu-bg.jpg) no-repeat center top #916795; }
#nav { padding:5px 0; font-size:13px; margin: 0px auto; width: 1110px; }
.header .form-search { text-align:left; margin-top: 14px; float: left; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:2px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-search input.input-text { margin-right: 2px; font-family: Arial, Helvetica, sans-serif; color: #666666; padding-left: 4px; height: 15px; }
.header .form-search button.button { border: none; float: right;}
.header .form-search button.button span { background: #663366; font-family: Arial, Helvetica, sans-serif !important; font-size: 11px; text-transform: uppercase; font-weight: normal; padding: 0px 6px 0px 6px; line-height: 20px; height: 21px; }



/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; font-family: Arial, Helvetica, sans-serif; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; } 
#nav li a { float:left; padding:4px 30px 4px 0px; font-weight:bold; color:#fff; text-transform: uppercase; font-size: 13px; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#fff !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:0 0 10px; }
.block .block-title { padding: 10px; font-size: 14px; }
.block .block-title strong { }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content {  }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

.col-right #rightbar { background: #FFFFFF; padding: 0px 20px 15px 20px; }
.col-right .top-title { background: #FFFFFF; padding: 10px 20px 10px 20px; color: #444; font-family: Arial, Helvetica, sans-serif !important; font-size: 13px; }
.col-right .top-title span { display: block; }
.col-right .top-title .large { font-size: 17px; padding-bottom: 5px; }
.col-right #rightbar .circle { float: right; }
.col-right #rightbar h3 { padding: 15px 0px 5px 0px; }

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }

/* Block: Account */
.block-account { width: 200px; background: #FFFFFF; color: #444444; margin: 5px 0 30px; }
.block-account ul li { padding: 4px 0px 4px 10px; }
.block-account ul li.current { background: #444444; }
.block-account ul li.current strong { color: #EDEDED; text-decoration: none; text-transform: uppercase; font-weight: normal; }
.block-account a { color: #444444; text-decoration: none; text-transform: uppercase; word-wrap: break-word; }


/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { padding: 10px 0px 5px 0px; }
.block-layered-nav .currently { display: none; }
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

/* Block: Wishlist */
.block-wishlist { background: #fff; margin-top: 20px; padding: 10px; }
.block-wishlist .block-title { padding: 0px; margin-bottom: 10px; }
.block-wishlist .block-title strong span { text-transform: uppercase; font-weight: normal; }
.block-wishlist .cc-price-lifted { display: none; }
.block-wishlist .special-price .price-label { display: block; font-weight: normal; font-size: 11px; color: #8F8F8F; height: 14px; }
.block-wishlist .special-price .price { font-size: 17px; font-weight: normal; }
.block-wishlist .old-price { color: #7E0403; }
.block-wishlist .old-price .price { font-weight: normal; }
.block-wishlist .price-box { margin: 8px 0px; }

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-title h1 { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 17pt; color: #964486;  }
.category-image { width:100%; overflow:hidden; margin:0; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {padding:10px 0;}

.special-price-lifted { display: none; }

/* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item {
	position:relative;
	float:left;
	width:170px;
	margin-right: 9px !important;
	height: 331px;
	padding: 0px 0px 10px;
	background: #fff;
}
.products-grid li.last { margin-right: 0px !important; }
.products-grid .product-image { display:block; margin: 0px auto; padding-bottom: 10px; position: relative; height: 227px; }
.products-grid a.product-image { text-decoration: none;}
.products-grid .product-image .price-campaign { position: absolute; top: -4px; left: -14px; background: #ededed; width: 158px; text-align: center; }
.products-grid .product-image .price-campaign span { padding: 2px 4px; display: block; color: #444444; text-decoration: none; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.products-grid .product-name { margin:0 0 5px; padding: 0px 10px; }
.products-grid .product-name .variant-type { font-size: 10px; line-height: 20px; }
.products-grid .product-name a { text-decoration: none; font-weight:lighter; font-size:17px; font-family: Arial, Helvetica, sans-serif; color: #444444; }
.products-grid .price-box { margin:5px 0; font-family: Arial, Helvetica, sans-serif; font-size: 18px; padding: 0px 10px; }
.products-grid .price-box .regular-price .price { color: #964486; font-size: 14px; }
.products-grid .price-box .regular-price .price-label { display: none; }
.products-grid .price-box .old-price { /* text-decoration: line-through; */ font-family: Arial, Helvetica, sans-serif !important; color: #444444; font-size: 12px  !important; }

.products-grid .price-box .old-price.custom { text-decoration: line-through; }

.products-grid .price-box .old-price .price { font-weight: normal;  }
.products-grid .price-box .special-price {display: none;}

.products-grid .price-box .special-price.custom { right: 0px; bottom: 4px; display: block; font-family: Arial,Helvetica,sans-serif !important; height: 42px; position: absolute; text-align: center; width: 70px; }
.products-grid .price-box .special-price.custom .price-label { color: #7E0403; font-size: 9px; font-weight: normal; display: block; line-height: 9px; }
.products-grid .price-box .special-price.custom .price { color: #7E0403; font-size: 18px; font-weight: normal; }

.products-grid .price-box .special-price-lifted { right: 0px; bottom: 4px; display: block; font-family: Arial,Helvetica,sans-serif !important; height: 50px; position: absolute; text-align: center; width: 70px; }
.products-grid .price-box .special-price-lifted .price { color: #444444; font-size: 18px; font-weight: normal; margin-left: 4px; margin-right: -3px; }
.products-grid .price-box .special-price-lifted .lift sup { color: #444444; padding-left: 0px; }
.products-grid .price-box .special-price-lifted .price-label { color: #9A9A9A; font-size: 9px; font-weight: normal; margin-right: -2px; margin-bottom: 3px; display: block; line-height: 9px; }

.products-grid .price-box .special-price-lifted.custom { height: 44px; }
.products-grid .price-box .special-price-lifted.custom .price-label, .products-grid .price-box .special-price-lifted.custom .price, .products-grid .price-box .special-price-lifted.custom .lift sup { color: #7E0403; }


.products-grid .price-box .vip-price-lifted { right: 0px; bottom: 4px; display: block; font-family: Arial,Helvetica,sans-serif !important; height: 50px; position: absolute; text-align: center; width: 70px; }
.products-grid .price-box .vip-price-lifted .price { right: 0px; color: #444444; font-size: 18px; font-weight: normal; margin-left: 4px; margin-right: -3px; }
.products-grid .price-box .vip-price-lifted .lift sup { color: #444444; padding-left: 0px; }
.products-grid .price-box .vip-price-lifted .price-label { color: #9A9A9A; font-size: 9px; font-weight: normal; margin-right: -2px; margin-bottom: 3px; display: block; line-height: 9px; }


.products-grid .price-box .employee-price-lifted { right: 0px; display: block; width: 70px; height: 61px; font-family: Arial, Helvetica, sans-serif !important; position: absolute; bottom: -13px; text-align: center; padding-top: 8px; }
.products-grid .price-box .employee-price-lifted .price { color: #444444; font-size: 18px; font-weight: normal; margin-left: 4px; margin-right: -3px; }
.products-grid .price-box .employee-price-lifted .lift sup { color: #444444; padding-left: 0px; }
.products-grid .price-box .employee-price-lifted .price-label { color: #9A9A9A; font-size: 9px; font-weight: normal; margin-right: -2px; margin-bottom: 3px; display: block; line-height: 9px; }


.products-grid .price-box .cc-price-lifted { right: 0px; bottom: 4px; display: block; font-family: Arial,Helvetica,sans-serif !important; height: 50px; position: absolute; text-align: center; width: 70px; }
.products-grid .price-box .cc-price-lifted .price { color: #444444; font-size: 17px; font-weight: normal; margin-left: 4px; margin-right: -3px; }
.products-grid .price-box .cc-price-lifted .lift sup { color: #444444; padding-left: 0px; position: relative; top: 3px; }
.products-grid .price-box .cc-price-lifted .price-label { color: #9A9A9A; font-size: 9px; font-weight: normal; margin-right: -2px; display: block; line-height: 9px; }


/* View Type: UPSELL Grid */

#upsell-product-table { height: 175px; width: 100%; }
#upsell-product-table h3.upsell-name a { font-weight: normal; line-height: 1.15; text-decoration: none; }
#upsell-product-table .upsell-name, #upsell-product-table .upsell-variant-type, #upsell-product-table .upsell-price { width: 100px; margin: 0px auto; }



#acp_product_options .cc-price-lifted { display: none; }

.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; padding: 0px 10px; }
.catalog-category-view .dropdown { float: left; padding-right: 10px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {  }
.col1-layout .products-grid { width:790px; margin:0 auto; }
.category-products .products-grid { margin-bottom: 10px; }
.cms-home .products-grid li { list-style
: none; }
.cms-home .products-grid { width:708px; margin:0 auto; }
.cms-home .products-grid { margin-bottom: 10px; }
.cms-home .main-container { margin-top: 20px; }

.cms-sizeguide #main { }
.cms-sizeguide #main h2 { font-size: 17px; }
.cms-sizeguide #main .intro { font-family: Arial, Helvetica, sans-serif !important; font-size: 15px !important; margin-top: 15px; clear: both; }
.cms-sizeguide #main .intro .title { display: block; margin-top: 20px; }
.cms-sizeguide #main .intro .content { font-size: 13px; }
.cms-sizeguide #main .intro .content a { color: #444444; font-size: 12px; background: url(http://www.change-canada.com/skin/frontend/default/change/images/information.png) no-repeat center left transparent; padding: 4px 0px 4px 22px; margin-right: 10px; margin-top: 10px; display: block; float: left; }

.cms-sizeguide #measure .box { background: #EDEDED; padding: 10px; color: #fff; margin: 10px 0px; width: 390px; float: left; }
.cms-sizeguide #measure #measure-result { background: #e2e2e2; padding: 10px; color: white; margin: 10px; width: 238px; float: left; }
.cms-sizeguide #measure #measure-result table tbody tr td { margin: 0px; width: 99px; }
.cms-sizeguide #measure #measure-result table tbody tr td.title { width: 218px; background: none; }
.cms-sizeguide #measure #measure-result table tbody tr td.title h3 { font-size: 17px; }
.cms-sizeguide #measure #measure-result table tbody tr { margin: 0px; }
.cms-sizeguide #measure h3 { font-size: 17px; font-weight: normal; color:#444; }
.cms-sizeguide #measure table tbody tr { margin-top: 13px; display: block; }
.cms-sizeguide #measure table tbody tr td { background: #e2e2e2; padding: 10px; vertical-align: bottom; color:#444; }
.cms-sizeguide #measure table tbody tr td.txt { width: 280px; }
.cms-sizeguide #measure table tbody tr td input { width: 40px; border: 1px solid #dddddd; }
.cms-sizeguide #measure table tfoot button { background: #663366; border: none; color: #fff; cursor: pointer; padding: 5px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; margin-top: 5px; float: right; }
.cms-sizeguide #measure #measure-result table button { background: #663366; border: none; color: #fff; cursor: pointer; padding: 5px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; margin-top: 5px; float: right; }
.cms-sizeguide #measure table tbody p.subtitle { font-size: 13px !important; padding-top: 5px !important; color:#444; }
.cms-sizeguide #measure table tbody p.title { font-size: 15px !important; font-weight: normal !important; color:#444; }

.cms-sizeguide .hide { display: none; }
.cms-sizeguide #braguide tr td.l { text-align: left; width: 60px; padding-left: 10px; font-size: 14px; }
.cms-sizeguide #braguide tr td.title { font-size: 17px; vertical-align: top; }
.cms-sizeguide #braguide tr td { vertical-align: middle; width: 90px; text-align: center; padding: 10px 0px; font-weight: normal;  font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.cms-sizeguide #braguide tr.tabs-row td { padding: 0px; }
.cms-sizeguide #braguide tbody tr { background: #ededed; }
.cms-sizeguide #braguide tbody tr.alt { background: none; }
.cms-sizeguide #braguide .tab-button a { color: #444; }
.cms-sizeguide #braguide .tab-button.tab { background: #EEE6F3; }
.cms-sizeguide #braguide { border: 1px solid #eee6f3; margin-top: 10px; width: 100%; }
.cms-sizeguide #braguide .tab-content ul li { list-style: none; font-size: 12px; }
.cms-sizeguide #braguide .tab-content .tab { padding: 20px 15px 15px 15px; }

.mb-mana-catalog-leftnav { background: #fff; padding: 5px 10px; position: relative; }
.mb-mana-catalog-leftnav .dropdown dt { float: left; font-weight: normal;  font-family: Arial, Helvetica, sans-serif; color: #444; padding: 13px 0px 5px 0px; }
.mb-mana-catalog-leftnav .dropdown dd { float: left; margin-top: 3px; margin-left: 4px; }
.mb-mana-catalog-leftnav .filter-size-container { position: absolute; right: 10px; top: 12px; }
.mb-mana-catalog-leftnav .filter-size-container span { font-weight: normal;  font-family: Arial, Helvetica, sans-serif; color: #444; margin-right: 5px; }
.m-filter-dropdown.disabled { background: #CCC; }

.mb-mana-catalogsearch-leftnav { background: #FFFFFF; padding: 5px 10px; }
.mb-mana-catalogsearch-leftnav .dropdown dt { float: left; font-weight: normal;  font-family: Arial, Helvetica, sans-serif; color: #444; padding: 13px 0px 5px 10px; }
.mb-mana-catalogsearch-leftnav .dropdown dd { float: left; margin-top: 3px; margin-left: 10px; }

.filter-size-container {
	position: absolute;
	top: -4px;
	right: 0;
}

.filter-size-container button.button span { font-size: 11px; }
.filter-size-container button.button span span { padding: 0 7px 0 0px; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; line-height: 10px; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { margin-right: -5px; }
.ratings strong { margin:1px 3px 0 0; }
.ratings .rating-links { }
.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(http://www.change-canada.com/skin/frontend/default/change/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(http://www.change-canada.com/skin/frontend/default/change/images/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:normal; color: #888; }

/* 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 { }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }


.product-view {}


.product-essential {}

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
/*.product-view { width: 568px; } */
.catalog-product-view .messages { width: 710px; }

.product-view .product-shop button.btn-cart span { float:left; height:32px; line-height: 32px; background:url(http://www.change-canada.com/skin/frontend/default/change/images/btn_buy.png) no-repeat transparent; padding:0 0 0 20px; font-weight:normal; font-size:13px; font-family:Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
.product-view .product-shop button.btn-cart span span { background-position:100% 0; padding:0 12px 0 4px; }

.product-view .product-img-box { float:left; width:350px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { position: relative; }
.product-view .product-img-box .product-image img.image-zoom { position: absolute; right: 20px; bottom: 20px; }
.product-view .product-img-box .product-image a { text-decoration: none; }
.product-view .product-img-box .product-image-zoom { position:relative; width:200px; height:200px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.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(http://www.change-canada.com/skin/frontend/default/change/images/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(http://www.change-canada.com/skin/frontend/default/change/images/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 { margin-top: 0px; }
.product-view .product-img-box .more-views li { float:left; margin:0px 8px 9px 4px; }
.product-view .product-name { margin-bottom: 10px; }
.product-view .product-name h1 { font-size: 22px; margin-bottom: 0px; }
.product-view .product-name span { color: #363637; font-size: 11px; font-family: Arial, Helvetica, sans-serif; line-height: 21px; color: #666; }
.product-view .col2-layout { margin-bottom: 0px; padding: 10px 0px; }
.product-view .col2-layout .col1 { width: 350px; }
.product-view .col2-layout .col2 { width: 305px; }
.product-view .button-set { display: block; clear: both; }
.product-view .button-set button.button { }
.product-view .brand { position: absolute; top: 10px; right: 5px; }
.product-view .ratings button, .product-view .no-rating {  }  
.product-view .ratings button span,  .product-view .no-rating span, .product-view .ratings button span span,  .product-view .no-rating span span { background: none; padding: 0px; } 
.product-view .ratings button span span,  .product-view .no-rating span span { color: #444; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.product-view .ratings button:hover span span,  .product-view .no-rating:hover span span {text-decoration: none; }

.product-view .product-shop .achieve-discount { font-size: 11px; color: #ccc; color: #666; margin-top: 20px; margin-bottom: 10px; }
.product-view .product-shop .top-center { top: 0px; left: 0px; position: relative; width: 100%; margin-bottom: 10px; }
.product-view .product-shop .top-center .fmelbl_txt { font-weight: bold; }



.product-view .product-shop .add-to-cart {  }
.product-view .add-to-cart button {	}
.product-view .add-to-cart button span, .product-view .add-to-cart button span span { }
.product-view .info-box { width: 100%; }
.product-view .info-box .tabs ul { width: 100%; }
.product-view .info-box .tabs ul li.tab_header { background: #f7f7f7; float: left; border: 2px solid #f7f7f7; border-bottom: 0px; text-align: center; }
.product-view .info-box .tabs ul li.tab_header { margin-right: 5px; }
.product-view .info-box .tabs ul li a {	color: #444444;	text-decoration: underline;	padding: 5px 12px; display: block; line-height: 20px; }
.product-view .info-box .tabs ul li.active { background: #ededed; border-color: #ededed; }
.product-view .info-box .tabs ul li.active a { color: #444444; }
.product-view .info-box .content div { background: #EDEDED; padding: 12px;  }
.product-view .info-box .content div.clearer { width: auto; }
.product-view .info-box { margin: 10px 0px 0px 0px; }
.product-view .product-shop .rating-box { display: none; }
.review-list-btn { cursor: pointer; font-size: 12px !important; line-height: 24px }
.product-view .size-guide { background: url(http://www.change-canada.com/skin/frontend/default/change/images/size-guide-icon.png) no-repeat left 0 transparent; padding-left: 20px; line-height: 13px; margin: 20px 0; }
.product-view .size-guide a { cursor: pointer; color: #444444; font-size: 11px; }

.product-view .size-guide a.size-chart { background: url(http://www.change-canada.com/skin/frontend/default/change/images/size-guide-icon.png) no-repeat left 0 transparent; padding-left: 20px; padding-bottom: 2px; margin-left: 10px; }

.product-view .social-medias { position: absolute; top: 10px; left: 580px; }
.product-view .social-medias ul li { padding-bottom: 10px; display: block; clear: both; }
.product-view .social-medias ul li a { text-decoration: none; }
.product-view .social-medias ul li span { padding-left: 5px; color: #3a9edb; }
.addthis_default_style .at300b, .addthis_default_style .at300m { padding: 0px; margin-bottom: 10px; }
.product-view .product-options dd select { width: 199px; }
.product-view .add-to-cart label { font-size: 11px; color: #8f8f8f; }
.product-view .add-to-cart .qty { padding: 6px 2px; text-align: center; font-size: 11px; margin-top: 3px; margin-right: 10px; }
.product-view .product-actions .price-box .regular-price { margin-right: 3px; float: left; width: 115px; background: #af82a8; padding: 0px 5px; height: 30px; margin-bottom: 20px; color: #fff; text-align: center; }
.product-view .product-actions .price-box .regular-price .price, .product-view .product-actions .price-box .regular-price .price-label { font-size: 12px !important; font-family: Arial, Helvetica, sans-serif !important; font-weight: normal !important; line-height: 30px; }

.product-view .box-description { padding-top: 5px; margin-bottom: 30px; }
.product-view .col2-layout .col1 .button-set .facebook { margin-right: -5px; }

.product-view .product-bottom { background: #ededed; padding: 10px; }
.product-view .product-bottom table { width: 100%; }
.product-view .product-bottom table td { width: 50%; }
.product-view .product-bottom table td:first-child { border-right: 1px dashed #ccc; }
.product-view .product-bottom table td div.placeholder { padding-left: 20px; }
.product-view .product-bottom table td:first-child div.placeholder { padding-left: 0px; padding-right: 20px; }
.product-view .product-bottom table td div.placeholder a { font-weight: normal; color: #444; font-size: 11px; line-height: 20px; padding: 2px 0px; }
.product-view .product-bottom table td div.placeholder .addthis_toolbox a { margin-right: 5px; margin-bottom: 0px; }
.product-view .product-bottom table td div.placeholder .email-friend a { padding-left: 20px; background: url(http://www.change-canada.com/skin/frontend/default/change/images/mail-friend.png) no-repeat 1px center transparent; }
.product-view .product-bottom table td div.placeholder a.review-btn { padding-left: 20px; background: url(http://www.change-canada.com/skin/frontend/default/change/images/review.png) no-repeat left center transparent; }
.product-view .product-bottom table td div.placeholder a.link-wish { padding-left: 20px; background: url(http://www.change-canada.com/skin/frontend/default/change/images/favorite.png) no-repeat 2px center transparent; }
.product-view .product-shop .variant-type { text-transform: uppercase; font-weight: bold; color: #444 !important; }



.brands { padding-left: 25px; }

#fancybox-content #main { background: #ffffff; padding: 20px; width: 690px !important; }
#fancybox-content #main h2 { font-size: 28px; }
#fancybox-content #main .intro { font-family: Arial, Helvetica, sans-serif !important; font-size: 15px !important; margin-top: 15px; clear: both; }
#fancybox-content #main .intro .title { display: block; margin-top: 20px; }
#fancybox-content #main .intro .content { font-size: 13px; }
#fancybox-content #main .intro .content a { color: #b14189; font-size: 12px; background: url(http://www.change-canada.com/skin/frontend/default/change/images/information.png) no-repeat center left transparent; padding: 4px 0px 4px 22px; margin-right: 10px; margin-top: 10px; display: block; float: left; }

#fancybox-content #measure .box { background: #EDEDED; padding: 10px; color: #444444; margin: 10px 0px; width: 390px; float: left; }
#fancybox-content #measure #measure-result { background: #EDEDED; padding: 10px; color: white; margin: 10px; width: 238px; float: left; }
#fancybox-content #measure #measure-result table tbody tr td { margin: 0px; width: 99px; color:#444444; }
#fancybox-content #measure #measure-result table tbody tr td.title { width: 218px; background: none; }
#fancybox-content #measure #measure-result table tbody tr td.title h3 { font-size: 17px; color:#444444; }
#fancybox-content #measure #measure-result table tbody tr { margin: 0px; }
#fancybox-content #measure h3 { font-size: 17px; font-weight: normal; }
#fancybox-content #measure table tbody tr { margin-top: 13px; display: block; }
#fancybox-content #measure table tbody tr td { background: #E2E2E2; padding: 10px; vertical-align: bottom; }
#fancybox-content #measure table tbody tr td.txt { width: 280px; }
#fancybox-content #measure table tbody tr td input { width: 40px; border: 1px solid #dddddd; }
#fancybox-content #measure table tfoot button { background: #663366; border: none; color: #fff; cursor: pointer; padding: 5px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; margin-top: 5px; float: right; }
#fancybox-content #measure #measure-result table button { background: #ededed; border: none; color: #444; cursor: pointer; padding: 5px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; margin-top: 5px; float: right; }
#fancybox-content #measure table tbody p.subtitle { font-size: 13px !important; padding-top: 5px !important; }
#fancybox-content #measure table tbody p.title { font-size: 15px !important; font-weight: normal !important; }







.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-collateral { background: none; }

/* Product Shop */
.product-view .product-shop .cc-price-lifted { display: none; }
.product-view .product-shop .special-price .price-label { display: block; font-weight: normal; font-size: 11px; color: #8f8f8f; height: 14px; }
.product-view .product-shop .old-price .price { font-weight: normal; }
.product-view .product-shop .old-price { color: #7e0403; }


.product-view .product-shop .old-price.custom { color: #8F8F8F; text-decoration: line-through; }
.product-view .product-shop .special-price.custom .price-label, .product-view .product-shop .special-price.custom .price { color: #7e0403; }


.product-view .product-shop .special-price .price { font-size: 24px; font-weight: normal; }
.product-view .product-shop { float: left; width: 100%; position: relative; margin-bottom: 20px; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; padding: 20px; background-color:#fff; }
.product-view .product-shop .product-name { border-bottom: 1px solid #efefef; padding-bottom: 10px; margin-bottom: 20px; }
.product-view .short-description {}
.product-view .sales-points { margin: 20px 0px 15px 0px; }
.product-view .sales-points ul li { padding-left: 35px; background: url(http://www.change-canada.com/skin/frontend/default/change/images/adv_check.png) no-repeat left 2px transparent; line-height: 32px; font-size: 15px; margin-bottom: 5px; }
.product-view .sales-points ul li:last-child { margin-bottom: 0px; }

/* Product Options */
.product-options { margin:10px 0 0; width: 115px; }
.product-options dt label { font-weight:bold; display: none; }
.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 { text-align: left; font-size: 10px !important; margin-top: -5px; }
.product-view .product-options-bottom .add-to-cart label { line-height: 32px; }
.product-options-bottom { position: relative; border-bottom: 1px solid #EFEFEF; padding-bottom: 10px; }
.product-options-bottom .price-box { width: 100px; float: left; }
.product-options-bottom .add-to-cart { float: left; width: 195px; margin-left: 10px; }
.product-options-bottom .add-to-links { display: none; }

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}


/* Block: Recently-viewed */
.box-recently-viewed  { background-color:#fff; padding:10px; }

.box-recently-viewed h2  { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #444; padding: 15px 0px 10px 6px; }

.box-recently-viewed td { width: 20%; }
.box-recently-viewed h3.product-name { font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.25; font-weight: normal; color: #444; width: 100px; margin: 0px auto; }
.box-recently-viewed h3.product-name a { text-decoration: none; }
.box-recently-viewed ol { width: 688px; }
.box-recently-viewed ol li { width: 137px; float: left; }
.box-recently-viewed ol li .product-image { width: 100px; height: 100px; margin: 0px auto; display: block; padding-bottom: 10px; padding-top: 15px; }
.box-recently-viewed ol li .variant-type, .box-recently-viewed ol li .recently-viewed-price { width: 100px; margin: 0px auto; }
.box-recently-viewed ol li.last { border: none; }
.box-recently-viewed ol li .recently-viewed-price .special-price.custom .price { font-weight: normal; font-size: 12px; color: #7E0403; }
.box-recently-viewed ol li .recently-viewed-price .old-price.custom { color: #8F8F8F; text-decoration: line-through;}
.box-recently-viewed ol li .recently-viewed-price .old-price.custom .price { font-weight: normal; } 



/* Block: Upsell */
.product-view .box-up-sell {
	background-color:#fff;
	padding:10px;
}
.product-view .box-up-sell td { width: 20%; }
.product-view .box-up-sell h2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #444; padding: 15px 0px 10px 6px; }
.product-view .box-up-sell .products-grid { width: 568px; }
.product-view .box-up-sell .products-grid td .product-image { width: 100px; height: 100px; }
.product-view .box-up-sell .products-grid td.last { border: none; }
.product-view .box-up-sell .products-grid td .upsell-price .special-price.custom .price { font-weight: normal; font-size: 12px; color: #7E0403; }
.product-view .box-up-sell .products-grid td .upsell-price .old-price.custom { color: #8F8F8F; text-decoration: line-through;}
.product-view .box-up-sell .products-grid td .upsell-price .old-price.custom .price { font-weight: normal; } 

/* 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 */
.catalog-product-view .form-add { background: #EDEDED; padding: 10px; }
.catalog-product-view .form-add h4 { margin-bottom: 20px; }
.catalog-product-view .form-add #product-review-table { margin-bottom: 10px; }
.catalog-product-view .form-add #product-review-table tbody { border-bottom: none; }
.catalog-product-view .form-add #product-review-table td.value { text-align: center; }
.catalog-product-view .form-add #product-review-table th span { font-family: Arial, Helvetica, sans-serif; font-weight: normal; }
.catalog-product-view .form-add .form-list label { font-family: Arial, Helvetica, sans-serif; font-weight: normal; }


#fancybox-content .box-reviews  { background: #EDEDED; padding: 0px 10px 10px 10px; text-align: left; width: 548px; }
#fancybox-content .box-reviews .form-add { margin-top: -60px; padding: 10px; }
#fancybox-content .box-reviews h2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #444; padding: 10px 0px 10px 0px; }
#fancybox-content .box-reviews .review-title { font-size: 14px; padding-right: 10px; display: none; }
#fancybox-content .box-reviews .review-by { font-size: 14px; color: #444; float: left; padding-right: 15px; }
#fancybox-content .box-reviews .rating-box { float: left; margin-right: 15px; }
#fancybox-content .box-reviews .headline { clear: both; height: 16px; padding-top: 5px; border-top: 1px solid #fff; }
#fancybox-content .box-reviews .description { clear: both; margin-top: -10px; }
#fancybox-content .box-reviews .date { color: #444; font-size: 14px !important; float: left;}
#fancybox-content .box-reviews dl dd { padding: 10px 0px 20px 0px; }
#fancybox-content .box-reviews h2 { padding-bottom: 5px; }


.product-view .box-reviews  { background: #FFF; padding: 20px; }
.product-view .box-reviews .form-add { margin-top: -60px; padding: 10px; }
.product-view .box-reviews h2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #444; padding: 10px 0px 10px 0px; }
.product-view .box-reviews .review-title { font-size: 14px; padding-right: 10px; display: none; }
.product-view .box-reviews .review-by { font-size: 14px; color: #444; float: left; padding-right: 15px; }
.product-view .box-reviews .rating-box { float: left; margin-right: 15px; }
.product-view .box-reviews .headline { clear: both; height: 16px; padding-top: 5px; border-top: 1px solid #fff; }
.product-view .box-reviews .description { clear: both; margin-top: -10px; }
.product-view .box-reviews .date { color: #444; font-size: 14px !important; float: left;}
.product-view .box-reviews dl dd { padding: 10px 0px 20px 0px; }
.product-view .box-reviews h2 { padding-bottom: 5px; }
.product-view .box-reviews .form-list .input-box { width: 100%; }
.product-view .box-reviews .form-list input { width: 100%; }
.product-view .box-reviews .form-list textarea { width: 100%; }
.review-product-list .buttons-set { padding: 0px; }
.review-product-list .buttons-set .back-link { width: 188px; margin-right: 5px; }
.review-product-list .buttons-set .back-link span span { padding: 0 31px 0 22px; }

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; line-height: 17px; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(http://www.change-canada.com/skin/frontend/default/change/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}
.cart table .product-name { font-size: 14px; padding-top: 5px; }
.cart table .product-name a { text-decoration: none; }

/* Checkout Types */
.cart .checkout-types { /* float:right; */ text-align:right; width: 100%; margin-top: 10px; }
.cart .checkout-types li { text-align: center; }
.cart .checkout-types button { margin: 5px 0px;  }
.cart .page-title .checkout-types { float: right; width: 300px; } 
.cart .page-title .checkout-types li { text-align: right; }
.cart .page-title .checkout-types button { margin: 0px; }
.cart .qty-box .down, .cart .qty-box .up { float: left; }
.cart .qty-box .down img, .cart .qty-box .up img { border: 1px solid #663366; }
.cart .qty-box input { float: left; text-align: center; line-height: 15px; margin-top: 0px; }

/* 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:800px; */ }
.cart .cart-collaterals .col2-set .col-1 { width: 465px; }
.cart .cart-collaterals .col2-set .col-2 { width: 335px; }
.cart .cart-collaterals .col2-set .col-1 .products-grid { width: 535px; }
.cart .cart-collaterals .must-log-in { background: #d83d05; color: #fff; padding: 10px; /* margin-top: 37px; */ /* float: right; width: 295px; */ margin-bottom: 10px; }
.cart .cart-collaterals .must-log-in p { font-size: 12px; }
.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 { background: #fff; margin-bottom: 10px; padding: 10px; /* float: right;  width: 295px;*/ }
.discount-form .input-box { width: 180px; float: left; }
.discount-form .input-box input { width: 177px; line-height: 21px; padding: 2px; height:20px; }
.discount-form .buttons-set {
	float: right;
	clear: none;
	margin-top: 0px;
	padding-top: 1px;
}
.shipping .shipping-form .form-list .input-box { float: left; clear: none; width: 185px; }
.shipping .shipping-form .form-list .input-box input { width: 180px; line-height: 21px; }
.shipping .shipping-form .form-list .buttons-set { width: 128px; float: right; clear: none; margin-top: 0px; padding-top: 1px;  }
.shipping .shipping-form .form-list label { margin-bottom: 10px; }
.shipping .shipping-form .form-list .input-box-select { float: right; }
.shipping .shipping-form p { margin-bottom: 10px; }
.shipping .shipping-form h2 { margin-bottom: 10px; }
/* Shopping Cart Totals */
.cart .totals { /* float:right; */ background: #FFFFFF; padding: 10px; /* min-width: 190px */; }
.cart .totals table tfoot tr td strong { font-size: 15px; }
.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:20px; }
.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; }
/* ======================================================================================= */


/* 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(http://www.change-canada.com/skin/frontend/default/change/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(http://www.change-canada.com/skin/frontend/default/change/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 { background-color:#f6f6f6; }

.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 {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}
.account-login .registered-users .buttons-set a { margin-right: 10px; }

.account-login .registered-users .content .redirect-error-box {border: 1px solid #999; padding: 10px; margin-bottom: 20px;}


.account-create {}
/* Account Login/Create Pages ============================================================ */


/* 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 */
.generic-box { margin: 10px 0px; }
.order-info { border:1px solid #ddd; padding:5px; margin: 10px 0px; }
.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 {}

.order-items { width:100%; overflow-x:auto; }

.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; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { padding:15px; border-top: 1px solid #d3d3d3; background-color:#fff; }
.footer a { text-decoration: none; }
.footer p { text-align: right; float: right; line-height: 22px; }
.footer address { text-align:right; }
.footer ul.footer_links { text-align: center; }
.footer ul.footer_links li {color: #666666; font-size: 9px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; line-height: 22px; }
.footer ul.footer_links li a { text-decoration: none; color: #666; }
.footer ul.footer_links_second { }
.footer ul.footer_links_second li {color: #666666; font-size: 9px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; }
.footer ul.footer_links_second li a { text-decoration: none; color: #666; }
.footer ul li { display:inline; }
.footer ul.footer_links_third { float: left; }
.footer ul.footer_links_third li {color: #666666; font-size: 9px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; line-height: 22px; }
.footer ul.footer_links_third li a { text-decoration: none; color: #666; }
.footer ul li { display:inline; }
.footer .facebook {	float: right; color: #666666; font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin-left: 10px; line-height: 22px; }
.footer-container .bottom-container { text-align:center; }
.img_lang_link { vertical-align: middle; margin-right: 3px; margin-top: -4px; }
.lang_link { cursor: pointer; margin-right: 3px; margin-top: -1px; }
#languages { display: none; position: absolute; background: #ededed; left: 222px; bottom: 22px; padding: 10px; z-index: 100; }
#languages li { display: block; }
#languages li a { font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #cc6699; text-decoration: none; display: block; padding: 3px; }
#languages li a:hover { text-decoration: underline; }
.language-container { position: relative; }
.footer .footer-placeholder { width: 100%; }
.footer .footer-placeholder td { width: 33%; }
.footer .payments { text-align: center; }
.footer .fb-like { float: right;  }
.footer .fb-icon { float: right; padding-right: 2px; }
.footer .fb-text { float: right; padding-right: 10px; font-size: 11px; color: #666; line-height: 22px; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container: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,
.page-title: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-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review: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; }
/* ======================================================================================= */

.col-main table td { position: relative; }

.press-releases-wrapper { float: left; width: 695px; background: #EDEDED; height: 403px; position: relative; }
.press-releases { padding: 0 20px; }
.press-category { float: left; margin-right: 20px; width: 305px; }
.press-contact-wrapper { float: right; width: 270px; background: #ededed; margin-bottom: 3px; height: 235px; }
.press-contact { padding: 10px; color: #666; }
.press-login-wrapper { float: right; width: 270px; background: #ededed; height: 165px; }
.press-login { padding: 10px; color: #666; }
.press-wrapper { margin-bottom: 20px; }

#page { margin-bottom: 10px; overflow: hidden; }

.pagination {
	font-size: 11px;
	float: right;
	position: absolute; bottom: 10px; right: 20px;
}
        
.pagination a {
    text-decoration: none;
	border: none;
	color: #000;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 5px 0;
    margin: 0 0 5px 0;
	min-width:1em;
	text-align:center;
}

.pagination .current {
    background: none;
    color: #000;
    font-weight: bold;
	border: none;
}
.pagination .prev {
	margin-right: 5px;
}

.pagination .next {
	margin-left: 5px;
}
.pagination .current.prev, .pagination .current.next{
	color:#999;
	background:none;
	font-weight: normal;
}

#storelocator-countries {
	float: left;
	min-height: 403px;
	width: 160px;
	padding: 20px;
	background: #ffffff;
}
#storelocator-stores {
	display: block;
	min-height: 403px;
	width: 845px;
	padding: 20px;
	float: right;
	background: #ffffff;
	position: relative;
}
#storelocator-stores li {
	padding: 10px 0 15px;
}
#storelocator-stores li h3 {
	font-size: 12px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
#storelocator-stores li .storetitle{ float: left; width:200px; }
#storelocator-stores li .address{ float: left; }
#storelocator-stores li .show-details, #storelocator-stores li .hide-details{ float: right; }
#storelocator-stores li.store-details { padding: 15px; border: 1px solid #ccc; margin-bottom: 25px; }
#storelocator-stores li .store-info { float: left; width: 184px; font-size: 11px; margin-bottom: 15px; }
#storelocator-stores li .store-google { float: left; font-size: 11px; }
#storelocator-stores li .store-opening { float: right; font-size: 10px; margin-top: -4px; }
#storelocator-stores li .countryname { display: none; }
#storelocator-stores table.hours td {
	padding: 4px 10px 4px 0;
	line-height: 1.4em;
	white-space: nowrap;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
#storelocator-stores .store-opening .notes { text-align: right; font-size: 9px; padding-top: 15px; }
#storelocator-stores input#storesearch { position: absolute; right: 20px; top: 20px; font-size: 11px; padding: 3px 4px; font-style: italic; }

.imagearchive-index-index .images-wrapper { float: left; width: 695px; background: #FFFFFF; min-height: 710px; position: relative; }
.imagearchive-index-index .images { padding: 0 20px; }
.imagearchive-index-index .press-contact-wrapper { float: right; width: 270px; background: #d1c5e1; margin-bottom: 3px; height: 235px; }
.imagearchive-index-index .press-contact { padding: 10px; color: #666; }
.imagearchive-index-index .press-login-wrapper { float: right; width: 270px; background: #d1c5e1; height: 165px; }
.imagearchive-index-index .press-login { padding: 10px; color: #666; }

.imagearchive-index-index .images h1 { float: left; }
.imagearchive-index-index .images select#archives { float: right; margin: 25px 0px; }
.imagearchive-index-index .images li { float: left; margin-bottom: 20px; margin-right: 27px; width: 200px; overflow: hidden; min-height: 205px; }
.imagearchive-index-index .images li.last { margin-right: 0; }

.press-login input.input-text { font-size: 10px; padding: 3px 3px; width: 240px; color: #666; margin: 1px 0; }
.press-login input.submit { background: #876284; border: none; color: #fff; font-size: 11px; padding: 3px 8px; margin-top: 2px; }
.press-login .rememberme { font-size: 10px; }

td.leftmenu a { text-decoration: none; }
td.leftmenu a:hover { text-decoration: underline; }

.franshise-footer td:hover { background-color: #977393; }
.franshise-footer td { padding: 20px; }
.franshise-footer td.space { padding: 0px !important; }
.franshise-footer td h2 { color: #fff; }
.franshise-footer td h2 a { font-size: 18px; font-weight: normal; line-height: 1.25; margin-bottom: 5px; color: #fff; }
.franshise-footer td a { display: block; text-decoration: none; font-size: 11px; color: #fff; }

/* Clear both ================================================================================ */
.clearBoth {clear:both}

.paddingBtm5 {padding-bottom:5px;}
.padding5 {padding:5px;}
.padding10 {padding:10px;}
.padding15 {padding:15px;}
.padding20 {padding:20px;}
.paddingtop6 {padding-top:6px;}
.margintop6 {margin-top:6px;}
.paddingright6 {padding-right:6px;}
.paddingbottom10 {padding-bottom:10px;}
.marginbottom10 {margin-bottom:10px;}

.whitebg {background:#fff;}

.displayNone { display:none; }

/* Forside sektion */
.MarginTop30 {
	margin-top: 30px;
}
.fpTextsection {
	background: #ffffff;
	padding: 15px;
	width: 678px;
}
.fpTextsection h3 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #000;
}
.FacebookFPdk {
	background: url(http://change.com/media/wysiwyg/Frontpage/Boxe/DK/campaigns/facebook_dk.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 283px;
	width: 349px;
}
.FacebookFPdk .FBhelpmeout {
	left: 53px;
	top: 168px;
	position: relative;
}
.margintop9 {
	margin-top:9px;
}

/* Franchise side */
#franchise_img, #franchise_menu {
	margin-bottom:5px;
}
#franchise_menu {
	width:1104px;
	height:103px;
}
.franchise_menupkt1, .franchise_menupkt2 {
	margin-right:5px;
}
.franchise_menupkt1 {
	width:364px;
	float:left;
}
.franchise_menupkt2 {
	width:365px;
	float:left;
}
.franchise_menupkt3 {
	width:365px;
	float:left;
}
.franchise_content {
	width:1104px;
	background-color:#ffffff;
	display:block;
}
#franchise_content_top h2 {
	margin-bottom:20px;
	color:#000;
	font: normal 17px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#franchise_content_top {
	display: block;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
#franchise_content_left {
	width:679px;
	float:left;
	padding-right:30px;
	padding-left: 30px;
	padding-bottom:30px;
}
#franchise_content_contact {
	width:295px;
	padding:20px;
	background-color:#dedede;
	float:left;
	margin-right:30px;
}
#franchise_content_left p {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
}
#franchise_content_left h2 {
	border-bottom: 1px dashed #C4C4C4;
	color: #333;
	font: 16px Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	padding-bottom: 5px;
}
#franchise_content_left h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #333;
}
#franchise_content_left li {
	font: 12px/19px Arial, Helvetica, sans-serif;
	color: #000;
	list-style: square;
}
#faq_content_left p {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #686868;
}
#faq_content_left h2 {
	border-bottom: 1px dashed #C4C4C4;
	color: #333;
	font: 16px Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	padding-bottom: 5px;
}
#faq_content_left h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #333;
}
#faq_content_left li {
	font: 12px/19px Arial, Helvetica, sans-serif;
	color: #000;
	list-style: square;
}
#faq_content_left {
	width:679px;
	float:left;
	padding-right:30px;
	padding-left: 30px;
	padding-bottom:30px;
}
#col_content_left {
	width:507px;
	float:left;
	padding-right:30px;
	padding-left: 30px;
	padding-bottom:30px;
}
#col_content_right {
	width:507px;
	float:left;
	padding-right:30px;
	padding-bottom:30px;
}
#col_content_left p, #col_content_right p {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #686868;
}
#col_content_left h2, #col_content_right h2 {
	border-bottom: 1px dashed #C4C4C4;
	color: #333;
	font: 16px Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	padding-bottom: 5px;
}
#col_content_left h3, #col_content_right h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #333;
}
#col_content_left li, #col_content_right li {
	font: 12px/19px Arial, Helvetica, sans-serif;
	color: #000;
	list-style: square;
}

#conversionchart td {
	padding:5px;
	border-bottom: 1px solid #CCC;
}

.change-ultimate-div-tester {
	display: none;
}

.onestepcheckout-index-index .payment-methods dl dt label {
	font-weight: bold !important;
}
.onestepcheckout-index-index .payment-methods dd {
	padding-top: 5px;
	padding-left: 0;
}
.onestepcheckout-index-index .oscmodal .close {
	position: absolute;
	top: 10px;
	right: 10px;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://www.change-canada.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://www.change-canada.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://www.change-canada.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://www.change-canada.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://www.change-canada.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://www.change-canada.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://www.change-canada.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://www.change-canada.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://www.change-canada.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */


div.amshopby-column {
    float:left; width:83px;
}

select.amshopby-select {
    width:120px;
}

.amshopby-logo{
padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px; 
}

.amshopby-link{
    float:left;
    padding-left:5px; 
    padding-top:5px;
}

.amshopby-clearer {
	display:block; 
	clear:both; 
	overflow: hidden;
}
div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left;}  
div.block-layered-nav dd a.amshopby-attr {padding-left:15px; background:transparent url(http://www.change-canada.com/skin/frontend/default/change/images/amshopby-cb1.gif) no-repeat left center;} 
div.block-layered-nav dd a.amshopby-attr-selected {font-weight: bold; padding-left:15px; background:transparent url(http://www.change-canada.com/skin/frontend/default/change/images/amshopby-cb2.gif) no-repeat left center;} 
div.block-layered-nav dd a img {padding: 0px 4px 5px; float:left;} 

div.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
div.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

div.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold;
color:black; text-decoration: none; cursor:text;}

div.block-layered-nav dd li span.amshopby-plusminus {float:left;
display:block; width:15px; height:15px; cursor:pointer;
background:transparent url(http://www.change-canada.com/skin/frontend/default/change/images/amshopby-plus.gif)  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent
url(http://www.change-canada.com/skin/frontend/default/change/images/amshopby-minus.gif) no-repeat;}
div.block-layered-nav dd li:after {display:block; content:".";
clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }



div.block-layered-nav dt { padding: 1px 0 0; float: left; margin-right: 10px; }
div.block-layered-nav dt.amshopby-collapsed {}


div.block-layered-nav div.amshopby-slider {
	 position:relative; margin:10px auto 5px auto; z-index:9; height:18px;  background: url(http://www.change-canada.com/skin/frontend/default/change/images/amshopby-slider-bg.gif) no-repeat 50% 50%; cursor:pointer;
}
div.block-layered-nav div.amshopby-slider div.handle {width:8px; top:3px; height:14px; background: transparent url(http://www.change-canada.com/skin/frontend/default/change/images/amshopby-hadle.png) no-repeat; position: absolute; cursor:move; z-index: 2;}

/*
 * Slider labels
 */
.amshopby-slider-price {
	color: #798794;
}
.amshopby-slider-price-from {
	float: left;
    
}
.amshopby-slider-price-to {
	float: right;
}

.amshopby-slider-handle-right {
	position: absolute;
	top: 14px;
	right: 0px;
}

.amshopby-slider-handle-left {
	position: absolute;
	top: 14px;
	left: 0px;
}

.amshopby-tooltip {
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:200px;
    position:absolute;
}

.amshopby-slider-price-range 
{
	text-align: center;
	font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor:help;
}

div.amshopby-filters-top {
	background: #fff;
    padding: 9px 10px;
}

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
    position: relative;
}
div.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}
div.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

div.amshopby-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url('http://www.change-canada.com/skin/frontend/default/change/images/amshopby-overlay.gif') 50% 50% no-repeat;
}

/*
 * Advanced Categories
 */
.amshopby-advanced li {
	clear: both;
}
.amshopby-advanced li.level1 {
	padding-left: 20px;
}
.amshopby-advanced li.level2 {
	padding-left: 30px;
}
.amshopby-advanced li.level3 {
	padding-left: 40px;
}
.amshopby-advanced li.level4 {
	padding-left: 50px;
}


.amshopby-advanced li.active > a {
	font-weight: bold;
}

/*
 * Slider Bar
 */
.amshopby-slider-bar {
	position:absolute; 
	background: #999; 
	height: 6px; 
	top: 6px; 
	z-index: 1;  
}

/*
 * Subcategores block
 */
.amshopby-subcategory-image {
	overflow: auto; 
}

.fmelbl_txt{
	padding: 2px 4px;
	display: block;
	color: #444;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.products-list .fme_div{
	float: left;
}
.fme_div{
	position: relative;
}
.fme-table{
	cursor: pointer;
	position: absolute;
	z-index: 1;
}
.fme-table td {
	text-align: center;
	vertical-align: middle;
}
.bottom-left{
	bottom: 0;
	left: 0;
}
.bottom-right{
	bottom: 0;
	right: 0;
}
.bottom-center{
	bottom: 0;
	right: 50%;
}
.middle-center{
	right: 50%;
	top: 50%;
}
.middle-right{
	right: 0;
	top: 50%;
}
.middle-left{
	left: 0;
	top: 50%;
}
.top-left{
	left: 5px;
	top: 5px;
}
.top-center{
	left: -4px;
	top: -4px;
	background: #EDEDED;
	width: 158px;
	text-align: center;
}
.top-right{
	right: 0;
	top: 0;
}
.product-view .fme_div .price-campaign {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
.product-view .fme_div .price-campaign-label {
	margin: 10px 0;
}
.vertnav-container {
	background: #ffffff;
	width: 178px;
	margin-bottom: 30px;
	padding: 10px 0;
}

#vertnav li .vertnav-cat {
	display:block;
	padding: 4px 0px 4px 10px;
	font-size: 14px;
}

#vertnav li a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	padding: 4px 0px 4px 0px;
	cursor: pointer;
}

#vertnav .inactive .vertnav-cat {

}

#vertnav .next .vertnav-cat {

}

#vertnav .prev .vertnav-cat {

}

#vertnav .first .vertnav-cat {
}

#vertnav .last .vertnav-cat {
}

#vertnav .only .vertnav-cat {
}

#vertnav li.parent .vertnav-cat {
	background: #ffffff;
	font-weight:normal;
}

#vertnav li.active .vertnav-cat {

	font-weight:normal;
	background: #ffffff;
}


#vertnav li.inactive .vertnav-cat {
	font-weight:normal;
	background: #ffffff;
}

#vertnav .level0 .vertnav-cat {
}

#vertnav .level1 {
	
	
}

#vertnav .level1 .vertnav-cat {
	width: 110px;
	padding-left: 20px;
	
}

#vertnav .level1 .vertnav-cat a {
	text-transform: capitalize;
}

#vertnav .level2 .vertnav-cat {
	padding-left:30px;
	width:100px;
}

#vertnav .level3 .vertnav-cat {
	padding-left:30px;
	width:110px;
}


/* MOVE TO styles.css */

.product-view .price-campaign {
	padding: 5px;
	display: inline-block;
	margin: 15px 0 5px;
	background: #EDEDED;
}
.product-view .price-campaign-label {
	color: #444;
	font-style: italic;
}
/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999999999999999999999999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('http://www.change-canada.com/skin/frontend/default/change/images/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('http://www.change-canada.com/skin/frontend/default/change/images/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('http://www.change-canada.com/skin/frontend/default/change/images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('http://www.change-canada.com/skin/frontend/default/change/images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('http://www.change-canada.com/skin/frontend/default/change/images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('http://www.change-canada.com/skin/frontend/default/change/images/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('http://www.change-canada.com/skin/frontend/default/change/images/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('http://www.change-canada.com/skin/frontend/default/change/images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('http://www.change-canada.com/skin/frontend/default/change/images/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('http://www.change-canada.com/skin/frontend/default/change/images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('http://www.change-canada.com/skin/frontend/default/change/images/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('http://www.change-canada.com/skin/frontend/default/change/images/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('http://www.change-canada.com/skin/frontend/default/change/images/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('http://www.change-canada.com/skin/frontend/default/change/images/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('http://www.change-canada.com/skin/frontend/default/change/images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('http://www.change-canada.com/skin/frontend/default/change/images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('http://www.change-canada.com/skin/frontend/default/change/images/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_nw.png', sizingMethod='scale'); }
/* CSS for jQuery Orbit Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 
 
 
/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */
#featured { 
	width: 708px;
	height: 375px;
	background: #000 url('http://www.change-canada.com/skin/frontend/default/change/images/orbit/loading.gif') no-repeat center center;
	overflow: hidden; }
#featured>img,  
#featured>div,
#featured>a { display: none; }




/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 708px;
	height: 375px; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */


/* TIMER
   ================================================== */

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
	display:none;
    opacity: .6;
    cursor: pointer;
    z-index: 1001; }


span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(http://www.change-canada.com/skin/frontend/default/change/images/orbit/rotator-black.png) no-repeat;
    z-index: 3; }

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(http://www.change-canada.com/skin/frontend/default/change/images/orbit/timer-black.png) repeat 0 0; }

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(http://www.change-canada.com/skin/frontend/default/change/images/orbit/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; }

span.pause.active {
    background: url(http://www.change-canada.com/skin/frontend/default/change/images/orbit/pause-black.png) no-repeat 0 -40px }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    color: #fff;
	text-align: center;
	padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; }


/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 20px;
    height: 31px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -25px;
    cursor: pointer; }

div.slider-nav span.right {
    background: url(http://www.change-canada.com/skin/frontend/default/change/images/orbit/right-arrow.png) no-repeat;
    right: 0; }

div.slider-nav span.left {
    background: url(http://www.change-canada.com/skin/frontend/default/change/images/orbit/left-arrow.png) no-repeat;
    left: 0; }

/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -40px;
    left: 50%;
	margin-left: -50px;
    padding: 0; }

.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(http://www.change-canada.com/skin/frontend/default/change/images/orbit/bullets.jpg) no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden; }

.orbit-bullets li.active {
    color: #222;
    background-position: -8px 0; }
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; }

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; }
