﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #fff url(images/no-js.gif) top center no-repeat;
}

body.no-js{
	background: #425943 url(images/body_bg.jpg);
}

input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #ccc;
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	border-radius: 3px;
	padding: 5px;
}

button, input {
	*overflow: visible;
	line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"], a.button, .header-links .shopping-cart-links a {
	border: 0px;
	cursor: pointer;
	padding: 5px 10px;
	/*-webkit-appearance: button;*/
	background: #7da731;
	border: 1px solid #388031;
	border-radius: 5px;
	color: #FFF;
	padding: 3px 8px;
	font-weight: bold;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')"; 
	font-family: arial, verdana, helvetica, sans-serif;
	text-decoration: none;
}

a.button:hover, a.button:active{
	text-decoration: none;
	color: #FFF;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 5px 10px;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

#left p, #right p {
	margin-bottom: 10px;
	line-height: 1.333em;
}

a {
	color: #0f5f35;
	/*text-decoration: none;*/
}

a:hover, a:active {
	color: #f93;
	text-decoration: underline;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}


h1{
	font-size:2.667em;
	line-height: 1.583em;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.750em;
	line-height: 1.500em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.500em;
	line-height: 1.333em;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.167em;
	line-height: 1em;
	margin-bottom: 10px;
}

textarea {
	width: 100%;
	/*font-family: Verdana, Arial, sans-serif;*/
	font-size: 12px;
}

.checkbox, input, .radio, select, button {
	font-size: 12px;
}

/* fix ie button padding bug  - apply to all button classes
input
{
	width: auto;
	overflow: visible;
}*/
/* MASTER PAGE WRAPPERS */
.master-wrapper-page {
	background: #fff;
	background-image: url(images/container-bg.gif);
	background-repeat:repeat-y; 
	box-shadow: 0px 0px 50px #000;
	border-radius: 0 10px 10px 0;
	margin: 0 auto 45px auto;
	width: 960px;
}

.master-wrapper-page.clearFix{
	display: none;
}

.ColumnOne .master-wrapper-page {
	background-image: none;
}

.ColumnOne .footer {
    padding-left: 20px;
}

.master-wrapper-content {
	float: left;
	width: 960px;
	text-align: left;
}

/* one column master page */
.master-wrapper-center-1 {
	float: left;
	width: 960px;
	/*background: url(images/bg_maincolumn_1.gif) no-repeat left top #FFF;*/
	display: inline;
}

.master-wrapper-cph-1 {
	float: left;
	width: 920px;
	color: #000;
	min-height: 600px;
	padding: 10px 20px;
	font-family: Verdana, Geneva, sans-serif;

}

/* two column master page */
.master-wrapper-side-2 {
	float: left;
	width: 180px;
	margin: 0 px;
	padding: 0 10px;
	display: inline;
}

.master-wrapper-center-2 {
	float: left;
	width: 700px;
	margin: 0 0 0 10px;
	/*background: url(images/bg_maincolumn_2.gif) no-repeat left top #FFF;*/
	display: inline;
}

.master-wrapper-cph-2 {
	float: left;
	width: 700px;
	color: #000;
	min-height: 600px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

/* three column master page */
.master-wrapper-leftside-3 {
	float: left;
	width: 180px;
	margin: 0 px;
	padding: 0 10px;
	display: inline;
}

.master-wrapper-center-3 {
	float: left;
	width: 550px;
	margin: 0 0 0 10px;
	display: inline;
	overflow: hidden;
}

.master-wrapper-center-3 p, .master-wrapper-center-1 p, .master-wrapper-cph-2 p{
	margin-bottom: 15px;
	line-height: 1.417em;
}

.master-wrapper-center-3 ul, .master-wrapper-center-1 ul, .master-wrapper-cph-2 ul{
	/*line-height: 1.417em;*/
	margin-left: 20px;
	padding-left: 0px;
	margin-bottom: 15px;
}

.master-wrapper-center-3 ul li, .master-wrapper-center-1 ul li, .master-wrapper-cph-2 ul li{
	list-style: outside;
	line-height: 1.250em;
	margin-bottom: 0.5em;
}

.master-wrapper-cph-3 {
	float: left;
	width: 530px;
	color: #000;
	min-height: 600px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

.master-wrapper-cph-3.content-custom {
	padding: 10px 20px;	
	width: 510px;
}

.master-wrapper-rightside-3 {
	float: right;
	width: 180px;
	margin: 0 10px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-fluid-content {
	height: 1%;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.master-wrapper-fluid-content-inner {
	overflow: hidden;
	width: 100%;
	padding: 0 10px;
}

.master-wrapper-fluid-content-left .master-wrapper-fluid-content-sidebar {
	float: left;
	overflow: hidden;
	padding-right: 20px;
	margin-left: 10px;
	width: 180px;
	font-family: arial, helvetica, sans-serif;
}

.master-wrapper-fluid-content-right .master-wrapper-fluid-content-sidebar {
	float: right;
	overflow: hidden;
	padding-left: 20px;
	margin-right: 10px;
	width: 180px;
	font-family: arial, helvetica, sans-serif;
}

/* MASTER HEADER */
.header {
	background-repeat: no-repeat;
	background-position: top center;
	padding: 10px;
	position: relative;
	height: 152px;
	background-color: #FFF;
}
.header_1 {
	background-image: url(images/header_03.jpg);
	background-position: 295px;
}
.header_2 {
	background-image: url(images/header_06.jpg);
	background-position: 275px;
}
.header_3 {
	background-image: url(images/header_08.jpg);
	background-position: 270px;
}
.header_4 {
	background-image: url(images/header_09.jpg);
	background-position: 310px;
}
.header_5 {
	background-image: url(images/header_10.jpg);
	background-position: 305px;
}

.header .icon {
	vertical-align: bottom;
}

.header-logo {
	float: left;
	text-align: left;
}

a.logo {
	background: url(images/logo.png);
	display: block;
	margin-left: 20px;
	width: 255px;
	height: 156px;
	text-decoration: none;
}

.header-selectors-wrapper {
	text-align: right;
	float: right;
	width: 500px;
}

.header-currencyselector {
	float: right;
}

.header-languageselector {
	float: right;
}

.header-taxDisplayTypeSelector {
	float: right;
}


.header-links-wrapper,
.header-searchbox {
	float: right;
	text-align: right;
	width: 360px;
}

.header-links,
.header-searchbox {
	padding: 0 5px;
	margin-bottom: 5px;
}

.header-searchbox {
	margin-top: 10px;	
}

.header-searchbox .searchboxtext{
	width: 150px;
	box-shadow: 0px 0px 15px #fff;
}

.header-social{
	margin-right: 3px;
	margin-top: 10px;
}

.header-social img{
	margin-left: 5px;
}

.header-links.loggedIn{
	background-image: url(/Themes/Wild/Content/images/header-links-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top:-10px;
	padding-top: 10px;
}

.header-links ul,
.header-searchbox ul {
	clear: right;
}

.header-links li {
	padding: 0 0 10px;
}

.header-searchbox li {
	padding-bottom: 10px;
	/*float: right;*/
	display: inline;
	padding-left:5px;
}

.header-links li,
.header-searchbox li {
	list-style-type: none;
}


.header-links a{
	text-decoration: none;
	font-weight: bold;
}

.full-search{
	margin-right: 5px;	
}

.header-links li {
	float: right;
}

.header .ico-register ul {
	padding: 0;
	margin: 0;
}

.header-links span.impersonate {
	color: #58DE81;
	font-weight: bold;
}

.header-links span.impersonate .finish-impersonation {
	color: #E44097;
}

.headermenu {
	color: #FFF;
	background: #7da731;
	padding: 8px 5px 9px;
	text-align: center;
	height: 100%;
	margin-bottom: 20px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #b3cb88;
	-moz-box-shadow: 0px 7px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 7px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 7px 5px rgba(0,0,0,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color='#999999')"; 
}

.headermenu ul {
	padding: 0;
	margin: 0;
	font-size: 1.333em;
}

.headermenu li {
	list-style: none;
	display: inline;
	white-space: nowrap;
}

.headermenu a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.875em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
}

.headermenu a:hover, .headermenu a:active {
	color: #f93;	
}

.searchbox {
	float: left;
	width: 210px;
	display: inline;
	padding-left: 5px;
}

.searchbox ul {
	margin: 0;
	padding: 0;
}

.searchbox ul li {
	list-style: none;
	float: left;
}

.headermenu ul.topmenu {

}

.footer {
	clear: both;
	padding: 10px 20px 20px 20px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


.footer li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
}

.footer a {
	text-decoration: none;
	color: #0f5f35;
}

.footer a:hover, .footer a:active{
	color: #f93;
	text-decoration: underline;
}

.footer-disclaimer {
	float: right;
	font-size: 10px;
	color: #666;
}

.footer-poweredby {
	float: left;
	font-size: 10px;
	width: 200px;
	text-align: left;
}

.footer-storetheme {
	float: right;
	margin: 0 100px 0 10px;
	font-size: 10px;
}

.changedevice {
	clear: both;
	text-align: right;
}

/* MISC. CLASSES */
.nobr {
	white-space: nowrap !important;
}

.wrap {
	white-space: normal !important;
}

.a-left {
	text-align: left !important;
}

.a-center {
	text-align: center !important;
}

.a-right {
	text-align: right !important;
}

.page-title {
	margin: 0 0 10px;
	overflow: hidden;
	width: 100%;
}

.page-title h1, h1.productname, .page-title h2, .htmlcontent-title h1, .htmlcontent-title h2{
	padding: 0px 5px 0px 0;
	font-size: 2.917em;
	line-height: 1.583em;
	margin: 0;
	font-family: 'Droid Sans', sans-serif;
	/*font-family: 'Gloria Hallelujah', cursive;*/
	font-weight: 400;
	margin-bottom: 10px
}

.section-title, .register-title, .login-title{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	font-size: 1.333em;
	line-height: 1.333em;
	margin-bottom: 10px;
	margin-left: 3px;
}

td {
	vertical-align: middle;
}

td.fieldname {
	font-size: 12px;
}

.table-container {
}

.table-container .row {
}

.table-container .item-name {
	padding: 5px 10px 10px 0;
	display: block;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: middle;
	text-align: right;
}

.table-container .item-value {
	padding: 0 0 10px;
	vertical-align: middle;
}

/* data table */
.data-table {
	width: 100%;
	border: 1px solid;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

.data-table th {
	font-weight: bold;
	padding: 3px 8px;
	white-space: nowrap;
	vertical-align: middle;
}

.data-table td {
	padding: 3px 8px;
}

.data-table th, .data-table td {
	border-bottom: 1px solid;
	border-right: 1px solid;
}

.htmlcontent {
	padding-bottom: 5px;
}

.htmlcontent-header {
	/*font-size: 2.333em;*/
	font-weight: normal;
}

.htmlcontent-body {
}

/*.htmlcontent-body a {
	text-decoration: underline;
	color: #f93;
}*/

.topicpage {
}

.topicpage .topicpage-body {
}

.topicpage .topicpage-body a {
	/*text-decoration: underline;
	color: #f93;*/
}

.user-agreement-page {
}

.user-agreement-page .page-title {
}

.user-agreement-page .page-body {
}

.clear {
	border: medium none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.message-error, .validation-summary-errors, .field-validation-error {
	/*font-family: Verdana, Arial, sans-serif;*/
	font-weight: bold;
	color: #C00;
	background-image:url(/Themes/Wild/Content/images/icon-failure.gif);
	background-repeat: no-repeat; 
	background-position: top left;
	padding-left: 22px;
	padding-bottom: 2px;
}

.message-error .field-validation-error, .message-error .validation-summary-errors{
	background-image: none;
	padding-left: 0px;
	padding-bottom: 0px;
}

.copyright {
	float: right;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.copyright a {
	color: #3664A5;
	background-color: inherit;
}

/* sitemap */
.sitemap-page {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.sitemap-page table td{
	vertical-align: top;	
}

.sitemap-page .entity {
	margin: 5px 0 30px;
}

.sitemap-page .topic-box, .sitemap-page .manufacturer-box, .sitemap-page .category-box, .sitemap-page .product-box {
	text-align: center;
	vertical-align: top;
}

.sitemap-page .topic-box .item, .sitemap-page .manufacturer-box .item, .sitemap-page .category-box .item, .sitemap-page .product-box .item {
	text-align: left;
	margin: 3px 10px;
	width: auto;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ADACAC;
	min-height: 2.167em;
}

/* forms */
.searchtext {
	border: solid 1px #d3d3d3;
	vertical-align: top;
	font-size: 12px;
	width: 100%;
}

.searchboxtext {
	background: #fff;
	width: 110px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 12px;
}

.accountsignaturetext {
	height: 100px;
	width: 500px;
	border: solid 1px #E3E3E3;
	vertical-align: top;
}

.forumtopictitletext, .pmtitletext {
	width: 500px;
	border: 1px solid #acacac;
	vertical-align: top;
	font-size: 12px;
}

.forumposttext, .bbeditortext {
	width: 100%;
	height: 300px;
}

.privatemessagesubjecttext {
	width: 500px;
	border: 1px solid #acacac;
	vertical-align: top;
	font-size: 12px;
}

.forumsearchtext {
	width: 500px;
	border: 1px solid #acacac;
	font-size: 14px;
}

.forumsearchboxtext {
	border: 1px solid #acacac;
	font-size: 12px;
}

.bbeditortext {
	border: #cec6b5 1px solid;
}

.edittopiclinkbutton {
	padding-right: 5px;
	padding-left: 18px;
	background: url(images/ico-edit.gif) no-repeat;
}

.deletetopiclinkbutton {
	padding-right: 5px;
	padding-left: 18px;
	background: url(images/ico-delete.gif) no-repeat;
}

.movetopiclinkbutton {
	padding-right: 5px;
	padding-left: 18px;
	background: url(images/ico-move-topic.gif) no-repeat;
}

.replytopiclinkbutton {
	padding-right: 5px;
	padding-left: 18px;
	padding-bottom: 3px;
	background: url(images/ico-forum-post-add.gif) no-repeat;
}

.watchtopiclinkbutton {
	padding-left: 18px;
	background: url(images/ico-forum-watch.gif) no-repeat;
}

.editpostlinkbutton {
	padding-right: 5px;
	padding-left: 18px;
	background: url(images/ico-edit.gif) no-repeat;
}

.deletepostlinkbutton {
	padding-right: 5px;
	padding-left: 18px;
	background: url(images/ico-delete.gif) no-repeat;
}

.quotepostlinkbutton, .postlink {
	color: #555;
	float: right;
	padding: 1px 3px;
	border: solid 1px #ccc;
	line-height: 15px;
	font-size: 11px;
}

.postlink {
	padding: 1px 3px;
	margin-right: 5px;
	border: none;
}

input.searchboxbutton {
	background: #0f5f35;
}

input.updatecartbutton{
	background-image: url(/Themes/Wild/Content/images/icon-refresh-white.png);
	background-position: 2px center;
	background-repeat: no-repeat;
	padding-left: 23px;
}

.productlistproductdetailbutton, .productgridproductdetailbutton, .searchbutton, .contactusbutton, .newsitemaddcommentbutton, .blogpostaddcommentbutton, .productvariantaddtocartbutton, .productwritereviewbutton, .loginbutton, .registerbutton, .checkoutasguestbutton, .savecustomerinfobutton, .addaddressbutton, .changepasswordbutton, .registernextstepbutton, .completeregistrationbutton, .passwordrecoverybutton, .newpasswordbutton, .saveaddressbutton, .sendemailafriendbutton, .checkoutbutton, .selectshippingaddressbutton, .newaddressnextstepbutton, .selectbillingaddressbutton, .sameasshippingaddressbutton, .shippingmethodnextstepbutton, .paymentmethodnextstepbutton, .paymentinfonextstepbutton, .confirmordernextstepbutton, .submitforumtopicbutton, .submitpmbutton, .replypmbutton, .deleteselectedpmbutton, .reorderbutton, .minicartcheckoutbutton, .newsletterbox-subscribebutton, .useragreementbutton, .deleteselectedfsbutton, .submitreturnrequestbutton, .uploadavatarbutton, .checkavailabilitybutton, .productlistaddtocartbutton, .productgridaddtocartbutton, .productemailafriendbutton, .productaddtocomparelistbutton, .productvariantaddtowishlistbutton, .editaddressbutton, .deleteaddressbutton, .cancelrecurringorderbutton, .orderdetailsbutton, .returnitemsbutton, .orderdetailsprintbutton, .estimateshippingbutton, .updatewishlistbutton, .applycouponcodebutton, .updatecartbutton, .continueshoppingbutton, .orderprocessedcontinuebutton, .submitpollvotebutton, .cancelforumtopicbutton, .forumsearchbutton, .forumsearchboxbutton, .cancelpmbutton, .deletepmbutton, .backpmbutton, .removeavatarbutton, .deleteselectedbissbutton  {
	
}

.print-buttons a:first-child{
	background-image: url(/Themes/Wild/Content/images/icon-print.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-right: 10px;
}

.print-buttons a:last-child{
	background-image: url(/Themes/Wild/Content/images/icon-pdf.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
}


ul.languagelist {
	display: inline;
	line-height: 25px;
}

ul.languagelist li {
	list-style: none;
	display: inline;
	padding: 0 5px;
}

ul.languagelist li .selected {
	border: solid 1px #ccc !important;
}

ul.languagelist li:hover {
	cursor: pointer;
}

.storethemelist {
	background: #e3e3e3;
	border: solid 1px #3a3a3a;
}

.forumtopicoptionscheck {
}

.forumtopicoptionscheck label {
	color: #555;
	font-size: .9em;
	padding-left: 5px;
	vertical-align: top;
}

/* PAGER */
.pager {
	text-align: center;
}

.pager a {
	font-size: 1em;
}

.pager a:link {
	text-align: center;
	/*color: #555;*/
}

.pager span {
	color: #f93;
	font-size: 1.2em;
	font-weight: bold;
}

/* NAVIGATIONS */
.block {
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
	color: #000;
}

/*titles*/

.block-shadow .title {
	font-weight: bold;
	color: #666;
	background: #fff;
	padding: 0 10px 5px 10px;
}


.block .title, .block-shoppingcart .title, #right-target .title{
	font-family: 'Gloria Hallelujah', cursive;
	color: #FFF;
	font-weight: bold;
	background-color: #0f5f35;
	border-radius: 3px;
	padding: 7px 7px;
	margin: 0px -2px 5px -2px;
	line-height: 1.250em;
}

#left .block-shadow.featured .title{
	display: none;
}

#right .block-shadow.featured
.block-shadow .listbox,
.block-navigation .listbox,
.block-newsletter .padbox {
	line-height: 1.5em;
	margin: 0;
}

.block-shadow .listbox {
	background: #c4d5a9;
}

.block-manufacturers {
	/*display: none; hide until she wants it back...*/	
}

.block-newsletter .padbox {
	padding-top: 0;
	padding: 5px;
}


#right .block-newsletter .padbox {
	padding-top: 0;
	padding: 5px 5px 7px 5px;
	background-color: #f2eece;
}


.block .listbox ul {
	margin-left: 15px;
	padding: 0;
	color: #3c3c3c;
	background-color: inherit;
}

.block .listbox ul li {
	line-height: 1.333em;
	padding-bottom: 5px;
	list-style: outside;
}

.block .listbox .tags ul{
	margin-left:5px;	
}

.block a {
	color: #005f32;
	font-weight: bold;
	text-decoration: none;
	/*display: block;*/
}

.block a:hover, .block a:active{
	color: #c15200;
	text-decoration: underline!important;	
}

.block li {
	padding: 0px 0px 5px 0px;
	list-style: none;
}

.block .subcategory {
	margin-left: 10px;	
}

.block .subcategory a {
	font-size: 0.833em;
}

.block li.separator {
	height: 1px;
	line-height: 1px;
	background: #f93;
	width: 140px;
	font-size: 1px;
	margin: 5px 0;
}

.block-category-navigation, .block-manufacturer-navigation, .block-recently-viewed-products, .block-info, .block-shoppingcart, .block-newsletter, .block-livechat, .block-popular-tags, .block-popular-blogtags, .block-blog-archive, .block-poll, .block-account-navigation {
}

.block-livechat .listbox {
	text-align: center;
}

.block .listbox ul .active {
	font-weight: bold;
}

.block .listbox ul .active a {
	color: #c15200;
}

.block .listbox ul a:hover {
	text-decoration: none;
}

/*shopping cart*/
.block-shadow.block-shoppingcart{

}
.block-shoppingcart .listbox{
	padding: 10px 5px;
}
.block-shoppingcart .items {
	margin-top: 10px;
}
.block.block-shoppingcart .listbox ul{
	margin-left: 10px;	
}
.block-shoppingcart .buttons {
	/*text-align: right;*/
}
.block-shoppingcart .separator{
	display: none;	
}
/*newsletter*/

.block-newsletter form .options {
	padding: 10px 0;
}
.block-newsletter form .options input {
	clear: left;
}

/* RHS featured product*/

.block-shadow.featured{
	border: 10px solid #fff;
	border-radius: 2px;
	box-shadow: 5px 5px 15px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#999999')"; 
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 1.167em;
	line-height: 1.25em;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 30px;
}

.block-shadow.featured a{
	font-size: 13px;
	margin-bottom: 10px;
	text-decoration: underline;
}

.block-shadow.featured .delivery{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width: 150px;
	font-weight: normal;
	margin-top: 5px;
}

.block-shadow.featured .listbox{
	padding-top: 5px;	
}
.block-shadow.featured ul{
	margin-left: 5px;	
}
.block-shadow.featured ul li{
	list-style-type: none;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
.block-shadow.featured .separator{
	display: none;	
}
.block-shadow.featured  #in-this-week{
	background-image: url(images/featured-label.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 65px;
	width: 65px;
	left: 130px;
	top: 30px;	
	position: absolute;
}
.block-shadow.featured  #bag-graphic{
	margin: 0px;
	padding: 0px;
	left: 80px;
	bottom: -85px;	
	position: absolute;
}

.home #bag-graphic, .Shop #bag-graphic {
	display: none;	
}


#in-this-week img{
	height: 65px;
	width: 65px;
}

.block-popular-tags{
	display: none;	
}

.block-popular-tags li, .block-popular-blogtags li {
	display: inline !important;
}

.block-blog-archive .year {
	color: #f93;
	font-weight: bold;
	text-decoration: none;
}

/* ORDER SUMMARY, SHOPPING CART, WISHLIST */
.shoppingcart-page, .wishlist-page {
}

.shoppingcart-page .page-title, .wishlist-page .page-title {
	border-bottom: 0 none;
}

.shoppingcart-page .body, .wishlist-page .body {
	margin: 0;
	padding: 0;
	/*font-size: 11px;
	color: #555;*/
}

.wishlist .shareinfo {
	background: url(images/cart-footer-bg.gif) repeat-x bottom;
	font-size: 1.2em;
	height: 50px;
	padding: 0 0 5px 5px;
}

.wishlist .shareinfo .sharelabel {
	font-weight: bold;
}

.wishlist .shareinfo .sharelink {
}

.order-summary-content {
	margin: 0;
	padding: 10px;
	/*font-size: 11px;
	color: #555;*/
}

.wishlist-content {
	margin: 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.order-summary-content .totals {
	float: right;
	padding: 23px 5px 0;
	width: 330px;
}

.order-summary-content .cart-collaterals {
	padding: 20px 0 10px;
	width: 550px;
}

.order-summary-content .deals {
	display: inline;
	float: left;
	margin: 0 20px 0 0;
	width: 250px;
}

.order-summary-content .shipping {
	display: inline;
	float: left;
	margin: 0;
	width: 280px;
}

.order-summary-content .coupon-box, .order-summary-content .giftcard-box {
	padding: 10px;
	font-size: 11px;
	color: #555;
	background: #F7F5E8;
	margin: 0 0 10px;
	border: dotted 1px #d3d3d3;
}

.order-summary-content .coupon-box .current-code {
}

.order-summary-content .giftcard-box {
	position: relative;
	z-index: 1;
}

.order-summary-content .coupon-box .discountcouponcode, .order-summary-content .giftcard-box .giftcardcouponcode {
	width: 125px;
}

.order-summary-content .cart, .wishlist-content .cart {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}

.wishlist-content .cart {
	margin-bottom: 10px;
}

.order-summary-content .cart td, .wishlist-content .cart td {
	padding: 10px;
}

.order-summary-content .cart .cart-header-row, .wishlist-content .cart .cart-header-row {
	font-weight: bold;
}

.cart-header-row{
	background-image: url(images/cart-header-bg.gif);
}

.order-summary-content .cart .cart-header-row th, .wishlist-content .cart .cart-header-row th {
	color: #FFF;
	border-right: solid 1px #6a6a6a;
	height: 20px;
	padding: 5px 8px;
	vertical-align: middle;
	white-space: nowrap;
	
}

.order-summary-content .cart .cart-header-row th.remove, .wishlist-content .cart .cart-header-row th.remove{
	background-image: url(/Themes/Wild/Content/images/ico-delete.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 20px;
}

.order-summary-content .cart .cart-header-row th.picture, .wishlist-content .cart .cart-header-row th.picture {
	border: none;
}

.order-summary-content .cart .cart-header-row th.end, .wishlist-content .cart .cart-header-row th.end {
	text-align: right;
	padding-right: 5px;
}

.order-summary-content .cart .cart-item-row, .wishlist-content .cart .cart-item-row {
}

.order-summary-content .cart .cart-item-row td, .wishlist-content .cart .cart-item-row td {
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
	line-height: 30px;
}

.order-summary-content .cart .cart-item-row td.product, .wishlist-content .cart .cart-item-row td.product {
	text-align: left;
	padding: 0 10px;
}

.order-summary-content .cart .cart-item-row td.product a, .wishlist-content .cart .cart-item-row td.product a {
	font-weight: bold;
}

.order-summary-content .cart .cart-item-row td.end, .wishlist-content .cart .cart-item-row td.end {
	text-align: right;
	font-weight: bold;
	color: #000;
	padding-right: 5px;
}

.order-summary-content .cart .cart-item-row .qty-input, .wishlist-content .cart .cart-item-row .qty-input {
	width: 30px;
}

.cart-item-row .product-variant-list{
	margin:0px;	
}

.cart-item-row .product-variant-list .label{
	color: #666666;
	font-weight: 400;
}

.amount{
	text-align: right;	
}

.order-summary-content .cart-footer {
	width: 100%;
	/*background: url(images/cart-footer-bg.gif) repeat-x bottom;*/
}

.order-summary-content .total-info {
	margin: 0;
	font-size: 12px;
}

.cart_total_left {
	width: 100%;
	text-align: right;
	vertical-align: middle;
	height: 21px;
	font-weight: bold;
	color: #353434;
}

.cart_total_left_below {
	width: 100%;
	text-align: right;
	vertical-align: top;
	height: 30px;
}

.cart_total_right {
	text-align: right;
	vertical-align: middle;
	padding-left: 5px;
}

.order-summary-content .removegiftcardbutton, .order-summary-content .removediscountbutton {
	padding-right: 5px;
	padding-left: 18px;
	background: url(images/ico-delete.gif) no-repeat;
	border: 0;
	width: 32px;
	height: 15px;
}

.order-summary-content .removegiftcardbutton:hover, .order-summary-content .removediscountbutton:hover {
	cursor: pointer;
}

.order-summary-content .selected-checkout-attributes {
	margin: 0;
	padding: 10px 5px 10px 0;
	width: 100%;
	text-align: right;
	vertical-align: middle;
	color: #353434;
}

.order-summary-content .checkout-attributes {
	margin: 20px 0px 0px 0px;
	padding: 10px 20px;
	background: none repeat scroll 0 0 #f2eece;
	border-radius: 5px;
	
}

.order-summary-content .checkout-attributes .textprompt {
	font-weight: bold;
}

.order-summary-content .checkout-attributes .textbox {
	width: 300px;
}

.order-summary-content .checkout-attributes textarea {
	width: 300px;
	height: 150px;
}

.order-summary-content .min-amount-warning {
	margin: 0;
	padding: 10px 0 10px 10px;
}

.order-summary-content .terms-of-service {
	margin: 0;
	padding: 10px 0 10px 10px;
}

.order-summary-content .terms-of-service .read {
	text-decoration: underline;
}

.order-summary-content .terms-of-service .read:hover {
	cursor: pointer;
}

.order-summary-content .common-buttons {
	margin: 0;
	padding: 10px 10px 10px 0;
	/*float: left;*/
}

.order-summary-content .common-buttons .info{
	float: right;
	font-weight: bold;
	background-image: url(/Themes/Wild/Content/images/icon-info.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 20px;
	padding-top: 5px;
}

.order-summary-content .common-buttons .info p{
	background-image: none;
	padding-left: 0px;
	padding-top: 0px;
}

.order-summary-content  .common-buttons .info img{
	margin-left:5px;	
}

.order-summary-content .checkout-buttons {
	float: right;
	margin: 0;
	padding: 10px 0 10px 10px;
}

.order-summary-content .addon-buttons {
	clear: both;
	float: right;
	margin: 0;
	padding: 10px 0 10px 10px;
	text-align: right;
}

.order-summary-content .crosssells-title {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 5px 5px 0;
	border-bottom: 0 none;
	margin: 0 0 10px;
	width: 100%;
}

.estimate-shipping {
	margin: 0;
	padding: 10px;
	font-size: 11px;
	color: #555;
	background: #F7F5E8;
	border: dotted 1px #d3d3d3;
}

.estimate-shipping .country-input, .estimate-shipping .state-input {
	width: 137px;
}

.estimate-shipping .zip-input {
}

.estimate-shipping .shipping-options {
	text-align: left;
	margin: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.estimate-shipping .shipping-options .shipping-option-item {
	text-align: left;
	vertical-align: text-top;
	padding: 5px 0 0 5px;
}

.estimate-shipping .shipping-options .shipping-option-item .option-name {
	font-weight: bold;
}

.estimate-shipping .shipping-options .shipping-option-item .option-description {
	padding: 5px 0 5px 16px;
}

/* CHECKOUT, ORDER DETAILS */
.checkout-page, .checkout-one-page {
}

.checkout-page .page-title, .checkout-one-page .page-title {
	border-bottom: 0 none;
}

.checkout-page .checkout-data, .checkout-one-page .checkout-data {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.checkout-page .address-box div{
	padding-top: 3px;	
}

.checkout-one-page .checkout-data .progress {
	position: absolute;
	top: 100px;
	width: 180px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background: none repeat scroll 0 0 #FFF;
	padding: 5px 10px;
	text-align: center;
	z-index: 2147483647;
}

.checkoutstep {
}

.checkoutstep .steptitle {
	border: 1px solid #2F4F4F;
	color: #FFF;
	background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
}

.checkoutstep .stepcontent {
	border: dashed 1px #2F4F4F;
	border-top: none;
	padding: 5px;
}

.order-summary-body {
	text-align: center;
	margin: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.checkout-data .select-address-title, .checkout-data .enter-address-title, .order-summary-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	padding: 10px 10px 5px 0;
	font-size: 1.333em;
	margin-bottom: 1em;
	font-weight: bold; 
	clear: both;
}

.checkout-data .address-grid {
	/*margin-bottom: 15px;*/
	padding: 0;
}

.checkout-data .address-grid .item-box {
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}

.checkout-data .address-grid .address-item {
	text-align: center;
	margin: 0px 10px 0px 0px;
	padding: 10px;
	border: 1px solid #d7d7d7;
	width: 200px;
	height: auto;
}

.checkout-data .address-grid .address-item .select-button {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}

.checkout-data .address-grid .address-item .address-box {
	text-align: left;
}



.checkout-data .enter-address {
	text-align: center;
	/*margin: 10px;*/
	border: 1px solid #d7d7d7;
	height: auto;
}

.checkout-data .enter-address .enter-address-body {
	text-align: left;
	margin: 10px;
}

.checkout-data .enter-address .buttons {
	margin: 10px;
	text-align: left;
}

.checkout-data .enter-address .the-same-address {
	text-align: left;
	margin: 10px;
}

.checkout-data .shipping-options {
	text-align: left;
	margin: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.checkout-data .shipping-options .shipping-option-item {
	text-align: left;
	vertical-align: text-top;
	padding: 5px 0 0 5px;
}

.checkout-data .shipping-options .shipping-option-item .option-name {
	font-weight: bold;
}

.checkout-data .shipping-options .shipping-option-item .option-description {
	padding: 5px 0 5px 16px;
}

.checkout-data .shipping-options .select-button {
	margin: 10px;
	text-align: left;
}

.checkout-data .shipping-options .message-error {
	margin: 10px;
	text-align: left;
}

.checkout-data .userewardpoints {
	margin: 0;
	padding: 10px;
	font-size: 11px;
	color: #555;
	background: #F7F5E8;
	margin-bottom: 10px;
	border: dotted 1px #d3d3d3;
}

.checkout-data .payment-methods {
	text-align: left;
	margin: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.checkout-data .payment-methods .payment-method-item {
	padding: 10px;
	text-align: left;
	vertical-align: text-top;
}

.checkout-data .payment-methods .select-button {
	margin: 10px;
	text-align: left;
}

.checkout-data .payment-methods .message-error {
	padding: 10px 10px 5px 0;
	font-weight: bold;
	clear: both;
}

.checkout-data .payment-info {
	text-align: left;
	margin: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.checkout-data .payment-info .body {
	padding: 10px;
	text-align: left;
	vertical-align: text-top;
}

.checkout-data .payment-info .select-button {
	margin: 10px;
	text-align: left;
}

.checkout-data .confirm-order {
	text-align: left;
	margin: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.checkout-data .confirm-order .select-button {
	margin: 10px;
	text-align: left;
}

.checkout-data .confirm-order .message-error {
	margin: 10px;
	text-align: left;
}

.checkout-data .order-completed {
	text-align: left;
	margin: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.checkout-data .order-completed .body {
	padding: 10px;
	text-align: left;
	vertical-align: text-top;
}

.checkout-data .order-completed .select-button {
	margin: 10px;
	text-align: left;
}

.order-details {
}

.order-details .page-title {
	border-bottom: 0 none;
	text-align: left;
}

.order-details .page-title .title {
	text-align: left;
}

.order-details .page-title .print-buttons {
	text-align: right;
}

.order-details .info {
	border: 1px solid #d7d7d7;
	padding: 10px;
}

.order-details .section-title {
	/*padding: 10px 10px 5px 0;
	font-weight: bold;
	clear: both;*/
}

.order-details .order-overview {
	text-align: left;
	padding-bottom: 10px;
}

.order-details .order-overview .order-total-top {
	text-align: right;
}

.order-details .order-details-box {
	text-align: left;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.order-details .products-box, .order-details .shipments-box, .order-details .ordernotes-box {
	text-align: left;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.order-details .checkout-attributes {
	text-align: right;
	vertical-align: middle;
	padding: 10px;
	height: auto;
}

.order-details .cart_total_left {
	color: #000;
}

.shipment-details {
}

.shipment-details .page-title {
	border-bottom: 0 none;
	text-align: left;
}

.shipment-details .info {
	border: 1px solid #d7d7d7;
	padding: 10px;
}

.shipment-details .section-title {
	/*padding: 10px 10px 5px 0;
	font-weight: bold;
	clear: both;*/
}

.shipment-details .overview {
	text-align: left;
	padding-bottom: 10px;
}

.shipment-details .trackingurl {
	color: #f93;
	text-decoration: none;
}

.shipment-details .products-box, .shipment-details .shipmentstatusevents-box {
	text-align: left;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.downloadable-products {
	margin: 0;
	padding: 5px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.downloadable-products .info {
	padding: 10px;
}

.order-progress {
	height: 40px;
	margin: 0 auto;
	text-align: center;
	border-bottom: solid 2px #f3f3f3;
}

.order-progress ul {
	padding: 0;
	margin: 0;
}

.order-progress ul li {
	list-style: none;
	display: inline;
	padding: 5px 20px 0;
}

.order-progress ul li .active-step {
	color: #0f5f35;
	background: url(images/progress-step-active.gif) no-repeat 50% 50%;
	padding-bottom: 40px;
	padding-right: 1px;
}

.order-progress ul li .active-step:hover{
	color: #f93;
}

.order-progress ul li .inactive-step {
	color: #d7d7d7;
	background: url(images/progress-step-inactive.gif) no-repeat 50% 50%;
	padding-bottom: 40px;
	padding-right: 1px;
}

.return-request {
}

.return-request .page-title {
	border-bottom: 0 none;
}

.return-request .section-addinfo {
	padding: 10px 10px 5px 0;
	font-weight: bold;
}

.return-request .products-box {
	text-align: left;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.return-request .why {
}

.return-request .why .return-reasons {
}

.return-request .why .return-actions {
}

.return-request .why .comment {
	width: 350px;
	height: 150px;
}

.return-request .buttons {
}

.customer-return-request-list {
	margin: 0;
	padding: 5px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.customer-return-request-list .section-title {
	/*padding: 10px 10px 5px 0;
	font-weight: bold;
	clear: both;
	font-size: 12px;*/
}

.customer-return-request-list .request-item {
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

/* ONE PAGE CHECKOUT */
.opc .buttons {
	margin-top: 0;
	padding-top: 2em;
}

.opc .buttons .back-link small {
	display: none;
}

.opc .buttons .back-link a {
	background: url(images/arrow-up.png) 0 50% no-repeat;
	padding-left: 20px;
}

.opc .buttons.disabled button {
	display: none;
}

.opc .buttons .please-wait {
	height: 21px;
	line-height: 21px;
}

.opc .ul {
	list-style: disc outside;
	padding-left: 18px;
}

.opc ul, .opc ol, ul.opc, ol.opc {
	list-style: none outside none;
}

.opc {
	position: relative;
}

.opc li.section {
}

.opc .step-title {
	border-width: 0 1px;
	border-style: solid;
	border-color: #fff #d9dde3 #d9dde3;
	background: #eee 0 100% repeat-x;
	padding: 4px 8px 6px;
	text-align: right;
}

.opc .step-title .number {
	float: left;
	background: #fff;
	border: 1px solid #fff;
	padding: 0 4px;
	margin: 0 5px 0 0;
	font: bold 11px/14px arial, helvetica, sans-serif;
	color: #999;
}

.opc .step-title h2 {
	float: left;
	margin: 0;
	font: bold 13px/16px Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: capitalize;
}

.opc .allow .step-title {
	background: #d0dce1;
	border: 1px solid #a3aeb3;
	border-bottom: 0;
	color: #a4b3b9;
	cursor: pointer;
}

.opc .allow .step-title .number {
	background: #dbe6eb;
	border-color: #dbe6eb;
	color: #a4b3b9;
}

.opc .allow .step-title h2 {
	color: #a4b3b9;
}

.opc .active .step-title {
	background: #f9f3e3;
	border: 1px solid #bbafa0;
	padding-bottom: 5px;
	color: #f18200;
	cursor: default;
}

.opc .active .step-title .number {
	background: #f18200;
	border-color: #f19900;
	color: #fff;
}

.opc .active .step-title h2 {
	color: #F93;
}

.opc .step {
	border: 1px solid #bbafa0;
	border-top: 0;
	background: #fbfaf6 0 0 repeat-x;
	padding: 15px 30px;
	position: relative;
}

.opc .step-title:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

/* HOME PAGE */
.home-page-product-grid {
	margin-left: auto;
	margin-right: auto;
	width: 520px;
	display: none;
}

.product-grid.bestsellers{
	display: none;	
}

.home-page-product-grid .title {
	padding: 10px 10px 10px 0;
	margin: 0 0 0 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #3a3a3a;
	text-align: center;
}

.home-page-category-grid {
	margin-left: auto;
	margin-right: auto;
	width: 520px;
}

.home-page-category-grid a {
	color: #555;
}

.home-page-category-grid .item-box {
	text-align: center;
	vertical-align: text-top;
}

.home-page-category-grid .category-item {
	text-align: center;
	margin: 10px;
	width: 150px;
	height: auto;
	background: url(images/home-cat-bg.gif) no-repeat 0 100%;
}

.home-page-category-grid .category-item .title {
	text-align: center;
	font-weight: bold;
	background: url(images/home-cat-title.gif);
	font-size: .9em;
	display: block;
	overflow: hidden;
	height: 1.8em;
	padding: 8px 0 5px;
}

.home-page-category-grid .category-item .picture {
	text-align: center;
	padding: 10px 0;
}

.bestsellers {
	margin-left: auto;
	margin-right: auto;
	width: 520px;
}

.bestsellers .title {
	padding: 10px 10px 10px 0;
	margin: 0 0 0 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #3a3a3a;
	text-align: center;
}

/* PRODUCTS IN GRID - TEMPLATE */
.product-grid {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 520px;
	text-align: center;
}

.product-grid .item-box {
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}

.product-grid .product-item {
	text-align: center;
	margin: 10px 5px;
	width: 250px;
	background: url(images/prod_grid_box_bg.gif) no-repeat 0 100%;
}

.product-grid .product-item .product-title {
	font-weight: bold;
	font-size: 12px;
	background: url(images/deal_box_hl.gif) no-repeat 0 0;
	padding-left: 10px;
}

.product-grid .product-item .product-title a {
	background: url(images/deal_box_hr.gif) no-repeat 100% 0;
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden;
	padding: 4px 10px 8px 0;
}

.product-grid .product-item .picture {
	text-align: center;
	margin-top: 10px;
}

.product-grid .product-item .description {
	margin: 5px 5px 0;
	text-align: center;
	padding: 10px 5px;
	border-top: solid 1px #e3e3e3;
	color: #555;
	height: 50px;
}

.product-grid .product-item .add-info {
	vertical-align: bottom;
	text-align: right;
	width: 250px;
	height: 85px;
	position: relative;
}

.product-grid .product-item .add-info .prices {
	text-align: right;
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.product-grid .product-item .add-info .buttons {
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	left: 10px;
	text-align: left;
}

.product-grid .product-item .add-info .prices .productPrice {
	color: green;
}

.product-grid .product-item .add-info .prices .oldproductPrice {
	color: Red;
	text-decoration: line-through;
}

.product-grid .item-box {
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}

.product-grid .small-product-item {
	text-align: center;
	margin: 10px;
	width: 150px;
	height: 150px;
}

.product-grid .small-product-item .product-title {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.product-grid .small-product-item .picture {
	text-align: center;
}

/* PRODUCTS IN LINES - TEMPLATE */

.product-list {
	/*width: 520px;*/
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

.product-list .product-blurb{
	
}

.product-list  .product-collateral {
	float: right;
	clear:right;
}
.product-list .item-box {
	text-align: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}

.product-list .product-item {
	width: 520px;
	height: 177px;
	/*background: url(images/pb_s_bg.gif) no-repeat 0 100%;*/
	margin-top: 10px;
	position: relative;
}

.product-list .product-item .product-title {
	font-weight: bold;
	font-size: 1.333em;
	margin: 0px auto 10px 10px;
}

.product-list .product-item .product-title a {
	/*background: url(images/deal_box_hr.gif) no-repeat 100% 0;*/
	height: 2em;
	line-height: 1.3em;
	overflow: hidden;
	padding: 4px 10px 8px 0;
	
}

.product-list .product-item .picture {
	float: left;
	margin: 5px 10px 10px 0px;
}

.product-list .product-item .description {
	padding: 0 0 0 10px;
	text-align: left;
	color: #555;
	max-width: 350px;
}

.product-list .product-item .add-info {
	display: none;
	/*float: right;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 5px;*/
}

.product-list .product-item .prices {
}

.product-list .product-item .prices .productPrice {
	color: green;
}

.product-list .product-item .prices .oldproductPrice {
	color: Red;
	text-decoration: line-through;
}

.product-list .product-item .buttons {
	padding-top: 20px;
}

.product-list .product-variant .overview{
	display: none;
}

.product-list .product-item .attributes{
	text-align: right;	
}

.product-list .product-item .attributes span{
	color: #C00;
	line-height: 2em;
}

.product-list .product-item .attributes span.textprompt{
	color: #000;
}

.product-list .productPrice{
	font-weight: bold;	
}

/* INDIVIDUAL PRODUCT */

.overview .product-variant-list{
	width: 210px;
	padding: 10px 15px 10px 0px;
	margin: 15px 0px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

.product-variant-list  .overview{
	display: none;	
}
.product-variant-list .attributes{
	text-align: right;	
}

.product-variant-list .attributes span{
	color: #666;
	line-height: 2em;
}

.product-variant-list .attributes span.textprompt{
	color: #000;
}

.product-variant-list  .productPrice{
	font-weight: bold;	
}
.product-variant-list .productPrice span.label{
	font-weight: normal;
	color: #666;
}
/* FEATURED PRODUCTS */
.featured-product-grid {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 520px;
	text-align: center;
}

.featured-product-grid .title {
	padding: 10px 10px 5px 0;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	margin: 0;
	color: #f93;
}

.featured-product-grid .item-box {
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}

.featured-product-grid .product-item {
	text-align: center;
	margin: 10px 5px;
	width: 250px;
	background: url(images/prod_grid_box_bg.gif) no-repeat 0 100%;
}

.featured-product-grid .product-item .product-title {
	font-weight: bold;
	font-size: 12px;
	background: url(images/deal_box_hl.gif) no-repeat 0 0;
	padding: 0 0 0 10px;
	text-transform: none;
}

.featured-product-grid .product-item .product-title a {
	background: url(images/deal_box_hr.gif) no-repeat 100% 0;
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden;
	padding: 4px 10px 8px 0;
}

.featured-product-grid .product-item .picture {
	text-align: center;
	margin-top: 10px;
}

.featured-product-grid .product-item .description {
	margin: 5px 5px 0;
	text-align: center;
	padding: 10px 5px;
	border-top: solid 1px #e3e3e3;
	color: #555;
	height: 50px;
}

.featured-product-grid .product-item .add-info {
	vertical-align: bottom;
	text-align: right;
	width: 250px;
	height: 85px;
	position: relative;
}

.featured-product-grid .product-item .add-info .prices {
	text-align: right;
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.featured-product-grid .product-item .add-info .buttons {
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	left: 10px;
	text-align: left;
}

.featured-product-grid .product-item .add-info .prices .productPrice {
	color: green;
}

.featured-product-grid .product-item .add-info .prices .oldproductPrice {
	color: Red;
	text-decoration: line-through;
}

/* PAGES */
.category-page, .manufacturer-page, .manufacturerlist-page, .producttag-page {
}

.category-page .page-title, .manufacturerlist-page .page-title, .manufacturer-page .page-title, .producttag-page .page-title {
	border-bottom: 0 none;
}

.category-page .category-description, .manufacturer-page .manufacturer-description {
	color: #555;
	font-size: 1.1em;
}

.sub-category-grid, .manufacturer-grid {
	margin-left: auto;
	margin-right: auto;
	width: 520px;
	margin-bottom: 15px;
}

.sub-category-grid a:hover, .manufacturer-grid a:hover {
	color: #c15200;
}

.sub-category-grid .item-box, .manufacturer-grid .item-box {
	text-align: center;
	vertical-align: text-top;
}

.sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item {
	text-align: center;
	margin: 10px;
	width: 150px;
	height: auto;
	/*background: url(images/home-cat-bg.gif) no-repeat 0 100%;*/
	border-radius: 2px;
    box-shadow: 2px 2px 8px #ddd;
}

.sub-category-grid .sub-category-item .category-title, .manufacturer-grid .manufacturer-item .man-title {
	/*background-color: #c4d5a9;
	border-radius: 3px;*/
	font-size: 1.250em;
	line-height: 1.250em;
	/*color: #FFFFFF;*/
	/*font-family: "Gloria Hallelujah", cursive;*/
	font-weight: 700;
	margin: 0px 0px 5px 0px;
	padding: 10px 10px;
}

.category-title a:hover, .man-title a:hover{
	color: #f93;
}

.sub-category-grid .sub-category-item .picture, .manufacturer-grid .manufacturer-item .picture {
	text-align: center;
	padding: 10px 0;
}

.product-sorting {
	margin: 0 auto 10px;
	float: left;
}

.product-viewmode {
	margin: 0 auto 10px;
	float: right;
}

.product-page-size {
	width: 165px;
	margin: 0 auto;
	text-align: center;
}

.product-filters {
	width: 520px;
	background: url(images/fb_s_bg.gif) no-repeat 0 100%;
	margin: 0 auto;
}

.product-filters .filter-title {
	font-weight: bold;
	background: url(images/deal_box_hl.gif) no-repeat 0 0;
	padding-left: 10px;
	color: #555;
}

.product-filters .filter-title span {
	background: url(images/deal_box_hr.gif) no-repeat 100% 0;
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden;
	padding: 4px 10px 8px 0;
}

.product-filters .filter-item {
	padding: 5px 10px;
}

.price-range-filter {
}

.price-range-filter .title {
	color: #555;
	font-weight: bold;
	background: url(images/ico-arrow-r.gif) no-repeat;
	padding: 1px 0 5px 20px;
}

.price-range-filter ul {
	margin: 0;
	padding-left: 20px;
}

.price-range-filter li {
	list-style: none;
	padding-bottom: 2px;
}

.price-range-filter .selected-price-range {
	padding-left: 20px;
}

.price-range-filter .remove-price-range-filter {
	font-weight: bold;
}

.product-spec-filter {
}

.product-spec-filter .title {
	color: #555;
	font-weight: bold;
	background: url(images/ico-arrow-r.gif) no-repeat;
	padding: 1px 0 5px 20px;
}

.product-spec-filter table.filter {
	width: 100%;
}

.product-spec-filter table.filter tr.group {
	font-weight: bold;
}

.product-spec-filter table.filter tr.item td {
	padding: 2px 2px 2px 16px;
}

.product-spec-filter table.filter tr.filtereditem {
}

.product-spec-filter .remove-filter {
	padding-top: 5px;
	padding-left: 20px;
}

.product-spec-filter .remove-product-spec-filter {
	font-weight: bold;
}

.compare-products {
}

.compare-products .page-title {
	border-bottom: 0 none;
}

.compare-products .body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.compare-products-table {
	width: 100%;
}

.compare-products-table .remove-button {
	margin: 5px 5px 5px 0;
}

.compare-products-table tr.product-name {
	background-color: #CCC;
	font-weight: bold;
}

.compare-products-table td {
	border-width: 1px;
	border-color: #BFBFBF;
	border-style: solid;
	padding: 3px;
}

.login-page {
}

.login-page .page-title {
	border-bottom: 0 none;
}

.login-page .wrapper {
	width: 700px;
	margin-top: 10px;
	padding-left: 5px;
	font-size: 11px;
	color: #555;
}

.login-page .wrapper .new-wrapper {
	float: left;
	width: 50%;
}

.login-page .wrapper .new-wrapper .register-title {
	text-align: center;
	/*margin: 0 10px;
	font-weight: bold;*/
}

.login-page .wrapper .new-wrapper .register-block {
	text-align: center;
	margin: 10px 20px 0px 0px;
	padding: 15px 5px 5px;
	border: solid 1px #d3d3d3;
	min-height: 240px;
	vertical-align: top;
}

.login-page .wrapper .new-wrapper .checkout-as-guest-or-register-block {
	text-align: left;
	margin: 10px;
	padding: 15px 5px 5px;
	border: solid 1px #d3d3d3;
	height: 240px;
	vertical-align: top;
}

.login-page .wrapper .new-wrapper .buttons {
	padding-right: 20px;
	padding-top: 20px;
	text-align: right;
}

.login-page .wrapper .returning-wrapper {
	float: right;
	width: 50%;
}

.login-page .wrapper .returning-wrapper .login-title {
	text-align: center;
	/*margin: 0 10px;
	font-weight: bold;*/
}

.login-page .wrapper .returning-wrapper .buttons {
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	clear: both;
}

.captcha-enabled {
	height: 310px !important;
}

.login-page .wrapper .returning-wrapper .login-block {
	text-align: left;
	margin: 10px 0px 10px 0px;
	padding: 15px 5px 5px 10px;
	border: solid 1px #d3d3d3;
	min-height: 240px;
}

.login-table-container {
	vertical-align: middle;
}

.login-table-container .row {
}

.login-table-container .item-name {
	padding: 5px 10px 10px 0;
	display: block;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: middle;
	font-weight: bold;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

.login-table-container .item-value {
	padding: 0 0 10px;
	vertical-align: middle;
}

.login-page .forgot-password {
	font-weight: bold;
}

.external-auth-errors {
	text-align: center;
	border: solid 1px #d3d3d3;
	vertical-align: top;
	width: 100%;
	color: Red;
}

.external-auth-association {
	text-align: center;
	border: solid 1px #d3d3d3;
	vertical-align: top;
	width: 100%;
}

.external-auth-association .identifier {
}

.external-auth-association .remove {
	color: #F93;
}

.registration-page {
}

.registration-page .page-title {
	border-bottom: 0 none;
}

.registration-page .body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.registration-page .section-title {
	/*padding: 10px 10px 5px 0;
	font-weight: bold;
	clear: both;
	font-size: 12px;*/
}

.registration-page .section-body {
	text-align: left;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
	margin-bottom: 15px;
}

.registration-page .buttons {
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	clear: both;
}

.registration-page .required {
	color: red;
}

.availablestatus {
	color: green;
	padding-left: 5px;
}

.notavailablestatus {
	color: red;
	padding-left: 5px;
}

.password-recovery-page, newsletter-page {
}

.password-recovery-page .page-title, newsletter-page .page-title {
	border-bottom: 0 none;
}

.password-recovery-page .body, newsletter-page .body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.password-recovery-page .email {
	width: 250px;
}

.customer-avatar {
	padding: 10px;
}

.customer-avatar .buttons {
	margin: 5px 0;
}

.account-activation-page {
}

.account-activation-page .page-title {
	border-bottom: 0 none;
}

.account-activation-page .body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.address-edit-page {
}

.address-edit-page .page-title {
	border-bottom: 0 none;
}

.address-edit-page .body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.search-panel {
}

.search-panel .page-title {
	border-bottom: 0 none;
}

.search-panel .search-input {
	border: 1px solid #d7d7d7;
	padding: 10px;
}

.search-panel .search-input .buttons {
	text-align: right;
}

.search-panel .search-results {
	padding-top: 10px;
}

.search-panel .search-results .result {
	font-weight: bold;
	color: #555;
}

.search-panel table.basic-search, .search-panel table.adv-search {
	border-collapse: collapse;
	color: #333;
	margin: 0;
	width: 100%;
	vertical-align: middle;
	text-align: left;
	table-layout: fixed;
}

.search-panel table.adv-search #Cid {
	width: 374px;
}

.search-panel table.adv-search {
	border-top: solid #D3D3D3 1px;
	margin-top: 10px;
}

.search-panel table.basic-search td.title, .search-panel table.adv-search td.title {
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	width: 130px;
}

.search-panel table.basic-search td.data, .search-panel table.adv-search td.data {
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.search-panel table.adv-search .price-from, .search-panel table.adv-search .price-to {
	width: 100px;
}

.search-input .warning {
	text-decoration: underline;
}

.contact-form {
}

.contact-form .buttons {
	text-align: right;
}

.contact-form .send-email {
}

.contact-form .send-email .fullname {
	width: 250px;
}

.contact-form .send-email .email {
	width: 250px;
}

.contact-form .send-email .enquiry {
	width: 350px;
	height: 150px;
}

.breadcrumb {
	float: left;
	padding: 0;
	margin: 10px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	margin-bottom: 10px;
}

.breadcrumb a {
	text-decoration: none;
	/*color: #3a3a3a;*/
}

.breadcrumb a:hover {
	text-decoration: underline;
	/*color: #f93;*/
}

.newslist {
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.newslist .page-title {
	padding: 10px 0 1px;
	margin: 0 5px 10px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	font-size: 1.1em;
	color: #3a3a3a;
	border-bottom: solid 1px #999;
}

.newslist .page-title .title {
	text-align: left
}

.newslist .page-title .rss {
	text-align: right
}

.newslist .newsitems {
	margin: 0 5px;
	padding: 0;
}

.newslist .newsitems .item {
	border-bottom: dashed 1px #9a9a9a;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.newslist .newsitems .newsdate {
	color: #9a9a9a;
	font-style: italic;
}

.newslist .newsitems a.newstitle {
	color: #444;
	text-decoration: none;
	font-size: 1.2em;
}

.newslist .newsitems a.newstitle:hover {
	text-decoration: underline;
}

.newslist .newsitems .newsdetails {
	margin-top: 10px;
	margin-bottom: 10px;
}

.newslist .newsitems .readmore {
	font-weight: bold;
	text-decoration: none;
	color: #f93;
	background-color: inherit;
}

.newsitem {
}

.newsitem .page-title {
	border-bottom: 0 none;
}

.newsitem .newsdate {
	color: #9a9a9a;
	font-style: italic;
}

.newsitem .newsbody {
	margin: 0;
	padding: 0;
}

.newsitem .newsbody a {
	color: #f93;
	text-decoration: underline;
}

.newsitem .result {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: red;
}

.newscomments {
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.newscomments .title {
	padding: 10px 10px 10px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #3a3a3a;
}

.newscomments .newcomment {
	margin: 0;
	padding: 0;
}

.newscomments .newcomment td.leavetitle {
	padding: 0 10px 10px 0;
	font-weight: bold;
	font-size: 1.1em;
	color: #3a3a3a;
}

.newscomments .newcomment td.buttons {
	text-align: right;
}

.newscomments .newcomment .commenttitle {
	width: 350px;
}

.newscomments .newcomment .commenttext {
	width: 350px;
	height: 150px;
}

.newscomments .commentlist {
	border-top: solid 1px #6a6a6a;
	margin-top: 10px;
	background: url(images/cart-footer-bg.gif) repeat-x bottom;
}

.newscomment {
}

.newscomment .commentinfo {
	width: 170px;
	float: left;
	padding: 5px;
	height: 100%;
	border-right: solid 1px #F3F3F3;
}

.newscomment .commentinfo .userinfo {
	padding-top: 5px;
}

.newscomment .commentinfo .userinfo a.username {
	font-weight: bold;
	margin-bottom: 5px;
}

.newscomment .commentinfo .userinfo span.username {
	font-weight: bold;
	margin-bottom: 5px;
}

.newscomment .commentinfo .userinfo .avatar {
	margin: 5px 0;
}

.newscomment .commentinfo .userinfo .avatar .avatar-img {
	border: solid 2px #CEDBE1 !important;
}

.newscomment .commentinfo .userinfo .userstats {
	font-size: .9em;
	text-align: left;
	font-weight: bold;
	color: #555;
}

.newscomment .commentinfo .userinfo .userstats .statvalue {
	font-weight: 400;
}

.newscomment .commentcontent {
	margin-left: 180px;
	border-left: solid 1px #F3F3F3;
}

.newscomment .commentcontent .commenttime {
	font-weight: bold;
	line-height: 20px;
	padding: 3px;
	background: #e3f3f3;
}

.newscomment .commentcontent .commenttime .statvalue {
	font-weight: 400;
}

.newscomment .commentcontent .commenttitle {
	padding: 3px;
	font-weight: bold;
}

.newscomment .commentcontent .commentbody {
	padding: 3px;
}

.blog {
}

.blog .page-title {
}

.blog .page-title .title {
	text-align: left;
}

.blog .page-title .rss {
	text-align: right;
}

.blog .blogposts .post .blogdate {
	color: #9a9a9a;
	font-style: italic;
}

.blog .blogposts .post a.blogtitle {
	color: #444;
	text-decoration: none;
	font-size: 1.2em;
}

.blog .blogposts .post a.blogtitle:Hover {
	text-decoration: underline;
}

.blog .blogposts {
	margin: 0 5px;
	padding: 0;
}

.blog .blogposts .post {
	border-bottom: dashed 1px #9a9a9a;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.blog .blogposts .blogbody, .blog .blogposts .tags {
	margin-top: 10px;
	margin-bottom: 10px;
}

.blog .blogposts .blogbody a, .blog .blogposts .tags a {
	color: #f93;
	text-decoration: underline;
}

.blog .blogposts .blogdetails {
	font-weight: bold;
	text-decoration: none;
	color: #f93;
	background-color: inherit;
}

.blogpost {
}

.blogpost .page-title {
	border-bottom: 0 none;
}

.blogpost .postdate {
	color: #9a9a9a;
	font-style: italic;
}

.blogpost .postbody, .blogpost .tags {
	margin: 0;
	padding: 0;
}

.blogpost .postbody a, .blogpost .tags a {
	color: #f93;
	text-decoration: underline;
}

.blogpost .result {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: red;
}

.blogcomments {
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.blogcomments .title {
	padding: 10px 10px 10px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #3a3a3a;
}

.blogcomments .newcomment {
	margin: 0;
	padding: 0;
}

.blogcomments .newcomment td.leavetitle {
	padding: 0 10px 10px 0;
	font-weight: bold;
	font-size: 1.1em;
	color: #3a3a3a;
}

.blogcomments .newcomment td.buttons {
	text-align: right;
}

.blogcomments .newcomment .commenttext {
	width: 350px;
	height: 150px;
}

.blogcomments .commentlist {
	border-top: solid 1px #6a6a6a;
	margin-top: 10px;
	background: url(images/cart-footer-bg.gif) repeat-x bottom;
}

.blogcomment {
}

.blogcomment .commentinfo {
	width: 170px;
	float: left;
	padding: 5px;
	height: 100%;
	border-right: solid 1px #F3F3F3;
}

.blogcomment .commentinfo .userinfo {
	padding-top: 5px;
}

.blogcomment .commentinfo .userinfo a.username {
	font-weight: bold;
	margin-bottom: 5px;
}

.blogcomment .commentinfo .userinfo span.username {
	font-weight: bold;
	margin-bottom: 5px;
}

.blogcomment .commentinfo .userinfo .avatar {
	margin: 5px 0;
}

.blogcomment .commentinfo .userinfo .avatar .avatar-img {
	border: solid 2px #CEDBE1 !important;
}

.blogcomment .commentinfo .userinfo .userstats {
	font-size: .9em;
	text-align: left;
	font-weight: bold;
	color: #555;
}

.blogcomment .commentinfo .userinfo .userstats .statvalue {
	font-weight: 400;
}

.blogcomment .commentcontent {
	margin-left: 180px;
	border-left: solid 1px #F3F3F3;
}

.blogcomment .commentcontent .commenttime {
	font-weight: bold;
	line-height: 20px;
	padding: 3px;
	background: #e3f3f3;
}

.blogcomment .commentcontent .commenttime .statvalue {
	font-weight: 400;
}

.blogcomment .commentcontent .commentbody {
	padding: 3px;
}

.todays-poll-box {
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.todays-poll-box .title {
	padding: 10px 10px 5px 0;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.todays-poll-box .todays-poll-box-block {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.todays-poll-box .poll-item {
	float: left;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

.block-poll .poll-item {
	margin: 0;
	padding: 0;
	font-size: 11px;
	background-color: inherit;
	text-align: left;
	vertical-align: top;
}

.poll-item label {
	margin: 0 0 0 5px;
}

.poll-take-poll, .poll-results {
	border: dashed 1px #666;
	padding: 5px;
	margin-top: 10px;
}

.poll-display-text {
	font-weight: bold;
}

.poll-total-votes {
	font-style: italic;
}

.emailafriend-page {
}

.emailafriend-page .page-title {
	border-bottom: 0 none;
}

.emailafriend-page .send-email {
	border: 1px solid #d7d7d7;
	margin-top: 10px;
	padding: 0 0 10px 10px;
}

.emailafriend-page .send-email .product {
	font-weight: bold;
}

.emailafriend-page .send-email .friendemail {
	width: 350px;
}

.emailafriend-page .send-email .youremail {
	width: 350px;
}

.emailafriend-page .send-email .personalmessage {
	width: 350px;
	height: 150px;
}

.recently-added-products {
}

.recently-added-products .page-title {
}

.recently-added-products .page-title .title {
	text-align: left;
}

.recently-added-products .page-title .rss {
	text-align: right;
}

.recently-viewed-products {
}

.recently-viewed-products .page-title {
}

/* CUSTOMER ACCOUNT */
.account-page {
}

.account-page .page-title {
	border-bottom: 0 none;
}

.account-page .body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #555;
}

.customer-info-box {
	margin: 0;
	padding: 5px;
	font-size: 11px;
	color: #555;
}

.customer-info-box .section-title {
	/*padding: 10px 10px 5px 0;
	font-weight: bold;
	clear: both;
	font-size: 12px;*/
}

.customer-info-box .section-body {
	text-align: left;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
	margin-bottom: 15px;
}

.customer-info-box .buttons {
	margin-bottom: 5px;
	margin-top: 5px;
	/*text-align: center;*/
}

.customer-addresses {
	margin: 0;
	padding: 5px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.customer-addresses .section-title {
	/*padding: 10px 10px 5px 0;
	font-weight: bold;
	clear: both;
	font-size: 12px;*/
}

.customer-addresses .address-list {
}

.customer-addresses .address-list .buttons {
	text-align: right;
}

.customer-addresses .address-list .address-item {
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
	line-height: 1.333em;
}

.customer-addresses .add-button {
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
	text-align: right;
}

.customer-orders {
	margin: 0;
	padding: 5px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.customer-orders .recurring-payments {
	padding: 10px 10px 5px 0;
	width: 100%;
	clear: both;
}

.customer-orders .recurring-payments .section-title {
	/*padding: 10px 10px 5px 0;
	font-weight: bold;
	clear: both;
	font-size: 12px;*/
}

.customer-orders .recurring-payments .recurring-payments-box {
	text-align: left;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.customer-orders .order-list {
}

.customer-orders .order-list .order-item {
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.customer-orders .order-list .order-item .buttons {
	text-align: right;
}

.customer-pass-recovery {
	padding: 5px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.customer-pass-recovery .result {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: red;
}

.customer-rewardpoints {
	margin: 0;
	padding: 5px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.customer-rewardpoints .section-title {
	/*padding: 10px 10px 5px 0;
	font-weight: bold;
	clear: both;
	font-size: 12px;*/
}

.customer-rewardpoints .reward-points-overview {
	padding: 10px 10px 5px 0;
	width: 100%;
}

.customer-rewardpoints .reward-points-history {
	padding: 10px 10px 5px 0;
	text-align: left;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.backinstock-subscriptions-box {
	margin: 0;
	padding: 5px;
	font-size: 11px;
	color: #555;
}

.backinstock-subscriptions-box .buttons {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
}

.backinstock-subscriptions-box .backinstock-subscriptions-grid {
	font-family: arial;
	font-size: 11px;
	border: 1px solid gray;
	background-color: #FFF;
	margin-left: 0;
	width: 100%;
	border-collapse: collapse;
}

.backinstock-subscriptions-box .backinstock-subscriptions-grid a {
	display: block;
	margin-left: 5px;
}

.bissgridpagerstyle {
	padding: 5px;
	background: #eee;
	vertical-align: middle;
}

.bissgridpagerstyle span {
	font-weight: bold;
	font-size: 1.1em;
}

/* PRODUCT DETAILS */
.product-details-page {
	/*border: 1px solid #d3d3d3;
	margin-top: 10px;
	padding: 10px;*/
}

.product-details-page .product-collateral {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.product-essential {
}

.product-details-info {
}

.product-details-info .picture {
	float: left;
	/*width: 300px;
	margin-top: 25px;*/
	margin: 0px 10px 10px 0px;
}

.product-details-info .picture .picturethumbs {
	margin-top: 10px;
}

.product-details-info .overview {
	float: right;
	width: 210px;
}

.product-details-info .overview .productname {
	/*color: #f93;*/
	padding: 0px 5px 5px 0;
	font-size: 2.917em;
	margin: 0;
	font-family: 'Droid Sans', sans-serif;
	/*font-family: 'Gloria Hallelujah', cursive;*/
	font-weight: 400;
}

.product-details-info .overview .shortdescription, .product-details-info .overview .manufacturers, .product-details-info .overview .sku, .product-details-info .overview .manufacturerpartnumber, .product-details-info .overview .stock, .product-details-info .overview .gtin {
	color: #555;
	margin-bottom: .3em;
	font-size: 1.1em;
}

.backinstocksubscription {
	margin-top: 10px;
	margin-bottom: 10px;
}

.backinstocksubscription a.subscribebutton {
	text-decoration: underline;
}

.product-details-info .fulldescription {
	/*border-top: solid 1px #d3d3d3;*/
	clear: both;
	color: #555;
	margin-bottom: .3em;
}

.product-share-button {
	margin-top: 10px;
	margin-bottom: 10px;
}

.product-reviews-overview {
	margin-top: 20px;
	margin-bottom: 20px;
}

.product-reviews-overview .product-review-box {
	margin-right: 5px;
	width: 69px;
	height: 13px;
}

.product-review-box .rating {
	height: 13px;
	width: 55px;
	background: url(images/star_x_inactive.gif) 0 0 repeat-x;
}

.product-review-box .rating div {
	height: 12px;
	background: url(images/star_x_active.gif) 0 0 repeat-x;
}

.product-reviews-overview .product-review-links .separator {
	margin: 0 2px;
}

.product-reviews-overview .product-review-links {
	margin: 0;
}

.product-no-reviews {
	margin-top: 20px;
	margin-bottom: 20px;
}

.product-no-reviews a {
	text-decoration: underline;
}

.product-reviews-page {
}

.product-reviews-page .page-title {
	border-bottom: 0 none;
}

.product-reviews-page .page-title a {
	border-bottom: 0 none;
	text-decoration: underline;
}

.product-reviews-page .write-review {
}

.product-reviews-page .write-review .review-title {
	width: 350px;
}

.product-reviews-page .write-review .review-text {
	width: 350px;
	height: 150px;
}

.product-review-list {
	margin: 30px 0 0;
}

.product-review-list .product-review-item {
	border: solid 1px #d3d3d3;
	margin: 10px 0 0;
	padding: 10px 10px 20px;
	clear: both;
}

.product-review-list .product-review-item .review-title {
	font-weight: bold;
	float: left;
	margin-bottom: 5px;
}

.product-review-list .product-review-item .product-review-box {
	float: right;
	margin-right: 5px;
	width: 69px;
	height: 13px;
}

.product-review-list .product-review-item .review-text {
	float: left;
	margin-bottom: 5px;
}

.product-review-list .product-review-item .review-info {
	float: left;
	margin-bottom: 5px;
}

.product-review-list .product-review-item .review-info .separator {
	margin: 0 2px;
}

.product-review-helpfulness {
	font-size: 11px;
	color: #333;
	clear: both;
}

.product-review-helpfulness .vote {
	color: #f93;
	font-weight: bold;
	text-decoration: none;
}

.product-review-helpfulness .vote:hover {
	cursor: pointer;
	text-decoration: none;
}

.product-variant-list {
	padding: 0;
	margin: 0px 0px 15px 15px;
}

.product-variant .product-variant{
	text-align: right;	
}
.product-variant-line {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	border-bottom: solid 1px #d3d3d3;
}

.product-variant-line .picture {
	float: left;
	width: 300px;
	margin-bottom: 15px;
}

.product-variant-line .overview {
	float: right;
	width: 200px;
	margin-right: 25px;
}

.product-variant-line .overview .productname {
	color: #f93;
	font-size: 1.3em;
	margin-bottom: .3em;
}

.product-variant-line .description {
	clear: both;
	color: #555;
	margin-bottom: .3em;
}

.product-details-page .downloadsample {
	clear: both;
	color: #555;
	margin-top: 15px;
	margin-bottom: 15px;
}

.product-details-page .downloadsample .downloadsamplebutton {
	-x-system-font: none !important;
	background: #F1F1F1 url(images/btn_download_bg.gif) repeat-x scroll 0 100%;
	border: 1px solid #B5B5B5;
	color: #444;
	cursor: pointer;
	font-family: arial, sans-serif !important;
	font-size: 11px !important;
	font-size-adjust: none !important;
	font-stretch: normal !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: 700 !important;
	line-height: normal !important;
	overflow: visible;
	padding: 1px 5px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	width: auto;
}

.product-variant-line .price, .product-variant-list .price {
	text-align: right;
	padding: 10px 0px;
	/*margin-right: 30px;*/
}

.product-essential .price {
	/*margin-top: 15px;
	margin-bottom: 15px;*/
}

.product-variant-line .price .productPrice, .product-essential .price .productPrice {
	/*color: green;*/
}

.product-variant-line .price .oldProductPrice, .product-essential .price .oldProductPrice {
	color: red;
	text-decoration: line-through;
}

.product-variant-line .add-info {
	padding-top: 10px;
}

.product-variant-line .add-info .enter-price-input, .product-essential .add-info .enter-price-input {
	width: 60px;
}

.product-variant-line .add-info .qty-input, .product-essential .add-info .qty-input, .product-variant .qty-input{
	width: 30px;
}

.product-variant-line .attributes {
}

.product-variant-line .attributes .textprompt {
	font-weight: bold;
}

.product-variant-line .attributes .textbox {
	width: 300px;
}

.product-variant-line .attributes textarea {
	width: 300px;
	height: 150px;
}

.product-variant-line .stock, .product-variant-line .sku, .product-variant-line .manufacturerpartnumber, .product-variant-line .gtin {
}

.product-variant-line .giftCard {
}

.product-variant-line .giftCard dt {
	clear: left;
	float: left;
	width: 150px;
}

.product-variant-line .giftCard .recipientname {
}

.product-variant-line .giftCard .recipientemail {
}

.product-variant-line .giftCard .sendername {
}

.product-variant-line .giftCard .senderemail {
}

.product-variant-line .giftCard .message {
	width: 300px;
	height: 100px;
}

.related-products-grid, .also-purchased-products-grid {
}

.related-products-grid .title, .also-purchased-products-grid .title {
	padding: 10px 10px 10px 0;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	font-size: 1.1em;
	color: #f93;
}

.related-products-grid .item-box, .also-purchased-products-grid .item-box {
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}

.related-products-grid .item, .also-purchased-products-grid .item {
	text-align: center;
	margin: 10px;
	border: solid 1px #d3d3d3;
	width: 200px;
	height: 200px;
}

.related-products-grid .item .product-title, .also-purchased-products-grid .item .product-title {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	text-transform: none;
	font-size: 1em;
	padding: 0;
}

.related-products-grid .item .picture, .also-purchased-products-grid .item .picture {
	text-align: center;
}

.productspec-box {
}

.productspec-box .title {
	padding: 10px 10px 10px 0;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	font-size: 1.1em;
	color: #f93;
}

.productspec-box .productspec-list {
}

.producttags-box {
	padding: 10px 0px;
	color: #555;
}

.producttags-box .title {
	/*padding: 10px 10px 10px 0;*/
	font-weight: bold;
	/*text-transform: uppercase;*/
	clear: both;
	font-size: 1.1em;
	/*color: #f93;*/
}

.producttags-box .producttags-list {
}

.producttags-box .producttags-list a {
	text-decoration: underline;
}

.producttags-box .producttags-list .producttags-wrapper {
	float: left;
}

.tier-prices {
	text-align: center;
	margin-bottom: 10px;
}

.tier-prices .prices-header {
	background: #3a3a3a;
	color: #FFF;
	padding: 3px;
	font-weight: bold;
}

.tier-prices .prices table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	background: #f3f3f3;
}

.tier-prices .prices .prices-table td {
	padding: 0;
}

.tier-prices .prices .item-table td {
	border-bottom: solid 3px #d7d7d7;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.tier-prices .prices .item-table .item-price {
	color: Green;
}

.tier-prices .prices .header-table td {
	border-bottom: solid 3px #d7d7d7;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.tier-prices .prices .prices-table .field-header {
	font-weight: bold;
	text-align: center;
}

/* SLIM BOX (PRODUCT IMAGES) */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/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(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	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(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* PRIVATE MESSAGES */
.sendpmbox {
	background-color: #EEE;
	border: 1px solid #A0A0A0;
	color: #555;
	display: block;
	float: left;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	margin: 2px 0 2px 2px;
	padding: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.sendpmbox .pmlinkbutton {
	line-height: 14px;
	padding: 1px 6px 2px 18px;
	background: url(images/ico-pm.png) no-repeat;
}

.privatemessagesend {
	background: url(images/pm-footer-bg.gif) repeat-x bottom;
}

.privatemessagesend .title {
	background: url(images/pm-header-bg.gif) repeat-x 50%;
	color: #FFF;
	border: solid 1px #6a6a6a;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-left: 3px;
}

.privatemessagesend .wrapper {
	padding: 5px;
}

.privatemessagesend table.postmessage {
	width: 100%;
	vertical-align: middle;
	border-collapse: collapse;
}

.privatemessagesend table.postmessage td {
	padding: 4px;
}

.privatemessagesend table.postmessage td.fieldname {
	font-weight: bold;
	width: 20%;
	color: #555;
}

.privatemessagesend table.postmessage td.options {
	text-align: right;
}

.privatemessageview {
	background: url(images/pm-footer-bg.gif) repeat-x bottom;
}

.privatemessageview .title {
	background: url(images/pm-header-bg.gif) repeat-x 50%;
	color: #FFF;
	border: solid 1px #6a6a6a;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-left: 3px;
}

.privatemessageview .wrapper {
	padding: 5px;
}

.privatemessageview table.viewmessage {
	width: 100%;
	vertical-align: middle;
	border-collapse: collapse;
}

.privatemessageview table.viewmessage td {
	padding: 4px;
}

.privatemessageview table.viewmessage td.fieldname {
	font-weight: bold;
	width: 20%;
	color: #555;
}

.privatemessageview table.viewmessage a {
	color: #f93;
	text-decoration: underline;
}

.privatemessageview table.viewmessage td.options {
	text-align: right;
}

.private-messages-page {
}

.private-messages-page .page-title {
	border-bottom: 0 none;
}

.private-messages-page .body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #555;
}

.private-messages-box {
	margin: 0;
	padding: 5px;
	font-size: 11px;
	color: #555;
}

.private-messages-box .section-body {
	text-align: left;
	padding: 10px;
	height: auto;
}

.private-messages-box .buttons {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
}

.pmgridtablestyle {
	font-family: arial;
	font-size: 11px;
	border: 1px solid gray;
	background-color: #FFF;
	margin-left: 0;
	width: 100%;
}

.pmgridtablestyle td a {
	text-decoration: none;
	display: block;
}

.pmgridaltrowstyle {
	background-color: #F4FAFF;
}

.pmgridheaderstyle th {
	background: url(images/grid-bg.gif) repeat-x 50%;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border: solid 1px #676767;
}

.pmgridrowstyle td, .pmgridaltrowstyle td {
	padding: 4px 10px;
	border-right: solid 1px #A0C0E7;
	border-right-color: gray;
}

.pmgridpagerstyle, .latestpostsgridpagerstyle, .fsgridpagerstyle {
	padding: 5px;
	background: #eee;
	vertical-align: middle;
}

.pmgridpagerstyle span, .latestpostsgridpagerstyle span, .fsgridpagerstyle span {
	font-weight: bold;
	font-size: 1.1em;
}

.pmread {
}

.pmunread {
	font-weight: bold;
}

/* FORUM MAIN */
.forumsmain {
}

.forumsmain .forumsmainheader {
	border-bottom: solid 1px #f3f3f3;
	height: 35px;
}

.forumsmain .forumsmainheader .currenttime {
	padding-top: 20px;
	font-size: .9em;
	color: #555;
	float: left;
}

.forumsmain .forumsmainheader .forumsearchbox {
	float: right;
	text-align: right;
}

.forumsmain .activediscussions {
	margin-top: 50px;
}

.forumbreadcrumb {
	padding: 0;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
}

.forumbreadcrumb a {
	text-decoration: none;
	color: #3a3a3a;
}

.forumbreadcrumb a:hover {
	text-decoration: none;
	color: #f93;
}

.forumgrouppage .forumsearchbox {
	text-align: right;
}

.forumgroup {
	background: url(images/forum-footer-bg.gif) repeat-x bottom;
}

.forumgroup .grouptitle a {
	font-weight: bold;
}

.forumgroup table.groups {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 15px;
}

.forumgroup table.groups td {
	padding: 3px 0;
}

.forumgroup tr.groupheader {
	font-weight: bold;
}

.forumgroup tr.groupheader td {
	background: url(images/forum-header-bg.gif) repeat-x 50%;
	color: #FFF;
	border-right: solid 1px #6a6a6a;
	height: 20px;
}

.forumgroup tr.groupheader td.forumname {
	width: 55%;
	text-align: left;
	padding-left: 3px;
}

.forumgroup tr.groupheader td.topics {
	width: 10%;
}

.forumgroup tr.groupheader td.posts {
	width: 10%;
}

.forumgroup tr.groupheader td.lastpost {
	width: 25%;
}

.forumgroup tr.forum td.image div {
	text-align: left;
	width: 36px;
	height: 36px;
	background: url(images/ico-forum.gif) no-repeat 40% 40%;
}

.forumgroup tr.forum td {
	border-bottom: 1px solid #c5c5c5;
	vertical-align: middle;
	padding-left: 3px;
}

.forumgroup tr.forum td.forumname {
	text-align: left;
	width: 55%;
}

.forumgroup tr.forum td.forumname .forumtitle {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 18px;
}

.forumgroup tr.forum td.forumname .forumdescription {
	font-size: .9em;
	color: #555;
}

.forumgroup tr.forum td.lastpost {
	font-size: .8em;
	color: #555;
}

.forum-subscriptions-box {
	margin: 0;
	padding: 5px;
	font-size: 11px;
	color: #555;
}

.forum-subscriptions-box .buttons {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
}

.forum-subscriptions-box .forum-subscriptions-grid {
	font-family: arial;
	font-size: 11px;
	border: 1px solid gray;
	background-color: #FFF;
	margin-left: 0;
	width: 100%;
	border-collapse: collapse;
}

.forum-subscriptions-box .forum-subscriptions-grid a {
	display: block;
	margin-left: 5px;
}

/* FORUM PAGE */
.forum {
}

.forum .forumheader {
}

.forum .top .foruminfo {
	float: left;
}

.forum .top .foruminfo .forumname {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 25px;
}

.forum .top .foruminfo .forumdescription {
	color: #555;
}

.forum .top .actions {
	float: right;
	text-align: right;
}

.forum .top .actions .newtopic {
	background: url(images/ico-forum-post-add.gif) no-repeat;
	padding: 0 10px 3px 20px;
}

.forum .top .actions .watchforum {
	background: url(images/ico-forum-watch.gif) no-repeat;
	padding-left: 20px;
}

.forum .top .actions .forumsearchbox {
	padding-top: 5px;
}

.forum .topicsgroup {
	background: url(images/forum-footer-bg.gif) repeat-x bottom;
}

.forum table.topics {
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
}

.forum table.topics td {
	padding: 3px 0;
}

.forum table.topics tr.forumheader {
	font-weight: bold;
}

.forum table.topics tr.forumheader td {
	background: url(images/forum-header-bg.gif) repeat-x 50%;
	color: #FFF;
	border-right: solid 1px #6a6a6a;
	height: 20px;
}

.forum table.topics tr.forumheader td.topicname {
	width: 55%;
	text-align: left;
	padding-left: 3px;
}

.forum table.topics tr.forumheader td.replies {
	width: 10%;
}

.forum table.topics tr.forumheader td.views {
	width: 10%;
}

.forum table.topics tr.forumheader td.lastpost {
	width: 25%;
}

.forum table.topics tr.topic td {
	border-bottom: 1px solid #c5c5c5;
	vertical-align: middle;
	padding-left: 3px;
}

.forum table.topics tr.topic td.image div {
	text-align: left;
	width: 36px;
	height: 36px;
	background: url(images/ico-forum.gif) no-repeat 40% 40%;
}

.forum table.topics tr.topic td.topicname {
	text-align: left;
	width: 55%;
}

.forum table.topics tr.topic td.topicname .topictype {
	font-size: .9em;
	line-height: 18px;
}

.forum table.topics tr.topic td.topicname .topictitle {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 18px;
}

.forum table.topics tr.topic td.topicname .topicstarter {
	font-size: .9em;
	color: #555;
}

.forum table.topics tr.topic td.topicname .topicspager {
	font-size: .9em;
	color: #555;
}

.forum table.topics tr.topic td.lastpost {
	font-size: .8em;
	color: #555;
}

.forum table.topics tr.topic .post {
	text-align: left;
	width: 36px;
	height: 36px;
	background: url(images/ico-forum-post.gif) no-repeat 40% 40%;
}

.forum table.topics tr.topic .postannoucement, .forum table.topics tr.topic .poststicky {
	text-align: left;
	width: 36px;
	height: 36px;
	background: url(images/ico-forum-post-high.gif) no-repeat 40% 40%;
}

.forum .pager {
	text-align: right;
	padding: 5px 3px 5px 0;
}

/* FORUM TOPIC EDIT */
.postedit {
	background: url(images/forum-footer-bg.gif) repeat-x bottom;
}

.postedit .title {
	background: url(images/forum-header-bg.gif) repeat-x 50%;
	color: #FFF;
	border: solid 1px #6a6a6a;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-left: 3px;
}

.postedit .wrapper {
	padding: 5px;
}

.postedit table.posttopic {
	width: 100%;
	vertical-align: middle;
	border-collapse: collapse;
}

.postedit table.posttopic td {
	padding: 4px;
}

.postedit table.posttopic td.fieldname {
	font-weight: bold;
	width: 20%;
	color: #555;
}

.postedit table.posttopic td.options {
	text-align: right;
}

.moveforumtopic {
	background: url(images/forum-footer-bg.gif) repeat-x bottom;
}

.moveforumtopic .title {
	background: url(images/forum-header-bg.gif) repeat-x 50%;
	color: #FFF;
	border: solid 1px #6a6a6a;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-left: 3px;
}

.moveforumtopic .wrapper {
	padding: 5px;
}

.moveforumtopic table.movetopic {
	width: 100%;
	vertical-align: middle;
	border-collapse: collapse;
}

.moveforumtopic table.movetopic td {
	padding: 4px;
}

.moveforumtopic table.movetopic td.fieldname {
	font-weight: bold;
	width: 30%;
	color: #555;
	white-space: nowrap;
}

.moveforumtopic table.movetopic td.options {
	text-align: left;
}

/* FORUM TOPIC */
.forumtopic {
	background: url(images/forum-footer-bg.gif) repeat-x bottom;
}

.forumtopic .title {
	background: url(images/forum-header-bg.gif) repeat-x 50%;
	color: #FFF;
	border: solid 1px #6a6a6a;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-left: 3px;
}

.forumtopic .title .topicname {
	float: left;
	font-size: 12px;
}

.forumtopic .title .manage {
	float: right;
	text-align: right;
}

.forumtopic .title .manage a {
	color: #F3F3F3;
}

.forumtopic .topicheader {
	padding: 5px;
	background: #F3F3F3;
	border-bottom: solid 1px #6a6a6a;
	height: 16px;
}

.forumtopic .topicheader .topicoptions, .topicfooter .topicoptions {
	float: right;
	text-align: right;
}

.forumtopic .topicheader .topicoptions a, .topicfooter .topicoptions a {
	font-weight: bold;
}

.forumtopic .posts {
}

.topicfooter {
	padding: 5px;
	background: #F3F3F3;
	border-top: solid 1px #6a6a6a;
	height: 16px;
}

.forumtopic .pager, .topicfooter .pager {
	text-align: left;
}

.forumpost {
	border-bottom: solid 1px #E3E3E3;
}

.postinfo {
	width: 170px;
	float: left;
	padding: 5px;
	height: 100%;
	border-right: solid 1px #F3F3F3;
}

.postinfo .manage {
	line-height: 20px;
}

.postinfo .manage a {
	font-weight: bold;
	color: #555;
}

.postinfo .userinfo {
	padding-top: 5px;
}

.postinfo .userinfo a.username {
	font-weight: bold;
	margin-bottom: 5px;
}

.postinfo .userinfo span.username {
	font-weight: bold;
	margin-bottom: 5px;
}

.postinfo .userinfo .avatar {
	margin: 5px 0;
}

.postinfo .userinfo .avatar .avatar-img {
	border: solid 2px #CEDBE1 !important;
}

.postinfo .userinfo .userstats {
	font-size: .9em;
	text-align: left;
	font-weight: bold;
	color: #555;
}

.postinfo .userinfo .userstats .statvalue {
	font-weight: 400;
}

.postcontent {
	margin-left: 180px;
	border-left: solid 1px #F3F3F3;
}

.postcontent .posttime {
	font-weight: bold;
	line-height: 20px;
	padding: 3px;
	background: #e3f3f3;
}

.postcontent .posttime .statvalue {
	font-weight: 400;
}

.postcontent .postbody {
	padding: 3px;
}

.postcontent .postbody a {
	color: #f93;
	text-decoration: underline;
}

.postcontent .postbody .posttext {
}

.postcontent .postbody .posttext .quote {
	padding: 5px;
	border: dashed 1px #000;
	background-color: #fff;
}

.postcontent .signature {
	border-color: #DDD;
	border-style: solid;
	border-width: 1px 0 0;
	font-size: 90%;
	margin: 1em 8px 8px;
	padding: 1em 0 20px;
	text-align: left;
	font-style: italic;
}

/* FORUM SEARCH */
.forumsearchbox {
	font-size: .9em;
	float: right;
	text-align: right;
	padding: 5px 0;
}

.forumsearch {
}

.forumsearch .forum-search-panel {
}

.forumsearch .forum-search-panel .page-title {
	border-bottom: 0 none;
}

.forumsearch .forum-search-panel .search-input {
}

.forumsearch .forum-search-panel .search-error {
	color: Red;
}

.forumsearch .forum-search-panel .search-results {
}

.forum-search-panel table.adv-search {
	border-collapse: collapse;
	color: #333;
	margin: 10px 0 0;
	width: 100%;
	vertical-align: middle;
	text-align: left;
	border-top: solid #D3D3D3 1px;
}

.forum-search-panel table.adv-search td.title {
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	width: 130px;
}

.forum-search-panel table.adv-search td.data {
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.forumsearch .topicsgroup {
	background: url(images/forum-footer-bg.gif) repeat-x bottom;
}

.forumsearch table.topics {
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
}

.forumsearch table.topics td {
	padding: 3px 0;
}

.forumsearch table.topics tr.forumheader {
	font-weight: bold;
}

.forumsearch table.topics tr.forumheader td {
	background: url(images/forum-header-bg.gif) repeat-x 50%;
	color: #FFF;
	border-right: solid 1px #6a6a6a;
	height: 20px;
}

.forumsearch table.topics tr.forumheader td.topicname {
	width: 55%;
	text-align: left;
	padding-left: 3px;
}

.forumsearch table.topics tr.forumheader td.replies {
	width: 10%;
}

.forumsearch table.topics tr.forumheader td.views {
	width: 10%;
}

.forumsearch table.topics tr.forumheader td.lastpost {
	width: 25%;
}

.forumsearch table.topics tr.topic td {
	border-bottom: 1px solid #c5c5c5;
	vertical-align: middle;
	padding-left: 3px;
}

.forumsearch table.topics tr.topic td.image div {
	text-align: left;
	width: 36px;
	height: 36px;
	background: url(images/ico-forum.gif) no-repeat 40% 40%;
}

.forumsearch table.topics tr.topic td.topicname {
	text-align: left;
	width: 55%;
}

.forumsearch table.topics tr.topic td.topicname .topictype {
	font-size: .9em;
	line-height: 18px;
}

.forumsearch table.topics tr.topic td.topicname .topictitle {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 18px;
}

.forumsearch table.topics tr.topic td.topicname .topicstarter {
	font-size: .9em;
	color: #555;
}

.forumsearch table.topics tr.topic td.lastpost {
	font-size: .8em;
	color: #555;
}

.forumsearch table.topics tr.topic .post {
	text-align: left;
	width: 36px;
	height: 36px;
	background: url(images/ico-forum-post.gif) no-repeat 40% 40%;
}

.forumsearch table.topics tr.topic .postannoucement, .forumsearch table.topics tr.topic .poststicky {
	text-align: left;
	width: 36px;
	height: 36px;
	background: url(images/ico-forum-post-high.gif) no-repeat 40% 40%;
}

.forumsearch .pager {
	text-align: right;
	padding: 5px 3px 5px 0;
}

/* PROFILE PAGE */
.profile-page {
}

.profile-page .title {
	background: url(images/forum-header-bg.gif) repeat-x 50%;
	color: #FFF;
	border: solid 1px #6a6a6a;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-left: 3px;
}

.profile-page .body {
	margin-top: 15px;
}

.profile-page .body .profileInfoBox {
	background: url(images/forum-footer-bg.gif) repeat-x bottom;
}

.profile-page .body .profileInfoBox, .profile-page .body .userLastPosts {
	font-size: 12px;
}

.profile-page .body .profileInfoBox .title {
}

.profile-page .body .profileInfoBox .profileStat {
	font-weight: bold;
	padding: 2px;
}

.profile-page .body .profileInfoBox .profileStat .profileStatValue {
	font-weight: 400;
	color: #555;
}

.profile-page .body .profileInfoBox .userDetails {
	width: 180px;
	float: left;
	padding: 10px;
	height: 100%;
	border-right: solid 1px #F3F3F3;
	text-align: center;
}

.profile-page .body .profileInfoBox .userDetails .avatar {
	margin-bottom: 5px;
}

.profile-page .body .profileInfoBox .userDetails .avatar .avatar-img {
	border: solid 2px #CEDBE1 !important;
}

.profile-page .body .profileInfoBox .userStats {
	margin-left: 200px;
	border-left: solid 1px #F3F3F3;
	padding: 10px;
}

.profile-page .body .profileInfoBox .userStats .section-title {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.profile-page .body .userLastPosts {
}

.profile-page .body .userLastPosts .topic {
	border: solid 1px #F3F3F3;
	margin-bottom: 10px;
}

.profile-page .body .userLastPosts .topicTitle {
	font-weight: bold;
	line-height: 20px;
	background: #e3f3f3;
	padding: 3px;
}

.profile-page .body .userLastPosts .topicBody {
	padding: 10px;
}

.profile-page .body .userLastPosts .topicBody a {
	color: #f93;
	text-decoration: underline;
}

.profile-page .body .userLastPosts .topicBody .quote {
	padding: 5px;
	border: dashed 1px #000;
	background-color: #fff;
}

.profile-page .body .userLastPosts .topicData {
	background: #f3f3f3;
	padding: 3px;
	color: #555;
	font-size: .9em;
}

/* BB CODE EDITOR */
.toolbar {
	padding: 2px;
	display: inline;
}

.toolbar .button {
	background: url(images/bbeditor-button-bg.gif) repeat-x;
	padding: 2px;
	margin-right: 2px;
	border: #cec6b5 1px solid;
}

.toolbar .button:hover {
	border: #333 1px solid;
}

/* ACTIVE DISCUSSIONS */
.activediscussionspage {
}

.activediscussions .activediscussionstitle {
	font-size: 1.1em;
	padding-bottom: 5px;
	font-weight: bold;
}

.activediscussions .activediscussionstitle .viewall {
	float: right;
	text-align: right;
}

.activediscussions .topicsgroup {
	background: url(images/forum-footer-bg.gif) repeat-x bottom;
}

.activediscussions table.topics {
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
}

.activediscussions table.topics td {
	padding: 3px 0;
}

.activediscussions table.topics tr.activediscussionsheader {
	font-weight: bold;
}

.activediscussions table.topics tr.activediscussionsheader td {
	background: url(images/forum-header-bg.gif) repeat-x 50%;
	color: #FFF;
	border-right: solid 1px #6a6a6a;
	height: 20px;
}

.activediscussions table.topics tr.activediscussionsheader td.topicname {
	width: 55%;
	text-align: left;
	padding-left: 3px;
}

.activediscussions table.topics tr.activediscussionsheader td.replies {
	width: 10%;
}

.activediscussions table.topics tr.activediscussionsheader td.views {
	width: 10%;
}

.activediscussions table.topics tr.activediscussionsheader td.lastpost {
	width: 25%;
}

.activediscussions table.topics tr.topic td {
	border-bottom: 1px solid #c5c5c5;
	vertical-align: middle;
	padding-left: 3px;
}

.activediscussions table.topics tr.topic td.topicname {
	text-align: left;
	width: 55%;
}

.activediscussions table.topics tr.topic td.topicname .topictitle {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 18px;
}

.activediscussions table.topics tr.topic td.topicname .topicstarter {
	font-size: .9em;
	color: #555;
}

.activediscussions table.topics tr.topic td.topicname .topicspager {
	font-size: .9em;
	color: #555;
}

.activediscussions table.topics tr.topic td.lastpost {
	font-size: .8em;
	color: #555;
}

/* BBCODES */
pre {
	white-space: pre-wrap; /* css-3 */
	white-space: 0; /* Mozilla, since 1999 */
	white-space: 0; /* Opera 4-6 */
	white-space: 0; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.csharpcode, .csharpcode pre {
	font-size: small;
	color: #000;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #fff;
}

.csharpcode pre {
	margin: 0;
}

.csharpcode .rem {
	color: green;
}

.csharpcode .kwrd {
	color: #00f;
}

.csharpcode .str {
	color: #006080;
}

.csharpcode .op {
	color: #0000c0;
}

.csharpcode .preproc {
	color: #c63;
}

.csharpcode .asp {
	background-color: #ff0;
}

.csharpcode .html {
	color: maroon;
}

.csharpcode .attr {
	color: red;
}

.csharpcode .alt {
	background-color: #f4f4f4;
	width: 100%;
	margin: 0;
}

.csharpcode .lnum {
	color: #606060;
}

/*---------------------------------------------------------------	omghax */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	display: inline-block;
}
.clearFix {
	display: block;
}
/*---------------------------------------------------------------	9869 */


/*--- About Us ---*/

.aboutus{
	width: 100%;	
}

.about-us td{
	padding: 0px 0px 10px 0px;
	vertical-align: top;
}
.about-us img.profile{
	border-radius: 2px 2px 2px 2px;
    box-shadow: 2px 2px 6px #ccc;
    height: auto;
    margin: 0px 0px 10px 0px;
}

.about-us p{
	font-size: 0.917em;	
}

/*--- Shopping cart ---*/

.instructions{
	margin-bottom: 15px;	
}

/*--- Collection points ---*/

.collection-points h3{
		float: left;
}

.collection-points .clearFix{
	border-bottom: 1px dotted #CCC;	
	margin-bottom: 10px;
}

.collection-points .venues{
	width: 385px;
	float: right;
	padding-top: 5px;
}

a.map{
	background-image: url(/Themes/Wild/Content/images/icon-map.png);
	background-repeat: no-repeat;
	background-position: right 1px;
	padding-right: 15px;
	padding-top: 1px;
}

/*--- content pages left and right ---*/

#left-blurb{
	margin: -20px -10px 15px -10px;
	position: relative;
}

#left-blurb .tag{
	/*position: absolute;
	left: -30px;
	top: 300px;	*/
	margin: -40px auto -10px -40px;
	
}

#left-blurb .store-times{
	margin: 20px 10px 10px 10px;
}

#left-blurb .store-times p, #right-blurb .store-times p{
	margin-bottom: 1em;
	padding: 5px;
}

#right-blurb{
	margin: -20px -10px 15px -1px;	
}

#right-blurb .store-times {
	margin: 20px 10px 10px 0px;
}

#right-blurb .store-times .listbox{
	background-color: #F2EECE;
}

#right-blurb .contact .floater{
	margin-left: -38px;
	margin-top: 15px;	
}

#right-blurb .collect, #right-blurb .faq .inner-right{
	background-color: #f2eece;
	background-image: url(/Themes/Wild/Content/images/rhs-bg-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#right-blurb .collect div.inner-right, #right-blurb .faq .block{
	background-image: url(/Themes/Wild/Content/images/rhs-bg-bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#right-blurb .collect .floater{
	margin-left: -30px;
}

#right-blurb .about .floater{
	margin-left: -34px;
	margin-top: 13px;
}

#right-blurb .faq .inner-right{
	margin-left: -11px;	
}

#right-blurb .faq .block{
	padding: 20px 10px 30px 10px;
}

#right-blurb .faq div.inner-right p{
	margin-bottom: 1em;
	padding-left: 5px;
	padding-right: 3px;
}

#right-blurb .faq .title{
	margin-bottom: 10px;
}

#right-blurb .faq div.inner-right a{
	text-decoration: none;
	font-weight: normal;
}

#right-blurb .faq .quote{
	margin-top: -30px;	
}

#right-blurb .faq div.inner-right a:hover, #right-blurb .faq div.inner-right a:active{
	text-decoration: underline;
	color: #c15200;
}

.quote{
	margin: -10px 5px 0px -20px;
	background-image: url(/Themes/Wild/Content/images/quote-left.gif);
	background-repeat: no-repeat;
	padding: 10px 0px 0px 25px;
}

.quote p{
	background-image: url(/Themes/Wild/Content/images/quote-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.333em;
	color: #4c3c20;
	padding: 0px 15px 5px 0px;
}

/*shop page*/

.mini img{
	margin-bottom: 10px;	
}

.standard img{
	margin-bottom: 15px;	
}

.custom img{
	margin-bottom: 20px;	
}

.mini, .standard{
	width: 210px;	
}

.mini a.button, .standard a.button{
	margin-left: 20px;
}

.mini li, .standard li, .custom li{
	font-size: 0.917em;
	line-height: 0.917em;	
}
.mini{
	 float: right;
	 margin-right: 20px;
	 clear: both;
}

.custom{
	clear:both;
	margin-top: 40px;
	border-top: #CCC dotted 1px;
	padding-top: 20px;
	background-image: url(/Themes/Wild/Content/images/shop-arrow.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}

.custom a{
	text-decoration: underline;	
}

.custom .block {
	float: right;
	width: 210px;
	margin-left: 50px;
	margin-right: 10px;
}

.custom .listbox{
	background: #C4D5A9;
	padding: 15px 10px 10px 10px;
}

.custom .block .listbox ul li{
	font-size: 1em;
	line-height: 1em;
	font-family:Arial, Helvetica, sans-serif;
}

/*general info*/

.product-variant-list .product-variant .product-variant p.info, .order-summary-content p.info{
	text-align: right;
	width: 190px;
	background-position: 5px 4px;
}

.order-summary-content p.info{
	width: 200px;
 }

.checkout-page p.info{
	margin-top: -5px;
}

p.info{
	background-image: url(/Themes/Wild/Content/images/icon-info.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 20px;
	padding-top: 5px;
	color: #666;
	font-weight:normal;
}

/* empty href HAX */

a.inactive-step { 
	text-decoration: none; 
}

a.inactive-step:link, a.inactive-step:visited { 
	text-decoration: underline;
	color: #0F5F35!important;
	background: url("http://wildorganics.c3/Themes/Wild/Content/images/progress-step-complete.gif") 50% 50% no-repeat transparent!important;
}

/* OMG Safari HAX!!!*/

.webkit .block-shadow.featured ul li {
  font-weight: normal;
}

.chrome .block-shadow.featured ul li {
  font-weight: bold;
}

.webkit .block-shadow.featured a{
	font-weight: normal;
}

.chrome .block-shadow.featured a{
	font-weight: bold;
}

.webkit #left .title, .webkit .block-shoppingcart .title, .webkit #right-target .title {
	font-weight: normal;	
}

.chrome #left .title, .chrome .block-shoppingcart .title, .chrome #right-target .title {
	font-weight: bold;	
}

/* expand /collapse */

.collapse, .expand {
	background-image: url(/Themes/Wild/Content/images/icon-expand.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 22px;

}

.collapse {
	background-image: url(/Themes/Wild/Content/images/icon-collapse.png);
}