@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	 /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background:  #C4C6C8 url(../images/background-gradient2.gif) repeat-x center top ;
	font-family:Trebuchet MS,Arial;
	font-size:90%;
}
img {
	border:0;
}
#page { 
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom:5px;
}

#header {
	padding-top: 20px;
	padding-bottom: 0;
	border-bottom: solid #CCCCCC 1px;
	margin-right:20px;
	margin-left:20px;
}
 
#top-menu {
	background: url(../images/menu.gif) repeat-x top center;
	border-bottom: solid #CCCCCC 1px;
	margin-right:20px;
	margin-left:20px;
	clear: both;
	height:28px;	
}
#top-menu ul {
	margin:0;
	padding:0;
}
#top-menu li {
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
	font-size:90%;
}
#top-menu a {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border-right:#CCCCCC 1px solid;
	display:block;
}
#top-menu a:link, #top-menu a:visited, #footer a:link, #footer a:visited, .item a:link, .item a:visited  {
	color:#000000;
}
#top-menu a:hover, #top-menu a:active, #footer a:hover, #footer a:active, .item a:hover, .item a:active  {
	color:#A62000;
}   
#top-menu form {
	margin:0;
	float:right;
	padding-top:2px;
	padding-right:10px;
}
#top-menu input {
	margin:0;
}
a {
	text-decoration:none;
}

#header h2 {
	float:right;
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333333;
	padding-top: 27px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size:97%;	
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 20%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	
}

#sidebar1 h3 {
	margin:0;
	padding:0;
	color:#666666;
	font-size:96%;	
}
#sidebar1 ul {
	margin:0;
	padding:0;	
}
#sidebar1 li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:85%;	
}
#sidebar1 a {
	padding:2%;
	margin-top:1%;
	margin-bottom:1%;
	display:block;
	border:#CCCCCC solid 1px;
	
	 
}
#sidebar1 a:link, #sidebar1 a:visited {
	color:#000000;
	background: url(../images/menu.gif) repeat-x top center;
}
#sidebar1 a:hover, #sidebar1 a:active {
	color:#A62000;
	background:none;
}   
#mainContent { 
	margin: 0 0 0 23%; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent h1{
	margin:0;
	padding-top:17px;
	font-size:99%;
	color:#333;
	border-bottom:#CCCCCC 1px solid;
}
#mainContent h2{
	margin:0;
	padding:0;
	font-size:97%;
	padding-top:0.5em;
	margin-bottom:0.5em;
	color:#333;
	border-bottom:#CCCCCC 1px solid;
}
#mainContent h3{
	margin:0;
	padding:0;
	font-size:96%;
}
#mainContent h4{
	margin:0;
	padding:0;
	font-size:95%;
}
#mainContent p{
	margin:0;
	padding:0;
	font-size:90%;
	padding-top:0.5em;
	padding-bottom:0.5em;	
}
li, ol {
font-size:90%;
}
.KT_tngtable {
	font-size:90%;
	margin-top:25px;
	margin-bottom:20px;
}
.KT_tngtable input {
	width:260px;
}
.KT_tngtable textarea {
	width:260px;
}
input#KT_Custom1, input#KT_Insert1, input#kt_login1, input#kt_login_rememberme, input#KT_Update1 {
	width:auto;
}
#footer {
	background: url(../images/menu.gif) repeat-x top center;  
	border-bottom: solid #CCCCCC 1px;
	border-top: solid #CCCCCC 1px;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:30px;
	height:28px;
}
#footer ul {
	margin:0;
	padding:0;
}
#footer li {
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
	font-size:90%;
}
#footer a {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border-right:#CCCCCC 1px solid;
	display:block;
}

#footer p {
	float:right;
	font-size:75%;
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding:0.5em;
}

ul.credits, ul.credits li ul {
padding:0;
margin:0;

}

ul.credits li {
padding:0;
margin:0;
padding-top:10px;
list-style-type: none;	
}
ul.credits ul li {
padding:0;
margin:0;
margin-left: -30px;
padding-top:5px;
list-style-type: none;	
}
ul.credits a {
	font-size:12px;
}
ul.credits li strong a {
	color: #333333;
}
ul.credits li strong a:hover {
text-decoration:underline;	
}

a:link, a:visited {
	color:#A62000;
	
}
a:hover, a:active {
	color:#000000;
	
}   
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* hack for float issue required */ 


#category  .item {
	float:left;
	width:150px;
	height:150px;
	margin:15px;
	text-align:center;
	border:1px solid #CCCCCC;
	position:relative;
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
	background-position: center top;
	display: inline;
	overflow: hidden;
}
.cart th {
	border:1px solid #CCCCCC;
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-size:90%;
	text-align:center;
	padding:4px;	
}
.cart td {
	border:1px solid #CCCCCC;
	font-size:90%;		
}
#prop {
	width:330px;
	height:340px;
	margin:15px;
	text-align:center;
	border:1px solid #CCCCCC;
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
	background-position: center top;
	float:left;
	font-size:12px;
}

#prop a {
	display: block;
}
#category img.foto {
margin-top:5px;	
}


#category p.text  {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	bottom:0;
	text-align:center;
	text-decoration:none;
	
}
#navigation {
	width:100%;
	clear:left;
}
p.page-count {

}
p.record-count {

}
#address { float:right;width:300px;margin-top:20px;margin-bottom:20px; }
#address p { padding:20px; }
#description {
	float:right;
}
.clearItem:after {
content: ".";
clear: both;
height:0;
visibility:hidden;
display:block;
}
.clearItem {display:inline-block;}
/* Start Commented Backslash Hack \*/
* html .clearItem, * html .clearItem * {height:1%;}
.clearItem {display:block;}
/* Close Commented Backslash Hack */
