/* Reset ================================================================================= */
* { margin:0; padding:0; }
body          { font:12px/1.55 Arial, Helvetica, sans-serif; color:#2f2f2f; text-align:center; }
img           { border:0; vertical-align:top; }
a             { color:#1e7ec8; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline: 0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

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

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

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }

/* 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 { min-width:954px; }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container {  width:970px; margin:0 auto; }
.main { min-height:240px; padding:0; text-align:left; }

/* Base Columns */
.col-left { float:left; width:195px; padding:0; }
.col-main { float:left; width:685px; padding:0 0 8px 0; }
.col-right { float:right; width:195px; padding:0; }

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

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

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.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/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; 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 { display:block; height:19px; border:1px solid #2469b3; background:#2469b3; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:40px; border:0; background:url(../images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

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

/* Form lists */
/* Grouped fields */
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; 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 .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 { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

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

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

.form-list .name-middlename { width: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:0; padding:8px 0 0; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { border:1px solid #ccc; background:#f6f6f5; padding:16px 25px 12px 33px; margin:28px 0 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }
.fieldset h1 { padding-bottom:10px;}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* 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:#df280a; font-weight:bold; }
.notice { color:#e26703; }

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

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; color:#999; margin:0 0 13px; width: 630px; height:16px; overflow:hidden; text-align:left; float:left; }
.breadcrumbs li { display:inline; font-size:10px; text-transform: uppercase; }
.breadcrumbs li strong {  color:#636465; font-weight: normal; }
.breadcrumbs li a { color:#999; text-decoration:none;}
.breadcrumbs li a:hover { color:#636465; text-decoration:underline;}

/* Page Heading */
.page-title { width:100%; overflow:hidden; }
.page-title h1, .page-title h2 { margin:0; font-size:20px; color:#0a263c; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.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; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.pager { font-size:11px; padding:4px 20px; text-align:center; }
.pager .amount { float:left; margin:0; color:#666 }

.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }

.pager .pages { float:right; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 0 0 2px; }
.pager .pages li a { text-decoration: none; color:#8a8a8a;}
.pager .pages li a:hover { color:#636465;}
.pager .pages .previous img, 
.pager .pages .next img {padding-bottom:2px;}

.pager .pages .current { color:#444;}
.pager .pages a.viewall { text-decoration: none; color:#8a8a8a; padding-right: 20px;}
.pager .pages a.viewall:hover { text-decoration: underline; color:#636465;}

/* Sorter */
.sorter { font-size:11px; padding:9px 0 0; height: 28px;}
.sorter .view-mode { float:right; padding:2px 20px 0 0; margin:0; }
.sorter .view-mode a {height: 13px; line-height:13px; width:36px; padding: 0 18px; text-decoration:none; background:url(../images/layoutSelector.gif) no-repeat; }
.sorter .view-mode a.list { background-position: 0 0;}
.sorter .view-mode a.grid { background-position: 0 -26px;}
.sorter .view-mode a.list.selected { background-position: 0 -13px;}
.sorter .view-mode a.grid.selected { background-position: 0 -39px;}
.sorter .view-mode label { padding:0 10px 2px 0;}

.sorter .sort-by { float:left; padding-left:20px; }
.sorter label { vertical-align:middle; color:#444; }
.sorter select { padding:0; margin:0 0 1px 10px; vertical-align:middle; }
.sorter .sort-by select { width:100px; }
.sorter .link-feed {}
.sorter .filter { float:left; padding-left:20px; }
.sorter .state { display:inline; border:solid 1px #b6b6b6; background:#fff url(../images/btn_remove.gif) 95% 3px no-repeat; padding:2px 2px 2px 4px; margin:0 0 0 10px;}
.sorter .state .btn-remove3 { text-indent:-999px; color:#fff; text-decoration:none;}
/* Toolbar */
.toolbar {background:url(../images/toolbar-bg.gif) no-repeat;}
.toolbar-bottom {}
.toolbar-bottom .sorter, .toolbar-bottom .amount, .toolbar-bottom .sort-by, .toolbar-bottom .view-mode { display:none;}
.toolbar-bottom .pager {padding:0 0 20px 0; text-align:right;}
.toolbar-bottom .pages { padding:5px 20px 0 0;  border-top:solid 1px #ebeae5; width:950px; }

/* Data Table */
.data-table { width:100%; border:1px solid #bebcb7; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded; }
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background:url(../images/bkg_th.gif) repeat-x 0 100% #d9e5ee; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#dee5e8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

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

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

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { font-weight:bold; color:#dc6809; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove { width:15px; height:17px; padding:15px 15px 2px 0; font-size:0; line-height:0; background:url(../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(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove3 { width:15px; height:17px; padding:15px 15px 2px 0; font-size:0; line-height:0; 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:url(../images/bkg_divider1.gif) 0 50% repeat-x; 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:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }
/* ======================================================================================= */
/* Header ================================================================================ */
.logo { float:left; }
.header-container { }
.header { width:970px; height:80px; margin:0 auto; text-align:right; position:relative; z-index:10; }
.header .logo { float:left; margin:10px 0 10px 20px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:right; width:600px; padding:12px 20px 0 0; }
.header .welcome-msg { margin:0; color:#666; text-align:right; font-size: 11px; }
.header .welcome-msg a {text-decoration:none; color:#666; padding-left:5px; }
.header .welcome-msg a:hover {text-decoration:underline; color:#444 }

.header .form-search { height:30px; padding: 12px 0 0; float:right; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; color:#868687; font-size:10px; padding:4px 8px; margin-top:1px; border:0 none; width:165px; height:14px; background:url(../images/search-input.png) 0 0 no-repeat; }
.header .form-search button.button { float:left; width:35px; height:22px; background:url(../images/search-btn.png) 0 0 no-repeat;}
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

/********** < Navigation */
.nav-container {width:970px; height: 37px; margin:0 auto; background:#2469b3 url(../images/menu-bg.gif) no-repeat;}
#nav {width:930px; padding: 0 20px; font-size:12px; position:absolute;}
/* ALL Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none;}
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
/* 0 Level */
#nav li { float:left; padding:0 0 4px; }
#nav li.active a { color:#fff; }
#nav a { float:left; padding:11px 50px 10px 0; color:#fff; font-weight:bold; text-transform:uppercase; }
#nav li a:hover { color:#F0F0F0; }
/* 1st Level */
#nav .nav-1 ul {margin-left:-20px;}
#nav ul {background-color:#fff; padding:5px 0; }
#nav ul li,
#nav ul li.active { float:none; margin:0 10px; padding:2px 0 0 0; border-bottom:solid 1px #ccc;  }
#nav ul li.last { padding-bottom:0; border:none }
#nav ul a,
#nav ul a:hover { float:none; padding:0; }
#nav ul li a { font-weight:normal !important; }
/* 2nd Level */
#nav ul { position:absolute; width:15em; top:37px; left:-10000px; border:1px solid #ccc; border-top:none; border-bottom:solid 2px #ccc}
/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:150px; }
#nav li.over ul ul { left:-10000px; }
#nav ul li a { background:#fff; color:#444 !important; }
#nav ul li a:hover { color:#0066ff !important; }
#nav ul span, #nav ul li.last li span { padding:3px 0 3px 0; }
/* 3rd+ Level */
#nav ul ul { top:0px;}
/********** Navigation > */
/* ======================================================================================= */
.submenu-container { width:970px; height: 28px; margin:0 auto 15px auto; background:#f6f6f5 url(../images/submenu-bg.gif) no-repeat;}
.submenu { padding: 6px 20px 0; }
.submenu .links { float:right;}
.submenu .links li { float:left; font-size:10px; text-transform: uppercase; padding:0 8px 0 7px; }
.submenu .links a { color:#636465; text-decoration:none;}
.submenu .links a:hover { color:#3d3d3d; text-decoration:underline;}
/* Sidebar =============================================================================== */
.block { border:1px solid #c4c1bc; margin:0 0 15px; }
.block .block-title { background: #2469b3 url(../images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { background:#f8f7f5; }
.block .block-content li.item { padding:7px 9px; }
.block .btn-remove { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 url(../images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }
.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { background:#2469b3 url(../images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#3d3d3d; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#3d3d3d; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Category Page ========================================================================= */
.category-title { border:0; margin:25px 0 25px 20px; }
.category-title h1 { font-family: Century Gothic, Arial; font-size:24px; color:#666;}
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}
/* View Type: Grid */
.products-grid { position:relative; }
.products-grid li.item { float:left; width:202px; padding:20px 20px 20px; }
.products-grid .product-image { display:block; width:165px; height:165px; margin:0 auto 10px; }
.products-grid .product-name {  margin:0 0 3px; text-align:center; font-size:12px; color:#424242; }
.products-grid .product-name a { color:#424242; text-decoration:none; }
.products-grid .product-name a:hover { color:#3d3d3d; text-decoration:underline; }
.products-grid .product-number {text-align:center; line-height:10px;}
.products-grid .product-number small { color:#999; font-size:13px;}
.col1-layout .products-grid { width:970px; margin:0 auto; }
.products-grid .price-box {text-align:center; margin:0 0 3px;}
/* View Type: List */
#carousel-container .btnprev, #carousel-container .btnnext { float:left; margin: 100px 0 0; cursor:pointer; }
#carousel-container .btnprev.disabled, #carousel-container .btnnext.disabled { cursor:default;}
#carousel { float:left; overflow: hidden; position:relative; width:916px; height:261px;}
.products-list li.item { float:left; width:202px; padding:20px 13px; }
.products-list .product-image { display:block; width:200px; height:200px; margin:0 auto 10px; }
.products-list .product-name { margin:0 0 3px; text-align:center; font-size:12px; color:#424242; }
.products-list .product-name a { color:#424242; text-decoration:none; }
.products-list .product-name a:hover { color:#3d3d3d; text-decoration:underline; }
.products-list .product-number {text-align:center; line-height:10px;}
.products-list .product-number small { color:#999; font-size:13px;}
.col1-layout .products-list { width:50000px; height:261px; position:absolute; margin:0 auto; }
.products-list .price-box { text-align:center; margin:0 0 3px; }
/* ======================================================================================= */

/* Availability */
span.availability { float:left; margin:0; font-weight:bold; padding-left:5px; }
span.availability.out-of-stock  { color:#d83820; }
.product-view .product-shop span.availability { font-size:13px; }
.product-view .product-shop span.availability { font-weight:bold; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

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

.price-box { margin:5px 0; }
.price-box .price { }

/* Regular price */
.regular-price { color:#c76200; margin:0 auto; }
.regular-price .price {text-align:center; font-size:13px; color:#424242; }
.price-disclaimer {clear:both; color:#999; font-size:10px; padding-left:5px;}
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Product Images */
.product-view .product-img-box { float:left; width:310px; margin-left:115px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0; text-align:center; }
.product-view .product-img-box .zoom-notice { font-size:11px; text-align:center; color:#444; }
.product-view .product-img-box .more-views h2 { font-size:11px; color:#8a8a8a; border-top:1px solid #ebeae5; padding:6px 0; margin-top: 20px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:1px solid #ebeae5; overflow:hidden; }
.product-view .product-img-box .more-views li a:hover { border:1px solid #ddd; }

.product-image-popup { margin:0 auto; text-align:center;}
.product-image-popup .store-logo {float:left; padding:0 0 30px; width:100px;}
.product-image-popup .nav { font-weight:bold; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0; text-align:center; }
.product-image-popup .image-label { font-size:18px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
.product-image-popup .store-phone {float:right; width:200px;}

/* Product Shop */
.product-view .product-shop { }
.col1-layout .product-view .product-shop { float:right; width:280px; margin-top: 10px; margin-right: 87px; border-top:solid 1px #ebeae5; padding:15px 0 0 5px; }

.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 14px/1.35 Arial, Helvetica, sans-serif; color:#3b3b3b; }
.product-view .product-shop .product-number {padding-bottom: 5px; }
.product-view .product-shop .product-number small { color:#3b3b3b; font-weight:bold; font-size:14px;}
.product-view .product-detail { height:140px; margin-top:16px; padding: 10px 14px 12px; background:#f3f3f2 url(../images/product-detail-bg.gif) 0 0 no-repeat;}

.product-view .product-detail .inquire {float: left; margin-bottom:5px; width:66px; height:24px; margin-left:30px; background:url(../images/inquire-btn.gif) 0 0 no-repeat; text-indent:-999px}

.product-view .product-detail .policies { padding: 0 5px 0;}
.product-view .product-detail .policies a { color:#8a8a8a; text-decoration:none; font-size: 12px;}
.product-view .product-detail .policies a:hover {color:#636465; text-decoration: underline;}
.product-view .product-detail .policies span { padding: 0 8px; color:#8a8a8a;}

.product-view .call {color:#3b3b3b; padding:10px 0 0; font-size: 13px;}
.product-view .call strong {font-weight: 600;}

.product-view .product-shop .availability { margin:0; }
.product-view .product-shop .short-description { font:normal 14px/1.35 Arial, Helvetica, sans-serif; color:#3b3b3b; border-bottom:solid 1px #ebeae5; padding:0 0 20px 0; margin-bottom:20px; }
.product-view .product-shop .price-box { float:left; margin:2px 0 0 5px; color:#424242; font-weight:700;}

.product-view .product-shop .product-links {clear: both; margin:3px 0 5px; padding: 3px 0; border-top: solid 1px #d0cfca; border-bottom: solid 1px #d0cfca;}
.product-view .product-shop .product-links p {margin:3px 0}
.product-view .product-shop .product-links a {padding-left:5px; color:#131d37; text-decoration:none; font-size: 12px;}
.product-view .product-shop .product-links a:hover { text-decoration: underline;}
.product-view .product-shop .product-links a.icon:hover { text-decoration: none;}

.product-view .related-products h2 { font-size:11px; color:#8a8a8a; border-top:1px solid #ebeae5; padding:6px 0; margin-top: 40px; text-transform:uppercase; }
.product-view .related-products #carousel-container .btnprev, 
.product-view .related-products #carousel-container .btnnext { float:left; margin: 8px 10px; cursor:pointer; }
.product-view .related-products #carousel-container .btnprev.disabled, 
.product-view .related-products #carousel-container .btnnext.disabled { cursor:default}
.product-view .related-products #carousel { float:left; overflow: hidden; position:relative; width:886px; height:75px;}
.product-view .related-products .products-list li.item { float:left; width:75px; padding:0px 7px; }
.product-view .related-products .products-list .product-image { display:block; width:75px; height:75px; margin:0 auto 10px; }
.product-view .related-products .col1-layout .products-list { width:50000px; height:150px; position:absolute; margin:0 auto; }

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

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */
/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color:#1e7ec8; }

/* 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 { color:#1b2d3b; }
.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 { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:210px; padding:14px 21px; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h1 { padding-bottom:10px; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }
.account-login .registered-users {width: 400px; height:210px; margin: 50px auto 0;}
.account-login .registered-users-buttons {width: 400px; margin: 0 auto 50px;}
.account-login .content .required { float:left; }
.account-create {}
/* Account Login/Create Pages ============================================================ */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account h1 { margin-bottom:20px; }
.my-account .fieldset { margin:0; }
.my-account .fieldset.changepwd { margin-top:20px; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }
/* General Box */
.box-account { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#e65505; }
.dashboard .box .box-title { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }
/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(../images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }
/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

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

#contactForm { width: 950px; }
.contact-details { height:300px; margin:0 0 40px 20px; font-size:15px;}
.contact-details img.store {float:right; margin-left: 40px; border:solid 1px #ccc;}
.contacts-index-index h1, .contacts-contacts-index h1 {padding:0; margin:20px; font-size:24px; font-family: Century Gothic, Arial, Verdana;}
.contact-details .contact-address { width:465px ;padding:25px 30px; margin: 20px 0; background-color:#f6f6f5; border:solid 1px #ccc;}
.contact-form { margin-left:20px; }
#product_sendtofriend_form h2 {margin-bottom: 15px;}

/* Footer ================================================================================ */
.footer-container { width:970px; margin:40px auto 0 auto; }
.footer { padding:10px 20px 20px 20px; color:#5f5e5c; font-size: 11px;}
.footer a { color:#444; text-decoration:underline; }
.footer a:hover { text-decoration:none; }
.footer address { float:left; text-align:left; padding-top:2px;}
.footer img.facebook { float:right; text-align:right; }
.footer img.ags { float:right; text-align:right; padding:0 10px 0 0; }
.cms-home .footer-container {margin-top:0;}
.catalog-product-view .footer-container {margin-top:20px;}

.footer ul.links { display:block; }
.footer-top .top-links { float:left; width: 480px;  padding:13px 0 0 20px; }
.footer-top .top-links ul { display:inline; }
.footer-top .top-links li { padding-right:32px; display:inline;}
.footer-top .top-links li a { color:#666;}
.footer-top .main-links {clear:both; padding:32px 0 0 0px; }
.footer-top .main-link {width:202px; float:left; padding: 0 0 0 40px; }
.footer-top .main-links ul { display:block; padding-top:5px; }
.footer-top .main-links li { width:200px; display:block;}
.footer-top .main-link strong a{ color:#666; text-decoration:none; }
.footer-top .main-link strong a:hover{ text-decoration:underline; }
.footer-top strong { color:#666; font-weight:600; font-size:12px;}
.footer-top li a { color:#5f5e5c; font-size:11px; text-decoration: none;}
.footer-top li a:hover { text-decoration: underline;}
.footer-top { height:213px; width:970px; background: #f1f1f1 url(../images/footer-bg.jpg) no-repeat; text-align:left; }
.footer-top .newsletter { width: 440px; padding: 7px 20px 0 0; float:right; text-align:right; }
.footer-top .newsletter form { display:block; margin-top:4px; }
.footer-top .newsletter label { color:#666; font-size:11px; padding-right:11px;}
.footer-top .newsletter input.input-text { color:#868687; font-size:10px; padding:4px 8px 0 6px; border:0 none; width:197px; height:20px; background: url(../images/newsletter-input.png) 0 0 no-repeat; }
.footer-top .newsletter button.button { width:66px; height:24px; background:url(../images/newsletter-btn.png) 0 0 no-repeat;}

/* Inquire ======================================================================================= */
#inquire-product .fieldset {clear:both;}
#inquire-product .field {margin-bottom: 5px;}
#inquire-product .form-list { float:left; width:600px; }
#inquire-product .product { float:right; width:300px; text-align:center; margin-top: 18px;}
#inquire-product .product-image img {border:solid 1px #b6b6b6;}
#inquire-product .product-name h2{font-size: 13px; padding-top: 10px;}
#inquire-product .product-number { color:#999; font-size:11px;}

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

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	text-indent:-999px;
    overflow:hidden;
    background:url(../images/lightbox-ico-loading.gif) 50% 50% no-repeat;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px;
	height:22px; 
	float: right;
	padding-bottom: 0.7em;	
	background:url(../images/closelabel.gif) 0 0 no-repeat;
}

/**** CMS Layouts ****/
.cms-page-view .main { font-size:15px; color:#666; margin:0 20px 0 0;}
.cms-page-view .main h1{ color:#666; padding: 20px 0 10px;}
.cms-page-view .main h2{ color:#666; font-size: 18px; font-weight:700; padding: 20px 0 15px;}
.cms-page-view .main h3{ color:#666; font-size: 16px; font-weight:700; padding: 20px 0 5px;}
.cms-page-view .main .style13 {color:#666; font-weight:bold; }
.cms-page-view .main small {font-size: 12px;}
.cms-page-view .main table {border-spacing: 0;}
.cms-page-view .main td {padding: 5px;}

.cms-page-view .main .col-left { margin-top:20px;}
.cms-page-view .main .col-cms {float:left; margin:14px 0 0 50px; width:700px;}
.cms-page-view .main .col-cms h1 {padding:0; margin-bottom:20px; font-size:24px; font-family: Century Gothic, Arial, Verdana; border-bottom: solid 1px #777;}
.cms-page-view .main h1 {padding:0 0 0 20px; margin-bottom:20px; font-size:24px; font-family: Century Gothic, Arial, Verdana;}

.cms-page-view .main .col-left ul {margin:0;}
.cms-page-view .main .col-left ul li {list-style-type: none;}
.cms-page-view .main .col-left ul li a:hover {color:#0066ff;}
.cms-page-view .main .col-left li ul {margin-left:15px;}
.cms-page-view .main .col-left li ul a {font-size:14px;}
.cms-page-view .main .col-left ul li a.current {color:#0066ff; font-weight:600;}

.cms-americangemsocietymessage-html .main h1 {padding: 20px 0; }
.cms-links-html .main li {clear:both; padding:20px 0;}
.cms-links-html .main a {float:left; text-decoration:none; color:#666}
.cms-links-html .main a:hover {text-decoration:underline;}
.cms-links-html .main a.title {width:400px;}
.cms-page-view .main ul, .cms-page-view .main ol  {margin-left:20px; margin-bottom:10px;}
.cms-page-view .main ul li { list-style: disc; padding: 0; }
.cms-page-view .main ul.arrow li { list-style-image: url(../images/link_arrow.gif); padding: 5px 0; }
.cms-page-view .main ol li {list-style-type: decimal;}
.cms-links-html .main ul li { clear:both; list-style: none; padding: 20px 0;}

table.tableizer-table, .loose_stones_table {width: 80%;border-collapse:collapse;border: 1px solid #2469b3; } 
.tableizer-table th, .loose_diamond_table_header {color: white;background-color: #2469b3; } 
.loose_stones_table .odd {background-color: white; } 
.loose_stones_table .even {background-color: #eaf2d3; } 
.loose_stones_table .centered {text-align: center; } 
.loose_stones_table .currency {text-align: right; }

.cms-storelocation-html .main-container { padding-right:0;}
.cms-storelocation-html .main { margin-right:0;}
.cms-home .back-to-top { display:none}
