body {
	font-family: arial;
	font-size: 11px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
iframe {
	border:0;
}
img#transparent, div#transparent {
	behavior: url('/iepngfix.htc');
}
table, td {
	font-family: arial;
	font-size: 11px;
}
ul {
	padding: 0 0 0 15px;
}
p {
	margin: 0;
}
td {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
hr {
	width: 100%;
	height: 1px;
	border: 0;
}
a {
	text-decoration: none;
	font-weight: normal;
}
img.noborder {
	border: 0;
}
input {
	background-color: #f8f8f8;
	border: 1px solid #dddddd;
	height: 17px;
	font-size: 11px;
}
/*------------------ HEADER -------------------*/
div.header {
	width: 1000px;
	height: 90px;
}
div.header a {
	color: #9f51c2;
}
div.header div.logo {
	width: 245px;
	height: 100%;
	float: left;
}
div.header div.spacer1 {
	width: 80px;
	height: 100%;
	background-image: url('./line.gif');
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
}
div.header div.spacer2 {
	width: 20px;
	height: 100%;
	float: left;
}
div.header div.spacer3 {
	width: 30px;
	height: 100%;
	background-image: url('./line.gif');
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
}
div.header div.newsletter {
	width: 267px;
	padding-top: 18px;
	float: left;
}
div.header div.newsletter input.newsletterField {
	width: 160px;
}
div.header div.newsletter input.newsletterSubmit {
	width: 20px;
	height: 21px;
	background-image: url('./newsletter_submit.png');
	border: 1px solid #dddddd;
}
div.header div.search {
	width: 240px;
	padding-top: 18px;
	float: left;
}
div.header div.search input.searchField {
	width: 160px;
}
div.header div.search input.searchSubmit {
	width: 20px;
	height: 21px;
	background-image: url('./search_submit.png');
	border: 1px solid #dddddd;
}
div.header div.newsletter td.caption, div.header div.search td.caption {
	padding-top: 5px;
	color: #cccccc;
}
div.header div.langSelection {
	height: 100%;
	float: right;
}
div.header div.lang {
	width: 17px;
	height: 100%;
	padding-top: 22px;
	float: left;
}

/*---------------------- MAIN BANNER ---------------------*/
div.mainbannerHomepage {
	width: 100%;
	height: 60px;
}
div.mainbanner {
	width: 100%;
	height: 60px;
}
/*---------------------- MAIN ----------------------------*/
div.colorTheme {
	width: 100%;
}
div.path {
	width: 100%;
	margin-top: 10px;
}
div.menuLeft {
	width: 100%;
}
div.content {
	width: 100%;
}
div.menuBottom {
	width: 100%;
	min-height: 26px;
	line-height: 26px;
}
div.menuBottom div.spacer {
	width: 285px;
	height: 26px;
	float: left;
}
div.menuBottom div.menu {
	width: 715px;
	height: 26px;
	text-align: center;
	float: left;
}
/*----------------------- LEFT MENU -----------------------*/
div.menuLeft div.header {
	width: 285px;
	height: 66px;
}
div.menuLeft div.menu, div.menuLeft div.news, div.menuLeft div.banner {
	width: 190px;
	margin-left: 50px;
}
div.menuLeft div.menu div.menu_over {
	width: 15px;
	height: 15px;
	float: left;
}
div.menuLeft div.menu div.menu_out {
	width: 15px;
	height: 15px;
	float: left;
}
div.menuLeft div.menu div.link {
	height: 100%;
}
div.menuLeft hr {
	width: 190px;
}
div.hr {
	width: 100%;
	height: 1px;
	line-height: 1px;
	border: 0;
	background-color: #dddddd;
	margin: 3px 0px 3px 0px;
} 
/*------------------------ FOOTER -------------------------*/
div.footer {
	width: 100%;
	height: 26px;
	line-height: 26px;
}
div.footer div.copyright {
	width: 385px;
	height: 26px;
	text-align: center;
	float: left;
}
div.footer div.ortografika {
	width: 615px;
	height: 26px;
	text-align: right;
	float: left;
}
/*------------------ PRODUCTS ------------------------------*/
div.product {
	width: 715px;
}
div.product div.background {
	position: relative;
	top: 0px;
	left: 0px;
	width: 715px;
	z-index: 1;
}
div.product div.new {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 40px;
	height: 49px;
	background-color: transparent;
	background-image: url('./new.png');
	background-repeat: no-repeat;
	z-index: 2;
}
div.product div.background div.top {
	width: 715px;
	height: 13px;
	background-image: url('./prod_t.png');
	background-repeat: no-repeat;
}
div.product div.background div.middle1 {
	width: 715px;
	background-image: url('./prod_m1.png');
	background-repeat: repeat-y;
	background-position: top;
}
div.product div.background div.middle2 {
	width: 715px;
	background-image: url('./prod_m2.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}
div.product div.background div.bottom {
	width: 715px;
	height: 13px;
	background-image: url('./prod_b.png');
	background-repeat: no-repeat;
}
/*div.product div.background div.left {
	width: 20px;
	height: 100%;
	float: left;
	background-image: url('./prod_l.png');
	background-repeat: no-repeat;
}
div.product div.background div.middle {
	width: 675px;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url('./prod_m.png');
	background-repeat: repeat-x;
	float: left;
}
div.product div.background div.right {
	width: 20px;
	height: 100%;
	float: left;
	background-image: url('./prod_r.png');
	background-repeat: no-repeat;
}*/
div.product img.prodImage {
	max-width: 225px;
	/*border: 1px solid #979797;*/
	border: 0;
}
div.productRow {
	width: 150px;
	height: 225px;
	float: left;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 28px;
}
div.productRow div.background {
	position: relative;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 225px;
	z-index: 1;
}
div.productRow div.new {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 40px;
	height: 49px;
	background-color: transparent;
	background-image: url('./new.png');
	background-repeat: no-repeat;
	z-index: 3;
}
div.productRow div.data {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 225px;
	z-index: 2;
}
div.productRow div.background div.left {
	width: 14px;
	height: 100%;
	float: left;
	background-image: url('./prod_s_l.png');
	background-repeat: no-repeat;
	background-position: top left;
}
div.productRow div.background div.middle {
	width: 122px;
	height: 100%;
	float: left;
	background-image: url('./prod_s_m.png');
	background-repeat: repeat-x;
}
div.productRow div.background div.right {
	width: 14px;
	height: 100%;
	float: left;
	background-image: url('./prod_s_r.png');
	background-repeat: no-repeat;
	background-position: top right;
}
div.productRow div.background div.data div.top {
	width: 100%;
	height: 15px;
	padding-top: 13px;
	text-align: center;
}
div.productRow div.background div.data div.top a {
	font-weight: bold;
}
div.productRow div.background div.data div.image {
	width: 100%;
	height: 155px;
}
div.productRow div.background div.data div.bottom {
	width: 100%;
	height: 40px;
	font-size: 10px;
	text-align: center;
}
div.productRow img.prodImage {
	max-width: 120px;
	max-height: 150px;
	/*border: 1px solid #979797;*/
	border: 0;
}
td#articlesPages a.active {
	font-weight: bold;
}
/*-------------------------------- BANNERS -------------------*/
div.prodbanner {
	width: 184px;
	height: 230px;
	float: left;
	color: #555454;
}
div.prodbanner div.background {
	position: relative;
	top: 0px;
	left: 0px;
	width: 184px;
	height: 230px;
	z-index: 1;
}
div.prodbanner div.background div.top {
	width: 184px;
	height: 33px;
	background-image: url('./banner_top.png');
	background-repeat: no-repeat;
	float: left;
}
div.prodbanner div.background div.middle {
	width: 184px;
	height: 164px;
	text-align: center;
	background-image: url('./banner_middle.png');
	background-repeat: no-repeat;
	float: left;
}
div.prodbanner div.background div.middle td.img {
	width: 184px;
	height: 164px;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
div.prodbanner div.background div.middle img {
	max-width: 140px;
	max-height: 140px;
	border: 1px solid #979797;
	margin: 0;
	padding: 0;
}
div.prodbanner div.background div.middle img.noborder {
	max-width: 140px;
	max-height: 140px;
	border: 0;
	margin: 0;
	padding: 0;
}
div.prodbanner div.background div.bottom {
	width: 184px;
	height: 33px;
	background-image: url('./banner_bottom.png');
	background-repeat: no-repeat;
	float: left;
}
div.prodbanner div.background div.new {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 40px;
	height: 49px;
	background-image: url('./new.png');
	background-repeat: no-repeat;
	z-index: 2;
}
table.threeColumn div.prodbanner {
	width: 184px;
	padding: 0px 27px 20px 27px;
}
