
/*
 *  Source: /home/magexch/public_html/cw/skins/jquery/css/ui-lightness/jquery-ui.custom.css
 */
/*! jQuery UI - v1.9.2 - 2014-02-04
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

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


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


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

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


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

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

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

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

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

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

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

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

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.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; }.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position:-65px -16px;
}
.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: 0; margin: 1px .2em 0 0; border-bottom: 0; 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-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}
body .ui-tooltip { border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS,Tahoma,Verdana,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: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(../../../skins/jquery/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(../../../skins/jquery/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(../../../skins/jquery/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; 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 #ccc; background: #eee; font-weight: bold; color: #f13340; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(../../../skins/jquery/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(../../../skins/jquery/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top 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 #cd0a0a; background: #b81900 url(../../../skins/jquery/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.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; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

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

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../../../skins/jquery/css/ui-lightness/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../../../skins/jquery/css/ui-lightness/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../../../skins/jquery/css/ui-lightness/images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../../../skins/jquery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../../../skins/jquery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../../../skins/jquery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../../../skins/jquery/css/ui-lightness/images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../../../skins/jquery/css/ui-lightness/images/ui-icons_ffd27a_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-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


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

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

/* Overlays */
.ui-widget-overlay { background: #666666 url(../../../skins/jquery/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .5;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(../../../skins/jquery/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .2;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
/*
 *  Source: /home/magexch/public_html/cw/skins/general.css
 */
/*
general
*/
BODY {
    width: 100%;
    margin:0 auto;
}

.clear-both{
    float: none;
    clear: both;
}

#page-container{
    margin: 0 auto;
}

BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT {
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    color: #112536;
    font-size: 11px;
}
INPUT, SELECT, TEXTAREA {
    border: 1px solid #bbbbbb;
    padding: 1px;
    margin: 2px 0px 2px 0px;

}
TABLE, IMG, FRAME {
    BORDER: 0px;
}
FORM {
    MARGIN: 0px;
}
HTML,BODY {
    height: 100%;
    padding: 0px;
    background-color: #FFFFFF;
}
HR {
    /*border-top:  1px solid #687C01;*/
    background-color: #687C01;
    color: #687C01;
    border-left: none;
    border-right: none;
    border-bottom: none;
    height: 1px;
}

H1 {
    margin: 0px;
}
H2 {
    margin: 0px;
    font-size: 16px;
}
H3 {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

A:link,
A:visited,
A:hover,
A:active {
    color: #E65011;
}

A:link,
A:visited,
A:active {
    text-decoration: underline;
}

A.selected:link,
A.selected:visited,
A.selected:hover,
A.selected:active {
    font-weight: bold;
}

.w50 {
    width: 50px;
}
.w75 {
    width: 75px;
}

#product {
    width: 500px;
}

.none {
    display: none;
}

.clear {
    clear: both;
}

.bordered {
    border: 1px solid black;
}

/*
main classes
*/
.main-left {
    float: left;
    width: 180px;
}
.main-right {
    float: left;
    width: 180px;
}
.main-center {
    width: 600px;
    float: left;
    padding: 0px 10px;
}

/*
header
*/

#header .logo{
    float: left;
}

#header .line01{
    height: 27px;
    margin: 0;
    padding: 0;
    text-align: center;
}

#header .line01box1, #header .line01box3{
    float: left;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    height: 17px;
    width: 321px;
    padding-top: 9px;
    padding-right: 3px;
}

#header .line01 .line01box2{
    background: url(../../../skins/images/line01center.gif) no-repeat center top;
    float: left;
    height: 27px;
    width: 332px;
}

#header .auth-row{
    font-size: 10px;
    color: #fff;
    line-height: 27px;
}

#header div.ab_content_image{
    padding: 4px;
}

#header .auth-row a{
    color: #fff;
    text-decoration: none;
    font-size: 10px;
}

#header .auth-row a:hover{
    color: #E96228;
}

.header_logo .logo {
    float: left;
}
.header_logo .auth {
    text-align: right;
    font-size: 12px;
    padding-right: 20px;
    padding-top: 25px;
    float:right;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
}
.header_logo .auth a{
    color: #112536;
}
.header_logo .phone {
    padding-left: 20px;
    float: left;
}
.header_logo .banner {
    float: right;
}

/*
speed bar
*/
.header_line {
    margin-bottom: 10px;
    clear: both;
}

.header_line .lng {
    text-align: right;
    white-space: nowrap;
}
.header_line .layout {
    display: inline;
    text-align: right;
    white-space: nowrap;
    border: 1px solid black;
}

.tabs-left{
    float: left;
    padding: 0;
}

.tabs-right{
    float: right;
    padding: 0;
}

.search{
    float: left;
    font-size: 16px;
    height: 39px;
    line-height: 39px;
    display: block;
    margin-left: 10px;

}

.search form{
    float: left;
}

.valign-middle{
    height: 100%;
    vertical-align: middle;
}

.search input{
    vertical-align: baseline;
    float: left;
}

.search_lang{
    color: #fff;
    font-size: 12pt;
    margin-right: 3px;

    float: left;
}

.line2{
    background: url(../../../skins/images/tabs_bg.gif) repeat-x left top;
    height: 39px;
}

.left{
    float: left;
}

.speed_bar {
    background-image: url(../../../skins/images/speed_bar/bg.gif);
    line-height: 30px;
    text-align: center;
    /*clear: both;*/
    float: left;
}
.speed_bar #last {
    background: none;
}
.speed_bar a:link,
.speed_bar a:visited,
.speed_bar a:hover,
.speed_bar a:active {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    line-height: 30px;
    padding: 0px 10px 0px 10px;
    background-image: url(../../../skins/images/speed_bar/del.gif);
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
.speed_bar a:hover {
    text-decoration: underline;
}
/*
top line
*/
.top_line {
    background-color: #e9e7e7;
    height: 30px;
    margin-bottom: 5px;
}
.top_line .search {
    float: left;
    width: 20%;
    min-width: 160px;
    white-space: nowrap;
    padding-left: 10px;
}
.top_line .auth {
    position: relative;
    float: left;
}
.top_line #forgot_password {
    position: absolute;
    left: 365px;
    top: 18px;
}
.top_line .auth {
    padding-left: 5px;
    white-space: nowrap;
}
.top_line .auth .input_field_1 {
    display: inline;
    clear: none;
}
.top_line .auth .input_field_1 label {
    display: inline;
    float: none;
}
.top_line .language {
    float: right;
    text-align: right;
    padding-right: 10px;
    vertical-align: middle;
}
.top_line:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*
general layout
*/
.layout {
    padding: 7px 0px 0px 10px;
    vertical-align: top;
    width: 100%;
}
.layout .left,
.layout .right {
    width: 160px;
}
.layout .middle{
    padding: 0px 10px 0px 10px;
}

/*
new links
*/
.news_block {
    background: url(../../../skins/images/news/bg.jpg);
    height: 179px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 10px;

}
.news_block .news_row {
    padding: 10px 0px 0px 10px;
    float: left;
    width: 40%;
    height: 65px;
    overflow: hidden;
}
.news .title {
    font-weight: bold;
}

/*
bottom links
*/
.users_online {
    border-top: 1px solid #c2c2c2;
    padding: 10px 0;
}

.bottom_links a:link,
.bottom_links a:visited,
.bottom_links a:hover,
.bottom_links a:active {
    text-decoration: none;
}
.bottom_links a:hover {
    text-decoration: underline;
}
.bottom_line {
    margin-bottom: 10px;
    line-height: 22px;
}

/*
some default tables
*/
table.header {
    padding: 0px;
}
.header_table,

table.header th,
table.header td {
    border-spacing: 0px;
    padding: 0px;
}
table.header tr.subheader td {
    background-color: #dedede;
    text-align: center;
    font-weight: bold;
}
table.header tr.subheader td.right {
    text-align: right;
}
table.header tr.center td {
    text-align: center;
}
table.header_bordered {
    padding: 0px;
    border: 1px solid #cccccc;
}
table.header_bordered th {
    background-color: #cccccc;
    font-weight: bold;
    line-height: 14px;
    white-space: nowrap;
}
table.header_bordered th td {
    border-spacing: 10px;
    padding: 10px;
}

tr.cycle {
    background-color: #e8e8e8;
}
tr.cycle #nobg {
    background-color: #ffffff;
}

/*
input elements
*/
.input_field_small_0,
.input_field_small_1,
.input_field_0,
.input_field_1 {
    line-height: 22px;
    margin: 1px 0px 0px 0px;
    padding: 1px;
    clear: both;
}

.input_field_0.cycle,
.input_field_1.cycle {
    background-color: #e8e8e8;
}
.input_field_easy_0_0,
.input_field_easy_0_1,
.input_field_easy_1_0,
.input_field_easy_0_1,
.input_field_easy_1_1 {
    display: inline;
}

.input_field_0.left,
.input_field_1.left,
.input_field_easy_1_0.left,
.input_field_easy_0_0.left,
.input_field_easy_1_1.left,
.input_field_easy_0_1.left {
    float: left;
}
.input_field_0.right,
.input_field_1.right,
.input_field_easy_1_0.right,
.input_field_easy_0_0.right,
.input_field_easy_1_1.right,
.input_field_easy_0_1.right {
    float: right;
}

.input_field_easy_1_1 label,
.input_field_easy_0_1 label {
    font-weight: bold;
    line-height: 22px;
}
.input_field_small_1 label,
.input_field_1 label {
    line-height: 22px;
    vertical-align: baseline;
    display: block;
    padding: 0px;
    padding: 1px 0px 0px 0px;
    height: 100%;
}

.input_field_easy_1_0 label,
.input_field_easy_0_0 label {
    line-height: 22px;
}

.input_field_small_0 label,
.input_field_0 label {
    line-height: 22px;
    vertical-align: baseline;
    display: block;
    padding: 0px;
    padding: 1px 0px 0px 0px;
}

.input_field_small_0 label,
.input_field_small_1 label,
.input_field_1 label,
.input_field_0 label {
    display: inline-block;
    width: 175px;
/* kornev, for ie6*/
    margin: 1px;
}
.input_field_easy_1_1 label,
.input_field_easy_1_0 label {
    padding: 0px 5px 0px 5px;
}
.input_field_easy_0_1 label,
.input_field_easy_0_0 label {
    padding: 0px 5px 0px 0px;
}
.input_field_easy_1_1.right_al {
    text-align: right;
}
.input_field_easy_1_1.right_al.with_back.big_one,
.input_field_easy_1_1.right_al.big_one {
    font-size: 13px;
}
.input_field_easy_1_1.right_al.with_back {
    background-color: #eeeeee;
}

.input_field_small_0:after,
.input_field_small_1:after,
.input_field_0:after,
.input_field_1:after,
.input_field_easy_0_0:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.input_field_small_0,
.input_field_small_1,
.input_field_small_0 label,
.input_field_small_1 label {
    line-height: 12px;
}

.right_floated {
    float: right;
}
.left_floated {
    float: left;
}

.field_error {
    color: #bb0000;
}
.field_no_error {
    color: #00bb00;
}

/*
menu classes
*/

.menu{
    margin-bottom: 10px;
}

.menu .title {
    background-repeat: repeat-x;
    line-height: 23px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;

}

.title2{
    background: url(../../../skins/images/menu_head.gif) no-repeat left top;
    margin-right: 5px;
    height: 23px;
}

.title-link{
    margin-left: 10px;
    color: #fff;
    font-size: 13px;
}

.menu.orange .title-link{

}

.menu.cart .content .items,
.menu.cart .content .total{
    padding:0 10px;
    padding-top: 5px;
}

.menu.cart .content{
    padding-top: 1px;
}

.menu.cart .content .items{

    border-top: 1px solid #D4D5C0;
}

.menu.cart ul{
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.menu.cart li a{
    text-decoration: none;
}


.footer_m{
    background: url(../../../skins/images/content_foot_menu_left.gif) no-repeat scroll left bottom transparent;
    height: 6px;
}

.menu.manuf .content {
    text-align: center;
}

.menu.orange {
    /*border: 1px solid #e62b00;*/
}
.menu.orange .title {
    background: url(../../../skins/images/menu/bg_orange.gif);
    background-repeat: repeat-x;
    background-color: #eb3800;
}

.menu.simple {
    /*border: 1px solid #b3b3b3;*/
    margin-bottom: 10px;
}
.menu.simple .title {
    /*display: none;*/
}
.menu.simple .content {
    padding: 5px 5px 7px 5px;
    background: #F3F4DF;
}

.menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu li{
    padding-left: 15px;
    line-height: 18px;
    background-image: url(../../../skins/images/arrow-menu-entry.png);
    background-repeat: no-repeat;
    background-position: 0px -2px;
}
.menu.manuf a:link,
.menu.manuf a:visited,
.menu.manuf a:hover,
.menu.manuf a:active,
.menu.presearch a:link,
.menu.presearch a:visited,
.menu.presearch a:hover,
.menu.presearch a:active {
    display: block;
}
.menu.manuf a:link,
.menu.manuf a:visited,
.menu.manuf a:hover,
.menu.manuf a:active {
    padding: 0px;
    background: none;
}


.password_recovery {
    padding-top: 0px;
    width: 100%;
    float:none;
}

/*
dialog classes
*/
.dialog_title {
    padding: 10px 0px 10px 0px;
}

.section {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    /*border: 1px solid #b3b3b3;*/
}
.section .title {
    /*margin: 2px;*/
    background-repeat: repeat-x;
    /*border-bottom: 1px solid #b3b3b3;*/
    line-height: 20px;
    font-weight: bold;
    font-size: 11px;
    vertical-align: middle;

}

.section.featured_products .content {
    padding: 0px;
}

.section.product .title{
    color: #fff;
}

.section.simple .title {
    margin: 2px;
    background: #dedede;
    border: 1px solid #b3b3b3;
    line-height: 20px;
    color: #595959;
    font-weight: bold;
    font-size: 10px;
    padding-left: 10px;
    text-align: left;
}

.section.hot_deal:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.section.featured a:link,
.section.featured a:visited,
.section.featured a:hover,
.section.featured a:active {
    padding-left: 15px;
    line-height: 18px;
    background-image: url(../../../skins/images/menu/bullet_1.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.subheader {
    line-height: 18px;
    height: 18px;
    padding-top: 10px;
    border-bottom: #c2c2c2 1px solid;
}
.subheader_left {
    color: #112536;
    font-weight: bold;
    font-size: 11px;
    float: left;
    margin-bottom: 10px;
}
.subheader_right {
    text-align: right;
    float: right;
}
.subheader_left.grey {
    color: #444444;
}

/*
buttons
*/
.cart_butt .button.simple,
.cart_butt a.button.simple:link,
.cart_butt a.button.simple:visited,
.cart_butt a.button.simple:hover,
.cart_butt a.button.simple:active {
    cursor: pointer;
    padding: 2px 30px 2px 10px;
    line-height: 18px;
    background: url(../../../skins/images/delete_cross.gif) no-repeat 0 8px;
    white-space: nowrap;
    color: #112536;
    float: left;
    margin-left: 20px;
    text-decoration: underline;
}



.button.simple,
a.button.simple:link,
a.button.simple:visited,
a.button.simple:hover,
a.button.simple:active {
    cursor: pointer;
    padding: 2px 0px 2px 0px;
    line-height: 18px;
    /*background: url(../../../skins/images/but_arrow.png) no-repeat 0 3px;*/
    white-space: nowrap;
    color: #112536;
    text-decoration: underline;
}

.auth .button.simple,
.auth a.button.simple:link,
.auth a.button.simple:visited,
.auth a.button.simple:hover,
.auth a.button.simple:active {
    cursor: pointer;
    padding: 0;
    line-height: 18px;
   /* background: url(../../../skins/images/buttons/go.gif) no-repeat 100% 0%;*/
    white-space: nowrap;
    background:none;
}

table a.button.wish_list:link,
table a.button.wish_list:visited,
table a.button.wish_list:hover,
table a.button.wish_list:active,
table a.button.btn:link,
table a.button.btn:visited,
table a.button.btn:hover,
table a.button.btn:active {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: 2px;
    text-align: center;
}
.button.wish_list .btc, .info_box .button.btn .btc, .product_info .button.btn .btc, .button.btn .btc{
    padding: 2px;
    background: url(../../../skins/images/buttons/butbg.gif) repeat-x 0% 50%;
        display: inline;
}
.product .button.btn .btc {
    padding: 2px;
    background: url(../../../skins/images/add_to_cart.gif) no-repeat;
    width: 155px;
    height: 38px;
    display: block;
}
.button.wish_list .btl, .info_box .button.btn .btl, .product_info .button.btn .btl, .button.btn .btl{
    padding: 2px;
    background: url(../../../skins/images/buttons/but1.gif) no-repeat 100% 50%;

}


.product .button.btn .btl, .product .button.btn .btr {
    display: none;
}

.product .button.btn .btc .button_title{
    display: none;
}

.info_box .button.btn .btc .button_title, .product_info .button.btn .btc .button_title{

}

.button.wish_list .btr, .info_box .button.btn .btr, .product_info .button.btn .btr, .button.btn .btr{
    padding: 2px;
    background: url(../../../skins/images/buttons/but2.gif) no-repeat 0% 50%;

}

a.button.top:link,
a.button.top:visited,
a.button.top:hover,
a.button.top:active {
    color: #595959;
    text-decoration: none;
    font-weight: normal;
    white-space: nowrap;
    vertical-align: 2px;
}
.button.top .btc {
    padding: 2px;
    background: url(../../../skins/images/buttons/top_butbg.gif) repeat-x 0% 50%;
}
.button.top .btl {
    padding: 2px;
    background: url(../../../skins/images/buttons/top_but1.gif) no-repeat 100% 50%;
}
.button.top .btr {
    padding: 2px;
    background: url(../../../skins/images/buttons/top_but2.gif) no-repeat 0% 50%;

}

.button .go span{
    height: 24px;
    font-size: 14px;
    font-weight: bold;
}

.button.go .btc {
    padding: 0 2px;
    background: url(../../../skins/images/go_search.gif) no-repeat center top;
    width: 48px;
    height: 24px;
    font-size: 0px;
    font-weight: bold;
    color: #6C8101;
    text-transform: uppercase;
    display: block;
    margin-top: 8px;
}

a.go{
    margin: 0px 0;
    padding: 1px 0;
    text-decoration: none;
    float: left;
}

/*
tabs
*/
.tabs{
    /*height: 27px;*/
    float: left;
    margin: 0; padding: 0;
}

.top_section_tab, span.section_tab {
    display: block;
    text-align: center;
    cursor: pointer;
    /*background-image: url(../../../skins/images/tab/pr_tabbg.gif);*/
    /*background:url(../../../skins/images/tab.png) no-repeat scroll right -100px transparent;*/
    background: #f0f0f0;
    font-weight: bold;
    border: 1px solid #ddd;
    border-bottom: none;
    /*white-space: nowrap;*/
    padding: 0 15px 0 0;
    margin: 0px 3px 0px 0px;
    line-height: 22px;
    float: left;
    height: 34px;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    behavior: url(../../../skins/PIE.htc);
    position: relative;
}

.top_section_tab_selected, span.section_tab_selected{
    display: block;
    text-align: center;
    cursor: pointer;
    /*background-image: url(../../../skins/images/tab/pr_tabbg.gif);*/
    /*background:url(../../../skins/images/tab.png) no-repeat scroll right -150px transparent;*/
    background: #fff;
    font-weight: bold;
    border: 1px solid #adadad;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    padding: 0 15px 0 0;
    margin: 0px 3px 0px 0px;
    line-height: 22px;
    float: left;
    height: 34px;
    behavior: url(../../../skins/PIE.htc);
    position: relative;
}

a.top_section_tab_selected:link, a.top_section_tab_selected:visited, a.top_section_tab_selected:active,
a.top_section_tab:link, a.top_section_tab:visited, a.top_section_tab:active{
        text-decoration: none;
}

.top_section_tab span, span.section_tab span{
    /*background:url(../../../skins/images/tab.png) no-repeat scroll 0 0 transparent;*/
    height: 20px;
    padding: 7px 0 0 15px;
    line-height: 13px;
    font-size: 11px;
    display: block;
    color: #112536;
    text-decoration: none;
    white-space: nowrap; 
}

.top_section_tab_selected span, span.section_tab_selected span{
    /*background:url(../../../skins/images/tab.png) no-repeat scroll left -50px transparent;*/
    height: 20px;
    padding: 7px 0 0 15px;
    line-height: 13px;
    font-size: 11px;
    display: block;
    color: #112536;
    white-space: nowrap;
    text-decoration: none;
}
.top_section_tab_selected {
    /*display: inline;
    text-align: center;
    cursor: pointer;
    background-image: url(../../../skins/images/tab/pr_tab_abg.gif);
    background-repeat: repeat-x;
    font-weight: bold;
    border-left: 1px solid #b3b2b2;
    border-right: 1px solid #b3b2b2;
    white-space: nowrap;
    padding: 3px 10px 0px 10px;
    margin: 0px 1px 0px 0px;
    line-height: 22px;
    float: left;*/
}
span.section_tab {
    /*text-align: center;
    cursor: pointer;
    background-image: url(../../../skins/images/tab/pr_tabbg.gif);
    background-repeat: repeat-x;
    line-height: 22px;
    font-weight: bold;
    border-left: 1px solid #b3b2b2;
    border-right: 1px solid #b3b2b2;
    white-space: nowrap;
    padding: 0px 5px 0px 5px;
    margin: 0px 1px 0px 0px;
    float: left;*/
}
span.section_tab_selected {
    /*text-align: center;
    cursor: pointer;
    background-image: url(../../../skins/images/tab/pr_tab_abg.gif);
    background-repeat: repeat-x;
    line-height: 22px;
    font-weight: bold;
    border-left: 1px solid #b3b2b2;
    border-right: 1px solid #b3b2b2;
    white-space: nowrap;
    padding: 0px 5px 0px 5px;
    margin: 0px 1px 0px 0px;
    float: left;*/
}

.tab_content_not_selected {
    display: none;
}
.tab_content_selected {
    display: inline;
}
.tab_general_content {
    clear: both;
    overflow: hidden;
}



.menu.item_simple,
a.menu.item_simple:link,
a.menu.item_simple:visited,
a.menu.item_simple:hover,
a.menu.item_simple:active {
    cursor: pointer;
    padding: 2px 30px 2px 10px;
    line-height: 18px;
    white-space: nowrap;
    font-weight: bold;
}

/*
general different classes
*/
.selector_language {
    padding-right: 10px;
    white-space: nowrap;
}
.selector_language SPAN {
    padding-right: 5px;
}

.top_error {
    color: #ff0000;
    text-align: center;
}

/*
document classes
*/
.doc_layout_top.layout,
.doc_layout_middle.layout,
.doc_layout_bottom.layout {
    border: 1px solid black;
}

/*
.doc_layout_top {
    height: auto;
}


.doc_layout_middle {
    height: 200px;
}
.doc_layout_bottom {
    height: 100px;
}
*/
.doc_layout_top,
.doc_layout_middle,
.doc_layout_bottom {
    width: 100%;
    overflow: auto;
    position: relative;
    height: auto!important;
}

.doc_layout_top #doc_title {
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 5px;
}
.doc_layout_top #doc_bank {
    border-bottom: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    text-align: left;
    padding-bottom: 10px;
    margin-top: 10px;
    width: 50%;
}

.doc_layout_top #dc_line_company {
    font-weight: bold;
}
.doc_layout_top #dc_line_vat {
    border-bottom: none;
}

.doc_bank_info #db_line_bank,
.doc_warehouse #dw_line_company {
    font-weight: bold;
}

.doc_layout_top label,
.doc_layout_middle label,
.doc_layout_bottom label {
    font-weight: bold;
}

.doc_shipping_address #dsa_address_title,
.doc_billing_address #dba_address_title {
    font-weight: bold;
    border-bottom: 1px solid black;
}

.doc_reference {
    font-weight: bold;
}

.doc_products_title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.doc_info {
    line-height: 18px;
}

.doc_products {
    border-collapse: collapse;
    border: 1px solid #DDDDDD;
    width: 100%;
}
.doc_products th {
    background-color: #cccccc;
    border: 1px solid #DDDDDD;
    white-space : nowrap;
}
.doc_products td {
    border: 1px solid #DDDDDD;
    white-space : nowrap;
    font-size: 11px;
}

.doc_totals #label {
    font-weight: bold;
    text-align: right;
}
.doc_totals #right {
    text-align: right;
    width: 70px;
    padding-right: 5px;
}

.doc_sales_manager {
    background-color: #cccccc;
    line-height: 22px;
    display: table;
}
.doc_sales_manager #dsm_title {
    text-align: left;
    padding-left: 5px;
    float: left;
    background-color: #cccccc;
    width: 50%;
}
.doc_sales_manager #dsm_total_label {
    font-weight: bold;
    text-align: right;
    float: left;
    width: 50%;
    position: relative;
    left: 70px;
}
.doc_sales_manager #dsm_total_red {
    font-weight: bold;
    background-color: #cccccc;
    text-align: right;
    width: 70px;
    padding-right: 5px;
    color: #bb0000;
    white-space: nowrap;
    float: left;
}
.doc_sales_manager #dsm_total {
    font-weight: bold;
    background-color: #cccccc;
    text-align: right;
    width: 70px;
    padding-right: 5px;
    float: right;
}

.doc_signature {
    border-bottom: 1px solid #ddd;
    text-align: left;
    width: 300px;
    padding-top: 10px;
}

.doc_left_right_data {
    line-height: 18px;
    width: 300px;
}
.doc_left_right_data #left {
    font-weight: bold;
    float: left;
}
.doc_left_right_data #right {
    margin-left: 50%;
}

/*
navigation
*/
.navigation {
    color: #112536;
    font-size: 11px;
    text-decoration: none;
    padding: 0px 0px 5px 0px;
    margin-bottom: 10px;
}

.navigation .link,
.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
    color: #E65011;
    white-space: nowrap;
    text-decoration: none;
    text-decoration: none;
}

.navigation a:hover {
    color: #a90000;
    text-decoration: underline;
}
.navigation .link,
.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
    background-image: url(../../../skins/images/nav_arrow.gif);
    background-repeat: no-repeat;
    background-position: 100% 60%;
}
.navigation a.last {
    background: none;
}

.navigation_counter {
    padding: 10px 0px 10px 0px;
}

.navigation_pages {
    padding: 2px 0px 2px 0px;
    vertical-align: top;
}

.navigation_pages span, .navigation_pages a, .navigation_pages .page {
    float: left;
    margin: 4px 0;
}

.navigation_pages a {
        padding: 0px 5px 0px 5px;
}
.navigation_pages .page,
.navigation_pages .page:link,
.navigation_pages .page:visited,
.navigation_pages .page:hover,
.navigation_pages .page:active {
    /*background-color: #e8eaeb;*/

    /*border: 1px solid #b9b9ba;*/
    padding: 0px 5px 0px 5px;

    font-family: Tahoma;
    display: inline;

}
.navigation_pages .page {
   /* background-color: #b9b9ba;*/
    float: left;
}

/*
ajax
*/
#loading_indicator {
    display: none;
    text-align: center;
}
.loading_indicator {
    background-color: #ffffff;
    border: 1px solid black;
    padding: 10px 20px 10px 20px;
}

/*
categories selectbox
*/
.category_ajax {
    height: 270px;
    overflow: auto;
    line-height: 18px;
    text-align: left;
}
.ajax_category_first_level_disabled.selected,
.ajax_category_first_level.selected {
    font-weight: bold;
}
.ajax_category_second_level {
    padding-left: 10px;
    text-align: left;
}
.ajax_category_first_level_disabled {
    text-align: left;
}

input.micro {
    width: 40px;
}
input.short {
    width: 150px;
}

input.long {
    width: 540px;
}
input.free {
    width: auto;
}

/*
webmaster mode
*/
.webmaster_template {
    display: inline;
}
.webmaster_lng {
    cursor: pointer;
}

/*
language flags
*/
.lng_flags {
    vertical-align: middle;
    display: inline;
    line-height: 20px;
}
.lng_flags .selected img {
    border: 1px solid #dedede;
}

#foot{
    height: 5px;
    width: 100%;
    background: url(../../../skins/images/foot_bg.png) repeat-x scroll left bottom transparent;
}

.csbottom{
    float: left;
    padding: 0px;
}

.contentsections_bottom{
    margin: 0 auto;
    height: 73px;
    width: 880px;
}

.subcategories .title{
    background: #6C8101 none!important;
    color: #fff;
}

.bann div.ab_container, .bann div.ab_content_image{
    padding: 0;
}

.dialog-header{
    width: 100%;
}

.dialog-with-title{
    margin-top: 18px;
}

.dialog h2{
    margin: -25px 0px 10px;
    position: absolute;
}

.dialog h2 span{
    font-size: 15px;
    white-space: nowrap;
}

.footer-dialog{
    width: 315px;
    float: left;
    padding: 7px;
    padding: 0!important;
    margin: 10px 5px;
}

*+html .product .dialog-footer{
    margin-top: -10px;
}

*+html .admin .tab_general_content{
    margin-top: 0px;
}

*+html .admin .tab_general_content{
    margin-top: 0px;
}

*+html .search_page .tab_general_content{
    margin-top: 0px;
}


*+html a.go{

    margin-top: 2px;
}

*+html .dialog h2{
    margin: -15px 0px 10px;

}

.product .product{
    padding-top: 20px;
}

.product .dialog{
    margin-bottom: 20px;
}

.header_logo .auth {
    background: #fff;
}

.header_logo {
    width: 100%;
    float: left;
}

.header_logo div.ab_container{
    padding: 0;
}

ul.potato-menu li.potato-menu-item a{
    font-weight: bold;
}

li.potato-menu-item{
    width: auto;
    padding: 5px 20px;
}

ul.potato-menu li.potato-menu-item ul.potato-menu-group li.potato-menu-item{
    width: 180px;

}

.copy{
    width: 500px;
    font-size: 11px;
    color: #999;
}

.right{
    float: right;
}

ul.potato-menu ul.potato-menu-group{
    margin-top: 0px!important;
}

p{
    margin: 4px 0;
}

.p-head{
    background: url(../../../skins/images/dialog.gif) no-repeat scroll right top transparent;
    height: 6px;
    width: 185px;
}


.p-head1{
    background: url(../../../skins/images/dialog.gif) no-repeat scroll left top transparent;
    height: 6px;
    width: 182px;
}

.p-footer{
    background: url(../../../skins/images/dialog.gif) no-repeat scroll right bottom transparent;
    height: 6px;
    width: 185px;
}
.p-footer1{
    background: url(../../../skins/images/dialog.gif) no-repeat scroll left bottom transparent;
    height: 6px;
    width: 182px;
}

.gallery-border{
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.main-right .section .content {
    padding: 10px;
}

.button-right, .cart-container .coupon table.black .button-right{
    background: url(../../../skins/images/but_main_right.png) no-repeat scroll right top transparent;
    height: 21px;
    padding: 0 10px 0 0;
    display: inline-block;
    margin: 0;

}

.button-left, .cart-container .coupon table.black .button-left{
    background: url(../../../skins/images/but_main_left.png) no-repeat scroll left top transparent;
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    padding: 0 5px 0 15px;
    display: block;
    white-space: nowrap;
    margin: 0;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.cart-container table.black .button-right{
    background: url(../../../skins/images/button_red_right.gif) no-repeat scroll right top transparent;
    height: 24px;
    line-height: 24px;

}


.cart-container table.black .button-left{
    background: url(../../../skins/images/button_red_left.gif) no-repeat scroll left top transparent;
    height: 24px;
    line-height: 24px;
}

.standart_products .product_info .image{float: left;}

.cart-container table.black{
    float: right;
    margin: 0!important;

}



.cart_butt{

    position: relative;
    width: 500px;
}

.coupon form{
    height: 50px;
}

.manuf .content img{
    border: 1px solid #D4D5C0;
    margin: 3px 0;
}

.sub_links a{
    width: 190px;
    display: block;
    float: left;
}

.product_item{
    text-align: center;
}

table.prod_gallery tr td{
    padding: 0 6px;
    text-align: center;
}

table.prod_gallery tr td .p-head, table.prod_gallery tr td .p-head1, table.prod_gallery tr td .p-footer, table.prod_gallery tr td .p-footer1 {
    border: none;
}

table.prod_gallery tr td div{
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;

}

table.prod_gallery tr.prod_head td{
    width: 179px;
}

table.prod_gallery tr.prod_footer td{
    padding-bottom: 6px;
}

table.prod_gallery tr.prod_head td{
    padding-top: 6px;
}

.tabs input{
    float:left;
    margin: 6px;
}

.g-image{
    min-height: 90px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.g-image img{
   height: 70px;
   width: auto;
}

.manufact{
    height: 30px;
}


.g_product{
    height: 45px;
}

.g_product a{
    color: #242424;
    text-decoration: none;
}

.buy_now{
    height: 55px;
    padding-top: 15px;
}

.buy_now .black{
    margin-bottom: 5px;
}

.price{
    height: 20px;
    font-weight: bold;
    color: #E65011;
    font-size: 11px;
}

.price label{
    font-weight: normal;
    color: #112536;
    font-size: 11px;
}

.buy_now p{
    margin: 0;
}

.search_lang a{
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    margin-left: 15px;
}

#register_reseller input, #register_customer input{

    width: 200px;
}

.profile .black2{
    float: none;
    margin: 0 auto;
}

#cart_totals{
    padding-top: 10px;
}

a.button:link, a.button:visited, a.button:active{
    text-decoration: none;
}
.fields .options label{
    width: 56px;
    font-weight: normal;
    padding: 4px 0;
}

.cart_totals hr{
    color: #DDDDDD;
}

.top_section_tab.check span, span.section_tab.check span{
 /*   padding: 7px 0 0 25px;*/
}

.auth_buttons .button.simple, .auth_buttons a.button.simple:link, .auth_buttons a.button.simple:visited, .auth_buttons a.button.simple:hover, .auth_buttons a.button.simple:active{
    display: inline;
}

.bottom_rating a{
    text-decoration: underline;
    cursor: pointer;
}

.bottom_rating a:hover{
    text-decoration: none;
}

.admin .black2{
    float: left;
}

.admin_popup .black2{
    margin-left: 8px;
}

.input_field_0 img{
    vertical-align: top;
}

#contents_purchased_products .input_field_0 img{
    padding: 0px;
}

.input_table td{
    padding-right: 3px;
}

.input_table td.OptionLabel{
    padding-right:10px;
}

.input_table select{
    border: 1px solid gray;
}

.auth_buttons{
    float: none;
    width: 100%;
    overflow: hidden;
}

.black2{
    padding-top:3px;
    padding-right: 3px;
}

.help .auth_buttons .black2{
    margin-left: 0px;
}

.button-r table.black{
    margin: 0;
}

.product_info .descr {
    width: 350px;
}

span.section_tab, span.section_tab_selected{
    margin-right: 4px;
}

.prod_options{
    width: 400px;
    margin: 20px;
    margin-bottom: 10px;
}

.prod_options .black{
    margin-left: 88px;
    margin-top: 15px;
    float: left;
}

.prod_options{
    min-height: 100px;
}

.prod_options label{
    width: 90px;
}

.auth-row form{
    display: inline;
}

.input_table img, .input_field_1 img, .cycle img{
    vertical-align: bottom;
}

#contents_address .input_field_small_0,
#contents_address .input_field_small_1,
#contents_address .input_field_0,
#contents_address .input_field_1{
    margin: 0;
    padding: 0;
}


.product .product_field.taxed_price label{
  display: block;
  float: left;
}

.price_left{
    color: #E65011;
    font-size: 13px;
    float: left;
    width: 220px;
}

.product_info{
    overflow: hidden;
}

.background_none{
    background: none;
}

.product .fields td{
  width: auto;
  vertical-align: top;
  background: transparent;
  padding: 1px 0;
}

.product .fields tr.cycle{
  background: transparent;
}

.prod_fields{
  border-collapse: collapse;
}

.tab_content_selected .input_field_1{
  line-height: 26px;
}

.tab_content_selected .input_field_1 .features-tab-review{
  float: left;
  margin-top: 8px;
  margin-left: -2px;
}

.button_left_align .black{
  float: left;
}

.rating a{
  cursor: pointer;
}


.magnify_link{
    display: block;
}

label.error {
    float: none;
    display: inline;
    color: red !important;
	padding-left: 5px;
}
input.error {
    border: 1px dotted red !important;
}
label.required:after {
    content: ' *';
    color: red;
}


/* Address label / Address book */
ul.address_book {
    padding: 0px;
}
ul.address_book div.address_book_controls {
    margin-top: 10px;
}
ul.address_book div.address_book_controls a {
    display: inline-block;
}
/*
ul.address_book li {
    border: 1px solid grey;
    display: inline-block;
    list-style: none outside none;
    margin: 0 10px 10px 0;
    min-height: 140px;
    overflow: hidden;
    padding: 8px;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
    width: 200px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: white;
    cursor: pointer;
}
*/
ul.address_book li:hover {
   border: 1px solid #666;
   background-color: #ccc;
}
ul.address_book li.new div {
    text-align: center;
    vertical-align: middle;
    font: bold 16px Arial;
    padding-top: 60px;
}

ul.address_book li.active {
    background-color: #fff;
}


ul.address_book .address_label_info {
    font-weight: bold;
    min-height: 18px;
}

.address_book label {
    display: none;
}
.address_book div.address_label_city,
.address_book div.address_label_state,
.address_book div.address_label_zipcode  {
    display: inline;
}

.address_book div.address_label_city:after,
.address_book div.address_label_state:after,
.address_book div.address_label_zipcode:after,
.address_book div.address_label_address:after
{
    content: ', ';
}

.order_head_left{
    float: left;
}

#doc_image{
    padding: 20px 0;
}

.doc_bank_info > div, .doc_company > div{
    display: block;
    text-align: left;
    line-height: 16px;
}

.order_information{
    line-height: 16px;
    margin-bottom: 20px;
}

.order_adress{
    width: 50%;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    line-height: 16px;
}

.notes_title {
    font-size: 14px;
}

.adress_title{
    font-size: 14px;
    padding-bottom: 7px;
}

.order_sign, .order_shipping, .doc_customer_notes{
    padding-top: 20px;
    line-height: 16px;
}

.doc_customer_notes{ 
    padding-left: 15px;
    padding-right: 15px;
}

.order_shipping div, .order_adress div{
    overflow: hidden;
}

.order_sign{
    margin-top: 66px;
}

.order_sign > div{
    float: right;
}

.order_message_class .section div.title{
    font-size: 26px;
    padding: 10px 0;
}

/* Top message */

#top_message {
    position:fixed;
    top:-1px;
    display: none;
    left: 35%;
    width:30%;
    z-index:1100;
    overflow: visible;
	border: 2px solid;
    border-radius: 0px 0px 5px 0px;
    -moz-border-radius: 0px 0px 5px 0px;
    -webkit-border-radius:  0px 0px 5px 0px;
    padding: 5px 5px 5px 35px;
    opacity: 0.85;
    color: white;
}
#top_message.info {
	border-color: #333;
	background: url(../../../skins/images/log_type_i.gif) 5px 5px #333 no-repeat;
}
#top_message.error {
	background-color: #FF2D2D;
	border-color: red;
	background: url(../../../skins/images/log_type_e.gif) 5px 5px #FF2D2D no-repeat;
}
#top_message.warning {
	background-color: #FFA500;
	border-color: darkorange;
	background: url(../../../skins/images/log_type_w.gif) 5px 5px #FFA500 no-repeat;
}
#top_message .link {
    text-align: right;
}
#top_message #docket {
	background-color: #333;
	border-color: #333;
	border: 2px solid;
    border-radius: 0 0 5px 5px;
    bottom: -23px;
    clear: both;
    color: white;
    left: -37px;
    position: relative;
    text-align: center;
    width: 44px;
    z-index:1003;
    border-width: 0 2px 2px 2px;
    height: 18px;
}
#top_message.info #docket {
	background-color: #333;
	border-color: #333;
}
#top_message.warning #docket {
	background-color: #FFA500;
	border-color: darkorange;
}
#top_message.error #docket {
	background-color: #FF2D2D;
	border-color: red;
}

/*
 *  Source: /home/magexch/public_html/cw/skins/customer.css
 */
/* IE6 min width */
* html body {padding-left:780px}
* html .min_width_container {height:0}
* html .min_width_holder {margin-left:-780px;position:relative; height:0}

/* Common styles */

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

hr{
  color: #b0b0b0;
  background: #b0b0b0;
}

q, blockquote {
  quotes: none; 
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  min-width: 320px;
  height: 100%;
  line-height: 18px;
  font-size: 13px;
  color: #333333;
  font-family: Roboto Condensed, sans-serif;
}

a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
}

.btn:active, .btn:focus, .btn.active {
  outline: none;
}

textarea {
  resize: none; 
  box-shadow: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto Condensed", sans-serif;
}

h5 {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase; }

input[type="file"]{
  border: none;
}

input[type="checkbox"], input[type="radio"]{
  border: none;
}

h1, h1 span{
  font-size: 26px;
  font-weight: normal;
}

h1.title{
  margin-top: 0;
}

figure{
    margin: 0;
}

select{
  height: 27px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  line-height: 1.42857;
  color: #9c9b9b;
  display: block;
  padding: 0;
}

.float-left{
  float: left;
}

.float-right{
  float: right;
}

/* FONT AWESOME CORE */

[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }
BODY, DIV, TH, TD, P, INPUT, SELECT, TEXTAREA, TT{
  font-family: Roboto Condensed,sans-serif;
  font-size: 13px;
}

*, *:before, *:after {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

A:link, A:visited, A:hover, A:active{
  color: #333;
}

textarea, input[type="text"], input[type="password"], input[type="email"], input[type="number"]{
  background: url(../../../skins/images/input_bg.png) repeat-x scroll left top white;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  padding: 9px 12px;
}

label{
  font-size: 13px;
}

select{
  padding: 4px 3px;
  font-size:12px;
}

/* Buttons */

.product_info .button.simple, .product_info a.button.simple:link, .product_info a.button.simple:visited, .product_info a.button.simple:hover, .product_info a.button.simple:active,
#contents_address .button.simple, #contents_address a.button.simple:link, #contents_address a.button.simple:visited, #contents_address a.button.simple:hover, #contents_address a.button.simple:active{
  background: url(../../../skins/images/delete_cross.gif) no-repeat scroll left 5px transparent;
  padding: 2px 30px 2px 13px;
  color: #112536;
  clear: both;
  text-decoration: underline;
}

.product_info a.button {
  margin: 3px 0;
  display: block;
}

.product a.button.small .button-right{
  background: #d7d7d7; 
  background: -moz-linear-gradient(top, #d7d7d7, #c0bfbf);
  background: -webkit-gradient(linear, left top, left bottom, 
              color-stop(0%,#d7d7d7), color-stop(100%,#c0bfbf));
  background: -webkit-linear-gradient(top, #d7d7d7, #c0bfbf);
  background: -o-linear-gradient(top, #d7d7d7, #c0bfbf); 
  background: -ms-linear-gradient(top, #d7d7d7, #c0bfbf); 
  background: linear-gradient(top, #d7d7d7, #c0bfbf); 
  border-radius: 6px; 
  -moz-border-radius: 6px; 
  -webkit-border-radius: 6px; 
  -ms-border-radius: 6px; 
  border: 1px solid #a8a8a8;
  padding: 0;
  text-decoration: none;
  margin-left: 10px;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  position: relative;
}

.product a.button.small span.button-left{
  display: block;
  background: #d7d7d7; 
  background: -moz-linear-gradient(top, #d7d7d7, #c0bfbf);
  background: -webkit-gradient(linear, left top, left bottom, 
              color-stop(0%,#d7d7d7), color-stop(100%,#c0bfbf));
  background: -webkit-linear-gradient(top, #d7d7d7, #c0bfbf);
  background: -o-linear-gradient(top, #d7d7d7, #c0bfbf); 
  background: -ms-linear-gradient(top, #d7d7d7, #c0bfbf); 
  background: linear-gradient(top, #d7d7d7, #c0bfbf); 
  border-radius: 6px; 
  -moz-border-radius: 6px; 
  -webkit-border-radius: 6px; 
  -ms-border-radius: 6px; 
  padding: 9px 15px;
  position: relative;
  height: auto;
  display: inline;
  color:#666;
}

.reviews_wrapper .button-left{
  background: url(../../../skins/images/sprite.png) -13px -112px no-repeat;
  padding-left: 30px;
  line-height: 24px;
  font-size: 12px;
  text-transform: capitalize;
}

.checkout_button{
  float: right;
}

input.green_but[type="button"], input.green_but[type="submit"] {
  background-color: #E87007;
  background-image: none;
  border: 1px solid #A95205;
  border-radius: 4px 4px 4px 4px;
  color: #FFFFFF;
  display: inline-block;
  padding: 0 5px !important;
}

.logged a.button{
  display: block;
  margin-bottom: 5px;
}

.edit_img{
  float: left;
}

.edit_img input.green_but[type="button"]{
  margin: 0 10px 0 0;
  background: #e87007; 
  background: -moz-linear-gradient(top, #e87007, #cf6306);
  background: -webkit-gradient(linear, left top, left bottom, 
              color-stop(0%,#e87007), color-stop(100%,#cf6306));
  background: -webkit-linear-gradient(top, #e87007, #cf6306);
  background: -o-linear-gradient(top, #e87007, #cf6306); 
  background: -ms-linear-gradient(top, #e87007, #cf6306); 
  background: linear-gradient(top, #e87007, #cf6306); 
  border: none;
  height: 23px;
  line-height: 25px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

.edit_img span{
  background: #e87007; 
  background: -moz-linear-gradient(top, #e87007, #cf6306);
  background: -webkit-gradient(linear, left top, left bottom, 
              color-stop(0%,#e87007), color-stop(100%,#cf6306));
  background: -webkit-linear-gradient(top, #e87007, #cf6306);
  background: -o-linear-gradient(top, #e87007, #cf6306); 
  background: -ms-linear-gradient(top, #e87007, #cf6306); 
  background: linear-gradient(top, #e87007, #cf6306); 
  display: block;
  behavior: url(../../../skins/PIE.htc);
  border-radius: 6px; 
  -moz-border-radius: 6px; 
  -webkit-border-radius: 6px; 
  -ms-border-radius: 6px; 
  padding-left: 10px;
  margin: 0 10px 0 0;
  height: 26px;
  border: 1px solid #A95205;
}

.button-left, .cart-container .coupon .black .button-left, .product .fields .button-left, .checkout_button .button-left, .menu.product-filter .pf-options a.button.simple, .auth_buttons a.button.small{
  color: #333333;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 12px;
  line-height: 18px;
  height: auto;
  background: transparent;
  padding: 0;
}

.button-right, .cart-container .coupon .black .button-right, .product .fields .button-right, .checkout_button .button-right, .menu.product-filter .pf-options a.button.simple, .auth_buttons a.button.small, .menu a.button.small, #estimate_shipping_container a.button.small{
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f1f1f1), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, #f1f1f1, 0%, #e2e2e2, 100%);
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF1F1F1', endColorstr='#FFE2E2E2', GradientType=0);  background-repeat: repeat-x;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  padding: 9px 9px 10px;
  text-transform: uppercase;
  height: auto;
}

.button-right:hover, .cart-container .coupon .black .button-right:hover, .menu.product-filter .pf-options a.button.simple:hover{
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e2e2e2), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #e2e2e2, 0%, #f1f1f1, 100%);
  background-image: -moz-linear-gradient(top, #e2e2e2 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #e2e2e2 0%, #f1f1f1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE2E2E2', endColorstr='#FFF1F1F1', GradientType=0);
}

.prod_border .button.simple span{
  color: #777676;
  cursor: pointer;
  font-weight: bold;
}

.prod_border a.button.simple:hover span{
  color: #000;
}

.product_item .button-right, .info_box .button-right {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f1f1f1), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, #f1f1f1, 0%, #e2e2e2, 100%);
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF1F1F1', endColorstr='#FFE2E2E2', GradientType=0);
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  border: medium none;
  padding: 0 0 0 38px;
  position: relative;
  height: 39px;

}

.product_item .button-left, .info_box .button-left{
  background: transparent;
  display: inline-block;
  line-height: 37px;
  padding: 0 11px;
  font-size: 12px;
  font-family: Roboto Condensed, sans-serif;
  text-transform: uppercase;
  color: #333333;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
  border-radius: 0 4px 4px 0px;
  -webkit-border-radius: 0 4px 4px 0px;
  -moz-border-radius: 0 4px 4px 0px;
  height: auto;
 }

.product_item .button-right:before, .info_box .button-right:before{
  background-image: linear-gradient(to bottom, #393939 0%, #595959 100%);
  background-repeat: repeat-x;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 19px;
  height: 39px;
  left: 0;
  line-height: 39px;
  padding: 0 11px;
  position: absolute;
  text-shadow: 0 1px 1px #333;
  top: 0;
  width: 38px;
  content: "\f07a"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
}

.product_item .button-right:hover, .info_box .button-right:hover {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e2e2e2), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #e2e2e2, 0%, #f1f1f1, 100%);
  background-image: -moz-linear-gradient(top, #e2e2e2 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #e2e2e2 0%, #f1f1f1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE2E2E2', endColorstr='#FFF1F1F1', GradientType=0);
}

.button.go .btc{
  height: auto;
  width: auto;
  background: none;
  font-size: 12px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: normal;
  line-height: 18px;
  margin-top: 0;
  padding: 9px 9px 10px;
  text-transform: uppercase;
  color: #333333;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f1f1f1), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, #f1f1f1, 0%, #e2e2e2, 100%);
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF1F1F1', endColorstr='#FFE2E2E2', GradientType=0);
  border: 1px solid #b0b0b0;
  border-radius: 0 4px 4px 0;
}

.auth_buttons a.button.small{
  display: block;
  padding: 5px 10px;
}

.grey_boxes a.button.small{
  text-decoration: underline;
  font-weight: bold;
  font-size: 15px;
}

.buttons_container{
  padding: 0 15px;
}

.auth_buttons{
  padding-top: 10px;
}

.auth_buttons .button_left_align{
  float: left;
  margin-right: 6px;
  margin-top: 2px;
  margin-bottom: 5px;
}

.buttons{
  padding-top: 20px;
}

/* Main Area & Containers */

#page-container {
  height: auto;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e9e9e9), to(white));
  background-image: -webkit-linear-gradient(top, #e9e9e9, 0%, white, 100%);
  background-image: -moz-linear-gradient(top, #e9e9e9 0%, white 100%);
  background-image: linear-gradient(to bottom, #e9e9e9 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE9E9E9', endColorstr='#FFFFFFFF', GradientType=0);
}

#header_container{
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2f2f2), to(#c8c8c8));
  background-image: -webkit-linear-gradient(top, #f2f2f2, 0%, #c8c8c8, 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0%, #c8c8c8 100%);
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #c8c8c8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFC8C8C8', GradientType=0);
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

#header_container .line960{
  max-width: 99%;
  width: 1230px;
}

header, #main_area, #footer, .line960{
    margin: 0 auto;
}

@media (min-width: 1200px) {
  header, #main_area, #footer{
    max-width: 1170px;
  }
}

@media (min-width: 992px) {
  header, #main_area, #footer {
    max-width: 970px; }
}

header, #main_area, #footer{
  max-width: 99%;
  width: 1230px;
}

#main_area{
  padding: 30px 15px 15px;
  border-top: 1px solid #fff;
  box-shadow: 0 0 3px 0 #f4f4f4;
  overflow: hidden;
  margin-top: 15px;
  position: relative;
  background: url(../../../skins/images/content-bg.jpg) repeat-x scroll left top white;
}

#main_area.popup-shipping_class{
  width: 615px;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  background: none;
}

#main_area.popup_send2friend_class{
  width: 660px;
  margin: 0 auto;
  padding: 0;
}

.main-center{
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
}

@media (max-width: 992px) {
  .main-center{
    width: 100%;
    max-width: 100%;
  }
}

.main-left{
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 992px) {
  .main-left{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

/* Footer */

footer{
  position: relative;
  padding-bottom: 0;
  height: auto;
  max-width: 99%;
  width: 1230px;
  margin: 0 auto;
  bottom: 0;
}

footer .line960{
  overflow: hidden;
  background: url(../../../skins/images/footer-bg.jpg) repeat-x scroll 0 0 white;
  padding: 0 15px;
  width: 100%;
}

.bottom_links{
  border: none;
  padding: 0 0 10px;
}

.bottom_links a:link, .bottom_links a:visited, .bottom_links a:hover, .bottom_links a:active{
  padding: 0;
  border: 0;
  float: none;
}

.footer_block{
  float: left;
  width: 25%;
  margin-top: 26px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 992px) {
  .footer_block{
    width: 50%;
    height: 250px;
  }
}

@media (max-width: 480px) {
  .footer_block{
    width: 100%;
    height: auto;
    float: none;
  }
}

.footer_block h4 {
  color: #333333;
  font: 600 18px/20px Roboto Condensed,sans-serif;
  margin: 0 0 12px;
}

.footer_block ul{
  margin: 0;
  padding: 0;
}

.footer_block ul li{
  padding-bottom: 6px;
  text-transform: uppercase;
}

.footer_block ul li.facebook a:before {
  content: "\f09a";
}

.footer_block ul li.facebook a:before, .footer_block ul li.twitter a:before {
  display: inline-block;
  font-family: "FontAwesome";
  text-align: center;
  width: 20px;
}

.footer_block ul li.twitter a:before {
  content: "\f099";
}

#footer_container{
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  background: transparent;
}

.bottom_line{
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 10px;
}

.bottom_line a{
  color: #999;
  text-decoration: none;
}

.bottom_line a:hover{
  text-decoration: underline;
}

.footer_logo {
  margin-bottom: 21px;
}

/* Dialog, Section */

.dialog-header{
  background-image: linear-gradient(to bottom, #595959 0%, #393939 100%);
  background-repeat: repeat-x;
  border: medium none;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 0;
}

.dialog-header h1 span{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  color: white;
  font: 600 24px/24px Roboto Condensed, sans-serif;
  padding: 12px 10px 14px 17px;
  text-shadow: 0 1px 1px #111;
  text-transform: none;
  display: block;
}

.dialog .content{
  padding: 0;
  color: #333;
}

.dialog h2{
  margin: 0;
  padding: 0 0px;
  position: relative;
}

.dialog .content p{
  font-size: 13px;
 /* color: #7a7a7b; */
}

.dialog-with-title{
  margin-top: 0;
  margin-bottom: 0;
}

.section{
  padding: 0 15px;
}

.section h2.title {
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 20px;
  margin: 0 0 20px;
  position: relative;
  border: 1px solid #adadad;
  background: #fbfbfb;
}

.section .content{
  padding: 0 20px 20px;
  word-wrap: break-word;
  border-bottom: 1px solid #adadad;
}

/* TOP */

ul#menu_top{
  max-width: 99%;
  width: 1230px;
  margin: 0 auto;
}

nav.top{
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#595959), to(#393939));
  background-image: -webkit-linear-gradient(top, #595959, 0%, #393939, 100%);
  background-image: -moz-linear-gradient(top, #595959 0%, #393939 100%);
  background-image: linear-gradient(to bottom, #595959 0%, #393939 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF595959', endColorstr='#FF393939', GradientType=0);  margin-bottom: 3px;  border-top: 1px solid #b0b0b0;
  height: auto;
  min-height: 49px;
  margin-top: 1px;
  z-index: 1000;
  position: relative;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  margin-bottom: 0;
}

.lng_flags{
  display: block;
  float: right;
  background: none repeat scroll 0 0 #d9d9d9;
  border-radius: 0 0 5px 5px;
  padding: 0 10px;
  right: 3.5%;
}

.top_menu{
  overflow: hidden;
  border-bottom: 1px solid #fff;
}

.header_logo{
  padding: 20px 0;
}

@media (max-width: 992px) {
  .header_logo{
    padding: 20px 15px;
  }
}

.header_logo .logo{
  width: 34.9%;
  padding: 0;
}

.header_logo .logo img{
  max-height: 70px;
  width: auto;
}

@media (max-width: 768px) {
      .header_logo .logo {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
      }
      .header_logo .logo a {
        display: inline-block; 
      } 
}

.top_icons{
  float: left;
  width: 26%;
}

    @media (max-width: 1199px) {
      .top_icons {
        width: 24%; } }
    @media (max-width: 768px) {
      .top_icons {
        width: 50%; } }

.user_info {
    padding-left: 59%;
    padding-top: 12px;
}

.square{
  background: none;
  float: none;
  width: auto;
  height: auto;
  text-align: left;
  padding-left: 59%;
  padding-top: 12px;
  margin: 0; 
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  position: relative;
}

@media (max-width: 1199px) {
  .square {
    padding-left: 53%;
  }
}
@media (max-width: 992px) {
  .square {
    padding-left: 27%;
  }
}
@media (max-width: 768px) {
  .square {
    padding-left: 0;
  }
}

.square a{
  padding: 0;
  color: #333; 
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}

.square a i{
  display: inline-block;
  font-size: 16px;
  position: relative;
  top: 1px;
  width: 16px;
}

/* Minicart */

.minicart_delete a.top_minicart_control{
  text-decoration: none;
}

.minicart_delete a.top_minicart_control:before{
  content: "\f057";
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}

.minicart_delete a.top_minicart_control:hover{
  color: #fc5155;
}

.minicart_item{
  background: url(../../../skins/images/cart-shadow.png) repeat-x scroll 0 0 transparent;
}

#microcart{
  width: 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2f2f2), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f2f2f2, 0%, #e1e1e1, 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0%, #e1e1e1 100%);
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #e1e1e1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE1E1E1', GradientType=0);
  border-radius: 4px;
  border: 1px solid #b0b0b0;
  float: right; 
}
 
#microcart a{
  display: block;
  padding: 8px 15px 12px; 
  text-decoration: none;
}
 
#microcart a span, .cart_qty{
  color: #333333;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 22px;
  line-height: 46px;
  position: absolute;
  right: 20px;
  top: 10px;
}

#microcart i {
  font-size: 41px;
  line-height: 46px;
  color: #494949; 
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.top_cart{
  float: right;
  display: block;
  width: 8.8%;
  position: relative;
}

@media (max-width: 1199px) {
      .top_cart {
        width: 11%; } }
@media (max-width: 992px) {
      .top_cart {
        width: 13%; } }
@media (max-width: 768px) {
      .top_cart {
        width: 50%; } }

/* Search */

.search{
  float: left;
  width: 30.1%;
  padding: 1px 0 0 0;
  margin: 0;
  overflow: hidden; 
  height: auto;
  position: relative;
}

@media (max-width: 992px) {
  .search {
        width: 26%; 
  } 
}

@media (max-width: 768px) {
  .search  {
    width: 370px;
    max-width: 90%;
    float: none;
    margin: 0 auto;
    padding-bottom: 20px; } 
}

.search form{
  float: none;
  position: relative;
}

.search input{
  width: 100%;
  box-sizing: border-box;
  background: url(../../../skins/images/input_bg.png) repeat-x scroll left top white;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  box-shadow: none;
  height: 39px;
  font-size: 11px;
  color: #0b0b0b;
  margin-top: 0px;
  font-size: 13px;
  position: relative;
}

.search a.go{
  right: 0;
  top: 0;
  padding: 0;
  position: absolute;
}


/* Speed Bar */

.speed_bar{
  float: left;
  border-left: 1px solid #426558; 
  background: none;
}

.speed_bar ul li{
  list-style-type: none;
  float: left;
  font-size: 16px;
  font-weight: normal;
  line-height: 39px;
  border-left:1px solid #1B1B1B;
}

.speed_bar ul{
  margin: 0;
  padding: 0;
}

.speed_bar a:link, .speed_bar a:visited, .speed_bar a:hover, .speed_bar a:active{
  background: none;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  color: #333;
  border-right: 1px solid #fff;
  padding: 9px 12px;
} 

.speed_bar a:hover{
  background: #fff;
}

/* Product Lists */

.products_compact .product_info .button.simple, .products_compact .product_info a.button.simple:link, .products_compact .product_info a.button.simple:visited, .products_compact .product_info a.button.simple:hover, .products_compact .product_info a.button.simple:active{
  background: none;
  padding: 0;
  clear: both;
}

.standart_products .product_info .button.simple, .standart_products .product_info a.button.simple:link, .standart_products .product_info a.button.simple:visited, .standart_products .product_info a.button.simple:hover, .standart_products .product_info a.button.simple:active{
  background: none;
  padding: 0;
  clear: both;
}

.products_gallery .product_info .button.simple, .products_gallery .product_info a.button.simple:link, .products_gallery .product_info a.button.simple:visited, .products_gallery .product_info a.button.simple:hover, .products_gallery .product_info a.button.simple:active{
  background: none;
  padding: 0;
  clear: both;
}

.products_compact{
  margin-top: 10px;
  padding-bottom: 10px;
}

.products_compact table{
  border-collapse: collapse;
}

.products_compact table th{
  background: #ececec;
  font-size: 12px;
}

.products_compact table tr td{
  border-bottom: 1px solid #ccc;
}

.products_compact table tr.cycle{
  background: #fff;
}

.products_compact .product_info a.product{
  font-size: 12px;
  line-heigth: 14px;
}

.products_compact table.header th, .products_compact table.header td{
  padding: 6px;
}

.products_compact table.header th{
  font-weight: bold;
}

.products_compact .product_info .price{
  height: auto;
}

.products_gallery{
  overflow: hidden;
}

.prod_gallery{
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  padding: 0;
  overflow: hidden;
}

.prod_gallery .product_item{
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  height: auto;
  text-align: left;
  float: left;
}

@media (max-width: 768px) {
  .prod_gallery .product_item {
    width: 50%;
  }
  
}

.prod_border{
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.g-image a, .sub_image{
  border: none;
  display: inline-block;
}

.g-image {
  border-bottom: 1px solid #b0b0b0;
  padding: 22px 30px;
  text-align: center;
}

.g_product a{
  line-height: 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
  padding-top: 5px;
  display: block;
}

.g_product a:hover{
  color: #f13340;
  text-decoration: underline;
}

.product_item .our_price{
  color: #333333;
  font-weight: 600; 
  font-size: 21px;
  line-height: 26px;
  font-family: Roboto Condensed, sans-serif;
}

.prod_border .name_price{
  background: none repeat scroll 0 0 #f9f9f9;
  padding: 14px 18px 19px;
  padding-bottom: 7px;
}

.prod_border a.button.simple {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 8px 5px;
  text-align: center;
  background: url(../../../skins/images/functional-bt-shadow.png) repeat-x scroll 0 0;
  display: block;
  text-decoration: none;
}

.welcome_class .prod_border a.button.simple{
  display: none;
}

.tab_general_content .prod_border .name_price{
  padding-bottom: 47px;
}

.standart_products .product_info{
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 20px;
}

.standart_products .product_info .standart_image{
  width: 33.3333%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.standart_products .product_info .image{
  border: 1px solid #adadad;
  padding: 9px;
  position: relative;
  float: none;
  width:100%;
  display: block;
  text-align: center;
  height: 150px;
}

.standart_products .main_info{
  width: 33.3333%;
  padding: 0 15px;
  float: left; 
  margin: 0;
}

.standart_products .in_stock{
  margin-bottom: 0;
}

.standart_products h5{
  margin: 0;
  text-transform: uppercase;
}

.product_info .product, .product_info .product:link, .product_info .product:visited, .product_info .product:hover, .product_info .product:active{
  color: #3a3939;
  font-size: 17px;
  line-height: 23px;
  margin: -3px 0 0;
  text-transform: uppercase;
  padding-bottom: 5px;
  display: block;
  font-weight: normal;
  text-decoration: none;
}

.product_info .info_box{
  width: 33.3333%;
  padding: 0 15px;
  border-left: 1px solid #adadad;
  padding-bottom: 16px;
  float: left;
  text-align: left;
}

.standart_products .info_box .price{
  background: transparent;
  display: inline-block;
  margin-bottom: 14px;
  margin-top: -4px;
}

.standart_products .info_box .button.small{
  color: #777676;
  font-weight: bold;
  font-size: 13px;
}

@media (max-width: 992px) {
  .standart_products .main_info{
    display: none;
  }

  .standart_products .product_info .standart_image, .product_info .info_box{
    width: 50%;
  }

  .product_info .info_box{
    border: none;
    clear: none;
  }
}


.product_info .image img{
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.product_info .image{
    position: relative;
    height: 130px;
    width: 140px;
}

.products_compact .product_info .image{
    height: 90px;
    width: 125px;
    margin: 0 auto;
}

.list_price{
    color: #666666;
    font-weight: normal;
    text-decoration: line-through;
}

.you_save {
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding: 0 19px;
    color: #36943e;
}

.main_info .price{
    height: auto;
    margin-top: 6px;
}

.main_info .our_price{
    padding-top: 5px;
    padding-bottom: 7px;
}

.main_info .save{
    padding-bottom: 8px;
}

.product_info .usually_ship label{
    display: block;
    font-weight: normal;
    color: #808080;
}

.product_info .usually_ship{
    margin-top: 7px;
}

.prod_prices{
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.prod_buttons{
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.prod_buttons a.button{
  margin-top:0;
  margin-bottom: 30px;
}

.prod_buttons .button.small{
  margin-bottom: 0;
}

.g-image a{
    height: 95px;
}

.g-image img{
    height: auto;
    max-height: 90px;
}

.g_product{
  height: 56px;
  padding: 0;
  overflow: hidden;
}

.product_item .list_price{
    display: inline;
    font-size: 13px;
}

.product_item .rating_line{
    margin: 0 auto;
}

.product_info .descr{
    width: auto;
    margin-bottom: 0;
    display: block;
    padding: 5px 0px 10px 0px;
}

.qty_compact{
  display: none;
}

.qty_compact select{
  margin-left: 3px;
}


/* Manufacturers */

#manufacturers_list{
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}

.listNav {
  margin:0 0 10px;
}

.listNavHide {
  display: none;
}

.listNavShow {
  display: list-item;
}

.ln-letters {
  overflow:hidden;
}

.ln-letters a, .ln-letters div {
  font-size: 13px;
  font-weight: bold;
  display:block;
  float:left;
  padding:7px 9px;
  border:1px solid silver;
  border-right:none;
  text-decoration:none;
}

.ln-letters a.ln-last,
.ln-letters div.ln-last {
  border-right:1px solid silver;
}

.ln-letters a:hover,
.ln-letters a.ln-selected {
  background-color:#eaeaea;
}

.ln-letters a.ln-disabled,
.ln-letters div.ln-disabled {
  color:#ccc;
}

.ln-letter-count {
  text-align:center;
  font-size:0.8em;
  line-height:1;
  margin-bottom:3px;
  color:#336699;
}

#manufacturers_list #listWrapper {
  width:650px;
}

#manufacturers_list li {
  list-style: none;
}

#manufacturers_list a {
  text-align:left;
  padding:0;
  margin:0 auto;
  text-decoration:none;
}

#manufacturers_list a:hover {
  text-decoration: underline;
}

.manufacturer_info {
  width: 235px;
  padding: 5px 20px 5px 5px;
  font-weight: bold;
  color: #bb0000;
}

.manufacturer_info a.title:link,
.manufacturer_info a.title:visited,
.manufacturer_info a.title:hover,
.manufacturer_info a.title:active {
  background: none;
}

.manufacturers_list_class .navigation_pages .page, .manuf_nav_btn{
    color:#333;
}

#manuf_nav_btn_prev,  #manuf_nav_btn_next{
  min-width: 26px;
  padding:3px 5px;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
  border-radius:4px;
  background-clip: padding-box;
  background: #F4F4F4;
  float: left;
  font-weight: bold;
}

#manuf_nav_btn_prev:hover,  #manuf_nav_btn_next:hover{
  color: #749321;
  background: #F5F5F5;
}

#manuf_nav_btn_prev span, #manuf_nav_btn_next span{
text-decoration: none;
  font-weight: bold;
  float: left;
  margin: 0 2px;
}

#manuf_nav_btn_next span{
  float: right;
}

#manuf_nav_btn_prev img{
  float: right;
  margin-top: 2px;
}

#manuf_nav_btn_next img{
  float: left;
  margin-top: 2px;
}

.manuf .content img{
  border: none;
  margin:6px 0;
}

.manuf .w100{
  width: 255px;
}

.navigation_pages.manufact{
  width: 100%;
  display: block;
  height: auto;
  position: relative;
}

.listNav, #manufacturers_list{
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}

.navigation_pages.manufact a.page_arrow{
  position: absolute;
  top: 75px;
}

.navigation_pages a.page_arrow.float-right{
  right: 0;
}

.manuf div.selector{
  max-width: 100%;
}

/* Subcategories */


.category_info {
  border-top: 1px solid #adadad;
  line-height: 19px;
  margin: 0 0 26px;
  overflow: hidden;
  padding: 20px 0 0;
}

.category_info .descr {
    padding-bottom: 10px;
}

.category_info .image{
  float: left;
  width: 25%;
  padding-right: 15px;
}

.category_info .image img{
  width: 100%;
  height: auto;
}

.category_info .title{
  display: inline-block;
  font: 600 25px/30px Roboto Condensed,sans-serif;
  margin-bottom: 12px;
  color: #333;
}

.category_info .title, .category_info .descr{
  width: 75%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.cat_title{
  font: 600 18px/22px Roboto Condensed,sans-serif;
  overflow: hidden;
  padding: 0 0 17px;
  text-transform: uppercase;
}

.subcategory{
  float: left;
  height: 202px;
  margin: 0 0 13px 20px;
  text-align: center;
  width: 128px;
  padding:0;
}

.subcategory-heading{
  color: #333333;
  font-weight: bold;
  margin: 0 0 15px;
}

.subcategories{
  padding: 15px 0 0;
  border-top: 1px solid #adadad;
}

.sub_image{
  padding: 0 0 8px;
  width: 100%;
  height: 130px;
}

.categories_list{
  margin-left: -20px;
}

.sub_image img{
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 150px;
}

.sub_image a{
  background: none repeat scroll 0 0 #ebebeb;
  border: 1px solid #adadad;
  display: block;
  padding: 9px;
  position: relative;
}

.subcategory a.cat{
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
  height: 30px;
  color: #000;
  text-align: center;
  text-decoration: none;
  padding-top: 5px;
}

/* Product */

.product_class .dialog .content{
  padding-bottom: 15px;
  margin-bottom: 5px;
}

.product_class .dialog .dialog-footer{
  margin-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}

.product_class .tab_general_content{
  padding-top: 26px;
  padding-left: 15px;
  border-bottom: 1px solid #adadad;
  padding-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 25px;
}

.product .product_field select{
  width: 260px;
  border: 1px solid #ccc;
  margin: 0;
}

.product .product_field select#product_avail{
  width: 60px;
}

.product .product_field label {
  font-weight: bold;
  width: 120px;
  float: left;
  padding-right: 10px;
  font-size: 11px;
}

.product .product_field.taxed_price label, .price label {
  color: #808080;
  font-size: 12px;
}

.product td{
  vertical-align: top;
}

.product .bottom_rating a:link,
.product .bottom_rating a:visited,
.product .bottom_rating a:hover,
.product .bottom_rating a:active {
  height: auto;
}

.product .rating .rating_line {
  margin: auto;
}

.product .options .product_field label{
  width: 100%;
  font-weight: bold;
  margin-bottom: 7px;
  padding: 0;  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: none;
  display: block;
}

.products_top .manufacturer,
.products_top .sort,
.products_top .per_page {
  float: left;
  margin-right: 1px;
}

.products_top .sort, .products_top .per_page {
  float: right;
}

.product_details{
  float: right;
  width: 240px;
  color: #333333;
  font-size: 13px;
  line-height: 17px;
}

.product_description{
  float: left;
  width: 650px;
  color: #333333;
  font-size: 13px;
  line-height: 17px;
}

ul.prod_fields{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.prod_fields li div{
  font-size: 12px;
}

.field-title{
  text-transform: uppercase;
  font-weight: bold;
}

ul.prod_fields li{
  margin: 15px 0;
}

.sku, .product_code{
  color: #808080;
  font-size: 11px;
  font-style: italic;
  padding: 5px 0;
}

.descr{
  font-size: 13px;
  color: #333;
  line-height: 17px;
  margin-bottom: 12px;
}

.descr li{
  margin-left: 15px;
}


.product_add{
  width: 25%;
  float: left;
  padding: 0 15px;
}

.product_add .wrapper{
  background: #fbfbfb;
  border: 1px solid #adadad;
  margin: 0;
}

.product .fields{
  width: 33.3333%;
  padding: 0 15px;
  float: left;
} 

.product .product_add .product_field.price, .product .product_add .product_field.taxed_price, .product .product_add .product_field, .product_qty{
  padding: 0;
  color: #fc5155;
  font-size: 21px;
  font-weight: 600;
  white-space: nowrap;
  color: #333;
}

.options, .product .product_add .product_field.price, .product .product_add .product_field.taxed_price{
  padding: 13px 19px;
  margin-bottom: 0;
}
.product_qty{
  margin-bottom: 7px;

}

div.selector {
  min-width: 60px;
}

div.selector span {
  padding-right: 5px;

}

.product_qty div.selector span{
  padding-right: 10px;
}

.product_qty label{
  width: 100%;
  float:none;
  display: block;
  margin-bottom: 7px;
}

.product .product_field select{
  width: auto;
}

.product .product_field.taxed_price{
  padding-left: 15px;
  padding-right: 15px;
}

.product .fields td.our_price, .our_price span{
  font-size: 29px;
  font-weight: 600;
  line-height: 32px;
  color: #333;
}

.options, .wl_not_found, .product .buttons{
  -moz-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
  padding: 19px 19px 3px;
  border: none;
  background: none transparent;
}

a.dpi-thumb{
  padding: 0!important;
  border: 1px solid #adadad;
}

.product .buttons .button-right{
  background: none repeat scroll 0 0 #009ad0;
  border: 1px solid #006fa8;
  color: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 10px 14px;
  white-space: normal;
  height: auto;
  margin-bottom: 7px;
}

.product .buttons .button-right:hover{
  background: none repeat scroll 0 0 #007ab7;
  border-color: #00689e;
}

.product .buttons .button-left{
  background: transparent;
  padding: 0;
  font: 700 17px/21px Arial,Helvetica,sans-serif;
  color: #fff;
  text-transform: none;
}

.product .buttons .button-left:before{
  font-family: FontAwesome;
  font-size: 25px;
  line-height: 25px;
  content: "\f07a";
  text-align: center;
  padding-right: 10px;
  vertical-align: -1px; 
}

.product .buttons img{
  max-width: 100%;
}

.product .buttons .icon_wl:before{
  content: "\f08a";
  font: 400 15px/31px "FontAwesome";
  color: white;
  background: #929292;
  width: 30px;
  text-align: center;
  display: inline-block;
  height: 30px;
  margin: 0 6px 0 0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px; 
  line-height: 35px;
}

.product .buttons a.button.small{
  font-weight: bold;
  font-size: 13px;
}

.product .product_field {
  line-height: 14px;
  margin: 0 0 7px;
  font-size: 11px;
  padding: 0;
}

.wish_wrapper{
  padding: 10px 0;
}

.box-security {
  background-image: linear-gradient(#ffffff, #fbfbfb);
  border-top: 1px solid #dfdede;
  padding: 11px 19px 6px;
  margin: 0 -19px;
}

h1.product_name, h1.title{
  color: #3a3939;
  font-size: 20px;
  margin: -2px 0 0;
  padding-bottom: 20px;
  font-family: Roboto Condensed,sans-serif;
  font-weight: normal;
  line-height: 26px;
}

.product .image img{
  max-width: 100%;
  height: auto;
}

.product_fields{
  margin: 0;
  padding: 10px 0;
}

.product{
  padding-bottom: 40px;
}

.product .image{
  width: 41.6667%;
  margin-bottom: 30px;
  padding: 0 15px;
  text-align: left;
  float: left;
}

.in_stock, .out_of_stock{
  background: none repeat scroll 0 0 #46a74e;
  border: 1px solid #36943e;
  color: white; 
  display: inline-block;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 3px 8px 4px;
}

.out_of_stock{
  background: #ff7430;
  border: 1px solid #ea5e1a;
}

.fields .in_stock{
  margin-bottom: 2px;
}

a.send_to_friend, a.print{
  color: #777676;
  display: block;
  font-weight: 700;
  line-height: 22px;
  padding-left: 30px;
  position: relative;
  width: auto;
  height: auto;
  background: none;
  margin: 5px 0 8px;
  position: relative;
  text-decoration: none;
}

.send_to_friend_icon:before, .print_icon:before{
  content: "\f003";
  color: #333333;
  font-family: FontAwesome;
  font-size: 19px;
  font-weight: normal;
  left: 0;
  line-height: 28px;
  position: absolute;
  top: -2px;
  font-style: normal;
}

#product-image-anchor, .magnify_link img{
  width: 100%;
  border: 1px solid #adadad;
  background: #fff;
  text-align: center;
  height: auto;
}

.magnify_link img{
  display: block;
}

.magnify_link{
  text-align: center;
  width: 100%;
  display: block;
}

.social ul{
  padding: 8px 0 0;
  margin: 0;
}

.social ul li{
  display: inline-block;
}

.social ul li a{
  font-size: 12px;
  line-height: 18px;
  padding: 9px 9px 10px;
  font-family: Roboto Condensed, sans-serif;
  text-transform: uppercase;
  color: #333333;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f1f1f1), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, #f1f1f1, 0%, #e2e2e2, 100%);
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF1F1F1', endColorstr='#FFE2E2E2', GradientType=0);
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  display: block;
  text-decoration: none;
}

.social ul li a:hover{
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e2e2e2), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #e2e2e2, 0%, #f1f1f1, 100%);
  background-image: -moz-linear-gradient(top, #e2e2e2 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #e2e2e2 0%, #f1f1f1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE2E2E2', endColorstr='#FFF1F1F1', GradientType=0);
}

.product_video{
  margin-bottom: 15px;
}

.product_video_descr{
  margin: 5px 0 15px;
}

.wholesale p{
  padding: 4px;
}


/* product filter classes */

.menu.product-filter a {
  display: inline-block;
  clear: right;
}
.menu.product-filter img {
  display: block;
  float: left;
  padding-right: 3px;
  padding-bottom: 2px;
  cursor: pointer;
}

.pf-options .delete-filter.slider {
  float: right;
  text-decoration: none;
  display: block;
  height: 8px;
  width: 8px;
}

.section.product-filter {
  border: 1px solid #6c6c6c;
}
.section.product-filter .content {
  padding: 10px;
}
.section.product-filter .pf-slider {
  margin-right: 30px;
  margin-top: 5px;
  width: 150px;
  float: left;
}
.section.product-filter .pf-values {
  float: left;
  margin-right: 30px;
}
.section.product-filter .pf-title {
  float: left;
  clear: left;
  line-height: 20px;
  font-weight: bold;
  margin-right: 20px;
}
.section.product-filter .pf-options {
  float: left;
  line-height: 20px;
}
.section.product-filter .pf-options .delete-filter.slider {
  margin-top: 5px;
}
.section.product-filter .content .pf-options .clear {
  display: none;
}

.pf-display-type-G {
  float: left;
  width: 25px;
  height: 25px;
  margin: 3px;
}
.pf-display-type-G img {
	width: 25px;
}
.pf-display-type-G.selected {
  position: relative;
  border: 1px solid #749321;
}
.pf-display-type-G.selected > .select-flag {
  height: 15px;
  position: absolute;
  right: -9px;
  top: -10px;
  width: 17px;
  background: url(../../../skins/images/sprite.png) -1155px -192px no-repeat;
}

.menu.product-filter .pf-options.size > a{
  background: none;
  float:left;
  height: 18px;
  line-height: 18px;
  min-width: 20px;
  padding: 3px;
  border: 1px solid #749321;
  display: block;
  text-align: center;
  margin: 2px;
}

.menu.product-filter .pf-options.size > a.delete-filter{
  background: #749321;
  color: #fff;
}

.pf-options.size{
  overflow: hidden;
}

.size .count{
  display: none;
}

.menu.product-filter .pf-options  a.delete-filter{
  background: url(../../../skins/images/sprite.png) -1155px -192px no-repeat;
  color: #749321;
}

.pf-values{
  overflow: hidden;
}

.menu.product-filter .pf-options > a.delete-filter.slider{
  background: url(../../../skins/images/delete.png) left 0 no-repeat;
  margin-left: 2px;
  margin-top: 0px;
  padding:0;
  display: block;
  width: 13px;
  height: 13px;
}

.menu.product-filter .pf-title{
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  font-size: 12px;
}

.menu.product-filter .title{
  display: block;
  margin-bottom: 30px;
}

.pf-options{
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  max-height: 200px;
  overflow-x: auto;
}

.pf-options td{
  padding-right: 10px;
}

.menu.product-filter .pf-options > a{
  padding: 5px 0 6px 20px;
  color: #333;
  background: url(../../../skins/images/pf.png)  -4px 5px no-repeat;
  font-size: 13px;
  text-decoration: none;
}

.menu.product-filter .pf-options a.delete-filter{
  background: url(../../../skins/images/pf.png)  -4px -24px no-repeat;
  color: #333;
  font-weight: bold;
}

.menu.product-filter .pf-options > a .count{
  color: #333;
}

.menu.product-filter .pf-options a.button.simple {
  width: auto;
  display: inline-block;
  float; left;
}

.menu.product-filter .pf-options #att_substring{
  margin: 0 5px 0 0;
  float: left;
}

.menu.product-filter .pf-slider {
  margin: 6px 0 6px 10px;
  width: 89%;
  height: 0.8em;
  border: 1px solid #aaaaaa;

}

.ui-slider .ui-slider-range, .menu.product-filter .pf-slider {
  background: url(../../../skins/images/ui-bg_highlight-soft_75_cccccc_1x100.png) repeat-x scroll 50% 50% #cccccc;
}

.ui-slider.ui-widget-content{
  border: none;
} 

.ui-slider-horizontal .ui-slider-handle{
  background: url(../../../skins/images/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x scroll 50% 50% #e6e6e6;
  border: 1px solid #d3d3d3;
  color: #555555;
  font-weight: normal;
  top: -3px;
  margin-left: -2px;
}

.navigation span.delete-filter, .navigation span.delete-filter span{
  padding: 0;
  border: none;
}

.selection{
  text-transform: uppercase;
  color: #8c8c8c;
  font-size: 11px;
  font-weight: bold;
  margin-right: 5px;
}

.category_nav .delete-filter{
  background: url(../../../skins/images/sprite.png) -1353px -232px no-repeat;
  padding-left: 18px;
  padding-right: 8px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}

.category_nav .filter{
  float: left;
  padding-top: 9px;
}

/* Cart */

.cart-container{
  padding: 0 15px;
  margin: 0;
}

.cart-container .dialog{
    margin: 15px 0;
}
/*
.cart-container .dialog-header{
  background: none transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom: 1px solid #adadad;
  margin-bottom: 30px;
}

.cart-container .dialog-header h1 span{
  font: 600 18px/22px "Roboto Condensed",sans-serif;
  overflow: hidden;
  padding: 0 0 27px;
  color: #333;
  text-transform: uppercase;
  text-shadow: none;
}
*/
.cart_table{
  border: 1px solid #d6d4d4;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
}

.cart_table td, .cart_table th{
  border: 1px solid #d6d4d4;
  vertical-align: middle;
  line-height: 1.42857;
  padding: 9px 8px 11px 18px;
  color: #333333;
}

.cart_table th{
  background: none repeat scroll 0 0 #fbfbfb;
  border-bottom-width: 1px;
  font-weight: bold;
}

.cart_table .section h2.title{
  border: none;
  padding: 0;
  background: transparent;
}

.cart_table .section .content{
  padding: 0;
  border: none;
}

.cart_totals{
  padding: 9px;
  overflow: hidden;
  width: 100%;
  border-collapse:collapse;
  border: none;
  background: transparent;
  margin: -1px 0;
}

.cart_totals .input_field_1{
  width: 360px;
  line-height: 16px;
  float: right;
  font-size: 12px;
  color: #EA6A06;
  font-weight: bold;
  text-align: right;
}

.total_value{
  color: #708e1e;
  font-size: 22px;
}

.right-align, .right-align2{
  float: right;
  width: 235px;
  text-align: right;
}

.cart_totals td{
  border-left: none;
  font-weight: 600;
  text-align: right;
}

.cart_totals td.total_right{
  border-right: 0;
  color: #fc5155;
  font-size: 21px;
  white-space: nowrap;
}

.cart_table .qty input[type="number"]{
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px;
}

.cart_table .delete .button.simple{
  text-decoration: none;
  color: #333333;
  font-size: 23px;
}

.cart_table .delete .button.simple:before {
  content: "\f014";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.cart_table .delete .button.simple span{
  text-indent: -999px;
  display: block;
  overflow: hidden;
}

.cart_table td.delete{
  padding: 5px;
  text-align: center;
}

.cart_table .in_stock, .cart_table .out_of_stock{
  margin: 0;
}

.cart_totals td.total_right.vat{
  color: #333;
  font-size: 13px;
}

.total_sum td.total_right{
  background: #ebebeb;
}

.total_sum td{
  color: #555454;
  font: 600 18px/22px Roboto Condensed,sans-serif;
  text-transform: uppercase;
}

.totals_td .input_field_easy_0_1{
  padding: 20px;
  display: block;
}

.light_gray{
  background: #fbfbfb;
}

.cart_table th.cart_total{
  width: 150px;
}

.cart_table th.cart_delete{
  width: 50px;
}

.cart_product {
    padding: 19px;
    width: 137px;
}

.cart_table .image{
  border: 1px solid #adadad;
  height: 98px; 
  width: 98px;
  text-align: center;
}

.cart_table a.product{
  text-decoration: none;
  color: #3a3939;
  font-size: 17px;
  line-height: 23px;
  padding: 0;
}

.cart_table h1.product_name{
  margin: 0;
  padding: 0;
}

.cart_table .image img{
  max-height: 100%;
  height: auto;
  max-width: 100%;
  width: auto;
}

.cart_butt .button.simple {
  margin-top: 5px;
}

.cart_butt .button_left_align{
  margin-right: 10px;
  float: left;
}

.cart_options{
  font-size: 85%;
}

/* Tabs */

.tabs{
  height: 35px;
  margin: 0 15px;
}

.tabs a:link, .tabs a:visited, .tabs a:hover, .tabs a:active{
  text-decoration: none;
}

.tabs div.checker{
  display: inline; 
}

.tabs div.checker span{
  margin: 8px 0 8px 8px;
}

span.section_tab, span.section_tab_selected, a.top_section_tab, a.top_section_tab_selected{
  margin-right: 6px;
  height: 35px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit_border-radius: 0;
}

.tab_content_selected{
  color: #333333;
  font-size: 13px;
  line-height: 17px;
}

.top_section_tab_selected span, span.section_tab_selected span, .top_section_tab span, span.section_tab span{
  padding-top: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
  height: 17px!important;
  font-size: 12px;
}

.orders_class .top_section_tab_selected span, .orders_class span.section_tab_selected span, .orders_class .top_section_tab span, .orders_class span.section_tab span{
  float: left;
}

.tab_general_content{
    border-top: 1px solid #adadad;
    padding: 26px 0 0;
}


/* Search page */

.asearch .black{
   float: left;
   margin-top: -2px;
}

.asearch label{
   float: left;
   width: 150px;
   font-weight: bold;
}

.advs img{
    float: left;
    padding-right: 5px;
}

.advs a{
    line-height: 25px;
}

.asearch .input_field_1 input[type="text"]{
    float: left;
    width: 300px;
    height: 22px;
    border: 1px solid #BBBBBB;
    margin: 0 5px 0 0;
}

.asearch #advanced_search_1 .input_field_1 input{
    float: none;
    width: 20px;
}

#advanced_search_1{
    margin-top: 10px;
}

.asearch  #advanced_search_1 .black{
    margin-top: 10px;
    margin-left: 150px;
}

#search_in_subcategories{
    margin: 5px 0;
}

input.category{
    width: 250px;
}

#advanced_search_1 .pointer{
    padding: 6px;
    display: inline-block;
    width: auto;
    height: auto;
}

.advs{
    margin-left: 150px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.asearch .input_field_1 input[type="text"]{
  height: 39px;
}

#advanced_search_1{
  margin-bottom: 30px;
}

/* Register page */

#register_customer label, #register_reseller label{
    width: 140px;
    padding-right: 10px;
    font-weight: normal;
    font-size: 13px;
    padding-top: 5px;
}

#register_customer div.acc, #register_reseller div.acc{
    border-bottom: 1px solid #112536;
    padding: 2px 0;
    vertical-align: middle;
    font-weight: bold;
    margin: 8px 0;
}

#register_customer .acc label, #register_reseller .acc label{
    font-weight: bold;
    font-size: 10px;
}

/* Discount Coupon */

.coupon{
  padding-bottom: 0;
}
.coupon input{
  float: left;
  margin-right: 11px;
  width: 219px;
  border: 1px solid #BBBBBB;
}

.coupon .content{
  padding: 0 10px;
  overflow: hidden;
}

.coupon .input_field_1{
  padding: 10px 0;
  padding-bottom: 5px;
}

.coupon label{
  margin: 0;
  font-size: 12px;
  line-height: 26px;
  width: auto;
  height: 30px;
  padding-right: 10px;
}

.coupon .button_left_align {
  float: left;
  margin-top: 1px;
  padding: 0;

}

.coupon .section h1.title{
  padding-left: 10px;
  padding-bottom: 5px;
}

/* Navigation */

.navigation > span{
  color: #808080;
}

.navigation > span.raquo{
  padding: 0 5px;
}

.category_nav .top_section_tab_selected span, .category_nav .top_section_tab span {
  display: none;
}

.navigation_pages{
  float: none;
  padding: 5px 0;
  display: inline-block;
}

.navigation_pages .page, .navigation_pages .page:link, .navigation_pages .page:visited, .navigation_pages .page:active, .navigation_pages .page:hover {
  display: block;
  padding: 3px 9px;
  font-weight: bold;
  margin: 0 1px 0 0;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: inherit;
  background: none repeat scroll 0 0 #ebebeb;
  border: 1px solid #adadad;
}

.top_navigation{
  padding: 12px 0;
  position: relative;
  text-align: center;
  border-top: 1px solid #adadad;
  overflow: hidden;
}

.navigation_pages div.page, .navigation_pages .page:hover{
  border-color: #adadad;
  background: none repeat scroll 0 0 #c5c5c5;
  color: #333333;
  padding: 3px 9px;
}

.navigation_pages a.page_arrow{
  font-weight: bold;
  margin: 0 1px 0 0;
  padding: 4px 0;
  color:#333;
  text-decoration: none;
}

.navigation_pages a.page_arrow.right{
  margin-left: 10px;
}

.navigation_pages a.page_arrow.left{
  margin-right: 10px;
}

.icon-chevron-left:before {
  content: "\f053"; 
}

.page.view_all{
  float: right;
  font-size: 12px;
  line-height: 18px;
  padding: 9px 9px 10px;
  font-family: Roboto Condensed, sans-serif;
  text-transform: uppercase;
  color: #333333;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f1f1f1), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, #f1f1f1, 0%, #e2e2e2, 100%);
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF1F1F1', endColorstr='#FFE2E2E2', GradientType=0);
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
}

.page.view_all:hover {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e2e2e2), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #e2e2e2, 0%, #f1f1f1, 100%);
  background-image: -moz-linear-gradient(top, #e2e2e2 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #e2e2e2 0%, #f1f1f1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE2E2E2', endColorstr='#FFF1F1F1', GradientType=0); 
}

.icon-chevron-right:before {
  content: "\f054"; 
}

.navigation_counter {
  float: left;
  padding: 11px 0 0;
}

.nav_bottom{
  border-bottom: none;
  border-top: 1px solid #adadad;
  padding: 12px 0;
  text-decoraton: none;
  overflow: hidden;
  text-align: center;
}

.navigation{
  margin: 0 15px;
  padding: 0;
}

.navigation a, .navigation span, .navigation .link, .navigation a:link, .navigation a:visited, .navigation a:hover, .navigation a:active{
  background: none repeat scroll 0 0 #ebebeb;
  border-right: 1px solid #adadad;
  color: #333333;
  display: inline-block;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

.navigation a.last, .navigation span.last{
  border-right: none;
  background: #f6f6f6;
}
 
.navigation a:first-child{
  font-size: 0px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  color: #777777;
  display: inline-block;
  height: 24px;
  line-height: 21px;
  margin: 0 0 0 -11px;
  padding: 0;
  text-align: center;
  width: 38px;
  z-index: 99;
}

.navigation a:first-child:before{
  content: "\f015"; 
  display: inline-block;
  font-family: FontAwesome;
  text-indent: 0;
  font-size: 17px;
  color: #777777;
  font-weight: normal;
}

.nav_line{
  border: none;
  padding: 0;
  overflow: hidden;
  margin-bottom: 9px;
}

.sort_lng{
  text-transform: none;
  font-size: 13px;
  padding: 3px 6px 0 0;
  float: none;
  font-weight: bold;
}

.products_top .sort{
  margin-top: 0;
}

.sort_order{
  margin-right: 20px;
  display: inline-block;
  float: left;
}

.sort_order .sort{
  width: 160px;
}

.products_top .tabs{
  border: none;
  height: auto;
  float: right;
  margin-right: 10px;
  position: relative;
}

.tabs .standart, .tabs .gallery, .tabs .compact, .category_nav .tabs a.top_section_tab_selected{
  background: none;
  border: medium none;
  width: auto;
}

.tabs_view{
  color: #333333;
  font-weight: bold;
  padding: 7px 6px 0 0;
  text-transform: none;
  font-size: 13px;
  float: right;
}

.category_nav{
  margin-bottom: 0;
  overflow: hidden;
}

.category_nav .tabs a{
  color: gray;
  cursor: pointer;
  font-size: 11px;
  line-height: 14px;
  height: auto;
  width: auto;
  text-transform: none;
  display: block;
  padding: 0;
  margin: 0;
}

.orders_class .navigation_counter{
  width: 100%;
  clear: both;
  float: none;
  padding: 15px;
}

/* Menu */

.menu{
  margin-bottom: 30px;
  font-size: 12px;
}

.menu .content{
  padding: 0;
  background: transparent;
}

.menu li a{
  text-decoration: none;
}

.menu.categories li a {
  background: linear-gradient(to bottom, #f1f1f1 0%, #e2e2e2 100%) repeat-x scroll 0 0 #f1f1f1;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  margin-bottom: 4px;
  position: relative;
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  padding: 3px 30px 3px 19px;
  text-shadow: 0 1px 1px #fff;
  text-transform: none;
}

.menu .input_field_easy_0{
  margin-bottom: 5px;
  font-size: 12px;
}

.menu input[type="text"]#att_min_price, .menu input[type="text"]#att_max_price{
  width:60px;
}
.menu input[type="text"]#att_min_price{
  margin-right: 5px;
}

.menu input[type="text"]#att_max_price{
  margin-left: 5px;
}

.menu.categories .title, .menu .title{
  padding: 11px 10px 14px 17px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#595959), to(#393939));
  background-image: -webkit-linear-gradient(top, #595959, 0%, #393939, 100%);
  background-image: -moz-linear-gradient(top, #595959 0%, #393939 100%);
  background-image: linear-gradient(to bottom, #595959 0%, #393939 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF595959', endColorstr='#FF393939', GradientType=0);  margin-bottom: 3px;
  color: #fff;
  font: 600 24px/24px "Roboto Condensed",sans-serif;
}

.menu.categories .title-link, .menu .title-link{
  margin: 0;
  padding: 0;
  font: 600 24px/24px "Roboto Condensed",sans-serif;
  color: #fff;
}

.menu .title{
  margin-bottom: 20px;
}

.menu.categories .categories_tree {
  background: #f1f1f1;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f1f1f1), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, #f1f1f1, 0%, #e2e2e2, 100%);
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF1F1F1', endColorstr='#FFE2E2E2', GradientType=0);
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  margin-bottom: 4px; 
  position: relative;
}

.menu.categories .categories_tree:hover {
  background: #f6f6f6;
}

.menu.categories .subcat{
  padding: 12px 0;
  background: #f6f6f6;
}

.menu.categories .categories_tree .categories_tree {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
}

.menu.categories .categories_tree .categories_tree a{
  color: #777777;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  padding: 0 0 0 16px;
  text-shadow: none;
  text-transform: uppercase;
}

.menu.categories .categories_tree .categories_tree a:hover{
  color: #333;
}

.categories_left .categories_left{
  padding: 12px 0;
}

.menu.specials .title{
  margin-bottom: 30px;
}

.menu li{
  background: none;
  text-transform: uppercase;
  padding: 0;
}

/* Reviews & Ratings */

.reviews_wrapper{
  padding: 0;
  margin: 0 -20px;
}

.reviews{
  padding: 0 20px 0;
  font-size: 13px;
}

.stars{
  padding-left: 5px;
}

.product_vote{
  background: #f5f5f5;
  padding: 10px 20px 10px;
  overflow: hidden;
}

.reviews .input_field_1{
  font-size: 13px;
  line-height: 17px;
}

.reviews textarea{
  width: 500px;
  margin-bottom: 10px;
}

.reviews .input_field_1 label{
  display: inline-block;
  float: left;
  width: auto;
  line-height: 15px;
  padding-right: 3px;
  padding-top: 0;
  font-weight: normal;
}

.reviews input{
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: 28px;
  max-width: 270px;
  width: 100%;
}

.reviews input, .reviews textarea{
  background: #ebebeb;
  border: 1px solid #ccc;
  padding: 0 5px;
}

.reviews > div{
  margin-bottom: 20px;
}

.reviews .add_review > div{
  margin-bottom: 0;
}

.reviews .input_field_1 label.customer_name{
  padding-top: 9px;
  font-weight: bold;
  display: block;
}

.rev_name{
  width: 16.6667%;
  padding: 0 20px;
}

.rev_content{
  width: 83.3333%;
  border-left: 1px solid #adadad;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 50px;
}

.rating_line div{
  height: 15px;
}

.rating_line{
  width: 75px;
  position: relative;
  display: inline-block;
}

.rating_line .full{
  background: url(../../../skins/images/stars.png) left -1px no-repeat;
}

.rating_line .empty{
  background: url(../../../skins/images/stars.png) right -20px no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
}

.product .bottom_rating{
  background: none repeat scroll 0 0 #fbfbfb;
  border: 1px solid #adadad;
  font-weight: bold;
  line-height: 18px;
  margin: 15px 0 18px;
  padding: 8px 10px 10px;
  height: auto;
}

.review_rates{
  padding-top: 3px;
}

.rating_stars {
  width: 100%;
  float: none;
  overflow: hidden;
  line-height: 15px;
}

.rating_stars .rating_line{
  float: none;
  margin: 0;
  display: inline-block;
  margin-left: 3px;
}

a.read_rev{
  text-decoration: none;
}

a.read_rev:before{
  background: #929292;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: white;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  margin-right: 6px;
  text-align: center;
  width: 30px;
  content: "\f0e5";
}

.rev_date {
  clear: both;
  color: #adadad;
  padding-top: 2px;
}

.rating_text{
  color: #333;
  font-size: 12px;
  padding-top: 4px;
}

.subheader{
  height: auto;
  overflow: hidden;
  border-bottom: none;
  padding-bottom: 10px;
}

.subheader_left{
  font-size: 14px;
  margin-bottom: 0px;
}

.rev_fields{
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 15px;
}

.rev_fields .button{
  margin-top: 10px;
  display: block;
}

.reviews .rev_fields .input_field_1 label{
  font-weight: bold;
  width: 100%;
  float: none;
  margin: 12px 0 4px;
}

.reviews_wrapper .button-right, .reviews_wrapper .button-left{
  height: auto;
}

.reviews_wrapper .button-right{
  padding: 3px 10px 3px 0;
}

.reviews > div.add_review{
  margin: 0;
}

#review_management_container table.header td{
  vertical-align: top;
}

/* Shipping */

.shipping_estimator h1{
  padding: 0;
  font-size: 16px;
}

.shipping_estimator .dialog-header h1 span{
  padding: 0;
  color: #333;
  text-shadow: none;
}

.shipping_estimator .dialog-header{
  background: none;
  margin-bottom: 10px;
}

.shipping_estimator .product .image{
  padding:0;
  margin-bottom:0;
}

.shipping_estimator .product .image img{
  max-height: 100px;
  width: auto;
}

.shipping_estimator .product{
  padding: 0;
  margin: 0;
}

.shipping_estimator{
  margin:0;
}

.shipping_estimator input[type="text"]{
  height: 28px;
  margin: 0
}

#estimate_shipping_container a.button.small{
  display: inline-block;
}

/* Icons */

.icon_wl:before{
  display: inline-block;
  font-family: FontAwesome;
  content: "\f08a";
  margin-right: 3px;
  font-style: normal;
  padding: 0 3px; 
}

.icon-pinterest:before {
  content: "\f0d2";
  color: #ce1f21;
}

.icon-google-plus:before {
  content: "\f0d5";
  color: #e04b34;
}

.icon-twitter:before {
  content: "\f099";
  color: #00aaf0;
}

.icon-facebook:before {
  content: "\f09a";
  color: #435f9f;
}

.print_icon:before{
  content: "\f02f";
}

.icon-lock:before {
  content: "\f023"; 
}

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

.icon-caret-right:before {
  content: "\f0da"; 
}

.icon-th-list:before {
  content: "\f00b"; 
}

.icon-th-large:before {
  content: "\f009"; 
}

.fa-navicon:before {
  content: "\f0c9";
}

a:hover .icon-pinterest:before,a:hover .icon-google-plus:before, a:hover .icon-twitter:before, a:hover .icon-facebook:before{
  color: #333; 
}

.icon-ok:before {
  content: "\f00c"; 
}


.labels{
    float: left;
    width: 525px;
}

.labels label{
    font-weight: normal;
    width: 150px;
}

.labels input{
    border: none;
    margin: 0;
}

.input_field_0 input[type="radio"], .input_field_0 input[type="checkbox"]{
    border: none;
}

.fields label{
    width: 121px;
    font-weight: bold;
    float: left;
    padding-right: 10px;
}

#profile_form .section .content{
    background: none repeat scroll 0 0 #E6E8EA;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 0;
    padding: 20px 36px;
    behavior: url(../../../skins/PIE.htc);
    position: relative;
}

#profile_form .section .title {
    color: #191919;
    font-size: 18px;
}

#content_authentication{
    word-wrap: break-word;
}

.newsletter{
    float: right;
    margin-top: 13px;
    border: 1px solid red;
}

.news_input{
    background: rgba(242, 242, 242, 0.5);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    color: #454545;
    font-size: 11px;
    height: 20px;
    margin-top: 9px;
    padding-bottom: 4px;
    padding-left: 10px;
    width: 231px;
    border: none;
    float: right;
    font-size: 12px;
    color: #6c6c6c;
    behavior: url(../../../skins/PIE.htc);
    position: relative;
}

.subscribe_button{
    padding: 5px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border: none;
    display: block;
    float: right;
    font-size: 12px;
    color: #6c6c6c;
    margin-top: 8px;
    margin-left: 3px;
    behavior: url(../../../skins/PIE.htc);
    position: relative;
}

.product_slide{
    margin: 0;
    padding: 0;
    height: 160px;
}

.product_slide .image img{
    height: 90px;
    width: auto;
}

.f_image img{
    max-height: 95px;
    width: auto;
}

.wl_not_found{
  margin-top: 20px;
}

#profile_form .section .content{
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
}

#tags{
  clear:both;
}

#dpi-thumbnails-outer, .dpi_note{
    float: left;
}
.dpi_note{
    padding: 18px 0;
    color: #808080;
    font-size: 12px;
}

.ui-widget-header{
    background: #708E1E;
    border: 1px solid #536c0f;
}

#top_sellers .content{
    padding-right: 7px;
}

.content h1{
    color: #000;
}

.help .content h1{
    min-height: 28px;
}

.help input, .help textarea {
    width: 320px;
}
.help input[name='antibot_input_str'] {
    width: 200px;
}
.acc_fields{
    padding: 10px 0;
}

#profile_form input[type="text"], #profile_form input[type="password"], #profile_form input[type="email"]{
    width: 258px;
}

#profile_form select{
    width: 254px;
}

#profile_form .section .content label{
    font-weight: bold;
    line-height: 40px;
}

table.header td, table.header th{
    font-size: 12px;
    border: 1px solid #b3b3b3;
    padding: 10px;
}

table.header th{
    background: #ededed;
}

.message_box_class .navigation_counter {
    margin-bottom: 10px;
    float: none;
}

table.header .sort_order {
    float: none;
    display: table-row;
}

.save_as span{
    float: left;
    padding-top: 1px;
    padding-right: 3px;
}

.wishlist_img {
    padding: 10px;
    border: 1px solid #ccc;
}

.wishlist_content{
    width: 700px;
    padding-left: 20px;
    padding-bottom: 15px;
}

.wishlist_products .button_left_align{
    padding-right: 10px;
    float: left;
}

.wishlist_products{
    margin-bottom: 20px;
}

.send_all{
    margin-bottom: 20px;
}

.send_all input{
    margin: 0;
}

.wishlist_counter{
    padding-top: 10px;
    font-weight: bold;
}

.event_class .tab_general_content{
    padding: 20px 0;
}

.events{
    padding: 20px 0;
}

.events table.header{
    border-collapse: collapse;
}

#contents_recipients input[type="text"], #contents_recipients input[type="email"], #contents_recipients input[type="password"], .gift_certificate input[type="text"], .gift_certificate input[type="email"] {
    width: 258px;
}

.gift_certificate select, #contents_recipients select{
    width: 254px;
}

.gift_certificate{
    padding: 20px 0;
}

.gift_certificate .input_field_1{
    padding: 5px 0;
}

.gift_certificate label{
    width: 300px;
    font-weight: bold;
}

.gift_buttons{
    overflow: hidden;
    padding-top: 10px;
}

.gift_buttons .black{
    margin-right: 10px;
}

.gift_certificate input[type="submit"]{
    height: 39px;
    padding: 0 20px;
}

.event_class .button_left_align{
    padding-top: 10px;
    padding-left: 152px;
}

.events table.header tr{
    border-bottom: 1px solid #ccc;
}

.events table.header tr th{
    background: #ccc;
}
.events table.header tr td, .events table.header tr th{
    padding: 5px;
    text-align: left;
}

.event-title b {
    padding-right: 20px;
}

.event-title i {
    color: #666;
    font-size: 10px;
}

.events .button_left_align{
    overflow: hidden;
    padding: 10px 0;
}

.wl_tpls{
    padding: 20px 0 10px;
}

.wl_item_event{
    padding: 10px 0;
}

.ui-dialog {
	padding: 0;
}

.ui-dialog .ui-dialog-content#send_to_friend_dialog{
    padding: 0;
}

.send2friend_container{
  padding: 15px;
}

.send2friend_container .product_info .image{
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    margin-right: 20px;
}
.send2friend_container .product_info .image img{
  position: relative;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.send2friend_container .btn {
    margin-right: 10px;
}

.send2friend_container .button_left_align{
    margin-left: 333px;
  text-align: right;
  margin: 0;
  margin-left: 10px;
}

.send2friend_container .product_info{
    border: none;
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
}
/*
.send2friend_container .input_field_1 label{
  float: none;
  width: 100%;
}
*/

.send2friend_container .input_field_1 textarea, .send2friend_container .input_field_0 input, .send2friend_container .input_field_1 input {
  width: 250px;
}

.send2friend_container .input_field_1 label, .send2friend_container .input_field_0 label {
  width: 130px;
}

.send_to_friend_form{
    float: left;
    padding: 10px 0;
    width: 400px;
}

.rhino-item {
    display: block;
}

.prod_amount{
    padding: 4px 0px;
    font-size: 12px;
    font-weight: bold;
}

.g-image a, .cart_content .product_info .image a{
    display: block !ie;
}

.acc_add{
    float: left !ie;
    margin: 0 20px !ie;
}

.to_checkout{
    padding-right: 9px;
}

.buy_now{
    padding-top: 5px;
}

.section-osc-left, .one_payment{
    padding: 0;
}

.ias_loader, .ias_trigger {
	text-align:center;
	margin: 30px 0 40px;
}

.ias_trigger a:link,
.ias_trigger a:visited {
    padding: 4px 50px;

    background-color: #f9f9f9;
    border: solid 1px #ddd;
    border-radius: 2px;
    behavior: url(../../../skins/PIE.htc);
    position: relative;
    font: bold 12px Arial, sans-serif;
    color: #555;
    text-decoration: none;
}

.ias_trigger a:hover,
.ias_trigger a:active {
    border-color: #ccc;
}

.bordered {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.product .fields .bordered td{
    border: 1px solid #ddd;
    padding: 4px;
}

/***********************Responsive styles***************************/

@media all and (max-width: 960px) {

    .banner_text{
      padding-top: 15px;
      padding-left: 2%;
      width: 30%;
    }

    .banner_text div.big{
      font-size: 18px;
    }

    .home_banner img{
      width: 67%;
      height: auto;
    }

    .more_details a{
      margin-top: 15px;
    }

    .section.featured_products .content, #product_slide{
      width: 100%;
    }

    .prod_gallery{
      width: 100%;
    }

    .standart_products .main_info{
      width: 100%;
      padding: 0;
      float: none;
      clear: both;
      padding-top: 15px;
    }

    .compact_add{
       width: 140px;
    }

    .product_description, .reviews textarea, .options{
      max-width: 100%;
      width: auto;
    }

    .product_details{
      float: none;
      padding-top: 20px;
      clear: both;
    }

    .ui-widget-content{
      max-width: 95%;
    }

    .cart_content .product_info .cart-product{
      width: 67%;
    }

    .cart_content .product_info .image{
      width: 30%;
      padding-right: 2%;
    }

    .cart_totals .input_field_1{
      width: 100%;
    }

    .bottom_links{
      overflow: hidden;
    }

    .f_image{
      width: auto;
    }

    .section.featured .f_image a{
      padding: 0;
    }
    .product .image{
      width: 35%;
    }

    .product .fields{
      width: 60%;
    }
    .cart_butt{
      width: auto;
      float: left;
    }

    .login_input{
      width: 10%;
    }

    .login_text{
      width: 80%;
    }
}


@media all and (max-width: 650px) {

    .product_slide .image img{
      max-width: 100%;
    }

    .microcart_content{
      right: 0;
    }
    .menu.product-filter .pf-slider{
      width: 94%;
    }

    .standart_products .product_info .button.simple{
      display: block;
    }

    .section.featured a:link, .section.featured a:visited, .section.featured a:hover, .section.featured a:active, .sub_links a.cat{
        padding-left: 5px;
        font-size: 11px;
    }

    .product .image{
      width: 90%;
      float: none;
    }

    .product .fields{
      width: 100%;
      float: none;
    }

}

.customer_email{
    font-size: 12px;
    margin-bottom: 5px;
}

.our_price span.incl_tax, .our_price span.incl_tax span{
    font-size: 12px;
}

.change_pass{
    line-height: 26px;
}

#address_modify{
    margin-bottom: 15px;
}

label.save_as{
    padding: 6px 0;
    display: block;
}

.help_zone td{
    padding: 2px 0;
}

#edit_image_customers_images{
    padding: 10px 0;
}

.w_button{
    padding-bottom: 10px;
}

#select_zone_area{
  float: left;
  background: none repeat scroll 0 0 #d9d9d9;
  border-radius: 0 0 5px 5px;
  display: block;
  padding: 0 10px;
  left: 3.5%;
  position: absolute;
}

#select_zone_area select {
  display: inline;
}

.lng_flags{
  float: right;
  position: absolute;
}

.lng_flags span{
    float: left;
    line-height: 30px;
}

.lng_flags img {
  padding: 1px;
}

.lng_flags .selected img {
  padding: 0;
}

/*---------------tags----------------*/
#myCanvasContainer {
    border: 4px solid #aaa;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    height: 300px;
    width: 420px;
}
ul.weighted {
    display: block;
    width: 300px;
    overflow: auto;
    padding: 20px;
    margin: 0 10px 20px 0;
    background-color: #fff;
    border: 4px solid #aaa;
    border-radius: 20px;
    -moz-border-radius: 20px;
}
ul.weighted li {
    display: inline;
}
ul.weighted li a {
    color: #f13340;
    margin: 2px;
    text-decoration: none;
}
ul.weighted li a:hover {
    color: #333;
    margin: 2px;
    text-decoration: underline;
}
/*---------------tags----------------*/

.bottom{
    position: relative;
}

.title_price{
  background: none repeat scroll 0 0 #f9f9f9;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  padding: 20px;
}

.special_image{
  padding: 20px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #b0b0b0;
}

.price, .product_info .price{
  font-size: 21px;
  font-weight: 600;
  white-space: nowrap;
  color: #fc5155;
  height: auto;
}

.main-left div.ab_container, .main-left div.ab_content_image{
  padding: 0;
  float: none;
  text-align: center;
}

div.ab_container_skin_home_slider{
  margin: 0 0 30px;
}

.ab_slideshow div.ab_content_image{
  padding: 0;
}

.featured_categories .content{
  width: auto;
}

.featured_categories{
  border: none;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden; 
}

.featured_category {
  margin-bottom: 30px;
  min-height: 150px;
  width: 33.3333%;
  padding: 0 15px;
  float: left;
  position: relative;
  z-index: 2;
}

.f_image{
  border: 1px solid #b0b0b0;
  border-radius: 4px 4px 0 0;
  display: block;
  overflow: hidden;
  width: auto;
  height: 147px;
  padding: 16px 15px 6px;
  text-align: center;
}

@media (max-width: 480px) {
  .featured_category {
    min-height: 0;
  }

  .f_image{
    height: auto;
  }


}

@media (max-width: 768px) {
  .featured_category {
    width: 50%;
  }
  
}

.cat_name{
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f1f1f1), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, #f1f1f1, 0%, #e2e2e2, 100%);
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF1F1F1', endColorstr='#FFE2E2E2', GradientType=0);
  border-radius: 0 0 4px 4px;
  border: 1px solid #b0b0b0;
  border-top: none;
  padding: 5px 10px 9px 16px;
}

.cat_name a{
  font-size: 21px;
  font-weight: 600;
  margin: 0;
  position: relative;
  text-shadow: 0 1px 1px white;
  text-decoration: none;
  color: #333;
  display: block;
}

.cat_name a:hover{
  color: #fc5155;
}

.cat_name a i{
  color: #777777;
  display: block;
  font-size: 19px;
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
}

.small_offer{
  width: 33.3333%;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.small_offer img{
  max-width: 100%;
}

.small_offer div.ab_container{
  padding: 0;
}

.small_offer div.ab_content_skin_horizontal{
  width: 100%;
}

.offers{
  margin: 0 -15px;
  overflow: hidden;
  margin-bottom: 0;
}

.offers h4{
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
  margin: 6px 0 2px;
}

.offers h4 a{
  text-decoration: none; 
  color: #333;
}
.offers p{
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.selector{
  display: inline-block;
}

.category_nav .top_section_tab_selected span, .category_nav .top_section_tab span{
  display: block;
  height: auto!important;
  color: gray;
  cursor: pointer;
  font-size: 11px;
  line-height: 14px;
  text-transform: none;
  font-weight: normal;
  padding-top: 3px;
  letter-spacing: normal;
}

.category_nav .top_section_tab_selected span i, .category_nav .top_section_tab span i{
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #e1e0e0;
  display: block;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  margin-bottom: -3px;
}

.category_nav .top_section_tab_selected span i{
  color: #333;
}

.category_nav .top_section_tab span:hover i, .category_nav .top_section_tab_selected span:hover i{
  color: gray;
}

.wrapper{
  margin-left: -15px;
  margin-right: -15px;
}

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

.breadcrumbs{
  border: 1px solid #adadad;
  border-radius: 0;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 16px;
  min-height: 6px;
  overflow: hidden;
  padding-left: 11px;
  position: relative;
  z-index: 1;
}

.acc_row{
  margin: 0 -40px 0 -15px;
}

.acc_thumbnail img{
  max-height: 100px;
  max-width: 100%;
  height: auto;
  width: auto;
}

.acc_thumbnail a{
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #adadad;
  display: block;
  margin-bottom: 11px;
  padding: 5px;
  position: relative;
  height: 100px;
}

.acc_product{
  height: auto;
  padding: 0;
  margin-right: 20px;
  text-align: left;
  margin-bottom: 30px;
  float: none; 
  display: inline-block;
  vertical-align: top;
  width: 210px;
}

.link_to a{
  color: #3a3939;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: normal;
}

.acc_add_wrapper{
  text-align: left;
  padding: 0;
  margin: 0;
}

.acc_add_inner{
  background: none repeat scroll 0 0 #009ad0;
  border: 1px solid #006fa8;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-transform: none;
  font-weight: bold;
}

.acc_add_inner div.checker{
  margin-right: 0;
  margin-left: 5px;
}

div.checker{
  display: inline;
}

.acc_product .product_field span{
  font-weight: normal;
  color: #333;
}

.acc_product .product_field span.price{
  color: #fc5155;
  font-size: 21px;
  font-weight: 600;
  white-space: nowrap;
  display: block;
}

.acc_add{
  margin-top: 0;
}

.acc_product .product_field{
  margin-bottom: 7px;
  clear: both;
}

#dpi-thumbnails-outer, .dpi_note{
  float: none;
  text-align: center;
}

#dpi-thumbnails-outer{
  padding: 10px 0 0;
}

.delete .questions_tooltip{
  display: none!important;
}

.delete .text_tooltip{
  border: none;
}

@media (max-width: 767px) {
    .small_offer {
        width: 100%;
        margin-bottom: 20px;
    }


  .cart_table td{
    display: block;
    width: 50%;
    border: none;
    float: left;
  }

 .cart_table th{
    display: none;
  }

 .cart_table tr {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
  }

  .cart_table td.delete{
    clear: both;
    text-align: right;
    width: 100%;
  } 

  .cart_table .delete .button.simple span{
    font-size: 14px;
  }

  .cart_table .delete .button.simple:before{
    float: right;
    padding-right: 5px;
  }

  .cart_table td:before {
    content: attr(data-title);
    display: block;
  }

  .cart_table .discount_coupon, .cart_table .totals_td{
    display: block;
    width: 100%;
  }
}


.wishlist_products .product_info{
  padding: 15px;
  border-bottom: 1px solid #d1d1d1;
}

.wishlist_img, .wishlist_content{
  margin-bottom: 20px;
}

.help_class .dialog {
  margin: 0 15px;
}

.ui-widget-header {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#595959), to(#393939));
  background-image: -webkit-linear-gradient(top, #595959, 0%, #393939, 100%);
  background-image: -moz-linear-gradient(top, #595959 0%, #393939 100%);
  background-image: linear-gradient(to bottom, #595959 0%, #393939 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF595959', endColorstr='#FF393939', GradientType=0);  margin-bottom: 3px;
  border: 1px solid #393939;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-bottom: 0;
}

#profile_form .section .content{
  background: none;
  border: none;
  padding: 0 20px 20px;
}

.order_block{
  margin: 0 15px 30px;
  background: none repeat scroll 0 0 #fbfbfb;
  border: 1px solid #adadad;
  line-height: 23px;
  min-height: 307px;
  padding: 14px 18px 13px;
}

.order_block h1{
  border-bottom: 1px solid #adadad;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
  padding: 0 0 15px;
  text-transform: uppercase;
}

.doc_layout_top #doc_title{
  border: none;
  padding: 0;
}

#register_customer{
  padding: 0 15px;
}

.feedback-footer{
  height: auto;
}

ul.address_book li{
  min-height: 155px;
}


@media (max-width: 992px) {
  .product .image, .product .fields, .product_add{
    width: 100%;
  }
}

.category_nav .filter{
  padding-left: 10px;
  padding-top: 4px;
}

#login_dialog {
  min-height: 190px;
}

#login_dialog input[type="text"], #login_dialog input[type="password"], #login_dialog input[type="email"], #login_dialog input[type="number"] {
  height: 28px;
}

.welcome_class .rhino-container{
  width: 100%!important;
}

.news input{
  width: 100%;
  margin: 10px 0;
}

.menu.news a.button.small{
  margin-right: 10px;
  display: inline-block;
}

.acc_recent{
  padding: 0;
}

.acc_recent .acc_product_main{
  height: auto;
}

select.uniform-multiselect{
  height: auto;
}

.filter_description{
  margin-bottom: 10px;
  font-size: 18px;
}

.ps-offer-details{
  margin-top: 0;
}

.message_box h1{
  margin-bottom: 15px;
  height: auto;
}

.message_box .content{
  padding: 0;
}

.message_box .navigation_counter{
  width: 100%;
  float: none;
}

a.image-button{
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f1f1f1), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, #f1f1f1, 0%, #e2e2e2, 100%);
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF1F1F1', endColorstr='#FFE2E2E2', GradientType=0);  background-repeat: repeat-x;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  padding: 9px 9px 10px;
  text-transform: uppercase;
  height: auto;
  display: inline-block;
  height: 38px;
  width: 38px;
  text-decoration: none;
  margin-left: 3px;
}

a.image-button:before{
  content: "\f04b";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #666;
  display: block;
  font-size: 20px;
  height: 24px;
  line-height: 18px;
  margin-left: 3px;
}

.save_as div.checker {
  display: inline-block;
}

#address div.selector {
  margin-top: 8px;
}

.menu.specials{
  margin-bottom: 0;
}

#search_orders_section label.checkbox {
  width: 100%;
  float: none;
}
#search_orders_section {
  display: block!important;
}

.buy_now form{
  overflow: hidden;
}

.mobile-image {
  vertical-align: middle;
}

.order_buttons {
  padding: 0 15px;
}

#social_block a {
  display: inline-block;
  margin-bottom: 5px;
}

#social_block a:hover {
  opacity: 0.9;
}

#social_block {
  text-align: center;
}

#advanced_search_1 select {
    width: 330px;
}

.ui-widget-header.pq-select-all {
    border-radius: 3px;
}

.adv_search_link a {
    text-decoration: none;
}
.adv_plus, .adv_minus {
  display: inline;
}

.adv_plus:before, .adv_minus:before {
  content: "\f0fe"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.adv_minus:before {
  content: "\f146"; 
}

.home_banner .owl-carousel .owl-item {
  padding-bottom: 25px;
}


.more-from-seller {
  width: 230px;
  margin-top: 20px;
}

.more-from-seller .more-title {
  border: 3px solid black;
  border-bottom: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fecc06;
  color: black;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  font-family: CenturyGothic,Verdana,Arial,sans-serif;
  padding-top: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.more-from-seller .container {
  border: 3px solid black;
  border-top: none;
  background-color: #fecc06;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px;
} 

.more-from-seller .container .SellerTable {
  width: 100%;
}

.more-from-seller .container a {
  font-weight: 700;
  font-size: 12px;
  color: #1800ff !important;
}

.more-from-seller .container .SellerTable .ProductTableHead td {
  font-size: 13px;
}

.more-from-seller .container .SellerTable .SellerTableLine {
  height: 26px;
}

.more-from-seller .gray-underline {
  height: 1.6px;
  width: 200px;
  background-color: #b1ae92;
  margin-top: 4px;
}

.more-from-seller .promo-pages img {
  width: 192px;
  margin-left: 8px;
  margin-top: 5px;
}

.more-from-seller .additional-pages-text {
  font-weight: 500;
  font-size: 11px;
}
/*
 *  Source: /home/magexch/public_html/cw/skins/owl.carousel.css
 */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../../../skins/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
 *  Source: /home/magexch/public_html/cw/skins/owl.theme.css
 */
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #333;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 8px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f1f1f1), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, #f1f1f1, 0%, #e2e2e2, 100%);
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF1F1F1', endColorstr='#FFE2E2E2', GradientType=0);  background-repeat: repeat-x;
  border: 1px solid #b0b0b0;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../../../skins/AjaxLoader.gif) no-repeat center center
}

.cart-container .owl-theme .owl-controls {
  position: absolute;
  bottom: auto;
  top: -36px;
  right: 20px;
  width: auto;
  margin-top: 0;
}

/*
 *  Source: /home/magexch/public_html/cw/skins/print.css
 */
@media print {

TABLE, IMG, FRAME {
    BORDER: 0px;
}
BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT {
    font-family: Verdana, Arial;
    COLOR: #444444;
    FONT-SIZE: 10px;
}

body, #page-container{
    background: none;
}

table.header th {
    background-color: #cccccc;
    font-weight: bold;
    line-height: 18px;
    white-space: nowrap;
    height: 22px;
    text-align: center;
}
tr.cycle {
    background-color: #e8e8e8;
}
tr.cycle #nobg {
    background-color: #ffffff;
}

#header_container, .bottom_links, #footer_container, .back_to_category {
    display: none;
}

#main_area {
    background: none transparent;
    padding: 0;
}

.options, .wl_not_found, .product .buttons {
    box-shadow: none;
}

#product-image-anchor {
    padding: 10px;
}

/* 
document classes
*/
.doc_layout_top {
    height: 364px;
}
.doc_layout_middle {
    height: 200px;
}
.doc_layout_bottom {
    height: 100px;
}

.doc_layout_top,
.doc_layout_middle,
.doc_layout_bottom {
    width: 800px;
    overflow: hidden;
    position: relative;
}

.doc_layout_top #doc_title {
    border-bottom: 1px solid black;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
.doc_layout_top #doc_bank {
    border-bottom: 1px solid black;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    text-align: right;
}

.doc_layout_top #dc_line_company {
    font-weight: bold;
}
.doc_layout_top #dc_line_vat {
    border-bottom: 1px solid black;
}

.doc_bank_info #db_line_bank,
.doc_warehouse #dw_line_company {
    font-weight: bold;
}

.doc_layout_top label,
.doc_layout_middle label,
.doc_layout_bottom label {
    font-weight: bold;
}

.doc_shipping_address #dsa_address_title,
.doc_billing_address #dba_address_title {
    font-weight: bold;
    border-bottom: 1px solid black;
}

.doc_reference {
    text-align: right;
    font-weight: bold;
    width: 100%;
}

.doc_products_title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.doc_products {
    border-collapse: collapse;
    border: 1px solid #DDDDDD;
}
.doc_products th {
    background-color: #cccccc;
    border: 1px solid #DDDDDD;
    white-space : nowrap;
}
.doc_products td {
    border: 1px solid #DDDDDD;
    white-space : nowrap;
    font-size: 11px;
}

/*
barcode addon
*/
.barcode_border {
    border: 1px solid black;
    margin: 10px;
    padding: 10px;
    float: left;
}

.admin_content .tab_general_content {
  min-height: 100px!important;
}

.order_block + .order_block, .admin_all {
  page-break-before: always;
}

#doc_title {
  margin-top: 20px;
}



.doc_products td, .doc_products th {
  padding: 5px;
  text-align: left;
}

.order_adress label {
  padding-right: 4px;
}

.order_adress .address_label_address2 label {
  padding: 0;
}

.doc_layout_top, .doc_layout_middle, .doc_layout_bottom {
  max-width: 700px!important;
}

}
/*
 *  Source: /home/magexch/public_html/cw/skins/tooltip.css
 */

.clear:before,
.clear:after {
    content:"";
    display:table;
}
.clear:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clear {
    zoom:1;
}

/* Tooltip */
.tooltip-container {
	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background: rgb(25,25,25);
	background: rgba(25,25,25,0.92);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(231, 231, 231,0.9)), to(rgba(208, 208, 208,1)));
	background: -webkit-linear-gradient(top, rgba(231, 231, 231,0.9), rgba(208, 208, 208,1));
	background:    -moz-linear-gradient(top, rgba(231, 231, 231,0.9), rgba(208, 208, 208,1));
	background:       o-linear-gradient(top, rgba(231, 231, 231,0.9), rgba(208, 208, 208,1));
	background: 	    linear-gradient(to bottom, rgba(231, 231, 231,0.9), rgba(208, 208, 208, 1));
	border: 1px solid #5E5E5E;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 3px #666, inset 0 1px 0 rgba(255,255,255,0.3);
	color: #fff;
	left: 40px;
	padding: 10px;
	position: absolute;
	top: 40px;
	/*text-shadow: 0 1px 0 #000;*/
	z-index: 1005;
	max-width: 600px;
}
.tooltip-close {
	background: url(../../../skins/images/closelabel.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	height: 8px;
	overflow: hidden;
	text-indent: -9999px;
	width: 8px;
}
.tooltip-container .arrow {
	background: url(../../../skins/images/arrows.png) no-repeat;
	position: absolute;
	z-index: 200;
}
.tooltip-container.n .arrow {
	background-position: top center;
	height: 9px;
	left: 50%;
	margin-left: -9px;
	top: -9px;
	width: 18px;
}
.tooltip-container.s .arrow {
	background-position: bottom center;
	bottom: -10px;
	height: 10px;
	left: 50%;
	margin-left: -9px;
	width: 18px;
	z-index: 200;
}
.tooltip-container.e .arrow {
	background-position: center right;
	height: 18px;
	margin-top: -7px;
	position: absolute;
	right: -9px;
	top: 50%;
	width: 9px;
	z-index: 200;
}
.tooltip-container.w .arrow {
	background-position: center left;
	height: 18px;
	left: -9px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	width: 9px;
	z-index: 200;
}

.text_tooltip {
    border-bottom: 1px dashed #696969;
    display: inline;
}

.questions_tooltip {
    background: none repeat scroll 0 0 #ECEDED;
    border: 1px solid #8B8B8B;
    border-radius: 6px;
    bottom: 1px;
    font-size: 10px;
    padding: 0px 2px;
    position: relative;
    color: #000000;
}

.slideout_tooltip {
    background:#f3f3f3;
    border-radius:9px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -moz-box-shadow:inset 0 0 4px #333;
    -webkit-box-shadow:inset 0 0 4px #333;
    box-shadow:inner 0 0 3px #333;
    padding:12px 14px 12px 14px;
    width:300px;
    position:fixed;
    bottom:13px;
    right:2px;
    display:none;
    z-index:3;
    min-height:65px;
}

/*
 *  Source: /home/magexch/public_html/cw/skins/jquery/file_upload/css/jquery.fileupload.css
 */
@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS 1.3.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 20px;
    background-color: #92BC50;
    background-image: none;
    border: 2px solid #92BC50;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    padding: 3px 5px!important;
    margin-top: 2px;
    font:bold 12px Arial;


}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}
#progress{
    width:380px; float:left; margin-top: 6px;
}
.bar {
    height: 16px;
    background: #93BC51;
}
.fileupload-name{display: block; float: left; color:#525760; white-space: nowrap; margin:0 0 0 15px;}
/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

/*
 *  Source: /home/magexch/public_html/cw/skins/addons/estore_gift/styles.css
 */
.gifts_guestbook {
    padding: 5px;
    border-bottom: 1px solid #ededed;
}
.gifts_guestbook.moderator {
    background-color: #eeeeee;
}
.gifts_guestbook .date,
.gifts_guestbook .title,
.gifts_guestbook .subject {
    font-weight: bold;
}
.gifts_guestbook .title,
.gifts_guestbook .date {
    display: inline;
}

.gift_buttons .black{
    float: left;
}
/*
 *  Source: /home/magexch/public_html/cw/skins/addons/promotion_suite/customer/promosuite.css
 */
.ps-offered-product {
	background-image: url(../../../skins/addons/promotion_suite/customer/images/so.png);
	background-repeat: no-repeat no-repeat;
	background-position: right top;
}

.ps-offers {
	position: relative;
}

.ps-offer-details dt {
	font-weight: bold;
	padding: 0 6em 0 0;
	position: relative;
}

.ps-offer-details div.ps-offer-date {
	position: absolute;
	right: 0;
	top: 0;
	width: 6em;
}

.ps-offer-details dd {
	margin: 0;
	overflow: auto;
}

.ps-offer-details .ps-offer-inner {
	position: relative;
}

.ps-offer-inner {
	margin: 0 0 10px 0;
}

.ps-offer-image {
	float: left;
}

/*
 *  Source: /home/magexch/public_html/cw/skins/addons/ppd/customer/main.css
 */
.files-group-header {
  font-weight: bold;
}

.files-group {
  margin: 5px 0 15px 0;
  padding: 0;

}

.file-icon {
  padding-right: 3px;
  vertical-align: top;
}
/*
 *  Source: /home/magexch/public_html/cw/skins/addons/shipping_system/css/main.css
 */
.shipping_estimator h1 {
    font-size: 12px;
    color: #000;
    text-align: left;
    padding-bottom: 10px;
}

.shipping_estimator .top,
.shipping_estimator .bottom {
    padding: 10px 0px 10px 0px;
}
.shipping_estimator .product,
.shipping_estimator .input_field_1 {
    /*border: 1px solid #818181;
    background-color: #eaeaea;
    padding: 5px;*/
}
.shipping_estimator .field_error {
    font-weight: bold;
}

.shipping_estimator .black{
    margin-left: 106px;
    margin-top: 5px;
}



.shipping_estimator{
    padding-top: 0px;
}

.shipping_estimator .black, .shipping_estimator input, .shipping_estimator select{
    float: left;
}


.shipping_estimator input, .shipping_estimator select{
    margin: 3px;
}

.shipping_estimator input{
   height: 18px;
}
.shipping_estimator select{
   padding: 3px;
}

.shipping_estimator .product .title{
    padding: 5px 0;
    color: #000;
    font-size: 20px;
}


.shipping_estimator .product{
  background: #fff;
  margin-bottom: 15px;
  margin-bottom: 30px;
}

.shipping_estimator .product .image{
  border: 1px solid #ccc;
  width: 130px;
  text-align: center;
  padding: 5px;
  margin-right: 15px;
}


.shipping_estimator .product .field_error{
    padding-top: 10px;
}

.ui-dialog #shipping_estimate_dialog.ui-dialog-content{
    overflow: hidden;
}

.shipping_estimator_link a {
	padding: 0 20px 20px;
	display: block;
}

.shipping_estimator .input_field_1 {
	padding: 3px 0;
	border: none;
}

#shipping_estimator_dialog {
	max-width: 100%;
	padding: 10px 20px 20px;
}

/*
 *  Source: /home/magexch/public_html/cw/skins/addons/webmaster/webmaster.css
 */
.webmaster_modify {
    display: block;
    background: url(../../../skins/addons/webmaster/../../images/icon_edit.gif) no-repeat white !important;
    width: 20px !important;
    height: 20px !important;
    background-position: 50% 50%;
    cursor: pointer;
    border: 1px solid brown !important;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
/*
    display: inline-block !important;
    background: url(../../../skins/addons/webmaster/../../images/icon_edit.gif) no-repeat !important;
    width: 16px !important;
    height: 16px !important;
    background-position: 100% 50%;
*/

.webmaster_tool {
    background-color: rgba(255, 200, 0, 0.3);
    display: inline-block;
    margin-left: -2px;
    position: absolute;
}

.ui-dialog .ui-dialog-content#image_dialog{
  padding: 2px 0;
}

.warning{
  padding: 10px 0;
}

.image_popup{
  overflow: auto;
}

.images_table{
  border-bottom: 1px solid #cacaca;
  padding-bottom: 10px;
  width: 100%;
}

.image_popup .buttons .button-right{
  margin-bottom: 0;
  margin-left: 4px;
}

.input_field_0, .input_field_1, .input_table{
    margin: 5px 0;
    padding: 15px 10px;
    overflow: hidden;
    border-bottom: 1px solid #cacaca;
}

.input_table{
    width: 100%;
}

/*
 *  Source: /home/magexch/public_html/cw/skins/jquery/jquery.ui.potato.menu.css
 */
/*!
 * jquery.ui.potato.menu
 * 
 * Copyright (c) 2009-2010 makoto_kw, http://www.makotokw.com
 * Licensed under the MIT license.
 * 
 * @author makoto_kw
 * @version 1.1
 */
ul.potato-menu {
	margin:0;
	padding:0;
	width:auto;
	list-style:none;
}
.potato-menu:after {
	content: " ";
	display: block;
	visibility: visible;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
ul.potato-menu li.potato-menu-item {
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
	list-style-position:outside;
	display:inline;
	float:left;
}
ul.potato-menu li.potato-menu-item a {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	outline:0;
}
ul.potato-menu ul.potato-menu-group {
	margin:0;
	padding:0;
	-webkit-padding-start:0;
	-webkit-padding-end:0;
	position:absolute;
	display:none;
	z-index:1000;
}
/*
 *  Source: /home/magexch/public_html/cw/skins/menu.css
 */

li.potato-menu-item {
    width:160px;
    width: auto;
    padding-top: 5px 0!important;
    font-size:48px;


}
ul.potato-menu-group {
    z-index:1000;
}

li.potato-menu-item a {
    color: #fff;
}

li.potato-menu-item ul {
/*    border-top:1px solid #000;
    border-left:1px solid #000;*/
}

/*
 *  Source: /home/magexch/public_html/cw/skins_magazineexchange/addons/top_menu/menu.css
 */
.header_logo, .header_logo .auth, li.potato-menu-item{
    background: none;
    border: none;
}

.search{
    text-align: left;
    color: #000000;
}

.green_line{
    padding: 0px;
    margin: 0px;
    height: 42px;
    background: #6c8101
}

.splitter{
    padding: 0px;
    margin: 0px;
    height: 1px;
}


nav{
    padding: 0px;
}

ul.potato-menu {
  padding: 0 30px;
}


ul.potato-menu > li.potato-menu-item{
    display: block!important;
    position: relative!important;
    padding-top: 0px;
    margin-right: 2px;

}

ul.potato-menu li.potato-menu-item a{
    color: #fff;
    text-shadow: none;
    font-size: 13px;
    padding: 15px 16px 16px;
    text-transform: uppercase;
    font-weight: normal;
    white-space:normal!important;
}

li.potato-menu-item{
    width: auto;
    padding: 0px 20px;
    height: auto;
}

li.potato-menu-item a{
    padding: 10px 12px;
}

ul.potato-menu > li.potato-menu-item > a, ul.potato-menu > li.potato-menu-item.potato-menu-hover > a {
  background: #000;
  font: bold 11px Verdana,Arial,Helvetica,Sans-serif;
  text-transform: none;
  padding: 8px 23px 8px 21px;
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}

ul.potato-menu li.potato-menu-item ul.potato-menu-group li.potato-menu-item{
    width: 100%;
}

ul.potato-menu li.potato-menu-item ul.potato-menu-group li.potato-menu-item a{
    text-transform: capitalize;
    display: inline-block;
}

ul.potato-menu-vertical{
    width: 960px;
    position: absolute;
    left: 0!important;
    width: 139px;
    margin-left: 0!important;
    background: #fff;
}

ul.potato-menu-vertical li{
    width: auto;
    border-bottom: 1px solid #a9a9a9;
    padding: 0;
}

ul.potato-menu-vertical li.potato-menu-item a{
    font-size: 12px;
    color: #000;
    text-shadow: none;
    font-weight: normal;
    padding: 6px 10px 3px;
    width: 100%;
    line-height: 14px;
}


ul.potato-menu-vertical li.potato-menu-item:hover {
color: #000;
text-decoration: underline;
background: url(../../../skins_magazineexchange/addons/top_menu/../../images/submenu.png) top left repeat-x;
}



ul.potato-menu-vertical li ul.potato-menu-vertical{
    background: #5d7503;
    margin-left: 0!important;
    height: auto;
    border: none;
}

ul.potato-menu-vertical li ul.potato-menu-vertical li.potato-menu-item a{
    font-size: 12px;
    color: #000;
    font-weight: normal;
    padding: 6px 10px 3px!important;
}

ul.potato-menu-vertical li ul.potato-menu-vertical li.potato-menu-item a:hover {
    color: #000;
}

ul.potato-menu li.potato-menu-item ul li{
    display: block;
    float: none;
}

ul.potato-menu li.potato-menu-item ul{
    min-width: 184px;
    border: 1px solid #000;
    background: #fff;
}

ul.potato-menu li.potato-menu-item ul ul{
    left: 182px!important;
    top: -1px!important;
}

ul.potato-menu li.potato-menu-item ul.potato-menu-group li.potato-menu-item.potato-menu-has-holizontal > a, ul.potato-menu li.potato-menu-item ul.potato-menu-group li.potato-menu-item.potato-menu-has-holizontal.potato-menu-hover > a{
    background: url(../../../skins_magazineexchange/addons/top_menu/../../images/right.gif) 170px center no-repeat;

}

li.potato-menu-item{
    font-size: 12px;
}
/*
 *  Source: /home/magexch/public_html/cw/skins/addons/ajax_search/ajax_search.css
 */
.ui-autocomplete{max-height: 400px; z-index:1500!important; overflow: auto;}
.search_match{color: #f13340; font-weight: bold;}
.search_waiting{background: url(../../../skins/addons/ajax_search/../../images/loading.gif) no-repeat scroll 98% 50% !important;}

/*
 *  Source: /home/magexch/public_html/cw/skins/addons/cookies_warning/customer/cookie_warn.css
 */
#cookiePolicy {
    left: 0;
    position: relative;
    top: 0;
    width: 100%; 
    z-index: 32769;
}
#cookiePolicy:after {
    clear: both;
    content: "";
    display: table;
}
#cookiePolicy .sleeve {
    margin: 0 auto;
    padding: 15px 0;
    width: 940px;
}
#cookiePolicy h2 {
    color: #000;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 8px;
}
#cookiePolicy a {
    color: #000!important;
    display: inline;
    font-size: 13px;
    line-height: 21px;
}
#cookiePolicy .formbox {
    display: block;
    margin-bottom: 0;
    padding: 8px 0 0;
    vertical-align: middle;
}
#cookiePolicy .field {
    margin: 0 0 4px;
}
#cookiePolicy .continue {
    background: url(/magazine/graphics/buttons/b_agree.png) no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0;
    font-weight: bold;
    height: 21px;
    line-height: 999px;
    margin-left: 0;
    overflow: hidden;
    vertical-align: middle;
    width: 53px;
}

a.html_link {
	color: inherit;
}

#cookiePolicy a.button {
	text-decoration: underline;
}

#cookieWarningText {
    text-align: center; 
    width:350px; 
    color: black!important;
}

#cookieWarningAcceptButtonBox {
    text-align: center; 
    width:350px; 
    border-top: 1px solid lightgray; 
    padding-top: 15px;
}

/*
 *  Source: /home/magexch/public_html/cw/skins/addons/cms/cms.css
 */


/*******************/
/** Common styles **/
/*******************/

/* main container for group of banners with the same code */
div.ab_container {
    padding: 5px;
}

div.ab_container.highlighted {
border: 1px orange solid;
}
div.ab_content.highlighted {
border: 1px red solid;
}
div.ab_container.highlighted .cms_informer {
	background-color:#FFFF7D;
	z-index: 1;
	font-size: 11px;

}
div.ab_content.highlighted .cms_informer {
    z-index: 1;
    font-size: 11px;
}

/* single banner content with type IMAGE */
div.ab_content_image {
    padding: 5px;
    position: relative;
}
div.ab_content_image img {
    border: none;
}

/* single banner content with type HTML */
div.ab_content_html {
}

/***********/
/** Skins **/
/***********/
/*
E.g.
 div.ab_container_skin_<skin> - container for several banners of the same code, e.g. for slider
 div.ab_content_skin_<skin> - container for each banner
*/

/* vertical */
div.ab_content_skin_vertical {
    text-align: center;
}

/* horizontal */
div.ab_content_skin_horizontal {
    float: left;
}

/* home slider */
div.ab_container_skin_home_slider{
    width: auto;
    height: auto;
    background: transparent;
}

div.ab_container_skin_home_slider .owl-wrapper-outer{
    border: 1px solid #b0b0b0;
    border-radius: 4px;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    behavior: url(../../../skins/addons/cms/PIE.htc);
    position: relative;
    text-align: center;
}

.owl-theme .owl-controls {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

div.ab_container_skin_home_slider {
    padding: 0;
    text-align: center;
}

.ab_container_skin_home_slider img{
    border-radius: 4px; 
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    behavior: url(../../../skins/addons/cms/PIE.htc);
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    max-width: 100%;
}


/***********************************/
/** Styles for certain bannercode **/
/***********************************/
/*
E.g.
 div.ab_container_code_<bannercode>
 div.ab_content_code_<bannercode>
*/

/* test */
div.ab_content_code_test {
}

/************************/
/** Other extra styles **/
/************************/


.contentsection_text{
    float: left;
    width: 320px;
    padding-left: 27px;
    padding-top: 61px;
}

.contentsection_text div.small{
    color: #606064;
    font-size: 11px;
    text-transform: uppercase;
}

.contentsection_text div.big{
    color: #7b9900;
    font-size: 28px;
    font-weight: bold;
    font-family: Century Gothic, Arial;
    line-height: 31px;
}

.contentsection_text div.white{
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 16px;
    margin-top: 12px;
}

.white p{
    color: #fff;
}

.more_details a{
    color: #fff;
    font-size: 16px;
    font-family: Century Gothic, Arial;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    background: #7b9900;
    float: left;
    padding: 11px 18px;
    margin-top: 21px;
    margin-left: 3px;
    behavior: url(../../../skins/addons/cms/PIE.htc);
    position: relative;
}

.ab_container_skin_home_slider .ab_slideshow {
    width:auto;
    height:auto;

    /*IE bugfix*/
    padding:0;
    margin:0;
}

.rhino-bullets{
  width: 100%;
  right: 0;
  text-align: center;
}

.rhino-bullets li{
  float: none;
  display: inline-block;
  background: transparent;
  padding: 0;
  margin: 0;
}

.rhino-bullets li a.rhino-bullet{
  background: none repeat scroll 0 0 #fff;
  border: 3px solid #64a500;
  border-radius: 15px;
  display: block;
  height: 15px;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
  width: 15px;
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet, .rhino-bullets li a.rhino-bullet:hover{
  background: #64a500;
  color: #fff;
}

@media all and (max-width: 960px) {
    .ab_container_skin_home_slider, .ab_slideshow{
      width: 100%;
      height:220px;
    }

    .ab_container_skin_home_slider {
      width: 98%;
      height:220px;
    }
}

@media all and (max-width: 650px) {

    .ab_container_skin_home_slider, .ab_slideshow{
      height:150px;
    }
}

@media (max-width: 992px) {
  .rhino-container{
    width: 100%!important;
    max-width: 100%!important;
  }

}

/*
 *  Source: /home/magexch/public_html/cw/skins/addons/ajax_add2cart/minicart.css
 */
/*
 *  Minicart
 */

.minicart_delete a.minicart_control{
    background: url(../../../skins/addons/ajax_add2cart/../../images/delete_cross.gif) 0 3px no-repeat;
    padding-left: 15px;
}
.minicart_delete a.top_minicart_control {
    padding-left: 5px;
}
.minicart_summary {
    font-weight: bold;
}
.minicart_content .minicart_price {
    color: #f13340;
    font-size: 21px;
    font-weight: bold;
    text-align: left;
}

.minicart_content .minicart_price span{
    color: #9c9b9b;
    font-size: 12px;
    font-weight: normal;
}

/*
 * Add2Cart popup
 */

#add2cart_popup{
    height: auto!important;
}

.aatc_buttons{
    margin-top: 5px;
}

.recommended_products .product_item{
    margin: 3px;
}

.ui-widget-content{
    background: #fff;
}

.aa2c_popup .product_info .price{
    color: #708E1E;
}

#add2cart_popup .prod_gallery{
    padding: 0;
    margin: 0;
}

#add2cart_popup .prod_gallery .product_item{
    padding: 10px 8px 0;
    width: 33%;
    margin: 0;
}

#add2cart_popup .prod_gallery .g-image a{
    width: 100%;
    text-align: center;
    height: 130px;
}

.aa2c_popup h3{
    font-family: Arial, Helvetica, sans-serif;
}
.aa2c_popup .product_info{
    border: none;
}

.aa2c_popup table.black{
    margin: 0 auto;
}

.aatc_buttons table.black{
    margin: 0;
}

#add2cart_popup .recommended_products{
    clear: both;
    border-top: 1px solid #adadad;
    margin-bottom: 10px;
}

#add2cart_popup .free_shipping{
    height: 25px;
}

#add2cart_popup .products_gallery{
    border: none;
}

#add2cart_popup .buy_now{
    padding-top: 5px;
}

#add2cart_popup .buy_now .black{
    margin-left: 20px !ie;
}

#add2cart_popup .recommended_products h3{
    padding: 20px 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 0;
    margin-bottom: 10px;
    text-align: center;
}

#add2cart_popup .prod_border .name_price{
    padding-bottom: 30px;
}

#add2cart_popup .g-image{
    padding: 10px;
}

.aatc_buttons .button-left, .aatc_buttons .button-right{
    background: #708E1E none;
    height: 28px;
    line-height: 28px;
}

.aatc_buttons .to_checkout .button-left, .aatc_buttons .to_checkout .button-right{
    background: #e88300;
}

.aatc_buttons .to_checkout .button-right{
    border: 1px solid #6d430d;
}

.aatc_buttons .button-right{
    border: 1px solid #536C0F;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.to_checkout .black{
    float: right !ie;
    margin-right: 17px !ie;
}

.micro_cart .black{
    margin: 0 25px !ie;
}


.empty_cart{
    font-size: 14px;
    padding-top: 10px;
}

.minicart_content{
    width: 100%;
}

.minicart_total{
    width: 100%;
    background: #d6d6d6;
}

.minicart_qty{
    text-align: right;
}


.minicart_content tr.cycle{
    background: none;
}

.minicart_content tr.cycle td{
    padding-top: 5px;
    padding-bottom: 5px;
}

.micro_cart td{
    padding: 2px 6px;
}

.micro_cart .black{
    margin-top: 3px;
    margin-bottom: 3px;
}

.microcart_content {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2f2f2), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f2f2f2, 0%, #e1e1e1, 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0%, #e1e1e1 100%);
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #e1e1e1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE1E1E1', GradientType=0);
  color: #333333;
  width: 270px;
  border: 1px solid #b0b0b0;
  border-radius: 4px; 
  position: absolute;
  z-index: 10000;
  display: none;
  width: 350px;
  right: 0;
  top: 72px;
}

.minicart_item td, .minicart_summary td{
  border:none;
}

.minicart_menu{
  background: url(../../../skins/addons/ajax_add2cart/images/cart-shadow.png) repeat-x scroll 0 0 #dfdfdf;
  padding: 20px 20px 10px;
  text-align: center;
  overflow: hidden;
}

.minicart_summary td{
  padding: 10px 20px;
}

.microcart_content .top_minicart_link {
  line-height: 20px;
  text-decoration: none;
}

.padding_right_20 {
    padding-right: 20px;
}

.minicart_item{
  padding: 20px 10px 16px 20px;
  overflow: hidden;
}

.minicart_image img{
  max-width: 80px;
  height: auto;
}

.quantity-formated{
  font-size: 10px;
  padding-right: 5px;
}

.quantity-formated .qty{
  font-size: 15px;
}

.minicart_image, .minicart_prod, .minicart_delete{
  float: left;
}

.minicart_image{
  margin-right: 20px;
}

.minicart_prod{
  width: 48%;
}

.minicart_item.first{
  background: none;
}

.minicart_delete{
  width: 4%;
}

.minicart_menu .top_minicart_link{
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  padding: 9px 9px 10px;
  font-family: Roboto Condensed, sans-serif;
  text-transform: uppercase;
  color: #333333;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f1f1f1), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, #f1f1f1, 0%, #e2e2e2, 100%);
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF1F1F1', endColorstr='#FFE2E2E2', GradientType=0);
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  font-weight: bold;
}

.minicart_menu .top_minicart_link:hover{
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e2e2e2), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #e2e2e2, 0%, #f1f1f1, 100%);
  background-image: -moz-linear-gradient(top, #e2e2e2 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #e2e2e2 0%, #f1f1f1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE2E2E2', endColorstr='#FFF1F1F1', GradientType=0)
}

.minicart_summary td.minicart_price{
  color: #f13340;
  font-size: 21px;
  font-weight: 600; 
  text-align: right;
}

.top_minicart_link.checkout{
  display: block;
  line-height: 40px;
  text-align: center;
  margin-top: 10px;
}

.top_minicart_link .icon-chevron-right{
  font-size: 20px;
  line-height: 40px;
  position: relative;
  top: 3px;
}

#add2cart_popup h3{
  border-bottom: none;
  padding-top: 0;
}

/* Cart Pop up */

.ui-widget-content.cart_popup{
  width: 60%!important;
  padding: 0!important;
  background: #ebebeb!important;
}

.cart_popup .ui-dialog-titlebar {
  display: none;
}

.poput_left {
  width: 64.66%;
  float: left;
  padding: 15px 20px 20px;
}

.poput_right {
  width:35.33%;
  float: right;
  background: none repeat scroll 0 0 #fafafa;
  border-left: 1px solid #adadad;
  border-radius: 0 4px 4px 0;
  padding: 15px 20px 130px;
  position: relative;
}

#add2cart_popup{
  padding: 0!important;
}

#add2cart_popup h2{
  color: #46a74e;
  font: 400 18px/22px Arial,Helvetica,sans-serif;
  margin-bottom: 22px;
}

#add2cart_popup h2 i {
    float: left;
    font-size: 30px;
    line-height: 30px;
    padding-right: 8px;
}

#add2cart_popup .poput_left .image {
  border: 1px solid #adadad;
  float: left;
  margin-right: 20px;
  max-width: 178px;
}

#add2cart_popup .product{
  padding-bottom: 10px; 
  padding-top: 7px;
  color: #3a3939;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 0;
}

#add2cart_popup .prices, #add2cart_popup .qty{
  padding-bottom: 7px;
}

#add2cart_popup .prices b, #add2cart_popup .qty b{
  padding-right: 3px;
}

#add2cart_popup h3 {
    color: #333333;
    font: 400 23px/29px Arial,Helvetica,sans-serif;
    margin-bottom: 17px;
    padding-bottom: 13px;
}

#add2cart_popup .buttons{
  bottom: 0;
  left: 0;
  padding: 0 20px 20px;
  position: absolute;
  width: 100%;
}

#add2cart_popup .buttons a, #add2cart_popup .continue{
	margin-right: 0;
}

#add2cart_popup .button-right {
	width: 100%;
}

.continue .button-right {
  font-size: 12px;
  line-height: 18px;
  padding: 10px 9px 10px;

  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#595959), to(#3a3939));
  background-image: -webkit-linear-gradient(top, #595959, 0%, #3a3939, 100%);
  background-image: -moz-linear-gradient(top, #595959 0%, #3a3939 100%);
  background-image: linear-gradient(to bottom, #595959 0%, #3a3939 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF595959', endColorstr='#FF3A3939', GradientType=0);
  border: none;
  border-radius: 4px; 
}

.continue .button-left {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.continue.right_align .button-left {
  text-align: right;
}

.continue {
  margin-right: 7px;
  margin-bottom: 10px;
}

#add2cart_popup .buttons .icon-chevron-left{
  padding-right: 5px;
}

#add2cart_popup .buttons .icon-chevron-right{
  padding-left: 5px;
}

.continue .button-right:hover {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3a3939), to(#595959));
    background-image: -webkit-linear-gradient(top, #3a3939, 0%, #595959, 100%);
    background-image: -moz-linear-gradient(top, #3a3939 0%, #595959 100%);
    background-image: linear-gradient(to bottom, #3a3939 0%, #595959 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3A3939', endColorstr='#FF595959', GradientType=0); 
}

#add2cart_popup .poput_left .image img{
  max-height: 125px;
  width: auto;
  display: block;
}

.poput_right .buttons .continue .button-right {
  width: 100%;
}

/*
 *  Source: /home/magexch/public_html/cw/skins/addons/messaging_system/customer/style.css
 */
/* message */
.new_message_table{
    padding: 5px;
    border: none;
    margin-top: 15px;
}
.m_border_top {
    border-top: 1px solid #808080;
}
.m_border_left {
    border-left: 1px solid #808080;
}
.m_border_right {
    border-right: 1px solid #808080;
}
.m_border_bottom {
    border-bottom: 1px solid #808080;
}
.m_cursor{
    cursor: pointer;
}
.m_conversation_message {
    border: 1px solid #808080;
    height: auto;
    overflow: hidden;
    margin-bottom: 3px;
    cursor: pointer;
    padding: 10px;
}
.m_incomig {
    background-color: #EEFEE6;
}
.m_sent {
    background-color: #F6F9E5;
}

/*
 *  Source: /home/magexch/public_html/cw/skins/addons/detailed_product_images/css/dpi.css
 */
#dpi-gallery {
	position: absolute;
	top: -3000px;
	left: -5000px;
}

#dpi-thumbnails-outer {
	display: none;
	padding: 15px 0px;
	position: relative;
	margin: 0;
}

* html #dpi-thumbnails-outer{
    margin-left: -30px;
}

#dpi-thumbnails-outer a {
	display: block;
	float: left;
	padding: 0;
	margin: 3px 13px 3px 0;
}



.dpi-clearfix {
	float: none;
	clear: left;
}

a.dpi-prev, a.dpi-next {
	top: 0;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
}

#dpi-thumbnails-outer a.dpi-next {
	right: 0;
	background: url(../../../skins/addons/detailed_product_images/css/../images/carouFredSel/next-horizontal.png) left top no-repeat transparent;
       margin-right: 0;
}

a.dpi-next:hover {
	background-position: -32px 0;
}

a.dpi-prev {
	left: 0;
	background: url(../../../skins/addons/detailed_product_images/css/../images/carouFredSel/prev-horizontal.png) left top no-repeat transparent;
}

a.dpi-prev:hover {
	background-position: -32px 0;
}

a.dpi-prev.table {
	position: absolute;
	top: auto;
	bottom: -32px;
    left: 0;
    right: auto;
    width: 32px;
    height: 32px;
	background: url(../../../skins/addons/detailed_product_images/css/../images/carouFredSel/prev-horizontal.png) left top no-repeat transparent;
}

a.dpi-prev.table:hover {
	background-position: -32px 0;
}

a.dpi-prev.table.dpi-disabled, a.dpi-prev.table.dpi-disabled:hover {
	background-position: -96px 0;
}

a.dpi-prev span, a.dpi-next span {
	display: none;
}

#dpi-thumbnails-outer.vert {
	margin: 0;
	padding: 37px 0;
}

#dpi-thumbnails-outer.table {
	margin: 0 0 37px 0;
	padding: 0;
}

a.dpi-prev.vert {
	position: absolute;
    /*top: -32px;*/
    top: 0;
    left: 43px;
    right: auto;
    width: 32px;
    height: 32px;
	background: url(../../../skins/addons/detailed_product_images/css/../images/carouFredSel/prev-vertical.png) left top no-repeat transparent;
}

a.dpi-prev.vert:hover {
	background-position: 0 -32px;
}

a.dpi-next.vert {
	position: absolute;
	top: auto;
	/*bottom: -32px;*/
	bottom: 0;
    left: 43px;
    right: auto;
    width: 32px;
    height: 32px;
	background: url(../../../skins/addons/detailed_product_images/css/../images/carouFredSel/next-vertical.png) left top no-repeat transparent;
}

a.dpi-next.vert:hover {
	background-position: 0 -32px;
}

a.dpi-next.table {
	position: absolute;
	top: auto;
	bottom: -32px;
    left: auto;
    right: 0;
    width: 32px;
    height: 32px;
	background: url(../../../skins/addons/detailed_product_images/css/../images/carouFredSel/next-horizontal.png) left top no-repeat transparent;
}

a.dpi-next.table:hover {
	background-position: -32px 0;
}

a.dpi-next.table.dpi-disabled, a.dpi-next.table.dpi-disabled:hover {
	background-position: -96px 0;
}

#dpi-thumbnails {
	margin: 0 auto;
	padding: 0;
}

a.dpi-thumb {
	padding: 2px !important;
	display: block;
	border: 1px solid #1475a7;
}

#dpi-thumbnails a.dpi-thumb.dpi-selected {
	background: #000;
}

a.dpi-thumb:focus {
	outline: none;
}

#dpi-thumbnails img {
	border: none;
	display: block;
}

.caroufredsel_wrapper {
	margin: 0;
}
/*
 *  Source: /home/magexch/public_html/cw/skins_magazineexchange/customer_altskin.css
 */
@font-face {
    font-family: 'CenturyGothic';
    src: url(../../../skins_magazineexchange/fonts/943658.eot);
    src: url(../../../skins_magazineexchange/fonts/943658.eot) format('embedded-opentype'),
         url(../../../skins_magazineexchange/fonts/943658.woff2) format('woff2'),
         url(../../../skins_magazineexchange/fonts/943658.woff) format('woff'),
         url(../../../skins_magazineexchange/fonts/943658.ttf) format('truetype'),
         url(../../../skins_magazineexchange/fonts/943658.svg#943658) format('svg');
}


BODY, DIV, TH, TD, P, INPUT, SELECT, TEXTAREA, TT {
  font-family: Verdana,Arial,Helvetica,Sans-serif;
  color: #2c3e49;
  font-size: 11px;
  line-height: normal;
}

body {
  background: url(../../../skins_magazineexchange/images/body_bg.gif) top left repeat-x;
  min-width: 290px;
}

ul {
  margin: 0;
  padding: 0;
}

H1, H2, H3, H4, H6 {
  color: #000;
  font-family: Verdana,Arial,Helvetica,Sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;

}

A:link {
  text-decoration: none;
}

label {
  font-size: inherit;
}

textarea, input[type="text"], input[type="password"], input[type="email"], input[type="number"] {
  padding: 1px 0px;
  height: 19px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 2px inset;
  border: 1px solid #ccc;
  background: #fff;
}

header, #main_area, #footer, #header_container {
  max-width: 950px;
  width: 100%;
}

footer {
  max-width: 100%;
  width: 100%;
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
}

#page-container, #header_container, nav.top {
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  filter: none;
}

#header_container {
  margin: 0 auto;
}

nav.top {
  border: none;
  margin-top: 14px;
  margin-right: 40%;
  min-height: 29px;
}

.top_menu {
  border-bottom: 0;
}

#header_container {
  box-shadow: none;
}

.button-left {
  font-family: 'CenturyGothic',Verdana,Arial,Helvetica,sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 20px;

}

.button-right {
  border: 2px solid #000;
  background: #fecc05;
  color: #000;
  padding: 1px 10px;
  cursor: pointer;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: 26px;
}

a.button-grey>span.button-right {
  background: #ccc; 
}

#main_area {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0 0 286px;
  margin-top: 8px;
}

.header_logo .logo {
  width: auto;
}

.header_logo .logo img{
  display: block;
  max-width: 100%;
}

.header_logo {
  background: url(../../../skins_magazineexchange/images/head_left.png) bottom left no-repeat;
  padding: 0;
  position: relative;
}

.alt .header_logo {
  background: none;

}

.header_logo .promo {
  float: right;
  padding-top: 12px;
  padding-right: 18px;
}
header {
  background: url(../../../skins_magazineexchange/images/head_bg.png) top left repeat-x;
}
.alt header {
  background: url(../../../skins_magazineexchange/images/head_green.png) top left repeat-x;
}

.search {
  float: right;
  background: url(../../../skins_magazineexchange/images/head_right.png) bottom right no-repeat;
  margin: 0;
  padding: 0;
  line-height: normal;
  width: auto;
  height: 70px;
}

.search label {
  float: left;
  padding: 0 5px 0 0;
  font-size: 12px;
  line-height: 20px;
}

.search a.go {
  position: static;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto; 
}

.button.go .btc {
  width: 28px;
  vertical-align: middle;
  height: 19px;
  margin-bottom: 0;
  border: 0;
  padding: 0;
  text-align: center;
  background: url(../../../skins_magazineexchange/images/go_rectangle.gif) center center no-repeat;
  text-indent: -999px;
  overflow: hidden;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-right: 10px;
  margin-left: 5px;
  filter: none;
}

p.telephone {
  font-size: 14px;
  margin: 0;
  text-align: right;
  padding: 19px 45px 7px 0;
  background: url(../../../skins_magazineexchange/images/phone.png) bottom right no-repeat;
}

.button-right, a.image-button, .continue .button-right,.button-right:hover, .cart-container .coupon .black .button-right:hover, .product-filter.menu .pf-options a.simple.button:hover, .continue .button-right:hover, .ui-widget-header, .cart-container .coupon .black .button-right, .product .fields .button-right, .checkout_button .button-right, .product-filter.menu .pf-options a.simple.button, .auth_buttons a.small.button, .menu a.small.button, #estimate_shipping_container a.small.button {
  filter: none;
}


.search input {
  border: 1px solid #000;
  height: 15px;
  width: 171px;
  background: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  height: 19px;
  font-size: 11px;
}

ul#menu_top {
  width: 100%;
  margin: 0;
}

.top_links {
  float: right;
  position: relative;
  margin-top: 13px;
 /* width: 40%;*/

}

.top_links i {
  display: none;
}

.top_links > a, .top_links #microcart a {
  text-decoration: none;
  font-weight: 700;
  color: #031afc;
  display: inline-block;
  float: right;
  padding: 0 12px;
  font-size: 12px;
  background: url(../../../skins_magazineexchange/images/head_menu_spacer.gif) right 50% no-repeat
}

.top_links .hello { 
  display: inline-block;
  padding: 0 12px;
  font-size: 12px;
  background: url(../../../skins_magazineexchange/images/head_menu_spacer.gif) right 50% no-repeat;
  float: right;
}

.top_links a:hover, #microcart a:hover {
  text-decoration: underline;
}

#microcart {
  border: none;
  background: transparent;
  width: auto;
  float: none;
}

#microcart a {
  display: inline;
  padding: 0 12px;
}

#microcart a span, .cart_qty {
  line-height: normal;
  position: static;
  font-size: inherit;
  font-weight: 700;
  color: #031afc;
  font-family: inherit;
}

.menu.categories .title, .menu .title, .minisearch {
  padding-left: 14px;
  height: 34px;
  background: #000;
  color: #fff;
  line-height: 32px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  filter: none;
  color: #fff;
  font-family: inherit;
  padding-top: 0;
  padding-bottom: 0;
}

.menu.categories .title-link, .menu .title-link {
  font-family: inherit;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
}

.main-left {
  padding: 0 20px 0 8px;
  width: 28%;
}

.main-center {
  width: 72%;
  padding: 0;
}

.menu.categories li a {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom: 1px solid #bcbcbc;
  font-size: 12px;
  font-weight: 700;
  min-height: 33px;
  margin: 0;
  background: url(../../../skins_magazineexchange/images/category_bullet.png) left center no-repeat transparent;
  padding: 0 0 0 25px;
}
.menu.categories li a .img {
  clear: both;
  text-align: center;
  display: none;
  vertical-align: middle;
  width: 110px;
  height: 60px;
  position: absolute;
  top: -10px;
  left: 155px;
}

.menu.categories li a:hover .img {
  display: block;
}

.menu.categories li a:hover {
  text-decoration: underline;
}

.footer_bar {
  min-height: 50px;
  position: relative;
  text-align: left;
  background: url(../../../skins_magazineexchange/images/f_speedbar.png) repeat-x scroll left top #000;
}

.footer_bar ul {
  float: none;
  position: relative;
  left: 0;
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
  border-right: 1px solid #3F3E3D;
  padding: 0;
}

.footer_bar ul li {
  display: block;
  border-left: 1px solid #3F3E3D;
  float: left;
  padding: 8px 8px;
  width: 117px;
  text-align: center;
  height: 50px;
  
}

.footer_bar ul li a {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.footer_bar ul li a:hover {
  text-decoration: underline;
}

footer .bottom_links {
  background-image: url(../../../skins_magazineexchange/images/f_bg.png);
  background-color: #202020;
  padding-top: 8px;
  padding-bottom: 0;
  background-position: 0 0;
  background-repeat: repeat-x;
}

footer .line960 {
  max-width: 950px;
  margin: 0 auto;
  background: transparent;
  padding: 0;
}

.bottom_links a:link, .bottom_links a:visited, .bottom_links a:hover, .bottom_links a:active, .footer_block h4, .footer_block ul li {
  color: #c0bebe;
  font-size: 11px;
  line-height: 20px;
  text-transform: none;
  font-family: inherit;
  padding: 0;
}

.bottom_links a:link, .bottom_links a:visited, .bottom_links a:hover, .bottom_links a:active {
  font-size: 10px;
}

.bottom_links a:hover {
  text-decoration: none;
}

.footer_block h4 {
  text-transform: uppercase;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.footer_block {
  padding: 0 23px 0 0;
  width: auto;
  margin: 0;
  min-height: 120px;
  height: auto;
}

.footer_block:last-child {
    max-width:280px;
}

.contacts_block {
  border-left: 1px solid #515151;
  padding-left: 15px;
}

#footer_container {
  position: static;
  left: auto;
  bottom: auto;
  padding: 10px;
  background: #000;
  color: #fff;
  text-transform: none;
}

.bottom_line {
  font-size: 11px;
  text-align: center;
  color: #fff;
}

.bottom_line a {
  color: #fff;
  text-decoration: underline;
}

.delivering {
  float: left;
  padding-left: 30px;
  line-height: 20px;
  padding-top: 4px;
  color: #fff;
  font-weight: 700;
}
.menu li.classifieds {
  background-color: #9C008C;
  border-bottom: none;
}
.menu.categories .content {
  border-top: #bcbcbc 1px solid;
  margin-top: 15px;
}
.menu.categories li.classifieds a{
  background-image: url(../../../skins_magazineexchange/images/category_bullet_classifieds.png);
  color: #fff;
  font-size: 12px;
  text-shadow: none;
}
.mini-search-text {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  float: left;
  margin-right: 33px;
  line-height: 32px;
}

.years_column {
  width: 212px;
  float: right;
}

.minisearch input[type="text"] {
  height: 19px;
  width: 138px;
  border: 0 none;
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  margin-top: 8px;
  padding: 1px 6px;
  background: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  float: left;
  margin-right: 40px;
}

.minisearch  select {
  padding: 1px;
  height: 19px;
  width: 150px;
  border: 0 none;
  border: 1px solid #b7b7b7;
  margin-top: 8px;
  background: #fff;
  display: inline;
  float: left;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-right: 40px;
}

.minisearch input[type="image"] {
  margin-top: 5px;
}

input[type="image"] {
  border: none;
  padding: 0;
  margin: 0;
}

.microcart_content {
  top: 20px;
}

.navigation {
  margin: 0;
}

.breadcrumbs {
  padding: 0 8px;
  margin-bottom: 9px;
}

.navigation a:first-child {
  font-size: inherit;
  width: auto; 
  margin: 0;
}

.navigation a:first-child:before {
  display: none;
}

.breadcrumbs {
  border: none;
}

.navigation a, .navigation span, .navigation .link, .navigation a:link, .navigation a:visited, .navigation a:hover, .navigation a:active, .navigation a.last, .navigation span.last {
  border: none;
  background: none transparent;
  color: #0125fd;
  font-weight: normal;
  font-size: 11px;
  padding: 0;
}

.navigation a:hover {
  text-decoration: underline;
}

span.location_arrow {
  color: #000;
}

.category_info .image{
  display: none;
}

.category_info {
  border: none;
  padding: 0;
  margin: -10px 0 0;
}

.category_info .title, .category_info .descr {
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
}

.cat_title {
  display: none;
}

.subcategories {
  border: none;
  padding: 0;
}

.subcategory-heading {
  background: #fff url(../../../skins_magazineexchange/images/tab_selected_product.png) left top no-repeat;
  padding: 10px 20px 1px 20px;
  font-family: 'CenturyGothic',Verdana,Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 9px;
  text-decoration: none;
  display: block;
  height: 16px;
  width: 169px;
  height: 38px;
  background-size: 100% 38px;
  float: left;
  text-transform: lowercase;
  margin: 0 0 -2px 0;
}

.subcategory-heading span {
  border-bottom: 1px solid #a9a9a9;
  padding-bottom: 6px;
}

.categories_list {
  clear: both;
  display: block;
  padding: 8px 16px;
  background: #fecc06;
  border: 2px solid #000;
  margin: 0;
}

p.instructions, .current_issue p.instructions{
  padding: 0 7px 10px 7px;
  font-size: 12px;
  margin: 0;
}

.sub_box {
  border: 1px solid #ccc;
  background: #fff;
}

.magazine-category {
  float: left;
  width: 193px;
  height: 90px;
  margin: 0 0 12px 13px;
  position: relative;
  overflow: visible;
}

.magazine-category1 {
  width: 191px;
  height: 88px;
  border: 1px solid #a9a9a9;
  background: #fdfdfd url(../../../skins_magazineexchange/images/magazine_title_bg.gif) left top repeat-x;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.category_info .title {
  margin: 0 0 3px;
  color: #000;
  font-size: 22px;
  font-family: Arial,Verdana,Helvetica,Sans-serif;
}

.magazine-category-table {
  display: table;
  margin: 0;
  padding: 0;
}

.magazine-category2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  height: 86px;
  width: 191px;
}

.magazine-title {
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  padding: 4px 10px;
  color: #000;
}

.magazine-descr {
  padding: 0 10px 10px;
  text-align: center;
  color: #000;
  line-height: 12px;
}

.magazine-descr p {
  margin: 0;
}

.magazine-category1 .magazine-rollover {
  display: none;
}

.magazine-category1:hover {
  width: 191px;
  height: 306px;
  border: 1px solid #000;
  background: #fecc06 url(../../../skins_magazineexchange/images/mc_button.png) 16px bottom no-repeat;
  cursor: pointer;
}

.magazine-category1:hover .magazine-rollover {
  text-align: center;
  width: 186px;
  position: absolute;
  left: 2px;
  bottom: 36px;
  display: inline;
}

a.navLeft {
  background: url(../../../skins_magazineexchange/images/nav_left.png) left center no-repeat;
  height: 35px;
  display: block;
  width: auto;
  line-height: 32px;
  padding-left: 22px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #00f;
  float: left;

}

a.navRight {
  background: url(../../../skins_magazineexchange/images/nav_right.png) right center no-repeat;
  height: 35px;
  display: block;
  width: auto;
  line-height: 32px;
  padding-right: 22px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #00f;
  float: right;
}

a.navDisabled, a.navDisabled:hover {
  color: #777;
  text-decoration: none;
}

.title_mag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  padding: 8px 0;
}

.nav_categories {
  text-align: center;
}

.PageAvatar {
  display: block;
  width: 200px;
  height: 84px;
  margin-left: 250px;
}

.splitter {
  height: 0;
}

.CategoryTop {
  max-width: 950px;
  min-height: 84px;
  position: relative;
}

.category_info .descr {
  display: none;
}

.tabs {
  margin: 0;
  height: 38px;
}
@media (max-width: 950px) {
  .tabs{
    height: auto;
  }
}

span.section_tab {
  border: 0px solid #d3d3d3;
  background: #fff url(../../../skins_magazineexchange/images/tab_default_product.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #000;
  background-size: 100% 38px;
  height: 38px;
  width: 169px;
  margin: 0 0 0 -2px;
  top: 2px;
  padding-right: 0;
}

span.section_tab_selected {
  background: url(../../../skins_magazineexchange/images/tab_selected_product.png) left top no-repeat;
  background-size: 100% 38px;
  border: none;
  height: 38px;
  width: 169px;
  margin:  0 0 0 -2px;
  top: 2px;
  padding-right: 0;
}

span.section_tab:first-child, span.section_tab_selected:first-child  {
  margin-left: 0;
}

.tab_general_content {
  display: block;
  padding: 8px 16px;
  background: #fecc06;
  border: 2px solid #000;
}

.top_section_tab_selected span, span.section_tab_selected span, .top_section_tab span, span.section_tab span {
  font-family: 'CenturyGothic',Verdana,Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: lowercase;
  margin: 10px 20px 1px 20px;
  padding-bottom: 9px;
  text-decoration: none;
  display: block;
  height: auto!important;
  line-height: normal;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  float: none;
  line-height: 19px;
}

span.section_tab_selected span {
  border-bottom: 1px solid #a9a9a9;
  padding-bottom: 6px;

}

.notes {
  padding: 3px 7px 10px 7px;
  font-size: 12px;
}

.MagazineCategory {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  padding: 10px 0 4px;
  text-align: center;
}

.magazine_year {
  text-align: center;
}

a.cat-button {
  border: 0 none;
  margin: 5px 20px 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  height: 29px;
  vertical-align: top;
  overflow: visible;
  outline-style: none;
  display: inline-block;
  text-decoration: none;
}

.cat-right {
  padding: 0 16px 0 0;
  display: block;
  background: transparent url(../../../skins_magazineexchange/images/cat_button.png) no-repeat right top;
  height: 29px;
}

.cat-left {
  margin: 0;
  padding: 0 5px 0 21px;
  display: block;
  white-space: nowrap;
  background: transparent url(../../../skins_magazineexchange/images/cat_button.png) no-repeat left top;
  color: #fff;
  text-shadow: 1px 1px 0 #333;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  height: 29px;
  line-height: 24px;
  min-width: 126px;
}

.year_category {
  width: 434px;
  float: left;
}

.ProductInfo ul li div.ab_container {
  padding: 0;
  line-height: normal;
}

.adb_text a {
  color: #2003fc!important;
}

.product_det .ProductData {
  width: 100%;
  padding: 10px;
  float: none;
}

.product_det_content div.ab_container {
  padding: 0;
}

.product_det div.ab_content_skin_horizontal{
  float: none;
}
.product_det table {
  margin: 0 auto;
}

.product_det table td {
  text-align: center;
}

.white-box {
  border: 2px solid #000;
  background: #fff;
  padding: 20px;
}

.sorry {
  font-size: 15pt; 
  color: #000;
  float: right;
  margin-top: 100px;
  font-weight: bold;
}

.subscrib h1 {
  font-size: 16pt;
  text-align: center;
  margin-top: 30px;
  font-family: inherit;
  font-weight: bold;
  padding-bottom: 5px;
  text-align: center;

}

.subscrib p{
  font-size: 12pt;
  color: rgb(0, 0, 0);
  font-family: Arial;
  margin: 1em 0;
  text-align: center;
}

.instructions {
  font-size: 12pt;
  color: rgb(0, 0, 0);
  font-family: Arial;
  text-align: center;
}
.product_det_content {
  width: 100%;
  height: 500px;
}

.current_issue p {
  margin: 1em 0;
}

a.ProductBlue {
  font-weight: 700;
  font-size: 12px;
  color: #1800ff!important;
}

.product_det {
  border: 1px solid #000;
  margin-bottom: 18px;
}

.product_det_title {
  text-align: left;
  background: #d9d7d7;
  padding: 3px 10px;
  min-height: 31px;
  line-height: 23px;
  border: 0 none;
  border-bottom: 1px solid #000;
  font-weight: 400;
}

.product_det_content {
  text-align: right;
  padding-right: 4px;
  padding-top: 175px;
  line-height: normal;
}

.issue_img {
  padding: 0 10px 10px;
  float: left;
}

.mag_title {
  float: right;
  width: 275px;
  text-align: center;
  margin-right: 10px;
}

.mag_title .journal {
  font-family: Arial Black;
  font-size: 16pt;
  font-weight: normal;
  text-align: center;
  color: #000;
}
.mag_title .mag_issue{
  margin: 5px 0 3px;
  color: #000;
  font-size: 22px;
  font-family: Arial,Verdana,Helvetica,Sans-serif;
  font-weight: bold;
  text-align: center;
}

.current_issue .white-box {
  padding: 20px 30px;
}

.view_full_listing a{
  font-family: Arial;
  font-size: 18pt;
  color: rgb(255, 255, 255);
  display: block;
  width: 100%;
  height: 53px;
  line-height: 42px;
  background-image: url(../../../skins_magazineexchange/images/Current_Issue_Button_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
}

.view_full_listing p {
  margin-top: -5px;
  font-family: Arial;
  font-size: 8pt;
  color: rgb(0, 0, 0);
  text-align: center;
  margin-bottom: 0;
}

.product_det_content.auto_height {
  height: auto;
  padding: 10px;
  text-align: center;
}

.product_det_content.gray_bg {
  height: auto;
  padding: 10px;
  text-align: left;
  background: #eaeaea;
}

.product_det_content ul {
  padding: 0;
  margin: 0;
}

.product_det_content ul li {
  padding: 3px 10px;
}

.provide_info {
  padding: 20px;
}

.table-cell img {}

.prod_border {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
}

.prod_gallery {
  margin: 0;
}

.prod_gallery .buy_now {
  display: none;
}

.tab_general_content .prod_border .name_price {
  padding: 0;
}

.g-image img {
  max-height: none;
}

.g_product a {
  padding: 0;
}

.g-image {
  border: none;
  background: none;
  padding: 0;
}

.prod_gallery .product_item {
  width: 25%;
  padding: 10px;
  border: 1px solid #fff;
  max-height: 240px;
  margin-bottom: 0;
  height: 240px;
  overflow: hidden;
}

.prod_gallery .product_item:hover {
  border: 1px solid #000;
  background: #fecc06 url(../../../skins_magazineexchange/images/products_btn.png) center bottom no-repeat;
}

.g_product a {
  height: 45px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.g_product a:hover {
  text-decoration: none;
  color: #2c3e49;
}

.prod_border .name_price {
  background: transparent;
}

.products_gallery{
  padding: 0 20px;
}

.PrevPage  {
  text-align: left!important;
  padding: 0 20px 16px;
}

.PrevPage a {
    color: #0125fd;
}

.product .image {
  width: 31%;
  padding: 0;
  position: absolute;
  background: #fff;
  height: 235px;
}

#product-image-anchor, .magnify_link img {
  width: auto;
}

.product .image a, #product-image-anchor{
  border: 1px solid #000;
  background: #eaeaea;
  margin: 0 16px 16px 30px;
  height: 224px;
  padding: 20px 9px 5px;
  text-align: left;
  padding-left: 34px;
}

.product_add {
  float: none;
  clear: both;
}

.product .fields {
  width: 100%;
 padding: 0;
}

.product_class .tab_general_content{
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #000;
}

.product .tabs, h1.product_name {
  width: 69%;
  margin-left: 31%;
}

h1.product_name {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 22px;
  padding: 0;
  font-weight: bold;
  color: #000;
  min-height: 26px;
}

.product .tabs > span {
  width: 50%;
}

#product-image-pos, #product-image-pos1 {
  float: left;
  width: 31.1%;
  height: 173px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.ProductData {
  padding: 10px 0;
  float: left;
  width: 43%;
}

.product_border {
  border-right: 1px solid #a9a9a9;
  padding: 0 10px;

}

.ProductInfo {
  padding: 10px;
  float: left;
  width: 25%;
}

.ProductInfo ul{
  color: #000;
}

.ProductInfo ul li{
  padding-left: 5px;
  overflow: hidden;
  line-height: 16px;
}

.ProductInfo ul li span.right{
  float: right;
  text-align: right;
}

.sell_titles > div {
  display: inline-block;
}

.ProductDef {
  font-size: 12px;
  color: #6e6e6e;
  padding: 0 0 3px 10px;
  line-height: 20px;
}

.ProductData img {
  float: left;
}

.ProductData p {
  margin: 11px 0 0;
  color: #000;
  line-height: normal;
}

.wish_wrapper {
  border-top: 1px solid #a9a9a9;
  padding: 5px 0;
  margin-top:3px;
}

.sell_wrapper {
  border-top: 1px solid #a9a9a9;

  border-bottom: 1px solid #a9a9a9;
  padding: 4px 0;
}

a.button.small {
  font-weight: 700;
  font-size: 12px;
  color: #1800ff!important;
}

.sell_table {
  margin: 15px;
}

.sell_table h4 {
    font-family: Verdana,Arial,Helvetica,Sans-serif;
    font-size: 12px;
}
.SellerTable {
  background: #fff;
  border: 1px solid #a9a9a9;
}

.SellerTable .ProductTableHead {
  background: url(../../../skins_magazineexchange/images/product_table_head.png) left top repeat-x;
  height: 23px;
  color: #7c7c7c;
  background-size: auto 100%;
}

.SellerTable td, .product .fields td {
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  min-height: 19px;
}

.ProductTableHead td{
  color: #7c7c7c;
  padding: 0;
}

.sell_titles {
  background: url(../../../skins_magazineexchange/images/product_table_head.png) left top repeat-x;
  height: 23px;
  color: #7c7c7c;
}

.sell_titles > div {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #7c7c7c;
  line-height: 23px;
}

.price_cell {
  width: 90px;
}

.condition_cell {
  width: 120px;
}

.seller_cell {
  width: 230px;
}

.descr_cell {
  width: 248px;
}

.ready_cell {
  width: 210px;
}

.no_sellers {
  font-size: 12px;
  font-weight: bold;
  min-height: 19px;
  text-align: center;
}

.seller_price {
  font-weight: 700;
}

.seller_name {
  color: #1800ff;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  padding-left: 2px;
}

.learn-more {
  text-align: right;
  margin-top: -8px;
}

.learn-more a {
  color: #1800ff!important;
}

.product_view .width50 {
  width: 50%;
}

.product_view .width50.left {
  padding-right: 10px;
}

.product_view .width50.right {
  padding-left: 10px;
}

.product_view .product_det {
  margin-bottom: 18px;
}

.product_det .subtitle {
  padding: 3px 10px;
  border: 0 none;
  background: #eaeaea;
}

.footerLink {
  min-height: 36px;
  border-top: 1px solid #000;
  background: #eaeaea;
  text-align: center;
  padding: 8px;
}

.footerLink, .footerLink a {
  color: #2002fe;
  font-weight: 700;
}


.ProductDetLinks {
  border: 1px solid #000;
  margin-bottom: 18px;
  padding: 10px;
}

.product {
  padding-bottom: 0;
}

.product_det_content.border_bottom {
  border-bottom: 1px solid #a9a9a9;
  padding: 15px 1px;
}

.product_det_title .right {
  padding-top: 3px;
}

a.send_to_friend {
  display: inline-block;
  padding: 0;
}

.email_to_friend, .bookmark {
  float: right;
  padding: 2px 10px;
}

.email_to_friend img, .bookmark img {
  display: block
}

.bookmark {
  padding-right: 0;
}

a.send_to_friend {
  margin: 0;
}

.product .tabs #tab_1:after {
  content: '';
  width: 22px;
  height: 17px;
  background: url(../../../skins_magazineexchange/images/product_book.png) left top no-repeat;
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
}

.product .tabs #tab_2 {
  float: right;
  width: 329px;
}

.product .tabs #tab_2:after {
  content: '';
  width: 22px;
  height: 17px;
  background: url(../../../skins_magazineexchange/images/product_screen.png) left top no-repeat;
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
}

.back_to_category a {
  color: #0125fd;
  text-decoration: none;
  font-weight: bold;
}

.back_to_category a:hover {
  text-decoration: underline;
}

.gray_border {
  border: 1px solid #ABADAD;
  padding: 30px;
}

.login_block {
  width: 78%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.help_box {
  border: 1px solid #ccc;
  max-width: 382px;
  margin-top: 5px;
}

.box_title {
  color: #000;
  font-weight: 700;
  font-size: 13px;
  background: #f2f2f2;
  border-bottom: #ccc 1px solid;
  vertical-align: middle;
  padding: 3px 4px 3px 10px;
  text-align: left;
}

.box_content {
  background-color: #fff;
  text-align: left;
  padding: 10px;
  color: #000;
  font-size: 13px;
}

.box_content p {
  line-height: normal;
  margin: 0 0 8px;
}

.help_box label {
  width: 88px;
  display: inline-block;
  color: #112536;
  font-weight: 700;
  font-size: 11px;
}

.help_box input {
  width: 230px;
}


.help_box label span.Star {
  color: red;
  float: right;
}

.password_recovery a {
  color: #0d01fb;
}

.password_recovery, .login_button {
  margin-left: 92px;
}

.login_button { 
  padding-top: 16px;
  padding-bottom: 10px;

}

.auth_buttons a.button.small {
  border: 3px solid #000;
  background: #ffd400;
  border-radius: 16px;
  font-family: inherit;
  color: #000!important;
  text-transform: uppercase;
  padding: 3px 20px;
}

.login_button.auth_buttons a.button.small {
  border: 2px solid #000;
  color: #000!important;
  padding: 1px 10px;
  cursor: pointer;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-family: 'CenturyGothic',Verdana,Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: capitalize;
  padding-right: 31px;
  background: url(../../../skins_magazineexchange/images/btn_arrow.gif) 60px center no-repeat #fecc05;
  height: 26px;
}

.login_note {
  clear: both;
}

.login_note a {
  color: #0d01fb;
}

.register_button {
  text-align: center;
  padding-top: 4px;
  padding-bottom: 15px;
}

.register_button a.button.small {
  border: 2px solid #000;
  color: #000!important;
  padding: 1px 10px;
  cursor: pointer;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-family: 'CenturyGothic',Verdana,Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: capitalize;
  padding-right: 30px;
  background: url(../../../skins_magazineexchange/images/btn_arrow.gif) 74px center no-repeat #cdcdcd;
  height: 26px;
  line-height: 18px;
  display: inline-block;
}

.help_class .breadcrumbs, .error_message_class .breadcrumbs, .cart_class .breadcrumbs {
  display: none;
}

.left_404 {
  width: 40%;
  float: left;
  text-align: center;
}

.img_404 {
  width: 60%;
  float: right;
  margin-top: -20px;

}

.section {
  border: #ccc 1px solid;
  padding: 0;
  overflow: hidden;
}

.section h2.title {
  color: #000;
  font-weight: 700;
  font-size: 13px;
  background: #f2f2f2;
  border: none;
  border-bottom: #ccc 1px solid;
  vertical-align: middle;
  padding: 4px 4px 4px 10px;
  text-align: left;
  font-family: inherit;
  text-transform: none;
  line-height: normal;
}

.orders_class .section h2.title {
  margin-bottom: 0;
}

.section .content{
  padding: 10px 13px;
}

.left_404 div, .left_404 p {
  font-family: 'CenturyGothic';
  font-weight: bold;
  font-size: 14pt;
  color: #2c3e49;
  line-height: normal;
  margin: 40px 0;
}

.left_404 p { 
  font-size: 12pt;
}

.left_404 h1 {
  font-size: 36pt;
  font-family: 'CenturyGothic';
  font-weight: bold;
  line-height: normal;
  margin-top: 50px;
}

.cart-container {
  padding: 0 7px;
}

.cart-container .dialog-header h1 span {
  font-family: Verdana,Arial,Helvetica,Sans-serif;
  text-transform: none;
  font-size: 16px; 
  color: #000;
  padding: 0;
}

.cart-container .dialog-header {
  border-bottom: none;
  margin-bottom: 10px;
}

.cart_table td {
  border: none;
  padding: 0;
}

.cart_table th {
  padding: 4px 4px 4px 10px;
  font-weight: 700;
  font-size: 13px;
  background: #f2f2f2;
}

.cart_table .image {
  max-width: 125px;
  max-height: none;
  width: auto;
  height: auto;
  border: none;
}
.cart_table h1.product_name {
  padding-bottom: 8px;

}
.cart_table a.product {
  padding-left: 0;
  padding-bottom: 8px;
  color: #000;
  font-size: 24px;
  text-decoration: none;
  font-family: Arial,Verdana,Helvetica,Sans-serif;
  font-weight: normal;
}

.CartSellerData td {
  padding: 2px;
}

.cart_content {
  border: #ccc 1px solid;
}

.cart_table {
  width: 94%;
  margin: 20px auto;
  border: none;
}

.cart_title {
  color: #000;
  font-weight: 700;
  font-size: 13px;
  background: #f2f2f2;
  border-bottom: #ccc 1px solid;
  vertical-align: middle;
  padding: 4px 4px 4px 10px;
  text-align: left;
}

.CartSellerData {
  max-width: 620px;
  margin-bottom: 24px;
}

.cart_name .price {
  color: #010101;
  font-weight: 700;
  font-size: 12px;
}

.cart_name .total_price {
  color: #b51a00;
}

.cart_name input[type="text"] {
  border: 1px solid #ccc;
  background: #fff;
}

.cart_content a.button.simple, .print_button a.button.simple {
  background: url(../../../skins_magazineexchange/images/go.gif) top right no-repeat;
  padding-right: 28px;
  display: inline-block;
  color: #112536;
  font-weight: 700;
  text-decoration: none;
}

a.button.simple:hover {
  text-decoration: underline;
}

.print_button {
  padding: 10px;
}

.update_qty_note {
  padding-left: 10px;
  padding-right: 20px;
  display: inline-block;
}

.cart_product_buttons {
  margin-top: 15px;
  margin-bottom: 15px;

}

.cart_totals td {
  text-align: left;
  text-indent: 590px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 7px 0;
  text-transform: uppercase;
  color: #112536;
}

.cart_totals td.total_right {
  text-align: right;
  width: 15%;
  text-indent: 0;
  font-weight: 700;
  font-size: 11px;
  color: #b51a00;
}

.cart_totals {
  margin: 1%;
  padding: 0;
  width: 98%;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  border-collapse: separate;
}

.total_sum td {
  font: 600 11px/17px Verdana,Arial,Helvetica,Sans-serif;
  color: #112536;
}

.total_sum td.total_right {
  background: transparent;
}

.cart_buttons {
  padding: 20px 10px 20px;
  overflow: hidden;
}

.checkout_button .button-left {
  text-indent: -999px;
  width: 117px;
  height: 30px;
  overflow: hidden;
}

.continue_button .button-left {
  text-indent: -999px;
  width: 192px;
  height: 30px;
  overflow: hidden;
}
.product .fields .buy_button .button-left {
  text-indent: -999px;
  width: 188px;
  height: 30px;
  overflow: hidden;
}

.product .fields .buy_button .button-right {
  background: url(../../../skins_magazineexchange/images/add_to_basket.png) center center no-repeat;
  padding: 0;
  border: none;
}

.continue_button .button-right {
  background: url(../../../skins_magazineexchange/images/button_continue_button.gif) center center no-repeat;
  padding: 0;
  border: none;
  height: 30px;
}

.checkout_button .button-right {
  background: url(../../../skins_magazineexchange/images/checkout_button.gif) center center no-repeat;
  padding: 0;
  border: none;
}

.SellerName {
  color: #1800ff;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  padding-left: 2px;
}

.continue_button {
  float: right;
  padding-right: 10px;
}

.continue_button, .checkout_button {
  height: 30px;
}

.cart_top_buttons {
  overflow: hidden;
  padding-right: 6px;
}

.cart-container .dialog {
  margin: 0;
  border: none;
}

.cart-container .dialog .content{
  padding: 0;
}

.product .fields td.buy_button {
  padding-top: 4px;
}

.hidden_qty {
  display: none;
}

td.cart_product {
  width: 170px;
}

.order_block {
  margin: 15px 0;
  padding: 0;
  border-color: #ccc;
}

.order_block h1 {
  color: #000;
  font-size: 13px;
  text-transform: none;
  font-family: inherit;
  padding: 4px 4px 4px 10px;
  background: #f2f2f2;
  border-bottom: #ccc 1px solid;
}

.order_block .order_body {
  margin: 0 10px;
}

#doc_image {
  padding: 0;
}

.order_adress {
  border-top: 0;
}

.adress_title {
  font-size: inherit;
}

.doc_bank_info > div, .doc_company > div {
  text-align: right;
}

#dpi-thumbnails-outer a {
  height: 42px;
  width: 42px;
  margin: 0 0 5px;
  opacity: 1!important;
  padding: 0!important;
  border-color: #a9a9a9;
  background: #fff;
}

#dpi-thumbnails-outer a.dpi-prev, #dpi-thumbnails-outer a.dpi-next {
	background: transparent;
	border: none;
}

#dpi-thumbnails-outer a.dpi-prev:before {
	content: "\f062";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding: 14px;
}

#dpi-thumbnails-outer a.dpi-next:before {
	content: "\f063";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding: 14px;
}

#dpi-thumbnails-outer {
  position: absolute;
  top: 0;
  left: 224px;
  padding: 10px 0;
}

#dpi-thumbnails img {
  max-height: 38px;
  max-width: 39px;
}

.shipping_list li {
  line-height: 20px;
}

.shipping_list li input {
  vertical-align: middle;
}

.pages_class .section .content {
  padding: 0;
  border: none;
}

.pages_class .section .content a:hover{
  text-decoration: underline;
}

.pages_class .section h2.title {
  margin-bottom: 5px;
}

.help_class .dialog {
  margin: 0;
}
.menu.help_menu {
  margin-bottom: 15px;
}
.menu.help_menu .title {
  background: #FE0A02;
  border-radius: 8px 8px 0px 0;
  -moz-border-radius: 8px 8px 0px 0;
  -webkit-border-radius: 8px 8px 0px 0;
  height: 20px;
  padding-top: 2px;
  margin-bottom: 0;
  padding-left: 10px;
}

.menu.help_menu .title-link {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  color: #fff;
  font-weight: bold;
  line-height: normal;
}

.menu.help_menu .content {
  background: #f2f2f2;
  padding: 5px;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}

.menu.help_menu li {
  text-transform: capitalize;
  COLOR: #112536;
  FONT-SIZE: 10px;
  line-height: normal;
}

.help_column {
  width: 150px;
  float: left;
}

.dialog {
  border: #acb7c7 1px solid;
}

.dialog .content {
  padding: 10px;
}

.dialog-header {
  border-bottom: #acb7c7 1px solid;
  background: url(../../../skins_magazineexchange/images/admin_dialog_bg.gif) left top repeat-x;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: 20px;
  margin-bottom: 0;
}

.dialog-header h1 span {
  COLOR: #010101;
  FONT-WEIGHT: bold;
  FONT-SIZE: 11px;
  font-family: inherit;
  height: auto;
  padding: 0;
  line-height: 18px;
  text-shadow: none;
  padding-left: 10px;
}

.help_content {
  width: 775px;
  float: left;
  padding-left: 25px;
  padding-right: 15px;
  line-height: normal;
  font-size: 12px;
}

.help_content .center{
  text-align: center;
}

.dialog .content p {
  font-size: 12px;
  color: #2c3e49;
}

.ProductDetailsTitle {
  COLOR: #b51a00;
  FONT-WEIGHT: bold;
  FONT-SIZE: 12px;
  padding-bottom: 3px;
}

.dialog .help_content h2 {
  FONT-SIZE: 14px;
  color: #a10000;
}

.help_link {
  width: 168px;
  float: left;
  margin: 0 5px;
  text-align: center;
}

.help_link a.text {
  COLOR: #2c3e49;
  font-weight: bold;
}

.help_block {
  width: 100%;
  overflow: hidden;
  border: 1px solid #B6B6B6;
  BACKGROUND-COLOR: #F2F2F2;
  margin: 20px 0;
}

.help_block .title {
  border-bottom: 1px solid #B6B6B6;
  padding: 3px;
  COLOR: #2c3e49;
  FONT-SIZE: 12px;
  font-weight: bold;
  text-align: center;
}

.help_block .content {
  padding: 10px;
  overflow: hidden;
}

.help_block.width50 {
  width: 345px;
  margin: 20px 10px;
  float: left;
}

.help_block.width50 .help_link {
  width: 50%;
  margin: 0;
}

.help_block.width50 .help_link.single {
  width: 100%;
}

.help_link.single a {
  display: block;
}

.simple_menu {
  text-align: center;
  margin-bottom: 25px;
}

.simple_menu li {
  font-size: 12px;
  line-height: normal;
}

.simple_menu .ProductDetailsTitle {
  padding: 0;
}

.article_img {
  width: 50%;
  text-align: center;
  float: left;
}

.right_text {
  margin-left: 50%;
}

.help_content h2 {
  font-size: 13px;
  display: inline;
}

.help_content h2.subtitle {
  FONT-SIZE: 14px;
  color: #a10000;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}

.selling .article_img {
  width: 44%;

}

.selling .right_text {
  margin-left: 44%;
}

.widget_header {
  background: #9C008C;
  border-radius: 7px 7px 0 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding: 8px 15px;
  margin: -10px -20px 20px;
  text-align: center;
  font-family: arial;
}

.i123_widget {
  background-color: #fff;
  border: 3px solid black;
  border-radius: 10px;
  padding: 10px 20px 25px;
  margin: 0 0 20px 0;
}

.featured_ad_item {
  background-color: #FECC06 !important;
  clear: both;
  padding: 5px 5px 0 5px;
}

.classifieds_tab span.section_tab#tab_1, .classifieds_tab span.section_tab_selected#tab_1 {
  width: 213px;
}

.classifieds_tab span.section_tab#tab_2, .classifieds_tab span.section_tab_selected#tab_2 {
  width: 274px;
}

.classifieds_tab span.section_tab#tab_3, .classifieds_tab span.section_tab_selected#tab_3 {
  width: 197px;
}

.classifieds .white-box {
  padding: 20px 10px;
}

#awpcpcatlayout .showcategoriesmainlist {
  clear: left;
  display: block;
  list-style: none;
  font-family: Verdana,Arial,Helvetica,Sans-serif;
  color: #ffffff;
}

#awpcpcatlayout .showcategoriesmainlist li.columns-2 {
  width: 48%;
  float: left;
  list-style: none;
  padding: 0;
  margin: 3px 2% 5px 0px;
  font-family: Verdana,Arial,Helvetica,Sans-serif;
  color: #ffffff;
}

p.maincategoryclass {
  BACKGROUND-COLOR: #B949BE;
  background-image: url(../../../skins_magazineexchange/images/Classified_Category_bg.gif);
  text-align: center;
  padding-bottom: 10px;
  padding-top: 25px;
  margin: 0 0 3px 0;
}

#awpcpcatlayout .showcategoriesmainlist li a {
  text-decoration: none;
  font-family: 'Muli' Verdana,Arial,Helvetica,Sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 14pt;
  color: #ffffff;
}

.classifieds_class .breadcrumbs{
  display: none;
}

.welcome_content {
  position: relative;
  height: 530px;

}

.home_testimonials {
  line-height: normal;
  text-align: left;
  padding-top: 5px;
}

#White_Corners {
  clear: both;
  float: left;
  margin: 0;
  width: 670px;
}

#rowHolder_1 {
  clear: both;
  float: left;
  margin: 4px 0 0 15px;
  width: 636px;
}

#columnHolder_1 {
  float: left;
  margin: 0;
  width: 428px;
  text-align: left;
}

#columnHolder_1  p{
  line-height: 13px;
}

#Section_Title {
  clear: both;
  color: #000;
  display: inline;
  float: left;
  font-family: Trebuchet MS,Helvetica,sans-serif;
  font-size: 28px;
  letter-spacing: .02em;
  line-height: 176%;
  margin: -10px 0 -9px 1px;
  text-align: left;
  text-decoration: none; 
}

#Section_Title span{
  font-weight: bold;
}

#Button_Row {
  clear: both;
  float: left;
  margin: 12px 0 -7px;
  width: 427px;
}

#Button_Column {
  float: left;
  height: 50px;
  margin: 0;
  position: relative;
  width: 213px;
}

#Title_Row {
  clear: both;
  float: right;
  margin: 62px 26px 0 0;
  width: 615px;
}

#Text_Row {
  clear: both;
  float: left;
  margin: 40px 0 0 25px;
  width: 615px;
  line-height: 13px;
}

#Button_Text {
  color: #f1efef;
  font-family: 'Trebuchet MS',Helvetica,sans-serif;
  font-size: 16px;
  left: 19px;
  line-height: 238%;
  margin: 0 0 -11px;
  position: absolute;
  font-weight: 700;
  text-align: middle;
  text-decoration: none;
  text-shadow: rgba(0,0,0,1.0) 1px 2px 2px;
  top: 2px;
  width: 159px;
}

#Avatar {
  display: block;
  right: 23px;
  position: absolute;
  top: 10px;
  width: 208px;
}

#Title,  #Title h1, #Title h2, #Title h3, #Title h4, #Title h5, #Title h6  {
  color: #030200;
  display: inline;
  font-family: 'Trebuchet MS',Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 263%;
  text-align: left;
  text-decoration: none;
}

#Link {
  color: #010101;
  font-family: 'Trebuchet MS',Helvetica,sans-serif;
  font-size: 15px;
  line-height:33px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

#Link_Row {
  clear: both;
  float: left;
  margin: 22px 0 0 13px;
  width: 615px;
}

#Title-White {
  color: #fff;
  display: inline;
  font-family: 'Trebuchet MS',Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 263%;
  text-align: left;
  text-decoration: none;
}

.home_column {
  line-height: normal;
  width:50%;
  float: left;
  padding-right: 15px;
} 

.home_column.col_right {
  border-left: 1px dotted #000;
  padding-left: 15px;
  padding-right: 0;
}

.ab_content_code_home_page_1 > div{
  width: auto!important;
  max-width: 670px;
  position: relative!important;
  top: auto!important;
}

#Avatar_Background {
  float: left;
  margin: -9px 0 0 9px;
  width: 194px;
}

h1.AdTitle {
  margin: 0 0 25px 323px;
  color: #000;
  font-size: 22px;
  font-family: Arial,Verdana,Helvetica,Sans-serif;
}

.ad_header {
  min-height: 224px;
  position: relative;
  width: 952px;
  margin: 0;
}

.ad_sec_image {
  position: absolute;
  top: 0;
  left: 0;
  height: 185px;
  width: 323px;
}

.ad_step2_tab_1 {
  position: absolute;
  top: 0;
  left: 323px;
  height: 38px;
  width: 314px;
}

.ad_step2_instructions {
  position: absolute;
  top: 38px;
  left: 323px;
  height: 147px;
  width: 629px;
}

.cat_wrapper {
  float: left;
  position: relative;
  width: 241px;
  margin-top: 0!important;
}

.ad_cat_image {
  float: left;
  clear: both;
  width: 241px;
  margin: 0;
}

.package_wrapper {
  float: left;
  position: relative;
  width: 231px;
  margin: 0;
}

.ad_column {
  float: left;
  clear: both;
  width: 231px;
  margin: 0;
}

.rh_edge_wrapper {
  float: right;
  position: relative;
  width: 18px;
  margin: 0;
}

.ad_table_foot {
  float: left;
  clear: both;
  position: relative;
  width: 952px;
  margin: 0;
}

.bottom_of_main_box {
  width: 952px;
  float: left;
  position: relative;
}

.table_right-hand_edge {
  float: left;
  clear: both;
  width: 18px;
  margin: 0;
}

.ad_step2_tab_2 {
  position: absolute;
  top: 0;
  left: 637px;
  height: 38px;
  width: 315px;
}

.ab_container_code_welcome_text {
  margin-bottom: 10px;
}

.main_subcat {
  width: 30.33%;
  float: left;
  border: 2px solid #000;
  border-radius: 15px 0 15px 15px;
  background: #fff;
  margin: 1.5%;
  text-align: center;
  padding-bottom: 20px;
  height: 200px;
  position: relative;
}

.main_subcat .magazine-title {
  color: #030200;
  font-family: 'Trebuchet MS',Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 263%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #000;
  white-space: nowrap;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.second_level_categories {
  background: #fceeb1;
  overflow: hidden;
  padding: 9px;
  margin-bottom: 5px;
}

.second_level div.ab_container {
  padding: 0;
}

.view_titles {
  position: absolute;
  top: 155px;
  width: 100%;
}

.view_titles a {
  color: #010101;
  font-family: 'Trebuchet MS',Helvetica,sans-serif;
  font-size: 15px;
  line-height: 133%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 135px;
  border: 2px solid #000;
  height: 24px;
  background: #fdce02;
}

.view_titles a:after {
  font-family: FontAwesome;
  content: '\f0da';
  padding-left: 4px;
  font-size: 15px;
}

.ui-dialog {
  padding: 0;
  border: 2px solid #000;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.ui-widget-header {
  BACKGROUND: #f2f2f2;
  HEIGHT: 31px;
  PADDING: 0 0 0 10px;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  color: #000;
  font-size: 12px;
}

.ui-widget-header .ui-icon {
  background-image: url(../../../skins_magazineexchange/images/cancel.gif);
  background-position: -4px -4px;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.5em 1em;
}

.poput_left, .poput_right {
  width: 100%;
  float: none;
  padding: 15px 10px 3px 10px;
}

.poput_right {
  border: none;
  background: none;
  padding-top: 5px;
}

.add_to_cart_table {
  width: 100%;
  border-bottom: 1px solid #000;
}

.add_to_cart_table th {
  background: #ccc;
  font-weight: bold;
  border-right: 1px solid #fff;
  padding: 2px;
}

.add_to_cart_table td {
  padding: 2px;

}

#add2cart_popup .prices, #add2cart_popup .qty {
  padding: 0;
  text-align: center;
}

#add2cart_popup .product {
  font-size: 11px;
  padding: 0;
  line-height: normal;
}

#add2cart_popup .buttons {
  position: relative;
  padding: 0;
}

.aa2c_total, .aa2c_comment {
  text-align: right;
}

.aa2c_comment {
  line-height: 13px;
}

.aa2c_comment a {
  color: #031afc;
  font-weight: bold;
}

.poput_right .continue {
  float: left;
  margin: 0;
}

.poput_right .checkout {
  float: right;
}

#add2cart_popup .buttons {
  border-top: 1px solid #000;
  padding-top: 15px;
  margin-top: 10px;
  width:100%;
  overflow: hidden;
}
#add2cart_popup .buttons .button-left {
  text-indent: -999px;
  width: 188px;
  height: 30px;
  overflow: hidden;
}

#add2cart_popup .continue .button-right {
  background: url(../../../skins_magazineexchange/images/button_continue_button.gif) center center no-repeat;
  padding: 0;
  border: none;
  width: 192px;
  height: 32px;
}

#add2cart_popup .checkout .button-right {
  background: url(../../../skins_magazineexchange/images/checkout_button.gif) center center no-repeat;
  padding: 0;
  border: none;
  width: 117px;
  height: 32px;

}

#add2cart_popup {
  max-width: 100%;
}

.aa2c_total {
  margin-bottom: 6px;
}

.aa2c_total b{
  text-transform: uppercase;
  color: #333;
}

.aa2c_total span{
  font-weight: bold;
  color: #b51a00;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  border: none;
}

.subheader_left {
  color: #0125fd;
  font-size: 13px;
}

.search_tabs_section .input_field_0 > label {
  font-weight: bold;
  width: 185px;
}

.search_tabs_section  select:not([multiple]) {
  height: 17px;
  padding: 0 2px; 
}

.subheader_left p {
  font-weight: normal;
}

select[multiple] { 
  height: auto;
}

.orders_class .buttons .button-left {
  text-indent: -999px;
  width: 148px;
  height: 30px;
  overflow: hidden;
}

.orders_class .buttons .button-right {
  background: url(../../../skins_magazineexchange/images/Show_Orders_button.gif) center center no-repeat;
  padding: 0;
  border: none;
  width: 148px;
}

.orders_class .buttons {
  text-align: center;
  padding-bottom:20px;
}

#search_orders_section label.checkbox {
  display: inline;
  float: none;
}

#search_orders_section label.checkbox input {
  margin: 0;
  vertical-align: middle;
}

.orders_class .navigation_counter {
  padding-left: 0;
}

.input_field_easy_1_1.right_al {
  display: inline-block;
  width: 100%;
}

.orders table.header td, .orders table.header th {
  padding: 2px;
  font-size: 11px;
  border: 1px solid #fff;
}

.orders table.header th {
  background: #ccc;
}

.input_field_easy_1_1.right_al label {
  padding: 0;
  font-weight: normal;
}

.input_field_easy_1_1.right_al label label {
  font-weight: bold;
}

.header.orders {
  margin-bottom: 5px;
}

.explanation {
  line-height: 14px;
}

.explanation p {
  margin-bottom: 10px;
  margin-top: 0;
}

.CategoryTop img{
  max-width: 100%;
  height: auto;
}

.minicart_menu .top_minicart_link, .minicart_menu .top_minicart_link:hover {
  border: 2px solid #000;
  background: #fdce02;
  filter: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;

}

.top_minicart_link.checkout {
  line-height: inherit;
  width: 100%;
}

.minicart_menu .top_minicart_link.float-left {
  float: left;
}

.microcart_content {
  border: 2px solid #000;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background: #fff;
}

.minicart_menu {
  background: transparent;
}

.top_links .minicart_item a {
  padding: 0;
}

.minicart_summary td.minicart_price, .minicart_content .minicart_price {
  font-size: 11px;
  color: #000;
}

.quantity-formated .qty {
  font-size: 11px;
}

.minicart_delete {
  float: right;
}

.minicart_image {
  width: 30%;
  margin-right: 4%;
}

.minicart_prod {
  width: 60%;
}

.category_title {
  color: #000;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 22px;
  margin: 0 0 3px;
}
{*
.second_level {
  background: #ffcb06 none repeat scroll 0 0;
  border-radius: 15px 15px 0 0;
  left: 0;
  min-height: 260px;
  padding: 10px 10px 15px;
  top: 0;
  position: relative;
}
*}
.second_level h1 {
  clear: both;
  color: #000;
  display: inline;
  font-family: 'Trebuchet MS',Helvetica,sans-serif;
  font-size: 28px;
  letter-spacing: .02em;
  line-height: 176%;
  margin: -10px 0 -9px 1px;
  text-align: left;
  text-decoration: none;
}
.second_level #Avatar {
  right: 10px;
  top: 10px;
}

.desktop_hidden {
  display: none;
}

.question a {
  display: block;
  overflow: hidden;
  height: 17px;
  width: 16px;
  text-indent: -999px;
  background: url(../../../skins_magazineexchange/images/question.png) left top no-repeat;
}

.question div.ab_container {
  padding: 0;
}

.content-part h6 {
  font-size: 16px;
  margin: 0;
  line-height: normal;
}

.content-part td {
  line-height: 14px;
}

.content-part h6 br, .DialogBox h6 br {
  display: block;
  margin: 10px 0;
  content: '';
}

.DialogBox h6 {
  margin: 0;
}

TD.DialogBox {
    background-color: #fff;
    color: #000;
    font-size: 13px;
    padding: 10px;
    text-align: left;
}

.close-part {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 12px;
  border-top: 1px solid #000;
  padding: 12px 0 5px 0;
  text-align: center;
  width: 348px;
  height: 48px;
}

#global_container_ {
  float: none;
  height: auto;
  margin: 0 auto;
  min-width: 670px;
  position: relative;
  width: 670px;
}

.ab_content_code_Section_Home_Page_Body_Lower  {
  font-size: 11px;
  line-height: normal;
}

.ab_content_code_Section_Home_Page_Body_Lower table {
  border-spacing: 10px;
  border-collapse: separate;
}

.product_item .rollover-image {
  position: absolute;
  top: 50px;
  left: -6px;
  display: none;
} 

.product_item:hover .rollover-image {
  display: inline!important;
}

.name_price .price {
  display: none;
}

.bottom_links .ab_container {
  float: left;
  margin-right: 13px;
  padding: 0;
}
a.social img, a.social span {
  float: left;
}

a.social span {
  padding-top: 5px;
  padding-left: 6px;
  font-size: 11px;

}

a.social {
  color: #fff;
  line-height: 20px;
}

.ProductDetDescr, .ProductDetLinks, .ProductDescr, .ProductDetBanner {
  border: 1px solid #000;
  margin: 0 auto 18px;
}

.ProductDetDescr th, th.ProductDescr, .ProductDetBanner th {
  text-align: left;
  background: #d9d7d7;
  padding: 3px 10px;
  height: 25px;
  border: 0 none;
  border-bottom: 1px solid #000;
  font-weight: 400;
}

.ProductDetDescr, .ProductDescr {
  background: #eaeaea;
}

.ProductDetDescr td, .ProductDetLinks td, td.ProductDescr {
  padding: 3px 10px;
  border: 0 none;
}

#contents_2 h1 {
  display: inline;
}

#contents_2 p {
  margin: 1em 0;
}

table .ProductDetBanner table{
  border-collapse: separate;
  border-spacing: 7px;

}
h1.category-title, h1.ProductTitle {
  margin: 0 0 3px;
  color: #000;
  font-size: 22px;
  font-family: Arial,Verdana,Helvetica,Sans-serif;
}

td[align="right"] {
    text-align: right;
}
tr[align="center"] td{
    text-align: center;
}

td[align="middle"] table{
    margin: 0 auto;
}

.product_class .navigation a.last, .product_class .navigation span.last {
  color: #000;
  font-weight: bold;
}

.ProductDetDescr, .ProductDetLinks, .ProductDescr, .ProductDetBanner {
    border: 1px solid #000;
    margin: 0 auto 18px;
}

.order_block #doc_title {
  margin-top: 0px;
}


.footerLink a:hover {
  text-decoration: underline;
}

.send2friend_container {
  padding: 6px 15px;
  width: 100%;
}

.send2friend_container .row {
  width: 100%;

}
.send2friend_container .input_field_0 {
  vertical-align: middle;
  width: 100%;
}

.send2friend_container .input_field_0 label, .send2friend_container .input_field_1 label {
  font-weight: bold;
  width: 25%;
  line-height: normal;
  margin: 0;
  float: left;
  padding: 1px 0;
  color: #112536;
}

.send2friend_container input[type="text"], .send2friend_container input[type="email"], .send2friend_container textarea {
  width: 75%;
  border: 1px solid grey;
  background: #fff;
  margin: 0;
}

.send_to_friend_form {
  float: none;
  width: 100%;
  padding: 0;
}

.image_verification img{
  margin: 5px 0;
}
.image_verification > div > div {
  display: inline-block!important;
}

.send2friend_container .button_left_align {
  text-align: left;
  margin-left: 0;
}
.send2friend_container .button-left {
  font-family: 'CenturyGothic',Verdana,Arial,Helvetica,sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 20px;

}

.send2friend_container .button-right {
  border: 2px solid #000;
  background: #fecc05;
  color: #000;
  padding: 1px 10px;
  cursor: pointer;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: 26px;
}

.enlarge {
  text-align: left;
  line-height: 16px;
  margin-left: -22px; 
}

.enlarge img {
  float: left;
}

.ProductBlue a {
  font-weight: 700;
  font-size: 12px;
  color: #1800ff!important;
}

.interesting {
  line-height: 20px;
}

.footer_block div.ab_container {
  padding: 0;
}
.bottom_links a.incomplete {
  border: 1px solid red;
}

.alt_template .section, .classifieds_tpl .section {
  border: none;
  padding: 0;
}

.alt_template .section h2.title, .classifieds_tpl .section h2.title, .new_seller_tpl h2.title {
  display: none;
}

.alt_footer .footer_block ul li {
  text-align: left;
}

.alt_template table img {
  vertical-align:bottom;
}

.alt_page footer{
  position: relative;
}

.alt_page #main_area {
  padding-bottom: 20px;
}

.alt_page .seller_info {
  background: #f9f9fc;
}

.alt_page .width950 {
  width: 950px;
  margin: 0 auto;
  padding-bottom: 7px;
  overflow: hidden;
}

a.home_link {
  font-size: 10.96px;
  color: #0125FD;
}

.classifieds_tpl {

}

.alt_breadcrumbs {
  background: #fff none repeat scroll 0 0;
  border-radius: 6px;
  color: #000 !important;
  float: none;
  font-size: 10.96px;
  margin-top: 0;
  overflow: hidden;
  padding: 4px 10px 0;
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
}

.alt_breadcrumbs a.home_link {
  padding-top: 3px;
  display: inline-block;
}

.alt_breadcrumbs a.home_link:hover, a.home_link:hover {
  text-decoration: underline;
}

.alt_breadcrumbs .breadcrumbs {
    margin: 0;
    padding: 0;
    line-height: normal;

}

.subscribtion_tpl .section, .new_seller_tpl .section{
  border: none;
}

.section .content {
  FONT-SIZE: 13px;
  FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
}

.subscribtion_tpl .section h2.title {
  display: none;
}

.page.view_all {
  display: none;
}

.sort_lng {
  float: left;
}

.search_page .navigation_pages {
  display: block;
}

.navigation_pages a {
  margin: 0;
}

.navigation_pages div.page, .navigation_pages .page:hover, .navigation_pages .page, .navigation_pages .page:link, .navigation_pages .page:visited, .navigation_pages .page:active, .navigation_pages .page:hover {
  border: none;
  background: transparent;
  padding: 3px 2px;
  font-weight: normal;
  text-decoration: underline;
}

.navigation_pages div.page, .navigation_pages div.page:hover {
  font-weight: bold;
  text-decoration: none;
}

.search_page .navigation_counter {
  float: none;
  text-align: left;
  padding: 0;
}

.products_top .per_page {
  margin-top: 0;
}

.search_page .prod_border .name_price {
  padding:0;
}

.search_page .products_gallery {
  padding: 0;
}

.search_page .section .content {
  border-bottom: none;
}

.search_page .section h2.title {
  margin:0;
}

.search_page .minisearch {
  max-width: 684px;
}

.close_button {
  width: 96px;
  height: 31px;
  background: url(../../../skins_magazineexchange/images/close_button.gif) center top no-repeat;
  margin: 0 auto;
  cursor: pointer;
}

.close_container {
  padding-bottom: 15px;
  margin-top: -40px;
  border-top: 1px solid #000;
  padding: 12px 0 5px 0;
}

.attempt_button, .opc_continue_button {
  width: 147px;
  height: 31px;
  background: url(../../../skins_magazineexchange/images/continue_mgex.png) center top no-repeat;
  margin: 0 auto;
  cursor: pointer;
}

a.attempt_note {
  font-weight: 600;
  color: #1800ff;
}

a[href='#preloaded_staticpopup_999999'] {
  font-weight: 600;
  color: #1800ff;
  font-size: 12px;
  padding-top: 2px;
  display: inline-block;
}

.acc_manager_class .navigation {
  display: none;
}

#register_customer {
  padding: 0;
}

.Star {
  color: red;
}

#register_customer label, #register_reseller label {
  width: 40%;
  text-align: right;
  padding-top: 0;
  font-size: 11px;
}

#register_reseller input, #register_customer input {
  border: 1px solid #ccc;
  width: 244px;
  background: #fff;
}

#register_customer .verification_img {
  clear: both;
  float: none;
  padding-left: 40%;
}

.acc-buttons {
  padding-left: 40%;
  padding-top: 5px;
}

.acc-buttons  .button-right {
  border: 2px solid #000;
  background: #fecc05 none repeat scroll 0 0;
  color: #000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 1px 10px;
}

.acc-buttons  .button-left {
    color: #000;
    font-family: 'CenturyGothic',Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
}

#register_customer .section .content {
  border: none;
}

#profile_form select {
  padding: 1px;
  height: 26px;
  width: 258px;
  background-color: transparent;
}

#profile_form .section .content label {
  line-height: 25px;
}

.HeadLogoHelp {
  display: none;
  height: 18px;
  left: 279px;
  position: absolute;
  top: 43px;
  width: 92px;
}


.switch_version {
  float: left;
  line-height: 20px;
  padding-top: 4px;
} 

.bottom_links .switch_version a {
  color: #fff;
  text-transform: capitalize;
}

.free_preview .ui-dialog-title h2 {
  float: left;
  font-size: 11px;
}

.free_preview .ui-dialog-title {
  display: block;
  font-size: 11px;
  font-weight: normal;
  padding-right: 20px;
  text-align: right;
  width: 100%;
}

.ui-dialog.free_preview {
  max-width: 70%;
  height: auto!important;
}

.ui-dialog.free_preview .ui-widget-content {
  max-width: 100%;
}

div#pan {
  height: 420px;
  overflow: hidden;
}

.ui-dialog #free_preview_dialog.ui-dialog-content {
  height:auto!important;
  padding: 0;
}

#controls {
  text-align: center;
  border-top: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;

}

#zoomin, #zoomout, #panup, #pandown, #panleft, #panright, #fit, .close_preview {
  background: url(../../../skins_magazineexchange/images/zoom_icons.png) left center no-repeat;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -999px;
  margin: 0 9px;
}

#fit {
  width: 100px;
  background-position: -3px 0;
}

#panleft {
  width: 30px;
  background-position: -125px 0;
}

#panright {
  width: 30px;
  background-position: -175px 0;
}

#panup {
  width: 28px;
  background-position: -220px 0;
  margin-right: 7px;
}

#pandown {
  width: 28px;
  background-position: -265px 0;
  margin-left: 7px;
}

#zoomin {
  width: 40px;
  background-position: -310px 0;
}

#zoomout {
  width: 40px;
  background-position: -363px 0;
}

.close_preview {
  cursor: pointer;
  width: 95px;
  background-position: -420px 0;
}

.ui-dialog.free_preview .ui-dialog-titlebar {
  margin-bottom: 0;
  height: auto;
  min-height: 31px;
}

@media (max-width: 950px) {
  footer {
    position: relative;
    bottom: auto;
  }

  #main_area {
    padding-bottom: 20px;
  }

  .contacts_block {
    clear: both;
  }

  .footer_block {
     padding-left: 15px;
     height: auto;
  }

  ul#menu_top {
    padding-right: 0;
  }

  .main-left {
    width: 33%;
  }

  .main-center {
    width: 66%;
  }

  .minisearch {
    height: auto;
    min-height: 34px;
    overflow: hidden;
    padding-bottom: 8px;
  }

  .help_column {
    width: 30%;
  }

  .help_content {
    width: 70%;
  }

  #Avatar, #Avatar_Background, .home_mobile_hide {
    display: none;
  }

  #White_Corners {
    width: 100%;
  }

  #rowHolder_1, #columnHolder_1, #Button_Row {
     width: auto;
  }

  .welcome_content {
    height: auto;
  }

  .ab_content_code_home_page_1 > div{
     min-height: 262px!important;
     height: auto!important;
     padding-bottom:20px;
     overflow: hidden;
   }
}

@media (max-width: 768px) {

   .hide_tablet{
    display: none!important;
  }

  .header_logo, .search {
    background: transparent;
  }

  .top_links {
    float: none;
    width: 100%;
  }

  nav.top {
    clear: both;
    margin: 15px 0 0;
    width: 100%;
  }

  .main-left, .main-center {
    width: 100%;
    float: none;
  }

  .PageAvatar {
    display: none;
  }

  .product .image {
    width: 100%;
    position: static;
    margin-bottom: 0;
  }

  .product .tabs, h1.product_name {
    width: 100%;
    margin-left: 0;
  }

  #product-image-pos, #product-image-pos1 {
    display: none;
  }
 
  .product .image a, #product-image-anchor {
    margin: 0;
  }

  .ProductData {
    width: 60%;
  }

  .ProductInfo {
    width: 40%;
  }

  .help_box {
    width: 100%!important;
  }

  .gray_border {
     padding: 10px;
  }

  .login_block {
    width: auto;
  }

  .left_404, .img_404 {
    width: 100%;
    float: none;
  }

  .SellerTable tr {
    display: block;
    float: left;
    border: none;
    width: 50%;
  }
  .SellerTable {
    border: none;
  }
  .SellerTable .ProductTableHead {
    height: auto;
    background: none;
    border: none;
  }

  .SellerTable td {
    width: 100%;
    height: 30px;
    text-align: left;
  }

  td.cart_product {
    width: 30%;
  }

  td.cart_name {
     width: 70%;
  }

  .cart_table tr {
    border:none;
  }

  .cart_totals td {
    text-indent: 0;
  }

  .help_column {
    width: 100%;
  }

  .help_content {
    width: 100%;
  }

  .help_block.width50 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 15px!important;
  }

  .help_link {
    max-width: 168px;
  }

  .main_subcat {
    width: 47%;
  }


}

@media (max-width: 420px) {
  td.cart_product, td.cart_name {
    width: 100%;
    float: none;
  }

  .update_qty_note {
    padding: 0;
  }

  .main_subcat {
    width: 97%;
  }

}

.incomplete {
  border: 1px solid red;
}



.help_box{
  background: none;
  border: 1px solid #939393;
  line-height: 23px;
  margin: 0 0 5px;
  padding: 10px 10px 0 10px;
max-width: 382px;
  border-radius: 10px;
  position: relative;
}

.help_box h2 {
    font-family: Verdana,Arial,Helvetica,Sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    padding-bottom: 4px;
}

.btn-green {
    color: #000;
    background-color: #FCCB05;
    box-shadow: 3px 3px 5px #444445;
    font-size: 16px;
    border: 2px solid #000;
}


.btn.btn-auth {
    white-space: normal;
}



.btn {
    font-weight: 600;
    border-radius: 2px;
    transition: all .15s ease-out;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
  }

.btn-danger {
    background-color: #F8740A;
    box-shadow: 3px 3px 5px #444445;
    font-size: 16px;
    border: 2px solid #000;
    color: #fff;
}

div.vendor_logo_box {
    text-align: right;
}

img.vendor_logo_image {
    max-width: 200px;
    max-height: 75px;
}

div.ab_container.ab_container_code_new_category_body {
    padding: 0;
}

.cat_body__content {
    float: left!important;
    height: 250px;
    padding: 15px;
    width: 685px;
    text-align: left;
}

.cat_body__image {
    float: right;
}

.cat_big_title {
    padding: 10px 20px;
    font-size: 30px;
    text-transform: uppercase;
    font-family: Acherus Grotesque, Trebuchet MS,Helvetica,sans-serif;
}

.cat_big_title_long {
    padding: 12px 10px;
    font-size: 29px;
    text-transform: uppercase;
    font-family: Acherus Grotesque, Trebuchet MS,Helvetica,sans-serif;
}

.cat_main_text {
    padding-left: 40px;
    font-size: 15px;
}

.cat_buy_and_sell {
    font-size: 15px;
}

.cat_body__btn {
    display: inline-block;
    padding: 10px 10px;
    margin: 20px 10px;
    width: 189px;
    text-align: center;
}

.button_small_text {
    text-transform: uppercase;
    font-size: 16px;
    font-family: Acherus Grotesque, Trebuchet MS,Helvetica,sans-serif;
}

.button_big_text {
    display: inline-block;
    margin-top: 3px;
    font-size: 18px;
    font-family: Acherus Grotesque, Trebuchet MS,Helvetica,sans-serif;
}
.cat_main_descr {
    padding: 40px 70px 100px;
}

.cat_main_magazines {
    margin-top: -70px;
    padding: 0 70px;
}

.cat_main_magazines img {
    width: 100%;
    vertical-align: top;
}

.cat_main_bottom {
    padding: 35px;
}

.cat_main_block {
    width: 30%;
    margin: 1.5%;
    float: left;
    text-align: center;
    border: 3px solid #fff;
    height: 240px;
}

.cat_main_bottom:after {
    display: block;
    content: '';
    clear: both;
}

.cat_main_block img {
    max-height: 95px;
}

.cat_icon_title {
    text-transform: uppercase;
}

.cat_main_title {
    font-size: 24px;
    text-transform: uppercase;
    font-family: Acherus Grotesque, Trebuchet MS,Helvetica,sans-serif;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
}

.cat_plan_box {
    font-size: 20px;
    font-family: Arial; Acherus Grotesque, Trebuchet MS,Helvetica,sans-serif;
    font-weight: bold;
padding-top: 10px;
    text-align: center;
   }

.cat_icon_text {
    font-size: 9px;
    line-height: 16px;
    margin-top: 5px;
    height: 60px;
}

.cat_icon_button {
    display: inline-block;
    width: 116px;
    height: 30px;
    border-radius: 30px;
    line-height: 28px;
}

.CategoryTopBanner {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 468px;
    height: 60px;
}

.CategoryTopBanner .ab_content, .CategoryTopBanner .ab_container {
    padding: 0;
}

.seller_feedback_info_box {
    border: 1px solid darkgray;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
}
table.shopfront_top_info {
    width: 100%;
}

td.shopfront_top_info {
   width: 50%;
   padding: 10px;
}

.shopfront_seller_holiday_title {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding-bottom: 14px;
    padding-top: 4px;
}

.shopfront_seller_feedback_title {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding-bottom: 14px;
    padding-top: 4px;
}

.shopfront_score_rating {
    text-align: center;
    font-size: 13px;
}

.shopfront_seller_holiday {
    text-align: center;
    font-size: 13px;
}

.shopfront_section_title {
    padding:10px;
    width: 100%;
    text-align: center;
    font-weight:bold;
    font-size:15px;
}
.shopfront_rating_Positive {
    font-weight:bold;
    color: green;
    padding-top: 18px;
    padding-bottom: 10px;
}
.shopfront_rating_Neutral {
    font-weight:bold;
    color: gray;
    padding-top: 18px;
    padding-bottom: 10px;
}
.shopfront_rating_Negative {
    font-weight:bold;
    color: red;
    padding-top: 18px;
    padding-bottom: 10px;
}

td.shopfront_review_comment {
    text-align:left !important;
    padding-left:10px;
}

.seller_feedback_seller_name {
    font-weight: bold;
}

.holiday_settings_on {
    font-weight: bold;
    color: red;
}

.bg-green {
    background: #000;
}
.block {
    background-color: #fff;
    margin-bottom: 30px;
}
.block-header {
    padding: 15px 20px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.block-title {

    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    color: white;
}
::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.block-header::after {
    clear: both;
}

h3 {
    margin: 0;
    font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.block-header::before, .block-header::after {
    content: " ";
    display: table;
}

.jasellerblock-content {
    margin: 0 auto;
    background-color: #FCCB05;
    padding: 5px 20px 1px 30px;
    max-width: 100%;
    overflow-x: visible;
}
.jasellerblock_undertitle {
box-sizing: border-box;
color: rgb(100, 100, 100);
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 36px;
}

.jasellerblock_undertitle div {
    box-sizing: border-box;
    color: rgb(100, 100, 100);
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 36px;
}


.seller_modify_form > .profile_img {
    float: right;
}
.seller_modify_form > div {
    float: left;
}


.profile_input_field_0, .profile_input_field_1, .input_table {
    margin: 5px 0;
    padding: 10px 10px;
    overflow: hidden;
    border-bottom: 1px solid #cacaca;
}

.profile_input_field_0 label {
    min-width: 175px;
    margin-top: 7px;
    float: left;
    display: inline-block;
    text-align: right;
    padding-right: 3px;
    font-weight: 600;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.profile_input_field_1 label {
    min-width: 175px;
    margin-top: 7px;
    float: left;
    display: inline-block;
    text-align: right;
    padding-right: 3px;
    font-weight: 600;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}


div.profile_input_field_0 > input {
    height: 26px;
    font-size: 14px;
    max-width: 150px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.profile_input_field_1 > input {
    height: 26px;
    font-size: 14px;
    max-width: 150px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


div.jasellerblock-content #address_modify .input_field_1 {
    margin: 5px 0;
    padding: 10px 10px;
    overflow: hidden;
    border-bottom: 1px solid #cacaca;
}

/*
#address_modify .input_field_1 > input {
    height: 26px;
    font-size: 14px;
    max-width: 150px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*/
#address_modify input {
    height: 26px;
    font-size: 14px;
    max-width: 150px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
#address_modify .input_field_1 > label {
    min-width: 110px;
    float: left;
    display: inline-block;
    text-align: right;
    padding-right: 3px;
    font-weight: 600;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}
*/

div.jasellerblock-content #address_modify .form-control {
    height: 26px;
    background-color: transparent;
    font-size: 14px;
    max-width: 150px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#address_modify label {
    min-width: 110px;
    float: left;
    display: inline-block;
    text-align: right;
    padding-right: 3px;
    font-weight: 600;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.address_book label {
    display: inline!important;
    font-weight: 600;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #646464;
}

.address_book span {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #646464;
}

ul.address_book {
    padding-left: 40px;
    font-size: medium;
}

ul.address_book li {
    list-style: disc outside none;
    border: none;   
    width: 300px; 
}
ul.address_book li:hover {
    border: none;
}
div.address_label_row {
    display: block!important;
    margin-top: 5px;
}
div.address_label_address::after {
    content: ' ';
}
.address_book div.address_label_city:after,
.address_book div.address_label_state:after,
.address_book div.address_label_zipcode:after,
.address_book div.address_label_address:after
{
    content: "";
}

.address_label_info span {
    font-weight: normal;
}
.address_book_controls a {
box-sizing: border-box;
color: rgb(24, 0, 255);
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
text-decoration: none;
text-decoration-color: rgb(24, 0, 255);
text-decoration-line: none;
text-decoration-style: solid;
}

ul.address_book li.new div {
    text-align: left;
    vertical-align: middle;
    font: bold 14px Arial;
    padding-top: 10px;
}
ul.address_book li {
    min-height: 15px;
}

#customer_orders .table-striped.dataTable {
   border-bottom: 1px solid #f0f0f0;
}

#customer_orders table.dataTable {
   clear: both;
   margin-top: 6px!important;
   margin-bottom: 16px!important;
   max-width: none!important;
}

#customer_orders .table {
   width: 100%;
}
#customer_orders table {
    background-color: transparent;
}
#customer_orders table {
    border-spacing: 0;
    border-collapse: collapse;
}

#customer_orders .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th {
   padding: 16px 10px 12px;
   font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 13px;
   font-weight: 600;
   text-transform: uppercase;
}


#customer_orders .vertical-center.table > tbody > tr > td, .vertical-center.table > thead > tr > th {
   vertical-align: middle;
}
#customer_orders table.dataTable thead>tr>th {
    padding-right: 8px;
}
#customer_orders table.dataTable thead>tr>th {
    padding-left: 8px;
}

#customer_orders .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th {
   padding: 16px 10px 12px;
   font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 13px;
   font-weight: 600;
   text-transform: uppercase;
}

#customer_orders .vertical-center.table > tbody > tr > td, .vertical-center.table > thead > tr > th {
    vertical-align: middle;
    font-size: 14px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    color: rgb(100, 100, 100); 
}

#customer_orders .vertical-center.table > thead > tr > th > a {
    color: rgb(100, 100, 100);
}
#customer_orders .table>thead>tr>th {
   border-bottom: 1px solid #ddd;
}

#customer_orders .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 6px 10px;
}
#customer_orders .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
   border-top: 1px solid #f0f0f0;
}
#customer_orders .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 1.42857143;
}
#customer_orders b, strong {
    font-weight: bold;
}
#customer_orders table.table-striped td a {
   font-weight: 600;
   color: #1800ff;
}

#customer_orders .table-striped>tbody>tr:nth-of-type(even) {
   background-color: #DFDCDC;
}

#customer_orders .table-striped>tbody>tr:nth-of-type(odd) {
   background-color: #F2F2F2;
}

#customer_orders .text-right {
  text-align: right;
}

#customer_orders div.text-right > label {
    font-size: 13px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

#contents_messages_list div.dataTables_paginate, #customer_orders_navigation div.dataTables_paginate {
   margin: 0;
   white-space: nowrap;
   text-align: right;
}

#contents_messages_list div.dataTables_paginate ul.pagination, #customer_orders_navigation div.dataTables_paginate ul.pagination {
   margin: 0px 0;
   white-space: nowrap;
}

#contents_messages_list .pagination, #customer_orders_navigation .pagination {
   border-radius: 0;
   display: inline-block;
   padding-left: 0;
}

#contents_messages_list .pagination>li, #customer_orders_navigation .pagination>li {
   display: block;
   float: left;
   margin: 0 0 5px 5px;
}

#contents_messages_list .pagination>li>a, #customer_orders_navigation .pagination>li>a, .pagination>li>span {
   padding: 6px 12px;
   display: block;
   float: none;
   margin: 0;
   padding-right: 8px;
   padding-left: 8px;
   color: #646464;
   border: none;
   text-decoration: none;
   background-color: #fff;
   line-height: 1.42857143;
   position: relative; 

   font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 14px;
   font-weight:600;
   height:32px;
   line-height:20px;

}

#contents_messages_list .pagination > .active > a, #customer_orders_navigation .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
   z-index: 2;
   cursor: default;
   color: #5c90d2;
   background-color: #f9f9f9;
   border-color: #337ab7;
   box-shadow: 0 2px #5c90d2;
}

#contents_messages_list .pagination>li>a:hover, #customer_orders_navigation .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #5c90d2;
    background-color: transparent;
    -webkit-box-shadow: 0 2px #5c90d2;
    box-shadow: 0 2px #5c90d2;
}

#contents_messages_list .pagination > li > a.page_arrow i, #customer_orders_navigation .pagination > li > a.page_arrow i {
   line-height: 20px;
}

#contents_messages_list .fa, #customer_orders_navigation .fa {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#contents_messages_list .fa-angle-right:before, #customer_orders_navigation .fa-angle-right:before {
   content: "\f105";
}
#contents_messages_list .fa-angle-left:before, #customer_orders_navigation .fa-angle-left:before {
   content: "\f104";
}

#contents_messages_list li.paginate_button.view_all {
   display: none;
}

.tab_content_selected table {
  width: 100% !important;
}
.tab_content_selected img {
  width: 100%!important;
  height: auto!important;
}

.product .tab_content_selected img {
    width: initial!important;
}

#customer_order .tab_general_content {
   border: none; 
}
#customer_order .tabs {
   height: 48px;
   width: 100%;
}

#customer_order span.section_tab_selected, #customer_order span.section_tab {
   background: none;
   border-top-left-radius: 30px;
   border-top-right-radius: 30px;
   border: 2px solid black;
   width: auto;
   margin-left: 0px!important;
   height: 48px;
   width: 50%;
}

#customer_order span.section_tab_selected {
   background-color: black;
}

#customer_order span.section_tab {
   background-color: white;
}


#customer_order span.section_tab_selected span, #customer_order span.section_tab span {
   text-transform: uppercase;
   border-bottom: none;
   font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 15px;
   font-weight: 600;
   padding-top: 4px;
   line-height: 18px;
}

#customer_order span.section_tab_selected span {
   color: white;
}

#customer_order span.section_tab span {
   color: black;
}



#contents_order_details .order_block {
   background-color: white;
   margin-top: 6px;
}

#contents_order_details .row {
   margin-right: -15px;
   margin-left: -15px; 
}

#contents_order_details .col-sm-6 {
   width: 50%;
}

#contents_order_details .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}

#contents_order_details .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#contents_order_details .push-5 {
   margin-bottom: 5px !important;
}
#contents_order_details .font-w600 {
    font-weight: 600 !important;
}
#contents_order_details h6, .h6 {
    font-size: 14px;
}
#contents_order_details h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
   margin: 0;
   font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#contents_order_details div {
    display: block;
}

#contents_order_details .text-left {
   text-align: left;
}

#contents_order_details .add-l {
   float: left;
   width: 30%;
   font-weight: 600;
}

#contents_order_details .add-r {
   float: right;
   width: 70%;
}

#contents_order_details .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
   display: table;
   content: " ";
}

#contents_order_details .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
   clear: both;
}
#contents_order_details .add-l, #contents_order_details .add-r, .address_label_row {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.42857143;
  color: rgb(100, 100, 100);
  background-color: #fff;
  line-height: 16px;
  margin-top: 3px; 
}

#contents_order_details address {
   margin-bottom: 20px;
   font-style: normal;
   line-height: 1.42857143;
}

#contents_order_details .table-bordered {
   border: 1px solid #e9e9e9;
}
#contents_order_details .table {
   width: 100%;
   max-width: 100%;
   margin-bottom: 20px;
}

#contents_order_details .table>tbody>tr>td {
   font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   color: rgb(100, 100, 100);
   font-size: 14px;
}

#contents_order_details table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

#contents_order_details .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th {
   padding: 16px 10px 12px;
   font-weight: 600;
   font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   color: rgb(100, 100, 100);
   font-size: 14px;
   text-transform: uppercase;
}
#contents_order_details .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th {
   text-align: center;
}

#contents_order_details .table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
   border: 1px solid #f0f0f0;
}

#contents_order_details .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
   padding: 6px 10px;
}

#doc_layout_top, #doc_layout_middle, #doc_layout_bottom {
   overflow: hidden;
}

.doc_products_layout_element_amount, .doc_products_layout_element_display_subtotal, .doc_products_layout_element_display_net_price {
   text-align: center;
}

#contents_order_details .doc_layout_top h2, .doc_layout_top .h2, .doc_layout_bottom h2, .doc_layout_bottom .h2 {
   font-size: 20px;
}
#contents_order_details .col-md-6 {
   width: 50%;
}
#contents_order_details .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
   float: left;
}

#contents_order_details .text-right {
   text-align: right;
}
#contents_order_details .col-xs-12 {
   width: 100%;
}

#contents_order_details div.col-md-6>div {
   color:rgb(100, 100, 100);
   font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 14px;
   height: 20px;
   line-height:20px;
}

div.status_seller_feedback {
   background-color: white;
   height: auto;
   min-height: auto;
   margin-top: 6px
}

div.status_seller_feedback>h3 {
   font-weight: bold;
   font-size: 14px;
   color:rgb(100, 100, 100);
   font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 
   margin-top: 30px;
   margin-bottom: 15px;
   margin-left: 14px;
}

div.status_seller_feedback>div {
   margin-left: 14px;
   margin-right: 16px;
}
div.status_seller_feedback>div>table {
   margin-bottom: 10px;
}

div.seller_status_notes span {
   font-size: 14px;
   font-weight: normal;
   display: block;
   margin-top: 4px;
}

div.seller_status_notes div.ab_container {
   padding: 0px; 
}

div.status_seller_feedback a {
   color: blue;
  /* font-weight: bold; */
   text-decoration: none;
   cursor: pointer;
}

div.status_seller_feedback a.contact {
   font-weight: bold;
   font-size: 14px;
   width: 50%;
   display: block;
   text-align: center;
   margin-bottom: 15px;
}

#order_seller_information span.items_purchased_me {
   display: none;
}

#order_seller_information table {
   margin-bottom: 100px;
}

#order_seller_information table>tbody>tr>td {
   font-size:13px;
   vertical-align: top;  
   padding-top: 4px;
   padding-bottom: 6px;
}

#order_seller_information table>tbody>tr>td:first-of-type {
   padding-left: 14px;
}

#contents_messages_list, #contents_message_new, #contents_message_text {
   margin-bottom:26px;
}

#contents_messages_list .navigation_total_items, #contents_messages_list span.no_messages {
   color: rgb(100, 100, 100);
   font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 14px;
   line-height: 36px;
}

#contents_messages_list div.zero_items {
   display: none;
}

#contents_messages_list table.message_box_messages>tbody>tr:nth-of-type(odd) {
   background-color: #DFDCDC;
}

#contents_messages_list table.message_box_messages>tbody>tr:nth-of-type(even) {
   background-color: #F2F2F2;
}

#contents_messages_list table.message_box_messages th, #contents_messages_list table.message_box_messages td {
   border: none;
   font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 14px;
}

#contents_messages_list table.message_box_messages tr.message_unread>td {
   font-weight: bold;
}

div.message-box-container a.button {
   display: inline-block;
   color: #000;
   background-color: #FCCB05;
   box-shadow: 3px 3px 5px #444445;
   font-size: 16px;
   border: 2px solid #000;
   height: 38px;
   margin-left: 5px;
   margin-top: 11px;
}

div.message-box-container a.button span {
   font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 16px;
}

div.message-box-container a.button.danger span {
   background: #F8740A;
}

div.message-box-container a.button.danger {
   background: #F8740A;
}

div.message-box-container a.button:hover>span.button-right {
   background: transparent;
}

div.message-box-container a.button.danger:hover>span.button-right>span {
   background: #FD9541;
}

div.message-box-container a.button.danger:hover {
   background: #FD9541;
}

div.message-box-container a.button:hover>span.button-right>span {
   background: #E4B704;
}

div.message-box-container a.button:hover {
   background: #E4B704;
}

div.message-box-container a.danger span {
   color: white; 
} 

div.message-box-container a.button span.button-right {
   height: auto;
   border: none;
   margin-top: 7px;
}


div.message-box-container a.button.new_message_send {
   width:110px;
}

div.message-box-container a.button.new_message_send span.button-right {
   width: 100%;
   text-align: center;
}

div.message-box-container div.new_message_undertitle {
   margin-top: 4px;
   color: rgb(100, 100, 100);  
   font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 14px; 
   line-height: 20px;
}


#contents_messages_list div.common_navigation.top {
   display: none;
}

#contents_messages_list table.message_box_messages>thead>tr>th {
   text-align: center;
   text-transform: uppercase;
   font-weight: 600;
   white-space: nowrap;
   padding-top:16px;
   padding-bottom:17px;
}

div.new_message_fields {
   margin-top:10px; 
}

div.message-new-container {
   width: 450px;
   float: left;
   margin-left:50px; 
}

div.new_message_fields .buttons {
   padding-top: 0px;
}

div.new_message_fields div.field {
    margin-bottom:20px;
}

div.new_message_fields div.field_title {
    display: block;
    margin-bottom:5px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color:rgb(100, 100, 100);
}

div.new_message_fields div.field_input {
    display: block;
}

div.new_message_fields div.field_input input {
    width: 250px;
}

div.new_message_fields div.field_input.long input {
    width: 350px;
} 

div.new_message_fields div.field_input.long textarea {
    width: 350px;
    height: 100px;
}


div.new_message_fields div.field_input input, div.new_message_fields div.field_input textarea {
    border-radius: 8px;
    color: rgb(100, 100, 100);
    border: 1px solid #bababa;
    margin: 0px;
    transition: all .15s ease-out;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-stretch: 100%;
}

#top_message_content {
    font-weight: bold;
    color: #FDCD0D;
    font-size: 14px;
}

.ja_no_box_title {
    display:none;
}

.ja_no_box_content {
   
}

#contents_message_text {
    margin-left:50px;
}

#contents_message_text h2, #contents_message_text table.new_message_table tr>td, #contents_message_text table.new_message_table div.m_conversation_message {
    color: rgb(100, 100, 100);
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
} 

#contents_message_text h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
}

#contents_message_text table.new_message_table {
    margin-top:10px;
}

#contents_message_text table.new_message_table tr>td {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    vertical-align: middle;
}

#contents_message_text table.new_message_table tr.message-head>td {
    border-top: 1px solid lightgray;
    font-weight: normal; 
}

#contents_message_text table.new_message_table tr.message-commands>td {
    padding:0px;
}

#contents_message_text table.new_message_table tr.message-commands>td a:first-of-type {
    margin-left:0px;
}

#contents_message_text table.new_message_table tr>td:first-of-type{
    width: 50%;
}

#contents_message_text table.new_message_table div.m_conversation_message {
    border: none;
    padding: 0px;
    font-size: 14px;
}

#contents_message_text table.new_message_table tr.message-conversation>td {
    border-top: 1px solid lightgray;
}

#contents_message_text table.new_message_table tr.message-conversation span.subject {
    font-weight: normal;
}

#contents_message_text table.new_message_table tr.message-conversation span.body>p {
    font-weight: 700;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    margin-top: 10px; 
}

#contents_message_text table.new_message_table tr.message-conversation span.sending-date {
    margin-top: 40px;
    font-weight: normal;
    display: block;
}

#contents_message_text table.new_message_table tr.message-conversation-title td {
    padding-top: 16px;
    padding-bottom: 8px;
}

div.vendor_head_short_desc {
    float:left;
    padding-left: 8px;
    width: 740px; 
    margin-bottom: 20px;
}

.covid, .covid a {
  color: red;
display: table;
margin: 0 auto;
  font-size: 22px;
  font-weight: 900;
  line-height: 34px;
 font-family: Acherus Grotesque, Trebuchet MS,Helvetica,sans-serif;
text-align: center;
margin-bottom: 15px;
   }

.covid a:hover {
  text-decoration: underline;
}

.footerLink, .footerLink a {
  color: #2002fe;
  font-weight: 700;
}

/*
 *  Source: /home/magexch/public_html/cw/skins/uniform.default.css
 */
/*
Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* ------- FONTS ------- */
/* ------- BORDERS ------- */
/* ------- BACKGROUNDS ------- */
/* ------- COLORS ------- */
/* ------- Indents ------- */
/* ------- Product Elements ------- */
/* ------- Buttons ------- */
/* ------- Buttons +/- ------ */
/* ------- Button Small ------- */
/* ------- Button exclusive-medium ------- */
/* ------- My Account List bg ------- */
/* ------- Product Listing ------- */
/* ------- Grid/List vars ------- */
/* ------- Pagination vars ------- */
/* ------- Product Info ------- */
/* ------- Cart Steps ------- */
/* ------- sub heading (h2,h3) define ------- */
/* ------- Image vars ------- */
/* General settings */
div.selector, div.selector span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url(../../../skins/../../img/jquery/uniform/sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
div.selector, div.checker, div.button, div.radio, div.uploader {
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */ }
  div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0; }
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0; }

.highContrastDetect {
  background: url(../../../skins/../../../img/jquery/uniform/bg-input.png) repeat-x 0 0;
  width: 0;
  height: 0; }

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: white;
  outline: 0; }

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none; }

/* Select */
div.selector {
  line-height: 27px;
  height: 27px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #adadad;
  background: #fff; }
  div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background: none;
    height: 25px;
    line-height: 23px;
    padding-right: 30px;
    cursor: pointer;
    width: 100%;
    display: block; }
    div.selector span:after {
      content: '\f0d7';
      font-family: "FontAwesome";
      position: absolute;
      right: 1px;
      top: 1px;
      border: 1px solid #adadad;
      text-align: center;
      height: 23px;
      width: 23px;
      font-size: 19px;
      line-height: 21px;
      color: #AFAEAE;
      background: #fafafa; }
  div.selector.fixedWidth {
    width: 190px; }
    div.selector.fixedWidth span {
      width: 150px; }
  div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 27px;
    top: 0;
    left: 0;
    width: 100%; }
  div.selector.active span:after {
    color: #6f6e6e;
    top: 1px; }
  div.selector.hover span:after, div.selector.focus span:after {
    color: #6f6e6e;
    top: 1px; }
  div.selector.hover.active span:after, div.selector.focus.active span:after {
    color: #6f6e6e;
    top: 1px; }
  div.selector.disabled span:after, div.selector.disabled.active span:after {
    color: #6f6e6e;
    top: 1px; }

/* Checkbox */
div.checker {
  position: relative; }
  div.checker, div.checker span {
    width: 15px;
    height: 15px; }
  div.checker input {
    position: relative;
    left: -1px;
    top: -3px;
    width: 15px;
    height: 14px !important;
    padding: 0;
    cursor: pointer; }
  div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    border: 1px solid #adadad;
    overflow: hidden;
    background: #fff; }
    div.checker span.checked:before {
      content: '\f00c';
      font-family: "FontAwesome";
      position: absolute;
      left: 0;
      top: auto;
      padding: 0 0 0 1px;
      text-align: center;
      width: 13px;
      height: 13px;
      line-height: 14px;
      font-size: 12px;
      background: #bebebe; }
  div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  div.checker.active span {
    background-position: -15px -257px; }
    div.checker.active span.checked {
      background-position: -15px -257px; }
  div.checker.hover span, div.checker.focus span {
    background: #bebebe; }
    div.checker.hover span.checked, div.checker.focus span.checked {
      background: #b8b8b8; }
  div.checker.disabled, div.checker.disabled.active {
    background-position: 0 -257px; }
    div.checker.disabled span.checked, div.checker.disabled.active span.checked {
      background-position: 0 -257px; }

/* Radio */
div.radio {
  position: relative;
  display: inline; }
  div.radio, div.radio span, div.radio input {
    width: 13px;
    height: 13px; }
  div.radio span {
    width: 14px;
    height: 14px; }
  div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #adadad;
    overflow: hidden; }
    div.radio span.checked:before {
      width: 8px;
      height: 8px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      background: #727272;
      position: absolute;
      z-index: 1;
      left: 2px;
      top: 2px;
      display: block;
      text-indent: -5000px;
      content: '.'; }
  div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center; }
  div.radio.active span.checked {
    background-position: -13px -243px; }
  div.radio.hover span, div.radio.focus span {
    background-color: #f7f7f7; }

/* Uploader */
div.uploader {
  background: none;
  height: 27px;
  width: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  div.uploader span.action {
    background-position: 0 -378px;
    height: 27px;
    line-height: 27px;
    width: 94px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer; }
  div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 27px;
    margin: 0 0 0 0;
    line-height: 27px;
    width: 172px;
    padding: 0 10px; }
  div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%; }

/* Buttons */
div.button {
  background-position: 0 -634px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */ }
  div.button a, div.button button, div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 30px;
    text-align: center;
    background-position: right -514px;
    height: 30px;
    margin-left: 13px;
    padding: 0; }
  div.button.active {
    background-position: 0 -664px; }
    div.button.active span {
      background-position: right -544px;
      cursor: default; }
  div.button.hover, div.button.focus {
    background-position: 0 -694px; }
    div.button.hover span, div.button.focus span {
      background-position: right -574px; }
  div.button.disabled, div.button.disabled.active {
    background-position: 0 -724px; }
    div.button.disabled span, div.button.disabled.active span {
      background-position: right -604px;
      cursor: default; }

/* INPUT & TEXTAREA */
/* ************************************************************************************************
		uniform
************************************************************************************************ */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  font-size: 13px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 18px;
  color: #777;
  border: solid 1px #d6d4d4; }
  input.uniform-input.hover, input.uniform-input.focus,
  select.uniform-multiselect.hover,
  select.uniform-multiselect.focus,
  textarea.uniform.hover,
  textarea.uniform.focus {
    border-color: #cbcaca; }

/* PRESENTATION */
/* Buttons */
div.button span {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase; }
div.button.hover span, div.button.focus span {
  color: #555; }
div.button.disabled span, div.button.disabled.active span {
  color: #bbb; }

/* Select */
#compare_shipping .form-group label {
  display: block; }

div.selector {
  font-size: 12px; }
  div.selector span {
    color: #666;
    text-shadow: 0 1px 0 #fff; }
  div.selector select {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px; }
  div.selector.disabled span, div.selector.disabled.active span {
    color: #bbb; }

.checker span input {
  margin: 0 !important; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin: 0 !important; }

.radio-inline,
.checkbox-inline {
  cursor: default; }

/* Checker */
div.checker {
  cursor: pointer;
  margin-right: 5px; }
  div.checker span {
    position: relative;
    top: 1px; }

#layered_form div.checker {
  display: inline;
  cursor: default; }

/* Radio */
div.radio {
  margin-right: 3px; }
  div.radio span {
    position: relative;
    top: 0; }

/* Uploader */
div.uploader span.action {
  text-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
  font-size: 13px;
  font-weight: bold;
  color: #fff; }
div.uploader span.filename {
  color: #777;
  border: solid 1px #d6d4d4;
  font-size: 13px;
  background: #fbfbfb;
  margin-right: 2px; }
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  color: #aaa; }
div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
  border-color: #ddd;
  color: #aaa; }

input.uniform-input, input.uniform-input:focus {
  background-color: #fff; }
