/* start point of sales style */
	
	
	div#pagewrapper div.content div.column2 div#selecter{
		float:left;
		margin:2px 0 0 0;
	}
	div#pagewrapper div.content div.column2 div#html_country{
		height:25px;
		width:350px;
	}

	div#pagewrapper div.content div.column2 div#html_country label{ 
		width:63px; 
		float:left; 
		display:inline;
		
	}

   div#pagewrapper div.content div.column2 div#html_country ul#countrySelect {
      background: url("../images/pos-select-top.gif") top right no-repeat;
      margin: 0;
      padding: 0;
      height: 1.65em;
      width: 204px;
	  float:left;
    }
	
  div#pagewrapper div.content div.column2 div#html_country ul#countrySelect li {
     
	  	background: #fff;
	  
      	color: #000;
      	cursor: pointer;
      	display: block;
      	font-size: 11px;
      	list-style: none;
	  	line-height:18px;
      	margin: 0;
	 	padding:0px 0 0 5px;
     	width: 204px;
  	 	list-style-type:none;
  	 	
	 
    }

  	div#pagewrapper div.content div.column2 div#html_country ul#countrySelect li.selectOpen {
      display: block;
	  list-style:none;
    }
	
   div#pagewrapper div.content div.column2 div#html_country ul#countrySelect li#selected {
      background: url("../images/pos-select-bottom.gif") bottom left no-repeat;
      color: #000;
      display: block;
	  list-style:none;
    }

/*****************************/

	div#pagewrapper div.content div.column2 div#html_city {
		clear:left;
		float:left;
		height:25px;
		width:350px;
	}
	
	div#pagewrapper div.content div.column2 div#html_city label{ 
		width:63px; 
		float:left; 
		display:inline;
	}

   div#pagewrapper div.content div.column2 div#html_city ul#citySelect {
      background: url("../images/pos-select-top.gif") top right no-repeat;
      margin: 0;
      padding: 0;
      height: 1.65em;
      width: 204px;
	  float:left;
    }
	
  div#pagewrapper div.content div.column2 div#html_city ul#citySelect li {
       	background: #fff; 
      
      	color: #000;
      	cursor: pointer;
      	display: none;
      	font-size: 11px;
      	list-style: none;
	  	line-height:18px;
      	margin: 0;
	 	padding:0px 0 0 5px;
     	width: 204px;
  	 	list-style-type:none;
	 
    }

  	div#pagewrapper div.content div.column2 div#html_city ul#citySelect li.selectOpenCity {
      display: block;
	  list-style:none;
    }
	
   div#pagewrapper div.content div.column2 div#html_city ul#citySelect li#selectedCity {
      background: url("../images/pos-select-bottom.gif") bottom left no-repeat;
      color: #000;
      display: block;
	  list-style:none;
    }
	
	div#pagewrapper div.content div.column2 div#html_address{
		float:left;
		margin:-2px 0 0 0;
		/*height:150px;*/
		width:300px;
		
	}