/*-----------------------------------------
	Website:
	Creator:
	Last Modified:
	
	0. MAIN
	1. Generic
	2. Text, headers
	3. Links
	4. Areas, Divs
	5. Tables
	6. Forms
	7. Images
	8. Lists
	9. Menus
-----------------------------------------*/

/*-----------------------------------------
	0. MAIN
-----------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
	color: #888888;
	line-height: 18px;
	text-align: center;
}

/*-----------------------------------------
	1. Generic
-----------------------------------------*/

.a-left {
	text-align: left;
}

.a-right {
	text-align: right;
}

.a-center {
	text-align: center;
}

.float-left {
	float: left;
	margin: 0px 20px 20px 0px;
}

.float-right {
	float: right;
	margin: 0px 0px 20px 20px;
}

.green-color {
	color: #0c0;
}

.red-color {
	color: #f00;
}

.red-bg {
	background: #fff0f0;
	border: 1px solid #f00;
}

.clear {
	clear: both;
}

/*-----------------------------------------
  2. Text, headers
-----------------------------------------*/

h1, h2, h3, h4, h5 {
	margin: 10px 0px;
	padding: 0px;
	font-weight: normal;
	color: #888888;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

.products-grid h3 {
	font-size: 8pt;
	margin: 3px 0px 0px 0px;
}

.step-title h3 {
	margin: 3px 0px;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

p {
	margin: 10px 0px;
}

.block-progress p {
	margin: 0px;
}

strong {
	font-size: 1.0em;
}

small {
	font-style: italic;
	font-size: 0.8em;
}

blockquote {
	margin: 1.25em;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}


sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

/*-----------------------------------------
  3. Links
-----------------------------------------*/

a:link, a:active, a:visited {
	color: #6b2ea4;
	text-decoration: none;
}

a:hover {
	color: #6b2ea4;
	text-decoration: underline;
}

.col-left a:link, .col-left a:active, .col-left a:visited, .col-right a:link, .col-right a:active, .col-right a:visited, .breadcrumbs a:link, .breadcrumbs a:active, .breadcrumbs a:visited {
	color: #888;
	text-decoration: none;
}

.col-left a:hover, .col-right a:hover, .breadcrumbs a:hover {
	color: #888;
	text-decoration: underline;
}

.col-left .block-progress a:link, .col-left .block-progress a:active, .col-left .block-progress a:visited, .col-right .block-progress a:link, .col-right .block-progress a:active, .col-right .block-progress a:visited {
	color: #6b2ea4;
	text-decoration: none;
	font-weight: normal;
}

.col-left .block-progress a:hover, .col-right .block-progress a:hover {
	color: #6b2ea4;
	text-decoration: underline;
	font-weight: normal;
}

.col-left li.active a:link, .col-left li.active a:active, .col-left li.active a:visited, .col-right li.active a:link, .col-right li.active a:active, .col-right li.active a:visited, a.top-link-cart-active:link, a.top-link-cart-active:active, a.top-link-cart-active:visited {
	color: #6b2ea4;
	text-decoration: none;
}

.col-left li.active a:hover, .col-right li.active a:hover, a.top-link-cart-active:hover {
	color: #6b2ea4;
	text-decoration: underline;
}

.products-grid h3 a:link, .products-grid h3 a:active {
	color: #888;
	text-decoration: none;
}

.products-grid h3 a:visited {
	color: #a42e44;
	text-decoration: none;
}

.products-grid h3 a:hover {
	color: #888;
	text-decoration: underline;
}

/*-----------------------------------------
  4. Area, Divs
-----------------------------------------*/

/*div#canvas {
	width: 950px;
	margin: 10px auto;
	border: 2px solid #ccc;
	background: #fff url("../images/standard/quilt-pattern-bg.gif") 0px 238px repeat-y;
	text-align: left;
}*/

.header {
	width: 100%;
	height: 238px;
	background: #fff url("../images/standard/header-bg.gif") top left no-repeat;
}

div.left-column {
	display: inline;
	float: left;
	margin: 0px 0px 0px 20px;
	width: 310px;
	color: #666;
}

div.right-column {
	display: inline;
	float: right;
	margin: 0px 20px 0px 0px;
	width: 560px;
}

/*-----------------------------------------
  5. Tables
-----------------------------------------*/

table {
}

table.product-list-attributes {
	width: 100%;
	margin: 0px 0px 5px 0px;
}

table.product-list-attributes th {
	font-weight: bold;
	text-align: left;
	vertical-align: center;
}

.products-grid .product-list-attributes .even, .products-grid .product-list-attributes .odd {
	background-color: #fff;
}

table th {
}

table td {
	font-size: 1em;
}

/*-----------------------------------------
  6. Forms
-----------------------------------------*/

form {
}

form#search_mini_form fieldset {
	padding-top: 20px;
}

form#search_mini_form fieldset label {
	display: none;
}

fieldset {
}

legend {
}

input.input_small {
	width: 100px;
	padding: 2px;
	border: 1px solid #888888;
	font-size: 12px;
}

input:focus {
	background: #f2fbff;
}

input#search {
	color: #888;
}

form#search_mini_form fieldset button.button {
	margin-top: 3px;
}

textarea {
}

textarea:focus {
	background: #f2fbff;
}

label {
}

select {	
}

select:focus {
	background: #f2fbff;
}

button.mini-search-form {
	width: 20px;
	height: 20px;
	margin: 3px 0px 0px 0px;
	background: #fff url("../images/standard/search-button.png") top left no-repeat;
	border: 0px;
	cursor: pointer;
}

button.mini-search-form:hover {
	background: #fff url("../images/standard/search-button-hover.png") top left no-repeat;
}

button.mini-search-form span {
	display: none;
}

/*-----------------------------------------
  7. Images
-----------------------------------------*/

img {
	border: 0px;
}

/*-----------------------------------------
  8. Lists
-----------------------------------------*/

ul li {
}

dl.shipping-methods dt {
	font-weight: bold;
}

dt {
}

dd {
}

/*-----------------------------------------
  9. Menus
-----------------------------------------*/

li.email-icon a {
	padding-right: 22px;
	background: transparent url("../images/standard/email-icon.png") center right no-repeat;
}

li.search-icon a {
	padding-right: 20px;
	background: transparent url("../images/standard/search-icon.png") center right no-repeat;
}

