@charset "utf-8";
/* CSS Document */

body {
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: top;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	margin: 0;
	color: #222;
	font-size: 12px;
}

a {
	color: #069;
	text-decoration:underline;
	position: relative;
}
a:hover {
	color: #063;
	text-decoration:underline;
}
a div, a span {
	position: absolute;
	display: none;
}
a:hover div, a:hover span {
	display: block;
	z-index: 100;
	position: absolute;
	top: 14px;
	left: 0;
	background-color: #000; 
	width: 300px; 
	padding: 5px; 
	border: 1px solid #333; 
	line-height: 12px;
	letter-spacing: 0;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	overflow: auto;
}
#contacts a span {
	position: absolute;
	display: none;
}
#contacts a:hover span {
	display: block;
	z-index: 100;
	position: absolute;
	top: 12px;
	left: -25px; 
	background-image: url(/images/topbg.png);
	background-position: 0 -45px; 
	width: 250px; 
	height: 50px;
	padding: 0;
	padding-top: 8px; 
	line-height: 12px;
	letter-spacing: 1px;
	font-size: 8px;
	color: #aaa;
	text-decoration: none;
	overflow: hidden;
	border: 0;
}
h1, h2, h3, h4, h5 {	
	font-family: "Century Gothic", "Apple Gothic", Verdana, sans-serif;
	margin-left: 8px;
}
h1 {
	color: #d01f3c;
	font-size: 180%;
}
h2 {
	color: #d01f3c;
	font-size: 140%;
}
h3 {
	color: #333;
	font-size: 120%;
}
h4 {
	color: #666;
	font-size: 110%;
}
h4 {
	color: #999;
	font-size: 100%;
}
img {
	border:0;
}
input, textarea {
	border: 1px solid #333;
	padding: 2px;
	margin: 2px;
}
p {
	margin-bottom: 8px;
	margin-top: 8px;
}

#bellonline {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 73px;
	height: 22px;
}
#search {
	width: 300px;
	float: right;
	text-align: right;
}
#logo {
	float: left;
}
#container {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	width: 1000px;
	margin: auto;
	margin-top: 0;
	padding-top: 10px;
}
#content {
	width:990px;
	min-height:400px;
	margin:auto;
	padding: 10px;
}
#top {
	background-image: url(/images/topbg.png);
	height: 100px;
	padding-top: 15px;
	overflow: hidden;
}
#top_content {
	width: 1000px; 
	margin: auto;
}
#contacts {
	width: 225px; 
	height: 60px; 
	padding: 5px; 
	margin-top: 8px;
	float: right;
	font-size: 10px;
	line-height: 20px;
	color: #aaa;
	letter-spacing: 1px;;
	border-left: 8px solid #333;
}
#contacts a {
	letter-spacing: 2px;	
}
#main {
	float: left;
	width: 770px;
	padding: 0;
	min-height: 400px;
}
#fullwidth_main {
	width: 980px;
	padding: 0;
}
.box {
	background-image: url(/images/boxbg.png);
	//margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	border-top: 1px solid #fff;
	//-moz-border-radius: 6px;
	//-webkit-border-radius: 6px;
}	
.boxl {
	background-image: url(/images/boxbg.png);
	//margin-bottom: 10px;
	//margin-right: 0;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	width: 364px;
	float: left;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	//-moz-border-radius: 6px;
	//-webkit-border-radius: 6px;
}
.boxr {
	background-image: url(/images/boxbg.png);
	//margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	width: 365px;
	float: right;
	border-top: 1px solid #fff;
	//-moz-border-radius: 6px;
	//-webkit-border-radius: 6px;
}
.smallbox {
	background-color: #fcfcfc;
	border: 8px solid #fcfcfc;
	margin: 8px;
}
.fullwidth_box {
	background-image: url(/images/boxbg.png);
	//margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	//-moz-border-radius: 6px;
	//-webkit-border-radius: 6px;
}
.fullwidth_smallbox, .forum_smallbox {
	background-color: #fcfcfc;
	border: 8px solid #fcfcfc;
	margin: 8px;
}
.smallbox p, .fullwidth_smallbox p {
	padding: 10px;
}
.smallbox p.withimage {
	padding-left: 72px;
	background-repeat: no-repeat; 
	background-position: 20px;
}
#leftmenu {
	float: left;
	width: 200px;
	padding: 5px;
	//margin-right: 10px;
	//margin-bottom: 15px;
	background: #efefef;
	//-moz-border-radius: 6px;
	//-webkit-border-radius: 6px;
	padding-bottom: 10px;
	font-size: 10px;
}
#leftmenu input {
	font-size: 10px;
}
#leftmenu h2, #leftmenu h3 {
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 0;
	color: #333;
	padding-left: 20px;
	font-weight: bold;
	letter-spacing:-0.02em;
}
#leftmenu p {
	background-repeat: no-repeat; 
	padding-left: 20px;
}

.menularge a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.navigation {
	text-align: center;
}
.copy {
	font-size: 10px;
	font-variant: small-caps;
	color: #fff;
	padding: 10px;
	background-image: url(/images/copybg.png);
}
.copy a {
	color: #fff;
	text-decoration: underline;
}
.odd {
	background-color: #f6f6f6;
}
.ifIE {
	display: none;
}
.red {
	color: #d01f3c;
}
.largetext {
	font-size: 22px; 
	text-align: justify; 
	line-height: 34px; 
	color: #d01f3c;
	font-family: "Century Gothic", "Apple Gothic", Verdana, sans-serif;
}
#cartboxcorner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	position: fixed;
	z-index: 1000;
	width: 220px;
	top: 5px;
	right: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(/images/boxbg.png);
	padding-bottom: 4px;
	border: 1px solid #333;
	overflow: auto;
}
#cartboxcorner td {
	padding: 5px;
}
#cartboxcornerheader {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	margin-top: -2px;
	background-color: #333;
	padding: 4px;
	height: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #eee;
}
#cartboxcornerheaderx a {
	background-color: #666;
	color: #fff;
	float: right;
	padding: 3px;
	padding-top: 0;
	padding-bottom: 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 8px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
}
#cartboxcornerform {
	margin: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


#popupbox {
	position: fixed;
	z-index: 1000;
	width: 400px;
	height: 300px;
	margin-left: -200px;
	margin-top: -110px;
	top: 50%;
	left: 50%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: #000 0px 0px 20px;
	-webkit-box-shadow: #ddd 0px 0px 20px;
	background-image: url(http://bellonline.co.uk/images/boxbg.png);
}
#popupboxheader {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-box-shadow: #000 0px 0px 20px -10px;
	-webkit-box-shadow: #ddd 0px 0px 10px;
	background-color: #333;
	padding: 10px;
	height: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #eee;
}
#popupboxheaderx a {
	background-color: #666;
	color: #fff;
	float: right;
	padding: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
}
#popupboxmain {
	background-color: #fff;
	margin: auto;
	margin-top: 10px;
	width: 250px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
