@charset "utf-8";
/* CSS Document */

body
{
	background-color:#A9A9A9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


h1
{
	font-size: 150%;
	color:#993366;
}


#container
{
	width:750px;
	height:700px;
	margin:auto;
	background-color:#A9A9A9;
}

/* ------------------------------ MENU ----------------------------------- */

#menu
{
	float:left;
	background-color:#A9A9A9;
	width:159px;
	height:600px;
	text-align:right;
	padding-top:110px;
	padding-right:4px;
	
}

li
{
	color:#FFFFFF;
	list-style-type:none;
	font-size:9px;
	line-height:130%;
	letter-spacing:-0.08em;
}


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



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




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


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

/* ------------------------------- header --------------------------------- */

#header
{
	
	width:587px;
	height:94px;
	float:right;
	
}

#logo
{
	width:170px;
	height:51px;
	float:left;
	padding-top:9px;
	
}

#navbar
{
	float:right;
	padding-top:30px;   
}


#secline
{
	float:right;
	width:587px;
	height:24px;
}


#date
{
	float:left;
	padding-left:5px;
	color:#FFFFFF;
	font-size:10px;
}

#bag
{
	height:24px;
	float:right;
	padding-top:3px;
	padding-right:6px;
}

#txtshop_cart
{
	color:#FFFFFF;
	font-size:10px;
	float:right;
	padding-right:10px;
}



/* -------------------------- content ------------------------------ */

#content
{	
	width:587px;
	height:500px;
	background-color:#FFFFFF;
	color:#666666;
	float:right;
}

#topcon
{
	width:587px;
	height:30px;
	float:right;
}

#mems
{
	padding-left:1px;
	margin-bottom:10px;
	width:150px;
	height:30px;
	float:left;	
}


#find
{
	float:right;
	width:144px;
	height:30px;
	padding-top:6px;
}


/* -------------------------------- pix ----------------------------------*/

#pix
{
	clear:both;
	/* width:345px; */
	width:587px;
	height:425px;
	float:left;
	padding-left:5px;
	padding-top:15px;
}


#left
{
	width:169px;
	height:210px;
	float:left;
}

#ptl
{
	width:165px;	
	height:210px;	
}

#pbl
{
	width:165px;	
	height:210px;
	padding-top: 4px;	
}


#mid
{
	width:169px;
	height:210px;
	float:left;
}


#ptr
{
	float:left;
	width:165px;	
	height:210px;
	padding-right:6px;
}

#pbr
{
	float:left;
	width:165px;	
	height:210px;
	padding-top:4px;
	padding-right:10px;
}

#right
{
	width:233px;
	height:210px;
	float:left;
}

#blue
{
	width:226px;
	height:425px;
	padding-left:7px;
	background-color:#4DA6AC; 
	padding-right:6px;
	
}

#botcon
{
	width:580px;
	height:30px;
	float:left;
	padding-top:5px;
	padding-left:8px;
}

/* ------------------------------------------ Footer ---------------------------- */

#footer
{
	width:587px;
	height:auto;
	background-color:#FFFFFF;
	color:#666666;
	float:right;
}

p
{
	text-align:center;
}

span
{
	color:#999999;
}