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

body
{
	font-family:Arial;
	font-size:12px;
	color:#333333;
	margin:0px;
	padding:0px;
	background-color:#cccccc;
	background-image:url(pictrures/set_datails_back.JPG);
	background-repeat:no-repeat;
}

h1
{
	font-size:16px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	font-weight:bold;
	padding-left:30px;
}

h2
{
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	font-weight:bold;
}

h3
{
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
	font-weight:bold;
}
	

img
{
	border:none;
}

a, a:visited, a:active
{
	color:#333333;
	text-decoration:none;
}

a:hover
{
	color:#ff6600;
}

#main
{
	width:1003px;
	margin: 0 auto;
}

#menu
{
	width:1003px;
	height:50px;
}

#header
{
	background-image:url(pictrures/header.jpg);
	background-repeat:no-repeat;
	height:159px;
	width:1003px;
}

#subpage_header
{
	width:1003px;
	height:57px;
}

#content
{
	background-image:url(pictrures/content.jpg);
	background-repeat:repeat;
	width:1003px;
	height:auto;
	overflow:auto;
}

#footer
{
	background-image:url(pictrures/footer.jpg);
	background-repeat:no-repeat;
	width:1003px;
	height:60px;
}


#left_side
{
	width:160px;
	padding-left:15px;
	padding-right:15px;
	float:left;
	color:#FFFFFF;
}

#right_side
{
	width:760px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	float:left;
	overflow:auto;
}

.table_border
{
	 border-width:1px; 
	 border-style:solid;
	 border-color:#333333;
	 border-collapse: collapse;
	 margin:10px;
}

ul
{
    list-style:none;
	padding:5px;
	margin:0px;
}

li
{
	background-image:url(pictrures/li.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	padding-bottom:3px;
}

.shop_item_back
{
	background-image:url(pictrures/shop_item_header.jpg);
	background-repeat:no-repeat;
	width:200px; 
	height:300px;
	float:left;
	margin:15px;
}

.shop_item_header
{
	padding-left:20px; 
	padding-top:5px; 
	color:#FF6600; 
	font-size:12px; 
	font-weight:bold;
	height:20px;
}

.shop_item_line
{
	border-bottom-style:solid; 
	border-bottom-color:#999999; 
	border-bottom-width:1px; 
	padding-top:5px; 
	padding-bottom:5px; 
	margin-left:15px; 
	margin-right:15px;
}

.shop_item_intro
{
	padding-left:15px; 
	color:#666666; 
	font-size:10px; 
	padding-right:15px; 
	padding-bottom:10px; 
	padding-top:10px;
	height:30px;
}

.shop_item_price
{
	font-size:18px; 
	font-weight:bold; 
	color:#FF6600; 
	padding-bottom:10px;
}

#pop_up1
{
	position:absolute; 
	margin-left:225px; 
	margin-top:40px; 
	width:285px; 
	padding:10px;
	font-size:11px;
}

#pop_up2
{
	position:absolute; 
	margin-left:390px; 
	margin-top:40px; 
	width:285px; 
	padding:10px;
	font-size:11px;
}

#pop_up1 a, #pop_up1 a:visited, #pop_up1 a:active
{
	color:#FFCC00;
}

#pop_up1 a:hover
{
	color:#ff6600;
}

#pop_up2 a, #pop_up2 a:visited, #pop_up2 a:active
{
	color:#FFCC00;
}

#pop_up2 a:hover
{
	color:#ff6600;
}


#left_side a, #left_side a:visited, #left_side a:active
{
	color:#ffffff;
}

#left_side a:hover
{
	color:#ff6600;
}

.button
{
	border:solid;
	border-color:#FF6600;
	background-color:#FF6600; 
	color:#ffffff; 
	font-size:12px; 
	font-weight:bold;
}