@charset "UTF-8";
/* CSS Document */
/* 	STYLE SHEET FOR QBITCH - By Mountain for mk-visual.co.uk */


/* TABLE OF CONTENTS ------------------------------------------------------------

	- HTML / GENERAL ELEMENTS
	   > GLOBAL CLASSES
	- CONTAINERS / HEADER
	- BRAND / LOGO
	- SEARCH BOX
	- NAVIGATION
		> TOP NAV
		> SIDE NAV
	- GENERAL PAGE STYLES
	- COLUMN SPECIFIC STYLES
	- FEATURE LINKS
	- ITEM DETAILS
	- FORMS & BUTTONS
	- SHOPPING BASKET
	- PAGE FOOTER
	
	
--------------------------------------------------------------------------------- */


/* ---------------------------------------------------  @ HTML / GENERAL ELEMENTS */
html, body {
	height: 100%;
}
body {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
	background-color: #1A1A1A;
}

/* ----------------------------- # GLOBAL CLASSES */
.flt_lft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.flt_rt {
	float: right;
}
.img_brd {
	padding: 5px;
	border: 1px solid #999999;
}
.clearflts {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.clearflt_lft {
	font-size: 1px;
	line-height: 0px;
	clear: left;
	height: 0px;
}
.clearflt_rt {
	font-size: 1px;
	line-height: 0px;
	clear: right;
	height: 0px;
}



/* -------------------------------------------------------- @ CONTAINERS / HEADER */
#header_bg {
	background-color: #000000;
	background-image: url(../site_images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#topBar_wrap {
	background-color: #FC03E4;
	width: 100%;
	height: 8px;
}
#main_wrap, #header_wrap {
	width: 976px;
	margin: auto;
	position: relative;
}
#main_wrap {
	margin-bottom: 10px;
}
#page_wrap {
	padding-top: 10px;
	padding-left: 10px;
	background-color: #333333;
}
#header {
	margin-bottom: 10px;
}

/* --------------------------------------------------------------  @ BRAND / LOGO */
#brand {
	height: 200px;
	padding-top: 10px;
	background-image: url(../site_images/brand_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.logo {
	position: absolute;
	top: 0px;
	background-image: url(../site_images/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	left: 0px;
}
.logo, .logo a {
	display: block;
	height: 195px;
	width: 270px;
}
.logo span {
	display: none;
}

/* -------------------------------------------------------------------- @ SEARCH BOX */
.search {
	float: right;
	display: inline-block;
	margin-right: 35px;
	font-size: 80%;
}
.search input.search_input {
	background-color: #EEEEEE;
	padding: 5px;
	border: 1px solid #FC03E4;
}

/* ----------------------------------------------------------------- @ NAVIGATION */
/* ------------------------------------ # TOP NAV */
ul.topnav {
	text-transform: capitalize;
	letter-spacing: 1px;
	font-size: 70%;
}
ul.topnav li {
	display: inline;
	float: left;
	margin-right: 4px;
}
ul.topnav  li.main a {
	background-image: url(../site_images/but_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 25px;
	color: #1A1A1A;
}
ul.topnav li a {
	color: #FC03E4;
	display: block;
	height: 100%;
	font-weight: normal;
	text-decoration: none;
	background-color: #333333;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
ul.topnav li a:hover, ul.topnav li a:active {
	color: #FFFFFF;
}
ul.topnav li.view a, ul.topnav li.view a:hover, ul.topnav li.view a:active {
	background-color: #FD02E5;
	background-image: url(../site_images/but_bg_over.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #FFFFFF;
	padding-bottom: 25px;
}
ul.topnav li.nav_right {
	float: right;
}


/* ------------------------------------ # SUB NAV */
#subNav {
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1A1A1A;
}
ul.pages {
	padding-left: 10px;
	font-size: 80%;
	display: block;
	float: right;
}
ul.pages li {
	display: inline-block;
	float: left;
	margin: 5px 1px;
}
ul.pages li a, ul.pages li.current {
	color: #FFFFFF;
	display: block;
	height: 100%;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
	text-transform: capitalize;
	background-color: #1A1A1A;
}
ul.pages li a:hover, ul.pages li a:active, ul.pages li.current a, ul.pages li.current a:hover, ul.pages li.current {
	background-color: #FC03E4;
	background-image: url(../site_images/button_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
}

/* IE HACK - SORTS HORIZONTAL UNORDERED LIST LINKS */
* html  ul.topnav  li  a, * html  ul.pages  li  a {
  display:inline-block;    /* for IE only */ 
  margin:0 -2px;           /* to correct an IE bug that doubles the border width */  
}


/* -------------------------------------------------------- @ GENERAL PAGE STYLES */
#page_wrap p {
	font-size: 80%;
	line-height: 1.4;
	margin: 5px 0px;
}
#page_wrap p em {
	font-style: normal;
	color: #FFFFFF;
}
#page_wrap p strong {
	font-weight: bold;
	color: #FC03E4;
}
#page_wrap  h1 {
	font-size: 80%;
	text-transform: uppercase;
	display: block;
	float: left;
	padding: 10px;
	color: #FC03E4;
	margin-right: 10px;
	margin-bottom: 10px;
}
#page_wrap  h1 em {
	color: #CCCCCC;
}
#page_wrap h2 {
	color: #FC03E4;
	font-size: 100%;
	line-height: 1.4;
	margin: 0.5em 0em;
}
#page_wrap  h3 {
	font-size: 120%;
	padding: 10px;
	color: #FFFFFF;
	background-color: #FC03E4;
	background-image: url(../site_images/button_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#page_wrap  h4 {
	font-size: 120%;
	line-height: 1.4;
	margin: 0.5em 0em;
	color: #FC03E4;
}
#page_wrap   h4   strong {
	color: #CCCCCC;
	font-style: normal;
	font-weight: bold;
	font-size: 140%;
}
#page_wrap h5 {
	font-size: 80%;
	text-transform: uppercase;
	display: block;
	padding: 10px;
	color: #FC03E4;
	margin-bottom: 10px;
	background-color: #1A1A1A;
}
#page_wrap h6 {
	font-size: 100%;
	text-transform: uppercase;
	display: block;
	color: #FC03E4;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}
#page_wrap h6.pay01 { background-image:url(../site_images/1_online.gif); }
#page_wrap h6.pay02 { background-image:url(../site_images/2_phone.gif); }
#page_wrap h6.pay03 { background-image:url(../site_images/3_cheque.gif); }

#disclaimer {
	margin-right: 10px;
	margin-bottom: 10px;
}
#disclaimer   p {
	color: #999999;
	font-size: 70%;
}


/* ------------------------------------------------------------------ @ COLUMNS */
#full_column {
	margin-right: 10px;
	margin-bottom: 10px;
}
#full_column ul {
	font-size: 80%;
	margin-left: 10px;
}
#full_column ul li {
	padding: 5px;
	list-style-type: square;
	list-style-position: inside;
}
#left_column {
	float: left;
	width: 630px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#right_column {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 310px;
}
#right_column ul {
	margin: 10px;
}
#right_column img {
	width: 288px;
	border: 1px solid #434343;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#right_column img:hover {
	border: 1px solid #FC03E4;
}
#full_column a:link, #left_column a:link, #right_column a:link, #full_column a:visited, #left_column a:visited, #right_column a:visited { color: #F800E2; }
#full_column a:hover, #left_column a:hover, #right_column a:hover, #full_column a:active, #left_column a:active, #right_column a:active { text-decoration: none; }

#print_only {
	display: none;
}

.highlight {
	background-color: #434343;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC03E4;
}
.highlight p {
	padding-right: 10px;
	padding-left: 10px;
}


/* ------------------------------------------------------------ @ FEATURE LINKS */
.lg_link {
	width: 308px;
	float: left;
	margin-right: 10px;
	font-size: 90%;
	line-height: 1.4;
	margin-bottom: 10px;
	background-color: #434343;
	text-decoration: none;
	border: 1px solid #434343;
	display: inline-block; /* IE HACK */
}
.lg_link:hover, .lg_link:active {
	border-top-color: #FC03E4;
	border-right-color: #FC03E4;
	border-bottom-color: #FC03E4;
	border-left-color: #FC03E4;
}
.lg_link   img {
	width: 288px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

/* --------------------------------------------------------------- @ ITEM DETAILS */
#item {
	width: 470px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1A1A1A;
	min-height: 240px;
}
#item p {
	line-height: 1.2;
	margin-bottom: 10px;
}
#item img {
	width: 150px;
	margin: 8px;
}
#item  a.thumb {
	padding-bottom: 15px;
	background-color: #434343;
	float: left;
	margin-right: 10px;
	background-image: url(../site_images/img_enlarge.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #434343;
	text-align: center;
	width: 170px;
}
.imgBox {
	width: 172px;
	float: left;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #434343;
}
.imgBox p {
	padding: 0px 10px;
}
.infoBox {
	margin-left: 185px;
	min-height: 200px;
}
.optionBox {
	margin-bottom: 10px;
}
.purchaseBox {
	margin-top: 5px;
}
.option {
	float: left;
	width: 134px;
	display: inline-block;
	margin: 0px 10px 10px 10px;
}
.imgBox    label {
	font-size: 70%;
	display: block;
}


/* ------------------------------------------------------------ @ FORMS & BUTTONS */
.form {
	width: 74%;
	border: 1px dotted #0E5A9C;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
#contactForm {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#partyForm {
	margin: 10px;
}
#partyForm p {
	margin: 10px 0px;
	padding: 0px;
}
.form_section {
	display: inline-block;
	width: 48%;
	margin-bottom: 10px;
	float: left;
	margin-right: 2%;
}
.party {
	width: 98%;
}
.form_section label {
	display: block;
	margin-bottom: 1px;
	font-size: 80%;
	color: #FC03E4;
}
.form_section input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #444444;
	width: 99%;
	padding: 3px;
	border: 1px solid #1A1A1A;
	color: #FFFFFF;
}
.form_section input.checkBox {
	float: left;
	width: 20px;
	height: 20px;
}
.form_section textarea {
	width: 99%;
	background-color: #444444;
	padding: 3px;
	border: 1px solid #1A1A1A;
	font-size: 90%;
	color: #FFFFFF;
}
.send_section {
	width: 99%;
	margin-bottom: 10px;
	text-align: right;
}
.button  {
	background-color: #FC03E4;
	color: #FFFFFF;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
	background-image: url(../site_images/button_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	overflow: visible;
}
.button:hover, .button:active  {
	background-color: #1A1A1A;
	background-image: none;
	color: #F800E2;
}


/* -----------------------------------------------------------  @ SHOPPING BASKET */
.basket {
	font-size: 80%;
	margin-bottom: 10px;
}
.basket td {
	padding: 10px;
}
.basketTitles {
	background-color: #1A1A1A;
	color: #FC03E4;
	text-transform: uppercase;
}
.basketTitles td {
	padding: 10px;
	vertical-align: middle;
}
.basketRow {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1A1A1A;
}
.basketRow:hover {
	background-color: #444444;
}
.basketRowThick {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1A1A1A;
}
.basketBuy {
	float: right;
}

td.itemSelect   {
	text-align: center;
	padding: 0px;
}
.itemQty {
	text-align: center;
}
.itemPrice, .itemPost, .itemTotal {
	text-align: right;
}
.itemTotal {
	font-size: 150%;
	font-weight: bold;
}
.itemRemove {
	text-align: center;
}
.itemRemove a {
	color: #FC03E4;
	text-decoration: none;
	font-size: 110%;
}




/* ---------------------------------------------------------------  @ PAGE FOOTER */
.footer {
	font-size: 80%;
	color: #666666;
	clear: both;
	width: 976px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF00FF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../site_images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
}
.footer p {
	line-height: 1.4;
	font-size: 70%;
	padding: 10px 0px;
	text-align: right;
	text-transform: uppercase;
	color: #999999;
}
.footer p em {
	color: #FD02E5;
}
.footer a:link, .footer a:visited {
	color: #666666;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	color: #FC03E4;
}
.mkv   {
	padding: 12px 10px 10px 10px;
	float: left;
	margin-left: 225px;
	font-size: 80%;
	text-transform: uppercase;
	color: #F703E0;
}
