#maincontainer {
	width:560px;
	border:3px solid #686C00;
	margin:15px auto;
	padding:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	position:relative;
	background-color: #FFFFBE;
	color:#000;
}

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.jpg);
	background-repeat: y;
	background-position: center center;
	background-attachment:fixed;
	overflow:auto;
}

a img {border:none;}

#header {
	height:40px;
	left: 75px;
	top: 10px;
	position: relative;

}

#leftside {
	width: 535px;
	float: left;
	margin: 5px;
	top: 55px;
	left:120px;
	position: relative;

}

#rightside {
	left: 740px;
	top: 120px;
	padding: 0 0 0 10px;
	position: absolute;

}

#maincontainer a {
	text-decoration:none;
	color:#01cdff;
}

#offers {
    height: 150px;
    margin: 0 5px 0 5px;
}
.offer_container {
    font-size: 12px !important;
    padding: 0 10px;
    text-align: center;
    float:left;
    width: 370px;
    height: 185px;
    margin: 0 4px 20px 4px;
    border: 2px solid #cccccc;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
}
.offer_container h2 {
    font-size: 12px;
}
.offer_name {
    height: 30px;
    margin: 2px 0 1px;
    font-weight: bold;
}
.offer_image {
    float: left;
}
.offer_image img {
    margin-bottom: 3px;
}
.offer_image img:hover {
    cursor: pointer;
}

div.offer_buy_button {
    float: left;
}

.tsButton {
	padding: 5px 8px 4px 8px;;
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	color: #FFF ;
	background: #000;
	border: 1px solid #0CF;
	font-weight: bold;
}

.offer_buy_button a:link { color:#0CF; }
.offer_buy_button a:hover { color:#000; }
.offer_buy_button a:active { color:#0CF; }
.offer_buy_button a:visited { color:#0CF; }


.tsButton:hover {
	color: #FFFF;
	background: #0CF;
	text-decoration: none;
}

.offers_pagination {
    clear: both;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
}
.offers_pagination .pagination_link_container {
    line-height: 22px;
    font-weight: bold;
}
.offer_desc {
    float:left;
    font-size: 13px ;
    text-align: left;
}

ul.offer_desc {
	padding: 0 0 0 5px;
	list-style:disc;
}