body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: "Trebuchet Ms", Arial, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #4C3C2A;
	text-align:center;
}
form {
	margin: 0px;
}
form.product_search {
	margin: 15px 0 0 10px;
	padding:0;
	float:left;
}
.product_search h3{
	margin: 0;
	font-size:10pt;
}
.product_search .text_medium{
	margin: 0;
}
input.text_medium {
	border: 0px;
	width: 131px;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/input_text_medium.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	padding: 3px;
	font-weight: bold;
	width: 147px;
}
input.go {
	background-image: url(images/button_go.gif);
	width: 36px;
	height: 25px;
	border: 0px;
	font-size: 0px;
	float: right;
	margin: 5px 10px;
}
h1 {
	font-size: 14pt;
	color: #000000;
	border-bottom: solid 1px #918476;
}
h2 {
	font-size: 11pt;
	color: #000000;
}
/* MAIN WRAPPERS */

div.clearer {
	clear: left;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}
div.master_wrapper {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	text-align:left;
}
div.sidebar {
	float: left;
	width: 169px;
	background-color: #F7921E;
	background:#F7921E url(images/left_nav_bg.gif) no-repeat scroll left bottom;/*background-color: #FCBA75;
  background-image: url(images/sidebar_b.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;*/
}
div.splash_sidebar {
	float: left;
	width: 169px;
	height: 100%;
	background-color: #004E62;
	margin-right: 2px;
}
div.splash_content {
	float: left;
	height: 100%;
	background-image: url(images/content_b.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 10px;
}
div.sidebar_content_divide {
	float: left;
	width: 2px;
	height: 100%;
	background-color: #006E8D;
	background-image: url(images/sidebar_content_divide.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
div.content {
	float: left;
	height: 100%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
div.content_inner {
	width: 660px;
	margin: 5px 20px;
}
ul.indent {
	position: relative;
	left: 15px;
}
div.sidebar_links {
	text-align: left;
	margin: 20px 10px 10px 10px;
	font-weight: bold;
	font-size: 10pt;
}
div.sidebar_link_sub {
	text-align: left;
	background-color: #EEAC5F;
	/*border-top: dotted 1px #000000;
  border-bottom: dotted 1px #000000;*/

  margin-left: -10px;
	margin-right: -10px;
	padding: 5px 15px 5px 15px;
	line-height: 15px;
	font-weight: normal;
	font-size: 9pt;
	margin-top: 12px;
}
div.sidebar_link_seperator {
	/*width: 159px;*/
  height: 2px;
	background-color: #EBA14C;
	overflow: hidden;
	font-size: 0px;
	margin: 10px 0;
}
/* NAVBAR */

div.navbar {
	font-weight: bold;
	text-align: right;
	margin-bottom: 20px;
}
/* LINKS */
div.sidebar_links a:link, div.sidebar_links a:visited, div.sidebar_links a:active {
	color: #ffffff;
	text-decoration:none;
}
div.sidebar_links a:hover {
	color: #fff;
	text-decoration:underline;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:active {
	color: #000;
}
a:hover {
	color: #000;
}
a.sub_items:link {
	color: #FFFFFF;
}
a.sub_items:visited {
	color: #FFFFFF;
}
a.sub_items:active {
	color: #FFFFFF;
}
a.sub_items:hover {
	color: #000000;
}

/* ONE OFF OBJECTS */

div.affiliateDescription {
	margin-left: 50px;
	font-style: italic;
}
div.footer {
	text-align: center;
	font-size: 8pt;
	color: #BEB3A7;
	margin-bottom: 10px;
}
div.page_break {
	height: 1px;
	border-bottom: solid 1px #685E54;
	font-size: 0px;
}
div.language_controls {
	margin-bottom: 5px;
	font-size: 8pt;
	text-align: right;
}
div.title_images {
	margin-bottom: 10px;
}
div.sidebar_brightspark_logo {
	width: 169px;
	height: 100px;
	background-image: url(images/bs_logo_orange_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
div.splash_sidebar_brightspark_logo {
	width: 169px;
	height: 572px;
	background-image: url(images/bs_logo_dblue_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div.languages {
	margin-top: 100px;
}
/* PRODUCT MENU IMAGES */

div.product_menu_images {
	float: right;
	width: 335px;
	text-align: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
div.product_images {
	float: right;
	width: 250px;
	text-align: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.product_menu_images {
	border: solid 1px #000000;
	margin: 1px;
}
img.product_menu_image {
	border: solid 1px #000000;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
img.product_menu_image_left {
	border: solid 1px #000000;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
/* SPECS TABLE */

table.specs {
	background: #000000;
	width: 100%;
}
td.specs {
	background: #FFFFFF;
	font-size: 8pt;
	vertical-align: top;
}
/* SEARCH */
div.search_result {
	margin: 10px;
}
div.search_result_title {
	font-size: 12pt;
}
div.search_result_relevance {
	margin-top: 5px;
	font-size: 8pt;
}
/* LOG VIEWER */

div.logFullDetails {
	margin: 5px 10px 5px 10px;
	overflow: hidden;
	padding: 5px;
	font-size: 8pt;
	border: solid 1px #000000;
	background-color: #FFFFFF;
	display: none;
}
a.logShowHideControl {
	text-decoration: none;
}

