/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* 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: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 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: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	margin: -1px;
}
/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/**
 * The "classic" theme CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is an online media viewer application that supports all of the
 * web's most popular media publishing formats. Shadowbox is written entirely
 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
 * authors can showcase a wide assortment of media in all major browsers without
 * navigating users away from the linking page.
 *
 * Shadowbox is released under version 3.0 of the Creative Commons Attribution-
 * Noncommercial-Share Alike license. This means that it is absolutely free
 * for personal, noncommercial use provided that you 1) make attribution to the
 * author and 2) release any derivative work under the same or a similar
 * license.
 *
 * If you wish to use Shadowbox for commercial purposes, licensing information
 * can be found at http://mjijackson.com/shadowbox/.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007-2008 Michael J. I. Jackson
 * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
 * @version     SVN: $Id: skin.js 91 2008-03-28 17:39:13Z mjijackson $
 */

/*_____________________________________________________  container & overlay  */
#shadowbox_container, #shadowbox_overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#shadowbox_container {
  position: fixed;
  display: none;
  visibility: hidden;
  z-index: 999;
  text-align: center; /* centers #shadowbox in quirks and IE */
}
#shadowbox_overlay {
  position: absolute;
}

/*_______________________________________________________________  shadowbox  */
#shadowbox {
  position: relative;
  margin: 0 auto;
  text-align: left; /* reset left alignment */
}

/*____________________________________________________________________  body  */
#shadowbox_body {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0px solid #333;
  overflow: hidden;
}
#shadowbox_body_inner {
  position: relative;
  height: 100%;
}
#shadowbox_content.html {
  height: 100%;
  overflow: auto; /* make html content scrollable */
}

/*_________________________________________________________________  loading  */
#shadowbox_loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
/*#shadowbox_body, */#shadowbox_loading {
  background-color: #060606; /* should match loading image background color */
}
#shadowbox_loading_indicator {
  float: left;
  margin: 10px 10px 0 10px;
  height: 32px;
  width: 32px;
  background-image: url(icons/loading.gif);
  background-repeat: no-repeat;
}
#shadowbox_loading span {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 10px;
  float: left;
  margin-top: 16px;
}
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
  text-decoration: underline;
}

/*____________________________________________________________  title & info  */
#shadowbox_title, #shadowbox_info {
  position: relative;
  margin: 0; /* these must have no vertical margin or padding */
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner, #shadowbox_info_inner {
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  line-height: 16px;
}
#shadowbox_title {
  border: 0px solid;
  height: 26px;
}
#shadowbox_title_inner {
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}
#shadowbox_info {
  border: 0px solid;
  height: 20px;
}
#shadowbox_info_inner {
  font-size: 12px;
  color: #fff;
}

/*_____________________________________________________________________  nav  */
#shadowbox_nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#shadowbox_nav_close {
  background-image: url(icons/close.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_next {
  background-image: url(icons/next.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_previous {
  background-image: url(icons/previous.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_play {
  background-image: url(icons/play.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_pause {
  background-image: url(icons/pause.png);
  background-repeat: no-repeat;
}

/*_________________________________________________________________  counter  */
#shadowbox_counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
}

/*___________________________________________________________________  clear  */
div.shadowbox_clear {
  clear: both; /* clear floating counter & nav */
}

/*________________________________________________________________  messages  */
div.shadowbox_message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  color: #fff;
  text-decoration: underline;
}
/******************* standart yapi **********************/
html   {width:100%; height:100%; overflow-y:scroll;}
body   {width:100%; height:100%; margin:0px; padding:0px; font-family:Arial; font-size:11px; color:#000000;}
form   {margin:0px; padding:0px;}
img    {border:none;}
ul, ol {margin:5px 5px 5px 10px; padding:0px 0px 0px 20px;}
table  {border-spacing: 0px; border-collapse: collapse;}
td     {padding:0px; }
a      {text-decoration:none; color:#3b6ac6;}
div.clear {clear:both; height:1px; font-size: 1px; line-height: 1px;}
div.uyarigoster {color:red; font-weight:bold;}
label.error {color:red;clear:both; display:block}
label.error.n {display:inline;}
em, i { font-style: italic; }
strong, b { font-weight: bold; }
div.dikey_ortala {display:table; *display: block; *position: relative;}
div.dikey_ortala span {display: table-cell; vertical-align: middle; *display: block; *position: absolute; *text-align: center; *left: 0px; *width: 100%; *cursor: pointer; *top: expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);}

/******************* standart yapi **********************/

/******************* ana yapi **********************/

/* baslik */
div#baslik {width:930px; height:116px; position:relative; margin:0px auto; position:relative; z-index:2; background: url('../img/baslik_back.jpg') no-repeat bottom right;}
div#baslik img.logo {width:256px; height:65px; position:absolute; top:26px; left:0px; z-index:3;}
div#baslik div.uye_arama_dil {width:320px; height:32px; position:absolute; top:0px; right:0px; z-index:3; background-color: #f1f4f7;}
div#baslik div.uye_arama_dil table {width:320px; height:32px;}
div#baslik div.uye_arama_dil table td {height:32px; vertical-align:top; text-align:center;}
div#baslik div.uye_arama_dil table td.back1 {width:4px; background:url('../img/uye_arama_dil_back1.jpg') no-repeat bottom left;}
div#baslik div.uye_arama_dil table td.back2 {width:4px; background:url('../img/uye_arama_dil_back2.jpg') no-repeat bottom right;}
div#baslik div.uye_arama_dil table td.dil {width:33px; text-align:right;}
div#baslik div.uye_arama_dil table td.dil img{width:32px; height: 27px;}
div#baslik div.uye_arama_dil table td.links {width:78px; position: relative;}
div#baslik div.uye_arama_dil table td.links a,
div#baslik div.uye_arama_dil table td.formac a {display:block; width:100%; height:32px; line-height:32px; font-size:12px; color:#135154; font-weight:bold;}
div#baslik div.uye_arama_dil table td.links a:Hover,
div#baslik div.uye_arama_dil table td.formac a:Hover {color:#f2711f;}
div#baslik div.uye_arama_dil table td.formac {width:84px;}
div#baslik div.uye_arama_dil table td.formac a#uye_girisi.selected {color:#ffffff; background:url('../img/uye_girisi_a_back.jpg') no-repeat bottom right;}
div#baslik div.uye_arama_dil table td.formac a#arama_yap.selected {color:#ffffff; background:url('../img/arama_yap_a_back.jpg') no-repeat bottom right;}
div#baslik div#uye_girisi_form {display:none; position:absolute; top:32px; left:595px; width:181px; height:107px; background: url(../img/uye_girisi_form_back.gif) no-repeat top left; z-index:5;}
div#baslik div#uye_girisi_form input.i1 {position:absolute; top:18px; left:9px; width:164px; height:19px; background: none; border:none; font-size:12px; font-family:Arial;}
div#baslik div#uye_girisi_form input.i2 {position:absolute; top:49px; left:9px; width:164px; height:19px; background: none; border:none; font-size:12px; font-family:Arial;}
div#baslik div#uye_girisi_form input.i3 {position:absolute; top:77px; left:119px; width:57px; height:23px; color:#ffffff; font-size:12px; font-family:Arial; font-weight:bold; background: none; border:none; padding:0px; margin:0px; cursor:pointer; }
div#baslik div#uye_girisi_form a.i4 {position:absolute; top:83px; left:9px; width:90px; height:15px; display:block; font-size:11px; color:#ffffff; text-decoration:underline;}
div#baslik div#arama_yap_form {display:none; position:absolute; top:32px; left:622px; width:238px; height:44px; background: url(../img/arama_yap_form_back.jpg) no-repeat top left; z-index:5;}
div#baslik div#arama_yap_form input.i5 {position:absolute; top:17px; left:7px; width:200px; height:19px; background: none; border:none; font-size:12px; font-family:Arial;}
div#baslik div#arama_yap_form input.i6 {position:absolute; top:14px; left:207px; width:25px; height:25px; background: none; border:none; }
div#baslik div.teklifsepeti {position:absolute; top:33px; right:10px; width:270px; height:19px; padding:7px 25px 0px 5px; color:#587fa3; text-align: center; font-size:11px; font-family:Arial; z-index:1; background:url('../img/teklifsepeti_back.jpg') no-repeat top center; }
div#baslik div.teklifsepeti a{color:#356c9f; text-decoration: underline;}
div#baslik div.teklifsepeti a span {color:#de5801; font-size:12px; font-weight:bold;}
div#baslik div.anamenu {position:absolute; top:83px; right:0px; width:400px; height:38px; z-index:3;}
div#baslik div.anamenu a {margin-left:5px; width:93px; height:38px; line-height:30px; display:block; float:right; font-size:14px; text-align: center; color:#ffffff; font-weight:bold;}
div#baslik div.anamenu div.png {visibility: hidden; width:93px; height:8px; font-size:1px; line-height:1px; background:url('../img/anamenu_a_back_hover.png') no-repeat bottom center;}
div#baslik div.anamenu a.selected div.png,
div#baslik div.anamenu a.hover div.png{ visibility: visible;}
div#baslik div.anamenu img {width:93px; height:30px; vertical-align: top;}
/* baslik */

/* gövde */
div#govde {width:930px; margin:0px auto;}
/* gövde */

/* alt */
div#alt {width:930px; margin:0px auto; color:#455455; border-top:2px solid #e2e8ef; margin-top:15px;}
div#alt div.adres {float:left; margin:5px 0px 5px 0px; display:inline; width:500px;}
div#alt div.adres table {width: 100%;}
div#alt div.adres table td {padding:1px; }
div#alt div.adres table td.a {font-weight: bold; }
div#alt div.adres table td.b {font-weight: bold; width:5px;}
div#alt div.adres table td.d {width:15px; text-align: center;}
div#alt div.adres table td.e {font-size:12px;}
div#alt div.tuv {float:right; margin:15px 0px 0px 0px; width:250px; height:46px; padding:7px 50px 0px 0px; font-size:12px; text-align: right; color:#104148; letter-spacing:.2px; display:inline; background: url(../img/alt_tuv_back.jpg) no-repeat top right;}
div#alt div.tuv div{font-size:9px; color:#5c5c5c; margin-top:3px;}
div#alt div.clear {border-bottom:1px solid #e2e8ef; }
div#alt div.birtek {clear:right; float:right; margin:10px 0px 0px 0px; width:90px; height:28px; font-size:10px; text-align: right;  display:inline;}
div#alt div.birtek a{line-height: 9px; color:#767676;}
div#alt div.birtek a:Hover {text-decoration:none;}
div#alt div.birtek img {float:right; width:33px; height:28px; margin-left:1px;}
div#alt div.birtek span {display: none;}
/* alt */

/* anasayfa */
body#anasayfa div.banner {width:930px; /*height:275px;*/}
body#anasayfa div.banner div.anakats {float:left; width:278px; padding-top:3px;}
body#anasayfa div.banner div.anakats div.kat {width:265px; border-top:1px solid #ffffff; height:46px; color:#00595e; font-size:18px; font-family:Tahoma; background-color: #f2f4f7; text-align:right; padding:8px 13px 0px 0px; position:relative; cursor:pointer;}
body#anasayfa div.banner div.anakats div.kat div {font-size:12px; font-weight:bold; padding-top:2px; font-family:Tahoma;}
body#anasayfa div.banner div.anakats div.kat.selected {background-color: #ffffff;}
body#anasayfa div.banner div.anakats div.kat span.png {display: block; position:absolute; top:4px; left:15px; width:46px; height:46px;}
/* body#anasayfa div.banner div.anakats div#kat_gida span.png, */
body#anasayfa div.banner div.anakats div#kat_2 span.png {background:url('../img/banner_kat_gida_back.png') no-repeat center left;}
/* body#anasayfa div.banner div.anakats div#kat_ilac span.png, */
body#anasayfa div.banner div.anakats div#kat_4 span.png {background:url('../img/banner_kat_ilac_back.png') no-repeat center left;}
/* body#anasayfa div.banner div.anakats div#kat_endustriyel span.png,  */
body#anasayfa div.banner div.anakats div#kat_1 span.png {background:url('../img/banner_kat_endustriyel_back.png') no-repeat center left;}
/* body#anasayfa div.banner div.anakats div#kat_kozmetik span.png, */
body#anasayfa div.banner div.anakats div#kat_3 span.png {background:url('../img/banner_kat_kozmetik_back.png') no-repeat center left;}
body#anasayfa div.banner div.anakats div#kat_5 span.png {background:url('../img/banner_kat_analitik_back.png') no-repeat center left;}
body#anasayfa div.banner div.altkats {float:right; width:635px; height:275px; position:relative;}
body#anasayfa div.banner div.altkats div.altkat {display:none; width:635px; height:238px; padding-top:40px; position:absolute; top:0px; left:0px;}
body#anasayfa div.banner div.altkats div.altkat.selected {display:block;}
/* body#anasayfa div.banner div.altkats div#altkat_gida, */
body#anasayfa div.banner div.altkats div#altkat_2 {background:url('../img/banner_altkat_gida_back.jpg') no-repeat bottom right #ffffff;}
/* body#anasayfa div.banner div.altkats div#altkat_ilac, */
body#anasayfa div.banner div.altkats div#altkat_4 {background:url('../img/banner_altkat_ilac_back.jpg') no-repeat bottom right #ffffff;}
/* body#anasayfa div.banner div.altkats div#altkat_endustriyel, */
body#anasayfa div.banner div.altkats div#altkat_1 {background:url('../img/banner_altkat_endustriyel_back.jpg') no-repeat bottom right #ffffff;}
/* body#anasayfa div.banner div.altkats div#altkat_kozmetik, */
body#anasayfa div.banner div.altkats div#altkat_3 {background:url('../img/banner_altkat_kozmetik_back.jpg') no-repeat bottom right #ffffff;}
body#anasayfa div.banner div.altkats div#altkat_5 {background:url('../img/banner_altkat_analitik_back.jpg') no-repeat bottom right #ffffff;}
body#anasayfa div.banner div.altkats div.altkat div.basl {font-family:Tahoma; font-size:16px; font-weight:bold; padding-bottom:9px; color:#226f73; background:url('../img/banner_alkat_basl_back.jpg') no-repeat bottom left;}
body#anasayfa div.banner div.altkats div.altkat div.altkatsliste {width:240px; float:left;}
body#anasayfa div.banner div.altkats div.altkat div.altkatsliste a{color:#005461; font-weight:bold; display:block; padding:3px 3px 3px 0px;}
body#anasayfa div.banner div.altkats div.altkat div.altkatsliste a:Hover {text-decoration:underline;}
body#anasayfa div.banner div.altkats div.altkat div.altkatsliste span{color:#fa7d2c; font-weight:bold; display:block; float:left; width:10px; height:14px; padding-top:2px; text-decoration: none;}
body#anasayfa div.banner div.altgolge {clear:both; width:930px; height:12px; background:url(../img/banner_altgolge_back.jpg) no-repeat top center; }

body#anasayfa div.haber {width:930px; height:38px; margin:9px auto; background: url('../img/anasayfa_haber_back.jpg') no-repeat top left; position:relative;}
body#anasayfa div.haber div#haber-onceki {position: absolute; top:5px; left:879px; width:22px; height:29px; cursor:pointer;}
body#anasayfa div.haber div#haber-sonraki {position: absolute; top:5px; left:901px; width:22px; height:29px; cursor:pointer;}
body#anasayfa div.haber div#haberler {position: relative; padding:2px 0px 2px 35px;  width:840px; height:34px; overflow: hidden;}
body#anasayfa div.haber div#haberler div#anahaber-carousel ul {list-style-type: none; margin:0; padding:0;} 
body#anasayfa div.haber div#haberler div#anahaber-carousel li {line-height:20px; font-size:14px; padding:8px 0px; color:#005461;} 
body#anasayfa div.haber div#haberler div#anahaber-carousel li a{display:block; color:#005461; overflow: hidden; width:840px; height:18px;} 
body#anasayfa div.haber div#haberler div#anahaber-carousel li a span {color:#e26e22;} 

body#anasayfa div.ana_alt_grup {width:930px; height:224px; position: relative;}
body#anasayfa div.ana_alt_grup div.bulten {position:absolute; left:0px; top:5px; width:348px; height:210px; padding:8px 0px 0px 10px; color:#66717c; background: url('../img/ana_bulten_back.jpg') no-repeat top left;}
body#anasayfa div.ana_alt_grup div.bulten div.bas {line-height:21px; font-size:12px; font-weight:bold; color:#dd5700; margin-bottom:5px;}
body#anasayfa div.ana_alt_grup div.bulten div.bas img {width:21px; height: 21px; vertical-align: middle; margin-right:8px;}
body#anasayfa div.ana_alt_grup div.bulten input.tx {position:relative; width:330px; height:28px; background: none; border:none; color:#4d4d4d; font-size:11px; padding-left:4px; line-height:21px; margin-top:5px; background:url('../img/ana_bulten_tx_back.jpg') no-repeat top left;}
body#anasayfa div.ana_alt_grup div.bulten input.tx.error {background-image:url('../img/ana_bulten_tx_error_back.jpg');}
body#anasayfa div.ana_alt_grup div.bulten input.i3 {position:absolute; bottom:0px; left:271px; width:72px; height:22px; color:#ffffff; font-weight:bold; font-size:11px; font-family:Arial; background: none; border:none; padding:0px; margin:0px; cursor:pointer; background:url('../img/ana_bulten_gonder.jpg') no-repeat top left;}
body#anasayfa div.ana_alt_grup div.bulten label {display:none;}
body#anasayfa div.ana_alt_grup div.distr {position:absolute; right:0px; top:0px; width:564px; height:113px; background: url('../img/ana_distr_back.jpg') no-repeat top left;}
body#anasayfa div.ana_alt_grup div.distr div.distr_ic {position:relative; margin:8px 7px 13px 7px; width:550px; height:92px; overflow: hidden;}
body#anasayfa div.ana_alt_grup div.distr div.distr_ic div#distr-carousel ul {list-style-type: none; margin:0px; padding:0px;} 
body#anasayfa div.ana_alt_grup div.distr div.distr_ic div#distr-carousel li { padding:9px 5px 8px 5px; width:100px; height:75px;} 
body#anasayfa div.ana_alt_grup div.distr div.distr_ic div#distr-carousel li a{display:block; width:80px; height:60px;} 
body#anasayfa div.ana_alt_grup div.distr div.distr_ic div#distr-carousel li a img {width:80px; height:60px; filter: alpha(opacity=40); -moz-opacity: 0.40; opacity: 0.40; margin:8px 10px 7px 10px;} 
body#anasayfa div.ana_alt_grup div.distr div.distr_ic div#distr-carousel li a:Hover img {filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1;} 
body#anasayfa div.ana_alt_grup div.ik_uye {position:absolute; right:0px; top:125px; width:559px; height:98px;}
body#anasayfa div.ana_alt_grup div.ik_uye div.divs {position:absolute; top:0px; left:0px; width:262px; height:83px; color:#00595e; padding:15px 0px 0px 15px; background:url('../img/ana_ik_uye_backs.jpg') no-repeat top left;}
body#anasayfa div.ana_alt_grup div.ik_uye div.divs#divs2 {right:0px; left:auto;}
body#anasayfa div.ana_alt_grup div.ik_uye div.divs div.bas {font-size:16px; font-weight:bold; margin-bottom:5px;}
body#anasayfa div.ana_alt_grup div.ik_uye div.divs div.res {float:left; width:50px; height:50px;}
body#anasayfa div.ana_alt_grup div.ik_uye div.divs div.res img {width:50px; height:50px;}
body#anasayfa div.ana_alt_grup div.ik_uye div.divs div.yaz {float:left; width:200px;}
body#anasayfa div.ana_alt_grup div.ik_uye div.divs div.yaz a{text-decoration:underline; color:#00595e;}
/* anasayfa */

/* altsayfa genel */
div.altsayfa {width:930px; margin-top:5px; background-color:#f6f7f8; position:relative; background-color: #f6f7f8;}
div.altsayfa div.baslik {width:898px; height:22px; margin-bottom:10px; padding:9px 10px 0px 22px; color:#e2fbff; font-size:12px; overflow: hidden; background:url('../img/altsayfa_baslik.jpg') no-repeat top left;}
div.altsayfa div.baslik h1,
div.altsayfa div.baslik h2,
div.altsayfa div.baslik h3,
div.altsayfa div.baslik h4,
div.altsayfa div.baslik h5,
div.altsayfa div.baslik h6 {margin:0px; padding:0px; display:inline; color:#e2fbff; font-weight:normal; font-size:12px;}
div.altsayfa div.baslik span {float:right; width:65px; text-align:center;}
div.altsayfa div.baslik font {font-size:14px; line-height:12px; margin:0px 5px;}
div.altsayfa div.baslik span font {margin:0px 3px 0px 0px;}
div.altsayfa div.baslik a {color:#e2fbff;}
div.altsayfa div.altmenu {float:right; width:198px; padding:10px 0px 17px 8px; margin-bottom:40px; background:url('../img/altmenu_back.jpg') repeat-y top right; position:relative;}
div.altsayfa div.altmenu div.ust { position:absolute; top:0px; left:0px; width:206px; height:12px; font-size:1px; line-height:1px; background:url('../img/altmenu_ust.jpg') no-repeat top right; z-index:5;}
div.altsayfa div.altmenu div.hosgeldiniz {height:30px; font-size:12px; line-height:15px; padding-left:40px; background:url('../img/hosgeldiniz_back.jpg') no-repeat center left; margin-top:5px;}
div.altsayfa div.altmenu div.alt { position:absolute; bottom:0px; left:0px; width:206px; height:17px; font-size:1px; line-height:1px; background:url('../img/altmenu_alt.jpg') no-repeat top right;}
div.altsayfa div.altmenu a.s1 { display:block; color:#005b67; font-size:12px; font-weight:bold; line-height:15px; padding:8px 8px 8px 20px;  border-bottom:1px solid #ffffff; background:url('../img/altmenu_s1_back.jpg') no-repeat top left;}
div.altsayfa div.altmenu a.s1.s2var { background:url('../img/altmenu_s1_selected_back.jpg') no-repeat top left;}
div.altsayfa div.altmenu a.s2 { display:block; color:#005b67; font-size:11px; line-height:15px; padding:3px 8px 3px 26px;  border-bottom:1px solid #ffffff; background:url('../img/altmenu_s2_back.jpg') no-repeat top left; background-color: #fcf2ec;}
div.altsayfa div.altmenu a.selected,
div.altsayfa div.altmenu a:Hover,
div.altsayfa div.altmenu a.hover { color:#de5802; }
div.altsayfa div.icerik { float:left; padding:10px 0px 10px 25px; width: 675px; font-size:12px; line-height:150%; text-align: justify;}
div.altsayfa div.icerik div.resss { float:left; margin:10px 10px 10px 0px; width:200px; padding: 2px; border:1px solid #cad6e1; background-color: #ffffff;}
div.altsayfa div.icerik div.resss img {width:200px;}
div.altsayfa div.altsayfa_alt { clear:both; width:930px; height:4px; font-size:4px; line-height:4px; background: url('../img/altsayfa_alt.jpg') no-repeat bottom left;}
/* altsayfa genel */

/* kurumsal > distribütörlükler */
div.distributorlukler div.marka {width:110px; height:102px; float:left; margin:10px 10px 10px 9px; padding:2px; color:#ffffff; border:1px solid #e6e9ed; display:inline; text-align:center; background:#ffffff; position:relative;}
div.distributorlukler div.marka a {width:110px; height:102px; display:block; text-align: center; color:#ffffff; cursor:pointer;}
div.distributorlukler div.marka img {width:100px; height:75px; margin-bottom:2px;}
div.distributorlukler div.marka div.dikey_ortala {width: 110px; height:25px; line-height:12px; font-size:10px; background-color: #047686; overflow: hidden;}
div.distributorlukler div.marka a:hover div,
div.distributorlukler div.marka a.hover div {background-color: #ee6d19;}
/* kurumsal > distribütörlükler */

/* kurumsal > temsilcilikler */
div.temsilcilikler div.marka { height:32px; line-height:32px; padding-left:30px; font-weight:bold; cursor:pointer; border:1px solid #dee2e7; margin-bottom:1px; color:#005b67; font-size:12px; background:url('../img/temsilcilik_marka_back.jpg') no-repeat top left #ffffff; }
div.temsilcilikler div.marka_detay {display:none; padding:10px 0px 10px 10px; font-size:11px; line-height:150%; text-align: justify; }
div.temsilcilikler div.marka_detay.selected {display:block;}
div.temsilcilikler div.marka_detay div.logosu {width:110px; height:102px; float:right; margin:10px 0px 10px 15px; padding:2px; border:1px solid #e6e9ed; display:inline; text-align:center; background:#ffffff; position:relative;}
div.temsilcilikler div.marka_detay div.logosu a {width:110px; height:102px; display:block; text-align: center; color:#ffffff; cursor:pointer;}
div.temsilcilikler div.marka_detay div.logosu img {width:100px; height:75px; margin-bottom:2px;}
div.temsilcilikler div.marka_detay div.logosu div.dikey_ortala {width: 110px; height:25px; line-height:12px; font-size:10px; background-color: #047686; overflow: hidden;}
div.temsilcilikler div.marka_detay div.logosu a:hover div,
div.temsilcilikler div.marka_detay div.logosu a.hover div {background-color: #ee6d19;}
div.temsilcilikler div.marka_detay div.linki {clear:both; margin:15px 0px;}
div.temsilcilikler div.marka_detay div.linki a {color: #de5801; text-decoration: underline; font-size:12px; font-weight:bold;}
/* kurumsal > temsilcilikler */

/* kurumsal > foto-galeri */

div.foto-galeri div.galeri { height:32px; line-height:32px; padding-left:30px; font-weight:bold; cursor:pointer; border:1px solid #dee2e7; margin-bottom:1px; color:#005b67; font-size:12px; background:url('../img/foto-galeri_galeri_back.jpg') no-repeat top left #ffffff; }
div.foto-galeri div.galeri_detay {display:none; padding:10px 0px 10px 0px; font-size:11px; line-height:150%; text-align: justify; }
div.foto-galeri div.galeri_detay.selected {display:block;}
div.foto-galeri div.galeri_detay div.foto {float:left; width:138px; height:118px; margin:10px 15px; display: inline;}
div.foto-galeri div.galeri_detay div.foto a {display:block; width:138px; height:118px; position:relative;}
div.foto-galeri div.galeri_detay div.foto a img {width:132px; height:99px; padding:2px; border:1px solid #cad6e1; background-color: #ffffff;}
div.foto-galeri div.galeri_detay div.foto a span {position:absolute; bottom:0px; right:0px; width:15px; height:13px; background: url('../img/foto-galeri_foto_back.jpg') no-repeat top left; }
div.foto-galeri div.galeri_detay div.foto a:Hover img,
div.foto-galeri div.galeri_detay div.foto a.hover img {border-color:#ff8333;}
div.foto-galeri div.galeri_detay div.foto a:Hover span,
div.foto-galeri div.galeri_detay div.foto a.hover span {background-image: url('../img/foto-galeri_foto_back_hover.jpg'); }
/* kurumsal > foto-galeri */

/* kurumsal > haberler */
div.haberler div.haber {margin-bottom:20px; border-bottom:1px solid #e5e8eb; position:relative;} 
div.haberler div.haber div.basl {line-height:20px; font-size:14px; padding:0px 0px 5px 25px; color:#005461; background: url('../img/haberler_haber_basl_back.jpg') no-repeat top left;} 
div.haberler div.haber div.basl a {display:block; color:#005461;} 
div.haberler div.haber div.basl a span {color:#e26e22;} 
div.haberler div.haber a.devam {display:block; /* position:absolute; bottom:0px; right:0px;*/ float:right; width:69px; height:22px; line-height:22px; text-align: center; color:#ffffff; font-weight:bold; background:url('../img/haberler_haber_devam_back.jpg') no-repeat top left;} 
/* kurumsal > haberler */

/* kurumsal > insan-kaynaklari */
div.formbaslik { color:#005763; font-size:12px; border-bottom:1px solid #e5e8eb; padding:10px 0px 5px; font-weight: bold; margin-bottom:10px;}
table.form1 {width:80%;} 
table.form1 td {padding:5px; font-size:12px; vertical-align: top;} 
table.form1 td.w50y {width:50%;} 
table.form1 td.gonder {text-align: right; border-bottom:1px solid #e5e8eb; padding-bottom: 0px;} 
table.form1 span.input {display:block; *display:inline; padding-left:4px; /*height:26px; */background:url('../img/form_span-input_back.jpg') no-repeat top left; text-align: left;} 
table.form1 span.input input{ width:100%; height:24px; line-height:24px; font-size:12px; font-family:Arial; padding:0px; margin:0px; border-width: 1px 1px 1px 0px; border-style:solid; border-color:#a0a6ad #ccd4dd #e3e8ed; background: url('../img/form_input_back.jpg') repeat-x top left #ffffff;} 
table.form1 span.input select{ width:100%; height:26px; line-height:30px; font-size:12px; font-family:Arial; padding:4px 0px 0px 0px; margin:0px; border:none; border-width: 1px 1px 1px 0px; border-style:solid; border-color:#a0a6ad #ccd4dd #e3e8ed; background: url('../img/form_input_back.jpg') repeat-x top left #ffffff;} 
table.form1 textarea { width:100%; height:80px; font-size:12px; padding:5px 0px; margin:0px; font-family:Arial; overflow: auto; border-width: 1px 1px 1px 1px; border-style:solid; border-color:#a0a6ad #ccd4dd #e3e8ed #c1c8d1; background: url('../img/form_input_back.jpg') repeat-x top left #ffffff;} 
table.form1 input.gonder { width:87px; height:22px; color:#ffffff; cursor:pointer; font-size:11px; font-weight: bold;  font-family:Arial; line-height:18px; padding:0; margin:0; border:none; background: url('../img/form_gonder_back.jpg') no-repeat top left;} 
/* kurumsal > insan-kaynaklari */

/* ürünler */
div.urunliste {}
div.urunliste table.uliste {width:100%;}
div.urunliste table.uliste th {padding:4px 8px; text-align:center; color:#005763; border:1px solid #dee2e7;}
div.urunliste table.uliste th.kod {width:64px;}
div.urunliste table.uliste th.ad {text-align:left;}
div.urunliste table.uliste th.detay {width:64px;}
div.urunliste table.uliste th.sepet {width:64px;}
div.urunliste table.uliste tr.hover:Hover td{background-color:#ea782d; color:#ffffff; cursor:pointer;}
div.urunliste table.uliste td {padding:4px 8px; font-size:11px; text-align:center; color:#5b5b5b; border:1px solid #dee2e7; }
div.urunliste table.uliste td.ad {text-align: left;}
div.urunliste table.uliste td.sepet img,
div.urunliste table.uliste td.detay img {width:16px; height:16px;}

div.urundetay table.udetay {width:100%;}
div.urundetay table.udetay th {padding:4px 8px; width:120px; text-align:left; color:#005763; border:1px solid #dee2e7; vertical-align: top; background-color:#ffffff;}
div.urundetay table.udetay td {padding:4px 8px; font-size:11px; text-align:left; color:#5b5b5b; border:1px solid #dee2e7; vertical-align: top; background-color:#ffffff;}
div.urundetay table.udetay td.urunformulimg { width: 150px; padding:0px; text-align: center; vertical-align: middle;}
div.urundetay table.udetay td.urunformulimg img{width:150px;}
div.urundetay table.udetay td.sertifikalar {line-height:16px; }
div.urundetay table.udetay td.sertifikalar a { color:#5b5b5b; margin-right:20px;}
div.urundetay table.udetay td.sertifikalar img { width:16px; height:16px; vertical-align:text-bottom; margin:0px 5px 0px 0px;}
/* ürünler */

/* iletisim */
div.iletisim {width:100%;}
div.iletisim div.bilgiler {width:430px; float:left; margin:0px 5px; display:inline;}
div.iletisim div.bilgiler#genelmerkez {float:left;}
div.iletisim div.bilgiler#avrupadepo {float:right;}
div.iletisim div.bilgiler table.ilebil {width:420px;}
div.iletisim div.bilgiler table.ilebil th{ color:#de5801; font-size:12px; font-weight:bold; padding:2px;}
div.iletisim div.bilgiler table.ilebil td{ vertical-align: top; padding:2px;}
div.iletisim div.bilgiler table.ilebil td.a { font-weight: bold; color:#005763; width:50px;}
div.iletisim div.bilgiler table.ilebil td.b { font-weight: bold; color:#005763; width:4px;}
div.iletisim div.kroki { width:430px; float:right;}
div.iletisim div.kroki div.kroki_swf { width:430px; height:388px;}
div.iletisim div.kroki div.kroki_baslik{ color:#de5801; font-size:12px; font-weight:bold; height:30px; line-height:30px; margin-bottom:10px; padding-left:40px; background: url('../img/kroki_baslik_back.jpg') no-repeat top left;}
div.iletisim div.ileform { width:430px; float:left;}
div.iletisim div.ileform div.form_baslik{ color:#de5801; font-size:12px; font-weight:bold; height:30px; line-height:30px; margin-bottom:10px; padding-left:40px; background: url('../img/ileform_baslik_back.jpg') no-repeat top left;}
/* iletisim */

