/* Cart CSS */

#user-container {
	position:absolute;
	right:195px;
	top:1px;
	z-index:1000;
	width:100%;	
}

#user-header {
	position:absolute;
	right:0px;
	top:-10px;
	width:auto;
	height:29px;
	padding:11px 14px 0px 10px;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
	background:#2f9ea5;
	cursor:pointer;
}
	
#user-header:hover {
	background:#2f9ea5;
}

#user-header img {
	vertical-align:middle;
}

#login-dropdown-container {
	right:-194px;
	position:absolute;
	top:30px;
	width:420px;
	padding:25px;
	background:#2f9ea5;
	clear:both;
	color:#FFF;
}

#user-container .btn-container {
	background:#53c5ce;
	width:520px;
}

#login-form {
	border:1px solid #CCC;
	padding:25px;
	color:#333;
	width:420px;
	margin:20px auto;
}

#login-form .form-label {
	margin-bottom:5px;
}

#login-form input[type='text'],
#login-form input[type='password'] {
	background:#FFF;
	border:1px dashed #CCC;
	padding:5px;
	margin-bottom:10px;
	color:#333;
	width:409px;
	font-size:150%;
}

#login-form input[type='submit'] {
	cursor:pointer;
	padding:15px 50px;
	margin:10px 0px 0px 0px;
	float:left;
}

#btn-sign-up {
	cursor:pointer;
	padding:15px;
	margin:10px 0px 0px 10px;
	float:left;
	
}

.user-btn {
	float:left;
	height:90px;
	width:130px;
}

.user-btn:hover {
	cursor:pointer;
}

#btn-user-account {
	background:url('/images/public/btn_user_account.png') no-repeat center 0px;
}

#btn-user-account:hover {
	background:url('/images/public/btn_user_account.png') no-repeat center -90px;
}

#btn-user-orders {
	background:url('/images/public/btn_user_orders.png') no-repeat center 0px;
}

#btn-user-orders:hover {
	background:url('/images/public/btn_user_orders.png') no-repeat center -90px;
}

#btn-user-favorites {
	background:url('/images/public/btn_user_favorites.png') no-repeat center 0px;
}

#btn-user-favorites:hover {
	background:url('/images/public/btn_user_favorites.png') no-repeat center -90px;
}

#btn-user-logout {
	background:url('/images/public/btn_user_logout.png') no-repeat center 0px;
}

#btn-user-logout:hover {
	background:url('/images/public/btn_user_logout.png') no-repeat center -90px;
}

/* END DASHBORD*/

/* USER ACCOUNT PAGE */

#user-account {
	margin-bottom:15px;
	padding:2px;
}

#user-account-nav {
	
}


#user-account-nav .nav-item {
	float:left;
	text-decoration:none;
	padding:20px;
	background:#EEE;
	color:#666;
	border:1px solid #CCC;
	margin-right:10px;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
}

#user-account-nav .nav-item-active,
#user-account-nav .nav-item:hover {
	background:#5EC4C9;
	border-color:#2f9ea5;
	color:#FFF;
	cursor:pointer;
}

#edit-form {
	margin-top:-1px;
	border:1px solid #CCC;
	padding:25px;
	color:#333;
	position:relative;
}

#edit-form input,
#edit-form select {
	padding:5px;
	border:1px solid #CCC;
	margin-right:25px;
}

#edit-form .form-frame {
	width:770px;
	margin:20px 75px;
}

#edit-form input.submit {
	border:none;
	float:none;
	padding:0px;
	margin:20px 30px 0px -10px;
}


#page-level-2 #edit-form #page-content-blocks {
	background:#FFF;
	width:100%;
	padding:0px;
	color:#333;
}

#page-level-2 #edit-form #page-content-blocks p {
	color:#333;
}

#page-level-2 #edit-form #page-content-blocks h1 {
	padding:0px;
}

/* order items */

.order-item {
	-webkit-box-shadow:0px 3px 15px #DDD;
 	-moz-box-shadow:0px 3px 15px #DDD;
 	box-shadow:0px 3px 15px #DDD;
 	margin-bottom:20px;
}

.order-btn {
	position:absolute;
	top:12px;
	left:15px;
	cursor:pointer;
}

.order-title {
	margin-left:35px;
}

.order-title b {
	float:left;
}

.order-title em {
	float:right;
}

.order-item-preview {
	padding:20px;
	border:1px solid #CCC;
	position:relative;
}

.order-item-preview-open {
}

.order-item-detail {
	padding:20px;
	position:relative;
	border:1px solid #CCC;
	border-top:none;
}

.order-item-detail .tabs-container {
	height:300px;
}

.order-item .tabs-nav {
	position:absolute;
	right:20px;
	top: 16px;
    width: 370px;
    z-index:10;
}

.order-item .tabs-large {
	width:490px;
}

.order-item .tabs-nav .tab {
	padding:12px 20px;
	cursor:pointer;
	float:left;
	background:#EEE;
	color:#666;
	margin-right:10px;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
	border:1px solid #EEE;
	border-bottom:1px solid #CCC;
}

.order-item .tabs-nav .tab:hover {
	background:#FFF;
	color:#000;
	cursor:pointer;
	border:1px solid #CCC;
}

.order-item .tabs-nav .current,
.order-item .tabs-nav .current:hover {
	background:#FFF;
	color:#000;
	border:1px solid #CCC;
	border-bottom:1px solid #FFF;

}

.order-item .panel {
	background:#FFF;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	height:100%;
	padding:20px;
	overflow:auto;
	height:300px;
}

.order-item .panel table {
	margin-bottom:20px;
	width:420px;
	float:left;
}

.order-item .panel table tr:hover {
	background:#EEE;
	cursor:pointer;
}	

.order-item .panel h2 {
	clear:both;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #CCC;
	font-weight:normal;
	height:27px;
}

.order-item .panel h2 img {
	vertical-align:middle;
	margin-right:5px;
}

.order-item .panel h1 {
	font-weight:normal;
	float:left;
	width:420px;
	margin-bottom:15px;
}

.order-item .panel h1 span {
	margin:10px 0px;
	display:block;
}

.order-item .panel h1 img {
	vertical-align:middle;
	margin-right:15px;
}

#orders-none {
	padding:20px;
	border-top:1px dotted #CCC;
	margin-top:20px;
	font-weight:normal;
	text-align:center;
}

/* favorites */

.favorite-item td {
	padding:15px 0px;
	border-top:1px dotted #CCC;
}

.favorite-item td.favorite-image img {
	
}

.member-favorite {
	width:32px;
	height:32px;
	margin:10px 20px;
	background: url('/images/icons/icon.favorite.png') 0px -32px no-repeat;
	cursor:pointer;
	position:relative;
}

.member-favorite-email {
	width:32px;
	height:32px;
	margin:10px 20px;
	background: url('/images/icons/icon.favorite.png') 0px 0px no-repeat;
	cursor:pointer;
		position:relative;
}

.member-favorite span,
.member-favorite-email span {
	position:absolute;
	top:40px;
	left:-5px;
}

/* SHARE */

#share-form-container {
	padding:20px;
}

#share-to-address,
#share-message {
	margin-top:5px;
	padding:10px;
	border:1px dashed #bbb;
	display:block;
	width:95%;
}

#message-preview {
	margin-top:20px;
}

#message-preview p {
	margin-bottom:10px;
}

#share-send {
	background:url('/images/public/btn_checkout.png') no-repeat 0px 0px;
	border:none;
	width:446px;
	text-align:center;
	font-size:150%;
	color:#FFF;
	height:60px;
	float:none;
	display:block;
	margin:15px 0px 0px 50px;
	cursor:pointer
	
}

#share-send:hover {
	background:url('/images/public/btn_checkout.png') no-repeat 0px -60px;
}

#password-change {
	background:#FFE855;
    border: 1px solid #E7AF1C;
    right:10px;
    top:10px;
    position:absolute;
    padding:10px;
    width:245px;
    cursor:pointer;
    color:#000;
    font-size:100%;
    text-align:center;
}





