@charset "UTF-8";

a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#9dbeea;
  color:#020101;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#020101;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#7442bc;
  color:#FFFFFF;
  font-family:'Lucida Console';
  font-weight:normal;
  font-style:normal;
  font-size:27px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 -3px 0 #777777;
  -moz-text-shadow:0 -3px 0 #777777;
  text-shadow:0 -3px 0 #777777;
}

.content {
  padding:5px;
}

#vwidgwr {
  display:block;
  width:800px;
  height:810px;
  margin:10px;
  padding:7px;
  overflow:hidden;
  background:url(images/model_name.png),url(images/header.png),url(images/bottom.png);
  background-repeat:no-repeat,no-repeat,no-repeat;
  background-position:left 10px,top,bottom;
  font-family:"Century Gothic",Georgia,Times New Roman,Times,serif;
}

#vidspace {
  display:block;
  width:797px;
  height:480px;
  margin-top:160px;
  margin-bottom:30px;
  background:rgba(0,0,0,.5);
  margin-left:-7px;
  padding:8px;
  overflow:auto;
}

#va,#vb,#vc,#vd,#ve,#vf,#vg,#vh,#vi,#vj,#vk,#vl,#vm,#vn {
  display:inline-block;
  width:760px;
  height:200px;
  padding-top:3px;
  padding-left:1px;
  padding-bottom:3px;
  margin:5px 5px 5px 1px;
  background:url(images/bdv.png) no-repeat;
  border-radius:5px;
  -webkit-border-radius:5px;
  position:relative;
  font-size:14px;
}

.ivp {
  display:block;
  width:200px;
  height:180px;
  float:left;
  margin:5px;
  background:rgba(102,102,102,1);
  border:5px solid #336;
  border-radius:5px;
  -webkit-border-radius:5px;
  text-align:left;
  overflow:hidden;
}

.ivp:hover,.ivp:focus {
  display:block;
  width:250px;
  height:180px;
  float:left;
  margin:5px;
  background:rgba(102,102,102,1);
  border:5px solid #0099FF;
  border-radius:5px;
  -webkit-border-radius:5px;
  -webkit-transition:all .6s;
  -moz-transition:all .6s;
  -o-transition:all .6s;
  -ms-transition:all .6s;
  transition:all .6s;
  text-align:center;
  overflow:hidden;
}

.tvri {
  display:inline-block;
  width:470px;
  height:180px;
  float:right;
  margin:5px;
  background:rgba(102,102,102,1);
  border:5px solid rgba(51,51,51,1);
  border-radius:5px;
  -webkit-border-radius:5px;
  color:#0CC;
  text-shadow:0 1px 0 #333;
}

.cumpara {
  display:inline-block;
  width:160px;
  height:auto;
  text-align:center;
  color:#fff;
  font-size:15px;
  background:rgba(102,102,102,1);
  border-radius:5px;
  -webkit-border-radius:5px;
  border:1px solid #0CC;
  text-decoration:none;
}

.cumpara:hover,.cumpara:focus {
  display:inline-block;
  width:160px;
  height:auto;
  text-align:center;
  color:#0CC;
  font-size:15px;
  background:#333;
  border-radius:5px;
  -webkit-border-radius:5px;
  border:1px solid #FFF;
  -webkit-transition:all .6s;
  -moz-transition:all .6s;
  -o-transition:all .6s;
  -ms-transition:all .6s;
  transition:all .6s;
  text-decoration:none;
}

.grey {
  display:inline-block;
  width:auto;
  height:auto;
  text-indent:12px;
  color:#999;
  text-shadow:0 1px 0 #000;
  margin:5px;
}

.white {
  display:inline-block;
  width:auto;
  height:auto;
  text-indent:12px;
  color:#fff;
  text-shadow:0 1px 0 #000;
  margin:5px;
}

.disclaimer {
  display:inline-block;
  width:700px;
  height:66px;
  text-align:left;
  font-size:13px;
  text-indent:33px;
  margin-top:22px;
  padding:5px;
  color:#ccc;
  text-shadow:2px 3px 13px #0CC;
  background:rgba(0,0,0,.6);
  border-radius:5px;
  -webkit-border-radius:5px;
}