@charset "utf-8";
 
/**********
** Header Reorganization
**********/
/*Spacing*/
.product #menu {
	margin: 0px 0px;
}
.product #menu>li {
	margin: 0px 5px;
}

/*Position*/
.product #menu {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 2px solid #939598;
	margin-bottom: 35px; /*25(height)+10(actual)*/
}

/*Increase Search box size*/
.product #header #search input[type='text'] {
	width: 170px;
}

/*More styles*/
.producttitle {
	margin-bottom: 20px;
}
.producttitle td {
	vertical-align: bottom;
}
.producttitle img {
	margin-right:10px;
}
.producttitle h1 {
	margin: 0px;
}
.producttitle td:last-child {
	width: 20em;
}

/*Links*/
#productlinks {
	margin-bottom: 10px;
	text-align: center;
}
#productlinks td {
	vertical-align: bottom;
}

#productlinks img {
	padding: 0px 15px;
	margin: 0px;
}
#productlinks a:hover div, #productlinks a:hover p {
	visibility: visible;
}

#productlinks a div, #productlinks a p {
	visibility: hidden;
	text-decoration: none;
	color: #000000;
}

#productlinks a p {
	margin-bottom: 0px;
	padding: 5px 0px;
}

#productlinks a div img {
	margin: 5px 0px;
}


/**********
** Themes
**********/

/*Erwin - Blue*/

.erwin #menu a:hover, .erwin #menu h1:hover {
	background-color: #cceeff;
}

/*Clarity - Green*/
.clarity .sidemenu>ul a:hover {
	color: #40916B;
	background-color: #f0f0f0;
}

.clarity .content h1, .clarity .content h2 {
	color: #40916B;
}

.clarity .h2like {
	color: #40916B;
}

.clarity a{
	color: #0072BC;
}
.clarity a:hover{
	color: #40916B;
}

.clarity #menu a, .clarity #menu h1 {
	color: #40916B;	
}

.clarity #menu a:hover, .clarity #menu h1:hover {
	background-color: #aaddaa;
}

/*XOsoft - Lime*/
.xosoft .sidemenu>ul a:hover {
	color: #6DB768;
	background-color: #f0f0f0;
}

.xosoft .content h1, .xosoft .content h2, .xosoft .content h3 {
	color: #6DB768;
}

.xosoft .h2like {
	color: #6DB768;
}

.xosoft a{
	color: #0072BC;
}
.xosoft a:hover{
	color: #6DB768;
}

.xosoft #menu a, .xosoft #menu h1 {
	color: #6DB768;	
}

.xosoft #menu a:hover, .xosoft #menu h1:hover {
	background-color: #ccffbb;
}

#productreg h1 {	/* Page Titles */
	text-transform: none;
	font-size: 18px;
	font-weight: normal;
	
	padding: 5px;
	
	display: block;
	background: #448CCB;
	color: #FFFFFF;
}

#content .column {
	padding: 0px 20px;
}
