﻿.prod_info {float: left; margin-right: 20px; width: 110px; line-height: 30px;}

#cart_ti_img {
	float: left; 
	width: 300px;
	}
	
#cart_num {
	float: right; 
	width: 400px; 
	text-align: right;
	line-height: 30px;
	}	

#pol_l {
	width: 150px;; 
	float: left;
	}
	
	#pol_r {
	width: 500px; 
	float: left;
	}
	
	#pol_i {
	width: 250px;; 
	float: left;
	
	}

.responsive_prod {
    width: 90%;
    margin-left: 20px;
    }

/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
    
    #masthead {
    	height: 80px;
	}
	  
	#masthead #logo {
      float: left;
      width: 219px;
      background-size: 100px;
	}
	
	#steps {
      top: 26px;
	}
	   
	.errormessage.warning {
      padding: 10px;
	  }
	  
	.responsive_cards {
    width: 200px;
    margin-left: 20px;
    }
    
	.pol_col_l {
	width: 20%; 
	float: left;
	}
	
	.pol_col_r {
	width: 70%; 
	float: right;
	}  	    

	#cart_ti_img {
	float: left; 
	width: 240px;
	}

	#cart_num {
	float: right; 
	width: 390px; 
	line-height: 20px;
	text-align: right; 
	}
	
	.prod_info {line-height: 20px;}	
	       
     /* End */
    
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
    
    #masthead {
    	height: 90px;
    	text-align: center;
	}
	  
	#masthead #logo {
      width: 219px;
      height: 52px;
      background-size: 80px;
      margin: auto;
	}
	
	#steps {
      top: 20px;
      margin: auto;
      width: 190px;
	}	    
	
     #steps ul li a {
    font-size: 14px;
    padding: 4px 9px;
	}
		    
    h4 {
    font-size: 11px;
	}
    
    .errormessage ul li {font-size: 11px; line-height:11px; margin-bottom:6px;}
    
    .notice {background:url("none"); text-indent:0px;}
    
    .page-header p {
    font-size: 14px;
	}
	
	.enrcardsm h2 select {
    float: left;
    margin-right: 10px;
	}
	
	.enrcardsm h2 {
    font-size: 16px;
    padding-bottom: 15px;
	}

	.errormessage.warning {
    padding: 10px;
	}
	
	#steps ul li:first-child {
    display: none;
	}
    
    .responsive_cards {
    width: 150px;
    margin-left: 0px;
    }
    
    #pol_r {
	width: 200px; 
	float: left;
	
	}
	
	#cart_ti_img {
	float: left; 
	width: 250px;
	}
	
	#cart_num {
	margin-top: 10px;
	float: left; 
	width: 100%; 
	line-height: 20px;
	text-align: left; 
	}
	
	.responsive_prod {
	margin-left: 0px;
    width: 70%;
	}	

	.content-box-focus { padding: 10px; }
	
	h1 { font-size: 14px; }
	
	h2 { font-size: 10px; }
	
	.prod_info {line-height: 20px; border-bottom: 1px solid #e1e1e1; padding: 10px; width: 94%;}	
	
	form ul li div {
    font-size: 10px;
	}
    
    /* End */
    
    }
    
    
/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
    
    #masthead {
    	height: 60px;
	}
	  
	#masthead #logo {
      float: left;
      width: 219px;
      height: 52px;
      background-size: 100px;
	}
	
	#steps {
      top: 20px;
      margin: 5px 0 10px;
      float: right;
      width: auto;
	}
    
     #steps ul li a {

    font-size: 18px;
    padding: 4px 10px;
	}
    
    h4 {
    font-size: 11px;
	}
	    
    .errormessage ul li {font-size: 11px; line-height:11px; margin-bottom:6px;}
    
    .notice {background:url("none"); text-indent:0px; height: auto;}
    
    .page-header p {
    font-size: 16px;
	}
	
	.errormessage.warning {
    padding-bottom: 0;
	}
	
	.responsive_cards {
    width: 150px;
    margin-left: 0px;
    }
    
    #pol_r {
	width: 300px; 
	float: left;
	}
	
	#cart_ti_img {
	float: left; 
	width: 240px;
	}
	
	#cart_num {
	margin-top: 10px;
	float: right; 
	width: 100%; 
	line-height: 20px;
	text-align: left; 
	}	
	
	h1 { font-size: 16px; }
	
	.prod_info {line-height: 20px; border-bottom: 1px solid #e1e1e1; padding: 10px; width: 94%;}
	
    
     /* End */
    
    }   