.wrapper {}
.page { width:1000px; margin:0 auto; padding:10px 0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin:0; }

/* Base Columns */ 
.col-left { float:left; width:230px; border:1px solid #ddd; padding:5px 5px 0; }
.col-main { float:left; min-height: 800px; width:810px; margin-top: 7px; padding: 5px 5px 5px 5px;}

.col-right {
padding-right:5px;
float:left;
margin-top:10px;
width:151px;
}
/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

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

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

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:left; 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%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }

button.button { overflow:visible; width:auto; height: 23px; background: url(../images/header_im.png) repeat; border:1px solid #717171; cursor:pointer; /*-webkit-border-fit:lines;*/ }
button.button span { display:block; margin:0; padding: 1px 2px 5px 5px; font:bold 12px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
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 lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.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; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.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; }

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

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; 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:#f00; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages { 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 {}
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
.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 #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; line-height:1.3em;}
.pager .pages .current {}

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

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.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.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; width:30%; }
.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 {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

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

/* Class: std - styles for admin-controlled content */
.std {  padding-top: 8px;}
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.content-rss-link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-right:18px; white-space:nowrap; }
.content-rss { float: right; padding-right:18px; white-space:nowrap; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; width:200px; height:63px; overflow:hidden; } 
.header-container {}
.header { }
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:200px; height:63px; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header .form-search { text-align:center; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }

/********** < Navigation */
#nav { font-size:10pt; padding:5px 0; margin:10px 0; }

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

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


/* Sidebar =============================================================================== */
.block { border:1px solid #ddd; margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #ddd; padding:0 10px; }
.block .block-title h2 { font-size:16px; font-weight:bold; line-height:1.5; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:10px; }
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* Block: Account */
.block-account {}

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

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart { line-height:1.3em; }
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

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

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

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

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

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

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

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

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

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

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {  margin:0 0 10px; }
.category-image { display:block; margin:0 auto;}
.category-products {}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { background-color:#f6f6f6; }
.products-grid td { width:33%; border:1px solid #ddd; padding:5px; }
.products-grid td.empty {}

/* Product View ========================================================================== */
.product-view { margin-top: -18px;}

.product-essential { margin-top: 5px; }
.product-collateral { padding: 5px 5px 5px 5px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.product-view .product-img-box .product-image {  }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% 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 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.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:left; padding-left:30px; margin-top: 5px; width:350px;}
.product-view .product-name {margin-top: 15px;}
.product-view .short-description {}

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

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

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

.price-box { }
.price-box-1 { font-weight:bold; font-size:16px; width:80px; height:45px; float: right; color:#CD5033; background:url(../images/Productprozent.jpg) 100% repeat-x;}
.price-box .price { font-weight:bold; }
.price-box-list1 {color:#CD5033; padding-left: 28px; }
.price-box-bundle {}

/* 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 {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

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

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

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

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

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { 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:right; padding: 5px 5px 5px 5px }

/* 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 .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:15px 0 0; }

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

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

/* Block: Description */
.product-view .description { margin-top: 10px; margin-bottom: 10px; }

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

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* 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-name { font-size:1em; font-weight:bold; line-height:1.5; }

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

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

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* 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:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; margin: 5px 5px 5px 5px }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:470px; line-height:1.3em; padding: 5px 5px 5px 5px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {float:left; margin: 30px 230px; line-height:1.3em; padding: 5px 5px 5px 5px; border: 1px solid #ccc; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.cart .discount {float:left; width: 150px; margin: 10px; line-height:1.3em; padding: 5px 5px 5px 5px; border: 1px solid #ccc; -moz-border-radius: 6px; -webkit-border-radius: 6px; }

 

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left: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 #ddd; position:relative; margin-bottom: 30px;}
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { background-color:#ccc; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { float:left; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#359494; cursor:default; }
.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

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

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.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 strong { font-weight:bold; }

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


/* Account Login/Create Pages ============================================================ */
.account-login {border:1px solid #ddd; padding: 5px 5px 5px 5px; line-height:1.3em;}
.account-login .new-users {}
.account-login .registered-users {}

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


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

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

/* Block: Tags */
.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; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { text-align:left; }
/* ======================================================================================= */

/* CSS Document */

body {
width:100%;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
padding:0;
height:100%;
display:block;
}
div.main {
width:100%;
float:left;
background: url(../images/header3.jpg) repeat-x;
}

div.main_footer {
}
/*header*/
div.header_parent {
width:100%;

}
div.header {
width:994px;
margin-left: auto;
margin-right: auto;
background:url(../images/header3.jpg) repeat-x;
margin-bottom:4px;
}
div.header_col1{
width:69px;
float:left;
}
div.header_col2 {
width:993px;
float:left;
}

div.header_col2_news {
margin: 38px 5px;
width:254px;
float:right;
}
div.header_col3 {
width:66px;
float:right;
}
div.header_row1 {
height:94px;
float:left;
width:990px;
border-bottom:1px solid #ffffff;
}
div.header_row2{
height:29px;
float:left;
width:990px;

}
div.header_row3{
height:27px;
float:left;
width:990px;
}
div.header_row4{
height:40px;
float:right;
font-size:11px;
font-weight:bold;
}
div.header_row5{
float:left;
width:975px;
}
div.header_row1_left {
width:50%;
float:left;
}
div.header_row1_left h1{
padding-top:3px;
}
div.header_row1_right{
float:right;
font-weight:bold;
padding-right:18px;
padding-top:15px;
}
div.header_row1_right a{
color: #228c9b;
text-decoration:none;
}
div.header_row1_right a:hover{
text-decoration:underline;
}

/*menu*/
div.row-2 {
float:left;
width:990px;
}
ul { list-style:none;
margin:0px;

padding:0px;
}

.list { margin-top:-9px;}
.list li { background:url(../images/marker-2.gif) no-repeat left 16px; padding:9px 0 0 9px; color:#fff;}
.list li a { color:#fff;}
.menu_2{
float:left;
width:900px;
height:27px;

}
ul.menu_2 li {
float:left;
line-height:27px;
font-size:11px;

}
ul.menu_2 li a{

text-decoration:none;
font-weight: bold;
color:#fff;

}
ul.menu_2 li a:hover{
text-decoration:underline;
}
ul.menu_2 li span.menu_2_L{
border-right:1px solid #3c3c3c;
padding-right:15px;
padding-left:15px;
}
ul.menu_2 li span.menu_2_R{
padding-left:15px;
}
.header_row1_right_1 ul li a span{
background:url(../images/tab_buy_r.jpg) no-repeat;
background-position:right top;
padding:10px 15px 10px 6px;
}
.header_row1_right_1 ul {
    margin: 0;
    list-style: none;
}
.header_row1_right_1 a {
    float: left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background: url(../images/tab2.jpg) no-repeat left top;
    margin: 0;
    padding: 0 0 0 18px;
    text-decoration: none;
    text-align: justify;
    padding-bottom: 0;
}

.header_row1_right_1 a span {
    float: left;
    display: block;
    background: url(../images/tab_buy_r.jpg) no-repeat right top;
    padding: 4px 15px 10px 6px;
    color: #FFF;
}
.header_row1_right_r ul li a span{
background:url(../images/tab_buy_r.jpg) no-repeat;
background-position:right top;
padding:10px 15px 10px 6px;
}
.header_row1_right_r ul {
    margin: 0;
    list-style: none;
}
.header_row1_right_r a {
    float: left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background: url(../images/tab1.jpg) no-repeat left top;
    margin: 0;
    padding: 0 0 0 18px;
    text-decoration: none;
    text-align: justify;
    padding-bottom: 0;
}
.header_row1_right_r {
float:right;
}
.header_row1_right_r a span {
    float: left;
    display: block;
    background: url(../images/tab_buy_r.jpg) no-repeat right top;
    padding: 4px 15px 10px 6px;
    color: #FFF;
}
/*search*/
div.header_row4_col1 {
float:left;
width:170px;
margin-top:14px;
padding-right: 15px;
}
div.header_row4_col2{
float:left;
width:159px;
margin-top: -8px;
}
div.header_row4_col2 select{
float:left;
width:135px;
height:18px;
font-size:11px;
font-weight:bold;
}
div.header_row4_col3{
float:left;
width:166px;
margin-top:14px;
}
div.header_row4_col4{
float:left;
width:77px;
margin-top:14px;
}
div.header_row4_col5{
float:left;
width:156px;
margin-top:11px;
}
div.header_row4_col6{
float:left;
width:34px;
margin-top:14px;
}
div.header_row4_col7{
float:left;
width:133px;
margin-top:11px;

}

div.header_row4_col7 select{
float:left;
width:126px;
height:18px;
font-size:11px;
line-height:14px;
font-weight:bold;

}
div.header_row4_col8{
float:left;
margin-top:11px;

}

ul.site-nav li a.link img{
width:100px;
height:29px;
border:none;

}
ul.site-nav li a.link {
border:0px;
margin:0px;
padding:0px;
border:none;
}

.button {
background:url(../images/ok.jpg) no-repeat;
width:23px;
height:18px;
border:0px;
color:#ffffff;
font-weight:bold;
font-size:11px;
padding-bottom:3px;
padding-left:3px;
}
div.header_row1_right_1 {
float:right;

}
div.header_row1_right_2 {
float:right;
}

/*content*/
div.content {
width:994px;
margin-left: auto;
margin-right: auto;

}
div.content_col1{
width:70px;
float:left;
}
div.content_col3 {
width:76px;
float:right;
}

div.content_col2{
width:976px;
float:left;
}
div.content_col2_left{
width:150px;
margin-top: 3px;
float:left;
}
div.content_col2_right {
width:151px;
margin-top: 3px;
float:left;
}
/*columm_left*/
div.module_left {
border-bottom: 1px solid #ccc; -moz-border-radius: 6px; -webkit-border-radius: 6px;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
width:150px;
float:left;
margin-bottom:2px;
}
div.module_left_title {
background:url(../images/Home_42.png) no-repeat;
font-weight:bold;
width:150px;
height:21px;
float:left;
}
div.module_left_title a{
color:#ffffff;
font-size:12px;
font-weight:bold;
line-height:20px;
text-decoration:none;
}
div.module_left_content {
width:148px;
float:left;
background:url(../images/icon_left1.jpg) repeat-x;
}
div.module_left_content p {
margin:5px;
font-size:8pt;
font-weight:bold;
text-align:left;
}
div.module_left_content a{
padding-top: 5px;
color: #228c9b;
text-decoration:none;
}
div.module_left_content a img{
float:right;
}
div.module_left_content a:hover {
text-decoration: underline;
}

div.module_left_content_emtry {
width:146px;
height:13px;
float:left;
}
div.module_left_footer {
width:150px;
line-height:6px;
float:left;
border:none;
}
div.module_left_title span {
color:#ffffff;
font-size:12px;
font-weight:bold;
padding-left:15px;
line-height:20px;
}
div.module_2 {
width:150px;
float:left;
margin-bottom:4px;
}
div.module_2 img{
width:150px;
float:left;
}

div.module_3 {

float:left;
border:1px solid #a8adaa;
background:#f5f5f5;
}
div.module_right {
width:146px;
float:left;
margin-bottom:4px;
}

div.module_right img{
width:146px;
float:left;
}
div.newletter {
width:144px;
background-image:url(../images/newleter.jpg);
float:left;
text-align:center;
height:140px;
border:1px solid #a9a9a9;
font-family:tahoma;
}
div.newletter input.new_text {
width:109px;
height:13px;
}
div.new_text_1 {
width:144px;
float:left;
margin-top:6px;
margin-bottom:11px;
}

div.newletter h3{
padding-top:13px;
margin:0px;
font-size:11pt;
background:url(../images/Home_67.png) no-repeat;
background-position:5px 13px; 
padding-left:17px;
padding-top:13px;
color:#8d8d8d;
font-family:tahoma;
}
input.button_newleter {
background:url(../images/button_new.jpg) no-repeat;
border:0px;
width:31px;
font-size:12px;
}
div.newleter_1 {
width:146px;
float:left;
margin-bottom:9px;

}
div.newletter p{
margin:0px;
font-size:10pt;
line-height:15px;
}
div.module_right_1 {
width:146px;
float:left;
border:1px solid #a8adaa;
margin-bottom:4px;
}
div.product_center_main {
width:675px;
float:left;
}
div.information {
width:660px;
height:20px;
}
div.content_col2_center {
float:left;
width:675px;
}
div.module_right_2 {
float:left;
margin-bottom:11px;
margin-top:10px;
width:145px;
}
div.module_right_2 img{
float:left;
width:146px;
}
div.product {
width:125px;
float:left;
}
div.content_col2_center_row1_title{
background:url(../images/Home_14.jpg) no-repeat;
width:216px;
height:25px;
}
span.title_Poduct {
font-size:16pt;
color:#ffffff;
font-weight:bold;
padding:5px 5px 5px 24px;
line-height:25px;
}
div.content_col2_center_row1_footer{
background:url(../images/Home_12f.jpg) no-repeat;
width:216px;
line-height:9px;
float:left;
}
div.content_col2_center_row1_center{
border-left:1px solid #bababa;
border-right:1px solid #bababa;
float:left;
width:214px;
}
div.content_col2_center_row1_title h3{
padding:0px;
margin:0px;

}
div.content_col2_center_row3 {
margin-top:22px;
width:660px;
float:left;
}
div.content_col2_center_emtry {
width:1px;
float:left;
}
div.content_col2_center_product {
padding: 5px 5px 5px 5px; border: 1px solid #ccc; -moz-border-radius: 6px; -webkit-border-radius: 6px; 
margin-left:4px;
margin-top: 3px;
margin-bottom:20px;
float:left;
width:656px;
}
div.content_col2_center_row1_c1 {
width:220px;
float:left;
}
div.content_col2_center_row1_c2 {
width:220px;
float:left;
}
div.content_col2_center_row1_c3 {
width:215px;
float:left;
}
div.information_L {
width:100%;
color:#fff;
font-size:12pt;
font-weight:bold;
line-height:20px;
}
div.information_R {
float:right;
padding-right:5px;
color:#4a4a4a;
font-size:12pt;
font-weight:bold;
line-height:40px;
}
span.infor_L_text1 {
color:#4a4a4a;
font-size:12pt;
font-weight:bold;
}
span.infor_L_text2{
color:#359494;
font-size:12px;
font-weight:bold;
}
span.infor_L_text2 a{
color:#359494;
font-size:12px;
text-decoration: none;
}
span.infor_L_text2 a:hover{
text-decoration: underline;
}
div.content_col2_center_row1 {
margin-bottom:4px;
float:left;
}

div.content_col3_center_row1 {
float:left;
width:660px;
}
div.content_col4_center_row1 {
float:left;
}
div.content_col5_center_row1 {
float:left;
}
div.product_center_1 {
width:213px;
height:auto;
}
div.product_center_1_col1 {
width:103px;
float:left;
}
div.product_center_1_col1 img{
width:103px;
float:left;
height:115px;
}
div.product_center_1_col2 {
float:left;
width:92px;
}
div.product_center_1_col2_row1 {
width:80px;
float:left;
font-size:12px;
color:#000066;
text-align:center;
}
div.product_center_1_col2_row2 {
width:80px;
color:#00c795;
font-size:12pt;
font-weight:bold;
text-align:center;
float:left;
}
div.product_center_1_col2_row3 {
width:80px;
font-size:11px;
color:#000;
text-decoration:line-through;
font-weight:bold;
font-style:italic;
float:left;
text-align:center;
}
div.product_center_1_col2_row4 {
width:80px;
float:left;
color:#1091f0;
font-size:16pt;
font-style:italic;
font-weight:bold;
text-align:center;
}
div.product_center_1_col2_row5 {
width:80px;
float:left;
color:#00bd8c;
font-size:14pt;
font-style:italic;
text-decoration:underline;
text-align:center;
font-weight:bold;
}
div.product_center_1_col2_row6{
width:80px;
float:left;
}
div.product_center_2 {
float:left;
width:213px;
text-align:center;
text-decoration:none;
margin-top:6px;
}
div.product_center_2 a {
color:#005188;
padding-bottom:10px;
font-size:11px;
}
div.product_center_3 {
border:none;
float:left;
font-size:13px;
font-weight:bold;
line-height:normal;
margin-left:10px;
margin-right:10px;
text-align:center;
}
div.product_center_3 img {
border:none;
height:54px;
text-align:center;
}
div.list_product{
float:left;
margin-bottom:4px;
}
div.footer {
margin-left:auto;
margin-right:auto;
margin-top: 800px;
font-size:9pt;
font-family:tahoma;
line-height:1.5;
text-align:center;

}
div.footer_row1 {
width:988px;
margin-top: 5px;
margin-bottom: 3px;
}
div.footer_row1_col1 {
width:202px;
float:left;
font-size:9pt;
color:#3c3c3c;
}
div.footer_row1_col2 {
width:116px;
float:left;
padding-top:7px;
}
div.footer_row1_col3 {
color:#3c3c3c;
float:left;
font-size:9pt;

}
div.content_row_2 {
width:989px;
float:left; 
margin-top:20px;
}
div.footer_row1_col4 {
width:560px;
float:left;
}
div.nos_services {
width:977px;
float:left;
margin-top:10px;

}
div.content_col2_row1 {
width:980px;
float:left;
}
div.shopping {
width:976px;
float:left;
margin-top:10px;
}
div.shopping_title{
background:url(../images/header_shopping.jpg) no-repeat;
background-position:bottom left;
height:10px;
width:976px;
float:left;
} 
div.shopping_content {
background:url(../images/centent_shopping.jpg) repeat-x;
background-position: bottom left;
width:974px;
border-left:1px solid #838383;
border-right:1px solid #838383;
float:left;
padding-bottom:25px;
color:#6b6b6b;
}
div.shopping_footer{
background:url(../images/shopping_footer.jpg) no-repeat;
height:11px;
width:976px;
float:left;
} 
div.shopping_content p{
margin:0px;
padding:0px;
line-height:15px;
font-family:tahoma;
font-size:9pt;
}
div.shopping_content_col1 {
float:left;
width:125px;
margin-left:10px;
font-family:tahoma;
font-size:14pt;
font-weight:bold;
color:#3c3c3c;
}
div.information_other{
width:976px;
float:left;
line-height:17px;
font-family:tahoma;
font-size:9pt;
color:#3c3c3c;

}
div.shopping_content_col2 {
float:left;
width:132px;
margin-right:7px;
}
div.shopping_content_col3{
float:left;
width:101px;
margin-right:7px;
}
div.shopping_content_col4 {
float:left;
width:130px;
margin-right:7px;
}
div.shopping_content_col5 {
float:left;
width:95px;
margin-right:7px;
}
div.shopping_content_col6{
float:left;
width:113px;
margin-right:7px;
}
div.shopping_content_col7{
float:left;
}
div.footer_row2 {
font-family:tahoma;
font-size:8pt;
}

div.footer_row2 ul li {
display: inline;
padding:0 5px 0 5px;
text-align:center;
}
div.footer_row2 ul li a{
text-decoration:none;
color:#3c3c3c;
}
div.footer_row2 ul li a span{
border-right:1px solid #3c3c3c;
padding-right:7px;
}
div.footer_row2 ul {
padding-left:57px;
margin-bottom: 10px;

}
div.footer_row3 {
float:left;
width:955px;
}
div.footer_row3 ul li{
display: inline;
font-family:tahoma;
font-size:8pt;
}div.footer_row3 ul li a{
text-decoration:none;
color:#3c3c3c;
}
div.footer_row3 ul li a span{
border-right:1px solid #3c3c3c;
padding-right:7px;
padding-left:7px;
}
div.footer_row31 {
float:left;
width:339px;
text-align:right;
font-size:8pt;
color:#3c3c3c;
}
div.footer_row3 {
float:left;

}
div.module_3 img{
width:146px;
}
div.footer_row4 {
float:left;
font-size:12px;
color:#3c3c3c;
margin-top:15px;
}
h1 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
	
}
div.content_col2_center_row1_title h1.font {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #ffffff;
	padding-left:15px;
	padding-top:5px;
}

div.content_col2_center_row1_title h1.shadow {
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 0;
	color: #055f60;
	padding-left:15px;
	padding-top:5px;
}
div.content_col2_center_row1_title {
	margin: 0;
	padding: 0;
	position: relative;
	width: 216px;
	height: 25px;
	
}

div.product_center_1_col2_row1 {
margin: 0;
	padding: 0;
	position: relative;
	width: 80px;
	height: 25px;
	font-size: 8pt;
}
div.product_center_1_col2_row1 h1.font {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #000000;
	font-size: 9pt;

}

div.product_center_1_col2_row1 h1.shadow {
	position: absolute;
	left: -1px;
	z-index: 0;
	color: #66b6ff;
	font-size: 9pt;
	
	font-weight:bold;
}
div.listproduct_title h1.font {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #ffffff;
	padding-left:15px;
	padding-top:5px;
}

div.listproduct_title h1.shadow {
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 0;
	color: #055f60;
	padding-left:15px;
	padding-top:5px;
}
div.listproduct_title {
	margin: 0;
	padding: 0;
	position: relative;
	width: 159px;
	height: 29px;
	background:url(../images/ListProduct_title.jpg) no-repeat;
	
}
div.listproduct_footer {
width: 159px;
line-height: 9px;
background:url(../images/ListProduct_06.jpg) no-repeat;
float:left;
border:none;

}
div.listproduct_content {
border-left:1px solid #dfdfdf;
border-right:1px solid #dfdfdf;
width: 157px;
float:left;
}
div.listproduct_content_1,listproduct_content_2 {
width: 157px;
float:left;
text-align:center;
}
div.listproduct_row1 {
width:814px;
margin-bottom:4px;
float:left;
}
div.listproduct_center_main {
width:825px;
float:left;
}
div.listproduct {
width:814px;
float:left;
}
div.listproductitem {
float:left;
line-height:1.6em;
overflow:hidden;
padding:5px 8px;
width:143px;
}
div.listproduct_col11 {
width:162px;
float:left;
}
div.listproduct_main{
width:100%;
float:left;
}

div.listproduct_main_center {
width:100%;
float:left;
}
div.listproduct_content_1 img {
height:128px;
}
div.listproduct_content_2 {
width:156px;
height:20px;
margin-left:auto;
margin-right:auto;
float:left;

color:#505050;
font-size:15px;
text-align:center;
font-weight:bold;
margin-top:10px;
}
div.Prix{
height:20px;
margin-left:auto;
margin-right:auto;
background:#f8f8f8;
width:136px;
}
div.listproduct_content_3 {
margin-left:4px;
float:left;
color:#505050;
font-size:9px;
text-align:center;
padding-top:5px;
line-height:14px;
font-weight:bold;
font-family:tahoma;
padding-bottom:7px;
}
div.listproduct_page {
width:660px;
float:left;
margin-top:-15px;
}
div.listproduct_page_1 {
width:7px;
height:31px;
float:left;
background:url(../images/ListProduct_16.jpg) ;
}
div.listproduct_page_2 {
width:645px;
float:left;
height:29px;
background:#f9f9f9;
border-bottom:1px solid #9d9d9d;
border-top:1px solid #9d9d9d;
text-align:right;
}
.page_none{
color:#4a4a4a;
text-decoration:none;
font-weight:bold;
}
.page_bol {
color:#077878;
font-weight:bold;
padding:7px;
text-decoration:none;
}
div.listproduct_page_3 {
width:8px;
height:31px;
float:right;
background:url(../images/ListProduct_18.jpg) ;
}
div.product_detail {
float:left;
}
div.product_detail_main {
width:814px;
float:left;
}
div.product_detail_center {
width:814px;
float:left;
}
div.product_detail_information {
height:38px;
width:814px;
}
div.product_view_detail_row1 {
width:660px;
float:left;
}
div.product_view_detail_row2 {
width:660px;
float:left;
}
div.product_view_detail_row1_col1 {
width:229px;
float:left;
}
div.product_view_detail_row1_col2 {
width:360px;
float:right;
padding-top:10px;
}
div.product_detail_title {

width:283px;
line-height:25px;
}
div.product_detail_footer {
border-bottom: 1px solid #9b9b9b;
width:282px;
line-height:17px;
float:left;
}
div.product_detail_content {
text-align:center;
width:280px;
float:left;
}
div.product_view_detail_row2 {
margin-top:27px;
float:left;
}
div.product_view_detail_row2_title {

width:660px;
line-height:38px;
float:left;
}
div.product_view_detail_row2_list {
float:left;
margin-top:15px;
}
div.list_view {
width:160px;

float:left;
}

.footer_tab { width:978px; overflow:hidden;}
.footer_tab li { display:inline; font-size:10pt; }
.footer_tab li a { color:#fff; text-decoration:none; display:block; float:left; background:url(../images/ProductDetai1l_85_02.jpg) repeat-x top; text-align:center;}
.footer_tab li a em { background:url(../images/ProductDetail_82.jpg) no-repeat left top; display:block;}
.footer_tab li a b { font-style:normal;font-size:8pt;font-weight:bold; color:#353535; width:122px;line-height:29px; font-family:Tahoma,Arial,Helvetica,Geneva,Swiss,SunSans-Regular; display:block; background:url(../images/tab_r1.jpg) no-repeat right top;}
.footer_tab li a:hover { background:url(../images/ProductDetai12.jpg) repeat-x top;}
.footer_tab li a:hover em { background:url(../images/ProductDetail_77.jpg) no-repeat left top;}
.footer_tab li a:hover b { background:url(../images/ProductDetail_81.jpg) no-repeat right top;color:#4e4e4e; font-size:8pt;}
.footer_tab li a.act { background:url(../images/ProductDetai12.jpg) repeat-x top;}
.footer_tab li a.act em { background:url(../images/ProductDetail_77.jpg) no-repeat left top;}
.footer_tab li a.act b { background:url(../images/ProductDetail_81.jpg) no-repeat right top;color:#4e4e4e;}
div.content_row_2 ul li {
float:left;
}

div.footer_tab_1 {
border-right:1px solid #9b9b9b;
border-left:2px solid #cbcbcb;
line-height:22px;
font-family:tahoma;
font-size:10pt;
width:973px;
float:left;
}

div.footer_tab_2 {
width:976px;
float:left;
background:url(../images/ProductDetail_footer.jpg) no-repeat;
}
div.tab_product_detail_row1 {
width:955px;
float:left;
padding-left:18px;
margin-top:20px;
}
div.tab_product_detail_col1 {
width:158px;
float:left;
padding-right:10px;

}
div.tab_product_detail_col2{
width:102px;
float:left;
padding-right:10px;
}
div.tab_product_detail_col3{
width:151px;
float:left;
padding-right:10px;
}
div.tab_product_detail_col4 {
width:140px;
float:left;
padding-right:10px;
}
div.tab_product_detail_col5 {

float:left;
}
div.footer_tab_1 p {
font-family:tahoma;
font-size:9pt;

margin:0;
padding:0;
}
div.content_row_3 {
width:978px;
float:left;
}
div.content_row_3_title {
background:url(../images/ProductDetail_header.jpg) no-repeat;
width:978px;
float:left;
line-height:11px;
}
div.content_row_3_content {
border-left:1px solid #9b9b9b;
border-right:1px solid #9b9b9b;
width:974px;
float:left;
line-height:11px;
}
div.content_row_3_footer {
background:url(../images/ProductDetail_footer.jpg) no-repeat;
width:978px;
float:left;
line-height:9px;
}
div.product_view_detail_row1_col2_Row {
float:left;
width:370px;

}
div.product_view_detail_row1_col2_Row_c1 {
float:left;

font-weight:bold;
width:160px;
line-height:14px;
color:#666666;
font-family:Tahoma,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size:14px;

}
div.product_view_detail_row1_col2_Row1 {
margin-top:13px;
float:left;
width:370px;
}
div.product_view_detail_row1_col2_Row_c2 {
float:left;
width:180px;
}
a.font_1 {
color:#666666;
font-size:12px;
text-decoration:none;
}

div.product_view_detail_col2_R{
float:right;
width:350px;
}

span.font-1 {
font-weight:bold;
line-height:30px;
color:#000;
font-size:14px;
}
span.font_2 {
font-weight:bold;
padding-right:5px;
color:#666666;
font-size:11px;
}
span.font_3 {

font-weight:normal;
color:#666666;
font-size:11px;
}
span.font_4 {

font-weight:bold;
padding-right:5px;
color:#000000;
font-family:Tahoma,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size:11px;
}
span.font_5 {
font-size:15pt;
color:#23a691;
font-weight:bold;
font-family:tahoma;
}
span.font_6 {

color:#adadad;
font-weight:bold;
line-height:15px;
font-family:Tahoma,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size:12px;

}
div.product_view_detail_row1_col2_Row_c1 p {
font-size:11px;
color:#787a6c;
margin:0px;
font-family:tahoma;
font-weight:normal;

}
div.product_view_detail_row1_col2_Row_c1_L {
width:220px;
float:left;
padding-top: 10px;
}
div.product_view_detail_row1_col2_Row_c2_bg {
background:url(../images/productdetail_1.jpg) no-repeat;
width:120px;
height:39px;
float:left;
text-align:center;
margin-top:5px;
}
div.product_view_detail_row1_col2_Row_c2_bg p {
margin:0px;
font-size:12pt;
font-weight:bold;
line-height:14px;
color:#21010a;
}
div.product_view_detail_row1_col2_Row_cR {
text-align:center;
background:url(../images/ProductDetail_l.jpg) no-repeat;
width:114px;
height:40px;
float:right;
padding-right:20px;
color:#ffffff;
font-family:Tahoma,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size:18px;
font-weight:bold;
line-height:40px;
padding-left:10px;
}
span.product_detail_icon1 {

padding-left:18px;
font-weight:bold;
color:#000000;
font-family:Tahoma,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size:11px;
}
div.product_view_detail_row1_col2_Row_icon {
background:url(../images/ProductDetail_18.png) no-repeat;
height:20px;
float:left;
width:360px;
}
span.product_detail_icon11 {
color:#003a90;
font-size:9pt;
font-weight:bold;
}

a.font_7 {
font-size:9px;
font-weight:normal;
text-decoration:none;
color:#000000;
}
span.font_text_2 {
color:#000000;
font-family:Tahoma,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size:11px;
font-weight:bold;
padding-left:20px;
}
div.product_view_detail_row1_col2_Row2 {
margin-top:10px;
float:left;
width:370px;
text-align:center;

}
span.font_text_3 {
font-size:10px;
font-style:italic;
color:#000000;
font-family:Tahoma,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
div.relate_product_title {
background:url(../images/5.jpg) no-repeat;
width:140px;
line-height:6px;
}

div.relate_product_center{
text-align:center;
width:138px;
border-left:1px solid #dddddd;
border-right:1px solid #dddddd;
}
div.relate_product_footer {
background:url(../images/ProductDetail_19.png) no-repeat;
width:141px;
line-height:6px;
}
a{color:#359494; text-decoration:none;}
a:hover  {color:#359494; text-decoration: underline;}
body{font-family:Arial,Helvetica,sans-serif;}
.site-nav { width:100%; overflow:hidden;}
.site-nav li { display:inline; font-size:.92em; }
.site-nav  a  { color:#fff; text-decoration:none; background:url(../images/tab_cer1.jpg) repeat-x top; text-align:center; margin-right:1px;}
.site-nav  a em { background:url(../images/tab_l1.jpg) no-repeat left top; display:block;}
.site-nav  a b { font-style:normal;font-size:9pt;font-weight:bold; color:#000000;  padding:9px 16px 6px 17px; display:block; background:url(../images/tab_r1.jpg) no-repeat right top;}
.site-nav  a:hover { background:url(../images/tab_cer2.jpg) repeat-x top;}
.site-nav  a:hover em { background:url(../images/tab_l2.jpg) no-repeat left top;}
.site-nav  a:hover b { background:url(../images/tab_r2.jpg) no-repeat right top;color:#ffffff; }
.site-nav  a.act { background:url(../images/tab_cer2.jpg) repeat-x top;}
.site-nav  a.act em { background:url(../images/tab_l2.jpg) no-repeat left top;}
.site-nav  a.act b { background:url(../images/tab_r2.jpg) no-repeat right top;color:#ffffff;}

#menu dl, dt, dd, ul, li {
margin: 0;
padding: 0;
}
#menu {
position: absolute; 
top: 0;
left: 0;
z-index:100;
width: 60%; 
}
#menu dl {
float: left;
}
#menu dt {
cursor: pointer;
text-align: left;
font-weight: bold;
}
#menu dl dt a {
color:#000;
}
#menu dl dt a.act {
color:#fff;
}
#menu dl dt a:hover {
}
#menu dd {
display: none;
border-bottom: 1px solid #B1B1B1;
border-left: 1px solid #B1B1B1;
border-right: 1px solid #B1B1B1;
position:absolute;
}
#menu li {
text-align: left; margin: 0 20px 0 10px;
background: #E7E7E7;
list-style-type: none; line-height:1.5em;
border-top: 2px dotted #ddd;
width: 140px;
}
#menu ul {
background:#E7E7E7;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
}
#menu li a:hover, #menu li a:focus {
background: #399494;
color: #FFF;
font-weight: bold;
}
a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
border-bottom:0px dotted #4dbcf3;
}
a.tooltip:hover {
background: transparent;
z-index: 100;
}
a.tooltip span {
display: none;
text-decoration: none;
}
a.tooltip:hover span {
display: block;
position: absolute;
top: 20px;
left: 0;
width: 300px;
z-index: 100;
color: #000000;
border: 1px solid;
border-color: #FFFFFF #D5D7DB #D5D7DB #FFFFFF;
border-left: 4px solid #359494;
padding: 2px 10px 2px 10px;
background: #EEEEEE;
font-style: Normal;
text-align: left;
}
.box {
	float:left;
	width:815px;
}
.boxheader {
	height:0px;
	width:810px;
}
.boxcenter { border: 1px solid #ccc; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	float:left;
	width:808px;
	padding: 0 0 20px 0px;
}

.boxfooter {
	float:left;
	line-height:20px;
	width:810px;
}
.box2 { 

width:100%;
}

.boxheader2 { 
background: url(../images/footer_header.jpg) repeat-x; 
	height:30px;
	float: left;
	width:100%;
}

.boxcenter2 {
	margin-left: auto;
	margin-right: auto;
	width:970px;
}

.boxfooter2 {
	background: url(../images/footer.jpg) repeat-x; 
  width: 100%;
  float: left;
  height: 27px;
  margin-top: -5px;
}