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


body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
p,li,ul,h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
	}
	
img {
	border:none;
	}
	
.clearfloat {
	clear:both;
	}

#wrapper {
	width:950px;
	margin:0 auto;
	}
	
/* content */	
	
#content {
	padding:0 0 30px 0;
	}
	
#left-content {
	width:311px;
	float:left;
	}
	
#right-content {
	width:639px;
	float:left;
	}
	

/* content items */	

#page-title {
	padding-top:25px;
	text-align:center;
	}
	
/* table */
	
#products-table {
	padding-top:40px;
	}
	
#products p {
	padding-bottom:2px;
	line-height:100%;
	}
	
#products td {
	padding:10px 5px 5px 5px;
	width:149px;
	font-size:10px;
	}

#products tr.photos {
	vertical-align:bottom;
	}

#products tr.text {
	vertical-align:top;
	}


/* form */

#form {
	padding-top:40px;
	}

#form-left {
	float:left;
	width:260px;
	padding-left:10px;
	}

#form-right {
	float:left;
	width:335px;
	padding-left:30px;
	}

.reg-text {
	padding-left:10px;
	font-size:13px;
	}
	
#reg-form {
	padding-top:10px;
	}
	
#reg-form td {
	font-size:11px;
	padding:3px;
	}
	
.textboxes {
	width:95%;
	}

.reg-btn {
	background:url(img/register-btn.jpg) no-repeat;
	}
	
/* footer */	

#footer {
	border-top:1px solid #c8c8ca;
	padding:10px 0;
	font-size:10px;
	color:#c8c8ca;
	clear:both;
	}
	
#footer a, #footer a:visited {
	color:#c8c8ca;
	text-decoration:none;
	}
	
#footer a:hover {
	text-decoration:underline;
	}
	
.footer-links {
	float:right;
	}
	
/* form validation */

label.error {
	display: none !important;
}

input.error {
	border-color: red;
}