body {
  height:100%;
  background: #FFF url(../images/bk-linen.png);
  font-family: 'Titillium Web', sans-serif;
  font-size: 13px;
}
A {
  color: #000000;
  text-decoration: none;
}
A:hover {
  text-decoration: underline;
}
fieldset {
  padding:5px;
  font-size: 12px;
}
fieldset legend {
  padding:4px;
  font-weight:bold;
}
fieldset label {
  display:inline-block;
  width:130px;
  padding:5px;
  vertical-align:top;
  line-height:18px;
}
input[type=text], input[type=password], select, textarea, input[type=submit] {
  border: 1px solid #ccc;
  padding: 2px 3px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 12px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  margin: 0px 2px 0px 0px;
}
input[type=text], input[type=password], select {
  width:160px;
}
input[type=checkbox] {
  vertical-align: middle;
}
input[type=submit] {
  background-color:#efefef;
  cursor:pointer;
}
th {
  text-align: left;
  background-color:#f7f7f7;
  padding:5px;
}
td {
  padding:2px;
  vertical-align:top;
}
/************/
span.ddMenu {
  position:relative;
  background-color: #333333;
  color:#ffffff;
  margin:0 7px;
  z-index:30;
}
span.ddMenu > b {
  cursor:pointer;
  margin:0px;
  line-height:20px;
  font-weight:normal;
  color:#ffffff;
  padding:2px 10px;
  display:inline-block;
}
span.ddMenu > ul {
  display:none;
  position:absolute;
  color:#ffffff;
  left:0px;
  top:18px;
  margin:0px;
  padding:0px;
  border-bottom: 1px solid #333333;
  -moz-box-shadow:    0px 2px 8px #999;
  -webkit-box-shadow: 0px 2px 8px #999;
  box-shadow:         0px 2px 8px #999;
}
span.ddMenu > ul li {
  list-style: none;
  margin-left:0px;
  color:#ffffff;
  background-color: #888888;
  border-bottom:1px solid #333333;
  text-align:left;
}
span.ddMenu ul li > a:link {
  display:block !important;
  padding:3px 5px !important;
  color:#ffffff;
  white-space:nowrap;
}
span.ddMenu ul li > a:hover  {
  display:block !important;
  background-color: #555555 !important;
    color:#ffffff;
  text-decoration:none;
}
span.ddMenu ul li > a:visited  {
    color:#ffffff;
}
span.ddMenu:hover b {
  background-color: #555555 !important;
    color:#ffffff;
}
span.ddMenu:hover > ul {
  display:block;
    color:#ffffff;
}
/************/
.messageStackError {
  background: #ffb3b5 url(../images/icons/error.gif) no-repeat 2px 4px;
  font-size: 10px;
  padding:4px 4px 4px 15px;
}
.messageStackWarning {
  background: #ffb3b5 url(../images/icons/warning.gif) no-repeat 2px 4px;
  font-size: 10px;
  padding:4px 4px 4px 15px;
}
.messageStackSuccess {
  background: #99ff00 url(../images/icons/success.gif) no-repeat 2px 4px;
  font-size: 10px;
  padding:4px 4px 4px 15px;
}
.er {
  border:1px dashed #FF33CC;
  background-color:#FFCCCC;
  padding:10px;
  text-align:center;
  font-size:12px;
  margin:10px 0px;
  color:blue;
}
.er3 {
  background-color:#FFCCCC;
  padding:1px;
  font-size:9px;
}
table.tabular {
  border-spacing:0;
  border-collapse:collapse;
  border:1px solid #d1d1d1;
}
table.tabular tr:first-child {
  background-color:#f7f7f7;
}
table.tabular td {
  padding:2px 3px;
  border:1px solid #d1d1d1;
}

.form td {
  line-height:15px;
}
.form input[type=text], .form input[type=password], .form select, .form textarea {
  width:220px;
}

.wBox1,.wBox2,.wBox3 {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding:4px 5px;
  margin:0px 0px 10px 0px;
}
.wBox1 {
  background-color:#f1f1f1;
}
.wBox2 {
  background-color: #E5F4FB;
}
.wBox3 {
  background-color:#ebe7c5;
}
.wBox1 h3 {
  color: #999;
  font-family: 'Titillium Web', sans-serif;
  margin:0px 0px 2px 4px;
}

/************/
/************/
#header {
  min-height:80px;
}
#header_bar {
  display:block;
  background-color:#333333;
  border-top:1px dashed #233E80;
  border-bottom:1px dashed #233E80;
  padding:0px 0px;
  color:#ffffff;
  text-align:center;
}
#header A {
  color: #ffffff;
  text-decoration: none;
}
#header_bar a:link {
  display:inline-block;
  padding:2px 7px;
  color:#ffffff;
  text-decoration: none;
  line-height:20px ;
}
#header_bar a:hover {
  background-color:#666666;
}
#header .left {
  float:left;
  padding:2px 0px 2px 7px;
}
#header .right {
  float:right;
    color:#ffffff;
}
#header a:link.logout {
  background:url(../images/icons/logout2.png) no-repeat;
  width:48px;
  display:inline-block;
  padding:2px 5px;
}
#footerbar {
  min-height:80px;
  padding: 20px 0px 20px 0px;
  position: relative;
}
#footerbar_bar {
  display:block;
  padding:0px 0px;
  text-align:center;
}

h3 {
  margin-top:1px;
}
a.forgot {
  display:inline-block;
  margin:5px;
}

#nn {
  position:fixed;
  top:1px;
  right:5px;
  border:1px dashed red;
  padding:5px;
}
.bdr {
  border:1px solid red;
}

a.aorder_now {
  background: url(../images/order_now.png) no-repeat;
  width:100px;
  height:23px;
  display:inline-block;
  cursor:pointer;
}
a.addtocart {
  background: url(../images/b_addtocart.png) no-repeat;
  width:152px;
  height:44px;
  display:inline-block;
  cursor:pointer;
}
a.sample {
  background: url(../images/b_sample.png) no-repeat;
  width:152px;
  height:44px;
  display:inline-block;
  cursor:pointer;
}
a.readnow {
  background: url(../images/b_readnow.png) no-repeat;
  width:152px;
  height:44px;
  display:inline-block;
  cursor:pointer;
}
a.reviews {
  background: url(../images/b_reviews.png) no-repeat;
  width:152px;
  height:44px;
  display:inline-block;
  cursor:pointer;
}
.b1, .b2 {
  position:relative;
  float:left;
  width:278px;
  margin-right:30px;
}
.b2 {
  margin-right:0px;
}
h2 {
  margin-top:1px;
}
.lcover {
  background: url(../images/Cover-228x300.png) no-repeat;
  padding-left:260px;
  height:320px;
  position:relative;
}
.lcover fieldset {
  position:relative;
}
.paypal_secure{
  background: url(../images/paypal_secure.png) no-repeat;
  width:128px;
  height:128px;
  position:absolute;
  top:25px;
  right:10px;
  display:inline-block;
}
div.line {
  border-bottom:1px dashed #999;
  margin:20px 0px;
}
.new_window {
  background: url(../images/icons/new_window.gif) no-repeat 100% 2px;
  display:inline-block;
  padding-right:15px;
  line-height:16px;
  text-decoration:underline;
}
#logout {
  background: url(../images/icons/logout2.png) no-repeat;
  width:48px;
  height:20px;
  display:inline-block;
  cursor:pointer;
  z-index:1000;
}
#bg_contact {
  background: url(../images/bg_contact.png) no-repeat;
  width:642px;
  height:447px;
  display:inline-block;
  position:relative;
  font-size:14px;
  font-weight:bold;
  margin:0 auto;
}
#bg_contact label {
  line-height:25px;
  margin:10px 0px 5px 0px;
  display:inline-block;
  color:#2f4c86;
}
#bg_contact input[type=text] {
  width:220px;
  height:20px;
}
#bg_contact .l {
  display:inline-block;
  position:absolute;
  top:62px;
  left:30px;
}
#bg_contact .r {
  display:inline-block;
  position:absolute;
  top:57px;
  left:322px;
}
#bg_contact .r textarea {
  width:280px;
  height:150px;
  border:none;
}
#bg_contact .submit {
  border:none;
  width:290px;
  height:42px;
  background:none;
}
h4 {
  margin-bottom:2px;
}
.s0,.s1,.s2,.s3,.s4,.s5 {
  background:url(../images/stars-0.png) repeat-x;
  width:83px;
  height:15px;
  cursor:pointer;
  display:inline-block;
}
.s1 {
  background:url(../images/stars-1.png) repeat-x;
}
.s2 {
  background:url(../images/stars-2.png) repeat-x;
}
.s3 {
  background:url(../images/stars-3.png) repeat-x;
}
.s4 {
  background:url(../images/stars-4.png) repeat-x;
}
.s5 {
  background:url(../images/stars-5.png) repeat-x;
}
.c999 { color:#999; }
.face0,.face1,.face2,.face3,.face4,.face5 {
  width:20px;
  height:20px;
  display:inline-block;
}
.face1 {
  background:url(../images/faces.png) no-repeat;
}
.face2 {
  background:url(../images/faces.png) no-repeat 0px -27px;
}
.face3 {
  background:url(../images/faces.png) no-repeat 0px -53px;
}
.face4 {
  background:url(../images/faces.png) no-repeat 0px -79px;
}
.face5 {
  background:url(../images/faces.png) no-repeat 0px -104px;
}
#rating {
  display:inline-block;
}
#ratingF {
  float:right;
  margin:2px 5px;
}
#ratingS {
  float:right;
  display:inline-block;
  cursor:pointer;
  border:1px solid #999;
  padding: 1px 3px;
  outline: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font: 12px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #eee;
  margin:2px;
}
#ratingS:hover {
  border:1px solid #000;
  color:red;
}
.ratingDisp {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding:4px;
  margin-bottom:10px;
}
.L {
  float:left;
  width:200px;
  margin:3px 0px 0px 5px;
}
.R {
  float:left;
  width:340px;
}
.ratingDisp .By {
  font-weight:bold;
}
.ratingDisp .Date {
  color:#999;
  font-size:11px;
}
a.readmore {
  color:red;
}
.b2 .R {
  width:270px;
}
