/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
   
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
/*html, button, input, select, textarea { font-family: Tahoma,Geneva,sans-serif; }*/
body { margin: 0; font-size: 0.9em; line-height: 1.4; }

/*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }*/

a { color: #ff0000; text-decoration:none; }
/*a:visited { color: #333; }
a:hover { color:#bc3726; }*/
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { /*margin: 0;*/ vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* =============================================================================
	Custom Styles
  =========================================================================== */
  

#orderlist>table { width: 100%; }
#orderlist { width:95%; overflow:auto; }

#middle-left-banner {
	float:left;
}

#middle-right-banner {
	float:right;
	margin-right:165px;
}

.field {
	clear:both;
}

.field-label {
	float:left;
	text-align:right;
}

.field-value {
	float:left;
	margin-left:10px;
}

.field-button {
    clear: both;
    padding-top: 10px;
}

#lost-password .field-label {
	width:120px;
}

#lost-password .field-button {
    margin-left: 130px;
}

#create-new-account {
	font-size:12px;
}

#create-new-account .field-label, #category .field-label , #edit-login-info  .field-label {
	width:210px;
}

#create-new-account .field-button  {
    margin-left: 210px;
}

#category .field {
    line-height: 40px;
}

#security-question .field-label {
	width:135px;
}

#edit-login-info  .field-button {
    margin-left: 210px;
}

#edit-acc-info .field-label {
	width:150px;
}



* =============================================================================
   Media Queries
   ========================================================================== */
   

@media screen and (max-width: 1024px) {

}


@media screen and (max-width: 990px) {
	#maincontainer { width:100%; }
	#bg { width:99.8%; }
	#box-top-main, #footer, header { width: 100%; }
	#contentwrapper { width:100%; }
	#contentcolumn { clear:both; }
	#top_banner img { width:100%; }
	.menu1 { border-width: 1px 0; height:auto; }
	#contentcolumn { margin-left:10px; margin-right: 230px; }
	#rightcolumn { margin-left: -210px; }
	#editadtext table { width:100%; }
	#list-images { float:none; width:100%; }
	#selected-images { float:none; width:100%; clear:both; padding-top:10px; }
	#imagestyleoutput { height:auto!important; }
	#tcontent1, #tcontent2, #tcontent3 { width:100%!important; }
	#tcontent1 table, #tcontent1 td, #tcontent2 table, #tcontent2 td, #tcontent3 table, #tcontent3 td, #packagedetails table { width:100%; }
	#imagestyletabs { width: 90%!important; }
	.menu1 li.disabled { display: none!important; }
	#step1menu { display:none; }
	.menu1 li.current { display:block!important; }
	#list-packages { float:none; width:100%; }
	#selected-package { float:none; width:100%; padding-top:10px; }
	#review { float:none; width:100%; }
	#checkout { float:none; width:100%; padding-top:10px; }
	#copyright { font-size:0.8em; padding-left: 5px; padding-right: 5px; height:auto!important; }
	#header-main { height:auto; }
	#DHTMLgoodies_formTooltipDiv { display:none!important; }
	#burst { margin:5px!important; width:130px!important; }
	#contentcolumn-content .popup  { width:70%!important; }
	#dvProceedToEnhanceWebAd img, #dvProceedToCheckoutDesc img { display:none!important; }
	#web-image-btn { width:100%; }
	#TB_window{ /*width: 90%!important; left:5px!important; height:auto!important; height:500px;*/ margin-top:50px; -webkit-overflow-scrolling: touch; overflow: scroll; left:0px!important; width:100%!important; }
	#TB_iframeContent { width:100%!important; }
	#TB_window div { width:auto!important; height:auto!important; }
	#TB_window #TB_title { height: 27px!important; width:100%!important; }
	.checkout { width:97%!important; }
	#webad-text, #webad-text div { width:100%!important; }
	#fname, #lname, #addr1, #addr2, #city, #zip, #onlineusername, #onlinepassword1, #onlinepassword2, #onlineemail1, #onlineemail2, #question_id, #answer, #email, #username, #email1, #old_password, #password, #password1, #old_addr1, #old_addr2, #old_city, #name, #message, #old_country { width: 300px!important; }
	#headertitle { height:auto; margin-bottom:5px; width:100%; }
	#orderlist>table { width:700px!important; }
	#unfinished-orders table { width:600px!important; }
	/*#step1form div { float:none!important; }*/
	#orderlist, #unfinished-orders { width:100%; overflow:auto; }
	#step1form #blinking-burst { float:left; width:auto; }
	#category-options { width:60% !important; }
	.checkout { float:none; }
	.widecolumn #orderlist, .widecolumn #unfinished-orders { margin-right: 230px!important; width:auto; }
	.widecolumn #category, .widecolumn #resubmitcat { margin-right: 230px!important; }
	#step1region select { max-width:250px!important; }
	#dolan #blinking-burst { margin:0px 20px; }
	.error_visible { width:100%!important; }
	#blinking-burst { float:none; text-align: center; width: 100%;}
	#blinking-burst > img { margin-left: 0 !important; }
	#login-required { float: none !important; text-align: center; width: 100% !important; }
	#blinking-burst2 { float: left; margin-right: 0; margin-top: 150px; position: absolute; }
	#blinking-burst2 > img { margin-left: 0 !important; padding-top: 10px !important; }
	#category.welcome { margin-right: 0 !important; }
	.loginPageContainer { display:inherit; }
}

@media screen and (max-width: 768px) {
	#DHTMLgoodies_formTooltipDiv { display:none!important; }
	#contentcolumn-content .popup { width:60%!important; }
	#orderlist>table { width:700px!important; }
	#unfinished-orders table { width:600px!important; }	
}

@media screen and (max-width: 600px) {
	#state, #addr3, #country, #firstname, #lastname, #business_name, #fname, #lname, #addr1, #addr2, #city, #zip, #onlineusername, #onlinepassword1, #onlinepassword2, #onlineemail1, #onlineemail2, #question_id, #answer, #email, #username, #email1, #old_password, #password, #password1, #old_addr1, #old_addr2, #old_city, #name, #message, #old_country { width: 220px!important; }
	#orderlist { height: 300px; overflow: auto; width: 100%; }
	.menu1 li.disabled { display: none!important; }
	#category select { width:140px; }
	#contentcolumn { padding-bottom:0px; }
	#bg { width:98.5%; }
	#box-top-main, #footer, header { width: 99%; }
	#rightcolumn { clear:both; float:none; margin-left:0px; width:100%; }
	#copyright { font-size:0.8em; padding-left: 5px; padding-right: 5px; height:auto!important; }
	#interviewform input, #editadtext input { max-width:80%; }
	#editadtext table { width:100%; }
	#tcontent1, #tcontent2, #tcontent3 { width:100%!important; }
	#tcontent1 table, #tcontent1 td, #tcontent2 table, #tcontent2 td, #tcontent3 table, #tcontent3 td, #packagedetails table { width:100%; }
	#contentcolumn-content #imagestyletabs { width: 90%!important; }
	.menu1 li.current { display:block!important; }
	#frmUpdateAccInfo div div { margin-left: 0px !important; width:100%; text-align:center; }
	#popupbox { display:none; }
	#step1menu { display:none; }
	#rightcolumn_content { padding-top:0px; }
	#contentcolumn { margin-right:10px; }
	#contentcolumn-content div, #contentcolumn-content table { width:95%!important; }
	#contentcolumn-content #packagedetails div, #contentcolumn-content #paymentForm table table { width:auto!important; }
	#contentcolumn-content #paymentForm table { width:241px!important; }
	#contentcolumn-content #webadpreview { width:93%!important; }
	/*#TB_window { width: 95%!important; left:5px!important; }*/
	#TB_window { height: 450px!important; }
	#logo { width:100%!important; }
	#social-network #popupbox { display:block; }
	#orderlist>table { width:700px!important; }
	#unfinished-orders table { width:600px!important; }
	#step1form #blinking-burst, #blinking-burst, #step1form #category-options { float:none; width:100%!important; }
	#contentcolumn-content .set_schedule { width:90%!important; }
	#dolan-footer div { float: none !important; margin: 10px !important; width: 90% !important; border:none!important; padding:0px!important; }	
	#dolan #blinking-burst { margin:0px; }
	#dolan #maincontainer { width:99%; }
	#dolan #bg { width:100%; }
	#dolan #contentcolumn { border-right:none; }
	#headertitle, #customerbox { float:none; }
	#user_menu td { text-align:center; }
	#userlinks { text-align:center; }
	#customerbox { padding-top:10px; }
	#blinking-burst2 { clear: both; float: none; margin: 0;  position: inherit;  width: 100%; text-align:center; }
}

@media screen and (max-width: 480px) {
	#state, #addr3, #country, #firstname, #lastname, #business_name, #fname, #lname, #addr1, #addr2, #city, #zip, #onlineusername, #onlinepassword1, #onlinepassword2, #onlineemail1, #onlineemail2, #question_id, #answer, #email, #username, #email1, #old_password, #password, #password1, #old_addr1, #old_addr2, #old_city, #name, #message, #old_country { width: 210px!important; }
	#orderlist { height: 300px; overflow: auto; width: 100%; }
	.menu1 li.disabled { display: none!important; }
	#category select { width:140px; }
	#contentcolumn { padding-bottom:0px; }
	#bg { width:98.5%; }
	#box-top-main, #footer, header { width: 99%; }
	#rightcolumn { clear:both; float:none; }
	#copyright { font-size:0.8em; padding-left: 5px; padding-right: 5px; height:auto!important; }
	#interviewform input, #interviewform textarea, #editadtext input { max-width:80%; }
	#editadtext table { width:100%; }
	#tcontent1, #tcontent2, #tcontent3 { width:100%!important; }
	#tcontent1 table, #tcontent1 td, #tcontent2 table, #tcontent2 td, #tcontent3 table, #tcontent3 td, #packagedetails table { width:100%; }
	#contentcolumn-content #imagestyletabs { width: 90%!important; }
	.menu1 li.current { display:block!important; }
	#frmUpdateAccInfo div div { margin-left: 0px !important; width:100%; text-align:center; }
	#popupbox { display:none; }
	#step1menu { display:none; }
	#rightcolumn_content { padding-top:0px; }
	#contentcolumn { margin-right:10px; }
	#contentcolumn-content div, #contentcolumn-content table { width:100%!important; }
	#contentcolumn-content #packagedetails div, #contentcolumn-content #paymentForm table table { width:auto!important; }
	#contentcolumn-content #paymentForm table { width:241px!important; }
	#contentcolumn-content #webadpreview { width:93%!important; }
	/*#TB_window { width: 95%!important; left:5px!important; }*/
	#TB_window { height: 450px!important; }
	#editBuilder { border-left:none!important; padding-left:0px!important; }
	input, #web-image-btn img { height:17px; }
	#contentcolumn-content iframe { height:260px; }
	#TB_ajaxContent, #TB_ajaxContent div { width:90%!important; height: auto!important; }
	#uploadform-1234 input, #btnSubmitNewAccount, #lostpassword input { height:auto; }
	#blinking-burst { text-align:center; float:none; }
	#loginnewaccountform table table { width:auto!important; }
	#unfinished-orders { width:100%; overflow:auto; }
	#frmUpdateAccInfo td { width:auto!important; }
	.shadetabs { font: bold 11px Tahoma; }
	#DHTMLgoodies_formTooltipDiv { display:none!important; }
	#publishing-schedule { width:100%; overflow:auto; }
	.checkout { padding:10px 0px; }
	#tcontent1 img { width: 150px!important; }
	#step2bform a { margin-left:0px!important; }
	#orderlist>table { width:700px!important; }
	#frmReviewOrder input { height:auto; }
	#unfinished-orders table { width:600px!important; }
	#contentcolumn-content .checkout_text { width: 90%!important; }
	#step1form div, #paymentForm div { width:auto!important; }
	#contentcolumn-content .popup { width:100%!important; }
	#paymentForm input { height:20px; }
	#blinking-text { margin-top:0px; }
	.error_visible { width:85%; }
	#contentcolumn-content .set_schedule, 	#contentcolumn-content .policies { width:90%!important; }
	#dolan .menu2 li a { padding-left: 15px; }
	#addaccount input { height:auto; }
	#step2form table { width:90%!important; }
	#contentcolumn-content #step2bform-completetext_toolbar3 { width:auto!important; }
	#top_banner img { width:100%!important; }
	/*#step2bform-completetext_toolbar1 td { width: 20px; }
	.mceFirst, .mceLast { width:0px!important; }*/
	#contentcolumn-content #step2bform-completetext_tbl { width: 90% !important; }
	#garageDate { width: 200px !important; }
	#interviewform input, #editadtext input { width:220px!important; }
	#interviewform input[type="image"], #editadtext input[type="image"] { width:auto!important; }
	#step2form input[type="radio"], #step2form input[type="checkbox"] {  width: 25px !important; }
	#mail_checkout_text-triggerWrap { width: 600px; }
	#mail_checkout_text-bodyEl { overflow: auto; }
	a[href^=tel] { color: inherit; text-decoration: none; }
	.field-label { float:none; text-align:left; width:auto;}
	.field-value { float:none; margin-left:0px; }
	.field-button { margin-left: 0px; }
	#lost-password .field-button { margin-left: 0px; }
	#create-new-account .field-button { margin-left: 0px; }
	#security-question .field-button, #edit-login-info  .field-button  { margin-left: 0px; }
	#category .field-value select { width: 95%; }
	#TB_window { overflow: auto; overflow: hidden; -webkit-overflow-scrolling:touch; width: 100%; height: 300px; margin-top:0px!important; }
	#edit-acc-info .field-label, #edit-acc-info .field-value { text-align:left; }
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}