/* Front-end CSS that's shared between the main index (custom floor)
   and template pages. */

.frontend_block {
    padding: 10px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    color: black;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 10px;
}

.frontend_left {
    width: 285px;
    float: left;
}

.frontend_right {
    width: 285px;
    float: left;
}
    
.large_block {
    width: 613px;
    margin: 10px;
    padding: 10px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    color: black;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.frontend_big_button {
    width: 100%;
    font-size: 1.4em;
}

ol.templates_list {
	width: 593px;
	max-height: 300px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: auto;
}

li.selectable {
	margin: 5px;
	padding: 10px;
	border: 1px solid #dddddd;
}

li.selectable img {
	float: left;
	margin: 5px 10px 5px 5px;
}

li.selectable p {
	margin: 1em;
}

li.selected {
	background-color: #939393;
}
