#gallery div.galleryItem {
	width:92px;
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
	background:#b8b8b8;
}

#gallery div.galleryItemText{
	padding: 2px 6px 2px 6px;
	border-right: solid 1px #b8b8b8;
	border-bottom: solid 1px #b8b8b8;
	border-left: solid 1px #b8b8b8;
	color: #000;
	font-weight: normal;
	height:34px;
	background:#FFF;
}

#gallery div img{
	border: 0px;
}


.galleryWrapper .contentImageDescription {
    color: black; 
}

.downloadGalleryMoreLink{
    background-image:url(../../../project/media/images/icons/icon_arrow_grey.gif);
    background-position:7px 5px;
    background-repeat:no-repeat;
    padding-left:15px;
    color: #6b6b6b;
    cursor: pointer;
    text-decoration: none;
}

.downloadGalleryElement
{
    width:        175px;
    float:        left;
    margin-right: 12px;
    margin-top:   20px;
    
    border: 1px solid #BCBCBC;
    padding: 5px;
}

.coverImage
{
    text-align:    left;
	border:        0px none;
    margin-bottom: 5px;
}

.coverImage img
{
    margin-top:    7px;
    margin-bottom: 7px; 
}

.downloadGalleryLinks
{
    margin-top: 10px;
}

.downloadGalleryItemMeta
{
	height:80px;
	overflow: hidden;	
}

.downloadGalleryLinks img
{
    margin-right:  5px;
    vertical-align: top;
}

.downloadGaleryIcons
{
    margin-left: 5px;
    color: #818181;
}

.donwloadGalleryIcon
{
    margin-left:  5px;
    margin-right: 5px;
}

.downloadGaleryItemNotice{
    background-image:url(../../../project/media/images/icons/icon_checkbox.gif);
    background-position:5px 2px;
    background-repeat:no-repeat;
    padding-left:21px;
    margin-top:5px;
    color: #6b6b6b;
    cursor: pointer;
    text-decoration: none;
}	

.downloadGaleryItemNoticed{
    background-image:url(../../../project/media/images/icons/icon_checkbox_checked.gif);
    background-position:5px 1px;
    background-repeat:no-repeat;
    padding-left:21px;
    margin-top:5px;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    font-weight:bold;
}	

.downloadCartLink{
	background-color: #e3e3e3;
	margin-top: 10px;
	padding: 5px;
}

.downloadCartLink div.link{
    border: 1px solid #b8b8b8;
    background-color: #fff;
    padding: 0 2px;
}

.downloadCartLink div.link a{
    padding: 0 2px;
}

div.button{
	background: #fff url("../images/icons/icon_arrow_grey.gif") 5px 5px no-repeat;
	padding-left:9px;
    border: 1px solid #b8b8b8;
    cursor: pointer;
    padding: 0px 5px 0px 13px;
    color: #000;	    
}

#downloadscartinfo .downloadCartLink{
	background-color: transparent;
    margin:0 0 10px;
    padding: 0px;
    display:block !important;
}

