body
{
	font:normal 15px/25px Georgia;
	color:#777;
	background-color: #eee;
	
	/*background:#fff url(bg.png) repeat-x left top;overflow-x:hidden;*/	
}

html 
{
    overflow-y: scroll;
}

html,body
{
	height:100%;
	margin-top:0px;
}

#container 
{
	padding-top: 20px;
	padding-bottom: 0px;
	/*border-left:1px solid #c1c1c1;
	border-right:1px solid #c1c1c1;*/
	border:1px solid #c1c1c1;
	background-color: #fff;
	width:950px;
	margin:0px auto;
	margin-top:5px;
	margin-bottom:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;	

}

#home_text 
{
	margin:0px auto 30px auto;
	width:870px;
}

.clear
{
	clear: both;
	/*height: 0;*/
	display: block;
}

/* search */
#formarea 
{
	line-height:60%;
	padding: 10px; 
	border:1px solid #6885A2; 
	/*border-top-color: #a1a1a1;
	border-bottom-color: #d1d1d1;*/
	/*background-color: #dcdcdc;*/
	background-color: #6699CC;
	width:850px; 
	margin:10px auto 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}






#searchsubmit
{
	height: 40px;
	padding-top: 4px;
	border: 1px solid #c1c1c1;
	border-top-color: #a1a1a1;
	border-bottom-color: #d1d1d1;	
}

#inputField
{
	height: 32px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #6885A2;
	/*border-top-color: #a1a1a1;
	border-bottom-color: #d1d1d1;	*/
}

#inputField
{	
float:left;
	color:#666;
	background-image: url("images/input_bg.gif");
	background-repeat: repeat-x;
	background-color: white;
	font-weight: normal;
	font-size: 24px;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	width: 700px;
	vertical-align: middle;	
	padding-left: 7px;
}


#searchsubmit
{
float:left;
	font-size: 15px;
	height: 47px;
	color:#777;
	background-image: url("images/button_bg.png");
	background-repeat: repeat-x;
	background-color: #eee;	
	vertical-align: middle;
	text-shadow: #fff 1px 1px 1px;	
	padding: 8px;	
	font-weight: bold;
	cursor:pointer;
	margin-left: 5px;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
}

#searchsubmit:hover
{
	color:#6699CC;
}

#categories2
{
	font-size: 14px;
	height:36px;
	width: 110px;
	color:#777;
	float:left;
	background-image: url("images/button_bg.png");
	background-repeat: repeat-x;
	background-color: #eee;	
	text-align: center;
	text-shadow: #fff 1px 1px 1px;	

	font-weight: bold;
	cursor:pointer;
	margin-left: 5px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	text-decoration:none;
	display: block;	
	padding-top: 9px;
	border: 1px solid #c1c1c1;
	border-top-color: #a1a1a1;
	border-bottom-color: #d1d1d1;
	/*line-height: 14px;*/
}



#categories2:hover
{
	color:#6699CC;
}


#location2
{
	font-size: 9px;
	height:42px;
	width: 100px;
	color:#777;
	float:left;
	background-image: url("images/button_bg.png");
	background-repeat: repeat-x;
	background-color: #eee;	
	text-align: center;
	text-shadow: #fff 1px 1px 1px;	

	font-weight: bold;
	cursor:pointer;
	margin-left: 5px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	text-decoration:none;
	display: block;	
	padding-top: 3px;
	padding-left: 2px;

	border: 1px solid #c1c1c1;
	border-top-color: #a1a1a1;
	border-bottom-color: #d1d1d1;
	line-height: 10px;
	vertical-align: middle;
}



#location2:hover
{
	color:#6699CC;
}



#formarea form,
#search form  
{
	margin: 0;
}
/* search end*/

/* content */
#contentWrapper
{
	/*visibility: hidden;*/
	border: 0px solid #d0ccc9;  
	padding: 10px; 
	background: #fff;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0pt auto;
	text-align: left;
	width:850px;	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#loading
{
	text-align: center;
	visibility: hidden;
}

#ebay_loading
{
	text-align: center;
	visibility: hidden;
}

#ebay_details_loading
{
	text-align: center;
	visibility: hidden;
}

ul.column
{
	width: 100%;
	padding: 0;
	margin: 0px 0;
	list-style: none;
}

ul.column li 
{
	float: left;
	width: 190px; /*Set default width*/
	padding: 0;
	margin: 1px 0;
	display: inline;
}

.block 
{
	height: 260px;
	font-size: 1em;
	margin-left: 2px; /*Creates the 2px gap between each column*/
	padding: 7px;
	background: transparent;
	border: 1px solid #ACA9A6;
}

/*.block:hover
{
	border: 1px solid #aaa;
}*/

.images 
{
	height: 175px;
	padding: 5px;
	text-align: center;
}

a
{
	outline: none;
}

.blockinfo 
{
	height: 40px;
}

.details p
{
	display: block;
	list-style: none;
	float: left;
	padding: 6px;
	height: 40px;
	line-height: 11px;
}

.details p:hover
{
	cursor: pointer;
	color:#555;
}


/* content end*/

/* pagination */
#pagination_div 
{
	margin-top: 5px;
	border: 0px solid #d0ccc9;
	padding: 10px; 
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	text-decoration:none;
}

.pg-normal
{
	display:block;
	float:left;
	font-size:11px;
	line-height:13px;
	margin: 2px 6px 2px 0;
	background-color:#ccc;
	border:1px solid #aaa;
	color:#555;
	padding:1px 5px 2px 5px;
	text-decoration:none;
}

.pg-normal:hover 
{
	color: #fff;
	cursor: pointer;
	background-color:#111;
	border:1px solid #000;
}

.pg-selected
{
	background-color: #111;
	border:1px solid #000;
	color:#fff;
	font-size:11px;
	padding:1px 5px 2px 5px;	
	line-height:13px;
	margin: 2px 6px 2px 0;
}

.pg-selected:hover
{
	background-color: #111;
	border:1px solid #000;
	color:#fff;
	font-size:11px;
	padding:1px 5px 2px 5px;	
	line-height:13px;
	margin: 2px 6px 2px 0;
	cursor: default;

}

.pg-ellipse
{
	float:left;
	font-size:11px;
	line-height:13px;
	margin: 2px 6px 2px 0;
	color:#555;
	padding:1px 5px 2px 5px;
	text-decoration:none;
}

#pages a
{
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	list-style: none;
	float: left;
	padding: 6px;
	text-decoration:none;
}
/* pagination end*/







/* amazon item details */

#amazon_details_wrapper
{
	width: 350px;
	height: 360px;
	float:left;
	border: 1px solid #d0ccc9;
	/*-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-radius-topleft:3px;
	-webkit-border-radius-topright:3px;	*/
}

#amazon_label
{
text-align: center;
width: 350px;
background:#eee;
color: #6699CC;
font:bold 13px/23px Georgia;
}

#amazon_details
{
	/*width: 300px;
	height: 300px;
	float:left;
	border: 1px solid #d0ccc9;*/
	padding: 10px;
}

#amazon_details img
{
    /*Flexible image size with border*/
	/*width: 69%;*/  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 10px;
	background:#fff;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */

}

.details_image_wrapper
{
	height: 120px;
}

#amazon_details_text
{
	/*text-align: center;*/
	margin: 0 auto;
	/*padding: 10px;*/
}



#ebay_items_header
{
text-align: center;
width: 100%;
background:#eee;
margin-top: 20px;
margin-bottom: 5px;
font:bold 13px/23px Georgia;
color: #6699CC;
}


#ebay_details_wrapper
{
	/*text-align: center;*/
	width: 350px;
	height: 360px;
	float:right;
	border: 1px solid #d0ccc9;
	/*-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-radius-topleft:3px;
	-webkit-border-radius-topright:3px;	*/	
}

#ebay_label
{
text-align: center;
width: 350px;
background:#eee;
color: #6699CC;
font:bold 13px/23px Georgia;
}

#ebay_details
{
	padding: 10px;
}

#ebay_details img
{
    /*Flexible image size with border*/
	/*width: 79%;*/  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 10px;
	background:#fff;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */

}

#ebay_details_text
{
	/*text-align: center;*/
	margin: 0 auto;
	/*padding: 10px;*/
}

#mycarousel
{
	border: 1px solid #d0ccc9;
	padding: 5px;
	/*margin-top: 10px;*/
}

#mycarousel ul
{
	width: 100%;
	padding: 0;
	margin: 0px 0;
	list-style: none;
}

#mycarousel ul li 
{
	float: left;
	width: 90px; /*Set default width*/
	padding: 0;
	margin: 1px 0;
	display: inline;
}
.block_calousel 
{
	height: 150px;
	font-size: 1em;
	margin-left: 2px; /*Creates the 2px gap between each column*/
	padding: 4px;
	background: transparent;
	border: 1px solid #ACA9A6;
}

/*.block_calousel:hover
{
	border: 1px solid #aaa;
}*/

.images_calousel 
{
	height: 95px;
	padding: 5px;
	text-align: center;
}

.images_calousel:hover
{
	cursor: pointer;
}


#details_pagination_div 
{
	border: 0px solid #d0ccc9;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
}

#details_pages
{
	margin: 10px 0;
	padding: 1px;
}

#details_pages a
{
	list-style: none;
	float: left;
	padding: 6px;
	text-decoration:none;
}

#ebay_init_details
{
	text-align: center;
	font:bold 16px Georgia;
	margin-left:15px;
	color: red;
}

#footer
{
	width: 950px;
	padding-bottom: 30px;
	padding-top: 5px;
	background-color: #dcdcdc;
	color: #777;
	text-align: center;
	margin-top:50px;
	vertical-align: middle;
	font:bold 15px/25px Georgia;

	
}

a[id="submit"] 
{
	text-decoration:none;
}

#nav-menu
{
width: 600px;
display:none; 
cursor: default;
}

#nav-menu-location
{
width: 400px;
display:none; 
cursor: default;
}


#nav-menu ul, #nav-menu-location ul
{
list-style: none;
padding: 0;
margin: 0;
}



#nav-menu li
{
background-color:  #eee;
height: 2em;
line-height: 2em;
float: left;
width: 9em;
display: block;
border: 1px solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
margin: 2px;
}

#nav-menu-location li
{
background-color:  #eee;
height: 20px;
line-height: 10px;
float: left;
width: 9em;
display: block;
border: 1px solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
margin: 2px;
font: 10px Georgia;
}

#nav-menu li:hover, #nav-menu-location li:hover
{
background-color:  #555;
cursor: pointer;
color: #eee;

}

.categories {
	float:left;
	color:#666; /* must specify along with watermark color */
	border:1px solid #6885A2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	padding: 2px;
	margin-right: 5px;
	width:222px;

}

.location 
{
	color:#666; /* must specify along with watermark color */
	border:1px solid #6885A2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	padding: 2px;
	margin-right: 5px;
	width:222px;
	

}

#selections
{
	margin-top: 5px;
}
#selections2
{
	float:right;	
}

.prices
{
	font:bold 12px Arial;
}




