﻿/*
Some CSS Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A8A8A;
}

h1,h2,h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #FF303E;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 18px;
}
p,ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}
a {
	color: #A31313;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
img.left {
	float: left;
	margin: 7px 30px 0 0;
}
img.right {
	float: right;
	margin: 7px 0 0 30px;
}
hr {
	display: none;
}
.list1 li {
	float: left;
	line-height: normal;
}
.list1 li img {
	margin: 0 30px 30px 0;
}
.list1 li.alt img {
	margin-right: 0;
}
/* Header */
#header {
	width: 940px;
	height: 36px;
	margin: 0 auto;
    z-index: 1;
}

/* Menu */
#menu {
	float: left;
	width: 100%;
	height: 43px;
	background: url(images/img02.gif) no-repeat left top;
    margin: auto auto;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	margin: 0;
	padding: 13px 20px 0px 20px;
	background: url(images/img02.gif) no-repeat left top;
	background: url(images/img02.gif) no-repeat right top;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background-color: #D9D9D9;
}
/* Search */
fieldset {
	text-align: center;
	float: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto; 
	color: blue; 
	font-weight: bold; 
    padding: 10px 5px 5px 5px;
    border: 0px;
    height: 50px;
}

#search form {
	margin: 0;
	padding: 6px 0 0 0;
}

#search input {
	float: inherit;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
    z-index: 10;
}

#search-text {
	width: 100px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #ECF9E4;
	color: #000000;
    z-index: 10;
}

#search-drop {
	width: 120px;
	height: 20px;
	padding: 0px 0 0 5px;
	border: 1px solid #333333;
	background: #ECF9E4;
	color: #000000;
}

#search-submit {
	height: 18px;
	margin-left: 10px;
	padding: 0px 5px;
	background: url('./images/search.gif');
	color: #FFFFFF;
    width: 65px;
}

/* Page */
#page {
	width: 90%;
    padding-top: 50px;
    font-size: 12px;
   
}
caption{
    text-align: right;
    font-weight: bold;
}

/** LOGO */
#logo {
	width: 940px;
	height: 115px;
	margin: 0 auto;
}

#logo h1,#logo p {
	margin: 0px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: normal;
	color: #FF303E;
}

#logo p {
	margin-top: -4px;
	text-transform: lowercase;
	font-size: 13px;
	color: #A8A8A8;
}

#logo h1 {
	padding-top: 10px;
	font-size: 48px;
}

#logo a {
	text-decoration: none;
	color: #3835FF;
}

#logo h1 a {
	text-decoration: none;
	color: #3835B6;
}

#banner {
	padding-bottom: 20px;
}

/* Content */
#content {
	margin-left: 270px;
    font-size: 12px;
    width: 80%;    
        
}

/* Post */
.post {
	margin-bottom: 45px;
}

.post .title {
	height: 44px;
	padding-left: 15px;
}

.post .title a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 30px;
	color: #618C04;
}

.post .date {
	
}

.post .meta {
	margin-top: -8px;
	margin-left: 2px;
	padding: 0px 30px 2px 15px;
	border-bottom: 1px solid #D4D8CB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #66665E;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a {
	
}

.post .entry {
	margin-bottom: 10px;
	padding: 10px 15px 10px 15px;
}

.post .links {
	display: block;
	width: 120px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 40px;
	background: url(images/img03.gif) no-repeat left top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

.post .comments {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px;
	padding: 3px 0px 0px 40px;
	background: url(images/img07.gif) no-repeat left top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #961A06;
}

/* Sidebar */
#sidebar {
    position:absolute;
	top:280px;
	left:20px;
	width:240px;
	padding:10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	height: 100%;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
	margin: 0px 14px;
}

#sidebar li li {
	margin: 0;
	padding: 12px 0px;
	border-bottom: 1px solid #E9E8DD;
	background: url(images/img08.gif) no-repeat left 18px;
}

#sidebar li li a {
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	color: #808080;
}

#sidebar li li a:hover {
	color: #77B003;
}

#sidebar p {
	margin: 0;
	padding: 0px 14px;
}

#sidebar h2 {
	height: 30px;
	margin: 0 0 10px 0px;
	padding: 6px 0 2px 14px;
	background: url(images/img05.gif) repeat-x left top;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
	color: #618C04;
}

#sidebar p {
	line-height: 200%;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
/* Footer */
#footer{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
    height: 142px;
    
    bottom: 0;        
}
.main{
   min-height:100%;
   position:relative;
   height:100%;
   width: 100%;
   padding-top: 50px;   

    
}


#footer-bgcontent {
   height: 30px;
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
}

#footer a {
	
}

#browse {
	float: left;
	width: 195px;
	margin: 0;
	padding: 0;
	background: white;
	border-bottom: 2px solid white;
}

dt {
	background: #4C1D25 url('./images/dt_bg.gif') bottom repeat-x;
	color: #fff;
	margin: 2px 2px 1px 2px;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
}

dd {
	border: 1px solid #4C1D25;
	padding: 0;
	margin: 0 2px;
	background-color: #850217;
}

dd a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 22px;
}

* html  dd {
	padding: 3px 22px;
	padd\ing: 0;
}

* html  dd a {
	display: inline;
	di\splay: block;
}

dd a:hover {
	background: #192173;
}

.first {
	padding-top: 10px;
}

.second {
	padding-left: 20px;
	color: lime;
	font-weight: bold;
}

.third {
	padding-left: 30px;
	color: #00D2D9;
	font-weight: bold;
}

.active {
	background: #FF303E;
    color: white;
}

.active2 {
	padding-left: 20px;
	background: #FF303E;
	color: white;
}

.active3 {
	padding-left: 30px;
	background: #FF303E;
	color: white;
}

.last {
	padding-bottom: 8px;
	border-bottom: 1px solid white;
}

.searchform {
	padding: 10px;
}

.text,select {
	width: 160px;
}

form {
	margin: 0;
	padding: 0;
}

form div {
	padding-bottom: 8px;
	width: 165px;
}

.paginater {
	height: 80px;
	width: 400px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
}
.paginater a {
	padding: 0 3px;
	text-decoration: none;
	border: 1px solid red;
	color: white;
	background-color: #7F0000;
	border: outset #FF0000;
	font-weight: bold;
}

.paginater a:hover {
	padding: 0 3px;
	text-decoration: none;
	color: white;
	background-color: #BC0000;
	border: inset #FF0000;
	font-weight: bold;
}

.paginater a.disabled {
	padding: 0 3px;
	text-decoration: none;
	color: #C0C0C0;
	background-color: #404040;
	border: inset #FF0000;
	font-weight: bold;
	border-bottom: .5px dotted #A31313;
}

.leftbox,.rightbox {
	padding-top: 5px;
	color: #464646;
	
}

.leftbox {
	float: left;
	width: 300px;
	margin-left: 10px;
	text-align: left;
	border-left: 1px solid #F6CCDA;
	border-top: 1px solid #F6CCDA;
	padding-right: 5px;
}

.rightbox {
	float: right;
	width: 322px;
	margin-right: 18px;
	border-left: 1px dotted #F6CCDA;
	text-align: left;
        padding-left: 5px;
	border-right: 1px solid #F6CCDA;	
	border-top: 1px solid #F6CCDA;
}

.rightbox {
	margin-right: 10px;
}

.clear {
	clear: both;
	height: 2px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 1px;
}
.bodytext {
	font: 12px Tahoma, sans-serif;
	color: #666666;
    background-color: #FFFFFF;

}
.maintext {
	font: 0.7em Tahoma, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#990000;
	background-color:#FFFFFF;

}
#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}


#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 440px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #9baff1;
	border-bottom: 7px solid #9baff1;
}
#box-table-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #e8edff;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
	color: #039;
}
#box-table-b td
{
	padding: 8px;
	background: #e8edff; 
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	color: #669;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallbean {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallbean a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallbean a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
.center{
	text-align: center;
	margin: auto auto;
    width: 100%;
}
.labea
{
    color: black;
    font-weight: bold;
    font-size: 16px;
}
.labew
{
    color: gray;
    font-weight: bold;
    font-size: 16px;
}
.salesw
{
    color: gray;
    font-size: 16px;
    text-decoration: line-through;
}

.sale
{   
    line-height: 100%;
    color: red;
    font-weight: bold;
    font-size: 24px;
}
.sales
{
    color: red;
    font-weight: bold;
    font-size: 16px;
}
#fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.popup_block {
	background: #ddd;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 880px;
	position: fixed;
	top: 10%;
	left: 40%;
	margin: 0 0 0 -250px;
	z-index: 100;
}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #bbb;
}
.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}
.nosale
{
	font-family: cursive;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	font-size: large;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;
}
.pbox
{
	border: 1px dotted #F6CCDA;
	font-family: arial;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;
	vertical-align: top;
	width: 200px;
	padding-left: 5px;
	padding-bottom: 20px;
	
}
.descbox
{
	padding: 5px;
	vertical-align: top;
	border-right: 1px dotted #F6CCDA;
	border-top: 1px dotted #F6CCDA;
	border-bottom: 1px dotted #F6CCDA;
	font-family: arial;
	font-size: 14px;
	text-align: left;
	color: black; 
}
.descboxe
{
	padding: 5px;
	vertical-align: top;
	border-right: 1px dotted #F6CCDA;
	border-top: 1px dotted #F6CCDA;
	border-bottom: 1px dotted #F6CCDA;
	font-family: arial;
	font-size: 14px;
	text-align: left;
}
.tbox
{
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #35586C;
	vertical-align: bottom;
}
	
.pbox .innards
{
	text-align: left;
	line-height: 100%;
}
.pimage{
   background-color: #FF303E;
   text-align: center;
}
			.jcart { margin:0 20px 20px 0; padding-top:20px; border:dashed 2px #66cc66; float:left; background:#fff; text-align:center; }
			.jcart ul { margin:0; list-style:none; padding:0 20px; text-align:left; }
			.jcart fieldset { border:0; }
			.jcart strong { color:#000066; }
			.jcart .button { margin:20px; padding:5px; }
            
            .ratingblock {
	display:block;
	border-bottom:1px solid #999;
	padding-bottom:8px;
	margin-bottom:8px;
	}
.ratingblock{
    text-align: center;
    margin: auto auto;
    width: 100%;
}
.loading {
	height: 30px;
	background: url('./starsys/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('./starsys/starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('./starsys/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('./starsys/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}
.smallunit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 15px;
	position: relative;
	background: url('./starsys/smallbar.gif') top left repeat-x;		
	}
.smallunit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
    .smallunit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
    .smallunit-rating li.current-rating {
	background: url('./starsys/smallbar.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}