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

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

body .toolbar {
	 /* FIXME: hardcoded url */
	background: transparent url('http://iswank.quickiclips.com/wp-content/themes/pip-qic/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(http://iswank.quickiclips.com/wp-content/themes/pip-qic/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;
}

table.productcart tr.firstrow {
 font-weight:bold;
 /* background-color: #e5e5e5; */
 /* border-left: 2px solid white; */

 /* RAF: handle orientation */
 background: url(images/cart_header_bar.png) no-repeat;

 }

table
{
margin-left: auto;
margin-right: auto;
}

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;
}

.ageVerifyMain {
	-webkit-padding-start: 0px;
}

img.watermark_bg {
position: absolute;
top: 2px;
left: 2px;
}

img.watermark {
position: absolute;
top: 12px;
left: 8px;
}

.videoImgContainer {
  /* FIXME: hardcoded url */
  background: transparent url(http://iswank.quickiclips.com/wp-content/themes/pip-qic/resource/images/movieborder.gif) no-repeat scroll center center;
  width: 122px;
  height: 92px;

  /* watermark support */
  	position:relative;
	display:block;
}


.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; */
  margin-left:auto;
  margin-right:auto;
  width: 200px;
}

.videoTxt {
	width: 150px;
  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;
  text-align: center;
  /* 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;
}

#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;}
