/* CSS Document */

/* popup_box DIV-Styles*/
#popup_box {
    display:none; /* Hide the DIV */
    position:relative;  
    _position:absolute; /* hack for internet explorer 6 */  
    height:600px;  
    width:90%;  
    background:#FFFFFF;  
    
     /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    margin-left: 15px;  
   
    /* additional features, can be omitted */
    border:2px solid #ccc;      
    padding:15px;  
    font-size:15px;  
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
   
}
#intro_popup_box{
 display:none; /* Hide the DIV */
    position:relative;  
    _position:absolute; /* hack for internet explorer 6 */  
    height:600px;  
    width:90%;  
    background:#FFFFFF;  
    
     /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    margin-left: 15px;  
   
    /* additional features, can be omitted */
    border:2px solid #ccc;      
    padding:15px;  
    font-size:15px;  
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}
/* This is for the positioning of the Close Link */
#popupBoxClose {
    font-size:20px;  
    line-height:15px;  
    right:5px;  
    top:5px;  
    position:absolute;  
    color:#6fa5e2;  
    font-weight:500;    
}

#storelistdiv{
height:450px;
width:45%;
overflow-y:scroll;
padding:2px;
}
#productlistdiv{
width:45%;
height:450px;
overflow-y:scroll;
padding:2px;
}
.contactform{
float:left;padding:10px;border-radius: 5px; margin-bottom: 21px;  box-shadow:0 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.2); position:relative;}
.contactform h4{
text-transform:uppercase; font-weight:700; font-family:Arial, Helvetica, sans-serif; font-size: 12px; line-height: 24px; background-color: #dde4e9; border-radius: 5px 5px 0 0;  padding: 9px 15px; margin: 0;}

ul.contactinfo {
list-style:none;
}
ul.contactinfo li{
float:left; width:250px; height:300px;padding:10px;border-radius: 5px; margin-bottom: 21px;  box-shadow:0 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.2); position:relative;}
ul.contactinfo li h4{
text-transform:uppercase; font-weight:700; font-family:Arial, Helvetica, sans-serif; font-size: 12px; line-height: 24px; background-color: #dde4e9; border-radius: 5px 5px 0 0;  padding: 9px 15px; margin: 0;}

.continentform{
padding:10px;border-radius: 5px; margin-bottom: 21px;  box-shadow:0 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.2); margin-right: 15px; border: 1px solid #cccccc\9!important; background:url(/images/christmas-innerbanner2.jpg) bottom left no-repeat; z-index:999999999;}
.continentform h4{
font-weight:600; font-family:Arial, Helvetica, sans-serif; font-size: 14px; line-height: 24px; background-color: #F4F6F7; border-radius: 5px 5px 0 0;  text-align:left; padding: 5px; margin-bottom: 0px!important;}
.continentform h4 span{font-size: 12px; float: right;}
#country_global{
width:100%;
}
#country_global ul li{
list-style:none;
float:left;
position:relative;
width:150px;
height:35px;
font-size:12px;
line-height:1em;
}
#country_global ul li div{
vertical-align:top;
padding-left:10px;
}
#country_global ul li a{
color:#ff6600;
}
#country_global ul li img{
border:1px solid #ccc;
}

@media only screen and (min-width: 960px) {
	.continentform{
		width: 100%;
		min-height:auto!important;
		}
	}
@media only screen and (max-width: 959px){
	.continentform{
		width: 100%;
		min-height:auto!important;
		}
	}
@media only screen and (min-width: 768px) and (max-width: 959px){
	.continentform{
		width: 100%;
		min-height:auto!important;
		}
	}
@media only screen and (max-width: 767px) {
	.continentform{
		width: 100%;
		min-height:auto!important;
		}
	}
@media only screen and (min-width: 480px) and (max-width: 767px){
	.continentform{
		width: 100%;
		min-height:auto!important;
		}
	}
@media only screen and (max-width: 479px) {
	.continentform{
		width: 100%;
		min-height:auto!important;
		}
	}