html {
	font-size: 100.01%;
}

body {
	font-family: tahoma, verdana, arial, "trebuchet ms", sans-serif;
	font-size: 0.7em;
	background-color: #fff;
	color: #000;
}

body, form, fieldset, div p {
	margin: 0px;
}

fieldset {
	border: 0px;
	padding: 0px;
}

a img {
	border: 0px;
}

a:link {
	color: #005bc8;
}

a:visited {
	color: #809ba8;
	text-decoration: none;
}

a:hover {
	color: #005bc8;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

input, select {
	vertical-align: middle;
	font-size: 100%;
}

textarea {
	font-family: tahoma, verdana, arial, "trebuchet ms", sans-serif;
	font-size: 100%;
}

input[type="text"], input[type="password"] {
	padding: 2px;
}

.centered {
	text-align: center;
}

h1, h1.cat {
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 230%;
	color: #000;
	font-weight: normal;
}

h1.cat {
	margin-bottom: -10px;
	padding-bottom: 0px;
}

h1.prod, h2 {
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 160%;
	color: #005BC8;
	font-weight: normal;
}

h2 {
	margin-top: 10px;
}

#content h3 {
	margin: 20px 0 0 0;
	font-size: 130%;
	color: #888;
	font-weight: bold;
	font-family: arial;
}

small {
	font-size: 85%;
	color: #808080;
	line-height: normal;
}

p.or {
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	color: #888
}

dt {
	font-weight: bold;
}

table {
	width: 100%;
	border-spacing: 0px;
}

table td {
	padding: 0px;
}

div.left {
	display: block;
	float: left;
}

div.right {
	display: block;
	float: right;
}

div.clearer {
	display: block;
	height: 1px;
	clear: both;
}

.error {
	font-weight: bold;
	color: #d22;
}

.normal {
	font-weight: normal;
	color: #666;
}

#container {
	width: 100%;
	text-align: center;
}

#page {
	display: block;
	margin: 0px auto;
	width: 760px;
	position: relative;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	text-align: left;
}


#printheader {
	display: none;
}

#printheader h1 {
	margin: 0 0 4px 6px;
	font-size: 160%;
}

div.skiplinks, #content_anchor {
	position: absolute;
	left: -9999px;
	background: #fff;
	color: #fff !important;
	padding: 5px;
	font-weight: bold;
}

div.skiplinks a:active, div.skiplinks a:focus {
	background: #004e9e;
	left: 40px;
}


#content{
	display: block;
	float: right;
	padding: 10px 8px 0px 0px;
	width: 572px;
}

#content p, #eWysiwyg p {
	margin: 15px 0px;
	line-height: 140%;
}

#content p.step {
	margin: 0 0 20px 0;
	color: #444;
}

#sidenav {
	display: block;
	float: left;
	width: 170px;
	text-align: left;
}

#sidenav h3 {
	display: block;
	width: 100%;
	margin: 0px;
	border-right: 1px solid #c0c0c0;
}

#sidenav img {
	margin-left: 10px;
}

ul.navlinks {
	margin: 0px;
	padding: 0px;
}

ul.navlinks li {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 160px;
	position: relative;
}

ul.navlinks li img {
	float: right;
	padding: 2px 3px 0px 0px;
}

ul.navlinks li a {
	width: 100%;
	display: block;
	padding: 2px 0px 3px 10px;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	color: #005bc8;
	text-decoration: none;
}

ul.navlinks li a.first {
	border-top: 1px solid #c0c0c0;
}

ul.navlinks li a:hover {
	background-color: #f4f4f4;
}

#morethemes {
	background-color: #fff;
	border-left: 1px solid #c0c0c0;
	border-top: 0px;
	width: 170px;
	text-align: left;
	display: none;
	position: absolute;
	left: 170px;
	top: -1px;
	z-index: 110;
}

#homecolumn {
	float: right;
	width: 140px;
	padding: 0px 10px;
	background-color: #fff;
	border-left: 1px solid #c0c0c0;
}

#homecolumn ul {
	margin: 8px 0px 24px 0px;
	padding: 0px;
}

#homecolumn ul li {
	display: block;
	padding: 4px 0px;
}

#homecolumn a {
	color: #505050;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}

#homecolumn a:hover {
	text-decoration: underline;
}

#bottompanel {
	width: 100%;
	clear: both;
	padding-top: 20px;
}

#bottompanel div.left {
	width: 170px;
	padding-bottom: 10px;
}

#bottompanel div.right {
	width: 580px;
	margin-right: 1px;
}

#bottompanel div.bar {
	width: 100%;
	height: 10px;
	margin-bottom: 6px;
	background-color: #f0f0f0;
	color: #000;
	border: 1px solid #c0c0c0;
}

#bottompanel div.left div.bar {
	border-left: 0px;
}

#bottompanel div.right div.bar {
	border-right: 0px;
}

#bottompanel div.right ul {
	margin: 0px;
	padding: 0px;
}

#bottompanel div.right ul li {
	display: inline;
	float:left;
}

#bottompanel div.right ul li a {
	display: block;
	width: 123px;
	padding: 2px 20px 2px 0px;
}

#bottomtabs {
	width: 100%;
	clear: both;
	border-bottom: 20px solid #f0f0f0;
}

#bottomtabs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}

#bottomtabs ul li {
	display: block;
	float: left;
	margin-left: 10px;
	border-bottom: 1px solid #fff;
	background-image: url('/pics/tab_bg.gif');
}

#bottomtabs ul img {
	vertical-align: middle;
}

#bottomtabs ul li a {
	padding: 0px 10px;
	color: #10b018;
	font-weight: bold;
	text-decoration: underline;
}


#header {
	height: 71px;
	margin: 0px;
	padding: 0px;
	background-image: url('/pics/header_bg.jpg');
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	text-align: right;
}

#header h2 {
	margin: 0;
	padding: 15px 8px;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	font-family: arial, sans-serif;
}

#header ul {
	margin: 0;
	padding: 0;
}

#header ul li {
	display: inline;
	padding: 0px 5px;
	border-left: 1px solid #fff;
}

#header ul li.first {
	border-left: 0px;
}

#header ul li a, #header ul li a:visited {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

#header ul li a:hover {
	color: #acf
}


#topsearch {
	display: block;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	background-image: url('/pics/searchbar_bg.gif');
	background-repeat: repeat-x;
	height: 29px;
	text-align: right;
	padding-top: 4px;
	margin: 0px;
}

#topsearch label {
	font-weight: bold;
	color: #fff;
}

#breadcrumb {
	background-color: #000;
	color: #fff;
	font-size: 90%;
	height: 22px;
	padding: 5px 0px 0px 8px;
	border-bottom: 1px dashed #fff;

}

#breadcrumb a {
	color: #fff;
	text-decoration: underline;
}

#breadcrumb a:hover {
	color: #e0e0ff;
}

#breadcrumb ul {
	margin: 0px;
	float: right;
}

#breadcrumb ul li {
	display: inline;
	margin-right: 8px;
}


#footer, #copyright {
	width: 100%;
	clear: both;
}

#footer {
	background-image: url('/pics/footer_bg.gif');
	background-repeat: repeat-x;
	padding-top: 6px;
	border-bottom: 12px solid #000;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #acf;
	padding: 3px 3px 0 0;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#copyright {
	border-top: 1px dashed #000;
	color: #006fc7;
	font-size: 90%;
}

#copyright a {
	color: #006fc7;
	text-decoration: underline;
}

#copyright img {
	vertical-align: middle;
}

#copyright span {
	font-weight: bold;
	margin: 0px 5px 0px 5px;
}

#copyright ul {
	float: right;
	margin: 5px 0px;
}

#copyright ul li {
	display: inline;
	padding: 0px 4px;
	border-left: 1px solid #006fc7;
}

#copyright ul li.first {
	border-left: 0px;
}

div.prodphoto {
	float: right;
	display: block;
	text-align: center;
	padding-bottom: 16px;
}

div.prodphoto a.photo {
	display: block;
	margin-bottom: 10px;
}

#plate_width, #plate_height {
	text-align: right;
}

div.optionset {
	display: block;
	clear: left;
	margin: 20px 0px;
}

div.optionset label.title {
	display: block;
	margin: 0;
	padding: 0 0 4px 0;
	font-weight: bold;
}

div.optionset small {
	display: block;
	line-height: 130%;
	margin: 0;
	padding: 3px 0 6px 0;
}

ul.colorblocks {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}

ul.colorblocks li {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	border: 1px solid #444;
	margin: 5px 5px 0px 0px;
	cursor: pointer;
}

table.pricegrid {
	border-right: 4px solid #e0e0e0;
	border-bottom: 4px solid #e0e0e0;
	border-collapse: collapse;
	margin: 20px 0px;
	width: 300px;
}

table.pricegrid td, table.pricegrid th {
	border-left: 4px solid #e0e0e0;
	border-top: 4px solid #e0e0e0;
	padding: 3px;
	width: 33%;
}

table.pricegrid th {
	font-weight: bold;
	text-align: center;
}

#addtocart {
	padding-bottom: 20px;
}

ul.catalog {
	margin: 16px 0 0 0;
	padding: 0px;
	list-style: none;
	overflow: hidden;
	clear: both;
}

ul.catalog li {
	display: block;
	float: left;
	width: 270px;
	height: 240px;
	padding: 0 3px 10px 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 5px 0 0 5px;
	text-align: center;
}

ul.catalog li img {
	margin-bottom: 10px;
}

ul.catalog li span {
	color: #888;
}

ul.catalog li a.details {
	float: right;
	margin: 5px 5px 20px 0;
}

ul.catalog li div.left {
	text-align: left;
	line-height: 140%;
	width: 200px;
}

ul.catalog li div.left a {
	font-weight: bold;
}

a.details, a.details:link, a.details:visited, a.details:hover, a.details:active {
	padding: 3px 6px 3px 6px;
	margin-bottom: 5px;
	background-color: #6890e6;
	border: 1px solid #000;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

div.filter, div.pagination {
	clear: both;
}

div.pagination {
	padding-top: 16px;
	overflow: hidden;
}

div.pagination div.left a {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

div.pagination div.right {
	width: 450px;
	padding: 3px;
	background-color: #f0f0f0;
	color: #444;
	font-weight: bold;
}

form#add_product{
	margin-left: 20px;
}


ul.index {
	margin: 0 0 20px 0;
	padding: 0px;
	list-style: none;
	overflow: hidden;
	clear: none;
}

ul.index li {
	display: block;
	float: left;
	padding: 0 0 0 5px;
	margin: 10px 0 0 0;
}


ul.index li h2 {
	margin: 0;
	padding-bottom: 0;
}

ul.index li p {
	margin-top: 0;
}
/*
ul.index li a.details {
	float: left;
}
*/

ul.index li span {
	color: #888;
}


div.promocode {
	width: 98%;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	color: #000;
	padding: 4px;
	margin-bottom: 14px;
}

div.centered {
	width: 98%;
}

div.centered img, div.centered input {
	vertical-align: middle;
}

table.cart {
	margin-bottom: 14px;
}

table.cart thead th {
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px dashed #ccc;
	background-color: #f0f0f0;
	color: #000;
	text-align: center;
	padding: 4px;
}

table.cart thead th.left, table.cart td.left {
	text-align: left;
	background-color: #fff;
	padding-top: 4px;
	border-top: 0px
}

table.cart td {
	padding: 3px;
	padding-top: 10px;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px dashed #ccc;
}

table.cart td.plate {
	padding: 10px 0px 10px 12px;
	text-align: left;
	font-weight: bold;
	background-color: #fff;
	color: #777;
}

table.cart td.left img {
	float: left;
}

table.cart td.left a {
	font-weight: bold;
}

table.cart td p {
	margin: 0px;
}

table.cart td span.option {
	color: #777;
}

table.cart td div.uploads {
	background-color: #fffad0;
	color: #000;
	display: block;
	clear: left;
	border: 1px dashed #aaa;
	margin-bottom: 6px;
	padding: 4px;
}

table.cart td div.uploads img {
	float: right;
	border: 1px solid #aaa;
	width: 200px;
	height: 100px;
}

table.cart tbody.footer td {
	border: 0px;
	padding-top: 3px;
	text-align: right;
}

table.cart tbody.footer td.left {
	font-weight: bold;
}




div.form  {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}

#loginform {
	width: 350px;
}

#loginform input {
	width: 150px;
}

div.form input, select {
	margin-top: 2px;
}

div.form img {
	vertical-align: middle;
	margin: 1px;
}

div.form div {
	display: block;
	clear: both;
	overflow: hidden;
	width: 100%;
	padding: 0px;
}

div.form div.missing {
	background-color: #fcc;
}

div.form div.centered {
	display: block;
	clear: both;
	width: 100%;
	margin: 1px 1px 0 1px;
	padding: 6px 0;
	background-color: #f0f0f0;
	font-weight: bold;
}

div.form div label {
	display: block;
	float: left;
	clear: both;
	width: 150px;
	font-weight: bold;
	text-align: right;
	padding: 6px 10px 8px 4px;
	margin-right: 10px;
	background-color: #f0f0f0;
	color: #000;
	border-right: 2px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

div.form div label.normal {
	display: inline;
	float: none;
	background-color: transparent;
	clear: none;
	font-weight: normal;
	text-align: left;
	padding: 2px;
	margin: 0px;
	border: 0px;
	width: auto;
}



ul.myaccount {
	margin: 0 0 14px 0;
	padding: 0;
}

ul.myaccount li {
	display: inline;
	margin-right: 8px;
	font-weight: bold;
}

ul.myaccount li a {
	color: #005bc8;
}

table.data {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.data th, table.data td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 3px;
}

table.data th {
	font-weight: bold;
	background-color: #f0f0f0;
}

table.data td.left {
	font-weight: bold;
	color: #777;
	vertical-align: top;
}


div.checkout {
	overflow: hidden;
}

div.checkout div.left, div.checkout div.right {
	width: 49%;
	margin-bottom: 20px;
}

div.checkout div.right {
	margin-right: 2px;
}

div.checkout div.centered {
	clear: both;
}

div.checkout div.form label {
	width: 78px;
}

div.checkout div.form label.normal {
	width: auto;
}





/* custom upload form elements */

div.submit_type {
	border: 1px solid #ccc;
	padding: 3px 3px 6px 6px;
	margin: 4px 0 20px 24px;
}

div.submit_type p {
	margin: 5px 0 !important;
	padding: 0;
}

div.submit_type input {
	margin: 1px;
}



