html, body {
	background: #fff;
	font-size: 0.85em;
	font-family: Arial,Helvetica,Arial,sans-serif;
}

img {
	border: 0;
}

h1,h2 {
	color: #029663;
	padding: 0;
	margin: 0;
	font-size: 130%;
	/*background: #fff url(/images/common/head-bullet.gif) no-repeat center left;
	padding-left: 25px;*/
	line-height: 1.2;
}

h2 {
	font-size: 125%;
	line-height: 1.3;
}

input.button
{
	background-color: #006;
	color: #fff;
}

legend
{
	border: 1px solid #008080;
	background-color: #4247AA;
	color: #fff;
	padding: 3px 3px;
	margin-bottom: 3px;
}

dfn
{
	font-style: normal;
}

fieldset
{
	border: 1px solid #009;
	margin: 10px 0;
}

span.bold
{
	font-weight: bold;
}

div.hr {
	background: url(/images/common/hr.gif) repeat-x;
	border-style: solid;
	border-color: #fff;
	height: 5px;
}

input {
	border: 1px solid #666;
	font-size: 11px;
}

#wrapper {
}	

#content-wrapper {
	position:relative; 
	display:block; 
	overflow:visible;
	min-width: 400px;
	min-height: 350px;
}

/*\*/
* html #content-wrapper
{
	height: 350px;
}
/**/


#header {
	display: none;
}

#bread {
	display: none;
}

#flash
{
	border: 1px solid #999;
}


#left {
	float: left; 
	position: relative; 
	width: 200px; 
	margin-left: -200px;
	display: inline;
	min-height: 250px;
	/*color: #fff;*/
	display: none;
}

/*\*/
* html #left
{
	height: 250px;
}
/**/


#right {
	float: right; 
	position: relative;
	width: 200px; 
	margin-right: -200px;
	display: inline;
	display: none;
}

#footer {
	clear: both;
	text-align: right;
	border-top: 1px dashed #999;
	padding: 5px 0;
	margin-top: 25px;
	display: none;
}

div.box-green {
	padding: 5px;
	color: #333;
	min-height: 50px;
	margin-bottom: 10px;
	border: 1px solid #999;
	background-image: url(/images/store/box-main.jpg);
	background-repeat: repeat-y;
}



h2.box-green {
	padding-top: 2px;
	padding-left: 10px;
	background: #fff url(/images/store/box-head-green.jpg) no-repeat;
	color: #fff;
	height: 18px;
	font-size: 12px;
}

div.box-blue {
	padding: 5px;
	min-height: 50px;
	margin-bottom: 10px;
	border: 1px solid #999;
	background-image: url(/images/store/box-main.jpg);
	background-repeat: repeat-y;
	color: #333;
}

h2.box-blue {
	background: #fff url(/images/store/box-head-blue.jpg) no-repeat;
	padding-top: 2px;
	padding-left: 10px;
	color: #fff;
	height: 18px;
	font-size: 12px;
}

ul.subcat, ul.subcat ul {
	list-style: square;
	margin: 0;
	padding: 5px 0 0 10px
}

ul.subcat ul {
	padding: 5px 0 5px 0px;
}

ul.subcat li 
{
	padding-bottom: 1px;
	margin-left: 15px;
	color: #4247aa;
}

ul.subcat a {
	color: #333;
	text-decoration: none;
}

ul.subcat a:hover {
	text-decoration: underline;
	background-image: url(/images/store/box-main.jpg);
	background-repeat: repeat-y;
}

ul.subcat li a.highlight {
	font-weight: bold;
	text-decoration: underline;
}

h2.box-blue a 
{
	color: #fff;
	text-decoration: none;
}


ul.box {
	padding: 10px 0 10px 15px;
	margin: 0;
}

ul.box li {
	line-height: 1.5;
	margin-left: 10px;
	list-style-type: square;
}

ul.box li a {
	color: #333;
	text-decoration: none;
}

ul.box li a:hover {
	text-decoration: underline;
	background-image: url(/images/store/box-main.jpg);
	background-repeat: repeat-y;
}

div.box-green ul.box li 
{
	color: #029663;
}

div.box-blue ul.box li
{
	color: #4247aa;
}

div.login
{
	width: 400px;
}

div.search 
{
	min-height: 30px;
	height: 30px;
}

div.search form
{
	padding: 0;
	margin: 0;
}

/* content */

div.box-product {
	border: 1px solid #4247aa;
	min-height: 105px;
}

/*\*/
* html div.box-product {
	height: 105px;
	width: 95%;
}
/**/

div.box-product img.cat {
	float:left;
	margin-right: 10px;
}

img.view-prod {
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
}

div.prod-desc span.prod-num {
	color: #666;
	font-style: italic;
}

div.feature {
	border: 1px solid #304594;
	margin: 10px 10px 0 0;
}

div.details {
	border: 1px solid #304594;
	margin: 5px 10px 15px 10px;
	width: 560px;
	float: left;
}

/* CSS commands for product display */

#product-detail span.value {
	font-weight: bold;
}


#product-detail span.attr {
	font-style: italic;
	color: #006;
}

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

#product-detail #long_desc {
	margin: 10px 0px;
	text-align: left;
}

#product-detail #long_desc img {
	float: left;
}

#product-detail #shopping {
	margin: 15px 0px;
	font-weight: bold;
	text-align: right;
}

#product-detail .crosssell {
	clear: both;
	width: 90%;
}

#product-detail ul.shortcut
{
	text-align: right;
}

/* variations */
#variation table {
	background-color: #bbb;
	width: 100%;
	font-family: "Lucida Sans",Arial,Helvetica,sans-serif;
}

#variation caption
{
	font-weight: bold;
	color: #4247aa;
	padding: 3px 0;
	font-size: 110%;
}

#variation th {
	background-color: #bbb;
	text-align: left;
	padding: 1px 5px;
}

#variation tr {
	background-color: #fff;
}

#variation tr.odd {
	background-color: #ddd;
}

#variation td {
	padding: 5px 5px;
	margin: 0;
}

#variation tr.selected {
	background-color: #4247aa;
	color: #fff;
}

#variation tr.selected a {
	color: #fff;
}

#variation tr.selected td.selected {
	background: #4247aa url(/images/store/arrow.gif) 5px no-repeat;
	padding-left: 15px;

}

#variation img.marker 
{
	margin-right: 3px;
}

#variation form {
	padding: 0;
	margin: 0;
}

/* start product list view */
#productlist table {
	margin-top: 4px;
}

#productlist caption
{
	color: #029663;
	font-size: 120%;
	font-weight: bold;
}

#productlist th 
{
	text-align: left;
}

#productlist th img {
	vertical-align: middle;
}

#productlist thead 
{
	background: #acc url(/images/common/product-list-table-head.jpg) repeat-x;
	height: 20px;
}

#productlist form {
	padding: 0;
	margin: 0;
}

#productlist tr.highlight {
	background-color: #e9f8f6;
}

#productlist tr.hovering {
	background-color: #ddf;
}

#productlist a {
	text-decoration: none;
	color: #454;
}

#productlist a:hover {
	color: #000;
}

#productlist th a {
	color: #000;
}

#productlist td img.list
{
	border: 1px solid #333;
	margin-bottom: 1px;
	margin-right: 2px;
}

#productlist #pref {
	font-size: 95%;
	width: 99%;
	height: 30px;
	line-height: 30px;
}

#productlist #pref span 
{
	float: left;
}

#productlist #pref form 
{
	float: right;
}

#productlist select {
	border: 1px solid #ccc;
	font-size: 10px;
	color: #333;
}

#productlist #pagelinks {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}

#productlist #pagelinks ul {
	padding: 0; 
	margin: 0;
	text-align: center;
}

#productlist #pagelinks ul li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
}
/* end product list view */

/* subcategory view */
#categoryview legend
{
	padding: 5px 5px;
}

#categoryview ul
{
	margin: 0 0 10px 0;
	padding: 10px;
}

#categoryview ul li
{
	float: left;
	min-width: 140px;
	list-style: none;
	background: url(/images/common/store/green-bullet.gif) no-repeat top left;
	padding-left: 15px;
	padding-bottom: 3px;
}

/*\*/
* html #categoryview ul li
{
	width: 140px;
	background: 0;
	padding-left: 0;
	font-size: 90%;
}
/**/

#categoryview a
{
	text-decoration: none;
	color: #009;
}

#categoryview a:hover
{
	text-decoration: underline;
}

/* start default cart view */
#cart caption 
{
	color: #026396;
	font-size: 120%;
	font-weight: bold;
}

#cart table td {
	padding: 5px;
}

#cart th 
{
	text-align: left;
	white-space: nowrap;
}

#cart th.right, td.right {
	text-align: right;
}

#cart thead 
{
	background: #acc url(/images/common/product-list-table-head.jpg) repeat-x;
}

#cart tfoot td 
{
	border-top: 1px dashed #ccc;
}

#cart tfoot td.delivery {
	text-align: right;
}

#cart tfoot td.delivery select {
	border: 1px solid #999;
	background-color: #fff;
	color: #333;
	font-size: 90%;
}

#cart tbody td {
	vertical-align: top;
}

#cart tbody td.name {
	font-weight: bold;
	color: #900;
}

#cart tbody span.code {
	font-weight: normal;
	font-style: italic;
	color: #666;
}

#cart tbody form {
	padding: 0;
	margin: 0;
}

#cart .checkout {
	float: right;
	margin:0;
	padding:0;
}

#cart h1
{
	padding-bottom: 10px;
}

#cart fieldset ul
{
	list-style: square;
	margin: 0;
	padding-left: 20px;
}

/* end default cart view */

/* form layout */
div.row
{
	clear: both;
	width: 100%;
}

div.row label.col1
{
	float: left;
	text-align: right;
	width: 25%;
}

div.row span.col2
{
	float: right;
	text-align: left;
	width: 74%;
}

div.row input
{
	background-color: #eee;
}

.required
{
	color: #f00;
}

/* address styling on confirm order page */
#shipping {
	float: left;
	width: 48%;
	margin-bottom: 20px;
}

#billing {
	float: left;
	width: 48%;
}

#addresses p {
	margin: 0;
	padding: 0;
}

#addresses p.company {
	margin-top: 10px;
}

/*cart table {
	clear: both;
}*/

/* product view */
#product 
{
	min-height: 400px;
}

/*\*/
* html #product
{
	height: 400px;
}
/**/

#product p.nosale 
{
	font-weight: bold;
	font-size: 90%;
}

/* box with shading */
div.box-new
{
	border: 1px solid #999;
	margin-bottom: 10px;
}

div.box-new div.content 
{
	/*padding: 5px 10px;*/
	margin: 5px 10px;
	min-height: 170px;
}

/*\*/
* html div.box-new div.content
{
	height: 170px;
}
/**/

div.box-new h1 
{
	font-family: Tahoma,Arial, sans-serif;
	color: #333;
	border-bottom: 1px solid #006;
}

#product div.box-new h1 
{
	border-left: 220px solid #fff;
}

div.box-new #image-placeholder
{
	width: 200px;
	height: 150px;
	border: 1px solid #666;
	margin: 3px 15px 10px 5px;
	float: left;
}

div.box-new div.top
{
	height: 10px;
	background-image: url(/images/store/content-box-top.jpg);
	background-repeat: repeat-x;
}

div.box-new div.bottom
{
	height: 10px;
	background-image: url(/images/store/content-box-bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
}

/* product tabs */
div.tab-box
{
	margin-top: 10px;
}

ul.tabs
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 23px; /* hack to get FF to show menu above box :/ */
}

/*\*/
* html ul.tabs
{
	padding: 0;
	margin-bottom: 36px; /* odder hack to make it work in IE6 */
}
/**/

ul.tabs li
{
	float: left;
	border: 1px solid #4247aa;
	background-color: #4247aa;
	border-bottom: none;
	margin-right: 1px;
}

ul.tabs li a, ul.tabs li.selected
{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #fff;
	padding: 4px 10px;
	display: block;
}

ul.tabs li a:hover
{
	text-decoration: underline;
	background-color: #666;
}

ul.tabs li.selected
{
	background-color: #006441;
}

/* BEGIN -- details tab */

/* END -- details tab */

/* BEGIN -- images tab */
#images div
{
	float: left;
	width: 65px;
	height: 65px;
	border: 1px solid #666;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 5px;
}

#images div a
{
	text-decoration: none;
	color: #600;
	font-weight: bold;
}

/* END -- images tab */

/* BEGIN -- specifications tab */
table.spec
{
	width: 100%;
	font-family: "Lucida Sans",Arial,Helvetica,sans-serif;
}

table.spec caption
{
	text-align: left;
	color: #600;
	border-bottom: 1px solid #600;
	width: 50%;
	font-weight: bold;
	font-size: 120%;
	padding: 3px 0 3px 0;
}

table.spec colgroup 
{
	margin: 10px 25px;
}

table.spec col.attr-name
{
	width: 50%;
	padding-left: 10px;
}

table.spec col.attr-val
{
	width: 50%;
}

table.spec tr.on 
{
	background-color: #e9f8f6;
}

table.spec dfn
{
	cursor: help;
	font-style: normal;
	border-bottom: 1px dashed #000;
}

/* END -- specifications tab */

/* BEGIN -- checkout login */
#login 
{
	margin-top: 10px;
}

#login div.row
{
	padding-bottom: 5px;
	float: left;
}

#login .col1
{
	width: 40%;
}

#login .col2
{
	width: 59%;
}

/* END -- checkout login */

#register fieldset
{
	margin: 10px 0;
}

#register div.row
{
	padding-bottom: 5px;
	float: left;
}

#register .col1
{
	width: 40%;
}

#register .col2
{
	width: 59%;
}

#register select.country
{
	font-size: 10px;
}

#search ul
{
	list-style-type: square;
	margin: 0;
	padding: 10px 0 0 15px;
}

#search ul ul
{
	list-style-type: disc;
	padding: 0 0 0 15px;
}

/*
#steps ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: red;
	width: 100%;
}

#steps li {
	float: left;
	width: 100px;
	height: 25px;
}

#steps li a {
	display: block;
	width: 100px;
	height: 25px;
	background: #fff url(/images/store/step.gif) 0 0 no-repeat;
	padding-left: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}*/

#addresstable
{
	width: 95%;
	border: 2px solid #999;
}

#addresstable th
{
	text-align: left;
	padding-left: 15px;
	border-bottom: 2px solid #999;
	background-color: #999;
}

#addresstable tr
{
	background-color: #e7eaef;
}

#addresstable tr.odd
{
	background-color: #fff;
}

#addresstable td
{
	padding: 3px 15px;
	text-align: left;
}

#addresstable input
{
	border: none;
}

#addresstable .address p
{
	margin: 0;
	padding: 0;
}

div.row.submit
{
	margin-top: 15px;
}

div.row .button
{
	background-color: #000066;
	color: #fff;
}
