div#content {
	padding-top:			35px;
}

div#content div#goBack {
	position:				absolute;
	left:					20px;
	top:					12px;
	text-transform:			lowercase;
}

div#content div#recommend {
	position:				absolute;
	right:					20px;
	top:					12px;
/*
	height:					20px;
	text-align:				right;
*/
	text-transform:			lowercase;
/*	
	margin:					-20px 0 0 0;
*/
}

#contentHeader {
	display:				block;
	height:					22px;
	line-height:			22px;
	background:				url('/images/main/backgroundCategoryHeader.png') 0 0 no-repeat;
	margin:					0 -16px 10px -16px;
	padding:				0 0 0 21px;
}

#contentHeader span {
	font-weight:			normal;
}

table#categories {
	width:					100%;
	height:					100%;
	background:				url('/images/main/dot.gif') 50% 0 repeat-y;
}

table#categories td {
	width:					50%;
	vertical-align:			top;
}

table#categories td.left {
	padding:				0 20px 0 0;
}

table#categories td.right {
	padding:				0 0 0 20px;
}

table#categories table.categoryLink {
	width:                  100%;
	margin:                 0 0 5px 0;
}

table#categories table.categoryLink td {
	height:                 54px;
	vertical-align:         middle;
}

table#categories table.categoryLink td.image {
	width:                  84px;
}

table#categories table.categoryLink td.link {
	width:					auto;
}

table#categories table.categoryLink td a {
	font-size:              12px;
	text-decoration:        none;
}

table#categories table.categoryLink td a:hover {
	text-decoration:        underline;
}

table#categories table.categoryLink td img {
	width:                  72px;
	height:                 52px;
	border:                 1px outset white;
}

div#productTable {
	margin:					15px 0;
	padding:				0;
}

div#productTable table {
	width:					100%;
/*	table-layout:           fixed; */
	border-collapse:        collapse;
}

div#productTable table th {
	background:             #338BC7;
	color:                  white;
	border:                 1px solid #F7F7F7;
	font-weight:            normal;
	text-align:             center;
	vertical-align:         top;
	padding:                4px 0;
}

div#productTable table td {
	color:                  #707070;
	border:                 1px solid #F7F7F7;
	font-weight:            normal;
	text-align:             center;
	padding:                4px 0;
}

div#productTable table tr.light td {
	background:				#E7EEF2;
}

div#productTable table tr.dark td {
	background:				#CADDEA;
}

div#productTable table tr.light th {
	background:				#D7E6EF;
	background:				#338BC7;
	color:                  white;
	text-align:				left;
	overflow:               visible;
	padding-left:			10px;
}

div#productTable table tr.dark th {
	background:				#C0D9EA;
	background:				#2E7CB9;
	color:                  white;
	text-align:				left;
	vertical-align:         middle;
	overflow:               visible;
	padding-left:			10px;
}

div#productTable table td.type, div#productTable table th.type {
	color:                  black;
	text-align:             left;
	padding-left:           10px;
}

/*
div#productTable table.table4col {
}

div#productTable table.table4col td {
	width:                  25%;
}

div#productTable table.table3col {
}

div#productTable table.table3col td {
	width:                  33%;
}

div#productTable table.table2col {
}

div#productTable table.table2col th {
	width:                  40%;
}

div#productTable table.table2col td {
	width:                  60%;
}

div#productTable table.table6col {
}

div#productTable table.table6col td {
	width:                  15%;
}

div#productTable table.table6col td.type {
	width:                  25%;
}

div#productTable table.table8col {
}

div#productTable table.table8col td {
	width:                  12%;
}

div#productTable table.table8col td.type {
	width:                  16%;
}

div#productTable table.table7col {
}

div#productTable table.table7col td {
	width:                  14%;
}

div#productTable table.table7col td.type {
	width:                  16%;
}
*/
table#productDetails {
	margin:					10px 0 0 0;
	width:					100%;
}

table#productDetails ul {
	list-style-position:    inside;
}

table#productDetails td.left {
	vertical-align:			top;
	width:					310px;
	padding:				0;
}

table#productDetails td.right {
	vertical-align:			top;
	padding:				0 0 0 2px;
	text-align:				justify;
}

div#description {
/*	background:				url('/images/main/dot.gif') left bottom repeat-x; */
	padding:				0;
	margin:					0;
}

div#seeAlso {
	background:				url('/images/main/dot.gif') left top repeat-x;
	line-height:			14px;
	padding:				10px 0 0 0;
	margin:					10px 0 0 0;
}

/*
img#photoLarge {
	width:					300px;
	height:					150px;
	border:					1px solid #707070;
	display:				block;
	margin:					0 0 10px 0;
}

img#photoSmall1 {
	width:					144px;
	height:					94px;
	border:					1px solid #707070;
	margin:					0 10px 0 0;
}

img#photoSmall2 {
	width:					144px;
	height:					94px;
	border:					1px solid #707070;
}
*/

img#photoLarge, img#photoSmall1, img#photoSmall2 {
	width:					300px;
	height:					150px;
	border:					1px solid #707070;
	display:				block;
	margin:					0 0 10px 0;
}

