.closeButton {
	BORDER-RIGHT: #ffffff 1px inset;
	PADDING-RIGHT: 3px;
	BORDER-TOP: #ffffff 1px solid;
	PADDING-LEFT: 3px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	VERTICAL-ALIGN: middle;
	BORDER-LEFT: #ffffcff 1px solid;
	COLOR: #ffffff;
	BORDER-BOTTOM: #ffffff 1px inset;
	FONT-FAMILY: tahoma, arial, sans-serif;
	BACKGROUND-COLOR: rgb(7,7,8);
	TEXT-ALIGN: center;
	padding-top: 2px;
	padding-bottom: 2px;

}

body {
  background: #858484;
  margin: 0;
  padding: 20px 0 0 0;
  font: 10.5pt/1.3em "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
}

h1 {
  margin: 60px 40px 25px 40px;
}

h1#logo {
  position: relative;
  left: 5px;
  width: 907px;
  margin: 0 auto 5px auto;
}

img {
  border: none;
}


/* General text styling */

h2 { 
  color: #000; 
  font-weight: normal;
  margin: 18px 0 28px 0;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Helvetica, Arial;
  font-size: 160%;
}

h3 { 
  color: #ae7b00; 
  font-family: Helvetica, Arial, Verdana;
  font-weight: normal;
}

h4 {
  
}

a { 
  color: #265D8B;
}

a:hover {
  color: #5b2d08;
  background: #fbfbec;
}

blockquote a {
  text-decoration: none;
  border: none;
  color: #999;
}

blockquote a:hover {
  background: none;
}

a img:hover {
  background: none;
}

p.note, span.note {
  color: #585858 !important;
}

.note-light {
  color: #999 !important;
}

div.box {
  border: 1px solid #d6d6d6;
  background: #f6f6f7 url('../images/box-bg.gif') top left repeat-x;
  padding: 6px 9px;
  margin: 20px 0;
  font-size: 90%;
}

div.box ul li {
  list-style-image: url('../images/bullet-beige-mini.gif');
  margin: 5px 0;
}

div.box h4 {
  font-size: 120%;
  font-weight: normal;
  margin: 5px 0 15px 0;
}

strong {
  color: #000;
  font-weight: bold;
}

em {
  
}

ul {
  padding: 0 0 0 18px;
  margin-left: 0;
}

ul li {
  list-style-image: url('../images/bullet-beige.gif');
  margin: 7px 0;
}

dl {
  margin: 25px 0;
}

dd {
  margin: 10px 0;
}

/* END General text styling */


#top {
  background: url('../images/top-right.gif') top right no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding-left: 35px;
  height: 51px;
  width: 512px;
}

#top-search {
  margin: 10px 15px 0 50px;
}

#search-small-btn {
  padding-bottom: 3px;
  vertical-align: middle;
}

#header-bar {
  height: 20px;
  font: 14px/1.3em Arial, Helvetica, sans-serif;
}

#top-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 840px;
}

#top-list #search {
  float: right;
}

#top-list ul {
  margin: 0 20px;
  padding: 0;
  float: left;
}

#top-list li {
  float: left;
  list-style-type: none !important;
  list-style-image: none;
  margin: 0 5px;
  padding: 10px;
}

#top-list li a {
  font-weight: normal;
  text-decoration: none;
  color: #ccc;
  font-size: 12px;
}

#top-list li a:hover {
  background: none;
  color: #f6e6b3 !important;
}

#top-list li.current {
  background:#333333 none repeat scroll 0% 0%;
  border-left: 1px solid #222222;
  border-right: 1px solid #444444;
}

#top-list li.current a {
  color: #ddd !important;
}

#top-list #login-link {
  color: #C8FB4F;
  font-weight: normal;
  font-size: 10.5px;
  margin: 9px 20px 5px 30px;
  text-decoration: none;
  float: left;
  line-height: 20px;
}

#top-list #login-link:hover {
  color: #fff !important;
  background: none;
}


#login-area {
  position: absolute;
  right: 20px;
  top: 62px;
  color: #000;
  background: url('../images/login-bg.png') top left no-repeat;
  height: 110px;
  width: 330px;
  padding: 15px 17px 18px 17px;
  font-size: 11px;
  z-index: 9999;
}

#login-area td {
  padding-bottom: 4px;
}

#login-area a {
  color: #900;
}

#login-area .subdomain-span {
  color: #666;
}




#search {
  margin: 0;
  float: left;
  height: 40px;
  padding: 0px 10px 0 10px;
  background: #464646;
  border-left: 1px solid #3a3a3a;
}

#search #small-search {
  color: #999;
  font-size: 9pt;
  padding: 1px 0 0 3px;
  margin-top: 9px;
  width: 185px;
}

#search #submit {
  background: #3a3a3a;
  border: none;
  border-top: 1px solid #555;
  border-bottom: 1px solid #222;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  font-size: 8pt;
  color: #ccc;
  height: 20px;
  margin-top: 9px;
  cursor: pointer;
}

#search #submit:hover {
  background: #404040;
}

#search form {
  float: left;
}



#container {
  width: 907px;
  background: #fff url('../images/container-bg.gif') top left repeat-y;
  margin: 0 auto;
}

#container2 {
  width: 1000px;
  background: #fff url('../images/container-bg2.gif') top left repeat-y;
  margin: 0 auto;
  
}

#header-content {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 942px;
  height: 335px;
}

#header- a {
  text-decoration: none;
  color: #fff;
}

#header-content a:hover {
  background: transparent;
}

#header-content h1 {
  text-align: right;
  color: #fff;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 21pt;
  line-height: 21pt;  
  margin: 15px 0 15px 0;
}

#header-content p {
  color: #133862;
  font-size: 12pt;
  line-height: 1.3em;
  font-family: "Helvetica", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

#header-content .button1, #header-content .button2, #header-content .button3, #header-content .button4, #header-content .button5, #header-content .button6 {
  color: #fff;
  width: 187px;
  height: 29px;
  text-align: center;
  background: url('../images/button-bg.png') top left no-repeat;
  padding-top: 8px;
  cursor: pointer;
  font-size: 9pt;
}

#header-content .button1, #header-content .button2 {
  position: relative;
  left: 610px;
}

#header-content .button5, #header-content .button6 {
  position: relative;
  left: 310px;
}

#header-content .button1:hover, #header-content .button2:hover, #header-content .button3:hover, #header-content .button4:hover, #header-content .button5:hover, #header-content .button6:hover {
  background-position: 0 -37px;
  color: #e9f6ff;
}

#header-content .button1:hover a, #header-content .button2:hover a, #header-content .button3:hover a, #header-content .button4:hover a, #header-content .button5:hover a, #header-content .button6:hover a {
  color: #e9f6ff;
}

#header-content .button1, #header-content .button3 {
  margin: 25px 0 15px 0;
}

/* ----------------------------- */

.header-info {
  padding: 10px 20px;
  margin: 0;
}

#next-link, #prev-link {
  position: absolute;
  top: 280px;
  width: 51px;
  height: 35px;
  z-index: 9999;
  text-indent: -32000px;
  cursor: pointer;  
}

#next-link:hover, #prev-link:hover {
  text-decoration: none;
  background-color: transparent;
  background-position: 0 -35px;
}

#next-link {
  left: 770px;
  background: transparent url('../images/arr-right.png') top left no-repeat;
}

#prev-link {
  left: 10px;
  background: transparent url('../images/arr-left.png') top left no-repeat;
}

#index-header, #index-header2, #tesla-header, #rebekka-header, #social-suicide-header, #header-partners, #openmoko-header, #about-header {
  width: 942px;
  height: 300px;
  margin: 35px 0 0 0;  
}

#index-header { background: url('../images/hdr2.jpg') top left no-repeat; }
#index-header2 { background: url('../images/header2.jpg') top left no-repeat; }
#tesla-header { background: url('../images/header-tesla.jpg') top left no-repeat; }
#rebekka-header { background: url('../images/header-rebekka.jpg') top left no-repeat; }
#social-suicide-header { background: url('../images/header-social-suicide.jpg') top left no-repeat; }
#openmoko-header { background: url('../images/header-openmoko.jpg') top left no-repeat; }
#about-header { background: url('../images/header-about.jpg') top left no-repeat; }

#header-partners { background: url('../images/header-partners.jpg') top left no-repeat; padding: 10px; }
#header-partners p { color: #f0efd5; font-size: 16px; margin-top: 30px; width: 500px; }

/* ----------------------------- */

#signup-block {
  background: url('../images/signup-box-bg.gif') top left no-repeat;
  width: 518px;
  height: 53px;
  margin-bottom: 14px;
  font-size: 12pt;
  color: #000;
  padding: 10px;
border : 1px solid #000;
display:none;
}

#signup-block #link-group {
  background: url('../images/shopify_bag.gif') center left no-repeat;
  padding-left: 60px;
  height: 108px;
}

#signup-block #signup-link {
  background: url('../images/signup-bg.gif') top left no-repeat;
  width: 192px;
  height: 23px;
  display: block;
  float: left;
  padding: 9px;
  text-align: center;
  margin: 15px 0 12px 10px;
}

#signup-block #link-tail {
  padding: 9px;
  float: left;
  height: 23px;
  display: block;
  margin: 15px 0 12px 0;
}

#signup-block .big {
  font-size: 15pt !important;
  color: #4f7000;
  text-decoration: none;
}

#signup-block .big:hover {
  text-decoration: underline;
  background: transparent;
  color: #6e9c01;
}

#signup-block .note {
  margin: 0 0 0 25px;
  font-size: 9pt;
}

#player, .player {
  margin: 0 0 40px 0; 
  width: 482px; 
  background: #f5f5f5 url('../images/player-bg.gif') top left repeat-x; 
  padding: 18px;
  border-bottom: 1px solid #eee;
}

.player {
  width: 770px;
  margin-bottom: 0;
}

#player-desc {
  color: #fff;
  position: relative;
  text-align: center;
  top: 100px;
}

#player-desc a {
  color: #eb7;
}

#screencasts ul {

}

#screencasts li {
  list-style-image: none;
  list-style-type: none;
}

ul#slides {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 2502px;
  height: 300px;
  position: absolute;
}

ul#slides li {
  display: block;  
  float: left;  
}

#slide-navigation {
  height: 121px;
  width: 273px;
  background: url('../images/thumb_bg.gif') top left no-repeat;
  padding: 9px 0 0 9px;
  color: #717171;
  font-size: 9pt;
  text-align: center;
}

#slide-navigation .feature {
  float: left;
  width: 75px;
  height: 75px;
  margin: 0 7px 5px 0px;
  border: 3px solid #000;
  cursor: pointer;
}

#slide-navigation .feature:hover {
  border: 3px solid #333;
}

#slide-navigation .active {
  border: 3px solid #7f9938;
}

#slide-navigation .active:hover {
  border: 3px solid #7f9938;
  cursor: default;
}

#slide-navigation em {
  color: #b9b9b9;
  font-style: normal;
}

blockquote#frontquote {
  font-size: 16pt;
  color: #999;
  font-weight: normal;
  font-style: italic;
  line-height: 22pt;
  margin: 0 auto 0 auto;
  width: 490px;
}

#interview {
  padding: 0 20px;
}

#interview p {
  color: #607178;
}

#interview strong {
  font: 10.5pt/1.3em "Trebuchet MS", Trebuchet, Helvetica, Arial;
  font-weight: bold;
}

#interview h3 {
  margin: 35px 0 8px 0;
  color: #1E5171;
}

#interview .jadedpixel {
  padding: 0;
  margin: 0;
}

#interview .jadedpixel h3 {
  color: #6F8726;
}

#interview .jadedpixel p {
  color: #91AD3C;
}

#interview blockquote {
  font-style: italic;
  color: #888;
}

#shopify-user-list {
  clear: left;
  margin-bottom: 30px;
}

#shopify-user-list li {
  list-style-image: none;
  list-style-type: none;
  width: 230px;
  float: left;
  margin: 20px 15px 10px 7px;
/*border: 1px solid #000;*/
}

#header-white {
  background: #fff url('../images/header-white.gif') top left no-repeat;
  height: 388px;
}

#header-white2 {
  background: #fff url('../images/header-white-bg2.gif') top left no-repeat;
  height: 388px;
}

#header-image {
  width: 942px;
  height: 300px;
  padding-top: 35px;
}

#navigation {
  background: url('../images/navigation-bg.gif') top left no-repeat;
  font: 13px/1.2 Verdana, sans-serif;
  width: 942px;
  height: 43px;
  margin: 0 auto;
}

#navigation ul {
  margin: 0;
}

#navigation a:hover {
  background: none;
}

#-link {
  float: right;
  margin: 14px;
}

#sign-up-link a {
  color: #b2cbe7;
  text-decoration: none;
}

#sign-up-link a:hover {
  color: #c2dbf7;
}

#navigation ul {
  list-style-type: none;
  padding: 14px;
}

#navigation li {
  display: inline;
  margin: 0 10px;
}

#navigation li a {
  color: #bbb;
  /*color:#fff;*/
  text-decoration: none;
}
/*#navigation li a:hover,*/
#navigation li.active a,#navigation li a:hover, #navigation li.active {
 color: #fff;
 /*color:#6699FF; */
 /*background-image:url('../images/102.gif');*/
/* padding:4px;
background-color:gray;
  color:black;*/
}

.sidebar {
  background: #f5f5f5 url('../images/sidebar-bg.gif') top left repeat-x;
  border: 1px solid #000;
  margin: 0 0 2em 0;
  padding:1em;
}

.sidebar h3 {
  font-size: 11pt;
  color: #1c3756;
}

.sidebar .note {
  text-align: left; 
  margin: 0 50px 0 40px; 
  font-size: 11px;
}

.content {
  padding: 20px 35px;
}

.grey-content {
  background: #3c3c3c url('../images/grey-bg.gif') bottom left repeat-x;
  border-top: 1px solid #1e1e1e;
  margin: 0 10px;
  color: #fff;
  font: 10pt/1.3em "Helvetica Neue Light", "HelveticaNeue-Light", Helvetica, Arial;  
  letter-spacing: 0.8pt;
}

.grey-content h2 {
  color: #fee56f;
}

.grey-content a {
  color: #fee56f;
}

.grey-content a:hover {
  background: #333;
  color: #eb891f;
}

#bottom-white {
  background: url('../images/bottom-white.gif') top left no-repeat;
  height: 54px;
}

#bottom-white2 {
  background: url('../images/bottom-white2.gif') top left no-repeat;
  height: 21px;
}

#footer {
  background: #464646;
  border-top: 1px solid #323232;
  margin: 20px 0 0 0;
  padding: 10px 0;
  text-align: center;
  font-size: 85%;
  color: #999;
  clear:both;
  
}

#footer ul {
  list-style-type: none;
  padding: 0;
}

#footer li {
  display: inline;
}

#footer li a {
  color: #e9f7b3;
}

#footer li a:hover {
  color: #fff;
  background: none;
}

/* OVERVIEW */

/* Frontpage List Icons
#info-secure { background: url('../images/icons/secure.gif') center left no-repeat; }
#info-flexible { background: url('../images/icons/flexible.gif') center left no-repeat; }
#info-connected { background: url('../images/icons/connected.gif') center left no-repeat; }
#info-informative { background: url('../images/icons/informative.gif') center left no-repeat; }
#info-conforming { background: url('../images/icons/conforming.gif') center left no-repeat; }
*/

div.blue-notice {
  background: #b2cbe7 url('../images/blue-notice-top.gif') top left no-repeat;
  padding: 10px 10px 0 10px;
  width: 343px;
  font: 1.0em/1.3em Helvetica, Arial;
}

div.blue-notice-bottom {
  background: url('../images/blue-notice-bottom.gif') bottom left no-repeat;
  height: 11px;
  margin-bottom: 40px;
}

div.blue-notice h2 {
  color: #fff;
  font-weight: normal;
  margin-top: 10px;
  font-size: 200%;
  margin-bottom: 0;
}

div.blue-notice p {
  margin-bottom: 0;
}

div.blue-notice p.big {
  margin-top: 30px;
}

div.blue-notice a {
  text-decoration: none;
}

ul.info-list {
  margin-top: 0;
  font: 9pt/1.4em "Trebuchet MS", Helvetica, Arial;
  list-style-type: none;
}

ul.info-list li {
  list-style-image: none;
}

ul.info-list h3 {
  margin: 0 0 4px 0;
  font-size: 10pt;
}

ul.info-list p {
 margin: 5px 0; 
}

ul.info-list li {
  background: url('../images/list-item-bg.gif') bottom left repeat-x;
  border-bottom: 1px solid #efefef;
  padding: 5px 10px;
}

#shopify-news {
  padding: 0;
}

#shopify-news-list {
  padding: 0;
}

#shopify-news li, #shopify-news-list li {
  list-style-type: none;
  list-style-image: none;
  font-size: 10pt;
  margin: 0;
}

#shopify-news li {
  border-bottom: 1px solid #e1e1e1;
}

#shopify-news li span, #shopify-news-list li span {
  font-size: 8.5pt;
}

#shopify-news .news-entry, #shopify-news-list .news-entry {
  background: url('../images/comment.gif') 4px 8px no-repeat;  
  padding: 8px 5px 8px 28px;
  line-height: 20px;
}

#shopify-news .news-item, #shopify-news-list .news-item {
  background: url('../images/comment.gif') 4px 8px no-repeat;  
  padding: 8px 5px 2px 28px;
  line-height: 16px;
}

#services-list {
  padding: 0 55px 0 40px;
  font-size: 8.5pt;
  text-align: justify;
}

#services-list li {
  list-style-type: none;
  list-style-image: none;
  display: inline;
  color: #444;
  margin: 5px 0;
  line-height: 15pt;
}

#services-list li.large {
  color: #4b662f;
  font-size: 10.5pt;
}

#services-list li.medium {
  color: #131313;
  font-size: 9.5pt;
}

/* Frontpage list icons
ul.info-list .item {
  padding-left: 40px;
}
*/

table.two-cols td {
  width: 45%;
  vertical-align: top;
  padding: 0 28px 0 0;
}

td {
  vertical-align: top;
}

/* DESIGN */

#get-vision {
  background: url('../images/vision.gif') center left no-repeat;
  padding: 12px 24px;
  font-size: 140%;
}

#content-bottom {
  background: url('../images/content-bottom-bg.gif') top left repeat-x;
  border-top: 1px solid #858585;
  height: 295px;
  margin: 10px;
  padding: 10px 80px 0 80px;
  width: 727px;
  overflow: hidden;
}

#content-bottom h3 {
  color: #fff;
  text-align: center;
}

#content-bottom .shop {
  float: left;
  margin: 20px;
  text-align: center;
}

#content-bottom .shop-thumb {
  padding: 4px;
  background: #000;
  border-top: 1px solid #555555;
  border-left: 1px solid #656565;
  border-right: 1px solid #656565;
  border-bottom: 1px solid #888;
}

#content-bottom .shop-thumb:hover {
  cursor: pointer;
}

#content-bottom .note-light {
  color: #444 !important;
}

div.shop-thumb img { width: 192px; height: 160px; }
div.shop-thumb p { margin: 0px; padding: 0px; }

#designers-list {
  float: right;
  margin: 20px 5px 20px 20px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 0 15px 15px 15px;
}


/* TOUR */

#tour {
  margin: 10px 5px;
}

#tour h2 {
  margin-bottom: 30px;
}

#tour-nav {
  background: #e1edf0 url('../images/tour-nav-bg.gif') top left repeat-x;
  height: 83px;
  border-top: 1px solid #b8c4c7;
  margin: 0 10px;
}

#tour-nav ul {
  margin: 0;
  padding: 0;
}

#tour-nav li {
  list-style-image: none;
  list-style-type: none;
  float: left;
  margin: 0 0 0 10px;
  position: relative;
  bottom: 1px;
  padding: 2px 5px;
  text-align: center;
  width: 86px;
  height: 21px;
  font-size: 90%;
}

#tour-nav li a {
  text-decoration: none;
}

#tour-nav li.active {
  background: #fff url('../images/tour-tab-bg.gif') top left no-repeat;
}

#tour .tour-descriptions {
  float: right;
  width: 215px;
  margin: 0 14px 0 0;
}

#tour .box h3 {
  margin: 5px 0;
  color: #000;
  font-size: 11pt;
}

#tour .box p {
  font-size: 9pt;
  color: #40494b;
  margin-bottom: 0;
}

#tour .box {
  background: #c8d6da url('../images/tour-box-bg.gif') top left repeat-x;
  border: 1px solid #b8c4c7;
  width: 215px;
  position: absolute;
}

#tour-more {
  float: right;
  font-size: 150%;
  padding: 20px;
  line-height: 28px;
  text-align: center;
}

#tour-more-big {
  background: url('../images/arrow-right.gif') center right no-repeat;
  padding-right: 16px;
}

#tour-more span {
  font-size: 9pt;
}

#more-products {
  margin: 60px 0 50px 0;
}

#more-products td:first-child {
  padding-right: 25px;
}

div.slideshow {
  margin: 0 35px 0 15px;
}

div.front-slideshow {
  margin: 0;
  cursor: pointer;
  background: #d5d5d5;
  padding: 6px;
}

#more-orders {
  margin: 70px 0 30px 0;
}


#more-orders td {
  padding: 10px 40px 10px 15px;
  text-align: justify;
  font-size: 90%;
  width: 33%;
}

#more-orders h3 {
  text-align: left;
}

/* FEATURES */

#features {
  margin: 10px;
}

/* EXAMPLE STORES & ADMIN */


#examples {
  margin: 10px;
}

#examples .shop {
  width: 240px;
  height: 240px;
  padding: 15px 15px 10px 15px;
  float: left;
  border-bottom: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}

#examples .admin {
  padding: 15px 4px 10px 4px;
  float: left;
}

#examples .shop p, .admin p {
  background: #eee;
  border-top: 1px solid #ccc;
  color: #333;
  margin: 2px 0 5px 0;
  font-size: 90%;
}

#examples .shop img {
  width: 240px;
}

/* PRESS */

#press .quote-big, #press .quote-small {
  background: #e2e2e2;
  padding: 15px 25px;
  margin: 20px;
  font-size: 150%;
  line-height: 24px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  color: #222;
  font-family: Times, "Times New Roman";
}

#press .quote-small {
  background: #f2f2f2;
  color: #555;
  font-size: 125%;
  width: 328px;
  font-weight: normal;
}

#press .author {
  margin-top: 10px;
  text-align: right;
  font-size: 10pt;
  color: #000;
  font-style: normal;
  font-weight: normal;
}

#press-links {
  font-size: 90%;
}

#press-links li {
  list-style-image: url('../images/bullet-beige-mini.gif');
  font-size: 8pt;
}

/* FAQ */

#faq-list {
  font-size: 85%;
  margin: 10px 3px 50px 3px;
  background: #f6f6f6;
  padding: 10px;
}

#faq-list h3 {
  margin-top: 25px;
}

#faq-list li {
  list-style-image: url('../images/bullet-beige-mini.gif');
}

#faq-list li.highlight {
  list-style-image: url('../images/bullet-grey-mini.gif');
  background: transparent;
  padding: 0;
}

#faq-list li.highlight a {
  color: #333;
}

#faq {
  margin: 10px 5px;
}

#faq h2 {
  margin: 45px 0 15px 0;
}

#faq h3 {
  background: url('../images/info.gif') top left no-repeat;
  padding: 5px 24px 0 24px;
  font-size: 140%;
  height: 30px;
  margin: 22px 0 0 0;
}

#faq p {
  margin-top: 0;
  padding: 0 24px;
}

#faq ul {
  padding: 0 40px;
}

#first-steps {
  margin: 10px 5px;
}

.gateway-list p {display:inline;}
.gateway-list th {padding-top:10px; text-align: left;}
table.gateway-list {padding-left:50px;}

/* SIGNUP */

#signup {
  margin: 10px;
}

#signup h2 {
  margin-bottom: 40px;
}

table.chart {
  width: 100%;
  margin: 0 0 30px 0;
}

table.chart th {
  text-align: left;
  border-bottom: 1px solid #ccc;
  background: #eee;
  padding: 3px 0;
}

table.chart td {
  border-bottom: 1px solid #f3f3f3;
  padding: 5px 0;
  width: 20%;
}

table.chart td.pb {
  padding-bottom: 20px;
}

table.chart td.pt {
  padding-top: 20px;
}

#price-chart th.active {
  background: #ccc;
}

#price-chart td.active {
  background: #fffeec;
}



dl.tbl dt {
  float: left;
  width: 130px;
  text-align: right;
}

dl.tbl dd {
  margin-left: 140px;
}

dl.tbl input {
  width: 160px;
}

.col-l {
  float: left;
  clear: left;
}

.col-r {
  margin-left: 152px;
}

/* CONTACT FORM */

#contact-form-table input {
  width: 350px;
  font-size: 16px;
  margin-top: 8px;
}

#contact-form-table textarea {
  width: 350px;
  margin-top: 8px;
}

#contact-form-table select {
  margin-top: 8px;
}

#contact-form-table .req {
  color: #F33;
}

#contact-form-table .submit-btn input {
  width: 150px;
  font-size: 12px;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #993333;
	color : #FF3300;

  border: 1px solid #FED600;
}

.validation-advice {
  width: 340px;
  font-size: 12px;
	margin: 5px 0;
	padding: 5px;
	background: #fdf6c8;
	color : #9d361e;
	border: 1px solid #c55e13;
	
	
	background-color: #FFFBE5;
  border: 1px solid #FED600;
  color: #B30905;
}


/* PARTNERS */

table#partners {
  width: 100%;
}

table#partners th {
  background: #999;
  color: #fff;
}

table#partners td {
  border: 1px solid #999;
  vertical-align: middle;
  text-align: center;
  padding: 3px 5px;
}

/* UTILITIES */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.hint {
  font-size: 80%;
  color: #999;
}

.big {
  font-size: 140%;
}

.top-right-link {
  float: right;
  margin-top: 0;
}

.top-right-link a {
  color: #900;
}

.top-right-link span {
  font-size: 90%;
}

.special-link {
  margin-top: 30px;
  width: 335px;
  background: #dfe9f4;
  padding: 5px 15px;
  text-align: center;
  border: 1px solid #b2cbe7;
}

.special-link a {
  color: #000;
}

.special-link a:hover {
  color: #5b2d08;
}

.more-link {
  text-align: right;
  font-size: 90%;
}

.highlight {
  background: #fcffbf;
  color: #666;
  padding: 3px 6px;
}

a.highlight {
  color: #000;
}

a:hover.highlight {
  color: #333;
  background: #fff;
}

.login-box {
  background: #c8d6da url('../images/tour-box-bg.gif') top left repeat-x;
  border: 1px solid #b8c4c7;
  padding: 5px 10px;
  text-align: center;
}

p.small {
  font-size: 9pt;
  margin: 14px 0 0 0;
  text-align: right;
  position: relative;
  right: 40px;
}

.button {
  margin-top: 30px;
  text-align: right;
}

.button a {
  background: #344d5b;
  border-top: 1px solid #426274;
  border-bottom: 1px solid #1e2c34;
  padding: 3px 20px;
  color: #fff;
  font-size: 12pt;
  font-weight: normal;
  text-decoration: none;
}

.button a:hover {
  background: #3e5d6e;
}

.no-border {
  border: none !important;
}

.unstyled-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.fl {
  float: left;
}

.cl {
  clear: left;
}

.sb { 
  margin-bottom: 20px;
}

.st {
  margin-top: 20px;
}

.ns {
  margin: 0;
  padding: 0;
}

.c {
  text-align: center;
}

.r {
  text-align: right;
}

/* ABOUT PAGE */

.person {
  width: 680px;
  height: 240px;
  margin: 0;
  padding: 0;
}

.person-desc {
  width: 500px; 
  margin-left: 125px;
}

#new-people-navigation .feature {
  color: #ccc;
  cursor: pointer;
}

#new-people-navigation .feature:hover {
  color: #666;
}

#new-people-navigation .active {
  color: #333;
}

#first-slide img {
  cursor: pointer;
}

#first-slide .title {
  font-size: 11px;
  color: #666;
}

#first-slide td {
  text-align: center;
  width: 150px;
}

.people-slides h3 {
  color: #000;
  margin-top: 3px;
}

.people-slides .title {
  color: #999;
}

#people-navigation .feature {
  float: left;
  width: 100px;
  height: 28px;
  margin: 0 7px 5px 0px;
  cursor: pointer;
  background: url('../images/name-bg.gif') top left repeat-x;
  color: #fff;
  text-align: center;
  padding-top: 4px;
  font-size: 12px;
}

#people-navigation .feature:hover {
  color: #ccc;
}

#people-navigation .active {
  background: url('../images/name-bg-active.gif') top left repeat-x !important;
  color: #f8f2cd;
}

#people-navigation .active:hover {
  cursor: default;
}



#team-table {
  margin: 20px 0;
}

#team-table td {
  padding: 0 20px 0 10px;
  font-size: 11px;
}

#team-table td.portrait-col {
  text-align: center;
  width: 160px;
}

ul#slides.people-slides {
  height: 300px !important;
}

#slides .portrait, #team-table .portrait {
  background: #fafafa url('../images/box-bg2.gif') top left repeat-x;
  border: 1px solid #ccc;
  width: 147px;
  float: left;
  margin-right: 20px;
}

#slides .wrapper, #team-table .wrapper {
  padding: 10px;
  border: 1px solid #fff;
  width: 125px;
  height: 188px;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#designer-title { background: #5f9741 url(../images/green-title-bg.gif) top right repeat-y; margin: 10px 0 30px 0; padding: 24px 12px 12px 20px; color: #fff; font-family:"Helvetica Neue Light","HelveticaNeue-Light",Helvetica,Arial; text-shadow: 1px 1px #333; }
#designer-title h1 { font-weight: normal !important; font-size: 48px; margin: 10px 0; }
#designer-title p { font-size: 24px; }
#designer-summary h3 { color: #265D8B; font-size: 20px; }
#designer-summary .count { color: #599d21; font-size: 30px; }
#designer-summary .summary-col { width: 33%; padding-right: 25px; }

.code-tag { color: #069cc1; }
.code-liquid { color: #a0dde6; }
.code-liquid2 { color: #fff; }
.code-quot { color: #bedc77; }


