/* @override 
	http://www.circadianstudios.com/skins/CircadianStudios/styleSheets/screen.css
	https://www.circadianstudios.com/skins/CircadianStudios/styleSheets/screen.css
*/

/* @group Generic */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #b5ce50;
}

body {
	font: 100% Helvetica, Arial, sans-serif;
	color: #965101;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
}

h3 {
	text-transform: uppercase;
	font-size: .875em;
}

p, ul, ol, th, td {
	font-size: .75em;
	line-height: 1.25em;
	margin: 0 0 1.5em;
}

td ul, td p, td ol, td td {
	font-size: 1em;
}

ul, ol {
	margin-left: 2em;
}

a:link, a:visited {
	color: #b3ad00;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
	border: none;
	padding: 0;
	margin: 0 0 1.5em;
}

th, td {
	padding: 3px;
	margin: 0;
	border: 0;	
}

th {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	background: #dae7a8;
}

/* @group Forms */

fieldset {
	border: none;
	font-size: .75em;
	margin: 0 0 20px;
}

fieldset.flush {
	margin: 0 0 5px;
}

fieldset p {
	font-size: 1em;
}

legend {
	font: bold 1em "Times New Roman", Times, sans-serif;
	text-transform: uppercase;
	padding-bottom: 5px;
	color: #965101;
}

fieldset div {
	clear: both;
	margin: 0 0 8px;
}

fieldset label {
	float: left;
	text-align: right;
	width: 130px;
	padding: 1px 5px 0 0;
	font-size: .9em;
}

fieldset input {
	width: 150px;
}

fieldset input.sm, fieldset .complex input.sm, fieldset .controls input.sm {
	width: 50px;
}

fieldset select {
	width: 155px;
}

fieldset .complex input, fieldset .controls input {
	width: auto;
}

fieldset .complex label {
	float: none;
	width: auto;
	padding: 0;
}

fieldset .complex div {
	clear: none;
	margin: 0;
}

fieldset .complex .label {
	float: left;
	padding: 1px 5px 0 0;
	width: 130px;
	text-align: right;
	font-size: .9em;
}

fieldset .complex .inputs {
	margin-left: 135px;
}

fieldset .complex .address {
	margin-left: 30px;
}

fieldset .complex .address p {
	margin: 0 0 5px;
}

fieldset .controls {
	margin-left: 135px;
}

fieldset .desc {
	color: #999;
	margin: 5px 0 0 135px;
}

.wide label, .wide .complex .label {
	width: 160px;
}

/* @end */

/* @end */

/* @group Universal classes */

.center {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	margin: 0 10px 10px 0;
}

img.right {
	margin: 0 0 10px 10px;
}

.clear {
	clear: both;
}

.cleared:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left-side {
	width: 295px;
	float: left;
	text-align: center;
}

.right-side {
	width: 255px;
	padding: 65px 30px 0 10px;
	float: right;
}

.right-side.full {
	padding-top: 0;
}

.content {
	padding: 0 30px 0 0;
}

.subtitle {
	font-style: italic;
	font-weight: normal;
	font-size: .75em;
}

.small {
	font-size: .833em;
}

.block {
	display: block;
}

.column {
	float: left;
	margin-right: 25px;
	width: 300px;
}

.sorting {
	margin: 0 15px 0 0;
	text-align: right;
}

.products {
	margin: 0;
}

.cell {
	float: left;
	width: 131px;
	text-align: center;
	padding: 0;
	margin: 0 65px 0 0;
}

.cell p {
	margin: 0;
	padding: 0 0 10px;
	min-height: 75px;
	height: auto !important;
	height: 75px;
}

.reg {
	
}

.sale {
	color: #ec6408;
	font-weight: bold;
}

.more {
	display: block;
	line-height: 1;
	padding-top: 5px;
	font-size: .8333em;
}

.button {
	text-transform: uppercase;
}

.quantity-btn {
	margin-right: 5px;
}

.arrow:link, .arrow:visited {
	text-transform: uppercase;
	color: #ffb300;
	background: url(../styleImages/common/link-arrow.png) no-repeat right 2px;
	padding: 0 12px 0 0;
}

table.cart {
	margin: 0;
	width: 775px;
}

.cart td {
	border-bottom: 1px solid #b8ac80;
}

.cart td.noborder {
	border: none;
}

.remove-cell {
	width: 16px;
	text-align: center;
}

.quantity-cell {
	text-align: center;
	width: 25px;
}

.image-cell {
	text-align: center;
	width: 60px;
}

.price-cell {
	text-align: right;
	width: 80px;
}

.cart .pad-left, .cart .pad-right {
	border: none;
}

.pad-left {
	width: 100px;
}

.pad-right {
	width: 25px;
}

.checkout {
	float: right;
	font-weight: bold;
	font-size: 1.4em;
}

p.continue {
	position: relative;
	top: -15px;
	background: #dae7a8;
	text-align: right;
	padding: 5px 25px;
	margin: 0;
}

p.continue input, p.continue img {
	vertical-align: middle;
}

p.continue img {
	position: relative;
	top: 3px;
}

p.continue em {
	padding: 0 10px;
}

.textbox {
	border: 1px solid #b5cf51;
	padding: 1px 2px;
}

.sidelink {
	font-size: .833em;
	margin-left: 15px;
}

.pagination {
	font-size: .75em;
	text-align: right;
	padding: 0 72px 15px 0;
}

.error {
	font-weight: bold;
	color: #aa000c;
	padding: 3px;
	background: #ecdddd;
	font-size: .9em;
}

.facebook {
	line-height: 2;
}

/* @end */

/* @group Specific */

#page {
	width: 1007px;
	margin: 0 auto;
	background: url(../styleImages/common/page_top.jpg) no-repeat left -66px;
}

#header {
	height: 12px;
}

#searchForm {
	float: right;
	margin: 10px 15px 0 0;
	text-align: right;
}

#searchForm .small {
	font-size: .625em;
}

#searchForm input {
	color: #b3ad00;
	border: 1px solid #705900;
	padding: 1px 2px;
	font-size: .625em;
}

#wrapper {
	background: url(../styleImages/common/page_middle.jpg) no-repeat left bottom;
}

#main {
	margin: 0 120px 0 112px;
	background: #fff url(../styleImages/common/content_top.png) no-repeat left top;
	text-align: left;
}

#cart {
	background: #fff;
	text-align: left;
	margin: 0 120px 0 112px;
	min-height: 375px;
	height: auto !important;
	height: 375px;
}

#heading {
	padding: 1px 0 0 0;
}

#cart #heading {
	background: #705900;
	color: #fff;
	padding: 10px 15px;
}

#cart #heading h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.25em;
	float: left;
}

#cartProgress {
	float: right;
	margin-top: 5px;
	font: .875em "Times New Roman", Times, serif;
	text-transform: uppercase;
}

#cartProgress span {
	margin: 0 0 0 30px;
}

.active, .txtcartProgressCurrent {
	font-weight: bold;
	color: #ecb713;
}

.sole-error {
	margin: 50px 0 300px 100px;
}

#logo {
	display: block;
	position: relative;
	top: -1px;
}

#top-nav {
	font: bold .875em Helvetica, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	list-style-type: none;
	margin: 30px 0 0 160px;
}

#top-nav li {
	float: left;
}

#top-nav a {
	display: block;
	margin: 0 30px;
}

#top-nav a:hover, #top-nav a:active, #side-nav a:hover, #side-nav a:active {
	text-decoration: none;
	color: #ff5c00;
}

#content {
	min-height: 375px;
	height: auto !important;
	height: 375px;
	clear: both;
	padding: 1px 0;
	background: url(../styleImages/common/content_bottom.jpg) no-repeat left bottom;
}

#cart #content {
	background: none;
}

#cart .content {
	padding: 25px 25px 15px 100px;
}

.thumbnails {
	margin: 15px 0;
}

.thumbnails p {
	margin: 0 0 10px 0;
	text-align: left;
}

.thumbnails a {
	float: left;
	width: 75px;
	margin: 0 20px 0 0;
	font-size: .625em;
	text-decoration: none;
}

.thumbnails img {
	width: 75px;
}

.thumbnails.related a {
	margin-right: 10px;
}

#sidebar {
	width: 160px;
	padding: 20px 10px 0;
	margin: 0 0 120px;
	float: left;
}

#side-nav {
	list-style-type: none;
	text-align: center;
	font: bold .875em Helvetica, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	margin: 20px 0 0;
}

#side-nav li {
	margin: 0 0 25px;
}

#side-nav li ul {
	list-style-type: none;
	font-size: .875em;
	margin: 5px 0 0;
}

#side-nav li ul li {
	margin-bottom: 5px;
}

#site-controls {
	font-size: .75em;
	margin: 0 0 25px;
	text-align: center;
}

#mailing-list-form {
	margin: 20px 0 0;
}

#mailing-list {
	color: #b3ad00;
	border: 1px solid #705900;
	padding: 1px 2px;
}

#breadcrumbs {
	font-size: .75em;
	margin: 0 0 15px;
}

#copy {
	float: left;
	width: 595px;
	padding: 20px 0 0;
}

#cart #copy {
	width: auto;
	float: none;
	padding: 0;
}

.sub-cat, #current-cat {
	display: none;
}

.sub-cat.visible-cat, #current-cat.visible-cat {
	display: block;
}

.visible-cat .left-side {
	min-height: 395px;
	height: auto !important;
	height: 395px;
}

#bottom-nav {
	list-style-type: none;
	margin: 0 25px 5px;
}

#bottom-nav li {
	float: right;
	margin: 0 0 0 15px;
}

#footer {
	min-height: 125px;
	height: auto !important;
	height: 125px;
	padding: 5px 125px 1px 117px;
	background: url(../styleImages/common/page_bottom.jpg) no-repeat left top;
	color: #fff;
	text-transform: uppercase;
}

#footer p {
	font-size: .625em;
}

#footer a:link, #footer a:visited {
	color: #fff;
}

div.txtCopyright {
	font-size: .75em;
	color: #fff;
	margin: -10px auto 10px auto;
}

.txtCopyright a:link, .txtCopyright a:visited {
	color: #fff;
	text-decoration: none;
}

.txtCopyright a:hover, .txtCopyright a:active {
	text-decoration: underline;
}

#gateway td strong {
	font-weight: normal;
	font-size: .9em;
}

#gateway td.tdcartTitle strong {
	font-weight: bold;
	font-size: 1em;
}

/* @group Slimbox */



#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../styleImages/common/lightbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../styleImages/common/lightbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../styleImages/common/lightbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../styleImages/common/lightbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* @end */

/* @end */
