/* video.css */

div.resultsBar
{
  position: relative;
  width: 932px;
  height: 26px;
  line-height: 26px;
  margin: 12px auto 0px auto;
  background-color: #000;
}  
div.resultsBar .info
{
  position: absolute;
  width: 600px;
	top: 1px;
	left: 10px;
  height: 26px;
/*border:1px solid #0f0;*/
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
letter-spacing: 1px;
word-spacing: 2px;
  color: #ccc;
}
div.resultsBar .info .num
{
  font-size: 16px;
  font-weight: bold;
  color: #ffbbbb;
}
div.resultsBar .info a
{
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  line-height: 14px;
  color: #eee;
}
div.resultsBar .info a:hover
{
  color: #ffbbbb;
  text-decoration: underline;
}
div.resultsBar .info a.badtag
{
  color: #888;
/*text-decoration: line-through;*/
}
div.resultsBar .paging
{
  position: absolute;
	top: 1px;
	right: 10px;
  width: 190px;
  height: 26px;
/*border:1px solid #f00;*/
  text-align: right;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  word-spacing: 4px;
  color: #fff;
}
div.resultsBar .paging a
{
  text-decoration: none;
  color: #2b7dd9;
}
div.resultsBar .paging a:hover
{
  text-decoration: none;
  color: #c8dff8;
}
span.gray
{
  color: #000;
}

div.video
{
  position: relative;
  width: 930px;
  height: 249px;
  margin: 12px auto;
  background: url(../images/bg-production.png) top no-repeat;
}
div.video h1
{
  position: absolute;
  top: 13px;
  left: 20px;
}
div.video h1 img
{
  display: inline;
  margin-left: 6px;
  margin-bottom: -2px;
}
div.video h1 a
{
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  word-spacing: 2px;
  color: #fff;
}
div.video h1 a:hover
{
  text-decoration: underline;
}

div.video .desc_reg
{
/*border:1px solid #0f0;*/
  position: absolute;
  top: 40px;
  left: 288px;
  width: 480px;
  height: 55px;
  overflow: hidden;
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
/*letter-spacing: 1px;*/
/*word-spacing: 0.2 em; */
  color: #f8f8f8;
}
div.video .desc_big
{
  position: absolute;
  top: 36px;
  left: 283px;
  width: 480px;
  height: 85px;
  overflow: hidden;
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
/*letter-spacing: 1px;*/
/*word-spacing: 0.2 em; */
  color: #f8f8f8;

  z-index: 10;
  border:1px solid #fff;
  padding: 3px 4px;
  background-color: #666;
}

div.video .tags_reg
{
/*border:1px solid #0f0;*/
  position: absolute;
/*  top: 104px; */
  top: 101px;
  left: 288px;
  width: 500px;
  height: 13px;
  overflow: hidden;
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  color: #bbb;

  z-index: 1;
}
div.video .tags_reg a
{
  color: #ccc;
}
div.video .tags_reg a:hover
{
  text-decoration: underline;
  color: #ffbbbb;
}

div.video .tags_big
{
  position: absolute;
/*top: 100px;*/
  top: 97px;
  left: 283px;
  width: 500px;
  height: 26px;
  overflow: hidden;
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  color: #bbb;

  z-index: 9;
  border:1px solid #fff;
  padding: 3px 4px;
  background-color: #585858;
}
div.video .tags_big a
{
  color: #ccc;
}
div.video .tags_big a:hover
{
  color: #ffbbbb;
  text-decoration: underline;
}

/*
div.video .addcart
{
  position: absolute;
  top: 20px;
  right: 16px;
}
div.video .addcart input#add2cart
{
  border: 0;
  text-indent: -9999px;
  width: 133px;
  height: 72px;
  background: url(../images/b-addcart.png) no-repeat;
}
div.video .addcart input#add2cart:hover
{
  background-position: left -72px;
}
*/

div.video .addcart
{
  position: absolute;
  top: 20px;
  right: 16px;
}
div.video .addcart input#add2cartmp4
{
  border: 0;
  text-indent: -9999px;
  width: 113px;
  height: 62px;
  background: url(../images/b-addcart-mp4.png) no-repeat;
}
div.video .addcart input#add2cartmp4:hover
{
  background-position: left -61px;
}
div.video .addcart input#add2cartdvd
{
  border: 0;
  text-indent: -9999px;
  width: 113px;
  height: 61px;
  background: url(../images/b-addcart-dvd.png) no-repeat;
}
div.video .addcart input#add2cartdvd:hover
{
  background-position: left -61px;
}
div.video .addcartmp4
{
  position: absolute;
  top: 2px;
  right: 16px;
}
div.video .addcartmp4 input#add2cartmp4
{
  border: 0;
  text-indent: -9999px;
  width: 113px;
  height: 53px;
  background: url(../images/b-addcart-mp4-s.png) no-repeat;
}
div.video .addcartmp4 input#add2cartmp4:hover
{
  background-position: left -52px;
}
div.video .addcartdvd
{
  position: absolute;
  top: 52px;
  right: 16px;
}
div.video .addcartdvd input#add2cartdvd
{
  border: 0;
  text-indent: -9999px;
  top: 60px;
  width: 113px;
  height: 53px;
  background: url(../images/b-addcart-dvd-s.png) no-repeat;
}
div.video .addcartdvd input#add2cartdvd:hover
{
  background-position: left -52px;
}

div.video .vidclip
{
  position: absolute;
  top: 39px;
  left: 10px;
  width: 266px;
  height: 201px;
/*background-color: #f00;*/
}
div.video .vidclip .newVid
{
  position: relative;
  width: 95px;
  height: 67px;
  z-index: 2;
}
div.video .thumbs
{
  position: absolute;
/*  top: 109px; */
  top: 107px;
  left: 275px;
  width: 655px;
  height: 147px;
/*background-color: #f00;*/
}

div#url
{
/*border:1px solid #f00;*/
  width: 905px;
  margin: 10px auto 0 auto;
}
div#url p
{
  text-align: center;
  font-family: arial;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
/*letter-spacing: 1px;*/
/*word-spacing: 0.2 em; */
  background-color: #121212;
  color: #aaa;
}
div#url a
{
  color: #aaa;
}
div#url a:hover
{
  text-decoration: underline;
  color: #ccc;
}