﻿#main_account {
    width: 80%;
    margin: 0 auto;
}

#account_orders {
    text-align: center;
    margin-bottom: 50px;
}

.account_orders_header {
}

.order_row_style {
    border-bottom: 1px solid #c0c0c0;
}

.orange_background {
    background-color: #FFF5EE;
}

.withdrawal_form, .return_request {
    text-align: center;
    margin-bottom: 50px;
}

.withdrawal_form table, .return_items_table {
    margin: 0 auto;
}

.CshippingDivMain
{
	width: 100%;
    margin-left: 10px;
    margin-right: 30px;
    float: left;
    text-align: center;
}


/* controls */

.CshippingDivForm
{
    margin: 40px auto 0;
    display: inline-block;
    width: 47%;
    text-align: left;
}

.CbillingDivForm
{
    margin: 40px auto 0;
    display: inline-block;
    width: 47%;
    text-align: left;
}



.CshippingLblError{
	font-size: 15px;
	color: #FF0000;
}


.CshippingDivForm select {
    height: 40px;
    font-size: 1.33em;
}

.shipping_form {
    /*display: table;*/
    margin: 0 auto;
}


.div_padding {
    margin-left: 20px;
}

.CshippingTbFirstName{
	width: 150px;
}

.CshippingTbLastName{
	width: 250px;
}

.CshippingTbCompany{
	width: 300px;
}

.CshippingTbAddress{
	width: 300px;
}

.CshippingTbAddress2{
	width: 300px;
}

.CshippingTbCity{
	width: 250px;
}

.CshippingTbZip{
	width: 70px;
}

.CshippingDdlState{
	width: 200px;
}

.CshippingDdlCountry{
	width: 350px;
}

.CshippingTbPhone{
	width: 160px;
}

.CshippingTbEmail{
	width: 300px;
}

.CshippingCbBillingSame input {
    height: auto;
}






/***************************************************************************************************/


                                        /*                                  */
                                        /*         IPHONE 4 - BEGIN         */
                                        /*                                  */


                        /* ALL ORIENTATION */
/* for SMALL devices - smaller than 767px - iPhone 4 - iPhone 6s */
@media screen and (max-device-width : 767px) {

   .cart_summary_row {
        font-size: 0.7em;
    }


   .CshippingTbFirstName, .CshippingTbLastName, .CshippingTbCompany, .CshippingTbAddress,
   .CshippingTbAddress2, .CshippingTbCity, .CshippingTbZip, .CshippingDdlState,
   .CshippingDdlCountry, .CshippingTbPhone, .CshippingTbEmail {
       width: 100%;
   }

   .div_padding {
       margin: 0;
   }
   
   
   .shop_button {
       margin: 0;
   }

   .form_row input {
       font-size: 1.5em;
       height: auto;
   }


   #summary {
       font-size: 0.7em;
   }

 


}

                                /* PORTRAIT */
/* for SMALL devices - smaller than 767px - iPhone 4 - iPhone 6s */
@media screen and (max-device-width : 767px) and (orientation: portrait) {
    /*#master_left_menu {
        font-size: 3em;
        line-height: 1.5em;
    }*/



  
}

                                /* LANDSCAPE */
/* for SMALL devices - smaller than 767px - iPhone 4 - iPhone 6s */
@media screen and (max-device-width : 767px) and (orientation: landscape) {
    /*#master_left_menu {
        font-size: 2em;
        line-height: 1.5em;
    }*/
    
 



}


                                        /*                                  */
                                        /*         IPHONE 4 - THE END       */
                                        /*                                  */


/***************************************************************************************************/

