﻿

     /*.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-combo {

             float:left;
             border:solid 1px #C0C0C0;
             height:25px;
             padding-right:5px;
             width:407px;
             font-family: "yekan" , "Mykodak", "Tahoma" ;
             font-size:14px;
        }
           
         .txt-cart
         {
             float:left;
             border:solid 1px #C0C0C0;
             height:25px;
             padding-right:5px;
             width:400px;
             font-family: "yekan" , "Mykodak", "Tahoma" ;
             font-size:14px;
         }

          .txt-cart-en
         {
             float:left;
             border:solid 1px #C0C0C0;
             height:25px;
             padding-left:5px;
             width:400px;
             font-family: "yekan" , "Mykodak", "Tahoma" ;
             font-size:14px;
             direction:ltr;
         }

             .txt-cart:focus, .txt-cart-en:focus
             {
                 background-color:#90dbf8;
             }
          
         .div-buycart-input p
         {
             width:600px;
             height:auto;
             overflow:hidden;
             margin:6px;
         }

         .div-buycart-input h4 {
            color:#063491;
        }

         .cmd-buycart
         {
           
             border:solid 1px #C0C0C0;
             height:40px;
             padding-right:5px;
             min-width:100px;
             font-family:"yekan";
             font-size:15px;
             color:#ffffff;
            -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(left bottom, #022e52,#137bd1); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(left bottom, #022e52, #137bd1); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(left bottom, #022e52, #137bd1); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to top right,#022e52, #137bd1); /* Standard syntax */

           

         }

          .cmd-buycart:hover
           {
       
              color: #ffffff;
              border-color: #e19afa;
              background: -webkit-linear-gradient(left bottom, #022e52,#032254); /* For Safari 5.1 to 6.0 */
              background: -o-linear-gradient(left bottom, #022e52, #032254); /* For Opera 11.1 to 12.0 */
              background: -moz-linear-gradient(left bottom, #022e52, #032254); /* For Firefox 3.6 to 15 */
              background: linear-gradient(to top right,#022e52, #032254); /* Standard syntax */
                       }

          .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;
             }

