/* Basic CSS stylesheets */

body {
	background: #7574b4 url("../images/body.png") repeat-x;
	margin: 5px auto;
	font-size: 12px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

p {
	margin: 0;
	padding: 5px 0 5px 0;
}

span.gray {
	color: #a0a0a0;
}

small {
	font-size: 11px;
	line-height: 16px;
}


/* Headers */

h1 {
	font-size: 22px;
	line-height: 27px;
	font-weight: bold;
	text-align: center;
	color: #a2df10;
}

h2 {
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	margin: 0 5px 15px 5px;
}

h2.white {
	color: #fff;
}

h3 {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	margin: 20px 0 5px 0;
	color: #a2df10;
}


/* DIVs */

div.nl {
	clear: both;
}

#page {
	background-color: #cbcae3;
	width: 930px;
	border-left: 1px #cbcae3 solid;
	border-right: 1px #cbcae3 solid;
	border-top: 1px #cbcae3 solid;
	margin: 0 auto;
	padding: 0;
}

#left {
	background: #cbcae3 url("../images/body2.png") repeat-x;
	width: 155px;
	height: auto !important;
	height: 850px;
	min-height: 850px;
	padding: 10px;
	text-align: justify;
	float: left;
}

#middle {
	background-color: #f7f7ff;
	width: 540px;
	font-size: 14px;
	line-height: 19px;
	height: auto !important;
	height: 850px;
	min-height: 850px;
	padding: 10px 20px 10px 20px;
	text-align: justify;
	color: #222;
	float: left;
}

#middle .subcategory {
	background-color: #f7f7ff;
	width: 250px;
	height: auto !important;
	height: 130px;
	min-height: 130px;
	text-align: justify;
	float: left;
}

#middle .subcategory .img {
	margin-right: 5px;
	width: 80px;
	display: block;
	vertical-align: middle;
	float: left;
}

#middle .item {
	background-color: #f7f7ff;
	height: auto !important;
	height: 130px;
	min-height: 130px;
	text-align: justify;
}

#middle .item .img {
	margin-right: 5px;
	width: 80px;
	display: block;
	vertical-align: middle;
	float: left;
}

#middle .center {
	text-align: center;
}

#middle .ranking {
	text-align: right;
}

#right {
	background: #cbcae3 url("../images/body2.png") repeat-x;
	width: 155px;
	height: auto !important;
	height: 850px;
	min-height: 850px;
	padding: 10px;
	text-align: justify;
	float: left;
}

#right .product {
	background-color: #aece61;
	padding: 10px;
	margin: 2px auto;
	margin-top: -10px;
	text-align: center;
}

#bottom {
	width: 937px;
	font-size: 11px;
	line-height: 15px;
	margin: 0 auto;
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
}

#left .module,
#right .module {
	background-color: #aece61;
	padding: 10px;
	margin: 2px auto;
	margin-top: -5px;
	text-align: center;
}

/* Links */

a {
	font-weight: normal;
	text-decoration: underline;
	color: #7170b2;
	/* color: #f13a0a; */
}

a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #7170b2;
}

a.white {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
	/* color: #f13a0a; */
}

a.white:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

a.menu {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	margin-top: 5px;
	border-bottom: 1px #fff solid;
	color: #fff;
}

a.this {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	margin-top: 5px;
	color: #a2df10;
	border-bottom: 1px #a2df10 solid;
}

a.menu:hover,
a.this:hover {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-top: 5px;
	color: #a2df10;
	border-bottom: 1px #a2df10 solid;
}

#middle .subcategory a,
#middle .item a {
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	text-decoration: none;
}

#middle .subcategory a:hover,
#middle .item a:hover {
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	text-decoration: underline;
}


/* Tables */

table.comment td {
	vertical-align: top;
}

table td.gallery {
	background-color: #fff;
	width: 170px;
	text-align: center;
	height: auto !important;
	height: 185px;
	min-height: 185px;
	padding: 2px;
	vertical-align: middle;
}

/* Inputs */

input, select, textarea {
	background-color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	padding: 2px;
	border: 1px #a1a0dd solid;
}

input.mini {
	width: 50px;
}

input#submit {
	background-color: #a1a0dd;
	font-family: Arial, Helvetica, sans-serif;
	width: 110px;
	text-align: center;
	font-weight: bold;
	border: 0px #a1a0dd solid;
	color: #fff;
	cursor: pointer;
}


/* Images */

form,
img {
	border: 0;
	margin: 0;
	padding: 0;
}

img {
	margin-bottom: -3px;
}

#right .product img {
	margin-bottom: 5px;
	border: 1px #fff solid;
}
