/* default styles
   -------------- */

body {
	padding: 0;
	margin: 0;
	font: 0.7em Tahoma, sans-serif;
	line-height: 1.5em;
	background: #fff;
	color: #454545;
}

a {	color: #1a6ee0;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }

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

form { 	margin: 0; }



/* special customizing tweak
   ------ */
a {
	/*color: #0099CC;*/
	text-decoration: none;
}

a img {
  border: none;/*remove border for linked images*/
}


/* ------ */












input.search {
	width: 252px;
	border: 0;
	background: #FFF url(../images/input.gif) no-repeat;
	padding: 4px;
	color: #E0691A;
	font-weight: bold;
}

input.submit {
	background: #E0691A url(../images/submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

input.login {
	width: 150px;
	border: none;
	padding: 4px;
}

/* layout
   ------ */

.content {
	margin: 0 auto;
	width: 960px;
	padding: 0px 6px;
}

.header {
	height: 81px;
	background: #eee url(../images/header_bg.png) repeat-x;
	color: #808080;
	margin: 0px 0px 1px;
	padding: 0px 0 0 0;
	border-bottom: 1px solid #ccc;
}

.logo{
    margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;

}

.top_infoX {
	float: right;
	width: 555px;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #eee;
	background: #eee;
	color: #808080;
}

.top_info_leftX {
    width: 200px;
    float: left;
}

.top_info_rightX {
    float: right;
    width: 290px;
    padding: 0 0 0 35px;
    border-left: 1px solid #eee;
}

.browse_category  {
	font-size: 0.9em;
	width: 190px;
	color: #000;
	background: inherit;
}


.bar {
	clear: both;
	/*font-size: 1.1em;*/
    font: bold 12px Arial;
	height: 24px;
	color: #FFF;
	margin: 0 0 0 0px;
	background: #d5e2ef url(../images2/uitabsbg2.gif) repeat-x; /*BAR COLOR*/
}

.bar li {
    margin: 0px 0px 10px 10px;
    padding: 3px 3px 5px 5px;
    color: #FFEADC;
    background: #d5e2ef url(../images2/uitabsbg2.gif) repeat-x;/*BAR COLOR*/
    float: left;
}

.bar li.active {
    background: #d5e2ef url(../images/bar.gif) no-repeat center top;/*BAR COLOR*/
    color: #333;
    font-weight: bold;
    padding: 3px 3px 5px 5px;


}

.bar li a {
    font-weight: bold;
    color: #FFF;
    background: inherit;
    text-decoration: none;
}

.bar li a:hover {
    color: #c5c8cb;
    background: inherit;
}




.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	width: 17%;
	margin: 10px 0 0px 0;

}

.left h3 {
	clear: both;
	/*background: #A9C0CE url(../images/cornerRRRRRRRRRRRRRRRRRRRR.gif) no-repeat top right;*/
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}



/* center side
   ---------- */

.center {
	float: left;
	width: 57%;

	margin: 5px 0px 10px 0px;
	/*border: 1px solid gray;
	background-color: #EFEFEF;*/
}


/* right side
   ---------- */

.right {
	float: right;
	width: 25%;
	margin: 10px 0px 10px 0px;
}











/* footer
   ------ */

.footer {
	clear: both;
	text-align: right;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }



