﻿

     /*.msg
       {
           padding-top:25px;
           position: fixed;
           z-index: 1000;
           width: 200px;
           height: 50px; 
           top: 300px; 
           right: 44%; 
           background-color: #008000;
           color: #FFFFFF;
           text-align: center;
           vertical-align: middle;
           border-radius : 5px;
           -webkit-border-radius : 5px;
          -moz-border-radius : 5px;
           filter: alpha(opacity=80);
          -khtml-opacity : 0.8;
          -moz-opacity : 0.8;
           opacity : 0.8;
           font-size:16px;
       }*/

           
         .txt-cart
         {
             float:right;
             border:solid 1px #C0C0C0;
             height:25px;
             padding-right:5px;
             width:400px;
             font-family:Tahoma;
             font-size:14px;
         }

          .txt-cart-en
         {
             float:right;
             border:solid 1px #C0C0C0;
             height:25px;
             padding-left:5px;
             width:400px;
             font-family:Tahoma;
             font-size:14px;
             direction:ltr;
         }

             .txt-cart:focus, .txt-cart-en:focus
             {
                 background-color:#ffed8b;
             }
          
         .div-buycart-input p
         {
             width:700px;
             height:auto;
             overflow:hidden;
             margin:6px;
         }

         .cmd-buycart
         {
           
             border:solid 1px #C0C0C0;
             height:40px;
             padding-right:5px;
             min-width:150px;
             font-family:"yekan";
             font-size:15px;
             color:#da8f00;
            -webkit-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            background-color:#002466;
            border-radius:5px;
            cursor:pointer;
            background: -webkit-linear-gradient(top, #0c0352 0%, #0c0352 40%, #040023 100%);
            background: linear-gradient(to bottom, #0c0352 0%, #0c0352 40%, #040023 100%);

         }

          .cmd-buycart:hover
           {
              background-color: #2198bc;
              color: #ffffff;
              border-color: #e19afa;
           }

          .img-loading-panel
           {
               position:fixed;
               z-index:1000;
               top: 300px; 
               right:48%;
           }
         .div-waiting
         {
              position:fixed;
               z-index:1000;
               top: 300px; 
               right:48%;
               width:200px;
               height:100px;
               text-align:center;
              
         }
          #a-refresh-kod
         {
             background-position: right center;
             margin-right: 20px;
             display: inline-block;
             width: 30px;
             height: 25px;
             border: 1px solid #C0C0C0;
             background-image: url('../../Images/Refreshpic.png');
             background-repeat: no-repeat;
             background-color: white;
             border-radius:5px;
         }
             #a-refresh-kod:hover
             {
                 background-color:#f5e79a;
             }

