* {
	padding: 0;
	margin: 0;
}

body {
	background: #fafafa;
	font-family: Verdana, sans-serif;
	color: #555;
	font-size: 8pt;
}

table td {
	font-family: Verdana;
}

.msgg {
    display:block;
    margin:5px auto;
	padding: 5px;
	border: 1px solid green;
	background-color: #A1E2A4;
	font-weight: bold;
}

.subnav {
	width: 196px;
	text-align: center;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	font-family: Verdana;
}

.subnav a {
	margin: 0px;
	display: block;
	color: black;
	background-image: none;
	padding: 2px;
}

.usrPanel {
	width: 780px;
	height: 20px;
	float: left;
	text-align: right;
	font-size: 12px;
	padding: 3px;
}

.error {
	background-color: #FF0000;
	border: 1px solid #B40404;
	width: 548px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.error ul {
	text-align: left;
	padding-left: 30px;
}

.h1 {
	font-family: Verdana;
	text-align: center;
	color: #585858;
}

.price {
	font-size: 22px;
	color: red;
	font-weight: bold;
}

#fore {
	background-image: url('img/forward.jpg');
}

table,th,td {
	font-size: 12px;
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: Verdana;
	color: #555;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td,th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

tbody th {
	font-weight: bold;
}

tbody tr {
	background: #FCFDFE;
}

tbody tr.odd {
	background: #F7F9FC;
}

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th,tfoot td {
	font-size: 85%;
}

#cont {
	float: left;
	margin: 10px 0px 2px 0px; /*2px;*/
	width: 790px;/*550px;*/
}

#logo {
	width: 1020px;/*780px;*/
	height: 120px;
	margin: 1px auto;
	background-image: url('img/header.gif');
}

.subnav {
	font-family: Verdana;
	color: black;
	background-image: none;
	padding: 2px;
}

.subnav a {
	color: black;
}

.subnav a:hover {
	color: blue;
}

.pagination {
    float:left;
    width:100%;
	margin-top: 5px;
	font-size: 14px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.pagination a {
	color: blue;
}

}
#catMenu a {
	color: black;
}

#catMenu a:hover {
	color: blue;
}

#catMenu a:visited {
	color: black;
}

form {
	padding: 5px;
	margin: 0;
}

textarea {
	overflow: auto;
}

.formInputLong {
	width: 99%;
}

.formInputMedium {
	width: 66%;
}

.formInputShort {
	width: 33%;
}

.formButton {
	text-align: left;
	width: auto;
	padding: 2px 0;
	margin: 0 0 -3px 0;
	text-align: center;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

.formButtonsArea {
	padding: 5px 20px;
	border: solid #999;
	border-width: 3px 0;
	background: #DDD;
	text-align: center;
}

.formButtonsArea .formButton {
	text-align: center;
	font: bold 11px Verdana, sans-serif;
	color: #000;
	padding: 3px 10px;
	margin: 0;
}
h3 {font-family:Verdana;}
/*ul { list-style-position: inside; margin-left: 2px }
ul li { list-style-type: square; margin-left: 15px;  }
ul ul li { list-style: none; margin-left: 10px; list-style-type: lower-alpha; list-style-position: inside }
 menu style */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-right {
	float: left;
	width: 149px;
	margin-top: 5px;
}

#menu3 {
	width: 200px;
	margin-bottom: 15px;
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 5px;
	border-style: solid solid none solid;
	border-color: #ddd;
	border-width: 1px;
}

#menu3 p {
	text-align: center;
	padding: 3px auto;
}

#menu3 li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
}

#menu3 li a:link,#menu3 li a:visited {
	color: #585858;
	display: block;
	background: url(images/menu3.gif);
	padding: 8px 0 0 10px;
}

#menu3 li a:hover {
	color: #627EB7;
	background: url(img/menu3.gif) 0 -32px;
	padding: 8px 0 0 10px;
}

input,textarea {
	border: 1px solid #aaa;
}

input:hover,textarea:hover {
	border: 1px solid black;
}

img {
	border: 0;
	float: left;
	margin-right: 10px;
}

a {
	color: #36be00;
	text-decoration: none;
	background: #fff;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 0 0 15px 30px;
	border-left: 3px solid #8adf88;
	padding: 0 0 0 8px;
}

input,textarea {
	border: 1px solid #aaa;
}

input:hover,textarea:hover {
	border: 1px solid #888;
}

input.text {
	color: #000000;
	border: 1px solid #e6e6e6;
	background: inherit;
}

textarea.text {
	font-size: 8pt;
	border: 1px solid #e6e6e6;
}

input.text:hover,textarea.text:hover {
	border: 1px solid #d6d6d6;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}

.date {
	color: #aaa;
	font-weight: bold;
	background: transparent;
}

.green {
	color: #36be00;
}

.bigl {
	font-size: 1.2em;
}

.bold {
	font-weight: bold;
}

#header h1 {
	background: #fafafa;
	font-family: Verdana, sans-serif;
	font-size: 3em;
	color: #585858;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#content {
	padding: 0;
	margin: 5px auto;
	width: 1020px;/*780px;*/
	background: #fafafa;
}

#header {
	margin: 0;
	padding: 0;
	width: 100%;
	background: inherit;
	color: #585858;
	height: 150px;
}

#header .slogan {
	color: #868686;
	margin: 0;
	padding: 0;
	background: #fafafa;
	font: bold 1em Arial, sans-serif;
	padding-left: 2px;
}

#header .topong .txt {
	padding: 0;
	color: #a5a5a5;
}

#header h4 {
	font: bold 1em Arial;
}

#header h4 a {
	color: #585858;
}

#header h4 a:hover {
	text-decoration: none;
}

#menu {
	background: #4b7da7 url(images/mainMenuRepeat.gif) repeat-x top;
	color: #fff;
	width: 780px;
	height: 40px;
}

#menu .pad {
	padding-top: 12px;
}

#menu a,#menu a:visited {
	color: #fff;
	text-decoration: none;
	background: inherit;
}



ul.newmenu{margin:0;padding:0;width:100%;background: black url(images/mainMenuRepeat.gif) repeat-x bottom;height:38px;}
ul.newmenu li{display:inline;list-style:none;}
ul.newmenu li a{float:left;color:#fff;padding-left:20px;padding-right:20px;background:url(images/menuSep.gif) no-repeat right top;font-weight:bold;padding-top:11px;padding-bottom:13px;}
ul.newmenu li.search {float:right;}
ul.newmenu li a:hover{text-decoration:none;;background:url(images/mainMenuRepeatHover.gif) repeat-x top;color:#3D3D3D;}
.searchButt{cursor:pointer;} 

ul.newmenu .menu_search_submit
{
float:left;
width:29px;
height:38px;
margin-right:40px;
border:none;
cursor:pointer;
background:url('img/search-part2-button.gif') no-repeat;
}

ul.newmenu .search_input
{
float:right;
width:112px;
height:38px;
background:url('img/search-part1.gif');
}
ul.newmenu .search_input input
{
float:right;
width:102px;
margin-top:12px;
border:none;
}








#menu .submit {
	vertical-align: bottom;
}

#menu .submit ul {
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
}

#menu .submit li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu .submit a {
	float: left;
	background: transparent;
	margin: 0;
	padding: 0 0 0 0;
	text-decoration: none;
}

#menu .submit a span {
	float: left;
	background: url(images/menuSep.gif) no-repeat left;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 0 15px 0 15px;
	margin-right: 2px;
}
#menu .submit a:hover span{background:#fff;}
#menu .submit a span {
	float: none;
}

#menu #search {
	float: right;
	background: inherit;
	padding: 0;
	margin-right: 10px;
}

#menu #search input.text {
	background: url(images/input.gif) no-repeat top;
	width: 110px;
	border: 0;
	padding: 2px 0 0 3px;
}

#menu #search input.txt {
	color: #fff;
	font-weight: bold;
	border: 0;
	background: transparent;
	cursor: pointer;
}

#modules {
	margin-top: 10px;
	height: 190px;
}

#modules #mod3 {
	background: #fafafa url(images/topgreybox.jpg) no-repeat top;
	height: 185px;
	width: 258px;
	float: right;
	margin-top: 5px;
}

#modules #mod2 {
	background: #fafafa url(images/topgreybox.jpg) no-repeat top;
	height: 185px;
	width: 258px;
	float: right;
	margin-right: 3px;
	margin-top: 5px;
}

#modules #mod1 {
	background: #fafafa url(images/topgreybox.jpg) no-repeat top;
	height: 185px;
	width: 258px;
	float: left;
	margin-top: 5px;
}

#modules .padding {
	padding: 13px 20px 10px 20px;
}

#modules img {
	border: 1px solid #d3d3d3;
	float: left;
	margin-bottom: 15px !important;
	margin-bottom: 5px;
}

#modules .price {
	color: #36be00;
	font: bold 2em "Tahoma", verdana, Arial;
	padding: 15px 35px 0 0;
	float: right;
	text-align: right;
}

#modules .only {
	color: #e5e5e5;
	font: bold 0.4em "Tahoma", verdana, Arial;
}

#modules .text {
	width: 100%;
	float: left;
	color: #9f9f9f;
	text-align: justify;
}

#modules h2 {
	font: bold 1.2em Verdana;
	color: #618fb5;
	background: transparent;
	margin-bottom: 4px;
}

#modules h2 a {
	color: #618fb5;
	background: transparent;
}

#modules h2 a:hover {
	text-decoration: none;
	color: #719fc5;
}

#maincontent {
	background: #fafafa;
	float: left;
	margin-left: 215px;
	margin-top: 5px;
	width: 100%
}

#maincontent #graph {
	margin-top: 15px;
	background: #fafafa url(images/statgraph2.jpg) no-repeat left;
	width: 203px;
	height: 156px;
	float: left;
}

#maincontent p {
	margin-top: 10px;
}

#maincontent img {
	float: left;
	margin: 10px 10px 10px 0;
}

#maincontent .readm {
	color: #36be00;
	font-weight: bold;
	background: inherit;
}

#maincontent h2 {
	font: bold 1.6em "Tahoma", verdana, Arial;
	color: #585858;
	background: transparent;
	margin-bottom: 4px;
	border-bottom: 1px solid #e3eaef;
}

#maincontent #introduction {
	margin: 25px 0 40px 0;
	width: 100%;
	background: inherit;
	text-align: justify;
	color: #8e8e8e;
}

#maincontent #rightside {
	float: right;
	width: 220px;
	background: #f0f0f0;
	padding: 10px;
	margin: 0 0 10px 0;
}

#maincontent #rightside h2 {
	margin-bottom: 5px;
}

#maincontent #leftside {
	background: inherit;
	margin-right: 10px;
	width: 530px;
}

#maincontent #leftside .r {
	float: right;
	width: 250px;
	text-align: justify;
	margin-bottom: 15px;
}

#maincontent #leftside .le {
	width: 250px;
	text-align: justify;
	margin-bottom: 15px;
}

#maincontent #leftside .pad {
	padding: 15px 0 15px 0;
	text-align: justify;
}

#footer {
	bottom: 0;
	clear: both;
	text-align: left;
	border-top: 2px solid #e5e5e5;
	padding: 3px 0 0 0;
	margin-top: 5px;
	height: 50px;
	color: #888;
	background: inherit;
}

#footer .right {
	float: right;
}

input.foreward {
	background-image: url(img/forward.jpg);
	width: 145px;
	height: 34px;
	border: 0px;
	cursor: pointer;
}

input.search {
	background-image: url(img/search.gif);
	width: 130px;
	height: 50px;
	border: 0px;
	cursor: pointer;
}

input.pay {
	background-image: url(img/pay.jpg);
	width: 175px;
	height: 40px;
	border: 0px;
	cursor: hand;
}
.right_cart_image
{
float:right;
margin-right:-4px;
}
.right_cart_link
{
float:right;
margin-right:2px;
line-height:20px;
background:none;
}

/* edit 15.03 */
#cont td .top_info
{
float:left;
padding:3px;
}
#cont td .top_info a
{
float:left;
font-weight:bold;
color:black;
width:310px;
}
#cont td .main_info
{
float:left;
width:100%;
}
.main_info .image
{
float:left;
width:130px;
height:130px;
border-top:1px solid #D4E0EE;
}
.main_info .image img
{
margin:0px;
}
.main_info .data
{
float:left;
width:248px;
height:132px;
border:1px solid #D4E0EE;
border-right:none;
border-bottom:none;
overflow:hidden;
}
.main_info .data .short_text
{
float:left;
clear:left;
width:240px;
height:86px;
margin-left:5px;
overflow:hidden;
}
.main_info .data a
{
float:left;
width:220px;
clear:left;
margin:5px 0px 0px 20px;
font-size:14px;
color:red;
}
td .details_desc
{
float:left;
width:385px;
}