body {
	margin: 0;
    background: #000000 url(images/background.gif);
	background-position: top;
	background-repeat: repeat-x;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link, a:active, a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
a.black:link, a.black:active, a.black:visited {
    color: #000000;
    text-decoration: underline;
}
a.black:hover {
    color: #000000;
    text-decoration: none;
}
a.white:link, a.white:active, a.white:visited {
    color: #FFFFFF;
    text-decoration: none;
}
a.white:hover {
    color: #D3FF00;
    text-decoration: none;
}
td.header {
    background: #EFEFED url(images/header_image.jpg) center no-repeat;
    border: 1px solid #484848;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
td.menubar {
    padding:5px;
    background-color:#A53A5B;
    background: url(images/menu_bg.jpg) center repeat-x;
	border:1px solid #EC5986;
	border-bottom:1px solid #CCCCCC;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
td.coltitle {
    padding:5px;
	padding-left:30px;
	background: url(images/button.png) left center no-repeat;
	background-color:#A53A5B;
	border:1px solid #D5537B;
	border-bottom:1px solid #CCCCCC;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}
td.colcontent {
    padding:5px;
    background-color:#F2F2F2;
	border:1px solid #CCCCCC;
	border-top:0px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}
td.colcontent2 {
    padding:3px;
	color:#FFFFFF;
    background-color:#F2F2F2;
	border:1px solid #CCCCCC;
	border-top:0px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}
div.adsense {
    border: 1px solid #CCCCCC;
    padding: 0 0;
    background-color: #F2F2F2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
div.ebay {
    border: 1px solid #CCCCCC;
    border-top:0;
    background-color: #F2F2F2;
    padding-bottom: 0px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
div.copyright {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333;
}
span.menu {
    font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}
span.title {
    font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}
div.title2 {
    font-size:19px;
	font-weight:bold;
	color:#d43065;
}
span.text_white {
	color:#FFFFFF;
}
iframe.content {
    background-color: transparent;
    width: 748px;
    height: 1500px;
    margin: 0;
    border: 0;
}
iframe.ebay_sm {
    background-color: transparent;
    width: 120px;
    height: 620px;
    overflow: hidden;
    border: 0;
    margin: 0;
}
#logo {
    background: transparent url(images/logo.png) no-repeat;
    width: 400px;
    height: 150px;
	margin-bottom:10px;
	margin-left:10px;
}