
.catlistCol
{
    float: left;
    width: 220px;
}

/**
 * Sidemenu categories
 */
.categoriesSideMenuSpacer {
    height: 6px;
	 width: 220px;
	 margin-left: 10px;
	 margin-bottom: 10px;
	 font-size: 1px; 
	 border-bottom:1px dashed #BDBDBD;
}

.categoriesSideMenu_1 {
	font-size: 1.1em;
	font-weight: normal;
}

.categoriesSideMenu_2 {
    font-size: 0.9em;
    padding-left: 30px; 
}

.categoriesSideMenu_3 {
    font-size: 0.9 em;
    padding-left: 35px; 
}

.categoriesSideMenu_4 {
    font-size: 0.9 em;
    padding-left: 40px; 
}

.categoriesSideMenuPlus, .categoriesSideMenuMinus {
	margin-left: 10px;
	margin-right: 5px;
	vertical-align: middle;
	padding-bottom: 1px;
}


/**
 * Home page
 */
li.homeItemList {
	padding-bottom: 6px;
}

a.homeItemLink {
	text-decoration: none;
	color: #525252;
}

a.homeItemLink:hover {
	color: red;
	text-decoration: underline;
}

/**
 * Category
 */
.categoryChild {
	border: 1px solid white;
}

.categoryChildLink {
	font-weight: normal;
	text-decoration: none;
}

.categoryChildLink:hover {
	font-weight: normal;
	text-decoration: underline;
	color: Red;
}

/**
 * items list
 */
.itemsList {
	width: 620px;	
	padding-bottom: 10px;
}

.itemsListTop {
	height: 10px;
	background-image: url(../img/items_frame_top.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

.itemsListBottom {
	height: 10px;
	background-image: url(../img/items_frame_bottom.gif);
	background-position: left top;
	background-repeat: no-repeat;	
}

.itemsListContent {
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding-top: 0px;
	padding-bottom: 0px;
}

.itemsListTitle {
	margin: 0px;
	background: url(../img/cd.gif) no-repeat left 50%;
	padding: 7px 25px;
	padding-left: 35px;
	font-size: 1.1em;
}

a.itemsLink {
	text-decoration: none;
	font-weight: bold;
	color: #444444;
}

a.itemsLink:hover{
	text-decoration: underline;
}

/**
 * Item details
 */
.itemData {
    margin-bottom: 8px;
} 

.itemLabel {
	width: 80px;
	display: inline;
	float: left;
	font-weight: bold;
}

.itemImages {
	clear: both;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	background-color: #f9f9f9;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}

.itemTags {
    padding-top: 15px;
    font-size:10px;
    line-height:12px;
} 

.itemDescription b {
	font-weight: normal;
}   


/**
 * Login
 */
#loginBox {
	text-align: right;
	color: white;
}

input.login {
	height: 11px;
	font-size: 9px;
	background-color: transparent;
	color: white;
	border: 1px solid silver;
	padding: 0px;
	margin: 0px;
}


/**
 * Basket
 */
div#basketbox {
	border: 1px solid Silver;
	/*width: 230px; */
	min-height: 50px;
	margin-left: 12px;
	margin-right: 12px;
	/*margin-bottom: 20px;*/
	font-size: 9px;
	overflow: auto;
	height: 50px;
}

div#basketbox.hover {
    border: 1px solid Black;
    background-color: #EEEEEE;
}

/**
 * Search
 */
.searchHighlight {
	background-color: yellow;
	display: inline;
}

/**
 * Contact-Form
 */
.contactEmail1 {
	display: none;
}

/**
 * Page
 */
.page {
	margin-right: 20px;
}
