/* HeaderPart */

#menubar {
	background-image:url(images/top-menu-back.gif);
	background-repeat:repeat-x;
	height:68px;
}
.menulink {
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px 6px 0px 6px;
}		

/* BodyPart */

.borderright {
	border-right:1px dotted #000000;
}
.ordertopbottom {
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;	
}	
#bodycontents {
	padding:20px 30px 5px 20px;
}	
#searchformat {
	background-image:url(images/serach-back.gif);
	background-repeat:no-repeat;
	height:132px;
}	
.width24 {
	width:24px;
}	
.dottedback {
	background-image:url(images/dot-back.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}	
.textbox {
	width:100px;
	height:14px;
	font-size:10px;
}	
.advsearchlink {
	color:#DFB7B7;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}	

/* FooterPart */

#footerformat {
	padding-left:30px;
	padding-top:20px;
}	
#footerformat, .footerlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#1D2F42;
}	
.footerlink {
	padding-right:24px;
}	


/* MixedPart */

#externaltable {
	border:10px solid #FFFFFF;
}	
.footerlink, .advsearchlink:hover, .menulink {
	text-decoration:none;
}	
.footerlink:hover, .advsearchlink, .menulink:hover{
	text-decoration: underline;
}	

/* General CSS Document */

p {
	padding-top:10px;
	margin:0px;
}	
body {
	margin:0px;
	background-color: #CCCCCC;
}
table {
	border:0px;
}	
td, div {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
#externalcontainer {
	width:780px;
	background-color:#FFFFFF;
	margin:0px auto 0px auto;
}
.width100per {
	border:0px;
	width:100%;	
}		
.height1 {
	height:1px;
}	
.width1 {
	width:1px;
}	
.lt, .lm, .lb {
	text-align:left;
}
.lt, .rt, .ct {
	vertical-align:top;
}
.lm, .rm, .cm {
	vertical-align:middle;
}		
.rt, .rb, .rm {
	text-align:right;
}	
.lb, .cb, .rb {
	vertical-align:bottom;
}	
.ct, .cb, .cm {
	text-align:center;
}