/******************
HTML Tags
******************/

body{
	color:#212121;
	margin:1px;
	font:.75em/160% Arial,Helvetica,sans-serif;
	background:#f6f6f6;
	}

#content p,#content-side p{
	margin:0px 0px 20px 0px;
	}

#content-side img{
	border:none;
	}

#breadcrumb-right label{
	display:none;	
	}

/******************
FORM STYLES
******************/

#content-container form{
	margin:20px 0px;
	padding:0px 0px 0px 0px;
	}

#content-container fieldset{
	margin:10px 0px 10px 0px;
	padding:0px 10px 10px 15px;
	}

/* a nested fieldset */
#content-container fieldset fieldset{
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content-container legend{
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
#content-container fieldset fieldset legend{
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	}

#content-container label{
	display:inline;
	padding-top:8px;
	}

#breadcrumb-right form{
	margin:0px;
	padding:0px;
	text-align:center;
	}

#breadcrumb-right form fieldset{
	margin:0px;
	padding:0px;
	border:none;
	}

#breadcrumb-right form legend{
	display:none;
	}


#loginbox
{
	font-family:Sans-Serif;    
	width: 400px;
	height: 110px;	
	padding-top:70px;
	padding-left:15px;
}
/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link{
	color:#0071BC;
	}

a:visited{
	color:#004EB7;
	}

a:hover{
	color:#999999;
	text-decoration:none;
	}

a:active{
	color:#B70000;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#mainnav-container a:link{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

#mainnav-container a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

#mainnav-container a:hover{
	text-decoration:underline;
	}

#mainnav-container a:active{
	color:#CCCCCC;
	text-decoration:none;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#breadcrumb-container a:link{
	/*color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;*/
	font-size:small;
	}

#breadcrumb-container a:visited{
	/*color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;*/
	font-size:small;
	
	}

#breadcrumb-container a:hover{
	text-decoration:none;
	}

#breadcrumb-container a:active{
	color:#CCCCCC;
	}
	
	#footer-container a:link{	
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;	
}

#footer-container a:visited{	
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;	
}

#footer-container a:hover{		
	text-decoration:underline;	
}

#footer-container a:active{
	color:#CCCCCC;
	text-decoration:none;
	}
	
	#loginbox a:link{	
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;	
}

#loginbox a:visited{	
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;	
}

#loginbox a:hover{		
	text-decoration:underline;	
}

#loginbox a:active{
	color:#CCCCCC;
	text-decoration:none;
	}	

#supplier-list .supplier:hover
{
	color:Navy;        
}

#content-side h2 a:link
{
	text-decoration:none;
}

/******************
HEADINGS
******************/

h1 {
	font-size:1.3em;
	padding-top:4px;
	}

h2 {
	font-size:1.1em;
	}

h3 {
	font-size:1em;
	}
	
h4 {
	font-size:.9em;
	}
	
h5 {
	font-size:.8em;
	}
	
h6 {
	font-size:.75em;
	}
#content-side	h2{	
	text-align:right;
	padding-right: 20px !important;	
	padding-top: 5px;

	color:#ffffff;
	height:35px;
	background: url(title-left.gif) no-repeat;	
}
	
#three-column-container h2{
	margin:0px 0px 10px 0px;
	padding:0px;
		}
#content-default-right h2
{
	text-align:right;
	padding-right: 10px;
	padding-top: 5px;
	margin-left:10px;

	color:#ffffff;
	height:35px;	
	background: url(title-right.gif) no-repeat;	
}

/******************
LAYOUT DIVS
******************/

#header-container{
	background:#75a3d0;
	height:50px;
	color:#FFFFFF;
	font-size:1.8em;
	}

#header-container a{
	text-decoration:none;
	color:#FFFFFF;
	}

#header-name{
	float:left;
	width:50%;
	height:34px;
	padding:16px 10px 0px 44px;
	font-weight:bold;
	}

#header-slogan{
	margin:0px 44px 0px 50%;
	height:35px;
	padding:15px 0px 0px 0px;
	text-align:right;
	font-size:.75em;
	font-weight:normal;
	}

#mainnav-container{
	background:#9dbfe0;
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	height:196px;
	}

#baner{
	height:195px;
	width:100%;
	min-width:980px;
	background:url(main-bg.jpg) repeat-x;
}	
#baner-logo{
	float:left;
	width:415px;
	height:195px;
	background:url(baner-logo.jpg) no-repeat;
}
#baner-auto{
	float:right;
	width:445px;
	height:195px;
	background:url(baner-auto.jpg) no-repeat;
}
#mainnav{
	float:left;
	width:13%;
	text-align:right;
	padding:15px;
	height:166px;
	background:url(bg-mainnav-left.gif) repeat-y;
	}

#mainnav-side{
	float:right;
	width:170px;
	padding:15px;
	border-left:1px solid #FFFFFF;
	height:166px;
	background:#afcbe7 url(bg-mainnav-right.gif) repeat-y right;
	}

#posterphoto{
	margin:0px 15% 0px 15%;
	padding:0px;
	text-align:left;
	background:url(poster-photo.jpg) no-repeat;
	height:196px;
	}

#breadcrumb-container{
	/*color:#FFFFFF;*/
	height:35px;
	padding:0px 44px;
	margin:0px;
	/*background:#7a7b7a;*/
	background: #444 url("MenuBackground.gif") repeat-x top left;
	min-width:891px;
	}

#breadcrumb-left{
	float:left;
	width:70%;
	height:28px;
	padding:7px 0px 0px 0px;	
	display:block;	
	}

#breadcrumb-right{
	float: right;
	height: 28px;
	/*width: 155px;*/
	padding: 7px 0px 0px 0px;
/* border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF; */ /*	background:#7a7b7a;*/    background: #444 url("MenuBackground.gif") repeat-x top left;
	color: #FFFFFF;
}

#content-container{
	padding:10px 0px 0px 15px;
	padding-top:10px;
	min-width:1000px;
	width:98%;
	}

#content-side{
	width:25%;	
	max-width:315px;
	float:left;	
	/*width:300px;*/
	/*padding-left:20px;watch #content-container*/
	}
	
#content
{	
	float:right;
	width: 70%;	
	display:block;
	padding-left:1%;	
	min-width:704px;
	}


		
#content-default-center
{
	float:left;
	width:85%;
	display:block;
	min-width:534;	
}

#content-default-right
{		
	float:right;
	width:15%;
	text-align:right;    
	display:block;
}
	
	

#three-column-container{
	width:100%;
	margin:30px 0px;
	text-align:justify;
	}

#three-column-left{
	float:left;
	width:30%;
	}

#three-column-right{
	float:right;
	width:30%;
	}

#three-column-middle{
	width:30%;
	margin:0px 31% 0px 35%;
	}

#footer-container{
	background:#f6f6f6;
	color:#FFFFFF;
	background:#f6f6f6 url(bg-footer-left.gif) no-repeat;
	margin-top:20px;
	padding-bottom:0px;
	margin-bottom:-20px;
	padding-left:20px;
	}

#footer-right{
	margin-left:31%;
	padding:1px 15px;
	border-left:1px solid #FFFFFF;
	background:url(bg-mainnav-right.gif) repeat-y right;
	}


#content #help
{
	float:left;	
	margin-left:5px;	
}

/******************
Menu Items
******************/

#mainnav-container ul{
	margin:0px;
	padding:0px;
	}

#mainnav-container li{
	margin:0px;
	padding:0px;
	list-style:none;
	}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list,#content ul.link-list-vertical{
	margin:10px 0px 20px 10px;
	padding:0px;
	}

#content ul.list li{
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background:url(bullet.gif) no-repeat;
	background-position:0 .4em;
	}

#content ul.link-list-vertical li{
	list-style:none;
	margin:0px;
	}

#content ul.link-list-vertical li a:link{
	padding:1px 0px 1px 12px;
	background:url(bullet-link.gif) no-repeat;
	background-position:0 .4em;
	}

#content ul.link-list-vertical li a:visited{
	padding:1px 0px 1px 12px;
	background:url(bullet-link-visited.gif) no-repeat;
	background-position:0 .4em;
	}

#content ul.link-list-vertical li a:hover{
	padding:1px 0px 1px 12px;
	background:url(bullet-link-hover.gif) no-repeat;
	background-position:0 .4em;
	}

#content ul.link-list-vertical li a:active{
	padding:1px 0px 1px 12px;
	background:url(bullet-link-active.gif) no-repeat;
	background-position:0 .4em;
	}

/******************
LISTS - IN THE SIDE COLUMN
******************/

#content-side ul.list,#content-side ul.link-list-vertical{
	margin:10px 0px 20px 10px;
	padding:0px;
	}

#content-side ul.list li{
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background:url(bullet.gif) no-repeat;
	background-position:0 .4em;
	}

#content-side ul.link-list-vertical li{
	list-style:none;
	margin:0px;
	}

#content-side ul.link-list-vertical li a:link{
	padding:1px 0px 1px 12px;
	background:url(bullet-link.gif) no-repeat;
	background-position:0 .4em;
	}

#content-side ul.link-list-vertical li a:visited{
	padding:1px 0px 1px 12px;
	background:url(bullet-link-visited.gif) no-repeat;
	background-position:0 .4em;
	}

#content-side ul.link-list-vertical li a:hover{
	padding:1px 0px 1px 12px;
	background:url(bullet-link-hover.gif) no-repeat;
	background-position:0 .4em;
	}

#content-side ul.link-list-vertical li a:active{
	padding:1px 0px 1px 12px;
	background:url(bullet-link-active.gif) no-repeat;
	background-position:0 .4em;
	}

/******************
TABLE STYLES
******************/
/*
.ctable
{
	width: 100%;
	border: 1px solid #3333C5;
}

.ctable td {
	padding:8px;
	border-left:1px solid #3333C5;
	border-right:1px solid #3333C5;
	}

.ctable thead th, .ctable tfoot th{
	background:#C53333;
	padding:8px;
	color:#FFFFFF;
	border-left:1px solid #3333C5;
	border-right:1px solid #3333C5;
	border-top:1px solid #3333C5;
	border-bottom:1px solid #3333C5;
	}

.ctable-row-1 td,.ctable-row-1 th{
	background:#F7E0E0;
	border:1px solid #3333C5;
	}

.ctable-row-2 td,.ctable-row-2 th,thead{
	background:#F4F4F4;
	border:1px solid #972727;
	}
*/
/******************
CLASSES & TABLE STYLES
******************/

.button-big{
	margin-top:8px;
	}

img.photobig,img.photosmall{
	border:1px solid #A87171;
	padding:5px 5px 30px 5px;
	background:#EBE9E1;
	}

img.photosmall{
	margin-right:10px;
	margin-bottom:2px;
	float:left;
	}

.searchbox{
	height:13px;
	margin:0px;
	padding:0px;
	width:6em;
	color:#666666;
	font:11px Verdana,Arial,Helvetica,sans-serif;
	}

.button-command
{
	height: 18px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #996633;
}
	
.button-service{
	height:17px;
	margin:0px;
	padding:0px 1px;
	color:#FFFFFF;
	border:1px solid #000000;
	font:bold 10px Verdana,Arial,Helvetica,sans-serif;
	background:#44c651;
	}
.login-button
{
	background-color: #FFFFFF;
	color: #003300;
	height: 18px;
	 padding: 0px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	font-size: 10px;
}

.separator-side-column{
	border-top:1px solid #D0D0BF;
	width:100%;
	height:2px;
	font-size:1px;
	background:transparent;
	}

.small-text{
	font-size:.8em;
	}

.none{
	display:none;
	}

.clear{
	clear:both;
	}
	
.PopupWin
	{
		padding:0;
		margin:0;
	}
.supplier-table
{
	color:Black;
	font-size:0.9em;
	padding-right:40px;
	white-space:nowrap;
}

.supplier-flow
{
	color:Black;
	font-size:0.9em;
	padding-left:40px;
	/*white-space:nowrap;*/
}
.supplier-table-cell
{
	display:block;
	width:100px;
	float:left;
	margin-left:5px;
}

.buy
{
	cursor:pointer;       
}

.content-default-right#news-container
{
	text-align:justify;
}

.news-issue
{
	padding: 3px 10px 5px 15px;
	font-family: Garamond;
	font-size: 12pt;
}
.news-date
{
	font-style: italic;
	color: #0066FF;
	font-size: x-small;
}

.news-line
{
	border:thin dotted #808080;
}
.news-title
{
	
}

.partFrame
{
	width:140px;
	margin-left:auto;
	margin-right:auto;
}
.loading
{
	color:Maroon;
	font-style:italic;
}

.show {
   display: block;
   visibility: visible;
}

.hidden {
   display: none;
   visibility: hidden;
}

.sb-row-title
	{
		float:left; 
		width:120px;
		font-weight:bold;		
	}
	.sb-row-ctrl
	{
		float:left; 
		width:140px;		
	}
	
	
/******************
TABLE STYLES
******************/

#guest .table {
	width:100%;
	border:1px solid #D0D0BF;
	border-collapse:collapse;
	}
	
#guest .table td {
	padding:10px;
	}

#guest thead th, #guest tfoot th {
	background-color:#F0F0F0;
	border-bottom:2px solid #D0D0BF;
	border-top:2px solid #D0D0BF;
	padding:10px;
	font-weight:normal;
	font-variant:small-caps;
	}
	
#guest .table-row-1
{
	background-color:#F1F1F1;
}	
	