/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0

the only change I have made is to remove the ie hack to meet w3c compliance
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
/*sup {vertical-align:text-top;}*/
/*sub {vertical-align:text-bottom;}*/
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
h1,h2,h3,h4,h5,h6,h7{
font-size:100%;
}
a{outline:none;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
strong{font-weight:bold;}

/**
 * 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     blank
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

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

a             { text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline: 0; }


/* 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:.65em; /*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 {}
.page { width:1000px; margin:0 auto; padding:10px 0; text-align:left; }
.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; }
.main-container {}
.main { margin:10px 0; }

/* Base Columns */
.col-left { float:left; width:230px; padding:5px 5px 0; }
.col-main { float:left; width:736px; padding:5px; }
.col-right { float:right; width:230px; padding:5px 5px 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:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.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:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,textarea { background:#fff; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { 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:2.5em !important; }
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; background:transparent; cursor:pointer; }
button.button span { float:left; height:21px;  padding:0 0 0 8px; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { background-position:100% 0; padding:0 12px 0 4px; }
button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; font-weight:bold; position:relative; z-index:0; }
.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; }
.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:535px; }
.form-list li.additional-row { }
.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:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.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:205px; }

.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:189px; }

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

.buttons-set-order {}

.fieldset {}
.fieldset .legend {}

/* 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.uaudio.com/skin/frontend/uaudio/uaudio/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; color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea;  color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec;  color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { }
.page-title h1,
.page-title h2 { font-size:18px; color:#000; }
.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 { clear:both; }

/* Pager */
.pager { }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

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

/* Toolbar */
.toolbar {}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

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

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.tax-details-first td {}

/* 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.uaudio.com/skin/frontend/uaudio/uaudio/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 { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.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 { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.separator { margin:0 3px; }

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

/* Noscript Notice */
.noscript { border:1px solid #ddd; 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.uaudio.com/skin/frontend/uaudio/uaudio/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 { }
.header .logo { float:left; text-decoration:none !important; }
.header h1.logo {}
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header .form-search { text-align:right; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

/********** < Navigation */
.nav-container {}
#nav {}

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

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

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


/* Sidebar =============================================================================== */
.block { border:1px solid #ddd; margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #ddd; padding:3px 10px; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; font-weight: normal; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:10px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

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

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

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

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

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

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

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

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

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

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

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

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

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

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

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description {}
.category-products {}

/* View Type: Grid */
.products-grid { border-bottom:1px solid #ddd; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-grid .product-name a {}
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-list .product-name a {}
.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; }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin: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:69px; height:13px; font-size:0; line-height:0; background:url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

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

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

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

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

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

.price-box {}
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

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

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

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

.minimal-price-link { display:block; }
.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; }

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

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

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

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

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


.product-view {}

.product-essential {}

.product-collateral .box-collateral { margin:0 0 15px; }

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

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name {}
.product-view .short-description {}

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

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

/* Grouped Product */
.product-view .grouped-items-table {}

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

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

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

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

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

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

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

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* 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:12px; }
.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 {}

/* RSS */
.rss-title h1 { background:url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/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 {}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:700px; }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

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

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


/* Checkout ============================================================================== */
/********** < 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 .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.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 #ddd; 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;  text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.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;  padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

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

/* Centinel */
.centinel {}

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

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

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

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

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

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


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

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


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

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

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

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.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:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.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:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

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

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.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 th,
.tracking-table td { padding:1px 5px 0 0; }

.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 {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.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 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { }
.footer p { }
.footer address { }
.footer ul {}
.footer ul li { }
.footer-container .bottom-container { }
/* ======================================================================================= */


/* 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 .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,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
ul.list {
	margin-bottom: 8px;
}


ul.list li {
	list-style: none;
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/bullet_list.gif) 0 1px no-repeat;
	padding-left: 15px;
	padding-bottom: 2px;
}

ol.list {
	padding-left: 15px;
}

ol.list > li {
	list-style: decimal;
	margin-bottom: 5px;
}

ol.list li ol, ol.list li ul {
	padding-left: 15px;
}

ol.list li ol li {
	list-style: lower-alpha;
	margin-left: 15px;
}

table.debug{
	background: #fff;
	border: #aaa;
	margin: 5px;
}
table.debug th{
	background: #eee;
}
table.debug td,
table.debug th{
	padding: 3px;
	border: 1px solid #000;
}
table.debug tr:hover td{
	background: #ccc;
	cursor: pointer;
}

@import url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/css/reset.css');
@font-face {
    font-family: 'NewsGothicBT-Light';
    src: url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTLig.eot?') format('eot'),
         url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTLig.woff') format('woff'),
         url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTLig.ttf') format('truetype'),
         url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTLig.svg#font') format('svg');
}
@font-face {
    font-family: 'NewsGothicBT-Roman';
    src: url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTRom.eot?') format('eot'),
         url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTRom.woff') format('woff'),
         url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTRom.ttf') format('truetype'),
         url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTRom.svg#font') format('svg');
}
@font-face {
    font-family: 'NewsGothicBT-Bold';
    src: url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTBol.eot?') format('eot'),
         url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTBol.woff') format('woff'),
         url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTBol.ttf') format('truetype'),
         url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTBol.svg#font') format('svg');
}

@font-face {
    font-family: 'NewsGothicBT-RomCon';
    src: url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTRomCon.eot?') format('eot'),
         url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTRomCon.woff') format('woff'),
         url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTRomCon.ttf') format('truetype'),
         url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTRomCon.svg#font') format('svg');
}


@font-face {
    font-family: 'NewsGothicBT-BoldCon';
    src: url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTBolCon.eot?') format('eot'),
         url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTBolCon.woff') format('woff'),
         url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTBolCon.ttf') format('truetype'),
         url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTBolCon.svg#font') format('svg');

}

.gothic-light {
        font-family: 'NewsGothicBT-Light', sans-serif;

}

.gothic-roman {
        font-family: 'NewsGothicBT-Roman', sans-serif;

}

.gothic-bold {
        font-family: 'NewsGothicBT-Bold', sans-serif;

}

.gothic-romcon {
        font-family: 'NewsGothicBT-RomCon', sans-serif;

}

.gothic-boldcon {
        font-family: 'NewsGothicBT-BoldCon', sans-serif;

}



/*********************            REMOVE THESE        ****************************/



@font-face {
    font-family: "NGBold";
    src: url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/type/news_gothic_bold_condensed-webfont.eot");
    src: local("?"),
        url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/type/news_gothic_bold_condensed-webfont.woff") format("woff"),
        url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/type/news_gothic_bold_condensed-webfont.otf") format("opentype"),
        url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/type/news_gothic_bold_condensed-webfont.svg#filename-ital") format("svg"),
        url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/type/news_gothic_bold_condensed-webfont.ttf") format("truetype");
}

@font-face {
    font-family: "NGRoman";
    src: url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/type/news_gothic_condensed-webfont.eot");
    src: local("?"),
        url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/type/news_gothic_condensed-webfont.woff") format("woff"),
        url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/type/news_gothic_condensed-webfont.otf") format("opentype"),
        url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/type/news_gothic_condensed-webfont.svg#filename-ital") format("svg"),
        url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/type/news_gothic_condensed-webfont.ttf") format("truetype");
}

@font-face {
    font-family: 'FranklinGothicLT-Book';
    src: url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/type/lte50086.eot');
    src: url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/type/lte50086.eot?#iefix') format('embedded-opentype'),
        url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/type/lte50086.woff') format('woff'),
        url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/type/lte50086.ttf') format('truetype'),
        url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/type/lte50086.svg#lte50086') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*********************                    ****************************/
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    #logo {
    width: 230px;
    height: 40px;
    float: left;
}
}

/*********************            NEW PRODUCT FONT        ****************************/


.ua-media-title .product-title {
}

.gothic-light {    font-family: 'NewsGothicBT-Light', sans-serif;

}
.gothic-roman {    font-family: 'NewsGothicBT-Roman', sans-serif;

}

.product-title {
    font-family: 'NewsGothicBT-Light', sans-serif;
    font-size: 19px;
    font-weight: normal;
    line-height: 30px;
    color:#767676;
    float:left;
}





/*********************            GLOBAL            ****************************/

body {
    font: normal 12px/18px Arial, Helvetica, sans-serif;
    color: #464646;
    background: #2c2016;
}

a {
    color: #196f9d;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#logo {
    width: 230px;
    height: 40px;
    float: left;
    }

#logo a {
    display: block;
    width: 100%;
    height: 100%;
}

input.input-text {
    color: #444;
    font-size: 11px;
    line-height: 17px;
    height: 15px;
}

em {
    font-style: italic;
}

th {
    font-weight: bold;
}

.right {
    float: right;
}

.left {
    float: left;
}

.page-title {
    margin-bottom: 15px;
}

.page-title h1 {
    color: #464646;
    font-size: 24px;
    font-weight: normal;
}

.page-title h2 {
    color: #464646;
    font-size: 21px;
}

/*********************            LAYOUT            ****************************/

.wrapper {
    width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
}

.wrapper:after {
    display: block;
    content: " ";
    clear: both;
}

.cms-home .four-col-one {
    width: 312px;
    float: left;
}

.cms-home .four-col-three {
    width: 662px;
    float: left;
}

.three-col-one {
    width: 312px;
    float: left;
}

.three-col-two {
    width: 662px;
    float: left;
}

.three-col-three {
    float: left;
    width: 1000px;
}

.four-col-one {
    width: 226px;
    float: left;
}

.section-1 .three-col-one.narrow {
    width: 160px;
    float: left;
}

.section-1 .three-col-one.narrow+.three-col-two {
    width: 554px;
    float: right;
}

.section-1 .three-col-one.pressroom {
    width: 190px;
    float: left;
}

.section-1 .three-col-one.pressroom+.three-col-two {
    width: 524px;
    float: right;
}

.four-col-two+.four-col-one, .four-col-one+.four-col-two {
    float: right;
}

.four-col-two {
    width: 484px;
    float: left;
}

.four-col-three {
    width: 742px;
    float: left;
}

.four-col-three+.four-col-one, .four-col-one+.four-col-three {
    float: right;
}

.two-col-main {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_column_three_bg.jpg) repeat-y;
    overflow: hidden;
    padding: 15px 15px 10px;
    width: 712px;
}

.two-col-main .top {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_column_three_top.jpg) top no-repeat;
    height: 5px;
    margin: -15px -15px 0 -15px;
}

.two-col-main-btm {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_column_three_btm.jpg) left bottom no-repeat;
    height: 5px;
    clear: both;
    float: left;
    width: 742px;
    margin-bottom: 30px;
}

.two-col-main h2 {
    font-weight: normal;
    font-size: 24px;
    color: #4d433a;
    margin-top: 10px;
    margin-bottom: 20px;
}

/*********************            HEADER            ****************************/

.header {
    border-bottom: 4px solid #d0dee6;
    height: 132px;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/header_bg.jpg) center top no-repeat;
    min-width: 1020px;
}

.header .wrapper {
    padding-top: 24px;
}

.search_mini_form label {
    display: none;
}

.search_mini_form .search {
    float: right;
}

.search_mini_form .search li {
    float: left;
}

.search_mini_form .search .input-text {
    width: 170px;
    font-weight: normal;
}

.search_mini_form input.search-submit {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/searchSubmit_btn.png) no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    border: none;
    outline: none;
    margin-left: 5px;
    cursor: pointer;
}

#store_search_form input.search-submit {
    margin-top: 6px;
}

.header .links {
    float: right;
    clear: right;
    margin-top: 40px;
}

.header .links li {
    float: left;
    margin-left: 15px;
}

.header .links li a {
    color: #79b7d8;
}

/*********************            HEADER IMAGES            ****************************/

.header .wrapper, .blog .header .wrapper, .store .header .wrapper, .catalog-category-view .header .wrapper, .catalog-product-view .header .wrapper, .about .header .wrapper, .support .header .wrapper {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/headers/header_img1_bg.jpg) 470px 0 no-repeat;
}

/*********************            NAVIGATION            ****************************/

.header .navigation {
    float: left;
    height: 37px;
    clear: left;
    margin-top: 31px;
    width: 700px;
}

.header .navigation li {
    float: left;
    padding: 0 18px;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/navigation_bg.png) bottom no-repeat;
}

.header .navigation li.facebook {
    background: none;
    padding-left: 9px;
}

.header .navigation li.facebook a {
    margin: 0;
    position: relative;
}

.header .navigation li.link-parent {
    position: relative;
    border-right: 1px solid #4c453f;
    border-left: 1px solid #75695f;
    z-index: 100;
}

.header .navigation li.link-parent.first {
    border-left: none;
    background-position: left bottom;
}

.header .navigation li.link-parent.last {
    border-right: none;
    background-position: right bottom;
}

.header .navigation li.link-parent a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 36px;
    display: block;
}

.header .navigation li.link-parent:hover a {
    text-decoration: none;
    color: #79b7d8;
}

.header .navigation li.link-parent:hover a:hover {
    text-decoration: underline;
}

.header .navigation li.link-parent:hover {
    background-position: top;
}

.header .navigation li.link-parent.first:hover {
    background-position: left top;
}

.header .navigation li.link-parent.last:hover {
    background-position: right top;
}

.header .navigation li.link-parent div.popout {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/popoutMenu_bg.png) repeat;
    z-index: 100;
    padding: 18px 0 18px 18px;
}

.header .navigation li.link-parent div.popout h2 {
    line-height: 14px;
    margin-bottom: 4px;
}

.header .navigation li.link-parent div.popout.hardware {
    width: 475px;
}

.header .navigation li.link-parent div.popout.hardware ul {
    width: 140px;
    height: 165px;
}

.header .navigation li.link-parent div.popout.uad {
    width: 436px;
}

.header .navigation li.link-parent div.popout.uad ul {
    width: 200px;
}

.header .navigation li.link-parent div.popout.store, .header .navigation li.link-parent div.popout.store ul, .header .navigation li.link-parent div.popout.blog, .header .navigation li.link-parent div.popout.blog ul, .header .navigation li.link-parent div.popout.about, .header .navigation li.link-parent div.popout.about ul, .header .navigation li.link-parent div.popout.support, .header .navigation li.link-parent div.popout.support ul {
    width: 160px;
}

.header .navigation li.link-parent:hover div.popout {
    display: block;
}

.header .navigation li.link-parent div.popout ul {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/menu_dot_dark.png) right repeat-y;
    float: left;
    margin-left: 18px;
}

.header .navigation li.link-parent div.popout ul.last {
    background: none;
}

.header .navigation li.link-parent div.popout ul:first-child {
    margin-left: 0;
}

.header .navigation li.link-parent div.popout ul li {
    background: none;
    display: block;
    width: 100%;
    padding: 0;
    float: none;
    color: #f4f3ed;
}

.header .navigation li.link-parent .popout a {
    color: #79b7d8;
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
    line-height: 21px;
}

.header .navigation li.link-parent .popout a:hover {
    text-decoration: underline;
}

.header .navigation li.link-parent div.popout a.big {
    font-size: 14px;
    float: left;
    width: 200px;
    clear: both;
    margin-top: 20px;
    margin-left: 220px;
}

/*********************            SECTION 1            ****************************/

.section-1 {
    background: #f4f6f7;
    padding: 25px 0;
    min-width: 1020px;
}

.section-1-bottom {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/section1_bg.png) repeat-x;
    height: 10px;
    position: relative;
    z-index: 10;
    margin-bottom: -5px;
    min-width: 1020px;
}

.home-marquee img {
    width: 656px;
    height: 326px;
    float: left;
    margin: 0 25px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.section-1 .three-col-one {
    float: right;
}

.newsletter-subscribe {
    background: #000;
    margin-bottom: 20px;
    height: 36px;
    padding-left: 5px;
}

.cms-home .newsletter-subscribe {
    margin-bottom: 8px;
}

.newsletter-subscribe li {
    float: left;
}

.newsletter-subscribe label {
    width: 100px;
    color: #ded3c5;
    font-size: 10px;
    line-height: 11px;
    text-transform: uppercase;
    margin: 7px 0 0;
    float: left;
    text-align: right;
    padding-right: 5px;
}

.nl-jp label {
    width: 100px;
    color: #ded3c5;
    font-weight: bold;
    font-size: 9px;
    line-height: 10px;
    text-transform: uppercase;
    margin: 7px 0 0;
    float: left;
    text-align: right;
    padding-right: 5px;
}

.newsletter-subscribe input.input-text {
    float: left;
    width: 85px;
    margin: 7px 0 0;
}

.newsletter-subscribe input.input-text {
    width: 80px;
}

.cms-home .newsletter-subscribe input.input-text {
    width: 160px;
}

.newsletter-subscribe input.newsletter-submit {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/newsletterSubmit_btn.gif) no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    border: none;
    outline: none;
    cursor: pointer;
    float: left;
    margin: 7px 0 0 5px;

}

.whats-new {
    float: left;
    width: 100%;
}

.whats-new h2 {
    height: 42px;
    line-height: 30px;
    background: #000;
    font-size: 14px;
    color: #f4f3ed;
    font-weight: bold;
    padding-left: 10px;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/home/header_whats_new.jpg) no-repeat;
    text-indent: -9999px;
}

.whats-new ul {
    padding: 10px 10px 0;
    border: 1px solid #d9dbdc;
    background: #fff;
}

.whats-new li {
    margin-bottom: 12px;
    vertical-align: top;
}

.whats-new li h4, .whats-new li p {
    margin-left: 50px;
    line-height: 15px;
    margin-bottom: 0;
}

.whats-new li img {
    float: left;
    margin-top: 3px;
}

.whats-new-jp {
    float: left;
    width: 100%;
}

.whats-new-jp h2 {
    height: 42px;
    line-height: 30px;
    background: #000;
    font-size: 14px;
    color: #f4f3ed;
    font-weight: bold;
    padding-left: 10px;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/home/header_whats_new_jp.jpg) no-repeat;
    text-indent: -9999px;
}

.whats-new-jp ul {
    padding: 10px 10px 0;
    border: 1px solid #d9dbdc;
    background: #fff;
}

.whats-new-jp li {
    margin-bottom: 12px;
    vertical-align: top;
}

.whats-new-jp li h4, .whats-new-jp li p {
    margin-left: 50px;
    font-size: 93%;
    line-height: 15px;
    margin-bottom: 0;
}

.whats-new-jp li img {
    float: left;
    margin-top: 3px;
}

.bigcrumbs {
    width: 100%;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/store/breadcrumbs_bg.jpg) no-repeat;
    background-size:742px 67px;
    height: 72px;
    padding: 15px;
    font-weight: bold;
}

.breadcrumbs {
    width: 100%;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/store/breadcrumbs_bg.jpg) no-repeat;
    height: 36px;
    margin-bottom: 20px;
}

.breadcrumbs ul {
    float: left;
    margin-left: 15px;
}

.breadcrumbs ul li {
    float: left;
    line-height: 36px;
    margin-right: 5px;
    /*font-weight: bold;*/
}

.breadcrumbs ul.store-search {
    float: right;
    margin: 0;
}

.breadcrumbs ul.store-search input.store-search-submit {
    width: 22px;
    height: 22px;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/store/storeSearch_submit.gif) no-repeat;
    border: none;
    outline: none;
    text-indent: -9999px;
    margin-top: 7px;
    cursor: pointer;
}

.section-1 .four-col-three+.four-col-one .block, .four-col-left .block , .four-col-one.review-summary .block  {
    background: #fff;
    border: 1px solid #d9d8d3;
    margin-bottom: 20px;
    position: relative;
}

.section-1 .four-col-three+.four-col-one .block .block-title, #reviews .block-title, .four-col-left .block .block-title, .four-col-one.review-summary .block .block-title {
    background: #e6e0d7;
    font-size: 14px;
    font-weight: bold;
    color: #4c4844;
    padding: 5px 10px;
    overflow: hidden;
}

.section-1 .four-col-three+.four-col-one .block .block-content, .four-col-left .block .block-content {
    padding: 10px;
}

.section-1 .four-col-three+.four-col-one .block.related-posts .block-content {
    padding-bottom: 5px;
}

.section-1 .four-col-three+.four-col-one .block .block-hw {
    padding: 10px;
}

.section-1 .four-col-three+.four-col-one .block.related-posts .block-hw {
    padding-bottom: 5px;
}

.related-posts .block-content {
    position: relative;
    overflow: hidden;
    padding-top: 0px;
}

.related-posts .block-content p {
    margin-top: 3px;
    line-height: 13px;
}

.related-posts .block-content ul.pages {
    left: 0px;
    position: absolute;
}

.related-posts .block-content ul.pages li.page {
    margin: 0 10px;
    width: 204px;
    float: left;
}

.related-posts.product .block-content, .related-posts.product .block-content ul.pages, .related-posts.product .block-content ul.pages li.page {
    height: 232px;
}

.related-posts.category .block-content, .related-posts.category .block-content ul.pages, .related-posts.category .block-content ul.pages li.page {
    height: 283px;
}

.category-uad-plug-ins .related-posts.category .block-content {
    height: 302px;
}
.category-hardware .related-posts.category .block-content {
    height: 345px;
}

.section-1 .four-col-three+.four-col-one .block li a {
    font-size: 14px;
    line-height: 22px;
}

.section-1 .four-col-three+.four-col-one .block-alt, .featured-artist, .featured-promo {
    background: #fff;
    border: 1px solid #d9dbdc;
    width: 226px;
    margin-bottom: 20px;
}

.section-1 .four-col-three+.four-col-one .block-alt h2, .featured-artist h2, .featured-promo h2 {
    background: #f4f6f7;
    color: #4c4844;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 10px;
    overflow: hidden;
}

.section-1 .four-col-three + .four-col-one .block.related-posts h2,
.section-1 .four-col-three + .four-col-one .block.must-reads h2 , #reviews .block-title h2 {
    color: #4C4844;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 0;
}

.section-1 .four-col-three+.four-col-one .block-alt img, .featured-artist img, .featured-promo img {
    display: block;
}

.section-1 .four-col-three+.four-col-one .block-alt p, .featured-artist p, .featured-promo p {
    margin: 10px 12px;
}

.section-1 .four-col-three + .four-col-one .block.promo {
    height: 160px;
    margin-bottom: 0;
}

.block.contact p {
    margin-bottom: 15px;
}

/*********************            UAD + PLUGINS            ****************************/

.section-1 .four-col-three+.four-col-one .block.plugins li a, .section-1 .four-col-three+.four-col-one .block.related-posts li a {
    font-size: 12px;
}

.section-1 .four-col-three+.four-col-one .block.plugins ul {
    padding: 0;
}

.section-1 .four-col-three+.four-col-one .block.plugins li {
    line-height: 30px;
    padding: 0 10px 0;
    overflow: hidden;
}

.plugins li.odd {
    background: #f4f3ed;
}

.plugins li.even {
    background: #fff;
}

/*.section-1 .four-col-three+.four-col-one .block.plugins{
    background:url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/btn_btm.gif) bottom repeat-x #fff;
    padding-bottom:30px;
}*/

.related-posts li {
    margin-bottom: 15px;
}

.catalog-product-view .section-1 .four-col-three+.four-col-one .block.related-posts {
    margin-bottom: 0;

}

.related-posts .pager, .must-reads .pager, .press-reviews .pager {
    float: right;
    margin: 4px 0 0;
    padding: 0;
}

.related-posts .pager .pages, .must-reads .pager .pages, .press-reviews .pager .pages {
    color: #196F9D;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 10px;
    margin: 0 5px;
}

#reviews .pages {
    font-size: 12px;
}

.related-posts .pager .left-arrow, .must-reads .pager .left-arrow, .press-reviews .pager .left-arrow {
    background: url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/arrows.png") no-repeat scroll left center transparent;
    float: left;
    height: 10px;
    overflow: hidden;
    width: 5px;
    cursor: pointer;
}

.related-posts .pager .right-arrow, .must-reads .pager .right-arrow, .press-reviews .pager .right-arrow {
    background: url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/arrows.png") no-repeat scroll right center transparent;
    float: left;
    height: 10px;
    overflow: hidden;
    width: 5px;
    cursor: pointer;
}

.hw-hero {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_column_three_bg.jpg) repeat-y;
}

.hw-hero .hero-head {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/hardware/index_hero.jpg) no-repeat;
    height: 260px;
    overflow: hidden;
}

.hw-hero .hero-bottom {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_column_three_btm.jpg) bottom no-repeat;
    height: 5px;
    clear: both;
}

.uad-hero {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_column_three_bg.jpg) repeat-y;
}

.uad-hero .hero-head {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/uad/plugins_header.jpg) no-repeat;
    height: 180px;
    overflow: hidden;
}

.uad-hero .hero-bottom {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_column_three_btm.jpg) bottom no-repeat;
    height: 5px;
    clear: both;
}

.uad-subnav {
    width: 173px;
    margin-left: 30px;
    float: left;
}

.uad-subnav li {
    text-align: center;
}

.uad-subnav li a {
    width: 155px;
    display: block;
    text-indent: -9999px;
}


.uad-subnav li a.pcie {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/uad/uad2_pcie.jpg) top no-repeat;
    height: 155px;
}

.uad-subnav li a.firewire {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/uad/uad2_satellite.jpg) top no-repeat;
    height: 175px;
}

.uad-subnav li a.thunderbolt {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/uad/uad2_apollo.jpg) top no-repeat;
    height: 190px;
}

.uad-subnav li a.pcie-jp {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/uad/uad2_pcie_jp.png) top no-repeat;
    height: 155px;
}

.uad-subnav li a.firewire-jp {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/uad/uad2_satellite_jp.png) top no-repeat;
    height: 175px;
}

.uad-subnav li a.thunderbolt-jp {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/uad/uad2_apollo_jp.png) top no-repeat;
    height: 190px;
}

.uad-subnav li a.solo {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/uad/solo_bg.jpg) top no-repeat;
    height: 155px;
}

.uad-subnav li a.duo {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/uad/duo_bg.jpg) top no-repeat;
    height: 175px;
}

.uad-subnav li a.quad {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/uad/quad_bg.jpg) top no-repeat;
    height: 190px;
}

.hw-subnav {
    width: 173px;
    margin-left: 30px;
    float: left;
}

.hw-subnav li {
    text-align: center;
    margin-bottom: 10px;
}

.hw-subnav li a {
    width: 160px;
    display: block;
    text-indent: -9999px;
}

.hw-subnav li a.channel-strips {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/hardware/channel-strips.jpg) top no-repeat;
    height: 128px;
}

.hw-subnav li a.compressors {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/hardware/compressors.jpg) top no-repeat;
    height: 128px;
}

.hw-subnav li a.mic-preamps {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/hardware/mic-preamps.jpg) top no-repeat;
    height: 128px;
}


.hw-subnav li a.channel-strips-jp {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/hardware/channel_strips_jp.png) top no-repeat;
    height: 128px;
}

.hw-subnav li a.compressors-jp {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/hardware/compressors_jp.png) top no-repeat;
    height: 128px;
}

.hw-subnav li a.mic-preamps-jp {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/hardware/mic_preamps_jp.png) top no-repeat;
    height: 128px;
}

.hw-video {
    width: 479px;
    height: 308px;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/uad/uad_video_placeholder.jpg) no-repeat;
    margin-bottom: 15px;
}

.description {
    width: 479px;
    float: right;
    margin-right: 28px;
    margin-top: -170px;
    margin-bottom: 35px;
}

.uad-video {
    width: 479px;
    height: 308px;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/uad/uad_video_placeholder.jpg) no-repeat;
    margin-bottom: 15px;
}

.description p {
    color: #4c4844;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 19px;
}

.description h2 a {
    font-size: 20px;
    color: #196f9d;
    font-weight: normal;
}

.description_hw {
    width: 479px;
    float: right;
    margin-right: 28px;
    margin-top: -250px;
    margin-bottom: 35px;
}

.description_hw p {
    color: #4c4844;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 19px;
}

.description_hw h2 a {
    font-size: 20px;
    color: #196f9d;
    font-weight: normal;
}

/*********************            SECTION 2            ****************************/

.section-2 {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/section2_bg.jpg) repeat;
    padding-bottom: 25px;
    padding-top: 25px;
    min-width: 1020px;
}

.cms-home .section-2 {
    padding-top: 0;
}

.cms-home .section-2 .callout {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/three_col_one_bg.png) no-repeat;
    padding: 0 3px;
    position: relative;
    width: 312px;
    height: 231px;
}

.cms-home .section-2 .callout.first {
    margin-left: -3px;
    margin-right: 26px;
}

.cms-home .section-2 .callout.last {
    margin-right: -3px;
    float: right;
}

.cms-home .section-2 .callout h3 {
    margin: 5px 15px 0;
    font-weight: normal;
}

.cms-home .section-2 .home-thirdrow {
    width: 1006px;
    margin-left: -3px;
    position: relative;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/home/home_thirdrow_bg.png) no-repeat;
    margin-top: 20px;
    padding-top: 18px;
    height: 181px;
}

.cms-home .section-2 .home-thirdrow h2 {
    color: #196f9d;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 10px;
}

.cms-home .section-2 .home-thirdrow h2 a:hover {
    text-decoration: none;
}

.cms-home .section-2 .home-thirdrow h3, .cms-home .section-2 .home-thirdrow p {
    margin-bottom: 5px;
}

.cms-home .section-2 .home-thirdrow .bills-wisdom {
    margin-left: 200px;
    float: left;
    width: 260px;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/menu_dot.png) right repeat-y;
    padding-right: 35px;
    height: 161px;
}

.cms-home .section-2 .home-thirdrow .support-report {
    float: left;
    width: 215px;
    margin-left: 25px;
    padding-right: 20px;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/menu_dot.png) right repeat-y;
    height: 161px;
}

.cms-home .section-2 .home-thirdrow .latest-downloads {
    float: left;
    width: 205px;
    margin-left: 25px;
    padding-right: 10px;
}

.cms-home .section-2 .home-thirdrow .latest-downloads h3 {
    margin-bottom: 0;
}

.cms-home .section-2 .home-thirdrow .latest-downloads li {
    margin-bottom: 3px;
}

.subcategory-block {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #cac1b4;
}

.subcategory-block .block-header {
    background: #000;
    height: 70px;
    overflow: hidden;
}

.subcategory-block .block-header h2 {
    float: left;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 21px;
    color: #f4f3ed;
    font-weight: bold;
}

.subcategory-block .block-header p {
    color: #f4f3ed;
    margin-left: 10px;
    clear: both;
}

.block-header-jp {
    float: right;
    padding-right: 10px;
    width: 480px;
    font:11px/17px Arial,Helvetica,sans-serif;
    margin-top: -22px;
}

.subcategory-block .block-content {
    background: #f4f3ed;
    padding: 10px 0 10px 10px;
    overflow: hidden;
}

.subcategory-block .block-hw {
    background: #f4f3ed;
    padding: 10px 0 10px 10px;
    overflow: hidden;
}

.subcategory-block .block-content li {
    width: 169px;
    float: left;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #d9d8d3;
    height: 208px;
    position: relative;
    text-align: center;
    line-height: 11px;
}

.subcategory-block .block-hw li {
    width: 232px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #d9d8d3;
    height: 208px;
    position: relative;
    text-align: center;
    line-height: 11px;
}

.subcategory-block .block-hw li img {
    vertical-align: middle;
    margin: 0 auto;
}

.subcategory-block .block-content li h3 {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 171px;
}

.subcategory-block .block-content li h3 a {


}

.subcategory-block .block-content li h3 a:hover {
    text-decoration: none;
}

.subcategory-block .block-hw li h3 a:hover {
    text-decoration: none;
}

.subcategory-block .block-content li h3 a strong {
    color: #4c4844;
    font-size: 12px;
}



.name_wrap {
    height: 24px;
    color: #4c4844;
    font-size: 12px;
    font-weight: bold;
    width: 159px;
    margin-left: 4px;
}

.mo {
    margin-top: 4px;
    font-weight: normal;
}
/*********************            STORE            ****************************/

.product-subnav {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/store/store_subnav_btm.jpg) bottom no-repeat;
    padding-bottom: 5px;
    width: 226px;
    margin: 0;
}


.product-subnav ul {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/store/store_subnav_bg.jpg) repeat-y;
    padding-bottom: 10px;
}

.product-subnav h2 {
    border-top: 5px solid #196f9d;
    color: #4d433a;
    font-size: 21px;
    padding: 10px 0 5px 13px;
    font-weight: normal;
}

.product-subnav li {
    margin-bottom: 1px;
}

.product-subnav li.last {
    margin-bottom: 28px;
}

.product-subnav li a {
    padding-left: 15px;
}

.section-2 .block {
    background: #fff;
    border: 1px solid #d9dbdc;
    width: 226px;
    margin-bottom: 20px;
}

.section-2 .block h2 {
    background: #f4f6f7;
    color: #4c4844;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 10px;
    overflow: hidden;
}

.section-2 .block img {
    display: block;
}

.section-2 .block p {
    margin: 10px 12px;
}

.section-2 .block.help h3 {
    font-size: 16px;
    font-weight: normal;
    color: #0082c8;
    margin: 10px 12px 0;
}

.section-2 .block.help p {
    font-size: 11px;
    line-height: 14px;
    color: #4c4844;
    margin-top: 5px;
}

.section-2 .block.highest-rated li {
    line-height: 30px;
    padding: 0 10px 0;
    overflow: hidden;
}

.section-2 .block.highest-rated li a {
    float: left;
}

.section-2 .block.highest-rated li.odd {
    background: #f4f3ed;
}

.section-2 .block.highest-rated .rating {
    margin-top: 5px;
    float: right;
}

.category-block {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d9dbdc;
}

.category-block .block-header {
    background: #000;
    height: 30px;
}

.category-block .block-header:after {
    display: block;
    content: " ";
    clear: both;
}

.category-block .block-header h2 {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: #f4f3ed;
    font-weight: bold;
    line-height: 30px;
}

.category-block .block-header h2.num {
    float: right;
    font-size: 13px;
    font-weight: normal;
}

.category-block .block-content {
    overflow: hidden;
    height: 260px;
    border-bottom: 1px solid #d7d7d7;
}

.store_product li:{
    width: 183px;
    float: left;
    background: #fff;
    border-left: 1px solid #d9d8d3;
    border-bottom: 1px solid #d9d8d3;
    height: 250px;
    position: relative;
    padding-top:  10px;
}

.category-block .block-content li {
    width: 183px;
    float: left;
    background: #fff;
    border-left: 1px solid #d9d8d3;
    border-bottom: 1px solid #d9d8d3;
    height: 250px;
    position: relative;
    padding-top:  10px;
}

.category-block .block-content li:nth-child(odd)  {
    background: #fff;
}

.category-block .block-content li:nth-child(even)  {
    background: #fbfaf8;
}

.category-block .block-content li .product-image {
    margin: 10px auto 15px;
    width: 150px;
}

.category-block .block-content li .product-image .new-product {
    position: absolute;
    right: 5px;
    top: 10px;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/store/new_badge.png) no-repeat;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
}

.category-block .block-content li h3 a {
    font-weight: bold;
}

.category-block .block-content li h3 {
    line-height: 12px;
    margin: 0 10px;
    height: 30px;
}

.category-block .block-content li .prices {

    position: absolute;
    bottom: 3px;
    left: 10px;
    float: left;
    width: 160px;
    height: 20px;
    font-weight: bold;
    color: #4c4844;
    font-size: 14px;
}

.category-block .block-content li .prices .new-price {
    color: #e50000;
    float: left;
}

.category-block .block-content li .prices .old-price {
    text-decoration: line-through;

}

.developer {
    width: 160px;
    margin: 2px 10px;
    font-size: 11px;
}

.rating-wrap {
    width: 160px;
    height: 12px;
    margin-bottom: 5px;
}

.starry {
    float: left;
    width: 60px;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/store/star_none.png) repeat-x;
    margin-top: 2px;
    margin-left: 49px;
}

.raters {
    float: left;
    font-size: 10px;
    color: #196F9D;
    margin-left: 5px;
}

/*********************            STORE QUICK VIEWS            ****************************/

.qv-btn {
    font-family: "NewsGotBTLig", Helvetica Neue, Helvetica, Arial, sans-serif;
    background-color: #0081C6;
    border-radius: 4px;
    border: 0px;
    padding: 8px 14px;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #FFF;
    text-align: center;
    font-weight: normal;
    text-decoration:none;
}

.qv-btn:hover {
    background-color: #0f6193;
    cursor: pointer;
    text-decoration:none;
}

/* tooltip style quick view */
.quick-view-content {
    display:none;
    font-family: "Helvetica Neue", Helvetica Neue, Helvetica, sans-serif;
    background: #ffffff;
    color: #757575;
    z-index:100;
}

.is-visible {
    display:block;
}

/* arrow color */
.quick-view-content-wrapper::before, .quick-view-content-wrapper::after {
    border-color: #464646;
}

/* tooltip */
.quick-view-content-wrapper {
    position: absolute;
    z-index:100;
    background-color:#ffffff;
    border: 2px solid #464646;
    width: 650px;
    height: 335px;
    z-index:100;
}

.quick-view-content-wrapper.qv-left {
    top:0px;
    left:-480px;
}

.quick-view-content-wrapper.qv-above {
    top:-540px;
}

.quick-view-content-wrapper.qv-level {
    top:-200px;
    left:190px;
}

.quick-view-content-wrapper.qv-level.qv-left {
    left:-664px;
}

/* right arrow */
.quick-view-content-wrapper.qv-left::after {
    content: '';
    position: absolute;
    top: -25px;
    right: 30px;
    height: 0;
    width: 0;
    border-width: 12px;
    border-style: solid;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
}

/* left arrow */
.quick-view-content-wrapper::before {
    content: '';
    position: absolute;
    top: -25px;
    left: 85px;
    height: 0;
    width: 0;
    border-width: 12px;
    border-style: solid;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
}

/* right arrow on level quick view */
.quick-view-content-wrapper.qv-level.qv-left::after {
    content: '';
    position: absolute;
    top: 30px;
    right: -25px;
    height: 0;
    width: 0;
    border-width: 12px;
    border-style: solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: #464646;
}

/* left arrow on level quick view */
.quick-view-content-wrapper.qv-level::before {
    content: '';
    position: absolute;
    top: 30px;
    left: -25px;
    height: 0;
    width: 0;
    border-width: 12px;
    border-style: solid;
    border-right-color: #464646;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

/* left arrow on above quick view */
.quick-view-content-wrapper.qv-above::before {
    content: '';
    position: absolute;
    top: 338px;
    left: 85px;
    height: 0;
    width: 0;
    border-width: 12px;
    border-style: solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: #464646;
}

/* right arrow on above quick view */
.quick-view-content-wrapper.qv-above.qv-left::after {
    content: '';
    position: absolute;
    top: 338px;
    right: 30px;
    height: 0;
    width: 0;
    border-width: 12px;
    border-style: solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: #464646;
}

.quick-view-content-wrapper.qv-left::before {
    display:none;
}

.gui-wrapper {
    display:inline-block;
    float:right;
    right:0px;
    width:32%;
    margin:20px;
    height:190px;
    text-align:center;
    z-index:100;
    padding:20px;
    background-position:center center;
    background-size:contain;
    background-repeat:no-repeat;
    overflow:hidden;
}

.item-info {
    display:inline-block;
    width:45%;
    float:left;
    z-index:100;
    padding:20px;
    padding-left:35px;
}

.item-info p {
    color:#464646;
    font-size:18px;
}

.item-info li {
    font-size:14px;
    border-left:0px !important;
    border-bottom:0px !important;
    height:auto !important;
    background:#fff !important;
    list-style-type: disc !important;
    margin-top:10px;
}

.item-specs {
    width:400px;
    height:45px;
    position:absolute;
    bottom:0px;
    padding:10px;
    background-color:#e7dbcd;
}

.item-action {
    width:270px;
    height:45px;
    position:absolute;
    right:0px;
    bottom:0px;
    padding:10px;
    background-color:#e7dbcd;
}

.item-specs li {
    display:inline-block;
    margin-left:20px;
}
.item-action li {
    display:inline-block;
    margin-left:20px;
    margin-bottom:-3px;
}

.item-specs li .item-rating-count {
    display:inline-block;
    margin-left:-10px;
    margin-top:00px;
}

.item-specs li .item-price {
    float:left;
    margin-top:13px;
    display:inline-block;
    color:#464646;
    font-size:18px;
}

.item-specs li .special-price {
    float:left;
    margin-top:13px;
    display:inline-block;
    color:#E50000;
    font-size:18px;
}

.item-action li .learn-more {
    float:right;
    margin-top:15px;
}

.item-action li:last-child {
    float:right;
    margin-right:20px;
    margin-top:13px;
}

.overlay-layer {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.8);
    overflow:hidden;
}

/*********************            PRODUCT DETAIL            ****************************/

.ui-tabs .ui-tabs-hide {
    display: none;
}

.product-media {
    background: #fff;
    border: 1px solid #d9dbdc;
    padding: 10px;
    overflow: hidden;
    height: 338px;
}

.product-media .product-image {
    height: 280px;
    margin-top: 5px;
    text-align: center;
}

.media-types {
    margin-top: 12px;
    float: left;
}

.media-types li, .product-media .media-links li {
    float: left;
    margin-right: 5px;
}

.media-types li a, .product-media .media-links li a {
    color: #196F9D;
}

.product-media .media-links {
    float: left;
}

.product-media .product-name {
    font-size: 18px;
    font-weight: normal;
    float: left;
}

.product-media .find-dealer {
    float: right;
}



.fixed{
    position: fixed!important;
    top:25px;
}
#sidebar{
    background-image:url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/catalog/misc/reviews_sidebar_bg.png');
    width: 248px;
    height: 342px;
    float: left;
    margin-left: -20px;
}
#sb_title {
    width: 204px;
    height: 35px;
    background: #e6e0d7;
    padding-top:8px;
    margin: 12px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

#sb_image {
    padding-top: 5px;
    margin: auto;
    height: 170px;
}

#sb_bottom {
    border-top: 1px solid #d9d8d3;

    float:bottom;
    width: 224px;
    height: 59px;
    background: #f4f6f7;
    padding-bottom:8px;
    margin: 12px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}


.customer-reviews h3 {
    overflow: hidden;
}

.customer-reviews h3 span {
    float: left;
}

.customer-reviews h3 a {
    font-size: 11px;
    float: right;
}

.customer-reviews {
    font-size: 11px;
    margin-bottom: -2222px;

}
.block .customer-reviews {
    margin-bottom: -2222px;

}
.customer-reviews .smdate {
    font-size: 9px;

}



.customer-reviews .review-sb {
    padding-left:11px;
    padding-right:11px;
    margin-top: -27px;
     line-height:14px;
}


div#rpc {
display: block;
float: left;
margin-left: 1px;
margin-right: 4px;
margin-top: 3px;
background:  url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/buttons/rpc-grad.png') bottom right repeat-x;
height: 10px;
}
div#rpc span {
background:  url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/buttons/rpc-grad.png') top left repeat-x;
display: block;
float: left;
height: 10px;
}

.cart-summary h2 {
    overflow: hidden;
}

.cart-summary h2 span {
    float: left;
}

.cart-summary h2 a {
    font-size: 12px;
    float: right;
}

.cart-summary {
    overflow: hidden;
}

.cart-summary ul {
    float: left;
}

.cart-summary .checkout {
    float: right;
    margin: 5px 0 0 0;
}

.collateral-tabs {
    position: relative;
    margin-bottom: 25px;
}

.collateral-tabs .tab a {
    cursor: pointer;
    color: #222;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.collateral-tabs .tab {
    position: relative;
    z-index: 2;
    float: left;
    cursor: pointer;
    color: #222;
    float: left;
    padding: 10px 18px;
    background: #000;
    border: 1px solid #c4c4c4;
    border-right: none;
    border-bottom: none;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.collateral-tabs .tab:hover, .collateral-tabs .tab a:hover {
    color: #8a8a8a;
}

.collateral-tabs .last {

}

.collateral-tabs .active {
    background: #fff;
    color: #8a8a8a;
    cursor: default;
}

.collateral-tabs .active span {

}

.collateral-tabs .tab-container {
    z-index: 1;
    top: 38px;
    width: 100%;
    background: #fff;
    border: 1px solid #c4c4c4;
    position: absolute;
    left: 0;
}

.collateral-tabs .tab-content {
    font-size: 14px;
    line-height: 21px;
    margin: 20px 18px;
    overflow: hidden;
}

.collateral-tabs .tab-content object,
.collateral-tabs .tab-content embed {
    width: 100% !important;
     height: auto !important;
}

.product-information a.right {
    margin-top: 10px;
    margin-right: 15px;
    position: relative;
    z-index: 10;
}

.collateral-tabs .tab-content h2 {
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: bold;
}

.collateral-tabs .tab-content p {
    margin-bottom: 15px;
}

.collateral-tabs .tab-content ul {
    margin-bottom: 30px;
    overflow: hidden;
}

.collateral-tabs .tab-content ul ul {
    margin-bottom: 0;
}

.collateral-tabs .tab-content li {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/bullet_list.gif) 0 3px no-repeat;
    padding-left: 15px;
    margin-left: 15px;
}

.collateral-tabs .tab-content .find-dealer {
    float: right;
}

.share .social-links {
    clear: both;
    margin-bottom: 10px;
    margin-left: 10px;
    overflow: hidden;
}

.share .email, .share .print {
    font-size: 11px;
    padding-left: 20px;
    float: left;
    margin: 15px 0 15px 10px;
}

.share .email {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/store/email_icon.gif) top left no-repeat;
}

.share .print {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/store/print_icon.gif) top left no-repeat;
}

.pricing {
    float: right;

/*clear:both;*/
    font-weight: bold;
    color: #4c4844;
    font-size: 12px;
    margin-top: 4px;
}

.price-box {
    float: left;
    margin-right: 5px;
    margin-top: 8px;
}

.price-box.special {
    margin-top: 0px;
    line-height: 16px;
}

.add-to-box {
    float: right;
}

.pricing p {
    line-height: 15px;
    text-align: right;
    margin-right: 15px;
}

.collateral-tabs .tab-content .pricing p {
    margin-bottom: 0;
}

.pricing .price-label {
    display: none;
}

.pricing .special-price {
    color: #e50000;
    font-size: 14px;
}

.pricing .regular-price {
    font-size: 14px;
}

.pricing .old-price {
    text-decoration: line-through;
    margin-right: 5px;
}

.pricing .add-cart {
    float: right;
}

.collateral-tabs .tab-content .pricing {
    margin-top: 30px;
    clear: both;
    margin-bottom: 15px;
}

/*********************            REVIEW TAB             ****************************/

.review {
    width: 706px;
    float: left;
    margin-bottom: 4px;
    border: 1px solid #d9dbdc;
    background-color: #f4f6f7;
}

.review_source {
    width: 150px;
    float: left;
    font-size: 12px;
    padding-left: 8px;
    line-height: normal;
    padding-top: 4px;
}

.review_quote {
    width: 410px;
    float: left;
    font-size: 12px;
    font-style: italic;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #ffffff;
    border-left: 1px solid #d9dbdc;
    border-right: 1px solid #d9dbdc;
    height: 100%;
    padding-top: 4px;
    line-height: normal;
}

.review_col {
    width: 100px;
    float: left;
    font-size: 12px;
    padding-left: 4px;
}

.review_credits {
    font-size: 10px;
}

.doc {
    width: 706px;
    height: 40px;
    border: 1px solid #d9dbdc;
    background-color: #f4f6f7;
    margin-bottom: 4px;
    padding-top: 4px;
    padding-left: 8px;
}

.doc_icon {
    width: 50px;
    float: left;
    height: 40px;
}

.doc_info {
    width: 650px;
    float: right;
}

.artists {
    width: 706px;
    float: left;
    margin-bottom: 4px;
    border: 1px solid #d9dbdc;
    background-color: #f4f6f7;
}

.artist_col {
    width: 234px;
    float: left;
}

.artist {
    width: 226px;
    border-right: 1px solid #d9dbdc;
    border-top: 1px solid #d9dbdc;
    border-left: 1px solid #d9dbdc;
    margin-right: 4px;
}

.artist_text {
    width: 220px;
    font-size: 10px;
    line-height: 10px;
    border-right: 1px solid #d9dbdc;
    border-bottom: 1px solid #d9dbdc;
    border-left: 1px solid #d9dbdc;
    padding-right: 3px;
    padding-left: 3px;
}

.artist_text h1 {
    width: 226px;
    background-color: #f4f6f7;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
}

.more {
    width: 688px;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/store/breadcrumbs_bg.jpg) no-repeat;
    height: 28px;
    margin-bottom: 20px;
    float: left;
    padding: 4px;
}

.starz {
    width: 76px;
    height: 16px;
    border: 1px solid #d9dbdc;
    float: right;
    padding: 2px;
    background-color: #ffffff;
}

.star_avg {
    width: 270px;
    float: right;
    font-size: 12px;
}

.star {
    width: 16px;
    height: 16px;
    float: left;
    margin: 2px;
}

.sect {
    width: 688px;
    background-color: #e6e0d7;
    font-size: 16px;
    color: #000000;
    float: left;
    margin-bottom: 6px;
    padding: 4px;
}


/*********************            SOCIAL LINKS            ****************************/

.social-links {

}

.social-links li {
    float: left;
}

.social-links li a {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/blog/social_networks.jpg) no-repeat;
    width: 22px;
    height: 20px;
    display: block;
    text-indent: -9999px;
}

.social-links li a.twitter {
    background-position: -23px 0;
}

.social-links li a.stumbleupon {
    background-position: -47px 0;
}

.social-links li a.delicious {
    background-position: -70px 0;
}

.social-links li a.buzz {
    background-position: -92px 0;
}

.social-links li a.sharethis {
    background-position: -116px 0;
}

.social-links li a.rss {
    background-position: -142px 0;
}

/*********************            BEGIN SUPPORT PAGES            ****************************/

.section-1 .three-col-one.narrow .block {
    background: #fff;
    border: 1px solid #d9d8d3;
    margin-bottom: 20px;
    position: relative;
}

.section-1 .three-col-one.narrow .block .block-title {
    background: #e6e0d7;
    font-size: 14px;
    font-weight: bold;
    color: #4c4844;
    padding: 5px 10px;
    overflow: hidden;
}

.section-1 .three-col-one.narrow .block .block-content {
    padding: 10px;
}

.section-1 .three-col-one.narrow .block .block-content select {
    width: 140px;
}

.support-block h2, .my-uaudio h2, .support-template .page-title h1 {
/*    margin-bottom: 16px;*/
    height: 30px;
    line-height: 30px;
    background: #000;
    font-size: 14px;
    color: #f4f3ed;
    font-weight: bold;
    padding-left: 10px;
}



.support-block h4, .my-uaudio h4 {
    height: 30px;
    line-height: 30px;
    background: #000;
    font-size: 14px;
    color: #f4f3ed;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 20px;
}


.support-template {
    background: #fff;
}

.support-template .std {
    padding: 0 18px 15px 18px;
}

.support-block .block-content {
    padding: 12px 0 0 18px;
    background: #fff;
}

.support-block h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 4px;
}

.support-block .block-content .support-menu li {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/support/supportLink_bg.jpg) no-repeat;
    width: 247px;
    height: 156px;
    float: left;
    margin: 0 20px 20px 0;
}

.support-block .block-content .support-menu li a {
    display: block;
    text-align: center;
    /*padding-top: 135px;*/
}



.support-block .block-content .support-menu.home li {
}

.support-block .block-content .support-menu.home li a {
    margin-top: 5px;
}

.support-block .block-content .support-menu li a span {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/triangle_R.png) right no-repeat;
    padding-right: 10px;
}
.support-block p {
    margin: 12px 0;
}

/**** Support Category/Product Image Styles *****/

.external-support {
    margin: 20px 0 0;
}

.external-support li {
    float: left;
}

.support-ticket {
    width: 173px;
    height: 30px;
    margin: 10px auto;
    display: block;
    text-indent: -9999px;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/support/submit_supportTicket_btn.jpg) no-repeat;
}

.external-support li a {
    display: block;
    height: 21px;
    text-align: center;
    padding-top: 135px;
}

.external-support li .manuals {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/support/manuals.jpg) no-repeat;
    width: 265px;
    margin-right: 20px;
}

.external-support li .community {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/support/community.jpg) no-repeat;
    width: 269px;
}

.support-block .block-content > img {
    float: left;
    margin-top: 10px;
}

.support-block .block-content .support-links {
    float: left;
    width: 340px;
}

.support-block .block-content .support-links p {
    margin-bottom: 20px;
}

.support-block .block-content .support-links a {
    display: block;
}

.support-block .block-content .more-links {
    border-top: 1px solid #d9dbdc;
    clear: both;
    margin: 0 18px 10px 0;
    padding-top: 10px;
    text-align: center;
}

.support-block .block-content .more-links li {
    display: inline;
    margin: 0 4px;
}

.support-page {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/support/getStarted_top.jpg) top no-repeat;
    width: 554px;
    padding-top: 8px;
    margin-top: 0px;
}

.get-started-troubleshooting .content, .support-page .content {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/support/getStarted_bg.jpg) repeat-y;
    padding: 10px 20px;
    overflow: hidden;
}

.get-started-troubleshooting .bottom, .support-page .bottom {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/support/getStarted_bottom.jpg) bottom no-repeat;
    width: 554px;
    height: 8px;
}

.section-1 .four-col-three .two-col {
    width: 353px;
    float: left;
    background: #fff;
    border: 1px solid #d9d8d3;
    margin-bottom: 0;
}

.section-1 .four-col-three .two-col.support-issues {
    float: right;
}

.section-1 .four-col-three + .four-col-one .contact-us {
    padding-bottom: 34px;
    margin-bottom: 0;
}

.section-1 .four-col-three .two-col h2 {
    background: #e6e0d7;
    font-size: 14px;
    font-weight: bold;
    color: #4c4844;
    padding: 5px 10px;
}

.section-2 .four-col-three .two-col, .block-alt {
    background: #fff;
    border: 1px solid #d9d8d3;
    margin-bottom: 20px;
    float: left;
    width: 353px;
}

.section-2 .four-col-one .block-alt {
    width: 226px;
}

.section-2 .four-col-three .two-col.forums {
    float: right;
}

.section-2 .four-col-three .two-col h2, .block-alt h2 {
    background: #000;
    color: #f4f3ed;
    padding: 5px 10px;
    font-size: 14px;
}

.section-2 .four-col-three .three-col {
    float: left;
    margin-right: 29px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D9DBDC;
    margin-bottom: 20px;
    width: 226px;
}

.section-2 .four-col-three .three-col h2 {
    background: #f4f6f7;
    color: #4c4844;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 10px;
    overflow: hidden;
}

.section-2 .four-col-three .three-col.warranty {
    float: right;
    margin-right: 0;
}

.three-col p, .two-col p, .three-col ul, .two-col ul {
    margin: 10px 10px;
}

.three-col p, .two-col p, .block-alt p {
    margin-bottom: 15px;
}

.two-col.support-news p {
    margin-bottom: 19px;
}

.two-col .btm {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/btn_btm.gif) repeat-x;
    height: 30px;
}

.three-col .btm {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/btnAlt_btm.gif) repeat-x;
    height: 30px;
}

.support-news .btm {

}

.support .btm a {
    float: right;
    line-height: 30px;
    margin-right: 10px;
    font-weight: bold;
}

.support .two-col .btm a {
    color: #fff;
}

.support-issues ul {
    margin: 0;
}

.support-issues li {
    line-height: 30px;
    padding: 0 10px 0;
    vertical-align: bottom;
    overflow: hidden;
}

.support-issues li.odd {
    background: #f4f3ed;
}

.support-issues li a {
    float: left;
}

.support-issues li span.date {
    float: right;
}

.knowledge-base ul {
    overflow: hidden;
    margin: 20px 15px 23px;
}

.knowledge-base li {
    float: left;
}

.knowledge-base input.input-text {
    width: 200px;
}

.knowledge-base input.search-submit {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/support/knowledgeBaseSearch_submit.gif) no-repeat;
    width: 22px;
    height: 22px;
    outline: none;
    border: none;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    display: block;
    margin-left: 10px;
    cursor: pointer;
}

.forums li {
    line-height: 22px;
}

.forums li a {
    font-size: 14px;
}

.manuals li {
    line-height: 19px;
}

.warranty p {
    line-height: 14px;
}

.drivers li {
    margin-bottom: 11px;
}

.faq {
    height: 327px;
    position: relative;
    overflow: hidden;
}

.faq .btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 226px;
}

/*********************            END SUPPORT PAGES            ****************************/

/*********************            ABOUT PAGE            ****************************/

.three-col,
.two-col {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_column_three_bg.jpg) repeat-y;
    overflow: hidden;
}

.about-block {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_column_three_bg.jpg) repeat-y;
    overflow: hidden;
    padding: 15px 15px 10px;
    width: 712px;
}

.about-block .top, .three-col .top {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_column_three_top.jpg) top no-repeat;
    height: 5px;
    margin: -15px -15px 0 -15px;
}

.about-btm,
.two-col-btm,
.three-col-btm {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_column_three_btm.jpg) left bottom no-repeat;
    height: 5px;
    clear: both;
    float: left;
    width: 742px;
    margin-bottom: 30px;
}

.two-col-btm {
    margin-bottom: 30px;
    width: 484px;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_col_two_btm.jpg) left bottom no-repeat;
}

.about-block h2 {
    font-weight: normal;
    font-size: 24px;
    color: #4d433a;
    margin-top: 10px;
    margin-bottom: 20px;
}

.company-history ul li {
    width: 211px;
    height: 90px;
    margin-bottom: 19px;
}

.company-history ul li a {
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 35px 10px 0 108px;
    width: 93px;
    height: 55px;
}

.company-history ul li.our-story {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/about/ourStory_bg.jpg) no-repeat;
}

.company-history ul li.photo-album {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/about/photoAlbum_bg.jpg) no-repeat;
}

.company-history ul li.executive-bios {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/about/executiveBios_bg.jpg) no-repeat;
    margin-bottom: 0;
}

.company-history ul li.photo-album a, .company-history ul li.executive-bios a {
    padding-top: 25px;
    height: 65px;
}

.company-history .about-us {
    width: 480px;
    height: 380px;
    float: right;
}

.company-history .about-us p {
    margin-bottom: 8px;
}

.in-the-press ul li {
    line-height: 19px;
    margin-bottom: 15px;
    width: 46%;
    float: left;
    margin-right: 25px;
}

.in-the-press+.about-btm {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/btn_btm.gif) repeat-x;
    height: 30px;
}

.in-the-press+.about-btm a {
    float: right;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    margin-right: 15px;
}

.employment p {
    margin-bottom: 15px;
}

.employment ul {
    margin-bottom: 10px;
}

.contact-us p {
    margin: 0 0 10px;
}

.contact-us h4 {
    margin: 0 0 4px;
}

.contact-us p span, .block.contact p span {
    color: #ababab;
    font-size: 11px;
    line-height: 15px;
    display: block;
    margin-top: 5px;
}

/*********************        SEARCH RESULTS PAGE            ****************************/

.search-results .page-title {
    margin: 8px 0;
}

.search-results {
    background: transparent url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_column_three_bg.jpg") repeat-y scroll 0 0;
    padding: 5px 15px 20px;
}

.search-results .top {
    background: url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_column_three_top.jpg") no-repeat scroll center top transparent;
    height: 5px;
    margin: -5px -15px 0;
}

.search-results .bottom {
    background: url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_column_three_btm.jpg") no-repeat scroll left bottom transparent;
    clear: both;
    height: 5px;
    margin: 0 -15px -20px -15px;
}

.search-results.pager {
    margin-top: 15px;
}

.search-results.pager .status {
    width: 300px;
    padding: 3px 0;
    float: left;
    position: relative;
}

.search-results ol {
    padding-left: 2em;
}

.search-results ol li {
    background: transparent url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/menu_dot.png") repeat-x scroll center bottom;
    padding-bottom: 1em;
    margin: 1em 0 2em 0;
    list-style-type: decimal;
}

.search-results ol li.last {
    background: none;
    padding-bottom: 0;
}

.search-results ol li h4 {
    color: #196F9D;
    font-weight: bold;
    font-size: 16px;
}

/*********************            SUPPORT PAGE            ****************************/

.section-1 .four-col-three .two-col {
    width: 353px;
    float: left;
    background: #fff;
    border: 1px solid #d9d8d3;
    margin-bottom: 0;
}

.section-1 .four-col-three .two-col.support-issues {
    float: right;
}

.section-1 .four-col-three + .four-col-one .contact-us {
    padding-bottom: 18px;
    margin-bottom: 0;
}

.section-1 .four-col-three .two-col h2 {
    background: #e6e0d7;
    font-size: 14px;
    font-weight: bold;
    color: #4c4844;
    padding: 5px 10px;
}

.section-2 .four-col-three .two-col, .block-alt {
    background: #fff;
    border: 1px solid #d9d8d3;
    margin-bottom: 20px;
    float: left;
    width: 353px;
}

.section-2 .four-col-one .block-alt {
    width: 226px;
}

.section-2 .four-col-three .two-col.forums {
    float: right;
}

.section-2 .four-col-three .two-col h2, .block-alt h2 {
    background: #000;
    color: #f4f3ed;
    padding: 5px 10px;
    font-size: 14px;
}

.section-2 .four-col-three .three-col {
    float: left;
    margin-right: 29px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D9DBDC;
    margin-bottom: 20px;
    width: 226px;
}

.section-2 .four-col-three .three-col h2 {
    background: #f4f6f7;
    color: #4c4844;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 10px;
    overflow: hidden;
}

.section-2 .four-col-three .three-col.warranty {
    float: right;
    margin-right: 0;
}

.three-col p, .two-col p, .three-col ul, .two-col ul {
    margin: 10px 12px;
}

.three-col p, .two-col p, .block-alt p {
    margin-bottom: 15px;
}

.btm {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/btn_btm.gif) repeat-x;
    height: 30px;
}

.btm a {
    float: right;
    line-height: 30px;
    margin-right: 10px;
    font-weight: bold;
    color: #fff;
}

.support-issues ul {
    margin: 0;
}

.support-issues li {
    line-height: 30px;
    padding: 0 10px 0;
    overflow: hidden;
}

.support-issues li.odd {
    background: #f4f3ed;
}

.support-issues li a {
    float: left;
}

.support-issues li span.date {
    float: right;
}

.knowledge-base ul {
    overflow: hidden;
    margin: 20px 15px 23px;
}

.knowledge-base li {
    float: left;
}

.knowledge-base input.input-text {
    width: 200px;
}

.knowledge-base input.search-submit {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/support/knowledgeBaseSearch_submit.gif) no-repeat;
    width: 22px;
    height: 22px;
    outline: none;
    border: none;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    display: block;
    margin-left: 10px;
    cursor: pointer;
}

.forums li {
    line-height: 22px;
}

.forums li a {
    font-size: 14px;
}

.manuals li {
    line-height: 19px;
}

.warranty p {
    line-height: 14px;
}

.drivers li {
    margin-bottom: 11px;
}

.faq {
    height: 327px;
    position: relative;
    overflow: hidden;
}

.faq .btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 226px;
}

.box-info, .addresses-list, .fieldset {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_column_three_bg.jpg) repeat-y;
}

.box-info-top {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_column_three_top.jpg) top no-repeat;
    height: 5px;
    clear: both;
}

.box-info .box-head h2, .fieldset h2 {
    font-size: 18px;
    margin: 10px 0 10px 15px;
    font-weight: normal;
    color: #196F9D;
}

h2.legend {
    font-size: 18px;
    margin: 15px 0 10px 0px;
    font-weight: normal;
    color: #196F9D;
}

.account-login .fieldset {
    background: none;
}

.addresses-list h2 {
    font-size: 18px;
    margin: 10px 0;
    font-weight: normal;
    color: #196F9D;
}

.addresses-list .info-box {
    margin-bottom: 15px;
}

.box-info .col2-set {
    padding: 10px 15px;
}

.addresses-list .col-1, .addresses-list .col-2 {
    padding: 0 15px 10px;
}

.addresses-list .col-1, .addresses-list .col-2 {
    width: 45%;
}

.box-info-btm {
    height: 5px;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_column_three_btm.jpg) bottom no-repeat;
    margin: 10px 0 15px;
    clear: both;
}

.addresses-list .box-info-btm {
    margin-bottom: 0;
}

.addresses-list {
    margin-bottom: 15px;
}

.box-info h2.sub-title {
    font-size: 14px;
    margin-bottom: 10px;
}

.box-info h3.sub-title {
    font-weight: bold;
}

/*********************            MYUAUDIO            ****************************/

.pager {
    padding: 0 15px;
}

.pager .top {
    margin: 0 -15px;
    height: 5px;
}

.two-col.pager .top {
    background: url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_col_two_top.jpg") no-repeat scroll center top transparent;
}

.three-col.pager .top {
    background: url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_column_three_top.jpg") no-repeat scroll center top transparent;
}

.pager ul {
    margin: 0;
    float: right;
    padding: 3px 0;
}

.pager li {
    display: inline;
    font-weight: bold;
    margin-left: 2px;
}

.pager li a {
    font-weight: normal;
}


.account h4 {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 15px;
}

.account h4 strong {
    font-weight: normal;
    color: #196F9D;
}

.account li {
    font-size: 14px;
}

.account-login .registered-users, .account-login .new-users {
    background: #fff;
    border: 1px solid #D9D8D3;
}

.account-login .registered-users .buttons-set, .account-login .new-users .buttons-set {
    padding: 0 10px 10px;
}

.account-login .registered-users p, .account-login .new-users p, .account-login .registered-users .form-list {
    margin: 10px;
}

.required {
    margin-top: 5px;
}

.account-login .registered-users .required {
    margin-top: 0;
}

.form-list {
    padding: 10px 15px 0;
}

.buttons-set {
    padding: 0;
}

.saved-products, .saved-favorites {
    margin: 15px 0;
}

.saved-products .product, .saved-favorites .product {
    width: 722px;
    height: 118px;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/myuaudio/productInfo_bg.jpg) no-repeat;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.product .product-image, .product .product-name, .product .quick-links {
    float: left;
}

.product .product-name {
    margin: 25px 0 0 10px;
}

.saved-favorites .product-name {
    margin: 10px 0 0 10px;
}

.product .product-name h2 {
    margin-bottom: 15px;
}

.saved-favorites .product-name h2 {
    margin-bottom: 5px;
}

.saved-favorites .price-box {
    float: none;
}

.saved-favorites button.button {
    float: left;
    clear: both;
    margin-top: 5px;
}

.saved-favorites .price-label {
    display: none;
}

.saved-favorites .old-price, .saved-favorites .special-price, .saved-favorites {
    float: left;
}

.saved-favorites .price-box {
    font-weight: bold;
    color: #4c4844;
}

.saved-favorites .new-price, .saved-favorites .special-price {
    color: #e50000;
    margin-left: 5px;
}

.saved-favorites .old-price {
    text-decoration: line-through;
}

.product .product-name h2 a {
    font-size: 18px;
    font-weight: bold;
}

.product .product-name cite {
    float: left;
}

.saved-favorites cite {
    clear: both;
}

.product .product-name cite+a {
    clear: both;
    float: left;
}

.product .quick-links {
    float: right;
    text-align: right;
    margin: 5px 10px 0 0;
}

.product .quick-links h4 {
    font-size: 14px;
}

/* product pages (software/hardware) {{{ */

#artists ul, #reviews ul {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 18px;
}

#artists li {
    background: none;
    margin: 0 0 20px 0;
    padding: 0;
    height: 260px;
}

#artists li .space {
    margin-right: 10px;
}

#artists .block {
    float: left;
    height: 100%;
    margin-bottom: 0px;
}

#artists h3 {
    background: #f4f6f7;
    color: #4c4844;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 10px;
    overflow: hidden;
}

#artists img {
    display: block;
}

#artists p {
    margin: 10px 12px;
    font-size: 12px;
    line-height: 18px;
}

#reviews ul {
    padding: 10px;
}

#reviews li {
    background: none;
    padding: 0;
    line-height: 13px;
    margin: 0 0 14px 0;
}

#reviews .press-reviews {
    margin-bottom: 20px;
}

#press-reviews-wrapper {
    padding: 10px;
    width: 686px;
    height: 272px;
}

#press-reviews-wrapper > div {
    position: relative;
    width: 686px;
    overflow: hidden;
    height: 272px;
}


#reviews .press-reviews img {
    float: left;
    display: block;
}

#reviews .press-reviews .review {
    float: left;
    margin-left: 10px;
    width: 634px;
    background: none;
    border: none;
    margin-bottom: 0px;
}

#reviews .press-reviews h4 {
    font-size: 13px;
    display: inline;
    line-height: 15px;
}

#reviews .press-reviews span.album {
    font-size: 10px;
}

#reviews  p {
    margin-bottom: 0px;
    line-height: 13px;
}

#reviews .press-reviews .review-date {
    width: 60px;
    margin-left: 10px;
    float: right;
    text-align: right;
}

#reviews .view-all {
    float: right;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    padding-right: 10px;
}

#reviews .user-ratings .block-title div {
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
}

#reviews .user-ratings .block-title span {
    float: left;
}

#reviews .star-rating {
    padding: 0;
}

#reviews .user-ratings .block-title .star-rating {
    margin: 3px 15px 0 -1px;
    float: left;
}

#reviews .user-ratings p {
    padding-left: 10px;
    width: 620px;
}

#reviews .user-ratings .date {
    font-size: 10px;
    margin-left: 5px;
}

#reviews .user-ratings li div {
    line-height: 16px;
}

#reviews .user-ratings li .star-rating {
    margin: 0 0 4px -1px;
}



/*****************            RATINGS            ***********************/

.star-rating li {
    float: left;
    width: 18px;
    overflow: hidden;
}

.star-rating li span {
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    display: block;
}

.star-rating, .star-rating .active-rating {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/store/rating_stars.png) left -1000px repeat-x;
}

.star-rating {
    position: relative;
    width: 90px;
    height: 18px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    background-position: left bottom;
}

.star-rating li {
    display: inline;
}

.star-rating span,
.star-rating .active-rating {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -1000em;
    height: 18px;
    line-height: 18px;
    outline: none;
    overflow: hidden;
    border: none;
}

.star-rating .active-rating {
    background-position: left top;
}

.star-rating .star1 {
    width: 18px;
    z-index: 6;
}

.star-rating .star2 {
    width: 36px;
    z-index: 5;
}

.star-rating .star3 {
    width: 54px;
    z-index: 4;
}

.star-rating .star4 {
    width: 72px;
    z-index: 3;
}

.star-rating .star5 {
    width: 90px;
    z-index: 2;
}

.review-summary .product-price{
    font-size:14px;
    margin:10px 0 0 10px;
    float:left;
}

.review-summary .product-summary{
    float:right;
    width:140px;
    padding-left:10px;
    border-left:1px solid #D9D8D3;
    padding-top:10px;
}


.rating-box {
width:90px;
height:18px;
font-size:0;
line-height:0;
background:url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/store/rating_stars.png) 0 100% repeat-x;
text-indent:-9999px;
overflow:hidden;
margin-bottom:5px;
}
.rating-box .rating {
float:left;
height:18px;
background:url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/store/rating_stars.png) 0 0 repeat-x;
}

.rating-box-sb {
    float:left;
    margin-top: 2px;
    width:60px;
    height:11px;
    font-size:0;
    line-height:0;
    text-indent:-9999px;
    overflow:hidden;
    margin-right: 3px;
    /*margin-bottom:5px;
    margin-right: -15px;*/
    background-size: 100%;
}
.rbsb1 {
background:url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/store/rating_stars1.png) no-repeat;
}
.rbsb2 {
background:url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/store/rating_stars2.png) no-repeat;
}
.rbsb3 {
background:url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/store/rating_stars3.png) no-repeat;
}
.rbsb4 {
background:url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/store/rating_stars4.png) no-repeat;
}
.rbsb5 {
background:url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/store/rating_stars5.png) no-repeat;
}
.rating-box-sb .rating {
    float:left; width:60px;
    height:11px;
}

.review-found-helpful {
    font-size:10.5px;
    color:#898a8a;
    font-weight:bold;
    vertical-align: middle;
}

.review-helpful {
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 5px;
    float: left;
}



.review-summary .rating-summary{
    font-size:11px;
    color:#30302e;
    font-weight:normal;
    line-height:1.2;
    margin-bottom:5px;
    display:block;
}

.review-summary .rating-summary strong{
    display:block;
    font-weight:bold;
}

.rating-pages{
    padding-bottom:5px;
    margin-bottom:10px;
    border-bottom:1px solid #d1cfcf;
    overflow:hidden;
    clear:both;
}

.reviews-list > ul{
    width:100%;
    display:block;
    float:left;
    min-height: 270px;
}

.reviews-list > ul li{
    float:left;
    width:100%;
    clear:both;
    border-bottom:1px solid #d1cfcf;
    padding-bottom:10px;
    margin-bottom:10px;
}

.reviews-list .review-author, .reviews-list .rating-box{
    float:left;
}

.reviews-list .review-author{
    font-size:11px;
    color:#30302e;
    margin-left:5px;
}

.reviews-list .review-summary{
    display:block;
    clear:both;
    font-size:13px;
    line-height:20px;
    width: 98%;
    color:#000;
}

.reviews-list .read-more-link{
    float:right;
    clear:both;
    text-decoration:underline;
}

.reviews-form{
    border-left:1px solid #d1cfcf;
    margin-left:-20px;
    padding-left:20px;
    padding-bottom:50px;
}

.review-form-head, .review-single-head, .review-single-body{
    width:100%;
    float:left;
    border-bottom:1px solid #d1cfcf;
    padding-bottom:10px;
    margin-bottom:10px;
}

.review-single-body p{
    margin:0 15px 0 20px;
}

.review-form-head .review-title{
    background:#000;
    height:30px;
    float:left;
    width:473px;
}

.review-single-head .review-title{
    background:#000;
    height:30px;
    float:left;
    width:100%;
}

.review-form-head .review-title h2{
    font-size:15px;
    color:#fff;
    line-height:30px;
    margin-left:10px;
    float:left;
    font-weight:normal;
}

.review-single-head .review-title h2{
    font-size:15px;
    color:#fff;
    line-height:30px;
    margin-left:20px;
    float:left;
    font-weight:normal;
}

.stars-box {
    float:right;
    width: 100px;
    margin-top: 2px;
    margin-right: 15px;
    margin-bottom: -10px;
}

.review-form-head, .review-single-head .date-label{
    float:right;
    font-size:11px;
    line-height:30px;
    color:#808080;
    margin-right:15px;
}

.review-form-head .review-title .rating-label{
    float:right;
    margin-right:5px;
    color:#808080;
    font-size:11px;
    line-height:30px;
    font-weight:bold;
}

.review-form-head, .review-single-head .rating-box{
    float:left;
    margin:10px 0 0 20px;
}

.review-form-head, .review-single-head .rating-caption{
    float:left;
    margin-left:10px;
    font-size:11px;
    margin-top:10px;
}

.review-form-head .rating-box{
    float:right;
    margin-bottom:0;
}

.review-form-head .rating-inputs{
    float:right;
    width:90px;
}

.review-form-head .rating-inputs li{
    float:left;
    width:14px;
    padding:0 2px;
    line-height:20px;
}

.review-form-body{
    padding:0 0 0 10px;
}

.review-form-body textarea{
    width:472px;
    height:350px;
    margin:0 0 15px;
}

.review-form-body .small{
    font-size:9px;
    margin-top:22px;
}

.review-form-body .small b{
    color:#7e7f7f;
}

.reviews-form .messageStack{
    margin-bottom:15px;
}

.reviews-single p.left{
    margin-left:20px;
}

.reviews-single p.right{
    margin-right:15px;
}


/* end product pages }}} */

/*********************            PROMO PAGE            ****************************/

.four-col-three.alt {
    width: 660px;
    float: left;
}

.four-col-one.alt {
    width: 322px;
    float: right;
}

.four-col-three.alt .block {
    border: none;
    margin-bottom: 20px;
}

.section-1 .four-col-one.alt .block .block-content {
    padding-bottom: 0;
}

.four-col-three.alt .block h2, .four-col-three .block.dealers h2 {
    height: 30px;
    line-height: 30px;
    background: #000;
    font-size: 14px;
    color: #f4f3ed;
    font-weight: bold;
    padding-left: 10px;
}

.four-col-three.alt .block .block-content {
    padding: 20px 20px 0;
    border: 1px solid #d9dbdc;
    background: #fff;
}

.four-col-three.alt .block .block-content a+h3 {
    margin-top: 20px;
}

.alt .block .block-content h3 {
    color: #000;
}

.four-col-one.alt .block h2 {
    background: #e6e0d7;
    font-size: 14px;
    font-weight: bold;
    color: #4c4844;
    padding: 5px 10px;
    overflow: hidden;
}

.four-col-one.alt .block .block-content ul {
    margin-bottom: 20px;
}

.four-col-one.alt .block .block-content li {
    margin-right: 5px;
}

.four-col-one.alt .block .block-content li a {
    font-size: 12px;
    line-height: 18px;
}

.alt .block .block-content p, .alt .block .block-content h3 {
    margin-bottom: 15px;
}

.uad-promo img {
    margin: 0 10px 10px 0;
}

.uad-promo h3 {
    margin-right: 20px;
}

/*********************            DEALER PAGE            ****************************/

.cms-where-to-buy-html .collateral-tabs {
    margin-bottom: 43px;
}

.cms-where-to-buy-html .collateral-tabs .tab-container {
    width: 740px;
}

.cms-where-to-buy-html .collateral-tabs .tab-content {
    margin: 16px 18px;
}

.purchase-product {
    float: left;
    width: 465px;
}

.purchase-product img {
    float: left;
    margin-right: 20px;
}

.purchase-product p {
    line-height: 18px;
    font-size: 12px;
    margin-top: 45px;
}

.purchase-product p strong {
    display: block;
}

.collateral-tabs .tab-content .wrong-product ul {
    height: 95px;
    float: left;
    border-left: 1px solid #d9dbdc;
    padding-left: 40px;
    margin: 15px 0 0;
}

.collateral-tabs .tab-content .wrong-product li {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
}

.collateral-tabs .tab-content .wrong-product li p {
    margin: 0;
}

.collateral-tabs .tab-content .wrong-product li select {
    margin-top: 3px;
}

.block.dealers {
    margin-top: 20px;
    padding-bottom: 20px;
    background: #fff;
}

.four-col-three .block.dealers .block-content {
    padding: 20px 20px 0;
}

.block.dealers .col-1 {
    width: 355px;
}

.block.dealers .col-2 {
    width: 343px;
}

.block.dealers .col-1, .block.dealers .col-2 {
    float: left;
}

.block.dealers .col-1 h2, .block.dealers .col-2 h2 {
    background: none;
    font-size: 21px;
    color: #464646;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 21px;
    margin-bottom: 10px;
}

.block.dealers .col-1 .online-dealers {
    float: left;
    margin-bottom: 20px;
}

.block.dealers .col-2 h2 {
    margin-left: 18px;
}

.zip-search {
    margin-left: 18px;
}

.zip-search li {
    float: left;
    margin-bottom: 30px;
}

.dealer-list li {
    float: left;
    margin-bottom: 10px;
    width: 151px;
    margin-left: 20px;
}

/*********************            VIDEOS PAGE            ****************************/

.block.featured-videos {
    background: #252525;
    border: 1px solid #464646;
    margin-bottom: 0;
}

.block.featured-videos h2 {
    border-bottom: 1px solid #464646;
    height: 30px;
    line-height: 30px;
    background: #000;
    font-size: 14px;
    color: #f4f3ed;
    font-weight: bold;
    padding-left: 10px;
}

.block.featured-videos .block-content {
    padding: 15px;
}

.hero-video {
    position: relative;
    width: 480px;
    height: 270px;
    float: left;
    /*-moz-box-shadow: 2px 2px 10px #123;
    -webkit-box-shadow: 2px 2px 10px #123;
    box-shadow: 2px 2px 10px #123;
    */
}

.hero-video cite {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/blog/heroVideo_citeBg.png) repeat;
    padding: 5px 10px;
    width: 460px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}

.hero-video cite strong {
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.hero-video cite a {
    display: block;
}

.block.featured-videos .video-list {
    float: right;
}

.block.featured-videos .video-list li {
    width: 200px;
    height: 52px;
    padding: 5px 11px;
    margin-bottom: 7px;
    line-height: 15px;
}

.block.featured-videos .video-list li.active, .block.featured-videos .video-list li:hover {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/blog/videoList_activeBg.gif) no-repeat;
    text-decoration: none;
}

.block.featured-videos .video-list li a {
    color: #fff;
    display: block;
}

.block.featured-videos .video-list li a:hover {
    text-decoration: none;
}

.video-list li img {
    border: 1px solid #999a9a;
    float: left;
    margin: 0 10px 0 0;
}

.block.uad-videos {
    background: #fff;
    margin-top: 20px;
}

.block.uad-videos .block-title {
    height: 30px;
    line-height: 30px;
    background: #000;
    font-size: 14px;
    color: #f4f3ed;
    font-weight: bold;
    padding: 0 15px 0 10px;
}

.block.uad-videos .block-title h2 {
    float: left;
}

.block.uad-videos .block-title .pager {
    float: right;
    padding: 0;
}

.block.uad-videos .block-title .pager a {
    color: #79b7d8;
    font-size: 12px;
}
.block.uad-videos .block-title .pager a.current {
    font-weight: bold;
    color: #fff;
}

.block.uad-videos .block-title .pager a.previous {
    margin-right: 10px;
}

.block.uad-videos .block-title .pager a.next {
    margin-left: 10px;
}

.block.uad-videos .block-content {
    padding: 30px;
}

.block.uad-videos .video-list li {
    width: 90px;
    float: left;
    margin-right: 28px;
    line-height: 16px;
}

.block.uad-videos .video-list li.last {
    margin-right: 0;
}

.block.uad-videos .video-list li img {
    margin-bottom: 15px;
}

.block.uad-videos .video-list li .metadata, .block.uad-videos .video-list li .time, .block.uad-videos .video-list li .date {
    font-size: 10px;
    color: #464646;
}

.block.uad-videos .video-list li .date {
    margin-left: 10px;
}

.block-content.video-details {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
}

.ratings {
    font-size: 12px;
    line-height: 19px;
    padding: 0;
    margin: 0;
    color: #464646;
    float: left;
    width: 200px;
}

.ratings span {
    float: left;
    margin-right: 10px;
}

.video-rating li {
    float: left;
}

.video-rating li span {
    text-indent: -9999px;
    display: block;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/blog/videoRating_star.jpg) no-repeat;
    width: 19px;
    height: 19px;
    float: left;
    margin-left: 2px;
    margin-right: 0;
}

.share-video {
    float: right;
    width: 214px;
}

.share-video li:first-child {
    margin-right: 10px;
}

.share-video li {
    float: left;
    margin-left: 2px;
}

.share-video .embed {
    float: right;
}

.share-video .embed a {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/blog/embed_bg.jpg) repeat-x;
    border: 1px solid #d9dbdc;
    line-height: 19px;
    height: 19px;
    text-align: center;
    display: block;
    padding: 0 10px;
}

.video-title {
    display: block;
    font-size: 21px;
    border-top: 1px solid #d9dbdc;
    padding: 20px 0 0;
    font-weight: normal;
    margin: 10px 0 15px;
    clear: both;
    float: left;
    width: 100%;
}

.comments-title {
    display: block;
    font-size: 21px;
    border-bottom: 1px solid #d9dbdc;
    padding: 0 0 10px;
    font-weight: normal;
    margin: 35px 0 15px;
    clear: both;
    float: left;
    width: 100%;
}

.video-title+p {
    font-size: 12px;
    clear: both;
}

.video-comments {
    overflow: hidden;
    padding: 0 10px;
}

.video-comments li {
    float: left;
    clear: both;
    margin-bottom: 5px;
    width: 100%;
}

.user-details {
    width: 140px;
    float: left;
    line-height: 14px;
}

.user-details .time {
    font-size: 11px;
    display: block;
}

.video-comments .comment {
    color: #464646;
}

.video-comments-pager {
    overflow: hidden;
    margin: 15px 10px;
}

.video-comments-pager li {
    float: left;
    margin-right: 10px;
}

.video-comments-pager li a {
    display: block;
    padding: 0 6px;
    height: 19px;
    line-height: 19px;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/blog/embed_bg.jpg) repeat-x;
    text-align: center;
    border: 1px solid #d9dbdc;
}

.video-comments-pager li.active a {
    background: #d1dee6;
    color: #000;
}

.video-comments-pager li.next a {
    background: none;
    border: none;
    padding: 0;
    margin-left: 10px;
}

/*********************            DOWNLOADS            ****************************/

.software-information h2 {
    height: 30px;
    line-height: 30px;
    background: #000;
    font-size: 14px;
    color: #f4f3ed;
    font-weight: bold;
    padding-left: 10px;
}

.software-information .block-content {
    padding: 18px;
    background: #fff;
}

.software-information .col-1 {
    float: left;
    width: 49%;
}

.software-information .col-2 {
    width: 49%;
    float: right;
}

.software-information .col-1 h2, .software-information .col-2 h2 {
    background: none;
    font-size: 21px;
    color: #464646;
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.software-information p {
    margin-bottom: 15px;
}

.software-information ul {
    padding-left: 15px;
    margin-bottom: 10px;
}

.software-information li {
    list-style: disc outside;
    color: #464646;
}

.download {
    background: #fff;
    border: 1px solid #d9dbdc;
    margin-bottom: 20px;
}

.download .content {
    padding: 15px 30px 19px;
}

.download .content .satellite-download {
    width: 210px;
    height: 95px;
    padding: 18px 0px 0px 120px;
    display: block;
    font-weight: bold;
    font-size: 12px;
    color: #464646;
    float: left;
    line-height: 24px;
    margin: 5px 4px 20px 0px;
}


.download .content .win-download {
    width: 210px;
    height: 95px;
    padding: 18px 0px 0px 120px;
    display: block;
    font-weight: bold;
    font-size: 12px;
    color: #464646;
    float: right;
    line-height: 24px;
    margin: 5px 10px 20px 0px;
}


.download .content .apollo {
    margin-right: 18px;
    width: 370px;
    height: 95px;
    padding: 18px 0px 0px 175px;
    display: block;
    font-weight: bold;
    font-size: 12px;
    color: #464646;
    line-height: 24px;
    margin: 10px 0px 20px 160px;
}

.download .content .apollo p {
    text-decoration: none;
    color: #d99542;
    font-size: 18px;
    display: inline;
    margin: 0px;
}

.download .content .apollo:hover {
    text-decoration: none;
}

.download .content .apollo strong {
    color: #196f9d;
    font-size: 21px;
    font-weight: normal;
    display: block;
}

.download .content .apollo:hover strong {
    text-decoration: underline;
}

.download .content .apollo span {
    color: #959595;
    font-weight: normal;
    display: block;
}



.download .content .satellite-download:hover, .download .content .win-download:hover {
    text-decoration: none;
}

.download .content .satellite-download strong, .download .content .win-download strong {
    color: #196f9d;
    font-size: 19px;
    font-weight: normal;
    display: block;
}

.download .content .satellite-download:hover strong, .download .content .win-download:hover strong {
    text-decoration: underline;
}

.download .content .satellite-download span, .download .content .win-download span {
    color: #959595;
    font-weight: normal;
    display: block;
}
/*********************            PRESS ROOM            ****************************/

.section-1 .three-col-one.pressroom .block {
    background: #fff;
    border: 1px solid #d9d8d3;
    margin-bottom: 20px;
    position: relative;
}

.section-1 .three-col-one.pressroom .block .block-title {
    background: #e6e0d7;
    font-size: 14px;
    font-weight: bold;
    color: #4c4844;
    padding: 5px 10px;
    overflow: hidden;
}

.section-1 .three-col-one.pressroom .block .block-content {
    padding: 10px;
}

.section-1 .three-col-one.pressroom .block .block-content select#select-year {
    width: 70px;
    float: left;
    margin-right: 10px;
}

.search-press .block-content p:first-child {
    margin-bottom: 10px;
}

.search-press .input-text {
    width: 145px;
    margin-right: 10px;
}


.press-releases h2 {
    background: #000;
    font-size: 16px;
    color: #f4f3ed;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.press-releases h4 {
    color: #4c4844;
    font-size: 12px;
    padding-left: 10px;
    font-style: italic;
    padding-top: 8px;
    line-height: 14px;
    padding-bottom: 8px;
    text-align: center;
}

.press-releases .block-content {
    padding: 18px;
    background: #fff;
}

.press-releases .block-content p{
    margin-bottom: 18px;
}

.press-releases .block-content ul{
    margin-bottom: 18px;
}

.press-releases .block-content li{
    background: #fff;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 25px;
}

/*********************            CHECKOUT PROCESS            ****************************/


.checkoutpayment.two-col-body {
    background:url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_column_three_bg.jpg) repeat-y;
    overflow:hidden;
    padding:15px 15px 10px;
    width:712px;
}

.checkoutpayment.two-col-body .top {
    background:url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_column_three_top.jpg) top no-repeat;
    height:5px;
    margin:-15px -15px 0 -15px;

}

.checkoutpayment.two-col-body h2 {
    font-weight:normal;
    font-size:24px;
    color:#4d433a;
    margin-top:10px;
}

.checkoutpayment + .two-col-body-btm {
    background:url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/four_column_three_btm.jpg) left bottom no-repeat;
    height:5px;
    clear:both;
    float:left;
    width:742px;
    margin-bottom:30px;
}

.checkoutpayment h3.news-gothic {
    font-size:18px;
    font-weight:normal;
    margin-top:20px;
    margin-bottom:10px;
}

.infoBox {
    border-bottom:1px dotted #C2C2C2;
    padding-bottom:15px;
    margin-bottom:20px;

}
.infoBox p{
    margin-bottom:5px;
}

.infoBox input{
    margin:0 5px 5px 0;
}
.infoBox h4, .subtotal{
    font-size:14px;
}
.orderEdit {
    margin-top:-25px;
    float:right;
}
.subtotal{
    border-top:1px dotted #c2c2c2;
    margin-top:10px;
}

.subtotal td {
    white-space: nowrap;
}
.new-address-form{
    margin:10px 0;
}
.new-address-form li{
    margin-bottom:5px;
}

/*********************            FOOTER            ****************************/

/** LOGIN **/

/** END LOGIN **/

/** STORE TOP SELLERS **/
.section-1 .four-col-three + .four-col-one .block.top-sellers {
    margin-bottom: 0;
}
.section-1 .four-col-three + .four-col-one .block.top-sellers .block-title {
    background-color: #000;
    color: #F4F3ED;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/store/header_top_sellers.jpg) no-repeat;
}
.section-1 .four-col-three + .four-col-one .block.top-sellers li {
    line-height: 30px;
    padding: 0 10px 0;
    overflow: hidden;
}
/** END STORE TOP SELLERS **/

/** POPUPS **/
.popup a {
    color: white;
}

.popup.login label {
    width: 157px;
    font-size: 15px;
    text-align: right;
    font-weight: normal;
    padding-right: 5px;
}

.popup.login span.input-e {
    float: left;
}

.popup.login a {
    font-weight: normal;
    font-size: 12px;
}

.popup.login {
    font-family: 'NewsGothicBT-Roman',sans-serif;
    font-size: 13px;
}

div.q-window {
    font-family: 'NewsGothicBT-Roman',sans-serif;
}


/** END POPUPS **/

optgroup {
    margin-top: 5px;
}
optgroup option {
    padding-left: 10px;
}

table.border, table.border td, table.border th {
    border-collapse: collapse;
    border:  1px solid #D9D8D3;
}

table.border thead tr {
    background-color: #E6E0D7;
    color: #4C4844;
}

table.border th {
    text-align: center;
    padding: 3px;
}

table.border td {
    padding: 3px 3px 3px 6px;
}

table.border tr:nth-child(even) {
    background-color: #F4F3ED
}

li.store-navigation-extra {
    height: 43px;
}

.fixed {
    position: fixed !important;
    top: 25px;
}


div.custom-select {
    width: 100%;
    height: 35px;
    font-size: 18px;
    overflow: hidden;
    background: url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/custom-select.png") no-repeat right;
    border: 1px solid #BBBBBB;
    color: #4C4844;
    margin-bottom: 10px;
}

.custom-select select {
    background: transparent;
    width: 110%;
    font-family: "NewsGothicBT-Light",arial,helvetica,sans-serif;
    margin-left:20px;
    padding: 7px;
    font-size: 18px;
    height: 35px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    color: #4C4844;
}

/* Eyemagine's Styles */

.clr {
    clear: both;
}

/* Breadcrumbs */
.breadcrumbs strong {
    color: #196f9d !important;
}
/* Breadcrumbs End */

/* Cart */
.checkout-cart-index .breadcrumbs,
.onestepcheckout-index-index .breadcrumbs {
    width: 1000px;
    margin: 0 0 23px 0;
    background: #D1DEE6;
    box-shadow: inset 0px 0px 3px 2px #bcc9d1;
}
.checkout-cart-index .four-col-three {
    width: 100%;
}
.checkout-cart-index #cart {
    background: white;
}
.checkout-cart-index #cart form {
    display: block;
    clear: left;
}
/*.checkout-cart-index #cart, .checkout-cart-index #cart * {
    line-height: 1 !important;
}*/
.checkout-onepage-success #account-info,
.checkout-cart-index #account-info,
.onestepcheckout-index-index #account-info {
    width: 1000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/cart/coupon-bg.png) no-repeat bottom #EFEAE2;
    padding: 18px 29px 55px 24px;
    margin: 0 0 3px 0;
    float: left;
}
.checkout-onepage-success #ai-left,
.checkout-cart-index #ai-left,
.onestepcheckout-index-index #ai-left {
    float: left;
}
.checkout-onepage-success #ai-name,
.checkout-cart-index #ai-name,
.onestepcheckout-index-index #ai-name {
    font-size: 21px;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-weight: 300;
    margin: 0 0 8px 0;
    color: #666;
}
.checkout-onepage-success #ai-name strong,
.checkout-cart-index #ai-name strong,
.onestepcheckout-index-index #ai-name strong {
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.checkout-onepage-success #ai-links,
.checkout-cart-index #ai-links,
.onestepcheckout-index-index #ai-links {
    font-size: 12px;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    margin: 0 0 16px 0;
}
.checkout-onepage-success #ai-links a,
.checkout-cart-index #ai-links a,
.onestepcheckout-index-index #ai-links a {
    line-height: 1;
    display: inline-block;
    font-size: 12px;
    color: #007fc8;
}
.checkout-onepage-success #ai-links a:first-child,
.checkout-cart-index #ai-links a:first-child,
.onestepcheckout-index-index #ai-links a:first-child {
    border-right: 1px solid #666;
    margin: 0 7px 0 0;
    padding: 0 7px 0 0;
}
.checkout-onepage-success #ai-voucher-head,
.checkout-cart-index #ai-voucher-head,
.onestepcheckout-index-index #ai-voucher-head {
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    font-size: 15px;
    margin: 0 0 6px 0;
    color: #666;
}
.checkout-onepage-success #ai-voucher-head img,
.checkout-cart-index #ai-voucher-head img,
.onestepcheckout-index-index #ai-voucher-head img {
    padding: 2px 0 0 6px;
}
.checkout-onepage-success #ai-voucher-txt,
.checkout-cart-index #ai-voucher-txt,
.onestepcheckout-index-index #ai-voucher-txt {
    font-family: "Open Sans", arial, helvetica, sans-serif;
    line-height: 1;
    font-size: 12px;
    color: #252525;
    margin: 0 0 6px 0;
}
.checkout-onepage-success #ai-voucher-balance,
.checkout-cart-index #ai-voucher-balance,
.onestepcheckout-index-index #ai-voucher-balance {
    padding: 8px 14px;
    border: 1px solid #e1e1e1;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/cart/cart-coupon-bg.jpg);
    width: 94px;
    height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    color: #666;
    font-size: 16px;
}
.checkout-onepage-success #ai-right,
.checkout-cart-index #ai-right,
.onestepcheckout-index-index #ai-right {
    float: right;
    width: 480px;
}
.checkout-onepage-success #ai-coupon-head,
.checkout-cart-index #ai-coupon-head,
.onestepcheckout-index-index #ai-coupon-head {
    font-family: "Open Sans", arial, helvetica, sans-serif;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 8px 0;
}
.checkout-onepage-success #ai-coupon-txt,
.checkout-cart-index #ai-coupon-txt,
.onestepcheckout-index-index #ai-coupon-txt {
    font-family: "Open Sans", arial, helvetica, sans-serif;
    color: #252525;
    font-size: 12px;
    margin: 0 0 12px 0;
}
.checkout-onepage-success #ai-coupons,
.checkout-cart-index #ai-coupons,
.onestepcheckout-index-index #ai-coupons {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/cart/cart-brown-dotted-bg.jpg) bottom repeat-x;
    padding: 0 0 6px 0;
    margin: 0 0 16px 0;
}
.checkout-onepage-success .ai-coupon,
.checkout-cart-index .ai-coupon,
.onestepcheckout-index-index .ai-coupon {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/cart/cart-coupon-bg.jpg);
    color: #1a1a1a;
    font-size: 16px;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    padding: 8px 16px 7px 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
    border: 1px solid #e1e1e1;
    margin: 0 0 10px 0;
    font-weight: 600;
    display: block;
}
.checkout-onepage-success .ai-coupon a,
.checkout-cart-index .ai-coupon a,
.onestepcheckout-index-index .ai-coupon a {
    float: right;
    color: #007fc8;
    font-weight: 600;
    text-decoration: underline;
}

.checkout-onepage-success .ai-coupon td,
.checkout-cart-index .ai-coupon td,
.onestepcheckout-index-index .ai-coupon td {
    width: 100%;
}

.checkout-onepage-success .ai-coupon td strong,
.checkout-cart-index .ai-coupon td strong,
.onestepcheckout-index-index .ai-coupon td strong {
    font-weight: 600;
}

.checkout-onepage-success .ai-coupon a:hover,
.checkout-cart-index .ai-coupon a:hover,
.onestepcheckout-index-index .ai-coupon a:hover {
    text-decoration: none;
}
.checkout-onepage-success #ai-coupon-enter span,
.checkout-cart-index #ai-coupon-enter span,
.onestepcheckout-index-index #ai-coupon-enter span {
    font-weight: bold;
    font-size: 15px;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    color: #333;
    line-height: 1;
    display: inline-block;
    padding: 7px 0 0 0;
}
.checkout-onepage-success #ai-coupon-enter #coupon-form,
.checkout-cart-index #ai-coupon-enter #coupon-form,
.onestepcheckout-index-index #ai-coupon-enter #coupon-form {
    float: right;
}
.checkout-onepage-success #ai-coupon-enter #apply-coupon,
.checkout-cart-index #ai-coupon-enter #apply-coupon,
.onestepcheckout-index-index #ai-coupon-enter #apply-coupon {
    font-weight: 900;
    color: white;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 12px;
    background: #007fc8;
    border-radius: 0px;
    width: 70px;
    height: 30px;
    padding: 0;
}
.checkout-onepage-success #ai-coupon-enter #coupon-code,
.checkout-cart-index #ai-coupon-enter #coupon-code,
.onestepcheckout-index-index #ai-coupon-enter #coupon-code {
    border: 1px solid #bbb;
    border-right: none;
    height: 30px;
    width: 231px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #545454;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    padding: 0 10px 0 10px;
}
.checkout-cart-index #shopping-cart-table {
    margin: 0 auto 6px auto;
    width: 940px;
}
.checkout-cart-index #shopping-cart-table tr {
    background: none;
}
.checkout-cart-index #shopping-cart-table thead {
    background: none;
    border-bottom: 1px solid #ccc;
}
.checkout-cart-index #shopping-cart-table thead th {
    padding: 0 0 8px 0;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #707070;
    line-height: 1;
}
.checkout-cart-index #shopping-cart-table thead th#sct-unit-price {
    color: #111;
}
/*.checkout-cart-index #shopping-cart-table thead th#sct-qty-th {
    padding-right: 40px;
}*/
.checkout-cart-index #shopping-cart-table thead th span {
    line-height: 1;
}
.checkout-cart-index #shopping-cart-table thead th:last-child {
    padding-right: 0px;
}
.checkout-cart-index #shopping-cart-table #sct-prod {
    width: 660px;
}
.checkout-cart-index #shopping-cart-table tbody td {
    padding: 40px 16px 40px 16px;
    vertical-align: middle;
}

.checkout-cart-index #shopping-cart-table tbody td:first-child {
    padding: 10px 0;
}

.checkout-cart-index #shopping-cart-table tbody td:last-child {
    padding-right: 0px;
}
.checkout-cart-index #shopping-cart-table tbody td h2.product-name {
    /*padding: 20px 0 0 0;*/
}
.checkout-cart-index #shopping-cart-table tbody td h2.product-name a {
    color: #111;
    font-weight: 300;
    font-size: 14px;
    font-family: "Open Sans", arial, helvetica, sans-serif;
}
.checkout-cart-index #shopping-cart-table tbody td h2.product-name span {
    font-size: 12px;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    color: #959595;
    display: inline-block;
    padding: 2px 0 0 0;
}
.checkout-cart-index #shopping-cart-table tbody td .cart-price .price {
    font-weight: 300;
    font-size: 14px;
    color: #111;
    display: inline-block;
}
.checkout-cart-index #shopping-cart-table tbody td#sct-qty {
    text-align: center;
    position: relative;
}
.checkout-cart-index #shopping-cart-table tbody td#sct-qty input {
    width: 70px;
    height: 30px;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-weight: 300;
    color: #111;
    font-size: 13px;
    border: 1px solid #d1d5d8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 14px 0 0 0;
}

.checkout-cart-index #shopping-cart-table tbody td#sct-qty span span {
    display: block;
    line-height: 1;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/cart/cart-update-arrows.jpg);
    height: 13px;
    width: 13px;
    position: relative;
    left: 32px;
}

@-moz-document url-prefix() {
  .checkout-cart-index #shopping-cart-table tbody td#sct-qty span span {
        left: 45px;
    }
}

.checkout-cart-index #shopping-cart-table tbody td#sct-remove a {
    display: inline-block;
    line-height: 1;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/cart/cart-remove-item.jpg);
    height: 15px;
    width: 15px;
    text-indent: 0 !important;
    overflow: visible;
    position: relative;
}
.checkout-cart-index #shopping-cart-table tbody td#sct-remove a span {
    text-indent: 0 !important;
    position: absolute;
    top: 98%;
    left: -53px;
    overflow: visible;
    display: inline-block;
    color: #e6e0d6;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/cart/cart-remove-bg.png);
    width: 120px;
    height: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 0 0 0;
    font-size: 12px;
    font-weight: 300;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.25 !important;
    visibility: hidden;
}
.checkout-cart-index #shopping-cart-table tbody td#sct-remove a:hover span {
    visibility: visible;
}
.checkout-cart-index #shopping-cart-table tfoot #sct-total-qty {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.checkout-cart-index #shopping-cart-table tfoot #sct-total-qty td {
    width: 100%;
    padding: 8px 0;
}
.checkout-cart-index #shopping-cart-table tfoot #sct-total-qty td span {
    color: #555555;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 13px;
    float: right;
    display: inline-block;
    line-height: 1;
    padding: 0;
}
.checkout-cart-index #shopping-cart-table button {
    margin: 6px 36px 0 0 !important;
}
.checkout-cart-index #shopping-cart-table button, .checkout-cart-index #shopping-cart-table button * {
    margin: 0;
    line-height: 1;
    padding: 0;
    background: none;
    font-size: 11px;
    color: #3f6d90;
    height: auto;
    border-radius: 0px;
    float: left;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-weight: normal !important;
}
.checkout-cart-index div.totals {
    margin: 0 auto;
    padding: 0 0 20px 0;
    width: 940px;
}
.checkout-cart-index div.totals #sc-totals-div {
    margin: 0 0 20px 0;

}
.checkout-cart-index div.totals #shopping-cart-totals-table {
    float: right;
    width: 380px;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    display: none;
}
.checkout-cart-index div.totals #shopping-cart-totals-table td {
    padding: 4px 0;
    vertical-align: top;
}
.checkout-cart-index div.totals #shopping-cart-totals-table tbody tr td:first-child {
    color: #555555;
    font-size: 18px;
}

.checkout-cart-index div.totals #shopping-cart-totals-table tbody tr[rel="plug-in_voucher"] td:first-child,
.checkout-cart-index div.totals #shopping-cart-totals-table tbody tr.discount td:first-child {
    font-weight: lighter;
    color: #898989;
    font-weight: italic;
}

.checkout-cart-index div.totals #shopping-cart-totals-table tbody tr td:last-child span {
    color: #555555;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.checkout-cart-index div.totals #shopping-cart-totals-table tbody tr[rel="plug-in_voucher"] td:last-child span,
.checkout-cart-index div.totals #shopping-cart-totals-table tbody tr.discount td:last-child span {
    font-size: 18px;
    display: inline-block;
    font-weight: lighter;
    color: #898989;
    font-weight: italic;
}

.checkout-cart-index div.totals #shopping-cart-totals-table tbody tr:last-child td {
    padding-bottom: 14px;
}
.checkout-cart-index div.totals #shopping-cart-totals-table tfoot {
    border-top: 1px solid #ccc;
    width: 100%;
}
.checkout-cart-index div.totals #shopping-cart-totals-table tfoot td {
    padding-top: 14px;
}
.checkout-cart-index div.totals #shopping-cart-totals-table tfoot td:first-child {
    width: 50%;
    text-align: right;
}
.checkout-cart-index div.totals #shopping-cart-totals-table tfoot td:last-child {
    width: 40%;
    text-align: right;
}
.checkout-cart-index div.totals #shopping-cart-totals-table tfoot strong {
    color: #323232;
    font-size: 16px;
    font-weight: 600;
}
.checkout-cart-index div.totals #shopping-cart-totals-table tfoot strong span {
    font-size: 30px;
}
.checkout-cart-index .checkout-types button.btn-proceed-checkout {
    float: right;
    padding: 10px 24px 0 0 !important;
    background: #0078ad url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/cart/cart-checkout-arrow.jpg) right center no-repeat !important;
}

.checkout-cart-index .checkout-types button.btn-proceed-checkout:disabled {
    background: #777 url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/cart/cart-checkout-arrow.jpg) right center no-repeat !important;
    cursor: not-allowed;
}

.checkout-cart-index #shopping-cart-totals-table td.title, .checkout-cart-index #shopping-cart-totals-table td.value {
    text-align: right !important;
}

.checkout-cart-index #shopping-cart-totals-table tr.grand-total td.title {
    text-align: right !important;
    color: #323232;
    font-size: 16px;
    font-weight: 600;
}

.checkout-cart-index #shopping-cart-totals-table tr.grand-total td.value {
    text-align: right !important;
    color: #323232;
    font-size: 30px;
    font-weight: 600;

}


/*.checkout-cart-index .checkout-types button, .checkout-cart-index .checkout-types button * {
    font-size: 12px;
    color: #fefefe;
    font-weight: 800;
    background: none;
    border-radius: 0px;
    width: 200px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 24px;
}
*/
.checkout-onepage-success #sc-more-triangle,
.checkout-cart-index #sc-more-triangle {
    color: #959595;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    width: 100%;
    height: 27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 0 0 0;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/cart/cart-more-triangle.jpg) no-repeat;
    line-height: 1;
    /*cursor: pointer; */
}
.checkout-onepage-success #cross-sells,
.checkout-cart-index #cross-sells {
    padding: 20px 30px;
}
.checkout-onepage-success #cross-sells h2,
.checkout-cart-index #cross-sells h2 {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    background: #efebe2;
}

.tooltip {
    display: none;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    z-index: 101;
    left: 50%;
    width: 910px;
    margin-left: -455px;
    top: 15%;
}

.tooltip .content {
    position: relative;
    padding: 30px;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    box-shadow: 0 0 10px -1px #000;
}

.tooltip h1 {
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 25px;
}

.tooltip ul {
}

.tooltip li {
    list-style: decimal;
    list-style-position: inside;
    font-size: 16px;
}

.tooltip li label {
    float: none;
    width: auto;
    font-weight: 600;
    font-size: 16px;
    padding-left: 7px;
}

.tooltip li p {
    margin: 5px 0 20px 25px;
    font-size: 14px;
    font-weight: 100;
}

.voucher-tooltip,
.coupon-tooltip {
    cursor: pointer;
}

.tooltip .close-tooltip {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.tooltip-overlay {
    display: none;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    filter: alpha(opacity=70);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.checkout-cart-index .discount-codes p,
.checkout-cart-index .discount-total .price {
    font-size: 14px;
    font-style: italic !important;
    color: #898989 !important;
    font-weight: 100 !important;
    padding: 4px 0;
}

.checkout-cart-index .discount-codes p.your-savings,
.checkout-cart-index .discount-total .price {
    font-size: 16px !important;
}
/**
 *  Single Coupon Styling START
 */
#single-discount-coupon-form{
    text-align: left;
}
#single-discount-coupon-form h2,
#single-discount-coupon-form .input-text-,
#single-discount-coupon-form button{
    display: inline-block;
}
#single-discount-coupon-form h2{
    font-weight: bold;
    font-size: 15px;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    color: #333;
    line-height: 1;
    padding: 7px 0 0 0;
}
#single-discount-coupon-form .input-text{
    margin-left: 10px;
    border: 1px solid #bbb;
    border-right: none;
    height: 30px;
    width: 231px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #545454;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    padding: 0 10px 0 10px;
}
#single-discount-coupon-form button{
    font-weight: 900;
    color: white;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 12px;
    background: #0078ad;
    border-radius: 0px;
    width: 70px;
    height: 30px;
    padding: 0;
}

/**
 * Single Coupon Styling END
 */

.crosssell > h2{
    font-size: 16px;
    padding: 20px 0px 30px 30px;
    background: #efebe2;
    width: 100%;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.crosssell > ul{
    float: left;
    background: #efebe2;
    padding: 00px 0px 30px 30px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.crosssell > ul > li.item{
    width: 25%;
    padding: 0px 30px 0px 0px;
    background-color: transparent;
    border: none;
    margin: 0px;
    min-height: 380px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.crosssell > ul > li.item > div.wrap{
    width: 100%;
    padding: 15px;
    background-color: #ffffff;
    padding: 10px 0px 10px;
    text-align: center;
    border: 1px solid #dbdbdb;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 380px;
    position:relative;
    padding-bottom: 100px;
}
.crosssell > ul > li.item > div.wrap .anchor-bottom{
    position:absolute;
    bottom: 17px;
    width: 100%;
}
.crosssell .item .product-image{
    width: 100%;
    display: inline-block;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.crosssell .item .button-wrap{
    width: 100%;
    margin: 0px;
    padding: 10px 0px 7px;
}
.crosssell .item .price-box,
.crosssell .item .price-box span,
.crosssell .item .price-box span span{
    float: none;
    font-weight: normal !important;
    font-size: 13px;
}
.crosssell .item .product-name{
    width: 100%;
    padding:5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.crosssell .item .product-name a{
    font-size: 13px;
    color: #111;
}
.crosssell .item .sku{
    color: #a5a5a5;
    font-size: 11px;
    text-align: center;
}
.crosssell .item button{
    background: #0078ad;
    width: 120px;
    height: 30px;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 5px auto;
}
/* Cart End */

/* Checkout */
.onestepcheckout-index-index .four-col-three {
    width: 100%;
}
.onestepcheckout-index-index .four-col-one {
    display: none;
}
.onestepcheckout-index-index .breadcrumbs {
    margin: 0 0 23px 0;
}
.onestepcheckout-index-index #osco-coupon-placeholder {
    height: 228px;
    border-bottom: 27px solid #fff;
    background: #efebe2;
}
.onestepcheckout-index-index #onestepcheckout-form {
    display: block;
    background: #fff;
    clear: left;
    font-family: "Open Sans", arial, helvetica, sans-serif;
}
.onestepcheckout-index-index #onestepcheckout-form fieldset {
    margin: 0;
    padding: 0 30px 0 25px !important;
}
.onestepcheckout-index-index h1.onestepcheckout-title {
    font-family: "Open Sans", arial, helvetica, sans-serif !important;
    font-size: 24px !important;
    font-weight: normal !important;
    color: #2e2016 !important;
    text-transform: none !important;
    padding: 0;
    margin: 0 0 6px 0;
    line-height: 1;
}
.onestepcheckout-index-index #osco-required-msg {
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 12px;
    color: #7d7d7d;
    margin: 0 0 44px 0;
}

/* Left Side */
.onestepcheckout-index-index #osco-left {
    float: left;
    width: 566px;
    margin: 0 0 50px 0;
}
.onestepcheckout-index-index #osco-select-ba {
}
.onestepcheckout-index-index #osco-select-ba h6 {
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #373737;
    text-transform: uppercase;
    float: left;
    margin: 0 70px 361px 0;
}
.onestepcheckout-index-index #osco-select-ba #osco-address-select-div {
    float: left;
    width: 340px;
    position: relative;
    top: -30px;
}
.onestepcheckout-index-index #osco-select-ba #osco-address-select-div select {
    margin: 0;
}
.onestepcheckout-index-index #osco-select-ba #osco-address-div {
    float: left;
    width: 340px;
    /*position: relative;
    top: -19px;*/
}
.onestepcheckout-index-index #osco-select-ba .osco-address {
    margin: 0 0 28px 0;
}
.onestepcheckout-index-index #osco-select-ba div div input {
    width: 15px;
    height: 15px;
    margin: 4px 0 0 0;
}
.onestepcheckout-index-index #osco-select-ba div div p {
    float: right;
    width: 310px;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 14px;
    color: #777777;
    line-height: 21px;
}
.onestepcheckout-index-index #osco-select-ba div div p span {
    color: #333;
}
.onestepcheckout-index-index #osco-select-ba #osco-address-new {
    margin-bottom: 7px;
}
.onestepcheckout-index-index #osco-select-ba div div#osco-address-new p span {
    font-weight: 600 !important;
    color: #373737;
}
.onestepcheckout-index-index #osco-ba-inputs {
    margin: 0 0 50px 0;
}
.onestepcheckout-index-index #osco-ba-inputs h6 {
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #373737;
    text-transform: uppercase;
    float: left;
    margin: 0;
    /*display: none;*/
}
.onestepcheckout-index-index #osco-ba-inputs #billing_address_list {
    float: right;
    width: 370px;
}
.onestepcheckout-index-index #osco-ba-inputs label, .onestepcheckout-index-index #osco-ba-inputs br {
    display: none;
}
.onestepcheckout-index-index .onestep-left-col.col-1 .col-2 input.input-text,
.onestepcheckout-index-index .onestep-left-col.col-1 .col-2 select {
    border: 1px solid #bbb;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    /*color: #c0c0c0;*/
    padding: 6px 10px;
    margin: 0 0 6px 0;
}

.onestepcheckout-index-index .onestep-left-col.col-1 .col-2 select {
    background: url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/custom-select.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
}

.onestepcheckout-index-index .onestep-left-col.col-1 .col-2 select::-ms-expand {
    display: none;
}

.onestepcheckout-index-index .input-lastname, .onestepcheckout-index-index .input-region{
    position:relative;
}
.onestepcheckout-index-index .input-region input{
    position: absolute;
    top: 0;
    z-index: 10000;
    width: 100%;
    right: 0;
}
.onestepcheckout-index-index .input-firstname input,
.onestepcheckout-index-index .input-lastname input {
    width: 100%;
}
.onestepcheckout-index-index #osco-ba-inputs .onestepcheckout-address-line, .onestepcheckout-index-index #osco-ba-inputs .billing-company, .onestepcheckout-index-index #osco-ba-inputs .input-city input, .onestepcheckout-index-index #osco-ba-inputs .input-telephone input, .onestepcheckout-index-index #osco-ba-inputs .input-email input {
    width: 100%;
}
.onestepcheckout-index-index #osco-ba-inputs .input-country select {
    width: 100%;
    background: none;
    border-radius: 0;
}
.onestepcheckout-index-index .input-country,
.onestepcheckout-index-index .input-telephone{
    margin-bottom: 0px;
}
.onestepcheckout-index-index #osco-ba-inputs .input-different-shipping {
    float: right;
    width: 370px;
    line-height: 1;
}
.onestepcheckout-index-index #osco-ba-inputs .input-different-shipping div:first-child {
    margin: 0 0 20px 0;
}
.onestepcheckout-index-index #osco-ba-inputs .input-different-shipping input {
    width: 15px;
    height: 15px;
    line-height: 1;
    margin: 0 12px 0 0;
    padding: 0;
    display: inline-block;
}
.onestepcheckout-index-index #osco-ba-inputs .input-different-shipping label {
    float: none;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600 !important;
    color: #373737;
    width: auto;
}
.onestepcheckout-index-index #shipping_address {
    margin: 0 0 50px 0;
}
.onestepcheckout-index-index #osco-shipping-address {
}
.onestepcheckout-index-index #osco-shipping-address #osco-sa-left {
    float: left;
    width: 170px;
}
.onestepcheckout-index-index #osco-shipping-address #osco-sa-left h6 {
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #373737;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.onestepcheckout-index-index #osco-shipping-address #osco-sa-left p {
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 12px;
    color: #838487;
    margin: 0;
}
.onestepcheckout-index-index #osco-sa-right {
    float: right;
    width: 370px;
}
.onestepcheckout-index-index #osco-sa-right .osco-sa-input {
    margin: 0 0 16px 0;
}
.onestepcheckout-index-index #osco-sa-right .osco-sa-input input {
    width: 15px;
    height: 15px;
    display: inline-block;
    line-height: 1;
    margin: 0 12px 0 0;
}
.onestepcheckout-index-index #osco-sa-right .osco-sa-input label {
    display: inline-block;
    width: auto;
    float: none;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 12px;
    color: #373737;
}
.onestepcheckout-index-index #shipping_address_list {
    /*display: none !important;   */
}
.onestepcheckout-index-index #osco-payment h6 {
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #373737;
    text-transform: uppercase;
    float: left;
    margin: 0 0 10px 0;
}
.onestepcheckout-index-index #osco-payment .payment-methods {
    float: right;
    width: 370px;
}
.onestepcheckout-index-index #osco-payment .payment-methods dt {
    display: none;
    line-height: 1;
    margin: 0 0 20px 0;
}
.onestepcheckout-index-index #osco-payment .payment-methods #osco-dt-3 {
    display: block;
    margin: 0 0 24px 0;
}
.onestepcheckout-index-index #osco-payment .payment-methods dt input {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 12px 0 0;
}
.onestepcheckout-index-index #osco-payment .payment-methods label {
    float: none;
    display: inline-block;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 12px;
    color: #373737;
    width: auto;
}
.onestepcheckout-index-index #osco-payment #osco-payment-radio-dt {
    display: block;
}
.onestepcheckout-index-index #osco-payment #osco-payment-radio-dt input {
    vertical-align: top;
}
.onestepcheckout-index-index #osco-payment #osco-payment-radio-dt label {
    line-height: 1.5;
}
.onestepcheckout-index-index #osco-payment #osco-payment-radio-dt b {
    font-weight: bold;
}
.onestepcheckout-index-index #osco-payment .payment-methods #container_payment_method_trustcommerce {
    padding: 0;
}
.onestepcheckout-index-index #osco-payment .payment-methods #container_payment_method_trustcommerce ul {
    padding: 0;
}
.onestepcheckout-index-index .osco-payment-form {
    padding: 0;
    margin: 0;
    display: block;
    line-height: 1;
}
.onestepcheckout-index-index .osco-payment-form * {
    margin: 0;
    padding: 0;
}
.onestepcheckout-index-index .osco-payment-form li#osco-cc-name {
    display: none;
}
.onestepcheckout-index-index .osco-payment-form .input-box {
    width: 100%;
}
.onestepcheckout-index-index .osco-payment-form label {
    display: none !important;
}
.onestepcheckout-index-index .onestep-left-col.col-1 .col-2 input.input-text, .onestepcheckout-index-index .osco-payment-form select {
    border: 1px solid #bbb;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 13px;
    color: #464646;
    padding: 0 10px;
    margin: 0 0 10px 0;
}
.onestepcheckout-index-index .osco-payment-form li#osco-cc-type select, .onestepcheckout-index-index .osco-payment-form li#osco-cc-num input {
    width: 100%;
}
.onestepcheckout-index-index .osco-payment-form #osco-cc-expire-inputs {
    margin: 0 0 10px 0;
}
.onestepcheckout-index-index .osco-payment-form #osco-cc-expire-inputs select {
    float: left;
    width: 124px;
    margin: 0 26px 0 0 !important;
}
.onestepcheckout-index-index .osco-payment-form #osco-cc-expire-inputs input {
    float: right;
    width: 70px;
    margin: 0 !important;
}
.onestepcheckout-index-index .osco-payment-form #osco-cc-expire-inputs-msg {
    line-height: 1;
}
.onestepcheckout-index-index .osco-payment-form #osco-cc-expire-inputs-msg span {
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #959595;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
}
.onestepcheckout-index-index .osco-payment-form #osco-cc-expire-inputs-msg div {
    float: right;
    line-height: 1;
}
.onestepcheckout-index-index .osco-payment-form #osco-cc-expire-inputs-msg a {
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #959595;
    display: inline-block;
    line-height: 1;
    padding: 2px 0 0 18px;
    height: 11px;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/cart/cart-i-icon.png) left top no-repeat;
}
.onestepcheckout-index-index .osco-payment-form #osco-cc-expire-inputs-msg a:hover {
}
#checkout-payment-method-load dt,
#checkout-payment-method-load dd{
    min-height: 26px;
    width: 100%;
    float:left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* Right Side */
.onestepcheckout-index-index #osco-right {
    float: right;
    width: 348px;
    padding: 2px 0 0 0;
}
.onestepcheckout-index-index #osco-right-table {
    border: 2px solid #e1e1e1;
    width: 348px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px 0 14px;
}
.onestepcheckout-index-index #osco-right-table * {
    padding: 0;
}
.onestepcheckout-index-index #osco-right-table h6 {
    color: #707070;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    padding: 13px 0;
    border-bottom: 3px solid #e1e1e1;
}
.onestepcheckout-index-index #osco-right-table #osco-rt-qty-total-edit {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/onestepcheckout/checkout-summary-border-bg.jpg) bottom repeat-x;
    padding: 6px 0 8px 0;
    line-height: 1;
    margin: 0 0 20px 0;
}
.onestepcheckout-index-index #osco-right-table #osco-rt-qty-total-edit span {
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    color: #555555;
    line-height: 1;
    display: inline-block;
}
.onestepcheckout-index-index #osco-right-table #osco-rt-qty-total-edit a {
    float: right;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #3f6d90;
    line-height: 1;
    display: inline-block;
}
.onestepcheckout-index-index #osco-right-table table.onestepcheckout-summary {
    border-bottom: 3px solid #e1e1e1 !important;
    margin: 0 0 14px 0 !important;
}
.onestepcheckout-index-index #osco-right-table table.onestepcheckout-summary, .onestepcheckout-index-index #osco-right-table table.onestepcheckout-summary * {
    border: none;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}
.onestepcheckout-index-index #osco-right-table table.onestepcheckout-summary td {
    padding: 0 0 18px 0;
}
.onestepcheckout-index-index #osco-right-table table.onestepcheckout-summary td.osco-prod-img {
    padding-right: 15px;
    line-height: 1;
}
.onestepcheckout-index-index #osco-right-table table.onestepcheckout-summary td.osco-prod-name-opts-qty {
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #111;
    line-height: 14px;
    padding-right: 20px;
}
.onestepcheckout-index-index #osco-right-table table.onestepcheckout-summary td.osco-prod-name-opts-qty .osco-prod-sku {
    font-size: 11px;
    font-weight: normal;
    color: #959595;
    line-height: 1;
    display: inline-block;
    padding: 9px 0 0 0;
}
.onestepcheckout-index-index #osco-right-table table.onestepcheckout-summary td.osco-prod-name-opts-qty .osco-prod-qty {
    font-size: 10px;
    color: #3e3e3e;
    line-height: 1;
    display: inline-block;
    padding: 9px 0 0 0;
}
.onestepcheckout-index-index #osco-right-table table.onestepcheckout-summary td.osco-prod-total {
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #111;
    line-height: 1;
    width: auto;
}

/* Totals Table */
.onestepcheckout-index-index #osco-right-table table.onestepcheckout-totals,
.onestepcheckout-index-index #osco-right-table table.onestepcheckout-totals * {
    border: none;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}
.onestepcheckout-index-index #osco-right-table table.onestepcheckout-totals {

}
.onestepcheckout-index-index table.onestepcheckout-totals td {
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #555555;
}
.onestepcheckout-index-index table.onestepcheckout-totals .osco-grand-total td {
    line-height: 1;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #323232;
    border-top: 3px solid #e1e1e1 !important;
    padding: 16px 0 16px 0 !important;
}

.grand-total .title {
    text-transform: uppercase;
}

#onestepcheckout-form #billing_address label {
    font-size: 16px;
    text-transform: uppercase;
}

.item-count {
    padding: 3px 0;
    border-top: 3px solid #e1e1e1;
    border-bottom: 1px dashed #e1e1e1;
}
.item-count span {
    font-size: 11px;
    color: #555;
}
.item-count a {
    float: right;
    text-transform: capitalize;
    font-size: 10px;
    color: #3f6d90;
}

div.order-summary {
    padding: 15px;
    border: 2px solid #e1e1e1;
}

.onestepcheckout-index-index .col2-set .order-summary-col.col-2 {
    width: 350px;
}

.onestepcheckout-index-index table.onestepcheckout-totals td.title {
    text-align: left;

}

.onestepcheckout-index-index table.onestepcheckout-totals td {
    padding: 10px 0 0 0;
}

.onestepcheckout-index-index table.onestepcheckout-totals tr td {
    padding: 10px 0 10px;
}

.onestepcheckout-index-index .onestepcheckout-totals td,
.onestepcheckout-index-index .onestepcheckout-summary td {
    border: 0;
}

table.onestepcheckout-totals,
tr.grand-total {
    border-top: 3px solid #e1e1e1;
}

.onestepcheckout-index-index table.onestepcheckout-totals {
    margin: 0;
}

.onestepcheckout-index-index tr.grand-total td {
    padding: 15px 0 0;
    font-size: 15px;
}

.onestepcheckout-index-index tr.grand-total td.title {
    font-weight: 600;
}

.onestepcheckout-index-index tr.grand-total span.price {
    font-size: 21px;
    font-weight: 600;
    color: #323232;
}

button.onestepcheckout-button {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/cart/arrow.png) no-repeat 175px center;
    border-radius: 0;
    box-shadow: none;
}

button.orange.onestepcheckout-button, .orange.onestepcheckout-button:visited {
    background-color: #0078ad;
}

button.orange.onestepcheckout-button:hover {
    background-color: #00557a;
}

button.large.onestepcheckout-button {
    font-size: 11px;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    text-transform: uppercase;
    padding-right: 45px;
    width: 200px;
    height: 40px;
}

.onestepcheckout-summary .thumbnail {
    padding-right: 12px;
}

.onestepcheckout-summary .sku {
    color: #959595;
    font-size: 11px;
    text-transform: uppercase;
}

.onestepcheckout-summary .qty {
    text-transform: uppercase;
    font-size: 11px;
}

table.onestepcheckout-summary tr {
    padding-bottom: 10px;
    display: block;
}

.order-summary .onestepcheckout-numbers {
    background: none;
    padding: 0;
    margin: 0;
    font-weight: 100;
    font-size: 18px;
    color: #707070;
}

.onestepcheckout-index-index #account-info {
    margin: 0;
}

.onestepcheckout-index-index div.checkoutcontainer {
    border: 0;
}

.onestepcheckout-index-index p.onestepcheckout-numbers {
    background: none;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #373737;
    font-size: 14px;
}

.onestepcheckout-index-index .order-summary p.onestepcheckout-numbers {
    font-weight: 100;
    font-size: 18px;
}

#onestepcheckout-form label {
    float: none;
}

.onestepcheckout-index-index p.onestepcheckout-description {
    color: #7d7d7d;
    font-size: 12px;
    margin-bottom: 20px;
}

.onestep-left-col.col-1 {
    width: 580px;
}

.onestep-left-col.col-1 .col-1 {
    width: 160px;
}

.onestep-left-col.col-1 .col-2 {
    width: 370px;
}

#billing-address-select {
    margin-bottom: 30px;
}


div.payment-methods dd {
    padding: 0;
}

div.payment-methods .form-list {
    padding: 0;
}
/*.messages > li{
    margin: 0px;
    padding: 0px;
}
.messages > li ul li{
    margin: 5px 0px;
    padding: 0px;
}
*/
.checkout-cart-index .messages > li ul li span,
.messages > li ul li span{
    font-size: 11px;
    line-height: 25px !important;
}
.checkout-types{
    margin-bottom: 80px;
}
.checkout-types li{
    float: right;
    margin-left: 20px;
}
.checkout-types li .continue{
    text-transform: uppercase;
    margin: 0px 15px 0px 0px;
    line-height: 42px;
    font-size: 13px;

}

li.card-types span {
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/cart/card-types.png);
    background-position-y: 0px;
    width: 66px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 10px;
}

li.card-types span.ae-card-type {
    background-position: -147px 0px;
}
li.card-types span.vi-card-type {
    background-position: 0px 0px;
}
li.card-types span.mc-card-type {
    background-position: -76px 0px;
}
li.card-types span.di-card-type {
    background-position: -234px 0px;
}
li.card-types span.ae-card-type.active {
    background-position: -147px 30px;
}
li.card-types span.vi-card-type.active {
    background-position: 0px 30px;
}
li.card-types span.mc-card-type.active {
    background-position: -76px 30px;
}
li.card-types span.di-card-type.active {
    background-position: -234px 30px;
}

.onestepcheckout-index-index div.checkoutcontainer div.input-address-short,
.onestepcheckout-index-index div.checkoutcontainer div.input-email,
.onestepcheckout-index-index div.checkoutcontainer div.input-telephone,
.onestepcheckout-index-index div.checkoutcontainer div.input-company,
.onestepcheckout-index-index div.checkoutcontainer div.input-fax,
.onestepcheckout-index-index div.checkoutcontainer div.input-password {
    width: 528px;
}

.onestepcheckout-index-index div.checkoutcontainer div.input-firstname,
.onestepcheckout-index-index div.checkoutcontainer div.input-lastname {
    width: 50%;
}

.onestepcheckout-index-index div.checkoutcontainer div.input-firstname {
    float: left;
    clear: left;
}

.onestepcheckout-index-index div.checkoutcontainer div.input-firstname input {
    width: 180px;
}

.onestepcheckout-index-index div.checkoutcontainer div.input-lastname {
    float: right;
    clear: right;
}

.onestepcheckout-index-index div.checkoutcontainer div.input-lastname input {
    width: 185px;
}


.onestep-left-col.col-1 .col-2 .input-address input.input-text,
.onestep-left-col.col-1 .col-2 .input-city input.input-text,
.onestepcheckout-index-index div.checkoutcontainer div.input-country select {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#container_payment_method_trustcommerce {
    margin-top: 20px;
}

#billing-address-select {
    width: 370px !important;
}

.checkout-small-desc{
    color:#838487;
    font-size: 11px;
}
#qty-update-btn{
    display: inline-block;
}
.checkout-cart-index #shopping-cart-table button#qty-update-btn,
.checkout-cart-index #shopping-cart-table button#qty-update-btn span,
.checkout-cart-index #shopping-cart-table button#qty-update-btn span span{
    float: none !important;
    margin: 0px !important;
    left: auto !important;
}
#container_payment_method_trustcommerce .input-box{
    float: left;
}
.input-box.payment-verify .v-fix{
    padding-right: 15px;
}
.v-fix.v1,.v-fix.v2,.v-fix.v3{
    width: 140px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.v-fix.v1{
    width: 165px;
}
.v-fix.v2{
    width: 115px;
}
.v-fix.v3{
    padding: 0px !important;
    width: 71px;
}
.onestepcheckout-index-index .v-fix.v1 select#trustcommerce_expiration_yr,
.onestepcheckout-index-index .v-fix.v2 select#trustcommerce_expiration,
.onestepcheckout-index-index .v-fix.v3 input.input-text#trustcommerce_cc_cid{
    width: 100% !important;
}
#cc_expire_label{
    float: left;
    font-size: 9px;
    color: #888;
    text-transform: uppercase;
}
#checkout-payment-method-load dt .custom-radio{
    margin-right: 5px;
}
.payment_section_paypal_express .custom-radio{
    margin-top: 20px;
}
.payment_section_paypal_express{
    height: 60px !important;
}
#container_payment_method_paypal_express .form-list{
    display: none;
}
.cvv-what-is-this{
    float: right;
    font-size: 9px;
    color: #444;
    margin-right: 18px;
    background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/cart/info.jpg) no-repeat left center;
    height: 12px;
    padding-left: 16px;
    line-height: 13px;
}
.input-box.create-account{
    margin-bottom: 20px;
}
.input-region .custom-select {
    min-width: inherit;
}
.checkout-button-container {
    float: left;
}
.checkout-cart-index #shopping-cart-table button {
    float: right;
}
/* Checkout End */

/* Eyemagine's Styles End */

.nbutton {
    border: 0px solid #0a3c59;
    background: #124e6f;
    background: -webkit-gradient(linear, left top, left bottom, from(#5c99b8), to(#124e6f));
    background: -webkit-linear-gradient(top, #5c99b8, #124e6f);
    background: -moz-linear-gradient(top, #5c99b8, #124e6f);
    background: -ms-linear-gradient(top, #5c99b8, #124e6f);
    background: -o-linear-gradient(top, #5c99b8, #124e6f);
    background-image: -ms-linear-gradient(top, #5c99b8 0%, #124e6f 100%);
    padding: 3.5px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
    box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
    text-shadow: #1e4158 0 1px 0;
    color: #ededed;
    font-size: 19px;
    font-family: 'NewsGothicBT-RomCon', sans-serif;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}

.nbutton:hover {
    cursor: pointer;
    border: 0px solid #0a3c59;
    text-shadow: #1e4158 0 1px 0;
    background: #286482;
    background: -webkit-gradient(linear, left top, left bottom, from(#5c99b8), to(#286482));
    background: -webkit-linear-gradient(top, #5c99b8, #286482);
    background: -moz-linear-gradient(top, #5c99b8, #286482);
    background: -ms-linear-gradient(top, #5c99b8, #286482);
    background: -o-linear-gradient(top, #5c99b8, #286482);
    background-image: -ms-linear-gradient(top, #5c99b8 0%, #286482 100%);
    color: #fff;
}

.nbutton:active {
    text-shadow: #1e4158 0 1px 0;
    border: 0px solid #0a3c59;
    background: #5c99b8;
    background: -webkit-gradient(linear, left top, left bottom, from(#5c99b8), to(#286482));
    background: -webkit-linear-gradient(top, #5c99b8, #5c99b8);
    background: -moz-linear-gradient(top, #5c99b8, #5c99b8);
    background: -ms-linear-gradient(top, #5c99b8, #5c99b8);
    background: -o-linear-gradient(top, #5c99b8, #5c99b8);
    background-image: -ms-linear-gradient(top, #5c99b8 0%, #5c99b8 100%);
    color: #fff;
}

.nbutton:disabled {
    background: #777;
    cursor: not-allowed;
}

.cart-button, button.cart-button, input.cart-button {
    font-weight: 900;
    color: white;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 12px;
    background: none #0078AD;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    height: 40px;
    padding: 0;
    display: inline-block;
    border: 0 none;
    padding: 0 15px !important;
}

.cart-button:hover {
    cursor: pointer;
    border: 0px solid #0a3c59;
    text-shadow: #1e4158 0 1px 0;
    background: #286482;
    color: #fff;
}

.cart-button:active {
    text-shadow: #1e4158 0 1px 0;
    border: 0px solid #0a3c59;
    background: #5c99b8;
    background: -webkit-gradient(linear, left top, left bottom, from(#5c99b8), to(#286482));
    background: -webkit-linear-gradient(top, #5c99b8, #5c99b8);
    background: -moz-linear-gradient(top, #5c99b8, #5c99b8);
    background: -ms-linear-gradient(top, #5c99b8, #5c99b8);
    background: -o-linear-gradient(top, #5c99b8, #5c99b8);
    background-image: -ms-linear-gradient(top, #5c99b8 0%, #5c99b8 100%);
    color: #fff;
}

.cart-button:disabled {
    background: #777;
    cursor: not-allowed;
}

.uppercase {
    text-transform: uppercase;
}

.pricing .inc-vat {
    font-size: 11px;
    font-family: 'NewsGothicBT-Roman', sans-serif;
    color: #969696;
    margin-left: 4px;
}

.cart-summary .block-content .inc-vat {
    font-size: 11px;
    font-family: 'NewsGothicBT-Roman', sans-serif;
    color: #969696;
}

/* @group my */

#my_head {
	width: 534px;
	background-color: #000;
	color: #fff;
	text-align: left;
	padding: 10px;
	margin-bottom: 10px;
}
#block {
	width: 518px;
	height: 370px;
	padding: 18px;
	background-color: #fff;
	border: 1px;
	border-color: #d9dbdc;
}
.shadow {
	width: 350px;
	height: 190px;
	float:left;
	margin: 0 10px 10px 10px;
	-moz-box-shadow: inset 0 0 10px #d9dbdc;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 0 0 10px #d9dbdc;
	box-shadow: inset 0 0 10px #d9dbdc;
	text-align: center;
}
.my {
	width: 100%;
	height: 20px;
	margin-left: 8px;
	margin-bottom: 8px;
	text-align: center;
}

.shadow > a {
	display: block;
	margin-top: 20px;
}



.my-wrap {
	background-color: #fff;
	overflow:hidden;
	/*width:534px;
	float: right;*/
}

.my-wrap h2 {
	margin-bottom: 10px;
}

/* @end */

/* @group systems */

.my-uad, .my-plugins {
	background-color: #fff;
	-moz-box-shadow: inset 0 0 5px #d9dbdc;
	-webkit-box-shadow: inset 0 0 5px #d9dbdc;
	box-shadow: inset 0 0 5px #d9dbdc;
}

.my-plugins {
	margin-bottom: 10px;
}

.my-uad {
	position: absolute;
	z-index: 200;
}

.my-plugins table {
	width: 100%;
}

.my-uad td, .my-uad th, .my-plugins td, .my-plugins th  {
	padding: 4px 8px 4px 8px;
	white-space: nowrap;
	border-bottom: 1px solid #D9D8D3;
}

.my-uad th, .my-plugins th {
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #d9dbdc;
}

.my-plugins td.blue-left {
	padding: 0; 
	width: 5px; 
	background-color: #196797; 
	border-bottom: 1px solid #196797;
}

.my-uad .close, .my-plugins .close {
	top: -10px;
	right: -10px;
	position: absolute;
	background-image: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/q/default-h.png);
	background-position: -24px -168px;
	height: 24px;
	width: 24px;
	cursor: pointer;
	display: block;
	z-index: 200;
}

/* @end */

/* start uad registration */
/* end uad registration */

/* @group hw index page */

.name_hw {
	height: 24px;
	color: #4c4844;
	font-size: 12px;
	font-weight: bold;
	margin-left: 4px;
	line-height: 12px;
}



/* @end */

/* @group footer */

.footer {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/footer_bg.jpg) repeat-x #41362d;
	padding-top: 30px;
	height: 335px;
	min-width: 1020px;
}

.footer .wrapper {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/ua-logo-blue-vert.svg) 930px 0px no-repeat;
}

.footer ul {
	float: left;
	margin-right: 46px;
	width: auto;
}

.footer ul li {
	/*line-height: 12px;*/
}

.footer ul li.about {
	margin-top: 12px;
}

.footer ul li a {
	font-size: 11px;
	color: #b6b6b6;
}

.footer ul li a strong {
	color: #ececec;
}

#fnav {
	height: 180px;
	width: 1000px;
}


#copyright {
	float: left;
	text-align: center;
	width: 1000px;
	color: #b6b6b6;
	font-size: 10px;
	margin-top: 10px;
}

#copyright a {
	color: #b6b6b6;
}



/* @end */

/* @group instance_chart */

.white {
	background-color: #ffffff;
	border-bottom: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
}

.grey {
	background-color: #dddddd;
}

.half {
	width: 140px;
	float: left;
	text-align: right;
	border-top: 1px solid #747474;
	font-weight: bold;
}

.half img{
	float: left;
}

.grey_half {
	background-color: #dddddd;
	width: 200px;
}

.white_half {
	background-color: #ffffff;
	width: 200px;
}

.spec {
	width: 312px;
	float: left;
	border-top: 1px solid #747474;
	padding-left: 8px;
}

.instance_plug {
	width: 146px;
	float: left;
	font-weight: bold;
}

.instance_k {
	width: 132px;
	float: left;
	font-weight: bold;
	text-align: center;
}

.instance_n {
	width: 66px;
	float: left;
	text-align: center;
}

.chart_line_grey {
	width: 940px;
	float: left;
	background-color: #eaeaea;
	border-bottom: 1px dotted #000000;
}

.chart_line_white {
	width: 940px;
	float: left;
	background-color: #ffffff;
	border-bottom: 1px dotted #000000;
}

.grey_wrap {
	width: 540px;
	float: left;
	background-color: #eaeaea;
	border-bottom: 1px dotted #000000;
}

.white_wrap {
	width: 540px;
	float: left;
	background-color: #ffffff;
	border-bottom: 1px dotted #000000;
}

.chart_154 {
	width: 154px;
	float: left;
	font-weight: bold;
}

.chart_154_center {
	width: 154px;
	float: left;
	text-align: center;
	font-weight: bold;
}

.chart_77 {
	width: 77px;
	float: left;
	text-align: center;
}



/* @end */

/* @group promo */

.promo-main-landing {
	width: 740px;
	float: left;
	background:  #ffffff;
}
.promo-main-landing p{
	margin-bottom: 20px;
}

.landing-content {
	padding: 20px 20px 0;
	border: 1px solid #d9dbdc;
	background: #fff;
}

.promo-main {
	width: 680px;
	float: left;
}

.promo-main .block {
	border: none;
}

.promo-main .block p{
	margin-bottom: 20px;
}

.promo-main .block h2, .four-col-three .block.dealers h2 {
	height: 30px;
	line-height: 30px;
	background: #000;
	font-size: 14px;
	color: #f4f3ed;
	font-weight: bold;
	padding-left: 10px;
}

.promo-main .block .block-content {
	padding: 20px 20px 0;
	border: 1px solid #d9dbdc;
	background: #fff;
}



.promo-main .block .block-content a+h3 {
	margin-top: 20px;
}

#promo-content {
	width: 1000px;
}


.promo-side {
	width: 300px;
	float: left;
	margin-left: 20px;
}

.promo-side .block{
	background-color: #ffffff;
}

.promo-side .block p {
	margin-bottom: 20px;
}

.promo-side .block h2 {
	background: #e6e0d7;
	font-size: 14px;
	font-weight: bold;
	color: #4c4844;
	padding: 5px 10px;
	overflow: hidden;
}

.promo-side .block .block-content ul {
	margin-bottom: 20px;
}

.promo-side .block .block-content li {
	margin-right: 5px;
}

.promo-side .block .block-content li a {
	font-size: 12px;
	line-height: 18px;
}

/* @end */

.fineprint {
	font-size: 10px;
	line-height: 9px;
		margin-bottom:6px;
}

/* @group dealers */

.faq {
	width: 220px;
}

.item {
	width: 220px;
	float: left;
	background-color: #ffffff;
	padding: 4px;
	text-align: center;
	border: 1px solid #dbdbdb;
	height: 220px;
	margin-left: 8px;
	margin-bottom: 4px;
}

.name {
	font-weight: bold;
	height: 30px;
	font-size: 12px;
	line-height: 12px;
}

.image_box {
	height: 146px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 8px;
}

.info_box {
	width: 126px;
	float: left;
	text-align: left;
	margin-left: 4px;
	font-size: 10px;
	line-height: 11px;
}

.dl_box {
	float: right;
	width: auto;
}




/* @end */

/** added to rewrite file **/

@font-face {
	font-family: 'NewsGotBTRom';
	src: url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTRom.eot');
	src: url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTRom.eot?#iefix') format('embedded-opentype'), url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTRom.woff') format('woff'), url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTRom.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NewsGotBTBol';
	src: url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTBol.eot');
	src: url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTBol.eot?#iefix') format('embedded-opentype'), url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTBol.woff') format('woff'), url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/fonts/NewsGotBTBol.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.step-box {width:254px;height:280px;float:left;background-color:#f3ebe2;border: 3px solid #ddd9d4;border-radius: 6px;}

.step-number {width:234px;height:48px;padding-top:20px;padding-left:26px;font-family: NewsGotBTBol, Arial, sans-serif; font-size: 24px;color: rgb(106, 97, 86); text-align: left;}

.step-text {width:210px;height:118px;padding-left:26px;font-family: NewsGotBTRom, Arial, sans-serif; font-size: 14px;color: rgb(106, 97, 86); text-align: left;}


/*Tooltip component by www.menucool.com */

/*For tooltip target element that has set class="tooltip" */
.tooltip {text-decoration: none; border-bottom:1px dotted #36c;color: #36c; outline: none; }

/*For tooltip box*/
div#mcTooltip
{
    line-height:16px;
    border-width: 1px;
    color:#333;
    border-color:#BBBBBB;
    padding:20px;
    font-size: 12px;
    font-family: Verdana, Arial;
    border-radius:6px; /*Rounded corners. N/A for IE 8 and below.*/
    box-shadow: 0 1px 4px #AAAAAA; /*Drop shadow. N/A for IE 8 and below.*/
}

div#mcTooltip, div.mcTooltipInner
{
    background-color:#EAECF0;
}

/* For hyperlink within tooltip */
div#mcTooltip a { color:#36c; }

/*Close button. Available when sticky or overlay has been set to true, or is on iPhone, iPad, Android, BlackBerry, or IEMobile devices. */
div#mcttCloseButton
{
    width:40px;
    height:40px;
    position:absolute;
    cursor:pointer;
    overflow:hidden;
    background-image: url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/close.png");
    top:-10px;
    right:-10px;
    left:auto;
    background-size: 40px 40px;
}

/*Give the close button a bigger size in smaller devices*/
@media only screen and (max-width: 1024px) {
    div#mcttCloseButton
    {
        width:24px;height:24px;background-size:cover;
    }
}

/* Only applies when overlay has been set to true or 1 */
div#mcOverlay
{
    background-color: white;
    opacity:0.8; filter: alpha(opacity=80);
    display:none;top:0;left:0;width:100%;height: 100%;overflow:visible;z-index:200;
}

/*Only available when calling by tooltip.ajax(...). It will be a spinning image indicating a request is in progress.*/
div#tooltipAjaxSpin {margin:20px 50px; background:transparent url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/loading.gif) no-repeat center center; width:50px; height:30px; font-size:0;}

/*The settings below should remain unchanged*/
div#mcTooltipWrapper {position:absolute;visibility:hidden;overflow:visible;z-index:9999999999;top:0px;}
div#mcTooltip {float:left;border-style:solid;position:relative;overflow:hidden;}
div.mcTooltipInner {float:left;position:relative;width:auto;height:auto;}
div#mcttCo {position:absolute;text-align:left;}
div#mcttCo em, div#mcttCo b {display:block; width:0; height:0;overflow:hidden;}

/*workable with bootstrap*/
div#mcTooltip, div#mcTooltip div {
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing:content-box;
}

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

/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * 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     enterprise_default
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { margin:10px 0; }
.widget .widget-title h2 { font-size:18px; color:#d12c01; }

.widget .widget-products { margin:0 -20px 0; }
.cms-home .col1-layout .widget .widget-products,
.cms-index-index .col1-layout .widget .widget-products { margin:0 0 20px; }
/* std class reset */
.widget .products-grid { list-style:none; margin-bottom:0; padding-left:20px; }
.widget .products-grid p,
.widget .products-list p { margin-bottom:0; }
.widget .products-list { list-style:none; margin-bottom:0; padding-left:0; }
.widget .add-to-links { list-style:none; padding-left:0; margin:5px 0; }

/* Widget Banner */
.widget-banner { clear:both; display:block; width:100%; overflow:hidden; text-align:center; }
.widget-banner li { margin:7px 0; }

.top-container .widget-banner li { margin:0; }

.footer-before-container .widget-banner li { margin:0; }

.widget-banner-inline { display:block; clear:both; padding:7px 0; text-align:center; }
.widget-banner-inline ul,
.widget-banner-inline li { display:inline; }
.widget-banner-inline li { margin:0 3px; }
.widget-banner-inline li img { vertical-align:middle; }

/* Widget New Proructs */
.widget-new-products { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-new-products { display:block; padding:0 20px; }

/* Widget Viewed Proructs */
.widget-viewed { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-viewed { display:block; padding:0 20px; }

/* Widget Compared Proructs */
.widget-compared { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-compared { display:block; padding:0 20px; }

/* Widget CMS Static Block */
.widget-static-block {}

/* Widget Catalog Events Carousel */
.widget-events { display:block !important; }

/* Widgets Links Common Styles */
/* Style 1 */
/*.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { float:left; border:1px solid #cfcfcf; border-bottom-color:#b2b2b2; margin:13px -1px 0 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { float:left; font-size:12px; background:#f2f2f2; border-top:1px solid #fff; border-bottom:1px solid #e2e2e2; padding:2px 5px 4px; color:#cc7137; text-decoration:underline; white-space:nowrap; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { color:#1e75b4; text-decoration:none; }*/
/* Style 2 */
.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { display:block; padding:12px 12px; background:#fff url(http://www.uaudio.com/skin/frontend/uaudio/default/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

.footer-before-container .widget-product-link,
.footer-before-container .widget-category-link,
.footer-before-container .widget-cms-link,
.footer-before-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.footer-before-container .widget-product-link a,
.footer-before-container .widget-category-link a,
.footer-before-container .widget-cms-link a,
.footer-before-container .widget-hierarchy-link a { display:block; padding:10px 12px; background:#fff url(http://www.uaudio.com/skin/frontend/uaudio/default/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; cursor:pointer; }
.footer-before-container .widget-product-link a:hover,
.footer-before-container .widget-category-link a:hover,
.footer-before-container .widget-cms-link a:hover,
.footer-before-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

/* Widget 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 { font-size:12px; background:url(http://www.uaudio.com/skin/frontend/uaudio/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-product-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-product-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(http://www.uaudio.com/skin/frontend/uaudio/default/images/bkg_widget-product-link-icon.gif) 17px 3px no-repeat;*/ }
.sidebar .widget-product-link a { font-size:12px; background:url(http://www.uaudio.com/skin/frontend/uaudio/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-product-link a:hover { color:#333; text-decoration:none; }

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

.top-container .widget-category-link { border-bottom:0; }
.top-container .widget-category-link a { border-color:#ca3934; color:#d53c00; background-image:url(http://www.uaudio.com/skin/frontend/uaudio/default/images/bkg_widget-links2.gif); background-color:#f9d2c1; }
.top-container .widget-category-link a:hover { color:#fff; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { font-size:12px; background:url(http://www.uaudio.com/skin/frontend/uaudio/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-category-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-category-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(http://www.uaudio.com/skin/frontend/uaudio/default/images/bkg_widget-category-link-icon.gif) 19px 3px no-repeat;*/ }
.sidebar .widget-category-link a { font-size:12px; background:url(http://www.uaudio.com/skin/frontend/uaudio/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-category-link a:hover { color:#333; text-decoration:none; }

/* 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 { font-size:12px; background:url(http://www.uaudio.com/skin/frontend/uaudio/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-cms-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(http://www.uaudio.com/skin/frontend/uaudio/default/images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-link a { font-size:12px; background:url(http://www.uaudio.com/skin/frontend/uaudio/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-link a:hover { color:#333; text-decoration:none; }

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

.col-main .widget-cms-hierarchy-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-hierarchy-link a { font-size:12px; background:url(http://www.uaudio.com/skin/frontend/uaudio/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-cms-hierarchy-link { display:block; margin:10px 0; padding:0 17px/* 0 37px*/; /*background:url(http://www.uaudio.com/skin/frontend/uaudio/default/images/bkg_widget-cms-link-icon.gif) 19px 2px no-repeat;*/ }
.sidebar .widget-cms-hierarchy-link a { font-size:12px; background:url(http://www.uaudio.com/skin/frontend/uaudio/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }
/* ======================================================================================= */

.pointer {
	cursor: pointer;
}

.clearL {
	clear: left;
}

.clearR {
	clear: right;
}

.clearB {
	clear: both;
}

.center {
	text-align: center;
}

.readonly {
	background-color: #eee;
}

/* media player {{{ */

.ua-loading {
	width: 24px;
	height: 24px;
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/loading.gif) no-repeat scroll 0 0;
	position: absolute;
	z-index: 1000;
}

.ua-play {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/play_transparent.png) no-repeat;
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	left: 205px; 
	top: 101px;
}
.hero-video:hover .ua-play {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/play_hover.png) no-repeat;
}


.block.ua-media-videos {
	border:1px solid #464646;
	background:#252525;
}

.block.ua-media-images {
	border: 1px solid #D9DBDC;
	background: #fff;
}

.ua-media-title {
	background: #FFF; 
	/*border-bottom: 1px solid #464646; */
	height: 30px; 
	padding-left: 10px; 
	padding-right: 10px;
}

.ua-media-title .title {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	float: left;
}

.ua-media-title .links {
	float: right;
}

.ua-media-title .links ul {
	float: left;
	margin-top: 6px;
}

.ua-media-title .links li {
	float: left; 
	margin-right: 5px;
}

.ua-media-arrow-right {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/arrow-right.png);
	display: block;
	width: 20px;
	height: 20px;

}

.ua-media-arrow-left {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/arrow-left.png);
	width: 20px;
	height: 20px;
	display: block;
}


.ua-pager-arrow {
	width: 23px; 
	height: 23px; 
	position: absolute; 
	display: block;
}

.ua-pager-left-arrow {
	left: 0; 
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/btn-left.png) no-repeat;
}

.ua-pager-left-arrow:hover {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/btn-left-hover.png) no-repeat;
}

.ua-pager-right-arrow {
	right: 0;
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/btn-right.png) no-repeat;
}

.ua-pager-right-arrow:hover {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/btn-right-hover.png) no-repeat;
}

.ua-media-arrow-down {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/arrow-down.png);
	display: block;
	width: 20px;
	height: 20px;
}

.ua-media-arrow-up {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/arrow-up.png);
	display: block;
	width: 20px;
	height: 20px;
}


.ua-pager-pages {
	position: absolute; 
	left: 36px;
	text-align: center;
	padding-top: 11px;
}

.ua-pager-page {
	display: inline-block;
	width: 13px;
	height: 13px; 
	margin: 0 1px;
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/nav-pg.png) no-repeat scroll 0 -13px;
}

.ua-pager-page-current, .ua-pager-page:hover {
	background-position: 0 0;
}

.ua-links-selected {
	font-weight: bold;
}

#ua-media-count {
	font-weight: bold;
}

.ua-library-close {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/close.png) no-repeat;
	width: 51px;
	height: 15px;
	display: block;
	margin-left: 15px;
}

.ua-image-library, .ua-video-library {
	height: 100%;
	position: relative;
	top: 0px; 
	left: 0px;
	overflow: hidden;
}

.ua-image-library .ua-image-thumb, .ua-video-library .ua-video-thumb {
	text-align: center;
	float: left;
	text-align: left;
}

.ua-image-thumb {
	width: 100px;
	margin-left: 22px;
	padding-top: 20px;
	height: 215px;
}

.ua-video-thumb {
	width: 220px;
	margin-left: 25px;
	padding-top: 7px;
	height: 228px;
}

.ua-image-thumb.first, .ua-video-thumb.first {
	margin-left: 0px;
}


.ua-video-thumb a {
	font-weight: bold;
}

.ua-image-thumb div.wrapper {
	width: 100%;
	height: 50%;
	text-align: left;
}

.ua-video-thumb div.wrapper {
	height: 76px;
	text-align: left;
	width: 100%;
}

.ua-image-thumb div p {
	margin-top: 4px;
	color: #fff;
}




/* end media player }}} */

/* image zoom {{{ */

.ua-overlay {
	position: fixed;
	top: 0; 
	left: 0; 
	z-index: 100;
	background-color: black;
	opacity: .6;
	filter: alpha(opacity = 60);
	width: 100%;
	height: 100%;
}

.ua-mask {
	z-index: 1000;
	position: absolute;
	background-color: white;
	opacity: .5;
	filter: alpha(opacity = 50);
}

.ua-zoom {
	z-index: 200;
	position: absolute;
}

.ua-zoom-img {
	cursor: -moz-zoom-in;
}

.ua-zoom .tl {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/tl.png) 0 0 no-repeat; 
	width: 20px; 
	height: 20px; 
	overflow: hidden;
}

.ua-zoom .tm {
	 background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/tm.png) 0 0 repeat-x;
	 height: 20px;
	 overflow: hidden;
}

.ua-zoom .tr {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/tr.png) 100% 0 no-repeat;
	width: 20px; 
	height: 20px;
	overflow: hidden;
}

.ua-zoom .ml {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/ml.png) 0 0 repeat-y;
	width: 20px;
	overflow: hidden;
}

.ua-zoom .mm {
	background: #fff;
	vertical-align: top;
	padding: 10px;
}

.ua-zoom .mr {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/mr.png) 100% 0 repeat-y;
	width: 20px;
	overflow: hidden;

}

.ua-zoom .bl {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/bl.png) 0 100% no-repeat;
	width: 20px;
	height: 20px;
	overflow: hidden;

}

.ua-zoom .bm {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/bm.png) 0 100% repeat-x;
	height: 20px;
	overflow: hidden;
}

.ua-zoom .br {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/br.png) 100% 100% no-repeat;
	width: 20px;
	height: 20px;
	overflow: hidden;
}

.ua-zoom-close {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/closebox.png) no-repeat;
}

/* end image zoom }}} */


/* start my.uaudio forms {{{ */
.field-row {
	display: block;
	margin-bottom: 8px;
	clear: both;
}
h4.fieldset-legend {
	font-size: 17px;
	margin-bottom: 10px;
}

legend {
}

label {
	float: left;
	width: 130px;
}

.input-text {
	/*float: left;*/
}

.hint {
	cursor: pointer;
}

.login a {
	font-size: 11px;
	font-weight: bold;
}

.login label {
	width: 113px;
	margin-bottom: 10px;
	font-weight: bold;
}

.login > div {
	clear: both;
}

.login .input-e {
	float: right;
}

.upgrade-msg {
}

.upgrade-msg a {
	font-weight: bold;
	color: red;
}

/* end my.uaudio forms }}} */

/* {{{ */

.header .links li {
	position: relative;
}
.header .links li div.popout {
	display: none;
	position: absolute;
	top: 28px;
	left: -10px;
	background:url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/popoutMenu_bg.png) repeat;
	z-index: 100;
	padding: 5px 0 18px 12px;
	width: 150px;
}

.header .links li div.popout ul {
	float: left;
}

.header .links li div.popout li {
	margin-left: 0;
	display: block;
	float: none;
	width: 100%;
}

.header .links li:hover div.popout {
	display: block;
}

.header .links .popout a {
	line-height: 21px;
	color: #79B7D8;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.header .links .popout a:hover {
	text-decoration: underline;
}

.header .links > li {
	padding-bottom: 10px;
}
/* }}} */

.newsletter-subscribe .validation-advice {
	display: none;
}


.img-right {
	float: right;
	padding: 8px 8px 8px 0;
	margin-left: 20px;
}

.img-left {
	float: left;
	padding: 8px 8px 8px 0;
	margin-right: 8px;
}

.img-center {
	text-align: center;
	width: auto;}

.img-caption {
	background-color: #f4f3ed;
	font-style: italic;
	padding: 2px;
	text-align: center;
	color: #4C4844;
	font-size:11px;
	line-height:11px;/*font-weight: bold;*/
}

.img-header {
	background-color: #f4f3ed;
	font-weight: bold;
	padding: 6px;
	text-align: center;
	color: #4C4844;
	font-size:12px;
	line-height:12px;/*font-weight: bold;*/
}


.video-center {
	padding-left: 116px;
}

.text-center {
	text-align: center;
}

.category-hardware #video {
	width: 496px; 
	height: 293px;
	display: block;
	margin-bottom: 15px;
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/mediaplayer/silver.png) no-repeat;
}

.category-hardware #video .hero-video {
	margin-left: 8px;
	margin-top: 11px;
}

.cms-contact-html .contact {
	margin-bottom: 8px;
}

#product-related-posts {
	width: 100%;
	border-top: 1px dotted #c2c2c2; 
	border-bottom: 1px dotted #c2c2c2;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
}

#product-related-posts h3 {
	color: #4D433A;
	font-size:18px;
	font-weight:normal;
	line-height:22px;
	margin:10px 0;
}

#product-related-posts ul {
	margin-bottom: 0;
}


#product-related-posts li {
	margin-bottom: 12px;
	width: 100%;
	float: left;
	position:relative;
	background: none;
	margin-left: 0;
	padding-left: 0;
}

#product-related-posts li div {
	width: 345px;
	margin-right: 6px;
	float: left;
}
#product-related-posts li img {
	float: left;
}
#product-related-posts li h3 {
	font-weight: bold;
	line-height: 13px;
	margin: 0 0 4px 50px;
	font-size: 13px;
} 
#product-related-posts li p {
	margin-left: 50px;
	line-height: 13px;
}

.twin-start {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/twin/start/twin-bg.png) 0 0 repeat-x;
	width: 1000px;
	height: 876px;
}
.twin-start-logo {
	width: 1000px;
	height: 39px;
	padding-top: 38px;
	text-align: center;
}
.twin-getting-started {
	width: 400px;
	height: 110px;
	padding-top: 32px;
	margin: 0 auto;
	text-align: center;
	font-family: 'NewsGothicBT-Roman', sans-serif;
	font-size: 45px;
	line-height: 51px;
	color: #332b27;
}
.twin-boxes {
	width: 700px;
	height: 180px;
	padding-top: 38px;
	margin: 0 auto;
	font-family: 'NewsGothicBT-Roman', sans-serif;
	color: #332b27;
}
.twin-box-left {
	width: 309px;
	height: 180px;
	float: left;
	padding: 10px;
	font-size: 15px;
	line-height: 23px;
}
.twin-box-right {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/twin/start/sys-reg-grad.png) 0 0 repeat-x;
	width: 309px;
	height: 180px;
	float: right;
	font-size: 13px;
	line-height: 22px;
	padding: 10px;
}
.twin-box-right strong {
	color: #000;	
}
.twin-box-right li {
	list-style-type:disc !important;
	margin-left:18px;
}
.twin-mac-download {
	width: 1000px;
	height: 44px;
	padding-top: 8px;
	text-align: center;
	font-family: 'NewsGothicBT-Roman', sans-serif; 
	color: #0076a3;
}
.twin-unit {
	width: 1000px;
	height: 206px;
	padding-top: 70px;
	text-align: center;
}


.realtimerack-start {
	background: #ece7e0;
	width: 1000px;
	height: 876px;
}
.realtimerack-start-img {
	width: 1000px;
	height: 289px;
	text-align: center;
}
.realtimerack-getting-started {
	width: 400px;
	height: 110px;
	padding-top: 18px;
	margin: 0 auto;
	text-align: center;
	font-family: 'NewsGothicBT-Roman', sans-serif;
	font-size: 45px;
	line-height: 51px;
	color: #332b27;
}
.realtimerack-boxes {
	width: 700px;
	height: 180px;
	padding-top: 54px;
	margin: 0 auto;
	font-family: 'NewsGothicBT-Roman', sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #332b27;
}
.realtimerack-box-left { 
	width: 309px;
	height: 180px;
	float: left;
	padding: 10px;
}
.realtimerack-box-right {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/realtimerack/start/sys-req-grad.png) 0 0 repeat-x;
	width: 309px;
	height: 180px;
	float: right;
	padding: 10px;
}
.realtimerack-box-right strong {
	color: #000;
}
.realtimerack-box-right li {
	list-style-type:disc !important;
	margin-left:18px;
}
.realtimerack-mac-download {
	width: 1000px;
	height: 44px;
	padding-top: 44px;
	text-align: center;
}
.realtimerack-thanks-logo {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	font-family: 'NewsGothicBT-Roman', sans-serif;
	font-size: 36px;
	line-height: 41px;
	color: #332b27;
}

#apollo-sign {
    background: url("http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/twin/landing/sign-back.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000000;
    font-family: 'NewsGothicBT-Roman',sans-serif;
    font-size: 18px;
    height: 149px;
    line-height: 18px;
    width: 482px;
}

.thumb-up {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/review/thumb_up.png) no-repeat scroll 0 0;
	width: 27px;
	height: 27px;
	display: inline-block;
	cursor: pointer;
	text-indent: -1000em;
}

.thumb-up:hover {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/review/thumb_up_hover.png) no-repeat scroll 0 0;
}

.thumb-down {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/review/thumb_down.png) no-repeat scroll 0 0;
	width: 27px;
	height: 27px;
	display: inline-block;
	cursor: pointer;
	text-indent: -1000em;
}

.thumb-down:hover {
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/review/thumb_down_hover.png) no-repeat scroll 0 0;
}

#review-info-box {
	background: url('http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/review/reviews_sidebar_bg.png') no-repeat scroll 0 0;
	width: 248px;
	height: 342px;
	float: left;
	margin-left: -20px;
	border: 0;
}

#review-info-box .block-title {
	background: none repeat scroll 0 0 #E6E0D7;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 35px;
	margin: 12px;
	padding-top: 8px;
	width: 204px;
}

#review-info-box .info-box-image {
	height: 180px;
	margin: auto;
	padding-top: 5px;
}

#review-info-box .info-box-image img {
	display: block;
	margin: auto;
	max-width: 155px;
}

#review-info-box .info-box-bottom {
	background: none repeat scroll 0 0 #F4F6F7;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: 1px solid #D9D8D3;
	height: 59px;
	margin: 2px 12px;
	padding-bottom: 8px;
	width: 224px;
}

#review-info-box .info-box-bottom-left {
	float: left; 
	height: 67px; 
	width: 80px; 
	border-right: 1px solid #d9d8d3;
}

#review-info-box .info-box-bottom-price {
	margin-top: 10px; 
	margin-bottom: -5px;
	text-align: center; 
	width: 80px; 
	height: 30px; 
	font-size: 15px; 
	color: #464646;
}

#review-info-box .special-price {
	color: #f00;
}

#review-info-box .info-box-bottom-rating {
	margin-top: -55px; 
	margin-left: 80px; 
	height: 43px; 
	width: 150px; 
	padding: 5px;
}

#review-info-box .rating-summary {
	color: #30302E;
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 5px;
	font-size: 7.5pt;
}

/** added to get a new filename **/

.ua-lightbox {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 50px -5px #000;
	position: absolute;
	cursor: auto;
}

.ua-lightbox .content {
	font: 13px/15px arial,helvetica,san-serif;
	padding: 12px 17px 30px;
}

.ua-lightbox .headline {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin: 10px 0;
}

.ua-lightbox .popup-x {
	position: absolute;
	right: -10px;
	top: -10px;
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/registration/x.png) no-repeat;
	display: block;
	height: 22px;
	width: 22px;
	cursor: pointer;
}

.ua-lightbox .title {
	background-color: #f5e8df;
	border-bottom: 1px solid #CCC;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	font-size: 17px;
	line-height: 19px;
	padding: 10px 20px;
}

.ua-lightbox div.plugin-list {
	height: 450px;
	overflow: auto;
	width: 520px;
	position: relative;
	background: white;
	margin-left: -17px;
	margin-top: -12px;
}

.ua-lightbox div.plugin-list td.col1 {
	width: 110px;
	height: 110px;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 10px; 
	vertical-align: middle;
	text-align: center;
}

div.plugin-list table {
	border-collapse: collapse;
	width: 100%;
}

div.plugin-list td.col2 {
	height: 110px;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 10px; 
}

div.plugin-list td.col2 strong {
	font-size: 14px;
}

.ua-lightbox .plugin-info {
	margin-left: 10px;
}

.ua-lightbox .plugin-info p {
	font: bold 13px/17px arial, helvetica, san-serif;
	margin: 10px 0;
}

.ua-lightbox .plugin-info div.review-section {
	text-align: right; 
	margin-top: 10px;
}

.ua-lightbox .plugin-info div.reviews {
	padding-left: 2px;
	float: right;
}

.ua-lightbox .plugin-info div.stars {
	margin-top: 2px; 
	float: right;
}

.ua-lightbox .plugin-info ul{
	margin: -20px 0 0 0;
	padding: 0px 10px;
}

.ua-lightbox .plugin-info li {
	font: 12px/12px arial, helvetica, san-serif;
	color: #000000;
	list-style: none;
	background: url(http://www.uaudio.com/skin/frontend/uaudio/uaudio/images/common/bullet_list.gif) 0 1px no-repeat;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-left: -15px;
}

.ua-lightbox .plugin-info .plugin-info-footer {
	border-collapse: collapse;
	border-top: 1px solid #999;
	width: 100%;
}

.ua-lightbox .plugin-info td.plugin-info-footer-td-odd {
	padding: 10px;
	text-align: center;
}



