/* overrides.css */

/* FLASH NOTICES */

#flash_error {
	background:#FBE3E4;
	color:#8a1f11;
	border:1px solid #FBC2C4;
	margin-bottom:10px;
	background-image:url(../../images/icons/cross.png);
	background-repeat:no-repeat;
	background-position:1% 50%;
}

#flash_error p {
	padding:10px 10px 10px 30px;
}

#flash_warning, div.flash_warning {
	background:#FFF6BF;
	color:#514721;
	border:1px solid #FFD324;
	margin-bottom:10px;
	background-image:url(../../images/icons/error.png);
	background-repeat:no-repeat;
	background-position:1% 50%;
}

#flash_warning p, div.flash_warning p {
	padding:10px 10px 10px 30px;
}

#flash_notice {
	background:#E6EFC2;
	color:#264409;
	border:1px solid #C6D880;
	margin-bottom:10px;
	background-image:url(../../images/icons/tick.png);
	background-repeat:no-repeat;
	background-position:1% 50%;
}

#flash_notice p {
	padding:10px 10px 10px 30px;
}

/*text area */

textarea {
	height:150px;
	padding:5px;
	width:390px;
}

/* lists */

ul, ol {
	margin:0px;
	padding:0px;
}

li {
	list-style-type:none;
}

/* floats */

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.wrapper {
	background-image:url(../../images/background.png);
	background-repeat:repeat-y;
	float:left;
}

/*site wide styles*/
.rounded-corners {
	-moz-border-radius-bottomleft:0.8em;
	-moz-border-radius-bottomright:0.8em;
	-moz-border-radius-topleft:0.8em;
	-moz-border-radius-topright:0.8em;
	-webkit-border-radius-bottomleft:0.8em;
	-webkit-border-radius-bottomright:0.8em;
	-webkit-border-radius-topleft:0.8em;
	-webkit-border-radius-topright:0.8em;
}

.orange-border {
	border:1px solid #f6772f;
} 

p {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:10px;
	padding:0px;
}

.white-text {
	color:#FFFFFF;
}

.orange-text {
	color:#f6772f;
}

a:hover {
	text-decoration:underline;
	color:#f6772f;
}

legend {
	color:#666666;
}

label {
	color:#666666;
}

.padding-5 {
	padding:5px;
}

.padding-10 {
	padding:10px;
}

.padding-left-right {
	padding:0 10px 0
}

h1, h2, h3, h4, h5, h6, p {
	font:Arial, Helvetica, sans-serif;
}

/* Removes the annoying outlines on Firefox */
:focus {
  -moz-outline-style: none;
}

/* images */

a img {
	text-decoration:none;
}

a {
	font:Arial, Helvetica, sans-serif;
	color:#f6772f;
}

h1 {
	font-size:24px;
	margin:0px;
	padding:10px 0 10px 0px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:5px;
	color:#998b7e;	
}

h2, h2 a {
	
	font-size:18px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:5px;
	color:#525252;
}

h3 {
	color:#525252;
	font-weight:bold;
	font-size:12px;
}

h4, h4 a {
	color:#525252;
	font-size:14px;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	font-weight:bold;
}

h5 {
    color: #998B7E;
    font-size:12px;
    
}
h5 a {
    text-decoration: none;
    color: #998B7E;
}

/*header*/

#header {
	background-image:url(../../images/header.png);
	height:112px;
}

#top {
	width:950px;
	height:132px;
}

/*top header*/

.top-header-logo {
	width:275px;
	height:80px;
	float:left;
	padding:35px 0 0 40px;
}

.top-header {
	width: 270px;
	height: auto;
	float:left;
	padding-left:105px;
	margin-top:30px;
}

.top-header-digium {
	width:100px;
	height:62px;
	padding:35px 0 0 88px;
	float:left;
}

ul#top-links {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}

#top-links li {
	display: inline;
	list-style-type: none;
	color: #666666;
}
#top-links a {
	padding: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

#top-links a:link, #top-links a:visited {
	color: #666666;
	text-decoration: none;
}

#top-links a:hover {
	color: #000000;
	text-decoration: none;
}

/*navigation */

#navigation ul, ol {
	padding-left:3.333em;
}

#navigation {
	background-image:url(../../images/navigation.png);
	height:41px;
	padding-bottom:10px;
}

#navigation li.active {
	height:27px;
	background-color:#FFFFFF;
	color:#666666;
	border:1px solid #f6772f;
	border-bottom:0px;
	margin:10px 0 0;
	padding-top:6px;
	-moz-border-radius-bottomleft:0em;
	-moz-border-radius-bottomright:0em;
	-moz-border-radius-topleft:0.4em;
	-moz-border-radius-topright:0.4em;
	-webkit-border-radius-bottomleft:0em;
	-webkit-border-radius-bottomright:0em;
	-webkit-border-radius-topleft:0.4em;
	-webkit-border-radius-topright:0.4em;
}

#navigation li.active a {
	color:#f6772f;
}

#navigation li {
	float:left;
	padding:0px 15px;
	font-size:14px;
	border-right:1px solid #FFFFFF;
	margin-top:19px;
}

.navigation li a {
	color:#FFF;
	text-decoration:none;
}

.navigation li a:visited {
	color:#FFF;
	text-decoration:none;
}

.navigation li a:hover {
	text-decoration:underline;
	color:#CCC;
}

/*left column*/

#search-top {
	width:190px;
	height:5px;
	background-image:url(../../images/search-top.gif)
}

#search-box {
	width:180px;
	padding-left:10px;
	background-color:#f6772f;
}

#search-bottom {
	width:190px;
	height:5px;
	background-image:url(../../images/search-bottom.gif)
}

#term {
	width:150px;
}

#left-bar {
	margin-top:10px;
	width:190px;
	background-color:#e6e2dd;
}

#left-bar ul li {
	list-style-type: none;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
}

#left-top {
	width: 190px;
	height: 7px;
	background-image: url(../../images/left-top.gif);
	background-repeat: none;
}

#left-center {
	width: 190px;
	height: auto;
	padding: 0px 0px 0px 1px;
	text-align: left;
	background-image: url(../../images/left-center.gif);
	background-repeat: repeat-y;
}

#left-bottom {
	width: 190px;
	height: 7px;
	background-image: url(../../images/left-bottom.gif);
	background-repeat: none;
}

.left-menu {
	padding:0px;
	width:175px;
}

.left-menu ul {
	margin: 0px 0px 10px 10px;
	padding-left:0px;
	white-space: nowrap;
}

.left-menu li {
	display: block;
	list-style-type: none;
	color: #666666;
}

.left-menu a {
	padding: 0px;
}
.left-menu a:link, .left-menu a:visited {
	color: #666666;
	text-decoration: none;
}

.left-menu a:hover {
	color: #000000;
	text-decoration: none;
}

.left-menu-bg {
	background-color: #f3f1ee;
	width: 188px;
	padding: 5px 0px 5px 0px;
}

div#accordion div#menu-header {
	font-size: 14px;
	color: #666666;
}

div.image_overlay {
    display:none;         
    z-index:10000;
	top: 0; 
	left: 0; 
	background-color: white;
	position: absolute;
	border: 2px solid black;	
}

div.image_overlay div.close { 
    background-image:url(http://static.flowplayer.org/tools/img/overlay/close.png); 
    position:absolute; right:-20px; top:-20px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

div#accordion h2 {
	background-image: url(../../images/left-menu-header.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	width: 185px;
	height: 23px;
	font-size: 14px;
	color: #666666;
	padding-left:5px;
	margin: 0px 0px 0px 0px;
}


/*Search within results */

#search-within-results-top {
	width: 190px;
	height: 7px;
	background-image: url(../../images/left-top2.jpg);
	background-repeat: none;
	margin-top:10px;
}

#search-within-results-center {
	width: 190px;
	height: auto;
	padding: 0px 0px 0px 1px;
	text-align: left;
	background-image: url(../../images/left-center2.jpg);
	background-repeat: repeat-y;
}

#search-within-results-center p {
	margin:0px;
}

#search-within-results-center #company {
	margin:0px;
}

#search-within-results-bottom {
	width: 190px;
	height: 8px;
	background-image: url(../../images/left-bottom2.jpg);
	background-repeat: none;
}

div#search-within-results h2 {
	background-image: url(../../images/left-menu-header2.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	width: 185px;
	height: 23px;
	font-size: 14px;
	color: #666666;
	padding-left:5px;
	margin: 0px 0px 0px 0px;
}

#search-within-results div#filter-form {
  padding-left:10px;
}

#search-within-results div#filter-form div#service-fields{
  display:none;
}

/*featured listing*/

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 

div.scrollable { 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 540px; 
    height: 196px;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 

div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 

div.scrollable div.items div.featured-listing { 
	width:540px;
	height:186px;
	padding-top:10px;
	background: url(../../images/featured-background-large.jpg);
	float: left;
} 

div.scrollable div.items div.featured-listing div.featured-information { 
	width:300px;
	height:175px;
	float:right;
	padding:10px;
}

div.scrollable div.items div.featured-listing div.featured-information h4 a { 
	text-decoration: none;
}

div.scrollable div.items div.featured-listing div.featured-information h4 a:hover { 
	text-decoration: underline;
}

div.featured-listing-large div.featured-image { 
	height:150px;
	padding:10px;
	float:left;
}

div.scrollable div.items div.featured-listing div.featured-image { 
	height:150px;
	padding:10px;
	float:left;
}

div.scrollable-large {
  /* required settings */ 
  position:relative; 
  overflow:hidden; 
  width: 657px; 
  height: 196px;
  padding:0px 0px 10px 0px;
}

div.scrollable-large div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
}

/*featured listing large*/
.featured-listing-large {
	margin-left:10px;
	width:647px;
	height:186px;
	padding-top:10px;
	background: url(../../images/featured-background2.jpg);
	float: left;
}

.featured-information-large {
	width:447px;
	height:175px;
	float:right;
	padding:10px;
}

.featured-image-large {
	height:150px;
	padding:10px;
	float:left;
}

/*tabs*/
/* root element for tabs  */
#tabs-placeholder-home {padding:10px 0px;}

#tabs-placeholder {padding:10px 10px 0px;}

ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0px 0 0 0;
	height:24px;/*border-bottom:1px solid #666;	*/
}

/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0;
	margin-right: 2px;
	list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	background: url(../../images/orange-tab.jpg);
	font-size:11px;
	display:block;
	height: 24px;
	line-height:24px;
	width: 85px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	color:#fff;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-image: url(../../images/orange-tab-active.jpg);
	cursor:default !important;
	color:#000 !important;
}

.panes {
	border:1px solid #f6772f;
	margin-bottom:10px;
	margin-right:10px;
}

.listing {
	width:650px;
}

.rounded-corners-no-left {
	-moz-border-radius-bottomleft:0.8em;
	-moz-border-radius-bottomright:0.8em;
	-moz-border-radius-topleft:0em;
	-moz-border-radius-topright:0.8em;
	-webkit-border-radius-bottomleft:0.8em;
	-webkit-border-radius-bottomright:0.8em;
	-webkit-border-radius-topleft:0em;
	-webkit-border-radius-topright:0.8em;
	float:left;
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;
	border-top:0;
	padding:10px;
}

.home-listing {
	width:528px;
	float:left;
	border-bottom: 1px solid #f6772f;
	padding:10px 10px 10px 0px;
}

.small-image {
	width:65px;
	padding:10px;
	float:left;
}

.home-listing-description {
	width:320px;
	float:left;
}

.home-listing-description h5, .search-listing-description h5 {
	margin-bottom:0px;
}

.home-listing-description p {
	margin:0px;
	padding:0px;
}

.home-listing-description h4 a {
    text-decoration: none;
}

.home-listing-description h4 a:hover {
    text-decoration: underline;
}

.rating-home {
  text-align: center;
	height:65px;
	width:105px;
	float:right;
	padding-top:25px;
}

.sorting {
	float:right;
	padding:5px;
}

/* certification tab */
.pdf a {
	text-decoration: none;
}

/* breadcrumbs */
.breadcrumbs {
	margin-bottom:10px;
	color:#f6772f;
	font-size:10px;
}
	
.breadcrumbs a {
	text-decoration:none;
	font-size:10px;
}

/*search listings*/
.company-search-listing {
	height:110px;
	border-bottom: 1px dashed #525252;
	margin-bottom:10px;
	padding-bottom:10px;
}

.search-listing {
	border-bottom: 1px dashed #525252;
	margin-bottom:10px;
	padding-bottom:10px;
	float:left;
}

.product-search-listing {
	border-bottom: 1px dashed #525252;
	margin-bottom:10px;
	padding-bottom:10px;
	width:670px;
	float:left;
}

.last-listing {
border:none;
}

.search-listing-description {
	width:363px;
	padding-left:5px;
	padding-right:5px;
	float:left;
}

.search-listing-description h4 a {
    text-decoration: none;
}

.search-listing-description h4 a:hover {
    text-decoration: underline;
}

/* RATINGS BOX */

.rating-checks {
	width:200px;
	height:90px;
	float:left;
	border: 1px solid #f6772f;
}

.rating {
	width:100px;
	height:75px;
	border-right:1px solid #f6772f;
	float:left;
	padding-top:15px;
	text-align:center;
	
}

.checks {
	float:right;
	width:99px;
}

.checks img{
  padding-top: 10px;
}

.checks li {
	list-style-type:none;	
	color:#525252;
	float:left;
	background-image: url(../../images/checkmark.jpg);
	background-repeat: no-repeat;
	background-position:1% 50%;
	width:99px;
	padding:5px 0px 5px 0px;
	height:19px;
}

.checks p {
	margin:0px 0px 0px 24px;
	padding:0px;
}

.checks hr {
	border-bottom:1px solid #f6772f;
	visibility:visible;
	margin:0px;
}

.checks .off {
	background-image: none;
	visibility:hidden;
}

.product-logos {
	width:150px;
	padding:0px 10px 0px 10px;
	float:left;
}

.product-description {
	border-left:1px solid #f6772f;
	width:265px;
	padding-left:10px;
	padding:0px 10px 0px 10px;
	float:left;
}

.product-page {
	color:#000000;
	border-bottom:1px solid #f6772f;
	width:100%;
	padding:5px;
}

.highlights {
	width:293px;
	float:left;
}

/*.highlights ul, .pricing ul {*/
/*	margin:0 1.5em 1.5em 0;*/
/*	padding-left:3.333em;*/
/*}*/

.highlights li, .pricing li {
	list-style-type:disc;
}

.description {
	width:600px;
}

.listing-entry .pane ul, .listing-entry .pane ol  {
	padding:0px 0px 10px 3.333em;
	clear:both;
}

.listing-entry .pane li {
	list-style-type:disc;
}

.listing-entry .pane ol li {
	list-style-type:decimal;
}

.listing-entry .pdf ul {
	padding:0px;
}

.listing-entry .pdf li {
	list-style-type:none;
}

.description li {
	list-style-type:disc;
	padding:0px;
}

.description ol li {
	list-style-type:decimal;
}

.pricing{
	width:293px;
	float:left;
}

.divider {
	border-right:1px solid #f6772f;
	height:250px;
	width:10px;
	float:left;
	margin:15px 10px 0px 10px;
}

.product-buttons {
	margin-left:40px;
}

.product-links {
	margin-left:40px;
}

/*company listings */
.company-logo {
	width:150px;
	height:110px;
	padding:0 10px;
	float:left;
	border-right:1px solid #f6772f;}

.company-logo img {
	margin-top:32px;
}

.company-description {
	width:260px;
	padding:0 10px;
	height:110px;
	float:left;
}

.company-links {
	width:200px;
	float:left;
	font-size:12px;
	border:1px solid #ccc;
}

div.listing_preview_overlay {
    display:none;         
    z-index:10000;
	top: 0; 
	left: 0; 
	background-color: white;
	position: absolute;
	border: 2px solid black;	
}

div.listing_preview_overlay div.close { 
    background-image:url(http://static.flowplayer.org/tools/img/overlay/close.png); 
    position:absolute; right:-20px; top:-20px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

input[type="checkbox"], input[type="radio"], input.checkbox, input.radio {
	position:static;
	margin:5px 5px 5px 0;
}

#listing_image_listing_image {
	margin: 0 0px 10px 0;
}

#starz {
	margin-left:9px;
}

.pagination {
	padding:10px;
	float:right;
}

.pagination span, .pagination a {
	padding:5px;	
	background-color:#F3F1EE;
	border:1px solid #a7a7a7;
}

.pagination span {
	color:#525252;
}

.pagination a {
	color:#F6772F;
}

/*Ads*/
.ads img {
	padding-bottom:10px;
	float: right;
}

/*Wizard Navigation */
.wizard_navigation {
	height:25px;
	background-color:#F3F1EE;
	padding:5px;
}

.wizard_navigation li a {
	color:#a7a7a7;
	text-decoration:none;
}

.wizard_navigation li {
	float:left;
	list-style:none;
	color:#a7a7a7;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	font-size:11px;
}

.wizard_navigation span {
	margin-right:10px;
	color:#a7a7a7;
	padding:3px;
}

.wizard_navigation .active a {
	font-size:12px;
	color:#998B7E;
}

.wizard_navigation .active  {
	padding:0px 0px 5px 0px;
}

.wizard_navigation .active  span{
	color:#F6772F;
	font-size:16px;
	background-color:#FFF;
	padding:3px 13px;
}

.help-box {
	width:100%;
	border:1px solid #CCC;
	background-color:#F3F1EE;
	padding:10px;
	margin-top:15px;
}


/*GET CERTIFIED*/
.get-certified textarea {
	width:635px;
	padding:0px;
}

#last_name, #first_name, #email, #phone, #company, #country {
	border:1px solid #DEDEDE;
	float:left;
	font-size:12px;
	margin:2px 0 10px 10px;
	padding:4px 2px;
	width:170px;
	float:left;
}

.get-certified #country {
	margin:2px 0 10px 10px;
	width:170px;
	float:left;
}

#description {
	border:1px solid #DEDEDE;
	float:left;
	font-size:12px;
	padding:0px;
}

.get-certified #description {
	width:635px;
}

.form input {
	padding:0px;
	margin:0px;
}

.form .error {
	color:red;
	background-color:#FFF;
	border:none;
	padding:0px;
	margin:0px;
	font-size:10px;
	float:left;
}

.form span {
	border:none;
	background:#FFF;
}

.form ol {
	list-style-type:none;
	padding-left:0px;
}

.form li {
	float:left;
	width:200px;
}

#country {
	width:150px;
}

.certified-benefits ul {
	padding:0px 10px 0px 30px;

}
.certified-benefits li {
	list-style-type:disc;
	padding:10px;
}

/*GET LISTED*/
.get-listed h1 {
	padding:0px;
}
.get-listed li {
	list-style-type:none;
	padding-bottom:10px;
}

.get-listed-ul {
	padding:5px 10px;
}

.get-listed-ul li {
	list-style-type:disc;
}

.get-listed legend {
	color:#525252;
}

.get-listed-header {
	background-image:url(../../images/get-listed-header.png);
	width:856px;
	height:64px;
	padding:40px 0 0 10px;
	margin-bottom:10px;
}

/*GET LISTED WIZARD*/
#errorExplanation li {
	list-style-type:none;
	color:red;
}

.hidden {
    display: none;
}

/*COMPANY IMAGE */
.company-image {
	padding-right:10px;
}

.search-term {
  color: #555555;
  font-style: italic;
  padding-left: 3px;
}

/* EDIT LISTING PAGE*/
.edit-text {
	background-image:url(../../images/search-placeholder.png);
	height:320px;
}

.edit-text p {
	text-align: justify; 
	margin-bottom:7px;
}

/*GET STARTED*/
.get-started li {
	list-style-type:disc;
}

.get-started ul {
	padding:0px 25px;
}

.get-started column {
	width:425px;
	float:left;
}

/*LISTING PACKAGES*/
.listing-package p {
	padding-bottom:10px;
}

/*MORE INFO*/
.more-info li {
	list-style-type:none;
	width:30%;
}

.more-info p {
	padding-bottom:10px;
}

.more-info li input {
	border:1px solid #DEDEDE;
	float:left;
	font-size:12px;
	margin:2px 0 20px 10px;
	padding:4px 2px;
	width:200px;
}

.more-info textarea {
	width:835px;
	padding:0px;
}

.more-info #country {
	margin:2px 0 20px 10px;
	width:200px;
}


/*CHECK OUT*/
.listing-packages {
	padding:10px;
}

div.buttons {
  padding-top: 20px;
}

div.note {
  margin-top: 10px;
  background:#FFF6BF;
	border:1px solid #FFD324;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: #787878  2px 2px 5px;
  -webkit-box-shadow: #787878  2px 2px 5px;
}

div.note h2 {
 border-bottom: 1px dashed #787878;
}

div.note h3 {
  text-align: right;
  font-size: 20px;
}

div.note p.payment_info {
  font-size: 1.2em;
}

div.note p.payment_info span.price {
  float: right;
}

div.terms_of_use {
  padding: 10px;
  text-align: center;
  background:#E6EFC2;
  border: 1px solid #C6D880;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

div.terms_of_use h4 {
  text-transform: uppercase;
  font-size: 20px;
}



.basic {
	border:1px solid #a7a7a7;
	background-color:#EEE;
	margin-left:10px;
}

.premium {
	color:#000;
	border: 1px solid #146d83;
	background-color:#cce6ec;
}

.premium span {
	color:#146d83;
	font-weight:bold;
}

.premium img, .basic img {
	float:right;
	margin:-70px 0px;
}

.premium ul, .basic ul {
	padding:0px 15px;
}
.premium li, .basic li {
	list-style-type:disc;
}
.premium label {
	color:#044f62;
}

/*EDIT LISTING LIGHTBOX*/
.edit_listing {
	padding:10px;
}

/*footer*/
#footer {
	height:217px;
	background-image:url(../../images/footer.png);
	background-repeat:no-repeat;
	float:left;
}

.footer p {
	font-size:10px;
}

.footer ul {
	float:left;
	width:165px;
	padding:0px 5px 5px 5px;
}

.footer li {
	font-size:10px;
}

.footer a {
	color:#FFF;
	text-decoration:none;
}

.footer {
	color:#FFF;
	float:left;
	padding:20px 85px 0 85px;
	width:700px;
}

.terms {
	text-align:center;
	clear:both;
	width:700px;
}

.footer h5 {
	color:#FFF;
	width:165px;
	border-bottom:1px solid #FFF;
	margin:0 0 10px 0px;
	padding:0px;
	font-size:11px;
}

/*FAQ*/
.faq {
	cursor:default;
}

.faq p {
	padding-left:20px;
}

div.get_listed h2 a {
  color:#f6772f;
  text-decoration: underline;
}

div.get_listed {
  text-align: center;
}

/* RAILS ERROR STYLES */

div#errorExplanation {
  border: 1px solid #C0C0C0;
  padding: 10px;
  background: #FBE3E4;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: inset 0px 2px 3px #787878 ;
  -webkit-box-shadow: inset 0px 2px 3px #787878;
}

div#errorExplanation h2 {
  padding: 5px 0px;
  background: red;
  color: white;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0px 2px 3px #787878 ;
  -webkit-box-shadow: 0px 2px 3px #787878;
}

div#errorExplanation p {
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px dashed black;
}

div#errorExplanation ul li {
  font-size: 1.2em;
}

input.fieldWithErrors {
  border: 1px solid red;
  background: #FBE3E4;
}

fieldset {
  margin-top: 10px;
  border: 2px solid #CCC;
}

fieldset legend {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 2em;
}

fieldset input {
  font-size: 1.1em;
}

fieldset label {
	border:0px;
	font-size: 1.1em;
}

fieldset .error {
	color:#ff0000;
	padding:0px 0px 0px 10px;
}

.defaultSkin table.mceLayout {
  margin-bottom: 20px;
}

fieldset.payment-details legend {
  font-size: 1.3em;
}

fieldset.marketing legend {
  font-size: 1.4em;
}

div.footnote {
  margin-top: 10px;
  color: red;
}

span.required {
  color: red;
  font-weight: bold;
  font-size: 1.5em;
  margin-left: 5px;
}

.product-logos img {
  cursor: pointer;
}