	/**
 * 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_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */

a {
	text-decoration:none;
	transition:			color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s;
	-moz-transition:	color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s;
	-webkit-transition:	color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s;
	-o-transition:		color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s;
}
a:hover       {
	text-decoration:none;
	transition-duration:			200ms;
	-moz-transition-duration:		200ms;
	-webkit-transition-duration:	200ms;
	-o-transition-duration:			200ms;
}

/* Headings */
/*h1,h2,h3,
h4,h5,h6      { font-family: 'BebasRegular',sans-serif; margin:0 0 5px; line-height:1.35; color:#F01C35; }

h1 {
    font-size: 2.5em;
    line-height: 1.5em;
    text-transform: uppercase;
}
h2 {
    font-size: 1.7em;
    line-height: 1.7em;
    text-transform: uppercase;
}
h3 {
    font-size: 1.3em;
    line-height: 1.3em;
    text-transform: uppercase;
}
h4 {
    font-size: 1.2em;
    line-height: 1.2em;
    text-transform: uppercase;
}
h5 {
    font-size: 1.1em;
    line-height: 1.1em;
    text-transform: uppercase;
}
h6 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
}*/
/* Ovewrite bootstrap */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.label,
.badge {
	text-shadow: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.modal-backdrop, .modal-backdrop.fade.in {
	opacity: 0.8;
	background: url("../images/overlay.png") repeat scroll 0 0 transparent;
}
.btn-primary {
	background: #ef4035;
	font: 14px/20px Arial ,sans-serif;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #fff;
	border: 0;
	padding: 11px 15px;
	margin: 0;
	text-transform: none;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: #BD262F;
  outline: none;
}
.modal {
  border: 0;
  width: auto;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  outline: none;
  -webkit-box-shadow: 0;
     -moz-box-shadow: 0;
          box-shadow: 0;
}
.modal-body {max-height:100%;}
.bootbox {max-width: 560px !important; width: 100%;}

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }
a.infintus-button0 {
	float: left;
	background: url(../images/icon.png) no-repeat -104px -4px;
	width: 179px;
	line-height: 29px;
	font-family: 'BebasRegular',sans-serif;
	font-size: 16px;
	text-transform:uppercase;
	color:#e5e5e5;
	padding-left: 10px;
}

/* 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 */
p             { margin:0 0 10px; }
.mini-cart p  { margin: 0px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height: 18px; }
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; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }

/* Base Columns */
.col-left { }
.col-main {  }
.col-right { }

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

/* 2 Columns Layout */
.col2-left-layout .col-main {}
.col2-right-layout .col-main {}

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

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.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%; }
.column-5-products .span2 {width: 17.95% !important;}
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
/*
input,select,textarea,button { font: 12px/1.55 Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #E5E5E5; }
input.input-text,textarea { padding: 7px 2px;}
select { padding: 6px 6px 6px 2px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #d7d7d7; 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; }
input.input-text:hover, select:hover, textarea:hover { border-color:#999; }
input.input-text:focus, select:focus, textarea:focus {
	border-color:#999;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.2);
    outline: 0 none;
}*/

.button,
 button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	background: #565656;
	font: 11px/20px 'Arial',sans-serif ;
	text-transform: uppercase;
	text-shadow: none;
	color: #fff;
	border: 0;
	padding: 10px 30px;
	float: left;
	margin: 0;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	cursor: pointer;
	}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	background: #818181;
	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
	background: #818181;
	}

button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:40px; border:0; padding:0 0 0 9px; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

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:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }*/
/*.form-list li.fields { margin-right:-15px; }*/
/*
.form-list .input-box { display:block; clear:both; max-width:260px; }
.form-list .field { float:left; max-width:275px; width: 100%; }
.form-list input.input-text { max-width:254px;width: 100%; }
.form-list textarea { max-width:254px;width: 100%; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text {}
.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; }

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px }
.form-list-narrow li.wide select { width:260px; }*/

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

/*
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }
*/

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.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:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #E5E5E5; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }
/*
.fieldset {
	border: 1px solid #E5E5E5;
    margin: 25px 0 15px;
    padding: 15px;
}
.fieldset .legend {
   background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    font-size: 92%;
    font-weight: bold;
    margin: -25px 0 0;
    padding: 0 8px;
    text-transform: uppercase;
}
*/
/* Page Heading */
.page-title h1,
.page-title h2 { margin:0; font-size:20px;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.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,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px;}


/* Toolbar */
/*
.toolbar {margin: 10px 0;}
.toolbar .pager { padding:10px 0; }
.toolbar .sorter {
	margin-bottom:10px;
}
.toolbar-bottom {
	border-top: 1px solid #ededed;
	margin-top: 20px;
}*/

/* Data Table */
/* TABLES
----------------------------------------------------------------*/
td.label {
	font-weight: bold;
}

/*Data Table---*/
.data-table {
	width: 100%;
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
}

.data-table tr td {
	background: #fff;
}

.data-table .odd td {
	background: #fff;
}

.data-table .even td {
	background: #fff !important;
}

.data-table td.last,
.data-table th.last,
.data-table th:last-child {
}

.data-table tr.last td,
.data-table tr.last th {
	border-bottom: 0 !important;
}
.data-table th {
	white-space: nowrap;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	text-transform: uppercase;
}

.data-table th.wrap {
	white-space: normal;
}

.data-table th a,
.data-table th a:hover {
	color: #fff;
}

.data-table td,
.data-table th {
	padding: 15px 20px;
}

.data-table thead tr th,
.data-table thead tr td {
	background: #fafbfc;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
}

.data-table thead tr.last th,
.data-table thead tr.last td {
	border-bottom: 1px solid #e5e5e5 !important;
}

.data-table tfoot tr.first td {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.data-table tfoot tr td {}

.data-table tfoot td {
	border-bottom: 0;
	border-right: 1px solid #e5e5e5;
}

.data-table tbody td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.a-right .cart-price {
	display: block;
	text-align: center;
}

.data-table tfoot td .button {
	background: none;
	border: 0;
	font-size: 14px;
}
#shopping-cart-table .btn-continue {
	font: 12px/20px Arial, Helvetica, sans-serif;
}
#empty_cart_button  {
	font: 12px/20px Arial, Helvetica, sans-serif;
}
#shopping-cart-table  .btn-update {
	font: 12px/20px Arial, Helvetica, sans-serif;
}
.data-table tfoot td .btn-continue {
  float: left;
}

/*Bundle Products---*/
.data-table tbody.odd tr td { background: #F7F7F7 !important; }

.data-table tbody.even tr td { background: #fff !important; }

.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom: 0; }

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom: 1px solid #e5e5e5; }

.data-table tbody td h4.title,
.data-table tbody td h5.title {
	color: #333;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.data-table tbody td .option-label { font-style: italic; font-weight: bold; }

.data-table tbody td .option-value { padding-left: 10px; }

.data-table .product-name { font-size: 100%; margin: 0; }

.box-table select { width: 100%; }

.nested-data-table th, .nested-data-table td { padding-bottom: 2px; padding-top: 2px; }

.generic-table td { padding: 0 8px; }

.generic-table td.first { padding-left: 0; white-space: nowrap; }


/* Generic Info Box */
.info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* 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(../images/bkg_collapse.gif) 100% 5px 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% -52px; }

/* 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 { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.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; }
.std p { overflow: hidden; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
/*
.btn-remove  {
	display:block;
	width:16px;
	height:16px;
	font-size:0;
	line-height:0;
	background:url(../images/icon.png) no-repeat;
	background-position: -133px -36px;
	text-indent:-999em;
	overflow:hidden;
}
.btn-remove:hover {
	background-position: -133px -53px;
}
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.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(../images/icon.png) no-repeat;
	background-position: -133px -36px;
	text-indent:-999em;
	overflow:hidden;
}
.btn-remove2:hover {
	background-position: -133px -53px;
}*/
.btn-edit {
	display:block;
	width:16px;
	height:16px;
	font-size:0;
	line-height:0;
	background:url(../images/icon.png) no-repeat;
	background-position: -104px -35px;
	text-indent:-999em;
	overflow:hidden;
}
.btn-edit:hover {
	background-position: -104px -53px;
}
.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}


/* Drop-down button
-------------------------------------------------------------- */
.dropdown {
	font-family: 'Tahoma',sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	line-height: 30px;
	position:relative;
	float:left;
}
.dropdown p {
	display:block;
	float:left;
}
.dropdown .label {
	padding:3px 4px;
	z-index:99999;
	position:relative;
}
.dropdown .text {
	background:url(../images/grey-arrow-down.png) 100% 14px no-repeat;
	padding: 0px 18px 0px 0;
	color: #5f5f5f; /* will be change */
	margin: 0;
	cursor: pointer;
}
.dropdown ul {
	display: none;
	position: absolute;
	top: 29px;
	left: 0px;
	padding: 10px;
	z-index: 9999;
}
.dropdown:hover ul { display:block; }
.dropdown.hover:hover ul { display:none; }


/********** Easy slider **********/
.easy-slider {position: relative; background:#6f5c68; max-width: 980px; width: 100%; margin: 0 auto; text-align: left;}
.easy-slider div.slice1 { margin:0 auto; max-width:980px; width: 100%; padding:0;}
.easy-slider div div div { margin:0 auto; padding:0; max-width:980px; width: 100%; max-height: 285px; height:100%; border:0;}
.easy-slider div div div p.img { float: left;}
.easy-slider div div div h2 {font-family: 'CaviarDreamsRegular',sans-serif; font-size:30px ;color:#382a33 !important; margin:0; padding:5px 0 5px 0; line-height:1.2em; font-weight: normal;}
.easy-slider div div div h3 {font-family: 'CaviarDreamsRegular',sans-serif; font-size:25px;color:#b2b2b2 !important; margin:0; padding:15px 0 5px 0; line-height:1.2em; font-weight: normal;}
.easy-slider div div div h2 span { font:normal 18px Arial, Helvetica, sans-serif; color:#fff; text-transform:uppercase;}
.easy-slider div div div p { font:normal 12px  Arial, Helvetica, sans-serif; color:#ccb4b4; margin:0; padding:0 30px 0 0; line-height:1.8em;}
.easy-slider p.read-more { float: right; margin: 15px 0;}
.easy-slider p.read-more a {font-family: 'CaviarDreamsRegular',sans-serif; font-size:20px; color:#fff;}
.easy-slider #controls {
	position: absolute;
	z-index: 9999;
	left: 414px;
	bottom: 20px;
}
.easy-slider #controls span {
}
.easy-slider #controls a {
	background: #8c7d86;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 17px 8px 11px;
}
.easy-slider #controls a i {
	color: #6f5c68;
	font-size: 20px;
}
.easy-slider #controls a:hover {
	background: #5e4c57;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 17px 8px 11px;
}
.easy-slider #controls a:hover i {
	color: #8c7d86;
	font-size: 20px;
}
.easy-slider #controls #prevBtn {margin-right: 10px;}
#easy-slider-2 {margin-top:20px; }
#easy-slider-2 div p.img { float: right;}
#easy-slider-2 div p { font:normal 12px  Arial, Helvetica, sans-serif; color:#ccb4b4; margin:0; padding:0 0 0 30px; line-height:1.8em;}
#easy-slider-2 h3,#easy-slider-2 h2 {padding-left: 30px;}
.easy-slider #controls2 {
	position: absolute;
	z-index: 9999;
	left: 30px;
	bottom: 20px;
}
.easy-slider #controls2 span {
}
.easy-slider #controls2 a {
	background: #8c7d86;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 17px 8px 11px;
}
.easy-slider #controls2 a i {
	color: #6f5c68;
	font-size: 20px;
}
.easy-slider #controls2 a:hover {
	background: #5e4c57;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 17px 8px 11px;
}
.easy-slider #controls2 a:hover i {
	color: #8c7d86;
	font-size: 20px;
}
/* Home Content =============================================================================== */
.first-row,.second-row {
	margin-bottom: 25px;
}
.poAbs {
    position: absolute;
}
.home-content-container { }
.home-content { max-width:980px; width:90%; margin: 0 auto; padding: 25px 0 25px; text-align:left; position: relative;}
.product-flexslider,.product-flexslider-2,.product-flexslider-3 {
	margin: 10px auto;
	max-width: 950px;
	position: relative;
}
.nav-wrapper {
	position: relative;
}

.slider-items {
	margin: 0 auto;
}
.slider-width-col5 {max-width: 945px}
.slider-arrows1 .direction-nav a:hover { }
.slider-arrows1 .direction-nav a.disabled { opacity:0.4; filter:alpha(opacity=50); cursor:default; }
.slider-arrows1 .direction-nav a.disabled:hover { opacity:0.4; filter:alpha(opacity=50); cursor:default;}

.slider-arrows1 .direction-nav .prev { background-position: -3px -6px; margin-right:10px; }
.slider-arrows1 .direction-nav .prev:hover { background-position: -3px -40px;}
.slider-arrows1 .direction-nav .prev.disabled:hover {opacity:0.4; filter:alpha(opacity=50); cursor:default; }

.slider-arrows1 .direction-nav .next { background-position: -26px -6px;}
.slider-arrows1 .direction-nav .next:hover { background-position: -26px -40px;}
.slider-arrows1 .direction-nav .next.disabled:hover {opacity:0.4; filter:alpha(opacity=50); cursor:default; }
.slider-arrows1-top-right .direction-nav {
	height: 30px;
    position: absolute;
    right: 0;
    top: -40px;
}
.slider-arrows1-center .direction-nav {
		height: 30px;
    position: absolute;
    left: -47px;
    top:18px;
}
.slider-arrows1-center ul li a{
	position: absolute;
}
.slider-arrows1-center ul li a.next{
	left:970px;
}
.brand-list-direction-nav a {
	display:block;
	width:16px;
	height:28px;
	background-image:url(../images/icon-hover.png);
	background-repeat:no-repeat;
	margin: -11px 0 0;
	position: absolute;
	overflow: hidden;
	top: 50%;
	z-index: 10;
	cursor:pointer;
	text-decoration:none;
	text-indent:-999px;
}
.slider-items {
	margin: 0 auto;
}
.slider-width-col5 {max-width: 945px}
/* Flex Slider Arrow */
.nova-slider-direction-nav li {

}
.nova-slider-direction-nav a {
	display:block;
	margin: -11px 0 0;
	position: absolute;
	overflow: hidden;
	top: 50%;
	z-index: 10;
}
.nova-slider-direction-nav a div {
	display: table-cell;
	vertical-align: middle;
	width:37px;
	height:37px;
	cursor:pointer;
	text-decoration:none;
	background:#fff;
	border: #d1d1d1 solid 1px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
.nova-slider-direction-nav a {
	color: #444;
}
.nova-slider-direction-nav a div i {
	font-size: 20px;
	line-height: 25px;
}
.nova-slider-direction-nav a:hover { }
.nova-slider-direction-nav a.nova-slider-disabled { opacity:0.4; filter:alpha(opacity=50); cursor:default; }
.nova-slider-direction-nav a.nova-slider-disabled:hover { opacity:0.4; filter:alpha(opacity=50); cursor:default;}

.nova-slider-direction-nav .nova-slider-prev { background-position: -3px -6px; margin-right:10px; left:-43px;}
.nova-slider-direction-nav .nova-slider-prev i {padding-right: 3px;}
.nova-slider-direction-nav .nova-slider-prev:hover {}
.nova-slider-direction-nav .nova-slider-prev.nova-slider-disabled:hover {opacity:0.4; filter:alpha(opacity=50); cursor:default; }

.nova-slider-direction-nav .nova-slider-next {right:-43px;}
.nova-slider-direction-nav .nova-slider-next i {padding-left: 3px;}
.nova-slider-direction-nav .next:hover {}
.nova-slider-direction-nav .nova-slider-next.nova-slider-disabled:hover {opacity:0.4; filter:alpha(opacity=50); cursor:default; }\

.brand-list .nova-slider-direction-nav a {margin: -17px 0 0;}
.brand-list .nova-slider-direction-nav .nova-slider-prev {left:-70px;}
.brand-list .nova-slider-direction-nav .nova-slider-next {right:-70px;}

.more-views .nova-slider-direction-nav .nova-slider-prev {left:0; display:none}
.more-views .nova-slider-direction-nav .nova-slider-next {right:0;display:none}
.more-views:hover .nova-slider-direction-nav .nova-slider-prev {display:block}
.more-views:hover .nova-slider-direction-nav .nova-slider-next {display:block}
.thumb-list-direction-nav a {
	display:block;
	width:21px;
	height:45px;
	background-image: url("../images/icon-hover1.png");
	background-color: #585858;
	background-repeat:no-repeat;
	margin: -11px 0 0;
	position: absolute;
	overflow: hidden;
	top: 30px;
	z-index: 999;
	cursor:pointer;
	text-decoration:none;
	text-indent:-999px;
}
.slider-items {
	margin: 0 auto;
}
.home-content .item {
	text-align: left;
}

.brand-slider {
	margin-bottom: 10px;
}
.brand-list {
	position: relative;
	margin:0 auto;
	max-width: 900px;
	width:100%;
}
.brand-list ul.flex-direction-nav {
	position: absolute;
	top: 0px;
	left: 0px;
}

.ajax-loading {float:left; display:none; background:#EF4035; color:#fff; padding:5px; font-size: 18px; z-index: 999;}



/* Slider Nav */
a.slider-arrows {
	position: absolute;
	display:block;
	width:30px;
	height:30px;
	background:#ddd url(../images/slider-arrows.png) no-repeat;
	cursor:pointer;
	text-indent:-999px;
	overflow:hidden;
	transition:			opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a.slider-arrows.disabled { opacity:0.4; filter:alpha(opacity=40); cursor:default; }
a.slider-arrows.disabled:hover {background-color:#ddd;}
a.slider-arrows:hover { background-color:#9b0e11;}

/* Sidebar =============================================================================== */
.block {
	margin-bottom: 20px;
}
.block-title strong {

}
#block-compare {
	line-height: 48px;
}
#block-viewed {
	line-height: 48px;
}
#block-viewed strong span {
    color: #0D0D0D;
    font-family: 'CaviarDreamsRegular',sans-serif;
    font-size: 14px;
    font-weight: normal;
}
#block-poll {
	line-height: 48px;
}
#block-tags {
	line-height: 48px;
}
#custom-html {
	line-height: 48px;
}
.block .block-title {
	background: url(../images/grey-arrow-right.png) no-repeat 96% 50%;
	cursor: pointer;
}
.block .active {
	background:url(../images/grey-arrow-down.png) no-repeat 96% 50%;
}
.product-block-right .block .block-title {
	background:none;
	cursor: default;
}
.block .block-title strong span {
	color: #0d0d0d;
    font-family: 'CaviarDreamsRegular',sans-serif;
    font-weight: normal;
    font-size: 17px;
}
.custom-html strong span {
    color: #0d0d0d;
    font-family: 'CaviarDreamsRegular',sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 32px;
}
.custom-html .block-content p {
	color: #808080;
    font: 12px/140% Arial,Helvetica,sans-serif;
    text-align: left;
    padding: 5px 0;
}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 0; font-size:1em; color:#808080; }

.block .block-content li.item { padding:7px 0; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions {border-top: 1px solid #E3E3E3; padding:10px 0; text-align:right; margin-top: 10px;}
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 0; }

.block li.odd { }
.block li.even {}

/* Mini Blocks */
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {line-height:1.25; }
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {}
/* Mini Left Categories */
.left-categories {
	border: 1px solid #ededed;
	padding-bottom: 35px;
}
.left-categories .block-title {
	background: none;
	text-align: left;
	line-height: 48px;
	border-bottom: 1px solid #cfcaca;
}
.left-categories .block-title span {
	font-family: 'CaviarDreamsRegular',sans-serif;
    font-size: 17px;
	color: #0d0d0d;
	padding-left: 12px;
}
.left-categories ul {
}
.left-categories ul li {
	margin: 0 15px;
	line-height: 30px;
	border-bottom: 1px dotted #e9e9e9;
}
/* Mini Products List */
/*
.mini-products-list .product-image { float:left; width:50px; border:1px solid #e9e9e9; }
.mini-products-list .product-details { margin-left:60px; }

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
*/
/* Block: Account */
.block-account .block-content li a { display:block; border-bottom:1px solid #e9e9e9; padding:5px 0; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#F01C35; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #e9e9e9; padding:5px 0; color:#F01C35; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(../images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(../images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }


/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(../images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related {
	display: block;
}
.block-related .block-title strong {
    padding: 10px 0;
}
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }


/* Block: Recently Viewed Products */
.block-viewed .product-img {
	float: left;
    padding: 3px 10px 0 0;
    width: 75px;

}
.block-viewed .product-name {
	margin-left: 75px;
	margin-bottom: 5px;
}
.block-viewed .product-img img {
    border: 1px solid #E9E9E9;
}
.block-viewed .price-box {
	margin-left: 75px;
}
.block-viewed .regular-price .price {
    color: #9b0e11;
    font-family: 'BebasRegular',sans-serif;
    font-size: 15px;
}

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(../images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(../images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

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

/* Block: Login */
.block-login .block-title strong { background-image:url(../images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }
/* Facebook Login */
.facebook-button {
	background: #4777A6;
	margin-left: 10px;
}
/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */













/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }


/* 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 li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */



/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.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; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements { padding:0 60px 20px; }
.checkout-agreements li { margin:0 0 20px; }
.checkout-agreements .agree { margin-top: 5px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; }
.opc .checkout-agreements { padding:20px 40px; }

.checkout-agreements .agreement-content { max-height:250px; overflow:auto; padding-right:30px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
/* For more styles see Multiple Addresses Checkout */
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */


/* Other */
.block-progress .block-title { background:none; border:0; padding:10px 0;}
.block-progress .block-title strong { font-family:inherit; text-transform:none; font-weight:normal; }
.block-progress .block-content { background:none; padding:0; margin-top:10px; border:none; }
.block-progress dt {
	background:url(../images/checkout-progress.png) 0 5px no-repeat;
	line-height:18px;
	margin:0 0 5px;
	padding:6px 0 6px 30px;
	font-weight:bold;
}
.block-progress dd {
	line-height:15px;
	border-top:0 none;
    margin:0 0 6px;
    padding:8px 10px;
}
.block-progress dt.complete { background:url(../images/checkout-progress-done.png) 0 5px no-repeat; }
.block-progress dt.complete .separator {}
.block-progress dt.complete a { font-weight:normal; }
.block-progress dd.complete {}
.block-progress p { margin:0; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:28px; line-height:28px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc .section { margin:0 0 10px; padding:0; }

.opc .step-title { border-bottom: 1px solid #e5e5e5; padding:10px; text-align:right;  }
.opc .step-title .number { float:left; background:#e5e5e5;font-size:2em; line-height: 40px; padding: 0 14px; margin-right: 10px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.opc .step-title h2 { float:left; margin:8px 0 0; font-size:1.3333em; line-height:1.6em; }
.opc .step-title a { display:none; float:right; margin-top:6px; }

.opc .section.allow { cursor:pointer; }
.opc .section.allow.active { cursor:auto; }
.opc .allow .step-title { border-bottom: 1px solid #e5e5e5; }
.opc .allow .step-title:hover { border-bottom: 1px solid #e5e5e5; }
.opc .allow .step-title h2 {}
.opc .allow .step-title a { display:block; }

.opc .active .step-title {   border-bottom: 1px solid #e5e5e5;overflow: hidden;}
.opc .active .step-title .number { color:#fff; background-color:#333; }
.opc .active .step-title h2 {}
.opc .active .step-title a { display:none; }

.opc .step { padding:10px 20px; margin-top:10px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .col-1 {}
#opc-login .col-2 {}
#opc-login h3 { margin-top:10px; }
#opc-login h3 {
	background:none;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0px 0px 7px 0px;
    border-bottom: 1px solid #DDDDDD;
}
#opc-login h4 { font-family: Arial, sans-serif; font-size:1em; font-weight:bold; margin:0; }
#opc-login .form-list { margin:15px 0 15px; }
#opc-login .form-list li { margin:0 0 3px;}
#opc-login .buttons-set { padding:0; border:0;}

.opc .gift-messages-form { border:1px solid #e5e5e5; border-width:1px 0;}
.opc .gift-messages-form .inner-box { overflow:visible; }

#opc-review .step { padding:0; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { border:0; padding:15px 0; }
#opc-review .buttons-set p { margin:0; line-height:28px; }
#opc-review .buttons-set .please-wait { height:28px; line-height:28px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

.i-add-this{
	padding: 10px 0;
}
/* Common styles for: Multiple Addresses Checkout and Generic Info Set
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.multiple-checkout h2,
.info-set h2 { font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4,
.info-set h3,
.info-set h4 { font-size:15px; font-weight:bold; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a,
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-size:12px; font-weight:normal; }

.multiple-checkout .data-table .product-name,
.info-set .data-table .product-name { font-size:13px; margin:0 0 5px; }
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend { font-weight:normal; }
.multiple-checkout .col2-set h3.legend,
.info-set h3.legend { color:#ce001a; margin:0 0 10px; }
.multiple-checkout .col2-set .divider,
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box,
.info-set .box { margin:0 0 15px; }



/* Multiple Addresses Checkout
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.checkout-progress { padding:0 110px; margin:-11px 0 25px; }
.checkout-progress li { float:left; width:19%; margin:0 1px 0 0; padding-top:5px; border-top:10px solid #d5d5d5; text-align:center; color:#bbb; }
.checkout-progress li.active { border-top-color:#ce001a; color:#ce001a; }

.multiple-checkout .page-title { border-bottom:1px solid #e5e5e5; padding-bottom:5px; }
.multiple-checkout .buttons-set { border-top:1px solid #e5e5e5; margin-top:40px; padding-top:15px; }

/* Styles similar to cart-table */
.multiple-checkout .data-table thead tr { border-bottom:1px solid #bbb; }
.multiple-checkout .data-table thead th { padding:10px; font-weight:normal; }

.multiple-checkout .gift-messages { margin:15px 0 0; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }

.multiple-checkout .col2-set .col-1 { width:32%; }
.multiple-checkout p.actions { margin-bottom:10px; }

.multiple-checkout .place-order .please-wait { margin-top:10px; }
.multiple-checkout .place-order .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:20px; }

/* Step 1 */
#multiship-addresses-table td { padding:10px; }

/* Step 2 */
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #e5e5e5; padding:15px; margin-bottom:0; position:relative; }
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin: 0 20px 20px; }

/* General Box */
.box-account {padding:15px; margin: 0 0 20px; }
.box-account .box-head {
    background: none repeat scroll 0 0 #FAFBFC;
    border-bottom: 1px solid #E5E5E5;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 15px 20px;

}
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px;}

.dashboard .box .box-title {padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3 {
	float: left;
	font-size: 1.25em;
	font-weight:normal; margin:0;
	text-transform: uppercase;
}
.dashboard .box .box-title h4 { float:left; font-size:1.1em; font-weight:normal; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { }

/* Block: Account Information */
.dashboard .box-info .box-head h2 {}
.dashboard .box-info h4 { font-size:1.1em; font-weight:normal; text-transform:none; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {}
.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:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item {border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.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-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 { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date {padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* 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 Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
#wishlist-table .add-to-links { white-space:nowrap; }


/* My Reviews */
#my-reviews-table td { padding:10px; }

.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 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* ======================================================================================= */


/* ======================================================================================= */
/* Loading ---*/
#infscr-loading {
  position: fixed;
  text-align: center;
  top: 100%;
  width: 126px;
  height: 126px;
  left: 50%;
  margin-top: -546px;
  margin-left: -63px;
  background: #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 200%;
  color: #fff;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index: 999;
}

#infscr-loading em {
  margin-top: 20px;
  display: block;
}

#infscr-loading img {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* Go Top */
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:50px;
	right:50px;
	overflow:hidden;
	width:50px;
	height:50px;
	border:none;
	text-indent:-9999px;
	background:#F01C35 url(../images/icon.png) no-repeat;
	background-position:  0 -106px;
	transition:			opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#toTop:hover {
	background:#dddddd url(../images/icon.png) no-repeat;
	background-position:  -50px -106px;
	width:50px;
	height:50px;
	display:block;
	overflow:hidden;
	float:left;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#toTop:active, #toTop:focus {
	outline:none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}



.my-account .dashboard .box-account {
   border: 1px solid #E5E5E5;
    margin-bottom: 10px;
}

.my-account .dashboard .box-account ,.box-info{
  border: 1px solid #E5E5E5;
    margin-bottom: 10px;
    padding:0;
}

.my-account .dashboard .box-account .box-head h2 , .box-info .box-head h2 {
    font-size: 110%;
    font-weight: normal;
    text-transform: uppercase;
    background: none;
    padding-left: 0px;
}

.my-account .dashboard .box-account .col2-set .box-title ,.box-info .col2-set .box-title {
	background:none;
	border-bottom: 1px solid #E5E5E5;
    margin: 0 0 8px;
    padding: 0 0 2px;
    text-align: right;
}

/*  End My Dashboard  */


/*  End Catalog Advanced Search */

.cart .title-buttons button.btn-checkout {
	margin: 0;
	padding: 0;
}

.cart .title-buttons button.btn-checkout span {
    background: none;
    border: 0 none;
    color: #FFFFFF;
    line-height: 30px;
    margin: 0;
    padding: 3px;
}


.cart .shopping-cart-table .cart-table .btn-empty span, .cart-table .btn-continue span, .cart-table .btn-update span {
    background: none;
    border: none;
}


.cart-table .btn-empty span, .cart-table .btn-continue span, .cart-table .btn-update span {
	background: none;
    border: none;
}


.cart .discount button span, .cart .shipping button span {
	background: none;
    border: none;
}

.totals .checkout-types button.btn-checkout span {
    background:none;
    border:none;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}
.form-alt li {
	margin-bottom: 10px;
}

/*  End Shopping Cart */

p.required {
    color: #EB340A;
    font-size: 11px;
    text-align: left;
}


.form-list .input-box {
    clear: both;
    display: block;
    max-width: none;
}

.form-list li {
    color: #545454;
    font-size: 12px;
}

.form-list li {
    margin: 0;
}

/* ------ END Log In ---------- */



.f-fix .ratings {
    height: 14px;
    width: 100%;
}

.f-fix .ratings .rating-links {
	float: left;
    width: 100%;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    padding: 10px 0;
    margin: 5px 0;
}

.f-fix .ratings .rating-box {
	margin: 5px 0;
}

.f-fix .price-box .special-price {
	line-height: 30px;
}

.f-fix .price-box .price {
    color: #818181;
    font: 15px/140% Arial,Helvetica,sans-serif;
    padding-right: 10px;
}

.f-fix .special-price .price {
    color: #E33804;
    font: bold 20px/140% Arial,Helvetica,sans-serif;
}

.f-fix .act-box .btn-cart {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}

.f-fix .act-box .btn-cart .icon-basket {
    color: #444444;
    cursor: pointer;
    display: block;
    font: 27px/40px 'BebasRegular',Helvetica,sans-serif;
    text-align: center;
    padding: 0 4px;
	border: 1px solid #e7e7e7;
    background: none;
}

.f-fix .act-box .add-to-links {
	max-width: 48px;
}

.f-fix .act-box .add-to-links li {
	display: inline;
	float: left;
}


.f-fix .act-box .add-to-links .icon-heart {
    color: #444444;
    cursor: pointer;
    display: block;
    font: 27px/40px 'BebasRegular',Helvetica,sans-serif;
    text-align: center;
    padding: 0 4px;
	border: 1px solid #e7e7e7;
    background: none;
}

.f-fix .act-box .add-to-links .icon-chart-bar {
    color: #444444;
    cursor: pointer;
    display: block;
    font: 27px/40px 'BebasRegular',Helvetica,sans-serif;
    text-align: center;
    padding: 0 4px;
	border: 1px solid #e7e7e7;
    background: none;
}


/* ---------- END List2 ----------- */

/* -------- END Cart --------- */

/* ------------ END ----------- */

.top-empty {
	margin-top: 30px;
}

.col-main .icon-top {
	display: block;
	width: 71px;
	height: 71px;
	position: relative;
	left: 285px;
	background: url("../images/bg-art-empty.png") no-repeat top left;
}

.col-main .icon-top .icon-emo-unhappy {
	display: block;
	color: #444444;
	font-size: 33px;
	position: absolute;
	left: 9px;
    top: 15px;
}
.col-main .cart-empty {
	max-width: 272px;
	width: 100%;
	border: 3px solid #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 26px 0;
}

.col-main .cart-empty p {
	margin-bottom: 23px;
}

.col-main .cart-empty a {
	color: #818181;
    font-family: 'CaviarDreamsRegular',sans-serif;
    font-size: 16px;
	padding: 7px 23px;
	background: #e0e0e0;
}

.col-main .cart-empty a:hover {
	color: #FFF;
	background: #ee1c35;
}



/*tuyen2*/
.home-list-title,.who-we-are .who-center {
	max-width: 980px;
	width: 100%;
	margin: 10px 0px 0px 0px;
	line-height: 30px;
	background: url("../images/bg-border-center.png") repeat-x 100% 50%;
}

.who-we-are, .who-we-are .who-top {
	margin-top: 35px;
	margin-bottom: 10px;
	text-align: center;
}

.home-content h3.title,.who-we-are h1 {
	color: #0d0d0d;
	font: 24px/140% 'CaviarDreamsRegular',sans-serif;
	text-transform: none;
    text-align: center;
	line-height: 30px;
	max-width: 53%;
	margin: 0 auto;
	background: #ffffff;
}

.who-we-are h2 {
	color: #0d0d0d;
	font: 20px/140% 'CaviarDreamsRegular',sans-serif;
	text-transform: none;
    text-align: center;
	line-height: 30px;
	padding: 10px 0 5px 0;
}

.who-we-are p {
	text-align: center;
}

.who-we-are a {
    text-align: center;
}


.our-brands {
	max-width: 980px;
	width: 100%;
	height: 30px;
	margin: 10px 0px 0px 0px;
	background: url("../images/bg-border-center.png") repeat-x 100% 50%;
}

.about-content {
	font-size: 12px;
	font-family: 'Arial',sans-serif;
}

.about-content .wel-come h2 {
	color: #0D0D0D;
    font: 24px/30px 'CaviarDreamsRegular',sans-serif;
    text-transform: none;
}

.about-content .wel-come span {
	color: #818181;
    font-family: 'Arial',sans-serif;
	font-weight: bold;
}

.about-content .center-title {
	text-align: left;
    background: url("../images/bg-border-center.png") repeat-x 100% 50%;
    line-height: 30px;
    margin: 10px 0 45px 0;
    max-width: 980px;
    width: 100%;
}

.about-content .center-title h1 {
    background: #FFFFFF;
    color: #0D0D0D;
    font: 24px/30px 'CaviarDreamsRegular',sans-serif;
    margin: 0 auto;
    max-width: 53%;
    text-align: center;
    text-transform: none;
}

.about-content h2 {
    color: #0D0D0D;
    font: 20px/20px 'CaviarDreamsRegular',sans-serif;
    font-weight: normal;
    text-transform: none;
}


.about-container .ippolito-etro .span2 {
	margin: 0;
}

.afew-container {
	font-size: 12px;
	font-family: 'Arial',sans-serif;
	margin-top: 60px;
}

.afew-container .afew-top {
	margin-bottom: 55px;
}
.afew-container .afew-center {
	margin-top: 55px;
}

.afew-container .a-few-features h2 {
	color: #0D0D0D;
    font: 24px/30px 'CaviarDreamsRegular',sans-serif;
    text-transform: none;
}

.afew-container .a-few-features span {
	color: #818181;
    font-family: 'Arial',sans-serif;
	font-weight: bold;
}
.afew-container .icon-bg-cl {
	width: 130px;
	height: 130px;
	position: relative;
	-webkit-border-radius: 65px;
	-moz-border-radius: 65px;
	border-radius: 65px;
	background: #d0d0d0;
}

.afew-container .icon-bg-cl i {
   color: #FFFFFF;
    font-size: 60px;
    left: 18%;
    position: absolute;
    top: 28%;
}

.afew-container .retina-ready,
.afew-container .mobile-friendly,
.afew-container .wide-or,
.afew-container .responsive-layout {
	width: 90%;
}

.afew-container .retina-ready h3,
.afew-container .mobile-friendly h3,
.afew-container .wide-or h3,
.afew-container .responsive-layout h3 {
	color: #0D0D0D;
    font: 20px/20px 'CaviarDreamsRegular',sans-serif;
    text-transform: none;
    padding-bottom: 5px;
}

.a-few-features a {
	color: #FFFFFF;
	font: 10px/140% 'Tahoma',sans-serif;
	font-weight: bold;
	padding: 5px 10px;
	background: #565656;
}

.a-few-features a:hover {
	color: #FFFFFF;
	font: 10px/140% 'Tahoma',sans-serif;
	font-weight: bold;
	padding: 5px 10px;
	background: #F01C35;
}


/* ------ END ABOUT -------- */

.faqs-content h3 {
	color: #818181;
	font: 10px/140% 'Arial',sans-serif;
	font-weight: bold;
    line-height: 21px;
    padding: 10px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #ebebeb;
}


.accordion-group {
    border: none;
    margin-bottom: 2px;
}

.accordion-inner {
	border: none;
    border-bottom: 1px solid #E5E5E5;
    padding: 9px 15px;
}


/* ----- END -----*/

.main .mail-center-404 {
	text-align: center;
	font-style: italic;
	margin-top: 30px;
}

.main .mail-center-404 h1 {
	color: #0d0d0d;
	font-size: 125px;
	line-height: 92px;
	margin: 0 0 5px 0;
	padding: 3px 0;
}

.main .mail-center-404 h2 {
	color: #969696;
	font-size: 73px;
	text-transform: none;
	line-height: 56px;
	margin: 0 0 5px 0;
	padding: 3px 0;
}

.main .mail-center-404 p {
	color: #969696;
	font-size: 18px;
	text-align: left;
	line-height: 20px;
	margin: 0 0 5px 0;
	padding: 3px 0 0 7px;
}

.main .mail-center-404 p a {
	color: #0d0d0d;
	cursor: pointer;
}




/* Clears ================================================================================ */
.clearer:after,
.top-header-container:after,
.top-header:after,
.header-container:after,
.header-container .top-container:after,
.header .i-header-content .header-left:after,
.header .mini-cart .block-content .actions:after,
.header:after,
.header-center:after,
.mini-cart:after,
#nav:after,
#wide-menu #nav .header-nav-dropdown-wrapper:after,
.i-top-right:after,
#menuInnner:after,
.content-head:after,
.home-gallery-button:after,
.easy-slider div div div:after,
.home-content-container:after,
.home-gallery:after,
.rb-grid:after,
.accordion:after,
.mini-products-list:after,
.mini-products-list .item:after,
.main:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.default-slider .flexslider:after,
.slider-width: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-list-inner:after,
.products-list li.item:after,
.product-tabs:after,
.added-content:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.iosSliderButtons:after,
.social-icons:after,
.shipping-form ul:after,
.more-views:after,
.discount-form:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.products-list .product-sho:after,
.products-list .act-box:after,
.product-essential:after,
.product-collateral:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.main-container .data-table .cart-label:after,
.product-review:after,
.pading-top-bottom-20:after,
.cart:after,
.product-shop .price-box:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.cart .totals:after,
.cart .totals .checkout-types li: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,
.footer-info .span4:after,
.buttons-set:after,
.form-subscribe:after,
.footer-info:after,
.footer-aditional:after,
.social-links:after,
.bottom-menu-column:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.form-alt li:after,
.block-inner-menu:after,
.bearstore-static-block-box:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
.pading-top-bottom-10 {
	padding: 10px 0;
}
.footer-container .footer-aditional .pading-top-bottom-20 {
	padding: 20px 2px;
}
.block-bottom-right { float: left;}

.guest-select {width:305px !important;}
.demo-block-place {
	border: 2px dashed #E5E5E5;
    color: #999999;
    padding: 5px;
}

.bearstore-static-block-box {
    background-color: #f4f4f4;
    display: block;
    padding: 20px;
    margin: 10px 0;
    text-align: center;
}
.bearstore-static-block-box p {font-size: 18px;}
.bearstore-static-block-box .focus {
	color: #9B0E11;
	text-transform: uppercase;
}
.bearstore-static-block-box .button {float: none;}
.static-slider-content h1.centered {
    margin: 0 auto;
    max-width: 980px;
    text-align: center;
    color:#FFF;
    font-size: 32px;
    line-height: 1.5em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
}
.block-contact-top {margin: 10px 0; }
ul#accordion-slider{
 margin: 0;
 padding: 0;
 list-style: none;
 position: relative;
}
ul#accordion-slider li{
 display: block;
 overflow: hidden;
 padding: 0;
 float: left;
 width: 230px;
 height: 300px;
}
#twitter_update_list {
	width:225px;
	font-size:12px;
	text-align: left;
}
#twitter_update_list li {
	margin-bottom:10px;

}
#twitter_update_list li .text {
	padding-left:40px;
}

#twitter_update_list li .tweet-icon {
	background:#f2532f url(../images/twitter-icon.png) center center no-repeat;
	background-color: #F01C35;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	width:27px;
	height:27px;

	position: absolute;
}

#twitter_update_list li .created {
	padding-left:40px;
	color: silver;
}
#twitter_update_list + .follow-link {
	padding-left:40px;
}

.fb_iframe_widget iframe {position: static !important;}
.fb-like-box iframe {
    width: 205px !important;
}
/* 4600 */