@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------------------- 
  
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }



/* -------------------------------------------------------------- 
   
   * Main CSS - Places backgrounds, images and text.
   
-------------------------------------------------------------- */
body { 
  font-size: 75%;
  color: #6d6d6d; 
  background: #fff;
  font-family: Arial, sans-serif;
}

.main {
	  background: url(/img/bg_nav.gif) top left repeat-x;
  }
  
.home {
	  background-color: #e1e1e1;
  }


.container {
  width: 900px;
  margin: 0 auto;
}

.header {
	height: 70px;
	margin-top: 2px;
 }

.logo {
  background-image: url(/img/utvee-logo.jpg); height:35px; width:125px;
  left:0px;
  top:0px;
  float: left;
}

.logo a {
	height: 100%;
	width: 100%;
	display:block;
}

.tagline {
	padding:6px 0px 0px 10px;
	font-size:11px;
	font-weight:bold;
	line-height:11px;
	float: left;
	font-style:italic;
	margin-top: 4px;
}

/* Search Box 
-----------------------------------------------------------*/
#search {
	margin: 4px 0 0;
	float: right;
}
#search #query {
	width: 216px;
	vertical-align: middle;
	background: transparent url(/img/bg_searchfield.gif) no-repeat scroll 0pt -44px;
	border: 0 none;
	height: 24px;
	padding-left: 24px;
	padding-top: 5px;
}

#search #searchsubmit {
	vertical-align: middle;
}

div#searchterms {
  position:relative;
  float:left;
  margin-right:3px;
}

label.overlabel {
  color:#FFF;
}

label.overlabel-apply {
    position:absolute;
    top:3px;
    left:24px;
    z-index:1;
    color:#6d6d6d;
  }
/* END Search Box */



/* Main navigation
---------------------------------------------------------*/
#navlist
{
float: left;
margin-top:2px;
margin-left: 0;
color: #FFF;
height: 28px;
width: 900px;
}

#navcontainer ul
{
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;

}

#navlist a
{
background: url(/img/btn_nav.gif) no-repeat;
text-decoration: none;
width: 300px;
display:block;
float:left;
height: 23px;
text-align:center;
font-weight:bold;
padding-top:4px;

}

#navlist a:link { color: #FFF; }
#navlist a:visited { color: #FFF; }

#navlist a:hover {
	color: #FFF;
	background: url(/img/btn_nav.gif) no-repeat 0 -33px;
}
/* END Main navigation */


#breadcrumb {
	font-size:10px;
}



/* Product page elements
-------------------------------------------------------------- */
#productside {
  width: 300px;
}

#productmain {
  width:580px;
  float:right;
 }

.productinfo {
	border: 1px #c2c2c2 solid;
	padding: 16px;
	text-align: center;
}

.productinfo img {
	padding:5px;
}

.productinfo .oldprice {
	text-decoration: line-through;
	font-size: 12px;
	font-weight:100;
	margin-right:8px;
}

.price {
	color: #759206;
}

.productinfo .price {
	font-weight: bold;
	font-size: 16px;
}

.productinfo .buyit {
  margin: 6px;
}

.button a {
  background: url(/img/btn_buyit.gif) no-repeat;
  width: 85px;
  height: 37px;
  display:block;
  margin: 0 auto;
}

.button a:hover {
	background: url(/img/btn_buyit.gif) no-repeat 0 -43px;
}

.storelink a {
    color: #759206;
	font-size:10px;
}

.productinfo .productdesc {
	text-align:left;
	font-size: 11px;
	line-height:14px;
	margin-top: 20px;
}

.sociallinks {
    list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.sociallinks li {
	border-bottom: 1px #c2c2c2 solid;
	padding: 8px 0;
	height: 20px;
}

.rateit {
	float:left;
	margin-right: 4px;
}

.rating {
	margin:auto;
}

.ratingstar {
	padding: 0px;
}

.sharethis,
.sendtoafriend,
.report,
.twitter,
.facebook,
#shopbyheader .rss {
	padding-left: 22px;
	text-decoration: none;
	color: #f73a74;
	display: block;
	font-weight: bold;
	font-size: 10px;
	height: 16px;
}

.sharethis {
	background: url(/img/icon_share.gif) top left no-repeat;
}

.sendtoafriend {
	background: url(/img/icon_email.gif) top left no-repeat;
}

.report {
	background: url(/img/icon_alert.gif) top left no-repeat;
	color: #6d6d6d;
}

.twitter {
	background: url(/img/icon_twitter.gif) top left no-repeat;
	color: #4abdce;
	float: left;
	padding-left: 18px;
}

.facebook {
	background: url(/img/icon_facebook.gif) top left no-repeat;
	color: #4abdce;
	float: left;
	padding-left: 18px;
}

.characterpic {
	width: 130px;
	float: left;
	height: 120px;
}

.characterinfo {
	overflow:auto;
}

.characterinfo p {
	text-align: left;
	margin-left:130px;
	margin-bottom: 5px;
}

.characterinfo .match,
.productinfo .match {
	text-transform:uppercase;
	color: #f73a74;
	font-weight:bold;
}

.characterinfo .usernotes {
	font-style: italic;
}

.characterinfo img {
	float:left;
	border: 1px #c2c2c2 solid;
	margin-bottom: 4px;
}

.videoplayer {
	width: 580px;
	display:block;
	height:200px;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
}

.videoplayer p {
	float: left;
	margin: 20px;
	line-height:26px;
	color: #f73a74;
	font-size: 14px;
	width: 80px;
	text-align:right;
}

.videoarrow { font-size: 22px; color:#f73a74; margin: 0;}

#video {
	background:transparent url(/img/bg_video.png) no-repeat scroll 0 0;
	height:200px;
	width:338px;
	z-index:1;
	float: left;
}

#video img {
	margin:  12px 0 0px 13px;
}

.relatedproducts {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 180px;
}

.relatedproducts .header {
	height: 20px;
	border-bottom: 1px #ccc solid;
	padding-bottom: 10px;
}

.relatedproducts .title {
	float: left;
	font-size: 16px;
	font-weight:bold;
	text-align:left;
}

.relatedproducts .paging {
	float: right;
	margin: 4px 0;
	font-size: 13px;
	letter-spacing: 2px;
}

.paging .arrow {
	padding: 0 8px;
}

.products ul {
	float: left;
}

.products li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float: left;
	margin: 4px;
}

.product a {
	display: block;
	margin: 0 auto;
	border: 1px #ccc solid;
}

.products img {
	display: block;
	margin: 0 auto;
}

.product a:hover {
	border: 1px #f73a74 solid;
	display: block;
	margin: 0 auto;
}

.products .product {
	width: 132px;
	height: 85px;
}

.caption {
	font-size: 10px;
	margin: 0px;
}

.rss {
  margin: 4px 4px 0px 0px;
  float:left;
  width: 16px;
}

.rss a {
  background: url(/img/btn_rss.gif) no-repeat;
  width: 16px;
  height: 16px;
  display:block;
  margin: 0 auto;
}

.rss a:hover {
	background: url(/img/btn_rss.gif) no-repeat 0 -20px;
}


/*Home
-------------------------------------------------------------- */

.featuredmodule .featured {  	
	position:relative;
	overflow:hidden;		
	width: 390px;
	height: 250px;	 
}
	
.featuredmodule .items_featured {	
	position:absolute; 
	width:20000em;	
	margin: 0px;
	}

.featuredmodule .featuredclips {  	
	position:relative;
	overflow:hidden;		
	width: 461px;
	height: 262px;	
}

.featuredmodule .featuredclips img {
	margin:  11px 0 0 12px;
}
	
.items_featured_clips {	
	position:absolute; 
	width:20000em;	
	margin: 0px;
	}

.featuredmodule .right .featured_clip {
	border: 0px;
	padding: 0px 0;
	text-align: left;
	height: 262px;
	width: 461px;
	float: left;
	z-index:1; 
	background:transparent url(/img/bg_videohome.png) no-repeat scroll 0 0;
}

.submodule .vertical {  	
	position:relative;
	overflow:hidden;		
	height: 290px;	 
	width: 273px;
}
	
.submodule .items {	
	position:absolute;
	height:20000em;	
	margin: 0px;
}

.disabled {
	visibility:hidden;		
}
	
.featuredmodule,
.submodule {
	background:#FFFFFF;
	padding: 10px;
	margin: 5px 0;
}

.featuredmodule {
	width: 880px;
	height: 260px;
}

.featuredmodule .header,
.submodule .header {
	height: 20px;
	border-bottom: 1px #ccc solid;
	padding-bottom: 10px;
}

.featuredmodule .title,
.submodule .title {
	float: left;
	font-size: 16px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	color: #f73a74;
}

.featuredmodule .paging,
.submodule .paging {
	float: right;
	margin: 4px 0;
	font-size: 13px;
	letter-spacing: 2px;
}

.featuredmodule .left {
	float: left;
	width: 390px;
}

.featuredmodule .left .productimage {
	float: right;
	margin-left: 16px;
}

.featuredmodule .left .productinfo {
	border: 0px;
	padding: 10px 0;
	text-align: left;
	width: 390px;
	float: left;
}

.featuredmodule p {
	border: 0px;
	margin: 8px;
	text-align: left;
}

.featuredmodule a {
  margin: 0;
}

.featuredmodule .right {
	float: right;
	width: 461px;	
}

.submodule {
	width: 273px;
	height: 350px;
	float: left;
}

.sub1,
.sub2 {
	margin-right: 10px;
}

.submodule .characterpic {
	float: left;
	height: 80px;
	width: 116px;
	border: 1px #ccc solid;
	margin-right: 8px;
}

.submodule ul {
	float: left;
}

.submodule .item {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float: left;
	margin-top: 12px;
	line-height: 14px;
	width: 270px;
}

.submodule li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float: left;
	margin-top: 12px;
	line-height: 14px;
	width: 270px;
}

.submodule .itemlink {
	font-size: 14px;
	color: #0066FF;
	text-decoration:none;
}

.submodule .smgrayuppercase {
	text-transform: uppercase;
	font-size:11px;
	margin-bottom: 4px;
}

.submodule .price {
	text-transform: none;
	text-decoration: none;
}

.submodule a:hover {
	text-decoration: underline;
}



/* Shop By...
-------------------------------------------------------------- */
#narrowing {
  width: 150px;
  float:left;
}

.section {
	border: 1px #e1e1e1 solid;
	margin-bottom: 10px;
	padding: 6px;
}

.section p {
	text-transform: uppercase;
	font-size: 10px;
	color: #f73a74;
	margin-bottom: 2px;
	font-weight:bold;
}

.selectstyle {
	width: 136px;
}

.section li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 6px 0;
}

.section a,
#searchresults a {
	color: #0066FF;
	text-decoration:none;
}

.subcategory {
	margin-left: 20px;
}

#searchresults {
  width:725px;
  margin-left:165px;
}

#searchresults .header {
	height: 20px;
	border-bottom: 1px #ccc solid;
	margin: 0;
}

#searchresults .title {
	float: left;
	text-transform: uppercase;
	font-size:10px;
	text-align:left;
}

#searchresults .paging {
	float: right;
	font-size: 13px;
	letter-spacing: 2px;
}

#shopbyheader {
	margin: 0;
	height: 90px;
}

.shopbypic {
	padding: 0 16px;
	border: 1px #e1e1e1 solid;
	float: left;
}

.shopbytitle {
	margin-left: 164px;
}

#shopbyheader .rss {
	background: url(/img/btn_rss.gif) no-repeat;
	color: #fe8c42;
	padding-left: 20px;
	float: left;
	margin: 0 24px 0 0;
	width: auto;
}

#searchresults .product {
	height: 150px;
	width: 170px;
}

#searchresults li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float: left;
	margin: 4px 4px 16px 4px;
}

.playoff {
	background: transparent url(/img/icon_play.gif) no-repeat 0 0;
	height: 18px;
	width: 20px;
	margin-left: 4px;
	position: absolute;
	float: left;
	margin-top: 126px;
}

.playon {
	background: transparent url(/img/icon_play.gif) no-repeat -20px 0;
	height: 18px;
	width: 20px;
	position: absolute;
	margin-left: 4px;
	display: none;
	margin-top: 126px;
}


#searchresults a:hover .playon {
	display: block;
}

.below {
	border-top: 1px #ccc solid;
	width: 100%;
	text-align:right;
	margin: 20px 0;
}


/* Footer
-------------------------------------------------------------- */
#footer {
	background:#e1e1e1;
	margin: 12px 0 0;
  	text-align:left;
	padding: 12px 0px 24px 0px;
	font-size: 11px;
	clear: both;
  }
  
.footerright {
	float:right;
	text-align: right;
}

.footerright .twitter {
	float: right;
}

.footerright .facebook {
	float: right;
}

.footerleft {
	float:left;
}
#footer a,
#footer a:visited {text-decoration:none;}

#footer a:hover {text-decoration:underline;}

/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .2em;
  border: none;
  margin: 20px 0 20px 0; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }
  
  
/* -------------------------------------------------------------- 
   
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */


/* Headings
-------------------------------------------------------------- */


h1 { font-size: 22px; color:#f73a74; margin: 10px 0;}

h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h2 { font-size: 1.5em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; color: #f58216; font-weight:bold;}
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */

p           { }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
    
a           { color: #6d6d6d; }

blockquote  { margin: 1.5em; color: #666; padding: 10px; border: 1px solid #cccccc;}
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin: 0; }
ul, ol      { margin: 0; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: 1em; color: #666; line-height: 1.3em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
