﻿body
{
	margin: 0;
	padding: 0;
	background: #0D0D0D url(img1.gif) repeat-y center top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
}

.Hidden
{
	display: none;
}

h1, h2, h3, h4
{
	text-transform: lowercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal; /*font-style: italic;*/
	color: #B30000;
}

#rotator
{
	border: solid 1px Black;
	border-right: solid 1px #222222;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	height: 180px;
	width: 176px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	height: 161px;
	width: 215px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

h2
{
	font-size: 24px;
	padding-left: 10px;
}
h3
{
	font-size: 12px;
	margin: 0 0 0 0;
}
h4
{
	font-size: 12px;
}
p, ol, ul, blockquote
{
	line-height: 22px;
}

a
{
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #BFBFBF;
}

a:hover
{
	border: none;
}

strong
{
	color: #8D8C8C;
}

/* Posts */

.post
{
	margin-bottom: 9px;
	padding: 0px 40px 20px 40px;
	background: #131313;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #1F1F1F;
	background: url(img1.gif) repeat-y -150px 0px;
}

.post h2, .post h3
{
	margin-left: -40px;
}

/* Header */

#header
{
	width: 600px;
	height: 250px;
	margin: 0 auto;
	background: url(img3.jpg) bottom;
	border-bottom: 1px solid #B30000;
}

#header h1
{
	margin: 0;
	padding: 40px 0 0 40px;
	font-size: 36px;
}

#header h2
{
	margin: 0;
	padding: 0 0 0 192px;
	font-size: 16px;
}

#header a
{
	border: none;
	letter-spacing: -1px;
	color: #FFFF52;
}

/* Content */

#content
{
	width: 580px;
	margin: 0 auto;
	padding: 10px;
	border-top: solid 1px white;
}

#colOne
{
	float: left;
	width: 180px;
}

input
{
	font-size: 11px;
}

.Basket
{
	/*background: url(../../images/tabtop.png) no-repeat top; */
	border: solid 1px Black;
	border-right: solid 1px #222222;
}

#colOne ul
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colTwo
{
	float: right;
	width: 390px;
}

/* Footer */

#footer
{
	clear: both;
	width: 580px;
	margin: 0 auto;
}

#footer p
{
	margin: 0;
	text-align: center;
	font-size: 11px;
}

#footer *
{
	color: #707070;
}

#stylefour
{
	position: relative;
	display: block;
	height: 39px;
	font-size: 11px;
	font-weight: bold;
	background: transparent url(bgOFF.gif) repeat-x top left;
	font-family: Arial,Verdana,Helvitica,sans-serif;
	border-top: 1px solid #B30000;
}

#stylefour ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}

#stylefour ul li
{
	display: block;
	float: left;
	margin: 0;
}

#stylefour ul li a
{
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	padding: 11px 23px 0 24px;
	height: 23px;
	background: transparent url(bgDIVIDER.gif) no-repeat top right;
}

#stylefour ul li a:hover, #stylefour ul li a.current
{
	color: #B30000;
	background: #fff url(bgON.gif) no-repeat top right;
}

.strikeThruText
{
	text-decoration: line-through;
}
