/* CSS Document */

.clr{clear:both;}
.feedback{color:#900;}

/* containers */
.curtain_con{display:block;z-index:100;position:fixed;top:0;left:0;width:100%;height:100%;background:#ccc;opacity:0.8;text-decoration:none;display:none;}

div.login_con{position:absolute;top:100px; left:50%;margin:0 0 0 -155px;width:300px;padding:0 5px 5px 5px;min-height:240px;background: #fff;z-index:101;display:none;border:2px solid #666;font:12px/18px tahoma,helvetica,sans-serif;color:#666;}

div.favs_con{position:absolute;top:100px; left:50%;margin:0 0 0 -205px;width:400px;padding:5px;height:420px;background: #fff;z-index:101;display:none;border:2px solid #666;font:12px/18px tahoma,helvetica,sans-serif;color:#666;}

div.favs_con h2{font:12px/18px tahoma,helvetica,sans-serif;}

.favs_body_con{height:345px;width:400px;overflow-y:scroll;border: 1px solid #ccc;}


.fav_item{width:380px;}
.fav_item .img_con{width:100px;margin:5px 10px 5px 5px;float:left;}
.fav_item .content{float:left;width:265px;}
.fav_item .content p{font:12px/18px tahoma,helvetica,sans-serif;}
.fav_item h3{font:bold 14px/18px tahoma,helvetica,sans-serif;}
.fav_item img{border:0;}


.alt{background: #eee;}


.login_con a.closebtn{display:block;float:right;width:30px;height:30px;margin-right:-5px;line-height:1px;text-indent:-999em;overflow:hidden;background:url("closebtn.png") left top no-repeat;}

.login_con p{font:12px/18px tahoma,helvetica,sans-serif;}

.favs_con a.closebtn{display:block;float:right;width:30px;height:30px;margin-right:-5px;margin-top:-5px;line-height:1px;text-indent:-999em;overflow:hidden;background:url("closebtn.png") left top no-repeat;}

.login_con a.closebtn:hover,.favs_con a.closebtn:hover{background-position:left bottom;}

/* forms */
.fsLogin{

padding:18px 15px;
margin:0;

}

.favs_con a,.login_con a{color: #666;text-decoration:none;}
.favs_con a:hover,.login_con a:hover{color: #000;text-decoration:underline;}


.favs_con a{color: #666;}
.favs_con a:hover{color: #000;}

.fsLogin legend{font:18px/18px tahoma,helvetica,sans-serif;color:#666;}

.fsLogin label{display:block;}
#readAndAgree{float:left;margin-right:10px;}
.fsLogin label#lblReadAndAgree{float:left;width:220px;margin: 0 0 9px 0;}

.fsLogin p{text-align:center;}
.fsLogin input[type="text"],.fsLogin input[type="password"]{width:255px;margin: 0 0 9px 0;}



/*fix for new stylesheet */
/*#col3{margin:0 0 0 5px;}*/
