body {
	background: #efefef;
	color: #333;
	font-size: 11px;
}
.row {
	background-image: url(images/960_12_10_10.png);
	background-repeat: repeat-y;
}
a {
	color: #333;
	text-decoration: none;
}
a : hover {
	color : #d43c23 !important;
}
.selected {
	color : #e41246 !important;
}	
h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}
h2 {
	padding: 20px 0 0;
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}
p {
	overflow: hidden;
	padding: 5px 0;
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 150%;
}
.topleftimg {
	display : block;
	overflow : visible;
	margin: 20px 28px;
}
.lang_select {
	display : block;
	text-align : center;
	padding : 30px 0 30px;
}
.left_menu {
	margin : 10px 0 10px 30px;
	font-size : 2em;
}
.left_menu li {
	margin : 5px 0 5px 30px;
	list-style-type:none; 
}
.left_menu a{
	color : #646464;
}
.left_menu li ul li{
	color : #646464;
	margin-left : -10px;
	list-style-type:none; 
	font-size : 0.4em;
}

.poll {
	margin : 15px 0 15px 30px;
}
.button{
	background-color:pink;
	border : none;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding : 5px;
	margin: 5px;
}
.no_margin {
	margin 0px;
}

.product_box {
	width: 225px;
	height : 300px;
	margin: 25px;
	overflow: hidden;
	float: left;
    display: inline;
}
.image_span {
	display : block;
	height : 220px;
}

.product_line {
	margin : 5px;
	
}
.product_link{
	text-align : center;
	font-size : 2em;
	color : #ea4f6d;
}
.product_link a{
	color : #ea4f6d;
}
.textbottom {
	vertical-align:text-bottom;
} 

.cust_pointer_list {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.cust_pointer_list  li {
	background-image:url(../image/pointer.png);
	background-repeat:no-repeat;
	background-position:0px 5px -10px; 
	padding-left:14px;
}
.cust_pointer_list  li a{
	color : grey;
	padding-left : 25px;
	font-size : 1.25em;
}
.redtext {
	color:  #a44a3c;
}

.redtext a{
	color:  #a44a3c;
}
.product_title {
	font-size: 3em;
	color : #ea4f6d;
	text-transform:capitalize;
	text-align : right;
	padding : 0 35px 10px;
}
.product_title  a{
	color : #ea4f6d;
	text-transform:capitalize;
	text-align : right;
}
.additive_title {
	font-size: 2em;
	text-align : right;
}
.additive_desc_table {
	*border-collapse: collapse; /* IE7 and lower */
	border : 1px solid black;
	border-spacing: 0;
	-moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px; 
}

.additive_desc_table tr td {
	text-align: center;
}

.additives_types_table {
    *border-collapse: collapse; /* IE7 and lower */
    border : 3px solid #f08161;
    border-spacing: 0; 
    width: 100%;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.additives_types_table th {
	background-color: #f08161;
}
table td, table th {
	padding : 5px;
}
.superscript{
	font-size:xx-small; 
	vertical-align:top;
} 
.subscript{
	font-size:xx-small;
	vertical-align:bottom;
} 

.image_span img:hover {
	height: 210px;
}

.lang_selected {
	border-bottom: 1px solid grey;
}

.cf_table td{
	font-size : 1.25em;
		
}

.error {
	font-size : 1.25em;
	color :red;
	margin : 5px 30px 20px 40px;
}

.message {
	font-size : 1.25em;
	color :green;
	margin : 15px 30px 20px 40px;
	padding : 5px;
	border : 1px dashed black;
	display : inline-block;
}