* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome.ttf');
}

.charmenu, .awchar {font-family: 'FontAwesome';}

.awbig {font-size: 24px;}

.charmenu {display: inline-block; width: 18px;}

.logblock {
	top: 12px;
	left: 846px;
  width: 150px;
  height: 24px;
	text-align: right;
  position: relative;
}

.twi {
	margin-right: 8px;
	margin-top: 5px;	
	color: #2F8BD4;
	padding-top: 10px;
	text-decoration: none; 
  vertical-align: top;
}

.bird {
	font-size: 18px;
}

.outbtn, .custbtn {
  color: black;
  position: relative;
  background-color: #ffc0cb;
}

.dwnldbar {
	padding: 8px;
	margin-top: 10px;
	margin-left: -4px;
	margin-bottom: 10px;
  background-color: #e3e3e3;
}

.logbtn, 
.logbtnA {
	margin: 3px;
  color: black;
	padding-top: 2px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 3px;
  position: relative;
  background-color: #ffc0cb;      
}

div.gsc-control-cse input {
  margin: 0;
  padding: 2px;
  padding-right: 0px;
  font-size: 12px;
	font-family: Verdana, 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica', sans-serif;
}


.cse form.gsc-search-box, form.gsc-search-box {
	margin: 0px;
	padding: 0px;
  height: 18px!important; /* dont work? */
}

.gsc-search-box {
  height: 15px!important; /* dont work? */
  margin-bottom: 0px!important;
  margin-top: 1px!important;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}

div.gsc-control-cse {
  margin: 0px;
  border: 0px;
  padding: 0px;
	color: #2f8b00; /* dont work? */
  width: 300px;
  padding-right: 60px;
  margin-bottom: 0px!important;
  padding-bottom: 2px!important;
  background: transparent;
}

.gsc-search-button { /* Button */
	height: 17px!important;
	width: 19px!important;
	padding-top: 0px!important;
	border-width: 0px !important;
	font-weight: normal !important;
	margin-top: 1px !important;
	background-color: #2F8BD4 !important;
}

.gsc-search-button:hover {
  background: #4DB8FF!important;
}

.gsc-search-button:active {
  background: #568FB3!important;
}

.gsc-input { /* Input box */
	padding-right: 0px !important;
	border: 0px !important;
}

td.gsc-clear-button {display: none !important; } 

div.gsc-modal-background-image {background-color: black;}

table.gsc-table-result {
	font-family: Verdana, 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica', sans-serif !important;
	font-size: 14px !important;
}

.logbtnA {
	margin: 2px;
  background: #ffffff;
  background:      -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
  background:     -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
  background:    -moz-linear-gradient(top, #ffffff 0%,#efefef 100%);
  background:   linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
}

.logbtn:hover,
.logbtn:active,
.logbtnA:hover,
.logbtnA:active{
	margin: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
}

.strike {
  text-decoration: line-through;
  font-size: smaller;
  color: red;
}

.tabN, .tabA {
  background-color: white;
	border-color: #aaaaaa;
	border-style: solid;
	border-width: 1px;
  color: black;
	margin: 2px;
  float: left;

	padding: 1px;
  height: 22px;
	padding-left: 16px;
	padding-right: 16px;
  margin-bottom: -2px;
  
 -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
     -moz-border-radius-topleft: 5px;
         border-top-left-radius: 5px;

 -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
     -moz-border-radius-topright: 5px;
         border-top-right-radius: 5px;
}

.tabA {
  margin-bottom: -1px;
  border-bottom: 0;
  height: 23px;
}

.tabN {
  background-color: #eeeeee;
  margin-top: 4px;
  height: 20px;
}

.tabN:hover {
	-webkit-box-shadow:0px 0px 1px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow:0px 0px 1px 0px rgba(0, 0, 0, 0.2);
	        box-shadow:inset 0px -1px 0px 2px rgba(255, 255, 255, 1);
}

.tabN:active {
  background-color: #dddddd;
	-webkit-box-shadow:0px 0px 1px 0px rgba(0, 0, 0, 0);
	   -moz-box-shadow:0px 0px 1px 0px rgba(0, 0, 0, 0);
	        box-shadow:0px 0px 1px 0px rgba(0, 0, 0, 0);
}

.user_page {
	margin: 2px;
	width: 700px;
	padding: 28px;
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
  background-color: white;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.subs {
  height: 100%;
  margin-bottom: 10px;
}

BODY  {
  height: auto;
  min-height: 100%;
  font-weight: 400;
	font-size: 14px;
  line-height: 140%;	
	min-width: 1000px;
	background-color: #eeeff0;
	font-family: Verdana, 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica', sans-serif;
}

B {color: #444444;}

.hack {height: auto;}

HTML {height: 100%;}

.div_main {padding: 12px;}

IMG {
	border: 0px;
	height: auto;  
	vertical-align: middle;
}

.imgH140 {
  margin: 8px;
  height: 140px;
	cursor: url("http://www.alphaskins.com/images/zoomin.cur"), -moz-zoom-in;
}

.imgH80 {
  margin: 8px;
  height: 80px;
	cursor: url("http://www.alphaskins.com/images/zoomin.cur"), -moz-zoom-in;
}

TABLE {
	font-weight: 400;
  line-height: 140%;	
	border-width : 0px;	
	font-family: Verdana, 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica', sans-serif;
}

TD {vertical-align: top;}

.imgtop {vertical-align: text-bottom;}

H1, H4 {
	padding: 12px;
	font-size: 14px;
	padding-top: 3px;
	margin-top: 16px;
	padding-bottom: 3px;
	margin-bottom: 16px;
	font-weight: normal;
	background: none rgba(66,66,66,0.05);
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;	
	        border-radius: 1px;	
}

.htitle {
  font-weight: bold;
  color: #1d1d1d;
}

h2 {
	padding: 1em;
	color: #444444;
	font-size: 14px;
	padding-top: 0px;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 16px;
}

h3 {
	color: gray;
	padding-bottom: 18px;
	width: 100%;	
}

H5 {
	padding: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 24px;
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
}
	
H6 {
	padding-left: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
	
LI {
	margin-bottom: 6px;
	text-indent: 0px;
}

UL LI {
	margin-bottom: 6px;
	text-align: justify;
	list-style-image: url(images/item.png);
	list-style-type: circle;
}

.LI_MINUS {list-style-image: url(images/minus.gif);}

.LI_PLUS {list-style-image: url(images/plus.gif);}

P {
	text-indent: 1em;
	text-align: justify;
	margin-bottom: 6px;
}

LABEL {font-size: 10px;}

.padding0 {padding: 0px;}

.flist {
	padding-left: 12px;	
	padding-top: 8px;	
	margin-left: 12px;
}

.easylist {
	padding-left: 22px;	
	padding-top: 0px;
	margin-left: 12px;
}

.code {
	background-color: #fff8dc;
	font-family: "Courier New", Courier, monospace;
	text-indent: 0px;
	line-height: 110%;
	font-size: 11px;
	white-space: pre-wrap;
	margin: 12px;
	padding: 0px;
	padding-left: 22px;
	padding-bottom: 12px;
}

.tip {
	background-color: white;
	margin: 0px;
	margin-bottom: 40px;
	padding: 20px;
	padding-bottom: 40px;
	border-style: solid;
	border-color: #eeeeee;
	border-width: 1px;	
}

.docpar {margin-top: 20px;}

.docimg {text-align: center;}

.forms {margin-bottom: 12px;}

.left {float: left;}

.right {float: right;}

.nofloat {float: none;}

.sign {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 6px;
  float: right;	
  margin-right: 24px;
}

.logospace {
	vertical-align: middle;
	float: left;
	line-height: 20px;
	cursor: default;
	height: 20px;
	color: gray;
	width: 140px;

	margin: 3px;
	padding-top: 2px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 2px;
}

.mnuimg {
	margin-right: 6px;
	margin-top: -4px;
}

.mnuimg_g {display: none;}

.topempty {height: 10px;}

.inline {display: inline;}

.likes {
	width: 300px;
	float: left;
	margin-right: -146px;
	padding-top: 1px;
}

.search {
  float: right;
  padding: 0px;
  margin: 0px;
}

.share_text {
	float: left;
	color: gray;
	text-decoration :none;
	font-size: 11px;
	padding-top: 4px;
}

.search_block {
  padding-left: 18px;
  padding-bottom: 24px;
}

.iname, .ivalue {
	float: left;
	margin-top: 12px;
}

.iname {
	color: #666666;
	font-weight: bold;
	width: 200px;
	clear: both;
}

.ivalue {width: 520px;}

.topbar {
	width: 840px;
	height: 32px;
	padding: 1px;
	background-position: top;
	background-color: #d9d9db;
	background-repeat: no-repeat;
	background-image: url(images/topbord.png);
}

.baritem, .baritem1, .search_btn {
	vertical-align: middle;
	line-height: 20px;
	cursor: pointer;
	height: 20px;
	color: black;
	float: left;

	margin-top: 3px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 2px;
}

.baritem1 {
	background-image: url("images/arrowt.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #cccccc;
	height: 21px;
}	

.centered {
  margin-left: auto; 
  margin-right: auto;
}

.centerel {
  margin-left: auto; 
  margin-right: auto;
  width: 1000px;
	height: 100%;
}

.content {
	height: 100%;
  position: relative;
}

.backglow {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	
	-webkit-box-shadow: 0px 0px 1px 0px #ffffff;
	   -moz-box-shadow: 0px 0px 1px 0px #ffffff;
	        box-shadow: 0px 0px 1px 0px #ffffff;
}

.backpanel {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #b7b7b7;
	background-color: #d9d9db;	
	
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	
	-webkit-box-shadow:inset 0px 0px 3px 2px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow:inset 0px 0px 3px 2px rgba(0, 0, 0, 0.05);
	        box-shadow:inset 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
}

.w154, .updtext, .capttext {
	width: 154px;
	height: auto;
}

.logodiv {
	width: 154px;
	height: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	margin-bottom: 18px;
}

.leftcol {
	float: left;
	height: auto;
	width: 160px;
	min-height: 857px;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(images/leftbord.png);
}

.rightcol {
 	width: 100%;
 	height: 100%;
 	vertical-align: top;
}

.divvert {
	margin-top: 12px;
	margin-bottom: 14px;
	height: 1px;
	width: 100%;
}

.divvertfull {
	width: 100%;
	height: 2px;
	margin-top: 12px;
	margin-bottom: 14px;
}

.capttext {
	color: gray;
	margin-top: 12px;
	margin-bottom: 14px;
	text-align: center;
}

.updtext {
	text-align: center;
	color: gray;
}

.item0, .item1, .item2 {
	width: 148px;
	color: black;
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 6px;
	margin-left: -4px;
	text-decoration: none;
}

.item1 {
	background-image: url("images/arrowl.png");
	background-position: right;
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-left: -10px;
	padding-left: 14px;
	width: 151px;
	background-color: #dddddd;
}	

.item0:hover {
	margin-left: -10px;
	padding-left: 16px;
}

.item0:hover, .baritem:hover, .search_btn:hover {
	background-image: url("images/mi.png");
	background-position: bottom;
	background-repeat: repeat-x;
	text-decoration: none;
}

.item0:active, .baritem:active, .search_btn:active {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;

	-webkit-box-shadow:0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	   -moz-box-shadow:0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	        box-shadow:0px 0px 1px 0px rgba(0, 0, 0, 0.4);

	background: rgb(206,206,206); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,216,216,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(216,216,216,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(216,216,216,1) 0%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(216,216,216,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(216,216,216,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}

.baritem {
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
					border-radius: 3px;
}

.search_btn {
	padding-top: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 4px;
	margin-top: 3px;
	margin-left: 4px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.clear {clear:both;}

.blue {background-color: blue;}

.navico, .navico2 {
	font-size:24px;
	font-weight: bold;
	margin-left: 3px;
	margin-right: 3px;
}

.navico2 {font-size:32px;}

.navbar {font-weight: bold;}

.centerbar {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	white-space: nowrap;	
	padding-right: 110px;
}

.docimgL, .docimgR, .docimg {
	margin: 16px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.docimgL {margin-left: 0px;}
.docimgR {margin-right: 0px;}

.halfsize {
width: 50%;
height: 50%;
}

.contshadow {
	width: 840px;
	height: 100%;
	margin-top: -6px;
	border-width: 1px;
	min-height: 1000px;
	border-color: #ccc;
	border-style: solid;
	
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	
	-webkit-box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.04);
}

.contpanel {
	width: 100%;
	height: 100%;
	min-height: 1000px;

	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	
	-webkit-box-shadow: inset 0px 0px 1px 1px #ffffff;
	   -moz-box-shadow: inset 0px 0px 1px 1px #00ffff;
	        box-shadow: inset 0px 0px 4px 1px #ffffff;
	
  background: #ffffff;
  background:      -o-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
  background:     -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
  background:    -moz-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
  background:   linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
}

.paddmain {
	padding: 38px;
	height: 100%;
}

.mrgn6 {margin: 6px;}

.mrgn22 {margin: 22px;}

.mrgnt6 {margin-top: 6px;}

.mrgnb6 {margin-bottom: 6px;}

.mrgnl6 {margin-left: 6px;}

.mrgnr3 {margin-right: 3px;}

.mrgnr50 {margin-right: 50px;}

.mrgnl1t20 {
	margin-left: 20px;
	margin-top: 20px;
}

.mrgnl32 {margin-left: 32px;}

.mrgnl22 {margin-left: 22px;}

.alink {
	color: #2F8BD4;
	line-height: 23px;
	height: 23px;
}

.alink:hover {
	color: #2F8BD4;
	text-decoration: underline;
}

A {
	color: #2F8BD4;
	text-decoration: none;
}

A:link {text-decoration: none;}

A:hover {color: #2F8BD4;}

.descrcell A:hover {
	text-decoration: underline;
	color: #2F8BD4;
}

A:focus {outline: none;}

A.item1, A.item1 {text-decoration: none;}

.columndiv1 {
	height: auto;
	width: 100%;
	vertical-align: top;	
}

.columndiv2 {
	height: auto;
	padding-left: 20px;
	vertical-align: top;	
}

.prodpreview {	
	width: 560px;
	padding: 12px;
	height: auto;
	display: table-column;	
}

.alertbox, .successbox, .infobox, .pricebox {
	padding: 8px;
	padding-bottom: 8px;
	background-color: white;
	border: 0px solid #E1E1E1;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.infobox {background-color: #ffffef;}

.alertbox {background-color: #ffd4d4;}

.successbox {background-color: #deffbd;}

.textsilver {
	color: silver;
	font-weight: bold;	
}

.pricebox {
	font-size: 12px;
	border: 1px solid #EEEEEE;
	padding: 0px;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}

.infoboxt, .infoboxb  {
	background-color: #ffffef;
	padding: 12px;
	border-color: #D6D6D6;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	width: 200px;
	border-top-style: dotted;
	border-bottom: none;
	text-align:center;
}

.infoboxb {
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
}

.rotnews_	{
	width: 240px;
	overflow: hidden;
}

.leftalign {text-align: left;}

.comic {font-family: "Comic Sans MS";}

.graytext	{color: gray;}

.italictext {font-style: italic;}

.remark {
  color: gray;
	font-size: 11px;
  font-style: italic;
}

.nobold {font-weight: normal;}

.graydark	{color: #555;}

.newscol {
	background-color: #fffafa;
	height: 500px;
	width: 120px;
	float: right;
}

.btmclear {
	clear: both;
	height: 24px;
	padding-top: 16px;	
	margin-left: 164px;
 }
 
.smallfont {font-size: 11px;}

.boldtext {
  font-weight: bold;
	color: #444444;
}

.righttext {text-align: right;}

.centertext {text-align: center;}

.smalltext {
	font-size: 11px;
	font-weight: 100;
	line-height: 19px;
}

.utext {text-decoration: underline;}

.rem1 {margin-top: -20px;}

.mailbox {
	width: 140px;
	margin-top: 8px;
	margin-right: 2px;
	margin-bottom: 8px;
}

.democell {
	clear: left;
	width: 100%;
	padding: 8px;
	margin: 8px;
	font-size: 12px;
	min-height: 100px;
	margin-bottom: 12px;
}

.skincell {
	display: block;
	width: 45%;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	float: left;
	margin-bottom: 16px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 16px;
	font-size: 11px;
}

.skintext {
	height: 80px;
	line-height: 1.5em;
	text-align: left;
}

.stars {padding-top: 2px;}

.demothumb {float: left;}

.demolink {
	float: right;
	margin-bottom: 5px;
	min-height: 20px;
	text-decoration: underline;
	color: #2f8bd4;
}

.demotext {
	min-height: 60px;
	text-align: left;
	vertical-align: middle;
}

.democaption {
	line-height: 1.3em; 
	font-weight: bold; 
}

.leftblock {float: left;}

.zoom {cursor: url("http://www.alphaskins.com/images/zoomin.cur"), -moz-zoom-in;}

.thumb {
  width: 140px;	
  height: 100px;	
  padding-top: 0px;
  padding-left: 4px;	
  padding-bottom: 4px;	
  padding-right: 12px;	
	cursor: url("http://www.alphaskins.com/images/zoomin.cur"), -moz-zoom-in;
}

.thumb_R {
	float: right;
  width: 140px;
  height: 80px;
  padding-left: 4px;	
  padding-top: 23px;
  padding-bottom: 0px;	
  padding-right: 12px;	
	margin-right: 16px;
	cursor: url("http://www.alphaskins.com/images/zoomin.cur"), -moz-zoom-in;
}

#TB_Image {cursor: -moz-zoom-out;}

.celltext {
	vertical-align: middle;
	padding: 4px;
}

.btext {
	color: #666666;
	font-weight: bold;
}

.tablecapt {	
	color: Black;
	padding-top: 8px;	
	padding-left: 8px;	
	padding-right: 8px;	
	padding-bottom: 8px;	
	background-color: #ECE69B;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -khtml-opacity: 0.5;
  	-moz-opacity: 0.5;
  			 opacity: 0.5;
}

.descrcell {
  padding: 6px;
  border-left: 1px solid #ECE69B;
  border-right: 1px solid #ECE69B;
  border-bottom: 1px solid #ECE69B;
}

.datecell, .linkcell, .sizecell {
	padding: 4px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #ECE69B;
	border-bottom: 1px solid #ECE69B;
}

.cell {
	width: 100px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #ECE69B;
	border-bottom: 1px solid #ECE69B;
}

.lightcapt {
	color: Black;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	background-color: #ECE69B;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
         opacity: 0.5;
}

.disabled {
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
         opacity: 0.6;
}

.pricecapt {
	color: gray;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	background-color: #f5f2c1;
}

.textlink {text-decoration: none;}

.textlink:hover {
	color: #005EBB;
	text-decoration: underline;
}

.stext {color: #AFAFAF;}

.fullwidth {width: 100%;}

.imglink {
	text-decoration: none;
	white-space: nowrap;
	font-size: 12px;
}

.nowrap {white-space: nowrap;}

.imglink:hover {
	color: #005EBB;
	text-decoration: underline;
}

.width350px {width: 350px;}
.width400px {width: 400px;}
.width500px {width: 500px;}
.width632px {width: 632px;}

.cllink {
	line-height: 3em;
	margin-left: 16px;
	margin-right: 16px;
	white-space: nowrap;
}

.hackie .cllink {white-space: normal;}
.cllink:hover {text-decoration: underline;}

.dblcell {
	width: 200px;
	padding-top: 4px;
	text-align: center;
	padding-bottom: 4px;
	border-right: 1px solid #ECE69B;
	border-bottom: 1px solid #ECE69B;
}

input[type="text"], input[type="search"], input[type="password"], input[type="email"], textarea {
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
	        border-radius: 1px;
}

input[type="search"] {padding: 1px;}

input[type="submit"], .outbtn, .custbtn {
	border-color: #aaaaaa;
	border-style: solid;
	border-width: 1px;
	
	margin: 2px;
	padding: 1px;
	padding-left: 16px;
	padding-right: 16px;

	background: #ffffff;
	background: transparent;
	background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%);
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

input[type="submit"]:hover, .logbtn:hover, .logbtnA:hover, .outbtn:hover, .custbtn:hover {
	-webkit-box-shadow:0px 0px 1px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow:0px 0px 1px 0px rgba(0, 0, 0, 0.2);
	        box-shadow:inset 0px -1px 0px 2px rgba(255, 255, 255, 1);
}

input[type="submit"]:active, .logbtn:active, .logbtnA:active, .outbtn:active, .custbtn:active {
	background: rgb(216,216,216); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(216,216,216,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,206,206,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(206,206,206,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background:      -o-linear-gradient(top, rgba(206,206,206,1) 0%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
	background:     -ms-linear-gradient(top, rgba(206,206,206,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece',endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:0px 0px 1px 0px rgba(0, 0, 0, 0);
	   -moz-box-shadow:0px 0px 1px 0px rgba(0, 0, 0, 0);
	        box-shadow:0px 0px 1px 0px rgba(0, 0, 0, 0);
}

input[type="radio"] {vertical-align: middle;}

label {
  vertical-align: middle;
  margin-right: 8px;
  font-size: 12px;
}

label:hover {
  text-decoration: underline;
  cursor: pointer;
}

.logbtn, 
.logbtnA {
	-webkit-border-radius: 3px;
     -moz-border-radius: 3px;
	        border-radius: 3px;
}

.logbtn {background: transparent;}

.dlink {
  background: #EEEEEE;
	padding-left: 8px;
	padding-right: 8px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.dlink:hover {background: #caecff;}

.dlinks {
  text-indent: 12px;
  line-height: 22px;
  text-align: left;
}

.hbtn {
	margin: 2px;
	padding: 1px;
	color: white;
	border-width: 0px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 3px;
  background: #53A2D8;
  white-space: nowrap;
	-webkit-border-radius: 1px;
     -moz-border-radius: 1px;
	        border-radius: 1px;
}

.hbtn:hover {
	color: white;
  background: #4DB8FF;
}

.hbtn:active {
	color: white;
  background: #568FB3;
}

.himg {
  z-index: 2;
  float: left;
  margin-top: -10px;
  margin-left: -6px;
  padding-right: 16px;
}

.hdate {
  color: #555;
  float: right;
}

.outbtn {
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	        border-radius: 9px;
}

.panel_quick {padding-left: 6px;}

.rightimg {
	float: right;
	width:320px;
	padding-left:20px;
}

.mrgnr340 {margin-right:340px;}

.mrgnb34 {margin-bottom:34px;}

.product_info {
  width: 200px;
  float: right;
  margin-left: 24px;
}

.row {
	width: 100%;
	display: block;
	overflow: auto;
	min-width: 100%;	
	white-space: nowrap;
}

.saddr, .sshots, .svideo, .saddr1, .sshots1, .svideo1 {
	float: left;
	height: 28px;
	line-height: 26px;
	text-align: center;
}

.saddr, .saddr1, .sshots, .sshots1 {width: 290px;}

.svideo, .svideo1 {width: 180px;}

.saddr1, .sshots1, .svideo1 {background-color: #f9f9f9;}
 
.saddr, .sshots, .svideo {background-color: #eeeff0;}
 
.saddr, .saddr1 {clear: both;}
 
.saddr:hover, .saddr1:hover {
  text-decoration: underline;
  color: #2F8BD4;
}

a.spoiler, a.spoiler-label {display: block;}

div.spoiler-content {display: none;}

a.spoiler:focus div {display: block;}
 
a.spoiler, a.spoiler-label {
  color: black;
  margin: .25em;
	text-indent:1em;
  padding: 3px 6px 3px 6px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
				  border-radius: 3px;
}

a.spoiler:hover, a.spoiler-label:hover {
  background: #E6E6E6;
	background: none rgba(66,66,66,0.05);
}

div.spoiler-content, .spoiler-opened {
  margin: 1px;
  padding: 1em;  
  background: white;
  border-width: 5px;
  margin-bottom: 24px;
  border-style: solid;
  border-color: #EFEFEF;
}

.compinfo {
  margin: 0px;
  padding: 1em;  
  color: black;
	text-indent:1em;
  background: white;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(66,66,66,0.05);
}

.comptitle {
  margin: 0px;
  padding: 6px;
  color: black;
	text-indent: 8px;
  border-width: 0px;
  background: rgba(66,66,66,0.05);
}

.compstatus {
  margin: 0px;
  color: black;
	text-indent:8px;
  font-size: 12px;
  border-width: 0px;
  margin-bottom: 40px;
  padding: 0px 6px 2px 6px;  
  background: rgba(130,130,130,0.05);
}

.compmargin {height: 40px;}

.spoiler-opened {
  display: block;
  border-width: 1px;
  border-color: #DDD;
}
 
a.spoiler:before, a.spoiler-label:before {
  float: right;
  display: block;
  margin: 0 2px 5px 0;
}

a.spoiler:before {content: "[+]";}

div.spoiler-content:after {
  color: #aaaaaa;
  display: block;
  font-style: italic;  
  font-size: x-small;
  margin: 1em -5px -5px 0;
}
 
a.spoiler:focus, a.spoiler-label:focus {
  cursor: default;
	background: none rgba(66,66,66,0.05);
}

.win10 {
	float: none;
	margin: 0px;
	padding: 3px;
	width: 118px;
	height: 147px;
	margin-top: 20px;
	margin-left: 14px;
	text-align: center;
	background-color: #cccccc;
}

.win10cmp {
	padding: 1px;
	color: #cccccc;
	font-size: 16px;
	margin-top: 3px;
	font-weight: bold;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}

.win10name {
	color: white;
	font-size: 16px;
	font-weight: bold;
	font-family: serif;
}

.win10char {
	color: white;
	height: 63px;
	font-size: 88px;	
	margin-top: 40px;
	display: inline-block;		
	vertical-align: middle;
}

.colorbox {
	text-align: center;
	padding-top: 14px;
  font-size: smaller;
	height: 32px;
	display: inline-block;
	width: 138px;
}

.gifimg {text-align: center;}	

.gifstat {
  position: absolute;
  background: white;
}

.gifstat:hover {
  opacity: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {.gifimg {text-align: left;}}