/* general styles and layout tables */

body
{
	font-family: Arial;
	font-size:  smaller;	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;	
	padding-left: 2px;
}

p
{
	padding-bottom: 18px;
}

h1
{
	color: #666699;
	font-size: 24px;
}

h2
{
	color: #7777aa;
	font-size: 22px;
}

h3
{
	color: #8888bb;
	font-size: 20px;
}

h4
{
	color: #9999cc;
	font-size: 18px;
}

h5
{
	color: #9999cc;
	font-size: 16px;
}

h6
{
	color: #9999cc;
	font-size: 14px;
}

tr
{
	vertical-align: top;
}

.infoPanel
{
	width: 100%;	
	background-color: #a9a9a9;	
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	margin-bottom: 5px;			
	color: White;
	font-weight: bold;
}

.infoPanel A
{
	color: White;
}

.mainTableLayout
{
	width: 800px;	
}

.logoArea
{
	width: 800px;	
	background-image: url(images/title.gif);
    background-repeat: repeat-x;
	color: White;
}

.logoAreaRight
{
	color: white;	
	text-align: right;
	font-weight: bold;
}

.logoAreaRight A
{
	color: white;	
	text-align: right;
	font-weight: bold;
}

/*.mainMenuBackground
{
	BACKGROUND-IMAGE: url(images/menu.gif);
	background-repeat: repeat-x;
}*/

.textColumn
{
	background: #d9dadc;	
	padding: 5px 5px 5px 5px;
}

/* edit mode controls */

.CMSEditModeButtons
{
	display: inline-block;
	height: 25px;
	float: right;
	margin-top: 8px;
	padding-top: 3px;
	/*border: 1px solid #996666;
	background-color: #ffcccc;*/
	color: Black;
	cursor: hand;
	text-align: center;
	font-size: 12px;
	font-weight: bold; 
}

.CMSPageManager
{
	display: block;
	width: 650px;
	height: 25px;
	float: left;
	margin-left: 3px;
	margin-top: 8px;
	margin-bottom: 3px;
	padding: 3px;
	border: 1px solid Red;
	background-color: White;
	color: Red;
	
}

.CMSPageManager A,
.CMSPageManager A:link,
.CMSPageManager A:visited
{
	font-weight: normal;
	text-decoration: underline;
	color: Red;
}
.CMSPageManagerLabel
{
	text-align: right;
}
.CMSPageManagerTDlabel
{
	padding-left: 10px;
}
.CMSEditableRegion
{
	background-color: transparent;
	/*border: 1px dotted red*/
	text-decoration: none;
	font-weight: bold;
}


/* Navigation controls */

/* tree menu */

.CMSTreeMenuTable { width:180px;}
.CMSTreeMenuItem { BACKGROUND: #ff8f2e; padding: 3px; border: 1px solid white; color: black}
.CMSTreeMenuSelectedItem { BACKGROUND: #e87511; padding: 3px; border: 1px solid white; }
.CMSTreeMenuLink { COLOR: black; TEXT-DECORATION: none }
.CMSTreeMenuSelectedLink { COLOR: black; TEXT-DECORATION: none }

/* Content styles */


/* Image Gallery */

.ImageGalleryPager
{
	border: solid 1 black;
	padding: 2;
	margin: 5 0 5 0;
	text-align: center;	
}
.ImageGalleryPager div
{
	display: inline;
}
.ImageGalleryPagerPrevious
{
	width: 20%;
	text-align: left;
}
.ImageGalleryPagerNext
{
	width: 20%;
	text-align: right;
}

.ImageGalleryPager
{
	background-color: #fec698;
	padding: 2px 2px 2px 2px;
	display: inline-block;
	width: 600px;
}

.ImageGalleryPagerPrevious
{
	float: left;
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
}

.ImageGalleryPagerNext
{
	float: right;
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
}

.ImageGalleryPreviewImage
{
	border-width: 0px;
}

.ImageGalleryDetailImage
{
	border-width: 0px;
}

.ImageGalleryParent
{
	padding: 2px 2px 2px 2px;
}

.ImageGalleryItem
{
	padding: 2px 2px 2px 2px;
}

/* Shopping Cart */

.CommerceCartHeader
{
	background-color: #888888;
	font-weight: bold;
	color: #ffffff;
}

/* Others */

.FormErrorLabel
{
  color: Red;
}

span.hidden 
{
	color: #ffffff;
}