@CHARSET "UTF-8";

div {
	text-align: left;
}

div#container {
	margin: auto;
	width: 1000px;
}

div#header_line {
	height: 10px;
	background-color: #d32e12;
	margin-top: 2px;
}

div#languages_line {
	height: 45px;
	position: relative;
	margin-top: 3px;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 15px;
	background-image: url(../images/language_line.gif);
	background-repeat: repeat-x;
}

div#languages_line a {
	color: white;
	background-repeat: no-repeat;
	text-decoration: underline;
	font-weight: bold;
	margin-right: 5px;
	display: block;
	text-align: center;
	padding-top: 10px;
	float: right;
}

div#column_1 {
	width: 265px;
	margin-right: 5px;
	float: left;
}

a#cart {
	width: 205px;
	height: 24px;
	margin-top: 15px;
	padding-top: 10px;
	padding-left: 50px;
	font-weight: bold;
	color: #df715e;
	background-image: url(../images/cart.jpg);
	display: block;
}

p#cart {
	width: 205px;
	height: 24px;
	margin-top: 15px;
	padding-top: 10px;
	padding-left: 50px;
	font-weight: bold;
	color: #df715e;
	display: block;
}

div#sections {
	margin-top: 30px;
	padding-left: 30px;
}

div#sections ul {
	list-style-image: url(../images/ul1.gif);
	line-height: 3em;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 10px;
}

div#sections li {
	font-size: 12px;
	vertical-align: middle;
}

div#sections a {
	margin-left: 5px;
	color: #656765;
}

div#products {
	margin-top: 30px;
	padding-left: 30px;
}

div#products h1 {
	font-size: 15px;
	color: #df715e;
}

div#products ul {
	list-style-image: url(../images/ul2.gif);
	line-height: 2.5em;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 10px;
	color: #8f8e8d;
}

div#products li {
	vertical-align: middle;
}

div#products a {
	margin-left: 5px;
	margin-right: 5px;
	color: #8f8e8d;
}

div#column_2 {
	width: 727px;
	float: left;
}

div#column_2 table {
	margin-bottom: 10px;
	color: #3a3f37;
}

div#column_2 table td {
	vertical-align: top;
	margin-top: 30px;
}

div#column_2 table h1 {
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #d32e12;
}

div#column_2 img.large {
	border: solid 2px #c3bfbc;
}

div#column_2 img.small {
	margin: 0px 15px 10px 10px;
	border: solid 2px #d74027;
	display: block;
}

div#footer {
	background-color: #efeeed;
	clear: both;
}

div#thumbs {
	width: 727px;
	margin-top: 30px;
	float: right;
}

div#thumbs div.all_item {
	width: 130px;
	position: relative;
	margin-right: 15px;
	color: #8F8E8D;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	float: left;
}

div#thumbs div.item {
	width: 130px;
	height: 150px;
	position: relative;
	text-align: center;
	margin-right: 18px;
	color: #d32e12;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/background_1_bigger.png);
	float: left;
}

div#thumbs div.item a{
	color: #d32e12;
}



div#thumbs ul {
	list-style:none;
}

div#thumbs ul li{
	margin-left:-35px;
	padding:0;
	margin-top: 5px;
	font-size:12px;
}

div#thumbs ul li a{
	color: #8F8E8D;
}

div#thumbs img {
	margin-top: 5px;
}

div#thumbs p {
	width: 100%;
	position: absolute;
	left: 0px;
	margin-bottom: 7px;
	text-align: center;
}

div#lines_container {
	width: 100%;
	height: 88px;
	clear: both;
}

div#lines_container div.line {
	clear: both;
}

div#lines_container div.line div{
	width: 120px;
	height: 17px;
	margin-top: 5px;
	margin-left: 5px;
	float: right;
	background-color: #c3bfbc;
}

.price {
	font-weight: bold;
	color: #d32e12;
}

.button {
	color: white;
	width: 128px;
	height: 29px;
	border: none;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/button.jpg);
	display: block;
}

.button_large {
	color: white;
	width: 168px;
	height: 29px;
	border: none;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/button_large.jpg);
	display: block;
}

