@charset "utf-8";
/* Sayena CSS Document by GRAYAN Co.*/

.titledark {
	color: #F4A01C;

}

.sidemenu:link,.sidemenu:visited,.sidemenu:active{
	background-image: url(../images/line-23.gif);

}
	
.sidemenu:hover{
	background-color: #622278;

}

.formvalue {
	font-family: Tahoma;
	font-size: 12px;
	
}

.underlinetextbody {
	font-size: 1em;
	color: #000000;
	text-decoration: underline;
	
}

.tablecell {
	text-align: center;
}

.tabletitle {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}

.headertable{
	background-image:url(../images/banner23.jpg);
}
td.rank { }

#products { 
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
}

#products td, #products th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;

}
#products tr {
	border-bottom: solid 1px #202020;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#products tr.infocus {
	background-color:#0033CC;
	cursor: pointer;
}

#products tr.notinfocus { background-color:#fff; }
#products tr.selected { color:#fc0; }
#products tbody { margin-top: 0; }
.even { background-color: #C0C0C0; }

.rowHover {
	color: #FFFFFF;
	background-color: #F4A01E;
	cursor: pointer;
}

.rowSelected {
	color: #FF6600;
	font-size:14px;
	font-weight:bold;
}

.productinfo {
	width: 700px;
	margin-left: 250px;
}

.category {
	float:right;
	margin-top:18px;
}

.boximage {
	float: left;
	background-color: white;
}
#wrap {
	padding-top: 20px;
	margin: 0 10px;
}

#codesample #wrap { width: auto; }

#header {
	margin-bottom: 2em;
	text-align: left;
	padding-left: 0.5em;
}
#LeftColumn {
  margin:0 10px 0 0;
  padding:0;
  width: 200px;
  float: left;
}
#LeftColumn, #articles {
  border-left: solid 1px #404040;
  border-right: solid 1px #404040;
  border-bottom: solid 1px #404040;
}
#articles {	margin-bottom: 10px; }

#RightColumn {
	margin:0;
	padding:0;
	height: 600px;
	float: left;
	width: 350px;
}
#content, #sidebar {
	float: right;
}
#content {
	width: 220px;
	margin-right: 0px;
	margin-left: 15px;
}
#sidebar {
	width: 500px;
	margin-top: 0;
}
.SpryHiddenRegion {
   visibility: hidden;
}
#boxshot {
	background-color: #fff;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	text-align: center;
 }
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

code { color: #000; }
pre { font-size: small; color: #000; }

.highlightedcode {background-color: #ff9;}

.sample {
	background: #eee;
	padding: 20px;
	border: 2px solid #666;
	margin-top: 20px;
	overflow: scroll;
}


