img.thumbnail {padding:5px; border:1px solid #e3e3e3;}
img.thumbnail:hover {padding:5px; border:1px solid #b0afaf;}

#topMenu{display:block;}
#topMenu ul{overflow:hidden;background:#f7f6f6; padding:0px; margin:0px; margin-bottom:10px;}
#topMenu ul li{float:left; list-style:none}
#topMenu ul li a{display:block;padding:11px 10px;text-decoration:none;color:#000;font-size:1.0em;font-weight:bold;line-height:1}
#topMenu ul li a:hover{background:#e3e2e2; color:#9e1b34;}
#topMenu ul a.current{background:#e3e2e2; color:#9e1b34;}

.imgGrid {
	float: left;
}

.monthsBox {
	margin-bottom:3px;
	font-size:16px;
	width:200px;
	border-bottom: 1px solid #f5f5f5;
	padding:5px;
	background: #f5f5f5;
}

.monthsBox:hover {
	cursor: pointer;
	background: #dddddd;
}

.giftImgSel {
	float:left;
	margin:5px;
	cursor:pointer;
	border: solid thin #FFF;
}

.giftSelected {
	border: solid thin #999;
}

.giftImg {
	max-height:100px !important;
	max-width:100px !important;
}

.loginPage {
	/*background:no-repeat url(login_background.jpg) center;*/
}

.loginPage .container hr {
	border:none !important;
	height:2px;
}