div#collection {
    background-color    :   #000000;
    /* display             :   none; */
    height				:	395px;
    padding				:	10px 29px 0 24px;
    color				:	#a8a8a8;
    font-size			:	11px;			
    padding-top         :   5px;
}

div#collectionloading {
    background-color    :   #000000;
    width               :   935px;
    height              :   320px;
    position            :   absolute;
    left                :   0;
    top                 :   30px;
    z-index             :   10;
    filter              :   alpha(opacity=80);
    -moz-opacity        :   0.8;
}

div#collectionloading img {
    margin-left         :   450px;
    margin-top          :   144px;
}

div#collectionDetailsAlpha {
    position			:	absolute;
    width				:	878px;
    height				:	307px;	
    background          :   url("/images/collectiondetail_bg.png");
    behavior            :   url("/style/iepngfix.htc");
    z-index				:	5;
}

div#collectionDetails {
    position			:	absolute;
    width				:	878px;
    height				:	305px;			
    z-index				:	10;
}

div#collectionDetailsSub{
    width				:	858px;
    height				:	305px;
    margin-left			:	20px;
    border				:	1px solid #a8a8a8;
	overflow			:	auto;
    overflow-x			:	hidden;
    z-index				:	100;
    scrollbar-face-color        :   #f31584;
    scrollbar-arrow-color       :   #000000;
    scrollbar-track-color       :   #000000;
    scrollbar-shadow-color      :   #f31584;
    scrollbar-highlight-color   :   #f31584;
    scrollbar-3dlight-color     :   #000000;
    scrollbar-darkshadow-Color  :   #000000;
}

div#collectionDetailsImage {
    float				:	left;
    display				:	inline;
    width				:	277px;	/* 305 - 0 - 28 */
    padding				:	40px 0 0 28px;
    text-align          :   center;
}

div#collectionDetailsImage img {
    border				:	1px solid #a8a8a8;
}

div#collectionDetailsTextCon {
    float				:	left;
    display				:	inline;
    width				:	500px;
}

div#collectionDetailsText {
    padding				:	25px 10px 30px 0;
    color				:	#bfbfbf;
}

div#collectionDetailsText h2 {
    font-size			:	14px;
}

div#collectionDetailsText h3 {
    font-size			:	14px;
    font-weight			:	normal;
}

div#collectionDetailsNav {
    position			:	absolute;
    right				:	20px;
    text-align			:	right;
}

div#printicon {
    float				:	none;
    display				:	block;
    margin-top			:	25px;
    padding-right		:	10px;
}

div#collectionOverview {
    width				:	870px;
}

table#collectionTable {
    width				:	100%;
    border-collapse		:	collapse;
}

table#collectionTable td {
    padding				: 	4px;
    height              :   62px;
    text-align			:	center;
}

table#collectionTable td a img{
    border-top			:	1px solid #000;
    border-right		: 	1px solid #a8a8a8;
    border-bottom		:	1px solid #a8a8a8;
    border-left			: 	1px solid #000;
}

table#collectionTable td a:hover img{
    border				:	1px solid #fff;
}

div#collectionPageNav {
    width				:	863px; /* 870 - 7 - 0 */
    height				:	35px;
    text-align			:	right;
    padding-right		:	7px;
    color				:	#f31584;
    font-weight			:	bold;
    position            :   absolute;
    top                 :   325px;
}

div#collectionPageNav a {
    color				:	#f31584;
    font-weight         :   normal;
    font-size           :   10px;
    text-decoration		:	none;
}

div#collectionPageNav span {
    margin				:	0 10px 0 10px;
}

div#collectionDashboard {
    width				:	838px; /* 880 - 21 - 21 */
    height				:	auto; /* 50 - 5 - 0 */
    margin-left			:	5px;
    padding				:	5px 19px 5px 19px;
    background-color	:	#252525;
    position            :   absolute;
    top                 :   360px;
}

div#collectionDashboard * {
    font-size			:	10px;
    font-family         :   verdana, arial, helvetica, sans-serif;
}

div#collectionDashboard div.subCon {
    padding-bottom		:	5px;
}

div#collectionDashboard div.subCon a {
    color               :   #a8a8a8;
    text-decoration     :   none;
}

div#collectionDashboard div#dropdownCon {
    float				:	left;
    display				:	inline;
    width				:	725px;
}

div#collectionDashboard div#submitCon {
    float				:	right;
    display				:	inline;
    width				:	100px;
}

div#collectionDashboard select {
    height				:	18px;
    color				:	#a8a8a8;
    background-color	:	#000;
    border				:	1px solid #5b5b5b;
    margin-right		:	10px;
}

button#filtercollection {
    float				:	right;
    clear				:	both;
    width				:	100px;
    color				:	#fff;
    padding				:	2px;
    background-color	:	#f31584;
    border				:	none;
}

