@charset "utf-8";
/* CSS Document */
.main .block.myacc_nologin {
	margin-top:0;
	background:url(../images/grey_1px.gif) repeat-y scroll 50% 0;
}
.main .myaccount.nologin {
	overflow:auto;
	*height:400px;
}
.main .myaccount.nologin form {
	margin-bottom:5px;
}
.main .myaccount.nologin #separator {
	height:35px;
	background:url(../images/grey_1px.gif) repeat-x center;
	margin-bottom:5px;
}
.main .myaccount.nologin .title.forgotp {
	font-size:14px;
}
.main .myaccount.nologin #left, .main .myaccount.nologin #right {
	width:48%;
}
.main .myaccount.nologin #text, .main .myaccount.nologin #fields {
	padding:10px 0;
}
.main .myaccount.nologin #right input.fields {
	margin:2px 0 2px 10px;
}
.main .myaccount.nologin #text ul {
	padding-top:10px;
	padding-bottom:10px;
}
.main .myaccount.nologin #button {
	text-align:center;
}

/* home */
.main .myaccount.home {
	padding-top:5px;
	padding-left:20px;
}
.main .myaccount.home a {
	font-size:14px;
}
.main .myaccount.home .explanation {
	color:#777777;
	font-size:12px;
}
.main .myaccount.home td.image {
	width:62px;
	height:65px;
}

/* details */
.main .myaccount.details table {
	width:auto;
	margin-top:10px;
}
.main .myaccount.details table #td_left {
	font-weight:normal;
	padding:3px 20px 0 0;
	text-align:right;
	vertical-align:top;
}
.main .myaccount.details table #td_left.bold {
	font-weight:bold;
}
.main .myaccount.details table #td_right {
	text-align:left;
	padding:1px 0 1px 0;
}
.main .myaccount.details table #td_right input {
	width:300px;
}
.main .myaccount.details table #td_right textarea {
	width:400px;
	height:100px;
}
.main .myaccount.details table #td_button {
	text-align:center;
	padding-top:10px;
}
.main .myaccount div.message {
	width:100%;
	*width:99%;
}
.main .myaccount div.message table {
	width:100%;
	*width:99%;
}

/* orders */
.main .myaccount.orders {
}
.main .myaccount.orders .mya_menu {
	border-bottom:none;
	padding-left:10px;
}
.main .myaccount.orders .mya_menu a {
	color:#FF0000;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	border-right:1px solid #ccc;
}
.main .myaccount.orders .mya_menu a:hover {
	color:#006699;
}
.main .myaccount.orders .mya_menu a.active {
	background-color:#FFFFFF;
	text-decoration:none;
}
.main .myaccount.orders .mya_grid table thead tr th {
	padding-top:5px;
}
.main .myaccount.orders .mya_grid table tbody tr td {
	padding-top:2px;
	padding-bottom:2px;
}
.main .comments_you {
	font-weight:bold;
	color:#999999;
}
.main .comments_adm {
	font-weight:bold;
	color:#006699;
}