.prototip .default {
    background: url(/images/products/screens/bubble.png);
    width: 391px;
    height: 328px;
    color: #000;
}
.prototip .default .toolbar { background: #0F6788; }
.prototip .default .title { padding: 5px; }
.prototip .default .content {
    background: none;
    padding: 1em;
}
.prototip .default .content div {
    margin: 0 0 1em 2em;
}
.prototip .default .content div.matriximg {
    text-align: center;
}


ul {
    padding-left: 1em;
}

ul li {
	background: url(/images/list_line.png) no-repeat 0 .5em;
	list-style: none;
	padding-left: 1em;
}



p,
ul,
ol,
dl,
h1,
h2,
table {
    margin-bottom: .75em;
}

h3 {
    margin-bottom: .25em;
}

h1,
h2,
h3 {
    margin-top: 1.5em;
}




h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.6em;
}

#middle {
    background: url(/products/trials/images/background.gif) repeat-x;
}

.logo {
    position: absolute;
    top: 0;
    right: 0;
}

.banner {
    position: absolute;
    top: 0;
    left: 0;
}

#content {
    padding: 16px;
}

table {
    border-collapse: collapse;
    font-size: smaller;
}

tr {
//    height: 18px;
}

th {
    background-color: #666;
    border: 1px solid white;
    color: #fff;
    text-align: left;
}

td {
    background-color: #eee;
    border: 1px solid white;
    text-align: center;
}

th {
    padding: 3px 6px;
}

td.first {
    text-align: left;
}

td a {
    padding: 3px 6px;
}

thead td, tfoot td {
    background-color: #fff;
    font-weight: bold;
}

.table_note {
    font-style: italic;
    font-size: smaller;
}

.table_note ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

