/* ----------Container Breadcrumbs -------------- MOVED TO NEW STYLE
#Contbreadcrumbs {
width: auto;
padding: 0px 0px 0px 0px;
margin: 10px 0px 15px 190px;*/
}


/* ----------breadcrumb title --------------
.breadcrumbtitle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-weight: bold;}
.breadcrumbtitle  a:link {  font-family: Verdana, Arial, Helvetica, sans-serif;  color: #000000}
.breadcrumbtitle  a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif;  color: #000000; background-color: #cc0000} */

/* ----------breadcrumb links -------------- 
.breadcrumblinks {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: normal;}
.breadcrumblinks  a:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000099}
.breadcrumblinks  a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background-color: #669900} MOVED TO NEW STYLE*/

/* ------ SUB Category Containers for Image LINKS ------
#ContainerSubCategoryImages {
width: auto;
padding: 10px 0px 0px 20px;
margin: 10px 200px 10px 200px;
} */


/* ------Boxes around sub category Image links------ */
#BoxSubCategoryImageLinks {
width: 110px;
 /* background-color: #ffCCff;*/
padding: 4px 4px 4px 4px;
margin: 0px 0px 20px 0px;
}

/* ------ Horizontal Looper Container ------ */
#HLooperContainer {
padding: 0px 0px 0px 180px;
margin: 0px 0px 0px 0px;
}

/* ------ Horizontal Loopers Boxes Rounded Corners To use set full border to page background colour and comment in/out------ 

.t {background: url(graphics/rounded/dot.gif) 0 0 repeat-x; width: 195px}
.b {background: url(graphics/rounded/dot.gif) 0 100% repeat-x; }
.l {background: url(graphics/rounded/dot.gif) 0 0 repeat-y; height: 230px; }
.r {background: url(graphics/rounded/dot.gif) 100% 0 repeat-y; height: 230px; }
.bl {background: url(graphics/rounded/bl.gif) 0 100% no-repeat;   }
.br {background: url(graphics/rounded/br.gif) 100% 100% no-repeat; height: 230px; }
.tl {background: url(graphics/rounded/tl.gif) 0 0 no-repeat; }
.tr {background: url(graphics/rounded/tr.gif) 100% 0 no-repeat; padding:10px} */

/* ------ Horizontal Loopers No Rounded Corners to use comment in/out------ */

.t {background: url(graphics/rounded/trans.gif) 0 0 repeat-x; width: 195px}
.b {background: url(graphics/rounded/trans.gif) 0 100% repeat-x; }
.l {background: url(graphics/rounded/trans.gif) 0 0 repeat-y; height: 230px; }
.r {background: url(graphics/rounded/trans.gif) 100% 0 repeat-y; height: 230px; }
.bl {background: url(graphics/rounded/trans.gif) 0 100% no-repeat;   }
.br {background: url(graphics/rounded/trans.gif) 100% 100% no-repeat; height: 230px; }
.tl {background: url(graphics/rounded/trans.gif) 0 0 no-repeat; }
.tr {background: url(graphics/rounded/trans.gif) 100% 0 no-repeat; padding:10px} 


/* -----------------Pages List Navigation (Products Listing pages): Page 123456 etc --------------------- */
#Pages_List {
float: left;
width: 400px;
clear: both;
padding: 10px 0px 10px 0px;
margin: 20px 0px 50px 0px;
}

