/* General page layout  begin */
body {
	margin: 0px;
	color: #451665;
	font-size: 12px;
	font-style: normal;
	font-family: tahoma, arial, verdana, arial, sans-serif;
	background: #ffffff;	
}
a, a:visited{
	color: #d31f8d;
	text-decoration: underline;
}
a:hover {
	color: #49166d;
	text-decoration: underline;
}
/*--------*/
form {
	display: inline;
}
input, select {
	font-size: 12px;
	color:#333333;
}
input.transpng {
	behavior: url("png.htc");
}
textarea {
	width: 100%;
	font-size: 11px;
	color:#333333;
}
h1 {
  font-size:14px;
}
/*--------*/
td {
	font-size: 12px;
	line-height: 1.2;
}
TD.main, P.main {
	padding: 0 0 10px 0;
}
TD.mainBold, P.mainBold {
	line-height: 1.5;
	font-weight: bold;
}
TD.smallText, SPAN.smallText, P.smallText {
	font-size: 11px;
}
.bold {
	font-weight: bold;
	line-height: 1.5;
}
.boxText {
}
/*--------*/
img.transpng {
	behavior: url("png.htc");
}
img.infoBoxSpacing {
	width: 0px;
	height: 0px;
}
.productBG {
}
.lineV {
}
.lineH {
}
/*--------*/
.left_bg {
	width:195px;
}
.center_bg {
	padding:0 10px;
}
.right_bg {
	width:195px;
	vertical-align:top;
}
/* message box */
.inputRequirement {
	color: #ff0000;
}
.messageBox {
}
.messageStackError, .messageStackWarning {
	background-color: #ffb3b5;
}
.messageStackSuccess {
	background-color: #99ff00;
}
.line {
	border-color: #DEDEDE;
}

.errorBox {
	background: #fde0f0;
	font-weight: bold;
}
.stockWarning {
	padding:0 0 15px 0;
	color: #fff;
	background: #cc0033;
	font-weight:bold;
}
.productsNotifications {
	background: #f2fff7;
}
/* General page layout  end */


/* Header layout  begin */
table.header {
}
tr.header {
}
td.header {
	color: #ff00ff;
}
td.header a:link, td.header a:visited {
	color: #4d4d4d;
	text-decoration: underline;
}
td.header a:hover {
  color: #c34f1d;
	text-decoration: underline;
}
td.headerLink {
	color: #ffffff;
	background-image:url(images/headerNavigationCenter.gif);
	background-repeat:repeat-x;
	vertical-align:top;
	padding: 11px 1px 0 1px;
}

.review_separator{
  	width: 95%;
	background:url(images/pixel_black.gif) repeat-x bottom;
}

td.headerLink a, td.headerLink a:visited{
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	text-decoration: none;
}
td.headerLink a:hover{
	color: #ffffff;
	text-transform:uppercase;
	text-decoration: underline;
}
a.headerLink, a:visited.headerLink {
	color: #FFFFFF;
	text-decoration: none;
	padding:7px;
	font-weight:bold;
	font-size:13px;
	padding: 20px 8px 0 8px;
}
a:hover.headerLink {
	color:#FFFFFF;
	text-decoration: underline;
}


td.headerNavigation {
	padding-bottom:5px;
}
td.headerNavigation a{
}
td.headerNavigation a:hover{
}
a.headerNavigation, a:visited.headerNavigation {
	color:#451665;
	text-decoration:none;
}
a:hover.headerNavigation {
	color:#451665;
	text-decoration:underline;
}


TR.headerError {
	background: #ff0000;
}
TD.headerError {
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
TR.headerInfo {
	background: #00ff00;
}
TD.headerInfo {
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
/* Header layout  end */


/* Content layout  begin */
td.pageHeading, DIV.pageHeading {
	color: #49166d;
	font: normal 18px Arial, Helvetica, sans-serif;
}
/*----categories----*/
#category-nav {
font-size:12px	
}
#category-nav a, #category-nav a:visited {
/*	color: #4e4e4e;    */
}
#category-nav a:hover {
/*	color: #da5820;        */
}
dl.level1 {
/*	border-bottom: 1px solid #cacac3;*/
}
#category-nav dl {
	margin: 0;
	padding: 0;
}
#category-nav dt {
	margin: 0;
	padding: 2px 0;
}
#category-nav dd {
	margin: 0;
	padding: 0 0 0 7px;
}
#category-nav dt.level-sel {

}
#category-nav dt.level-act {

}
#category-nav dt.level-sel a, #category-nav dt.level-sel a:visited {
  font-weight:bold;
}
#category-nav dt.level-sel a:hover {

}
#category-nav dt.level-act a, #category-nav dt.level-act a:visited {
	font-weight:bold;
}
#category-nav dt.level-act a:hover {

}
/*----infobox Left----*/
td.infoboxcell {
	padding-bottom: 10px;
}
.infoBoxNotice {
	background: #ff8e90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
}
td.infoBox, span.infoBox {
}
/*--------*/
table.infoboxHeading {
	width: 100%;
}
td.infoBoxHeadingLeft {
	width:26px;
	height:31px;
	background-image:url(images/infoBoxHeadingLeft.gif);
	background-repeat:no-repeat;
}
td.infoBoxHeadingCenter {
	background-image:url(images/infoBoxHeadingCenter.gif);
	background-repeat:repeat-x;
	text-transform:uppercase;
	color:#FFFFFF;
	vertical-align:top;
	padding:8px 0 0 5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
td.infoBoxHeadingRight {
	width:16px;
	height:31px;
	background-image:url(images/infoBoxHeadingRight.gif);
	background-repeat:no-repeat;
}
/*--------*/
.infobox {
	width: 100%;
}
td.infoBoxContentsLeft {
	display:none;
}
td.infoBoxContentsCenter {
	padding:0 0 0 20px;
}
td.infoBoxContentsRight {
	display:none;
}
/*--------*/
table.infoBoxContents {
}
.infoBoxContents td.productColumnSell{
	padding-left:8px;
}

td.infoBoxContents {
}

table.infoBoxContents td.productNameCell {
}
table.infoBoxContents td{
}

table.infoBoxContents table.productTable td.productNameCell a:link, table.infoBoxContents table.productTable td.productNameCell a:visited{
	
}
table.infoBoxContents table.productTable td.productNameCell a:hover {
}

table.infoBoxContents td.productPriceCell {
	font-weight: bold;
	text-align: left;
	color:#808080;
}
table.infoBoxContents .productPriceSpecial {
	font-weight: bold;
	font-size:12px;
}
table.infoBoxcontents .productpriceold {
	color: #000000;
  text-decoration: line-through;
}
table.infoBoxContents .productPriceCurrent {
	color: #000000;
}

table.infoBoxContents a.infoBoxLink, table.infoBoxContents a.infoBoxLink:visited{
	color:#816d8f;
}
table.infoBoxContents a.infoBoxLink:hover {
}
/*----infobox Right----*/
table.infobox1Heading {
	width: 100%;
}
td.infoBox1HeadingLeft {
  width: 20px;
	height: 23px;
  padding-left: 12px;
}
td.infoBox1HeadingCenter {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 9px;
	background: #7985ae url(images/infobox/ib_l_bg.gif);
}
td.infoBox1HeadingRight {
	width: 17px;
	height: 23px;
	padding-right: 15px;
	background: #7985ae url(images/infobox/ib_l_bg.gif);
}
/*--------*/
.infobox1 {
	width: 100%;
}
td.infoBox1ContentsLeft {
	display:none;
}
td.infoBox1ContentsCenter {
	background-color:#5e2586;
	border: 1px solid #ddcde9;
	padding:10px;
}
td.infoBox1ContentsRight {
	display:none;
}
/*--------*/
table.infoBox1Contents {
}
td.infoBox1Contents {
}

table.infoBox1Contents td.productNameCell {
	color: #333333;
	text-align: left;
	padding-top: 5px;
	vertical-align: bottom;
}

table.infoBox1Contents td.productNameCell a:link, table.infoBoxContents td.productNameCell a:visited{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
table.infoBox1Contents  a{
	color: #ffffff;
}
table.infoBox1Contents  a:hover{
	color: #ffffff;
	text-decoration:none;
}
table.infoBox1Contents td.productNameCell a:hover {
	color: #da5820;
	text-decoration: underline;
}

table.infoBox1Contents td.productPriceCell {
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
}
table.infoBox1Contents .productPriceSpecial {
	color: #da5820;
}
table.infoBox1contents .productPriceOld {
	color: #cccccc;
	font-weight: bold;
}
table.infoBox1Contents .productPriceCurrent {
	color: #111111;
	font-weight: bold;
}

table.infoBox1Contents a.infoBoxLink, a.infoBoxLink:visited{
 color: #333333;
	text-decoration: underline;
}
table.infoBox1Contents a.infoBoxLink:hover {
  color: #da5820;
  text-decoration: underline;
}
/*----contentbox----*/
td.contentBoxHeadingLeft {
display: none;
}
td.contentBoxHeadingCenter {
	color: #d31f8d;
	font: normal 18px Arial, Helvetica, sans-serif;
}
td.contentBoxHeadingRight {
display: none;
}
/*--------*/
.contentboxfooter {
  padding:1px 0 4px 0;
	height: 42px
}
/*--------*/
table.contentBox {
/*	background: #6876a4;*/
}
td.contentBoxContentsLeft {
	display: none;
}
td.contentBoxContentsCenter {
/*  padding: 0 0 1px 0;
  width: 100%;*/
}
td.contentBoxContentsRight {
	display: none;
}

table.contentBoxContents {
	height: 100%;
	padding: 5px 5px 5px 5px;
}
td.productColumnSell {
/*	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
*/
}
table.productTable {
	height: 100%;
	font-size: 0px;
}
td.productImageCell {
	vertical-align: top;
	text-align: left;
/*	padding:0 0 0 30px;*/
}
td.productNameCell {

}
td.productNameCell a:link, td.productNameCell a:visited{

}
td.productNameCell a:hover {

}

td.productPriceCell {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	padding:5px 0;
}
.productPriceSpecial {
	color: #000;
	font-weight: bold;
}

.productPriceSpecial1 {
	color: #fff;
	font-weight: bold;
}

.productPriceOld {
	color: #000;
  text-decoration: line-through;
	font-weight: bold;
}
.productPriceCurrent {
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
/*----product listing----*/
table.productListing {
/*	border: 1px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 1px;*/
}
.productListing-heading {
/*	background-image: url(images/infobox/ib_l_bg.gif);*/
	height: 23px;
	font-weight: bold;
	padding-right: 3px;
}

a.productListing-heading, a.productListing-heading:visited{
	color: #ffffff;
	text-decoration: underline;
}
a.productListing-heading:hover {
	color: #f2f2ea;
	text-decoration: underline;
}

#firstHeadingSell, #firstContentSell {
/*	border-left: 1px solid #6876a4;
	padding-left: 5px;*/
}
#lastHeadingSell, #lastContentSell {
/*	border-right: 1px solid #6876a4;
	padding-right: 5px;*/
}
.productListing-bottom {
/*	height: 1px;
	background: #6876a4;
	font-size: 0px;
	color: #ffffff;*/
}
.productlisting-headingPrice {
/*	font-size: 20px;
	font-weight: bold;
	color: #9a9a9a;*/
}
TD.productListing-data {
  padding:5px 2px 2px 2px;
}
A.pageResults {
}
A:visited.pageResults {
}
a:hover.pageResults {
}
/* Checkout confirmation */
.orderEdit {
	color: #7885ad;
	text-decoration: underline;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background: #ffffff;
}
TR.productListing-odd {
/*background: #f0efeb url(images/contentbox/bgi.gif); */
}
TR.productListing-even {
/*background: #ffffff url(images/contentbox/bg.gif); */
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even,  TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
/*	background: #f8f8f9; */
}
/* Used on forms */
TD.fieldKey {
	font-size: 12px;
	font-weight: bold;
}
TD.fieldValue {
	font-size: 12px;
}
/* Used on index_nested index_products */
TD.category_desc {
	line-height: 1.5;
}
/* Shopping cart box */
SPAN.newItemInCart {
	font-weight: bold;
}
SPAN.greetUser {
	font-size: 11px;
/*	color: #7985ae; */
  text-transform: uppercase;
	font-weight: bold;
}
/* Shopping cart, checkout */
SPAN.markProductOutOfStock {
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}
SPAN.errorText {
	color: #ff0000;
}
.moduleRow {
}
.moduleRowOver {
/*	background-color: #cec9bc;*/
/*  background: url(images/row_bg.gif);*/
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
/*background: url(images/row_bg.gif);    */
}
.checkoutBarFrom, .checkoutBarTo {
	/*color: #8c8c8c;*/
}
.checkoutBarCurrent {
/*	color: #c34f1d;  */
	font-weight:bold;
}
/* Content layout  end */


/* Footer  layout begin */
table.footer {
	background: url(images/footer.gif) repeat-x top left;
}
td.footer {
	font-size: 11px;
	font-weight: normal;
}
table td.footer a:link, table td.footer a:visited {
	color: #333333;
	text-decoration: underline;
}
table td.footer a:hover {
	text-decoration: none;
	color: #ff6e0d;
}
/* Footer layout end */
.cat_border{
  border:1px solid #c34f1d;
}


/*	others */

.header_bg1 {
  background-image:url(images/header1.jpg); background-repeat:repeat-x;
}

.header_bg2 {
	background-image:url(images/header3.jpg); background-repeat:repeat-x;
}


.contentBox .pt-item td {
  text-align: center;
}

.pl-name a, .pl-name a:visited {
  font-weight: bold;
}

.qsearch-inp {
/*	color: #acacac; */
	font: 12px Tahoma, Arial, sans-serif;
	width: 118px;
	border: 1px solid #a9a9a9;
	height: 18px;
}

.qsearch-subm {
	position: relative;
	top: 4px;
}


a.infoBoxLink1/*, a.infoBoxLink1:visited*/ {
  color: #d31f8d;
	font: 11px Tahoma, Arial, sans-serif;
}

.productNameCell a, .productNameCell a:visited {
  color: #d31f8d;
	font: bold 11px Tahoma, Arial, sans-serif;
	text-decoration: underline;
}

.productNameCell a:hover {
	text-decoration: none;
}

.total-wrap {
  padding: 3px 0 6px 0;
	font-size: 12px;
}

.total-wrap span {
	font-weight: bold;
}

.cb-bestsellers td a, .cb-bestsellers a:visited {
  color: #49176d;
	font: normal 11px Tahoma, Arial, sans-serif;
	text-decoration: none;
}

.cb-bestsellers a:hover {
	text-decoration: underline;
}


.cb-bestsellers-img {
  width: 50px;
	text-align: center;
}

.specials-star {
position:absolute;
width:100px;
height:81px;
top:-140px;
left:60px;
_left:0px;
/*float:right; */
}

.infoBox .specials-star {
left:60px;
}


.specials-text {
position:absolute;
/*width:50px;
height:20px;*/
top:-105px;
left:87px;
_left:25px;
/*float:right;*/
}

.infoBox .specials-text {
left:87px;
}

.pi-price span {
font-size:22px;
color:#58217f;
font-weight: normal;
}

.pi-img {
 	border:1px solid #dfd0ea;
}

.pi-options {
  border: 1px solid #ddcde9;
	background: #5e2586;
	margin: 5px 0;
/*	padding: 0 7px;*/
}

.pi-options td {
/*	padding: 4px 0;*/
}


.pi-optname {
	width: 80px;
	color: #ffffff;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.pi-optval select {
	color: #7a7a7a;
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #969696;
	width: 145px;
}

.pi-desc {
  padding: 10px 0;
	color: #634777;
	font: 11px Tahoma, Arial, sans-serif;
}


.h-titletext {
color:#49166d; font-size:25px; font-weight:bold; font-family:Arial;
}

.overTR {
	BACKGROUND-COLOR: #eaeaea;
}

.outTR {
 BACKGROUND-COLOR: #fff;
}

.bestPrice {
  color:  #d90914;
  font-weight: bold;
}

/*changes*/

.pt-wrap .productImageCell {
/*  border: 1px solid #ccc;
  height: 90px;*/
}

div.pt-wrap .pt-wrap td {
  vertical-align: middle;
}


.pt-img-wrap {
  height: 100px;  
}

.pt-img-wrap img {

}

h1.pageHeading{
 	color: #49166d;
 	font-size: 13px;
 	padding:0px;
 	margin:0px;
	font: normal 18px Arial, Helvetica, sans-serif;
}

td.manuf_distance{
 padding-bottom: 5px;
}

h2.prod_reviews{
 font: normal 18px Arial, Helvetica, sans-serif;color: #d31f8d;margin-top:0px; font-weight: normal;
}

h3 {
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  display: inline;
	margin-right:7px;
}

/* Addon 15 october 2008 */

span.stock {
background:#339900 none repeat scroll 0 0;
color:#FFFFFF;
font-weight:bold;
margin:5px 0;
padding:0 3px;
}

span.out_of_stock {
background:#FF0000 none repeat scroll 0 0;
color:#FFFFFF;
font-weight:bold;
margin:5px 0;
padding:0 3px;
}

span.warehouse {
background:#FF8200 none repeat scroll 0 0;
color:#FFFFFF;
font-weight:bold;
margin:5px 0;
padding:0 3px;
}

/* eof Addon 15 october 2008 */