body {
	font: normal 12px Tahoma, Arial;
	color: #333;
	text-decoration: none;
	padding:0px;
	margin:0px;
	background:url(bg_repeat.jpg) repeat-x  #fbfcf4;
} /* master style that defines fonts and main background colour for the entire site */
/* TinyMCE specific rules */
body.mceContentBody {
	background: #FFF;
}

.pads{padding:5px;}
a {
	color:#0a44c0;
}

a:hover {
	color: #222
}

H1{
	font-size: 16px;
	color:#008aff;
}

.menu A {padding: 0 20px 0 20px; text-decoration:none; color:#FFF; }
.menu A:hover {padding: 0 20px 0 20px; text-decoration:underline; }
.menu{background:url(menu_bg.gif) repeat-x top left; text-align:center}
	
.highlight A {TEXT-DECORATION: none; background-image:url(btn_02.gif); color:#000; padding:0px}
/*----------------------------- Quick Edit ------------------------------ */
#quickEdit {
	clear:both;
	text-align:center;
	margin:0;
	padding:0;
	background:#CCC;
}
#barRow {
	background:url(images/quick_edit/quickFade.gif) repeat-x #fff;
}
#name1, #name2 {
	border-bottom:1px solid #ccc;
}
.quickButtons {
	padding:5px;
	text-align:center;
	border-right:1px solid #fff;
	border-bottom:4px solid #CCC;
	color:#000;
	cursor:pointer;
	width:auto;
	background:#B4B4B4;
}
.quickButtons:hover {
	background:#000;
	color:#fff;
}

H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #323232; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: verdana, lucida, arial, helvetica, sans-serif
}
select, option {
	font: 11px Tahoma;
	background:#E9E9E9;
}
input, textarea, password, file {
	FONT-FAMILY: Tahoma, Arial;
	font-size: 11px;
	font-size:10px;
	border:1px solid #3C3C3C;
	background:#E9E9E9;
	padding:2px
}

input[type="checkbox"] {
	border:none;
	background:none;
}
.availColours{
	float:left;
	width:70px;
	margin:5px;
	padding:5px;
	height:70px;
}

/*----------------------------- Basic layout styles from top to bottom of the page ------------------------------ */

.right_repaet{background:url(right_side.gif) repeat-y left;}


.left_repaet{background:url(left_side.gif) repeat-y}
.main_table {
	background: #FFF;
}
 /* use to position the content in the header */
.shop_name {
	font: 1px Tahoma, Arial;
	padding-right:20px;
	text-align:right;
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

.searchinput {
	font:normal 11px Tahoma, Arial;
	border:1px solid #3C3C3C;
	margin:0px 8px 0px 0px;
	background:#FFF url(mag_glass.gif) no-repeat;
	padding:2px 2px 2px 17px;
	font-size:12px;
}

.search {
	position:absolute;
	top:77px;
	right:422px;
	z-index:2;
	width:216px;
}
.search a {
	display:none;
}
/* Remove this comment to center align Top Menu
#topnav_align { text-align:center; width:100%;    }

#topnav_align table { border-right:1px solid #fff; margin:0 auto; }

.footer { background: #7FA0D8 url(hd_bk.jpg) repeat-x; color:#FFF; font:11px/16px Tahoma, Arial;text-align:center; padding:3px 0px 3px 0px;}

.footer A { color: #FFF; text-decoration: none; padding-left:10px; padding-right:10px}

.footer A:hover { color: #FFF; text-decoration: underline}
*/

/* Comment out this to left align Top Menu */
#topnav_align {
	text-align:right;
}
#topnav_align table {
	}
.footer {
	background: #4683d3;
	color:#FFF;
	font:11px/16px Tahoma, Arial;
	text-align:center;
	padding:3px 0px 3px 0px;
	width:100%
}
.footer A {
	color: #FFF;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
}
.footer A:hover {
	color: #FFF;
	text-decoration: underline
}
/*                                         */
.topnav {
	font-size: 11px;
	font-weight: normal;
	text-align:right;
	padding:0px 10px 0px 0px;
	margin:0px;
}
.topnav A {
	color:#FFF;
	text-decoration:none;
	padding:1px 7px 1px 7px;
	float:right;
	border-right:1px solid #FFF;
}
.topnav A:hover {
	text-decoration: underline;
	color:#FFF;
}
.topnav table {
	text-align:center
}
.menu_background {
}
.main_cell {
	padding:8px 8px 8px 8px
}
.right_column {
	width:120px;
	text-align:center;
	border-left: 1px solid #398ee5;
}
.right_column H3 {
	font: normal 12px tahoma, arial;
	color: #333;
	padding:0px 3px 10px 3px;
}
.border {
	padding:0;
	margin:0;
}/* Surrounds menu_background and main_cell */
/*----------------------------- Buttons ------------------------------ */

.button {
	margin:0px 8px 0px 0px;
	padding:2px 6px 2px 6px;
	font:normal 11px Tahoma, Arial;
	text-decoration:none;
	color:#373737;
	text-decoration:none;
	background:#e2e490;
	cursor:pointer;
	display:block;
	float:right;
	clear:none
}
/* display, float and clear are needed to render buttons correctly in IE 6 */


.button:hover {
	color:#373737;
	text-decoration:none;
	background:#c9cb87;
}
input {
 padding: expression(this.type=="submit"?'0px':'');
}
form submit {
	width:1%;
	overflow:visible;
}
/* this is for Gecko based broswers to change background of all <input type="submit"> tags */

input[type="submit"] {
	padding: 2px 2px;
}

/*----------------------------------------- Left Hand Menu No-Popup ---------------------------------------*/
.menutop {
	margin-top:5px;
	padding-top:7px;
	background:url(menuTop.jpg) no-repeat top center;
	display:block;
	height:23px;
	margin-left:12px;
	width:144px;
	color:#fff;
	font-weight:bold;

}
.menutop a{

	color:#fff;
	font-weight:bold;
	text-decoration:none;

}
.menutop a:hover{
text-decoration:none;
	color:#fff;
	font-weight:bold;

}
.menutop span {
	font:bold;
	color:#FFF;
	padding:5px;
	margin-top:10px;
}

.menubase {
	background:url(menuBase.jpg) no-repeat top center;
	display:block;
	height:18px;
	margin-left:12px;
	width:144px;
	color:#fff;
}


#menuLeft {
	border-top:1px Solid #fff;
	margin-left:12px;
	background:#008aff; 
	padding:0px 5px 5px 0px;
	width:139px;
}
#menuLeft ul {
	font: normal 12px Tahoma, Arial;
	margin: 0;
	padding:0;
	list-style: none;
	width: 135px; /* Width of Menu Items */
}
#menuLeft ul li a {
	display: block;
	width:136px;
	text-decoration: none;
	color: #FFF;
 background: #008aff; 
 /* IE6 Bug */
	padding: 4px;
	border-bottom: 1px solid #FFF;
}
/* Fix IE. Hide from IE Mac \*/
/** html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }*/
/* End */


#menuLeft ul li a:hover {
	color: #FFF;
	background: #ff2e85;
}
#menuLeft ul li ul {
	display: none;
}
#menuLeft ul li.highlight ul {
	display: block;
}
#menuLeft .highlight a {
	color: #FFF;
	font-size: 12px;
	background: #ff2e85;
}
/* Hover Styles */
		
#menuLeft li ul li a {
	padding: 1px 3px;
} /* Sub Menu Styles */
#menuLeft li:hover ul, li.over ul {
	display: none;
} /* The magic */
#menuLeft .sub a {
	background:none;
	color:#FFF;
	width: 130px;
	padding:2px 4px 2px 10px;
	font-weight: normal;
	border-top-style: none;
}
/* .highlight  li ul { display: block; }  The magic */ 




#menuLeft .sub a:hover {
	background: #FFF;
	color:#ff2e85;
}
.highlight A {
	TEXT-DECORATION: none;
	background: #ff2e85;
	color:#000;
}
.selected {
	text-decoration:none;
	color: #333;
	background: #ff2e85;
	
}
#menuLeft .subHighlight a{
	color: #FFF;
	width: 130px;
	padding:2px 4px 2px 10px;
	font-weight: bold;
	border-top-style: none;
}
.shop_text {
	padding-left:13px;
}
.shop_text div {
	font:bold 14px Tahoma, Arial;
	padding-bottom:5px;
}
.cart {
	font: 12px Arial;
	border:1px solid #ff2e85;
	width:98%;
	background:#F7F7F7
}
.cart th {
	text-align:left;
	background:#ff2e85;
	color:#FFF
}
.cart a {
	margin-right:0px;
	float:right
}
.lineitem {
	border-bottom: 1px dotted #CCC
}
.checkouthead {
	font-size: 16px;
	color:#008aff;
	padding:20px 0px
}
.cat_head {
} /*Category name and description*/
#thumbnail {
	WIDTH: 140px;
	float: left;
	clear: none;
	margin:5px 11px 10px 0px;
	padding-top:6px;
	padding-left:5px;
	text-align:center;
	border:0px solid #c1c1c1;
	height: 178px;
	background:url(thumbnailBG.gif) bottom no-repeat;
	/*border:1px solid #c1c1c1;*/
}
#thumbnail p {
	margin: 0px 0px 0px 35px;
	text-align:center
}
#thumbnail h3 {
	font:normal 12px Tahoma, arial;
	text-align:center;
	color:#008aff;
	padding:0px 0px;
}
#thumbnail span {
	font:normal 11px Tahoma, arial;
	text-align:center
}
#thumbnail div {
	text-align:center
}
#thumbnail .thumbImage {
	height:85px;
	padding-top:5px;
}
#thumbnail .thumbInfo {
	clear:both;
}
/*----------------------------- Essential Bizar Shop Styles ------------------------------ */


.heading {
	font-size: 16px;
	color:#ff2e85;
	display:block;
	padding-bottom:1px;
	border-bottom:1px solid #ff2e85;
	font-weight:bold;
	text-align:center;
}
.subheading {
	font: normal 14px Tahoma, Arial
}
.errorMessage {
	font-weight:bold;
	color:#FFF;
	background-color:#FF0000;
	padding:4px;
}
.okMessage {
	font-weight: bold;
	padding: 4px;
	background-color:#CCC;
}
.form-label {
	font-weight: bold;
	color: #4683d3
}
.form-title {
	font-weight: bold;
	color: #4683d3
}
.normalbold {
	font-weight: bold
}
.tablehead {
	font-size: 14px;
	text-decoration: none;
	color:#4683d3
}
.sitemaplevel0 {
	padding-left:20px;
}
.sitemaplevel0 LI {
	list-style:none;
	margin-left:20px;
	font-size:13px
}
.sitemaplevel1 LI {
	margin-left:60px;
	font-size:11px
}
.sitemaplevel2 LI {
	margin-left:100px;
	font-size:11px
}
.searchResult {
	color: #000000;
	font-weight:normal;
	border-bottom: 1px solid #cccccc;
	padding-bottom:10px;
	padding-top: 8px
}
.searchResult A {
	color:#0000FF;
	text-decoration:underline;
	font-size:14px;
}
/*----------------------------- Product Page ------------------------------ */

.product_image {
	padding:10px 10px 10px 10px
}
.product_image A {
	text-decoration:none;
	color: #333;
}
.product {
	padding:10px 10px 10px 10px
}
.price {
	font: bold;
	padding:10px 0px 0px 0px
}
.related_prods {
	margin: 0px 0px 10px 0px;
	padding:3px;
	width:120px
}
/*----------------------------- Category Page ------------------------------ */

/*---------------------------------New Check Out Styles Below ---------------------------------*/

.orderDisplay {
	background:#008aff;
	padding:5px;
	color:#fff;
}
.checkouthead {
	border-bottom:1px dotted #CCC;
	margin: 0;
	padding:0 0 5px 0;
	font-size:20px;
	text-align:left;
}
.checkoutHeaderBlue {
	padding:10px;
	background:#008aff;
	color:#FFFFFF;
	text-align:left;
}
.checkoutCurrentBorder {
	border:1px solid #008aff;
	padding:5px;
	margin-bottom:5px;
	background:url(images/thumbnailShadow.gif) repeat-x top;
}
.checkoutHeaderGrey {
	padding:10px;
	background: url(checkout/page_back.png) repeat-x;
	color:#FFFFFF;
	margin-bottom:0px;
	text-align:left;
}
.summaryHeader {
	text-align:left;
	background:url(images/thumbnailShadow.gif) repeat-x top;
	padding:5px;
	font-weight:bold;
	color:#61AEDF;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	height:15px;
}
.editLink, .editLink a {
	font-weight:normal;
	color:#666666;
	font-size:9px;
}
.nextButton {
	margin:0px 8px 0px 0px;
	padding:3px 6px 6px 6px;
	font:bold 11px Tahoma, Arial;
	color:#3C3C3C;
	text-decoration:none;
	color:#FFF;
	background: url(checkout/button_back_over.png) center;
	cursor:pointer;
	display:block;
	float:left;
	clear:none;
	border:0px;
	background-position:right;
}
.nextButtonInput {
	margin:0px 8px 0px 0px;
	font:normal 11px Tahoma, Arial;
	color:#3C3C3C;
	text-decoration:none;
	color:#FFF;
	background: url(checkout/button_back_over.png) center;
	border:0px;
	background-position:right;
	padding:5px 15px 10px 10px;
	display:block;
	float:right;
	cursor:pointer;
}
.nextButtonInput:hover {
	text-decoration:none;
	background: url(checkout/button_back.png) right;
	color:#FFF;
}
.backButton {
	margin:0px 8px 0px 0px;
	padding:3px 6px 6px 6px;
	font:bold 11px Tahoma, Arial;
	color:#3C3C3C;
	text-decoration:none;
	color:#FFF;
	text-decoration:none;
	background: url(checkout/button_back_over.png) center;
	cursor:pointer;
	display:block;
	float:left;
	clear:none;
	border:0px;
	background-position:left;
	padding-left:15px;
	padding-top:6px;
	height:20px;
}
.backButton:hover {
	color:#FFF;
	text-decoration:none;
	background: url(checkout/button_back.png) left;
}




#thenNav {
	font-family: Arial, Helvetica, sans-serif;
	z-index:2;
	text-align:center;
}

#thenNav ul {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px;
	list-style: none;
	font: 12px arial bold;
	color: #FFFFFF;
}
#thenNav ul li {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	float:left;
	text-decoration: none;
	color: #FFFFFF;
	display:block;
/*	border-left:1px solid #fff;*/
}
#thenNav li ul {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute; /* Set 1px less than menu width */
	top: 0px;
	left:0px;
	display:none;
	padding:0px 0px;
	margin-top:0px;
}
/* Styles for Menu Items */

#thenNav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;

	text-decoration: none;
	color: #fff;
	background: url(menu_bg.png) repeat center; /* IE6 Bug */
	margin: 0px;
	text-decoration: none;
	padding: 4px 26px 5px 26px;
	background-image:url(menu_divider.png);
	background-repeat: no-repeat;
	background-position:right;	/*border:1px solid #e8e7e8;
	border-left:none;*/ 
}
#thenNav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	text-decoration: none;
	color: #fff;
	background: url(menu_bg_over.gif) repeat center; /* IE6 Bug */
	margin: 0px;
	text-decoration: none;
	padding: 4px 26px 5px 26px;
	background-image:url(menu_divider.png);
	background-repeat: no-repeat;
	background-position:right;	
/*	border:1px solid #e8e7e8;
	border-left:none;*/
}
/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float: left;
	height: 1%;
}
* html ul li a {
	height: 1%;
}
/* End */

#thenNav ul li ul {
	width:112px;
	margin-top:22px;
	padding:0px;
}
;
/* Hover Styles */
#thenNav li ul li a {
	width: 100px;
	text-transform:none;
	font-size:11px;
} /* Sub Menu Styles */
#thenNav li:hover ul, #thenNav li.over ul, #thenNav li ul li .sub {
	display: block;
} /* The magic */

#thenNav .sub {  } 

#thenNav .sub a {
	background:#b9ab74 url(images/menu_lower.gif) bottom center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	width:100px;
	text-align:center;
	padding:4px;
	display:block;
}
#thenNav .sub a:hover {
	background:#b9ab74 url(images/menu_lower.gif) bottom center no-repeat;
	width:100px;
	text-align:center;
	padding:4px;
	display:block;
	text-decoration:underline;
}
/* ---------------------------- End New Checkout Styles --------------------------------------- */

