@charset "UTF-8";

/* ----------------------------------------------------
 * Zentrales Stylesheet - C+P Möbelsysteme
 *
 * @copyright       Copyright 2009, C+P Möbelsysteme
 * @author          C+P Möbelsysteme
 * @link            http://www.cpmoebel.de
 *
 * @creator         medialis.net
 * @link            http://www.medialis.net
------------------------------------------------------ */

* {
    margin: 0;
    padding: 0;
    border: none;
}

/* ---- C+P MÖBELSYSTEME CONTENT ---- */

#cp_maincontent ul li {
	background: transparent url('../../images/mixed/cpmoebel_content_list_point_green.gif') no-repeat left top;
}

/* ---- C+P MÖBELSYSTEME CATALOG ---- */

/* -- Top -- */

.cp_catalog_top {
    background: transparent;
	border-bottom: 3px solid #66b842;
	height: 29px;
}

/* -- Tabs -- */

.cp_catalog_tabs ul li a {
    background: #fff8d5 url('../../images/menue/cpmoebel_catalog_tab_green.gif') repeat-x top left;
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	color: #545454;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 12px 2px 12px;
	text-decoration: none;
	outline: 0;
	border-left: 1px solid #b5d69d;
	border-right: 1px solid #b5d69d;
	border-top: 1px solid #b5d69d;
}

.cp_catalog_tabs ul li a:hover {
    background: #ffd400 url('../../images/menue/cpmoebel_catalog_tab_green_selected.gif') repeat-x top left;
    border-left: 1px solid #66b842;
	border-right: 1px solid #66b842;
	border-top: 1px solid #66b842;
	color: #fff;
}

.cp_catalog_tabs ul li a.selected {
    background: #ffd400 url('../../images/menue/cpmoebel_catalog_tab_green_selected.gif') repeat-x top left;
    border-left: 1px solid #66b842;
	border-right: 1px solid #66b842;
	border-top: 1px solid #66b842;
	color: #fff;
}

/* -- Sidebar -- */

.cp_catalog_sidebar {
    background: #bcdda4;
	float: left;
	width: 140px;
	padding: 20px 0 20px 0;
}

.cp_catalog_sidebar ul li a {
    background: transparent url('../../images/menue/cpmoebel_catalog_sidebar_point_green.gif') no-repeat top left;
	width: 112px;
	display: block;
	margin: 0 0 0 0 !important;
	padding: 0 14px 0 14px !important;
	text-decoration: none;
}

.cp_catalog_sidebar ul li a:hover {
    background: #84bf6a url('../../images/menue/cpmoebel_catalog_sidebar_point_green.gif') no-repeat top left;
}

.cp_catalog_sidebar ul li a.selected {
    background: #84bf6a url('../../images/menue/cpmoebel_catalog_sidebar_point_green.gif') no-repeat top left;
}

/* -- Download Box -- */

.cp_catalog_download {
    background: transparent url('../../images/menue/cpmoebel_catalog_tab_green_selected.gif') repeat-x top left;
	width: 138px;
    border: 1px solid #66b842;
	padding: 0 0 6px 0;
}

.cp_catalog_download_head {
	background: transparent url('../../images/mixed/cpmoebel_catalog_download_info.gif') no-repeat top left;
	width: 100px;
	height: 20px;
    padding: 8px 10px 0 28px;
    color: #fff;
    font-weight: bold;
}

.cp_catalog_serien_info_right h5{
    margin:0 0 5px;
    padding:0;
    font-size:100%;
}

.cp_catalog_serien_info_right .cp_obj_boxes{
    margin:0;
}

.cp_catalog_serien_info_right .cp_popuplauncher .cp_obj_boxes {
    margin-bottom:12px;
}

.cp_catalog_serien_info_right .cp_popuplauncher .cp_obj_boxes .cp_obj_boxes_head {
    display:none;
}