/*
**  layout_content_advertisers.css
** CSS - Events page top banner
** Author: Steve TANGUE
** Date: 11.02.08
** Last edited: 17.02.09 by Steve TANGUE 
*/

/* general */
/* end general */

/* container_wrapper */
/* container wrapper header */

/* page header */
/* page header menu */
/* page header logo */
/* platinum */
/* end page header */

.nofloat {
float:none;
}
/* page content */
/* page content left */
/* page content banner */
div#page_content_banner {
	background-image:url(../img/page_content_banner_bg_advertisers.jpg);
}

/* page content bottom background */
div.page_content_bottom li {
	list-style: disc;
	margin-left: 0px;
	line-height: 1.3em;
	margin-top: 0px;
	width: 350px;
}
div.tab_content ul {
width: 350px;
margin-right: 15px;
margin: 0;
float:none;
}
div.tab_content ul li{
	list-style: disc;
	margin-left: 15px;
	line-height: 1.3em;
	margin-top: 0px;
	width: atuo;
}
/* page content right */
/* gold */
/* bronze */
/* silver */
/* end page content */


/* table - pricing */

table#pricing {
width: 100%;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ccc;
margin: 5px 0;
}
table#pricing td {
border-top:1px solid #ddd;
border-left:1px solid #ddd;
padding:10px;
}

table#pricing td b {
float:left;
font-weight: bold;
font-size: 14px;
line-height: 1.3em;
}
table#pricing td span {
float:left;width: 120px;
font-size: 12px;
line-height: 1.3em;
}
table#pricing td small {
float:left;
font-size: 11px;
}
tr.pricing_row_title {
background-color:#0099FF;
color: #fff;
font-weight: bold;
font-size: 11px;
}
.button_buy_now_small {
width: 67px; height: 17px;
font-size: 9px;
font-weight: bold;
color: #fff;
background-image:url(../img/button_buy_now_small.jpg);
background-repeat:no-repeat;
padding: 5px 0px 0 0;
float:right;
text-align:center;
}
.button_buy_now_large {
width: 140px; height: 25px;
font-size: 11px;
font-weight: bold;
color: #fff;
background-image:url(../img/button_buy_now_large.jpg);
background-repeat:no-repeat;
padding: 8px 0px 0 0;
float:left;
text-align:center;
margin-left: 100px;
}
.wide {
width: 200px;
}


/* end of file */
