.btn, a {
  	cursor: pointer; cursor: hand;
}


.btn.btn-primary.imagetypeselection-show, .btn.btn-default.imagetypeselection-hide, .validate.btn.eventgallery-update, .validate.btn.btn-primary, input.validate.btn, a.validate.btn.btn-warning.eventgallery-removeAll.pull-left, a.btn, .trackorderbutton, .accountcontrol {
	text-align: center;
	font-size: 13px;
  	text-transform: uppercase;
  	letter-spacing: 5px;
  	font-family: 'Josefin Sans', 'sans-serif';
  	border: 1px solid #000000;
  	background-color: #FFFFFF;
  	color: #000000;
  	height: 35px;
  	line-height: 35px;
    padding: 0 10px 0 10px;
	opacity: 0.7;
	transition: all 0.4s ease 0s;
}

.btn.btn-primary, .btn.btn-default {
	text-align: center;
  	margin-top: 10px;
  	font-size: 13px;
  	text-transform: uppercase;
  	letter-spacing: 5px;
  	font-family: 'Josefin Sans', 'sans-serif';
  	border: 1px solid #000000;
  	background-color: #FFFFFF;
  	color: #000000;
  	height: 35px;
    padding: 0px 10px 0px 10px;
	opacity: 0.7;
	transition: all 0.4s ease 0s;
}

.btn.btn-primary.imagetypeselection-show:hover, .btn.btn-default.imagetypeselection-hide:hover, .validate.btn.eventgallery-update:hover, .validate.btn.btn-primary:hover, input.validate.btn:hover, a.validate.btn.btn-warning.eventgallery-removeAll.pull-left:hover, a.btn:hover, .trackorderbutton:hover, .btn.btn-primary:hover, .btn.btn-default:hover, a.btn.btn-primary:hover, .accountcontrol:hover {
	opacity: 1;
}


/* LOGIN */
a.close {
    display: none;
    visibility: hidden;
}

h4.alert-heading {
    color: #B80000;
}

p.alert-message {
    font-size: 14px;
}

/* PHOTOS, ALL SUB PAGES */
a.accountcontrol {
    padding: 9px;
    margin-right: 10px;
}

li.item-140, li.item-141 {
}

a.trackorderbutton {
    padding: 9px;
	margin: 10px 0;
}

/* ALBUMS */
td.price {
    min-width: 70px;
}

a.btn {
    display: inline-block;
    height: 33px;
}

/* CHECKOUT REVIEW */

.form-actions {
    text-align: right;
}

/* TRACK -> ORDER -> DETAILS */
a.btn.back-to-list {
    margin: 10px 0;
}

.basic-email, .basic-phone {
    margin: 10px 0;
    float: left;
}

@media only screen and (max-width: 530px) {
	.basic-email, .basic-phone {
    	width: 100%;
	}
}

@media only screen and (min-width:531px) {
	.basic-email, .basic-phone {
		width: 50%;
	}
}



/* TRACK -> ORDER */
th {
    text-align: left;
}

table.table {
    width: 100%;
    font-size: 14px;
}

/* CART */

a.validate.btn.btn-warning.eventgallery-removeAll.pull-left {
    height: 33px;
}

a.validate.btn.btn-warning.eventgallery-removeAll.pull-left {
	margin: 10px 0 10px 0;
}

a.btn.btn-default.imagetypeselection-hide {
  	height: 35px;
	margin-left: 10px;
}

a.btn.btn-primary {
    height: 35px;
    line-height: 35px;
	opacity: 0.7;
	transition: all 0.4s ease 0s;
}

.validate-username.required, .validate-password.required, input#orderid.validate, input#email.validate-email, input#phone {
    height: 35px;
    line-height: 35px;
    padding: 0 10px 0 10px;
    font-family: 'Poppins', sans-serif;
}

input {
	height: 35px;
    line-height: 35px;
    padding: 0 10px 0 10px;
    font-family: 'Poppins', sans-serif;
}

input, textarea#message {
    border: 1px solid #000;
    font-family: 'Poppins', sans-serif;
    padding: 0 5px;
}

input#password {
    margin-top: 10px;
}

/*CART*/
input.validate-numeric.required.input-mini.eventgallery-quantity {
    width: 50px;
}
/*CART*/
.information {
    margin: 10px 0 0 0;
}
/*CART, CHECKOUT*/
select {
    height: 35px;
    line-height: 35px;
    border: 1px solid #000;
    padding: 0 0 0 5px;
}
/*CHECKOUT*/
select#shippingid {
    width: 100%;
    max-width: 450px;
}
/*CHECKOUT*/
input#shiptodifferentaddress-true, input#shiptodifferentaddress-false {
	height: 13px;
}

.nav.nav-pills {
  	visibility: hidden;
}
/*TRACK MY ORDER, */
fieldset, .well {
  	margin-top: 10px;
  	border: none;
}
/*CART*/
.total {
  	border-top: none;
}

span.subtotal, .subtotal-headline, span.total, .total-headline, span.surcharge {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 5px;
    color: #000;
    text-transform: uppercase;
}

/*.control-group {
  	width: 350px;
  	height: 30px;
  	line-height: 30px;
  	margin-bottom: 10px;
}

.control-label {
  	width: 100px;
  	height: 24px;
 	float: left;
  	line-height: 24px;
}

.controls {
  	width: 250px;
  	height: 24px;
  	float: left;
  	line-height: 24px;
}*/

.dl-horizontal {
    width: 100%;
    max-width: 1000px;
    font-size: 12px;
}

dt {
    float: left;
    padding: 0 5px 0 0;
}

dd {
		
}

hr {
	background:none;
	clear:both;
	float:none;
	width:100%;
	height:1px;
	border:none;
	margin:-1px 0;
}

strong {
	font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 5px;
    color: #000;
    text-transform: uppercase;
}