.lge_txt	{
	width:90%;
}

.med_txt	{
	width:120px;
}

._1,.tab ._3,.mob ._3	{
	clear:both;
	float:left;
}

._4col,._2col	{
	line-height:2.5em;
}

._2col_v2	{
	line-height:2em;	
}

._4col ._2,._4col ._3,._4,._2col ._2,._2col_v2 ._2	{
	float:left;
}

._2col_v2 ._2	{
	width:130px;
	float:right;	
}

.desk ._4col ._1,.desk ._4col ._2	{
	width:35%;
}

.desk ._4col ._3	{
	width:20%;
}

.desk ._4col ._4	{
	width:10%;
}

.mob ._1,.mob ._2,.mob ._3,.mob ._4,.tab ._1,.tab ._2,.tab ._3,.tab ._4,._2col ._1,._2col ._2	{
	width:45%;
}

.error	{
	color:#d00000;
}

.select-menu	{
	width:95%;
}

.spacer	{
	clear:both;
	height:30px;
}

.conditions_container  {
  font-size:.9em;
  line-height:1.3em;
  border:1px solid #ccc;
  height:200px;
  width:95%;
  overflow:auto;
}
.conditions_container div  {
  margin:0 5px 0 5px;
}

.conditions_container em	{
	font-style:italic;
}

.conditions_container strong	{
	font-weight:bold;
}

/* Chat */
#chat_win {
    bottom:-185px;
    position:fixed;
    z-index:951;
    _position:absolute;
    _top:expression(eval(document.documentElement.scrollTop+
        (document.documentElement.clientHeight-this.offsetHeight)));
    height:230px;
	background:#b71427;
}
#chat_body  {
  width:95%;
  margin-left:auto;
  margin-right:auto;
  margin-top:2px;
  color:#fff;  
}
.chat_mobile  {
   width:100%;
   border-top:1px solid #fff;
}
.chat_other  {
  width:300px;
  right:5px;
  border:1px solid #fff;
  -moz-border-radius: 5px 5px;
}
#chat_header  {
  text-align:center;
  width:100%;
  font-size:13px;
  line-height:45px;
}
#chat_text  {
  font-size:12px;
  width:70%;
  /* Firefox */
  width: -moz-calc(100% - 60px);
  /* WebKit */
  width: -webkit-calc(100% - 60px);
  /* Opera */
  width: -o-calc(100% - 60px);
  /* Standard */
  width: calc(100% - 60px);
  height:40px;
  background:#fff;
  margin:5px auto 5px 5px;
}
#chat_history  {
  font-size:12px;
  height:100px;
  overflow:auto;
}
.chat_enquiry, .chat_response  {
  background:#fff;
  line-height:1.5em;
  -moz-border-radius: 3px 3px;
  border-radius: 3px 3px;
  margin:2px 5px 2px 5px;
}
.chat_enquiry  {
  color:#000;
}
.chat_response  {
  color:#b71427;
}
.chat_msg  {
  padding:10px 0px 10px 0px;
  margin:5px;
}
#chat_post  {
  margin-top:3px;
  border-top:1px dotted #fff; 
}
#chat_ico  {
  width: 28px;
  height: 28px;
  margin: 0px 5px 2px 0px;
  vertical-align:middle;
}
#chat_mini  {
  float:right;
  width: 28px;
  height: 28px;
  margin: 7px 2px;
  vertical-align:middle;
}
#chat_close  {
  float:right;
  width: 28px;
  height: 28px;
  margin: 7px 2px;
  vertical-align:middle;
}
#chat_send  {
  float:right;
  width: 28px;
  height: 28px;
  margin-top: 14px;
}

#chat_win .icon4	{
	cursor:pointer;
}

.preserve b, .preserve strong	{
	font-weight:bold;
}

.publish_time  {
  text-align:right;
}

.pagination  {
  clear:both;
  float:right;
}

.pagination a, .pagination span  {
  display:block;
  float:left;
  padding:5px;
  margin:5px;
  border:1px solid #fff;
  background:#b71427;
  text-decoration:underline;
}

.pagination .disabled, .pagination .current  {
  background:#39373a;
  cursor:default;
  text-decoration:none;
}

.read_more  {
  display:block;
  clear:both;
  float:right;
  margin-right:20px;
  line-height:26px;
  padding: 10px 0 10px 0;
}

.read_more:after  {
  clear:both;
}
