body { background: #e3e3e3 url('../images/body-background.gif') left top repeat-x; }

#testState { 
	z-index: 100; 
	text-align: center; 
	padding: 5px; 
	font-size: 110%; 
	color: yellow; 
	font-weight: bold; 
}

html, body, form {
	margin: 0;
	padding: 0;
	}

a { outline: none; }

a img { border: 0; }

p {
	margin: 0 0 15px 0;
	padding: 5px 0 0 0;
	}

td, th { padding: 2px; }

input {
	overflow: visible;
	width: auto;
	}

h1, h2, h3, h4, h5, h6 {
    padding: 0 0 0.4em 0;
    margin: 0;
	}

#wrapper, #footer {
	clear: both;
	margin: 0 auto;
	width: 1000px;
	}
  
#header {
	float: left;
	width: 1000px;
	}

#header-tools { float: right; }

#login-box {  
	float: right; 
	padding: 20px 30px 20px 0;
	}

#login-box label, #login-box input, #search-box label, #search-box input { float: left; }
 
#login-box label, .form-title label { padding: 5px 10px 0 0; }

#login-box input {
	width: 100px;
	margin-right: 10px;
	}

.form-title label.left { padding: 5px 10px 0 10px; }

.form-title select, #login-box .button { margin: 0; }

#cart { float: right; }  

#cart div { float: left; }

#cart div div {
	padding: 10px 10px 10px 12px;
	width: 207px;
	}

#cart .icon, #cart .icon img, #logo, #logo img { float: left; }

#cart .info {
	padding: 2px 15px 2px 0;
	float: right;
	width: auto;
	background: none;
	}

#cart h1,#cart h2, #cart span.cart-status {
	margin: 0;
	padding: 0;	
	}

.form-title .dash, .list-search .dash { padding-top: 2px; }

#top-search { width: 132px; }

#top-search-wrapper, #search-wrapper {
	float: left;
	width: 100%;
}

#advanced-search select { width: 178px; }

#advanced-search .txt-field {
	float: left;
	width: 71px;
}

#search { width: 125px;	} 

#header-image {
	clear: both;
	height: 246px;
	overflow: hidden;
	position: relative;
	z-index: 100;
}

#outsidelinks {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	padding: 20px;
	text-align: right;
}

#outsidelinks li {
	float: right;
	clear: both;
}

#outsidelinks a {
	padding: 3px;
	float: right;
	padding-right: 15px;
}

#goto-order {
	position: absolute;
    top: 155px;
	left: 490px;
}

#goto-site {
	position: absolute;
	top: 155px;
	left: 750px;
}

#top-navigation {
	position: absolute;
	bottom: 0;
	left: 160px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
  
#top-navigation li {
	float: left;
	margin: 0 2px;
}

#top-navigation li span, #top-navigation li span a {
	float: left;
}

#top-navigation li span a {
	padding: 10px 0;
	width: 160px;
	text-align: center;
	white-space: nowrap;
}

#content {
	width: 960px;
	padding: 20px 20px 0px 20px;
}

#footer {
	padding: 20px 0px 70px 0;
}

#footer table {
	width: 100%;
	border-collapse: collapse;
}

#footer td {
	vertical-align: top;
	padding: 0;
	white-space: nowrap;
}

.left-column {
	float: left;
}

.right-column {
	float: right;
	overflow: visible !important;
}

.wide-left .left-column, .wide-right .right-column {
	width: 730px;
	overflow: hidden;
}

.wide-left .right-column, .wide-right .left-column {
	width: 210px;
	overflow: hidden;
}

.one-3rd {
	float: left;
	width: 33%;
	overflow: hidden;
}

.one-4th {
	float: left;
	width: 25%;
	overflow: hidden;
}

textarea, input {
	border-style: solid;
	border-width: 1px;
	padding: 4px 0 4px 4px;
	}

.form-title .txt-field, .form-title textarea { padding: 0.2em 0 0.2em 0.2em; }

select {
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	height: 26px;
	}

.cb {
	border: none;
	background: none;
	cursor: pointer;
	}

.button, .arrow-button, .arrow-button-left {
	margin: 0;
	padding: 4px 15px 3px 7px;
	border: 0;
	line-height: 17px;
	cursor: pointer;
	}

.button-wrapper-normal .button, .button-wrapper-highlight2 input {
	padding: 4px 7px 3px 7px;
	border: 0;
	cursor: pointer;
	margin: 0;
}

.button-wrapper-highlight2 .arrow-button { padding: 3px 15px 3px 7px; }

.button-wrapper-highlight2 .arrow-button-left { padding: 3px 7px 3px 15px; }

.button-wrapper-normal, .button-wrapper-highlight, .button-wrapper-highlight2 { 
  	border-style: solid;
  	border-width: 1px;
	float: left;
}

.button-wrapper-normal a, .button-wrapper-highlight a, .button-wrapper-highlight2 a {
	float: left;
	height: 24px;
	width: 24px;
}

.button-wrapper-highlight2 a.auto-width,.auto-width{
	width: auto;
}

.form-title .button-wrapper-normal a, .form-title .button-wrapper-highlight a, .form-title .button-wrapper-highlight2 a {
	height: 1.85em;
        width: 1.9em;
}

#scroll-bar {
	float: left;
	width: 100%;
	padding: 0 0 7px 0;
}

.list-search {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.list-search label {
        padding: 5px 10px 0 0;
}

.list-search * { float: left; }

.list-search select {
	width: 100px;
	margin-right: 15px;
}

#scroll-bar .button-wrapper-normal {
	float: left;
	margin-top: 10px;
}

h1#page-header, h1#trail {
	padding: 0px 0 10px 0px;
	margin: 0;
}

#page-header {
	float: left;
	width: 205px;
}

#trail {
	float: left;
	/*width: 720px;*/
	/*margin-left: 20px;*/
}

.viewer {
	float: left;
	width: 674px;
	overflow: hidden;
	white-space: nowrap;
  	position:relative; 
  	height: 49px;
}

.viewer a { padding: 0 10px; }

div.viewer div.items { 
    width:20000em; 
    position:absolute; 
}

div.viewer div.items div { float:left; }

#mini-cart img {
	margin-right: 5px;
}

#mini-cart h1 {
	padding-top: 5px;
	padding-bottom: 0;
	font-size: 125%;
}

.arrow, .arrow-small { padding: 1px; }

.title, .form-title, .box {
	clear: both;
	border-style: solid;
    border-width: 1px;
	overflow: hidden;
}

.title { padding: 10px 12px; }

.form-title { padding: 4px 4px; }

.box .main-category {
	margin: 10px 10px;
	width: 120px;
	text-align: center;	
}

.box .main-category .cat-img-wrapper {
	width: 120px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}

.box .main-category a:hover { text-decoration: none; }

#category-list {
	float: left;
	width: 210px;
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
}

#category-list ul {
	float: left;
	list-style-type: none;
  	padding: 5px 0;
	margin: 0;
}

#category-list li {
	float: left;
	width: 100%;
	margin-bottom: 1px;
}

#category-list li li {
	margin: 0;
	width: auto;
	padding: 1px 0 1px 38px;
}

#category-list li a {
	float: left;
	width: 208px;
	border-style: solid;
	border-width: 1px;
}

#category-list li li a {
	border-width: 0;
}

#category-list li a span {
	float: left;
	padding: 10px 10px 9px 10px;
	cursor: pointer;
}

#category-list li li a { width: 168px; }

#category-list li li ul { padding: 0 0 2px 0; }

#category-list li li ul li { padding-left: 32px; }

#category-list li li ul li.last { padding-left: 32px; }

#category-list li li ul li a { width: 136px; }

#category-list li li.child-open a.child-open-link {
  padding-top: 2px;
  padding-left: 32px;
  width: 136px;
}

#pagination {
	border-width: 0 1px 1px 1px;
	margin-bottom: 20px;
}

#pagination table {
	margin: 0 auto;
	border-collapse: collapse;
}

#pagination table td {
	padding: 0;
	white-space: nowrap;
}

#pagination a, #pagination .current {
	padding: 4px 10px;
	float: left;
	margin-right: 1px;
	border-style: solid;
	border-width: 1px;
}

#pagination .arrow-left, #pagination .arrow-right {
	padding: 4px 11px;
	}

.box { padding: 10px 12px; }

.wide-left, .wide-right {
	clear: both;
	float: left;
	width: 100%;
}

.wide-left .left-column .box, .wide-right .right-column .box, .wide-left .left-column .title,
.wide-right .right-column .title {  
	width: 704px;
}

.wide-right .right-column .form-title, .wide-left .left-column .form-title { width: 720px; }

.wide-left .right-column .box, .wide-right .left-column .box, .wide-left .right-column .title, .wide-right .left-column .title, .wide-left .right-column .form-title, .wide-right .left-column .form-title {
  width: 184px;
}

#steps-title {
  width: 264px;
  border-right-width: 0px;
  height: 16px;
}

*.title, *.form-title {
	border-bottom-width: 0px;
	margin: 0;
}

.box, .category-bottom { margin-bottom: 20px; }

.old-price {
        text-align: center;
	position: relative;
	padding-bottom: 10px;
}

.old-price .amount {
	position: relative;
	z-index: 1;
}

.price {
	clear: both;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 10px;
}

input.amount {
	width: 30px;
}

.tag {
	clear: both;
        text-align: center;
	padding-bottom: 10px;
}

.tag span {
	margin: 0 auto;
	padding: 8px 0 5px 25px;
}

.product-link { margin: 0.5em 0; }

ul.link-list {
	list-style-type: none;
	margin: 0;
	padding: 0.5em;
}

ul.link-list li {
	border-style: solid;
	border-width: 1px 0 0 0;
	padding: 0.4em 0;
}

ul.link-list li.first { border-top-width: 0px; }

#front-categories {
	float: left;
	width: 100%;
	clear: both;
	border-style: solid;
    border-width: 0 0 1px 0;
	margin-bottom: 15px;
}

.category-wrapper {
	clear: both;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	float: left;
	width: 728px;
}

.category-wrapper2 {
	float: left;
	width: 100%;
}

.category {
	width: 364px;
	float: left;
}

.category img { float: left; }

.category .links {
	float: left;
	padding: 20px 5px 10px 0px;
}

.category .links ul {
	clear: both;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.category .links ul li { clear: both; }

.category .links ul li.more {
	padding: 0;
	margin: 0;
}

.category .links ul li.more a { padding-left: 13px; }

.category .links ul li a { white-space: nowrap; }

.order { padding-bottom: 10px; }

.product {
	clear: both;
	float: left;
	width: 684px;
	border-style: solid;
	border-width: 1px 0 0 0;
	padding: 20px 10px;
}

.product .info {
	float: right;
	width: 490px;
}

.product .left {
	float: left;
	width: 310px;
}

.product .right {
	float: right;
	width: 170px;	text-align: center;
}

.product .button-wrapper-highlight2 { margin-right: 7px; }

.product-item {
	float: left;
	/*width: 100%;*/
	border-style: solid;
	border-width: 1px;
	margin-bottom: 20px;
}

.product-item .info {
	float: left;
    width: 668px;
	padding: 30px;
}

.product-item .left {
	float: left;
	width: 300px;
}

.product-item .right {
	float: right;
	width: 290px;
	text-align: center;
}

.product-item .right p { text-align: left; }

.product-item .product-links {
	float: left;
	width: 300px;
	text-align: center;
	padding-top: 10px;
}

.product-item .info h1 { padding: 10px 0 20px 0; }

.tabs {
	float: left;
	width: 728px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

.tabs ul {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
}

.tabs ul li {
	float: left;
	border-style: solid;
	border-width: 1px 1px 0px 0px;
}

.tabs ul li a {
	float: left;
	padding: 0.7em 0.8em;
	background-color: #fff;
	margin-bottom: -1px;
	border-bottom: 1px solid #d7d6d6;
}

.tab {
	float: left;
	width: 728px;
	clear: both;
}

.tab .content { padding: 20px; }

table.info-list {
	width: 100%;
	border-collapse: collapse;
}

table.info-list td {
	border-style: solid;
	border-width: 1px 0 0 0;
	padding: 5px 5px 5px 25px;
}

table.info-list tr.first td { border-width: 0px; }

.available, .not-available, .thanks, #tell-friend-feedback-success, #tell-friend-feedback-failure { padding-left: 20px; }

.top-border, .right-border, .bottom-border, .left-border { border-style: solid; }

.right-border {
	border: none;
	border-right: 1px solid #D7D6D6;
	}

.right-border div {
	border-left: 1px solid #ededed; padding: 0 20px;
	height: 55px;
	}

.left { float: left; }

.right { float: right; }

.center { text-align: center; }

.no-margin { margin: 0; }

.clear { clear: both; }

.hidden { display: none; }

.no-padding-top { padding-top: 0; }

.padding-top { padding-top: 20px; }

.formtable .button, .formtable .arrow-button, .formtable .arrow-button-left, #login-box .button { width: auto; }

.required {
  position: relative;
  top: 3px;
}

#tell-friend-box-wrap { display: none; }

#tell-friend-box { padding: 20px; }

#close { 
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 5px;
  right: 5px;
  text-indent: -9999px;
}

.amount-change-wrapper { 
  padding-left: 25px; 
  float: left;
}

.no-border-left { border-left-width: 0px; }

ul.no-border li { border-width: 0px; }

.link-list li.current a { color: #000; }

.block-span {
  padding-top: 4px; 
  padding-left: 8px;
  display: block; 
  float: left;
}

.add-to-cart-wrapper {
  float: left; 
  width: 215px; 
  padding: 10px 0 15px 75px;
}

.error-text {
  padding-left: 20px;
  margin-left: 10px;
}

.margin-right { margin-right: 15px; }

.cart-summary {
  clear: both;
  padding-bottom: 10px;
  width: 100%;
}

.cart-summary .text-box { 
  width: 320px;
  height: 90px;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  margin-bottom: 10px;
}

.cart-summary .left-side {
  float: left;
  padding-right: 20px;
}

.cart-summary .right-side { float: right; }

.product-list { 
  margin: 0;
  padding: 2px 0 0 10px;
}

.product-list li { padding: 0 0 4px 15px; }

.order-information {
  margin-top: 5px;
  margin-bottom: 10px;
  width: 330px;
}

.order-information td { padding: 3px 0 3px 2px }

.order-information td.value { padding-left: 10px; }

.summary-total-price { 
	float: left;
	padding-top: 10px; 
	margin-bottom: 10px; 
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	width: 320px;
	}

.image-wrapper-300, .image-wrapper-130, .image-wrapper-170 { text-align: center; }

.image-wrapper-300 { width: 300px; }

.image-wrapper-130 { height: 110px; }

.image-wrapper-170 { width: 170px; float: left; }

.tal { text-align: left; }

.variation-group-name {
	width: 100px;
	text-align: left;
	}

.variation { width: 160px; }

.cart-button { margin: 20px 0; }

table .order_products { margin-left: 30px; }
table .order_products td { border: none; padding: 1px 20px 1px 1px; margin: 1px }

#wrapper:after {
	content: ' ';  
	display: block;  
	clear: both;  
	visibility: hidden;  
	font-size: 0;  
	height: 0;
	}

#payments {
	padding: 0px;
	width: 208px;
	} 

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 1px solid #888;
	margin:-1px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

#zoom-elem {
	visibility: hidden;
	right: 30px;
	top: 29px;
	position: absolute;
	width: 320px;
	height: 300px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:1px solid #ddd;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}

#product-images {
	position: relative;
	float: left;
}

#slideshow {
	width: 300px;
	height: 300px;
}
	
#slideshow-thumbs {
	padding: 15px 0 0 0;
	float: left;
	}

#slideshow-thumbs a { display: block; float: left; padding: 0 0 13px 0; }

#slideshow-thumbs a:hover { text-decoration: none; }

#slideshow-thumbs a.link1, #slideshow-thumbs a.link4 { padding: 0 13px 13px 13px; }	

#slideshow-thumbs .image-border {
	height: 89px;
	width: 89px;
	display: block;
	border: 1px solid #ddd;
	}	

#slideshow-thumbs a:hover .image-border { 
       border-color: #d0d0d0;
       }

#image-functions {
	padding-top: 7px;
	width: 300px;
	position: relative;
	text-align: center;
	}
			
a#prev, a#next { position: absolute; }

a#prev { left: 10px; top: 6px; }

a#next { right: 10px; top: 6px; }

.image-holder { 
	border-collapse: collapse;
  	margin: auto;
	border-spacing: 0;
	}

.image-holder td { padding: 0; vertical-align: middle; height: 300px; }

#page-header, #trail { padding-bottom: 1em; }

.category .no-cat-image { padding-left: 30px; }

.campaignError { display: inline; }

.short-input{
	width:30px;
}
