*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
}
.clear{clear:both;}
a:hover{
	cursor:pointer;
}
img{

	border-width:0px;

}
hr{
	padding-top:1px;
	padding-bottom:1px;
	padding-margin:2px;
}
#head-userbox{
	margin:0;
	padding:10px;
	float:right;
	border:1px #999 solid;
	
	font-size:14px;
	background-color:#666;
	
}
#head-userbox a{
		text-shadow: 2px 2px 2px #000;
		color: #F90;
		font-size:12px;
}
#head-userbox a:hover{
	color:#FF0;
}
a.link_orange{
		text-shadow: 2px 2px 2px #000;
		color: #F90;
		font-size:12px;
}
 a.link_orange:hover{
	color:#FF0;
}

body{
	background-image: url(/img/bg_carb.gif);
	background-color:#000;
}


#cancel{
width: 14px; height: 14px; background: url(/img/cancelbutton1.gif) 0 0 no-repeat; display: block;
	
}
#cancel:hover{
	background: url(/img/cancelbutton1.gif) -14px 0px no-repeat;
	
}

.breaker{
	padding-bottom:1em;
	padding-top:1em;
	
	
}
#itemsincart{
	width:140px;
	
	float:right; 
	position: relative;  
	top:25px; 
	right:30px; 
	 
	margin:0; 
	
}
#itemsincart table{
	font-style: italic;
	font-size:18px;
	font-weight:bold;
	
}
#itemsincart a:hover {
	color:#F60;
}
#item_list{
	font-size:18px;
	font-weight:bold;
	margin:5px;
	
}
#item_list .list_name{
	font-style:italic;
		
}
#item_list .list_owner{
	font-style:italic;
		
}

#item_list .list_cost{
	font-style:italic;
	text-align:right;
	padding-right:1em;
		
}

#item_list .list_image{
	
		
}
.list_add td{
	width:45px;
}
.list_add a{
	
	width:45px;
	text-align: center;
}

#item_list a:hover{
	color:#F60;
	
}
#item_list th{
	border-bottom:1px #666 solid;
	padding-top:2px;
	padding-bottom:2px;
}

#item_list td{
	border-bottom:1px #666 solid;
	padding-top:2px;
	padding-bottom:2px;
}

#cart td{
	padding:5px;
	border-bottom:1px #666 solid;
}

#cart input{
	text-align:right;
	padding:2px;
}

#item_list td.p_prev,td.p_center,td.p_next{
	border:none;
}
#item_list td.paginate{
	border:none;
}
#paypal_button{
	margin:10px;
}

.techeh a{
	color:#333;
	font-size:9px;
}
.techeh a:hover{
	color:#555;
	font-size:10px;
}