@charset "utf-8";
body,p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555555;
}
.list
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555555;
}
img
{
 border: none;
 text-decoration: none;
}
a.normal:link {
	text-decoration: none;
	color: #555555;
}
a.normal:visited {
	text-decoration: none;
	color: #555555;
}
a.normal:hover {
	text-decoration: none;
	color: #CCCCCC;
	cursor:pointer;
}
a.normal:active {
	text-decoration: none;
	color: #555555;
}
.text1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #d7b15c;
}
.text2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #AAAAAA;
}
a.text2:link {
    text-decoration: none;
    /*color: #e1c176;*/
	color: #694600
}
a.text2:visited {
    text-decoration: none;
	/*color: #e1c176;*/
	color: #694600
}
a.text2:hover {
    text-decoration: none;
    color: #e1c176;
}
a.text2:active {
    text-decoration: none;
	/*color: #e1c176;*/
	color: #694600
}
.text3 {
    font-family: bold 100% "Century Gothic", "Tw Cen MT";
    font-size: 12px;
    font-weight: normal;
    color: #e2c47a;
}
.text4 {
    font-family: "Century Gothic", "Tw Cen MT";
    font-size: 24px;
    font-weight: normal;
    text-transform: lowercase;
    color: #eb008b;
}
.text5 {
    font-family: "Century Gothic", "Tw Cen MT";
    font-size: 16px;
    font-weight: normal;
    color: #eb008b;
    text-transform: none;
}
.text6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.text7 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #eb008b;
    text-transform: none;
}
a.text7:link {
    color: #eb008b;
}
a.text7:visited {
    color: #eb008b;
}
a.text7:hover {
    color: #eb008b;
}
a.text7:active {
    color: #eb008b;
}
.text8 {
    font-family: "Century Gothic", "Tw Cen MT";
    font-size: 11px;
    font-weight: normal;
    color: #555555;
}
a.text8:link {
    text-decoration: none;
    color: #555555;
}
a.text8:visited {
    text-decoration: none;
    color: #555555;
}
a.text8:hover {
    text-decoration: none;
    color: #eb008b;
}
a.text8:active {
    text-decoration: none;
    color: #555555;
}
.text9 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #555555;
    text-decoration: none;
}
.text10 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #555555;
}
.text11 {
    font-family: "Century Gothic", "Tw Cen MT";
    font-size: 16px;
    font-weight: normal;
    color: #e1c176;
    text-transform: none;
}
.text12 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #eb008b;
}
.textstore {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: Strong;
    text-transform: none;
}
.textstoreopt {
    border: 1px solid black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #555555;
    width:180px
}
.store{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555555;
}
.fixedHeader {
	background: #666666;
	color:#FFFFFF;
	height: 30px;
	border-bottom: 2px solid #FFCC00;
	text-align: left;
}
.storeA {
	font-weight:bold;
	text-decoration:none;
	color: #555555;
}
.storeA:hover{
	text-decoration:underline;
	color: #EB008B;
}
.storeA:active {
	text-decoration:none;
	color: #555555;
}
table#alternate 
	{
	border:#ccc dotted 1px; text-align:center; vertical-align:top;
	}
th 
	{
	padding:5px 5px 5px 5px;
	}
	
#alternate tbody tr.odd td 
	{
	padding:8px 5px 8px 5px;
	background: #ffffff;
	text-align:left;
	}
#alternate tbody tr td 
	{
	padding:8px 5px 8px 5px;
	background: #ececec;
	text-align:left;
	}
#divStore
{
padding:20px 0px 20px 0px;
}
table.navbar {
   border-collapse: collapse;

}
table.navbar td {
   border: 0px solid #ccc;

}
table.navbar td a{
   display: block;
   width: 167px;
   height: 25px;
   padding:7px 0px 0px 9px;
}
table.navbar td a:link, table.navbar td a:visited {
   background-image: url(left-menu-bg.jpg);
}
table.navbar td a:hover, table.navbar td a:active {
   background-image: url(left-menu-bg2.jpg);
}
.buynow{
  font-weight: bold;
  color: #EB008B; 
  text-decoration: none;lor: #EB008B; 
}
.buynow:hover{
  text-decoration: underline;
}
/* google map css */
#google-map-bg {
	display:none;
	position:fixed;
	top:0; left:0;
	height:100%; width:100%;
	background:#fefcfc;
	opacity:0.95;
	filter:alpha(opacity=95); /* For IE8 and earlier */
}

#google-map-wrap{
	display:none;
	position:fixed;
	top:50%; left:50%;
	margin-top: -270px;
	margin-left: -450px;
	height:auto;
}
#google-map-wrap #close{	
	position:fixed;
	top:0; right:0;
	float:left: width:100%; height:auto;
	padding:1%; text-align:right;
}
#google-map-wrap #close a {
	text-decoration:none;
	color:#0284F3;
}
#google-map-wrap #close a:hover {
	text-decoration:underline;
}
#google-map-wrap #content{
	float:left;
	height:532px; width:900px;
	background:white;
	border:solid 2px #000000;	
}
#google-map-wrap  #canvas-wrap{
	float:left;
	width:674px; height:532px;
}
#google-map-wrap #canvas-map{
	float:left;
	width:674px; height:474px;	
}
#google-map-wrap #canvas-map-address{
	float:left;
	width:654px; height:38px; padding:10px;
}
#google-map-wrap #canvas-map-address p {
	padding:0; margin:0; margin-top:3px;
	width:100%;
}
#google-map-wrap #map-list{
	float:left;
	overflow:auto;
	width:225px; height:526px;
	border-left: solid 1px #939393;
	padding:3px 0px;
}
#google-map-wrap #map-list ul{
	width:100%; margin:0; padding:0;
}
#google-map-wrap #map-list ul li {
	list-style:none;
	list-style-type:none;
	padding:2%;
	margin-bottom:8px;
	border-bottom:dotted 1px #861e1e;
}
#google-map-wrap #map-list ul li:hover {
	background:url(img/list-bg.png) repeat-x bottom #FFFFFF;
}
#google-map-wrap #map-list ul li a {
	text-decoration:none;
	padding:0; margin:0;
}
#google-map-wrap #map-list ul li  a h1{
	padding:0; margin:0;
	padding-bottom:3px;
	font:bold 13px Century Gothic;
	color:#795404;
}
#google-map-wrap #map-list ul li  a p{
	padding:0; margin:0;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#747473;
}

