/* CSS Document */
html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	height:100%;
	width:100%;
	}

h1, h2, h3 {
	font-size:14px;
	color:#854346;
	}
	
a, a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}
.image {
	color:#FF0000;
	}
.maincontent {
	padding:15px;
	font-size:12px;
}

.elements_list {
	padding-left:25px;
	width:370px;
	display:block;
	float:right;
	}
	
td.element {
	border-top:#cab07f 1px dashed;
	border-bottom:#cab07f 1px dashed;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:3px;
	padding-top:3px;
}
td.element img{
	border:none;
/*	background-color:#cab07f;
	padding:8px;
	margin:7px;
	width:150px; */
}
td.element div.price{
	clear:both;
	float:right;
	width:250px;
	height:65px;
	background-image:url(/img/basket_add.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
td.element div.price span{
	padding-left:45px;
	padding-top:30px;
	font-size:14px;
	font-weight:bold;
	color:#f3e9ce;
}

div.marked{
	color:#FF0000;
	font-weight:bold;
}

.footer {
	border-top:#804645 1px solid;
	font-size:10px;
	padding:10px;
	}

.basket_table td{
	padding:5px;
	border-bottom: #800000 1px dashed;
}


#simplemodal-overlay {background-color:#000;}
#simplemodal-container {background-color:#fbf1d6; border:4px double #854346; padding:12px;}