@charset "utf-8";
/* CSS Document */

A:link {text-decoration: underline; color:black;}
A:visited {text-decoration: none; color:#666666;}
A:active {text-decoration: none; color:#666666}
A:hover {text-decoration: underline; color:#999999;}
	
body {
	font-family:arial;
	font-size:12px;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#3977de;
}

p {
	margin: 0;
}


#wrapper {
	width:950px;
	margin:0px auto;
	padding:0px;
}
	
#header {
	height:190px;
	padding:0px;
}

#content {
	margin-top:20px;
	padding-bottom:10px;
	/*margin-left: 0px;
	height:100%;*/
}

#content-left {
	width:500px;
	height:100%;
	margin-left:10px;
	margin-top:-25px;
}

*+html #content-left {
	width:700px;
	height:100%;
	margin-left:20px;
	margin-top:-25px;
}

#content-right {
	width:auto;
	height:100%;
	margin-left: 445px;
	margin-top: -300px;
}
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@jquery_scroll
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@scroll.js
div.character-tabset 
{
	padding-top:20px;
	width:100%;  
	overflow:hidden;
}

div.character-tabset .tabset {
	overflow: hidden;  	
  	width:750px;
	margin: 0 auto;
	position: relative;
	margin-bottom: -7px;	
}

div.character-tabset .tabset td 
{

	padding-right:5px;
}

.scroll_left
{
@  width:25px;
	max-width:25px;
@  height:26px;
  border:0;
  cursor:pointer;
	margin-right:5px;
}

.scroll_right
{

@  width:25px;
	max-width:25px;
@  height:26px;
  border:0;
  cursor:pointer;
	margin-left:5px;
}

div.character-tabset table table img{
	border: 3px #fff solid;
 	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
}

div.character-tabset .tabset td a {
	display: block;
	5float: left;
	5text-indent: -9999px;
	background-repeat: no-repeat;

	overflow: hidden;

  font-size:12px;  
  text-align:center;
  line-height:36px;
}

div.character-tabset .tabset td a:hover,
div.character-tabset .tabset td a.active {
	background-position: 0 100%;
  text-decoration:none;
}

div.character-tabset .tabset td a.item {
	background-image: url(../../../character/images/tabset-items.gif);
  text-transform:uppercase;
}

div.character-tabset table.items-inner 
{
	background: url(../../../character/images/items-inner_mid.gif) repeat-x;
  width:100%;
	min-height: 215px;
	5padding: 15px 10px;
}

div.character-tabset td.items-inner-left
{
	background: url(../../../character/images/items-inner_left.gif) no-repeat top left;
  width:50px;
	min-height: 215px;
  text-align:center;
}

div.character-tabset td.items-inner-right
{
	background: url(../../../character/images/items-inner_right.gif) no-repeat top right;
  width:50px;
	min-height: 215px;
  text-align:center; 
}

#tbllinks {
	width: 500px;
}

#tbllinks td {
	width: 50%;
	height: 80px;
	text-align: center;
	vertical-align: middle;	
}

#tbllinks  a
{
	display: block;
	color: #000000;
	font: bold 20px Arial, Helvetica, sans-serif;	
	text-decoration: none;
	width: 95%;
	height: 100%;
	border: 3px solid black;
	background-color: #FF9900;	
}
#tbllinks  a:hover
{
	background-color:#FFCC00;
}

a div img {
	border: 1px solid grey;
}

#sr_list {
	text-align: center;	
	margin-top: 50px;
}

#sr_list h2 {
	margin-bottom: 30px;
}

#sr_list a {
	/*display: inline; */
	color: #666666;
	font: bold 20px Arial, Helvetica, sans-serif;	
	text-decoration: none;
	padding: 8px 10px; 
	margin: 0 10px; 
	/*border: 2px solid black; */
	/*background-color: #FF9900;	*/
}

#sr_list sub a {	
	color: black;
	font: bold 10px Arial, Helvetica, sans-serif;	
	text-decoration: none;
	padding: 2px;	
}

#sr_list a:hover {
	/*background-color: #FFCC00;*/
	text-decoration: underline;
	color: #000000;
}

#upform {
	margin: 10px 0 0 250px;
	padding: 20px;
	width: 400px;
	border: 2px solid #30A040;
	background-color: #50C050;
	font-weight: bold;
}

#upform input, #upform select {
	font-size: 12px;
	padding: 1px;
}

#upform textarea {
	font-size: 12px;
	padding: 3px;
}

#acc_menu {
	width: 100%;
	text-align: center;
	border-top: 2px solid #2279C0;
	border-bottom: 2px solid #2279C0;
}

#acc_menu td {
	font-size: 14px;
	font-weight: bold;	
}

#acc_menu a {
	text-decoration: none;
}

#vids td {
	padding: 10px;
	border: 2px solid #37BA14;
	background-color: #7DDA65;
	width: 50%;
}

#vids h3 {
	margin: 0 0 10px 0;
}

#vids div {
	float: left; 
	width: 100%;
}

#vids a .thumb {
	padding: 2px;
	border: 1px solid #666666;
}

#vids a:hover .thumb {
	border: 1px solid #000000;
}

#vids ul {
	text-align: center;
	margin-top:	10px;	
}

#vids li {
	margin: 0 20px;
	float: left;
	list-style: none;	
}

#vids a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#vid_desc td {
	padding: 1px;
	border: none;
	vertical-align: top;
}

.big_photo {
	height: 300px; 
	border: 2px solid #F1C45D; 
	background-color: #FADC9C; 
	padding: 10px;
}

.info_tbl {
	font-size: 14px;
}

table#photo_list {
	border: 2px solid #F1C45D;
	background-color: #FADC9C;
}

table#photo_list a img{
	padding: 3px;
	border: 1px solid #666666;
}

table#photo_list a:hover img{
	padding: 3px;
	border: 1px solid #999999;
}

#specials td {
	text-align: left;
}

#specials .block {
	padding: 10px 15px;
	height: 115px;
	border: 2px solid #8BAFEB;
	background: url('../images/sp-bg.jpg') transparent repeat-x; 
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	position: relative;
}

#specials .block:hover {
	border: 2px solid #3977DE;
}

#specials .block h3 {
	text-align: center; 
	margin: 0 0 5px;
}

#specials .block h3 a {
	text-decoration: none;
}

*:first-child+html #specials {
	margin-bottom: 200px;
}

#spec_data {
	background-color: #FFFFDD; 
	border: 1px solid #DCDBDB;
	width: 380px; 
	margin: 20px 0;
	padding: 3px;
	font-weight: bold;
}

#vs_form div {
	width: 85%;
	padding: 8px; 
	margin: 0 30px 20px; 	
	border: 1px solid #E48203; 
	background-color: #FFFFDB; 	
	text-align: left
}

#vs_form input {
	height: 13px; 
	margin: 0 20px;
	padding: 2px; 
	border: 1px solid #F2C55E;
	vertical-align: middle;	 
	font-size: 11px; 
}

#vs_form input:focus {
	border: 1px solid #7CA4E9;
}

#vs_form a {
	padding: 1px 5px; 
	vertical-align: middle;
	text-decoration: none; 
	font-size: 13px; 	
}

#vs_form a:hover {
	background-color: #FADC9C;
	border: 1px solid #E18601;
}

#s_result {
	padding: 10px;
	margin: 20px;
	border: 1px solid #DCDBDB;
	background-color: #FFFFEE;
	max-width: 790px;
}

.vframe {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	height: 545px; 
	width: 440px; 
	border: 2px solid #78A3E8;
	font: 11px arial, sans-serif;
}

.footer_menu a {
  font-size:16px;
  font-weight:bold;
}

.clearing {
  clear:both;
  height:0px;
  font-size:0px;
}

#home_intro p {
  width:70%; 
  font-size:13px; 
  font-weight:bold; 
  text-align:center;
}

#vidboxaccount {
	background-image:url(../images/vidboxaccount.jpg);
	background-repeat:no-repeat;
}

.vidboxaccount {
  background-image:url(../images/vidboxaccount.jpg);
  background-repeat:no-repeat;  
}

.vidboxPos {
  width:250px; 
  height:150px;
  padding-top:10px;
  margin-left:20px;
  text-align:center;    
  float:left;
  5border:#FF0000 solid 1px;  
}
									
.form_forgot_bkg {
	background-image:url(../images/forgotbg.jpg);
  background-position:center top;
  background-repeat:no-repeat;
  height:300px; 
}

.noticeTxt {
	color:#00CC00;
}

.msg_js_disabled {
	color:#FF0000;
  text-align:center;
  font-weight:bold;
  font-size:16px;
  display:block;
}

.display_none
{
	display:none;
}

.display
{
	display:block;
}

.news
{
	width: 100%;
}
.news td
{
	width: 49.5%;
	text-align: center;
}

.news td h3
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.product_description
{
	font-size: 14px;
}
