/* default styles
   -------------- */
          
*{ margin: 0; padding: 0; }* 
html, body { 
	font: 13px Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif; 
	background: #fff; 
	color: #444; 
	height: 100%;
}

a {	color: #cc0033;	background: inherit;}
a:hover { color: #ff0000; background: inherit; }

h1 { font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h1 a { color: #737373; background: inherit; }
h1 a span { color: #cc0033; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #D00000; background: inherit; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
h2 span { color: #cc0033; }
h3 { font-weight:normal;font-size: 1.1em; margin: 0 0 7px 30px; padding-left: 20px; color: #000; background: #fff url(gfx/next.gif) no-repeat top left }
p {	margin: 0 0 5px 0; }
ul { list-style : none; }
img { border: 0px }

/* layout
   ------ */

#content {
 	position: relative;
	margin: 0 auto;
	width: 980px;
 	min-height: 100%;
/* 	height:100%; */
}

#header {
	height: 70px;
	background: #fff url(gfx/headerbg.gif) repeat-x bottom;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
}

#body {
   padding-bottom: 30px;
   padding-top: 50px;
}

/* one colunm */
#full {
	width: 100%;
	margin: 0 0 10px 0;
}

/* one colunm */
#breadcrumb {
	width: 100%;
	margin: 0 0 10px 0;
}

/* two colunms left and right */
#left {
	float: left;
	width: 714px;
}

#right {
	float: left;
	width: 260px;
	padding-left: 5px;
}

#footer {
	clear: both;
 	position: absolute;
 	bottom: 0;
	height: 30px;
	width: 980px;
	border-top: 1px solid #ccc;
	line-height: 2em;
}

/* header */
.top_info {
	clear: both;
	width: 100%;
	padding: 5px 0 4px 0;
	color: #808080;
	text-align: center;
}

 .top_info_left {
		float: left;
		width: 600px;
	}


 .top_info_right {
		float: left;
		width: 280px;
		padding: 10px 0  0 35px;
	}

/* menu and submenu */

.nav {
	background: #fff url(gfx/nav_bg.png) repeat-x;
	float: left;
}
.nav ul {
	width: 980px;
	height: 38px;
	float: left;
	padding-top: 3px;
	list-style: none;
	color: #FFF;
	font: 12px Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
}
.nav li {
	float: left;
	padding: 0 7px;
	position: relative;
	z-index: 1;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	color: #FFF;
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
	text-decoration: none;
}
a .menu-left {
	background: url(gfx/menu_left.gif) no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(gfx/menu_mid.gif) repeat-x top left;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-right {
	background: url(gfx/menu_right.gif) no-repeat top left;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -37px;
	line-height: 35px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #737373;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(gfx/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}
.nav li ul {
	background: url(gfx/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 12px;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
	color: #D00000;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #fff;
	background: #D00000 !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #D00000 !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(gfx/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}

	
/* on colunm
   --------- */

#full h2 {
	clear: both;
	background: #E8E8E8 url(gfx/h2bg.gif) no-repeat center left;
	color: #444;
	padding: 3px 0 4px 43px;
	font: bold 16px Arial, Sans-Serif;
	margin: 0 0 10px 0;
}

/* left side
   --------- */

#left h2 {
	clear: both;
	background: #E8E8E8 url(gfx/h2bg.gif) no-repeat center left;
	color: #444;
	padding: 3px 0 4px 43px;
	font: bold 16px Arial, Sans-Serif;
	margin: 0 0 10px 0;
}

	.left_side {
		float: left;
		width: 310px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}

	.left_side a, .right_side a { color: #414141; background: #FFF; }
	.left_side p, .right_side p { padding-bottom: 10px; }

	.right_side {
		float: right;
		width: 320px;
		background: #FFF url(gfx/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 10px 0 30px;
		margin: 10px 0;
	}
	.left_box {
		margin: 0 0 10px 0;
		color: #000;
		background: #FFF;
		padding: 3px 0;
	}

	.left_box_logo {
		margin: 0 0 10px 0;
		color: #000;
		background: #FFF;
		padding: 3px 0;
		text-align:center;
	}

	.image {
		float: left;
		margin: 0 9px 2px 0;
	}


/* right side
   ---------- */
#right h3 {
		background: #BDBDBD  url(gfx/h3bg.gif) no-repeat center right;
		color: #FFF;
		padding: 8px 0 8px 5px;
		font: bold 12px Verdana, Tahoma, Arial, Sans-Serif;
	  line-height: 12px;
		margin: 0 0 3px 0;
	}

#right h4 {
		font: bold 12px Verdana, Tahoma, Arial, Sans-Serif;
		margin: 4px 0 0 0; 
		line-height: 26px;
	}

	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;
		margin: 0 0 3px 0;
    text-align: left;
	}
	.notice {
		background: #eee;
		color: #808080;
		padding: 12px 8px;
		margin: 0 0 5px 0;
		font: normal 12px Verdana, Tahoma, Arial, Sans-Serif;
	}

.clear {
	line-height: 0px;
	clear: both;
	height: 0px;
}

/* footer
   ------ */

#footer a { 
	color: #900000; 
	background: #fff; 
}


.loginbox{
	text-align:center;
}

/* tables and inputs */

.inputerror {
		width:80%;
		border: 0;
		background: #d03b3b;
		color: #ffffff;
		clear: both;
		padding: 0;
		margin: 5px 0;
}


.inputerror .fielderror { 		
		font-size: 12px;
		color: #ffffff;
		font-weight: normal;
		font-style: normal; 
		text-align: left;
		padding: 0 0 10px 50px;
}

.inputerror ul { 
		list-style : disc; 
		list-style-position: inside;
}

.inputerror a { 
		color : #000000; 
}

/* login,logout etc... table (no border)
   --------- */
.frameborder {
		width: 784px;
		border: 1px solid #e0e0e0;
		background: #f0f0f0;
		color: #808080;
		clear: both;
		margin: 0 auto;
		padding: 7px 12px 10px 10px;
		text-align: center;
}

   
.inputform {
		width: 630px;
		border: 1px solid #e0e0e0;
		background: #f0f0f0;
		color: #808080;
		padding: 7px 12px 10px 10px;
		margin: 5px 0;
}

.inputform td {
		margin: 0px;
		padding: 2px;
		text-align: left;
}


.inputform .fieldarea { 
		text-align: right;
	}
.inputform .fielddescription { 		
		font-weight: normal;
		font-style: italic; 
		text-align: center;
}

.inputform .fieldtitle { 		
		font-size: 14px;
		color: #000000;
		font-weight: bold;
		font-style: normal; 
		text-align: center;
		padding: 0 0 10px 0px;
}

.inputform .field { 		
		font-size: 14px;
		color: #000000;
		font-weight: bold;
		font-style: normal; 
		text-align: left;
}


.isubmit {
		background-color: #fff;
		border: 1px solid #999;
		font-size: 14px;
		font-weight: bold;
		font-style: normal; 
		color: #757575;
		padding: 0 10px 0 10px;
		margin: 5px;
		cursor: pointer;
		text-align: center;
}

.itext200 {
		width: 192px;
		border: 0;
		background: #FFF url(gfx/input200.gif) no-repeat;
		padding: 4px;
		margin: 7px 0 7px 0;
		color: #000000;
		font-weight: normal;
	}

.itext150 {
		width: 142px;
		border: 0;
		background: #FFF url(gfx/input150.gif) no-repeat;
		padding: 4px;
		margin: 7px 0 7px 0;
		color: #000000;
		font-weight: normal;
	}

.itext {
		width: 292px;
		border: 0;
		background: #FFF url(gfx/input.gif) no-repeat;
		padding: 4px;
		margin: 7px 0 7px 0;
		color: #000000;
		font-weight: normal;
		margin: 0 0 0 3px;
	}

.itextarea {
		border: 1px solid #CCC;
	}

.icheckbox {
		width: 16px;
		border: 0;
		color: #000000;
		font-weight: normal;
	}

.iselect select {
		width: 300px;
		border: 0;
		background: #FFF url(gfx/input.gif) no-repeat;
		padding: 4px;
		color: #000000;
		font-weight: normal;
		margin: 0 0 0 3px;
	}

.lsubmit {
		width: 90%;
		background: #fff url(gfx/menubg.gif);
		border: solid #fff 1px ;
		padding: 4px;
		margin: 10px;
		color: #FFF;
		font-size: 14px;
		cursor: pointer;
	}


/* cart table
   --------- */


.tableborder {
		width:100%;
		border: 1px #808080 solid;
		background: #f0f0f0;
		color: #808080;
		clear: both;
		margin: 5px 0;
}

.tableborder th {
		border: 1px #808080 solid;
		margin: 1px;
		background-color: #808080;
		color: #fff;
		
}

.tableborder th.light {
		border: 1px #b0b0b0 solid;
		margin: 1px;
		background-color: #b0b0b0;
		color: #fff;
		
}

.tableborder tr.light {
		background-color: #ddd;
}

.tableborder td {
		margin: 0px;
		font-size: 14px;
		color: #000000;
		font-weight: normal;
		font-style: normal; 
		text-align: center;
		padding: 5px;
}

.tableborder input .text{
		width: 292px;
		border: 0;
		background: #FFF url(gfx/input.gif) no-repeat;
		padding: 4px;
		color: #000000;
		font-weight: normal;
		margin: 0 0 0 3px;
	}

.tableborder input.checkbox {
		width: 16px;
		border: 0;
		color: #000000;
		font-weight: normal;
	}

.tableborder select {
		width: 292px;
		border: 0;
		background: #FFF url(gfx/input.gif) no-repeat;
		padding: 4px;
		color: #000000;
		font-weight: normal;
		margin: 0 0 0 3px;
	}

.tableborder .fieldarea { 
		text-align: right;
		width: 200px;
	}
.tableborder .fielddescription { 		
		font-weight: normal;
		font-style: italic; 
		text-align: center;
}

.tableborder .fieldtitle { 		
		font-size: 14px;
		color: #000000;
		font-weight: bold;
		font-style: normal; 
		text-align: center;
}

.tableborder .field { 		
		font-size: 14px;
		color: #000000;
		font-weight: bold;
		font-style: normal; 
		text-align: left;
}

.tableborder .text { 		
		font-size: 14px;
		color: #000000;
		font-weight: normal;
		font-style: normal; 
		text-align: left;
}


.tableborder input.submit {
		background: #fff url(gfx/menubg.gif);
		border: solid #fff 1px ;
		padding: 4px;
		margin: 10px;
		color: #FFF;
		font-size: 14px;
	}

.tableborder .number { 		
		font-size: 14px;
		color: #000000;
		text-align: center;
}

.tableborder .bnumber { 		
		font-size: 14px;
		color: #000000;
		font-weight: bold;
		text-align: center;
}

.tableborder .justify {
		text-align: justify;
}

.left {
		float: left;
}		

.center {
		text-align: center;
}

pre {
		width:100%;
		border: 1px solid #e0e0e0;
		background: #f0f0f0;
		color: #808080;
		clear: both;
		padding: 10px 0 10px 0;
		margin: 5px 0;
		font-size: 14px;
}
