/**********************************************************
 **                   Main Layout                        **
 **********************************************************/

#admin_header {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
    float: left;
    margin: 68px 0px 0px 20px;
}

.home_row {
	clear:left;
	width:650px;
	display:inline;
	padding: 100px 0 0 0;
}

.spacer_row {
	clear:both;
	width:650px;
	display:block;
	height: 0px;
}

.prod_img {
	float: right;
	padding: 33px 0 10px 20px;
	background-image:url(/images/image-frame.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.prod_img img {
	border: 1px solid #F58426;
}

.reward_img {
	float: right;
	padding: 0 0 3px 10px;
	clear: left;
	width: 210px;
	height: 120px;
	text-align: center;
}

.home_heading {
	color: #F58426;
	font-weight: bold;
	padding: 0 0 5px 0;
}

#order_price {
	text-align: right;
	font-size: 0.9em;
	color: #F58426;
	font-weight: bold;
}

.boldbox {
	background-color: #F58426;
}

/**********************************************************
 **                   Home Page banner panel           **
 **********************************************************/

.banner_panel {
	width: 606px;
	height: 210px;
	clear: left;
}

#switcher {
	padding-bottom:10px;
	position:relative;
	width:606px;
}

.bannerleft {
	width: 606px;
	height: 200px;
}

#switcher .switcher {
	background-position:left top;
	background-repeat:no-repeat;
	height:200px;
	position:relative;
	width:606px;
	display: block;
}

.bannerright {
	position:absolute;
	right:-16px;
	top:-1px;
	width:115px;
}

#switcher .content {
	height:200px;
	left:375px;
	overflow:hidden;
	position:absolute;
	top:2px;
	width:102px;
	padding: 8px;
	text-align: left;
}
#switcher hr {
	color: #F58426;
	background-color: #F58426;
	border: 0;
}
#switcher .herotitle {
	color:#000000;
	font-weight:bold;
}
#switcher .herotxt {
	color:#ffffff;
	font-weight:normal;
}
#switcher .herotxt a {
	color:#ffffff;
	font-weight:normal;
	text-decoration: none;
	font-size: 0.9em;
}
#switcher .herolink {
	position: absolute;
	bottom: 30px;
	right: 10px;
}
#switcher .herolink a {
	color:#ffffff;
	font-weight:normal;
	font-size: 0.9em;
}
#switcher ul {
	margin-top: 1px;
}
#switcher ul li {
	list-style: none;
	padding: 5px;
/*	line-height:0.7em; */
}
#switcher ul .off a, #switcher ul .offtop a, #switcher ul .offbottom a {
	color:#F58426;
	font-size: 0.7em;
	text-decoration: none;
}
#switcher ul .on a, #switcher ul .ontop a, #switcher ul .onbottom a {
	color:#ffffff;
	font-size: 0.7em;
	text-decoration: none;
}
#switcher ul .off, #switcher ul .on {
	background-image:url(/images/tab-off.gif);
	height: 40px;
}
#switcher ul .offtop, #switcher ul .ontop {
	background-image:url(/images/tab-top.gif);
	height: 40px;
}
#switcher ul .offbottom, #switcher ul .onbottom {
	background-image:url(/images/tab-bottom.gif);
	height: 39px;
}

/**********************************************************
 **                   Home Page search panels            **
 **********************************************************/

.category_search_panel {
	background: #fff url(/images/search-category.gif) no-repeat;
	float: left;
	padding: 5px;
	width: 144px;
	height: 125px;
}

.category_search_panel select {
	font-size: 0.8em;
	position:relative;
	top:85px;
	left:6px;
	width:128px;
}

.location_search_panel {
	background: #fff url(/images/search-location.gif) no-repeat;
	float: left;
	padding: 5px;
	width: 144px;
	height: 125px;
}

.location_search_panel select {
	font-size: 0.8em;
	position:relative;
	top:85px;
	left:6px;
	width:128px;
}

.keyword_search_panel {
	background: #fff url(/images/search-keyword.gif) no-repeat;
	float: left;
	padding: 5px;
	width: 144px;
	height: 125px;
}

.keyword_search_panel input {
	font-size: 0.8em;
	position:relative;
	top:87px;
	left:6px;
	width:95px;
/*	display: inline;*/
	float: left;
}

.keyword_search_panel .keyword_search_go {
	font-size: 0.8em;
	position:relative;
	margin: 0 0 0 3px;
	width:25px;
/*	display: inline;*/
	float: left;	
}
.this_month_search_panel {
	background: #fff url(/images/search-month.gif) no-repeat;
	float: left;
	padding: 5px;
	width: 144px;
	height: 125px;
}

.this_month_search_panel select {
	font-size: 0.8em;
	position:relative;
	top:85px;
	left:6px;
	width:128px;
}

/**********************************************************
 **                   Home Page featured panel           **
 **********************************************************/

.advertising_panel {
	float: left;
	margin: 5px 10px 10px 0;
	text-align: center;
	background: #fff url(/images/tower-box-go.gif) no-repeat;
	width: 144px;
	height: 250px;
}

.advertising_panel a {
	text-decoration: none;
	cursor: pointer;
}

.feature_contents {
	width: 134px;
	padding: 5px 5px 5px 5px;
	font-size: 0.8em;
}

.feature_text {
	height: 166px;
}

.feature_text h1 {
	color: #F58426;
	font-weight: bold;
	font-size: 1.1em;
	padding: 25px 0 5px 0;
}

.feature_text h2 {
	color: #646464;
	font-weight: normal;
	font-size: 1em;
}

.feature_text p {
	color: #646464;
	font-weight: normal;
	font-size: 1em;
}

/**********************************************************
 **                   Home Page news panel               **
 **********************************************************/

.news_panel {
	float: right;
	padding: 0 0 5px 5px;
	border-left: 1px solid #F58426;
	width: 140px;
	height: 623px;
/*	margin: 0 0 0 5px;*/
}

.news_panel h1{
	font-size:0.9em;
/*	display:inline;*/
	margin: 0 0 0 3px;
	border-bottom: 1px solid #F58426;
	font-weight: bold;
}

.news_panel h2 {
	font-size:0.8em;
/*	display:inline;*/
    color: #646464;
	padding: 10px 0 0 3px;
	font-weight: bold;
}

.news_panel p {
	font-size:0.7em;
/*	display:inline;*/
	padding: 4px 0 8px 3px;
	text-align: left;
	border-bottom: 1px solid #F58426;
}
/**********************************************************
 **                   Search Result Refine               **
 **********************************************************/
.refine_search_panel {
	font-size:0.9em;
	width: 750px;
	padding: 0 0 10px 0;
}

.refine_search_panel .col {
	width: 330px;
	float: left;
}

.refine_search_panel .col p {
	padding: 2px 0 2px 2px;
	float: left;
}

.refine_search_panel .button_col {
	width: 60px;
	float: left;
}

.refine_search_panel .col label {
	float: left;
	width: 65px;
}

.refine_search_panel .col select {
	float: left;
	width: 180px;
}

.refine_search_panel .col input {
/*	float: left;*/
/*	width: 175px;*/
}

.search_results_refine_button {
	float: left;
}

/**********************************************************
 **                   Search Result                      **
 **********************************************************/

#searchresults {
	float: left;
	background: url(/images/tables/caption.gif) repeat-x top;
	height: 30px;
	color: #f58426;
	font-size: 1.1em;
	width: 570px;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

#sortby {
	float: right;
	font-size: 0.9em;
	text-align: right;
	background: url(/images/tables/caption.gif) repeat-x top;
	height: 40px;
	width: 200px;
	margin: 20px 0 0 0;
}

#sortby select {
	width: 90px;
}

.centered_col {
	text-align: center;
}

.price_color {
	color: #f58426;
}

.next_prev {
	text-align: center;
	float: left;
}

.print_friendly_button {
	text-align: right;
}

.results_footer {
	text-align: center;
	font-size: 0.8em;
	padding: 5px 0 3px 0;
}

.event_results {
	border: none;
	border-collapse: collapse;
}

.event_results td {
	border: 1px solid #f58426;
	background-color: #fef6f4;
	padding: 3px;
}

.event_results td.event_cell {
	text-align: left;
	width: 174px;
}

.event_results td.date_cell {
	text-align: center;
	width: 80px;
}

.even .middle_cell {
	background-color: #fde6d4;
	border-bottom: 1px solid #fde6d4;
	border-top: 1px solid #fde6d4;
}

.odd .middle_cell {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.even .empty_cell {
	background-color: #fde6d4;
	border-bottom: 1px solid #fde6d4;
	border-right: 1px solid #fde6d4;
	border-left: 1px solid #fde6d4;
	border-top: none;
}

.odd .empty_cell {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-top: none;
}

.attachment_links {
	font-size: 0.8em;
	padding: 5px 2px 5px 15px;
	border-left: 1px solid #f58426;
	margin: 10px 0 0 0;
}

.attachment_links li {
	margin: 0 0 0 15px;
}

#package_quantity {
	float: left;
	font-size: 0.8em;
}

#package_price {
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}

#events {
	padding: 10px 0 10px 0;
}

/**********************************************************
 **                   Content Pages                      **
 **********************************************************/

.content {
	font-size: 0.9em;
	text-align: left;
}

#faq {
	font-size: 0.9em;
}

.content h3 {
	font-size:1.0em;
	color: #F58426;
	padding: 15px 0 0 0;
	display: block;
}

.large_font {
	font-size:2.0em;
}
