* {
	list-style:none;
	padding:0;
	margin:0;
	border:none;
}

body {
	background:#2D6430;
	font-family:Arial;
	font-size:14px;
	line-height:1.4em;
	border-top:5px solid #fff;
	width:100%;
}

/* GLOBAL */

table tr td {
	padding:3px;	
}


h1 {
	font-size:2.6em;
	line-height:1.1em;
	font-family:"Times New Roman", Times, serif;
	margin:7px 0 15px 0;
	padding:4px 0 2px 0;
	border-bottom:1px dotted #369;	
	color:#036;
}

h1.stacktube {
	background: url('http://greatbritain.speedstacks.com/img/stack_tube.png') left top no-repeat;
	height:37px;
	padding-left:285px;
}

h1.stacktube span {
	display:none;
}

h2 {
	clear:both;
	font-size:1.8em;
	line-height:1.1em;
	font-family:"Times New Roman", Times, serif;
	color:#036;
	font-weight:normal;
	margin:10px 0 5px 0;
	border-bottom:1px dotted #ccc;	
}

h2.big {
	clear:both;
	font-size:2.2em;
	line-height:1.1em;
	font-family:"Times New Roman", Times, serif;
	color:#036;
	font-weight:normal;
	margin:10px 0 5px 0;
	border-bottom:1px dotted #ccc;	
}

.clr {
	clear:both;
}

a img {
	border:none;
}

p {
	padding-bottom:10px;
}

p img {
	border:3px solid #AFDEF8;
	padding:3px;
	margin:3px;
}

.none {
	border:none;
	clear:none;
}

ul.list_bold {
	font-weight:bold;
	margin:15px 0 15px 15px;
}

ul.list_bold li {
	list-style:disc;
	font-weight:normal;
	margin:3px 0 3px 15px;
	padding-bottom:4px;
	color:#111;
}

ul.list {
	font-weight:bold;
	margin:5px 0 0 15px;
}

ul.list li {
	list-style:circle;
	font-weight:normal;
	margin:3px 0 3px 15px;
	padding-bottom:4px;
	color:#369;
}

ol.list {
	font-weight:bold;
	margin:5px 0 0 15px;
}

ol.list li {
	list-style:decimal;
	font-weight:normal;
	margin:3px 0 3px 15px;
	padding-bottom:4px;
	color:#333;
}

ol.list li ol li {
	list-style:lower-alpha;
	font-weight:normal;
	margin:3px 0 3px 15px;
	padding-bottom:4px;
	color:#333;
}

a {
	color:#369;
	outline:none;
}

a:hover {
	color:#036;
}

dd a {
	text-decoration:none;
}

em {
	color:#666;
}

.right {
	float:right;
}
.left {
	float:left;
}

.center {
	text-align:center;
}

.big {
	font-size:1.4em;
}

.huge {
	font-size:2.2em;
}

.center {
	text-align:center;
}

a.pdf {
	padding-left:23px;
	background: url('http://greatbritain.speedstacks.com/img/icon_pdf.png') left center no-repeat;
}

.bold {
	font-weight:bold;
}

small {
	font-size:.8em;
}

sup {
	font-size:.5em;
}

.flash {
	position:relative;
	z-index:0;
	padding:0;
	margin:0;
}

.flash object {
	padding:0;
	margin:0;
}



/* forms */
input, select, textarea {
	border:1px solid #666;
	padding:2px;
	background:#eee;
}

form.form fieldset {
	width:46%;
	float:left;
	margin:0 15px 0 0;
	padding:0;
}

form.form fieldset.full {
	width:100%;
}

form.form fieldset label {
	width:100%;
	float:left;
	margin-right:15px;
}

form.form fieldset input {
	width:100%;
	padding:5px;
}


form.form2 fieldset {
	width:46%;
	float:left;
	margin:0 15px 0 0;
	padding:0;
}

form.form2 fieldset.full {
	width:100%;
}

form.form2 fieldset label {
	width:100%;
	float:left;
	margin-right:15px;
	color:#111;
	font-weight:normal;
}

form.form2 fieldset input {
	width:100%;
	padding:5px;
	border:1px solid #ccc;
}

.css {
	display:none;
}

/* LAYOUT */
.inner {
	margin:0 auto;
	width:980px;
}

.footer {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #A6BDA7;
	clear:both;
	color:#A6BDA7;
	font-size:.7em;
}

.footer ul {
	margin:3px 0;
	font-weight:bold;
}
.footer ul li {
	display:inline;
	font-weight:normal;
}

.footer ul li a {
	color:#A6BDA7;
	padding: 0 2px;
}

/* BACKGROUNDS & SIDE MENU */
.side_menu, .side_menu_green, .side_menu_maron, .side_menu_kids, .side_menu_teacher, .side_menu_bluetab, .side_menu_plumbtab {
	float:left;
	width:215px;
}

.side_menu ul li a {
	text-decoration:none;
	color:#fff;
	padding:6px 0 6px 7px;
	display:block;
	background: url('http://greatbritain.speedstacks.com/img/bk_side_button_blue.png') center top no-repeat;
	margin:2px 0;
}

.side_menu ul li a:hover {
	text-decoration:none;
	background: url('http://greatbritain.speedstacks.com/img/bk_side_button_blue.png') center -40px no-repeat;
}

.benefits ul {
	width:800px;
	margin-left:22px;
}
.benefits ul li {
	float:left;
	width:215px;
	display:inline;
	margin-right:10px;
}

.white_bk {
	background: #fff url('http://greatbritain.speedstacks.com/img/bk_white.gif') center top no-repeat;
	padding:10px 10px 0 10px;
}

.white_bk_bot {
	clear:both;
	background: url('http://greatbritain.speedstacks.com/img/bk_white_bot.gif') center bottom no-repeat;
	height:14px;
	margin-top:-4px;
}

.yellow_bk {
	background: #FDFABD url('http://greatbritain.speedstacks.com/img/bk_yellow.gif') center top no-repeat;
	padding:10px 10px 0 10px;
}

.yellow_bk_bot {
	clear:both;
	background: url('http://greatbritain.speedstacks.com/img/bk_yellow_bot.gif') center bottom no-repeat;
	height:14px;
	margin-top:-4px;
}

.yellow_mid {
	background: url('http://greatbritain.speedstacks.com/img/bk_kids.gif') top left repeat;
	float:left;
}

.green_bk {
	background: #A9CB34 url('http://greatbritain.speedstacks.com/img/bk_green.gif') center top no-repeat;
	padding:10px 10px 0 10px;
}

.green_bk_bot {
	clear:both;
	background: url('http://greatbritain.speedstacks.com/img/bk_green_bot.gif') center bottom no-repeat;
	height:14px;
	margin-top:-4px;
}

.teacher_bk {
	background: #fff url('http://greatbritain.speedstacks.com/img/bk_teacher.jpg') center top no-repeat;
	padding:10px 10px 0 10px;
}

.teacher_bk_bot {
	clear:both;
	background: url('http://greatbritain.speedstacks.com/img/bk_teacher_bot.gif') center bottom no-repeat;
	height:14px;
	margin-top:-4px;
}

.teacher_mid {
	background: url('http://greatbritain.speedstacks.com/img/bk_teacher.gif') top left repeat;
	float:left;
}

.teacherblue_bk {
	background: #fff url('http://greatbritain.speedstacks.com/img/bk_teacher_blue_top.jpg') center top no-repeat;
	padding:10px 10px 0 10px;
}

.teacherblue_bk_bot {
	clear:both;
	background: url('http://greatbritain.speedstacks.com/img/bk_teacher_blue_bot.gif') center bottom no-repeat;
	height:14px;
	margin-top:-4px;
}

.teacherblue {
	background: url('http://greatbritain.speedstacks.com/img/bk_teacher_blue.gif') top left repeat;
	float:left;
}

.teacherblue_mid {
	background: url('http://greatbritain.speedstacks.com/img/bk_teacher_blue_mid.gif') top left repeat;
	float:left;
}

.circles_bk {
	background: #fff url('http://greatbritain.speedstacks.com/img/bk_circles.gif') center top no-repeat;
	padding:10px 10px 0 10px;
}

.circles_bk_bot {
	clear:both;
	background: url('/img/gb/bk_circles_bot.gif') center bottom no-repeat;
	height:14px;
	margin-top:-4px;
}

.circles_bk_green {
	background: #E1F3FC url('/img/gb/bk_circles_green.gif') center top no-repeat;
	padding:10px 10px 0 10px;
}

.bk_dkblue {
	background: #2D6430 url('/img/gb/bk_dkblue.jpg') center top no-repeat;
	padding:10px 10px 0 10px;
}

/**/

.side_menu_bluetab ul li a {
	text-decoration:none;
	color:#333;
	padding:6px 0 6px 15px;
	display:block;
	background: url('http://greatbritain.speedstacks.com/img/bk_side_button_bluetab.png') center top no-repeat;
	margin:2px 0;
}

.side_menu_bluetab ul li a:hover {
	text-decoration:none;
	background: url('http://greatbritain.speedstacks.com/img/bk_side_button_bluetab.png') center -40px no-repeat;
}

.side_menu_plumbtab ul li a {
	text-decoration:none;
	color:#333;
	padding:6px 0 6px 15px;
	display:block;
	background: url('http://greatbritain.speedstacks.com/img/bk_side_button_plumbtab.png') center top no-repeat;
	margin:2px 0;
}

.side_menu_plumbtab ul li a:hover {
	text-decoration:none;
	background: url('http://greatbritain.speedstacks.com/img/bk_side_button_plumbtab.png') center -40px no-repeat;
}


.side_menu_teacher ul li a {
	text-decoration:none;
	color:#333;
	padding:6px 0 6px 15px;
	display:block;
	background: url('http://greatbritain.speedstacks.com/img/bk_side_button_teacher.png') center top no-repeat;
	margin:2px 0;
}

.side_menu_teacher ul li a:hover {
	text-decoration:none;
	background: url('http://greatbritain.speedstacks.com/img/bk_side_button_teacher.png') center -40px no-repeat;
}

.side_menu_green ul li a {
	text-decoration:none;
	color:#fff;
	padding:6px 9px;
	display:block;
	background: url('http://greatbritain.speedstacks.com/img/bk_side_button_green.png') center top no-repeat;
	margin:2px 0;
}

.side_menu_green ul li a:hover {
	text-decoration:none;
	background: url('http://greatbritain.speedstacks.com/img/bk_side_button_green.png') center -40px no-repeat;
}

.side_menu_maron ul li a:hover {
	text-decoration:none;
	background: url('http://greatbritain.speedstacks.com/img/bk_side_button_maron.png') center -40px no-repeat;
}

.side_menu_maron ul li a {
	text-decoration:none;
	color:#fff;
	padding:6px 9px;
	display:block;
	background: url('http://greatbritain.speedstacks.com/img/bk_side_button_maron.png') center top no-repeat;
	margin:2px 0;
}

.side_menu_kids ul li a:hover {
	text-decoration:none;
	background: url('http://greatbritain.speedstacks.com/img/bk_side_button_kids.png') center -40px no-repeat;
}

.side_menu_kids ul li a {
	text-decoration:none;
	color:#fff;
	padding:6px 9px;
	display:block;
	background: url('http://greatbritain.speedstacks.com/img/bk_side_button_kids.png') center top no-repeat;
	margin:2px 0;
}



/* CONTENT STYLING */
.fade_bk {
	background: #fff url('http://greatbritain.speedstacks.com/img/bk_fade.gif') center top no-repeat;
	padding:10px;
}

.main_hold {
	float:left;
	width:730px;
	margin-left:15px;
}

.third .box {
	width:32.5%;
	float:left;
}
.box {
	border:1px solid #ccc;
	padding:10px;
	margin:10px 0;
	background:#ffc;
}

ul.half {
	width:55%;
	float:left;
}

ul.half li {
	width:45%;
	float:left;
}

.msa label {
 background-color: White; 
}

#new_student .msa input {
   font-size: 1.1em;
	float:left;
   margin-right: 2px;
   width: 100px;
   background-color: White;
}

#new_student .msa {
   font-size: 1.1em;
	float:left;
   margin-right: 2px;
   width: 110px;
   background-color: White;
}

#new_student select.msa {
width: auto;
height: 25px;
   background-color: White;
}

#new_student .msa textarea {
	width:100%;
   background-color: White;
}



.split {
	width:48%;
	float:left;
}

.split_right {
	width:48%;
	float:right;
}

.split label {
	clear:both;
	float:left;
	width:100%;
}

.split label span {
	font-weight:normal;
	color:#666;
}

.split label textarea, .split label input {
	width:100%;
}

/* HOME PAGE */
#home_left {
	position:absolute;
	margin-left:-2px;
	width:285px;
	float:left;
	z-index:1000;
}

ul.home_left li {
	margin:0 0 5px 0;
}

ul.home_left li a {
	color:#fff;
	font-size:1.2em;
	height:21px;
	padding:7px 5px 3px 5px;
	text-decoration:none;
}

li a.one {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/one.gif') 0 0 no-repeat;
	display:block;
	width:280px;
}
li a.one:hover {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/one.gif') 0 -31px no-repeat;
}

li a.two {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/two.gif') 0 0 no-repeat;
	display:block;
	width:272px;
}
li a.two:hover {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/two.gif') 0 -31px no-repeat;
}

li a.three {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/three.gif') 0 0 no-repeat;
	display:block;
	width:265px;
}
li a.three:hover {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/three.gif') 0 -31px no-repeat;
}

li a.four {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/four.gif') 0 0 no-repeat;
	display:block;
	width:260px;
}
li a.four:hover {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/four.gif') 0 -31px no-repeat;
}

li a.five {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/five.gif') 0 0 no-repeat;
	display:block;
	width:260px;
}
li a.five:hover {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/five.gif') 0 -31px no-repeat;
}

li a.six {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/six.gif') 0 0 no-repeat;
	display:block;
	width:255px;
}
li a.six:hover {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/six.gif') 0 -31px no-repeat;
}

li a.seven {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/seven.gif') 0 0 no-repeat;
	display:block;
	width:250px;
}
li a.seven:hover {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/seven.gif') 0 -31px no-repeat;
}

li a.eight {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/eight.gif') 0 0 no-repeat;
	display:block;
	width:245px;
}
li a.eight:hover {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/eight.gif') 0 -31px no-repeat;
}

li a.nine {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/nine.gif') 0 0 no-repeat;
	display:block;
	width:240px;
}
li a.nine:hover {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/nine.gif') 0 -31px no-repeat;
}

li a.ten {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/ten.gif') 0 0 no-repeat;
	display:block;
	width:235px;
}
li a.ten:hover {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/ten.gif') 0 -31px no-repeat;
}


/* SIDE 2 MENU */
ul.side2 li {
	margin:0 0 5px 0;
}

ul.side2 li a {
	color:#fff;
	font-size:1.2em;
	height:21px;
	padding:7px 5px 3px 5px;
	text-decoration:none;
}

li a.s_one {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/s_one.gif') 0 0 no-repeat;
	display:block;
	width:220px;
}
li a.s_one:hover {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/s_one.gif') 0 -31px no-repeat;
}

li a.s_two {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/s_two.gif') 0 0 no-repeat;
	display:block;
	width:220px;
}
li a.s_two:hover {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/s_two.gif') 0 -31px no-repeat;
}

li a.s_three {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/s_three.gif') 0 0 no-repeat;
	display:block;
	width:220px;
}
li a.s_three:hover {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/s_three.gif') 0 -31px no-repeat;
}

li a.s_four {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/s_four.gif') 0 0 no-repeat;
	display:block;
	width:220px;
}
li a.s_four:hover {
	background: url('http://greatbritain.speedstacks.com/img/side_menu/s_four.gif') 0 -31px no-repeat;
}

#home_middle {
	width:480px;
	height:355px;
	margin-right:5px;
	float:right;
	background: transparent;
}

#home_right {
	width:230px;
	height:355px;
	float:right;
	position:relative;
	z-index:1000;	
}

a.img {
	position:relative;
	background: url('http://greatbritain.speedstacks.com/img/bk_mid.gif') top left no-repeat;
	top:-355px;
	height:355px;
	width:475px;
	display:block;
	z-index:10;
}

/* LOGO */
.logo {
	float:left;
	margin-bottom:0;
}

.home_side {
	float:right;
	width:32%;
	color:#fff;
	font-size:1.3em;
	margin-top:15px;
	border-top:1px dotted #A6BDA7;
	border-bottom:1px dotted #A6BDA7;
	padding:15px 0;
}

.home_side span {
	color:#A6BDA7;
	font-size:.9em;
}

.home_side a {
	color:#A6BDA7;
}

/* MAIN MENU*/
ul.menu { 
	float:right;
	width:670px;
	padding: 0 0 10px 23px;
	margin: 0;
	list-style: none;
	background: url('/img/gb/mainmenu.png') center top no-repeat;
}

ul.menu li { 
	float: left;
	position: relative;
	padding:1px 1px 7px 0;
	font-size:1.275em;
	color:#333;
	z-index:10000;
}

ul.menu li a { 
	padding:8px 0 7px 0;
	color:#fff;
	text-decoration:none;
	font-size:.9em;
	width:106.5px;
	display:block;
	text-align:center;
	font-weight:normal;
}

ul.menu li a.yellow { 
	background: url('/img/main/yellow.gif') center top repeat-x;
}
ul.menu li a.yellow:hover { 
	background: url('/img/main/yellow.gif') center -35px repeat-x;
}

ul.menu li a.blue { 
	background: url('/img/main/blue.gif') center top repeat-x;
}
ul.menu li a.blue:hover { 
	background: url('/img/main/blue.gif') center -35px repeat-x;
}

ul.menu li a.green { 
	background: url('/img/main/green.gif') center top repeat-x;
}
ul.menu li a.green:hover { 
	background: url('/img/main/green.gif') center -35px repeat-x;
}

ul.menu li a.purple { 
	background: url('/img/main/purple.gif') center top repeat-x;
}
ul.menu li a.purple:hover { 
	background: url('/img/main/purple.gif') center -35px repeat-x;
}

ul.menu li a.red { 
	background: url('/img/main/red_gb.gif') center top repeat-x;
	padding-left:16px;
	width:90.5px;
}
ul.menu li a.red:hover { 
	background: url('/img/main/red_gb.gif') center -35px repeat-x;
}

ul.menu li a.plumb { 
	background: url('/img/main/plumb.gif') center top repeat-x;
}
ul.menu ul.plumb { 
	left:-78px;
}
ul.menu li a.plumb:hover { 
	background: url('/img/main/plumb.gif') center -35px repeat-x;
}




ul.menu li ul.blue li a {
	background:#001E4B;
}

ul.menu li ul.green li a{
	background:#19411C;
}
	ul.green li a {
		background:#19411C;
		color:#fff;
	}
	ul.green li a:hover {
		background:#360;
		color:#fff;
		text-decoration:none;
	}
ul.menu li ul.purple li a {
	background:#211138;
}
ul.menu li ul.yellow li a {
	background:#C43600;
}
ul.menu li ul.red li a {
	background:#600;
}
ul.menu li ul.teal li a {
	background:#106667;
}
ul.menu li ul.plumb li a {
	background:#522131;
}
ul.menu li ul li a:hover {
	background:#fff;
	color:#036;
	border:1px solid #ccc;
}



ul.menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	background:#fff;
	padding-top:5px;
	top: 2.1em;
	left: 0px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul.menu li ul li { /* second-level lists */
	clear:both;
	font-size:.8em;
	padding:0px;
}

ul.menu li ul li a { /* second-level lists */
	display:block;
	text-align:left;
	padding:5px 5px 5px 10px;
	width:166px;
	border:1px solid #fff;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul.menu li:hover ul,ul.menu  li.over ul { /* lists nested under hovered list items */
	display: block;
}

.tagline {
	float:right;
	clear:right;
	width:650px;
	height:95px;
	background: url('/img/gb/tag.gif') left top no-repeat;
}

.int {
	float:right;
	margin-right:10px;
}

/* VIDEOS */
#video {
	margin-top:-1px;	
}

.video_info {
	float:right;
	width:500px;
}

.video_info h2 {
	margin-top:15px;
}

.video_hold {
	float:left;
	width:440px;
	height:372px;
	padding-top:38px;
	background: url('http://greatbritain.speedstacks.com/img/tv_big.gif') center top no-repeat;
	text-align:center;
}

.all_tags {
	float:right;
	width:300px;
	padding-bottom:15px;
}

.tagwide {
	width:500px;
}

.all_tags ul  {
	float:left;
	width:100%;
}


.all_tags ul li {
	display:inline;
	float:left;
	font-size:1.2em;
	margin-right:7px;
	border-bottom:1px solid #369;
}

.all_tags ul li a {
	text-decoration:none;
	position:relative;
	bottom:-2px;
	
}

.all_videos {
	float:left;
	margin-bottom:10px;
	padding-bottom:10px;
	width:630px;
	border-bottom:1px solid #ccc;
}

.all_videos img {
	margin-right:10px;
	float:left;	
	border:4px solid #ccc;
}

.all_videos h2, .all_videos p,  p.desc {
	float:left;
	margin-left:10px;
	width:430px;
}

.similar_videos {
	float:left;
	margin-bottom:10px;
	padding-bottom:10px;
	width:460px;
	border-bottom:1px solid #ccc;
}

.similar_videos img {
	margin-right:10px;
	float:left;	
	border:4px solid #ccc;
	height:55px;
}

.similar_videos h2 {
	float:left;
	margin-left:10px;
	margin-top:2px;
	width:300px;
	font-size:1.2em;
	font-weight:bold;
} 

.similar_videos p {
	float:left;
	margin-left:10px;
	width:300px;
}

ul.tags {
	font-weight:bold;
	margin-top:10px;
	clear:left;
}


ul.tags li {
	font-weight:normal;
	font-size:.8em;
	display:inline;
	padding-left:5px;
}

.videos_more {
	overflow:auto;
	height:180px;
	border:1px solid #ccc;
	background:#f0f0f0;
	margin-top:15px;
	padding:10px;
}

.views {
	text-align:right;
	width:435px;
	font-size:1.2em;
	position:relative;
	clear:left;
	top:10px;
	padding-bottom:10px;
}

/* products table */

table.products_new {
	clear: both;
	text-align: center;
	width: 800px
}


table.products_new td {

	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0px;
	width: 33%;
	vertical-align:top;
}

table.products_new h4 {
	color: #003366;
}

a.bk_button {
	background: url(../images/bk_button.gif) center center no-repeat;
	color: #fff;
	font-weight: bold;
	margin-left: 0px;
	padding: 10px;
	width:216px;
	display:block;
	text-decoration:none;
	text-align:center;
	float:right;
}

a.bk_button:hover {
	color: #ff9;
}

.button {
	background: url(../images/common/buttonBG.gif) center center no-repeat;
	border: 0px solid #ff0000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	padding: 10px;
	width:90%;
	text-align:center;
}

.button2 {
	background: #369;
	border: 0px solid #036;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	padding: 10px;
	width:100%;
	text-align:center;
}

.large_items {
	clear:both;
	padding:5px 10px 0 10px;
	background: url(../images/bk_items_large.gif) center top no-repeat;
}

.large_items_bottom {
	clear:both;
	padding:3px 10px 10px 10px;
	background: url(../images/bk_items_large.gif) center bottom no-repeat;
	text-align:center;
}

.top_curve {
	height:240px;
	padding:5px 10px 0 10px;
	background: url(../images/bk_items.gif) center top no-repeat;
}

.storebot {
	padding:3px 0 10px 0;
	background: url(../images/bk_items.gif) center bottom no-repeat;
}

.top_curve_med {
	/*height:240px;*/
	padding:5px 10px 0;
	text-align:center;
	background: url(../images/bk_items_med.gif) center top no-repeat;
}

.storebot_med {
	padding:3px 10px 10px;
	background: url(../images/bk_items_med.gif) center bottom no-repeat;
	text-align:center;
}


ol {
	margin-left:25px;
}

ol li {
	list-style:upper-roman;
}

dt {
	font-weight:bold;
	margin-top:10px;
	font-size:1.3em;
}

.faq {
	font-size:2.9em;
	line-height:1.1em;
	font-weight:normal;
	color:#036;
	font-family:"Times New Roman", Times, serif;
}

.line {
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-top:7px;
}

.shop {
	text-align:center;
}


h2.title {
	color:#ff9;
}

h2.title span {
	color:#9c3;
}

.notice_green {
	height:70px;
	padding:12px 0 4px 12px;
	color:#fff;
	background: url('http://greatbritain.speedstacks.com/images/notice_green.png') center center no-repeat;
}

a img {
	border:none;
}

h3.red {
	color:#c00;
}

table.records {
	width:100%;
	font-size:.9em;
	}
	
table.records tr td {
	padding:5px;
	border-bottom:1px solid #ccc;
	font-size:.9em;
	text-align:center;
	background:#ffc;
	}
	
table.records tr td.none {
	border:none;
	background:#fff;
	}
	

/* go orders */
.group_total {
	float:left;
	clear:both;
	margin-top:4px;
	padding-top:4px;
	border-top:1px solid #ccc;
	width:100%;
}

.group_products {
	width:580px;
	padding:4px 0;
	margin:0
}

.group_ptotal {
	width:60px;text-align:right;
	padding:4px 0;
	margin:0
}

.group_name {
	width:140px;
	padding:4px 0;
	margin:0
}

.group_ptype {
	width:492px;
	text-align:left;
}

.group_gtotal {
	width:150px;
}

.group_complete {
	width:168px;margin-right:3px;
}

ol.stack_fast {
	font-size:1.9em;
	padding-left:15px;
}

ol.stack_fast li {
	list-style:decimal;
	margin:10px 0;
	color:#333;
	font-style:italic;
}

ol.stack_fast li span {
	font-size:.7em;
	color:#333;
	font-style:normal;
}

/* rank */
form.rank {
	background: url('http://greatbritain.speedstacks.com/img/rank_bk.gif') left top no-repeat;
	padding:4px 0 22px;
	margin:0;
}

form.rank fieldset {
	margin:0;
	padding:6px 0 0 22px;
}

form.rank label {
	clear:both;
	float:left;
	width:220px;
	margin-bottom:7px;
}

form.rank label input, form.rank label select {
	clear:both;
	float:left;
	width:200px;
	color:#111;
	border:1px solid #fff;
	font-weight:bold;
}

form.rank label .submit {
	clear:both;
	margin-top:17px;
	background:#128ACB;
	color:#fff;
	border:none;
}

/* RANK */
#result {
	float:right;
	height:248px;
	width:325px;
	padding:87px 0 0 55px;
	text-align:left;
	color:#360;
	background:url('http://greatbritain.speedstacks.com/img/kids_corner_empty.gif') left top no-repeat;
}


.home_wide {
	float:left;
	width:65%;
	color:#A6BDA7;
	margin-top:15px;
	border-top:1px dotted #A6BDA7;
	border-bottom:1px dotted #A6BDA7;
	padding:15px 0;
	
}

.home_wide span.info {
	font-size:1.5em;
	color:#eee;
	padding-left:23px;
	background:url('http://greatbritain.speedstacks.com/img/info.gif') left 3px no-repeat;
}

.home_wide span {
	font-size:1.5em;
	color:#fff;
}

.home_wide a {
	color:#eee;	
}

.header_text {
	clear:right;
	font-size:.8em;
	color:#eee;
}

.white {
	color:#eee;
}

.share {
	display:none;
}

.split label span.req, span.req {
	color:#c00;
	font-weight:bold;
	font-size:1.5em;
}

.loanerApplication {
	border:4px solid #360;
}

/* new notices */
.notice {
	clear:both;
	border:1px solid #690;
	background:#360 ;
	padding:10px;
	margin:5px 0 5px 0;
	font-size:1em;
	color:#fff;
	font-weight:bold;
}

.site_notice {
	color:#c00;
	padding:3px 2px 3px 80px;
	margin:5px 0 7px;
	font-size:.9em;
	/*border-bottom:1px solid #c00;
	border-top:1px solid #c00;*/
	/*background:#3E598E url('http://greatbritain.speedstacks.com/img/icon_notice.gif') 6px 6px no-repeat;*/
	background:#fff url('/img/icon_notice.gif') 6px 5px no-repeat;
}

.ind_cup {
	float:left;
	width:186px;
	margin:15px;
	padding:10px;
	background:#fff;
	border:1px solid #ccc;
}

.ind_cup img {
	float:left;
	margin:0 15px;
}

.ind_cup .title {
	text-align:center;
	color:#369;
	padding-bottom:7px;
}

a.arrow {
	background:url('http://greatbritain.speedstacks.com/img/arrow.png') left center no-repeat;
	padding:0 0 0 30px;
	font-size:1.6em;
	color:#c00;
}

.no-display {
	display:none;
}

/* locator */
.locator3 {
background: url(http://greatbritain.speedstacks.com//images/common/callout3.gif) no-repeat;
font-size: 12px;
padding-left: 20px;
padding-top: 16px;
width: 680px;
height: 100px;
}


/* locator */
.locator2 {
background: url(http://greatbritain.speedstacks.com//images/common/locatorBG2.png) center center no-repeat;
padding: 15px 10px 10px 15px;
height: 60px;
margin-bottom:7px;
}

.locator4 {
background: url(http://greatbritain.speedstacks.com//img/bk_specials.png) center center no-repeat;
padding: 15px 10px 10px 15px;
height: 60px;
margin-bottom:7px;
}

/* locator */
.locator {
background: url(../images/common/locatorBG.gif) no-repeat;
font-size: 12px;
padding: 10px 10px 10px 15px;
margin-bottom: 10px;
height: 30px;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}


