/*elements*/
html, body {
	margin: 0px; 
	padding: 0px;
	background: #FFF url(/themes/ea_orange/images/bg.gif) repeat-y;
}
body { 
	font: 10px verdana, sans-serif; 
	color: #404040; 
}
table, td { 
	font: 10px verdana, sans-serif; 
	border: 0px;
}

p { 
	font: 10pt verdana, sans-serif; 
	margin-top: 0px;
	/* text-align: justify;*/
}
p[align=left] {
	text-align: left;
}
p[align=right] {
	text-align: right;
}
p[align=center] {
	text-align: center;
}

h1, h2, h3, h4, h5 {
	color: #f15a22;
}

h1{
	margin: 0;
	margin-bottom: 8px;
	font-size: 14pt;
}
h2{
	margin: 0;
	margin-bottom: 8px;
	font-size: 13pt;
	text-decoration: underline;
}
h3{
	margin: 0;
	margin-bottom: 8px;
	font-size: 11pt;

}
h4{
	margin: 0;
	margin-bottom: 8px;
	font-size: 10pt;

	font-weight: bold;

}
h5{
	margin: 0;
	margin-bottom: 8px;
	font-size: 10pt;
	font-weight: bold;

}
img {
	border: 0px;
}
ul {
	margin: 0;
	padding: 8px 8px 8px 16px;
	list-style: none;
}
ul li {
	background: url(/themes/ea_orange/images/bullet.gif) no-repeat 0 5px;
	padding: 0 0 0 12px;
	margin-bottom: 4px;
}
a:link{ 
/*	text-decoration: none; */
	color: #404040;
}

a:visited { 
/*	text-decoration: none;  */
	color: #404040;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #f15a22;
}


form {
	margin: 0;
	padding: 0;
}
/*id`s*/
#page {
	min-width: 780px;
	width: 100%;
}
#logo {
	background: url(/themes/ea_orange/images/logobg.gif);
	height: 76px;
	margin-left: 18px;
}
#logo div {
	border-left: 2px solid #fff;
	width: 161px; height: 66px;
	margin-top: 5px;
	float: right;
}
#logo ul {
	margin: 0; padding: 0;
	padding-top: 22px;
	padding-left: 11px;
	list-style: none;
	font-size: 10px;
}
#logo li {
	background: url(/themes/ea_orange/images/bullet.gif) no-repeat 0 65%;
	padding-left: 12px;
	margin: 0;
}
#nav {
	background: url(/themes/ea_orange/images/navebg.gif);
	height: 21px;
	margin-left: 8px;
	border-bottom: 2px solid #f15a22;
	border-top: 2px solid #f15a22;
}
#nav div {
	height: 21px;
	overflow: hidden;
}
#nav table {
	height: 100%;
	float: left;
}
#nav td {
	white-space: nowrap;
	vertical-align: top;
	background-color: #f15a22;
}
#cnt {
	margin-left: 8px;
}
#cntTbl {
	width: 100%; height: 100%;
}
#cntTbl td {
	vertical-align: top;
}
#lftTdTop {
	background: url(/themes/ea_orange/images/cntbg.gif) repeat-y right;
	width: 170px; 
}
#rgtTdTop {
	background: url(/themes/ea_orange/images/cntbg.gif) repeat-y left;
	width: 182px; 
}
#counters {
	margin: auto;
}
#counters td {
	width: 182px; 
	text-align: center;
}
#midTd {
	width: 100%;
}
#midTd .flatbutton{
	border: 1px solid #888;
}
#midTd ul li {
	background: url(/themes/ea_orange/images/bbullet.gif) no-repeat 0 6px;
	padding: 0 0 0 12px;
	margin-bottom: 8px;
}
#login {
	background: #D6D6D6;
	width: 190px;
	border-left: 8px solid #f15a22;
	border-right: 2px solid #666;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 9pt;
}
#logged{
}
#logged a{
	position:relative;
	left: 16px;
	display: block;
	background: #C6C6C6;
	height: 20px;
	border: 1px solid #FFF;
	width: 150px;
	font-size: 10px;
	margin: 2px;
	line-height: 20px;
	text-align: center;
}
#logged a:hover{
	background: #EEE;
	text-decoration: none;
}
#login form {
	padding: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#login td {
	padding-left: 4px;
	padding-bottom: 4px;
	vertical-align: bottom;
	text-align: left;
}
#goods {
	width: 100%;
}
#goods td {
	background: #FFF;
	/* border: 1px solid #D6D6D6; */
	margin: 4px;
	padding: 8px 8px 8px 8px;
	text-align: left;
	font-size: 10pt;
}

.good {
	padding: 8px 8px 8px 130px;
}

.good a {
text-decoration:none;
color:#FFFFFF;
}

.good a:hover {
text-decoration:underline;
color:#FFFFFF;
}

.good a:visited, a:active {
/*text-decoration:none;*/
color:#FFFFFF;
}


#goods td p{
	text-align: left;
}
#goods img {
	float: left;
	margin-right:4px; 
}
#goods div img {
	float: none;
	margin-right:0px; 
}

#goods span img {
	float: left;
	margin:5px; 
}

#goods h1 {
	padding: 0px;
	margin: 0 0 1em 0;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	color: #FFFFFF;
}
.good  h1 a {
	color: #FFFFFF;
}
#footerhead {
	margin-left: 8px;
	border-left: 8px solid #f15a22;
	height: 6px;
	background: #D6D6D6;
}
#nrLogo {
	float: right;
	text-align: right;
	width: 280px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 8px;
}
#nrLogo img {
	float: right;
	margin-left: 8px;
}
#nrLogo div{
	color: #666666;
	line-height: 14px;
	font-size: 10px;	
	padding-top: 7px;
	padding-bottom: 8px;
}
#usermenu td {
	background: #E0E0E0;
	height: 20px;
	vertical-align: middle;
}
#usermenu a {
	display: block;
	width: 100%; 
	line-height: 20px;
}
#usermenu a:hover {
	background: #F8F8F8;
	display: block;
	width: 100%; 
	text-decoration: none;
}
#searchForm input {
	margin-bottom: 4px;
}
#searchForm label {
	position: relative;
	top: -5px;
	left: 4px;
}
#footer {
	width: 100%;
	color: #666666;
}
#enaddr {
	float: left;
	padding-left: 32px;
	padding-top: 8px;
	padding-bottom: 10px;
	line-height: 14px;
	font-size: 10px;	
}
#news {
	padding-left: 4px;
}
#news h5 {
	margin: 0;
	font-size: 10px;
	color: #B00000;
}
#news li {
	margin-bottom: 8px;
}
#news p {
	margin-bottom: 2px;
	margin-top: 2px;
}
#news div {
/*	font-size: 10px; */
	font-weight: bold;
}
/*classes*/
.devpr {
	text-align: right;
	color: Red;
	font-size: 14px;
	font-weight: bold;
	padding-right: 12px;
}
.devpr img {
	float: none;
	padding-left: 8px;
	vertical-align: middle;
}
.print {
	background: url(/themes/ea_orange/images/print.gif) no-repeat center left;
	display: block;
	padding: 6px 8px 0 20px;
	height: 18px;
	float: right;
	color: Black;
}
.arnews {
	/*font-size: 10px;*/
	font-weight: bold;
	padding-left: 15px;
	position: relative;
	top: -16px;
}
.subtitle {
	font-style: italic;
	padding-bottom: 12px;
}
.commentshead, .searchhead, .deviceshead, .basket, .windefault, .loginhead, .articlehead, .articleshead, .infohead, .hitshead, .goodshead, .reklamahead, .reklamaheadl, .discounthead, .discountheadr, .userinfo {
	height: 28px;
	padding-left: 41px;
	margin-top: 2px; margin-left: 10px;
	border-bottom: 1px solid #D6D6D6;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 28px;
	font-weight: bold;
}
.loginhead {
	background: url(/themes/ea_orange/images/login-ico.gif) no-repeat;
	border: 0;
}
.articleshead {
	background: url(/themes/ea_orange/images/articles-ico.gif) no-repeat;
	margin-left: 2px;
}
.commentshead {
	background: url(/themes/ea_orange/images/info-ico.gif) no-repeat;
}
.searchhead {
	background: url(/themes/ea_orange/images/search-ico.gif) no-repeat;
	margin-left: 2px;
}
.deviceshead {
	background: url(/themes/ea_orange/images/goods-ico.gif) no-repeat;
}
.articlehead {
	background: url(/themes/ea_orange/images/articles-ico.gif) no-repeat;
	margin-left: 2px;
}

.windefault, .infohead {
	background: url(/themes/ea_orange/images/info-ico.gif) no-repeat;
	margin-left: 2px;
}
.basket, .goodshead {
	background: url(/themes/ea_orange/images/goods-ico.gif) no-repeat;
	margin-left: 2px;
}
.formtable {
	margin: auto;
}
.userinfo {
	background: url(/themes/ea_orange/images/user-ico.gif) no-repeat;
	margin-left: 2px;
}
.userinfo td {
	text-align: left;
}
.reklamaheadl {
	background: url(/themes/ea_orange/images/reklama-ico.gif) no-repeat;
	margin-left: 2px;
}
.hitshead {
	background: url(/themes/ea_orange/images/hits-ico.gif) no-repeat;
	margin-left: 4px;
}
.discounthead {
	background: url(/themes/ea_orange/images/discount-ico.gif) no-repeat;
}
.discountheadr {
	background: url(/themes/ea_orange/images/discount-ico.gif) no-repeat;
	margin-left: 4px;
}
.reklamahead {
	background: url(/themes/ea_orange/images/reklama-ico.gif) no-repeat;
	margin-left: 4px;
}
.midblk {
	background: #FFF;
	margin-left: 2px;
	padding: 8px;
	font-size: 10pt;
	/*text-align: justify;*/
}
.articlebody {
	margin-left: 2px;
	padding: 8px;
	font-size: 10pt;
	/*text-align: justify;*/
}
.articlebody table {
	margin-bottom: 8px;
}
.rgtblk {
	margin-left: 2px;
	padding: 8px;
	font-size: 9pt;
}
.lftblk {
	padding: 8px;
	padding-left: 16px;
	font-size: 9pt;
}
.input, .flatbutton {
	background: #C6C6C6;
	height: 20px;
	border: 1px solid #FFF;
	padding: 0;
}
.input {
	width: 100px; 
}
.n {
/*	background: #FFF; */
}
.n a {
	text-decoration:none;
	display: block;
	height: 21px;
	font-size: 12px;
}
.n a:hover {
	background:#ff7a44;
	display: block;
	height: 21px;
	font-size: 12px;	
	text-decoration: none;
}
.n span {
	position: relative;
	top: -6px;
	padding-left: 8px;
	padding-right: 8px;
	color:#ffffff;
	font-weight:bold;

}
.pl4px {
	padding-left: 4px;
}
.cb {
	clear: both;
}
.b {
	font-weight: bold;
}
.al {
	text-align: left;
}
.ar {
	text-align: right;
}
.ac {
	text-align: center;
}
.smallbutton 	{
	COLOR: Black;
	FONT-SIZE: 9px;
	background-color : transparent;
	border: 1px dotted Black;
}
