@charset "utf-8";
/* CSS Document by Marfie C. Supan | Date Created: July 15, 2010 */

body  {
	font: .9em sans-serif;
	background: #f3f3f3 url(../images/bg-body.gif) top center repeat-y;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #3d3d3d;
	letter-spacing:-0.5px;
	line-height: 18px;
}
#container { 
	width: 749px;
	margin: 0 auto;
	text-align: left;
}
#shoppingAuction {
	width: 749px;
	margin: 0;
	padding-bottom: 10px;
	background: url(../images/shoppingaction-bottom.gif) bottom left no-repeat;
}
#shoppingAuction .top {
	background: url(../images/shoppingaction-top.gif) top left no-repeat;
	height: 67px;
}
#shoppingAuction .mid {
	background: url(../images/shoppingaction-mid.gif) top left repeat-y;
	padding: 5px 30px;
}

#websites {
	margin: 20px 0;
}
#websites #webLinks{
	width: 520px;
	float: right;
	color: #FFF;
	font-size: 17px;
}
#webLinks li.item1, #webLinks li.item2, #webLinks li.item3{
	padding: 10px;
	border: solid 1px #ffca10;
}
#webLinks li a {
	display: block;
	color: #FFF;
	text-decoration: none;
}
#webLinks li a:hover {
	color: #d8ea14;
}
#websites #webLinks li.item1{
	background: #d51d5b;
}
#websites #webLinks li.item2{
	background: #ec6b44;
}
#websites #webLinks li.item3{
	background: #eebe4a;
}
#websites #siteLogo {
	width: 200px;
	float: left;
	margin: 0;
}
#websites img {
	margin: 0 10px 10px 0;
}

/*MARGINS*/
#webLinks ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*--------------------ITEMS--------------------*/
#item{padding:0;}

#item_left{float:left; width:356px; background:url('../images/item_l.jpg') repeat-y; width:356px;}
#item_left_inner{color:black; margin-top:15px; margin: 25px 0}
.item_left_t{background:url('../images/item_left.jpg') no-repeat; height:51px;}
.item_left_t h3{display:none;}

#item_right{float:left; margin-left:18px; background:url('../images/item_l.jpg') repeat-y; width:356px;}
#item_right_inner{text-align:left; color:#000; margin-top:15px; margin-left:19px;}
.item_right_t{background:url('../images/item_right.jpg') no-repeat; height:51px;}
.item_right_t h3{display:none;}
#item #productPoint {
	margin: 5px 12px;
}
#item #productPoint img {
	margin: 0px 5px 5px 0;
}
#item #mini {
	width: 240px;
	float: right;
	margin: 0 12px 5px 0;
	text-align: right;
	border-bottom: dashed 1px #94cb10;
}

/*FOOTER*/
#footer {
	margin: 35px 0;
	width: 725px;
}
#footer .top { height: 12px; background: url(../images/footer-top.gif) no-repeat }
#footer .bottom { height: 12px; background: url(../images/footer-bottom.gif) no-repeat }
#footer .top h3, #footer .bottom h3{ display: none }
#footer #footerContent { 
	background: url(../images/footer-mid.gif);
	padding: 0 15px;
}