/**
 * 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.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; -webkit-text-size-adjust:none;} /* for Chrome fixed */
* { margin:0; padding:0; }

body          { background:#fff; min-width:1014px; font-family:Verdana,Geneva,sans-serif; font-size:0.75em; line-height:1.5em; color:#666; text-align:center; }
body > .wrapper {}

img           { border:0; vertical-align:top; }

a             { color:#666; text-decoration:none; }
a:hover       { text-decoration:underline; color:#000; }
:focus        { outline:0; }

/* Headings */
h1            {  font-size:18px; font-weight:normal; line-height:1.15;  margin-bottom:5px;}
h2            {  font-size:16px; font-weight:normal; line-height:1.25; margin-bottom:5px; }
h3            {  font-size:13px; font-weight:600; line-height:1.25; margin-bottom:5px; color:#000;}
h4            {  font-size:12px; font-weight:600; margin-bottom:5px; }
h5            {  font-size:12px; font-weight:700; margin-bottom:5px; }
h6            {  font-size:10px; font-weight:700; margin-bottom:5px; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {width:100%; overflow:hidden;}
.page { width:1200px; margin:0 auto; padding:0; text-align:left; background:#fff; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; background:#fff;}
.main-container {}
.main { background:#fff; padding:0 0 10px;}

/* Base Columns */
.col-left { float:left; width:220px; }
.col-main { float:left; width:970px; padding:10px 0; }
.col-right { float:right; width:220px;  }
.sidebar {margin:8px 0 0 0;}

.cms-home .col-left{margin-top:190px;}

.catalog-product-view .col-main{padding-bottom:0;}
.catalog-product-view .main{padding:0;}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

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

/* 3 Columns Layout */
.col3-layout .col-main { width:724px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:960px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:11px Verdana,Geneva,sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #d9d9d9; }
input.input-text,textarea { padding:2px; }
select { padding:1px 1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #f0f0f0; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:33px; !important; }

/* All Buttons - General (bkg_btn.gif)*/
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */

button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; cursor:pointer; position:relative; background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) repeat-x 0 -300px; height:21px;  margin-left:5px;}
button.button span{font-size:11px;}
button.button span span{color:#fff; padding: 0 4px; line-height:20px;}

button.btn-round, button.btn-gray, button.btn-round-s { height:32px; border:0; padding:0; margin:0; background:transparent; /* line-height:21px; */ overflow:visible; cursor:pointer; vertical-align:middle;  }
button.btn-gray{height:21px;}

a.btn-round,
button.btn-round span,
a.btn-round span,
button.btn-round span span { background-color:transparent; background-image:url(http://www.infpass.com/skin/frontend/default/se105/images/btn_bg_orange.gif); background-repeat:no-repeat; }


.sidebar button.button span,
.sidebar button.button span span,
a.btn-gray,
button.btn-gray span,
a.btn-gray span,
button.btn-gray span span { background-color:#fff; background-image:url(http://www.infpass.com/skin/frontend/default/se105/images/btn_bg_gray.gif); background-repeat:no-repeat; }

.sidebar button.button span,
button.btn-round-s span,
a.btn-round,
a.btn-gray,
button.btn-gray span,
a.btn-round,
button.btn-round span {
    border:0;
    padding:0 0 0 30px; margin:0;
    cursor:pointer;
    background-position:0 0;
    display:-moz-inline-stack;
    display:inline-block;
    color:#000;
    height:32px;
    text-decoration:none;
    }

.sidebar button.button span span,
button.btn-round-s span span,
a.btn-round span,
a.btn-gray span,
button.btn-gray span span,
a.btn-round span,
button.btn-round span span {
    padding:0 22px 0px 6px;
    color:#fff;
    background-position:100% 0;
    display:-moz-inline-block;
    display:inline-block;
    white-space:nowrap;
    text-transform:none;
    font-size:15px;
	font-weight:bolder;
	line-height:32px;
    height:32px;
    }
a.btn-round, a.btn-gray, a.btn-round-s, .sidebar button.button{ line-height:1!important; }
a.btn-round span, a.btn-gray span, a.btn-round-s { line-height:32px!important; }
.btn-round:active, .btn-gray:active, btn-round-s:active, .sidebar button.button:active { bottom:0px; right:0px; position:relative; z-index:2; }
button.btn-round:active span span, button.btn-gray:active span span, button.btn-round-s:active span span,.sidebar button.button:active span { margin:0; }

/* checkout button */
button.btn-round.btn-checkout span, button.btn-round.btn-checkout span span{background-image:url(http://www.infpass.com/skin/frontend/default/se105/images/btn_bg_checkout.gif);}
button.btn-round.btn-checkout span{padding-left:10px;}
button.btn-round.btn-checkout span span{padding-right:33px;}

/* All gray button and sidebar button*/
a.btn-gray, button.btn-gray span, .sidebar button.button span{height:22px; color:#000; padding-left:10px;  }
a.btn-gray span, button.btn-gray span span, .sidebar button.button span span{height:22px; padding: 0 10px 0 3px; line-height:22px; color:#000; font-size:11px; font-weight:normal;}



/* small add to cart button*/
button.btn-round-s span, button.btn-round-s span span{background-image:url(http://www.infpass.com/skin/frontend/default/se105/images/btn_bg_orange_s.gif);}
button.btn-round-s span{padding-left:20px; height:22px; }
button.btn-round-s span span{padding-right:10px; height:22px; font-size:11px; font-weight:bold; line-height:20px;}





/* End of All Buttons */



/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 2px; }
.form-list label { float:left; color:#111; font-weight:bold; position:relative; z-index:0; font-size:11px;  }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; margin-bottom:13px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:648px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:114px; }
.form-list .name-middlename input.input-text { width:94px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:160px; }

.opc .form-list .customer-name-suffix .name-lastname,
.opc .form-list .customer-name-middlename .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-lastname { width:203px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:150px; }

.opc .form-list .customer-name-prefix .name-firstname input.input-text,
.opc .form-list .customer-name-suffix .name-lastname input.input-text,
.opc .form-list .customer-name-middlename .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:190px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px;  }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 8px; font-size:12px; }

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe;  margin:10px 0; padding:0 0 20px 0;}
.fieldset .legend {margin:0;  padding:0 20px 0 20px; background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) repeat-x 0 -60px; height:26px; line-height:26px; font-size:13px;font-weight:bold;}
.fieldset .form-list{padding:15px 40px 5px 40px;}
.fieldset p{padding:15px 40px 0 40px; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(http://www.infpass.com/skin/frontend/default/se105/images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(http://www.infpass.com/skin/frontend/default/se105/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(http://www.infpass.com/skin/frontend/default/se105/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(http://www.infpass.com/skin/frontend/default/se105/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:12px; font-weight:normal; color:#666; line-height:32px;   width:100%; border-bottom:1px solid #ddd; height:32px; overflow:hidden; }
.breadcrumbs li { display:inline; }
.breadcrumbs li a {color:#014590; text-decoration:none;}
.breadcrumbs li span {display:inline; width:6px; height:13px; margin:0px 4px 0 4px;}
.breadcrumbs li.home{background: url("http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat  8px -749px; padding-left:27px;  }

/* Page Heading */
.page-title {  padding:0 0 5px; margin:5px 0 0 0; }
.page-title h1,
.page-title h2 { font-weight:700; font-size:14px; color:#000; text-transform:uppercase; font-style:italic;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

.checkout-cart-index .page-title{margin:0; padding:2px 0 4px;}
.checkout-cart-index .page-title h1{color:#000; font-style:italic;  }

/* Pager */
.pager { font-size:11px; background:#fafafa; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; margin-right:10px; }
.pager .limiter label {  }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin-left: 330px;}
.pager .pages strong{float:left; padding-right:3px; font-weight:normal; padding-top:2px;}
.pager .pages ol {  }
.pager .pages li { float:left; border:1px solid #fff; padding:2px 4px; background:#eee; }
.pager .pages li.next-icon, .pager .pages li.prev-icon{border:none;}
.pager .pages .current, .pager .pages li:hover {background:url(http://www.infpass.com/skin/frontend/default/se105/images/toolbar-icons.gif) repeat-x 0 -87px; color:#fff;}
.pager .pages li:hover a{color:#fff;}
.pager .pages li.next-icon:hover, .pager .pages li.prev-icon:hover{background:none;}
.pager a.i-next, .pager a.i-previous, .sorter .sort-by a.set_asc, .sorter .sort-by a.set_des{background:url(http://www.infpass.com/skin/frontend/default/se105/images/toolbar-icons.gif) repeat-x 5px -111px; height:19px; width:16px; text-indent:-10000px; display:block;  }
.pager .pages li.previous_l, .pager .pages  li.next_l{padding:0;}
.pager a.i-previous{background-position:5px -128px}
.pager a.i-next:hover{background-position:-11px -111px;}
.pager a.i-previous:hover{background-position:-11px -128px;}


/* Sorter */
.sorter { font-size:11px; background:#fafafa; padding:8px 8px 4px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0;  line-height:14px;}
.sorter .view-mode li{padding:0 10px 0 0;}
.sorter .view-mode  span{display:block; background:url(http://www.infpass.com/skin/frontend/default/se105/images/toolbar-icons.gif) no-repeat 0 0; padding-left:20px; height:14px; display:block;}
.sorter .view-mode .grid_on span{ background-position:0 0; }
.sorter .view-mode .grid_off span{ background-position:0 -14px;}
.sorter .view-mode .list_on span{ background-position:0 -28px; }
.sorter .view-mode .list_off span{ background-position:0 -42px;}
.sorter .view-mode li{float:left;}
.sorter .view-mode a{cursor:pointer;}
.sorter .sort-by { float:right; line-height:14px;  }
.sorter .sort-by li{float:left;}
.sorter .sort-by label { line-height:14px; margin-right:8px; }
.sorter .sort-by a, .limiter a{line-height:14px;}
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .sort-by a span{}
.sorter .sort-by a{padding:0 5px;}
.sorter .sort-by a.active{padding:0 0 0 5px;}
.sorter .sort-by a.active:hover{text-decoration:none;}
.sorter .sort-by a.active span, .limiter a.active span{background:url(http://www.infpass.com/skin/frontend/default/se105/images/toolbar-icons.gif) no-repeat  0 -87px; height:16px; display:inline-block; color:#fff; padding:0 10px 0 6px;}
.limiter a.active span{padding:0 2px 0 1px;}
.sorter .sort-by a.set_asc, .sorter .sort-by a.set_des{float:left;}
.sorter .sort-by a.set_asc{background-position: -55px -112px;}
.sorter .sort-by a.set_des{background-position: -55px -129px;}

.sorter .link-feed {}

/* Toolbar */
.toolbar {border:1px solid #ddd; border-top:none; background:#fafafa; line-height:14px;}
.toolbar .pager { padding:8px 8px 4px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #f0f0f0; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #f0f0f0; }
.data-table thead {  }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(http://www.infpass.com/skin/frontend/default/se105/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(http://www.infpass.com/skin/frontend/default/se105/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

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

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#619003; margin-bottom:5px; display:inline-block; }
.link-wishlist {  }
.link-reorder { font-weight:bold; }
.link-compare {  }
.link-print { background:url(http://www.infpass.com/skin/frontend/default/se105/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(http://www.infpass.com/skin/frontend/default/se105/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites.gif) -362px -10px no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:18px; height:18px; font-size:0; line-height:0; background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) 0 -1496px no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites.gif) -345px -10px no-repeat; text-indent:-999em; overflow:hidden; margin-right:3px; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

#add_recipient_button {margin-right:10px; float:right;}
.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#f0f0f0; text-indent:-999em; overflow:hidden; }

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

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */

/* Header ================================================================================ */
.logo { float:left; }
.header-container {}
.header { padding:0; position:relative; }
.header .logo { float:left; text-decoration:none !important; padding-top:2px; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; height:60px; }
.header .welcome-msg {  text-align:right; line-height:normal; overflow:hidden; padding:7px 5px 0 10px; display:block; float:left; background:url("http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat left -690px }
.header .welcome-msg a {}
.header .links { float:right; overflow:hidden; padding:8px 10px 0 5px;}
.header .links li {line-height:normal;  float:left; padding-left:15px;}
.header .links li a { text-decoration:none; display:inline-block;  position:relative; overflow:hidden;}
.header .links li a span {display:block; height:1px; bottom:0; width:0; position:absolute; left:50%; background:#5e8b03;}

.header .top-myaccount{float:right; padding:3px 10px 0 5px; position:relative; z-index:500;}
.header .top-myaccount a#top-myaccount{height:27px; display:block; line-height:23px; padding:0 15px; }
.header .top-myaccount.over .top-myaccount-header{background-color:#fff; border:1px solid #ddd; border-bottom:0;  }
.header .top-myaccount a#top-myaccount:hover{text-decoration:none;}
.header .top-myaccount .drop-menu{ position:absolute; background: #fff; border:1px solid #ddd; border-top:0; overflow: hidden; padding:10px 0 15px 0; text-indent: 1em; width: 180px;}
.header .top-myaccount .drop-menu a{display:block; padding:1px 0 1px 7px; background:url("http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 10px -842px transparent; }
.header .top-myaccount-header{background:url(http://www.infpass.com/skin/frontend/default/se105/images/other_sprites.gif) no-repeat 8px -144px; padding:0 4px 0 10px; border:1px solid #f1f1f1; border-bottom:0;}
.header .top-myaccount span.top_arrow{background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 0 -680px; height: 4px; position: absolute; right: 17px; top: 15px;width: 7px;}

.livechat{float:right; display:none;background:url(http://www.infpass.com/skin/frontend/default/se105/images/other_sprites.gif) no-repeat 0 -93px; width:90px;  padding:7px 5px 0 0; }
.livechat a{padding-left:19px;}

.header .form-search { padding:4px 0 0 0; display:inline; }
.header .form-search label {display:none;}
.header .form-search button.button {}
.header .form-search button.button span {padding:0px 3px 0px 2px; font-size:11px;  line-height:18px; height:20px;}
.header .form-search button.button .bg-button {background:#343434;}
.header .form-search input {width:441px; margin-right:1px; border:1px solid #ccc; font-size:11px; line-height:normal; color:#666666;  height:22px; line-height:22px; font-size:12px; padding:0 0 0 5px;}
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #f0f0f0; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #f0f0f0; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header select#cat{height:22px;}
.header .form-language { text-align:right; float:left; padding:5px 10px 5px 2px; line-height:20px;}
.header .form-language .selected {color:#000; font-weight:bold;}
.header .form-language a{padding:0 9px 0 3px; background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat right -719px; }

.header-container .top-container { clear:both; text-align:right; }
.header-right {float:right; border-left:1px solid #d6d6d6; padding-left:19px; margin-left:20px; padding-top:3px; min-height:80px; width:125px;}
.quick-access {float:right; height:46px; width:955px; background:#f9f9f9; border:1px solid #f2f2f2; margin-top:10px;padding:6px;}
.header .home-link{float:left; display:none;line-height:30px; background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 8px -741px; text-indent:19px;  }
.header .home-link a{padding:3px 8px; color:#FF5A00; background:url("http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat right -717px }

.header .quick-access-left{float:left; width:710px; }
.header .quick-access-right{float:left; }
.header .quick-access-right .topcart{margin:10px 0 0 -20px; }
.header .quick-access-right .topcart-content a, .header .quick-access-right p.empty{color:#09318B; text-decoration:underline; font-size:13px;  padding-left:20px; background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 0 -819px;  }
.header .quick-access-right .topcart-content a:hover{text-decoration:underline;  }
.header .quick-access-right .topcart-content a span, .header .quick-access-right p.empty span{color:#FF5A00;}
.header .top-logout-link{padding-left:10px; line-height:28px;}

/* Search Term */
.search_term ul.term-list li{float:left; padding-left:0px; padding-right:2px; line-height:13px;}
.search_term ul.term-list li a{font:12px Tahoma; margin-left:4px; color:#0C4816;}
.search_term ul.term-list li.icon-term{font:13px Tahoma; font-weight:bold;}
.search_term{padding:4px 0 0 0; float:left; width:600px;overflow:hidden; height:16px;}



/* Block: Currency Switcher */
.block-currency {}
.block-currency.block {padding:3px 0 0 0; border:none; overflow:hidden; float:right; margin-left:20px;}
.block-currency.block .block-content {padding:0px; float:right;}
.title-currency {display:inline-block;  float:left; padding-right:10px;}
.title-currency strong {font-size:10px; color:#767575; text-transform:uppercase; line-height:normal; color:#767575; font-weight:normal; }
.block-currency select { width:100%; border:1px solid #d0d0d5; font-size:11px; line-height:normal; font-family:Verdana, Geneva, sans-serif; color:#979797; height:20px;}

/* Top Currency */
.currency-switch {
color:#000000;
text-align:left;
width:139px;
z-index:500;
float:left;
margin-top:2px;
position:relative;
right:0;
}

.currency-switch ul {
margin:0;
padding:0;

}

.currency-switch ul li a.four {
 border:1px solid #f1f1f1; border-bottom:0;
width:139px;
}

.currency-switch ul li  a.four:hover, .currency-switch ul li:hover > a.four {
	background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 3px -644px #fff; border:1px solid #ddd; border-bottom:0; cursor: pointer; color: #000; height: 28px
}


.currency-switch ul li{background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 4px -643px; height:28px;}
.currency-switch ul li span#currency_arrow{   
    background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 0 -680px;
    height: 4px;
    position: absolute;
    right: 10px;
    top: 11px;
    width: 7px;}

.currency-switch ul li #currency_inner{color:#FF5A00}


.currency-switch ul li a.outer {
display:block;
height:29px;
line-height:24px;
text-decoration:none;
text-indent:22px;
}

.currency-switch ul li a.outer.over{}

.currency-switch ul li div.tab_right1 {
background:#fff;
border:1px solid #ddd;
border-top:0;
overflow:hidden;
padding-bottom:5px;
padding-top:5px;
text-indent:1em;
width:168px;
}
.currency-switch ul li div {
position:absolute;
top:-2400px;
}


.currency-switch ul li:hover div, .currency-switch ul li a:hover div{top:29px;}

.tab_right1 P A {
	PADDING-LEFT: 20px; BACKGROUND: url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 0px 0px; font-size:11px;
}
P A.tab_USD {
	BACKGROUND-POSITION: 0px -397px
}
P A.tab_EUR {
	BACKGROUND-POSITION: 0px -413px
}
P A.tab_GBP {
	BACKGROUND-POSITION: 0px -429px
}
P A.tab_CAD {
	BACKGROUND-POSITION: 0px -445px
}
P A.tab_AUD {
	BACKGROUND-POSITION: 0px -461px
}
P A.tab_CHF {
	BACKGROUND-POSITION: 0px -477px
}
P A.tab_HKD {
	BACKGROUND-POSITION: 0px -493px
}
P A.tab_CNY {
	BACKGROUND-POSITION: 0px -605px
}
P A.tab_NZD {
	BACKGROUND-POSITION: 0px -621px
}
P A.tab_ESP {
	BACKGROUND-POSITION: 0px -159px
}

p A.tab_RUB{background-position:0px -541px;}


/* top mini login */
.block-login{position:relative; width:150px; float:right; height:28px; z-index:9999;  margin-top:3px;   }
.top-login-form {background:#fff;  overflow:hidden; padding-bottom:5px; padding-top:5px;}
.over .top-login-form{top:28px; }
.block-login.over{background:#fff;}
.block-login .top-links{width:180px; height:27px; border:1px solid #f1f1f1; border-bottom:0; text-align:center;}
.block-login.over .top-links{border-color:#ddd;}
.block-login .top-links a {line-height:22px;}
.block-login .top-links a:hover{text-decoration:none;}
.block-login .top-links a.top-login-link{padding-left:8px; color:#133E79}
.block-login .top-links a.top-register-link, a.top-logout-lin{color:#FF5A00;}
.block-login .col2-set.drop-menu{width:394px; background:#fff; border:1px solid #ddd; border-top:0; padding:8px 8px 8px 12px; position:relative;  }
.block-login .col-1{width:39%;}
.block-login .col-2{width:54%; border-left:1px solid #ddd; padding-left:20px;}
.block-login .content h6{font-size:12px; font-weight:normal;}
.block-login .content p{font-size:11px; color:#999;}
.block-login .login-title span{color:#c20000;}
.block-login .login-content label{padding:3px 0; display:block; }
.block-login .login-content input{width:140px;}
.block-login .actions{padding-top:15px;}
.block-login button.button.mini-login-btn{background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) repeat-x 0 -780px; }

/* Top bar */
.topbar{height:31px; background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) repeat-x 0 -250px #efefef; width:100%; float:left; }


/********** < Navigation */
.nav-container {width:100%;  margin:0 auto; height:30px; padding-top:10px; }
#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(http://www.infpass.com/skin/frontend/default/se105/images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(http://www.infpass.com/skin/frontend/default/se105/images/bkg_nav1.gif) 0 100% repeat-x; }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block button.button {}
.block button.button .bg-button {background:#343434;}
.block {border:1px solid #ddd; margin:0 0 10px; }
.block .block-title {font-size:12px; height:24px; line-height:24px; background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) repeat-x 0 -344px; padding-left:15px; border-bottom:1px solid #ddd; }
.block .block-title strong {font-size:12px; font-weight:normal; color:#000; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:12px; color:#393939; padding:5px; }
.block .block-content { padding:7px 5px; font-size:11px;}
.block .block-content li.item { padding:3px 0 3px; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even { }

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { 
	float:left; 
	width:50px;
	border:1px solid #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mini-products-list .product-image:hover {border-color:#000;}
.mini-products-list .product-details { margin-left:65px;  }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }

/* Block: Account */
.block-account { border-color:#E5DCC3; }
.block-account .block-title { background-position:0 -1405px;}
.block-account .block-title strong { font-size:13px; color:#984F00; }
.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#ea7900; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:1px solid #BED4EC }
.block-layered-nav .block-title { background: url("http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif") repeat-x scroll 0 -970px transparent; border-bottom:0; color:#1B61AF; text-transform:uppercase; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#f2f7f8; padding:3px 9px; border-bottom:1px solid #b9ccdd;  text-transform:uppercase; color:#1f5070; font-size:10px;}
.block-layered-nav .block-title strong{color:#1f5070; }
.block-layered-nav .block-content {  background:#f9f9f9; }
.block-layered-nav dt { background:url(http://www.infpass.com/skin/frontend/default/se105/images/toolbar-icons.gif) -91px -106px no-repeat; padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
.block-layered-nav dd { padding:0 5px 12px 12px; border-bottom:1px dotted #BED4EC; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) 0 -1360px repeat-x; padding:4px 6px 4px 10px; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:18px; background:url(http://www.infpass.com/skin/frontend/default/se105/images/toolbar-icons.gif) -100px -132px no-repeat;; text-transform:uppercase; }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; padding:4px 9px; background:#f2f2f2; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }
.block-layered-nav.block .block-content{padding:0;}

/* Block: Cart */
.block-cart {}
.block-cart .summary {padding:0 5px;}
.block-cart .amount {margin-bottom:10px; color:#393939;}
.block-cart .amount a { color:#393939; font-weight:bold; text-decoration:none;}
.block-cart .amount a:hover {text-decoration:underline;}
.block-cart .subtotal { background:#f6f6f6; line-height:18px; font-size:11px; text-transform:uppercase; color:#303030; padding-left:11px; margin-bottom:15px;}
.block-cart .subtotal .price {color:#FF5A00; font-weight:bold;}
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }
.block-cart .actions button.button {margin-bottom:10px;}
.block-cart .product-name {font-size:10px; line-height:14px; color:#393939;  margin-bottom:5px;}
.block-cart .product-name a {color:#393939;}
.block-cart .product-details .price {color:#FF5A00;}
.block-cart .block-content li.item {padding-bottom:7px; border-top:1px solid #efefef; padding:7px 5px; }
.block-cart .block-content li.item.even{background:#f5f5f5;}
.block.block-cart .block-title{background:url("http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif") repeat-x 0 -970px transparent}
.block.block-cart .block-content{padding:7px 0 0 0;}
.block-cart .actions{border-bottom:1px solid #efefef; padding:0 5px;}
.block.block-cart{border:1px solid #BED4EC;s}
.block.block-cart .empty {padding:5px 0 5px 10px;}

.block .actions button.button {margin-bottom:10px;}
/* Block: Wishlist */
.block-wishlist {}
.block-wishlist .product-name {font-size:10px; line-height:14px; color:#393939;  margin-bottom:5px;}
.block-wishlist .product-name a {color:#393939;}
.block-wishlist .product-details .price {color:#619003; font-weight:normal;}

/* Block: Related */
.block-related .block-title strong { color:#984F00 }
.block-related.block .block-title{background-position:0 -1405px; border-bottom:1px solid #E5DCC3;}
.block-related .regular-price .price{font-weight:normal; color:#FF5A00;}
.block-related .block-subtitle a{color:#114EA6}
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }
.block-related.block .block-content li.item{padding:8px;} 
.block-related.block li.odd{background:#F9f9f9;}
.block-related.block{background:#fff; border:1px solid #E5DCC3; }
.block-related.block .block-content{padding:10px 0 0 0;}

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

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px 0 0 0; }
.block-poll .label { display:block; margin-left:22px; }
.block-poll li { padding:3px 0px 6px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer{float:left; width:100%;}
.block-poll .answer span{display:block; width:135px;}
.block-poll .votes{font-weight:bold; float:right; width:65px; margin-top:-15px; text-align:right;}
.block-poll .actions {text-align:left;}

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }
.block-tags ul {overflow:hidden; margin-top:5px;}
/* Block: Tags */
.product-view .box-tags .product-tags {overflow:hidden; margin-bottom:25px;}
.product-view .box-tags .product-tags li {display:inline; text-transform:capitalize; background:url(http://www.infpass.com/skin/frontend/default/se105/images/line-2.gif) no-repeat 100% 3px; padding:0 10px 0 0px; margin:0 10px 0 0;}
.product-view .box-tags .product-tags li.first {padding-left:0px;}
.product-view .box-tags .product-tags li.last {background:none;}
.product-view .box-tags .product-tags li a {color:#303030; text-decoration:none;}
.product-view .box-tags .product-tags li a:hover {}

.catalogsearch-advanced-index #advanced-search-list li.even label {display:block; width:100%; float:none;}

/* Block: Subscribe */
.block-subscribe {margin:0 0 10px 0; padding-top:8px;}
.block-subscribe .subscribe-content{width:100%; height:26px;}
.block-subscribe .block-title{background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites.gif) no-repeat -459px 0; height:32px; line-height:10px; color:#000; margin-left:2px; padding:1px 10px 0 45px; text-align:left; font-size:16px; }
.block-subscribe .block-title em{font-size:9px; line-height:20px; font-family:arial;}
.block-subscribe input#newsletter {background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites.gif) no-repeat -125px -11px; width:142px; padding:2px 0 0 5px; height:24px; float:left; border:0 none;}
.block-subscribe button.button{border:0 none; margin:0; cursor:pointer; float:left; height:26px; width:63px; background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites.gif) no-repeat -273px -11px; }
.block-subscribe button.button span{display:none;}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder #cart-sidebar-reorder li.item.last {margin-bottom:10px;}
.block-reorder #cart-sidebar-reorder-advice-container {margin-bottom:10px;}

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


/* Paypal */
.sidebar .paypal-logo { display:block;  text-align:center; border:1px solid #edc429; margin-bottom:10px; }
.sidebar .paypal-logo a { float:none; }

/* Recent Review Items */
.box-recent-review{border:1px solid #BED4EC; margin-bottom:10px;}
.box-recent-review .head{background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) repeat-x 0 -970px; height:24px; line-height:24px; }
.box-recent-review .head span{color:#1B61AF; padding-left:10px;}
.box-recent-review .items-content{}
.box-recent-review .items-content .item-list{border-bottom:1px solid #eaeaea; padding:5px 5px; width:208px;font-size:11px;}
.box-recent-review .items-content .item-list.odd{background:#f9f9f9; }
.reviewimg{height:45px; width:45px; border:1px solid #ccc; display:block; float:left;}
.reviewname, .reviewtitle, .reviewauthor{width:152px; overflow:hidden; float:right; height:11px; display:block; line-height:12px; padding:2px 0;}
.reviewauthor{text-align:right;}
.reviewauthor span{color:#83AAD4}
.reviewname .product-name{font-weight:bold;}
.reviewed_box{height:290px; overflow:hidden;}

/* Homepage News Block */
.new-items-li{border-bottom:1px solid #ddd; height:46px; padding:8px 4px; overflow:hidden;}
.new-items-li.odd{background:#f5f5f5;}
.new-items-li a.news-title{color:#003B7F; font-size:12px; height:12px; overflow:hidden; display:block; line-height:12px;}
.new-items-li .news_image{float:left; margin:3px 5px 3px 0;}
.new-items-li .description{line-height:15px; height:30px; overflow:hidden; margin-top:5px;}
.news-list .block-title span{color:#C20400}

/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 10px; background:#f9f9f9; color:#000; font-size:14px; padding:10px; }
.category-title.page-title h1{font-size:14px; color:#000;}
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}
.col-main .product-name,
.col-main .product-name h1, {font-weight:normal;  font-size:11px; line-height:16px; margin-top:8px; }
col-main .product-name a {color:#393939; text-decoration:none;}
.product-name-view {font-size:15px; text-transform:uppercase; color:#000; font-weight:700;}

.bmproducts-bestseller .product-name a{display:block; font-size:11px;}

/* View Type: Grid */


.products-grid {  position:relative; border:1px solid #ddd; padding:20px 0; }
.products-grid .item-block{display:inline; float:left; height:272px;width:165px; padding-bottom:4px; position:relative; padding-left:25px; margin-bottom:10px;  }
.products-grid a.product-image {display:block; height:120px; width:155px; vertical-align:middle; padding:0; border:1px solid #e5e5e5; overflow:hidden;}
.products-grid a.product-image:hover{border-color:#ff5a00;}
.products-grid a.product-image img{z-index:1; position:relative; vertical-align:middle;}
.products-grid .product-name{line-height:14px; font-size:11px; padding-top:5px;max-height:56px; overflow:hidden;}
.products-grid .price-box{ margin:6px 0;}
a.add-to-cart-link{color:#6BAB01; font-weight:bold; background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 0 -1178px; padding-left:16px; }
.products-grid .add-to-links li{line-height:12px; }
.products-grid .add-to-links a{color:#999; font-size:10px; line-height:12px; }
.pin-it-button{position:absolute; top:15px; left:15px;}

.products-list{border:1px solid #ddd; border-top:0; border-bottom:0; }
.products-list li.item { border-bottom:1px solid #efefef; padding:15px 0;background:url(http://www.infpass.com/skin/frontend/default/se105/images/product_list_bg_w.gif) repeat-y 155px 0; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; padding:10px 0 0 10px; }
.products-list .product-shop { margin-left:170px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:12px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; font-size:11px; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; margin-top:10px; font-size:11px; }
.products-list .add-to-links li {  }
.products-list .add-to-links li a{color:#1C6CBE}
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
.products-list .list-right{width:30%; float:right; text-align:center;}
.products-list .list-left{width:67%; float:left;}
.products-list .list-right .price-box{float:none;}
.products-list  .list-inner{padding:12px 10px;}
.products-list .link-learn{padding-top:8px; color:#1C6CBE; display:block;}
.col-main .products-list .product-shop .regular-price .price{font-size:12px;}
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0 0 5px 0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:70px; height:14px; font-size:0; line-height:0; background:url(http://www.infpass.com/skin/frontend/default/se105/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:14px; background:url(http://www.infpass.com/skin/frontend/default/se105/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}
.ratings .amount a {color:#393939; font-size:11px;}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:normal; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(http://www.infpass.com/skin/frontend/default/se105/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #f0f0f0; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

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

.price-box {}
.price-box .price { color:#000; font-weight:bold;}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }
.col-main .regular-price .price {color:#000; font-weight:bold; line-height:normal;}
.col-main .product-shop .regular-price .price{color:#000; font-weight:bold; font-size:15px;}

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price {text-decoration:line-through; color:#000; font-weight:normal; }

/* Special price */
.special-price {}
.special-price .price-label { white-space:nowrap; }
.special-price .price {  }

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

.minimal-price-link { display:block; white-space:nowrap; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

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

/* Configured price */
.configured-price {}
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

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

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

/* Price range */
.price-from {}
.price-from .price-label {  white-space:nowrap; font-size:11px; }

.price-to {}
.price-to .price-label {  white-space:nowrap; font-size:11px; }

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

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

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

/* Add to Cart */
.add-to-cart label { float:left; margin-right:1px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:15px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { width:100%;  }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }


.product-view {}
.product-view {padding:0;}

/*** Product Collateral **/
.product-essential {}
.product-essential {border-bottom:1px solid #e9e9e9; padding-bottom:5px; margin-bottom:10px;}
.product-view .product-essential .product-shop .nobr {margin-bottom:5px; display:inline-block;}
.product-collateral #customer-reviews dl dt {margin-bottom:5px;}
.product-collateral #customer-reviews dl dd {margin-bottom:25px;}
.product-collateral #customer-reviews .pager {margin-bottom:10px;}
.product-collateral #customer-reviews #product-review-table span.nobr {display:block; padding:0 5px;}
.product-collateral #customer-reviews #product-review-table .value {text-align:center;}
.product-collateral #customer-reviews #product-review-table {margin-bottom:20px;}
#customer-reviews .form-list label.required {margin-bottom:5px;}
#customer-reviews .form-list textarea {min-width:254px; max-width:254px;}
.product-collateral .box-collateral { padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #e9e9e9; }
.product-collateral .data-table td.label,
.product-collateral .data-table th.label { background:none; padding:5px 10px; font-weight:normal; }
.product-collateral .data-table tr.even {background:#fafafa;}

.product-view .product-img-box .more-views li { margin:0 0px 0px 29px ; }

/* Product Images */
.product-view .product-img-box { float:left; width:352px;  }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #f0f0f0; }
.product-view .product-img-box .product-image-zoom { position:relative; width:261px; height:261px; overflow:hidden; z-index:9; margin-bottom:14px;}
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { margin-bottom:14px; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 25px; padding:0 20px; background:url(http://www.infpass.com/skin/frontend/default/se105/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:5px; width:25px; height:8px; background:url(http://www.infpass.com/skin/frontend/default/se105/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px; padding-top:5px;}
.product-view .product-img-box .more-views li { 
	float:left;
	margin:0 0 8px 4px ;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.product-view .product-img-box .more-views li:hover {border-color:#000;}

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* magento quantity increments button */
div.add-to-cart div.quantity input#minus1{
 float: left;
 height: 16px;
 width:17px;
 margin-right: 1px;
 padding-left: 2px;
 cursor: pointer;
 background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites.gif) no-repeat -17px -10px;
 text-indent:-9999px;
 border:0;
 margin-top:3px;
}
div.add-to-cart div.quantity input#minus1:hover{

}

div.add-to-cart div.quantity input#minus1.un{background-position:0 -10px;}

div.add-to-cart div.quantity input#add1{
 width:17px;
 height: 16px;
 vertical-align: top;
 cursor: pointer;
 background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites.gif) no-repeat -34px -10px;
 text-indent:-9999px;
 border:0;
 margin-top:3px;
}
div.add-to-cart div.quantity input#add1:hover{ 

}
div.add-to-cart div.quantity{
 margin:5px 20px 0 5px;
 float: left;
}

div.add-to-cart div.quantity span{float:left;}

div.add-to-cart #qty{height:21px; width:38px; background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites.gif) no-repeat -67px -11px; padding:0; border:1px solid #C8C7C7; line-height:21px; text-align:center; margin:0 5px;}


/* Product Shop */
.product-view .product-shop { float:right; width:605px; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name {margin-bottom:5px; padding-bottom:5px;}
.sku-no{font-size:11px; color:#56A600;}
.catalog-category-view .sku-no{font-size:10px;}
.product-view .rating-box {float:left; }
.product-view .ratings {margin:5px 0 12px 0;}
.product-view .rating-links {font-size:11px;}
.product-view .rating-links a{color:#114EA6}
.product-view .short-description {padding:12px 0 0 0; font-size:11px;}
.product-view h2 {font-size:12px; color:#666; text-transform:uppercase; font-weight:600; margin-bottom:10px; font-weight:normal;}
.product-view .product-pricing {background:#f4f4f4; display:inline-block; padding:2px 15px; font-size:11px; color:#303030; margin-bottom:14px;}
.product-view .product-pricing .price {font-weight:normal; text-decoration:underline;}
.product-view .product-pricing .benefit {color:#619003;}
.product-view .price-box {}
.product-view .addtocart-box .price-box {margin-bottom:10px;}
.product-view .availability {margin-bottom:5px;  font-size:11px;}
.product-view .add-to-cart label {font-size:11px; margin-top:8px;}
.product-view .add-to-cart.update-cart label{margin-top:0;}
.product-view .add-to-links {margin-top:-9px;}
.product-view .product-shop  .add-to-box {clear:left;}
.product-view .addtocart-box{padding:10px 0 10px 10px;  }
.product-view .sharethis_box{margin-bottom:13px;}
.product-view .all-option-box{background:#efefef; padding:5px 10px;}
.product-view .add-to-cart{}
.product-view .short-description br{display:none;}
.product-view .short-description ul {list-style: disc outside none; margin-left:15px;}
.product-view #product-options-wrapper dl{width:100%;}
.product-view #product-options-wrapper dt{float:left; width:auto; margin-bottom:8px;}
.product-view #product-options-wrapper dd{width:450px;margin-bottom:8px;}


/* Add to links */
.product-view .add-to-links{margin:10px 0 5px 0;}
.product-view .add-to-links li{display:block; background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 0 -1205px; height:22px;  padding-left:19px; float:left; font-size:11px; margin-left:15px; }
.product-view .add-to-links li a{color: #114EA6; font-size:11px;  }
.product-view .add-to-links li.list-compare{background-position:0 -1255px; padding-left:21px; }
.product-view .add-to-links li.list-email{background-position:0 -1229px; padding-left:23px; }
.product-view .add-to-links li.list-wishlist{margin-left:0;}

/* Product Options */
.product-options { padding:0 10px;}
.product-options dt label {  }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:200px; border:1px solid #7E9DB9 }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; display:none;}
.product-options label em{display:none;}

.product-options-bottom { padding: 0 10px; margin-top:18px;}
.product-options-bottom .price-box { margin:0px 10px 10px 0; min-width:175px;}
.product-options-bottom .add-to-links { text-align:left; margin-right:25px; margin-top:0px; padding:10px 0 0 0;}
.product-options-bottom .add-to-cart .paypal-logo {margin-right:20px;}
.product-options-bottom .price-box.map-info .old-price {display:block;}
.product-view .product-shop .product-options-bottom .price-box.map-info a {float:left; clear:left; padding-left:0px;}
/* Grouped Product */
.product-view .grouped-items-table {margin-bottom:15px;}

/* Block: Description */
.product-view .box-description {}

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

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:12px 10px 10px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img {  }
.product-view .box-up-sell .products-grid .product-image { text-align:center; margin:0 auto; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; }
.product-view .box-up-sell .products-grid .ratings .rating-box {margin:0 5px 3px; }

/* Block: Tags */
.product-view .box-tags {border-bottom:0; margin-bottom:0px;}
.product-view .box-tags .form-add label { display:block; padding-bottom:5px; }
.product-view .box-tags .form-add .input-box { float:left; width:300px; margin:0 5px 14px 0; }
.product-view .box-tags .form-add input.input-text { width:300px; height:18px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.review-title-top{background:url("http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif") repeat-x  0 -1286px #496778; color:#fff; padding:5px 10px; display:block; width:130px; text-align:center;}
.product-view .review-all{padding:0; border:1px solid #ddd; border-top:0; }
.product-view .review-item-list{border-top:2px solid #1B61AF }
.product-view .box-reviews {margin-top:20px;}
.product-view .box-reviews h2.title, .product-view .box-reviews .form-add h2{background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) repeat-x 0 -1450px; height:26px; display:block; line-height:26px; padding-left:15px; color:#000; font-weight:bold; }
.product-view .box-reviews .average-customer-rating{padding:0 20px 10px 20px; }
.average-customer-rating .rating-box .rating, .average-customer-rating .rating-box{background-image:url(http://www.infpass.com/skin/frontend/default/se105/images/b_star.gif); height:26px; width:141px;} 
.average-customer-rating .ratings-table th{line-height:28px;}
.average-customer-rating .label{float:left; width:190px; padding-top:15px; color:#000; }
.average-customer-rating  .ratings-table{float:left;}
.average-customer-rating .ratings-table th, .average-customer-rating .ratings-table td{padding:0 5px;}
.average-customer-rating .nobr{padding:15px 0 0 15px; color:#000; float:left;}
.review-all dl{padding:15px 20px}
.review-all dt{font-weight:bold;}
.review-all dd{padding:10px 0 20px 10px;font-size:11px; }
.review-all dt a{color:#114EA6;}
.review-all dd .ratings-table{margin-bottom:8px; }
.review-all .buttons-set{padding:5px 0 20px 20px; }
.review-all .buttons-set button.button{float:none;}
.product-view .box-reviews .rating-box{margin:0;}
.product-view .box-reviews .form-add{border-top:2px solid #1B61AF}
#review-form-inner fieldset{padding:0 20px 0 20px;}
#review-form-inner h4{font-size:13px; padding:1px 0; font-weight:normal;}
#review-form-inner .form-list{padding-top:10px;}

/*** My Recent Reviews **/
.dashboard #my_recent_reviews li {padding-bottom:7px;}
.dashboard #my_recent_reviews li .ratings {margin:0px 0 5px 0;}
.dashboard #my_recent_reviews li .ratings strong {margin:0 5px 0 0;}
.dashboard #my_recent_reviews li .ratings .rating-box {margin:0; }
.dashboard #my_recent_reviews li .details .product-name {margin-bottom:3px;}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; font-size:14px; line-height:14px; vertical-align:baseline; color:#0062AA  }
.tags-list li a{color:#0062AA;}

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {margin-bottom:10px;}
.advanced-search li label {display:block; float:none;} 

/* CMS Home Page */
.cms-home .container-links-padding {padding-top:0px;}
.cms-index-index .subtitle {}
.cms-home .col1-layout .products-grid {width:950px; margin-bottom:15px;}
.cms-home .products-grid .price-box {display:block; float:none; text-align:center; max-width:inherit; margin-bottom:8px;}
.cms-home .products-grid .actions {float:none; text-align:center;}
.cms-home .products-grid li.item {width:170px;}
.cms-home .products-grid .product-name {margin-bottom:5px; min-height:48px;}



/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:0 0 12px 0; }
.page-sitemap .sitemap a {}

.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}
.page-sitemap .sitemap li {font-size:12px; line-height:18px; padding:0 0 0 6px;}
.page-sitemap .sitemap li a:hover {text-decoration:underline;}
.page-sitemap .sitemap li a {display:inline-block; color:#619003; text-decoration:none;}

/* RSS */
.rss-title h1 { background:url(http://www.infpass.com/skin/frontend/default/se105/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}
.cart .data-table th,
.cart .data-table td {border-color:#ddd; background:#fff; font-weight:normal; font-size:13px; line-height:normal; color:#303030; }
.cart .data-table td {padding:10px 15px; vertical-align:middle;}
.cart .data-table td .product-name a {text-decoration:none; color:#393939;}
.cart .data-table td .product-name a:hover {color:#303030; text-decoration:underline;}
.cart .data-table .nobr {display:block; text-align:center; font-size:13px;}
.cart  .page-title.title-buttons {border:none;}
.cart .a-right.last .btn-continue {float:left;}
.cart .data-table#shopping-cart-table th{background:#f5f5f5; font-weight:bold; padding:10px 5px; }
.cart .data-table#shopping-cart-table tfoot td{padding:10px;}
.cart .data-table#shopping-cart-table td.last{padding:10px 25px}
.page-content-se, .cart-empty{border:1px solid #ddd; padding:15px;}


/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; padding-top:33px; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }
#shopping-cart-table .price { color:#FF5A00;}

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:10px 0; }
.cart .cart-collaterals .col2-set { float:left; width:590px; }
.cart .cart-collaterals .col-1 {}

.cart .crosssell {padding:12px 0; border:1px solid #eaeaea; }
.cart .cart-collaterals .col-1 {width:42%;}
.cart .cart-collaterals .col-2 {width:56%;}
.cart .crosssell h2 {text-transform:uppercase; font-size:12px; font-weight:bold; line-height:18px; color:#111111; padding:0 14px; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:85px;}
.cart .crosssell li.item {border-bottom:1px solid #eaeaea; padding:10px 0 16px 0; margin: 0 5px 10px 10px; }
.cart .crosssell li.last {border:none;}
.cart .crosssell .product-name {
	font-size:10px;
	text-transform:uppercase;
	line-height:normal;
	font-weight:600;
	margin-bottom:16px;
	}
.cart .crosssell .product-name a {color:#000; text-decoration:none;  font-size:12px; text-transform:none; font-weight:normal;}
.cart .crosssell .product-name {margin-bottom:5px;}
.cart .crosssell .price { font-weight:normal;}
.cart .crosssell .product-name a:hover {color:#000; text-decoration:underline;}
.cart .crosssell .price-box {margin-bottom:4px;}
.cart .crosssell .add-to-links {padding-top:5px; font-size:11px; line-height:14px; color:#666;}


/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount {margin-bottom:10px;}
.cart .discount,
.cart .shipping {border:1px solid #eaeaea; padding:13px 10px 10px 14px; overflow:hidden;}
.cart .discount .discount-form  button.button {margin-bottom:5px; clear:right;}
.cart .shipping {padding-top:11px;}
.cart .shipping .buttons-set {padding-left:0px; padding-top:0px;}
.cart .shipping .buttons-set button.button {float:left;}
.cart .cart-collaterals .col-2 h2 { text-transform:uppercase; font-size:13px; line-height:normal; font-weight:bold; color:#000; padding:0px; margin-bottom:8px;}
.cart .discount-form label {margin-bottom:3px; display:block;}
.cart input,
.cart select {border-color:#d9d9d9; color:#303030; font-size:11px; }
.cart select {height:22px; padding-top:2px;}
.cart .discount-form .input-box {float:left;}
.cart .discount-form .input-box input {width:168px;}
.cart .discount-form .buttons-set {margin:0 0 0 10px; padding:0; clear:right;}
.cart .shipping p {margin-bottom:11px;}
.cart .shipping label {display:block; font-size:12px; line-height:normal; color:#303030; margin-bottom:5px; font-weight:normal;}
.cart .shipping .form-list li {margin-bottom:10px;}
.cart .shipping .form-list li input {width:272px;}
.cart .shipping .form-list li select {width:278px;}

/* Shopping Cart Totals */
.cart .totals { float:right; width:368px; background:#f9f9f9; border:1px solid #ddd; padding:10px 0; color:#000; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; color:#000;}
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 0; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:5px 0; height:32px; }
.cart .totals .checkout-types a{color:#114EA6;}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; color:#000;}
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; top:9px; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #f0f0f0; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */


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

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

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

/* Tooltip */
.tool-tip { border:1px solid #f0f0f0; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(http://www.infpass.com/skin/frontend/default/se105/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {margin-bottom:5px;}
.gift-messages-form { border:1px solid #f0f0f0; padding:10px; }
.gift-messages-form li.wide textarea {max-width:255px;}
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(http://www.infpass.com/skin/frontend/default/se105/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

.form-alt li {padding-bottom:10px; overflow:hidden;}
/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #f0f0f0; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #f0f0f0; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {margin:0 0 0 10px;}
.sidebar .block-progress .block-content {padding:0px;}
.sidebar .block-progress .block-title {}
.sidebar .block-progress .block-title strong {font-weight:600;}
.block-progress dt { font-size:12px; color:#303030; border-top:1px solid #e2e2e2; padding:10px 0px 10px 10px;}
.block-progress dt:first-child {border-top:none;}
.block-progress dt.complete,
.block-progress dd.complete { border-top:1px solid #e2e2e2; margin-top:-1px; }
.block-progress dd.complete {padding:10px; }

.checkout-onepage-index .main{width:980px; margin:0 auto;}
.checkout-onepage-index .page-title {}
.checkout-onepage-index .col-main {width:720px;}
.checkout-onepage-index .col-right{width:260px; margin-top:40px;}

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(http://www.infpass.com/skin/frontend/default/se105/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc li.section button.button {}
.opc li.section .bg-button {background:#343434;}

.opc .step-title { padding:7px 20px; text-align:right; }
.opc .step-title .number { float:left; line-height:normal; font-weight:bold; width:18px; height:18px; margin-right:10px; text-align:center; line-height:18px; border:1px solid #727272; color:#303030; }
.opc .step-title h2 { float:left; font-weight:bold;  font-size:12px; color:#000; margin-bottom:0; padding-top:3px; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title {  cursor:pointer; }
.opc .allow .step-title .number { background:#fff; border-color:#000; color:#000; }
.opc .allow .step-title h2 { }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { padding-bottom:5px; color:#000; cursor:default; border-bottom:1px solid #ddd; }
.opc .active .step-title .number {  color:#fff; background:#000; border-color:#000; }
.opc .active .step-title h2 { }
/*.opc .active .step-title a { display:none; }*/

.opc .step {  padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:11px; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:230px;   border:1px solid #ddd; border-bottom:0; }
.account-login .content h2 { padding:0 22px;  margin:0; background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) repeat-x 0 -60px; height:26px; line-height:26px; font-size:13px;font-weight:bold;     }
.account-login {width:800px; margin:0 auto 20px auto;}
.account-login .new-users {}
.account-login .registered-users {}
.account-login .buttons-set { border:1px solid #ddd;  margin:0; padding:8px 13px;  }
.account-login p{padding:15px 20px 0 20px;}
.account-login .form-list{padding:10px 20px 0 20px; }

.account-create {width:800px; margin:0 auto;}
.customer-account-forgotpassword .col-main{width:800px; margin:0 auto;}
/* Account Login/Create Pages ============================================================ */


/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(http://www.infpass.com/skin/frontend/default/se105/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/*==================== Remember Me Popup =============================================== */

/*==================== Wishlist Form ========================================== */
#wishlist-view-form #wishlist-table textarea {min-height:150px; min-width:340px; max-width:340px; max-height:170px;}
#wishlist-view-form #wishlist-table a {display:inline-block; margin-bottom:5px;}
#wishlist-view-form #wishlist-table p,
#wishlist-view-form #wishlist-table button.button {margin-bottom:5px;}
#wishlist-view-form .buttons-set.buttons-set2  button.button{margin-right:20px;}
/*=====================  End  ================================================== */

/* My Account ============================================================================= */
.my-account{font-size:11px;}
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account {  border:1px solid #ccc; border-color:#ddd; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px;  text-transform:uppercase; background-image:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif); background-repeat:no-repeat; padding-left:21px; color:#e65505; }

.dashboard .box .box-title { background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) 0 -1516px repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-position:0 -1541px;  }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-position:0 -1581px;  }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-position:0 -1621px; }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-position:0 -1661px; }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 {  font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 {  font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item {  border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#efefef; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { border:1px solid #ddd; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(http://www.infpass.com/skin/frontend/default/se105/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(http://www.infpass.com/skin/frontend/default/se105/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(http://www.infpass.com/skin/frontend/default/se105/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */

/* Footer ================================================================================ */
.footer-container {margin:0; background:#fff;}
.footer { padding:8px 0 28px 0;  font-size:11px; line-height:normal; color:#000; border-top:2px solid #1C6CBE;   }
.footer-links {overflow:hidden; border-bottom:1px solid #d4d4d4; padding-bottom:14px; margin-bottom:15px;}
.footer p { text-align:right; }
.footer address { text-align:center; margin-bottom:5px; }
.footer ul li {  padding-right:18px; }
.footer ul li a { display:inline-block; position:relative; overflow:hidden;}
.footer ul li a span {display:block; height:1px; bottom:0; width:0; position:absolute; left:50%; background:#5e8b03;}
.footer .footer_top{border-bottom:1px solid #E0E3E4; margin-bottom:10px;}
.footer-container .bottom-container { text-align:center; }
.footer .footer_bottom{width:100%; border-top: 1px solid #E0E3E4; text-align:center; margin-top:10px; }
.footer .original-footer{margin:0 auto; text-align:center;}
.footer .original-footer ul, .footer .original-footer ul li{display:inline;}
.footer .footer_bottom .payment_icons{margin:0 auto; padding:10px 0 8px 0; }
/* footer CMS Links */
.footer_block{margin:1px; padding:10px; line-height:1.2; font-size:11px;  padding:0 0 15px 10px; margin:10px 0; width:75%; float:left; }
.footer_block .mar_t2{width:33%; float:left; text-align:left;}
.footer_block .mar_t2 span{font-weight:bold; font-size:13px; }
.footer_block .mar_t1{margin-top:5px;}
.footer_block .mar_t1 li{ text-align:left;  color:#ccc; background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 0 -845px; padding-left:10px; }
.footer_block .mar_t1 li a{color:#666; line-height:16px; font-size:11px;}
.footer address{font-size:12px; text-align:center;margin-top:10px; color:#2F2E2E;}
/* Footer Community Block */
.community-block{padding:10px 0; float:left; width:23.5%;}
.community-block ul li{float:left; padding:0; }
.community-block ul li a{text-indent:-10000px; display:block;background:url(http://www.infpass.com/skin/frontend/default/se105/images/social_buttons.gif) no-repeat 0 0; padding-right:5px;width:32px; height:32px; }
.community-block ul li a:hover{ opacity: 0.8; filter: alpha(opacity=80); }
.community-block ul li.community-title{padding-right:5px; float:none; display:block; margin-bottom:10px;}
.community-block ul li.community-title span{font-size:13px; font-weight:bold;}
.community-block ul li.i-blog a{ width:194px; height:27px; }
.community-block ul li.i-twitter a{background-position:0 -32px}
.community-block ul li.i-facebook a{background-position:0 0;}
.community-block ul li.i-youtube a{background-position:0 -64px;}
.community-block ul li.i-flickr a{background-position:0 -96px;}
.community-block ul li.i-rss a{background-position:0 -128px;}


/* Home Product List ======================================================================*/
.home-list li.item{width:165px; height:252px; display:inline; float:left; position:relative; margin-left:23px; margin-top:2px;}
.home-box {height:auto; overflow:hidden; padding:1px 1 1 1px; position:relative; widht:100%; border-color:#ddd #ddd #f5f5f5; border-style:solid; border-width:1px; margin-top:2px;}
.home-box .catalog-listing{height:auto; margin:0; overflow:hidden; padding:12px 0 0 3px; position:relative; border-bottom:1px solid #ddd;}
.home-box .home-product-img{height:137px; width:157px; position:relative; text-align:center; vertical-align:middle; overflow:hidden; display:table-cell;}
.home-box .home-product-img a{border:1px solid #e5e5e5; display:block; height:120px; overflow:hidden; padding:0; vertical-align:middle; width:155px; }
.home-box .home-product-img a:hover{border-color:#ff5a00}
.home-box .head{background: url("http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif") repeat-x scroll 0 -60px transparent; height: 26px; line-height: 26px; text-align: left;}
.home-box .head span{background: url("http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat scroll 14px -1143px transparent; color: #003B7F;  display: inline-block; font-size: 13px; font-weight: bold;height: 25px; line-height: 25px; text-indent: 22px;}
.home-box .other-info{margin-top:8px;}
.home-box .other-info .product-name{height:28px; overflow:hidden; line-height:14px;margin-bottom:-5px;}
.home-box .in-category{color:#1c6cbe; text-decoration:underline;}
.home_viewed_content .price-box p, .products-grid .price-box p{display:inline;}
.price-box p.price-from, .price-box p.price-to{display:block;}
.home-box .price-box .special-price, .home_viewed_content .price-box .special-price, .products-grid .price-box .special-price{width:auto;}
.home-box .product-other-info .percent-off{display:none;}
.home-box .product-name{font-size:11px; height:36px; padding-top:5px;}
.cms-page-view .home-list li.item{margin-left:26px;}
.home-box .see_more{text-align:right; color:#114EA6; float:right; margin-right:15px;}
.home-box .head span{float:left;}

/* Home Before Footer */
.before_footer{margin:10px 0;border:1px solid #EAEAEA; height:283px;}
.before_footer .home_viewed_block .head{background: url("http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif") repeat-x scroll 0 -60px transparent; height: 26px; line-height: 26px; text-align: left;}
.before_footer .home_viewed_block .head span{color: #003B7F; display: inline-block; font-size: 13px; font-weight: bold; height: 25px; line-height: 25px; text-indent: 22px; }
.before_footer .home_viewed_content{height:245px; overflow:hidden; padding:12px 10px 0 10px; }
.before_footer .home_viewed_block{width:446px; float:left; border-right:1px solid #eaeaea;}
.before_footer .home-box{width:750px; float:right; border:0;margin:0; }
.before_footer .home-box .catalog-listing{border-bottom:0; height:273px;}
.before_footer .home-list li.item {margin-left:18px;}
.before_footer .home-box .head span{background:none;}
.before_footer .home_viewed_block .item_image{border:1px solid #ccc; float:left; width:45px; height:45px; margin-right:15px;}
.before_footer .home_viewed_block .other_info{float:left; width:360px;}
.before_footer .home_viewed_block .item_list{padding-bottom:5px;}
.before_footer .regular-price .price{color:#000}

/* Home Page Slide Show ===================================================================*/
.top-banners{width:750px; float:left;}

#slider { 
    position: relative;
    height: 265px;
    width: 750px;
    z-index: 0;
    overflow: hidden;

	margin-bottom:10px;
}
div.scroller { 
    height:265px;
    width: 750px;
    overflow: hidden;
    position: relative; 
	z-index:0;
}
div.slidercontrolwr {
    position:absolute;
    right:8px;
    bottom:8px;
    z-index:1;    
}
div.scroller img{
    border: none;
}
div.scroller div.sectionslide {  
    height:265px;
    overflow:hidden;
    float:left;
}
div.scroller div.content {
    width: 10000px;
    padding: 0px;
}
.content .sliderdescription{
    padding: 0px 10px;
    position:relative;
    top:-30px;
    color: #000;
    font: 11px bold Helvetica, sans-serif;
}   
.content .sliderdescription p{ line-height: 20px; text-align: center; }
div.sliderdescription:hover{ background: #fff; }
.content a { text-decoration: none; color: #000; }
.content a:hover { text-decoration: underline; }

.slidercontrol { }
.slidercontrol a {
    float: left;
    padding: 0;
	line-height:1.25em;
    margin: 0 1px;
    text-decoration: none;
    color: #999;
    font-weight: bold;
    overflow: hidden;   
    text-align: left;
	background:url(http://www.infpass.com/skin/frontend/default/se105/images/banner_off.png) no-repeat;
	height:13px;
	width:23px;
	display:block;
	text-indent:-10000px;

}   
.slidercontrol a:hover,
.slidercontrol a.active { color: #000; background:url(http://www.infpass.com/skin/frontend/default/se105/images/banner_on.png) no-repeat; }

/* Scroll Top and Bottom ======================================================================================= */

.nav_up{
	position:fixed;
	background:transparent url(http://www.infpass.com/skin/frontend/default/se105/images/gotop.gif) no-repeat 0 0;
	width:18px;
	height:10px;
	top:286px;
	opacity:0.7;
	right:15px;
	white-space:nowrap;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.nav_down{
	position:fixed;
	background:transparent url(http://www.infpass.com/skin/frontend/default/se105/images/gotop.gif) no-repeat 0 -11px;
	width:18px;
	height:10px;
	top:300px;
	opacity:0.7;
	right:15px;
	white-space:nowrap;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.nav_up:hover, .nva_down:hover, .nav_up.hoverClass, .nav_down.hoverClass{opacity:1; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100)  }


/* ============================================================================================================*/

.jcarousel-skin-tango .jcarousel-container {

}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 183px;
	padding:0 0 0 25px;

}


.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  164px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 164px;

}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
	padding-top:20px;

}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 80px;
    right: 5px;
    width: 15px;
    height: 19px;
    cursor: pointer;
    background: transparent url(http://www.infpass.com/skin/frontend/default/se105/images/special_arrow.gif) no-repeat -15px 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(http://www.infpass.com/skin/frontend/default/se105/images/special_arrow.gif);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {

}



.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -15px -20px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 80px;
    left: 5px;
    width: 15px;
    height: 19px;
    cursor: pointer;
    background: transparent url(http://www.infpass.com/skin/frontend/default/se105/images/special_arrow.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(http://www.infpass.com/skin/frontend/default/se105/images/special_arrow.gif);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {


}



.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -20px;
}

/* Home Page Special Block */
.special-box{height:263px; width:208px; float:right; position:relative; border:1px solid #ddd;}
.special-box.home-box{margin-top:0;}
.dealsoff{position:absolute; width:85px; height:35px; background:url(http://www.infpass.com/skin/frontend/default/se105/images/offbg.png) no-repeat; top:55px; right:-10px; padding-left:22px; color:#fff; font-weight:bold; z-index:9999;}
.dealsoff a.Morebuy{display:block; width:50px; margin-top:5px; height:20px; float:right; cursor:pointer}
.percent-off{display:none;}
.cms-home .special-box .percent-off{display:block; position absolute; top:27px;  position:absolute; z-index:10000; color:#fff; font-weight:bold; padding-left:109px; width:20px; line-height:15px;}
.special-price  .price-label, .old-price  .price-label{display:none;}
.special-price .price{color:#FF5A00; font-weight:bold;}



/* CL NEWS EXTENSION CSS */
.news-item {
    margin:0 0 15px 0;
}

.news-item span.date {
    font-size:90%;
}

.news-item-comment form {
    margin:20px 0px 0px;
    display:block;
    clear:both;
}

.prev {
    float:left;
    margin:4px 12px 5px 0;
}

.date {
    color:#999999;
    font-size:11px;
	float:left;
}

.news-item .date{float:none;}

.clearing {
    clear:both;
    font-size:1px;
    height:1px;
    line-height:1px;
}

.comment-item {
    margin:10px 0 0 0;
}

.comment-item .username {
    font-size:12px;
    margin:0px;
    color:#1E7EC8;
    display:inline;
}

.block.news-categories {
    border: 1px solid #C4C1BC;
    margin: 0 0 15px;
}

.block.news-categories .block-title {
   
    border-bottom: 1px solid #DDDDDD;
    
}

.block.news-categories .menu-categories {
    margin:0px;
    padding: 5px 9px;
}

.block.news-categories .menu-categories h5, .menu-categories ul li{
    font-size:11px;
    margin:0px;
}

.block.news-categories .block-title strong {
    color: #E26703;
    display: block;
    font: bold 12px/16px Arial,Helvetica,sans-serif;
    min-height: 16px;
    padding: 1px 0;
    text-transform: uppercase;
}

.news {
    text-align:justify;
    }


.news-item {
    clear:both;
    padding-bottom:20px;
    }
.news_image {
    float:left;
    margin:3px 10px 5px 0px;
    }
.news-item .description {
    text-align:justify;
    }
.news-item .description p {
    display:inline;
    margin:0px;
    }
.news-item .comment {
    float:right;
    font-size:11px;
    padding-top:5px;
    }
.social {
    padding-top:0;
    height:35px;
    }
.social .google_button {
    float:left;
    width:80px;
    overflow:hidden;
    }
.social .fb-like {
    float:left;
    }

.news-item-comment {
    clear:both;
    padding-bottom:20px;
    }
.news-item-comment p.required {
    text-align:left;
    }
.news .loadfile {
    text-align:right;
    }
.news .loadfile a {
    background: url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) 0px -1781px no-repeat;
    padding:1px 0 0 20px;
    }
#postComment label {
    float:left;
    width:80px;
    }
#postComment .input-box {
    padding-bottom:9px;
    }
#postComment input[type="text"] {
    width:200px;
    }
label .required {
    color:red;
    }
#postComment .validation-advice {
    margin-left:80px;
    }
#postComment .button-set {
    padding-left:80px;
    }

#comment_block .comment-item div {
    padding-left:40px;
    }

/*-- pager --*/
.news-item-comment .pager {
    background:none;
    margin-top:20px;
    padding-top:10px;
    text-align:left;
    }
.news-item-comment .pager span {
    cursor:pointer;
    border:1px solid #dadfe0;
    float:left;
    height:19px;
    width:20px;
    text-align:center;
    margin-right:6px;
    line-height:19px;
    }
.news-item-comment .pager span.current {
    cursor:default;
    background:#f6f6f6;
    }
.news-item-comment .pager span:hover {
    background:#f6f6f6;
    }
.news-item-comment .pager #prev,
.news-item-comment .pager #next {
    border:none !important;
    background:none !important;
    padding:0px !important;
    margin:0px !important;
    width:auto !important;
    }
.news-item-comment .pager .prev,
.news-item-comment .pager .next {
    width:auto;
    padding:0 5px;
    margin-top:0px;
    }
/*-- /pager --*/
.print-btn {
    float:right;
    background: url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) 0px -1741px no-repeat;
    padding-left:20px;
    }
#clloader {
    position:absolute;
    margin-left:333px
    }
.tags {
    background: url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) 0px -1701px no-repeat;
    padding-left:20px;
    }

.all-news-item, .news-item-block{border:1px solid #ddd; padding:10px;}


/* ======================================================================================= */


/* =============== Custom Menu =======================================*/



#custommenu {

    font-size: 14px;
padding: 0;
text-align: left;
position: relative;
width: 220px;
display: none;
font: 0.75em Verdana,Geneva,sans-serif;
color: black;
border-bottom: 3px solid #DDD;
border-radius: 0 0 3px 3px;
z-index: 100;

}

#custommenu a.level1 {color:#000; font-size:12px; padding:10px 0 0 0;}
#custommenu a.level2{color:#666; font-size:11px; padding:2px 0;}
div.menu .parentMenu a{font-size:13px; font-weight:normal; color:#000; font-weight:bold; display:block; height:25px; width:198px;font-family:"Helvetica Neue",arial,sans-serif;}
div.menu .parentMenu a:hover{color:#666;}
a.itemMenuName.level1{background:url(http://www.infpass.com/skin/frontend/default/se105/images/menu_bg.jpg) no-repeat 0 5px; }
a.itemMenuName.level1.item1{background:none;}
.itemSubMenu.level1{padding-top:4px;}
.wp-custom-menu-popup a:hover{text-decoration:underline;}

.nav-hover#custommenu, .show_menu .force#custommenu{display:block;}

#sidenav{width:220px; position:absolute;}
#topnav{width:970px; background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) repeat-x 0 -200px #18579d; height:30px; float:right;}
#sidenav_header{height:30px; }
#topnav ul li{display:block;_display:inline; padding:0 10px; line-height:30px; height:30px; float:left; background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat right -880px; _width:130px; text-align:center;}
#topnav ul li.top-link2{_width:100px;}
#topnav ul li.top-link4{_width:40px;}
#topnav ul li.top-link6{_width:100px;}
#topnav ul li a{text-decoration:none; color:#fff; font-size:12px; font-weight:normal; display:block; height:30px; }
#topnav ul li a:hover{background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat center -914px}
#sidenav_header a{color:#fff; font-weight:bold;font-size:14px; text-decoration:none; line-height:30px; padding-left:15px; background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 190px -88px #d81c80; height:30px; display:block; }
#topnav ul li.top-link1 a span{background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 0 -1032px; padding-left:30px; }
#topnav ul li.top-link3 a span{background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat -7px -1079px; padding-left:20px; }
#topnav ul li.last a span{background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat -7px -1121px; padding-left:20px; }

div.menu {

	position:relative;
	width:199px;
	background:url(http://www.infpass.com/skin/frontend/default/se105/images/menu_arrow_bg.gif) no-repeat  -1px -121px  #f2f2f2;
	border:1px solid #f2f2f2;
	border-right:0;
	border-bottom:1px solid #ddd;
	height:13px;
	z-index:100;


}
div.menu:hover{
	background:url(http://www.infpass.com/skin/frontend/default/se105/images/menu_arrow_bg.gif) no-repeat  -1px -121px  #fff;
	border:1px solid #c00;
	border-right:0;
	}
div.menu.act {
    


}
div.menu.actiwe {
    background-color:#fff;
	z-index:1001;
	border:1px solid #cc0000;
	border-right:0;
	width:200px;
	
}
div.wp-custom-menu-popup {
    position:absolute;
    z-index:100;
    border:1px solid #cc0000;
	border-bottom:2px solid #cc0000;
	border-right:2px solid #cc0000;
	box-shadow: 8px 5px 5px 0 rgba(0, 0, 40, 0.4);
    display: none;
    background-color:#fff;
    text-align:left;
}


div.wp-custom-menu-popup {
    padding: 5px 12px 6px 8px;
	border-left:none;
	background-color:#fff; background-image:url(http://www.infpass.com/skin/frontend/default/se105/images/onered.gif); background-repeat:repeat-y; background-position:left 0px;

}



div.menu {
   
	position:relative;
	width:218px;
	border:1px solid #ddd;
	border-top:1px solid #f8f8f8;
	height:25px;
	z-index:100;
	background:url(http://www.infpass.com/skin/frontend/default/se105/images/other_sprites.gif) repeat-x 0 -50px;
	line-height:25px;

}

div.menu .parentMenu{background:url(http://www.infpass.com/skin/frontend/default/se105/images/menu_arrow_bg.gif) no-repeat  -1px -121px;}

div.menu .parentMenu a{width:219px; text-indent:11px; font-weight:normal; background:url(http://www.infpass.com/skin/frontend/default/se105/images/categories_ico.gif) no-repeat 0 0;}


div.menu.top2 .parentMenu a{background-position:0 -30px;}
div.menu.top3 .parentMenu a{background-position:0 -60px;}
div.menu.top4 .parentMenu a{background-position:0 -90px;}
div.menu.top5 .parentMenu a{background-position:0 -120px;}
div.menu.top6 .parentMenu a{background-position:0 -150px;}
div.menu.top7 .parentMenu a{background-position:0 -180px;}
div.menu.top8 .parentMenu a{background-position:0 -210px;}
div.menu.top9 .parentMenu a{background-position:0 -240px;}
div.menu.top10 .parentMenu a{background-position:0 -270px;}
div.menu.top11 .parentMenu a{background-position:0 -300px;}
div.menu.top12 .parentMenu a{background-position:0 -330px;}
div.menu.top13 .parentMenu a{background-position:0 -360px;}
div.menu.top14 .parentMenu a{background-position:0 -390px;}
div.menu.top15 .parentMenu a{background-position:0 -420px;}



div.menu a, div.wp-custom-menu-popup a {
    text-decoration: none;
    display:block;
}
div.wp-custom-menu-popup a.actParent {
    color: #4D4D4D;
}
div.wp-custom-menu-popup a.act {
    color: #A52A2A;
}
div.column {
    float:left;
    width:198px; /* column width */
    padding:5px;
	border-right:1px solid #efefef;
}

div.column.last{border-right:1px solid #fff;; }

div.itemSubMenu {
    margin-left:10px;
}
.clearBoth {
    clear:both;
}


/* Easy Tab */
/********************** Tabs */
.tabs { margin: 15px 0px 0 0; overflow:hidden; border-bottom:2px solid #1B61AF;  zoom: 1; height:28px;}
.tabs li                { float:left; border-right:1px solid #ffffff; border-left:1px solid #fff; font-size:0.9em; background: #efefef; }
.tabs li.first          { border-left:0; }
.tabs li.last           { border-right:0; }
.tabs a                 { display:block; padding:6px 10px; color:#444; text-decoration: none; font-size:12px;}
.tabs a:hover           { background-color:#ddd; text-decoration:none; color:#444; ; text-decoration: none;}
.tabs li.active a,
.tabs li.active a:hover { background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) repeat-x 0 -1286px #496778;  font-weight:normal; color:#fff; }
.product-collateral .padder{border:1px solid #ddd; border-top:0; padding:20px 15px 10px 15px; font-size:11px; }
.product-collateral .padder .box-collateral{border-bottom:0; margin-bottom:0; padding-bottom:0;}

#product_tabs_tags_tabbed_contents.input-box input	{ width: 300px; }
#product_tabs_tags_tabbed_contents .input-box	{ width: 300px; float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents li	{ float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents ol	{ clear: both;}
.product-collateral:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; zoom: 1}
#product_tabs_review_tabbed_contents h3{padding-top:0; font-size:12px; color:#000; font-weight:bold;}
#product_tabs_review_tabbed_contents h4{font-size:12px; font-weight:normal; }
#product-review-table.data-table{width:55%;}
#product-review-table.data-table th {font-weight:normal; width:16%; }
#product-review-table.data-table thead th{background:#E5DCC3; color:#000;}
#product-review-table.data-table tbody{background:#F8F7F5}
#product_tabs_review_tabbed_contents .form-list{margin-top:20px;}
#product_tabs_review_tabbed_contents .buttons-set button.button{float:none;}
#product_tabs_review_tabbed_contents .head strong{color:#FF5A00; font-size:14px; font-weight:bold; }
#product_tabs_review_tabbed_contents .head{border-bottom:1px solid #E5DCC3}
#product_tabs_review_tabbed_contents ol li{margin:15px 0;  padding-bottom:15px; border-bottom:1px solid #ddd;}
#product_tabs_review_tabbed_contents ol li strong{color:#000;}
#product_tabs_review_tabbed_contents .ratings-list{font-weight:bold; font-size:10px; margin:8px 0;}
#product_tabs_review_tabbed_contents .ratings-list tr{height:18px;}
#product_tabs_review_tabbed_contents .ratings-list td{padding:0 8px 0 0;}
#product_tabs_review_tabbed_contents .ratings-list .rating-box{margin:0;}
#product_tabs_review_tabbed_contents h2 {color:#FF5A00; margin-bottom:5px;}


/* Featured Categories */
/**
 * SFC - Featured Catagories Extension
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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 support@storefrontconsulting.com so we can send you a copy immediately.
 *
 *
 * @package    SFC_FeaturedCategories
 * @copyright  (C)Copyright 2010 StoreFront Consulting, Inc (http://www.StoreFrontConsulting.com/)
 * @author     Adam Lundrigan
 */

.featured-cat {
	float: left;
	display:inline;
	width: 167px;
	margin:23px 0 0 23px;

}

.featured-cat-right {
	float: right;
	margin: 0px;
}

.featured-cat .cat-image {
	display: table-cell;
    height: 124px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 157px;

}

.featured-cat .cat-image img {
	width: 155px;
	height: 120px;

}

.featured-cat .cat-image a{border:1px solid #ccc; width:155px; height:120px; display:block;}
.featured-cat .cat-image a:hover{border:1px solid #ff5a00;}

.featured-cat .cat-title {
  
}

.featured-cat .cat-title a,
.featured-cat .cat-title a:hover
{
	text-decoration: underline;
	color: #114EA6;
	padding:2px 0 6px 0;
	font-size:13px;
	display:block;
}

.featured-cat ul {
	list-style-type: none;
	padding: 5px 0px 0px 4px;
	margin: 0px;
	line-height:14px;
} 

.featured-cat ul li{line-height:16px;}

.featured-cat li.subcat-title a 

{

	color: #666;
	font-size:11px;
	text-decoration:none;
	padding-left:7px;
	background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 0 -143px;
}

.featured-cat li.subcat-title a:hover{text-decoration:underline; color:#000;}


.featured-cat-content{   
    background: url("http://www.infpass.com/skin/frontend/default/se105/images/focal_bg.png") repeat scroll 0 0 transparent;
    height: 265px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.featured-cat-block{border:1px solid #ddd; padding-top:1px; float:left; width:968px; height:283px; overflow:hidden;}
.featured-cat-title{
    background: url("http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif") repeat-x 0 -60px;
    height: 26px;
    line-height: 26px;
    text-align: left;

}

.featured-cat-title h2{   
    background: url("http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat 14px  -1143px;
    color: #003B7F;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-indent: 22px;
	font-size:13px;
	font-weight:bold;
}



/* =============== End of Custom Menu =======================================*/

/* CMS page */
.page-head h3{font-size:16px; font-style:italic; margin-bottom:18px}
.cms-page-view dt{font-size:13px; font-weight:bold; line-height:15px;}
.cms-page-view .col-main ul{list-style:disc; padding-left:20px;}
.cms-page-view .col-main ul li a{color:#09318B;}


.currency-switch.language-switch{width:auto;}
.currency-switch.language-switch ul li{background:none;float:left;}
.currency-switch.language-switch ul li a.outer{text-indent:6px; width:60px;}
.currency-switch.language-switch ul li  a.four:hover, .currency-switch.language-switch ul li:hover > a.four{background:#fff;}
.currency-switch.language-switch ul li div.tab_right1{padding:1px 10px 6px 10px; width:140px;}
.currency-switch.language-switch .tab_right1 p a, a#top-language em{background:url(http://www.infpass.com/skin/frontend/default/se105/images/other_sprites.gif) no-repeat 0 -213px; padding-left:25px; }
a#top-language em{padding-left:19px;}

.currency-switch.language-switch .tab_right1 p a.cn, a#top-language.cn em{background-position:0 -197px;}
.currency-switch.language-switch .tab_right1 p a.us, a#top-language.us em{background-position:0 -213px;}
.currency-switch.language-switch .tab_right1 p a.jp, a#top-language.jp em{background-position:0 -229px;}
.currency-switch.language-switch .tab_right1 p a.ca, a#top-language.ca em{background-position:0 -245px;}
.currency-switch.language-switch .tab_right1 p a.de, a#top-language.de em{background-position:0 -261px;}
.currency-switch.language-switch .tab_right1 p a.es, a#top-language.es em{background-position:0 -277px;}
.currency-switch.language-switch .tab_right1 p a.au, a#top-language.au em{background-position:0 -293px;}
.currency-switch.language-switch .tab_right1 p a.br, a#top-language.br em{background-position:0 -309px;}
.currency-switch.language-switch .tab_right1 p a.pt, a#top-language.pt em{background-position:0 -325px;}
.currency-switch.language-switch .tab_right1 p a.fr, a#top-language.fr em{background-position:0 -341px;}
.currency-switch.language-switch .tab_right1 p a.ru, a#top-language.ru em{background-position:0 -357px;}
.currency-switch.language-switch .tab_right1 p a.tw, a#top-language.tw em{background-position:0 -373px;}
.currency-switch.language-switch .tab_right1 p a.ar, a#top-language.ar em{background-position:0 -389px;}
.currency-switch.language-switch .tab_right1 p a.ch, a#top-language.ch em{background-position:0 -405px;}
.currency-switch.language-switch .tab_right1 p a.at, a#top-language.at em{background-position:0 -421px;}
.currency-switch.language-switch .tab_right1 p a.be, a#top-language.be em{background-position:0 -437px;}

.currency-switch.language-switch .tab_right1 p a.fi, a#top-language.fi em{background-position:0 -453px;}
.currency-switch.language-switch .tab_right1 p a.il, a#top-language.il em{background-position:0 -469px;}
.currency-switch.language-switch .tab_right1 p a.it, a#top-language.it em{background-position:0 -485px;}
.currency-switch.language-switch .tab_right1 p a.kr, a#top-language.kr em{background-position:0 -501px;}
.currency-switch.language-switch .tab_right1 p a.mo, a#top-language.mo em{background-position:0 -517px;}
.currency-switch.language-switch .tab_right1 p a.hk, a#top-language.hk em{background-position:0 -533px;}
.currency-switch.language-switch .tab_right1 p a.nl, a#top-language.nl em{background-position:0 -549px;}
.currency-switch.language-switch .tab_right1 p a.mx, a#top-language.mx em{background-position:0 -565px;}
.currency-switch.language-switch .tab_right1 p a.nz, a#top-language.nz em{background-position:0 -581px;}
.currency-switch.language-switch .tab_right1 p a.no, a#top-language.no em{background-position:0 -597px;}
.currency-switch.language-switch .tab_right1 p a.za, a#top-language.za em{background-position:0 -613px;}
.currency-switch.language-switch .tab_right1 p a.se, a#top-language.se em{background-position:0 -629px;}
.currency-switch.language-switch .tab_right1 p a.ae, a#top-language.ae em{background-position:0 -645px;}
.currency-switch.language-switch .tab_right1 p a.tr, a#top-language.tr em{background-position:0 -661px;}
.currency-switch.language-switch .tab_right1 p a.sg, a#top-language.sg em{background-position:0 -677px;}
.currency-switch.language-switch .tab_right1 p a.sa, a#top-language.sa em{background-position:0 -693px;}
.currency-switch.language-switch .tab_right1 p a.gb, a#top-language.gb em{background-position:0 -709px;}



.clear {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.footer .footer_top:after,
.before_footer:after,
.home_viewed .item_list:after,
.search_term ul.term-list:after,
.cms-home .col-main .std:after,
.box-recent-review .items-content .item-list:after,
.subscribe-content:after,
.product-vew .add-to-cart:after,
.product-view .add-to-links:after,
.product-view #product-options-wrapper dl:after,
.pager .pages:after,
.sorter .sort-by:after,
.average-customer-rating:after,
.products-list .f-fix:after,
.block-subscribe .subscribe-content:after,
.cart-collaterals .discount-form:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.topcart-content{margin-top:-7px;}
.speak{float:right; background:url(http://www.infpass.com/skin/frontend/default/se105/images/other_sprites.gif) no-repeat 0 -93px; width:90px; display:block; padding:7px 5px 0 0; }
.speak a{padding-left:19px;}
.jcarousel-skin-tango .price-box p{display:block;}
/* kinds of colors */

div.add-to-cart div.quantity input#add1,
div.add-to-cart div.quantity input#minus1
{background-image:url("http://www.infpass.com/skin/frontend/default/se105_green/images/sprites.gif")}

#topnav,
.home-box .head span,
.featured-cat-title h2,
button.button,
#topnav ul li,
#topnav ul li.last a span,
#topnav ul li.top-link1 a span,
#topnav ul li.top-link3 a span,
.header .home-link,
.box-recent-review .head, 
.breadcrumbs li.home,
.block-layered-nav .block-title,
.tabs li.active a, .tabs li.active a:hover,
.review-title-top,
.block.block-cart .block-title
{background-image:url("http://www.infpass.com/skin/frontend/default/se105_green/images/sprites_repeat.gif");}

button.btn-round, button.btn-gray, button.btn-round-s{background:#fff;}

.dealsoff{background-image:url("http://www.infpass.com/skin/frontend/default/se105_green/images/offbg.png");}

.sorter .sort-by a.active span, .limiter a.active span,
.sorter .view-mode span,
.pager .pages .current, .pager .pages li:hover,
.pager a.i-next, .pager a.i-previous, .sorter .sort-by a.set_asc, .sorter .sort-by a.set_des,
.sorter .sort-by a.active span, .limiter a.active span, .sorter .view-mode span, .pager .pages .current, 
.pager .pages li:hover, .pager a.i-next, .pager a.i-previous, 
.sorter .sort-by a.set_asc, .sorter .sort-by a.set_des
{background-image:url("http://www.infpass.com/skin/frontend/default/se105_green/images/toolbar-icons.gif"); }

.footer, .tabs, .product-view .box-reviews .form-add {border-color:#00a94e;}

#sidenav_header a{background-color:#295d43}

.home-box .head span,
.before_footer .home_viewed_block .head span,
.featured-cat-title h2,
.new-items-li a.news-title,
.box-recent-review .head span,
.block-layered-nav .block-title strong,
.block-cart .block-title strong,
.home-box .in-category
{color:#1c8d50;}

.header .quick-access-right .topcart-content a, .header .quick-access-right p.empty{color:#1c8d50;}

.news-list .block-title span{color:#295d43; font-weight:bold;}

.block-login .top-links a.top-register-link, a.top-logout-lin,
.header .quick-access-right .topcart-content a span,
.header .quick-access-right p.empty span,
.header .home-link a,
#shopping-cart-table .price
{color:#cc0000;font-size:small}
.special-price .price{color:#cc0000;font-size:13px}

.home-box .home-product-img a:hover{border-color:#cc0000;}

.box-recent-review, .block-layered-nav, .block-layered-nav .block-subtitle, .block.block-cart{border-color:#cff0df}
/**
 * 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.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://www.infpass.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://www.infpass.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://www.infpass.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://www.infpass.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://www.infpass.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://www.infpass.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://www.infpass.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://www.infpass.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://www.infpass.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.onsale-product-container {
	cursor: pointer;
	position: relative;
	z-index: 100;
}
.onsale-product-container-inside {
	cursor: pointer;
	position: absolute;
	z-index: 100;
}

div.onsale-product-label {
    position: absolute;
    top: 3px;
    left: 4px;
    margin-left: -2px;
    text-align: center;
}

div.onsale-onsale-product-label-text {
	FONT-FAMILY: inherit;
	FONT-SIZE: 16px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	COLOR: #FFFFFF;
}

div.new-onsale-product-label-text {
	FONT-FAMILY: inherit;
	FONT-SIZE: 16px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	COLOR: #FFFFFF;
}

div.custom-onsale-product-label-text {
	FONT-FAMILY: inherit;
	FONT-SIZE: 16px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	COLOR: #FFFFFF;
}
div.onsale-category-container-grid {
	position: relative;
}

div.onsale-category-container-list {
	position: relative;
	float: left;
}

.onsale-category-container {
	cursor: pointer;
	position: absolute;
	z-index: 100;
}

div.onsale-category-label {
    position: absolute;
    top: 3px;
    left: 4px;
    margin-left: -2px;
    text-align: center;
}

div.onsale-onsale-category-label-text {
    color:#FFFFFF;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
}

div.new-onsale-category-label-text {
    color:#FFFFFF;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
}

div.custom-onsale-category-label-text {
    color:#FFFFFF;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
}




.news-item {
    margin:0 0 15px 0;
}

.news-item span.date {
    font-size:90%;
}

.news-item-comment form {
    margin:20px 0px 0px;
    display:block;
    clear:both;
}

.prev {
    float:left;
    margin:4px 12px 5px 0;
}

.date {
    color:#999999;
    font-size:11px;
	float:left;
}

.news-item .date{float:none;}

.clearing {
    clear:both;
    font-size:1px;
    height:1px;
    line-height:1px;
}

.comment-item {
    margin:10px 0 0 0;
}

.comment-item .username {
    font-size:12px;
    margin:0px;
    color:#1E7EC8;
    display:inline;
}

.block.news-categories {
    border: 1px solid #C4C1BC;
    margin: 0 0 15px;
}

.block.news-categories .block-title {
   
    border-bottom: 1px solid #DDDDDD;
   
}

.block.news-categories .menu-categories {
    margin:0px;
    padding: 5px 9px;
}

.block.news-categories .menu-categories h5, .menu-categories ul li{
    font-size:11px;
    margin:0px;
}

.block.news-categories .block-title strong {
    color: #E26703;
    display: block;
    font: bold 12px/16px Arial,Helvetica,sans-serif;
    min-height: 16px;
    padding: 1px 0;
    text-transform: uppercase;
}

.news {
    text-align:justify;
    }


.news-item {
    clear:both;
    padding-bottom:20px;
    }
.news_image {
    float:left;
    margin:3px 10px 5px 0px;
    }
.news-item .description {
    text-align:justify;
    }
.news-item .description p {
    display:inline;
    margin:0px;
    }
.news-item .comment {
    float:right;
    font-size:11px;
    padding-top:5px;
    }
.social {
    padding-top:0;
    height:35px;
    }
.social .google_button {
    float:left;
    width:80px;
    overflow:hidden;
    }
.social .fb-like {
    float:left;
    }

.news-item-comment {
    clear:both;
    padding-bottom:20px;
    }
.news-item-comment p.required {
    text-align:left;
    }
.news .loadfile {
    text-align:right;
    }
.news .loadfile a {
    background: url(http://www.infpass.com/skin/frontend/default/default/css/images/sprites_repeat.gif) 0px -1781px no-repeat;
    padding:1px 0 0 20px;
    }
#postComment label {
    float:left;
    width:80px;
    }
#postComment .input-box {
    padding-bottom:9px;
    }
#postComment input[type="text"] {
    width:200px;
    }
label .required {
    color:red;
    }
#postComment .validation-advice {
    margin-left:80px;
    }
#postComment .button-set {
    padding-left:80px;
    }

#comment_block .comment-item div {
    padding-left:40px;
    }

/*-- pager --*/
.news-item-comment .pager {
    background:none;
    margin-top:20px;
    padding-top:10px;
    text-align:left;
    }
.news-item-comment .pager span {
    cursor:pointer;
    border:1px solid #dadfe0;
    float:left;
    height:19px;
    width:20px;
    text-align:center;
    margin-right:6px;
    line-height:19px;
    }
.news-item-comment .pager span.current {
    cursor:default;
    background:#f6f6f6;
    }
.news-item-comment .pager span:hover {
    background:#f6f6f6;
    }
.news-item-comment .pager #prev,
.news-item-comment .pager #next {
    border:none !important;
    background:none !important;
    padding:0px !important;
    margin:0px !important;
    width:auto !important;
    }
.news-item-comment .pager .prev,
.news-item-comment .pager .next {
    width:auto;
    padding:0 5px;
    margin-top:0px;
    }
/*-- /pager --*/
.print-btn {
    float:right;
    background: url(http://www.infpass.com/skin/frontend/default/default/css/images/sprites_repeat.gif) 0px -1741px no-repeat;
    padding-left:20px;
    }
#clloader {
    position:absolute;
    margin-left:333px
    }
.tags {
    background: url(http://www.infpass.com/skin/frontend/default/default/css/images/sprites_repeat.gif) 0px -1701px no-repeat;
    padding-left:20px;
    }

.all-news-item, .news-item-block{border:1px solid #ddd; padding:10px;}

#commercelab_categories_container
{
    overflow-x: auto;
}
.treeview, .treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.treeview ul {
    background-color: white;
    margin-top: 4px;
}

.treeview .hitarea {
    background: url(http://www.infpass.com/skin/frontend/default/default/css/commercelab/treeview/images/treeview-default.gif) -64px -25px no-repeat;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
    display: inline;
    float:none;
}

.treeview li {
    margin: 0;
    padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
    background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(http://www.infpass.com/skin/frontend/default/default/css/commercelab/treeview/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(http://www.infpass.com/skin/frontend/default/default/css/commercelab/treeview/images/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(http://www.infpass.com/skin/frontend/default/default/css/commercelab/treeview/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(http://www.infpass.com/skin/frontend/default/default/css/commercelab/treeview/images/treeview-red.gif); }

.treeview-black li { background-image: url(http://www.infpass.com/skin/frontend/default/default/css/commercelab/treeview/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(http://www.infpass.com/skin/frontend/default/default/css/commercelab/treeview/images/treeview-black.gif); }

.treeview-gray li { background-image: url(http://www.infpass.com/skin/frontend/default/default/css/commercelab/treeview/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(http://www.infpass.com/skin/frontend/default/default/css/commercelab/treeview/images/treeview-gray.gif); }

.treeview-famfamfam li { background-image: url(http://www.infpass.com/skin/frontend/default/default/css/commercelab/treeview/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(http://www.infpass.com/skin/frontend/default/default/css/commercelab/treeview/images/treeview-famfamfam.gif); }


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(http://www.infpass.com/skin/frontend/default/default/css/commercelab/treeview/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(http://www.infpass.com/skin/frontend/default/default/css/commercelab/treeview/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(http://www.infpass.com/skin/frontend/default/default/css/commercelab/treeview/images/file.gif) 0 0 no-repeat; }

#j2t-track1 {background-image:url(http://www.infpass.com/skin/frontend/default/default/images/j2t-bg-fader.gif); background-repeat:no-repeat; width:209px; height:28px;}
#j2t-handle1 {background-image:url(http://www.infpass.com/skin/frontend/default/default/images/j2t-thumb-n.gif); background-repeat:no-repeat; width:17px; height:21px; cursor:move;}
#j2t-track2 {background-image:url(http://www.infpass.com/skin/frontend/default/default/images/j2t-bg-fader.gif); background-repeat:no-repeat; width:209px; height:28px;}
#j2t-handle2 {background-image:url(http://www.infpass.com/skin/frontend/default/default/images/j2t-thumb-orange.gif); background-repeat:no-repeat; width:17px; height:21px; cursor:pointer;}
.j2t-loyalty-points {display:block; clear:both;}
.rewards_point_cart em {color:#EB340A;}
.form-list .field.j2t-rewardpoints-email {width: 280px;}
.form-list .field.j2t-rewardpoints-email img {vertical-align: middle;}
@font-face {
    font-family: "HelveticaLTStd-roman";
    font-weight: normal;
    src: url("http://www.infpass.com/skin/frontend/default/se105/css/magestore/fonts/HelveticaLTStd-Roman.otf") format("truetype");
}
@font-face {
    font-family: "HelveticaLTStd-bold";
    font-weight: bold;
    src: url("http://www.infpass.com/skin/frontend/default/se105/css/magestore/fonts/HelveticaLTStd-Bold.otf") format("truetype");
}


.category-deals .special-price .price {
    color: #e83340;
    font-family: HelveticaLTStd-bold;
    font-size: 14px;
}
.category-deals button.button span span{ 
	 
	padding: 0 19px;
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
	font-family: "HelveticaLTStd-roman";
}
.category-deals button.button span{
    border: 0 none;
    background: none transparent;
	padding: 0;
}
.category-deals .old-price .price-label {
    color: #606060;
    font-size: 13px;
    white-space: nowrap;
	font-weight: bold;
}
.subscribe-box, .groupdeal, .category-deals{ width:735px; float:left;} /*font-family: "HelveticaLTStd-roman";*/
.right-sidebar { margin-top:10px; float:right; width:195px;}
.right-sidebar a{ text-decoration:none; font-weight:bold; font-size:13px}
.right-sidebar a:hover{ text-decoration:underline}
.right-sidebar .categories .item{ padding:5px 9px!important}
.newsletter .item span{ color:red}
.newsletter .form-list select { width:174px}
.newsletter .form-list li.item { padding:0 0}
.newsletter .form-list li input { width:170px}
#mini-deals-list .product-image{ width:90px; height:54px; border:1px solid #DFDFDF}
#mini-deals-list .deal-info-price{ margin: 10px 0 0 97px;}
#mini-deals-list .deal-price{ width:64px; height:23px; background:url(http://www.infpass.com/skin/frontend/default/se105/images/groupdeal/pricetag_medium.png) no-repeat; color: white; font-family: Arial,sans-serif; font-size: 16px; font-weight: normal; line-height: 23px; margin-bottom: 0; padding-left: 15px;}
#mini-deals-list .deal-value { background-color: #CFEEF5; border-bottom: 1px solid #54C2DC; border-left: 1px solid #54C2DC; border-right: 1px solid #54C2DC; font-size: 10px; height: 20px; line-height: 20px; margin-left: 9px; text-align: center; width: 68px}
.groupdeal .product-essential, .groupdeal .product-collateral{ padding:25px 15px}
.groupdeal .title {color: #333333;font-family: Arial;font-weight: bold;margin: 0 10px 5px;}
.groupdeal .description {color: #A9A9A9;font-size: 14px;font-weight: bold; margin: 8px 10px;}
.groupdeal .left{ float:left; width:220px;}
.groupdeal .add-to-cart{ background:url(http://www.infpass.com/skin/frontend/default/se105/images/groupdeal/pricetag.png) no-repeat; height:92px; width:287px; left:-67px; position:relative;}
.groupdeal .add-to-cart .price{ color:#FFFFFF; font-size:30px; display:block; float:left; margin:15px 0 0 50px; font-weight:bold;}
.groupdeal #buynow{ background:url(http://www.infpass.com/skin/frontend/default/se105/images/groupdeal/buy.png) no-repeat; display: block; height: 60px;   position: absolute; right:-30px; top: 10px; width: 100px; cursor:pointer}
.groupdeal .discount{ border:1px solid #64C8E2; background:#CFEEF6; height:50px; padding-top:10px; font-size:18px; margin-top:-12px;}
.groupdeal .discount dl{ float:left; font-weight:bold; width:70px; text-align:center;}
.groupdeal .discount dt{ font-size:13px;}

.groupdeal .time{ border:1px solid #98C267; background:#DDEDCC; margin-top:7px; height:55px;}
.groupdeal .time-image{ float:left;margin: 3px 0 0 20px; width:28px; background:url(http://www.infpass.com/skin/frontend/default/se105/images/groupdeal/hourglass.gif) no-repeat;}
.groupdeal .count-time{ float:right; width:170px; }
.groupdeal .time dt{ font-weight:bold}
.groupdeal .time dl{ text-align:center; font-size:13px; margin-top:5px;}
.groupdeal .time dd{ font-weight:bold;}
.groupdeal #left-time{ font-size:18px;}

.groupdeal .progess-point{ background:url(http://www.infpass.com/skin/frontend/default/se105/images/groupdeal/point.gif) no-repeat;position:relative; height:13px;}
.groupdeal .progess-bar{ background:url(http://www.infpass.com/skin/frontend/default/se105/images/groupdeal/bar.png) no-repeat; height:20px; margin-left:15px;}
.groupdeal .progess-line{ background:url(http://www.infpass.com/skin/frontend/default/se105/images/groupdeal/line.png) no-repeat; position:relative; left:2px; top:2px; height:10px;}



.for-friends{ border:1px solid #64C8E2; border-top:0; background: #CFEEF6; height:30px; padding:5px 0 0 8px;}
*html .for-friends{ height:35px;}
.for-friends a{ display:block; padding:4px 0 0 42px;}



.groupdeal .number-sold{border:1px solid #98C267; background:#DDEDCC; margin-top:7px; padding:5px 0;}
.groupdeal .status{ text-align:center; font-size:20px; margin:5px 0;}


.groupdeal .quantity-number{font-weight:bold; margin:0 15px; height:15px;}
.groupdeal .min-quantity{ float:left; }
.groupdeal .max-quantity{ float:right;}
.groupdeal .remain-quantity{ font-size:12px; clear:both; text-align:center;}
.groupdeal .sold-image{ top:2px; position:relative;}
#deal-status{ text-align:center; font-weight:bold; margin-bottom:4px; font-size:16px;}

.groupdeal .share{border:1px solid #98C267; background:#DDEDCC; margin-top:7px; padding:5px; font-size:12px; text-align:center;}
.groupdeal .share-title{ text-align:center; font-weight:bold; font-size:18px;}
.groupdeal .share-content{ padding: 5px 0 0 5px;}
.groupdeal .google{ float:left;}
.groupdeal .facebook{ float:left; width:58px;}
.groupdeal .twitter{ float:left; margin: -2px 20px 0 20px;}

.groupdeal .what-happen{border:1px solid #98C267; background:#DDEDCC; margin-top:7px; padding:8px; font-size:13px; text-align:center;}
.groupdeal .what-happen a{ text-decoration:none}
.groupdeal .whathappen-pop{ text-align:justify}
.groupdeal .right{ width:425px;}
.groupdeal .product-img-box{ width:auto !important; }
.groupdeal #deal-image{ margin-bottom:10px; border:1px solid #DFDFDF; background:#FFFFFF; position:relative; width:427px; height:262px;}
.groupdeal #deal-image img { position:absolute; left:0; top:0; margin:3px}
.groupdeal #deal-image .nav-slider{ font-size:60px; z-index:100; position:relative; margin-top:100px;width:30px; height:50px; background:#000000; opacity:0.4;filter:alpha(opacity=40)}
.groupdeal #deal-image .nav-slider a{ text-decoration:none; color:#FFFFFF; font-family:"Times New Roman", Times, serif; position:relative; top:6px; left:4px}
.groupdeal #deal-image .nav-slider a:hover{ color:#cccccc;}
.groupdeal #deal-image .next{ float:right; margin-right:4px;}
.groupdeal #deal-image .prev{ float:left; margin-left:3px;}
* html .share .button{ padding:3px 4px 4px}

.groupdeal .image{ width:300px; height:200px;border:1px solid #64C8E2; background:#FFFFFF; padding:3px;}
.clear{ clear:both}
.groupdeal .thefineprint ,.groupdeal .highlights{ width:200px; float:left;}
.groupdeal .thefineprint{ margin-right:10px;}
.groupdeal .thefineprint-title, .groupdeal .highlights-title{ font-size:16px; font-weight:bold; margin-bottom:5px;}
.groupdeal .thefineprint-content, .groupdeal .highlights-content{font-family:"lucida grande",tahoma,verdana,arial,sans-serif;}
.groupdeal .thefineprint-content ul, .groupdeal .highlights-content ul{ list-style-type:disc; list-style-position:outside}
.groupdeal .thefineprint-content li, .groupdeal .highlights-content li{ margin-left:18px;}

.bottom-content{ margin-top:15px;}
.inner-content{ margin-left: 6px;}
.vender-name{ font-size:16px; font-weight:bold;}
.vender-website{ font-size:13px;}
.full-description {margin:10px 3px 0; text-align:justify; font-family:"lucida grande",tahoma,verdana,arial,sans-serif;}
.comment-box{ margin-top:10px;}
.products-in-deal h2{ margin-bottom:5px;}
.products-in-deal p{ color:#A9A9A9;}

/*-------deal list -----*/
.deallist-title{ font-size:25px; color: #0A263C;border-bottom: 1px solid #CCC;margin: 0 0 25px; font-weight:bold}
#group-deal-list .groupdeals-grid, .groupdeals-top{background:none !important; width:auto !important;border:0;}
#group-deal-list .groupdeals-grid li.item , .groupdeals-top li.item{padding:24px; background-color: #EBEBEB; background-image: -moz-linear-gradient(center top , #FBFBFB 0%, #EBEBEB 100%); border: 1px solid #CCCCCC; box-shadow: 1px 2px 3px #CCCCCC; margin:0 10px 10px 0}
#group-deal-list .groupdeals-grid li.item{width:280px; margin:0 24px 24px 0;} 
#group-deal-list .groupdeals-top li.item { overflow:hidden; width:674px; margin:0 0 28px 0}

#group-deal-list .groupdeals-grid li.last{ margin-right:0}
#group-deal-list .groupdeals-grid .product-image {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DFDFDF;
    height: 140px;
    padding: 5px;
    text-align: center;
    width: 268px;
}
#group-deal-list .groupdeals-top .product-name a{font-size: 22px!important;}
#group-deal-list .groupdeals-top .product-image { height: 195px; width: 312px; border:1px solid #DFDFDF; padding:5px; background:#FFFFFF; float:left; margin:0}
#group-deal-list .groupdeals-grid .product-name a, .groupdeals-top .product-name a{ text-decoration:none; font-size: 15px; color: #000;font-weight: bold;}
#group-deal-list .groupdeals-grid .product-name a:hover, .groupdeals-top .product-name a:hover{ text-decoration:underline;}
#group-deal-list .groupdeals-grid .name-tag{ background:url(http://www.infpass.com/skin/frontend/default/se105/images/groupdeal/tag.png) no-repeat; width:26px; height:11px; margin-top:6px; float:left;}
#group-deal-list .groupdeals-grid .product-name{margin: 0 0 7px;}
#group-deal-list .groupdeals-grid .inf-box{ margin:0 0 0 3px;}
#group-deal-list .groupdeals-grid .buy-item .first, .groupdeals-grid .time-box .first, .groupdeals-grid .price-box .first{ width:153px; padding:0 !important; float:left;/*text-align:center;*/}
#group-deal-list .groupdeals-grid .buy-item .first{ text-align: left;}
#group-deal-list .groupdeals-grid .buy-item, .groupdeals-top .buy-item{ 
    border-top: 4px solid #DFDFDF;
    clear: both;
    padding-top: 5px;
	text-align: right;
}
#group-deal-list .groupdeals-grid .targetmet, .groupdeals-top .targetmet{ color:#3B871B; font-weight:bold;}
#group-deal-list .groupdeals-grid .targetnotmet, .groupdeals-top .targetnotmet{ font-weight: bold; color:#3b3b3b; font-size:12px;}

#group-deal-list .groupdeals-top .info{ float:left; margin-left: 28px; width:282px;}
#group-deal-list .groupdeals-top .info h2{ font-size:20px; margin-top: 6px;}
#group-deal-list .groupdeals-top .buy-item .first, .groupdeals-top .time-box .first, .groupdeals-top .price-box .first{ width:184px; padding:0 !important; float:left;text-align:left;}
#group-deal-list .groupdeals-top .description {color: #878787;font-size: 13px;font-weight: normal; margin: 8px 0;}
/*---my deal----*/
#deal-table tr:hover, #deal-table tr:hover{ background:#FCF5DD; cursor:pointer;}
#deal-table tr th:hover, #deal-table tr th:hover{ cursor:default;}
/**

 * SFC - Featured Catagories Extension

 *

 * NOTICE OF LICENSE

 *

 * This source file is subject to the Open Software License (OSL 3.0)

 * that is bundled with this package in the file LICENSE.txt.

 * It is also available through the world-wide-web at this URL:

 * http://opensource.org/licenses/osl-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 support@storefrontconsulting.com so we can send you a copy immediately.

 *

 *

 * @package    SFC_FeaturedCategories

 * @copyright  (C)Copyright 2010 StoreFront Consulting, Inc (http://www.StoreFrontConsulting.com/)

 * @author     Adam Lundrigan

 */



.featured-cat {

	float: left;

	display:inline;

	width: 167px;

	margin:23px 0 0 23px;



}



.featured-cat-right {

	float: right;

	margin: 0px;

}



.featured-cat .cat-image {

	display: table-cell;

    height: 124px;

    overflow: hidden;

    text-align: center;

    vertical-align: middle;

    width: 157px;



}



.featured-cat .cat-image img {

	width: 155px;

	height: 120px;



}



.featured-cat .cat-image a{border:1px solid #ccc; width:155px; height:120px; display:block;}

.featured-cat .cat-image a:hover{border:1px solid #ff5a00;}



.featured-cat .cat-title {

  

}



.featured-cat .cat-title a,

.featured-cat .cat-title a:hover

{

	text-decoration: underline;

	color: #114EA6;

	padding:2px 0 6px 0;

	font-size:13px;

	display:block;

}



.featured-cat ul {

	list-style-type: none;

	padding: 5px 0px 0px 4px;

	margin: 0px;

	line-height:14px;

} 



.featured-cat ul li{line-height:16px;}



.featured-cat li.subcat-title a 



{



	color: #666;

	font-size:11px;

	text-decoration:none;

	padding-left:7px;

	background:url(http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif) no-repeat 0 -143px;

}



.featured-cat li.subcat-title a:hover{text-decoration:underline; color:#000;}





.featured-cat-content{   

    background: url("http://www.infpass.com/skin/frontend/default/se105/images/focal_bg.png") repeat scroll 0 0 transparent;

    height: 265px;

    margin: 0;

    overflow: hidden;

    padding: 0;

}



.featured-cat-block{border:1px solid #ddd; padding-top:1px; float:left; width:968px; height:283px; overflow:hidden;}

.featured-cat-title{

    background: url("http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif") repeat-x 0 -60px;

    height: 26px;

    line-height: 26px;

    text-align: left;



}



.featured-cat-title h2{   

    background: url("http://www.infpass.com/skin/frontend/default/se105/images/sprites_repeat.gif") no-repeat 14px  -1143px;

    color: #1C8D50;

    display: inline-block;

    height: 25px;

    line-height: 25px;

    text-indent: 22px;

	font-size:13px;

	font-weight:bold;

}


