/* ----------- boxes styles ----------- */

/* box shade */

.box {
	background-image: url(../images/box_shade_top.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin-bottom: 3px;
	width: 230px;
}

	.box_shade_ltc {
		background-image: url(../images/box_shade_ltc.jpg);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	.box_shade_rtc {
		background-image: url(../images/box_shade_rtc.jpg);
		background-position: top right;
		background-repeat: no-repeat;
		height: 6px;
		font-size: 0px;
	}

	.box_left {
		background-image: url(../images/box_shade_left.jpg);
		background-position: left;
		background-repeat: repeat-y;
	}
	
	.box_right {
		background-image: url(../images/box_shade_right.jpg);
		background-position: right;
		background-repeat: repeat-y;
	}
	
	.box_shade_lbc {
		background-image: url(../images/box_shade_lbc.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	
	.box_shade_rbc {
		background-image: url(../images/box_shade_rbc.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
		height: 6px;
		font-size: 0px;
	}
	
	.box_bottom {
		background-image: url(../images/box_shade_bottom.jpg);
		background-position: bottom;
		background-repeat: repeat-x;
	}

/* box title */

.box_title {
	background-image: url(../images/box_title_bckgrnd.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #A6342D;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	line-height: 24px;
	letter-spacing: 1px;
	
	margin-left: 6px;
	margin-right: 6px;
}

	.box_title_arrow_l {
		background-image: url(../images/box_tarrowl.gif);
		background-position: left;
		background-repeat: no-repeat;
		margin-left: 10px;
	}
	
	.box_title_arrow_r {
		background-image: url(../images/box_tarrowr.gif);
		background-position: right;
		background-repeat: no-repeat;
		margin-right: 10px;
	}

/* box content */
	
.box_body {
	background-color: #F3F3F3;
	border-bottom: 2px solid #CBCBCB;
	
	font-size: 11px;
	
	margin-left: 6px;
	margin-right: 6px;
}

.box img { 
	border: none;
}

.box_text {
	padding: 10px;
}

	.box_item {
		line-height: 14px;
		margin-top: 5px;
		clear: both;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.box_link {
		background-image: url(../images/box_link_arrow.gif);
		background-position: left;
		background-repeat: no-repeat;
		
		margin-left: 10px;
		clear: both;
	}
	
	.box_bttns {
		padding: 7px;
	}

.box_sprtr {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #DADADA;
	clear: both;
}


#authorization {
	background-image: url(../images/box_authorize_bckgrnd.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
	
	.auth_links {
		color: #0486FD;
		text-align: center;
	}
	
	.auth_text {
		margin-bottom: 7px;
	}
	
	.auth_input {
		width: 140px;
	}
	
	.auth_input, .search_input, .products_list {
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.search_bttn {
		margin-left: 10px;
	}
	
	.search_input {
		width: 160px;
	}
	
	.products_list {
		width: 190px;
		text-align: left;
	}
	
	.box_news_container {
		clear: both;
		position: relative;
	}
	
	.box_news_date {
		color: #0486FD;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height: normal;
		
		float: left;
		padding-right: 5px;
		margin-right: 5px;
	}
	
	.box_news_text {
		float: left;
		width: 195px;
		font-family: Arial, Helvetica, sans-serif;
		line-height: normal;
		margin-bottom: 10px;
	}
	
#voting {	
	background-image: url(../images/box_voting_bckgrnd.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.review_new {
	background-image: ;
	background-position: top left;
	background-repeat: no-repeat;mrj
}
