.categorylist{margin:10px 0px 10px -60px;width:100%;text-align:center;}
.productlisting{}
.wrapper{margin-top:20px;}
.productlisting .buynow, .wrapper .buynow{float:right;}
.productlisting .shortdescription {margin:3px 10px 20px 10px;font-style:italic;}
.productlisting .list-product-title, .wrapper .product-title {font-size:14px;text-decoration:none;}
.productlisting .action_button, .wrapper .action_button{text-decoration:none;}
.pb-main-bg {width:100%;margin-left:-60px;text-align:center;}
.pb-main-bg table {margin:0px auto;}
.pb-main-bg td {padding:4px 10px;}
.pb-main-bg .pb-bg-active {background:#44331f;border:1px solid #7e4d15;}
.pb-main-bg .pb-bg {background:#404040;border:1px solid #151515;}

/*.form-field {padding-left:200px;position:relative;
margin:5px 0px;}
.form-field span {font-family:monospace;}
.form-field label {display:block;position:absolute;top:3px;left:0px;_left:-150px}
.required-field-mark {color:#f77415}*/
#profiles_box {margin-left:50px;}
#profiles_auth {margin-left:-60px;}
.mainbox-cart-wrapper {margin-left:5px;}
.profileimageverify{width:400px;}
.buttons-wrapper-profile{width:400px;text-align:center;}
.buttons-wrapper-summary{width:470px;text-align:center;}
.cart-items-table {
	width:400px;
	margin-top:15px;
	}
	
.cart-items-table th {
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
	}
	
.cart-items-table td {
    padding:5px;
	  	}
		
h2 {
	color:#fe8900;
	}
	
.terms .info-field-body {
	margin-top:10px;
	}
	
	/* Buttons */
.button:link, .button:visited, .button:hover, .button:active, .action_button:link, .action_button:visited, .action_button:hover, .action_button:active, .big_button:link, .big_button:visited, .big_button:hover, .big_button:active {
	border: 1px solid #cc6600;
	color: #ffffff;
	background: #3e362b url('images/but_bg.gif') repeat-x 0 0;
	font: bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	cursor: pointer;
	white-space: nowrap;
	display: inline;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}

.action_button:link, .action_button:visited, .action_button:hover, .action_button:active {
	border: 1px solid #9e2b07;
	background: #404040 url('images/action_but_bg.gif') repeat-x 0 0;
}

.big_button:link, .big_button:visited, .big_button:hover, .big_button:active {
	border: 1px solid #b75128;
	background: #5b4e3e url('images/big_but_bg.gif') repeat-x 0 0;
	padding: 5px 14px 5px 17px;
}
.disabled_big_button:link, .disabled_big_button:visited, .disabled_big_button:hover, .disabled_big_button:active {
    background: #ededed url(images/big_but_disable_bg.gif) repeat-x;
    color: #b4b4b4;
    border: 1px solid #c1c1c1;
    text-decoration: none;
	display: inline;
    font: bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif;    
    padding: 5px 14px 5px 17px;
    cursor: not-allowed;
}

.text_button_link:link, .text_button_link:visited, .text_button_link:hover, .text_button_link:active, .action_text_button_link:link, .action_text_button_link:visited, .action_text_button_link:hover, .action_text_button_link:active {
	white-space: nowrap;
	margin-right: 1px;
	font: bold 11px tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	padding: 2px 5px 2px 2px;
	border: 1px solid #cc6600;
	color: #ffffff;
	background: #3e362b!important;
	margin-top:10px!important;
}
.text_button_link:hover, .action_text_button_link:hover  {
	text-decoration: none;
}

.action_text_button_link:link, .action_text_button_link:visited, .action_text_button_link:active, .action_text_button_link:hover {
	color: #ff5400;
}
/* /Buttons */
.float-right {
	float:right;
	
	}
	
.float-left {
	float:left;
}

.cart-buttons-wrapper {
		height: 18px;
	padding: 6px 6px 6px 6px;
	}
.buttons-wrapper {
	margin-top: 10px;
}

.clear-both {
	clear: both;
	font-size: 0px;
}

/* form styles */
.form-elm-required {
	border: 1px solid #ff0000;
}

/* for checkboxes in FF */
input[type=checkbox].form-elm-required {
	outline: 1px solid #ff0000; 
}

.form-field {
	margin-bottom: 5px;
	z-index: 100;
	clear: both;
}

.form-field label {
	float: left;
	clear: left;
	text-align: left;
	width: 170px;
	padding-top: 1px;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.form-field .required-field-mark {
	display: block;
	float: left;
	width: 15px;
	text-align: center;
}

.form-field span {
font: normal 12px Arial, Helvetica, sans-serif;
}

select {
	border: 1px solid #fe8900;
}

p.textarea-break {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.search-field {
	margin-bottom: 7px;
}

/* Form field hack to avoid float div float outside the container */
.form-field:after, .search-field:after, .info-field-title:after, .item-wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.search-field label, .search-field label.long{
	float: left;
	clear: left;
	text-align: left;
	width: 95px;
	font: bold 11px verdana, geneva, arial, helvetica, sans-serif;
	padding-top: 1px;
}

.search-field label.long {
	width: 150px;
}
.search-field div label {
	width: auto;
	font: normal 11px tahoma, verdana, arial, sans-serif;
}
.search-field input {
	font-weight: normal;
}
.search-field select {
	font-weight: normal;
	border: 1px solid #fe8900;
}
.search-field textarea {
	font-weight: normal;
	border: 1px solid #fe8900;
}
.search-field span {
	font-weight: normal;
	font-size: 11px;
}
.product-list-field, .product-features {
	margin-bottom: 3px;
}
.product-list-field label, .product-features label {
	float: left;
	clear: left;
	text-align: left;
	width: 110px;
	padding-top: 1px;
	font-weight: bold;
}
.product-features label {
	font-weight: normal;
}
/* form styles */

#tail {
	*height: 180px!important;
}