div#pagewidth{ width:970px; margin:0px auto; }
div.column-maker{display:inline;float:left;width:770px;}
div.middle-column{display:inline;float:right;width:620px; text-align:left;}
div.left-column{display:inline;float:left;width:150px; text-align:left;}
div.ads{ text-align:center; padding-bottom:6px; }
.left-column ul {
	list-style: none;
}
	.left-column a {
		color: #666;
	}
	.left-column a:hover {
		color: #286D80;
		text-decoration: underline;
	}
.left-column .gap {
	margin: 0 0 0 10px;
}
.left-column h2 {
	color: #003399;
	border-bottom: 1px solid #99ccff;
	margin-top:10px;
	margin-bottom: 5px;
	font-size: 14px;
}
div.right-column{display:inline;float:left;width:200px; text-align:left; }
div.clear{clear:both;}
#leftcol a:link { font-size:11px; }
#leftcol a:visited { font-size:11px; }
#leftcol a:hover { font-size:11px; }
#leftcol a:active { font-size:11px; }
.menuhead { background-color:#4B4836; color:#FFFFFF; }
.sale { color:#FF0000; font-weight:bold; }
.strike { text-decoration: line-through; }
hr.divide { margin: 0; padding: 0; color:#FFFFFF; border-bottom: 1px dotted #999999; }
.centeredImage{ text-align:center; margin-top:0px; margin-bottom:0px; padding:0px; }

.ran {visibility: hidden; position: absolute; top: 0; left: 0; z-index: 1;}

div.comments{ background-color:#dde7fa; width:70%; }
div#commentForm{  margin: 0px 10px 0px 10px;  display: none;}

div.pictures{ background-color:#dde7fa; width:70%; }
div#uploadForm{  margin: 0px 10px 0px 10px;  display: none;}

h3{ padding-bottom:0; margin-bottom:0; }

.rating{
  width:80px;
  height:16px;
  margin:0 0 20px 0;
  padding:0;
  list-style:none;
  clear:both;
  position:relative;
  background: url(../images/star-matrix.gif) no-repeat 0 0;
}
ul.rating li {
  cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
  float:left;
  /* end hide*/
  text-indent:-999em;
}
ul.rating li a {
  position:absolute;
  left:0;
  top:0;
  width:16px;
  height:16px;
  text-decoration:none;
  z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li a:hover {
  z-index:2;
  width:80px;
  height:16px;
  overflow:hidden;
  left:0; 
  background: url(../images/star-matrix.gif) no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}

/* this is used to remove the hover affect */
/* use the background position according to the table above to display the required images*/
.rated{
  width:80px;
  height:16px;
  margin:0 0 20px 0;
  padding:0;
  list-style:none;
  clear:both;
  position:relative;
  background: url(../images/star-matrix.gif) no-repeat 0 0;
}
ul.rated li {
  cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
  float:left;
  /* end hide*/
  text-indent:-999em;
}
ul.rated li.one a {left:0}
ul.rated li.two a {left:16px;}
ul.rated li.three a {left:32px;}
ul.rated li.four a {left:48px;}
ul.rated li.five a {left:64px;}

/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}
/* end rating code */



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

span.category{ float:left; }
span.subcategory{ float:left; }

.cssform select { 
width: 200px; 
border: 1px solid #cccccc;
padding: 2px;
font-family: Tahoma, sans-serif;
}

.cssform input { 
width: 225px;
border: 1px solid #cccccc;
padding: 2px;
font-family: Tahoma, sans-serif; 
}

.cssform textarea { 
width: 250px;

height: 200px;
border: 1px solid #cccccc;
padding: 2px;
font-family: Tahoma, sans-serif;
}

.cssform p{
width: 500px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


html
{
	height: 100%;
	margin-bottom: 0.1em;
}
*
{
	padding: 0;
	margin: 0;
}
img
{
	border: 0;
}
img.centered {
	text-align: center;
}
img.alignright {
	float: right;
	margin: 0 0 4px 4px;
}
img.alignleft {
	float: left;
	margin: 0 4px 4px 0;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}

p
{
	line-height: 1.6em;
	margin: 0.7em 0;
}
dl
{
	margin: 1em 0;
}
dt
{
	font-weight: bold;
}
dd
{
	margin: 0.5em;
	padding: 0;
}

hr
{
	display: none;
}
body
{
	font: 75%/170% Arial, Helvetica, sans-serif;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}
a
{
	text-decoration: none;
}
a:link, a:visited
{
	color: #003399;
}
a:hover, a:active
{
}
h1, h2, h3, h4, h5, h6
{
	font-family: Helvetica, Arial, Sans-Serif;
}

#datingad{
float:right;
text-align:right;
}
/* Etc
******************** */
br.clear {
	clear: both;
}

/* Design 
******************** */
#page {
	text-align: left;
	width: 970px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}
#sub-page {
}
#pager {
	border-bottom: 1px solid #330066;
	margin-bottom: 20px;
	background: #7893ff url(../images/bg-top.png) 0 bottom repeat-x;
}
	#headr {
		height: 75px;
		margin: 10px 0 10px 10px;
		padding: 0;
		text-align:left;
		position: relative;
	}
	#headr #logr {
		display: block;
		position: absolute;
		left: 0;
		top: 10px;	
		width: 400px;
		height: 96px;
	}
	#headr h1 a {

		color: #000;
		font-size: 1.8em;

	}


#content-wrap {
	float: left;
	width: 100%;
}

#content {
	width: 140px;
	margin: 0 450px 0 0;
}
.side2 {
	width: 270px;
	float: left;
	margin-left: -270px;
	}

#footer {
	width: 970px;
	border-top: 1px solid #330066;
	margin: 0 auto 20px;
	padding: 0;
	text-align: left;
	position: relative;
}
	#footer a {
		text-decoration: underline;
	}
	#footer .right {
	float:right
		right: 0;
		text-align: right;
		top: 0;
	}


#headr,#navr {
	position: relative;
	width: 970px;
	margin: 0 auto;
	}
.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: -1px;
	font-size: 1.2em;
	font-weight: bold;
/*	border-left: solid 1px #000; */
}	
	.menu li {
	float: left;
	position: relative;
	text-align: center;
	}
	.menu li  a{
		padding: 2px 10px;
		color: #003399; /*0063DC */
	border-right: solid 1px transparent; 
	border-left: solid 1px transparent; 
	border-top: solid 1px transparent; 
	display: block;
	border-bottom: 1px solid #330066;
	}
	.menu li  a:hover{
	color: #003399;
	border-right: solid 1px #330066; 
	border-left: solid 1px #330066; 
	border-top: solid 1px #330066; 
	border-bottom: solid 1px #fff; 
	background: #fff;
	}
	.menu li.current_page_item  a{
	background: #fff;
	color: #333;
	border-right: solid 1px #330066; 
	border-left: solid 1px #330066; 
	border-top: solid 1px #330066; 
	border-bottom: solid 1px #fff; 
	}
	.commr {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.commr a:link, .commr a:visited {
		background: #330066;
		padding: 2px 7px;
		display: block;
		color: #003399;
		text-decoration: none;
	}
	.commr a:hover {
		background: #000;
		padding: 2px 7px;
		display: block;
		color: #fff;
		text-decoration: none;
	}
	
	pre {
	width: 98%;
	overflow:auto;
	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #629E31;
	max-height: 350px;
	line-height: 18px;
	margin: 10px 0;
	border: 1px solid #A4BD2D;
	padding: 5px;
	background: #DEF6AF;
	}

	code, kbd {
	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #629E31;
	padding: 2px;
	}
	
	.codesnip-container {
	border:1px solid #A4BD2D; background:#A4BD2D; padding: 5px;margin:10px;
	}

.side1 ul, .side2 ul {
	list-style: none;
}
	.side1 a, .side2 a {
		color: #666;
	}
	.side1 a:hover, .side2 a:hover {
		color: #286D80;
		text-decoration: underline;
	}
.side1 .gap {
	margin: 0 0 0 10px;
}
.side2 .gap {
	margin: 0 0 0 10px;
}
	.gap2 {
		margin-bottom: 10px;
	}
.side1 .boxr, .side2 .boxr, .side1 .linkcat, .side2 .linkcat {
	margin-bottom: 20px;
}
.side1 h2, .side2 h2 {
	color: #003399;
	border-bottom: 1px solid #99ccff;
	margin-bottom: 10px;
	font-size: 14px;
}
          .box-ad {
          	margin: 0;
          	overflow: hidden;
          	padding: 0;
			width: 100%;
          	text-align: center;
          	list-style: none;
                    font-size: 0.9em;
          }
          
          .box-ad li {
          	float: left;
          	margin: 0 0 3px 10px;
          	padding: 0;
          	display: inline;
          }
          .box-ad li a {
               text-decoration: underline;
          }
          .box-ad img {
          }

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.stats {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: .9em;
	color: #333;
}
.extra-footer { 
	width: 100%;  
	float: left; 
	padding: 10px 0px;
	background: #f9b8da url(../images/bg-extra.png) 0 top repeat-x;
}
.extra-footer2{ 
	margin-top: 10px;
	width: 100%;  
	float: left;  
	border-top: solid 1px #330066; 
}
.extra-one { 
	width: 950px;
	text-align: left;
	margin: 0 auto;
	padding-left: 20px;
}

.extra-one .inner { 	 
	float: left;
	padding-left:10px;
	width:45%; }	
.extra-one .inner h3, .extra-one h2 { 
	font-size: 17px; 
	margin: 0px; 
	color:#333; 
	letter-spacing: -1px; 
	padding-bottom: 2px; 
	 }
.extra-one .inner ul { 
	margin: 0px; 
	padding: 10px 0px 0px 0px;}
.extra-one .inner li { 
	display: block; 
	color:#333; 
	margin: 0px; 
	padding: 2px 0px 3px; 
	list-style-type: none; 
	}
.extra-one .inner li a { 
	font-weight: normal; 
	color:#330066;
	}
.extra-one .inner li a:hover { 
	text-decoration: underline;
	color: #000;
	}
	
.info-rss {
	background: #DEF6AF url(images/bg-rssinfo.gif) no-repeat right top;
	padding: 10px;
	border: 1px solid #629E31;
}	
	.info-rss a {
		color: #40760E;
		font-size: 1.5em;
	}

.navigation {
	margin: 10px 0;
}
.navigation a
{
	color: #003399;
}
.navigation .alignleft
{
	float: left;
	width: 50%;
}
.navigation .alignright
{
	float: right;
	text-align: right;
	width: 50%;


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


img.floatLeft { 
    float: left; 
    margin: 0px; 
}
img.floatRight { 
    float: right; 
    margin: 0px; 
}

#ads{ float: left; margin-right: 10px; }

