* { 
    -moz-box-sizing: border-box; 
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0px;
	background-color:#FFFFFF;
	background-position: left bottom;
	topmargin:0;
	leftmargin:0;
	border-top-color: #EEEDE5;
	
}

a { color:#B3001C; text-decoration:underline; font-family: Arial, Helvetica, sans-serif; font-size:x-small;}
a:hover { text-decoration:none; color:#B3001C; }
a:link { text-decoration:underline; color:#B3001C; }
a img { border:0px; }
form { margin:0px; }
.finalheader {
	background-image: url(Finalmenu2.css);
	height: 110px;
	width: 764px;
}

hr { background:none; height:1px; border:0px; border-top:1px solid #ccc; }


.d_t { display:table; height:100%; width:100%}


/* standard table display */
.std_table {
	background:#FFFFFF;
	background-image:  url("Images/header.jpg");
	background-repeat: no-repeat;
	border-top:0px solid #B3001C;
	text-align:center;
	vertical-align:bottom;
	line-height:20px;
	font-size:small;
	align:center;
	width:764px;
	height: 260px;
	
	
}

.std_table td {	padding:0px 0px 0px 0px; }
/* standard table display */
.offer_table {
	background:#FFFFFF;
	background-repeat: no-repeat;
	border-top:0px solid #B3001C;
	text-align:center;
	vertical-align:bottom;
	line-height:20px;
	font-size:small;
	align:center;
	width:350px;
	height: 260px;
	
}

/* standard table display */
.small_header {
	background-repeat: no-repeat;
	border-top:0px solid #B3001C;
	text-align:center;
	vertical-align:bottom;
	line-height:normal;
	font-size:small;
	align:center;
	width:765px;
	height: 95px;
	background-color: #FFFFFF;
	background-image: url(FinalHeader2.gif);
		
}
.menu_table {
	background-image: url(Finalmenu3.gif);
}

.small_header {
	padding:0px 0px 0px 0px;
}
	
.body_table {
	text-align:left;
	vertical-align:top;
	font-size:x-small;
	align:center;
	width:764px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 5px;
	padding-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	background-color: #FFFFFF;
	
	}
	
	
.bottom_table {
	background-image: url('Images/menuback.jpg');
	color: #F6D8A5;
	text-align:right;
	vertical-align:middle;
	font-size:x-small;
	align:center;
	width:764px;
	height: 26px;
	padding-right : 10px;
	}



/* Container which encloses the whole site to allow easy width change */
#container,#wrap {
	width:764px;	/* change value to adjust width */
	text-align:left;
	margin:5px auto;
	border:1px solid #e5e5e5;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Logo and minicart */
#header {
	padding:5px 0px;
	border:1px solid #e5e5e5;
	/*margin-bottom:12px;*/
}
s  {
	border-collapse:collapse;
	width:100%;
}
#header img {
	margin:0px 12px;
}
#header td.headerlinks { /* mini cart */
	width:300px;
	text-align:right;
	vertical-align:middle;
	margin-top:15px;
	color:#999;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right:12px;
}
#header a {
	text-decoration:none;
	color:#1981b7;
	font-weight:bold;
}
#header a:hover { text-decoration:underline; }


/* Encloses all content area under header */
#wrap {
	padding:5px;
	border:1px solid #e5e5e5;
}

/* Horizontal navigation */
#nav {  
	background:white;
	border:1px solid #EEEEEE;
	width:100%;
}

table#horiz_nav {	/* table is generated via shopa_navigation_create.asp */
	padding:0px;
	width:100%;
	border-collapse:collapse;
}

table#horiz_nav td {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
}

table#horiz_nav td a {
	display:block;
	text-align:center;
	padding:8px 0px;
	color:#1981b7;
	text-decoration:none;
	font-size: 12px;
	text-transform:uppercase;
	border-right:1px solid #EEEEEE;
}
table#horiz_nav td.last a { border-right:0px; }
table#horiz_nav td a:hover { color:#000; }

/* Horizontal navigation drop down menu
   do not remove or modify styles listed 
   under "Do Not Change" */
table#horiz_nav ul {
	/* Do not change  */
	position:absolute;
	left: -999em;
	padding:0px;
	margin:0px;
	list-style-type:none;
	
	/* Styles */
	background:white;
	border-right:1px solid #eee;
	text-align:left;
	width:150px;
}

/* Do not change  */
#horiz_nav td:hover ul { left: auto; }
#horiz_nav td.sfhover ul { left: auto; }

#horiz_nav ul li { /* submenu */
	/* Do not change */
	display:block;
	width:100%;
	margin:0px;
	
	/* Styles */
	line-height:22px;
	text-transform:capitalize;
}

table#horiz_nav ul li a { /* submenu links */
	/* Do not change */
	display:block;
	
	/* Styles */
	padding:0px 12px !important;
	border-bottom:1px solid #EEEEEE;
	border-right:0px;
	text-align:left;
}

/* Utility bar includes login links
   welcome note and quick search box */
#utilbar {
	text-align:center;
	background:#eee;
	padding:12px;
	border-bottom:5px solid #D7D7D7;
}

#utilbar table {
	border-collapse:collapse;
	width:100%;
}

#utilbar td {
	padding:5px 0px;
	text-align:center;
	vertical-align:middle;
	width:33.3%;
	font-size: 12px;;
	border-right:2px dotted #E5E5E5;
	font-weight:bold;
}

#utilbar td.last { border:0px; }	/* remove border from the last column */
#utilbar form { display:inline; }
#utilbar a { color:#1981b7; text-decoration:none; }
#utilbar a:hover { text-decoration:underline; }

/* Encloses all content area under utilbar */
#all { 
	margin-top:5px;
	padding-bottom:5px;
}

/* Left column- categories, currency, language etc */
#left {
	/* Styles */
	width:25%;	/* Change to alter width of left column */
}

#left h2 {
	background:#EEE;
	color:#1981b7;
	margin:0px;
	padding:5px 10px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#left .box {		/* General style of each box in left column */
	padding:5px 12px;
	font-size: 12px;
	border:0px solid #eee;
	margin-bottom:5px;
}

#left .box p {
	margin:0px;
	padding-bottom:12px;
}

#left ul {		/* General style of list style in left column; including category listing */
	list-style-type:none;
	padding:12px 15px;
	margin:0px 0px 5px 0px;
	line-height:20px;
	font-size: 12px;
	border:0px solid #eee;
}

#left ul a {
	background:url("http://www.cvo.co.uk/Spirit%20fires/images/site/catnav_bullet.gif") no-repeat 0 3px;
	padding-left:15px;
	color:#505050;
}

/* Extra styles for category navigation */
#catnav ul { margin:12px 15px; }

/* Main content area */
#main {
	text-align:center;
}

#main table td { text-align:left; }
#main td { font-size:100%; }
#main td td { font-size:100%; }

/* Top content box on home page */
#homecontent {
	border:1px solid #D7D7D7;
	padding:12px;
	color:#666;
	margin-bottom:5px;
	text-align:left;
}

#homecontent h1 { color:#1d83b4; }
#homecontent p { margin-right:180px; }
#homecontent img { margin-right:12px; }

/* content area styles */
#content {
	padding:0px 12px 12px 12px;
	text-align:left;
}

/* Footer */
#footer {
	background:#E1E1E1;
	padding-bottom:12px;
	text-align:center;
	color:#454545;
	font-size: 12px;
	clear:both;
}

/* Alphabet listing */
#footer .alphabet {
	background:#D7D7D7;
	margin-bottom:12px;
	padding:3px 12px;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a {
	color:#454545;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


/*formats the display of the form elements throughout the front end*/
.imgbtn { border:0px; }

.txtfield{
	background-color: #FFFFFF;
	border-bottom-color: #175D7F;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #175D7F;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #175D7F;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #175D7F;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	border:1px solid #175D7F;
}

.submitbtn {
   FONT: 11px verdana, arial, sans-serif;
		  font-weight: bold;
		  letter-spacing: 0px;
		  color: #FFF;
		  HEIGHT: 20PX;
		  cursor:hand;
		  BORDER: #C0C0C0 1px solid;
		  background-color:#4E5257; }
}


/* breadcrumbs */
.breadcrumb {
	text-align:left;
	color:#FFF;
	font-size:12px; 
	margin-bottom:10px;
}

.breadcrumb a { 
	color:#FFF; 
	text-decoration:none; 
}
.breadcrumb a:hover { 
	color:#FFF; 
	text-decoration:underline;
}

/* Main area text styles */
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	margin:0px 0px 15px 0px;
	font-color:#FFFFFF;	
	text-align:center;
	text-transform:capitalize;
}

#main h2 {
	text-align:left;
	margin:0px 0px 12px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:capitalize;
}

#main h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size: 12px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding:12px 5px 12px 50px;
	margin:0px;
}


/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:15px !important; }


.topback {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url('http://www.cvo.co.uk/Spirit%20fires/images/top.jpg');
	font-size: 12px;
}
.homeback {
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url('http://www.cvo.co.uk/Spirit%20fires/images/home.jpg');
	font-size: 12px;
}

/* cvo text */
.CVO_Text_1_Bold {
 FONT-WEIGHT: bold; COLOR: #F6D8A3; FONT-FAMILY: Tahoma,Helvetica,Arial
 }
.CVO_Text_1 {
 COLOR: #F6D8A3; FONT-FAMILY: Tahoma,Helvetica,Arial
 }
.CVO_Text_2_Bold {
 FONT-WEIGHT: bold; COLOR: #B3071B; FONT-FAMILY: Tahoma,Helvetica,Arial
 }
.CVO_Text_2 {
 COLOR: #B3071B; FONT-FAMILY: Tahoma,Helvetica,Arial
 }
.CVO_headerText_8
{
FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #F6D8A3; FONT-FAMILY: Tahoma,Helvetica,Arial; BACKGROUND-COLOR: #B3071B
}
.CVO_headerText_10
{
FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #F6D8A3; FONT-FAMILY: Tahoma,Helvetica,Arial; BACKGROUND-COLOR: #B3071B
}
.CVO_headerText_12
{
FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #F6D8A3; FONT-FAMILY: Tahoma,Helvetica,Arial; BACKGROUND-COLOR: #B3071B
}
.CVO_headerText_YEL_8
{
FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #CC0000; FONT-FAMILY: Tahoma,Helvetica,Arial; BACKGROUND-COLOR: #F8D8A5
}
.CVO_headerText_YEL_10
{
FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #CC0000; FONT-FAMILY: Tahoma,Helvetica,Arial; BACKGROUND-COLOR: #F8D8A5
}
.CVO_headerText_YEL_12
{
FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #CC0000; FONT-FAMILY: Tahoma,Helvetica,Arial; BACKGROUND-COLOR: #F8D8A5
}
.CVO_headerText_BLK_8
{
FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Tahoma,Helvetica,Arial; BACKGROUND-COLOR: #FFFFFF
}
.CVO_bodytext
{
FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Tahoma,Helvetica,Arial;
}
.CVO_bodytext_bold
{
FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Tahoma,Helvetica,Arial;
}
.CVO_headline
{
FONT-WEIGHT: bold; FONT-SIZE: 14pt; COLOR: #CC0000; FONT-FAMILY: Tahoma,Helvetica,Arial;
}
