/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end of reset */

body {
	text-align: center;
	font: 0.87em/24px Helvetica,Arial,sans-serif;
	color: #808080;
}

a {
	color: #808080;
	text-decoration: underline;
}

a:hover {
	color: #4d4d4d;
	text-decoration: none;
}

h2 {
	color: #8c7b46;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	margin: 10px 0 5px 0;
	color: #8c7b46;
	font-size: 18px;
	font-weight: bold;
}

small, .small {
	font-size: 12px;
}


h2 a {
	color: #8c7b46;
}

p {
	margin: 10px 0 10px;
}

ul {
	margin: 10px 0 10px 30px;
	list-style-type: square;
}

ol {
	margin: 10px 0 10px 30px;
	list-style-type: decimal;
}

blockquote {
	margin: 10px 0 10px 15px;
	padding: 5px 10px;
	border-left: 5px solid silver;
	background-color: #f2f2f2;
}

input, td {
	vertical-align: middle;
}

td strong {
	font-weight: bold;
}

.req {
	color: red;
}

.label {
	width: 250px;
	text-align: right;
	padding-right: 15px;
}

#site-body {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.content {
	padding: 0 200px 0 60px;
}

#content {
	padding: 0 200px 0 60px;
	/*height: 300px;*/
}

/*html > body #content {
	height: auto;
	min-height: 300px;
}*/

/* header.tpl */

div#header {
	text-align: left;
	background: url("images/header-bg.png") top left no-repeat;
	width: 960px;
	height: 190px;
	margin: 0;
	padding: 0;
	position: relative;
}

#title {
      margin: 0 0 0 0; padding:0;
      position: absolute;
      top: 70px;
      left: 60px;
      width:490px; height:100px;
      overflow:hidden;
      margin:0; padding:0;
      }

#title span {
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width:490px; height:100px;
      margin:0; padding:0;
      background:url("images/logo.png") top left no-repeat;
      cursor: pointer;
      }
      
#descr {
      margin: 0 0 0 0; padding:0;
      position: absolute;
      top: 75px;
      left: 580px;
      width:170px; height:50px;
      overflow:hidden;
      margin:0; padding:0;
      }

#descr span {
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width:170px; height:50px;
      margin:0; padding:0;
      background:url("images/tag-line.png") top left no-repeat;
      }

#woman {
	width: 150px; height: 450px; position: absolute; top: 50px; right: 0;
}

#woman-in {
	width: 150px; height: 450px; position: fixed; background: url("images/woman.jpg") top left no-repeat;
}

/* top_bar.tpl */
      
#top-nav {
	position: absolute;
	top: 0px;
	left: 50px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#top-nav a {
	display: block;
	float: left;
	height: 30px;
	width: 101px;
	background: url("images/nav-bg.png") top left no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #808080;
	text-decoration: none;
}

#top-nav a:hover {
	background-position: 0 -30px;
	color: #4d4d4d;
	text-decoration: underline;
}

#rss {
	position: absolute;
	top: 7px;
	right: 10px;
}

#search {
	position: absolute;
	top: 4px;
	left: 680px;
}

#search input {
	width: 210px
	height: 30px;
	background: url("images/search.png") top left no-repeat;
	border: none;
	margin: 0;
	height: 17px;
	padding: 8px 75px 5px 7px;
	margin: 0;
	border: none;
	color: gray;
}

#search input.btn {
	width: 60px
	height: 30px;
	background: url("images/search-button.png") top left no-repeat;
	border: none;
	margin: 0;
	padding: 0;
	height: 17px;
	padding: 10px 0px 20px 0px;
	margin: 0;
	border: none;
	color: gray;
}

#breadcrumbs {
	position: absolute;
	top: 160px;
	left: 60px;
	width: 700px;
	height: 25px;
	z-index: 20;
	font-size: 12px;
}

/* Main.tpl */

.main-part {
	margin: 0;
	padding: 0;
	width: 340px;

}

.category {
	width: 340px; height: 30px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	line-height: 30px;
}

.heading {
	height: 30px; width: 260px; float: left;
	padding-left: 20px; display: inline;
	background: url("images/h2-bg.png") top left no-repeat;
}

.count {
	height: 30px; width: 60px; float: right; display: inline;
	background: url("images/count-bg.png") top left no-repeat;
	text-align: center;
}

p.subcats {
	margin: 0px 40px 20px 20px; 
	padding: 0;
	
}

#articles {height: 260px;}

html > body #articles {height: auto; min-height: 260px;}


div.navig {
	margin: 0 200px 0 60px;
}

/* Links */

#links a {
	color: #8c7b46;
	font-size: 16px;
	font-weight: bold;
}

#links p a {
	color: gray;
	font-size: 14px;
	font-weight: normal;
}

#links p {
	margin: 0 0 20px 0;
}

div.pr {
	font-size: 11px;
	line-height: 14px;
	color: gray;
	float: left;
	margin-right: 20px;
	padding: 0px 0 0 0;
	display: inline;
}
div.prg {
	width: 40px;
	border: 1px solid #999999;
	height: 5px;
	font-size: 1px;
}
div.prb {
	background: #5eaa5e;
	height: 5px;
	font-size: 1px;
}

/* Footer.tpl */    

div.footer {
	clear:both;
	text-align: left;
	background: url("images/footer-bg.png") left 20px no-repeat;
	width: 840px;
	height: 50px;
	margin: 0;
	padding: 30px 60px 0 60px;
	font-size: 12px;
	line-height: 18px;
	position: relative;
	z-index: 99;
}
div.footer a {
	color: #808080;
	text-decoration: underline;
}

div.footer a:hover {
	text-decoration: none;
}

div.footer p {
	margin: 0;
}

#toggleCategTree {
	/*display:block;*/
	cursor:pointer;
	cursor:hand;
	font-weight: bold;
	border: 1px solid silver;
	padding: 5px;
	background-color: #f2f2f2;
	margin: 0 0 5px 0px;
}

/* old style */

/*body {
    background: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 8pt;
	margin:0; padding:0;
}
.c {
	float: left;
}
.cr {
	clear: left;
}

td {
	vertical-align: top;
	padding: 5px;
}

h1 {
	font-size: 14pt;
	margin: 5px 0 5px 0;
}

h2 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

h3 {
	color: #5e74b3;
	font-size: 8pt;
	padding: 0;
	border-bottom: 1px dotted #5e74b3;
}

#descr {
	padding: 0px;
	margin: 0 0 5px 0;
}

table.formPage {
	border: 1px solid #A0A0A0;
}
td.err {
	padding: 3px;
	color: #FF0000;
	background: #FFEDED;
	border: 1px solid #A0A0A0;
	text-align: left;
}
td.msg {
	padding: 3px;
	color: #0000FF;
	background: #EDF3FF;
	border: 1px solid #A0A0A0;
	text-align: left;
}
.label {
	text-align: right;
}
.buttons {
	border-top: 1px solid #A0A0A0;
	text-align: center;
}
.count {
	color: #6f6f6f;
	font-size: 8pt;
	font-weight: normal;
}
#links a {
	font-size: 10pt;
}
#links p {
	margin: 0 0 7px 0;
}
.url {
	color: #6f6f6f;
}
#path {
	margin-top: 2px;
	padding: 3px;
	background: #D9E8F9;
	line-height: 19px;
	border-top: 1px solid #5e74b3;
}
.submit {
	float: right;
	vertical-align: bottom;
}
#user-bar {
   clear:both;
   width:20%;
   margin:0 0 0 auto;
   padding:3px;
   background:#D9E8F9;
   line-height:19px;
   text-align:right;
}

.text, .btn {
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
input.text {
	color: #000000;
	border: 1px solid #5e74b3;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #5e74b3;
}
select {
	font-size: 8pt;
	border: 1px solid #5e74b3;
}

.captcha {
	border: 1px solid #5e74b3;
	margin-top: 10px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}
.btn {
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #5e74b3;
	background-color: #FFAA11;
	cursor: pointer;
	height: 17px;
}
span.req {
	margin-left: 3px;
	color: #FF0000;
	font-weight: bold;
}

div.errForm, span.errForm {
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #FF0000;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: right;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #909090;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	color: #000000;
}
p.subcats {
	margin: 0px 0px 7px 0px;
	padding: 0px;
}
div.pr {
	font-size: 6pt;
	color: #000000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg {
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb {
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}

.price {
	border: 1px solid #A0A0A0;
}
.price table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}

.paging-links,
.paging-info {
   text-align:right;
}

.paging-info {
   font-style: italic;
}

.limit_field {
   border: 0 solid transparent;
   border-width:0;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   cursor:hand;
   color:#6A8AD4;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #9EC2F3;
   border-width:0 1px 1px;
}

#catTitle { background:#fff; text-align: left; margin: 0; padding: 0; font-weight: bold;} 

#categtree h2 {
   margin:0 0 5px;
   padding:2px;
   text-align:center;
   color:#5e74b3;
   background:#DDE5F3;
   vertical-align:middle;
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item {
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   border:1px dotted #CBE2EC;
   border-width:1px 0;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#F8F8FC;
}

#categtree .even {
   background:#fff;
}

#categtree .categ-item:hover {
   background:#eee;
}*/

/* alec's additions */

td.frontcolumns {width: 340px; padding-left: 40px; vertical-align: top;}
