html {
	overflow: -moz-scrollbars-vertical;
}
/* body */
body {
	margin: 0px;
	padding: 0px;
	behavior: url('catalog/javascript/png/iepngfix.htc');
	background: url('../image/bg.jpg') top repeat-x;
}
body, td, th, input, textarea, select, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
.png {
	behavior: url('catalog/javascript/png/iepngfix.htc');
}
a img {
	border: none;
}
a:hover {
	text-decoration: none;
}
/* layout */
h1 {
	display: none;
}
#container {
	width: 850px;
	margin:20px auto;
	background-color:#FFFFFF;
	border:#333333 6px solid;/*		
	position: relative;
	left: 50%;
	margin-left: -389px;
*/
}
#header {
	height: 88px;
	clear: both;
}
#header .a {
	background: url('../image/logo.png') no-repeat;
	behavior: url('catalog/javascript/png/iepngfix.htc');
	width: 157px;
	height: 32px;
	float: left;
	position: absolute;
	top: 22px;
	left: 10px;
}
#header .b {
	position: relative;
	top: 42px;
	float: right;
}
#header .b a {
	width: 100px;
	height: 19px;
	padding-top: 1px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	display: block;
	margin-left: 2px;
	cursor: pointer;
}
#header .b a img {
	width: 14px;
	height: 8px;
}
#column {
	width: 167px;
	margin: 10px 15px 15px 0px;
	float: left;
}
#content {
	margin: 10px 0px 15px 0px;
	float: right;
	padding-left: 15px;
	border-left: 1px solid #EEEEEE;
	width: 650px;
}
#footer {
	clear: both;
	border-top: 5px solid #999999;
	padding-top: 3px;
	margin-bottom: 1px;
	background-color: #9E1D21;
	height:39px;
}
#footer .a {
	float: left;
	margin-top: 2px;
	color:#FFFFFF;
}
#footer .b {
	float: right;
	text-align: right;
	color:#FFFFFF;
}
#footer .b a {
	color: #ffffff;
	text-decoration:none;
}
#time {
	color: #EEEEEE;
	text-align: center;
	clear: both;
}
.heading {
	font-size: 15px;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #990000;
	padding-bottom: 2px;
	border-bottom: 1px solid #EEEEEE;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
	height: 40px;
}
.heading .left {
	float: left;
	text-align: left;
	width:530px;
}
.heading .right {
	float: right;
	text-align: right;
}
.error {
	color: #FF0000;
	font-size: 10px;
	display: block;
	clear: both;
}
.required {
	margin: 0;
	color: #FF0000;
	display: inline;
}
.warning {
	color: #000000;
	font-size: 10px;
	background-color: #FFB3B5;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}
.message {
	color: #000000;
	font-size: 10px;
	background-color: #99FF00;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}
.breadcrumb {
	color: #999999;
	margin: 10px 0px 10px 0px;
}
.breadcrumb a {
	color: #006699;
}
.price_old {
	text-decoration: line-through;
}
.price_new {
	color: #FF0000;
}
#bar {
	background-color: #9E1D21;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 3px 0px 10px;
	height: 24px;
}
.products, .images, .categories {
	float: left;
	width: 190px;
	text-align: center;
	cursor: pointer;
	font-size: 10px;
	height: 220px;
	border: #CCCCCC solid 1px;
	margin:3px;
}
.categories_home {
	float: left;
	width: 112px;
	text-align: center;
	cursor: pointer;
	font-size: 10px;
	height: 130px;
	border: #CCCCCC solid 1px;
	margin:3px 12px 12px 3px;
}
.categories a {
	text-decoration: none;
}
.images a {
	font-size: 10px;
}
.images img, .categories img {
	border: 0px;
	margin-bottom: 10px;
}
.results {
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 20px;
}
.results .left {
	float: left;
	padding-top: 4px;
}
.results .right {
	float: right;
}
.buttons {
	border: 1px solid #EEEEEE;
	margin: 10px 0px;
	clear: both;
}
.buttons input {
	height: 20px;
	margin: 3px;
}
.buttons table {
	width: 100%;
}
.buttons table td {
	vertical-align: middle;
}
.box {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border:#F3F3F3 1px solid;
	background: url('../image/header_bg.jpg') no-repeat;
}
.box .heading {
	color:#666666;
	font-size:13px;
	padding:7px 0 5px 30px;
}
/* box language */
.language {
	float: left;
	margin-top: 3px;
}
.language div {
	display: inline;
}
/* box currency */
.currency {
	float: left;
	margin-left: 20px;
	margin-top: 1px;
}
.currency div {
	display: inline;
}
/* box search */
.search {
	float: right;
}
.search div {
	display: inline;
}
/* box cart */
.box .cart .a {
	text-align: right;
	border-top: 1px solid #EEEEEE;
	margin-top: 8px;
	padding-top: 3px;
}
.box .cart .b {
	text-align: center;
}
/* box category */
.box .category {
	padding-top: 0;
}
.box .category a {
	padding: 0px 0px 3px 10px;
	display: block;
	text-decoration: none;
	margin: 4px;
	color: #981c1e;
	font-size:12px;
	border-bottom-color: #cccccc;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
/* box information */
.box .information a {
	padding: 0px 0px 3px 10px;
	display: block;
	text-decoration: none;
	margin: 4px;
	color: #981c1e;
	font-size:12px;
	border-bottom-color: #cccccc;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
/* box review */
.box .review div {
	text-align: center;
}
.box .review a {
	text-decoration: none;
}
.box .review img {
	padding: 3px;
}
/* success */
#success {
	behavior: url('catalog/javascript/png/iepngfix.htc');
	background: url('../image/success.png') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;
}
/* failure */
#failure {
	behavior: url('catalog/javascript/png/iepngfix.htc');
	background: url('../image/failure.png') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;
}
/* error */
#error {
	clear: both;
	border: 1px solid #EEEEEE;
	margin: 0px 0px 10px 0px;
	padding: 8px;
	margin-top: 10px;
}
/* category description */
#category_description {
	clear: both;
	border: 1px solid #EEEEEE;
	margin: 10px 0px 10px 0px;
	padding-left: 8px;
	padding-right: 8px;
}
/*pagination*/
.pagination #current {
	font-weight: bold;
}


/* home page gallery */

.clear_gallery {
	clear:both
}

#gallery {
	position:relative;
	height:200px;
	margin-left:5px;
}
	#gallery a {	
		position:absolute;
		font-size:16px;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:40px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h6 {
		margin:0;
		padding:5px;
		font-size:18px;
		text-align:center;
	}

