/*CSS*/
body {
	font-family: verdana,arial,helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	background-color: #fff;
	padding: 2px;
}
h1 { 
	font-size:		1.7em;
}
h3 {
	font-size:		1.2em;
}
h3 a{
/*	color: #667bb0; /*e3556b - rose; */
	color: #E3556B;
}
h3 a:hover {
	color: #F09BA0;
}
h4 {
	font-size:		1.4em;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #E3556B;
}
a {
	font-weight: bold;
	color: navy;
}
a:hover {
	color: #E3556B;
}
a.gray {
	color: #a5a5a5;
}
a.gray:hover {
	color: #E3556B;
}
img {
	border: none;
}
div,td,table {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	
}
table,td,tr,th {
	margin: 0px;
	padding: 0px;	
	border: none;
	vertical-align: top;
}
div.br {
	clear: both;
	height: 1px;
}
#topmenu a{
	margin:  0 3px 0 3px;
	font-size: 1.1em;
	color: #999;
	text-decoration: none;
}
#topmenu a:hover{
	text-decoration: underline;
	color: #E3556B;
}
.leftBlock{

}
.leftBlock a{
	margin-left: 10px;
	line-height: 15px;
	font-size: 1.1em;
	text-decoration: none;

	background-position: bottom;
	background-repeat: repeat-x;
}
.leftBlock h2{
	/*height:20px;*/
	width:220px;
/*	background-color:#A2CF41;*/
	font-size: 1.5em;
	padding-left: 3px;
/*	padding-top: 2px;
	padding-bottom: 2px;	*/
	background-position: bottom;
	background-repeat: repeat-x;
}
.leftBlock h2 a{
	text-decoration: none;
	color: #fff;
	margin: 0px;
	font-size: 1em;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
/*	background-image: inherit;*/
	background-position: bottom;
}
.leftBlock h2 a:hover{
	color: #fff;
	background-position: top;
}
.leftBlock li{
	list-style-image: url('/img/bull-arrow.gif');
	list-style-position: outside;
	margin-left: 18px;
	padding-left: 0px;
}
.leftBlock li a{
	margin-left: 0px;
}
.leftBlock a.more{
	font-size: 0.6em;
}
#content{
	font-size: 1.2em;
	padding: 0 10px 20px 10px;
}
#content h1{
	font-size: 1.8em;
	color: #667BB0;
/*	color: #4B5A81;*/
	text-align: center;
}
.cartLink {
	margin: 20px 10px 10px 10px;
}
.cartLink a{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.cartLink a:hover{
	color: #e3556b;
	text-decoration: underline;
}
.loginform {

	font-weight: normal;
/*	font-size: 11px;*/
	font-weight: normal;
	margin:	1px 0;
	font-weight:		none;
	color:			black;
	background-color: white;

}
input{
	border: 1px solid #000;
	font-size: 12px;
	font-weight: normal;
	margin:			1px;
	font-weight:		none;
	color:			black;
	background-color: white;
}
input.login{
	width: 120px;
}
.loginform a{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.loginform a:hover{
	color: #e3556b;
	text-decoration: underline;
}
.bottomBordered{
	margin-bottom: 15px;
	padding-bottom: 25px;
	border-bottom: 1px solid #aaa;
}
.newsline{
	

}
.newsline.date{
	font-size: 0.8em;
	margin: 5px 0px 10px 0px;
	color: #aaa;

}
.newsline img.image{
	float: left;
	margin: 10px;


}
.needed ul{
	padding-left: 20px;
}
.stagesTbl{
	float: left;
}
.stagesTbl td{
	text-align: center;
}
.stagesTbl td div{

}
#logo{
	margin-top: 20px;
}
.indexTbl td{
	padding: 0px;
}
.indexTbl td img{
	margin: 10px;
/*	width: 260px;
	height: 260px;*/
}
.pform{
	width: 70%;
	text-align: right;

}
a.hoverBorderLink img{
	border: 2px solid white;
}
a.hoverBorderLink:hover img{
	border: 2px solid #f49814;
}
