#banner {
	margin-top:52px;
	width:789px;
	height:150px;
}
/* Review page */
.star-full {
	float:left;
	display:block;
	width:16px;
	height:16px;
	margin:1px;
	background:url('../img/star_full-trans.png');
}
.star-half {
	float:left;
	display:block;
	width:16px;
	height:16px;
	margin:1px;
	background:url('../img/star_half-trans.png');
}
.star-transparent {
	float:left;
	display:block;
	width:16px;
	height:16px;
	margin:1px;
	background:url('../img/star_transparent-trans.png');
}
div.index {
	margin-top:50px;
	margin-left:20px;
}
div.reviews table {
	border:none;
	padding:1px;
}
div.reviews table th {
	text-align:left;
	border:none;
	padding:1px;
}
div.reviews table td {
	text-align:left;
	border:none;
	padding:1px;
}
.rate {
	width:120px;
}
/* Brands page */
#brands_container {
	margin-top:20px;
}
.brand {
	width:100%;
	background:#d9dadc;
	margin-top:4px;
	margin-bottom:3px;
}
.brand_logo {
	text-align:center;
	float:left;
	width:200px;
	min-height:50px;
	background:#fff;
}
.brand_text {
	float:left;
	width:578px;
	padding:5px;
}
div.brand_title a {
	color:#000;
	text-decoration:none;
}
.brand_description {
	margin-top:10px;
}
.brand_bottom {
	width:100%;
	height:1px;
	border-bottom:1px solid #000;
}
/* Ogone page */
#ogone_template {
	margin-top:20px;
}
#ogone_template table {
	background: #fff;
	border: none;
	clear: both;
	color: #333;
	width: 100%;
}
#ogone_template table tr {
	background: transparent;
	border: none;
}
#ogone_template th {
	background: transparent;
	border: none;
	padding:4px;
}
#ogone_template table tr td {
	background: transparent;
	border: none;
	padding:4px;
	vertical-align:middle;
}
#ogone_template table tr td.ncoltxtl {
	text-align: right;
}
#ogone_template table tr td.ncoltxtr {
	text-align: left;
}
#ogone_template input {
	float:none;
}
#ogone_template input#ncol_cancel {
	margin-left:10px;
}
#ogone_template table tr td.ncoltxtl2 {
	text-align: right;
}
#ogone_template table tr td.ncolinput {
	text-align: left;
}
#ogone_template label {
	width:250px;
	float:none;
	margin-top:7px;
	display: inline;
	padding-right:0px;
}
#ogone_template select {
	width:auto;
}
.sitemap {
    
}
.sitemap li a{
    background: url('../img/folder.png') no-repeat top left;
    padding-left: 15px;
    color: #000;
    text-decoration: none;
}
.sitemap li a:hover{
    color: #cc3333;
}
.sitemap li ul li a{
    /*background: url('../img/icons/page.png') no-repeat center left;*/
    padding-left: 15px;
    margin-left:15px;
}
.sitemap li ul li ul li a{
    background: url('../img/page.png') no-repeat center left;
    padding-left: 15px;
    margin-left: 30px;
}
.sitemap li.brands ul li a{
    background: url('../img/page.png') no-repeat top left;
}
div#cmspage .Title {
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}
.feedback_label {
	margin-left:10px;
	width:100%;
	font-size:120%;
}
.feedback_textarea {
	margin-left:10px;
}
div#feedback_form label {
	float:none;
	height:14px;
	vertical-align: middle;
}
div#feedback_form input[type=radio] {
	clear:both;
	float:left;
	height:14px;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
}
div#feedback_form fieldset {
	margin:0px;
	padding:10px;
}
div#feedback_form legend {
	margin-bottom:8px;
}