* {
margin:0;
padding:0;
}

body {
/*font-family: arial, "lucida console", sans-serif;*/
/*font-family:Tahoma,Arial,Trebuchet MS,sans-serif;*/
font-family:"Lucida Grande",Verdana,Geneva,sans-serif;
background:#ECEDEF;
background:#D6DBDE url("../bg.jpg") repeat-x;
/*background:#A8CCE2;
background-attachment:fixed;*/
/*background:url("../stripe.gif");*/
color:#333;
font-size:72%;
text-align:left;
line-height:1.6em;
}
a {
color:#0058B1;
text-decoration:none;
}
a:hover {
color:#CB4185;
}
h2 {
font-size:1.4em;
}
input {
border:1px solid #E9E9E9;
color:#222;
padding:2px;
}
input.file {
font-size:8px;
}
#intro h2 {
color:#628F00;
font-weight:normal;
}
#intro h2 {
color:#4285CB;
background:#EFF5FF;
border:1px solid #DFEBFF;
-moz-border-radius:2px;
-webkit-border-radius:2px;
padding:3px 5px;
}
#content h2 {
padding:5px 10px;
background:#F3F3F3;
border-bottom:1px solid #DFDEE2;
}
.submit {
background:#F9F9F9;
-moz-border-radius:4px;
padding:3px;
}

.bold {
font-weight:bold;
}
.spacer {
border-bottom:1px solid #DFEDFF;/*bordr*/
margin-left:60px;
}
.small{
font-size:0.9em;
}
.sm {
font-size:8px;
}
.red {
color:#D80E0E!important;
}
.redb {
border:1px solid #CF0000;
}
.green {
color:#459A07!important;
}

#container {
min-width:700px;
max-width:970px;
width:expression(document.body.clientWidth>980?"980px":"auto");
z-index:10;
margin:11px auto 20px;
padding:9px;
background:#fff;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #ccc;
}

/***Head***/

#header {
overflow:hidden;
color:#fff;
font-size:1em;
background:#292929;
-moz-border-radius:5px 5px 0 0;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
padding:8px 15px 0 15px;
}
* html #header { height:46px; }

/***Head-Header***/
#header h3 {
float:left;
}

#header h3 a {
color:#ccc;
text-decoration:none;
}

/***Head-Header-Userbar***/
div#userbar { width:50%;float:right; margin:5px 0 0 0; }
#userbar .green { color:#8ECF00!important; }

#userbar a {
color:#eee;
padding:0 5px;
}
#userbar a:hover {
text-decoration:underline;
color:#D9D9D9;
}
#welcome { display:inline; }
#welcome .green,#welcome .red { margin-right:10px; }

#loginbox { text-align:left; float:right; margin:10px 0; }

#loginbox #login {
margin-left:5px;
padding:1px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
#loginbox #login:hover {
cursor:pointer;
border:2px solid #9DDF0D;
color:#415F00;
padding:0;
}
#loginbox .user,#loginbox .pass{
padding:2px 1px 2px 20px;
color:#000;
border:0;
}
#loginbox .user { background:#fff url("icons/sprite2.gif") no-repeat 5px -35px;
border-right:1px solid #c3c3c1;
-moz-border-radius:4px 0 0 4px;
-webkit-border-top-left-radius:4px;
-webkit-border-bottom-left-radius:4px; }
#loginbox .pass { background:#fff url("icons/sprite2.gif") no-repeat 5px 5px;
-moz-border-radius:0 4px 4px 0;
-webkit-border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px; }

/***Head-Secondary***/

#secondary {
/*background:#106BC8 url("../admin/images/g2/bg_sec.gif") repeat-x top;*/
background:#353535;
padding:0 0.5em;
clear:left;
overflow:hidden;
-moz-border-radius:0 0 5px 5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
}
* html #secondary { height:34px; }

#nav {
font-size:1.2em;
float:left;
width:45%;
}

#nav a {
color:#fff;
display:block;
float:left;
text-decoration:none;
padding:8px 10px;
}

#nav a:hover {
background:#191919;
border-color:#8ECF00;
color:#8ECF00;
}


/***search***/

form#search {
float:right;
margin:3px 10px 0;
padding:0 0;
background:#353535;
}
#search select,#search input {
font-size:1.1em;
border:0;
color:#1F1F1F;
float:left;
}
#search select {
margin-right:4px;
background:#deddd9;
padding:2px 3px 2px 2px;
-moz-border-radius:0 4px 4px 0;
-webkit-border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
}

#search .txtbox {
background:#FFFFFF;
padding:3px 3px 3px 5px;
border-right:1px solid #c3c3c1;
-moz-border-radius:4px 0 0 4px;
-webkit-border-top-left-radius:4px;
-webkit-border-bottom-left-radius:4px;
}

#search div { float:left;margin:3px 5px 0 0; }
#search .searchbtn {
border:0;
width:20px;
height:21px;
background:url("icons/sprite2.gif") no-repeat 0 -172px;
padding:0 0 0 0;
float:left;
}


#search option {
background:#deddd9;
color:#1F1F1F;
}

.level {
background:#EFF6FF;
color:#00509F;
}
.level0 {
background:#fbfbfb;
color:#555;
}
.level1 {background:#CFE5FF;}
.level2 {background:#DFEEFF;}
.level3 {background:#DFEBFF;}
.level4 {background:#EFF5FF;}

#suggestions {
position:absolute;
top:34px;
right:3px;
width:190px;
border:2px solid #ccc;
color:#0058B1;
z-index:1;
padding:5px;
}

.suggestionList li {
cursor:pointer;
border-top:2px solid #E1EDF9;
padding:7px 3px;
}

/***Main***/
#main {
position:relative;
width:100%;
margin:15px auto 25px 0;
overflow:hidden;
}

/***Side***/

#side {
float:left;
width:167px;
text-align:center;
}

#sidebar {
float:left;
width:165px;
display:inline;
text-align:left;
margin:0 0 20px 0;
padding:0px 0 0 1px;
border:0;
}

#sidebar h2 {
color:#9DDF0D;
background:#2C2C2C;
padding:5px 5px;
font-size:1.1em;
-moz-border-radius:5px 5px 0 0;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
}

#sidebar h2 a {
color:#FF6FFC;
font-weight:normal;
text-decoration:underline;
float:right;
margin-right:10px;
}

#sidebar .box {
position:relative;
background:#fdfdfd;
margin:0 0 15px;
border:1px solid #DFDEE2;
-moz-border-radius:0 0 5px 5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
}
#sidebar #category {
border-width:1px 0 0;
}

.box dl,ul.tree {
-moz-border-radius:0 0 5px 5px;
-webkit-border-radius:0 0 5px 5px;
}

ul.tree {
overflow:hidden;
background:#2C2C2C;
padding-bottom:5px;
}

ul.tree li {
vertical-align:bottom;
}

* html ul.tree li { height:15px; }

ul.tree li a {
vertical-align:bottom;
padding:2px 0;
}

ul.tree li.active ul {
overflow:hidden;
display:block;
border:1px solid #EFE5D1;
border-width:0 1px;
}

ul.tree li ul {
display:none;
border-bottom:2px solid #DFCCA7;
}

ul.tree li span a {
line-height:1.3em;
border-bottom:1px solid #4F4F4F; /*bordr*/
padding:5px 0 5px 5px;
background:#2C2C2C;
color:#ddd;
}

ul.tree li.active span a {
font-weight:bold;
background:#FFF6BF;
color:#7F6200;
border:1px solid #FFD324;
border-width:1px;
padding-left:4px;
}


ul.tree li a:hover {
background:#DEDDD9;
color:#1F1F1F;
}

ul.tree li.active ul li a {
border-bottom:1px solid #EFE5D1;
padding:3px 0 3px 5px;
background:#FFFDDA;
}

ul.tree li.active ul li a:hover {
background:#FFFDDA;
border-color:#CB4185;
color:#CB4185;
}

.box table {
list-style-type:none;
width:100%;
-moz-border-radius:0 0 5px 5px;
-webkit-border-radius:0 0 5px 5px;
padding:0 0 5px;
}

.advt {
border:2px solid #ccc;
margin:5px auto 0;
}

.advtr {
float:right;
border:2px solid #ccc;
margin-right:20px;
}

.box table td.subtotal {
font-weight:bold;
border:1px solid #FFD324;
border-width:1px 0;
color:#CB4185;
padding:5px;
}

.hrn {
border-bottom:#ccc 1px solid;
margin:30px 0 5px;
}
.cartitem {
width:100%;
border-bottom:1px solid #ddd;
padding:0 0 5px;
}
.fg {
color:#479600!important;
float:right;
}

.viewCart a:link,.viewCart a:visited {
font-weight:bold;
color:#555;
border:1px solid #aaa;
text-decoration:none;
-moz-border-radius:3px;
-webkit-border-radius:3px;
display:block;
text-align:center;
width:80%;
background:url("../admin/images/g2/cartbtn.gif") left top repeat-x #eee;
margin:5px auto;
padding:0 7px;
}
.viewCart a:hover,.viewCart a:focus {
border:1px solid #333;
color:#333;
}

/***Content***/
.alert,.notice {
background:#fff6bf url('icons/sprite2.gif') no-repeat 10px -219px;
border:1px solid #ffd324;
-moz-border-radius:2px;
-webkit-border-radius:2px;
color:#7F6200;
margin:15px;
padding:4px 20px 5px 33px;
}
.notice {
background:#EFF5FF url('icons/sprite2.gif') no-repeat 10px -265px;
border-color:#DFEBFF;
color:#4285CB;
}
#content {
margin:0 0 10px 180px;
border:1px solid #DFDEE2;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
* html #content {
margin:0 0 0 180px;
height:1%;
}

#content.front {
  border:0;
}

#content.front .mainbox { margin:0; }

/***front***/
#intro {
padding:0 12px;
}
* html #intro h2 {
padding-top:3px;
font-size:1.2em;
}

.hotspoth {color:#459A07!important;font-weight:bold!important;font-size:1.3em;}
.hotspothb {color:#CB4185!important;font-weight:bold!important;font-size:1.3em;}
.hotspot {
color:#525252;
background:url("../images/g2/hotspot.png") repeat-x;
margin:0 auto;
height:85px;
font-size:1.1em;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border:1px solid #FDB032;
text-align:left;
padding:10px 20px;
}
.hottext { float:left;width:75%; }
.hottext .spacer { margin:5px 0; border-bottom:1px solid #fff;}
.hotspot a.fImg { float:left; margin-right:20px;height:80px;}
.hotspot .title { color:#333;font-size:1.2em;font-weight:bold;padding:0 0 5px;display:block;}
.hotspot .title:hover {text-decoration:underline;}

.feath,.specialh {
color:#313131!important;background:#F3F3F3;
font-weight:bold!important;font-size:1.3em;
margin:0!important;padding:10px;
border:1px solid #DFDEE2;
-moz-border-radius:10px 0 0 0;
-webkit-border-top-left-radius:10px;
}
.specialh {
-moz-border-radius:0 10px 0 0;
-webkit-border-top-right-radius:10px;
}
.prodImg {
width:80px;
}
.pp {
color:#D2070C;
line-height:20px;
text-align:left;
}
.hotspot .pp {
color:#D60D0B;
font-size:1.1em;
}
.hotspot .fImg img { border:1px solid #FDB032; }
.prodBuy {
width:120px;
}

.buyButton {
width:87px;
height:19px;
margin:auto;
}
.buyButtoni {
width:87px;
height:19px;
margin:auto;
}
.f th {font-weight:normal;}
.f td {width:50%;}
.f .l {padding-right:20px;}

.fP li,.fp li.b {
line-height:1.8em;
clear:left;
width:auto;
height:80px;
display:block;
padding:10px;
border:1px solid #DFDEE2;
border-width:0 1px 1px 1px;
}
.fp li.b { border-width:0 1px 0 0;}

.fP .fImg {
display:block;
width:100px;
height:75px;
background:#fff;
text-align:center;
float:left;
line-height:52px;
margin:-2px 5px 0 -5px;
padding:0 2px;
}

.fTitle {
height:25px;
font-weight:bold;
}
.featb {
background:#f3f3f3;
height:10px;
border:1px solid #DFDEE2;
border-top:0;
-moz-border-radius:0 0 10px 10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
}

.chktButton {
float:right;
border:0;
}

.chktButtonb {
float:right;
border:0;
color:#fff;
background:#106BC8;
height:30px;
line-height:30px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
padding:0 6px;
}

.chktButtonb:hover {
color:orange;
}

.chktButtono {
float:right;
border:0;
color:#fff;
background:#FF8C00;
height:30px;
padding:0 3px;
}

.shopmoreButton {
background:url('icons/sprite2.gif') 0 -74px no-repeat;
padding-left:20px;
display:block;
width:200px;
line-height:30px;
}

.updateButton {
float:left;
margin:5px 0 0 15px;
color:#555;
border:1px solid #aaa;
background:url("../admin/images/g2/cartbtn.gif") left bottom repeat-x #fff;
padding:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

.addCartBtn {
width:87px;
height:19px;
border:0;
background:transparent url('../admin/images/g2/add_to_cart.gif') no-repeat center top;
overflow:hidden;
}

.updateButton:hover {
color:#333;
border:1px solid #333;
}

.toggle {
position:absolute;
left:145px;
color:#D80E0E;
padding:3px;
}

/***Clearance***/

.productlist_wrap {
background:#f9f9f9;
position:relative;
border:1px solid #D4D4D4;
width:96%;
padding:6px;
}

.productlist {
padding-left:2px;
border:1px solid #E1EDF9;
border-collapse:collapse;
width:100%;
}

.productlist td {
padding:3px;
}

/*******/

.options {
width:100%;
text-align:center;
padding:20px;
}

.options a {
margin-right:20px;
}

/***Content Top***/

.breadcrumbs {
color:#A0A0A0;
padding:5px 10px;
}
.breadcrumbs a { color:#6f6f6f; }
#content_head { background:#FFFFEF;border:1px solid #DFDEE2;border-width:1px 0; }
.subcats { border-spacing:0; }

.subcats tr td {
vertical-align:top; line-height:150%;
text-align:left; padding:5px 10px; font-size:1.1em;
}
.subcats tr td.odd { background:#F8FAFC;border:1px solid #B5D4FE;border-width:0 1px; }

/***View Cat***/



#productTable tr td.img {
width:50px;
height:50px;
}

#productTable td a.prodimg {
display:block;
line-height:45px;
text-align:center;
padding:0 7px;
}

#productTable td a.prodimg img {
vertical-align:middle;
}

#productTable tr:hover td.img {
background:#fff;
border-color:#CB4185;
}

#productTable tr.hotr td {
background:#FFF0DF!important;
}

#productTable tr.hotcat td a {
color:#7F6200;
text-decoration:underline;
padding:10px 7px;
display:block;
}

#productTable tr.hotcat:hover td a {
color:#CB4185;
}

.price {
color:#D80E0E;
}

.toptools {
float:right;
margin-right:15px;
}

#sort {
float:left;
margin:12px 8px 9px 0;
}

#options {
padding-bottom:4px;
float:right;
line-height:150%;
margin:12px 8px 9px 0;
}

#breadcrumbs {
padding:0 6px 0 0;
}

.bluebarRight {
float:right;
padding:0 5px;
}

.txtbtn {
border:none;
background:none;
color:#0058B1;
text-decoration:none;
}

.txtbtn:hover {
color:#EE2010;
border-bottom:1px solid #EE2010;
}

#list { margin-top:30px; }

/***pagination***/

.pagelimit {
color:#5F4A00;
border:1px solid #FFD324;/*bordr*/
}

.pagination {
float:left;
text-align:left;
padding-top:5px;
}
.pagination form { margin-right:15px; }
.pagination .legend { margin-left:15px; }
#loading { margin:0 10px; }
.currp {
color:#7F6200!important;
margin-right:1px;
border:1px solid #FFD324;/*bordr*/
-moz-border-radius:4px;
-webkit-border-radius:4px;
padding:3px;
}
.pad {
padding:4px;
}
.pagenumbers {
margin-right:10px;
display:inline;
}
.pagenumbers em {
font-size:1.2em;
}
.pagenumbers a {
margin:0 1px;
padding:3px;
}
.pagenumbers a:hover {
color:#BF2373;
}

.catbar {
color:#4f4f4f;
background:#F8FAFC;
border:1px solid #E0E8EF;
border-width:1px 0;
margin:10px 0;
padding:5px 10px 5px 5px;
vertical-align:bottom;
line-height:200%;
overflow:hidden;
}

* html .catbar { height:34px; }

#primary {
clear:right;
overflow:hidden;
}

#primary table {
border:none;
border-collapse:collapse;
line-height:1em;
width:100%;
}

* html #primary table { width:100%!important; }

#primary table thead th {
background:#EFF6FF;
color:#00509F;
border-top:1px solid #DFEDFF;/*bordr*/
border-bottom:1px solid #DFEDFF;
padding:3px 5px;
}

.title .small {
display:block;
color:#666;
padding:0 0 5px 7px;
}

.title img {
margin-right:5px;
}

.title a {
padding:7px;
font-weight:bold;
}

td.p {
color:#367F00;
}

td.crt {
text-align:center;
width:105px;
}

.fP li div {
margin-right:10px;
}
.fp .st { font-size:0.9em; }

td.s div,.fP li div,.details div {
background:url("icons/stock.gif") no-repeat -5px -45px;
width:54px;
height:10px;
display:inline-block;
}
.fP li div {
margin-top:6px;
}
td.s .stk2,.fP .stk2,.details .stk2,.hotspot .stk2 {background-position:-5px -65px;}
td.s .stk3,.fP .stk3,.details .stk3,.hotspot .stk3 {background-position:-5px -85px;}
td.s .stk4,.fP .stk4,.details .stk4,.hotspot .stk4 {background-position:-5px -105px;}
td.s .stk5,.fP .stk5,.details .stk5,.hotspot .stk5 {background-position:-5px -125px;}
td.s .stkb0,.fP .stkb0,.details .stkb0,.hotspot .stkb0 {background-position:-5px -145px;}
td.s .stkb1,.fP .stkb1,.details .stkb1,.hotspot .stkb1 {background-position:-5px -165px;}
td.s .stkb2,.fP .stkb2,.details .stkb2,.hotspot .stkb2 {background-position:-5px -185px;}
td.s .stkb3,.fP .stkb3,.details .stkb3,.hotspot .stkb3 {background-position:-5px -205px;}
td.s .stkb4,.fP .stkb4,.details .stkb4,.hotspot .stkb4 {background-position:-5px -225px;}
td.s .stkb5,.fP .stkb5,.details .stkb5,.hotspot .stkb5 {background-position:-5px -245px;}

/***View Product***/

#product .pagination {
padding:3px 0;
}
#primary #prodside {
float:left;
width:190px;
display:inline;
padding-right:10px;
margin:0 10px 0 8px;
}
#prodside #image {
background:#FFF;
display:block;
text-align:center;
}
#prodinfo {line-height:3em;padding-bottom:10px;margin:15px 0 0;
border-top:1px solid #C0C8CF;text-align:right;}
.details {
color:#4f4f4f;
background:#F7FAFF none repeat scroll 0;
border:1px solid #E0E8EF;
border-width:1px 0;
padding:5px 10px;
font-size:1.05em;
}
.details b,.instock {
margin-left:15px;
}
.details span{
margin-left:10px;
}
.details div,.legend img {
margin-left:5px;
}
#product .price {
border:0;
color:#459A07;
font-size:1.2em;
}
#desc {
line-height:1.5;
text-align:justify;
padding:0 12px 50px 220px;
}
#desc h3 {
color:#459A07;
margin:0 0 5px;
}

.instock {
display:inline;
background:#F8FAFC url('icons/sprite.gif') no-repeat -19px -367px;
padding: 2px 0 1px 18px;
}

/***Footer***/
#foot {
padding:3px 3px 3px 10px;
}
#footer {
background:#191919;
color:#e0e0e0!important;
height:50px;
line-height:1.5em;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:15px;
}
#footer a { color:#eee; }
#footer a:hover{text-decoration:underline;}
#footer .info {
float:right;
width:45%;
}

#footer .logo {
float:right;
margin:12px 0 20px 10px;
background:url("icons/sprite2.gif") no-repeat 0 -315px;
width:37px;
height:28px;
}

/*
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
}*/


/***am***/

.formbtn {
background:#F9F9F9;
padding:5px;
}
.formRegister ul li {
padding-bottom:5px;
}
.formRegister td {
padding:3px;
}

#intro form {
display:inline;
float:left;
}

.errorBox {
background:#FFF4F4;
width:450px;
padding:5px 10px 5px 20px;
}
.mainbox {
line-height:1.2em;
overflow:hidden;
margin-top:15px;
}
#content .mainbox h2 { margin-left:20px;border-width:1px;padding:8px 10px;font-size:1.3em; }
.mainbox table td {
vertical-align:top;
}

.column {
float:left;
width:40%;
}
* html .column {
width:40%;
}


/***Account***/

.mainContent {
background:#F4F8FF;
border:1px solid #B3D4EF;
overflow:hidden;
line-height:130%;
margin:15px 20px 10px 20px;
padding:10px;
}

.mainContent form input,.mainContent form select {
margin-bottom:5px;
}

.mainContent green {
background:#F4F8FF;
border:1px solid #B3D4EF;
}

table.viewOrders {
border-color:#B3D4EF;
border-width:1px 1px 0;
}
table.viewOrders thead th {
background:#fff;
border-bottom:1px solid #B3D4EF;
color:#000;
font-weight:bold;
padding:5px;
}
.viewOrders tr td {
border-bottom:1px solid #B3D4EF;
}
.viewOrders tr.odd td {
background:#fff;
border-top:0;
}
.viewOrders tr.oddb td {
background:#F7FAFF;
border-top:0;
}
.viewOrders td.title {
line-height:150%;
}
.viewOrders td.yellow {
background:#fff;
line-height:150%;
border-color:#B3D4EF;
border-style:solid;
border-width:1px 0 1px 1px;
}

.viewOrders td.total {
border-color:#B3D4EF;
border-width:1px 0 1px 1px;
background:#F8FAFC;
color:#0058B1;
}
.viewOrders td.grandtotal 
{ font-size:1.1em;border-top:1px solid #B5D4FE;border-bottom:1px solid #FFD324;
background:#FFF6BF;color:#4F3D00; }
.viewOrders td.title a { padding:0; }

.boxShipping {
width:50%;
float:left;
display:block;
}

.boxBilling {
width:50%;
float:right;
display:block;
}

.indent { padding:0 0 0 10px; }

.debug {
border:1px solid #FF8F9E;
margin-right:15px;
margin-bottom:10px;
background:#FFFEEF;
padding:5px;
}

#bulletlist h3 { margin-top:10px; margin-bottom:10px; }
#bulletlist ul { margin-left:20px; }
#content fieldset,.buyForm { display:inline; }

#productTable .buyButton,#productTable .delButton {
color:#0058B1!important;
font-weight:bold;
}

#productTable a.buyButton:hover,#productTable a.delButton:hover { color:#EE2010!important; }

#productTable tr.hotcat td {
border:1px solid #FFD324; /*bordr*/
border-width:1px 0;
background:#FFF6BF;
}

.box td,.viewOrders td { padding:5px; }
.suggestionList li:hover { background:#EFF9FF; }

td.p,thead th.price {
text-align:right;
padding-right:10px;
width:11%;
}

#product,.specials { margin-top:10px; }
div.legend { line-height:150%;float:right; }

.stk, .stkb {
background:url("icons/stock.gif") no-repeat -5px -3px;
padding-left: 15px;
margin-left:5px;
}
.stkb { background-position:-5px -23px; }

.amr { float:right; margin:10px; }

.crtbtn {
background:#FFF6BF;
color:#7F6200;
font-size:1em;
margin:0 auto;
padding:5px;
border:1px solid #FFD324;
cursor:pointer;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

#footer .info, .f .l, #header, div#userbar, .prodBuy, .price, .catbar
{text-align:right;}

.adminbox li .b,form#search, .level, #sidebar h2,.instock,.legend a,.crtbtn,
.alert,.notice, * html #intro h2, #intro h3,.feath,.prodBuy,
.buyButton,.buyButtoni,.chktButton,.chktButtonb,.chktButtono,
.shopmoreButton,.updateButton,.toggle,.options,.breadcrumbs,
.toptools,.currp,.pagenumbers a,#product .price,#desc h3
{font-weight:bold;}

/***group***/

.adminbox li.odd,.adminbox table.orders tbody td, 
#loginbox input, #suggestions, #main, .productlist td, #primary
{background:#fff;}

#side img
{border:2px solid #ccc;}

#sidebar h2 a:hover,.purple,.instock,.stock 
{color:#BF2373;}

ul.tree li ul li,#options input
{vertical-align:bottom;}

tr.hotcat td h3,.debug pre,.chktButtonb,.chktButtono,.shopmoreButton 
{font-size:1.2em;}

.fP .fImg img,* html #options input,#primary #prodside img, .hotspot a.fImg img
{vertical-align:middle;}

.fP li .crtbtn,.flr 
{float:right;}

.box table td.subtotal,.pagelimit,.currp
{background:#FFF6BF;}

.chktButtono:hover,input.searchbtn:hover,input.filterbtn:hover,.loginbtn,
.addCartBtn,.updateButton:hover,.toggle,.txtbtn:hover,.button:hover
{cursor:pointer;}

fieldset,#productTable tr.hot td.img,.suggestionList li.one,
img,.adminbox table.orders tr td a:hover .status,.box table td.checkout,.box table td.first
{border:0;}

.submit,.updateButton,.formbtn
{border:1px solid #ccc;}

#sidebar .box,table.viewOrders,#sidebar
{border-style:solid;}

.products_box ul,.suggestionList,ul.tree,ul#nav,#prodinfo ul,ul.fP
{list-style-type:none;}

.clearfix:after
{visibility:hidden;}

#loginbox,#stockinfo,#suggestions,td.s span,#loading,#loadingb
{display:none;}

.crtbtn,.advtr,.title a,.legend
{display:inline-block;}

.clearfix,ul.tree li a,.starbox,.stars,
.starsw,.box ul,.buyButton,.spacer,.breadcrumbs,
#sort,#options,#footer .logo,.column,div#userbar
{display:block;}

.legend a,#primary table tbody td.title a:hover 
{text-decoration:underline;}

@media print {
	#side,#secondary,#lightbar,#footer {display:none;}
	#header,#primary #prodside,#productTable tr.hot td.img a {border:0;}
	#content {margin-left:0;}
}