﻿/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: 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: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 0 no; }
.ui-widget-content a { color: #222222;}
.ui-widget-header { background:url(http://s7d5.scene7.com/is/image/Calphalon/bg_slider) no-repeat 0 0; width:275px; height:20px}
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 0 none; background: #e6e6e6 url(http://s7d5.scene7.com/is/image/Calphalon/btn_priceslider) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }

.ui-state-hover, 
.ui-widget-content 
.ui-state-hover, 
.ui-state-focus, 
.ui-widget-content 
.ui-state-focus { 
	border: 0px solid #999999; 
	background: #dadada url(http://s7d5.scene7.com/is/image/Calphalon/btn_priceslider) 50% 50% repeat-x; 
	width:10px; height:16px; 
}
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; cursor:pointer; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 0px solid #aaaaaa; background: #dadada url(http://s7d5.scene7.com/is/image/Calphalon/btn_priceslider) 50% 50% repeat-x; width:10px; height:16px; cursor:pointer; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; cursor:pointer;}
.ui-widget :active { outline: none; }


/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 97; 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;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; z-index:100; }

.ui-slider .ui-slider-handle { position: absolute; z-index: 97; width: 10px; height: 16px; cursor: pointer;}
.ui-slider .ui-slider-range { position: absolute; z-index: 94; font-size: .7em; display: block; border: 0; background-position: 10 5; background-color:#444;}

.ui-slider .ui-slider-handle { position: absolute; z-index: 97; width: 10px; height: 16px; cursor: pointer; }
.ui-slider-horizontal { height: .1em;  z-index:100;}
.ui-slider-horizontal .ui-slider-handle { top: -.1em; margin-left: -.1em; display:block; z-index:95;  background-color:#ccc;}
.ui-slider-horizontal .ui-slider-handle { top: -.1em; margin-left: -.1em; display:block; z-index:95; }
.ui-slider-horizontal .ui-slider-range { top: 0; height:10px;}
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
