/*LAYOUT*/
*
{
	margin: 0;
}
html, body
{
	height: 100%;
}

body
{
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image: url('/images/cloth022.jpg');
}

#main
{
	text-align: left;
	margin: 0 auto;
	width: 870px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: white;
}

#top
{
	border-bottom: 1px solid black;
	height: 266px;
	padding-left: 2em;
}

#top h1
{
	padding-top: 1em;
	margin: 0;
}


#top ul
{
	list-style: none;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
#top ul li
{
	display: inline;
	margin: 0px;
	padding: 0xp;
}
#top ul li a
{
	padding: 10px;
}

#contentWrapper
{
	padding: 0;
	margin: 0;
	background-image: url('/images/bg.gif');
	background-repeat: repeat-x;
	min-height: 26px;
}

#body
{
	/* margin: auto; */
	padding: 20px;
}

p
{
	display: block;
}

body.StartPage #body, body.Kontaktsida #body
{
	float: left;
	width: 500px;
	display: inline; /* IE6 margin bug */
}

.newsContent img
{
	margin: 0.5em 1.5em 0.5em 0;
}

#rightColumn
{
	position: relative;
	padding: 1.8em;
	width: 250px;
	float: right;
	display: inline; /* IE6 margin bug */
}

#rightColumn h3
{
	margin-top: 1em;
}

#rightColumn img
{
	width: 250px;
}
#rightColumn div.verticalLine
{
	background-color: #CED7DE;
	width: 1px;
	height: 95%;
	position: absolute;
	top: 30px;
	left: 0px;
}

.footer, .push
{
	height: 60px; /* .push must be the same height as .footer */
}

.push
{
	clear: both;
}

.footer
{
	border-top: 1px solid black;
	background-image: url('/images/footer.png');
	text-align: center;
	margin: auto;
	position: relative;
	width: 870px;
}
.footer p
{
	color: white;
	font-weight: bold;
}


/* Subpages layout */
#content
{
	text-align: left;
}

#subNavigation
{
	width: 20em;
	float: right;
}
#subNavigation ul
{
	list-style: none;
	border: 1px solid #FFE8CD;
	background: #FFF9D8;
}

/* FONTS standards */
body
{
	font-size: 14px;
	font-family: "Lucida Grande" , Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	color: #426FC8;
	font-weight: 500;
}
h1
{
	font-size: 60px;
	line-height: 1;
	margin-bottom: 0.5em;
	font-weight: bold;
	letter-spacing: -1px;
	width: auto;
	color: #666;
}
h2
{
	font-size: 25px;
	margin-bottom: 0.75em;
}

h3
{
	font-size: 18px;
	line-height: 1;
	margin-bottom: 1em;
}
h4
{
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	height: 1.25em;
}
h5
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6
{
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
{
	margin: 0;
}

p
{
	margin: 0 0 1.5em;
	color: #666;
	font-size: 16px;
}

p.disclaimer
{
	font-size: 12px;
	margin-top: 10px;
}

p img
{
	float: none;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p img.left
{
	float: left;
}
p img.right
{
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

/* LINKS standards */
a:focus, a:hover
{
	color: #000;
}
a
{
	color: #14223E;
	text-decoration: underline;
}
h1 a
{
	color: #666;
	text-decoration: none;
}

/* ELEMENTS standards */
blockquote
{
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong
{
	font-weight: bold;
}
em, dfn
{
	font-style: italic;
}
dfn
{
	font-weight: bold;
}
sup, sub
{
	line-height: 0;
}
abbr, acronym
{
	border-bottom: 1px dotted #666;
}
address
{
	margin: 0 0 1.5em;
	font-style: italic;
}
del
{
	color: #666;
}
pre, code
{
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt
{
	font: 1em 'andale mono' , 'lucida console' , monospace;
	line-height: 1.5;
}
li ul, li ol
{
	margin: 0 1.5em;
}
ul, ol
{
	margin: 0 1.5em 1.5em 1.5em;
}
ul
{
	list-style-type: disc;
}
ol
{
	list-style-type: decimal;
}
dl
{
	margin: 0 0 1.5em 0;
}
dl dt
{
	font-weight: bold;
}
dd
{
	margin-left: 1.5em;
}
table
{
	margin-bottom: 1.4em;
	width: 100%;
}
th
{
	font-weight: bold;
	background: #C3D9FF;
}
th, td
{
	padding: 4px 10px 4px 5px;
}
tr.even td
{
	background: #E5ECF9;
}
tfoot
{
	font-style: italic;
}
caption
{
	background: #eee;
}

/* FORM ELEMENTS */
label
{
	font-weight: bold;
}
fieldset
{
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend
{
	font-weight: bold;
	font-size: 1.2em;
}
input.text, input.title, textarea, select
{
	margin: 0.5em 0;
	border: 1px solid #bbb;
}
body.StartPage input
{
	margin-left: 0;
}
input.text:focus, input.title:focus, textarea:focus, select:focus
{
	border: 1px solid #666;
}
input.text, input.title
{
	width: 300px;
	padding: 5px;
}
input.title
{
	font-size: 1.5em;
}
textarea
{
	width: 300px;
	height: 250px;
	padding: 5px;
}
.error, .notice, .success
{
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error
{
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice
{
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success
{
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a
{
	color: #8a1f11;
}
.notice a
{
	color: #514721;
}
.success a
{
	color: #264409;
}

.error ul
{
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Custom layout */
.hidden
{
	display: none;
}

img
{
	border: 1px solid black;
}

img.reflected
{
	border: none;
}

#articleList
{
	margin: 0;
	padding: 0;
}

#articleList li
{
	position: relative;
	height: 140px;
	width: 370px;
	padding: 0.5em;
	margin: 0 1em 1em 0;
	list-style-type: none;
	display: block;
	border: 1px solid #CED7DE;
	background-color: #FAFAFA;
	float: left;
}

#articleList li:hover
{
	border-size: 2px;
	background-color: #F5F4FF;
}

#articleList img
{
	top: 0.5em;
	left: 0.5em;
	width: 100px;
	display: block;
	max-height: 134px;
}

#articleList h4
{
	position: absolute;
	top: 0.5em;
	left: 8em;
	margin-top: 0;
	display: block;
}
#articleList h4 a
{
	color: #426FC8;
	text-decoration: none;
}
#articleList h4 a:hover
{
	text-decoration: underline;
}


#articleList p.description
{
	position: absolute;
	top: 3em;
	left: 8em;
	padding-left: 0.5em;
	display: block;
	margin: 0;
}

#articleList span.price
{
	position: absolute;
	bottom: 0.5em;
	left: 9em;
	padding-left: 0.5em;
	font-weight: bold;
	color:#9C007F;
	display: block;
}

/* Top Menu */
#topMenu
{
	padding-left: 1em;
	position: absolute;
	top: 227px;
	left: -21px;
	width: 856px;
	height: 40px;
	background-color: white;
	list-style-type: none;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

#topMenu li
{
	display: block;
	float: left;
	padding: 0.8em;
	filter: none;
}

#topMenu a
{
	text-decoration: none;
}
#topMenu li:hover
{
	text-decoration: underline;
	background: #CED7DE;
}

#newsList
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
div.newsHeading
{
	border-bottom: 2px solid #E0E0E0;
	font-family: Verdana;
	font-size: 8pt;
	color: gray;
	position: relative;
	height: 16px;
}

div.newsHeading div.commentLinks
{
	background-color: white;
	border-bottom: 2px solid #E0E0E0;
	border-left: 2px solid #E0E0E0;
	border-right: 2px solid #E0E0E0;
	height: 24px;
	line-height: 24px;
	padding: 3px;
	position: absolute;
	right: 20px;
	top: 16px;
}

div.newsHeading div.commentLinks a
{
	color: Gray;
}

a.submitComment
{
	background-image:url(/images/comment.gif);
	background-position:2px 50%;
	background-repeat:no-repeat;
	padding: 10px 5px 10px 40px;
}

a.submitComment:hover
{
	background-image:url(/images/comment_hover.gif);
}

a.readComments
{
	padding-left: 5px;
	padding-right: 5px;
}

h3.newsTitle
{
	float: left;
	font-size: 10pt;
	font-weight: bold;
	line-height: inherit;
	margin: 0;
}

h3.newsTitle a
{
	text-decoration: none;
	color: #426FC8;
}

span.newsDate
{
	float: right;
	padding-right:30px;
}

div.newsContent
{
	background-repeat:repeat-x;
	font-family: "Lucida Grande" ,Arial,sans-serif;
	font-size: 14px;
	padding: 40px 0 10px;
	width: 500px;
	background-color: #FAFAFA;
}

div.newsContent img
{
	width: 498px;
}


#newsList li
{
	margin-top: 2em;
	clear: both;
}

ul.comments
{
	margin: 0;
	padding: 0;
}

li.comment
{
	width: 65%;
	background-color: #F4F5FF;
	border: 2px solid #F0F0F0;
	list-style-type: none;
	margin: 2em 0 0 0;
	padding: 30px 10px 0px 0;
	position: relative;
	font-size: 8pt;
}

li.commentRight
{
	margin-left: auto;
}

li.commentLeft div.gravatarImage
{
	float:left;
	margin-right: 10px;
}

li.commentRight div.gravatarImage
{
	float:right;
	margin-left: 10px;
}

div.gravatarImage img
{
	border: none;
}

    div.gravatarImage
    {
    	position: relative;
    	margin-top:-20px;
		max-height: 40px;
		margin-bottom: 10px;
		margin-left: 10px;
    }
    
    div.imageCorner
    {
    	position: absolute;
    	z-index: 1;
    	background-image: url(/images/imageCorners.gif);
    	width: 6px;
    	height: 6px;
    }
    
    div.topRightCorner
    {
    	top: 0px;
    	left: 0px;
    }
    
    div.topLeftCorner
    {
    	top: 0px;
    	right: 0px;
    	background-position: -6px 0;
    }
    
    div.bottomRightCorner
    {
    	bottom: 0px;
    	left: 0px;
    	background-position: 0 -6px;
    }
    
    div.bottomLeftCorner
    {
    	bottom: 0px;
    	right: 0px;
    	background-position: -6px -6px;
    }

li.comment p
{
	margin-left: 10px;
	font-size: 10pt;
	font-family:Tahoma , Geneva, sans-serif;
}

li.comment span.name
{
	position: absolute;
	border-bottom: 2px solid #F0F0F0;
	background-color: White;
	
	font-family: Verdana;
	font-size: 9pt;
	color: Gray;
	font-style: italic;
}

li.comment div.speechBubbleTip
{
	background-image: url(/images/speechBubbleTip.gif);
	position: absolute;
	width: 24px;
	height: 14px;
	bottom: -14px;
}

li.commentRight div.speechBubbleTip
{
	right: 20px;
}

li.commentLeft div.speechBubbleTip
{
	left: 20px;
}

li.commentLeft
{
	margin-left: 0;
}

li.commentRight span.name
{
	top: -2px;
	left: -2px;
	border-right: 2px solid #F0F0F0;
	padding: 3px 10px 3px 3px;
}

li.commentLeft span.name
{
	top: -2px;
	right: -2px;
	border-left: 2px solid #F0F0F0;
	padding: 3px 3px 3px 10px;
}

#commentForm
{
	width: 480px;
	margin: 40px 0;
}

input.border, textarea.border
{
	border: 1px solid #CED7DE;
}

body.StartPage #commentForm
{
	display:none;
}

div.contactForm input
{
	border: 1px solid #CED7DE;
}


.clickable
{
	cursor: pointer;
}

/* Contact Form */
div.contactForm
{
	padding: 2em 2em 5em 2em;
	border: 1px solid #CED7DE;
	background-color: #F5F4FF;
}

label
{
	display: block;
	margin-top: 1em;
	color: gray;
}

div.contactForm input
{
	border: 1px solid #CED7DE;
}

div.ValidationSummary
{
	background-color: white;
	widht: 100%;
	border: 1px solid red;
	padding: 1em;
}

div.ValidationSummary ul
{
	margin: 0;
}

input, textarea
{
	width: 96%;
	display: block;
	padding: 0.5em;
	font-size: 12pt;
	font-family: "Lucida Grande" , Arial, sans-serif;
	color: #426FC8;
}

#ctl00_ctl00_ctl00_ContentPlaceHolderDefault_MainContentPlaceHolder_ctl02_RuleOutRobots
{
	display: none;
}

textarea
{
	height: 100px;
	margin: 0;
}

input.submit
{
	float: right;
	width: 100px;
	margin-top: 1em;
	color: gray;
	font-weight: bold;
}

/* Gallery */
ul.gallery
{
	list-style-type: none;
	display: inline-block;
	min-height: 200px;
}

ul.gallery li
{
	width: 100px;
	height: 140px;
	padding: 1em;
	float: left;
}

ul.gallery img
{
	width: 100px;
	border: 1px solid black;
}

/* Article Page */
body.ArticlePage div.image
{
	float: right;
	float: right;
	width: 250px;
}

body.ArticlePage div.image img
{
	width: 250px;
}

div.articleDetails
{
	float: left;
	width: 540px;
}

a.buy
{
	padding: 1em;
	border: 1px solid #CED7DE;
	background-color: #FAFAFA;
	color:#9C007F;
	font-weight: bold;
	text-decoration: none;
	float: right;
	margin-top: -15px;
	width: 40px;
	text-align: center;
}

a.buy:hover
{
	background-color: #F5F4FF;
	text-decoration: underline;
}

div.articleDetails span.price
{
	font-weight: bold;
	float: left;
	color:#9C007F;
}


/* ** */
a.footerLink
{
	background-repeat: no-repeat;
	display: block;
	float: right;
	width: 162px;
	height: 19px;
	margin-top: 9px;
	padding: 12px;
	text-decoration: none;
}

a.footerLink:hover
{
	text-decoration: underline;
}

#rssLink
{
	background-image: url(/images/rssBg.gif);
}

#fbLink
{
	background-image: url(/images/fbBg.gif);
}














/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

