/* General page layout  begin */
body {
	margin: 0px;
	color: #1F1F1F;
	font-size: 11px;
	font-style: normal;
	font-family: arial, tahoma, verdana, arial, sans-serif;
}
a, a:visited{
	color: #00458B;
	text-decoration: underline;
}
a:hover {
	color: #ED7F13;
	text-decoration: underline;
}
/*--------*/
form {
	display: inline;
}
input, select {
	font-size: 11px;
	color:#333333;
}
input.transpng {
	behavior: url("png.htc");
}
textarea {
	width: 100%;
	font-size: 11px;
	color:#333333;
}
/*--------*/
td {
}
TD.main, P.main {
	padding:0 10px;
}
TD.mainBold, P.mainBold {
	line-height: 1.5;
	font-weight: bold;
}
TD.smallText, SPAN.smallText, P.smallText {
	font-size: 9px;
}
.bold {
	font-weight: bold;
	line-height: 1.5;
}
.boxText {
}
/*--------*/
img.transpng {
	behavior: url("png.htc");
}
img.infoBoxSpacing {
	width: 0px;
	height: 0px;
}
.productBG {
	background-position: left top;
}
.lineV {
	background: url(images/line_V.gif) repeat-y left top;
}
.lineH {
	height: 10px;
	background: url(images/line_H.gif) repeat-x left middle;
}
/*--------*/
.left_bg {
	padding-top:10px;
	padding-left:17px;
	width:150px;
}
.center_bg {
	padding:10px 10px;
}
.right_bg {
	padding-top:10px;
	padding-right:17px;
	width:150px;
*	width:167px;
}
.left_bg td{
	font-size:11px;
}
.center_bg td{
	font-size:11px;
}
.right_bg td{
	font-size:11px;
}
.center_bg a{
	color:#de0078;
	text-decoration:none;
}
.center_bg a:hover{
	color:#de0078;
	text-decoration: underline;
}
/* message box */
.inputRequirement {
	color: #ff0000;
}
.messageBox {
}
.messageStackError, .messageStackWarning {
	background-color: #ffb3b5;
}
.messageStackSuccess {
	background-color: #99ff00;
}
.line {
	border-color: #DEDEDE;
}

.errorBox {
	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning {
	color: #cc0033;
}
.productsNotifications {
	background: #f2fff7;
}
/* General page layout  end */


/* Header layout  begin */
table.header {
}
table.header td{
	font-size:11px;
}
tr.header {
}
td.header {
}
td.header a:link, td.header a:visited {
}
td.header a:hover {
}
td.headerNavigation {
}
a.headerNavigation, a:visited.headerNavigation {
}
a:hover.headerNavigation {
}
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 h1, DIV.pageHeading {
	font-size: 19px;
	color: #000;
	font-weight: bold;
	padding:12px 18px 12px 30px;
	margin:0;
}
td.pageHeading  {
	vertical-align:top;
	background: url(images/center.gif) repeat-x top;
	height:50px;
}
/*----categories----*/
#category-nav {
/*font-size:12px*/
}
#category-nav a, #category-nav a:visited {
}
#category-nav a:hover {
}
dl.level1 {
}
#category-nav dl {
	margin:0;
}
#category-nav dt {
}
#category-nav dt a{
	padding:3px 0 3px 13px;
	padding-top:3px;
	width:160;
	text-decoration:none;
	border-bottom:1px solid #cecece;
	display:block;
	background-color:#ffffff;
	color:#000000;
}
#category-nav dt a:hover{
	background-color:#de0078;
	color:#ffffff;
}
#category-nav dd {
	margin:0;
}
#category-nav dd dt a{
	padding:3px 0 3px 35px;
	width:138px;
	text-decoration:none;
	display:block;
	background-color:#ffffff;
	color:#000000;
	border-bottom:none;
}
#category-nav dd dt{
	border-bottom:1px solid #cecece;
}
#category-nav dt.level-sel {
	font-weight:bold;
}
#category-nav dt.level-act {
	font-weight:bold;
}
#category-nav dt.level-sel a, #category-nav dt.level-sel a:visited {
}
#category-nav dt.level-sel a:hover {
}
#category-nav dt.level-act a, #category-nav dt.level-act a:visited {
}
#category-nav dt.level-act a:hover {
}
/*----infobox Left----*/
td.infoboxcell {
	padding-bottom:7px;
}
.infoBoxNotice {
	background: #ff8e90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
}
td.infoBox, span.infoBox {
}
/*--------*/
table.infoboxHeading {
	width: 100%;
}
td.infoBoxHeadingLeft {
	width:15px;
	height:28px;
	background:url(images/top_left.gif) no-repeat;
}
td.infoBoxHeadingCenter {
	background:url(images/top_center.gif) repeat-x;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-size:11px;
}
td.infoBoxHeadingRight {
	width:15px;
	height:28px;
	background:url(images/top_right.gif) no-repeat;
}
/*--------*/
.infobox {
	width: 100%;
}
td.infoBoxContentsLeft {
	display:none;
}
td.infoBoxContentsCenter {
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
}
td.infoBoxContentsRight {
	display:none;
}

td.infoBoxFooterLeft {
	width:15px;
	height:12px;
	background:url(images/bottom_left.gif) no-repeat;
}
td.infoBoxFooterCenter {
	background:url(images/bottom_center.gif) repeat-x;
}
td.infoBoxFooterRight {
	width:15px;
	height:12px;
	background:url(images/bottom_right.gif) no-repeat;
}
td.infoBox1FooterLeft {
	width:15px;
	height:12px;
	background:url(images/bottom_left.gif) no-repeat;
}
td.infoBox1FooterCenter {
	background:url(images/bottom_center.gif) repeat-x;
}
td.infoBox1FooterRight {
	width:15px;
	height:12px;
	background:url(images/bottom_right.gif) no-repeat;
}
/*--------*/
table.infoBoxContents {
}
table.infoBoxContents td.infoBoxContents{
	height:20px;
	padding-left:10px;
	border-bottom:1px solid #cecece;
}
table.infoBoxContents td.infoBoxContents a:link, table.infoBoxContents td.infoBoxContents a:visited{
	text-decoration:none;
	color:#000000
}
table.infoBoxContents td.infoBoxContents a:hover{
	text-decoration:none;
	color:#de0078;
}
table.infoBoxContents a{
	color:#000000
}
table.infoBoxContents a:hover{
	color:#de0078;
}
td.infoBoxContents {

}

table.infoBoxContents td.productNameCell {
}
table.infoBoxContents td{
}
table.infoBoxContents td.productImageCell{
	text-align:center;
	width:55px;
	padding:6px 0;
}

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;
}
table.infoBoxContents .productPriceSpecial {
}
table.infoBoxcontents .productpriceold {
	color: #aebff8;
}
table.infoBoxContents .productPriceCurrent {
	color:#dc0077;
}

table.infoBoxContents a.infoBoxLink, table.infoBoxContents a.infoBoxLink:visited{
	padding:3px 0 3px 13px;
	padding-top:3px;
	width:160;
	text-decoration:none;
	border-bottom:1px solid #cecece;
	display:block;
	color:#000000;
}
table.infoBoxContents a.infoBoxLink:hover {
	color:#de0078;
}
table.infoBoxContents a.infoBoxLink1{
	padding:3px 0 3px 13px;
	padding-top:3px;
/*	width:165;	*/
	text-decoration:none;
	border-bottom:1px solid #cecece;
	display:block;
	color:#de0078;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
table.infoBoxContents a.infoBoxLink1:hover {
	color:#000;
}

/*----infobox Right----*/
table.infobox1Heading {
	width: 100%;
}
td.infoBox1HeadingLeft {
	width:15px;
	height:28px;
	background:url(images/top_left1.gif) no-repeat;
}
td.infoBox1HeadingCenter {
	background:url(images/top_center1.gif) repeat-x;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-size:11px;
}
td.infoBox1HeadingRight {
	width:15px;
	height:28px;
	background:url(images/top_right1.gif) no-repeat;
}
/*--------*/
.infobox1 {
	width: 100%;
}
td.infoBox1ContentsLeft {
	display:none;
}
td.infoBox1ContentsCenter {
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
}
td.infoBox1ContentsRight {
	display:none;
}
/*--------*/
table.infoBox1Contents {
}
td.infoBox1Contents {
}



table.infoBox1Contents td.productNameCell a:link, table.infoBoxContents td.productNameCell a:visited{
}
table.infoBox1Contents td.productNameCell a:hover {
}

table.infoBox1Contents td.productPriceCell {
	font-weight: bold;
}
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{
}
table.infoBox1Contents a.infoBoxLink:hover {
}



/*----contentbox----*/
td.contentBoxHeadingLeft {
	width:15px;
	height:45px;
	background:url(images/top_left2.gif) no-repeat;
}
td.contentBoxHeadingCenter {
	background:url(images/top_center2.gif) repeat-x;
	font-size:23px;
	font-family:"Times New Roman", Times, serif;
}
td.contentBoxHeadingRight {
	width:15px;
	height:45px;
	background:url(images/top_right2.gif) no-repeat;
}
/*--------*/
.contentboxfooter {
}
td.contentBoxFooterLeft {
	width:15px;
	height:12px;
	background:url(images/bottom_left.gif) no-repeat;
}
td.contentBoxFooterCenter {
	background:url(images/bottom_center.gif) repeat-x;
}
td.contentBoxFooterRight {
	width:15px;
	height:12px;
	background:url(images/bottom_right.gif) no-repeat;
}
/*--------*/
table.contentBox {
}
td.contentBoxContentsLeft {
	display:none;
}
td.contentBoxContentsCenter {
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
}
td.contentBoxContentsRight {
	display:none;
}

table.contentBoxContents {
}
.contentBox td.productColumnSell {
	padding:7px;
	vertical-align:top;
}
.contentBox table.productTable {
}
.contentBox td.productImageCell {
	text-align:left;
	height:120px;
	width:110px;
}
.contentBox td.productNameCell {
}
.contentBox td.productNameCell a{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
.contentBox td.productNameCell a:hover {
	color:#de0078;
	text-decoration:none;
}

.contentBox td.productPriceCell {
	font-weight:bold;
	padding:3px 0;
}
.contentBox .productPriceSpecial {
	color: #de0078;
	font-size:27px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}
.contentBox .productPriceOld {
	color: #aebff8;
  text-decoration: line-through;
	font-weight: bold;
}
.contentBox .productPriceCurrent {
	color: #de0078;
	font-size:25px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}

/*----contentbox1----*/
td.contentBox1HeadingLeft {
	width:15px;
	height:8px;
	background:url(images/top_left2.gif) no-repeat;
}
td.contentBox1HeadingCenter {
	background:url(images/top_center2.gif) repeat-x;
}
td.contentBox1HeadingRight {
	width:15px;
	height:8px;
	background:url(images/top_right2.gif) no-repeat;
}
/*--------*/
td.contentBox1FooterLeft {
	width:15px;
	height:12px;
	background:url(images/bottom_left.gif) no-repeat;
}
td.contentBox1FooterCenter {
	background:url(images/bottom_center.gif) repeat-x;
}
td.contentBox1FooterRight {
	width:15px;
	height:12px;
	background:url(images/bottom_right.gif) no-repeat;
}
/*--------*/
table.contentBox1 {
}
td.contentBox1ContentsLeft {
	display:none;
}
td.contentBox1ContentsCenter {
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
}
td.contentBox1ContentsRight {
	display:none;
}

table.contentBox1Contents {
}
.contentBox1 td.productColumnSell {
	padding:7px;
}
.contentBox1 table.productTable {
}
.contentBox1 td.productImageCell {
	text-align:left;
	height:160px;
}
.contentBox1 td.productNameCell {
}
.contentBox1 td.productNameCell a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
.contentBox1 td.productNameCell a:hover {
	color:#de0078;
	text-decoration:none;
}

.contentBox1 td.productPriceCell {
	font-weight:bold;
	padding:3px 0;
}
.contentBox1 .productPriceSpecial {
	color: #de0078;
	font-size:27px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}
.contentBox1 .productPriceOld {
	color: #aebff8;
  text-decoration: line-through;
	font-weight: bold;
}
.contentBox1 .productPriceCurrent {
	color: #de0078;
	font-size:25px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}


/*----contentbox2----*/
td.contentBox2HeadingLeft {
	width:15px;
	height:45px;
	background:url(images/top_left2.gif) no-repeat;
}
td.contentBox2HeadingCenter {
	background:url(images/top_center2.gif) repeat-x;
	font-size:23px;
	font-family:"Times New Roman", Times, serif;
}
td.contentBox2HeadingRight {
	width:15px;
	height:45px;
	background:url(images/top_right2.gif) no-repeat;
}
/*--------*/
td.contentBox2FooterLeft {
	width:15px;
	height:12px;
	background:url(images/bottom_left.gif) no-repeat;
}
td.contentBox2FooterCenter {
	background:url(images/bottom_center.gif) repeat-x;
}
td.contentBox2FooterRight {
	width:15px;
	height:12px;
	background:url(images/bottom_right.gif) no-repeat;
}
/*--------*/
table.contentBox2 {
}
td.contentBox2ContentsLeft {
	display:none;
}
td.contentBox2ContentsCenter {
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
	padding:10px
}
td.contentBox2ContentsRight {
	display:none;
}

table.contentBox2Contents {
}
.contentBox2 td.productColumnSell {
	padding:7px;
}
.contentBox2 table.productTable {
}
.contentBox2 td.productImageCell {
	text-align:left;
	height:120px;
	width:110px;
}
.contentBox2 td.productNameCell {
}
.contentBox2 td.productNameCell a{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
.contentBox2 td.productNameCell a:hover {
	color:#de0078;
	text-decoration:none;
}

.contentBox2 td.productPriceCell {
	font-weight:bold;
	padding:3px 0;
}
.contentBox2 .productPriceSpecial {
	color: #de0078;
	font-size:27px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}
.contentBox2 .productPriceOld {
	color: #aebff8;
  text-decoration: line-through;
	font-weight: bold;
}
.contentBox2 .productPriceCurrent {
	color: #de0078;
	font-size:25px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}


/*----contentbox3----*/
td.contentBox3HeadingLeft {
	width:15px;
	height:8px;
	background:url(images/top_left2.gif) no-repeat;
}
td.contentBox3HeadingCenter {
	background:url(images/top_center2.gif) repeat-x;
}
td.contentBox3HeadingRight {
	width:15px;
	height:8px;
	background:url(images/top_right2.gif) no-repeat;
}
/*--------*/
td.contentBox3FooterLeft {
	width:15px;
	height:12px;
	background:url(images/bottom_left.gif) no-repeat;
}
td.contentBox3FooterCenter {
	background:url(images/bottom_center.gif) repeat-x;
}
td.contentBox3FooterRight {
	width:15px;
	height:12px;
	background:url(images/bottom_right.gif) no-repeat;
}
/*--------*/
table.contentBox3 {
}
td.contentBox3ContentsLeft {
	display:none;
}
td.contentBox3ContentsCenter {
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
}
td.contentBox3ContentsRight {
	display:none;
}

table.contentBox3Contents {
}
.contentBox3 td.productColumnSell {
	padding:7px;
}
.contentBox3 table.productTable {
}
.contentBox3 td.productImageCell {
	text-align:left;
	height:120px;
	width:110px;
}
.contentBox3 td.productNameCell {
	font-size:12px;
	color:#69757b;
}
.contentBox3 td.productNameCell a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
}
.contentBox3 td.productNameCell a:hover {
	color:#de0078;
	text-decoration:none;
}

.contentBox3 td.productPriceCell {
	font-weight:bold;
	padding:3px 0;
}
.contentBox3 .productPriceSpecial {
	color: #de0078;
	font-size:27px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}
.contentBox3 .productPriceOld {
	color: #aebff8;
  text-decoration: line-through;
	font-weight: bold;
}
.contentBox3 .productPriceCurrent {
	color: #de0078;
	font-size:25px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}
.contentBox3 .productTable{
	margin-bottom:20px;
}

/*----product listing----*/
table.productListing {
	border: 1px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 1px;
}
.productListing-heading {
	background:url(images/top_center.gif) repeat-x;
	color:#fff;
	height: 28px;
	font-weight: bold;
	padding-right: 3px;
}

a.productListing-heading, a.productListing-heading:visited{
}
a.productListing-heading:hover {
}

#firstHeadingSell, #firstContentSell {
	padding-left: 5px;
	border-left:1px solid #cecece;
}
#lastHeadingSell, #lastContentSell {
	padding-right: 5px;
	border-right:1px solid #cecece;
}
.productListing-bottom {
	height: 1px;
	font-size: 0px;
	border-top:1px solid #cecece;
}
.productlisting-headingPrice {
	font-size: 20px;
	font-weight: bold;
	color: #9a9a9a;
}
TD.productListing-data {
  padding:5px 2px 2px 2px;
}
TD.productListing-data a{
	color:#000000;
}
TD.productListing-data a:hover{
	text-decoration:none;
}
A.pageResults {
	color: #0000FF;
}
A:visited.pageResults {
	color: #0000FF;
}
a:hover.pageResults {
	color: #0000FF;
	background: #FFFF33;
}
/* 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 {
}
TR.productListing-odd {
background: #f0efeb;
}
TR.productListing-even {
}
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 {
	color: #da5820;
	text-decoration:none;
	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;*/
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
}
.checkoutBarFrom, .checkoutBarTo {
	/*color: #8c8c8c;*/
}
.checkoutBarCurrent {
	color: #c34f1d;
	font-weight:bold;
}
/* Content layout  end */


/* Footer  layout begin */
table.footer {
}
table.footer td{
	font-size:11px;
	color:#8a8888;
}
table.footer a{
	color:#de0078;
	text-decoration:none;
}
table.footer a:hover{
	color:#8a8888;
	text-decoration:none;
}
td.footer {
	font-size:10px;
}
table td.footer a:link, table td.footer a:visited {
	font-size:10px;
	color:#8a8888;
	text-decoration:none;
}
table td.footer a:hover {
	font-size:10px;
	color:#de0078;
	text-decoration:none;
}
/* Footer layout end */
.cat_border{
  border:1px solid #c34f1d;
}

div.bonus_points_cont {
  position: relative;
  text-align: right;
}
div.bonus_points {
  position: absolute;
  top: 0px; right: 0px;
  font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
html > body div.bonus_points {
  text-align: right;
  left: -111px;
}
.grey {
  color: #666666;
}
.orange {
  color: #f60;
}
.green {
color: #090;
}
.red{
	color:#de0078;
}
.red a{
	color:#de0078;
	text-decoration:none;
}
.red a:hover
{
	color:#000;
	text-decoration:none;
}
.leftline{
	width:20px;
	background:url(images/leftline.gif) repeat-y;
}
.rightline{
	width:20px;
	background:url(images/rightline.gif) repeat-y;
}
.boxshop{
	width:95px;
	height:80px;
	background:url(images/boxshop.gif) no-repeat;
	padding:0 10px;
}
.price{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#de0078;
}
.bradcramp{
}
td.bradcrampLeft {
	width:15px;
	height:28px;
	background:url(images/top_left.gif) no-repeat;
}
td.bradcrampCenter {
	background:url(images/top_center.gif) repeat-x;
	color:#b2b2b2;
	font-size:12px;
	padding-left:15px;
}
td.bradcrampCenter a.headerNavigation {
	color:#fff;
	text-decoration:none;
}
td.bradcrampCenter a:hover.headerNavigation {
	color:#b2b2b2;
	text-decoration:none;
}
td.bradcrampRight {
	width:15px;
	height:28px;
	background:url(images/top_right.gif) no-repeat;
}
a.list {
	background: url(images/list.gif) no-repeat 0 2px;
	padding-left:15px;
	text-decoration:none;
	color:#000;
}
table.list td{
	font-size:11px;
	color:#69757b;
}
li {
	list-style-position: outside;
	margin:0px;
	padding:0 0 0 10px;
	list-style-type: none;
	background:url(images/list1.gif) no-repeat 0 5px;
}
ul {
	margin:0;
	padding:0;
}


h3 {
	font-size:15px;
	font-weight:bold;
	padding:0;
	margin:15px 0 5px 0;
}
a.bg_product{
	background:url(images/bg_product.gif) no-repeat;
	width:70px;
	height:70px;
	float:left;
	text-align:center;
	padding-top:10px;
}
a.bg_product:hover{
	background:url(images/bg_product1.gif) no-repeat;
	widows:70px;
	height:70px;
	float:left;
}
h3.model {
	color:#de0078;
	font-size:19px;
	font-weight:normal;
	padding-left:30px;
	background:url(images/model.gif) no-repeat 13px 8px;
}


/*menu*/
.speakers a{
	width:58px;
	height:19px;
	display:block;
	background:url(images/menu/speakers.gif);
}
.speakers a:hover{
	background:url(images/menu/speakers_hover.gif);
}
.sale a{
	width:67px;
	height:19px;
	display:block;
	background:url(images/menu/sale.gif);
}
.sale a:hover{
	background:url(images/menu/sale_hover.gif);
}
.laptop a{
	width:129px;
	height:19px;
	display:block;
	background:url(images/menu/laptop.gif);
}
.laptop a:hover{
	background:url(images/menu/laptop_hover.gif);
}
.ipod a{
	width:111px;
	height:19px;
	display:block;
	background:url(images/menu/ipod.gif);
}
.ipod a:hover{
	background:url(images/menu/ipod_hover.gif);
}
.home a{
	width:42px;
	height:19px;
	display:block;
	background:url(images/menu/home.gif);
}
.home a:hover{
	background:url(images/menu/home_hover.gif);
}
.headphpones a{
	width:85px;
	height:19px;
	display:block;
	background:url(images/menu/headphpones.gif);
}
.headphpones a:hover{
	background:url(images/menu/headphpones_hover.gif);
}
.gadgets a{
	width:54px;
	height:19px;
	display:block;
	background:url(images/menu/gadgets.gif);
}
.gadgets a:hover{
	background:url(images/menu/gadgets_hover.gif);
}


/*-----------*/

#image1{
	width:250px;
	height:338px;
	display:block;
}
#image2{
	width:250px;
	height:338px;
	display:none;
}
#image3{
	width:250px;
	height:338px;
	display:none;
}
#image4{
	width:250px;
	height:338px;
	display:none;
}

.contentBoxContents ul{
	margin:10px 15px;
}
table.indent_20 td{
	padding:0 10px;
}

table.ProductFilters, table.ProductFeatures {
	border-left: solid 1px #CECECE;
	border-top: solid 1px #CECECE;
}

table.ProductFilters td, table.ProductFilters th, table.ProductFeatures td, table.ProductFeatures th{
	border-bottom: solid 1px #CECECE;
	border-right: solid 1px #CECECE;
}

table.ProductFilters th, table.ProductFeatures th{
	background-color: #F7F7F7;
	font-size: 12px;
	text-align: left;
}

h3 {
	color: #DD0078;
}

.line_VB {
	background: url(images/bold_dot.png) top center repeat-y;
}

.line_HB {
	background: url(images/bold_dot.png) left center repeat-x;
}

.stock_amount, .stock_amount_info {
font-style: italic;
font-size: 13px;
}

.stock_amount_info {
font-weight: bold
}