* {
	font-family: Tahoma, Arial, Verdana;
}
td, body {
	vertical-align: top;
	font-size: 11px;
}
td.content {
background-color: #F4F4F4;
}
hr {
	border-style: solid;
	border-width: 1px;
	border-color: #E4E4E4;
}
a.left_menu_link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #303030;
}

a.products_cat_links {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #303030;
}
input {
	font-size: 10px;
	width: 150px;
}
input.small {
	width: 40px;
}
input.clean {
	width: auto;
}

table.cart_table {
	width: 600px;
	border-width: 1px;
	border-color: #333333;
	border-style: solid;
}
td.cart_header {
	background-color: #E4E4E4;
	text-align: center;
}
table.left_column {
    width: 242px;
    height: 100%;
    background-image: url(../images/4crea_19.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}
td.left_column_blank {
 height: 3px;
}
td.left_column_cell {
 width: 100%;
 background-color: #EEEEEE;
 padding: 7px;
 border-width: 1px;
 border-style: solid;
 border-color: #CCCCCC;
}

a.left_column_link {
 color: #000000;
 text-decoration: none;
 font-weight: bold;
}

a.left_column_link:hover {
 color: #FF0000;
}
a.languages {
 border-width: 0px;
 text-decoration: none;
 color: #000000;
 font-size: 11px;
 font-weight: bold;
 }
 .flag {
 border-width: 0px;
 }


.text_in_products {
  font-size: 15px;
	font-weight: bold;
}

#dhtmltooltip{
position: absolute;
width: 400px;
border-width: 1px;
border-style: solid;
border-color: #999999;
padding: 5px;
background-color: #E4E4E4;
text-align: center;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.error {
 color: #FF0000;
}
