/* CSS Document */

#wrapper { width: 1005px; overflow: hidden; }
.col-1 { width: 190px; margin-right: 5px; float: left; overflow: hidden; }
.col-2 { width: 590px; margin-right: 5px; float: left; /*overflow: hidden; */}
.col-3 { /*width: 200px;*/ overflow: hidden; float:left;  display:inline;}
.col-3 .col-3-inner { margin-right: 20px; }

.col-1-2 { width: 790px; margin-right: 5px; float: left; overflow: hidden; }
.col-1-3 { width: 1005px; clear: both; overflow: hidden; }
.col-2-3 { width: 795px; float: left; /*overflow: hidden; */}

.first-column-3-element-with-shadow { margin-top:-3px !important;}
.first-column-3-element-without-shadow { margin-top:5px !important;}

