/* DEFAULT TAGS */
html, body  {
  height: 100%;
  background: url(html_bg.jpg) repeat;
}

body  {
  padding: 0;
  margin: 0;
  background: url(body_bg.jpg) repeat-x;
  font: 12px/18px Arial, Helvetica, sans-serif;
  color: #000;
}

a  {
  text-decoration: none;
  color: #005687;
}

a:hover  {
  color: #c80000;
  text-decoration: none;
}

h1, h2, h3, h4  { font-weight: normal; }

h1.heading  {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 15px;
}

h1.search_heading  {
  display: inline;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}

h2  {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 15px;
}

h3  {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

h4  {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 10px;
}

h4 a  {
  font-weight: bold;
  text-decoration: underline;
}

h5  {
  font-size: 12px;
  line-height: 21px;
  text-transform: capitalize;
  margin: 0 0 6px;
}

h2.title  {
  background: url(title_left.gif) no-repeat;
  margin: 0 0 20px;
  position: relative;
  margin-left: -26px;
  color: #fff;
}

div.cat_title  {
  background: url(title_left.gif) no-repeat;
  margin: 0 0 20px;
  position: relative;
  margin-left: -26px;
  color: #fff;
}

div.title  {
  background: url(title_left.gif) no-repeat;
  margin: 0 0 20px;
  position: relative;
  margin-left: -26px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

h1.heading  {
  background: url(title_left.gif) no-repeat;
  margin: 0 0 20px;
  position: relative;
  margin-left: -26px;
  color: #fff;
}

h2.title span  {
  display: block;
  background: url(title_right1.gif) no-repeat right top;
  height: 35px;
  padding: 16px 29px 0;
  text-transform: capitalize;
}

div.cat_title span  {
  display: block;
  background: url(title_right1.gif) no-repeat right top;
  height: 35px;
  padding: 16px 29px 0;
  text-transform: capitalize;
}

div.title span  {
  background: url(title_right1.gif) no-repeat right top;
  height: 35px;
  padding: 16px 29px 0;
  text-transform: capitalize;
  display: block;
}

h1.heading span  {
  display: block;
  background: url(title_right1.gif) no-repeat right top;
  height: 35px;
  padding: 16px 29px 0;
  text-transform: capitalize;
}

p  {
  margin: 0 0 15px;
}

ul, ol  {
  padding: 0;
  margin: 0;
  list-style: none;
}

img  { border: none; }

input, select, textarea  {
  border: 1px solid #e3e1dd;
  padding: 3px; 
  font: 12px/18px Arial, Helvetica, sans-serif;
}


#wrapper  {
  width: 986px;
  margin: 0 auto;
}


/* HEADER TAGS */
#header  {
  width: 945px;
  height: 57px;
  padding-top: 24px;
  margin: 0 auto;
}

#header h1  {
  float: left;
  margin: 0;
}

.logo  {
  float: left;
  margin: 0;
}

#header h1 span  { display: none; }

#header form  { float: right; }

#header input.search_query  {
  width: 163px;
  height: 17px;
  float: left;
  padding: 3px 10px;
  margin-right: 6px;
  background: url(search_field.gif) no-repeat;
  border: none;
}

#header input.search_btn  {
  width: 87px;
  height: 21px;
  float: left;
  background: url(search_btn.gif) no-repeat;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
}


/* NAVI TAGS */
#navi  {
  width: 986px;
  margin: 0 auto;
  background: url(navi_left.gif) no-repeat;
}

#navi ul  {
  height: 27px;
  background: url(navi_right.gif) no-repeat right top;
  text-align: center;
  padding-top: 12px;
}

#navi ul li  { display: inline; margin-right: 25px; }

#navi ul li a  {
  color: #56534e;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  text-transform: capitalize;
}

#navi ul li a:hover, #navi ul li.active a  {
  color: #c80000
}

#navi ul li.last  { margin: 0; }


/* CATEGORY TAGS */
#category  {
  background: url(category_cen.png) repeat-y;
  padding: 0 20px 5px;
  margin-top: -6px;
  position: relative;
}

.category_title h2.title  {
  margin: -6px -6px 0;
  position:relative;
  z-index:100;
}

.category_title div.cat_title  {
  margin: -6px -6px 0;
  position:relative;
  z-index:100;
  font-size: 18px;
  line-height: 20px;
}

.category_title h2.title span  { background: url(title_right.gif) no-repeat right top; }
.category_title div.cat_title span  { background: url(title_right.gif) no-repeat right top; }

.category_title h1.heading  {
  margin: -6px -6px 0;
  position:relative;
  z-index:100;
}

.category_title h1.heading span  { background: url(title_right.gif) no-repeat right top; }

#category ul li  {
  float: left;
}

#category ul li ul li  {
  width: 227px;
  background: url(category_item.png) no-repeat;
  padding: 0 0 0 23px;
  margin-top: 12px;
  clear: both;
}

#category ul li ul li a  { color: #000; text-decoration: none; }

#category ul li ul li a:hover  { color: #005687; }

#category ul li.last ul li  { width: 170px; }

.category_bot  {
  height: 11px;
  background: url(category_bot.png) no-repeat;
  margin-bottom: 27px;
  font-size: 0;  
}


/* CONTENT TAGS */

#content  { background: url(content_cen.gif) repeat-y; position:relative; height:1%; }

#content .content_top  { background: url(content_top.gif) no-repeat; }

#content .content_bot  { 
  background: url(content_bot.gif) no-repeat left bottom;
  padding: 15px 20px;
}

#content .col_left  {
  float: left;
  width: 650px;
}

#content .col_right  {
  float: right;
  width: 277px;
  padding-top: 11px;
}

#content .desc  {
  float: left;
  margin: 0 8px 40px 0;
  font-size: 11px;
  line-height: 20px;
}

#content .desc.full  {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 25px;
}

#content .desc.full.fright { margin-right: 0; }

#content .desc .shBR  { padding: 6px 13px; }

#content .desc p  {
  margin: 0;
  overflow: hidden;
}

#content .desc .leftdesc, #content .desc .rightdesc,
#content .desc.full .leftdesc, #content .desc.full .rightdesc  {
  display: block;
  width: 72px;
  float: left;
}

#content .desc.full .leftdesc  { width: 98px; }

#content .desc.full .rightdesc  { width: 197px; }

#content .desc .rightdesc  { width: 79px; }

#content .desc.big .rightdesc  { width: 238px; }

#content .desc big  { color: #005687; }

#content .screen  { float: left; }

#content .col_right h3  { padding-left: 22px; }

#content .col_right ol li  {
  overflow: hidden;
  line-height: 25px;
  color:#757575;
}

#content .col_right ol li span  {
  float: left;
  width:  178px;
}

#content .col_right ol li span.num  {
  width: 20px;
}

#content .col_right ol li span.qty  {
  float: right;
  width: auto;
}

#content .col_right .shBR  { margin-bottom: 25px; }

#content #breadcrumb  { padding-bottom: 20px; }

#productpage #content  { margin-top: -11px; }

#productpage .content_bot  { padding-top: 25px; }

#content #breadcrumb a, #content #breadcrumb img  { margin-right: 5px; }

#content #breadcrumb img  { vertical-align: middle; }

#content .imgblk  {
  float: left;
  margin: 0 15px 10px 0;
}

#content .btnblk  {
  float: right;
  padding-bottom: 25px;
}

#content .btnblk a  { margin-left: 10px; }

#content .username  {
  float: left;
  background: url(user_ico.gif) no-repeat;
  padding: 0 0 0 31px;
  line-height: 25px;
}

#content .date  {
  float: right;
  padding-right: 11px;
  font-style: italic;
}

#content .comment  {
  clear: both;
  padding: 6px 0 18px;
  line-height: 21px;
}

#content .post_comment input, #content .post_comment label, #content .post_comment span  {
  float: left;
}

#content .post_comment p  {
  overflow: hidden;
  margin-bottom: 6px;
}

#content .post_comment label  {
  width: 62px;
  padding-top: 3px;
}

#content .post_comment .nec  {
  width: 12px;
  color: #005687;
  font-size: 18px;
  padding-top: 3px;
}

#content .post_comment input  { width: 238px; }

#content .post_comment textarea  { width: 565px; height: 68px; }

#content .post_comment .rem  { width: 130px; }


/* FOOTER TAGS */
#footer  {
  padding: 20px 0 10px;
  text-align: center;
}

#footer ul  {display: inline;}

#footer ul li  {
  display: inline;
  margin-right: 14px;
}

#footer ul li a  {
  text-decoration: underline;  
  text-transform: capitalize;
}

#footer ul li a:hover  {
  color: #005687;
  text-decoration: none;
}

#footer ul.sort li  { margin-right: 0; }

#footer  p  { margin: 20px 0 0; }


/* BUTTONS */
a.info  {
  display: block;
  float: left;
  width: 23px;
  height: 23px;
  background: url(info_ico.gif) no-repeat 0 0;
  margin-right: 8px;
}

a.info:hover  { background-position: 0 -23px; }

a.btn  {
  display: block;
  float: left;
  background: url(btn_left.gif) no-repeat;
}

a.btn span  {
  display: block;
  width: 99px;
  height: 23px;
  background: url(btn_right.gif) no-repeat 100% 0;
  color: #4e4a43;
  line-height: 23px;
  text-align: center;
}

a.btn:hover  { background-position: 0 -23px; }

a.btn:hover span  { background-position: 100% -23px; color: #fff; }


/* BORDERS */
.shT  { background: #fff url(cen.gif) repeat-x;  }
.shTL   { background: url(top_left.gif) no-repeat left top; }
.shTR   { background: url(top_right.gif) no-repeat right top; }
.shL   { background: url(cen.gif) repeat-y; }
.shR   { background: url(cen.gif) repeat-y right top; }
.shBL   { background: url(bot_left.gif) no-repeat left bottom; }
.shB   { background: url(cen.gif) repeat-x bottom left; }
.shBR   { background: url(bot_right.gif) no-repeat right bottom; padding: 13px 13px 13px 23px; height: 1%; }

.shTg  { background: #f8f8f8 url(cen_g.gif) repeat-x;  }
.shTLg   { background: url(top_left_g.gif) no-repeat left top; }
.shTRg   { background: url(top_right_g.gif) no-repeat right top; }
.shLg   { background: url(cen_g.gif) repeat-y; }
.shRg   { background: url(cen_g.gif) repeat-y right top; }
.shBLg   { background: url(bot_left_g.gif) no-repeat left bottom; }
.shBg   { background: url(cen_g.gif) repeat-x bottom left; }
.shBRg   { background: url(bot_right_g.gif) no-repeat right bottom; padding: 10px 13px; height: 1%; }


/* OTHER TAGS */
.clear  { clear: both; }
.fleft  { float: left !important; }
.fright  { float: right !important; }
.wauto  { width: auto !important; }
.brdnone{ border: none; }

.fleft a {
  font-weight:bold;
  text-decoration:underline;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 10px;
}

.pager {
 text-align:center;
 padding-bottom:10px;
}

a.bma_feed {
background-image:url("feed-icon-12x12.gif");
background-position:1px 1px;
background-repeat:no-repeat;
padding-left:18px;
}

.editor table.edt_controls_container td.label span.required_new {
background-image:url(required.gif);
background-position:left 0.45ex;
background-repeat:no-repeat;
padding-left:12px;
}

