/*top right bottom left */
/*div{border:1px dotted;}*/
/* Style for Usual tabs */
.usual {
	width:740px;
	height: auto;
	font-family:Arial, Helvetica, "Microsoft San Serif";
	font-size:12px;
	float:left;
}
.usual li { 
	float:left;	
	list-style:none;	
	background: #848484;
}

.usual ul {
	width:740px;
	height: 28px;
	margin: 6px 6px 6px 0px;
	padding:0;
	list-style-type:none;
	display:block;
}

.usual ul a {
	display:block;
	padding:6px 6px 6px 6px;
	text-decoration:none!important;
	padding-top: 7px;
	width: auto;
	height: 28px;
	background: transparent url(https://www.orient-thai.com/booking/images/idTab_ct.png) repeat-x left top;
	color: #fff;
	font-weight: bold;
}

.usual ul a:hover {
	width: auto;
	height: 29px;
	padding-top: 7px;	
	display: block;
	padding: 6px 6px 6px 6px;
	text-decoration:none!important;	
	background: transparent url(https://www.orient-thai.com/booking/images/idTab_over.png) repeat-x left top;
	color: #fff;
	font-weight: bold;
}

.usual ul a.selected {
	width: auto;
	height: 29px;
	padding-top: 7px;
	display:block;
	padding:6px 6px 6px 6px;
	text-decoration:none!important;	
	background: transparent url(https://www.orient-thai.com/booking/images/idTab_ct_sel.png) repeat-x left top;
	color: #ffd53d;
	font-weight: bold;
}
.usual li.left { 
	width: 11px;
	height: 41px;
	list-style:none;
	float:left;
	background: #848484 url(https://www.orient-thai.com/booking/images/idTab_lf.png) no-repeat;
}
.usual li.right { 
	width: 11px;
	height: 41px;
	list-style:none;
	float:left;
	background: #848484 url(https://www.orient-thai.com/booking/images/idTab_rt.png) no-repeat;
}

p {
  font-size:13px;
  font-weight:normal;
  line-height:18px;
  margin-bottom:9px;
}
#tab1, #tab2, #tab3, #tab4, #tab5, #tab6 {
  width: 690px;
  background-color: #f5f5f5;
  margin: 12px 6px 6px 0px;
  padding: 9px 19px 19px 19px;
  min-height: 20px;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.alert {
  padding: 8px 14px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #f5f3b4;
  border: 1px solid #f3e4a7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #393939;
}
.alert-error {
  background-color: #ffe9e9;
  border-color: #ffdae0;
  color: #393939;
}

.alert-block {
  background-color: #FCEFD4;
  border-color: #FAE1C6;
  color: #ECA918;
}

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #ffffff;
}