/*WishList Dashboard Front-End CSS*/

#wl-dashboard {
	overflow: hidden;
	margin-top: 10px;
}

#wld-top {
padding-bottom:10px;
	overflow: hidden;
}

#wld-video {
	width: 50%;
	float: left;
	text-align:center;
}

#wld-announcement {
	margin-top: 15px;
	border-top: 1px solid #e6e6e6; 
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 10px 20px 10px;
	clear: both;
	overflow: hidden;
}

#wld-info-item p {
	margin-bottom: 0 !important;
	font-size: 12px !important;
	padding:0px;
}

#wld-announce-title {
	text-transform: uppercase;
	font-weight: bold !important;
	margin-bottom: 3px !important;
	font-size: 14px !important;
}

#wld-announce-title a {
	color: #555 !important;
}

#wld-see-all a {
	font-size: 10px !important; 
	
}

#wldlinks,#wld-see-all a 

{
	color: #555;
}

#wld-info-item {
	width: 32%;
	float: left;
	margin-right: 1%;
}

#wld-info-item img {
	border: none;
	float: left;
	margin-right: 15px;
}

#wld-info-item img:hover {
	position: relative;
	bottom: 2px;
}

#wld-admin-links {
	width: 44%;
	float: right;
	border-left: 1px solid #e6e6e6;
	padding-left: 3%;
	overflow: hidden;
	margin-top: 10px;
}






#wld-user {
	padding: 10px;
	border: 1px solid #e6e6e6;
	/*background: #f9f9f9; */
	overflow: hidden;
	margin-bottom: 15px;
}

#wld-user img {
	margin-right: 15px;
	float: left;
}

#wld-user-name, #wld-user-role, #wld-user-links {
	margin: 0 !important;
}

#wld-user-links {

	font-weight: bold !important;

}

#wld-user-links a {
		color: #555 !important;
}

#wld-user-role{
height:20px;	
}

#wld-user-name{
height:30px;	
}

#wld-user-links{
 
}

#wld-user-name {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 3px !important;
}


#wld-link-item p {
	margin-bottom: 0 !important;
	font-size: 12px !important;
	padding:0px;
}

 #wld-link-item {
	overflow: hidden;
	clear: both;
	margin: 7px 0;
	padding-bottom:10px;
}

#wld-link-item img {
	float: left;
	border: none;
	 background:transparent;
	margin-right: 15px;
}

#wld-link-item img:hover {
	border: none !important;
	position: relative;
	bottom: 1px;
	background:transparent;
}

#wld-link-title{
	margin: 7px 0 5px 0 !important;
	font-size: 20px;
	font-weight: bold;
}

#wld-link-text{
	margin: 0;
}


#wld-link-title2 {
	text-transform: uppercase;
	font-weight: bold !important;
	margin-bottom: 3px !important;
	font-size: 14px !important;
}





#wldmainul{
 padding-top:15px;
 padding-left:15px;
 margin-left:0px;
 float:left;
 
 
}

#wldmainul li{
vertical-align: top !important;
  display:inline-block;
  padding-left:0px;
  padding-right:10px;  /* Edit this to set distance between tabs */
  padding-bottom:4px;  /* Edit this to change vertical  distance. */
  margin:0px;
  
}

#wldsubul1,#wldsubul2,#wldsubul3,#wldsubul4,#wldsubul5 {
  padding:0px;
  margin:0px;
}

#wldsubul1 li,#wldsubul2 li,#wldsubul3 li,#wldsubul4 li,#wldsubul5 li{
  display:block;

}

#wld-tabs{
 	padding-top: 25px; /* distance btween tabs and info bar sections. */
	padding-left: 0px; border: none;
	text-align:center;
	margin:0 auto;
}


#wld-header1,#wld-header2,#wld-header3,#wld-header4,#wld-header5{
	
	text-transform: uppercase;
	text-align: center;
	
	
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
	

	/* if you dont like shadow at buttons header you can remove this section */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
		

	
}