html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: arial;
	color: #333333;
	background: #1a1a1a;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
}
select {
	font-family: arial;
	font-size: 12px;
	color: #333333;
}
.txtInput {
	font-family: arial;
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #333333;
	padding: 2px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
a {
	color: #333333;
	text-decoration: none;
	-moz-outline-style: none;
}
a:hover {
	color: #666666;
}
.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}
#headArea {
	height: 92px;
	background: white;
	border-bottom: 1px solid #353535;
}
#mainAreaBg {
	background: url(img/bodyBg.png) 0px 0px repeat-x white;
}
#mainArea {
	border-top: 1px solid #b8b8b8;
	background: url(img/mainAreaBg.jpg) bottom right no-repeat;
	padding-bottom: 35px;
}
#footerArea {
	height: 155px;
	background: url(img/footerBg.png) 0px 0px repeat-x #1a1a1a;
}
.centeredArea {
	position: relative;
	margin: auto auto;
	width: 980px;
}
#mainAreaBgTop {
	height: 22px;
	background: url(img/mainAreaBgTop.png) 0px 0px no-repeat;
}
#mainAreaBgBottom {
	height: 22px;
	background: url(img/mainAreaBgBottom.png) 0px 0px no-repeat;
}
#mainAreaBgMiddle {
	background: url(img/mainAreaBgMiddle.png) 0px 0px repeat-y;
	min-height: 590px;
}
#rightC {
	z-index: 10;
	position: relative;
	overflow: hidden;
	float: right;
	width: 710px;
	padding-right: 22px;
}
#leftC {
	overflow: hidden;
	width: 219px;
	padding-left: 7px;
}
#logo {
	position: absolute;
	left: 12px;
	top: 23px;
}
#headNav {
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	left: 230px;
	top: 33px;
}
#headNav li {
	display: block;
	padding: 0px 5px 3px 5px;
	margin: 0px;
	float: left;
	border-right: 1px solid #cccccc;
}
#headNav .noBorder {
	border: none;
}
#headNav a {
	display: block;
	color: #333333;
	padding: 5px 5px 5px 5px;
	font-size: 13px;
	border-top: 3px solid #ffffff;
}
#headNav a:hover {
	border-top: 3px solid #cccccc;
	color: #333333;
}
#accountArea {
	position: absolute;
	right: 3px;
	top: 0px;
	background: url(img/accountAreaBg.png) 0px 0px no-repeat;
	height: 35px;
	padding-left: 15px;
}
#accountNav {
	white-space:nowrap;
	float: left;
	color: white;
	background: url(img/accountAreaBg.png) right top no-repeat;
	height: 29px;
	padding-top: 6px;
	padding-right: 15px;
}
#accountNav a {
	padding-left: 4px;
	padding-right: 4px;
	color: white;
	white-space:nowrap;
}
#accountNav a:hover {
	color: #bbbbbb;
}
#serviceline {
	position: absolute;
	right: 7px;
	top: 42px;
}
#languageSelect{
  position:absolute;
  right:7px;
  top:63px;
  border:1px solid #cccccc;
  background:#f4f4f4;
}
#languageSelect a{
  display:block;
  float:left;
  margin:3px;
}
#mainNavArea {
	height: 54px;
	position: relative;
}
#quick_find {
	position: absolute;
	top: 18px;
	left: 13px;
	width: 180px;
	height: 21px;
}
#searchInput {
	display: block;
	width: 157px;
	height: 21px;
	line-height:21px;
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	padding-right: 20px;
	background: url(img/searchBg.gif) 0px 0px no-repeat;
}
#searchSubmit {
	position: absolute;
	top: 2px;
	right: 2px;
}
#top_categories {
	display: block;
	position: absolute;
	top: 13px;
	left: 230px;
	margin: 0px;
	padding: 0px;
}
#top_categories li {
	float: left;
	display: block;
	margin-right: 5px;
}
#top_categories a {
  padding-left:5px;
	display:block;
	font-weight: normal;
	color: white;
	font-size: 15px;
	height: 39px;
	line-height:32px;
	background: url(img/top_cat_bg.gif) left top no-repeat;   
	text-shadow: 0px 0px 5px black;
}
#top_categories b { 
	display:block; 
	height: 39px;
	line-height:32px;
  padding:0px 8px 0px 3px; 
	font-weight: normal;
	background: url(img/top_cat_bg.gif) right top no-repeat;	
}
#top_categories a:hover {
	filter: glow(color=#000000,strength=0);
	color: black;
	background-position: left center;
	text-shadow: none;
}
#top_categories a:hover b {
	background-position: right center;
}
#top_categories .top_cat_active, #top_categories .top_cat_active:hover {
	text-shadow: 1px 1px 2px black;
	background-position: left bottom;
	color: white;
}
#top_categories .top_cat_active b, #top_categories .top_cat_active:hover b {
	background-position: right bottom;
}
/* product listing */
.pListingContainer {
	padding-bottom: 15px;
}
.pLSep {
	clear: both;
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	/* background: url(img/pLSep.gif) repeat-x center center;
*/
}
.pLArea, .pLArealast {
	position: relative;
	float: left;
	width: 164px;
	margin-right: 18px;
	margin-bottom: 4px;
}
.pLArealast {
	margin-right: 0px;
}
.pL_imageArea {
	color: white;
	display: table-cell;
	display: expression('block');
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-size: 133px;
	line-height: 133px;
	width: 164px;
	height: 164px;
	overflow: hidden;
}
.pL_imageArea img {
	vertical-align: middle;
}
.pL_data {
	position: relative;
	padding: 4px;
	background: #f4f4f4;
}
.pL_data a {
	color: #333333;
	line-height: 110%;
}
.pL_data_desc{
	color: #666666;
	font-size:11px;
}
.pL_special, .pL_new {
	position: absolute;
	top: 2px;
	left: 0px;
}
.pL_reviews {
	position: absolute;
	top: 2px;
	right: 0px;
}
/* prices */
.shipping_info, .shipping_info_inkl {
	width: 133px;
	height: 11px;
	cursor: pointer;
	background: url(img/shipping.gif) no-repeat;
}
.shipping_info_inkl {
	background: url(img/shipping_inkl.gif) no-repeat;
}
.shipping_info_small {
	width: 67px;
	height: 19px;
	cursor: pointer;
	background: url(img/shipping_small.gif) no-repeat;
}
.price {
	position: relative;
	font-size: 14px;
	margin-top: 3px;
	color: #548ba5;
}
#p_price {
	font-size: 20px;
}
#p_m_logo {
  float:left;
	margin-bottom: 12px;
}
#p_new_special {
  margin-top:2px;
  margin-left:10px;
  float:left;
	margin-bottom: 6px;
	width:100px;
}
.productOldPrice {
	color: #ed0207;
	text-decoration: line-through;
}
.uvp, .priceOld {
	background: url(img/uvp.gif) left center no-repeat;
	clear: both;
	display: block;
	font-weight: normal;
	height: 12px;
	line-height: 110%;
	overflow: visible;
	font-size: 12px;
}
.special {
	position: relative;
	color: #d83300;
	float: left;
}
.pSaved {
	float: left;
	color: #333333;
	font-weight: normal;
	height: 15px;
	width: 36px;
	background: url(img/pSavedBg.gif) no-repeat;
	line-height: 110%;
	font-size: 11px;
	text-align: center;
	margin-top: 1px;
	margin-left: 6px;
}
/* maufacturers choose */
#m_choose {
	margin-bottom: 10px;
}
#m_choose ul {
	margin: 0px;
	padding: 0px;
}
#m_choose li {
	padding-bottom: 5px;
	margin-right: 7px;
	display: block;
	float: left;
}
#m_choose h1 a {
	color: #548ba5;
}
#m_choose em {
	display: none;
}
.m_c_logo, .m_c_logo_active {
	color: white;
	display: table-cell;
	display: expression('block');
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-size: 37px;
	line-height: 37px;
	width: 95px;
	height: 45px;
	overflow: hidden;
	background: url(img/m_c_logoBg.gif) white no-repeat 0px 0px;
}
.m_c_logo:hover, .m_c_logo_active {
	background-position: 0px -45px;
}
#m_choose img {
	vertical-align: middle;
}
.m_c_name {
	font-weight: normal;
	display: block;
	padding-left: 2px;
	font-size: 10px;
}
/* dropdowns */
#sort, #filter {
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	margin-right: 20px;
}
.dropDownSelectArea {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 20px;
}
#catDesc {
	margin-bottom: 10px;
	line-height: 150%;
}
#pListingCatImg {
	float: right;
	margin-left: 10px;
	margin-right: 12px;
}
#pListingCatImg img {
	/*border: 1px solid #cccccc;
*/
}
.hSep {
	background: url(img/dotsGrey.gif) center center repeat-x;
	height: 6px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
.message {
	color: #339900;
	padding: 4px;
	padding-left: 22px;
	background: url(img/message.gif) no-repeat 2px 2px #f0f0f0;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 135%;
}
.adressLabel {
	border: 1px solid #cccccc;
	background: #f8f8f8;
	padding: 10px;
	margin-right: 10px;
}
.errorMessage {
	color: #b20a1c;
	padding: 4px;
	padding-left: 22px;
	background: url(img/error.gif) no-repeat 2px 2px #f0f0f0;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 135%;
}
.boxTextBG {
	background: #f4f4f4;
}
.boxTextBGII {
	background: #e0e0e0;
}
/* gift_cart */
#gift_cart {
	float: right;
	background: #f8f8f8;
	border: 1px solid #e0e0e0;
	padding: 4px;
	margin-bottom: 20px;
	text-align: right;
	font-size: 11px;
}
.moduleRow {
	cursor: pointer;
	background: #f0f0f0;
}
.moduleRowOver {
	cursor: pointer;
	background: #cbdce4;
}
.moduleRowSelected {
	cursor: pointer;
	color: white;
	background: #548ba5;
}
.moduleRow td, .moduleRowOver td, .moduleRowSelected td {
	font-size: 14px;
}
.moduleRow b, .moduleRowOver b, .moduleRowSelected b {
	font-weight: normal;
}
.errorRed {
	color: #cc0000;
}
.contentLink, .contentLink a {
	font-weight: normal;
	color: #548ba5;
	font-size: 11px;
}
#agbs {
	overflow: auto;
	padding: 10px;
	color: #666666;
	font-size: 10px;
	height: 100px;
	border: 1px solid #999999;
	background: white;
}
.conditionCheck {
	background: #fbdede;
	padding: 4px;
	font-weight: bold;
}
.confirm {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #dddddd;
	background: #ffffff;
}
.confirm td {
	color: #548ba5;
	font-weight: bold;
	padding: 6px;
}
.editBtn {
	padding-left: 4px;
	color: #548ba5;
	font-weight: normal;
	font-size: 11px;
}
.inputRequirement {
	color: #b20a1c;
}
#comments {
	width: 708px;
	height: 100px;
	font-family: arial;
	font-size: 12px;
	border: 1px solid #cccccc;
}
.customerInfo {
	padding: 8px;
	font-size: 11px;
	height: 120px;
	border: 1px solid #cccccc;
	overflow: auto;
	color: #666666;
	background: #fafafa;
}
h5 {
	display: block;
	background: url(img/h5_bg.gif) no-repeat 0px 0px;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 20px;
	padding: 6px 0px 0px 6px;
	padding-left: 10px;
	height: 28px;
}
#progressBar {
	margin-top: 40px;
	margin-bottom: 20px;
}
.progressBar1, .progressBar2, .progressBar3, .progressBar4 {
	border-right: 1px solid white;
	font-size: 0px;
}
.progressBar1 {
	background: #d4e2e8;
}
.progressBar2 {
	background: #a9c5d2;
}
.progressBar3 {
	background: #7fa8bc;
}
.progressBar4 {
	background: #548ba5;
}
#progressBar .checkoutBarTo {
	padding-top: 8px;
	font-size: 11px;
	color: #999999;
}
#progressBar .checkoutBarCurrent {
	color: #548ba5;
	font-weight: bold;
	padding-top: 8px;
	font-size: 11px;
}
.subHead {
	height: 30px;
	margin-top: 6px;
	margin-bottom: 15px;
	background: #e8e8e8;
	position: relative;
}
.subHead div {
	height: 30px;
	background-position: 11px 6px;
	background-repeat: no-repeat;
}
.subHead h4 {
	display: none;
}
.subHeadBtn {
	position: absolute;
	right: 6px;
	top: 7px;
}
.contentHead {
	font-size: 22px;
	margin: 0px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-bottom: 12px;
	background: url(img/hSep_light.gif) left bottom repeat-x;
}
/*social bookmarks */
a.socialBookmark {
	display: block;
	float: left;
	margin-right: 2px;
	background: white;
	height: 20px;
	width: 20px;
	border: 1px solid #f0f0f0;
}
a.socialBookmark img {
	width: 20px;
	height: 20px;
	border: 0px;
}
a.socialBookmark:hover {
	border: 1px solid #46aadb;
}
#socialBookmarks {
	margin-top: 30px;
	background: url(img/bookmark.gif) no-repeat 0px 10px;
	padding-top: 25px;
	height: 40px;
}
/* subNav categories */
#subcats {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#subcats h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
}
#subcats li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 220px;
}
/* level0 */
.subCatLevel0, .subCatLevel0_active {
	color: #333333;
	display: block;
	padding: 5px;
	padding-left: 20px;
	background: url(img/arrow_blue.gif) 10px 9px no-repeat;
}
.subCatLevel0_active {
	color: white;
	background: url(img/arrow_white.gif) 10px 9px no-repeat;
	background-color: #548ba5;
}
.subCatLevel0_active:hover {
	color: white;
}
.subCatLevel0:hover {
	background-color: #f0f0f0;
}
/* level1 */
.subCatLevel1, .subCatLevel1_active {
	display: block;
	padding: 2px;
	padding-left: 32px;
	background: 22px 6px no-repeat;
	border-bottom: 1px solid #cccccc;
}
.subCatLevel1_active {
	color: #000000;
	background-color: #e0e0e0;
}
.subCatLevel1_active:hover {
	color: #000000;
}
.subCatLevel1:hover {
	background-color: #f0f0f0;
}
.box {
	background: no-repeat 10px 0px;
	position: relative;
	padding-top: 30px;
	margin-bottom: 10px;
}
.smallText {
	font-size: 11px;
}
.bh_btn {
	display: block;
	position: absolute;
	right: 8px;
	top: 2px;
}
/* box special new */
.boxContent {
	padding-left: 9px;
	padding-right: 9px;
	position: relative;
}
.boxImage {
	display: block;
	text-align: center;
	padding: 4px;
	border: 1px solid #e0e0e0;
	margin-bottom: 4px;
}
.boxImage:hover {
	border: 1px solid #999999;
}
.boxSep {
	height: 5px;
	background: url(img/boxSep.gif) repeat-x;
	margin-bottom: 12px;
}
#cartBtn {
	display: block;
	width: 175px;
	height: 43px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	left: 550px;
	background: url(img/cartBg.gif) no-repeat;
}
#cartBtn:hover {
	background-position: 0px -43px;
}
#cartText, #emptyCartText {
	line-height: 120%;
	position: absolute;
	top: 8px;
	left: 44px;
}
#emptyCartText {
	color: #999999;
}
#serviceArea a {
	display: block;
	background-repeat: no-repeat  background-position: 0px 0px;
	height: 24px;
	margin-bottom: 5px;
}
#serviceArea a:hover {
	background-position: 0px -24px;
}
/*footer*/
#manufacturers {
	position: absolute;
	left: 30px;
	top: 23px;
}
#footerList {
	position: absolute;
	left: 440px;
	top: 17px;
	margin: 0px;
	padding: 0px;
	display: block;
}
#footerList li {
	float: left;
	display: block;
	width: 160px;
	margin-right: 25px;
	overflow: hidden;
}
.fArea {
	padding: 26px 0px 0px 2px;
	background: 0px 0px no-repeat;
	font-size: 11px;
	color: #cccccc;
}
.fArea em {
	display: none;
}
a.contentBoxLink {
	color: #cccccc;
	padding: 2px;
	font-size: 11px;
	padding-left: 12px;
	display: block;
	background: url(img/arrow_blue.gif) no-repeat 3px 6px;
}
a.contentBoxLink:hover {
	color: white;
	background-color: #666666;
}
#nl_btn {
	width: 150px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#subNote {
	text-align: right;
	color: #aaaaaa;
	font-size: 10px;
}
#subNote2 {
	text-align: right;
	color: #aaaaaa;
	font-size: 10px;
}
#subNote2 a {
	color: #666666;
}
.noMargin {
	margin: 0px;
}
/* product info */
.p_c_left {
	padding-bottom: 10px;
	overflow: hidden;
	width: 350px;
	float: left;
	margin-right: 15px;
}
.p_c_right {
	padding-bottom: 5px;
	overflow: hidden;
	width: 345px;
	float: left;
}
#p_desc {
	margin-bottom: 20px;
}
#imageLargeArea {
	margin-bottom: 5px;
	height: 300px;
}
#zoomViewer {
	width: 350px;
	height: 300px;
	position: absolute;
	overflow: hidden;
}
#imageLarge {
	display: table-cell;
	display: expression('block');
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-size: 249px;
	line-height: 249px;
	width: 350px;
	height: 300px;
	background: url(img/imageLargeBg.gif) no-repeat 0px 0px;
}
#imageLarge:hover {
	background-position: 0px -300px;
}
#imageLarge img {
	vertical-align: middle;
}
.imageThumb {
	width: 75px;
	height: 75px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
.imageThumb a {
	display: table-cell;
	display: expression('block');
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-size: 62px;
	line-height: 62px;
	width: 75px;
	height: 75px;
	background: url(img/imageThumbBg.gif) no-repeat 0px 0px;
}
.imageThumb a:hover {
	background-position: 0px -75px;
}
.imageThumb img {
	vertical-align: middle;
}
#p_shippingtime {
	line-height: 12px;
	font-size: 11px;
}
#p_shippingtime td {
	vertical-align: top;
}
#p_shippingtime img {
	margin-top: 2px;
	margin-left: 4px;
	margin-right: 4px;
	width: 28px;
	height: 8px;
}
.noMarginRight {
	margin-right: 0px;
}
#productModel {
  padding-top:2px;
	margin-bottom: 10px;
	float:left;
}
#productDescription {
	margin-bottom: 10px;
}
/* options */
#productOptions {
	padding-bottom: 6px;
}
.p_optionArea {
	position: relative;
	background: #f8f8f8;
	border: 1px solid #dddddd;
	padding: 5px;
	margin-bottom: 10px;
}
.p_optionArea select {
	margin-top: 4px;
	width: 100%;
}
.p_optionArea b {
	color: #334263;
}
.p_optionArea span {
	font-size: 11px;
}
.option_pdf_link, .option_img_link {
	position: absolute;
	top: 3px;
	right: 5px;
	height: 17px;
}
#addToCartArea {
	margin-top: 10px;
	margin-bottom: 20px;
}
#addToCartTable {
}
#addToCartTable td {
	padding-right: 5px;
}
#products_qty {
	width: 30px;
	text-align: right;
}
/* catListing */
.catBox_left, .catBox_right {
	float: left;
	display: block;
	width: 348px;
	position: relative;
	margin-bottom: 14px;
	height: 120px;
	background: url(img/catBoxBg.gif) no-repeat 0px 0px;
	color: #333333;
	overflow: hidden;
}
.catBox_left {
	margin-right: 14px;
}
.catBox_left span, .catBox_right span {
	font-size: 11px;
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 215px;
}
.catBox_left:hover, .catBox_right:hover {
	background-position: 0px -120px;
}
.catBox_left strong, .catBox_right strong {
	color: #334263;
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
	font-weight: normal;
}
.catBox_left img, .catBox_right img {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 110px;
	height: 110px;
}
/* navbar */
#navigationBar {
	margin-bottom: 10px;
	width: 100%;
	background: #f4f4f4;
}
#btnNavBack, #btnNavNext {
	font-size: 0px;
	line-height: 0px;
	display: block;
	width: 20px;
	height: 15px;
	background: url(img/btnNavBack.gif) no-repeat 0px 0px;
}
#btnNavNext {
	background: url(img/btnNavNext.gif) no-repeat 0px 0px;
}
a.pageResults, b.pageResultsCurrent {
	display: block;
	line-height: 110%;
	width: 13px;
	height: 13px;
	text-align: center;
	border: 1px solid #999999;
}
a.pageResults:hover {
	border: 1px solid #333333;
	color: #000000;
}
b.pageResultsCurrent {
	background: #548ba5;
	color: #ffffff;
	border: 1px solid #548ba5;
}
.leftNavTd {
	padding: 0px;
	margin: 0px;
	padding-left: 6px;
}
.rightNavTd {
	padding: 0px;
	margin: 0px;
	padding-right: 2px;
}
.smallerGrey {
	font-size: 11px;
	color: #777777;
}
#homeInfo {
	margin-bottom: 20px;
}
/*projects */
.projectDescription {
	margin-bottom: 15px;
}
.projectPhotosArea {
}
.projectsPhotoArea {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.projectsPhoto {
	display: table-cell;
	display: expression('block');
	text-align: center;
	vertical-align: middle;
	font-family: verdana;
	font-size: 108px;
	line-height: 108px;
	width: 130px;
	height: 130px;
	margin-right: 15px;
	background: url(img/projectThumbBg.gif) no-repeat 0px 0px;
}
.projectsPhoto:hover {
	background-position: 0px -130px;
}
.projectsPhoto img {
	vertical-align: middle;
}
/* manufacturer Listing */
.ml_box {
	padding: 3px;
	width: 124px;
	height: 124px;
	background: url(img/ml_box_bg.gif) no-repeat 0px 0px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	text-align:center;
}
.ml_name {
	position: absolute;
	top: 96px;
	left: 5px;
	width: 118px;
	height: 32px;
	display: block;
}
.ml_image {
	width: 126px;
	height: 90px;
	font-size: 75px;
	font-family: verdana;
	line-height: 75px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	display: table-cell;   
}
.ml_image img {
	border: 0px;
	margin: auto auto;
	vertical-align: middle;
	text-align:center;
}

#productQuestion{
  float:left;
  height:19px;
  cursor:pointer;
  margin-bottom:10px;
  background:0px 0px no-repeat;
}
#productQuestion:hover{
  background-position:0px -19px;
}
.reviewText{
  color:#999999;
  margin-bottom:5px;
}

.infoTable{
  margin-top:2px;
  border-collapse:collapse;
}
.infoTable td{
  border:2px solid #ffffff;
  padding:2px;
  padding-left:4px;
  padding-right:4px;
}
.infoTable thead td{
  background:#548ba5;
  color:white;
}
.infoTable tbody td{
  background:#f0f0f0;
}
.secImage img{
  border:1px solid #cccccc;
}
.dText{
  margin:0px;
  padding:0px;
  padding-top:5px;
  font-weight:normal;
  font-size:11px;
  color:#666666;
}
#configInfo{
  display:none; 
}

#productQuestion{
  float:left;
  height:19px;
  cursor:pointer;
  margin-top:10px;
  background:0px 0px no-repeat;
}
#productQuestion:hover{
  background-position:0px -19px;
}




#productBestprice{ /* product info */
  margin-left:5px;
  float:left;
  height:19px;
  cursor:pointer;
  margin-top:10px;
  background:0px 0px no-repeat;
}
#productBestprice:hover{
  background-position:0px -19px;
}
.bestprice{ /* product listing */
  height:16px;
  cursor:pointer;
  margin-top:3px; 
  background:left top no-repeat;
} 
.bestprice:hover{
  background-position:left bottom;
}

#bestpriceInfobox{ 
  margin-top:10px;
  background:no-repeat 0px 0px;
  padding-top:18px;
  background:#46aadb;
}
#bestpriceInfoboxText{
  padding:4px;
  border:1px solid #cccccc;
  border-top:0px; 
  color:#548BA5;
  background:white;
}
#bestpriceInfobox ul{
  padding:0px;
  margin:0px;
} 
#bestpriceInfobox li{
  margin:0px;
  padding:0px;
  margin-left:15px;
}
#bestpriceInfoboxExpire{
  font-size:11px;
  margin-top:4px;
  padding-top:4px;
  border-top:1px dotted #cccccc;
  color:#D83300;
}
#p_special{
  float:right;
  margin-bottom:4px;
}
