/* STRUCTURE STYLES. 

Might be best to leave these alone */
* {
margin:0;
padding:0;
}

.validate_error {
font-size:0.8em;
width:215px;
height:8px;
margin-left:182px;
color:red;
}

@media print {
div#header {
display:none;
}

div#right {
display:none;
}

div#left {
display:none;
}
}

html,body {
font-family:verdana, helvetica, arial, sans-serif;
font-size:0.9em;
text-align:center;
margin:0;
padding:0;
background:#B8B38D url(../site_backgroundv2.jpg) repeat-y top center;
}

#wrapper {
float:left;
width:100%;
margin:15px 0 0;
padding:0;
}

#container {
width:990px;
margin:auto;
text-align:left;
background-color:#FFF;
}

#content {
margin:0 160px;
padding:0;
}

#left {
float:left;
width:150px;
margin:0 0 0 -990px;
display:inline;
}

#right {
float:left;
width:150px;
margin:15px 0 0 -150px;
line-height:20px;
}

#footer {
font-size:0.9em;
line-height:1.4em;
color:#333;
clear:left;
width:100%;
}

table {
font-size:1em;
}

.clear {
clear:both;
}

img {
border:0;
}

a img {
vertical-align:bottom;
}

/* GENERAL TEXT STYLES

The following styles appear throughout the site */
a {
color:#333;
outline:none;
/* @ Firefox 1.5, remove ugly dotted border */
}

a.headerNavigation {
color:#999;
}

h1 {
font-size:17px;
font-weight:700;
padding-bottom:10px;
}

h1.sectionTitle {
font-weight:400;
color:#999;
display:inline;
}

h1.sectionSubTitle {
font-size:17px;
font-weight:400;
color:#333;
display:inline;
}

h1.sectionCrossSell {
font-size:14px;
font-weight:400;
color:#333;
display:inline;
margin-top:10px;
}

h1.bigger {
font-size:17px;
}

h3 {
margin-bottom:5px;
font-weight:400;
font-size:13px;
}

h4 {
font-size:22px;
font-weight:400;
}

.tiny {
font-size:0.8em;
}

.tinybold {
font-size:0.8em;
font-weight:700;
}

.smallText {
font-size:0.9em;
}

.small {
font-size:0.9em;
}

.smallbold {
font-size:0.9em;
font-weight:700;
}

.financesmallbold {
font-size:0.9em;
font-weight:700;
color:#01A1C8;
}

.main {
font-size:1em;
}

.mainbold {
font-size:1em;
font-weight:700;
}

.biggrey {
font-size:1.4em;
color:#333;
}

.bigbold {
font-size:1.4em;
font-weight:700;
}

.price {
font-size:1em;
font-weight:700;
color:red;
}

.pricetitle {
font-size:1em;
font-weight:700;
}

.bigprice {
font-size:1.4em;
font-weight:700;
}

.deliveryprice {
font-size:0.9em;
font-weight:700;
color:red;
}

.deliverybigprice {
font-size:1.1em;
font-weight:700;
color:red;
}

.redBold {
color:red;
font-weight:700;
}

.dept_title {
padding:20px 0 0 20px;
font-size:1.1em;
color:#333;
display:none;
}

.dept_title_2nd_col {
color:#999;
}

/* Forms and drop down menus */
select {
background-color:#fff;
color:#333;
font-size:0.9em;
border:#999 1px solid;
}

textarea {
border-color:#999;
border-style:solid;
border-width:1px;
}

.keywordinput {
font-size:0.9em;
border:#999 1px solid;
padding:1px;
}

.headerinput {
font-size:0.9em;
border:#999 1px solid;
padding:1px;
width:349px;
}

/* HEADER STYLES. 

Use for changing the background images, etc. To change the logo use the ~header.php file */
#header {
height:119px;
margin:0;
background-color:#fff;
}

#header_logo {
float:left;
margin:23px 0 17px 15px;
}

#header_search {
float:left;
margin:5px 30px 0 38px;
padding-top:10px;
width:405px;
background:transparent url(../header_needitfast.png) no-repeat scroll right center;
}

#header_search table {
margin-bottom:-3px;
margin-left:0;
}

#header_links {
float:left;
text-align:right;
font-size:0.8em;
margin:20px 0 0 52px;
line-height:1.4em;
}

a.header_links:link {
color:#000;
}

a.header_links:visited {
color:#666;
}

a.header_links:hover {
color:#1987BB;
}

#header_nav {
background:red url(../bg_header_nav.jpg) repeat-x 0 0;
font-size:0.8em;
font-weight:700;
height:30px;
list-style:none;
text-transform:uppercase;
}

.header_nav_item {
height:25px;
width:150px;
float:left;
text-align:center;
}

#header_nav ul {
list-style:none;
padding-left:5px;
}

#header_nav li {
float:left;
}

#header_nav a {
display:block;
text-align:center;
height:22px;
padding:8px 0 0;
text-decoration:none;
width:145px;
}

#header_nav a:link {
color:#fff;
}

#header_nav a:visited {
color:#fff;
}

#header_nav a:hover {
color:#555;
background:#F0EFE6 url(../bg_header_nav_roll.jpg) repeat-x 0 0;
}

#header_nav a:active {
color:#555;
background:#F0EFE6 url(../bg_header_nav_roll.jpg) repeat-x 0 0;
}

#header_nav a:visited.selected {
color:#555;
background:#F0EFE6 url(../bg_header_nav_roll.jpg) repeat-x 0 0;
padding:8px 0 0;
width:145px;
}

/* Shopping Cart. Header version */
#shopping_cart {
margin:20px 0 0;
font-size:0.8em;
width:140px;
line-height:1.5em;
float:left;
}

#shopping_cart img {
float:right;
}

.shopping_cart_anchor {
display:block;
}

/* HOMEPAGE FEATURES. 

All of these styles apply to the content on the homepage but they are also used on the product homepages, ie. Alloy Wheels, Brake Pads, etc. The safest way to re-style the homepage would be to create new styles and leave these as they are. */
.big_feature {
width:330px;
float:left;
}

.big_feature_copy {
width:330px;
font-size:1.1em;
line-height:1.6em;
color:#C2C4B7;
background-color:#1E1E1E;
}

.big_feature_text {
padding:5px;
}

.big_feature_copy_column {
font-size:0.71em;
line-height:1.3em;
padding:5px;
}

.big_feature_copy_column a {
color:#C2C4B7;
}

.latest {
width:330px;
float:left;
margin-left:10px;
}

.latest h1 {
width:321px;
font-size:0.8em;
background-color:#eee;
border:#ddd 1px solid;
padding:3px;
margin-top:5px;
margin-bottom:3px;
}

.big_feature_copy h1 {
font-size:1em;
color:#fc0;
background-color:#1e1e1e;
border:#ddd 0 solid;
padding:0;
margin-top:0;
width:150px;
}

.features_heading {
color:#fff;
background-color:red;
width:660px;
padding:5px;
font-size:0.8em;
font-weight:700;
margin-top:10px;
}

.features_column {
width:210px;
margin:10px 5px;
float:left;
font-size:0.8em;
line-height:1.3em;
}

.features_column h1 {
font-size:1.1em;
padding-top:10px;
text-transform:uppercase;
}

.features_column p {
margin-bottom:5px;
}

.promoproducts a img {
margin:10px 2px;
}

/* MENU.

Use these to change the color of the menu. The headers of the menu are background images. These also style the POTN Recommends / Recently Viewed / Add These To Your Order boxes */
.menucontainer {
width:150px;
line-height:100%;
}

.menuHead {
background-color:red;
background-image:url(../../../includes/themes/backgrounds/headerbackground.jpg);
font-size:0.9em;
color:#fff;
font-weight:700;
padding:3px 0 0 5px;
height:17px;
}

.menuHead h3 {
background:url(../../../includes/themes/backgrounds/headerlongbackground.jpg) top right no-repeat;
margin-top:-3px;
font-size:1em;
padding-top:2px;
}

.menuHead2 {
background-color:#eee;
font-size:1em;
color:red;
font-weight:700;
padding-left:5px;
border-right:#ccc 1px solid;
border-left:#ccc 1px solid;
}

.menuSpace {
background:#ccc;
height:1px;
margin-bottom:20px;
}

.menuSpaceWhite {
background:url(../../../includes/themes/backgrounds/boxshadowwhite.gif) top left no-repeat;
height:20px;
padding-left:8px;
}

.menuSpaceWhiteR {
background:url(../../../includes/themes/backgrounds/boxshadowwhite.gif) top right no-repeat;
height:20px;
padding-left:8px;
}

.advertSpace {
height:5px;
}

UL.nav {
line-height:130%;
list-style:none;
cursor:pointer;
font-size:0.8em;
padding-left:5px;
}

UL.linkednav {
background-color:#F0EFE6;
padding:18px 0 10px 5px;
margin-left:5px;
}

li.nav {
width:140px;
font-weight:700;
margin:10px 0;
}

li.navabout {
width:148px;
margin:10px 0;
}

UL.nav a {
text-decoration:none;
color:#222;
}

UL.nav a:link {
display:block;
}

UL.nav a:visited {
display:block;
color:#666;
}

UL.nav a:hover {
display:block;
color:red;
text-decoration:underline;
}

UL.nav a:active {
display:block;
}

ul.submenu {
list-style:none;
font-size:0.9em;
text-indent:10px;
line-height:170%;
}

li.submenu {
border-top:#ccc 1px solid;
display:block;
width:148px;
}

UL.submenu a:link {
display:block;
background-color:#FFFEC2;
}

UL.submenu a:visited {
display:block;
background-color:#FFFEC2;
}

UL.submenu a:hover {
display:block;
background-color:#ffec6c;
}

UL.submenu a:active {
display:block;
background-color:#F5E06C;
}

.navhead {
color:#000;
text-decoration:none;
}

.submenu {
display:none;
color:#000;
}

.brandcontainer {
width:150px;
line-height:100%;
}

li.brands {
border-bottom:#ccc 1px solid;
text-align:center;
}

li.recomended {
border-bottom:#ccc 1px solid;
text-align:center;
padding:5px;
}

.recommendedPicture {
border:#ccc 1px solid;
}

li.news {
border-bottom:#ccc 1px solid;
font-size:0.85em;
line-height:1.2em;
padding:5px;
background-color:#eee;
}

a.news {
font-weight:700;
}

.alternativeProductBox {
display:inline;
float:left;
margin:5px;
text-align:center;
width:150px;
height:180px;
font-size:0.9em;
background-color:#fff;
border:#C1E3F0 1px solid;
padding:5px;
}

.alternativeProductDescription {
margin:0 0 5px;
height:50px;
overflow:hidden;
font-size:10px;
}

.alernativeButton {
height:20px;
}

.alternativePrice {
height:20px;
}

.alternativeProductBoxTop {
background:url(../../../includes/themes/backgrounds/alternativeboxtopleft.gif) no-repeat top left;
height:8px;
}

.alternativeProductBoxTR {
background:url(../../../includes/themes/backgrounds/alternativeboxtopright.gif) no-repeat top right;
height:8px;
}

/* Footer */
.footerFooter {
height:20px;
}

.footerShadow {
height:5px;
}

#footer p {
width:160px;
font-size:0.8em;
float:left;
margin:0 18px 15px;
line-height:1.8em;
}

#footer p span {
font-weight:700;
font-size:1.4em;
background-color:#e2e2e2;
display:block;
padding:2px 5px 4px;
text-align:center;
margin-bottom:5px;
}

#footer p a {
margin-left:15px;
}

/*Horizontal Navigation										To be deleted

UL.horizontalNav {
	list-style:none;
	font-size: 0.9em ;
	background-color: #eee;
	background-image: url(../../../includes/themes/backgrounds/headershadow.gif);
	background-repeat: repeat-x;
	border-right: #ccc 1px solid;
	border-left: #ccc 1px solid;
	padding-top: 6px;
}
.horizontalNav li{
	border-right: 1px solid #e6e6e6;
	display: inline;
	padding: 0px 15px 0px 15px;
}
.horizontalNav label{
	font-weight: bold;
}

UL.horizontalNav2 {
	list-style:none;
	font-size: 0.9em ;
}
.horizontalNav2 li{
	display: inline;
}
.horizontalNav2 label{
	font-weight: bold;
}

li.horizontalNavSearch {
  float:right;
  position: relative;
  top: 7px;
  height: 25px;
  border-right: 0px;
}*/
/* Default page   */
.breadcrumb_back {
display:none;
}

.breadcrumb_divider {
font-size:10px;
}

/*SHOPPING BASKET.

These styles control both the Shopping Basket box that appears on every page and the Shopping Basket page itself. Certain Shopping Basket box styles appear under the MENU section (scroll up for that). Other styles for the Shopping Basket page can be found in the accountpayment.css stylesheet. */
.shoppingBasketShadow {
width:148px;
height:5px;
background-image:url(../../../includes/themes/backgrounds/headershadowwhite.gif);
background-repeat:repeat-x;
border-right:#ccc 1px solid;
border-left:#ccc 1px solid;
}

.shoppingBasket {
width:144px;
font-size:0.8em;
line-height:1.2em;
border-right:#ccc 1px solid;
border-left:#ccc 1px solid;
padding:4px 2px 2px;
}

.shoppingBasket p {
font-weight:700;
margin:0 2px 5px;
}

.shoppingBasket a {
cursor:pointer;
}

.shoppingBasketDescription {
height:62px;
overflow:hidden;
}

.shoppingBasketFinance {
font-size:0.9em;
font-weight:400;
line-height:1.2em;
color:#01A1C8;
}

.shoppingBasketPicture {
float:left;
margin-right:2px;
}

.shoppingBasketPrice {
text-align:center;
font-weight:700;
line-height:2em;
}

/* product listing page 						I Have no idea			*/
.headTextBox {
width:320px;
float:left;
margin:10px 5px;
}

.headTextBoxLogo {
margin-bottom:10px;
width:320px;
text-align:center;
}

.headTextBox p {
margin-bottom:10px;
font-size:0.8em;
line-height:130%;
}

.headTextBox p img {
margin:0 5px 5px 0;
float:left;
}

.headTextBox h2 {
font-size:0.9em;
margin-bottom:3px;
}

.headTextBox ul {
font-size:0.8em;
line-height:130%;
margin-bottom:3px;
}

.cat_text {
color:#000;
font-size:0.8em;
}

.cat_text:hover {
background:#ffc;
}

/* PRODUCT HOMEPAGES.

These styles apply to any catagory page, ie. Alloy Wheels, Manifolds, etc. These include the Featured Products and the Which Product Is Right For You section. */
.searchTitle {
font-weight:700;
}

.searchTitleSub {
float:left;
margin-left:12px;
font-size:1em;
font-weight:700;
}

.searchDropDownSub {
float:left;
position:relative;
left:10px;
font-size:0.9em;
}

.BrandSearch1 {
float:left;
height:50px;
margin:5px 0;
text-align:center;
font-size:0.8em;
}

div#BrandDropDown {
float:left;
width:74px;
margin:25px 0 0;
font-size:0.9em;
text-align:center;
}

#BrandImages {
border-bottom:1px solid;
border-color:#e6e6e6;
}

.VerticalLine {
margin:0 7px 2px;
height:10px;
}

.smallVerticalLine {
border-left:1px solid;
border-color:#999;
float:left;
margin-left:30px;
}

#OtherSearches {
float:none;
margin:10px 0 0;
text-align:center;
font-size:0.9em;
}

.BrandSearchBox {
width:675px;
padding:5px 3px 10px;
border-bottom:#999 1px solid;
}

.explainLink {
font-size:0.8em;
color:red;
cursor:pointer;
margin:0 10px 0 5px;
}

.altprevious {
color:#666;
}

#product_head_cat {
margin:8px 0;
}

.quickLinkBox {
border-top:1px #ccc solid;
border-left:1px #ccc solid;
border-right:1px #ccc solid;
padding:5px 5px 0;
font-size:0.9em;
width:658px;
}

.quickLinks {
font-size:0.8em;
line-height:1.9em;
background:#e2e2e2 url(../quicklinks_bg.jpg) repeat-x 0 0;
color:#fc0;
padding:15px;
width:638px;
}

.quickLinksGallery {
font-size:0;
}

.quickLinks h1 {
color:#444;
font-size:2.8em;
line-height:1.2em;
font-family:georgia,serif;
}

a.quicklinkslink {
color:#eee;
}

a.quicklinkslink:hover {
color:#fc0;
}

.quickLinkBoxSearchRight {
float:right;
position:relative;
top:-5px;
display:none;
}

.topLink {
float:left;
font-size:0.8em;
color:red;
text-decoration:underline;
margin-top:10px;
}

.backLink {
float:right;
font-size:0.8em;
color:red;
text-decoration:underline;
margin-top:10px;
}

.productHomeFeature {
float:left;
width:320px;
padding:3px 7px 0;
}

.productHomeFeatureText {
line-height:130%;
padding-top:5px;
}

.featuredProductMain,.featuredProductText {
float:left;
width:170px;
margin-top:7px;
font-weight:700;
}

.featuredProductSecondary {
float:left;
width:75px;
font-weight:700;
font-size:0.8em;
}

.productHomeHead {
font-size:2.4em;
font-weight:700;
text-transform:uppercase;
letter-spacing:-0.1em;
}

.featuredProductText {
margin-right:20px;
}

.featuredProductTitle {
color:#fc0;
font-size:1.3em;
}

.featuredProductMain p,.featuredProductText p {
margin-top:7px;
font-weight:400;
font-size:0.8em;
margin-bottom:10px;
}

.featuredProductImage {
float:left;
width:125px;
height:150px;
margin-top:7px;
text-align:center;
}

.featuredProductOffer {
background-color:#fc0;
color:#1e1e1e;
width:306px;
height:44px;
padding:14px 7px;
line-height:1.6em;
}

.featuredProductOffer h1 {
font-size:1.2em;
font-weight:700;
padding-bottom:0;
}

.featuredProductOldPrice {
font-size:1.5em;
text-decoration:line-through;
}

.featuredProductNewPrice {
font-size:1.5em;
color:#d00;
font-weight:700;
}

.featuredProductOfferText {
float:right;
width:220px;
font-size:1.2em;
line-height:120%;
margin-top:7px;
}

.featuredProductOfferText h2 {
font-weight:700;
font-size:1.2em;
color:red;
text-transform:uppercase;
}

.newImage {
background-image:url(../../../includes/themes/icons/new.gif);
height:34px;
width:73px;
position:relative;
top:-5px;
left:10px;
z-index:2;
}

.lowestPrice {
background-image:url(../../../includes/themes/icons/lowestprice.gif);
height:45px;
width:67px;
position:relative;
top:-7px;
left:10px;
z-index:2;
}

.bestSellerSmallImage {
background-image:url(../../../includes/themes/icons/bestsellersmall.gif);
height:31px;
width:44px;
position:relative;
top:3px;
z-index:2;
}

.lowestPriceSmallImage {
background-image:url(../../../includes/themes/icons/lowestpricesmall.gif);
height:31px;
width:46px;
position:relative;
top:3px;
z-index:2;
}

.newSmallImage {
background-image:url(../../../includes/themes/icons/newsmall.gif);
height:31px;
width:47px;
position:relative;
top:3px;
z-index:2;
}

.productHomeSearch {
width:310px;
background-color:#eee;
border:1px solid #ccc;
padding:2px 5px;
margin:10px 0;
}

.productHomeSearch select {
float:left;
margin:5px 10px 0 0;
}

.adviceTitle {
background-color:#eee;
width:660px;
height:20px;
padding:5px;
}

.adviceTitle img {
vertical-align:middle;
}

.adviceLink {
margin:10px 0 5px;
font-size:0.8em;
}

.blogBox {
width:310px;
height:62px;
font-size:0.8em;
line-height:1.4em;
color:#fff;
background-color:#1E1E1E;
padding:5px;
}

.blogBox h1 {
color:#fc0;
font-size:1em;
padding-bottom:2px;
}

.blogBox a {
color:#C2C4B7;
}

#OtherSearchBox {
padding:10px 0 30px;
}

#pricelist {
display:inline;
font-size:0.9em;
}

.bannerBoxSmall {
float:left;
margin:0 2px 5px;
}

/* PRODUCT RESULT PAGES.

These styles also apply to any catagory page. These include the light grey box outline that contain the manufacturer logos. */
.ProductResult {
float:left;
margin:5px 3px 10px 2px;
text-align:center;
font-size:0.8em;
}

.ProductResultTest {
float:left;
margin:5px 3px 10px 2px;
border:#ccc 1px solid;
text-align:center;
font-size:0.8em;
}

.catName {
width:155px;
height:25px;
margin:2px;
overflow:hidden;
cursor:pointer;
font-size:20px;
font-family:times;
text-decoration:none;
}

div.catName A {
text-decoration:none;
}

.ProductResultImage {
float:left;
margin:4px 1px 1px;
min-width:72px;
min-height:55px;
}

.ProductResultFrameT {
border-top:#ccc 0 solid;
}

.ProductResultFrameTL {
float:left;
border-left:#ccc 0 solid;
width:1px;
height:27px;
}

.ProductResultFrameTR {
float:left;
border-right:#ccc 0 solid;
width:1px;
height:27px;
}

.ProductResultFrameB {
border-bottom:#ccc 0 solid;
border-left:#ccc 0 solid;
border-right:#ccc 0 solid;
}

.ProductResultFrameBR {
float:right;
background:url(../../../includes/themes/backgrounds/productresultbottomright.gif) no-repeat bottom right;
width:2px;
height:27px;
}

.ProductSearchBox {
padding-top:10px;
margin-bottom:15px;
width:670px;
}

.partContainerodd,.partContainereven {
height:75px;
width:660px;
border:#fff 2px solid;
padding:3px;
}

.partContainerodd {
background-color:#eee;
}

.partContainereven {
background-color:#fff;
}

.partDisplayNo {
float:left;
font-size:0.8em;
margin-left:5px;
display:none;
}

.partPageNo {
float:right;
font-size:0.8em;
margin-right:5px;
display:none;
}

.blackline {
margin:10px 5px 0;
border-bottom:#ccc 0 dashed;
}

.redline {
margin:5px 0;
border-bottom:#e00000 1px dashed;
}

.partImage {
float:left;
height:297px;
width:185px;
margin:5px;
font-size:10px;
background-color:#EBEBEB;
padding:13px;
color:#333;
text-align:center;
}

.partTitle {
float:left;
margin:10px 10px 0 5px;
width:375px;
font-size:0.9em;
}

.partInfo {
float:left;
width:93px;
height:45px;
padding:30px 5px 0;
}

.partPrice {
float:left;
margin-top:15px;
width:90px;
text-align:right;
}

/* Gallery View   */
.gallery_cat_name {
margin:10px 0 5px;
line-height:1.3em;
height:38px;
}

.gallery_cat_name a:link {
color:#333;
text-decoration:none;
}

.gallery_cat_name a:visited {
color:#777;
text-decoration:none;
}

.gallery_cat_name a:hover {
color:#333;
text-decoration:underline;
}

.gallery_cat_name a:active {
color:#777;
text-decoration:none;
}

.gallery_info {
margin:5px 0;
}

/* Brand Pages   										I have no idea   */
.brandLogo {
float:left;
width:360px;
text-align:center;
margin-bottom:10px;
}

.brandProducts {
float:right;
width:270px;
text-align:center;
margin-left:10px;
margin-bottom:10px;
}

.brandLinks {
margin-bottom:20px;
font-weight:700;
line-height:1.3em;
}

.brandLinks a:link {
color:#333;
}

.brandLinks a:hover {
color:#d00000;
}

/* CONTACT DETAILS.

These styles are for every Contact Us, About Us & Customer Service page. There are somethings here that you may want hidden*/
.contactBox {
border:1px #ccc solid;
margin-top:10px;
margin-bottom:20px;
}

.contactItem {
float:left;
width:210px;
padding:20px 6px;
}

.contactDetails {
float:right;
width:140px;
}

.contactIcon {
width:60px;
font-size:0.8em;
font-weight:700;
text-align:center;
}

.phoneNo {
font-size:1.1em;
font-weight:700;
}

.red {
color:#d00000;
}

.contactVerticalLine {
float:left;
border-left:1px #ccc solid;
height:60px;
margin:20px 0;
}

.customerServiceLinks,.popularLinks {
font-size:0.8em;
line-height:1.8em;
color:#000;
margin-top:10px;
}

.popularLinks {
float:left;
width:330px;
}

.customerServiceLinks,.popularLinks a {
font-size:1.1em;
font-weight:700;
}

.customerServiceCopy {
color:#000;
margin:10px 0 20px;
line-height:1.4em;
}

.customerServiceCopy li {
margin-left:20px;
}

.photosPanel {
/* This style shows POTN.com related images on the About Us page. If you dont want these add visibility: hidden; */
float:right;
}

.customerServicePhotos {
padding:5px;
font-size:0.8em;
width:200px;
margin:0 0 10px 10px;
border:1px #ccc solid;
}

#customiseproperties ul {
padding-left:15px;
padding-top:5px;
padding-bottom:5px;
}

#category_head ul {
padding-left:15px;
padding-top:5px;
padding-bottom:5px;
}

.fragment ul {
padding-left:15px;
padding-top:5px;
padding-bottom:5px;
}

.rangetitle {
display:none;
}

.option {
display:none;
}

/*  POTN Only - hidden on other sites   */
.potnonly {
display:none;
}

/testemonials
#testemonial_container {
height:50px;
width:50px;
border:#999 1px solid;
}

/* Size info */
#size_info {
text-align:left;
padding:10px;
}

#size_info h1 {
font:normal 3em \"century gothic\", \"gill sans\", verdana, sans-serif;
color:#666;
}

#size_info h2 {
font:normal 2em \"century gothic\", \"gill sans\", verdana, sans-serif;
color:#666;
margin:10px 0;
}

#size_info table {
text-align:left;
border-collapse:collapse;
margin-bottom:10px;
}

#size_info th {
background-color:#666;
color:#fff;
width:90px;
}

#size_info th,#size_info td {
padding:4px;
}

.isislogo {
display:none;
}

#contentOther {
margin:0 5px 0 160px;
}

.basketButtons {
float:right;
line-height:1.8em;
margin:10px 0;
text-align:right;
}

.noblog {
display:none;
}

/*  Subscribe to blog on account create page   */
.accountsubscribe {
display:none;
}

.sagepay {
display:none;
}

.ProductResult .gallery_info {
display:none;
}