@import url('form.css');
@import url('mod.order.userinfo.css');

body {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
	background: #cee5ee;
	
	text-align: center;
	
	font-family: arial;
	color: #000;
	font-size: 11px;
	line-height: 18px;
}

a {
	color: #0789c5;
	text-decoration: underline;
}

	a:hover {
		color: #000;
	}

h1 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 12px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
}

h3 {
	height: 23px;
	width: 514px;
	background: url(../images/h3.gif) no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 23px;
	clear: both;
}

p.small {
	font-size: 10px;
}

p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

ul {
	margin: 0px;
	padding: 0px 0px 15px 20px;
}

	ul li {
		margin: 0px;
		padding: 0px;
	}

img {
	border: 0px;
}

div#container {
	width: 813px;
	margin: 0px auto 30px auto;
	text-align: left;
}

div#top {
	height: 129px;
	width: 813px;
	background: url(../images/top.gif) no-repeat;
}

	div#top div#logo {
		width: 200px;
		height: 129px;
	}
	
		div#top div#logo a {
			display: block;
			height: 129px;
		}
		
			div#top div#logo a span {
				display: none;
			}
			
div#menu {
	height: 38px;
	background: url(../images/menu.gif) no-repeat;
}

	div#menu ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
		div#menu ul li {
			margin: 0px;
			padding: 0px;
			float: left;
		}
		
		div#menu ul li.item_Home {
			margin: 0px 0px 0px 10px;
			width: 197px;
			text-align: center;
		}
		
				* html div#menu ul li.item_Home {
					margin: 0px 0px 0px 5px; /* weird */
				}
		
			div#menu ul li a {
				display: block;
				padding: 12px 20px 14px 20px;
				font-weight: bold;
				color: #fff;
				text-decoration: none;
				font-size: 12px;
				line-height: 12px;
				letter-spacing: 0.5px;
			}
			
				div#menu ul li.active a,
				div#menu ul li a:hover {
					background: #ff0198;
				}

div#main {
	background: url(../images/main.gif) repeat-y;
	min-height: 1%;
}

	div#main div#left {
		width: 207px;
		float: left;
	}
	
	div#main div#content {
		width: 516px;
		float: left;
		margin: 40px 50px 0px 40px;
		min-height: 300px;
	}
	
		* html div#main div#content {
			height: 300px;
		}

	div#main div#left ul {
		margin: 0px;
		padding: 50px 0px 0px 40px;
		list-style: none;
	}
	
		div#main div#left ul li {
			margin: 0px;
			padding: 0px 0px 15px 20px;
			background: url(../images/arrow.gif) no-repeat 0px 2px;
			line-height: 12px;
		}
		
			div#main div#left ul li a {
				color: #fff;
				font-weight: bold;
				text-decoration: none;
				font-size: 12px;
				letter-spacing: 0.5px;
			}
			
				div#main div#left ul li a:hover,
				div#main div#left ul li.active a {
					text-decoration: underline;
				}

div#footer {
	background: url(../images/footer.gif) no-repeat;
	padding: 38px 0px 0px 0px;
	color: #333366;
	font-size: 9px;
}

	div#footer a {
		color: #333366;
		text-decoration: none;
	}
	
		div#footer a:hover {
			color: #000;
		}

	div#footer div#footer-left {
		width: 300px;
		float: left;
		margin: 0px 0px 0px 40px;
	}
	
		* html div#footer div#footer-left {
			margin: 0px 0px 0px 20px;
		}
	
	div#footer div#footer-right {
		float: right;
		width: 300px;
		text-align: right;
		margin: 0px 40px 0px 0px;
	}
	
		* html div#footer div#footer-right { 
			margin: 0px 20px 0px 0px;
		}

div.arrow-left {
	margin: 40px 16px 0px 0px;
	width: 48px;
	height: 48px;
	float: left;
}

	div.arrow-left a {
		display: block;
		width: 48px;
		height: 48px;
		background: url(../images/arrow-left.gif) no-repeat;
	}

div.arrow-right {
	margin: 40px 0px 0px 15px;
	width: 48px;
	height: 48px;
	float: left;
}

	div.arrow-right a {
		display: block;
		width: 48px;
		height: 48px;
		background: url(../images/arrow-right.gif) no-repeat;
	}

div.carousel {
	height: 128px;
	width: 387px;
	overflow: hidden;
	float: left;
}

	div.carousel div.thumb {
		float: left;
		margin: 0px 2px 0px 0px;
		width: 127px;
		height: 127px;
	}
	
		div.carousel div.thumb a {
			display: block;
			border: 1px solid #c8c8c8;
			width: 126px;
			height: 126px;
			text-align: center;
		}
		
		div.carousel div.thumb a.active {
			border: 1px solid #ef248d;	
			background: #fff0f8;	
		}
	
		div.carousel div.thumb img {
			max-width: 106px;
			max-height: 106px;
			margin: 10px 0px 0px 0px;
		}

div.image-full {
	padding: 10px 0px 0px 0px;
}
