/*===================== my_account ===================*/
div.my_account div {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 18px;
	padding: 12px;
}
div.my_account div ul li,
div.account_list ul li {
	margin:0;
	padding:0;
}
div.my_account div ul li a,
div.account_list ul li a {
	margin: 0;
	margin-left: 12px;
	padding: 6px 0 6px 18px;
	color: #FFF;
	background: url('../images/icons/arrow_right.png') no-repeat left center;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #e6e6e6;
	-webkit-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
}
div.my_account div ul li a:hover,
div.account_list ul li a:hover {
	color:#ff6633;
}
div.my_account div ul li:last-child a,
div.account_list ul li:last-child a {
	border:none;
	box-shadow: none;
}

div.account_list ul li a {
	border-bottom:1px solid #c7c7c7;
}



/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	div.account_list {
		margin-top:60px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	div.account_list {
		margin-top:60px;
	}
}