﻿* { margin: 0; padding: 0; }
html, body
{ 
	height: 100%; 
	font-family: Verdana, Tahoma; 
	font-size: 12px;
}
html
{ 
	overflow: hidden;
}
body
{ 
	overflow: auto;
}
.clear { clear: both; height: 1px; }
.floatRight { float: right; }

/* */
a, a:link, a:visited, a:active, a:hover {
	text-decoration:none;
	color: #333333;
}

/*  */
#main, #maincontent
{
	height: 100%;
	width: 100%;
	background: #FFF;
}
#maincontent ul li
{
	font-size: 11px;
}


/* menu */
#menu ul
{
	border-bottom: solid 1px #CCC;
}

#menu ul li
{
	background-color: #FFF;
	background-image: url('/Content/Images/menuitembgrpt.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	border-top: solid 1px #CCC;
	padding: 4px 0px 7px 8px;
}

#header
{
	height: 59px;
	background-color: #FFF;
	background-image: url('/Content/Images/toprpt.gif');
	background-repeat: repeat-x;
}

#contentFrame
{
	width: 100%;
}

#footer
{
	height: 70px;
	background: #FFFFFF;
}

/* */
#breadcrumb
{
	height: 25px; 
	font-size: 10px; 
	padding-top: 4px; 
	background: #F0F0F0;
	padding-left: 10px;
	border-top: solid 1px #CCCCCC;
	color: #A6A6A6;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active, #breadcrumb a:hover
{
	color: #A6A6A6;
}

/* datasheet list */
#datasheetList a
{
	text-decoration: none;
}
#datasheetList
{
	border: solid 1px #CCC;
	border-right: solid 1px #CCC; 
	border-bottom: solid 1px #CCC; 
	padding: 10px; 
	background: #FFF;
	margin-top: 32px;
}
#datasheetList ul
{
	text-decoration: none;
	list-style: none;
	border-bottom: solid 1px #D9D9D9;
}
#datasheetList ul li
{
	padding-left: 5px;
	height: 29;
	line-height: 29px;
	border-top: solid 1px #D9D9D9;
}

/* shop list */
#shoplist
{
	border: solid 1px #CCC; 
	padding: 10px; 
	background: #FFF;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	margin-top: 29px;
	position: absolute;
}

#shoplist table tr td
{
	padding-top: 6px;
	padding-bottom: 6px;
}

/***    ****/
.url
{
	border: solid 1px #CCC;
	background: #F0F0F0; vertical-align: 3px;
	height: 23px;
	line-height: 20px;
	padding-left: 4px;
}
.sendEmail
{
	border: solid 1px #CCC;
	background: #F0F0F0; vertical-align: 3px;
	height: 23px;
	line-height: 20px;
	padding-left: 4px;
	color: #FF0000;
}

/**** tabs ***/
.tab
{
	float: left; 
	height: 30px;
	line-height: 30px;
	border: solid 1px #CCC;
	border: solid 1px #CCC;
	border: solid 1px #CCC;
	border-bottom: solid 1px #FFF;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0 10px;
	clear: both;
	background-color: #FFF;
	z-index: 99;
}
#checkouttab
{
	width: 87px;
	height: 30px; 
	margin-left: -350px; 
	left: 50%; 
	position: absolute; 
	z-index: 99;
	background-image: url('/Content/Images/checkouttab.gif');
}