/**** store styles ****/
table.productListing {
width: 100%;
margin: 0 0 20px 0;
}
table.productListing tr td {
padding: 7px;
vertical-align: top;
}
#content-right table.productListing tr td p {
line-height: 13px;
font-size: 10px;
}
.normrow td,
table.productListing tr.tdEven td,
.tdcartOdd {
background-color: #EBEBEB;
}

table.productListing tr td.productimage {
width: 63px;
}

#content-right table.productListing p.price,
.price {
font-weight: bold;
color: #aa0000;
font-size: 12px;
}

.txtOldPrice {
text-decoration:line-through;
color: #000;
font-weight: normal;
}

.productname, 
.productname a,
#content-right p.productname {
padding-bottom: 5px;
font-size: 12px;
color: #000;
font-weight: bold;
font-size: 12px;
}

#content-right p.productdescription {
padding: 0 0 3px 0;
}

#content-right ul {
clear: both;
}

#content-right form {
margin: 0;
padding: 0;
}


a.txtButton, a.txtButtonBlock {
border: 2px solid #000;
background-color: #B9CE2F;
padding: 2px;
color: #000;
font-weight: bold;
text-decoration: none;
white-space: nowrap;
}
a.txtButton:hover, a.txtButtonBlock:hover {
background-color: #ccc;
}
a.txtButtonBlock {
display: block;
margin: 5px 0;
}

.cart_icon {
	border: none;
	margin: 12px 0px;
}
.reviewForm td {
padding: 0 0 3px 0;
vertical-align: top;
}

.txtError {
color: #aa0000;
}
table.cartlisting {
margin: 0 0 20px 0;
}
table.cartlisting td {
padding: 2px;
}

table.cartTable td {
padding: 3px;
}
table.cartTable .tdcartTitle {
background:#000;
color:#FFF;
padding: 2px;
}
.tdCartSubTotal{
border-top: 1px solid #000;
}



.cartProgress {
	color: #333333;
	background: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: 20px auto;
	text-align:center;
font-weight: bold;
	}

.txtcartProgressCurrent {
	color: #999933;
	background: #FFFFFF;
	
	}


.cartRegTable {

}
.tdcartTitle {
background-color:#000;
color: #fff;
}
.buttonbar {
margin-top: 10px;
}


#BreadCrumb {
	padding: 0 0 7px 0;
	margin: 0 0 7px 0;
	background: #fff url(/images/bg_nav.gif) repeat-x bottom left;
}

.large {
font-size: 14px;
}

/************** for tooltip ******************/
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#fff; border:1px solid #000; 
  color:#000; font-size:11px; line-height:1.3;
}
/* These are used in the wrapTipContent function */
div#tipDiv div.img { text-align:center }
div#tipDiv div.txt { text-align:center; margin-top:4px }
