﻿
.Content {
	background: #000 url(../Images/MainShopMain.jpg) 50% 50% no-repeat;
}	

	.HeaderImage {
		background: url(../Images/HeaderShop.jpg) no-repeat;	
	}

.Content {
    /*background: #fff;*/   
    position: relative;
    
}

.ContentInside {
    background: #fff;
}

	#GenericEntryMessage {
		margin-top: 65px;
	}

.ContentMenubar {
    display: block;
}

.ShopMenubar {
    position: absolute;
    right: 0px;
    width: 230px;
    display: block;
    height: 200px;
}

.Content .ShopMenubar li {
	float: left;
	width: 60px;
	height: 50px;
	line-height: 50px;
	padding: 0px 0px;
	text-align: center;
}

    .Content .ShopMenubar a {
        color: #fff;
		height: 50px;
		line-height: 50px;        
    }
    
    .ContentInside .ContentMenubar a {
	    color: #000;
    }
    
    .Content .ContentMenubar a:hover,
	.ContentMenubar .Current a,
	.ContentMenubar .Current a:hover {    
	    color: #cc0000;
	}
			
.Text {
    width: 783px;
    height: 250px;
    padding-top: 0px;    
    /*background-color: #fff;*/
    color: #000;
}


	.Text div {
		display: block;
	}

div.Left, div.Right {
    display: block;
    width: 390px;
    height: 260px;
}

div.Left {
    float: left;
    width: 466px;
    overflow: hidden;
}

div.Right {
    padding-left: 15px;
    border-left: none;
    height: 218px;
}

    .ContentInside div.Right { border-left: 1px solid #aaa; }

    .ContentInside div.Blank {
    border-left: 1px solid #fff;
    /*border-right: 1px solid #fff;   */
    }

    .Image span {
        color: #cc0000;
        font-size: 1.5em;
        line-height: 2.0em;
    }
    
    .Image,
    .Details1 {
        float: left;
    }
    
    div.Image {
        position: relative;
        overflow: hidden;
        margin: 0px 0px 0px 20px;
        width: 240px;
        text-align: center;
        height: 100%;
    }
    
        .Image img {
            width: 230px;
            height: 173px;
            cursor: default;        
        }
        
        .Image img.Clickable { cursor: pointer; }

        .Image p {
            margin: 0px;
            padding: 0px;
            width: 240px;
        }
        
            p.LeftAligned {
                text-align: left;
                margin-top: 10px;
                font-size: 0.9em;
            }
            
                p.LeftAligned a {
                    color: #999;
                }
                
                p.LeftAligned a:hover {
                    color: #cc0000;
                    /*text-decoration: underline;*/
                }
        
            p.Centred {  }
            
                p.Centred a {
                    line-height: 2.0em;
                    padding: 3px 10px;
                    background: #000;
                    color: #fff;
                }
            
                p.Centred a:hover {
                    background: #cc0000;
                }
                
                #ItemSold {
                    display: block;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 240px;
                    height: 173px;
                    color: #ff0000;
                    font: normal normal bold 60px/173px Trebuchet MS, Arial, Verdana, Tahoma, Sans-Serif;
                    text-align: center;
                    cursor: pointer;
                }
                
    .Details1 {
        width: 200px;        
        margin: 0px;
        padding: 0px;
    }
    
    
        .Details1 li {
            clear: both;
            line-height: 1.5em;
            margin-left: 0px;
            border-bottom: 1px solid #fff;
            list-style: none;
        }
        
        
        .Details1 label,
        .Details1 span {
            float: none;
            clear: both;
            display: block;
            width: auto;
            /*width: 100%;*/
        }
        
        .Details1 label {
            padding-left: 10px;
        }
        
        .Details1 span {
            /*text-indent: 30px;*/
            /*width: 230px;*/
            padding-left: 30px;
            font-weight: normal;
        }
        
        .Details1 b, .Details1 i {
            font-style: normal;
            font-weight: normal;
            float: left;
            width: 45%;
        }
        
        .Details1 b { width: 30%; }
        
div.Right {
    float: right;
    overflow: hidden;
    margin-right: 20px;
    width: 280px;
}

    div.Right div {
        height: auto;
        width: auto;
    }

    .Thumbnails {
        
    }
    
    div.Right div.ThumbnailsSection {
        position: relative;
        width: 100%;
        height: 200px;
    }
    
        .ThumbnailsSection a {
            position: relative;
            float: left;
            border: 1px solid #fff;
            width: 60px;
            height: 40px;
            margin: 4px 4px;
        }
        
        .ThumbnailsSection a:hover {
            border: 1px solid #cc0000;
        }
        
        .ThumbnailsSection img {
            position: absolute;
        }
        
        .ThumbnailsSection span {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 60px;
            height: 40px;
            line-height: 40px;
            color: #ee0000;
            text-align: center;
        }
        
        .ThumbnailsSection span.Invisible {
            visibility: hidden;
        }
        
    .ThumbnailNavigation {
        clear: both;
        height: 22px;
        text-align: left;
        text-indent: 10px;
        line-height: 22px;
    }
    
        div.ThumbnailNavigation a {
            padding: 0px 5px 0px 0px;
            color: #468cca;
        }
    
        .ThumbnailNavigation a:hover {
            /*text-decoration: underline;*/
            color: #cc0000;
        }
        
        .ThumbnailNavigation a.Current {
            font-size: 1.3em;
            color: #000;
            cursor: default;
        }
        
        .ThumbnailNavigation a.Disabled {
            color: #666;
            cursor: default;
        }
        
        .ThumbnailNavigation a.Current,
        .ThumbnailNavigation a.Disabled {
            text-decoration: none;
        }
    
    
.HighRes {
    position: absolute;
    left: 50%;
    top: 0;
    border: 1px solid #000;
    margin: 25px -300px;
    width: 600px;
    height: 420px;
    background-color: #333;    
}

    .HighRes .HiResImage {
        height: 400px;
        position: relative;
    }
    
    .HighRes .HighResSold {
        position: absolute;
        display: block;
        top: 0px;
        left: 0px;
        width: 600px;
        height: 400px;     
        color: #ff0000;
        font: normal normal bold 120px/400px Trebuchet MS, Arial, Verdana, Tahoma, Sans-Serif;   
        text-align: center;
    }
    
    .HighRes .Close {
        text-align: center;
        line-height: 20px;
        height: 20px;
    }
    
    .HighRes a {
        text-transform: uppercase;
        color: #fff;
    }
    
    .HighRes a:hover { /*text-decoration: underline;*/ color: #cc0000; }
    
.UserDetails, .SubmittedDetails, .PayPalCreditCardInfo {
    position: absolute;
    left: 50%;
    top: 0;
    border: 1px solid #000;
    margin: 25px -200px 25px -25px;
    width: 400px;
    height: 420px;
    background-color: #fff;    
}

    .SubmittedDetails h2,
    .UserDetails h2,
	.PayPalCreditCardInfo h2 {
        height: 20px;
        background-color: #000;
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        text-indent: 10px;
    }
    
        .SubmittedDetails h2 span,
        .UserDetails h2 span,
		.PayPalCreditCardInfo h2 span {
            display: block;
            float: left;
        }
        
        .SubmittedDetails h2 a,
        .UserDetails h2 a,
		.PayPalCreditCardInfo h2 a {
            display: block;
            float: right;
            margin-right: 5px;
            color: #fff;
        }
        
        .SubmittedDetails h2 a:hover,
        .UserDetails h2 a:hover,
		.PayPalCreditCardInfo h2 a:hover {
            /*text-decoration: underline;*/
            color: #cc0000;
        }
		
		.PayPalCreditCardInfo h2 { text-indent: 2px; }
		.PayPalCreditCardInfo h2 a { margin-right: 2px; }

.PayPalCreditCardInfo {
    display: none;
	margin: 220px -200px 25px -15px;
    width: 380px;
    height: auto;
}
	.PayPalCreditCardInfo p {
		font-size: 1.1em;
		background: #000;
		color: #fff;
		font-family: Tahoma, Arial, Verdana, Sans-Serif;		
	}
	
	.PayPalCreditCardInfo p.Info { padding: 3px; }

    .Data {
        overflow: auto;
        clear: both;
        height: 400px;
		scrollbar-base-color:#000;
		scrollbar-arrow-color:#fff;
    }
    
        .Data ul {
            clear: both;
            width: 350px;
            padding: 10px 0px;
            font: normal normal bold 1.1em/2.0em Trebuchet MS, Arial, Verdana, Tahoma, Sans-Serif;
        }
        
        #AdvancedFields, #CreditCardFields { display: none; }

            .Data li {
                overflow: hidden;
                width: 350px;
                clear: both;
                padding-left: 22px;
            }

            .Data li.Submit {
                display: block;
                text-align: center;
            }
            
            .Data li.SubmitInfo, .Data li.SubmitInfo2 {
                display: block;
                color: #666;
                line-height: 1.5em;
            }
			
			.Data li.SubmitInfo { text-align: center; } 
			.Data li.SubmitInfo2 a { color: #666; }
            
            .Data li.TotalPrice {
                color: #cc0000;
            }            

            .Data strong {
                float: left;
                display: block;
                width: 22px; 
                background: url(../Images/Required.gif) no-repeat;
            }

            .Data strong.NR { background: none; }

            .Data label,
            .Data span,
            .Data strong {
                float: left;
                height: 22px;
                line-height: 22px;
            }
            
            .Data label {
                width: 100px;
            }            
            
            .Data span {  }
            
            .Data select#Country {
                width: 225px;
            }
            
            .Data .Error { border:1px solid #cc0000; }
            
            #ErrorFields {
                margin: 0px;
                border: 1px solid #cc0000;
                padding: 5px;
                background: #cc0000; 
                color: #fff;
                font-size: 1.1em;
            }

            .Data a {
                color: #468cca;
            }

            .Data a:hover {
                text-decoration: underline;
            }        
            
.SubmittedDetails {
    margin: 160px -150px 25px -150px;
    width: 300px;
    height: auto;
    min-height: 75px;
}

    .SubmittedDetails p {
        margin: 10px;
        font-size: 1.1em;
        font-weight: bold;
        text-align: center;
    }
        
        .SubmittedDetails p a {
            padding: 3px 20px;
            background-color: #000;
            color: #fff;
        }
        
        .SubmittedDetails p a:hover {
            background-color: #cc0000;
        }

.Text div.GeneralText {
    margin-top: 30px;
    top: 65px; 
    left: 0px;
    color: #fff;
}

    .Text div.GeneralText p a {
        color: #fff;
        font-size: 1.2em;
    }
    
    .Text div.GeneralText p a:hover {
        color: #cc0000;
    }

.Text div.NoBagSelectedMessage {
    position: absolute;
    background: none;
    width: 270px;
}

.Text div.NoBagSelectedMessage div.Column {
    width: 270px;
    text-align: center;
    font-size: 2.0em; 
    line-height: 1.4em;
    color: #4cbcea;
}

.PayPalCreditCardInfo {
}