body {
  font-family: Arial;
  //font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #000 ;
}

a {
 text-decoration: none;
 color: #667;
}

a:hover {
  text-decoration: none;
  color: #33CCFF;
}

.cssbutton {
        border-style: outset;
        border-color: #E6FBFF;
        background-color: #33ccff;
        color: white;
        font-weight: bold;
        text-decoration: none;
        padding:1px 1px;
        width: 100px;
        font-size:10px;
        text-align: center;
        border-width:3px;
        text-transform: uppercase;
}

.cssbuttonsb {
        border-style: outset;
        border-color: #E6FBFF;
        background-color: #33ccff;
        color: white;
        font-weight: bold;
        text-decoration: none;
        padding:1px 1px;
        width: 100px;
        font-size:10px;
        font-family: Arial;
        text-align: center;
        border-width:3px;
        text-transform: uppercase;
}



.csswhitebutton {
        font-size:10px;
        border-style: outset;
        border-color: #EEE;
        background-color: #fff;
        color: #665;
        font-weight: bold;
        text-decoration: none;
        padding:1px 1px;
        width: 100px;
        text-align: center;
        text-transform: uppercase;
}

.header_menu {
  background-image: url('image/bg_header_menu.png');
  background-repeat: no-repeat;
  color: white;
  font-weight: bold;
  font-size: 10px;
  padding-top: 8px;
}

.header_menu a {
  color: white;
}

.header_menu a:hover {
  color: #33CCFF;
}

.bottom_menu {
  color: #665;
  font-weight: bold;
  font-size: 8px;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

.bottom_menu a {
  color: #665;
}

.bottom_menu a:hover {
  color: #3cf;
}

input {
  border: 1px solid #B5B5B5;
}

.header_bottom {
  background-image: url('image/bg_header_bottom.png');
}

.bottom_search {
  margin-right: 120px;

}



.infoboxheading {
  color: #33CCFF;
  font-weight: bold;
  padding-left:10px;
  padding-top:3px;
  height: 39px;
  font-size: 12px;
  text-transform: uppercase;
}


.NewProductsHeading {
  color: #33CCFF;
  font-weight: bold;
  padding-left:10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
}

.box_header {
  background-image: url('image/box_header.png');
  background-repeat: no-repeat;
  height: 39px;
}

.box_bg {
  background-image: url('image/box_bg.png');
  background-repeat: repeat-y;
  padding-left:10px;
}


.infoboxheadingRight {
  color: #000;
  font-weight: bold;
  padding-left:12px;
  padding-top:3px;
  height: 34px;
  text-transform: uppercase;
  font-size: 12px;
}


.box_header_right {
  background-image: url('image/box_header_right.png');
  background-repeat: no-repeat;
  height: 34px;
}

.box_bg_right {
  background-image: url('image/box_bg_right.png');
  background-repeat: repeat-y;
  padding-left:10px;
}


.right_column {
  padding-right: 5px;
}

.boxText {
   font-size: 12px;
  line-height: 1.5;

}

.boxText a {
 font-size: 11px;
 color: #667;
 font-weight: bold;
}

.boxText a:hover {
 font-size: 11px;
 color: #33CCFF;
 font-weight: bold;
}

.newProductsText {
  color: #667;
  text-transform: uppercase;
  font-size: 11px;
}

.newProductsText a {
  color: #667;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
}
.newProductsText a:hover {
  color: #33CCFF;
}


.terms {
  font-weight: bold;
  text-transform: uppercase;
  color: #667;
  font-size: 10px;
}

.infoBoxContentsCart {
  font-size:11px;
  color: #667;
  text-transform: uppercase;
  font-weight: bold;
}











.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }



TD.headerNavigation {
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}


TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}


.infoBox {
  background: #bcbcbc;
}

.infoBoxContents {
  background: white;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}


TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #EEE;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: white;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b5b5b5;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 11px;
  background: #33ccff;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 11px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 12px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo {font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }












/* CSS hover enlarged image popup */

#pic {
	background-color: #FFFFFF;
	position: relative;
	width: 135px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0px;
}

#pic a.p1, #pic a.p1:visited {
	background-color: #FFFFFF;
	border: 0px;
	display: block;
	height: 90px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 135px;
}

#pic a.p1:hover {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	background-color: #FFFFFF;

	display: block;
	position: absolute;
	width: 300px;
	height: 240px;
	left: -175px;
	top: -35px;
}


#pic2 {
	background-color: #FFFFFF;
	position: relative;
	text-align:center;
}


#pic2 a .large2 {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic2 a img {
	border: 0px;
}

#pic2 a.p2, #pic a.p2:visited {
	background-color: #FFFFFF;
	border: 0px;


	left: 0;
	text-decoration: none;
	top: 0;

}

#pic2 a.p2:hover .large2 {
	background-color: #FFFFFF;

	display: block;
	position: absolute;
	width: 200px;
	height: 200px;
	z-index: 10;
}

.bottom {
  background-image: url('image/Proweight_11.png');
  background-repeat: no-repeat;
  width: 583;
  height:37;
  padding-top: 8px;
  padding-left: 10px;
}

.callt {
 font-weight: bold;
 font-size: 14px;
 color: #667;
}

.calln {
 font-weight: bold;
 font-size: 14px;
 color: #33ccff;
}

.category_links {
  text-transform: uppercase;
}