/* CSS Document */

.subcontent table {
	width:90%;
	margin: 10px auto;
	background:#f7f5e8;
	border-collapse:collapse;
}

.subcontent table td {
	text-align:center;
	background:#f7f5e8;
	border:1px solid #ccc;
}
.content table td {
	background-color:#f7f5e8;
	border:none;
}
.content table {
	width:auto;
}
.pdgitem table {
	background:#f7f5e8;
	border:0px;
	width:95%;
	background-color:#f7f5e8;
}
.pdgitem table td {
	background:#f7f5e8;
	border:none;
	height:2em;
	padding:0;
}
.pdgitem h3 {
	font-size:120%;
	margin: 1em 0 0.5em 0;
	}
.main a img {
	border:none;
	max-width:175px;
    width: expression(this.width > 175 ? 175: true);
	}
.main img {
	border:none;
	clear:none;
	float:none;
	margin: 0;
}
.main a:hover img {
	border:none;
}
#nobackground table td  {
	background:#f7f5e8;
	border:none;
}
#nobackground table {
	background:#f7f5e8;
}

#pdgtext table td {
	text-align:left;
	padding:0px 15px;
}

.pdgproduct {
	width:95%;
	margin:auto;
}

.pdgproduct-left {
	width:300px;
	text-align:center;
	padding-top:10px;
	
}
.pdgproduct-right {
	float:right;
	width:360px;
	
}
.pdgproduct-bottom {
	clear:right;
	text-align:left;
}
.bold {
	font-weight:bold;
}
.red {
	color:#f00;
}
.sku_style {
	color:#333;
	font-size:90%;
	font-weight:normal;
}
.basket {
	background-color:#f7f5e8;
	width:100%;
}
.basket table {
	background-color:#f7f5e8;
	width:95%;
	border:none;
	margin:0 30px 0 30px;
	table-layout:auto;
	text-align:left;
}
/* Set the max width of thumbnails in the basket - second line is an IE 6 hack */
.basket img {
   max-width:100px;
   width: expression(this.width > 100 ? 100: true);
}
.inside_table table {
	width:100%;
	margin:0;
}
.inside_table table td {
	height:1.5em;
}
.basket table th {
	background-color:#f7f5e8;
	border:none;
}
.basket table td {
	background-color:#f7f5e8;
	border:none;
	text-align:left;
}
.table_display_right {
	text-align:left;
	padding-left:500px;
}
.center_text {
	text-align:center;
}

.center_table {
	width:80%;
	margin:auto;
	padding-bottom:30px;
}
.center {
	text-align:center;
}
.content table td {
	height:2em;
	}

.pdgopt table td {
	background-color:#fff;
	line-height:2em;
	border-collapse:collapse;
	height:0em;
	border:1px solid #000;
}
.temp_div {
	width:600px;
	background-color:#fff;
	color:#000;
	border: 10px solid #F00;
	padding:10px 10px;
	margin:10px auto;
	line-height:1.4em;
}

	

