/* CSS Document */

body {
	margin: 0;
	background-color: #363636;
	font-family: Verdana;
	font-size: 11px;
	color: #454545
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #e35a00;
	font-size: 11px;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #e39b00;
	font-size: 11px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li {
	float: left;
	margin: 0;
	padding: 0
}

table, tr, td {
	border-collapse : collapse; 
	font-size : 11px; 
	font-family : verdana; 
}

input {
	border: 1px solid #999999; 
	font-size: 11px; 
	background-color: #ffffff;
	color: #6c6c6c; 
	font-family: verdana;
	padding: 3px
}

input.button {
	color:#ffffff;
	font-weight:bold;
	padding: 3px;
	cursor: pointer;
	border: 0 none;
	font-family: verdana;
	font-size: 11px;
	background-color: #333333
}

input.checkradio {
	border: none;
	background-color: transparent;
	background-image: none
}

select {
	border: 1px solid #999999; 
	font-size: 10px; 
	color: #454545; 
	font-family: verdana, 'trebuchet ms', tahoma, georgia;
}

option {
	font-size: 10px; 
	font-family: verdana, 'trebuchet ms', tahoma, georgia;
	background-color: white
}

optgroup {
	font-size: 10px; 
	font-family: verdana, 'trebuchet ms', tahoma, georgia;
	font-style: normal;
	background-color: orange;
}

textarea {
	background-color : #ffffff; 
	border: 1px solid #999999; 
	font-size : 11px; 
	font-family : verdana; 
	color: #6c6c6c; 
	padding: 3px
}

form {
	margin: 0px
}


ul#submenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#submenu li a {
	display: block;
	width: 185px;
	font-weight: bold;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #8298CF
}

ul#submenu li a:link, ul#submenu li a:visited {
	color: #1E3B83;
	text-decoration: none;
	font-weight: bold
}

ul#submenu li a:hover, ul#submenu li a:active {
	text-decoration: none;
	background-color: #7188c1;
}

.submenulevel1 {
	font-weight: bold; 
	padding: 10px; 
	padding-bottom: 7px; 
	padding-top: 7px; 
	background-color: #526082; 
	width: 185px; 
	color: #FFFFFF;
	border-bottom: 1px solid #003300
}

.tablehead {
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
	text-align: center
}

.hilite {
	background-color: #ffffff;
	color: #000000
}

.asterik, .required {
	color: #990000
}

.small {
	font-size: 9px;
	color: #999999
}

.warnbox {
	border: 1px solid #ffeba2;
	background-image: url(../images/warn-back.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 30px 5px 20px 33px;
	text-align: left
}

.imgnews {
	margin: 5px;
	margin-left: 0px;
	margin-top: 2px;
	border: 1px solid #cccccc
}

.totp {
	font-weight: lighter; 
	color: #CCCCCC
}

.i10 {
	text-indent: 5px
}

.i25 {
	text-indent: 15px
}

.searchkey {
	font-size: 10px;
	font-weight: 100
}

.buttonsearch {
	padding: 2px;
	font-size: 10px;
	background-color: #003399;
	color: #FFFFFF;
	border: 1px outset #ffffff
}

.section {
	background-image: url(../images/back-section.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	color: #454545
}

.section2 {
	background-image: url(../images/back-section2.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	color: #454545
}

a.supplink:link, a.supplink:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold
}
a.supplink:hover, a.supplink:active {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold
}

/* product related styles */

.specprice {
	color: #FFFFFF; 
	background-color: #009900; 
	padding: 3px
}

.productcat {
	padding: 10px; 
	background-color: #eeeeee; 
	text-align: right; 
	margin-right: 5px; 
	border-bottom: 1px solid #999999
}

.proddisplay {
	overflow: auto;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px dashed #4d4d4d;
}

.prodpic {
	float: left;
	width: 160px;
	text-align: center;
}

.prodexp {
	float: right;
	width: 508px;
}

.prodpic img {
	border: 1px solid #cccccc
}

.noproduct {
	text-align: center;
	color: #990000
}

a.productname, span.productname {
	font-size: 16px;
	font-family: arial;
	font-weight: bold
}

.ebookcat {
	padding: 7px;
	background-color: #efefef;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
	font-weight: bold
}