@charset "utf-8";
/* CSS Document */

.pull_col_all{ }
.fl_right{ float:right !important;}
.img_right{ float:right !important; text-align:right;}

.nobrdr{ border-right: none!important; border-bottom:none !important;}

p img{ line-height:20px; position: relative;
  top: 4px;}
.logo_foot{ position:relative; top:8px;}

.col3{ width:24%; float:left;}
.col4{ width:32%; float:left; padding-right:2%;}
.col4_right{ width:32%; float:right;}
.col6{ width:48%; float:left;}
.col8{ width:65%; float:left;}
.col9{ width:33%; float:left;}
.col12{ width:100%;}

.select_item{ float:right; padding-right:10px;}
.select_item2{ float:right; padding-right:10px; width:85px}





@media only screen and (max-width:640px)
{
	
.col4{ width:100%; float:left;}
.col4_right{ width:100%; float:left;}
.col8{ width:100%; float:left;}
.col6{ width:100%; float:left; margin:5px 0px}
.img_right{text-align: center; width:100%;}
	
	}

