/* Start of CMSMS style sheet 'advertising' */
#package-1 h2, #package-2 h2, #package-3 h2 {
background-repeat: no-repeat;
line-height: 33px;
margin: 0px;

display: block;
padding-left: 40px;
background-position: left;
}

#package-1 h2 {
background-image: url('images/3.gif');
}

#package-2 h2 {
background-image: url('images/2.gif');
}

#package-3 h2 {
background-image: url('images/1.gif');
}

#basic, #standard, #priority {
display: block;
float: left;
width: 236px;
padding: 10px;
color: #685415;
}

#basic ul, #standard ul, #priority ul {
line-height: 16px;
list-style-type: none;
}

#basic {
width: 238px;
}

#standard {
margin-right: 1px;
border: 1px solid #c9c9ca;
background-image: url('images/standard-bg.gif');
background-repeat: repeat-x;
background-color: #cbcbcc;
}

#priority {
border: 1px solid #c38e13;
background-image: url('images/priority-bg.gif');
background-repeat: repeat-x;
background-color: #cea23d;
}
/* End of 'advertising' */

