
/*#####################
### PRODUCT LISTING ###
#####################*/ 


#productList{
	list-style				: none;
	margin					: 0px;
		
}

#productList li{
	display					: inline;
	
}
#productList li a{
	display					: block;
	float					: left;
	margin					: 0px 10px 10px 0px;
	padding					: 8px;
	width					: 170px;
	height					: 220px;
	color					: #000;
	text-decoration			: none;
	font-weight				: bold;
	text-align				: center;
}

*html #productList li a{
	width					: 180px;
}

#productList li a:hover{
	padding					: 5px;
	border					: 3px solid #CC0000;
}

.infoLink{
	font-weight				: bold;
	color					: #CC6600;
}


.pickSize{
  margin					: 0px 0px 0px 0px;
  float						: left;
}


*html .pickSize{
  margin					: -21px 0px 0px 0px;
  float						: left;
}


/*##########################
### RELATED PRODUCTS BOX ###
##########################*/ 



.relProductBox{
	border 				: 1px solid #FF0001;
	width 				: 270px;
	min-height			: 110px;
	margin				: 15px 0px 0px 10px;
	padding				: 10px;
}

.relProductBox2{
	border 				: 1px solid #FF0001;
	width 				: 270px;
	height				: 60px;
	margin				: 15px 0px 0px 10px;
	padding				: 10px;
}

ul.relatedLinks{
	list-style 			: none;
	margin 				: 0px;
	padding 			: 0px;
}

ul.relatedLinks li{
	display 			: inline;
}

ul.relatedLinks li a{
	display 			: block;
	float 				: left;
	padding				: 5px;
	border				: 2px solid #FFF;
}

ul.relatedLinks li a:hover{
	text-decoration   	: none;
	border				: 2px solid #000;
}

.relProductText{
	text-align			: center;
	margin				: 0px;
	padding 			: 0px;
}

.pDetails{
	display 			: block;
	float 				: left;
	font-weight			: bold;
}	



/*#######################
### NEXT/PREV BUTTONS ###
#######################*/ 



#nextButtons{
	list-style 			: none;
	margin 				: 0px;
	padding 			: 0px;
	padding-bottom 		: 20px;
	float 				: right;
}
#nextButtons li{
	display 			: inline;
}
#nextButtons li a{
	display 			: block;
	float 				: left;
}




/*####################
### PRODUCT TABLES ###
###################*/ 


.productDetailsTable{
	margin-left			: 20px;
	font-size			: 90%;
	border				: 1px solid #CC6600;
}
.productDetailsTable td{
	vertical-align		: top;
}
.tdDetailsInfo{
	width				: 110px;
	padding				: 3px;
	text-align			: center;
}
.tdDetailsInfoOver{
	width				: 110px;
	padding				: 3px;
	text-align			: center;
}
.tdDetailsProduct{
	color				: #000;
	font-weight			: bold;
	
}
.tdDetailsName{
	text-align			: right;
	padding				: 3px;
	padding-right		: 5px;
	padding-left		: 5px;
}


a.tdDetailsProduct:hover{
	color					: #FFFFFF;
}

.tdDetailsInfoOver{
	background-color		: #ccc;
}
ul.relatedLinks li a{
	color					: #000;
}
ul.relatedLinks li a:hover{
	background-color		: none;
}


