﻿.invisible,.DataType
{
 display:none;
 position:relative;
}

/* .formItem */
div.formItem label
{
	display:block;
	float :left;
	width:120px;
	text-align:left;
	vertical-align:top;	
	margin-top:5px;
}
div.formItem input[type=text],div.formItem select,div.formItem textarea
{
	width: 400px;
	margin: 5px 0 0 5px;
}
div.formItem input[type=checkbox]
{
	margin-top:5px;
}
div.formItem li
{
	clear:both;
}
div.formItem img
{	
	display:inline;
	margin-top:5px;
}
div.formItem a
{
	margin-left:8px;
}
/* .panelAll */
div.panelAll 
{
	
}

/***/
.btn-right
{
	float:right;
	font-weight: bold;
}
/* products-in-same-template */
.products-in-same-template
{
	height:500px;
	width: 96%;
	overflow:scroll;
	margin-top:10px;
}
.products-in-same-template table
{
	margin: 6px 0 0 2px;
	width:378px;
	border-color:#000000;
}
.products-in-same-template a:hover
{
	color: #F96F00 !important;
}
.products-in-same-template .add-product
{
	color: #F96F00 !important;
	margin-left: 20px;
}
.products-in-same-template legend
{
	font-weight:bold;
}

/* srch-by-name*/
.srch-by-name
{
	margin: 6px 0 6px 0;
}
/* .product-list*/
.product-list table td span
{
	padding: 3px;
	font-weight: bolder;
}
.product-list table td a
{
	padding: 3px;
}
.product-list table td a:hover
{
	font-weight: bolder;
	background-color: #5D7B9D;
}
/* cmp-product-thumbnail*/
.cmp-product-thumbnail
{
	text-align: center;
}
.cmp-product-thumbnail img
{
	display: inherit;
	width: 90px;
	height: 60px;
}

.cmp-product-remove a:hover
{
	color: #F96F00;
	font-weight: bold;
}

/* page-maker */
.selected-loopitem-list
{
	position: absolute;
	display: none;
	height: 120px; 
	width: 380px;
	overflow: auto; 
	background: #FFFFFF;
	border:solid 1px #999;
	z-index: 200px;
	white-space: nowrap;
}
.selected-loopitem-list li:hover
{
	font-weight: bold;
}
.selected-loopitem-list li
{
	padding-top: 2px;
}
/* message */
.warning-message
{
	margin: 10px;
	font-weight: bold;
	text-align: left;
}
/* pager-numeric*/
.pager-numeric
{
	margin: 10px;
}