/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/


/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right; }

/* Col2-alt */
.col2-alt-set .col-1 { float:left; width:32%; }
.col2-alt-set .col-2 { float:right; width:65%; }

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }


/********************** Form */

/* Form Elements */
input.input-text,
select,
textarea                  { border:1px solid #FFE7F4; font:12px arial, helvetica, sans-serif; }
select option             { padding-right:10px; }
option, optgroup          { font:12px arial, helvetica, sans-serif; }
optgroup                  { font-weight:bold; }
input.input-text,
textarea                  { padding:2px; }
textarea                  { overflow:auto; }
input.radio               { margin-right:3px; }
input.checkbox            { margin-right:3px; }
.v-fix                    { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }
.qty                      { width:2.5em; }
.group-select label,
.form-list label,
.payment-methods label    { font-weight:bold; }
.button-set { /* Container for form buttons*/
    clear:both;
    margin-top:4em;
    border-top:1px solid #e4e4e4;
    padding-top:8px;
    text-align:right;
    }
.button-top-set { margin-top:0; border-top:0; padding-top:0; padding-bottom:8px; }

/* Form lists */
.form-list                          { margin-bottom:10px; }
.form-list li                       { margin-bottom:6px; }
.form-list li .input-box .input-text,
.form-list li .input-box textarea   { width:250px; }
.form-list li .input-box select     { width:256px; }
.form-list li.addElement            { border-top:1px solid #DDD; padding-top:10px; }
.group-select li                    { margin:0 8px 10px 0; padding-left:8px; }
.group-select li .input-box         { float:left; width:275px; }
.group-select li .input-text,
.group-select li select,
.group-select li textarea           { width:525px; }
.group-select li .input-box .input-text,
.group-select li .input-box textarea{ width:250px; }
.group-select li .input-box select  { width:256px; }



/* Form Messages */
.validation-advice, .required { color:#EB340A; }
.validation-advice { clear:both; min-height:15px; margin-top:3px; background:url(../images/validation_advice_bg.gif) no-repeat 2px 4px; padding-left:13px; font-size:10px; font-weight:bold; line-height:1.25em; }
.validation-failed { border:1px solid #eb340a !important; background:#faebe7 !important; }
label.required { font-weight:bold; }
p.required { text-align:right; }


/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; margin:0 0 10px !important; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    padding:4px 12px !important;
    font-weight:bold !important;
    }
.error-msg li, .success-msg li, .notice-msg li { margin-bottom:.2em; }
.error-msg {
    border-color:#f16048;
    color:#df280a;
    background:#faebe7;
    }
.success-msg {
    border-color:#446423;
    color:#3d6611;
    background:#eff5ea;
    }
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background:#fafaec;
    }


/********************** Tabs */

.tabhead{ border-bottom:1px solid #ddd; color:#A45E89; text-transform:uppercase;}
.tabinfo { padding:10px; margin-bottom:10px;}
.tabs                   { margin-bottom:15px; border-bottom:1px solid #666; background:url(../images/tabs_bg.gif) repeat-x 0 100% #f2f2f2; }
.tabs li                { float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
.tabs li.first          { border-left:0; }
.tabs li.last           { border-right:0; }
.tabs a                 { display:block; padding:6px 15px; color:#444; }
.tabs a:hover           { background-color:#ddd; text-decoration:none; color:#444; }
.tabs li.active a,
.tabs li.active a:hover { background-color:#666; font-weight:bold; color:#fff; }


/********************** Headings */

.head,
.head-alt,
.head-alt2,
.head-alt3          { line-height:1.25em; text-align:right; }
.head .title,
.head-alt .title,
.head-alt2 .title,
.head-alt3 .title   { margin:0; float:left; }
.head a,
.head-alt a,
.head-alt2 a,
.head-alt3 a        { font-size:10px; text-transform:uppercase; }

/* Page heading */
.page-head { margin:0 0 16px 0; }
.page-head-alt { margin:0 0 12px 0; }
.page-head, .page-head-alt { text-align:right; }
.page-head h3, .page-head-alt h3 {
    margin:0;
    font-size:16px;
    font-weight:bold !important;
    text-transform:uppercase  !important;
    text-align:left;
	color:#CB75A9;
    }
.button-level h3 { /* heading level with buttons */
    float:left;
    width:60%;
    }

.head-alt           { margin-bottom:5px; }
.head-alt .title    { color:#444; font-size:1.3em; }
.head-alt2          { margin-bottom:12px; background:#FFE7F4; padding:2px 10px; font-size:1.1em; }
.head-alt2 .title   { font-size:1.1em;  }
.head-alt3          { margin-bottom:8px; border-bottom:1px solid #ddd; }


/* Category heading */
.category-head {
    margin-bottom:7px;
    }
.category-head h2 {
	color:#CB75A9;
	font-size:16px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-transform:uppercase;
    }
.category-image { display:block; width:490px; }


/********************* Tables */

td.label        { font-weight:bold; }

/* Data Table */
.data-table { width:100%; }
.data-table tr { background:#fff; }
.data-table .odd  { background:#fff }
.data-table .even { background:#fff; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; padding:5px; font-size:11px; font-weight:bold; color:#000; }
.data-table th { padding:2px 8px; white-space:nowrap; font-size:10px; text-transform:uppercase; }
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table td { padding:3px 8px; }
.data-table thead tr { background:#FFE7F4; }
.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first {}
.data-table tfoot tr { background-color:#FFE7F4 !important; }
.data-table tbody td { border-bottom:1px solid #d9dde3; }
/* Bundle Product row */
.data-table tbody.odd tr { background:#fff; }
.data-table tbody.even tr { background:#fcfcfc; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#444; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

.box-table td { padding:10px; }
.box-table tfoot td { padding-top:5px; padding-bottom:5px; }
.box-table select{ width:100%; }

.generic-table td { padding:2px 8px}
.generic-table td.first { padding-left:0; }



/********************** Lists */
.disc           { margin-bottom:10px; }
.disc li        { margin-left:20px; list-style:disc; }


/* Bare List */
.bare-list      { margin:5px 0; }
.bare-list li   { margin:3px 0; }



/********************** Space Creators */

.no-display { display:none; }
.content    { padding:12px 12px 12px 15px; } /* Sets default padding */
.actions    { line-height:1.3em; }
.pipe,
.separator { padding:0 3px; font-size:.85em; }
.divider {
    margin:10px 0;
    height:1px;
    background:#ccc;
    font-size:1px;
    line-height:1em;
    overflow:hidden;
    }



/********************** Pager */

.pagerhtml .pager { background:none; border:none;}
.pagerhtml .pager td{ background:none; border:none;}

table.pager select  { width:50px; margin:0 3px; }
table.pager {
	width:100%;
	background-color: #FFE7F4;
}
table.pager td { width:33%; border-top:1px solid #fff; padding:4px 8px; vertical-align:middle; }
table.pager td.pages { text-align:center; }
table.pager ol,
table.pager li { display:inline; }
table.pager li { padding:0 2px; }
table.pager td.sort-by { width:60%; }
table.pager td.sort-by .active,
table.pager td.sort-by .active:hover { color:#444; }



/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */

/* Structure */
.container      { width:980px; margin:23px auto 0 auto; text-align:left;}
.header         { margin-bottom:8px; z-index:999; text-align:left; }
.middle         { min-height:350px; }
.layout-1column { padding:5px 0px 0px 0px; }
.col-left       { float:left; width:220px; margin-right:9px; }
.col-right       { float:right; width:220px; }
.layout-3columns .col-main       { float:left; width:520px !important; }
.layout-2columns .col-main       { float:left; width:650px; }

.footerbanner{
	height:55px;
	margin-bottom:10px;
	margin-right: -10px;
	margin-left: -10px;
}
/* Style */
.outline-creator {  }
.col-main .padder{ padding-right:0px; }
.mainbanner{ height:255px; margin:-3px -3px 5px;}
.layout-3columns .padder { padding:0; }

/********************** Header */

/* Logo */
h1#logo                 { padding-left:18px; height:85px; }
.side-logo-promo        { float:left; margin:15px 10px 0 10px; }
.page-popup h1#logo     { display:none; }
.language-switcher      { 
	position:absolute; 
	top:48px; 
	margin-left:808px; 
	z-index:9999; 
}
.language-switcher label{ color:#fff; }
.language-switcher .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px;margin-left:2px; }
.toplinks-bar           {
	color:#000;
	text-align:right;
	width:721px;
	position: absolute;
	top: 89px;
}
.toplinks-bar .top-links              { padding-left:8px; }
.toplinks-bar .top-links,
.toplinks-bar .top-links li           { display:inline; }
.toplinks-bar .top-links li           { padding:0 4px 0 1px; }
.toplinks-bar .top-links a	{ color:#69B5C2; }
.toplinks-bar .top-links a:hover      { color:#A45E89; }
.toplinks-bar .top-links a            { padding:0 7px 0 0; background:url(../images/links_separator.gif) no-repeat 100% 50%; }
.toplinks-bar .top-links .last a      { padding:0; background:none; }
.search-bar             {
	
	line-height:1.25em;
	width: 330px;
	margin-left: 390px;
	position: absolute;
	top: 29px;
}
.breadcrumbs            { overflow:hidden; margin-bottom:6px; }
.breadcrumbs li         { display:inline; line-height:18px; }
.breadcrumbs a	{ color:#000; }
.breadcrumbs a:hover     { color:#89CEDD; }


/* Mini search */
.mini-search {
    position:relative;
    z-index:97;
    float:right;
   
    }
.mini-search .input-text {
	width:214px;
	margin-right:0px;
	background-image: url(../images/inputbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	padding-top: 5px;
	padding-left: 8px;
	border:none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.search-autocomplete { position:absolute; /*left:45px !important; top:22px !important; width:216px!important;*/ }
.search-autocomplete ul { border:1px solid #999; background:#f9f5f0; }
.search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; }
.search-autocomplete li .amount { float:right; font-weight:bold; }
.search-autocomplete li.odd { background:#f6f6f6; }
.search-autocomplete li.selected { background:#ecf9ea; }



/********************** Sidebars */
.sidebar .box { margin-bottom:10px; }
.sidebar .content {
	padding:10px;
	background-color: #F3FBFC;
	background-image: url(../images/bot1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.sidebar h3 { font-size:1.05em; text-transform:uppercase; }
.sidebar h4 { color:#444; text-transform:uppercase; }
.sidebar .actions { text-align:right; }
.sidebar .actions a,
.sidebar .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 0 2px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }


/* Currency Switcher */
.currency-switcher {
	background:url(../images/pink.jpg) no-repeat; 
	height:70px; 
	width:218px; 
	position:absolute;
	top:10px;
	margin-left:733px;
	z-index:999;
	padding-top:10px;
	padding-left:16px;	
   
    }
.currency-switcher h4 {
    text-transform:none;
    }
.currency-switcher select {   }


/* Base Mini */
.base-mini {  line-height:1.3em; }
.base-mini .head {
	border-bottom:1px solid #ddd;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}
.base-mini .head a { font-size:10px; text-transform:uppercase; }
.base-mini .head h4 {
	margin:0;
	font-size:1.4em;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 25px;
}
.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.base-mini h5 { margin:0; font-size:10px; font-weight:normal; text-align:left; text-transform:uppercase; }
.base-mini .product-images      { float:left; width:52px; height:52px; }
.base-mini .product-images a img { border:1px solid #FFE7F4; vertical-align:top; }
.base-mini .product-checkbox    { float:left; width:10px; }
.base-mini .product-names       { margin-left:18px; }
.base-mini .product-details     { margin:0 0 0 60px; height:50px; }
.base-mini .product-details[class] { height:auto; min-height:50px; }
.base-mini .regular-price       { color:#2f2f2f; font-size:11px; }
.base-mini .special-price       { font-size:11px; }
.base-mini .minimal-price       { font-size:11px; }
.base-mini .price-box           { margin:1px 0; }
.sidebar .item                  { margin-bottom:5px; padding-bottom:5px;  }
.sidebar .last                  { margin-bottom:0; border-bottom:none; }
.sidebar .actions               { margin-top:0; border-top:1px solid #ddd; padding-top:5px; }

/* Sidebar Blocks */
.mini-product-tags li               { display:inline; padding-right:4px; line-height:1.5em; }
.mini-product-tags li:after         { display:inline!important; }
.mini-product-tags .content a,
.mini-product-tags .content a:hover { color:#1b2d3b; }

.mini-newsletter                    { margin:8px 0; }
.mini-newsletter label              { float:left; }
.mini-newsletter .input-box         { float:left; width:195px; text-align:right; }
.mini-newsletter .input-text        { width:190px; margin-bottom:3px; }
.news-letter-box .head h4			{ color:#CA74A8; font-size:15px; font-weight:normal;}
.mini-cart .head                    {
	background-image: url(../images/head1.jpg);
}
.side-nav-container .head                    {
	background-image: url(../images/head1.jpg);
}
.one-page-checkout-progress .head                    {
	background-image: url(../images/head1.jpg);
}

.mini-cart .head h4                 { color:#fff; }
.mini-cart h5                       { margin-bottom:10px; border-bottom:1px solid #ddd; padding-bottom:3px; }
.mini-cart .cart-count              {
	padding:8px;
	text-align:center;
	background-color: #FFF9FC;
	background-image: url(../images/bot2.jpg);
}
.mini-cart .subtotal                { background:url(../images/cart_subtotal_count.gif) no-repeat 50% 0; margin-top:5px; line-height:23px; }

.mini-poll td.label                 { font-weight:bold; padding-right:10px; }
.mini-poll td.item                  { white-space:nowrap; }

.mini-reorder h5                    { border-bottom:1px solid #ddd; margin-bottom:10px; padding-bottom:2px; }

.hp-report                          { width:683px; margin:0 auto; padding:0 0 50px; }
.hp-report .head-alt                { margin:10px 0 15px; }
.hp-report .product-name            { font-size:1.1em; font-weight:normal; line-height:1.35; margin-bottom:5px; color:#444; }
.hp-report .product-name a          { color:#444; text-decoration:underline; }
.hp-report .product-name a:hover    { text-decoration:none; }
.hp-report .product-image img       { border-right:1px solid #ddd; border-bottom:1px solid #ddd; }
.hp-report .generic-product-grid td.last .product-image img { border-right:0; }


/********************** Footer */
.footer                         { margin:15px 0 20px 0; color:#69B5C2; font-family:Verdana, Arial, Helvetica, sans-serif; }
.footer .footer-right           { float:right; width:40%; text-align:right; color:#A45E89; }
.footer .footer-callout         { margin-top:-10px; }
.footer .footer-links           { margin-bottom:10px; }
.footer .footer-links li.last a { padding-right:0; margin-right:0; background:none; }
.footer ul a                    { background:url(../images/links_separator.gif) no-repeat 100% 50%; padding-right:5px; margin-right:3px; }
.footer ul,
.footer li                      { display:inline; }
.footer a	{ color:#A45E89; }
.footer a:hover                 { color:#69B5C2; }



/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/

.product-shop                    { float:right; }
.product-shop .form-button,
.product-shop .form-button-alt   { margin-right:10px; }
.out-of-stock                    { padding:0 0 5px; margin:0; color:#D83820; font-weight:bold; }
.product-shop .short-description { width:100%; overflow:hidden; }


/********************** Rating */
.ratings {
    margin:7px 0;
    line-height:1.2em;
    }
.rating-box {
    float:left;
    position:relative;
    width:50px;
    height:10px;
    margin-right:5px;
    background:url(../images/product_rating_blank_star.gif) repeat-x;
    }
.rating-box .rating {
    position:absolute;
    top:0;
    left:0;
    height:13px;
    background:url(../images/product_rating_full_star.gif) repeat-x;
    }
.ratings-list td {
    padding:2px 0;
    }
.ratings-list td.label {
    padding-right:8px;
    font-weight:bold;
    line-height:1em;
    }
.ratings small { font-size:11px; }


/************************* Prices */
.price { white-space:nowrap !important; }

.price-box { padding:5px 0 2px; }
.price-box .price { font-size:13px; font-weight:bold; color:#000; }

/* Regular price */
.regular-price { color:#000; }
.regular-price .price { font-size:13px; font-weight:bold; color:#000; }

/* Old price */
.old-price { margin:0; float:left; padding-right:7px; }
.old-price .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }
.old-price .price { font-weight:bold; font-size:13px; color:#000; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:0px 0; }
.special-price .price-label { font-size:11px; font-weight:bold; text-transform:uppercase; white-space:nowrap; color:#000; }
.special-price .price { font-size:13px; font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; font-size:12px; text-decoration:underline; color:#444; }
a.minimal-price-link:hover { color:#444; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; color:#444; }

/* Including tax */
.price-including-tax { display:block; color:#888; }
.price-including-tax .label {  font-size:10px; text-transform:uppercase; white-space:nowrap; color:#888; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#396f00; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#888; }
.price-excluding-tax .label { font-size:10px; text-transform:uppercase; white-space:nowrap; color:#888; }
.price-excluding-tax .price { font-size:12px; font-weight:normal; color:#396f00; }

/* 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; }

/* 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; font-weight:normal; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:7px; }
.price-notice .price { font-weight:bold; }

.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; text-transform:uppercase; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#222; }

.product-pricing-grouped li { padding:2px 0; }
.product-pricing-grouped li .price { font-weight:bold; color:#396f00; }

/********************** Catalog Listing */
.catalog-listing .product-image img    {  }
.catalog-listing h5 {
    margin-bottom:.4em;
    font-size:1.1em;
    font-weight:normal;
    /* In case product is extra really long */
    padding-right:10px;
    overflow:hidden; /* In case product is extra really long */
    }
.catalog-listing h5 a{
    color:#CD76AB;
    }
.catalog-listing h5 a:hover {
    color:#000;
    text-decoration:none;
    }
.catalog-listing .add-to {
    margin:.2em 0 1.8em 0;
    line-height:1.3em;
    }
.catalog-listing .ratings { line-height:1.5; }
.catalog-listing .ratings .rating-box { float:none; margin-bottom:3px; }
.catalog-listing .ratings .pipe { display:none; }
.catalog-listing .ratings a { display:block; }

.add-to li { background:url(../images/add_to_bg.gif) no-repeat 0 50%; padding-left:12px; line-height:1.25em; text-align:left; }
.add-to a,
.add-to a:hover { color:#444; }

.add-to-inline { text-align:left; margin:10px 0; }
.add-to-inline li { display:inline; background:url(../images/add_to_bg.gif) no-repeat 0 50%; padding-left:12px; margin-left:12px; line-height:1.25em; }
.add-to-inline a,
.add-to-inline a:hover { color:#444; }


.catalog-listing .ratings { margin-bottom:.6em; }

/* Generic Product Grid */
.generic-product-grid           { width:100%; }
.generic-product-grid td        { width:25%;  padding-top:10px;}
.generic-product-grid td.empty-product { border-right:0; }

.generic-product-grid .product-image{ text-align:center; border-bottom:1px dotted #89CEDD; margin-bottom:5px; padding-bottom:5px;}

/********************** Layered Navigation */
.layered-nav .head {
    
    }
.layered-nav h3 { display:none; }
.layered-nav h4 {
    margin:0;   
    color:#000;
    font-size:1.1em;
    }
.narrowed-category li {clear:both; }	
.layered-nav .narrow-by dt { padding:8px 8px 0 8px; font-size:1.1em; }
.layered-nav .narrow-by dd { padding:5px 8px 8px 25px;  }
.layered-nav .narrow-by a	{ color:#000; }
.layered-nav .narrow-by a:hover { color:#A45E89; }
.layered-nav .widget-btn {
    float:right;
    margin:.1em 0 0 5px;
    font-size:.95em;
    }
.narrow-by dt {
    margin:0;
    font-size:1.1em;
    }
.narrow-by dd li { margin-bottom:.3em; line-height:1.3em; }
.narrow-by dd.last { background:none; }
.layered-nav .label { font-weight:bold; }



/********************* Tool Tips */
.tool-tip { border:2px solid #ddd; border-bottom-color:#666; background:#f6f6f6; position:absolute; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
.tool-tip .btn-close { display:block; position:absolute; right:6px; text-align:right; top:6px; }

/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/


/********************** Search */
.advanced-search .group-select li label       { width:150px;float:left; }
.advanced-search .group-select li input.input-text,
.advanced-search .group-select li textarea       { width:250px; }
.advanced-search .group-select li select         { width:258px; }
.advanced-search .range input.input-text { width:70px !important; }
.advanced-search .range select { width:90px; padding:1px; }
.advanced-search-nothing-found {
    font-weight:bold;
    color:#df280a;
    margin-bottom:10px;
    }
.advanced-search-found-amount {
    margin-bottom:10px;
    }
.advanced-search-summary-box {
    padding:10px 10px 5px 10px;
    background:#FDF2F8;
    }
.advanced-search-summary-tip {
    clear:both;
    font-weight:bold;
    }
.advanced-search-summary-box ul {
    list-style:none;
    float:left;
    width:50%;
    margin-top:0;
    margin-bottom:7px;
    }
.advanced-search-summary-box ul li span {
    font-weight:bold;
    color:#E17C24;
    }


/* Catalog Listing
**********************************************/

/* List Type */
.listing-type-list .listing-item { border-top:1px solid #D9DDE3; padding:12px 10px 12px 0; }
.listing-type-list .product-image { float:left; width:135px; }
.listing-type-list .product-shop { width:317px; }
.listing-type-list .product-shop .description { margin:.5em 0 1.2em 0; }
.listing-type-list .product-shop .price-box { float:left; text-align:left; margin:0 13px 5px 0; padding-top:0; }
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }


/* Grid Type */
.listing-type-grid .product-image img { border-left:0; }
.listing-type-grid tr.first .product-image img { border-top:none; }
.listing-type-grid .add-to-compare { display:block; margin:5px 0; background:url(../images/icon_add_to_compare.gif) no-repeat 0 50%; padding-left:22px; color:#6e6969; font-weight:bold; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0;text-align:center; }


/* Product View
**********************************************/

/* Main Product Image */
.product-img-box { float:left; width:302px; }
.product-img-box .product-image { display:block; border:1px solid #cacaca; }
.product-img-box .product-image img { display:block; }
.product-img-box .product-image-zoom { position:relative; overflow:hidden; width:300px; height:300px; z-index:9; border:1px solid #FFE7F4; }
.product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.image-zoom { position:relative; z-index:9; height:24px; margin:0 auto 13px auto; background:url(../images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 28px; cursor:pointer; }
#track          { position:relative; height:24px; }
#handle         { position:absolute; left:0; top:9px; width:14px; height:18px;background:url(../images/magnifier_handle.gif) no-repeat; }
.btn-zoom-out   { position:absolute; left:10px; top:7px; }
.btn-zoom-in    { position:absolute; right:10px; top:7px; }
.product-img-box .more-views h4 { border-bottom:1px solid #ddd; margin-bottom:.8em; font-size:.95em; text-transform:uppercase; }
.product-img-box .more-views ul { margin-left:-4px; }
.product-img-box .more-views li { float:left; margin:0 0 4px 4px; }
.product-img-box .more-views li img  { vertical-align:top; border:1px solid #ddd; }


/* Main Product Info Box */
.product-info-box               { float:right; width:320px; }
.product-info-box .product-name { margin-bottom:.3em; color:#CB75A9; font-size:15px; font-weight:normal; text-transform:uppercase;  }
.product-info-box .price-box    { margin:10px 0; }
.product-info-box .data-table .price-box { margin:0; padding:0; }
.product-info-box .ratings      { margin-bottom:1em; }
.add-to-cart-box                { margin-bottom:8px; }
.add-to-boxes .add-to-cart-box  { text-align:left; }

.product-pricing                { margin:10px 0; padding:10px; background-color:#f4f9ea; border:1px solid #ddd; }
.product-pricing .benefit       { font-style:italic; font-weight:bold; }
.product-pricing .price         { font-weight:bold; }


/* Attribute Specs */
.attribute-specs-block table    { border-color:#d9DDE3; }
.attribute-specs-block .label   { font-weight:bold; }
.attribute-specs-block .data    { border-right:0; }
.attribute-specs-block td       { padding-top:3px; padding-bottom:3px; line-height:1.25em; }

.product-options {  }
.option{ margin-bottom:5px;}
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#444; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #ddd; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { margin-bottom:0; padding:0px 0 0; }

.product-options-bottom {  }
.product-options-bottom .product-pricing { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .product-pricing li {padding:2px 0; }
.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit { color:#000; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart-box { float:right; margin:0; padding:0; border:0; background:0; }

.product-info-box .product-options-bottom .price-box { float:none; }
.product-info-box .product-options-bottom .price-label { float:none; padding-right:0; }
.product-info-box .product-options-bottom .price-tax { float:none; }
.product-info-box .product-options-bottom .add-to-cart-box { clear:both; float:none; padding:2px 0 0; text-align:left; }

.short-description{ margin-bottom:8px;}

/* Product Options */
dl.item-options dt { font-weight:bold; font-style:italic; }
dl.item-options dd { padding-left:10px; }

.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px dotted #4f8100; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:2px solid #ddd; border-bottom-color:#666; background-color:#f6f6f6; right:0; }
.truncated .truncated_full_value dt { margin-top:0; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:10px; }
.col-right .truncated .show dl { left:-240px; top:10px; }

/* Upsell */
.up-sell-block .generic-product-grid td { width:20%; padding-bottom:8px; }
.up-sell-block .generic-product-grid td.empty-product { background:none; }
.up-sell-block .catalog-listing img     { width:125px; height:125px; }
.up-sell-block .catalog-listing h5      { font-size:1em; }
.up-sell-block .price-box               { margin-top:0; font-size:.9em; }


/* Customer Reviews */
#customer-reviews           { margin-bottom:15px; }
#customer-reviews li        { margin-bottom:25px; }
#customer-reviews li p      { clear:both; }
.product-review-box         { width:auto; margin:8px 0 13px 0; }
.product-review-box td,
.product-review-box th      { text-align:center; }
.product-review-box td.label{width:100px; text-align:left; }


/* Product Tags */
.add-tag-box .input-box     { float:left; width:302px; margin-right:8px; }
.add-tag-box .input-box .input-text { width:300px;  }
.tags-list                  { margin-bottom:15px; }
.tags-list li { display:inline; background:url(../images/links_separator.gif) no-repeat 100% 50%; padding:0 8px 0 4px;  }
.tags-list li.first         { padding-left:0; }
.tags-list li.last          { background:none; }


/* Product Detail sidebar */
.mini-related-items             { border-bottom:none !important; }
.mini-related-items .content    { padding:0; }
.mini-related-items .pream      { padding:8px 8px 0 8px; }
.mini-related-items .checkbox-container { float:right; width:15px; }
.mini-related-items .product-details { float:left; width:102px; margin:0; padding-left:8px; }
.mini-related-items ol li       { margin-bottom:0 !important; padding:8px; }
.mini-related-items ol li.first { padding-top:0; border-top:0; }


/* Checkout
**********************************************/

select.address-select {width:630px}
.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 20px; }


/* Shopping Cart */
.cart-collateral                    { padding:10px 12px; width:375px; }
.cart-collateral .divider           { margin:12px 0; background:#FFE7F4; }
.cart-collateral h4                 { float:left; color:#000; font-size:1.3em; font-weight:bold; }
.cross-sell-block                   { float:left; width:240px; margin-bottom:0; padding:10px; border:1px solid #FFE7F4; }
.cross-sell-block li                { padding-bottom:5px; border-bottom:1px solid #ddd; margin-bottom:8px; }
.cross-sell-block li.last           { padding:0; border:none; margin:0; }
.cross-sell-block .product-image    { float:left; width:50px; }
.cross-sell-block .product-shop     { width:160px; }
.cross-sell-block .price-box        { margin:0 0 6px 0; font-size:.8em; }
.cross-sell-blank                   { display:inline; float:left; width:220px; border:0; padding:0; background:none; }
.cart-collateral-block              { float:right; width:665px; }
.shopping-cart                      { margin-bottom:0; }
.shopping-cart th, .shopping-cart td{ padding-left:13px; padding-right:13px; }
.shopping-cart tr.error             { background:#FDE6E0 !important; }
.shopping-cart .tax-flag {font-size:0.9em; text-transform:lowercase; font-weight:normal; display:block; }
.shopping-cart .continue-shopping   { float:left; }
.shopping-cart-item-message         { margin-bottom:5px}
td.attributes-col                   { line-height:1.4em; }
td.attributes-col ul                { margin:5px 0; font-size:1em; }
td.attributes-col dt                { margin-top:.5em; font-weight:bold; }
td.attributes-col dd ul             { margin:0 0 5px 0; }
td.attributes-col dd ul li          { margin-left:15px; list-style:disc; }
td.attributes-col h4.title          { padding:0; margin:0; font-size:1em; color:#444; width:100%; overflow:hidden; }
td.attributes-col h4.title a        { font-weight:bold; }
.cart-totals                    { padding:12px 0; text-align:right; width:245px; float:right }
.cart-totals table              { float:right; margin-bottom:8px; line-height:20px; }
.cart-totals td                 { padding-left:15px; font-size:1.1em; }
.cart-totals tfoot td           { color:#e02f00; font-size:1.3em; }
.checkout-types                 { margin:4px 0; }
.checkout-types li              { clear:both;  margin-bottom:5px; }
.checkout-types li a            { font-weight:bold; }
.cart-shipping-block h4         { margin:0; float:none; }
.cart-collateral .input-text    { width:264px; }
.cart-collateral select         { width:270px; vertical-align:top; }
.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
    }
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }

/* Tax details */
.tax-total { cursor:pointer; }
.tax-total td { line-height:13px; padding-top:5px; padding-bottom:5px; }
.tax-total .tax-collapse { float:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .tax-collapse { background-position:0 -55px; }
.tax-details td { font-size:0.91em; color:#626465; background-color:#dae1e4; }
.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info, .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }


/* One-Page checkout */
.one-page-checkout .box {
    border:1px solid #ddd;
    border-top:0;
    padding:15px 20px;
    background:#fbfbfb;
    }
.one-page-checkout .head {
    padding:4px 8px 6px 8px;
    border-width:1px 1px 0 1px;
    border-style:solid;
    border-color:#fff #FFE7F4 #FFE7F4 #FFE7F4;
    background:#FFE7F4;
    }
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 { float:left; margin:0; color:#555; font-size:1.05em; }
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; }
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .step-count { padding:0 4px; background:#fff; color:#444; font-size:.9em; line-height:1em;  }
.one-page-checkout .content { padding:10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head { background:#89CEDD; border-color:#89CEDD #89CEDD #fff #89CEDD; border-width:1px; cursor:pointer; }
.one-page-checkout .active .head { border:1px solid #A25D87; background:#A25D87; cursor:default; }
.one-page-checkout .allow .head a { display:block; color:#333; } /* Display Edit button in active selection */
.one-page-checkout .active .head a { display:none; }
.one-page-checkout .group-select { margin-top:0; margin-right:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#333; }
.one-page-checkout .active h3 { color:#fff; }
.one-page-checkout .active .box { display:block; border-color:#ddd; background:#fff; }
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li { margin-bottom:6px; }
.one-page-checkout-progress h4 { margin:0; border:1px solid #EA88C3; padding:8px 8px; color:#000; font-size:11px; font-weight:bold; text-transform:uppercase;  }
.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress .content {  }
#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { border:1px solid #D9DDE3; border-top:0; }
.opc-please-wait { padding-right:7px; }
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; padding-top:2em; }
.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px;
    }
.base-mini .progress-head{
	background:none;
	border:none;
	text-align:left;
	font-size:13px !important;
	font-weight:bold !important;
	padding-left:10px !important;
}

/* Multiple Addresses checkout */
.checkout-progress { margin:0 auto 1.5em auto; }
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:6px solid #89CEDD;
    padding:4px 20px;
    color:#89CEDD;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#A45E89;
    color:#A45E89;
    }
.multi-address-checkout-description {
    margin-top:-10px;
    margin-bottom:10px;
    }
.multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;
    border:1px solid #ddd;
    background:#fff;
    }
.multi-address-checkout-box .content {
    padding:10px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #A45E89;
    background:#A45E89;
    padding:2px 10px;
    }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .count-head h4 {  margin:0; color:#fff; }
.multi-address-checkout-box .head { margin-bottom:4px; }
.multi-address-checkout-box .head a { font-weight:normal; }
.multi-address-checkout-box .checkmo-mailing-address { display:block; padding-left:20px; }
.shipping-method-pointer { border:1px solid #ddd; padding:13px; background:#fff; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; background:url(../images/place_order_container_bg.gif) no-repeat; }
.place-order-box .main-radius{ background:url(../images/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { color:#e26703; font-size:1.5em; font-weight:bold; }
.place-order-box input { margin-left:15px; }
.one-page-checkout .box .default-box { border:1px solid #ddd; }


/* Checkout Agreements */
.checkout-agreements li { margin:20px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6; border:1px solid #f3f3f3; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

.one-page-checkout .checkout-agreements { border:1px solid #ddd; border-width:0 1px; padding:5px 20px; }
.one-page-checkout .checkout-agreements li { margin:20px 0 0; }
.one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.one-page-checkout .checkout-agreements .agree { padding-left:6px; }

.one-page-checkout-progress address{ padding-left:6px;}


/********************** Gift Messages */
.giftmessages .gift-header {
    font-size:12px;
    font-weight:bold;
    color:#e87403;
    }
.giftmessages .input-checkbox {
    padding-bottom:15px;
    }
.giftmessages textarea {
    height:100px;
    }
.giftmessages .input-checkbox input {
    margin-right:5px;
    }
.giftmessages .input-checkbox label {
    font-weight:normal;
    color:#8e8d8b;
    }
.one-page-checkout .box-no-padding {
    border:1px solid #ddd;
    border-top:0;
    padding:15px 0;
    background:#fff;
    }
.giftmessages .gift-box {
    background-color:#f4f4f4;
    border-top:1px solid #ddd;
    border-bottom:1px solid #e9e4de;
    padding:22px 16px 22px 22px;
    }
.giftmessages .gift-box .scroll-box {
    overflow:auto;
    height:500px;
    }
.giftmessages .product-image {
    border:1px solid #d2d1cd;
    }
.no-border {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:none;
}



.giftmessages .giftmessage-product-info {
    padding-left:10px;
}

.giftmessages .numeration
{
    font-weight:bold;
    color:#8a8987;
}

.giftmessages .gift-box label { color:#918d8e; }

.giftmessages .group-select li .input-box { float:left; width:260px; }
.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea { width:495px; }
.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea { width:235px; }
.giftmessages .group-select li .input-box select { width:256px; }

/********************** Customer */

/* Customer Name */

.customer-name-prefix .name-prefix { width:60px !important; }
.customer-name-prefix .name-prefix input { width:45px !important; }
.customer-name-prefix .name-prefix select { width:51px !important; }
.customer-name-prefix .name-firstname { width:215px !important; }
.customer-name-prefix .name-firstname input { width:190px !important; }

.customer-name-middlename .name-firstname { width:215px !important; }
.customer-name-middlename .name-firstname input { width:200px !important; }
.customer-name-middlename .name-middlename { width:60px !important; }
.customer-name-middlename .name-middlename input { width:35px !important; }

.customer-name-suffix .name-lastname { width:205px !important; }
.customer-name-suffix .name-lastname input { width:190px !important; }
.customer-name-suffix .name-suffix { width:60px !important; }
.customer-name-suffix .name-suffix input { width:45px !important; }
.customer-name-suffix .name-suffix select { width:51px !important; }

.customer-name-prefix-middlename .name-prefix { width:60px !important; }
.customer-name-prefix-middlename .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename .name-firstname { width:215px !important; }
.customer-name-prefix-middlename .name-firstname input { width:190px !important; }
.customer-name-prefix-middlename .name-middlename { width:50px !important; }
.customer-name-prefix-middlename .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename .name-lastname { width:200px !important; }
.customer-name-prefix-middlename .name-lastname input { width:200px !important; }

.customer-name-prefix-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-suffix .name-firstname { width:215px !important; }
.customer-name-prefix-suffix .name-firstname input { width:190px !important; }
.customer-name-prefix-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-suffix .name-suffix { width:60px !important; }
.customer-name-prefix-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-suffix .name-suffix select { width:51px !important; }

.customer-name-middlename-suffix .name-firstname { width:215px !important; }
.customer-name-middlename-suffix .name-firstname input { width:200px !important; }
.customer-name-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-middlename-suffix .name-suffix { width:60px !important; }
.customer-name-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-middlename-suffix .name-suffix select { width:51px !important; }


.customer-name-prefix-middlename-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename-suffix .name-firstname { width:155px !important; }
.customer-name-prefix-middlename-suffix .name-firstname input { width:140px !important; }
.customer-name-prefix-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-middlename-suffix .name-suffix { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-suffix select { width:51px !important; }

.customer-dob .input-box { float:left; width:60px !important; }
.customer-dob input { width:50px !important; }
.customer-dob label.label-dob { font-weight:normal; color:#888; font-size:10px; }


/* My Account navigation */
.account-nav .head {  }
.account-nav .head .title { }
.account-nav li a, .account-nav li.on { padding:3px 0;  }
.account-nav li a { display:block;  }
.account-nav li a{ color:#000; text-decoration:none; }
.account-nav li a:hover { color:#A45E89; text-decoration:none; }
.account-nav li.on { font-weight:bold; }
.account-nav li.on a { border:none; padding:0; }
.account-nav li.on a, .account-nav li.on a:hover { color:#ea7900; }
.account-nav li.last, .account-nav li.last a { border-bottom:0; }


/* Login */
.login-box .content { min-height:180px; padding:0; }


/* Dashboard */

.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#666;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    display:none;
    }
.account-box ol .content { padding:0; }
.account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
    }
.account-box .product-images { width:65px; }
.account-box .product-images img { border:1px solid #ccc; }
.account-box .product-details { margin:0 0 10px 70px; }
.account-box .content { padding:0; }
.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.edit-password { display:block; height:20px; background:url(../images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }
.dashboard-welcome { margin-right:96px; margin-bottom:1.5em; }


/* Account Addressbook */
.primary-address-list li        { margin-bottom:14px; }
.primary-address-list li .head  { margin:0; }
.address-list li                { margin-bottom:1em; }
.address-list .actions          { float:right; margin:0 0 10px 10px; }

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display:block; padding-left:20px; }

/* Compare Products */
.compare-products { margin:30px 0 50px 0; }
.compare-products table { width:auto;  border:0; }
.compare-products td { width:170px; text-align:left; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody tr.first td { border-top:1px solid #D9DDE3; text-align:center; }
.compare-products tbody td.last {  border-right:1px solid #D9DDE3; }
.compare-products tbody.attribute-cart td { background:#fffada !important; text-align:center; border-bottom:1px solid #D9DDE3; }
.compare-products tbody td.label {
    width:auto;
    border-bottom:1px solid #ccc;
    border-left:1px solid #BEBCB7;
    background:#e9e9e9 !important;
    text-align:left;
    }
.compare-products tbody.remove-buttons tr {  background:#fff;  }
.compare-products tbody.remove-buttons td {
    border:none !important;
    padding:0;
    text-align:right;
    font-size:0;
    line-height:0;
    }
.compare-products tbody.remove-buttons td img { float:right; }


/* Reviews */
.my-review-detail .product-image { float:left; width:135px; }
.my-review-detail .product-image p { margin-bottom:0; }
.my-review-detail .product-image p img { vertical-align:top; }
.my-review-detail .details { float:right; width:550px; }
.my-review-detail .ratings-list { margin-bottom:.8em; }
.my-review-detail .ratings { line-height:1.55; }
.my-review-detail .ratings .rating-box { float:none; margin-bottom:3px; }
.my-review-detail .ratings .pipe { display:none; }
.my-review-detail .ratings a { display:block; }



/* Gift Messages */
.giftmessage {  padding:10px 0 0 0; }
.giftmessage-preview-link { font-size:11px; padding-right:7px; background-repeat:no-repeat; background-position:right  5px; }
.giftmessage-row { background-color:#f2efe9; }
.giftmessage-content { float:left; margin-right:10px; }
.giftmessage-close { float:right; }
.expand { background-image:url(../images/gift-message-expand.gif); }
.collapse { background-image:url(../images/gift-message-collapse.gif); }



/********************** Print pages */
table.print .giftmessage-preview-link { display:none !important; }
table.print .price-excl-tax { white-space:nowrap; }
table.print .price-incl-tax { white-space:nowrap; }
table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price { display:inline; }



/********************** Pop up pages */
.page-popup { background:#fff; margin:25px 30px; text-align:left; }
.page-popup .print-head { margin:0 0 15px; }
.page-popup .print-head img { float:left; }
.page-popup .print-head address { float:left; margin-left:15px; }
.product-gallery-nav { padding:0 5px; }


.cms-home .middle {  position:relative; }


/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/


/* Alignment */
.v-top          { vertical-align:top !important; }
.v-middle       { vertical-align:middle !important; }
.v-bottom       { vertical-align:bottom !important; }
.a-left         { text-align:left !important; }
.a-center       { text-align:center !important; }
.a-right        { text-align:right !important; }
.left,
.f-left         { float:left !important; }
.right,
.f-right        { float:right !important; }
.accent         { color:#E76200 !important; font-weight:bold !important; }

.nobr,
.nowrap         { white-space:nowrap !important; }
.normal-weight  { font-weight:normal !important; }
.no-border      { border:none !important; }
.no-padding     { padding:0 !important; }
.no-margin     { margin:0 !important; }
.auto-width     { width:auto !important; }

/* Link highlights */
.link-print     { background:url(../images/icon_printer.gif) no-repeat 0 2px; padding-left:23px; line-height:18px; }
.link-feed      { background:url(../images/icon_feed.gif) 0 50% no-repeat !important; padding-left:18px; line-height:1.15; }
.link-base      { color:#444; }

/* Noscript Notice */
.noscript { border:1px solid #bbb; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#444; }
.noscript .noscript-inner { width:960px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* For Demo store only */
.demo-notice    { margin:0; background-color:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1; text-align:center; }
.demo-notice a  { color:#fff; text-decoration:underline; }
.demo-notice a:hover { text-decoration:none; }

/* Class: std - styles for admin-controlled content */
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std .a-top { text-align:right; }

.shopping-bag{
	position:absolute;
	top:85px;
	margin-left:733px;
	background:url(../images/blue.jpg) no-repeat;
	height:70px;
	width:218px;
	z-index:99999;
}
.shopping-bag .block-mini-cart{
	background:url(../images/cart.jpg) no-repeat;
	padding-left:50px;
	margin-left:30px;
	margin-top:9px;
	height:45px;
	padding-top:5px;
}

.news-letter-box{
	background:url(../images/news.jpg) no-repeat;
	padding:10px;
	height:114px;
}

.widget-title {
    margin-bottom:7px;
    }
.widget-title h2 {
	color:#CB75A9;
	font-size:16px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-transform:uppercase;
}

.widget-viewed{ width:100%; float:left;}
.widget-products .products-grid{ }
.widget-products ul li{ float:left; text-align:center; margin-right:15px; width:150px;}
.widget-products .product-name { font-size:12px;}

.widget-product{ float:none;}
.widget-category{ float:none;}




/* customized for dslite */

@charset "utf-8";
.dslite table ,.cen_top table { border-top:1px solid #ddd; border-left:1px solid #ddd; color:666; line-height:22px; text-align:center; margin:5px 0 0 10px; float:left;}
	.dslite td,.cen_top td { border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
.back { background:#fff url(../img/back.jpg) no-repeat 50% 0;}
body { margin:0px; padding:0px; font-family:"Arial"; font-size:12px;}
ul,li,p,input,dl,dt,dd,span,h4,img,h5,h6,h7,h2,h1{ margin:0px; padding:0px;}
li{ list-style:none;}
img{ border:0px;}
/*头部*/
.fooder,.heard{ width:980px; height:auto; margin:auto;}
	.top{ width:980px; height:30px; float:left; background:url(../img/top_bj.gif) no-repeat;}
		.top ul{ width:auto; float:left; height:30px; margin-left:120px; display:inline;}
		.top .li1{ width:122px; float: left; height:30px; line-height:25px;}
		.top .li1 a{ width:100px; float:left; background:url(../img/top_1.gif) no-repeat left 6px; padding-left:22px; color:#3B3B3B; text-decoration:none;}
		.top .li1 a:hover { text-decoration:underline; background:url(../img/top_01.gif) no-repeat left 6px;}
		.top .li2{ width:100px; float: left; height:30px; line-height:25px;}
		.top .li2 a{ width:78px; float:left; background:url(../img/top_2.gif) no-repeat left 6px; padding-left:22px; color:#3B3B3B; text-decoration:none;}
		.top .li2 a:hover { text-decoration:underline; background:url(../img/top_02.gif) no-repeat left 6px;}
		.top .li3{ width:64px; float: left; height:30px; line-height:25px;}
		.top .li3 a{ width:42px; float:left; background:url(../img/top_3.gif) no-repeat left 6px; padding-left:22px; color:#3B3B3B; text-decoration:none;}
		.top .li3 a:hover { text-decoration:underline; background:url(../img/top_03.gif) no-repeat left 6px;}
		.top .li4{ width:82px; float: left; height:30px; line-height:25px;}
		.top .li4 a{ width:60px; float:left; background:url(../img/top_4.gif) no-repeat left 6px; padding-left:22px; color:#3B3B3B; text-decoration:none;}
		.top .li4 a:hover { text-decoration:underline; background:url(../img/top_04.gif) no-repeat left 6px;}
		.top .li5{ width:68px; float: left; height:30px; line-height:25px;}
		.top .li5 a{ width:44px; float:left; background:url(../img/top_5.gif) no-repeat left 6px; padding-left:22px; color:#3B3B3B; text-decoration:none;}
		.top .li5 a:hover { text-decoration:underline; background:url(../img/top_05.gif) no-repeat left 6px;}
		.top .li6{ width:62px; float: left; height:30px; line-height:25px;}
		.top .li6 a{ width:40px; float:left; background:url(../img/top_6.gif) no-repeat left 6px; padding-left:22px; color:#3B3B3B; text-decoration:none;}
		.top .li6 a:hover { text-decoration:underline; background:url(../img/top_06.gif) no-repeat left 6px;}
		.top .li7{ width:112px; float: left; height:30px; line-height:25px;}
		.top .li7 a{ width:90px; float:left; background:url(../img/top_7.gif) no-repeat left 6px; padding-left:22px; color:#3B3B3B; text-decoration:none;}
		.top .li7 a:hover { text-decoration:underline; background:url(../img/top_07.gif) no-repeat left 6px;}
		.top .li8{ width:130px; float: left; height:30px; line-height:25px;}
		.top .li8 a{ width:115px; float:left; background:url(../img/top_8.gif) no-repeat left 6px; padding-left:22px; color:#3B3B3B; text-decoration:none;}
		.top .li8 a:hover { text-decoration:underline; background:url(../img/top_08.gif) no-repeat left 6px;}
		
	.top_2{ width:980px; float:left; height:90px;} 
	.logo{ width:300px; height:60px; float:left; margin:16px 0 0 5px; display:inline; display:inline;}
	.seach{ width: 393px; float:left; height:42px; background:url(../img/seach_bj.gif) no-repeat; margin:24px 0 0 16px; display:inline;}
	.seach .text_1{ width:280px; float:left; height:20px; margin:10px 0 0 10px; border:0px; }
	.seach .but_01{ width:73px; float:left; height:29px; background:url(../img/anniu.gif) no-repeat; cursor:pointer; border:0px; margin:5px 0 0 10px;}
	.Cart{ width:243px; float:left; height:auto;display:inline; margin:15px 0 0 16px;}
	.car_right,.car_left{ width:8px; height:60px; float:left; }
	.car_left{ background:url(../img/gouwu_left.gif) no-repeat;}
	.car_middl{ width:227px; height:60px; float:left; background:url(../img/gouwu_bj.gif) repeat-x;}
	.car_middl dl{ width:200px; float:left; height:40px; }
	.car_middl dl dt{ width:18px; height:17px; float:left; margin-top:12px;}
	.car_middl dl dd{ width:178px; float: left; height:40px; margin-left:4px; display:inline; line-height:40px; }
	.car_middl dl dd a{ text-decoration:none; color:#3B3B3B;}
	.car_middl dl dd a:hover{ text-decoration:underline;}
	.car_right{ background:url(../img/gouwu_right.gif) no-repeat;}
	
	.nav{ width:980px; float:left; height:30px;}
	.nav_left{ width:29px; height:30px; float: left;}
	.nav_midll{ width:921px; float:left; height:30px; background: url(../img/nav_bj.gif) repeat-x;}
	.nav_midll ul{ width:921px; float:left; height:30px;}
	.nav_midll ul li{  float:left; height:30px; padding-right:7px; background:url(../img/fenge.gif) no-repeat right 0px; line-height:30px; margin:0 0px 0 7px; display:inline;}
		.nav_midll ul li a{ text-decoration:none; color:#FFF; font-weight:bold; }
		.nav_midll ul li a:hover{ color:#74DEFF;}
	.nav_right{ width:30px; height:30px; float:left;}
	.nav_left,.nav_right img{ display:block;}
		
/*中间*/			
.center{ width:980px; height:auto; margin:auto;}
.list{ width:980px; height:51px; float:left; margin-top:5px;}
.list_left{ width:10px; float:left; height:51px; background:url(../img/list_left.gif) no-repeat;}
.list_mi{ width:950px; float:left; height:41px; background:url(../img/list_mi.gif) repeat-x; color:#fff; padding:5px; }
.list_mi a{ text-decoration:none; padding:5px 5px; color:#fff; line-height:20px;} .list_mi a:hover{ text-decoration:underline;}
.list_right{ width:10px; float:left; height:51px; background:url(../img/list_right.gif) no-repeat;}
.banner{ width:980px; float:left; height:427px; margin-top:5px;}

.left2,.left_list,.left{ width:185px; float:left; height:auto;}.left{ margin-top:10px;}.left2{margin-top:10px; width:164px;}
.left_list2 h4,.left_list h4{ width:170px; float:left; height:25px; background: url(../img/left_tit.gif) no-repeat;line-height:25px; padding-left:15px; font-size:12px; color:#FFF;}.left_list2 h4{ width:149px;}
.list_cn2,.list_cn{ width:183px; float:left; height:auto; border:1px solid #CCC;}.list_cn2{ width:162px;}
.list_cn2 dl,.list_cn dl{ width:150px; float:left; height:auto; margin:6px 0 0 4px; display:inline; border-bottom:1px dashed #CCC; margin-left:16px;}
.list_cn2 dl{ margin:6px 0 0 7px;}
.list_cn2 dl dt,.list_cn dl dt{ width:150px; float:left; height:136px;}.list_03 dl dt img{ display: block;}
.list_cn2 dl dd,.list_cn dl dd{ width:150px; float:left; height:auto; display:inline; overflow:hidden; font-size:10px; line-height:15px;  text-align: center; color:#F00;  }
.list_cn2 dl dd span,.list_cn dl dd span{ width:150px; float:left; height: auto; line-height:15px; text-align:center; }
.list_cn2 dl dd .game_1,.list_cn dl dd .game_1{ width:150px; float:left; height:15x; line-height:15px; text-align:center;}
.list_cn2 dl dd a,.list_cn dl dd a{ font-weight:bold; color:#12487A;  text-decoration:none;}.list_cn dd a:hover{ color:#0066CC; text-decoration: underline;}


/* 首页产品*/
.right{ width:790px; float:left; height:auto; margin-left:5px;}
.product{ width:790px; float:left; height:auto; margin-top:10px;}
	.product h4{ width:775px; height:25px; float:left; background: url(../img/product_tit.gif) no-repeat; line-height:25px; padding-left:15px; font-size:12px; color:#FFF;}
	.pro_cn{ width:788px; float:left; height: auto; border:1px solid #ccc;  padding-bottom:10px;  }
	.pro_cn dl{ width:180px; float:left; height:auto; margin:13px 0 0 14px; display:inline; }
	.pro_cn dl dt{ width:140px; float: left; height:140px; margin-left:20px; display:inline;}.pro_cn dl dt img{ width:140px; height:140px; display:block; padding-bottom:5px;}
	.pro_cn dl dd .pro_sp,.ne_pro_cn dl dd,.pro_cn dl dd{ width:160px; float:left; height:auto; margin-left:10px; display:inline; line-height:12px; text-align:center;}	.pro_cn dl dd .pro_sp{ margin:0px; font-weight:normal; height:36px; line-height:12px;}
		.pro_cn dl dd .pro_sp1{ height:12px; margin:0px; font-weight:normal; line-height:12px;}
	.pro_cn dl dd .pro_sp1 a,.ne_pro_cn dl dd a,	.pro_cn dl dd .pro_sp a{ text-decoration:none; color:#3B3B3B;}.pro_cn dl dd .pro_sp1 a:hover,.pro_cn dl dd .pro_sp a:hover{ text-decoration:underline;}
	.ne_pro_cn dl span,.pro_cn dl span{ width:160px; float:left; height:20px; font-weight:bold; color:#F80000; line-height:20px; margin:6px 0 0 0; }
	.ne_pro_cn dl span .but_03,.pro_cn dl span .but_03{ width:71px; height:20px;  background:url(../img/buy.gif) no-repeat; margin-left:8px; border:0; cursor:pointer;}
	
	
	/*底部*/
	
	.link{ width: 980px; height:300px; float:left; background:url(../img/foot_bj.gif) repeat-x; margin-top:10px;}
	.link dl{ width:118px; height: auto; float:left; margin:35px 0 0 20px;display:inline;} 
	.link dl dt{ width:118px; height:25px; float:left; font-size:12px; font-weight:bold; line-height:25px;}
	.link dl dt a{ text-decoration:none; color:#19ADDC;}
	.link dl dt a:hover{ text-decoration:underline;}
	.link dl dd{ width:118px; height:15px; float: left; font-size:11px; line-height:15px; }
	.link dl dd a{ text-decoration:none; color:#656565;}
	.link dl dd a:hover{ text-decoration:underline;}
	
	.banquan{ width:980px; height:25px; float: left;  margin-top:1px;}
		.ban_left{ width:6px; float:left; height:25px; background: url(../img/ban_left.gif) no-repeat; }
		.ban_middl{ width:968px; float:left; background:url(../img/banquan_bj.gif) repeat-x; height:25px; text-align: center; line-height:25px; color:#fff;}
		.ban_middl a{ text-decoration:none; color:#FFF; margin:5px 5px;}.ban_middl a:hover{ text-decoration:underline;}
		.ban_right{ width:6px; float:left; height:25px; background:url(../img/ban_right.gif) no-repeat; }	
.food_you{ width:980px; height:65px; float:left;  display:inline;}
.food_you p{ width:723px; float:left; height:65px; margin-left:25px; display:inline;} .food_you p img{ margin:0px; display:block;}
		.food_you dl{ width:110px; height: auto; float:left; margin-top:8px; margin-left:3px; }
		.food_you dl dt{ width:50px; float:left; height:50px; display:inline;}
		.food_you dl dt img{ display:inline;}
		.food_you dl dd{ width:60px; float:left; height:40px; line-height:10px; font-size:12px; text-align:center; margin-top:6px;}
			.food_you dl dd a{ text-decoration:none; color:#999;} .food_you dl dd a:hover{ text-decoration:underline;} 
.bq{ width:980px; float:left; height:30px;color:#ccc; line-height:25px; text-align:center; font-size:10px;} .bq a{ color:#CCC; text-decoration:none;}
.yx{ width:978px; float:left; height:30px; border:1px solid #ddd; line-height:30px;}
.yx h4{ width:100px; float:left; height:auto; text-align:right; font-size:14px;}
.yx span{ width:500px; float:left; height:auto; margin-left:5px; color:#999;}	
.yx .tex{ width:200px; height:20px; margin-top:3px; border:1px solid #7F9DB9;}
.yx .but_4{ width:81px; height:20px; background:url(../img/yx_anniu.gif) no-repeat; cursor:pointer; border:0px;  }
.gjc{ width:980px; float:left; height:auto;}
.gjc p{ width:980px; height:auto; float:left; color:#999999; text-align:center; margin-top:5px;}
.gjc p a{ text-decoration:none; color:#999;}.gjc p a:hover{ text-decoration:underline;}
.gjc p h4{ width:100px; float:left; height:auto; margin:0px;}

/* 产品列表页面*/
.cn_middil{ width:802px; float:left; height:auto; margin-left:10px;}
.ne_banner{ width:980px; float:left; height:44px; margin-top:4px;}
.ne_ban_2,.ne_ban{ width:483px; float:left; height:40px; }
.n_content{ width:980px; height:auto; float:left; margin-top:4px;}
	.zz_right,.ne_left{ width:165px; float:left; height:auto;}
		.list_01{ width: 165px; height:382px; float:left;}
			.list_01 h4{ width:155px; height:25px; float:left; background:url(../img/lef1_tit.gif) no-repeat; font-size:12px; color:#FFF; line-height:25px; padding-left:10px;}
			.list01_cn{ width: 165px; height:380px; float:left;}
			.list01_cn ul{ width:165px; height:331px; float: left;}
			.list01_cn ul li{ width:165px; height:21px; float:left; border-bottom:1px solid #eeeeee; line-height:21px; font-weight:bold;}
			.list01_cn ul li a{ font-size:12px;  color:#666; text-decoration:none; margin-left:6px;}
			.list01_cn ul li a:hover{ text-decoration:underline;}
			
			.list_02{ width:165px; height:190px; float:left; margin-top:10px; background:url(../img/email.gif) no-repeat ; }
			.list_02 h4 { font-size:16px; font-weight:bold; margin:15px 0 0 20px; font-size:16px;}
			.list_02 h4 span { float:left; color:#666; font-size:12px; }
			.list_02 p { width:143px; float:left; margin:16px 10px 0 10px; display:inline; font-size:11px; color:#666;}
			.list_02 p a { float:left; color:#1E4E8E;}
			.list_02 .te1 { width:130px; height:22px; line-height:22px; float:left; margin-left:10px; margin-top:10px;}
			.list_02 .btn_4 { width:85px; height:24px; float:left; background:url(../img/e-mail_2.gif) no-repeat; border:0; cursor:pointer; margin:5px 0 0 10px;}
		
	.ne_product{ width:810px; float:left; height:auto; margin-left:5px;}
		.ne_product h4{ width:810px; height:25px; float:left; background: url(../img/ne_pro_tit.gif) no-repeat;} 
		.ne_pro_cn{ width:808px; float:left; height: auto; border:1px solid #ccc; padding-bottom:10px;}
		.ne_pro_cn dl{  width:180px; float:left; height:auto; margin:0 0 0 18px; display:inline; margin-bottom:5px;}
		.ne_pro_cn dl dt{width:140px; float: left; height:140px; margin-left:20px; display:inline;}
		.ne_pro_cn dl dd{ width:160px; float:left; height:auto; margin-left:10px; display:inline; line-height:12px;}
		
/*祥细页面*/
.zz_centent{ width:800px; float:left; margin-left:15px;}
.zz_centent .p3{ width:800px; float:left; height:30px; font-weight:bold; border-bottom:1px solid #CCC; line-height:30px;}
.zz_centent .p3 a{ color:#06529B; text-decoration:none;}
.zz_centent.p3 a;hover{ color:#06529B; text-decoration:underline;}
.cen_right{ width:776px; float:left; height: auto; margin:13px 0 0 15px; display:inline; }
.cen_top, .smart ,.Related ,.Related_pro, .Customer_01{ width:800px; float:left; background:url(../img/cen_back_2.gif) repeat-x left bottom; border-bottom:solid 1px #DADADA; padding-bottom:15px; }
.smart{ background:0px; padding:0px;} .cen_top{ padding-bottom:40px;}
	.cen_top h1{ width:430px; float:left; margin:15px 0 5px 10px;}
	.cen_top h5 { width:776px; height:29px; line-height:29px; border-bottom:1px solid #CCC; float:left; background:url(../img/zz_tit.gif) no-repeat; font-size:22px; text-indent:10px;}
	.zz_pro_left{ width:300px; float: left; height:auto;}
	.zz_pro_right{ width:426px; float: left; height: auto; }
	.cen_top dl, .cen_top dt, .cen_top dd { width:300px; float:left;overflow:hidden;}
		.cen_top dt{ height:300px;}
		.cen_top dl { margin:8px 0 0 10px; display:inline;}
		.cen_top dd { height:17px; margin-top:10px; margin-bottom:10px;}
		.cen_top dd img { margin:0 auto; display:block;}
		.cen_top ul{ width:300px; float:left; height:auto}
		.cen_top ul li{ width:40px; float:left; height:40px; margin-left:30px; display:inline;}
	.cen_top h4 { width:420px; height:24px; line-height:24px; font-size:24px; float:left; margin:20px 0 0 10px;}
	.cen_top p { width:420px; line-height:16px; float:left; font-size:12px; margin:0px 0 0 10px;}
	.cen_top p img { float:left;}
	.cen_top p .span1 { font-size:10px;  margin:0px 0 0 4px;}
	.cen_top p .span2 { font-size:20px; line-height:22px; font-weight:bold; color:#FF6600;  margin:0px 0 0 0px;}
	.cen_top p .span3 { font-size:14px; color:#FF6600;  margin:0px 0 0 0px;}
	.cen_top p .span4 { color:#FF9974; font-weight:bold;  margin:0px 0 0 0px;}
	.cen_top p a { color:#000; text-decoration:none;}
	.cen_top p a:hover { text-decoration:underline;}
	.cen_top p .a1 {border-top:solid 1px #99CCFF; line-height:20px; display:block; float:left; text-decoration:none; cursor:pointer;}
	.cen_top p .a1:hover { text-decoration:none;}
	.cen_top .sp3,.cen_top .sp2{ width:30px; float:left; height:20px;  margin:5px 0 5px 10px; line-height:20px;} .cen_top .sp3{ width:35px;}
	.cen_top  .se4{ width:70px; height:20px; border:1px solid #CCC; float:left; margin-top:5px; }
	.text_1{ width:54px; float: left; height:18px; border:1px solid #CCCCCC;  margin:5px 0 5px 0px;}
	.cen_top .btn { background: url(../img/zz_anniu.gif) no-repeat; width:60px; height:19px; margin:5px 0 5px 10px; border:0; cursor:pointer;}
	.cen_top .btn_1 { background:url(../img/btn_1.gif) no-repeat; width:70px; line-height:16px; border:0; cursor:pointer;}
	.p4{ width:440px; float:left; height: auto; margin-top:5px;}
	.p4 .js2,.p4 .js1{ width:23px; height:25px; float:left; background: url(../img/js_anniu2.gif) no-repeat; border:0px; cursor:pointer; margin-top:45px;}
	.p4 .js2{ margin-left:10px; background: url(../img/js_anniu1.gif) no-repeat;}
	.p4 dl{ width:80px; height: auto; float:left; margin-left:13px;}
	.p4 dl dt{ width:80px; height:80px; float:left;}
	.p4 dl dt img{ display:block;}
	.p4 dl dd{ width:80px; float: left; height: auto; text-align:center; margin-top:3px; color:#0066CC; }
	.p4 dl dd span{ color:#FF9974;}
	
		
	
.Customer_01 ,.Related,.smart,.Related_pro { margin-top:10px;}
.Customer_01{ padding-bottom:14px;}
	.Customer_01 h4,.Related_pro h4,.Related h4, .smart h4 { width:800px; float:left; height:23px; line-height:23px; border-bottom:solid 1px #DADADA;}
	.Customer_01 h4 span, .Related_pro h4 span,.Related h4 span, .smart h4 span { height:23px; overflow:hidden;}
	.Customer_01 h4 .span1,.Related_pro h4 .span1,.Related h4 .span1,.smart h4 .span1 { float:left; padding-right:10px; background:url(../img/smart_2.gif) no-repeat right;}
	.Customer_01 h4 .span2,.Related_pro h4 .span2,.Related h4 .span2,.smart h4 .span2 { float:left; padding-left:10px; font-size:14px; background:url(../img/smart_1.gif) no-repeat left;}
	.smart .lg_1 { width:250px; float:left; padding-left:6px; display:inline; border-right:solid 1px #DDD;}
	.smart .lg_1 h5 { color:#666; line-height:26px; font-size:11px;}
	.smart dl { width:90px; float:left; margin-top:20px; margin-left:18px; display:inline;}
	.smart dt { width:88px; height:31px; float:left; border:solid 1px #CCC;}
	.smart dd { float:left; margin-top:4px;}
	.smart dl img { float:left;}
	.smart dt img { width:88px; height:31px;}
	.smart ul { margin-top:10px; margin-left:30px; padding-bottom:8px;}
	.smart ul, .smart li { width:100px; float:left; font-size:11px; color: #F00; font-weight:bold; font-family:Verdana;}
	.smart li span { font-size:16px; font-weight:bold; color:#FF6600;}
	.smart .lg_1 p { width:100%; float:left; margin:5px 0 10px 0; padding-top:0; border-top:none;}
	.smart p { width:100%; float:left; margin:0 0 10px 0; border-top:solid 1px #DDD; padding-top:10px;}
	.smart li .btn_2 { background:url(../img/btn_2.gif) no-repeat; width:97px; height:23px; margin:0 auto; border:0; display:block; cursor:pointer;}
	.smart p .btn_3 { background:url(../img/btn_3.gif) no-repeat; width:169px; height:25px; margin:0 auto; border:0; display:block; cursor:pointer;}
	
	.Related ul{ width:778px; height:auto; float:left; margin:10px 0 0px 10px; display:inline;}	
	
	.Related_pro{ padding-bottom:10px;}
	.Related_pro dl{width:140px; height:auto; float:left; margin:10px 0 0px 48px; display:inline;}
	.Related_pro dl dt{ width:140px; height:140px; float:left; display:inline; }
	.Related_pro dl dd{ width:140px; float:left; height:30px; line-height:15px; text-align:center; }
	.Related_pro dl dd a{ font-size:12px; color:#0066cc; text-decoration:none; font-weight:bold;  }
	.Related_pro dl dd a:hover{ color:#F60;}
	.Related_pro dl p{ width:135px; float:left; height:auto; color:#F60; font-size:12px; font-weight: bold; text-align:center;}
	.Related_pro dl .but_4{ background:url(../img/zz_anniu.gif) no-repeat; no-repeat; width:60px; height:19px; float:left; margin-left:42px; border:0; cursor: pointer;}
	
	.Customer_01 dl{ width:785px; height: auto; float:left; border-bottom:1px solid #CCC; margin:10px 0 0 8px; display:inline; padding-bottom:10px;   }
	.Customer_01 dl dt{ width:240px; height:21px; float:left; margin:0 auto; margin:0 200px 0 317px; display:inline; }   
	.Customer_01 dl dd{ width:760px; float:left; height:auto; font-size:10px; display:inline; text-align:center;}
	.Customer_01 dl dd a{ font-size:12px; font-weight:bold; text-decoration:none; color:#0066CC;}
	.Customer_01 dl dd a:hover{ color:#F60;}
	.Customer_01 dl dd span{ font-size:12px; color:#999999;}
		.Customer_01 dl p{ width:100%; float:left; height:auto; margin-top:3px; display:inline;}
		.Customer_01 dl p .span_0{ width:71px; height:14px; float:left; margin-right:4px;display:inline;}
		.Customer_01 dl p .span_04,.Customer_01 dl p .span_02, .Customer_01 dl p .span_01{ font-size:12px; float:left; color:#000; font-weight:bold;display:inline;}
		.Customer_01 dl p .span_03{ font-size:12px; float: left; color:#666666;}
		.Customer_01 dl p .span_04{ color:#0066CC;}
		.Customer_01 dl p .span_04 a{ color:#0066CC; text-decoration:none;}
		.Customer_01 dl p .span_04 a:hover{ color:#F60;}
		.Customer_01 dl p .span_07,.Customer_01 dl p .span_06,.Customer_01 dl p .span_05 { font-size:12px; }
		.Customer_01 dl p .span_06{ font-weight:bold; color:#999999; }
			.Customer_01 dl p .span_06 a{ color:#0066cc;  text-decoration:none;}
			.Customer_01 dl p .span_06 a:hover{ color:#F60;}
			.Customer_01 .p0{ float:left; width:736px; height: auto; font-size:12px; text-align:center; margin-top:10px; color:#999;}
			.Customer_01 .p0 a{  color:#0066cc; font-weight:bold; text-decoration:none; }
			.Customer_01 .p0 a:hover{ color:#F60;}
	.recently { width:162px; float:left; margin-top:10px; background:#F4F4F4; border:solid 1px #CCC;}
	.recently h3, .recently h4, .recently h5 {width:152px; height:22px; float:left; font-size:12px; color:#000; line-height:22px; margin:0 5px; display:inline;}
	.recently h5 { height:12px; line-height:12px; font-size:9px; color:#999; font-weight:normal; padding-bottom:4px; border-bottom:solid 1px #DDD;}
	.recently h3 { border-top:solid 1px #FFF;}
	.recently p { width:152px; float:left; margin:0 5px; display:inline; font-size:12px; padding-bottom:10px;}
	.recently a { color:#1C3E95; text-decoration:none;}
	.recently a:hover { text-decoration:underline;}		

/*dslite*/
.dsl_banner{ width:776px; float:left; height:271px; display:inline;}
.dslite h6{ width:776px; float:left; height:23px; line-height:23px; border-bottom:solid 1px #DADADA; font-weight:bold;}
	.dslite h6 span{height:23px; overflow:hidden;}
	.dslite h6 .span1{ float:left; padding-right:10px; background:url(../img/smart_2.gif) no-repeat right;}
	.dslite h6 .span2{ float:left; padding-left:10px; font-size:14px; background:url(../img/smart_1.gif) no-repeat left;}

.dslite{ width:800px; float:left;margin:30px 0 0 130px; display:inline; padding-bottom:17px;  }

.dslite h1{ width:430px; float:left; margin:15px 0 5px 10px; font-size:24px;}
	.dslite h5 { width:776px; height:29px; line-height:29px; border-bottom:1px solid #CCC; float:left; background:url(../img/zz_tit.gif) no-repeat; font-size:22px; text-indent:10px;}
	.zz_pro_left{ width:300px; float: left; height:auto;}
	.zz_pro_right{ width:425px; float: left; height: auto;}
	.dslite dl, .dslite dt, .dslite dd { width:300px; float:left;overflow:hidden;}
		.dslite dt{ height:300px;}
		.dslite dl { margin:0px 0 0 0px; display:inline;}
		.dslite dd { height:17px; margin-top:10px; margin-bottom:10px;}
		.dslite dd img { margin:0 auto; display:block;}
		.dslite ul{ width:300px; float:left; height:auto}
		.dslite ul li{ width:40px; float:left; height:40px; margin-left:30px; display:inline;}
	.dslite h4 { width:420px; height:24px; line-height:24px; font-size:24px; float:left; margin:20px 0 0 10px;}
	.dslite p { width:420px; line-height:16px; float:left; font-size:12px; margin:0px 0 0 10px;}
	.dslite p img { float:left;}
	.dslite p .span1 { font-size:10px;  margin:0px 0 0 4px;}
	.dslite p .span2 { font-size:20px; line-height:22px; font-weight:bold; color:#FF6600;  margin:0px 0 0 0px;}
	.dslite p .span3 { font-size:14px; color:#FF6600;  margin:0px 0 0 0px;}
	.dslite p .span4 { color:#FF9974; font-weight:bold;  margin:0px 0 0 0px;}
	.dslite p a { color:#000; text-decoration:none;}
	.dslite p a:hover { text-decoration:underline;}
	.dslite p .a1 {border-top:solid 1px #99CCFF; line-height:20px; display:block; float:left; text-decoration:none; cursor:pointer;}
	.dslite p .a1:hover { text-decoration:none;}
	.dslite .sp3,.dslite .sp2{ width:30px; float:left; height:20px;  margin:5px 0 5px 10px; line-height:20px;} .dslite .sp3{ width:35px;}
	.dslite .se4{ width:70px; height:20px; border:1px solid #CCC; float:left; margin-top:5px; }
	.text_1{ width:54px; float: left; height:18px; border:1px solid #CCCCCC;  margin:5px 0 5px 0px;}
	.dslite .btn { background: url(../img/anniu_2.gif) no-repeat; width:76px; height:20px; margin:5px 0 5px 10px; border:0; cursor:pointer;}
	.dslite .btn_1 { background:url(../img/btn_1.gif) no-repeat; width:70px; line-height:16px; border:0; cursor:pointer;}
	
	.p5{ width:770px; float:left; height: auto; margin-top:15px;}
	.p5 .js2,.p5 .js1{ width:23px; height:25px; float:left; background: url(../img/js_anniu2.gif) no-repeat; border:0px; cursor:pointer; margin-top:45px;}
	.p5 .js2{ margin-left:10px; background: url(../img/js_anniu1.gif) no-repeat;}
	.p5 dl{ width:80px; height: auto; float:left; margin-left:22px;}
	.p5 dl dt{ width:80px; height:80px; float:left;}
	.p5 dl dt img{ display:block;}
	.p5 dl dd{ width:80px; float: left; height: auto; text-align:center; margin-top:3px; color:#0066CC; }
	.p5 dl dd a{ color:#0066CC; text-decoration:none;}.p5 dl dd a:hover{ text-decoration:underline;}
	.p5 dl dd span{ color:#FF9974;}
	.dsl_middl{ width:740px; float:left; height:auto;}

.bijiao{ width:425px; float:left; height:auto; margin:15px 0 0 8px; display:inline;}
.bijiao dl{ width:150px; float:left; height: auto; margin:0px; }
.bijiao dl dt{ width:76px; float:left; height:31px; float:left; margin:0px;}
.bijiao dl dd{ width:60px; float:left; height:auto; margin:0px; color:#F60;}
.bijiao dl span .bjbut{ width:57px; float:left; height:13px; background:url(../img/bj_anniu.gif) no-repeat; cursor:pointer; border:0px;}

/*About*/
.Getting,.i,.help,.priva,.partners,.Contact,.sute,.about p,.about{ width:800px; float:left; height:auto;  display:inline; } .about p{ margin-top:8px;}.Contact{ margin-top:10px;} .about{ margin-top:10px;}.help{ margin-top:10px;}
.partners h4,.Contact h4,.sute h4,.about h3,.about h4{ width:800px; float:left; height:25px; font-size:18px; line-height:25px; border-bottom:1px solid #CCC;}
.about h3{ border:0px; font-size:14px; margin-top:10px;}
.about .about_p{ width:750px; float:left; height:12px; margin-left:16px; display:inline; padding-left:10px; background:url(../img/dian.gif) no-repeat left 4px; line-height:12px;}

/*cc*/
.cc{ width:760px;  height:auto; margin:auto;}
.cc_logo{ width:350px; height:69px; float:left;} .cc_logo img{ display:block;}
.cc_k{ width:760px; height:600px; float:left; background:url(../img/cc_foot.gif) no-repeat left bottom;}
.cc_k h4{ width:760px; float:left; height:16px; background: url(../img/cc_tiop.gif) no-repeat;}
.cc_z{ width:754px; float:left; height:558px; border:3px solid #C9D6F2; border-top:0px;  border-bottom:0px;}

.cc_left{ width:124px; float:left; height:518px; padding-left:40px; padding-top:40px; display:inline;}
.cc_right{ width:590px; float:left; height:auto;}
.cc_right .h41{ width:590px; float:left; height:30px; background:0px; font-size:16px; margin-top:40px; line-height:18px;}
.cc_right p{ width:590px; float:left; height:auto; margin-top:5px;}
.cc_right .cc_p{ width:590px; float:left; height:auto; margin-top:15px;}
.cc_right .cc_p2{ width:500px; float:left; height:auto; font-size:14px; margin-left:20px; margin-top:10px;}

/*site*/
.sute_2,.sute_1{ width:198px; float:left; height:auto; border-right:1px solid #CCC;} .sute_2{ border:0px;}
.sute_2 h4,.sute_1 h4{ width:168px; float:left; height:30px; border:0px; font-size:12px; color:#06529B; line-height:30px; margin-left:10px; }
.sute_2 ul,.sute_1 ul{ width:150px; float:left; height:auto;  margin-left:22px;  display:inline;}
.sute_2 li,.sute_1 li{ width:150px; float:left; height:22px; line-height:22px; }
.sute_2 li a,.sute_1 li a{ text-decoration:none; color:#333;}.sute_2 li a:hover,.sute_1 li a:hover{ text-decoration:underline; }

.help h4,.priva h4,.Partners h4{ width:800px; float:left; height:25px; line-height:25px; font-size:18px; border-bottom:1px solid #CCC;}
.Partners{ width:800px; float:left; height:auto; margin:10px 0 0 0; display:inline;}
.partners_2,.partners_1{ width:398px; float:left; height:400px; border-left:1px solid #CCC; } .partners_1{ border:0px;} 
.partners_2 p,.partners_1 p{ width:350px; float:left; height:auto; line-height:22px; padding-left:10px; font-weight:normal;}
.partners_2 ul,.partners_1 ul{ width:350px; float:left; height:auto;  margin-left:22px;  display:inline;}
.partners_2 li,.partners_1 li{ width:350px; float:left; height:22px; line-height:22px; background:url(../img/dian.gif) no-repeat left 10px; padding-left:10px; font-weight:bold;}
.partners_2 ul a,.partners_1 li a{ text-decoration:none; color:#333;}.partners_2 li a:hover, .partners_1 li a:hover{ text-decoration:underline; }


/*Contact us*/
.Contact p{ width:760px; float: left; height: auto; margin-top:10px;}
.Contact .Contact_p{ width:100px; float:left; height:auto;}.Contact .Contact_p img{ display:block;}
.Contact .co_h6,.Contact .co_h5,.Contact .co_h4{ width:200px; float:left; height:30px; border:0px; line-height:30px; font-size:14px; margin-top:15px;} 
.Contact .co_h5{ margin-top:50px;} .Contact .co_h6{ margin-top:30px;}
.Contact .con_p4, .Contact .con_p3{ width:660px; float:left; height:auto; margin:0px;}

/*priva*/
.priva h2,.priva h3{ width:740px; float:left; height:25px; margin:10px 0 0 10px; font-size:16px; color:#06529B; border:0px; line-height:25px;}
.priva p{ width:760px; float:left; height:auto; line-height:16px; margin:4px 0 0 20px; display:inline; font-size:11px;}
.priva h2{ border-bottom:2px solid #DF0100; font-size:11px; color:#000;}
/*help*/
.i dl{ width:740px; float:left; height:auto; margin-top:10px;} .i dl dt{ width:70px; float:left; height:73px;}  .i dl dt img{ display: block;}
.i dl dd{ width:650px; float:left; height:auto; margin-left:20px; display:inline; margin-top:7px;}

.Getting h4{ width:740px; float:left; height:30px; font-size:14px; line-height:30px; border:0px;}.Getting{ margin-top:10px;}
.Getting ul{ width:700px; float: left; height:auto; margin-left:30px; display:inline;}
.Getting p,.Getting ul li{ width:585px; float:left; height:20px; line-height:20px; background:url(../img/jiant_2.gif) no-repeat left 6px; padding-left:15px;}
.Getting p a,.Getting ul li a{ text-decoration:none; color:#000;}.Getting ul li a:hover, .Getting ul li a:hover{ text-decoration:underline;}
.Getting p{width:600px; float:left; height:auto; margin-left:16px; display:inline; background:0px; padding:0px;}

/*news*/
.dg_2,.new_3,.new_2,.new_1,.new{ width:800px; float:left; height:auto; display:inline;}.dg_2{ border:1px solid #CCC; margin:15px 0 0 0; padding-bottom:12px;}
.dg_2 h4{ width:795px; float:left; height:29px; background:url(../img/bj_x.gif) repeat-x; font-size:14px; padding:5px 0 0 5px;}
.new_3 p,.new_1 .new_p2,.new_1 .new_p,.new_1 p{ width:790px; float:left; height:auto; font-size:16px; font-weight:bold; color:#A72D2C; margin-top:25px;}
.new_1 .new_p{ color:#000; font-size:12px; font-weight:normal;}
.new_1 .new_p2{ font-size:12px; }
.new_1 .new_p3{ width:800px; float:left; height:auto; margin:0; font-size:12px; font-weight:normal; color:#000;}
.dg_2 dl,.new_2 dl{width:140px; height:auto; float:left; margin:10px 0 0px 49px; display:inline;}
	.dg_2 dl dt,.new_2 dl dt{ width:140px; height:140px; float:left; display:inline; }
	.dg_2 dl dd,.new_2 dl dd{ width:140px; float:left; height:30px; line-height:15px; text-align:center; }
	.dg_2 dl dd a,.new_2 dl dd a{ font-size:12px; color:#0066cc; text-decoration:none; font-weight:bold;  }
	.dg_2 dl dd a:hover,.new_2 dl dd a:hover{ color:#F60;}
	.dg_2 dl p,.new_2 dl p{ width:135px; float:left; height:auto; color:#F60; font-size:12px; font-weight: bold; text-align:center;}
	.dg_2 dl .but_4,.new_2 dl .but_4{ background: url(../img/buy.gif) no-repeat; width:72px; height:20px; float:left; margin-left:30px; border:0; cursor: pointer;}
.new_3 .new4_p3,.new_3 .new3_p2,.new_3 .new3_p1,.new_3 .new3_p{ width:790px; float: left; height:auto; font-size:12px; margin-top:15px; font-weight:normal; color:#000;}
.new_3 .new3_p1{ margin:0px;}
.n_youxiang{ width:780px; float:left; height:30px; border:1px solid #CCC; margin-top:5px; line-height:30px; padding-left:14px;}

/*login*/
.login_left{ width:391px; float:left; height:625px; border:1px solid #CCC; display:inline; padding:0px;}	
.login_right h4,.login_left h4{ width:381px; float:left; height:34px; background:url(../img/bj_x.gif) repeat-x; line-height:30px; padding-left:10px; font-size:14px;}
.login_left p{ width:370px; float:left; height:auto; line-height:15px; margin:5px 0 0 15px; display:inline;}
.login_left .p_1{ width:370px; float:left; height:25px; line-height:25px; margin-left:15px; display:inline;} 
.login_left .p_4{ width:370px; float:left; height:auto; margin:15px 0 0 15px; display:inline;}
.login_right .text,.login_left .text{ width:264px; float:left; height:25px; border:1px solid #CCC; margin-left:15px;}
.login_right .but_j,.login_left .but_j{ width:156px; height:28px; float:left; background: url(../img/jiantou.gif) no-repeat; border:0px; cursor:pointer; margin-left:15px; margin-top:10px;}
.login_right .but_j{ background:url(../img/an.gif) no-repeat;}
.login_right{ display:inline; width:391px; float:left; height:625px; border:1px solid #CCC; margin:0 0 0 15px;}
.login_right p{ float:left; width:350px; height: auto; line-height:15px; color:#F00; margin-left:15px; margin-top:5px;}
.login_right .p1{ width:350px; float:left; height:25px; color: #666; line-height:25px; margin-left:15px;}
.login_right .s1{ width:280px; float:left; height:22px; margin-left:5px; border:1px solid #CCC; margin-left:15px;}
.paypal{ width:802px; float:left; height:auto; margin:30px 0 0 15px;}
.paypal p{ width:802px; float:left; height:auto;}
.paypal .bu_pa{ width:236px; float:left; height:49px; background:url(../img/paypalCheckoutExpress.jpg) no-repeat; margin-top:5px; border:0px;}
/*login end*/

/*dg*/
#content{ float:left; height:auto;}
#content #left{ width:165px; float:left; }
/********/#content #left #list{ border:1px #064582 solid; margin-bottom:12px}
#content #left #list #my{ overflow:hidden; padding-left:19px; height:33px; font:bold 13px/18px Verdana, Arial, Helvetica, sans-serif; background:url(../img/pagebg.gif) no-repeat 0 0; color:#fff;}
#content #left #list .sum{ height:32px; background:url(../img/pagebg.gif) no-repeat 0 -33px; padding-left:18px; }
#content #left #list .sum #nav_1{ width:auto; float: left; height:20px; line-height:20px;}
#content #left #list .sum a{ color:#2562A0;font-size:11px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif;  }
#content #left #list .sum a:hover{ color:#900}
/********/#content #left #list dl dt{ font-size:11px; font-weight:bold; padding-left:18px; background-color:#CDDAE8; border-bottom:1px #83A0C5 solid; border-top:1px #83A0C5 solid; font-family:Verdana, Arial, Helvetica, sans-serif; height:20px; line-height:20px; color:#2562A0;}
/********/#content #left #list dl dd{ padding:10px 5px 10px 6px; text-indent:5px; background-color:#E8EBFF;}
#content #left #list dl dd a{ color:#000; text-decoration:none; display:block; line-height:16px; margin:5px 0;}
#content #left #list dl dd a:hover{ color:#c40000; text-decoration:underline}
#content #left .banner{ margin-bottom:12px}
#content #left #list dl dd p { text-indent:20px; background: url(../img/xb.gif) repeat-y 5px 50%;line-height:20px; height:20px; }
#content #left #list dl dd p a{ margin:0; font:10px/20px Arial, Helvetica, sans-serif; height:20px}
#content #left #list dl dd p a:hover{color:#c40000; text-decoration:underline}
#content #left #list dl dd p#xb{background: url(../img/xb_1.gif) no-repeat 5px 50%;}

.dg p,.dg{ width:794px; float: left; height: auto;}
.dg p{ font-size:18px; font-weight:bold; color:#F60;}
.dg .dg_p1{ width:360px; float:left; height:auto;}
.dg_1{ width:500px; float:left; height:auto; margin-top:15px; border:1px solid #CCC; padding-bottom:10px;}
.dg_1 h4{ width:500px; float: left; height:20px; background:#EBE9DF; margin-bottom:10px; }
.dg_1 h4 span{ width:100px; float:left; height:auto; line-height:20px; margin-left:92px; }
.dg_1 h4 .dg_sp{ width:100ppx; float:left; height:auto;}
.dg_1 p{ width:250px; float:left; height:auto;} .dg_1 .dg_p2{ width:200px; float:left; height:auto; margin-left:20px;}
.dg_1 p a{ color:#0000EE;}
.dg_1 p span{ color:#F00; width:20px; float: left; height:auto; margin-left:100px; }
.dg_right{ width:800px; float:left; height:auto; margin-left:10px; }

/*cart*/
.car_3,.cart{ width:800px; float:left; height:auto; border:1px solid #CCC;  display: inline;} .car_3{ margin-top:10px; padding-bottom:15px;}
.car_3 h4,.cart h4{ width:790px; float:left; height:34px; background:url(../img/bj_x.gif) repeat-x; padding-left:10px; line-height:30px; font-size:14px;}
.car_1{ width:780px; float:left; height:auto; margin: 10px 0 0 10px; border-bottom:1px solid #CCC; display:inline;}

.car_1 p{ width:780px; float:left; height:20px; background: #EBE9DF; margin-top:5px; line-height:20px;}
.car_1 p span{ width:30px; float:left; height:20px; margin-left:10px; display:inline;}
.car_1 p .car_sp{ width:120px; float:left; height:20px; margin-left:56px; display:inline;}
.car_1 p .car_sp2{ width:70px; float:left; height:20px; margin-left:180px; display:inline;}
.car_1 p .car_sp3{ width:50px; float:left; height:20px;}
.car_1 p .sp4{ width:74px; float:left ; height:20px;}
.car_1 p .car_sp6{ width:80px; float: left; height:20px; margin-left:17px; display:inline;}
.car_1 .p3{ width:85px; float:left; height:85px; background:0px;}
.car_1 .p3 img{ display:block;}
.car_1 .p4{ width:270px; float:left; height:85px; background:0px; line-height:15px; margin-left:10px; display:inline;}
.car_1 .p4 span{ width:250px; float:left; height:30px; line-height:30px; border-top:1px solid #CCC; margin-top:5px;}
.car_1 .car_text{ width:60px; float: left; height:18px; margin-left:30px; border:1px solid #CCC; margin-top:5px; margin-left:25px; display:inline;}
.car_1 .en{ width:62px; float:left; height:17px; background:url(../img/btn_delete.gif) no-repeat; cursor:pointer; margin:5px 0 0 20px; border:0px; display:inline;}
.car_1 .sz{ width: auto; float:left; height:20px; margin:6px 0 0 12px; color:#F00;}

.car_right2,.car_left2{ width:394px; float:left; height:394px; border:1px solid #CCC; display:inline; margin-top:10px;  }
.car_right2 h4,.car_left2 h4{ width:384px; float:left; height:34px;  background:url(../img/bj_x.gif) repeat-x; font-size:14px; padding:0 0 0 10px; line-height:30px; display:inline; }
.car_left2 p{ width:350px; float:left; height:auto; margin:5px 0 0 15px;}
.car_left2 p textarea{ width:280px; float:left; height:70px;}
.car_left2 p .car_tex{ width:120px; height:18px; border:1px solid #CCC; float: left; }
.car_left2 p span{ width:150px; float:left; height:auto; line-height:20px;}
.car_left2 .bbt{ width:37px;  height:22px; background:url(../img/go.gif) no-repeat; border:0; cursor:pointer; line-height:22px; float: left; margin-left:5px;}
.car_3 .pp1{ width:778px; float:left; height:auto; margin-top:20px; margin-left:13px; display:inline;}
.car_3 .pp1 h4{ width:778px; float:left; height:auto; margin:0px;}
.car_right2{ margin-left:10px;}
.car_right2 p{ width:350px; float:left; height:auto; margin:6px 0 0 15px;}
.car_right2 .pp5,.car_right .pp3{ width:350px; float:left; height:auto; margin:0px 0 0 15px;}
.car_right2 .pp5{ margin-top:10px;}
.car_right2 .buttt{ width:236px; float:left; height:49px; background:url(../img/paypalCheckoutExpress.jpg) no-repeat; border:0px; margin:35px 0 0 65px; cursor:pointer;}

 .buy{ width:154px; float:left; height:auto; margin-left:600px; display:inline; margin-top:10px;}
 .buy .car_b{ width:154px; height:19px; float:left; background:url(../img/continue_shop.gif) no-repeat; border:0px; cursor:pointer; }

.car_2{ width:780px; float:left; height:auto; margin:10px 0 0 10px; padding-bottom:10px; display:inline;}
.car_2 h4{ width:770px; float:left; height:20px; background:#EBE9DF; line-height:20px;}
.car_2 P{ width:770px; float:left; height:auto; line-height:15px; margin-top:12px;}
.car_2 P a{ color:#0000FF;}

/*Dropship*/
.ship_2,.ship p,.ship{ width:800px; float:left; height:auto; line-height:18px;}.ship_2{ margin-top:20px;}
.ship h4{ width:800px; float:left; height:34px; border-bottom:1px solid #CCC; line-height:34px; font-size:14px;}
.ship dl{ width:260px; float:left; height:auto; margin:4px 0 0 2px; display:inline;}
.ship dl dt{ width:77px; float:left; height:77px;}
.ship dl dt img{ display:block;}
.ship dl dd{ width:175px; float:left; height:auto; margin:6px 0 0 3px; display:inline;}
.ship .ship2_1,.ship .ship_p1{ width:800px; float:left; height:auto; margin-top:15px;}
.ship_2 .ship2_1{ margin-top:3px; text-align:center; font-weight:bold; font-size:14px; color:#0066CB;}
.ship_2 .ship2_2{ width:240px; float:left; height:auto; margin-left:30px; display:inline;}
.ship_2 .ship2_2 .ship_s,.ship_2 .ship2_2 span{ width:230px; float:left; height:auto; margin-top:20px;}
.ship_2 .ship2_2 .ship_sp{ margin-top:80px; }
.ship_2 .ship2_3{ width:236px; float: left; height:226px; margin-left:12px;}.ship_2 .ship2_2 .ship2_3 img{ display:block;}


