div.goods h1 {
	line-height: 24px;
	font-size: 22px;
}
div.goods h2,
div.goods h3,
div.goods h4 {
	padding-left: 5px;
}

/* if there is no mosmsg line defined by your template remove the display:none and GOODS will show its own mosmsg line */
#goodmsg {
	display:none;
}

/* Style of the Header Menu */
/* -------------------------------------------------------- */
/* Style of Header Menu */
table.goodsHeader {
	border-style: none;
}
a.goodsHeader {
	padding: 5px;
	font-size: 14px;
}

/* Style of Main Component Description */
/* -------------------------------------------------------- */
table.goodsCompDesc {
	padding: 5px;
	width: 98%;
}

/* Style of Category List */
/* -------------------------------------------------------- */
table#goodsCatListSymbols {
	width: 98%;
}
table#goodsCatListSymbols td {
	vertical-align: top;
	border-style: none;
}

/* Style of Category Icon */
img.goodsCatIco {
	border-style: none;
	float: left;
	clear: left;
}

/* Style of Category Name */
p.goodsCatName {
	font-size: 13px;
	text-align:center;
	height:35px;
text-align:center;
vertical-align:top;
}
/* Style of Category Introtext */
p.goodsCatsListSymbolsIntrotext {
	font-size: 11px;
	padding-left: 50px;
	margin-top: 4px;
	display:none;
}

span.goodsSubcatsList {
	display:block;
}

/* Style of the shown entries/subcategories numbers */
span.goodsEditlinktipItems {
	text-decoration:  none;
	border-bottom: 1px dashed #aaa;
	padding-left:5px;
}
span.goodsEditlinktipCats {
	text-decoration:  none;
	border-bottom: 1px dashed #aaa;
}


/* Style for Entries in Category View (Cards View) */
/* -------------------------------------------------------- */
table.goodsListing {
	width: 98%;
	margin-bottom: 10px;
}
table.goodsListing td {
	border-style: none;
	border-color: #3a4794;
	border-width: 2px;
	margin-top: 0px;
	vertical-align: top;
}

/* Style for empty Cards (Placeholder) */
table.goodsListing td.goodsEmptyCell {
	border-style: none;
	background-color: #ffffff;
}
table.goodsListing input {
	float:left;
}

/* Style of Icon (Small Image) */
.goodsListing img {
	float: right;
	border-style: none;
	padding-top: 5px;
	padding-right: 5px;
}


/* Styles for the fields */
/* Add style for each field you added in the form span.goodsListing_field_yourname */
span.goodsListing_field_street,
span.goodsListing_field_postcode,
span.goodsListing_field_county,
span.goodsListing_field_country,
span.goodsListing_field_email,
span.goodsListing_field_contact_person,
span.goodsListing_field_phone,
span.goodsListing_field_fax,
span.goodsListing_field_city,
span.goodsListing_field_hotline,
span.goodsListing_field_phone,
span.goodsListing_field_federal_state {
	padding-left: 10px;
}
span.goodsListing_field_website {
	float:right;
	padding-right: 5px;
	margin-bottom: 15px;
}

/* Styles for the labels of the fields */
/* Add style for each field you added in the form span.goodsListing_field_yourname_label */
span.goodsListing_field_street_label,
span.goodsListing_field_postcode_label,
span.goodsListing_field_county_label,
span.goodsListing_field_country_label,
span.goodsListing_field_email_label,
span.goodsListing_field_contact_person_label,
span.goodsListing_field_phone_label,
span.goodsListing_field_fax_label,
span.goodsListing_field_city_label,
span.goodsListing_field_hotline_label,
span.goodsListing_field_phone_label,
span.goodsListing_field_federal_state_label,
span.goodsListing_field_website_label {
	font-weight: normal;
}


/* Style of Edit and Delete Buttons in Category View */
input.goodsEditEntryButton {
}

/* Style for Page Navigation of Entries */
#goodsPageNav {
	text-align: center;
}


/* Style of Details View */
/* -------------------------------------------------------- */
table.goodsDetails {
	margin-top: 15px;
	margin-left: 5px;
	padding: 10px;
	width: 98%;
}
/* Style of Entry Name */
table.goodsDetails h1 {
	padding-top: 5px;
}

/* Container for all custom fields data */
div#goodsouter{
	float: left;
	margin-top: 0px;  /* position it vertically */
	padding-bottom: 5px; /* to fix IE bug */
}

/* Style of the Image */
img.goodsDetailsImage{
	border-style: none;
	float: right;
	padding-right: 5px;
	padding-top: 5px;
}
img.goodsDetailsIcon {
}

/* Style for Way Search */
span.goodsWaySearch {
	border-style: none;
	float: right;
	clear: right;
	margin-top: 15px; /* position it vertically */
	display: block;
	padding-right: 5px;
}
span.goodsWaySearch img {
	padding-top: 8px;
	border-style: none;
	padding-left: 17px;
}

/* Style for Google Maps */
div#goodsGoogleMaps {
	float: right;
	position: relative;
	border: 1px solid #333333;
	margin-top: 30px;
	margin-right: 5px;
}

/* Style of Details Footer Line */
td.goodsDetailsFooter {
	padding-left: 5px;
}

/* Style of Edit and Delete Buttons in Details View */
input#goodsEditEntryButton, input#goodsDelEntryButton {
	float:right;
}


/* Style of Footer Line */
/* -------------------------------------------------------- */
td#goodsFooter, td#goodsFooter a {
	font-size: 9px;
	color: #999999;
	padding-top: 10px;
	text-decoration: none;
}
table.goodsFooter {
	width: 98%;
}
td#goodsrss {
}
td#goodsrss img {
	border-style: none;
	float: right;
}

/* Style of Entry Form */
/* -------------------------------------------------------- */
/* Header Line */
p#goodsEditFormHeader {
	font-weight:bold;
	font-size: 14px;
	padding: 5px;
}

/* Info Requested Fields */
#goodsReqFieldsInfo {
	padding: 5px;
}

form#goodsEditForm table,
table#goodsFormTable {
	padding: 5px;
	width: 99%;
}
table#goodsFormTable2, table#goodsFormTable3 {
    width: 99%;
}
table#goodsFormTable td,
table#goodsFormTable2 td,
table#goodsFormTable3 td {
	vertical-align: top;
}

/* Style of Input fields as entered in Fields Manager  */
input#field_entry_name,
input#field_postcode,
input#field_street,
input#field_city,
input#field_county,
input#field_country,
input#field_federal_state,
input#field_email,
input#field_website,
input#field_contact_person,
input#field_phone,
textarea#goodsMetaKey,
textarea#goodsMetaDesc,
input#goodsIco,
input#goodsImg,
input#field_fax,
input#field_hotline,
input#field_street {
}

label.field_entry_name,
label.field_postcode,
label.field_street,
label.field_city,
label.field_county,
label.field_country,
label.field_federal_state,
label.field_email,
label.field_website,
label.field_contact_person,
label.field_phone,
label.field_fax,
label.field_hotline,
label.field_description,
label.goodsIco,
label.goodsImg,
label.goodsMetaKey,
label.goodsMetaDesc {
}

/* Style for Checkboxes */
input#accept_rules,
input#field_website_on,
input#field_description_on {
}

/* Style for Not Free Label */
span.goodsFormNotFreeLabel {
	display: block;
	padding-top: 5px;
}

/* Style for Category Information/Descriptions */
table#goodsFormCats {
	width: 99%;
	border-style: none;
	margin: 10px;
}
table#goodsFormCats td {
	padding: 10px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}
p#catsTitle, p#catIntroText {
	width: 98%;
	font-size: 12px;
	font-weight: bold;
}
p#catMsg {
	width: 98%;
}

/* Style for Add and Remove Button */
#goodsAddCatBt, #goodsRemoveCatBt {
	width:50px;
}
/* Style for column with Buttons */
td.goodsCatButtons {
	width: 50px;
	vertical-align: top;
}

/* Style for column with selected Categories */
td.goodsCatSelected {
	vertical-align: top;
	width: 150px;
}
/* Styles for the box with Selected Categories */
select#goodsSlectedCats {
	height: 100px;
	width: 150px;
}
select#goodsSlectedCatsID {
	height: 0px;
	width:  0px;
	border-style: none;
}

/* Style for Safety Line */
table#goodsFormFooter {
	float: left;
	clear: left;
}
table#goodsFormFooter td {
	vertical-align: bottom;
}
img#seccode {
}
input#goodsSendButton {
	float: right;
}
input#goodsCancelButton {
	float: right;
}

/* Style for Payment Info */
/* -------------------------------------------------------- */
/* Style for upload info */
p.goodsmsg {
	padding-top: 15px;
	padding-left: 5px;
	font-size: 12px;
}
/* Container for all payment info */
div.goodsPaymentContainer {
	width: 98%;
}

/* Style for Summary of Costs */
table#goodsPayment {
	width: 50%;
	margin-left: 5px;
	padding-right: 5px;
}
table#goodsPayment td,
td.goodsPayOption {
	width: 70%;
	text-align: right;
}
td.goodsPayFees {
	width: 30%;
	text-align: right;
}
td#goodsPayTotal {
	width: 30%;
	text-align: right;
	border-top: solid 1px #606060;
	font-weight: bold;
	color: red;
}

/* Style for Payment Methods */
table#goodsPaymentMethod {
	width: 70%;
	margin-top: 30px;
	margin-left: 5px;
}
table#goodsPaymentMethod img {
	border-style: none;
}
table#goodsPaymentMethod a:hover {
	font-style: normal;
	text-decoration: none;
}
table#goodsPaymentMethodBank,
table#goodsPaymentMethodPayPal {
	width: 60%;
	margin-top: 15px;
	border-style: none;
}
td#goodsPaymentMethodBank,
td#goodsPaymentMethodPayPal {
	text-align: left;
	vertical-align: top;
	border-style: none;
}
td#goodsPaymentMethodBank b {
	padding-bottom: 3px;
	display: block;
}


/* Styles for Searching */
/* -------------------------------------------------------- */
table.goodseSearchForm {
	width: 95%;
	margin-left: 5px;
}

span#goodsSearchResultsSerchingString {
	font-weight: bold;
}
div#goodSearchResponseContainer table {
	width:95%;
}

/* Styles for the new extended search function */
/* -------------------------------------------------------- */
/* height of the Div of category chooser */
div#goodSearchFormCatsSelection {
}
/* select boxes with categories */
.catChooseBox {
}
#goodSearchFormExtOptToggle {
	display: inline;
}
div#ShopSearchForm2dropsy {
	margin-left: 10px;
}
/* Label for the search box */
td#goodseSearchLabel {
	width: 75px;
}
td#goodseSearchBox {
}
td#goodseSearchButton {
}
td#goodseSearchEmptyCell {
	width: 50%;
}
td#goodseSearchPhrases,
td#goodseSearchButtonLine {
	width: 100%;
}
/* Label for the fields */
td.goodseSearchLabel {
	width: 150px;
}


/* Style for the Menu Module */
/* -------------------------------------------------------- */
div.goodsMenuMod {
	margin-bottom: 8px;
	margin-top: 10px;
}

/* Style for the Search & Add Entry Links */
a.goodsMenuModA {
	margin-left: 20px;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


/* Styles for custom listings */
/* -------------------------------------------------------- */
div.goodsCustomListingCatsHeader,
div.goodsCustomListingItemsHeader {
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}
div.goodsCustomListingHeader {
	padding-left: 5px;
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
}
div#goodsAlphaLinks {
	width: 98%;
	text-align: center;
	padding: 5px;
	padding-bottom: 15px;
}


/* Styles for the plugin container */
/* -------------------------------------------------------- */
table.goodsListing_plugins {
	border-style:none;
	width: 98%;
	padding-left: 8px;
}
div.goodsFormTabHeader {
	padding: 5px 2px 2px 5px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}
div.goodsFormtabContent {
	overflow: hidden;
	margin-left: 5px;
	margin-top: 5px;
}

/* Labels */
/* -------------------------------------------------------- */
span.goodNewLabel {
	color: rgb(51, 51, 255);
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}
span.goodHotLabel {
	color: rgb(255, 0, 0);
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}
span.goodUpdatedLabel {
	color: rgb(0, 153, 0);
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}



.pd_brands, .pd_price{color:#999;font-size:10px;}
.pd_brands span, .pd_price span{
font-size:14px;
line-height:22px;
text-transform:capitalize;}

.pd_brands span{color:#333;}
.pd_price span{color:red}
.pd_price s span{color:#333;}

.pd_gender{padding-top:20px;}
