/* my account */

.tabs {
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	height: 36px;
	text-align: center;
	width: 160px;
	border: 0px;
	background-image: url('../../images/newsite/inactivetab.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	border-bottom: 1px solid #406495;
}

.tabs a, .tabs a:link, .tabs a:visited {
	color: #79a1c5;
}

.tabs a:hover {
	color: #c46619;
}

.tab_active {
	cursor: hand;
	cursor: pointer;
	border: 0px;
	font-weight: bold;
	height: 38px;
	text-align: center;
	width: 160px;
	background-image: url('../../images/newsite/activetab.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.tab_active a, .tab_active a:link, .tab_active a:visited {
	color: #213562;
}

.tab_active a:hover {
	color: #c46619;
}

#myaccount_content {
	text-align: center;
	border-left: 1px solid #406495;
	border-right: 1px solid #406495;
	border-bottom: 1px solid #406495;
	padding: 10px;
	background-color: #fafafa;
	height: 333px;
}

#myaccount_content a, #myaccount_content a:link, #myaccount_content a:visited {
	color: #213562;
	font-weight: bold;
	text-decoration: none;
}

#myaccount_content a:hover {
	color: #c46619;
}