@charset "iso-8859-1";
/* CSS Document */

/* --------------------------------GENERAL---------------------------- */

body {
	font: normal 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #999999;
	margin: 8px 20px 20px;
	padding: 8px 13px 15px;
	text-align: center;
	
}
H1 {
	background: #000000 url(1-diamond_images/BG-top.gif) repeat-x left bottom;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 15px 0px 0px;
	height: 40px;
	text-align: left;
	vertical-align: bottom;
	margin: 5px 0px 0px;
	text-indent: 25pt;
	font: bolder normal 20px "book Antiqua", "Palatino Linotype", Palatino, "ms Sans Serif", "New York", serif;
	border: 1px solid #666666;
}

H1 A:link, H1 A:visited, H1 A:hover {
	color: #FFFFFF;
	text-decoration: none;
}

H2 {
font: bold 1.5em "book Antiqua", "Palatino Linotype", Palatino, "ms Sans Serif", "New York", serif;
	color: #666666;
}
H3 {
	font: bold 1.1em "Bitstream Vera Sans", Lucida, verdana, helvetica, arial, sans-serif;
	list-style: disc;
	color: #999999;
	text-align: left;
	margin: 5px 0px 10px;
	padding: 3px 10px 0px 25px;
	background: url(1-diamond_images/BG-h3.gif) no-repeat left bottom;
	border: 1px none #CCCCCC;
}

H4 {
	font-weight: bold;
	color: #435607;
	display: block;
	font-size: 1.1em;
	margin-top: 15px;
	margin-bottom: 5px;
	clear: both;
}

A:link , A:visited{
	text-decoration: underline;
}
 
A:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------------------------- */




/* --------------------------- BLOCKS -------------------------------------- */


/* -------------------------- TOP ---------------------------------- */

#topLinks {
	font-size: 0.7em;
	text-align: center;
	vertical-align: middle;
	display: block;
	background: #D3D1D1 url(1-diamond_images/bg-links.gif) repeat-x left bottom;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 8px;
	font-weight: normal;
	color: #333333;
	border-top: 1px none #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px none #666666;
	border-left: 1px solid #666666;
	
}
#topLinks A{
	color: #666666;
	display: inline;
	padding: 3px 8px;
	text-align: center;
	margin: 0px;
}
/* ----------------------------- MAIN------------------------------ */

#mainBox {
	padding: 8px;
	vertical-align: top;
	background: #F0F0F0;
	text-align: left;
}
/*
#mainBox TABLE TD H4 A {
	color: #FBB009;
	display: block;
	font-weight: bold;
	padding-top: 2px;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	padding-bottom: 2px;
}
*/


/* -------------------------- SIDE-LEFT ---------------------------------- */

#sideBox {
	vertical-align: top;
	padding: 10px 5px 15px;
	width: 200px;
	background: #F0F0F0;
	border-left: 1px solid #666666;
	text-align: left;
}
#sideBox TABLE {
	border-collapse:collapse;
	background: url(1-diamond_images/BG-sideT.gif);
	margin-bottom: 10px;
	padding: 0px;
}
#sideBox TABLE TH {
	font-size: 0.9em;
	padding: 2px;
	color: #FFFFFF;
	background: #666666 url(1-diamond_images/bg-sideH.gif) repeat;
	border: 1px solid #CCCCCC;
}
#sideBox TABLE TD {
	color: #666666;
	font-size: 0.8em;
	padding: 3px;
	background: #F3F3F3;
	border: 1px solid #CCCCCC;
}
#sideBox TABLE TD A {
	display: block;
	color: #666666;
}
#sideBox td ul {
	margin-left: 1px;
	padding-left: 0.3em;
	display: list-item;
	list-style: disc outside;
}
#sideBox td ul li {
	display: list-item;
	list-style: disc;
}

/* -------------------------- SIDE-RIGHT ---------------------------------- */

#sideBoxBanner {
	vertical-align: top;
	padding: 10px 5px;
	background: #FFFFFF;
	border-right: 1px solid #666666;
	border-left: 1px dashed #A7B0DB;
}
#sideBoxBanner TABLE {
	border-collapse:collapse;
	background: url(1-diamond_images/BG-sideT.gif);
	margin-bottom: 10px;
	text-align: center;
}
#sideBoxBanner TABLE TH {
	font-size: 0.65em;
	padding: 2px;
	color: #FFFFFF;
	background: #666666 url(1-diamond_images/bg-sideH.gif) repeat;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}
#sideBoxBanner TABLE TH  A{
	color: #FFFFFF;
}
#sideBoxBanner TABLE TD {
	color: #666666;
	font-size: 0.65em;
	padding: 3px;
	background: #F3F3F3;
	border: 1px solid #CCCCCC;
	font-weight: normal;
}
#sideBoxBanner TABLE TD A {
display: block;
	color: #666666;
}
#sideBoxBanner TABLE TD A  img{
	border: none;
}

#sideBoxBanner1 {
}




/* -------------------------- BOTTOM ---------------------------------- */


#bottomBox {
	font-size: 0.7em;
	color: #333333;
	background: #CAC8C8;
	border: 1px solid #666666;
}
#bottomBox TD {
	padding: 2px;
	text-align: center;
}
#bottomBox TD A {
	color: #666666;
}


/* ----------------------------------------------------------------- */

/* --------------------- DETAILS ---------------------------------- */

#adBox {}
#keyWordBox {
	font-size: 0.8em;
	display: block;
	color: #666666;
	font-weight: bold;
	padding: 2px;
	border-top: 1px dashed #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px none #CCCCCC;
}	
#keyWordBox A {
	color: #666666;
	font-weight: normal;
}

#shoppingTips {
	font-size: 0.8em;
	display: block;
	color: #666666;
	font-weight: bold;
	padding: 2px;
	border-top: 1px dashed #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px none #CCCCCC;
}	
#shoppingTips A {
	color: #666666;
	font-weight: normal;
}

.prodTbl {
	border-collapse:separate;
	margin-bottom: 10px;
	font-size: 1.0em;
}

.prodTbl TH {
	padding: 3px;
	font-size: 0.65em;
	color: #333333;
	font-weight: bold;
}
.prodTbl TH A {
	color: #333333;
	font-weight: normal;
}
.prodTbl TD {
	padding: 8px;
	
	background: #FFFFFF;
	color: #2A2E3C;
	text-align: left;
	vertical-align: top;
	border: 1px dotted #CCCCCC;
}

.prodTbl TD A {color: #000000;}
.prodTbl TD A IMG {
	display: block;
	padding-bottom: 3px;
}
.prodTbl TD H4 A {
	color: #BA9445;
	display: block;
	font-weight: bold;
}
.prodTbl TD a.price {
	display: block;
	font-style: italic;
	color: #BE7D2E;
	text-align: left;
	clear: both;
	width: 60%;
	border: 1px solid #DADADA;
	margin: 0px;
	background: #F0F0F0;
}
.catTbl {
	border-collapse:separate;
	margin-bottom: 10px;
}

.catTbl Table {
	table-layout:auto;
}

.catTbl TD {
	padding: 4px;
	font-size: 0.8em;
	color: #2A2E3C;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.catTbl TD A {color: #2A2E3C;}
.catTbl TD A IMG {
	padding-bottom: 2px;
	border: none;
	display: inline;
	float: center;
}
.catTbl TD H4 A {
	color: #CC6600;
	display: block;
	margin: 0px;
	padding-bottom: 2px;
	text-align: left;
	border-bottom: 1px dotted #CC9900;
	font-size: 1.1em;
	font-weight: bold;
}

.price {
	font-weight: bold;
	color: #000000;
	display: block;
	font-size: 1em;
	margin-top: 1px;
	margin-left: 10px;
	clear: both;
}

.narrow {
}
.pageNum {
	font-size: 0.9em;
	color: #95A1B8;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
.CurPageNum {
	font-size: 0.9em;
	color: #95A1B8;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}

.productBox {
	font-size: 1.0em;
	font-weight: normal;
	background: #FFFFFF;
	padding: 10px 10px 10px;
}


.productBox H3 {
	font-size: 1.4em;
	text-align: left;
	color: #CC6600;
	margin: 0px;
	clear: both;
	background: none;
	border: none;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
}

.productBox H3 A:link, H3 A:visited {
	font-size: 1.0em;
	color: #CC6600;
}

.productBox LI A {
	color: #000000;
}
.productBox A IMG {
	clear: left;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

ul.coupons {
	list-style-type: circle;
}
SPAN.manufName {
	text-align: center;
	clear: both;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
}
SPAN.manufName A:link {
	color: #000000;
	font-weight: normal;
}
SPAN.manufName A:visited {
	color: #000000;
	font-weight: normal;
}
.productBox SPAN.price2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}
A.buyB {
	background: #CC6600  repeat-x center bottom;
	text-align: center;
	padding: 2px 3px 6px;
	width: 10em;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	border: 1px solid #B9B7B7;
}
.back {
}
.dirBox {
}
.viewAll {
	color: #666666;
	font-size: 0.8em;
	display: block;
	text-align: right;
	font-weight: normal;
}



/* -------------------------- --------------------------------- */

.leftTbleTxt {}
.com {
	color: #666666;
}
.RegTxt {
	font-size: 0.7em;
	font-weight: normal;
	color: #000000;
}
.RegTxt A{
	color: #333333;
}
H1 img {
	float: right;
}

.salePrice {
	font-weight: bold;
	color: red;
	display: block;
	font-size: 1em;
	margin-top: 8px;
	clear: both;
}

.prodDetailTbl TD {
	padding: 8px;
	font-size: 1.0em;
	background: #FFFFFF;
	color: #2A2E3C;
	text-align: left;
	vertical-align: top;
	border: none;
}



.prodDetailTbl TD A {
	color: #CC6600;
	
}

A.couponLink:link, A.couponLink:visited {
	color: #CC6600;
	font-size: 1.05em;
}

.restrictions {
	color: red;
	font-size: 0.8em;
}

