﻿
/* STYLES FOR DEMO OPTIONS PANEL:*/


/*-----------------------HERE THE FUN BEGINS ;) -----------------------------*/



.content-width {
	
	position:absolute;
	width:180px;
	margin:0 auto;
	padding:0;
	z-index:100;
	right:15%;
	
}


/** TOP SHOP BAR **/

#shop-bar {
	z-index: 1;
	position: absolute;
	bottom: 0;
	right:0;
	border-bottom:0;
}

#shop-ribbon {
	
	z-index: 1;
	position: absolute;
	
	border-top:0;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius:0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	-o-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	text-align:center;
	right: 15px;
	bottom:-31px;
	
	width:35%;
	color:#fff;
	height:32px;
	display: block;
	cursor:pointer;	
	font-weight:bold;
	background:#b21010; /*#465f5f; */
}
#shop-ribbon:hover {}

#shop-ribbon span.cart-contents {
	
	padding-top:5px;
	display: block;
	color: white;
	text-align:center;
	font-size:14px;
	color:#fff;
}

.shop-bar-widget-item {
	position:relative;
	
	float:left;
}

/** end TOP SHOP BAR **/	
	#shop-bar,{}
	
	

/* Login Form */
#loginForm {
    width:248px; 
    border-radius:0px 0px 10px 10px;
    -moz-border-radius:0px 0px 10px 10px;
    margin-top:-1px;
    background:#465f5f;
    padding:6px;
}

#loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset#body {
    background:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}

#loginForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#body label {
    color:#3a454d;
    margin:7px 0 0 0;
    display:block;
    float:left;
}

#loginForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 4px 0;
}

/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #899caa;
    color:#3a454d;
    padding:5px 5px;
    font-size:12px;
}

/* Sign In Button */
#loginForm #login {
    width:auto;
    float:left;
    background:#B51010;
    color:#fff;
    padding:5px 10px 5px 10px;
    font-size:13px;
    border-radius:5px;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
	border:0;
    padding:7px 2px 8px 2px; /* IE7 Fix */
}

/* Forgot your password */
#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginForm span a.sign {
    color:#fff;
    text-shadow:0px 0px 1px #333;
    font-size:12px;
}

input:focus {
    outline:none;
}

.textEntry
{
        width:85%;
    border:1px solid #899caa;
    color:#3a454d;
    padding:5px 5px;
    font-size:12px;
    }


.ddlList
{
    width:100%;
    border:1px solid #899caa;
    color:#3a454d;
    padding:5px 5px;
    font-size:12px;
    }

.Button {
    width:auto;
    background:#960000 ;
    color:#fff;
    padding:5px 10px 5px 10px;
    font-size:13px;
    border-radius:5px;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
	border:0;
}
/*.custom_btn {
    color: #fff;
    background-color: #04c;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;  
}*/
 .modal {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 1; /* Sit on top */
            padding-top: 100px; /* Location of the box */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        }

        /* Modal Content */
        .modal-content {
            background-color: #fefefe;
            margin: auto;           
            border: 1px solid #888;
            width: 404px;
            height:274px;
        }

        /* The Close Button */
        .close {
            color: #aaaaaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }

            .close:hover,
            .close:focus {
                color: #000;
                text-decoration: none;
                cursor: pointer;
            }

