
/* -- ---------------CATEGORIES--------------- --*/

#divCategories
{
   height:390px;
   overflow:hidden;
   vertical-align:top;
   text-align:center;
   direction:rtl;
   width:90px;
   /*border:solid 1px black;*/
}

.tableCategoriesImages
{
    height:100%;   
}

.tblCategories
{
    
}

.trCategories
{
    
}

.imgItemCategoryACTIVE
{
    
}
.imgItemCategory
{
    cursor:pointer;
    /*opacity:0.4;
    filter:alpha(opacity=40);*/
}

.tdCategoriesArrows
{
    text-align:center;   
    cursor:pointer;
}

.tdCategoryListDelimiter
{
    height:13px;
    /*background-color:#999966;*/
    
}

.tdCategoryACTIVE
{
    height:36px;
    width:81px;
    background-color:#ffffff;
    cursor:pointer;
    
}

.tdCategory
{
    height:36px;
    width:81px;
    background-color:#ffffff;
    cursor:pointer;
    -moz-opacity:0.4;
    filter:alpha(opacity=70);
}

.tdCategories
{
	
}

.tdCategoriesOVER
{
    width:150px;
	height:30px;
	background-color:#ffff00;
	cursor:pointer;
}

.tdCategoriesACTIVE
{
    width:150px;
	height:30px;
	background-color:#ffff00;
}

a.aCategories:link,a.aCategories:visited,a.aCategories:active
{
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    color:#3c3c3c;
    text-decoration:none;
}
a.aCategories:hover
{
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    color:#3c3c3c;
    text-decoration:none;
	background-color:#DBDBDB;
}

/* -- ---------------MAIN IMAGE--------------- --*/
#imgMain
{
	/*border:solid 1px black;*/
}
/* -- ---------------ITEM Desc--------------- --*/
#spanDesc
{
    font-weight:normal;
    line-height:16px;
    color:#ffffff;
    font-size:10pt;
    font-family:Verdana;
}

/* -- ---------------ITEMS--------------- --*/
.tblItemsList
{
    /*width: 40px;*/
    height: 50px;
	direction:ltr;
    
}

.trItemsList
{
    
}

.tdItemsList
{
	direction:rtl;
	/*text-align:right;*/
	/*width: 100%;*/
	/*height:40px;*/
}

a.aItemsList:link,a.aItemsList:visited
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#3c3c3c;
    text-decoration:none;
    /*border:solid 2px black;*/
}
a.aItemsList:active
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#ffff00;
    text-decoration:none;
    /*border:solid 1px #000000;*/
    /*border-bottom:solid 1px #000000;
    border-right:solid 1px #000000;*/   
}

a.aItemsList:hover
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}

.tdItemsListDelimiter
{
    /*display:none;   */
    /*color:#3c3c3c;*/
	/*text-align:center;*/
	width:10px;
}

/* -- ---------------IMAGE--------------- --*/
#divImages
{
    overflow:hidden;
    width:520px;
    /*height:42px;*/
    vertical-align:top;
    text-align:right;
    direction:rtl;
}

#tableImages
{
    /*height:100px;*/
    /*width:100%;*/
    direction:rtl;
    text-align:right;
    vertical-align:top;
    /*border:solid 1px black;*/
}

.tdItem
{
    width:70px;
    height:50px;
    background-color:#ffffff;
    text-align:center;
    vertical-align:middle;
    border:solid 1px #BAA86E;
    cursor:pointer;
    
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
 
}

.tdItemACTIVE
{
    width:70px;
    height:50px;
    text-align:center;
    vertical-align:middle;
    border:solid 1px #BAA86E;
    cursor:pointer;
}

.imgItem
{
    /*width:70px;*/
    height:35px;
    cursor:pointer;
    border:0px;
    /*vertical-align:middle;
    text-align:center;*/
}

.imgItemACTIVE
{
    /*width:70px;*/
    height:35px;
    cursor:pointer;
    border:0px;
    /*vertical-align:middle;
    text-align:center;*/
}

