

/* ============================================== */
/* Styles for SHOP PAGE */
/* ============================================== */

.proddetails {
border: 1px solid #DCB149;
width: 96%;
}

.proddetails th {
padding: 4px;
background-color: #27643A;
color: #FFF2D0;
font-weight: bold;
}

.proddetails td {
padding: 4px;
}

.tickorx {
border: 1px solid #DCB149;
margin: 5px;
background-color: white;
}


.orderform {
font-family: arial;
font-size: 10px;
}

/*class for list of categories on main shop page*/
.categories {
margin-bottom: 10px;
border: 1px black solid;
padding: 4px;
}

/*class for table showing multiple varieties within details */
.varieties {
width: 100%;
margin: 0px;
padding: 1px;
border-top:  1px solid #DCB149;
}

.varieties form {
margin: 0px;
}


/* ============================================== */
/* Styles for NEWS PAGE */
/* ============================================== */

.newsdiv { 
border-bottom: 1px #353535 solid;
padding-bottom: 25px;
padding-top: 20px;
}

.newstext {
width: 600px;
}

.newstext h2 {
padding: 0;
margin: 0;
font-weight: normal;
}


/*[][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* Important - Links, FAQs, Contacts pages etc follow this format */
/*[][][][][][][][][][][][][][][][][][][][][][][][][][] */

/* following styles will apply to all pics in above pages */
.itempic {
margin-left: 8px;
}
