/*
	 //
	 // +----------------------------------------------------------------------+
	 // |zen-cart Open Source E-commerce                                       |
	 // +----------------------------------------------------------------------+
	 // | Copyright (c) 2003 The zen-cart developers                           |
	 // |                                                                      |
	 // | http://www.zen-cart.com/index.php                                    |
	 // |                                                                      |
	 // | Portions Copyright (c) 2003 osCommerce                               |
	 // +----------------------------------------------------------------------+
	 // | This source file is subject to version 2.0 of the GPL license,       |
	 // | that is bundled with this package in the file LICENSE, and is        |
	 // | available through the world-wide-web at the following url:           |
	 // | http://www.zen-cart.com/license/2_0.txt.                             |
	 // | If you did not receive a copy of the zen-cart license and are unable |
	 // | to obtain it through the world-wide-web, please send a note to       |
	 // | license@zen-cart.com so we can mail you a copy immediately.          |
	 // +----------------------------------------------------------------------+
	 // $Id: stylesheet.php,v 1.354 2005/12/18 13:49:42 grenader Exp $
	 */

BODY {
	background-color: #e5edf5;
	color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font: 11px Verdana, Arial, sans-serif;
	text-align: center;
}

.centershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 750px !important;
}

IMG {
	border-width: 0;
	border-style: none;
}

TD.main, P.main {
	font-size: 11px;
	line-height: 1.5;
}

A {
	color: #000000;
	text-decoration: none;
}

A:hover {
	color: #000000;
	text-decoration: underline;
}

FORM {
	display: inline;
}

/*HEADER CSS*/

TABLE.header {
	background: #ffffff;
	background-image: url(../images/baobab//header_bg.jpg);
	background-repeat: repeat-x;
	width: 750px !important;
	background-color: #ffffff;
	border-right: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
}

TABLE.headerNavigation {
	background: #abbbd3;
	background-image: url(../images/baobab//tile_back.jpg);
	background-color: #ffffff;
	border-right: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	width: 100% !important;
}

TD.headerNavigation {
	width: 750px !important;
	position: relative;
	vertical-align:middle;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#000000;
	letter-spacing:1px;
	padding: 4px;
}

TD.breadCrumb {
	font-size: 10px;
	font-weight: bold;
	color: #9a9a9a;
	padding: 3px;
	border-bottom: 1px dotted #9a9a9a;
}

TD.headerNavigation A, TD.headerNavigation A:visited, .sideBoxHeading A, td.footertop a  {
	font-weight:bold;
	color: #ffffff;
}

TD.headerNavigation A:hover, .sideBoxHeading A:hover, td.footertop a:hover  {
	color: #a8cfff;
}

TR.headerError {
	background: #ff0000;
}

TD.headerError {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}

TR.headerInfo {
	background: #00ff00;
}

TD.headerInfo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

/*SIDEBOX CSS*/

.column_box_spacer_left {
	height: 6px;
}

.column_box_spacer_right {
	height: 6px;
}

.column_box_spacer_single {
	height: 6px;
}

.column_left{
	background: #ffffff;
	padding: 2px;
}

.column_right{
	background: #ffffff;
	padding: 2px;
}

.boxText {
	font-size: 11px;
	line-height: 125%;
}


.sideBoxContent {
	line-height: 125%;
	padding: 4px;
	border-top: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
}

.sideBox, .plainBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #ffffff;
	border:1px solid #9a9a9a;
}

#welcomeBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
  padding-left: 164px;
  padding-right: 164px;
  margin-left: 15px;
  margin-right: 15px;
  text-align : center;
  padding-top: 12px;
}

#welcomeBox a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
  padding-left: 180px;
  padding-right: 155px;
  text-align : center;
}

.plainBox p {
	margin: 1em;
}

.infoBoxNotice {
	background: #FF8E90;
}

.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

TD.sideBoxHeading {
	height: 20px;
	padding-left: 5px;
}

.sideBoxHeading, .productListing-heading {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding: 3px;
}

TR.sideBoxHeading, TD.productListing-heading {
	background: #ffffff;
/* 	background-image: url(../images/baobab//tile_back.jpg); */
}

.sideBoxFooter {
	background: #abbbd3;
	background-image: url(../images/baobab//tile_back.jpg);
}

SPAN.newItemInCart {
	color: #ff0000;
	font-weight: bold;
}

/*center main section
	 */
TD.pageHeading, DIV.pageHeading, h1 {
	font-size: 16px;
	font-weight: bold;
	color: #9a9a9a;
	padding-top: 11px;
}

.center_column {
	padding: 8px;
}
.main_page{
	width: 750px !important;
	background-color: #000000;
	border-right: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	padding: 5px;
}

.plainBox {
	padding: 5px;
}

.plainBoxHeading {
	font-size: 12px;
	font-weight: bold;
	padding: 11px 5px 5px;
}
/* footer
	 */

TABLE.footer {
	background: #ffffff;
	text-align: center;
	font-size: 10px;
	border-right: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
}

TR.footertop {
	background: #abbbd3;
	background-image: url(../images/baobab//tile_back.jpg);
	font-size: 11px;
}

TD.footertop, TD.footerbottom {
	padding: 5px;
}

/*miscellaneous areas
	 */
TD.infoBox, SPAN.infoBox {}

TD.cartBox {
	background: #eff4f8;
	font-size: 10px;
	padding: 3px;
	border: 1px dotted #ffb062;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.errorBox {   background: #ff797c; color: #ffffff; font-weight: bold; }
.stockWarning {   color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {   color: #70d250; text-decoration: underline; }
.productListing-heading {
	border-bottom: 1px solid #9a9a9a;
}

TD.productListing-data {
	font-size: 10px;
}

/*TABLE.listBox {
	border: 1px solid #9a9a9a;
}*/

td.pageresults a {
	color: #0000FF;
}

td.pageresults a:hover {
	background: #FFFF33;
}
td.pageresults {
	font-size: 10px;
}
TR.subBar {
	background: #f4f7fd;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-size: 10px;
}

TD.accountCategory {
	font-size: 13px;
	color: #aabbdd;
}

TD.fieldKey {
	font-size: 12px;
	font-weight: bold;
}

TD.fieldValue {
	font-size: 12px;
}

TD.tableHeading {
	font-size: 12px;
	font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 11px;
}

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

.greetUser {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

SPAN.greetUser {
	color: #f0a480;
	font-weight: bold;
}

TABLE.formArea {
	background: #f1f9fe;
	border: 1px solid #7b9ebd;
}

TD.formAreaTitle {
	font: bold 12px Verdana, Arial, sans-serif;
}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px Verdana, Arial, sans-serif;
}

span.normalprice {
	text-decoration: line-through;
}

SPAN.productSpecialPrice {
	color: #ff797c;
}

span.productSpecialPriceSale {
	color: #ff797c;
	text-decoration: line-through;
}

SPAN.productSalePrice {
	color: #FF0000;
}

SPAN.productPriceDiscount {
	font-size: 10px;
	color: #FF0000;
}

SPAN.errorText {
	color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo {   color: #8c8c8c; }
.checkoutBarCurrent {   color: #000000; }

/* message box */

.messageBox {   }
.messageStackError, .messageStackWarning { background-color: #ff797c; color: #ffffff; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackSuccess {   background-color: #b3ffa8; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackCaution { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #FFFF00; }

/* input requirement */

.inputRequirement {
	color: #ff0000;
	font-size: 10px;
}

span.coming {
	color: #ff797c;
}

/* checkout totals */
TD.CheckoutConfirmationText {
	font-weight:bold;
}
TD.CheckoutConfirmationAmount {
}

/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
	color: #ff0000;
	font-size: 9px;
	line-height: 1.0;
	text-align : left;
	font-weight: bold;
	padding-top: 6px;
	border-top: 1px solid #9a9a9a;
}

/* General alert span class */
TD.alert, SPAN.alert {
	color: #FF0000;
	font-weight: bold;
}

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
	color: #000000;
	font-weight: bold;
}


/* elements */
body {
	color: #000000;
	background: #330000;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
body, html, h1, h2, h3, p, ul, li, div, span {
	margin: 0;
	padding: 0;
}
a {
	color: #000000;
	font-weight: normal;
	background: transparent;
}
a:visited {
	color: #000;
	background: transparent;
}
a:hover {
	text-decoration: underline;
	color: #900;
	background: transparent;
}
ul, li {
	display: block;
	list-style: none;
}


/* divs and related classes */


div.container {
	display: block;
	width: 800px;
	height: 100%;
	background-image: transparent;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#contentbox {

	width: 800px;
	height: auto;
  	position: relative;
  	border-color: #656565;
	border-width: 1px;
	border-style: solid;
	margin: 0px auto;
	background: #ffffff;
}
#logo {
	padding-top: 0px;
	display: block;
	width: 225px;
	height: 48px;
	float: left;
	clear: both;
}
#logo:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



#logo img {
	border: none;
}

#logo h1 {
	border: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
	margin: 0px;
	font-size: 0em;
}


#supportingText {
	display: block;
	font-size: 0.88em;
	line-height: 110%;
	width: 280px;
	height: 40px;
	color: #000000;
	position: absolute;
	margin: 0px 0px 0px 0px;
	top: 90px;
	left: 500px;
	background: transparent;
}


p.p1 {
	display: block;
	font-size: 0.88em;
	line-height: 110%;
	height: 30px;
	color: #000000;
	margin: 5px 0px 0px 0px;
	background: transparent;
}


h3.p1 {
	display: block;
	font-size: 0.9em;
	line-height: 110%;
	height: 30px;
	color: #000000;
	margin: 0px 0px -15px 0px;
	background: transparent;
}


/* The Tan-Hack for IE 5.0 */

* html #supportingText .p1, * html #supportingText .p2, * html #supportingText .p3, * html #supportingText .p4, * html #supportingText .p5  {
	width: 440px;
	width: 340px;
}

/* Menus */

.label {
	font-size: 0.80em;
	color: #000000;
	background: transparent;
	text-align: left;
}

/*option list properties*/

#loption {
	position: absolute;
	top: 277px;
	left: 490px;
	color: #000000;
	background: transparent;
	text-align: left;
}

#loption ul {
	list-style: none;
	margin: 8px;
	padding: 0px 0px 0px 0px;
	padding: 0 0 0px 0;
	height: 100%;
	text-align: left;
}

/*option list position*/

#loption li {
	display: block;
	width: 150px;
	background: transparent url(bulletPoint.gif) left no-repeat;
	margin: 0 10px;
	padding: 0px 0px 0px 0px;
}

a.loption {
	display: block;
	width: 170px;
	color: #000000;
	background: transparent;
	margin: 0px 0px 0px 9px;
	padding-bottom: 2px;
	text-decoration: none;
	font-size: 0.78em;
	text-align: left;
}

/* option list text color and background block color*/

#loption a:link, #loption a:visited {
	color: #000000;
	background: transparent;
}
#loption a:hover, #loption a:active {
	color: #ffffff;
	background: transparent;
	text-decoration: underline;
}
#loption a.c, #loption a:link.c , #loption a:visited.c {
	color: #FFCC66;
	background: transparent;
	display: inline;
}
#loption a:hover.c, #loption a:active.c {
	display: inline;
}

#header {
	clear: both;
	display: block;
	height: auto;
	padding-bottom: 5px;
}

#topmenu {
	text-align: left;
	color: #FFCC66;
	display: block;
	background: transparent;
	/*height: 1.3em;*/
	padding: 3px 1px 0px 0px;
	border-top-width: 1px;
	border-top-color: #FFCC66;
	border-top-style: solid;
	font-size: 0.9em;
}

#topmenu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#topmenu h3 {
	display: none;
}
#topmenu ul {
	list-style: none;
	margin: 0px;
	padding-left: 2px;
	margin-right: 180px;
}
#topmenu li {
	display: inline;
	font-size: 0.8em;
/*
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
*/
}

#topmenu a {
	color: #FFCC66;
	margin-right: 4px;
	padding: 5px 4px 10px 4px;
	text-decoration: none;
}
#topmenu a:hover, #topmenu a:active {
	color: #ffffff;
	border-color: #CCCCCC;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	padding: 3px 3px 4px 3px;
	z-index: 2;
}

#quicksearch {
	float: right;
	clear: none;
	height: 100%;
	font-size: 0.9em;
}


#quicksearch input{
	display: inline;
	position: relative;
	top: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	border-style: solid;
	width: 120px;
	font-size: .9em;
}

#catimage1 a, #catimage1 a:visited {
	color: #000000;
	font-size: 0.8em;
	position: absolute;
	top: 185px;
	left: 236px;
}


#catimage2 a, #catimage2 a:visited {
	color: #000000;
	font-size: 0.8em;
	position: absolute;
	top: 185px;
	left: 400px;
}

#catimage3 a, #catimage3 a:visited {
	color: #000000;
	font-size: 0.8em;
	position: absolute;
	top: 330px;
	left: 240px;
}

#catimage4 a, #catimage4 a:visited {
	color: #000000;
	font-size: 0.8em;
	position: absolute;
	top: 330px;
	left: 400px;
}

#catimage5 a, #catimage5 a:visited {
	color: #000000;
	font-size: 0.8em;
	position: absolute;
	top: 139px;
	left: 518px;
}

#catimage6 a, #catimage6 a:visited {
	color: #000000;
	font-size: 0.8em;
	position: absolute;
	top: 234px;
	left: 524px;
}

#catimage7 a, #catimage7 a:visited {
	color: #000000;
	font-size: 0.8em;
	position: absolute;
	top: 330px;
	left: 518px;
}


#bottommenu {
	clear: both;
	text-align: center;
	color: #FFCC66;
	background: transparent;
	display: block;
	top: 20px;
  	height: 1.3em;
	padding: 5px 0px 0px 0px;
}

#bottommenu h3 {
	display: none;
}
#bottommenu ul {
	list-style: none;
	padding: 0;
	display: inline;
}
#bottommenu li {
	display: inline;
	font-size: 0.9em;
}
#bottommenu a {
	color: #ffffff;
	font-size: 0.80em;
	padding: 0px 0px 0px 8px;
	color: #FFCC66;
	text-decoration: none;
}
#bottommenu a:hover, #lresources a:active {
	color: #ffffff;
}
/*end horizontal menu - listed options below the main image*/


/* main menu */
#mainmenu {
position: absolute;
top: 0px;
left: 0px;
color: #000000;
background-image: url(/includes/templates/baobab/images/home.jpg);
width: 100%;
height: 350px;
text-align: left;
background: transparent url(/images/baobab//site/squares.gif) no-repeat;
background-position: 29px 56px;
}


#mainmenu h3 {
display: block;
width: 150px;
background: transparent;
margin: 0 10px;
padding: 0px 0px 8px 0px;
font-size: 0.70em;
text-align: left;
}


#mainmenu ul {
list-style: none;
margin: 0;
padding: 0 0 0px 0;
height: 100%;
text-align: left;
}


/*link lisk position*/



#mainmenu li {
display: block;
width: 150px;
background: transparent;
margin: 0 10px;
padding: 0px 0px 0px 0px;
}


#mainmenu a {
display: block;
width: auto;
color: #000000;
background: transparent;
margin: 0px 0px -3px 0px;
padding-bottom: 10px;
text-decoration: none;
font-size: 0.87em;
text-align: left;
}


/* link list text color and background block color*/


#mainmenu a:hover, #mainmenu a:active {
color: #003399;
background: transparent;
text-decoration: underline;
}



#splash {
float: left;
text-align: left;
width: 275px;

}

#splash a img {
	border-style: none;
	margin-left: 35px;
	margin-top: 79px;
 }

/* These are unlinked headers on the page - consider removing

#topcategories {
margin-top: 180px;
float: left;
width: 170px;
text-align: left;
}



#vendors {
margin-top: 180px;
float: left;
width: 174px;
text-align: left;
}


#featured_items {
margin-top: 180px;
float: left;
text-align: left;
}
*?

#cleardiv {
	width: 100%;
	clear: both;
}
#prod_image_block{
	padding: 10px;
	width: 35%;
	float: left;
}
#prod_details {
/*	text-align: center; */
	clear: both;
}
/*
.container div {
	border-width: 1px;
	border-style: dashed;
	border-color: green;
	margin: auto;
}
*/


#prod_description{
	text-align: left;
	font-size: .9em;
	margin-top: 15px;
	width: 40%;
	float: right;
	clear: none;
 }

#prod_description p{
	padding-bottom: .25em;
}

#prod_description_box {
	border : solid 0px #ffffff;
	/*border-bottom : solid 1px #999999;
	border-top : solid 1px #999999;*/
	background : #ffffff;
	color : #000000;
	padding : 0px;
	width : 100%;
	float: right;
	height : 90px;
	overflow : auto;
	margin-top: 0.5em;
	margin-bottom: 0.8em;
	margin-right: 0.1em;
	scrollbar-base-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
}

#prod_description_text {
	margin-top: 0em;
	margin-bottom: 0em;
}

#prod_description_text h1 {
	padding: 0px;
	font-size: 0em;
	visibility : hidden;
}

#prod_description_text h2 {
	padding: 0px;
	font-size: 0em;
	visibility : hidden;
}

/* Name of manufacturer in product display */
#manu_name {
	font-weight: bold;
	margin-bottom: .5em;
	font-size: 1.01em;
 }

/* Name of product in product display */
#prod_name{
	font-weight: bold;
	margin-bottom: .5em;
	font-size: 1.01em;
 }

.prod_material {
	font-weight: bold;
}

#prod_price{
	font-weight: bold;
	margin-bottom: .5em;
	font-size: 1.01em;
 }

#prod_currency{
	margin-left: 15px;
	font-size: 0.7em;
}

#prod_currency_select {
	border-style: solid;
	font-size: 0.85em;
}

/* Model number (label) in product display */
#prod_number{
	font-size: 0.8em;
	font-weight: bold;
}

/* Model number (content) in product display */
#model_number {
	font-weight: normal;
	font-style: italic;
}

/* Color picker */

#prod_designer a:link, #prod_designer a:visited {
	display: inline;
	margin-bottom: 4em;
}
#prod_colors {
	margin-top: 1em;
	vertical-align: middle;

}
#prod_colors img {
	margin: 4px;
	border-color: black;
	border-style: solid;
	border-width: 1px;

}

#prod_other {
	text-align: center;
	clear: none;
/*	padding-top: 200px; */
	display: block;
	margin-left: 40%;
	margin-right: 40%;
	background: transparent;
	height: 100%;
}
#prod_color_hilight {
	text-align: center;
	clear: none;
	padding-top: 200px;
	display: block;

}

#prod_color_hilight_image {
	border-color: black;
	border-style: solid;
	border-width: 1px;

}

#prod_color_hilight_label{
	font-size: 0.7em;
	text-align: center;
	display: block;
}
#prod_color_hilight_name {
	font-size: 0.7em;
	text-align: center;
	display: block;
}

#prod_form {
	margin-top: 1em;
}

#prod_other {
	width: auto;
	clear: none;
}
#cat_prod_list {
	clear: both;
	width: 100%;
	background: #ffffff;
}
#cat_navigation{
	text-align: left;
	font-size: 0.75em;
}


#cat_breadcrumbs {
	float: left;
	text-align: left;
	padding-left: 5px;
	width: 75%;
}

#cat_arrow_left {
	float: left;
}

#cat_arrow_right {
	float: right;
}
/*
.cat_arrow a{
 padding: 1px;
}

.cat_arrow a:hover, .cat_arrow a:active {
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	padding: 0px;

}
*/
#cat_navigation a {
	color: #000000;
}
/* product pages */
#cat_pages {
	float: right;
	right: 0px;
	width: 50%;
	text-align: right;
}
#cat_prods {
	text-align: center;
	clear: both;
	padding-top: 7px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
}

#cat_prods li {
	display: inline;
	padding-left: 7px;
	padding-right: 7px;
}
#cat_prods li.prod {
	display: inline;
	clear: none;
}

#designer {
}

#designer a:link, #designer a:visited {
	color: #003399;
	margin-top: 0;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 0.8em;
	display: block;
}

#designer_spotlight {
	display: inline;
	float: left;
	width: 200px;
	font-size: 0.8em;
	padding: 8px;
	vertical-align: top;
}


#designer_spotlight_name {
	width: 200px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	vertical-align: top;
}


#designer_spotlight_product {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom:10px;
	margin-top:10px;

}


#designer_spotlight_desc {
	margin: 15px;
	font-size: 0.8em;
	text-align: justify;
	padding: 10px;
	vertical-align: top;
	padding-top: 32px;
}

#designer_spotlight_desc a:link,#designer_spotlight_desc a:visited {
	display: inline;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#designer_spotlight_desc p{
	margin-bottom: 10px;
}


#designer_list {
	width: 20%;
	vertical-align: top;
	font-size: 0.8em;
	padding-left: 5px;
}

#designer_list li {
	padding-top: 3px;
	padding-bottom: 3px;
}


#selected_designer {
	font-size: 0.8em;
}

#designer_list_heading {
	font-weight: bold;
	text-align: center;
	display: block;
	padding-right: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#editorial_table {
}


#editorial_table ul {
	color: #003399;
	margin-top: 0;
	display: block;
}

#editorial_spotlight {
	display: inline;
	float: left;
	width: 200px;
	font-size: 0.8em;
	padding: 8px;
	vertical-align: top;
}

#editorial_table a:link, #editorial_table a:visited {
	font-size: 0.8em;
	color: #003399;
	margin-top: 5px;
	display: block;
}

#editorial_spotlight_name {
	width: 200px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 15px;
}


#editorial_spotlight_desc {
	margin: 15px;
	font-size: 0.8em;
	text-align: justify;
	padding: 10px;

}

#editorial_spotlight_image {
	margin: 3px;
	padding: 3px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	vertical-align: top;

}

#editorial_spotlight_desc a:link,#editorial_spotlight_desc a:visited {
	display: inline;
}

#editorial_spotlight_desc p {
	margin-bottom: 10px;

}
#editorial_list {
	width: 20%;
	vertical-align: top;
	font-size: 0.8em;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 5px;
}

#editorial_list li {
	margin-top: 5px;

}


#selected_editorial {
	font-size: 0.8em;
}

.editorial_list_heading {
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-left: 0px;
	display: block;
	font-size: 0.9em;
	padding-right: 0px;
	padding-bottom: 10px;
}

#idesigner_links {
	float: left;
	text-align: left;
	padding-left: 40px;
	margin-top: 35px;
	font-size: 0.8em;
	vertical-align: top;
	width: 25%;
	height:100%;
}

#idesigner_links p {
	text-align: left;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 0.9em;
}

#idesigner_links ul{
	padding-left: 0px;
	margin-top: 45px;
	text-align: left;
	width: 25%;
	height:100%;
}
#idesigner_links a:link, #idesigner_links a:visited{
	font-size: 0.8em;
	color: #003399;
	margin-top: 8px;
	display: block;
	vertical-align: top;
}

#idesigner {
	margin-left: 0%;
	padding-left: 35px;
	margin-bottom: 20px;
	text-align: left;
	width: 65%;
	height:100%;
}


#idesigner_heading {
	width: 100%;
	font-size: 1em;
	color: #000000;
	margin-top: 35px;
	margin-bottom: 15px;
	vertical-align: top;
}


#idesigner_inst {
	margin-top: 0px;
	font-size: 1em;
	margin-bottom: 15px;
	vertical-align: top;
}

#idesigner a:link, #idesigner a:visited{
	font-size: 0.8em;
	color: #003399;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

#general_text{
	margin-left: 100px;
	margin-right: 100px;
	font-size: 0.8em;
	text-align: justify;
	padding: 10px;

}

#links_footer {
	float: left;
	clear: both;
	width: 100%;
	font-size: 0.8em;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
	font-style: normal;
	min-width: 100%;
  padding: auto;
}

#links_footer a:link, #links_footer a:visited{
	font-size: 0.72em;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
	font-style: normal;

}

#sidra_footer{
	padding: 20px 0px 0px 0px;
	clear: both;

 }

#sidra_footer a {
	font-size: 0.7em;
	color: #cccccc;
	text-align: center;

}

#window_description {
	border : solid 0px #ffffff;
	/*border-bottom : solid 1px #999999;
	border-top : solid 1px #999999;*/
	background : #ffffff;
	color : #000000;
	padding : 0px;
	width : 100%;
	float: right;
	height : 250px;
	overflow : auto;
	margin-top: 0.5em;
	margin-bottom: 0.0m;
	margin-right: 0.1em;
	scrollbar-base-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
}

#prod_larger_image{ 
	background-color: #ffffff;
	/* border: 1px solid #9a9a9a; */
	font-size: 0.7em;
	text-align: center;
	display: block;
	margin-left: 15px; 
	margin-right: 10px; 
	padding: 5px; 
	height: 15px;
}

#prod_larger_image_empty{ 
	background-color: #ffffff;
	font-size: 0.7em;
	text-align: center;
	display: block;
	margin-left: 15px; 
	margin-right: 10px; 
	padding: 5px;
	height: 15px;	 
}

#prod_alternate_images_group{ 
	background-color: #ffffff;
	border: 1px solid #9a9a9a;
	font-size: 0.7em;
	text-align: center;
	display: block;
	margin-top: 10px; 
	margin-left: auto;
	margin-right: auto;
	height: 300px;
	width: 80%
}

#prod_alternate_images_empty_group{ 
	background-color: #ffffff;
	font-size: 0.7em;
	text-align: center;
	display: block;
	margin-top: 30px; 
	margin-left: 15px;
	margin-right: 10px; 
	height: 197px;
}

