﻿#productTable {
	width: 100%;
	font-size: 1.2em;
}

#productTable .pagenav {
	text-align: center;
	padding: 5px 0 5px 0;
}

#productTable .pagenav a{
	text-decoration: none;
	color: #0060a5;
	font-size: 1.2em;
	padding: 0 3px 0 3px;
}

#productTable .pagenav a:hover{
	text-decoration: underline;
}

#productTable .prodImage {
	text-align: center;
	border: 0px solid;
	width: 200px;
}

#productTable .prodImage img{
	width: 120px;
	height: 120px;
	margin: 0 auto 0 auto;
}

.extraLink{
	display: block;
	text-align: center;
	height: 34px;
	line-height: 34px;
	border: 0px solid;
	margin: 0;
	width: 160px;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	text-transform:uppercase;
}


#productTable .prodText {
	padding: 15px;
	line-height: 22px;
	vertical-align: middle;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 12px 0;
}

/* productpage only */
#productTable .detailslist {
	margin: 0 0 0 15px;
}

#productTable .detailslist li {
	list-style: disc outside;
	padding: 4px;
}
/* end */

#productTable .moreDetails {
	text-align: right;
}

#productTable .moreDetails a {
	font-size: 1.1em;
	color: #0060a5;
	text-decoration: none;
	font-weight: normal;
}

#productTable .moreDetails a:hover {
	text-decoration: underline;
}


/* Options Table - productpage only */
#optionsTable {
	width: 100%;
	font-size: 1.0em;
	margin: 10px 0 10px 0;
	border-collapse: collapse;
}

#optionsTable th {
	height: 22px;
	line-height: 22px;
	text-align: left;
	background: #f6f6f6;
	padding: 4px 10px 4px 10px;
}


#optionsTable td {
	height: 22px;
	line-height: 22px;
	padding: 4px 10px 4px 10px;
}


#optionsTable .optionID {
	width: 85px;
}
