

/* ccp7024 version 1.0.0 February 2010 N W Frampton Ltd */

/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */

* {
	margin: 0;
	padding: 0px;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the skin_wrapper in IE 5* browsers. The text is then set to the left aligned default in the #skin_wrapper selector */
	color: #2E5B78;
	background-color: #FF2020;
	background-image: url('../media/bg_body.gif');
	background-repeat: repeat;
	background-position: left top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {

     color: #FC8820;

     background-color: inherit;

     font-weight: bold;

     text-decoration: none;

     cursor: pointer;

     }

p {
	color: inherit;
	background-color: transparent;
	margin: 5px 0px 7px 0px;

     }

sup {

     color: inherit;

     background-color: inherit;

     display: inline;

     padding: 0px;

     vertical-align: super;

     font-size: 8px;

     }

a:hover {
	color: #FF6600;
	background-color: inherit;
	text-decoration: underline;
     }

fieldset {

     color: inherit;

     background-color: inherit;

     border: none;

     padding: 5px 0px 5px 0px;

     }

fieldset p {

     color: inherit;

     background-color: inherit;

     display: block;

     font-size: 11px;

     margin: 5px 5px 5px 2px;

     }

form {

     color: inherit;

     background-color: transparent;

     margin: 0px 0px 5px 0px;

     }

img {

     color: inherit;

     background-color: inherit;

     border: none;

     }

li {

     color: inherit;

     background-color: inherit;

     padding-bottom: 5px;

     }


/* +------------------------------------------------------------+ */

/* | General XHTML Classes                                      | */

/* +------------------------------------------------------------+ */

.center {

     color: inherit;

     background-color: inherit;

     text-align: center;

     }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.inlinecenter {

     color: inherit;

     background-color: inherit;

     text-align: center;

     }

p.inline {
	color: inherit;
	display: inline;
	padding: 0px;
	background-color: transparent;
     }

.strong {
     color: inherit;
     background-color: inherit;
     font-weight: bold;
     }

.hidden {
     color: inherit;
     background-color: inherit;
     display: none;
     }

a.unfancy {
	color: #FF6600;
	background-color: inherit;
	text-decoration: underline;
	font-weight: normal;
     }

a.unfancy:hover {
	color: #FF6600;
	background-color: inherit;
	text-decoration: underline;
     }

/* +------------------------------------------------------------+ */

/* | Skin Specific Divs                                         | */

/* +------------------------------------------------------------+ */

#skin_wrapper {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FF0000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: inherit;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#skin_header {
	color: inherit;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#skin_header h1 {
	margin: 0; /* zeroing the margin of the last element in the #skin_header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#skin_ct {
	margin: 0px;
	padding: 0px;
    color: inherit;
    background-color: inherit;
}

#skin_ct_lcol {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: inherit;
	background-color: inherit;
	text-align: left;
	overflow: hidden;
	
}

#skin_ct_mcol {
	margin-top: 0px;
	
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: inherit;
	background-color: inherit;
} 

#skin_ct_rcol {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: inherit;
	/*background-color: #FDFDFD;
	border-left: 1px solid #CDCDCD;*/
}

#skin_footer {
	color: inherit;
	background-color: inherit;
	text-align: center;
	border-top: 2px solid #C0C0C0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 5px;
}
 
#skin_footer p {
	margin: 0; /* zeroing the margins of the first element in the skin_footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#skin_pgtitle {
	color: #FFFFFF;
	background-color: inherit;
	background-image: url('../media/bg_catnav.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 9px 5px 8px 20px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
     }

#skin_content {

     color: inherit;

     background-color: inherit;

     margin: auto;

     padding: 0px;

     }

#skin_ht {
	color: inherit;
	background-color: inherit;
	border: 0px;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
     }

#skin_ht_lcol {

     color: inherit;

     background-color: inherit;

     width: 25%;

     text-align: left;

     vertical-align: top;

     padding: 0px 0px 0px 0px;
     
     }

#skin_ht_rcol {
     color: inherit;
     background-color: #FDFDFD;
     width: 30%;
     text-align: right;
     vertical-align: top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;      
     }

/* +------------------------------------------------------------+ */

/* | Skin Specific Classes                                      | */

/* +------------------------------------------------------------+ */

.skin_fenavh {

     color: #FFFFFF;

     background-color: #FFFFFF;

     background-image: url('../media/categories.gif'); 
     background-repeat: no-repeat;
     background-position: left top;

     padding: 9px 5px 6px 20px;

     margin: 0px 0px 0px 0px;

     font-weight: bold;

     }
	 
.skin_fenavh_red {

     color: #FFFFFF;

     background-color: #FFFFFF;

     background-image: url('../media/categories_red.gif'); 
     background-repeat: no-repeat;
     background-position: left top;

     padding: 9px 5px 6px 20px;

     margin: 0px 0px 0px 0px;

     font-weight: bold;

     }	 

.skin_fenav ul {

     color: inherit;

     background-color: inherit;

     padding: 0px;

     margin: 0px 0px 5px 0px;

     border-left: 1px solid #BBBBBB;

     border-right: 1px solid #BBBBBB;

     list-style: none;

     }

.skin_fenav ul li {

     color: inherit;

     background-color: inherit;

     background-image: url('../media/arw2.gif'); 
     background-repeat: no-repeat;
     background-position: 0.4em 0.5em;

     padding: 0px;

     margin: 0px;

     border-bottom: 1px dotted #BBBBBB;

     list-style: none;

     width: 100%;

     }

.skin_fenav ul li a {

     color: #666666;

     background-color: inherit;

     font-weight: normal;

     display: block;

     text-decoration: none;

     padding: 3px 5px 3px 15px;

     }

.skin_fenav ul li a:hover {

     color: #666666;

     background-color: inherit;

     text-decoration: underline;

     }

.skin_button {

     color: #FFFFFF;

     background-color: transparent;

     padding: 0px;

     border-right: 1px dotted #A7A7A7;

     margin: 0px 0px 0px 0px;

     display: inline;

     padding: 4px 22px 4px 22px;

     }

.skin_button a {

     color: #FFFFFF;

     background-color: inherit;

     font-weight: normal;

     }

.skin_button a:hover {

     color: #FFFFFF;

     background-color: inherit;

     text-decoration: underline;

     }

.skin_headacct, #skin_headacct {
     color: inherit;
     background-color: inherit;
     width: 100%;
     text-align: right;
     clear: both;
	padding: 0px;
     }

.skin_fenavmini {

     color: inherit;

     background-color: inherit;

     background-image: url('../media/cb_2.gif'); background-repeat: 
     no-repeat; background-position: left bottom;

     padding: 5px 5px 7px 5px;

     margin: 0px 0px 5px 0px;

     }

/* +------------------------------------------------------------+ */

/* | CORE Required Divs                                         | */

/* +------------------------------------------------------------+ */

#debug {

     color: #333333;

     background-color: #FFFFFF;

     border: 1px solid #36586F;

     padding: 10px;

     overflow: hidden;

     margin-top: 10px;

     }

#printable {

     color: inherit;

     background-color: #FFFFFF;

     border: 1px solid #36586F;

     width: 800px;

     padding: 10px;

     margin: auto;

     }

/* +------------------------------------------------------------+ */

/* | CORE Required Classes: Messages                            | */

/* +------------------------------------------------------------+ */

.error {

     color: #FF0000;

     background-color: inherit;

     font-weight: bold;

     }

.confirm {

     color: #339933;

     background-color: inherit;

     font-weight: bold;

     }

.imgfloatrt {

     color: inherit;

     background-color: inherit;

     float: right;

     margin: 0px 0px 10px 0px;

     display: inline;

     }

.inline {

     color: inherit;

     background-color: #DBDBDB;

     display: inline;

     }

/* +------------------------------------------------------------+ */

/* | CORE Required Classes: Boxed Monospace Code                | */

/* +------------------------------------------------------------+ */

.preboxed {

     color: inherit;

     background-color: #F7F7F7;

     margin: 5px 0px 0px 0px;

     padding: 5px;

     border: 1px solid #36586F;

     font-family: Fixed, monospace;

     overflow: hidden;

     }

/* +------------------------------------------------------------+ */

/* | CORE Required Classes: Form Fields                         | */

/* +------------------------------------------------------------+ */

.formfieldradcb {

     color: inherit;

     background-color: inherit;

     }

.formfield {

     color: inherit;

     background-color: #FFFFFF;

     border: 1px solid #777777;

     font-size: 11px;
	 padding-left:5px;

     margin: 5px 5px 0px 2px;
	 cursor:auto;

     }

.formfield:hover {

     color: inherit;

     background-color: #DEDEDE;

     }

.formfieldp {

     color: #3E6B8A;

     background-color: inherit;

     display: block;

     padding: 0px;

     margin: 0px;

     }

.formfieldpnfs {

     color: inherit;

     background-color: inherit;

     display: block;

     padding: 0px 5px 0px 5px;

     margin: 0px 0px 5px 0px;

     }

.formfielda {
	color: #FF6600;
	background-color: inherit;
	display: block;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 2px 0px;
     }

.formbutton {
	color: #FFFFFF;
	background-color: inherit;
	background-image: url('../media/bg_cartbutton.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
	padding: 3px;
	margin: 2px;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	width: 130px;
	height: 20px;
	cursor:pointer;
     }

.formbutton:hover {

     color: #FFFFFF;

     background-color: inherit;

     }

.quickbutton {
     color: #FFFFFF;
     background-color: inherit;
     background-image: url('../media/bg_quickbutton.gif'); 
	background-repeat: no-repeat;
	background-position: left top;
     border: 0px;
     margin: 2px;
     font-size: 10px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     width: 130px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	height: 20px;
     }

.quickbutton:hover {

     color: #ffffff;

     background-color: inherit;

     }

.quickform {

     color: inherit;

     background-color: inherit;

     margin: 5px 0px 0px 0px;

     }

.quickfield {

     color: inherit;

     background-color: #DEDEDE;

     border: 1px solid #777777;

     font-size: 11px;

     margin: 1px 0px 0px 0px;

     }

.quickfield:hover {

     color: inherit;

     background-color: #FFFFFF;

     }

.formfieldradcb_rnc {
	color: inherit;
	background-color: #FFA4A4;
     }

.formfield_rnc {

     color: inherit;

     background-color: #FFA4A4;

     border: 1px solid #777777;

     font-size: 11px;

     margin: 5px 5px 0px 2px;

     }

.formfield_rnc:hover {

     color: inherit;

     background-color: #DEDEDE;

     }

/* +------------------------------------------------------------+ */

/* | CORE Required Classes: Form Displays                       | */

/* +------------------------------------------------------------+ */

.formsecthead {

     color: #FFFFFF;

     background-color: #ffffff;

     background-image: url('../media/bg_storehead.gif'); 
     background-repeat: no-repeat;
     background-position: left top;

     padding: 9px 5px 6px 20px;

     margin: 0px 0px 0px 0px;

     font-weight: bold;

     }

table.formtblone {

     color: inherit;

     background-color: inherit;

     margin: 0px 0px 5px 0px;

     border-spacing: 0px;

     width: 100%;

     }

table.formtbltwo {

     color: inherit;

     background-color: inherit;

     margin: 0px 0px 5px 0px;

     border-spacing: 0px;

     width: 100%;

     }

td.formtbltwo {

     color: inherit;

     background-color: #EBEBEB;

     padding: 4px 2px 2px 2px;

     width: 50%;

     vertical-align: top;

     }

td.formtbltwospan {

     color: inherit;

     background-color: #F7F7F7;

     padding: 4px 2px 2px 2px;

     width: 100%;

     vertical-align: top;

     }

td.formtblone {

     color: inherit;

     background-color: #EBEBEB;

     padding: 4px 2px 2px 2px;

     width: 100%;

     vertical-align: top;

     }

/* +------------------------------------------------------------+ */

/* | CORE Required Classes: Boxed Paragraphs                    | */

/* +------------------------------------------------------------+ */

p.ultableh {

     color: #FFFFFF;
     background-color: #ffffff;
     background-image: url('../media/bg_storehead.gif'); 
     background-repeat: no-repeat;
     background-position: left top;

     padding: 9px 5px 8px 20px;

     margin: 0px 0px 0px 0px;

     font-weight: bold;

     }

p.ultablei {

     color: inherit;

     background-color: inherit;

     margin: 2px 0px 0px 0px;

     padding: 3px 5px 3px 5px;

     }

p.ultablei a {
	color: #FF6600;
	background-color: inherit;
	display: block;
	font-weight: normal;
     }

p.ultablel {

     color: inherit;

     background-color: #EBEBEB;

     margin: 0px 0px 5px 0px;

     padding: 3px 5px 3px 5px;

     }

p.ultablel a {
	color: #ff6600;
	background-color: inherit;
	font-weight: normal;
     }

p.uktablesp {

     color: inherit;

     background-color: inherit;

     margin: 0px;

     font-size: 1px;

     }

/* +------------------------------------------------------------+ */

/* | CORE Required Classes: Table Data Displays                 | */

/* +------------------------------------------------------------+ */

table.sorttable {

     color: inherit;

     background-color: inherit;

     margin: 0px 0px 0px 0px;

     border-spacing: 3px;

     width: 100%;

     }

a.sorttable {

     color: #3E6B8A;

     background-color: inherit;

     font-weight: bold;

     text-decoration: none;

     }

tr.sorttable {

     color: inherit;

     background-color: inherit;

     padding: 5px;

     border: 1px solid #36586F;

     }

th.sorttable {

     color: inherit;

     background-color: #E9E9E9;

     padding: 4px 3px 4px 3px;

     border-top: 1px solid #CDCDCD;

     border-left: 1px solid #CDCDCD;

     vertical-align: top;

     }

td.sorttable {

     color: inherit;

     background-color: inherit;

     padding: 4px 3px 4px 3px;

     border-top: 1px solid #CDCDCD;

     border-left: 1px solid #CDCDCD;

     vertical-align: top;

     }

td.sorttable p {

     color: inherit;

     background-color: inherit;

     padding: 0px;

     margin: 0px;

     }

/* +------------------------------------------------------------+ */

/* | CORE Required Classes: Online Store Displays               | */

/* +------------------------------------------------------------+ */

.storehead {
	color: #FFFFFF;
	background-color: #ffffff;
	background-image: url('../media/bg_storehead.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 9px 5px 6px 20px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
     }
	 
.storehead_full {
	color: #FFFFFF;
	background-color: #ffffff;
	background-image: url('../media/bg_storehead_full.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 9px 5px 6px 20px;
	margin: 0px 0px 0px 10px;
	font-weight: bold;
     } 

.h1 {
	color: #FFFFFF;
	background-color: #ffffff;
	background-image: url('../media/bg_storehead_small.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 9px 5px 6px 20px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
     }

.storelink {

     color: inherit;

     background-color: inherit;

     padding: 0px 5px 0px 5px;

     margin: 5px 0px 10px 0px;

     }

.storelink a {

     color: #FF6600;

     background-color: inherit;

     font-weight: normal;

     }

.storelink p {

     color: #535353;

     background-color: inherit;

     margin: 4px 0px 4px 0px;

     }

/* +------------------------------------------------------------+ */

/* | CORE Required Classes: Category/Product Display Tables     | */

/* +------------------------------------------------------------+ */

table.cptbl {

     color: inherit;

     background-color: inherit;

     margin: 0px 0px 0px 0px;

     border-spacing: 0px;

     width: 100%;

     }

td.cptbl1 {

     color: inherit;

     background-color: inherit;

     padding: 4px 4px 2px 4px;

     width: 100%;

     vertical-align: top;

     }


td.cptbl2 {

     color: inherit;


     background-color: inherit;

     padding: 10px 4px 10px 4px;

     border-bottom: 1px solid #D7D7D7;

     width: 50%;

     vertical-align: top;

     }

td.cptbl3 {

     color: inherit;

     background-color: inherit;

     padding: 4px 4px 2px 4px;

     border: 1px solid #36586F;

     width: 33%;

     vertical-align: top;

     }

td.cptbl4 {

     color: inherit;

     background-color: inherit;

     padding: 4px 4px 2px 4px;

     border: 1px solid #36586F;

     width: 25%;

     vertical-align: top;

     }

td.cptblblank {

     color: inherit;

     background-color: inherit;

     display: none;

     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Category List Display Tables        | */
/* +------------------------------------------------------------+ */

table.cptbl_cat {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 10px 0px;
     border-spacing: 3px;
     width: 100%;
     }

tr.cptbl_cat {
     color: inherit;
     background-color: inherit;
     }

td.cptbl_cat {
     color: inherit;
     background-color: inherit;
     padding: 4px 4px 2px 4px;
     vertical-align: top;
     }

td.cptbl_cat_blank {
     color: inherit;
     background-color: inherit;
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Product List Display Tables         | */
/* +------------------------------------------------------------+ */

table.cptbl_prod {
     color: inherit;
     background-color: inherit;
     margin: 0px;
     border-spacing: 4px;
     width: 100%;
     border: 1px solid #BBBBBB;
     }

tr.cptbl_prod {
     color: inherit;
     background-color: inherit;
     }

td.cptbl_prod {
     color: inherit;
     background-color: inherit;
     border-bottom: 1px dotted #BBBBBB;
     padding: 2px 0px 2px 0px;
     vertical-align: top;
     }
table.cptbl_full {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 0px 10px;
     border-spacing: 4px;
     width: 930px;
     border: 1px solid #BBBBBB;
     }

tr.cptbl_full {
     color: inherit;
     background-color: inherit;
     }

td.cptbl_full {
     color: inherit;
     background-color: inherit;
     border-bottom: 1px dotted #BBBBBB;
     padding: 2px 0px 2px 0px;
     vertical-align: top;
     }	 
	 
table.cptbl_splash {
     color: inherit;
     background-color: inherit;
     margin: 0px;
     border-spacing: 4px;
     width: 530px;
     border: 1px solid #BBBBBB;
     }

tr.cptbl_splash {
     color: inherit;
     background-color: inherit;
     }

td.cptbl_splash {
     color: inherit;
     background-color: inherit;
     
     padding: 2px 0px 2px 0px;
     vertical-align: top;
     }	 

/* --- ZIPSKINS we add an 'a' class to control the title size and colour -- */

td.cptbl_prod a {
     color: #FB8501;
     font-size: 12px;
     }

td.cptbl_prod_blank {
     color: inherit;
     background-color: inherit;
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Product Detail Display Tables       | */
/* +------------------------------------------------------------+ */

table.cptbl_det {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 10px 0px;
     border-spacing: 3px;
     width: 100%;
     }

tr.cptbl_det {
     color: inherit;
     background-color: inherit;
     }

td.cptbl_det {
     color: inherit;
     background-color: inherit;
     padding: 4px 4px 2px 4px;
     vertical-align: top;
     }

td.cptbl_det_blank {
     color: inherit;
     background-color: inherit;
     display: none;
     }

/* +------------------------------------------------------------+ */

/* | CORE Required Classes: Price Displays                      | */

/* +------------------------------------------------------------+ */

.pricediv {

     color: inherit;

     background-color: inherit;

     margin: 2px 0px 2px 0px;

     padding: 5px 0px 0px 0px;

	 font-weight: bold;

     }

.price {

     color: inherit;

     background-color: inherit;

     display: inline;

     font-weight: bold;

     font-size: 16px;
    
     text-align: right;

     padding: 0px 0px 0px 0px;

     }

.pricex {

     color: #FF0000;

     background-color: inherit;

     display: inline;

     text-decoration: line-through;

	 font-weight: bold;

     }

/* +------------------------------------------------------------+ */

/* | CORE Required Classes: Shopping Cart Displays              | */

/* +------------------------------------------------------------+ */

.cartbutton {
	color: #FFFFFF;
	background-color: inherit;
	background-image: url('../media/bg_cartbutton.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
	padding: 4px 0px 4px 0px;
	margin: 2px;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	width: 130px;
	display: block;
	text-align: center;
     }

.cartbutton:hover {

     color: #FFFFFF;

     background-color: inherit;

     text-decoration: none;

     cursor: default;

     }

/* +------------------------------------------------------------+ */

/* | CORE Required Classes: Ghost Table                         | */

/* +------------------------------------------------------------+ */

table.ghost {

     color: inherit;

     background-color: inherit;

     margin: 0px;

     padding: 0px;

     border-spacing: 0px;

     width: 100%;

     }

td.ghost {

     color: inherit;

     background-color: inherit;

     padding: 0px;

     margin: 0px;

     vertical-align: top;

     }

.ghost form {

     color: inherit;

     background-color: inherit;

     display: inline;

}

td.ghost img {

     color: inherit;

     background-color: inherit;

     margin-right: 10px;

     margin-bottom: 10px;

     }

td.ghost p {

     margin: 0px 0px 6px 0px;

}

td.ghost strong {

     font-size: 16px;

}

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Regular Table Displays              | */
/* +------------------------------------------------------------+ */

.regtablehead {

     color: #FFFFFF;

     background-color: #ffffff;

     background-image: url('../media/bg_storehead_full.gif'); 
     background-repeat: no-repeat;
     background-position: left top;

     padding: 9px 5px 8px 20px;

     margin: 0px 0px 0px 0px;

     font-weight: bold;

     }

table.regtable {

     color: inherit;

     background-color: inherit;

     margin: 0px 0px 5px 0px;

     border-spacing: 3px;

     width: 100%;

     }

tr.regtable {

     color: inherit;

     background-color: inherit;

     padding: 5px;

     }

th.regtable {

     color: inherit;

     background-color: inherit;

     padding: 4px 3px 4px 3px;

     vertical-align: top;

     }

td.regtable {

     color: inherit;

     background-color: #F7F7F7;

     padding: 4px 3px 4px 3px;

     vertical-align: top;

     }

.regtable p {

     color: inherit;

     background-color: inherit;

     padding: 0px;

     margin: 0px 0px 5px 0px;

     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Order Summary Displays              | */
/* | This provides backwards compatibility with versions prior  | */
/* | to v6.0.4                                                  | */
/* +------------------------------------------------------------+ */

table.ordsumm {

     color: inherit;

     background-color: inherit;

     margin: 0px 0px 5px 0px;

     border-spacing: 3px;

     width: 100%;

     }

.ordsumm a {
	color: #FF6600;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
     }

tr.ordsumm {

     color: inherit;

     background-color: inherit;

     padding: 5px;

     }

th.ordsumm {

     color: inherit;

     background-color: inherit;

     padding: 4px 3px 4px 3px;

     vertical-align: top;

     }

td.ordsumm {

     color: inherit;

     background-color: #F7F7F7;

     padding: 4px 3px 4px 3px;

     vertical-align: top;

     }

.ordsumm p {

     color: inherit;

     background-color: inherit;

     padding: 0px;

     margin: 0px 0px 5px 0px;

     }

.ordsumm a {

     color: #3E6B8A;

     background-color: inherit;

     }

.ordsumm a:hover {

     color: inherit;

     background-color: inherit;

     text-decoration: underline;

     }

.ordsummhead {

     color: #FFFFFF;

     background-color: #ffffff;

     background-image: url('../media/bg_storehead.gif'); 
     background-repeat: no-repeat;
     background-position: left top;

     padding: 9px 5px 8px 20px;

     margin: 0px 0px 0px 0px;

     font-weight: bold;

     }

.ordsummcenter {

     color: inherit;

     background-color: inherit;

     text-align: center;

     padding: 0px;

     margin: 0px 0px 10px 0px;

     border: 1px solid #36586F;

     }

.ordsummbig {

     color: inherit;

     background-color: inherit;

     font-weight: bold;

     font-size: 16px;

     }

.ordsummlink {

     color: inherit;

     background-color: #F7F7F7;

     padding: 0px 5px 0px 5px;

     margin: 10px 0px 10px 0px;

     border: 1px solid #36586F;

     }

.ordsummlink a {

     color: #3E6B8A;

     background-color: inherit;

     font-weight: normal;

     }

/* +------------------------------------------------------------+ */

/* | CORE Required Classes: Misc                                | */

/* +------------------------------------------------------------+ */

h1.secthead {

     color: inherit;

     background-color: inherit;

     font-weight: bold;

     font-size: 11px;

     text-decoration: underline;

     }

.clearboth {

     color: inherit;

     background-color: inherit;

     clear: both;

     }

.outstock {

     color: #FF0000;

     background-color: inherit;

     }

a.hrefbutton {

     color: #FFFFFF;

     background-color: #FF8000;

     padding: 3px 5px 3px 5px;

     font-size: 10px;

     font-family: Tahoma, Verdana, Arial, sans-serif;

     font-weight: bold;

     text-align: center;

     display: block;

     }

a.hrefbutton:hover {

     color: #FFFFFF;

     background-color: #CB6600;

     text-decoration: none;

     cursor: default;

     }

.outline {

     color: inherit;

     background-color: #F7F7F7;

     border: 1px solid #36586F;

     padding: 5px;

     margin-top: 5px;

     }

.outlinetrans {

     color: inherit;

     background-color: inherit;

     border: 1px solid #36586F;

     }

.outline p {

     color: inherit;

     background-color: inherit;

     margin: 0px 0px 3px 0px;

}

.big {font-size: 16px; font-weight: bold;}

/* +------------------------------------------------------------+ */

/* | Custom ZipSkin Classes and ID .skin and .core              | */

/* +------------------------------------------------------------+ */

.skin_fenav {

     color: inherit;

     background-color: inherit;

     background-image: url('../media/cb_2.gif'); background-repeat: 
     no-repeat; background-position: left bottom;

     padding: 0px 0px 3px 0px;

     margin: 0px 0px 7px 0px;

     font-weight: bold;

     }

#skin_prim_nav {
	color: inherit;
	background-color: inherit;
	background-image: url(../media/bg_navbar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	text-align: center;
	height: 30px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 

#skin_prim_nav h2 {
	margin: 0; /* zeroing the margin of the last element in the #skin_header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#skin_button_last {

     border: 0;

     }

.skin_footbutton {
	color: #999999;
	background-color: inherit;
	display: inline;
	font-weight: normal;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0C0C0;
	padding: 0px;
     }

.skin_footbutton a {
	color: #999999;
	background-color: inherit;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
     }

.skin_footbutton a:hover {

     color: #999999;

     background-color: inherit;

     text-decoration: underline;

     }

#skin_footbutton_last {

     border: 0;

     }

.welcomemessage {

     background-color: inherit;

     background-image: url('../media/splash.jpg'); 
     background-repeat: no-repeat;
     background-position: left top;
     
     padding: 7px 200px 0px 7px;

     height: 152px;

     margin: 0px 0px 7px 0px;

     font-size: 10px;

}

.welcome_title {

     color: #FF2020;

     font-size: 16px;

     font-weight: bold;

}

.skin_searchfield {
     color: #007070;
     background-color: #FFFFFF;
     border: 1px solid #D7D7D7;
     font-size: 11px;
     width: 90px;
	margin: 0px;
	padding: 0px;
     }

.skin_searchfield:hover {

     color: #007070;

     background-color: #FFFFFF;

     }

.skin_searchbutton {
	color: #24475E;
	background-color: transparent;
	background-image: url('../media/search.gif');
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
	font-weight: bold;
	width: 70px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	/*padding: 0px;*/
     }

.skin_searchbutton:hover {
	color: #24475E;
	background-color: transparent;
     }
 
#skin_copy {
	padding: 0 10px 0 20px;
    color: #C0C0C0;
    background-color: inherit;
} 

#skin_copy p {
	margin: 0; /* zeroing the margins of the first element in the skin_footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#skin_copy a {

    color: #999999;
    font-weight: normal;
}

#skin_copy a:hover {

    color: #999999;
    font-weight: normal;
}

#skin_browse {
	color: #FFFFFF;
	background-image: url('../media/ct_1.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #2E5B78;
}

#skin_browse ul {

     color: inherit;

     background-color: inherit;

     padding: 0px;

     margin: 0px 0px 0px 0px;

     list-style: none;

     }

#skin_browse ul li {
	color: inherit;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px dotted #FFFFFF;
	list-style: none;
	/*background-image: url(../media/browse.gif);
	background-repeat: repeat-y;
	background-position: left top;*/
	background-color: inherit;
     }

#skin_browse ul li a {

     color: #FFFFFF;

     background-color: inherit;

     background-image: url('../media/browse_arw.gif'); background-repeat: 
     no-repeat; background-position: 0.6em 1.2em;

     font-weight: bold;

     display: block;

     text-decoration: none;

     padding: 11px 0px 11px 30px;

     }

#skin_browse ul li a:hover {

     color: #FFFFFF;

     background-color: inherit;

     text-decoration: underline;

}

#skin_browsesearch {
	color: #FFFFFF;
	background-color: #2E5B78;
	background-image: url('../media/cb_1.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.skin_anyimg {

     color: inherit;

     background-color: inherit;

     border: none;

     display: block;

     overflow: hidden; 

     margin: 0;


     }

a.skin_designby {

    color: #999999;
    font-weight: normal;
}

#skin_ht_mcol {
	color: inherit;
	background-color: inherit;
	width: 45%;
	text-align: right;
	vertical-align: top;
	border-right: 1px dotted #BBBBBB;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
     }

#skin_ht_mcol p {
	background-color: transparent;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	color: inherit;
     }

#skin_container_btm {
	color: inherit;
	background-color: inherit;
	background-image: url('../media/container_btm.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
	height: 8px;
	margin: auto;
     }

#skin_container_top {
	color: inherit;
	background-color: inherit;
	background-image: url('../media/container_top.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
	height: 8px;
	margin: auto;
     }

#skin_splash_featuregraphics {

     color: inherit;

     background-color: inherit;

     padding: 0;

     margin: 7px 0px 0px 0px;

     }

#skin_menu_right {

     color: inherit;

     background-color: inherit;

     padding: 0;

     margin: 0;

     }

#skin_menu_right .skin_fenavh {

     color: #FFFFFF;

     background-color: #FFFFFF;

     background-image: url('../media/bg_fenavh_alt.gif'); 
     background-repeat: no-repeat;
     background-position: left top;

     padding: 9px 5px 6px 20px;

     margin: 0px 0px 0px 0px;

     font-weight: bold;

     }

#currency--SUBMIT {
     background-image: url('../media/bg_cartbutton.gif'); 
	background-repeat: no-repeat;
	background-position: left top;
     }

#printable #skin_pgtitle .inline {
	background-color: transparent;
	}

#skin_ht_advert_img {
	float: right;
	height: 62px;
	width: 680px;
}

#skin_browsesearch form {
	margin: 0px;
	padding: 0px;
}

#skin_browsesearch form p.inline {
	margin: 0px;
	padding: 0px;
}

/*these padding values worked after much head scratching - change only with care! */
#skin_browsesearch #ecom--minisearch p input.skin_searchfield {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

/*these padding values worked after much head scratching - change only with care! */
#skin_browsesearch #ecom--minisearch p input.skin_searchbutton {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

/* +------------------------------------------------------------+ */
/* | Extra items added for CCP7                                 | */
/* +------------------------------------------------------------+ */


#skin_wrapper #skin_ct #skin_ct_mcol #skin_content .cptbl_prod .cptbl_prod .quickbutton {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* +------------------------------------------------------------+ */

/* | Extra items added for CCP7                                 | */

/* +------------------------------------------------------------+ */

legend {
     display: none;
}

label {
     display: none;
}

.formfieldrelwrap {
     overflow: auto;
     width: 550px;
     height: 90px;
     border: 1px solid #555555;
     padding: 5px;
     margin: 10px 0px 10px 0px;
     }

.formfieldwysiwyg {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfieldwysiwyg:hover {
     background-color: #F5F5F5;
     }

.formfieldleg {
     font-weight: bold;
     }

.formfieldleg_rnc {
     font-weight: bold;
     color: #FF0000;
     }
	 
	 .selectbutton {
	color: #ffffff;
	background-image: url('/skins/newskin/media/selectbutton.png');background-repeat: 
     no-repeat; background-position: left top;
	font-size: 24px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bolder;
	font-style:italic;
	text-align: center;
	width: 133px;
	margin:  5px;
	height: 50px;
	
	background-color: inherit;
	cursor: pointer;
	border: 0px;
}
.selectbutton:hover {
	background-image: url('/skins/newskin/media/selectbutton2.png');
	
}	 

.storetitle {
     color: #59A325;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     font-size: 14px;
     }
	 
.boldtitle
{ color: #006699;
	 font-family:Tahoma, Geneva, sans-serif;
	 font-size: 12px;
     font-weight: bold;
     text-align: center;

     }
	 
.prodtitle
{ color: #59A325;
	 font-family:Tahoma, Geneva, sans-serif;
	 font-size: 13px;
	 text-decoration:underline;
     font-weight: bold;
     text-align: center;

     }	
	 
.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 13px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: red;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}	  

/* +------------------------------------------------------------+ */

/* | End                                                        | */

/* +------------------------------------------------------------+ */



