/* ==========================================================================
    /css/standard/main.css
   ========================================================================== */

/* -------------------------------------------------------------------------------- */
/* Reset CSS
/* -------------------------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clickable {
	cursor: pointer;
}

/* Micro Clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* -------------------------------------------------------------------------------- */
/* Homepage
/* -------------------------------------------------------------------------------- */

#debuggertron9000 { display: none; }
html, body { height: 100%; }
body { font-size: 14px; font-family: "Trebuchet MS", "Verdana"; background-color: #E5E5E5; }
body > img { position: fixed; top: 0; left: 0; }
.display_font { font-family: 'Lobster Two', Impact, cursive; }

a, a:visited { color: #632BD3; text-decoration: none; }
a:hover { color: #94D01D; }

#body_wrapper { margin: 0 auto -225px; padding: 0px 0px 0px 0px; min-height: 100%; width: 900px; background-color: #FFFFFF; }
#store #body_wrapper { margin: 0 auto -25px; }

h1, h2, h3, h4 { color: #0091F7; }
h1 { font-size: 30px; }
#home h1.display_font { font-size: 63px; text-align: center; color: #000000; font-style: italic; margin-top: -10px; }
#home h2.display_font { font-size: 22px; text-align: center; color: #000000; margin-top: -2px; padding-bottom: 10px; }
h2 { font-size: 22px; font-weight: bold; margin-top: 10px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }

ul.bullets { list-style-type: inherit; margin-left: 20px; }

h1 + h2 { margin: 1em auto; line-height: 1.25em; }

.spacer { clear: both; }
.error { color: red; font-size: 11px; }
.red { color: red; }
.center { text-align: center; }
.inline { display: inline; }

code { font-family: monospace; font-size: 80%; line-height: 1.3em; background-color: #f0f0f0; padding: 0 2px 2px 2px; }

/********************HEADER****************************/

header { width: 100%; position: absolute; top: 0px; left: 0px; }

#logodisplay { height: 77px; width: 900px; margin: auto; position: relative; }
#logodisplay img { position: absolute; top: 5px; left: 20px; }

#logodisplay .welcome-bar { background: #1C406B; border-radius: 5px 0 0 5px; box-shadow: 1px 1px 3px #222 inset; color: #fff; font-size: 12px; float: right; margin: 22px 0 0; text-align: center; }
#logodisplay .welcome-bar a { color: #88CAFC; }
#logodisplay .welcome-bar span + a { margin-left: 20px; }
#welcome-text { padding: 10px 15px; }
#login-form { padding: 5px 10px; }
#login-form input[type="submit"] { background: transparent; border: none; color: #88CAFC; cursor: pointer; font-family: "Trebuchet MS", "Verdana"; font-size: 12px; height: 22px; padding: 0 0 0 5px; width: auto; }
#login-form input { margin: 0; height: 16px; padding: 2px; width: 140px; vertical-align: top; }
#login-form input[type="checkbox"] { height: auto; width: auto; padding: 0; }
#login-form #login-remember { position: absolute; top: 56px; right: 253px; }
#login-form #login-remember label { font-size: 11px; line-height: 15px; margin: 0; padding: 0 0 0 5px; }
#login-form #forgot-link { color: #FFFFFF; font-size: 11px; line-height: 15px; position: absolute; top: 56px; right: 101px; }

#menubackground { background-color: #0D3B54; border-bottom: 3px solid #FF4A00; }

nav { margin: auto; background-color: #00273D; height: 25px; width: 900px; }
nav ul li { float: left; color: #FFFFFF; font-weight: bold; border-right: solid 1px #0D3B54; height: 25px; font-size: 13px; }
nav ul li a, nav ul li a:visited { color: #FFFFFF; text-decoration: none; display: block; padding: 5px 20px 5px 20px; }

nav ul li:hover { background-color: #015486; cursor: pointer; }
nav ul li a:hover { color: #FFFFFF; }

nav ul li.currentpage { background-color: #FFFFFF; border-right: 1px solid #FFFFFF; border-bottom: 3px solid #FFFFFF; color: #00273D; }
nav ul li.currentpage a { color: #00273D; }

nav ul li.createfreeforum { background-color: #FF4A00; border-right: 1px solid #FF4A00; border-bottom: 2px solid #FF4A00; }


/********************CONTENT****************************/

#wrapper { overflow: auto; padding-bottom: 225px; margin: 0 auto 0 auto; padding-top: 105px; }
#store #wrapper { padding-bottom: 25px; }
*+html #wrapper { overflow: hidden; }

#main { padding: 30px 45px; background-color: #FFFFFF; }
#latest_news a, #learn_more a { color: #000000; text-decoration: none; }

.dbl-border { border: 1px solid black; padding: 3px; margin: 0 0 20px 20px; -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, .3); -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, .3); box-shadow: 2px 4px 5px rgba(0, 0, 0, .3); }
.dbl-border > div { border: 1px solid #DDDDDD; padding: 10px; }

#sample_forum { width: 442px; font-size: 16px; margin-bottom: 13px; }

#create_form > div { width: 300px; }
#create_form h2 { font-size: 30px; font-weight: normal; }
#create_form a { color: #1122CC; text-decoration: underline; }
#create_form .tos { font-size: 11px; }
#create_form #captcha-container iframe { margin-left: -21px; }
#create_form #captcha-container textarea { width: 270px; margin-top: -40px; }
#create_form .captcha-error { display: none; margin: 10px 0; color: #f00; font-size: 1.16em; }

#right_side > div { width: 322px; float: right; }
#right_side .purple { color: #632BD3; }

#main #latest_news ul { list-style: none; padding: 0; }
#latest_news li { white-space: nowrap; overflow: hidden; display: block; height: 22px; margin: 5px auto; }
#latest_news li span { max-width: 265px; overflow: hidden; display: inline-block; padding: 1px 0px; }

img.arrow { margin-bottom: -3px; margin-left: 5px; }
#learn_more img.arrow { margin-bottom: -6px; }

.accordion { border: 1px solid #DDDDDD; border-bottom: none; }
.accordion .ui-icon { display: none; }
.accordion_title { height: 1em; border-bottom: 1px solid #DDDDDD; padding: 10px; cursor: pointer; }
.accordion_content { color: #333333; border-bottom: 1px solid #DDDDDD; padding: 10px; height: 111px; overflow: hidden; background-color: #FFFFFF; }
#home .accordion { width: 442px; float: left; }
#main .accordion_content a:hover { text-decoration: underline; }

#featured_forums_wrapper { width: 100%; background-color: #02619c; background-repeat: repeat-x; }
#featured_forums { width: 810px; margin: 0 auto; padding: 20px 45px 24px 45px; background-color: #025E93; }
#featured_forums h2 { color: #FFFFFF; text-align: left; margin-bottom: 10px; }
#featured_forums a { display: inline-block; text-decoration: none; margin-left: 3px; }
#featured_forums a img { width: 264px; border-bottom: 2px solid transparent; border-right: 1px solid transparent; }
#featured_forums a:first-child { margin-left: 0px; }
#featured_forums a div { color: #FFFFFF; font-size: 10px; font-weight: bold; margin-top: -3px; }
#featured_forums a div span { padding: 0px 5px; }

#featured_forums a:hover img { border-bottom: 2px solid #000000; border-right: 1px solid #000000; }
#featured_forums a:hover div span { background-color: #000000; color: #FFFFFF; }

#signup_box { margin: 0 auto; text-align: center; width: 750px; font-size: 20px; }
#signup_box img { margin: 0 0 -13px -215px; }

#signup_bar { background-color: #00273D; width: 100%; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; text-align: left; padding: 10px; color: #FFFFFF; font-size: 28px; vertical-align: middle; }
#signup_bar input { width: 384px; height: 40px; border: none; margin: 0px; font-size: 28px; }
#signup_bar div { display: block; float: right; height: 100%; padding: 22px 22px 22px 5px; margin: -10px 0 0 0; }
#signup_bar div.create_button { cursor: pointer; font-weight: bold; float: right; height: 100%; padding: 22px; margin-right: -10px; background-color: #0D3B54; -moz-border-radius: 0 10px 10px 0; -webkit-border-radius: 0 10px 10px 0; border-radius: 0 10px 10px 0; }
#signup_bar div.create_button:hover { background-color: #FF4A00; }
*+html #signup_bar { padding-bottom: 0px; padding-top: 8px; z-index: 1; position: relative; }
*+html #signup_bar input { width: 380px; }
*+html #signup_bar div.create_button { margin-top: -8px; margin-bottom: -2px; padding: 21px; }
*+html #signup_box img { margin: 0 0 -16px -215px; z-index: 1000; position: relative; }

#contact-us #create_form { margin-left: 20px; }
.link_list li { list-style-type: none; margin-left: -40px; margin-bottom: 15px; }
.link_list li a { display: block; text-decoration: none; font-size: 20px; }

#forum-help-guide table { width: 100%; }
#forum-help-guide li { margin-left: -26px; }
#forum-help-guide a { text-decoration: none; }

#main #directory-index { padding: 0; margin: 15px 0 0 0; }
#main #directory-index li { height: 35px; line-height: 25px; width: 350px; padding: 0 0 0 35px; margin: 0 0 10px 0; position: relative; float: left; }
#main #directory-index li img { width: 25px; height: 25px; position: absolute; top: 0; left: 0; }

#main #directory-list { padding: 0; margin: 25px 0 0 0; }
#main #directory-list li { margin: 0; padding: 0 0 0 35px; position: relative; height: 55px; }
#main #directory-list li img { width: 25px; height: 25px; position: absolute; top: 6px; left: 0; }
#main #directory-list li a p { font-size: 13px; color: #000; padding: 3px 0 0 1px; display: block; }
#forum-directory-featured #directory-list li { height: 40px; line-height: 35px; }

.err_bear { margin-left: -15px; border-bottom: 1px solid black; padding: 10px 10px 0px 10px; }
a.previous { margin-right: 20px; }
.thank_you_text { margin-top: 25px; padding-left: 110px; }

/********************FOOTER****************************/

footer { margin: 0 auto; height: 225px; clear: both; width: 100%; position: relative; margin-top: -225px; }
#store footer { height: 25px; margin-top: -25px; }

footer a, footer a:visited { color: #FFFFFF; text-decoration: none; }
footer a:hover { color: #94D01D; }

.subjects { float: left; margin: 30px 18px; color: #FFFFFF; font-family: Verdana; font-size: 12px; }
.subjects .title { font-size: 18px; margin-bottom: 20px; }
.subjects ul { line-height: 16px; }
.subjects.first_item { margin-left: 0px; }
.subjects.last_item { margin-right: 0px; }
*+html .subjects.last_item { width: 143px; }

footer .divider { float: left; margin: 40px 0; }

footer #footernav { background-color: #001523; }
footer #footernav #subjectcontainer { width: 810px; margin: auto; background-color: #001727; padding: 0px 45px; }

footer #footerstrip { background-color: #002337; height: 25px; font-size: 11px; color: #FFFFFF; }
footer #footerstrip table { width: 900px; margin: auto; background-color: #00273D; height: 100%; }
footer #footerstrip td { padding: 5px 45px 5px 10px; }
footer #footerstrip td:first-child { padding: 5px 10px 5px 45px; }


/********************OTHER****************************/

.clear { clear: both; }
.left { float: left; }
.right { float: right }
.align-right { text-align: right }
.hide { display: none; }


/********************FORM FIELDS****************************/

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea { padding: 6px; border: 1px solid #CCCCCC; margin-top: 3px; }
input[type="password"].full-width,
input[type="text"].full-width { width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
#create_form input[name="username"],
#login_jump input[name="forum_name"] { float: left; width: 150px; }

div.domain_input_wrapper { margin-top: 3px; float: right; display: inline-block; border-right: 1px solid #CCCCCC; width: 130px; height: 30px; overflow: hidden; background-color: #FFFFFF; }
div.domain_input_wrapper select { width: 155px; -webkit-appearance: none; }
select { background: none; border: 1px solid #CCCCCC; padding: 5px; height: 30px; }
#create_form label.tos { display: inline; }

*+html div.domain_input_wrapper { background: none; border: none; }
*+html div.domain_input_wrapper select { width: auto; margin-top: 5px; }
*+html input[type="password"].full-width,
*+html input[type="text"].full-width { width: 95%; }
*+html #create_form > div { height: auto; }

/********************BUTTONS****************************/

.button.orange input,
.button.blue input { background-color: transparent; border: none; color: #FFFFFF; cursor: pointer; font-size: 20px; height: 45px; padding: 0 0 0 10px; text-align: left; }

/********************COLORS****************************/

.orange, footer .hover_orange a:hover { color: #FF4A00; }
.purple, footer .hover_purple a:hover { color: #973FBC; }
.aqua, footer .hover_aqua a:hover { color: #2AC7C9; }
.blue, footer .hover_blue a:hover { color: #0091F7; }
.green { color: #9BD32B; }
.lightgreen, footer .hover_lightgreen a:hover { color: #BAFE00; }



/* Vinhs Stuff */
strong, b { font-weight: bold; }
em, i { font-style: italic; }
p, li { line-height: 1.2em; }
p { margin-bottom: 1em; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 0.25em 0 }
#home h1, #home h2, #home h3 { margin: 0; }
#main ul { list-style: disc; padding: 0.25em 0 1em 3em; margin-top: .3em; }
#main ol { list-style: decimal; padding: 0.25em 0 1em 3em; }
#main li { padding-bottom: 0.5em; }
#main blockquote { padding: 0.25em 0 1em 3em; }
.highlight:before,
.highlight:after { content: '"'; }
label { display: block; padding-bottom: 0.3em; }
.label-subtitle { color: #666; display: block; font-size: 12px; font-style: italic; padding-top: 2px; }
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea { width: 400px; }
input[type="checkbox"],
input[type="checkbox"] + label { margin-bottom: 1em; }
input[type="checkbox"].multi,
input[type="checkbox"].multi + label { margin-bottom: 0.25em; }
input[type="checkbox"] + label,
input[type="radio"] + label { display: inline-block; }
textarea { height: 100px; }
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea { margin-bottom: 1.1em; }
small { font-size: 0.75em; }
.space-top { margin-top: 1em; }
.space-bot { margin-bottom: 1em; }

.block-section { padding: 0 5px; margin-bottom: 1em; margin-left: 20px; }
.block-section p:last-child { margin-bottom: 0; }

.graphics-table { margin: 0 auto 1em; }
.graphics-table td { cursor: pointer; height: 50px; text-align: center; vertical-align: middle; }
.graphics-table td:hover img { box-shadow: 0 0 15px #0091F7; }
.graphics-popup-container { margin: 0 auto; padding: 20px; }

/* *******************
 *  Validation Errors
 * *******************/
.ui-form-error { color: #F00; display: none; font-family: Arial; font-size: 0.8em; padding-top: 2px; position: absolute; }


/* *******************
 *  Dialog Boxes
 * *******************/
 /* CSS hack, do not touch */
.ui-helper-clearfix:after, .form:after, .form-spaced:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix, .form, .form-spaced { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix, * html .form, * html .form-spaced { height:1%; }
.ui-helper-clearfix, .form, .form-spaced { display:block; }
/* end CSS hack, touch again */
.ui-dialog { position: absolute; background: rgb(80, 80, 80); background: rgba(80, 80, 80, 0.5); padding: 15px 15px 0px 15px; border: 0; font-size: 1em; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; background: #000000 url('http://images.proboards.com/h/default-gradient.png') 0 50% repeat-x; border: 1px solid #000000; border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; color: #FFFFFF; font-weight: bold; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; }
.ui-dialog .ui-dialog-titlebar-close:hover span, .ui-dialog .ui-dialog-titlebar-close:focus span { background-image:url('http://images.proboards.com/h/ui-icons.png'); background-position: -20px, 0px; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: right; margin-bottom: 15px; padding: .5em .8em .5em .8em; background: #fefefe; border: 1px solid #000000; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-dialog .ui-dialog-content { background: #fefefe; overflow: auto; border: 1px solid #000000; border-top: 0; border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; }
.ui-dialog #video-list-info { font-size: 10px; }
.ui-dialog h1 { margin: 10px 0px; font-weight: normal;}
.ui-dialog .ui-search { margin-bottom: 10px; }
*+html .ui-dialog .ui-button-text { vertical-align: middle; }

.ui-icon { width: 19px; height: 19px; display: block; text-indent: -99999px; overflow: hidden; }
#ui-datepicker-div .ui-icon { width: 13px; height: 13px; display: block; text-indent: -99999px; overflow: hidden; }
.ui-icon-gripsmall-diagonal-se { background-position: -80px -224px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: 0px 0px; background-image: url('http://images.proboards.com/h/ui-icons.png'); }

.ui-dialog .section input { margin-bottom: 5px; }
.ui-dialog .section input[type=submit] { display: block; margin: 10px auto 0 auto; }
.ui-dialog p.section { margin: 5px; }
.ui-dialog div.section { background: white; position: relative; padding: 10px; border: 1px solid #DDDDDD; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; margin: 5px;  }
.ui-dialog div.section.form { padding: 10px 10px 5px 120px; margin: 10px 5px 5px 5px;  }
.ui-dialog div.section span { position: relative; top: -3px;  }
.ui-dialog div.section.last { margin-bottom: 0; }
.ui-dialog div.section label.title { position: absolute; left: 10px; font-weight: bold; width: 100px; text-align: right; }

.ui-widget-overlay { position: absolute; left: 0; top: 0; background-color: #000; opacity: 0.1; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10); }

*+html .ui-dialog-content form .user-search { margin-right: -10px; padding-right: 0px; }

.ui-form-error { color: #F00; display: none; font-family: Arial; font-size: 0.8em; padding-top: 2px; position: absolute; }

/* Keith's stuff */
.google-map { float: right; position: relative; top: -30px; }
.google-map iframe { width: 500px; height: 370px; }
.social-links { margin-left: 80px; }
div.full-feature-list { display: none; }
#help-guide-search { padding: 30px 20px 0 20px; }
#help-guide-search input.text-input { width: 200px; }

/* -------------------------------------------------------------------------------- */
/* Sprite Sheets
/* -------------------------------------------------------------------------------- */

.sprite-image, .divider, #logodisplay, div.domain_input_wrapper, .button.orange input, .button.blue input {
    background-image: url(http://images.proboards.com/h/image-sheet.png);
    background-repeat: no-repeat;
}
.sprite-gradient, #logobackground, #featured_forums_wrapper, #featured_forums, .accordion_content, footer #footernav, footer #footernav #subjectcontainer {
    background-image: url(http://images.proboards.com/h/gradient-sheet.png);
    background-repeat: repeat-x;
}

.image-adfree-gift {
    width: 100px;
    height: 100px;
    background-position: -735px -88px;
}
.image-arrow-green {
    width: 22px;
    height: 22px;
    background-position: -858px -121px;
}
.image-arrow-purple {
    width: 22px;
    height: 22px;
    background-position: -858px -88px;
}
.image-badge-android {
    width: 176px;
    height: 76px;
    background-position: -548px -88px;
}
.image-badge-appstore {
    width: 176px;
    height: 76px;
    background-position: -361px -88px;
}
.button.blue input {
    width: 210px;
    height: 45px;
    background-position: -291px -175px;
}
.button.orange input {
    width: 280px;
    height: 45px;
    background-position: -0px -175px;
}
.image-drop-down-arrow {
    width: 21px;
    height: 16px;
    background-position: -775px -200px;
}
div.domain_input_wrapper {
    background-position: -667px -193px;
}
.divider {
    width: 1px;
    height: 120px;
    background-position: -846px -88px;
}
#logodisplay {
    width: 900px;
    height: 77px;
    background-position: -0px -0px;
}
.image-proboards-logo {
    width: 350px;
    height: 67px;
    background-position: -0px -88px;
}

.gradient-featuredboard, #featured_forums {
    background-position: -0px -0px;
}
.gradient-footer, footer #footernav #subjectcontainer {
    background-position: -0px -232px;
}
.gradient-featuredboard-dark, #featured_forums_wrapper {
    background-position: -0px -433px;
}
.gradient-footer-dark, footer #footernav {
    background-position: -0px -654px;
}
.gradient-header-background, #logobackground {
    background-position: -0px -855px;
}
.gradient-accordion, .accordion_content {
    background-position: -0px -933px;
}

/* Avatar */
.avatar-wrapper { display: table-cell; text-align: center; vertical-align: middle; }
.avatar-wrapper > div, #avatar-preview.flash_present.image_present > div { position: relative; }
.avatar-wrapper div object, .flash-avatar object, #avatar-preview.flash_present.image_present div object, .avatar-wrapper > div > img { position: absolute; top: 0; left: 0; }
.avatar-wrapper * { vertical-align: middle; }
.avatar_size_default, .avatar_size_default embed, .avatar_size_default object, .avatar_size_default > div, .avatar-wrapper.avatar_size_default > div > div { height: 25px; width: 25px; }
.avatar-wrapper > div > div { display: table-cell; vertical-align: middle; }

.undo-icon { display: inline-block; width: 16px; height: 16px; background: url('http://images.proboards.com/v5/icons-default.png') 0 -48px no-repeat; }

/* Ads Buttons */
.ads-buttons { text-align: center; }
.ads-buttons > a > div { background: orangered; border-radius: 5px; color: white; cursor: pointer; display: inline-block; padding: 10px; vertical-align: top; width: 145px; }
.ads-buttons > a > div:hover { background-color: darkorange; }
.ads-buttons a + a > div { margin-left: 20px; }
.ads-buttons .action { border-bottom: 1px solid orange; font-size: 18px; font-weight: bold; margin-bottom: 5px; padding-bottom: 5px; }
.ie7 .ads-buttons > a > div { display: inline; zoom: 1; }


