@charset "utf-8";
/* CSS Document */
h1{margin: 10px 0px 10px; max-width:400px;}
h3 {margin: 0; color: #003b87; font-size: 12px;}
h4 {margin: 0; color: white; font-size: 11px; font-weight: normal;}

#category-menu {width: 718px; height: 150px; background: #bcbcbc; overflow:hidden; margin-top: 3px; padding: 10px 10px 0px;}
#category-thumbs{width: 100%; background-color: #e6e7e7; height: 370px;}

.title{	margin-bottom:5px; }
.categories{ padding:0px 10px;}
.categories ul {width: 33%; height: 100%; overflow: hidden; margin: 0; padding: 0; float: left; line-height:20px;}
.categories ul li {list-style-type: none; width: 183px; overflow: hidden; white-space: nowrap;}

#category-thumbs ul {padding: 0; margin: 0; width: 100%;}
#category-thumbs ul li {float: left; width: 112px; height: 112px; overflow: hidden; background: white; margin:4px 0px 0px 4px; border: 3px solid #e6e7e7; cursor: pointer;}
#category-thumbs ul li:hover, #category-thumbs ul .hover {border: 3px solid #b2b9c1;}
#category-thumbs #cl {clear: both; visibility: hidden; height: 4px;}
#category-thumbs ul li img {border: 1px solid black;}

.blue, h4.blue {text-decoration: none; color: #003b87; font-weight: bold;}
#category-menu a, #category-menu a:visited {text-decoration: underline; color: white; font-weight: normal;}
#category-menu a:hover{text-decoration:none; color: #003b87; font-weight: bold;}
#category-menu .blue a, #category-menu .blue a:hover, #category-menu .blue a:visited {text-decoration:none; color: #003b87; font-weight: bold;}

.slider-label{ margin:10px 0px;}

.slider {height: 15px; line-height: 14px; white-space: nowrap; overflow: hidden; margin:0px 15px;}
.slider-left {height: 15px; width: 14px; margin-right: 1px; background-image:url('/images/slider-left.png'); float: left;}
.slider-middle {background: white; height: 15px; min-width: 20px;/* _width: 20px;*/ text-align: center; float: left; font-size: 11px; padding-left: 5px; padding-right: 5px; /*width: 60px;*/}
.slider-right {height: 15px; width: 14px; margin-left: 1px; background-image:url('/images/slider-right.png'); float: left;}

.slider.grey{ border:1px solid #6A6A6A; margin:10px;}
.slider.grey .slider-left { background-image:url('/images/slider-left-g.png'); }
.slider.grey .slider-right { background-image:url('/images/slider-right-g.png'); }

.pointer {cursor: pointer;}

