body {
      width: 100%;
      padding: 0px;
      margin: 0px; 
      background: #FFF; 
	  font-family: Tahoma, Arial, Verdana;
}

table { 
        width: 100%;   
        table-layout: fixed;
        text-align: center;
}

table, tr, td, div, ul {
               margin: 0px;
               padding: 0px;
               border: 0; 
               border-collapse: collapse;
} 

.td4_1 img {
     border: 3px dashed #E5E5E5;
     margin: 0px;
     padding: 0px;
	 margin-top: 20px;
}

a {
		text-decoration: underline;
		color: #817F7F;
}

a:hover {
		text-decoration: none;
		color: #FDAD14;
}

.td1_1, .td2_1, .td3_1, .td4_1, .td5_1  {
        width: 182px;
		vertical-align: top;
}

.td1_3, .td2_3, .td3_3, .td4_3, .td5_3  {
        width: 553px;
		vertical-align: top;
}

.td1_3 {
        background: url("/img/td1_3.gif") left no-repeat;
}

.td2_1 {
		background: url("/img/td2_1.gif") center top no-repeat;
		font-family: Arial, Tahoma, Verdana;
		font-size: 10px;
		line-height: 12px;
		padding-top: 45px;
}

.td2_1 div {
		margin: 0 10px 5px 15px;
		text-align: left;
}


.td2_3 {
        background: url("/img/td2_3.jpg") top left no-repeat;
}

.td3_1 {
        background: #F6F6F6;
		padding-top: 3px;
		color: #535151;
		font-size: 14px;
		font-weight: bold;
}

.td3_3 div {
		float: left; 
		width: 5px; 
		height: 25px;
		background: #D6D6D6;
}

.td3_3 {
		text-align: left;
		color: #535151;
		font-size: 18px;
}

.td3_3 span {
		margin-left: 20px;
}

.td4_1 {
		padding-bottom: 20px;
}

.td4_3 {
		color: #737373;
		text-align: left;
		font-size: 12px;
		padding: 18px 40px;
}

.td4_3 a {
		color: #93bf28;
		font-size: 14px;
}

.td4_3 a:hover {
		color: #7ca51a;
}

.td5_3 {
		text-align: left;
		padding: 14px 20px 0 20px;
		background: #F0F1ED;
		color: #817F7F;
		font-size: 10px;
}

.td5_3 div {
		float: right; 
}

/* SLIMBOX */

#lbOverlay {
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    left: 50%;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url("/img/loading.gif") no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url("/img/prevlabel.gif") no-repeat 0% 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url("/img/nextlabel.gif") no-repeat 100% 15%;
}

#lbBottom {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url("/img/closelabel.gif") no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}
