/* reset */
html, body {
    margin: 0;
    padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
    font-size: 100%;
}
table td {
    padding: 0; 
    margin: 0;
}

body, .typed {    
    /* font styling copied from open.edu */
    font-family: Tahoma, 'Lucida Grande', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
    font-weight: 400;
}

.container {
    background-color: #e1e1e1;
    border-radius: 15px;
    padding: 5px;
}

.container h4 {
    text-transform: uppercase;
    padding-left: 11px;
    padding-top: 0;
    font-size: 15px;
    font-weight: normal;
    color: #444;
    margin: 0 0 4px;
}

.dots {
    border: 4px solid #fff;
    border-radius: 15px;
    background-color: #fff;
    background-image: url(../images/dots-bg.png);
    background-repeat: repeat;
}

.heading {
    background-color: #f6f6ee;
    opacity: 0.6;
    padding: 8px 10px;
    border-radius: 10px;
    color: #000;    
    font-size: 11px;
}

.tab {
    margin-top: 24px;
    border-top: 5px solid #f3c32c;
    background-color: transparent;
    position: relative;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tab .title {
    position: absolute;
    top: -22px;
    left: 0px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    width: 130px;
    height: 16px;
    padding-top: 1px;
    border: 1px solid #999;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;  
    border-bottom: 0 none transparent;
    cursor: pointer;
}

.tab .title:hover {
    background-color: #e1e1e1;
}

.tab .title.selected {
    background-color: #f3c32c;
}

.tab .title.selected:hover {
    background-color: #dfc76d;
}

.tab .title#title1 {
    left: 0px;
}

.tab .title#title2 {
    left: 135px;
}

.tab .title#title3 {
    left: 270px;
}

.overlay {
    background-color: #f6f6ee;
    opacity: 0.8;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
}

.img-container {
    width: 494px;
    height: 229px;
}

#img1 {
    width: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}