/* Product List Section */

ul.productList {
	clear: both;
	overflow: hidden;
    position: relative;
}

	ul.productList li {
	   background: url(../images/content-divider-bg.png) no-repeat bottom left;
        display: block;
        height: 80px;
        margin-bottom: 5px;
        overflow: hidden;
        padding-bottom: 15px;
        position: relative;
        width: 786px;
	}
        
        ul.productList li.last {
            background: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        
        ul.productList li div {
            display: block;            
            float: left;
        }

            ul.productList li div.cardImage {
                width: 80px;
            }

                ul.productList li div.cardImage img {
                    background: url(../images/please-wait.gif) no-repeat center center;
                    display: inline-block;
                    height: 80px;
                    width: 80px;
                }
            
            ul.productList li div.cardTitle {
                padding: 0 0 0 10px;
                position: relative;
                width: 300px;
            }
            
                ul.productList li div.cardTitle a {
                    font-weight: bold;
                }
                
                    ul.productList li div.cardTitle a:hover {
                        text-decoration: underline;
                    }
                               
                ul.productList li div.cardTitle em {
                    display: block;
                    font-size: 10px;
                    font-style: normal;
                }
                
                ul.productList li div.cardTitle strong {
                    font-weight: normal;
                }
                
                ul.productList li div.cardTitle strong.condition {
                    display: block;
                }
		
            ul.productList li div.cardNo {
                padding: 0 3px;
                text-align: center;
                width: 92px;
            }
            
            ul.productList li div.cardRarity {
                padding: 0 3px;
                text-align: center;
                width: 92px;
            }
            
            ul.productList li div.cardPrice {
                color: #e30092;
                font-weight: bold;
                height: 80px;
                position: relative;
                text-align: right;
                width: 200px;
            }
            
            	ul.productList li div.cardPrice strong {
					padding-right: 5px;
				}
	
				ul.productList li div.cardPrice span {
					color: #f00;
					padding-left: 10px;
				}
				
					ul.productList li div.cardPrice em {
						color: #f00;
						font-style: normal;					
						padding-left: 5px;
						text-decoration: line-through;
					}
                                                                                                                        
                ul.productList li div.cardPrice div.options {
                    bottom: 0;			 
                    height: 64px;	
    				margin: 0;
    				overflow: hidden;
    				padding: 0;
                    position: absolute;
                    right: 0;                
                    width: 130px;
                }
                                                                                
                    ul.productList li div.cardPrice div.options button {
                        border: none;
                        color: #ffffff;
                        cursor: pointer;
                        display: block;
                        height: 20px;
                        font-weight: normal;
                        line-height: 20px;
                		overflow: hidden;
                        width: 130px;
                    }
                
                        ul.productList li div.cardPrice div.options button.wishList {
                            background: transparent url(../images/buttons/wish-list-middle-bg.png) no-repeat top left;
                            margin-bottom: 2px;
                            margin-top: 2px;                            
                        }                        

                            ul.productList li div.cardPrice div.options button.wishList:hover {
                                background: transparent url(../images/buttons/wish-list-middle-hover-bg.png) no-repeat top left;
                            }
    
                        ul.productList li div.cardPrice div.options button.buyNow {
                            background: transparent url(../images/buttons/buy-now-middle-bg.png) no-repeat top left;
                        }
                        
                            ul.productList li div.cardPrice div.options button.buyNow:hover {
                                background: transparent url(../images/buttons/buy-now-middle-hover-bg.png) no-repeat top left;
                            }

                    ul.productList li div.cardPrice div.options p {
                        background: transparent url(../images/buttons/out-of-stock-middle.png) no-repeat top left;
                        color: #ffffff;
                        height: 20px;
                        line-height: 20px;
                        text-align: center;
                        width: 130px;
                    }                

        			ul.productList li div.cardPrice div.options a.moreInfoBig {
                        background: transparent url(../images/buttons/more-info-middle-bg.png) no-repeat top left;
                        color: #ffffff;
                        display: block;
                        height: 20px;
                        font-weight: normal;
                        line-height: 20px;
                		overflow: hidden;
                        text-align: center;
                        width: 130px;                        
        			}                    
    
        				ul.productList li div.cardPrice div.options a.moreInfoBig:hover {
        				    background: transparent url(../images/buttons/more-info-middle-hover-bg.png) no-repeat top left;
        				}

     /* Headings */
            
    ul.productList.heading {
    	background: url(../images/content-header-bg.png) no-repeat top left;
        height: 33px;
        margin-bottom: 5px;            
    }
    
        ul.productList.heading li div {
            color: #ffffff;
            font-weight: bold;
            line-height: 33px;
        }           

/* Product Block Section */

ul.productBlock {
	clear: both;
	overflow: hidden;
}

	ul.productBlock li {
		display: inline-block;
		float: left;
        height: 322px;
		margin: 0 6px 6px 0;		
		padding: 0;
        position: relative;
		text-align: center;
		width: 192px;
	}
	
		ul.productBlock li.last {
			margin: 0 0 6px;
		}
        
            ul.productBlock li img.condition {
                position: absolute;
                right: 0;
                top: 0;
            }
        
			ul.productBlock li a img {		 
				background: url(../images/please-wait.gif) no-repeat center center;
				height: 192px;
				padding: 0;
				width: 192px;
			}
			 
            ul.productBlock div.cardInfo {
                background: url(../images/info-box.png) no-repeat top left;
                height: 130px;
                overflow: hidden;
            }
                                    
    			ul.productBlock div.cardInfo h5 {	 
    				font-weight: bold;
        			height: 32px;
                    margin: 8px 5px 0;
    				overflow: hidden;			
    				text-align: center;
    			}
                
                    ul.productBlock div.cardInfo h5.notCard {
                        height: 47px;
                    }
    
                ul.productBlock div.cardData {
                    clear: both;
                    overflow: hidden;
                }
    
                    ul.productBlock div.cardData span.rarity {                            
                            float: left;
                            overflow: hidden;
                            padding-left: 7px !important;                            
                            text-align: left;
                            white-space: nowrap;
                            width: 84px;
                        }
                        
                        ul.productBlock div.cardData span.code {
                            float: right;
                            overflow: hidden;
                            padding-right: 7px !important;
                            text-align: right;
                            white-space: nowrap;
                            width: 84px;                            
                        }    
    
    			ul.productBlock div.cardInfo p {
                    height: 19px;
    				overflow: hidden;
    				margin: 2px 0 0;
    			}
    
    				ul.productBlock div.cardInfo p strong {
    					font-weight: normal;
    					padding-right: 5px;
    				}
    	
    				ul.productBlock div.cardInfo p span {
    					color: #f00;
    					padding-left: 10px;
    				}
    				
    					ul.productBlock div.cardInfo p em {
    						color: #f00;
    						font-style: normal;					
    						padding-left: 5px;
    						text-decoration: line-through;
    					}
                    
                    
        			ul.productBlock div.cardInfo div a.moreInfoBig {
                        background: transparent url(../images/buttons/more-info-big-bg.png) no-repeat top left;
                        color: #ffffff;
                        display: block;
                        height: 20px;
                        line-height: 20px;
                		margin: 5px;
                		overflow: hidden;
                        width: 182px;                        
        			}
        			
        				ul.productBlock div.cardInfo div a.moreInfoBig:hover {
        				    background: transparent url(../images/buttons/more-info-big-hover-bg.png) no-repeat top left;
        				}
                    
                    ul.productBlock div.cardInfo div.options {
                    }

                        ul.productBlock div.cardInfo div.options button {
                            border: none;
                            color: #ffffff;
                            cursor: pointer;
                            display: block;
                            height: 20px;
                            line-height: 18px;
                    		margin: 0;
                    		overflow: hidden;
                            width: 75px;
                        }
                    
                            ul.productBlock div.cardInfo div.options button.wishList {
                                background: transparent url(../images/buttons/wish-list-small-bg.png) no-repeat top left;
                                float: left;
                                margin-left: 5px
                            }                        
    
                                ul.productBlock div.cardInfo div.options button.wishList:hover {
                                    background: transparent url(../images/buttons/wish-list-small-hover-bg.png) no-repeat top left;
                                }
        
                            ul.productBlock div.cardInfo div.options button.buyNow {
                                background: transparent url(../images/buttons/buy-now-small-bg.png) no-repeat top left;
                                float: right;
                                margin-right: 5px;
                            }
                            
                                ul.productBlock div.cardInfo div.options button.buyNow:hover {
                                    background: transparent url(../images/buttons/buy-now-small-hover-bg.png) no-repeat top left;
                                }              
                       
                        ul.productBlock div.cardInfo div.options p {                
                            background: transparent url(../images/buttons/out-of-stock.png) no-repeat top left;
                            color: #ffffff;
                            font-weight: bold;
                            float: right;
                            height: 20px;
                            line-height: 20px;
                            margin: 0 5px 0 0;                            
                            text-align: center;
                            width: 100px;                
                        }

/* Product Side Section */

div#productDetail {
    overflow: hidden;
}

    div#productDetail h5 {
        margin-bottom: 5px;
    }

div#productSide {
	float: right;
	width: 400px;
}

    div#productSide h3 {
    	background: url(../images/product-side-header-bg.png) no-repeat top left;
        color: #ffffff;
        font-weight:  bold;
    	height: 33px;
        line-height: 33px;
    	margin: 0 0 5px;
        padding: 0 8px;
    	width: 384px;  
    }

    /* Product Information */

    div#productSide div#information {
        margin-bottom: 5px;
        overflow: hidden;
    }

		div#productSide div#information p {
			color: #ff0000;
			font-weight: bold;
            margin-bottom: 5px;
		}
        
        div#productSide div#information ul {
            overflow: hidden;
        }

            div#productSide div#information ul li {
                clear: both;
            }
            
            div#productSide div#information ul li strong {
                display: block;
                float: left;
                font-weight: bold;
                width: 110px;
            }
            
            div#productSide div#information ul li span {
                display: block;
                float: right;
                width: 280px;
            }
            
	
    /* Product Options */
    
    div#productSide div#productOptions {
    	margin-bottom: 5px;
    	overflow: hidden;        
    }
        
        div#productSide div#productOptions div.productOptions {
            width: 130px;
        }
        
    	div#productSide div#productOptions table {
    		float: left;			
    	}
    	
    		div#productSide div#productOptions table tr td {
    			padding: 2px;			
    		}
    
    	div#productSide div#productOptions input.addToCart {
    		float: right;
    	}
        
        div#productSide div#productOptions button.wishList {
            background: transparent url(../images/buttons/wish-list-middle-bg.png) no-repeat top left;
            border: none;
            color: #ffffff;
            cursor: pointer;
            display: block;
            height: 20px;
            float: right;
            font-weight: normal;
            line-height: 20px;
            margin-bottom: 2px;
            margin-top: 2px;                            
    		overflow: hidden;
            width: 130px;
        }
                
            div#productSide div#productOptions button.wishList:hover {
                background: transparent url(../images/buttons/wish-list-middle-hover-bg.png) no-repeat top left;
            }
                    
		div#productSide div#productOptions p {
            float: left;
			font-weight: bold;
		}
        
            div#productSide div#productOptions p.outOfStock {
                background: transparent url(../images/buttons/out-of-stock-middle.png) no-repeat top left;
                color: #ffffff;
                float: right;
                height: 20px;
                line-height: 20px;
                text-align: center;
                width: 130px;
                
            }
        
            div#productSide div#productOptions p span {
                color: #e30092;
                padding-right: 5px;
            }
			
			div#productSide div#productOptions p em {
				color: #ff8901;
				font-style: normal;
				padding-left: 5px;
				text-decoration: line-through;
			}

        div#productSide div#productOptions table {
            margin-top: 5px;
        }
        
            div#productSide div#productOptions table td label {
                font-weight: bold;
            }
        
/* Product Main Section */

div#productMain {
	float: left;
	width: 380px;
}

	div#productMain div.mainImage {
        margin-bottom: 5px;
		position: relative;
	}

         div#productMain div.mainImage img.rarity {
            height: 98px;
            left: 0;
            position: absolute;
            top: 0;
            width: 89px;
        }

		div#productMain img#mainImage {	
			background: url(../images/please-wait.gif) no-repeat center center;
			height: 380px;
			margin: 0 auto;
			width: 380px;		
		}

    /* More Images */
    
    div#productMain div#moreImages {
        margin-bottom: 5px;
        overflow: hidden;
    }

    	div#productMain div#moreImages ul {
    		overflow: hidden;
    	}
    	
    		div#productMain div#moreImages ul li {
                display: block;
    			float: left;
    			height: 60px;
    			margin: 0 4px 5px 0;
    			width: 60px;
    		}
    
                div#productMain div#moreImages ul li.last {
                    margin-right: 0;
                }
    
    			div#productMain div#moreImages ul li img {
                    background: url(../images/please-wait.gif) no-repeat center center;
    				cursor: pointer;
    				display: block;				
    				height: 60px;
    				width: 60px;
    			}
                
    /* Associated Products */
    
    div#productMain div#associatedProducts {
        margin-bottom: 5px;
    	overflow: hidden;
    }
    
        div#productMain div#associatedProducts h3 {
        	background: url(../images/product-main-header-bg.png) no-repeat top left;
            color: #ffffff;
            font-weight:  bold;
        	height: 33px;
            line-height: 33px;
        	margin: 0 0 5px;
            padding: 0 8px;
        	width: 380px;  
        }
    
    	div#productMain div#associatedProducts ul {
    		overflow: hidden;
    	}
    	
    		div#productMain div#associatedProducts ul li {
                display: block;
    			float: left;
    			height: 60px;
    			margin: 0 4px 5px 0;
    			width: 60px;
    		}
            
                div#productMain div#associatedProducts ul li.last {
                    margin-right: 0;
                }
    	
    			div#productMain div#associatedProducts ul li img {
    				background: url(../images/please-wait.gif) no-repeat center center;
    				cursor: pointer;
    				display: block;
    				height: 60px;
    				width: 60px;
    			}  
                
    /* Product Options */
    
    div.productOptions {
        float: right;
        margin: 5px 0 0;
    }
    
        div.productOptions input {
            margin-left: 5px;
        }
    
                                
