/**
 * 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-set {margin-top:10px;}
/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
.col2-set .col-1{ width:45.5%;}
.col2-set .col-1 { float:right; }
.col2-set .col-2 { float:left; }

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

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

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

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


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

/* clear fix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* text style*/
.tf60b{ color:#ff6600; font-weight:bold;}
.tfffb{ color:#fff; font-weight:bold;}
.fl{float:left;}
.fr{float:right;}
/********************** Form */

/* Form Elements */
input.input-text, select, textarea { border:1px solid #b6b6b6; font:12px arial, helvetica, sans-serif; }
option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold; }
.input-text:focus, select:focus, textarea:focus { background:#ffffed; border:1px solid #faca48; }
.button-set { /* Container for form buttons*/
    clear:both;
    margin:4em 0 2em 0;
    border-top:1px solid #e4e4e4;
    padding-top:8px;
    text-align:right;
    }
.padd10{ margin:10px auto; width:97%;}
.button-set a{ font-weight:bold;}
.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    background:url(../images/but_blue.png) no-repeat;
    color:#3a537f;
    border:0px solid #de5400;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
	height:24px;

    }
.form-button-alt span ,.form-button span{
    white-space:nowrap;
	background:url(../images/but_blue_r.png) no-repeat scroll right 0px;
	padding:3px 8px;
	display:block;
	float:right;
	height:19px;
    }
@media screen and (-webkit-min-device-pixel-ratio:0) {
.form-button-alt span {background-position:100% 0; margin-right:0px;}
}
.form-button-alt {
    border:0px solid #406a83;
    background-color:#618499;
    }
a.form-button-alt { padding:2px 9px; text-decoration:none; }
.form-button-alt:hover { color:#1d2f4f; text-decoration:none; }
.btn-checkout {
    display:block;
    float:right;
    background:transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height:40px;
    }
.button_checkout{ background:url(../images/but_orange.png) no-repeat scroll 0 0;}
.button_checkout span{ background:url(../images/but_orange_r.png) no-repeat scroll right 0px;}

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

.group-select {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fcfcfc;
    }
.group-select .legend {
    margin:-44px auto auto -26px;
    float:left;
    border:1px solid #123D5F;
    background:#123D5F;
    padding:0 8px;
    color:#ffffff;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select li { padding:4px 8px; }
.group-select li .input-box { float:left; width:275px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:525px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px; }
.orange{ color:#ff6600; background:url(../images/icon-carfree.png) no-repeat right 0px; height:25px;
	width: 95%;}


/* 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 1px; padding-left:17px; font-size:.95em; font-weight:bold; line-height:1.25em; }
.validation-failed { border:1px dashed #EB340A !important; background:#faebe7 !important; }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }

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



/********************** Messages  */
.success { color:#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%; overflow:hidden;}
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:0em !important;
    border-style:solid !important;
    border-width:0px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url(../images/error_msg_icon.gif);
    }
.success-msg {
    border-color:#446423;
    color:#3d6611;
    background-color:#eff5ea;
    background-image:url(../images/success_msg_icon.gif);
    }
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url(../images/note_msg_icon.gif);

	margin:0px auto;
    }



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

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


/* Page heading */
.page-head { margin:0 0 2px 3px; border-bottom:0px solid #ccc; }
.page-head-alt { margin:0 0 12px 0; }
.page-head, .page-head-alt { text-align:right; }
.page-head h3, .page-head-alt h3 {
    margin:0;
    font-size:1.6em !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
	background:url(../images/icon1.gif) no-repeat 0 8px;
	padding-left:15px;
    }

.button-level h3 { /* heading level with buttons */
 
    float:left;
    width:55%;
	padding-left:35px;

    }

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

/* Category list heading */
.category-head {
    background:url(../images/pub_tit1.png) repeat-x scroll 0 0;
    margin-bottom:0px;
	height:27px;
	line-height:25px;
    }
.category-head .mate {
    max-width:100%;
    margin:0;
    padding:3px 0;
    color:#0a263c;
    font-size:1.6em;
    line-height:1.3em;
    font-weight:normal;
    overflow:hidden;
	float:left;
	height:21px;
    }
.category-head .mate .breadcrumbs{ display:block; font-size:12px; line-height:20px; margin-left:10px;}
.category-head-l, .category-head-r{ display:block; height:31px; width:13px;}
.category-head-l{ background:url(../images/pub_tit.png) no-repeat scroll 0 0; float:left;}
.category-head-r{ background:url(../images/pub_tit.png) no-repeat scroll 0 -34px; float:right;}

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

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

/* Data Table */
.data-table { border:1px solid #bebcb7; width:100%; font: 12px/1.55em arial,helvetica,sans-serif;margin-top:10px; }
.data-table tr { background:#fff; }
.data-table .odd  { background:#fff }
.data-table .even { /*background:#eeeded !important;*/ background:#fff; }
.data-table td.first, .data-table th.first {width:200px; text-align:center}
.data-table .price-box{ text-align:left}
.data-table td.last, .data-table th.last { border-right:0; width:80px;}
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; }
.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 th { background:url(../images/table_tit.png) repeat-x 0 100% #d9e5ee; }
.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first { background:url(../images/base_mini_actions_bg.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#DEE5E8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot td.a-right{ font-weight:bold;}
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
.data-table .textareabox{width:290px;}
#wishlist-view-form{margin-top:10px;}
/* Bundle Products */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

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

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

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

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

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


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



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

/********************** Pager */
table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:50px; }
table.view-by td.sort-by { text-align:right; padding-right:44px; }
table.view-by select { width:120px; }
table.pager, table.view-by {
    width:100%;
     height:40px; line-height:40px; background:#efefef;
    font-size:.95em;
	margin:50px 0 30px 0;
    }
table.pager td {
    width:32%;
    border-top:1px solid #eee;
    padding:4px 8px;
    vertical-align:middle;
    }
table.pager td.pages { padding:4px 0; white-space:nowrap; text-align:center; }
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:1px 5px;height:19px; line-height:19px; background:url(../images/repeat_x.png) repeat-x 0 -357px; border:1px solid #BBB;}
table.view-by td {
    width:33%;
    border-top:1px solid #e2e2e2;
    padding:4px 8px;
    vertical-align:middle;
    }
	table.pager li a{ text-decoration:none;color:#0e538e;}	
	table.pager li.on{ background:#0e538e;color:#FFF; font-weight:bold; border:1px solid #0e538e; }
		
.prev_first_icon,.next_last_icon,.next_icon,.prev_icon{ height:19px; line-height:19px; background:url(../images/repeat_x.png) repeat-x 0 -357px; padding:0 10px; border:1px solid #BBB;display:inline-block;  color:#666}
.prev_first_icon,.prev_icon{width:60px;}
.next_last_icon,.next_icon{width:40px;}
.next_icon,.prev_icon{ color:#0e538e; text-decoration:none;}



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


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

/* Structure */
.wrapper { min-width:1000px; }
.header { text-align:left; width:100%; height:145px; margin:0px auto; border-bottom:1px solid #ddd; background:url(../images/repeat_x.png) repeat-x scroll 0 0; z-index:9999}
.header-top { width:1000px; margin:0 auto; z-index:100; }
.header-top-box{ height:99px; margin:0 auto; width:1000px;  clear:both; position:relative;}
.header-nav {  height:45px; margin:0 auto; width:998px; box-shadow: 0px 3px #ccc ;  _margin-left:0; border-bottom:1px solid #9c4900; border-right:1px solid #d26200;border-left:1px solid #d26200;}
.middle { width:998px; margin:0 auto; text-align:left;}
.side-col { width:210px; overflow:hidden;}
.col-left { float:left; margin-right:5px; _margin-right:0px;}
.col-main { float:left; }
.col-main .main-header{ background:url(../images/pub_tit1.png) repeat-x 0 0px; height:27px;}
.col-main .main-header .bg_l{ display:block; float:left; height:31px; width:13px; background:url(../images/pub_tit.png) no-repeat 0 0;}
.col-main .main-header .bg_r{ float:right; height:31px; width:95%; background:url(../images/pub_tit.png) no-repeat scroll right -34px;}
.col-main .content_box{width:100%;}
.col-main-foot{ background:url(../images/main_foot.png) no-repeat right -15px; height:11px; width:100%;}
.col-main-footl{ display:block; height:11px; background:url(../images/main_foot.png) no-repeat; width:9px; _margin-left:0px;}
.col-right { float:left; margin:0 0 0 5px; overflow:hidden; background:#ffffff; }
.col-1-layout .col-main { float:none; margin:0 auto; width:1000px; overflow:hidden;}
.col-1-layout .col-main-head{ background:url(../images/pub_tit1.png) repeat-x scroll 0 0; height:27px; overflow:hidden;} 
.col-1-layout .col-main-head .bg_l{ background:url(../images/pub_tit.png) no-repeat scroll 0 0; display:block; height:31px; width:13px; float:left;}
.col-1-layout .col-main-head .bg_r{ background:url(../images/pub_tit.png) no-repeat scroll right -34px; height:31px;}
.col-1-layout .col-main .content_box{  width:1000px;}
.col-2-right-layout .col-main { background:#FFFFFF; border-left:5px solid #e1e1e1; float:right; margin-right:5px; width:763px; _overflow:hidden; _margin-right:0px; min-height:875px;}
.col-2-left-layout .col-main { float:right; width:775px; }
.col-3-layout .col-main { background:#FFFFFF; border-left:5px solid #e1e1e1; border-right:5px solid #e1e1e1; width:578px; margin-left:0px; min-height:880px; }
.col-3-foot{ background:url(../images/bot_bg.png) no-repeat; clear:both; height:11px; margin:0 auto; width:956px;}


/* header right */
.header-url{ font-size:12px; position:relative}
.header-url-con{ color:#0d71be; float:left;width:250px; height:35px; line-height:35px; }
.header-url-con a{color:#0d71be;text-decoration:none; padding:0 5px; float:right;}
.header-url-con a:hover{ color:#0d71be; text-decoration:underline;}
.header-url-con .line{ float:right}
.header-url-con p{ }
.header-top-container { }
.header-nav-container { background:url(../images/repeat_x.png) repeat-x 0 -149px; height:46px; width:1000px; margin:0 auto;}
.menu-lbg{ display:block; height:26px; overflow:hidden; }
.menu-lbg{ background:url(../images/menu_line.png) no-repeat scroll right 0; float:left; width:170px;}
.menu-lbg img{ width:162px;}
.menu-rbg{ float:right; background:url(../images/menu.png) repeat scroll 0 -37px;}
.middle-container {margin-top:10px; width:100%;min-height:380px; overflow:hidden}
.middle { background:#fff;}
.top_cart{  float:right;width:45px; text-align:center; margin-right:10px;background:url(../images/ep_all.png) no-repeat 0 -32px; height:28px;line-height:14px;padding-left:40px;}
.top_cart a{ text-decoration:none; font-weight:bold}
.my_account{ position:relative; display:block;width:73px; float:right}
.my_account.login a:hover,.my_account.login a.curr{ width:65px;text-decoration:none; height:35px; background:#0e538e; padding:0 5px; color:#FFF;margin-left:2px; display:block}
.my_account.not_login a:hover{ background:none; color:#0d71be; text-decoration:underline}

#acc_menu{width:185px; background:#0e538e; padding:5px 0; z-index:999999; position:absolute;left:-2px; top:35px;}
#acc_menu a{ clear:both;width:163px;color:#FFF;  padding:0 10px; height:24px; line-height:24px; display:inline-block; overflow:hidden}
#acc_menu a i{display:inline-block;background:url(../images/ep_all.png) no-repeat 0 -195px;width:3px; height:5px; margin:0 3px 2px 0}
#acc_menu a:hover{width:163px; background:#333; margin-left:0; height:24px; line-height:24px;}
/********************** Header */

/* Logo */
h1#logo {
	position:absolute;
    width:219px;
	height:68px;
	overflow:hidden;
    margin:12px 0 10px 33px;
	
    }
.page-popup h1#logo { display:none; }
.key{ font-size:10px; font-weight:bold; color:#AAAAAA; float:left; margin:48px auto 5px -230px;}

.youtube_ico{ position:absolute; width:58px; height:26px; top:50px; right:250px;}


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

/* Breadcrumbs */
.breadcrumbs { height:20px; line-height:20px;padding-bottom:10px; font-size:.95em; border-bottom:1px solid #DDD;margin-bottom:10px;}
.breadcrumbs li { display:inline; }
.breadcrumbs li a{ color:#666; text-decoration:none}
.breadcrumbs li a:hover{ color:#0d71be}

/* Mini search */
.gloab_search{  width:350px; marign-top:30px; overflow:hidden;}
.mini-search {width:340px;margin:15px 0 0 5px; height:24px; padding:1px; float:left; }
.mini-search .input-text { border:1px solid #c5c5c5; float:left;font-size:11px; margin:0; padding:0px 0 0 5px; width:290px; height:23px; *margin-top:0px; line-height:20px;}
/*.mini-search .button{ background:url(../images/search.png) no-repeat right; border:0px; height:25px;  margin:12px auto auto -2px; *margin-top:13px; width:76px;}*/
.search_btn{width:37px;height:24px; background:url(../images/ep_all.png) no-repeat 0 0; border:none;float:left; cursor:pointer }
.search-autocomplete { z-index:999; }
.search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0;}
.search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.search-autocomplete li .amount { float:right; font-weight:bold; }
.search-autocomplete li.odd { background-color:#fffefb; }
.search-autocomplete li.selected { background-color:#f7e8dd; }


/********************** Sidebars */
.side-col .box { margin-bottom:0.5em; }
.side-col .content { padding:5px 0px; }
.side-col .head { text-align:left; }
.side-col h2, .side-col h3, .side-col h4, .side-col h5 { float:none; }
.side-col h3 { color:#FFFFFF; min-height:16px; line-height:15px; padding:1px 0 1px 15px; font-size:1.05em;  }
.side-col h4 { color:#e65505; text-transform:uppercase; }
.side-col .actions {padding:4px 0;font-size:.95em;text-align:right; }
.side-col .actions a, .side-col .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 3px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }
.side-col .content ul li{ height:24px; line-height:24px;}
.side-col .content ul li a{ text-decoration:none; color:#0d71be}
.side-col .content ul li.on,.side-col .content ul li a:hover{ color:#f60}
/* Currency Switcher */
.currency-switcher {
    height:53px;
    padding:7px 12px 10px 12px;
    background:url(../images/currency_switcher_bg.gif) no-repeat;
    font-size:1.05em;
    }
.currency-switcher h4 {
    min-height:21px;
    background:url(../images/icon_world.gif) no-repeat 0 2px;
    color:#fff;
    padding-left:22px;
    text-transform:none;
    }
.currency-switcher select { width:98%; }


/* Base Mini */
.base-mini { border:1px solid #d0cfcf; background:#FFFFFF; line-height:1.3em;  font-size:.95em; overflow:hidden; border-top-right-radius :3px;border-top-left-radius :3px;}
/*.base-mini .head { margin:0 1px; border-bottom:1px solid #ddd; background:url(../images/base_mini_head_bg.gif) repeat-x #fff; padding:2px 8px; }*/
.base-mini .head { margin:0; background:url(../images/repeat_x.png) repeat-x 0 -200px; padding:2px 8px; height:28px; line-height:28px; color:#333; border-bottom:1px solid #d0cfcf; font-size:16px; }
.colnav .head{ background:url(../images/side_tit_bg2.png) no-repeat; height:25px; line-height:20px;}
.base-mini .head h4 { line-height:18px; color:#ffffff; background-repeat:no-repeat; background-position:0 0; padding:1px 0 1px 15px; text-transform:uppercase; }
.base-mini .head h4 a{ font-size:11px; font-weight:bold;}
.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.colnav .head h4{ line-height:25px;}
.base-mini .foot{ background:url(../images/s_l_bot.png) no-repeat 0 0; height:10px;}
.base-mini h5 { font-size:1em; }
.base-mini .content, .base-mini ol { margin: -3px auto auto; }
.borw-by ol{background:#FCFCFC; margin:auto;  border:0px;}
.base-mini .content{ margin:auto; width:175px;}
.base-mini ol li { padding:1px; margin:2px 3px;}
.base-mini ol li.odd { background:none; }
.base-mini ol li.even { background:#f4f4f4; }
.base-mini .actions { background:#FCFCFC ; padding:6px 0; width:175px; margin:auto; }
.base-mini .actions a{ font-weight:bold; margin-right:5px;}
.base-mini .product-images { float:left; width:52px; height:52px; }
.base-mini .product-images a img { border:1px solid #a9a9a9; vertical-align:top; }
.base-mini .product-checkbox { float:left; width:10px; margin-left:0px; }
.base-mini .product-names { margin-left:18px; }
.base-mini .product-names a{ margin-left:5px;}
.base-mini .product-details { margin:0 0 0 60px; height:50px; }
.base-mini .product-details[class] { height:auto; min-height:50px; }
.base-mini .regular-price { font-size:11px; }
.base-mini .regular-price .price { color:#ff6600; }
.base-mini .special-price { font-size:11px; }
.base-mini .minimal-price { font-size:11px; }
.base-mini .price-box { margin:1px 0; }

/* side tree menu */
.colnav{}
.colnav .head{ padding:0 8px;}
.colnav .content{ background:url(../images/sl_1bg.png) repeat-y; padding:0; width:100%;}

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

.mini-newsletter h4 { background:url(../images/icon_newspaper.gif) none; }
.mini-newsletter input.input-text { display:block; margin:3px 5px 3px 22px; width:140px; border:0px; background:none; }
.mini-newsletter label{ margin-left:5px;}
.mini-newsletter p{ background:url(../images/letter.png) no-repeat; width:153px; height:22px; margin-left:10px;}
.mini-newsletter .news_btn{ background:url(../images/letter_but.png) no-repeat; width:86px; height:20px; margin:2px auto auto 10px;}

.mini-cart{ margin-top:-5px;}
.mini-cart .head h4 { background-image:url(../images/icon_basket.gif) none; }
.mini-cart .subtotal { margin-top:5px; padding:2px 0; text-align:center; }
.mini-cart h5 { margin:auto; background:#F4F3F3; padding:2px 8px 2px 8px; line-height:20px; width:159px; border-left:1px solid #E8E7E7; border-right:1px solid #E8E7E7;}
.mini-cart ol{ margin-top:5px;}
.mini-cart .content p{ padding:0 5px;}
.mini-cart .actions { border-bottom:1px solid #c2c2c2; padding-top:3px; padding-bottom:1px; }
.mini-cart .actions .form-button { margin:3px 5px 5px 0; }
.mini-wishlist .head h4 { background:url(../images/icon_bell.gif) none; }
mini-wishlist h5{ margin-left:5px;}
.mini-wishlist .link-cart { display:block; }

.mini-cart .mini-info{margin:auto; width:175px; text-align:center;}
.mini-cart .mini-info p{ margin:0;}

.mini-compare-products{ clear:both;}
.mini-compare-products .head h4 { background:url(../images/icon_table.gif) none; }
.mini-compare-products h5, .mini-compare-products p{ margin-left:5px;}
.mini-compare-products .actions{ margin:auto; width:169px; padding:6px 3px;}
.mini-compare-products ol{ margin-top:-5px;}
.mini-compare-products li{ margin-top:5px;}

.mini-poll .head h4 { background:url(../images/icon_group.gif) none; }
.mini-poll table{ margin-left:5px;}
.mini-poll td.label { font-weight:bold; padding-right:10px; }
.mini-poll td.item  { white-space:nowrap; }
.mini-poll h5{ margin-left:5px;}
.mini-poll .actions button{ margin-right:5px;}

.mini-product-view .head h4 { background:url(../images/icon_tag_green.gif) none; }
.mini-product-view ol{}
.mini-product-view ol li{ border-bottom:5px; border-bottom:1px #cccccc dotted; padding:1px 5px;}
.mini-product-view ol li a{ text-decoration:none;}

/* poll all page */
.poll_list{ border-bottom:2px solid #f4f4f4; margin:10px auto 20px 20px; padding:0 0 10px 0;}
.poll_list ul{ margin:0 auto 0 15px;}
.poll_list ul li{ line-height:20px; margin:5px 0;}
.poll .actions{ margin:0 auto auto 30px;}

.poll-result{ margin:10px auto auto 20px;}
.poll-result ul{ margin:0 auto auto 15px;}
.poll-result li{ line-height:20px; margin:5px 0; overflow:hidden;}
.poll-result li p{ float:left; margin:0 1px auto 0; padding:3px;}
.poll-result li p.title{ color:#666666; font-weight:bold; width:250px; background:#f7f7f7;}
.poll-result li p.votecount{ background:#edf5f7; width:40px;}
.poll-result li p.voterate{ background:#f4f4f4; width:40px;}


/********************** Footer */
.footer-container { border-top:1px solid #dee0e4; font-size:12px; background:url(../images/repeat_x.png) repeat-x 0 -237px;  }
.footer { width:1000px; margin:0 auto; }
.footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
.footer .informational{  height:27px; overflow:hidden; margin:16px 0; line-height:27px;}
.footer .informational div{ display:none;}
.footer .informational ul{ height:27px; width:570px; float:left;}
.footer .informational label { color:#fff; font-weight:bold; padding-right:3px; }
.footer .informational ul {
    display:block;
    }
.footer .informational li {
    display:inline;
    background:url(../images/foot_line.jpg) no-repeat 100% 50%;
    padding-right:10px;
    padding-left:10px;
	line-height:22px;
    }
		.footer .informational li.last{background:none;}

.footer .informational a, .footer .informational a:hover { color:#5A5A5A; }
.footer .informational a { text-decoration:none; }
.footer .copybox{clear:both; height:47px; overflow:hidden}
.footer .legality {width:550px; float:left;
    color:#FFF; line-height:47px;
    text-align:left;
    }
.footer .sharebox{ float:right; height:32px; margin:7px 0}	
.footer .sharebox li{ float:left; margin-left:5px; background:url(../images/follow.png) no-repeat;width:32px; height:32px;}
.footer .sharebox li.facebook{ background-position:0 0}
.footer .sharebox li.twitter{ background-position:0 -37px}
.footer .sharebox li.youtube{ background-position:0 -74px}
.footer .sharebox li a{display:block; font-size:0}
.footer .legality a, .footer .legality a:hover { color:#164795; }
.footer .informational li.last a{}
.footer .informational .pay_img{ float:right;width:222px; height:27px;}

/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/
.product-colr .product-shop{ /*background:url(../images/free_shipping.png) no-repeat 280px 0px;*/}

.product-shop {}
.out-of-stock { height:28px; padding-top:10px;color:#D83820; font-weight:bold;  text-align:center }
.product-shop .short-description { width:100%; overflow:hidden; margin-bottom:10px; }
.product-colr .product-shop .skuno{ color:#999; font-size:12px; margin-bottom:10px;}
.product-colr .product-shop .error{clear:both;font-size:14px; color:#5aa125; padding:0 0 5px 0; overflow:hidden}
/********************** Rating */
.ratings {
    margin:7px 0;
    line-height:1em;
    }
.rating-box {
    float:left;
    position:relative;
    width:69px;
    height:13px;
    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 {
    margin:4px 0;
    }
.ratings-list td {
    padding:3px 0;
    }
.ratings-list td.label {
    padding-right:8px;
    font-size:.95em;
    font-weight:bold;
    line-height:1em;
    }



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

.price-box { padding:0; }
.price-box .price {color:#FF6600; font-weight:bold; }

/* Regular price */
.regular-price { color:#FF6600; }
.regular-price .price { font-weight:bold; font-size:18px; color:#FF6600; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#666; }
.old-price .price { color:#666; text-decoration:line-through; }
/*.old-price .price-save{  font-weight:bold; }
.old-price .price-save .save-tax{ color:#164795;}*/

.old-price1 .price{ color:#999; text-decoration:line-through; font-size:12px; font-weight:normal;}

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:12px; font-weight:bold; white-space:nowrap; color:#FF6600; }
.special-price .price { font-size:16px; font-weight:bold; color:#FF6600; }
.special-price1 .price-label{ color:#ff6600; font-weight:bold;}

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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


/********************** Layered Navigation */
.layered-nav .head {
    margin:0;
    background:url(../images/layered_nav_head_bg.gif) no-repeat;
    height:24px;
    }
.layered-nav h3 { display:none;  }
.layered-nav .border-creator { border-style:solid; border-color:#a0b3c3; border-width:0 1px 1px 1px; }
.layered-nav h4 {
    margin:0;
    border:1px solid #b9ccdd;
    border-left:0;
    border-right:0;
    padding:3px 10px;
    background:url(../images/layered_nav_narrowed_category_heading.gif) #d5e8ff;
    color:#1f5070;
    font-weight:bold;
    font-size:1em;
    }
.layered-nav .narrowed-category li { background:url(../images/narrow_category_bg.gif) repeat-x 0 100% #fff; padding:4px 6px 4px 10px; }
.layered-nav .narrowed-category li .label {
    background:url(../images/narrow_by_li_by.gif) no-repeat 0 .2em;
    padding-left:20px;
    font-weight:bold;
    text-transform:uppercase;
    }
.layered-nav .widget-btn {
    float:right;
    margin:.1em 0 0 5px;
    font-size:.95em;
    }
.layered-nav .actions {
    border-style:solid;
    border-color:#dee5e8;
    border-width:1px 0;
    padding:4px 10px;
    background:#cad6e4;
    }
.narrow-by{ margin:auto; width:208px;}
.narrow-by dl {
    padding:0 0 1em 0;
    }
.narrow-by h4{ margin-left:5px;}
.narrow-by ol{ background:none;}
.narrow-by dt {
    margin:0;
     height:26px; line-height:26px; padding-left:25px;
    background: #0e538e url(../images/ep_all.png) no-repeat 10px -147px;
    color:#FFF;
	font-size:12px;
	font-weight:bold;
    text-transform:uppercase;
    }
.narrow-by dt a{ color:#FFF; text-decoration:none;}
.narrow-by dt.no_list{ background:#0e538e url(../images/ep_all.png) no-repeat 10px -300px;margin-bottom:5px;}
.narrow-by dd {
    padding:0 10px .8em 10px;
    }
.narrow-by dd li { margin-bottom:.3em; line-height:1.8em;color:#0d71be; }
.narrow-by dd.last { background:none;}
.narrow-by dd li a{ color:#0d71be; text-decoration:none; font-size:12px;}


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

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

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

.recently { margin:0 0 12px; }
.recently h3 { margin:0 0 6px; color:#e25203; font-size:1.2em; }
.recently .product-image { border:0px solid #dcdcdc; }
.recently a.product-name { display:block; width:180px; overflow:hidden; }
.recently a.product-name,
.recently a.product-name:hover { font-size:11px; color:#1d7ecf; }
.recently .form-button{  background:url(../images/but_buynow.png) none;}
/*.ind_navhd{ background:url(../images/pub_tit1.png) repeat-x 0 0px; height:27px; line-height:27px; overflow:hidden;}
.ind_navhd .bg_l,.ind_navhd .bg_r{ height:37px; width:17px;}
.ind_navhd .bg_l{ background:url(../images/tab_tit.png) no-repeat 0 0; float:left;}
.ind_navhd .bg_r{ background:url(../images/tab_tit.png) no-repeat 0 -40px; float:right; margin-right:-6px;}
.ind_navhd ul{ float:left;}
.ind_navhd ul li{ color:#929395; font-weight:bold; display:inline; float:left; width:130px; height:27px; text-align:center; cursor:pointer;}
.ind_navhd ul li a{ color:#333; text-decoration:none;}
.ind_navhd ul li a:hover{ color:#ff6600;}
.ind_navhd ul li.check{ background:url(../images/menu_check.png) no-repeat 0 0; color:#ffffff; padding-top:0px;}
.ind_navhd ul li.check a{ color:#fff; text-decoration:none;}*/
table.recently-list { width:100%; }
table.recently-list td { width:20%; padding:5px; }
.indcon_box{ background:#FFFFFF; overflow:hidden;}
/*grid list style*/
.indlist_box{ position:relative; padding:8px 3px;}
.indlist_box .product-image{ width:135px; margin:3px auto 0; height:135px;}
.indlist_box .quickinfo-ico{ position:absolute; left:45px; top:100px;}
.indlist_box .show_eptips{ cursor:pointer;}
.indlist_box .float_r{ float:left; width:210px; _width:200px; margin:0 0 0 10px;}
.indlist_box .prod_photo{ text-align:center;}
.indlist_box p, .price-box, .indlist_box button{ margin-left:5px;}
.indlist_box .prod_name{ height:40px; line-height:13px; margin-bottom:5px;}
.indlist_box .prod_name a{ color:#123D5F; font-weight:bold; text-decoration:none;}
.indlist_box .prod_name a:hover{ text-decoration:underline;}
.indlist_box .price-box p{ padding:0; margin:0;}
.indlist_box button.form-button{margin-top:10px; background:url(../images/button.png) repeat-x left 0 ; height:28px; border:0; cursor:pointer; padding-left:16px;}
.indlist_box button.form-button span{background:url(../images/button.png) repeat-x right -37px ;height:28px; border:0; line-height:28px; padding:0 54px 0 38px; color:#FFF; font-weight:bold; display:block; font-size:14px;}
.indlist_box .add-to {margin:10px 0;text-align: center;  width:100%; font-size:10px;}
.indlist_box .add-to a { margin-right:5px;}
.indlist_box h5{ font-size:12px; margin-left:5px; height:2.6em; overflow: hidden;}
.indlist_box .skuno{ font-size:12px; color:#999; border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0; margin:10px 0; height:24px; line-height:24px; text-align:center}
.indlist_box .price-box{ padding:0; margin-top:-5px;text-align: center; height:45px;}

/*index sale list*/
/*.ind_sale_list{ border-bottom:0;}
.ind_sale_list li{ float:left; background:none;}
.ind_sale_box{  width:365px; overflow:hidden; position:relative; padding:8px 3px;}
.ind_sale_box .product-image{ width:135px; float:left; border:1px solid #ccc; margin:3px 0 0 0; height:135px;}
.ind_sale_box .float_r{ float:left; width:210px; _width:200px; margin:0 0 0 10px;}
.ind_sale_box .prod_photo{ text-align:center;}
.ind_sale_box p, .price-box, .ind_sale_box button{ margin-left:5px;}
.ind_sale_box .prod_name{ height:40px; line-height:13px; margin-bottom:5px;}
.ind_sale_box .prod_name a{ color:#123D5F; font-weight:bold; text-decoration:none;}
.ind_sale_box .prod_name a:hover{ text-decoration:underline;}
.ind_sale_box .price-box p{ padding:0; margin:0;}
.ind_sale_box button.form-button{ background:url(../images/but_buynow.png) no-repeat; height:21px; width:64px;}
.ind_sale_box .add-to {margin:5px 10px; width:100%; font-size:10px;}
.ind_sale_box .add-to a { margin-right:5px;}
.ind_sale_box h5{ font-size:12px; margin-left:5px; height:31px; *height:28px; overflow:hidden;}
.ind_sale_box .skuno{ font-size:11px; font-weight:bold; color:#979797;}
.ind_sale_box .price-box{ padding:0; margin-top:-5px;}
*/.marquee{ padding:2px 5px; width:753px; height:20px; overflow:hidden; background:#EAE9E9; color:#0f457a; font-weight:bold;}


#con_p_1, #con_p_3 { display:none;}
#con_p_1, #con_p_2{ margin-top:0px;}
#con_p_1 .item, #con_p_3 .item{ background:url(../images/list_grid_bg.gif) repeat-x 0 100%; width:370px; border-bottom:1px solid #ccc;}
#con_p_1 .border_r, #con_p_3 .border_r{ border-right:1px solid #ccc;} 
#con_p_1 .listing-type-grid .grid-row, #con_p_2 .listing-type-grid .grid-row{ border:0px;} 
.onsale{ background:url(../images/onsale.png) no-repeat; height:52px; position:absolute; width:62px; left:3px; top:12px;}
#con_p_2 .head_tit{ background:#d3d3d3; padding:3px 0 3px 15px; margin:1px; color:#666; font-weight:bold;}
.cate_list{}
.cate_list li{ background:url(../images/lnd_list_bg.gif) repeat-x; border-top:1px solid #ccc; border-bottom:1px solid #ccc; height:170px; overflow:hidden; width:252px; float:left; padding-left:1px;}
.cate_list li.border{ border:1px solid #ccc;}
.cate_list li .img{ float:left; width:117px; height:168px;}
.cate_list li .con{ float:left; margin:20px auto auto 5px; line-height:15px;}
.cate_list li .con h1{ line-height:20px; margin:0;}
.cate_list li .con h1 a{ font-size:12px; text-decoration:none;}
.cate_list li .con p a{ color:#426994;}
.cate_list li .con p a:hover{ color:#f88000;}
.cate_list li .con p.seeall a{ color:#f88000; font-weight:bold;}
.cate_list li .con p.seeall a:hover{ text-decoration:underline;}
.cate_list li a{ text-decoration:none;}
.cate_list li a:hover{ color:#f88000;}
.cate_list li .con a{ font-size:11px;}

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

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



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

/* List Type */
.listing-type-list .listing-item { border-top:1px solid #D9DDE3; padding:12px 10px; background:url(../images/prod_listbg.png) repeat-x; }
.listing-type-list .product-image { border:1px solid #EEEDED; float:left; width:135px; }
.listing-type-list .product-shop { /*width:605px;*/ width:70%; float:right; }
.listing-type-list .product-shop .skuno{ font-size:11px; font-weight:bold; color:#999;}
.listing-type-list .product-shop .description { margin:.5em 0 1.2em 0; }
.listing-type-list .product-shop .price-box { float:left;text-align:left; white-space:nowrap; margin:3px 13px 5px 0; padding:0; }
.listing-type-list .product-shop .form-button {margin:0.5em 0 0; }
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .product-shop button{ background:url(../images/but_buynow.png) no-repeat scroll 0 0; height:21px; width:64px;}
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }

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

/* Grid Type */
/*.listing-type-grid { background:url(../images/bkg_products-grid3.gif) 0 0 none; }
*/.listing-type-grid .grid-row {margin-top:20px;}
.listing-type-grid li.item {  float:left; line-height:1.6em; overflow:hidden; padding:0 5px; width:180px; border-right:1px dotted #c7c7c7;}
.listing-type-grid li.last{ border:0;}
.listing-type-grid .last { border-bottom:0; }
.listing-type-grid .product-image { text-align:center; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }
/* Rewrites for different layouts */
/*.col-1-layout .listing-type-grid { background-image:url(../images/bkg_products-grid1.gif); }
*//*.col-1-layout .listing-type-grid li.item { width:280px; }*/
/*.col-2-left-layout .listing-type-grid,
.col-2-right-layout .listing-type-grid { background:url(../images/bkg_products-grid2.gif) none; }*/
.col-2-left-layout .listing-type-grid li.item,
.col-2-right-layout .listing-type-grid li.item { width:180px; }
.col-2-right-foot{ background:url(../images/bot_bg_2l.png) no-repeat; height:11px; clear:both; margin-left:1px; width:956px; margin:0 auto;}
.col-1-foot{ background:url(../images/bot_bg.png) no-repeat; height:11px; clear:both; margin-left:1px; width:958px; margin:0px auto 0 1px;}



/********************** Product Detail */
/* product layout */
.product-clo1{ float:left; width:300px; _position:relative;}
.product-colr{ float:right; width:670px; _position:relative;}

/* product nav */
.pv-overview{ margin:20px 15px; border:1px solid #cccccc; overflow:hidden; }
.pv-overview .p-nav{ border-bottom:1px solid #cccccc; background:#ebebeb; overflow:hidden;  clear:both;}
.pv-overview .p-nav li{ height:42px; line-height:42px;
	background:#ebebeb;
	color:#0d71be;
	cursor:pointer; 
	float:left;
	font-size:16px;
	border-right:1px solid #cccccc;
	padding:0 15px;
	
	}

.pv-overview .p-nav li.check{ background:#ebebeb; margin-bottom:-1px; height:40px; border-bottom:2px solid #333; color:#333}
.pv-overview .product_con{ clear:both; margin-top:5px; padding:15px;}
.pv-overview .product_con #con_p_1{ display:block;}
.pv-overview .product_con #con_p_2{ display:none;}
.pv-overview .product_con #con_p_3{ display:none; text-align:center;}
.print_prod{ text-align:right; width:100%; margin:20px 0 0 0 ;}
.print_prod p{ background:url(../images/icon_print.gif) no-repeat left 0; height:20px; line-height:20px; width:180px; float:right;}

/* Product Images */
.product-img-box { width:267px; }
.product-img-box .imgmark{ background:url(../images/imgmark.png) no-repeat; position:absolute; height:67px; left:50px; top:120px; width:167px; z-index:99;}
.product-img-box .product-image-zoom { position:relative; overflow:hidden; width:265px; height:265px; z-index:9; }
.product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.image-zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px auto; background:url(../images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 28px; cursor:pointer; }
.image-zoom #track { position:relative; height:18px; }
.image-zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px;background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
.image-zoom .btn-zoom-out { position:absolute; left:2px; top:1px; }
.image-zoom .btn-zoom-in { position:absolute; right:2px; top:1px; }
.product-img-box .more-views h4 { border-bottom:1px solid #ccc; margin-bottom:.8em; font-size:.95em; text-transform:uppercase; }
.product-img-box .more-views ul { margin-left:-9px; }
.product-img-box .more-views li { float:left; margin:0 0 9px 9px; }
.product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.product-info-box { margin-top:10px; border:0px solid #c4c6c8; margin-top:0; }
.product-info-box .product-name { margin-bottom:5px; font-size:16px; color:#164795;  line-height:20px; }
.product-info-box .price-box { margin:0; }
.product-info-box .data-table .price-box { margin:0; padding:0; }
.product-info-box .availability { margin:5px 0; padding:0; font-size:0.92em; }

.add-to-cart-box { margin:10px 0 0 0; }
.add-to-cart-box .qty-box { float:left; margin:3px 5px auto 0; }
.add-to-cart-box .qty-box label { float:left; }
.add-to-cart-box .qty-box .qty { float:left; margin:0 5px; height:21px; line-height:21px; }
/*.add-to-cart-box .form-button { float:left; }*/

.addto_box{ text-align:right;}

.add-to-box { text-align:left; margin-top:10px; height:20px;}
.add-to-box li { display:inline; margin-right:10px; background:url(../images/ep_all.png) no-repeat; padding-left:28px; }
.add-to-box li.e_icon{ background-position:0-213px;}
.add-to-box li.w_icon{ background-position:0-240px;}
.add-to-box li a{ text-decoration:none; color:#0d71be; }
.show-option{ cursor:pointer; height:27px; margin-top:5px;}
.popup{background:url(../images/buddle.png) no-repeat; height:92px; width:152px; position:absolute; display:none; left:480px; top:-10px;}
.popup p{ font-size:10px; color:#333333; line-height:13px; font-weight:bold; width:130px; margin:15px auto 0 15px;}
.pri_bottom_list{margin:10px 0;}
.pri_bottom_list li{ float:left; margin-right:10px; position:relative}
.pri_bottom_list li a b{ display:inline-block; width:7px; height:4px; background:url(../images/ep_all.png) no-repeat 0px -292px;margin-left:4px;}
.pri_bottom_list li a.curr b{ background-position:0 -296px}
.pri_bottom_list li .menubox{position:absolute; width:136px; left:0; top:28px; padding:10px; border:1px solid #ddd; border-top:none; font-size:12px; background-color:#FFF; display:none;}
.pri_bottom_list li .menubox a{ display:block; line-height:20px; color:#0d71be; text-decoration:none;width:120px;overflow: hidden;white-space: nowrap;
text-overflow: ellipsis; }
.add-to-holder { margin:10px 0; }
.add-to-holder .add-to-cart-box { float:left; }
.add-to-holder .add-or { float:left; padding:0 7px; font-weight:bold; color:#666; }
.add-to-holder .add-to-box { float:left; line-height:1.25em; text-align:left;}
.add-to-holder .add-to-box li { display:block; }
.add-to-holder .add-to-box li .pipe { display:none; }
.add-to-holder button.addtocart{ background:url(../images/but_addto.png) no-repeat; height:27px; width:132px;}

.product-info-box .ratings { margin-bottom:1em; }
.product-infoheader{  height:35px; line-height:35px; border-bottom:1px solid #ddd} 
.product-infoheader .bg_l{  display:block; height:31px; float:left; width:13px;}
.product-infoheader .bg_r{ float:right; height:31px; width:13px;}
.product-infoheader .mate{ margin-left:10px;}
.product-infoheader .mate ul{ display:block; margin-bottom:0px;}
.product-infoheader .mate ul li{ line-height:25px;}
.product-essential, .product-collateral { padding:25px; }
.product-essential { padding:0 ; background:#fff;  margin:auto;}
.product-essential .product-shop { float:left; width:375px; margin-top:15px}
.product-essential .product-shop .ratings { margin-bottom:10px; }
.product-essential .product-shop .product-shop-left{ width:48%; float:left;}
.product-essential .product-shop .product-shop-right{ width:48% float:right;}
.product-shop h2{ font-size:16px;}
.function_pic{margin:15px 0 0 0}
.function_pic img{ width:40px; height:40px;}

.product-colr .price-box{ }

/*.product-colr .price-box .price{ float:right;}*/
.product-colr .price-box .special-price1 .price-label{ font-weight:bold; font-size:14px;}
.product-colr .price-box .special-price1 .price{ font-size:14px;}

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

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

.product-options-bottom { float:right;width:238px; text-align:center; background-color:#FFF; padding:15px; border:4px solid #ddd; margin-bottom:20px; overflow:hidden;  }
.product-options-bottom .product-pricing { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .product-pricing li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit { color:#e26703; }
/*.product-options-bottom .price-box {  margin:0; padding:0; }
*/.product-options-bottom .price-label { padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart-box{  margin:5px 0 0 10px;} 
.product-options-bottom .add-to-cart-box .qty-box{ float:none; display:block; width:86px; height:27px; line-height:27px; margin:5px auto; overflow:hidden; position:relative}
.product-options-bottom .price-box { float:none;font-size: 16px;font-weight: bold;color: #FF6600;  }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-options-bottom .addtocart,.product-options-bottom .account_btn,.product-options-bottom .coming_btn{background:url(../images/add_btn.png) no-repeat;height:37px; width:190px; }
.product-options-bottom .addtocart{ background-position: 0 0; }
.product-options-bottom .account_btn{ background-position: 0 -48px;}
.product-options-bottom .coming_btn{ background-position: 0 -94px; cursor:auto }

.login_txt{ text-align:left; margin:10px 0 0 0;}
.J_add{width:17px; height:13px; background:url(../images/ep_all.png) no-repeat 0 -261px; position:absolute; top:0; right:0; font-size:0}
.J_minus{width:17px; height:13px; background:url(../images/ep_all.png) no-repeat 0 -275px; position:absolute; font-size:0;top:14px; right:0;}
.subtotal_line{ border-bottom:1px solid #ddd; position:relative;margin:10px 0 30px 0;}
.subtotal_line .total_txt{ position:absolute; top:-10px;left:79px; text-align:center; font-size:12px; color:#333; width:80px; background:#FFF;}
/* Product Options */
dl.item-options dt { font-weight:bold; /*font-style:italic;*/  clear:both; }
dl.item-options dd { padding-left:5px; width:340px; margin:5px 15px 0 0;}
dl.mycart-option dd{ width:200px;}
#order-item-row-100 dl.item-options dd{ width:250px;}
dl.item-options dd span{ margin-right:2px;}


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

/*Product upsell*/
.upsell{ clear:both; margin-top:30px; margin:0 15px;}
.upsell .header{ height:25px;   width:730px; margin-left:0px; overflow:hidden; background:url(../images/related_prod.png) no-repeat;}
.upsell .header ul{ bottom:-2px; margin:0 0 0 5px; width:98%; overflow:hidden;}
.upsell .header ul li.check{ background:url(../images/con-nav.png) repeat right top; padding:0 10px 0 0; height:20px; width:110px;}
.upsell .header ul li.check span{ background:url(../images/con-nav.png) repeat 0 0; display:block; float:left; padding:0 0 0 10px; font-weight:bold;}
.upsell .content{ overflow:hidden;}
.upsell .content ul{ overflow:hidden;}
.upsell .content ul li{ overflow:hidden; float:left; margin-bottom:10px; border-bottom:1px solid #f4f4f4; width:150px; margin:0 10px;}
.upsell .content .prod_pic{ padding:3px;  margin-bottom:10px;}
.upsell .content .prod_info{}
.upsell .content .prod_info a{ font-size:12px; text-decoration:none;}
.upsell .content .price{ font-size:12px;}

/* Product Collateral */
.product-collateral { background:#FFFFFF url(../images/product_essential_bg.gif) no-repeat 100% 0; margin:auto; width:93%; }
.product-collateral .head { margin-bottom:1em; border-bottom:1px solid #e5dcc3; padding-bottom:1px; font-size:1.15em; }
.product-collateral .collateral-box { margin-bottom:2em;  }
.product-collateral .collateral-box h4{ color:#e26703; }
.product-collateral .attribute-specs table { border-color:#d9DDE3; }
.product-collateral .attribute-specs .label { font-weight:bold; }
.product-collateral .attribute-specs .data { border-right:0; }
.product-collateral .attribute-specs td { padding-top:3px; padding-bottom:3px; line-height:1.25em; }

.product-collateral .up-sell .head { padding-bottom:8px; margin-bottom:0; }
.product-collateral .up-sell .generic-product-grid { border:1px solid #E5DCC3; border-top:0; }
.product-collateral .up-sell .generic-product-grid td { width:25%; border-color:#dcdcdc; background:#f5f4f4; padding-top:15px; }
.product-collateral .up-sell .generic-product-grid td img { border:1px solid #E5DCC3; }
.product-collateral .up-sell .generic-product-grid td.empty-product { background:#eae9e9; }
#customer-reviews { margin-bottom:15px; }
#customer-reviews li { margin-bottom:25px; }
#customer-reviews li p { clear:both; }
#review-form button{ float:left;}
#review-form .button-set{ margin-top:10px;}
.product-collateral .add-tag-box .input-box { float:left; width:302px; margin-right:8px; }
.product-collateral .add-tag-box .input-box .input-text { width:300px;  }
.tags-list { margin-bottom:15px; }
.tags-list li {
    display:inline;
    background:url(../images/separator.gif) no-repeat 100% .4em;
    padding:0 8px 0 4px;
    }
.tags-list li.first { padding-left:0; }
.tags-list li.last { background:none; }
.add-tag-box { background:url(../images/icon_tag_add.gif) no-repeat 0 2px; padding-left:23px; }
.product-review-box { padding-bottom:10px; }
.product-review-box table { width:456px; margin:8px 0 0; }
.product-review-box td,
.product-review-box th { text-align:center; }
.product-review-box td.label { width:100px; text-align:left; }

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



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

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

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

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

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

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

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


.shopping-cart-collaterals .col2-set .col-2 { width:100%;}
.shopping-cart-collaterals {
    float:left;
    width:300px;
    padding:25px 0;
    }
.shopping-cart-collaterals .box {
    margin-bottom:18px;
    padding:8px 15px;
    border:1px solid #D0CBC1;
    background:url(../images/box_tit1.png) repeat-x #fff;
    }
.shopping-cart-collaterals .box .form-button  {  margin-left:5px; }
.shopping-cart-collaterals .discount-codes h4, .shopping-cart-collaterals .shipping-estimate h4 {
    min-height:16px;
    color:#e26703;
    background-repeat:no-repeat;
    background-position:0 0;
    padding:1px 0 1px 21px;
    text-transform:uppercase;
	font-size:12px;
	margin-bottom:10px;
    }
.shopping-cart-collaterals .discount-codes h4 { background-image:url(../images/icon_asterick.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate h4 { background-image:url(../images/icon_lorry.gif);  padding-left:23px; margin-bottom:10px; }
.shopping-cart-collaterals .shipping-estimate .input-text { width:214px; }
.shopping-cart-collaterals .shipping-estimate select { width:220px; }
.shopping-cart-collaterals .upsell {
    width:42.5%;
    border:1px solid #cec3b6;
    padding:12px 15px;
    background:#fafaec;
    }
.shopping-cart-collaterals .upsell .product-image { float:left; width:75px; border:1px solid #d0cdc9; }
.shopping-cart-collaterals .upsell .product-shop { width:170px; }
.shopping-cart-collaterals .upsell .product-shop h5 { font-size:1em; }
.shipnote{}
.shipnote ul{ margin:0 auto auto 15px;}
.shipnote li{ list-style:outside; line-height:13px;}
.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; }


/* new cart style*/
#coupon_code{ margin:2px 0 0 0;}
.cart_label_f{ margin:0 10px 0 0; width:220px;}
.cart_col_l, .cart_col_r{ float:left; margin:0 5px 0 0;}
.data-table tbody td.no-right{ border-right:0px;}
tr.col_count{ background:#f7f7f7;}
td.td_b_r{ text-align:right; font-weight:bold; font-size:11px;}
td.no-padding{ padding:0;}
.cart_ship_sel{ width:220px;}
.cart_ship_btn{ margin:17px 0 0 0;}
.cart_tot_tab{ width:100%;}
.cart_tot_tab tr{ background:none;}
.cart_tot_tab tfoot td.last{ border-top:0px;}
.checkout-types{ float:right; width:50%;}
.updatecart{ float:left;}
.cart_continue{ margin:10px 0; overflow:hidden;}
.cart_continue .checkout-types{ width:205px;}
.continue-shopping{ margin:5px 0 0 0;}
.shopping-time{ margin:15px 0; overflow:hidden;}
.shopping-time p{ float:left; width:280px; padding:0 5px; line-height:29px;}
.shopping-time .shipping-img{ float:right;}
.cart_button{ margin:15px auto;}
.cart_button .checkout-types{ width:100%;}
.cart_button .checkout-types li{ float:right; margin:0 0 0 15px;}
/*
.shipping-estimate .content{ background:url(../images/cart_freeshipping.jpg) no-repeat 65% 90px;}
*/


/* One-Page checkout */
.one-page-checkout li.section { position:relative; }
.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box { border:1px solid #bbb6a5; border-top:0; padding:15px 20px; background:#faf7ee; }
.one-page-checkout .head { margin-bottom:0; padding:4px 8px 6px 8px; background:url(../images/opc_off_head_bg.gif) repeat-x 0 100% #eee; border-width:0 1px 0 1px; border-color:#D9DDE3; border-style:solid; border-top:1px solid #fff; }
.one-page-checkout .tool-tip { right:8px; }
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 { color:#999; font-size:1.05em; }
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; text-transform:uppercase; }
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .step-count { background:#fff; font-size:.9em; padding:0 4px; 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:#d0dce1; border-color:#a3aeb3; border-width:1px 1px 0 1px; cursor:pointer; }
.one-page-checkout .active .head { margin-bottom:0; border:1px solid #BBAFA0; background:#F9F3E3 url(../images/checkout_tit.png) repeat-x; padding-bottom:0px; cursor:default; height:22px; border-bottom:0px; }
.one-page-checkout .alloq .head a { display:block; } /* Display Edit button in active selection */
.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#a4b3b9; }
.one-page-checkout .active h3 { color:#F18200; }
.one-page-checkout .allow .step-count { background:#dbe6eb; }

.one-page-checkout .active .step-count { color:#fff; border:1px solid #f19900; background:#F18200; }
.one-page-checkout .active .box { display:block; border-color:#BBAFA0; background:#FBFAF6 url(../images/multi_address_box_bg.gif) 0 0 repeat-x; }
.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 { border:1px solid #BBAFA0; background:#eee; margin-bottom:6px; width:95%; margin:3px auto 0; overflow:hidden; padding:0;}
.one-page-checkout-progress h4 { margin:0; color:#999; padding:2px 5px; background:#eee; text-transform:none;  }
.one-page-checkout-progress h4.complete { border-bottom:1px solid #BBAFA0; background:url(../images/checkout_tit.png) repeat-x 0 -7px; color:#ff6600; font-size:11px; }
.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress .content { padding:3px; width:160px;}
#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { border:1px solid #d9dde3; border-top:0; }
#opc-review .data-table { border-top:0; }
.opc-please-wait { padding-right:7px; }
.one-page-checkout a.back { background:url(../images/icon_opc_back.gif) no-repeat; padding-left:16px; line-height:13px; }
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; padding-top:2em; }


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

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

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

.one-page-checkout .checkout-agreements { border:1px solid #d9dde3; 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; }



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

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

.giftmessages textarea {
    height:100px;
}

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

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

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

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


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

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

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

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

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

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

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

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

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

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

/* Customer Name */

.customer-name-prefix .name-prefix { width:60px !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:50px !important; }
.customer-name-suffix .name-suffix input { width:45px !important; }
.customer-name-suffix .name-suffix select { width:51px !important; }

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

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

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


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

.customer-dob .input-box { float:left; width:60px !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 {
   margin:0;
   background:url(../images/account_nav_head_bg.gif) none 0 100% #fc9d36;
   padding:3px 10px;
    }
.account-nav .head h3 { color:#fff; font-size:1.1em; }
.account-nav ul { padding:4px 10px 10px 10px;}
.account-nav li a, .account-nav li.on { padding:3px 0;  }
.account-nav li a { display:block; border-bottom:1px solid #ddd; /*background:url(../images/account_nav_link_bg.gif) no-repeat 10px 8px;*/ }
.account-nav li a, .account-nav li a:hover { color:#5f5d5c; text-decoration:none; }
.account-nav li a:hover { color:#ea7900; }
.account-nav li.on { border-bottom:1px solid #ddd; /* background:url(../images/account_nav_on_bg.gif) no-repeat 10px 8px;*/  color:#ea7900; font-weight:bold; }
.account-nav li.on a { padding:0; }
.account-nav li.last, .account-nav li.last a { border-bottom:0; }


/* Login */
.login-box{ border:1px solid #E8E7E7; padding:0 10px; background:#ffffff url(../images/box_tit1.png) repeat-x 0 0;}
.login-box .col-1, .login-box .col-2 { border:0px solid #bbb6a5; }
.login-box .content {  padding:8px 21px; }
.login-box h4 {
    min-height:16px;
    margin-bottom:1.2em;
    padding-bottom:5px;
    padding-left:23px;
    background-position:0 1px;
    background-repeat:no-repeat;
    font-size:1.05em;
    color:#e76200;
    text-transform:uppercase;
    }
.login-box .new-users h4 { background-image:url(../images/icon_page_white.gif); }
.login-box .registered-users h4 { background-image:url(../images/icon_page_white_text.gif); }
.login-box .button-set { margin:0; border:none; border-top:1px dotted #cccccc; padding:8px 13px; }
.login-box .content { min-height:230px; }
.logout_box{ height:400px;}

.regist-info{ margin:10px 20px 20px;}
.regist-info ul, .regist-info .wrap{ margin-bottom:10px;}
.regist-info li{ list-style:decimal; list-style-position:inside;}
.regist-info .f16b{ font-size:16px; font-weight:bold;}

/* Dashboard */.account-box {margin:0 15px;
    margin-bottom:20px;
    border:1px solid #ccc;
    border-right-color:#999;
    border-bottom-color:#999;
    background:url(../images/account_box_bg.gif) repeat-x #fff;
    padding:15px;
    }
.account-box .head { margin-bottom:10px; border-bottom:1px solid #d9dde3; }
.account-box h4 { color:#E65505; font-size:1.1em; text-transform:uppercase; }
.account-box .inner-head { margin-bottom:8px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding-bottom:2px; text-align:right; }
.account-box h5 { font-size:1.1em;   }
.account-box h5 a { font-weight:normal; }
.account-box h6 { text-transform:uppercase; }
.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#0a263c;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    }
.account-box ol .content { margin-left:20px; padding:0; }
.account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
    }
.account-box .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:1em 8em 1.5em 1em; font-size:1.1em; }
.account-box .head h4 { padding-left:21px; min-height:17px; background-repeat:no-repeat; background-position:0 0; }
.ad-orders .head h4 { background-image:url(../images/icon_folder_table.gif); }
.ad-account-info .head h4 { background-image:url(../images/icon_ma_info.gif); }
.ad-tags .head h4 { background-image:url(../images/icon_ma_tags.gif); }
.ad-reviews .head h4 { background-image:url(../images/icon_ma_reviews.gif); }
.ad_recently .head h4{ background-image:url(../images/rec_icon.png); }

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

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

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

/* Reviews */
.my-review-detail{ margin:10px auto;}
.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:left; width:538px; margin:0 0 0 15px; }
.my-review-detail .ratings-list { margin-bottom:.8em; }
.my-review-detail .ratings { line-height:1.5; }
.my-review-detail .ratings .rating-box { float:none; margin-bottom:3px; }
.my-review-detail .ratings .pipe { display:none; }
.my-review-detail .ratings a { display:block; }


/* Gift Messages */
.giftmessage { padding:10px 0 0 0; }
.giftmessage-preview-link { font-size:11px; padding-right:7px; background-repeat:no-repeat; background-position:right 5px; }
.giftmessage-row { background-color:#f2efe9; }
.giftmessage-content { float:left; }
.giftmessage-close { float:right; }
.expand { background-image:url(../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; padding: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; }



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

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

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

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

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

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

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

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



/* =============================== other static page =================================== */
.font_bf60{ color:#164795; font-weight:bold;}
.font_b{ font-weight:bold;}
.content_box{ overflow:hidden;}
.content_box .content{ /*width:720px;*/ margin-left:10px;}
.pub_bann{ margin:10px auto 15px auto; }
/*.content_box .content{ width:722px; margin:10px auto;}*/
.content_box .col-2-set{ overflow:hidden;}

/* about us */
.about_p1{ margin:10px auto; text-align:center;}
.about{ line-height:20px;}

/*careers*/
.career .col_l{ float:left; width:48%;text-align:justify;}
.career .col_l h2, .career .col_r h2{ color:#7B7979; font-size:14px; font-weight:bold;}
.career .col_l img{ float:left; margin:8px 15px 5px 0;}
.career .col_r{ float:left; width:48%; margin-left:4%; text-align:justify;}
.career .col_r ul{ margin-bottom:10px;}

/* store policy */
.policy p{ margin-bottom:10px; line-height:22px;}
.policy div{ margin-bottom:15px;}
.policy h3{ color:#333333; font-size:14px;}
.policy .pic img{ float:left; margin-right:3px;}

/* news */
.news ul{}
.news ul li{ overflow:hidden; border-bottom:1px double #CCCCCC; margin-bottom:20px;}
.news ul li img{ float:left; margin-bottom:15px;}
.news ul li div{ float:left; margin-left:15px; width:500px;}
.news ul li h2{ font-size:12px; color:#164795;}
.news ul li p{ font-size:10px; line-height:13px;}

/* contact us */
.col-2-set{}
.col-2-set .col1{ float:left; width:350px;}
.col-2-set .colr{float:left; width:350px; margin-left:10px;}
.col1 h2, .colr h2{ font-size:11px; font-weight:bold; color:#FFFFFF; background:url(../images/con_tit.png) repeat-x; height:24px; line-height:24px; margin:2px auto 10px 2px; padding-left:5px; width:342px;}
.forum1, .forum2, .forum3, .forum4{ border:1px solid #E7E7E7; overflow:hidden; margin-bottom:20px;}
.col1 p, .colr p{ margin-left:15px; line-height:15px;}
.forum2 p{ float:left;}
.forum4{ position:relative;}
.forum4 a{ position:absolute; display:block; left:70px; top:90px;}
.forum4 .us{ font-size:10px; position:absolute; left:15px; top:295px; line-height:10px;}
.forum4 .cn{ font-size:10px; position:absolute; top:295px; left:178px; line-height:10px;}
.content_box .contact-us{ margin-left:0px;}
.contact-us .colr{ margin-left:15px;}
.forum4 .add{ width:200px; margin:35px auto 35px 15px; background:url(../images/contact_star.jpg) no-repeat 0 -2px; padding-left:20px;}
.forum4 .add p{ margin:0;}
.contact_form h2{font-size:11px; font-weight:bold; color:#FFFFFF;  background:url(../images/con_tit.png) repeat-x; height:24px; line-height:24px; margin:2px 1px; padding-left:5px;}


/* customer service center */
.customer h3{ color:#164795; font-size:14px; margin-top:15px;}
.customer p{ line-height:16px;}
.customer ul{}
.customer ul li{ list-style:inside;}
.custom_box{ overflow:hidden;}
.custom_box div{ background:url(../images/custom_bg.png) no-repeat 0 0; float:left; height:156px; margin:20px auto auto 20px; width:325px;} 
.custom_box h3{ color:#EC5913; margin:5px auto auto 10px;}
.custom_box .custom_box1 img{ margin:20px auto auto 25px;}
.custom_box .custom_box2 p{ background:url(../images/custom_bg2.png) no-repeat right 8px; height:125px; overflow:hidden;}
.custom_box .custom_box2 span { display:block; margin:20px auto auto 15px;}
.custom_box .custom_box3 p { background:url(../images/custom_bg3.png) no-repeat right 8px; height:125px; overflow:hidden;}
.custom_box .custom_box3 a{ display:block; margin:20px auto auto 10px; font-weight:bold;}

/* tech support */
.tech ul li{ float:left; height:70px; margin:20px auto auto 20px; width:195px;}
.tech ul li.tech_tel{ background:url(../images/tech1.png) no-repeat scroll 0 0;}
.tech ul li.tech_tel span{ display:block; font-weight:bold; margin:32px auto auto 75px;}
.tech ul li.tech_mail{ background:url(../images/tech3.png) no-repeat scroll 0 0;}
.tech ul li.tech_mail a { display:block; font-size:9px; margin:35px auto auto 70px;}

/* support list */
.support_total{}
.support_total a{ text-decoration:none;}
.support_total h5{ color:#000000; font-size:20px; line-height:30px; padding:5px 10px; border-bottom:1px solid #ccc; font-weight:100; margin:0 15px;}
.support_total_list{ margin:15px 20px; color:#000;}
.support_total_list li{ margin:5px auto 15px auto; min-height:110px;}
.support_total_list li .con{ margin:0 0 0 130px; border-bottom:1px solid #ccc; padding:10px 5px; min-height:70px;}
.support_total_list .li1{ background:url(../images/support_ico1.gif) no-repeat;}
.support_total_list .li2{ background:url(../images/support_ico2.gif) no-repeat;}
.support_total_list .li3{ background:url(../images/support_ico3.gif) no-repeat;}
.support_total_list .li4{ background:url(../images/support_ico4.gif) no-repeat;}
.support_total_list .li5{ background:url(../images/support_ico5.gif) no-repeat;}
.support_total_list .li6{ background:url(../images/support_ico6.gif) no-repeat;}
.support_total_list .li7{ background:url(../images/support_ico7.gif) no-repeat;}
.support_total_list li .con h3 a{ color:#000000; font-size:20px; font-weight:100; margin:0;}
.support_total_list li .con .blue{ color:#4161a8;}
.support_total_list li p{ font-size:13px;}
.support_total_list li p.mailto{ font-size:13px; font-weight:bold;}



/*shopping guide */
.guide{}
.guide h3{ font-size:14px;}
.guide p{ margin-bottom:20px;}

/* Privacy Policy */
.privacy div{ margin-bottom:20px;}
.privacy h3{ font-size:14px;}
.privacy ul li{ list-style:square; margin-left:20px; margin-top:10px;}

/* live demo */
/*.live1 ul{ overflow:hidden;}
.live1 ul li{ float:left; width:330px; text-align:center; height: 400px; margin: 0 10px;}
.live1 ul li h2{ font-size:12px; color:#164795;}
.live1 ul li img{ width:320px; height:245px;}
.live2{ margin-top:15px;}
.live2 h3{ font-size:14px;}
.live2 .img{ text-align:center; margin:10px auto;}*/


.video_list_cnt li { float: left; display: inline; width: 23%; padding: 5px; border: 1px solid #DBDBDB; margin: 0 7px 10px 0; }
.video_list_cnt li.w_m { width: 23%; }
.video_list_cnt li .video_box { /*width: 220px; height: 160px; */ margin: 0; position: relative; text-align: center }
.video_list_cnt li .video_box img { width: 100%; height: 100% }
.video_list_cnt li .play_box { background-color: white; opacity: 0.3; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30); display: none; cursor: pointer; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video_list_cnt li #play_bnt { width: 40px; height: 40px; left: 90px; display: none; position: absolute; top: 60px; }
.video_list_cnt li .video_box:hover .play_box, .video_list_cnt li .video_box:hover #play_bnt { display: block }
.video_list_cnt li .video_txt { margin: 10px 0 0 0; line-height: 20px; text-align: left }
.video_list_cnt li .video_txt h3 { height: 20px; line-height: 16px; font-size: 12px; font-weight: bold }
.video_list_cnt li .video_txt h3 a { color: ##004ea2 }
.video_list_cnt li .h60 { height: 100px; line-height: 20px; overflow: hidden }
.user_ps { margin: 15px 0; border: 1px solid #efefef; padding: 10px; }
.other { font-weight: bold; cursor: pointer }
.orange { display: inline-block; font-weight: normal; color: #F60;}
.other_txt { display: none; }
.other_block { display: block }

/* 404 ERROR*/
#err_404_box{ background:url(../images/media/err_404_bg.png) no-repeat; height:305px; width:590px; overflow:hidden; margin:100px auto;}
#err_404_box .err_404_msg{ float:left; margin:70px auto auto 160px; width:320px; }
#err_404_box .err_404_msg h1{ color:#dcdddd; font-size:26px;}
#err_404_con{ color:#6a6b6b; font-size:12px; font-family:Arial, Helvetica, sans-serif; line-height:20px; margin-top:20px; width:300px;}
#err_404_con p{ margin-top:-10px; *margin-top:-5px;}
#err_404_box .err_404_but{ margin-top:20px;}
#err_404_box .err_404_but a{color:#1B4B86; font-size:14px; font-weight:bold;  text-decoration:none;}
#err_404_box .err_404_but a:hover{ color:red; text-decoration:underline;}


/* other sidebar message */
   /* side help and info */
.side_help{  width:100%; overflow:hidden;}
.side_help ol{ margin:0px auto auto 20px;}
.side_help ol li{ background:url(../images/sl_1ico.png) no-repeat 0 1px; line-height:18px; padding:0 0 0 15px;}
.side_help ol li a{ font-size:12px; color:#333333; text-decoration:none;}
.side_help ol li a:hover{ color:#ff6600; text-decoration:underline;}
.mini-help{ background:url(../images/sl_1bg.png) repeat-y;}

  /* side security */
.side_secur{width:100%;}
.side_secur .top{ background:url(../images/secur_top.png) no-repeat 0 0; height:8px; width:180px; margin-bottom:0;}
.side_secur .con{ margin:0 auto auto 2px; width:175px; text-align:center;}
.side_secur .con p{ margin-bottom:0;}
.side_secur .bottom{ background:url(../images/secur_bot.png) no-repeat scroll 0 0; height:8px; width:180px; margin-bottom:0;}

/*how to video*/
.how_video h1{ background:#F6F6F6; border:1px solid #DDDCDC; color:#0F446E; font-size:14px; font-weight:bold; height:25px; line-height:25px; margin-top:30px; padding-left:10px;}
.how_video h3{ background:#FBFBFB url(../images/ico1.gif) no-repeat 5px 4px; color:#0F446E; font-size:12px; font-weight:bold; height:20px; line-height:20px; margin-top:10px; padding-left:15px;}
.how_video p{ font-size:12px; line-height:15px; margin:5px 0 15px 0; padding:0 10px 5px;}

/* float login */
.logbox{position:absolute;  right:0; bottom:0; height:200px; font-size:12px; line-height:10px; z-index:999;}
.float_box{ position:static;}
.logbox_c{ display:block; position:absolute; top:10px; right:10px; cursor:pointer;}

/*shopping cart policy */
.cart_policy{}
.cart_policy h3{ background:#ECEFF5; color:#13446B; font-size:14px; font-weight:bold; height:20px; line-height:20px; padding-left:15px;}
.cart_policy p{ font-size:11px; line-height:15px; padding-left:15px; margin-bottom:20px;}



/* product detail  photo show  */
.ad-gallery{ margin:1px auto; width:330px; position:relative;}
.ad-gallery .save_icon{ background:url(../images/save_icon.png) no-repeat; height:72px; width:72px; position:absolute; top:0; right:0; z-index:999;}
.ad-gallery .save_icon span{ color:#ffffff; display:block; font-weight:bold; font-size:16px;}
.ad-gallery .save_icon span.txt{ margin:15px auto auto 15px;}
.ad-gallery .save_icon span.how{ margin:2px auto auto; text-align:center; width:50px;}

.ad-thumbs ul{ width:3000px;}
div.ad-thumbs ul li img{ height:39px; width:60px;}
.ad-gallery .ad-image-wrapper{ height:210px;}
.ad-gallery .ad-nav{ height:45px; width:300px; margin-left:0px;}
.ad-controls{ display:none;}
.ad-gallery .ad-thumbs li a img{ border:1px solid #CCCCCC; height:39px; width:60px;}
.ad-gallery .ad-thumbs li a.ad-active img{ border:1px solid #FF6600;}
.ad-gallery .ad-back, .ad-gallery .ad-forward{ top:-10px;}
.ad-image img{ width:300px; height:300px;}

/* Wholesale and Reseller */
.wholesale{ margin:10px 20px; line-height:20px;}
.wholesale .b14b{ font-size:18px; font-weight:bold;}
.wholesale h4{ margin-top:20px;}
.wholesale ul, .wholesale .wrap{ margin-bottom:10px;}
.wholesale ul li{ list-style:decimal; list-style-position:inside;}

/* shipping & return */
.shipping{ margin:10px 20px;}
.shipping p{ margin-bottom:10px;}


/* RMA STYLE */
/*
.red{ color:red; font-size:12px;}
.rma{ width:95%; margin:0 auto;}
.rma_require{}
.policy{}
.rma h3{ background:#6677A0; height:20px; line-height:20px; color:#FFFFFF; font-size:14px; font-weight:bold; padding-left:10px;}
.rma p{ line-height:18px;}
.policy{ padding:5px 10px;}
.policy h4{ font-size:14px; font-weight:bold; line-height:20px;}
.policy li{ list-style:decimal; list-style-position:inside;}
.policy li p{ width:150px; font-weight:bold; margin-left:20px;}
.require_tab h4{ font-size:14px; font-weight:bold;}
.require_tab input{ margin-left:5px;}
.require_tab label{ float:left; width:80px;}
.rma_tab1, .rma_tab2, .rma_tab3{ background:#F3F5F7; padding:5px 10px; margin-bottom:10px;}
.rma_tab1 li{ margin-bottom:10px;}
.rma_tab2 select, .rma_tab3 select{ width:150px; margin-left:5px;}
.rma_tab2 textarea { width:300px; margin-left:5px;}
.botsub{ margin-left:150px;}
.rma_nav{ overflow:hidden; margin:10px auto; border-bottom:1px solid #24618E;}
.rma_nav ul{ margin-left:25px;}
.rma_nav li{ background:url(../images/nav_bgr.gif) no-repeat right 0; float:left; margin-left:5px; height:25px; line-height:20px; cursor:pointer;}
.rma_nav li span{ background:url(../images/nav_bgl.gif) no-repeat; display:block; margin-left:-2px; line-height:25px; font-weight:bold; padding:0 15px;}
.rma_nav li.check{ background:url(../images/nav_bgr.gif) no-repeat right -42px;}
.rma_nav li.check span{ background:url(../images/nav_bgl.gif) no-repeat 0 -42px; color:#FFFFFF;}
.main-header h4{ line-height:25px; padding-left:15px;}
.rma .notic{ background:#ecffe9 url(../images/success_msg_icon.gif) no-repeat 2px 3px; padding:2px 20px; border:#b0e2a8 solid 1px; font-size:11px;}
.rma .rma_code h5{ font-size:18px;  background:url(../images/icon-book.png) no-repeat; height:35px; padding-left:40px; line-height:35px; width:400px; margin:50px auto;}
.rma .ora{ color:#ff6600;} 
.rma .resul_sel{ width:150px; margin-left:5px;}
.rma_search{ width:400px; margin:30px auto;}
.rma_search p{ margin-bottom:10px;}
.rma_search .but{ margin-left:120px;}
*/

/* FAQ */
/* faq page */
.faq .pub_banner ul{ left:260px; top:60px;}
.faq_type{ width:500px; margin:0 auto;}
.faq_type ul{ overflow:hidden;}
.faq_type ul li{ float:left; width:68px; height:77px; margin:0 15px 0 0;}
.faq_nav_box{ width:95%; margin:30px auto 10px;}
.faq_nav{ background:url(../images/faq_line.gif) repeat-x 0 31px;}
.faq_nav ul{ overflow:hidden;}
.faq_nav ul li{ overflow:hidden; float:left; margin:0 10px 0 0; cursor:pointer;}
.faq_nav ul li span{ height:32px; display:block;}
.faq_nav ul li .left{ background:url(../images/faq_nav_hov.gif) no-repeat; float:left; width:12px;}
.faq_nav ul li .txt{ background:url(../images/faq_nav_hov.gif)  repeat-x 0 -64px; float:left; padding:0 12px; min-width:50px; line-height:30px; text-align:center;}
.faq_nav ul li .right{ background:url(../images/faq_nav_hov.gif) no-repeat 0 -32px; float:right; width:12px;}
.faq_nav ul li.check .left{background:url(../images/faq_nav.gif) no-repeat;}
.faq_nav ul li.check .txt{background:url(../images/faq_nav.gif)  repeat-x 0 -64px;}
.faq_nav ul li.check .right{ background:url(../images/faq_nav.gif) no-repeat 0 -32px;}
.top_round{ overflow:hidden; margin:-1px 0 0 0; border-left:1px solid #c6c6c6;}
.top_round .right{ background:url(../images/faq_round.gif) no-repeat -7px 0; height:7px; width:7px; display:block;}
.nav_con{ border-left:1px solid #c6c6c6; border-right:1px solid #c6c6c6;}
.faq .foot_round{ background:url(../images/faq_line.gif) repeat-x 0 100%; height:7px; overflow:hidden;}
.faq .foot_round span{ background:url(../images/faq_round.gif) no-repeat; height:7px; width:7px;}
.faq .foot_round .left{ background-position:0 -7px;}
.faq .foot_round .right{background-position:-7px -7px;}
.nav_con_list{padding:15px; display:none;}
.nav_con_list h4{ background:#f4f4f4; margin:0; border:1px solid #ccc; line-height:25px; padding-left:10px;}
.nav_con_list .answer{ margin:5px 10px 20px 10px; overflow:hidden;}
.nav_con_list .answer .title{ color:#004a89; font-size:14px; font-weight:bold;}
.nav_con_list .answer .con{ margin-left:10px; width:600px;}
.nav_con .first{ display:block;}


/* product detail video&download*/
.prod_media{ margin:10px auto;}
.prod_media a{ text-decoration:none;}
.prod_media .left{ width:125px; text-align:center;}
.prod_media .left .download{ background:url(../images/prod_view_ico1.gif) no-repeat; width:110px; height:20px; margin:5px 0 0 0;}
.prod_media .left .txt{ margin:10px 0 0 0;}
.prod_media .left .video{background:url(../images/prod_view_ico1.gif) no-repeat 0 -28px; height:20px;margin:5px 0 0 0;}
.prod_media .right{ text-align:center; margin:0 10px auto auto;}
.prod_media .right .txt, .prod_media .left .txt{ color:#4161A8; font-size:11px; font-weight:bold;}

.float_video{ border:0px #c2c2c2 solid; display:none;}
.box_header{ height:39px; }
.box_header span{ display:block; background:url(../images/video/box_tit.png) no-repeat; height:39px; width:13px;}
.box_header .left{ background-position: 0 1px;}
.box_header .right{ background-position:-3px -39px;}
.box_header_con{ float:left; width:664px; background:url(../images/video/box_tit.png) repeat-x 0 -78px; height:39px;}
.box_header_con img{ margin:4px 0 0 0;}
.video_box_con{ background:url(../images/video/box_bg.png) repeat-y 3px 0;}
.video_box_con .left{ width:422px; margin:2px auto auto 5px;}
.video_box_con .right ul{}
.video_box_con .right li{ background:#f5f5f5; border-bottom:1px solid #c2c2c2; overflow:hidden;}
.video_box_con .right li span{ display:block; float:left; color:#4161a8; font-weight:bold; line-height:60px; margin:0 auto auto 10px;}
.video_box_con .right li img{ float:right; margin:5px 10px;}
.video_box_con .right{margin:2px 5px auto auto; width:255px;}
.video_box_con .name{ background:url(../images/video/name_tit.gif)repeat-x; margin:5px 5px 0 5px; padding-top:5px;}
.video_box_con .name p{ margin:5px 10px 0 10px; text-align:left;}
.video_box_con .name p.sku{ color:#4161a8;}
.video_box_foot{ overflow:hidden;}
.video_box_foot span{ display:block; width:16px; height:16px; background:url(../images/video/box_foot.png) no-repeat;}
.video_box_foot .left{ float:left; margin-left:3px;}
.video_box_foot .right{ float:right; background-position:0 -16px; margin-right:3px;}
.video_box_foot .box_con{background:url(../images/video/box_foot.png) repeat-x 0 -32px; height:16px; float:left; width:652px;}
.video_box_con .right .clips a{ display:block; overflow:hidden; background:#f5f5f5; padding:3px 0; border-bottom:1px solid #ccc;}
.video_box_con .right .clips a:hover{ background:#fff url(../images/video/list_hov.gif) repeat-x;}
.video_box_con .right .clips a .left{ width:150px; line-height:50px;}
.video_box_con .right .clips a span, .clips a img{ display:block;}
.video_box_con .right .clips a span{ color:#4161a8; float:left;}
.video_box_con .right .clips a img{ height:50px; width:71px;}
.playlist{ height:288px; overflow:auto;}

/* facebox style*/
#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:400px; width:690px; color:#bbb; border:0px solid #444; padding:0px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/close.gif) no-repeat; width:15px; height:13px; display:inline; z-index:3200; position:absolute; top:10px; right:10px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}



/* download center */
.download{}
.download .down_type{ width:765px; margin:10px auto;}
.download .down_type ul{ overflow:hidden; width:530px; margin:0 auto;}
.download .down_type ul li{ float:left; height:100px; width:90px; margin:0 15px 0 0; text-align: center;}
.download .down_type ul li p{ color:#4161a8; font-weight:bold; text-align:center; margin:0 auto;}
.download .down_type ul li p a{ text-decoration:none; color:#4161a8; font-size:11px;}
.download .down_type ul li p a:hover{ color:#f88000;}
.down_select{ background:#e8eaeb; height:55px; width:600px; margin:15px auto;}
.down_select span.left, .down_select span.right{ background:url(../images/download_round.gif) no-repeat; display:block; height:55px; width:7px;}
.down_select span.right{ background-position:-7px 0;}
.down_select .con{ float:left; overflow:hidden; width:90%;}
.down_select .con p{ float:left; margin:15px 10px 0 0; }
.down_select .con p.txt{ font-weight:bold; line-height:20px; margin-left:30px;}
.down_select .con input, .down_select .con select{ width:150px; height:20px;}
.down_select .con p.btn{ margin:13px 0 0 0;}
.down_list{ width:700px; margin:20px auto 0;}
.list_head{ background:url(../images/down_tit.gif) repeat-x; height:26px; border-bottom:1px solid #ccc; border-top:2px solid #ccc; overflow:hidden;}
.list_head li{ float:left; color:#666; font-size:11px; font-weight:bold; text-align:center; line-height:25px;}
.listbox .id{ width:40px}
.listbox .sku{ width:120px;; text-align:left; margin-left:15px}
.listbox .type{ width:120px;margin-left:15px}
.listbox .title{ width:200px; margin-left:15px; text-align:left}
.listbox .name{ width:200px; text-align:left;margin-left:15px}
.listbox .manual{ width:80px;margin-left:15px}
.list_con{ margin-bottom:30px;}
.list_con li{ overflow:hidden; border-bottom:1px solid #ccc; zoom:1;}
.list_con li p{ float:left; text-align:center;font-size:11px; min-height:20px; height:20px}
.list_con li .software a{ display:block; width:16px; height:16px;}
.list_con li .tutoing a{  display:block; width:16px; height:16px;}
.list_con li .manual a{ display:block; width:16px; height:16px;}
.list_con li .how a{ display:block; width:16px; height:16px;}
.list_con li a{ margin:4px auto 0 auto;}

/* other banner page */
.pub_banner{ position:relative;margin-top:10px;}
.pub_banner img{ } 
.pub_banner ul{ overflow:hidden; position:absolute; top:90px; left:130px;}
.pub_banner ul li{ float:left; margin:0 15px 0 0;}
.pub_banner ul li img{ width:auto;}
.soon{ width:500px; margin:50px auto;}

/* Customer Testimonials */
.testim .video{ width:90%; margin:0px auto 10px auto; overflow:hidden;}
.testim .video img{ float:left;}
.testim .pub_banner{ height:180px;}
.testim .con{ float:left; margin:0 0 0 15px;}
.testim .con strong{ font-size:16px; font-style:italic;}
.review_list{ width:90%; margin:40px auto 10px auto;}
.review_list .list_head{ background:#f3f3f3; border:1px solid #ccc; overflow:hidden; padding:3px;}
.review_list .list_head p{ margin:0; line-height:25px;}
.review_list .list_head .subject{ float:left; font-weight:bold; margin:0 0 0 10px;}
.review_list .list_head .data{ float:right; font-weight:bold; margin:0 10px 0 0;}
.review_list .list_con{ padding:10px 15px;}

/*================ nav style ================*/
.nav_sty1{ background:url(../images/faq_line.gif) repeat-x 0 31px; overflow:hidden; zoom:1;}
.nav_sty1 li{ cursor:pointer; float:left; margin:0 10px 0 0; overflow:hidden; *width:168px;}
.nav_sty1 li span{ display:block; height:32px;}
.nav_sty1 li .left{ background:url(../images/faq_nav_hov.gif) no-repeat; width:12px;}
.nav_sty1 li .txt{ background:url(../images/faq_nav_hov.gif) repeat-x 0 -64px; float:left; line-height:30px; min-width:50px; padding:0 12px; text-align:center; *width:120px;}
.nav_sty1 li .right{ background:url(../images/faq_nav_hov.gif) no-repeat 0 -32px; width:12px;}
.nav_sty1 li.check .left{ background:url(../images/faq_nav.gif) no-repeat 0 0;}
.nav_sty1 li.check .txt{ background:url(../images/faq_nav.gif) repeat-x 0 -64px;}
.nav_sty1 li.check .right{ background:url(../images/faq_nav.gif) no-repeat 0 -32px;}
.nav_sty1_con{ border-left:1px solid #C6C6C6; border-right:1px solid #C6C6C6;}
.nav_sty1_foot{ background:url(../images/faq_line.gif) repeat-x 0 100%; height:7px; overflow:hidden;}
.nav_sty1_foot span{ background:url(../images/faq_round.gif) no-repeat; height:7px; width:7px;}
.nav_sty1_foot .left{ background-position:0 -7px;}
.nav_sty1_foot .right{ background-position:-7px -7px;}

/* mini detail */
.mini-detail{ width:470px; margin:0 auto; height:500px; overflow:hidden;}
.mini-detail h2{ color:#333; font-size:13px; font-weight:bold; margin:10px 0;}
.mini-detail .col-set{ overflow:hidden;}
.mini-detail .left{ width:210px;}
.mini-detail .left .prod_img{ border:1px solid #ccc; height:200px; width:200px;}
.mini-detail .left .prod_img img{ height:200px; width:200px;}
.mini-detail .left .sku{ margin:5px 0; font-size:10px;}
.mini-detail .list_rating{ margin:0;}
.mini-detail .overview{}
.mini-detail .right{ width:250px;}
.mini-detail .overview .title{ border-bottom:1px solid #ccc; height:19px;}
.mini-detail .price-box{ margin-left:0;}
.mini-detail .price-box .list_price{ background:url(../images/list_float_price.gif) no-repeat 0 -16px;}
.mini-detail .price-box .our_price{background:url(../images/list_float_price.gif) no-repeat 0 2px;}
.mini-detail .price-box .on_sale{ background:url(../images/list_float_price.gif) no-repeat 0 -34px; padding-left:58px;}
.mini-detail .rating-box .rating{ background:url(../images/list_rats_red.gif);}
.mini-detail .list_rating .ratings{ margin:3px 0 0 0;}
.mini-detail .rating-box{ background:url(../images/list_rats_bluck.gif); width:70px;}
.mini-detail .list_rating .fullrating{ background:url(../images/list_rats_red.gif); height:13px; width:70px;}
.mini-detail .list_rating .freeshipping{ background:url(../images/list_float_free.gif) no-repeat;}
.mini-detail .qucik_action{ margin:10px 0; width:177px; text-align:left;}
.mini-detail .qucik_action button{ background:none; border:0; cursor:pointer;}
.mini-detail .qucik_action p{ margin:3px 0 0 0px;}
.mini-detail .qucik_action p.availability{ margin:3px auto 6px auto;}
.mini-detail .download{ background:url(../images/list_float_ico.gif) no-repeat; float:left; height:28px; line-height:26px; padding-left:30px;}
.mini-detail .video{ background:url(../images/list_float_ico.gif) no-repeat 0 -31px; float:left; height:28px; line-height:26px; padding-left:30px; margin:0 0 0 10px;}
.mini-detail .product-specs{ position:relative; font-size:10px; padding:5px; overflow-y:scroll; height:120px;}
.mini-detail .full-detail{ border-top:1px solid #ccc; margin:5px 0 0 0; padding:5px 0 0 0; text-align:right; overflow:hidden;}
.mini-detail .full-detail .left{ text-align:left;}
.Container { position: absolute; top:5px; left: 10px; width: 400px; height: 60px;}
#Scroller-1 {position: absolute; overflow: hidden; width: 400px; height: 60px;}
#Scroller-1 p {margin: 0; padding: 10px 20px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-indent: 20px; color: #6F6048;}
.Scroller-Container { position: absolute; top: 2px; left: 0px;}
#Scrollbar-Container { position: absolute; top: 2px; left: 10px;}
.Scrollbar-Up {cursor: pointer; position: absolute;}
.Scrollbar-Track {width: 20px; height: 55px; position: absolute; top: 20px; left: 4px; background: transparent url(images/scrollbar_track.gif) no-repeat center center;}
.Scrollbar-Handle {position: absolute; width: 20px; height: 22px;}
.Scrollbar-Down {cursor: pointer; position: absolute; top: 187px;}
#jscroll{ margin:10px auto; border:1px solid #ccc; height:60px;}

.paypal-logo{ display:none;}

/* customer care */
.sup_list{ margin:0 20px; text-align:center;}
.sup_list li{ display:inline; margin:0 5px;}

/* Product Faq */
.mate_faq_prod{ width:500px; padding:10px; background:#f1f1f1; border:#dbdbdb solid 1px; margin:15px auto auto 20px;}
.mate_faq_prod a{ display:block; line-height:25px;}
.list_faq_prod{ margin:15px 20px;}
.q_faq_prod{ background:#f1f1f1; border:1px solid #dbdbdb; padding:3px; font-weight:bold; margin-bottom:5px;}
.con_faq_prod{ margin:0 10px 30px;}
.con_faq_prod .ulno li{ list-style:decimal inside;}
.con_faq_prod .ulaz{ margin:0 auto 0 20px;}
.con_faq_prod .ulaz li{ list-style:lower-alpha inside;}

/* How To */
.howto_list{ overflow:hidden;}
.howto_list li{ float:left; margin:0 22px 25px; width:130px; overflow:hidden;}
.howto_con{ cursor:pointer;}
.howto_list li .img{ border:4px solid #666; padding:1px; height:90px;}
.howto_list li .img:hover{ border:4px solid #f88000;}
.howto_list li .url{ line-height:15px; height:32px; overflow:hidden;}
.howto_list li a{ font-size:12px; text-decoration:none; font-weight:bold;}
.video_lay{ height:100%; width:100%; background:#333; position:relative;}
.video_frame{ display:none;}

/*Video sample */
.video_bar{ background: url(../images/bkg_video_bar.gif) repeat-x; height: 30px;}
.video_bar .cate, .video_bar .in_key, .video_bar .btn{ display: inline; float: left;}
.video_bar .cate{margin: 5px 0 0 60px;}
.video_bar .in_key{margin:5px 0 0 60px;}
.video_bar .in_key input{ height: 15px;}
.video_bar .btn{ margin: 3px 0 0 20px;}
.video_warp{ margin: 20px 5px;}
.video_list{ overflow: hidden;}
.video_list li{ float: left; display: inline; width: 160px; padding: 5px; border: 1px solid #DBDBDB; margin: 0 8px 10px;}
.video_list li .small{ background: #333; width: 160px; height: 97px; margin: 5px 0; cursor: pointer;}
.video_list li .small img{ width: 160px; height: 90px;}
.video_list .action{ height: 25px; text-align: right;}
.video_list li .sku{ font-size: 11px;}
.video_code{ display: none;}




/*mini kitbuilder*/
.customize_box {
    margin: 10px auto;
    width: 98%;
}
.customize_box .left {
    border: 1px solid #CCCCCC;
    padding: 5px;
    width: 30%;
}
.customize_box .right {
    width: 68.6%;
}
.customize_box .base {
    height: 470px;
}
.customize_box .left .con {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #333333;
    margin: 15px auto;
    width: 190px;
}
.customize_box .prod_list {
    border-bottom: 1px solid #333333;
    font-size: 10px;
    overflow: hidden;
}
.customize_box .prod_list p {
    height: 30px;
    line-height: 30px;
}
.customize_box .prod_list .img {
    float: left;
    margin: 0 15px 0 0;
    width: 30px;
}
.customize_box .prod_list img {
    width: 30px;
}
.customize_box .prod_list .sku {
    float: left;
    font-size: 10px;
}
.customize_box .prod_list .qty {
    float: right;
    width: 30px;
}
.customize_box .prod_info {
    border-bottom: 1px solid #333333;
    color: #2E55BE;
    font-size: 10px;
    line-height: 13px;
    padding: 5px;
}
.customize_box .left .totle {
    margin: 10px auto;
    width: 95%;
}
.customize_box .left .totle p {
    font-size: 11px;
    overflow: hidden;
}
.customize_box .left .totle .left {
    border: 0 none;
    padding: 0;
    text-align: left;
}
.customize_box .left .totle .right {
    border: 0 none;
    float: left;
    margin: 0 0 0 10px;
    overflow: hidden;
    text-align: left;
    width: 125px;
}
.customize_box .left .totle .orange {
    color: #DD5500;
    font-weight: bold;
}
.customize_box .totle .orange .right {
    font-size: 18px;
}
.customize_box .left .list .right {
    text-decoration: line-through;
}
.customize_box .left .save {
    color: #004FAB;
}
.customize_box .left .save-tax span {
    display: inline;
}
.customize_box .left .save .left {
    font-weight: bold;
}
.customize_box .left .reset {
    margin: 10px auto;
    text-align: left;
    width: 95%;
}
.customize_box .right .nav {
    background: url("../images/kit/cus_nav_border.gif") repeat-x scroll 0 19px transparent;
}
.customize_box .right .nav ul {
    overflow: hidden;
}
.customize_box .right .nav li {
    background: url("../images/kit/cus_nav_base.gif") repeat-x scroll 0 -40px transparent;
    cursor: pointer;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0 5px 0 0;
}
.customize_box .right .nav li span {
    background: url("../images/kit/cus_nav_base.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 20px;
    width: 7px;
}
.customize_box .right .nav li .bg_l {
    background-position: 0 0;
    float: left;
    margin: 0 5px 0 0;
}
.customize_box .right .nav li .bg_r {
    background-position: 0 -20px;
    float: right;
    margin: 0 0 0 5px;
}
.customize_box .right .nav li.check {
    background: url("../images/kit/cus_nav_hov.gif") repeat-x scroll 0 -40px transparent;
    color: #FFFFFF;
}
.customize_box .right .nav li.check span {
    background: url("../images/kit/cus_nav_hov.gif") no-repeat scroll 0 0 transparent;
}
.customize_box .right .nav li.check .bg_l {
    background-position: 0 0;
    float: left;
    margin: 0 5px 0 0;
}
.customize_box .right .nav li.check .bg_r {
    background-position: 0 -20px;
    float: right;
    margin: 0 0 0 5px;
}
.customize_box .right .now {
    color: #002746;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    text-align: right;
}
.customize_box .right .con {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #CCCCCC #CCCCCC -moz-use-text-color;
    border-right: 1px solid #CCCCCC;
    border-style: none solid solid none;
    border-width: 0 1px 1px 0;
    height: 460px;
    overflow-y: auto;
}
.customize_box .right .select {
    margin: 0 auto;
    padding: 10px 0 0;
    width: 97%;
}
.customize_box .right .select h4 {
    background: none repeat scroll 0 0 #DEE1E4;
    line-height: 20px;
    padding: 0 10px;
}
.customize_box .right .select .list {
    margin: 5px 15px 20px;
    overflow: hidden;
}
.customize_box .right .select .list span {
    display: inline;
}
.customize_box .right .select li {
    margin: 0 0 5px;
}
.customize_box .right .select label {
    font-weight: 100;
}
.customize_box .confirm_list li {
    overflow: hidden;
}
.customize_box .confirm_list p {
    float: left;
}
.customize_box .confirm_list p.img {
    width: 30px;
}
.customize_box .confirm_list p.img img {
    border: 1px solid #CCCCCC;
    height: 30px;
    width: 30px;
}
.customize_box .confirm_list p.name {
    font-size: 11px;
    margin: 0 0 0 30px;
    width: 350px;
}
.customize_box .confirm_list p.qty {
    float: right;
    font-size: 11px;
    width: 30px;
}
.customize_box .action {
    margin: 40px auto 10px;
    overflow: hidden;
    width: 95%;
}
.customize_box .action .next {
    float: right;
}
.customize_box .action .prev {
    float: left;
}
.customize_box .action .action_ok {
    background: url("../images/kit/cus_btn_ok.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    float: right;
    height: 20px;
    text-indent: -999px;
    width: 83px;
}
.customize_list {
}
.customize_list h3 {
    background: none repeat scroll 0 0 #EDF0F3;
    font-size: 12px;
    line-height: 20px;
    padding-left: 10px;
}
.customize_list ul {
    margin: 10px 0 0 10px;
}
.customize_list ul li {
    overflow: hidden;
}
.customize_list ul li p {
    float: left;
    margin: 0 15px 0 0;
}
.customize_list ul li .radio {
    width: 20px;
}
.customize_list ul li .qty {
    width: 40px;
}
.customize_list ul li .qty input {
    width: 40px;
}
.customize_list ul li .img {
    width: 30px;
}
.customize_list ul li img {
    width: 30px;
}
.customize_list ul li .des {
    font-size: 10px;
    line-height: 13px;
    width: 300px;
}
.customize_list .item-options {
    font-size: 11px;
}    
.right_box{width:246px; overflow:hidden;}
.right_box ul{ height:355px; overflow:hidden}
.right_box li{clear:both;overflow:hidden; font-size:0}

.right_box li a.support{height:118px; background:url(../images/support.jpg) no-repeat; overflow:hidden; display:block }
.right_box li a.support:hover{ background:url(../images/support_hover.jpg) no-repeat;}
.right_box li a.live_demo{height:117px; background:url(../images/live_demo.jpg) no-repeat; display:block }
.right_box li a.live_demo:hover{ background:url(../images/live_demo_hover.jpg) no-repeat;}
.right_box li a.kit_builder{height:120px; background:url(../images/kit_builder.jpg) no-repeat; display:block }
.right_box li a.kit_builder:hover{ background:url(../images/kit_builder_hover.jpg) no-repeat;}
/*index sort list*/

.sort_list{margin:15px 0; border:1px solid #CCC; overflow:hidden}
.sort_list li{ float:left;width:168px; border-right:1px solid #CCC; text-align:center; line-height:24px; padding:15px 15px 10px 15px;}
.sort_list li.last{border:none}
.sort_list li a{ text-decoration:none; display:block}
.app_box{margin-bottom:30px; overflow:hidden}
.app_box .lf_cnt{ float:left;width:598px; overflow:hidden}
.app_box .rt_cnt{ float:right;width:401px;overflow:hidden}

/* top right*/
.topright{ background:#DDD;width:360px; height:84px; float:right;  padding:0 0 15px 10px; z-index:5}
.tel_shipping{ float:right; margin:45px 30px 25px 0;height:24px; line-height:24px; position:relative}
.tel_shipping li{ background:url(../images/ep_all.png) no-repeat; padding-left:20px;margin-left:15px; float:left; color:#3e3e3e }
.tel_shipping li.tel{ background-position:0 -110px;}
.tel_shipping li.free_shipping{ background-position: 0 -90px;}
.tel_shipping .states_txt{ position:absolute; right:0;top:20px; font-size:12px; color:#999}

/* product list*/
.pr_list_hd{ background:url(../images/repeat_x.png) repeat-x 0 -200px;height:32px; line-height:32px; border:1px solid #d0cfcf; padding:0 15px;}
.pr_list_hd i{ background:url(../images/ep_all.png) no-repeat 0 -137px;width:5px; height:9px; display:inline-block;margin-right:5px;}


/*dvrs*/
.dvr_list{width:774px; border:1px solid #dcdcdc; border-right:none;margin:5px 0 15px 0; overflow:hidden}
.dvr_list li{width:237px; border-right:1px solid #dcdcdc; float:left; padding:10px; text-align:center; background:url(../images/dvr_repeat_x.png) repeat-x 0 bottom ;}
.dvr_list li a{ display:block; color:#0d71be; text-decoration:none}
.list-float{ width:755px;padding:10px; overflow:hidden}
.list-float li{ float:left; margin:0 23px 10px 22px}
.list-float li .img{ background:url(../images/dvr/popular_link.gif) no-repeat; width:126px; height:126px}
.list-float li .img a{ display:block; height:126px; width:126px}
.list-float li.ptz .img{ background-position:0 -126px}
.list-float .name{ text-align: center;}
.list-float .name a{ color:#0d71be;text-decoration:none;}
.list-float li.zv .img{ background: url(../images/dvr/zview.jpg) no-repeat center 20px;}
.list-float li.zsight .img{ background: url(../images/dvr/zsight_icon.jpg) no-repeat center 20px;}


/*button*/
a.com_btn,a.com_btn span,a.pri_bottom_btn span{ float:left; background:url(../images/button.png)repeat-x ; height:28px; line-height:28px; border:0; cursor:pointer; padding-left:10px;margin-bottom:10px;}
a.pri_bottom_btn{float:left; background:url(../images/button.png)repeat-x ; height:28px; line-height:28px; border:0; cursor:pointer; padding-left:10px}
a.com_btn{ background-position:left 0}
a.com_btn span{ background-position: right -37px ;height:28px; border:0; line-height:28px; padding:0 20px 0 10px; color:#FFF; font-weight:bold; display:block; font-size:14px;}
a.pri_bottom_btn{ background-position:left -78px}
a.pri_bottom_btn span{ background-position: right -111px ;height:28px; border:0; line-height:28px; padding:0 48px 0 38px; color:#666;display:block; font-size:14px;}

.upload_cnt{ padding:15px; font-size:12px;}
.upload_cnt p{margin-bottom:10px;}
#my-orders-table_wrapper{margin-top:10px;}
#my-orders-table{margin:0;}
/* zviewer */
.zviewer{  margin: 10px auto;}
.zviewer .hd{ font-size: 16px; border-bottom: 1px solid #CCC; margin: 10px 0 5px 0;}
.zviewer .con{ font-size: 14px; line-height: 20px;}
.zviewer .hd, .zviewer .con{ padding:8px;}
.zviewer_guide, .zviewer_app{ margin: 40px 0;}
.zviewer_app .iphone{ margin: 0 50px 0 0;}
.zviewer_app .iphone, .zviewer_app .android{ text-align: center;}
.zviewer_app a{ font-size: 14px; text-decoration:none}
.zviewer .video{ margin: 20px 0;}

/*float aside chat*/
.pop_aside{ position: absolute; top:300px; z-index: 10; right: 0; width: 65px; height: 129px; opacity:0.9; }
.pop_aside span{ display: block; width: 31px; height: 23px; margin: 5px auto 2px;}
.pop_aside .pop_chat .ico{ background: url(../images/ep_all.png) no-repeat 0  -67px;}

.pop_aside .pop_chat , .pop_aside .pop_kb{ text-align: center; color: #ffd352; font-weight: bold;  background:#f27200; padding: 5px 0; border-bottom-left-radius: 5px;  border-top-left-radius: 5px;}
.pop_aside .pop_chat a{ color: #FFF; text-decoration: none;}
.pop_aside .pop_chat a:hover{}
.pop_aside .pop_kb{ position: relative; border-top: 1px solid #999;background:#1c6eb5; margin-top:3px;  cursor: pointer;}
.mini-product-view{ position: absolute; top:0; right: 0; box-shadow: 0 0 3px #CCC; border: 1px solid #CCC; display: none; z-index: -1; width:200px;}
.pop_aside .pop_kb a{ color:#FFF; text-decoration:none;}
.package_warp .con{width:400px; text-align:left; margin-left:10px;}
.package_warp .title {font-size: 24px;font-weight: bold;margin: 0 0 10px 0;}
.side-col h3.check_hd{ font-size:14px; line-height:33px; color:#333; padding:0}
.side-col .cehck_list li{ height:24px; line-height:24px;border:none; border-bottom:1px solid #ddd; background:none}
.side-col .cehck_list li.last{ border:none}