/* Projects */
 #content .tour.even{ float:left; margin:1px 16px 15px 3px; width:305px; padding:0; overflow:hidden; }
 #content .tour.odd{ float:left; margin:0 0 15px 0; width:305px; }
 #content .tour .tour-img-holder{ width:290px; background:#f0eaea; border: 1px solid #cdcdcd;  padding:6px; }
 #content .tour .tour-img-holder img{ width:290px; }
 #content .tour .tour-desc{ font-weight:lighter; text-align:left; width:230px; float:left; margin-top:7px; overflow:hidden; }
 #content .tour .tour-desc100 {  width:100%; }

  /* Projects DETAILS */
 .detailed_tour  h2{ margin-top:5px; }
 .detailed_tour { width:640px; height:65%; background:#f1f1f1; }
 .detailed_tour h2 { margin-bottom:10px; }
 .detailed_tour .tour-img-holder{ background:#f1f1f1; border: 1px solid #cdcdcd;  padding:6px; float:left; width:400px; }
 .detailed_tour .tour-img-holder img{ width:100%;}
/* .detailed_tour .tour-info { float:left;  font-family:Arial, Helvetica, sans-serif; font-size:1.25em; width:210px; clear:right; } */
.detailed_tour .tour-info { float:right;  font-family:Arial, Helvetica, sans-serif; font-size:1.25em; width:210px; }
 .detailed_tour .tour-info .dl { float:left; text-align:left; margin-left:10px; margin-bottom:10px; padding-bottom:10px; border-bottom:dashed 1px #cdcdcd; width:200px;   }
 .detailed_tour .tour-info .dt { font-weight:600; font-size:0.85em;   }
 .detailed_tour .tour-info .dd{ font-style:italic; font-size:0.85em; }
 .detailed_tour .tour-info li { clear: left; float:left; margin:2px 10px 0 5px; }

 /* Items */
 #content .row.odd{ float:left; background-color: #e1e1e1; } 
 #content .row.even{ float:left; } 
 #content .item.odd{ float:left; margin:15px 16px 15px 3px; width:305px; 
 	padding:0; overflow:hidden;  
	background-color:inherit; }
 #content .item.even{ float:left; margin:15px 0 15px 0; width:305px; 
	}
 #content .item .item-img-holder{ width:290px; background:#f0eaea; 
 	border: 1px solid #cdcdcd;  padding:6px; }
 #content .item h4{ padding-top: 3px; } 
 #content .item .item-img-holder img{ width:290px; }
 #content .item .item-desc{ font-weight:lighter; text-align:left; width:230px; float:left; margin-top:7px; overflow:hidden; }
 #content .item .item-desc100 {  width:100%; }

  /* Items DETAILS */
 .detailed_item  h2{ margin-top:5px; }
 .detailed_item { width:640px; height:65%; background:#f1f1f1; }
 .detailed_item h2 { margin-bottom:10px; }
 .detailed_item .item-img-holder{ background:#f1f1f1; border: 1px solid #cdcdcd;  padding:6px; float:left; width:400px; }
 .detailed_item .item-img-holder img{ width:100%;}
/* .detailed_item .item-info { float:left;  font-family:Arial, Helvetica, sans-serif; font-size:1.25em; width:210px; clear:right; } */
.detailed_item .item-info { float:right;  font-family:Arial, Helvetica, sans-serif; font-size:1.25em; width:210px; }
 .detailed_item .item-info .dl { float:left; text-align:left; margin-left:10px; margin-bottom:10px; padding-bottom:10px; border-bottom:dashed 1px #cdcdcd; width:200px;   }
 .detailed_item .item-info .dt { font-weight:600; font-size:0.85em;   }
 .detailed_item .item-info .dd{ font-style:italic; font-size:0.85em; }
 .detailed_item .item-info li { clear: left; float:left; margin:2px 10px 0 5px; }

 .noshow { visibility: hidden; }
 .omit { display: none; }
