body {
  /* max-width: 480px; */
  /* default is portrait */
  max-width: 320px;
  width: 100%;

	margin: 0;
	display: block;
	height: 258px;
	/* FIXME: hardcoded url */
	background: #FFFFFF url('/wp-content/themes/zztest/resource/images/background.jpg') repeat scroll 0 0;
/*	background-color: black; */
/*	background-image: ;*/
}

body .toolbar {
	 /* FIXME: hardcoded url */
	background: transparent url('/wp-content/themes/zztest/resource/images/toolbarbg.png') repeat-x scroll 0 0;
  height: 57px;
   max-width: 320px; /* default is portrait */
   width: 100%;
}

body[orient="portrait"] {
         max-width: 320px;
         width: 100%;
}
body[orient="portrait"] .toolbar {
         max-width: 320px;
         width: 100%;
}
body[orient="portrait"] .atb {
         max-width: 320px;
         width: 100%;
}


body[orient="landscape"] .atb {
	 max-width: 480px;
	 width: 100%;
}

#toolbar {
  background-color: transparent;    
}


body[orient="landscape"] {
         max-width: 480px;
         width: 100%;
}
body[orient="landscape"] .toolbar {
         max-width: 480px;
         width: 100%;
}
body[orient="landscape"] .atb {
         max-width: 480px;
         width: 100%;
}


.atb {
	color: white;
	 /* FIXME: hardcoded url */
	background: transparent url(/wp-content/themes/zztest/resource/images/mesh.jpg) repeat-x scroll 0 0;
	min-height: 91px;
  padding: 0;
  margin: 0;  
  /*margin-left: -10px;*/ 
  margin-top: -5px;
  max-width: 320px;
  width: 100%;
}

.toolbarTable {
  /* width: 100%; */
  /*border-collapse: separate;*/
}

table, td, tr, tbody {
  border: 0 none;
  margin: 0;
  padding: 0;	
}

tbody {
	display: table-row-group;
	vertical-align: middle;
}

tr {
	display: table-row;
	vertical-align: top;
}

td {
	display: table-cell;
	vertical-align: inherit;
}	

.atb .toolitem {
  padding: 47px 61px 30px 0;
}

.buttonTxt {
	padding: 0px 0px 0px 10px;
	text-decoration:none;
	color: white;
  font-family: sans-serif;
  font-weight: bold;
  font-size: smaller;
}

.logo {
  width: 90%;
  margin-left: -20px; 
  margin-top: -5px;
}

.videoImgContainer {
  /* FIXME: hardcoded url */
  background: transparent url(/wp-content/themes/zztest/resource/images/movieborder.gif) no-repeat scroll center center;
  width: 122px;
  height: 92px;
}

.videoImg {
  text-align:center;
  margin-top:0px;
  margin-bottom:0px;
  /* padding:0px; */
  border: 0px;
  padding-top: 1px;
  padding-left: 1px;
}

.videoItemLeft {
  padding-left: 10px;*/
  max-width: 150px;
  overflow: hidden;
}

.videoItemRight {
  padding-left: 10px;
}

.name {
  color: #ff00fc;
  font-family: sans-serif;
  font-weight: bold;
  font-size: smaller; 
  text-decoration:none;
  max-width:150px;
}

.time {
  text-decoration:none;
  color: white;
  font-family: sans-serif;
  font-weight: bold;
  font-size: smaller;
}

a {
	text-decoration: none;	
}

.listName {
	position: absolute; 
	top: 20px; 
	left: 200px; 
	display: inline;
}

.videoPic {
  width: 150px;
  float: right;
}

.videoTxt {
  /*width: 250px;*/
  color: white;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  float: left;
}

.videoTxtRow {
  width: 320px;
  color: white;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  float: left;
}

.miscTxt {
  color: white;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  font-size: large;
}

.ageTxt {
  color: white;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  font-size: large;
    align: center;

}

#headerLogo {
  margin-top: -9px; 
  display: block;
	  }
	  
.catList li {
	/*
	border-color: #FFFFF;
	border-style: solid;
	border-width: 1px 2px;
	clear: left;
	color #00000;
	margin: auto auto 3px;
	*/	
	}	  
	
.q_field{color:#111;}
input{display:inline;width=50px;}
#iq_input{position:relative;top:-125px;left:200px;border:1px solid #bbb;}
#qbtn{display:inline;position:relative;top:-160px;left:250px;height:39;width:39;}
.ageVerifyMain {
    margin: 0px 0pt; 
    padding: 0px 0px 10px; 
    font-family: Arial; 
    color: white; 
}

.ageVerifyYes {
    list-style-type: none; 
    background-repeat: no-repeat; 
    background-image: url(images/blue-button-lg.png); 
    padding-bottom: 25px; 
    margin-right: 50px; 
    padding-top: 15px; 
    margin-left: 50px;
}

.ageVerifyNo {
    list-style-type: none;
    background-repeat: no-repeat; 
    background-image: url(images/blue-button-lg.png); 
    padding-bottom: 25px; 
    margin-right: 50px; 
    padding-top: 15px; 
    margin-left: 50px;
}

.ageVerifyYesDiv {
	color: white;
	text-align: center; 
	font-weight: bold; 
	font-size: x-large;
}

.ageVerifyNoDiv {
	color: white;
	text-align: center; 
	font-weight: bold; 
	font-size: x-large;
}
