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;
    max-width: 300px;
}
.evo-module-checkout .details .register {
    border-left: 1px solid #EEE;
    text-align: right;
    vertical-align: top;
    display: inline-block;
    padding: 20px;
    max-width: 300px;
}
.evo-module-checkout .checkout-button {
    width: 300px;
    padding: 40px;
    margin: 0 auto;
    text-align: center;
}
.evo-module-checkout .checkout-button>div{
    margin: 0 auto;
}

.evo-module-checkout .evo-module-registration p,
.evo-module-checkout .evo-module-registration h2,
.evo-module-checkout .evo-module-registration .login{
    display: none;
}

.evo-module-checkout .evo-module-registration form {
    max-width: none;
}

/* 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;
}

.evo-module-userdetails h2,
.evo-module-registration h2 {
    text-align: left;
}

.evo-module-registration .phone,
.evo-module-registration .dob,
.evo-module-registration .address1,
.evo-module-registration .address2,
.evo-module-registration .address3,
.evo-module-registration .city,
.evo-module-registration .county,
.evo-module-registration .postcode,
.evo-module-registration .country {
    display: none;
}


/* 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;
    position: relative;
}
.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 {
}
.evo-module-menu li ul {
    display: none;
}
.evo-module-menu .submenu {
    display: none;
}
.menu-controls .menu-delete-list,
.menu-controls li {
    background: transparent !important;
    min-height: 15px !important;
    border-top: 1px solid #e1e1e1 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    background-color: #f6f6f6 !important;
    margin: 4px !important;
}
.menu-controls .menu-delete-list{
    margin-bottom: 15px !important;
    background-color: #FFF5F5 !important;
}
.menu-controls .evo-module-menu .add-image{
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    margin-top: -10px !important;
}
.menu-controls .menu-delete-list:hover{
    background-color: #FFEEEE !important;
}

.menu-controls .menu-delete-list ul,
.menu-controls .menu-delete-list li {
    display:none !important;
}

.menu-controls .evo-module-menu ul,
.menu-controls .evo-module-menu {
    margin: 0px !important;
    background: transparent !important;
    border: none !important;
}

.menu-controls .evo-module-menu li,
.menu-controls .evo-module-menu ul,
.menu-controls .evo-module-menu {
    width: auto !important;
    display: block !important;
    clear: none !important;
    position: relative !important;
    text-align: left !important;
    padding: 0px !important;
    height: auto !important;
    width: auto !important;
}

.menu-controls .evo-module-menu ul.submenu {
    display: block !important;
    min-height: 15px !important;
    background-color: #fAfAfA !important;
    padding: 5px !important;
    margin: 5px !important;
    border: 1px dashed #e1e1e1 !important;
}

.menu-controls .evo-module-menu li a .image {
    max-height: 30px !important;
    max-width: 30px !important;
    padding: 2px !important;
    border: 1px solid silver !important;
    margin: 2px !important;
    vertical-align: middle !important;
}

.menu-controls .evo-module-menu ul .advanced{
    cursor: pointer !important;
    position: absolute !important;
    right: 35px !important;
    top: 50% !important;
    margin-top: -10px !important;
}

.menu-controls .evo-module-menu ul .dragHandle {
    background-image: url(stripe.png) !important;
    background-repeat: repeat !important;
    display: inline-block !important;
    width: 25px !important;
    height: 25px !important;
    vertical-align: middle !important;
    margin: 2px !important;
}

.menu-controls .evo-module-menu li a {
    text-align: left !important;
    width: auto !important;
    height: auto !important;
    vertical-align: middle !important;
    color: black !important;
    padding: 0 !important;
    font-weight: normal !important;
    background: transparent !important;
    position: relative !important;
}
.menu-controls .evo-module-menu li a {
    display: inline !important;
}

/* 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 .image {
    padding: 2px;
    border: 1px solid silver;
}
.editor-box .evo-module-gallery .images li .image {
    cursor: move;
}
.evo-module-gallery .images li .delete-image img {
    border: 0;
    top: -5px;
    right: -5px;
    position: absolute;
}
.evo-module-gallery .images li .comment-image img {
    border: 0;
    top: 15px;
    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;
}

/* GOOGLE MAP */
.evo-module-googlemap .canvas {
    color: black;
}

.googlemap-controls .markers form {
    border-bottom: 2px dashed #EEE;
    padding-bottom: 15px;
    margin-bottom: 15px;
}


/* COMMENTS */

.evo-module-commentstream ul.comments{
    padding-left: 0px;
}

.evo-module-commentstream ul.comments ul.comments {
    padding-left: 40px;
}

.evo-module-commentstream ul.comments li.comment {
    background-image: url(openquote.png);
    background-repeat: no-repeat;
    background-position: top left;
    list-style: none;
    padding-top: 10px;
    padding-left: 40px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.evo-module-commentstream ul.comments li.comment .comment {
    padding-bottom: 10px;
    padding-right: 40px;
    background-image: url(closequote.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.evo-module-commentstream ul.comments li.comment .info {
    font-style: italic;
    font-weight: bold;
    padding-bottom: 10px;
}

.evo-module-commentstream textarea {
    width: 100%;
}


/* BLOG */
.evo-module-blog .blog-name {
    display: inline;

}

.evo-module-blog .navigation {
    padding: 10px;
}

.evo-module-blog .next {
    float: right;
}

.evo-module-blog .previous {
    float: left;
}

.evo-module-blog .evo-module-commentstream {
    margin-top: 40px;
}


.evo-module-blog .new input[name=title] {
    width: 300px;
    padding: 3px;
    font-size: 23px;
    margin-bottom: 7px;
}

/* BLOG POST */
.evo-module-blogpost{
    margin-top: 30px;
}

.evo-module-blogpost .date,
.evo-module-blogpost .author {
    font-weight: bold;
}


/* SEARCH RESULTS */
.evo-view-searchresults .result {
    padding: 15px;
}

.evo-view-searchresults .result .short:before {
    content: ' - ';
}



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

/* ENTITY TAGS */

.evo-module-entitytag .tags {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    list-style: none;
}




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

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

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