﻿body 
{
	font-family: Arial;
	font-size: 12px;
}

h1
{
	color: #326699;
	font-size: 18px;
	
}


a
{
	text-decoration: none;
	color: #993366;
	font-weight: bold;
	
}

a:hover
{
	text-decoration: underline;
}

.breadcrumb_node
{
	font-size: 10px;
}

.textblue
{
	color : #326699;
	font-weight :bold;
}

h2
{
	color: black;
	font-weight :bold ;
	font-size: 14px;
	
}

/* Footer styles */

#footer 
{
	font-size: 10px;
	text-align: right;
}

#footer_left
{
	text-align: left;
}

/* Tab Control Styles */
.TabControl
{
	background-color: #c2d2e2;
	border: solid 1px #666666;
}

.TabControl a
{
	text-decoration: none;
	color: Black;
}

.TabControlHeader
{
	background-color: #b8cadc;	
	height: 100%;
	height: 24px;
	border-bottom: solid 1px #666666;
}

.TabControlTab
{
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	font-weight: bold;
	padding: 0;
	margin: 0;
	background-image: url(../images/tabs/tab_unselected.gif);
	background-repeat: repeat-x;
}

.TabControlSelectedTab
{
	background-color: #c2d2e2;
	background-image: url(../images/tabs/tab_selected.gif);
	background-repeat: repeat-x;
	border-bottom: solid 1px #c2d2e2;
}

.TabControlContent
{
	padding: 5px;
}

.TabControlContent h1
{
	font-size: 14px;
	font-weight: bold;
	
}
.TabControlContent h2
{
	font-size: inherit;
	color: Black;
	
}



/* tab tables */

.TabControlContent table.standard
{
	border-spacing: 0px;
	border-bottom: solid 2px #326699;
	
}

.TabControlContent table.standard th
{
	background-color: #326699;
	color: White;
	border-bottom: solid 2px #326699;
	border-top: solid 2px #326699;
}

.TabControlContent table.standard td
{
	border-bottom: solid 1px #326699; /*c2d2e2;*/
}

.TabControlContent table.standard tr:nth-child(odd)      { background-color:#c2d2e2; }
.TabControlContent table.standard tr:nth-child(even)      { background-color:#b0c0d0; }


/* screenshot table */

table.screenshots
{
	border-spacing: 0px;
	
}
table.screenshots td
{
	border-top: solid 1px #326699;
	/*text-align: center;*/
}
table.screenshots th
{
	/*text-align: center;*/
	font-weight: normal;
}

table.screenshots tr:nth-child(odd)      { background-color:#c2d2e2; }
table.screenshots tr:nth-child(even)      { background-color:#b0c0d0; }


/* Products page styles */
.products_title
{
	border-bottom: solid 1px #993366;
	width: 520px;
	padding: 3px;
	color: #993366;
	font-size: larger;
	font-weight: bold;	
	height: 18px;

}
.products_price
{
	width: 160px;
	text-align: right;
	float: right;
	color: Black;
	position: relative;
	!top: -15px; /* IE hackl */
	
}
.products_buy
{
	width: 100px;
	padding: 3px;
	text-align: right;
	display: block;
	float: right;
	font-size: smaller;
	margin-bottom: 100px;
}
.productsline
{
	height: 160px; /* for IE6 */
	min-height: 160px;
	overflow: visible;
	margin-top: 20px;
}

/* Product Images */
.productimage
{
	margin-right: 10px;
	margin-bottom: 10px;

}

.productdescription
{
	height: 169px; /* for IE6 */
	min-height: 169px;
}

.productprice
{
	color: #993366;
	font-size: 18px;
}

.subtle
{
	font-size: 10px;
	color: #333333;
}

.price_box
{
	border: solid 1px #777777;
	padding: 10px;
	background-color: #eeeeee;
	padding-top: 0px;
	margin-top: 0;

}

/* ASP Menu Control */
.menu
{
	background-color: Red;	
}

.menuDynamic
{
	background-color: Blue;
}

.menuDynamicItem
{
	background-color: red;
}

.menuDynamicHover
{
	background-color: yellow;
}

/* end menu */

.menuSubHeading
{
	color: black;
	font-weight: bold;	
	font-size: 12px;
	margin-left: 20px;
}

/* tables */

table.standard { border-spacing: 0px;border-bottom: solid 2px #aaaaaa;}

table.standard th 
{
	 background-color:#ffffff; 
	 border-top: solid 2px #aaaaaa;
	 border-bottom: solid 2px #aaaaaa;
	  padding: 5px;
}

table.standard tr:nth-child(odd)      { background-color:#ffffff; }
table.standard tr:nth-child(even)      { background-color:#f9f9f9; }

table.standard td      {  padding: 5px; border-bottom: solid 1px #eeeeee; }

table.standard .tick      { text-align: center; width: 80px;}

/* quotes */
p.quote 
{
	color: #555555;
	font-style: italic;
	margin-left: 70px;
	margin-right: 80px;
}
p.quote img.openquote 
{
	 margin-right: 10px;
	 margin-bottom: 10px;
}
p.quote img.closequote 
{
	 margin-left: 10px;
	 margin-top: 10px;
}