/*
-----------------------------------------------
Purple Turtle Toys
Author: Luke Wong
Version: 1.0 (21 Jan 2006)
----------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

p, pre, blockquote, form, label, dl, fieldset, address { margin-bottom: 1em; }
ol, ul, blockquote { margin: 1em 5%; }
li { margin-left: 2%; }
option { padding-right: 5px; }
img, fieldset { border: 0; }
pre { font-size: 12px; margin-left: 60px;}


/* Structure wheeee!
----------------------------------------------- */

body {
	padding: 0;
	margin: 0;
	text-align: center;
	font: 0.8125em 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

#wrap {
	width: 100%;
	background: #fff url(../i/header-bg.gif) repeat-x top left;
}

#container {
	width: 860px;
	text-align: left;
	margin: 0 auto;
}

#header {
	width: 860px;
	height: 100px;
	margin-bottom: 1em;
	position: relative;
}

#main {
	font-size: .88em;
	line-height: 1.3em;
}

#menu {
	float: left;
	width: 140px;
	margin: 0 10px 0 0;
	display: inline;
}

#content {
	float: left;
	width: 420px;
	margin: 0 10px 0 0;
	margin-bottom: 1em;
}

#sidebar {
	float: left;
	width: 260px;
}

#footer {
	clear: both;
	border-top: 1px dotted #CA94C8;
	width: 100%;
	margin: 2em 0 110px 0;
	text-align: center;
	color: #aaa;
	font-size: .8em;
	padding: 1em 0;
}

#cart {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 123px;
	background: url(../i/fade.png) repeat-x top left;
}

a:link, a:visited {
	color: #780076;
	font-weight: bold;
}

a:hover, a:active {
	color: #af439b;
	font-weight: bold;
}




/* Header
----------------------------------------------- */




/* Menu Column
----------------------------------------------- */

#menu h2 {
	background: #fff;
	color: #3c6d0c;
	font-size: 1.1em;
	border-bottom: 2px solid #699C00;
}

#searchbox {
	padding: 10px 5px 1px 5px;
	background: #C8DB89;
	height: 28px;
}

#searchbox fieldset {
	margin: 0;
	width: 130px;
}

#searchbox input {
	font-size: 10px;
	color: #999;
	margin: 0 2px;
}

#search {
	width: 90px;
	border: 1px solid #687492;
	padding: 2px;
}

#searchsubmit {
	vertical-align: top;
	height: 16px;
	width: 16px;
	padding-left: 0;
}

.menu-node {
	background: #c8db89;
	padding-bottom: 1em;
}

.menu-node h3 {
	background: #699c00;
	color: #fff;
	font-size: 1em;
	padding: 2px 7%;
	margin-top: 0;
}

.menu-node ul {
	list-style: none;
	margin: .5em 5% 0 5%;
}

.menu-node a:link, .menu-node a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #3c6d0c;
}

.menu-node a:hover, .menu-node a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #6b9e02;
}

.smalllogo {
	text-align: center;
	margin-top: 10px;
	color: #999;
	font-size: .8em;
	line-height: 1.1em;
}

.smalllogo img {
	border: 1px solid #ddd;
	padding: 1px;
}



/* Home - Main Column
----------------------------------------------- */

.row {
	float: left;
	width: 420px;
}

.row div {
	float: left;
	width: 120px;
	margin: 10px;
	text-align: center;
	display: inline;
}

.row div p {
	margin-bottom: 0;
}


/* Home - Main Column
----------------------------------------------- */

#display {
	padding-bottom: 10px;
}

#display h2 {
	font-size: 1.1em;
	background: #fff;
}

#display-img img {
	float: left;
	margin: 10px 0 0 10px;
	display: inline;
	width: 120px;
}

#display-text {
	margin: 10px 10px 0 140px;
	width: 270px;
	padding-bottom: 0;
	min-height: 120px;
}

p.price {
	margin-bottom: 0;
}

.display-ad {
	margin-top: 1.2em;
}



/* Home - Sidebar Column
----------------------------------------------- */

.sidebar-node h2, #info-sidebar h2, #contact-sidebar h2 {
	background: #fff;
	font-size: 1.1em;
	color: #780076;
	border-bottom: 2px solid #780076;
}

.sidebar-node {
	clear: both;
	background: #e3c5e2;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.sidebar-node-item {
	width: 260px;
	clear: both;
	padding-top: 10px;
}

.sidebar-node-item img {
	float: left;
	margin: 0 0 0 10px;
	width: 60px;
	display: inline;
	border: 1px solid #ca94c8;
}

.sidebar-node-item p  {
	margin: 0 0 0 82px;
	width: 168px;
	min-height: 52px;
	color: #780076;
	padding-top: 10px;
}


/* Breadcrumbs
----------------------------------------------- */

#breadcrumbs { margin-bottom: 1.5em; }

#breadcrumbs p {
	margin-bottom: .3em;
	color: #666;
}

#category #breadcrumbs {
	margin-left: 5px;
}


/* Category
----------------------------------------------- */

#category #content {
	width: 690px;
	margin: 1.3em 0 2em 0;
}

#category #display-text {
	width: 540px;
	font-size: 1.025em;
	line-height: 1.5em;
	color: #333;
}

#category #content h2 {
	font-size: 1.5em;
	margin-bottom: .5em;
	color: #780076;
	border-bottom: 1px dotted #ca94c8;
	padding-bottom: 2px;
}

#category #content h3 {
	margin-bottom: .5em;
	font-size: 1.3em;
	color: #3c6d0c;
	line-height: 1.3em;
}

#category #display-text p {
	margin-bottom: 0;
}

#submenu {
	clear: both;
	margin: 20px 0 2em -1px;
}

#submenu table {
	width: 600px;
	border-collapse: collapse;
	margin-left: 45px;
}

#submenu td {
	width: 150px;
	height: 35px;
	font-size: 1em;
	vertical-align: middle;
	text-align: left;
	padding: 0 5px 10px 5px;
}

#submenu td.cat-img {
	width: 35px;
}

#submenu img {
	width: 35px;
	height: 35px;
	vertical-align: middle;
}

#submenu table a {
	font-size: 11px;
}

#order_products {
  text-align: right;
}

.category-item {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #ca94c8;
}

.category-img img {
	float: left;
	display: inline;
	width: 120px;
	margin: 0 10px;
}

.category-text {
	float: left;
	display: inline;
	width: 380px;
	margin: 0 10px 10px 0;
	font-size: 1.01em;
}

.category-price {
	margin-left: 530px;
	width: 150px;
	height: 120px;
	text-align: right;
	color: #333;
}

.category-price strong {
	font-size: 1.1em;
	color: #780076;
}

/* Seacrh Results
----------------------------------------------- */

#searchresults #content {
	width: 690px;
	margin: 1.3em 0 2em 0;
}

#searchresults #display p {
	margin-bottom: 0;
}

#searchresults #display-text {
	width: 540px;
	font-size: 1.025em;
	line-height: 1.5em;
	color: #333;
}

#searchresults #content h2 {
	font-size: 1.5em;
	margin-bottom: .5em;
	color: #780076;
	border-bottom: 1px dotted #ca94c8;
	padding-bottom: 2px;
}

#searchresults #content h3 {
	margin-bottom: .5em;
	font-size: 1.3em;
	color: #404d70;
}

#searchresults #display {
	font-size: 12px;
}

.search-item {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #ca94c8;
	font-size: 11px;
}

.search-img img {
	float: left;
	display: inline;
	width: 60px;
	margin: 0 10px;
}

.search-text {
	float: left;
	display: inline;
	width: 450px;
	margin: 0 10px 0 0;
}

.search-text h3 a, .search-text h3 {
	font-size: 11px;
	line-height: .5em;
	padding: 0;
	margin: 0;
}

.search-price {
	margin-left: 530px;
	width: 150px;
	text-align: right;
	color: #333;
}

.search-price strong {
	color: #780076;
}


/* Pagination
----------------------------------------------- */

.pages {
    padding: 1em 0;
    border-top: 1px dotted #d992c6;
    margin: 2em 0;
    clear: left;
    font-size: 85%;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 2px 5px;
    margin-right: 1px;
    border: 1px solid #fff;
    background: #fff;
}

.pages span.current {
    border: 1px solid #699C00;
    font-weight: bold;
    background: #699C00;
    color: #fff;
}

.pages a {
    border: 1px solid #C8DB89;
    text-decoration: none;
	color: #a1c331;
}

.pages a:hover {
    border-color: #699C00;
	color: #699C00;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
	border: 1px solid #ddd;
	color: #999;
}


/* Products
----------------------------------------------- */

#product #content {
	width: 685px;
	margin: 1.3em 0 0 5px;
}

#image-options {
	width: 217px;
	float: left;
	display: inline;
	margin-left: 10px;
}

#product-image img {
	width: 215px;
	border: 1px solid #fff;
}

.product-image-row img {
	width: 50px;
	border: 1px solid #E3C5E2;
	margin-left: 3px;
}

.product-image-row img.first {
	margin-left: 0px;
}

.product-image-row p {
	color: #aaa;
	font-size: .9em;
	text-align: center;
}

.product-image-row a:hover img {
	border: 1px solid #ca94c8;
}


#product-info {
	width: 66%;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	z-index: -900;
}

#product-info p {
	margin: .5em 0;
}

#product-details {
	margin-bottom: 3em;
	height: 130px;
}

#product-details h2 {
	color: #404d70;
	line-height: 1.3em;
	font-size: 18px;
	width: 65%;
	float: left;
}

#product-price {
	width: 33%;
	float: right;
	overflow: auto;
}

#product-price p {
	text-align: right;
	margin: 0;
}

#product-price p span {
	font-size: 11px;
}

#product-price strong {
	font-size: 1.2em;
	color: #780076;
}

#specs {
	background: #e3c5e2;
	padding-bottom: .5em;
	color: #780076;
	margin: 2em 0;
	font-size: .9em;
}

#specs div {
	padding-left: 10px;
}

/* Prevents HTML editor screw-ups */
#specs h1, #specs h2, #specs h3, #specs h4 {
	font-size: 1em;
	float: none;
}

h3#specs-title {
	color: #780076;
	border-bottom: 2px solid #780076;
	background-color: #fff;
	font-size: 1.3em;
}

#related {
	margin-bottom: 4em;
}

.related-item {
	margin: 10px 0;
}

.related-item img {
	vertical-align: middle;
}

#product-options {
	margin: 2em 0;
}

#product-options fieldset {
	width: 217px;
}

#product-options h3, #related h3 {
	color: #780076;
	border-bottom: 2px solid #e3c5e2;
	margin: 1em 0;
	font-size: 12px;
}

#product-options label, #product-options h4 {
	color: #780076;
	font-weight: bold;
	display: block;
	margin-bottom: .2em;
	float: none;
	text-align: left;
	font-size: 1em;
}

#product-options label {
	width: 410px;
}

#product-options input {
	margin-left: 0;
}

#product-options select {
	width: 410px;
	margin: 0 0 .5em 0;
	font-size: 10px;
}



/* Info / Contact Pages
----------------------------------------------- */

#info #content, #contact #content {
	width: 680px;
	margin: 0 0 0 10px;
}

#info-text, #contact-text {
	width: 460px;
	float: left;
	display: inline;
	margin-bottom: 2em;
	line-height: 1.5em;
}

#info-text p, #contact-text p {
	font-size: 1.025em;
}

#info-text h1 {
	color: #780076;
	font-size: 1.5em;
	line-height: 1.5em;
}

#info-text h2 {
	color: #780076;
	font-size: 1.2em;
}

h2#text-header {
	color: #780076;
	border-bottom: 2px solid #780076;
	background-color: #fff;
	margin: 1px 0 1em 0;
	line-height: 1em;
	font-size: 1.1em;
	padding-bottom: 1px;
}

#info-text img {
	float: right;
	margin: 10px 0 15px 15px;
	padding: 2px;
	border: 1px solid #ccc;
	width: 200px;
}

#info-sidebar, #contact-sidebar  {
	width: 200px;
	margin: 0 2em 0 480px;
	background: #e3c5e2;
	padding-bottom: 10px;
}

* html #contact-sidebar {
  position: relative;
  top: -650px;
}

*+html #contact-sidebar {
  position: relative;
  top: -650px;
}

#info-sidebar p, #contact-sidebar p {
	margin: 10px;
	color: #780076;
}

#contact-sidebar h3 {
	margin: 10px;
	color: #780076;
	font-size: 1.025em;
}

#contact fieldset, #contact-text fieldset {
	width: 460px;
}

#contact #searchbox fieldset { width: 125px; }

/* Footer
----------------------------------------------- */

#footer {
	height: 6em;
	text-align: center;
	color: #699C00;
	font-size: .8em;
	padding: 1em;
}



/* Cart
----------------------------------------------- */

#cart-body {
	margin-top: 23px;
	background: #c0dffe;
	height: 199px;
	border-top: 1px solid #87b7e7;
}

#cart-info {
	float: left;
	font-size: 12px;
	color: #747ea3;
	text-align: left;
	margin: 5px 0 10px 10px;
	width: 60%;
}

#cart-info span {
	background: #FFF;
	padding: 3px;
	border-bottom: 1px solid #8ec7ff;
	border-right: 1px solid #8ec7ff;
}

#cart-info strong {
	background: url(../i/shopcart.gif) no-repeat 0 50%;
	padding-left: 17px;
	color: #F3C;
	margin-right: 1em;
}

#cart-checkout {
	float: right;
	width: 150px;
	font-size: 12px;
	text-align: right;
	margin: 5px 10px 10px 0;
	width: 30%;
}
#cart-checkout .total {
  font-weight: bold;
  display: inline;
}
#cart-checkout .total span {
  font-weight: normal;
}

#cart #cart-checkout a {
	background: #FFF url(../i/checkout.gif) no-repeat 95% 50%;
	padding: 3px 21px 3px 3px;
	color: #F3C;
	border-bottom: 1px solid #8ec7ff;
	border-right: 1px solid #8ec7ff;

}

#cart #cart-checkout a:hover {
	background: #F3C url(../i/checkout.gif) no-repeat 95% 50%;
	color: #FFF;
	text-decoration: none;
}

#cart-containers {
	width: 525px;
	margin: 0 auto;
	clear: both;
	height: 55px;
}

.cart {
	position: relative;
	width: 55px;
	height: 55px;
	float: left;
	margin-right: 5px;
	display: inline;
}

.c08 { margin-right: 0; }

.cart-frame {
	position: absolute;
	background: url(../i/cart-frame.gif) no-repeat top left;
	z-index: 50;
	width: 55px;
	height: 55px;
}

.lh-arrow, .rh-arrow {
	float: left;
	width: 13px;
	margin: 17px 6px 0 6px;
}

#cart a:link, #cart a:visited {
	color: #404D7E;
}

#cart a:hover, #cart a:active {
	color: #6b7ab2;
}

a.del {
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 9px;
	height: 9px;
	background: url(../i/cart-del.gif) no-repeat 0 0;
	z-index: 100;
}

a.del:hover {
	background: url(../i/cart-del-over.gif) no-repeat 0 0;
}

a.del i { display: none; }


/* Forms / Checkout
----------------------------------------------- */

#checkout #content {
	width: 685px;
	margin: 0 0 0 5px;
}

#checkout-text h2 {
	margin-bottom: 1.5em;
}

#order {
	border-collapse: collapse;
	margin: 0;
	width: 645px;
	margin-left: 20px;
	font-size: 1.025em;
}

#order th, #order td {
	padding: .5em;
	vertical-align: middle;
}

#order th {
	border-bottom: 1px solid #C8DB89;
	color: #3c6d0c;
	text-align: left;
}

tr.ship { border-top: 1px solid #C8DB89; }

#order th.total { width: 110px; text-align: right; }
th.price { width: 70px; }
th.quantity, th.bundle { width: 50px; }
th.remove { width: 15px; }
th.product { width: 190px; }

td.itemtotal { background: #e3f1b3; color: #3c6d0c; text-align: right; font-weight: bold; }
td.ship { background: #fbfbd8; }
td.total { background: #EEF1F8; }
td.sumtotal {
	border-top: 1px solid #C8DB89;
	border-bottom: 2px solid #C8DB89;
	text-align: right;
}

input, select, textarea {
	margin-left: .5em;
	padding: 2px;
}

textarea {
	width: 20em;
	height: 18em;
}

fieldset {
	margin: 1em 0 2em 0;
	width: 685px;
}

fieldset div {
	clear: both;
	margin: .6em 0;
	position: relative;
}

label, fieldset div.cr p, fieldset div.cr span {
	margin: 0;
	display: block;
	width: 10em;
	text-align: right;
	float: left;
	color: #666;
	font-size: 1.025em;
}

fieldset div.cr label, fieldset div.cr span {
	text-align: left;
	margin-left: 10em;
	width: auto;
	float: none;
}

fieldset div.cr span { margin-left: 10.5em; }

fieldset h3 {
	clear: both;
	margin: 1.5em 0;
	color: #780076;
	border-bottom: 2px solid #e3c5e2;
	font-size: 1.1em;
}

.lilinput{ width: 4em; }
.quantity { width: 2em; margin-left: 1.3em; }
.biginput { width: 20em; }

.button { margin: 2em 0 4em 10em; }
.totalsum { margin: 1em 0 1em 9em; font-size: 1.2em; }

.odd { background: #f4ffd0; }


fieldset span img {
	padding: 1px;
	border: 1px solid #ddd;
	margin-right: 5px;
}

fieldset img {
	vertical-align: middle;
}

#errorinfo {
	background-color: #FCC;
	padding: 10px 10px 0 10px;
	border: 2px solid #F99;
	color: #333;
	font-size: 12px;
}

#errorinfo img { vertical-align: top; }

.error-cause { color: #F11; }

.req { color: #780076; }

.req:after {
	content: "*";
	color: #D57D10;
}

div.fieldWithErrors {
	display: inline;
}


/* Error Pages
----------------------------------------------- */

#errorpage {
	width: 690px;
	font-size: 12px;
	line-height: 1.5em;
}

#errorpage h2 {
	color: #780076;
	border-bottom: 2px solid #780076;
	background-color: #fff;
	font-size: 1.1em;
}

#errorpage h1 {
	color: #780076;
	font-size: 1.8em;
	margin: .5em 0;
}

#errorpage #searchbox { margin-top: 2em; }
#errorpage #searchbox fieldset { width: 500px; }
#errorpage #search { width: 300px; }



/* CSS Hacks
----------------------------------------------- */

/* IE/Mac - Misc */
*>html #product-info { margin-left: 231px; }
*>html #product-price p { margin-right: 0; }

/* IE5.x/Win hacks */
.submenu-col { w/idth: 227px; }

