@import "reset.css";

/* tools */
.clear {clear:both; display:block; overflow:hidden; width:100%; height:1px;}
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.st { font-weight: bold; }

body { font:12px/1.4 Verdana, Arial, Helvetica, sans-serif; background: #f5eed7; } /*#f7f5ef*/

.h1, h1,.ph2 {font-size: 2em}
h2 {font-size: 1.5em}
h3 {font-size: 1.17em}
h4 {font-size: 1em}
h5 {font-size: .83em}
h6 {font-size: .75em}

.table table {
	width: 100%;
}

.table tbody {
	border: 1px solid #CCCCCC;
}

.table tbody th {
	border-bottom: 3px solid #CCCCCC;
	background: #f5f5f5;
	font-weight: bold;
	text-align: center;
}

.table td {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

hr {
	height: 0;
}

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

a:hover {
	text-decoration: underline;
}

#root {
	width: 962px;
	margin: 10px auto 10px auto;
}

#root2 {
	position: relative;
	width: 962px;
	background: white;
}

#header {
	position: static;
	width: 962px;
	height: 154px;
}

#header .logo { position: absolute; left:10px; top:5px; display:block; width:207px; height:63px;}
#header .logo span { display:block; width:207px; height:63px; background: url('../images/logo.png') no-repeat;}

#header .msg {
	position: absolute;
	left: -5px;
	top: 68px;
	background: #d71517;
	width: 240px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-shadow: #4A0000 1px 1px 0px;
	text-transform: uppercase;
}

#header .msg span.shadow {
	position: absolute;
	left: 0;
	top: -3px;
	background: url(../images/msgbg.png);
	width: 5px;
	height: 3px;
	z-index:10;
}

#header .box {
	height:30px;
	line-height: 30px;
	background: url(../images/box.gif) no-repeat 10px 0;
}

#header #middle {
	position: absolute;
	top:12px;
	left: 309px;
	background: url(../images/middle.png) no-repeat;
	width: 332px;
	height: 71px;
}

#header #cart {
	position: absolute;
	left: 768px;
	top: 26px;
}

#header #cart .cartimg {
	float: left;
	margin: 4px 0 0 15px;
	width: 26px;
	height: 22px;
	background: url(../images/cart65.png);
}
#header #cart .cartblock {
	float: left;
	margin: 7px 0 0 7px;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: right;
}

#header #cart .cartlinks {
	margin-top:5px;
	font-size: 11px;
}

#header_footer {
	position: absolute;
	width: 100%;
	top:94px;
}

#header_footer #menu {
	float: left;
	width: 722px;
	height: 30px;
	line-height:30px;
	background: #663300;
	font-size: 14px;
}

#header_footer #menu li { float:left; height:30px; font-weight: bold; background:url('../images/lisep.png') 100% 8px no-repeat; }
#header_footer #menu li.active a,
#header_footer #menu li:hover a { color:#ff6600; }
#header_footer #menu a { color:#fff; text-decoration:none; display:block; padding:0 16px; float:left; height:30px; }
#header_footer #menu li.last { background:none; }

#header_footer #menu_sep {
	float: left;
	background: url(../images/menusep.jpg);
	width: 32px;
	height: 42px;
}

#header_footer #search {
	position: relative;
	float:left;
	width: 240px;
	height: 30px;
	background: #663300;
}

.search_input {
	position: absolute;
	top:4px;
	border: none;
	width: 182px;
	height: 20px;
	padding: 1px 4px;
	color: #ccc;
	font: bold 12px Arial;
}

.s2 {
	color: black;
	font-size: 12px;
	font-weight: normal;
}

.search_button {
	position: absolute;
	top:4px;
	left:190px;
	width: 31px;
	height: 22px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(../images/search_button2.png) no-repeat left top;
}

#content {
	position: relative;
	top:128px;
}

#mname {
	position: absolute;
	left: 540px;
	top: 15px;
	width: 450px;
}

#mname h1 {
	font-family: "Myriad Pro", Arial;
	font-size: 2.5em;
	color: white;
	line-height: 35px;
	text-indent: -80px;
	text-shadow: 0.0em 0.1em 0.05em black;
}

.hor_blocks {
	background: url(../images/horline.png);
}

.hblock {
	float:left;
	color: #515151;
	width: 300px;
	margin: 0px 10px 10px 10px;
}

.hblock h2 {
	color:#ff6600;
	font: bold 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom:18px;
}

h3.front {
	font-size: 12px;
	font-weight: bold;
}

.hblock a {
	color: #006699;
}

.hr {
	border: 1px solid #ccc;
	width: 900px;
	height: 0;
}

#footer .hr {
	margin: 0 auto;
}

#maincontent {
	width: 900px;
	margin: 4px 31px 4px 31px;
	color: #515151;
}

#maincontent img {
	margin: 5px;
}

#maincontent .cart-review img {
	margin: 0;
}

#maincontent #edit-cart{
	float: left;
}
#maincontent #edit-cart img {
	margin: 0;
}

#maincontent img.left {
	float: left;
	margin: 5px 15px 15px 0;
}

#maincontent img.right {
	float: right;
	margin: 5px 0 15px 15px;
}

#maincontent p {
	margin-bottom:15px;
}

#maincontent ul {
	list-style: disc inside none;
	padding: 10px 0 10px 0;
}

#maincontent ul.tabs {
	padding:0;
}

#footer {
	width:962px;
	margin: 13px 0 0 0;
	background: white;
	text-align:center;
}

#footer_text {
	margin: 4px 20px 0 20px;
	font-size: 10px;
	text-align:justify;
}

#copyright {
	font-size: 10px;
	text-align:center;
	margin: 0 0 3px 0;
}

#copyright a { color:#515151; }

#footer ul.nav { padding:6px 0; }
#footer ul.nav li { display:inline; padding:0 10px; background:url('../images/sep-bot.png') 100% 2px no-repeat; }
#footer ul.nav li.last { background:none; }
#footer ul.nav a { color:#515151; }

#siteseals {
	text-align:center;
}

#siteseals span {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.seals span {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.fpblock td {
	border-left:1px solid #ccc;
	padding: 0px 20px;
	vertical-align: top;
}

.fpblock .fpfirst {
	border-left: none;
	padding-left: 0;
}

.fpblock .fplast {
	padding-right: 0;
}

table.products td {
	padding: 5px 5px 5px 0;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

table.products td.last {
	border-bottom: none;
}

table.products td.hor {
	padding: 10px;
	border-left: 1px solid #ccc;
}

table.products {
	border-bottom: 1px solid #ccc;
}

.category-grid-products {
	margin-top: 10px;
	font: 12px Arial;
}

.category-grid-products .form-item {
	margin: 0;
}

.category-grid-products input.form-text {
	border:1px inset;
	text-align: center;
}

.category-grid-products tbody {
	border: 1px solid #CCCCCC;
}

.category-grid-products tbody th {
	border-bottom: 3px solid #CCCCCC;
	padding-right: 0;
	background: #f5f5f5;
	font-weight: bold;
}

.category-grid-products td {
	padding: 5px;
}

.category-grid-products tr:hover td {
	background-color: #ffea71;
}
.category-grid-products tr.traddtocart:hover td {
	background-color: transparent;
}

.category-grid-products tbody td.ProdDesc {
	text-align: left;
}

#maincontent ul.sublinks {
	height:24px;
	padding: 0 0 10px 0;
}

.sublinks li {
	float: left;
	height: 24px;
	line-height: 24px;
	list-style-type: none;
	margin: 23px 5px 0 0;
}

.sublinks li a {
	color: white;
	font-weight: bold;
	padding: 5px;
	background: #ffa52b;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
}

.sublinks li a:hover {
	background: #ff6600;
	text-decoration: none;
}

.breadcrumb {
	padding: 0;
}

img.category {
    float: left;
    margin-right: 1em;
}

ul.acc li {
	list-style-image: url(../images/li.png);
}

.outofstock {
	font-size: 10px;
	color: blue;
}

.available {
	font-size: 10px;
	color: green;
}

.cart_add_info {
	font-size: 10px;
	color: Gray;
}

.cart_outofstock {
	color: blue;
}

.cart_available {
	color: green;
}

/* Cart and Checkout */
#uc-cart-checkout-review-form #edit-submit {
	float:right;
}

.review-total {
	font-weight:bold;
	font-size: 14px;
}

#cart-form-products tr th, .cart-review tr th {
	background: #F5F5F5;
}

#cart-form-products tr td, .cart-review tr td {
	padding: 3px 8px;
}

#cart-form-products td.qty input {
	border: 1px inset;
	text-align: center;
}

#cart-form-products tr.even, #cart-form-products tr.odd, .cart-review tr.even, .cart-review tr.odd {
	background: transparent;
}

#cart-form-products td.remove {
	padding: 3px 7px;
	vertical-align: middle;
}

#cart-form-products td.remove input {
	height: 15px;
	width: 15px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(../images/remove.png) no-repeat left top;
}

fieldset.jumpto {
	float: left;
	margin:0 5px 0 0;
	padding: 0 0 5px 5px;
	border:2px solid #bbbbbb;
}

fieldset.jumpto legend {
	width: auto;
	font-size: 12px;
	font-weight: bold;
	color: #515151;
	margin-left: 10px;
	border: none;
	background-color: transparent;
	text-indent: inherit;
}

fieldset.jumpto li {
	margin: 0 5px 0 0;
}

fieldset {
	margin-bottom: 12px;
}

fieldset legend {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	padding: 3px 0 3px 0;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	background-color: #e5e5e5;
	text-indent: 5px;
}

fieldset.captcha legend, fieldset.none legend {
	width: auto;
	font: inherit;
	color: inherit;
	padding: 0;
	border: none;
	background: none;
	text-indent: inherit;
}

fieldset.quotes legend {
	width: auto;
	font: inherit;
	font-size: 1.17em;
	color: inherit;
	padding: 0;
	border: none;
	background: none;
	text-indent: 0;
}

.cart-review th {
	font-weight: bold; 
}

.cart-review tbody tr {
	background-color: transparent;
	border-bottom: 1px solid #CCCCCC;
}

#checkout-form-bottom {
	border: none;
}

#billing-pane div.address-pane-table { display: none; }

#edit-panes-billing-copy-address-wrapper {
	margin-top: 10px;
}

.subtotal {
	border-top: 1px solid #bbbbbb;
}

fieldset#payment-pane {
	width: 50%;
	float: left;
}

fieldset#checkout_preview-pane {
	width: 50%;
	float: left;
}

.order-review-table {
	width: 100%;
	border: none;
}

div.steps {
	text-align: center;
	margin: 13px;
}

div#cart-form-buttons {
	border: none;
}

.order-review-table2 .pane-title-row td {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	padding: 3px 0 3px 0;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	background-color: #e5e5e5;
	text-indent: 5px;
}

.order-review-table2 {
  width: 100%;
  margin: auto;
}

.order-review-table2 td {
  padding-top: 0.1em;
  padding-bottom: 0.2em;
}

.order-review-table2 .data-col {
  width: 100%;
}

.order-review-table2 .row-border-top {
  border-top: solid 1px #999;
}

.order-review-table2 .row-border-bottom {
  border-bottom: solid 1px #999;
}

.order-review-table2 .review-button-row {
  text-align: right;
}

.order-review-table2 .review-button-row form {
  display: inline;
}

.cart-review {
	width:100%
}

#uc-google-checkout-cart-form {
	margin-top:5px;
}

.custom-add-to-cart, .node-add-to-cart {
	width: 96px;
	height: 28px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(../images/addtocart.png) no-repeat left top;
}

#edit-checkout {
	width: 194px;
	height: 30px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(../images/secure-checkout.png) no-repeat left top;
}

#cart-form-buttons .form-submit {
	margin:0 0 0 0.5em;
}

#edit-update {
	width: 162px;
	height: 30px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(../images/updatequantities.png) no-repeat left top;
}

#edit-continue-shopping {
	width: 177px;
	height: 30px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(../images/continueshopping.png) no-repeat left top;
}

#edit-continue {
	width: 250px;
	height: 30px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(../images/review_and_submit.png) no-repeat left top;
}

.edit-submit-order {
	width: 142px;
	height: 30px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(../images/submit_order.png) no-repeat left top;
}

#edit-back {
	width: 66px;
	height: 30px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(../images/back.png) no-repeat left top;
}

#edit-panes-coupon-apply {
	width: 66px;
	height: 30px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(../images/apply.png) no-repeat left top;
}

#receipt {
	width: 123px;
	height: 30px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(../images/printreceipt.png) no-repeat left top;
}

#maincontent .form-item label img {
	margin: 0;
}

#line-items-div {
	margin-top:15px;
}

#line-items-div .order_total {
	border-top: 1px solid silver;
}

#line-items-div .order_total td {
	padding-top:10px;
}

/* Product Page */
.PictureBlock {
	float:left;
	padding-right:10px;
}

.product-image, #maincontent .product-image img {
	float: none;
	margin:0;
	padding:0;
	text-align: left;
}

.ActionBlock {
	float: left;
	width: 200px;
}

.AdditionalBlock {
	float:left;
	width: 400px;
	border-left: 1px solid #CCC;
	margin-left: 15px;
	padding-left: 15px;
}

.imagecache-uc_thumbnail {
	border: 1px solid gray;
}

.productPrice {
	display:block;
	float: left;
	white-space: nowrap;
}

.uc-price-display {
	clear: none;
	float: none;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 4px;
	padding-bottom: 0;
	width: 100px;
}

.product-main-table td {
	padding-bottom: 4px;
}

.product-main-table td.price {
	vertical-align: bottom;
}

.product-main-table {
	border-bottom: 1px solid #CCC;
}

.add-to-cart div, .add-to-cart div#edit-qty-wrapper {
	line-height:28px;
}

#edit-qty-wrapper label {
	float: left;
	font-weight: normal;
}

#edit-qty-wrapper input#edit-qty {
	border: 1px solid;
	float: left;
	text-align: center;
	margin:4px 8px 0 4px;
}

.add-to-cart div.form-item {
	margin:0;
}

.quotesmain {
	float: left;
	width: 390px;
}

#checkout-terms {
	text-align: right;
	font-size:10px;
}

#altquotes-pane #quote {
	padding-top:12px;
}
#total-title {
	font-weight: bold;
}

#social-buttons {
	float: right;
}

.fb-like span {
	width: 45px !important;
	overflow: hidden;
}