﻿@charset "utf-8";
/* CSS Document */
#header {
	background-image: url(design/ban-od.jpg);
}
/* Categories list */
#cat {
	width: 455px;
	height: 60px;
	border-style: solid;
	border-width: 1px 2px;
	border-color: #757575;
	background-image: url(design/cat.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	padding-left: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: bold;
}
/* Product list */
#prod {
	width: 400px;
	height: 40px;
	border-style: solid;
	border-width: 1px 2px;
	border-color: #757575;
	/*background-image: url(design/prod_mid.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	text-align: left;
	padding-left: 100px;
	line-height: 40px;
}
#last_prod {
	width: 400px;
	height: 40px;
	border-style: solid;
	border-width: 1px 2px;
	border-color: #757575;
	/*background-image: url(design/prod_bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	text-align: left;
	padding-left: 100px;
	line-height: 40px;
}
/* Product datasheet */
#product {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: capitalize;
}
#ref {
	font-size: 13px;
	font-weight: bold;
	color: #666600;
	padding-bottom: 15px;
	text-transform: uppercase;
}
#description {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 600px;
	margin-bottom: 15px;
	text-align: justify;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
}
