/* Styles for wedding packages */

#tabs .wedpack li {
	list-style-image:url(../images/heart.gif);
	padding: 10px;
}

#tabs .wedpack ol {
   margin-left: 40px;
}

/* Styles for the accordion widget */

#tabs {
    width: 600px;
	margin-left: 130px;
}

#tabs .yui-content {
    border:1px solid #ccc;
    border-top: none;
    padding: 0 1em;
    _overflow: hidden;
    color: #000;
}

#tabs .yui-content div {
    _height: 10em;
    width: 100%;
}

#tabs h3 {
    border-bottom: 1px dashed #ccc;
    padding: .25em;
    margin-bottom: .25em;
    font-weight: bold;
    color: #18397C;
}

#tabs li {
    padding: 0;
    margin: 0;
    text-align: left;
}

#tabs li.selected {
    font-weight: bold;
}

#tabs li a {
    text-decoration: none;
    color: #999999;
    padding: 3px;
    display: block;
    border: 1px solid #ccc;
	font-size: 100%;
	font-weight: bold;
	text-align: center;

}

#tabs li.selected a {
    color: #000;
	border-bottom: 0;
	font-size: 160%;
}

#tabs li a:hover {
	text-decoration: underline;
}

#tabs em {
    padding: .25em;
}

#tabs li div {
    overflow: hidden;
    color: #000;
    width: 572px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-weight: normal;
    padding: 0 1em;
    font-size: 100%;
}

p.packageHeader {
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	padding: 0.25em;

}

p.packageDuration {
	font-size: 100%;
	font-style:italic;
	text-align: center;
	padding: 0.5em;
}

p.packageSubHeader {
	padding: 0.5em;
	text-align: center;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
}

p.packageIntro {
	padding: 0.5em;
	text-align: center;
}

p.packageIncludes {
	padding: 0.5em;
	text-align: center;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
}

p.packageNumbers, p.packageRoomHire {
	text-align: center;
	padding: 0.5em;
}

p.packageSubInclude {
	padding: 0.5em;
}