/*import checkout css for order history*/
@import url("checkout.css"); 

/* --USERS -- */
/* -------------------------------- */

/*login and merge account dialogs*/
#userDialog {
    width: 370px;
    padding-bottom: 30px;
}

#userDialog input {
    width: 63%;
    line-height: 1.4em;
}

#userDialog input.emailLogin {
    width: 93%;
}

#userDialog input.button {
    width: 100px;
    white-space: nowrap;
}

#userDialog ul {
    position: absolute;
    bottom: 15px; left: 15px;
}

#userDialog li {
	display: inline; 
	margin-left: 0.6em;
    padding-left: 0.8em; 
	border-left: 1px solid #ccc;
	letter-spacing: 0.1em;
}

#userDialog li:first-child {
    border: none;
    padding-left: 0;
    margin-left: 0;
}

#userDialog li.ui-state-active a {
    color: #333;
}


/*global account styles*/
#account ul.areaNav {
	margin-bottom: 20px;
	padding: 5px; 
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #efefef;
}

#account .userPane {
	padding: 10px; 
	border: 1px solid #ccc;
    margin-bottom: 20px; 
}

#account div.fieldWrapper {
    width: 47%;
}

#account input[type=text],
#account input[type=password] {
    width: 42%;
}

#account input.long,
#account textarea {
    width: 90%;
}

#account div.fieldWrapper input[type=text],
#account div.fieldWrapper input[type=password] {
    width: 90%;
}

#account select.filter {
    width: 200px;
	padding: 5px; 
	margin-bottom: 15px
}


/*logged out*/
#account #SIlogin div.fieldWrapper {
    float: none;
    width: 60%;
}

#account #SIlogin input[type=password],
#account #SIlogin input.passwordImposter {
    width: 68%;
}


/*logged in global styles*/
#account .leftColumn {
    width: 200px;
    float: left;
    margin-right: 20px;
}

#account .rightColumn {
    width: 458px;
    float: left;
}

#account .contentBox {
    position: relative;
    font-size: 1.2em;
    background: #efefef;
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin-bottom: 15px;
}

#account .contentBox strong {
    text-transform: uppercase;
    margin-right: 5px;
}

#account .contentBox li {
    margin-top:10px;
}

#account .contentBox li:first-child {
    margin-top: 0;
}

#account .contentBox h3 {
    margin: 0 0 5px 0;
    font-size: 1.2em;
}

#account .calloutBox {
	padding: 10px;
    margin-bottom: 15px;
    background: #FFECD4;
    border: 1px solid #f7e1a1;
}

#account .calloutBox .hr {
    border-top: 1px solid #f7e1a1;
    margin: 15px -10px;
}

#account .calloutBox > div,
#account .calloutBox > form {
    margin-top: 15px;
}

#account .calloutBox > div:first-child,
#account .calloutBox > form:first-child {
    margin-top: 0;
}

#account .calloutBox label,
#account .calloutBox strong {
    font-weight: bold;
    display: block;
    font-size: 1.2em;
    margin-bottom: 5px;
}

#account .calloutBox input,
#account .calloutBox select {
    padding: 3px;
    margin-bottom: 0;
}

#account .calloutBox input[type=text] {
  width: 115px;
}

#account .calloutBox select {
    width: 150px;
}

#account ul.shareLinks li {
    float: left; 
    margin: 0 8px 0 0;
    line-height: 16px;
}

#account ul.shareLinks li a {
    float: left;
    width: 16px; height: 16px;
    text-indent: -9000em;
    background-position: center top;
    background-repeat: no-repeat;
}

#account ul.shareLinks li a:hover {
    background-position: center bottom;
}

#account ul.shareLinks li.facebook a {
    background-image: url(//si-us.s3.amazonaws.com/store/images/icons/shareFacebook.png);
}

#account ul.shareLinks li.twitter a {
    background-image: url(//si-us.s3.amazonaws.com/store/images/icons/shareTwitter.png);
}

#account ul.shareLinks li.email a{
    background-image: url(//si-us.s3.amazonaws.com/store/images/icons/shareEmail.png);
}

/*account basics*/
#account a.swap {
	font-family: arial, sans-serif; 
	font-size: 0.8em;
	letter-spacing: 0.05em; 
}

#account .userPane .dummyPassword {
	position: relative; 
	top: 4px;
	letter-spacing: 0.1em; 
	font-size: 14px;
}


/*order history*/
#SIorders table {
    margin-bottom: 20px;
}

#SIorders th {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border: none;
    line-height: normal;
}

#orderDetail {
    width: 700px;
}

#orderDetail #SIcart {
    padding-top: 10px;
}


/*wishlists*/
#SIwishlists .wishlistName span.color {
    font-size: 18px;
    line-height: 1.4em;
}

#SIwishlists .saveWishlist {
    text-align: center;
}

#SIwishlists .saveWishlist .button {
    margin: 0;
}

#SIwishlists .contentBox img {
    float: left;
    margin-right: 20px;
    width: 125px; height: 125px;
}

#SIwishlists .prodInfo {
    margin-left: 145px;
}

#SIwishlists .prodInfo .options {
    font-style: italic;
    display: block;
    margin-bottom: 5px;
}

#SIwishlists .prodInfo .prodPricing {
    display: block;
}

#SIwishlists ul.wishlistActions {
    margin: 10px 0;
    float: right;
}

#SIwishlists ul.wishlistActions li {
    float: left;
    position: relative;
    height: 16px; line-height: 10px;
    margin: 0 0 0 3px;
    padding: 0 0 0 3px;
    border-left: 1px solid #ccc;
}

#SIwishlists ul.wishlistActions li:first-child {
    border: none;
}

#SIwishlists ul.wishlistActions li a {
    color: #666;
    padding: 4px;
    display: inline-block;
}

#SIwishlists ul.wishlistActions li a.active {
    color: #fff;
}

#SIwishlists .contextDialogBody {
    right: -5px; top: 18px;
    line-height: 16px;
    font-size: 0.9em;
}

#SIwishlists .moveProduct .contextDialogBody {
    width: 250px;
}

#SIwishlists .moveProduct select {
    width: 160px;
}

#SIwishlists .adjustOptions .contextDialogBody {
   width: 190px;
}

#SIwishlists .adjustOptions select {
   width: 180px;
   margin-bottom: 10px;
}

#SIwishlists .adjustOptions .button {
    margin-bottom: 0;
}

#SIwishlists .contentBox .prodPurchase {
    float: right;
    clear: right;
    width: auto;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 0.9em;
}

#SIwishlists .contentBox input.qty {
    width: 30px;
}

#SIwishlists .contentBox a.remove {
	position: absolute; 
	top: 5px; right: 5px;
	height: 10px; width: 10px;
	background: url(//si-us.s3.amazonaws.com/store/images/icons/deleteSmall.png) center no-repeat;
}


/*rewards*/
#SIrewards .calloutBox li {
    font-size: 1.2em;
    margin: 10px -10px 0 -10px;
    padding: 10px 10px 0 10px;
    border-top: 1px solid #f7e1a1;
}

#SIrewards .calloutBox li:first-child {
    border: none;
    padding-top: 0;
    margin-top: 0;
}

#SIrewards .calloutBox span.color {
    font-size: 24px;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    bottom: -4px;
}

#SIrewards .contentBox:hover {
    background: #FFECD4;
}

#SIrewards .rewardTitle {
    margin-bottom: 5px;
}

#SIrewards .rewardDescription {
    line-height: 1.4em;
}

#SIrewards .rewardActions {
    border-top: #e6e6e6 1px solid;
    margin: 10px -10px 0 -10px;
    padding: 10px 10px 0 10px;
}

#SIrewards ul.shareLinks {
    float: left;
    padding: 5px 0 0 0; 
}

#SIrewards .rewardProgress {
    margin-left: 130px;
}

#SIrewards .progressBar {
    margin-bottom: 5px;
}
