/* website style */
/* global styles*/
body {
	background: #fff;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
line-height:18px
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #888;
	margin: 2px 0 5px 7px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #888;
	margin: 2px 0;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin: 2px 0;
}

a {
	color: #905555;
	text-decoration: none;
}

a:hover {
	color: #DC291E;
	text-decoration: none;
}

a:active {
	color: red;
}

img {
	border: 0;
}

fieldset {
	border: 1px solid #ddd;
	padding: 5px;
	margin-right: 10px;
}

legend {
	padding: 0 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 2px 0;
}

form {
	padding: 0;
	margin: 0;
}

input, select, textarea {
	border: 1px solid #ccc;
	background: #F9F9F9;
	margin: 2px 0;
}

input:hover, textarea:hover {
	background: #fff;
}

input::-moz-focus-inner {
	/*Removes button padding in FF*/
	border: 0;
	padding: 0;
}

hr {
	background-color: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
	width: 99%;
}

.button {
	/*Style of all form buttons*/
	font-size: 11px;
	font-weight: bold;
	height: 19px;
	border: 1px ridge #ccc;
	background: #ddd;
	color: #666;
	padding: 0 3px;
}

.button:hover {
	background: #eee;
	color: #000;
	cursor: pointer;
}

.small {
	/*Small font style*/
	font-size: 11px;
}

.hard, .hd {
	/*Bold font style*/
	font-weight: bold;
}

.fix {
	/*Removes previous floats*/
	clear: both;
}

.rt {
	/*Right alignment*/
	float: right;
	margin: 3px;
}

.sa {display:none;}

.rss {
	/*Positioning for RSS icon*/
	margin: 220px 0 0 10px;font-size:10px;
}

/* search form */
#searchForm {margin-bottom:10px;}
div.left input.button {
	font-size: 9px;
	margin: 0 1px;
	padding: 0;
	width: 42px;
}

input.keyword {
	margin-top: 26px;
	font-size: 12px;
	width: 124px;
}

/* Layout */
.header {
	/* Header box */
	position: relative;
	width: 988px;
	margin: 0 auto;
border-bottom:1px solid #dfdede;
}
.header h1 {font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0 0 12px;
font-size:24px;color:#ac7373;
text-transform: uppercase;
}

.title {
	/* Site Name */
	padding-top: 15px;
	font-size: 27px;
	color: #1C82AD;
}

.main {
	/* Main container */
	width: 988px;
	margin: 0 auto;
}

.left {
	/* Left column container */
	position: relative;
	z-index: 2;
	width: 160px;
	float: left;
	padding: 7px 0 0 3px;
	text-align: left;
}

.left h2 {
	/* Left column header */
	text-align: center;
	color: #333;
	margin: 12px 0 0 0;
	padding: 0;
}

.left form {
	text-align: left;
}

.right {
	/* Right column container */
	position: relative;
	width: 130px;
	float: right;
	padding: 9px 6px 0 0;
	text-align: center;
}

.right img {
	/* Right column image alignment */
	margin-bottom: 5px;
}

.right a.addthis_button img {
	margin-top: 5px;
}

.content {
	/* Middle column container */
	position: relative;
	z-index: 1;
	float: right;
	padding: 9px 0 5px 5px;
	width:800px;overflow:hidden;
}
.content h1 {color:#333;font-size:16px;text-transform: capitalize;margin:10px 0;}

.footer {
	/* Footer container */
	clear: both;
	width: 988px;
	margin: 20px auto;
	padding: 10px 0;
	text-align: center;
	font-size: 9px;
text-align:left;
color:#905555;
}

/* Top Menu */
.topmenu {
	/* Top Menu container */
	height: 28px;
	margin: -18px 10px 7px 0;
	float:right;
}

.topmenu a {
	/* Top Menu buttons */
	color: #a29f9f;
	text-decoration: none;
	float: left;
	font-size: 11px;
	display: block;
	text-align: center;
	height: 27px;
	line-height: 25px;
	padding: 0 4px;
	border: 1px solid transparent;
	border-bottom: 0;
text-transform: uppercase;
}

.topmenu a:hover {
	/* Top Menu mouse over buttons */
	color: #DC291E;
}

/* Bottom Menu */
.bmenu {
	/* Bottom Menu container */
	font-size: 1px;
	text-align: center;
	padding: 5px;
margin:-6px 5px 0 0;
float:right;
}

.bmenu a {text-transform: uppercase;
	/* Bottom Menu link style */
	font-size: 11px;
	height: 20px;
	padding: 0 4px;
color:#a29f9f;
}

.bmenu a:hover {
	color: #DC291E;
}

/* Catalog Menu */
.menu {
	/* Left Menu container */
	position: relative;
	z-index: 3000;
	margin-top: 35px;
	margin-left: 6px;
}

.menu ul{
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 130px; /* Main Menu Item width */
}

.menu ul li{
	position: relative;
	margin-bottom: 20px;
}

/* Top level menu links style */
.menu ul li a{
font-size: 9px;
	display: block;
	overflow: auto;
	color: #a29f9f;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 6px;
text-transform: uppercase;
}

.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active {
	background-color: #fff; /*background of buttons (default state)*/
}

.menu ul li a:hover{
	/* buttons mouse over */
	background: #f3f3f3;
	color: #DC291E;
}

/*Sub level menu items */
.menu ul li ul{
	position: absolute;
	z-index: 999;
	width: 120px; /*Sub Menu Items width */
	top: 1px;
	margin-left: -2px;
	visibility: hidden;
	background-color: #eee;
	padding: 1px;
}
.menu ul li ul li {margin-bottom:1px;border-left: 1px solid #ccc;}
.menu li ul a {padding:1px 0 1px 5px;
	font-size: 9px;
}

.menu a.subfolderstyle {
	/* Image arrow indicating Sub Menus  */
	background: url(../pics/arrow.gif) no-repeat 97% 70%;
}

/* Hack for IE */
* html .menu ul li {
	float: left;
	height: 1%;
}

* html .menu ul li a {
	height: 1%;
}

/* Catalog page */
.catimage {
	/* Category image-banner container */
	float: right;
	margin: 0 3px 20px 0;
}

.catimage object {
	/* Dimensions of flash category banner */
	width: 468px;
	height: 60px;
}

.sort {
	/* Sorting bar container */
	clear: both;
	margin: 5px 0;
	border-bottom: 1px dotted #ccc;
	padding: 3px;
text-align:right;
}

.pagingtop {
	/* Top paging bar container */
	clear: both;
	text-align: right;
	margin: 5px 0 12px 0;
	padding: 3px;
}

.pagingtop a {
	/* Top paging bar link style */
	background: #eee;
	border: 1px solid #ccc;
	padding: 0 5px;
	font-weight: bold;
}

.pagingtop a:hover {
	/* Top paging bar link style mouse over*/
	background: #fff;
}

.paging {font-size:12px;
	clear: both;
	text-align: right;
	margin: 5px 0;
	padding: 3px;
}

.paging a {
	/* Bottom paging link style */
	background: #eee;
	border: 1px solid #ccc;
	padding: 0 3px;
	font-weight: bold;
letter-spacing: 3px;
}

.paging a:hover {
	/* Bottom paging link style mouse over*/
	background: #fff;
}

/* Product list style */
.prod {
	/* Product box style */
	position: relative;
	z-index: 1;
	float: left;
	overflow: hidden;
	margin: 0 54px 50px 36px;
	padding: 1px 2px 0 3px;
	width: 170px;
	height: 110px;
}

.prod a {
	font-size: 13px;
}

.prod h2 {
	/* Product box Title */
	margin: 1px;
	padding: 0 1px;
	font-size: 9px;
	height: 18px;
	width: 164px;
	overflow: hidden;
}

.prod label {
	display: none;
}

.prod select {
	/* Product box options style */
	font-size: 11px;
	margin: 1px 0;
	padding: 0;
	height: 17px;
	border-color: #bbb;
	background: #fff;
}

.prod .button {
	/* Product box options style */
	width: 62px;
	font-size: 11px;
	height: 16px;
	font-weight: normal;
}

.prod img {
	/* Product box thumbnail */
	border: 1px solid #bbb;
	padding: 1px;
	margin: 2px auto;
}

.add2c {
	/* Price and "Add to Cart" button container.  Change this to "hidden" if you would like to hide price and "Add to Cart" button*/
	visibility: visible;
	position: absolute;
	z-index: 1;
	top: 148px;
	left: 1px;
	height: 20px;
	width: 165px;
	text-align: right;
}

.ttip {display:none;}

.relp {width:164px;height:100px;background: #eee;padding:2px;border:1px solid #ddd;margin:0 20px 20px 0;}
.relp img {border:1px solid #fff;}
.relp h3 {text-align:right;padding:0 5px;font-size:13px;}

.front {width:782px;padding:2px;overflow-hidden;}
.front img {border:1px solid #ddd;}
.front h2 {text-align:right;padding:0 5px;}
.front h2 a {color:#905555;text-transform: uppercase;font-size:9px;}

/* Product page */
.pform {
	/* Product form style. Change this to "hidden" if you would like to hide options and "Add to Cart" button */
	visibility: visible;
}

.relatedproducts, .shoppingcart, .ccon {
	/* Related Products and Shopping Cart Table style */
	clear: both;
	width: 100%;
	background: #ccc;
	margin-bottom: 10px;
}

.relatedproducts th, .shoppingcart th, .ccon th {
	background: #eee;
	vertical-align: top;
	padding: 2px;
	text-align: left;
}

.relatedproducts td, .shoppingcart td, .ccon td {
	background: #fff;
	vertical-align: top;
	padding: 3px;
}

.relatedproducts caption, .shoppingcart caption {
	width: 130px;
	color: #777;
	text-align: left;
	font-size: 15px;
	padding-left: 3px;
	border: 1px solid #ccc;
	margin-bottom: -1px;
	background: #f5f5f5;
	font-weight: bold;
}

.pict img {
	/* Related Products thumbnail width */
	width: 60px;
}

.tmbs {}
.cpt {float:left;background:#eee;border:1px solid #ccc;margin-right:10px;}
.cpt img {background:#fff;display:block;padding:1px;text-align: center;}

/* Gallery style of product images */
.gallery {
	float: right;
	overflow: hidden;
	padding: 1px;
	margin: 0 4px 10px 10px;
	border: 3px solid #ddd;
	width: 121px;
}

#slideholder a img {
	/* Gallery thumbnails link style */
	margin: 1px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#slideholder a:hover img {
	/* Gallery thumbnails link mouse over style */
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#statusdiv {
	position: absolute;
	text-align: center;
	padding: 4px 0 0 1px;
	width: 125px;
	left: -300px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: transparent;
	visibility: hidden;
}

/* gallery viewer */
#viewer {
	background: #888;
	padding: 10px;
	border: 2px solid #aaa;
}

#viewerDetails {
	padding-top: 5px;
}

  
#viewerCaption {
	float: left;
	margin-top: 5px;
	font-size: 16px;
	color: #fff;
}

#keyboardMsg {
	float: right;
	font-size: 11px;
	margin-top: -5px;
}

#viewer img {
	border: 1px solid #000;
	padding: 1px;
	background: #fff;
	clear: both;
}

 
#overlay img {
	border: none;
}

#overlay {
	background-image: url(../images/overlay.png);
}

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}

/*shopping cart styles*/
.scart {
	/* View shopping cart box */
	width: 120px;
	height: 50px;
	padding: 0 0 0 14px;
	background: url(../images/scart.gif) no-repeat;
	margin: 20px 0 10px 39px;
}

.scart a {
	/* View Shopping Cart Link */
	font: 16px bold;
}

.scart img {
	display: block;
	margin-left: 30px;
}

input.qty {
	/* Shopping Cart Table - Quantity Column */
	width: 50px;
}

input.nb {
	/* Shopping Cart Table - Delete checkmark style */
	border: 0;
	background: none;
}

.pmes {
	/* Billing Address message */
	margin: 0 0 20px 5px;
}

/* End */