body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFFDEA;
	color: inherit;
}
div {
	color: #000;
	height: auto;
}
br {
	clear: both;
}
a {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #555;
}
a:hover {
	text-decoration: none;
}
p, h1, h2, h3 {
	padding: 0 0 1.6em 0;
	margin: 0;
}
h1 {font-size: 191%;}
h2 {font-size: 131%;}
h3 {font-size: 111%;}
spacer {
	width: 0;
	height: 0;
}
hr {
	height: 0;
	border: 0;
	background: none;
	color: none;
	border-top: 1px dashed #f93;
	margin: 0.5em 0;
	text-align: left;
}
input, select, textarea {
	font-size: 91%;
	margin: 0 0 0.2em 0;
}
.Center input, .Center select, .Center textarea {
	margin: 0 0.2em 0.2em 0;
}
form {
	margin: 0;
	padding: 0;
}
form p {
	padding-bottom: 0.5em;
}
/* structure */
.Dimension {
	min-width: 770px;
	max-width: 1600px;
	width: expression((documentElement.clientWidth || document.body.clientWidth) < 770 ? "770px" : (documentElement.clientWidth || document.body.clientWidth) > 1600 ? "1600px" : "100%");
}

.MainContainer {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	/*width: expression((documentElement.clientWidth || document.body.clientWidth) < 770 ? "770px" : "100%");*/
	clear: both;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 83%;
}
form {
	margin: 0;
	padding: 0;
}
div.logo {
	height: 108px;
	padding: 0 0 0 10%;
	background: #f93;
	color: inherit;
}
div.logo * {
	display: block;
	height: 108px;
	width: 179px;
	/*background: url(../img/logo.gif) no-repeat;*/
	border: 0;
	text-decoration: none;
	color: inherit;
}
img.logo {
	display: none;
	height: 108px;
	width: 179px;
	border: 0;
}
.Left {
	float: left;
	width: 26%;
}
.Center {
	float: left;
	width: 50%;
	_margin-right: -100%;
}
.Right {
	float: left;
	width: 24%;
	_width: 23.9%;
	_margin-left: 38%;
}
/* ------------ top --------------- */
.MainMenu {
	_height: 166px;
	background: #f93;
	color: inherit;
	padding: 20px 0;
}
.MainMenu a, .MainMenu a:visited, .MainMenu span {
	display: block;
	/*float: left;*/
	/*width: 70%;*/
	clear: both;
	height: auto;
	/*padding: 0.1em 0.3em 0.1em 10%;
	margin: 2px 0;*/
	padding: 0.1em 0.3em 0.1em 1%;
	margin: 2px 0 2px 9%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 77%;
	color: #000;
	line-height: 100%;
	/*_white-space: nowrap;*/
}
.MainMenu a:hover, .MainMenu span, .MainMenu a.current {
	background: #FFFDEA;
}
/*.MainMenu a.current:hover {
	background: #f93;
}*/
.Center .Top {
	height: 31px;
	padding: 16px 0 0 0;
	background: #f93;
	color: inherit;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 79%;
}
.Center .Top a, .Center .Top a:visited {
	padding: 0 20px 0 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
.Center .Top .icons {
	float: right;
}
.Center .Top .icons span {
	padding: 0 20px 0 0;
}
.Center .Top .icons img {
	width: 13px;
	height: 9px;
	border: 0;
}
.Center .Top a:hover {
	color: #000;
}
.Center .Top span {
	font-size: 109%;
	/*color: #000;*/
	padding-right:16px;
	text-transform: none;
}
.Center .Top span a, .Center .Top span a:visited {
	color: #000;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;
	padding-right:0px;
}
.Right .Top {
	height: 47px;
	border-left: 1px solid #FFFDEA;
	background: #FFCB8E;
	color: inherit;
}
.Right .Top form input {
	margin: 14px 0 0 20px;
	_margin: 11px 0 0 20px;
	padding: 1px 0 0 2px;
	height: 14px;
	width: 76%;
	background: #fff;
	border: 1px solid #FFCB8E;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #f93;
	font-size: 11px;
}
.Right .Top form img {
	width: 15px;
	height: 15px;
	border: 0;
	border-left: 1px solid #FFCB8E;
	border-bottom: 1px solid #FFCB8E;
	_border-bottom: 2px solid #FFCB8E;
}
.IssueBar {
	background-repeat: no-repeat;
	background-color: #fff;
	color: inherit;
	border-bottom: 1px solid #f93;
}
.Right .IssueBar {
	height: 50px;
	border-bottom: 0;
}
.Center .IssueBar a, .Center .IssueBar a:visited, .Center .IssueBar p {
	display: block;
	margin: 0 0 0 171px;
	padding: 18px 0 16px 0;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #f93;
	line-height: 90%;
}
.CoverBar {
	height: 215px;
	background-repeat: repeat-x;
	background-position: 151px 0;
}
.Center .CoverBar {
	background-color: #f93;
	color: inherit;
}
.Right .CoverBar {
	background-color: #FFCB8E;
	color: inherit;
}
.Center .CoverBar .HeadLine {
	display: block;
	padding: 16px 0 0 0;
	margin: 0 20px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	line-height: 100%;
}
.CoverBar img {
	float: left;
	margin: 0 20px 0 0;
	border: 0;
	border-right: 1px solid #fff;
	width: 151px;
	height: 215px;
}
.Right .CoverBar img {
	border-left: 1px solid #FFFDEA;
	border-right: 1px solid #FFFDEA;
}
/* ------------ left --------------- */
.BnrPhotobank {
	display: block;
	height: 74px;
	border-top: 1px solid #FFFDEA;
	background: url(../img/pix/bnr_phbank.gif) no-repeat center top #EB334F;
	text-decoration: none;
}
.StorePosition {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	clear: both;
}
.Left .StorePosition {
	font-size: 85%;
}
.StorePosition img {
	float: left;
	margin: 0 10px 0 0;
	border: 0;
}
.Left .goodName img {
	margin: 0 10px 0 20px;
}
.goodName img {
	margin: 0 10px 0 0;
}
.catalogue, .catalogue:visited {
	color: #f60;
}
.goodName, .goodName:visited {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
.Left .StorePosition div {
	padding: 0.5em 0 0 0;
}
/* ------------ center --------------- */
.title, .title:visited, .Right .Container .title, .Right .Container .title:visited {
	display: block;
	clear: both;
	height: 17px;
	padding: 1px 0 0 20px;
	margin: 2em 0 0.5em -18px;
	background: url(../img/arr_orng.gif) no-repeat;
	border-top: 1px solid #f93;
	color: #f93;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 100%;
}
.Left .title, .Left .title:visited, .Right .Container .title, .Right .Container .title:visited {
	padding: 1px 0 0 20px;
	margin: 20px 0 0.5em 0;
}
h1.title, h2.title, .Right .Container h1.title, .Right .Container h2.title {
	background: url(../img/arr_orngb.gif) no-repeat;
	border-top: 1px dashed #f93;
}
.Center .Container {
	/*border-top: 1px solid #f93;*/
	padding: 2.4em 2em 0 2.6em;
}
.Headline {
	padding-bottom: 1em;
	text-transform: uppercase;
	color: #f93;
	/*font-weight: normal;*/
}
h1.header {
	padding: 0;
	margin: 0;
	font-size: 100%;
	text-transform: uppercase;
}
h1.header a, .subheader a {
	/*color: #000;*/
}
/*h1.header a:visited,*/ .subheader a:visited {
	color: #333;
}
.subheader a, .subheader a:visited {
	text-decoration: none;
}
.date {
	padding: 0;
	margin: 0;
	color: #f60;
	font-size: 85%;
}
.floatleft {
	float: left;
	margin: 0 1em 1em 0;
	/*border-bottom: 3px solid #f93;*/
}
.floatright {
	float: right;
	margin: 0 0 1em 1em;
}
.floatright p {
	width:220px;
	font-size: 85%;
}
.dPaging {
	clear:both;
	margin: 2em 0 3em 0;
	border-top: 1px dashed #f93;
}
.dPaging * {
	display: block;
	float: left;
	padding: 0.2em 0.5em 0.2em 0;
	color: #f60;
	font-size: 85%;
}
.dPaging a, .dPaging .current {
	padding: 0.2em 0.5em;
	margin: 0 1px 0 0;
}
.dPaging a, .dPaging a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.dPaging span.current, .dPaging a:hover {
	background: #f93;
	color: #fff;
	font-weight: bold;
}
.searchResult {
	clear: both;
	margin-top: 0.3em;
	padding-top: 0.3em;
	padding-bottom: 0;
	margin-bottom: 2em;
	border-top: 1px dashed #C7C0A1;
	font-size: 85%;
	color: #765;
}
.searchResult * {
	/*text-transform: uppercase;*/
}
.searchNumber {
	display: block;
	float: left;
	padding: 0 0.3em;
	margin: 0 0.2em 0 0;
	background: #000;
	color: #fff;
	font-size: 85%;
	font-weight: bold;
}
a .searchNumber, a:visited .searchNumber {
	cursor: pointer;
	cursor: hand;
}
.searchWord {
	background: #fff;
	/*border: 1px solid #C7C0A1;*/
	padding: 0 0.3em;
}
.previewArchive {
	float: left;
	width: 30%;
	min-width: 151px;
	margin: 0 1em 1em 0;
}
.previewArchive *, .previewArchive *:visited {
	text-decoration: none;
}
.previewArchive .Number {
	border: 1px solid #f93;
	border-bottom: 0;
	background: none;
	background: #fff;
	width: 151px;
	overflow: hidden;
}
.previewArchive .Number a, .previewArchive .Number a:visited {
	float: left;
	display: block;
	padding: 0.1em 0.3em;
	color: #f93;
	font-size: 151%;
	font-weight: bold;
	line-height: 100%;
}
.previewArchive .Number a .small, .previewArchive .Number a:visited .small {
	font-size: 63%;
	color: #f82;
}
.previewArchive img {
	border: 1px solid #f93;
}

.previewGood {
	float: left;
	width: 30%;
	height: 10em;
	margin: 0 1em 1em 0;
}
.previewGood img {
	border: 0;
}

/* ------------ right --------------- */
.Right .Container {
	border-left: 1px solid #FFFDEA;
}
.Right .Container p, .Right .Container .header {
	padding-left: 20px;
	padding-right: 1em;
}
.BnrArchive {
	display: block;
	padding: 17px 0 15px 2em;
	border-top: 1px solid #FFFDEA;
	border-left: 1px solid #FFFDEA;
	background: #f93;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.ัontest {
	height: 100%;
	border-left: 1px solid #FFFDEA;
	color: inherit;
}
.Right .title, .Right .title:visited {
	margin: 0;
	background: url(../img/arr_wht.gif) no-repeat;
	border-top: 1px solid #FFFDEA;
	color: #FFFDEA;
}
.Teaser, .Teaser:visited {
	padding: 1em 50px 1em 0;
	display: block;
	color: #000;
	text-decoration: none;
}
.Right h2, .Right h3 {
	padding: 0 0 0.5em 20px;
	margin: 0;
}
.ัontest h3 {
	font-weight: normal;
	text-decoration: underline;
	font-size: 95%;
}
.Right .Container {
	padding-top: 1em;
}
/* ------------ footer --------------- */
.Footer {
	padding: 2em 0 1em 0;
}
.Footer .Container {
	padding: 0 2em 0 1em;
	border-top: 0;
}
.Footer .title {
	margin: 0 0.5em 0 0;
	padding: 0.3em 0 0 20px;
	background: url(../img/arr_cntct.gif) no-repeat;
	color: #000;
	font-size: 85%;
	text-transform: none;
	font-weight: bold;
	line-height: 100%;
}
.Footer .Center .title {
	background: url(../img/arr_cprt.gif) no-repeat;
}
.Footer p {
	padding-left: 20px;
	font-size: 85%;
}
/* common classez */
.width100 {
	width: 100%;
}
.small {
	font-size: 85%;
}
.button, .button:visited {
	display: block;
	float: left;
	margin: 0.5em 0 0 0;
	padding: 0.2em 0.4em;
	background: #f93;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #600;
	border-bottom: 1px solid #600;
}
.button:hover {
	padding: 0.1em 0.5em 0.3em 0.3em;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #600;
	border-top: 1px solid #600;
}
.red {color: #c00;}
div.ekzogal { margin: 0.8em 1.0em 0.0em 0.0em; background-repeat: no-repeat; float: left;}
div.ekzogal img.img { margin: 0;}
