/* table styles */
.ts_table{ border: 5px solid #43B4CF ; width: 530px ; border-collapse: collapse ; }
.ts_table tr{ border-bottom: 1px solid #43B4CF ; }
.ts_table th{ background: #43B4CF ; color: white ; padding: 8px 5px ; }
.ts_table td{ padding: 10px ; border-right: 1px solid #43B4CF ; }
.ts_table_no_border td{ border-right: none ;}

/* full width picture */
.ts_full_width_img{ display: block ; width: 550px ; padding: 5px ; border: 5px solid #43B4CF ;}

/* images */
.ts_img_left{ float: left ; width: 150px ;}
.ts_img_right{ float: right ; }

/* lists */
.ts_list_left{ float: left ;  margin: 0 0 20px 0 ; width: 130px ; padding-left: 20px ;}
.ts_list_right{ float: right ;  margin: 20px 0 20px 0 ; width: 120px ; padding-left: 30px ;}

/* img gallery items */
.ts_gallery_item{ float: left ; width: 135px ; padding: 0 ; margin: 0 10px 0 0 ;}
.ts_gallery_item.last{ margin-right: 0 ; }
.ts_gallery_item dd img { width: 133px ; height: 133px ; border: 1px solid #43B4CF ; }
.ts_gallery_item dd{ margin: 0 ; padding: 0 ; }

/* heading */
.ts_heading{ font-size: 100% ; }

/* misc */
.ts_clearer{ clear: both ; }
