* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
} 
body,html {
	font-size: 11px;
	background: #ffffff url('../img/background.jpg') top center repeat-x;
	height: 100%;
}
#container {
	width: 1152px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;

	height: 100%;

	margin-bottom: -130px;
}
#wrapper {
	float: left;
	width: 800px;
	background-color: #ffffff;
	padding: 0 5px;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#left_advertisement {
 	float: left;
	text-align: right;
	width: 171px;
	overflow:hidden;
}
#right_advertisement {
 	float: left;
	width: 171px;
	overflow:hidden;
}
#header {
	background-color: #000;
	position: relative;
}
	#header #flash {

	}
	#header .logo {
		float: left;
		margin: 16px 8px 0;
	}
	#header ul {
		list-style: none;
		padding: 8px 12px 0;
		clear: both;
		text-align: left;
	}
		#header ul li {
			display: inline;
			padding: 0 4px;
			font-weight: 900;
		}
		#header ul li a {
			text-decoration: none;
			color: #ffffff;
		}
		#header ul li a:hover {
			text-decoration: underline;
		}
	#header form {
		position: absolute;
		left: 548px;
		top: 16px;
		z-index: 1;
		
	}
		#header form input {
			padding: 2px 1px;
			font-size: 90%;
			color: #666666;
			border: 1px solid #000000;
			background-color: #ffffff;
			float: left;
		}
		#header form .button {
			padding: 2px 0;
			margin-left: 4px;
			border: 0;
			background: none;
		}
#cart {
	background-color: #000000;
	color: #ffffff;
}
	#cart p {
		text-align: right;
		padding: 8px 16px 0;
	}
	#cart p img {
		vertical-align: text-top;
		margin-left: 4px;
	}
	#cart p a {
		text-decoration: none;
		color: #ffffff;
	}
#content {
	padding: 10px 0 10px 0;
	background-color: #ffffff;
}
	#content .tab {
		margin-left: 20px;
	}
	#content ul li {
		margin-left: 35px;
		margin-bottom: 5px;
	}
	#content h1 {
		font-size: 150%;
		color: #333333;
		margin-bottom: 5px;
	}
	#content .category {
		margin: 0 2px 10px;
		width: 193px;
		float: left;
		text-align: center;
	}
	#content .pagination {
		display: block;
		clear: both;
		margin: 10px 0;
		font-size: 130%;
		text-align: center;
	}
	#content .product, #content .catalog, #content .interest {
		margin: 0 2px 10px;
		width: 390px;
		float: left;
		text-align: left;
	}
	#content .catalog, #content .interest {
		width: 193px;
		text-align: center;
	}
	#content .image {
		width: 154px;
		height: 154px; 
	}
	#content #video {
		margin-top: 5px;
		float: left;
	}
	#content .description {
		width: 210px;
		float: left;
	}
	#content .catalog {
		text-align: center;
	}
	#content .catalog .name {
		text-align: left;
	}
	#content .now {
		font-size: 120%;
		color: #ff0000;
		font-weight: 900;
	}
	#content small {
		color: #009900;
	}
	#content .price {
		font-size: 110%;
	}
	#content .term {
		font-size: 90%;
	}
	#content .img {
		height: 150px;
		border: 1px solid #666666;
		padding: 5px;
	}
	#content .name {
		background-color: #666666;
		padding-top: 8px;
		font-weight: 900;
	}
	#content .name p {
		padding: 0 10px;
	}
	#content .name a {
		text-decoration: none;
		color: #ffffff;
	}
	#content .name a:hover {
		text-decoration: underline;
	}
	#content #images {
		float: left;
		width: 314px;
		line-height: 156px;
	}
	#content .discounted .img {
		border-color: #333333;
	}
	#content .discounted .name {
		background-color: #333333;
	}
	#content .no_stock, #content .out_of_stock {
		color: #ff0000;
		font-weight: 900;
	}
	#content .out_of_stock {
		font-size: 120%;
	}
	#content #product {
		float: right;
		width: 476px;
	}
		#content #product .detail {
			background-color: #eeeeee;
			border-top: 1px solid #cccccc;
			line-height: 30px;
			padding: 4px;
			margin: 5px 0;
		}
		#content #product .detail img {
			margin: 4px 8px 4px 4px;
			border: 1px solid #cccccc;
		}
		#content #total {
			margin: 0 0 10px 0;
			border: 1px solid #cccccc;
			padding: 4px;
			background-color: #eeeeee;
			font-weight: 900;
		}
		#content .product #total {
			width: 214px;
		}
		#content .certegy, #content .free_item {
			margin-top: 20px;
			height: 60px;
			font-weight: 100;
		}
			#content .certegy img, #content .free_item img {
				margin-right: 5px;
			}
	#content .row {
		padding: 10px 5px;
		background-color: #eeeeee;
		border-top: 1px solid #cccccc;
		line-height: 25px;
	}
	#content .row label {
		font-size: 100%;
		width: 130px;
		float: left;
		padding: 0 5px 0 0;
		line-height: 28px;
		color: #666666;
		text-align: right;
		border-right: 1px solid #ffffff;
	}
	#content .row input,select,textarea {
		padding: 3px 2px;
		color: #666666;
		border: 1px solid #cccccc;
		float: left;
		margin: 2px 0 2px 5px;
	}
	#content .row iframe {
		margin-left: 5px;
	}
	#content .row .trading_hour {
		float: left;
		width: 120px;
		font-weight: 900;
		margin-left: 5px;
	}
	#content .row textarea {
		font-size: 110%;
	}
	#content .row select {
		padding: 2px 2px;
	}
	#content .button {
		margin: 10px 5px 10px 0;
		padding: 4px 6px;
		border: 1px solid #cccccc;
		background-color: #eeeeee;
		color: #666666;
		font-weight: bold;
	}
	#content .last {
		margin-right: 0;
	}
	#content .row .block {
		margin-left: 140px;
	}
	#content .row strong{
		margin-left: 5px;
		font-weight: 100;
		line-height: 28px;
		padding-bottom: 5px;
	}
	#content .row .block strong{
		margin-left: 0;
	}
		#content .row strong img {
			cursor: pointer;
			padding: 0 5px 0 0;
			vertical-align: middle;
		}
	#content .row .note {
		float: left;
		line-height: 28px;
		margin: 0 0 0 5px;
	}
	#content .row br {
		clear: left;
	}
	#content .hover {
		font-size: 90%;
		text-align: center;
		float: left;
		line-height: 20px;
		border: 1px solid #cccccc;
		padding: 1px;
		margin: 1px;
	}
	#content .error {
		border: 1px solid #ff0000;
		background-color: #ffcccc;
		color: #ff0000;
		padding: 4px;
		margin-bottom: 5px;
	}
	#content .success {
		border: 1px solid #339900;
		background-color: #ccffcc;
		color: #339900;
		padding: 4px;
		margin-bottom: 5px;
	}
#footer,#push {
	height: 130px;
}
#footer {
	margin: 0 auto;
	width: 800px;
	background-color: #ffffff;
}
	#footer .box {
		border: 1px solid #cccccc;
		padding: 4px;
		background-color: #eeeeee;
		line-height: 18px;
	}
	#footer ul {
		padding: 6px 0;
		list-style: none;
	}
		#footer ul li {
			float: left;
			padding: 4px 8px;
			width: 248px;
			height: 108px;
			border-right: 1px solid #cccccc;
		}
		#footer .center {
			text-align: center;
		}
		#footer ul li h1 {
			color: #666666;
			font-size: 110%;
			margin-bottom: 10px;
		}
		#footer ul li p {
			color: #666666;
			margin-bottom: 10px;
		}
		#footer ul li  form input {
			padding: 2px 1px;
			font-size: 90%;
			color: #666666;
			border: 1px solid #cccccc;
		}
		#footer ul li  form .button {
			padding: 0;
			border: 0;
			font-weight: 900;
			background-color: #ffffff;
		}
		#footer ul li.last {
			border-right: 0;
		}
#gallery {
	text-align: center;
	overflow: hidden;
}
	.one {
		height: 80px;
	}
	.two {
		height: 225px;
		border: 1px solid #cccccc;
		padding: 2px;
		margin-left: 5px;
	}
	#gallery img {
		margin: 0 auto;
		display: none;
	}	
	#gallery img.show {
		display: block;
	}
#preview {
	position: absolute;
	display: none;
	border: 2px solid #ccc;
}
.rounded {
	width: 100%;
	text-align: right;
	display: block;
	clear: both;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}