<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body 
{
	
}


.shape
{
    height:140px;
    width:210px;
    border:0px solid black;
    position:relative;
    top:0px;
    float:left;
}

.shape-en
{
    height:140px;
    width:210px;
    border:0px solid black;
    position:relative;
    top:0px;
    float:right;
}



.content
{
   
     max-width:1010px;
      width:1010px;
      margin-left:0px;
       margin-top:0px;
        font-family:Arial;
         font-weight:normal;
          font-size:13px;
           line-height:30px;
            position:inherit;
            top:150px;
            color:#3f3f3e;
}

.content-en
{
    margin-left:100px;
     max-width:850px;
      width:850px;
     
       margin-top:0px;
        font-family:Arial;
         font-weight:normal;
          font-size:13px;
           line-height:30px;
            position:absolute;
            top:260px;
            color:#3f3f3e;
}

.headerLTR
{
    text-align:left;
    
}

.header
{
    text-align:right;
    
}

.header img
{
    max-width:1255px;
    
}

.headerLTR img
{
    max-width:1255px;
    
}



.editorImage
{
    float:right;
    padding:3px 3px 0px 3px;
}

.content a
{
    color:#000066;
}

.content a:visited
{
    color:#000066;
}

.buttonStyle
{
	background-color:#FFCC00;
	font-family:Arial;
	font-weight:bolder;
	color:BLACK;
	border:1px solid black;
	width:50px;
}

.SearchButtonStyle
{
	background-color:#ededed;
	font-family:Arial;
	font-weight:bolder;
	color:Gray;
	border:1px solid gray;
	width:50px;
	height:24px;
}

.textboxStyle
{
    border:1px solid green;
    width:110px;
    background-color:#e8f7c9;
}

.textboxStyle2
{
    border:1px solid #FFCC00;
    width:200px;
    background-color:#CDCDCD;
}

.loginBox
{
    background-color:#fff;
    width:110px;
    height:20px;
    border:1px solid black;
    text-align:left;
}

.loginBox:focus
{
    background-color:#26455a;
    width:155px;
    border:1px solid #d10f10;
    color:#fff;
}

.loginButton
{
    background-color:#26455a;
    border:1px solid #d10f10;
    color:#fff;
    width:80px;
    height:25px;
    font-weight:bold;
    font-size:15px;
    margin-top:5px;
}

.searchBox
{
    background-color:#232323;
    border-top:2px solid black;
    border-left:2px solid black;
    border-bottom:1px solid gray;
    border-right:1px solid gray;
    height:20px;
    color:White;
}


.searchBox:focus
{
    background-color:#4a4a4a;
    width:125px;
    
    
}

.pageTextStyle
{
	font-family:Arial;
	font-size:14px;
}


.tips
{
    font-family:arial;
	font-size:23px;
	text-decoration:none;
	color:Gray;
	font-weight:bold;
}

h1
{
	color: #2e67a5;
	display: block;
	font-size: 18px;
	padding: 15px;
}


h2
{
	font-family:Arial;
	font-size:17px;
	text-decoration:none;
	color:#2e67a5
}

h3
{
	font-family:Arial;
	font-size:15px;
	text-decoration:none;
	color:#2e67a5
}






.footerClassA
{
    color:#0d0d0d;
    font-family:Arial;
    font-size:12px;
    font-weight:lighter;
    text-decoration:none;
}

.singleItemImage
{
    max-width:150px;
}

.flags
{
    height:10px;
    border:0.5px solid black;
}


#main
{
	text-align:right;
	font-size:14px;
	font-family:Arial;
	color:#506B76;
}

.footerImagesTable
{
    border:0px;
}
.footerImagesTable img
{
    border:1px solid #6b6b6b;
}

.adminProductsMenuTd
{
    background-color:#e6e6e6;
    font-family:Arial;
    font-size:12px;
    width:100px;
    text-align:center;
}

.adminProductsMenuTd:hover
{
    background-color:#d9f7f6;
    font-family:Arial;
}

.adminProductAddField
{
    background-color:#e6e6e6;
    font-family:Arial;
    font-size:12px;
}

.adminProductAddField:focus
{
    background-color:#d9f7f6;
   
}

.submit{
	background:url('/images/search.png') no-repeat top;
	border: none; 
	color: #b6b3b3;
	font-weight: bold; 
	width: 90px;
	height:28px; 
	margin-right: 4px;
	float:right;
	cursor:pointer;
	text-align: center;
}
.submit:hover{
	background-position:bottom;
	color: #272627; 
}

/* START - IN LINE BUTTON */
.inlineorder div{
	background:url('/images/inlineorder.png') no-repeat top;
	border: none; 
	width: 76px;
	height: 28px;
	line-height: 28px;
	text-align:center;
	cursor:pointer;
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
}
.inlineorder div:hover{
	background-position:bottom;
}
.inlineorder div a {
	width: 76px;
	height: 28px;
	line-height: 28px;
	color: #fff; 
	text-decoration:none;
}
.inlineorder div a:hover {
	color: #2e67a5; 
}
/* END OF IN LINE BUTTON */

/* products List Styles */
.productRow
{
    vertical-align:middle;
}


.productRow a
{
    text-decoration:none;
    height:100%;
     width:100%;
     display:block;
     vertical-align:middle;
     
}

.productRow:hover
{
   background-color:#b4d6fe;
   cursor:pointer;
}

#orderForm .submit{
	
	background:url('/images/order.png') no-repeat top;
	border: none; 
	color: #272627; 
	width: 145px;
	height:40px;
	cursor:pointer;
	font-size:18px;
}
#orderForm .submit:hover{
	background-position:bottom;
	color: #2e67a5; 
}

#orderForm input, select {
	width: 180px;
	height:20px;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #ffffff;
	margin: 2px;
	clear:right;
}

#orderForm textarea {
	width: 480px;
	height:120px;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #ffffff;
	margin: 2px;
	clear:right;
	color: #666666; 
}

.productImageBig
{
    border:1px solid black;
    max-width:220px;
    max-height:220px;
    
}

.list
{

	
}

.list td {
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #ffffff;
	padding: 2px;
	max-height:135px;
	height:135px;
	margin-top:50px;
	min-width:30px;
	
	
}

.list div {
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #ffffff;
	overflow:hidden;
	width:100%;
	
	max-height:135px;
	height:135px;
	
	line-height:15px;
	vertical-align:middle;
	
	
}

.list a {
	vertical-align:middle;
	
	
}




.pageStyle
{
    border:0px;
    background-color:transparent;
}

.pageStyle td
{
    border:0px;
    min-width:10px;
}

</pre></body></html>