
/*
	 //
	 // +----------------------------------------------------------------------+
	 // |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.406 2007/12/18 23:38:13 mstern 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: #428dff;
	text-decoration: none;
}

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

FORM {
	display: inline;
}

/*HEADER CSS*/

TABLE.header {
	background: #ffffff;
	background-image: url(../images/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/coolkids/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: #FEF8E9;
	border:1px solid #9a9a9a;
}

.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/coolkids/tile_back.jpg); */
}

.sideBoxFooter {
	background: #abbbd3;
	background-image: url(../images/coolkids/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: #ffffff;
	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/coolkids/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: #ffffff;
	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: transparent;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*div.container div { 
  border-width: 1px;
  border-color: red;
  border-style: dashed;
}*/

#contentbox { 
	width: 800px;
	height: auto;
	background: #ffffff;
  	border-color: #656565;
	border-width: 1px;
	border-style: solid;
	margin: 0px auto;
}
#logo {
	position: relative;
	left: 1px;
	top: 1px;
	padding-top: 0px;
	display: block;
	width: 199px;
	height: 48px;
	float: left;
}


#logo img { 
	margin-top: 2px;
	margin-bottom: 0;
}

#front_matter 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.8em;
	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: #003399;
	background: transparent;
	text-decoration: underline;
}
#loption a.c, #loption a:link.c , #loption a:visited.c {
	color: #000000;
	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: #000000;
	display: block;
	background: transparent;
	/*height: 1.3em;*/
	padding: 3px 1px 0px 0px;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	font-size: 0.9em;
}

#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: #000000;
	margin-right: 5px;
	padding: 5px 4px 10px 4px;
	text-decoration: none;
}
#topmenu a:hover, #topmenu a:active {
	color: #003399;
	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;
}

#leftimage {
  text-align: center;
	height:100px;
	width: 100px;
}
#leftimagecontainer {
  margin-left: 7px;
  text-align: center;
  margin-bottom: 2px;
  height: 100px;
  width:  100px;
}
#middleimagecontainer {
  margin-left: 7px;
  text-align: center;
  margin-bottom: 2px;
  height: 100px;
  width:  100px;
}
#rightimagecontainer {
  margin-left: 8px;
  text-align: center;
  margin-bottom: 2px;
  height: 100px;
  width:  100px;
}
#bottommenu {
	clear: both;
	text-align: center;
	color: #000000;
	background: transparent;
	display: block;
	top: 20px;
  	height: 1.3em;
	padding: 1px 0;
}

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


/* main menu */
#mainmenu {
  width: 100%;
  text-align: left;
  background: #ffffff;
  margin: auto;
}

#mainmenu div { 
  background: #ffffff;
}

#mainmenu h3 {
  display: block;
  background: #ffffff;
  font-size: 0.80em;
  text-align: left;
}


#mainmenu ul {
  list-style: none;
  text-align: left;
  margin-top: 3px;
  margin-left: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  padding-top: 3px;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  color : #000000; 
  width : 100%;
  overflow : auto;
}

/*link lisk position*/

#mainmenu li {
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

#mainmenu a {
  display: block;
  color: #4600C4;
  padding-bottom: 3px;
  text-decoration: none;
  font-size: 0.8em;
}

#mainmenu a:hover {
  color: #4600C4;
  background: #901dd8;
  background: #901dd8;
}


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


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


#frontpage_tagline {
	margin-left: 37px;
	margin-top: 20px;
	width: 178px;
	text-align: center;
}

#frontpage_tagline p {
	color: #93341E;
	/* font-weight: bold; */
	font-style: italic;
	font-size: 8pt;
}

#leftlist {
  float: left;
  width: 250px;
  background: #ffffff;
  margin-right: 5px;
}

#leftlist_top {
  width: 225px;
  margin-top: 5px;
  margin-left: 5px;
  text-align: left;
  background: #EAE7D6;
  display: block;
  color: #EAE7D6;
  font-size: .9em;
}

#leftlist_top ul {
  height: 190px;
  list-style: none;
  text-align: left;
  margin-top: 3px;
  margin-left: 3px;
  padding-left: 13px;
  padding-bottom: 3px;
  padding-top: 3px;
  color : #000000; 
  width : 100%;
  border-color: #999999;
  border-style: solid;
  border-width: 1px;
  overflow : auto;
  background: #DAE7C6;
  scrollbar-base-color:#D6EAEC;
  scrollbar-shadow-color:#D6EAEC;
  scrollbar-darkshadow-color:#D6EAEC;
}


#leftlist_top a {
  color: #4600C4;
}

 
#leftlist_top h3 {
  margin-left: 3px;
  color: #4600C4;
  font-size: .8em;
}
 
 
#leftlist_bottom {
  margin-top: 10px;
  margin-left: 5px;
  text-align: left;
  background: #F2EFD8;
  display: block;
  color: #000000;
  width: 225px;
  margin-right: 5px;
}

#leftlist_bottom a {
  color: #4600C4;
}

#leftlist_bottom h3 {
  margin-left: 5px;
  color: #4600C4;
  font-size: .8em;
}

#leftlist_bottom ul{
  height: 190px;
  height: 190px;
  list-style: none;
  text-align: left;
  margin-top: 3px;
  margin-left: 3px;
  padding-left: 13px;
  padding-bottom: 3px;
  padding-top: 3px;
  border-color: #999999;
  border-style: solid;
  border-width: 1px;
  color : #000000; 
  width : 100%;
  overflow : auto;
  background: #F8F8D4;
  scrollbar-base-color:#D4EFF9;
  scrollbar-shadow-color:#D4EFF9;
  scrollbar-darkshadow-color:#D4EFF9;
}


#middlelist {
  float: left;
  width: 300px;
  height: 410px;
  color: #4600C4;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  border-color: #999999;
  border-style: solid;
  border-width: 1px;
  background: #EAE7D6;
}

#middlelist a:hover {
  text-decoration: none;
  color: #000000;
  background: transparent;
}

#rightlist {
  float: left;
  width: 200px;
  height: 410px;
  color: #4600C4;
  margin-top: 20px;
  margin-left: 5px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 3px;
  text-align: center;
  text-decoration: none;
  border-color: #999999;
  border-style: solid;
  border-width: 1px;
  background: #E5FDC3;
  font-size: .8em;
}

#rightlist a {  
}

#rightlist a:hover {
  text-decoration: none;
  color: #000000;
  background: #EAE7D6;
}

#rightlist h3 {
  color: #4600C4;
  font-size: .8em;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 5px;
}


#infant {
  height: 195px;
}

#infant img {
  position: relative;
  left: 5px;
  top: 5px;
}

#infant a:hover {
  text-decoration: none;
  color: #000000;
  background: transparent;
}

#toddler {
  float: left;
  height: 195px;
}

#teens {
  float: left;
  height: 195px;
}

#teens img {
  position: relative;
  left: 8px;
}

#child {
  float: left;
 /* width: 160px;*/
  height: 195px;
}

#child img {
  position: relative;
  left: 8px;
  top: 10;
}


#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 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_theme a:link, #prod_theme 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_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;
}

#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;	 
}


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

#prod_color_hilight { 
	text-align: center;
	clear: none;
	/* padding-top: 20px;  */
	display: block;
        height: 120px;
}

#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%;
}
#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: #999999;
}
/* 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;
}

#theme { 
	display: block;
	width: 100%;
	height: 100%;
}

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

#theme_spotlight { 
	display: block;
	width: 100%;
	font-size: 0.8em;
	padding: 0px;	
}


#theme_spotlight_name { 
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
}


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

}
#theme_spotlight_product a {
	display: block;
	width: auto;
	margin-right: 420px;
}

#theme_spotlight_product a:hover{
	background: #cccccc;
}

#theme_spotlight_image {
	float: right;
	width: 400px;
	border-color: #5D12EA;
	border-style: solid;
	border-width: 1px;
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#theme_spotlight_image img {
	width: 400px;
	margin-bottom: 10px;

}


#theme_spotlight_desc { 
	font-size: 0.8em;
	text-align: justify;
	margin-right: 10px;
}

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

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


#theme_list { 
	top: 50px;
	width: 155px;
	vertical-align: top;
	font-size: 0.8em;
	margin-left: 5px;
	margin-right: 10px;
}


#theme_list ul{
	border-color: #5D12EA;
	border-style: solid;
	border-width: 1px;
}

#theme_list a {
	display: block;
	width: 100%;
}

#theme_list a:hover{
	background: #cccccc;
}

#selected_theme {  
	width: 100%;
	font-size: 0.8em;
	background: #CCCCFF;
	
}


#theme_list_heading { 
	font-weight: bold;
	text-align: center;
	display: block;
	padding-right: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: #5D12EA;
	border-style: solid;
	border-width: 1px;
}


#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: 40%;
	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: 40%;
	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: 30%;
	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;
	
}

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

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

}

#sidra_footer{ 
	clear: both;
 }
#sidra_footer a {
	font-size: 0.7em;
	color: #333333;
	margin-top: 60px;
	padding-top:30px;
	text-align: center;
}
/* Styles for DHML effects. Added by Igor.*/
.packageVisible {
        visibility: visible;
}
.packageHidden {
        visibility: hidden;
        display: none
}

/* Styles for drop-down menu. Added by Igor.*/
.downMenu {
	position:absolute;
	padding: 5px;
	width: 160px;
	z-index: 1;
	left: 240px;
	top: 40px;
	background: #E7EFFF;
	border: 1px solid #A09FA0;
}
       
.downMenu li {
	font-size: 0.7em;
        border: 1px solid #EBEBEB;
}

.hidden {
	visibility: hidden;
}
.shown {
	visibility: visible;
}