﻿.rtl
{
    direction: rtl;
    font-family: Tahoma;
}
.dataEntryTable
{
    width: 100%;
}
.dataEntryTable td label
{
    text-align: right;
    width: 100%;
}
/*

table input
{
	width: 100%;
}
table select
{
	width: 100%;
	font-family: Tahoma;
}

table textarea
{
	width: 100%;
}
*/
.menuHeader, .menuHeader a
{
    font-size: 12pt;
    font-weight: bold;
    color: #7d7d7d;
    margin: 10px 2px;
    cursor: pointer;
    text-decoration: none;
}
.menuHeader:hover
{
    color: #ffffff;
}
.menuItemList
{
    display: none;
}
.menuItem, .menuItem a
{
    margin: 10px 5px 10px 1px;
    color: #7d7d7d;
    text-decoration: none;
}
.menuItem:hover, .menuItem a:hover
{
    color: #ffffff;
}
.menuItemSelected, .menuItemSelected a
{
    margin: 10px 5px 10px 1px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.gridContainer
{
    width: 100%;
    padding-bottom: 20px;
    overflow: scroll;
    overflow-y: hidden;
}
.inputLabel
{
}
.inputText
{
    width: 98%;
    font-family: Tahoma;
    margin: 0px;
}
.inputDropDown
{
    width: 100%;
    font-family: Tahoma;
}
.requiredFieldIndicator
{
    color: Red;
}
.errorLabel
{
    color: Red;
    font-weight: bold;
}
.smartDateDropDown
{
    font-family: Tahoma;
}
.smartButton
{
    /* 	border: 1px solid #64493E; 	color: #6D584D; 	background-color: #CCCCCC; 	width: auto !important; 282828 */
    font-family: Tahoma;
    font-size: 90%;
    cursor: pointer;
}
.ProductItemA
{
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}
.ProductItemContainer
{
    background-color: #181818;
    width: 248px;
    border: solid red 0px;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.ShoppingItemContainer
{
    background-color: #181818;
    width: 100px;
    border: solid red 0px;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}
.ProductItemContainer:hover
{
    background-color: #282828;
    margin-top: -1px;
}
.ProductItemContainer:hover .ProductItem
{
    border-bottom: solid 0px #282828;
}
.ProductItem
{
    margin: 0px 0px 0px 0px;
    border: solid 0px blue;
    min-height: 70px;
    padding: 4px 4px 4px 0px;
    width: 248px;
    height: 90px;
    overflow: hidden;
    margin: 0px;
    border-bottom: solid 1px #282828;
}
.ProductItem:hover
{
    background-color: #282828;
}
.ShoppingBasketItemPicture
{
    margin-right: 1px;
    width: 57px;
    height: 57px;
}
#shoppingBasketDiv
{
    float: right;
    width: 300px;
}
.ShoopingBasketColorDivThumb
{
    width: 56px;
    height: 3px;
    border: #333333 1px solid;
    white-space: nowrap;
    margin-right: 1px;
}
.ProductItemPicture
{
    margin-top: 5px;
    margin-right: 1px;
    float: left;
    width: 57px;
    height: 57px;
    display: inline;
}
.ProductItemImage
{
    height: 56px;
    width: 56px;
}
.ProductItemText
{
    width: 240px;
    float: right;
}
.ProductItemName
{
    font-weight: bold;
    font-size: 97%;
    color: #434343;
    margin-bottom: 2px;
    width: 100%;
}
.ProductItemName a
{
    font-weight: bold;
    font-size: 97%;
    color: #434343;
    text-decoration: none;
}
.ProductItem a
{
    color: #22211d;
}
.ProductItem:hover .ProductItemName a
{
    color: #FFFFFF;
}
.ProductItem:hover a
{
    color: #FFFFFF;
}
.ProductItemDescription
{
    font-size: 75%;
    line-height: 11pt;
    color: #22211d;
}
.ProductItem:hover .ProductItemDescription
{
    color: #888888;
}

#m
{
    padding: 80px 20px 20p 20px;
    width: 100%;
    height: 100%;
    vertical-align: top;
    padding-top: 40px;
    padding-right: 10px;
    font-size: 9pt;
}
#ProdctDetailsTextContainer
{
    width: 250px;
    float: right;
    font-size: 10pt;
    margin-bottom: 30px;
}
#ProductDetaisImageContainer
{
    width: 233px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-top: 20px;
    float: right;
}

#ProductDetailsColorThumbContainer
{
    display: block;
}
.ProductDetailsColorThumb
{
    height: 12px;
    width: 12px;
    cursor: pointer;
    border: 1px solid #CCCCCC;
    margin: 0px 1px 1px 0px;
    display: block;
    float: right;
    position: relative;
    padding: 0px;
}

.ProductColorTooltip
{
    visibility: hidden;
    position: absolute;
    z-index: 100;
    border: #333333 1px solid;
    line-height: 12px;
    padding: 3px 4px 3px 3px;
    color: #000;
    height: 12px;
    white-space: nowrap;
    color: #000;
}
.ProductDetailsColorThumb:hover .ProductColorTooltip
{
    visibility: visible;
    left: 11px;
    top: -21px;
}
#WaitPageDiv
{
    background-color: White;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    display: block;
    left: 0;
    top: 0;
    position: absolute; /*background-color: #e4ded0;background-color: #000;*/
    background-color: #333333;
    width: 100%;
    height: 100%;
    z-index: 10002;
    vertical-align: middle;
    text-align: center;
}
#WaitLogDiv
{
    font-weight: bold;
    font-size: 14pt;
}
.waitimage
{
    z-index: 10003;
}

#divProductColorsDetails
{
    margin-top: 5px;
}
.productColorName
{
    margin: 2px;
    font-weight: bold;
    font-size: 11pt;
    color: #FFFFFF;
}
.productColorDescription
{
    margin: 2px;
    font-size: 8pt;
    line-height: 11pt;
    color: #FFFFFF;
}

.productColorDropDown
{
    color: White;
    background-color: Black;
    width: 100%;
    font-family: Tahoma;
}
.searchTextBox
{
    font-size: 85%;
    font-family: tahoma, "Traditional Arabic" , courier;
    width: 175px;
}
.searchButton
{
    border: solid 1px white;
    background-color: Black;
    color: White;
    font-size: 85%;
    font-family: tahoma, "Traditional Arabic" , courier;
    cursor: pointer;
}

#ShoppingCardTableContainer
{
    padding: 20px 20px 5px 5px;
}
.justifyText
{
    text-align: justify;
    padding: 5px;
}
.blackButton
{
    border: solid 1px white;
    background-color: Black;
    color: White;
    font-size: 95%;
    font-family: tahoma, "Traditional Arabic" , courier;
    cursor: pointer;
}
.helpText
{
    text-align: justify;
    padding: 5px;
    font-size: 75%;
}

#ProductDetaisCommentsContainer
{
    width: 100%;
  
    margin-bottom: 20px;
 
    padding-top: 20px;
    float: right;
}
#ProductsCommentNewContainer
{
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
        
}
#ProductsCommentsTitle
{
    font-size: 13px;
    font-weight: bold;
    background-color: #808080;
    padding:2px;
    text-align:center;
}
#ProductsCommentListContainer
{
}
.ProductCommentItem
{
    padding: 5px 5px;
    background: rgb(31, 31, 31);
    margin-bottom: 10px;
    margin-top: 5px;
    width: 100%;
    border:solid 1px #282828;
    font-size:75%;
}
.ProductCommentItemTitle
{
    color: #fff;
    font-size: 13px;
    width: 100%;
    padding: 5px 5px auto 5px;
    font-weight:bold;

    
}
.ProductCommentItemText
{
    width: 100%;
    padding: 5px 5px;
    margin-top:5px;
    
}
.ProductCommentItemDate
{
      width: 100%;

 
      font-size: 11px;
}
