@charset "utf-8";

/*

 * layout.css for Planet Wrestling web site, Version 1.0

 * Author: Martin Bean

 * Created: 14 February 2008

 */



* {

	/* Resets margin and padding values for all elements to 0 */

	margin: 0;

	padding: 0;

}



body {

	color: #FFFFFF;

	background: #000000 url('../styleImages/backgrounds/pageBg.jpg') repeat-x top;

	text-align: center; font-style:normal; font-variant:normal; font-weight:normal; font-size:62.8%; font-family:Verdana, Arial, Helvetica, sans-serif

}



a:link,

a:visited,

a:active {

	color: #CCCCCC;

	text-decoration: none;

}

a:hover {

	color: #FFCC00;

	text-decoration: none;

}



p {

	font-size: 1.1em;

	line-height: 1.5em;

	margin-bottom: 1em;

}

h1 {

	font-size: 1.2em;

	color: #FFCC00;

	margin-bottom: 1em;

	text-transform: uppercase;

}

h2 {

	font-size: 1.2em;

	color: #FFCC00;

	margin-bottom: 0.5em;

}



img {

	display: block;

	border: none;

}



acronym, abbr {

	text-decoration: none;

	border: none;

}

li {

	font-size: 1.1em;

	line-height: 1.4em;

	padding-bottom: 0.5em;

}

li li {

	font-size: 1em; /* fixes font size on nested list items */

}

ul, ol {

	margin: 0 0 1em 2.4em;

}

ul li {

	list-style: square;

}



form div {

	/* gives each element a bit of spacing */

	margin-bottom: 5px;

}

form label {

	/* styles form labels */

	font-size: 1.1em;

	display: block;

	float: left;

	width: 10em;

}

form .input_text,

form textarea {

	/* styles text input fields */

	font: 1.1em Verdana, Arial, Helvetica, sans-serif;

	color: #e1e1e1;

	background-color: #151515;

	padding: 3px;

	border: 1px solid #333333;

}



#container {

	background-color: #191919;

	text-align: left;

	margin: 0 auto;

	width: 77em;

}

#masthead {

	background: url('../styleImages/backgrounds/contentBg.jpg') no-repeat center top;

	margin: 0 auto;

	height: 18em;

	width: 75em;

	border-bottom: 1px solid #333333

}

#masthead h1 {

	margin: 0; /* resets margin set for default h1 style */

}

#siteTitle a {

	text-indent: -9999px;

	display: block;

	height: 12.5em;

	width: auto;

}

#searchForm .searchBox {

	font: 1.1em Verdana, Arial, Helvetica, sans-serif;

	color: #999999;

	background-color: #131313;

	margin: 0;

	padding: 0.3em;

	width: 12.5em;

	border: 1px solid #333333;

}

#searchForm .searchBtn {

	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;

	color: #CCCCCC;

	background-color: #333333;

	margin: 0;

	padding: 0.3em;

	border: none;

	text-transform: uppercase;

}

#searchForm .searchBtn:hover {

	color: #000000;

	background-color: #FFCC00;

	cursor: pointer;

}

#leftColumn {

	float: left;

	width: 25em;

}

#shoppingCart {

	background: url('../styleImages/icons/basket.jpg') no-repeat right top;

	padding: 1em; margin-left:0; margin-right:0; margin-top:0; margin-bottom:1em

}

#shoppingCart p {

	margin: 0 0 0.5em;

}

#categories h2,

#cartNavi h2 {

	display: none;

}

#categories ul {

	margin: 0;

}

#cartNavi ul {

	margin: 5em 0 0 0;

}

#categories li,

#cartNavi li {

	list-style: none; /* removes bullet icon as defined in global ul style */

}

#categories li a,

#cartNavi li a {

	color: #000000;

	text-decoration: none;

	background: url('../styleImages/navigation.jpg') no-repeat center left;

	display: block;

	margin: 0;

	width: 24em;

	text-transform: uppercase; font-style:normal; font-variant:normal; font-weight:bold; font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif; padding-left:2em; padding-right:0; padding-top:0.7em; padding-bottom:0.7em

}

#categories li a:hover,

#cartNavi li a:hover {

	color: #191919;

	background: url('../styleImages/navigation-hover.jpg') no-repeat center left;

}

#content {

	float: right;

	margin: 1em;

	width: 50em;

}

}



.txtOldPrice {

	text-decoration: line-through;

}

.txtSale {

 	color: #FF0000;

}

.txtOutOfStock {

	color: #FF0000;

}


#siteDocs {

	text-align: center;

	/*display: block;*/

	margin: 0 auto 0.5em;

	/*padding: 5px;*/

	/*width: 40em;*/

	/*border: 1px solid #333333;*/

	list-style: none;

}

#siteDocs li {

	font-size: 1em;

	color: #999999;

	display: inline;

}

#siteDocs a:link,

#siteDocs a:visited,

#siteDocs a:active {

	color: #999999;

	text-decoration: none;

}

#siteDocs a:hover {

	color: #FFCC00;

	text-decoration: none;

}

#footer {

	margin: 0 1em;

	padding: 1em 0;

	border-top: 1px solid #333333;

}

#footer a:link,

#footer a:visited

#footer a:active {

	color: #999999;

	text-decoration: none;

}

#footer a:hover {

	color: #FFCC00;

	text-decoration: none;

}

#footer p {

	color: #999999;

	margin: 0;

}

#footer p strong {

	font-weight: normal;

	color: #666666;

}

#footer p#mcbstudios {

	color: #666666;

}

#footer p#mcbstudios a {

	color: #999999;

}

#footer p#mcbstudios a:hover {

	color: #FFCC00;

}



.clearBoth {

	clear: both;

	height: 0;

}

.floatLeft {

	float: left;

}

.floatRight {

	float: right;

}

.latestProduct {

	text-align: center;

	display: block;

	margin: 0 0.5em;

	width: 16em;

}

.latestProduct img {

	margin: 0 auto;

	border: 2px solid #999999;

}

.latestProduct p {

	margin: 0.2em auto;

}

.breadcrumb {

	color: #999999;

	display: block;

	margin-bottom: 1.9em;

	padding-bottom: 0.5em;

	border-bottom: 1px dashed #666666;

}

.breadcrumb .currentLocation {

	color: #CCCCCC;

}

.productImage {

	float: right;

	margin-left: 0.8em;

	width: 23.5em;

	border: 3px solid #666666;

}

.textbox {

	font: 11px Verdana, Arial, Helvetica, sans-serif;

	color: #999999;

	background-color: #131313;

	margin: 0;

	padding: 0.3em;

	border: 1px solid #333333;

}

.txtButton {

	font: 11px Verdana, Arial, Helvetica, sans-serif;

	color: #CCCCCC;

	background-color: #333333;

	margin: 0;

	padding: 0.3em 0.5em;

	border: 1px solid #333333x;

}

.txtCopyright {

	display: none;

}
