/**********************************************
base style sheet by anthony eggert
http://www.ft11.com | http://www.stylephreak.com
**********************************************/
/* imports */
@import url(layout.css); /* positioning */
@import url(nav.css); /* navigation */
@import url(forms.css); /* forms */

/* global font declarations */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body, th, td {
	font: 12px/1.5em arial,verdana,sans-serif;
}
h1,h2,h3,h4 {
	font-family: impact,arial,verdana,sans-serif;
	font-weight: normal;
	margin-left: .5em;
	padding: 1em;
}
h3,h4 {
	font-family: arial,verdana,sans-serif;
	font-weight: bold;
}

/* presentation */
body {
	background: #fff url(../img/bg.jpg) repeat-y center;
	min-width: 780px;
}
p {
	margin-left: 1em;
	padding: 0 2em 1em;
	line-height: 1.5em;
}
h1 {
	font-size: 22px;

}

h2 {
	font-size: 20px;
	color: #c00;	
}

h3 {
	color: #c00;
	font-size: 14px;
}
h3 span {
	display: block;
	font-size: .8em;
	color: #000;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
	color: #fff;
	padding: .2em 0;
	text-transform: uppercase;
}
hr {
	display: none;
}
acronym {
	border-bottom: 1px dotted #ccc;
	cursor: help;
}
/* lists */
ol {
	margin: 1em;
	padding-left: 3em;
	line-height: 1.5em;
}
ul {
	margin: 1em;
	padding-left: 3em;
	list-style: url(../img/li.gif) square;
	line-height: 1.5em;
}
ul ul {
	margin: 0;
	padding-left: 1em;
}
ul.fltl {
	width: 120px;
	margin: 1em 0;
}
/* tables */
table {
	width: auto;
	margin: 1em;
	background-color: #fff;
	border-collapse: collapse; /*eliminates cell-spacing */
	empty-cells: show;
	caption-side: top;
	border: 1px solid #000;
}
	td, th {
	padding: .3em .5em;
	vertical-align: top;
}
	th {
	white-space: nowrap;
	background-color: #000;
	color: #fc0;	
	font-weight: bold;
	text-align: left;
}
thead tr {
	background-color: #000;
}
	caption {
	margin: 1em 0;
	color: #600;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

/* links presentation */
a:link {
	color: #c00;
}
a:visited {
	color: #600;
}
a:active, a:hover {
	color: #600;
}
/* image presentation */
img {
	border: 0;
}
/* common classes */
.small {
	font-size: .9em;
}
.fltr {
	float: right;
	margin: 1em;
}
.fltl {
	float: left;
	margin: 1em;
}
.txtc {
	text-align: center;
}
.txtl {
	text-align: left;
}
.txtr {
	text-align: right;
}
.b {
	font-weight: bold;
}
.ef {
	background-color: #efefef;
}
.cc {
	background-color: #ccc;
}
.hr {
	padding: 2em 0;
	background: transparent url(../img/hr.gif) no-repeat center;
}
.red {
	color: #900;
}
.white {
	color: #fff;
}
.bord {
	border: 4px solid #efefef;
}
.line {
	
	border-bottom: 4px solid #efefef;
}
.hilite {
color: #888;
}
.pad {
	padding: 1em;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
 .clearfix {
display: inline-block;
}  
	/* Holly Hack Targets IE Win only \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End Holly Hack */
/* specific */

#colbox {
	background: transparent url(../img/colbox.jpg) no-repeat;
	width: 230px;
	height: 156px;
	margin: .3em;
	padding: 1em;
	font-size: 1.2em;
	line-height: normal;
	font-weight: bold;
}
#searchform {
	margin: 1em 3em;
	font-weight: bold;
	font-size: .85em;
}	
#wholesalebox {
	display: none;
}
#ws #wholesalebox {
	display: block;
	width: 485px;
	height: 58px;
	background: #fff url(../img/wholesalebox.jpg) no-repeat;
	margin: 1em;
	padding: 0 0 0 1em;
}
#wholesalebox h5 {
	margin-bottom: .5em;
}
#wholesalebox label {
	display: inline;
	text-transform: uppercase;
	padding: 0;
	margin: 0;	
	font-weight: bold;
}
#wholesalebox input {
	width: 100px;
	display: inline;
	margin: 0 .5em;	
}
.logged #notloggedblock {
	display: none;
}
.logged #loggedblock {
	display: block;
}
.notlogged #loggedblock {
	display: none;
}
.notlogged #notloggedblock {
	display: block;
}

form input.b {
	background: #000;
	color: #fc0;
	border: 1px solid #777;
	border-bottom-width: 0;
	border-right-width: 0;
	font-size: 10px;
	padding: 2px;
}
.prod_box {
	margin: 0 0 0 1em;
}
.prod_box  h3 {
	padding-bottom: 0;
}
.prod_box .thumb {
	float: left;
	width: 130px;
	height: 130px;
	margin: 1em 1em 0 1em;
	text-align: center;
	padding-top: .5em;
	font-size: 1.2em;
	background-color: #fff;
	border-bottom: 4px solid #000;
	border-top: 1px solid #f9cb03;
}
.prod_box a {
	text-decoration: none;	
	color: #800;	
}
.prod_box a:visited {
	color: #600;
}
.prod_box a:active,.prod_box  a:hover {
	color: #c00;
}
.prod_thumb p {
	margin: 0;
	padding: 0;
	font-size: .85em;
	text-align: center;
	font-weight: bold;
}
