
.CatNavTd{
    BORDER-RIGHT: #999999 1px solid;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#ffffff' ,endColorStr= '#cadef4' ,gradientType= '0' );
    BACKGROUND-COLOR: #e5eef9;
    color:#FF6622; font-size: 70%; font-family: Verdana, Arial, Tahoma, Sans Serif;
}

.MenuNavTd{
    BORDER-RIGHT: #999999 1px solid;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#ffffff' ,endColorStr= '#cadef4' ,gradientType= '0' );
    BACKGROUND-COLOR: #e5eef9;
}

.MenuNavTd_I{
        BORDER-RIGHT: #999999 1px solid;
        FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#ffffff' ,endColorStr= '#bbbbbb' ,gradientType= '0' );
        BACKGROUND-COLOR: #e5eef9;
}

body 
{
    font-family: Verdana, Arial, Tahoma, Sans Serif ;font-size:12px;
}

input,select {
    font-family: Verdana, Arial, Tahoma, Sans Serif ;font-size:11px;
    }
.tblborder {BACKGROUND-COLOR: #eeeeee}


a:visited, a:active, a:link {
	color: #336699; 
	text-decoration:none; 
}

a:hover{ 
	color: #CC6633;  
	text-decoration:none; 
}	

.main-menu {
	color: #000; 
}
.main-menu a {
	color: #CC6600; 
	text-decoration:none; 
}
.main-menu a:hover { 
	color: #CC6633;  
	text-decoration:none; 
}

/* TABLE
{
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    BORDER-LEFT: 0px;
    BORDER-BOTTOM: 0px;
    BORDER-COLLAPSE: collapse
}*/
     /*a:link,a:visited {color:blue;text-decoration:none}
     a:active {color:#FF6622}
     a:hover {text-decoration:none;color:#FF6622}

     a.MyHL {color : Navy;text-decoration : none;}
     a.MyHL:hover {color : Navy;text-decoration : none;}*/


.L3 {color:#808080; font-size:12px; font-family: Verdana, Arial, Tahoma, Sans Serif;}
.Details {color:#808080; font-size:11px; font-family: Sans Serif, Tahoma, Arial, Verdana;}

.addbasket
{
     width: 90px;
     height: 20px;
     background: url(/pictures/basket.gif) no-repeat left center; 
     /*border:none;*/ 
     background-color: #f6f7fa;
     padding:2px 2px 2px 20px;
     cursor:pointer;
     border-radius: 5px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     
     }

.borders {
    width: 235px;
    height: 170px;
    margin: 5px;
    padding: 5px;
    float: left;
    background-color: #ffffff;
    border: 1px solid #b8cedb;
    text-align: left;
    overflow-y:auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e5fffe', endColorstr = '#fefff0');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e5fffe', endColorstr = '#fefff0')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #e5fffe, #fefff0);
    background-image: -ms-linear-gradient(top, #e5fffe, #fefff0);
    background-image: -o-linear-gradient(top, #e5fffe, #fefff0);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#e5fffe), to(#fefff0));
    background-image: -webkit-linear-gradient(top, #e5fffe, #fefff0);
    background-image: linear-gradient(top, #e5fffe, #fefff0);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
    /*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}

#panel {    
	display: none;
	padding: 5px;
	width: 150px;
	height: 200px;
	background: #09F;
	color: #FFF;
	}
.btn-slide {
	background: #CCC;
	color: #06F;
	}
.active {
	background: #FF9;
	}
  
 /******* TABS **/

.section {
	width: 95%;
	background: #EFEFEF;
	margin: 0 0 30px;
    border:1px solid #e8f0f5;	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
    border-radius: 5px;
   
}
.tabs {    
	height: 23px;
	line-height: 20px;
	list-style: none;
    overflow-x:auto;
	font-size:12px;
	margin: 2px 0 0 0;
	border-bottom: 1px solid #DDD;
	/*background: #EFEFEF;*/
    width:95%;
	position:relative; 
}
.tabs li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 0 10px 1px;
	color: #777;
	cursor: pointer;
	background: #F9F9F9;
	border: 1px solid #E4E4E4;
	border-bottom: 1px solid #F9F9F9;
	position: relative;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
    /*border-radius: 5px;    */
}
.tabs li:hover,
.vertical .tabs li:hover {
	color: #F70;
	background: #FFFFDF;
	border: 1px solid #FFCA95;
}
.tabs li.current {
	color: #444;
	background: #FFFFCC;
	border: 1px solid #D4D4D4;
	border-bottom: 1px solid #EFEFEF;
}
.box {
	display: none;
	background: #EFEFEF;
	padding: 0 12px;
}
.box.visible {
	display: block;
}

/******** END TABS **********/   


/*  iz   main.css  */


/*
.new_styler_ajax_input {
  padding: 7px 9px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0,0,0,0.1);
  color: #333;
  font: 14px Arial, sans-serif;
}
.new_styler_ajax_input:hover {
  border-color: #b3b3b3;
}
.new_styler_ajax_input:focus {
  border-color: #ccc;
  border-top-color: #b3b3b3;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  outline: none;
}
.new_styler_ajax_input {
  -webkit-appearance: none;
}
.new_styler_ajax_input {
  overflow: auto;
}


button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
  overflow: visible;
  padding: 7px 11px;
  outline: none;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  background: #f1f1f1 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC") repeat-x;
  -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0,0,0,0.1);
  color: #333;
  text-shadow: 1px 1px #fff;
  font: 14px Arial, sans-serif;
  cursor: pointer;
}
button.styler:hover,
input[type="button"].styler:hover,
input[type="submit"].styler:hover,
input[type="reset"].styler:hover {
  background-color: #e6e6e6;
  background-position: 0 -10px;
}
button.styler:active,
input[type="button"].styler:active,
input[type="submit"].styler:active,
input[type="reset"].styler:active {
  background: #f5f5f5;
  -webkit-box-shadow: inset 1px 1px 3px #ddd;
  -moz-box-shadow: inset 1px 1px 3px #ddd;
  box-shadow: inset 1px 1px 3px #ddd;
}
button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.styler:after {
  content: '';
}
*/

/*   END  */