
/* General settings */
	body 			{font-family:Arial, Helvetica, sans-serif; font-size:76%;}
	#pageholder 	{width:776px;}

	#header 		{
	height: 80px;
	width: 100%;
	background: transparent;
	
	
}
	#leaderboard	{padding:15px 0;}

	#TopSearch 		{
	height: 20px;
	margin: 5px 0px 0px 0;
	color: White;
	background-color: #366AB3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	vertical-align: top;
}

#TopSearch a	{
	
	color: White;

}


	
	#centertable {
	vertical-align: bottom;
	float: left;
	
	
	}
	

	

		
	#sidemenu 		{width:150px; float:left; overflow:hidden; margin-right:10px; border-right: 1px solid #999;}
	#sidemenu h3 	{
	font-size: 10pt;
	color: #366AB3;
	background: transparent;
	border-bottom: 2px solid #fff;
	padding: 3px 0 4px 5px;
	margin: 0px;
	
	
	
}	
	#sidemenuborder 	{
	border-top: 1px solid #999;
	padding: 0px 15px 0px 15px;
}





	#productList 	{width:600px; border-top:1px solid #999; float:left; overflow:hidden; margin-right:10px;}
	#productList2 	{width:290px; border-right: 1px solid #999;solid #999; float:left; overflow:hidden; margin-right:10px;}
	#sidecontent 	{width:134px; padding:5px 0; border: 1px solid #999; float:left; overflow:hidden; text-align:left;}
	#ad120-600 		{width:120px; margin:0 5px;}

	#footer 		{float:left; overflow:hidden; height:30px; width:100%; border-top:1px solid #999; margin-top:10px; text-align:center; font-size:11px;}	
	img {border:0;}
	

/* Links  */
a {color: black; text-decoration: none;}
a.noDecoration {color: black; text-decoration: none;}
a.noDecoration:hover {text-decoration: none;}
a:hover {text-decoration: underline;}


/* AdvancedSearch*/

#advancedSearchForm  {
	margin:0; 
	padding:0 0 0 10px;
	font-size:12px; 
	font-weight:bold; 
	color:#666666;	
}

#advancedSearchForm .text {
	width:50px; 
	margin:0; 
	padding:1px; 
	font-size:12px; 
	font-weight:bold; 
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	color:#666666;
}

#advancedSearchForm .selectBox {
	width:80px; 
	font-size:12px; 
	color:#666666;
	}


/* Product List View START //////////////////////////////////////////////////////////////////////////////// */ 

#productList {

}

#productList .product table {
	width:600px;
	border-bottom:1px solid #aaa;
	margin-bottom:10px;
	padding-top:10px;
    border-collapse: collapse;
	font-size:1em;	
	line-height:1.3em;

}

#productList .product table .productImage {
	width:100px;
	text-align:center;
}

#productList .product table .productImage img{
	width:90px;
	padding:5px 0;
}

#productList .product table .productName h4{
	color:#858585;
	font-size:1.1em;
	padding:0 0 5px 0;
	margin:0;	
}

#productList .product table .productDesc{
	color: #858585;
	font-size: 0.9em;
	padding: 0 0 5px 0;
	margin: 0;
	text-align: left;
}

#productList .product table .productPrice h4{
	color:#858585;
	font-size:1.3em;
	padding:5px 0;
	margin:0;	
	text-align:right;
}


#productList .product table .listImage{
	width:150px; 
	font-size: 8px; 
	color: #999999; padding: 10px 0;
	text-align:center;
	vertical-align:top;	
}

#productList .product table .listProdName {
	padding: 5px 5px; 
	font-weight: bold; 
	font-size: 13px; 
	text-align:left;
	vertical-align:top;
}

#productList .product table .listProdDesc{
	padding: 5px; 
	text-align: left; 
	font-size: 10px;	 	
	color: #636563;
	vertical-align: top;	
}

#productList .product table .productBuy{
	padding: 5px 0; 
	
}

#productList .product table .productBuy img{
	padding-right: 5px; 	
}

#productList .product table .listProdPrice{
	padding: 8px 5px 5px 5px; 
	color: #000; 
	font-size:14px; 
	font-weight: bold;
	text-align:right; 
	vertical-align:bottom;
	float:left;
	height:25px;
	width:100px;	
}

#productList .product table .listMoreInfo{
	padding:3px; 
	text-align:right;
	height:25px;
	vertical-align:bottom;	
	float:left;
}

#productList .product table .listBuyNow{
	margin-left:40px;
	padding:3px; 
	text-align:right;
	height:25px;
	vertical-align:bottom;
	float:left;
}

#productList2 {

}

#productList2 .product table {
	width:270px;
	
	margin-bottom:10px;
	padding-top:10px;
   border-collapse: collapse;
	font-size:1em;	
	line-height:1.3em;
	
	

}

#productList2 .product table .productImage {
	
	text-align:center;
}

#productList2 .product table .productImage img{
	width:75px;
	padding:5px 0;
}

#productList2 .product table .productName h4{
	color:#858585;
	font-size:1.1em;
	padding:0 0 5px 0;
	margin:0;	
}

#productList2 .product table .productDesc{
	color:#858585;
	font-size:0.9em;
	padding:0 0 5px 0;
	margin:0;	
	height: 150px;
}

#productList2 .product table .productPrice h4{
	color:#858585;
	font-size:1.3em;
	padding:5px 0;
	margin:0;	
	text-align:left;
}


#productList2 .product table .listImage{
	width:40px; 
	font-size: 8px; 
	color: #999999; padding: 10px 0;
	text-align:center;
	vertical-align:top;	
}

#productList2 .product table .listProdName {
	padding: 5px 5px; 
	font-weight: bold; 
	font-size: 13px; 
	text-align:left;
	vertical-align:top;
}

#productList2 .product table .listProdDesc{
	padding: 5px; 
	text-align: left; 
	font-size: 10px;	 	
	color: #636563;
	vertical-align: top;	
	
}

#productList2 .product table .productBuy{
	padding: 5px 0; 
	
}

#productList2 .product table .productBuy img{
	padding-right: 5px; 	
}

#productList2 .product table .listProdPrice{
	padding: 8px 5px 5px 5px; 
	color: #000; 
	font-size:14px; 
	font-weight: bold;
	text-align:right; 
	vertical-align:bottom;
	float:left;
	height:25px;
	width:40px;	
}

#productList2 .product table .listMoreInfo{
	padding:3px; 
	text-align:right;
	height:25px;
	vertical-align:bottom;	
	float:left;
}

#productList2 .product table .listBuyNow{
	margin-left:40px;
	padding:3px; 
	text-align:right;
	height:25px;
	vertical-align:bottom;
	float:left;
}

/* Product List View END */

/* START: Product Detail OLD version //////////////////////////////////////////////////////////////////////////////// */ 

/*
#detailedDescription {}

#detailedDescription table {
	width:470px;
	border-bottom:1px solid #aaa;
	padding-top:10px;
    border-collapse: collapse;	
}

#detailedDescription table .detailedDescriptionImage{
	width:200px; 
	font-size: 8px; 
	color: #999999; padding: 10px 0;
	text-align:center;
	vertical-align:top;	
}

#detailedDescription table .detailedDescriptionProdName {
	padding: 5px 5px; 
	font-weight: bold; 
	font-size: 13px; 
	text-align:left;
	vertical-align:top;
}

#detailedDescription table .detailedDescriptionProdDesc{
	padding: 5px; 
	text-align: left; 
	font-size: 10px;	 	
	color: #636563;
	vertical-align: top;	
}

#detailedDescription table .detailedDescriptionProdPrice{
	padding: 8px 5px 5px 5px; 
	color: #000; 
	font-size:14px; 
	font-weight: bold;
	text-align:right; 
	vertical-align:bottom;
	float:left;
	height:25px;
	width:70px;	
}

#detailedDescription table .detailedDescriptionMoreInfo{
	padding:3px; 
	text-align:right;
	height:25px;
	vertical-align:bottom;	
	float:left;
}

#detailedDescription table .detailedDescriptionBuyNow{
	margin-left:80px;
	padding:3px; 
	text-align:right;
	height:25px;
	vertical-align:bottom;
	float:left;
}


.detailedDescriptionImage{
	width:200px; 
	font-size: 8px; 
	color: #999999; padding: 10px 0;
	text-align:center;
	vertical-align:top;	
}

.detailedDescriptionProdName {
	padding: 5px 5px; 
	font-weight: bold; 
	font-size: 13px; 
	text-align:left;
	vertical-align:top;
}


#detailedDescription div .detailedDescriptionProdDesc{
	padding: 5px; 
	text-align: left; 
	font-size: 10px;	 	
	color: #636563;
	vertical-align: top;
	left:175px;
	top:10px;
	width: 200px;	
}
*/

/* START: Product Detail View //////////////////////////////////////////////////////////////////////////////// */ 

#productDetail {
	border-bottom:1px solid #aaa;
	padding-bottom:10px;
	float:left;
	overflow:hidden;
	width:575px;
	margin-right:10px;
}

#productDetail .leftcol{
	width:200px;
	float:left;
	overflow:hidden;	
}

#productDetail .buyPrice {
	padding:5px 0 0 0;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;	
	margin-bottom:10px; 	
	height:30px;
}

#productDetail .buyPrice img{
	float:left;
	font-weight:bold;
	overflow:hidden;
	height:25px;
	padding-right:25px;	
	border:0;
}

#productDetail .buyPrice h4{
	float:left;
	font-weight:bold;
	font-size:1.3em;
	width:95px;
	overflow:hidden;
	text-align:right;
	margin:0;
	padding:3px 5px 0 0;
}

#productDetail .prodDesc {
	width:260px;
	margin-left:10px;
	float:left;
	overflow:hidden;	
	color:#858585;	
}

#productDetail table{
	padding-left:5px;
	line-height:1.5em;
	font-weight:bold;
	font-size:1em;
}

#productDetail h1 {
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;	
	font-size:1.3em;
	padding:3px 0 3px 0;
	color:#858585;
	margin:0 0 10px 0;
}

#productDetail h2 {
	border-bottom:1px solid #aaa;	
	font-size:1.1em;
	padding:3px 0 3px 0px;
	color:#858585;
	margin:0 0 10px 0;

}

#productDetail h3 {
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;	
	font-size:1.1em;
	padding:3px 0 3px 5px;
	color:#858585;
	margin:0 0 10px 0;
	background:#efefef;
}
/* END: Product Detail View //////////////////////////////////////////////////////////////////////////////// */ 

/* START: Homepage View //////////////////////////////////////////////////////////////////////////////// */ 
#productHome {
	margin-right:10px;
	padding-bottom:10px;
	float:left;
	width:468px;
	color:#858585;
}

#productHome div {
	border:1px solid #aaa;
	overflow:hidden;
}


#productHome h3 {
	border-top:1px solid #aaa;	
	border-right:1px solid #aaa;	
	border-left:1px solid #aaa;	
	font-size:1.2em;
	padding:3px 0 3px 5px;
	color:#858585;
	margin:0;
	background:#efefef;
}


#productHome ul {
	padding:0;
	margin:0;
}

#productHome ul li{
	padding:5px 0 5px 10px;	
	list-style:none;

}

/* END: Homepage View //////////////////////////////////////////////////////////////////////////////// */ 


/* START: Sidemenu  //////////////////////////////////////////////////////////////////////////////// */ 
#sidemenu ul {
	padding:0;
	margin:0;	
}


#sidemenu ul li{
	padding:5px 0 5px 5px;	
	list-style:none;
	

}


#sidemenu ul li ul li{
	padding:5px 0 5px 5px;	
	list-style:none;
	border:0;
	font-size: 9pt;
	font-family: Tahoma;
	color: #777777;
	
		
}

#sidemenu ul li ul li a{
	padding:5px 0 5px 5px;	
	list-style:none;
	border:0;
	font-size: 8pt;
	font-family: Tahoma;
	color: #777777;
	
		
}
/* END: Sidemenu //////////////////////////////////////////////////////////////////////////////// */ 
#tdLinks	td{
	
}
#tdLinks a {
	color: Red;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	
}
#tdLinks a.noDecoration {
	color: Red;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}
#tdLinks a.noDecoration:hover {
		color: Red;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}
#tdLinks a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}
	#categoryName	{
	width: 761px;
	float: left;
	overflow: hidden;
	
	font-size: 10px;
	padding-left: 15px;
	
}
	#tdLinks	{
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	color: Red;
	font-size: 10px;
	padding: 5px 5px 5px 5px;
}

#homeCategory a {
	font-size: 14px;
	font-weight: bold;
	
	
}

#homeCategory {
	font-size: 10px;
	font-weight: bold;
	color: Silver;
	border-bottom: 1px solid #aaa;
}

#topborder {
		
		padding: 15px 5px 5px 5px;
		color: Silver;
		font-size: 12px;
		border-top: 1px solid #aaa;
	
}
#topborder a{
		
		padding: 15px 5px 5px 5px;
		font-size: 16px;
		
		color: Blue;
	
}
#topborder td{
		
		height: 40px;
	
}
#topbordertitle {
		
		padding: 15px 5px 5px 5px;
		color: Silver;
		font-size: 18px;
	
	
}


/* Ebay */

#ebayintegration_9383 #ebay_main_table {
    border: 1px #B4CCEB solid; 
    background-color: #E5EEF9  
  }
  
  #ebayintegration_9383 #ebay_main_table td {
    font-family: Tahoma, Arial;

    background-color: #FFFFFF;
    border-top: 1px #B4CCEB solid;
    color: #366AB3;
  } 
  
  #ebayintegration_9383 #ebay_main_table th {
    font-family: Tahoma, Arial;
 
    font-weight: bold;
    text-align: left;
    color: #366AB3;
    background-color: #E5EEF9;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 8px;
  } 
  
  #ebayintegration_9383 #ebay_discrete_table td {
    border: none;
  }
  
  #ebayintegration_9383 #ebay_discrete_table td ul {
   padding-left: 20px;
   margin-left: 0px;
  }
  
  #ebayintegration_9383 #ebay_discrete_table td ul li {
   padding-left: 0px;
   margin-left: 0px;
  }
  
  #ebayintegration_9383 a:link, #ebayintegration_9383 a:visited {
    color: #366AB3;  
    text-decoration: none;
  }
  
  #ebayintegration_9383 a:hover {
    color: #0000ff;  
    text-decoration: underline;
  }
  
  #ebayintegration_9383 ul a:link, #ebayintegration_9383 ul a:visited {
    color: #366AB3;  
    text-decoration: none;
  }
  
  #ebayintegration_9383 ul a:hover {
    color: #0000ff;  
    text-decoration: underline;
  }
  
  #ebayintegration_9383 #searchbtn {
    color: #366AB3;
    font-weight: bold;
    background-color: #E5EEF9;
    border: 1px #B4CCEB solid;
	 height: 17px;
	 vertical-align: middle;
	 
  }
  
  #ebayintegration_9383 #searchfield {
    color: #000000;
    padding: 1px;
    font-weight: bold;
    background-color: #ffffff;
    border: 1px #B4CCEB solid;
	 vertical-align: middle;
  }
  
#static li{
	list-style: disc outside;
	margin-left: 10px;
}

#tdLinkshome a {
	
	text-decoration: none;
	font-size: 11px;
	
}
#tdLinkshome a.noDecoration {
	text-decoration: none;
	font-size: 11px;
}
#tdLinkshome a.noDecoration:hover {
	text-decoration: none;
	font-size: 11px;
}
#tdLinkshome a:hover {
	text-decoration: none;
	font-size: 11px;
}
