html{
    height: 100%;
}

img {
    border: 0px;
}

html, body, div, span, applet, object, iframe, p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

a{
    cursor: pointer;
}

.body .carousel a {
    position: absolute;
}

input[type=text],
input[type=password] {
    margin: 2px;
}

.evo-module-block>ul,
.module-view{
    min-height: 20px;
    position: relative;
}

.view {
    position: relative;
}

/* BLOCK */
.evo-module-block .block-controls {
    display:inline-block;
}
.evo-module-block .block-controls select {
   margin-left: 3px;
   width: 150px;
}
.evo-module-block .block-controls ul,
.evo-module-block .block-controls ol {
   padding:0px;
   margin: 0px;
   margin-left:30px;
}
.evo-module-block .block-controls li {
    padding: 5px;
}



/* CHECKOUT */
.evo-module-checkout{
    text-align: center;
}
.evo-module-checkout img{
    border: 0px;
}
.evo-module-checkout table{
    margin: 0 auto;
}
.evo-module-checkout table th {
    text-align: center;
}
.evo-module-checkout table tr {
    border-top: 1px solid #EEE;
}
.evo-module-checkout table tr:first-child {
    border-top: none;
}
.evo-module-checkout table td {
    padding: 10px;
    vertical-align: middle;
}
.evo-module-checkout tr .description {
    text-align: left;
}
.evo-module-checkout tr .description ul {
    font-size: 10px;
    color: silver;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.evo-module-checkout table td .image {
    height: 30px;
}
.evo-module-checkout table .unit-price {
    text-align: right;
}
.evo-module-checkout table input {
    width: 25px;
    text-align: center;
}
.evo-module-checkout tfoot {
    text-align: right;
    margin: 0 auto;
}
.evo-module-checkout tfoot .total {
    font-weight: bold;
}
.evo-module-checkout .details{
    vertical-align: top;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}
.evo-module-checkout .details .login {
    text-align: right;
    vertical-align: top;
    display: inline-block;
    padding: 20px;
    padding-right: 50px;
}
.evo-module-checkout .details .register {
    border-left: 1px solid #EEE;
    text-align: right;
    vertical-align: top;
    display: inline-block;
    padding: 20px;
}
.evo-module-checkout .checkout-button {
    width: 300px;
    padding: 40px;
    margin: 0 auto;
    text-align: center;
}
.evo-module-checkout .checkout-button>div{
    margin: 0 auto;
}


/* LOGIN */
.evo-module-login{
    display:inline-block;
    margin: 0 auto;
    min-width: 200px;
}
.evo-module-login form{
    text-align:right;
    display:inline-block;
}
.evo-module-login .forgot-link {
    visibility:hidden;
}
.evo-module-login .forgot-password{
    display:none;
}
.evo-module-login .login-error{
    color: maroon;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}
.evo-module-login .logout a{
    background-image: url(logout.png);
    background-position: 0 3px;
    background-repeat: no-repeat;
    padding-left: 13px;
}

/* REGISTRATION / DETAILS */
.evo-module-userdetails,
.evo-module-registration{
    text-align: center;
}
.evo-module-userdetails form,
.evo-module-registration form{
    text-align:right;
    display:inline-block;
    padding: 10px;
}


/* PRODUCT */
.evo-module-product .product-view-default {
    position: relative;
}
.evo-module-product .product-view-default .image {
    float:left;
    clear: none;
    padding: 10px;
}
.evo-module-product .product-view-default .name {
}
.evo-module-product .product-view-default .description {
    display: block;
    padding: 7px;
}
.evo-module-product .product-view-default .variations {
}
.evo-module-product .product-view-default .financial {
    position: absolute;
    right: 10px;
    top: 10px;
}
.evo-module-product .product-view-default .price {
    padding: 3px;
    font-weight: bold;
}
.evo-module-product .product-view-default .currency {
    padding: 3px;
}
.evo-module-product .product-view-default .quantity {
    width: 25px;
    text-align: center;
}
.evo-module-product .product-view-default .buy {
}

/* PRODUCT REGISTRATION */
.evo-view-myproducts .revoked {
    color: maroon;
}

/* ORDER HISTORY */
.evo-view-orderhistory{
}
.evo-view-orderhistory .order{
}
.evo-view-orderhistory div.search {
    padding: 10px;
}
.evo-view-orderhistory .orders>p {
    display: block;
    padding: 5px;
}
.evo-view-orderhistory .orders .short{
    border: 1px solid #F2F2F2;
    border-top: 2px solid white;
    background-color: #F2F2F2;
    cursor: pointer;
    padding: 3px;
}
.evo-view-orderhistory .orders .short:hover{
    background-color: #F5F5F5;
}
.evo-view-orderhistory .orders .short span{
    padding-right: 15px;
}
.evo-view-orderhistory .orders .short .id{
    font-weight: bold;
}
.evo-view-orderhistory .orders .short .total{
}
.evo-view-orderhistory .orders .short .email{
    font-style: italic;
}
.evo-view-orderhistory .orders .short .date{
    float: right;
}
.evo-view-orderhistory .orders .short .status{
    float: right;
}
.evo-view-orderhistory .orders .details {
    border: 1px solid #F2F2F2;
}
.evo-view-orderhistory .orders .details form {
    display: inline;
}

/* ORDER */
.evo-module-order {
    text-align: center;
    padding: 10px;
}
.evo-module-order table {
    margin-left:auto;
    margin-right:auto;
    text-align: left;
}
.evo-module-order td{
    padding: 5px;
}
.evo-module-order tr .contents {
}
.evo-module-order .item td {
    border-top: 1px dashed #F2F2F2;
}

.evo-module-order tr .quantity {
    vertical-align: top;
}
.evo-module-order tr .product {
    text-align: left;
}
.evo-module-order tr .product ul {
    font-size: 10px;
    color: silver;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.evo-module-order tr .price {
    text-align: right;
}
.evo-module-order tr .tax {
    border-top: 1px dashed #F2F2F2;
    text-align: right;
}
.evo-module-order tr .total {
    text-align: right;
}
.evo-module-order .refund {
    color: maroon;
}


/* MENU */
.evo-module-menu {
}
.evo-module-menu ul {
    padding: 0;
    margin: 0;
}
.evo-module-menu li {
    list-style: none;
    display:inline-block;
    padding: 0px;
    margin: 0px;
}
.evo-module-menu li:hover {
}
.evo-module-menu li a {
}
.evo-module-menu li a:hover {
}
.evo-module-menu .selected-item {
}
.evo-module-menu .selected-item a {
}
.evo-module-menu li a>img {
}


/* GALLERY */
.evo-module-gallery {
}
.evo-module-gallery .images {
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.evo-module-gallery .images li {
    padding: 0px;
    margin: 5px;
    display: inline-block;
    list-style-type: none;
    position: relative;

    /* IE7 fix  for inline block*/
    zoom:1;
    *display: inline;
}
.evo-module-gallery{
    margin-bottom: 30px;
}
.evo-module-gallery .images li {
}
.evo-module-gallery .images li .image {
    padding: 2px;
    border: 1px solid silver;
}
.evo-module-gallery .images li .delete img {
    border: 0;
    top: -5px;
    right: -5px;
    position: absolute;
}
.evo-module-gallery .next {
    padding: 3px;
    margin: 2px;
    cursor: pointer;
}
.evo-module-gallery .previous {
    padding: 3px;
    margin: 2px;
    margin-left: 10px;
    cursor: pointer;
}
.evo-module-gallery .next:hover,
.evo-module-gallery .previous:hover {
    background-color: silver;
}
.evo-module-gallery .disabled:hover,
.evo-module-gallery .disabled {
    background-color: transparent;
    color: silver;
}


.evo-module-upcomingevents .delete {
    position:absolute;
    right: 0px;
    top: 0px;
}



/* gennerally useful */
.validation-advice {
    color: maroon;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

.feedback-message {
    color: teal;
    padding: 5px;
    text-align: center;
}

/* lightbox modal background fix
   was cauing problems with page scroll
*/
.mask {
    position: fixed !important;
}