﻿/*Added by Tomek Raciborski 28.09.2007
To hide data needed only in print view.
*/
.noprint
{
	display: none;
}
/*End */


/**************************************************/
/* Styles used only by pages with product.master  */
/**************************************************/

#productMenu            { width: 240px; }
#productMenu li         { border-bottom: 1px solid #a8a8a8; padding: 2px 0 2px 0; }
#productMenu a, #productMenu a:link, #productMenu a:active, #productMenu a:visited
                        { text-decoration: none; padding-left: 15px; }
#productMenu a:hover    { text-decoration: underline; }

#content { width: 750px; }
#content a { text-decoration: none; }

/* login panel */
.loginPanel     { border: 1px solid #e5e5e5; margin-top: 10px; margin-left: 10px; margin-bottom: 10px; width: 220px; }
#tblLogData th  { font-size: 12px; font-weight: normal; text-align: left; width: 50px; vertical-align: middle; }
#tblLogData td  { text-align: right; vertical-align: middle; width: 130px; }
#tblLogData td input[type=text], #tblLogData td input[type=password] 
                { width: 120px; }
                
/* user panel */
#userPanel              { height: 27px; position: absolute; top: 145px; left: 550px; z-index: 1; }
#userPanel .background  { height: 27px; background-image: url(../Images/ProductsMaster/userPanel_bg.jpg); background-repeat: repeat-x; }
#userPanel .background td { vertical-align: middle; }
#userPanel a, #userPanel a:link, #userPanel a:visited, #userPanel a:active
                        { color: White; text-decoration: none; }
#userPanel a:hover      { color: White; text-decoration: underline; }
#userPanel .slideMenu   { display: inline; }

#productTable           { width: 100%; margin-top: 15px; }
#productTable th        { height: 25px; background: #e5e5e5; text-align: left; }
#productTable td        { border-bottom: 1px solid #e5e5e5; padding: 3px 0px 3px 0px; vertical-align: middle; }
#productTable tr:hover  { background-color: #f3f3f3; }


#productTable .ProductItemTable td { border-bottom: none; }


.cellWithBorderBottom
{
	border-bottom: solid 1px #E5E5E5;	
	font-weight: 700;
	font-size: 14px;
	color: #555;
}

.cellWithText
{
	width: 100px;
	font-weight: 700;
	text-align: left;	
}

.cellwithValueRight
{	
	text-align: right;
}