﻿body 
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #6c6c6c;
}
a{ color: #a3a3a3; }
a:hover{ text-decoration: underline; }
#main{ width: 740px; margin: 0 auto; }
#header
{
	padding-top: 47px;

	border-bottom: solid 1px #d9d7d6;
	font-family: Times New Roman, Times, Serif;
}
#langDiv
{	
	position: relative;
	top: -50px;
}
#langDiv a.langLink
{	position: absolute;
	top: 10px;
	right: 0;
	color: #aaa;
	font-family: Arial, Sans-Serif;
}
#header h1
{
	color: #66819b;
	font-size: 16pt;
	float: left;
	font-size: 20pt;
}
#header h1 span{ color: #b7bec4; padding-left: 15px; }
.mainMenu{ float: right; margin-top: 11px; font-size: 1.1em; list-style: none; }
.mainMenu li{ float: left; margin-left: 30px; padding-bottom: 5px; }
.mainMenu li.selectedItem{ background: url(/images/selected_category.gif) no-repeat center bottom; }
.mainMenu li a{	color: #596978; }
#content{ padding: 20px 0; }
#content #sideBar{ width: 272px; float: left; padding-top: 17px; }
h2.categoryTitle
{
	color: #7d92a4;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 23px;
	font-family: Times New Roman, Serif;
	font-size: 14pt;
}
#content #sideBar .contentMenu{	list-style: none; }
#content #sideBar .contentMenu li{ margin-bottom: 10px; clear: both;}
#content #sideBar a{ font-weight: bold; }
#content #sideBar .contentMenu li.selectedItem
{

}
#content #contentPanel{	width: 468px; float: right; }

.textCategory{ line-height: 1.5em;}
.textCategory .textImage{ float: right; margin-left: 15px; margin-bottom: 15px;}
.imagePanel{ margin-bottom: 9px; }
.imageNav{ float: right; font-size: 8pt; width: 60px; text-align: center;height: 9px; }
.imageNav .navLink{ width: 8px; height: 9px; display: block; margin-top: 2px; background-position: center center; background-repeat: no-repeat; }

.imageNav a.prevLink,
.imageNav a.disabledPrevLink:hover
{ background-image: url(/images/arrow_left.gif); float: left;}
.imageNav a.prevLink:hover{ background-image: url(/images/arrow_left_hover.gif);}
.imageNav a.nextLink{ background-image: url(/images/arrow_right.gif); float: right;}
.imageNav a.nextLink:hover{ background-image: url(/images/arrow_right_hover.gif);}
.imageNav a.disabledPrevLink:hover
{ background-image: url(/images/arrow_left.gif);}
.imageNav a.disabledNextLink:hover
{ background-image: url(/images/arrow_right.gif);}

.categoryText{ padding: 10px 15px;}
#contentPanel h4{ float: left;}
.selectedItemPanel{	position: relative;	left: 1px; 	width: 272px;}
.selectedItemPanel h3{	font-weight: bold; padding-left: 6px; }
.selectedItemPanel div.categoryTextPanel{ padding: 6px; }
.selectedItemPanel .infoLink
{
	display: block;
	float: right;
	position: relative;
	left: -10px;
}
.selectedItemPanel .corner
{
	width: 7px;
	height: 7px;
	display: block;
}
.selectedItemPanel .topRight
{
	display: none;
}
.selectedItemPanel .leftSide{background-color: #efedea; border-left: solid 1px #dee1e5;}
.selectedItemPanel .topSide { background-color: #efedea; margin-left: 7px; height: 6px; border-top: solid 1px #dee1e5; }
.selectedItemPanel .bottomSide { background-color: #efedea; display: block; margin-left: 7px; height: 6px; border-bottom: solid 1px #dee1e5;}
.selectedItemPanel .rightBorder { background-color: #efedea; }

.thumbnails
{
	padding-left: 3px;
	list-style: none;
	clear: both;
	padding-top :7px;
}
.thumbnails a{ display: block; float: right; margin: 4px; width: 80px; height: 80px; }
.thumbnails a img{ border: solid 1px #b1aaa6; }
.thumbnails a:hover img
{ border-color: #1a100a;}

#footer
{
	padding-top: 7px;
	margin-bottom: 20px;
	border-top: solid 1px #d9d7d6;
	color: #a3a3a3;
	font-size: 0.85em;
}
#footer a{ color: #a3a3a3; }
#footer #copyright{ float: left; }
#footer #credit{ float: right; }
