/* CSS Document MAIN */
body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
table {
	font-size: 11px;
}
img {
	border: 0px;
}
form {
	margin: 0px;
}
a {
	color: #4A5E77;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.more {
	background-color: #4A5E77;
	color: #FFFFFF;
	padding: 0 2px 1px 2px;
	/*font-size: 13px;*/
	font-weight: bold;
}
.input {
	border: 2px solid #AAC4D3;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.send_CS {
	background-image: url(images/button-send-cs.gif);
	border: 0px;
	width: 46px;
	height: 21px;
	cursor: pointer;
}
.reset_CS {
	background-image: url(images/button-reset-cs.gif);
	width: 46px;
	height: 21px;
	border: 0px;
	cursor: pointer;
}
.send_EN {
	background-image: url(images/button-send-en.gif);
	border: 0px;
	width: 46px;
	height: 21px;
	cursor: pointer;
}
.reset_EN {
	background-image: url(images/button-reset-en.gif);
	width: 46px;
	height: 21px;
	border: 0px;
	cursor: pointer;
}
.h1 {
	font-weight: bold;
	font-size: 9px;
	color: #4A5E77;
}
.product_row {
}
.product_column {
}
.product_head {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #4A5E77;
}
.product_head_light {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #607185;
}
.strong {
	font-weight: bold;
	color: #FFCC00;
}
.message {
	font-weight: bold;
	/*background-color: #DDDDDD;*/
	color: #006699;
	padding: 5px;
}
.big {
	font-size: 6px;
}

/* CSS Document  PRODUCTS */
div.printCategoryPath{
  font-size:11px;
  font-weight:bold;
  padding-left:5px;
  /*border-bottom:1px solid #eee;*/
  margin:0 0 5px 0;
}
div.groupOfItem{
	margin:5px 0;
	/*padding:2px 10px;*/
	/*background-color:#eee;*/
	font-weight:bold;
}
div.groupOfItem div.item{
	font-weight:normal;
	padding-left:10px;
}
div.product .formRemove{
  display:block;
  float:right;
  margin:7px 0 10px 10px;
  padding:0px;
}
div.productDetail{
  border:1px solid gray;
  padding:5px;
}
div.productDetail img{
  float:right;
  margin:10px;
  border:1px solid gray;
}
div.productDetail label{
  margin:0 0 5px;
  display:block;
  font-weight:bold;
  text-decoration:underline;
}
.inv {
  display: none;
}
h1 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding-left: 5px;
  color: #4a5e77;
}
h2 {
	font-weight: bold;
	font-size: 9px;
	color: #4A5E77;
}
.footer{
  text-align: center;
  font-size: 120%;
  font-family: "Arial Narrow", "Helvetica Narrow", Verdana, sans-serif;
  margin: 2px;
}
