@import url("images.css");
html {overflow-y: scroll;}

body {
	font-family:arial,sans-serif;
	font-size:smaller;
	margin:0;
}

a {
	color:#0000FF;
}

.main_body{
	width:960px;
	margin:0 auto;
}

.tabs .top{
	text-align:right;
}

.tabs .top .link{
	display:inline;
	background:url(img/h1_home_b.png) bottom;
	padding-left:5px;
	padding-bottom:5px;
	padding-right:5px;
}


.tabs .top .link_left{
	display:inline;
	background:url(img/h1_home_a.png) bottom left;
	padding-left:5px;
	padding-bottom:5px;
	padding-right:5px;
	width:13px;
	height:24px;
}

.tabs .top .link_right{
	display:inline;
	background:url(img/h1_home_c.png) bottom right;
	padding-left:5px;
	padding-bottom:5px;
	padding-right:5px;
	margin-right:50px;
	width:13px;
	height:24px;
}

.tabs .logo{
	background:url(img/header.png);
	width:310px;
	height:35px;
	text-indent:-5000px;
	display:block;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:20px;
}

.wrapper .banner{
	background:url(img/banner_original.png);
	width:960px;
	height:30px;
}

.wrapper .main_content{
	background:url(img/wrapper_content.png);
	background-repeat:repeat-y;
	padding:20px;
}

.wrapper .main_content .content{
	width:560px;
	text-align:justify;
}

.wrapper .wrapper_foot{
	background:url(img/wrapper_foot.png);
	background-repeat:no-repeat;
	width:960px;
	height:23px;
	display:block;
}

.footer{
	padding:10px;
	color:#999999;
	text-align:center;
}


code{
	font-size:9pt;
	color:#0099FF;
}

.section{
	margin-left:5px;
	margin-bottom:30px;
}

.section_title {
	border-bottom:1px solid #CCCCCC;
	font-size:1.3em;
	margin:2px 0;
	padding:0 0 0.2em;
	text-align:left;
}

.products_icon{
	color:#1888F8;
	font-size:1.5em;
	font-weight:bold;
	background-image:url(img/main_logo.png);
	background-repeat:no-repeat;
	height:50px;
	line-height:50px;
	padding-left:90px;
	vertical-align:middle;
	display:inline-block;
}

.products_icon_p{
	color:#1888F8;
	font-size:1.5em;
	font-weight:bold;
	background-image:url(img/main_logo.png);
	background-repeat:no-repeat;
	height:50px;
	padding-left:90px;
	vertical-align: top;
	display:inline-block;
}

.products_icon.mw{
	background-position:0px 0px;
}
.products_icon.mw_toolbar{
	background-position:0px -50px;
}
.products_icon.nano{
	background-position:0px -100px;
}
.products_icon.sir{
	background-position:0px -150px;
}
.products_icon.cmw{
	background-position:0px -200px;
}
.products_icon.mmw{
	background-position:0px -250px;
}
.products_icon.portal{
	background-position:0px -300px;
}

.products_icon_p.mw{
	background-position:0px 0px;
}
.products_icon_p.mw_toolbar{
	background-position:0px -50px;
}
.products_icon_p.nano{
	background-position:0px -100px;
}
.products_icon_p.cmw{
	background-position:0px -200px;
}
.products_icon_p.mmw{
	background-position:0px -250px;
}

/* box*/
.box{
	/*border-bottom:1px solid #FF9900;
	border-top:1px solid #FF9900;
	padding:5px;
	background-color: #FFF7DD;*/
	border-bottom:1px solid #ccc;
	border-top:1px solid #CCC;
	padding:5px;
	background-color: #F0F8FC;
}

.information_box{
	background:url(img/message_info.png);
	background-repeat:no-repeat;
	background-position:10px 4px;
	background-color: #FFF7DD;
	line-height:44px;
	vertical-align:middle;
	padding-left:55px;
	border-bottom:1px solid #FF9900;
	border-top:1px solid #FF9900;
	font-weight:bold;
	font-size:1.3em;
	color:#FF6600;
}

/* navigation */
.navigation {
	float: left;
	width: 150px;
	margin-top:10px;
	border-right:#EAEADA solid 1px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
	list-style: none;margin: 0;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	color: #554;
	display: block;
	padding: 8px 0 8px 5px;
	text-decoration: none;
	width: 140px;
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* Button */
a.button{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	border: #0099FF solid 1px;
	background-image:url(img/button.png);
	margin:5px 0px;
	padding:2px 10px;
	display:inline-block;
}

a.button:hover{
	background-position:0px -5px;
}

/* table */
.standard_table th{
	margin: 1px;
	padding: 5px;
	background-color:#FF9900;
	font-weight: bold;
	height: 20px;
}

.standard_table td{
	margin: 2px;
	padding: 5px;
	background-color: #FFF7DD;
}
.standard_table td a{
	display:block;
}

table.details{
	border-bottom:1px #CCCCCC solid;
	width:100%;
}

table.details th, table.details td{
	border-top:1px #CCCCCC solid;
}

/* Back link */
.backLink {
	text-decoration:none;
	color:#0066CC;
	float:right;
	font-weight:bold;
	margin:25px 0px 0px 30px;
}

.msg_box{
	border:1px solid #FF0000;
	padding:5px;
	background:#FFCCFF;
	color:#FF0000
}

.buy_credit_table th{
	background-color:#999999;
	text-align:center;
}

.buy_credit_table td{
	background-color:#FFFFFF;
	vertical-align:center;
}

/* ------------ Round conner table ------------ */
.dialog_1 a{
	color:#000000;
	text-decoration:none;
}
.dialog_1 a:hover{
	color:#000000;
	text-decoration:underline;
}

.dialog_1{
	background-image:url(images/dialog_box_1.png);
}
.dialog_1 .top
{
	background-repeat:no-repeat;
	background-position:top right;
	height:12px;
}
.dialog_1 .top_left
{
	background-repeat:no-repeat;
	background-position:top left;
	height:12px;
	width:12px;
}
.dialog_1 .main
{
	background-color:#EFEFEF;
	padding-left:11px;
	padding-right:10px;
	text-align:justify;
	line-height:0.5;
	border:1px solid #EFEFEF; /* Hack for IE7 */
}

.dialog_1 .main h5{
	color:#666666;
	font-size:small;
}

.dialog_1 .main li
{
	list-style:none;
	background:url(images/go-next.png) no-repeat 2px;
	margin-left:-30px;
	padding-left:24px;
	height:20px;
	line-height:20px;
	vertical-align:middle;
}

.dialog_1 .buttom
{
	background-repeat:no-repeat;
	background-position:bottom right;
	height:12px;
}
.dialog_1 .buttom_left
{
	background-repeat:no-repeat;
	background-position:bottom left;
	height:12px;
	width:12px;
}

.headline{
	background:url(img/btn_head.png) no-repeat;
	height:28px;
	padding-left:20px;
	margin-bottom:5px;
}

.headline span{
	color:#333333;
	display:inline-block;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	font-weight:bold;
	font-size:1.3em;
	padding-right:20px;
	background:url(img/btn_tail.png) no-repeat top right;
}

/* ------------ Shopping cart table ------------ */
.shopping_cart_table th{
	background-color:#999999;
	text-align:center;
}

.shopping_cart_table td{
	background-color:#FFFFFF;
	vertical-align:center;
}

/* Price */
.price{
	font-size:1.2em;
	font-weight:bold;
	color:#FF3300
}

.standard_table th{
	background-color:#0099FF;
	color:#FFFFFF;
}

.standard_table td{
	background:#E8E8E8;
	color:#000000;
	padding:2px;
}

