/*_productList page CSS Stylesheet*/

	#pListLinks
	{
		
		margin:10px auto 15px auto; 
		width:945px;
		
	}

	#styleContainer
	{
		padding-bottom:20px;
		text-align:center;
		width:100%;
		
	}

	.error
	{
		font-size:14px;
		color:#999;
		position:relative;
		top:50px;
		left:50px;
		font-weight:bold;
	}
	
	h1
	{
		padding:10px 0 0 10px;
		float:left;
	}
	
	.viewChanger
	{
		width:100%;
		text-align:right;
		display:block;
		padding-left: 0;
		
	}
	.current a
	{
		background-color:#00abdf;
	}
	#noProduct
	{
		padding:0 50px;
		display:block;
	}
	
	#btview
	{
		clear:both;
	}
	
	.topView
	{
		margin-right:6px;	
		font-size:12px;
		color:#fff;
		padding:0 5px;
	}
	
	.topView:hover
	{
		background-color:#00abdf;
		cursor:pointer;
	}
	
	#viewAllLinks
	{
		clear:both;
		margin:15px 25px 15px 11px;
		text-align:left;
		text-transform:capitalize;
	}
	
	#viewAllLinks u
	{
		border:1px solid #00abdf;
		width:5px;
		background-color:#00abdf;
		padding:0 3px;
		display:inline-block;
		text-decoration:none;
	}
	
	#viewAllLinks u:hover
	{
		color:#fff;
		text-decoration:none;
		cursor:default;
	}
	
	#pListLinks .Prod
	{
		float:left;
		height:210px;
		*height: 210px;
		_height: 210px;
		width:187px;
		margin:0;
		padding-top:2px;
		background-position:bottom;
		position:relative;
		background-color:#fff;/**/
		text-align:center;
		overflow: hidden;
		border:1px solid #f0f0f0;
		background:#fff url(/images/productList/fadBG2.gif) no-repeat top center;

	}

#pListLinks .Prod:hover
	{
		background:#fff url(/images/productList/fadBG_hover2.gif) no-repeat top center;

	}

	
	
	.modelName
	{
		font-size:11px;
		line-height:13px;
		color:#00abdf;	
		/*text-transform:capitalize;*/
		font-weight:bold;
		display:block;
		margin-left:5px;
		margin-top:5px;
		text-align:left;
		width:172px;

	}
	
	.modelName span
	{
		color:#000;
		display:block;
	}
	
	.unitCost
	{
		color:#000;
		display:block;
		margin-left:5px;
		*margin-left:10px;
		 
		text-align:left;
		font-weight:bold;
	}
	
	#currColortitle
	{
		font-size: 11px;	
		line-height: 14px;  
		color:#999999;	
	}
	
	#currColor
	{
		font-size: 11px;	
		line-height: 14px;  
		color:#fff;	
		margin-left:5px;
	}
	
	#warrningText
	{
		color:#00abdf;
		font-size:11px;
		height:30px;
		padding:5px 5px;
		width:240px;
		text-align:center;
		line-height:15px;
		background-color: #000;
		float:right;
	}
	
	#warnDate
	{
		color:#fff;
	}
	
	.quickView
	{
		position:absolute;
		top:10px;
		right:10px;
		cursor:pointer;
		
		
	}
	
	.quickOff .quickView
	{
		display:none;
	}
	
	.quickOn .quickView
	{
		/*change to block to bring quick view back */
		display:none;
	}
	
	#quickViewpop 
	{
		position:absolute;
		width:531px;
		min-height:300px;
		height:auto !important;
		height:300px;
		background-color:#000;
		color:#999;
		display:none;
		z-index:9999999;
		text-align:left;
		border:1px solid #fff;
	}
	
	.priceinfo 
	{
		font-size:12px;
		display:block;
		line-height:18px;
		clear:both;
	}
	
	.priceinfo span
	{
		font-size:12px;
		color:#00abdf;
		clear:both;
	}
	
	.selectorbox
	{
		font-size:12px;
		color:#00abdf;
		font-weight:bold;
	}
	
	#addToCart
	{
		margin-right:50px;
		margin-bottom:15px;
		float:right;
		cursor:pointer;
	}
	
	#quickyContainer
	{
		width:511px;
		min-height:300px;
		height:auto !important;
		height:300px;
		background-color:#000;
		padding:0 10px;
		margin:0 0 0 -1px;
		border:1px solid #fff;
		border-top:0;
	}
	
	#domesticLink
	{
		Display:none;
	}
	
	.errorison #domesticLink 
	{
		margin-top:50px;	
	}
	
	#regularprice
	{
		padding-top:10px;
	}
	
	#styleContainer
	{
		height:auto !important;
		margin:auto;
		min-height:450px;
	}
	
	#styleNum
	{
		padding-bottom:10px;
	}
	
	#busy
	{
		margin:10px;
	}
	
	.hideIt
	{
		visibility:hidden;
	}
	
	#colorSwatchul 
	{
		margin:10px 0;
	}

	#colorSwatchul li
	{
		float:left;
		margin:0 0 0 0;
		position:relative;
		border: 1px solid #000;
		line-height:0;
		cursor:pointer;
	}

	#colorSwatchul li:hover
	{
		border: 1px solid #00abdf;
	}

	#freeship
	{
		margin-top:15px;
		color:#fff;
		background-color:#00abdf;
		padding: 2px 5px;
	}

	#ordertable
	{
		float:left;
	}

	#mainImage
	{
		position:relative;
		width:200px;
		height:150px;
		background:#fff url(/images/global/wait.gif) no-repeat center center;
	}

	.selectorBoxClass
	{
		font-size:12px;	
	}

	.errorselected select
	{
		background-color:Red;
		color:#fff;
	}

	#mainImage img
	{
		position:absolute;
		top:0;
		left:0;
	}

	.hideImag
	{
		display:none;
	}
	
	.showme
	{
		display:block;
	}
	
	#leftcontent
	{
		clear:both;
		width:225px;
		float:left;
		padding-left:15px;
	}
	
	#rightcontent
	{
		width:240px;	
		float:left;
		margin-left:10px;
	}
	
	#bottomdiv
	{
		width:480px;
		clear:both;
		border-top:1px dashed #999;
		margin:10px auto;
		padding:15px;
		overflow:auto;
	}
	
	#descrip
	{
		display:block;
		font-size:11px;
		line-height:15px;
		padding-bottom:5px;
	}
	
	#descrip b
	{
		color:#00abdf;
	}
	
	#close
	{
		text-align:right;
		cursor:pointer;
		width:525px;
		display:block;
		padding:5px 0;
		font-size:12px;
	}
	
	#close:hover
	{
		color:#00abdf
	}
	
	/*sale/*/
	#original, #saleprice
	{
		display:none;	
	}
	
	.sale #original, .sale #saleprice
	{
		display:inline;
	}
	
	.sale #regularprice #priceSale
	{
		text-decoration:line-through;
	}

	#moreinfo
	{
		display:block;
		padding:2px;
		margin-bottom:5px;
		margin-left:-2px;
		width:140px;
	}
	
	/* THESE STYLES CONTROL THE FILTER STUFF */
	
	#filter 
	{ 
		width: 350px; 
		float: left; 
		margin-left: 0;
		padding-left:11px;
		text-align:left;
	}
	
	#filter li 
	{
		display: none; 
		padding-right: 8px;
	}
	
	#filterBy 
	{
		color: #999; 
		font-size: 14px; 
		font-weight:bold;
	}
	
	.errorison .topView
	{
		display:none;
	}	
	
	#pListLinks div.noProd
	{
		clear:both;
		background-color:transparent;
		background-image:none;
		border:none;
		display:none;
		width:400px;
	}

