<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************************************************
* ixSchottLayout.css
******************************************************************************/

body {
    color: #4e4e4e;
    font-family: georgia;
    font-size: 12px;
}

label {
    font-weight: normal;
}

input, textarea, select {
    font-family: georgia;
}

.ixSchott_header {
	border-top: 3px solid #A9111D;
}

.ixSchottRedText {
	color: #A9111D;
}

.ixSchott_header_wrapper,
.ixSchott_container_wrapper,
.ixSchott_footer_wrapper {
    margin: 0 auto;
    overflow: auto;
    width: 980px;
}

.ixSchott_header_connectedAs{
    float: left;
    padding: 0 0.5em;
	border: solid 1px #B3B3B3;
	margin: 15px 0 15px 24px;
}

.ixSchott_header_connectedAs p {
	margin:4px 0px;
}



.ixSchott_content {
	padding-bottom: 15px;
}

.ixSchott_right_content {
    padding-left: 20px;
    width: 184px;
	float: left;
	margin-top: 13px;
	padding-bottom: 15px;
}

.ixSchott_left_content {
    padding-right: 20px;
    width: 184px;
	float: left;
    margin-top: 13px;
	padding-bottom: 15px;
}

.ixSchott_container_wrapper {
	min-height: 400px;
}

.ixSchott_containerPopup {
	margin: 20px;
}

/* header */
.ixSchott_logo {
    float: left;
    margin: 32px 0 19px;
}

.ixSchott_shortcutsTopContainer {
	float:left;
	width:100%;
}

ul.ixSchott_shortcutsTop {
    list-style: none outside none;
    margin: 7px 0 0;
    padding: 0;
	color: #000;
	float:right;
}

ul.ixSchott_shortcutsTop li {
    float: left;
    margin-bottom: 0;
}

ul.ixSchott_shortcutsTop li#ixSchott_recapPanier {
	margin-left: 5px;
}


ul.ixSchott_shortcutsTop li a:link,
ul.ixSchott_shortcutsTop li a:visited {
    float: left;
    margin-bottom: 0;
	text-decoration: none;
	color: #000;
}

ul.ixSchott_shortcutsTop li a:hover {
	text-decoration: underline;
}

ul.ixSchott_shortcutsTop li.ixSchott_footer_sep {
	margin: 0 14px;
}

/* menu */
.ixSchott_menu {
    clear: both;
    /* height: 21px; */
    margin-bottom: 6px;
    overflow: auto;
}

.ixSchott_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ixSchott_menu ul li {
	margin: 0;
	float: left;
}

.ixSchott_menu ul li a:link,
.ixSchott_menu ul li a:visited {
    color: #000000;
    display: block;
    margin-right: 13px;
    padding: 3px 6px;
    text-decoration: none;
    text-transform: uppercase;
}

.ixSchott_menu ul li.on a:link,
.ixSchott_menu ul li.on a:visited,
.ixSchott_menu ul li a:hover  {
    color: #fff;
    background-color: #a9111d;
}

/* titres */
.hideTextTitle {
	display: none;
}

.ixSchott_pageTitle {
    color: #A9111D;
    font-size: 34px;
    font-weight: normal;
    margin: 12px 0 6px;
}

.ixSchott_title1  {
    color: #A9111D;
    font-size: 22px;
    font-weight: normal;
    margin: 8px 0;
}

.ixSchott_title2  {
    color: #A9111D;
    font-size: 16px;
    font-weight: normal;
    margin: 8px 0;
}

.ixSchott_title3  {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin: 8px 0;
}

.advPopupTitle .bsLevel1  {
    color: #A9111D;
    font-size: 40px;
    font-weight: normal;
    margin: 12px 0;
}

.ixSchott_filterBar {
	margin-bottom: 5px;
}

/* ocs */
.ixSchott_read a:link,
.ixSchott_read a:visited  {
    background-color: #EFEFEF;
    color: #A9111D;
    padding: 4px 10px;
    text-decoration: none;
}

.ocsNavigationBarRow th {
    color: #000000;
    font-weight: normal;
    text-align: right;
}

.ocsNavigationBarRow th a:link,
.ocsNavigationBarRow th a:visited {
	color: #4e4e4e;
	text-decoration: none;
}

.ocsNavigationBarRow th a:hover {
	text-decoration: underline;
	color: #000000;
}

/* footer */
.ixSchott_footer {
	 background-color: #000000;
    bottom: 0;
    color: #FFFFFF;
    font-size: 11px;
    position: fixed;
    width: 100%;
	height: 70px;
}

.ixSchott_footer a:link,
.ixSchott_footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

.ixSchott_footer a:hover {
	text-decoration: underline;
}

.ixSchott_footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 0 5px;
	overflow: auto;
}
.ixSchott_container{
	padding-bottom: 70px;
}
.ixSchott_footer_wrapper {
	padding: 18px 0 19px;
	margin: 0 auto;
}

.ixSchott_footer ul li {
	margin: 0;
	float: left;
}

.ixSchott_powered {
    clear: both;
}

.ixSchott_footer .ixSchott_footer_sep {
	margin: 0 8px 0 6px;
}

/* file d'ariane */
.ixSchott_breadcrumb p,
.gshpAncestorBar p {
	color: #4e4e4e;
    border-bottom: 1px solid #4e4e4e;
    margin: 18px 0 8px;
    padding-bottom: 4px;
}

.ixSchott_breadcrumb a:link,
.gshpAncestorBar a:link,
.ixSchott_breadcrumb a:visited,
.gshpAncestorBar a:visited {
	color: #4e4e4e;
	text-decoration: none;
}

.ixSchott_breadcrumb a:hover,
.gshpAncestorBar a:hover {
	text-decoration: underline;
}

.ixSchott_breadcrumb span.lastLink,
.gshpAncestorBar span.LastLabelLvl {
	color: #000;
}

.ixSchott_breadcrumb .gshpAncestorBarSeparator,
.gshpAncestorBar .gshpAncestorBarSeparator  {
	margin: 0 8px;
}

.usrLoginResMsg {
    font-weight: normal;
}

/* bloc identification */
div.usrLoginForm  form{
	background-color: #f3f3f3;
}

div.usrLoginForm  .bsLevel1 {
    color: #FFFFFF;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
	background-color: #000;
	margin: 0;
	padding: 3px 8px 3px;
}

div.usrLoginForm table.usrLoginTable {
	padding: 4px 30px 13px;
}

div.usrLoginForm label {
	width: 90px;
	display: block;
	color: #000;
	padding-top: 4px;
}

div.usrLoginForm .usrLoginTable td {
	padding-top: 17px;
}

div.usrLoginForm input#c_userLogin,
div.usrLoginForm input#c_userPwd {
	width: 196px;
	background-color: #ececec;
	border: 1px solid #4e4e4e;
	padding: 3px;
}

div.usrLoginForm  tr.usrForgotAction td,
div.usrLoginForm  tr.usrLoginAction td {
	padding-top: 10px;
}

/* boutons */
.bsButton {
    background: none no-repeat scroll 0 0 #a9111d;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    margin: 0;
    padding-bottom: 0.2em;
    padding-top: 0.2em;
    text-align: center;
}

a.bsButton:link, 
a.bsButton:active, 
a.bsButton:visited, 
a.bsButton:hover {
    background: none no-repeat scroll 0 0 #a9111d;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: georgia;
    font-weight: normal;
	padding: 3px 6px 4px;
	font-size: 12px;
}

.gshpBackToShopButton  a.bsButton:link, 
.gshpBackToShopButton  a.bsButton:active, 
.gshpBackToShopButton  a.bsButton:visited, 
.gshpBackToShopButton a.bsButton:hover {
    background: none no-repeat scroll 0 0 #000;
}

.gshpDeleteAllButton a.bsButton:link, 
.gshpDeleteAllButton  a.bsButton:active, 
.gshpDeleteAllButton  a.bsButton:visited, 
.gshpDeleteAllButton a.bsButton:hover {
    background: none no-repeat scroll 0 0 #626262;
}

.sdsSearchForm span input {
    background: none no-repeat scroll 0 0 #a9111d;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: georgia;
    font-weight: normal;
	padding: 4px 12px;
	font-size: 12px;
}

div.sdsButtonBar  .yui-skin-sam  span.yui-button {
    background: none repeat scroll 0 0 #A9111D;
    border: 0 none;
    margin: auto 0.25em;
}

div.sdsButtonBar  .yui-skin-sam .yui-button .first-child {
	border: 0;
}
div.sdsButtonBar  .yui-skin-sam .yui-button button, 
div.sdsButtonBar  .yui-skin-sam .yui-button a, 
div.sdsButtonBar  .yui-skin-sam .yui-button a:visited {
    color: #FFFFFF;
    font-family: georgia;
    font-size: 12px;
    line-height: 1.2;
    3px 7px 2px/*padding: 1px 6px 4px; migration 4.6*/
}

/* bloc recherche */
.ixSchott_searchShop h3 {
    border-bottom: 1px solid #4e4e4e;
    font-size: 16px;
    font-weight: normal;
    margin: 41px 0 12px;
    padding-bottom: 3px;
}

.ixSchott_searchShop #inputSearch {
    border: 1px solid #4e4e4e;
    float: left;
    height: 15px;
    padding: 2px;
    width: 134px;
}

.ixSchott_searchShop #submitSearch {
    background-color: #A9111D;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    margin-left: 8px;
    padding: 2px 6px;
}

/* menu gauche */
.ixSchott_left_menu h3 {
    border-bottom: 1px solid #4e4e4e;
    font-size: 16px;
    font-weight: normal;
    margin: 2px 0 12px;
    padding-bottom: 3px;
}

.ixSchott_left_menu ul.niv1 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ixSchott_left_menu ul.niv1 li{
	margin: 6px 0;
	overflow: auto;
}

.ixSchott_left_menu ul.niv1 li a:link,
.ixSchott_left_menu ul.niv1 li a:visited {
    background: url("../iso_icons/ixSchott_puceMenu.jpg") no-repeat scroll 6px 6px transparent;
    color: #4e4e4e;
    padding-left: 14px;
    text-decoration: none;
}

.ixSchott_left_menu ul.niv1 li a:hover,
.ixSchott_left_menu ul.niv1 li a.on,
.ixSchott_left_menu ul.niv1 li a.on:hover {
	color: #a9111d;
}

.ixSchott_left_menu ul.niv1 li.on2 a:link, 
.ixSchott_left_menu ul.niv1 li.on2 a:visited {
	color: #a9111d;
}

.ixSchott_left_menu ul.niv1 li.on2 li a:link, 
.ixSchott_left_menu ul.niv1 li.on2 li a:visited {
	color: #4e4e4e;
}

.ixSchott_left_menu ul.niv1 li.on2 li.on a:link.on,
.ixSchott_left_menu ul.niv1 li.on2 li.on a:visited.on {
	color: #a9111d;
}

.ixSchott_left_menu ul.niv2 {
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}

.ixSchott_left_menu ul.niv2 li{
	margin: 5px 0;
}

.ixSchott_left_menu ul.niv3 {
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}

.ixSchott_left_menu ul.niv3 li a:link,
.ixSchott_left_menu ul.niv3 li a:visited {
	font-size: 11px;
}

.ixSchott_left_menu ul.niv3 li{
	margin: 2px 0;
}

div.ixSchott_LeftMenuShop ul.niv1 li ul.niv2  {
	display: none;
}

div.ixSchott_LeftMenuShop ul.niv2 li ul.niv3  {
	display: none;
}

div.ixSchott_LeftMenuShop ul.niv1 li.on ul.niv2  {
	display: block;
}

/* shop */
.gshpProductPage, .sdsSearchSection, .gshpBasketPage, .gshpReferToFriendPopup {
    font-family: georgia;
    font-size: 12px;
}

.gshpNavigationBar {
	display: none;
}

.productFloatingDiv,
.gshpLinkedProductListItem {
	width: 140px;
    border: 0 none;
    height: 200px;
    margin: 0 72px 20px 0;
    padding: 0;
	position: relative;
}

.gshpLinkedProductListItem {
    margin: 5px 70px 8px 0;
}

.ixSchott_prodNonDispo {
	position: absolute;
	top: 30px;
	left: 9px;
}

.ixSchott_flashSale {
	left: 18px;
    position: absolute;
    top: 66px;
}

.productThumbnailDiv,
.gshpProductLinkedImage {
    height: auto;
}

.productThumbnailDiv, 
.productFloatingLabel, 
.productFloatingPrice,
.gshpProductLinkedImage,
.gshpProductLinkedFloatingLink,
.gshpProductLinkedPrice {
    width: auto;
	text-align: center;
}

.productThumbnailDiv a {
	display : block;
}

.productFloatingCode a:link,
.productFloatingCode a:visited,
.gshpProductLinkedFloatingLink a:link,
.gshpProductLinkedFloatingLink a:visited {
    border-bottom: 1px solid #4e4e4e;
    color: #4e4e4e;
    display: block;
    margin-bottom: 2px;
    padding-bottom: 5px;
    text-decoration: none;
}

.productFloatingPrice,
.gshpProductLinkedPrice {
    color: #A9111D;
    font-size: 14px;	
}

.productFloatingCode,
.gshpProductLinkedFloatingLink {
	margin-top: 6px;
}

.ixSchott_leftProduct {
    float: left;
    margin-right: 10px;
    width: 255px;
    margin-bottom: 10px;
}

.ixSchott_rightProduct {
    float: left;
    width: 511px;
}

.ixSchott_right2Product {
    float: left;
}

.ixSchott_blocFicheProduit {
    overflow: auto;
}

.ixSchott_blocFicheProduit2 {
    clear: both;
    height: 23px;
    padding: 10px 0 0;
    width: 511px;
}

.gshpProductCardReference {
    font-size: 12px;
	font-weight: normal;
	clear: both;
	margin: 4px 0 12px;
}

.ixSchott_priceProduct {
    color: #A9111D;
    float: left;
    text-align: right;
    width: 181px;
	height: 25px;
}

.gshpPriceSpan .gshpDashedPrice {
    color: #888888;
    font-size: 14px;
}

.ixSchott_priceProduct .gshpProductPrice {
    font-size: 19px;
    font-style: italic;
    font-weight: bold;
}
.product-grid-summary-price-dashed
{
    text-decoration: line-through;
    color:#888;
}

.ixSchott_topProduct h3 {
    color: #010101;
    float: left;
    font-family: arial;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    width: 330px;
}

.ixSchott_topProduct {
	/*overflow: auto;*/
	clear: both;
}

.gshpProductCardSize {
	border: 1px solid #cfcfcf;
	border-right: 0;
	border-left: 0;
	padding: 8px 0;
}

.gshpDimensionsRenderSummary_grid {
    border-bottom: 1px solid #CFCFCF;
    overflow: auto;
    padding: 18px 6px;
	float: none;
}

.gshpDimensionsRenderSummary_grid label {
    bottom: -9px
}

#gshpBasketTotalGridQuantity,
#gshpBasketTotalGridAmount {
	background-color: #f8f8f8;
	border: 1px solid #c1c1c1;
	color: #4e4e4e;
	margin-right: 10px;
}

ul.gshpProductReferencesAction {
    float: left;
    list-style: none outside none;
    margin: 16px 0 0;
    padding: 0;
}

ul.gshpProductReferencesAction li {
	margin: 0;
	float: left;
}

ul.gshpProductReferencesAction li a:link,
ul.gshpProductReferencesAction li a:visited {
    background: none no-repeat scroll 0 0 #A9111D;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: georgia;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 12px 6px;
    text-decoration: none;
	margin-right: 19px;
}

 a:link.ixSchott_cloturerAchat,
 a:visited.ixSchott_cloturerAchat {
    background: none no-repeat scroll 0 0 #000;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: georgia;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 12px 6px;
    text-decoration: none;
	margin: 16px 0 0 0;
    float: left;
}

.ixSchott_imageTools  a{
    float: right;
    margin: 7px 7px 0 0;
}

.gshpDimensionsRenderMsg_grid {
    clear: both;
    overflow: auto;
    padding-bottom: 4px;
}

/* processus commande */

tr.gshpBasketRow_heading  th{
	text-align:right;
}

tr.gshpBasketRow_heading  th,
tr.gshpBasketRow_headingCells th,
tr.gshpBasketRow_articleTotals th,
tr.gshpBasketRow_carrierHeading th,
tr.gshpBasketRow_amount th,
tr.gshpBasketRow_paymentModeHeading th,
tr.gshpBasketRow_subTotal th {
	font-size:12px;
	padding:4px;
	font-weight: normal;
}

table.gshpBasketTable th {
	border-left: 1px solid #bcbcbc;
}

h3.gshpBasketTitle,
.gshpCommandTypeLabel {
    color: #010101;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    margin: 0;
    padding-left: 0;
    padding-top: 5px;
}
/*
td.gshpBasketPreface {
	padding:4px 0;
}
*/
.gshpCommandComment 
{
	padding:8px 0 0 0;
	color: #010101;
    font-size: 14px;
    font-weight: normal;
	}

table.gshpBasketTable td.gshpBasketCell {
	background-image:none;
	background-position:center bottom;
	background-repeat:repeat-x;
	font-size:11px;
	height:59px;
	padding:4px;
	color: #010101;
}

tr.gshpBasketRow_total th,
tr.gshpBasketRow_totalVatAmount th,
tr.gshpBasketRow_vatTotal th {
	font-size:11px;
	padding:4px;
}

div.gshpClientBasket h2 {
	font-size:12px;
	margin-bottom:5px;
	padding:4px;
	text-align:left;
	font-weight: normal;
}

div.gshpTitleBarRight {
	margin-right:1px;
	overflow:auto;
	position:absolute;
	right:0;
	top:0px;
}

tr.gshpBasketRow_amount {
	background-image:none;
}

tr.gshpBasketRow_amount th {
	background-image:none;
}

div.gshpAddressesBasket {
	float: right;
	margin-left:8px;
}

table.gshpBasketTable {
	margin-top:16px;
	/* width: 978px; */
	border-left: 1px solid transparent;
}

table.gshpBasketTable .gshpBasketRow_productHeader .gshpBasket_dimensions span,
table.gshpBasketTable .gshpBasketRow_productHeader .gshpBasketHeading_quantity span,
table.gshpBasketTable .gshpBasketRow_productHeader .gshpBasketHeading_total span,
table.gshpBasketTable .gshpBasketRow_productHeader .gshpBasket_price span,
table.gshpBasketTable .gshpBasketRow_productHeader .gshpBasket_total span {
    display: none;
}

h3.gshpClientBasketTitle {
    font-size: 12px;
    font-weight: normal;
}

tr.gshpBasketRow_sectorHeaderSeparator td, 
tr.gshpBasketRow_totalsSeparator td, 
tr.gshpBasketRow_commandHeadingSeparator td, 
tr.gshpBasketRow_commentSeparator td {
	height:0px;
}

td.gshpBasketCell a:link, 
td.gshpBasketCell a:visited, 
td.gshpBasketCell a:hover {
	font-weight:bold;
}

.gshpClientBasket {
	color: #010101;
}

.navigationBlockPageNext,
.navigationBlockPageCenter,
.navigationBlockPagePrevious {
	float: right;
}

.navigationBlockPage a:link.goFirst,
.navigationBlockPage a:link.goFirst {
    background: url("../iso_icons/ixSchott_first.jpg") no-repeat scroll left 5px transparent;
	padding-left: 10px;
    float: left;
    margin-right: 10px;
}

.navigationBlockPage a:hover.goFirst {
    background: url("../iso_icons/ixSchott_firstOn.jpg") no-repeat scroll left 5px transparent;
}

.navigationBlockPage a:link.previous,
.navigationBlockPage a:link.previous {
    background: url("../iso_icons/ixSchott_prev.jpg") no-repeat scroll left 5px transparent;
	padding-left: 5px;
	float: left;
}

.navigationBlockPage a:hover.previous {
    background: url("../iso_icons/ixSchott_prevOn.jpg") no-repeat scroll left 5px transparent;
}

.navigationBlockPage a:link.next,
.navigationBlockPage a:link.next {
    background: url("../iso_icons/ixSchott_next.jpg") no-repeat scroll right 5px transparent;
	padding-right: 5px;
	float: left;
}

.navigationBlockPage a:hover.next {
    background: url("../iso_icons/ixSchott_nextOn.jpg") no-repeat scroll right 5px transparent;
}

.navigationBlockPage a:link.goLast,
.navigationBlockPage a:link.goLast {
    background: url("../iso_icons/ixSchott_last.jpg") no-repeat scroll right 5px transparent;
	padding-right: 10px;
    float: left;
    margin-left: 10px;
}

.navigationBlockPage a:hover.goLast {
    background: url("../iso_icons/ixSchott_lastOn.jpg") no-repeat scroll right 5px transparent;
}

.navigationBlockPage {
    color: #000000;
	overflow: auto;
}

.navigationBlockPage a:link,
.navigationBlockPage a:visited{
	color: #A9111D;
	text-decoration: none;
}

.navigationBlockPage a:hover{
	color: #A9111D;
}

.navigationBlockPageCenter {
    margin: 0 12px;
}

.ixSchott_btnBack a:link,
.ixSchott_btnBack a:visited {
    background: url("../iso_icons/ixSchott_back.png") no-repeat scroll 4px 50% #DDDDDD;
    float: right;
    font-size: 10px;
    font-style: italic;
    margin-bottom: 6px;
    padding: 4px 8px 4px 14px;
    text-decoration: none;
}

tr.gshpBasketRow_sectorHeader  th {
    border-top: 1px solid #FFFFFF;
}

tr.gshpBasketRow_total  th {
    border-top: 1px solid #FFFFFF;
}

/* grid */
.gshpProductPriceTableContainer table.productReferences_grid input.gshpQuantityInput {
    color: #4e4e4e;
    text-align: center;
}

.gshpProductPriceTableContainer table.productReferences_grid input {
    border: 1px solid #66c83f;
    width: 22px;
}

.gshpProductPriceTableContainer table.productReferences_grid input.gshpQuantityDisabledInput {
    background-color: #eee;
	border: 1px solid #eee;
}

.gshpProductPriceTableContainer table.productReferences_grid input.gshpQuantityInput_WS {
	border: 1px solid;
	border-color: #f78413;
    background-color: #eee;
}
.gshpProductPriceTableContainer table.productReferences_grid input.gshpQuantityInput_CS {
	border: 1px solid;
	/*border-color: #3266ae;*/
	border-color: #f78413;
    background-color: #eee;
}

.ixSchott_legende {
    float: right;
    font-size: 10px;
    margin-top: 13px;
}

.ixSchott_stockLegend {
    margin-bottom: 2px;
    overflow: hidden;
}

.ixSchott_legende span,
.ixSchott_legende em {
    float: left;
	font-style: normal;
}

.ixSchott_stockLegend span {
	width: 16px;
	height: 11px;
    border: 1px solid #66c83f;
    background-color: #fff;
	display: block;
	clear:both;
	margin-right: 5px;
}

.ixSchott_stockHorizonLegend span {
	width: 16px;
	height: 11px;
	border: 1px solid #3266ae;
    background-color: #eee;
	display: block;
	clear:both;
	margin-right: 5px;
}

.ixSchott_stockBasLegend span {
	width: 16px;
	height: 11px;
	border: 1px solid #f78413;
    background-color: #eee;
	display: block;
	clear:both;
	margin-right: 5px;
}

.gshpLinkedProductList {
    clear: both;
    overflow: auto;
}

.gshpLinkedProductList h3 {
    color: #A9111D;
    font-size: 14px;
    font-weight: normal;
    margin: 30px 0 0;
}

.ixSchott_cannotCommandMsg {
    color: red;
    margin: 0;
    padding-top: 22px;
}

.gshpWarningBasketMsg, 
.gshpWarningStockMsg,
td.gshpBasketPreface p.gshpWarningBasketMsg {
    color: red;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
}

.gshpProductPriceTableContainer table.productReferences td {
    padding-bottom: 8px;
    padding-right: 1px;
    padding-top: 8px;
}

.ixSchott_imgColeurs {
    float: left;
    margin-right: 2px;
	margin-top: 12px;
}

.gshpProductPriceTableContainer {
	float: left;
	font-size: 11px;
}

.imgByColor {
    margin-top: 18px;
}

.gshpProductPriceTableContainer table.productReferences td.gshpReferenceDimensionCell_dimValueLabel {
	padding: 2px 2px 2px 0;
}

.gshpProductPriceTableContainer table.productReferences td.gshpReferenceDimensionCell_totalQuantity {
	padding-left: 2px
}

.gshpProductPriceTableContainer table.productReferences tr.gshpReferenceDimensionRow_sum td {
	padding-top: 0;
	padding-bottom: 0;
}

.gshpProductPage,
.gshpAdvColumns,
.gshpAdvColumn {
	overflow: visible;
}

.div.gshpActionBar { 
	white-space: normal;
}

.gshpProductCardAddToBasket a:link,
.gshpProductCardAddToBasket a:visited {
	background: none no-repeat scroll 0 0 #A9111D;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
	float: left;
    font-family: georgia;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 12px 6px;
    text-decoration: none;
}

.ixSchott_containerPopup .gshpDimensionsRenderSummary_grid {
    margin-left: 147px;
    padding-left: 0;
}

.ixSchott_containerPopup .gshpProductCardImage {
	float: left;
	margin: 0 8px 8px 0;
}

.ixSchott_containerPopup .ixSchottAddToBasket {
    margin-top: 12px;
    overflow: auto;
}

#ixSchottAddToBasket {
	float: right;
    padding-top: 8px;
}

.ixSchott_DimensionPopupRight .leftPart  {
    position: relative;
}

.ixSchott_DimensionPopupRight .leftPart  h3 {
    color: #010101;
    font-family: arial;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
	width: 528px;
}

.ixSchott_showDimRefPrice {
    color: #A9111D;
    height: 25px;
    position: absolute;
    right: 50px;
    text-align: right;
    top: 0;
    width: 180px;
}

.ixSchott_showDimRefPrice span {
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
}

.prodDimGrid  {
	border: 1px solid #cfcfcf;
	border-left: 0;
	border-right: 0;
    margin-left: 147px;
    padding: 8px 0;
}

.ixSchott_CodeProd {
    margin: 10px 0;
}

.gshpGridMultiDimensionPopup .ixSchottAddToBasket {
    float: left;
	margin-left: 147px;
}

.gshpGridMultiDimensionPopup .ixSchott_stockMsgPopup {
    clear: both;
    margin-left: 147px;
    padding-top: 10px;
}

*+html .ixSchott_blocFicheProduit2 {
    width: auto;
}

*+html .gshpDimensionsRenderSummary_grid {
	width: 498px;
}

*+html .gshpGridMultiDimensionPopup .gshpDimensionsRenderSummary_grid {
	width: auto;
}

*+html .ixSchott_showDimRefPrice {
    color: #A9111D;
    position: static;
    margin-right: 40px;
	text-align: right;
	width: auto;
}

.ixSchott_advColumnContent {
	padding: 0.5em;
}

.gshpProductList {
    overflow: visible;
}

.gshpSearchProductList .productFloatingDiv {
    margin: 0 69px 20px 0;
}


@media print {
	table.gshpBasketTable tr.gshpBasketRow_summaryMsg,
	.ixSchott_printBtn,
	.ixSchott_header,
	#ixSchott_banner_shop,
	.ixSchott_left_content,
	.gshpAncestorBar,
	.ixSchott_footer,
	.ixSchott_imageTools,
	.gshpProductReferencesAction,
	a.ixSchott_cloturerAchat:link, 
	a.ixSchott_cloturerAchat:visited {
		display: none;
	}
}

.ixSchott_btnsPrevNextProducts
{
	
	float:right;
	}
	
	.ixSchott_btnsPrevNextProducts .ixSchott_nextProduct 
	{
		 background: url("../iso_icons/ixSchott_next.png") no-repeat scroll 107px 50% #DDDDDD;
    float: left;
    font-size: 10px;
    font-style: italic;
    margin-bottom: 6px;
    padding: 4px 12px 4px 8px;
    text-decoration: none;
		}
		
		.ixSchott_btnsPrevNextProducts .ixSchott_previousProduct 
	{
		 background: url("../iso_icons/ixSchott_previous.png") no-repeat scroll 4px 50% #DDDDDD;
    float: left;
    font-size: 10px;
    font-style: italic;
    margin-bottom: 6px;
    padding: 4px 8px 4px 12px;
    text-decoration: none;
		}
		.ixSchott_btnsPrevNextProducts a 
		{
			margin: 0 0 0 10px;
			}
			
			table.gshpBasketTable .gshpBasketTBody_totals th 
			{
				background-color: #FFFFFF;
				color: #010101;
				border: none;
				}
				
				.infoSoldeEtEnCours 
				{
					float:right;
					clear:right;
					padding: 0 0.5em;
					border:solid 1px #b3b3b3;
				    margin: 26px 0 0;
					}
					
					.gshpBasketRow_productHeader td 
					{
						font-weight:bold;
						
					}
					table.gshpBasketTable .gshpBasketRow_dim1Data td,
					table.gshpBasketTable .gshpBasketRow_dim1Data td.gshpBasketCell
					{
						color:#585858;	
					}
					
.infoCanNotCommand {
	clear: right;
		color: red;
		float: right;
		padding: 0 0 10px 0;
}

ul.gshpProductCardAction {
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-right: 19px;
    margin-top: 16px;
    padding-left: 0;
}

#gshpReferencePriceValue {
   /* display :none;*/
}
#gshpReferencePriceValue .gshpDiscountedPrice{
	padding-left:10px;
}
/*migration 4.6*/

ul.ixSchott_shortcutsTop .dropdown-menu li a:link {
    display: inline-block;
    text-decoration: none;
    width: 75%;
}

ul.ixSchott_shortcutsTop .dropdown-menu &gt; li {
    width: 100%;
}

ul.ixSchott_shortcutsTop .dropdown-menu &gt; li &gt; a:hover, ul.ixSchott_shortcutsTop .dropdown-menu &gt; li &gt; a:focus, ul.ixSchott_shortcutsTop .dropdown-submenu:hover &gt; a,ul.ixSchott_shortcutsTop .dropdown-submenu:focus &gt; a {
    background-color: #a9111d;
    background-image: linear-gradient(to bottom, #a9111d, #a9111d);
    background-repeat: repeat-x;
    color: #ffffff;
    text-decoration: none;
}

.ixSchott_shortcutsTop .dropdown-menu {
	border-radius: 0;
}

#ixSchott_DirectBasketIFrame html{overflow:hidden;}
div.sdsButtonBarCenter {
text-align: inherit;
}
div.sdsButtonBar {
margin-top: 0em;
margin-bottom: 0em;
}
.yui-skin-sam .yui-button button, .yui-skin-sam .yui-button a, .yui-skin-sam .yui-button a:visited {
line-height: inherit;
min-height: 0;
}

/*Migration 4.8*/
div.gshpMultiGrid input {
text-align: center;
}
.aPartirDe{
	font-size : 15px;		
}
.separator {
	width: 100%;
	height: 1px;
	background: #CCC;
	margin-bottom: 5px;
}
div.gshpMultiGrid table.gshpMultiGridProductGridTable td.CriticalStockNotReorderable input {
	border-color: rgb(235, 235, 228);
}
div.gshpMultiGrid table.gshpMultiGridProductGridTable td.CriticalStockReorderable input {
border-color: transparent;
}
table.gshpMultiGridProductGridTable td {
	font-size: 11px;
}

table.gshpMultiGridProductGridTable input.Message {
    background-image: none;    
}

.product-grid-summary input[disabled] {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #c1c1c1;
    color: #4e4e4e;
    font-size: 13px;
    font-weight: bold;
    padding: 2px;
    text-align: left;
    width: 83%;
}

.product-grid-summary {
    height: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.span-summary-title {
    font-weight: bold;
}

.product-grid-summary span {
    font-size: 14px;
}

.product-grid-summary span {
    display: inline-block;
    font-size: 14px;
    margin-top: 2px;
}

.summary-title {
    float: left;
    width: 10%;
}


.product-grid-summary-quantity {
    float: left;
    width: 25%;
}


.product-grid-summary-amount {
    float: left;
    width: 25%;
}


.gshp-product-actions {
    float: left;
    width: 70%;
}

.gshp-product-legend {
    float: left;
    width: 30%;
}

div.gshpMultiGrid table.gshpMultiGridProductGridTable td.WarningPotentialStock.WarningStockReorderable input,
div.gshpMultiGrid table.gshpMultiGridProductGridTable td.WarningPotentialStock.WarningStockNotReorderable input,
div.gshpMultiGrid table.gshpMultiGridProductGridTable td.WarningPotentialStock.GoodStockReorderable input,
div.gshpMultiGrid table.gshpMultiGridProductGridTable td.WarningPotentialStock.GoodStockNotReorderable input {
    border-color: #66c83f;
}

div.gshpMultiGrid table.gshpMultiGridProductGridTable tbody tr td.WarningStockReorderable input {
    border-color: #f78413;
}


div.gshpMultiGrid table.gshpMultiGridProductGridTable tbody tr td.WarningPotentialStock input {
    border-color: #003cff;
}

div.gshpMultiGrid table.gshpMultiGridProductGridTable tbody tr td.GoodStockNotReorderable input,
div.gshpMultiGrid table.gshpMultiGridProductGridTable tbody tr td.GoodStockReorderable input {
    border-color: #66c83f;
}



.gshp-prouct-grid-summary-bottom {
    margin-top: 20px;
}

td.rowPrice {
font-size: 13px !important;
font-style: italic;
font-weight: bold;
color: #A9111D;
}
td.rowPrice &gt; span {
padding-left: 10px;
}

a.action{
	color: #fff;
    font-size: 12px;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;		
}

a.addToCard {
    background: none repeat scroll 0 0 #a9111d;
}


a.basketLink {
    background: none repeat scroll 0 0 #000;
    margin-left: 15px;    
}

/*Basket*/
table.gshpMultiGridProductGridTable {
    display: inline-block;
}

.gshpMultiGrid.gshpMultiGridLayout2D {
	border-bottom: 0 none;
	margin: 0 auto;	
	text-align: center;
}	

/*Popover bstrap*/
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}
/**dropdown css**/
.dropup, .dropdown {
    position: relative;
}
.dropdown-toggle {
}
.dropdown-toggle:active, .open .dropdown-toggle {
    outline: 0 none;
}
.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000000;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
}
.dropdown .caret {
    margin-left: 2px;
    margin-top: 8px;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.dropdown-menu .divider {
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
}
.dropdown-menu &gt; li &gt; a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    white-space: nowrap;
}
.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus, .dropdown-submenu:hover &gt; a, .dropdown-submenu:focus &gt; a {
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    color: #ffffff;
    text-decoration: none;
}
.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .dropdown-menu &gt; .active &gt; a:focus {
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    color: #ffffff;
    outline: 0 none;
    text-decoration: none;
}
.dropdown-menu &gt; .disabled &gt; a, .dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #999999;
}
.dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
    background-color: transparent;
    background-image: none;
    cursor: default;
    text-decoration: none;
}
.open {
}
.open &gt; .dropdown-menu {
    display: block;
}
.dropdown-backdrop {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990;
}
.pull-right &gt; .dropdown-menu {
    left: auto;
    right: 0;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-bottom: 4px solid #000000;
    border-top: 0 none;
    content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: 100%;
    margin-bottom: 1px;
    top: auto;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu &gt; .dropdown-menu {
    border-radius: 0 6px 6px;
    left: 100%;
    margin-left: -1px;
    margin-top: -6px;
    top: 0;
}
.dropdown-submenu:hover &gt; .dropdown-menu {
    display: block;
}
.dropup .dropdown-submenu &gt; .dropdown-menu {
    border-radius: 5px 5px 5px 0;
    bottom: 0;
    margin-bottom: -2px;
    margin-top: 0;
    top: auto;
}
.dropdown-submenu &gt; a:after {
    border-color: transparent transparent transparent #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}
.dropdown-submenu:hover &gt; a:after {
    border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left &gt; .dropdown-menu {
    border-radius: 6px 0 6px 6px;
    left: -100%;
    margin-left: 10px;
}
.dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px;
}
.gshpMultiGridNoMoreStock{
    float: left;
    width: 100%;
}</pre></body></html>