/*
Description: WP-Note CSS File
Author: Luke
Author URI: http://www.hityou.net
Date:2009-01-02
*/

.salesletter ul {
list-style:none;
font-size:14px;
font-weight:bold;
}
.salesletter ul  li{
background:url(http://bottomadpro.pl/d4ta/img/fajka.gif) no-repeat 0 50%;
padding: 15px 55px;
}
.notetip ul  li{
font-size:14px;
background:url(http://bottomadpro.pl/d4ta/img/fajka_m.gif) no-repeat 0 50%;
padding: 15px 25px;
margin-left: -45px;
}




.lista-form  ul {
list-style:none;
font-size:13px;
font-weight:bold;
}
.lista-form  ul li{
background:url(http://bottomadpro.pl/d4ta/img/fajka_m.gif) no-repeat 0 50%;
padding: 5px 0 2px 25px;
font-size:13px;
margin-left: -40px;
text-align:left;
}

#breadcrumb ul {
font-size:10px;
}
.salesletter p {
line-height:1.2em;
}
.salesletter p:first-letter { font-size:18px; }
.salesletter h2 {
text-align:center;
padding: 20px 0;
}
.note
{
    text-align: center;

}

.dropshadow{
	background: url(http://bottomadpro.pl/d4ta/NOTE/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(http://bottomadpro.pl/d4ta/NOTE/images/shadow.gif) no-repeat bottom right;
	width: 90%;
    margin-top:2em;
    margin-left: auto;
    margin-right: auto;
}

.noteclassic, .noteimportant, .notewarning, .notetip,.notehelp{
    padding: 15px 20px 15px 80px;
	margin: 0px 0px 0px 0px;
    
    /*IE min-height hack*/
    min-height:40px;
    height:auto !important;
    height:40px;
    overflow:visible;
    
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
    /*Set the position of the background image*/
    background-position: 20px 50%;
    background-repeat: no-repeat;
    text-align: justify;
}
.noteclassic, .noteimportant, .notewarning, .notetip,.notehelp{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}

.noteclassic {
  background-color: #eef;
  background-image: url(http://bottomadpro.pl/d4ta/NOTE/images/note.png);
}

.noteimportant {
  background-color: #ffc;
  background-image: url(http://bottomadpro.pl/d4ta/NOTE/images/important.png);
}

.notewarning {
  background-color: #fdd;
  background-image: url(http://bottomadpro.pl/d4ta/NOTE/images/warning.png);
}

.notetip {
  background-color: #dfd;
  background-image: url(http://bottomadpro.pl/d4ta/NOTE/images/tip.png);
}

.notehelp {
  background-color: #cbf;
  background-image: url(http://bottomadpro.pl/d4ta/NOTE/images/help.png);
}
blockquote { /* this creates a blockquote with a single quotation mark on the left side and indents the text to fit */
	background-image: url(http://bottomadpro.pl/blockquote.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
	margin-top: 0px;
	margin-bottom: 25px;
	text-align: justify;
}
.blockquotesig {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	color: #999999;
}
.blockquotesig em { /* we used this to style to name of the person giving the testimonial - just a little bigger and red */
	color: #990000;
	font-style: normal;
	font-size: 18px;
}