/* ==================================================================================================== */
/* p {}:ELEMENT selector <p>all <p>elements on the page
/* ==================================================================================================== */

* {
	/*border:1px dotted #7F7F7F;
	/* grey 7F = 128 */
	color:#5F5F5F;
	/*upper-dark-grey:00 1F 3F 5F =7F= 9F BF DF FF*/
}
browserAlert {
	display:none;
}
P {
	/* color:#00FF00;
	background-color: #FF00FF;
	*/
}
a,a:link,a:visited {
	color:#002d62;
	/* TOfilmfest dark-navy blue = #002E62 (0,46,98) */
	text-decoration:none;
}
a:hover,a:active {
	color:#7b0f19;
	/* Dark red = #7B0F19 (123,15,25) */
	text-decoration:underline;
}
a:focus {
	outline: none;
}
em {
	color:#7B0F19;
	/* Dark red = #7B0F19 (123,15,25) */
	font-style:normal;
}
/* ==================================================================================================== */
/* #example {} :ID selector <p id="example">only one unique ID per page
/* ==================================================================================================== */
#BodyId_FilmList {
	width:800px;
	margin:0 auto 0 auto;
	/* outside:top,right,bottom,left */
	padding:0;
	/* inside:top,right,bottom,left */
	background-image:url(../img/films/blue-top_grey-stripe.jpg);
	background-repeat:repeat-x;
	font-family:"Lucida Grand","Trebuchet MS",Tahoma,Helvetica,Geneva,Arial,sans-serif;
	font-size:12px;
	line-height:14px;
}
#BodyId_FilmDetail {
	width:562px;
	margin:0 auto 0 auto;
	/* outside:top,right,bottom,left */
	padding:0;
	/* inside:top,right,bottom,left */
	background-color:#F3F3F3;
	/*upper-light-grey:00 1F 3F 5F =7F= 9F BF DF FF*/
	font-family:"Lucida Grand","Trebuchet MS",Tahoma,Helvetica,Geneva,Arial,sans-serif;
	font-size:12px;
	line-height:14px;
}

/* ==================================================================================================== */
/* .example {} :CLASS selector <p class="example">any element with class specified
/* ==================================================================================================== */

.DivClass_FilmListWidth {
	clear:both;
	width:800px;
	margin:0;
	/* outside:top,right,bottom,left */
	padding:0;
	/* inside:top,right,bottom,left */
}
.DivClass_SideBarWidth {
	float:left;
	width:234px;
	margin:0 1px 22px;
	/* outside:top,right,bottom,left */
	padding:0;
	/* inside:top,right,bottom,left */
}
.DivClass_FilmDetailWidth {
	display:inline-block;
	float:right;
	width:562px;
	margin:0 0 22px;
	/* outside:top,right,bottom,left */
	padding:0;
}
/* ---------------------------------------------------------------------------------------------------- */
H1 {
	display:inline;
	text-align:center;
	color: #002E62;
	/* TOfilmfest dark-navy blue = #002E62 (0,46,98) */
}
H2 {
	margin:0;
	/* outside:top,right,bottom,left */
	padding-left:4px;
	font-family:"Trebuchet MS",Arial;
	font-size:48px;
	line-height:48px;
	text-transform:uppercase;
	color:#002d62;
	/* TOfilmfest dark-navy blue = #002E62 (0,46,98) */
}
/* ---------------------------------------------------------------------------------------------------- */
H3 {
	margin:0;
	/* outside:top,right,bottom,left */
	padding:10px 0 0 0;
	font-family:"Lucida Console",Monaco,"Courier New",Courier;
	font-size:22px;
	line-height:22px;
	color:#9F9F9F;
	/*upper-dark-grey:00 1F 3F 5F =7F= 9F BF DF FF*/
}
H3 a {
	margin:0px;
	padding: 0px;
}
H4 {
	padding-left:4px;
	margin:10px 1px 10px 0;
	/* outside:top,right,bottom,left */
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	background-color:#F3F3F3;
	color:#9F9F9F;
	/*upper-dark-grey:00 1F 3F 5F =7F= 9F BF DF FF*/
}
H3 a,H3 a:link,H3 a:visited,H4 a,H4 a:link,H4 a:visited {
	color:#9F9F9F;
	/*upper-dark-grey:00 1F 3F 5F =7F= 9F BF DF FF*/
	text-decoration:none;
}
H3 a:hover,H3 a:active,H4 a:hover,H4 a:active {
	color:#002d62;
	/* TOfilmfest dark-navy blue = #002E62 (0,46,98) */
	text-decoration:underline;
}
/* ---------------------------------------------------------------------------------------------------- */
.DivClass_H5 {
	display:inline;
	margin:0;
	/* outside:top,right,bottom,left */
	color:#002d62;
	/* TOfilmfest dark-navy blue = #002E62 (0,46,98) */
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	padding:0;
	/* outside:top,right,bottom,left */
	border:0 solid #FF00FF;
}
.DivClass_H5 a,DivClass_H5 a:link,DivClass_H5 a:visited {
	color:#7b0f19;
	/* Dark red = #7B0F19 (123,15,25) */
	text-decoration:none;
}
.DivClass_H5 a:hover,DivClass_H5 a:active {
	color:#7b0f19;
	/* Dark red = #7B0F19 (123,15,25) */
	text-decoration:underline;
}
/* ---------------------------------------------------------------------------------------------------- */
.Class_FilmListEntry_Label {
	display:inline;
	margin:0;
	/* outside:top,right,bottom,left */
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#002E62;
	/* TOfilmfest dark-navy blue = #002E62 (0,46,98) */
	padding:0 6px 0 0;
	/* outside:top,right,bottom,left */
	border:0 solid #FF00FF;
}
/* ---------------------------------------------------------------------------------------------------- */
.DivClass_FilmListGroup {
	display:block;
	margin:10px 0 10px 0;
	/* outside: top,right,bottom,left */
}
.DivClass_FilmListEntry {
	display:inline-block;
	width:560px;
	margin:4px 0 0 0;
	/* outside:top,right,bottom,left */
	border:1px solid;
	padding:0;
	/* inside:top,right,bottom,left */
	background-color:#F3F3F3;
	/*upper-light-grey:00 1F 3F 5F =7F= 9F BF DF FF*/
}
.DivClass_FilmListEntry_ColumnImage {
	width:169px;
	display:inline-block;
	float:left;
	margin:2px;
	/* outside:top,right,bottom,left */
	padding:0;
	/* inside:top,right,bottom,left */
}
.DivClass_FilmListEntry_ColumnText {
	width:317px;
	float:left;
	margin:0 0 2px 2px;
	/* outside:top,right,bottom,left */
	padding:0;
	/* inside:top,right,bottom,left */
}
.DivClass_FilmListEntry_ColumnIcon {
	width:54px;
	float:right;
	text-align:center;
	margin:0 0 0 0;
	/* outside:top,right,bottom,left */
	padding:0;
	/* inside:top,right,bottom,left */
}

/* ---------------------------------------------------------------------------------------------------- */
.DivClass_FilmDetail_ColumnText {
	display:inline;
	float:left;
	margin:2px 1px 2px 0;
	/* inside:top,right,bottom,left */
	padding:0;
	/* inside:top,right,bottom,left */
	width:320px;
	text-align:left;
}
.DivClass_FilmDetail_ColumnImage {
	display:inline;
	float:right;
	margin:2px 0 2px 1px;
	/* inside:top,right,bottom,left */
	padding:0;
	/* inside:top,right,bottom,left */
	width:234px;
	text-align:left;
}
.DivClass_FilmDetail_Embed {
	width:320px;
	height:265px;
	margin:5px 0 5px 0;	/* inside:top,right,bottom,left */
	padding:0;
	/*background-image:url(../img/film/No_Play.gif);
	*/
}
.DivClass_Film_Line {
	margin:0;
	/* outide:top,right,bottom,left */
	padding:2px 4px 2px 4px;
	/* inside:top,right,bottom,left */
}
.DivClass_Film_Line a,.DivClass_Film_Line a:link,.DivClass_Film_Line a:visited {
	color:#7b0f19;
	/* Dark red = #7B0F19 (123,15,25) */
	text-decoration:underline;
}
.DivClass_Film_Line a:hover,.DivClass_Film_Line a:active {
	color:#7b0f19;
	/* Dark red = #7B0F19 (123,15,25) */
	text-decoration:none;
}
/* ---------------------------------------------------------------------------------------------------- */
.DivClass_Film_Title {
	margin:0;
	/* outide:top,right,bottom,left */
	padding:2px 2px 2px 2px;
	/* inside:top,right,bottom,left */
}
.DivClass_P {
	margin:0;
	/* outside:top,right,bottom,left */
	padding:4px 0 4px 4px;
	/* inside:top,right,bottom,left */
	font-size:12px;
	line-height:16px;
	border:0 solid #00FF00;
}
/* ---------------------------------------------------------------------------------------------------- */
.DivClass_ShowHide {
	padding:2px 0 0;
	/* inside:top,right,bottom,left */
	margin:0;
	float:left;
	width:560px;
	height:16px;
	background-color:#DFDFDF;
	/*upper-light-grey:00 1F 3F 5F =7F= 9F BF DF FF*/
	text-align:center;
	clear:both;
	border-width:1px;
	border-bottom-style:dotted;
}
.Class_More {
	display:inline;
	visibility:visible;
	text-decoration:underline;
	font-size:12px;
	line-height:14px;
}
.ClassFrameFilm {
	width:560px;
	height:0;
	border:0;
	overflow:auto;
	visibility:hidden;
	/* overflow:hidden;
	display:none;
	overflow-y:hidden;
	overflow-x:hidden;
	scrolling:no;
	frameborder: 0;
	*/
}
/* ---------------------------------------------------------------------------------------------------- */
.DivClass_Footer {
	clear:both;
	margin:0 auto;
	/* outside:top,right,bottom,left */
	padding:10px 0;
	/* inside:top,right,bottom,left */
	text-align:center;
}
.DivClass_Footer a {
	color:#002d62;
	/* TOfilmfest dark-navy blue = #002E62 (0,46,98) */
	text-decoration:none;
}
.FooterLink {
	font-size:14px;
	font-weight:bold;
	color: #002d62;
	/* TOfilmfest dark-navy blue = #002E62 (0,46,98) */
}
/* ==================================================================================================== */
/* .example {} :CLASS selector <p class="example">any element with class specified
/* ==================================================================================================== */
.DivClass_Ad-Leaderboard {
	margin:1px 35px;
	/* outside:top,right,bottom,left */
	width:728px;
	height:90px;
	/*border:1px solid #000000;
	*/
}
.div-class_Ad-BannerFull {
	margin:1px auto 1px auto;
	/* outside:top,right,bottom,left */
	width:468px;
	height:60px;
	/*border:1px solid #9F9F9F;
	*/
}
.div-class_Ad-BannerHalf-left {
	float:left;
	margin:15px auto 0 0;
	/* outside:top,right,bottom,left */
	width:234px;
	height:60px;
	/*border:1px solid #9F9F9F;
	*/
}
.div-class_Ad-BannerHalf-center {
	float:left;
	margin:15px 0 0 14px;
	/* outside:top,right,bottom,left */
	width:234px;
	height:60px;
	/*border:1px solid #9F9F9F;
	*/
}
.div-class_Ad-BannerHalf-right {
	float:right;
	margin:15px 0 0 auto;
	/* outside:top,right,bottom,left */
	width:234px;
	height:60px;
	/*border:1px solid #9F9F9F;
	*/
}
.Class_Invisible {
	width:0;
	height:0;
	visibility:hidden;
	/* visible,hidden,collapse */
	/* display:none;
	/* do not display */
}
/* ---------------------------------------------------------------------------------------------------- */
#DivId_ContentRow_Nav-Social {
	margin:10px 0 0;
	/* outside:top,right,bottom,left */
	height:45px;
}
#social {
	float:right;
	width:234px;
	height:25px;
	margin:10px 0 0;
	padding:0;
}
#nav {
	float:left;
	width:500px;
	line-height:45px;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	list-style-position:inside;
}
#nav li {
	float:left;
	margin:0;
}
li.home a {
	display:block;
	width:64px;
	height:45px;
	background:url(../imgs/nav.gif) no-repeat 0 0;
	text-indent:-9999px;
}
li.about a {
	display:block;
	width:83px;
	height:45px;
	background:url(../imgs/nav.gif) no-repeat -64px 0;
	text-indent:-9999px;
}
li.faq a {
	display:block;
	width:63px;
	height:45px;
	background:url(../imgs/nav.gif) no-repeat -147px 0;
	text-indent:-9999px;
}
li.contact a {
	display:block;
	width:105px;
	height:45px;
	background:url(../imgs/nav.gif) no-repeat -210px 0;
	text-indent:-9999px;
}
li.buyTickets a {
	display:block;
	width:122px;
	height:45px;
	background:url(../imgs/nav.gif) no-repeat -419px 0;
	text-indent:-9999px;
}
li.filmList a {
	display:block;
	width:87px;
	height:45px;
	background:url(../imgs/nav.gif) no-repeat -543px 0;
	text-indent:-9999px;
}
li.home a:hover {
	display:block;
	width:64px;
	height:45px;
	background:url(../imgs/nav.gif) no-repeat 0 -45px;
}
li.about a:hover {
	display:block;
	width:83px;
	height:45px;
	background:url(../imgs/nav.gif) no-repeat -64px -45px;
}
li.faq a:hover {
	display:block;
	width:63px;
	height:45px;
	background:url(../imgs/nav.gif) no-repeat -147px -45px;
}
li.contact a:hover {
	display:block;
	width:105px;
	height:45px;
	background:url(../imgs/nav.gif) no-repeat -210px -45px;
}
li.buyTickets a:hover {
	display:block;
	width:122px;
	height:45px;
	background:url(../imgs/nav.gif) no-repeat -419px -45px;
}
li.filmList a:hover {
	display:block;
	width:87px;
	height:45px;
	background:url(../imgs/nav.gif) no-repeat -543px -45px;
}
/*li.contests a {
	display:block;
	width:100px;
	height:45px;
	background:url('../imgs/nav.gif') no-repeat -315px 0;
	text-indent:-9999px
}
li.contests a:hover {
	display:block;
	width:100px;
	height:45px;
	background: url('../imgs/nav.gif') no-repeat -315px -45px;
}
*/
/* ---------------------------------------------------------------------------------------------------- */
#DivId_ContentRow_Calendar-Logo-Twitter {
	margin:0;
	/* outside: top,right,bottom,left */
}
#Calendar {
	float:left;
	width:214px;
	/*+10+10 padding */
	height:214px;
	/*+10+10 padding */
	margin-bottom:20px;
	/* outside:top,right,bottom,left */
	padding:10px;
	/* inside:top,right,bottom,left */
	background-color:#F3F3F3;
	/*upper-light-grey:00 1F 3F 5F =7F= 9F BF DF FF*/
	color:#002E62;
	/* TOfilmfest dark-navy blue = #002E62 (0,46,98) */
}
.CalendarTitle {
	display:block;
	color:#002E62;
	/* TOfilmfest dark-navy blue = #002E62 (0,46,98) */
	font-weight:bold;
	font-size:16px;
	line-height:17px;
	text-align:center;
	padding:0 0 0 5px;
	/* inside:top,right,bottom,left */
}
.CalendarDate {
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#002E62;
	/* TOfilmfest dark-navy blue = #002E62 (0,46,98) */
	padding:0 0 0 5px;
	/* inside:top,right,bottom,left */
}
.CalendarMessage {
	display:block;
	font-size:14px;
	color:#002E62;
	/* TOfilmfest dark-navy blue = #002E62 (0,46,98) */
	padding:5px 0 0 10px;	/* inside:top,right,bottom,left */
	margin-bottom:5px;
}
#Logo {
	display:block;
	float:left;
	margin:1px 1px 20px 20px;
	/* outside: top,right,bottom,left */
}
/* ---------------------------------------------------------------------------------------------------- */
#twitter_div {
	float:right;
	width:214px;
	/*+10+10 padding */
	height:214px;
	/*+10+10 padding */
	margin-bottom:20px;
	/* outside:top,right,bottom,left */
	padding:10px;
	/* inside:top,right,bottom,left */
	background-color:#F3F3F3;
	/*upper-light-grey:00 1F 3F 5F =7F= 9F BF DF FF*/
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height:14px;
	color:#5F5F5F;
	/*upper-dark-grey:00 1F 3F 5F =7F= 9F BF DF FF*/
}
ul#twitter_update_list {
	margin:0;
	/* top,right,bottom,left */
	padding:0;
	/* top,right,bottom,left */
	list-style:none;
}
ul#twitter_update_list li {
	margin-bottom: 13px;
}
#twitter_div p {
	margin:0;
	/* top,right,bottom,left */
	padding:0;
	/* top,right,bottom,left */
	text-align:right;
	font-size:10px;
}
#twitter_div ul li span {
	visibility: visible;
}
#twitter_div ul li span a {
	color:#002d62;
	/* TOfilmfest dark-navy blue = #002E62 (0,46,98) */
	visibility:visible;
}
#twitter_div ul li a {
	color:#7b0f19;
	/* Dark red = #7B0F19 (123,15,25) */
	visibility:visible;
	/* hidden post time */
}
/* ---------------------------------------------------------------------------------------------------- */
.div-class_Browse {
	float:left;
	margin:20px 0 20px 0;
	/* outside:top,right,bottom,left */
	padding:5px 0 5px 10px;
	/* inside:top,right,bottom,left */
	width:222px;
	background-color:#F3F3F3;
	/*upper-light-grey:00 1F 3F 5F =7F= 9F BF DF FF*/
	color:#5F5F5F;
	/*upper-dark-grey:00 1F 3F 5F =7F= 9F BF DF FF*/
}
.div-class_Browse .bottom {
	padding:0 0 5px;
	background-color:#F3F3F3;
	/*upper-light-grey:00 1F 3F 5F =7F= 9F BF DF FF*/
	min-height:200px;
	height:auto!important;
	height:200px;
}
.div-class_Updates {
	margin:22px 0 0;
	/* outside:top,right,bottom,left */
	padding:5px;
	/* inside:top,right,bottom,left */
	width:220px;
	background-color:#F3F3F3;
	/*upper-light-grey:00 1F 3F 5F =7F= 9F BF DF FF*/
	color:#5F5F5F;
	/*upper-dark-grey:00 1F 3F 5F =7F= 9F BF DF FF*/
	height:auto;
	font-size:13px;
}
.div-class_BlogFeed {
	float:left;
	width:232px;
	/*border:1px solid #002E62;
	/* TOfilmfest dark-navy blue = #002E62 (0,46,98) */
	margin:0px 0 20px 0;
	/* outside:top,right,bottom,left */
	padding:0;
	/* inside:top,right,bottom,left */
	background-color:#F3F3F3;
	/*upper-light-grey:00 1F 3F 5F =7F= 9F BF DF FF*/
	color:#5F5F5F;
	/*upper-dark-grey:00 1F 3F 5F =7F= 9F BF DF FF*/
	font-size:12px;
	line-height:14px;
}
.div-class_BlogFeed p {
	padding:0 4px 0 4px;
	/* inside:top,right,bottom,left */
}
.BlogEntryTitle {
	font-size:14px;
	line-height:15px;
	display:block;
	font-weight:bold;
	color: #002E62;
	/* TOfilmfest dark-navy blue = #002E62 (0,46,98) */
}
.BlogEntryTitle a,.BlogEntryTitle a:link,.BlogEntryTitle a:visited {
	font-weight:bold;
	color:#002E62;
	/* TOfilmfest dark-navy blue = #002E62 (0,46,98) */
	text-decoration:none;
}
.BlogEntryTitle a:hover,.BlogEntryTitle a:active {
	font-weight:bold;
	color:#002E62;
	/* TOfilmfest dark-navy blue = #002E62 (0,46,98) */
	text-decoration:underline;
}
.BlogEntryDate {
	font-size:10px;
	line-height:13px;
	color: #7b0f19;
	/* Dark red = #7B0F19 (123,15,25) */
}
.BlogEntryDate a,.BlogEntryDate a:link,.BlogEntryDate a:visited {
	color:#7b0f19;
	/* Dark red = #7B0F19 (123,15,25) */
	text-decoration:none;
}
.BlogEntryDate a:hover,.BlogEntryDate a:active {
	color:#7b0f19;
	/* Dark red = #7B0F19 (123,15,25) */
	text-decoration:underline;
}
/* ---------------------------------------------------------------------------------------------------- */
#PermaLink_Email {
	margin:25px 0 0;
	/* outside:top,right,bottom,left */
	width:50px;
	float:right;
}
/* ---------------------------------------------------------------------------------------------------- */
.inputText input {
	padding:3px 0 0 3px;
	/*color:#333333;
	*/
	font-size:12px;
	/*width:145px;
	height:18px;
	*/
	margin:-20px 0 0 2px;
	/* top,right,bottom,left */
	border:0;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.inputText input.topTextBox {
	color:#999999;
}
.blueText {
	color:#002e63;
	font-weight: bold;
}
/* --------------------------------------------------------------------------------- */
/* ---------- TOP ---------- */
/* --------------------------------------------------------------------------------- */
#picks {
	float:left;
	display:inline;
	width:604px;
	height:56px;
	background-image:url(../imgs/bg-pick.gif);
	background-repeat:no-repeat;
	margin:8px 0 0;
	padding: 0;
}
input.login {
	background-image:url(../imgs/btn-pickAccess.jpg);
	background-repeat:no-repeat;
	width:54px;
	height:28px;
	/*float:left;
	*/
	border:0;
	margin:7px 0 0 8px;
	/* top,right,bottom,left */
}
img.login {
	margin:0 0 0 8px;
	/* top,right,bottom,left */
}
input.signup {
	background-image:url(../imgs/btn-pickSignup.jpg);
	background-repeat:no-repeat;
	width:54px;
	height:28px;
	float:left;
	border:0;
	margin: 7px 0 0 8px;
}
.forgotPassword {
	color:#ffffff;
	font-size:12px;
	margin:0 25px 0 9px;
	/* top,right,bottom,left */
	float:right;
	display:inline;
}
a.forgotPassword {
	color:#ffffff;
	text-decoration: underline;
}
.errorMessage {
	color:#ffffff;
	font-size:12px;
	font-style:italic;
	margin:0 0 0 8px;
	/* top,right,bottom,left */
	float:left;
	display:inline;
}
.topTitle {
	font-weight:normal;
	margin:4px 0 0 10px;
	/* top,right,bottom,left */
	padding:0;
	font-size:18px;
	color:#ffffff;
	float:left;
	width:auto;
}
#topSearch {
	float:right;
	display:inline;
	width:257px;
	height:56px;
	background-image:url(../imgs/bg-search.gif);
	background-repeat:no-repeat;
	margin:8px 0 0;
	padding: 2px 0 0;
}
.searchSubmit {
	margin:7px 0 0 8px;
	padding:0;
	width:28px;
	height:28px;
	/*float:left;
	*/
	background-image:url(../imgs/btn-searchArrow.jpg);
	background-repeat:no-repeat;
	border:0;
}
/* ----------------------------------SEARCH----------------------------------------------- */
#searchBtns {
	padding:10px 0 0 0px;
	/* top,right,bottom,left */
	padding:0;
	width:104px;
	font-size:15px;
	display:inline;
}
#searchBtns img {
	border:0;
	margin:0 0 5px;
}
#searchPdf {
	margin:5px 0 0 50px;
	padding:0;
	width:39px;
	float:left;
	display:inline;
	font-size:15px;
}
#searchPdf img {
	border:0;
	margin:0 0 5px 5px;
}
.years {
	margin:10px 0 0;
}
.div-class_Browse a {
	margin:20px 0 0;
	padding:15px 0 0;
	text-decoration:none;
	color:#002d62;
	font-weight:normal;
}
.div-class_Browse p {
	margin:10px 0 0;
	padding:0;
}
.div-class_Browse .first {
	width:74px;
	float:left;
}
input.searchText {
	width:142px;
	height:18px;
	padding:2px 0 0 2px;
	margin:0 0 6px 5px;
	border:1px solid #666566;
	font-size:12px;
	color:#333333;
	float:right;
}
select.searchText2 {
	width:145px;
	height:21px;
	padding:0;
	margin:0 0 6px 5px;
	border:1px solid #666566;
	font-size:12px;
	color:#333333;
	float:right;
}
input.btnSelect,input.btnSelect2 {
	margin:5px 0;
	padding:0;
	background-image:url(../imgs/btn-select.gif);
	background-repeat:no-repeat;
	width:80px;
	height:28px;
	border:0;
}
.advanced a {
	margin:5px 0 0 50px;
	display: block;
}
/* ----------------------------------UPDATES----------------------------------------------- */
.div-class_Updates p {
	margin:0 0 0 6px;
	padding:0;
}
.inputText2 input {
	padding:3px 0 0 3px;
	color:#333333;
	font-size:12px;
	width:156px;
	height:18px;
	margin:5px 0 0 5px;
	border:1px solid #666566;
	float:left;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.inputText2 input.updateEmail {
	color:#999999;
}
input.updatesBtn {
	margin:3px 0 0 6px;
	padding:0;
	background-image:url(../imgs/btn-updates.gif);
	background-repeat:no-repeat;
	width:28px;
	height:28px;
	border: 0;
}
/* ----------------------------------REVIEW----------------------------------------------- */
.review {
	clear:both;
	margin:22px 0 0;
	padding:5px 5px 10px;
	width:228px;
	background-color:#f3f3f3;
	color:#666566;
	height:auto;
	float:left;
	font-size:13px;
	line-height:16px;
}
.inputText3 input {
	margin:0 0 5px 5px;
	width:182px;
	height:20px;
	border:1px solid #666566;
	font-size:12px;
	color:#333333;
	padding:3px 0 0 3px;
}
.inputText3 input.reviewText {
	color:#999999;
}
select.reviewText2 {
	margin:0 0 5px 5px;
	width:186px;
	height:23px;
	border:1px solid #666566;
	font-size:12px;
	padding:1px 0 0;
	color:#333333;
}
input.reviewBtn {
	margin:6px 0 0 6px;
	padding:0;
	background-image:url(../imgs/btn-review.gif);
	background-repeat:no-repeat;
	width:80px;
	height:28px;
	border: 0;
}
/* ---------------------------------------------------------------------------------------------------- */
h2.titleSearch {
	width:216px;
	height:25px;
	background:url(../imgs/title-search.gif) no-repeat;
	text-indent:-9999px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
}
h2.titleAdvanced {
	width:211px;
	height:30px;
	background:url(../imgs/title-advanced.gif) no-repeat;
	text-indent:-9999px;
	margin-left:0;
	margin-right:0;
	margin-top:15px;
	margin-bottom:0;
}
h2.titleUpdates {
	width:210px;
	height:40px;
	background:url(../imgs/title-updates.gif) no-repeat;
	text-indent:-9999px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
}
h2.titleReview {
	width:212px;
	height:34px;
	background:url(../imgs/title-review.gif) no-repeat;
	text-indent:-9999px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom: 0;
}
/* ---------------------------------------------------------------------------------------------------- */
.smallImage {
	margin:0;
	padding:0 0 10px;
}
.rating {
	margin:0 0 0 5px;
	vertical-align:middle;
}
.mypickRating {
	margin:0 3px 0 0;
}
.pick {
	margin:5px 0 0 27px;
	width:81px;
	float:left;
	display:inline;
	text-align: center;
}
/* ==================================================================================================== */
/* #example {}:ID selector <p id="example">only one unique ID per page
/* ==================================================================================================== */
/* .example {}:CLASS selector <p class="example">any element with class specified
/* ==================================================================================================== */
/* p {}:ELEMENT selector <p>all <p>elements on the page
/* ==================================================================================================== */
/* SPAN flow,in-line/* DIV block-level,new-line
/* ==================================================================================================== */
.smallImage {
	margin:0;
	padding:0 0 10px;
}
.rating {
	margin:0 0 0 5px;
	vertical-align:middle;
}
.mypickRating {
	margin:0 0 0 28px;
	vertical-align:middle;
}
.date {
	margin:0 1px 1px 0; 	/* outside:top,right,bottom,left */
	padding:5px;
	width:120px;
	height:30px;
	background-color:#8795b8;
	color:#ffffff;
	float:left;
	font-size:11px;
}
.place {
	margin:0 0 1px 0; 	/* outside:top,right,bottom,left */
	padding:5px;
	width:160px;
	height:30px;
	background-color:#002d62;
	color:#ffffff;
	float:left;
	font-size:11px;
}

.place a, place a:link, place a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.place a:hover, place a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

.expected {
	clear:both;
	margin:10px 0 0;
	float:left;
}
#to {
	float:left;
}
#right {
	float:right;
}
.bottomRating {
	padding:0 0 0 10px;
}
.buzz {
	padding:0 0 0 10px;
}
.reviewTitle {
	font-size:12px;
}
.mypickRating {
	padding:0;
}
.pick {
	vertical-align:middle;
	margin:-5px 0 0;
	width:85px;
	float:left;
	display:inline;
	text-align:center;
	font-size:10px;
	line-height:13px;
}
.image {
	padding:0 0 10px;
	float:left;
}

