/* 
    Document   : notimoo
    Created on : 31-mar-2009, 10:49:46
    Author     : PaquitoSoft
    Description:
        Styles for Notimoo notification system.
        Change it to meet your needs.
*/

.notimoo {

     /* There are some cases where you'll need to change this if you're currently using a greater one in your project*/
    cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    /* Change this to fit your needs*/
    
    border: 0px;
    border-style: solid;
    border-color: #B2B2B2;
    /*background: #333333;*/
    color: #AEADAD;
	/*width:250px;*/
	/*padding:4px 0 0 1px;*/
}

.message{
	width:250px;
	color:#000;
}
/* Testimonail starts here */

#customer_testimonial_box {
	height:225px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aeadad;
	background-image: url(../images/testimonial_bg.gif);
	background-repeat: no-repeat;
	background-position:29px 0px;
	width:310px;
}

#customer_testimonial_box ul {
	list-style-type:none;
margin:0 0 0 43px;
padding:0px 5px 0 0;

}
#customer_testimonial_box ul li {
	text-align:justify;
	
	/*height:120px;*/
	
}
#customer_testimonial_box ul li a{color:#aeadad; text-decoration:none}
#customer_testimonial_box ul li a:hover{color:#aeadad; text-decoration:none}

#customer_testimonial_box h2 {
	color:#0088E9;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#customer_testimonial_box h2 span {
	color:#b2b2b2;
}

#customer_testimonial_box_aboutus {
	height:225px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aeadad;
	background-image: url(../images/testimonial_bg.gif);
	background-repeat: no-repeat;
	background-position:10px 0px;
	width:295px;
}
#customer_testimonial_box_aboutus ul {
	list-style-type:none;
margin:0 0 0 11px;
padding:0px 5px 0 0;
}
#customer_testimonial_box_aboutus ul li {
	text-align:justify;
	
	/*height:120px;*/
	
}
#customer_testimonial_box_aboutus ul li a{color:#aeadad; text-decoration:none}
#customer_testimonial_box_aboutus ul li a:hover{color:#aeadad; text-decoration:none}


#customer_testimonial_box2 {
	height:360px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aeadad;
	background-image: url(../images/testimonial_bg.gif);
	background-repeat: no-repeat;
	background-position:29px 0px;
	width:310px;
	margin-left: -20px;
	margin-top:20px;
}

#customer_testimonial_box2 ul {
	list-style-type:none;
	margin:0 0 0 15px;
	padding:0px 5px 0 0;

}
#customer_testimonial_box2 ul li {
	text-align:justify;
	padding:5px;
	background-image:none;
	display:block;
	border:thick #000000
	width: 258px;
	
	/*height:120px;*/
	
}
#customer_testimonial_box2 ul li a{color:#aeadad; text-decoration:none}
#customer_testimonial_box2 ul li a:hover{color:#aeadad; text-decoration:none}

#customer_testimonial_box2 h2 {
	color:#0088E9;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#customer_testimonial_box2 h2 span {
	color:#b2b2b2;
}

#customer_testimonial_whois_box {
	width:300px;
	height:55px;
	float:left;
	background-image: url(../images/testimonial_who_is_icon.gif);
	background-repeat: no-repeat;
	background-position: 30px 0px;
	margin-left: -20px;
}
#customer_testimonial_whois_box p {
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aeadad;
	text-decoration: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#customer_testimonial_whois_box2 {
	width:300px;
	height:55px;
	float:left;
	background-image: url(../images/testimonial_who_is_icon.gif);
	background-repeat: no-repeat;
	background-position: 30px 0px;;
}
#customer_testimonial_whois_box2 p {
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aeadad;
	text-decoration: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#user_name{
	color:#F14F00;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:justify;
	margin-left:90px;
	}
#sitelink{
	color:#AEADAD;
	font-family:Verdana;
	font-size:11px;
	text-align:justify;
	margin-left:50px;
	}
.testimonial_title
	{
		font-family:'Trebuchet MS'; 
		font-size:24px; 
		color:#f14f00; 
		text-transform:uppercase; 
		font-weight:bold;
		padding-top:15px; 
		padding-left:45px;
	}
/* Testimonail ends here */
