html {
	overflow: -moz-scrollbars-vertical;
	height: 100%;
}

* { 
	font-family: Arial, Helvetica, sans-serif;
}

/* body */
body { 
	margin: 0px;
	padding: 0px;
	behavior: url('catalog/javascript/png/iepngfix.htc');	
	background: #2c2727 url('../image/background.jpg') repeat-x;
	height:100% !important;
	min-height:100%;
}

#wrapper {
	min-height:100%;
	position:relative;
	width:100%;
}
body, td, th, a {
	font-size: 11px;
	color: #fff;
}
del {
	color: #aaa;
}
ins {
	text-decoration: none;
}
textarea {
	font-size: 	12px;
	width:		99%;
}
 
b, strong, th {
	color: #fff;
}

table {
	border-collapse: collapse;
	margin-top: 5px;
}

th {
	color:		#222;
	background:	#eee;
	padding:	3px;
	border-bottom: 1px solid #a4a4a4;
}

td {
	padding:	5px 3px;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

.png {
	behavior: url('catalog/javascript/png/iepngfix.htc');
}
  
a img {
	border: none;
}

a {
	color: #cdb593;
	text-decoration: none;
	font-weight:normal;
	border-bottom: 1px dotted #5b5d6c;
}

a:hover {
	color: #ebd3b0;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted #d9d9d9;
}

a:active {
	color: #ebd3b0;
}

.box a {
	border:none;
}

.products a {
	border:none;
}

.thickbox, .thickbox:hover{
	border:none;
}
#sale_banner {
	position: absolute;
	left: 945px;
	top: 0;
}
/* layout */
h1 { 
	display: none;
}
 
#container {
	width: 970px;
	height: 100%;
	position: relative;
	left: 0;
	/*padding: 0 0 45px 0;*/
}

#header {
	height: 35px; 
	/*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;
}

#header .b {
	position: relative;
	top: 3px;
	left:35px;
	
}

#header .b a {
	background: url('../image/tab.png');
	behavior: url('catalog/javascript/png/iepngfix.htc');  
	width: 100px;
	height: 19px;
	padding-top: 7px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	display: block;
	margin-left: 2px;
	cursor: pointer;
	border: none;
}

#header .b a:hover {
	color: #EBD3B0;
}

#header .b a img {
	width: 14px;
	height: 8px;
}

#column {
	width: 303px;
	height: 420px;
	margin: 0;
	padding: 100px 0 0 0;
	float: left;
	background: url('../image/menuBG.jpg') no-repeat;
}

#column a {
	border: none;
}

#column .heading {
	text-align: center;
	border: 0;
	background: url('../image/slicer_hor.gif') repeat-x bottom;
	color: #888181;
}

#column .box {
	margin: 0 0 0 120px;
	width: 152px;
}

#content {
	margin: 10px 0px 15px 0px;
	padding:1px 15px 10px 0px; 
	float: right;
	width: 630px;
}

.roundbox {
	padding: 0 15px 15px 15px;
	margin-bottom: 10px;
	width: 600px;
	background: #1d1616 url('../../../../../gfx/product_bg.jpg') no-repeat;
	border:1px solid #2e2a2a;
}
/*
#startimages {
	width: 600px;
	height: 200px;
	border:1px solid #2e2a2a;
	margin: 7px 0;
}
*/
#sale {
	width: 630px;
	height: 165px;
	background: url('../image/sale.jpg') no-repeat;
	margin-bottom: 10px;
}

#foot {
	clear:both;
	height:53px;
	width:100%;
}
#footer { 
	clear: both;  
	height: 53px;
	background: url('../image/footer_bg.png') repeat-x;
	bottom:0;
	position:absolute;
	width:100%;
}

#footer .a {
	float: left;
	margin-top: 2px;
}

#footer .b {
	float: right;
	text-align: right;
}

#footer .b a {
	color: #336699;
}
  
#time {
	color: #EEEEEE;
	text-align: center;
	clear: both;
}

.heading {
	padding:7px 0;
	border-bottom:1px dotted #6e5946;
	clear: both;
	width: 100%;
	height: 18px;
	font:15px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
	color:#eee;
	background:url('../../../../../gfx/h2bullet.jpg') no-repeat right;
}

.box .heading {
	margin-top:0px;
}

.heading .left {
	float: left;
	text-align: left;
}
 
.heading .right {
	float: right;
	text-align: right;
	margin-right:25px;
}

.error {
	color: #FF0000;
	font-size: 10px;
	display: block;
	clear: both;
}

.required {
	margin: 0;
	color: #FF0000;
	display: inline;
}

.warning {
	color: #aa0000;
	border: 2px solid #aa0000;
	font-size: 11px; 
	font-weight:bold;
	background-color: #FFB3B5;
	padding: 5px;
	display: block;
	margin-bottom: 10px;
	margin:	5px 0;
}

.message {
	color: #bbbbbb;
	font-size: 11px;
	background-color: #99FF00;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}

.breadcrumb {
	color:#cdb593;
	margin: 10px 0px 10px 0px;
}

.breadcrumb a {
	color: #cdb593;
}

.price_old {
	text-decoration: line-through;
}

.price_new {
	color: #FF0000;
}
 
#bar {
	padding: 3px 3px 0px 10px;
	height: 24px;
}

.products, .products-wider, .images {
	float: left;
	width: auto; 
	text-align: center; 
	cursor: pointer;
	font-size: 10px;
	margin: 0 6px;
}

.products {
	background: #1d1616 url('../image/product_bg.jpg') no-repeat;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #211b1b;
	height: 130px;
	width: 100px;
}
.products-wider {
	background: #1d1616 url('../image/product_bg.jpg') no-repeat;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #211b1b;
	height: 170px;
	width: 148px;
}
#product img {
	border: 1px solid #211b1b;
}

.thickbox img {
	background: #1d1616 url('../image/product_bg.jpg') no-repeat;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #211b1b;
}

.homeproducts {
	padding:10px 0 0 12px;
}

.categories a {
	text-decoration: none;
	border:	none;	
}

.images a {
	font-size: 10px;
}


.images img, .categories img {
	border: 0px;
	margin-bottom: 10px;
}

.moreimages {
	padding: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 {
	margin: 10px 0px;
	clear: both;
}

.buttons input {
	margin: 3px;
	background: url('../image/submit_bg.gif') repeat-x;
	border: 1px solid #453636;
	height: 25px;
	color: #fff;
	font: 11px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 6px;
	cursor:	pointer;
}
 
.buttons table {
	width: 100%;
}

.buttons table td {
	vertical-align: middle;
}

.box {
	margin-bottom: 5px;
}

/* box language */
.language {
	float: left;
	margin-top: 3px;
	margin-left: 8px;
}

.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 */
.cart .heading {
	margin-top: 30px;
}

.box .cart .a {
	text-align: right;
	border-top: 1px solid #444444;
	margin-top: 8px;
	padding: 3px 5px 0 0;
}

.cart .b {
	position: absolute;
	top: 	105px;
	left:	15px;
	color:	#888;
	font-size:	10px;
}

.cartholder {
	background: url('../image/bag.png') no-repeat;
	behavior: url('catalog/javascript/png/iepngfix.htc'); 
	height: 120px;
	position:	absolute;
	left:	-115px;
	top:	5px;
}

* html .cartholder {
	left:	-35px;
	top:	-20px;
}

html* .cartholder{
	left: -115px;
	top: 7px;
}

#column .cartholder .heading {
	background: none;
	width:	155px;
	height: 95px;
	position: relative;
	top: 19px;
	left: 20px;
	cursor: pointer;
	
}

.box .cart .b {
	text-align: right;
	margin: 15px;
}

.box .cart .productsincart {
	width: 140px;
	margin:	0 5px;
	border: 0;
	background: #2c2727;
	color:		#ccc;
}

#products_hovered {
	display: 	none;
	background: url('../image/cart_bg.jpg') no-repeat;
	position: 	absolute;
	left:		117px;
	top:		104px;
	padding:	4px;
	width:		146px;
	height:		338px;

}

html* #products_hovered {
	top:		102px;
}

select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size:	11px;
}

/* box category */
.box .category {
	padding-top: 3px;
}

.box .category a {
	background: url('../image/bullet_1.gif') no-repeat 15px 5px;
	padding: 0px 0px 0px 25px;
	display: block;
	text-decoration: none;
	margin-bottom: 4px;
}

.box select {
	width: 140px;
	margin:	1px 5px;
	border: 0;
	background: #000;
	color:		#ccc;
	padding:	1px;
}

.box select .optgroup {
	font-weight: bold;
}

.box select option {
	padding:	1px;
}

.box select .selected {
	font-weight:	bold;
	background:	#666;
}

/* box information */

#column .informationbox {
	margin-top:	15px;
}

.box .information a {
	background: url('../image/bullet_2.gif') no-repeat 13px 6px;
	padding: 3px 0px 0px 25px;
	display: block;
	text-decoration: none;	
}

/* 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 dotted #6E5946;
	margin: 0px 0px 10px 0px;
	padding: 8px;
	margin-top: 10px;
}

/* tooltip */

#tt {position:absolute; display:block;}
#tttop {display:block; height:5px; margin-left:5px; overflow:hidden;}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; overflow:hidden}

/* category pager */
.page-active {
	font-weight: 	bold;	
	font-size:		120%;
}