html {
	background: url(../images/template2.png) center top no-repeat;
	padding: 0;
	margin: 0;
}
.container::after {
	content: normal;
}
/* Common Classes
================================================== */

.no-float {
	clear: both;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input.form {
	/*padding:10px;*/
	padding: 9px;
	width: 300px;
}
input.form1 {
	width: 275px;
	float: left;
}
input.form2 {
	/*padding:10px;*/
	padding: 9px;
	width: 300px;
	float: left;
	margin-bottom: 0px !important;
}
input.form.long {
	width: 730px;
}
select.form {
	width: 320px;
	padding: 8px;
	line-height: 30px;
}
select.form1 {
	width: 320px;
	padding: 10px;
}
ul:after, .box-title:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
body:after {
	/*content: "."; */
	content: " ";
	visibility: hidden;
	display: block;
	height: auto; /*Replace with height: 0; */
	clear: both;
}
a.bright-btn, input.bright-btn, button.bright-btn {
	margin: 0;
	padding: 0;
	text-shadow: none;
	line-height: 1em;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	display: inline-block;
	background: #fdb743;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	/*color: #FFF;*/
	color:#57595B;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 11px;
	padding: 10px
}
.font-custome {
	font-size: 13px !important;
	font-weight: bold !important;
}
button.bluebutton {
	margin: 0;
	padding: 0;
	text-shadow: none;
	line-height: 1em;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	display: inline-block;
	background: rgb(40,149,226);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 11px;
	padding: 10px
}
button.bluebutton:hover {
	box-shadow: rgb(40,149,226) 0px 0px 5px;
	background: rgb(40,149,226);
	border: none;
	color: #FFF;
}
input.bright-btn {
	text-shadow: none;
	border: none;
	font-size: 14px;
	padding: 7px;
}
button.bright-btn {
	padding: 10px
}
a.bright-btn:hover, input.bright-btn:hover, button.bright-btn:hover {
	text-decoration: none;
	box-shadow: #fdb743 0px 0px 5px;
	background: #fdb743;
	color: #FFF;
	border: none;
}
a.red-btn {
	margin: 0;
	padding: 0;
	text-shadow: none;
	line-height: 1em;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	display: inline-block;
	background: #FF3333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 13px;
	padding: 10px
}
a.red-btn:hover {
	text-decoration: none;
	box-shadow: #E62E2E 0px 0px 5px;
	background: #E62E2E;
	color: #FFF;
	border: none;
}
h1 {
	font-size: 30px;
	color: #5F6063;
	font-family: Tahoma, Geneva, sans-serif;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}
label {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #2895e2;
}
button {
	background: #fdb743;
	color: #FFF;
	border: none;
	font-weight: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
button:hover {
	box-shadow: #fdb743 0px 0px 5px;
	background: #fdb743;
	border: none;
	color: #FFF;
}
.error-msg, .notice-msg {
	font-weight: bold;
	font-size: 11px;
	line-height: 1em;
	padding: 12px 10px 12px 10px;
	width: 97%;
}
.error-msg {
	border: 1px #f16048 solid;
	background-color: #faebe7;
	color: #df280a;
}
.notice-msg {
	border: 1px #fcd344 solid;
	background: #fafaec;
	color: #3d6611;
}
.error-msg li, .error-msg ul,  .notice-msg li, .notice-msg ul {
	padding: 0;
	margin: 0;
}
#cart {
	background: url(../images/icon_cart.gif) left center no-repeat;
	height: 24px;
	width: 90px;
	display: inline-block;
	text-align: right;
}
/* Styles for Sticky Footer */
.main-wrapper {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -168px;
}
.main-wrapper:after {
	content: "";
	display: block;
}
.footer-bg, .main-wrapper:after {
	/* .push must be the same height as footer */
	height: 190px;
}
/* End */

/* Header
================================================== */

header {
	height: 138px;
	border-bottom: 1px solid #cccccc;
	background: url(../images/header-gradient.gif) bottom repeat-x;
	height: 138px;
}
header #logo {
	text-indent: -99999px;
	background: url('../images/logo.png') no-repeat center;
	height: 66px;
	margin-top: 29px;
}
header .right-box {
	padding-top: 28px;
}
header #form-search {
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgb(204, 204, 204);
	height: 22px;
	position: relative;
	background: #FFF;
	width: 260px;
	margin-left: 70px;
}
header .search-field {
	border: none;
	-webkit-appearance: none;
	width: 240px;
}
header .search-field:focus {
	border: none;
	outline: none;
}
header .search-submit, header .search-submit:hover {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: none;
	background: none;
	padding: 0px;
	margin: 0px;
	width: 16px;
	height: 16px;
	text-indent: -99999px;
	background: url(../images/search-btn.gif) center no-repeat;
	position: absolute;
	top: 7px;
}
header #login-box {
	font-size: 12.7px; /* org 11 */
	text-align: right;
}
header a {
	text-decoration: none;
	color: #000;
}
header a:hover {
	text-decoration: underline;
}
/* Breadcrumb
================================================== */

.breadcrumb {
	color: #2895e2;
	font-size: 12px;
	padding-top: 10px;
}
.breadcrumb a {
	color: #2895e2;
	text-decoration: none;
}
.breadcrumb .current {
	font-weight: bold;
}
/* Nav
================================================== */

nav {
	padding-top: 12px;
}
nav > ul {
	margin-bottom: 0px;
}
nav > ul > li {
	position: relative;
	float: left;
	margin-right: 14px;
	margin-top: 11px;
	margin-bottom: 24px;
}
nav ul:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.container:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: auto;    /* Replace with height: 0; */
	clear: both;
	overflow: scroll; /* New add attributes */
}
nav > ul > li > a {
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
	background: #a7a8ac;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 145px;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin-top: 2px;
}
nav > ul > li:hover > a {
	background: #fdb743;
	color: #FFF;
	text-decoration: none;
}
nav > ul > li:last-child {
	margin-right: 0px;
	float: right;
}
/* Sub nav 
	================================================== */
	
nav > ul > li > .subnav-cont {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 100;
}
.subnav-cont > ul {
	background: #2895e2;
	color: #FFF;
	padding: 3px 10px;
	margin: 0;
	font-weight: bold;
	box-shadow: rgb(40, 149, 226) 0px 0px 5px;
	margin-top: 10px;
}
nav > ul > li:hover > .subnav-cont {
	display: block;
}
.subnav-cont > ul > li a {
	color: #FFF;
	text-decoration: none;
	width: 140px;
	display: block;
	border: 1px solid #2895e2;
	font-size: 12px;
}
.subnav-cont > ul > li a:hover {
	color: #FFF;
}
.subnav-cont > ul > li:hover a {
	border-bottom: 1px dotted #FFF;
}
/* Category
================================================== */
		
#category {
}
#category > ul > li {
	padding: 0;
	margin: 0;
	margin-bottom: 16px;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: url(../images/category-gradient.gif) bottom repeat-x;
	border: 1px solid #CCC;
}
#category > ul > li > a {
	display: block;
	width: 207px;
	height: 40px;
	font-weight: bold;
	text-decoration: none;
	color: #5f6063;
	font-size: 16px;
	padding-top: 20px;
	padding-left: 13px;
}
#category > ul > li > a.dental {
	background: url(../images/dental.png) 90% center no-repeat;
}
#category > ul > li:hover > a.dental {
	background: url(../images/dental-hover.png) 90% center no-repeat;
}
#category > ul > li > a.laboratory {
	background: url(../images/laboratory.png) 90% center no-repeat;
}
#category > ul > li > a.laboratory:hover {
	background: url(../images/laboratory-hover.png) 90% center no-repeat;
}
#category > ul > li > a.orthodontics {
	background: url(../images/orthodontics.png) 90% center no-repeat;
}
#category > ul > li > a.orthodontics:hover {
	background: url(../images/orthodontics-hover.png) 90% center no-repeat;
}
#category > ul > li > a.jewellery {
	background: url(../images/jewellery.png) 90% center no-repeat;
}
#category > ul > li > a.jewellery:hover {
	background: url(../images/jewellery-hover.png) 90% center no-repeat;
}
#category > ul > li > a.podiatry {
	background: url(../images/podiatry.png) 90% center no-repeat;
}
#category > ul > li > a.podiatry:hover {
	background: url(../images/podiatry-hover.png) 90% center no-repeat;
}
#category > ul > li > img {
	position: absolute;
	height: 42px;
	right: 0;
	top: 0;
}
#category > ul > li:hover {
	background: url(../images/category-gradient-hover.gif) top repeat-x;
}
/* Sub-Category
	================================================== */
	
.expandsub {
	float: left;
	padding: 3px;
	/*color: #fff;*/
	color: #57595B;
	cursor: pointer;
}
#category > ul > li > ul > li > ul {
	display: none;
}
#category > ul > li > ul {
	display: none;
	background: #fdb743;
	margin: 0;
	padding: 0;
	box-shadow: #fdb743 0px 0px 5px;
}
#category > ul > li:hover > ul {
/* display:block; */
}
#category > ul > li > ul li a {
	/*color: #FFF;*/
	color: #57595B;
	text-decoration: none;
	width: 200px;
	display: block;
	border: 1px solid #fdb743;
	padding: 3px;
	margin: 0;
}
#category > ul > li > ul > li {
	padding: 3px;
	margin: 0;
}
#category > ul > li > ul > li > a:hover {
	border-bottom: 1px dotted #FFF;
}
#category > ul > li > ul li ul li a {
	width: 90%;
}
/* Slideshow
================================================== */
	
#slideshow {
	height: 450px;
}
/* Content
================================================== */

#content {
	padding-top: 30px;
}
#content p {
	line-height: 1.2em;
}
/* Product Grid
================================================== */

#product-list h1, #product h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	color: #5F6063;
}
#product-list h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 0;
	margin: 0;
	line-height: 1em;
	background: #f27b2b;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
	background-color: #2895e2;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#88c8f5), to(#2995e1));
	background-image: -webkit-linear-gradient(top, #88c8f5, #2995e1);
	background-image: -moz-linear-gradient(top, #88c8f5, #2895e2);
	background-image: -ms-linear-gradient(top, #88c8f5, #2895e2);
	background-image: -o-linear-gradient(top, #88c8f5, #2895e2);
}
#product-list h2 a {
	/*color: #FFF;*/
	color:#57595B;
	text-decoration: none;
	padding: 0;
	margin: 0;
	line-height: 1em;
}
#product-list h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0px 10px 0px;
	line-height: 1em;
}
.product-box {
	width: 60px;
	float: left;
	text-align: center;
	margin-bottom: 40px;
	height: 90px;
	line-height: 0em;
}
.product-box > a {
	/*height: 240px;*/
	display: inline-block;
	position: relative;
	height: 50px;
	margin-bottom: 5px;
}
.product-box > a > img {
	/*width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -25%;*/
	margin: auto;
	width: 38px;
	max-height: 50px;
}
/*.product-box > a:hover > img{
	width:100%;
	margin-left:-50%;
}*/

/* Product Page
================================================== */

#product {
}
#product .product-image-box {
	overflow-x: auto;
	text-align: center;
}
#product .product-info h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	float: left;
}
#product .product-info {
	position: relative;
}
#product .product-specs {
	border: 1px dashed silver;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
}
#product .product-specs label {
	display: inline-block;
	width: 26%;
	font-size: 11px;
}
#product .product-specs li {
	padding: 10px;
	border-bottom: 1px dashed silver;
	line-height: 1em;
	margin: 0;
}
#product .product-specs li:last-child {
	border-bottom: none;
}
#product .product-price-box {
	font-size: 12px;
	text-align: right;
}
#product .price-box {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 40px;
}
#product .order-box {
	float: left;
	background: #f8f8f8;
	width: 200px;
	padding-top: 20px;
	padding-left: 20px;
}
#product .order-box label,  #product .order-box input,  #product .order-box button,  #product .order-box span {
	float: left;
	padding: 10px;
}
#product .order-box input[type="text"] {
	width: 50px;
	text-align: center;
}
#product .order-box button {
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#product .description-box h2 {
	display: inline-block;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border-left: rgb(221, 221, 221) 1px solid;
	border-top: rgb(221, 221, 221) 1px solid;
	border-right: rgb(221, 221, 221) 1px solid;
	padding: 5px;
	margin: 0;
	font-weight: bold;
}
#product .description-box p {
	border: 1px solid rgb(221, 221, 221);
	width: 918px;
	padding: 10px;
}
/* Dashboard
================================================== */

#dashboard {
}
#dashboard-menu h1 {
	background: #666;
	padding: 10px 10px;
	color: #FFF;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}
#dashboard-menu a {
	font-size: 12px;
}
#dashboard-menu .select {
	font-weight: bold;
}
#dashboard-content h2 {
	color: #4f8100;
}
#dashboard .box-title {
	padding: 10px;
	background: #f1f1f1;
	position: relative;
	margin-bottom: 10px;
}
#dashboard .box-title .edit {
	position: absolute;
	right: 10px;
	top: 6px;
	font-size: 10px;
	text-transform: uppercase;
}
#dashboard .box-title h2 {
	color: #000;
	line-height: 1em;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#dashboard .info-box ul {
	font-size: 12px;
}
#dashboard .info-box li {
	padding-left: 10px;
}
.popupcart .info-box {
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}
/* Shopping Cart
================================================== */

.popupcart #shoppingcart, .histpopupcart #shoppingcart {
	overflow-y: auto;
	max-height: 520px;
}
#shoppingcart .box-title {
	padding: 10px;
	background: #f1f1f1;
	position: relative;
	margin-bottom: 10px;
}
#shoppingcart .box-title h2 {
	color: #000;
	line-height: 1em;
	padding: 0;
	margin: 0;
	font-size: 12px;
	display: table-cell;
}
#shoppingcart .col1 {
	width: 500px;
}
#shoppingcart .col1 a {
	vertical-align: top;
}
#shoppingcart .col1 a:first-child {
	float: left;
	margin-top: -7px;
}
#shoppingcart .col2,  #shoppingcart .col4,  #shoppingcart .col3,  #shoppingcart .col5 {
	width: 90px;
	text-align: right;
}
#shoppingcart .col3,  #shoppingcart .col5 {
	text-align: center;
}
#shoppingcart .col11 {
	width: 340px;
	float: left;
	height: 35px;
}
#shoppingcart .col11 a {
	vertical-align: top;
}
#shoppingcart .col11 a:first-child {
	float: left;
	margin-top: -7px;
}
#shoppingcart .col21,  #shoppingcart .col41 {
	width: 80px;
	text-align: right;
	float: left;
	height: 35px;
}
#shoppingcart .col31,  #shoppingcart .col51 {
	width: 60px;
	text-align: right;
	float: left;
	height: 35px;
}
#shoppingcart .col31,  #shoppingcart .col51 {
	text-align: center;
}
#shoppingcart .row {
	padding: 1px 10px;
	position: relative;
	margin-bottom: 10px;
}
#shoppingcart .row img {
	width: 25px;
}
#shoppingcart .row div {
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	border-bottom: 1px dashed silver;
	font-size: 12px;
}
#shoppingcart .row input {
	width: 25px;
	margin-bottom: 5px;
	display: inline-block;
	text-align: center;
	padding-bottom: 2px;
}
#shoppingcart .row a.delete {
	text-indent: -9999em;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/btn_trash.gif) no-repeat center;/*overflow:hidden;*/
	
}
/* Login
================================================== */

#login {
}
#login h2 {
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}
#login label {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#login h1 {
	font-size: 30px;
	color: #5F6063;
	font-family: Tahoma, Geneva, sans-serif;
}
/* Register
================================================== */

#register {
}
#register ul {
	float: left;
	width: 400px;
}
#register ul.form li {
	float: left;
	margin-right: 100px;
	width: 300px;
	margin-bottom: 20px;
}
#edit ul.form li {
	float: left;
	margin-right: 100px;
}
ul li label.error {
	color: #FF0000;
}
#register ul.form li input, #register ul.form li select {
	margin-bottom: 0px;
}
#register .searchsel {
	/*min-height: 90px;*/
	width: 286px;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 5px;
	line-height: 25px;
}
.errorText2 {
	border: 1px solid #FF0000 !important;
}
#updateprof ul li label.error {
	color: #FF0000;
}
/* Footer
================================================== */

footer {
	margin: -10px auto 0px !important;
	width: 960px !important;
	font-size: 11px;
	color: #FFF;
	background-color: #2895e2;
	padding-bottom: 0px;
}
#contact {
	background: #2895e2;
}
#contact .box {
	width: 168px;
	float: left;
	position: relative;
	/*color: #FFF;*/
	color: #57595B;
	padding: 20px 10px 20px 10px;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	padding-right: 0px;
	padding-bottom: 0;
}
#contact .box:first-child {
	padding-left: 10px;
	padding-right: 60px;
}
#contact .box h3, #contact .box h4 {
	font-family: Helvetica, sans-serif;
	/*color: #FFF;*/
	color: #57595B;
}
#contact .box h3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	line-height: 1.5em;
}
#contact .box h4 {
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-weight: bold;
}
#contact .box div a {
	/*color: #FFF;*/
	color: #57595B;
}
#contact .box .box-header {
	height: 30px;
}
/* Jbluey */

/* Advance Search */
#advsearch li:first-child {
/*width:500px;*/
}
#advsearch li {
	margin-bottom: 5px;
}
#advsearch li input {
	width: 220px;
	min-height: 20px;
	margin-bottom: 5px;
}
.searchsel {
	/*min-height: 90px;*/
	width: 240px;
	border: 1px solid #ccc;
	/*border: none;
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ddd;*/
	padding: 10px;
	margin-bottom: 5px;
	line-height: 34px;
}
/* Checkout */

.checkout {
	margin: 10px;
}
.checkout > h2 {
	margin-left: 10px;
	font-size: 22px;
	color: #5f6063;
	font-weight: normal;
	text-transform: uppercase;
	width: 600px;
	border-bottom: 1px solid #000;
}
.checkout > .ckform {
	margin: 10px;
}
.checkout > .ckform input {
	text-align: left;
}
.ckform > #difshipadd {
	display: none;
	padding: 10px;
}
.ckform > #difshipadd > #address {
	width: 500px;
}
.ckform > #difshipadd > #name {
	width: 200px;
}
.ckform > #difshipadd > #city {
	width: 100px;
}
.ckform > #difshipadd > #zipcode {
	width: 100px;
}
.ckform > #difshipadd > #state {
	width: 100px;
}
.ckform > #bilshipadd {
	display: none;
	padding: 10px;
}
.ckform > #bilshipadd > #address {
	width: 500px;
}
.ckform > #bilshipadd > #name {
	width: 200px;
}
.ckform > #bilshipadd > #city {
	width: 100px;
}
.ckform > #bilshipadd > #zipcode {
	width: 100px;
}
.ckform > #bilshipadd > #state {
	width: 100px;
}
.ckform input {
	width: 25px;
	margin-bottom: 5px;
	display: inline-block;
	text-align: center;
	padding-bottom: 2px;
}
.ckform > table {
	width: 600px;
}
.ckform > table > thead {
	background-color: #d9dde3;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
.ckform > table > thead > tr {
	height: 36px;
}
.ckform > table > thead > tr > td {
	padding: 9px 8px;
}
.a-right {
	text-align: right;
}
.a-center {
	text-align: center;
}
.rs-font {
	text-align: right;
	font-size: 15px;
}
.bg-footer {
	background-color: #d9dde3;
	padding: 9px 8px;
	font-weight: bold;
}
.tbody-font {
	font-size: 10px;
}
.tbody-font a {
	display: block;
	float: left;
	width: 70px;
}
.ckform > table > tbody > tr > td {
	padding: 3px 3px;
}
/* jrt
================================================== */
.col-main {
	float: right;
	width: 700px;
}
table {
	border: 0px;
	border-spacing: 0px;
	empty-cells: show;
	font-size: 100%;
}
.data-table {
	width: 100%;
}
.data-table thead {
	background-color: #e9e9e9;
	height: 35px;
}
.data-table > thead > tr {
	font-size: 10px;
	padding: 12px 8px;
	text-transform: uppercase;
}
.a-right {
	text-align: right;
	padding: 9px 8px;
}
.a-left {
	text-align: left;
	padding: 9px 8px;
}
.data-table > tbody > tr {
	font-size: 12px;
	padding: 9px 8px;
	height: 35px;
}
p.back-link {
	clear: left;
}
.col-left {
	float: left;
	width: 220px;
	height: auto;
}
.clear {
	clear: both;
}
.float-right {
	text-align: right;
}
.page-title {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 18px;
}
.page-title h1 {
	float: left;
	font-size: 2.5 em;
}
.order-info ul {
	margin-bottom: 15px;
	border-bottom: 1px solid #666;
}
.dl {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
.background {
	background-image: url('../images/bkg_tabs.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 24px;
	border-bottom: 1px solid #666666;
}
.current {
	background-color: #666;
	font-weight: bold;
	padding: 2px 10px;
	color: #fff;
	width: 20%;
	height: 20px;
	font-size: 14px;
}
.order-info-date {
	margin: 9px 0px;
	font-size: 12.5px;
}
.content-wrapper1 {
	width: 100%;
	height: auto;
}
.row1 {
	width: 100%;/*height:auto;*/


}
.row1 :after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.box1 {
	float: left;
	width: 45%;
}
.box1:first-child {
	margin-right: 40px;
}
.col-title {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin: 0px;
	padding: 0px;
	height: 35px;
}
.box1 span {
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
}
.item-ordered {
	width: 100%;
}
.item-ordered h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.form-ordered {
	width: 100%;
}
.form-ordered td {
	padding: 5px;
}
.form-ordered thead {
	background-color: #e9e9e9;
}
.thead-first {
	font-size: 10px;
	text-transform: uppercase;
	padding: 0px 4px;
}
.tbody-form {
	font-size: 10px;
	width: 100%;
}
.tbody-footer {
	font-size: 12px;
	width: 100%;
	background-color: #e9e9e9;
}
.tbody-footer > tbody > tr > td {
	padding: 10px;
}
.a-right {
	text-align: right;
}
.a-footer {
	font-weight: bold;
	font-size: 14px;
}
.a-padding {
	padding: 9px 8px;
}
.header-gradient {
	border-bottom: 1px solid #cccccc;
	background: url(../images/header-gradient.gif) bottom repeat-x;
	height: 138px;
	position: absolute;
	width: 100%;
}
.footer-bg {
	/*position: absolute;
    bottom: -30px;
    height: auto;*/
	width: 100%;
	background: #2895e2;/*bottom: -230px;*/
}
input[type="submit"].bright-btn {
	font-size: 11px;
	font-weight: bold;
}
#product .product-image-box img {
/*max-height: 500px;
	max-width: 700px;*/
}
.container .sixteen.columns.productchart {
	display: none;
}
.breadcrumb b {
	font-weight: bold;
}
#Shape-Desc {
	float: left;
	padding-top: 12px;
	padding-left: 10px;
	font-size: 10px;
	width: 100px;
	line-height: 1em;
}
#small-category li {
	float: left;
	margin-right: 10px;
}
#small-category li a {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid silver;
	text-indent: 9999px;
	overflow: hidden;
	background: #eee;
}
ul#small-category {
	margin-top: 40px;
}
ul#small-category:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
/* jbluey */
.popupcart {
	background: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	/*height:450px;*/
	width: 500px;
	z-index: 1000;
	border: 1px solid #000;
	/*overflow:auto;*/
	padding: 10px;
	-moz-box-shadow: 3px 3px 4px gray;
	-webkit-box-shadow: 3px 3px 4px gray;
	box-shadow: 3px 3px 4px gray;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.popupcart > span > a:hover {
	text-decoration: none;
}
.popupcart > span > a {
	text-decoration: none;
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 20px;
}
.popupcart > span {
	position: absolute;
	right: 5px;
	font-weight: bold;
	color: #c3c3c3;
}
.popupcart > h2 {
	border-bottom: 1px dashed #e3e3e3;
	text-align: center;
	color: #5F6063;
	font-weight: normal;
	font-size: 26px;
	cursor: move;
}
.histpopupcart {
	background: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	height: 600px;
	width: 700px;
	z-index: 1000;
	border: 1px solid #000;
	/*overflow:auto;*/
	padding: 5px;
	-moz-box-shadow: 3px 3px 4px gray;
	-webkit-box-shadow: 3px 3px 4px gray;
	box-shadow: 3px 3px 4px gray;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.histpopupcart label {
	text-align: center;
}
.histpopupcart #histform > span > a:hover {
	text-decoration: none;
}
.histpopupcart #histform > span > a {
	text-decoration: none;
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 20px;
}
.histpopupcart #histform > span {
	position: absolute;
	right: 5px;
	font-weight: bold;
	color: #c3c3c3;
}
.histpopupcart #histform > h2 {
	border-bottom: 1px dashed #e3e3e3;
	text-align: center;
	color: #5F6063;
	font-weight: normal;
	font-size: 26px;
	cursor: move;
}
#shoppingcart .info-box .box-cattitle {
	color: #FFF;
	background: #3893d0;
}
#shoppingcart .info-box .box-cattitle h2 {
	color: #FFF;
}
#srch_filter {
	color: gray;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid silver;
	width: 200px;
}
.content {
	overflow: hidden;
}
.content img {
	max-width: 100%;
}
.footer-note {
	/*color: #FFF;*/
	color: #57595B;
	font-size: 12px;
	/*position:absolute;
	bottom:-20px;*/
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-left: 10px;
	height: 35px;/*padding: 16px 0px !important;*/
}
.popupcart #shoppingcart_edit, .histpopupcart_edit #shoppingcart_edit {
	overflow-y: auto;
	max-height: 520px;
}
#shoppingcart_edit .box-title {
	padding: 10px;
	background: #f1f1f1;
	position: relative;
	margin-bottom: 10px;
}
#shoppingcart_edit .box-title h2 {
	color: #000;
	line-height: 1em;
	padding: 0;
	margin: 0;
	font-size: 12px;
	display: table-cell;
}
#shoppingcart_edit .col1 {
	width: 500px;
}
#shoppingcart_edit .col2,  #shoppingcart_edit .col3,  #shoppingcart_edit .col4,  #shoppingcart_edit .col5 {
	width: 90px;
	text-align: right;
}
#shoppingcart_edit .col3,  #shoppingcart_edit .col5 {
	text-align: center;
}
#shoppingcart_edit .row {
	padding: 1px 10px;
	position: relative;
	margin-bottom: 10px;
}
#shoppingcart_edit .row img {
	width: 25px;
}
#shoppingcart_edit .row div {
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	border-bottom: 1px dashed silver;
	font-size: 12px;
}
#shoppingcart_edit .row input {
	width: 25px;
	margin-bottom: 5px;
	display: inline-block;
	text-align: center;
	padding-bottom: 2px;
}
#shoppingcart_edit .row input.input-btn {
	width: 65px;
	margin-bottom: 5px;
	display: inline-block;
	text-align: center;
}
#shoppingcart_edit .row a.delete {
	text-indent: -9999em;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/btn_trash.gif) no-repeat center;/*overflow:hidden;*/
	
}
.histpopupcart_edit {
	background: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	height: 600px;
	width: 700px;
	z-index: 1000;
	border: 1px solid #000;
	/*overflow:auto;*/
	padding: 5px;
	-moz-box-shadow: 3px 3px 4px gray;
	-webkit-box-shadow: 3px 3px 4px gray;
	box-shadow: 3px 3px 4px gray;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.histpopupcart_edit label {
	text-align: center;
}
.histpopupcart_edit #histform_edit > span > a:hover {
	text-decoration: none;
}
.histpopupcart_edit #histform_edit > span > a {
	text-decoration: none;
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 20px;
}
.histpopupcart_edit #histform_edit > span {
	position: absolute;
	right: 5px;
	font-weight: bold;
	color: #c3c3c3;
}
.histpopupcart_edit #histform_edit > h2 {
	border-bottom: 1px dashed #e3e3e3;
	text-align: center;
	color: #5F6063;
	font-weight: normal;
	font-size: 26px;
	cursor: move;
}
#shoppingcart_edit .info-box .box-cattitle {
	color: #FFF;
	background: #3893d0;
}
#shoppingcart_edit .info-box .box-cattitle h2 {
	color: #FFF;
}
#product .product-specs select {
	margin-top: 5px;
}
ol.flex-control-nav {
	list-style: none;
}
a.bluebutton {
	margin: 0;
	padding: 0;
	text-shadow: none;
	line-height: 1em;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	display: inline-block;
	background: rgb(40,149,226);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	/*color: #FFF;*/
	color:#57595B;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 11px;
	padding: 10px
}
a.bluebutton:hover {
	box-shadow: rgb(40,149,226) 0px 0px 5px;
	background: rgb(40,149,226);
	border: none;
	color: #FFF;
}