@charset "utf-8";
/* CSS Document */

.tMain h1{
	margin-top: 15px;
	margin-bottom: 15px;
}
.tc{
	float:left;
}
#wishListList{
	float:left;
	background-color: #F2F2F2;
	width: 960px;
	padding-bottom: 12px;
}
.wishRow{
	clear:both;
	border: 1px solid #dbdbdb;
	float:left;
	width:665px;
	height: 60px;
	background-color: #fff;
	margin-top: 12px;
	margin-left: 12px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.wishHeader{
	width:80em;
}
.colTitle{
	width: 200px;
}
.colTitle a{
	font-size: 12px;
	font-weight: bold;
	color: #165485;
	text-decoration: none;
	margin-left: 10px;
	margin-top: 17px;
	float: left;
}
.colTitle a:hover{
	text-decoration: underline;
}
.colTitle > div {clear:both;}
.colShared{
	float: left;
	font-size: 11px;
	width: 185px;
}
.wishRow .colTitle span.createdLable {
	font-size:10px;
	color:#595959;
	float: left;
	clear: left;
	margin-left: 10px;
}
.wishRow .colTitle span.createdDate {
	font-size:10px;
	color:#000;
	float: left;
	margin-left: 5px;
}
.pbContainer{
	font-size: 11px;
	margin-top: 19px;
	float: left;
}
.colPurchBy1{
	float:left;
	clear: left;
}
.colPurchBy2{
	float:left;
	clear: left;
	width: 185px;
}
.wlPublicContainer{
	float: left;
	clear: left;
	width: 185px;
}
.ownerName{
	font-weight: bold;
}
.colPurchByLable{
	font-size: 11px;
	color: #595959;
}
.colPurchByDate{
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
.wlPublicLable{
	color: #595959;
}
.wlPublicTxt{
	color: #000;
	font-weight: bold;
}
.itemCountContainer{
	float: left;
    font-size: 11px;
    margin-top: 19px;
	width: 200px;
}
.itemCountLable{
	color: #595959;
}
.itemCountTxt{
	color: #990000;
	font-weight: bold;
}
.colSubTotal{
	float: left;
	clear: left;
	width: 200px;
}
.subTotalLable{
	color:#595959;
}
.subTotalTxt{
	color: #990000;
	font-weight: bold;
}
.wishlistH1 {
	color: #165485;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
a.wlEdit{
	background-image: url(/images/wishListSprite2.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    text-indent: -9999px;
    width: 41px;
	margin-top: 20px;
	cursor: pointer;
	float: left;
}
#tst a.wlEdit{
    display: block;
	cursor: pointer;
	background-image:none;
	text-indent: 0;
	float:right;
	width:20px;
	margin:0;
	margin-top: -16px;
	margin-left: 152px;
	*margin-right: 30px;
	color: #165485;
	text-decoration:underline;
}
a.wlEdit:hover{
	background-position: 0 -21px;
}
.editWLLayer{
	position:absolute;
	width:300px;
	background-color: #f2f2f2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	top:0;
	left: 350px;
	padding: 5px;
}
#tst .editWLLayer{
	position:absolute;
	width:300px;
	background-color: #f2f2f2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	top:0;
	left: 0;
	padding: 5px;
}
a.wlDelete{
	background-image: url(/images/wishListSprite2.jpg);
    background-position: -42px -1px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
	float: left;
	margin-left: 10px;
    margin-top: 22px;
}
a.wlDelete:hover{
	background-position: -42px -18px;
}
.deleteWLLayer{
	position:absolute;
	width:300px;
	background-color: #f2f2f2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	top:0;
	left: 350px;
}
.deleteWLLayer p{
	font-size: 11px;
	color: #595959;
	margin-bottom: 10px;
}
.deleteWLLayer .popupLayerHeader{
	margin-bottom: 10px;
}
.deleteWishListYes{
	width: 64px;
	height: 32px;
	background-image: url(/images/wishListSprite2.jpg);
	background-position: 0 -71px;
	text-indent: -9999px;
	cursor:pointer;
}
.deleteWishListYes:hover{
	background-position: -65px -71px;
}
.createnew {
	clear: right;
    float: right;
    margin-top: -33px;
}

p.ptxt {
	color: #6b6767;
	padding: 15px 0;
	margin: 0;
}
.or{
	display: block;
    font-weight: bold;
    margin-bottom: 10px;
	margin-top: 10px;
    margin-left: 146px;
	Color: #165485;
}
.ptxt span{
	font-weight: bold;
}

.searchWL {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    background-color: #FFFFFF;
    border: 1px solid #DBDBDB;
    float: left;
    margin-left: 12px;
    margin-top: 12px;
    padding: 9px;
    width: 233px;
}
.loginRegister input.searchWishList{
	width: 61px;
	height: 20px;
	float: right;
	background-image: url(/images/wishListSprite2.jpg);
	background-position: -204px 0;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	margin-right: 2px;
}
.loginRegister input.searchWishList:hover{
	background-position: -204px -21px;
}

p.WLsearchH1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #165485;
	margin-bottom: 20px;
}
.wishRowContainer{
	float: left;
}
.fpwl{
	float:left;
	width: 659px;
	height: 190px;
	padding:12px;
}
.fpwl P{
	color: #595959;
	font-size: 11px;
}
a.wlLoginRegister{
	color: #165485;
	font-size: 11px;
}
p.wlSearchError{
	color: #990000;
}
p.acenter {
	text-align: center;
	margin-bottom: 0;
}
.loginRegister{
	margin-top: 20px;
}
.loginRegister input{
	border: 1px solid #999999;
    height: 18px;
    width: 138px;
}
.redAsterisk{color:#990000;}
.searchLbl {
	color: #595959;
    font-size: 11px;
	float: left;
	width: 91px;
	margin-top: 3px;
}
.loginRegisterContainer{
	width: 233px;
	margin-top: 10px;
}
.srchbtn {
	margin-left: 275px;
	padding-bottom: 75px;
}

.howToWL {
	padding: 15px 25px;
}

.fleft {
	float: left;
}

.explnWL123 {
	clear: both;
	padding-top: 50px;
}

.vdoexplnd {
	width: 500px;
	padding: 0 25px 15px 10px;
}

.vdoexpln {
	font-family: Arial black;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
}

.redtxt {
	color: #ad2d26;
}
.bluetxt {
	color: #0462be;
}

.newWishListText{
	width: 163px;
	height: 18px;
	border: 1px solid #999;
	margin-top: 10px;
}
.wishListDateLable{
	clear: left;
    color: #595959;
    float: left;
    font-size: 11px;
    width: 118px;
	margin-top: 18px;
	margin-left: 5px;
}
.newWishListDate{
	background-image: url(/images/calendar.jpg);
    background-position: 145px center;
    background-repeat: no-repeat;
    border: 1px solid #999999;
    cursor: pointer;
    height: 18px;
    margin-top: 15px;
    position: absolute;
    right: 10px;
    width: 163px;
}
.wishListSharingLable{
	clear: left;
    color: #595959;
    float: left;
    font-size: 11px;
    width: 77px;
	margin-top: 16px;
	margin-left: 5px;
}
.wlSharingOptionsPr{
	width: 74px;
	height: 20px;
	float: left;
	cursor: pointer;
}
.wlSharingOptionsPr label{
	font-weight: bold;
	cursor: pointer;
}
.wlSharingOptionsPrIMG{
	background-image: url(/images/wishListSprite2.jpg);
	background-position: 0 -50px;
}
.wlSharingOptionsPb{
	width: 67px;
	height: 20px;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}
.wlSharingOptionsPb label{
	font-weight: bold;
	cursor: pointer;
}
.wlSharingOptionsPbIMG{
	background-image: url(/images/wishListSprite2.jpg);
	background-position: -74px -50px;
}
.requiredFieldNwl{
	color: #990000;
    font-size: 10px;
    margin-left: 134px;
	*left:5px;
    position: absolute;
}
.wlSharingOptions input{
	cursor: pointer;
}
.wlSharingOptions{
	float:left;
	margin-top: 15px;
	margin-left: 67px;
	margin-bottom: 5px;
}
.wishListUrlLable{
	clear: left;
    color: #595959;
    float: left;
    font-size: 11px;
    width: 132px;
	*width: 130px;
	margin-top: 4px;
}
.newWishListUrl{
	position: absolute;
	right: 5px;
	width: 163px;
	height: 18px;
	border: 1px solid #999;
	margin-top: 108px;
}
.wishListUrl{width: 150px;}
.nwLayerGo{
	float:right;
}
.nwLayerCancel{
	clear:both;
}
#createnewWLLayer{
	position:absolute;
	width:300px;
	background-color: #f2f2f2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: -171px;
	padding: 5px;
}
/*.newWLpopLayerMainContent{
	margin-top: 10px;
	
}*/
.wishListNameLable{
	clear: left;
    color: #595959;
    float: left;
    font-size: 11px;
    width: 125px;
	margin-top: 10px;
	margin-left: 5px;
}
.maxChar{
	font-size: 9px;
	color: #000;
	margin-top: -6px;
    position: absolute;
}
.formButt .sprBtn{
	float:left;
}
.newWLLAyerTop{overflow:hidden;}
.atcLayerLoader #atcAtwLayer{
	position:absolute;
	right:0;
}
.atcLayerMessage{
	width:20em;
}
.requiredFieldLastName{
	color: #990000;
    font-size: 10px;
    margin-left: 94px;
    width: 100px;
	*margin-top:0px;
	*display:block;
	*line-height: 14px;
}
.requiredFieldEmail{
	font-size: 10px;
	color: #990000;
    font-size: 10px;
    margin-left: 94px;
    width: 100px;
}
.newWishListSave {
	width: 64px;
	height: 32px;
	background-image: url(/images/wishListSprite2.jpg);
	background-position: -145px -50px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin-left: 0.6em;
	border: 0;
	line-height: 3;
}
.newWishListSave:hover{
	background-position: -210px -50px;
}
.newWishListSave .editWishList{
	width: 64px;
	height: 32px;
	background-image: url(/images/wishListSprite2.jpg);
	background-position: -145px -50px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin-left: 0.6em;
	border:0;
	line-height: 3;
}
.newWishListSave:hover .editWishList:hover{
	background-position: -210px -50px;
}
.newWishListCancel{
	font-size: 11px;
	color: #595959;
	text-decoration: underline;
	margin-top: 7px;
	cursor:pointer;
}



/*  Calendar/Datepicker  */
	
	#ui-datepicker-div{
		display:none;
		width:19em;
		border:1px solid #0c3204;
	}
	.ui-datepicker-header{ 
		background: #000 url(/images/calBGblue.gif) repeat-x; 
		height:49px;
		}
		
	.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
		position:absolute;
		top:10px;
		display:block;
		text-indent:-9999px;
		}
		
	.ui-datepicker .ui-datepicker-prev{background:url(/images/calPrevBluepng.png) no-repeat; width:11px; height:11px; left:12px;}
	.ui-datepicker .ui-datepicker-next{background:url(/images/calNextBlue.png) no-repeat; width:12px; height:11px; left:205px;}
	
	.ui-widget-content{border:1px solid #d1d1d1; font-weight:bold; margin:.2em; background-color:#EEE;}
	
	.ui-helper-hidden-accessible{border:none;}
	
	.ui-datepicker-calendar{ 
		position:relative;
		}
		
	.ui-datepicker-title{text-align:center;}
	
	.ui-datepicker-prev,.ui-datepicker-next,.ui-datepicker-month,.ui-datepicker-year{ 
		color:#FFF;
		cursor:pointer;
		}
		
	.ui-datepicker td span, .ui-datepicker td a{
		color:#000000;
		display:block;
		padding:0.2em;
		text-align:center;
		text-decoration:none;
	}
	
	.ui-datepicker table {
		font-size:0.9em;
		width:100%;
	}
	
	.ui-datepicker th {
		border:0 none;
		font-weight:normal;
		text-align:center;
		padding:0 .9em 0 .7em;
	}
	
	.ui-datepicker thead {
		position:absolute;
		margin-top:-19px;
	}
	
	.ui-datepicker thead tr {
		_position:absolute;
		_top:-20px;
		*position:absolute;
		*top:-20px;
		_left:-4px;
		*left:-4px;
	}
	
	.ui-datepicker tr {
		color:#c7c7c7;
		line-height:1.8em;
	}
	
	.ui-state-highlight, .ui-datepicker td a.ui-state-highlight{
		background:#d0d0d0;
		color:#f26c4f;
	}
	
	.ui-state-default, .ui-datepicker td a.ui-state-default{
		background:none;
	}
	
	.ui-state-hover{
		background:#d0d0d0;
	}
	
	.ui-datepicker td.future a:hover,.ui-datepicker td.past a:hover,.ui-datepicker td.currentEvent a:hover{background:#d0d0d0; cursor:pointer;}
	.ui-datepicker td.future a{color:#3b6fbd; font-size:1em;}
	.ui-datepicker td.past a{color:#c6c6c6;}
	.ui-datepicker td.currentEvent a{color:#f26c4f; background:#d0d0d0;}
	
	.editWLLayesrContainer{
		position: absolute;
	}
.fealdContainer{
	width: 100%;
	display: block;
}
.wishRow .newWishListUrl{
	margin-top: 86px;
	*margin-top: 10px;
}
.editWishList{background-image: url(/images/wishListSprite3.png);background-position: -224px -113px;cursor: pointer;height: 32px;text-indent: -9999px;width: 64px; border:0; line-height:3;}
.editWishList:hover{background-position: -289px -113px;}
#wishListRow .popupLayer{
	right: 39px;
    top: 42px
}
.atcInerWrapper > .alParent,.wlAtcBtn > .alParent{float:left;}