/*
Theme Name: HBomb Films
Theme URI: http://www.hbombfilms.com/
Description: HBomb Custom Theme by <a href="http://www.cagerattle.com">Cage Rattle Creative</a>.
Version: 1.0
Author: Azuka Okuleye
*/
body, html {
	padding: 0;
	margin: 0;
}

body {
	background: url(../styleImages/bg.jpg) repeat #000;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: medium;
}

#wrap {
	width: 800px;
	margin: 0px auto;
	position: relative;
}

#header {
	float: left;
	width: 100%;
	position: relative;
}

#body-wrap {
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #fff;
	min-height: 400px;
	clear: both;
	position: relative;
	background: #000;
	zoom: 100%;
}

/* Headings */
h1 {
	float: left;
	position: relative;
	margin: -25px 0 0 3px;
}

/* Links */
a img {
	border: none;
	text-decoration: none;
}

a {
	color: #ddd;
}

/* Login */
#login {
	float: right;
	font-size: 0.75em;
	padding: 4px 0;
	margin: 0 0 0px 0;
}

#login label {
	cursor: pointer;
}

#login input {
	font-size: 0.875em;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
}

#login button {
	font-size: 0.8125em;
}

#login p {
	margin: 0;
	padding: 2px 0;
}

/* Nav */
ul#global-nav {
	float: right;
	list-style: none;
	padding: 10px 0 7px 0;
	margin: 0;
	width: 500px;
}

#global-nav li {
	float: left;
	display: block;
}

#global-nav li a {
	display: block;
	height: 11px;
	text-indent: -5000px;
	background-position: top left;
	background-repeat: no-repeat;
}

a#link-home {
	background-image: url(../styleImages/link-home.gif);
	width: 43px;
}

a#link-home:hover, a#link-home.current {
	background-image: url(../styleImages/link-home-hover.gif);
}

a#link-store {
	background-image: url(../styleImages/link-store.gif);
	width: 50px;
}

a#link-store:hover, a#link-store.current {
	background-image: url(../styleImages/link-store-hover.gif);
}

a#link-media {
	background-image: url(../styleImages/link-media.gif);
	width: 50px;
}

a#link-media:hover, a#link-media.current {
	background-image: url(../styleImages/link-media-hover.gif);
}

a#link-team {
	background-image: url(../styleImages/link-team.gif);
	width: 44px;
}

a#link-team:hover, a#link-team.current {
	background-image: url(../styleImages/link-team-hover.gif);
}


a#link-forum {
	background-image: url(../styleImages/link-forum.gif);
	width: 55px;
}

a#link-forum:hover, a#link-forum.current {
	background-image: url(../styleImages/link-forum-hover.gif);
}

a#link-contact {
	background-image: url(../styleImages/link-contact.gif);
	width: 68px;
}

a#link-contact:hover, a#link-contact.current {
	background-image: url(../styleImages/link-contact-hover.gif);
}

a#link-links {
	background-image: url(../styleImages/link-links.gif);
	width: 44px;
}

a#link-links:hover, a#link-links.current {
	background-image: url(../styleImages/link-links-hover.gif);
}

#search {
	margin:0px 0px 0px 0;
	padding: 0px -360px 0px 0px;
}

#search input {
	font-size: 0.75em;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
}

#search button {
	margin: 0px 0px 0px 0px;
	padding:0 0 0 0;
	border: none;
	background: none;
}

#search p {
	margin: -4px 0 0 0;
}

/*// Middle */
#middle {
	float: left;
	width: 100%;
	height: 388px !important;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}


/* Bottom */
#bottom {
	clear: both;
	padding: 0 0 40px 0;
	float: left;
	width: 100%;
}

#bottom h2 {
	margin: 0 0 10px 0;
}

/* Footer */

#footer {
	text-align: center;
	font-size: 0.685em;
}

#footer a {
	color: #fff;
	border-bottom: 1px dotted #222;
	text-decoration: none;
}

#footer a img {
	border-bottom: none;
	text-decoration: none;
}

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

#footer p {
	margin: 0;
	padding: 1em 0;
}

a#cagerattle {
	float: left;
	margin: 0 0 0 14px !important;
	margin: 0 0 0 7px;
	border: none;
}

a#myspace {
	float: right;
	margin: 0 14px 0 0 !important;
	margin: 0 7px 0 0;
	border: none;
}

/* Left */
#left {
    float: left;
    width: 197px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #fff;
    font-size: 0.75em;
}

#left h2 {
    margin: 5px 0;
}

.txtCart {
    border-top: 1px solid #fff;
}

.txtCart th {
    text-align: left;
}

.txtCart a {
    color: #fff;
}

.txtCategories ul {
    margin: 0 0 6px 0;
    padding: 0;
    list-style: none;
}

.txtCategories ul ul {
    margin: 0 0 0 24px;
}

.txtCategories ul li {
    display: inline;
}

.txtCategories ul ul li {
    background: url(../styleImages/img-sub-bullet.gif) 0 3px no-repeat;
}

.txtCategories ul li a {
    display: block;
    background: url(../styleImages/img-bullet.gif) 100% 3px no-repeat;
    color: #fff;
    text-decoration: none;
}

.txtCategories ul li a:hover {
    text-decoration: underline;
}

.txtSearch {
    border-top: 1px solid #fff;
}

.txtSearch button {
    /* background: none;
    border: none;
    padding: 0; 
    width: auto !important;*/
    margin: -2px 0 0 0;
}

.txtSearch input {
    border: 1px solid #6f0000;
    background: #191919;
    font-size: 1em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.txtSession {
    border-bottom: 1px solid #fff;
}

.txtSession ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.txtSession a {
    color: #fff;
    text-decoration: none;
}

.txtSession a:hover {
    text-decoration: underline;
}

/* Right */

/* Center */
#content {
    float: left;
    width: 599px;
    font-size: 0.75em;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: #fff;
    min-height: 600px;
    height: auto !important;
    height: 600px;
}

#content h2 {
    margin: 5px 0;
}

/* Categories */
a#flashBasket {
    color: #fff;
    text-decoration: none;
}

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

.tblList {
    border-bottom: 1px solid #6f0000;
}

tr.tdEven, td.tdcartEven {
    background: #1a1a1a;
}

tr.tdOdd, td.tdcartOdd {
    background: #0d0d0d;
}

.cart_row a {
    color: #fff;
}

.cart_row td {
    border-top: 1px solid #6f0000;
}

.cart_row .firstrow {
    border-left: 1px solid #6f0000;
}

.cart_row .lastrow {
    border-right: 1px solid #6f0000;
}

.cart_row td.no-border {
    border: none;
    padding: 0;
}

/* Cart */
.standalone td {
    border-bottom: 1px solid #6f0000;
}

/* Register */
#registerForm fieldset, fieldset {
    border: 1px solid #6f0000;
    background: #0d0d0d;
    padding: 7px;
    margin: 0 0 15px 0;
}

#registerForm legend, legend {
    color: #fff;
    border: 1px solid #6f0000;
    background: #1a1a1a;
    padding: 2px 6px;
}

td.label {
    width: 120px;
}

.txtError {
    color: #f00;
}

.txtOldPrice {
    text-decoration: line-through;
}
/* Home */

h4 {
    margin: 2px 0;
	font-size: 1em;
	font-weight: bold;
}

.txtHome .prodDesc {
	margin: 0 0 0 88px;
}


/* Common */
.container {
	padding: 5px;
}

form {
	padding: 0;
	margin: 0;
}

p {
	margin: 1em 0;
}

.clear {
	clear: both;
	display: block;
}

/*input {
	background: #fff;
}*/

label {
	cursor: pointer;
}

img.align-left {
	float: left;
	margin: 0 5px 0px 0;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.highlight {
	font-weight: bold;
	color: #ef0000;
}

a.swap img.show, a.swap:hover img.hide, a.swap:active img.hide, a.current img.hide  {
	 display: inline;
	 z-index: 100;
	/*border: 1px solid #fff;*/
}

a.swap:hover img.show, a.swap:active img.show, a.swap img.hide, a.current img.show {
	 display: none;
	 z-index: -100;
	/*border: 1px solid #fff;*/
}

.txtCopyright {
    display: none;
}

.big {
    font-size: 1.3333333333333333333333333333em;
}

#bottom input, #bottom select, textarea.textbox {
    border: 1px solid #6f0000;
    background: #191919;
    font-size: 1em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #fff;
}

#bottom input.img {
    background: none;
    border: none;
}