/**
 * 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.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }

body { background:#FFFFFF; color:#000000; font:12px/1.55em arial, sans-serif, helvetica; text-align:center;height:100% }

a { color:#6b6b6b; text-decoration:none; }
a:hover { color:#e01f2d; text-decoration:underline; cursor: pointer; }
a img { border:0;}
:focus { outline:0; }

/* Heading */
h1, h2, h3, h4, h5, h6, .head { margin-bottom:.4em; line-height:1.3em; color:#0A263C; }
h1 { font-size:2em; line-height:1.17; }
h2 { font-size:1.5em; }
h3 { font-size:1.35em; }
h4 { font-size:1.05em; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Paragraph */
p { margin-bottom:.8em; }
address { margin-bottom:.4em; }
address { font-style:normal; line-height:1.4em;width:250px;}
.content address { font-style:normal; line-height:1.4em;width:145px;}
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { color:#666; /*font-size:.95em;*/  font-weight:bold; }
input, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }

/* Size */
small { font-size:.92em; }
big { font-size:1.1em; }

/* hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; } */
.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }
/**
 * 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.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/


/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:365px; }
.col2-set .col-1-bis { width:100%;margin-top:10px }
.col2-set .col-2-bis { width:40%; }
.col2-set .col-1 { float:left; }
.col-float { float:left; }
.col2-set .col-2, .col2-set .col-2-bis { float:left; }
.col2-set .col-3-bis{float:left}
.col2-set {padding-bottom:18px}
.col2-set .espace-top{margin-top:10px;}
.col2-set .espace-bottom{margin-bottom:10px;}
.col2-set .espace-left{margin-left:20px;}
.col2-set .col-1-bis label{width:200px;display:inline-block;}
.col2-set .col-1-bis label.whislist{width:500px;display:inline-block;}
.col2-set .col-1-bis .left{float:left}
.col2-set .col-1-bis .customer-dob .input-box{width:70px}

/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left !important; }
.col2-alt-set .col-2 { float:right  !important; }

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }


.accent { color:#E76200; font-weight:bold; }

/********************** Form */

/* Form Elements */
input.input-text, select, textarea { border:1px solid #b6b6b6; font:12px arial, helvetica, sans-serif; }
.input-text-ie{*+margin-left:-3px; }
.input-text-select{*+margin-left:-5px; }
option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold; }
.input-text:focus, select:focus, textarea:focus { background:#ffffff; }
.items-align-right{text-align:right; padding-right:20px;}
.button-set { /* Container for form buttons*/
    clear:both;
    margin-top:4em;
    margin-right:1em;
    padding-top:8px;
    text-align:right;
    }

.button-set-width {
    width: 630px;
    }

.button-set-account{
    clear:both;
    text-align:right;
    margin-bottom:50px;
    line-height:24px;
}
.button-set-account a,.button-set-account a:hover {color:#6B6B6B;}
/*.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    padding:1px 8px;
    background:#f18200;
    color:#fff;
    border:1px solid #de5400;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    }*/
.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    padding:1px 8px;
    background:#6b6b6b;
    color:#fff;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    }

.catalog-listing .form-button, .catalog-listing .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    padding:2px 6px;
    background:#dedede;
    color:#333333;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    }
    
.catalog-listing .form-button2{
    overflow:visible;
    width:auto;
    border:0;
    padding:0px 6px;
    background:#FFFFFF;
border:1px solid #dedede;
    color:#6b6b6b;
    font:bold 11px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    text-transform: uppercase;
    }
 
.form-button3 {
    padding: 0px; color: #ED0007; height: 21px;
    }   

.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
.form-button-alt {
/*     border:1px solid #406a83; */
    background-color:#6b6b6b;
    }
.form-button-alt-button {
	margin-left:200px; 
	margin-top:4px;
	*+margin-top:1px;  
	position: absolute;
    }    
.form-button-alt-left {
	 margin-left:20px;
    }
a.form-button-alt { padding:2px 9px; text-decoration:none; }
.form-button-alt:hover { color:#fff; text-decoration:none; }
.btn-checkout {
    display:block;
    float:right;
    background:transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height:40px;
    }

/* Form lists */
.form-list li { margin-bottom:6px; }
.form-list li .input-box .input-text,
.form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px; }
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px; }

.group-select {
    margin:0px 0;

    padding:15px 25px 12px 25px;
    
    }
.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select li { padding:4px 8px; }
.group-select li .input-box { float:left; width:275px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:525px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px; }


/* Form Messages */
.validation-advice, .required { color:#ED0007; }
.validation-advice {clear:both;/* min-height:15px;*/ margin-top:3px; padding-left:10px; font-size:.95em; font-weight:bold; line-height:1.25em; }

table.register-block .validation-advice {clear:both;/* min-height:15px;*/ margin-top:3px; padding-left:0px; font-size:.95em; font-weight:bold; line-height:1.25em;}
table.register-block .customer-dob .validation-advice {padding-left:174px;}
.register-block li .validation-advice {padding-left:173px;}
.register-block li {margin-bottom:1px;}
.register-block li label{width: 170px; display:inline-block;}
.register-block li input{width: 270px; display:inline-block;}
#billing-new-address-form .validation-advice {padding-left:205px;}
#shipping-new-address-form .validation-advice {padding-left:205px;}

* html .validation-advice {width:90%;} /*for IE6*/
.validation-failed { border:1px solid #ED0007 !important; }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }

label.required { font-weight:bold; }
p.required { font-size:.95em; text-align:right; }



/********************** Messages  */
.success { color:#000000; }
.error { color:#df280a; }
.notice {color:#000000; }
.success, .error { font-weight:bold; }
#messages_product_view {margin-top:10px;}
#messages_product_view1 {margin-top:5px;}
.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;    
    border-width:0px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {    
    color:#df280a;
    background-color:#DCD8D9;
    background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/error_msg_icon.gif);
    }
.success-msg {   
    color:#3d6611;
    background-color:#DCD8D9;
    background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/success_msg_icon.gif);
    }
.success-msg-contact {   
    color:#3d6611;
    font-weight:bold;
    padding:5px 5px 10px 10px;
    margin-bottom:6px;
    background-color:#DCD8D9;
    }
.notice-msg, .note-msg {    
    border-color:#b0b0b0;
    color:#b0b0b0;
    background-color:#DCD8D9;
    }
.messages-arrow {}

/****** dotted- line ****/
.vertical-dot-line {background:transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/dot-left-motif.jpg) repeat-y scroll 0 0; width:4px}
.horizontal-dot-line {background:transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/dot-top-motif.jpg) repeat-x scroll 0 0; height:4px}

/********************** Headings */

.head, .inner-head { line-height:1.25em; text-align:right; }
.head h1,.head h2, .head h3, .head h4, .head h5, .head h7,
.inner-head h1,.inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5, .inner-head h7{ margin:0; float:left; }


/* Page heading */
/*.page-head { margin:0 0 25px 0; border-bottom:1px solid #ccc; }
.page-head-alt { margin:0 0 12px 0; }
.page-head, .page-head-alt { text-align:right; }
.page-head h3, .page-head-alt h3 {
    margin:0;
    font-size:1.7em !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
    }
.button-level h3 { 
    float:left;
    width:55%;
    }*/
.page-head { /*margin:0 0 25px 0;*//* border-bottom:1px solid #6a6969;*/ height:3em}
.page-head-alt { margin:0 0 0px 0; height:40px;}
.page-head-alt .nbArticles{
	font-size:2.5em !important; 
	font-weight:normal !important; 
	text-transform:none  !important;
	color:#ED0007;
}

.page-head, .page-head-alt { text-align:right; }
.page-head h3, .page-head-alt h3 {
	font:arial;
	margin:0;
	font-size:2.3em !important;
	font-weight:normal !important;
	text-transform:none  !important;
	text-align:left;
	color:#6A6969;
/* 	margin-bottom:10px; */
/* 	margin-top:8px; */
	text-align:left;
    }
.button-level h3 { /* heading level with buttons */
    float:left;
    width:55%;
    }

.page-head .link-feed {float:right; margin-top:9px; }
.button-level .link-feed {float:none!important; font-size:1em!important; }

/* Category list heading */
.category-head {
    margin-bottom:3px;
    border-bottom:0px;
    }
.category-head h2 {
    max-width:100%;
    margin:0;
    padding:3px 0;
    color:#6B6B6B;
    font-size:1.6em;
    line-height:1.3em;
    font-weight:normal;
    overflow:hidden;
    }

.box-header { font-size:1.05em; text-align:left; background:#eee; font-weight:bold; padding:2px 8px; margin:10px 0; }
.category-head .link-feed {float:right; margin-top:10px; position:relative; }


.category-table-menu {width : 772px ;}
.category-table-menu .td-left {width:750px; vertical-align:middle;}
/*.category-table-menu .td-middle {width:30px;text-align:left}
.category-table-menu .td-middle div {margin-top:-2px;}
.category-table-menu .td-right {width:110px;}
.category-table-menu .td-right a {text-decoration:none;color:#ED0007;margin-right:7px;font-size:15px;white-space:nowrap}*/

.category-table-menu .td-right .filter-selected {
    color: #ED0007;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
}

/********************* Tables */
td.label        { font-weight:bold; }

/* Data Table */
/* .data-table { border:1px solid #bebcb7; width:100%; } */
.data-table { border-top:1px solid #e3e2e2;border-right:0px;border-left:0px; width:100%; }
.data-table tr { background:#fff; }
.data-table .odd  { background:#f7f7f7 }
.data-table .even { background:#f7f7f7 !important; }
.data-table td.last, .data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0; }
/* .data-table th { border-right:1px solid #c2d3e0; padding:2px 8px; color:#6B6B6B; white-space:nowrap; } */
.data-table th {padding:2px 8px; color:#6b6b6b; white-space:nowrap; font-size:1em}
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; text-decoration: underline;}
.data-table td { padding:3px 8px; }
/* .data-table thead tr th { background:url(http://www.myfab.com/skin/frontend/myfab/default/images/data_table_th_bg.gif) repeat-x 0 100% #d9e5ee; } */
.data-table thead tr th { background:#f4f3f3;height:24px } 
.data-table thead tr .first { background:#f4f3f3;height:24px } 
.data-table thead tr .last { background:#f4f3f3;height:24px } 
.data-table thead tr .bottomline { border-bottom:1px solid #e3e2e2;}
.data-table thead .grayTitle { color:#b0b0b0} 
.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first { background:url(http://www.myfab.com/skin/frontend/myfab/default/images/base_mini_actions_bg.gif) 0 0 repeat-x; }
/* .data-table tfoot tr { background-color:#DEE5E8 !important; } */
.data-table tfoot tr { background:none!important; }
.data-table .cartLinePorduct{background:#f4f3f3!important;height:71px!important;border-right:0px} 
.data-table .cartLinePorductName{padding-left:0px;background:#F4F3F3}
/* .data-table .cartLinePorduct .price{text-align:center}  */
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tbody td { border-bottom:1px solid #d9dde3; /*border-right:1px solid #d9dde3; */}
.data-table tbody td { border-bottom:1px solid #dedede;height:71px}
.data-table tbody td .divImg{float:left;width:57px;height:57px;margin-top:3px}
.data-table tbody td .text1{ color:#6b6b6b; float:left;}
.data-table tbody td .text2{ color:#b0b0b0; clear:both;}
/* Bundle Products */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !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 #d9dde3; }

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#2f2f2f; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

.data-table tbody td .colorBlock{width:39px;height:37px;border:1px solid #dedede;padding-top:2px;margin-top:12px}
.data-table tbody td .price .price{color:#ED0007;font-weight:bold}
.data-table tbody td div.price {text-align:center}
.data-table tbody td .priceThrough {text-align:center}
.data-table tbody td .priceThrough .price{text-decoration:line-through;color:#cdcbcb!important;}

.data-table tbody td .priceSubTotal {margin-top:20px}
.data-table tbody td .priceSubTotal .price{color:#000000!important;font-weight:bold;}

.box-table td { /*padding:10px;*/ }
/* .box-table tfoot td { padding-top:5px; padding-bottom:5px; } */
.box-table tfoot td { padding:0px; }
.box-table select { width:100%; }

.data-table .posProduct{margin-left:22px}
.data-table .borderImg{border:1px solid #dedede;}

.data-table-account { border-right:0px;border-left:0px; width:100%;  background:#f7f7f7; }
.data-table-account tr.last th,
.data-table-account tr.last td { border-bottom:0; }
.data-table-account th {padding:2px 8px; color:#6b6b6b; white-space:nowrap; font-size:1em}
.data-table-account td { padding:3px 8px; }
.data-table-account thead tr th { background:#f7f7f7;height:30px;padding-left:21px;padding-top:13px } 
.data-table-account thead tr th { background:#f7f7f7;height:15px;padding-left:21px;padding-top:0px } 
.data-table-account TFOOT td {padding-left:21px;padding-bottom:16px;color:#b0b0b0} 
.data-table-account tbody td { padding-left:21px;color:#b0b0b0}
.data-table-account tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#6B6B6B; }
.data-table-account-button { margin-left: 21px; margin-top: 5px; padding-bottom: 15px;}


.CrossSellcheckout_unlog{width:514px;height:217px;float:left;margin-right:7px;margin-top:10px}
.CrossSellcheckout_unlog .CrossSellheader{height:24px; background:url(http://www.myfab.com/skin/frontend/myfab/default/images/cartouche_gris.png) no-repeat;z-index:2}
.CrossSellcheckout_unlog .CrossSellheader .textheader {height:24px; color:#FFFFFF; margin-left:7px;}
.CrossSellcheckout_unlog .CrossSellbody{margin-top:-6px;z-index:1}
.CrossSellcheckout_unlog .crossImg{margin-top:5px}
.CrossSellcheckout_unlog  a{color:#6B6B6B!important;text-decoration:none}
.CrossSellcheckout_unlog a:hover{color:#6B6B6B!important;text-decoration:underline;}
.CrossSellcheckout_unlog .borderImg {border:1px solid #DEDEDE;}
.CrossSellcheckout_unlog table{width:514px;height:400px;}
.CrossSellcheckout_unlog table td {width:256px;height:200px;border:1px solid #f0f0f0;}
.CrossSellcheckout_unlog .crossInfo{float:left;margin-left:5px;text-align:center}
.CrossSellcheckout_unlog .price-box{text-align:center;height:1em;padding:0px;margin:auto auto;width:150px}
.CrossSellcheckout_unlog .price-box .new-price{font-size:1em;display:inline}
.CrossSellcheckout_unlog .price-box .old-price{margin-left:10px;font-size:1em;display:inline}


.data-table tbody td .selectQty{padding:0px;width:52px;border-spacing:0px;border-collapse:collapse;line-height:1em;margin-top:20px}
.data-table tbody td .selectQty td.tdQty{height:19px!important;padding:0px;width:35px;}
.data-table tbody td .selectQty .divArrow{height:19px;width:25px;}

.data-table tbody td .selectQty .imgArrowUp{margin:0px;padding:0px;float:left;border-top:1px solid #acacac;border-right:1px solid #acacac;cursor:pointer}
.data-table tbody td .selectQty .imgArrowDown{margin:0px;padding:0px;float:left;border-bottom:1px solid #acacac;border-right:1px solid #acacac;cursor:pointer}
.data-table tbody td .selectQty .intQty{float:left}
.data-table tbody td input{vertical-align:baseline;}
.data-table tbody td .selectQty .qty { width:2em;}
.data-table tbody td .selectQty input.input-text{height:17px;padding:0px}

.data-table tbody td .selectQty .even{margin:0px}

.data-table table.selectQty{height:17px;width:54px;margin:0px;padding:0px;}
.data-table table.selectQty td{height:17px;width:10px;border-right:0px!important;padding:0px;}
.data-table table.selectQty .last{background:none!important}
 .data-table table.selectQty .even{background:none!important}
.data-table table.selectQty .intQty{}
.data-table table.selectQty .input-text{padding:3.5px;}

.Wishlistcheckout{width:523px;height:270px;float:left;margin-top:10px}
.Wishlistcheckout .Wishlistheader{width:523px;height:19px;background:#b0b0b0;}
.Wishlistcheckout .Wishlistheader .textheader{color:#FFFFFF;margin-left:11px;}
.Wishlistcheckout .Wishlistbody{height:250px;width:523px;background: #F4F3F3;;}
.Wishlistcheckout .Wishlistbody .WishlistItem {border-bottom:0px solid #e3e2e2}
.Wishlistcheckout .Wishlistbody .WishlistItem .divImg{margin:0px;width:75px;height:75px;line-height:1em;float:left;}
.Wishlistcheckout .Wishlistbody .WishlistItem .borderImg{border:1px solid #dedede;margin-top:8px;margin-left:5px;}
.Wishlistcheckout .Wishlistbody .WishlistItem .blockInfo{ margin-top:10px}
.Wishlistcheckout .Wishlistbody .WishlistItem .text1{ color:#6b6b6b;line-height:1em;width:146px;}
.Wishlistcheckout .Wishlistbody .WishlistItem .text1 a{  color:#6b6b6b;text-decoration:none}
.Wishlistcheckout .Wishlistbody .WishlistItem .text1 a:hover{  color:#6b6b6b;text-decoration:underline;}
.Wishlistcheckout .Wishlistbody .WishlistItem .text2{ color:#b0b0b0;line-height:1em;width:146px;}
.Wishlistcheckout .Wishlistbody .WishlistItem .blockPrice{width:69px;float:left}
.Wishlistcheckout .Wishlistbody .WishlistItem .price-box{width:170;float:left;height:18px;padding:0px;}
.Wishlistcheckout .Wishlistbody .WishlistItem .old-price{color:#cdcbcb;line-height:1.1em;font-size:1em;}
.Wishlistcheckout .Wishlistbody .WishlistItem .new-price{color:#ED0007;line-height:1em;}
.Wishlistcheckout .Wishlistfooter {width:251px;border-bottom:1px solid #e3e2e2;background:#FFFFFF;}
.Wishlistcheckout .Wishlistfooter .textFooter{color:#6b6b6b;margin-left:11px;margin-top:5px;}
.Wishlistcheckout .Wishlistfooter .textFooter a{color:#6b6b6b;text-decoration:none}
.Wishlistcheckout .Wishlistfooter .textFooter a:hover{color:#6b6b6b;text-decoration:underline;}

.CrossSellcheckout{width:251px;height:336px;float:left;margin-left:20px;margin-top:10px;}
.CrossSellcheckout .CrossSellheader{width:251px;height:19px;background:#b0b0b0;}
.CrossSellcheckout .CrossSellheader .textheader{color:#FFFFFF;margin-left:11px;}
.CrossSellcheckout .CrossSellbody{height:289px;width:251px;background:#FFFFFF;}
.CrossSellcheckout .CrossSellbody .CrossSellItem {border-bottom:1px solid #e3e2e2}
.CrossSellcheckout .CrossSellbody .CrossSellItem .divImg{margin:0px;width:75px;height:75px;line-height:1em;float:left;}
.CrossSellcheckout .CrossSellbody .CrossSellItem .borderImg{border:1px solid #dedede;margin-top:8px;margin-left:5px}
.CrossSellcheckout .CrossSellbody .CrossSellItem .blockInfo{ margin-top:10px}
.CrossSellcheckout .CrossSellbody .CrossSellItem .text1{ width:146px;line-height:1em;}
.CrossSellcheckout .CrossSellbody .CrossSellItem .text1 a{color:#6b6b6b;text-decoration:none}
.CrossSellcheckout .CrossSellbody .CrossSellItem .text2{ color:#b0b0b0;line-height:1em;width:146px;}
.CrossSellcheckout .CrossSellbody .CrossSellItem .price-box{width:170px;float:left;padding:0px;}
.CrossSellcheckout .CrossSellbody .CrossSellItem .new-price{color:#ED0007;line-height:1em;}
.CrossSellcheckout .CrossSellbody .CrossSellItem  .old-price{color:#cdcbcb;line-height:1.1em;font-size:1em;}
.CrossSellcheckout .CrossSellbody a{color:#6b6b6b}
.CrossSellcheckout .CrossSellbody a:hover{color:#6b6b6b; text-decoration: underline;}
.CrossSellcheckout .CrossSellfooter {width:251px;border-bottom:1px solid #e3e2e2;background:#FFFFFF;}
.CrossSellcheckout .CrossSellfooter .textFooter{color:#6b6b6b;margin-left:11px;margin-top:5px;}


.cartEnd {margin-top:10px;margin-left:38px;width:388px;float:left;background:#F4F3F3}
.cartEnd .gift {width:388px;height:40px;border-top:1px solid #e3e2e2;}
.cartEnd .gift .gift-inner{margin-left:10px;margin-top:10px;color:#908f8f}
/*.cartEnd .coupon {width:388px;border-top:1px solid #e3e2e2;margin-bottom:5px; overflow:visible;min-height: 40px;}
.cartEnd .coupon .couponTitle{margin-left:10px!important;margin-left:5px;margin-top:13px;float:left;line-height:20px;color:#908f8f}
.cartEnd .coupon .couponField{margin-left:5px;margin-top:13px;}*/

.cartEnd .coupon {width:388px;border-top:1px solid #e3e2e2; overflow:visible;min-height: 40px; }
.cartEnd .coupon .couponTitle{margin-left:10px!important;margin-left:5px;float:left;line-height:20px;color:#908f8f; }
.cartEnd .coupon .couponField{margin-left:5px;}
.cartEnd .coupon .input-br{width:10em;color:#908f8f;}

.cartEnd .coupon #discount-coupon-form { margin-top:10px; margin-bottom:10px;display:block; }
.cartEnd .coupon #coupon-notloggedin { color:#908F8F;margin-left:10px!important;margin-left:5px;margin-bottom:5px; }

/* field validation position */
.cartEnd .coupon #coupon-form-button-alt-ok { position:absolute;margin-left:140px; margin-top:2px; *+margin-top:0px;}
.cartEnd .coupon #coupon-form-button-alt-cancel { position:absolute;margin-left:180px; margin-top:2px; *+margin-top:0px; }

.cartEnd .shipping-cart{width:388px;border-top:1px solid #e3e2e2;min-height:115px; overflow:visible;}
.cartEnd .shipping-cart .shipping-cart-inner{margin-top:10px;margin-left:10px!important;margin-right:10px!important;margin-left:5px;margin-right:5px;margin-bottom:10px;float:left;color:#908f8f;}
.cartEnd .shipping-cart .shipping-cart-inner .line{line-height:2em}
.cartEnd .shipping-cart .text-bold{font-weight:bold;float:bottom;}
.cartEnd .shipping-cart .text{float:bottom}
.cartEnd .shipping-cart .validate-select{width:188px}
.cartEnd .shipping-cart .input-width{width:180px}
.cartEnd .positionBt{margin-top:10px; float:right;}
.cartEnd .shippingdiv1{width:100%; border-top:1px solid #e3e2e2;float:left}
.cartEnd .shippingdiv2{width:300px;float:left}

/*.checkoutTotal{margin-left:10px;margin-top:10px;}
.checkoutTotal .detail{font-size:1.1em;color:#908f8f}
.checkoutTotal .Labeltotal{font-size:1.6em;color:#908f8f;line-height:1.7em}
.checkoutTotal .Pricetotal{font-size:1.6em;color:#ED0007;line-height:1.7em}*/

.checkoutTotal {margin-left:10px;margin-top:5px;}
.checkoutTotal .detail {font-size:1.1em;color:#908f8f}

.checkoutTotal .Labeltotal {font-size:1.6em;color:#908f8f;line-height:1.7em}
.checkoutTotal .Pricetotal {font-size:1.6em;color:#ED0007;line-height:1.7em}

.checkoutTotal #subtotal-label, .checkoutTotal #couponvalue-label, .checkoutTotal #shippingfee-label {color:#908f8f;}
.checkoutTotal #subtotal-price, .checkoutTotal #couponvalue-price, .checkoutTotal #shippingfee-price {color:#ED0007;}
.checkoutTotal #grandtotal-label {font-size:1.6em;color:#908f8f;line-height:1.6em}
.checkoutTotal #grandtotal-price {font-size:1.6em;color:#ED0007;line-height:1.6em}

.ProceedCheckout{
	overflow:visible;
	width:auto;
	border:0;
	padding:1px 8px;
	background:#ED0007;
	color:#fff;
	border:1px solid #ED0007;
	font:bold 18px arial, sans-serif !important;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	}
.ProceedCheckout span {
    white-space:nowrap;
    }
.ProceedCheckout {
    border:1px solid #ED0007;
    background-color:#ED0007;
    }
a.ProceedCheckout { padding:2px 9px; text-decoration:none; }
.ProceedCheckout:hover { color:#fff; text-decoration:none; }

.ProceedCheckoutSmall{
	overflow:visible;
	width:auto;
	border:0;
	padding:1px 8px;
	background:#ED0007;
	color:#fff;
	border:1px solid #ED0007;
	font:bold 12px arial, sans-serif !important;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	}
.ProceedCheckoutSmall span {
    white-space:nowrap;
    }
.ProceedCheckoutSmall {
    border:1px solid #ED0007;
    background-color:#ED0007;
    }
a.ProceedCheckoutSmall { padding:2px 9px; text-decoration:none; }
.ProceedCheckoutSmall:hover { color:#fff; text-decoration:none; }

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

.generic-table td { padding:0 8px}
.generic-table td.first { padding-left:0; white-space:nowrap; }
.shipping-tracking .button-set { margin-top:0; border:none; border-top:0; padding-top:0; }

/********************** Lists */
.disc { margin-bottom:10px; list-style:disc; }
.disc li { margin-left:20px; }


/* Bare List */ /* Unstyled list */
.bare-list { margin:5px 0; }
.bare-list li { margin:3px 0; }



/********************** Space Creators */
.no-display { display:none; }
.content-box { min-height:250px; } /* Set minimum height for visual presentation */
.content { padding:12px 12px 12px 15px; } /* Sets default padding */
.actions { line-height:1.3em; }
.separator { padding:0 3px; }
.pipe { padding:0 4px; font-size:.95em; }
.divider { margin:10px 0; height:1px; background:url(http://www.myfab.com/skin/frontend/myfab/default/images/dotted_divider.gif) repeat-x; font-size:1px; line-height:1em; overflow:hidden; }

/********************** Pager */
table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:50px; }
table.view-by td.sort-by { text-align:right; padding-right:44px; }
table.view-by select { width:85px; }
table.pager, table.view-by {
    width:100%;
    font-size:1em;
    }
table.pager td {
    width:32%;
    padding:4px 8px;
    vertical-align:middle;
    }
table.pager td.pages { padding:4px 0; white-space:nowrap; text-align:center; }
table.pager td.pages span { padding:0 2px; }
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:0 2px; }
table.view-by td {
    width:33%;
    border-top:1px solid #e2e2e2;
    padding:4px 8px;
    vertical-align:middle;
    }



/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */

/* Structure */
.wrapper { min-width:954px; }
.header { text-align:left; }
.header-top { width:1033px; margin:0 auto; position:relative;z-index:100;  }
.contentwidth {width:1033px;  #display:inline;}
/*.header-container { width:950px; margin:0 auto; }*/
.middle { width:1033px; min-height:400px; margin:0 auto; text-align:left; padding:0px; }
/* .side-col { width:195px; } */
.side-col { width:169px; /*background:#f4f3f3;*/ min-height:400px;/*border:1px solid red;*/ }
.col-left { float:right; }
.col-main { float:left; margin-left:8px;width:948px;color:#6B6B6B;}

.col-main a.link, .col-main a.link:hover { line-height:24px;color:#6b6b6b }
.col-right { float:right; }
.col-1-layout .col-main {width:949px; margin:0; }
.col-2-right-layout .col-main { float:left; width:685px;  }
.col-2-left-layout .col-main { float:right; width:770px;}
.col-3-layout .col-main { width:475px; margin-left:17px; }

.col-look-behind {width:70px;min-height:300px;float:right; margin-right: 16px !important; margin-right: 16px;}
* html .col-look-behind {width:70px;min-height:300px;float:right; margin-right: 14px !important; margin-right: 7px;}
* html .col-look-behind-homepage {margin-left:10px;}

/*  Modif my fab header */
.header {
        height:79px;
    }

.sub-header {
        min-height:40px;
    }


.header-top {
    }
.header-top-left {
        width:169px;
        float:left;
    }

.header-top-right {
        width:781px;
        height:26px;
        float:left;
    }

.header-top-right-top {
    height:26px; 
    * overflow:hidden;   /* only for IE */
    width:781px;
    color:#000;
    text-align:right;
    padding:0px;
    font-size:0.95em
    }

    .header-top-right-top div{
    color:#acacac;
    padding-top:4px;
    }

  .header-top-right-top a{
    color:#acacac;
    text-decoration:none;
    margin-right:10px;
    }

    .header-top-right-top a:hover{
    color:#ED0007;  text-decoration: underline;
    }

.header-top-right-middle {
    background:url(http://www.myfab.com/skin/frontend/myfab/default/images/header-top-right-middle.gif) top left no-repeat ;
    border-top:1px solid #FFFFFF;
    height:26px;
    color:#FFFFFF;
    }

.header-top-right-bottom {
        background-color:#FFFFFF;
        height:25px;
        border-bottom:1px solid #ED0007;
    }

.header-logo {
    background:url(http://www.myfab.com/skin/frontend/myfab/default/images/logo-bg2.gif) no-repeat;
    height:53px;
    cursor:pointer;
}

.header-our-products {
    background: #ED0007 url(http://www.myfab.com/skin/frontend/myfab/default/images/header-our-products3.gif) no-repeat;
    height:26px;
    text-align:right;
}

.header-our-products strong {
    color:#FFFFFF;
    font-weight:bold;
    font-size:15px;
    padding-top: 4px;
    margin-right:10px;
    display:block;
}


.header-behind {
    background:url(http://www.myfab.com/skin/frontend/myfab/default/images/corner-behind.png) no-repeat;
    height:79px;
    width:83px;
    float:right;
}
.header-behind a{text-decoration:none; cursor: pointer;}

/* Style */


.header-container {
        height:79px;
        /*background:url(http://www.myfab.com/skin/frontend/myfab/default/images/header_top_container_bg.jpg) repeat-x 50% 0;*/
    }


/* ********** Sub header ************ */


.sub-header-container {
        margin:0 auto;
        position:relative;
        width:1033px;
        min-height:40px;
}

.sub-header-container table{
        width:1033px;
        border-spacing:0px;
}

/*Add by Blue for the home page of US version. */
.sub-header-container-us {
        border-spacing:0px;
        height:65px;
}
.us-home-page-video-block-hr {
    border-color: -moz-use-text-color;
    border-style: solid none none;
    border-width: 1px 0 0;
    color:#333333;
    height:1px;
    margin-top:8px;
    margin-left:10px;
    text-align:left;
    width:150px;
}

.sub-header-left {
    width:169px;
    background-color:#f4f3f3;
}

.sub-header-right {
    padding-left: 7px;
}

.sub-header-right .breadcrumbs{
    text-align: left;
    height:22px;
}

.sub-header-div{
    width:770px; *+margin-left:-87px;
}

/*Add by blue */
.us-home-page-breadcrumb {
    position:relative; top:-21px;
}

.header-nav-container {
       /* background:url(http://www.myfab.com/skin/frontend/myfab/default/images/nav_bg.jpg) repeat-y 50% 0 #0a263d;*/
    }
.middle-container {
      /*  background:url(http://www.myfab.com/skin/frontend/myfab/default/images/main_container_bg.gif) no-repeat 50% 0 #fbfaf6;*/
    }
.middle-container-center {
       width:1033px; 
    }   
* html .middle-container-center {
       margin-left:0px;    /*for IE6*/
    }
*+html .middle-container-center {
       margin-left:0px;      /*for IE7*/
    }        
.middle-container-td {
       width:1033px; 
       min-height:400px; 
       margin:0 auto; 
       text-align:left; 
       padding:0px;
    }

.middle {
       /* background:url(http://www.myfab.com/skin/frontend/myfab/default/images/main_bg.gif) no-repeat #fffffe;*/
/*        padding: 0px 25px 80px 25px; */
        padding: 0px ;
    }

.sub-header-date {
        color: #000000; 
        font-weight: bold; 
        float: right; 
        font-size:1em;
        margin-top:2px
}

.sub-header-date-us {
        color: #000000; 
        font-weight: bold; 
        float: right; 
        font-size:1em;
        margin-left:740px;
        margin-top:45px;
        position:absolute;
}

.sub-header-date-custom{
        color: #6B6B6B; 
        font-weight: normal; 
        float: right; 
        font-size:1em;
        margin-left:740px;
        margin-top:4px;
        position:absolute;
}

* html .sub-header-date {
        margin-top:-20px
}

/* Mini search */
.mini-search {
        width:781px;
        height:25px;
        border:0px;
    }
        
.mini-search .input-text {
        width:646px;
        margin-right:3px;
        margin-left:4px;
        margin-top:2px;
        padding-top:2px;
        border: 1px solid #acacac;
        background:transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/loop-search.png) no-repeat scroll left center;
        padding-left:20px;
    }

 .mini-search .mini-search-button {
        margin-top:2px;
        border:0px; 
        font-family: arial,sans-serif; 
        background-color:#6B6B6B; 
        color: #fff; 
        font-size: 11px; 
        height: 21px; 
        width: 100px;
        cursor:pointer;
     }

.search-autocomplete { z-index:999; }
.search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.search-autocomplete li .amount { float:right; font-weight:bold; }
.search-autocomplete li.odd { background-color:#fffefb; }
.search-autocomplete li.even {margin:0}
.search-autocomplete li.selected { background-color:#f7e8dd; }


/********************** Header */


  .header-top-right-top li {
    display:inline;
/*     background:url(http://www.myfab.com/skin/frontend/myfab/default/images/shop_access_pipe.gif) no-repeat 100% .35em; */
    padding-right:7px;
    padding-left:3px;
    }
.header-top-right-top li.first { padding-left:0; }
.header-top-right-top li.last { padding-right:0; background:none; }
.header-top-right-top a{ font-size:.95em; }
.shop-access a:hover { font-size:.95em; text-decoration: underline;}
.header-top-right-top li.last { padding-right:0; background:none; }



/* Logo */
h1#logo {
    float:left;
    width:202px;
    margin:3px 0 10px 12px;
    }
.page-popup h1#logo { display:none; }

/* Quck Link */
.header-top-right-middle li { display:inline;}
.header-top-right-middle table { width:779px;height:24px;margin-top:2px;}
.header-top-right-middle .right-border{border-right:1px solid #FFFFFF;padding-right:10px;line-height:25px} 
.header-top-right-middle a { color:#FFFFFF; text-decoration:none;font-size:1.1em;margin-right:10px; position:relative;}
.header-top-right-middle a:hover { color:#FFFFFF; text-decoration:underline;font-size:1.1em;margin-right:10px; position:relative;}
.quicklink-left {text-align:left;}
.quicklink-right {text-align:right;font-weight:bold;}
.quicklink-right button {cursor:pointer}
.quicklinks-div1 {height: 25px; line-height: 25px;}
.quicklink-left-div {margin-right: 10px;}
.quicklink-right-div {
	   text-align: left;
      float: left; 
      height: 26px; 
      line-height: 26px; 
      background-repeat: repeat-x; 
      background-position: 0% 0%; 
      -moz-background-clip: -moz-initial; 
      -moz-background-origin: -moz-initial; 
      -moz-background-inline-policy: -moz-initial; 
      background-color: rgb(0, 0, 0);}
.quicklink-right-a {margin-left: 5px; margin-right: 5px; position: relative; bottom: 1px;}     
.quicklinks-div2 {float: left;  margin-left: 10px;}     

/* Quick Access*/
.quick-access {
    width:540px;
    float:right;
    margin-top:28px;
    text-align:right;
    padding:0 10px;
    color:#fff;
    }
.quick-access p { margin-bottom:4px; }
.quick-access li {
    display:inline;
    background:url(http://www.myfab.com/skin/frontend/myfab/default/images/shop_access_pipe.gif) no-repeat 100% .35em;
    padding-right:7px;
    padding-left:3px;
    }
.quick-access li.first { padding-left:0; }
.quick-access li.last { padding-right:0; background:none; }
.shop-access { margin-bottom:6px; }
.shop-access a, .shop-access a:hover { color:#ebbc58; font-size:.95em; }
.shop-access li.last { padding-right:0; background:none; }
.language-switcher { float:right; margin-top:5px; margin-left:60px; }
.language-switcher label { color:#A7C6DD; padding-right:5px; }
.language-switcher .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }

/* Breadcrumbs */
.breadcrumbs {  margin-bottom:0px; font-size:.95em; line-height:1.9em; }
.breadcrumbs li { display:inline;color:#acacac; }
.breadcrumbs li a{ color:#acacac; }

/********************** Sidebars */
.side-col .box { /*margin-bottom:1.3em;*/ }
.side-col .content { padding:5px 10px; color:#6b6b6b;}
.side-col .head { text-align:left; }
.side-col h2, .side-col h3, .side-col h4, .side-col h5 { float:none; }
.side-col h3 { font-size:1.05em; text-transform:uppercase; }
.side-col h4 { color:#e65505; /*text-transform:uppercase;*/ }
.side-col .actions {
    padding:4px 0;
    font-size:.95em;
    text-align:right;
    }
.side-col .actions a, .side-col .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 3px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }


/* Currency Switcher */
.currency-switcher {
    height:53px;
    padding:7px 12px 10px 12px;
    background:url(http://www.myfab.com/skin/frontend/myfab/default/images/currency_switcher_bg.gif) no-repeat;
    font-size:1.05em;
    }
.currency-switcher h4 {
    min-height:21px;
    background:url(http://www.myfab.com/skin/frontend/myfab/default/images/icon_world.gif) no-repeat 0 2px;
    color:#fff;
    padding-left:22px;
    text-transform:none;
    }
.currency-switcher select { width:98%; }


/* Base Mini */
.base-mini { border:1px solid #c4c1bc; background:#fff; line-height:1.3em;  font-size:.95em;  }
.base-mini .head { margin:0 1px; border-bottom:1px solid #ddd; background:url(http://www.myfab.com/skin/frontend/myfab/default/images/base_mini_head_bg.gif) repeat-x #fff; padding:2px 8px; }
.base-mini .head h4 { min-height:16px; color:#e26703; background-repeat:no-repeat; background-position:0 0; padding:1px 0 1px 21px; text-transform:uppercase; }
.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.base-mini h5 { font-size:1em; }
.base-mini .content, .base-mini ol { background:#f8f7f5; }
.base-mini ol li { padding:7px 4px 7px 8px; }
.base-mini ol li.odd { background:#f4f3f3; }
.base-mini ol li.even { background:#fafafa; }
.base-mini .actions { background:url(http://www.myfab.com/skin/frontend/myfab/default/images/base_mini_actions_bg.gif) repeat-x #dee5e8; padding:6px; }
.base-mini .product-images { float:left; width:52px; height:52px; }
.base-mini .product-images a img { border:1px solid #a9a9a9; vertical-align:top;  border:1px solid green; }
.base-mini .product-checkbox { float:left; width:10px; }
.base-mini .product-names { margin-left:18px; }
.base-mini .product-details { margin:0 0 0 60px; height:50px; }
.base-mini .product-details[class] { height:auto; min-height:50px; }
.base-mini .regular-price { font-size:11px; }
.base-mini .regular-price .price { color:#2f2f2f; }
.base-mini .special-price { font-size:11px; }
.base-mini .minimal-price { font-size:11px; }
.base-mini .price-box { margin:1px 0; }

/* Sidebar Blocks */
.mini-product-tags .head h4 { background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/icon_tag_green.gif); }
.mini-product-tags li { display:inline; padding-right:4px; line-height:1.5em; }
.mini-product-tags li:after { display:inline!important; }
.mini-product-tags .content { padding:10px; }
.mini-product-tags .content a { color:#1b2d3b; }
.mini-product-tags .content a:hover { color:#1b2d3b; text-decoration: underline;}

.mini-newsletter h4 { background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/icon_newspaper.gif); }
.mini-newsletter input.input-text { display:block; margin:3px 0; width:167px; }

.mini-cart .head h4 { background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/icon_basket.gif); }
.mini-cart .subtotal { background:#fbebd9; margin-top:5px; padding:2px 0; text-align:center; }
.mini-cart h5 { margin:0; background:#F4F3F3; padding:6px 8px 2px 8px; }
.mini-cart .actions { border-bottom:1px solid #c2c2c2; padding-top:3px; padding-bottom:1px; }
.mini-cart .actions .form-button { margin-top:3px; margin-bottom:5px; }
.mini-wishlist .head h4 { background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/icon_bell.gif); }
.mini-wishlist .link-cart { display:block; }

.mini-compare-products .head h4 { background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/icon_table.gif); }

.mini-poll .head h4 { background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/icon_group.gif); }
.mini-poll td.label { font-weight:bold; padding-right:10px; }
.mini-poll td.item  { white-space:nowrap; }

.mini-product-view .head h4 { background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/icon_tag_green.gif); }

/**************TODO : A classer*****************/
.new-separator{
 border: 0px;
 border-top:1px solid #e3e2e2;
 border-bottom:1px solid #ffffff;
 /*width: 100%;*/
 /*background: #FFFFFF url('http://www.myfab.com/skin/frontend/myfab/default/images/hr.png') repeat-x;*/
 width: 150px;
 left:5px;
 position:relative;
 margin:0;
 *margin:0 0 -14px 0;
 float:none;
 *float:left;
 display:block
}

/*********** FOOTER  **/
.footer-block p { margin: 10px; }
.footer-block { float:left;}
#block-footer { }
.footer #block-footer { width:772px; }
.footer-large #block-footer { width:950px; }
#block-footer .last{ border: 0px }

.footer-block-one-column p { margin: 10px; }
.footer-block-one-column { float:left; width:310px; border-right: 1px solid #F0F0F0; min-height:130px; }
/*#block-footer-one-column { background-color:#DEDEDE; min-height:130px; overflow:hidden; width: 949px; }*/
/*#block-footer-one-column .last{ border: 0px }*/

.footer { width:772px; /* padding:10px 10px 4em; background-color:#618499; */ float:left; margin-top:20px; }
.footer-large { width:950px; margin-top:20px;float:left;}
* html .footer-large-1 { margin-left:5px;} /*for IE6*/
.footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
.footer .footer-block-info {
    width:772px;
    height:130px;
    background-color:#dedede;
    margin-top:20px;
}

.footer-large .footer-block-info {
    width:950px;
    height:130px;
    background-color:#dedede;
    margin-top:20px;
}

.footer-large .footer-block {
    width:313px;
}

.footer .informational {color: #acacac;text-align:center;}
.footer-large .informational {color: #acacac;text-align:center;}
.footer .informational label { font-weight:bold; padding-right:3px; }

.footer-large .informational ul {
    display:inline;
    }
.footer .informational ul {
    display:inline;
    }
.footer .informational li {
    display:inline;
    }
.footer-large .informational li {
    display:inline;
    }

.footer-large .informational li.last { background:none; padding-right:0; }
.footer-large .informational a { color:#acacac;}
.footer .informational a:hover { color:#acacac; text-decoration: underline;}
.footer-large .informational a { margin-right:8px;margin-left:8px;}

.footer .informational li.last { background:none; padding-right:0; }
.footer .informational a, .footer .informational a:hover { color:#acacac; }
.footer .informational a { text-decoration:none;margin-right:8px;margin-left:8px; }
.footer .legality {
    padding:13px 0;
    color:#ecf3f6;
    text-align:center;
    }
.footer .legality a { color:#ecf3f6; }
.footer .legality a:hover { color:#ecf3f6; text-decoration: underline;}

.footer-large .footer-table-block {width:930px;}
.footer .footer-table-block {width:752px;}

.footer-table-block {
    height:120px;
    color:#6b6b6b;
    margin-left:10px;
    margin-top:5px;
    }

 .footer-table-block td {
        
        }
        
.footer-div {font-size: 0.8em; display: inline; color: #666666;}

/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/

.product-shop { float:right; padding-right:20px; }
.out-of-stock { height:18px; padding-top:3px;color:#D83820; font-weight:bold; }
.product-shop .short-description { width:100%; overflow:hidden; margin-bottom:10px; }

/********************** Rating */
.ratings {
    margin:7px 0;
    line-height:1em;
    }
.rating-box {
    float:left;
    position:relative;
    width:69px;
    height:13px;
    margin-right:5px;
    background:url(http://www.myfab.com/skin/frontend/myfab/default/images/product_rating_blank_star.gif) repeat-x;
    }
.rating-box .rating {
    position:absolute;
    top:0;
    left:0;
    height:13px;
    background:url(http://www.myfab.com/skin/frontend/myfab/default/images/product_rating_full_star.gif) repeat-x;
    }
.ratings-list {
    margin:4px 0;
    }
.ratings-list td {
    padding:3px 0;
    }
.ratings-list td.label {
    padding-right:8px;
    font-size:.95em;
    font-weight:bold;
    line-height:1em;
    }



/************************** Prices */
.price { white-space:nowrap !important; }

.price-box { padding:5px 0; }
.price-box .price { font-weight:bold; color:#c76200; }

/* Regular price */
.regular-price { color:#ED0007; }
.regular-price .price { font-weight:normal; font-size:13px; color:#ED0007; font-size:1.7em;line-height:20px}

/* Old price */
.old-price { color:#d0cece; font-size:0.8em; text-decoration:line-through;}
.old-price-star { color:#6B6B6B; font-size:1.2em;}

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#ED0007; }

.new-price { color:#ED0007; font-weight: normal; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* 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:normal; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }

.product-pricing-grouped li { padding:2px 0; color:#e26703; }
.product-pricing-grouped li .price { font-weight:bold; }


/********************** Generic Box */
.generic-box { margin-bottom:15px; padding:12px 15px; border:1px solid #D0CBC1; background:url(http://www.myfab.com/skin/frontend/myfab/default/images/base_mini_head_bg.gif) repeat-x #fff; }
.generic-product-list li { margin:12px 0; }

/********************** Menu Espace Colonne Gauche */

.even { margin: 5px 9px 0px 9px; }
.actions { margin: 0 0 5px 9px; color: #6b6b6b; }
.product-images { float: left; border: 1px solid #b6b6b6; margin-right: 5px; }
.product-details { height: 72px; }
.product-details a { color: #b0b0b0; text-decoration: none; }
.product-details .price { color: #ED0007; text-decoration: none; }
.mini-cart-order { font-size: 11px; border: none; padding: 3px; background-color: #6b6b6b; color: white; font-weight:bold; float: left; }
.espace-links { color: #b0b0b0; margin-left:10px; }

.ligne { color: #b0b0b0; margin-left:10px; }
.separator { border: none 0; width: 100%; background: url(http://www.myfab.com/skin/frontend/myfab/default/images/hr.png) repeat-x; }

.espace-block {display:none;background:#F4F3F3 }


.menu-left  {padding-top:6px; padding-bottom:6px; padding-left:6px;}
.espace-ligne { color: #7c7b7b; width:157px;margin-left:0px; margin-right:0px;border-spacing: 0px;padding: 0}
.espace-ligne a { color: #b0b0b0; }
.espace-ligne a:hover { color: #b0b0b0; text-decoration: underline;}

.espace-ligne .espace-ligne-titre{ width:157px;color: #b0b0b0;}
.espace-ligne .espace-ligne-titre a.link{color:#7c7b7b; text-decoration:none;line-height:12px;font-size:12px}
.espace-ligne .espace-ligne-titre a.link:hover{color:#E01F2D; text-decoration: underline;}
.espace-ligne .espace-ligne-titre  .on {  color:#E01F2D; font-weight:bold; }
.espace-ligne .espace-ligne-btn {cursor:pointer}
.espace-ligne .signOff {color:#5f5d5c}
.espace-ligne .signOn {color:#E01F2D}
.espace-block .even{margin:0}

.sideAccountRed {background:#ED0007;margin-top:3px;height:19px}
/* .sideAccountRed .espace-ligne .espace-ligne-titre{height:19px} */
.sideAccountRed .espace-ligne a,
.sideAccountRed .espace-ligne a:hover { text-decoration: underline; color: #FFFFFF;font-weight:bold;}
.sideAccountRed .espace-ligne-btn { text-decoration: none; color: #FFFFFF;font-weight:bold ;}

.sideAccountGray {background:#b0b0b0;margin-top:3px}
.sideAccountGray .espace-ligne-titre, .sideAccountGray .espace-ligne-btn {color:#FFFFFF;font-weight:bold}

.mini-cart-order-account{ font-size: 11px; border: none; padding: 3px; background-color: #ED0007; color: white; font-weight:bold; float: left; }

#block-my-votes p{margin-left: 10px; color:#6b6b6b}

/* ************************ Mycart - left ******/

#block-cart-left {
    background:#F4F3F3;
    margin-top:3px;
}
 .rubrique a {color:#ffffff}
#block-cart-left .product-images {border:0px}
#block-cart-left .product-images img {border:1px solid #B6B6B6;}
#block-cart-left .product-details {height:auto}
#block-cart-left .action {margin-bottom: 0px}

/* **************************** Popular vote */
.popular-vote {
    /*height:130px;*/
    margin-left:10px;
    width:149px;
    color:#6b6b6b;
}
.popular-vote li{
list-style:none;
}

.popular-vote li a{
    text-decoration:none;
    color:#000000;
}

.popular-vote li a:hover{
    text-decoration:underline;
    color:#000000;
}

/********************** Catalog Listing */
.catalog-listing { line-height:1.35em; }
.catalog-listing h5 { margin-bottom:.4em; font-size:1.05em; }
.catalog-listing h5 a, .catalog-listing h5 a:hover { color:#6b6b6b; text-decoration:underline; }
.catalog-listing .add-to { margin:.7em 0; color:#555; line-height:1.3em; font-size:.95em; font-weight:bold; }
.catalog-listing .add-to a, .catalog-listing .add-to a:hover { text-decoration:underline; }
.catalog-listing .ratings { margin-bottom:.6em; }

.catalog-listing .ratings { line-height:1.5; }
.catalog-listing .ratings .rating-box { float:none; margin-bottom:3px; }
.catalog-listing .ratings .pipe { display:none; }
.catalog-listing .ratings a { display:block; }

/* Generic Product Grid */
.generic-product-grid { width:100%; }
.generic-product-grid td { border-right:1px solid #d9dde3; border-bottom:1px solid #d9dde3; padding:12px 10px; line-height:1.6em; }
.generic-product-grid tr.last td { border-bottom:0; }
.generic-product-grid td.last { border-right:0; }
.generic-product-grid .product-image { text-align:center; }
.generic-product-grid td.empty-product { border-right:0; background:#f5f6f6; }


/* toolbar */
.page-switcher {
    color:#6b6b6b;
    font-weight:bold;
}

.page-switcher a{
    text-decoration:none;
    color:#acacac;
	font-weight:normal;
}

/*Add by blue*/
.page-switcher .with-underline{
    text-decoration: underline;
}

.page-switcher a:hover{
    text-decoration:underline;
    color:#acacac;
}

.page-link {
    color:#6b6b6b;
    font-weight:bold;
}

.page-link a{
    color:#6b6b6b;
    font-weight:bold;
    text-decoration:none;
}

.page-link a:hover{
    color:#6b6b6b;
    font-weight:bold;
    text-decoration:underline;
}

.mode-switcher {
    color:#6b6b6b;
}
.mode-switcher a{
    text-decoration:none;
    color:#acacac;
}
.mode-switcher a:hover{
    text-decoration:underline;
    color:#acacac;
}

/********************** Layered Navigation */
.layered-nav {background-color:#ffffff;
              text-align:right;
              border-left:1px solid #E5E5E5;
              border-right:1px solid #E5E5E5;
              overflow:hidden;
              margin-top:3px;
              #margin-top:0px;
}

/*****Add By Blue: For the block which the sub-category showed in the left of the page.***************/
.rubrique-body .sub-category-title {padding-left:15px; color:#6B6B6B; font-size:13px;}
.rubrique-body .show-select-sub-category {padding-left:35px; font-weight: bold;}
.rubrique-body .show-select-sub-category a {color:#ED0007}
.rubrique-body .show-unselect-sub-category {padding-left:35px}

/*For US home page sub header text added by blue*/
.us-home-page-sub-header-text {
	position:relative; top:25px; text-align:left; left:9px; font-size: 38px; color:#6B6B6B; font-weight:bold; font-family:helvetica;
}
.us-home-page-sub-header-text-custom {
	position:relative; top:25px; text-align:left; font-size: 38px; color:#6B6B6B; font-weight:bold; font-family:helvetica;
}

.home-page-sub-header-title{
    margin-left:43px;color:#BABABA;font-size:0.7em;font-weight:normal
}


.home-page-sub-header-title1{
    float: left; width: 163px; color:#BABABA;font-size:0.7em;font-weight:normal; text-align: right; line-height: 40px;
}

.home-page-sub-header-title2{
    float: left;  font-size: 38px; color:#6B6B6B; font-weight:bold; font-family:helvetica; line-height: 35px; margin-left: 15px;
}

.us-home-page-sub-header-table {
     border:0;
     cellpadding:0;
     cellspacing:0;
     width:949px; 
     height:65px;
}

/*** correction of display error of left navigation column */
.col-left .block-reverse, .col-left .rubrique, .col-left .rubrique-body {text-align:left;}

.layered-nav .head {
    margin:0;
    background:url(http://www.myfab.com/skin/frontend/myfab/default/images/layered_nav_head_bg.gif) no-repeat;
    height:24px;
    display:none;
    }
.layered-nav h3 { display:none; }

.layered-nav h4 {
    margin:0;
    border:0px;
    padding:3px 10px;
    /*background:url(http://www.myfab.com/skin/frontend/myfab/default/images/layered_nav_narrowed_category_heading.gif) #d5e8ff;*/
    color:#6b6b6b;
    font-weight:bold;
    font-size:1.1em;
    }

  .layered-nav dd {
    color:#6b6b6b;
      }
  .layered-nav a {
    margin:0;
    text-decoration:none;
    border:0px;
    padding:3px 3px;
    /*background:url(http://www.myfab.com/skin/frontend/myfab/default/images/layered_nav_narrowed_category_heading.gif) #d5e8ff;*/
    color:#6b6b6b;
    }
  .layered-nav a:hover {
    margin:0;
    text-decoration:underline;
    border:0px;
    padding:3px 3px;
    /*background:url(http://www.myfab.com/skin/frontend/myfab/default/images/layered_nav_narrowed_category_heading.gif) #d5e8ff;*/
    color:#6b6b6b;
    }

    .layered-nav .even {
    padding:0px;margin:5px 0px 0px 0px;
    }
    .layered-nav .odd {
    padding:0px;margin:5px 0px 0px 0px;
    }
.layered-nav .narrowed-category li { padding:4px 4px 4px 10px; }
.layered-nav .narrowed-category li .label {
    background:url(http://www.myfab.com/skin/frontend/myfab/default/images/narrow_by_li_by.gif) no-repeat 0 .2em;
    padding-left:20px;
    font-weight:bold;
    text-transform:uppercase;
    }
.layered-nav .widget-btn {
    float:right;
    margin:.1em 0 0 5px;
    font-size:.95em;
    }
.layered-nav .actions {
    padding:4px 10px;
  }
.layered-nav li {
       margin-right:10px;
       }
.narrow-by dl {
    padding:0 0 1em 0;
    }
.narrow-by dt {
    margin:0;
    padding:7px 10px 0 28px;
    text-transform:uppercase;
    }
.narrow-by dd {;
    padding:0 12px .8em 12px;
    }
.narrow-by dd li { margin-bottom:.3em; line-height:1.3em; }
.narrow-by dd.last { background:none; }

/***** Price Slider ****/

#price-slide
{
    color:#6b6b6b;
    padding-top:7px;
    padding-bottom:10px;
}

#price-slide #text-price-slide {
margin-left:10px;
}

#price-slide .slider-container{
    margin-left:10px;
    width:150px;
    height:20px;
    display:inline-block;
    background: #CCC url(http://www.myfab.com/skin/frontend/myfab/default/images/slider_bg.png) repeat-x left top;
}


 #price-slide .slider-left-text {
          margin-left:8px;
          width:13px;
          height:20px;
          font-size:11px;
          display:inline-block;
          float:left;
}

  #price-slide .slider {
          width:75px;
          background-color: #ccc ;
          height:2px;
          float:left;
          margin-top:8px!important;
          margin-top:4px;
          display:inline-block;
      }

 #price-slide .slider-right-text {
          width:30px;
          height:20px;
          display:inline-block;
          float:left;
          font-size:11px;
          margin-left:14px
}

  #price-slide .slider .handle {
          width:9px;
          height:9px;
          background-color:#f00;
          cursor:pointer;
          float:left;
          margin-top:-3px!important;
          
      }

#price-slide #nb-price-slide {
          margin-left:2px;
        font-size:11px;
}


/********************* Tool Tips */
.tool-tip { position:absolute; border:1px solid #7ba7c9; background:#eaf6ff; }
.tool-tip .btn-close { padding:6px 6px 0; margin-bottom:-9px; text-align:right; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/

/********************** Home */

.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:url(http://www.myfab.com/skin/frontend/myfab/default/images/best_selling_tr_odd_bg.gif) repeat-x 0 100% #eee; }
.best-selling tr.even { background:url(http://www.myfab.com/skin/frontend/myfab/default/images/best_selling_tr_even_bg.gif) repeat-x 0 100% #fff; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:.95em; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name, .home-spot .best-selling a.product-name:hover { color:#203548; }

.recently { margin:0 0 12px; }
.recently h3 { margin:0 0 6px; color:#e25203; font-size:1.2em; }
.recently .product-image { border:1px solid #dcdcdc; }
.recently a.product-name { display:block; width:130px; overflow:hidden; }
.recently a.product-name,
.recently a.product-name:hover { font-size:11px; color:#1d7ecf; }
.recently .add-to {margin-top:5px;font-size:11px; }
table.recently-list { width:100%; }
table.recently-list td { width:20%; }

/********************** Search */
.advanced-search {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    }
.advanced-search .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
}
.advanced-search li { margin-bottom:5px; }
.advanced-search li label { width:150px; float:left; }
.advanced-search .input-text { width:250px; }
.advanced-search select { width:256px; padding:2px; }
.advanced-search .field-row { float:left; width:256px; }
.advanced-search .range .input-text { width:70px; }
.advanced-search .range select { width:90px; padding:1px; }

.advanced-search-nothing-found { font-weight:bold; color:#df280a; margin-bottom:10px; }
.advanced-search-found-amount { margin-bottom:10px; }
.advanced-search-summary-box { padding:10px 10px 5px 10px; margin:0 0 10px; border:1px solid #E9D7C9; background-color:#FFF6F1; }
.advanced-search-summary-tip { clear:both; font-weight:bold; }
.advanced-search-summary-box { margin-bottom:10px; }
.advanced-search-summary-box ul { list-style:none; float:left; width:50%; }
.advanced-search-summary-box ul li span { background:url(http://www.myfab.com/skin/frontend/myfab/default/images/search_criteria.gif) 0 3px no-repeat; padding-left:15px; font-weight:bold; color:#E17C24; }
/* Inline translation fix */
.advanced-search-summary-box ul li span.translate-inline { background:0 !important; }

/********************** Block Reserse concept */

.block-reverse{
    background-color:#000000;
    color:#FFFFFF;
    /*border-top:3px solid #FFFFFF;*/
    /*border-top:3px solid #000000;*/
    margin-top:3px;
    padding-top:2px;
    padding-left:15px;
	padding-right:10px;
	padding-bottom:10px;
    width:144px;
}

.block-reverse p{
    color:#FFFFFF;
    margin-left:20px;
    width:90px;
    line-height:1em;
}

.block-reverse h3{
    font-weight:bold;
    color:#FFFFFF;
    margin-left:20px;
    padding-top:10px;
    display:block;
    font-size:1.80em;
    width:90px;
    line-height:1em;
}

/********************** Menu Espace Colonne Gauche */

.even { margin: 5px 9px 0px 9px; }
.actions { margin: 0 0 5px 9px; color: #6b6b6b; }
.product-images { float: left; border: 1px solid #b6b6b6; margin-right: 5px; }
.product-details { height: 72px; }
.product-details a { color: #b0b0b0; text-decoration: none; }
.product-details .price { color: #ED0007; text-decoration: none; }
.mini-cart-order { font-size: 11px; border: none; padding: 3px; background-color: #6b6b6b; color: white; font-weight:bold; float: left; }
.rubrique { border-top: 0px solid #ffffff; background:#dedede; width:169px; height:21px; color: #333333; }
.rubrique strong { margin-left:10px; line-height:21px; font-weight:bold; font-size:12px;}
.rubrique-body {background-color : #ffffff;margin-bottom:3px;}
.rubrique-body-margin {margin: 5px 14px 0px 14px;}
.rubrique-div1 {margin: 5px 10px 0px 10px; color:#6B6B6B; font-weight:bold;}
.rubrique-div1-a-color {color:#E01F2D;}
.rubrique-div2 {margin-top: 5px;}
.rubrique-div2-a {margin-right:10px; padding:0px; text-decoration:underline;}
.espace-links { color: #b0b0b0; margin-left:10px; }
.espace-links a { text-decoration: none; color: #b0b0b0; }

.ligne { color: #b0b0b0; margin-left:10px; }
.separator { border: none 0; width: 100%; background: url(http://www.myfab.com/skin/frontend/myfab/default/images/hr.png) repeat-x; }
.orderDetailLineHeight {height:10px;}

/********************** Catalog Listing */


/* List Type */
.listing-type-list .listing-item { border-top:1px solid #f0f0f0; padding:12px 10px; }
.listing-type-list .product-image { float:left; width:450px;/* padding-left:60px;*/ }
.listing-type-list .product-shop { width:250px; }
.listing-type-list .product-shop .description { margin:.5em 0 1.2em 0; }
.listing-type-list .product-shop .price-box { float:left;text-align:left; white-space:nowrap; margin:3px 10px 5px 0; padding:0; }
.listing-type-list .product-shop .form-button {/*margin:0.5em 0 0; */}
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a { color:#6e6969; }
.listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; text-decoration: underline;}
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }

/* Grid Type *\/
.listing-type-grid td { width:33%; text-align:left; }
.listing-type-grid .add-to-compare { display:block; margin:5px 0; background:url(http://www.myfab.com/skin/frontend/myfab/default/images/icon_add_to_compare.gif) no-repeat 0 50%; padding-left:22px; color:#6e6969; font-weight:bold; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }*/

/* Grid Type */
.listing-type-grid {/*height:675px ;background:url(http://www.myfab.com/skin/frontend/myfab/default/images/bkg_products-grid3.gif) 0 0 repeat;*/margin-bottom:8px; margin-top:8px; }
.listing-type-grid .grid-row { /*border-bottom:1px solid #d9dde3;*/ }
.listing-type-grid li.item { float:left; width:138px;  line-height:1.6em; overflow:hidden; }
.listing-type-grid .last { border-bottom:0; }
.listing-type-grid .product-image { text-align:center; margin-bottom:0px}
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }
.listing-type-grid .grid-row li{ height:225px;border-right:1px solid #f0f0f0; border-bottom:0px solid #f0f0f0; border-top:0px solid #f0f0f0; margin-bottom:0px; }
.listing-type-grid .grid-row li.last{ border-right:0px ; }

/* Rewrites for different layouts */
.col-1-layout .listing-type-grid { background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/bkg_products-grid1.gif); }
.col-1-layout .listing-type-grid li.item { width:280px; }
.col-2-left-layout .listing-type-grid,
.col-2-right-layout .listing-type-grid { /*background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/bkg_products-grid2.gif);*/ }
.col-2-left-layout .listing-type-grid li.item,
.col-2-right-layout .listing-type-grid li.item { width:254px; }
.col-2-left-layout .listing-type-grid .even,
.col-2-right-layout .listing-type-grid .even { margin:0; border-bottom:1px solid #f0f0f0; }
.col-2-left-layout .listing-type-grid .odd,
.col-2-right-layout .listing-type-grid .odd { margin:0; border-bottom:1px solid #f0f0f0; }
.col-2-left-layout .listing-type-grid .last,
.col-2-right-layout .listing-type-grid .last { margin:0; border-bottom:0px solid #f0f0f0; }
.col-2-layout-display {display: none;}
/* *********************** */

.catalog-listing-product-name a{
    text-decoration:none;
    font-size:11px;
    color:#6b6b6b;line-height:10px;
}

.catalog-listing-product-name a:hover{
    text-decoration:underline;
    font-size:11px;
    color:#6b6b6b;line-height:10px;
}

.catalog-listing-product-name-div1{ width:100%; text-align:center; margin-left:5px;}
.catalog-listing-product-name-div2{ width:98px; text-align:center; margin:0 auto;}
.catalog-listing-product-name-div3{ margin-left:-20px; width:26px; text-align:center; display:inline; position:absolute;}
.catalog-listing-product-name-div4{ margin-left:-15px;}
.catalog-listing-product-name-div5{ width:100%; text-align:center; margin-left:5px;}
.catalog-listing-product-name-div6{ width:98px; text-align:center; margin-left:0px; clear:both;}
.catalog-listing-product-name-span1{ font-size:11px; font-weight:bold; color:white; #margin-top:5px; white-space:nowrap;}
.catalog-listing-product-name-span2{ font-size:12px; font-weight:bold; color:white;}

.catalog-listing-product-price {width:112px;text-align:center;height:20px;vertical-align:middle;}
.catalog-listing-product-name {text-align:center;height:15px;line-height:10px;vertical-align:middle;}
.catalog-listing .price-box{padding:0px;height:20px;text-align:middle;width:260px; margin: 0 auto;}
.catalog-listing .price-box .new-price {font-size:2em;line-height:20px}
.catalog-listing .price-box .old-price {font-size:1.2em;color:#6B6B6B;line-height:20px}
/********************** Product Detail */
/* Product Images */
/*.product-img-box { float:left; width:267px; }
.product-img-box .product-image-zoom { position:relative; overflow:hidden; width:265px; height:265px; z-index:9; }
.product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.image-zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px auto; background:url(http://www.myfab.com/skin/frontend/myfab/default/images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 28px; cursor:pointer; }
.image-zoom #track { position:relative; height:18px; }
.image-zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px;background:url(http://www.myfab.com/skin/frontend/myfab/default/images/magnifier_handle.gif) 0 0 no-repeat; }
.image-zoom .btn-zoom-out { position:absolute; left:2px; top:1px; }
.image-zoom .btn-zoom-in { position:absolute; right:2px; top:1px; }
.product-img-box .more-views h4 { border-bottom:1px solid #ccc; margin-bottom:.8em; font-size:.95em; text-transform:uppercase; }
.product-img-box .more-views ul { margin-left:-9px; }
.product-img-box .more-views li { float:left; margin:0 0 9px 9px; }
.product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.product-info-box { margin-top:10px; border:1px solid #c4c6c8; margin-top:0; }
.product-info-box .product-name { margin-bottom:.3em; color:#6B6B6B; font-size:1.2em; }
.product-info-box .price-box { margin:10px 0; }
.product-info-box .data-table .price-box { margin:0; padding:0; }
.product-info-box .availability { margin:10px 0; padding:0; font-size:0.92em; }

.add-to-cart-box { float:right; }
.add-to-cart-box .qty-box { float:left; }
.add-to-cart-box .qty-box label { float:left; }
.add-to-cart-box .qty-box .qty { float:left; margin:0 5px; }
.add-to-cart-box .form-button { float:left; }

.add-to-box { text-align:right; }
.add-to-box li { display:inline; }

.add-to-holder { margin:10px 0; }
.add-to-holder .add-to-cart-box { float:left; }
.add-to-holder .add-or { float:left; padding:0 7px; font-weight:bold; color:#666; }
.add-to-holder .add-to-box { float:left; line-height:1.25em; text-align:left; }
.add-to-holder .add-to-box li { display:block; }
.add-to-holder .add-to-box li .pipe { display:none; }

.product-info-box .ratings { margin-bottom:1em; }
.product-essential, .product-collateral { padding:25px; }
.product-essential { padding:25px; background:url(http://www.myfab.com/skin/frontend/myfab/default/images/product_essential_bg.gif) no-repeat 100% 0 #fff; }
.product-essential .product-shop { width:330px; }
.product-essential .product-shop .ratings { margin-bottom:10px; }

.product-pricing { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.product-pricing li { line-height:1.4; background:url(http://www.myfab.com/skin/frontend/myfab/default/images/bg_tierico1.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.product-pricing .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.product-pricing .price { font-weight:bold; color:#2f2f2f; }

.product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { color:#2f2f2f; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { margin-bottom:0; padding:15px 0 0; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .product-pricing { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .product-pricing li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-shop .product-options-bottom .price-box { float:none; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
*/
/* Product Options */
dl.item-options dt { font-weight:bold;  float:left; margin-right:5px;}
dl.item-options dd {}

.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px #1e7ec8 dotted; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ccc; border-bottom-color:#bbb; border-right-color:#bbb; background-color:#f6f6f6; }
.truncated .truncated_full_value dl dt { margin-top:0; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:35px; top:10px; }
.col-right .truncated .show dl  { left:-240px; top:10px; }

/* Product Collateral */
.product-collateral { background:url(http://www.myfab.com/skin/frontend/myfab/default/images/product_collateral_bg.gif) repeat-x #faf7ee; }
.product-collateral .head { margin-bottom:1em; border-bottom:1px solid #e5dcc3; padding-bottom:1px; font-size:1.15em; }
.product-collateral .collateral-box { margin-bottom:2em;  }
.product-collateral .collateral-box h4{ color:#e26703; }
.product-collateral .attribute-specs table { border-color:#d9DDE3; }
.product-collateral .attribute-specs .label { font-weight:bold; }
.product-collateral .attribute-specs .data { border-right:0; }
.product-collateral .attribute-specs td { padding-top:3px; padding-bottom:3px; line-height:1.25em; }

.product-collateral .up-sell .head { padding-bottom:8px; margin-bottom:0; }
.product-collateral .up-sell .generic-product-grid { border:1px solid #E5DCC3; border-top:0; }
.product-collateral .up-sell .generic-product-grid td { width:25%; border-color:#E5DCC3; background:#f6f2e7; padding-top:15px; }
.product-collateral .up-sell .generic-product-grid td img { border:1px solid #E5DCC3; }
.product-collateral .up-sell .generic-product-grid td.empty-product { background:#f1ecdb; }
#customer-reviews { margin-bottom:15px; }
#customer-reviews li { margin-bottom:25px; }
#customer-reviews li p { clear:both; }
.product-collateral .add-tag-box .input-box { float:left; width:302px; margin-right:8px; }
.product-collateral .add-tag-box .input-box .input-text { width:300px;  }
.tags-list { margin-bottom:15px; }
.tags-list li {
    display:inline;
    background:url(http://www.myfab.com/skin/frontend/myfab/default/images/separator.gif) no-repeat 100% .4em;
    padding:0 8px 0 4px;
    }
.tags-list li.first { padding-left:0; }
.tags-list li.last { background:none; }
.add-tag-box { background:url(http://www.myfab.com/skin/frontend/myfab/default/images/icon_tag_add.gif) no-repeat 0 2px; padding-left:23px; }

.product-review-box { padding-bottom:10px; }
.product-review-box table { width:456px; margin:8px 0 0; }
.product-review-box td,
.product-review-box th { text-align:center; }
.product-review-box td.label { width:100px; text-align:left; }

.product-review-table td { max-width: 32%; }

/* Product Detail sidebar */
.mini-related-items .head h4 { background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/icon_clip.gif); }
.mini-related-items .product-images { width:72px; }
.mini-related-items .product-images a { display:block; margin-left:20px; }
.mini-related-items .product-images input { float:left; /*margin-right:4px; margin-left:-6px;*/ }
.mini-related-items .product-images .checkbox-container { float:left; width:15px; }
.mini-related-items .product-details { margin-left:80px; padding-left:5px; }
.mini-related-items ol li { padding-left:0 ; padding-right:0; }



/********************** Checkout */
select.address-select { width:630px; }

.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 20px; }
.payment-methods select.month { width:146px !important; margin-right:10px; }
.payment-methods select.year { width:100px !important; }
.payment-methods input.cvv { width:3em !important; }

/* Shopping Cart */
.shopping-cart  { margin-bottom:0; }
.shopping-cart th, .shopping-cart td { padding-left:13px; padding-right:13px; }
.shopping-cart th .tax-flag {font-size:0.9em; font-weight:normal; display:block; }
.shopping-cart tr.error { background:#FDE6E0 !important; }
/* .shopping-cart .continue-shopping { float:left; } */
.shopping-cart .continue-shopping { float:none; }
.shopping-cart-item-message {margin-bottom:5px;font-size:95%;margin-top:6px; }

td.attributes-col { line-height:1.4em; }
td.attributes-col ul { margin:5px 0; font-size:.95em; }

td.attributes-col dd ul { margin:0 0 5px 0; list-style:disc; }
td.attributes-col dd ul li { margin-left:15px; }
td.attributes-col h4.title { padding:0; margin:0; font-size:1em; color:#2f2f2f; width:100%; overflow:hidden; }
td.attributes-col h4.title a { font-weight:bold; }

.shopping-cart-totals {
    width:248px;
    float:right;
    margin-top:25px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    text-align:right;
    }
.shopping-cart-totals table { width:100%; margin:7px 0; }
.shopping-cart-totals td { padding:0 15px; }
.shopping-cart-totals tr.last td {}
.shopping-cart-totals tfoot td {
    padding-top:10px;
    font-size:1.3em;
    border:none!important;
    }
.shopping-cart-totals .checkout-types { padding:8px 15px 15px; }
.shopping-cart-totals .checkout-types li { clear:both;  margin:10px 0; }

/* Tax details */
.tax-total { cursor:pointer; }
.tax-total td { line-height:13px; padding-top:5px !important; padding-bottom:5px !important; }
.tax-total .tax-collapse { float:right; padding-left:20px; background:url(http://www.myfab.com/skin/frontend/myfab/default/images/bg_collapse.gif) 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .tax-collapse { background-position:0 -55px; }
.show-details td { border-top:1px solid #d2d8db; }
.tax-details td { font-size:0.91em; color:#626465; background-color:#dae1e4; }
.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info, .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(http://www.myfab.com/skin/frontend/myfab/default/images/bg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }


.shopping-cart-collaterals {
    float:left;
    width:605px;
    padding:25px 0;
    }
.shopping-cart-collaterals .box {
    margin-bottom:18px;
    padding:12px 15px;
    border:1px solid #D0CBC1;
    background:url(http://www.myfab.com/skin/frontend/myfab/default/images/base_mini_head_bg.gif) repeat-x #fff;
    }
.shopping-cart-collaterals .box .form-button  {  margin-left:5px; }
.shopping-cart-collaterals .discount-codes h4, .shopping-cart-collaterals .shipping-estimate h4 {
    min-height:16px;
    color:#e26703;
    background-repeat:no-repeat;
    background-position:0 0;
    padding:1px 0 1px 21px;
    text-transform:uppercase;
    }
.shopping-cart-collaterals .discount-codes h4 { background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/icon_asterick.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate h4 { background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/icon_lorry.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate .input-text { width:214px; }
.shopping-cart-collaterals .shipping-estimate select { width:220px; }
.shopping-cart-collaterals .upsell {
    width:42.5%;
    border:1px solid #cec3b6;
    padding:12px 15px;
    background:#fafaec;
    }
.shopping-cart-collaterals .upsell .product-image { float:left; width:75px; border:1px solid #d0cdc9; }
.shopping-cart-collaterals .upsell .product-shop { width:170px; }
.shopping-cart-collaterals .upsell .product-shop h5 { font-size:1em; }
.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
    }
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }


/* One-Page checkout */
.one-page-checkout { margin-top: 0px;border: 1px solid #ebebeb; }
.one-page-checkout li.section { position:relative; }
.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box { border-top:0; padding:15px 20px; background:#ffffff; border-bottom: 1px solid #E3E2E2; }
.one-page-checkout .option-shipping{width:165px;padding:2px;}
.one-page-checkout .head {
		margin-bottom:0;
		padding:4px 8px 6px 8px;
		border-bottom: 1px solid #ebebeb;
		background-color: #f7f7f7;
		color: #000000;
		padding: 5px;		
		}

.one-page-checkout .tool-tip { right:8px; }

.one-page-checkout .rubrique-checkout { color:#999; font-size:12px; float: left; font-weight: bold; height: 18px; margin-top: 3px; }

.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 { color:#999; font-size:1.05em; }
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; text-transform:uppercase; color:#6B6B6B;}
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }

.one-page-checkout .step-count { margin-left:16px}

.one-page-checkout .content { padding:10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }

.one-page-checkout .allow .head { cursor:pointer; }

.one-page-checkout .active .head { margin-bottom:0; cursor:default; height:20px; }

.one-page-checkout .alloq .head a { display:block; } /* Display Edit button in active selection */
.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }

.one-page-checkout .allow h3, .one-page-checkout .active h3  { color:#6b6b6b; }

.one-page-checkout .allow .step-count { margin-left:16px }

.one-page-checkout .active .step-count { color: #6b6b6b; }


.one-page-checkout .active .box { display:block; background:#ffffff; border-left:0px; border-right:0px; }

.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li { background:#eee; margin-bottom:6px; }
.one-page-checkout-progress h4 { margin:0; color:#999; padding:2px 8px; background:#eee; text-transform:none;  }

.one-page-checkout-progress h4.complete { background:#B0B0B0; color:#ffffff; }

.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress .content { padding:8px 13px; margin-bottom:15px;}
.one-page-checkout-progress .espace-ligne .espace-ligne-titre {color:#FFFFFF}


#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { /*border:1px solid #d9dde3; border-top:0;*/ }

#opc-review .data-table { border-top:0;width:940px; margin-left:5px;margin-top:5px; }
#opc-review .data-table thead tr th { background:#ffffff none repeat scroll 0 0;}
#opc-review .data-table .odd { background:#ffffff none repeat scroll 0 0}
#opc-review .data-table h4.title {font-weight:normal; margin-left:23px;}
#opc-review .data-table tfoot td {border-top:1px solid #D9DDE3}
#opc-review .data-table td.last {padding-right:25px}

.opc-button-set-width {width:840px !important;}

.opc-please-wait { padding-right:7px; }
.one-page-checkout a.back { padding-left:16px; line-height:13px; }
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; padding-top:2em; }
.one-page-checkout .textleft { text-align: left; }

.one-page-checkout-progress .topH4 { margin:0px;border:1px solid #ED0007;border-bottom:1px solid #ffffff; color:#ffffff; background: #ED0007 url('http://www.myfab.com/skin/frontend/myfab/default/images/arrow-down.png') no-repeat center right; }

.tempBt { font-size: 11px; background:#6b6b6b; cursor:pointer height:19px; background:#6b6b6b; float:left height:19px; float:left; color:#f5f5f5; font-weight:bold; background:#6b6b6b; min-height:20px ; border:0px ; padding: 2px; }


.checkout-progress { margin:0 auto 1.5em auto; }
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:10px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }

/* Multiple Addresses checkout */
.multi-address-checkout-description {
    margin-top:-15px;
    margin-bottom:15px;
    }
.multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;
    border:1px solid #bbb6a5;
    background:url(http://www.myfab.com/skin/frontend/myfab/default/images/multi_address_box_bg.gif) repeat-x #FBFAF6;
    }
.multi-address-checkout-box .legend {
    float:left;
    margin-top:-10px;
    margin-bottom:0;
    margin-left:15px;
    border:1px solid #F18200;
    background:#F9F3E3;
    color:#F18200;
    padding:2px 8px;
    }
.multi-address-checkout-box .content {
    padding:15px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #BBAFA0;
    background:#F9F3E3;
    padding:5px 10px;
    }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .tool-tip { left:-23px; }
.multi-address-checkout-box .count-head h4 {  margin:0; }
.multi-address-checkout-box .head h5 { color:#E26703; }
.multi-address-checkout-box .head a { font-weight:normal; }
.multi-address-checkout-box .checkmo-mailing-address { display:block; padding-left:20px; }
.shipping-method-pointer { border:1px solid #d9d2be; padding:13px; background:#F9F3E3; position:relative; }
.shipping-method-pointer .pointer { position:absolute; top:-20px; right:-40px; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; background:url(http://www.myfab.com/skin/frontend/myfab/default/images/place_order_container_bg.gif) no-repeat; }
.place-order-box .main-radius{ background:url(http://www.myfab.com/skin/frontend/myfab/default/images/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { font-size:1.5em; }
.place-order-box .grand-total .price { color:#e26703; font-weight:bold; }
.place-order-box input { margin-left:15px; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6;}
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

.one-page-checkout .checkout-agreements { border:0px solid #d9dde3; border-width:0; padding:5px 20px; }
.one-page-checkout .checkout-agreements li { margin:20px 0 0; }
.one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.one-page-checkout .checkout-agreements .agree { padding-left:6px; }

.shipping-price-total .price {color:#6b6b6b; font-weight:bold;}
#checkout-review-table .pricetotal .price {color:#ED0007;display:block; width:76px; text-align:right }

/********************** Gift Messages */
.giftmessages .gift-header {
    font-size:12px;
    font-weight:bold;
    color:#e87403;
}

.giftmessages .input-checkbox {
    padding-bottom:15px;
}

.giftmessages textarea {
    height:100px;
}

.giftmessages .input-checkbox input {
    margin-right:5px;
}

.giftmessages .input-checkbox label {
    font-weight:normal;
    color:#8e8d8b;
}

.one-page-checkout .box-no-padding {
    border:1px solid #bbb6a5;
    border-top:0;
    padding:15px 0px;
    background:#faf7ee;
}

.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px;
}


.giftmessages .gift-box {
    background-color:#f6f1eb;
    border-top:1px solid #e9e4de;
    border-bottom:1px solid #e9e4de;
    padding:22px 16px 22px 22px;
}

.giftmessages .gift-box .scroll-box
{
    overflow:auto;
    height:260px;
}

.giftmessages .product-image
{
    border:1px solid #d2d1cd;
}

.no-border {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:none;
}

.no-padding { padding:0 !important; }
.no-margin { margin:0 !important; }

.giftmessages .giftmessage-product-info {
    padding-left:10px;
}

.giftmessages .numeration
{
    font-weight:bold;
    color:#8a8987;
}

.giftmessages .gift-box label { color:#918d8e; }

.giftmessages .group-select li .input-box { float:left; width:260px; }
.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea { width:495px; }
.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea { width:235px; }
.giftmessages .group-select li .input-box select { width:256px; }

/********************** Customer */

/* Customer Name */

/*.customer-name-prefix .name-prefix { width:60px }*/
.customer-name-prefix .name-prefix input { width:45px !important; }
.customer-name-prefix .name-prefix select { width:206px; }
/*.customer-name-prefix .name-firstname { width:215px !important; }*/
/*.customer-name-prefix .name-firstname input { width:190px !important; }*/

.customer-name-middlename .name-firstname { width:215px !important; }
.customer-name-middlename .name-firstname input { width:200px !important; }
.customer-name-middlename .name-middlename { width:60px !important; }
.customer-name-middlename .name-middlename input { width:35px !important; }

.customer-name-suffix .name-lastname { width:205px !important; }
.customer-name-suffix .name-lastname input { width:190px !important; }
.customer-name-suffix .name-suffix { width:50px !important; }
.customer-name-suffix .name-suffix input { width:45px !important; }
.customer-name-suffix .name-suffix select { width:51px !important; }

.customer-name-prefix-middlename .name-prefix { width:60px !important; }
.customer-name-prefix-middlename .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename .name-firstname { width:215px !important; }
.customer-name-prefix-middlename .name-firstname input { width:190px !important; }
.customer-name-prefix-middlename .name-middlename { width:50px !important; }
.customer-name-prefix-middlename .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename .name-lastname { width:200px !important; }
.customer-name-prefix-middlename .name-lastname input { width:200px !important; }

.customer-name-prefix-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-suffix .name-firstname { width:215px !important; }
.customer-name-prefix-suffix .name-firstname input { width:190px !important; }
.customer-name-prefix-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-suffix .name-suffix select { width:51px !important; }

.customer-name-middlename-suffix .name-firstname { width:215px !important; }
.customer-name-middlename-suffix .name-firstname input { width:200px !important; }
.customer-name-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-middlename-suffix .name-suffix select { width:51px !important; }


.customer-name-prefix-middlename-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename-suffix .name-firstname { width:155px !important; }
.customer-name-prefix-middlename-suffix .name-firstname input { width:140px !important; }
.customer-name-prefix-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-suffix select { width:51px !important; }

.customer-dob .input-box { float:left; width:60px }
.customer-dob input { width:30px !important;/* font-size:12px;padding:2px;*/}
.customer-dob label.label-dob { font-weight:normal; color:#888; font-size:10px; }

/* My Account navigation */
.account-nav { /*border:1px solid #bbb;*/ background:#f4f3f3;}
.account-nav .head {
   margin:0;
   background:url(http://www.myfab.com/skin/frontend/myfab/default/images/account_nav_head_bg.gif) repeat-x 0 100% #fc9d36;
   padding:3px 10px;
    }
.account-nav .head h3 { color:#fff; font-size:1.1em; }
.account-nav ul { background:#f4f3f3; padding:4px 10px 10px 10px; }
.account-nav li a, .account-nav li.on { padding:3px 0;  }
.account-nav li a { display:block; /*border-bottom:1px solid #ddd;*/ /*background:url(http://www.myfab.com/skin/frontend/myfab/default/images/account_nav_link_bg.gif) no-repeat 10px 8px;*/ }
.account-nav li a, .account-nav li a:hover { color:#5f5d5c; text-decoration:none; }
.account-nav li a:hover { color:#ea7900; text-decoration: underline;}
.account-nav li.on { border-bottom:1px solid #ddd; /* background:url(http://www.myfab.com/skin/frontend/myfab/default/images/account_nav_on_bg.gif) no-repeat 10px 8px;*/  color:#ea7900; font-weight:bold; }
.account-nav li.on a { padding:0; }
.account-nav li.last, .account-nav li.last a { border-bottom:0; }


/* Login */
.login-title {
        border:0px;
/*         margin-bottom:10px; */
        margin-top:8px;
        color:#6b6b6b;
        font-size:2.3em;
        font-weight:normal;
        text-align:left; 
	height:30px;
    }
.login-box .col-1, .login-box .col-2 { border:0px ;}
.login-box .content { background-color:#f4f3f3; padding:0px;}
.login-box .content .corps{  margin-left:10px;}
.login-box .content .corps p{ color:#666666;}
.login-box h4 {
    min-height:18px;
    border-bottom:1px solid #ddd;
    margin-bottom:10px;
    padding-left:5px;
    padding-top:2px;
    background-color: #b0b0b0;
    color:#ffffff;
    }

.new-users .input-box{margin-bottom:1px}
.new-users .validation-advice{padding-left:205px;}
.new-users .divcheck .validation-advice{padding-left:0px;}
/* .new-users .validate-custom{height:12px} */
/* .login-box .new-users h4 { background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/icon_page_white.gif); } */
/* .login-box .registered-users h4 { background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/icon_page_white_text.gif); } */
.login-box .button-set { margin:0; border:none; padding:0 13px 0 0; }
.login-box .content { min-height:415px;}
.login-box .height { min-height:380px; height:auto !important; height:380px; overflow:visible; background-color:#f4f3f3;}
.login-box input[type=text] {
    background-color:#ffffff;
}
.login-box .form-button {
    background-color:#ED0007;
}

.login-box .required {color:#ED0007; text-align:left;}
.login-box a {
    text-decoration:none;
    color:#B0B0B0;
}
.login-box a:hover {
    color:#B0B0B0;
	text-decoration:underline
}

.login-box p {
	margin-bottom:0.6em
}

/* *****and accont creation */

.login-box li label{
       display:inline-block;
       width:200px;
        }
.login-box .LabelCheckbox{
       display:inline;
       width:200px;
	font-weight:normal
        }

.login-box .divcheck{
	margin-top:4px
}
.login-box li input{
       display:inline-block;
       width:200px;
        }
 .login-box li select{
       display:inline-block;
       width:200px;
        }
.login-box .name-prefix { width:600px }
.login-box .name-firstname { width:600px }

.lineAccount{border-top:1px solid #e3e2e2;width:100%;height:10px;margin-top:14px}

/* password forgotten */
.form-password-forgotten {width:300px; }



/* *************** Register Billing form*/
.billing-form li {
    padding:0px;
}

.billing-form li .input-box{
    width:730px;margin-bottom:1px
}

.billing-form li label{
       display:inline-block;
       width:200px;
        }
.billing-form li input{
       display:inline-block;
       width:200px;
        }
 .billing-form li select{
       display:inline-block;
       width:200px;
        }
.billing-form .name-prefix { width:600px }
.login-box .name-firstname { width:600px }

.customer-dob label{
       display:inline-block;
       width:200px;
        }
        
.register-date .customer-dob label{
       
       +width:173px;
       _width:173px;
        }
        
.dob-day, .dob-month,.dob-year {
/*      display:inline-block; */
}

.dob-day .validation-advice, .dob-month .validation-advice, .dob-year .validation-advice {display:none}

.dob-day label, .dob-month label,.dob-year label {
     display:inline-block;
     width:30px !important;
}

.dob-da y input{
       display:inline-block;
       width:40px;
        }

/* Dashboard */
.account-box {background:#F7F7F7;color:#5F5D5C;}
.account-box .marginleft{margin-left:20px}
.account-box .head {height:24px;border-top:1px solid #e3e2e2;border-bottom:1px solid #e3e2e2;background:#f4f3f3;margin:0 }
.account-box h4 { color:#6b6b6b; line-height:24px;font-size:1.1em;}
.account-box a.link,.account-box h4 a.link:hover { line-height:24px;color:#6b6b6b }
.account-box a.linkProduct,.account-box h4 a.linkProduct:hover {color:#6b6b6b }
.account-box .inner-head {margin-top:10px; text-align:right; width:100%;}
.account-box h7 { font-size:1.1em; color:#6b6b6b;  }
.account-box h7 a { font-weight:normal; }
.account-box .h7-1 { margin-left:21px;margin-top:10px;font-weight:bold; }
.account-box .h7-2 { margin-left:21px;font-weight:bold; }
.account-box h5 { font-size:1.1em; margin-left:21px !important; margin-left:10.5px; color:#6b6b6b;  }
.account-box h5 a { font-weight:normal; }
.account-box .togglespace{float:right;margin-right:10px;cursor:pointer;font-weight:bold}
.account-box .account-info {margin-left:21px;color:#b0b0b0;line-height:15px}
.account-box .account-info ul { color:#6B6B6B; }
.account-box .account-info li {  padding-right:7px; padding-left:7px; float:left;}
.account-box .account-info ul.gift {display:block; color:#6B6B6B;}
.account-box .account-info ul.gift li { display:block; padding-right:7px; padding-left:3px; }
.account-box .account-info li.selected { font-weight:bold; background:url(http://www.myfab.com/skin/frontend/myfab/default/images/point-con.gif) no-repeat fixed center bottom; }
.account-box .account-info ul.gift label{width:50px;}
.account-box .account-info a{color:#B0B0B0 !important}
.account-box .account-info a:hover{color:#B0B0B0 !important; text-decoration: underline;}
.account-box h6 { text-transform:uppercase; }
.account-box a.review, .account-box a.review:hover{color:#b0b0b0; line-height:24px;font-size:1.1em;}
.account-box .align{float:left}
.account-box .ratings{margin-top:5px;margin-left:14px;line-height:24px}

.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#6B6B6B;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    }
.account-box ol .content { margin-left:20px; padding:0; }
.account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
    }

.account-box li .input-box select { width:256px; }
.account-box li .input-box input { width:250px; }
.account-box .product-images { width:65px; }
.account-box .product-images img { border:1px solid #ccc; }
.account-box .product-details { margin:0 0 10px 70px; }
.account-box .content { padding:0; }
.account-box .float-right{float:right}
.account-box .margin-left{margin-left:21px}

.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.edit-password { display:block; height:20px; background:url(http://www.myfab.com/skin/frontend/myfab/default/images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }
.dashboard-welcome { margin-right:8em; margin-bottom:1.5em; font-size:1.1em; }
.account-box .head h4 { padding-left:21px; min-height:17px; background-repeat:no-repeat; background-position:0 0; }
.account-box .button-set{clear:both; margin-top:0em;margin-top:0px;margin-right:10px;text-align:right;}
.account-box .pager{background:#F7F7F7!important;color:#6B6B6B;}
.account-box .pager strong{margin-left:10px}
.account-box .input-box {margin-bottom:1px;}
.account-box .validation-advice { padding-left:205px; }
#my-helpdesks-table .validation-advice { padding-left:0px;width:225px; }

/* Account Addressbook */
.primary-address-list h4, .address-list h4 {font-size:1.1em; color:#E26703; text-transform:uppercase; }
.primary-address-list li {
    margin-bottom:10px;
    border:1px solid #ccc;
    background:url(http://www.myfab.com/skin/frontend/myfab/default/images/account_box_bg.gif) repeat-x #fff;
    padding:10px 13px 8px 13px;
    }
.primary-address-list li .head { margin:0; }
.address-list li { margin-bottom:1em; }
.address-list .actions { float:right; margin:0 0 10px 10px; }

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display:block; padding-left:20px; }

.order-view-top1 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border-bottom:1px solid #E3E2E2;
	border-top:1px solid #E3E2E2;
	height:24px;
	margin:0;
}
.order-view-top2 { background: #FFFFFF; }

/* Compare Products */
.compare-products { margin:30px 0 50px 0; }
.compare-products table { width:auto;  border:0; }
.compare-products tr { background:#EEEDED; }
.compare-products td { width:170px; text-align:left; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody tr.first td { border-top:1px solid #D9DDE3; text-align:center; }
.compare-products tbody td.last {  border-right:1px solid #D9DDE3; }
.compare-products tbody.attribute-cart td { background:#fffada !important; text-align:center; border-bottom:1px solid #D9DDE3; }
.compare-products tbody td.label {
    width:auto;
    border-bottom:1px solid #9eb8cb;
    border-left:1px solid #BEBCB7;
    background:url(http://www.myfab.com/skin/frontend/myfab/default/images/comparison_table_label_bg.gif) repeat-y 100% 0 #d9e5ee !important;
    text-align:left;
    }
.compare-products tbody.remove-buttons tr {  background:#fff;  }
.compare-products tbody.remove-buttons td {
    border:none !important;
    padding:0;
    text-align:right;
    font-size:0;
    line-height:0;
    }
.compare-products tbody.remove-buttons td img { float:right; }
.compare-products tr.last td {border-bottom:1px solid #ccc!important; }

/* Reviews */
.my-review-detail {background-color:#F7F7F7}
.my-review-detail .product-image { float:left; width:135px;}
.my-review-detail .product-image p { margin-bottom:0; margin-top:10px; margin-left:10px;margin-right: 10px;}
.my-review-detail .product-image p img { vertical-align:top; }
.my-review-detail .details { float:right; width:620px; margin-top:10px;}
.my-review-detail .ratings-list { margin-bottom:.8em; }
.my-review-detail .ratings { line-height:1.5; }
.my-review-detail .ratings .rating-box { float:none; margin-bottom:3px; }
.my-review-detail .ratings .pipe { display:none; }
.my-review-detail .ratings a { display:block; }


/* Gift Messages */
.giftmessage { padding:10px 0 0 0; }
.giftmessage-preview-link { font-size:11px; padding-right:7px; background-repeat:no-repeat; background-position:right 5px; }
.giftmessage-row { background-color:#f2efe9; }
.giftmessage-content { float:left; }
.giftmessage-close { float:right; }
.expand { background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/gift-message-expand.gif); }
.collapse { background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/gift-message-collapse.gif); }

/* ***** order-table-footer *******/
.data-table-account .order-table-footer {padding-bottom: 0px;}
.data-table-account .order-price-table-footer {padding-bottom: 0px;text-align:right; padding-right:28px;}
.data-table-account .order-grandtotal-table-footer {font-weight:bold;text-align:right; padding-right:28px;}

/********************** Print pages */
table.print .giftmessage-preview-link { display:none !important; }
table.print .price-excl-tax { white-space:nowrap; }
table.print .price-incl-tax { white-space:nowrap; }
table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price { display:inline; }


/********************** Pop up pages */
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.page-popup .print-head { margin:0 580px 35px; }
.page-popup .print-head-logo { margin:0 0px 5px;text-align:right;width:730px; }
.page-popup .print-head img { float:left; margin-left:0px; }
.page-popup .print-head address { float:left; margin-left:15px; }
.product-gallery-nav { padding:0 5px; }
.div_whole_co_info { width:730px;}
.print-co-info-l { margin-left:20px; float:left; font-family:arial,sans-serif,helvetica; font-size:22px; font-weight:bold; text-align:left;position:absolute;top:65px;}
.print_co_info_r { float:right; margin:0px 0px 0px 0px; font-family:arial,sans-serif,helvetica; font-size:10px;  text-align:right; }
.print-co-info-l-under { margin-left:20px; float:left; font-family:arial,sans-serif,helvetica; font-size:12px; font-weight:bold; text-align:left;position:absolute;top:95px; width:350px;}

/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/
.nowrap,
.nobr { white-space:nowrap !important; }

/* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-center a.order_underline { text-decoration:underline; }
.a-right { text-align:right; }
.left { float:left; }
.right { float:right; }

.normal-weight { font-weight:normal; }
.auto-width { width:auto; }

/* Link highlights */
.link-cart { color:#DC6809 !important; font-weight:bold !important; }
.link-remove { color:#646464 !important; }
.link-print { background:url(http://www.myfab.com/skin/frontend/myfab/default/images/icon_printer.gif) no-repeat 0 2px; padding-left:23px; }
.link-feed { background:url(http://www.myfab.com/skin/frontend/myfab/default/images/icon_feed.png) no-repeat left center; padding-left:18px; line-height:1.15; }

.order-access { padding-bottom:8px; }
.order-info { border:solid 1px #D0CBC1; background:#DEE5E8; padding:4px 8px; }
.order-info span { display:block; float:left; }
.order-info ul { display:inline; }
.order-info li { display:inline; padding-right:7px; padding-left:3px; }
.order-info li.selected { font-weight:bold; background:url(http://www.myfab.com/skin/frontend/myfab/default/images/point-con.gif) no-repeat fixed center bottom; }

/* Noscript Notice */
.noscript { border:1px solid #000; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(http://www.myfab.com/skin/frontend/myfab/default/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* For Demo store only */
.demo-notice { margin:0; background:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1em; text-align:center; }

/* Class: std - styles for admin-controlled content */
.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 .a-top { text-align:right; }

/***** menumanager Yann ****************************/
#menu_simple { 
    width:159px;
    text-align: right; 
    font-family: arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #6a6969;
    padding-top:25px;
    height:20px;
}

.menu_horizontal {
    width: 780px;
    float: left;
}

.menu_horizontal span {padding:0px 19px 0 0;display:inline-block;height:22px; white-space: nowrap;}
.menu_horizontal a:hover {text-decoration:underline;color:#ED0007;}

.menu_horizontal .vertical-separator {color: #ED0007 ;font-size : 16px}


.menu_top_horizontal {
    color: #ED0007;
    text-decoration: none;
    font-size: 15px;
    padding-top:2px;
    display:inline-block;
}

.menu_top_horizontal_em {
    color: #ED0007;
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
    display:inline;
    height:22px;
    line-height: 22px;
}

.menu_separator {
    color: #ED0007;
    font-size: 20px;
    font-weight: normal;
}


/* ---- Product Page ----- */

    .product-info-box {
        color: #6B6B6B;
    }


    .product-info-box .product-anchor {
       position:relative;
       top:-72px;
    }

    .product-info-box a {
    }   

    .product-img-main {
        text-align: center;
    }

    .product-info-menu a:hover {
       text-decoration: none;
    }

    .product-info-menu-div1 {
       float: right; margin-top:-25px; margin-left:608px; #margin-left:236px; font-weight: bold;
    }

    .product-info-menu-span1 {
      padding:0 10px; padding-bottom:2px; padding-top:2px; background-color: #B0B0B0; color:#FFFFFF; 
    }

    .product-info-menu-button-1 {
        display: inline-block;
        border: 1px solid #b0b0b0;
        padding: 0px 9px 0px 9px;
        background: #b0b0b0;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 1.3em;
    }

    .product-info-menu-button-2 {
      /*  display: inline-block;
        border: 1px solid #dedede;
        padding: 0px 9px 0px 9px;
        color: #FFFFFF;
        background: #dedede;
        font-weight: bold;
	*/
	/* menu inactif */
        display: inline-block;
        border: 1px solid #dedede;
        padding: 0px 9px 0px 9px;
        color: #dedede;
    }

    .product-info-menu-button-2-active {
        display: inline-block;
        border: 1px solid #dedede;
        padding: 0px 9px 0px 9px;
        color: #b0b0b0;
        text-decoration: none;
    }
    
    .product-info-menu-button-2-active a:hover{
        text-decoration: none;
    }

    .product-info-tab {
        display: inline-block;
        border: 1px solid #dedede;
        margin-top: -1px;
        width: 100%;
    }


    .product-info-tab .top-arrow {
        display: inline-block;
        float: left;
        margin-top: -1px;
        margin-left: 10px;
    }

    .product-info-tab .top-back {
        display: inline-block;
        float: right;
    }

    .product-info-tab .middle-content {
        display: inline-block;
        width: 100%;
    }

    .product-info-tab .bottom-title-box {
        display: inline-block;
        border: 1px solid #b0b0b0;
        margin-top: 10px;
        padding: 0px 9px 0px 9px;
        background: #b0b0b0;
        color: #FFFFFF;
        font-weight: bold;
    }

    .bottom-title-box-new {
        height:20px;
        width:100%;
        background: #b0b0b0;
        color: #FFFFFF;
        font-weight: bold;
    }
    .bottom-title-box-new span{
    	font-size:1.2em
    }


    .product-info-tab .bottom-title-box-new {
        height:20px;
        margin-top: 10px;
        width:100%;
        background: #b0b0b0;
        color: #FFFFFF;
        font-weight: bold;
    }
    .product-info-tab .bottom-title-box-new span{
    	font-size:1.2em    
    }

    .product-review-tab{
    border:1px solid #DEDEDE;
    display:inline-block;
    margin-top:-1px;
    width:100%;
    }

    .product-review-tab .top-back {
        display:inline-block;
        float:right;
    }

   .product-review-tab .top-back a
    {
        font-size: 9px;
        color: #b0b0b0;
    }
    
   .bottom-title-box-new .top-back a:hover
    {
        font-size: 9px;
        color: #b0b0b0;
        text-decoration: underline;
    }

    .product-review-tab .top-back a
    {
        margin-right: 5px;
    }

    .product-review-tab .top-back img {
        margin-right: 3px;
    }
/**/


    /* Description */
    .product-info-tab .color-hover {
      background-color:#ffffff;
      border: 1px solid #e3e0e1;
      z-index: 9999;
      width:200px;
      position:relative;
      top:10px;
      left:500px;
      text-align:left;
      padding: 2px 5px 5px 5px;
   }

   .product-info-tab .product-description-title {
        margin-left: 20px;
        
        width: 732px;
        
    }


    .product-info-tab .description-content-left {
        display: inline-block;
        float: left;
        margin-left: 20px;
        width: 400px;
    }

    .product-info-tab .description-content-right {
        display: inline-block;
        float: right;
        width: 280px;
        margin-top: 5px;
    }

    .product-info-tab .description-content-right .pictures img {
        border: 1px solid #dedede;
    	cursor: pointer;
    }


    .product-info-tab .top-back a
    {
        font-size: 9px;
        color: #b0b0b0;
    }
    
    .product-info-tab .top-back a:hover
    {
        font-size: 9px;
        color: #b0b0b0;
        text-decoration: underline;
    }

    .product-info-tab .top-back a
    {
        margin-right: 5px;
    }

    .product-info-tab .top-back img {
        margin-right: 3px;
    }


    .product-info-tab .add-info-div { color: #6b6b6b; margin-top: -1px; border:solid 1px #dedede; }
    .product-info-tab .add-info-div .light { color: #dedede; }

    .product-info-tab .tags { background: #6b6b6b; color: #FFFFFF; float:left; margin-right: 1px;}
    .product-info-tab .tags .button { margin: 6px; font-weight: bold;}
    .product-info-tab .tags #sharethis_0 { margin: 3px; font-weight: bold; color: #FFFFFF;}
    .product-info-tab .tags #sharethis_0 span { color: #FFFFFF;}
    .product-info-tab #tag-box { border: solid 1px #dedede; width: 350px; display: none; }

    .product-info-box .order{background-color:#f4f3f3;width:300px; min-height:120px; overflow:hidden; display:block;margin-bottom:0px;}

    .product-info-box .order .price-box {
	font-size:1.5em;
        padding: auto;
        margin: auto; 
    }

    .product-info-box .order .price-box .old-price {margin-right:5px;color:#6B6B6B}
    .product-info-box .order .price-box span{}
    .product-info-box .order .price-box .order-button{float:right}

    .product-info-box .order-button {
        overflow:visible;
        height: 24px;
        padding:0px 4px 2px;
        border: 0;
        background:#ED0007;;
        color:#FFFFFF;
        font:bold 14px arial, sans-serif !important;
        cursor:pointer;
        text-align:center;
        vertical-align:middle;
    }
    

    .product-info-box .order-button span {

    }


    .product-info-box .order-button-time {
        overflow:visible;
        width:auto;
        height: 26px;
        padding:2px 2px;
        background:#FFFFFF;
        border:2px solid #ED0007;;
        color:#6b6b6b;
        font:bold 14px arial, sans-serif !important;
        cursor:pointer;
        text-align:center;
        vertical-align:middle;
        text-transform: uppercase;
    }

    .product-info-box .order-button-time span {

    }

.product-info-box-hr {
           width: 98%; 
           *width: 99%; 
           margin:0;
           *margin:0 0 -14px 6px;
           float:none;
           *float:left;
           display:block;     
}

    .content-header-floating .order-button {
        overflow:visible;
        width:auto;
        height: 26px;
        padding:2px 2px;
        border: 0;
        background:#ED0007;
        color:#FFFFFF;
        font:bold 14px arial, sans-serif !important;
        cursor:pointer;
        text-align:center;
        vertical-align:middle;
    }

    .content-header-floating .order-button-time {
        overflow:visible;
        width:auto;
        height: 26px;
        padding:2px 2px;
        background:#FFFFFF;
        border:2px solid #ED0007;;
        color:#6b6b6b;
        font:bold 14px arial, sans-serif !important;
        cursor:pointer;
        text-align:center;
        vertical-align:middle;
        text-transform: uppercase;
    }

    .content-header-floating .price-box .new-price {margin-right:12px}

    /* Manufacturer */

    .product-info-tab .manufacturer-text {
        display: inline-block;
        float: left;
        margin-left: 20px;
        width: 540px;
        text-align: justify;
    }

    .product-info-tab .manufacturer-picture {
        display: inline-block;
        float: right;
        margin-right: 20px;
        width: 173px;
        height: 112px;
    }

     /* Designer */

    .product-info-tab .designer-text {
        display: inline-block;
        float: left;
        margin-left: 20px;
        width: 540px;
    }

    .product-info-tab .designer-picture {
        display: inline-block;
        float: right;
        margin-right: 20px;
        width: 130px;
        height: 140px;
        margin-top:-20px;
    }

    .product-info-tab .designer-name {
        margin : 0px 0px 3px 20px;
        width: 300px;
        font-size :15px;
        font-weight:bold;
    }

    .product-info-tab .designer-products {
        margin : 0px 0px 3px 20px;
        width: 400px;
    }
    
    /* Shipping */

    .product-info-tab .shipping-text {
        display: inline-block;
        float: left;
        margin-left: 30px;
        width: 280px;
    }

    .product-info-tab .order div {
        display: inline ; 
    }

    .product-info-tab .shipping-picture {
        display: inline-block;
        float: right;
        margin-right: 20px;
        width: 410px;
    }




    /* Related Products */

    .product-info-tab .related-products-block {
        display: inline-block;
        float: left;
        margin-top: 20px;
        text-align: center;
    }

    .product-info-tab table tr td {
        border-right: 1px solid #f0f0f0;
    }

    .product-info-tab .last {
        border-right: none;
        display:inline;
    }

    .product-info-tab .related-products-block .product-name {
        color: #6b6b6b;
    }

    .product-info-tab .related-products-block .price-box {
        display: inline;
    }

    .product-info-tab .related-products-block .price-box div {
        display: inline;
    }


    /* You may also like  */
    .product-info-tab .up-sell-block {
        display: inline-block;
        float: left;
        margin-top: 20px;
        text-align: center;
    }

    .product-info-tab table tr td {
        border-right: 1px solid #f0f0f0;
    }

    .product-info-tab .last {
        border-right: none;
    }

    .product-info-tab .up-sell-block .product-name {
        color: #6b6b6b;
    }

    .product-info-tab .up-sell-block .price-box {
        display: inline;
    }

    .product-info-tab .up-sell-block .price-box div {
        display: inline;
    }

    .upsell .regular-price .price {font-size : 1.5em }


    /* Reviews */

    .product-info-tab .reviews {
        display: inline-block;
    }

    .product-info-tab .product-rating-box {
        float:left;
        height:18px;
        margin-right:5px;
        position:relative;
        width:90px;
    }

    .product-info-tab .product-rating {
        float:left;
        height:18px;
        margin-right:5px;
        position:relative;
        width:90px;
    }

    .product-info-tab .review-col {
        text-align: left;
        display: inline-block;
        width: 230px;
    }

    /*  Add style on generique tag */

    .product-info-tab h1, .product-info-tab h2,.product-info-tab h3,.product-info-tab h4,.product-info-tab h5 , .product-info-tab h6 {color:#ED0007;margin-bottom:10px;margin-top:10px;font-weight:bold}
    .product-info-tab ol {list-style-type: decimal;margin-left:15px}
    .product-info-tab ul {list-style-type:disc;margin-left:15px}


    #review-table tr td {
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Floating Bar  */

    .content-header-floating {
        background: #676767;
        border-left:1px solid #988753;
        border-right:1px solid #988753;
        border-bottom:1px solid #988753;
        display:none;
        margin: auto;
        opacity:0.9;
        filter: alpha(opacity=90);
        position:fixed;
        top:0;
        width:772px;
        z-index:100;
        height: 75px;
        overflow: hidden;
    }

    .content-header-floating .floating-product-title-box {
        margin: 5px;
        margin-left:8px
    }
    .floating-product-image {
        float: left; margin-right: 8px;
    }
    .floating-product-text {
        float: left;  width: 455px;
    }

    .floating-product-text div {
        float: left; line-height: 28px;
    }
    
    .floating-product-text-divwidth {
        width: 305px;
    }
    
    .floating-product-text-div1 {
        margin-top: 0px!important;margin-top: 7px
    }
    
    .floating-product-text-div2 {
        font-size:1.2em;
    }
    
    .floating-product-text-div3 {
        font-size: 1.1em; font-weight:bold;
    }

    .floating-product-text-div4 {
        font-size: 1.1em; font-weight:bold; position: absolute;  margin-left:190px; margin-top:26px;
    }
    
    .floating-product-title-box .price-box { padding: 0px; }

    .floating-product-title-box .price-box span{ }

    .floating-product-title-box .price  { margin-left:5px; color:#ED0007; font-weight: normal; }
    .floating-product-title-box .regular-price { margin-left:-5px; color:#ED0007; font-size:34px; font-weight: normal; }
    .floating-product-title-box .new-price { margin-left:5px; color:#ED0007; font-size:34px; font-weight: normal; }
    .floating-product-title-box .old-price { margin-left:5px; color:#B0B0B0; font-size:18px; text-decoration:line-through; margin-right:5px}
    .floating-product-title-box .old-price-star { color:#B0B0B0; font-size:18px;}
    .floating-product-title-box .collection-name { margin-left: 0.3em; color:#6a6969; font-size:2.2em;}
    .floating-product-title-box .collection-name-fontstyle {font-size:0.95em; color:#ED0007; font-weight:bold; margin-right: 15px; margin-top: -5px!important;margin-top: 0px }
    .floating-product-title-box .collection-name-fontstyle2 {font-size:0.95em; color:#FFFFFF; font-weight:bold; }
    .floating-product-title-box .collection-name-fontstyle3 {font-size:0.95em; color:#6B6B6B; font-weight:normal;}
    .floating-product-title-box .product-name { opacity:1; margin-left:0px!important; margin-left:2.5px;color:#d0cece; font-size:2.2em; float: left;}
    .floating-product-title-box .product-name-fontstyle {font-size:2.6em; line-height:30px; color: #6B6B6B; width:440px;}
    .floating-product-title-box .product-name-fontstyle2 {font-size:2.6em; line-height:30px;height:65px; color: #FFFFFF;width:365px; }
    .floating-product-title-box .product-description {
        float:left; line-height: 13px; color: #6a6969; overflow: hidden;
    }

	.floating-product-title-box .content-header-blockright{float:left;width:325px;height:65px;text-align:right}
	.floating-product-title-box .content-header-blockright .regular-price{font-size:12px;line-height:19px}
	.floating-product-title-box .floating-product-text .price  { margin-left:5px; color:#ED0007; font-size:1em; font-weight: normal; }	
	.floating-product-title-box .order-button {float:right;*margin-top:5px;height:24px; padding:0px 4px 2px 4px;}
	
	.floating-product-title-box-div1 {
	     position:relative; top: -20px;
	}
	
	.floating-product-title-box-div2 {
	     position:relative; top: -30px;
	}
	
	.product-info-tab .price-box { padding: 0px; }
	.product-info-tab .price  { margin-left:-5px; color:#ED0007; font-size:1em; font-weight: normal; line-height:28px}
	.product-info-tab .regular-price { margin-left:5px; color:#ED0007; font-size:30px; font-weight: normal;}
	.product-info-tab .new-price { margin-left:5px; color:#ED0007; font-size:34px; font-weight: normal; }
	.product-info-tab .old-price { margin-left:5px; color:#d0cece; font-size:17px; text-decoration:line-through; }
	.product-info-tab .old-price-star { color:#6B6B6B; font-size:18px;}
	.product-info-tab .price-legend {color:#7d7d7d; display:none; float:left;margin-left:20px;margin-top:2px;}

    .content-header-floating .content-header .product-title-box img { border-right: 10px; }


    /* Bestseller */
.products-view-bestseller {}
.products-view-bestseller-title { color:#ED0007;font-size:1.4em;margin-bottom:2px;margin-top:6px;padding-left:20px}

.products-view-bestseller {height:180px;}
.products-view-bestseller ul {list-style-image: none;border: 1px solid #ebe9e9 ; height:150px;}
.products-view-bestseller .product-name {text-align:center; margin-top:10px;}
.products-view-bestseller li {float:left ; width: 190px;}
.products-view-bestseller li div {width: 190px;}
.products-view-bestseller li div table {width: 185px;}
.products-view-bestseller li a {text-decoration:none}
.products-view-bestseller .price-box{width: 185px; padding: 0; text-align:center}
.products-view-bestseller .vertical-separator { border-right:1px solid #ebe9e9; width:1px ; height:120px ; float : left; margin-top:15px;}
.products-view-bestseller .regular-price .price { font-weight:normal; font-size:15px }
.products-view-bestseller .new-price { font-weight:normal; font-size:15px }

/* jQzoom */
div.jqZoomTitle { z-index:5000; text-align:center; position:absolute; top:0; left:0; width:100%; color:#fff; background:#999; }
.jqZoomPup { overflow:hidden; background-color:#fff; z-index:10; border-color:#fff; border-style:solid; cursor:crosshair !important; /* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60); -moz-opacity:0.6; opacity:0.6; */ }
.product-image { cursor:pointer !important; }
p.product-image { cursor:default !important; }
.zoom-activated {}
.jqZoomPup img { border:0; }
.preload { text-decoration:none; border:1px solid #ccc; padding:8px; text-align:center; background:#fff url(http://www.myfab.com/skin/frontend/myfab/default/images/zoomloader.gif) no-repeat 43px 30px; width:90px; height:43px; z-index:10; position:absolute; top:3px; left:3px; -moz-opacity:0.8; opacity:0.8; filter:alpha(opacity=80); }
.jqZoomWindow { border:1px solid #ccc; background-color:#fff; }

/*** Product Page View - version 2.1 - CSS ****/

.grey-line {border-bottom: 1px solid #e8e8e8;border-top: 1px solid #ffffff;  border-left:0px;border-right:0px;margin-top:15px;}

.product-box-add-to-cart {height:205px;width:211px;background:#ffffff url(http://www.myfab.com/skin/frontend/myfab/default/images/background-add-to-cart.jpg);overflow: hidden;margin-bottom:5px;text-align:center}
.product-box-add-to-cart h3 {color:#000000; font-size:13px; text-align:center;margin-top:20px;font-family:Vernada}

.product-box-add-to-cart .price-box {text-align:center}
.product-box-add-to-cart .price-box .old-price {color:#333333; font-size:13px}
.product-box-add-to-cart .price-box .old-price-star {color:#333333; font-size:13px}
.product-box-add-to-cart .price-box .regular-price {font-size:1.2em;vertical-align:middle;}
.addtocart-quantity {font-size:12px;color:#000000;font-family:Vernada }
.addtocart-quantity select {width:50px}
#product-order-button-add {margin-top:10px}

.product-box-engagement {border: 1px solid #e8e8e8;height:126px;width:206px;margin-left:1px;margin-bottom:13px;}
.product-box-engagement h4{color:#666666; margin-left:10px;margin-top:5px; font-family:Vernada}
.product-box-engagement img{margin-left:5px;}
.product-box-factory-delivery {border: 1px solid #e8e8e8;width:206px;margin-left:1px}

.product-info-box-container .product_manufacturer {width:185px;margin-left:10px;text-align:justify; font-size:11px;color:#999999;line-height:110%;}
.product-info-box-container .product_manufacturer h4{color:#666666; font-size:13px;margin-top:5px}
.product-info-box-container .product_manufacturer img {margin:10px 6px;}
.product-info-box-container .product-details a {font-size: 11px; color:#333333}
.product-info-box-container .product-details .price-box {padding-top:2px;}
.product-info-box-container .product-details .price-box .old-price {font-size: 11px; color:#666666}
.product-info-box-container .product-details .price-box .old-price-star {font-size: 11px; color:#666666}
.product-info-box-container .product-details .price-box .regular-price span {font-size:12px;vertical-align:bottom;}
.product-info-box-container .product_shipping {width:185px;margin-left:10px;text-align:justify; font-size:11px;color:#999999;line-height:110%;margin-bottom:10px;}
.product-info-box-container .product_shipping h4{color:#666666; font-size:13px;margin-top:5px}
.product-info-box-container .product-description-title {font-size:16px !important; font-family:Vernada;font-weight:bold !important}
.product-info-box-container .product_feature_title {font-size:16px !important; font-family:Vernada;font-weight:bold !important}
.product-info-box-container .product_dimension_title {font-size:16px !important; font-family:Vernada;font-weight:bold !important}


.order-button-red {height:34px;width:151px;background:#ffffff url(http://www.myfab.com/skin/frontend/myfab/default/images/button_order_red.jpg) no-repeat;text-align:center;margin-left:30px;margin-top:5px;cursor:pointer}
.order-button-red span {color:#ffffff; padding-top:7px;font-size:18px;text-transform:uppercase;vertical-align:middle;display:block}


/* Yann */
.block-title, strong.block-title {
    font-weight:normal;
}

.homecategory {width:949px;}
.homecategory .titlecat {width:450px;float:left;}
.homecategory .titlecat H1{color:#6b6b6b;font-size:3.4em;line-height:40px;font-weight:normal}
.homecategory .homedesc {float:right;width:180px;height:145px;overflow:hidden;}
.homecategory .homedesc H2 {font-size:1em;line-height:12px;color:#b0b0b0;font-weight:normal;text-align:justify}
.homecategory .menuEntry{width:172px; float:left; margin-top:10px;}
.homecategory .menuEntry .menuEntryBody a{color:#ED0007;text-decoration:none;}
.homecategory .menuEntry .menuEntryBody a:hover{color:#ED0007;text-decoration:underline;}

.homecategory .menuEntryTop{width:171px;height:7px;background:transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/menuentriesTop.gif);overflow: hidden;}
.homecategory .menuEntryBody{width:171px;height:7px;background:transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/menuentriesBody.gif) repeat-y;height:auto}
.homecategory .menuEntryBottom{width:171px;height:7px;background:transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/menuentriesBottom.gif);overflow: hidden;}
.homecategory .back {margin-top:40px;font-weight:bold}
.homecategory .back a,.homecategory .back a:hover{color:#6B6B6B;font-weight:bold}
.homecategory .listLvl1{list-style-type:none;margin-left:12px}
.homecategory .listLvl2{}

.homecategory_sscat{width:473px;height:390px;float:left;}
.homecategory_sscat .titleBlock {height:24px;background:url(http://www.myfab.com/skin/frontend/myfab/default/images/motif_title.gif) repeat scroll 0 0;color:#FFFFFF;display:inline-block;font-weight:bold;padding:0 9px}

.homecategory_sscat .top-arrow {display: inline-block;float: left;margin-top: -1px;margin-left: 10px;}
.homecategory_sscat h2 {line-height:24px;font-size:1em;display:inline;color:#FFFFFF}
.homecategory_sscat .blockline{width:473px;height:328px;border:1px solid #999999;}
.homecategory_sscat .blockline .block_product{float:left;display:inline-block;width:157px;height:140px;}
.homecategory_sscat .blockline .borderRigth{border-right:1px solid #cccccc}
.homecategory_sscat .blockline .block_product .home_ss_cat_image{text-align:center;margin:auto}
.homecategory_sscat .blockline .block_product .labelProduct{text-align:center;margin:auto}
.homecategory_sscat .blockline .hline{margin-left:20px!important;margin-left:10px;width:90%;margin-top:3px;height:3px;border-top:1px solid #cccccc;float:left}

.blockProducts {width:950px;border-spacing: 0px;padding:0px;margin-top:10px;}
.blockProducts .first .blockline{border-right:0px;}
.blockProducts .blockLink{float:left;}
.blockProducts .blockLink a {color:#ED0007;font-weight:bold}

.universcategory{width:949px;height:365px}
.universcategory .titlecat {width:900px;}
.universcategory .titlecat H1{color:#6b6b6b;font-size:3.4em;line-height:40px;font-weight:normal}
.universcategory .homedesc H2 {font-size:1em;line-height:12px;color:#b0b0b0;font-weight:normal;text-align:justify;width:169px;height:250px}
.universcategory .titlecat-collection {width:500px;}
.universcategory .titlecat-collection H1{color:#6b6b6b;font-size:3.4em;line-height:40px;font-weight:normal}

.home-thumbnail {clear:both;}
.home-thumbnail .titlecat H1{color:#6b6b6b;font-size:3.4em;line-height:40px;font-weight:normal}
.home-thumbnail .bigBlock{width:949px;min-height:510px}
.home-thumbnail .bigBlock .block{width:290px;height:150px;display:inline-block;padding:10px 10px 10px 10px;border-right:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;}

.home-thumbnail .bigBlock .last{border-right:0px}
.home-thumbnail .bigBlock .block .thumbnail{float:left;vertical-align:text-top;}
.home-thumbnail .bigBlock .block .desc{height:150px;overflow:hidden}
.home-thumbnail .bigBlock .block .desc h2{font-size:1em;line-height:1em;color:#6B6B6B;}

/** Yann BOF **/
.collectionscategory {width:949px; height:391px;}
.collectionscategory .titlecat-collection {width:500px;}
.collectionscategory .titlecat-collection H1{color:#6b6b6b;font-size:3.4em;line-height:40px;font-weight:normal}
.collectionscategory .homedesc H2.category-description, .universcategory .homedesc H2.category-description {font-size:1em;line-height:12px;color:#b0b0b0;font-weight:normal;text-align:justify;width:169px;height:250px;overflow:hidden}

.button-backto a {font-weight:bold}
.button-backto span {font-weight:bold; padding-right:3px}

.collectioncategory_sscat {width:169px;height:182px;float:left;}
.blockProducts-collection .titleBlock {height:24px;background:url(http://www.myfab.com/skin/frontend/myfab/default/images/motif_title.gif) repeat scroll 0 0;color:#FFFFFF;display:inline-block;font-weight:bold;padding:0 9px}
.titleBlock-univers {height:24px;background:url(http://www.myfab.com/skin/frontend/myfab/default/images/motif_title.gif) repeat scroll 0 0;color:#FFFFFF;display:inline-block;font-weight:bold;padding-left:9px; width:171px;}
.top-arrow {display: inline-block;float: left;margin-top: -1px;margin-left: 10px;}
#by-univers h2, #by-bestsellers h2 {line-height:24px;font-size:1em;color:#FFFFFF}
.blockline-grey {width:180px;height:160px;border:0px solid #afafaf; background:#f3f2f2;}
.blockline-grey a,.blockline-grey a:hover{font-weight:bold}
.blockProducts-collection .blockline-line1 {width:759px;height:170px;border:1px solid #afafaf;}
.blockProducts-collection .blockline-line2 {width:948px;height:170px;border:1px solid #afafaf; margin-top:-1px;}
.blockProducts-collection .blockline-item {width:188px;height:150px;float:left; margin:0px; text-align:center;}
.blockProducts-collection .blockline-linecontent {padding:15px 0px;}
.blockProducts-collection .blockline .block_product {float:left;display:inline-block;width:157px;height:140px;}
.blockProducts-collection .blockline .borderRigth {border-right:1px solid #cccccc}
.blockProducts-collection .blockline .block_product .home_ss_cat_image {text-align:center;margin:auto}
.blockProducts-collection .blockline .block_product .labelProduct {text-align:center;margin:auto}
.blockProducts-collection .blockline .hline {margin-left:20px;width:90%;margin-top:3px;height:3px;border-top:1px solid #cccccc;float:left}
.blockline-item a {text-decoration:none;}
.blockline-item a:hover {text-decoration:underline;}
#block-bottom-collections tr {width:950px;}

.universcategory {width:949px; height:391px;}
.universcategory_sscat {width:169px;height:186px;float:left;}
.blockProducts-univers .titleBlock {height:24px;background:url(http://www.myfab.com/skin/frontend/myfab/default/images/motif_title.gif) repeat scroll 0 0;color:#FFFFFF;display:inline-block;font-weight:bold;padding:0 9px}
.blockProducts-univers .top-arrow {display: inline-block;float: left;margin-top: -1px;margin-left: 10px;}
.blockProducts-univers .blockline-item a h2 {line-height:24px;font-size:1em;color:#6b6b6b}
.blockProducts-univers .blockline-grey {width:169px;height:172px;border:0px solid #afafaf; background:#f3f2f2;}
.blockProducts-univers .blockline-line1 {width:949px;height:185px;border:1px solid #afafaf;}
.blockProducts-univers .blockline-line2 {width:949px;height:185px;border:1px solid #afafaf; margin-top:-1px;}
.blockProducts-univers .blockline-item {width:179px;height:150px;float:left; margin:5px; text-align:center;}
.blockProducts-univers .blockline-linecontent {padding:15px 0px;}
.blockProducts-univers .blockline .block_product {float:left;display:inline-block;width:157px;height:140px;}
.blockProducts-univers .blockline .borderRigth {border-right:1px solid #cccccc}
.blockProducts-univers .blockline .block_product .home_ss_cat_image {text-align:center;margin:auto}
.blockProducts-univers .blockline .block_product .labelProduct {text-align:center;margin:auto}
.blockProducts-univers .blockline .hline {margin-left:20px;width:90%;margin-top:3px;height:3px;border-top:1px solid #cccccc;float:left}

.blockProducts-collection .first .blockline{border-right:0px;}
.blockProducts-collection .blockline-grey div {padding-top:10px; padding-left:15px;}
.collection-block-univers {padding-top:5px; padding-right:15px; float:right;}
.blockProducts-collection .blockline-grey div ul li a {text-decoration:none;}
.blockProducts-collection .blockline-grey div ul li a:hover {text-decoration:underline;}

.homecollection {width:772px;}
.homecollection .landscape{width:772px;height:365px}
.homecollection .bigBlock {width:772px;border:1px solid #CCCCCC;text-align:center}
.homecollection .bigBlock .block{width:220px;display:inline-block;padding:10px 10px 10px 10px;}

.homedesigner {width:772px;}
.homedesigner .landscape{width:772px;height:365px}
.homedesigner .bigBlock {width:772px;border:1px solid #CCCCCC;text-align:center}
.homedesigner .bigBlock .block{width:220px;display:inline-block;padding:10px 10px 10px 10px;}
.homedesigner .titlecat h1{color: #ED0007; margin-bottom:4px; }
.designer-home-title { font-size: 20px; margin-bottom: 3px;}

#block-bottom-collections {width:950px; border-spacing:0px; padding:0px; }
#block-bottom-univers {width:950px; border-spacing:0px; padding:0px; }
#by-univers {margin-right:0px; position:relative; float:left; width:189px; height:180px;}
#by-bestsellers {width:300px; position:relative; float:left;}

.category-left-menu-entries {float:left; clear:left; opacity:0.85; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; filter:alpha(opacity=85); position:absolute; z-index:1;}
*+html .category-left-menu-entries {margin-left: -950px;} /*for IE7*/
div.clear-both {clear:both;}

/* pagination */
.lsting-type-list .listing-item .product-shop .description a { float:right; }
.catalog-pagination-bar {border-bottom:1px solid #F0F0F0; border-top:1px solid #F0F0F0; height:20px;}
.catalog-pagination-bar-0 { width:200px; height: 20px; line-height:20px; padding-left:8px; float:left;}
.catalog-pagination-bar-1 { width:auto; height: 20px; line-height:20px; padding-left:8px; float:right; border-right:1px solid #fff;}
.catalog-pagination-bar-2 { width:auto; height: 20px; line-height:20px; padding-right:8px; float:right; border-right:1px solid #fff;}
.catalog-pagination-bar-3 { width:auto; height: 20px; line-height:20px; padding-right:0px; float:right; text-align:center;}
.catalog-pagination-separator { color:#acacac;font-weight:normal }
.catalog-paginator-block-seperator { border-left:1px solid #fff; height:100%; }
.catalog-pagination-bar-2 .sort-by {margin-left:10px;}
.catalog-list-block-separator {float:left;}
.catalog-pagination-bar-bottom {border-bottom:1px solid #F0F0F0; border-top:1px solid #F0F0F0; height:20px;text-align:center;}
.catalog-pagination-bar-1-bottom {float:none;}
.catalog-category-layer-filter { margin: 5px 0px 5px 0px; }

.sale_category {
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:scroll;
}

.salecategory {
cursor: pointer;
height: 500px;
margin-top:10px;
margin-bottom:10px;
background-repeat:no-repeat;
}

.category-big-image-container {
	margin-top:15px;
	height:460px;
	width:950px;
}

.checkout-cart-gallery-size {
	margin-top: 25px;
}

.artist-description {background-color:#efefef; padding-left: 50px; padding-right: 50px; padding-top: 20px; padding-bottom: 20px; color: #333333; font-size: 1.1em; }

.artist-description-name { color: #ED0007; font-size: 2em; margin-bottom: 5px; }
.artist-description-seemore { background-color:#6c6c6c; color: #ffffff; cursor: pointer; padding: 0 ;border:0; margin:0; line-height: 1.3em; font-size: 0.8em; }
.artist-description-seeless {text-align:right; display:none;}

.artist-description-collection-content {display:none;}

.dashboard-print {float:left; line-height:24px; margin-left:10px; }

.vote_sscat {width:473px;height:230px;float:left;}
.vote_sscat .titleBlock {height:24px;background:url(http://www.myfab.com/skin/frontend/myfab/default/images/motif_title.gif) repeat scroll 0 0;color:#FFFFFF;display:inline-block;font-weight:bold;padding:0 9px}

.vote_sscat .top-arrow {display: inline-block;float: left;margin-top: -1px;margin-left: 10px;}
.vote_sscat h2 {line-height:24px;font-size:1em;display:inline;color:#FFFFFF}
.vote_sscat .blockline {width:770px;height:230px;border:0px solid #999999;}
.vote_sscat .blockline .block_product {float:left;display:inline-block;width:256px;height:210px;}
.vote_sscat .blockline .borderRigth {border-right:1px solid #EBE9E9;}
.vote_sscat .blockline .block_product .home_ss_cat_image{text-align:center;margin:auto;}
.vote_sscat .blockline .block_product .labelProduct {text-align:center;margin:auto;}
.vote_sscat .blockline .block_product .labelProduct a {text-decoration:none;}
.vote_sscat .blockline .block_product .labelProduct a:hover {text-decoration:underline;}
.vote_sscat .blockline .hline{margin-left:20px;width:90%;margin-top:3px;height:3px;border-top:1px solid #cccccc;float:left}

.catalogsearch_sscat {width:473px;height:215px;float:left;}
.catalogsearch_sscat .titleBlock {height:24px;background:url(http://www.myfab.com/skin/frontend/myfab/default/images/motif_title.gif) repeat scroll 0 0;color:#FFFFFF;display:inline-block;font-weight:bold;padding:0 9px}

.catalogsearch_sscat .top-arrow {display: inline-block;float: left;margin-top: -1px;margin-left: 10px;}
.catalogsearch_sscat h2 {line-height:24px;font-size:1em;display:inline;color:#FFFFFF}
.catalogsearch_sscat .blockline {width:770px;height:230px;border:0px solid #999999;}
.catalogsearch_sscat .blockline .block_product {float:left;display:inline-block;width:256px;height:183px;}
.catalogsearch_sscat .blockline .borderRigth {border-right:1px solid #EBE9E9;}
.catalogsearch_sscat .blockline .block_product .home_ss_cat_image{text-align:center;margin:auto;}
.catalogsearch_sscat .blockline .block_product .labelProduct {text-align:center;margin:auto;}
.catalogsearch_sscat .blockline .block_product .labelProduct a {color:#333;}
.catalogsearch_sscat .blockline .hline {margin-left:20px;width:90%;margin-top:3px;height:3px;border-top:1px solid #cccccc;float:left}
.catalogsearch_sscat .blockline .block_product .labelProduct .price-box .regular-price .price {color:#ED0007;font-size:15px;}
.catalogsearch_sscat .blockline .block_product .labelProduct .price-box .old-price {font-size:15px;}
.catalogsearch_sscat .blockline .block_product .labelProduct .price-box .old-price-star {font-size:15px;}
.catalogsearch_sscat .blockline .block_product .labelProduct .price-box {padding:0px;width:120px;}
.catalogsearch_sscat .blockline .block_product .labelProduct .product-name {float:left;}
.catalogsearch_sscat .blockline .block_product .labelProduct .labelProduct-table td {width:auto;vertical-align:bottom;}
.catalogsearch_sscat .blockline .block_product .labelProduct .labelProduct-table {width:100%;}

.designer-name {margin-top:15px;margin-left:18px;margin-bottom:8px;font-size:17px;font-family:Arial;}
.designer-collection {margin-left:18px;}
.designer-content {margin:5px 20px 15px;text-align: justify;line-height:16px;}
.designer-div1 {margin-top: 4px;}
.designer-div2 {background-color:#DCD8D9; border: 0px solid #dcd8d9; position: relative;}
.designer-div3 {padding-top:13px;padding-left:15px;}
.designer-div4 {margin-left: 3px; background-color:#dcd8d9; border: 1px solid #dcd8d9; position: relative; left: 4px;}
.designer-div5 {margin:20px;}
.designer-div6 {position: relative; bottom: 5px;}
.designer-div7 {width:785px;height:180px;}
.designer-img {position:relative; left: 50px;}
.designer-justify {text-align: justify;}

.gallery-image2 {}
.mygallery-big-image-container {height:360px;width:770px;}
.mygallery-thumbnail {background-color:#F0F0F0;height:200px;width:770px;}
.gallery-thumbnail {width:109px;border-width:15px 25px; border-style:solid;border-color:#F0F0F0;}
.gallery-thumbnail-title {text-align:center;color:#6B6B6B;}

.menuEntry-myGallery {background:#F4F3F3;width:169px;text-align:left;}
.menuEntry-myGallery .menuEntryTop{}
.menuEntry-myGallery .menuEntryBody{margin-left:18px;line-height:20px;padding:6px 0px;}
.menuEntry-myGallery .menuEntryBottom{}

.collection-banner-tag-few-hour, .collection-banner-tag-few-day { width:950px;height:25px;background:#000000 }
.collection-banner-tag-few-hour span, .collection-banner-tag-few-day span {font-size:18px;color:#FFFFFF;line-height:25px;margin-left:10px}

.sitemap-block {float:left; width:225px; margin-left:9px; min-height:10px;margin-bottom:5px;}
.sitemap-block h1 {font-size:1.3em;font-weight:bold;color:#6B6B6B;}
.sitemap-block h2 {font-size:12px;font-weight:normal;color:#6B6B6B;}
.sitemap-block a:hover {color:#ED0007}

/** Yann EOF **/

.bottom-link-all {text-align:right; padding-top:20px;}
.bottom-link-all span a {font-weight:bold; color: #ED0007;}

.bottom-list-univers {width:950px; height:auto; min-height:50px; position:static; padding-top:10px;}
.bottom-list-univers div {width:190px; height:15px; float:left;}
.bottom-list-univers div h3 a {font-size:10px; color:#b4b4b4;}

.collectionList {}
.collectionList .col1{float:left;color:#ED0007;width:180px}
.collectionList h1 {color:#ED0007;line-height:18px;font-size:1.4em}
.collectionList h2 {color:#999999;line-height:15px;font-size:1em;line-height:30px}
.collectionList .linkUnivers {color:#ED0007;text-decoration:none }
.collectionList .linkUnivers:hover {color:#ED0007;text-decoration:underline }

.collectionList .linkCollection {color:#999999;text-decoration:none }
.collectionList .linkCollection:hover {color:#999999;text-decoration:underline }

.navHeader1Column{width:950px;padding:0px;border-spacing:0px;}
.navHeader1Column .first{background-color:#F4F3F3; width:169px; padding:0px}
.navHeader1Column .rubrique-body {width:169px;float:left;height:100%;display:inline-block}
.navHeader1Column .navHeader1Column-left { padding-left:8px; display:inline-block;background:#FFFFFF}
.navHeader1Column .navHeader1Column-left .category-table-menu { width:773px;}
.navHeader1Column .navHeader1Column-left .category-head{margin-bottom:4px}

.gallery-banner-container, .collection-banner-container {font-size: 1.5em; margin-top: 10px; margin-bottom: 10px;color:#ED0007;}
.gallery-banner-container, .collection-banner-container a{text-decoration: none;}
.gallery-banner img, .collection-banner {margin:15px 0px; width:950px; height:180px; }
.collection-banner-container .collection-date { text-align:right;padding-top:155px;padding-right:187px;font-size:0.7em;color:#000000;font-weight:bold; } 

/* Image cross fade -- BOF */
#category-menu-image-container {
	position:relative;
	width:950px;
	height:450px;
	border:0px solid #000;
	clear:right;
	float:left;
}
* html #category-menu-image-container {position: absolute;} /*for IE6*/

#category-menu-image-container img {
	position:absolute;
	top:0; left:0;
	height:450px;
	width:950px;
}

/* Image cross fade -- EOF */

.collection-itemsDipslay { border:1px solid #B0B0B0;width:950px;height:165px;text-align:center}
.collection-itemsDipslay .product-block-four {width:236px;height:150px;border-right:1px solid #B0B0B0;float:left;margin-top:8px;}
.collection-itemsDipslay .product-block-five {width:189px;height:150px;border-right:1px solid #B0B0B0;float:left;margin-top:8px;}
.collection-itemsDipslay .last{border-right:0px;}

/* previous product */
#block-previous-product img {border: 1px solid #b0b0b0;}
#block-previous-product .product-name {width:109px}
#block-previous-product .image-small {width:40px}


/*  contact us */
#contact-predispatch { height:300px;margin-top:10px;}
#contact-predispatch li { float:left ; width:375px;margin-right:10px;margin-bottom:10px}
* html #contact-predispatch li { float:left ; width:375px;margin-right:7px;margin-bottom:10px}
#contact-predispatch .type-contact button { background-color:#6c6c6c; color: #ffffff; cursor: pointer; padding: 2px 6px; #width:135px;border:0; margin-right:10px;font-weight:bold; }
* html #contact-predispatch .type-contact button { background-color:#6c6c6c; color: #ffffff; cursor: pointer; padding: 2px 6px; width:140px; border:0; margin-right:10px;font-weight:bold; }
#contact-predispatch .type-contact{ width:375px; height:150px;text-align: right ; padding: 0px 0px 10px 0px;background-color: #f4f3f3 ;overflow:hidden; }
#contact-predispatch .type-contact img{ vertical-align:top; }
#contact-predispatch .type-contact p{ height:90px;width: 300px;padding-left:70px; text-align: left; line-height:16px;}
#contact-predispatch .type-contact p.predispatch-member {background:transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/img_contact_membre.jpg) no-repeat 2px 0;}
#contact-predispatch .type-contact p.predispatch-designer {background:transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/img_contact_designer.jpg) no-repeat 2px 0;}
#contact-predispatch .type-contact p.predispatch-business {background:transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/img_contact_business.jpg) no-repeat 2px 0;}
#contact-predispatch .type-contact p.predispatch-journalist {background:transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/img_contact_journalist.jpg) no-repeat 2px 0;}

#contact-predispatch h3 { text-align: left ;color: #ffffff;background-color: #b0b0b0; padding-left: 10px; height:20px;font-size: 14px}
#contact-predispatch h2 { color: #6b6b6b;}

#form-contact {margin-top:10px;}
#form-contact .page-head {height:22px}
#form-contact h2 { text-align:left; color: #6b6b6b;}
#form-contact .group-select {background-color: #f4f3f3; border: 0px; margin-top: 8px; padding: 0 0 10px 0 }
#form-contact .group-select ul {margin-left:20px}
#form-contact .group-select h3 { text-align: left ;color: #ffffff;background-color: #b0b0b0; padding-left: 10px; height:20px;font-size: 14px}
#form-contact label {color: #6b6b6b }
#form-contact h3 {color: #6b6b6b }
#form-contact .text-box {width:700px;margin-left:10px}
#form-contact .text-box p {padding-left:75px; padding-top:10px; height:60px}

#form-contact .text-box p.formcontact-customer {background:transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/img_contact_membre.jpg) no-repeat 5px 0;}
#form-contact .text-box p.formcontact-designer {background:transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/img_contact_designer.jpg) no-repeat 5px 0;}
#form-contact .text-box p.formcontact-business {background:transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/img_contact_business.jpg) no-repeat 5px 0;}
#form-contact .text-box p.formcontact-journalist {background:transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/img_contact_journalist.jpg) no-repeat 5px 0;}

#form-contact .button-set {margin-top: 10px;padding:1px;width:625px}
#form-contact .button-set .back-link {text-decoration:underline;margin-right:15px;padding-left:18px ; background:transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/arrow_back_left.jpg) no-repeat 0px 0;}
#form-contact p.required {margin: 0 0 0 20px;text-align:left}
#form-contact select {padding:1px;}
#form-contact .form-button {background-color:#ED0007; color:#ffffff;}

/* Link my Cart*/

#top-link-cart {background:transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/cart.gif) no-repeat -2px -3px;padding-left: 30px;height:18px;}

/* Cart preview */

#cart_preview
{
    background-color:#ffffff;
    border: 1px solid #e3e0e1;
    z-index: 9999;
    width:200px;
    position:relative;
    top:10px;
    margin-right:350px;
    text-align:left;
    padding: 2px 5px 5px 5px;
}

#cart_preview h4
{
    text-align:center;
    color:#6b6b6b;
}
#cart_preview li { height: 50px}
#cart_preview .product-images { width:36px; height:36px; padding:0 ; display:inline; margin-left:10px}
#cart_preview .product-images a img { vertical-align:top; }
#cart_preview .product-details { height : 40px; }

/*  ending soon */

.ending-soon {}
.ending-soon .few-hour{ width:950px;height:25px;background:#000000 }

.ending-soon .few-hour span {font-size:1.5em;color:#FFFFFF;line-height:25px;margin-left:10px}

.product-description-title { font-size: 1.5em; margin-top: 10px; margin-bottom: 10px;color:#ED0007;}
.product-description-body{margin-top: 40px;}

.product_block_description .product-description-title {font-size: 1.5em; margin-top: -25px; margin-bottom: 10px;color:#ED0007; font-weight: bold; }
* html .product_block_description .product-description-title {margin-top:13px;}
*+html .product_block_description .product-description-title {margin-top:13px;}
.product_block_description .product-description-body{}
.product_block_description .product-rassurance{height:135px;width:390px}
.product-description-title {font-size: 1.7em; margin-top: 10px; margin-bottom: 10px;color:#ED0007;font-weight:bold;}
.product-description-body{}

.product_feature{margin-left:20px}
.product_feature .product_feature_title{font-size:1.3em;color:#ED0007;margin-bottom:10px;margin-top:10px;font-weight:bold}
.product_feature .product_feature_list{list-style-type:disc;margin-left:15px}
.product_dimension {margin-left:20px}
.product_dimension .product_dimension_title{font-size:1.3em;color:#ED0007;margin-bottom:10px;margin-top:10px;font-weight:bold}
.product_dimension .product_delivery_list{list-style-type:disc;margin-left:15px}

.product_shipping{}
.product_shipping .product_delivery_body{margin-left:20px; margin-right:20px}
.product_shipping .product_delivery_body .product_delivery_list{list-style-type: decimal;margin-left:15px}
.product_shipping-span{padding-left: 9px;line-height: 20px;}
.product_shipping-div{margin-top: -1px; width: 100%;}
.product_shipping-text{text-align:justify;}
.product_delivery_title{}


/* home page */
.home-list-image {position: absolute}
#home-page-header {margin-top: 8px;}
/*.home-page-products { margin-top:365px; border-top: 1px solid #ebe9e9}*/
.home-page-products {width:1033px; margin-top:10px; text-align:center; float:left;}
.home-page-products ul {list-style-image: none }
.home-page-products .product-name {text-align:center}
.home-page-products li {float:left; }
/*.home-page-products li {float:left ; width: 253px;}
.home-page-products li div {width: 252px;}
.home-page-products li div table {width: 250px;}*/
.home-page-products li {float:left ; width: 236px;}
.home-page-products li div {width: 236px;}
.home-page-products li div table {width: 236px;}
.home-page-products li a {text-decoration:none}
.home-page-products li a:hover {text-decoration:underline;}
.home-page-products .price-box{width: 200px; padding: 0}
.home-page-products .vertical-separator { border-right:1px solid #ebe9e9; width:1px ; height:135px ; float : left; }
.home-page-products .vertical-separator-line {width:1px ;}
.home-page-products .regular-price .price { font-weight:normal; font-size:12px }

/* countdown powersoccer */
#jmoins {width:188px}

/* search fail */
div.search-failed-head {text-align:justify;font-family:Arial;margin-bottom:0px;margin-top:15px;padding-bottom:16px;}
div.search-failed-head p.title {lang:de-DE;color:#ED0007;text-align:justify;font-weight:normal;font-size:22px;font-family:Arial;padding:15px 30px 10px;margin-bottom:0px;}
div.search-failed-head p.content {lang:de-DE;color:#656565;text-align:justify;font-weight:normal;font-size:15px;font-family:Arial;margin-bottom:0px;margin-top:10px;line-height:17px;padding:0px 30px 0px;}
div.search-failed-arrow {margin-left:30px;width:15px; height:9px;}
div.search-failed-head-image {width:772px;height:329px;margin-bottom:0px;}
div.search-failed-bestseller {lang:de-DE;color:#ED0007;text-align:left;font-size:18px;font-family:Arial;margin:11px 0px;}

.blockVideo {z-index:101;
	width:100%;
	height:1400px;
	opacity:0;
	background-color:#333333;
	position:absolute;
	top:0px;
	left:0px;text-align:center;
	visibility:hidden;
	}
* html .blockVideo {width:1400px}

.positionVideo{position:relative;top:30px;left:0px;width:100%;}

.close{color:#FFFFFF;font-weight:bold;cursor:pointer}

.marketing-footer-body {}
.marketing-footer-body .title{margin-top:10px;color:#6B6B6B;font-size:1.3em;font-weight:bold}
.marketing-footer-body .desc{}

#footer {min-height:200px;}

.footer .marketing-footer {height:104px;border:1px;padding:0px;border-spacing:0px}
.footer .marketing-footer .marketing-footer-begin { width:94px;height:104px;background:url(http://www.myfab.com/skin/frontend/myfab/default/images/new_footer_motif.jpg) }
.footer .marketing-footer .marketing-footer-body {background:url(http://www.myfab.com/skin/frontend/myfab/default/images/new_footer_motif.jpg)}
.footer .marketing-footer .marketing-footer-body .title{margin-top:10px;color:#6B6B6B;font-size:1.3em;font-weight:bold}
.footer .marketing-footer .marketing-footer-body .desc{}
.footer .marketing-footer .marketing-footer-end { width:7px;height:104px;background:url(http://www.myfab.com/skin/frontend/myfab/default/images/new_footer_end.jpg) }


.footer-dot {width:100%;padding:0px;border-spacing:0px;height:97px}
.footer-dot .dot-top-motif {height:4px;background:url(http://www.myfab.com/skin/frontend/myfab/default/images/dot-top-motif.jpg) repeat-x;}
.footer .footer-dot .dot-top-motif {width:248px}
.footer-large .footer-dot .dot-top-motif {width:305px}
.footer-dot .dot-extern-top-left {width:4px;height:4px;line-height:4px;background:url(http://www.myfab.com/skin/frontend/myfab/default/images/dot-left-top.jpg) no-repeat;}
.footer-dot .dot-extern-top-right {width:4px;height:4px;line-height:4px;background:url(http://www.myfab.com/skin/frontend/myfab/default/images/dot-right-top.jpg) no-repeat;}
.footer-dot .dot-between {width:14px;height:4px;line-height:4px;background:url(http://www.myfab.com/skin/frontend/myfab/default/images/dot-middle-top.jpg) no-repeat;}
.footer-dot .dot-left-motif{width:4px;background:url(http://www.myfab.com/skin/frontend/myfab/default/images/dot-left-motif.jpg) repeat-y}
.footer-dot .dot-between-motif{width:14px;background:url(http://www.myfab.com/skin/frontend/myfab/default/images/dot-middle-motif.jpg) repeat-y}
.footer-dot .dot-right-motif{width:4px;background:url(http://www.myfab.com/skin/frontend/myfab/default/images/dot-right-motif.jpg) repeat-y}


/* PreHome */

#prehome-page-body { width:949px; height:400px;}
#prehome-page-body div { width:949px; height:400px;}
#prehome-page-body img { width:949px; height:400px;}


#prehome-page-footer { width:949px; color:#737373}
#prehome-page-footer table{ width:949px; margin-top:0px;border-spacing:0px}
#prehome-page-footer .prehome-footer { width:317px;height:105px; background-color:#dedede; border-right:2px solid #FFFFFF; overflow:hidden}
#prehome-page-footer .last { border-right:0px}
#prehome-page-footer .prehome-footer h3 {text-transform:uppercase;width:260px;color:#737373; margin-left:10px; margin-top:20px; margin-bottom:2px}
#prehome-page-footer .prehome-footer p {color:#737373; margin-left:10px;width:280px;text-align:justify}

#prehome-page-footer .over { background-color:#ED0007}
#prehome-page-footer .over h3 {color:#ffffff}
#prehome-page-footer .over p {width:280px;color:#ffffff;text-align:justify}

#prehome-footer-link {width:949px;}
#prehome-footer-link table {width:949px;margin-top:10px;}
#prehome-footer-link td {width:12%}
#prehome-footer-link td a{color:#afafaf;}

.prehome-skip-intro {width:110px; height:20px;display:block;cursor:pointer;position:relative;top:363px; left : 740px;}


/* print bill */

#print-bill {text-align:left; font-family:arial,sans-serif,helvetica;}
#print-bill h2 {width:900px;margin-left:20px;font-family:arial,sans-serif,helvetica; color:#000; font-size:12px;}
#print-bill h3 {width:900px;margin-left:20px}
#print-bill .text-header {width:700px;margin-left:20px;text-align:left;}
#print-bill table {width:715px; margin-left:15px; margin-top:20px;}
#print-bill .order-title {font-weight:bold; text-align:right ; width:200px;}
#print-bill .order-value { text-align:left ; padding-left: 20px;}
#print-bill .addresses {margin-top:50px;margin-left:20px;}
#print-bill .data-table tbody td {height:auto;}
.Iamtheline{border-top:solid 1px #000; width:710px; margin:10px 0px 10px 20px;}
.Iamtheinnerline{border-top:solid 1px #000; width:715px; margin:10px 0px 10px 0px;}²

.input-sponsor{width:250px}

/* print table*/
.print_table_title	{width:710px; border-collapse:collapse;}
.print_table_title th{background-color:#fff; padding-left:5px; }
.print_table_title td{ line-height:22px; text-align:left;  padding-left:5px;}
.text_header_invoice{font-family:arial,sans-serif,helvetica; font-weight:bold; font-size:13px; margin-left:20px; margin-top:20px;width:700px;margin-bottom:0px;}
	
.print_table_order	 {width:100%;  border-collapse:collapse;}
.print_table_order th{background-color:#CCC; padding-left:5px; padding-right:5px;}
.print_table_order td{ line-height:auto; padding-left:5px; height:auto;}
.print_table_order tx{ line-height:auto; padding-left:5px; text-align:right;}
.print_table_order h5.title{color:#000000;font-weight:normal;}
.print_table_order .cart-tax-info, .cart-price { padding-right:0px; }
.print_table_order .price-incl-tax .cart-price .price{text-align:right}
.print_table_order .items-align-right{text-align:right;padding-right:0px}
.print_table_order tr {height:auto;}

.print_table_order_footer {width:710px; margin-top:0px; border-collapse:separate;}
.print_table_order_footer th{ text-align:left;  }
.print_table_order_footer td{ line-height:22px; padding-left:0px;text-align:right;}

.print_table_invoice_footer {width:710px; margin-top:30px; border-collapse:separate;}
.print_table_invoice_footer th{ text-align:left;  }
.print_table_invoice_footer td{ line-height:22px; padding-left:5px; text-align:right; }

.payment_method_title {font-family:Verdana, Geneva, sans-serif; font-size:12px; font-weight:bold; margin-left:20px;}
.left20 {margin-left:20px;}
.footer_info{margin-left:20px; font-family:Verdana, Geneva, sans-serif; font-size:10px;}
.footer_info_content{margin-left:15px; margin-top:60px; font-family:Arial; font-size:12px; width:715px;}

.footer_info_content_r{float:right; font-family:Arial; font-size:10px; text-align:right; font-size:10px;margin-right:5px;}
.footer_info_content_l{float:left; font-family:Arial; font-size:10px; text-align:left; font-size:10px;margin-right:5px;}
.welcomeMyfab{font-weight:bold; margin-left:0px; font:arial,sans-serif,helvetica; font-size:13px;margin-left:15px;width:715px;}
.welcomeMyfab p {margin:0px;}
.marginleft20{margin-left:20px;}
.margintopinvoice{margin-top:20px;}	
.sDeliverText{margin-left:20px; font-family:Times; font-style:italic; font-size:12px;}
.textalignRight{text-align:right;}
.textalignLeft{text-align:left;}	
.textalignCenter{text-align:center;}	
	
/* css for the invoice html*/
.print_invoice_header_info {margin-left:20px; font-family:Verdana, Geneva, sans-serif; font-size:12px; font-weight:bold;}
/* p-media */

.more-views {
        height:60px; 
        width: 305px; 
        overflow: hidden; 
        display: inline-block; 
        float: left;
}

.more-views-button {
        display: inline-block; 
        height:15px; 
        width:15px;
        text-align: center; 
        padding:3px;
        margin-top:16px
}

/* p-color */

.p-color-span {
        overflow:hidden;  
        display: inline-block; 
        vertical-align: center; 
        height: 30px; 
        width: 30px; 
        border: solid 1px #b0b0b0; 
        background-color:#ffffff;
        margin: 1px; 
        *margin: 2.5px; 
        *+margin: 2.5px;
}

.p-color-div {
        text-align:center; width:100%;
}

/* p-manufacturer */

.p-manufacturer-span {
        padding-left: 9px;line-height: 20px;  
}

.p-manufacturer-div1 {
         margin-top: -1px; width: 100%; 
}

.p-manufacturer-div2 {
         margin-left:20px; margin-right:20px; text-align: justify;  
}

/* upsell-sidebar */

.upsell-sidebar-td {padding-top: 5px;}

.upsell-sidebar-span1 { width: 60px; display:inline-block;}

.upsell-sidebar-span2 { width: 85px; display:inline-block;}

.upsell-sidebar-img { border:1px solid #B6B6B6; width:58px; height: 58px;}

/* arrow-menu */

.arrow-menu-div{
        display:inline-block;
        border:1px solid #000;
        width:15px;
        height:15px;
        border:0px solid #000;
        float:left;
        margin-top:-17px; 
        margin-left:106px;
        cursor:pointer;
        position:relative;
}
/* for ie6 */
* html .arrow-menu-div{ 
        display:inline-block;
        border:1px solid #000;
        width:15px;
        height:15px;
        border:0px solid #000;
        float:left;
        margin-top:-17px; 
        margin-left:52px;
        cursor:pointer;
        position:relative;
}

/* block_concept_bg */

.block_concept_bg-div1{
        margin-top:3px; 
        background-color:#000000; 
        min-height: 312px; 
        overflow: hidden; 
        width:100%;
}

.block_high_for_fr{
        min-height: 0px;
}

.block_concept_bg-div2{
        #top: 50%;display: table-cell; vertical-align: middle; 
}

.block_concept_bg-div3{
        #top: -50%
}

/* kabrio */

.babrio-div1{position:absolute;left:}

.babrio-div2{position:relative;left:23px;top:253px;*top:243px;float:left;}

/* bedz */

.bedz-div1{position:static;float:right;width:510px;height:0px;}

.bedz-div2{position:relative;left:-35px;top:42px;float:left;width:510px;height:390px;}

/*  productview  */

.view-div1{margin-top: 70px;}

.view-div2{margin-top: 0px;}

.view-div3{display: inline;}

.view-div4{text-align:justify;}

.view-div5{width: 330px; overflow: hidden;}

.view-div6{display: inline; float: right; width: 330px; margin-left:-50px;}

.view-div7{clear:both;height:10px;overflow: hidden;}

.view-div8{clear:both; height:3px; *+height:8px;overflow: hidden;}

.view-div9{vertical-align: middle;}

.view-div10{float: right; line-height:35px;height:35px;margin-top:10px;margin-right:20px; min-width: 250px;}

.view-div11{clear:both;display:block;height:5px;overflow:hidden;}

.view-div12{float: right; margin-right:20px; margin-top:5px;  margin-bottom:5px; }

.view-div13{font-size: 0.9em; margin-bottom:10px; color:#7D7D7D; float:left;
           margin-top:2px;
           width:300px;
           text-align: right;}

.view-div14{clear:both; width: 100%;}

.view-div15{margin-right:20px;}

.view-div16{width: 100%;margin-top:10px}

.view-div17{font-size:1.1em; font-weight:bold; color:#7D7D7D;  padding-right:20px; padding-top:7px; padding-top:0px\9; float:right; width: 280px; text-align: right;}

.view-div18{float: right;}

.view-div19{

clear:both;
float:right;
min-height:40px;

margin-right:20px;
margin-top:0px;
overflow:hidden;
padding-top:5px;
text-align:right;
width:280px;
}

.view-div19 .validation-advice{ margin-left:60px; #margin-left:0px;}

.view-hrdiv {height:1px;border:none;border-top:1px solid #e5e5e5; float:right; margin-right:20px; width:260px; overflow:hidden;}

.view-bundleprice {float: left; margin-left: 60px; font-size: 8px; margin-top: 10px; margin-bottom:-15px;}

/*  search-view */

.search_view-h4 {text-align:left;}

.search_view-hr {margin-left:10px;width:149px;}

.search_view-span1 {margin-right:10px;display:inline-block}

.search_view-span2 {text-align:left;width:159px;display:inline-block}

.search_view-underline {text-decoration:underline;}

/* button_preview */

.button_preview {
position:relative;
}

.button_preview-div1{
	display:none;
	position: absolute;
   background: url(http://www.myfab.com/skin/frontend/myfab/default/images/footer/footer3_s1.png) no-repeat;
   height:180px;  
}

.button_preview-div2{
margin-left:-148px;
margin-top:23px;
background: url(http://www.myfab.com/skin/frontend/myfab/default/images/footer/footer3_s2.png) no-repeat;
}

.button_preview-div3{
margin-left:-22px;
margin-top:5px;
background: url(http://www.myfab.com/skin/frontend/myfab/default/images/footer/footer3_s2.png) no-repeat;
}

.marketing-footer-button {}  
div.marketing-footer-button { height:74px; width:249px; border:1px solid #E3E0E1;}
* html div.marketing-footer-button { height:74px; width:249px; border:1px solid #E3E0E1; margin-top:-14px;} /* for ie6 */
.marketing-footer-button .title { padding-left:6px; color: #6B6B6B; padding-top:5px; position: relative; font-size: 14px; font-weight: bold; }  
.marketing-footer-button .title-red { color:#ED0007; margin-right:12px; }  
.marketing-footer-button .text { padding-left:34px; color: #6B6B6B; line-height: 11px; margin-top: 1px; }  

/* moon-chair */
.moon-chair-div1{ cursor:pointer; position: absolute; margin-left:520px; margin-top:165px;}

.moon-chair-div2{ visibility:hidden; position:relative; }

.moon-chair-div3{ width:390px;height:219px;border:5px solid #000; }

.moon-chair-div4{ width:390px;height:219px; position:relative; }

/* us homepage bestseller bar */
.bestseller_slideshow {width: 770px; height: 200px; cursor: pointer;  position: absolute;}
.bestseller_slideshow_active {display:block;}
.bestseller_slideshow_inactive {display:none;}
.bestseller_slideshow_nav_active {
     float:left;
     background:url(http://www.myfab.com/skin/frontend/myfab/default/images/button-red.png) no-repeat;
     color:#FFFFFF;
     cursor:pointer;
     height:17px;
     width:17px; 
     margin-left:8px;
     font-size:13px;
     text-align:center;
     line-height:16px;
}
.bestseller_slideshow_nav_inactive {
     float:left;
     cursor: pointer;
     background:url(http://www.myfab.com/skin/frontend/myfab/default/images/button-black.png) no-repeat;
     color:#FFFFFF;
     cursor:pointer;
     height:17px;
     width:17px; 
     margin-left:8px;
     font-size:13px;
     text-align:center;
     line-height:16px;
}
.bestseller_enddate {position:absolute; color:#333333; margin-left:51px; margin-top:113px;}
.bestseller_button {
	background-color:#DE0007;
    border:0 none;
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    margin-left:260px;
    margin-top:168px;
    padding:1px 8px;
    cursor:pointer;
	 }
.bestseller_slideshow_nav {position:absolute;z-index:3;height:30px;margin:170px 0px 0 0px;}

/*  block_promote  */
.block_promote  {
border:1px solid #E5E5E5;
min-height:177px;
margin:0 0 7px 0;
padding:5px 0 5px 10px;
width:157px;
background-color:#F9F9F9 
}

.block_promote  p{
	margin: 0;
}

/*  block-intro  */
.block-intro {
     height:80px;
     width:772px;
     border-top:1px solid #999999;
     border-bottom:1px solid #999999;
     margin:15px 0;
     background-color:#F7F7F7;
}

/*  promote  */
.promote { 
      width:772px;height:341px; margin-bottom:15px;
}

.promote-block {
      float:left;
      width:250px; height:165px;
      margin-right:10px;
      margin-bottom:10px;
}

.promote-block_right {
      float:left;
      width:250px; height:165px;
      margin-bottom:10px;
}

/*  flashproduct  */
.flashproduct {
      width:772px; height:180px;

}

/*  purchase_process  */
.purchase_process  {
	  margin-top:15px;
      width:772px; min-height:184px;
      border-top:1px solid #999999;
      border-bottom:1px solid #999999;
      background-color:#F7F7F7;
      overflow: hidden;

}

/*  promoteproduct  */
.promoteproduct {
     border-style:solid;
     border-width:0px 0px;
     width:160px;

}

.promoteproductdiv {
   height:180px;
   width:770px;
   border-top:1px solid #e5e5e5;
   border-bottom:1px solid #e5e5e5;
}

.promoteproduct-price {
    font-size:12px;
}

.promoteproduct-left {
   background:url(http://www.myfab.com/skin/frontend/myfab/us/images/promoteproduct_left.jpg) repeat-y;
}

.promoteproduct-right {
   background:url(http://www.myfab.com/skin/frontend/myfab/us/images/promoteproduct_right.jpg) repeat-y;
}

.promoteproduct-title {
    color:#333333;
    text-align:center;
    font-weight: bold;
    line-height:9px;
}

.promoteproduct a{
    color:#333333;
    text-align:center;
    font-weight: bold;
}

.promoteproduct a:hover{
    color:#333333;
    text-align:center;
    font-weight: bold;
    text-decoration: underline;
}

.promoteproduct-price-box {
    padding:0 0; font-weight:bold;
}

.promoteproduct-old-price {
   color:#666666;
   font-size:12px;
   text-decoration:line-through;
   
}

.promoteproduct-old-price-star { color:#666666e; font-size:12px;}

.promoteproduct-regular-price {
color:#ED0007;
}

.promoteproduct-regular-price .price {
color:#ED0007;
font-size:12px;
line-height:20px;
}

/* tagcloud */
.block_tagcloud  {
border:1px solid #E5E5E5;
min-height:130px;
margin:10px 0 0px 0;
padding:5px 0 5px 5px ;
width:162px;
overflow:hidden;
background-color:#F9F9F9;
line-height:21px;
}

.block_tagcloud a{
     color: #666666; text-decoration:none;
}

.block_tagcloud a:hover{
      color: #666666; text-decoration: underline;
}

.upsell-body {
	border:1px solid #C8C8C8;
    margin-top:5px;
    padding-left:5px;
    padding-right:5px;
}

.upsellbutton {
     background-color:#DE0007;
     border:medium none;
     height:22px;
     width:100%;
     color:#FFFFFF;
     font-size:12px;
     cursor: pointer;
}

.product-options dt{
float:left;
font-weight:bold;
margin-left:0px;
* margin-left:0px;
width:60px;
}

.product-options dd{

min-height:40px;
}

/*  for chrome */ 
   @media screen and (-webkit-min-device-pixel-ratio:0) {
    .floating-product-title-box .collection-name-fontstyle2 {font-size:0.95em; color:#FFFFFF; font-weight:normal; }
    .catalog-listing-product-name-div3{ margin-left:0px; }
  }   
  
.register-comment {font-style:italic; font-weight:normal; color:#666; font-size:11px; }
  
.trust-shop {margin-top:5px;margin-bottom:5px;width:550px;text-align:justify;font-weight:normal;font-style:italic;line-height:15px;}

/*Add by blue for the collection active*/
.collection_hover:hover{text-decoration:underline;color: #6B6B6B;}

/*Add by blue, for UK version */
.uk-block_promote{
border:1px solid #E5E5E5;
min-height:240px;
margin:10px 0 7px 0;
padding:5px 0 5px 10px;
width:157px;
background-color:#F9F9F9 
}
#uk-footer {min-height:35px;}
.uk-footer-large {margin-top: 0px; padding-left: 12px;}   
.uk-middle-container-td {
    width:960px;
}
.uk-main-content {border: 1px solid #E5E5E5; float:right; margin-left:9px;width:770px;color:#6B6B6B;}
* html .uk-main-content {border: 1px solid #E5E5E5; float:right; margin-left:6px;width:770px;color:#6B6B6B;}
.uk-col-left { padding-left:10px; #padding-left:8px;}
* html .uk-col-left { padding-left:7px; }
.uk-content-biggest-div {height:453px;}
.uk-input-email-form {padding-left:40px;padding-top:309px; position:absolute; width:600px;}
.uk-float-left{float: left}
.uk-input-text{padding-right:25px;border: #373737 1px solid;font-family:arial,helvetica,sans-serif;font-size:12px;padding-top:2px;padding-bottom:2px;padding-left:2px;}
.uk-wrapper{width: 970px; margin: 0 auto;}
/**
 * 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.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

#nav { font-size:13px; width:100%; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; width:100%; }
#nav li.over { z-index:999; }
#nav a { display:block; line-height:1.3em; text-decoration:none; width:149px;}
#nav a:hover { display:block; line-height:1.3em; text-decoration:underline; width:149px; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:nowrap; overflow:hidden;}

/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#e03a46; }
#nav a { float:left; padding:5px 12px 0px 8px; color:#6b6b6b; font-weight:normal; font-size:13px; text-align:left; }
#nav li.over a,
#nav a:hover { color:#e03a46; }
/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { position:relative;border:0px;float:none; margin:0; padding-bottom:0px;}
/*#nav ul li.over { background:#d5e4eb url(http://www.myfab.com/skin/frontend/myfab/default/images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a { float:none; padding:0; background:none; }
#nav ul a:hover { float:none; padding:0; background:none; color:#e03a46; }
#nav ul li a { font-weight:normal !important;margin-top:-1px; }

/************ 2ND LEVEL ************/
#nav ul { background: transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/shadow50-1.png)  no-repeat left bottom;
        position:absolute; width:150px; top:0px; left:-10000px;margin-left:-10px;margin-top:3px; border-top:0px;/*border-right:1px solid #6B6B6B; b  border-left:1px solid #e0e0e0;*/ padding-bottom:2px}
* html #nav ul { background: none;}
/* Show menu */
#nav li.over > ul { left:100%;}
/*#nav li.over > a { color:#e03a46 !important;}*/
#nav li.over > ul li.over > ul { left:100%; }
#nav li.over ul ul { left:-10000px; }
/*#nav li.over > a{ background-color:#e4e0e1; }*/
#nav li.over a{ background-color:#e4e0e1; }
#nav li.over ul a{ background-color:#f4f3f3; }
#nav li.over ul li.over a{ background-color:#e4e0e1; color:#e03a46 !important;}
#nav li.over ul li.over ul a{ background-color:#f4f3f3; color:#6b6b6b !important;}
#nav li.over ul li.over ul a:hover{ background-color:#e4e0e1; color:#e03a46 !important;}

/* #f4f3f3 */
#nav ul li a { background:#f4f3f3;margin-left:6px; }
#nav ul li a:hover {  background-color:#e4e0e1;}
#nav ul li a { color:#6b6b6b !important; text-align:left; width:170px;}
#nav ul li a:hover { color:#e03a46 !important; text-align:left; width:170px;}
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 12px;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:0px; }

/*****Menu Manger Style**********************************************************************************************/
/**********************Menumanager left******************************************************************************/
#menumanager_left { padding-bottom:3px; background: transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/shadow50.png)  no-repeat left bottom; margin-left: 0px;}
* html #menumanager_left { margin-left:-169px; background:#f4f3f3; border-left: 3px solid #e4e0e1;border-bottom: 3px solid #e4e0e1;}/* IE6 */
*+html #menumanager_left { margin-left:-169px; }/* IE7 */

#menumanager_left > ul > li > a {background-color:#f4f3f3;margin-left:5px;}
.block_menumanage_left{
    float:left;
    display:none;
    position:absolute;
    width:169px;
    z-index:999;
    background:#f4f3f3;
    margin-top:4px;
}


#nav .no-selection:hover{ background-color:#f4f3f3 !important;}

/**********************Menumanager open******************************************************************************/
.accordion_toggle  {
    height:28px;
    width:154px;
    font-size:14px;
    line-height:28px;
    background-color:#f3f3f3;
    border-top:1px solid #e5e5e5;
    padding-left:15px;
}

.accordion_toggle_active {
    background-color:#fafafa;
    color:#333333;
    text-decoration: none;
}

.accordion_content {
 overflow: hidden;
}



/*************************************/
/********** Menu in sitemap **********/
/*************************************/

#sitemap-menu { font-size:13px; width:100%; }
#sitemap-menu h1 {font-size:1.3em;font-weight:bold;color:#6B6B6B;}
#sitemap-menu h2 {font-size:12px;font-weight:normal;color:#6B6B6B;}
#sitemap-menu a:hover {color:#ED0007}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#sitemap-menu li { position:relative; text-align:left; width:100%; }
#sitemap-menu li.over {}
#sitemap-menu span { display:block; cursor:pointer; white-space:nowrap; }
#sitemap-menu li ul span {}

/************ 0 LEVEL  ***************/
#sitemap-menu li {}
#sitemap-menu li.active a {color:#e03a46; }
#sitemap-menu li.over a,
/************ 1ST LEVEL ************/
#sitemap-menu ul li,
#sitemap-menu ul li.active {margin-left:15px;}
#sitemap-menu ul li.last {}

#sitemap-menu ul a {}
#sitemap-menu ul a:hover {color:#e03a46; }
#sitemap-menu ul li a {}

/************ 2ND LEVEL ************/
#sitemap-menu ul {width:155px;}
* html #sitemap-menu ul {}
/* Show menu */
#sitemap-menu li.over > ul {}
#sitemap-menu li.over > ul li.over > ul {}
#sitemap-menu li.over ul ul {}
#sitemap-menu li.over a{}
#sitemap-menu li.over ul a{}
#sitemap-menu li.over ul li.over a{}
#sitemap-menu li.over ul li.over ul a{}
#sitemap-menu li.over ul li.over ul a:hover{}

/* #f4f3f3 */
#sitemap-menu ul li a {}
#sitemap-menu ul li a:hover {}
#sitemap-menu ul li a {color:#6b6b6b !important;text-align:left;width:145px;}
#sitemap-menu ul li a:hover { color:#e03a46 !important; text-align:left; width:145px;}
#sitemap-menu ul span, #sitemap-menu ul li.last li span {}

/************ 3RD+ LEVEL ************/
#sitemap-menu ul ul { top:0px; }
/**
 * 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.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/****************************************************/
/****************[ Mage_CSS_B Clears ]***************/
/****************************************************/
.page-head:after,
.page-head-alt:after,
.page-popup .print-head:after,
.clear:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.col2-alt-set:after,
.head:after,
.inner-head:after,
.header-top:after,
.quick-access:after,
.header-nav:after,
#nav:after,
.middle:after,
.product-essential:after,
.more-views ul:after,
.button-set:after,
.actions:after,
.legend:after,
.form-list li:after,
.button-container:after,
.ratings:after,
.page-head:after,
.page-head-alt:after,
.group-select li:after,
.search-autocomplete li:after,
.tool-tip .btn-close:after,
.side-col li:after,
.account-box li:after,
.address-list li:after,
.generic-product-list li:after,
.listing-type-list .listing-item:after,
.listing-type-list .product-info .product-reviews:after,
.my-review-detail:after,
.product-options dt:after,
.product-options-bottom:after,
.product-options dd ul.options-list li:after,
.add-to-holder:after,
.listing-type-grid .grid-row:after,
.advanced-search-summary-box:after,
.shopping-cart-totals .checkout-types:after,
.advanced-search li:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.postWrapper {
	padding-bottom: 25px;
	clear:both;
}
.postTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	margin-bottom: 15px;
}
.postTitle h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.postTitle h3 {
	font-size: 10px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.postContent {
	padding-bottom: 10px;
}
.postDetails {
	
}
.postBookmarks {
	padding-bottom: 10px;
}
.postBookmarks h4 {
	
	font-size: 12px;
	font-weight: bold;
}
.commentWrapper {
	padding-bottom: 15px;
}
.commentContent {
	padding-bottom: 0px;
}
.commentDetails  {
	margin-bottom:5px;
	padding: 0px;
}
.commentDetails  h4.username{
	display:inline;
}

.postError {
	font-size: 16px;
}

.tags UL{
	display:inline;
}
.tags UL LI{
font-weight:normal;
	display:inline;
	padding-right:6px;
}


.tags h4 {
font-size:12px;
font-weight:bold;
}

.menu-categories, .menu-recent{
	margin:5px 3px 15px 3px;
}

.menu-tags{
    margin:5px 10px 15px 10px;
}

.menu-tags h5{
    color:#b0b0b0;
}

.blog .menu-tags UL LI{
	display:inline;
	padding:2px;
	margin-left:10px;
}
.blog .menu-categories UL LI{
	margin-left:10px;
}
.blog .menu-recent UL LI{
	margin-left:10px;
}

.tagcloud{
	/* text-align:center; */ 
}
.tag-count-1, .tag-count-1:hover{
	font-size:1em;
    text-decoration:none;
    color:#888888;
    font-weight:normal;
}
.tag-count-2, .tag-count-2:hover{
	font-size:1.2em;
    text-decoration:none;
    color:#888888;
    font-weight:normal;
}
.tag-count-3, .tag-count-3:hover{
	font-size:1.4em;
    text-decoration:none;
    color:#888888;
    font-weight:normal;
}
.tag-count-4, .tag-count-4:hover{
	font-size:1.6em;
    text-decoration:none;
    color:#888888;
    font-weight:normal;
}
.tag-count-5, .tag-count-5:hover{
	font-size:1.8em;
    text-decoration:none;
    color:#888888;
    font-weight:normal;
}
.tag-count-6, .tag-count-6:hover{
	font-size:2em;
    text-decoration:none;
    color:#888888;
    font-weight:normal;
}
.tag-count-7, .tag-count-7:hover{
	font-size:2em;
    text-decoration:none;
    color:#888888;
    font-weight:normal;
}
.tag-count-8, .tag-count-8:hover{
	font-size:2em;
    text-decoration:none;
    color:#888888;
    font-weight:normal;
}
.tag-count-9, .tag-count-9:hover{
	font-size:2em;
    text-decoration:none;
    color:#888888;
    font-weight:normal;
}
.tag-count-10, .tag-count-10:hover{
	font-size:2em;
    text-decoration:none;
    color:#888888;
    font-weight:normal;
}


.blog .head h4 {
background-image:url(http://www.myfab.com/skin/frontend/myfab/default/aw_blog/images/icon_blog.png);
}

.postWrapper .poster{
	display:inline;
}

.blog-bar{
    font-weight:normal;
    color:#888888;
    padding-right:3px;
}

.blog-entry, .blog-entry:hover{
    font-weight:normal;
    color: #888888;
    text-decoration:none;
}

.blog-title {
    color: #B0B0B0;
    font-family: arial, sans-serif, helvetica;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.55em;

}

a.blog-seemore {
    font-weight:normal;
    text-decoration:underline;
    color:#b0b0b0;
}
#header_summer {
    width:100%;
    height:132px;
    margin-bottom: 7px; 
}
#explanation_summer {
    margin-bottom: 5px;
    float:left;
    border:1px solid #E0E0E0;
    color:#313131;
}
#explanationtext_summer {
    float:left;
    font-size:15px;
}
#address_summer {
    margin-left:5px;
    height:515px;
    margin-bottom: 5px;
    float:left;
    border:1px solid #E0E0E0;
    color:#313131;
}
#validation_summer {
    width:100%;
    height:59px;
    float:left;
    border:1px solid #E0E0E0;
    background: url(http://www.myfab.com/skin/frontend/myfab/default/images/summerdelivery/barredubassansbouton.jpg);
    text-align: right;
}
#validationbutton_summer{
    margin:13px;
}
.bullet_summer{
    float:left;
    font-size:12px;
}
.bullet_summer img{
    float:left;
}
.bullettitle_summer{
    float:left;
    font-size:15px;
    font-weight:bold;
    padding:0 0 3px;
    margin:2px 0 0 4px;
}
.bulletcontent_summer{
    float:left;
    font-size:12px;
    margin:6px 0 0;
    width:124px;
}
#more_summer{
    float:right;
}
.title_summer{
    padding:5px;
    text-align:center;
    background-color: #F0F0F0;
    border-bottom:1px solid #E0E0E0;
    font-weight: bold;
    font-size:15px;
}
.address_summer_text{
    margin-bottom: 15px;
}
.fieldset_summer{
    margin-top:11px;
}
.proposition_summer{
    display:block;
    width:150px;
    margin: 10px 0 10px 0;
    color:#333333;
}
.checkbox_summer{
    float:right;
    margin-top:18px;
}
.propositioncontainer_summer{
    border-bottom:1px solid #000000;
    height:52px;
}
hr{
    color:#E0E0E0;
}
.disclaimer{
    margin:20px 0 0 0;
    font-size:13px;
}

/* ************** Style for the menu builder ( for shop top menu ) ************ */
/********** Style Commun **** */
.nav-container { background:url(http://www.myfab.com/skin/frontend/myfab/default/images/bkg_nav.gif) 0 100% no-repeat; padding-bottom:3px; margin-bottom:-1px; position:relative; z-index:4; }


/********** Expand */
.shop-nav-expand-container {padding:4px 4px 0px 0px}
.shop-nav-expand-container-body {padding: 0 0 2px 3px; border-left:1px solid #ebebeb;border-bottom:1px solid #ebebeb;border-right:1px solid #ebebeb; background-color:#F8F8F8;}
#shop-nav-expand, #shop-nav-expand-head { background:transparent; text-align:left; border:0px; overflow:visible; padding:0; }

.shop-nav-expand-container-body #shop-nav-expand ul.nav-vertical {float:none;position:static;}

/* Head */
#shop-nav-expand .head, #shop-nav-expand-head .head {background:#ed0008 url(http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/bkg-shop-menu-expand.png);border:0px;width:165px;height:24px;margin:0;}
#shop-nav-expand .head h4, #shop-nav-expand-head .head h4{color:#ffffff;margin-left:11px;text-decoration:none;font-size:14px;margin-top:2px}

/* All Levels */
#shop-nav-expand .nav-vertical {padding: 0px;}
#shop-nav-expand li { position:relative; z-index:4; }
#shop-nav-expand li.active { z-index:5; }
#shop-nav-expand li.over { z-index:990; }
/*#shop-nav-collapse li.parent {}*/
#shop-nav-expand li a { text-decoration:none; }
#shop-nav-expand li a:hover { text-decoration:none; }
#shop-nav-expand li a span { display:block; white-space:nowrap; cursor:pointer; }
#shop-nav-expand li ul a span { white-space:normal; }

/* 1st Level */
#shop-nav-collapse li.first a { border-left:0; padding-left:17px; }
#shop-nav-expand li.last a { /* border-right:0; */}
#shop-nav-expand li a span { font-weight:bold; padding:0 19px 0 0; float:left; }
#shop-nav-expand li a { color:#666; font-size:13px; }
#shop-nav-expand li a:hover { height:29px; border:0; overflow:hidden; padding:0 0 0 18px; }
#shop-nav-expand li a:hover span {background-position:100% -60px; padding:2px 19px 0 0; }
#shop-nav-expand li.over a,
#shop-nav-expand li.active a {height:29px; border:0; overflow:hidden; padding:0 0 0 18px; }
#shop-nav-expand li.over a span,
#shop-nav-expand li.active a span { background-position:100% -60px; padding:1px 19px 0 0; }

#shop-nav-expand li.over a { position:relative; z-index:2; line-height:30px; height:31px; }
#shop-nav-expand li.over a span { padding:1px 19px 0 0; }


/* 2nd Level - level0 on menubuilder */
#shop-nav-expand ul { position:absolute; width:163px; left:auto; background:#fcfcfc; padding:5px 11px 10px; border:1px solid #dadada; border-top:0; }
* html #shop-nav-expand ul {  width:163px; }
#shop-nav-expand ul li { width:163px ;display:block; font-size:12px; float:none; background:none; height:23px !important; line-height:1.2 !important; font-weight:normal; text-transform:none; }
#shop-nav-expand ul li a { width:163px ;display:block; font-size:12px; float:none; background:none; height:22px !important; line-height:1.2 !important; font-weight:normal; text-transform:none; }
#shop-nav-expand ul li a span { width:163px ;display:block; font-size:12px; float:none; background:none; height:22px !important; line-height:1.2 !important; font-weight:normal; text-transform:none; }

#shop-nav-expand ul li { margin:0;padding:0; }
#shop-nav-expand ul li a , #shop-nav-expand ul li a:hover {padding:4px 0px !important;width:150px }
#shop-nav-expand ul li.last a { border-bottom:0; }

#shop-nav-expand ul.nav-vertical li {background:transparent;border:0px;}
#shop-nav-expand ul.nav-vertical li a {background:transparent;color:#666 !important;margin-left:6px;}
#shop-nav-expand ul.nav-vertical li span {margin-left:8px;}

#shop-nav-expand ul li a span { padding:0 !important; width:150px}
#shop-nav-expand ul li a:hover { color:#ed0008 !important; }

#shop-nav-expand ul.nav-vertical li {background:#fcfcfc url(http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/bkg-shop-menu-li.png) no-repeat top left; }
#shop-nav-expand ul.nav-vertical li.first {background:#fcfcfc; }

/* level0 over*/

#shop-nav-expand ul li.over {background:transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/bkg-shop-menu-li-over2.png) no-repeat top left !important;}
#shop-nav-expand ul li.over a {border-top:0px;}

/* Color of link */
#shop-nav-expand ul li a span { padding:0 !important; }
#shop-nav-expand ul.nav-vertical li.over > a { color:#000000 !important }
#shop-nav-expand ul.nav-vertical li.over ul a { color:#666666 !important }
#shop-nav-expand ul.nav-vertical li a:hover { color:#ed0008 !important; }
#shop-nav-expand ul.nav-vertical li ul a:hover { color:#ed0008 !important; }

/* 3rd+ leven */
#shop-nav-expand ul.nav-vertical ul { top:0px; border:0px; padding:0px;}
#shop-nav-expand ul.nav-vertical ul li{ background : transparent;border-top:0px;border-right:1px solid #dadada;height:25px !important;}
#shop-nav-expand ul.nav-vertical ul li a {border-top:1px solid #f0f0f0;}
#shop-nav-expand ul.nav-vertical ul li.first a {border-top:0px;}
#shop-nav-expand ul.nav-vertical ul li.only{height:22px !important}

#shop-nav-expand ul.nav-vertical ul li.first{ background: #fcfcfc url(http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/bkg-shop-menu-child-li-first2.png) no-repeat left top;border-top:1px solid #dadada;}
#shop-nav-expand ul.nav-vertical ul li{ background: #fcfcfc url(http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/bkg-shop-menu-child-li.png) repeat-y left top;}
#shop-nav-expand ul.nav-vertical ul li.last{ background: #fcfcfc url(http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/bkg-shop-menu-child-li-last.png) no-repeat left bottom;border-bottom:1px solid #dadada;height:29px!important;}
#shop-nav-expand ul.nav-vertical ul li.only{ background: #fcfcfc url(http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/bkg-shop-menu-child-li-only2.png) repeat-x left bottom;border-bottom:0px;}

/* Show/Hide Menubuilder */
#shop-nav-expand ul.nav-vertical ul { left:-10000px; }
#shop-nav-expand ul.nav-vertical li.over > ul { left:90px; }


/* Multicolumn case */

#shop-nav-expand ul.nav-vertical li.over > ul.subcolumn2 {left:200px}
#shop-nav-expand ul.nav-vertical li.over > ul.subcolumn3 {left:300px}

#shop-nav-expand ul.nav-vertical li ul.subcolumn1 {z-index:111}
#shop-nav-expand ul.nav-vertical li ul.subcolumn2 {background: #fcfcfc url(http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/bkg-shop-menu-child-li-only.png) repeat-x left bottom; z-index:222;border-top:1px solid #dadada;border-right:1px solid #dadada;}
#shop-nav-expand ul.nav-vertical li ul.subcolumn3 {background: #fcfcfc url(http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/bkg-shop-menu-child-li-only.png) repeat-x left bottom; z-index:333;border-top:1px solid #dadada;border-right:1px solid #dadada;}

#shop-nav-expand ul.nav-vertical ul.subcolumn2 li.first{ background: #fcfcfc ; border-right:0;border-top:0; }
#shop-nav-expand ul.nav-vertical ul.subcolumn2 li.last{ background: transparent ; border-right:0;border-bottom:0 !important;}

#shop-nav-expand ul.nav-vertical ul.subcolumn3 li.first{ background: #fcfcfc ; border-right:0;border-top:0; }
#shop-nav-expand ul.nav-vertical ul.subcolumn3 li.last{ background: transparent ; border-right:0;border-bottom:0 !important;}




/********** Collapse */
.shop-nav-collapse-container {padding:4px 9px 4px 4px;}
#shop-nav-collapse { min-height:20px; background:transparent; text-align:left; border:0px; overflow:visible; padding:0; }

/* Head */
#shop-nav-collapse .head {background:#ed0008 url(http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/bkg-shop-menu-collapse-v2.png);border:0px solid #cf0004;width:163px;height:20px;margin:0;cursor:pointer}
#shop-nav-collapse .head h4{color:#ffffff;margin-left:10px;text-decoration:underline;font-size:15px; line-height:20px;}

#shop-nav-collapse .nav-vertical {padding: 0px;}


/* All Levels */
#shop-nav-collapse li { position:relative; z-index:4; }
#shop-nav-collapse li.active { z-index:5; }
#shop-nav-collapse li.over { z-index:990; }
#shop-nav-collapse li a { text-decoration:none; }
#shop-nav-collapse li a:hover { text-decoration:none; }
#shop-nav-collapse li a span { display:block; white-space:nowrap; cursor:pointer; }
#shop-nav-collapse li ul a span { white-space:normal; }
#shop-nav-collapse li.over a, #shop-nav-collapse li.active a {  height:29px; overflow:hidden; padding:0 0 0 18px; }

/* 1st Level */
#shop-nav-collapse li { margin:0; padding:0 0 0 0; height:28px; float:left; }
#shop-nav-collapse li a { float:left; height:28px; line-height:28px; border-top:0px solid #c0c0c0; padding:0 0 0 17px;}
#shop-nav-collapse li a,
#shop-nav-collapse li a span { background:url(http://www.myfab.com/skin/frontend/myfab/default/images/bkg_nav-item-border.gif) no-repeat 100% 0; }
#shop-nav-collapse li.first a { border-left:0; padding-left:17px; }
#shop-nav-collapse li.last a { /* border-right:0; */}
#shop-nav-collapse li a span { font-weight:bold; padding:0 19px 0 0; float:left; }
#shop-nav-collapse li a { color:#666; font-size:13px; }
#shop-nav-collapse li a:hover { background-position:0 -60px; height:29px; border:0; overflow:hidden; padding:0 0 0 18px; }
#shop-nav-collapse li a:hover span { background-position:100% -60px; padding:2px 19px 0 0; }

#shop-nav-collapse li.over a span,
#shop-nav-collapse li.active a span { background-position:100% -60px; padding:1px 19px 0 0; }

#shop-nav-collapse li.over a { position:relative; z-index:2; line-height:30px; height:31px; }
#shop-nav-collapse li.over a span { padding:1px 19px 0 0; }


/* 2nd Level - level0 on menubuilder */
#shop-nav-collapse ul { position:absolute; width:162px; left:-10000px; background:#fcfcfc; padding:5px 11px 10px; border:1px solid #dadada; border-top:0; }

#shop-nav-collapse ul li { width:162px ;display:block; font-size:12px; float:none; background:none; height:23px !important; line-height:1.2 !important; font-weight:normal; text-transform:none; }
#shop-nav-collapse ul li a { width:162px ;display:block; font-size:12px; float:none; background:none; height:22px !important; line-height:1.2 !important; font-weight:normal; text-transform:none; }
#shop-nav-collapse ul li a span { width:162px ;display:block; font-size:12px; float:none; background:none; height:22px !important; line-height:1.2 !important; font-weight:normal; text-transform:none; }

#shop-nav-collapse ul li { margin:0; ;padding:0;  }
#shop-nav-collapse ul li a , #shop-nav-collapse ul li a:hover {margin-left:5px;padding:4px 0px !important ;width:150px }
#shop-nav-collapse ul li.first a { border-bottom:0; }

#shop-nav-collapse ul.nav-vertical li {background:transparent;border:0px;}
#shop-nav-collapse ul.nav-vertical li a {background:transparent;color:#666 !important;margin-left:7px;}

#shop-nav-collapse ul.nav-vertical li span {margin-left:8px;}

#shop-nav-collapse ul.nav-vertical li {background:#fcfcfc url(http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/bkg-shop-menu-li.png) no-repeat top left; }


/* level0 over*/
#shop-nav-collapse ul li.over {background:transparent url(http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/bkg-shop-menu-li-over2.png) no-repeat top left;}
#shop-nav-collapse ul li.over a {border-top:0px;}


/* Color of link */
#shop-nav-collapse ul li a span { padding:0 !important; }
#shop-nav-collapse ul.nav-vertical li.over > a { color:#000000 !important }
#shop-nav-collapse ul.nav-vertical li.over ul a { color:#666666 !important }
#shop-nav-collapse ul.nav-vertical li a:hover { color:#ed0008 !important; }
#shop-nav-collapse ul.nav-vertical li ul a:hover { color:#ed0008 !important; }

/* 3rd+ leven */
#shop-nav-collapse ul.nav-vertical ul { top:0px; border:0px; padding:0px;}
#shop-nav-collapse ul.nav-vertical ul li{ background : transparent; border-top:0px;border-right:1px solid #dadada;height:25px !important;}
#shop-nav-collapse ul.nav-vertical ul li a {border-top:1px solid #f0f0f0;}
#shop-nav-collapse ul.nav-vertical ul li.first a {border-top:0px;}
#shop-nav-collapse ul.nav-vertical ul li.only{height:22px !important}

#shop-nav-collapse ul.nav-vertical ul li.first{ background: #fcfcfc url(http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/bkg-shop-menu-child-li-first2.png) no-repeat left top;border-top:1px solid #dadada;}
#shop-nav-collapse ul.nav-vertical ul li{ background: #fcfcfc url(http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/bkg-shop-menu-child-li.png) repeat-y left top;}
#shop-nav-collapse ul.nav-vertical ul li.last{ background: #fcfcfc url(http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/bkg-shop-menu-child-li-last.png) no-repeat left bottom;border-bottom:1px solid #dadada;height:29px!important;}
#shop-nav-collapse ul.nav-vertical ul li.only{ background: #fcfcfc url(http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/bkg-shop-menu-child-li-only2.png) repeat-x left bottom;border-bottom:0px;}

/* Show Menu */
#shop-nav-collapse li.over > ul { left:-1px; }
#shop-nav-collapse li.over > ul li.over > ul { left:100px; }
#shop-nav-collapse li.over ul ul { left:-10000px; }

/* Show Menubuilder */
#shop-nav-collapse .over > ul { left:auto; }
#shop-nav-collapse .over > ul li.over > ul { left:90px; }


/* Multicolumn case */

#shop-nav-collapse ul.nav-vertical li.over > ul.subcolumn2 {left:200px}
#shop-nav-collapse ul.nav-vertical li.over > ul.subcolumn3 {left:300px}

#shop-nav-collapse ul.nav-vertical li ul.subcolumn1 {z-index:111}
#shop-nav-collapse ul.nav-vertical li ul.subcolumn2 {background: #fcfcfc url(http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/bkg-shop-menu-child-li-only.png) repeat-x left bottom; z-index:222;border-top:1px solid #dadada;border-right:1px solid #dadada;}
#shop-nav-collapse ul.nav-vertical li ul.subcolumn3 {background: #fcfcfc url(http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/bkg-shop-menu-child-li-only.png) repeat-x left bottom; z-index:333;border-top:1px solid #dadada;border-right:1px solid #dadada;}

#shop-nav-collapse ul.nav-vertical ul.subcolumn2 li.first{ background: #fcfcfc ; border-right:0;border-top:0; }
#shop-nav-collapse ul.nav-vertical ul.subcolumn2 li.last{ background: transparent ; border-right:0;border-bottom:0 !important;}

#shop-nav-collapse ul.nav-vertical ul.subcolumn3 li.first{ background: #fcfcfc ; border-right:0;border-top:0;}
#shop-nav-collapse ul.nav-vertical ul.subcolumn3 li.last{ background: transparent ; border-right:0;border-bottom:0 !important;}


/********** Navigation > */
/* ======================================================================================= */



/**
 * skin/frontend/default/default/css/menubuilder.css
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Licence that is bundled with 
 * this package in the file LICENSE.txt. It is also available through 
 * the world-wide-web at this URL: http://www.tsdesigns.de/license
 * 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@tsdesigns.de so we can send you a copy immediately.
 *
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * versions in the future. If you wish to customize Magento or this extension for your
 * needs please refer to http://www.magentocommerce.com or http://www.tsdesigns.de
 * for more information.
 * 
 *
 * @category TSDesigns
 * @package TSDesigns_MenuBuilder
 * @author Tobias Schifftner, TSDesigns
 * @license http://www.tsdesigns.de/license
 * @copyright This software is protected by copyright, (c) 2010 TSDesigns.
 * @version 0.1.1 - 2010-02-21 04:28:03
 *
 */
/**
 * skin/frontend/default/default/css/menubuilder.css
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Licence that is bundled with 
 * this package in the file LICENSE.txt. It is also available through 
 * the world-wide-web at this URL: http://www.tsdesigns.de/license
 * 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@tsdesigns.de so we can send you a copy immediately.
 *
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * versions in the future. If you wish to customize Magento or this extension for your
 * needs please refer to http://www.magentocommerce.com or http://www.tsdesigns.de
 * for more information.
 * 
 *
 * @category TSDesigns
 * @package TSDesigns_MenuBuilder
 * @author Tobias Schifftner, TSDesigns
 * @license http://www.tsdesigns.de/license
 * @copyright This software is protected by copyright, (c) 2010 TSDesigns.
 * @version 0.1.1 - 2010-02-16 08:01:33
 *
 */
/*
 * This CSS is based on the original code of magento
 */

/******** Horizontal Menu *********/

ul.nav-horizontal { padding:0 20px; font-size:1.1em; z-index:999; border:none; }

/************** ALL LEVELS  *************/ 
/* Style consistent throughout all nav levels */
ul.nav-horizontal li { list-style:none;  position:relative; text-align:left; }
ul.nav-horizontal li.over { z-index:999; }
ul.nav-horizontal a,
ul.nav-horizontal a:hover { display:block; line-height:1.3em; text-decoration:none; }
ul.nav-horizontal span { display:block; cursor:pointer; white-space:nowrap; padding:3px 15px; }
ul.nav-horizontal li ul span {white-space:normal; }

ul.nav-horizontal li.level0.parent span { padding:3px 15px 3px 3px; }
ul.nav-horizontal li li span.parent { background: url('http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/i_nav-parent.gif') 100% 100% no-repeat; }
ul.nav-horizontal li.level0.parent a.level0 { background: url('http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/nav_link_bg.gif') 92% 50% no-repeat; }

ul.nav-horizontal li img.image { float:left; position:relative; top:5px; left:9px; }


/************ 0 LEVEL  ***************/
ul.nav-horizontal li { float:left; margin:0; padding-bottom:0px; border-bottom:0px dotted #A0B3C3; /*background-color:#ecf3f6;*/ }
ul.nav-horizontal li.active a { color:#d96708; }
ul.nav-horizontal a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
ul.nav-horizontal li.over a,
ul.nav-horizontal a:hover { color:#d96708; }

ul.nav-horizontal li.active { margin:0; padding-bottom:0px; border-bottom:0px dotted #A0B3C3; background-color:#ecf3f6; /*background:#ecf3f6 url(http://www.myfab.com/skin/frontend/myfab/default/images/nav_divider.gif) repeat-x 0 100%;*/ }
ul.nav-horizontal li.over { border-bottom:0px dotted #A0B3C3; background-color:#d5e4eb; /*background:#d5e4eb url(http://www.myfab.com/skin/frontend/myfab/default/images/nav_divider.gif) repeat-x 0 100%;*/ }
ul.nav-horizontal li.last { /*background:#ecf3f6;*/ border-bottom:none; }

ul.nav-horizontal ul { margin-top:8px; }


/************ 1ST LEVEL ************/
ul.nav-horizontal ul li,
ul.nav-horizontal ul li.active { float:none; margin:0; padding-bottom:0px; border-bottom:1px dotted #A0B3C3; background-color:#ecf3f6; }
ul.nav-horizontal ul li.over { border-bottom:1px dotted #A0B3C3; background-color:#d5e4eb;  }
ul.nav-horizontal ul li.last { background:#ecf3f6; padding-bottom:0; }

ul.nav-horizontal ul li.last,
ul.nav-horizontal ul li.over.last { border-bottom:0; }
ul.nav-horizontal ul a,
ul.nav-horizontal ul a:hover { float:none; padding:0; }
ul.nav-horizontal ul li a { font-weight:normal !important; }


/************ 2ND LEVEL ************/
ul.nav-horizontal ul { background-color:#ecf3f6; position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #899ba5; }

/* Show menu */
ul.nav-horizontal li.over > ul { left:0; }
ul.nav-horizontal li.over > ul li.over > ul { left:100px; }
ul.nav-horizontal li.over ul ul { left:-10000px; }

ul.nav-horizontal li.active,
ul.nav-horizontal li.over,
ul.nav-horizontal li:hover { background:#d5e4eb; }

ul.nav-horizontal ul li a { background:#ecf3f6; }
ul.nav-horizontal ul li a:hover { background:#d5e4eb; }
ul.nav-horizontal ul li a,
ul.nav-horizontal ul li a:hover { color:#2f2f2f !important; }
ul.nav-horizontal ul span, 
ul.nav-horizontal ul li.last li span { padding:3px 15px 4px 15px;}

/*
ul.nav-horizontal li li.parent a { background: url('http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/i_nav-parent.gif') 100% 100% no-repeat; }
*/

/************ 3RD+ LEVEL ************/
ul.nav-horizontal ul ul { top:5px; }

/* IE FIX Menu Show */
* html ul.nav-horizontal li.over > ul { left:0; top:30px; }
ul.nav-horizontal li.over ul.shown-sub { left:0; }
ul.nav-horizontal li.over li ul.shown-sub { left:100px; }

* html ul.nav-horizontal ul li,
* html ul.nav-horizontal ul a,
* html ul.nav-horizontal ul span { height: 18px; }

* html ul.nav-horizontal ul li.parent { border-bottom: 1px dotted #899ba5; }
* html ul.nav-horizontal ul li.last { border-bottom: 0; }

ul.nav-horizontal li a span.icon { margin-left: 30px; border:0px solid red; }

/*** Fix IE6 **/
* html ul.nav-horizontal li a span.icon { padding-left: 5px; }


/************** VERTICAL MENU  *************/ 
ul.nav-vertical { float:left; width:195px; margin:0; padding:0; font-size:1.05em; z-index:999; width:15em;  } 


/************** ALL LEVELS  *************/ 
/* Style consistent throughout all nav levels */
ul.nav-vertical li { float:left; list-style:none; position:relative; left:0; top:0; text-align:left;  }
ul.nav-vertical li.over { z-index:999; }
ul.nav-vertical a,
ul.nav-vertical a:hover { width:192px; display:block; line-height:1.3em; text-decoration:none; }
ul.nav-vertical span { display:block; cursor:pointer; white-space:nowrap; padding-top: 2px; }
ul.nav-vertical li ul span { white-space:normal; }

ul.nav-vertical span.parent { background: url('http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/i_nav-parent.gif') 100% 100% no-repeat; }

ul.nav-vertical li img.image { float:left; position:relative; top:5px; left:9px; }
ul.nav-vertical li img.image.level0 { float:left; position:relative; top:8px; left:9px; }

/************ 0 LEVEL  ***************/ 
ul.nav-vertical li { float:left; margin:0; padding-bottom:0px; border-bottom:1px dotted #A0B3C3; background-color:#ecf3f6; }
ul.nav-vertical li a { float:left; padding:0; color:#006699; font-weight:bold; }
ul.nav-vertical li a span { padding:5px 12px 6px 8px;  }
ul.nav-vertical li a span.level0 { padding:8px 12px 9px 8px;  }
ul.nav-vertical li.over a,
ul.nav-vertical li.active a,
ul.nav-vertical a:hover { color:#d96708; }

ul.nav-vertical li.active,
ul.nav-vertical li.over { border-bottom:1px dotted #A0B3C3; background-color:#d5e4eb; }
ul.nav-vertical li.last { background:#ecf3f6; padding-bottom:0; border-bottom:none; }


/************ 1ST LEVEL ************
ul.nav-vertical ul li { float:left; margin:0; padding-bottom:0px; border-bottom:1px dotted #A0B3C3; background-color:#ecf3f6; }
*/
ul.nav-vertical ul a,
ul.nav-vertical ul a:hover { margin:0; width:192px; float:none; padding:0; background:none; }
ul.nav-vertical ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
ul.nav-vertical ul { background-color:#ecf3f6; position:absolute; width:192px; top:15px; left:-10000px; border:1px solid #899ba5; }

/* Show menu */
ul.nav-vertical li.over > ul { left:125px; }
ul.nav-vertical li.over > ul li.over > ul { left:100px; }
ul.nav-vertical li.over ul ul { left:-10000px; }

ul.nav-vertical li a { background-color:#ecf3f6; }
ul.nav-vertical li a.active,
ul.nav-vertical li a:hover { background-color:#d5e4eb; }
ul.nav-vertical li a,
ul.nav-vertical li a:hover { color:#2f2f2f !important; }
ul.nav-vertical span, 
ul.nav-vertical li.last li span { padding:3px 15px 4px 15px; }

/************ 3RD+ LEVEL ************
ul.nav-vertical ul ul { top:5px; }
ul.nav-vertical li li li.parent a { background: url('http://www.myfab.com/skin/frontend/myfab/default/images/menubuilder/i_nav-parent.gif') 100% 100% no-repeat; }
ul.nav-vertical li li li.parent li a { background-image:none; }

ul.nav-vertical ul ul li a:hover { background:#d5e4eb; }
ul.nav-vertical ul ul li a:hover { color:#2f2f2f !important; }


*/
.mini-menubuilder-menu:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.mini-menubuilder-menu { padding:0; margin:0; }
.mini-menubuilder-menu .head { }
.mini-menubuilder-menu .content { padding:0; margin:0; width:90%; }

/* IE FIX Menu Show */
ul.nav-vertical li.over ul.shown-sub { left:125px; }
ul.nav-vertical li.over li ul.shown-sub { left:100px; }

ul.nav-vertical li a span.icon { margin-left: 30px; border:0px solid red; }

/*** Fix IE6 **/
ul.nav-vertical li a span.icon { padding-left: 5px; }


#sb-container,#sb-wrapper{
text-align:left; 
}
#sb-container,#sb-overlay{
position:absolute;
top:0;
left:0;
width:100%;
margin:0;
padding:0;
}
#sb-container{
height:100%;
display:none;
visibility:hidden;
z-index:999;
}
body > #sb-container{
position:fixed;
}
#sb-overlay{
height:expression(document.documentElement.clientHeight + 'px');
}
#sb-container > #sb-overlay{
height:100%;
}
#sb-wrapper{
position:relative;
}
#sb-wrapper img{
border:none;
}
#sb-body{
position:relative;
margin:0;
padding:0;
overflow:hidden;
border:1px solid #303030;
}
#sb-body-inner{
position:relative;
height:100%;
}
#sb-content.html{
height:100%;
overflow:auto; 
}
#sb-loading{
position:absolute;
top:0;
width:100%;
height:100%;
text-align:center;
padding-top:10px;
}
#sb-body,#sb-loading{
background-color:#060606; 
}
#sb-title,#sb-info{
position:relative;
margin:0; 
padding:0;
overflow:hidden;
}
#sb-title-inner,#sb-info-inner{
position:relative;
font-family:'Lucida Grande',Tahoma,sans-serif;
line-height:16px;
}
#sb-title,#sb-title-inner{
height:26px;
}
#sb-title-inner{
font-size:16px;
padding:5px 0;
color:#fff;
}
#sb-info,#sb-info-inner{
height:20px;
}
#sb-info-inner{
font-size:12px;
color:#fff;
}
#sb-nav{
float:right;
height:16px;
padding:9px 0;
width:45%;
}
#sb-nav a{
display:block;
float:right;
height:16px;
width:16px;
margin-left:3px;
cursor:pointer;
}
#sb-nav-close{
background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/shadowbox/close.png);
background-repeat:no-repeat;
}
#sb-nav-next{
background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/shadowbox/next.png);
background-repeat:no-repeat;
}
#sb-nav-previous{
background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/shadowbox/previous.png);
background-repeat:no-repeat;
}
#sb-nav-play{
background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/shadowbox/play.png);
background-repeat:no-repeat;
}
#sb-nav-pause{
background-image:url(http://www.myfab.com/skin/frontend/myfab/default/images/shadowbox/pause.png);
background-repeat:no-repeat;
}
#sb-counter{
float:left;
padding:2px 0;
width:45%;
}
#sb-counter a{
padding:0 4px 0 0;
text-decoration:none;
cursor:pointer;
color:#fff;
}
#sb-counter a.sb-counter-current{
text-decoration:underline;
}
div.sb-message{
font-family:'Lucida Grande',Tahoma,sans-serif;
font-size:12px;
padding:10px;
text-align:center;
}
div.sb-message a:link,div.sb-message a:visited{
color:#fff;
text-decoration:underline;
}


