 
  .list-style-check, .list-style-cross, .list-style-star, .list-style-atomic, .list-style-diamond, .list-style-block
{
    padding: 4px 0 0 0;
    margin: 0 23px 0px 23px;
}
.list-style-default{
padding:0px 0 0 0;
margin-left:-40px;

	}


.list-style-default li {
	padding: 0 0 0 0px;
	line-height: 22px;
	list-style-type: none;
	
}

.list-style-check li
{
    padding: 0 0 0 10px;
    line-height: 30px;
    list-style-type: none;
    font-weight: bold;
}
.list-style-check td
{
    padding:0px;
    background-color:transparent;
}
.list-style-cross li {
	padding: 0 0 0 23px;
	line-height: 22px;
	background: url(../images/ico-bullet-14.png) left 5px no-repeat;
	list-style-type: none;
}



.list-style-star li {
	padding: 0 0 0 23px;
	line-height: 22px;
	background: url(../images/ico-bullet-15.png) left 5px no-repeat;
	list-style-type: none;
}

.list-style-atomic li {
	padding: 0 0 0 23px;
	line-height: 22px;
	background: url(../images/ico-bullet-16.png) left 5px no-repeat;
	list-style-type: none;
}
.list-style-diamond table,tr,td
{
    margin:0px;
    padding:0px;
}
.list-style-diamond li {
	padding: 0 0 0 23px;
	line-height: 22px;
	background: url(../images/ico-bullet-17.png) left 5px no-repeat;
	list-style-type: none;
}
list-style-block li {
	padding: 0 0 0 18px;
	line-height: 22px;
	background: url(../images/ico-bullet-18.png) left 7px no-repeat;
	list-style-type: none;
}


blockquote
{
    background: url(../images/quoteBG.png) 5px top no-repeat;
    font-size: 12px;
    text-indent: 3em;
    padding: 10px 0 0 10px;
    display: block;
    margin: 0;
}

blockquote p
{
    background: url(../images/quoteBG2.png) no-repeat right bottom;
    margin: 0 7px 0 0;
    padding: 0 0 17px 0;
    line-height: normal;
    line-height: 1.4em;
    color: #990000;
}



cite
{
    display: block;
    text-align: right;
    margin-top: -28px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom:5px;
    padding-right: 50px;
    color: #000000;
}
cite img
{
    vertical-align:middle;
    }



#wrap { 
}



table {
    font-size: inherit;
  
}

th {
    background: #d8d8d8;
    text-align: left;
    padding: 5px;
    white-space: nowrap;
}

td {
    text-align: left;
    padding: 2px;
    vertical-align: top;
}

select, input, textarea {
    font: 99% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
}

pre, code, tt, dt {
    font: 100% monospace;
    margin: 20px 0;
}

pre, blockquote {
    margin: 20px 0;
    -moz-border-radius: 10px;
}

td pre {
    font: 85% monospace;
    padding: 5px;
    margin: 5px 0;
}