/* html { width: 800px; } */
body { /*width: 800px; */
	font-family: Arial, Sans-Serif; 
	color: #444; font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #1e3f6d;
}
/*******************/
/* header stuff */
#header {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #1060c8;
	background: #27d;
}
#header-inner {
	max-width: 880px;
	margin: 0px auto;
	padding: 5px 0px 5px 5px;
	background: #27d;
	height: 60px;
}
#logo a {
	display: block;
	height: 60px;
	width: 120px;
	background-image: url('lollypins_logo.gif');
	background-repeat: no-repeat;
	text-indent: -5000px;
	text-decoration: none;
	border: none;
	float: left;
	margin: 0px;
	margin-right: 30px;
}

#tagline {
	text-indent: -5000px;
	background-image: url('original.gif');
	background-repeat: no-repeat;
	float: right;
	height: 32px;
	width: 181px;
}

/* account/ section */
ul#account_nav {
	color: white;
	margin-top: 17px;
}
ul#account_menu li, ul#account_nav li, div#footer ul li {
	float: left;
	list-style: none;
	margin-right: 15px;
}
ul#account_nav li {
	margin-right: 25px;
}
ul#account_nav li a {
	display: block;
	color: white;
	padding-bottom: 3px;
	font-size: larger;
	font-weight: bold;
	border-width: 2px;
}
ul#account_menu li a {
	display: block;
	padding-bottom: 0px;
}
div#footer ul li a{
	display: block;
	padding-bottom: 1px;
}
ul#account_menu li a.active, ul#account_nav li a.active {
	/* border-bottom: 1px solid; */
	border: none;
	padding-bottom: 0px;
}
ul#account_menu li a.active:hover, ul#account_nav li a.active:hover, div#footer ul li a:hover,
ul#account_menu li a.active:focus, ul#account_nav li a.active:focus, div#footer ul li a:focus {
	padding-bottom: 1px;
}

.step {
	color: white; background: #27d; padding: 1px 5px;
}
/** header ends here */
hr {
	display: none;
}
#content-wrap {
	/*
	background-image: url('shadow.jpg');
	background-repeat: repeat-x;
	*/
}
#content {
	width: 880px;
	margin: 0px auto;
	padding-top: 18px;
}
#footer {
	width: 880px;
	margin: 0px auto;
	padding-top: 18px;
}
a { 
	color: #27d; 
	text-decoration: none;
	border-bottom: 1px solid;
}
a:hover, a:focus { border-bottom: none; }
h1, h2, h3, h4 { font-weight: normal; margin: 0px; font-family: Arial, Sans-Serif; color: #27d}
h2, h3 { margin-top: 15px; margin-bottom: 5px }
h2:first-child { margin-top: 0px }
h2 {
	font-size: 18px;
}
h3#zoom_title { margin: 0px; font-size: 16px }
p { margin: 0px 0px 10px 5px; font-family: Arial, Sans-Serif; max-width: 650px}
ul { margin-top: 0px; }
/* button browse page */
ul.buttons {list-style: none; margin: 0px; padding: 0px;}
ul.buttons li { float: left; margin: 0px}
ul.buttons li a { border: none; padding: 5px; display: block; }
ul.buttons li a span { position: absolute; background: #27d; color: white; padding: 1px 2px; bottom: 0px; right: 0px; width: 85px; text-align: right; font-size: x-small; border: 1px solid #27d}
ul.buttons li a:hover span { color: #27d; background: white; border: 1px solid #27d }
ul.buttons li a:hover,  ul.buttons li a:focus { border: none; }
ul.buttons-big { list-style: none; margin: 0px; padding: 0px 0px 0px 5px;}
ul.buttons-big li { float: left; width: 180px; margin: 0px 25px 20px 0px}
ul.buttons-big li h2 { margin: 0px; padding: 0px }
ul.buttons-big li h2 a { border: none; padding: 4px; display: block; position: relative}
ul.buttons-big li h2 a span { position: absolute; background: #27d; color: white; padding: 1px 2px; bottom: 0px; right: 0px; text-align: right; font-size: large; width: 180px; border: 1px solid #27d}
ul.buttons-big li h2 a small { font-size: x-small; padding: 4px;  }
ul.buttons-big li h2 a:hover,  ul.buttons.big li h2 a:focus { border: none; cursor: pointer}
ul.buttons-big li h2 a:hover span { color: #27d; background: white; border: 1px solid #27d }
ul#cart { display: none; list-style: none; padding: 0px; margin: 0px}
ul#cart li {float: left; margin: 2px; list-style: none;}
ul#cart li a { padding: 0px; margin: 0px; position: relative; z-index: 2; }
ul#cart li a:hover { border: none; }
ul#cart li span { position: absolute; bottom: 1px; right: 3px; color: #27d; font-weight: bold; }

ul.paging { list-style: none; display: inline; padding: 0px; margin: 0px; }
ul.paging li { display: inline; padding: 2px }
ul.paging li a { padding: 2px 5px; font-size: x-large; background: #27d; color: white; border: 1px solid #27d }
ul.paging li a:hover, ul.paging li a.active { background: white; color: #27d; border: 1px solid #27d}

/* zoom popup and cart */
div#zoom {
	display: none;
	z-index: 100;
	position: absolute;
	width: 220px;
	background: white;
	border: 1px dotted #27d;
	padding: 8px;
}
div#zoom img#zoom_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
}
/*
div#zoom a#zoom_addtocart {
	background-image: url('2_2shoppingcart.jpg');
	background-repeat: no-repeat; 
	background-position: left;
	padding-left: 32px; 
	font-size: larger; 
	border: 1px solid;
	font-weight: bold;
}
*/
div#zoom a#zoom_close {
	float: right; font-size: x-small;
	border: none;
}
div#zoom a#zoom_close img {
	vertical-align: middle
}
input.button, a.button {
	padding: 5px 20px;
	font-size: 17px;
	color: white;
	background-color: #27d;
	border: 1px solid #27d;
}
a.button:hover, a.button:focus, input.button:hover, input.button:focus {
	color: #27d;
	background-color: white;
	border: 1px solid #27d;
}
input.button.small, a.button.small {
	padding: 2px 10px;
	font-size: 12pt;
}
table#cart_tbl h3, div#zoom h3 {
	margin: 0px;
	color: #444;
}
table#cart_tbl h4, div#zoom h4 {
	background: url('arrow_downright.jpg') no-repeat 3px 2px;
	padding-left: 14px;
	padding-bottom: 4px;
	color: #444;
}
table#cart_tbl input, div#zoom input {
	text-align: right;
	padding: 0px; margin: 0px;
}

.large {
	font-size: 16px;
	margin-left: 0px;
}
.large a {
	border-width: 2px;
}
form { display: inline}
/** form stuff starts here */
label { cursor: pointer; padding: 2px;}
input, select, textarea { padding: 2px; font-size: 12pt; font-family: verdana; }
/* input[type=radio] { vertical-align: middle } */
input:focus, textarea:focus, input:hover, textarea:hover, select:focus, select:hover { cursor: pointer; }
dl.join dt {
	width: 20%;
	text-align: right;
	padding: 4px;
	float: left;
	clear: left;
	font-size: 17px;
}
dl.join dd {
	padding: 0px;
	margin: 0px;
	margin-left: 21.5%;
	padding-bottom: 15px;
	vertical-align: bottom;
}
dl.join dd span {
	padding: 4px;
	display: block;
	font-family: verdana;
	font-size: 12pt;
}
dl.join p {
	color: #999;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	font-family: Arial, Sans-Serif;
	font-size: small !important;
}

dl.join dd.button {
	word-spacing: 10px;
}
dl.join dd.button a {
	word-spacing: normal;
}
/*
input.button {
	padding: 2px 15px 2px 15px;

	background: #27d;
	color: white;
	border: none;
	padding: 4px;
	font-weight: bold;
}
*/
dd.error { color: red; font-weight: bold; font-size: x-large; }
dl.join p.error { color: red;}
p.success { color: green; font-weight: bold; padding: 10px}

fieldset legend {
	font-size: 12pt;
	padding: 4px;
	font-weight: bold;
}
legend a {
	background-image: url('right_arrow.gif');
	background-repeat: no-repeat;
	padding-right: 15px;
	background-position: center right;
	border: none;
}
legend a:hover {
	background-image: url('down_arrow.gif');
	border: none;
	text-decoration: underline;
	color: #27d;
}
legend a.active, legend a.active:hover {
	background-image: url('down_arrow.gif');
	text-decoration: none;
	color: #27d;
}

/* on the join page */
ul#features li {
	padding: 5px;
	list-style: none;
}
ul#features li span {
	color: #27d;
	font-size: 14px;
}

/** design tabs */
ul#tabs {
	text-align: left;
	margin: 1em 0em 0em 0em;
	/* font: bold 11px verdana, arial, sans-serif; */
	border-bottom: 1px solid #444;
	list-style-type: none;
	padding: 4px 10px 4px 10px; /* third number to match below */
}
ul#tabs li { /* do not change */
	display: inline;
	padding: 0px;
	margin: 0px;
}
ul#tabs li a, ul#tabs li span { /* settings for all tab links */
	padding: 4px 15px; /* first num to match above */
	border: 1px solid #444;
	background-color: white;
	margin-right: 5px;
	text-decoration: none;
	border-bottom: none;
	color: #27d;
	font-weight: bold;
	font-size: larger;
}
ul#tabs li a:hover, ul#tabs li a.active, ul#tabs li span.active {
	background: #fff;
	border-bottom: 1px solid white;
}
table.data {
	border-collapse: collapse;
	border-width: 0px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #444;
	width: 100%;
}
table.data td, table.data th {
	border-width: 0px 0px 1px 0px;
	padding: 5px 10px 5px 10px;
	border-style: dotted;
	border-color: #444;
}
table.data tr:last-child td {
	border: none;
}
table.data tr:hover td {
	background: #eef
}
table.data th { color: #27d; font-size: larger}

/* checkout table */
table#checkout_tbl {
	border-collapse: collapse;
}
table#checkout_tbl tbody td, table#checkout_tbl th {
	border-width: 0px 0px 1px 0px;
	padding: 5px 10px 5px 10px;
	border-style: dotted;
	border-color: #444;
	font-size: 14pt;
}
table#checkout_tbl tfoot td {
	padding: 10px;
	border-width: 0px 0px 1px 0px;
	padding: 5px 10px 5px 10px;
	font-size: 14pt;
	text-transform: uppercase;
}

div.entry, div.entry_comment {
	width: 650px;
	border-bottom: 1px dotted;
	padding: 5px;
}
div.entry h2 {
	color: #27d;
	font-size: 18pt;
	font-weight: normal;
}
div.entry_body {
	font-size: 12pt;
}
div.entry_body * {
	margin-left: 0px;
}
div.entry_meta {
	padding-bottom: 4px
}
div.entry_date {
	float: right
}
div.entry_comment_meta {
	width: 160px; float: left; text-align: top;
	text-align: right; padding-right: 10px
}
div.entry_comment_meta h3 {
	font-weight: normal; margin: 0px
}
div.entry_comment_meta p {
	font-size: smaller;
	margin: 0px;
}
div.entry_comment_body {
	width: 40%; float: left
}
#recaptcha_instructions_image, #recaptcha_instructions_audio {
	font-size: x-small;
}
