html {
	background-color: #222;
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}

* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body, td, th, input, textarea, select, a {
	font-size: 12px;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

input, textarea, select {
	margin: 3px 0px;
}

a {
	color: #464B34;
	text-decoration: none;
	cursor: pointer;
}

	a:hover {
		text-decoration: underline;
	}

	a img {
		border: none;
	}

p {
	margin-top: 0px;
}


/* layout */
#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #EDE3C7;
}

/*******************HEADER*******************/
#header {
	background: transparent url(../image/banner.png) no-repeat scroll 0 0;
	height: 253px;
	position: relative;
	width: 950px;
}
	.store_logo {
		background: transparent url(../image/logo.png) no-repeat scroll 0 0;
		float: left;
		height: 250px;
		position: relative;
		width: 250px;
		z-index: 20;
	}

	.store_search {
		position: absolute;
		right: 10px;
		top: 255px;
	}

	.topstore {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 20;
	}

		.topstore .middle {
			width: 300px;
		}

			.topstore .middle ul {
				margin: 0;
				padding: 0;
			}

				.topstore .middle ul li {
					list-style: none;
					padding: 5px 13px;
					display: inline;
				}

/*******************MENU*******************/
.store_menu {
	background-color: #464B34;
	display: block;
	height: 40px;
	margin: -20px 0 0 0;
	padding: 20px 0 0 0;
	width: 950px;
}

	.store_menu li {
		list-style: none;
		margin: 0;
		float: left;
	}

		.store_menu a {
			background-color: #464B34;
			color: #FFF;
			display: block;
			font-size: 13px;
			line-height: 45px;
			margin-top: -20px;
			outline: none;
			padding: 15px 35px 0;
		}

		.store_menu a:hover {
			background-color: #2F3223;
			text-decoration: none;
		}

/*******************BREAD_CRUMBS*******************/
#breadcrumb {
	height: 13px;
	padding: 7px 0 0 10px;
	margin-bottom: 5px;
}

/*******************LAYOUT*******************/
#column_left {
	float: left;
	margin-right: 10px;
	width: 180px;
}

#column_right {
	float: right;
	margin-left: 10px;
	width: 180px;
}

#content {
	float: left;
	margin: 10px 0 20px;
	width: 570px;
}

	#content .top {
		padding: 5px;
	}

		#content .top h1, .heading {
			color: #333;
			font-size: 14px;
			font-weight: bold;
			margin: 0px;
			text-transform: uppercase;
		}

		.heading {
			border-bottom: 1px solid #AAA;
			margin-bottom: 10px;
			padding-bottom: 3px;
		}

	#content .middle {
		-moz-border-radius: 10px;
		background: #FFF;
		min-height: 380px;
		padding: 10px 10px 1px 10px;
	}


/*******************BOX*******************/
.box {
	margin: 10px;
}

	.box .top {
		color: #333;
		font-size: 14px;
		font-weight: bold;
		padding: 5px;
		text-transform: uppercase;
	}

		.box .top img {
			float: left;
			margin-right: 5px;
		}

	.box .middle {
		-moz-border-radius: 10px;
		background: #fbf8ee;
		padding: 10px;
	}

	#column_left .box .middle select{
		width: 140px;
	}


/*******************ALERTS*******************/
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

.required {
	color: #FF0000;
	font-weight: bold;
}

.error {
	color: #FF0000;
	display: block;
}

.help {
	cursor: pointer;
}

.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}




.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}


/*******************BUTTONS*******************/
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #FFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

a.button span {
		background: transparent url('../image/button_left.png') no-repeat;
		display: inline-block;
		padding: 5px 0 5px 18px;
	}

.buttons {
	background: #F8F8F8;
	border: 1px solid #DDD;
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
}

	.buttons input {
		padding: 0px;
		margin: 0px;
	}

	.buttons table {
		width: 100%;
		border-collapse: collapse;
	}

		.buttons table td {
			vertical-align: middle;
		}



/*******************LIST*******************/
.list {
	margin-bottom: 10px;
	width: 100%;
}

	.list td {
		text-align: center;
		vertical-align: top;
		padding-bottom: 10px;
	}



/*******************SORT*******************/
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}

	.sort .div1 {
		float: right;
		margin-left: 5px;
		padding-top: 6px;
		padding-right: 9px;
	}

	.sort .div2 {
		text-align: right;
		padding-top: 9px;
	}

	.sort select {
		font-size: 11px;
		margin: 0;
		padding: 0;
	}



/*******************PAGINATION*******************/
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}

	.pagination .links, .pagination .results {
		padding: 7px;
	}

	.pagination .links {
		float: left;
	}

	.pagination .links a {
			border: 1px solid #CCC;
			padding: 4px 7px;
			text-decoration: none;
			color: #000000;
		}

		.pagination .links b {
			border: 1px solid #CCC;
			padding: 4px 7px;
			text-decoration: none;
			color: #000000;
			background: #FFF;
		}

	.pagination .results {
		float: right;
	}



/*******************TABS*******************/
.tabs {
	display: block;
	margin-bottom: 0px;
	width: 100%;
}

	.tabs a {
		background-color: #EDE3C7;
		color: #333;
		display: block;
		float: left;
		font-size: 13px;
		font-weight: bold;
		margin-right: 2px;
		padding: 6px 15px 7px 15px;
		position: relative;
		text-decoration: none;
		top: 1px;
		z-index: 1;
	}

		.tabs a.selected {
			background-color: #FBF8EE;
			padding-bottom: 8px;
			z-index: 3;
		}

.tab_page {
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	background: #FBF8EE;
	clear: both;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	width: 530px;
	z-index: 2;
}



/*******************FOOTER*******************/
#footer {
	background: transparent url('../image/footer.png') no-repeat scroll 0 0;
	clear: both;
	color: #FFF;
	height: 70px;
	width: 100%;
}

	#footer a {
		color: #FFF;
	}

	#footer .div1 {
		float: left;
		padding-top: 30px;
		padding-left: 10px;
		text-align: left;
	}

	#footer .div2 {
		float: right;
		padding-top: 30px;
		padding-right: 10px;
		text-align: right;
	}



/*******************????*******************/
#category ul {
	list-style: url('../image/bullet_1.png');
	margin: 0 0 0 8px;
	padding-left: 12px;
}

#information ul {
	list-style: url('../image/bullet_2.png');
	margin-top: 0 0 0 8px;
	padding-left: 12px;
}



/*******************CART*******************/
.cart {
	border: 1px solid #EEE;
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}

	.cart th {
		background: #EEE;
		font-weight: normal;
		padding: 5px;
	}

	.cart td {
		padding: 5px;
	}



/*******************SLIDESHOW*******************/
		#slideShow {
			position: relative;
		}

			#slideShow #set_1 {
				height: 250px;
				width: 950px;
			}

			#slideShow #set_2, #slideShow #set_3 {
				display: none;
				height: 250px;
				width: 950px;
			}

				#slideShow .slide1 {
					left: 220px;
					position: absolute;
					top: 10px;
					z-index: 12;
				}

				#slideShow .slide2 {
					left: 450px;
					position: absolute;
					top: 10px;
					z-index: 10;
				}

				#slideShow .slide3 {
					left: 670px;
					position: absolute;
					top: 5px;
					z-index: 11;
				}
