 * { padding: 0; margin: 0; font-size: 1em; outline: none; }
a img, iframe, fieldset, object { border: none; }
caption, th { text-align: left; }
td { vertical-align: top; }
ul { list-style-type: none; }
table { border-collapse: collapse; border-spacing: 0; }
th, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
cite, em { font-style: normal; }

p, ul, li {padding: 0; margin: 0;}

div, img {
	_behavior: url("/javascripts/iepngfix.htc");
}

html {
	/*background: url("/images/all_bg.gif") repeat top center; */
	background: url("/images/summerbackgroundtile.png") repeat top center;
	padding-top: 20px;
}

body {

}

.left_bottom_swirl_holderxx {
   background: url("/images/checkout_decor.gif") no-repeat scroll 30px bottom;	
   margin-bottom: -30px;	
   margin:  0 auto -25px;
   width:990px;
}

div.body {
	background: url("/images/wrapper_bg.png") repeat-y top center;
}

body.admin div.body {
  padding-top: 30px;
}

a, a:link, a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div.wrapper-outer {
	background: url("/images/up-top-lights.png") no-repeat top center;
	padding: 0px;
	position: relative;
	top: -20px;
}

div.wrapper {
	width: 990px;
	margin: 0px auto 0;
	overflow: hidden;
	background: url("/images/main_top_bg2.png") no-repeat top center;
	position: relative;
	left: 3px;
}

div.wrapper-inner {
	padding: 0 38px;
	padding-right: 20px;
	margin-right: 15px;
}

div#container {

}

div#container fieldset {
	border: 1px solid #b3b3b3;
	margin: 0;
	margin-bottom: 5px;
}

div.header {
	margin: 20px 0 0px 0;
	position: relative;
	height: 140px;
}

div.header div.logo {
	position: absolute;
	top: -15px;
	left: -30px;
}

div.header div.userarea {
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
}

div.userarea li {
	display: inline;
	margin: 0 4px;
}

div.userarea li.order {
	position: relative;
	top: -10px;
	margin-right: 20px;
}

.column-left {
	float: left;
}

.column-right {
	float: right;
}

.double {
	width: 315px;
}

div.row {
	clear: both;
	overflow: hidden;
}

div#content legend {
	font-size: 12px;
}

fieldset div.inner {
	margin-bottom: 10px;
}

div#right-bar div.cart {
	text-align: center;
}

div#right-bar .summary {
}

div#right-bar div.cart ul.nav {
	margin: 7px 0 5px;
}

div#right-bar div.cart ul.nav li {
	display: inline;
}

div.errorExplanation {
	border: 1px solid #b3b3b3;
	margin-right: 220px;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #FCF89E;
}

div.errorExplanation h2 {
	margin: 0 0 5px;
}

div.errorExplanation p {
	padding: 5px 0;
}

div.errorExplanation li {
	margin-left: 15px;
	list-style-type: disc;
}

table.list th {
	color: #ccc;
}

table.list td, table.list th {
	padding: 5px;
}

table.list td.image {
	width: 50px;
}

table input.narrow {
	width: 120px;
}

/** Data Tables **/

table.data {
  width: 100%;
  border: 1px solid #333;
  margin-bottom: 0.5em;
  border-collapse: collapse;
}

table.data thead tr {
	background: #6E6E6E;
	color: #dcdcdc;
	font-weight: bold;
}
table.data thead tr td, table.data thead tr th {
  margin: 0;
  padding: 0.4em;
  font-weight: bold;
}
table.data thead tr a:link, table.data thead tr a:visited, table.data thead tr a:hover {
  color: #fff;
}

table.data td {
	vertical-align: top;
	padding: 0.4em;
}

table.data tr.odd td {
	background: #ebf1f9;
	border-top: 1px solid #cad6e6;
	border-bottom: 1px solid #cad6e6;
}


/** Tabs **/
.tabset {
	height: 26px; 
	border-bottom: 2px solid #333333; 
	vertical-align: middle; 
	margin-bottom: 14px; 
	margin-top: 15px;
	font-size: 1.1em;
}

.tabset span {
	display: block;
	float: left;
	padding: 5px 15px;
}
.tabset span a:link { color: #333333; }
.tabset span a:visited { color: #333333; }
.tabset span a:hover { color: #333333; }

.tabset span.selected {
	padding: 5px 20px; 
	color: #FFFFFF;
	background-color: #333333;
	font-weight: bold;
}
.tabset span.selected a:link { color: #FFFFFF; text-decoration: none; }
.tabset span.selected a:visited { color: #FFFFFF; text-decoration: none; }
.tabset span.selected a:hover { color: #FFFFFF; text-decoration: underline; }




/** Forms **/

fieldset.block {
  padding: 10px;
  background-color: #EBEBEB;
  opacity: 0.8;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
fieldset.block h3 {
  margin-top: 0.1em;
}

fieldset legend {
  font-size: 1.25em;
  padding-bottom: 0.2em;
  color: #444;
}

fieldset.grid p {
  line-height: 1em;
  padding: 0.2em;
  margin: 0;
}
fieldset.grid label {
  display: block;
  float: left;
  width: 160px;
}


fieldset {
  margin-bottom: 1em;
}

label {
  font-weight: bold;
}

span.note {
  font-size: 0.85em;
}

fieldset.grid span.note {
  display: block;
  margin-left: 160px;
  margin-top: 2px;
  margin-bottom: 6px;
}

form p.buttons {
  margin-top: 8px;
}
form p.buttons a.delete {
  margin-left: 20px;
}

form span.field-with-errors input, form span.field-with-errors select, form span.field-with-errors textarea {
  border: 2px solid #990000;
}

/** Pagination **/

.pagination {
  margin: 10px 0;
}

.pagination a, .pagination span {
  padding: .2em .5em;
  display: block;
  float: left;
  margin-right: 1px; 
}

.pagination span.disabled {
  color: #333;
  border: 1px solid #333; 
}

.pagination span.current {
  font-weight: bold;
  background: #333;
  color: white;
  border: 1px solid #333;
}

.pagination a {
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
}
.pagination a:hover, .pagination a:focus {
  color: #333;
  border-color: #333;
}

.pagination .page_info {

}

.pagination .page_info b {

}

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

* html .pagination {
  height: 1%; 
}

*:first-child+html .pagination {
  overflow: hidden; 
}


.swfupload {
	z-index: 1;
}

.wide {
	width: 100%;
}

#address-form-table select {
	width: 221px;
}

.billing-info-table select#billing_info_id {
  
}

h2 {
	position: relative;
	_height: 1%;
}

h2 span.additional {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-weight: normal;
	font-size: 10px;
}

table#job-list td, table#job-list th {
}

form.button-to, form.button-to div{
  display:inline;
}

table.landing-pages tr td, table.landing_pages tr th {
  padding:5px;
}

table.landing-pages tr.even td {
  background-color:#E6F2FF;
}

table.pages tr td, table.pages tr th {
  padding:5px;
}

table.pages tr.even td, table.pages tr.odd td {
  width: 200px;
}

table.pages tr.even td {
  background-color:#E6F2FF;
}

table.pages tr td.delete {
  width: 80px;
}


table.pricing tr td {
  width:200px;
}

table.pricing tr th {
  text-align:center;
  color:white;
  background-color:black;
  width:200px;
  padding:6px;
}

input.editor_field {
  width:100px;
}

span.in_place_editor_field {
  display:block;
  height:12px;
  padding:6px;
  background-color:#E6F2FF;
}

.pricing tr.new_item {
  background-color:#E6F2FF;
}
#simple_captcha{
  padding: 5px;
  padding-left:0;
}
#simple_captcha,
#simple_captcha div{display: table;}
#simple_captcha .simple_captcha_field,
#simple_captcha .simple_captcha_image{
  margin: 0px 0px 2px 0px !important;
  padding: 0px !important;
}

#simple_captcha .simple_captcha_field{padding-left:0}
#simple_captcha .simple_captcha_image img{
  margin: 0px !important;
  padding: 0px !important;
  width: 110px !important;
}
#simple_captcha .simple_captcha_label{font-size: 12px;}

div.even {
  color: black;
  background-color:#E6F2FF;
  display: inline;
}

div.odd {
  color: black;
  background-color:white;
  display: inline;
}

div.footer {
	width: 986px;
	margin: 15px auto 0;
	position: relative;
}

div.footer-top {
	background: url("/images/footer_top.png") no-repeat;
	font-size: 1px;
	height: 12px;
}

div.footer-inner {
	background: url("/images/footer_bg.png") repeat-y;
	padding: 5px 36px 15px;
	color: #9b9797;
}

div.footer ul.menu {
	position: absolute;
	top: 20px;
	right: 28px;
	font-family: Arial;
}

div.footer ul.menu li {
	float: left;
	padding: 0 8px;
	border-left: 1px solid #5e5e5e;
	border-right: 1px solid #828282;
}

div.footer ul.menu li.last {
	padding-right: 0;
	border-right: none;
}

div.footer ul.menu li.first {
	padding-left: 0;
	border-left: none;
}


div.footer ul.menu li a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}

div.footer .copyright {
	font-size: 11px;
	color: #fff;
}

div.footer .terms {
	font-family: Tahoma;
	font-size: 9px;
	width: 260px;
}

div.content-bottom {
	background: url("/images/content_bottom_bg.png") no-repeat;
	width: 990px;
	margin: 0 auto;
	height: 20px;
	font-size: 1px;
}

ul.userlinks {
	/*margin-right: 93px;*/
	width: 260px; /* added by mitch so long user names won't push stuff to the left */
}

ul.userlinks li.username {
	display: block;
	font-size: 18px;
	position: relative;
	padding: 0px 20px 0px 0;
	background-image: none;
}

ul.userlinks li.username a.logout {
	position: absolute;
	top: 0px;
	right: 0px;
}

ul.userlinks li.login {
  display: block;
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
}

div.userarea ul.worklinks {
	
}

div.userarea ul {
	float: right;
}

ul.userlinks li {
	background: url("/images/dot.gif") no-repeat center right;
	padding: 0 12px 0 0px;
	margin: 0;
}

ul.userlinks li.last {
	padding-right: 0;
	padding-left: 4px;
	background-image: none;
}

ul.userlinks li a {
	color: #1989aa;
	font-size: 12px;
}

div.wrapper-inner {
	background: url("/images/content_bottom_corner_bg.jpg") no-repeat bottom right;
}


/** Admin Navigation **/
.admin-menu {
	
	background: url("/images/admin_menu_bg.png") no-repeat top center;
	width: 100%;
	text-align: right;
	z-index: 50;
}

.admin-menu ul {
	width: 951px;
	margin: 0 auto;
	padding: 9px 0 18px;
	padding-right: 15px;
	overflow: hidden;
}

.admin-menu li {
	float: right;
	padding: 0 8px;
	background: url("/images/admin_menu_li_bg.gif") no-repeat 100% 8px;
}

.admin-menu li.first {
	padding-left: 0;
}

.admin-menu li.last {
	padding-right: 0;
	background-image: none;
}


.admin-menu li.caption {
	float: left;
	margin-left: 20px;
	color: #fff;
	font-weight: bold;
	font-family: Tahoma;
	background-color: #8a8a8a;
	padding: 2px 6px;
	font-size: 11px;
	position: relative;
	top: 3px;
	background-image: none;
}

.admin-menu li a {
	color: #fff;
	font-size: 13px;
	display: block;
	padding: 2px 3px;
	text-decoration: none;
}

.admin-menu li a:hover {
	color: #6e6e6e;
	background-color: #fceb6d;
}

.admin-menu li.current a {
  color: #6e6e6e;
  background-color: #fff;
  border: 1px solid #6e6e6e;
  padding-left: 10px;
  padding-right: 10px;
}


/** Customer Account Dashboard **/
div#top-actions {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
}
div#top-actions span {
  display: inline-block;
  padding: 6px;
}
div#top-actions span.selected {
  background: #CCC;
}

div#account-dashboard {
	clear: both;
	padding-top: 20px;
	overflow: hidden;
}
div#account-dashboard .block {
	background: url("/images/checkout_block_bg.gif") no-repeat top left #ededed;
	width: 285px;
	float: left;
	color: #000;
	font-size: 13px;
	margin-right: 18px;
}
div#account-dashboard .block {
	background: url("/images/checkout_block_bg.gif") no-repeat top left #ededed;
	color: #000;
	font-size: 13px;
	margin-right: 18px;
}
div#account-dashboard .block .block-title {
	font-size: 18px;
	padding: 13px;
	font-weight: normal;
}
div#account-dashboard .block .block-title span.additional, div#account-dashboard .block .block-title input {
	font-size: 10px;
	color: #767676;
	font-family: Tahoma;
}
div#account-dashboard .block .block-title .button {
	display: block;
	position: relative;
	left: -1px;
	margin-top: 3px;
}
div#account-dashboard .block .block-title span.additional label {
	position: relative;
	top: -3px;
	margin-left: 5px;
}
div#account-dashboard div#customer-information-container {
	position: relative;
	margin-left: 0px;
}
div#account-dashboard div#payment-profiles-container {
	position: relative;
}
div#account-dashboard div#addresses-container {
	position: relative;
}

div#order-second-row .block select {
	width: 169px;
}

div#addresses-container select {
	width: 169px;
}

div#order-second-row .block div.button {
	text-align: center;
	padding: 10px;
}

div#account-dashboard table.fieldset-table {
	margin: 0 auto 5px;
	width: 271px;
	background-color: #fff;
}
div#account-dashboard table.fieldset-table tr.border {
	border-bottom: 1px solid #dbdbdb;
}
div#account-dashboard table.fieldset-table td {
	padding: 6px 9px;
	vertical-align: middle;
}
div#account-dashboard table.fieldset-table td .tip {
	color: #b0b0b0;
}
div#account-dashboard .block input.text, div#account-dashboard .block input.password {
	width: 161px;
	color: #adadad;
	position: relative;
	border: none;
	padding: 8px 4px 7px;
	background: url("/images/checkout_input_bg.gif") no-repeat;
}
div#account-dashboard .block input.text.narrow {
	width: 38px;
	background: url("/images/checkout_input_narrow_bg.gif") no-repeat;
}

div#account-dashboard .block select.narrow {
	width: 78px;
}

div#account-dashboard #addresses {
  padding: 6px;
}
div#account-dashboard #addresses .address {
  border-bottom: 1px solid #EDEDED;
  padding: 8px;
  background-color: #FFF;
}
div#account-dashboard #addresses .address.current {
  background: #EDEDED;
  opacity: 0.8;
}
div#account-dashboard #addresses .address .actions {
  float: right;
  padding-top: 12px;
}

div#account-dashboard #payment-profiles {
  padding: 6px;
}
div#account-dashboard #payment-profiles .payment-profile {
  border-bottom: 1px solid #EDEDED;
  padding: 8px;
  background-color: #FFF;
}
div#account-dashboard #payment-profiles .payment-profile.current {
  background: #EDEDED;
  opacity: 0.8;
}
div#account-dashboard #payment-profiles .payment-profile .actions {
  float: right;
  padding-top: 12px;
}

.testimonials p {
	margin-bottom: 5px;
}

a.logo {width: 292px; height: 149px}
div.logo {background: url("/images/logo.png") no-repeat; width: 292px; height: 149px}
