html, body {
	height:100%;
}

body,ul,li,h1,h2,p {
	padding:0;
	margin:0;
	border:0;
}

textarea:focus, input:focus{
    outline: 0;
}

body {
	font-size:12px;
/*	-webkit-user-select:none;*/
    -webkit-text-size-adjust:none;
	font-family:arial,helvetica;
	background:#222222;
}


#wrapper {
	position:absolute;
	z-index:1;
	top:15px; bottom:0;
	left:90px;
	width:948px;	
	overflow:hidden;
	height:727px;
}

ul {
	list-style: none;
	padding: 0 0 0 0;
	margin:  0 0 0;
}


#menu {
	position:absolute;
	z-index:1;
	top:95px; bottom:0;
	left:0px;
	width:90px;
	overflow:hidden;
}
#subMenu {
	width:200px;
	float:left;
	background-color:#2681dc;
	height:665px;		
	padding:0px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin-right:10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}
#content {
	width:737px;
	float:left;
	padding:0px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	background: #fff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height:665px;
}

#contentUpdate {
	width:737px;
	float:left;
	padding:0px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	background: #fff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height:665px;
}

#subMenu #title {
	color:#fff;
	font-weight:bold;
	font-size:20px;
	padding-bottom:10px;
	padding-left:15px;
	padding-top:10px;
}
#subMenu #info {
	color:#fff;
	font-size:13px;
	height:30px;
	padding-left:15px;
}

#content #title, #contentUpdate #title {
	color:#000;
	font-weight:bold;
	font-size:20px;		
	padding-bottom:10px;
	padding-left:15px;
	padding-top:10px;
}

#storeContainer {
	overflow-y:auto;
	height:613px;
}

#storeList a {		
	color: #fff;
	text-decoration:none;
	font-size:14px;
	padding-left:15px;
	line-height:30px;
	display:block;
	border-bottom:1px solid #70ace8;
}

#storeList a:hoxver {		
	color: #222;
	background-color:#fff;
}
#selector {
	height:30px;
	padding-left:15px;
}
#gridTable {
	padding-left:10px;
	padding-bottom:10px;
}

.selectContainerMulti {
	   margin-top:3px;
	   width: 273px;
	   height: 200px;
	   border: 1px solid #ccc;
	    overflow: hidden;
   }
.selectMulti {
	height:200px;
}



	#results label {
		color:#000000;
		font-size:15px;
		width:110px;
		display: block;
  		float: left;
		margin-top:12px;
	}
	/*
	  Hide radio button (the round disc)
	  we will use just the label to create pushbutton effect
	*/
	input[type=radio] {
	    display:none; 
	
		
	}
	 
	/*
	  Change the look'n'feel of labels (which are adjacent to radiobuttons).
	  Add some margin, padding to label
	*/
	input[type=radio] + label {
	    display:inline-block;
	    margin-top:8px;
	    padding: 4px 12px;
	    background-color: #e7e7e7;
	    border-color: #ddd;
		width:20px;	
		margin-right:5px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		cursor:pointer;
	}
	/*
	 Change background color for label next to checked radio button
	 to make it look like highlighted button
	*/
	input[type=radio]:checked + label { 
	   background-image: none;
	   background-color:green;
	   color: #fff;
	}
	
	
	#contentUpdate select {
	   background: transparent;	   
	   padding: 3px;
	   font-size:12px;
	   height: 25px;
	   line-height: 1;
	   border: 0px solid #ced6da;
	   font-family: "Helvetica Neue",sans-serif;
	   border-radius: 0;	   
	   -webkit-appearance: none;
   }
	
	#content select {
	   background: transparent;
	   width: 273px;
	   padding: 5px;
	   font-size:19px;
	    
	   line-height: 1;
	   border: 0px solid #ced6da;
	   font-family: "Helvetica Neue",sans-serif;
	   border-radius: 0;	   
	   -webkit-appearance: none;
   }
   
   
   #contentUpdate .selectContainer {
	   margin-top:3px;
	   height: 25px;
	   overflow: hidden;
	   background: url(../img/down_arrow_select.png) no-repeat right #fff;
	   border: 1px solid #ccc;
   }
   
	.selectContainer {
		margin-top:3px;
	   width: 273px;
	   height: 34px;
	   overflow: hidden;
	   background: url(../img/down_arrow_select.png) no-repeat right #fff;
	   border: 1px solid #ccc;
   }
	

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
	#wrapper {
		width:934px;
		height:725px;
	}
	#subMenu {
		margin-right:-4px;
	}
	#gridTablexx {
		padding-left:0px;
		padding-bottom:0px;
	}
	
	.selectContainerMulti {
	   margin-top:3px;
	   width: 273px;
	   height: 34px;
	   overflow: hidden;
	   background: url(../img/down_arrow_select.png) no-repeat right #fff;
	   border: 1px solid #ccc;
   }
	.selectMulti {
		height:34px;
	}
		
}




#menuContainer {
		width:90px;
		text-align:center;
		
	}

	#menuContainer li {
		height:80px;
		cursor:pointer;
		
	}	
	#menuContainer li a {
		text-decoration:none;
		color:#555555;
		display:block;				
	}		
	
	#menuContainer li a.active {
		background-image:url('../img/pointer.png');
		background-repeat:no-repeat;
		background-position:83px 10px;
		color:#2681dc;
	}	
	
	#menuContainer li a p {
		height:25px;
		line-height:25px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-top:30px;
	}	
	#menuContainer li:hover a {
		color:#2681dc;
	}	
	
	#menuContainer li.prices {
		background-image: url('../img/prices.png');
		background-repeat: no-repeat;
		background-position:30px 0px;
	}
	#menuContainer li.prices:hover, #menuContainer li.prices_selected {
		background-image: url('../img/prices_active.png');
		background-repeat: no-repeat;
		background-position:30px 0px;
	}
	
	#menuContainer li.home {
		background-image: url('../img/home.png');
		background-repeat: no-repeat;
		background-position:30px 0px;
	}
	
	#menuContainer li.home:hover, #menuContainer li.home_selected {
		background-image: url('../img/home_active.png');
		background-repeat: no-repeat;
		background-position:30px 0px;
	}	
	
	#menuContainer li.download {
		background-image: url('../img/download.png');
		background-repeat: no-repeat;
		background-position:30px 0px;
	}
	#menuContainer li.download:hover, #menuContainer li.download_selected {
		background-image: url('../img/download_active.png');
		background-repeat: no-repeat;
		background-position:30px 0px;
	}
		
	#menuContainer li.settings {
		background-image: url('../img/settings.png');
		background-repeat: no-repeat;
		background-position:30px 0px;
	}
	#menuContainer li.settings:hover, #menuContainer li.settings_selected {
		background-image: url('../img/settings_active.png');
		background-repeat: no-repeat;
		background-position:30px 0px;
	}
	
	#menuContainer li.update {
		background-image: url('../img/download.png');
		background-repeat: no-repeat;
		background-position:30px 0px;
	}
	#menuContainer li.update:hover, #menuContainer li.update_selected {
		background-image: url('../img/download_active.png');
		background-repeat: no-repeat;
		background-position:30px 0px;
	}
	
#topMenu {
		height:50px;
		background-color:#fff;
		-moz-border-radius: 4px;
		border-radius: 4px;
		margin-bottom:10px;
		line-height:50px;
		padding-left:15px;
		overflow:hidden;
	}
#topMenu img {
		float:left;
		margin-right:10px;
	}
	
	.mainTitle {
		font-size: 25px;
		float:left;
		font-weight:bold;
		padding-right:10px;
	}

	#loginWrapper {
		 margin-left: auto;
	    margin-right: auto;
	    width: 300px;
		height:500px;
		overflow:hidden;
		
	}
	
	#loginForm {
		margin-top:200px;
		width:300px;
		
	}
	#loginForm .title {
		background-color:#2681dc;
		-moz-border-top-left-radius: 4px;
		-moz-border-top-right-radius: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		height:45px;
		line-height:45px;
		padding-left:15px;
		color:#fff;
		font-size:22px;
		font-weight:normal;
	}
	
	#loginForm .content {
		padding:10px;
		background-color:#fff;
		-moz-border-bottom-left-radius: 4px;
		-moz-border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
		
	
	#loginForm input[type=text], #loginForm input[type=password], input[type=text]  {
		min-height:31px;
		max-height:31px;		
		font-size:19px;
		border: 0px solid #222222;
		padding-left:5px;
		padding-right:5px;
		font-family: "Helvetica Neue",sans-serif;
	}
	
	
	#loginForm input[type=submit] {
		border: none;
		height: 27px;
		width:30px;
		border: none;
  		background: url('../img/submit_active.png') no-repeat top left;
   		padding: 0px 0px;
	}
		
	#loginForm .submitGray {
		border: none;
		height: 27px;
		width:30px;
		border: none;
  		background: url('../img/submit.png') no-repeat top left;
   		padding: 0px 0px;
	}	
	
	
	
		
	input[type=checkbox] {
	    display:none;
	}
	input[type="checkbox"] + label span {
	    display:inline-block;
	    width:19px;
	    height:19px;
	    margin:-2px 4px 0 0;
	    vertical-align:middle;
	    background:url('../img/check_radio_sheet.png') left top no-repeat;
	    cursor:pointer;			
	}
	input[type="checkbox"]:checked + label span {
	    background:url('../img/check_radio_sheet.png') -18px top no-repeat;
	}
	#loginForm label {
		color:#889499;
	}
	
	.separator {
		 height: 1px; background: none repeat scroll 0% 0% #ced6da;
	}
	.submitContainer {
		float:right;		
		width: 28px;
		margin-right:5px;
		margin-top:6px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.error {
		background-color:#f4350f;
		color:#fff;
		font-size:16px;
		height:30px;
		padding-left:15px;
		line-height:30px;
	}
	#logo {
		width:50px;
		height:50px;
		background-color:#fff;
		position:absolute;
		left:20px;
		top:15px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		-moz-border-radius: 4px;
		border-radius: 4px;
		border:3px solid #ffe21c;
		padding-top:10px;
		padding-left:6px;
	}
	
	.saved {
		color:red;
		font-size:15px;
		margin-bottom:8px;
	}
	
	#exportLnk {
		float:right;
		margin-right:12px;
		
	}
	#exportLnk a {
		text-decoration:none;
		color:#000;
		display:block;
		width:100px;
		height:25px;
		font-size:14px;
		font-weight:normal;
		line-height:25px;
		
		
		background-color:#ced6da;
		text-align:center;		
		border-radius: 4px;
		border: 1px solid #000;
	}
	
	.sumLabel {
		float:left;
		margin-right:10px;
		font-size:14px;
		line-height:25px;
		font-weight:normal;
	}
	.sum {
		float:left;
		color:#7d7d7d
	}
	#labelContainer {
		padding-top:8px;
		height:25px;
		float:right;
		line-height:25px;
		margin-bottom:-18px;
		margin-left:18px;
		display:block;
		height:auto;
	}
	#labelContainer p {
		float:left;
		padding-right:25px;
		color:#7d7d7d;
		font-size:11px;
	}
	#countryContainer {
		background-color:yellow;
		padding-left:25px;
	}
	.country {
		border:1px solid #c9c9c9;
		float:left;
		height:110px;
		width:293px;
		padding:15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color:#7d7d7d;
		margin-bottom:10px;
	}
	#countryContainer .left {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		border-right:0px solid #7d7d7d;
	}
	#countryContainer .right {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	#countryContainer .middle {
		border-right:0px solid #7d7d7d;
	}
	
	.country p.label {
		font-weight:bold;
		font-size:16px;
		margin-bottom:8px;
	}
	.country p.number {
		font-weight:bold;
		font-size:45px;
	}
	.labelColor {
		margin-right:3px;width:8px;height:8px;display:block;float:left;margin-top:8px;border-radius: 4px;
	}
	
	.spiderDate {
		color:#7d7d7d;
		font-size:14px;		
	}

	.btn {
		margin-top:15px;width:100px;height:30px;background-color:#ced6da;color:#000;-moz-border-radius: 4px;border-radius: 4px;
	}
