
/****** General Styles ******/
body {
	font-size:12px;
	line-height: 150%;
	min-width: 750px;
	background:#F1F1F1;
	color:#666666;
	font-family: "\u5fae\u8f6f\u96c5\u9ed1",arial,helvetica,lucida,tahoma,verdana,sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}

/* text */
p {
	line-height: 150%;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	text-align:left;
}

a {
color:#2A68D2;
}
a:hover {
color:#F08528;
}
a:active {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}
a:focus {
outline-style:none;
}
/* inputs */
form{
	display: inline;
	margin: 0;
	padding: 0;
}
form table td {
white-space:nowrap;
}

hr, .hr, hr.gry {
border-bottom:1px solid #FCFCFC;
border-top:1px solid #CCCCCC;
font-size:0;
margin:0;
}
.pic {
background:#FCFCFC none repeat scroll 0 0;
border:1px solid #E0E0E0;
color:#EEEEEE;
padding:10px;
}
input,
select{
	vertical-align: middle;
}

input.button{
	color: #645A44;
	padding: 2px 5px;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #ABA498;
	border-top: 1px solid #C8C4BB;
	border-left: 1px solid #C8C4BB;
	background: #F4FBE1 url('/images/iimshop/bg_input_btn.png');
}
input.button:hover{
	color: #395500;
	background: #F4FADF url('/images/iimshop/iimshop/bg_input_btn_hover.png');
	border: 1px solid #80AA00;
	border-top: 1px solid #99CC00;
	border-left: 1px solid #99CC00;
}

input.text,
textarea {
	padding: 2px 3px;
	vertical-align: middle;
	border: 1px solid #C0BBB4;
	background: white url('/images/iimshop/bg_input_text.png') top left repeat-x;
}
input.text:hover,
textarea:hover {
	border: 1px solid #99CC00;
	background: white url('/images/iimshop/bg_input_text_hover.png') top left repeat-x;
}

/* other */
img {
	border: none;
	vertical-align: middle;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px dashed #CCCCCC;
}

/****** Header ******/
.header{
	background: white url('/images/iimshop/bg_header.png') top left;
	height: 60px;
}
.innerHeader{width: 100%;}
.title{
	float: left;
	margin-top: 5px;
	margin-left: 8px;
	white-space: nowrap;
}
.title img{
	float: left;
	margin-right: 12px;
}
.title h1{
	font-size: 150%;
	font-weight: bold;
	padding: 6px 0px 4px 0px;
	margin: 0px;
}
.title h1 a:link,
.title h1 a:visited,
.title h1 a:active
{
	color: black;
	text-decoration: none;
}
.title p{
	margin: 0px;
	padding: 0px;
	color: #666666;
}

/* top nav menu */
.title-menu{
	margin-top:5px;
	float: right;
}

.title-menu a:link,
.title-menu a:visited,
.title-menu a:active,
.title-menu a:hover{
	display: block;
	padding: 4px 8px;
	margin: 0px 5px 0px 0px;
	color: #666666;
	text-decoration: none;
}
/****** .title-menu a:hover{
	color: white;
	background: #666666;
} ******/

/****** Nav Panel ******/
.navPanel{
	border-top: 1px solid #DAD7CF;
	border-bottom: 1px solid #DAD7CF;
	line-height: 200%;
	background: #F2F0EE url('/images/iimshop/bg_btn.png') top left;
}

/* buttons */
.buttons{
	margin-left: 10px;
	line-height: 200%;
	white-space: nowrap;
	width: 99%;
	overflow: hidden;
	border-left: 1px solid #E4E1DA;
}
.buttons a:link,
.buttons a:active,
.buttons a:visited,
.buttons a:hover
{
	float: left;
	display: block;
	padding: 2px 20px;
	color: #645A44;
	font-size:13px;
	text-decoration: none;
	border-left: 1px solid white;
	border-right: 1px solid #E4E1DA;
	background: #F4FBE1 url('/images/iimshop/bg_btn.png');
}
.buttons a:hover
{
	color: #395500;
	background: #F4FADF url('/images/iimshop/bg_btn_hover.png') top left repeat-x;
}
.buttons-special
{
	font-weight: bold;
}
.buttons-active {
	color: #993300 !important;
	background: #FFF1BB url('/images/iimshop/bg_btn_active.png') !important;
}

.buttons .label{
	float: left;
	overflow: hidden;
	display: block;
	padding: 4px 20px;
	color: #645A44;
}
.buttons .label a:link,
.buttons .label a:active,
.buttons .label a:visited,
.buttons .label a:hover
{
	float: none;
	display: inline;
	height: auto;
	padding: 0px;
	font-weight: bold;
	text-decoration: underline;
	border: none;
	background: none;
}

* html .buttons img {
	overflow-y:scroll;
	float: left;
	margin: 5px 5px 5px 0px;
}

/****** Content Block ******/
.contentWrapper{
	width: 978px;
	margin: 8px auto;
}

h3{
	color: #669900;
	font-size: 150%;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px dashed #E0E0E0;
}

/****** Footer Block ******/
.footer{
	clear: both;
	text-align: center;
	color: #666666;
	margin: 8px auto;
}
.innerFooter{
	width: 750px;
	margin: 0px auto;
}

.copyright{
	margin: 20px auto;
}

