body {
	margin: 0px;
	padding: 0px;
	
	background-image: url(../images/main_background.jpg);
	background-color: #df0000;
	background-repeat: repeat-x;
	text-align:center;
}

.main_container{
	width: 760px;
	padding-top: 10px;
}

.tree_menu {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	height: 26px;
	vertical-align: middle;
}

.tree_menu a{
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration:none;
}

.tree_menu a:visited{
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration:none;
}

.tree_menu:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration:underline;
}

.main_menu {
	background-color: #950c10;
	height: 26px;
}

.left_menu {
	height: 45px;
	padding-top: 6px;
}

.left_menu_open_top {
	padding-top: 6px;
}

.left_menu_open {
	padding-bottom: 6px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../images/sub_menu_background.gif);
}

.child_menu {
	padding: 0px 7px 4px 7px;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}

.child_menu a {
	color: #ffffff;
	text-decoration: none;
}

.child_menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

.child_menu a:hover {
	color: #ffffff;
	text-decoration: none;
}

.content_zone {
	padding-top: 6px;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}

.content_zone a{
	color: #ffffff;
}

.content_zone a:hover{
	color: #ffffff;
}

.content_zone_destak {
	padding-top: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	vertical-align:top;
}

.content_zone_destak a{
	color: #ffffff;
}

.content_zone_destak a:hover{
	color: #ffffff;
}

.image_frame {
	border: 1px solid #ffffff;
	text-align: center;
	height: 229px;
	width: 261px;
}

.product_title {
	padding-bottom: 6px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

/* ARROWS FROM DETAIL PRODUCT */
.detail_arrow_left {
	width: 28px;
	background-repeat: no-repeat;
	background-image: url(../images/da_all.gif);
	background-position: bottom right;
	height: 53px;
}


.detail_arrow_top_left {
	height: 18px;
	width: 28px;
	background-repeat: no-repeat;
	background-image: url(../images/da_top_left.gif);
	background-position: bottom right;
}

.detail_arrow_top_right {
	height: 18px;
	background-repeat: no-repeat;
	border-bottom: 3px solid #000000;
	background-position: bottom;

}

.detail_arrow_middle_left {
	width: 28px;
	background-repeat: no-repeat;
	background-image: url(../images/da_middle_left.gif);
}

.detail_arrow_middle_right {
	width: 175px;
	height: 23px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana;
	padding-right: 8px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-right: 3px solid #000000;
}

.detail_arrow_bottom_left {
	width: 28px;
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url(../images/da_bottom_left.gif);
}

.detail_arrow_bottom_right {
	height: 15px;
	background-repeat: no-repeat;
	background-position: top;
	border-top: 3px solid #000000;
}

/* DETAIL CONTAINER */

.detail_top {
	height: 14px;
}

.detail_middle {
	background-repeat: repeat-y;
	background-image: url(../images/detail_middle.png);
	padding: 0px 14px 0px 14px;
}

.detail_bottom {
	height: 14px;
}