/* - - - - - - - - - - - - - - - - - - - - -

Title: SBS Software Review Tool Style SHeet
Author: Brandon Pierce
URL: www.keystrokepos.com/swreview/
Created: 05/31/06
Modified: 05/31/06

- - - - - - - - - - - - - - - - - - - - - */

/* ----- [ = GENERAL DECLARATIONS ] ----- */

html {
	width: 100%;
}

html, body {
	color: #000;
	margin: 0;
	padding: 0;
}
/* EBC59C */
body {
	background: url('../graphics/body-back.jpg') top left repeat-x #FAF5F0;
	font-size: 101%;
	margin: 25px 0 200px 0;
}

body img {
	border: none;
}

div {
	border: none;
}

/* ----- [ = PRIMARY SECTIONS ] ----- */

#container {
	background: url('../graphics/container-bg2.jpg') top left no-repeat #FFF;
	border: 1px solid #333;
	margin: 0 auto;
	padding: 0;
	width: 700px;
}

#masthead {
	font-family: Lucida, "Lucida Grande", sans-serif;
	height: 190px;
	margin: 0 auto;
	padding: 0;
	width: 700px;
}

#masthead-content {
	float: right;
	margin: 0;
	padding: 0 20px 20px 0;
	text-align: center;
	width: 68%;
}

#form-section {
	background: #FFF;
	clear: both;
	font-family: Lucida, "Lucida Grande", sans-serif;
	width: 100%;
}

#content {
	background: #FFF;
	font-family: Lucida, "Lucida Grande", sans-serif;
	font-size: 0.8em;
	line-height: 150%;
	margin: 0;
	padding: 0 5px 10px 5px;
	text-align: justify;
}

#addlinfo {
	font-size: 11px;
	padding: 0;
	margin-bottom: 10px;
}

#addlinside {
	background: #F1F1F1;
	border: 1px solid #CCC;
	margin: 0 auto;
	padding: 11px;
	width: 600px;

}

#footer {
	background: url('../graphics/footer-bg.jpg') bottom left repeat-x #FFF;
	border-top: 1px solid #333;
	font-family: Lucida, "Lucida Grande", sans-serif;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	width: 700px;

}

/* ----- [ = CLASSES ] ----- */

div.spacer {
	clear: both;
}

/* Adds a text indent to the column containing the feature values. */
.values {
	text-indent: 10px;
}

/* These two are for the notes column on the chart. */
.comment {
	font-size: 10px;
	color: #2D4491;
}

.movie {
	font-size: 10px;
	color: #2D4491;
}

.topborder {
	border-top: 1px solid #000;
}

#footer div.right {
	float: right;
	padding: 20px 20px 10px 0;
	text-align: right;
	width: 50%;
}

#footer div.left {
	float: left;
	padding: 20px 0 10px 20px;
	text-align: left;
	width: 40%;
}

/* ----- [ = HEADINGS ] ----- */

#masthead h1 {
	color: #264774;
	font-size: 150%;
	margin: 0 0 50px 0;
	padding: 0;
	text-indent: -2000px;
}

/* ----- [ = PARAGRAPHS ] ----- */

p.info {
	font-size: 80%;
	margin: 0 0 20px 0;
	text-align: left;
}

/* ----- [ = LISTS ] ----- */

#addlinside ul {
	margin-left: 10px;
}

#addlinside li a {
	font-size: 11px;
}

#addlinside ul li {
	list-style-position: outside;
	list-style-type: none;
}

#addlinside ul li ul li {
	list-style-type: square;
	margin-left: 5px;
}

/* ----- [ = IMAGES ] ----- */

#content img.right {
	float: right;
	margin-right: 15px;
}

#content img.left {
	float: left;
	margin-right: 15px;
}

#content img.center {
	display: block;
	margin: auto;
}

/* ----- [ = TEXT FORMATTING ] ----- */

/* ----- [ = LINKS ] ----- */

a {
	color: #264774;
	text-decoration: none;
	}

a:link {
	color: #264774;
	text-decoration: none;
}

a:visited {
	color: #264774;
	text-decoration: none;
}

a:hover {
	color: #894A08;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: none;
}

#footer a {
	color: #264774;
	text-decoration: none;
}

#footer a:hover {
	color: #894A08;
	text-decoration: underline;
}

/* ----- [ = TABLES ] ----- */

table {
	font-size: 11px;
	width: 100%;
}


tr.greycell {
	background: #FAF5F0;
}

tr.whitecell {
	background: #FFF;
}

td {
	border-left: 1px solid #FAE6C9;
	color: #666;
	font-weight: bold;
	height: 20px;
	padding: 5px 10px 5px 10px;
}

td.attrib_name {
	border: none;
	font-weight: normal;
	color: #264774;
	height: 20px;
	padding: 5px 5px 5px 20px;
}

td.icon {
	border: none;
}

td.indent {
	border: none;
	font-weight: normal;
	color: #264774;
	padding-left: 40px;
}

td.product1, .product2, .category {
	border-bottom: 1px solid #999;
	border-left: none;
	border-right: none;
	color: #000;
	font-family: Lucida, "Lucida Grande", sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 20px;
}

td.category {
	color: #894A08;
	font-size: 11px;
}

td.product1, .product2 {
	font-size: 15px;
	text-align: center;
}

/* ----- [ = FORMS ] ----- */

form {
	color: #333;
	font-size: 80%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 90%;
}

form fieldset {
	border: none;
}

form legend {
	display: none;
}

form label {
	font-size: 80%;
}

/* ----- [ = DEFINITIONS ] ----- */

/* ----- [ = BOXOVER STYLES ] ----- */

.boxover_header {
    background: #FAF5F0;
	border: 1px solid #C8BA92;
	color: #894A08;
    font-family: Trebuchet, "Trebuchet MS", sans-serif;
    font-size: 75%;
    padding: 5px;
    width: 150px;
}
 
.boxover_body {
    background: #FFF;
	border-left: 1px solid #C8BA92;
    border-right: 1px solid #C8BA92;
    border-bottom: 1px solid #C8BA92;
	color: #333;
    font-family: Arial, sans-serif;
    font-size: 70%;
    padding: 5px;
    width: 150px;
}