/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Author:     Nuvio (www.nuvio.cz)
    Update:     2008-07-29, 18:30 GMT+1
    Version:    2.2.6 (2008-07-13, 14:28 GMT+1)

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {background:url("/images/design/bg.gif") 0 0 repeat-x; font:0.8em/1.5 "arial", sans-serif;}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

ul.ul-01 {margin:15px 0; list-style:none;}
ul.ul-01 li {padding:2px 0 2px 25px; background:url("/images/design/ul-01.gif") 0 50% no-repeat; font-size:85%;}

ul.ul-list {margin:15px 0; list-style:none;}
ul.ul-list li {padding:1px 0;}
ul.ul-list span.date {padding-right:10px;}

/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {width:960px; margin:0 auto; overflow:hidden;}

     #header {position:relative; height:60px; padding:10px 20px 15px 10px;}

        #logo {margin:0;}
    
        #nav {position:absolute; top:50px; right:20px; margin:0;}
        #nav span {margin:0 8px;}
        #nav #nav-active {font-weight:bold; text-decoration:none;}
    
    #tray {position:relative; width:960px; height:45px; background:url("/images/design/tray.gif") 0 0 no-repeat; font:bold 90%/1 "tahoma",sans-serif;}
    #tray ul {margin:0 20px; list-style:none;}
    #tray li {display:inline;}
    #tray li a {display:block; float:left; padding:17px 20px 17px 18px; background:url("/images/design/tray-separator.gif") 100% 0 no-repeat; text-decoration:none;}
    #tray li a:hover {background:url("/images/design/tray-hover.gif");}
    #tray li#tray-active a {background:url("/images/design/tray-active.gif");}
    #tray li ul {display:none;}
    #tray li:hover ul {display:block; position:absolute; top:46px; left:162px; margin:0; padding:0;}
    #tray li:hover ul li {float:left; z-index:1; background:url("/images/design/tray-hover.gif");}
    #tray li:hover ul li a {background:url("/images/design/tray-hover.gif");}

        #search {position:absolute; top:8px; right:20px;}
        #search div {position:relative; width:185px;}
        
        #search #search-input {position:absolute; top:0; left:0; width:150px; height:30px; background:url("/images/design/search-input.gif") 0 0 no-repeat; overflow:hidden;}
        #search #search-input input {width:136px; margin:8px; border:0; font:100%/1 "arial",sans-serif;}
        #search #search-submit {position:absolute; top:0; right:0; width:30px;}

    #footer {clear:both; padding:20px 20px 40px 20px; font-size:85%;}
    #footer p {margin:0;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#col-top {width:960px; height:5px; margin-top:15px; background:url("/images/design/col-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#col-bottom {width:960px; height:5px; margin-bottom:15px; background:url("/images/design/col-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#col {background:url("/images/design/col.gif") 0 0 repeat-y;}

	#col h3 {margin:0 1px 0 1px; width: 908px; padding:7px 0px 12px 50px; background:url("/images/design/cols3-title.gif") 20px 40% no-repeat; font-size:120%;}
    	.col-text {padding:20px; border-top:1px solid #DFDFDF;}
        .col-text ul {margin-bottom:0;}
        .col-more {padding:10px 10px 1px 0; text-align:right;}

#cols2-top {width:960px; height:5px; margin-top:15px; background:url("/images/design/cols2-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2-bottom {width:960px; height:5px; margin-bottom:15px; background:url("/images/design/cols2-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2 {background:url("/images/design/cols2.gif") 0 0 repeat-y;}

    #cols2 #col-left {float:left; width:595px; padding:20px;}
    #cols2 #col-right {float:right; width:268px; margin-right:1px; padding:20px;}
    
        #cols2 #col-left h4, #cols2 #col-right h4 {margin:0; font-size:100%;}
        #cols2 #col-left .title {background:url("/images/design/dot.gif") 0 50% repeat-x;}
        #cols2 #col-left .title h4 {display:inline; padding-right:10px;}
        #cols2 #col-left .title span {padding-left:10px;}

        #cols2 .box {margin-top:15px;}
        #cols2 #col-right h4 {background:url("/images/design/dot-02.gif") 0 50% repeat-x;}
        #cols2 #col-right h4 span {padding-right:10px;}
        #cols2 .col-right-img {float:left; width:65px;}
        #cols2 .col-right-text {float:right; width:190px;}

#cols2a-top {width:960px; height:5px; margin-top:15px; background:url("/images/design/cols2a-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2a-bottom {width:960px; height:5px; margin-bottom:15px; background:url("/images/design/cols2a-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2a {background:url("/images/design/cols2a.gif") 0 0 repeat-y;}

	#cols2a #left {float:left; width:308px; padding:0 1px; margin-right:16px;}
	#cols2a #right {float: left; margin-right:0;width: 633px; background-color: #FFFFFF}
    #cols2a #left h3 {margin:0; width: 243px; padding:7px 15px 12px 50px; background:url("/images/design/cols3-title.gif") 20px 40% no-repeat; font-size:120%;}
    #cols2a #right h3 {margin:0; padding:7px 15px 12px 50px;background:url("/images/design/cols3-title.gif") 20px 40% no-repeat; font-size:120%;}
        .col2a-text {padding:20px; border-top:1px solid #DFDFDF;}
        .col2a-text ul {margin-bottom:0;}
        .col2a-more {padding:10px 10px 1px 0; text-align:right;}

#cols2b-top {width:960px; height:5px; margin-top:15px; background:url("/images/design/cols2b-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2b-bottom {width:960px; height:5px; margin-bottom:15px; background:url("/images/design/cols2b-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2b {background:url("/images/design/cols2b.gif") 0 0 repeat-y;}

	#cols2b #left {float:left; width:633px; padding:0 1px; margin-right:16px;}
	#cols2b #right {float: left; margin-right:0;width: 308px; background-color: #FFFFFF}
    #cols2b #left h3 {margin:0; padding:7px 15px 12px 50px; background:url("/images/design/cols3-title.gif") 20px 40% no-repeat; font-size:120%;}
    #cols2b #right h3 {margin:0; width: 243px; padding:7px 15px 12px 50px;background:url("/images/design/cols3-title.gif") 20px 40% no-repeat; font-size:120%;}
        .col2b-text {padding:20px; border-top:1px solid #DFDFDF;}
        .col2b-text ul {margin-bottom:0;}
        .col2b-more {padding:10px 10px 1px 0; text-align:right;}

#cols2c-top {width:960px; height:5px; margin-top:15px; background:url("/images/design/cols2c-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2c-bottom {width:960px; height:5px; margin-bottom:15px; background:url("/images/design/cols2c-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2c {background:url("/images/design/cols2c.gif") 0 0 repeat-y;}

	#cols2c #left {float:left; width:471px; padding:0 1px; margin-right:16px;}
	#cols2c #right {float: left; margin-right:0;width: 470px; background-color: #FFFFFF}
    #cols2c #left h3 {margin:0; padding:7px 15px 12px 50px; background:url("/images/design/cols3-title.gif") 20px 40% no-repeat; font-size:120%;}
    #cols2c #right h3 {margin:0;  padding:7px 15px 12px 50px;background:url("/images/design/cols3-title.gif") 20px 40% no-repeat; font-size:120%;}
        .col2c-text {padding:20px; border-top:1px solid #DFDFDF;}
        .col2c-text ul {margin-bottom:0;}
        .col2c-more {padding:10px 10px 1px 0; text-align:right;}

        

#cols3-top {width:960px; height:5px; margin-top:15px; background:url("/images/design/cols3-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols3-bottom {width:960px; height:5px; margin-bottom:15px; background:url("/images/design/cols3-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols3 {background:url("/images/design/cols3.gif") 0 0 repeat-y;}

    .col {float:left; width:308px; padding:0 1px; margin-right:15px;}
    .col.last {margin-right:0;}
    .col h3 {margin:0; padding:7px 15px 12px 50px; background:url("/images/design/cols3-title.gif") 20px 40% no-repeat; font-size:120%;}

        .col-text {padding:20px; border-top:1px solid #DFDFDF;}
        .col-text ul {margin-bottom:0;}
        .col-more {padding:10px 10px 1px 0; text-align:right;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.ico-comment {padding-left:18px; background:url("/images/design/ico-comment.gif") 0 50% no-repeat;}
.ico-rss {padding-left:18px; background:url("/images/design/ico-rss.gif") 0 50% no-repeat;}

.smaller {font-size:85%;}

/* ----------------------------------------------------------------------------------------------------------
6) Search Results : Non-datatables specific
-----------------------------------------------------------------------------------------------------------*/

.displayTitle a {font-weight:bold; text-decoration:none;}
.itemnumlabel {font-size:85%; font-style:italic;}
.itemnum {font-size:85%;}
.bindinglabel {font-size:85%; font-style:italic; color:maroon;}
.binding {font-size:85%; color:maroon;}
.cover {width:75px; float:left; padding-right:5px;}
.series a {font-size:85%; text-decoration:none;}
.seriesimage {width:5%; text-decoration:none;}
.publisher {font-size:85%; font-style:italic;}
.arinfo {font-size:85%; color:blue;}
/*.top {height:22px;}*/
/*#searchResultsSelectForm {width:50%; float:left;}*/
.cartlist {width:150px;}
.filterForm {width:22%; float:right;}
.duplicate {background-color: #F76636;}
.recommended {background-color: #52FF52;}
#searchLegend {width:30%; float:right;}
.legendRecommendedBox {width:20px; height:20px; border:solid 1px; background-color: #52FF52;}
.legendDuplicateBox {width:20px; height:20px; border:solid 1px; background-color: #F76636;}
/*.dtibutton {background-color: #ccc; border: outset 1px #f9f9f9; cursor: pointer; padding: 2px;}*/

/* ----------------------------------------------------------------------------------------------------------
7) List Details : cart forms
-----------------------------------------------------------------------------------------------------------*/

#cartRemoveForm {width:20%; float:left;}
#cartUpdateForm {width:15%; float:left;}
.remove-icon {width:12px; height:12px;}

/* ----------------------------------------------------------------------------------------------------------
8) jQuery Cycle Styles
-----------------------------------------------------------------------------------------------------------*/

.slideshowcontainer { position: relative;
					  height: 257px;
					  width: 217px;
					}
	

.slideshow { height: 257px;
			 width: 217px; 
		   }
.slideshow img { padding: 15px;
				 border: 1px solid #ccc; 
				 background-color: #eee;
				 -moz-border-radius-bottomleft: 10px;
				 -moz-border-radius-bottomright: 10px;
				 -moz-border-radius-topleft: 10px;
				 -moz-border-radius-topright: 10px;
				 border-radius: 10px;
			   }
			   
.controls { z-index: 1000;
			position: absolute; 
			top: 225px; 
			left: 0; 
			display: none;
    		background-color: #000000; 
    		border: 1px solid #ddd; 
    		margin: 0; 
    		padding: 6px; 
    		width: 203px;
    		-moz-border-radius-bottomleft: 10px;
			-moz-border-radius-bottomright: 10px;
			opacity:0.5;
			filter:alpha(opacity=50);
			color: #FFFFFF;
			text-align: center;
		  }
		  
.controls span { margin: 0 5px }
