@charset "utf-8";
/* CSS Document */
		.price {
		font-size:18px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#999999;
		}
		.ship {
		font-size:9px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#CCCCCC;
		}
		
		#shop {
			position: relative;
			width:800px;
			margin-right: auto;
			margin-left: auto;
			margin-top:0;
		}
		#clear {
		clear:both;
		}
		
		#container {
			position: relative;
			margin-right: auto;
			margin-left: auto;
			margin-top:0;
		}

		#logo	{
			position : relative;
			width : 68px;
			margin-right : auto;
			margin-left : auto;
	  }
	  #logo img	{
			border: none;
	  }

		#buynow td{
		border:1px dotted;
		border-color:#CCCCCC;
		font-size:10px;
		color:#999999;
		
		}

		#list	{
			position: relative;
			margin-bottom : 40px;
			margin-top : 50px;
		}

		#listleft	{
			position: relative;
			top : 15px;
			width : 400px;
			left : 100px
		}


		html,body,div	{
			font-size : 12px;
			font-family : "Verdana","Arial", "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Futura", "Helvetica", sans-serif;
			vertical-align:top;
		}

		h1	{
			font-size: 23px;
			font-weight: bold;
			color : #339900;
			margin-bottom : 20px;
	  }

	  h2	{
			color : #339900;
			font-size : 15px;
			font-weight : bold;
			padding : 4px 8px;
			margin-bottom : 4px;
			margin-top : 10px;
		}


	  h3	{
			font-size : 12px;
			font-weight : bold;
			color : #000000;
			margin-bottom : 2px;
			margin-top : 15px;
		}

	  a:link	{
    	text-decoration : underline;
    	color : #990000;
		}

		a:active	{
    	text-decoration : none;
    	color : #000000;
		}

		a:visited	{
			text-decoration : underline;
    	color : #990000;
		}

		a:hover 	{
    	text-decoration : underline;
    	color : #990000;
		}


		a.logo:link	{
    	text-decoration : none;
    	color : #FFFFFF;
		}

		a.logo:active	{
    	text-decoration : none;
    	color : #FFFFFF;
		}

		a.logo:visited	{
			text-decoration : none;
    	color : #FFFFFF;
		}

		a.logo:hover 	{
    	text-decoration : none;
    	color : #FFFFFF;
		}
