/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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.
 *
 * @copyright  Copyright (c) 2008 template-help.com
 */
/* Layout ================================================================================= */
.wrapper {}
body { margin-top: 0; padding-top: 0; } 
body {background-image: url(../images/bckground.jpg);
background-position: top; margin-top: 0; padding-top: 0; 
background-repeat:no-repeat;
background-attachment: fixed;}
.page { width:931px; margin:0 auto; text-align:left; }
.page-print { padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.page-popup .page-title{margin-bottom:5px;}
.page-popup .page-title a{color:#FFFFFF; text-decoration:underline;}
.page-popup .page-title a:hover{text-decoration:none;}
.main { padding:0; }

/* Base Columns */ 
.col-left {float:left; width:225px;}
.col-main {float:left; width:475px;}
.col-right {float:right; width:225px;}

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

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

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:3px; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Header ================================================================================ */
.header-container {}
.header {padding-bottom:3px;}
.header .header-block{background:url(../images/testbg.jpg) left top repeat-x #E2E2E3; height: 116px; width:100%;}
.header #logo{float:left; width:359px; height:110px; background-position:0 0; background-repeat:no-repeat; text-indent:-999em; overflow:hidden; cursor:pointer;}
.header .welcome-msg{font-weight:bold; text-align:right; font-size:0.65em; color:#33CCFF; padding-right:11px;}
.header .form-language{text-align:right; padding-top:10px; padding-right:11px;}
.header .form-language label{font-size:0.85em; color:#707070;}
.header .form-language select{width:161px; height:21px; margin-left:2px; color:#707070; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.header .links{float:top; padding-right:0px;}
.header .links li{padding:0px 8px 0 9px; margin-left:2px; margin-bottom:2px; border:1px solid #CDCCCC; background:#FFFFFF; float:left; color:#642C; font-weight:bold; font-size:0.85em;}
/*ci dessous, couleurs du menu de nav+ boutons header*/
.header .links li a{color:#26475a; text-decoration:none; white-space:nowrap; font-size:10px;}
.header .links li a:hover{text-decoration:underline;}
.header .menu-block{background:url(../images/menu_block_bg.jpg) left top repeat; width:100%; margin-top:0px;}
.header .menu-block .border-top{background:url(../images/menu_block_border_top.jpg) left top repeat-x;}
.header .menu-block .border-bot{background:url(../images/menu_block_border_bot.jpg) left bottom repeat-x;}
/* 
.header .menu-block .border-left{background:url(../images/menu_block_border_left.jpg) left top repeat-y;}
.header .menu-block .border-right{background:url(../images/menu_block_border_left.jpg) right top repeat-y; padding:2px 20px 4px 0;}
*/
.header .form-search{float:right; width:198px; padding:3px 6px 4px; margin:0; height:22px; display:block; overflow:hidden;}
.header .form-search label{display:none;}
.header .form-search input{width:117px; height:15px; float:left; color:#6A9738; padding-left:10px;}
.header .form-search button{background:url(../images/search_bg.gif) left top no-repeat; width:61px; height:22px; border:0; float:right;}

/********** < Navigation */

#nav {font-size:1.3em; float:left;}

/* All Levels */
#nav li { position:relative; text-align:left; background:url(../images/menu_divider.gif) right top no-repeat;}
/*#nav li { position:relative; text-align:left; background-color:#000000;}*/
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none;}
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav li li.parent {}

/* 0 Level */
#nav li { float:left; font-size:0.85em; font-weight:bold; }
#nav li.active a { color:##00ccff; }
#nav a { float:left; padding:5px 23px 2px 19px; color:#000000; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#000000; }

/* 1st Level */
#nav ul li {width:275px;},
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ddd!important; }
#nav ul li.over {}
#nav ul li.last { background:#656461; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
/*#nav ul li a { font-weight:normal !important; }*/

/* 2nd leven */
#nav ul { position:absolute; width:10em; top:25px; left:-10000px; border:1px solid #505050; }

/* 3rd+ Level */
#nav ul ul { top:5px; }

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

#nav ul li a { background:#FFFFFF; color:#64932C!important; }
#nav ul li a:hover { background:#E9E9E9; color:#64932C !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/*=============================================*/
#nav ul li{background:url(../images/menu_show_divider.gif) left bottom repeat-x;}
/*#nav ul li.last{}*/

#nav span{font-size:11px; color:#FFFFFF; text-transform:uppercase; /*font-weight:normal;*/}
#nav li li span{text-transform:none; font-size:11px; padding:3px 20px!important; font-weight:bold;}
#nav li ul li, #nav li ul li a {background-color: #666767 !important; }
#nav li ul li a:hover {background-color: #315269 !important;}
#nav li.last-element{background:0; padding-right:0;}
#nav li.last-element a{padding-right:15px;}
/*=============================================*/

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


/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button { font:12px Tahoma, Arial, Helvetica, sans-serif; vertical-align:middle; color:#476679; border:1px solid #D4D0C8; border-top:1px solid #404040; border-left:1px solid #5B5B5B;}
input.input-text, select, textarea {background:#fff;}
input.input-text:focus, select:focus, textarea:focus {}
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em; }
textarea { overflow:auto; }

button.button {
border:1px solid #649433;
cursor:pointer;
overflow:visible;
width:auto;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:normal;
background:url(../images/button_bg.jpg) left top repeat-x #84B547;
}
button.button span {margin:0; padding:3px 10px; font-size:14px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; white-space:nowrap; color:#FFFFFF;}

.sidebar button.button{background:url(../images/sidebar_button_bg.jpg) left top repeat-x #4F6F81; border:1px solid #234356;}

button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
.highlight {}


/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; font-size:0.85em; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

.group-select.wide input.input-text,
.group-select.wide textarea { width:510px; }


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

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#FF0000; font-weight:bold;}
p.required { font-size:0.78em; text-align:right; }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { float:left; width:12em; margin-right:-12em; display:inline; position:relative; }

.sp-methods .form-list {}
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs{padding:2px 16px 2px 13px;}
.breadcrumbs strong{display:none;}
.breadcrumbs li{display:inline;}
.breadcrumbs li a{background:url(../images/breadcrumbs_divider.gif) right 7px no-repeat; padding:0 20px 0 5px; color:#849faf; text-transform:uppercase; font-weight:bold; font-size:0.70em;}
.breadcrumbs li strong{display:inline; padding-left:5px; font-size:0.75em; color:#687e8c; text-transform:uppercase;}
.breadcrumbs li span{display:none;}

/* Page Heading */
.page-title{
	background:#537284 url(../images/block_title__blue_bgSK.jpg) repeat-x left top;
/*    background-color: #486491;*/
/*	border:1px solid #234356;*/
	margin-bottom:1px;
	padding:5px 5px 5px 0;
}
.page-titleSEO{
	background:#537284 url(../images/block_title_bgSK.jpg) repeat-x left top;
/*    background-color: #486491;*/
/*	border:1px solid #234356;*/
	margin-bottom:1px;
	padding:5px 5px 5px 28px;
	color:#FFFFFF;
	font-size:0.85em;
	font-weight:bold;
	text-transform:uppercase;
	
}
.page-title h2{
	color:#FFFFFF;
	font-size:0.85em;
	font-weight:bold;
	margin-left:19px;
	text-transform:uppercase;
}
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager {border:1px solid #CFE2ED; padding:5px 24px 5px 20px; margin:0 0 1px; text-align:center; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:0.78em; color:#476679;}
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages strong{font-weight:normal;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages li a{color:#476679;}
.pager .pages .current {font-weight:bold;}
.pager select{width:49px; height:17px; color:#476679; margin:0 5px 0 7px;}

/* Sorter */ 
.sorter {border:1px solid #CFE2ED; padding:5px 63px 5px 20px; margin:0 0 1px; text-align:center; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:0.78em; color:#476679;}
.sorter .view-mode {float:left;}
.sorter .view-mode a{color:#67962F; text-decoration:underline;}
.sorter .view-mode a:hover{text-decoration:none;}
.sorter .sort-by { float:right; }
.sorter .sort-by select{width:99px; height:17px; color:#476679; margin:0 4px 0 7px;}
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #CEE2ED; font-weight:bold; white-space:nowrap; font-size:0.85em; color:#476679;}
.data-table td { padding:4px; border:1px solid #CEE2ED; }
.data-table thead {}
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {}
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td .product-name { font-size:1em; font-weight:bold; line-height:1.5; }
.data-table td.label,
.data-table th.label { font-weight:bold; font-size:0.85em;}
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Lists Decoration */
li.odd { background-color:#eaeaea}
li.even { background-color:#ffffff }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.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; }
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.sidebar .block {margin:0 0 3px; }
.sidebar .block .block-title {border:1px solid #afc3ce;     background-color: #486491; padding:5px 13px 5px 0; margin-bottom:1px;}
.sidebar .block .block-title h2{font-size:0.85em; font-weight:bold; color:#FFFFFF; text-transform:uppercase; padding-left:40px; padding-bottom:1px; background:url(../images/block_title_marker.gif) 16px top no-repeat;}
.sidebar .block .block-title h2 a{color:#92C553; font-weight:bold; text-transform:uppercase; text-decoration:none;}
.sidebar .block .block-title h2 a:hover{text-decoration:underline;}
.sidebar .block h3{font-size:0.85em; margin:10px 0; color:#6A9738;}
.sidebar .block .block-content{border:1px solid #AFC3CE; background:url(../images/block_content_topNB.jpg) left top repeat-x #FFFFFF; color:#707070;}
.sidebar .block .block-content .left-top{background:url(../images/block_content_left_top.jpg) left top no-repeat;}
.sidebar .block .block-content .right-top{background:url(../images/block_content_left_top.jpg) right top no-repeat; padding:8px 19px 17px 19px;}
.sidebar .block .actions{text-align:right;}
.sidebar .block .actions a{float:left; color:#67962F; text-decoration:underline; font-weight:bold; font-size:0.85em;}
.sidebar .block .actions a:hover{text-decoration:none;}


/* Block: Account */
.sidebar .block-account {}
.sidebar .block-account .block-content li span{font-size:11px ; color:#476679;}
.sidebar .block-account .block-content li a{ font-size:11px ; color:#476679; text-decoration:underline;}
.sidebar .block-account .block-content li a:hover{font-size:11px ; text-decoration:none;}

/* Block: Currency Switcher */
.sidebar .block-currency {}
.sidebar .block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.sidebar .block-layered-nav .block-title h2{ background:url(../images/block_shop_title_marker.gif) 15px top no-repeat;}
.sidebar .block-layered-nav .block-titleSEO { background:url(../images/block_shop_title_marker.gif) 15px top no-repeat;}
.sidebar .block-layered-nav dt{font-weight:bold; border:1px solid #AFC3CE; background:#FFFFFF; padding:3px 12px 3px 9px; color:#1F4055; font-weight:normal;}
.sidebar .block-layered-nav dd{padding:1px 10px 18px 6px;}
.sidebar .block-layered-nav dd ol li{font-size:0.68em; color:#26475a; font-weight:bold;}
.sidebar .block-layered-nav dd ol li a{color:#26475a;}
.sidebar .block-layered-nav dd ol li span{font-weight:bold; font-size:1em;}
.sidebar .block-layered-nav .currently li{padding:3px 3px 1px 9px; margin-bottom:2px; border:1px solid #AFC3CE; background:#FFFFFF; color:#6A9738; font-weight:bold; font-size:0.85em;}
.sidebar .block-layered-nav .currently li .label{background:url(../images/currently_mark.gif) left 5px no-repeat; padding-left:11px; color:#1F4055; text-decoration:none; font-weight:normal;}
.sidebar .block-layered-nav .currently li .price{font-size:1em; font-weight:bold; text-decoration:underline;}
.sidebar .block-layered-nav .currently li img{float:right; margin-left:7px; margin-top:2px;}
.sidebar .block-layered-nav .block-content h3{color:#707070; font-weight:normal; margin-top:0; font-size:0.80em;}
.sidebar .block-layered-nav .actions{padding:20px 0 35px;}
.sidebar .block-layered-nav .actions a{float:right; color:#476679;}

/* Block: Cart */
.sidebar .block-cart .block-title h2{ background:url(../images/block_cart_title_marker.gif) 15px top no-repeat;}
.sidebar .block-cart .amount a{color:#476679; font-weight:bold; text-decoration:underline; font-size:0.85em;}
.sidebar .block-cart .amount a:hover{text-decoration:none;}
.sidebar .block-cart .subtotal{background:#FFFFFF; border:1px solid #AFC3CE; padding:5px 9px 5px; margin-top:5px;}
.sidebar .block-cart .subtotal .label{color:#1F4055;}
.sidebar .block-cart .subtotal .price{color:#6A9738; font-weight:bold; font-size:0.85em;}
.sidebar .block-cart .actions{padding:6px 0 9px 0; border-bottom:1px solid #AEC2CE;}
.sidebar .block-cart h3{color:#6A9738; font-size:0.85em; margin:10px 0;}
.sidebar .block-cart .prod-qty{color:#303030; font-size:0.85em;}
.sidebar .block-cart .cart-tax{color:#303030; font-size:0.85em; font-weight:bold;}


.sidebar .mini-products-list li { padding:5px 0; }
.sidebar .mini-products-list .product-image{float:left; border:1px solid #AFC3CE;}
.sidebar .mini-products-list .product-details{margin-left:105px;}
.sidebar .mini-products-list .product-details a{color:#67962F; text-decoration:underline; font-weight:bold; font-size:0.85em;}
.sidebar .mini-products-list .product-details a:hover{text-decoration:none;}
.sidebar .mini-products-list .product-details h4 {font-size:1em; color:#476679; font-weight:normal; margin:0 0 15px 0;}
.sidebar .mini-products-list .product-details h4 a{color:#476679; text-decoration:underline; font-weight:normal;}
.sidebar .mini-products-list .product-details h4 a:hover{text-decoration:none;}
.sidebar .mini-products-list .product-details .price{color:#303030; font-weight:bold; font-size:0.85em;}

.sidebar .mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.sidebar .block-wishlist {}

/* Block: Related */
.sidebar .block-related {}
.sidebar .block-related li { padding:5px 0; }
.sidebar .block-related .checkbox{float:left;}
.sidebar .block-related .item{float:right; width:170px;}
.sidebar .block-related .item .product-image { float:left; border:1px solid #B1C5CF;}
.sidebar .block-related .item .product-details { margin-left:82px; }
.sidebar .block-related .item .product-name{margin-top:0;}
.sidebar .block-related .item .product-name a{font-weight:normal;}
.sidebar .block-related .item .price{font-weight:normal;}
.sidebar .block-related .block-content p a{font-weight:bold; font-size:0.85em; text-decoration:underline;}
.sidebar .block-related .block-content p a:hover{text-decoration:none;}
.sidebar .block-related .block-content #block-related{margin-top:10px;}
.sidebar .block-related .block-content #block-related p a{color:#67962F;}
.sidebar .block-related .block-content .right-top{padding-right:5px;}

/* Block: Compare Products */
.sidebar .block-compare .block-title h2{background:url(../images/block_compare_title_marker.gif) 15px top no-repeat;}
.sidebar .block-compare #compare-items{margin-top:9px;}
.sidebar .block-compare li{padding:8px 9px 9px 19px;}
.sidebar .block-compare li a{color:#476679; text-decoration:underline;}
.sidebar .block-compare li a:hover{text-decoration:none;}
.sidebar .block-compare .block-content .right-top{padding:1px;}
.sidebar .block-compare li.even{background-color:#DBE5EA;}
.sidebar .block-compare .button-remove{float:right; margin-left:15px;}
.sidebar .block-compare .actions{background:#DBE5EA; padding:9px 19px 9px 19px;}
.sidebar .block-compare .actions a{color:#6A9738; text-transform:uppercase;}
.sidebar .block-compare .compare-empty{padding:9px 19px 9px 19px;}

/* Block: Viewed */
.sidebar .block-recent #recently-viewed-items{margin-top:9px;}
.sidebar .block-recent .block-title{padding-right:5px;}
.sidebar .block-recent li{padding:4px 5px 5px 19px;}
.sidebar .block-recent li a{color:#476679; text-decoration:underline;}
.sidebar .block-recent li a:hover{text-decoration:none;}
.sidebar .block-recent .block-content .right-top{padding:1px;}
.sidebar .block-recent li.even{background-color:#DBE5EA;}


/* Block: Poll */
.sidebar .block-poll {}
.sidebar .block-poll .radio { float:left; margin:3px -18px 0 0; }
.sidebar .block-poll .label { display:block; margin-left:18px;}
.sidebar .block-poll .answer{float:left; width:100%;}
.sidebar .block-poll .answer span{display:block; width:107px;}
.sidebar .block-poll .votes{font-weight:bold; float:right; width:65px; margin-top:-15px;}
.sidebar .block-poll .block-content h3{margin:0;}
.sidebar .block-poll .block-content ol{margin-top:10px; font-size:0.85em;}
.sidebar .block-poll .block-content .right-top{padding-bottom:9px;}
.sidebar .block-poll .block-content ol li{padding-bottom:5px; color:#58646A;}
.sidebar .block-poll .block-content ol li .label{font-weight:bold;}

/* Block: Tags */
.sidebar .block-tags ul,
.sidebar .block-tags li {display:inline; line-height:normal;}
.sidebar .block-tags li a{text-decoration:underline;}
.sidebar .block-tags li a:hover{text-decoration:none;}
.sidebar .block-tags .actions{padding-top:15px; padding-bottom:10px;}

/* Block: Subscribe */
.sidebar .block-subscribe .block-title {background:url(../images/block_newsletter_title_marker.gif) 15px top no-repeat;}
.sidebar .block-subscribe input{width:179px; margin-bottom:7px; margin-top:7px;}
.sidebar .block-subscribe button{float:right;}

/* Block: Reorder */
.sidebar .block-reorder {}
.sidebar .block-reorder li { padding:5px 0; }
.sidebar .block-reorder .checkbox { float:left; margin:3px -20px 0 0; }
.sidebar .block-reorder .label { display:block; margin-left:20px; }
.sidebar .block-reorder li a{font-size:0.85em; color:#476679; text-decoration:underline;}
.sidebar .block-reorder li a:hover{text-decoration:none;}

/* Block: Banner */
.sidebar .block-banner {}
.sidebar .block-bannerSK { width:203px; height:300px; background:url(../images/sticknews.gif) no-repeat; padding-left:10px; padding-top:40px; padding-right:15px; padding-bottom:5px; text-align:left; font-size:0.90em; font-weight:normal; color:white; font-family:"Courier New", Courier, monospace; }
.sidebar .block-bannerSKPROMO { width:203px; height:270px; background:url(../images/promobck.gif) no-repeat; padding-left:10px; padding-top:5px; padding-right:15px; }
.sidebar .block-banner {}
.sidebar .block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.sidebar .block-progress{border:1px solid #DDE8EF; padding:1px;}
.sidebar .block-progress .block-title{background:0; border:0; padding:10px 12px 12px 9px; background:#DDE8EF;}
.sidebar .block-progress .block-title h2{background:0; color:#476679; text-transform:uppercase; padding:0;}
.sidebar .block-progress .block-content{background:0; border:0; padding:12px 11px 20px 6px;}
.sidebar .block-progress dt { font-weight:bold; padding:13px 20px 10px 25px; font-size:0.91em; color:#58646A;}
.sidebar .block-progress dt.complete,
.sidebar .block-progress dd.complete { background-color:#f6f6f6; }
.sidebar .block-progress dl{border-top:1px solid #CEE2ED;}
.sidebar .block-progress dt,
.sidebar .block-progress dd{border:1px solid #CEE2ED; border-top:0;}
.sidebar .block-progress dd .wrapper,
.sidebar .block-progress dd address{border:1px solid #FFFFFF; background:#DDE8EF; padding:12px 19px 9px 24px; font-weight:bold; color:#476679; font-size:0.85em;}



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


/* Category Page ========================================================================= */
.category-title {margin:0 0 10px;}
.category-title{
	background:#83a3cf url(../images/block_title__blue_bgSK.jpg) repeat-x left top;
/*    background-color: #83a3cf;*/
/*	border:1px solid #234356;*/
    margin-bottom:1px;
	padding:5px 5px 5px 28px;
	color:#FFFFFF;
	font-size:0.85em;
	font-weight:bold;
	text-transform:uppercase;;
}
.category-title h2{color:#FFFFFF; font-weight:bold; text-transform:uppercase; font-size:0.85em; margin-left:19px;}



.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid {margin-bottom:1px;}
.products-grid tr.odd {}
.products-grid tr.even {}
.products-grid td { width:237px; padding-bottom:1px;}
.products-grid td.last{padding-right:0; padding-left:1px;}
.products-grid td.empty {}
.products-grid .product-image{text-align:center; display:block;}
.products-grid .product-name{padding:10px 0 10px 17px;}
.products-grid .ratings{width:113px; margin:0 auto 5px;}
.products-grid .ratings .rating-box{float:left; margin-right:5px;}
.products-grid .ratings .amount{float:left; font-size:0.85em; margin-top:-3px;}
.products-grid .price-box{text-align:center; margin-top:0;}
.products-grid .price-box .price{color:#6A9738; font-weight:normal;}
.products-grid .minimal-price-link{font-size:0.85em; color:#6A9738;}
.products-grid td button{ margin-top:10px;}
.products-grid .prod-grid-block{border:1px solid #CFE2ED; padding:4px 8px 16px 12px;}
.products-grid .add-to-links{margin-top:10px;}
.products-grid .add-to-links li{display:inline;}
.products-grid .add-to-links li.last a{color:#476679;}
.products-grid .add-to-links .separator{display:inline;}


/* View Type: List */
.products-list .item {border:1px solid #CFE2ED; padding:15px 1px; margin:0 0 1px;}
.products-list .product-image{float:left;}
.products-list .product-shop{float:right; width:265px;}
.products-list .product-shop .desc{margin:12px 20px 10px 0;}
.products-list .product-shop .add-to-links li{display:inline;}
.products-list .product-shop .add-to-links .separator{display:inline;}
.products-list .product-shop .add-to-links li.last a{color:#476679;}
.products-list .product-shop .ratings{margin-top:10px;}
.products-list .product-shop .rating-box{margin:0 0 10px;}
.products-list .product-shop .rating-links .separator{display:none;}
.products-list .product-shop .rating-links a{display:block;}
.products-list .product-shop .price-block{margin:10px 0;}
.products-list .product-shop .price-block .price-box{float:left; margin-right:28px;}
.products-list .product-shop .price{font-weight:normal;}
.products-list .product-shop .price-box{margin-top:0;}
.products-list .product-shop .price-box .minimal-price-link{font-size:0.85em; color:#6A9738;}


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


/* Product View ========================================================================== */
.product-view {}

.product-essential {border:1px solid #CFE2ED; padding:15px 19px 16px 15px;}
.product-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.product-view .product-img-box .product-image { border:1px solid #AFC3CE; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:400px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; display:none; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:15px auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 6px no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 5px no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h3{margin-bottom:20px;}
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#AFC3CE; margin:0 20px 8px 0;}

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:365px; background:url(../images/nameprod.gif) no-repeat; }
.product-view .product-name { margin-bottom:10px;}
.product-view .product-name h2{text-decoration:underline; color:#476679; font-weight:bold;}
.product-view .short-description h3{margin-bottom:10px;}

.product-view .product-pricing{margin:15px 0; width:100%; overflow:hidden;}
.product-view .product-pricing li{background:#DDE8EF; padding:5px 12px 5px 15px; margin-bottom:2px; float:left;}
.product-view .product-pricing .price{font-weight:bold; font-size:0.85em;}
.product-view .product-pricing .benefit{font-weight:bold; color:#6A9738; font-size:0.85em;}
.product-view .price-box{margin-bottom:10px;}
.product-view .price-box .price{font-weight:normal;}
.product-view .add-to-box .add-to-cart{padding-top:7px;}
.product-view .add-to-box .add-to-cart input{width:50px; height:14px; margin-right:16px;}
.product-view .add-to-box .or{padding-top:7px;}
.product-view .add-to-box .add-to-links .last a{color:#476679;}

.product-name{font-size:0.85em; line-height:1.2em;}
.product-name a{color:#476679; font-weight:bold; text-decoration:underline;}
.product-name a:hover{text-decoration:none;}

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links a{color:#67962F; text-decoration:underline; font-weight:bold; font-size:0.85em;}
.ratings .rating-links a:hover{text-decoration:none;}
.ratings .rating-links .separator{padding:0 10px; color:#67962F;}
.ratings .rating-links .last{color:#476679;}
.ratings dt {}
.ratings dd {}
.rating-box { width:78px; height:13px; margin:0 auto; font-size:0; line-height:0; background:url(../images/product_rating_blank_star.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/product_rating_full_star.gif) 0 100% repeat-x; }

.catalog-product-view .rating-box{margin:10px 0;}

/* Availability */
.availability {}
.availability .in-stock {}
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; color:#26475a; font-size:1.35em; font-weight:normal;}

.price-box {margin:10px 0 0;}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

.price-block{padding:5px 0 5px 18px; background:#DDE8EF;}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {
	color: #FE0000 !important;
	text-transform: uppercase;
}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; color: #FE0000 !important;}

/* Minimal price (as low as) */
.minimal-price {}
.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; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:bold; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

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

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links li{color:#67962F; font-size:0.65em; font-weight:bold;}
.add-to-links li a{color:#67962F; text-decoration:underline;}
.add-to-links li a:hover{text-decoration:none;}
.add-to-links .separator { display:none; padding:0 10px;}

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart .button { float:left; margin-left:5px; }

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

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options dd .multiselect option {}
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:1px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

.multiselect{height:auto!important;}

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {border:1px solid #CFE2ED; padding:18px 15px 19px 15px; margin:1px 0;}
.product-view .description h3{margin-bottom:15px; font-size:1.14em;}

/* Block: Additional */
.product-view .additional {border:1px solid #CFE2ED; padding:18px 20px 16px 15px; margin:1px 0;}
.product-view .additional h3{margin-bottom:15px; font-size:1.14em;}
.product-view .additional th,
.product-view .additional td{padding:12px 16px;}

/* Block: Upsell */
.product-view .up-sell {border:1px solid #CFE2ED; padding:18px 20px 5px 15px; margin:1px 0;}
.product-view .up-sell h3{margin-bottom:15px; font-size:1.14em;}
.product-view .up-sell .products-grid td { width:25%; padding:0 10px;}

/* Block: Tags */
.product-view .tags {border:1px solid #CFE2ED; padding:18px 15px 19px 15px; margin:1px 0;}
.product-view .tags h3{margin-bottom:15px; font-size:1.14em;}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; margin:0;}
.product-view .tags .form-add-tags .input-box input{width:572px; height:14px; margin-right:10px;}
.product-view .tags .form-add-tags .button { float:left; }
.product-view .tags .form-add-tags p{clear:both; font-size:0.78em; padding-top:5px;}
.product-view .tags label{color:#476679; font-weight:bold; font-size:0.85em;}
.product-view .tags h4{font-weight:normal; font-size:0.85em;}
.product-view .tags .tags-list{margin:10px 0 15px; font-size:0.85em;}
.product-view .tags .tags-list li{background:url(../images/tags_list_divider.gif) right top no-repeat; padding:0 19px;}
.product-view .tags .tags-list li a{color:#67962F; text-decoration:underline; font-weight:bold;}
.product-view .tags .tags-list li a:hover{text-decoration:none;}
.product-view .tags .tags-list li.first{padding-left:0;}
.product-view .tags .tags-list li.last{background:0;}

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }

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


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

/* Advanced Search */
.search-summary {padding:15px 0;}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:545px; }

.review-customer-view .col-main .product-image-box{width:160px; float:left;}
.review-customer-view .col-main .product-image-box img{margin-bottom:10px;}
.review-customer-view .col-main .product-details{width:530px; float:left;}
.review-customer-view .col-main .data-table{margin:15px 0;}
.review-customer-view .col-main .ratings{margin:15px 0;}
.review-customer-view .col-main .ratings .rating-box{padding:5px 0;}

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


/* Shopping Cart ========================================================================= */
.cart .checkout-types{float:right; text-align:right; margin-bottom:19px;}
.cart .checkout-types button{background:url(../images/checkout_button.jpg) left top repeat-x #83B645; height:29px;}
.cart .checkout-types button span{font-size:17px;}

/* Shopping Cart Table */
.cart-table{border-right:1px solid #CEE2ED; margin-bottom:15px;}
.cart-table .item-msg { font-size:10px; }
.cart-table thead{background-color:#E8EEEF;} 
.cart-table tfoot{background-color:#E8EEEF;} 
.cart-table tfoot td{padding-left:7px; padding-right:7px;}
.cart-table .product-name{font-size:0.85em!important;}
.cart-table .product-image{border:1px solid #AFC3CE; display:block;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals{float:left; width:658px;}
.cart .cart-collaterals .col-1{width:282px; float:left;}
.cart .cart-collaterals .col-2{width:356px; float:right;}
.cart .crosssell{border:1px solid #CEE2ED; padding:14px 14px 19px 14px;}
.cart .crosssell .product-image { float:left; }
.cart .crosssell .crosssell-products{margin-top:10px;}
.cart .crosssell .crosssell-products .item{padding:10px 0; background:url(../images/line_x_divider.gif) right bottom repeat-x;}
.cart .crosssell .crosssell-products .item.last{background:0;}
.cart .crosssell .crosssell-products .item .add-to-links{margin-top:10px;}
.cart .crosssell .crosssell-products .item .add-to-links .last a{color:#476679;}
.cart .crosssell .product-shop { margin-left:125px; }
.cart .crosssell .price{font-weight:normal;}
.cart .crosssell .price-box{margin-bottom:10px;}


.cart .discount{border:1px solid #CEE2ED; padding:14px 5px 23px 16px; margin-bottom:20px;}
.cart .discount label{font-size:0.71em;}
.cart .discount input{width:213px; margin-right:5px;}

.cart .shipping{border:1px solid #CEE2ED; padding:14px 30px 20px 18px;}
.cart .shipping p{font-size:0.71em;} 
.cart .shipping .form-list{margin:15px 0;}
.cart .shipping .form-list label{font-weight:normal; font-size:0.71em;}
.cart .shipping .buttons-set{padding-left:0;}
.cart .shipping .buttons-set button{float:none;}

/* Shopping Cart Totals */
.cart .totals {float:right; width:219px; border:1px solid #CEE2ED; padding:1px;}
.cart .totals .totals-wrapper{background:#DDE8EF; padding:11px 10px 13px 13px;}
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; font-size:0.85em; color:#414141;}
.cart .totals table .price{color:#414141; font-weight:bold;}
.cart .totals .tax-collapse{font-weight:bold; color:#414141; padding-right:20px;}
.cart .totals .checkout-types li button{margin-bottom:10px;}
.cart .totals .checkout-types li a{color:#476679; font-size:0.85em; text-decoration:underline; font-weight:bold;}
.cart .totals .checkout-types li a:hover{text-decoration:none;}

#shopping-cart-totals-table th{padding-right:20px;}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { border-bottom:1px solid #CEE2ED; position:relative; }
.opc li.section { border:1px solid #CEE2ED; border-bottom:0; }
.opc .step-title{background-color:#FFFFFF; padding:8px 18px 8px 31px; font-size:0.91em; color:#476679;}
.opc .step-title .number {line-height:22px; margin-right:5px; padding:1px 5px; font-weight:bold; color:#476679; border:1px solid #476679; background:#FFFFFF;}
.opc .step-title h3 {display:inline; color:#476679;}
.opc .active .step-title h3{color:#67962F;}
.opc .allow .step-title{cursor:pointer;}
.opc .active {}
.opc .active .step-title { background-color:#DDE8EF; cursor:default; border:1px solid #FFFFFF;}
.opc .active .step-title .number{color:#FFFFFF; background:#67962F; border:1px solid #67962F; }
.opc .step { border:1px solid #FFFFFF; padding:25px 16px 25px 31px;}
.opc .active .step{background-color:#DDE8EF;}
.opc .order-review {}

.opc label{font-size:0.78em; padding-right:40px; font-weight:bold;}

.opc .checkout-divider{height:1px; overflow:hidden; background:#CEE2ED; display:none;}
.opc .active .checkout-divider{display:block;}

.opc input,
.opc select{font-weight:bold;}


#checkoutSteps #opc-billing .input-box, 
#checkoutSteps #opc-shipping .input-box{width:340px; float:left;}
#checkoutSteps #opc-billing .input-box input,
#checkoutSteps #opc-shipping .input-box input,
#checkoutSteps #opc-billing .input-box select,
#checkoutSteps #opc-shipping .input-box select{width:281px!important;}
#checkoutSteps .input-box-2{width:301px; float:left;}
#checkoutSteps .input-box-2 input{width:294px!important;}
#checkoutSteps .input-box-2 select{width:260px!important;}
#checkoutSteps .group-select li li{margin-bottom:15px;}
#checkoutSteps label{padding-bottom:3px;}
#checkoutSteps .group-select li input.input-text{width:635px;}
#checkoutSteps .group-select li select{width:641px;}
#checkoutSteps #opc-billing .customer-name-middlename .name-firstname,
#checkoutSteps #opc-shipping .customer-name-middlename .name-firstname{width:232px!important;}	
#checkoutSteps #opc-billing .customer-name-middlename .name-firstname input,	
#checkoutSteps #opc-shipping .customer-name-middlename .name-firstname input{width:207px!important;}
#checkoutSteps #opc-billing .customer-name-middlename .name-middlename,
#checkoutSteps #opc-shipping .customer-name-middlename .name-middlename{width:108px!important;}
#checkoutSteps #opc-billing .customer-name-middlename .name-middlename input,
#checkoutSteps #opc-shipping .customer-name-middlename .name-middlename input{width:50px!important;}
#checkoutSteps #opc-billing .customer-dob .input-box input{width:50px !important;}

#checkout-step-login .form-list{margin:10px 0;}

/* Multiple Addresses Checkout */
.checkout-progress {padding:20px 40px 20px 40px; margin-bottom:20px; border:1px solid #CEE2ED; text-align:center; font-size:0.85em;}
.checkout-progress li {display:inline; width:15%; text-align:center; color:#FFFFFF; border:0; padding:1px 10px 1px 10px; margin-right:5px; background:url(../images/button_bg.jpg) left top repeat-x;}
.checkout-progress li.active {background:url(../images/multicheckout_active.jpg) left top repeat-x; color:#FFFFFF;}

.multiple-checkout { position:relative; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}


.checkout-multishipping-addresses .col-main{padding-top:17px;}
.checkout-multishipping-addresses .col-main .page-title{padding:7px;}
.checkout-multishipping-addresses .col-main .page-title h2{padding:0;}
.checkout-multishipping-addresses .col-main .multiple-checkout{display:block; padding:17px; border:1px solid #CFE2ED;}
.checkout-multishipping-addresses .col-main .multiple-checkout h3{margin:0 0 15px;}
.checkout-multishipping-addresses .col-main #multiship-addresses-table{border-collapse:collapse; margin-bottom:10px; border-right:1px solid #CEE2ED;}
/*.checkout-multishipping-addresses .col-main #multiship-addresses-table tfoot td{border-top:1px solid #BEBCB7; padding:5px;}*/
.checkout-multishipping-addresses .col-main .multiple-checkout .buttons-set{border:0;}
.checkout-multishipping-addresses .col-main .multiple-checkout .buttons-set button{margin-left:10px;}

.checkout-multishipping-shipping .col-main{padding-top:17px;}
.checkout-multishipping-shipping .col-main .page-title{margin-bottom:15px;}
.checkout-multishipping-shipping .col-main .multiple-checkout{width:100%;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set{background:0;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set .col-1{width:30%;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set .col-2{width:68%;}
.checkout-multishipping-shipping .col-main .wide .data-table{border-collapse:collapse; margin-top:15px;}
.checkout-multishipping-shipping .col-main .multiple-checkout h3{border:1px solid #CEE2ED; border-bottom:0; margin-bottom:0; font-size:1em; padding:3px; padding-left:20px;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col2-set{border:1px solid #CEE2ED; padding:20px; margin-bottom:15px;}
.checkout-multishipping-shipping .col-main .multiple-checkout .buttons-set{border:0;}
.checkout-multishipping-shipping .col-main .multiple-checkout .buttons-set button{margin-left:10px;}
.checkout-multishipping-shipping .col-main .multiple-checkout .col-1 h4{margin:10px 0;}

.checkout-multishipping-billing .col-main{padding-top:17px;}
.checkout-multishipping-billing .col-main .col2-set{background:0; border:1px solid #CEE2ED; padding:20px;}
.checkout-multishipping-billing .col-main .col2-set .col-2 h3{margin-bottom:20px;}
.checkout-multishipping-billing .col-main .col2-set .col-1{width:60%;}
.checkout-multishipping-billing .col-main .col2-set .col-2{width:38%;}
.checkout-multishipping-billing .col-main .buttons-set{padding:20px 0; border:0;}
.checkout-multishipping-billing .col-main .buttons-set button{margin-left:15px;}
.checkout-multishipping-billing .col-main .col-2 dl dt{padding:5px 0;}
.checkout-multishipping-billing .col-main .col-2 dl dd{padding:0 0 0 20px;}
.checkout-multishipping-billing .col-main .col-2 dd .v-fix{padding-right:5px;}
.checkout-multishipping-billing .input-box{width:auto;}
.checkout-multishipping-billing .input-box input{width:250px;}
.checkout-multishipping-billing .col-main .tool-tip{top:0!important;}

.checkout-multishipping-overview .col-main{padding-top:17px;}
.checkout-multishipping-overview .col-main .page-title{margin-bottom:15px;}
.checkout-multishipping-overview .col-main .col2-set{background:0; border:1px solid #CEE2ED; padding:20px;}
.checkout-multishipping-overview .col-main .col2-set .col-1{width:30%;}
.checkout-multishipping-overview .col-main .col2-set .col-2{width:68%;}
.checkout-multishipping-overview .col-main .multiple-checkout h3{margin:10px 0;}
.checkout-multishipping-overview .col-main .col2-set h3{margin:0;}
.checkout-multishipping-overview .col-main .col2-set .data-table{border-collapse:collapse;}
.checkout-multishipping-overview .col-main .col2-set .data-table tfoot th,
.checkout-multishipping-overview .col-main .col2-set .data-table tfoot td{border-top:1px solid #BFBFBF;} 
.checkout-multishipping-overview .col-main .grand-total{margin:10px 0;}
.checkout-multishipping-overview .data-table{margin:10px 0;}
.checkout-multishipping-overview .grand-total{font-size:1em;}

.checkout-multishipping-address-newshipping #form-validate{display:block; padding:17px; border:1px solid #CFE2ED;}
/*.checkout-multishipping-address-newshipping #form-validate #lastname{width:251px;}*/

.checkout-multishipping-address-editshipping .col-main{padding-top:17px;}
.checkout-multishipping-address-editshipping #form-validate{display:block; padding:17px; border:1px solid #CFE2ED;}
/*.checkout-multishipping-address-editshipping #form-validate #lastname{width:251px;}*/

.checkout-multishipping-address-selectbilling .page-title{}
.checkout-multishipping-address-selectbilling .page-title h2{background:0;}
.checkout-multishipping-address-selectbilling .multiple-checkout{border:1px solid #CFE2ED; padding:17px;}

.checkout-multishipping-address-editaddress #form-validate{display:block; padding:17px; border:1px solid #CFE2ED;}
.checkout-multishipping-address-editaddress #form-validate #lastname{width:251px;}
.checkout-multishipping-address-editaddress #form-validate strong{font-size:0.85em;}

.checkout-multishipping-address-editbilling .col-main{padding-top:17px;}
.checkout-multishipping-address-editbilling #form-validate{display:block; padding:17px; border:1px solid #CFE2ED;}
.checkout-multishipping-address-editbilling #form-validate strong{font-size:0.85em;}
.checkout-multishipping-address-editbilling #form-validate #lastname{width:251px;}

.checkout-multishipping-success .col-main{padding-top:17px;} 
.checkout-multishipping-success .content-box{padding:30px;}
.checkout-multishipping-success .buttons-set{border:0;}

.checkout-multishipping-address-newbilling #form-validate{border:1px solid #CFE2ED; padding:17px; display:block;}


/********** < Common Checkout Styles */
.sp-methods{}
.checkout-onepage-index #checkout-payment-method-load dt{padding:5px 0;}
.checkout-onepage-index #checkout-payment-method-load dd{padding:0 20px;}
.checkout-onepage-index .col2-right-layout{padding:17px 16px 23px 17px; border:1px solid #CFE2ED;}
.checkout-onepage-index .col2-right-layout .col-right{width:198px;}
.checkout-onepage-index .col2-right-layout .col-main{width:695px;}


.please-wait { float:right; padding-right:50px; font-size:0.78em; font-weight:bold;}
.cvv-what-is-this { cursor:help; margin-left:5px;}

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; left:0; z-index:1000; top:-30px!important;}
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {margin-top:15px;}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; background:#FFFFFF;}
.gift-message-form .inner-box ol{margin-top:20px;}
.gift-message-form .inner-box ol li{padding-bottom:20px;}
.gift-message-form .inner-box ol li .number{font-weight:bold;}

.gift-message-form .gift-item {}
.gift-message-form textarea{width:510px!important;}
.gift-message-form .input-box{display:block; width:283px!important;}
.gift-message-form .input-box input{width:226px!important;}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt span { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

#checkout-review-table th,
#checkout-review-table td{border-color:#000000;}

/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Login Page ============================================================================ */
.login-page {}
.login-page .content { min-height:150px; }
/* ======================================================================================= */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {border:1px solid #CFE2ED; padding:17px;}
.dashboard .welcome-msg {}
.dashboard h3{padding-bottom:10px;}
.dashboard .col2-set{border:1px solid #CFE2ED; padding:17px; margin-bottom:10px;}
body.page-print {
	background-image: none!important;
	padding: 0px !important;
}

#my-orders-table{margin:10px 0; font-size: 12px;}

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags{margin-top:20px;}
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print .col2-set{border:1px solid #CFE2ED; padding:10px; margin:10px 0;}

/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

.customer-name-middlename .name-firstname{width:200px!important;}
.customer-name-middlename .name-firstname input{width:190px!important;}
.customer-name-middlename .name-middlename{width:60px!important;}
.customer-name-middlename .name-middlename input{width:50px!important;}
.customer-name-middlename .input-box-2 input{width:250px!important;}

.customer-dob .input-box{width:60px!important;}
.customer-dob .input-box input{width:50px!important;}

.catalogsearch-advanced-index #form-validate .range input{width:150px;}
.catalogsearch-advanced-index #form-validate select{padding:2px;}
.catalogsearch-advanced-index #form-validate{border:1px solid #CFE2ED; padding:17px; display:block;}

#my_recent_reviews .number{width:17px; float:left;}
#my_recent_reviews .product-name{width:480px; float:left;}
#my_recent_reviews .rating-box{margin:7px 0 7px 15px;}
#my_recent_reviews p{padding-left:15px;}


#my_recent_tags li{width:100%; overflow:hidden; margin-bottom:15px;}
#my_recent_tags .number{width:17px; float:left; margin:0; padding:0;}
#my_recent_tags .details{float:left; width:480px; margin:0; padding:0;}

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

.cms-index-index .products-grid{margin-bottom:0;}
.cms-index-index .products-grid td{width:475px; padding:0; padding-bottom:1px;}
.cms-index-index .products-grid .prod-grid-block{padding:15px 18px 10px 8px;}
.cms-index-index .products-grid .product-col-1{width:196px; float:left;}
.cms-index-index .products-grid .product-col-2{width:249px; float:left;}
.cms-index-index .products-grid .product-image{display:inline; text-align:left;}
.cms-index-index .products-grid .product-name{padding:0;}
.cms-index-index .products-grid .price-box{padding-top:15px; text-align:left;}

.sendfriend-product-send #product_sendtofriend_form{display:block; padding-top:15px;}
.sendfriend-product-send #product_sendtofriend_form .buttons-set button{margin-left:20px;}

.review-product-list .col-main .data-table{margin:10px 0;}
.review-product-list .col-main .product-collateral{border:1px solid #CEE2ED; padding:15px 19px 16px 15px; margin-top:1px;}
.review-product-list .col-main .product-collateral .pager{margin:10px 0;}
.review-product-list .col-main .reviews dl{border:1px solid #CEE2ED; padding:15px 19px 16px 15px;}
.review-product-list .col-main .add-review{border:1px solid #CEE2ED; padding:15px 19px 16px 15px;}

.review-product-view .col-main .page-title{margin-bottom:15px;}
.review-product-view .col-main .rating-box{margin:0;}
.review-product-view .col-main .ratings-list{margin:5px 0;}
.review-product-view .col-main .ratings-list dt{padding:5px 0;}
.review-product-view .col-main .product-img-box .ratings{padding-top:5px;}
.review-product-view .col-main .product-img-box .rating-links{padding:5px 0;}
.review-product-view .col-main .product-img-box .rating-links a{display:block;}
.review-product-view .col-main .product-img-box .rating-links .separator{display:none;}

.checkout-cart-index .col-main .page-title h2{ background:url(../images/block_cart_title_marker.gif) 15px top no-repeat; padding-left:39px; margin:0;}
.checkout-cart-index .col-main .pages-border{padding:26px 13px 24px 17px;}

.customer-account-login .col2-set{border:1px solid #CFE2ED; padding:17px;}
.customer-account-login #login-form h3{ margin-bottom:5px;}
.customer-account-login #login-form .col-1,
.customer-account-login #login-form .col-2{border:1px solid #CFE2ED; padding:10px; width:424px;}
.customer-account-login #login-form .form-list{margin-top:5px;}

.customer-account-create #form-validate{display:block; padding:17px; border:1px solid #CFE2ED;}
#lastname{width:250px!important;}


.customer-account-forgotpassword #form-validate{display:block; padding:17px; border:1px solid #CFE2ED;} 

.checkout-multishipping-login .col2-set{border:1px solid #CFE2ED; padding:17px;}
.checkout-multishipping-login #login-form .col-1,
.checkout-multishipping-login #login-form .col-2{border:1px solid #CFE2ED; padding:10px; width:424px;}
.checkout-multishipping-register #form-validate{display:block; padding:17px; border:1px solid #CFE2ED;}


.customer-account-edit #form-validate{border:1px solid #CFE2ED; padding:17px; display:block;}
.newsletter-manage-index #form-validate{border:1px solid #CFE2ED; padding:17px; display:block;}

.customer-address-index .page-title{padding-bottom:9px;}
.customer-address-index .col2-set{border:1px solid #CFE2ED; padding:17px; display:block;}
.customer-address-index .col2-set li{padding-bottom:20px;}

.customer-address-form #form-validate{border:1px solid #CFE2ED; padding:17px; display:block;}

.tag-customer-view .pager{margin:10px 0;}
.tag-customer-view #my-tags-table .button{margin-bottom:10px;}

.tag-customer-edit #addTagForm{border:1px solid #CFE2ED; padding:17px; display:block;}

.wishlist-index-share #form-validate{border:1px solid #CFE2ED; padding:17px; display:block;}

.page-head{
		background:#537284 url(../images/block_title_bg.jpg) repeat-x left top;
		border:1px solid #234356;
		margin-bottom:1px;
		padding:13px 13px 12px 0;
}
 .page-head h3{
		color:#FFFFFF;
		font-size:0.85em;
		font-weight:bold;
		margin-left:19px;
		text-transform:uppercase;
}

.sales-order-view .col-main .page-title{padding-bottom:11px;}
.sales-order-view .col-main .page-title h2{margin-left:0; padding-left:19px;}
.sales-order-view .col-main .page-title a{color:#FFFFFF; text-decoration:underline;}
.sales-order-view .col-main .page-title a:hover{text-decoration:none;}
.sales-order-view .col-main .page-title .separator{color:#FFFFFF;}
.sales-order-view .col-main h3{margin:20px;}
.sales-order-view .col-main .order-info{margin-bottom:10px;}
.sales-order-view .col-main .col2-set{border:1px solid #CFE2ED; padding:10px; margin:10px 0;}
.sales-order-view .col-main .col2-set h3{margin:0;}

.sales-order-invoice  .col-main .page-title{padding-bottom:11px;}
.sales-order-invoice  .col-main .page-title h2{margin-left:0; padding-left:19px;}
.sales-order-invoice  .col-main .page-title a{color:#FFFFFF; text-decoration:underline;}
.sales-order-invoice  .col-main .page-title a:hover{text-decoration:none;}
.sales-order-invoice  .col-main .page-title .separator{color:#FFFFFF;}
.sales-order-invoice  .col-main .order-info{margin-bottom:10px;}
.sales-order-invoice  .col-main .col2-set{border:1px solid #CFE2ED; padding:10px; margin:10px 0;}
.sales-order-invoice  .col-main .indent{margin:10px 0;}
.sales-order-invoice  .col-main .page-title h3{color:#FFFFFF; font-size:0.85em; font-weight:bold; margin-left:19px; text-transform:uppercase;}

.sales-order-shipment .col-main .page-title{padding-bottom:11px;}
.sales-order-shipment .col-main .page-title h2{margin-left:0; padding-left:19px;}
.sales-order-shipment .col-main .page-title a{color:#FFFFFF; text-decoration:underline;}
.sales-order-shipment .col-main .page-title a:hover{text-decoration:none;}
.sales-order-shipment  .separator{color:#FFFFFF;}
.sales-order-shipment .col-main .order-info{margin-bottom:10px;}
.sales-order-shipment .col-main .col2-set{border:1px solid #CFE2ED; padding:10px; margin:10px 0;}
.sales-order-shipment .col-main .indent{margin:10px 0;}

.sales-order-creditmemo .col-main .page-title{padding-bottom:11px;}
.sales-order-creditmemo .col-main .page-title h2{margin-left:0; padding-left:19px;}
.sales-order-creditmemo .col-main .page-title a{color:#FFFFFF; text-decoration:underline;}
.sales-order-creditmemo .col-main .page-title a:hover{text-decoration:none;}
.sales-order-creditmemo .separator{color:#FFFFFF;}
.sales-order-creditmemo .col-main .order-info{margin-bottom:10px;}
.sales-order-creditmemo .col-main .col2-set{border:1px solid #CFE2ED; padding:10px; margin:10px 0;}
.sales-order-creditmemo .col-main .indent{margin:10px 0;}

.cms-about-magento-demo-store .col-main .col3-set{border:1px solid #CFE2ED; padding:10px; margin-top:10px;}
.cms-about-magento-demo-store .col-main p{padding-bottom:5px;}

.cms-customer-service .col-main .page-head{}
.cms-customer-service .col-main dl{padding:0 10px;}
.cms-customer-service .col-main ul{padding:20px 10px 0;}

.catalog-seo-sitemap-category .col-main ul{margin:10px 0; border:1px solid #CFE2ED; padding:10px;}

.catalogsearch-advanced-result .products-grid td{width:333px;}
.catalogsearch-advanced-result .products-grid .product-name{text-align:center;}
.catalogsearch-advanced-result .products-grid .add-to-links{text-align:center;}

.contacts-index-index #contactForm{border:1px solid #CFE2ED; padding:17px; display:block;}

.home-banner{margin:2px 0;}
.best-selling.category-title h2{ background:url(../images/block_best_selling_title_marker.gif) left top no-repeat; padding-left:24px; margin-left:15px;}
.best-selling td .product-image{ display:block!important; padding:5px 0 6px;}
.best-selling td{padding:0 0 1px!important;}
.best-selling td .prod-grid-block{padding:1px!important;}
.best-selling td .indent{padding:15px 25px 0 15px;}
.best-selling td.last{padding-left:1px!important;}
.best-selling .buttons-block{padding:5px 0 5px 17px; background:#DDE8EF;}
.best-selling .buttons-block a{float:left; display:block;}
.best-selling .button{margin:0; width:55px; height:21px; overflow:hidden; height:px;}
.best-selling .button span{ padding:0;}
.best-selling .buttons-block .to-cart{margin:0 1px 0 12px;}
.best-selling .buttons-block .to-cart button{background:#4F6F81 url(../images/sidebar_button_bg.jpg) repeat-x left top; border-color:#234356; width:80px; height:21px;}
.best-selling .buttons-block a{text-decoration:none;}

/* Footer ================================================================================ */
.footer{background:url(../images/footer_bg.gif) left top repeat-x; padding-top:17px; width:100%; overflow:hidden; color:#707070; font-size:0.85em;}
.footer .col-1{width:49%; float:left;}
.footer .col-2{width:49%; float:right; text-align:right;}
.footer .store-switcher{padding-top:10px;}
.footer ul{font-size:1.16em; color:#476679;}
.footer ul li{display:inline; background:url(../images/footer_links_divider.gif) right 2px no-repeat; padding:0 15px 0 14px;}
.footer ul li.last{background:0; padding-right:0;}
.footer ul a{color:#476679; text-decoration:none;}
.footer ul a:hover{text-decoration:underline;}
.footer .links{font-size:1em;}
/* ======================================================================================= */

.prod_accueil {float: none; display:inline; width:221px; height:270px; padding:15px 1px 1px 1px; border:0x; text-align:center;text-decoration:none;}
.prod_tn_acc {font:11px Arial, Helvetica, sans-serif; color:none;}
.prod_tn {width:700px; overflow:hidden; font:11px Arial, Helvetica, sans-serif; color:#476474;}
.prod_tn .tn1, .prod_tn .tn2, .prod_tn .tn3 {float:left; display:inline; width:130px; height:270px; padding:7px 1px 1px 1px; border:1px solid #D1E4F2; text-align:center;}
.prod_tn .tn1 {margin:0 3px 5px 0 !important;}
.prod_tn .tn2 {margin:0 2px 5px 2px!important;}
.prod_tn .tn3 {margin:0 0px 5px 3px!important;}
.prod_tn img {border:0px solid #444; vertical-align:top;}
.prod_tn p.info { margin:0 7px!important; padding:3px 0 0 0;}
.prod_tn p.info a {color:#476474; }
.prod_tn p.info a:hover, .prod_tn .tn2 p.info a:hover, .prod_tn .tn3 p.info a:hover {text-decoration:none;}
.prod_tn p.info span {font-size:12px;}
.prod_tn p.but {display:block; height:37px; margin:0; padding:0 0 0 4px; background:#CFE5F0;}
.prod_tn button.green, .prod_tn button.blue {float:left; display:inline; cursor:pointer; width:55px; height:21px; border:0; background:#84B547 url(../images/button_bg_green.jpg) no-repeat top left; margin:8px 2px 0 2px;}
.prod_tn button.blue {width:80px; background:#325267 url(../images/button_bg_blue.jpg) no-repeat top left;}
.prod_tn div.price-box { margin: 0px 0px 0px 0px !important;}
.picon {position:absolute; z-index:100; margin:120px 0 0 70px; *margin:120px 0 0 70px !important; border:0; border:none !important;}
.piconview {position:absolute; z-index:2000; margin:350px 0 0 230px; *margin:350 0 0 230px!important; border:0; border:none !important;} 
.brandslog {position:absolute; z-index:10; margin:-2px 0 0 205px; *margin:10 0 0 230px!important; border:0; border:none !important;} 
.discounter {font-size:40px; color:#FF0000;position:absolute; z-index:10; margin:0px 0 0 280px; *margin:10 0 0 230px!important; border:0; border:none !important;} 
.picondisc {background-image:url(../images/bckdisc.gif); position:absolute; z-index:100; margin:5px 0 0 0px; *margin:5px 0 0 70px !important; border:0; border:none !important;}
html*.picon {
	position:absolute;
	z-index:1000;
	margin:120px 0 0 90px;
	border:none !important;
}

/* ======================================================================================= */
/* ================================code original======================================================= */

/*.prod_accueil {float: none; display:inline; width:221px; height:270px; padding:15px 1px 1px 1px; border:0x; text-align:center;text-decoration:none;}
.prod_tn_acc {font:11px Arial, Helvetica, sans-serif; color:none;}
.prod_tn {width:475px; overflow:hidden; font:11px Arial, Helvetica, sans-serif; color:#476474;}
.prod_tn .tn1, .prod_tn .tn2, .prod_tn .tn3 {float:left; display:inline; width:151px; height:270px; padding:15px 1px 1px 1px; border:1px solid #D1E4F2; text-align:center;}
.prod_tn .tn1 {margin:0 3px 5px 0 !important;}
.prod_tn .tn2 {margin:0 2px 5px 2px!important;}
.prod_tn .tn3 {margin:0 0px 5px 3px!important;}
.prod_tn img {border:0px solid #444; vertical-align:top;}
.prod_tn p.info { margin:0 7px!important; padding:3px 0 0 0;}
.prod_tn p.info a {color:#476474; }
.prod_tn p.info a:hover, .prod_tn .tn2 p.info a:hover, .prod_tn .tn3 p.info a:hover {text-decoration:none;}
.prod_tn p.info span {font-size:12px;}
.prod_tn p.but {display:block; height:37px; margin:0; padding:0 0 0 4px; background:#CFE5F0;}
.prod_tn button.green, .prod_tn button.blue {float:left; display:inline; cursor:pointer; width:55px; height:21px; border:0; background:#84B547 url(../images/button_bg_green.jpg) no-repeat top left; margin:8px 2px 0 2px;}
.prod_tn button.blue {width:80px; background:#325267 url(../images/button_bg_blue.jpg) no-repeat top left;}
.prod_tn div.price-box { margin: 0px 0px 0px 0px !important;}
.picon {position:absolute; z-index:2000; margin:120px 0 0 70px; *margin:120px 0 0 70px !important; border:0; border:none !important;}
.piconview {position:absolute; z-index:2000; margin:350px 0 0 230px; *margin:350 0 0 230px!important; border:0; border:none !important;} 
html*.picon {
	position:absolute;
	z-index:1000;
	margin:120px 0 0 90px;
	border:none !important;
}*/
/* ======================================================================================= */

.prod_accueil {float: none; display:inline; width:221px; height:270px; padding:15px 1px 1px 1px; border:0x; text-align:center;text-decoration:none;}
.prod_sk_acc {font:11px Arial, Helvetica, sans-serif; color:none;}
.prod_sk {width:930px; overflow:hidden; font:11px Arial, Helvetica, sans-serif; color:#476474;}
.prod_sk .sk1, .prod_sk .sk2, .prod_sk .sk3 {float:left; display:inline; width:125px; height:270px; padding:5px 1px 1px 1px; border:1px solid #D1E4F2; text-align:center;}
.prod_sk .sk1 {margin:0 3px 5px 0 !important;}
.prod_sk .sk2 {margin:0 2px 5px 2px!important;}
.prod_sk .sk3 {margin:0 0px 5px 3px!important;}
.prod_sk img {border:0px solid #444; vertical-align:top;}
.prod_sk p.info { margin:0 7px!important; padding:3px 0 0 0;}
.prod_sk p.info a {color:#476474; }
.prod_sk p.info a:hover, .prod_sk .sk2 p.info a:hover, .prod_tn .sk3 p.info a:hover {text-decoration:none;}
.prod_sk p.info span {font-size:12px;}
.prod_sk p.but {display:block; height:37px; margin:0; padding:0 0 0 4px; background:#CFE5F0;}
.prod_sk button.green, .prod_sk button.blue {float:left; display:inline; cursor:pointer; width:55px; height:21px; border:0; background:#84B547 url(../images/button_bg_green.jpg) no-repeat top left; margin:8px 2px 0 2px;}
.prod_sk button.blue {width:80px; background:#325267 url(../images/button_bg_blue.jpg) no-repeat top left;}
.prod_sk div.price-box { margin: 0px 0px 0px 0px !important;}



.prod_accueil {float: none; display:inline; width:221px; height:250px; padding:15px 1px 1px 1px; border:0x; text-align:center;text-decoration:none;}
.prod_promo_acc {font:11px Arial, Helvetica, sans-serif; color:none;}
.prod_promo { padding-left:45px; padding-bottom:5px; width:930px; overflow:hidden; font:11px Arial, Helvetica, sans-serif; color:#476474;}
.prod_promo .promo1, .prod_promo .promo2, .prod_promo .promo3 {float:left; display:inline; width:125px; height:270px; padding:5px 1px 1px 1px; border:1px solid #D1E4F2; text-align:center;}
.prod_promo .promo1 {margin:0 3px 5px 0 !important;}
.prod_promo .promo2 {margin:0 2px 5px 2px!important;}
.prod_promo .promo3 {margin:0 0px 5px 3px!important;}
.prod_promo img {border:0px solid #444; vertical-align:top;}
.prod_promo p.info { margin:0 7px!important; padding:3px 0 0 0;}
.prod_promo p.info a {color:#476474; }
.prod_promo p.info a:hover, .prod_promo .promo2 p.info a:hover, .prod_tn .promo3 p.info a:hover {text-decoration:none;}
.prod_promo p.info span {font-size:12px;}
.prod_promo p.but {display:block; height:37px; margin:0; padding:0 0 0 4px; background:#CFE5F0;}
.prod_promo button.green, .prod_promo button.blue {float:left; display:inline; cursor:pointer; width:55px; height:21px; border:0; background:#84B547 url(../images/button_bg_green.jpg) no-repeat top left; margin:8px 2px 0 2px;}
.prod_promo button.blue {width:80px; background:#325267 url(../images/button_bg_blue.jpg) no-repeat top left;}
.prod_promo div.price-box { margin: 0px 0px 0px 0px !important;}
