/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller&ctl=themeroller&ctl=themeroller&ffDefault=Verdana,%20Tahoma,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=5c9ccc&bgTextureHeader=02_glass.png&bgImgOpacityHeader=30&borderColorHeader=4385b6&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a3b8c8&fcContent=262626&iconColorContent=4088bf&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=9dc4e1&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=2d4462&iconColorActive=274977&bgColorHighlight=ffffff&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=295289&fcHighlight=363636&iconColorHighlight=549fde&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=e08080&fcError=a41e1e&iconColorError=cd0a0a&bgColorOverlay=212121&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=262626&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #a3b8c8; background: #fcfdfd url(../../skin/common_files/lib/jqueryui/images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #262626; }
.ui-widget-content a { color: #262626; }
.ui-widget-header { border: 1px solid #4385b6; background: #5c9ccc url(../../skin/common_files/lib/jqueryui/images/ui-bg_glass_30_5c9ccc_1x400.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #9dc4e1; background: #dfeffc url(../../skin/common_files/lib/jqueryui/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5 url(../../skin/common_files/lib/jqueryui/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1d5987; }
.ui-state-hover a, .ui-state-hover a:hover { color: #1d5987; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 url(../../skin/common_files/lib/jqueryui/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #2d4462; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #2d4462; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #295289; background: #ffffff url(../../skin/common_files/lib/jqueryui/images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #e08080; background: #fef1ec url(../../skin/common_files/lib/jqueryui/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #a41e1e; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #a41e1e; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #a41e1e; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../../skin/common_files/lib/jqueryui/images/ui-icons_4088bf_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../../skin/common_files/lib/jqueryui/images/ui-icons_4088bf_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../../skin/common_files/lib/jqueryui/images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../../skin/common_files/lib/jqueryui/images/ui-icons_6da8d5_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../../skin/common_files/lib/jqueryui/images/ui-icons_217bc0_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../../skin/common_files/lib/jqueryui/images/ui-icons_274977_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../../skin/common_files/lib/jqueryui/images/ui-icons_549fde_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../../skin/common_files/lib/jqueryui/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #212121 url(../../skin/common_files/lib/jqueryui/images/ui-bg_flat_0_212121_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #262626 url(../../skin/common_files/lib/jqueryui/images/ui-bg_flat_0_262626_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!
 * jQuery UI Resizable 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
 * jQuery UI Button 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*!
 * jQuery UI Tabs 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*!
 * jQuery UI Datepicker 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
.clearing {height: 0;font-size: 0; clear: both;}
.valign-middle {vertical-align: middle; height: 100%;}
.valign-middle-adv-lvl1 {height: 100%; display: table;}
.valign-middle-adv-lvl2 {display: table-cell; vertical-align: middle;}
.valign-middle-adv-lvl3 {}
.halign-center-noscript,.halign-center {display: table; margin: 0 auto; text-align: center;}
.center {text-align: center;}
.right-box {width: 100%; text-align: right;}
.text-block {margin-bottom: 15px;}
.text-pre-block {margin-top: 15px;}
.nowrap {white-space: nowrap;}
.width-100 {width: 100%;}
.page-break {height: 0; line-height: 0; margin: 0; padding: 0; page-break-after: always;}
.pointer {cursor: pointer;}
.overflow {position: relative; margin-right: 20px; padding-bottom: 20px; overflow: auto;}
.hidden {display: none;}
label {vertical-align: bottom; line-height: 15px;}
label input {margin: 0; vertical-align: bottom;}
label.input-block {vertical-align: middle; line-height: 21px;}
label.input-block input,label.input-block select {vertical-align: middle;}
label.input-row,.input-row label {float: left; padding-right: 20px;}
.plain-box {display: block; padding-bottom: 15px;}
.plain-box .label-title {display: block;}
.default-value {color: #aaa;}
.underline {text-decoration: underline;}
.dotted {text-decoration: none !important; border-bottom: 1px dotted #888;}
.toggle-link {background: transparent url(../../skin/common_files/css/../images/arrow_down.png) no-repeat right 8px; padding-right: 15px;}
.cursor-hover:hover {border: solid 1px #1a478f !important;}
input[type=text],input[type=password],select,textarea,.input-style {border: solid 1px #bbb; padding: 2px; background: #fff;}
input[type=text]:focus,input[type=password]:focus,select:focus,textarea:focus {border: solid 1px #999;}
.error-message {color: #b51a00;}
select.err,input.err,textarea.err {border: solid 1px #b51a00; background-color: #f7f3f3;}
div.error-message {margin: 0 0 15px;}
.form-text {color: #112536; font-weight: bold;}
a.list-item:link,.list-item a:link {color: #043fa0; text-decoration: none;}
a.list-item:visited,.list-item a:visited {color: #043fa0; text-decoration: none;}
a.list-item:hover,.list-item a:hover {color: #2863c2; text-decoration: underline;}
a.list-item:active,.list-item a:active {color: #043fa0; text-decoration: none;}
tr.head-row th {background: #ccc none; font-weight: bold;}
tr.highlight td,tr.highlight th,li.highlight {}
tr.center-row th {text-align: center;}
div.ajax-popup-error-message {padding: 0 5px; margin: 10px 0; display: none;}
div.ajax-popup-error-message span {float: left; margin: 0 10px 0 3px;}
.currency {white-space: nowrap;}
input.datepicker-formatted {border: solid 1px #bbb; margin-right: 5px;}
input.datepicker-formatted[disabled] {background: #fff; color: #bbb;}
input.zipcode {width: 100px;}
input.zip4 {width: 60px;}
span.validate-mark {margin: 0; padding: 0; vertical-align: middle;}
span.validate-mark img {width: 15px; height: 15px; margin-left: 3px;}
span.validate-matched img {background: transparent url(../../skin/common_files/css/../images/icon_ok.png) no-repeat left top;}
span.validate-non-matched img {background: transparent url(../../skin/common_files/css/../images/icon_nok.png) no-repeat left top;}
#page-container {min-height: 100%; position: relative;}
#content-container {clear: both; float: left; overflow: hidden; position: relative; width: 100%; padding-bottom: 39px; margin-top: 140px;}
#content-container2 {float: left; position: relative; right: 100%; width: 200%;}
#center {float: left; position: relative; width: 50%; left: 50%;}
#left-bar {float: left; position: relative; width: 160px; margin-left: 7px;}
#right-bar {float: right; right: 7px; position: relative; width: 160px;}
#center-main {margin: 0 187px; position: relative; overflow: hidden;}
#header {height: 140px; position: absolute !important; top: 0; left: 0; width: 100%;}
#footer {height: 39px; width: 100%; position: absolute !important; bottom: 0; overflow: hidden; float: left;}
.rtl {direction: rtl;}
#header .line1 {position: relative; height: 67px; direction: ltr;}
#header .line1 .logo {padding-top: 9px; margin-left: 27px; width: 203px;}
#header .line1 .logo a img {width: 203px; height: 48px;}
.tabs {position: absolute; top: 0; right: 0; margin: 0; padding: 0; height: 25px; width: 80%; text-align: right;}
.tabs ul {margin: 0; padding: 0; list-style: none;}
.tabs li {float: right; margin: 0 1px 0 0; padding: 0; background: transparent url(../../skin/common_files/css/../images/tab_r.png) no-repeat right top; height: 25px;}
.tabs a {display: block; background: transparent url(../../skin/common_files/css/../images/tab_l.png) no-repeat left top; margin: 0 5px 0 0; padding: 5px 10px 5px 15px; text-align: center; vertical-align: middle; white-space: nowrap; color: #253161; text-decoration: none; font-weight: bold; font-size: 11px; height: 25px; outline-style: none;}
.tabs a:hover {color: #2863c2;}
#header .phones {position: absolute; right: 10px; top: 25px; height: 42px; vertical-align: middle; line-height: 42px; color: #5480a2; text-align: right; white-space: nowrap; font-size: 11px;}
#header .phones span {padding-left: 15px;}
#header .line2 {position: relative; width: 100%; border: none; border-top: 1px solid #cb480c; border-bottom: 1px solid #cb480c; background: url(../../skin/common_files/css/../images/head_linebg.gif) repeat-x top; height: 39px; color: #451300;}
#header .line2 div,#header .line2 span {color: #451300;}
#header .line2 a {color: #510000;}
#header div.search {position: absolute; top: 0; left: 0; height: 39px; line-height: 39px; vertical-align: middle;}
#header span.search {font-size: 12px; padding-left: 20px; padding-right: 5px;}
#header input.text {width: 108px;}
#header a.search {text-decoration: underline;}
#header input {margin-right: 3px;}
#header button.simple-button {vertical-align: middle; margin-bottom: 3px; margin-right: 3px;}
#header button.simple-button img {margin-left: 0;}
#header .languages {position: absolute; top: 7px; right: 20px; text-align: right; vertical-align: middle;}
#header .languages-row,#header .languages-flags {top: 9px;}
#header .languages-flags a,#header .languages-flags strong {padding-left: 5px; padding-right: 5px;}
#header .languages label {line-height: 21px; vertical-align: middle; font-size: 12px;}
#header .languages select {margin-left: 5px;}
#header .line3 {position: relative; width: 100%; height: 39px; text-align: right;}
.printable-bar a {background: transparent url(../../skin/common_files/css/../images/printer.gif) no-repeat left top; padding: 2px 0px 2px 20px; color: #818891; font-size: 10px; line-height: 16px; display: block; width: 300px; text-align: right;}
div.printable-bar {width: 600px;}
#footer .box {width: 100%; border: none; border-top: 1px solid #cb480c; padding: 0;}
#footer .subbox {border-top: #ffd30d 1px solid; background: #f4f5f7 none; color: #667d92; height: 40px; vertical-align: middle; padding: 0; position: relative;}
#footer .subbox .left {background: transparent none; position: absolute; left: 12px; top: 0; line-height: 40px; vertical-align: middle;}
#footer .subbox .right {background: transparent none; position: absolute; right: 12px; top: 0; text-align: right; line-height: 40px; vertical-align: middle;}
#footer .subbox a {color: #667d92; text-decoration: underline;}
#footer .subbox a:hover {text-decoration: none;}
#location {min-height: 25px; line-height: 15px; margin-bottom: 10px; font-size: 11px; color: #818891;}
font.bread-crumb {font-size: 11px; color: #818891;}
a.bread-crumb {font-size: 11px; color: #818891; text-decoration: underline;}
a.bread-crumb:hover {text-decoration: none;}
font.last-bread-crumb {text-decoration: none;}
#location span {padding: 0 5px;}
#dialog-message {margin: 0; padding: 0; position: fixed; right: 0; top: 0; width: 350px; z-index: 1000;}
#dialog-message .box {position: relative; border: 1px solid #000; border-top: 3px solid #000; padding: 10px 25px 10px 59px; vertical-align: middle; text-align: left; min-height: 32px;}
#dialog-message a.close-link {display: block; position: absolute; top: 5px; right: 5px; width: 13px; height: 13px; text-decoration: none;}
#dialog-message .close-img {width: 13px; height: 13px; background: transparent url(../../skin/common_files/css/../images/but_cross.gif) no-repeat left top;}
#dialog-message .message-i {color: #112536; border-color: #7a97c1; background: #f4f5f7 url(../../skin/common_files/css/../images/icon_info.gif) no-repeat 10px 10px;}
#dialog-message .message-w {color: #3e3104; border-color: #c3902f; background: #f8f7f3 url(../../skin/common_files/css/../images/icon_warning.gif) no-repeat 10px 10px;}
#dialog-message .message-e {color: #590a0a; border-color: #d30000; background: #f7f3f3 url(../../skin/common_files/css/../images/icon_error.gif) no-repeat 10px 10px;}
#dialog-message .anchor {position: relative; margin-left: auto; margin-right: 0; height: 15px; text-align: right; vertical-align: middle;}
#dialog-message .anchor img {width: 12px; height: 10px; vertical-align: middle; background: transparent url(../../skin/common_files/css/../images/goto_arr.gif) no-repeat left top;}
.dialogtr {color: #1a2b3c;}
.fill-error label {color: #ce0000;}
.fill-error input[type=text],.fill-error input[type=password],.fill-error select,.fill-error textarea {border: solid 1px #ce0000; background-color: #ffebeb;}
div.error-label {color: #ce0000; font-size: 9px !important; display: none;}
.fill-error div.error-label {display: block;}
.inline-message {height: 16px; line-height: 16px; vertical-align: middle; padding: 1px 1px 15px; margin: 0;}
.inline-message img.icon-w {vertical-align: top; width: 18px; height: 18px; background: transparent url(../../skin/common_files/css/../images/icon_warning_small.gif) no-repeat;}
.cart-message {padding: 5px 5px 5px 35px; text-align: left; min-height: 20px; color: #4f6280; font-size: 10px; margin-top: 10px; margin-bottom: 10px;}
.cart-message-w {background: #efefef 5px 5px url(../../skin/common_files/css/../images/icon_warning_small.gif) no-repeat;}
.cart-message div.close-link {float: right; width: 25px; height: 13px; text-align: right; cursor: pointer; background: transparent url(../../skin/common_files/css/../images/but_cross.gif) no-repeat right top;}
.menu-dialog {border: 1px solid #5f94c0; margin-bottom: 15px;}
.menu-dialog .title-bar {width: 100%; background: #9ec6de url(../../skin/common_files/css/../images/menu_bg.gif) repeat-x left top; border: 0 none; border-bottom: #215485 1px solid; height: 27px; overflow: hidden;}
.menu-dialog .title-bar img.icon {vertical-align: middle; margin: 4px 7px 6px; width: 17px; height: 17px;}
.menu-dialog .title-bar h2 {font-size: 12px; color: #fff; font-weight: bold; line-height: 27px; height: 27px; margin: 0; padding: 0; width: auto; display: inline; white-space: nowrap;}
.menu-dialog .link-title span.title-link {float: right; padding: 8px 7px 8px 0;}
.menu-dialog .link-title a.title-link {text-decoration: none; outline-style: none;}
.menu-dialog .link-title .title-link img {width: 7px; height: 11px; background: transparent url(../../skin/common_files/css/../images/menu_arrow.gif) no-repeat left center;}
.menu-dialog .content {border: 0; background-color: #fff; padding: 8px 10px; overflow: hidden;}
.menu-dialog .content a {color: #324c76;}
.menu-dialog .content a:hover {color: #2863c2;}
.menu-dialog ul {list-style: none; padding: 0; margin: 0;}
.menu-dialog ul li {padding: 0; vertical-align: middle;}
.menu-dialog .item {color: #112536; font-size: 10px;}
.menu-dialog ul li a {font-size: 11px; text-decoration: none;}
.menu-dialog ul li a:hover {text-decoration: underline;}
.menu-dialog hr {background-color: #999;}
.menu-dialog .login-text ul li {padding: 1px 0;}
.dialog {border: 1px solid #acb7c7; padding: 0; margin: 0 0 30px; page-break-inside: avoid;}
.dialog .title {position: relative; color: #253161; font-weight: bold; font-size: 13px; background: transparent url(../../skin/common_files/css/../images/dialog_bg.gif) repeat-x top left; border: 0 none; vertical-align: middle; height: 30px; line-height: 30px; margin: 0; padding: 0 0 0 18px; text-align: left; border-bottom: 1px solid #acb7c7; overflow: hidden;}
.dialog .title h2 {margin: 0; padding: 0; font-size: 13px; overflow: hidden; white-space: nowrap;}
.dialog .content {border: 0 none; background: transparent none; text-align: left; padding: 10px 10px 25px; color: #58595b;}
.list-dialog .title h2 {width: 60%;}
.list-dialog .title div.sort-box {height: 30px; position: absolute; top: 0; right: 0; width: 50%; overflow: hidden;}
.list-dialog .title div.sort-box .search-sort-bar {padding: 0; margin: 7px 0;}
.list-dialog .title div.sort-box .search-sort-title,.list-dialog .title div.sort-box .search-sort-cell {padding-right: 10px;}
.noborder {border: 0 none;}
.noborder .content {padding: 0;}
button.button {border: 0 none; background-color: transparent; cursor: pointer; height: 23px; margin: 0; padding: 1px; vertical-align: top; overflow: visible; outline-style: none;}
button.button .button-right {display: block; background: transparent url(../../skin/common_files/css/../images/but_right.png) no-repeat right top; padding: 0 10px 0 0; height: 21px;}
button.button .button-left {display: block; margin: 0; background: transparent url(../../skin/common_files/css/../images/but_left.png) no-repeat left top; padding: 0 5px 0 15px; vertical-align: middle; white-space: nowrap; font-family: verdana, arial, helvetica, sans-serif; color: #111d4d; font-weight: bold; font-size: 11px; height: 22px; line-height: 21px;}
div.button {border: 0 none; background: transparent none; cursor: pointer; margin: 0; padding: 0 10px 0 0; white-space: nowrap; background: transparent url(../../skin/common_files/css/../images/but_right.png) no-repeat right top; float: left;}
div.button div,div.button a {display: block; background: transparent url(../../skin/common_files/css/../images/but_left.png) no-repeat left top; padding: 0 5px 0 15px; line-height: 21px; white-space: nowrap; font-family: verdana, arial, helvetica, sans-serif; color: #111d4d; font-weight: bold; font-size: 11px; text-decoration: none; outline-style: none;}
button.simple-button {border: 0 none; background-color: transparent; cursor: pointer; height: 15px; margin: 3px 0 0; padding: 0; white-space: nowrap; color: #043fa0; font-size: 11px; font-weight: bold; line-height: 15px; vertical-align: middle; outline-style: none;}
button.simple-button span {text-decoration: underline;}
button.simple-button img {display: none;}
a.simple-button {font-size: 11px; white-space: nowrap; color: #043fa0; font-weight: normal; margin: 0; padding: 0; line-height: 21px; vertical-align: bottom; text-decoration: underline; outline-style: none;}
a.simple-button:hover {color: #2863c2;}
input.image-button {margin: 0; padding: 0; margin-bottom: 2px; border: 0 none; width: 19px; height: 18px; background: transparent url(../../skin/common_files/css/../images/go.gif) no-repeat left top; vertical-align: middle;}
a.image-button {text-decoration: none;}
a.image-button img {margin: 0; padding: 0; margin-bottom: 2px; border: 0 none; width: 19px; height: 18px; background: transparent url(../../skin/common_files/css/../images/go.gif) no-repeat left top; vertical-align: middle;}
button.main-button .button-right {background: transparent url(../../skin/common_files/css/../images/but_main_right.png) no-repeat right top;}
button.main-button .button-left {background: transparent url(../../skin/common_files/css/../images/but_main_left.png) no-repeat left top; color: #510000;}
button.main-button.added-to-cart-button .button-left {background: transparent url(../../skin/common_files/css/../images/but_main_check_left.png) no-repeat left top; padding-left: 27px;}
div.main-button {background: transparent url(../../skin/common_files/css/../images/but_main_right.png) no-repeat right top;}
div.main-button div,div.main-button a {background: transparent url(../../skin/common_files/css/../images/but_main_left.png) no-repeat left top; color: #510000;}
button.simple-main-button,a.simple-main-button {color: #800;}
button.light-button {padding-right: 10px;}
button.light-button .button-right {background: transparent url(../../skin/common_files/css/../images/but_light_right.gif) no-repeat right top; padding: 0 2px 0 0;}
button.light-button .button-left {background: transparent url(../../skin/common_files/css/../images/but_light_left.gif) no-repeat left top; padding: 0 10px 0 15px; color: #365f8f; font-size: 11px;}
div.light-button {padding: 0 5px 0 0; background: transparent url(../../skin/common_files/css/../images/but_light_right.gif) no-repeat right top;}
div.light-button div,div.light-button a {background: transparent url(../../skin/common_files/css/../images/but_light_left.gif) no-repeat left top; padding: 0 5px 0 11px; color: #365f8f; font-size: 11px;}
a.simple-delete-button {color: #800; background: transparent url(../../skin/common_files/css/../images/delete_cross.gif) no-repeat left 7px; padding-left: 13px;}
a.simple-delete-button-woicon {color: #800;}
div.drop-out-button {padding: 0 23px 0 0; background: transparent url(../../skin/common_files/css/../images/but_right_dropout.png) no-repeat right top;}
div.drop-out-button div,div.drop-out-button a {background: transparent url(../../skin/common_files/css/../images/but_left.png) no-repeat left top; padding-right: 10px;}
div.dropout-container {position: absolute; padding: 0; margin: 0; border: 0 none;}
div.dropout-wrapper {float: left; position: relative; z-index: 1; margin: 0;}
div.dropout-box {border: solid 1px #adb6c6; background-color: #fff; padding: 5px 0; margin-top: 26px; position: absolute; display: none;}
div.dropout-wrapper ul {margin: 0; padding: 0;}
div.dropout-wrapper ul li {list-style-position: outside; list-style-type: none; padding: 5px 15px; float: left;}
div.dropout-wrapper ul li .button {float: left; position: relative;}
div.dropout-wrapper .button {float: none; position: absolute; margin-right: 0; margin-top: 2px;}
button.menu-button {height: 22px;}
button.menu-button .button-right {background: transparent url(../../skin/common_files/css/../images/but_menu_right.png) no-repeat right top; padding-right: 7px; height: 20px;}
button.menu-button .button-left {background: transparent url(../../skin/common_files/css/../images/but_menu_left.png) no-repeat left top; height: 20px; padding: 0 1px 0 8px; color: #deedf7; font-size: 10px; height: 21px; line-height: 20px;}
div.menu-button {background: transparent url(../../skin/common_files/css/../images/but_menu_right.png) no-repeat right top; padding-right: 7px;}
div.menu-button div,div.menu-button a {background: transparent url(../../skin/common_files/css/../images/but_menu_left.png) no-repeat left top; padding: 0 1px 0 8px; line-height: 20px; color: #deedf7 !important; font-size: 10px;}
button.do-add2cart-wait,button.do-add2cart-success,button.do-add2cart-error {cursor: default;}
button.do-add2cart-wait .button-right,button.do-add2cart-success .button-right,button.do-add2cart-error .button-right {background: transparent url(../../skin/common_files/css/../images/but_light_right.gif) no-repeat right top; padding: 0 5px 0 0;}
button.do-add2cart-wait .button-left,button.do-add2cart-success .button-left,button.do-add2cart-error .button-left {background: transparent url(../../skin/common_files/css/../images/but_light_left.gif) no-repeat left top; padding: 0 10px 0 15px; color: #365f8f; font-size: 11px;}
button.do-add2cart-wait .button-left .progress {display: block; background: transparent url(../../skin/common_files/css/../images/progress.gif) repeat-x left 5px;}
.button-row,.button-row-right {margin-top: 20px; padding: 0; height: 23px; line-height: 23px;}
.buttons-row .button,.buttons-row button.simple-button,.buttons-row a.simple-button {float: left;}
.buttons-row-right .button,.buttons-row-right button.simple-button,.buttons-row-right a.simple-button,.button-row-right .button,.button-row-right button.simple-button,.button-row-right a.simple-button {float: right;}
.buttons-row-right,.buttons-row {margin: 5px 0 0; height: 23px;}
.buttons-row .button-separator {float: left; width: 20px; height: 22px;}
.buttons-row-right .button-separator {float: right; width: 30px; height: 15px;}
table tr td.buttons-row,table tr td.button-row,table tr td.buttons-row-right,table tr td.button-row-right {margin: 0; padding-top: 15px;}
.buttons-auto-separator .button,.buttons-auto-separator button.simple-button,.buttons-auto-separator a.simple-button {margin-right: 20px;}
a.popup-link {text-decoration: none;}
a.popup-link img {vertical-align: bottom; width: 20px; height: 18px; background: transparent url(../../skin/common_files/css/../images/question_button.gif) no-repeat left top; margin-bottom: 1px;}
.shipping-method a {font-weight: bold; font-size: 11px; text-decoration: underline;}
.shipping-method a:hover {text-decoration: none;}
.shipping-method label {display: block; vertical-align: middle;}
.shipping-warning {color: #3c6992; text-decoration: none; font-size: 9px; font-family: arial, verdana, helvetica, sans-serif;}
.estimator-container {width: 40%;}
.giftwrapping-cart {text-align: left; padding: 10px 0;}
.giftwrap-option {padding: 5px 0 5px 5px;}
.giftwrap-message-label {padding: 5px 0;}
.giftwrap-message-text textarea {width: 300px; height: 80px;}
.giftwrap-cart-note {margin-left: 15px; color: #b51800;}
.invoice-total-name span {font-weight: normal;}
.cart-total-row .total-name a {font-weight: normal;}
.invoice-giftwrap-notes {padding-top: 30px;}
.invoice-giftwrap-notes p {font-size: 14px; font-weight: bold; text-align: center;}
.invoice-giftwrap-notes div {border: 1px solid #cecfce; height: 50px; overflow: hidden; padding: 5px;}
.images-preview-bg {background: transparent url(../../skin/common_files/css/../images/grey.png) repeat left top; position: absolute; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; z-index: 3000;}
.images-preview {position: absolute; top: 50px; right: 50px; bottom: 50px; left: 50px; background: #fff none; border: 5px solid #e3e3e3; overflow: hidden; min-width: 700px; min-height: 500px; z-index: 4000;}
.images-preview .wait {position: absolute; top: 30px; right: 0; bottom: 30px; left: 0; background: #fff url(../../skin/common_files/css/../images/loading.gif) no-repeat center center; z-index: 1500;}
.images-preview a.close {position: absolute; top: 9px; right: 11px; background: transparent url(../../skin/common_files/css/../images/close_images_preview.gif) no-repeat left center; padding-left: 12px; padding-bottom: 2px; font-size: 11px; color: #4e4e4e; text-decoration: none; outline-style: none; text-transform: lowercase;}
.images-preview .list-box {margin: 50px 50px 0; padding: 0; text-align: center; position: relative; border: 1px solid #fff;}
.images-preview a.arrow {position: absolute; display: block; width: 13px; height: 13px; outline-style: none; cursor: pointer;}
.images-preview a.hidden {display: none;}
.images-preview a.left {left: 0; background: transparent url(../../skin/common_files/css/../images/arrow_left.gif) no-repeat left center;}
.images-preview a.right {right: 0; background: transparent url(../../skin/common_files/css/../images/arrow_right.gif) no-repeat right center;}
.images-preview a.left-disabled {background: transparent url(../../skin/common_files/css/../images/arrow_left_disabled.gif) no-repeat left center; cursor: auto;}
.images-preview a.right-disabled {background: transparent url(../../skin/common_files/css/../images/arrow_right_disabled.gif) no-repeat 6px center; cursor: auto;}
.images-preview div.list-subbox {margin: 0; padding: 0; overflow: hidden; position: relative; text-align: center;}
.images-preview ul {list-style: none; margin: 0; padding: 0; text-align: center; vertical-align: middle; position: absolute;}
.images-preview ul li {display: block; padding: 0; margin: 0 12px; border: 1px solid #fff; background: transparent none; text-align: center; vertical-align: middle; float: left; cursor: pointer;}
.images-preview ul li.over,.images-preview ul li:hover {border: 1px solid #ccc;}
.images-preview ul li.selected {border: 1px solid #215485;}
.images-preview ul li img {display: inline; text-align: center; vertical-align: middle;}
.images-preview ul li.loading {background-image: url(../../skin/common_files/css/../images/loading.gif); background-repeat: no-repeat; background-position: center center;}
.images-preview ul li.loading img {display: none;}
.images-preview .box {position: relative; margin: 50px; vertical-align: middle; text-align: center; background: transparent none;}
.images-preview .box.loading {background-image: url(../../skin/common_files/css/../images/loading.gif); background-repeat: no-repeat; background-position: center center;}
.images-preview .box img {cursor: pointer; vertical-align: middle; text-align: center;}
.data-table td {padding: 4px 1px; line-height: 21px; vertical-align: top;}
.data-table.light-table td {line-height: 16px; padding: 3px;}
.data-table td.data-name, .data-table td.data-name label{vertical-align: top; padding-right: 5px;}
.data-table td.data-required,td.data-required {color: #800;}
.data-table td.data-required {padding-right: 4px; text-align: center; width: 5px;}
.data-table .error-message {color: #800; vertical-align: middle;}
.data-table div.error-message {margin: 0;}
.data-table tr.head-row th {padding-left: 5px; padding-right: 5px;}
.data-table tr th.data-checkbox-column {width: 10px;}
.data-table tr .data-right-column {text-align: right;}
.data-table tr .data-width-100 {width: 100%;}
.data-table tr td.data-name label {line-height: 21px; vertical-align: top;}
span.star {padding-left: 5px; color: #800;}
.search-sort-bar {vertical-align: middle; line-height: 16px; height: 16px; padding-right: 20px; white-space: nowrap; margin: 15px 0 30px; text-align: right;}
.search-sort-title {padding-right: 20px;}
.search-sort-cell {padding-right: 20px;}
a.search-sort-link {text-decoration: underline;}
.search-sort-bar img,.search-sort-bar-float img {width: 9px; height: 9px; margin-right: 5px;}
.search-sort-bar a.up-direction {font-weight: bold; padding-left: 14px; background: transparent url(../../skin/common_files/css/../images/uarrow.gif) no-repeat left 3px;}
.search-sort-bar a.down-direction {font-weight: bold; padding-left: 14px; background: transparent url(../../skin/common_files/css/../images/darrow.gif) no-repeat left 3px;}
.expand-section {height: 16px; margin: 20px 0; vertical-align: middle; line-height: 16px;}
.expand-section img {width: 11px; height: 11px; vertical-align: middle; margin: 2px 5px 3px 0;}
.expand-section img.plus {background: transparent url(../../skin/common_files/css/../images/plus.gif) no-repeat left top;}
.expand-section img.minus {background: transparent url(../../skin/common_files/css/../images/minus.gif) no-repeat left top;}
.expand-section a {font-weight: bold; text-decoration: underline;}
.nav-pages {white-space: nowrap; vertical-align: bottom; padding: 0; margin: 0;}
.nav-pages-title {padding-right: 10px;}
.nav-pages img {vertical-align: bottom; width: 15px; height: 15px;}
.nav-pages a {text-align: center; text-decoration: underline;}
.nav-pages .left-arrow img {background: transparent url(../../skin/common_files/css/../images/navigation_arrow_left.gif) no-repeat left top;}
.nav-pages .right-arrow img {background: transparent url(../../skin/common_files/css/../images/navigation_arrow_right.gif) no-repeat left top;}
.nav-pages .current-page {text-align: center; font-weight: bold;}
.nav-pages .right-delimiter {padding-right: 12px;}
h3 {margin: 0 0 10px; color: #b51a00; font-weight: bold; font-size: 12px; padding: 0; border: 0 none; border-bottom: 1px solid #9d1500;}
h3.grey {color: #666; font-size: 11px; border-bottom: 1px solid #ccc;}
h3.black {color: #010101; font-size: 12px; font-weight: bold; border-bottom: 1px solid #000;}
h3.red {border-bottom: 1px solid #acb7c7;}
h3.separator {margin-top: 30px;}
.img-down-direction {width: 7px; height: 6px; vertical-align: middle; background: transparent url(../../skin/common_files/css/../images/r_bottom.gif) no-repeat left top; margin-right: 3px;}
.img-up-direction {width: 7px; height: 6px; vertical-align: middle; background: transparent url(../../skin/common_files/css/../images/r_top.gif) no-repeat left top; margin-right: 3px;}
.noscript-warning {position: absolute; top: 10px; padding: 10px; left: 25%; right: 25%; margin: 0; overflow: hidden; border: 5px solid #ddd; background: #fff none;}
.noscript-warning .content {background: transparent url(../../skin/common_files/css/../images/icon_warning.gif) no-repeat left top; font-weight: bold; padding-left: 37px; min-height: 32px; line-height: 16px;}
.lbl {display: inline !important; color: green !important; font-weight: 700 !important; width: auto !important; margin: 0 !important; padding: 0 !important;}
.section {margin: 0 !important; padding: 0 !important; width: auto !important;}
.blockMsg {padding: 0; margin: 0; min-width: 200px; top: 40%; text-align: center; color: #000; border: 3px solid #aaa; background-color: #fff; cursor: wait;}
.blockUI span.waiting {padding: 3px; background: #fbfbfb url(../../skin/common_files/css/../images/loading.gif) no-repeat; color: #617683; display: inline-block; font-size: 18px; margin: 8px 5px; padding: 5px 0 5px 45px;}
.ui-dialog .blockOverlay {background: #fff !important; opacity: 1 !important; filter:Alpha(Opacity=100);}
.ui-dialog .blockMsg {border: 0 none !important;}
.menu-categories-list img.icon {background: transparent url(../../skin/common_files/css/../images/dingbats_categorie.gif) no-repeat left top;}
.menu-categories-list ul li {padding: 4px 0 5px 20px; background: transparent url(../../skin/common_files/css/../images/category_bullet.gif) no-repeat 8px 5px;}
.menu-categories-list ul li a {font-size: 12px;}
.menu-special img.icon {background-image: url(../../skin/common_files/css/../images/dingbats_categorie.gif);}
.menu-help img.icon {background-image: url(../../skin/common_files/css/../images/dingbats_help.gif);}
.menu-minicart .title-bar {background-image: url(../../skin/common_files/css/../images/menu_bg_light.gif);}
.menu-minicart .title-bar h2 {color: #2c3e49;}
.menu-minicart img.icon {background: url(../../skin/common_files/css/../images/dingbats_orders.gif) no-repeat;}
.full-mini-cart .title-bar img.icon {background: transparent url(../../skin/common_files/css/../images/cart_full.gif) no-repeat left top; width: 18px; height: 13px;}
div.minicart {color: #112536; font-size: 10px;}
div.minicart img {width: 19px; height: 16px;}
div.minicart .empty b {line-height: 18px;}
div.minicart table {margin: 0 0 0 1px;}
div.minicart table tr td {color: #112536; font-size: 10px; padding: 1px;}
hr.minicart {clear: both; margin: 5px 0; padding: 0; height: 0;}
.ajax-minicart .title-bar {position: relative; overflow: visible;}
#content-container .ajax-minicart img.minicart-button {background: transparent url(../../skin/common_files/css/../images/cart_button.gif) no-repeat left top; width: 38px; height: 21px; cursor: pointer; position: relative; overflow: hidden; margin-top: 2px; margin-bottom: 4px; z-index: 100;}
#content-container .ajax-minicart img.minicart-button-show {background-position: left -21px;}
.minicart-box {display: none; position: absolute; left: auto; right: 0; top: 23px; width: 250px; padding: 10px 10px 10px 5px; border: 1px solid #99a4ad; background: #fff none; white-space: normal; z-index: 2500; font-weight: normal;}
.minicart-box .progress {background: transparent url(../../skin/common_files/css/../images/progress.gif) repeat-x left top; height: 11px;}
.minicart-box hr {margin-left: 5px;}
.minicart-box ul {margin: 0; padding: 0; list-style: none;}
.minicart-box ul li {position: relative; margin: 0; padding: 6px 15px 6px 5px; overflow: hidden; white-space: normal; line-height: normal;}
.minicart-box ul li a.delete {padding-left: 10px;}
.minicart-box ul li a.delete img {background: transparent url(../../skin/common_files/css/../images/delete_cross.gif) no-repeat left top; width: 9px; height: 9px;}
.minicart-box ul li a {text-decoration: underline; white-space: normal !important;}
.minicart-box .price-row {margin-top: 4px;}
.minicart-box input.quantity {width: 35px;}
.minicart-box .buttons-row {margin-top: 5px; margin-left: 5px; height: 30px;}
.minicart-box .buttons-row .light-button div,.minicart-box .buttons-row .light-button a,.minicart-box .buttons-row .light-button .button-left {font-size: 10px; font-weight: normal;}
.minicart-box ul.menu li.view-cart-link a,.minicart-box ul.menu li.checkout-link a {border-left: 1px solid #fff; border-right: 1px solid #fff;}
.minicart-box li.checkout-popup-link {overflow: visible; padding-left: 0; padding-top: 2px; padding-bottom: 2px;}
.minicart-box .checkout-popup-link a.link:link,.minicart-box .checkout-popup-link a.link:visited,.minicart-box .checkout-popup-link a.link:hover,.minicart-box .checkout-popup-link a.link:active {text-decoration: none;}
.minicart-box .checkout-popup-link a.link {border: 1px solid #fff; outline-style: none; z-index: 1000; background-color: #fff; padding: 4px 0 4px 5px; position: relative; outline-style: none;}
.minicart-box .checkout-popup-link a.show {border-top: 1px solid #99a4ad; border-left: 1px solid #99a4ad; border-right: 1px solid #99a4ad; border-bottom: 1px solid #fff; padding-right: 5px;}
.minicart-box .checkout-popup-link .link span {border-bottom: 1px dashed #043fa0; cursor: pointer;}
.minicart-box .checkout-popup-link a.link img {background: transparent url(../../skin/common_files/css/../images/checkout_arrow.gif) no-repeat right top; width: 9px; height: 7px; cursor: pointer;}
.minicart-box .checkout-popup-link div.buttons-box {position: absolute; border: 1px solid #99a4ad; background: #fff none; left: 0; top: 19px; display: none; padding: 10px;}
.minicart-box .minicart-checkout-button {background: transparent url(../../skin/common_files/css/../images/but_flc_arrow_right.png) no-repeat right top; padding-right: 31px;}
.minicart-box .minicart-checkout-button a:link,.minicart-box .minicart-checkout-button a:hover,.minicart-box .minicart-checkout-button a:visited,.minicart-box .minicart-checkout-button a:active {background: transparent url(../../skin/common_files/css/../images/but_flc_main_left.png) no-repeat; line-height: 29px; color: #510000; font-weight: bold; font-size: 11px; text-decoration: none; float: left;}
.minicart-box .gcheckout-cart-buttons a img {width: inherit; height: inherit; background: transparent none;}
.minicart-box .paypal-cart-button,.minicart-box .paypal-cart-button p,.minicart-box .gcheckout-cart-buttons,.minicart-box .gcheckout-cart-buttons p {text-align: left;}
.minicart-box .paypal-cart-button div,.minicart-box .gcheckout-cart-buttons div {text-align: left; margin: 0;}
iframe.minicart-bg {position: absolute; display: none; width: 250px; border: 0 none; background: #fff none;}
iframe.minicart-checkout-bg {position: absolute; display: none; border: 0 none; background: #fff none;}
.help-link {border-bottom: 1px dashed #000; cursor: help; text-decoration: none !important;}
#tooltip {position: absolute; border: 1px solid #000; padding: 5px; background: #fff none; top: 0; left: 0; text-align: left; max-width: 300px; z-index: 10000;}
#tooltip h3,#tooltip div {margin: 0;}
.menu-auth img.icon {background: url(../../skin/common_files/css/../images/dingbats_authentification.gif) no-repeat;}
.menu-auth input {width: 120px;}
.login-buttons {margin: 3px 0 5px;}
.login-buttons .button {float: left; margin-right: 10px; margin-bottom: 5px;}
.menu-dialog .recovery {clear: both; margin-bottom: 2px;}
.menu-dialog .recovery a {text-decoration: underline; font-size: 10px;}
.menu-dialog .left {text-align: left;}
.menu-dialog .login-text {vertical-align: top;}
.small-note,.small-link {color: #3c6992; text-decoration: none; font-size: 9px; font-family: arial, verdana, helvetica, sans-serif;}
.small {font-weight: normal; font-size: 10px;}
.small-link:hover {text-decoration: underline;}
.menu-news img.icon {background: url(../../skin/common_files/css/../images/dingbats_news.gif) no-repeat;}
.menu-dialog .subscribe {margin-top: 8px;}
.menu-dialog a.prev-news {text-decoration: underline;}
.menu-interneka img.icon {background: url(../../skin/common_files/css/../images/dingbats_affiliates.gif) no-repeat;}
div.popup-dialog {text-align: left; min-width: 300px;}
ul.subcategories {list-style: none; margin: 0; padding: 0 0 15px;}
ul.subcategories li {margin: 0 0 10px; text-align: left;}
ul.subcategories a {text-decoration: underline; font-weight: bold;}
span.subcategories {display: inline-block; vertical-align: top; margin: 0 10px; text-align: center; padding-bottom: 0; overflow: hidden;}
.subcategory-image {float: left; margin: 0 10px 10px 0;}
.subcategory-descr {width: auto; padding: 0; margin-bottom: 20px;}
.product-details {position: relative; margin-bottom: 0px;}
.product-details .image {text-align: center; vertical-align: top; padding: 0; float: left; margin: 5px 20px 5px 10px;}
.product-details .image .image-box {margin: 0 auto; padding: 0;}
.product-details .details {padding-left: 0px;}
.product-details .details .descr {vertical-align: top; padding-right: 20px;}
.product-details .details .save-percent-container {margin-left: 10px; width: 57px; height: 57px;}
.product-details .details .save {float: left; width: 57px; height: 29px; padding-top: 28px; padding-left: 3px; color: #fff; font-size: 11px; font-weight: bold; text-align: center; background: transparent url(../../skin/common_files/css/../images/save_money.gif) no-repeat left top;}
.product-details .product-subtitle {padding: 23px 0 10px;}
.product-details .product-subtitle div {color: #b51a00; font-weight: bold; font-size: 12px; border: 0 none; border-bottom: 1px solid #9d1500;}
.product-details .message {color: #b51a00;}
.product-details .warning-message {color: red;}
.product-details .customer-message {color: #b51a00; font-weight: bold;}
.product-details .quantity-row td {padding-top: 15px;}
.product-details .button-row {margin-top: 15px;}
#product-tabs-container {margin-bottom: 30px;}
.product-details .ask-question {margin-top: 16px; float: none;}
table.product-properties {width: 100%; margin: 0;}
table.product-properties tr td {padding: 2px; vertical-align: top;}
table.product-properties .property-name {width: 40%;}
table.product-properties .property-value {width: 60%;}
table.product-properties .product-price {color: #010101; font-weight: bold; font-size: 12px;}
table.product-properties .product-price-value {color: #b51a00; font-weight: bold; font-size: 12px; font-family: verdana; white-space: nowrap;}
table.product-properties .product-market-price {color: #787878; padding-left: 5px; font-size: 12px; font-family: verdana; white-space: nowrap; font-weight: bold;}
table.product-properties .product-taxed-price {color: #383838; white-space: nowrap; font-weight: normal; vertical-align: bottom;}
table.product-properties .product-input {height: 25px; padding-right: 10px;}
table.product-properties .product-min-amount,table.product-properties .product-one-quantity {font-size: 14px;}
table.product-properties .separator td {height: 18px;}
input.send2friend {width: 300px;}
textarea.send2friend {width: 400px;}
#send_message_box {margin-top: 10px;}
.products {margin-bottom: 15px; margin-top: 30px;}
.products .image {text-align: center; vertical-align: top; white-space: nowrap;}
.products a.see-details {display: block; text-align: center; text-decoration: underline;}
.products .product-title,.product-details .product-title {font-weight: bold; font-size: 14px; text-decoration: underline;}
.products .descr {padding: 15px 0 0; margin: 0;}
.products .sku {margin-top: 15px;}
.products .price-row {margin: 0; padding: 0; text-align: left;}
.products .market-price-value {background: transparent url(../../skin/common_files/css/../images/spacer_black.gif) repeat-x left 8px;}
.products .price {font-weight: bold; font-size: 12px;}
.products .price-value {font-weight: bold; font-size: 12px; color: #b51a00;}
.products .price-save {padding: 0; margin: 0; color: #b51a00;}
.products .taxes {padding: 2px 2px 2px 30px;}
.products .buy-now {margin: 10px 0 0;}
.products .buy-now .quantity {height: 30px; white-space: nowrap; vertical-align: middle;}
.products .buy-now .quantity-empty {height: 45px;}
.products .buy-now .quantity-title {width: 75px; padding-right: 16px;}
.products .buy-now .quantity select {vertical-align: middle;}
.products .buy-now .out-of-stock {white-space: nowrap; font-weight: bold;}
.products .buy-now .prices {height: 15px; vertical-align: middle;}
.products .product-details-title {color: #b51a00; font-weight: bold; font-size: 12px;}
.products .product-price-text {color: #010101; font-weight: bold; font-size: 12px;}
.quantity-text {color: #818891; padding-left: 3px;}
.products-list .item {position: relative; margin: 0 0 45px;}
.products-list .image {float: left; position: relative; padding: 3px 20px 3px 10px; margin-right: auto;}
.products-list .details {vertical-align: top; padding-left: 30px; border: 0 none;}
.products-list .details hr {margin: 5px 5px 5px 0;}
.products-list .buy-now .center,.products-list .buy-now .halign-center {margin-left: 0; text-align: left;}
.products-table .product-cell {background: #fff none; padding: 0; vertical-align: top;}
.products-table .first.products-row td.product-cell {padding-top: 0;}
.products-table td.product-cell-price {padding-top: 2px;}
.products-table td.product-cell-buynow {padding-top: 6px; vertical-align: bottom;}
.products-table td.product-cell-buynow .button-row {text-align: left; margin: 9px 0 5px;}
.products-table td.product-cell-buynow .quantity-empty {height: auto;}
.products-table .image {padding: 0; margin: 5px 0; text-align: left;}
.products-table a.see-details {text-align: left; display: inline;}
.products-table .sku {margin-top: 5px;}
.products-table .product-title {font-size: 12px;}
.products-table .buttons-row,.products-table .button-row {margin: 0;}
.products-table .buttons-row button,.products-table .button-row button {float: none;}
.products-table .buy-now {margin-top: 5px;}
.products-table .buy-now .quantity-title {width: auto; padding-right: 5px;}
.products-table tr.separator td {padding: 0; height: 60px;}
.adv-search table td {white-space: nowrap; padding: 3px 5px 3px 0;}
.adv-search table .data-name {width: 20%; vertical-align: top; color: #112536; font-weight: bold;}
.adv-search table .data-input {white-space: nowrap;}
.adv-search table .pattern {padding-bottom: 0;}
.adv-search table .pattern input,.adv-search table .pattern select {width: 95%; vertical-align: bottom;}
.adv-search table .search-button {width: 25%; padding: 0;}
#adv_search_box {margin-bottom: 15px;}
.search-again {position: relative; margin-top: -17px; text-align: right; margin-left: 400px;}
.results-found {position: relative; width: 400px;}
.register-note {color: #000; margin-bottom: 15px;}
.register-newbie-note {text-align: center; margin-top: 30px;}
.register-bottom-note {margin-top: 30px; padding-bottom: 45px;}
.register-ups-box {margin-top: 45px; margin-bottom: 15px;}
.register-section-title {height: 30px; vertical-align: middle;}
.register-section-title div {vertical-align: middle; padding: 2px 0; border-bottom: 1px solid #000;}
.register-section-title div * {vertical-align: middle;}
.register-sec-minimized div {border-bottom: 0 none;}
.register-section-title label {color: #2c3e49; font-size: 10px; font-weight: bold;}
.register-table .register-exp-section label {border-bottom: 1px dashed #2c3e49;}
table.register-table .register-exp-section {padding-top: 16px; padding-bottom: 16px;}
table.register-table td.data-name {text-align: right; font-weight: normal; width: 30%;}
.cart .item {margin: 0 0 30px;}
.cart .item .image {position: relative; padding: 3px 8px 3px 3px; height: 100%;}
.cart .details {margin-left: 138px; vertical-align: top; width: 80%;}
.cart .product-title {text-decoration: underline;}
.cart .descr {padding-bottom: 15px;}
.cart .poptions-title {font-weight: bold;}
.cart .poptions-list {margin-bottom: 15px;}
.cart .buttons {position: relative; vertical-align: top; margin-top: 30px; height: 23px;}
.cart .buttons .buttons-row {margin-top: 0;}
.cart .left-buttons-row {vertical-align: top; position: absolute; top: 0; left: 0;}
.cart .right-buttons-row {position: absolute; top: 0; right: 0; width: 50%;}
.cart .right-buttons-row .checkout-button {float: right;}
.cart-total-line {width: 50%; margin-left: 50%;}
.cart-total-row {text-align: right;}
div.shipping-method {color: #112536; font-weight: bold; margin-bottom: 15px; text-align: right;}
th.shipping-method {color: #112536; font-weight: bold; text-align: left;}
.shipping-method select {font-weight: normal;}
.shipping-method table {margin: 0 0 0 auto; text-align: right;}
.shipping-method table td {font-weight: normal; text-align: left;}
.shipping-method tr.selected {background: #eee none;}
.totals {margin: 0 0 0 auto; text-align: right; width: 30%;}
.totals td {padding: 3px;}
.totals .total-name {white-space: nowrap; color: #112536; font-weight: bold; padding-right: 8px; text-align: left;}
.totals .total-value {white-space: nowrap; color: #b51a00; font-weight: bold; text-align: right;}
.totals .total-alt-value {white-space: nowrap; text-align: right;}
.totals .total-line {height: 1px;}
.totals .total-line img {background: #000 none; width: 100%; height: 1px;}
.totals .total {white-space: nowrap; color: #112536; font-weight: bold; padding-right: 8px; text-transform: uppercase; text-align: left;}
.totals .total-taxes {font-weight: bold; text-align: right;}
.totals .total-tax-line {background-color: #eee;}
.totals .total-tax-line td {text-align: right; white-space: nowrap;}
.totals .total-tax-name {padding-right: 8px;}
.cart hr {margin-top: 10px; margin-bottom: 10px; border-color: #d7d9e4;}
.cart-content {margin-bottom: 15px;}
.cart-content tr td,.cart-content tr th {padding: 1px 3px; text-align: left; vertical-align: top;}
.cart-content tr td.summary-cell {text-align: right;}
.cart-content .cart-column-tax {text-align: center;}
.cart-content td.cart-column-price,.cart-content td.cart-column-total {text-align: right;}
.cart-content .cart-content-text {color: #b51a00; font-weight: bold;}
.cart-content .cart-column-product {width: 100%;}
.cart-content input.cart-quantity {width: 30px;}
.cmpi-vbv-icon {width: 49%; float: left; text-align: center;}
.cmpi-vbv-icon img {width: 71px; height: 57px; background: transparent url(../../skin/common_files/css/../images/vbv_logo.gif) no-repeat left top;}
.cmpi-mcsc-icon {width: 49%; text-align: center;}
.cmpi-mcsc-icon img {width: 74px; height: 40px; background: transparent url(../../skin/common_files/css/../images/mcsc_logo.gif) no-repeat left top;}
.checkout-payments tr td {padding: 2px; text-align: left;}
.checkout-payments tr td.checkout-payment-name {width: 20%; white-space: nowrap;}
.checkout-payments tr td.checkout-payment-name label {font-weight: bold;}
.checkout-payments tr td.checkout-payment-descr {width: 80%;}
.checkout-payments tr td.checkout-payment-paypal {width: 100%;}
.checkout-payments tr td.checkout-payment-paypal img {border: 0 none;}
.checkout-update-button {float: left; margin: 0;}
.order-placed-msg {margin: 20px 0 10px; padding: 0; font-size: 13px; text-align: center;}
body.payment-wait {text-align: center;}
body.payment-wait .payment-wait-title,body.payment-wait .payment-details-title {border-top: 30px solid #d0ddeb;}
body.payment-wait h1 {display: block; padding: 40px 0 0; border-top: 1px solid #d0ddeb; margin-top: 1px; color: #2c3e49;}
body.payment-wait img.payment-wait-image {background: transparent url(../../skin/common_files/css/../images/progress.gif) repeat-x; width: 350px; height: 11px; margin-top: 10px;}
.help-index {list-style: none; padding: 0; margin: 0;}
.help-index li {margin: 0; padding: 10px 0 0;}
.help-index li.first-item {padding-top: 0;}
.help-usps-test-dir {text-decoration: underline; margin-bottom: 15px;}
.images-viewer {text-align: center; margin: 10px 0;}
.images-viewer-list {position: relative; white-space: nowrap;}
.images-viewer-list .side-arrow {position: absolute; top: 0; display: block; width: 10px; height: 54px; text-decoration: none; outline-style: none;}
.images-viewer-list .left-arrow {text-align: left; left: 0;}
.images-viewer-list .right-arrow {padding-left: 3px; text-align: right; right: 0;}
.images-viewer-list .side-arrow img {width: 7px; height: 100%;}
.images-viewer-list .left-arrow .enabled {display: block; background: transparent url(../../skin/common_files/css/../images/arrow_left.gif) no-repeat left center;}
.images-viewer-list .left-arrow .disabled {display: block; background: transparent url(../../skin/common_files/css/../images/arrow_left_disabled.gif) no-repeat left center;}
.images-viewer-list .hidden {display: none;}
.images-viewer-list .right-arrow .enabled {display: block; background: transparent url(../../skin/common_files/css/../images/arrow_right.gif) no-repeat left center;}
.images-viewer-list .right-arrow .disabled {display: block; background: transparent url(../../skin/common_files/css/../images/arrow_right_disabled.gif) no-repeat left center;}
.images-viewer-icons {text-align: left; padding: 0; margin: 0 10px; overflow: hidden;}
.images-viewer-icons a {display: block; padding: 0; border: 1px solid #fff; padding: 0; margin: 0 10px; float: left; outline-style: none; background: #eee none; text-align: center; vertical-align: middle;}
.images-viewer-icons a.selected {border: 1px solid #215485;}
.images-viewer-icons a:hover {border: 1px solid #ccc;}
.images-viewer-icons img {margin: 1px; vertical-align: middle; border: 0 none;}
.order-invoice {background: #fff none;}
.invoice-company-icon {vertical-align: top; padding-top: 30px;}
.invoice-data-box {width: 100%; padding-left: 30px;}
.invoice-data-box table {width: 100%;}
.invoice-data-box table tr td {padding: 2px; vertical-align: top;}
.invoice-title {font-weight: bold; font-size: 28px; text-transform: uppercase;}
.invoice-data-box table tr td.invoice-right-info {text-align: right; vertical-align: bottom;}
hr.invoice-line {margin: 2px 0 17px; border-bottom: 2px solid #58595b;}
.invoice-personal-info {width: 45%; margin-bottom: 15px;}
.invoice-personal-info tr td {padding: 0;}
.invoice-personal-info tr td strong {white-space: nowrap;}
.invoice-address-box {width: 100%; margin-bottom: 30px;}
.invoice-address-title {width: 45%; height: 25px;}
td.invoice-line {vertical-align: top; padding: 0; height: 4px;}
td.invoice-line img {height: 2px; width: 100%; background: #58595b none;}
.invoice-address-box table {width: 100%;}
.invoice-address-box table tr td {padding: 0;}
.invoice-address-box table tr td strong {white-space: nowrap;}
.invoice-customer-notes {padding-top: 30px;}
.invoice-customer-notes p {font-size: 14px; font-weight: bold; text-align: center;}
.invoice-customer-notes div {border: 1px solid #cecfce; height: 50px; overflow: hidden; padding: 5px;}
.invoice-bottom-note {text-align: center; padding-top: 30px; font-size: 12px;}
p.invoice-products-title {font-size: 14px; font-weight: bold; text-align: center;}
.invoice-products {width: 100%; background: #000 none;}
.invoice-products tr td,.invoice-products tr th {background: #fff none;}
.invoice-products tr th {padding: 3px; background: #ccc none; white-space: nowrap;}
.invoice-products tr th.invoice-sku-column,.invoice-products tr th.invoice-quantity-column,.invoice-products tr th.invoice-total-column {width: 60px;}
.invoice-products tr th.invoice-tax-column {width: 100px;}
.invoice-products tr th.invoice-price-column {width: 100px; text-align: center;}
.invoice-products tr td {padding: 3px;}
.invoice-products tr td.invoice-price-column,.invoice-products tr td.invoice-tax-column,.invoice-products tr td.invoice-quantity-column {text-align: center;}
.invoice-products tr td.invoice-product-column span {font-size: 11px;}
.invoice-products tr td.invoice-product-column table tr td {vertical-align: top; padding: 0 3px 3px 0;}
.invoice-products tr td.invoice-product-column p {white-space: nowrap;}
.invoice-products tr td.invoice-product-column div {padding-left: 10px; white-space: nowrap;}
.invoice-products tr td.invoice-price-column {text-align: right; white-space: nowrap;}
.invoice-products tr td.invoice-total-column {text-align: right; white-space: nowrap; padding-right: 5px;}
.invoice-totals {width: 100%;}
.invoice-totals tr td {padding: 0;}
.invoice-totals tr .invoice-total-title {text-align: right; width: 100%; height: 20px;}
.invoice-totals tr .invoice-total-name {text-align: right; width: 100%; height: 20px; padding-right: 3px;}
.invoice-totals tr .invoice-total-value {text-align: right; height: 20px; padding-right: 5px; white-space: nowrap;}
.invoice-totals tr .invoice-total-name-fin {text-align: right; width: 100%; height: 25px; padding-right: 3px; background: #ccc none;}
.invoice-totals tr .invoice-total-value-fin {text-align: right; height: 25px; padding-right: 5px; background: #ccc none; white-space: nowrap;}
.invoice-totals tr td.invoice-line {height: 2px;}
.invoice-giftcerts {width: 100%;}
.invoice-giftcerts tr td {padding: 0;}
.invoice-giftcerts tr th {background: #ccc none;}
.invoice-giftcerts tr th.invoice-giftcert-id {width: 60px;}
.invoice-giftcerts tr td.invoice-giftcert-id {text-align: center;}
.invoice-giftcerts tr .invoice-giftcert-cost {text-align: right; white-space: nowrap; padding-right: 5px;}
.error-page #header {height: 87px;}
.error-page #header .line2 {height: 20px;}
.error-page #header .logo {margin-left: 167px;}
.error-page #content-container {margin-top: 87px;}
.error-page #center-main {text-align: center; margin: 0 10px;}
.error-page #header .line1 .tabs,.error-page #header .line1 .phones,.error-page #header .line2 .search,.error-page #header .line2 .languages,.error-page #left-bar,.error-page #right-bar,.error-page #location {display: none;}
.error-page .subcontainer {text-align: left; width: 700px; margin: 32px auto 0; position: relative; clear: both;}
.error-page .code-number {font: normal 74px arial, sans-serif; color: #d8d8d8; width: 186px; float: left; text-align: center;}
.error-page .description {font-family: verdana; width: 514px; float: right;}
.error-page .description h1 {font-weight: normal; color: #000;}
.error-page .description a {text-decoration: underline;}
.error-page .description ul {margin: 0; padding: 5px 0; list-style-position: inside;}
.error-page .reason {font-weight: bold; color: #a10000;}
.error-page .description hr {margin: 10px 0 15px;}
.error-page ul.links {margin: 0; padding: 5px 0; list-style: none;}
.paypal-cart-button {text-align: right; height: 65px;}
.paypal-cart-button div {width: 200px; height: 65px; margin-left: auto; margin-right: 0; overflow: visible; text-align: right;}
.paypal-cart-button p {width: 100%; text-align: right; margin: 10px 0;}
.paypal-cart-icon {float: left; padding-right: 10px;}
div.note-box {position: absolute; border: 1px solid #000; background-color: #f6f5eb; margin: 0 0 0 30px; padding: 3px; width: 150px; line-height: 15px; white-space: normal; overflow: hidden;}
.printable #content-container {position: static; padding: 0; margin-top: 82px;}
.printable #content-container2 {float: none; position: static; left: 0; right: 0; width: 100%;}
.printable #center {float: none; position: static; width: 100%; left: 0;}
.printable #header {position: static; height: 82px;}
.printable #header .tabs {display: none;}
.printable #header .line2 {display: none;}
.printable #header .printable {display: none;}
.printable #center-main {margin: 0 10px !important; position: static;}
.printable #footer {position: static !important;}
.printable #footer .subbox {background: transparent none;}
.printable button.button,.printable div.button,.printable a.simple-button {display: none;}
.printable .dialog .title {background: transparent none;}
.title h2 {margin: 0;}
.printable .product-details .dropout-wrapper {height: 150px;}
.printable .no-print {display: none;}
.printable #content-container,.printable #center-main {overflow: visible !important;}
.uo-container #content-container {padding-bottom: 74px;}
.uo-container #footer {height: 74px;}
.normal {font-weight: normal;}
.admin-preview #header,.admin-preview #footer,.admin-preview #left-bar,.admin-preview #right-bar,.admin-preview #location,.admin-preview .offers-short-list,.admin-preview .creviews-dialog,.admin-preview .send2friend-dialog {display: none;}
.admin-preview #content-container {margin: 0; padding: 0;}
.admin-preview #center-main {margin: 5px;}
.need-help-link {text-decoration: none !important; cursor: help; border: none; border-bottom: 1px dashed #3c6992 !important; white-space: nowrap; color: #3c6992 !important;}
div.need-help-box,div.need-help-box div {position: relative; width: 200px; margin: 0; padding: 0;}
div.need-help-box div {position: absolute; top: 0; left: 14px; border: 1px solid #888; background: #FFF; padding: 6px; white-space: normal; font-weight: normal; overflow: hidden;}
select.adv-search-select {width: 400px;}
div.evaluation-notice {border: solid 4px #c7c5c5; background: #f7f6f4; padding: 16px; color: #2c3e49; margin-bottom: 25px;}
div.evaluation-notice span.license-warning {color: #911717; font-weight: bold;}
a.language-code img,.language-code img.language-code-out {padding: 2px; border: 0 none;}
strong.language-code img,.language-code-over {padding: 1px !important; border: solid 1px #fff !important;}
div.market-price {margin-top: 4px;}
div.man-url {margin-bottom: 6px;}
ul.address-container {text-align: left; padding: 0; margin: 0;}
div.address-bg {background: transparent url(../../skin/common_files/css/../images/bg_post.png) repeat top left; margin: 2px; padding: 8px; width: 260px;}
li.address-box {display: inline-block; margin: 0 50px 50px 0; padding: 0; border: solid 1px #ddd; width: 280px; min-height: 200px; overflow: hidden; text-decoration: none; vertical-align: top; text-align: left; list-style: none;}
.address-main {padding: 5px 10px; background: #fff; min-height: 170px;}
.address-main a.new-address {font-size: 22px; line-height: 36px;}
.address-main .new-address-label {padding-top: 40px; text-align: center;}
.address-default {font-weight: bold; vertical-align: top;}
.address-default img {margin-right: 5px;}
.address-line {margin: 5px 0;}
.popup-address {min-width: 780px; text-align: left;}
.popup-address .address-box {margin: 0 25px 25px 0; padding: 0; border: solid 1px #ddd; width: 230px; float: left; min-height: 150px; overflow: hidden;}
.popup-address .address-current {border: solid 1px #1a478f;}
.popup-address .address-main {min-height: 120px;}
.popup-address .address-bg {width: 210px;}
.popup-address .address-main hr {margin: 15px 0 30px;}
.popup-address .address-main .new-address-label {padding-top: 28px;}
.popup-address .address-main a.new-address {line-height: 32px;}
.popup-address .address-default {float: right;}
.per-page-selector {float: right;}
.transactions {border-top: 1px solid #666; margin-top: 10px; padding-top: 15px;}
.delete-icon {width: 8px; height: 8px; background: transparent url(../../skin/common_files/css/../images/delete_record.gif) no-repeat left top;}
.checkout-sns-button {position: absolute; top: 0; 
  left: 30px; height: 100%;}
.checkout-sns-button img {width: 9px; height: 9px;} 
.checkout-top-login {position: absolute; top: 0; right: 10px; height: 20px; line-height: 21px; text-align: right; width: 50%; vertical-align: middle;} 
#header .checkout-top-login .simple-button {margin-bottom: 7px;}
.checkout-top-login-text {white-space: nowrap; padding: 0 10px 0 0;} 
.checkout-container #header .line2 {height: 20px;}
.checkout-container #content-container {margin-top: 102px;}
.checkout-container #header {height: 102px;}
.checkout-container #center {text-align: center;}
.checkout-container #center-main {text-align: left;}
.checkout-buttons .checkout-1-button {float: right;}
.checkout-buttons .checkout-3-button,.checkout-buttons .checkout-2-button {margin-left: 20px; float: right;}
div.checkout-2-button {background: transparent url(../../skin/common_files/css/../images/but_flc_main_right.png) no-repeat right top;}
div.checkout-2-button div,div.checkout-2-button a:link,div.checkout-2-button a:visited,div.checkout-2-button a:hover,div.checkout-2-button a:active {background: transparent url(../../skin/common_files/css/../images/but_flc_main_left.png) no-repeat; line-height: 29px; color: #510000; font-weight: 700; font-size: 11px;}
div.checkout-1-button {background: transparent url(../../skin/common_files/css/../images/but_flc_right.png) no-repeat right top;}
div.checkout-1-button div,div.checkout-1-button a:link,div.checkout-1-button a:visited,div.checkout-1-button a:hover,div.checkout-1-button a:active {background: transparent url(../../skin/common_files/css/../images/but_flc_left.png) no-repeat; line-height: 29px; color: #111d4d; font-weight: 700; font-size: 11px;}
div.checkout-buttons div.checkout-3-button {background: transparent url(../../skin/common_files/css/../images/but_flc_arrow_right.png) no-repeat right top; padding-right: 30px;}
div.checkout-3-button div,div.checkout-3-button a:link,div.checkout-3-button a:visited,div.checkout-3-button a:hover,div.checkout-3-button a:active {background: transparent url(../../skin/common_files/css/../images/but_flc_main_left.png) no-repeat; line-height: 29px; color: #510000; font-weight: 700; font-size: 11px;}
ul.simple-list,ul.simple-list-left {list-style: none; padding: 10px 0 0; margin: 0;}
.simple-list-left {padding-bottom: 14px;}
.item-left {float: left;}
.item-right {float: right;}
.ui-tabs {padding: 0; border: 0 none;}
.ui-tabs .ui-tabs-panel {border-width: 1px;}
.ui-tabs .ui-widget-header {background: transparent none; border: 0 none;}
.ui-tabs .ui-tabs-nav {padding-left: 0;}
#top-links .ui-widget-content {height: 1px; padding: 0; border-width: 1px 0 0;}
img.separator {width: 100%; height: 1px; margin-top: 15px; margin-bottom: 15px; background-color: #5F94C0;}
.cart .buttons .left-buttons-row.buttons-row button.button {margin-top: -1px;} 
.simple-products-table tr.separator td {height: 30px; padding: 0;}
.simple-products-table .product-cell {padding-right: 10px;}
.simple-products-table td.last {padding-right: 0px;}
.xpc-iframe-hidden {height: 0px;}
.xpc-iframe-shown {height: 470px !important;}
.checkout-form-xpc-shown {position: relative; margin-top: -20px;}
.terms_n_conditions-xpc-shown {padding-top: 0px !important; padding-bottom: 0px !important;}
.button-hider {width: 100%; height: 70px; background: #fff; position: relative; top: -78px; opacity: 0.5; filter: alpha(opacity = 50);}
.xpc-disabled {height: 0px !important;}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * General CSS stylesheet (overrides for Firefox)
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com>
 * @version    $Id: main.FF.css,v 1.3 2010/06/24 11:41:09 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

button.button {
  margin-right: -3px;
  margin-left: -3px;
}

div.button {
  margin-top: 1px;
}

.login-buttons div.button {
  margin-top: 2px;
}

button.simple-button {
  margin-top: 2px;
}

.ajax-minicart img.minicart-button {
  margin-top: 1px;
  margin-bottom: 5px;
}

button.do-add2cart-wait .button-left,
button.do-add2cart-success .button-left,
button.do-add2cart-error .button-left
{
  margin-top: -2px !important;
}

/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(../../skin/common_files/lib/cluetip/images/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #fff;
  border: 1px solid #bbb;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #eee;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(../../skin/common_files/lib/cluetip/images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(../../skin/common_files/lib/cluetip/images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(../../skin/common_files/lib/cluetip/images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(../../skin/common_files/lib/cluetip/images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(../../skin/common_files/lib/cluetip/images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(../../skin/common_files/lib/cluetip/images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(../../skin/common_files/lib/cluetip/images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(../../skin/common_files/lib/cluetip/images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(../../skin/common_files/lib/cluetip/images/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(../../skin/common_files/lib/cluetip/images/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(../../skin/common_files/lib/cluetip/images/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(../../skin/common_files/lib/cluetip/images/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(../../skin/common_files/lib/cluetip/images/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(../../skin/common_files/lib/cluetip/images/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(../../skin/common_files/lib/cluetip/images/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(../../skin/common_files/lib/cluetip/images/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#212121;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../../skin/common_files/lib/colorbox/images/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(../../skin/common_files/lib/colorbox/images/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../../skin/common_files/lib/colorbox/images/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(../../skin/common_files/lib/colorbox/images/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(../../skin/common_files/lib/colorbox/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../../skin/common_files/lib/colorbox/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../../skin/common_files/lib/colorbox/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../../skin/common_files/lib/colorbox/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../../skin/common_files/lib/colorbox/images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../../skin/common_files/lib/colorbox/images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../../skin/common_files/lib/colorbox/images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../../skin/common_files/lib/colorbox/images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../../skin/common_files/lib/colorbox/images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=skin/common_files/lib/colorbox/images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=skin/common_files/lib/colorbox/images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=skin/common_files/lib/colorbox/images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=skin/common_files/lib/colorbox/images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=skin/common_files/lib/colorbox/images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=skin/common_files/lib/colorbox/images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=skin/common_files/lib/colorbox/images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=skin/common_files/lib/colorbox/images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * X-Magnifier module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.2.2.1 2010/08/25 09:09:34 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* Product details page */
.magnifier-popup-link {
  margin-top: 3px;
  text-align: center;
  vertical-align: middle;
}

.magnifier-popup-link a:link,
.magnifier-popup-link a:visited,
.magnifier-popup-link a:hover,
.magnifier-popup-link a:active
{
  text-decoration: underline;
  background: transparent url(../../skin/common_files/modules/Magnifier/../../images/zoom_image.gif) no-repeat left top;
  padding-left: 16px;
}

.printable .magnifier-popup-link {
  display: none;
}

#magnifier_wrapper {
  min-height: 400px;
  margin: 0 auto;
  padding: 0;
}

#magnifier_div {
  position: relative;
  text-align: center;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Manufacturers module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.2 2010/05/31 06:08:29 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* manufacturers menu list */
.menu-manufacturers img.icon {
  background: url(../../skin/common_files/modules/Manufacturers/../../images/dingbats_categorie.gif) no-repeat;
}

/* manufacturers list */
ul.manufacturers-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.manufacturers-list li {
  margin: 0;
  padding: 0 0 0 5px;
  white-space: nowrap;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * News management module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.2 2010/05/31 06:08:29 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.news-register-item {
  margin-bottom: 5px;
}

.news-register-item label {
  line-height: 15px;
}

.news-register-item span {
  font-style: italic;
}

/* News list */
label.news-item {
  display: block;
  font-weight: bold;
}

.news-item-descr {
  font-style: italic;
  padding-left: 20px;
  padding-bottom: 15px;
}

.news-list .news-item {
  margin-top: 27px;
}

.news-list .news-item.last {
  margin-bottom: 27px;
}

.news-list .news-date {
  color: #818891;
}

.news-list .news-title {
  color: #2c3e49;
  font-weight: bold;
  font-size: 14px;
}

.news-list .news-body {
  margin-top: 10px;
}


/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Image verification module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.2.2.1 2010/11/15 11:46:25 ferz Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

div.iv-box {
  margin-top: 15px;
  font-size: 10px;
  line-height: normal;
}

table.data-table tr td.iv-box {
  font-size: 10px;
  line-height: normal;
  vertical-align: top;
  padding-right: 5px;
}

table.data-table tr td.iv-box-descr {
  padding-top: 15px;
  font-size: 10px;
  line-height: normal;
}

.iv-description {
  padding: 0;
  margin: 0;
}

.iv-row {
  text-align: left;
  height: 60px;
}

.iv-img {
  text-align: center;
}

.iv-input {
  text-align: center;
}

.iv-row .iv-img {
  text-align: left;
  margin-right: 10px;
  float: left;
}

.iv-row .iv-input {
  text-align: left;
  height: 60px;
  line-height: 60px;
}
#opc_profile .iv-row {
  margin-top: 4px;
}
#opc_profile .iv-row .iv-input {
  height: auto;
  line-height: normal;
}
#opc_profile .iv-row .iv-input .button {
  margin: 3px 0px 0px 13px;
}

.iv-input input {
  width: 100px;
}

.iv-error {
  padding-left: 5px;
  color: #880000;
}

.iv-box a:link,
.iv-box a:visited,
.iv-box a:hover,
.iv-box a:active
{
  text-decoration: none;
  border: none;
  border-bottom: 1px dashed #3c6992;
  white-space: nowrap;
  color: #3c6992;
  font-size: 10px;
}
.iv-box span.star {
  padding: 0;
}
table.data-table tr td.iv-box .button-row {
  margin: 4px 0px 3px 0px;
}
table.register-table div.iv-box {
  text-align: center;
}
table.register-table div.iv-box div.iv-img {
  margin-top: 4px;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Detailed product images module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.5 2010/08/04 11:32:48 joy Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* Detailed images on product detailed page */
.dpimages-list .content {
  text-align: center;
}

.dpimages-list .content img {
  padding: 0 0 10px 0;
}

.dpimages-list .content img.last {
  padding: 0;
}

.dpimages-list .dpimage-container {
  text-align: center;
  margin: 3px 0;
}

/* Product details line */
div.dpimages-popup-link {
  margin-top: 33px;
  text-align: center;
  vertical-align: middle;
}

.dpimages-popup-link a:link,
.dpimages-popup-link a:visited,
.dpimages-popup-link a:hover,
.dpimages-popup-link a:active
{
  text-decoration: underline;
  padding: 0 0 0 17px;
  background: transparent url(../../skin/common_files/modules/Detailed_Product_Images/../../images/zoom_image.gif) no-repeat left 1px;
  line-height: 13px;
}

/* Icons box */

.dpimages-icons-box {
  padding-top: 15px;
  padding-bottom: 10px;
  width: 220px;
}

.dpimages-icons-box a:link,
.dpimages-icons-box a:visited,
.dpimages-icons-box a:hover,
.dpimages-icons-box a:active
{
  display: block;
  outline-style: none;
  border: 1px solid #fff;
  float: left;
}

.dpimages-icons-box a:hover {
  border: 1px solid #215485;
}

/* Printable page */

.printable .dpimages-popup-link,
.printable .dpimages-icons-box
{
  display: none;
}


/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * One page checkout module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.14.2.4 2010/09/24 06:16:20 aim Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/**
 * Alternative styles for common elements 
 */

div.opc-container .opc-section h2,
div.opc-container .opc-section h3
{
  color: #617683;
}

div.opc-container label {
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
}

div.opc-container #center-main {
  text-align: left;
  width: 960px;
  margin: 0 auto;
}

div.opc-container h1 {
  font-size: 20px;
}

div.checkout-container h1 {
  font-size: 32px;
}

div.checkout-container span.star {
  padding-left: 5px;
  color: #3385bf;
}

.fill-error label {
  color: #ce0000;
}

div.opc-section-container div.text-block {
  margin: 0 10px;
}

.fill-error .data-value input[type=text],
.fill-error .data-value input[type=password],
.fill-error .data-value select,
.fill-error .data-value textarea
{
  border: solid 1px #ce0000;
  background-color: #ffebeb;
}

div.error-label {
  color: #ce0000;
  font-size: 9px;
  display: none;
}

.fill-error div.error-label {
  display: block;
}

/**
 * Container blocks 
 */
ul#opc-sections {
  margin: 0;
  padding: 0;
  min-width: 1000px;
}

ul#opc-sections li.opc-section {
  text-align: left;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 25px 50px 0;
  border: 0 none;
  width: 310px;
  min-height: 400px;
  width: 30%;
}

ul#opc-sections li.opc-section h2 {
  font-weight: normal;
  font-size: 24px;
  padding: 7px 0;
  margin: 0;
}

ul#opc-sections li.opc-section h3 {
  font-weight: normal;
  font-size: 18px;
  padding: 7px 0;
  margin: 0;
  border: 0 none;
}

ul#opc-sections li.opc-section div {
  font-size: 12px;
}

ul#opc-sections li.last {
  margin-right: 0 !important;
}

/**
 * Registration section 
 */
div.opc-authbox {
  margin: 5px 0;
  padding: 0;
  font-size: 12px;
}

div.opc-authbox a {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}

fieldset.registerform {
  border: 0 none;
  padding: 0;
  margin: 0;
}

div.opc-section-container {
  padding: 10px 0;
  margin: 0;
  background: #f5f5f5;
}

div.opc-section-container div.text-block {
  margin: 0 10px;
}

div.checkout-container input[type=text],
div.checkout-container input[type=password],
div.checkout-container textarea, 
div.checkout-container select {
  max-width: 250px;
  font-size: 12px;
}

div.checkout-container input[type=text],
div.checkout-container input[type=password],
div.checkout-container select {
  height: auto;
}

div.checkout-container textarea {
  width: 100%;
}

div.checkout-container select {
  height: auto;
}

fieldset.registerform ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

fieldset.registerform ul {
  position: relative;
  padding: 0 15px;
  margin: 0;
  background: #f5f5f5;
}

fieldset.registerform ul.first {
  padding-top: 15px;
}

fieldset.registerform ul li {
  padding-bottom: 10px;
}

fieldset.registerform ul li.clearing {
  padding: 0;
  margin: 0;
}

fieldset.registerform ul li.fields-group {
  float: left;
  margin-right: 10px;
}

fieldset.registerform ul li.fields-group input[type=text],
fieldset.registerform ul li.fields-group input[type=password]
{
  width: 90px;
}

fieldset.registerform ul li.single-field {
  float: none;
  clear: both;
}

fieldset.registerform ul li.single-field input[type=text],
fieldset.registerform ul li.single-field input[type=password]
{
  width: 80%;
}

fieldset.registerform div.oneline {
  float: left;
  margin-right: 10px;
}

li.single-field input.image-button {
  background: transparent url(../../skin/adapt/modules/One_Page_Checkout/../../images/button_go.png) no-repeat left top;
  height: 21px;
  width: 23px;
  margin-bottom: 1px;
}


div.optional-label {
  margin: 10px 5px;
  background-color: #fff;
}

div.optional-label label {
  font-weight: bold;
  font-size: 11px;
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}

div.optional-label label input {
  margin-right: 5px;
  width: 13px;
  height: 13px;
  padding: 0;
  vertical-align: bottom;
  position: relative;
  top: -2px;
}

div.address-book-link {
  height: 35px;
  background: #ecf3f7;
  width: 100%;
  vertical-align: middle;
  position: relative;
}

div.address-book-link span.popup-link {
  margin: 7px;
  font-size: 11px;
}

div.address-book-link label {
  margin: 7px;
  font-size: 11px;
  line-height: 16px;
}

ul#opc-sections li.opc-section div.opc-checkout-profile h3 {
  padding: 7px;
}

div.opc-checkout-profile div.address-line {
  font-size: 12px;
  padding: 0 7px;
}

ul#opc-sections li.opc-section div.news-register-item-descr {
  font-size: 10px;
  font-style: italic;
}

/**
 * Shipping and payment section 
 */
.checkout-payments tr td { 
  padding: 5px; 
  vertical-align: top; 
  border-bottom: solid 2px #fff;
}

.checkout-payments tr td.checkout-payment-name { 
  width: 100%; 
  padding-right: 10px;
  white-space: normal;
}

.checkout-payments tr td.checkout-payment-name label {
  font-weight: bold;
}

.checkout-payments tr td div.checkout-payment-descr {
  width: 80%;
}

.checkout-payments tr td.checkout-payment-paypal {
  width: 100%;
}

.checkout-payments tr td.checkout-payment-paypal img {
  border: 0 none;
}

.checkout-payments tr.payment-details td { 
  background: #ecf3f7;
  margin: 0;
  padding: 10px;
} 

.checkout-payment-name span.applied-gc {
  font-weight: normal;
  color: #01851a;
}

.checkout-shippings {
  width: 100%;
}

.checkout-shippings tr td { 
  padding: 5px 10px 5px 0; 
  border-bottom: solid 2px #fff;
  vertical-align: top;
  font-size: 11px;
}

.checkout-shippings tr.last td { 
  border-bottom: 0 none;
}  

.checkout-shippings tr td label { 
  font-size: 11px;
  line-height: 14px;
}

.checkout-shippings tr td.shipping-name { 
  width: 70%;
}

.checkout-shippings tr td.shipping-cost { 
  width: 30%;
  text-align: right;
}

.opc-payment-options fieldset.registerform ul {
  background: 0;
}

/**
 * Summary section 
 */
div.coupon-info a.unset-coupon-link {
  margin-left: 10px;
}

div.coupon-info p {
  font-size: 9px;
}

div.coupon-info div.progress {
  background: transparent url(../../skin/adapt/modules/One_Page_Checkout/../../images/progress.gif) repeat-x left 10px;
  height: 20px;
  margin: 0 15%;
}

div#couponform {
  height: 20px;
}

div.coupon-info input.image-button {
  background: transparent url(../../skin/adapt/modules/One_Page_Checkout/../../images/button_go.png) no-repeat left top;
  height: 21px;
  width: 23px;
  margin-bottom: 1px;
}

div.cart-totals {
  margin: 10px 0;
  padding: 0;
}

div.cart table.totals {
  margin: 0 0 0 auto;
  text-align: right;
  width: 30%;
}

table.totals tr td.total,
table.totals tr td.total-name,
table.totals tr td.total-value,
table.totals tr td.total-value-alt,
table.totals span.total-name
{
  font-weight: bold;
  text-transform: none;
  padding: 5px 5px 5px 0;
  font-size: 12px;
  vertical-align: top;
}

#opc_summary table.totals {
  text-align: left;
  width: 100%;
}

#opc_summary table.totals tr td.total,
#opc_summary table.totals tr td.total-name,
#opc_summary table.totals tr td.total-value,
#opc_summary table.totals tr td.total-value-alt,
#opc_summary table.totals span.total-name
{
  width: 15%;
  font-weight: normal;
}

#opc_summary table.totals tr td.total,
#opc_summary table.totals tr td.total-name {
  width: 70%;
}

table.totals tr td.discounted {
  color: #01851a;
}

table.totals tr.total td.total-name {
  font-size: 22px;
}

table.totals tr.total td.total-value {
  font-size: 22px;
}

table.totals tr.total td.total-value-alt {
  font-size: 12px;
  vertical-align: bottom;
}

table.cart-content tr td {
  font-size: 10px;
  font-weight: normal;
  border-bottom: solid 1px #888;
  padding: 10px 5px;
  vertical-align: top;
}

table.cart-content .cart-content-text {
  font-weight: normal;
  color: #2c3e49;
}

div#order-taxes-box {
  padding: 10px 5px;
}

div.checkout-customer-notes,
div.checkout-partner,
div.terms_n_conditions
{
  padding: 10px 0;
}

div.terms_n_conditions {
  text-align: center;
}

div.terms_n_conditions label {
  font-size: 13px;
}

.place-order-button button.inactive {
  opacity: .3;
  filter:Alpha(Opacity=30);
  cursor: default;
}

div.paypal-express-sel-note {
  padding: 0 10px;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Flyout menus module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.3 2010/07/22 09:41:43 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/**
 * Layout 
 */
.menu-fancy-categories-list .content {
  overflow: visible;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 6px;
}

.fancycat-icons-e ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 137px;
}

.fancycat-icons-e ul li {
  float: left;
  position: relative;
  width: 100%;
  padding: 2px 0;
  background: white none;
}

.fancycat-icons-e li ul {
  display: none;
  position: absolute;
  top: 4px;
  left: 126px;
  background: white none;
  border: 1px solid #b1c6d7;
  margin: 0;
  padding: 5px 6px 5px 5px;
}

.fancycat-icons-e li:hover,
.fancycat-icons-e li.over
{
  background-color: #e4e7ed;
}

.fancycat-icons-e li:hover ul,
.fancycat-icons-e li.over ul
{
  display: block;
}

.fancycat-icons-e li iframe {
  position: absolute;
  padding: 0;
  border: 0 none;
  margin: 0;
  left: 0;
  top: 0;
  display: none;
}

.fancycat-icons-e li iframe.over {
  display: block;
}

/**
 * Multi-level support 
 */
.fancycat-icons-e li:hover ul ul, .fancycat-icons-e li.over ul ul,
.fancycat-icons-e li:hover ul ul ul, .fancycat-icons-e li.over ul ul ul,
.fancycat-icons-e li:hover ul ul ul ul, .fancycat-icons-e li.over ul ul ul ul,
.fancycat-icons-e li:hover ul ul ul ul ul, .fancycat-icons-e li.over ul ul ul ul ul,
.fancycat-icons-e li:hover ul ul ul ul ul ul, .fancycat-icons-e li.over ul ul ul ul ul ul,
.fancycat-icons-e li:hover ul ul ul ul ul ul ul, .fancycat-icons-e li.over ul ul ul ul ul ul ul,
.fancycat-icons-e li:hover ul ul ul ul ul ul ul ul, .fancycat-icons-e li.over ul ul ul ul ul ul ul ul,
.fancycat-icons-e li:hover ul ul ul ul ul ul ul ul ul, .fancycat-icons-e li.over ul ul ul ul ul ul ul ul ul,
.fancycat-icons-e li:hover ul ul ul ul ul ul ul ul ul ul, .fancycat-icons-e li.over ul ul ul ul ul ul ul ul ul ul,
.fancycat-icons-e li:hover ul ul ul ul ul ul ul ul ul ul ul, .fancycat-icons-e li.over ul ul ul ul ul ul ul ul ul ul ul
{
  display: none;
}

.fancycat-icons-e li li:hover ul, .fancycat-icons-e li li.over ul,
.fancycat-icons-e li li li:hover ul, .fancycat-icons-e li li li.over ul,
.fancycat-icons-e li li li li:hover ul, .fancycat-icons-e li li li li.over ul,
.fancycat-icons-e li li li li li:hover ul, .fancycat-icons-e li li li li li.over ul,
.fancycat-icons-e li li li li li li:hover ul, .fancycat-icons-e li li li li li li.over ul,
.fancycat-icons-e li li li li li li li:hover ul, .fancycat-icons-e li li li li li li li.over ul,
.fancycat-icons-e li li li li li li li li:hover ul, .fancycat-icons-e li li li li li li li li.over ul,
.fancycat-icons-e li li li li li li li li li:hover ul, .fancycat-icons-e li li li li li li li li li.over ul,
.fancycat-icons-e li li li li li li li li li li:hover ul, .fancycat-icons-e li li li li li li li li li li.over ul,
.fancycat-icons-e li li li li li li li li li li li:hover ul, .fancycat-icons-e li li li li li li li li li li li.over ul
{
  display: block;
}

/**
 * Visual scheme 
 */
.fancycat-icons-e ul li a:link,
.fancycat-icons-e ul li a:visited,
.fancycat-icons-e ul li a:hover,
.fancycat-icons-e ul li a:active
{
  display: block;
  position: relative;
  font-size: 12px;
  color: #300;
  text-decoration: none;
  line-height: 16px;
  vertical-align: middle;
  background: transparent none;
  padding: 0 25px 0 10px;
  margin-left: 10px !important;
  overflow: hidden;
}

.fancycat-icons-e a.icon-link:link,
.fancycat-icons-e a.icon-link:visited,
.fancycat-icons-e a.icon-link:hover,
.fancycat-icons-e a.icon-link:active
{
  padding-left: 26px;
}

.fancycat-icons-e a.sub-link:link,
.fancycat-icons-e a.sub-link:visited,
.fancycat-icons-e a.sub-link:hover,
.fancycat-icons-e a.sub-link:active
{
  background: transparent url(../../skin/common_files/modules/Flyout_Menus/Icons/tree_subdir_plus.gif) no-repeat 97% 4px;
}

.fancycat-icons-e a.empty-link:link,
.fancycat-icons-e a.empty-link:visited,
.fancycat-icons-e a.empty-link:hover,
.fancycat-icons-e a.empty-link:active
{
  color: #a3b1c7;
}

.fancycat-icons-e a.nowrap-link:link,
.fancycat-icons-e a.nowrap-link:visited,
.fancycat-icons-e a.nowrap-link:hover,
.fancycat-icons-e a.nowrap-link:active
{
  white-space: nowrap;
}

.fancycat-icons-e img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

/**
 * Tree-like expanding
 */
.fancycat-page-subskin-c #center-main {
  margin-left: 207px;
}

.fancycat-page-subskin-c #left-bar {
  width: 180px;
}

.fancycat-icons-c {
  padding-top: 5px;
  padding-left: 8px;
  overflow: hidden;
}

.fancycat-icons-c ul {
  list-style: none;
  padding: 0;
}

.fancycat-icons-c ul li {
  padding: 4px 0px 7px 19px;
  position: relative;
}

.fancycat-icons-c ul.fancycat-icons-level-1 li {
  padding-bottom: 3px;
}

.fancycat-icons-c ul li ul {
  margin-top: 3px;
}

.fancycat-icons-c li.closed ul {
  display: none;
}

.fancycat-icons-c ul li a:link,
.fancycat-icons-c ul li a:visited,
.fancycat-icons-c ul li a:hover,
.fancycat-icons-c ul li a:active
{
  color: #324c76;
  font-size: 11px;
}

.fancycat-icons-c li a.arrow:link,
.fancycat-icons-c li a.arrow:visited,
.fancycat-icons-c li a.arrow:hover,
.fancycat-icons-c li a.arrow:active
{
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  outline-style: none;
  width: 12px;
  height: 12px;
  background: transparent url(../../skin/common_files/modules/Flyout_Menus/Icons/plus_minus.gif) no-repeat left -12px;
  overflow: hidden;
}

.fancycat-icons-c li.closed a.arrow:link,
.fancycat-icons-c li.closed a.arrow:visited,
.fancycat-icons-c li.closed a.arrow:hover,
.fancycat-icons-c li.closed a.arrow:active
{
  background-position: left top;
}

.fancycat-icons-c a.empty-link:link,
.fancycat-icons-c a.empty-link:visited,
.fancycat-icons-c a.empty-link:hover,
.fancycat-icons-c a.empty-link:active
{
  color: #808b9d;
}

/*--------------------------------------------------------
ADAPT RESPONSIVE TEMPLATE V4.5.2+
--------------------------------------------------------*/

#center-main { width: 100%; margin: 0 0 0 0; overflow: visible; }
.fancycat-page-subskin-c #center-main { margin-left: 0px; }
*:focus,*:active,a:link,a:active { outline: none; }
html, body, div { margin: 0; padding: 0; border: 0; }
html, body { background: none; height: 100%; min-width: 320px; }
html {
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	background: url(../../skin/adapt/css/../images/backgrounds/page.jpg) no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/page.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/page.jpg', sizingMethod='scale')";
}
body {
	font-size: 76%;
	color: #333;
	text-align: left;
}
::-moz-selection { background-color: #ccc; text-shadow: 0 1px 1px #fff; }
::selection { background-color: #ccc; text-shadow: 0 1px 1px #fff; }
/*--------------------------------------------------------
GRID
--------------------------------------------------------*/

.container_12 { margin-bottom: 10px; }
.container_12 .grid_1, .container_12 .grid_2, .container_12 .grid_3, .container_12 .grid_4, .container_12 .grid_5, .container_12 .grid_6, 
.container_12 .grid_7, .container_12 .grid_8, .container_12 .grid_9, .container_12 .grid_10, .container_12 .grid_11, .container_12 .grid_12 {
	background: none;
	margin-bottom: 10px;
	border: none;
	display: block;
}
.container_12 .nopadding { margin-bottom: 0px; }
.nopad { margin: 0; padding: 0; }
.pad { margin: 0px; padding: 20px 0 0 0; }
.pad5 { margin: 0px; padding: 5px 0; }
.pad10 { margin: 0px; padding: 10px 0; }
.pad20 { margin: 0px; padding: 20px 0; }

/*--------------------------------------------------------
STYLING
--------------------------------------------------------*/

p { margin: 0 0 10px 0; }
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
div.dpimage-container img, 
img.responsive { max-width: 100%; height: auto; }
@media \0screen {
	img.responsive { 
		width: auto; /* IE8 */
	}
}
img.stretch {
	width: 100%;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 8px 9px -6px #666;
	-moz-box-shadow: 0 8px 9px -6px #666;
	-webkit-box-shadow: 0 8px 9px -6px #666;
	position: relative;
}
.lazy {
	background: url(../../skin/adapt/css/../images/loading.gif) no-repeat;
	background-position: center center;
}
.eucl_dialog { margin: 0; padding: 0; font-size: 10px; }
.data-table td.data-name { width: 150px; }
.mr5 { margin-right: 5px; }
.ml5 { margin-left: 5px; }
.mr10 { margin-right: 10px; }
.ml10 { margin-left: 10px; }
.icon-10 { font-size: 10px; }
.icon-12 { font-size: 12px; }
.icon-14 { font-size: 14px; }
.icon-16 { font-size: 16px; }
.icon-18 { font-size: 18px; }
.icon-20 { font-size: 20px; }
.icon-22 { font-size: 22px; }
.icon-24 { font-size: 24px; }
.icon-26 { font-size: 26px; }
.icon-28 { font-size: 28px; }
.icon-30 { font-size: 30px; }
.icon-32 { font-size: 32px; }
.sku { font-size: 12px; }
strong.language-code img, .language-code-over {
	padding: 1px !important;
	border: solid 1px #000 !important;
}
.faq_section_title { font-size: 1.3em; }
.video_container {
	margin: 0 0 20px 0;
	box-shadow: 0 6px 7px -5px #ccc;
	-moz-box-shadow: 0 6px 7px -5px #ccc;
	-webkit-box-shadow: 0 6px 7px -5px #ccc;
}
.preview {
	display: block;
	background: transparent url(../../skin/adapt/css/../images/preview.png) no-repeat center center;
}
.offers-more-info a:link,
.offers-more-info a:visited,
.offers-more-info a:hover,
.offers-more-info a:active { text-decoration: none; padding-right: 0px; }
.google_map { width: 100%; height: 240px; }
.product-price-value { color: red; font-size: 20px; font-weight: bold; }
h3.buy_more { color: red; font-size: 14px; text-align: center; }
#wholesale_prices th {
	color: #000;
	background: #fff;
	background: url(../../skin/adapt/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
}
.search_result_details { text-align: left; }
.search_result_buttons { text-align: right; }
ul#testimonials_random {
	list-style: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	color: #fff !important;
	text-shadow: none !important;
}
span.subcategories h3 { line-height: 1.0em; }
/*--------------------------------------------------------
LISTS
--------------------------------------------------------*/

.descr ul.check, 
.dialog_content ul.check, 
.dialog_blank ul.check { margin-left: 0; padding-left: 10px; list-style: none; }
.descr ul.check li, 
.dialog_content ul.check li, 
.dialog_blank ul.check li {
	line-height: 1.5em;
	padding: 0 0 0 23px;
	background-image: url(../../skin/adapt/css/../images/icon_check.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.descr ul.list, 
.dialog_content ul.list, 
.dialog_blank ul.list { margin-left: 0; padding-left: 10px; list-style: none; }
.descr ul.list li, 
.dialog_content ul.list li, 
.dialog_blank ul.list li {
	line-height: 1.5em;
	padding: 0 0 0 20px;
	background-image: url(../../skin/adapt/css/../images/icon_list.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.descr ul.icons, 
.dialog_content ul.icons, 
.dialog_blank ul.icons { margin-left: 0; padding-left: 10px; list-style: none; }
.descr ul.icons li, 
.dialog_content ul.icons li, 
.dialog_blank ul.icons li {
	line-height: 1.5em;
	padding: 0 0 0 0;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
/*--------------------------------------------------------
DIVIDER WITH SCROLL TOP TOP LINK
--------------------------------------------------------*/

.divide {
	border-bottom: 1px solid #ccc;
	padding: 15px 0 0 0;
	margin-bottom: 20px;
}
.divide a {
	font-size: 10px;
	margin-top: -15px;
	text-decoration: none;
	text-transform: uppercase;
}
.divide a:hover { text-decoration: none; }
/*--------------------------------------------------------
LOGO
--------------------------------------------------------*/

#adapt_logo img { width: 460px; height: 60px; }
/*--------------------------------------------------------
SEARCH
--------------------------------------------------------*/
p.phone {
	margin: 0 0 0 0;
	padding: 0 25px 5px 0;
	text-align: right;
}
#adapt_search_container { text-align: center; }
.adapt_search_input { margin-top: -22px; }
/*--------------------------------------------------------
DYNAMIC SEARCH
--------------------------------------------------------*/

.ac_results {
	padding: 0px;
	border: 1px solid #ccc;
	background-color: #fff;
	overflow: hidden;
	z-index: 9999;
	border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	box-shadow: 0 6px 7px -5px #ccc;
	-moz-box-shadow: 0 6px 7px -5px #ccc;
	-webkit-box-shadow: 0 6px 7px -5px #ccc;
}
input.adapt_search_input.ac_loading,
input.adapt_search_input_box.ac_loading {
	background: #fff url(../../skin/adapt/css/../images/indicator.gif) right center no-repeat;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 6px;
	cursor: pointer;
	display: block;
	line-height: 14px;
	overflow: hidden;
}
.ac_results li img { float: left; padding-right: 10px; }
.ac_odd { background-color: #fff; color: #000; }
.ac_even { background-color: #f5f5f5; color: #000; }
.ac_over { background-color: #2269AF; color: #fff; }
.adapt_search_input_box { width: 96% !important; }
/*--------------------------------------------------------
MENU BOXES
--------------------------------------------------------*/

h3.menu_title {
	padding: 0px 5px;
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	border: 1px solid #ccc;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: #fff;
	background: url(../../skin/adapt/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
}
.menu_content {
	padding: 5px;
	margin: 0 0 20px 0;
	text-shadow: 0 1px 0 #fff;
	background: url(../../skin/adapt/css/../images/backgrounds/blue-bg.png);
	border-top: none;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
/*--------------------------------------------------------
DIALOG BOXES
--------------------------------------------------------*/

h2.dialog_title {
	padding: 8px 8px;
	margin: 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #2a457d;
	line-height: 1.2em;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: #feffff;	
	border: 4px solid rgb(42, 69, 125); 
	border: 4px solid rgba(42, 69, 125, 0.5); 
	border-bottom: none;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding; 
	background-clip: padding-box;
}
.dialog_content {
	padding: 4px;
	margin: 0 0 20px 0;
	text-shadow: 0 1px 0 #fff;
	background: #feffff;	
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	background: #feffff; /* Old browsers */
	background: url(../../skin/adapt/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #feffff 0%, #d9d9d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#d9d9d9));
	background: -webkit-linear-gradient(top,  #feffff 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #feffff 0%,#d9d9d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #feffff 0%,#d9d9d9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #feffff 0%,#d9d9d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d9d9d9',GradientType=0 );
	border: 4px solid rgb(42, 69, 125); 
	border: 4px solid rgba(42, 69, 125, 0.5); 
	border-top: none;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding; 
	background-clip: padding-box;
}
.dialog_blank {
	padding: 7px 7px 5px 7px;
	margin: 0 0 20px 0;
	text-shadow: 0 1px 0 #fff;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* Latest News & Tweets Dialogs */
div.dialog_title {
	padding: 5px;
	margin: 0;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #ccc;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: #fff;
	background: url(../../skin/adapt/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
}
div.dialog_title h2 {
	line-height: 28px;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
/*--------------------------------------------------------
ADVANCED MINICART FOR HEADER OR MENU
--------------------------------------------------------*/

#minicart-container { z-index: 1000; }
a.minicart-dropdown { height: 20px; }
.minicart-amount { padding: 0 5px 0 5px; }
#minicart-content th {
	color: #000;
	background: #fff;
	background: url(../../skin/adapt/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
}
#minicart-content a {
	display: inline;
	white-space: normal;
	line-height: 1.5em;
	padding: 3px;
}
#minicart-content a:hover { text-decoration: none; }
span.minicart_subtotal_left {
	float: left;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	cursor: pointer;
}
span.minicart_subtotal_right { float: right; }
.minicart-empty { padding: 15px 0; font-weight: bold; text-align: center; }
/*--------------------------------------------------------
CART TABLE STYLING
--------------------------------------------------------*/

#cart_content th {
	padding: 5px;
	color: #000;
	background: #fff;
	background: url(../../skin/adapt/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
}
#cart_content td { padding: 5px; }
.cart .product-title { text-decoration: none; font-weight: normal; }
.cart_price { color: #ff0000; font-size: 16px; font-weight: bold; }
.cart_price_alt { color: #000; font-size: 12px; font-weight: bold; }
/*--------------------------------------------------------
HEADER MULTI LEVEL DROPDOWN MENU
--------------------------------------------------------*/

#adapt_header_menu { line-height: 2.0em; }
#adapt_header_menu ul {
	list-style-type: none;
	margin-top: 5px;
	padding: 0;
	margin: 10px 0 0 0;
}
#adapt_header_menu ul li {
	position: relative;
	display: inline;
	float: left;
	font-weight: bold;
	font-size: 13px;
	margin-right: 0px;
}
#adapt_header_menu ul li a {
	display: block;
	background: none;
	padding: 8px 10px;
	text-decoration: none;
}
* html #adapt_header_menu ul li a { display: inline-block; }
/*----------------- First Level ------------------*/

#adapt_header_menu ul li a:link, 
#adapt_header_menu ul li a:visited { color: #fff; text-decoration: none;}
#adapt_header_menu ul li a:hover {
	color: #fff;
}
#adapt_header_menu ul li a.selected {
	color: #fff;
}
/*----------------- Second Level ------------------*/

#adapt_header_menu ul li ul {
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	background: #fff;
	width: 180px;
	margin: 0;
}
#adapt_header_menu ul li ul li a:link, 
#adapt_header_menu ul li ul li a:visited {
	color: #000;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#adapt_header_menu ul li ul li a:hover, 
#adapt_header_menu ul li ul li a.selected {
	color: #000;
	background: #ccc;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
/*-----------------------------------*/

#adapt_header_menu ul li ul li {
	display: list-item;
	float: none;
	color: #000;
	margin: 0;
}
#adapt_header_menu ul li ul li a {
	font-weight: normal;
	font-size: 12px;
	padding: 3px 3px 3px 6px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
#adapt_header_menu ul li ul li ul { top: 0; }
/*-----------------------------------*/

* html #adapt_header_menu { height: 1%; }
#adapt_header_menu .downarrowclass { position: absolute; top: 14px; right: 8px; }
#adapt_header_menu .rightarrowclass { position: absolute; top: 7px; right: 8px; }
.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}
.toplevelshadow { opacity: .8; filter: alpha(opacity=80); }
/*--------------------------------------------------------
HEADER 4 LEVEL CATEGORY DROPDOWN / FLYOUT MENU
--------------------------------------------------------*/

#standard_flyout_menu {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 40px;
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
}
#standard_flyout_menu ul {
	list-style-type: none;
	margin: 0;
}
#standard_flyout_menu ul li {
	position: relative;
	display: inline;
	float: left;

	font-size: 15px;
	margin-right: 0px;
}
#standard_flyout_menu ul li a {
	display: block;
	background: none;
	padding: 8px 10px;
	border-right: 0px solid #fff;
	text-decoration: none;
	font-family: "Francois One";
}
/*----------------- First Level ------------------*/

#standard_flyout_menu ul li a:link, 
#standard_flyout_menu ul li a:visited { 
	color: #fff; 
	text-decoration: none; 
	margin: 0; 
	padding: 11px 25px;
}
#standard_flyout_menu ul li a:hover {
	color: #fff;
	background: url(../../skin/adapt/css/../images/gradient.png) center repeat-x;
}
#standard_flyout_menu ul li a.selected {
	color: #fff;
	background: url(../../skin/adapt/css/../images/gradient.png) center repeat-x;
}
#standard_flyout_menu ul li:first-child a:hover,
#standard_flyout_menu ul li:first-child a.selected {
	border-radius: 7px 0 0 0;
	-moz-border-radius: 7px 0 0 0;
	-webkit-border-radius: 7px 0 0 0;
}
/*----------------- Second Level ------------------*/

#standard_flyout_menu ul li:first-child ul li a:hover,
#standard_flyout_menu ul li:first-child ul li a.selected {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#standard_flyout_menu ul li ul {
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	background: #fff;
	width: 180px;
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#standard_flyout_menu ul li ul li:first-child a:hover {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#standard_flyout_menu ul li ul li a:link, 
#standard_flyout_menu ul li ul li a:visited {
	padding: 4px;
	color: #324976;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#standard_flyout_menu ul li ul li a:hover, 
#standard_flyout_menu ul li ul li a.selected {
	color: #000;
	background: #ccc;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
/*-----------------------------------*/

#standard_flyout_menu ul li ul li {
	display: list-item;
	float: none;
	color: #000;
	margin: 0;
}
#standard_flyout_menu ul li ul li a {
	font-weight: normal;
	font-size: 12px;
	padding: 3px 3px 3px 6px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
#standard_flyout_menu ul li ul li ul { top: 0; }
/*-----------------------------------*/

* html #standard_flyout_menu ul li a { display: inline-block; }
#standard_flyout_menu .downarrowclass { position: absolute; top: 18px; right: 8px; }
#standard_flyout_menu .rightarrowclass { position: absolute; top: 8px; right: 8px; }
.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}
.toplevelshadow { opacity: .8; filter: alpha(opacity=80); }
/*--------------------------------------------------------
MEGA DROPDOWN CATEGORY MENU
--------------------------------------------------------*/

/* Prevent FOUC */
.mega-menu li ul { display: none; }
.mega-menu .sub ul { display: block; }
.mega-menu ul, .mega-menu ul li { list-style: none; }
.mega-menu ul { position: relative; padding: 0; margin: 0; }
.mega-menu ul li ul { display: none; }
.mega-menu .sub { display: none; }
.mega-menu li:first-child a {

}
#adapt_menu_container {
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
}
#standard_mega_menu {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 40px;
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
}
#standard_mega_menu .sub ul { display: block; }
#standard_mega_menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
	height: 40px;
}
#standard_mega_menu li a {
	float: left;
	display: block;
	color: #fff;
	padding: 11px 15px 11px 15px;
	margin: 0;
	text-decoration: none;
	background: transparent;
	border-right: 0px solid #ccc;
}
#standard_mega_menu li.mega-hover a, #standard_mega_menu li.mega-hover a:hover { background: #ccc; color: #000; }
#standard_mega_menu li a:hover { background: #999; color: #000; }
#standard_mega_menu li .sub-container { position: absolute; }
#standard_mega_menu li .sub {
	background: #efefef;
	padding: 7px 10px 7px 10px;
	border: 1px solid #ccc;
	border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	box-shadow: 0 6px 7px -5px #ccc;
	-moz-box-shadow: 0 6px 7px -5px #ccc;
	-webkit-box-shadow: 0 6px 7px -5px #ccc;
}
#standard_mega_menu li .sub .row { width: 100%; overflow: hidden; clear: both; }
#standard_mega_menu li .sub li {
	list-style: none;
	float: none;
	width: 170px;
	height: auto;
	font-size: 1em;
	font-weight: normal;
}
#standard_mega_menu li .sub li.mega-hdr { margin: 0 10px 5px 0; float: left; }
#standard_mega_menu li .sub li.mega-hdr.last { margin-right: 0; }
#standard_mega_menu li .sub a {
	background: none;
	color: #0088cc;
	padding: 7px 10px 7px 10px;
	display: block;
	float: none;
	font-size: 0.9em;
	border-right: none;
}
/*-----------------------------------*/

/* Second Level with Third Level */
#standard_mega_menu li .sub li.mega-hdr a.mega-hdr-a {
	padding: 5px 10px 5px 10px;
	margin: 5px 0 5px 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background: #666;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#standard_mega_menu li .sub li.mega-hdr a.mega-hdr-a:hover { 
	color: #333;
	background: #ccc;
}
/*-----------------------------------*/

/* Third Level */
#standard_mega_menu .sub li.mega-hdr li a {
	color: #0088cc;
	padding: 4px 10px 2px 5px;
	font-weight: normal;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#standard_mega_menu .sub li.mega-hdr li a:hover { color: #005580; background: transparent; }
#standard_mega_menu .sub ul li { padding-right: 0; }
#standard_mega_menu li .sub-container.non-mega .sub { padding: 10px; }
#standard_mega_menu li .sub-container.non-mega li { padding: 0; width: 190px; margin: 0; }
/*-----------------------------------*/

/* Second Level Only */
#standard_mega_menu li .sub-container.non-mega li a {
	color: 0088cc;
	padding: 3px 5px 3px 5px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#standard_mega_menu li .sub-container.non-mega li a:hover { color: #005580; background: transparent; }

/*--------------------------------------------------------
MOBILE MODE HEADER SELECT MENUS
--------------------------------------------------------*/
select.mobile_header_menu, 
select.mobile_mega_menu,
select.mobile_flyout_menu {
	width: 100%;
	background: #6a7888 url(../../skin/adapt/css/../images/gradient.png) center repeat-x;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
select.mobile_header_menu option, 
select.mobile_mega_menu option,
select.mobile_flyout_menu option {
	padding: 5px;
	background: #fff;
	color: #666;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
select.mobile_header_menu option a:hover, 
select.mobile_mega_menu option a:hover, 
select.mobile_flyout_menu option a:hover { color: #000; }
select.mobile_header_menu option hover, 
select.mobile_mega_menu option hover, 
select.mobile_flyout_menu option hover { cursor: pointer; }
select.mobile_header_menu { margin: 0px; }
select.mobile_mega_menu, select.mobile_flyout_menu { margin-top: 4px; margin-bottom: 10px; }

/*--------------------------------------------------------
FLEXSLIDER
--------------------------------------------------------*/
.flex-container a,
.flexslider a,
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { max-width: 100%; display: block; }
.flex-pauseplay span { text-transform: capitalize; }
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }
.no-js .slides > li:first-child { display: block; }
.flexslider {
	background: url(../../skin/adapt/css/../images/backgrounds/blue-bg.png);
	padding: 5px;
	position: relative;
	zoom: 1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { position: relative; }
.flex-container { zoom: 1; position: relative; margin-bottom: 24px; }

.flex-caption-top {
	background: none;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	zoom: 1;
}
.flex-caption-top {
	width: 96%;
	padding: 2%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 14px;
	line-height: 18px;
}
.flex-caption-top {
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}
/* Caption - RIGHT */

.flex-caption-right {
	background: none;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	zoom: 1;
}
.flex-caption-right {
	width: 25%;
	padding: 2%;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(0,0,0,.3);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 14px;
	line-height: 18px;
}
.flex-caption-right {
	border-radius: 0px 5px 0px 5px;
	-moz-border-radius: 0px 5px 0px 5px;
	-webkit-border-radius: 0px 5px 0px 5px;
}
/* Caption - BOTTOM */

.flex-caption-bottom {
	background: none;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	zoom: 1;
}
.flex-caption-bottom {
	width: 96%;
	padding: 2%;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../../skin/adapt/css/../images/backgrounds/blue-bg.png);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}
.flex-caption-bottom {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
/* Caption - LEFT */

.flex-caption-left {
	background: none;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	zoom: 1;
}
.flex-caption-left {
	width: 25%;
	padding: 2%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 14px;
	line-height: 18px;
}
.flex-caption-left {
	border-radius: 5px 0px 5px 0px;
	-moz-border-radius: 5px 0px 5px 0px;
	-webkit-border-radius: 5px 0px 5px 0px;
}
/* Direction Nav */

.flex-direction-nav { height: 0; }
.flex-direction-nav a {
	width: 34px;
	height: 34px;
	margin: -13px 0 0;
	display: block;
	background: url(../../skin/adapt/css/../images/sprite.png) no-repeat;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999em;
}
.flex-direction-nav .flex-next { background-position: -34px 0; right: 10px; }
.flex-direction-nav .flex-next:hover { background-position: -34px -34px; right: 10px; }
.flex-direction-nav .flex-prev { left: 10px; }
.flex-direction-nav .flex-prev:hover { background-position: 0 -34px; right: 10px; }
.flex-direction-nav .flex-disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 5px;
	right: 10px;
	text-align: right;
}
.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-nav li:first-child { margin: 0; }
.flex-control-nav a {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../../skin/adapt/css/../images/sprite.png) no-repeat;
	cursor: pointer;
	text-indent: 9999em;
	overflow: hidden;
}
.flex-control-nav a { background-position: 0 -68px; }
.flex-control-nav a:hover { background-position: -20px -68px; }
.flex-control-nav a.flex-active { background-position: -40px -68px; cursor: default; }
/* Added */

.flexslider.loader {
	background: #fff url(../../skin/adapt/css/../images/loading.gif) no-repeat center center;
	height: 240px;
}
.flexslider img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.flexslider {
	
}
/*--------- CAROUSELS ------------*/

.flexslider_carousel a:active,
.flexslider_carousel a:focus { outline: none; }
.flexslider_carousel { margin: 0; padding: 5px 0; }
.flexslider_carousel .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	text-align: center;
}
.flexslider_carousel .slides img { width: auto; }
.flexslider_carousel {
	margin: 0 0 20px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	zoom: 1;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 6px 7px -5px #ccc;
	-moz-box-shadow: 0 6px 7px -5px #ccc;
	-webkit-box-shadow: 0 6px 7px -5px #ccc;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider_carousel .slides { zoom: 1; }
.carousel_title {
	text-align: center;
	margin-top: -10px;
	padding: 0;
	font-size: 18px;
}
.carousel li { margin-right: 0px; }
.carousel li h3 { font-size: 13px; line-height: 1.2em; }
/*--------------------------------------------------------
PROMO IMAGE ROTATOR
--------------------------------------------------------*/

.slideshow { height: 200px; width: 200px; margin: 0 auto; }
/*--------------------------------------------------------
SCROLL PANES
--------------------------------------------------------*/

.scroll-pane-50 { width: 100%; overflow: auto; height: 50px; }
.scroll-pane-80 { width: 100%; overflow: auto; height: 80px; }
.scroll-pane-90 { width: 100%; overflow: auto; height: 90px; }
.scroll-pane-100 { width: 100%; overflow: auto; height: 100px; }
.scroll-pane-105 { width: 100%; overflow: auto; height: 105px; }
.scroll-pane-110 { width: 100%; overflow: auto; height: 110px; }
.scroll-pane-115 { width: 100%; overflow: auto; height: 115px; }
.scroll-pane-125 { width: 100%; overflow: auto; height: 125px; }
.scroll-pane-130 { width: 100%; overflow: auto; height: 130px; }
.scroll-pane-135 { width: 100%; overflow: auto; height: 135px; }
.scroll-pane-140 { width: 100%; overflow: auto; height: 140px; }
.scroll-pane-145 { width: 100%; overflow: auto; height: 145px; }
.scroll-pane-150 { width: 100%; overflow: auto; height: 150px; }
.scroll-pane-175 { width: 100%; overflow: auto; height: 175px; }
.scroll-pane-200 { width: 100%; overflow: auto; height: 200px; }
.scroll-pane-250 { width: 100%; overflow: auto; height: 250px; }
.scroll-pane-300 { width: 100%; overflow: auto; height: 300px; }
.scroll-pane-350 { width: 100%; overflow: auto; height: 350px; }
.scroll-pane-400 { width: 100%; overflow: auto; height: 400px; }
.scroll-pane-450 { width: 100%; overflow: auto; height: 450px; }
.scroll-pane-500 { width: 100%; overflow: auto; height: 500px; }
.jspContainer { overflow: hidden; position: relative; }
.jspPane { position: absolute; }
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 17px;
	height: 100%;
	background: #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.jspVerticalBar *,
.jspHorizontalBar * { margin: 0; padding: 0; }
.jspCap { display: none; }
.jspHorizontalBar .jspCap { float: left; }
.jspTrack {
	background: #ddd;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.jspDrag {
	background: #bbb url(../../skin/adapt/css/../images/scroll.gif) no-repeat center center;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag { float: left; height: 100%; }
.jspArrow {
	background: #ccc;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled { cursor: default; background: #999; }
.jspVerticalBar .jspArrow { height: 16px; }
.jspHorizontalBar .jspArrow { width: 17px; float: left; height: 100%; }
.jspVerticalBar .jspArrow:focus { outline: none; }
.jspCorner { background: #eee; float: left; height: 100%; }
.jspArrowUp {
	background: #eee url(../../skin/adapt/css/../images/arrows/arrow_up_black.gif) no-repeat center center;
}
.jspArrowDown {
	background: #eee url(../../skin/adapt/css/../images/arrows/arrow_down_black.gif) no-repeat center center;
}
* html .jspCorner { margin: 0 -3px 0 0; }
/*--------------------------------------------------------
BREAK POINTS - MEDIA QUERIES - HELPER
--------------------------------------------------------*/

.output_container {
	position: fixed;
	top: 0;
	left: 0;
	width: 36px;
	height: 56px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #eee;
	border-top: none;
	border-left: none;
	border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	-webkit-border-radius: 0 0 10px 0;
}
.output_width, .output_height, .output_bp {
	border: none;
	width: 36px;
	height: 12px;
	background: none;
	color: #666;
	font-size: 10px;
}
/*--------------------------------------------------------
SOCIAL BOOKMARKING
--------------------------------------------------------*/

/* Button panel */

.dcssb-float {
	background: none;
	padding: 0;
	height: 20px;
	width: 100%;
}
.dcssb-content { width: 100%; margin: 0 auto; }
.dcssb-btn { float: left; margin-right: 10px; }
.dcssb-btn.size-horizontal { width: 80px; height: 24px; }
.dcssb-btn.size-none { width: 60px; height: 24px; }
.dcssb-btn.size-vertical { width: 60px; height: 62px; }
/* Button specific styling */

/* Digg */

.dcssb-digg.size-vertical { height: 68px; }
/* Delicious */

.dcssb-delicious div { margin: 0 auto; }
/* LinkedIn */

.dcssb-linkedin.size-horizontal { width: 65px; }
/* Buffer */

.dcssb-buffer.size-horizontal { width: 85px; }
/* Print & Email */

.dcssb-print.size-horizontal, .dcssb-print.size-none, .dcssb-email.size-horizontal, .dcssb-email.size-horizontal { width: 56px; }
.dcssb-print.size-vertical, .dcssb-email.size-vertical { height: 24px; }
.link-email, .link-print {
	padding-left: 20px;
	display: block;
	font: bold 11px/18px Arial, sans-serif;
	height: 20px;
	text-decoration: none;
	color: #333333;
	cursor: pointer;
	background-color: #F8F8F8;
	background-image: -moz-linear-gradient(center top , #FFFFFF, #DEDEDE);
	border: 1px solid #bbb;
	border-radius: 3px 3px 3px 3px;
	max-width: 98%;
	overflow: hidden;
	position: relative;
	text-align: left;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.link-print .icon, .link-email .icon {
	display: block;
	width: 14px;
	height: 12px;
	position: absolute;
	left: 4px;
	top: 4px;
}
.link-print .icon {
	background: url(../../skin/adapt/css/../images/social/icon_print.png) no-repeat 0 0;
}
.link-email .icon {
	background: url(../../skin/adapt/css/../images/social/icon_email.png) no-repeat 0 0;
}
.link-email:hover, .link-print:hover {
	background-color: #e8e8e8;
	border: 1px solid #999;
	background-image: -moz-linear-gradient(center top , #f8f8f8, #cecece);
}
/* Pinterest */

.dcssb-pinterest { position: relative; width: 60px; }
.dcssb-pinterest.size-horizontal, .dcssb-pinterest.size-none { height: 20px; }
.dcssb-pinterest.size-horizontal { width: 70px; }
.dcssb-pinterest-button { height: 25px; margin: 0; padding: 0 0 10px 0; }
.pinItButton {
	position: absolute;
	background: url(../../skin/adapt/css/../images/social/pinterest.png);
	font: 11px Arial, sans-serif;
	text-indent: -9999em;
	font-size: .01em;
	color: #CD1F1F;
	height: 22px;
	width: 47px;
	background-position: 0 -37px;
	bottom: 0;
	left: 50%;
	margin-left: -24px;
}
.pinItButton:hover { background-position: 0 -58px; background-color: none; }
.pinterest-counter-count{
	font: 12px/12px Arial,Helvetica,sans-serif;
	height: 29px;
	padding: 9px 0 0;
	text-align: center;
	width: 47px;
	background: url(../../skin/adapt/css/../images/social/pinterest.png) no-repeat 0 0;
	color: #777777;
	position: absolute;
	bottom: 23px;
	right: 8px;
}
.size-horizontal .pinItButton { left: 0; margin-left: 0; }
.size-horizontal .pinterest-counter-count{
	font: 11px/11px Arial,Helvetica,sans-serif;
	height: 15px;
	padding: 3px 0 0;
	text-align: center;
	width: 21px;
	background: url(../../skin/adapt/css/../images/social/pinit-count-s.png) no-repeat 0 0;
	color: #777777;
	position: absolute;
	bottom: 1px;
	right: 0;
}
.size-none .pinterest-counter-count{ display: none; }
/*--------------------------------------------------------
ACCORDIONS
--------------------------------------------------------*/

.accordion_container {
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 6px 7px -5px #ccc;
	-moz-box-shadow: 0 6px 7px -5px #ccc;
	-webkit-box-shadow: 0 6px 7px -5px #ccc;
	margin-bottom: 20px;
}
.accordion1, .accordion2, .accordion3, .accordion4, .accordion5 {
	cursor: pointer;
	padding: 7px 7px 7px 7px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	color: #666;
	background: #fff;
	font-size: 1.2em;
	line-height: 1.2em;
}
.accordion1:hover, .accordion2:hover, .accordion3:hover, .accordion4:hover, .accordion5:hover { color: #000; }
.accordion1:first-child, .accordion2:first-child, .accordion3:first-child, .accordion4:first-child, .accordion5:first-child {
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}
.accordion1 h3:last-child, .accordion2 h3:last-child, .accordion3 h3:last-child, .accordion4 h3:last-child, .accordion5 h3:last-child {
	border: 1px solid #ccc;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}
.accordion1_contents, .accordion2_contents, .accordion3_contents, .accordion4_contents, .accordion5_contents {
	background: #fff;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.accordion1_contents:last-child, .accordion2_contents:last-child, .accordion3_contents:last-child, .accordion4_contents:last-child, .accordion5_contents:last-child {
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}
.accordion_open {
	color: #000;
	background: #fff;
	background: url(../../skin/adapt/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
}
/*--------------------------------------------------------
ACCORDION FOR CATEGORIES
--------------------------------------------------------*/

.accordion_cats_container {
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 6px 7px -5px #ccc;
	-moz-box-shadow: 0 6px 7px -5px #ccc;
	-webkit-box-shadow: 0 6px 7px -5px #ccc;
}
.accordion_cats, .accordion_cats_nosub {
	cursor: pointer;
	padding: 7px 7px 7px 7px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	color: #324976;
	background: #fff;
	font-size: 1.0em;
	line-height: 1.2em;
}
.accordion_cats:hover, .accordion_cats_nosub:hover { color: #000; }
.accordion_cats:first-child, .accordion_cats_nosub:first-child {
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}
.accordion_cats h3:last-child, .accordion_cats_nosub h3:last-child {
	border: 1px solid #ccc;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}
 .accordion_cats_contents {
	background: #fff;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
.accordion_cats_contents:last-child {
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}
.current_cat { font-size: 1.0em; font-weight: bold; }
.accordion_cats_open {
	color: #000;
	background: #fff;
	background: url(../../skin/adapt/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
}
/*--------------------------------------------------------
ACCORDION FOR PRODUCT FAQS
--------------------------------------------------------*/

.accordion_faqs_container {
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 6px 7px -5px #ccc;
	-moz-box-shadow: 0 6px 7px -5px #ccc;
	-webkit-box-shadow: 0 6px 7px -5px #ccc;
}
.accordion_faqs {
	cursor: pointer;
	padding: 7px 7px 7px 7px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	color: #666;
	background: #fff;
	font-size: 1.1em;
	line-height: 1.2em;
}
.accordion_faqs:hover { color: #000; }
.accordion_faqs:first-child {
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}
.accordion_faqs h3:last-child {
	border: 1px solid #ccc;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}
.accordion_faqs_contents {
	background: #fff;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.accordion_faqs_contents:last-child {
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}
.accordion_faqs_open {
	color: #000;
	background: #fff;
	background: url(../../skin/adapt/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
}
/*--------------------------------------------------------
TABS
--------------------------------------------------------*/

ul.xtabs {
	padding-top: 5px;
	list-style-type: none;
	text-align: center; /* Tabs Horizontal Alignment: left, center or right */
	margin: 0 0 0 0px; /* Adjust left margin if required */
}
.xtabs li, .xtabs li h3 {
	list-style-type: none;
	display: inline;
	white-space: nowrap;
	font-size: 15px;
	margin: 0;
	padding: 0;
	line-height: 28px;
	border-bottom: none;
	text-shadow: none;
}
.xtabs li a {
	text-decoration: none;
	position: relative;
	top: -1px;
	padding: 7px;
	margin-right: 0px;
	color: #324976;
	border: 1px solid #ccc;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	background: #fff;
	background: url(../../skin/adapt/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
}
.xtabs li a:visited { color: #324976; }
.xtabs li a:hover { text-decoration: none; color: #000; }
.xtabs li a.selected {
	position: relative;
	padding: 7px;
	color: #fff;
	background: url(../../skin/adapt/css/../images/backgrounds/blue-bg.png);
	border-bottom: none;
	outline: none;
	text-shadow: none;
}
.xtabs li a.selected:hover { text-decoration: none; }
.xtabs_container {
	background: url(../../skin/adapt/css/../images/backgrounds/blue-bg.png);
	margin: 0 0 20px 0;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radiu: 5px;
	clear: both;
}
/*------------- RESPONSIVE TABS ------------------------*/

@media only screen and (min-width: 0px) and (max-width: 800px) {

	.xtabs { text-align: center; }
	.xtabs li { display: block; }
	.xtabs li:first-child a {
		border-radius: 5px 5px 0px 0px;
		-moz-border-radius: 5px 5px 0px 0px;
		-webkit-border-radius: 5px 5px 0px 0px;
	}
	.xtabs li:last-child a { margin-bottom: -3px; }
	.xtabs li a {
		display: inline-block;
		width: 95%;
		text-align: center;
		margin-bottom: -1px;
		border-radius: 0px 0px 0px 0px;
		-moz-border-radius: 0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px 0px;
	}
	.xtabs li a:hover { background: #fff; }
	.xtabs li a.selected { border-bottom-color: #ccc; }
	.xtabs_container {
		border-radius: 0px 0px 5px 5px;
		-moz-border-radius: 0px 0px 5px 5px;
		-webkit-border-radius: 0px 0px 5px 5px;
	}
}
/*--------------------------------------------------------
TWEETS
--------------------------------------------------------*/

.tweet, .query { color: #000; }
.tweet_list {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	background: none;
}
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em;
	list-style-type: none;
}
.tweet_list li a { color: #000; }
.tweet_list .tweet_even { background-color: none; }
.tweet_list .tweet_avatar { padding-right: .5em; float: left; }
.tweet_list .tweet_avatar img { vertical-align: middle; }
.tweet_time { font-weight: bold; }
/*--------------------------------------------------------
ROW / GRID / TABLE SWITCHERS - EDIT WITH CARE!
--------------------------------------------------------*/

.p_switchers { 
	margin: 5px 0; 
	display: none;
}
/*----------- ROW VIEW -----------*/

ul.row_view {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
ul.row_view li { float: left; width: 100%; margin: 0; padding: 0; }
ul.row_view li .product_block {
	position: relative;
}
ul.row_view li .product_block {
	padding: 4px;
	margin: 0 0 20px 0;
	text-shadow: 0 1px 0 #fff;
	background: #feffff;	
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	background: #feffff; /* Old browsers */
	background: url(../../skin/adapt/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #feffff 0%, #d9d9d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#d9d9d9));
	background: -webkit-linear-gradient(top,  #feffff 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #feffff 0%,#d9d9d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #feffff 0%,#d9d9d9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #feffff 0%,#d9d9d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d9d9d9',GradientType=0 );
	border: 4px solid rgb(42, 69, 125); 
	border: 4px solid rgba(42, 69, 125, 0.5); 
	border-top: none;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding; 
	background-clip: padding-box;
}
ul.row_view li .product_block .thumb_column {
	float: left;
	text-align: center;
	width: 180px; /* Image Column Width */
}
ul.row_view li .product_block .thumb_column img { margin: 10px 0 10px 0; }
ul.row_view li .product_block .product_overflow { overflow: hidden; }
ul.row_view li .product_block h2 {
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	text-shadow: 0;
}
ul.row_view li .product_block .pdetails { margin-left: 0px; }
ul.row_view li .product_block .pdescr { width: 100%; height: auto; }
ul.row_view li .product_block .sku { margin: 10px 0; text-align: left; }
* html ul.row_view li .product_block p { height: 1%; }
ul.row_view li .product_block .price_block { height: 50px; margin-top: 10px; }
ul.row_view li .product_block .price-value { color: #ff0000; font-weight: bold; }
ul.row_view li .product_block .price-value {
	margin: 0;
	padding: 0;
	color: #ff0000;
	font-weight: bold;
	font-size: 1.5em;
}
ul.row_view li .product_block .market-price-value {
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: bold;
	font-size: 1.0em;
}
ul.row_view li .product_block .creviews-rating-box { height: 40px; }
/*----------- GRID VIEW -----------*/

ul.grid_view {
	float: left;
	display: inline;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.grid_view li {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 25%; /* Default number of columns as percentage */
}
ul.grid_view li .product_block .product_overflow { width: 100%; float: left; }
ul.grid_view li .product_block .thumb_column {
	text-align: center;
	width: 100%;
	height: 170px; /* Thumbnail Column Height */
}
ul.grid_view li .product_block .thumb_column img { margin: 10px 0 10px 0; }
ul.grid_view li .product_block h2 { /* Product Name Height */ height: 70px; }
ul.grid_view li .product_block .pdetails { margin: 0; }
ul.grid_view li .product_block .pdescr { display: none; }
ul.grid_view li .product_block .sku { clear: both; text-align: center; }
ul.grid_view li .product_block hr { display: none; }
ul.grid_view li .product_block .buy-now { text-align: center; }
ul.grid_view li .product_block {
	padding: 10px;
	/* Product Grid Container - Set the height value in Adapt settings */
	margin: 5px;
}
ul.grid_view li .product_block .creviews-rating-box {
	height: 50px;
	text-align: center;
	margin: 5px auto 0 auto;
	padding-bottom: 7px;
	width: 110px;
}
ul.grid_view li .product_block .creviews-rating { clear: both; margin-top: 20px; line-height: 1.0em; }
/*----------- TABLE VIEW -----------*/

ul.table_view li .product_block .thumb_column {
	min-height: 100px;
	/* Image Column Width */
	width: 130px;
}
ul.table_view li .product_block .thumb_column img {
	margin: 10px 0 10px 0;
	height: 50px !important;
	/* Shrink Thumbnail Dimensions */
	width: auto !important;
}
ul.table_view li .product_block .pdescr { display: none; }
* html ul.table_view li .product_block p { height: 1%; }
ul.table_view li .product_block .price_block {
	float: right;
	text-align: right;
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
}
ul.table_view li .product_block .buy_block {
	float: right;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
ul.table_view li .product_block .creviews-rating-box { height: auto; }
/*----------- BORDERS -----------*/

ul.row_view li .product_block, 
ul.grid_view li .product_block, 
ul.table_view li .product_block {
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*----------- BORDERS HOVER -----------*/

ul.row_view li .product_block:hover, 
ul.grid_view li .product_block:hover, 
ul.table_view li .product_block:hover {
	background: #fff;
	border: 1px solid #666;
	-moz-transition: all 0.3s ease-in-out 0s;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
/*--------------------------------------------------------
PRODUCT CORNER PROMO IMAGES
--------------------------------------------------------*/

ul.row_view li .product_block.special, .product_promo.special {
	background: #fff url(../../skin/adapt/css/../images/promos/special.png) no-repeat scroll left top;
}
ul.row_view li .product_block.promo01, .product_promo.promo01 {
	background: #fff url(../../skin/adapt/css/../images/promos/01.png) no-repeat scroll left top;
}
ul.row_view li .product_block.promo02, .product_promo.promo02 {
	background: #fff url(../../skin/adapt/css/../images/promos/02.png) no-repeat scroll left top;
}
ul.row_view li .product_block.promo03, .product_promo.promo03 {
	background: #fff url(../../skin/adapt/css/../images/promos/03.png) no-repeat scroll left top;
}
ul.row_view li .product_block.promo04, .product_promo.promo04 {
	background: #fff url(../../skin/adapt/css/../images/promos/04.png) no-repeat scroll left top;
}
ul.row_view li .product_block.promo05, .product_promo.promo05 {
	background: #fff url(../../skin/adapt/css/../images/promos/05.png) no-repeat scroll left top;
}
ul.row_view li .product_block.promo06, .product_promo.promo06 {
	background: #fff url(../../skin/adapt/css/../images/promos/06.png) no-repeat scroll left top;
}
ul.row_view li .product_block.promo07, .product_promo.promo07 {
	background: #fff url(../../skin/adapt/css/../images/promos/07.png) no-repeat scroll left top;
}
ul.row_view li .product_block.promo08, .product_promo.promo08 {
	background: #fff url(../../skin/adapt/css/../images/promos/08.png) no-repeat scroll left top;
}
ul.row_view li .product_block.promo09, .product_promo.promo09 {
	background: #fff url(../../skin/adapt/css/../images/promos/09.png) no-repeat scroll left top;
}
ul.row_view li .product_block.promo10, .product_promo.promo10 {
	background: #fff url(../../skin/adapt/css/../images/promos/10.png) no-repeat scroll left top;
}
ul.row_view li .product_block.promo11, .product_promo.promo11 {
	background: #fff url(../../skin/adapt/css/../images/promos/11.png) no-repeat scroll left top;
}
ul.row_view li .product_block.promo12, .product_promo.promo12 {
	background: #fff url(../../skin/adapt/css/../images/promos/12.png) no-repeat scroll left top;
}
/*--------------------------------------------------------
GLOSSARY
--------------------------------------------------------*/

.highlightSpan {
	cursor: help;
	font-weight: bold;
	border-bottom: 1px dotted #333;
	white-space: nowrap;
}
#glossaryTooltip {
	font-size: 0.9em;
	position: absolute;
	cursor: pointer;
	max-width: 300px;
	z-index: 99999;
}
#glossaryTooltip .g_content {
	position: relative;
	bottom: 3px;
	right: 3px;
	padding: 5px;
	background-color: #f3f3f3;
	color: #000;
	font-weight: normal;
	border: 1px solid #000;
	border-top: 5px solid #333;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	z-index: 9999999;
}
#clickPosText * { color: #fff; }
#glossaryTooltip .screen-reader { position: absolute; left: -9999px; width: 9999px; }
/*--------------------------------------------------------
STICKY DETAILED IMAGES ON THUMBNAIL HOVER ADDON
--------------------------------------------------------*/

.stickytooltip {
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	box-shadow: 5px 5px 8px #818181;
	-webkit-box-shadow: 5px 5px 8px #818181;
	-moz-box-shadow: 5px 5px 8px #818181;
	display: none;
	position: absolute;
	display: none;
	border: 3px solid #666;
	background: #fff;
	padding: 5px;
	text-align: center;
	z-index: 9999;
	width: 300px;
}
.stickytooltip img { max-width: 300px; }
.stickytooltip .stickystatus {
	display: none;
	background: #000;
	color: #fff;
	padding: 5px 0 5px 0;
	text-align: center;
	font: bold 11px Arial;
}
/*--------------------------------------------------------
GALLERY
--------------------------------------------------------*/

/* Categories */

.gallery_cat { padding: 0; margin: 0; list-style-type: none; }
.gallery_cat a {
	display: block;
	width: auto;
	border-bottom: 1px solid #ccc;
}
.gallery_cat a:link, 
.gallery_cat a:visited {
	padding: 5px 5px 5px 5px;
	color: #666;
	text-decoration: none;
}
.gallery_cat a:hover { color: #000; padding: 5px 5px 5px 5px; }
/* 2nd Level Category Margin */

ul.gallery_cat ul.gallery_cat li { margin-left: 20px; }
/* 3rd Level Category Margin */

ul.gallery_cat ul.gallery_cat ul.gallery_cat li { margin-left: 40px; }
/* Thumbnails ---------------------------- */

div.gallery_photos ul { text-align: center; margin: 0px 0 20px 0; padding: 0px; }
div.gallery_photos ul li {
	display: inline-block;
	padding: 5px;
	margin: 10px 20px 10px 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
}
div.gallery_photos ul li span {
	white-space: nowrap;
	text-indent: 9999em;
	overflow: hidden;
}
div.gallery_photos ul li:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	cursor: pointer;
}
.gallery_item {
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
}
/*--------------------------------------------------------
PRODUCT VIDEOS
--------------------------------------------------------*/

.product_video { float: left; margin: 0 10px 10px 0; cursor: pointer; }
.product_video_border {
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
}
.product_video a { cursor: pointer; }
/*--------------------------------------------------------
TICKER
--------------------------------------------------------*/

ul.news_ticker {
	float: left;
	margin: 0 0 4px 0;
	padding: 0 0 0 22px;
	list-style-type: none;
	background: transparent url(../../skin/adapt/css/../images/news_ticker.png) left no-repeat;
}
ul.news_ticker li a {
	text-decoration: none;
	font-weight: bold;
	word-wrap: break-word;
}
ul.ticker-controls { margin: 0; padding: 0; list-style-type: none; }
ul.ticker-controls { float: right; width: 58px; }
ul.ticker-controls li.play a {
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
}
ul.ticker-controls li.resume a {
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
}
ul.ticker-controls li.stop a {
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
}
ul.ticker-controls li.previous a {
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
}
ul.ticker-controls li.next a {
	float: left;
	margin-right: 0px;
	width: 16px;
	height: 16px;
}
ul.ticker-controls li.play a:hover, 
ul.ticker-controls li.resume a:hover, 
ul.ticker-controls li.stop a:hover, 
ul.ticker-controls li.previous a:hover, 
ul.ticker-controls li.next a:hover { color: #000; }
/*--------------------------------------------------------
COUNTDOWN
--------------------------------------------------------*/

#countdown_dashboard {
	height: 37px;
	width: 220px;
	margin: auto;
	margin-top: 7px;
}
.dash {
	width: 37px;
	height: 32px;
	float: left;
	margin-top: 0px;
	margin-left: 2px;
	padding-left: 5px;
	position: relative;
	color: #555;
	background: #fff url(../../skin/adapt/css/../images/countdown.png) center center no-repeat;
}
.days_dash { width: 37px; margin-left: 0px; }
.dash .digit {
	font: bold 14pt Verdana;
	font-weight: bold;
	float: left;
	width: 16px;
	margin-top: -6px;
	text-align: center;
	position: relative;
}
.dash_title {
	font-size: 8pt;
	display: block;
	text-align: left;
	padding-left: 2px;
	margin-top: -2px;
	color: #555;
}
.countdown_complete {
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	color: red;
}
/*--------------------------------------------------------
TWO COLUMN BLOCK FOR TESTIMONIALS / MANUFACTURERS LIST ETC.
--------------------------------------------------------*/

.adapt_block { overflow: hidden; }
.adapt_block .item { width: 100%; margin-right: 0%; float: left; }
.adapt_block .item img { float: left; margin-right: 10px; margin-bottom: 10px; }
.adapt_block .item .content {
	overflow: hidden;
	min-width: 100px;
	font-size: 1.0em;
	font-style: italic;
}
.adapt_block h4 {
	font-size: 1.0em;
	margin: 5px 0 0 0;
	padding: 0;
	color: #000;
	text-align: right;
	font-style: italic;
}
/*--------------------------------------------------------
MANUFACTURER COLUMNS LIST - HOMEPAGE
--------------------------------------------------------*/

div.manuf_list ul { text-align: center; margin: 0px 0 20px 0; padding: 0px; }
div.manuf_list ul li {
	display: inline-block;
	padding: 5px;
	margin: 10px 20px 10px 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
}
div.manuf_list ul li span {
	white-space: nowrap;
	text-indent: 9999em;
	overflow: hidden;
}
/*--------------------------------------------------------
FOOTER LINKS
--------------------------------------------------------*/

#adapt_footer_container h3 { margin-bottom: 10px; color: #fff; text-shadow: 0 1px 0 #000; }
ul.footer { list-style-type: none; margin: 0 0 10px 5px; }
ul.footer li {
	padding: 5px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-bottom: 0px solid #666;
}
ul.footer li:hover {
	background: #20252D;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
	opacity: .7;
	filter: alpha(opacity=70);
	border-bottom: 0px solid transparent;
}
ul.footer li:last-child { border-bottom: none; }
#adapt_footer_container li a { color: #536588; text-shadow:none; fot }
#adapt_footer_container li a:hover { color: #ccc; }
#adapt_footer_container a { color: #fff; text-shadow: none; }
#adapt_footer_container a:hover { color: #ccc; }
#adapt_copyright_container a { color: #fff; text-shadow: 0 1px 0 #000; }
#adapt_copyright_container a:hover { color: #ccc; }
/*--------------------------------------------------------
PAYMENTS AND SOCIAL ICONS
--------------------------------------------------------*/

.i_sprite { display: block; background: transparent url(../../skin/adapt/css/../images/icon_sprite.png) no-repeat; text-indent: -9999px; }
.i_sprite { opacity:.5; filter:Alpha(opacity=50); }
.i_sprite:hover { opacity:1; filter:Alpha(opacity=100); }
/* Payment Icons */
.i_2checkout { background-position: 0 -136px; width: 51px; height: 32px}
.i_american_express { background-position: -53px -136px; width: 51px; height: 32px}
.i_cirrus { background-position: -106px -136px; width: 51px; height: 32px}
.i_delta { background-position: 0 -170px; width: 51px; height: 32px}
.i_direct_debit { background-position: -53px -170px; width: 51px; height: 32px}
.i_discover { background-position: -106px -170px; width: 51px; height: 32px}
.i_ebay { background-position: 0 -204px; width: 51px; height: 32px}
.i_google_checkout { background-position: -53px -204px; width: 51px; height: 32px}
.i_maestro { background-position: -106px -204px; width: 52px; height: 32px}
.i_mastercard { background-position: 0 -238px; width: 51px; height: 32px}
.i_moneybookers { background-position: -53px -238px; width: 51px; height: 32px}
.i_paypal { background-position: -106px -238px; width: 51px; height: 32px}
.i_sagepay { background-position: 0 -272px; width: 51px; height: 32px}
.i_solo { background-position: -53px -272px; width: 51px; height: 32px}
.i_switch { background-position: -106px -272px; width: 51px; height: 32px}
.i_visa_electron { background-position: 0 -306px; width: 51px; height: 32px}
.i_visa { background-position: -53px -306px; width: 51px; height: 32px}
.i_western_union { background-position: -106px -306px; width: 51px; height: 32px}
div.payments_list ul { text-align: left; margin: 0px 0 20px 0; padding: 0px; }
div.payments_list ul li { display: inline-block; padding: 4px; }
div.payments_list ul li span { white-space: nowrap; text-indent: 9999em; overflow: hidden; }
/* Social Icons */
.i_amazon { background-position: 0 0; width: 32px; height: 32px}
.i_behance { background-position: -34px 0; width: 32px; height: 32px}
.i_delicious { background-position: -68px 0; width: 32px; height: 32px}
.i_designfloat { background-position: -102px 0; width: 32px; height: 32px}
.i_deviantart { background-position: -136px 0; width: 32px; height: 32px}
.i_dribbble { background-position: 0 -34px; width: 32px; height: 32px}
.i_dropbox { background-position: -34px -34px; width: 32px; height: 32px}
.i_email { background-position: -68px -34px; width: 32px; height: 32px}
.i_facebook { background-position: -102px -34px; width: 32px; height: 32px}
.i_google { background-position: -136px -34px; width: 32px; height: 32px}
.i_pinterest { background-position: 0 -68px; width: 32px; height: 32px}
.i_picasa { background-position: -34px -68px; width: 32px; height: 32px}
.i_rss { background-position: -68px -68px; width: 32px; height: 32px}
.i_skype { background-position: -102px -68px; width: 32px; height: 32px}
.i_tumblr { background-position: -136px -68px; width: 32px; height: 32px}
.i_twitter { background-position: 0 -102px; width: 32px; height: 32px}
.i_vimeo { background-position: -34px -102px; width: 32px; height: 32px}
.i_wordpress { background-position: -68px -102px; width: 32px; height: 32px}
.i_yahoo { background-position: -102px -102px; width: 32px; height: 32px}
.i_youtube { background-position: -136px -102px; width: 32px; height: 32px}
div.social_list ul { text-align: right; margin: 0px 0 20px 0; padding: 0px; }
div.social_list ul li { display: inline-block; padding: 4px; }
div.social_list ul li span { white-space: nowrap; text-indent: 9999em; overflow: hidden; }
/*--------------------------------------------------------
BACK TO TOP LINK
--------------------------------------------------------*/

#back_to_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
	z-index: 1000;
}
#back_to_top a {
	border: 0 none;
	display: block;
	width: 34px;
	height: 34px;
	background: url(../../skin/adapt/css/../images/sprite.png) no-repeat;
	background-position: -68px 0;
}
#back_to_top a:hover { outline: none; background-position: -68px -34px; }
#back_to_top a:active { outline: none; }
/*  Font Awesome */
@font-face {
	font-family: 'FontAwesome';
	src: url(../../skin/adapt/css/font-awesome/./fontawesome-webfont.eot);
	src: url(../../skin/adapt/css/font-awesome/./fontawesome-webfont.eot?#iefix) format('eot'), 
		 url(../../skin/adapt/css/font-awesome/./fontawesome-webfont.woff) format('woff'), 
	     url(../../skin/adapt/css/font-awesome/./fontawesome-webfont.ttf) format('truetype'), 
	     url(../../skin/adapt/css/font-awesome/./fontawesome-webfont.otf) format('opentype'), 
	     url(../../skin/adapt/css/font-awesome/./fontawesome-webfont.svg#FontAwesome) format('svg');
	font-weight: normal;
	font-style: normal;
}
/* sprites.less reset */
[class^="icon-"], [class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
}
li[class^="icon-"], li[class*=" icon-"] {
  display: block;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"], a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"], .btn [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

  line-height: .9em;
}
li [class^="icon-"], li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
  /* 1.5 increased font size for icon-large * 1.25 width */

  width: 1.875em;
}
li[class^="icon-"], li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none;
}
li[class^="icon-"]:before, li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center;
}
li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
  text-indent: -1.3333333333333333em;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before                { content: "\f000"; }
.icon-music:before                { content: "\f001"; }
.icon-search:before               { content: "\f002"; }
.icon-envelope:before             { content: "\f003"; }
.icon-heart:before                { content: "\f004"; }
.icon-star:before                 { content: "\f005"; }
.icon-star-empty:before           { content: "\f006"; }
.icon-user:before                 { content: "\f007"; }
.icon-film:before                 { content: "\f008"; }
.icon-th-large:before             { content: "\f009"; }
.icon-th:before                   { content: "\f00a"; }
.icon-th-list:before              { content: "\f00b"; }
.icon-ok:before                   { content: "\f00c"; }
.icon-remove:before               { content: "\f00d"; }
.icon-zoom-in:before              { content: "\f00e"; }

.icon-zoom-out:before             { content: "\f010"; }
.icon-off:before                  { content: "\f011"; }
.icon-signal:before               { content: "\f012"; }
.icon-cog:before                  { content: "\f013"; }
.icon-trash:before                { content: "\f014"; }
.icon-home:before                 { content: "\f015"; }
.icon-file:before                 { content: "\f016"; }
.icon-time:before                 { content: "\f017"; }
.icon-road:before                 { content: "\f018"; }
.icon-download-alt:before         { content: "\f019"; }
.icon-download:before             { content: "\f01a"; }
.icon-upload:before               { content: "\f01b"; }
.icon-inbox:before                { content: "\f01c"; }
.icon-play-circle:before          { content: "\f01d"; }
.icon-repeat:before               { content: "\f01e"; }

/* \f020 is not a valid unicode character. all shifted one down */
.icon-refresh:before              { content: "\f021"; }
.icon-list-alt:before             { content: "\f022"; }
.icon-lock:before                 { content: "\f023"; }
.icon-flag:before                 { content: "\f024"; }
.icon-headphones:before           { content: "\f025"; }
.icon-volume-off:before           { content: "\f026"; }
.icon-volume-down:before          { content: "\f027"; }
.icon-volume-up:before            { content: "\f028"; }
.icon-qrcode:before               { content: "\f029"; }
.icon-barcode:before              { content: "\f02a"; }
.icon-tag:before                  { content: "\f02b"; }
.icon-tags:before                 { content: "\f02c"; }
.icon-book:before                 { content: "\f02d"; }
.icon-bookmark:before             { content: "\f02e"; }
.icon-print:before                { content: "\f02f"; }

.icon-camera:before               { content: "\f030"; }
.icon-font:before                 { content: "\f031"; }
.icon-bold:before                 { content: "\f032"; }
.icon-italic:before               { content: "\f033"; }
.icon-text-height:before          { content: "\f034"; }
.icon-text-width:before           { content: "\f035"; }
.icon-align-left:before           { content: "\f036"; }
.icon-align-center:before         { content: "\f037"; }
.icon-align-right:before          { content: "\f038"; }
.icon-align-justify:before        { content: "\f039"; }
.icon-list:before                 { content: "\f03a"; }
.icon-indent-left:before          { content: "\f03b"; }
.icon-indent-right:before         { content: "\f03c"; }
.icon-facetime-video:before       { content: "\f03d"; }
.icon-picture:before              { content: "\f03e"; }

.icon-pencil:before               { content: "\f040"; }
.icon-map-marker:before           { content: "\f041"; }
.icon-adjust:before               { content: "\f042"; }
.icon-tint:before                 { content: "\f043"; }
.icon-edit:before                 { content: "\f044"; }
.icon-share:before                { content: "\f045"; }
.icon-check:before                { content: "\f046"; }
.icon-move:before                 { content: "\f047"; }
.icon-step-backward:before        { content: "\f048"; }
.icon-fast-backward:before        { content: "\f049"; }
.icon-backward:before             { content: "\f04a"; }
.icon-play:before                 { content: "\f04b"; }
.icon-pause:before                { content: "\f04c"; }
.icon-stop:before                 { content: "\f04d"; }
.icon-forward:before              { content: "\f04e"; }

.icon-fast-forward:before         { content: "\f050"; }
.icon-step-forward:before         { content: "\f051"; }
.icon-eject:before                { content: "\f052"; }
.icon-chevron-left:before         { content: "\f053"; }
.icon-chevron-right:before        { content: "\f054"; }
.icon-plus-sign:before            { content: "\f055"; }
.icon-minus-sign:before           { content: "\f056"; }
.icon-remove-sign:before          { content: "\f057"; }
.icon-ok-sign:before              { content: "\f058"; }
.icon-question-sign:before        { content: "\f059"; }
.icon-info-sign:before            { content: "\f05a"; }
.icon-screenshot:before           { content: "\f05b"; }
.icon-remove-circle:before        { content: "\f05c"; }
.icon-ok-circle:before            { content: "\f05d"; }
.icon-ban-circle:before           { content: "\f05e"; }

.icon-arrow-left:before           { content: "\f060"; }
.icon-arrow-right:before          { content: "\f061"; }
.icon-arrow-up:before             { content: "\f062"; }
.icon-arrow-down:before           { content: "\f063"; }
.icon-share-alt:before            { content: "\f064"; }
.icon-resize-full:before          { content: "\f065"; }
.icon-resize-small:before         { content: "\f066"; }
.icon-plus:before                 { content: "\f067"; }
.icon-minus:before                { content: "\f068"; }
.icon-asterisk:before             { content: "\f069"; }
.icon-exclamation-sign:before     { content: "\f06a"; }
.icon-gift:before                 { content: "\f06b"; }
.icon-leaf:before                 { content: "\f06c"; }
.icon-fire:before                 { content: "\f06d"; }
.icon-eye-open:before             { content: "\f06e"; }

.icon-eye-close:before            { content: "\f070"; }
.icon-warning-sign:before         { content: "\f071"; }
.icon-plane:before                { content: "\f072"; }
.icon-calendar:before             { content: "\f073"; }
.icon-random:before               { content: "\f074"; }
.icon-comment:before              { content: "\f075"; }
.icon-magnet:before               { content: "\f076"; }
.icon-chevron-up:before           { content: "\f077"; }
.icon-chevron-down:before         { content: "\f078"; }
.icon-retweet:before              { content: "\f079"; }
.icon-shopping-cart:before        { content: "\f07a"; }
.icon-folder-close:before         { content: "\f07b"; }
.icon-folder-open:before          { content: "\f07c"; }
.icon-resize-vertical:before      { content: "\f07d"; }
.icon-resize-horizontal:before    { content: "\f07e"; }

.icon-bar-chart:before            { content: "\f080"; }
.icon-twitter-sign:before         { content: "\f081"; }
.icon-facebook-sign:before        { content: "\f082"; }
.icon-camera-retro:before         { content: "\f083"; }
.icon-key:before                  { content: "\f084"; }
.icon-cogs:before                 { content: "\f085"; }
.icon-comments:before             { content: "\f086"; }
.icon-thumbs-up:before            { content: "\f087"; }
.icon-thumbs-down:before          { content: "\f088"; }
.icon-star-half:before            { content: "\f089"; }
.icon-heart-empty:before          { content: "\f08a"; }
.icon-signout:before              { content: "\f08b"; }
.icon-linkedin-sign:before        { content: "\f08c"; }
.icon-pushpin:before              { content: "\f08d"; }
.icon-external-link:before        { content: "\f08e"; }

.icon-signin:before               { content: "\f090"; }
.icon-trophy:before               { content: "\f091"; }
.icon-github-sign:before          { content: "\f092"; }
.icon-upload-alt:before           { content: "\f093"; }
.icon-lemon:before                { content: "\f094"; }
.icon-phone:before                { content: "\f095"; }
.icon-check-empty:before          { content: "\f096"; }
.icon-bookmark-empty:before       { content: "\f097"; }
.icon-phone-sign:before           { content: "\f098"; }
.icon-twitter:before              { content: "\f099"; }
.icon-facebook:before             { content: "\f09a"; }
.icon-github:before               { content: "\f09b"; }
.icon-unlock:before               { content: "\f09c"; }
.icon-credit-card:before          { content: "\f09d"; }
.icon-rss:before                  { content: "\f09e"; }

.icon-hdd:before                  { content: "\f0a0"; }
.icon-bullhorn:before             { content: "\f0a1"; }
.icon-bell:before                 { content: "\f0a2"; }
.icon-certificate:before          { content: "\f0a3"; }
.icon-hand-right:before           { content: "\f0a4"; }
.icon-hand-left:before            { content: "\f0a5"; }
.icon-hand-up:before              { content: "\f0a6"; }
.icon-hand-down:before            { content: "\f0a7"; }
.icon-circle-arrow-left:before    { content: "\f0a8"; }
.icon-circle-arrow-right:before   { content: "\f0a9"; }
.icon-circle-arrow-up:before      { content: "\f0aa"; }
.icon-circle-arrow-down:before    { content: "\f0ab"; }
.icon-globe:before                { content: "\f0ac"; }
.icon-wrench:before               { content: "\f0ad"; }
.icon-tasks:before                { content: "\f0ae"; }

.icon-filter:before               { content: "\f0b0"; }
.icon-briefcase:before            { content: "\f0b1"; }
.icon-fullscreen:before           { content: "\f0b2"; }

.icon-group:before                { content: "\f0c0"; }
.icon-link:before                 { content: "\f0c1"; }
.icon-cloud:before                { content: "\f0c2"; }
.icon-beaker:before               { content: "\f0c3"; }
.icon-cut:before                  { content: "\f0c4"; }
.icon-copy:before                 { content: "\f0c5"; }
.icon-paper-clip:before           { content: "\f0c6"; }
.icon-save:before                 { content: "\f0c7"; }
.icon-sign-blank:before           { content: "\f0c8"; }
.icon-reorder:before              { content: "\f0c9"; }
.icon-list-ul:before              { content: "\f0ca"; }
.icon-list-ol:before              { content: "\f0cb"; }
.icon-strikethrough:before        { content: "\f0cc"; }
.icon-underline:before            { content: "\f0cd"; }
.icon-table:before                { content: "\f0ce"; }

.icon-magic:before                { content: "\f0d0"; }
.icon-truck:before                { content: "\f0d1"; }
.icon-pinterest:before            { content: "\f0d2"; }
.icon-pinterest-sign:before       { content: "\f0d3"; }
.icon-google-plus-sign:before     { content: "\f0d4"; }
.icon-google-plus:before          { content: "\f0d5"; }
.icon-money:before                { content: "\f0d6"; }
.icon-caret-down:before           { content: "\f0d7"; }
.icon-caret-up:before             { content: "\f0d8"; }
.icon-caret-left:before           { content: "\f0d9"; }
.icon-caret-right:before          { content: "\f0da"; }
.icon-columns:before              { content: "\f0db"; }
.icon-sort:before                 { content: "\f0dc"; }
.icon-sort-down:before            { content: "\f0dd"; }
.icon-sort-up:before              { content: "\f0de"; }

.icon-envelope-alt:before         { content: "\f0e0"; }
.icon-linkedin:before             { content: "\f0e1"; }
.icon-undo:before                 { content: "\f0e2"; }
.icon-legal:before                { content: "\f0e3"; }
.icon-dashboard:before            { content: "\f0e4"; }
.icon-comment-alt:before          { content: "\f0e5"; }
.icon-comments-alt:before         { content: "\f0e6"; }
.icon-bolt:before                 { content: "\f0e7"; }
.icon-sitemap:before              { content: "\f0e8"; }
.icon-umbrella:before             { content: "\f0e9"; }
.icon-paste:before                { content: "\f0ea"; }

.icon-user-md:before              { content: "\f200"; }

[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.btn.dropdown-toggle [class^="icon-"], .btn.dropdown-toggle [class*=" icon-"] {
    /* keeps button heights with and without icons the same */
    line-height: 1.4em;
}

.icon-large {
    font-size: 1.3333em;
}

.icon-glass                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf000;&nbsp;'); }
.icon-music                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf001;&nbsp;'); }
.icon-search               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf002;&nbsp;'); }
.icon-envelope             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf003;&nbsp;'); }
.icon-heart                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf004;&nbsp;'); }
.icon-star                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf005;&nbsp;'); }
.icon-star-empty           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf006;&nbsp;'); }
.icon-user                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf007;&nbsp;'); }
.icon-film                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf008;&nbsp;'); }
.icon-th-large             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf009;&nbsp;'); }
.icon-th                   { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf00a;&nbsp;'); }
.icon-th-list              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf00b;&nbsp;'); }
.icon-ok                   { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf00c;&nbsp;'); }
.icon-remove               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf00d;&nbsp;'); }
.icon-zoom-in              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf00e;&nbsp;'); }

.icon-zoom-out             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf010;&nbsp;'); }
.icon-off                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf011;&nbsp;'); }
.icon-signal               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf012;&nbsp;'); }
.icon-cog                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf013;&nbsp;'); }
.icon-trash                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf014;&nbsp;'); }
.icon-home                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf015;&nbsp;'); }
.icon-file                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf016;&nbsp;'); }
.icon-time                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf017;&nbsp;'); }
.icon-road                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf018;&nbsp;'); }
.icon-download-alt         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf019;&nbsp;'); }
.icon-download             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf01a;&nbsp;'); }
.icon-upload               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf01b;&nbsp;'); }
.icon-inbox                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf01c;&nbsp;'); }
.icon-play-circle          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf01d;&nbsp;'); }
.icon-repeat               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf01e;&nbsp;'); }

.icon-refresh              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf021;&nbsp;'); }
.icon-list-alt             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf022;&nbsp;'); }
.icon-lock                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf023;&nbsp;'); }
.icon-flag                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf024;&nbsp;'); }
.icon-headphones           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf025;&nbsp;'); }
.icon-volume-off           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf026;&nbsp;'); }
.icon-volume-down          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf027;&nbsp;'); }
.icon-volume-up            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf028;&nbsp;'); }
.icon-qrcode               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf029;&nbsp;'); }
.icon-barcode              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf02a;&nbsp;'); }
.icon-tag                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf02b;&nbsp;'); }
.icon-tags                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf02c;&nbsp;'); }
.icon-book                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf02d;&nbsp;'); }
.icon-bookmark             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf02e;&nbsp;'); }
.icon-print                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf02f;&nbsp;'); }

.icon-camera               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf030;&nbsp;'); }
.icon-font                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf031;&nbsp;'); }
.icon-bold                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf032;&nbsp;'); }
.icon-italic               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf033;&nbsp;'); }
.icon-text-height          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf034;&nbsp;'); }
.icon-text-width           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf035;&nbsp;'); }
.icon-align-left           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf036;&nbsp;'); }
.icon-align-center         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf037;&nbsp;'); }
.icon-align-right          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf038;&nbsp;'); }
.icon-align-justify        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf039;&nbsp;'); }
.icon-list                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf03a;&nbsp;'); }
.icon-indent-left          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf03b;&nbsp;'); }
.icon-indent-right         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf03c;&nbsp;'); }
.icon-facetime-video       { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf03d;&nbsp;'); }
.icon-picture              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf03e;&nbsp;'); }

.icon-pencil               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf040;&nbsp;'); }
.icon-map-marker           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf041;&nbsp;'); }
.icon-adjust               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf042;&nbsp;'); }
.icon-tint                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf043;&nbsp;'); }
.icon-edit                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf044;&nbsp;'); }
.icon-share                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf045;&nbsp;'); }
.icon-check                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf046;&nbsp;'); }
.icon-move                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf047;&nbsp;'); }
.icon-step-backward        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf048;&nbsp;'); }
.icon-fast-backward        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf049;&nbsp;'); }
.icon-backward             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf04a;&nbsp;'); }
.icon-play                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf04b;&nbsp;'); }
.icon-pause                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf04c;&nbsp;'); }
.icon-stop                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf04d;&nbsp;'); }
.icon-forward              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf04e;&nbsp;'); }

.icon-fast-forward         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf050;&nbsp;'); }
.icon-step-forward         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf051;&nbsp;'); }
.icon-eject                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf052;&nbsp;'); }
.icon-chevron-left         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf053;&nbsp;'); }
.icon-chevron-right        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf054;&nbsp;'); }
.icon-plus-sign            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf055;&nbsp;'); }
.icon-minus-sign           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf056;&nbsp;'); }
.icon-remove-sign          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf057;&nbsp;'); }
.icon-ok-sign              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf058;&nbsp;'); }
.icon-question-sign        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf059;&nbsp;'); }
.icon-info-sign            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf05a;&nbsp;'); }
.icon-screenshot           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf05b;&nbsp;'); }
.icon-remove-circle        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf05c;&nbsp;'); }
.icon-ok-circle            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf05d;&nbsp;'); }
.icon-ban-circle           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf05e;&nbsp;'); }

.icon-arrow-left           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf060;&nbsp;'); }
.icon-arrow-right          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf061;&nbsp;'); }
.icon-arrow-up             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf062;&nbsp;'); }
.icon-arrow-down           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf063;&nbsp;'); }
.icon-share-alt            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf064;&nbsp;'); }
.icon-resize-full          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf065;&nbsp;'); }
.icon-resize-small         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf066;&nbsp;'); }
.icon-plus                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf067;&nbsp;'); }
.icon-minus                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf068;&nbsp;'); }
.icon-asterisk             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf069;&nbsp;'); }
.icon-exclamation-sign     { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf06a;&nbsp;'); }
.icon-gift                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf06b;&nbsp;'); }
.icon-leaf                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf06c;&nbsp;'); }
.icon-fire                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf06d;&nbsp;'); }
.icon-eye-open             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf06e;&nbsp;'); }

.icon-eye-close            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf070;&nbsp;'); }
.icon-warning-sign         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf071;&nbsp;'); }
.icon-plane                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf072;&nbsp;'); }
.icon-calendar             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf073;&nbsp;'); }
.icon-random               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf074;&nbsp;'); }
.icon-comment              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf075;&nbsp;'); }
.icon-magnet               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf076;&nbsp;'); }
.icon-chevron-up           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf077;&nbsp;'); }
.icon-chevron-down         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf078;&nbsp;'); }
.icon-retweet              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf079;&nbsp;'); }
.icon-shopping-cart        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf07a;&nbsp;'); }
.icon-folder-close         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf07b;&nbsp;'); }
.icon-folder-open          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf07c;&nbsp;'); }
.icon-resize-vertical      { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf07d;&nbsp;'); }
.icon-resize-horizontal    { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf07e;&nbsp;'); }

.icon-bar-chart            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf080;&nbsp;'); }
.icon-twitter-sign         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf081;&nbsp;'); }
.icon-facebook-sign        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf082;&nbsp;'); }
.icon-camera-retro         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf083;&nbsp;'); }
.icon-key                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf084;&nbsp;'); }
.icon-cogs                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf085;&nbsp;'); }
.icon-comments             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf086;&nbsp;'); }
.icon-thumbs-up            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf087;&nbsp;'); }
.icon-thumbs-down          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf088;&nbsp;'); }
.icon-star-half            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf089;&nbsp;'); }
.icon-heart-empty          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf08a;&nbsp;'); }
.icon-signout              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf08b;&nbsp;'); }
.icon-linkedin-sign        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf08c;&nbsp;'); }
.icon-pushpin              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf08d;&nbsp;'); }
.icon-external-link        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf08e;&nbsp;'); }

.icon-signin               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf090;&nbsp;'); }
.icon-trophy               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf091;&nbsp;'); }
.icon-github-sign          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf092;&nbsp;'); }
.icon-upload-alt           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf093;&nbsp;'); }
.icon-lemon                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf094;&nbsp;'); }
.icon-phone                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf095;&nbsp;'); }
.icon-check-empty          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf096;&nbsp;'); }
.icon-bookmark-empty       { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf097;&nbsp;'); }
.icon-phone-sign           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf098;&nbsp;'); }
.icon-twitter              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf099;&nbsp;'); }
.icon-facebook             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf09a;&nbsp;'); }
.icon-github               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf09b;&nbsp;'); }
.icon-unlock               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf09c;&nbsp;'); }
.icon-credit-card          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf09d;&nbsp;'); }
.icon-rss                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf09e;&nbsp;'); }

.icon-hdd                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0a0;&nbsp;'); }
.icon-bullhorn             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0a1;&nbsp;'); }
.icon-bell                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0a2;&nbsp;'); }
.icon-certificate          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0a3;&nbsp;'); }
.icon-hand-right           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0a4;&nbsp;'); }
.icon-hand-left            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0a5;&nbsp;'); }
.icon-hand-up              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0a6;&nbsp;'); }
.icon-hand-down            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0a7;&nbsp;'); }
.icon-circle-arrow-left    { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0a8;&nbsp;'); }
.icon-circle-arrow-right   { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0a9;&nbsp;'); }
.icon-circle-arrow-up      { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0aa;&nbsp;'); }
.icon-circle-arrow-down    { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0ab;&nbsp;'); }
.icon-globe                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0ac;&nbsp;'); }
.icon-wrench               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0ad;&nbsp;'); }
.icon-tasks                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0ae;&nbsp;'); }

.icon-filter               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0b0;&nbsp;'); }
.icon-briefcase            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0b1;&nbsp;'); }
.icon-fullscreen           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0b2;&nbsp;'); }

.icon-group                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0c0;&nbsp;'); }
.icon-link                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0c1;&nbsp;'); }
.icon-cloud                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0c2;&nbsp;'); }
.icon-beaker               { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0c3;&nbsp;'); }
.icon-cut                  { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0c4;&nbsp;'); }
.icon-copy                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0c5;&nbsp;'); }
.icon-paper-clip           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0c6;&nbsp;'); }
.icon-save                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0c7;&nbsp;'); }
.icon-sign-blank           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0c8;&nbsp;'); }
.icon-reorder              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0c9;&nbsp;'); }
.icon-list-ul              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0ca;&nbsp;'); }
.icon-list-ol              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0cb;&nbsp;'); }
.icon-strikethrough        { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0cc;&nbsp;'); }
.icon-underline            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0cd;&nbsp;'); }
.icon-table                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0ce;&nbsp;'); }

.icon-magic                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0d0;&nbsp;'); }
.icon-truck                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0d1;&nbsp;'); }
.icon-pinterest            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0d2;&nbsp;'); }
.icon-pinterest-sign       { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0d3;&nbsp;'); }
.icon-google-plus-sign     { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0d4;&nbsp;'); }
.icon-google-plus          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0d5;&nbsp;'); }
.icon-money                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0d6;&nbsp;'); }
.icon-caret-down           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0d7;&nbsp;'); }
.icon-caret-up             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0d8;&nbsp;'); }
.icon-caret-left           { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0d9;&nbsp;'); }
.icon-caret-right          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0da;&nbsp;'); }
.icon-columns              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0db;&nbsp;'); }
.icon-sort                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0dc;&nbsp;'); }
.icon-sort-down            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0dd;&nbsp;'); }
.icon-sort-up              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0de;&nbsp;'); }

.icon-envelope-alt         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0e0;&nbsp;'); }
.icon-linkedin             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0e1;&nbsp;'); }
.icon-undo                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0e2;&nbsp;'); }
.icon-legal                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0e3;&nbsp;'); }
.icon-dashboard            { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0e4;&nbsp;'); }
.icon-comment-alt          { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0e5;&nbsp;'); }
.icon-comments-alt         { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0e6;&nbsp;'); }
.icon-bolt                 { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0e7;&nbsp;'); }
.icon-sitemap              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0e8;&nbsp;'); }
.icon-umbrella             { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0e9;&nbsp;'); }
.icon-paste                { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf0ea;&nbsp;'); }

.icon-user-md              { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = '&#xf200;&nbsp;'); }

.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";}
.clearfix:after{clear:both;}
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.input-block-level{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]){display:none;}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
a:hover,a:active{outline:0;}
sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
#map_canvas img{max-width:none;}
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;}
input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}
textarea{overflow:auto;vertical-align:top;}
body{margin:0;font-family:Times,"Times New Roman",serif;font-size:15px;line-height:18px;color:#333333;}
a{color:#0088cc;text-decoration:none;}
a:hover{color:#005580;text-decoration:underline;}
p{margin:0 0 9px;}p small{font-size:11px;color:#999999;}
.lead{margin-bottom:18px;font-size:20px;font-weight:200;line-height:27px;}
h1,h2,h3,h4,h5,h6{margin:0;font-family:inherit;font-weight:bold;color:inherit;text-rendering:optimizelegibility;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;color:#999999;}
h1{font-size:30px;line-height:36px;}h1 small{font-size:18px;}
h2{font-size:24px;line-height:36px;}h2 small{font-size:18px;}
h3{font-size:18px;line-height:27px;}h3 small{font-size:14px;}
h4,h5,h6{line-height:18px;}
h4{font-size:14px;}h4 small{font-size:12px;}
h5{font-size:12px;}
h6{font-size:11px;color:#999999;text-transform:uppercase;}
.page-header{padding-bottom:17px;margin:18px 0;border-bottom:1px solid #eeeeee;}
.page-header h1{line-height:1;}
ul,ol{padding:0;margin:0 0 9px 25px;}
ul ul,ul ol,ol ol,ol ul{margin-bottom:0;}
ul{list-style:disc;}
ol{list-style:decimal;}
li{line-height:18px;}
ul.unstyled,ol.unstyled{margin-left:0;list-style:none;}
dl{margin-bottom:18px;}
dt,dd{line-height:18px;}
dt{font-weight:bold;line-height:17px;}
dd{margin-left:9px;}
.dl-horizontal dt{float:left;width:120px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.dl-horizontal dd{margin-left:130px;}
hr{margin:18px 0;border:0;border-top:1px solid #eeeeee;border-bottom:1px solid #ffffff;}
strong{font-weight:bold;}
em{font-style:italic;}
.muted{color:#999999;}
abbr[title]{cursor:help;border-bottom:1px dotted #999999;}
abbr.initialism{font-size:90%;text-transform:uppercase;}
blockquote{padding:0 0 0 15px;margin:0 0 18px;border-left:5px solid #eeeeee;}blockquote p{margin-bottom:0;font-size:16px;font-weight:300;line-height:22.5px;}
blockquote small{display:block;line-height:18px;color:#999999;}blockquote small:before{content:'\2014 \00A0';}
blockquote.pull-right{float:right;padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;}blockquote.pull-right p,blockquote.pull-right small{text-align:right;}
q:before,q:after,blockquote:before,blockquote:after{content:"";}
address{display:block;margin-bottom:18px;font-style:normal;line-height:18px;}
small{font-size:100%;}
cite{font-style:normal;}
.label,.badge{font-size:10.998px;font-weight:bold;line-height:14px;color:#ffffff;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#999999;}
.label{padding:1px 4px 2px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.badge{padding:1px 9px 2px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px;}
a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer;}
.label-important,.badge-important{background-color:#b94a48;}
.label-important[href],.badge-important[href]{background-color:#953b39;}
.label-warning,.badge-warning{background-color:#f89406;}
.label-warning[href],.badge-warning[href]{background-color:#c67605;}
.label-success,.badge-success{background-color:#468847;}
.label-success[href],.badge-success[href]{background-color:#356635;}
.label-info,.badge-info{background-color:#3a87ad;}
.label-info[href],.badge-info[href]{background-color:#2d6987;}
.label-inverse,.badge-inverse{background-color:#333333;}
.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a;}
table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0;}
.table{width:100%;margin-bottom:18px;}.table th,.table td{padding:8px;line-height:18px;text-align:left;vertical-align:top;border-top:1px solid #dddddd;}
.table th{font-weight:bold;}
.table thead th{vertical-align:bottom;}
.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0;}
.table tbody+tbody{border-top:2px solid #dddddd;}
.table-condensed th,.table-condensed td{padding:4px 5px;}
.table-bordered{border:1px solid #dddddd;border-collapse:separate;*border-collapse:collapsed;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.table-bordered th,.table-bordered td{border-left:1px solid #dddddd;}
.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0;}
.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px;}
.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px;}
.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;}
.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;}
.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th{background-color:#f9f9f9;}
.table tbody tr:hover td,.table tbody tr:hover th{background-color:#f5f5f5;}
table .span1{float:none;width:44px;margin-left:0;}
table .span2{float:none;width:124px;margin-left:0;}
table .span3{float:none;width:204px;margin-left:0;}
table .span4{float:none;width:284px;margin-left:0;}
table .span5{float:none;width:364px;margin-left:0;}
table .span6{float:none;width:444px;margin-left:0;}
table .span7{float:none;width:524px;margin-left:0;}
table .span8{float:none;width:604px;margin-left:0;}
table .span9{float:none;width:684px;margin-left:0;}
table .span10{float:none;width:764px;margin-left:0;}
table .span11{float:none;width:844px;margin-left:0;}
table .span12{float:none;width:924px;margin-left:0;}
table .span13{float:none;width:1004px;margin-left:0;}
table .span14{float:none;width:1084px;margin-left:0;}
table .span15{float:none;width:1164px;margin-left:0;}
table .span16{float:none;width:1244px;margin-left:0;}
table .span17{float:none;width:1324px;margin-left:0;}
table .span18{float:none;width:1404px;margin-left:0;}
table .span19{float:none;width:1484px;margin-left:0;}
table .span20{float:none;width:1564px;margin-left:0;}
table .span21{float:none;width:1644px;margin-left:0;}
table .span22{float:none;width:1724px;margin-left:0;}
table .span23{float:none;width:1804px;margin-left:0;}
table .span24{float:none;width:1884px;margin-left:0;}
form{margin:0 0 18px;}
fieldset{padding:0;margin:0;border:0;}
legend{display:block;width:100%;padding:0;margin-bottom:27px;font-size:19.5px;line-height:36px;color:#333333;border:0;border-bottom:1px solid #e5e5e5;}legend small{font-size:13.5px;color:#999999;}
label,input,button,select,textarea{font-size:13px;font-weight:normal;line-height:18px;}
input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
label{display:block;margin-bottom:5px;}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:18px;padding:4px;margin-bottom:9px;font-size:13px;line-height:18px;color:#555555;}
input,textarea{width:210px;}
textarea{height:auto;}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;border:1px solid #accfe6;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 1px 1px rgba(172, 207, 230, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(172, 207, 230, 0.075);box-shadow:inset 0 1px 1px rgba(172, 207, 230, 0.075);-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;-moz-transition:border linear 0.2s,box-shadow linear 0.2s;-ms-transition:border linear 0.2s,box-shadow linear 0.2s;-o-transition:border linear 0.2s,box-shadow linear 0.2s;transition:border linear 0.2s,box-shadow linear 0.2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
input[type="radio"],input[type="checkbox"]{margin:3px 0;*margin-top:0;line-height:normal;cursor:pointer;}
input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}
.uneditable-textarea{width:auto;height:auto;}
select,input[type="file"]{height:28px;*margin-top:4px;line-height:28px;}
select{width:220px;border:1px solid #bbb;}
select[multiple],select[size]{height:auto;}
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.radio,.checkbox{min-height:18px;padding-left:18px;}
.radio input[type="radio"],.checkbox input[type="checkbox"]{float:left;margin-left:-18px;}
.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px;}
.radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle;}
.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-left:10px;}
.input-mini{width:60px;}
.input-small{width:90px;}
.input-medium{width:150px;}
.input-large{width:210px;}
.input-xlarge{width:270px;}
.input-xxlarge{width:530px;}
input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float:none;margin-left:0;}
.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display:inline-block;}
input,textarea,.uneditable-input{margin-left:0;}
input.span12, textarea.span12, .uneditable-input.span12{width:930px;}
input.span11, textarea.span11, .uneditable-input.span11{width:850px;}
input.span10, textarea.span10, .uneditable-input.span10{width:770px;}
input.span9, textarea.span9, .uneditable-input.span9{width:690px;}
input.span8, textarea.span8, .uneditable-input.span8{width:610px;}
input.span7, textarea.span7, .uneditable-input.span7{width:530px;}
input.span6, textarea.span6, .uneditable-input.span6{width:450px;}
input.span5, textarea.span5, .uneditable-input.span5{width:370px;}
input.span4, textarea.span4, .uneditable-input.span4{width:290px;}
input.span3, textarea.span3, .uneditable-input.span3{width:210px;}
input.span2, textarea.span2, .uneditable-input.span2{width:130px;}
input.span1, textarea.span1, .uneditable-input.span1{width:50px;}
input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eeeeee;border-color:#ddd;}
input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent;}
.control-group.warning>label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853;}
.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853;border-color:#c09853;}.control-group.warning .checkbox:focus,.control-group.warning .radio:focus,.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:0 0 6px #dbc59e;-moz-box-shadow:0 0 6px #dbc59e;box-shadow:0 0 6px #dbc59e;}
.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853;}
.control-group.error>label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48;}
.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48;border-color:#b94a48;}.control-group.error .checkbox:focus,.control-group.error .radio:focus,.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:0 0 6px #d59392;-moz-box-shadow:0 0 6px #d59392;box-shadow:0 0 6px #d59392;}
.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48;}
.control-group.success>label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847;}
.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847;border-color:#468847;}.control-group.success .checkbox:focus,.control-group.success .radio:focus,.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:0 0 6px #7aba7b;-moz-box-shadow:0 0 6px #7aba7b;box-shadow:0 0 6px #7aba7b;}
.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847;}
input:focus:required:invalid,textarea:focus:required:invalid,select:focus:required:invalid{color:#b94a48;border-color:#ee5f5b;}input:focus:required:invalid:focus,textarea:focus:required:invalid:focus,select:focus:required:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7;}
.form-actions{padding:17px 20px 18px;margin-top:18px;margin-bottom:18px;background-color:#f5f5f5;border-top:1px solid #e5e5e5;*zoom:1;}.form-actions:before,.form-actions:after{display:table;content:"";}
.form-actions:after{clear:both;}
.uneditable-input{overflow:hidden;white-space:nowrap;cursor:not-allowed;background-color:#ffffff;border-color:#eee;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);}
:-moz-placeholder{color:#999999;}
:-ms-input-placeholder{color:#999999;}
::-webkit-input-placeholder{color:#999999;}
.help-block,.help-inline{color:#555555;}
.help-block{display:block;margin-bottom:9px;}
.help-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding-left:5px;}
.input-prepend,.input-append{margin-bottom:5px;}.input-prepend input,.input-append input,.input-prepend select,.input-append select,.input-prepend .uneditable-input,.input-append .uneditable-input{position:relative;margin-bottom:0;*margin-left:0;vertical-align:middle;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}.input-prepend input:focus,.input-append input:focus,.input-prepend select:focus,.input-append select:focus,.input-prepend .uneditable-input:focus,.input-append .uneditable-input:focus{z-index:2;}
.input-prepend .uneditable-input,.input-append .uneditable-input{border-left-color:#ccc;}
.input-prepend .add-on,.input-append .add-on{display:inline-block;width:auto;height:18px;min-width:16px;padding:4px 5px;font-weight:normal;line-height:18px;text-align:center;text-shadow:0 1px 0 #ffffff;vertical-align:middle;background-color:#eeeeee;border:1px solid #ccc;}
.input-prepend .add-on,.input-append .add-on,.input-prepend .btn,.input-append .btn{margin-left:-1px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.input-prepend .active,.input-append .active{background-color:#a9dba9;border-color:#46a546;}
.input-prepend .add-on,.input-prepend .btn{margin-right:-1px;}
.input-prepend .add-on:first-child,.input-prepend .btn:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
.input-append input,.input-append select,.input-append .uneditable-input{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
.input-append .uneditable-input{border-right-color:#ccc;border-left-color:#eee;}
.input-append .add-on:last-child,.input-append .btn:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right:-1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left:-1px;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
.search-query{padding-right:14px;padding-right:4px \9;padding-left:14px;padding-left:4px \9;margin-bottom:0;-webkit-border-radius:14px;-moz-border-radius:14px;border-radius:14px;}
.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{display:inline-block;*display:inline;*zoom:1;margin-bottom:0;}
.form-search .hide,.form-inline .hide,.form-horizontal .hide{display:none;}
.form-search label,.form-inline label{display:inline-block;}
.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom:0;}
.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-left:0;margin-bottom:0;vertical-align:middle;}
.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:left;margin-right:3px;margin-left:0;}
.control-group{margin-bottom:9px;}
legend+.control-group{margin-top:18px;-webkit-margin-top-collapse:separate;}
.form-horizontal .control-group{margin-bottom:18px;*zoom:1;}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;content:"";}
.form-horizontal .control-group:after{clear:both;}
.form-horizontal .control-label{float:left;width:140px;padding-top:5px;text-align:right;}
.form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:160px;*margin-left:0;}.form-horizontal .controls:first-child{*padding-left:160px;}
.form-horizontal .help-block{margin-top:9px;margin-bottom:0;}
.form-horizontal .form-actions{padding-left:160px;}
.btn{display:inline-block;*display:inline;*zoom:1;padding:4px 10px 4px;margin-bottom:0;font-size:13px;line-height:18px;*line-height:20px;color:#324976;text-align:center;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-image:-ms-linear-gradient(top, #ffffff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(top, #ffffff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #cccccc;*border:0;border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);}.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{background-color:#e6e6e6;*background-color:#d9d9d9;}
.btn:active,.btn.active{background-color:#cccccc \9;}
.btn:first-child{*margin-left:0;}
.btn:hover{color:#333333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-ms-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.btn.active,.btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}
.btn.disabled,.btn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.btn-large{padding:9px 14px;font-size:15px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.btn-large [class^="icon-"]{margin-top:1px;}
.btn-small{padding:5px 9px;font-size:11px;line-height:16px;}
.btn-small [class^="icon-"]{margin-top:-1px;}
.btn-mini{padding:2px 6px;font-size:11px;line-height:14px;}
.btn-primary,.btn-primary:hover,.btn-warning,.btn-warning:hover,.btn-danger,.btn-danger:hover,.btn-success,.btn-success:hover,.btn-info,.btn-info:hover,.btn-inverse,.btn-inverse:hover{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}
.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255, 255, 255, 0.75);}
.btn{border-color:#ccc;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}
.btn-primary{background-color:#0074cc;background-image:-moz-linear-gradient(top, #0088cc, #0055cc);background-image:-ms-linear-gradient(top, #0088cc, #0055cc);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));background-image:-webkit-linear-gradient(top, #0088cc, #0055cc);background-image:-o-linear-gradient(top, #0088cc, #0055cc);background-image:linear-gradient(top, #0088cc, #0055cc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);border-color:#0055cc #0055cc #003580;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#0055cc;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{background-color:#0055cc;*background-color:#004ab3;}
.btn-primary:active,.btn-primary.active{background-color:#004099 \9;}
.btn-warning{background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-ms-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(top, #fbb450, #f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{background-color:#f89406;*background-color:#df8505;}
.btn-warning:active,.btn-warning.active{background-color:#c67605 \9;}
.btn-danger{background-color:#da4f49;background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f);background-image:-ms-linear-gradient(top, #ee5f5b, #bd362f);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f);background-image:-o-linear-gradient(top, #ee5f5b, #bd362f);background-image:linear-gradient(top, #ee5f5b, #bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{background-color:#bd362f;*background-color:#a9302a;}
.btn-danger:active,.btn-danger.active{background-color:#942a25 \9;}
.btn-success{background-color:#5bb75b;background-image:-moz-linear-gradient(top, #62c462, #51a351);background-image:-ms-linear-gradient(top, #62c462, #51a351);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));background-image:-webkit-linear-gradient(top, #62c462, #51a351);background-image:-o-linear-gradient(top, #62c462, #51a351);background-image:linear-gradient(top, #62c462, #51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{background-color:#51a351;*background-color:#499249;}
.btn-success:active,.btn-success.active{background-color:#408140 \9;}
.btn-info{background-color:#49afcd;background-image:-moz-linear-gradient(top, #5bc0de, #2f96b4);background-image:-ms-linear-gradient(top, #5bc0de, #2f96b4);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));background-image:-webkit-linear-gradient(top, #5bc0de, #2f96b4);background-image:-o-linear-gradient(top, #5bc0de, #2f96b4);background-image:linear-gradient(top, #5bc0de, #2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#2f96b4;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{background-color:#2f96b4;*background-color:#2a85a0;}
.btn-info:active,.btn-info.active{background-color:#24748c \9;}
.btn-inverse{background-color:#414141;background-image:-moz-linear-gradient(top, #555555, #222222);background-image:-ms-linear-gradient(top, #555555, #222222);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));background-image:-webkit-linear-gradient(top, #555555, #222222);background-image:-o-linear-gradient(top, #555555, #222222);background-image:linear-gradient(top, #555555, #222222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);border-color:#222222 #222222 #000000;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#222222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{background-color:#222222;*background-color:#151515;}
.btn-inverse:active,.btn-inverse.active{background-color:#080808 \9;}
button.btn,input[type="submit"].btn{*padding-top:2px;*padding-bottom:2px;}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0;}
button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px;}
button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px;}
button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px;}
.btn-group{position:relative;*zoom:1;*margin-left:.3em;}.btn-group:before,.btn-group:after{display:table;content:"";}
.btn-group:after{clear:both;}
.btn-group:first-child{*margin-left:0;}
.btn-group+.btn-group{margin-left:5px;}
.btn-toolbar{margin-top:9px;margin-bottom:9px;}.btn-toolbar .btn-group{display:inline-block;*display:inline;*zoom:1;}
.btn-group>.btn{position:relative;float:left;margin-left:-1px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.btn-group>.btn:first-child{margin-left:0;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;}
.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;}
.btn-group>.btn.large:first-child{margin-left:0;-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;}
.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;}
.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2;}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0;}
.btn-group>.dropdown-toggle{padding-left:8px;padding-right:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*padding-top:4px;*padding-bottom:4px;}
.btn-group>.btn-mini.dropdown-toggle{padding-left:5px;padding-right:5px;}
.btn-group>.btn-small.dropdown-toggle{*padding-top:4px;*padding-bottom:4px;}
.btn-group>.btn-large.dropdown-toggle{padding-left:12px;padding-right:12px;}
.btn-group.open .dropdown-toggle{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}
.btn-group.open .btn.dropdown-toggle{background-color:#e6e6e6;}
.btn-group.open .btn-primary.dropdown-toggle{background-color:#0055cc;}
.btn-group.open .btn-warning.dropdown-toggle{background-color:#f89406;}
.btn-group.open .btn-danger.dropdown-toggle{background-color:#bd362f;}
.btn-group.open .btn-success.dropdown-toggle{background-color:#51a351;}
.btn-group.open .btn-info.dropdown-toggle{background-color:#2f96b4;}
.btn-group.open .btn-inverse.dropdown-toggle{background-color:#222222;}
.btn .caret{margin-top:7px;margin-left:0;}
.btn:hover .caret,.open.btn-group .caret{opacity:1;filter:alpha(opacity=100);}
.btn-mini .caret{margin-top:5px;}
.btn-small .caret{margin-top:6px;}
.btn-large .caret{margin-top:6px;border-left-width:5px;border-right-width:5px;border-top-width:5px;}
.dropup .btn-large .caret{border-bottom:5px solid #000000;border-top:0;}
.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;opacity:0.75;filter:alpha(opacity=75);}
.nav{margin-left:0;margin-bottom:18px;list-style:none;}
.nav>li>a{display:block;}
.nav>li>a:hover{text-decoration:none;background-color:#eeeeee;}
.nav>.pull-right{float:right;}
.nav .nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:18px;color:#999999;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);text-transform:uppercase;}
.nav li+.nav-header{margin-top:9px;}
.nav-list{padding-left:15px;padding-right:15px;margin-bottom:0;}
.nav-list>li>a,.nav-list .nav-header{margin-left:-15px;margin-right:-15px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);}
.nav-list>li>a{padding:3px 15px;}
.nav-list>.active>a,.nav-list>.active>a:hover{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);background-color:#0088cc;}
.nav-list [class^="icon-"]{margin-right:2px;}
.nav-list .divider{*width:100%;height:1px;margin:8px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;}
.nav-tabs,.nav-pills{*zoom:1;}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;content:"";}
.nav-tabs:after,.nav-pills:after{clear:both;}
.nav-tabs>li,.nav-pills>li{float:left;}
.nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px;}
.nav-tabs{border-bottom:1px solid #ddd;}
.nav-tabs>li{margin-bottom:-1px;}
.nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:18px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd;}
.nav-tabs>.active>a,.nav-tabs>.active>a:hover{color:#555555;background-color:#ffffff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default;}
.nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.nav-pills>.active>a,.nav-pills>.active>a:hover{color:#ffffff;background-color:#0088cc;}
.nav-stacked>li{float:none;}
.nav-stacked>li>a{margin-right:0;}
.nav-tabs.nav-stacked{border-bottom:0;}
.nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.nav-tabs.nav-stacked>li:first-child>a{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}
.nav-tabs.nav-stacked>li:last-child>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}
.nav-tabs.nav-stacked>li>a:hover{border-color:#ddd;z-index:2;}
.nav-pills.nav-stacked>li>a{margin-bottom:3px;}
.nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px;}
.nav-tabs .dropdown-menu{-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;}
.nav-pills .dropdown-menu{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.nav-tabs .dropdown-toggle .caret,.nav-pills .dropdown-toggle .caret{border-top-color:#0088cc;border-bottom-color:#0088cc;margin-top:6px;}
.nav-tabs .dropdown-toggle:hover .caret,.nav-pills .dropdown-toggle:hover .caret{border-top-color:#005580;border-bottom-color:#005580;}
.nav-tabs .active .dropdown-toggle .caret,.nav-pills .active .dropdown-toggle .caret{border-top-color:#333333;border-bottom-color:#333333;}
.nav>.dropdown.active>a:hover{color:#000000;cursor:pointer;}
.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover{color:#ffffff;background-color:#999999;border-color:#999999;}
.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;opacity:1;filter:alpha(opacity=100);}
.tabs-stacked .open>a:hover{border-color:#999999;}
.tabbable{*zoom:1;}.tabbable:before,.tabbable:after{display:table;content:"";}
.tabbable:after{clear:both;}
.tab-content{overflow:auto;}
.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0;}
.tab-content>.tab-pane,.pill-content>.pill-pane{display:none;}
.tab-content>.active,.pill-content>.active{display:block;}
.tabs-below>.nav-tabs{border-top:1px solid #ddd;}
.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0;}
.tabs-below>.nav-tabs>li>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.tabs-below>.nav-tabs>li>a:hover{border-bottom-color:transparent;border-top-color:#ddd;}
.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover{border-color:transparent #ddd #ddd #ddd;}
.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none;}
.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px;}
.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd;}
.tabs-left>.nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;}
.tabs-left>.nav-tabs>li>a:hover{border-color:#eeeeee #dddddd #eeeeee #eeeeee;}
.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover{border-color:#ddd transparent #ddd #ddd;*border-right-color:#ffffff;}
.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd;}
.tabs-right>.nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}
.tabs-right>.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #eeeeee #dddddd;}
.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover{border-color:#ddd #ddd #ddd transparent;*border-left-color:#ffffff;}
.breadcrumb{padding:7px 14px;margin:0 0 18px;list-style:none;background-color:#fbfbfb;background-image:-moz-linear-gradient(top, #ffffff, #f5f5f5);background-image:-ms-linear-gradient(top, #ffffff, #f5f5f5);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));background-image:-webkit-linear-gradient(top, #ffffff, #f5f5f5);background-image:-o-linear-gradient(top, #ffffff, #f5f5f5);background-image:linear-gradient(top, #ffffff, #f5f5f5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);border:1px solid #ddd;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 1px 0 #ffffff;-moz-box-shadow:inset 0 1px 0 #ffffff;box-shadow:inset 0 1px 0 #ffffff;}.breadcrumb li{display:inline-block;*display:inline;*zoom:1;text-shadow:0 1px 0 #ffffff;}
.breadcrumb .divider{padding:0 5px;color:#999999;}
.breadcrumb .active a{color:#333333;}
.pagination{height:36px;margin:18px 0;}
.pagination ul{display:inline-block;*display:inline;*zoom:1;margin-left:0;margin-bottom:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);}
.pagination li{display:inline;}
.pagination a{float:left;padding:0 14px;line-height:34px;text-decoration:none;border:1px solid #ddd;border-left-width:0;}
.pagination a:hover,.pagination .active a{background-color:#f5f5f5;}
.pagination .active a{color:#999999;cursor:default;}
.pagination .disabled span,.pagination .disabled a,.pagination .disabled a:hover{color:#999999;background-color:transparent;cursor:default;}
.pagination li:first-child a{border-left-width:1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
.pagination li:last-child a{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
.pagination-centered{text-align:center;}
.pagination-right{text-align:right;}
.pager{margin-left:0;margin-bottom:18px;list-style:none;text-align:center;*zoom:1;}.pager:before,.pager:after{display:table;content:"";}
.pager:after{clear:both;}
.pager li{display:inline;}
.pager a{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}
.pager a:hover{text-decoration:none;background-color:#f5f5f5;}
.pager .next a{float:right;}
.pager .previous a{float:left;}
.pager .disabled a,.pager .disabled a:hover{color:#999999;background-color:#fff;cursor:default;}
.alert{padding:8px 35px 8px 14px;margin-bottom:18px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#c09853;}
.alert-heading{color:inherit;}
.alert .close{position:relative;top:-2px;right:-21px;line-height:18px;}
.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847;}
.alert-danger,.alert-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48;}
.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad;}
.alert-block{padding-top:14px;padding-bottom:14px;}
.alert-block>p,.alert-block>ul{margin-bottom:0;}
.alert-block p+p{margin-top:5px;}
@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-o-keyframes progress-bar-stripes{from{background-position:0 0;} to{background-position:40px 0;}}@keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}.progress{overflow:hidden;height:18px;margin-bottom:18px;background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-ms-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));background-image:-webkit-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-o-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:linear-gradient(top, #f5f5f5, #f9f9f9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.progress .bar{width:0%;height:18px;color:#ffffff;font-size:12px;text-align:center;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top, #149bdf, #0480be);background-image:-ms-linear-gradient(top, #149bdf, #0480be);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));background-image:-webkit-linear-gradient(top, #149bdf, #0480be);background-image:-o-linear-gradient(top, #149bdf, #0480be);background-image:linear-gradient(top, #149bdf, #0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width 0.6s ease;-moz-transition:width 0.6s ease;-ms-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease;}
.progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px;}
.progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;}
.progress-danger .bar{background-color:#dd514c;background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);background-image:-ms-linear-gradient(top, #ee5f5b, #c43c35);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);background-image:linear-gradient(top, #ee5f5b, #c43c35);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);}
.progress-danger.progress-striped .bar{background-color:#ee5f5b;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
.progress-success .bar{background-color:#5eb95e;background-image:-moz-linear-gradient(top, #62c462, #57a957);background-image:-ms-linear-gradient(top, #62c462, #57a957);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));background-image:-webkit-linear-gradient(top, #62c462, #57a957);background-image:-o-linear-gradient(top, #62c462, #57a957);background-image:linear-gradient(top, #62c462, #57a957);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);}
.progress-success.progress-striped .bar{background-color:#62c462;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
.progress-info .bar{background-color:#4bb1cf;background-image:-moz-linear-gradient(top, #5bc0de, #339bb9);background-image:-ms-linear-gradient(top, #5bc0de, #339bb9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));background-image:-webkit-linear-gradient(top, #5bc0de, #339bb9);background-image:-o-linear-gradient(top, #5bc0de, #339bb9);background-image:linear-gradient(top, #5bc0de, #339bb9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);}
.progress-info.progress-striped .bar{background-color:#5bc0de;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
.progress-warning .bar{background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-ms-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(top, #fbb450, #f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);}
.progress-warning.progress-striped .bar{background-color:#fbb450;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
.hero-unit{padding:60px;margin-bottom:30px;background-color:#eeeeee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;color:inherit;letter-spacing:-1px;}
.hero-unit p{font-size:18px;font-weight:200;line-height:27px;color:inherit;}
.tooltip{position:absolute;z-index:1020;display:block;visibility:visible;padding:5px;font-size:11px;opacity:0;filter:alpha(opacity=0);}.tooltip.in{opacity:0.8;filter:alpha(opacity=80);}
.tooltip.top{margin-top:-2px;}
.tooltip.right{margin-left:2px;}
.tooltip.bottom{margin-top:2px;}
.tooltip.left{margin-left:-2px;}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000000;}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000000;}
.tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;text-decoration:none;background-color:#000000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.tooltip-arrow{position:absolute;width:0;height:0;}
.popover{position:absolute;top:0;left:0;z-index:1010;display:none;padding:5px;}.popover.top{margin-top:-5px;}
.popover.right{margin-left:5px;}
.popover.bottom{margin-top:5px;}
.popover.left{margin-left:-5px;}
.popover.top .arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;}
.popover.right .arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000000;}
.popover.bottom .arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000000;}
.popover.left .arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;}
.popover .arrow{position:absolute;width:0;height:0;}
.popover-inner{padding:3px;width:280px;overflow:hidden;background:#000000;background:rgba(0, 0, 0, 0.8);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);}
.popover-title{padding:9px 15px;line-height:1;background-color:#f5f5f5;border-bottom:1px solid #eee;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}
.popover-content{padding:14px;background-color:#ffffff;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box; margin-top: -4px;}
.popover-content p,.popover-content ul,.popover-content ol{margin-bottom:0;}
.dropup,.dropdown{position:relative;}
.dropdown-toggle{*margin-bottom:-3px;}
.dropdown-toggle:active,.open .dropdown-toggle{outline:0;}
.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000000;border-right:4px solid transparent;border-left:4px solid transparent;content:"";opacity:0.3;filter:alpha(opacity=30);}
.dropdown .caret{margin-top:8px;margin-left:2px;}
.dropdown:hover .caret,.open .caret{opacity:1;filter:alpha(opacity=100);}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:4px 0;margin:1px 0 0;list-style:none;background-color:#ffffff;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;}.dropdown-menu.pull-right{right:0;left:auto;}
.dropdown-menu .divider{*width:100%;height:1px;margin:8px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;}
.dropdown-menu a{display:block;padding:3px 15px;clear:both;font-weight:normal;line-height:18px;color:#333333;white-space:nowrap;}
.dropdown-menu li>a:hover,.dropdown-menu .active>a,.dropdown-menu .active>a:hover{color:#ffffff;text-decoration:none;background-color:#0088cc;}
.open{*z-index:1000;}.open >.dropdown-menu{display:block;}
.pull-right>.dropdown-menu{right:0;left:auto;}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000000;content:"\2191";}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px;}
.typeahead{margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #eee;border:1px solid rgba(0, 0, 0, 0.05);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);}.well blockquote{border-color:#ddd;border-color:rgba(0, 0, 0, 0.15);}
.well-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.well-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.pull-right{float:right;}
.pull-left{float:left;}
.hide{display:none;}
.show{display:block;}
.invisible{visibility:hidden;}
/*---------------- Bootstrap Fluid Grid Customised -------------------*/

.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}
.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}
.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}
.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}
.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}
@media (max-width: 480px) {}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0;
  }
  .row-fluid {
    width: 100%;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}
@media (min-width: 1200px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}
/*--------------------------------------------------------
MISC OVERRIDES
--------------------------------------------------------*/

h1 { margin: 0 0 5px 0; padding: 0; font-weight: normal; text-shadow: 0 1px 0 #fff; }
h2 { margin: 0 0 5px 0; padding: 0; font-weight: normal; text-shadow: 0 1px 0 #fff; }
h3 { margin: 0 0 5px 0; padding: 0; font-weight: normal; text-shadow: 0 1px 0 #fff; }
h1, h1 a, h2, h2 a, h3, h3 a { text-decoration: none; border: none; }
a { color: #324976; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }
hr, .cart hr {
	margin: 10px 0; 
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	position: relative;
}
.flexslider img { width: 100%; }
/*--------------------------------------------------------
BOOTSTRAP OVERRIDES
--------------------------------------------------------*/

a:hover, a:active { outline: none; }
form { margin: 0; }
.btn, .btn-group { white-space: nowrap; }
.btn-group#expand { margin-top: -33px;}
.btn a:hover { text-decoration: none; }
input, textarea { min-width: 20px; width: auto; }
input[type="radio"] { background: #fff; }
input[type="text"].adapt_search_input {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
label, input[type=button], input[type=submit], button { cursor: pointer; }
label { min-width: 80px; }
.input-tiny { width: 30px; }
select {
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	width: auto;
}
select option:hover { cursor: pointer; }
.stay-open { padding:3px 7px; white-space: normal; }
select:focus { outline: none; }
.dropdown-menu a { color: #0088cc; text-decoration: none; }
.dropdown-menu a:hover { color: #005580; text-decoration: underline; }
.dropdown-menu { min-width: 50px; }
ul.nav { margin: 0; }
ul.nav.navlist { margin: 0; }
div.pagination { margin: 0; }
.pagination a { background: #fff; line-height: 26px; padding: 0 8px; white-space: nowrap; }
.nav-tabs a { background: #fff; }
:-moz-placeholder { color: #000; }
:-ms-input-placeholder { color: #000; }
::-webkit-input-placeholder { color: #000; }
.breadcrumb {
	background: #fff;
	background: url(../../skin/adapt/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
    list-style: none outside none;
    margin: 0 0 18px;
    padding: 7px 14px;
	border: 1px solid #ccc;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.alert {
	border: 1px solid #ccc;
	box-shadow:				0 6px 7px -5px #ccc;
	-moz-box-shadow:		0 6px 7px -5px #ccc;
	-webkit-box-shadow:		0 6px 7px -5px #ccc;
}
blockquote p { font-size: 12px; line-height: 1.5em; }
cite { text-align: right; }
/*--------------------------------------------------------
CUSTOM BUTTON - Generate your own at http://charliepark.org/bootstrap_buttons
--------------------------------------------------------*/

.btn-custom {
	background-color: hsl(214, 37%, 28%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7a99c1", endColorstr="#2c4361");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#7a99c1), to(#2c4361));
	background-image: -moz-linear-gradient(top, #7a99c1, #2c4361);
	background-image: -ms-linear-gradient(top, #7a99c1, #2c4361);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7a99c1), color-stop(100%, #2c4361));
	background-image: -webkit-linear-gradient(top, #7a99c1, #2c4361);
	background-image: -o-linear-gradient(top, #7a99c1, #2c4361);
	background-image: linear-gradient(#7a99c1, #2c4361);
	border-color: #2c4361 #2c4361 hsl(214, 37%, 19.5%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.56);
	-webkit-font-smoothing: antialiased;
}
/*--------------------------------------------------------
FONT AWESOME OVERRIDES
--------------------------------------------------------*/

[class^="icon-"], [class*=" icon-"] { line-height: 0.5em; }

.xtabs_container .data-name {
  color: #fff !important;}
.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed {
 position: absolute; 
 top: 0; 
 left: 0; 
 width: 100%; 
 height: 100%;}
 
 
.xtabs li, .xtabs li h3 { line-height: 30px; }

/*--------------------------------------------------------
MEDIA QUERIES / BREAKPOINT CONTROL
--------------------------------------------------------*/

/*--------------------------------------------
[BP-1] MOBILE PORTRAIT
--------------------------------------------*/

@media only screen and (min-width: 0px) and (max-width: 480px) {

	#adapt_logo { text-align: center; }
	#adapt_logo img { width: 180px; height: 60px; }
	#adapt_search_container { text-align: left; }
	#minicart_items { display: none; }
	.data-table { max-width: 110px; }
	textarea, input[type="text"], input[type="password"], input[type="email"], textarea { max-width: 160px; }
	.adapt_search_input { width: 90px; }
	input[type="text"].adapt_search_input_box { max-width: 100%; width: 100%; }
	ol.flex-control-nav, .flex-caption-top, .flex-caption-right, .flex-caption-bottom, .flex-caption-left { display: none; }
	.p_switchers { display: none; }
	.search_result_details, .search_result_buttons { text-align: center; }
	ul.grid_view li { width: 100%; }
	#adapt_footer_container h3 { text-align: center; }
}
/*--------------------------------------------
[BP-2] SMALL TABLET - MOBILE LANDSCAPE
--------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 539px) {

	#adapt_logo { text-align: center; }
	p.phone{ display: block; text-align: center; }
	#adapt_search_container { text-align: center; }
	#minicart_items { display: none; }
	.adapt_search_input { width: 240px; }
	input[type="text"].adapt_search_input_box { max-width: 100%; width: 100%; }
	ol.flex-control-nav, .flex-caption-top, .flex-caption-right, .flex-caption-bottom, .flex-caption-left { display: none; }
	.p_switchers { display: none; }
	textarea { max-width: 240px; }
	.search_result_details, .search_result_buttons { text-align: center; }
	ul.grid_view li { width: 50%; }
	#adapt_footer_container h3 { text-align: center; padding-top: 0px; }
}
/*--------------------------------------------
[BP-3] TABLET
--------------------------------------------*/

@media only screen and (min-width: 539px) and (max-width: 745px) {

	#adapt_logo { text-align: center; }
	#adapt_logo img { width: 400px; height: 52px; }
	p.phone {display: block; text-align: center;}
	#adapt_search_container { text-align: center; margin-bottom: 8px;}
	#minicart-container { margin-top: 10px; }
	#minicart_items { display: none; }
	.adapt_search_input { width: 320px; }
	#adapt_header_menu { margin: 0; }
	#adapt_header_menu ul { margin: 0 auto; }
	.search_result_details, .search_result_buttons { text-align: center; }
	ul.grid_view li { width: 50%; }
	#adapt_footer_container h3 { text-align: center; }
}
/*--------------------------------------------
[BP-3] TO [BP-1] TABLET AND BELOW
--------------------------------------------*/

@media only screen and (min-width: 0px) and (max-width: 745px) {

	#minicart_items { display: none; }
	#adapt_main_container { padding-bottom: 1px; }
	#adapt_main_container_inner { padding-bottom: 1px; }
	#adapt_footer_container { padding-bottom: 1px; margin-top: -1px; }
	#adapt_copyright_container { text-align: center; padding-bottom: 1px; }
	div.social_list ul, div.payments_list ul { text-align: center; }
	/*#standard_mega_menu, #standard_flyout_menu { height: 80px; }*/ /* Uncomment if you have a lot of root categories, or they wrap in the header */

}
/*--------------------------------------------
[BP-4] SMALL DESKTOP
--------------------------------------------*/

@media only screen and (min-width: 745px) and (max-width: 965px) {

	#adapt_logo img { width: 400px; height: 52px; }
	#adapt_header_menu { margin: 0; }
	#adapt_header_menu ul { margin: 0 auto; }
	#minicart_items { display: none; }
	.adapt_search_input { width: 150px; }
	ul.grid_view li { width: 50%; }
	/*#standard_mega_menu, #standard_flyout_menu { height: 80px; }*/ /* Uncomment if you have a lot of root categories, or they wrap in the header */

}
/*--------------------------------------------
[BP-4] TO [BP-8] SMALL DESKTOP AND ABOVE
--------------------------------------------*/

@media only screen and (min-width: 745px) and (max-width: 2540px) {

	#adapt_header_menu ul { float: right; }
	.adapt_search_input { width: 140px; }
}
/*--------------------------------------------
[BP-5] MEDIUM DESKTOP
--------------------------------------------*/

@media only screen and (min-width: 965px) and (max-width: 1265px) {

	.adapt_search_input { width: 200px; }
	ul.grid_view li { width: 33.33%; }
}
/*--------------------------------------------
[BP-6] WIDE DESKTOPS
--------------------------------------------*/

@media only screen and (min-width: 1265px) and (max-width: 1585px) {

	#adapt_header_menu ul { float: right; }
	.adapt_search_input { width: 250px; }
	ul.grid_view li { width: 33.33%; }
}
/*--------------------------------------------
[BP-7] WIDE DESKTOPS
--------------------------------------------*/

@media only screen and (min-width: 1585px) and (max-width: 1904px) {

	#adapt_header_menu ul { float: right; }
	.adapt_search_input { width: 400px; }
	ul.grid_view li { width: 25%; }
}
/*--------------------------------------------
[BP-8] EXTRA WIDE DESKTOPS
--------------------------------------------*/

@media only screen and (min-width: 1904px) and (max-width: 2540px) {

	#adapt_header_menu ul { float: right; }
	.adapt_search_input { width: 400px; }
	ul.grid_view li { width: 25%; }
}
/*--------------------------------------------------------
OPTIONAL STYLE ADJUSTMENTS FOR PORTRAIT / LANDSCAPE MODES
--------------------------------------------------------*/

@media all and (orientation:portrait) {

}
@media all and (orientation:landscape) {

}
/*--------------------------------------------------------
RESPONSIVE TABLES (EXPERIMENTAL)
--------------------------------------------------------*/

@media only screen and (max-width: 539px) {
	
	table.responsive { margin-bottom: 0; }
	.pinned {
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		width: 35%;
		overflow: hidden;
		overflow-x: scroll;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	div.table-wrapper {
		position: relative;
		margin-bottom: 20px;
		overflow: hidden;
		border-right: 1px solid #ccc;
	}
	div.table-wrapper div.scrollable table { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }
	
	
	table.responsive td, table.responsive th {
		position: relative;
		white-space: nowrap;
		overflow: hidden;
	}
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
	
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * General CSS stylesheet for storefront pages
 *
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com>
 * @version    $Id: main.css,v 1.1.2.1.2.1 2012/04/06 15:01:57 aim Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
*/

.buttons-row.soc-buttons-row {
  margin-top: 15px;
}

.soc-buttons-row .soc-item {
  float: left;
  margin-right: 10px;
}

/* 
  Service styles
*/
.top-margin-2 {
  margin-top: 2px;
}
.top-margin-5 {
  margin-top: 5px;
}
.top-margin-15 {
  margin-top: 15px;
}
.top-margin-42 {
  margin-top: 42px;
}

/*
  Footer links
*/
ul.soc-footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 0 6px;
  display: inline;
}
ul.soc-footer-links li {
  display: inline;
  padding: 0;
  margin-left: 8px;
}
ul.soc-footer-links li img {
  vertical-align: middle;
}

.dpimages-icons-box {width: 124px;
}
.dpimages-icons-box a, .dpimages-icons-box a:link, .dpimages-icons-box a:visited, .dpimages-icons-box a:hover, .dpimages-icons-box a:active {width: 58px;
height: 58px;
}
