@charset "UTF-8";

/* Page Title */


#cart   {width:100%; float:left; }
#cart   table.list   {width:100%; float:left; border-top:1px solid black;  border-bottom:1px solid #707070;}
#cart  table.list  th   {padding:10px 5px 11px 5px; background-color:#f9f9f9;font-size:14px; font-weight:600; color:#333; border-bottom:1px solid #ddd;}
#cart  table.list  td   {padding:10px 5px 11px 5px; vertical-align:middle; font-size:13.5px; color:#777; border-bottom:1px solid #ddd; text-align:center;}
 

#cart .order_btn   {padding:4px 0px 7px 0px;  text-align:center;  font-size:13px; text-align:center; }


#cart .order_btn  a {
	display:inline-block;
     text-decoration:none;
     width:70px;
	 margin-bottom:3px; 

	}

#cart .order_btn2   { padding:4px 0px 7px 0px;  text-align:center;  font-size:13px; text-align:center; }


#cart .order_btn2  a {
	display:inline-block;
     text-decoration:none;
     width:100px;
	}



#cart .c1   {border:1px solid #47a70b; background-color:#fff; }

#cart .c1 a:link	{  color:#47a70b; }
#cart .c1 a:hover	{color:#47a70b;  }
#cart .c1 a:active	{ color:#47a70b; }
#cart .c1 a:visited	{ color:#47a70b; }


#cart .c2   {background-color:#47a70b; border:1px solid #47a70b;   }
#cart .c2 a:link	{ color:#fff; }
#cart .c2 a:hover	{color:#fff;  }
#cart .c2 a:active	{ color:#fff; }
#cart .c2 a:visited	{ color:#fff; }

#cart .c3   {background-color:#666;  border:1px solid #666;}
#cart .c3 a:link	{  color:#fff; }
#cart .c3 a:hover	{color:#fff;  }
#cart .c3 a:active	{ color:#fff; }
#cart .c3 a:visited	{ color:#fff; }




#cart .c4   {background-color:#fff;  border:1px solid #895530;}
#cart .c4 a:link	{  color:#895530; }
#cart .c4 a:hover	{color:#895530;  }
#cart .c4 a:active	{ color:#895530; }
#cart .c4 a:visited	{ color:#895530; }

#cart  .all_box   {border:3px solid #ddd; float:left; margin-top:20px; padding:2%;
                    text-align:right; width:95.5%; font-size:14px; color:#444;}


#cart  .check_all  {font-size:13px; width:100%; float:left;  margin-top:17px;}




#cart  .s_tt     {width:100%; float:left; font-weight:600; font-size:17px;color:#333; height:33px;}

#cart .check_btn   { padding-bottom:10px;     background-color:#47a70b;  padding-bottom:5px;  padding-top:2px; font-size:12px; text-align:center; color:#fff; }


#cart .check_btn a {
	display:inline-block;
     text-decoration:none;
	  width:80px;
 
	}

#cart .check_btn a:link	{  color:#fff; }
#cart .check_btn a:hover	{color:#fff;  }
#cart .check_btn a:active	{ color:#fff; }
#cart .check_btn a:visited	{ color:#fff; }


