#collectionView {
    padding: 10px;
}

#collectionCategory {
    clear: both;
}

.panelCtl {
    height: 20px;
    width: 100%;
    background-color: #ededed;
    border-top: #707070 solid 1px;
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 2px;
    cursor: pointer;
    font-size: 1.1em;
}

.collectionCatImgSection {
    float: left;
    padding: 2px;
    border-color: #C4E2F7;
    border-style: solid;
    border-width: 1px;
    border-width: 2px;
    padding: 2px;
    margin: 2px;
    -moz-border-radius: 8pt 8pt;
}

.catImg {
    width: 85px;
    height: 65px;
}

.collectionCatImgSection a:hover, .collectionCatImgSection a.active {
    border: #ff0 solid 2px;
}

.collectionCatTxtSection {
    padding: 5px;
    float: left;
    width: 110px;
}

.collectionCatSection {
    width: 220px;
    float: left;
}

#CategoryBreadCrumbs {
    clear: both;
}

#breadcrumbDiv {
    height: 40px;
}

.breadCrumpsBody, .breadCrumpsStart, .breadCrumpsEnd, .breadCrumpsMid {
    border-top: #eee solid 1px;
    border-bottom: #eee solid 1px;
    text-align: center;
    vertical-align: middle;
    height: 18px;
    float: left;
    padding-top: 1px;
    font-weight: bold;
    cursor: pointer;
}

.breadCrumpsBody {
    background: url(../images/breadcrumb_bg.gif) repeat-x;
}

.breadCrumpsStart {
    width: 6px;
    background: url(../images/breadcrumb_start.gif) no-repeat;
}

.breadCrumpsEnd {
    width: 6px;
    background: url(../images/breadcrumb_end.gif) no-repeat;
    float: left;
}

.breadCrumpsMid {
    width: 14px;
    background: url(../images/breadcrumb_mid.gif) no-repeat;
}

.navDetailIcon {
    float: left;
}

.navDetailTxt {
    font-weight: bold;
}

#collectionDetail {
    clear: both;
}

#CollectionDetailTextLink {
    float: left;
    margin-left: 10px;
}

#collectionDetailRight {
    float: left;
    margin-left: 10px;
}

#collectionDetailRight div {
    clear: both;
}

#collectionDetailRight #CollectionDetailIcon {
    color: #707070;
}

#collectionDetailRight #CollectionDetailTextLink {
    /*
     margin-left:95px;
     
     position:absolute;
     */
    float: left;
}

#collectionDetailRight #title {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 20px;
}

#collectionDetailRight #description {
    font-weight: bold;
    font-size: 1.1em;
}

#collectionDetailRight p {
    word-wrap: break-word;
    padding: 5px;
}

#collectionDescDiv {
    margin-top: 25px;
	width:530px;
}

#collectionDetailLeft {
    float: left;
    width: 150px;
}

#collectionDetailLeft div {
    clear: both;
}

#collectionDetailLeft #collectionImg {
    width: 120px;
    height: 90px;
}

#collectionDetailLeft .navDetailIcon {
    width: 20px;
    height: 20px;
}

#collectionDetailLeft .CollectionDetailIcon {
    margin-left: 5px;
}

#collectionDetailLeft #CollectionDetailTextLink {
    /*
     margin-left:35px;
     
     */
    float: left;
}

#collectionImgLink {
    margin: 5px;
}

.collectionTags {
    float: left;
    margin-left: 5px;
}













