﻿#header
{
	width:100%;
	background-color:#F1F0E2;
	padding:0;
	margin:0;
}

#hdr_top
{
	width:100%;
	min-height:100px;
	padding:0;
	margin:0;
	padding-bottom:10px;
}

#hdr_bottom
{
	width:100%;
	min-height:30px;
	/*background-color:#A6A299;*/
	padding:0;
	margin:0;
	clear:both;
}

/*hdr top sections*/

#logo
{
	width:18%;
	min-width:1px;
	float:left;
	margin:0;padding:0;
	box-sizing:border-box;
	padding-top:.5em;
	padding-left:.5em;
	color:#555;font-weight:bold;min-height:100px;
}

#contact
{
	overflow:hidden;margin:0;padding:0;
	color:#555;font-weight:bold;
}

	div#contact_options
	{
		float:right;
		box-sizing:border-box;
		padding:.5em .5em 0 0;
	}
		#contact_text
		{
			display:inline;
		}
		div#live_chat
		{
			float:right;
			margin:0;padding:0;
			margin-left:200px;
		}
		#img_livechat
		{
			width:124px;
			height:46px;
		}

#shop
{
	float:left;
	box-sizing:border-box;
	margin:0 0 0 2%;
	padding:1.5em 0 0 .5em;
	color:#555;font-weight:bold;
    font-size:1.2em;
}

#search_container
{
	/*width:22%;*/
	min-width:280px;float:right;
	margin:0;padding:0;
	color:#555;font-weight:bold;
}

	#search_opts_wrap
	{
		width:285px;
		float:right;
		margin:0;padding:0;
		margin-right:2px;
	}
/**************************************Search Items*******************************************/
	    /*search*/
    #txtSearch 
    {
		width: 100%;
		display:block;
		padding-top: .4em;
		padding-bottom: .4em;
		color: #999;
		font-size: 1em;
		max-width: 280px;
		margin-bottom:2px;
    }

    input#btnSearch 
    {
		background-color: #00303A;
		border: 0 none;
		border-radius: 0.5em;
		box-shadow: none;
		color: white;
		cursor: pointer;
		font-weight: bold;
		font-size:1em;
		outline: medium none;
		padding: 0.25em;
		margin-top:2px;
		text-align: center;
        font-size:.9em;
    }

    /*drop downs*/
    .wrapper-dropdown-3 
    {
        /* Size and position */
        position: relative;
        width: 200px;
        float: left;
        margin-right: 1%;
        padding-top: .4em;
        padding-bottom: .287em;
        /* Styles */
        background: #fff;
        border: 1px solid #eee;
        border-radius: 5px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05) inset;
        cursor: pointer;
        outline: none;
        /* Font settings */
        font-weight: bold;
        color: #999; /*#8AA8BD;*/
    }

        .wrapper-dropdown-3 li {
            margin-left: -30px;
        }

        .wrapper-dropdown-3 span:after {
            content: "";
            width: 0;
            height: 0;
            /*position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;*/
            float: right;
            margin-right: 13px;
            margin-top: 3%;
            margin-left: 6px;
            border-width: 6px 6px 0 6px;
            border-style: solid;
            border-color: #999 transparent;
        }

        .wrapper-dropdown-3 .dropdown {
            /* Size & position */
            position: absolute;
            top: 140%;
            left: 0;
            right: 0;
            /* Styles */
            background: white;
            border-radius: inherit;
            border: 1px solid rgba(0,0,0,0.17);
            box-shadow: 0 0 5px rgba(0,0,0,0.1);
            font-weight: normal;
            -webkit-transition: all 0.5s ease-in;
            -moz-transition: all 0.5s ease-in;
            -ms-transition: all 0.5s ease-in;
            -o-transition: all 0.5s ease-in;
            transition: all 0.5s ease-in;
            list-style: none;
            /* Hiding */
            opacity: 0;
            pointer-events: none;
        }

            .wrapper-dropdown-3 .dropdown:after {
                content: "";
                width: 0;
                height: 0;
                position: absolute;
                bottom: 100%;
                right: 15px;
                border-width: 0 6px 6px 6px;
                border-style: solid;
                border-color: #fff transparent;
            }

            .wrapper-dropdown-3 .dropdown:before {
                content: "";
                width: 0;
                height: 0;
                position: absolute;
                bottom: 100%;
                right: 13px;
                border-width: 0 8px 8px 8px;
                border-style: solid;
                border-color: rgba(0,0,0,0.1) transparent;
            }

            .wrapper-dropdown-3 .dropdown li a {
                display: block;
                padding: 10px;
                text-decoration: none;
                color: #999;
                border-bottom: 1px solid #e6e8ea;
                box-shadow: inset 0 1px 0 rgba(255,255,255,1);
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

            .wrapper-dropdown-3 .dropdown li i {
                float: right;
                color: inherit;
            }

            .wrapper-dropdown-3 .dropdown li:first-of-type a {
                border-radius: 7px 7px 0 0;
            }

            .wrapper-dropdown-3 .dropdown li:last-of-type a {
                border: none;
                border-radius: 0 0 7px 7px;
            }

            /* Hover state */

            .wrapper-dropdown-3 .dropdown li:hover a {
                background: #f3f8f8;
            }

        /* Active state */

        .wrapper-dropdown-3.active .dropdown {
            opacity: 1;
            pointer-events: auto;
        }

    .ddmin {
        min-width: 200px;
    }

        .ddmin a {
            color: #999 !important;
        }
    /* No CSS3 support */

    .no-opacity .wrapper-dropdown-3 .dropdown,
    .no-pointerevents .wrapper-dropdown-3 .dropdown {
        display: none;
        opacity: 1; /* If opacity support but no pointer-events support */
        pointer-events: auto; /* If pointer-events support but no pointer-events support */
    }

    .no-opacity .wrapper-dropdown-3.active .dropdown,
    .no-pointerevents .wrapper-dropdown-3.active .dropdown {
        display: block;
    }
/*************************************End Search Items****************************************/

.line_border{width:60px;border-radius:3px;height:3px;background-color:black}

/*end hdr top sections*/

#account_cart
{
	width:100%;
	max-width:280px;
	float:right;
	padding:0;
    margin:0 2px 2px 0;
	text-align:center;
    min-height:30px;
    box-sizing:border-box;
    padding-top:3px;
}


.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.btnSearch {
    width: 25%;
    color: white;
    font-weight: bold;
    padding: .6em;
    text-align: center;
    border: 0;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    background-color: #00303A;
    outline: none;
    -webkit-box-shadow: inset 0 -2px #db4334;
    box-shadow: inset 0 -2px #db4334;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btnLP{
    background-color: #8E0F10;
    border: 0 none;
    border-radius: 0.5em;
    box-shadow: none;
    color: white;
    cursor: pointer;
    font-weight: bold;
    outline: medium none;
    padding: 0.25em;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

a.link_bold_hu
{
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
	a.link_bold_hu:hover
	{
		text-decoration:underline;
	}
	
.smaller{font-size:.8em}	
.larger{font-size:1.5em}
.bold{font-weight:bold}

/* nav */
.nav {
	position: relative;
	margin:0;
	font-size:1em;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	margin: 0  0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.nav a {
	padding: 0;
	text-decoration: none;
	line-height: 100%;
	/*color:black;*/
}

.nav a:hover {
	color: #333;
}
.nav .current a {
	background: #8E0F10;
	border-radius: 5px;
	padding:3px;
    color:white;
}

.nav li:after{content:'|';color:#cdcdcd;font-weight:normal;padding-left:7px;font-size:smaller;}
.nav li:last-child:after{content:'';padding:0;}
.nav li:first-child:after{content:'';}

#chat_r{margin-right:8%;max-width:237px;;min-height:80px;float:right;min-width:237px;}



@media screen and (max-width:1065px)
{
	#shop{width:100%;float:none}
}

@media screen and (max-width:890px)
{
	#chat_r{margin-right:1%;}
}

@media screen and (max-width:830px)
{
	.nav li{font-size:.8em}
}

@media screen and (max-width: 650px) 
{
	#shop{width:50%;float:left;margin-top:-3em;}

	.nav {
		position: relative;
		min-height: 40px;
	}	
	.nav ul {
		width: 220px;
		position: absolute;
		top: -4em;
		/*left: -20px;*/
		border: solid 1px #aaa;
		border-radius: 5px;
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
        background-color:#A6A299
	}
	.nav li {
		display: none; /* hide all <li> items */
		margin: 0;
	}
	.nav .current {
		display: block; 
        background-color:#8E0F10;
        padding:5px;
        /* show only current <li> item */
	}
	.nav a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}
	.nav .current a {
		background: none;
        color:white;
	}

	/* on nav hover */
	.nav ul:hover {
		background-image: none;
	}
	.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	.nav ul:hover .current {
	}

	/* right nav */
	.nav.right ul {
		left: auto;
		right: 0;
	}

    .nav li:after{content:'';padding:0;}

    .nav li
    {
        border-bottom:1px solid #cdcdcd;
    }

    .nav li:first-child,.nav li:last-child
    {
        border:none;
    }
	
}

@media screen and (max-width:572px)
{
	 #chat_r
	 {
		position:absolute;
		top:0;
		right:0;
		float:none;
	 }
	 
	     .nav ul 
    {
	    width: 170px;
	}
}

@media screen and (max-width:520px)
{
	#chat_r{font-size:.8em;text-align:right;top:-3px;}
	#img_livechat{width:80px;height:auto;}
	#shop{width:100%;clear:both}
	.nav ul{width:100%;top:0}
}

@media screen and (max-width:400px)
{
    div#scPWxj{max-width:65px}
}