/* --- HTML Redefine Tags --- */
body{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 auto;
  padding: 0;
  color: #333333;
  background: url(../images/bg.jpg);
}

input, form, textarea h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
}

h1{
  font-size: 18px;
}

h2{
  font-size: 14px;
  color: #999999;
}

h3{
  font-size: 13px;
  border-bottom: solid 1px #DEDEDE;
  padding: 4px 0;
  margin-bottom: 10px;
}

a:link, a:visited{
  color: #45A13C;
  text-decoration: none;
}

a:hover{
  color: #DD5E11;
  text-decoration: underline;
}

strong{
  font-weight: 700;
}
table, img{
  border: 0px;
}
button, input.button, a.button{
  border: 1px solid #C2C2C2;
  background: #00BB4E;
  padding: 3px 5px;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 11px;
}
/* --- PAGE STRUCTURE --- */
#container{
  width: 996px;
  margin: 0 auto;
  padding: 0 3px;
  background: #FFFFFF;
}
div#global-message{
  width: auto;
  display: block;
}

/*=== Header ===*/
div#header{
  width: 990px;
  display: block;
  float: left;
}
div#header .header-logo{
  width: 273px;
  padding: 0;
  float: left;
  margin: 0;
}

div#header .header-banner{
  width: 701px;
  margin: 12px 0 0 0;
  padding: 0;
  float: left;
  text-align: center;
}
div#header .header-banner .bannergroup{
  
}
div#header .header-banner .bannergroup .banneritem{
  float: left;
  width: 310px;
  overflow: hidden;
  padding: 0 20px;
}


div#header .header-nav{
  width: 986px;
  margin: 10px 0 0 0;
  padding: 0;
  float: right;
  text-align: right;
  background: transparent;
  border-bottom: 3px solid #008D00;
}

/*--- User nav ---*/
div.user-nav{
  width: auto;
  height: 105px;
}
ul.user-nav{
  list-style: none;
  float: right;
  margin: 0px;
  padding: 0px;
}
ul.user-nav li.user-nav-l{
  list-style: none;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 5px;
  height: 25px;
  background: url(../images/user-nav-left.gif) no-repeat left;
}
ul.user-nav li.user-nav-r{
  list-style: none;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 5px;
  height: 25px;
  background: url(../images/user-nav-right.gif) no-repeat right;
}
ul.user-nav li.user-nav-m{
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  background: url(../images/user-nav-middle.gif) repeat-x center;
  height: 25px;
  line-height: 25px;
}
ul.user-nav li.user-nav-m ul{
  width: auto;
  margin: 0;
  padding: 0;
}

ul.user-nav li.user-nav-m ul li{
  display: inline;
  padding: 0 10px;
}
ul.user-nav li.user-nav-m ul li a{
  text-decoration: none;
  color: #333333;
}
ul.user-nav li.user-nav-m ul li a:hover{
  text-decoration: underline;
}
ul.user-nav li.user-nav-m ul li#current a{
  color: #DD5E11;
  text-decoration: none;
  font-weight: 700;
}
ul.user-nav li.user-nav-m ul li#current a:hover{
  text-decoration: underline;
}
/*--- Top nav ---*/
div.top-nav{
  background: #025BD0;
  float: right;
}
ul.top-nav{
  list-style: none;
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: right;
  width: auto;
  right: 0;
}
ul.top-nav li.top-nav-l{
  list-style: none;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 6px;
  height: 32px;
  background: url(../images/top-nav-left.gif) no-repeat left;
}
ul.top-nav li.top-nav-r{
  list-style: none;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 6px;
  height: 32px;
  background: url(../images/top-nav-right.gif) no-repeat right;
}
ul.top-nav li.top-nav-spacer{
  list-style: none;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 6px;
  height: 32px;
  background: url(../images/top-nav-spacer.gif) no-repeat right;
}
ul.top-nav li.top-nav-m{
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  background: url(../images/top-nav-middle.gif) repeat-x top;
  height: 32px;
  line-height: 32px;
}
ul.top-nav-item{
  list-style: none;
  margin: 0;
  padding: 7px 13px 0;
}
ul.top-nav-item li.top-nav-item-l{
  float: left;
  margin: 0;
  padding: 0;
  width: 4px;
  height: 25px;
  background: url(../images/top-nav-item-left.gif) no-repeat left;
}
ul.top-nav-item li.top-nav-item-r{
  float: left;
  margin: 0;
  padding: 0;
  width: 4px;
  height: 25px;
  background: url(../images/top-nav-item-right.gif) no-repeat right;
}
ul.top-nav-item li.top-nav-item-m{
  float: left;
  margin: 0;
  padding: 0 8px 0;
  background: url(../images/top-nav-item-middle.gif) repeat-x top;
  height: 25px;
  line-height: 25px;
}
ul.top-nav-item li.top-nav-item-m a{
  font-weight: 700;
  color: #FFFFFF;
}
ul.top-nav-item li.top-nav-item-inactive{
  float: left;
  margin: 0;
  padding: 0 8px 0;
  height: 25px;
  line-height: 25px;
}
ul.top-nav-item li.top-nav-item-inactive a{
  font-weight: 700;
  color: #45A13C;
}
/*=== End Header ===*/

/*=== Main ===*/
div#main{
  width: 990px;
  display: block;
  float: left;
  margin: 0 auto;
  padding: 5px 0 0;
}
ul#main{
  width: 990px;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul#main li#main-li{
  float: left;
}
li.li-spacer{
  float: left;
  width: 10px;
}

/*--- Left Orange Column ---*/
div#left-orange{
  padding: 0 0 10px 0;
  margin: 0 0 10px;
  width: 232px;
  background: url(../images/left-orange-bottom.gif) no-repeat bottom left;
}
div#left-orange h3{
  padding: 0px;
  margin: 0px;
  width: auto;
  background: url(../images/left-orange-h3.gif) no-repeat top left;
  border: 0px;
  height: 34px;
  line-height: 34px;
  padding-left: 20px;
  font-weight: 700;
  color: #13AB13;
}

div#left-orange ul.menu{
  list-style: none;
  margin: 0 10px 6px;
  padding: 0;
}


div#left-orange ul li{
  border-bottom: dashed 1px #b5ad9f;
  margin: 0;
  padding: 0;
}

div#left-orange ul li a{
  display: block;
  text-decoration: none;
  padding: 0;
}

div#left-orange ul li a:link,div#left-orange ul li a:visited{
  background: transparent url(../images/menu-arrow.gif) no-repeat left;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  font-size: 13px;
  margin: 0 8px;
  padding: 0 0 0 20px;
}
div#left-orange ul li a:hover{
  color: #FFAD00;
}

div#left-orange ul li ul{
  background: #f0f0f0;
  border: solid 1px #FFF;
  margin: 0 14px 5px;
  padding: 0;
  list-style: none;
}

div#left-orange ul li ul li{
  border: solid 1px #fff;
  background: transparent;
  margin: 0;
  padding: 0 0 0 3px;
}

div#left-orange ul li ul li a:hover,div#left-orange ul li ul li a:active,div#left-orange ul li ul li a:focus{
  background: #93246F;
  color: #fff;
}

div#left-orange ul li ul li ul{
  border: solid 0 #E0C1E0;
  padding: 10px 0 10px 5px;
}

div#left-orange ul li.active a:link,div#left-orange ul li.active a:visited{
  background: transparent url(../images/menu-arrow-active.gif) no-repeat left;
  height: 30px;
  line-height: 30px;
  color: #00B44B;
  font-weight: 700;
  font-size: 13px;
  margin: 0 8px;
  padding: 0 0 0 20px;
}
div#left-orange ul li.active a:hover{
  color: #000000;
}

div#left-orange ul li.active ul li a:link,div#left-orange ul li.active ul li a:visited{
  background: none;
  color: #D64608;
  font-weight: 400;
  height: 25px;
  line-height: 25px;
  padding: 0;
}

div#left-orange ul li.active ul li ul li a:link,div#left-orange ul li.active ul li ul li a:visited{
  background: #fff;
  border-bottom: solid 1px #E0C1E0;
  color: #000;
  font-weight: 400;
  margin: 0 0 0 10px;
}

div#left-orange ul li.active ul li.active a:link,div#left-orange ul li.active ul li.active a:visited{
  background: none;
  color: #D64608;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
  padding: 0;
}

div#left-orange ul li.active ul li.active ul li a:link,div#left-orange ul li.active ul li.active ul li a:visited{
  background: url(../images/menu-arrow-active.gif) #fff no-repeat top left;
  color: #000;
  font-weight: 400;
  margin: 0 0 0 15px;
  padding: 3px 0 3px 15px;
}

div#left-orange ul li.active ul li.active ul li.active span.active_link{
  background: url(../images/menu-arrow-active.gif) #fff no-repeat top left;
  border-bottom: solid 1px #E0C1E0;
  color: #000;
  font-weight: 700;
  margin: 0 0 0 15px;
  padding: 3px 0 3px 15px;
}

/*--- Left Sliver Column ---*/
div#left-sliver, div#left-top-sliver{
  padding: 0;
  margin: 0;
  width: 232px;
}
div#right-sliver{
  padding: 0;
  margin: 0;
  width: 181px;
}

div#left-top-sliver div.module a:link, div#left-top-sliver div.module a:visited,
div#left-sliver div.module a:link, div#left-sliver div.module a:visited,
div#right-sliver div.module a:link, div#right-sliver div.module a:visited{
  color: #707070;
  text-decoration: none;
}
div#left-top-sliver div.module a:hover, div#left-sliver div.module a:hover, div#right-sliver div.module a:hover{
  color:#707070;
  text-decoration: underline;
}
div#left-top-sliver div.module h3{  
  background: url(../images/left-top-sliver-h3.gif) no-repeat left top;
  font-family: Arial, sans-serif;
  color: #008738; 
  text-indent: 0px;
  font-size: 16px;
  height: 46px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 6px;
  text-align: left;
  border: 0px;
  padding-left: 49px;
}
div#left-sliver div.module h3, div#right-sliver div.module h3{  
  background: none; 
  font-family: Tahoma;
  color: #008738; 
  text-indent: 0px;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  text-align: left;
  border: 0px;
}
div#left-top-sliver div.module{
  width: 232px;
  background: url(../images/left-sliver-middle.gif) left top repeat-y;
  margin: 0 0 10px 0;
}
div#left-sliver div.module{
  width: 232px;
  background: url(../images/left-sliver-middle.gif) left top repeat-y;
  margin: 10px 0;
}
div#right-sliver div.module{
  width: 181px;
  background: url(../images/right-sliver-middle.gif) left top repeat-y;
  margin: 0 0 10px 0;
}
div#left-top-sliver div.module div, div#left-sliver div.module div{
  width: 232px;
  background: url(../images/left-sliver-top.gif) top left no-repeat;
}
div#right-sliver div.module div{
  width: 181px;
  background: url(../images/right-sliver-top.gif) top left no-repeat; 
}
div#left-top-sliver div.module div div{
  width: 232px;
  background: url(../images/left-top-sliver-bottom.gif) bottom left no-repeat;
}
div#left-sliver div.module div div{
  width: 232px;
  background: url(../images/left-sliver-bottom.gif) bottom left no-repeat;
}
div#right-sliver div.module div div{
  width: 181px;
  background: url(../images/right-sliver-bottom.gif) bottom left no-repeat;
}
div#left-top-sliver div.module div div div, div#left-sliver div.module div div div{
  width: 216px;
  padding: 8px 10px;
  color: #707070; 
  font-size: 11px;
  text-align: left;
}
div#right-sliver div.module div div div{
  padding: 0 10px;
  color: #707070; 
  font-size: 11px;
  text-align: left;
}
div#left-top-sliver div.module div div div div, div#left-sliver div.module div div div div, div#right-sliver div.module div div div div{
  padding: 0px;
  margin: 0px;
  background: none;
}

div#right-sliver div.module div div div ul{
  padding: 0 14px 5px 12px;
  margin: 0;
  font-size: 11px;
}
div#right-sliver div.module div div div ul li{
  margin: 3px 0;
  padding: 0;
  list-style: url(../images/green-arrow.gif);
}
div#right-sliver div.module div div div ul li a{
  font-weight: 700;
}
div#right-sliver div.module div div div ul li a:hover{
  color: #008738;
}
/*--- Main Column ---*/
li.main-col{
  float: left;
  padding: 0 10px;
  margin: 0px;
}
div#main-col{
  width: 557px;
  margin: 0 0 10px;
}
div#vmMainPage{
  margin: -20px 0 0 0;
  padding: 0;
}
div.componentheading, div#vmMainPage h3, div#vmMainPage h2{
  background: none; 
  font-family: Tahoma;
  color: #008738; 
  text-indent: 0px;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  text-align: left;
  border-bottom: 1px solid #CCC;
}
div#vmMainPage h4{
  background: none; 
  font-family: Tahoma;
  color: #333333; 
  font-size: 12px;
  margin-bottom: 6px;
  padding-bottom: 2px;
  text-align: left;
  border: none;
  text-transform: uppercase;
}
div#vmMainPage h5{
  background: none; 
  font-family: Tahoma;
  color: #333333; 
  font-size: 12px;
  margin-bottom: 6px;
  padding-bottom: 2px;
  text-align: left;
  border: none;
  border-bottom: 1px solid #CCC;
}

table.blog{
  margin: 0px;
  padding: 0px;
}
td.contentheading, a.contentpagetitle{
  font-weight: bold;
  font-size: 13px;
  color: #FA7809;
}
a.contentpagetitle:hover{
  color: #008836;
  text-decoration: none;
}
span.small, td.createdate, .modifydate{
  font-size: 11px;
  color: #8D8D8D;
}
a.readon{
  font-size: 11px;
  font-style: italic;
}
table.contentpane{
  margin: 0;
  padding: 0;
}
table.contentpane ul{
  margin: 0;
  padding: 2px 26px;
  list-style: url(../images/green-next.gif);
}
table.contentpane ul li{
  margin: 8px 0;
  padding: 0;
}
table.contentpane ul li a{
  font-weight: 700;
}
div.blog_more{
  margin: 0;
  padding: 0;
}
div.blog_more ul{
  margin: 5px 5px 5px 40px;
  padding: 0;
  list-style: url(../images/green-next.gif);
}
div.blog_more ul li{
  padding: 2px 0 2px 0;
}
div.blog_more ul li a.blogsection:hover{
  color: #DD5E11;
  text-decoration: none;
}

div.pagination{
  margin: 0px;
  padding: 0px;
  text-align: center;
}
div.pagination input.b-n-active{
  background: transparent;
  border: 1px solid #737373;
  padding: 1px 2px 1px 2px;
  margin: 0px 5px 0px 5px;
}
div.pagination input.b-active{
  background: transparent;
  border: 1px solid #45A13C;
  padding: 1px 2px 1px 2px;
  margin: 0px 5px 0px 5px;
  color: #45A13C;
}
div.pagination a.b-n-active{
  background: transparent;
  border: 1px solid #737373;
  padding: 2px 3px 2px 3px;
  margin: 0px 5px 0px 5px;
}
div.pagination a.b-active{
  background: transparent;
  border: 1px solid #45A13C;
  padding: 2px 3px 2px 3px;
  margin: 0px 5px 0px 5px;
  color: #45A13C;
}

table.contentpane tbody tr td form table tbody tr td.sectiontableheader{
  font-weight: 700;
}
table.contentpane tbody tr td form table tbody tr td.sectiontableheader a:hover{
  font-weight: 700;
  text-decoration: underline;
}
table.contentpane tbody tr td ul li{
  margin: 10px 0;
}

table.contentpane tbody tr td form table tbody tr td{
  padding: 4px 15px;
}

table.contentpane tbody tr td form table tbody tr.sectiontableentry1 td{
  background: #EAEBEB;
}

table.contentpane tbody tr td form table tbody tr.sectiontableentry1 td a{
  color: #DF6510;
  font-size: 12px;
}
table.contentpane tbody tr td form table tbody tr.sectiontableentry2 td a{
  font-size: 12px;
}
/*--- User Pages ---*/
form#com-form-login div.componentheading{
  display: none;
}
form#com-form-login table tbody tr td div img{
  display: none;
}
form#com-form-login fieldset.input{
  border: 0;
}
form#com-form-login ul{
  padding: 10px 0 0 28px;
  margin: 0;
  list-style: url(../images/orange-right-arrow.png);
}
form#com-form-login ul li{
  padding: 0;
  margin: 4px 0;
}

/*--- Main modules ---*/
div#main-top{
  padding: 0;
  margin: 2px 0 0 0;
}
div#main-top div.moduletable{
  margin: 0 0 15px 0;
}
div#main-top div.moduletable h3{
  background: url(../images/main-module-h3.gif) no-repeat left top;
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #008738; 
  font-size: 14px;
  height: 22px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  border: 0px;
  padding-left: 8px;
}

/*div#vmMainPage h3{
  background: url(../images/white-bar.gif) no-repeat left top;
  font-family: Tahoma;
  color: #272c2b; 
  font-size: 14px;
  height: 32px;
  line-height: 21px;
  text-align: left;
  border: 0px;
  padding-left: 10px;
  margin: 3px 0 0;
  font-weight: 700;
}
*/

div.bannergroup div.banneritem{
  text-align: center;
  margin: 3px 0 0;
}
/*=== End main ===*/



/*=== Virtue Mark ===*/
div#vmMainPage form{
}
div#vmMainPage fieldset{
  border: 1px solid #CCCCCC;
  margin-bottom: 20px;
}
div#vmMainPage div#register_stretcher fieldset legend.sectiontableheader, div#register_stretcher legend span.sectiontableheader{
  font-weight: 700;
  font-size: 13px;
  color: #0cbb14;
  background: none;
}
div#vmMainPage form div div strong{
  color: #f11f3f;
}
hr{
  border: 1px solid #008A35;
}
div.module hr{
  width: 180px;
  border: 1px solid #8c8c8c;
}

td#vm-parameter-search a{
  font-weight: 700;
  font-size: 15px;
  float: left;
  height: 64px;
  text-align: left;
  padding-left: 70px;
  line-height: 64px;
}
td.vm-parameter-search-1{
  background: url(../images/vm/pill.gif) no-repeat left;
}
td.vm-parameter-search-2{
  background: url(../images/vm/medical.png) no-repeat left;
}
ul#paramater-search-cat{
  width: 557px;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
ul#paramater-search-cat li.paramater-search-cat-txt{
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 350px;
}
ul#paramater-search-cat li.paramater-search-cat-button{
  float: left;
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
  width: 207px;
}

div#vm-categories{
  width: 557px;
}

div#vm-categories table tbody tr td{
  vertical-align: bottom;
  height: 140px;
  padding: 6px;
}
div#vm-categories table tbody tr td ul{
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 1px solid #CCCCCC;
}
div#vm-categories table tbody tr td ul li.vm-cat-img{
  height: 110px;
  padding-top: 10px;
}
div#vm-categories table tbody tr td ul li.vm-cat-img img{
}
div#vm-categories table tbody tr td ul li.vm-cat-name{
  height: 30px;
}
div#vm-categories table tbody tr td ul li.vm-cat-name a{
  font-weight: 700;
  font-size: 11px;
  text-decoration: none;
}

div#vm-order-form{
  background: url(../images/white-bar.gif) left top no-repeat;
  width: 557px;
  height: 32px;
  line-height: 32px;
}
div#vm-order-form form{
  font-weight: bold;
  padding: 0 0 0 18px;
}
div#vm-order-form form select{
  font-size: 11px;
  margin: 0 0 0 6px;
  border: 1px solid #aeaeae;

}

div#product_list{
  width: 566px;
}
div.vm-product-list-0{
  background: #F8F8F8;
}
div#vm-product-list{
  padding: 0 8px;
}
div#vm-product-list h3{
  background: none;
  border: 0;
  font-size: 13px;
  height: 14px;
}

input.vm-cart-button-1{
  background: url(../images/vm/vm-cart-button.gif) no-repeat left top;
  width: 70px;
  height: 20px;
  border: none;
  font-size: 10px;
  font-weight: 700;
  font-family: Tahoma;
  color: #000000;
  margin-top: 5px;
}
input.inputboxquantity{
  border: 1px solid #CCCCCC;
  font-size: 11px;
}

/*--- Product listing ---*/
div#vmpl-single{
  padding: 0;
  margin: 0 0 8px;
  font-size: 11px;
}
td.vmpl-spacer{
  vertical-align: top;
  width: 8px;
}
td.vmpl-img{
  width: 120px;
  text-align: center;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  padding: 5px 0;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
td.pl-attr{
  width: 200px;
  border-right: 1px solid #cdcdcd;
  padding-right: 5px;
  vertical-align: top;
}
td.pl-attr div{
  float: left;
  margin: 0 0 3px;
}
div.pl-attr-title{
  font-weight: 700;
  width: 80px;
}
div.pl-attr-value{
  width: 120px;
}

td.pl-price-rate{
  padding: 0 8px;
  width: 90px;
  border-right: 1px solid #CCC;
  vertical-align: top;
}
div.pl-price{
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #CCCCCC;
}

td.vmpl-add2cart{
  vertical-align: top;
}
a.vmpl-detail{
  font-weight: 700;
  color: #FE6C07;
  background: url(../images/vm/detail_arrow.gif) no-repeat right;
  height: 11px;
  padding-right: 16px;
}
a.vmpl-detail:hover{
  color: #008731;
  text-decoration: none;
}
/*--- Pagination ---*/
div#vm-pagination{
  background: url(../images/white-bar.gif) left top no-repeat;
  width: 557px;
  height: 32px;
  line-height: 32px;
  font-size: 11px;
  margin-top: -13px;
  text-align: center;
  padding: 0;
}
ul.pagination li{
  padding: 0 6px;
}
ul.pagination li a{
  color: #008738;
}
ul.pagination li a:hover{
  color: #FEB900;
}
/*--- Recent view product ---*/
div#vm-recent-product{
  padding: 8px 0 0 0;
}
div#vm-recent-product ul{
  list-style: url(../images/vm/right-green-arrow.png);
  margin: 0;
  padding: 0 0 0 18px;
}
div#vm-recent-product ul li{
  padding: 3px 0;
}
/*--- Pathway ---*/
div.pathway{
  background: url(../images/white-bar.gif) left top no-repeat;
  width: 557px;
  height: 32px;
  line-height: 32px;
  margin-top: 2px;
  padding-left: 10px;
}
/*--- Product details ---*/
div#vm-product-detail{
  font-size: 11px;
}
table.vmpd-1-1, div.vmpd-1-2{
  padding: 0;
  margin: 0;
}
td.vmpd-1-img{
  width: 120px;
  text-align: center;
  padding: 5px;
  float: left;
  font-size: 10px;
  vertical-align: top;
}
td.vmpd-1-attr{
  vertical-align: top;
}
td.vmpd-1-attr table tr td.vmpd-a-title{
  width: 140px;
  padding: 0 0 8px 0;
  font-weight: 700;
  vertical-align: top;
}
td.vmpd-1-attr table tr td.vmpd-a-value{
  padding: 0 0 8px 0;
  vertical-align: top;
}


dl.tabs{
  float: left;
  z-index: 50;
  background: transparent;
  height: 32px;
  width: 100%;
  border-bottom: 1px solid #008E00;
  padding: 0;
  margin-bottom: 8px;
  display: block;
}

dl.tabs dt{
  float: left;
  border-left: 1px solid #008E00;
  border-right: 1px solid #008E00;
  border-top: 1px solid #008E00;
  background: #008E00;
  color: #FFFFFF;
  font-weight: 700;
  margin: 9px 8px 0 3px;
  padding: 4px 10px;
}

dl.tabs dt.open{
  background: #F9F9F9;
  border-bottom: 1px solid #F9F9F9;
  z-index: 100;
  color: #000;
}

div.current dd{
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}
div.vmpd-review, div.vmpd-desc, div.vmpd-files, div.vmpd-buy{
  padding: 0;
  margin: 0;
  float: left;
  display: block;
}

/*--- Reviews ---*/
div#review-list{
  margin: 0;
  padding: 0;
}
ul#rl-header{
  list-style: none;
  width: 500px;
  padding: 0;
  margin: 0 0 6px;
  border-bottom: 1px solid #dddddd;
  float: left;
}
ul#rl-header li.rl-author{
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: left;
}
ul#rl-header li.rl-rating{
  float: left;
  width: 48%;
  padding: 0;
  margin: 0;
  text-align: right;
}
div#rl-body{
  display: block;
  width: 500px;
  margin-bottom: 12px;
}
a.rl-show-all{
  background: url(../images/vm/all-review.png) no-repeat left;
  height: 16px;
  padding-left: 20px;
  font-weight: 700;
}

div#review-form{
  padding: 0px;
  display: block;
  float: left;
  margin: 10px 0 0 0;
}
div#review-form h4{
  font-size: 14px;
}

/*--- Attchment files ---*/
div.vmpd-files ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
div.vmpd-files ul li{
  margin: 0;
  padding: 3px 0 3px 20px;
  background:  url(../images/vm/filesave.png) no-repeat left;
}
/*--- Buy now ---*/
div.vmpd-buy{
  width: 100%;
}
div.vmpd-buy table td.vmpd-buy-1{
  vertical-align: top;
  width: 433px;
  padding: 0;
  margin:0;
}
div.vmpd-buy table td.vmpd-buy-2{
  vertical-align: top;
  padding: 0;
  margin:0;
  text-align: right;
}

/*--- Product Snapshot ---*/
ul#product-snap{
  float: left;
  width: 100%;
  list-style: none;
  margin: 0 26px 12px 0;
  padding: 0;
  border: 1px solid #CCC;
  width: 150px;
  height: 160px;
}
ul#product-snap li{
  padding: 3px 0;
  margin: 0;
  background: none;
}
ul#product-snap li.title{
  font-weight: 700;
}
ul#product-snap li.title a{
  color: #009b42;
}
ul#product-snap li.img{
}
ul#product-snap li.price{
}
ul#product-snap li.button{
}
/*=== End ===*/


.sectiontableheader {
  padding: 8px 5px;
  background: #444444;
  color: #FFFFFF;
  font-weight: 700;
}
.sectiontableheader a {
  color: #FFFFFF;
}
tr.sectiontableentry1 td {
  padding: 8px 5px;
  background: #eeeeee;
}
tr.sectiontableentry2 td {
  padding: 8px 5px;
  background: #e1e1e1;
}
tr.sectiontableentry1:hover td, tr.sectiontableentry2:hover td {
  background: #FFFFCC;
}

table#billing-info tr.sectiontableheader{
  background: #444444;
  color: #FFFFFF;
  height: 26px;
  line-height: 26px;
}
table#billing-info tr.sectiontableheader td{
  padding-left: 10px;
  font-weight: 700;
}
table#billing-info tr td.bi-title{
  padding: 5px 0 5px 2px;
  font-weight: 700;
}
div.sectiontableheader-x{
  background: #444444;
  color: #FFFFFF;
  padding-left: 10px;
  font-weight: 700;
  height: 26px;
  line-height: 26px;
}

tr.sectiontableheader th{
  height: 26px;
  padding-left: 5px;
}

/*--- Tooltip ---*/
.tool-tip{
  float: left;
  background: #ffc;
  border: 1px solid #D4D5AA;
  max-width: 200px;
  padding: 5px;
}
.tool-title{
  font-size: 100%;
  font-weight: 700;
  background: url(../images/selector-arrow.png) no-repeat;
  margin: -15px 0 0;
  padding: 15px 0 5px;
}
.tool-text{
  font-size: 100%;
  margin: 0;
}

div#footer{
  background: transparent;
  padding: 6px 8px;
  text-align: center;
  display: block;
  color: #FFFFFF;
}
div#footer div.go-top-left{
  position: absolute;
  left: 10px;
}
div#footer div.go-top-left a{
  background: url(../images/top-16.png) no-repeat right center;
  font-weight: 700;
  color: #000;
  padding-right: 20px;
}
/*--- Manufacturer List Module ---*/
div#right-sliver div.module div div div ul#list-mf li a,
div#right-sliver div.module div div div ul#list-param li a{
  color: #008836;
}
div#right-sliver div.module div div div ul#list-mf li a:hover,
div#right-sliver div.module div div div ul#list-param li a:hover{
  color: #ff6820;
}
div#right-sliver div.module div div div ul#list-mf li a.mf-current,
div#right-sliver div.module div div div ul#list-param li a.param-current{
  color: #ff6820;
}

/*---  VM Filter Module ---*/
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#777976}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #c4c5c4;
  border-right:1px solid #c4c5c4;
  background:#999a98}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f1f1f1;
  border-right:1px solid #f1f1f1;
  background:#909290}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #909290;
  border-right:1px solid #909290;}
.spiffy4{
  border-left:1px solid #c4c5c4;
  border-right:1px solid #c4c5c4}
.spiffy5{
  border-left:1px solid #999a98;
  border-right:1px solid #999a98}
.spiffyfg{
  background:#777976;
  padding: 2px 5px;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 11px;
  text-align: left;
}
.spiffyfg span{
  padding: 0 10px 0 18px;
  background: url(../images/vm/remove-16.png) no-repeat left;
}
.spiffyfg span a{
  color: #ffffff;
}
.spiffyfg span a:hover{
  color: #f3e20c;
}

input.inputbox{
  border: 1px solid #CCCCCC;
  color: #626262;
  font-size: 11px;
  padding: 3px 2px;
}
.moduletable_onetime_popup{
  display: none;
}
.moduletable_middle_ad{
  text-align: center;
  margin: 0 0 3px 0;
  width: 989px;
  overflow: hidden;
  float: left;
}
.bannergroup_middle_ad{
  float: left;
}
.banneritem_middle_ad{
  float: left;
  padding: 0 6px;
}
#vmex-ml{
  margin: 10px 0;
  float: left;
}
#vmex-ml li{
  padding: 3px 0;
}
