@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #999;
	background: #000 url('../demos/images/bg_rule_red.gif') repeat-x;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */	
	}
html>body { font-size: small; } /* be nice to Opera */

/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 { font-size: 165%; text-align: left; color: #fff; }
p { margin:0.375em 0; }

/* Layout Rules
----------------------------------------------- */
#wrap {
	width: 600px;
	padding-top: 0px;
	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: 300px;
	float: left;
	width: 750px;
}
#crystal-colour-content {
	float: left;
	text-align: left;
}
#sidebar {
	float: left;
	text-align: left;
}
#crystal-colour-content {
	width: 270px;
	margin-right: 15px;
	padding-top: 5px;
}
#frame-finish-content {
	width: 270px;
	height: 260px !important;
	height: 265px;
	margin-right: 15px;
	margin-top: 15px;
	padding-top: 5px;
	float: left;
	text-align: left;
	overflow: auto;
}
#sidebar {
	margin-top: 0;
}
.SpryHiddenRegion {
   visibility: hidden;
}

/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 85%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	color: #B1B1BC;
	background-color:  #131313;
	border: 1px solid #b1b1bc;
}

/* Colours Table Rules
----------------------------------------------- */
td.rank { }

#products { 
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
}
/* title */
#products caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: 000000;
	padding: 0.375em;
	border-top: solid 0px #ffffff;
	border-bottom: solid 2px #555555;
}
#products th {
	padding: 6px 0.25em;
	color: #000000;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

#products th.infocus { background-color: #E6E6E6; }
#products th.selected {	color: #EAEAEA; }

#products td, #products th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
}
/* products */
#products tr {
	border-bottom: dashed 1px #555555;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#products tr.infocus {
	background-color:#dfdfdf;
	cursor: pointer;
}

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

.rowHover {
	color: #fff;
	background-color: #222222;
	cursor: pointer;
}

.rowSelected { color: #fabc59; }


/* Frames Table Rules
----------------------------------------------- */
td.rank { }

#frames { 
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
}
/* title */
#frames caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: 000000;
	padding: 0.375em;
	border-top: solid 0px #ffffff;
	border-bottom: solid 2px #555555;
}
#frames th {
	padding: 6px 0.25em;
	color: #000000;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

#frames th.infocus { background-color: #E6E6E6; }
#frames th.selected {	color: #EAEAEA; }

#frames td, #frames th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
}
/* frames */
#frames tr {
	border-bottom: dashed 1px #555555;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#frames tr.infocus {
	background-color:#dfdfdf;
	cursor: pointer;
}

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

.rowHover {
	color: #fff;
	background-color: #222222;
	cursor: pointer;
}

.rowSelected { color: #fabc59; }


/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
	margin-top: 15px;
	margin-left: 30px;
	margin-bottom: 30px;
	background-color: #fff;
	border: 0;
	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;
}