/*
* jQuery UI CSS Framework 
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.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:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.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
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/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 #e3e3e3; background: #fcfdfd url(../../skin/2-columns/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 #8ea9b0; background: #144556; 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 #e3e3e3; background: #dfeffc url(../../skin/2-columns/lib/jqueryui/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #144556; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #0b7b9a; 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 #E3E3E3; background: #d0e5f5 url(../../skin/2-columns/lib/jqueryui/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #144556; }

.ui-state-hover a, .ui-state-hover a:hover { color: #a66767; text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #e3e3e3; background: #f5f8f9 url(../../skin/2-columns/lib/jqueryui/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #144556; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #777474; 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 #e3e3e3; background: #ffffff url(../../skin/2-columns/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 #e3e3e3; background: #e3e3e3 url(../../skin/2-columns/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: #a66767; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #a66767; }
.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/2-columns/lib/jqueryui/images/ui-icons_4088bf_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../../skin/2-columns/lib/jqueryui/images/ui-icons_4088bf_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../../skin/2-columns/lib/jqueryui/images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../../skin/2-columns/lib/jqueryui/images/ui-icons_6da8d5_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../../skin/2-columns/lib/jqueryui/images/ui-icons_217bc0_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../../skin/2-columns/lib/jqueryui/images/ui-icons_274977_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../../skin/2-columns/lib/jqueryui/images/ui-icons_549fde_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../../skin/2-columns/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-tl { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; }
.ui-corner-tr { -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; }
.ui-corner-br { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
.ui-corner-top { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
.ui-corner-right {  -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
.ui-corner-left { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; }
.ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }

 h1{ padding-top:25px;}

/* Overlays */
.ui-widget-overlay { background: #212121 url(../../skin/2-columns/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/2-columns/lib/jqueryui/images/ui-bg_flat_0_262626_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; 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;}/* Selectable
----------------------------------*/
.ui-selectable-helper { border:1px dotted black }
/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a { zoom: 1; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white url(../../skin/2-columns/lib/jqueryui/images/ui-anim_basic_16x16.gif) right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/* Button
----------------------------------*/

.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 .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.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 .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 .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-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 */





/* Dialog
----------------------------------*/
.ui-dialog { position: absolute;  overflow: hidden; *width:850px !important ;/*left: 650px!important ;*/
    outline: 0 none;top: 286px!important ;}
	
	
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 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 { 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 button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.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 { border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }



/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.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%; }

/* 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 {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    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*/
}/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* 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.56.2.1 2010/08/16 07:16:11 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/**
 * General tags styles
 */
 body 
 {
	 font-family: 'Roboto', sans-serif !important;
 }
 
 *
 {
	 font-family: 'Roboto', sans-serif !important;
 }
html, body {
	height: 100%;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	min-width: 950px;
	border: 0 none;
	color:#3a3a3a;
}
body, input, select, textarea, button {
	font-family:   arial, helvetica, sans-serif;
	color: #05495c;
	font-size: 15px;
}
a:link, a:visited, a:active {
	color: #5aa3b7;
	text-decoration: none;
}
a:hover {
	color: #d4b4b4;
	text-decoration: none;
}
h1 {
	margin: 10px 0;
	padding: 0;
	font-size: 20px;
	color: #617683;
	font-weight: normal;
}
hr {
	border: 0 none;
	border-bottom: 1px solid #e3e3e3;
	margin: 10px 0 10px 0;
	padding: 0;
	height: 0;
}
form {
	margin: 0;
}
table, img {
	border: 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/**
 * Service styles
 */

/**
 * float-box finisher
 */
.clearing {
	clear: both; height:1px;
}
/**
 * vertical align (center)
 */
.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 {
}
/**
 * horizontal align
 */
.halign-center-noscript, .halign-center {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.center {
	text-align: center;
}
.right-box {
	width: 100%;
	text-align: right;
	background-color:#e3e3e3;
}
/**
 * text block container
 */
.text-block {
	margin-bottom: 15px;
}
.text-pre-block {
	margin-top: 15px;
}
/**
 * no-wrap
 */
.nowrap {
	white-space: nowrap;
}
/**
 * width:100% emulator
 */
.width-100 {
	width: 100%;
}
/**
 * page break
 */
.page-break {
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	page-break-after: always;
}
/**
 * pointer cursor
 */
.pointer {
	cursor: pointer;
}
/**
 * overflow wrapper
 */
.overflow {
	position: relative;
	margin-right: 20px;
	padding-bottom: 20px;
	overflow: auto;
}
/* display: none */
.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: none;
}
.dotted {
	text-decoration: none !important;
	border-bottom: 1px dotted #888;
}
.toggle-link {
	background: transparent url(../../skin/common_files/css/../images/arrow_down.gif) no-repeat right 1px;
	padding-right: 20px;
}
.cursor-hover:hover {
	border: solid 1px #1a478f !important;
}
/** 
 * Form elements styles 
 */
input[type=text], input[type=password], select, textarea, .input-style {
	border: solid 1px #CCCCCC;
	padding: 2px;
	background: #fff;
}
input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
	border: solid 1px #999;
}
/** 
 * Common styles 
 */
.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: #044a5c;
	font-weight: bold;
}
.black-text {
	color: #000;
}
a.list-item:link, .list-item a:link {
	color: #0b7b9a;
	text-decoration: none;
}
a.list-item:visited, .list-item a:visited {
	color: #0b7b9a;
	text-decoration: none;
}
a.list-item:hover, .list-item a:hover {
	color: #0b7b9a;
	text-decoration: none;
}
a.list-item:active, .list-item a:active {
	color: #0b7b9a;
	text-decoration: none;
}
tr.head-row th {
	background: #a4b3b8;
	font-weight: bold;
	border-left: 1px solid #FFFFFF;
	
}
/*.head-row .summary-cell, .head-row .cart-column-price, .head-row .cart-column-total {border:#F00 solid 1px;}*/
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
 */
.currency {
	white-space: nowrap;
	width:100%;
	text-align:right;
	font-weight:bold;
}
ul#opc-sections li.opc-section div .currency {
	font-size:17px;
}
ul#opc-sections li.opc-section div .total-cart Span.currency {
	font-size:22px;
}
input.datepicker-formatted {
	border: solid 1px #bbb;
	margin-right: 5px;
}
input.datepicker-formatted[disabled] {
	background: #fff;
	color: #bbb;
}
/**
 * zipcode
 */
input.zipcode {
	width: 100px;
}
input.zip4 {
	width: 60px;
}
/**
 * password validation
 */
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;
}
/*==============================================================================

  layout styles

==============================================================================*/
/**
 * page container
 */
#page-container {
	position: relative; padding-bottom:50px;z-index:10;
}
/**
 * page layout
 */
#content-container {
	/*overflow: hidden;*/
  width: 100%;
	float:left;
}
#content-container2 {
	float: left;
	position: relative;
	margin-top:42px;
}
#center {
	float: left;
	position: relative;
	width: 780px;
	margin-left:0px;
}

#center-full {
	float: right;
	position: relative;
	width: 948px;
	margin-left:0px;
}


#left-bar {
	float: left;
	/*position: absolute;*/
	width: 235px;
	margin-left: 7px;
}
#right-bar {
	float: right;
	right: 7px;
	position: relative;
	width: 160px;
}
#center-main {
	margin: 0px;
	position: relative;
	float:right;/*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;
}
/**
 * Right-to-left
 */
.rtl {
	direction: rtl;
}
/**
 * header styles
 */
#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;
}
/**
 * header tabs
 */
.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: 13px;
	height: 25px;
	outline-style: none;
}
.tabs a:hover {
	color: #0b7b9a;
}
/**
 * phones line
 */
#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: 13px;
}
#header .phones span {
	padding-left: 15px;
}
/**
 * header line 2
 */
#header .line2 {
	position: relative;
	width: 100%;
	border: none;
	border-top: 1px solid #5aa3b7;
	border-bottom: 1px solid #images/head_linebg.gif;
	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;
	vertical-align: middle;
}
#header span.search {
	font-size: 13px;
	padding-left: 20px;
	padding-right: 5px;
}
#header input.text {
	width: 133px;
	margin-top:16px;
	position: relative;
	float: left;
}
#header a.search {
	text-decoration: none;
}
#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: 13px;
}
#header .languages select {
	margin-left: 5px;
}
/**
 * header line 3
 */
#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 right top;
	padding: 2px 20px 2px 0;
	color: #818891;
	font-size: 10px;
	line-height: 16px;
}
div.printable-bar {
	width: 130px;
}
/**
 * footer styles
 */
#footer .box {
	width: 100%;
	height:125px;
	background:#e3e3e3 url(../../skin/common_files/css/../images/bg-footertt.jpg) repeat-x left top;
	float:left;
	border: none;
	padding-bottm: 50px;
	padding-top:22px;
}
.footer-wrap {
	width:948px;
	margin:0px auto;
}
.footer-links {
	width:600px;
	float:left;
	text-align:left;
}
.footer-socials {
	width:174px;
	float:left;
	text-align:left;
}
.signature {
	width:348px;
	float:left;
	text-align:right;
}
.copyright {
	width:600px;
	float:left;
	text-align:left;
	margin-top:5px;
}
#footer .subbox {
	border-top: #0b7b9a 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: none;
}
#footer .subbox a:hover {
	text-decoration: none;
}
/*==============================================================================

  widgets

==============================================================================*/
/**
 * location bar
 */
#location {
	width: 500px;
	float:left;
	margin-top: 0px;
	font-size: 13px;
	color: #818891;
	margin-left: 13px;
	padding: 0px 0px;
}
font.bread-crumb {
	font-size: 13px;
	color: #044a5c;
}
.breadcrumb {
	width:100%;
	background:#EFEFEF url(../../skin/common_files/css/../../common_files/images/bg-breadcrumbs.gif) no-repeat left top;
	color: #044a5c;
	font-size: 13px;
	height:28px;
	float:left;
	margin-bottom:30px !important;
}
a.breadcrumb-homelink {
	margin-right:26px;
	color:#FFF;
}
a:hover.breadcrumb-homelink {
	margin-right:26px;
	color:#0b7b9a;
}
a.bread-crumb {
	font-size: 13px;
	color: #044a5c;
	text-decoration: none;
	padding-top:3px;
}
a.bread-crumb:hover {
	text-decoration: none;
	color: #0b7b9a;
}
font.last-bread-crumb {
	text-decoration: none;
	color: #044a5c;
}
#location span {
	padding: 0 5px;
}
/**
 * Dialog message container
 */
#dialog-message {
	margin: 0px auto;
	padding: 0;
	position: absolute;
*position: relative;
	width: 100%;
	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: #144556;
	border-color: #7a97c1;
	background: #f4f5f7 url(../../skin/common_files/css/../images/icon_info.gif) no-repeat 10px 10px;
}
#dialog-message .message-w {
	color: #044a5c;
	border-color: #5aa3b7;
	background: #e3e3e3 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;
}
/**
 * Form fill error
 */
.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
 */
.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;
}
/**
 * side bar container
 */
.menu-dialog {
	/*border : 1px solid #DEDEDE; border-left:0px; border-right:0px; border-top:0px;*/
  margin-bottom: 15px;
}
.menu-dialog .title-bar {
	width: 100%;
	background: url(../../skin/common_files/css/../images/bg-innerheadingst.gif) no-repeat left top;
	border: 0 none;/* height: 28px;*/
  /*overflow: hidden;*/
}
.menu-dialog .title-bar img.icon {
	vertical-align: middle;
	margin: 3px 0px 0px 0px;
	width: 17px;
	height: 17px;
	margin-top:-2px;
}
.menu-dialog .title-bar h2 {
	font-size: 14px;
	color: #999;
	font-weight: normal;
	line-height: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	width: auto;
	display: inline;
	white-space: nowrap;
	width:98%;
	margin-left:14px;
}
.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: 12px;
	background: transparent url(../../skin/common_files/css/../images/menu_arrow.gif) no-repeat left center;
}
.menu-dialog .content {
	border: 0;
	background-color:none;
	width:160px;
	margin-top:24px;/*padding: 8px 16px;*/
  /*overflow: hidden;*/
}
.menu-dialog .content a {
	color: #044a5c;
}
.menu-dialog .content a:hover {
	color: #0b7b9a;
}
.menu-dialog ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
	width:100%;
}
.menu-dialog ul li {
	padding: 0;
	vertical-align: middle;
}
.menu-dialog .item {
	color: #a56660;
	font-size: 10px;
}
.menu-dialog ul li a {
	font-size: 13px;
	text-decoration: none;
}
.menu-dialog ul li a:hover {
	text-decoration: none;
}
.menu-dialog hr {
	background-color: #999;
}
.menu-dialog .login-text ul li {
	padding: 1px 0;
}
/**
 * Dialog container
 */
.dialog {
	border: 1px solid #acb7c7;
	padding: 0;
	margin: 0 0 0px;
	page-break-inside: avoid;
	float:left;
	width:100%;
}
.dialog .title {
	position: relative;

	color: #a56660;
	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: 0px;
	color: #23333e;
}
.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;
}
/**
 * Dialog with "noborder" class parameter
 */
.noborder {
	border: 0 none;
}
.noborder .content {
	padding: 0;
}
/**********************************
 * Buttons
 **********************************/

/**
 * button-based
 */
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:   arial, helvetica, sans-serif;
	color: #267d9d;
	font-weight: bold;
	font-size: 15px;
	height: 22px;
	line-height: 21px;
}
/**
 * div-based
 */
div.button {
	border: 0 none;
	background: transparent none;
	cursor: pointer;
	margin: 0;
	padding: 0 0px 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:   arial, helvetica, sans-serif;
	color: #267d9d;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	outline-style: none;
}
/**
 * button-based link
 */
button.simple-button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
	height: 15px;
	margin: 3px 0 0;
	padding: 0;
	white-space: nowrap;
	color: #0b7b9a;
	font-size: 14px;
	font-weight:bold;
	line-height: 15px;
	vertical-align: middle;
	outline-style: none;
}
button.simple-button span {
	text-decoration: none;
}
button.simple-button img {
	display: none;
}
/**
 * a-based link
 */
a.simple-button {
	font-size: 14px;
	font-weight:bold;
	white-space: nowrap;
	color: #0b7b9a;
	font-weight: normal;
	margin: 0;
	padding-top:3px;
	line-height: 21px;
	vertical-align: bottom;
	text-decoration: none;
	outline-style: none;
}
a.simple-button:hover {
	color: #cda6a2;
}
/**
 * input-image-based
 */
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-based
 */
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;
}
/*********************************
 * Buttons alternative styles
 *********************************/

/**
 * Highlighted button
 */
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: #0b7b9a;
}
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: #0b7b9a;
}
button.simple-main-button, a.simple-main-button {
	color: #0b7b9a;
}
/**
 * Light button
 */
button.light-button {
}
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: #267d9d;
	font-size: 15px;
}
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 12px;
	color: #267d9d;
	font-size: 13px;
}
/**
 * Delete cart item button
 */
a.simple-delete-button {
	color: #144556;
	text-align:right;
	width:auto;
	font-size:14px;
	font-weight:bold;
	margin:0px auto;
}
a.simple-delete-button span {
	background: transparent url(../../skin/common_files/css/../images/delete_cross.gif) no-repeat left 7px;
	width:100%;
	text-align:left;
	text-indent:13px;
	float:right;
}
/**
 * Delete button w/o icon
 */
a.simple-delete-button-woicon {
	color: #267d9d;
}
/**
 * Add to list... button
 */
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;
}
/**
 * Menu button
 */
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;
}
/**
 * Add2Cart AJAX-based
 */
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: #267d9d;
	font-size: 13px;
}
button.do-add2cart-wait .button-left .progress {

	display: block;
	background: transparent url(../../skin/common_files/css/../images/progress.gif) repeat-x left 5px;
}
/**
 * button(s) containers
 */
.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-box {
	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;*/
}
.add_to_cart_button .buttons-auto-separator a.simple-button {
	margin-right: 0px;
}
.button-up {
	position: relative;
	margin-top: -23px;
	width: 30%;
}
/**
 * popup help link
 */
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;
}
/**
 * cart page
 */
.shipping-method a {
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.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%;
}
/**
 * Gift wrapping
 */
.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: #9f4760;
}
.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
 */
.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: 12px;
	background: transparent url(../../skin/common_files/css/../images/close_images_preview.gif) no-repeat left center;
	padding-left: 12px;
	padding-bottom: 2px;
	font-size: 13px;
	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 #1d647f;
}
.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
 */
.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 {
	vertical-align: top;
	color: #267d9d;
	padding-right: 5px;
}
.data-table td.data-required, td.data-required {
	color: #a45252;
}
.data-table td.data-required {
	padding-right: 4px;
	text-align: center;
	width: 5px;
}
.data-table .error-message {
	color: #a45252;
	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: #a45252;
}
/**
 * Search sort bar
 */
.search-sort-bar {
	vertical-align: middle;
	line-height: 16px;
	height: 16px;
	padding-right: 20px;
	white-space: nowrap;
	margin: 8px 0 30px;
	text-align: right;
}
.search-sort-title {
	padding-right: 6px;
}
.search-sort-cell {
	padding-right: 4px;
}
a.search-sort-link {
	text-decoration: none;
	font-weight:bold;
}
.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;
}
/**
 * Expandable section
 */
.expand-section {
	height: 16px;
	margin: 20px 0;
	vertical-align: middle;
	line-height: 16px;
}
.expand-section img {
	width: 12px;
	height: 12px;
	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: none;
}
/**
 * Pagination mechanism
 */

.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: none;
}
.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: 6px;
}
/**
 * Subheader styles
 */
h3 {
	margin: 0 0 10px;
	color: #a45252;
	font-weight: bold;
	font-size: 13px;
	padding: 0;
	border: 0 none;
	border-bottom: 1px solid #a45252;
}
h3.grey {
	color: #666;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
}
h3.black {
	color: #010101;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
h3.red {
	border-bottom: 1px solid #a45252;
}
h3.separator {
	margin-top: 30px;
}
/**
 * Table head cell
 */
.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
 */
.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;
}
/**
 * Webmaster mode
 */
.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;
}
/**
 * BlockUI plugin (screen overlay) 
 */
.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;
}
/*==============================================================================

  Side-bar styles

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

/**
 * categories list
 */
.menu-categories-list img.icon {
	/*  background: transparent url(../../skin/common_files/css/../images/bg-innerheading.gif) no-repeat left top;*/ display:none;
}
.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: 13px;
}
/**
 * Special menu
 */
.menu-special img.icon {
	background-image: url(../../skin/common_files/css/../images/dingbats_categorie.gif);
}
/**
 * Help menu
 */
.menu-help img.icon {
	background-image: url(../../skin/common_files/css/../images/dingbats_help.gif);
}
/**
 * Minicart
 */
 

.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: #144556;
	font-size: 10px;
}
div.minicart img {
	width: 19px;
	height: 16px;
}
div.minicart .empty b {
/*line-height: 18px;*/
}
div.minicart .empty {
	margin-top:-0px;
}
div.minicart table {
	margin: 0 0 0 1px;
}
div.minicart table tr td {
	color: #144556;
	font-size: 10px;
	padding: 1px;
}
hr.minicart {
	clear: both;
	margin: 5px 0;
	padding: 0;
	height: 0;
}
/**
 * AJAX-based minicart
 */
.ajax-minicart .title-bar {
	position: relative;
	overflow: visible;
}
#content-container .ajax-minicart img.minicart-button {
	background: transparent url(../../skin/common_files/css/../images/cart_button1.png) no-repeat left top;
	width: 38px;
	height: 21px;
	cursor: pointer;
	position: relative;
	/*overflow: hidden;*/
  margin-top: -6px;
	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;
	width: 210px;
	padding: 0px;
	border: 1px solid #267d9d;
	background: #efefef none;
	white-space: normal;
	z-index: 2500;
	font-weight: normal;
	-webkit-box-shadow: 3px 3px 10px #333;
	-moz-box-shadow:3px 3px 10px #333;
	box-shadow: 3px 3px 10px #333;
}
.minicart-box .progress {
	background: transparent url(../../skin/common_files/css/../images/progress.gif) repeat-x left top;
	height: 12px;
}
.minicart-box hr {
	margin-left: 5px;
}
.minicart-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.minicart-box ul li {
	position: relative;
	width:190px;
	margin: 1px 0px;
	background:#eeeeee;
	float:left;
	padding: 3px 8px;
	/*overflow: hidden;*/
  white-space: normal;
	line-height: normal;
}
.minicart-box ul li a.delete {
	padding-left: 10px;
	float:right;
}
.minicart-box ul li a.delete img {
	background: transparent url(../../skin/common_files/css/../images/delete_cross.gif) no-repeat left 7px;
	width: 9px;
	height: 16px;
}
.minicart-box ul li a {
	text-decoration: none;
	white-space: normal !important;
	float:left;
	font-weight: bold;
	font-size: 11px;
	color: black;
}
.minicart-box .price-row {
	margin-top: 2px;
	float:left;
	width:100%;
	text-align:left;
}
.minicart-box input.quantity {
	width: 30px;
	font-size:11px;
}
.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 {
	width:auto;
	background:none;
	padding:0px;
	float:right;
	margin:3px 3px 3px 0px;
}
.minicart-box ul.menu li.view-cart-link a, .minicart-box ul.menu li.checkout-link a {
}
.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 #0b7b9a;
	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: #8d4848;
	font-weight: bold;
	font-size: 13px;
	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 
 */
#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;
}
/**
 * auth box
 */
.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: none;
	font-size: 10px;
}
.menu-dialog .left {
	text-align: left;
}
.menu-dialog .login-text {
	vertical-align: top;
}
.small-note, .small-link {
	color: #267d9d;
	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: none;
}
/**
 * news box styles
 */
.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: none;
}
/**
 * interneka menu
 */
.menu-interneka img.icon {
	background: url(../../skin/common_files/css/../images/dingbats_affiliates.gif) no-repeat;
}
/**
 * Popup-dialog 
 */
div.popup-dialog {
	text-align: left;
	min-width: 300px;
}
/*============================================================================

  page-specific styles

==============================================================================*/
/**
 * category page
 */
.category-description {
	margin-bottom: 15px;
}
.current-category-icon {
	padding: 0;
	height: 100%;
	vertical-align: top;
}
.current-category-icon img {
	margin: 5px;
}
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: none;
	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:30px;
	padding-top:30px;
}
/**
 * Product details page
 */
.product-details {
	position: relative;
	float:left;
}
/*.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: 30px;
}
.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: 13px;
	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: #9e4b4b;
	font-weight: bold;
	font-size: 13px;
	border: 0 none;
	border-bottom: 1px solid #9e4b4b;
}
.product-details .message {
	color: #9e4b4b;
}
.product-details .warning-message {
	color: red;
}
.product-details .customer-message {
	color: #9e4b4b;
	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;
}
/**
 * Product properties table
 */
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: 40px;
}
table.product-properties .product-price {
	color: #010101;
	font-weight: bold;
	font-size: 13px;
}
.property-value select {
	width:43px;
}
table.product-properties .product-price-value {
	color: #9e4b4b;
	font-weight: bold;
	font-size: 13px;
	font-family: verdana;
	white-space: nowrap;
}
table.product-properties .product-market-price {
	color: #787878;
	padding-left: 5px;
	font-size: 13px;
	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 {
}
table.product-properties .product-min-amount, table.product-properties .product-one-quantity {
	font-size: 14px;
}
table.product-properties .separator td {
	height: 18px;
}
/**
 * Send 2 friend section
 */
input.send2friend {
	width: 300px;
}
textarea.send2friend {
	width: 400px;
}
#send_message_box {
	margin-top: 10px;
}
/*********************************
 * Products list
 *********************************/

/**
 * Common styles
 */
.products {
	margin-bottom: 0px;
	margin-top: 0px;
}
.products .image {
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
.products a.see-details {
	display: block;
	text-align: center;
	text-decoration: none;
}
.products .product-title, .product-details .product-title {
	text-decoration: none;
}
.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: 15px;
}
.products .price-value {
	font-weight: bold;
	font-size: 13px;
	color: #9e4b4b;
}
.products .price-save {
	padding: 0;
	margin: 0;
	color: #9e4b4b;
}
.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: #9e4b4b;
	font-weight: bold;
	font-size: 13px;
}
.products .product-price-text {
	font-weight: bold;
	font-size: 15px;
}
.product-price-text input {
	width:25px;
}
.quantity-text {
	color: #818891;
	padding-left: 3px;
}
/**
 * List as list
 */
.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;
}
/**
 * List as multicolumn table
 */
.products-table .product-cell {
	background:  none;
	padding: 0px;
	vertical-align: top;
	vertical-align:bottom;
}
.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: 0px auto;
	width:auto;
	background:#666;
	text-align:center;
	position:relative;
}
.products-table .image img {
	border:solid 0px #CCC;
	padding:0px;
	position:relative;
}
.products-table .image #img_magnify_glass img {
	border:solid 0px #CCC;
	padding:10px;
	position:relative;
}
#magni {
	width:34px;
	height:27px;
	float: right;
	margin:-36px 0px 0px 0px;
	z-index:99999;
	position:relative;
*margin:-39px -0px 0px 0px;
}
.products-table a.see-details {
	text-align: left;
	display: inline;
}
.products-table .sku {
	margin-top: 0px;
}
.products-table .product-title {
	font-size: 29px;
}
.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: 20px;
}
/**
 * Advanced search page
 */
.adv-search table td {
	white-space: nowrap;
	padding: 3px 5px 3px 0;
}
.adv-search table .data-name {
	width: 20%;
	vertical-align: top;
	color: #144556;
	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;
	float:left;
	line-height:32px;
}
/**
 * Register page
 */
.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 page
 */
.cart .item {
	margin: 0 0 30px;
}
.cart .item .image {
	position: relative;
	padding: 3px 0px 3px 0px;
	height: 100%;
}
.cart .details {
	margin-left: 138px;
	vertical-align: top;
	width: 80%;
}
.cart .product-title {
	text-decoration: none;
	font-weight:bold;
}
.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;
	right:103px;
	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;
	background:#d2d2d2;
	padding:5px;
	border: 1px solid #ccc;
	font-size:14px;
	}
div.shipping-method {
 border-bottom: 1px solid #144556;
    color: #144556;
    font-size: 12px;
    font-weight: bold;
    height: 19px;
    margin-bottom: 9px;
    margin-top: 21px;
    text-align: right;
}
th.shipping-method {
	color: #144556;
	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: #144556;
	font-weight: bold;
	padding-right: 8px;
	text-align: left;
}
.totals .total-value {
	white-space: nowrap;
	color: #9e4b4b;
	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: #144556;
	font-weight: normal;
	padding-right: 8px;
	text-transform: uppercase;
	text-align: left;
	font-size:24px;
}
.totals .total{ font-size:14px !important; font-weight:bold !important; height:30px;}
.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: 28px;
	border: 1px solid #ccc;
	font-size:14px;
}
.cart-content tr td, .cart-content tr th {
	padding: 4px 5px;
	height: 23px;
	text-align: left;
	vertical-align: top;
}
.cart-content tr td.summary-cell {
	text-align: left;
	font-weight:bold;
}
.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: #9e4b4b;
	font-weight: bold;
}
.cart-content .cart-column-quantity {
	width: 30px;
}
.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 page
 */
.checkout-payments tr td {
	padding: 2px;
	text-align: left;
}
.checkout-shippings label input {
    margin-top: -3px !important;
    vertical-align: middle;
}
.checkout-payments tr td input{margin: -3px 0 0\9 !important; }
.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;
}
/**
 * Payment wait page
 */
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 page
 */
.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 / cvv2 page
 */
.help-cvv2-images {
	float: right;
	margin: 15px 5px 5px;
}
.help-cvv2-images img {
	float: none;
	display: block;
	margin-bottom: 15px;
}
/**
 * Help / usps test page
 */
.help-usps-test-dir {
	text-decoration: none;
	margin-bottom: 15px;
}
/**
 * Images viewer
 */
.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
 */
.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: 13px;
}
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: 13px;
}
.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;
}
/**
 * 404 error page
 */
.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: none;
}
.error-page .description ul {
	margin: 0;
	padding: 5px 0;
	list-style-position: inside;
}
.error-page .reason {
	font-weight: bold;
	color: #9e4b4b;
}
.error-page .description hr {
	margin: 10px 0 15px;
}
.error-page ul.links {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}
/**
 * PayPal
 */
.paypal-cart-button {
	text-align: right;
	height: 65px;
	margin-right:107px;
}
.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;
}
/**
 * 'Note' box
 */
div.note-box {
	position: absolute;
	border: 1px solid #000;
	background-color: #e3e3e3;
	margin: 0 0 0 30px;
	padding: 3px;
	width: 150px;
	line-height: 15px;
	white-space: normal;/*overflow: hidden;*/
}
/**
 * Printable
 */
.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;
}
/**
 * Buttons
 */
.printable button.button, .printable div.button, .printable a.simple-button {
	display: none;
}
/**
 * Containers
 */
.printable .dialog .title {
	background: transparent none;
}
.title h2 {
	margin: 0;
}
.printable .product-details .dropout-wrapper {
	height: 150px;
}
/**
 * Service styles
 */
.printable .no-print {
	display: none;
}
.printable #content-container, .printable #center-main {
	overflow: visible !important;
}
/**
 * Users online sublayout
 */
.uo-container #content-container {
	padding-bottom: 74px;
}
.uo-container #footer {
	height: 74px;
}
.normal {
	font-weight: normal;
}
/**
 * Admin preview layout
 */
.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' box
 */
.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: #e3e3e3;
	padding: 16px;
	color: #2c3e49;
	margin-bottom: 25px;
}
div.evaluation-notice span.license-warning {
	color: #9e4b4b;
	font-weight: bold;
}
/**
 * Language selectors
 */
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;
}
/**
 * Payment page
 */
#payment-form {
	width: 100%;
	text-align: left;
}
#payment-form .payment-note {
	width: 400px;
}
/**
 * Address book 
 */
ul.address-container {
	text-align: left;
	padding: 0;
	margin: 0;
	float:left;
	width:960px;
}
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;
	float:left;
}
.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 selection
 */
.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 #267d9d;
}
.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;
	margin-right:15px;
}
.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;
}
/**
 * Common checkout styles
 */

.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-login-text {
	font-size: 13px;
	font-weight: 700;
	margin: auto 0;
}
.checkout-login-text a:link, .checkout-login-text a:visited, .checkout-login-text a:hover, .checkout-login-text a:active {
	text-decoration: none;
}
/* Checkout buttons */

.checkout-buttons .checkout-1-button {
	float: right;
}
.checkout-buttons .checkout-3-button, .checkout-buttons .checkout-2-button {
	margin-left: 6px;
	float: right;
}
/**
 * Big main button
 */
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;
	color: #9e4b4b;
	font-weight: 700;
	font-size: 13px;
}
/**
 * Big button
 */
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:#05495c;
	color: #FFFFFF;
	font-size: 13px;
}
/**
 * Big main with arrow button
 */
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: 0px;
}
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;
	color: #9e4b4b;
	font-weight: 700;
	font-size: 13px;
}
ul.simple-list, ul.simple-list-left {
	list-style: none;
	padding: 5px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	font-size:12px;
	background:#efefef;
}
.simple-list-left {
	padding-bottom: 14px;
}
.item-left {
	float: left;
}
.item-right {
	float: right;
}
.paging {
	float: left;
	width:558px;
	margin:6px 0px 0px 0px;
*margin:3px 0px 0px 0px;
	padding:0px;
}
.per-page {
	float: right;
	margin:0px;
	padding:0px;
}
.per-page select {
	width:50px;
	font-size:12px;
}
/**
 * jQuery UI tabs layout change
 * (remove style definitions below to have default UI tabs look & feel)
 */

.ui-tabs {
	padding: 0;
	border: 0 none;
}
.ui-tabs .ui-tabs-panel {
	border-width: 1px;
}
.ui-tabs .ui-widget-header {
	background: transparent none!important;
	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;
}
/*#center-main-prod-detail  h1{ margin:0px; padding:12px  0 0px 4px;}*/
 
 

img.separator {
	width: 100%;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #5F94C0;
}
/*
  Small design fix
*/
.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;
}
/* @font-face {
    font-family: 'PTSansCaptionRegular';
    src: url(../../skin/common_files/css/../images/2column/font/ptc55f-webfont.eot);
    src: url(../../skin/common_files/css/../images/2column/font/ptc55f-webfont.eot?#iefix) format('embedded-opentype'),
         url(../../skin/common_files/css/../images/2column/font/ptc55f-webfont.woff) format('woff'),
         url(../../skin/common_files/css/../images/2column/font/ptc55f-webfont.ttf) format('truetype'),
         url(../../skin/common_files/css/../images/2column/font/ptc55f-webfont.svg#PTSansCaptionRegular) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansCaptionRegular';
    src: url(../../skin/common_files/css/../images/2column/font/ptc55f-webfont.eot);
    src: url(../../skin/common_files/css/../images/2column/font/ptc55f-webfont.eot?#iefix) format('embedded-opentype'),
         url(../../skin/common_files/css/../images/2column/font/ptc55f-webfont.woff) format('woff'),
         url(../../skin/common_files/css/../images/2column/font/ptc55f-webfont.ttf) format('truetype'),
         url(../../skin/common_files/css/../images/2column/font/ptc55f-webfont.svg#PTSansCaptionRegular) format('svg');
    font-weight: normal;
    font-style: normal;

}*/



.tnb-minicart, .tnb-minicart-home {
	font-family: 'PTSansRegular', Helvetica, Verdana, Sans-Serif;
	font-weight:normal;
}
.tnb-minicart {
	width:177px;
	float:left;
	height:30px;
	position:absolute;
	z-index:99999999;
	margin-top:-32px;
	margin-top:-89px;
	right:60px;
	text-align:right;
	font-size:11px;
}
@-moz-document url-prefix() {
.tnb-minicart {
width:170px;
float:left;
height:30px;
position:absolute;
z-index:99999999;
margin-top:-31px;
right:65px;
text-align:right;
font-size:11px;
font-family: 'PTSansRegular' Helvetica, Verdana, Sans-Serif;
}
}
.tnb-minicart-empty {
	width:128px;
	float:left;
	height:30px;
	position:absolute;
	z-index:99999999;
	margin-top:-33px;
*margin-top:-91px;
	right:75px;
	text-align:right;
	font-size:11px;
}
.tnb-minicart .title-bar {
	background:none;
}

.tnb-product-page-minicart-login{width:272px;
	float:left;
	height:30px;
	position:absolute;
	z-index:9999;
	margin-top:-37px; *margin-top:-95px;
	right:255px;
	text-align:right;
	font-size:11px;
	padding-top:6px;}
	


.tnb-minicart-login {
	width:272px;
	float:left;
	height:30px;
	position:absolute;
/*	z-index:99999999; */
	margin-top:-37px;
	right:237px;
	text-align:right;
	font-size:11px;
	padding-top:6px;

}
.tnb-minicart-login-empty {
	width:196px;
*width:110px;
	float:left;
	height:30px;
	position:absolute;
	z-index:99999999;
	margin-top:-38px;
	right:252px;
*right:270px;
	text-align:right;
	font-size:11px;
	padding-top:6px;
}



.tnb-minicart-login .title-bar {
	background:none;
}
.tnb-minicart-home {
	width:244px;
	float:left;
	height:30px;
	position:absolute;
	z-index:99999999;
	margin-top:-850px;
	right:65px;
	text-align:right;
	font-size:11px;
}
@-moz-document url-prefix() {
.tnb-minicart-home {
width:244px;
float:left;
height:30px;
position:absolute;
z-index:99999999;
margin-top:-853px!important;
right:65px;
text-align:right;
font-size:11px;
font-family: 'PTSansRegular' Helvetica, Verdana, Sans-Serif;
}
}
.tnb-minicart-home-empty {
	width:187px;
	float:left;
	height:30px;
	position:absolute;
	z-index:99999999;
	margin-top:-850px;
	right:50px;
	text-align:right;
	font-size:11px;
}
@-moz-document url-prefix() {
.tnb-minicart-home-empty {
width:187px;
float:left;
height:30px;
position:absolute;
z-index:99999999;
margin-top:-848px!important;
right:54px;
text-align:right;
font-size:11px;
font-family: 'PTSansRegular' Helvetica, Verdana, Sans-Serif;
}
}
.tnb-minicart-home-login {
	width:257px;
	float:left;
	height:30px;
	position:absolute;
	z-index:99999999;
	margin-top:-848px;
	right:180px;
	text-align:right;
	font-size:11px;
}
@-moz-document url-prefix() {
.tnb-minicart-home-login {
width:247px;
float:left;
height:30px;
position:absolute;
z-index:99999999;
margin-top:-847px!important;
right:180px;
text-align:right;
font-size:11px;
font-family: 'PTSansRegular' Helvetica, Verdana, Sans-Serif;
}
}
.tnb-minicart-home-login-empty {
	width:217px;
	float:left;
	height:30px;
	position:absolute;
	z-index:99999999;
	margin-top:-849px;
	right:136px;
	text-align:right;
	font-size:11px;
}
@-moz-document url-prefix() {
.tnb-minicart-home-login-empty {
width:217px;
float:left;
height:30px;
position:absolute;
z-index:99999999;
margin-top:-853px!important;
right:145px;
text-align:right;
font-size:11px;
font-family: 'PTSansRegular' Helvetica, Verdana, Sans-Serif;
}
}
.tnb-minicart-home .title-bar {
	background:none;
}
/*.tnb-minicart-home-login { width:195px; float:left; height:30px; position:absolute; z-index:99999999; margin-top:-848px; right:163px; text-align:right; font-size:11px; }
@-moz-document url-prefix() { .tnb-minicart-home-login { width:195px; float:left; height:30px; position:absolute; z-index:99999999; margin-top:-851px; right:163px; text-align:right; font-size:11px; }}*/
.tnb-minicart-home-login .title-bar {
	background:none;
}
.add-to-cart-tnb {
	position: relative;
	width:955px;
	height:40px;
	background-color:#0FF;
	padding:5px;
	background:url(../../skin/common_files/css/../images/add-to-cart-tnb-bg.png) no-repeat;
}
.add-to-cart-tnb ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.add-to-cart-tnb li {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color:#0b7b9a;
	float:left;
	display:block;
	font-weight:bold;
	padding-top: 6px;
}
.add-to-cart-tnb li.pro {
	width:188px;
	text-align:center;
}
.add-to-cart-tnb li.item {
	width:406px;
}
.add-to-cart-tnb li.qty {
	width:120px;
}
.add-to-cart-tnb li.price {
	width:100px;
}
.button-row .light-button span.button-left {
	padding:5px;
}
.gallery-list {
	width:100%;
	
	height:174px;
}

.scroll-pane{height:174px !important; width:100%  !important;}
.gallery-list img {
	margin-right:11px; margin-bottom:10px;
}
.gallery-name {
	width: 100%;
	margin-left:13px;
	font-weight:bold;
	line-height:30px;
}
.gallery-name a {
	font-weight:normal;
	margin-left:10px;
}
.gallery-name img {
	margin-top:-3px;
	margin-left:20px;
}
.gallery-rename {
	width:350px;
	position:absolute;
	background:#E9E9E9;
	padding:25px 10px 15px 10px;
	margin-top:9px;
	-moz-box-shadow:5px 5px 5px #ddd;
	-webkit-box-shadow: 5px 5px 5px #ddd;
	box-shadow:3px 5px 3px #999;
	z-index:99999;
}
.rename-gallery-form {
}
.rename-gallery-form input[type=text] {
	width:189px;
	padding:7px 0px 7px 10px;
}
.rename-gallery-form input[type=submit] {
	background:#05495c;
	color:#FFF;
	border:0px;
	padding:6px 8px;
	text-transform:capitalize;
}
.rename-gallery-form input[type=button] {
	background:#05495c;
	color:#FFF;
	border:0px;
	padding:6px 8px;
	text-transform:capitalize;
}
.popup-form {
}
.popup-imgbox {
	width:170px;
	margin-right:10px;
	float:left;
	margin-bottom:20px;
}
.popup-btn {
	width:98%;
	float:right;
	text-align:right; margin-top:5px;
}
.popup-btn input {
	background:#0b7b9a;
	padding:5px;
	font-size:15px;
	color:#FFF;
	border:none;
}
.popup-imglist {
	width:749px;
	overflow-x:none;
	overflow-y:auto;
	max-height:418px;
	background:#fdfbfb;
	padding-top:10px;
}
.popup-heading {
	width:100%;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 0px;
	text-indent:10px;
	margin:0px 0px 3px 0px;
}
.formbtn {
	background:#0b7b9a;
	padding:5px 15px;
	color:#FFF;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	margin-top:10px;
}
.add-gallery {
	width:100%;
	float:left;
	height:auto;
	background:url(../../skin/common_files/css/../images/bg-add-gallery.png) repeat-x;
}
.email-gallerylist {
	width:90%;
	overflow-x:none;
	overflow-y:auto;
	max-height:76px;
	background:#EFEFEF;
	padding-left:10px;
}
/*.cart-select {position:absolute; margin:-208px 0px 0px 454px}*/
.cart-select {
	position:absolute;
	margin:-92px 0px 0px 453px;
*margin:-116px 0px 0px 465px;
}
.save-to-gallery {
	position: relative;
	width: 350px;
	float:left;
	margin-left:11px;
*margin-left:0px;
}
.save-to-gallery-field {
	width:152px;
	display:block;
	float:left;
	/*margin-left:48px;*/
}
.save-to-gallerybtn {
	background:#0b7b9a;
	padding:3px 4px !important;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	border: 1px solid #c4c4c4;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	float:right;
	width:143px;
	height:25px;
	-webkit-appearance: none;
}
.save-to-gallery-dtl-field {
	width:152px;
	height:33px;
	display:block;
	float:left;
	margin-left:144px;
}
.save-to-gallery-dtl-btn {
	background: none repeat scroll 0 0 #0b7b9a;
	-webkit-appearance: none;
	border: 1px solid #c4c4c4;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	float:right;
	width:131px;
	height:33px;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
     /* put webkit CSS here*/
	 .save-to-gallery-dtl-btn {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:15px;
-webkit-appearance: none;
float:right;
text-indent:-5px;
text-align:center;
}
}
.save-gallery-select {
	/*width:320px;*/
	float:left;
	display:block;
	/*margin-right:15px;
	margin-left:-24px;*/
}
.save-gallery-select-bottom {
	/*width:320px;*/
	float:right;
	display:block;
	/*margin-right:40px;*/
}
.search-save-gallery-select {
	float:right;
	margin-bottom:10px;
}
.continue-search-bt-gallerie {
	float:right;
	background: none repeat scroll 0 0 #0b7b9a;
	line-height: 27px;
	padding:0 5px 3px;
	margin: 0 0 5px;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	border:1px solid #05495c;
}
.continue-search-bt-gallerie a {
	color:#fff;
	text-decoration:none;
	font-size: 18px;
}
.continue-search-bt-gallerie a:hover {
	color:#fff;
}
.continue-search-bt {
	float:right;
	background: none repeat scroll 0 0 #0b7b9a;
	padding:0 5px 3px;
	line-height: 27px;
	margin: 0 0 5px;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	border:1px solid #05495c;
}
.continue-search-bt a {
	color:#fff;
	text-decoration:none;
	font-size: 18px;
}
.continue-search-bt a:hover {
	color:#fff;
}
<!--  {* Vasim Condition Start *}  -->
.on-off { float:left; padding:4px; font-size:11px; text-transform:uppercase; font-weight:bold; display:block; color:#FFFFFF; background:#0b7b9a; margin:7px 0px 0px -45px;}
.on-off:hover {  background:#957C68;}
.on-off a, .on-off a:hover { color:#FFFFFF;}
#fsum{ text-align:left; font-size:16px; margin-top: -21px; float:left;}
.cart-content span.currency{ font-weight:bold;}
.totals .total-value span.currency{ font-weight: bold;}
.megawrapper,.megawrapper1{z-index:1000000 !important;}
.save-to-gallerybtn{left:75px !important;top: -46px !important;}



/*-----------------------------New Css---------------------*/

.header-box {
  height: auto;
}
#header {
  height: auto;
}
#header .header-box {
  width: 100%;
}
#header .header-box .logo {
  margin: 0;
}
div#header {
  height: 167px;
  background: #1c1c1c;
}

#header .header-box .tnb {
  width: 100%;
  bottom: 0 !important;
  top: inherit;
}
#header .header-box {
  height: 167px !important;
  background: #1c1c1c;
  position: relative;
}
#header .header-box .header-top-box {
  position: relative;
  height: 100px !important;
  top: 0px !important;
  max-width:978px;
  width:100%;
  margin:auto;
}

#header .header-box div.logo {
  top: 0px !important;
  margin-right: 0px;
}
#header .header-box div {
  top: 15px !important;
  margin-right: 0px;
  color:#fff;
}
#header .header-box div.tnb {
  top: inherit !important;
  margin-right: 0px;
  background: #383838;
  width:100% !important;
}

#header .header-box div .assistance {
  font-size: 14px;
  margin-left: 116px;
  margin-top: 3px;
}

#header .header-box div a {
  margin-left: 60px;
  position: relative;
  z-index: 888;
}
#header .header-box div.logo a {
  margin-left: 0;
}

#header .header-box div.tnb #solidmenu li a 
{
	margin-left:0px;
}


#header .header-box div.search .search-box {
  width: 100%;
}

#header .header-box div.search {
 top: initial !important;
margin-right: 0px;
position: absolute !important;
right: 0px !important;
left: inherit;
bottom: 14px;
margin-top: 0;
width: 486px !important;
}
#header .header-box div.tnb #solidmenu {
  width: 100% !important;
  display: flex;
  justify-content: center;
}

#footer .box {
  background: transparent;
  background: #1c1c1c;
}



#header .header-box div.tnb #solidmenu li a {
border-right: 0px solid #fff;
background: transparent;
position: relative;
padding: 9px 30px;
width: 100%;
box-sizing: border-box;
}


#header .header-box div.tnb #solidmenu {
  width: 948px !important;
  display: flex;
  justify-content: space-between;
  margin: auto !important;
  float: none;
  max-width: 100%;
}

#header .header-box div.tnb #solidmenu li {
  width: 25%;
  text-align: center;
  box-sizing: border-box;
  position:relative;
}


#header .header-box div.tnb #solidmenu li:after 
{
content:'';
top:0px;
bottom:0px;
width:0;
background:#ff0000;
position:absolute;
display:block;
opacity:0;
transition:all 0.5s ease;

}


#header .header-box div.tnb #solidmenu li:hover:after 
{
	opacity:1;
	transition:all 0.5s ease;
	width:100%;
}



#header .header-box div.tnb #solidmenu li a {
  position: relative;
  z-index: 88;
}

.mega.solidblocktheme {
  background: #383838;
}

.mega.solidblocktheme .column ul li {
  width: 25%;
  padding: 5px 6px;
  font-size: 13px;
  margin: 0;
  border-bottom:0px;
  box-sizing:border-box;
  position:relative;
}


.mega.solidblocktheme .column ul li a 
{
	padding-bottom:0px;
	position:relative;
	z-index:88;
}

.mega.solidblocktheme .column ul li a:hover
{
	color:#fff;
}

.mega.solidblocktheme .column ul li:after 
{
content:'';
top:0px;
bottom:0px;
width:0;
background:#ff0000;
position:absolute;
display:block;
opacity:0;
transition:all 0.5s ease;
left:0px;
}

.mega.solidblocktheme .column ul li:hover:after
{
	opacity:1;
	transition:all 0.5s ease;
	width:100%;
}	


.mega.solidblocktheme .column ul {
  width: 100% !important;
}


#header .header-box div.search .search-box span {
  color: #fff;
  left: 10px;
  top: -26px;
  font-size: 14px;
}
#header .header-box div.search .search-box .text {
  background: #fff;
  width: calc(100% - 41px);
  box-sizing: border-box;
 margin-top: 0;
top: 0;
border-radius: 40px 0px 0px 40px;
}

#header .header-box div.search .search-box .image-button {
position: relative;
width: 41px;
top: 0;
left: 0;
background-size: 100%;
margin-left: 0;
border-radius: 0px 50px 50px 0px;
}
#header .header-box div.search .search-box {
  width: 100%;
  display: flex;
background: #383838;
padding: 2px;
border-radius: 40px;
overflow: hidden;
}

#header .logo img {
  margin-top: 40px !important;
  width: 460px;
  height: auto;
  margin-left: 0;
}

#header .header-box div.logo {
  top: 0px !important;
  margin-right: 0px;
  width: auto;
}


.home-ftr {
  background: #383838;
  box-sizing: border-box;
  padding:60px 0px !important;
  float: left;
}

.home-ftr * 
{
	box-sizing:border-box;
}

.home-ftr .row {
  display: flex;
  flex-grow: 1;
}

.home-ftr .row .about-footer {
  width: 38%;
  text-align: left;
  padding: 0px 15px;
}

.home-ftr .row .about-footer h3 {
  font-size: 70px;
  font-weight: 100;
  color: #AAA;
  border: 0;
}

.home-ftr .row .viapagi-ftr {
  width: 27%;
  text-align: left;
  padding: 0px 15px;
}

.home-ftr .row .explore-art-ftr {
  width: 35%;
  text-align: left;
  padding: 0px 15px;
}


.home-ftr .row .about-footer h4 {
  color: #aaa;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}

.home-ftr .row .about-footer p {
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 300;
}

.home-ftr .row .viapagi-ftr h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 15px;
  margin-top: 51px;
}

.home-ftr .row .viapagi-ftr p {
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 400;
}

.home-ftr .row .viapagi-ftr p a 
{
	color:#f5f5f5;
}

.home-ftr .row .explore-art-ftr h4 {
  color: #aaa;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
  margin-top: 50px;
}

.home-ftr .row .explore-art-ftr .explore-box {
  display: flex;
  margin-bottom: 40px;
}

.home-ftr .row .explore-art-ftr .explore-box .explore-img {
  width: 50%;
  padding-right: 15px;
}

.home-ftr .row .explore-art-ftr .explore-box .explore-img img {
  width: 100%;
  height: 90px;
  object-fit: cover;
}

.home-ftr .row .explore-art-ftr .explore-box .explore-cntnt {
  width: 50%;
}
.home-ftr .row .explore-art-ftr .explore-box .explore-cntnt h3 {
  font-size: 18px;
  color: #f5f5f5;
  font-weight: 100;
  border: 0;
}



.home-ftr .container {
  max-width: 982px;
  width: 100%;
  margin: auto;
}
.home-ftr 
{
	  width: 100%;
}


.head-container {
  width:100%;
  padding: 0px 0px !important;
}

.home-ftr .row .explore-art-ftr .explore-box .explore-cntnt a {
  display: none;
}

#footer .box {
  background: transparent;
  background: #1c1c1c;
  height: auto;
  padding-bottom: 15px;
}

#footer .box .footer-wrap .footer-links a, #footer .box .footer-wrap .footer-links, #footer .box .signature 
{
  color: #fff;
}

#footer {
  height: auto !important;
}
#footer .box .footer-wrap .copyright {
  color: #fff;
}

#footer * 
{
	font-family: 'Roboto', sans-serif !important;
}


#header *
{
	font-family: 'Roboto', sans-serif !important;
}

.home-ftr * 
{
	font-family: 'Roboto', sans-serif !important;
}

.breadcrumb {
  background-color: #1c1c1c;
}
.breadcrumb #location .bread-crumb.last-bread-crumb {
  color: #e32a01;
  font-weight: 600;
}

.subcategories {
  min-height: 30px !important;
  margin-bottom: 10px !important;
}

span.subcategories a {
  color: #fff;
}

span.subcategories .subcategory-name {
  background: #e32a01;
  padding-bottom: 10px;
  margin-bottom:10px;
}
.breadcrumb #location .breadcrumb-homelink {
  color: #e82a00;
  font-weight: 600;
}
.header-acclinks {
  background: #1c1c1c;
  height: 34px;
  width: 100% !important;
  text-align: left;
  padding: 0px 10%;
  box-sizing: border-box;
  margin-top: 0px !important;
}

.header-acclinks .username {
  margin-top: 7px;
}
.header-acclinks .username {
  margin-top: 7px;
  color: #fff;
}

.header-acclinks .username a {
  color: #fff;
}


.header-acclinks .links-login {
  position: relative;
  left: 0 !important;
  float: right;
  padding-top: 10px;
}

.header-acclinks .links-login a {
  color: #fff;
}

#center-main-prod-detail .tnb-minicart-login-empty .menu-dialog.menu-minicart .empty {
  color: #fff;
}
body a
{
	 color: #e72a00;
}
body a:hover {
color:#f44c27;
  text-decoration: none;
}

.save-to-gallerybtn 
{
	background:#e72a00 !important; 
	border:1px solid #e72a00 !important;
}
a.bread-crumb 
{
	color:#f44c27;
	font-weight:600;
}
a:link 
{
	color:#f44c27;
}


.products.products-table .product-cell .product-title-list {
  padding: 6px 0px;
  background: #e72a00;
  color: #fff;
  width: 97%;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 8px;
}

.breadcrumb #location {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.breadcrumb #location div {
  float: right !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.breadcrumb #location div #last_search {
  background: #1c1c1c;
  border: 0;
  color: #fff;
}
.product-details H1 
{
	color:#e72a00;
}

.dialog.noborder .product-details {
  width: 600px;
  max-width: 100%;
  box-sizing: border-box;
}

.dialog.noborder .product-details .productleft {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 20px;
}

.magnifier-popup-link .lightbox {
  width: 52px;
  display: inline-block;
}

.magnifier-popup-link .lightbox img {
  width: 30px;
}
.product-descr .gallery-cart img {
  min-height: 90px;
  width: 100% !important;
}

.product-descr .gallery-cart {
  text-align: center;
}

#center-main-prod-detail .tnb-minicart-login-empty {
  top: 0px !important;
  margin-top: 28px;
  float: right !important;
  right: 0;
}

.search-sort-bar.no-print span a {
  color: #e72a00;
}

.breadcrumb {
  margin-top: 30px;
  float: none;
}
#center-full .breadcrumb {
  margin-top: 0 !important;
}

.links-login-home a {
  color: #fff;
}

.dialog .product-details .productleft .productdetail-name {
  float: none;
  width: 100%;
}

.dialog.noborder .content .product-details {
  width: 100%;
  display: flex;
}


.configurator-shadow .configurator-tabwrap .tabs-content .ui-tabs-nav {
  background: #e72a00 !important;
  margin-top: 0;
  padding: 4px 0px 0 !important;
  margin-bottom: 10px;
  border-radius: 4px 4px 0px 0px;
}

.productright table tr .results_label {
  color:  #e72a00
}

.productright table tr td .button-left {
background: #e72a00 !important;
width: 100%;
padding: 6px 10px;
font-size: 16px;
box-sizing: border-box;
}

.productright table tr td .save-to-gallery-dtl-btn {
  background: #e72a00;
}

.button.main-button.add-to-cart-button {
  width: auto !important;
  padding: 0 !important;
  box-sizing: border-box;
}
.button.main-button.add-to-cart-button .button-right {
  padding-right: 0;
}

#center-full 
{
	float:none;
}

.tnb-minicart-login-empty {
  margin-top: 0;
background: #e72a00;
padding: 8px;
box-sizing: border-box;
width: 138px;
right: 0px;
height: 28px;
margin-top: 28px;
}
.tnb-minicart-login-empty .minicart .empty {
  color: #fff;
}

.header-acclinks .links-login-home {
  color: #fff;
  margin-right: 50px;
  margin-top: 10px;
}
.header-acclinks .links-login-home a 
{
	color:#fff;
}

.dialog.noborder form .data-table {
  background: #f5f5f5;
  padding: 10px;
}

.dialog.noborder form tr .data-name {
  color: #000;
}

.dialog.noborder form tr .data-required {
  color: #e72a00;
}

.dialog.noborder form tr .button-row .button.main-button .button-right {
  background: #e72a00;
}
.dialog.noborder form tr .button-row .button.main-button .button-left 
{
	  background: #e72a00;
}
.header-acclinks .links {
  margin-top: 10px;
  color: #e72a00;
  right: 150px;
}
.header-acclinks .links .login {
  color: #e72a00;
}

.dialog .product-details .productleft .productdetail-name {
  float: none;
  width: 100%;
  color: #000;
}

.product-details .productleft .productby Span 
{
	  color: #e72a00;
}

#header .header-box div.search .search-box {
  width: auto;
  display: flex;
  background: transparent;
  padding: 0;
  border-radius: 50px;
  overflow: auto;
  height: 38px;
  width: 100%;
  
}
#header .header-box div.search .search-box span {
  color: #fff;
  right: 2px;
  top: -29px;
  font-size: 14px;
  left: inherit;
  padding-right: 0;
  display:none;
}

#header .header-box div.search 
{
	display: flex;
justify-content: right;
display: flex;
background: transparent;
padding: 0;
border-radius: 50px;
overflow: inherit;
height: 38px;
width: 100%;
}




#header .header-box div.search .search-box .image-button {
 height: 32px;
width: 33px;
background-size: 85% auto;
margin: 0;
border-radius: 100%;
box-sizing: border-box;
background-color: #e82a00;
text-align: center;
background-position: center;
position: absolute;
right: 2px;
left: inherit;
top: 2px;
}



#header .header-box div.search .search-box .text {
  height: 36px;
  width: 36px;
  border-radius: 36px;
  padding: 0;
float: right;
margin-left: auto;
z-index: 88888;
background: transparent;
transition: all 0.5s ease;
font-size:0px;
cursor:pointer;

}

#header .header-box div.search .search-box .text:focus
{
	  width: 100%;
	  padding:4px 30px 4px 15px;
	  margin-left: auto;
z-index: inherit;
background:#fff;
font-size:15px;
transition: all 0.5s ease;
cursor: inherit;
}


a:link, a:visited, a:active {
  color: #e72900;
  text-decoration: none;
}
.property-value .block_results {
  color: #000;
}

.bread-crumb:hover
{
color:#e72900 !important;
}
.home-left-cnt{
	color:#000 !important;
}
.home-right-cnt{
	color:#000 !important;
}
.home-right-cnt h1,.home{
	color:#000 !important;
}
.home-left-cnt h1,.home{
	color:#000 !important;
}
.home-mid-cnt{color:#000 !important;}
.home-right-cnt .home-cnt a{color:red !important;}
.home-left-cnt .home-cnt a{color:red !important;}
.home-left-cnt span {color:red !important;}
.home-right-cnt span {color:red !important;}
.home-mid-cnt .home-mid{color:red !important;}

.home-left-cnt .arrow-home {
  display: none;
}
.home-right-cnt .arrow-home {
  display: none;
}


.gallery-cart div img
{
	max-height: inherit !important;
	min-height: inherit !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;
}
/* 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: 3px 0px 10px 0px;
  text-align: center;
  vertical-align: middle;
  width:430px; float:left;
}

.magnifier-popup-link a:link,
.magnifier-popup-link a:visited,
.magnifier-popup-link a:hover,
.magnifier-popup-link a:active
{
  text-decoration: underline;
  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: */
/**
 * Wishlist 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:30 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.wishlist-sendlist {
  margin-top: 15px;
}

.wishlist-sendlist .button {
  margin-left: 10px;
  margin-top: -3px;
}

.wishlist-sendlist input.input-email {
  width: 140px;
}
/* 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: */
/**
 * X-Survey 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/27 06:19:38 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* Surveys menu list */
.menu-survey .title-bar img {
  background: url(../../skin/common_files/modules/Survey/../../images/dingbats_categorie.gif) no-repeat;
}

/**
 * Survey page
 */
.survey-name {
  font-weight: bold;
}

.survey-header {
  font-size: 11px;
  padding-bottom: 15px;
}

.menu-survey .survey-header {
  font-size: 10px;
}

.survey-question {
  font-size: 12px;
  font-weight: bold;
  padding: 15px 2px 2px 2px;
}

.menu-survey .survey-question {
  font-size: inherit;
  padding: 0;
}

.survey-answers {
  padding: 2px 2px 5px 20px;
}

.menu-survey .survey-answers {
  padding: 8px 0;
}

.survey-textarea {
  width: 400px;
  height: 150px;
}

.menu-survey .survey-textarea {
  width: 120px;
  height: 60px;
}

.survey-answer {
  padding: 0 25px 15px 0;
  vertical-align: top;
}

.menu-survey .survey-answer {
  padding-bottom: 5px;
}

.survey-answer label {
  display: block;
}

.survey-answer textarea {
  width: 380px;
  height: 100px;
  margin-left: 20px;
}

.menu-survey .survey-answer textarea {
  width: 120px;
  height: 60px;
}

.survey-answer table tr td {
  padding: 3px;
  vertical-align: top;
}

.menu-survey .survey-answer table tr td {
  padding: 1px;
}

.survey-footer {
  font-size: 11px;
}

.menu-survey .survey-footer {
  font-size: 10px;
}

.survey-required {
  color: #b51a00;
  font-weight: bold;
}

.survey-required span {
  color: #b51a00;
  font-size: 10px;
  padding-left: 10px;
  font-weight: bold;
}

/**
 * Survey result page
 */
.survey-result-row {
  padding-left: 10px;
}

.survey-result-row table tr td {
  padding: 1px;
  white-space: nowrap;
}

.survey-result-answer {
  width: 250px;
}

.survey-result-row img.survey-bar {
  vertical-align: middle;
  height: 15px;
  background: transparent url(../../skin/common_files/modules/Survey/../../images/bar.gif) repeat left top;
  float: left;
}

.survey-answer-hl .survey-result-row img.survey-bar {
  background-image: url(../../skin/common_files/modules/Survey/../../images/bar_hl.gif);
}

.survey-bar-label {
  padding-left: 6px;
}
/* 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: */
/**
 * X-Product configurator 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/06/17 10:24:41 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.pconf-cart-list {
  margin-bottom: 30px;
}

.pconf-cart-list table td {
  margin: 0;
  vertical-align: top;
}

.pconf-cart-list table td.pconf-cart-subproduct {
  padding-left: 10px;
  padding-right: 80px;
}

.pconf-cart-list table td.pconf-price-modifier {
  white-space: nowrap;
  text-align: right;
  color: #b51a00;
}

.pconf-cart-list table td.pconf-price {
  white-space: nowrap;
  text-align: right;
  padding-right: 10px;
}

.pconf-negative-price {
  color: #b51800;
}

.pconf-cart-list .subhead-row {
  background: #f1f1f1 none;
}

.pconf-cart-list tr.pconf-cart-total td {
  border-top: 1px solid #dddddd;
}

.pconf-cart-list tr.pconf-cart-total td.pconf-cart-total-name {
  padding-left: 20px;
}

.pconf-cart-list .button-row {
  margin: 0;
  padding-top: 15px;
}

/**
 * Configuration wizard: Step page
 */
.pconf-product-configure .pconf-step-title {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.pconf-product-configure .pconf-step-descr {
  margin: 0;
  padding: 15px 0 0 0;
}

.pconf-slot-configure {
  margin: 0;
  padding: 45px 0 0 0;
}

.pconf-slot-configure-first {
  padding-top: 25px;
}

.pconf-slot-header {
  position: relative;
  vertical-align: top;
  height: 35px;
  background-color: #efebef;
  margin-bottom: 10px;
}

.pconf-slot-configure .pconf-slot-title {
  left: 15px;
  top: 10px;
  font-weight: bold;
  position: absolute;
  margin-top: 0;
}

.pconf-slot-configure .pconf-slot-actions {
  margin: 0;
  padding: 0;
  width: 40%;
  right: 15px;
  top: 10px;
  position: absolute;
}

.pconf-slot-configure .pconf-slot-actions .buttons-row-right {
  padding: 0;
  margin: 0;
}

.pconf-slot-configure .pconf-slot-actions .buttons-row-right a {
  line-height: 14px;
}

.pconf-slot-configure .pconf-slot-descr {
  margin: 0;
  padding: 0 0 10px 0;
}

.pconf-slot-configure .pconf-slot-required {
  font-weight: normal;
  color: #b51a00;
}

.pconf-slot-product .image {
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

.pconf-slot-product-details {
  vertical-align: top;
  padding-left: 20px;
}

.pconf-slot-product-details a.product-title {
  color: #043fa0;
  font-size: 12px;
}

.pconf-price-row {
  padding: 5px 20px 5px 0;
  font-size: 11px;
}

.pconf-price-row .price {
  font-weight: bold;
}

.pconf-price-row .price-value {
  font-weight: bold;
  color: #b51a00;
}

/**
 * Configuration wizard: Products list
 */
.pconf-rules tr td {
  padding: 2px;
  vertical-align: top;
}

.pconf-rules .pconf-rules-or {
  display: block;
}

/**
 * Configuration summary
 */
.pconf-product-summary table.product-properties {
  padding-top: 10px;
  width: auto;
}

.pconf-product-summary table tr td {
  white-space: nowrap;
  padding: 5px 15px 5px 0;
}

.pconf-product-summary table tr td.property-name {
  font-weight: bold;
}

p.pconf-summary {
  font-weight: bold;
  padding-bottom: 15px;
}

.pconf-summary-step {
  position: relative;
  vertical-align: top;
  border: 1px solid #c5d0e1;
  padding: 0;
  margin: 0 0 15px 0;
}

.pconf-summary-step .pconf-step-title {
  height: 26px;
  background: #e2e8f0 none;
  border: 0 none;
  border-bottom: 1px solid #c5d0e1;
  position: relative;
  vertical-align: middle;
  line-height: 25px;
  padding: 0 50px 0 10px;
  position: relative;
  margin: 0;
}

.pconf-summary-step .pconf-step-title .button-row {
  margin: 0;
  position: absolute;
  top: 2px;
  right: 10px;
}

.pconf-summary-slots {
  padding-top: 15px;
}

.pconf-summary-slots .pconf-slot-image,
.pconf-summary-slots .pconf-slot-details
{
  padding: 0 0 38px 0;
}

.pconf-summary-slots .pconf-slot-image {
  text-align: center;
  width: 90px;
}

.pconf-summary-slots .pconf-slot-title {
  font-weight: bold;
}

.pconf-summary-slots a.pconf-slot-product:link,
.pconf-summary-slots a.pconf-slot-product:visited,
.pconf-summary-slots a.pconf-slot-product:hover,
.pconf-summary-slots a.pconf-slot-product:active
{
  font-weight: bold;
  text-decoration: underline;
}

.pconf-summary-slots .pconf-slot-price {
  margin: 10px 0 0 0;
  padding: 0;
}

.pconf-summary-slots .pconf-slot-taxes {
  padding-left: 40px;
}

.pconf-summary-total {
  font-size: 12px;
  height: 40px;
  vertical-align: middle;
}

.pconf-cart-list-checkout {
  margin: 6px 6px 6px 20px;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Recently viewed 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/08/03 15:52:10 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.menu-rviewed-section img.icon {
  background: transparent url(../../skin/common_files/modules/Recently_Viewed/../../images/dingbats_products.gif) no-repeat left top;
}

.menu-rviewed-section div.item {
  margin-bottom: 10px;
}

.menu-rviewed-section div.image {
  float: left;
  margin-right: 10px;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Feature Comparison 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/07/27 11:49:37 igoryan Exp $
 * @link       http: //www.x-cart.com/
 * @see        ____file_see____
 */

/**
 * Comparison list
 */
.fcomp-list .title-bar img {
  background: url(../../skin/common_files/modules/Feature_Comparison/../../images/dingbats_categorie.gif) no-repeat;
}

.fcomp-list .fcomp-subtitle {
  font-weight: 700;
  padding: 0 0 5px;
  margin: 0;
}

.fcomp-list ul {
  margin: 0;
  padding: 0;
}

.fcomp-list ul li {
  padding: 1px 16px 1px 1px;
  margin: 0;
  position: relative;
}

.fcomp-list ul li img.delete-icon {
  position: absolute;
  top: 4px;
  right: 4px;
}

.fcomp-list ul li.fcomp-line {
  padding: 2px 0;
}

.fcomp-list ul li.fcomp-line hr {
  margin: 0;
  border-bottom-color: #dee2e9;
}

ul.fcomp-buttons li {
  margin: 5px 0px 25px 0px;
}

a.fcomp-menu-link {
  font-weight: 400;
  text-decoration: underline;
}

/**
 * Functionality in products list
 */
.fcomp-checkbox-box label {
  white-space: nowrap;
  vertical-align: middle;
}

.fcomp-checkbox-box label * {
  vertical-align: middle;
}

.products-list .fcomp-checkbox-box {
  margin-top: 10px;
  text-align: center;
}

.products-table .fcomp-checkbox-box {
  margin-top: 3px;
}

.fcomp-product-box {
  margin-top: 22px;
}

.fcomp-compare-with-title {
  margin: 15px 0 5px;
}

.fcomp-select-box {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 0;
  height: 24px;
}

.fcomp-select-product {
  width: 200px;
  vertical-align: top;
}

.fcomp-compare-buttons {
  padding: 25px 0;
}

.printable .fcomp-compare-buttons,
.printable .fcomp-checkbox-box,
.printable .fcomp-product-box
{
  display: none;
}

/**
 * Comparison page (classes list)
 */
.fcomp-classes-list .fcomp-class-title {
  background: #eee none;
  font-weight: 700;
  margin-top: 15px;
}

.fcomp-classes-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fcomp-classes-list ul li {
  margin: 0;
  padding: 0 0 0 5px;
}

/**
 * Comparison page (classes list)
 */
.fcomp-toolbar {
  text-align: left;
  white-space: nowrap;
  padding-bottom: 15px;
  margin-right: 20px;
}

.fcomp-show-not-equal {
  width: 24px;
  height: 24px;
  background: transparent url(../../skin/common_files/modules/Feature_Comparison/../../images/nofiltr.png) no-repeat;
}

.fcomp-show-equal {
  width: 24px;
  height: 24px;
  background: transparent url(../../skin/common_files/modules/Feature_Comparison/../../images/filtr.png) no-repeat;
}

.fcomp-axis {
  width: 24px;
  height: 24px;
  background: transparent url(../../skin/common_files/modules/Feature_Comparison/../../images/change.png) no-repeat;
}

.fcomp-popup-link {
  width: 24px;
  height: 24px;
  background: transparent url(../../skin/common_files/modules/Feature_Comparison/../../images/popup.png) no-repeat;
}

.fcomp-removed-features {
  padding-top: 15px;
  padding-bottom: 15px;
}

.fcomp-removed-features span {
  padding-left: 5px;
  padding-right: 5px;
}

span.fcomp-removed-features-title {
  font-weight: 700;
  padding-right: 5px;
}

.fcomp-table .search-sort-bar {
  padding-right: 0;
  margin: 0 0 15px;
}

.fcomp-table table {
  background: #ccc none;
  float: left;
}

.fcomp-table tr td {
  padding: 2px;
}

.fcomp-table tr td.fcomp-corner {
  background: #fff none;
  width: 200px;
}

.fcomp-table tr td.fcomp-title {
  background: #ccc none;
  font-weight: 700;
  text-align: center;
}

.fcomp-table tr td.fcomp-empty {
  background-color: #eee;
}

.fcomp-xy tr td.fcomp-title-h {
  vertical-align: top;
  text-align: center;
  background-color: #eee;
  font-weight: 700;
}

.fcomp-xy tr td.fcomp-title-v {
  vertical-align: middle;
  background-color: #eee;
  white-space: nowrap;
}

.fcomp-yx tr td.fcomp-title-h {
  vertical-align: top;
  text-align: center;
  background-color: #eee;
  font-weight: 700;
}

.fcomp-yx tr td.fcomp-title-v {
  vertical-align: middle;
  background-color: #eee;
  white-space: nowrap;
}

.fcomp-yx tr td.fcomp-title-h a:link,
.fcomp-yx tr td.fcomp-title-h a:visited,
.fcomp-yx tr td.fcomp-title-h a:hover,
.fcomp-yx tr td.fcomp-title-h a:link,
.fcomp-yx tr td.fcomp-title-v a:link,
.fcomp-yx tr td.fcomp-title-v a:visited,
.fcomp-yx tr td.fcomp-title-v a:hover,
.fcomp-yx tr td.fcomp-title-v a:active
{
  font-weight: 700;
}

.fcomp-yx tr td.fcomp-title-h label,
.fcomp-xy tr td.fcomp-title-v label
{
  font-weight: 700;
}

.fcomp-table tr td.fcomp-hl-cell {
  vertical-align: middle;
  background-color: #fff5e4;
  text-align: center;
}

.fcomp-table tr td.fcomp-cell {
  vertical-align: middle;
  background-color: #fff;
  text-align: center;
}

.fcomp-table img.fcomp-yes {
  vertical-align: middle;
  width: 12px;
  height: 9px;
  background: transparent url(../../skin/common_files/modules/Feature_Comparison/../../images/yes.png) no-repeat left top;
}

.fcomp-table img.fcomp-no {
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background: transparent url(../../skin/common_files/modules/Feature_Comparison/../../images/no.png) no-repeat left top;
}

.fcomp-table tr td.fcomp-center-note {
  white-space: nowrap;
  text-align: center;
  background: #fff none;
}

.fcomp-table tr td.fcomp-note {
  text-align: center;
  background: #fff none;
}

.fcomp-table tr td.fcomp-delete-cell {
  white-space: nowrap;
  background: #fff none;
  vertical-align: top;
  line-height: 15px;
}

.fcomp-table tr td.fcomp-delete-cell a:link,
.fcomp-table tr td.fcomp-delete-cell a:visited,
.fcomp-table tr td.fcomp-delete-cell a:hover,
.fcomp-table tr td.fcomp-delete-cell a:active
{
  background: transparent url(../../skin/common_files/modules/Feature_Comparison/../../images/delete_obj.gif) no-repeat left 1px;
  padding-left: 16px;
  display: block;
  height: 15px;
}

/**
 * Choosing page (classes list)
 */
.fcomp-class-cell {
  float: left;
  text-align: center;
}

.fcomp-class-cell a.image:link,
.fcomp-class-cell a.image:visited,
.fcomp-class-cell a.image:hover,
.fcomp-class-cell a.image:active
{
  text-decoration: none;
}

.fcomp-class-cell a:link,
.fcomp-class-cell a:visited,
.fcomp-class-cell a:hover,
.fcomp-class-cell a:active
{
  font-weight: 700;
}

/**
 * Choosing page (options list)
 */
.fcomp-options-table .data-name {
  white-space: nowrap;
}

table.fcomp-options-table td {
  padding-bottom: 15px;
}

table.fcomp-options-table table td {
  padding-bottom: 0;
}

.fcomp-options-label-including {
  padding: 0;
  font-size: 10px;
}

/**
 * Products list popup
 */
.fcomp-popup-dialog .content {
  vertical-align: top;
}

.fcomp-popup-dialog form {
  width: 100%;
}

.fcomp-popup-categories-list {
  width: 48%;
  float: left;
  vertical-align: top;
  padding: 0 0 15px;
}

.fcomp-popup-products-list {
  margin-left: 50%;
  width: 48%;
  vertical-align: top;
  padding: 0 0 15px;
}

.fcomp-popup-column-title {
  font-weight: 700;
}

.fcomp-popup-categories-list select,
.fcomp-popup-products-list select
{
  width: 100%;
}

img.fcomp-in-cart {
  width: 16px;
  height: 18px;
  background: transparent url(../../skin/common_files/modules/Feature_Comparison/images/in_cart.png) no-repeat;
}

img.fcomp-fake-image {
  display: none;
}

img.fcomp-progress-image {
  width: 60px;
  height: 19px;
  background: transparent url(../../skin/common_files/modules/Feature_Comparison/../../images/progress.gif) repeat-x 0 5px;
}

select.fcomp-select-product {
  margin-right: 10px;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Product options 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:30 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* exceptions list */
#exception_msg {
  padding-bottom: 15px;
}

.poptions-exceptions-list {
  padding-bottom: 15px;
}

/* short options list */
.poptions-options-list {
  padding: 1px;
}

.poptions-options-list td {
  padding-right: 10px;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Gift certificates 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____
 */


/**
 * Gift certificate page 
 */
.giftcert-header {
  vertical-align: middle;
  padding-bottom: 15px;
}

.giftcert-header img {
  width: 61px;
  height: 67px;
  background: transparent url(../../skin/common_files/modules/Gift_Certificates/../../images/gift.gif) no-repeat left top;
  float: left;
  margin: 0 15px 15px 0;
}

.giftcert-table .giftcert-title {
  color: #b51a00;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 0 0;
}

.giftcert-table .data-name {
  text-align: right;
}

.giftcert-table .giftcert-subtitle {
  padding-bottom: 30px;
}

.giftcert-table .giftcert-h-separator {
  padding: 15px 0;
}

.giftcert-table .giftcert-h-separator hr {
  border-bottom: 1px solid #ccc;
}

.giftcert-table .buttons-row #preview_button {
  float: left;
}

.giftcert-table .giftcert-delivery-method {
  font-weight: bold;
}

table.data-table tr#preview_template td {
  vertical-align: middle;
}

#preview_template td select {
  margin-right: 20px;
}

/**
 * Cart page 
 */
.giftcert-item .image img {
  width: 84px;
  height: 69px;
  background: transparent url(../../skin/common_files/modules/Gift_Certificates/../../images/gift.gif) no-repeat left top;
}

.giftcert-item .giftcert-item-row .giftcert-item-subtitle {
  padding-right: 3px;
}

.giftcert-item .product-title {
  padding-bottom: 15px;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Upselling products 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:30 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

ul.uproducts {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}

.uproducts li {
  padding: 5px;
  font-weight: bold;
}

ul.uproducts a:link,
ul.uproducts a:visited,
ul.uproducts a:hover,
ul.uproducts a:active
{
  font-weight: bold;
  font-size: 12px;
}

.printable .uproducts {
  display: none;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Wholesale trading 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:30 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

#wl-prices {
  margin-top: 15px;
}

#wl-prices table td {
  padding: 2px 10px;
  background: #eee none;
  white-space: nowrap;
}

#wl-prices table th {
  padding: 2px 10px;
  white-space: nowrap;
  background: #ccc none;
  font-weight: bold;
  text-align: center;
}

#wl-prices div strong {
  color: #112536;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Recommended products 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:30 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

ul.rproducts {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

ul.rproducts li {
  margin: 0;
  padding: 4px 0;
  font-size: 7px;
}

ul.rproducts a:link,
ul.rproducts a:visited,
ul.rproducts a:hover,
ul.rproducts a:active
{
  font-weight: bold;
  font-size: 12px;
}

.printable .rproducts {
  display: none;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Advanced Order 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:28 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

#history-box {
  padding: 5px;
  border: solid 1px #ccc;
	font-size: 10px;
}

#history-box ul {
  padding-left: 20px;
  margin: 0px;
	
}

#history-box li {
  padding: 0;
  margin: 0;
  font-size: 10px;
}

#history-box .subhead {
  color: #000;
  font-size: 10px;
  font-weight: bold;
  padding-top: 3px;
  margin: 0;
}

#history-box .subhead-comment {
  color: #000;
  font-size: 10px;
  font-weight: normal;
  padding: 3px 0;
  margin: 0;
}

#history-box .subhead-note {
  color: #848a94;
  padding: 3px 0;
  font-size: 10px;
}

#history-box .section-subhead {
  color: #b51a00;
  font-size: 10px;
  font-weight: normal;
  padding: 3px 0;
  margin: 0;
}

#history-box p {
  font-size: 10px;
  padding: 0;
  margin: 0;
}

#history-box .status {
  color: #848a94;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Fast Lane 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.4 2010/06/28 08:00:14 igoryan Exp $
 * @link       http: //www.x-cart.com/
 * @see        ____file_see____
 */

/**
 * Checkout page: user profile
 */
.flc-left-dialog {
  width: 49%;
  float: left;
  height: 260px;
}

.flc-right-dialog {
  margin-left: 50%;
  height: 260px;
}

.flc-ext-left-dialog,
.flc-ext-right-dialog
{
  height: 380px;
}

.flc-right-dialog .content {
  vertical-align: middle;
  text-align: center;
  line-height: 184px;
}

.flc-ext-right-dialog .content {
  line-height: 314px;
}

.flc-login-text {
  font-size: 12px;
  font-weight: 700;
  margin: auto 0;
}

.flc-login-text a:link,
.flc-login-text a:visited,
.flc-login-text a:hover,
.flc-login-text a:active
{
  text-decoration: underline;
}

.flc-left-dialog input {
  width: 180px;
}

/**
 * Checkout page: shipping & payment methods
 */
.flc-checkout-container {
  vertical-align: top;
  padding-bottom: 30px;
  width: 100%;
  clear: both;
}

.flc-checkout-container .flc-address {
  vertical-align: top;
  width: 30%;
  float: left;
  overflow: hidden;
}

.flc-checkout-container .flc-checkout-options {
  margin-left: 32%;
  vertical-align: top;
}

.checkout-payments tr td {
  padding: 5px;
  vertical-align: top;
}

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

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

.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-shippings label {
  position: relative;
  display: block;
  padding: 2px;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
}

.checkout-shippings label input {
  vertical-align: middle;
}

.checkout-shippings label span {
  padding-left: 3px;
}

.checkout-shippings label.highlight {
  background: #eee none;
}

/**
 * Checkout page: tabs
 */
div.flc-tabs-container {
  position: relative;
  text-align: right;
  height: 60px;
}

div.flc-tabs {
  position: absolute;
  right: 0;
  top: 0;
}

ul.flc-progress-bar {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.flc-progress-bar li {
  float: left;
  height: 60px;
  width: 150px;
  padding: 0;
  margin: 0;
  text-align: center;
}

div.flc-tab-cart-line {
  vertical-align: top;
  text-align: center;
  height: 30px;
}

div.flc-tab-cart-line img {
  width: 18px;
  height: 13px;
  text-align: center;
  background: transparent url(../../skin/common_files/modules/Fast_Lane_Checkout/../../images/cart_checkout.gif) no-repeat left top;
}

div.flc-tab-marks-line {
  padding: 0;
  height: 10px;
  vertical-align: top;
}

.flc-tab-marks-line div {
  width: 100%;
  height: 6px;
  position: relative;
}

.flc-tab-marks-line img {
  position: absolute;
  background: #a6b1c1 none;
}

.flc-tab-marks-line .flc-tab-line-img1 {
  top: 0;
  right: 50%;
  left: 0;
  width: 50%;
  height: 2px;
}

.flc-tab-marks-line .flc-tab-line-img2 {
  top: 0;
  right: 0;
  left: 50%;
  width: 50%;
  height: 2px;
}

.flc-tab-marks-line .flc-tab-line-img3 {
  top: 2px;
  right: 50%;
  width: 2px;
  height: 4px;
}

.flc-tab-marks-line .flc-tab-first .flc-tab-line-img1 {
  width: 2px;
  left: auto;
}

.flc-tab-marks-line .flc-tab-last .flc-tab-line-img2 {
  background: #FFF none;
}

.flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img1,
.flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img2,
.flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img3,
.flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img1,
.flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img3
{
  background: #ff8600 none;
}

div.flc-tab-links {
  font-weight: 700;
  text-align: center;
  padding: 0 5px;
}

.flc-tab-links a:link,
.flc-tab-links a:visited,
.flc-tab-links a:hover,
.flc-tab-links a:active
{
  text-decoration: underline;
  font-weight: 700;
}

/**
 * Checkout: last step
 */
.flc-checkout-products {
  padding-bottom: 30px;
}

.flc-checkout-box-info {
  padding: 0 0 30px 20px;
  text-align: center;
  padding: 0 5px;
}

.flc-tab-links a:link,
.flc-tab-links a:visited,
.flc-tab-links a:hover,
.flc-tab-links a:active
{
  text-decoration: underline;
  font-weight: 700;
}

.flc-checkout-products {
  padding-bottom: 30px;
}

.flc-checkout-box-info {
  padding: 0 0 30px 20px;
  text-align: left;
}

.flc-checkout-address-left {
  width: 48%;
  float: left;
  vertical-align: top;
  padding-bottom: 15px;
}

.flc-checkout-address-right {
  vertical-align: top;
  margin-left: 50%;
  padding-bottom: 15px;
}

table.flc-checkout-address tr td {
  padding: 2px;
}

.flc-payment-options {
  padding-bottom: 15px;
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
* Light and Lucid (2-columns) CSS stylesheet
*
* @category    X-Cart
* @package     X-Cart
* @subpackage  CSS
* @author      Ruslan R. Fazlyev <rrf@x-cart.com>
* @version     $Id: altskin.css,v 1.20 2010/08/04 04:47:20 igoryan Exp $
* @link        http://www.x-cart.com/
* @see         ____file_see____
*/

html, body {min-width: 960px; text-align: center; background:#ffffff;}
h1 {font-size: 20px; margin:0px 0px 5px 0px; padding:0px; color: #000;}
h1.home {font-size: 23px; color: #0a475b;}
a:focus {outline: none;}
input:focus {outline:none;}
select:focus {outline:none;}
textarea:focus {outline:none;}
a:hover {color: #0b7b9a; text-decoration: none;}
#page-container {border: 0 none; margin: 0 auto; text-align: left; width: 100%; /*z-index:1;*/ position: relative; float: left; background:#fff url(../../skin/2-columns/css/../images/2column/bg-header-btmt.jpg) repeat-x left top;}

#page-container-ipad{border: 0 none; margin: 0 auto; text-align: left; width: 100%; z-index:1; position: relative; float: left; background:#fff url(../../skin/2-columns/css/../images/2column/bg-header-btmt.jpg) repeat-x left top; min-height:3000px;}

.ui-tabs .ui-tabs-nav{float:left !important;}
#tab-subs_3{display:block;}
 
#page-container2 {margin: 0px auto; float: none; width:948px;}
#content-container {float:left;}
.uo-container #content-container {padding-bottom: 107px;}
#left-bar {width: 168px; margin-left: 0; font-size:13px; color:#0a475b;}
#center-main {margin: 0 0 0 0px; width:738px; padding-bottom: 0;}
#footer {height: 74px;}
.uo-container #footer {height: 107px;}
#header .line0 {position: relative; height: 107px; direction: ltr;}
#header {height: 94px; float:left; width:100%; background:#e3e3e3; z-index:9997;}
.header-box {width:948px; float:none; position:relative; height:94px; margin:0px auto; z-index:5000; position:relative;}
#header .logo {width:429px; height:81px; margin:0px 0px 0px -89px; position:relative;}
#header .logo img {margin-top:0px;}
/* .tnb {width:560px; height:59px; position:absolute; right:0px; top:35px; background: url(../../skin/2-columns/css/../../common_files/images/bg-tnbt.jpg) repeat-x;} */
.tnb {width:600px; height:59px; position:absolute; right:0px; top:35px; background: url(../../skin/2-columns/css/../../common_files/images/bg-tnbt.jpg) repeat-x;}
.search-box {margin: 0px 0px 0px 10px; padding:0px; width:200px; float:left; text-align:left;}
.search-box input[type=text] {width:100px; background:url(../../skin/2-columns/css/../images/2column/bg-searchfieldn.jpg) no-repeat; border:0px; padding:5px 0px 7px 10px; font-size:12px;}
.header-acclinks {width:948px; margin:10px auto 0px auto; text-align: left; position:relative; z-index:999;}
.username {width:370px; float:left; text-indent:6px; font-size:12px; color:#0a475b; padding-top:2px;}
.usinghelp a{ float:right; color:#0a475b; *margin-top:-15px;}
.links {width:80px; float:left; text-align:right; font-size:12px; color:#0b7b9a; position:absolute; z-index:100; right:0px;}
.links a {color:#0b7b9a;}
.links-login {width:377px; float:left; text-align:right; font-size:12px; color:#0b7b9a; position:absolute; z-index:100; right:0px;}
.links-login a {color:#0b7b9a; margin-left:10px;}
.links-login-home {width:435px; float:left; text-align:right; font-size:12px; color:#0b7b9a; position:absolute; z-index:100; right:0px;}
.links-login-home a {color:#0b7b9a; margin-left:10px;}
.home-textbig {text-align:center; width:100%; height:39px; margin:65px 0px 10px 0px; position:relative;}
.bannerhome-wrapper {width:978px; float:none; margin:0px auto 0px auto; position:relative;}
.banner-home {width:978px; height:420px; float:none; margin:0px 0px 0px -15px; background: url(../../skin/2-columns/css/../images/2column/bg-banner.png); position:relative;}
.flashbox {width:932px; height:372px; margin:0px;}
#demos {width:932px; height:372px; margin:0px 0px 0px 0px; clear:both; float:none; background-color:transparent;}
.pics {margin:24px 0px 0px 23px; height:372px;}
.feat-text {width:196px; text-align:left; margin:25px 0px 0px 150px; position:relative; color:#a86561; font-size:14px; text-transform:uppercase; font-weight:bold;  }
.feat-text  Span {color:#a66767; padding-left:5px;}
.feat-text a {text-decoration:none; color:#a66767; padding-top:10px;}
.feat-text a:hover {text-decoration:none; color:#e9bebd; padding-top:10px;}
.navbox {text-align:center; padding:0px 0px 0px 0px; z-index:100; margin:0px auto;}
#nav {margin:0px; position:relative; top:421px; left:50%; font-size:1px; z-index:9999;}
#nav a {margin: 0px; padding: 0px; height:12px; display:block; float:left; margin-right:16px; width:12px; border: 0px solid #ccc; background: url(../../skin/2-columns/css/../../common_files/images/home-banner-nav.gif) no-repeat; text-decoration: none; color:#a4b3b8;}
.feat-text, a#enlarge, .navbox{display:none !important;}
#nav a.activeSlide {height:12px; width:12px; background: url(../../skin/2-columns/css/../../common_files/images/home-banner-nav-selected.gif) no-repeat; color:#0b7b9a;}
#nav a:focus {outline: none;}
a#enlarge {margin:0px; width:162px; position:absolute; top:419px; left:629px; background:none; color:#05495c; font-size:14px; text-transform:uppercase; font-weight:bold;}
#enlarge img {padding-right:8px;}
#enlarge Span {color:#19363a;}
a#enlarge1 {width:162px; display:block; float:right; position:relative; background:none; color:#05495c; font-size:14px; text-transform:uppercase; font-weight:bold;}
#enlarge1 img {padding-right:8px;}
#enlarge1 Span1 {color:#19363a;}
a#enlarge2 {width:162px; position:relative; display:block; float:right; background:#0b7b9a; color:#ffffff; font-size:14px; text-transform:uppercase; font-weight:bold;}
#enlarge2 img1 {padding-right:8px;}
#enlarge2 Span1 {color:#0b7b9a;}
/*#header .logo {position: absolute; top: 28px; left: 0; height: 67px; margin: 0 !important;}*/
#header .line1 {height: 30px; margin-left: 250px; width: auto;}
#header .line2 {border: 1px solid #a66767; background: url(../../skin/2-columns/css/../images/2column/header_bg.gif) repeat-x top; margin-left: 250px; width: auto;}
#header .line3 {height: 34px; margin-left: 250px; width: auto;}
.tabs {right: auto; width: auto; text-align: left; left: 1px;}
.tabs ul {margin: 6px 0;}
.tabs li {background: transparent none; height: auto; float: left; margin: 0; padding: 0 46px 0 0; text-align: center; vertical-align: middle;}
.tabs a:link, .tabs a:visited, .tabs a:hover, .tabs a:active {display: inline; background: transparent none; margin: 0; padding: 0; color: #324c76; height: auto; font-size: 13px;}
.tabs a:hover {color: #c2e0e6;}
#header .phones {height: auto; vertical-align: middle; line-height: inherit; color: inherit; right: 14px; top: 0; font-size: inherit; height: 13px; line-height: 13px; padding: 13px 0;}
#header .phones span {color: #542d00; padding-left: 10px;}
#header .phones span.last {padding-left: 0;}
#header .line2 div, #header .line2 span, #header .line2 a:link, #header .line2 a:visited, #header .line2 a:hover, #header .line2 a:active {color: inherit;}
#header div.search {/*left: 13px;*/}
#header a.search:link, #header a.search:visited, #header a.search:hover, #header a.search:active {color: #0b485c !important;}
#header a.search:hover {text-decoration: none !important;}
#header .languages {top: 7px; right: auto; text-align: left; left: 0;}
#header .languages-row strong {font-weight: bold; color: #a56660;}
#header .languages-row a:link, #header .languages-row a:visited, #header .languages-row a:hover, #header .languages-row a:active {font-weight: bold; color: #324c76;}
.homecontent-wrap {width:890px; margin:35px auto 0px auto; text-align:justify; color:#0a475b;}
.homecontent-wrap Div {float:left;}
.homecontent-wrap span {color:#a56660;}
.home-left-cnt {width:220px; float:left; font-size:12px; line-height:20px; text-align:left; text-align:justify;}
h1.home-cnt {width:194px; font-size:16px; font-weight:bold; color:#05495c; text-transform:uppercase; margin:0px 0px 8px 0px; padding:0px; float:left;}
a.arrow-home {width:25px; height:25px; float:left; position:relative; margin-top:-3px;}
.home-cnt a {color:#a56660;}
.home-cnt a:hover {color:#c39ba4;}
.frame {width:236px; height:112px; margin:0px 0px 0px -9px; background: url(../../skin/2-columns/css/../../common_files/images/bg-home-frame.png) no-repeat left top; position:relative;}
.frame img {margin:12px 0px 0px 12px;}
a.home {font-size:16px; font-weight:bold; color:#05495c; text-transform:uppercase; margin:5px 0px 10px 0px; padding:0px; display:block; text-decoration:none;}
a:hover.home {color:#c39ba4;}
.home-mid-cnt {width:365px; float:left; margin-left:42px; line-height:23px;}
/*@-moz-document url-prefix() { .home-mid { word-spacing:1px;} }*/
h1.home-mid {font-size:16px; font-weight:bold; color:#a56660; text-transform:uppercase; margin:0px 0px 8px 0px; padding:0px;}
.home-right-cnt {width:220px; float:left; margin-left:43px; font-size:12px; line-height:20px;}
#header .auth-row {position: absolute; top: 7px; right: 0; color: #2c3e49;}
.auth-row a:link, .auth-row a:visited, .auth-row a:hover, .auth-row a:active {color: #324c76; padding: 0 1px; font-weight: bold; text-decoration: none;}
.auth-row a:hover {color: #a56660;}
.auth-row span {color: #05495c; padding: 0 15px 0 0; font-weight: bold;}
#footer .helpbox {display: block; margin: 0; padding: 10px 0; list-style-type: none; font-size: 13px; font-weight: bold; white-space: nowrap;/*overflow: hidden;*/}
#footer .helpbox li {margin: 0; padding: 0 15px; display: inline; line-height: 14px;}
#footer .helpbox li a:link, #footer .helpbox li a:visited, #footer .helpbox li a:hover, #footer .helpbox li a:active {color: #a56660;}
#footer .helpbox li a:hover {text-decoration: none;}
#footer .subbox {border-top: 0 none; background: transparent none; height: 39px;}
.checkout-container #header {height: 107px;}
.checkout-container #header .line2 {height: 39px;}
.checkout-container #header .line3 {height: 34px;}
.checkout-container #content-container {margin-top: 0px;}
.checkout-container #center-main {margin-left: 0; width: 960px;}
#location {height: auto; font-family:Arial, Helvetica, sans-serif;}
.printable-bar {top: 0; right: 0; width: 20%; text-align: right;}
.printable-bar a:link, .printable-bar a:visited, .printable-bar a:hover, .printable-bar a:active {background-position: left top; padding: 2px 0 2px 20px; font-size: 11px; color: #818891;}
a.bread-crumb:hover, .printable-bar a:hover {color: #818891 !important; text-decoration: none !important;}
.buttons-row-right, .buttons-row, .button-row, .button-row-right, table tr td.buttons-row, table tr td.button-row, table tr td.buttons-row-right, table tr td.button-row-right table.data-table tr td.buttons-row, table.data-table tr td.button-row, table.data-table tr td.buttons-row-right, table.data-table tr td.button-row-right {height: 26px; line-height: 26px;}
button.button {height: auto; /*-moz-box-shadow: 2px 2px 2px #888; -webkit-box-shadow: 2px 2px 2px #888; box-shadow: 2px 2px 2px #888*/
}
button.button .button-right {background: #e3e3e3; text-indent:1px; padding: 0 10px 0 0; height: auto;}
button.button .button-left {background: #e3e3e3; height: auto; line-height: 24px; font-size: 14px;}
button.add-to-cart-button .button-left {background: #e3e3e3; padding: 5px 1px 5px 12px; height: auto; font-weight:normal; text-transform:capitalize; font-size: 19px;}
button.place-order-button .button-left {padding: 8px 44px 8px 15px; *padding: 0px 44px 9px 15px; height:auto; float:left; text-transform:capitalize; 
font-size: 24px; border:solid 1px #e3e3e3;}
button.place-order-button .button-right {width:auto; padding:0px; margin:0px; background:#8e4b5c;}
button.main-button.place-order-button .button-left {background: #0b7b9a url(../../skin/2-columns/css/../../common_files/images/arrow-checkout.gif) no-repeat 181px center;}
.place-order-button {width:214px; float:right; margin-right:12px;}
div.button {padding: 0 0px 0 0;}
div.button div, div.button a:link, div.button a:visited, div.button a:hover, div.button a:active {padding: 0 11px 0 11px; font-size: 17px; color: #044a5c; text-decoration: none;}
button.main-button .button-right {background:#0b7b9a; border:solid 1px #e3e3e3;}
button.main-button .button-left {background:#0b7b9a; color: #fff;}
div.main-button {background:#0b7b9a; padding:3px 0px; border:solid 1px #e3e3e3;}
div.main-button div, div.main-button a:link, div.main-button a:visited, div.main-button a:hover, div.main-button a:active {background:#0b7b9a; color: #fff !important; text-decoration: none !important;}
.color-disc{line-height:16px; margin:10px auto; text-align:center;}
.color-disc a{margin-top:7px; display:block; text-decoration:underline;}
a.clearAll{margin-top:7px; display:block; text-decoration:underline; text-align:center; margin-bottom:20px; margin-top:-10px;}
.checkout-button {line-height: 24px; /*padding: 5px 5px 5px 15px;*/}
.printable #header .line0 {height: 82px;}
button.menu-button {height: 22px;}
button.menu-button .button-right {background: transparent url(../../skin/2-columns/css/../images/2column/but_menu_right.png) no-repeat right top; padding-right: 7px; height: 20px;}
button.menu-button .button-left {background: transparent url(../../skin/2-columns/css/../images/2column/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/2-columns/css/../images/2column/but_menu_right.png) no-repeat right top; padding-right: 7px;}
div.menu-button div, div.menu-button a:link, div.menu-button a:visited, div.menu-button a:hover, div.menu-button a:active {background: transparent url(../../skin/2-columns/css/../images/2column/but_menu_left.png) no-repeat left top; padding: 0 1px 0 8px; line-height: 20px; color: #deedf7 !important; font-size: 10px;}
button.light-button {height: 31px;}
button.light-button .button-right {/*background: transparent url(../../skin/2-columns/css/../images/2column/but_light_right.gif) no-repeat right top;*/
padding: 0 5px 0 0;}
button.light-button .button-left {/*background: transparent url(../../skin/2-columns/css/../images/2column/but_light_left.gif) no-repeat left top;*/
padding: 0px 5px 0px 11px; color: #a66767; line-height: 21px; font-size: 15px;}
div.light-button {padding: 0 5px 0 0; background: transparent url(../../skin/2-columns/css/../images/2column/but_light_right.gif) no-repeat right top;}
div.light-button div, div.light-button a:link, div.light-button a:visited, div.light-button a:hover, div.light-button a:active {background: transparent url(../../skin/2-columns/css/../images/2column/but_light_left.gif) no-repeat left top; padding: 0 5px 0 11px; color: #365f8f !important; font-size: 11px; text-decoration: none !important;}
/**
*  Add2Cart AJAX-based
*/
button.do-add2cart-wait .button-right, button.do-add2cart-success .button-right, button.do-add2cart-error .button-right {border: 1px solid #ccc; background: transparent none; padding: 0; height: 21px;}
button.do-add2cart-wait .button-left, button.do-add2cart-success .button-left, button.do-add2cart-error .button-left {background: transparent none; padding: 0 14px; color: #365f8f; font-size: 13px; height: 21px; line-height: 20px;}
div.checkout-1-button {background: #e3e3e3 !important;}
div.checkout-1-button div, div.checkout-1-button a {background:#e3e3e3 !important; line-height: 30px !important; color: #044a5c !important;}
div.checkout-3-button {background:#0b7b9a!important; font-size:15px;}
div.checkout-3-button div, div.checkout-3-button a {background:#0b7b9a !important; line-height: 30px !important; color: #fff !important; text-decoration: none !important;}
div.drop-out-button {padding-right: 27px; background: transparent url(../../skin/2-columns/css/../images/2column/button_dropdown.gif) no-repeat right top;}
.dropout-box div.light-button div, .dropout-box div.light-button a {line-height: 21px;}
#header div.search{width:200px !important;}
#header input.text{margin-top:23px;}
.search input.image-button {width: 30px; height: 36px; top:23px; left:150px; margin: 0px 0px 0px 3px; background: url(../../skin/2-columns/css/../images/2column/bgn-searchn.jpg) no-repeat left top; position:absolute;}
.menu-dialog .title-bar {}
.menu-categories-list ul li {background: transparent none; padding: 0px 0 3px 0px;}
.menu-categories-list ul li a {font-size: 15px; font-weight: bold;}
.menu-bestsellers ul li a, .menu-manufacturers ul li a {font-size: 13px;}
.menu-minicart.full .title-bar img.icon {background: transparent url(../../skin/2-columns/css/../images/2column/cart_full.gif) no-repeat left top; width: 18px; height: 13px;}
.menu-minicart h2 .minicart-items-label, .menu-minicart h2 .minicart-items-delim {font-weight: normal; font-size:11px;}
.menu-minicart .content ul {margin-left: 26px;}
.menu-minicart .content ul li a {text-decoration: none; color: #05495c; line-height: 20px;}
.menu-minicart .content ul li a:hover {text-decoration: none !important;}
.minicart {display: inline; float: left; margin-left:0px; padding:0px 10px 0px 5px; margin-top:-0px;}
.minicart .empty {display: inline; float: right; padding:0px 10px 0px 0px; font-size:12px; color: #0b7b9a;}
.minicart .full {display: inline; float: left; padding:0px 10px 0px 0px; font-size:11px; color: #0b7b9a;}
hr.minicart {display: none;}
.ajax-minicart .title-bar {}
#content-container .ajax-minicart img.icon {/*position: absolute;*/
width: 18px; height: 13px;}
#content-container .ajax-minicart img.minicart-button {background: transparent url(../../skin/2-columns/css/../images/2column/cart_button1.png) no-repeat left top; width: 45px; height: 25px; cursor: pointer; /* position: absolute; overflow: hidden;*/
top: -4px; left: 0px; margin: 0;}
#content-container .ajax-minicart img.minicart-button-show {background-position: left -25px;}
.ajax-minicart .title-bar h2 {position: absolute; top: 0; left: 0px; right: 0;/*overflow: hidden;*/
}
.ajax-minicart .title-bar img.minicart-button-show {background-position: left -21px;}
.minicart-box {top: 20px;}
.menu-minicart, .menu-special {}
.menu-minicart .title-bar, {}
.menu-special .title-bar {margin-top:-30px;}
.menu-minicart .title-bar h2, .menu-special .title-bar h2 {color: #917B66;}
.news-box {float: right; width: 223px; border: 1px solid #c9d1dc; padding: 12px; margin-left: 30px; margin-bottom: 20px;}
table.data-table td {line-height: 22px;}
.dialog {border: 0 none;}
.dialog .title {padding-left: 0; background: transparent url(../../skin/2-columns/css/../images/2column/list_dialog_bg_right.gif) no-repeat right top !important; height: 32px; border: 0 none;}
.dialog .title h2 {padding-left: 18px; background: transparent url(../../skin/2-columns/css/../images/2column/list_dialog_bg_left.gif) no-repeat left top; height: 32px; line-height: 32px;}
.search-sort-box {width:170px; font-size:13px; color:#98928e; margin-right:20px; position:absolute; top:0px; left:478px; margin-top:-2px;}
.sort-box {width:170px; font-size:13px; color:#98928e; margin-right:20px; position:absolute; top:0px; left:478px; margin-top:-2px;}
.dialog .title div.sort-box {height: 32px;}
.dialog .title div.sort-box .search-sort-bar {margin-top: 8px; margin-bottom: 8px;}
.products .descr, .product-details .details .descr {font-size: 13px;}
.product-title {padding:10px 0px;}
.products a.product-title:link, .products a.product-title:visited, .products a.product-title:hover, .products a.product-title:active, .products .product-title, .product-details .product-title {color: #0b7b9a; font-size: 20px; padding-left:4px;}
a.product-title-list {font-size:15px; font-weight:bold; color: #05495c; padding:10px 0px 3px 0px; display:block; text-align:center; /*width:100%;*/
}
a:hover.product-title-list {color: #a66767;}
.products a.product-title:hover {color: #a66767;}
.products .buy-now .quantity {height: auto; padding-top: 5px;}
.products .buttons-row {margin-top: 15px;}
.products-table .product-cell {padding-left: 0px; padding-right: 0px; text-align:center; font-size:13px; vertical-align:bottom;}
.products-list .product-cell-fccheckbox {text-align: center;}
.products-table .buttons-row, .products-table .button-row {margin-top: 5px;}
.products-table .fcomp-checkbox-box {margin-top: 4px;}
.totals .total {text-transform: none; font-size:18px;}
table.totals td.total-value, table.totals td.total-value-alt {color: #a66767;}
table.product-properties {margin-top: 10px;}
table.product-properties tr td {font-size: 13px; padding-top: 4px; padding-bottom: 4px;}
table.product-properties td.property-name table tr td {white-space: nowrap;}
table.product-properties .product-price {color: #5e6c75; font-size: 20px; font-weight: normal;}
table.product-properties .product-price-value {font-size: 20px; font-weight: normal;}
table.product-properties .product-market-price {font-size: 20px; font-weight: normal;}
.product-price-row .property-name, .product-price-row .property-value {vertical-align: bottom; padding-bottom: 0;}
table.product-properties .product-mprice-row td {padding-top: 0;}
.poptions-product-separator {font-size: 1px; line-height: 1px; height: 10px;}
.product-details .market-price {font-size: 14px; padding: 8px 0;}
.product-details .buttons-row {/*margin-top: 8px;*/
}
.offers-short-list {margin-top: 10px;}
.fancycat-icons-e ul {width: 192px;}
.fancycat-icons-e li ul {left: 181px;}
.fancycat-page-subskin-c #center-main {margin-left: 250px;}
.fancycat-page-subskin-c #left-bar {width: 210px;}
strong.language-code img, .language-code-over {border: solid 1px #aaa !important;}
.iv-box a:link, .iv-box a:visited, .iv-box a:active {color: #0b7b9a;}
.iv-box a:hover {text-decoration: none !important;}
div.news h2 {margin-top: 2px; font-size: 16px; font-weight: 400; font-style: normal;}
div.opc-container h2, div.opc-container h3 {color: #144556;}
/*--------------- Shared basic style for mega drop down menu DIV----------------*/

.mega {width:483px; /*default width of mega menu*/
padding:10px; position:absolute; visibility:hidden; background:#144556;/*-webkit-box-shadow: 5px 5px 5px #666;  
-moz-box-shadow: 5px 5px 5px #666; box-shadow: 5px 5px 5px #666;*/
}
.mega .column { /*each link column within a mega menu*/
float:left; width:49%;}
.mega a {text-decoration:none;}
.mega a[rel]:after { /*add "down.png" to anchor links, or those with a rel attribute */
content:" " url(../../skin/2-columns/css/down.png);}
.mega .column ul {margin:0; width:464px; text-align:left; float:left; margin:15px 0px 10px 0px; padding:0; list-style:none; color:#FFF;}
.mega .column ul li {width:100px; padding:3px; float:left; font-size:14px; margin:0px 0px 2px 10px; border-bottom: 1px solid #a4b3b8; font-family: museo, Helvetica, Verdana, Sans-Serif;}
.mega .ulmenu { /*style any UL within mega menu with class="ulmenu"*/
margin:0; padding:0; border:1px solid gray; border-bottom-width:0; list-style:none; color:#FFF; font-family: museo, Helvetica, Verdana, Sans-Serif; font-weight:bold; font-size:14px;}
.mega .ulmenu a {display:block; width:100%;}
.column a:link {color:#ffffff; display:block; width:100%; padding-bottom:5px; font-family: museo, Helvetica, Verdana, Sans-Serif; font-weight:normal;}
.mega .ulmenu a:hover {background:lightyellow;}
.column a:hover {color:#a4b3b8;}
.column a:visited {color:#ffffff;}
.column a:visited {color:#ffffff;}
.column a:active {color:#fff;}
/* ######### Style for Solid Block Mega Menu ######### */

.solidblocktheme { /*additional mega drop down menu style for this theme*/
padding:0; /*remove default padding inside mega menu*/
}
.megawrapper {}
.megawrapper1 {margin-left:-113px; *margin-left:-113px;}
@-moz-document url-prefix() {.megawrapper1 {margin-left:-116px;}
}
.solidblocktheme p, .solidblocktheme .column {padding:5px; /*add padding inside p and .column elements within mega menu*/
width:auto;}
.product-details {position:relative; padding-bottom:40px;}
.productleft {width:476px; float:left; font-size:13px; line-height:18px;}
.productright {width:470px; float:left;}
.btn-back {width:60px; height:38px; float:left; padding-top:2px; margin:0px 14px 12px 0px;}
.product-details H1 {font-size:30px; color:#a66767; width:402px; float:left; font-weight:normal; margin:0px; padding:0px 0 6px 0; line-height: 27px;}
.productby {font-style:italic; color:#a66767; line-height: normal;}
.productby Span {color:#0b7b9a; font-weight:normal; font-style:normal; font-size:16px; padding:0px 18px 0px 2px;}
.productby H2 {}
.configurator-form {width:470px; float:left; margin:0px; padding:0px;}
.configurator-shadow {width:464px; float:right; position:relative; margin-right:-16px; background: url(../../skin/2-columns/css/../../common_files/images/bg-configurator.png) repeat-y left top; padding-bottom:30px;}
.configurator-btm-shadow {width:464px; height:28px; float:right; position:relative; margin-right:-16px; background: url(../../skin/2-columns/css/../../common_files/images/bg-configurator-btm.png) no-repeat left top;}
.configurator-tabwrap {width:436px; float:left; margin:0px 0px 0px 13px; border-left:solid 1px #a4b3b8; border-right:solid 1px #a4b3b8; border-top:0px; border-bottom:0px;}
.productTable .image-box {}
#frame_preview_close {text-align: center; float: right; width: 70px; padding-top: 5px; height: 25px; background-color: #a4b3b8; color: white; font-size: 15px; font-weight: bold;}
#customToolTip {position: absolute; background-color: white; margin-top: -350px;  *margin-top: -475px; z-index: 9999; border: 2px solid #a4b3b8; display: none; margin-left: 65px; left: 0;}
#toolTipImg {display: block;}

#framed_preview div {overflow: hidden; float: left;}

#product_thumbnail{border: 1px solid rgb(204, 204, 204); padding: 35px; padding: 35px;}

.preview_top,
.preview_btm,
.preview_left,
.preview_right{width: 0px; height: 0px;}

.preview_left{clear: left;}
.preview_right{clear: right;}

/*
$('.preview_top, .preview_btm, .preview_left, .preview_right').css({'width': '0px', 'height': '0px'}); 
$('#product_thumbnail').css({'padding' : '35px',
'margin' : '0px'
});*/


/*gate6 css*/

@font-face {font-family: museo; font-weight: normal; src: url(../../skin/2-columns/css/../images/2column/font/style_154926.eot);}
@font-face {font-family: museo; font-weight: normal; src: url(../../skin/2-columns/css/../images/2column/font/museo300-regular.otf) format("opentype");}
@font-face {font-family: 'PTSansRegular'; src: url(../../skin/2-columns/css/../images/2column/font/PTS55F-webfont.eot); src: url(../images/2column/font/PTS55F-webfont.eot?#iefix) format('embedded-opentype'),  url(../images/2column/font/PTS55F-webfont.ttf) format('truetype'),  url(../images/2column/font/PTS55F-webfont.svg#PTSansCaptionRegular) format('svg'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'PTSansCaptionRegular'; src: url(../../skin/2-columns/css/../images/2column/font/PTC55F-webfont.eot); src: url(../images/2column/font/PTC55F-webfont.eot?#iefix) format('embedded-opentype'),  url(../images/2column/font/PTC55F-webfont.ttf) format('truetype'),  url(../images/2column/font/PTC55F-webfont.svg#PTSansCaptionRegular) format('svg'); font-weight: normal; font-style: normal;}
.homecontent-left H1, .search-box Span, .solidblockmenu li, .solidblockmenu, #header input.text, .links-login-home {font-family: museo, Helvetica, Verdana, Sans-Serif;}
.homecontent-left .fineart {padding-bottom:10px; font-family: 'PTSansRegular', Arial, sans-serif; text-shadow:1px 1px 1px #ccc; padding-top:0px;}
.homecontent-left .fineart img {margin-left: 3px; margin-right: 3px;}
h2.homecnt-heading {font-family: 'PTSansCaptionRegular', Arial, sans-serif; font-weight:normal;}
.homecontent-right a, .homecontent-left a, .homecontent-left Span, .footer-links, .homecontent-right span, .links a, .links-login a, .links-login-home a, .username, .copyright, .signature, .minicart-items-label, .minicart-items-total, .empty {font-family: 'PTSansRegular', Arial, sans-serif;}
.search-box span {color:#FFF; font-size:12px; padding:8px 8px 10px 3px; position:absolute; float:left; font-family: museo, Helvetica, Verdana, Sans-Serif; left:8px;}
.solidblockmenu {margin: 0px 0px 0px 0px; padding: 0; float: left; font: normal 13px Arial; overflow: hidden;}
.solidblockmenu li {display: inline; font-size:23px;}
.solidblockmenu li a {float: left; color: #fff; padding:9px 0 7px 15px; text-decoration: none; background: url(../../skin/2-columns/css/../../common_files/images/tnb-borders.jpg) no-repeat right top;}
.solidblockmenu li a span{ font-size:12px; display:block}

.solidblockmenu li a:link {color: #fff;}
.solidblockmenu li a img {padding:0px 8px 0px 6px;}
.solidblockmenu li a:visited {color: white;}
.solidblockmenu li a:hover, .solidblockmenu li a.selected { /*Selected Tab style*/
color: white; background:#a4b3b8 url(../../skin/2-columns/css/../../common_files/images/tnb-borders.jpg) no-repeat right top;}
.solidblockmenu li ul li a {color:#ffffff;}
.homecontent-left {float:left; width: 395px; margin-right:17px;}
.homecontent-left H1 {font-size:45px; color:#5d4533; padding:0px; margin:0px 0px 1px 0px; padding-bottom:0px; font-weight:normal; /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='iepngfix.png',sizingMethod=crop);*/
filter:progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=135, Strength=4); text-shadow: 1px 1px 1px #CCCCCC;}
.homecontent-left Span {color:#3a3a3a; font-size:14px; width:100%; float:left; line-height:22px; padding-top:6px;}
.homecontent-left Span cufon {padding-bottom:8px;}
.homecontent-left a {display:block; float:left; width:auto; background: url(../../skin/2-columns/css/../images/2column/arrow.png) no-repeat right 8px; color:#0b7b9a; font-size:15px; margin-top:11px; padding-right:18px;}
.homecontent-left a:hover {color:#e0c3c7;}
.homecontent-right {float:left; width: 248px; margin:4px 0px 29px 20px;}
.homecontent-right H2 {font-size:22px; color:#215c72; margin:0px; padding:0px;}
.homecontent-right H2 Span {color:#ea6001; font-size:20px; padding-bottom:0px; padding-top:3px;}
.homecontent-right Div {margin:4px 0px 12px 0px; padding:0px;}
.homecontent-right Span {font-size:13px; line-height:20px;}
.homecontent-right Span cufon {padding-bottom:3px;}
.homecontent-right a {display:block; float:left; width:auto; background: url(../../skin/2-columns/css/../images/2column/arrow.png) no-repeat right 8px; color:#0b7b9a; font-size:15px; margin-top:7px; padding-right:18px;}
.homecontent-right a:hover {color:#e0c3c7;}
.results_label {font-weight: normal; padding-right:10px;}
.footer-links {font-size:11px; font-weight:bold; text-transform:uppercase; font-weight:bold;}
.footer-links a {color:#0b485c; text-decoration:none; font-weight:bold;}
.footer-links a:hover {color:#e0c3c7; text-decoration:none;}
.signature {font-size:11px; color:#223039; font-style:italic;}
.copyright {font-size:12px; color:#223039; font-style:italic;}
#product_avail {font-size:12px; padding:4px; margin:0px 5px;}
.product-input {font-size:15px;}
.block_results {}
.block_noresults {width:436px; text-align:center; font-size:20px; color:#0b7b9a;}
.product-descr {width:480px; float:left;}
.art-wrap-with-frame {width:474px; float:left; margin: 10px 0px;}
.art-wrap-without-frame {float:none; margin: 10px auto; padding:37px; border:solid 1px #ddd; text-align:center;}
.subcategory-name {width:100%; padding:10px 0px 1px 0px;}
.subcategory-name a {font-size: 15px; font-weight: bold; color: #0b7b9a;}
.subcategory-name a:hover {color:#e0c3c7;}
.subcategories {font-size:11px;}
.link-trnsfr-galry {width:190px; position:absolute; margin:6px 0px 0px 750px; *margin:6px 0px 0px -200px; font-size:12px;}
/*.colors-scroll { width:150px; height:150px; overflow:auto; margin-bottom:50px; margin-top:20px; padding-right:15px; -moz-appearance: none !important; 
scrollbar-3dlight-color:#cccccc; scrollbar-arrow-color:#EEEEF4; scrollbar-base-color:#cccccc; scrollbar-darkshadow-color:#cccccc; scrollbar-face-color:#cccccc; scrollbar-highlight-color:#cccccc; scrollbar-shadow-color:#cccccc; scrollbar-track-color:#EEEEF4; 
}*/

.head-lightbox {width:90%; margin:40px auto 10px auto; text-align:center;}
.pics-lightbox {width:932px !important; margin:15px auto !important; float:left; padding: 0px !important;}
.ligntbox-wrapper {width:980px; margin:0px auto; float:none; height:auto; font-family:arial, helvetica, sans-serif; font-size:15px; text-align:left
}





#demos {width:932px; height:372px; margin:0px 0px 0px 0px; clear:both; float:none;}
.feat-text-lb {width:932px; margin:8px auto 25px auto; background: none; position:relative;}
.navbox {text-align:center; padding:0px 0px 0px 0px; z-index:100; margin:0px auto;}
#nav {margin:0px; position:absolute; top:421px; left:50%; font-size:1px;}
.popup_pagination #nav {top:-72px; left:18px; *top:-77px; float:left; *left:18px !important;}
#nav a {margin: 0px; padding: 0px; height:12px; display:block; float:left; margin-right:16px; width:12px; border: 0px solid #ccc; background: url(../../skin/2-columns/css/../../common_files/images/home-banner-nav.gif) no-repeat; text-decoration: none; color:#BFB6A0;}
#nav a.activeSlide {height:12px; width:12px; background: url(../../skin/2-columns/css/../../common_files/images/home-banner-nav-selected.gif) no-repeat; color:#0b7b9a;}
#nav a:focus {outline: none;}
a#enlarge {margin:0px; width:162px; position:absolute; top:419px; left:629px; background:none; color:#05495c; font-size:14px; text-transform:uppercase; font-weight:bold;}
#enlarge img {padding-right:8px;}
#enlarge Span {color:#19363a;}
a#enlarge-art {display:block; float:left; position:relative; background:none; color:#19363a; font-size:14px; text-transform:uppercase; font-weight:bold; margin-left:133px; cursor:auto ;}
#enlarge1 img {padding-right:8px;}
#enlarge1 Span1 {color:#0a475b;}
a#enlarge-frame {position:relative; display:block; float:right; color:#0b7b9a; font-size:14px; text-transform:uppercase; font-weight:bold; margin-right:133px;}
#enlarge2 img1 {padding-right:8px;}
#enlarge2 Span1 {color:#0a475b;}
.prev-poup {width:27px; height:64px; z-index:9999; position:absolute; left:1px; top:279px;}
.next-popup {width:27px; height:64px; z-index:9999; position:absolute; right:3px; top:279px;}
.prev {width:27px;}
.next {width:27px;}
.bottom-box {width:932px; margin:20px auto 40px auto; float:none;}
.bottom-box .center {margin:0px 38px; padding-top:20px;}
.popup_pagination #nav a {font-size: 14px; font-weight:bold; color:#a66767; margin: 0px 4px 0 1px; padding: 0px 4px 5px 4px; float:left; background: none; text-decoration: none; color:#a66767; border:2px solid #fff; border-collapse:collapse; width:auto !important;}
.popup_pagination #nav a.activeSlide {color:#0b7b9a; border:2px solid #0b7b9a; padding: 0px 4px 5px 4px; text-align:center; background: none; width:auto !important;}
.popup_pagination #nav a:focus {outline: none;}
.popup_content_area {clear:both; width:978px; float:left; margin-top:25px;}
.popup_content_area .txt {
width: 462px; 
float:left; margin-left:29px; margin-top:-8px; padding-right:7px; background: url(../../skin/2-columns/css/../../common_files/images/plt-right-bdr.png) right no-repeat;}

.popup_content_area .txt p{ padding-right:16px; margin:0px; }

.plt_finishing_txt{ float:right; width:260px; margin-right:23px;}

ul.finishing_point{ margin:0px 0px 0px 22px ; padding:0px; list-style:square; }

.finishing_point li{ font-size:12px; color:#71939b;font-family: arial,helvetica,sans-serif; line-height:37px; font-weight:bold;}


.plt_left_img {width:197px; height:397px; background: url(../../skin/2-columns/css/../../common_files/images/pltfrm_small.jpg) no-repeat; float:left; margin-left:21px;}

.plt_left_img .crft_img{ margin:10px;}

/*   popup banner box */

/*#popup_top_img{ width:979px; height:153px; }*/

.popup_banner_box {background: url(../../skin/2-columns/css/../../common_files/images/popup_inner_box.png) no-repeat scroll 0 0 transparent; float: none; height: 646px; position: relative; width: 978px;}
.popup_banner_box .pics-lightbox {/**margin-top:15px !important; */    
margin: 15px -2px !important;}
.popup_banner_box .pics-lightbox .feat-text-lb {*margin-top:10px !important;}
.popup_banner_hd {background: url(../../skin/2-columns/css/../../common_files/images/pop-up-bg_top_hdbg.jpg) repeat-x; float: none; height: 94px; position: relative; width:100%;}
/*.plt_frame_popup .ui-dialog {top: 33px!important; width:1062px!important; padding:0px !important; 
}*/

#craftsman_slideshow{ width:197px; float:left;}

.pl_desc_heading_txt1{ color:#0b7b9a;  font-size:21px; margin:0px; font-family: 'PTSansRegular', Arial, sans-serif; }

.pl_desc_heading_txt2{ color:#8ea9b0; font-weight:bold; font-size:13px; margin:0px; }

p{ color:#19363a;font-size:13px; line-height:30px; margin:0px; padding-top:5px; padding-left:5px;}

.pause_sldshow_style{ width:45px; height:20px; margin-left: 465px; 
position: relative; float:left; margin-top:44px;}


/*new_pop_up_css 31-01-2012*/	


.popup_banner_hd_new {background: url(../../skin/2-columns/css/../../common_files/images/pop-up-bg_top_hdbg.jpg) repeat-x; float: none; height: 94px; position: relative; width:948px;}


.nonclickable{position:absolute; display:block; width:200px; height:900px; z-index:999; }


.ligntbox-wrapper-popup{width:980px; 
float:left; margin-left:-10px; height:auto; font-family:arial, helvetica, sans-serif; font-size:15px; text-align:left}

.colorsbox input[type=checkbox]{display: block; float:left; height:15px; width:15px; margin-top:4px;}
.colorsbox label img{display: block; text-transform:lowercase; float:right;width:135px;}
.colorsbox label{display:block; height:33px; cursor:pointer;}
#chk_NEUTRALS{display:none;}
/*.colorsbox{width:190px;}
.colorsbox input[type=checkbox]{display: none;}
.colorsbox label { display:block;  cursor: pointer;  padding:5px;  margin:0px 15px 15px 0px; line-height:24px; float:left; width:36px; position:relative;}
.colorsbox label:before {content: "";display: block;width:36px;height:36px;background:#ffffff; border:3px solid #ffffff; box-shadow:0px 0px 5px #333333;}
.colorsbox input[type=checkbox]:checked + label:before {content:""; font-family:arial, helvetica, sans-seriffont-size:13px; color: #004282; text-align: center; line-height: 15px;border:3px solid #000000; box-shadow:0px 0px 5px #000000, inset 0px 0px 0px 2px  #ffffff;}
.colorsbox input[type=checkbox]:checked + label:after{content:"\2714"; position:absolute; right:3px; top:8px; color:#000000; font-size:20px;}
.colorsbox span{display:block; text-align:center; text-transform:lowercase; font-size:11px; line-height:12px; margin-top:8px; width:48px;}

.RED + label:before, .RED:checked + label:before{background:#e41b24;}
.YELLOW + label:before, .YELLOW:checked + label:before{background:#0b7b9a;}*/
/*.JEWEL_TONES + label:before, .JEWEL_TONES:checked + label:before{background: #f3c5bd; background: -moz-linear-gradient(-45deg,  #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #0b7b9a 75%, #c72200 100%); background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f3c5bd), color-stop(50%,#e86c57), color-stop(51%,#ea2803), color-stop(75%,#0b7b9a), color-stop(100%,#c72200)); background: -webkit-linear-gradient(-45deg,  #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#0b7b9a 75%,#c72200 100%); background: -o-linear-gradient(-45deg,  #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#0b7b9a 75%,#c72200 100%); background: -ms-linear-gradient(-45deg,  #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#0b7b9a 75%,#c72200 100%); background: linear-gradient(135deg,  #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#0b7b9a 75%,#c72200 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=1 );}*/
/*.JEWEL_TONES + label:before, .JEWEL_TONES:checked + label:before{background:url(../../skin/2-columns/css/../images/icon-multicolor.jpg) center center no-repeat;}
.NEUTRALS + label:before, .NEUTRALS:checked + label:before{background: #9dd53a; background: -moz-linear-gradient(-45deg,  #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a)); background: -webkit-linear-gradient(-45deg,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); background: -o-linear-gradient(-45deg,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); background: -ms-linear-gradient(-45deg,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); background: linear-gradient(135deg,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=1 );}
.BLACK_WHITE + label:before, .BLACK_WHITE:checked + label:before{background: #000000; background: -moz-linear-gradient(-45deg,  #000000 49%, #ffffff 49%); background: -webkit-gradient(linear, left top, right bottom, color-stop(49%,#000000), color-stop(49%,#ffffff)); background: -webkit-linear-gradient(-45deg,  #000000 49%,#ffffff 49%); background: -o-linear-gradient(-45deg,  #000000 49%,#ffffff 49%); background: -ms-linear-gradient(-45deg,  #000000 49%,#ffffff 49%); background: linear-gradient(135deg,  #000000 49%,#ffffff 49%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 );}
.BLUE + label:before, .BLUE:checked + label:before{background:#4b70b7;}
.GREEN + label:before, .GREEN:checked + label:before{background:#00b35e;}
.ORANGE + label:before, .ORANGE:checked + label:before{background:#f47728;}
.PURPLE + label:before, .PURPLE:checked + label:before{background:#6d36a5;}
.EARTHEN + label:before, .EARTHEN:checked + label:before{background: #f3e2c7; background: -moz-linear-gradient(-45deg,  #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%); background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f3e2c7), color-stop(50%,#c19e67), color-stop(51%,#b68d4c), color-stop(100%,#e9d4b3)); background: -webkit-linear-gradient(-45deg,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); background: -o-linear-gradient(-45deg,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); background: -ms-linear-gradient(-45deg,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); background: linear-gradient(135deg,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=1 );}*/
hr{clear:both;}

#pthumb{position:relative; display:inline-block;}
*#pthumb a#magni, #pthumb a.delete{margin:0px 3px; float:none;}
#pthumb .icons{ display:block; margin:10px auto;}
/*#pthumb a#magni, #pthumb a.delete{position:absolute; height:25px; width:25px; right:20px; bottom:8px;}
#pthumb a#magni{right:50px;}*/
.gallerybtn{ width:490px; float:right;  margin-top:-55px; margin-bottom:-30px; line-height:28px;}
.gallerybtn input{width:100% !important; cursor:pointer; padding:0px !important;}
.gallerybtn input:hover{background:#044a5c;}
#jkmenupop.mega{width:180px !important;}
#jkmenupop.mega .column ul li{float:none !important; width:145px !important;}

.gallery-cart{	
}
.gallery-cart div{display:inline-block; margin:5px 5px 5px 0px;  border: 1px solid rgb(204, 204, 204); padding:2px 2px 5px 2px; cursor:pointer; width:145px; vertical-align:top;text-align:center;}
.gallery-cart div img{display:block; max-width:145px; margin:0px auto 5px auto; height:auto; max-height:100px;}
.gallery-cart label{font-weight:bold; line-height:11px; font-size:11px;cursor:pointer;}
.gallery-cart label input{margin:5px auto 0px auto; display:block;}
.clear{clear:both;}


#delselbuttonspace
{display: none;
position: absolute;
background: rgba(0, 0, 0, 0.7);
padding: 4rem 0;
z-index: 999;
border-radius: 10px;
color: #fff;
width: 50%;
left: 25%;
text-align: center;
}
#delselbuttonspace img{margin-right:15px;}
div.assistance{float:left; text-transform:uppercase; font-family:museo, Helvetica, Verdana, Sans-Serif; font-style:normal; color:#5b4839;font-size: 16px;}
div.assistance + img{float:right;}
/*add this code as per VIAPAGISUP-213*/
#header{ z-index:99999 !important;}.recaptcha { display: block; width: 300px; height: 75px; background: url(../../skin/common_files/modules/reCAPTCHA/css/../images/loading_light.gif) center center no-repeat; } 

.recaptcha.left { float: left; margin-bottom: 20px; } 
.recaptcha.center { margin: 0 auto 20px auto; } 
.recaptcha.right { float: right; margin-bottom: 20px; } 

.g-recaptcha { display: inline-block; } 

/* Optional downsize for mobiles */ 

@media screen and (max-width: 400px) {
	.recaptcha { width: 255px; height: 64px; }
	.g-recaptcha { transform: scale(0.75); -webkit-transform: scale(0.75); transform-origin: 0 0; -webkit-transform-origin: 0 0; }
	background: url(../../skin/common_files/modules/reCAPTCHA/css/../images/loading_light_sm.gif) center center no-repeat;
}
.h0n3yt0th3b33 { opacity: 0; position: absolute; top: 0; left: 0; height: 0; width: 0; z-index: -1; }
