/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/


/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48%; float:left;}
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right; }

/* 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 {  !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }


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

/********************** 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; background:url(../images/radio_btn_bg.gif) no-repeat; width:12px; height:12px; }
input.checkbox { margin-right:3px; }
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold; line-height:15px; }
input.input-text:focus, textarea:focus, select:focus { background-color:#ffffff; }
.button-set { clear:both; margin-top:4em; border-top:1px solid #e4e4e4; padding-top:8px; text-align:right; }
button::-moz-focus-inner { padding:0; border:0; }

.form-button,
.form-button-alt { overflow:visible; border:0; background:transparent; font:bold 12px/19px Arial, Helvetica, sans-serif; cursor:pointer; text-align:center; vertical-align:middle; padding-top:3px; padding-bottom:3px; }
.form-button span,
.form-button-alt span { float:left; height:19px; border:1px solid #406a83; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; background:#91c1cb url(../images/bkg_btn.gif) 0 100% repeat-x; white-space:nowrap; color:#fff; }

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

/* Form lists */
.form-list li { margin-bottom:6px;padding:0 80px 0 0;}
.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:#fbfaf6;
    }

.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    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; }

/* Form Messages */
.validation-advice, .required { color:#5A7DC1; }
.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;
    }
label.required {
    font-weight:bold;
    }
p.required { font-size:.95em; text-align:right; }

p.required-custom { font-size:.95em; text-align:left; padding: 0; }

/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages { width:100%; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
/*    min-height:23px !important;*/
    line-height: 20px;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !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);
	margin:0px;
    }

.success-msg {
    border-color:#446423;
    color:#3d6611;
    background-color:#eff5ea;
    background-image:url(../images/success_msg_icon.gif);
/*	width:90%;*/
/*	margin-left:16px;*/
    }
	.success-msg-custom {
    border-color:#446423;
    color:#3d6611;
    background-color:#eff5ea;
    background-image:url(../images/success_msg_icon.gif);
	width:90%;
	margin:0 20px;
    }
.shopping-cart-msg { text-align:left; }
.shopping-cart-msg .success-msg {
	background:transparent url(../images/shopping-cart-success-msg.jpg) no-repeat !important;
	border:0px !important;
	padding:1px 0px 1px 30px !important;
	text-align:left;
	/*position:absolute;*/
	left:40px;
	top:86px;
	width:645px;
}
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url(../images/note_msg_icon.gif);
    }



/********************** 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 10px 0; }
.page-head-alt { margin:0 0 12px 0; }
.page-head, .page-head-alt { text-align:right; }
.page-head h3, .page-head-alt h3 {
    margin:0;
    font-size:1.7em !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
    }
.button-level h3 { /* heading level with buttons */
    float:left;
    width:55%;
    }
.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 {
    
    }
.category-head h2 {
    max-width:100%;
    margin:0;
    padding:3px 0;
    color:#0a263c;
    font-size:1.6em;
    line-height:1.3em;
    font-weight:normal;
    overflow:hidden;
    }

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

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

/* Data Table */
.data-table { border:1px solid #E0E0E0; border-collapse:collapse; width:100%;border-right:1px solid #E0E0E0; }
.data-table tr { background:#fff; }
.data-table .odd  { background:#FAFAFA; }
.data-table .even { background:#FFF !important; }
.data-table td.last, .data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { line-height: 20px; }
.data-table th { border-right:1px solid #E0E0E0; 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 { border-bottom:1px solid #E0E0E0; }
.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first { border:1px solid #e3e3e3; }
.data-table tfoot tr { background-color:#fafafa !important; border-bottom:0; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tbody td { border-bottom:1px solid #E0E0E0; }
/* 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 {  }
.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 5px; }
.pipe { padding:0 4px; font-size:.95em; color:#CDCDCD; }

.divider { border-top:1px solid #E3E3E3; padding:10px 0;}

/********************** Pager */
table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:70px; }
table.view-by td.sort-by { text-align:right; padding-right:44px; }
table.view-by select { width:85px; }
table.pager, table.view-by {
    width:100%;
    background:url(../images/pager_bg.gif) repeat-x 0 100% #fff;
    font-size:.95em;
	margin:0 auto;
    }
.pager-left {
    width:6px;
    background:url(../images/pager_L.gif) no-repeat ;
    height:26px;
    }
.pager-right {
    width:6px;
    background:url(../images/pager_R.gif) no-repeat ;
 	height:26px;
    }	
table.pager td {
	vertical-align:middle;
	height:26px;
	padding:0 10px;
}
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:0 2px; }
table.view-by td {
    width:33%;
    border-top:1px solid #e2e2e2;
    padding:4px 8px;
    vertical-align:middle;
    }

/* colors */
.green { color: #76942C; }
.dark-green { color: #505B35; }
/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


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

/* Structure */
.wrapper { min-height:100%; text-align:left; width:1001px; margin:0 auto; }

.header-top { position:relative; z-index:20; width:1000px; margin:0 auto; }
.header-nav {}
.side-col { width:195px;}
.col-left { float:left; width:258px; }
.col-main { float:left; }
.col-right { float:right; width:259px; }
.col-1-layout .col-main { float:none; margin:0; text-align:center; }
.col-2-right-layout .col-main { float:left; width:732px; }
.col-2-left-layout .col-main { padding-bottom:13px; width:732px; float: right; }
.col-3-layout .col-main { width:475px; margin-left:17px; }

/* Style */
.header { width:1000px; margin:0 auto; padding:0 0 7px 0; }
.header-top-container { height:92px; }
.header-top { padding:3px 0 0px; }
.header-nav-container {width:1001px; background:url(../images/nav_bg.gif) repeat-x top; position: relative;}
.middle-container { width:1002px; margin:0px auto 0; padding:0  0px; min-height:350px; /*background:url(../images/main_container_bg.gif) no-repeat 50% 0 #fbfaf6;*/ }
.middle { /*min-height:400px;*/  position:relative; margin-top:0px; }

/********************** Header */

/* Logo */
h1#logo {
    float:left;
    width:392px;
    margin:19px 0 0px 0px;
    }
.page-popup h1#logo { display:none; }


/* Quick Access*/
.quick-access {
     float:right;
    text-align:left;
    color:#fff;
	background: url(../images/top_bg.gif) repeat-x top ;
	width:480px;
	position:relative;

	

    }
.quick-access p { margin-bottom:4px; }
.quick-access li {
    display:inline;
    padding:0px 5px 0px 0px !important;
	float:left;
 }
.quick-access li.first { padding-left:8px !important; }
.quick-access li.last { padding-right:0px !important; background:none; }
.shop-access { margin-bottom:0px;  }
.shop-access a{ color:#FFF; font-weight:700; font-size:12px; text-decoration:none; }
.shop-access a:hover {text-decoration: underline; color:#fff; }
.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; }

.top-link-cart { background:url(../images/icon_cart.gif) 0 50% no-repeat; padding-left:17px; }

/* Breadcrumbs */
.breadcrumbs {  margin-bottom:8px; font-size:.95em; line-height:1.25em; margin-top:0px; margin-left:13px; text-align:left; }
.breadcrumbs li { display:inline; }


/* Mini search */
.mini-search { width:290px; height:33px; padding:8px 0px 0 170px; background:transparent url(../images/mini_search_bg.gif) no-repeat scroll 115px 50%; position:relative; }
.mini-search .input-text { width:120px; margin:4px 4px 4px 10px;   border:0; }
.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 {  }
.side-col .content { padding:5px 10px; }
.side-col .head { text-align:left; }
.side-col h2, .side-col h3, .side-col h4, .side-col h5 { float:none;  }
.side-col h3 { font-size:1.05em; text-transform:uppercase; }
.side-col h4 {  font-size:14px; color:#444; padding:0 0 0 8px;  }
.side-col .actions {
    padding:4px 0;
    font-size:.95em;
    text-align:center;
    }
.side-col .actions a, .side-col .actions a:hover { text-decoration:none; padding: 10px 20px; }
.widget-btn { float:right; font-size:11px; margin:0 3px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }


/* 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-left:2px solid #E9D360;border-right:2px solid #E9D360; background:#fff; line-height:1.3em;  font-size:.95em;  }
.base-mini .head { margin:0 1px;background:#FFFCED; padding:2px 15px; }
.base-mini .head h4 { min-height:16px; color:#000/*c7363e*/; background-repeat:no-repeat; background-position:0 0; padding:1px 0 1px 0px; font-weight:14px;  }
.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.base-mini h5 { font-size:1em; }
.base-mini .content, .base-mini ol { background-color:#FFF; }
.base-mini ol li { padding:7px 15px; }
.base-mini ol li.odd { background:#FFF; }
.base-mini ol li.even { background:#fafafa; }
.base-mini .actions { background:#FFFCED; padding:6px; }
.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; }
.base-mini .product-names { margin-left:18px; }
.base-mini .product-details { margin:0 0 0 60px; height:50px; }
.base-mini .product-details[class] { height:auto; min-height:50px; }
.base-mini .regular-price { font-size:11px; }
.base-mini .regular-price .price { color:#2f2f2f; }
.base-mini .special-price { font-size:11px; }
.base-mini .minimal-price { font-size:11px; }
.base-mini .price-box { margin:1px 0; }

/* Sidebar Blocks */
.mini-product-tags .head h4 {  }
.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 { }
.mini-newsletter .input-text { margin-bottom:3px; }

.mini-cart .head h4 {}
.mini-cart .subtotal { background: url(../images/price_bg.gif) no-repeat; width:218px; height:22px; margin-top:5px; padding:0px 0; text-align:center; font-weight:bold;color:#FFF; line-height:18px; font-size:14px; }
.mini-cart h5 { margin:0; background:#FFF; padding:6px 8px 2px 8px; }
.mini-cart .actions { border-bottom:1px solid #E6C832; padding-top:3px; padding-bottom:10px; }
.mini-cart .actions .form-button { margin-top:3px; margin-bottom:5px; }
.mini-wishlist .head h4 { background-image:url(../images/icon_bell.gif); }
.mini-wishlist .link-cart { display:block; }

.mini-compare-products .head h4 {  }
.mini-compare-products .head a { line-height:22px; }

.mini-poll .head h4 { background-image:url(../images/icon_group.gif); }
.mini-poll td.label { font-weight:bold; padding-right:10px; }
.mini-poll td.item  { white-space:nowrap; }

.mini-product-view .head h4 {  }


/********************** Footer */
.footer-container { width:1000px; margin:0 auto;   }
.footer {text-align:center; background:url(../images/footer_bg.png) no-repeat ; line-height:33px; font-weight:700; color:#BBBBBB;width:1000px; }
.footer a { color:#8D8C8C;text-decoration:none;  display:inline; font-weight:bold; position:relative; }
.footer a:hover { color:#8D8C8C; text-decoration:underline; }
.footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
.footer .informational label { font-weight:bold; padding-right:3px; }
.footer .informational ul { display:inline; width:1000px; }
.footer .informational li { display:inline; background:url(../images/footer_info_separator.gif) no-repeat 100% 50%; padding-right:8px; padding-left:4px;  }
.footer .informational li.last { background:none; padding-right:0; }
.footer .legality {color:#BBB; }
.footer_div{ width:1000px; display:inline;}

.footer-images {
border-bottom:1px dotted #CCCCCC;
height:122px;
margin-top:10px;
padding-left:8px;
}

/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/

.product-shop { float:left;padding:0 0 0 30px; position:relative; }
.out-of-stock { height:18px; padding-top:3px;color:#D83820; font-weight:bold; float:right; margin:12px; }
.product-shop .short-description { width:100%; overflow:hidden; margin-bottom:10px; padding:10px 0; border-bottom:1px solid #D6D6D6; color:#000000; }
.product-shop .short-description .sub-title { font-size:13px; font-weight:bold; padding:0 0 5px; }

/********************** Rating */
.ratings {
    margin:7px 0;
    line-height:1em;
    }
.rating-box {
    float:left;
    position:relative;
    width:69px;
    height:15px;
    margin-right:5px;
    background:url(../images/product_rating_blank_star.gif) repeat-x;
    }
.rating-box .rating {
    position:absolute;
    top:0;
    left:0;
    height:15px;
    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; font-weight:bold; line-height:22px;  }

.price-box { padding:5px 0; }
.price-box .price { font-weight:bold; color:#C0A206; font-size:16px;height:44px;   }

.price-box-clone { font-weight:bold; color:#fff; width:87px; height:30px; float:right; text-align:center; font-size:16px; background:transparent url(../images/price_btn_small_bg.gif) no-repeat; line-height:30px; padding-right:25px; }
.price-box-clone .price { line-height:30px; }
.price-box-clone .price-box-custom { padding:0px; font-weight:bold; color:#fff; width:87px; height:30px; float:left; text-align:center; font-size:16px; background:transparent url(../images/price_btn_small_bg.gif) no-repeat; line-height:30px; }

.price_clone_title { font-weight:bold; font-size:12px; color:#000; float:right; display:inline; margin:7px 7px 0 0; }
.price-box-custom { font-weight:bold; color:#FFF; background:transparent url(../images/price_btn_bg.gif) no-repeat scroll top; height:44px; font-size:30px; height:44px;  width:128px; font-size:30px; line-height:25px; float:left; text-align:center; padding:10px 0 0 0;}
.price-box-custom-l { background:transparent url(../images/price_btn_bg.gif) no-repeat scroll top;}
.price-box-custom-r {background:transparent url(../images/price_btn_bg.gif) no-repeat scroll top; }
/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; font-size:30px; padding:20px 20px; }

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

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#F56010; }

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

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

/* 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;font-size:12px; color:#1E7EC8;  }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; font-size:12px; color:#1E7EC8; }

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

.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:.4em;
    font-size:14px;
    width:100%;
    overflow:hidden;
    }
.catalog-listing h5 a, .catalog-listing h5 a:hover {
    color:#577EBF;
	font-size:13.5pt;
    
    }
.catalog-listing .add-to {
    margin:.7em 0;
    color:#555555;
    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 { color:#CDCDCD;  }
.catalog-listing .ratings a { }

/* Generic Product Grid */
.generic-product-grid { width:100%; }
.generic-product-grid td {  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:38px;
    }
.layered-nav h3 { display:none; }
.layered-nav .border-creator { background:#7e9bd3;  }
.layered-nav h4 {
    margin:0;
    border-top:1px solid #b3c3e4;
    border-left:0;
    border-right:0;
    padding:3px 10px;
   
    color:#FFF;
    font-weight:bold;
    font-size:1em;
    }
.layered-nav .narrowed-category li { background:url(../images/narrow_category_bg.gif) no-repeat 0 100% #7e9bd3; padding:0px 6px 0px 10px; height:20px; margin:10px 14px; font-weight:bold; color:#5a7dc1; line-height:18px; }
.layered-nav .narrowed-category li .label { color:#5a7dc1; font-weight:normal;
   



    }
.layered-nav .widget-btn {
    float:right;
    margin:.2em 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 dl {
    background:#5A7DC1;
    padding:0 0 1em 0;
    }
.narrow-by dt {
    margin:0 20px;
    padding:7px 10px 0 0px;
	border-bottom:1px solid #9BB1D8;
    
    color:#FFF;
 
    }
.narrow-by dd {
   
    padding:0 12px .8em 12px;
	background:#5A7DC1;
    }
.narrow-by dd li { margin-bottom:.3em; line-height:1.3em; }
.narrow-by dd.last { background:none; }



/********************* Tool Tips */
.tool-tip { border:1px solid #7ba7c9; background:#eaf6ff; position:absolute; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
.tool-tip .btn-close { display:block; position:absolute; right:6px; text-align:right; top:6px; }


/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/

/********************** 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 h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.recently .product-image { border:2px solid #dcdcdc; }
.recently a.product-name, .recently a.product-name:hover { color:#1d7ecf; font-size:11px; }
.recently .add-to {margin-top:5px;font-size:11px; }
table.recently-list {width:100%; }
table.recently-list td {width:20%; }

/********************** 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 { display:inline; width:250px; }
.advanced-search .range .input-text { width:70px; }

.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; 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%; margin-bottom:10px; }
.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-bottom:1px solid #D9DDE3; padding:0 0 10px 0; margin:0 0 20px 0; float:left; width:708px; }
.listing-type-list .product-image { float:left; width:135px; height:135px; padding:0 10px 0 20px; }
.listing-type-list .product-shop { width:520px; padding-left:10px !important; }
.listing-type-list .product-shop .description { float: left; width: 340px; }
.listing-type-list .product-shop .description .link-details { padding:10px 0 0 5px; }
.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 .listing-item .rating-box { margin-bottom:6px; }
.listing-type-list .last { border:0px; }
.listing-type-list .listing-item .description li { margin:0 0 0 5px; padding:0 0 0 15px; background:url(../images/disc_green.gif) 0 5px no-repeat; }
.listing-type-list .listing-item .old-price { font-size:13px; text-align:right; padding:0 0 5px; }
.listing-type-list .listing-item .old-price .price-label { line-height:15px; color:#444444; font-weight:bold; }
.listing-type-list .listing-item .old-price .price { line-height:15px; color:#444444; }
.listing-type-list .listing-item .special-price { font-size:13px; padding:0px; text-align:right; }
.listing-type-list .listing-item .special-price .price { line-height:15px; }
.listing-type-list .listing-item .special-price .price-label { line-height:15px; color:#577EBF; }

/* Grid Type */
.listing-type-grid { background:url(../images/bkg_products-grid3.gif) 0 0 repeat; }
.listing-type-grid .grid-row { border-bottom:1px solid #d9dde3; }
.listing-type-grid li.item { float:left; width:138px; padding:12px 10px; line-height:1.6em; overflow:hidden; }
.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-image:url(../images/bkg_products-grid2.gif); }
.col-2-left-layout .listing-type-grid li.item,
.col-2-right-layout .listing-type-grid li.item { width:208px; }



/********************** Product Detail */
/* Product Images */
.product-img-box { float:left; width:267px; }
.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:22px; 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:24px;background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
.image-zoom .btn-zoom-out { position:absolute; left:2px; top:0px; }
.image-zoom .btn-zoom-in { position:absolute; right:2px; top:0px; }
.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; }
/* To turn on floating images preview please remove comments and set image size 120x120px in \template\catalog\product\view\media.phtml */
/*.product-img-box .more-views li a { position:relative; }
.product-img-box .more-views li a img { margin:-32px 0 0 -32px; }
.product-img-box .more-views li a:hover { border:2px solid #ddd; overflow:visible; z-index:999; }
.product-img-box .more-views li a:hover img { border:2px solid #ddd; margin:0; position:absolute; top:-34px; left:-34px; }*/

.product-info-box { }
.product-info-box .product-name { margin-bottom:.3em; color:#0a263c; font-size:30px;   }
.product-info-box .plan_name { color:#5A7DC1; font-weight:bold; font-size:25px; }
.product-info-box .plan_minutes { color:#FEB302; font-weight:bold; font-size:26px; }
.product-info-box .price-box { margin:10px 0; }
.product-info-box .data-table .price-box { margin:0; padding:0; }
.product-info-box .availability { margin:10px 0; padding:0; font-size:14px; color:#404040; font-weight:bold; }
.product-shop .condition { color:#000000; font-size:13px; padding:2px 0; }
.product-shop .condition .title { font-weight:bold; color:#6E8FC9; }
.product-shop .special-offer { color:#000000; font-size:13px; padding:2px 0; }
.product-shop .special-offer .title { color:#F2B500; font-weight:bold; }
.catalog-listing .special-offer { color: #F56010; font-size: 12px; font-weight: bold; padding-bottom: 7px; }

.add-to-cart-box { float:right; padding:3px 7px; width:180px; }
.add-to-cart-box .qty-box { float:left; width:71px; }
.add-to-cart-box .qty-box label { margin:3px 0 0 0; font-weight:bold; }
.add-to-cart-box .qty-box .qty { margin:3px 5px; }
.add-to-cart-box .form-button { float:left; }

.add-to-box { text-align:right; margin:22px 0;}
.add-to-box li { display:inline; }

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

.product-info-box .ratings { margin-bottom:1em; }
.product-essential, .product-collateral {  }
.product-essential { padding:10px 25px 25px 25px; background:url(../images/box_732_middle.gif) repeat-y; }
.product-essential .product-shop { width:385px; }
.product-essential .product-shop .ratings { margin-bottom:10px; }

.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 { padding:0px 0px 20px 0; background-color:#FFF; border:0px solid #D9D9D9; border-bottom:0; border-top:0; width:385px; margin:0;}
.product-options dt { padding:10px 0 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:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4;display:inline; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; display:inline; margin:10px 0 0 0px; padding-left: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;display:inline; }
.product-options ul.options-list li { line-height:1.5; padding:2px 10px 0 0 ; display:inline; }
.product-options ul.options-list input.radio {  margin-top:3px; background:url(../images/radio_btn_bg.gif) no-repeat; width:12px; height:12px; }
.product-options ul.options-list input.checkbox {  }
.product-options ul.options-list .label { display:inline;}
.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:15px 20px 0 20px; }

.product-options-bottom { background-color:#FFFCED;  border:1px solid #d9d9d9; border-top:0;border-bottom:0; width:674px; margin:0 auto; padding:10px 0 5px 0; }
.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 { float:left; margin:0; padding:0; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-shop .product-options-bottom .price-box { float:none; }
.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 */
dl.item-options dt { font-weight:bold; font-style:italic; }
dl.item-options dd { padding-left:10px; }

.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; font-style:italic; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border: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%; }
.shopping-cart .truncated .show dl { top:0px; left:50px; }
.col-left .truncated .show dl { left:35px; top:10px; }
.col-right .truncated .show dl  { left:-240px; top:10px; }
#checkout-review-table .truncated .show dl { top:0px; left:60px; }
#checkout-review-table th { height:40px; vertical-align:middle; border-right:0px; }
#checkout-review-table tfoot td { border-right:1px solid #E6C832; background:#FFFBEF; color:#0A263C; font-size:13px; font-weight:bold; height:32px; vertical-align:middle; }
#checkout-review-table tfoot td.last { border-right:0px; text-align:center; }
#checkout-review-table tbody td { line-height:30px; vertical-align:middle; }

/* Product Collateral */
.product-collateral { }
.product-collateral .head { margin-bottom:1em;   padding-bottom:1px; font-size:18px; }
.product-collateral .collateral-box { margin-bottom:2em;  }
.product-collateral .collateral-box h4 { color:#404040; font-weight:18px; }
.product-collateral .attribute-specs table {  width:675px; }
.product-collateral .attribute-specs .label { font-weight:bold; }
.product-collateral .attribute-specs .data { border-right:0; height:40px; }
.product-collateral .attribute-specs td {  line-height:18px; }

.product-collateral .up-sell .generic-product-grid { border:1px solid #E3E3E3; border-left:0;border-right:0; }
.product-collateral .up-sell .generic-product-grid td { width:25%; border-color:#E5DCC3; background-color:#fff; padding-top:15px; }
.product-collateral .up-sell .generic-product-grid td.empty-product { background-color:#fff; }
.product-collateral .up-sell .generic-product-grid td img { border:1px solid #E5DCC3; }
#customer-reviews { margin-bottom:10px; }
#tab-reviews_contents .head { padding:0 0 5px; margin:0 0 5px; border-bottom:1px solid #CCCCCC; }
#customer-reviews li { margin-bottom:5px; }
#customer-reviews li p { clear:both; }
.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 { }
.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; background:url(../images/check_box.gif) no-repeat; width:13px; height:13px; /*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 ol li { padding-left:0 ; padding-right:0;}



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

.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 20px; }


/* Shopping Cart */
.shopping-cart  { margin-bottom:0; border-top:0px !important; border-bottom:0px !important; }
.shopping-cart th, .shopping-cart td { padding-left:13px; padding-right:13px; vertical-align:middle; }
.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; }
.shopping-cart .price { color:#C0A207; }

#shopping-cart-table thead tr {  }
#shopping-cart-table thead tr th { background:none; padding-top:0px; padding-bottom:5px; }
#shopping-cart-table th { border-right: 1px solid #FFFCED; }
#shopping-cart-table tfoot tr { background-color:#fff !important; }
#shopping-cart-table tfoot tr td { padding-top:7px; }

.shopping-cart-bg-top { background:url(../images/shopping_cart_bg_top.jpg) no-repeat; height:11px; overflow:hidden; }
.shopping-cart-bg-bottom { background:url(../images/shopping_cart_bg_bottom.jpg) no-repeat; height:11px; overflow:hidden; }

td.attributes-col { line-height:1.4em; text-align:left; vertical-align:middle; }
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; font-size:13px; }

.shopping-cart-totals {
    width:248px;
    float:right;
    margin-top:25px;
/*    border:1px solid #BEBCB7;*/
/*    background:#DEE5E8;*/
    text-align:right;
    }
#shopping-cart-totals, #shopping-cart-totals .sb-inner { background:#FBFDF2; }
#shopping-cart-totals .sb-border { background:#DDDDDD; }

.shopping-cart-totals table { width:100%; margin:15px 0; line-height:22px; }
.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 12px 15px; }
.shopping-cart-totals .checkout-types li { clear:both; margin:5px 0; text-align:center; }

/* 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-collaterals {
    float:left;
    width:605px;
    padding:25px 0;
    }
.shopping-cart-collaterals .box {
    margin-bottom:18px;
    padding:12px 20px;
/*    border:1px solid #D0CBC1;*/
/*    background:url(../images/base_mini_head_bg.gif) repeat-x #fff;*/
	float:left;
/*	margin-left:20px;*/
    }
.shopping-cart-collaterals .box .form-button  {  margin-left:5px; }

#discount-codes, #discount-codes .sb-inner { background: #FBFDF2; text-align:left; }
#discount-codes .sb-border { background: #DDDDDD; }
#shipping-estimate, #shipping-estimate .sb-inner { background: #FBFDF2; text-align:left; }
#shipping-estimate .sb-border { background: #DDDDDD; }

#discount-codes p { margin-bottom:5px; }
#shipping-estimate p { margin-bottom:10px; }
#discount-codes #coupon_code { width:150px; }
.applycoupon_btn{ overflow:visible; border:0; background:url(../images/btn_green_apply.png) no-repeat; width:57px;height:21px;  border:0;  cursor:pointer; text-indent:-9999px; }
.cancelcoupon_btn{ overflow:visible; border:0; background:url(../images/btn_green_cancel.png) no-repeat; width:110px;height:21px;  border:0;  cursor:pointer; text-indent:-9999px; }
.get-a-quote{ overflow:visible; border:0; background:url(../images/btn_green_getaquote.png) no-repeat; width:88px;height:21px;  border:0;  cursor:pointer; margin:0px 0; text-indent:-9999px; }

.shopping-cart-collaterals .discount-codes h4, .shopping-cart-collaterals .shipping-estimate h4 {
    min-height:16px;
    color:#444444;
    padding:1px 0 1px 0px;
	text-align:left;
	font-weight:bold;
    }
.shopping-cart-collaterals .discount-codes h4 {  }
.shopping-cart-collaterals .shipping-estimate h4 { }
.shopping-cart-collaterals .shipping-estimate .input-text { width:210px; }
.shopping-cart-collaterals .shipping-estimate select { width:216px; }
.shopping-cart-collaterals .upsell {
    width:42.5%;
/*    border:1px solid #cec3b6;*/
    padding:12px 15px;
    margin-right:20px;
/*    background:#fafaec;*/
    }
#upsell, #upsell .sb-inner { background: #FCFFEE; }
#upsell .sb-border { background: #F4FBCF; }

.shopping-cart-collaterals .upsell .product-image { float:left; width:75px; border:1px solid #d0cdc9; }
.shopping-cart-collaterals .upsell .product-shop { width:140px; }
.shopping-cart-collaterals .upsell .product-shop h5 { font-size:1em; }
.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; }


/* One-Page checkout */
.one-page-checkout { }
.one-page-checkout li { margin-bottom:5px; }
.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box { padding:15px 20px; }
.one-page-checkout #opc-login .box { padding-left: 0; padding-right: 10px; }
.one-page-checkout .head {
    margin-bottom:0 ;
    padding:0px 8px 0px 8px;
    background:url(../images/opc_off_head_bg.gif) no-repeat;
	height:37px;
}
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 { color:#999; font-size:1.05em; padding:10px 5px 0 6px; }
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; text-transform:uppercase; margin-bottom:10px; }
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .step-count { color:#fff; font-size:.9em; padding:0 14px 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 .allow .head { background:url(../images/opc_allow_head_bg.gif) no-repeat; cursor:pointer; }
.one-page-checkout li.active { background:url(../images/opc_active_bg.gif) repeat-y; }
.one-page-checkout .active .head { margin-bottom:0; background:url(../images/opc_active_head_bg.gif) no-repeat; cursor:default; }
.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:#fff; }
.one-page-checkout .allow .step-count { color:#fff; }
.one-page-checkout .active .step-count { color:#E6C832; }
.one-page-checkout .active .box { display:block; background:url(../images/opc_active_bottom_bg.gif) 0 100% no-repeat; }
.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 { }
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li { background:#FBFDF2; border-top:1px solid #DEDEDE; padding:1px 0; }
.one-page-checkout-progress h4 { margin:0; color:#5A7DC1; padding:2px 15px; background:#FBFDF2; text-transform:none;  }
.one-page-checkout-progress h4.complete { background:#FBFDF2; color:#5e8ab4; }
.one-page-checkout-progress h3 { padding:0 15px; line-height:25px; text-transform:none; }
/*.one-page-checkout-progress h4.complete { border-bottom:1px solid #A3AEB3; background:#D0DCE1; color:#5e8ab4; }*/
.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress .content { padding:8px 13px; }
#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { }
#opc-review .data-table { border:0px; width:675px; margin:0 0 0 2px; }
.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; border:0px; }


.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 .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 { }
.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 { width:60px !important; }
.customer-dob input { width:50px !important; }
.customer-dob small { color:#888; font-size:10px; }

/* My Account navigation */
.account-nav { margin-bottom:10px; padding-bottom:9px; background:url(../images/account_nav_bottom_bg.jpg) 0 100% no-repeat; }
.account-nav .head {
   margin:0;
   background:url(../images/account_nav_head_bg.gif) no-repeat 0 100%;
   padding:15px 10px 0;
   height:28px;
    }
.account-nav .head h3 { color:#444; font-size:1.1em; text-transform:none; }
.account-nav ul { background:#fbfaf6; padding:4px 0px 0px 0px; border:1px solid #ddd; border-width:0 1px; width:255px; }
.account-nav li { padding:3px 10px; border-bottom:1px solid #ddd; }
.account-nav li a, .account-nav li.on {  }
.account-nav li a { display:block; /*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 .col-1, .login-box .col-2 { float:left; background: #fff; text-align: left; }
.login-box .content { background:#FFF; padding:7px 21px; margin:0 14px; border-bottom:0; border-top:0; }
.login-box .content1 { background:#FFF; padding:14px 21px; margin:0 14px; border:1px solid #e3e3e3; border-bottom:0; border-top:0; }
.login-box h4 {
    min-height:16px;
   
    margin-bottom:1.2em;
    padding-bottom:5px;
    
    background-position:0 1px;
    background-repeat:no-repeat;
    font-size:1.05em;
    color:#444;
    
    }
.login-box .new-users h4 {}
.login-box .registered-users h4 { }
.login-box .button-set { margin:0; border:none; background:url(../images/login_box_form_buttons_bg.gif) repeat-x; padding:8px 13px; }
.login-box .content { /*min-height:150px; background: #FBFDF2 url(../images/registeration-image.gif) no-repeat 350px;  height:92px;*/ width:411px; }
.login-box .content1 { min-height:135px; background: #FBFDF2 url(../images/registeration-image1.gif) no-repeat 350px;  height:92px; width:411px; }

/* Dashboard */.account-box { padding:0px; }
.account-box .head { margin-bottom:10px; border-bottom:1px solid #d9dde3; padding:0 0 5px; }
.account-box h4 { color:#444/*E65505*/; font-size:1.1em; }
.account-box .inner-head { margin-bottom:8px; border-bottom:1px solid #ddd; padding-bottom:2px; text-align:right; }
.account-box h5 { font-size:1.1em; color:#4B5914; text-transform:none; }
.account-box h5 a { font-weight:normal; }
.account-box h6 {  }
.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 { font-size:1.1em; }
.account-box .head h4 { 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 {  }
.ad-tags .head h4 { background-image:url(../images/icon_ma_tags.gif); }
.ad-reviews .head h4 { background-image:url(../images/icon_ma_reviews.gif); }
.mypoints-summary .head h4 { line-height: 18px; padding: 0 22px; }

/* Account Addressbook */
.primary-address-list h4, .address-list h4 {font-size:1.2em; color:#4B5914; }
.primary-address-list li {
		margin-bottom:10px;
    }
.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:#fffada !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 .product-image { float:left; width:135px; }
.my-review-detail .product-image p { margin-bottom:0; }
.my-review-detail .product-image p img { vertical-align:top; }
.my-review-detail .details { float:right; width:538px; }
.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; margin:0px; 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 {  !important; font-weight: bold; !important; font-size:11px; }
.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; }

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

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

/* Expiration date and cvv number validation case */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }
/****************************************************/
/***********[ Style for Mingo ]***********/
/****************************************************/
.top-link-section{ background: url(../images/top_bg.gif) repeat-x}
.top-link-left{ background: url(../images/top_L_corner.gif) no-repeat left  top; width:19px; float:left; height:23px;    }
.top-link-right{ background: url(../images/top_R_corner.gif) no-repeat right top;width:19px;float:right; height:23px;   }

.banner-image{ background:url(../images/banner_image.jpg) no-repeat top; width:259px; height:289px; float:left; position:absolute; left:20px; top:3px;}
.banner-text{ color:#444; font-size:27px; font-weight:700; padding:5px 20px 0 0px; width:400px; float:right; text-align:left; }
.banner-text-small{color:#444; font-size:14px; font-weight:700;  line-height:19px; padding:0px 0 7px; text-align:left;}
.bullets ul { margin:0; padding:0; }
.bullets ul li { padding-left:15px; color:#5A7DC1; font-size:14px;font-weight:bold; text-align:left; line-height:18px; background:url(../images/bullets.gif) 0 50% no-repeat; display:block; }
.bullets1 ul { margin:0; padding: 16px 0 0 0;width:200px;float:left;text-align:left;}
.bullets1 ul li {padding-left:15px;color:#6e8fc9; font-size:12px;font-weight:700; text-align:left; background:url(../images/bullets.gif) 0 4px no-repeat; display:block;}
.mingo-image{ background:url(../images/mingoa.gif) no-repeat left bottom; padding:20px 0 0 ; height:68px;}
.mingo-imagea{ background:url(../images/mingob.gif) no-repeat left bottom; padding:20px 0 0 0;height:68px;}
.mingo-imageb{ background:url(../images/mingoc.gif) no-repeat left bottom; padding:20px 0 0 0;height:68px;}
.wrap {width:732px;float:left;}
.top, .bottom {float:left;width:732px;height:11px;background:  url(../images/box--b.gif) no-repeat; overflow:hidden;}
.top {background:  url(../images/box--t.gif) no-repeat; overflow:hidden; height:11px;  }
.box1 {float:left;padding:0px 20px 0 20px;background:url(../images/box_bg.gif) repeat-y;font:12px;color:#000; width:692px;}
.box2 {float:left;padding:0px 20px 0 20px;background:url(../images/box_bg1.gif) repeat-y;font:12px;color:#000; width:692px; height:236px; }
.top1, .bottom1 {float:left;width:732px; height:11px; overflow:hidden; background: url(../images/box_732_bottom.gif) no-repeat;}
.top12, .bottom12 {float:left;width:650px;height:11px;background:  url(../images/box-b12.gif) no-repeat;}
.top1 {background:url(../images/box_732_top.gif) 0 100% no-repeat; height:11px; overflow:hidden; }
.top12 {background:url(../images/box-t12.gif) no-repeat; }
.box-product-listing {float:left;padding:0 10px;background:url(../images/box_732_middle.gif) repeat-y;font:12px;color:#000; width:708px;}
.box-product-listing table.pager { width:100%; }
.box-product-listing table.pager td { padding:0px; }
.box-product-listing .listing-type-list { margin-top:20px; }
.box1 {float:left;padding:0px 20px 0 20px;background:url(../images/box_732_middle.gif) repeat-y;font:12px;color:#000; width:692px;}
a.learn_more { background:url(../images/learnmore.gif) no-repeat scroll 0px 15px; width:78px; height:22px; padding:10px 20px 10px 20px; float:right;display:block; border:0; text-decoration:none; }
a.learn_more_header { background:url(../images/learnmore.gif) no-repeat scroll 0px 15px; width:98px; height:26px; padding:10px 0px; float:right;display:block; border:0; text-decoration:none; margin:6px 3px 0 0; }
a.learn_more:hover {  }
.footer-r{  background:url(../images/footer_right.gif) no-repeat top right; width:11px; height:33px; float:right;}
.footer-l{  background:url(../images/footer_left.gif) no-repeat top left;width:11px; height:33px; float:left;}
wrap-small{ width:259px; float:left; }
.small_top, .small_bottom {float:left; width:259px;height:11px; overflow:hidden; background:url(../images/box_257_bottom.gif) no-repeat;}
.small_top {background:url(../images/box_257_top.gif) 0 100% no-repeat; height:11px; overflow:hidden; }
.small_box {float:left;padding:0px 0 0 20px;background:url(../images/box-small-bg.gif) repeat-y;font:12px;color:#000; width:260px;}
.small_top1, .small_bottom1 {float:left;width:261px;height:11px;background:  url(../images/box-small-b1.gif) no-repeat top;}
.small_top1 {background:  url(../images/box-small-t1.gif) no-repeat  bottom; }
.small_box1 {float:left;padding:0px 0 0 20px;background:url(../images/box-small-bg1.gif) repeat-y;font:12px;color:#000; width:261px;}
.right_image1{ background:url(../images/right_col_image1.gif) no-repeat 0% 100%; width:222px; height:70px; padding:10px 0 0 0; float:left;}
.right_image2{ background:url(../images/right_col_image2.gif) no-repeat 100% 100%; width:87px; height:86px; float: left;}
.right_image3{ background:url(../images/right_col_image3.gif) no-repeat 100% 100%; width:64px; height:81px; float: left;}
.text_right{ font-size:16px;  font-weight:700; float:right; margin:0px;color:#3e4d03; text-align:left; padding-right:40px; } 
.text_right1{ font-size:16px;  font-weight:700; float:left; padding:5px; text-align:left; } 
.td_right_padding{padding-left:12px; width:261px;}
.td_right_inner_padding{ padding-bottom:10px;}

.att_specs_t{ background:url(../images/att_specs_t.gif) no-repeat bottom; width:675px;height:10px;}
.att_specs_b{ background:url(../images/att_specs_b.gif) no-repeat; width:675px;height:10px;}
.mycart-custom_t{ background:url(../images/my_cart_t.png) no-repeat bottom; width:259px;height:13px;}
.mycart-custom_b{ background:url(../images/my_cart_b.png) no-repeat top; width:259px;height:13px; }
.compare{line-height:1.3em;  font-size:.95em; padding:3px; border:0  }

.compare_box {float:left;background:url(../images/box_257_middle.gif) repeat-y left;font:12px;color:#000; width:257px; border:0; }
.options_b{background:url(../images/options_box_b.gif) no-repeat bottom; width:675px;height:10px; margin:0 auto;}
.vote_btn{ overflow:visible; border:0; background:url(../images/vote_btn.gif) no-repeat bottom; width:45px;height:22px; padding:20px; border:0;  cursor:pointer; }
.checkout_btn{ overflow:visible; border:0; background:url(../images/checkout_btn.gif) no-repeat bottom; width:71px;height:22px; padding:20px; border:0;  cursor:pointer; }
.subscribe_btn{ overflow:visible; border:0; background:url(../images/subscribe.gif) no-repeat top; width:45px;height:26px; margin:0 10px; border:0;  cursor:pointer; }
.compare_btn{ overflow:visible; border:0; background:url(../images/compare_items.gif) no-repeat bottom; width:99px;height:22px; padding:20px; border:0;  cursor:pointer; }
.addtocart_btn{ overflow:visible; border:0; background:url(../images/add_to_btn.gif) no-repeat top; width:92px;height:26px;  border:0;  cursor:pointer; }
.addtags_btn{ overflow:visible; border:0; background:url(../images/add_tags_btn.gif) no-repeat top; width:92px;height:26px;  border:0;  cursor:pointer; }
.compare ol li { padding:5px  8px; }
.compare ol li.odd { background:url(../images/compare_odd.gif) repeat-x; }
.compare ol li.even { background:url(../images/compare_odd.gif) repeat-x; }
.recently_viewed_b{ background:url(../images/recently_viewed_b.gif) no-repeat; width:259px; height:11px;float:left;}
.newsletter-custom{background:url(../images/newsletter_email.gif) no-repeat;  height:66px;float:left; width:216px; border-bottom:1px solid #e4e4e4; margin-left:20px;  }
.newsletter-text{ font-family:Arial, Helvetica, sans-serif; font-size:11px;color:#444444; width:216px; margin-left:20px; }
.shopping_bottom{background:url(../images/shopping_bottom.gif) no-repeat top; float:left;  height:10px; width:258px;   }
.filters-btn{  overflow:visible; border:0; background:url(../images/filters-btn.gif) no-repeat bottom; width:99px;height:22px; margin:20px 70px; border:0;  cursor:pointer; }
.filters-btn a { display:block; }
.form_t{ background:url(../images/form-top.gif) no-repeat bottom; width:675px;height:10px;}
.form_b{ background:url(../images/form-bottom.gif) no-repeat top; width:675px;height:10px;}
.form_custom_bg { background:url(../images/form_custom_bg.gif) repeat-y center ;width:675px; margin:0 auto; padding:10px 0 0px 0; }
.submit-btn{  overflow:visible; border:0; background:url(../images/submit_btn.gif) no-repeat bottom; width:71px;height:22px; margin:20px 70px; border:0;  cursor:pointer; }
.account-btn{  overflow:visible; border:0; background:url(../images/createanacccount.gif) no-repeat bottom; width:138px;height:27px; margin:0 5px 0 0; border:0;  cursor:pointer; }
.shipping-btn{  overflow:visible; border:0; background:url(../images/continue_shipping.gif) no-repeat bottom; width:131px;height:22px;border:0;  cursor:pointer; float:left; margin-top:3px; }
.updatecart-btn{  overflow:visible; border:0; background:url(../images/updateshoopingcart.gif) no-repeat bottom; width:142px;height:26px;  border:0;  cursor:pointer; }
.login-btn{  overflow:visible; border:0; background:url(../images/login_btn.gif) no-repeat bottom; width:74px;height:27px; border:0;  cursor:pointer; float:right; margin-right:-5px; }
.coupon-btn{  overflow:visible; border:0; background:url(../images/apply_coupon.gif) no-repeat ; width:103px;height:26px; border:0;  cursor:pointer; float:right; }

.btn-submit { overflow:visible; border:0; background:url(../images/submit_btn.gif) no-repeat ; width:71px;height:22px; border:0;  cursor:pointer; text-indent:-9999px; }
.btn-learn-more { overflow:visible; border:0; background:url(../images/btn_learn_more.gif) no-repeat ; width:79px;height:22px; border:0;  cursor:pointer; }
.btn-activate-with-mingoFlex { overflow:visible; border:0; background:url(../images/btn_activate_with_mingoFlex.gif) no-repeat ; width:162px;height:26px; border:0;  cursor:pointer; }
.btn-activate-with-mingoPlus { overflow:visible; border:0; background:url(../images/btn_activate_with_mingoPlus.gif) no-repeat ; width:162px;height:26px; border:0;  cursor:pointer; }
.btn-submit-info-cart { overflow:visible; border:0; background:url(../images/btn_submit_info_cart.gif) no-repeat ; width:228px;height:26px; border:0;  cursor:pointer; }
.login_t{ background:url(../images/login_top.gif) no-repeat left bottom; width:455px;height:10px;}
.login_b{ background:url(../images/login_bottom.gif) no-repeat left top; width:455px;height:10px;}
.login_top, .login_bottom {float:left; width:1002px; height:11px; overflow:hidden; background:url(../images/box_1002_bottom.png) no-repeat;}
.login_top {background:  url(../images/box_1002_top.png) 0 100% no-repeat; }
.login_box {float:left;padding:0px 0 10px 0px;background:url(../images/box_1002_middle.jpg) repeat-y;font:12px;color:#404040; width:1002px; }
.login_box label { color: #404040; }
.login_box .required-custom { float: left; position: relative; bottom: -6px; background: none; }
.login_box .input-box { width: 186px; margin-bottom: 10px; }
#fbintegrator-form .required-custom { bottom: -4px; }
.update-btn{ overflow:visible; border:0; background:url(../images/update-btn.gif) no-repeat top; width:92px;height:26px;  border:0;  cursor:pointer; }
.continue-btn{ overflow:visible; border:0; background:url(../images/btn_green_continue.gif) no-repeat top; width:85px;height:22px;  border:0;  cursor:pointer; text-indent:-9999px; display:block; float:right; }
.continue-shopping-btn{ overflow:visible; border:0; background:url(../images/btn_green_continue_shopping.gif) no-repeat top; width:121px;height:23px;  border:0;  cursor:pointer; text-indent:-9999px; margin-left:10px; }
.onepage-account-btn{ overflow:visible; border:0; background:url(../images/btn_green_account.gif) no-repeat top; width:101px;height:23px;  border:0;  cursor:pointer; text-indent:-9999px; }
.page-head-custom { margin:0 0 0px 0; }
.page-head-custom-alt { margin:0 0 0 0; }
.page-head-custom, .page-head-custom-alt { text-align:left; padding:0 25px 10px 25px; }
.page-head-custom h3, .page-head-custom-alt h3 { margin:0; font-size:1.7em !important; font-weight:normal !important;text-transform:none  !important;text-align:left; }
.page-head-custom p, .page-head-custom-alt p { font-weight:bold; padding-top:5px; }
.group-select-custom {margin:0px 0;padding:0px 25px 0px 25px; }
.group-select-custom .legend-custom { margin-top:-33px;float:left;border:1px solid #f19900;background:#F9F3E3;padding:0 8px;color:#E76200;font-weight:bold;font-size:1.1em; }
.group-select-custom li { padding:0px 0px 0px 32px; }
.group-select-custom li .input-box-custom { float:left; width:212px;border-color:#cccec3; }
.group-select-custom li .input-text, .group-select-custom li select, .group-select-custom li textarea { width:525px; }
.group-select-custom li .input-box-custom  .input-text, .group-select li .input-box-custom  textarea { width:183px;}
.group-select-custom li .input-box-custom  select { width:256px; }
.button-set-custom { clear:both;text-align:center; margin:0 28px; border:0px; background:#FFF; width:673px; }
.login-box-custom .col-1, .login-box .col-2 { float:left;}
.login-box-custom .content { background:#FFF; padding:7px 30px; margin:0 0px; border:1px solid #e3e3e3; border-bottom:0; border-top:0; }
.login-box-custom .content1 { background:#FFF; padding:7px 30px; margin:0 0px; border:1px solid #e3e3e3; border-bottom:0; border-top:0; }
.login-box-custom .content2 { background:#FFF; padding:7px 30px; margin:0 0px; border:1px solid #e3e3e3; border-bottom:0; border-top:0; }
.login-box-custom h4 {
    min-height:16px;
   
    margin-bottom:1.2em;
    padding-bottom:5px;
    
    background-position:0 1px;
    background-repeat:no-repeat;
    font-size:1.05em;
    color:#444;
    
    }
.login-box-custom .new-users h4 {}
.login-box-custom .registered-users h4 { }
.login-box-custom .button-set { margin:0 0px;width: 393px; border:1px solid #e3e3e3; border-top:0; border-bottom:0; padding: 13px 30px 3px; }
#fbintegrator-form .login-box-custom .button-set { padding-bottom: 0; }
.login-box-custom .content { background: #FBFDF2 url(../images/registeration-image.gif) no-repeat 350px;  height:180px; width:393px;text-align:left; overflow:hidden; }
.login-box-custom .content1 { background: #FBFDF2 url(../images/registeration-image1.gif) no-repeat 350px 40%;  height:180px; width:393px; text-align:left; }
.login-box-custom .content2 { background: #FBFDF2;  height:200px; width:393px; text-align:left; }
.validation-advice-custom, .required-custom { color:#5A7DC1;  background:#FBFDF2; font-weight:bold; }

.login-box-custom {  }
.login-box-custom .required-custom { background: #fff; }

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

/* round box style */

.round-main-top { width:1002px; height:11px; overflow:hidden; background:url(../images/box_1002_top.png) 0 100% no-repeat ; margin-top: 20px;}
.round-main-bottom { width:1002px; height:11px; overflow:hidden; background:url(../images/box_1002_bottom.png) no-repeat; margin-bottom: 20px; }
.round-main-middle { width:972px; background:url(../images/box_1002_middle.png) repeat-y; font:12px; color:#000; padding:10px 15px; }

.round-main1-top { width:927px; height:10px; background: url(../images/round_main1_top.gif) no-repeat bottom; margin: 0 auto; }
.round-main1-bottom { width:927px; height:10px; background: url(../images/round_main1_bottom.gif) no-repeat top; margin: 0 auto; }
.round-main1-middle { width:877px; padding: 15px 25px 0; background: url(../images/round_main1_middle.gif) repeat-y; margin: 0 auto; }

.round-main-middle .page-head { margin-left: 20px; }

.round-main-middle .input-text { border:1px solid #e3e3e3; }
.round-main-middle .group-select {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	text-align:left;
}
.round-main-middle .legend {
	display: none;
}
.round-main-middle .group-select li { padding: 10px 0; }
.round-main-middle .group-select li .input-box { width: 300px; }
.round-main-middle .required { color: #5A7DC1; }
.round-main-middle .group-select label { line-height: 20px; }
.round-main-middle .button-set { background: #fff; position: relative; width: 875px; border-top: none; margin-top: 0; padding: 15px 25px 0; }
.round-main-middle .button-set-register { background:none; padding:15px 0px; }

/* round main right box = col-main-left */
.round-main-r-t { width:732px; height:11px; background:  url(../images/box_732_top.gif) 0 100% no-repeat; margin-top: 20px;}
.round-main-r-m { width:674px; padding: 10px 29px 15px; background:url(../images/box_732_middle.gif) repeat-y; color:#000; }
.round-main-r-b { width:732px; height:11px; background: url(../images/box_732_bottom.gif) no-repeat; margin-bottom: 20px; }
.round-main-r-m .page-head { text-align:left; }

#round-main-inner1,
#round-main-inner2 { width: 630px; padding: 20px 30px 20px 14px; overflow: auto; /* widdth:  674px */}
#round-main-inner1, #round-main-inner1 .sb-inner,
#round-main-inner2, #round-main-inner2 .sb-inner { background: #fff; }
#round-main-inner1 .sb-border,
#round-main-inner2 .sb-border { background: #E0E0E0; }

/* activate page style */
#round-main-inner1 .left,
#round-main-inner2 .left { width: 150px; }
#round-main-inner1 .right,
#round-main-inner2 .right { width: 430px; }

#round-yellow1,
#round-yellow2 { width: 116px; padding: 15px; overflow: auto; }
#round-yellow1, #round-yellow1 .sb-inner,
#round-yellow2, #round-yellow2 .sb-inner { background: #FCFFEE; }
#round-yellow1 .sb-border,
#round-yellow2 .sb-border { background: #F4FBCF; }

#round-yellow1 a, #round-yellow2 a { color: #5A7DC1; font-size: .9em; font-weight: bold; }
/*#round-yellow1 a:hover, #round-yellow2 a:hover { color: #5A7DC1; font-size: .9em; font-weight: bold; }*/



/* cms page */
.cms-page { color: #404040; }
.cms-page h1,
.cms-page h2,
.cms-page h3,
.cms-page h4,
.cms-page h5,
.cms-page h6,
.cms-page .head { color: #404040; }
.cms-page .page-head { text-align: left; margin: 3px 0 13px; }
.cms-page p { line-height: 18px; }

.cms-page .divider1 { border-bottom: 1px solid #E0E0E0; padding-bottom: 10px; margin-bottom: 10px; }

/* activate mingoflex */
.cms-page ul.mingoflex-list1 { margin-left: 15px; }
.cms-page ul.mingoflex-list1 li { list-style-image: url(../images/disc_green.gif); padding-left: 13px; padding-bottom: 18px; line-height: 18px; font-weight: bold; color:#5A7DC1; }
.cms-page ul.mingoflex-list1 li a { color: #76942C !important; }

.cms-page ul.mingoflex-list2 { margin-left: 10px; margin-bottom: -2px; }
.cms-page ul.mingoflex-list2 li { background: url(../images/disc_dot.gif) 0 6px no-repeat; padding-left: 10px; padding-bottom: 6px; line-height: 14px; color:#718130; font-size: .9em; }
.cms-page ul.mingoflex-list2 li.last { padding-bottom: 0; }
.cms-page ul.mingoflex-list2 li a { color: #76942C !important; }

.cms-page ul.mingoflex-list3 { margin-top: 25px; }
.cms-page ul.mingoflex-list3 li { float: left; margin-right: 10px; }
.cms-page ul.mingoflex-list3 li.last { margin-right: 0; }
.cms-page ul.mingoflex-list3 li .input-text { width: 140px; }

.cms-page .mingo-rates { background: url(../images/icon_rates.gif) no-repeat 0 50%; padding-left: 28px; line-height: 24px; }
.cms-page .mingo-coverage { background: url(../images/icon_covarage.gif) no-repeat 0 50%; padding-left: 28px; line-height: 24px; }
.cms-page .mingo-phones { background: url(../images/icon_phones.gif) no-repeat 0 50%; padding-left: 28px; line-height: 24px; }

#round-main-inner1-yellow { width: 620px; padding: 25px 27px; overflow: auto; }
#round-main-inner1-yellow, #round-main-inner1-yellow .sb-inner { background: #FCFFEE; }
#round-main-inner1-yellow .sb-border { background: #F4FBCF; }

.phone_selection { margin-bottom:10px; }
.phone_selection input { }
.phone_selection label { display:inline; margin-left:15px; }
.phone_selection .desc { padding:10px 0 10px 30px; }
.phone_content { display:none; padding-left:0px; }
.phone_content div { margin-bottom:5px; }
.phone_content label { float:left; width:300px; }
.phone_content a { font-size:10px; color:#5B7CC3; }
.phone_content input { width:250px; padding:1px; border:1px solid #666666; }
.phone_content .validation-advice { margin-left:300px; }

.phone_content .item_title_first { font-weight:bold; font-size:14px; color:#000; padding-bottom:10px; }
.phone_content .item_title { font-weight:bold; font-size:14px; color:#000; margin-top:15px; padding:15px 0 10px; border-top:2px solid #C3C3C3; }
.phone_content .item_desc { padding:0px 30px; font-size:12px; font-weight:bold; color:#000; padding-bottom:10px; }


/* phone pack css */
.phone-packs{ margin-top:30px; padding-left:10px; }
.phone-packs .packs-title-line {border-bottom-color:#BBBBBB; border-bottom-style:solid; border-bottom-width:1px; padding-bottom:0;}
.phone-packs .active-packs {float:left; font-size:17px; font-weight:bold;}
.phone-packs .pack-history {float:right; color:#5A7DC1; font-size:13px; font-weight:bold; line-height:20px; padding:0 0 3px 25px; background:url(../images/pack-arrow.jpg) 0 50% no-repeat;}

.phone-packs .pack{margin-top:30px;}
.phone-packs .pack .title{float:left; padding:8px 20px 5px 20px; background-color:#5A7DC1; font-size:14px; color:#FFFFFF;}
.phone-packs .pack .pack-title-right{float:right; padding:0 30px 0 0;}
.phone-packs .pack .refresh{color:#5A7DC1; font-size:13px; font-weight:bold; line-height:20px; padding:0 0 3px 25px; background:url(../images/pack-refresh.jpg) 0 50% no-repeat;}
.phone-packs .pack .notifications {color:#5A7DC1; font-size:13px; font-weight:bold; line-height:20px; padding:0 0 3px 20px; background:url(../images/pack-notifications.jpg) 0 50% no-repeat;}
.phone-packs .pack .gap{padding-left:10px;}

.phone-packs .pack .pack-info{height:56px; border:#C9D7F2 solid 1px;}
.phone-packs .pack .pack-info .row-1{height:28px; background-color:#F2F6FF; font-weight:bold; font-size:12px; text-align:center;}
.phone-packs .pack .pack-info .row-2{height:28px; font-size:12px; text-align:center;}
.phone-packs .pack .pack-info .col-1{float:left; padding:7px 0 6px; width:80px; border-right:#C9D7F2 solid 1px;}
.phone-packs .pack .pack-info .col-2{float:left; padding:7px 0 6px; width:70px; border-right:#C9D7F2 solid 1px;}
.phone-packs .pack .pack-info .col-last{float:left; padding:7px 0 6px; width:70px; border-right:0;}
.phone-packs .pack .pack-info .status{float:left; padding:7px 0 6px; width:80px; border-right:#C9D7F2 solid 1px; font-size:13px; color:#A1C944; font-weight:bold;}




/*Updated-Styles 22june09*/
.category_img{ background:url(../images/category_plans.png) no-repeat;  height:220px; width:728px;}
.flex_img{ background:url(../images/flex.png) no-repeat;}
.plus_img{ background:url(../images/plus.png) no-repeat;}

a.order-btn{  overflow:visible; border:0; background:url(../images/order.gif) no-repeat bottom; width:92px;height:26px;  border:0;  cursor:pointer; display:block; }
.plans_t{ background:url(../images/att_specs_t.gif) no-repeat bottom; width:675px;height:10px; float:left;}
.plans_b{ background:url(../images/plans_b.gif) no-repeat top; width:675px;height:10px;float:left;}

.table-specs{  border:1px solid #E0E0E0; border-top:0; border-bottom:0; width:675px;}
.table-specs td {  line-height:18px; border-top:1px solid #E0E0E0; border-left:0; border-right:0; padding:10px 11px; font-size:12pt; font-weight:bold; color:#3A3A3A; border-left:0; text-align:center; }
.table-specs th {  line-height:18px; border-top:0; border-bottom:0; border-right:0; padding:10px 11px; font-size:10.5pt; font-weight:bold; color:#5a7dc1; text-align:center; }
td.additional-specs-custom {  line-height:18px; border-top:0; border-bottom:0; border-right:0; padding:10px 12px; font-size:12pt; font-weight:bold; color:#5a7dc1; text-align:left; }

.table-specs td.first, .table-specs th.first {
border:0;
}
td.plans-additional-imga{ background:url(../images/txt-sms.gif) no-repeat top center; width:34px; height:22px; border:0;}
td.plans-additional-imgb{ background:url(../images/plans-additional.gif) no-repeat top center; width:35px; height:21px;border:0;}
td.plans-additional-imgc{ background:url(../images/plans-additional1.gif) no-repeat top center; width:35px; height:28px;border:0;}
td.additional-text{ border:0; font-size:10.5pt; line-height:0; padding-left:0;text-align: left;}
td.additional-text span{ border:0; font-size:10.5pt; line-height:0; color:#5a7dc1; padding:0 0 0 10px;}
div.additional{border-top:1px solid #E0E0E0; font-size:10pt; padding-top:10px; text-align: left;}

.flex-text{ font-family:Teacher_A; font-size:15pt; font-weight:bold; color:#5A7DC1; }
.flex_text_2{ color:#FEB300; font-family:Arial, Helvetica, sans-serif; } 
.box-cat {float:left;padding:16px 0 0 28px;background:url(../images/box_732_middle.gif) repeat-y;font:12px;color:#000; width:732px;}
div.cat-images-top{border: 1px solid #E0E0E0; float:left;  width:673px; border-bottom:0; border-top:0;}


/* Classes added of Khaliq on 29June09*/

.why_us_img{ background:url(../images/whymingo.gif) no-repeat top; width:261px;height:267px; float:right; vertical-align:top; text-align:center; padding: 0 0px 0 25px;}
.why_us_img span{ text-align:center; top:243px; position: relative; padding-right:28px; }
.why_us_img span a{ color:#587dc1;}
.why_us_img span a:hover{ text-decoration:none; }
.btn-view-phones {display:block;float:left;cursor:pointer;background:url(../images/view_phones.gif) no-repeat top; width:102px; height:26px; padding-right:20px;}
.btn-view-plans {display:block;float:left;cursor:pointer;background:url(../images/view_plans.gif) no-repeat top; width:91px; height:26px; padding-left:20px;}
.btns-whymingo{  margin-bottom:20px; margin-left:235px;  }
.buuble_buz{ width:181px;  height:74px; background:url(../images/buuble_buz.gif) no-repeat top; float:left; margin-top:26px } .buuble_buz-text{ padding-left:25px;}
.buuble_buz-text a{color:#587dc1; }
.buuble_buz-text a:hover{ text-decoration:none; }
.table_border{ border:1px solid #e7e7e7; border-left:0; border-right:0; margin:10px 60px; width:490px;}
.table_border td{ padding:40px 5px 0px 5px;}
.btn-refill-mingo{display:block;float:left;cursor:pointer;background:url(../images/refill_mingo.gif) no-repeat top; width:216px; height:26px; padding-right:15px;}
.btn-refill-mingomonthly {display:block;float:left;cursor:pointer;background:url(../images/refill_mingo1.gif) no-repeat top; width:218px; height:26px; padding-left:15px;}
.head-txt h3{margin:0;font-size:18px; font-weight:normal;  text-align:left; padding-left:60px;}
.btn-add-airtime{ margin:25px 95px;}
.bundle_main
{
	width:600px;
}
.bundle_inner_left
{
	width:250px; 
	float:left; 
	height:200px;
}
.bundle_inner_right;
{
	width:350px; 
	float:left;
}
.bundle_inner_right_one;
{
	width:250px; 
	float:left; 
	margin-top:10px;
}
.bundle_inner_right_two;
{
	width:100px; 
	float:left;
	text-align:right; 
	margin-top:10px;
}

.select_plan_title { font-weight:bold; margin:5px 0 2px; }
.select_plan_title .blueText { color:#7092CC; font-size:15px; }
.select_plan_title .greenText { color:#9DD80D; font-size:15px; }
.select_plan_title .orangeText { color:#E7C832; font-size:15px; }
.select_plan_title .blackText { color:#666666; font-size:13px; font-style:italic; }
#mingoFlex_content, #mingoPlus_content, #mingoTalk_content { display:none; margin:5px 0; padding-left:17px; }
#mingoFlex_content select, #mingoPlus_content select, #mingoTalk_content select { width:338px; margin:5px 0 20px; }
#mingoFlex_content .sub_desc, #mingoPlus_content .sub_desc, #mingoTalk_content .sub_desc { padding:10px 0; }

.one-page-activation { width:672px; margin-top:15px; }
.one-page-activation .group-select { margin-right:0; }
.one-page-activation .box { padding:25px 25px; }
.one-page-activation .head { margin-bottom:0; height:38px; background:url(../images/activation_head_bg.jpg) no-repeat; }
.one-page-activation .active .head { background:url(../images/activation_head_active_bg.jpg) no-repeat; }
.one-page-activation .head a { display:none; }  /* Hide Edit button in step header */
.one-page-activation .head h3 { color:#999999; font-size:15px; margin:9px 0; }
.one-page-activation .active .head h3 { color:#ffffff; }
.one-page-activation .head .step-count { background:url(../images/activation_head_num_bg.jpg) no-repeat; color:#999999; width:25px; height:20px; font-size:12px; line-height:20px; float:left; text-align:center; margin:0px 15px; }
.one-page-activation .active .head .step-count { color:#5B7CC3; background:url(../images/activation_head_active_num_bg.jpg) no-repeat; }
.one-page-activation .content { padding:10px 20px; }
.one-page-activation label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-activation .active h3 { }
.one-page-activation .box { display:none; }
.one-page-activation .active .box { display:block; }
.one-page-activation .box label { font-size:12px; }
.one-page-activation .box .dropdown { margin-bottom:5px; }
.one-page-activation .form-button { margin-top:10px; }
.one-page-activation ul li { margin-left:10px; list-style-type:disc; }
.one-page-activation ul { margin-bottom:20px; }
.one-page-activation .add-to-cart-box { display:none; }
.one-page-activation #activatebox1 ul li { margin-bottom:12px; }
.one-page-activation a.back { background:url(../images/icon_opc_back.gif) 0 100% no-repeat; padding-left:16px; padding-top:10px; line-height:13px; }
#activation_detail { line-height:20px; margin:10px 0 20px; }
#activation_detail .title { font-weight:bold; width:250px; float:left; margin:10px 0 5px; }
#activation_detail #phone_number_selection { padding-top:10px; }
#activation_detail #plan_type { padding-top:10px; }
#activation_detail .sub_content { float:left; width:300px; }
#activation_detail .sub_title { width:235px; margin-left:15px; float:left; }
#activatebox4 .product-options { width:620px !important; }
#activatebox4 .plan_step_desc { font-size:12px; padding:5px 20px; font-weight:normal; }
#activatebox4 .orangeText { font-size:16px; }
#activatebox4 .blueText { font-size:16px; }
#activatebox4 .blackText { font-size:16px; }
#activatebox4 .select_plan_title input { margin-right:4px; }
ul.one-page-mingoPlus { width:370px; }
#price_clone_container { padding-left:20px; }
#price_clone_container2 { padding-top:15px; }
#price_clone_container2 .price_clone_title { width:242px; }
#price_clone_container2 .price-box-clone {}


.one-page-wireless { width:672px; margin-top:15px; }
.one-page-wireless .group-select { margin-right:0; }
.one-page-wireless .box { padding:30px 25px 15px 25px; }
.one-page-wireless .head { margin-bottom:0; height:38px; background:url(../images/activation_head_bg.jpg) no-repeat; cursor:pointer; }
.one-page-wireless .active .head { background:url(../images/activation_head_active_bg.jpg) no-repeat; }
.one-page-wireless .head a { display:none; }  /* Hide Edit button in step header */
.one-page-wireless .head h3 { color:#999999; font-size:15px; margin:9px 0 0 0; line-height:22px; }
.one-page-wireless .active .head h3 { color:#ffffff; }
.one-page-wireless .head .step-count { background:url(../images/activation_head_num_bg.jpg) no-repeat; color:#999999; width:25px; height:20px; font-size:12px; line-height:22px; float:left; text-align:center; margin:0px 15px; }
.one-page-wireless .active .head .step-count { color:#5B7CC3; background:url(../images/activation_head_active_num_bg.jpg) no-repeat; }
.one-page-wireless .content { padding:10px 20px; }
.one-page-wireless label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-wireless .active h3 { }
.one-page-wireless .box { display:none; }
.one-page-wireless .box h4 { padding-bottom:10px; }
.one-page-wireless .active .box { display:block; }
.one-page-wireless .box label { font-size:12px; }
.one-page-wireless .box .dropdown { margin-bottom:5px; }
.one-page-wireless .form-button { margin-top:10px; }
.one-page-wireless ul li { margin-left:10px; }
.one-page-wireless .add-to-cart-box { padding-top:30px; }
.one-page-wireless #wirelessbox3 .first { border-top:1px solid #DEDEDE; }

.wireless_item { padding:5px 0; font-weight:bold; border:1px solid #DEDEDE; border-top:0px; }
.wireless_item_title { float:left; width:200px; padding-left:15px; }
.wireless_item_content { float:left; width:360px; color:#000000; }
.wireless_item_content .price { line-height:16px; }
#wirelessbox5 .first { border-top:1px solid #DEDEDE !important; }
#wirelessbox1_content select { width:338px; }

#wirelessbox3 { position:relative; }
#wirelessbox3 .price_clone_title { float:left; padding-left:390px; }
#wirelessbox3 .price-box-clone { float:left; clear:right; margin-bottom:30px; }
#plan_custom { display:none; }

.one-page-mingoPlus { }
.one-page-mingoPlus li { list-style-type:none !important; }
.one-page-mingoPlus .group-select { margin-right:0; }
.one-page-mingoPlus .box { padding:10px 15px 5px; }
.one-page-mingoPlus .head { margin-bottom:0; height:24px; background:url(../images/mingoplan_head_bg.jpg) no-repeat !important;  }
.one-page-mingoPlus .active .head { background:url(../images/mingoplan_head_active_bg.jpg) no-repeat !important; }
.one-page-mingoPlus .head a { display:none; }  /* Hide Edit button in step header */
.one-page-mingoPlus .head h3 { color:#999999 !important; font-size:12px; margin:5px 0 3px; clear:both; }
.one-page-mingoPlus .active .head h3 { color:#ffffff !important; }
ul.one-page-mingoPlus .head .step-count { background:url(../images/mingoplan_head_num_bg.jpg) no-repeat !important; color:#999999 !important; width:18px; height:14px; font-size:11px; line-height:14px; float:left; text-align:center; margin:0px 10px; }
.one-page-mingoPlus .active .head .step-count { color:#5B7CC3 !important; background:url(../images/mingoplan_head_active_num_bg.jpg) no-repeat !important; }
.one-page-mingoPlus .content { padding:10px 20px; }
.one-page-mingoPlus label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-mingoPlus .active .head h3 { color:#ffffff; }
.one-page-mingoPlus .box { display:none !important; }
.one-page-mingoPlus .active .box { display:block !important; }
.one-page-mingoPlus .box label { font-size:12px; }
.one-page-mingoPlus .box .dropdown { margin-bottom:5px; }
.one-page-mingoPlus .form-button { margin:0px; }

.live_help { width:155px; float:right; margin:10px 15px 0; }
.need_help { width:150px; float:right; line-height:20px; margin-top:16px; }
.need_help .orange_text { font-weight:bold; color:#F2B500; text-align:center; font-size:17px; }
.need_help .blue_text { font-weight:bold; color:#5A7DC1; text-align:center; font-size:17px; }

ul.view_phone_plan { margin:5px 0 0 10px; padding:0px; float:left; width:150px; }
ul.view_phone_plan li { font-size:18px; padding-left:20px; color:#AED317; text-align:left; line-height:18px; background:url(../images/icon_blue_arrow.gif) 0 50% no-repeat; display:block; }
ul.view_phone_plan li a { color:#AED317; font-size:14px; font-weight:bold; text-decoration:none; }

.cms_home_left { float:left; width:728px; padding:0 0 5px 0; }
.cms_home_right { float:right; width:257px; padding:0 0 5px 0; }

.home_banner { width:732px; position:relative; }
.home_banner .box_top { background:url(../images/box_732_top.gif) no-repeat; overflow:hidden; height:11px; }
.home_banner .box_middle { background:url(../images/box_732_middle.gif) repeat-y; height:236px; }
.home_banner .box_bottom { width:732px;height:11px;background: url(../images/box_732_bottom.gif) no-repeat; overflow:hidden; height:11px; }

.home_mingoFlex { float:left; position:relative; width:362px; height:186px; background:url(../images/home_mingoFlex_bg.gif) no-repeat; margin:12px 6px 12px 0; }
.home_mingoFlex .learn_more { position:absolute; left:161px; top:148px; }

.home_mingoPlus { float:left; position:relative; width:362px; height:186px; background:url(../images/home_mingoPlus_bg.gif) no-repeat; margin:12px 0px 12px 0; }
.home_mingoPlus .learn_more { position:absolute; left:162px; top:148px; }
.learn_more a { position:relative; z-index:900; cursor:pointer; }
.learn_more a img { position:relative; z-index:800; }

.home_great_phones { float:left; text-align:left; width:233px; height:282px; background:url(../images/home_great_phones.png) no-repeat; margin:0px 15px 12px 0; }
.home_great_phones .content_section { text-align:left; padding:148px 0 0 19px; color:#666666; width:197px; line-height:17px; }
.home_great_phones .content_link { margin:35px 0 0 22px; background:url(../images/icon_blue_arrow.gif) 0 50% no-repeat; padding-left:20px; }
.home_great_phones .content_link a { position:relative; color:#5A7DC1; font-size:12px; font-weight:bold; text-decoration:none; }

.home_long_distance { float:left; text-align:left; width:233px; height:282px; background:url(../images/home_long_distance.png) no-repeat; margin:0px 15px 12px 0; }
.home_long_distance .content_section { text-align:left; padding:148px 0 0 19px; color:#666666; width:197px; line-height:17px; }
.home_long_distance .content_link { margin:35px 0 0 22px; background:url(../images/icon_blue_arrow.gif) 0 50% no-repeat; padding-left:20px; }
.home_long_distance .content_link a { position:relative; color:#5A7DC1; font-size:12px; font-weight:bold; text-decoration:none; }

.home_customers_say { float:left; text-align:left; width:233px; height:282px; background:url(../images/home_customers_say.png) no-repeat; margin:0px 0px 12px 0; }
.home_customers_say .content_section { text-align:left; padding:148px 0 0 19px; color:#666666; width:197px; line-height:17px; }
.home_customers_say .content_link { margin:35px 0 0 22px; background:url(../images/icon_blue_arrow.gif) 0 50% no-repeat; padding-left:20px; }
.home_customers_say .content_link a { position:relative; color:#5A7DC1; font-size:12px; font-weight:bold; text-decoration:none; }

.security_logos { width:577px; height:53px; background:url(../images/footer_logos_bg.png) no-repeat; margin:8px auto 3px auto; }
.security_logos .logo { float:left; padding:10px 10px 0; }
.security_logos .godaddy { padding-top:3px; }
.security_logos .authorize { padding-top:6px; padding-left:55px; }

.box_732 { width:728px; text-align:left; }
.box_732 .box_top { background:url(../images/box_732_top.gif) 0 100% no-repeat; overflow:hidden; height:11px; }
.box_732 .box_middle { background:url(../images/box_732_middle.gif) repeat-y; padding:10px 20px; }
.box_732 .box_bottom { background: url(../images/box_732_bottom.gif) no-repeat; overflow:hidden; height:11px; }

.box_349 { width:349px; text-align:left; }
.box_349 .box_top { background:url(../images/box_349_top.gif) 0 100% no-repeat; overflow:hidden; height:11px; }
.box_349 .box_middle { background:url(../images/box_349_middle.gif) repeat-y; padding:5px 15px; width:319px; }
.box_349 .box_bottom { background: url(../images/box_349_bottom.gif) no-repeat; overflow:hidden; height:11px; }

.box_257 { width:257px; text-align:left; margin-bottom:8px; }
.box_257 .box_top { background:url(../images/box_257_top.gif) 0 0 no-repeat; overflow:hidden; height:11px; }
.box_257 .box_middle { background:url(../images/box_257_middle.gif) repeat-y; padding:0px 15px; }
.box_257 .box_bottom { background: url(../images/box_257_bottom.gif) no-repeat; overflow:hidden; height:11px; }
.box_257 .divider { border-top:1px solid #DEDEDE; overflow:hidden; height:2px; margin:5px 0; padding:0px; }
.box_257 .sub_title { color:#444444 !important; font-weight:bold; font-size:15px; }
.box_257 .sub_title a { color:#444444; font-weight:bold; font-size:15px; text-decoration:none; }
.box_257 .content_link { padding:5px 0; }
.box_257 .content_link a { background:url(../images/icon_blue_arrow.gif) 0 50% no-repeat; padding-left:20px; color:#5A7DC1; font-size:12px; font-weight:bold; text-decoration:none; }

.home_login .secure_title { background:url(../images/home_login_icon.gif) 100% 50% no-repeat; height:28px; width:120px; }
.home_login input { background:url(../images/home_login_text_bg.gif) 0 0 no-repeat; border:0px; width:154px; height:19px; *height:23px; _height:23px; line-height:21px; font-size:14px; padding:2px 2px; *padding:0px 2px; _padding:0px 2px; margin:2px 0 1px; _margin:0px 0 1px; *margin:0px 0 1px; }
.home_login #pass { margin-bottom:0px; }
.home_login .forgot_password { font-size:11px; }
.home_login .emailnone { background:url(../images/home_login_email_bg.gif) no-repeat; }
.home_login .passnone { background:url(../images/home_login_pass_bg.gif) no-repeat; }

.home_blog { color:#444444; font-weight:bold; }
.home_blog .blog_date { font-size:9px; padding-top:10px; }
.home_blog .blog_title { color:#5A7DC1; font-size:12px; padding-bottom:5px; }
.home_blog .blog_content { font-size:11px; }
.home_blog .blog_content a { color:#5A7DC1; font-size:11px; font-weight:bold; }

#newsletter_box { text-align:left; background:url("../images/home/bkg_mingo_email.png") no-repeat scroll 0 50% transparent; padding:8px 0 8px 90px; width:190px; }
#newsletter_box .desc { margin-bottom:10px; font-size:12px; }
#newsletter_box #newsletter { margin:2px 0 0 0; }

.side_links { color:#2f2f2f; font-size:10.5pt; }
.side_links .block-title { font-weight:bold; color:#5A7DC1; font-size:13.5pt; padding:5px 0 15px 0; }
.side_links a { color:#2f2f2f; font-weight:bold; font-size:11.25pt; }
.side_links .mingoTalks { background:url(../images/home/icon_mingoTalks.png) 0 50% no-repeat; padding:5px 0 5px 75px; }
.side_links .mingoLabs { background:url(../images/home/icon_mingoLabs.png) 0 50% no-repeat; padding:21px 0 21px 75px; }
.side_links .facebook { background:url(../images/home/icon_facebook.png) 0 50% no-repeat; padding:18px 0 18px 75px; }
.side_links .twitter { background:url(../images/home/icon_twitter.png) 0 50% no-repeat; padding:15px 0 15px 75px; }

.coverage { background:#ffffff url(../images/coverage_bg.jpg) 50% 50% no-repeat; text-align:left; }
.coverage .title { font-weight:bold; margin-bottom:10px; font-size:18px; }
.coverage .desc { font-size:12px; color:#444444; }
.coverage .desc2 { color:#000; font-size:13px; font-weight:bold; margin:30px 0 20px; text-align:center; }
.coverage .searchbar { background:url(../images/coverage_searchbar_bg.png) 50% 50% no-repeat; width:286px; height:49px; margin:60px 0 0 199px; position:relative; }
.coverage .searchbar #coverage_zip { position:absolute; border:0px; background:#FCFFEE; top:15px; left:160px; width:80px; }
.coverage .searchbar .btn_go { position:absolute; width:25px; height:25px; top:9px; right:11px; }

.coveragemap {}
.coveragemap .box_header { background:url(../images/logo.gif) no-repeat; height:63px; margin:15px 20px 0; position:relative; }
.coveragemap .box_header .close_link { position:absolute; top:5px; right:10px; cursor:pointer; color: #5A7DC1; line-height: 30px; font-size:11px; width:110px; }
.coveragemap .box_header .close_link a { background:url(../images/popup_close_button.jpg) 100% 50% no-repeat; line-height:36px; display:block; }
.coveragemap #coveragemap_content { display:block; }
.coveragemap #loading_box { width:48px; height:48px; position:absolute; left:0px; text-align:center; top:90px; width:100%; height:100%; background:#ffffff; }
.coveragemap #loading_box img { position:absolute; top:200px; left:500px; }

.plan_attr { font-weight:bold; padding-bottom:0px; }
.plan_attr .attr { padding-bottom:3px; }
.plan_attr .attr_label { color:#5A7DC1; width:100px; font-size:14px; float:left; }
.plan_attr .attr_value { color:#444444; font-size:14px; }

.plan_desc { border-top:1px solid #d6d6d6; margin-top:2px; padding-top:10px; font-size:14px; color:#444444; font-weight:bold; }
.plan_desc .blue_text { color:#5A7DC1; font-style:italic; }
.v-divider-10 { border-top:1px solid #E3E3E3; margin:10px 0; overflow:hidden; height:1px; clear:both; }

.select_phone_box { width:635px; height:45px; background:url(../images/plan_select_phone_bg.gif) no-repeat; padding:15px 20px; line-height:24px; margin-bottom:20px; }
.select_phone_box .box_title { float:left; width:130px; color:#ffffff; font-weight:bold; font-size:17px; }
.select_phone_box #phone_list { float:left; width:388px; height:22px; }
.select_phone_box #phone_list select { width:373px; height:20px; }
.select_phone_box .view_all_phones { float:left; width:95px; padding-left:20px; height:22px; background:url(../images/plan_select_phone_arrow.gif) 0 50% no-repeat; }
.select_phone_box .activate_here { color:#ffffff; font-weight:bold; font-size:12px; padding-top:8px; }
.select_phone_box a { color:#DDE9FF; }

.plan_feature_title { padding-bottom:8px; margin:8px 0; border-bottom:1px solid #E3E3E3; }
.plan_feature_title .left { font-size:18px; font-weight:bold; color:#5A7DC1; }
.plan_feature_desc { float:left; width:280px; padding-right:25px; font-size:12px; color:#444444; line-height:18px; }
.plan_feature_desc div { margin-bottom:15px; }
.plan_feature_desc a { padding-left:20px; background:url(../images/icon_blue_arrow.gif) 0 50% no-repeat; }
.plan_feature_items { float:left; width:310px; margin-bottom:20px; }
.plan_feature_items ul.options-list { padding:0px; margin:0px; }
.plan_feature_items li { display:block; line-height:20px; }
.plan_feature_items li .item_title { float:left; width:274px; margin-right:10px;  }
.plan_feature_items li input.radio { float:left; margin-top:5px; }
.plan_product_footer { width:459px; height:54px; background:url(../images/plan_product_footer_bg.gif) no-repeat; padding:15px 20px 0 200px; }
.plan_refill { position:absolute; top:0px; right:0px; }

.plan_custom .product-options { width:675px; }
.plan_custom .product-options ul.options-list input.radio { float:left; margin-top:5px; }

.rates_nav { text-align:center; }
.rates_nav a { margin:0 3px; }
#rates{overflow-x: hidden; overflow-y: auto;}
.stepcarousel
{
  position: relative; /*leave this value alone*/
  border: 0px solid black;
  overflow: scroll; /*leave this value alone*/
  margin:0px auto;
  width: 650px; /*Width of Carousel Viewer itself*/
  height: 970px; /* 620px Height should enough to fit largest content's height*/
}

.stepcarousel .belt
{
  position: absolute; /*leave this value alone*/
  left: 0;
  top: 0;
}

.stepcarousel .letters
{
  float: left; /*leave this value alone*/
  overflow-y: auto; /*clip content that go outside dimensions of holding panel DIV*/
  margin: 10px; /*margin around each panel*/
  width: 640px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
  height:950px;
}

.ui-accordion-container {
  font-size: 12px;
  line-height:2em;
}
.ui-accordion-container a.trigger {
  background-image:url(/stylesheets/images/p7ap_east_black.gif);
  background-position:left center;
  background-repeat:no-repeat;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #FFFFFF;
  color:#0069AA !important;
  display:block;
  font-weight:normal;
  padding:0 8px 0 18px;
  margin-left: -7px;
  text-decoration:none;
}

.ui-accordion-container li {
  background: transparent;
  padding-left: 0;
}

.ui-accordion-container th {background: #FFC324; padding-left:20px; }
.ui-accordion-container .even {background: #eee;}

.popup_container { background: url("../images/popup_content_bg.gif") repeat-y scroll 0 0 transparent; position: relative; width: 473px; height: 100%; }
.popup_container .popup_head { height:134px; background:url(../images/popup_head_bg.gif) no-repeat; }
.popup_container .popup_head h3 { color:#5A7DC1; position:absolute; left:48px; top:100px; }
.popup_container .popup_bottom { height:73px; background:url(../images/popup_bottom_bg.gif) no-repeat; }
.popup_container .popup_logo {}
.popup_container .popup_close { position:absolute; left:340px; top:40px; }
.popup_container .popup_close a {text-align:left; cursor: pointer; color:#5A7DC1; line-height:25px;	font-size:11px;	width:110px; background:url(../images/popup_close_button.jpg) 100% 50% no-repeat; z-index:999;	position:relative; display:block;}
.popup_container .popup_content { font-size: 12px; margin: 0 auto 10px; max-height: 460px; overflow-y: auto; overflow-x: hidden; padding-left: 18px; width: 396px; }
.popup_container .popup_content > div { width:375px; }
.popup_container .popup_content p { padding-bottom:10px; }
.popup_container .popup_content .table_text_plan { margin-bottom:10px; font-size:11px; line-height:11px; }
.popup_container .popup_content .table_text_plan thead th { border-color:#BEBEBE; border-style:solid; border-width:0px 1px 2px 0px; padding:2px 3px; }
.popup_container .popup_content .table_text_plan thead th.last { border-color:#BEBEBE; border-style:solid; border-width:0px 0px 2px 1px; background:#F4F2E3; }
.popup_container .popup_content .table_text_plan td { border-color:#BEBEBE; border-style:solid; border-width:0px 1px 1px 0px; vertical-align:middle; padding:2px 3px; }
.popup_container .popup_content .table_text_plan td.last { border-color:#BEBEBE; border-style:solid; border-width:0px 0px 1px 1px; background:#F4F2E3; }
.popup_mobile_web_table { width:100%; margin-bottom:20px; }
.popup_mobile_web_table th, .popup_mobile_web_table td { border-bottom:1px solid #000; text-align:center; line-height:25px; vertical-align:middle; }
.popup_mobile_web_table th { font-weight:normal; }
.popup_mobile_web_table td { font-weight:bold; }

.guarantee_box .desc_content { padding:15px 0 0 0; }
.guarantee_box .sub_title { z-index:999; clear:both; position:relative; }
.guarantee_box .desc_content .guarantee_img { width:82px; height:88px; float:left; }
.guarantee_box .desc_content .guarantee_text { width:130px; float:left; color:#999999; font-size:12px; font-weight:bold; line-height:16px; padding-left:10px; }
.guarantee_box .guarantee_bottom { border-top:1px solid #DDDDDD; color:#999999; font-weight:bold; padding:5px 0; }

.checkout-types1 {  }

.forgot_password_form { text-align:left; margin:0px 0 0 20px; padding:10px 0 0 0; height:250px; }
.forgot_password_form #email_address { margin:1px 3px 0 0;  }
.forgot_password_form .required { text-align:left; }

.mobile_info {}
.mobile_info .box_middle { padding:0px 22px 10px; overflow:hidden; }
.mobile_info .item_title { font-weight:bold; color:#000; font-size:13px; }
.mobile_info .phone_number { float:left; width:300px; height:38px; line-height:38px; color:#5A7DC1; font-weight:bold; font-size:13px; padding-bottom:5px; }
.mobile_info .phone_status { float:right; text-align:right; width:250px; height:38px; line-height:38px; padding:0 30px 0px 0; background:url(../images/plan_status_active.jpg) 100% 6px no-repeat; color:#87B500; font-weight:bold; font-size:13px; }
.mobile_info .phone_alert { height:38px; line-height:38px; margin-bottom:20px; padding:0 0 0 40px; background:url(../images/plan_alert_bg.jpg) 0 50% no-repeat; }
.mobile_info .phone_alert .alert_msg { background:url(../images/plan_alert_msg_bg.jpg) 100% 50% no-repeat; padding-left:20px; }
.mobile_info .current_plan { float:left; width:260px; padding:0 157px 0 10px; line-height:22px; }
.mobile_info .current_plan .plan_name { color:#5A7DC1; font-weight:bold; font-size:14px; padding:10px 0 0px; }
.mobile_info .current_plan .plan_name a { font-size:11px; }
.mobile_info .current_plan .plan_time { padding-bottom:0px; border-top:1px solid #bbbbbb; }
.mobile_info .current_plan .plan_time .plan_time_value { color:#404040; font-weight:bold; font-size:12px; }
.mobile_info .current_plan .plan_expire { border-top:1px solid #bbbbbb; }
.mobile_info .current_plan .plan_expire .plan_expire_date { color:#404040; font-weight:bold; }
.mobile_info .current_plan .plan_remain { border-top:1px solid #bbbbbb; }
.mobile_info .current_plan .plan_remain .plan_remain_days { color:#404040; font-weight:bold; }
.mobile_info .current_plan .plan_cycle { border-top:1px solid #bbbbbb; }
.mobile_info .current_plan .plan_cycle .plan_cycle_day { color:#404040; font-weight:bold; }
.mobile_info .account_options { float:left; width:217px; height:110px; padding:15px 20px; background:url(../images/plan_account_option_bg.jpg) no-repeat; }
.mobile_info .account_options ul { padding:10px 0 0 0; margin:0px; }
.mobile_info .account_options ul li { background:url(../images/account_options_li_bg.jpg) 0 50% no-repeat; line-height:20px; padding-left:20px; }
.mobile_info .account_options ul li a { color:#444; font-size:13px; font-weight:normal; }
.mobile_info .plan_flex .mini-title { width:120px; float:left; }
.mobile_info .plan_plus { width:290px; padding:0 127px 0 10px; }
.mobile_info .plan_plus .mini-title { width:150px; float:left; }
.mobile_info .mobile_top { background:url(../images/mobile_top_bg.jpg) 50% -7px no-repeat; margin-left:-16px; padding:0 25px 10px; width:667px; position:relative; }

.dashboard_top { width:690px; height:77px; padding:15px 20px; margin-bottom:10px; background:url(../images/dashboard_top_bg.jpg) no-repeat; }
.dashboard_top .page-head { margin:0px; }
.dashboard_top h3 { font-size:18px !important; margin-bottom:5px; }

.box_732 .group-select { margin:0px; border:0px; }
.box_732 .group-select li { padding:4px 0; }

.box_349 a img { margin-top:5px; }

.my-orders-container {}
.my-orders-container .pager { background:none !important; }
.my-orders-container table.pager td { padding:3px 0; }
.my-orders-container .data-table { border-top:1px solid #E0E0E0; }
.my-orders-container .box_middle { padding:0px; width:728px; }

#my-orders-table { width:100%; }
.form-save span { border:0px !important; background:url(../images/btn_save.jpg) no-repeat; width:52px; height:21px; text-indent:-9999px; font-size:0px; line-height:0px; }

#wirelessbox2_content input[type=radio]
{
	margin:-5px 3px 0 0;
}
.coverage-step
{
	padding:0px 0 0;
	background:url("../images/coverage_bg.jpg") no-repeat scroll 50% 100% #FFFFFF;
	height:270px;
	width:622px;
	position:relative;
}
.coverage-step .title
{
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
}
.coverage-step .searchbar
{
	background:url("../images/coverage_searchbar_bg.png") no-repeat scroll 50% 50% transparent;
	height:49px;
	position:absolute;
	width:286px;
	top:84px;
	left:160px;
}
.coverage-step .searchbar .btn_go
{
	position:absolute;
	right:12px;
	top:10px;
}
.coverage-step .view-full
{
	position:absolute;
	left:10px;
	bottom:0px;
}
#coverage-container
{
	left:160px;
	position:absolute;
	top:12px;
	width:100px;
}
#coverage-container input[type=text]
{
	width:80px;
	border:0px;
	background:none;
}
.coverage-search-button
{
	float:left;
	margin-top:-2px;
}
#coverage-result
{
	bottom:70px;
	color:#7092CC;
	font-size:15px;
	font-weight:bold;
	height:60px;
	left:0;
	line-height:20px;
	position:absolute;
	text-align:center;
	width:626px;
	top:160px;
}
.coverage-step a
{
	color:#7092CC;
	font-weight:bold;
}
#transfer_phone, #request_phone
{
	padding:0 30px 20px 27px;
}
#request_phone .item_title_first { font-weight:bold; font-size:14px; color:#000; padding-bottom:10px; }
#request_phone .item_title { font-weight:bold; font-size:14px; color:#000; margin-top:15px; padding:15px 0 10px; border-top:1px solid #C3C3C3; }
#request_phone .item_desc { padding:0px 30px; font-size:12px; color:#000; padding-bottom:10px; }
#transfer_phone label, #request_phone label
{
	padding:0px;
}
.selection-item
{
}
.selection-item .selection-radio input[type=radio]
{
	margin:-3px 3px 0 0;
}
.selection-item .selection-radio label
{
	cursor:pointer;
}
.selection-item .selection-desc
{
	padding:0px 0 20px 0px;
	font-weight:bold;
}
.selection-item .selection-desc p
{
	padding:0px;
}
#request_phone .sub-item
{
	padding-left:30px;
}
.transfer-desc
{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}
#request_phone .sub-title
{
	float:left;
	line-height:22px;
	width:160px;
}
#transfer_phone label
{
	padding:0px;
}
#transfer_phone .sub-title
{
	float:left;
	line-height:22px;
	margin-bottom:2px;
	width:280px;
}
#transfer_phone input[type=text]
{
	width:200px;
}
#selected_phone_number
{
	color:#000000;
}
#selected_phone_number .phone-type
{
	padding:0 0 5px 0;
	width:300px;
	float:left;
}
#selected_phone_number .sub_title
{
	width:150px;
	float:left;
	padding:0 10px 3px 0px;
	clear:left;
	font-weight:normal;
}
#selected_phone_number .sub_value
{
	float:left;
	font-weight:normal;
	width:140px;
	padding-bottom:5px;
}
#selected_phone_number .details-box
{
	position:relative;
	display:inline;
}
#selected_phone_number .details-box .details-content
{
	position:absolute;
	left:-9999px;
	width:300px;
	padding:10px; 
	border:1px solid #ccc; 
	border-bottom-color:#bbb; 
	border-right-color:#bbb; 
	background-color:#f6f6f6;
	cursor:help;
}
#selected_phone_number .show .details-content
{
	left:76px;
	top:0px;
}
#selected_phone_number .details-box a
{
	cursor:help;
}

.plans_container .box_732
{
	width:728px;
}
.plans_container .box_middle
{
	padding:10px 0 10px 0 !important;
}
.plan-box
{
	width:707px;
	margin:0 auto 10px;
}
.plan-box .round-top
{
	padding-top:10px;
	background:url(../images/plan_box_rounded_top.gif) 0 0 no-repeat;
}
.plan-box .round-middle
{
	padding:5px 14px;
	background:url(../images/plan_box_rounded_middle.gif) 0 0 repeat-y;
}
.plan-box .round-bottom
{
	padding-bottom:10px;
	background:url(../images/plan_box_rounded_bottom.gif) 0 100% no-repeat;
}
.plan-box .plan-info
{
	font-size:12px;
	color:#494949;
	line-height:16px;
}
.plan-box .plan-info .plan-sub-title
{
	font-weight:bold;
	padding-bottom:8px;
	font-size:13px;
}
.plan-box .plan-info .plan-info1
{
	float:left;
	width:245px;
	height:126px;
	position:relative;
	background:url(../images/plan_divider_bg.gif) 100% 50% no-repeat;
}
.plan-box .plan-info .plan-info1 .plan-name
{
	color:#F2B500;
	font-size:22px;
	font-weight:bold;
}
.plan-box .plan-info .plan-info1 .plan-desc
{
	font-size:12px;
	padding:10px 10px 15px 0;
}
.plan-box .plan-info .plan-info1 .plan-button-show
{
	bottom:0;
	left:0;
	position:absolute;
}
.plan-box .plan-info .plan-info1 .plan-button-show a
{
	color:#5A7DC1;
	font-size:14px;
	text-decoration:none;
	background:url(../images/icon_green_plus.gif) 0 50% no-repeat;
	padding-left:20px;
}
.plan-box .plan-info .plan-info1 .plan-button-show a.expanded
{
	background:url(../images/icon_green_minus.gif) 0 50% no-repeat;
}
.plan-box .plan-info .plan-info2
{
	float:left;
	width:215px;
	height:116px;
	padding:10px 15px 0;
	position:relative;
	background:url(../images/plan_divider_bg.gif) 100% 50% no-repeat;
}
.plan-box .plan-info .plan-info2 ul
{
	list-style:none;
	padding:0;
	margin:0;
}
.plan-box .plan-info .plan-info2 ul li
{
	padding-left:15px;
	font-size:12px;
	background:url(../images/dot_blue.gif) 0 50% no-repeat;
	line-height:18px;
}
.plan-box .plan-info .plan-info3
{
	float:left;
	width:173px;
	padding:10px 0 0 15px;
	height:116px;
	position:relative;
}
.plan-box .plan-info .plan-info3 .plan-sub-desc
{
}
.plan-box .plan-info .plan-info3 .plan-buttons
{
	bottom:0;
	left:15px;
	position:absolute;
}
.plan-box .plan-list
{
	display:none;
	margin-top:12px;
	border-top:2px solid #E0E0E0;
	padding-top:3px;
}
.plan-box .plan-list .plan-list-desc
{
	color:#494949;
	font-size:12px;
	line-height:16px;
	padding:10px 20px;
}

/* --------------- MBM Tabs ---------------- */
#tabs-mbm
{
	margin:15px 0 0 0;
}
#tabs-mbm ul.tabs-mbm-nav
{
	margin:0px;
	padding:0px 20px;
	height:37px;
}
#tabs-mbm ul.tabs-mbm-nav li
{
	float:left;
	height:37px;
	margin-right:2px;
}
#tabs-mbm ul.tabs-mbm-nav li a
{
	background:url(../images/tab_mbm_center.jpg) 0 0 repeat-x;
	text-decoration:none;
	color:#5A7DC1;
	font-size:16px;
	font-weight:bold;
	display:block;
	height:37px;
}
#tabs-mbm ul.tabs-mbm-nav li a span
{
	background:url(../images/tab_mbm_left.jpg) 0 0 no-repeat;
	float:left;
}
#tabs-mbm ul.tabs-mbm-nav li a span span
{
	background:url(../images/tab_mbm_right.jpg) 100% 0 no-repeat;
	padding:0 62px;
	line-height:37px;
}
#tabs-mbm ul.tabs-mbm-nav li.over a, #tabs-mbm ul li.active a
{
	background:url(../images/tab_mbm_center_over.jpg) 0 0 repeat-x;
	color:#424141;
}
#tabs-mbm ul.tabs-mbm-nav li.over a span, #tabs-mbm ul li.active a span
{
	background:url(../images/tab_mbm_left_over.jpg) 0 0 no-repeat;
}
#tabs-mbm ul.tabs-mbm-nav li.over a span span, #tabs-mbm ul li.active a span span
{
	background:url(../images/tab_mbm_right_over.jpg) 100% 0 no-repeat;
}
#tabs-mbm .tabs-mbm-content
{
	margin:-1px 0 0 0;
	padding:20px 25px 0;
	border-top:1px solid #D6D6D6;
	font-size:12px;
}

#opc-login #tabs-mbm ul.tabs-mbm-nav li a { background-image: url(../images/tab_mbm_center1.jpg); color: #fff; }
#opc-login #tabs-mbm ul.tabs-mbm-nav li a span { background-image: url(../images/tab_mbm_left1.jpg); }
#opc-login #tabs-mbm ul.tabs-mbm-nav li a span span { background-image: url(../images/tab_mbm_right1.jpg); padding: 0 22px; }
#opc-login #tabs-mbm ul.tabs-mbm-nav li.over a,
#opc-login #tabs-mbm ul li.active a { background-image: url(../images/tab_mbm_center_over1.jpg); color: #000; }
#opc-login #tabs-mbm ul.tabs-mbm-nav li.over a span,
#opc-login #tabs-mbm ul li.active a span { background-image: url(../images/tab_mbm_left_over1.jpg); }
#opc-login #tabs-mbm ul.tabs-mbm-nav li.over a span span,
#opc-login #tabs-mbm ul li.active a span span { background-image: url(../images/tab_mbm_right_over1.jpg); }
#opc-login #tabs-mbm .tabs-mbm-content { border-color: #e6c832; }
#opc-login #tabs-mbm ul.tabs-mbm-nav li a span span img { bottom:-6px; margin-right:12px; position:relative; }


#tabs-mbm .features { float:left; width:330px; margin:20px 0 0 0; background:url(../images/plan_divider_bg.gif) 100% 50% no-repeat; }
#tabs-mbm .features li { padding:2px 0 2px 15px; display:block; float:none; background:url(../images/bullets.gif) 0 50% no-repeat; font-weight:bold; }
#tabs-mbm .offer { float:right; width:305px; margin:20px 0 0 0; padding:0 0 0 25px; }
#tabs-mbm .offer .sub-desc { background:url(../images/plans_icon_offer.jpg) 0 0 no-repeat; padding:0 0 0 75px; margin:5px 0 0; height:98px; font-weight:bold; }
#tabs-mbm .offer .sub-desc span { color:#F2A11C; font-size:20px; }
#tabs-mbm .sub-title { color:#5A7DC1; font-size:17px; font-weight:bold; padding:0 0 5px 0; }
#tabs-mbm .disclaimer { padding:25px 0 10px 0; }
#tabs-mbm .desc { padding:15px 0; }

.login_box #tabs-mbm .tabs-mbm-content { padding: 15px 35px 10px 25px; }
.login_box #tabs-mbm ul.tabs-mbm-nav { padding: 0 30px; }
.login_box #tabs-mbm ul.tabs-mbm-nav li a span span { padding: 0 22px; }
.login_box #tabs-mbm ul.tabs-mbm-nav li a span span img { position: relative; bottom: -6px; margin-right: 12px; }
/*----------------------------------------------------------------*/

/* --------------- temp refill Tabs ---------------- */
#tabs-tempr
{
	margin:15px 0 0 0;
}
#tabs-tempr ul.tabs-tempr-nav
{
	margin:0px;
	padding:0px 20px;
	height:37px;
}
#tabs-tempr ul.tabs-tempr-nav li
{
	float:left;
	height:37px;
	margin-right:2px;
}
#tabs-tempr ul.tabs-tempr-nav li a
{
	background:url(../images/tab_mbm_center.jpg) 0 0 repeat-x;
	text-decoration:none;
	color:#5A7DC1;
	font-size:16px;
	font-weight:bold;
	display:block;
	height:37px;
}
#tabs-tempr ul.tabs-tempr-nav li a span
{
	background:url(../images/tab_mbm_left.jpg) 0 0 no-repeat;
	float:left;
}
#tabs-tempr ul.tabs-tempr-nav li a span span
{
	background:url(../images/tab_mbm_right.jpg) 100% 0 no-repeat;
	padding:0 84px;
	line-height:37px;
}
#tabs-tempr ul.tabs-tempr-nav li.over a, #tabs-tempr ul li.active a
{
	background:url(../images/tab_mbm_center_over.jpg) 0 0 repeat-x;
	color:#424141;
}
#tabs-tempr ul.tabs-tempr-nav li.over a span, #tabs-tempr ul li.active a span
{
	background:url(../images/tab_mbm_left_over.jpg) 0 0 no-repeat;
}
#tabs-tempr ul.tabs-tempr-nav li.over a span span, #tabs-tempr ul li.active a span span
{
	background:url(../images/tab_mbm_right_over.jpg) 100% 0 no-repeat;
}
#tabs-tempr .tabs-tempr-content
{
	margin:-1px 0 0 0;
	padding:20px 25px 0;
	border-top:1px solid #D6D6D6;
	font-size:13px;
}

#tabs-tempr .features { float:left; width:330px; margin:20px 0 0 0; background:url(../images/plan_divider_bg.gif) 100% 50% no-repeat; }
#tabs-tempr .features li { padding:2px 0 2px 15px; display:block; float:none; background:url(../images/bullets.gif) 0 50% no-repeat; font-weight:bold; }
#tabs-tempr .offer { float:right; width:305px; margin:20px 0 0 0; padding:0 0 0 25px; }
#tabs-tempr .offer .sub-desc { background:url(../images/plans_icon_offer.jpg) 0 0 no-repeat; padding:0 0 0 75px; margin:5px 0 0; height:98px; font-weight:bold; }
#tabs-tempr .offer .sub-desc span { color:#F2A11C; font-size:20px; }
#tabs-tempr .sub-title { color:#5A7DC1; font-size:17px; font-weight:bold; padding:0 0 5px 0; }
#tabs-tempr .plan-title { color:#5A7DC1; font-size:13px; font-weight:bold; }
#tabs-tempr .disclaimer { padding:25px 0 10px 0; }
#tabs-tempr .desc { padding:15px 0; }

/*----------------------------------------------------------------*/

.mingo-table
{
	padding:3px 0 0 0;
	width:674px;
	background:url(../images/bkg_table_mbm_top.jpg) 0 0 no-repeat;
}
.mingo-table .bottom-box
{
	padding:0 0 3px 0;
	background:url(../images/bkg_table_mbm_bottom.jpg) 0 100% no-repeat;
}
.mingo-table .middle-box
{
	padding:0px 4px 2px 3px;
	background:url(../images/bkg_table_mbm_middle.jpg) 0 0 repeat-y;
}
.mingo-table table
{
	border-collapse:collapse;
}
.mingo-table table th 
{
	background:#5A7DC1;
	color:#FFFFFF;
	font-size:13px;
	line-height:30px;
	border:1px solid #FFFFFF;
}
.mingo-table table th small
{
	color:#D9E4F9;
	font-size:11px;
}
.mingo-table table tbody
{
}
.mingo-table table tbody td
{
	border:1px solid #FFFFFF;
	font-size:12px;
	line-height:16px;
	padding:8px 0;
	font-weight:bold;
}
.mingo-table table tbody td.last, .mingo-table table thead th.last
{
	padding:0 15px;
	line-height:0;
	text-align:center;
	vertical-align:middle;
}
.mingo-table table thead td
{
	background:#EEF2F9;
}
.mingo-table table tbody td
{
	background-image:url(../images/bkg_table_mbm_tbody.jpg);
	background-color:#EEF2F9;
	background-repeat:repeat-x;
	vertical-align:middle;
}
.mingo-table table tbody .col-date
{
	background-image:url(../images/bkg_table_mbm_date.jpg) !important;
	background-color:#5377BC;
	background-repeat:repeat-x;
}
.mingo-table table tbody .col-capacity
{
	background-image:url(../images/bkg_table_mbm_capacity.jpg) !important;
	background-color:#FD6E00;
	background-repeat:repeat-x;
}
.mingo-table table tbody .col-bonus
{
	background-image:url(../images/bkg_table_plans_bonus.jpg) !important;
	background-color:#F89D0B;
	background-repeat:repeat-x;
}
.a-white
{
	color:#FFFFFF;
}

/* --------------- Plans Tabs ---------------- */
#tabs-plans
{
	margin:-38px 0 0;
	position:relative;
}
#tabs-plans ul.tabs-nav
{
	margin:0px;
	padding:0px 20px;
	height:47px;
}
#tabs-plans ul.tabs-nav li
{
	float:left;
	height:47px;
	margin-right:2px;
}
#tabs-plans ul.tabs-nav li a
{
	background:url(../images/tab_plans_left.png) 0 0 no-repeat;
	padding:0 0 0 20px;
	text-decoration:none;
	color:#5A7DC1;
	font-size:16px;
	font-weight:bold;
	display:block;
	height:47px;
}
#tabs-plans ul.tabs-nav li a span
{
	float:left;
	padding:0 20px 0 0;
	background:url(../images/tab_plans_right.png) 100% 0 no-repeat;
}
#tabs-plans ul.tabs-nav li a span span
{
	font-size:15px;
	line-height:16px;
	padding:8px 7px;
	text-align:center;
	background:url(../images/tab_plans_center.jpg) 0 0 repeat-x;
}
#tabs-plans ul.tabs-nav li a span span small.sm-desc
{
	font-size:13px;
	font-weight:normal;
}
#tabs-plans ul.tabs-nav li.over a, #tabs-plans ul li.active a
{
	background:url(../images/tab_plans_left_over.png) 0 0 no-repeat;	
	color:#424141;
}
#tabs-plans ul.tabs-nav li.over a span, #tabs-plans ul li.active a span
{
	background:url(../images/tab_plans_right_over.png) 100% 0 no-repeat;
}
#tabs-plans ul.tabs-nav li.over a span span, #tabs-plans ul li.active a span span
{
	background:url(../images/tab_plans_center_over.jpg) 0 0 repeat-x;
}
#tabs-plans .tabs-plans-content
{
	margin:-1px 0 0 0;
	padding:20px 25px 0;
	border-top:1px solid #D6D6D6;
}

/*--------------------- Plans Page -------------------------*/

.plans_container { font-size:13px; }
.plans_container .plans_banner { margin:-20px auto 0; width:726px; }
.plans_container .features { float:left; width:330px; margin:20px 0 0 0; background:url(../images/plan_divider_bg.gif) 100% 50% no-repeat; text-transform:lowercase; }
.plans_container .features li { padding:2px 0 2px 15px; display:block; float:none; background:url(../images/bullets.gif) 0 50% no-repeat; font-weight:bold; }
.plans_container .offer { float:right; width:305px; margin:20px 0 0 0; padding:0 0 0 25px; text-transform:lowercase; }
.plans_container .offer .sub-desc { background:url(../images/plans_icon_offer.jpg) 0 0 no-repeat; padding:0 0 0 75px; margin:5px 0 0; height:98px; font-weight:bold; }
.plans_container .offer .sub-desc span { color:#F2A11C; font-size:20px; }
.plans_container .sub-title { color:#5A7DC1; font-size:17px; font-weight:bold; padding:0 0 5px 0; }
.plans_container .plan-features { padding:30px 0; border-bottom:1px solid #DCDCDC; text-transform:lowercase; }
.plans_container .plan-features .feature-text { float:left; background:url(../images/plans_icon_text_messaging.jpg) 102px 0 no-repeat; width:164px; padding:0 45px 0 0; }
.plans_container .plan-features .feature-mobile { float:left; background:url(../images/plans_icon_mobile_web.jpg) 140px 0 no-repeat; width:164px; padding:0 45px; border:1px solid #DCDCDC; border-width:0 1px; }
.plans_container .plan-features .feature-pic { float:left; background:url(../images/plans_icon_pic_messaging.jpg) 140px 0 no-repeat; width:164px; padding:0 0 0 45px; }
.plans_container .plan-features .title { font-size:18px; font-weight:bold; line-height:18px; padding:5px 0 12px; color:#5A7DC1; }
.plans_container .plan-features .price-box { background:url(../images/plans_price_bg.jpg) 50% 0 no-repeat; font-size:17px; font-weight:bold; padding:6px 0; text-align:center; color:#FFFFFF; }
.plans_container .plan-features .desc { font-size:13px; height:70px; padding:8px 0; }
.plans_container .plan-features .sub-desc { color:#4B5914; font-size:12px; font-weight:bold; padding:8px 0 0; }
.plans_container .included-features { color:#4B5914; font-size:12px; font-weight:bold; padding:5px 0 0; }
.plans_container .disclaimer { padding:25px 0 10px 0; }

/* ------------------------------------------------------- */

/*--------------------- Home Page -------------------------*/

.banner-container
{
	width:728px;
	height:256px;
	overflow:hidden;
	position:relative;
}
.banner-container #slide-nav
{
	position:absolute;
	left:28px;
	bottom:18px;
	z-index:20;
}
.banner-container #slide-nav a
{
	color:#FFFFFF;
	font-size:12px;
	padding:2px 7px;
	font-weight:normal;
	text-decoration:none;
	background:url(../images/slideshow/slide_nav.png) 50% 50% no-repeat;
}
.banner-container #slide-nav a.activeSlide
{
	color:#5A7DC1;
	background:url(../images/slideshow/slide_nav_active.png) 50% 50% no-repeat;
}
.banner-container #banners .slide
{
	width:728px;
	height:256px;
}
.banner-container #banners .slide .link
{
	position:absolute;
	bottom:14px;
	right:20px;
}
.banner-container #banners .slide1 .link
{
	bottom:42px;
	right:500px;
}

.mingo-email
{
	background:url(../images/home/bkg_mingo_email.png) 0 50% no-repeat;
	padding:8px 0 8px 90px;
}
.mingo-email .block-title
{
	padding:0 0 10px 0;
}
.mingo-email .block-title a
{
	text-decoration:none;
}
.mingo-email .block-title a span
{
	margin:0 0 0 3px;
	font-size:11.25pt;
	font-weight:bold;
	color:#5A7DC1;
}
.mingo-email .desc
{
	font-size:9.75pt;
	padding:0 0 0 2px;
}

.htc-evo
{
	background:url(../images/home/bkg_htcevo.png) 0 50% no-repeat;
	height:100px;
	padding:8px 0 8px 100px;
	border-bottom:1px solid #E3E3E3;
}
.htc-evo .desc
{
	padding:5px 0 0;
}
.htc-evo .link
{
	margin:20px 0 0;
	padding:0 0 0 20px;
}
.htc-evo .link a
{
	text-decoration:none;
}
.htc-evo .link a span
{
	margin:0 0 0 3px;
	font-size:11.25pt;
	font-weight:bold;
	color:#5A7DC1;
}

.mbb
{
	background:url(../images/home/bkg_mbb.png) 100% 50% no-repeat;
	padding:0 90px 0 0;
	height:104px;
	margin:12px 0 0 0;
}
.mbb .title
{
	font-weight:bold;
	font-size:11.25pt;
}
.mbb .desc
{
	padding:8px 0 20px;
}
.mbb .link
{
}
.mbb .link a
{
	text-decoration:none;
}
.mbb .link a span
{
	margin:0 0 0 3px;
	font-size:11.25pt;
	font-weight:bold;
	color:#5A7DC1;
}

.box_362 { width:362px; text-align:left; }
.box_362 .box_top { background:url(../images/home/bkg_box_362_top.png) 50% 100% no-repeat; overflow:hidden; height:12px; }
.box_362 .box_middle { background:url(../images/home/bkg_box_362_middle.png) 50% 0 repeat-y; padding:5px 20px; }
.box_362 .box_bottom { background: url(../images/home/bkg_box_362_bottom.png) 50% 0 no-repeat; overflow:hidden; height:12px; }

.why-mingo
{
	float:left;
}
.why-mingo .block-title
{
	font-weight:bold; 
	color:#5A7DC1; 
	font-size:13.5pt; 
	padding:0 0 20px 0;
}
.why-mingo .item
{
	padding:10px 0 10px 100px;
}
.why-mingo .item .title
{
	font-size:11.25pt;
	font-weight:bold;
	padding:0 0 2px;
}
.why-mingo .item .desc
{
	font-size:10.5pt;
}
.why-mingo .item1
{
	background: url(../images/home/bkg_whymingo_1.png) 0 50% no-repeat;
}
.why-mingo .item2
{
	background: url(../images/home/bkg_whymingo_2.png) 0 50% no-repeat;
}
.why-mingo .item3
{
	background: url(../images/home/bkg_whymingo_3.png) 0 50% no-repeat;
}
.why-mingo .link
{
	text-align:right;
}

.smart-am
{
	float:right;
}
.smart-am .block-title
{
	font-weight:bold; 
	color:#5A7DC1; 
	font-size:13.5pt; 
	padding:0 0 15px 0;
}
.smart-am ul
{
	margin:5px 0 10px 0;
}
.smart-am ul li
{
	padding:0 0 10px 20px;
	background: url(../images/home/icon_blue_dot.png) 0 6px no-repeat;
	font-size:11.25pt;
}
.smart-am .link
{
	text-align:right;
}

.find-plan
{
	background: url(../images/home/bkg_find_plan.png) no-repeat;
	height:99px;
	padding:15px 28px;
	margin:8px 0 6px 0;
}
.find-plan .block-title
{
	float:left;
	font-size:13.5pt;
	color:#FFFFFF;
	font-weight:bold;
}
.find-plan .link
{
	float:right;
}
.find-plan .link a
{
	text-decoration:none;
}
.find-plan .link a span
{
	margin:0 0 0 3px;
	font-size:11.25pt;
	font-weight:bold;
	color:#FFFFFF;
}
.find-plan .plan-type-box
{
	float:left;
	width:224px;
	height:53px;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
	background: url(../images/home/bkg_plan_type.png) no-repeat;
}
.find-plan .plan-type
{
	position:relative;
	z-index:90;
}
.find-plan .plan-type .plan-title
{
	text-align:center;
}
.find-plan .plan-type .plan-title .title
{
	color:#5A7DC1;
	font-weight:bold;
	font-size:12pt;
}
.find-plan .plan-type .plan-title .desc
{
	color:#E37911;
	font-weight:bold;
	font-size:9.75pt;
}
.find-plan .plan-type .plan-detail
{
	position:absolute;
	left:-9999px;
	bottom:-15px;
	width:259px;
	text-align:left;
}
.find-plan .plan-type .plan-detail .coming-soon
{
	position:absolute;
	right:15px;
	top:-1px;
	width:82px;
	height:82px;
	z-index:999;
	background: url(../images/home/bkg_plan_detail_comingsoon.png) no-repeat;
}
.find-plan .plan-type .plan-detail ul
{
	margin:10px 0 5px 5px;
}
.find-plan .plan-type .plan-detail ul li
{
	padding:0 0 6px 15px;
	background: url(../images/home/icon_blue_dot.png) 0 6px no-repeat;
	font-size:11.25pt;
}
.find-plan .plan-type-over .plan-detail
{
	left:-17px;
}
.find-plan .plan-type .plan-detail .box-shadow
{
	padding:0 17px;
	background: url(../images/home/bkg_plan_type_shadow.png) 0 8px no-repeat;
}
.find-plan .plan-type .plan-detail .box-top
{
	background: url(../images/home/bkg_plan_detail_top.png) no-repeat;
	padding:10px 0 0 0;
}
.find-plan .plan-type .plan-detail .box-bottom
{
	background: url(../images/home/bkg_plan_detail_bottom.png) 0 100% no-repeat;
	padding:0 0 11px 0;
}
.find-plan .plan-type .plan-detail .box-middle
{
	background: url(../images/home/bkg_plan_detail_middle.png) 0 100% no-repeat;
	padding:0 10px;
}

.clear
{
	clear:both;
	font-size:0px;
	line-height:0px;
	text-indent:-9999px;
}
.cleardivspace
{
	clear:both;
	font-size:0px;
	line-height:0px;
	text-indent:-9999px;
        height: 15px;
}
/* ------------------------------------------------------- */

.one-page-wireless .mingo-table
{
	width:620px;
	background:url(../images/bkg_table_mbm_top_620.jpg) 0 0 no-repeat;
}
.one-page-wireless .mingo-table .bottom-box
{
	background:url(../images/bkg_table_mbm_bottom_620.jpg) 0 100% no-repeat;
}
.one-page-wireless .mingo-table .middle-box
{
	background:url(../images/bkg_table_mbm_middle_620.jpg) 0 0 repeat-y;
}

.one-page-wireless .sub-title
{
	color:#5A7DC1;
	font-size:16px;
	font-weight:bold;
}
.ul-green-dot
{
}
.ul-green-dot li
{
	background:url("../images/bullets.gif") no-repeat scroll 0 50% transparent;
	font-weight:bold;
	padding:2px 0 2px 15px;
	margin:0px !important;
}

.why-mingo-page { font-size:14px; line-height:20px; }
.why-mingo-page .title { color:#6E8FC9; font-size:22px; font-weight:bold; line-height:38px; }
.why-mingo-page .desc { font-size:17px; }
.why-mingo-page .why-mingo-item { margin:0 0 25px 0; }
.why-mingo-page .why-mingo-item .item-img { float:left; width:120px; text-align:center; }
.why-mingo-page .why-mingo-item .item-desc { float:right; width:555px; }
.why-mingo-page .why-mingo-item .item-title { color:#6E8FC9; font-size:16px; font-weight:bold; }
.why-mingo-page .why-mingo-buttons { width:669px; height:76px; position:relative; margin:0 auto; background:url(../images/why_mingo_bkg_buttons.jpg) no-repeat;  }
.why-mingo-page .why-mingo-buttons .view-phones { position:absolute; left:206px; top:27px; }
.why-mingo-page .why-mingo-buttons .view-plans { position:absolute; left:369px; top:27px; }

#transactional_error .close_btn { position:absolute; width:30px; height:30px; right:-15px; top:-15px; text-indent:-9999px; background:url(../images/icon_close.png) no-repeat; }

#helpdesk-ticket-form { line-height:22px; }
.helpdesk-ticket-info { line-height:22px; padding:0 0 20px 0; }
.helpdesk-ticket-info h4 { border-bottom: 1px solid #DEDEDE; margin: 0 0 5px; padding: 0 0 5px; }
.helpdesk-reply-form { line-height:22px; }
.helpdesk-reply-form h4 { border-bottom: 1px solid #DEDEDE; margin: 0 0 5px; padding: 0 0 5px; }

/*--------------- Auto Refill -----------------*/
.refills-group { color:#000000; }
.refills-group .group-title { font-size:16px; font-weight:bold; padding:10px 0 10px 0; }
.refills-group .refill-content { padding:10px 0 20px 25px; }
.refill-content .pack-title { font-size:14px; font-weight:bold; padding:0 0 10px 0; }
.refill-content .prop-box { clear:both; font-size:12px; line-height:18px; }
.refill-content .prop-box .prop-title { font-weight:bold; width:140px; float:left; padding:0 20px 0 0; text-align: right;}
.refill-content .prop-box .prop-content { width:480px; float:left; }
.refill-content .prop-box-sub { clear:both; font-size:12px; }
.refill-content .prop-box-sub .prop-title { font-weight:bold; width:120px; float:left; padding:0 20px 0 20px; text-align: right; }
.refill-content .prop-box-sub .prop-content { width:480px; float:left; }
.refill-content .prop-box .red { color:#CC332D; font-weight:bold; }
.refill-content .prop-box .green { color:#14F400; font-weight:bold; }
.refill-content .refill-actions { padding:15px 0 0 0; clear:both; }
.refill-content .refill-actions a { margin:0 10px 0 0; }

.refill-setting { height: auto; padding: 10px; text-align: left;width: auto;}
.refill-setting h3 {}
.refill-setting h4 {}
.refill-setting .refill-option {padding: 5px 20px;text-align: left;}
.refill-setting .refill-option-detail {margin-bottom: 10px; padding-left: 20px; text-align: left;}
.refill-setting .refill-option-detail div{}
.refill-setting .refill-option label {}
.refill-setting .refill-option input {}
.refill-setting .refill-option select {}
.refill-setting .refill-payments { padding-left: 20px;}
.refill-payments .payment-box { padding: 10px 0;}
.refill-payments .payment-box .payment-title {}
.refill-payments .payment-box .payment-detail {}
.refill-payments .payment-box .payment-detail div{padding-top: 5px;}
.refill-payments .payment-box .payment-detail select {}
.refill-payments .payment-box .payment-detail input {}
.refill-payments .payment-box .payment-detail .payment-desc {padding: 5px 0;}

.banner-phone { width:728px; height:250px; background:url(../images/banner_phone.png) no-repeat; position:relative; }
.banner-phone .link1 { position:absolute; left:406px; top:190px; }
.banner-phone .link2 { position:absolute; left:516px; top:190px; }
.banner-phone .link3 { position:absolute; left:630px; top:190px; }
.banner-phone .link a { text-decoration:underline; padding:0 10px 0 0; background:url(../images/bg_phone_details_link.png) 100% 50% no-repeat; color: #5A7DC1; font-size: 12px; font-weight: bold; }

#tabs-prod-details
{
	padding:15px 0 10px;
	background:url("../images/box_732_middle.gif") repeat-y scroll 0 0 transparent;
}
#tabs-prod-details ul.tabs-nav
{
	margin:0px;
	padding:0px 20px;
	height:37px;
}
#tabs-prod-details ul.tabs-nav li
{
	float:left;
	height:37px;
	margin-right:2px;
}
#tabs-prod-details ul.tabs-nav li a
{
	background:url(../images/tab_mbm_center.jpg) 0 0 repeat-x;
	text-decoration:none;
	color:#5A7DC1;
	font-size:13px;
	font-weight:bold;
	display:block;
	height:37px;
}
#tabs-prod-details ul.tabs-nav li a span
{
	background:url(../images/tab_mbm_left.jpg) 0 0 no-repeat;
	float:left;
}
#tabs-prod-details ul.tabs-nav li a span span
{
	background:url(../images/tab_mbm_right.jpg) 100% 0 no-repeat;
	padding:0 28px;
	line-height:37px;
}
#tabs-prod-details ul.tabs-nav li.over a, #tabs-prod-details ul li.active a
{
	background:url(../images/tab_mbm_center_over.jpg) 0 0 repeat-x;
	color:#424141;
}
#tabs-prod-details ul.tabs-nav li.over a span, #tabs-prod-details ul li.active a span
{
	background:url(../images/tab_mbm_left_over.jpg) 0 0 no-repeat;
}
#tabs-prod-details ul.tabs-nav li.over a span span, #tabs-prod-details ul li.active a span span
{
	background:url(../images/tab_mbm_right_over.jpg) 100% 0 no-repeat;
}
#tabs-prod-details .tabs-prod-content
{
	margin:-1px 0 0 0;
	padding:20px 25px 0;
	border-top:1px solid #D6D6D6;
	font-size:12px;
	line-height:20px;
}
