@charset "utf-8";
/* CSS Document */
/**
* Custom CSS
*/
body, table, tr, td, input, textarea, select {
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 11px;
	color: #333;
}
body {
	margin: 0 0 0 0;
	padding: 0;
	background-image: url(images/background.jpg);
}
img {
	border: 0;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #3fcbf2;
}
a.news-header:link, a.news-header:active, a.news-header:visited, a.news-header:hover {
	text-decoration: none;
	font-weight: bold;
	color: #007090;
}
a.product-header:link, a.product-header:active, a.product-header:visited, a.product-header:hover {
	text-decoration: none;
	font-weight: bold;
	color: #007090;
}
a.footer:link, a.footer:active, a.footer:visited, a.footer:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
#footer {
	text-decoration: none;
	color: #FFF;
}
.label-header {
	font-weight: bold;
	color: #007090;
	font-size: 14px;
}
.text-product-price {
	font-weight: bold;
	font-size: 12px;
	color: #d00202;
	
	}
.product-header {
	font-weight: bold;
	font-size: 16px;
	color: #004eff;
	
}
.leftside-border {
	border-right: 1px solid #CCC;
}
.rightside-border {
	border-left: 1px solid #CCC;
}
/**
* Table
*/
.container-box {
	background-color: #e0fcfe;
	border: 1px solid #34e4f9;
	padding: 10px;
}
/**/
.table-grid {
	width: 100%;
	border-collapse: collapse;
}
.table-grid td, .table-grid th {
	border: 1px solid #999999;
	padding: 3px 3px 3px 3px;
}
.table-grid th {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #CCCCCC;
}
.table-grid tr td {
	background-color: #F0F0F0;
}
.table-grid tr.alt td {
	background-color: #E0E0E0;
}
/**
* Image
*/
.image {
	padding: 1px 1px 1px 1px;
	background-color: #bcf8fc;
}
/**
* Form
*/
.input {
	border: 1px solid #999999;
	background: #FFFFFF;
	color: #006600;
}
.button {
    border: 1px solid #036;
    background: #5d71ae;
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
}
.text-mandatory {
	color: #990000;
}