/* CSS Stylesheet for twist in the tale online shopping*/

body
{
	font-weight: normal;
	font-size: 16px;
	top: 0px;
	left: 0px;
	margin: 0px;
	border-width: 0px;
	padding: 0px;
	word-spacing: normal;
	text-transform: none;
	color: #000040;
	font-family: 'Calibri' , 'Arial Narrow';
	letter-spacing: normal;
}

h1
{
	font-weight: bold;
	font-size: 20px;
	word-spacing: normal;
	text-transform: none;
	color: #000040;
	font-family: 'Calibri' , 'Arial Narrow';
	letter-spacing: normal;
	background-color: transparent;
}
 
p
{
	font-weight: normal;
	font-size: 16px;
	word-spacing: normal;
	text-transform: none;
	color: #000040;
	font-family: 'Calibri' , 'Arial Narrow';
	letter-spacing: normal;
	background-color: transparent;
}


a:link
{
	font-weight: bold;
	font-size: 16px;
	color: #000040;
	background-color: transparent;
	text-decoration: none;
}

a:visited
{
	font-weight: bold;
	font-size: 16px;
	color: #000040;
	background-color: transparent;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	font-size: 16px;
	color: #e2380a;
	background-color: transparent;
	text-decoration: none;
}

/*a.tablelink 
{
    color: #000080;
    text-decoration: none;
}

a.tablelink:hover 
{
    color: #800080;
    text-decoration: none;
}*/

img
{
	border-width: 0px;
}

/*=====================================================*/
/*       Master page formatting in ShopMaster          */
/*=====================================================*/

#topbanner
{
    width: 1030px;
    position: relative;
    height: 129px;
    background-image: url(images/bannerback.gif);
    background-repeat: no-repeat;
    clear: both;
    display: block;
}
    #jsframe
    {
        position: absolute;
        left: 10px;
        top: 10px;
    }

    #toptitle
    {
	    position: absolute;
	    left: 190px;
	    top: 20px;
    }

    #cartpanel
    {
	    position: absolute;
	    left: 760px;
	    top: 36px;
	    width: 300px;
	    height: 90px;
	    text-align: center;
    }
    
    #cartprogress
    {
        position: fixed;
        left: 400px;
        top: 400px;
    }

    #basketgraphic
    {
	    position: absolute;
	    left: 725px;
	    top: 40px;
    }
    
    #searchbox
    {
        position: absolute;
        left: 470px;
        top: 80px;
        width: 200px;
        height: 25px;
        z-index: 10;
        background-image: url(images/searchbox.gif);
        background-repeat: no-repeat;    
    }
    
    #searchtextbox
    {
        position: relative;
        left: 32px;
        top: 3px;
        width: 148px;
        height: 19px;
    }
    
    .blanktextbox
    {
        border-style: none;
        border-color: White;
    }
    
    
    .watermarked
    {
        color: #808090;
        border-style: none;
        border-color: White;
    }
    
    #gosearch
    {
        position: absolute;
        left: 180px;
        top: 4px;
    }
    
    .completionboxstyle
    {
        left: 0px;
        text-indent: 3px;
        border: none;
        background-color: Gray;
        color: Red;
    }
    
    #topgraphic
    {
	    position: absolute;
	    left: 440px;
	    top: 25px;
    }
    
    #country
    {
	    position: absolute;
	    left: 630px;
	    top: 53px;
	    line-height: 10px;
    }
    
    #countrychoice
    {
        display: block;
        position: absolute;
        height: 33px;
        width: 170px;
        overflow: hidden;
        left: 520px;
        top: 24px;
        z-index: 20;
        visibility: hidden;
    }
    
    
    #countrychoice p
    {
        margin-top: 0px;
    }
    
    #countrybox
    {
        position: absolute;
        height: 33px;
        width: 170px;
        top: 0px;
        padding: 7px;
    }
    
    #countrydropdown
    {
        position: absolute;
        top: 0px;
        width: 170px;
        padding: 7px;
        background-image: url(images/countrychoice.gif);
        background-repeat: no-repeat;
        z-index: 20;
    }
    
    #badge
    {
        position: absolute;
        top: 32px;
        left: 60px;
    }
    
    .toaster
    {
        display: none;
        position: fixed;
        left: 775px;
        top: 125px;
        background-image: url(images/toaster.gif);
        background-repeat: no-repeat;
        z-index: 20;
        width: 156px;
        height: 56px;
    }
    
    .toastermessage
    {
        position: relative;
        width: 135px;
        height: 42px;
        top: 5px;
        left: 5px;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
    }
    
   #stockexceed
   {
       position: fixed;       
       z-index: 99;
       left: 0px;
       top: 0px;
   }
                      
   #stockmessage
   {
        
   }

   #stockdiv
   {
       position: absolute;
       background-image: url(images/overstock.png);
       background-repeat: no-repeat;
       width: 1200px;
       height: 1600px;
   }
   
   #stocktext
   {
       position:absolute;
       left: 510px;
       top: 270px;
       width: 190px;
   }
   
   #stockclosebtn
   {
       position:absolute;
       left: 533px;
       top: 380px;
   }
   
   #stockclosetext
   {
       position:absolute;
       left: 559px;
       top: 378px;
   }

#middlesection
{
    width: 1030px;
    height: 100%;
    position: relative;
    background-image: url(images/middleback.gif);
    background-repeat: repeat-y;
    display: block;
    overflow: hidden;
}

#leftcolumn
{
    float: left;
    width: 204px;
}

#navigationcontainer
{
    width: 180px;
    height: 480px;
    top: 0px;
    left: 10px;
    display: block;
    position: relative;
}

#navigation
{
    width: 144px;
    height: 480px;
    top: 0px;
    left: 18px;
    background-image: url(images/navigationbackground.gif);
    background-position: top; 
    background-repeat: no-repeat;
    display: block;
    position: relative; 
    visibility: hidden;
}

#menu1
{
    display: block;
    position: relative;
    overflow: hidden;
    height: 360px;
    background-image: url(images/menu1.jpg);
    background-position: top;
    background-repeat: no-repeat;
    z-index: 1;
}

#menu2
{
    display: block;
    position: relative;
    overflow: hidden;
    height: 360px;
    background-image: url(images/menu2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    z-index: 2;
}

#menu3
{
    display: block;
    position: relative;
    overflow: hidden;
    height: 360px;
    background-image: url(images/menu2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    z-index: 3;
}

#menu4
{
    display: block;
    position: relative;
    overflow: hidden;
    height: 360px;
    background-image: url(images/menu2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    z-index: 4;
}

#falsebottom
{
    display: block;
    position: relative;
    height: 11px;
    background-image: url(images/falsebottom.jpg);
    background-position: top;
    background-repeat: no-repeat;
    z-index: 5;
}

#swapmenu1
{
    display: block;
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    height: 360px;
    background-image: url(images/menu1selected.jpg);
    background-position: top;
    background-repeat: no-repeat;
    z-index: 0; 
}

#swapmenu2
{
    display: block;
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    height: 360px;
    background-image: url(images/menu2selected.jpg);
    background-position: top;
    background-repeat: no-repeat;
    z-index: 0; 
}

.navbar
{
    display: block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    color: White;
    text-indent: 0px;
}

.navbox
{
    display: block;
    height: 320px;
    text-indent: 17px;
    text-align: left;
}

.navbox p
{
    margin-top: 0px;
}

#lefttext
{
    left: 10px;
    width: 180px;
    text-align: center;
    clear: left;
    display: block;
    position: relative;
    z-index: 6;
}

#contentframe
{

}


#footer
{
    width: 1030px;
    position: relative;
    height: 30px;
    background-image: url(images/footerback.gif);
    background-repeat: no-repeat;
    clear: both;
    display: block;
}



/*=====================================================*/
/*          Content formatting for pages              */
/*=====================================================*/

#content
{
    position: relative;
    margin-top: 5px;
    margin-right: 30px;
    overflow: hidden;
    width: 790px;
    top: 0px;
    left: 1px;
}

.newline
{
    clear: left;
}

.centre
{
    text-align: center;
}

#multipleitems
{

}

#contentprogress
{
    position:absolute;
    left: 400px;
    top: 400px;
}

/*#breadcrumb
{
    left: 10px;
    height: 30px;
}*/

#singleitemleft
{
    position: relative;
    float: left;
}

#SingleImage1
{
    float: none;
}

#singleitemright
{
    padding-left: 20px;
    overflow: hidden;
    margin-right: 30px;
}

/*#multiitem
{
    background-image: url(images/multiback.gif);
	background-repeat: no-repeat;
	width: 350px;
	height: 180px
} */

.itemleft
{
	float: left;
	clear: left;
	height: 172px;
	width: 160px;
	padding: 10px;
}

.itemleft img
{
	clear: both;
	float: none;
}

.itemleft p
{
	font-size: xx-small;
	text-align: center;
}

.itemright
{
	float: left;
	width: 190px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.itemfooter
{
	clear: both;
	height: 13px;
	background-image: url(images/bottomback.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.christmasitemfooter
{
	clear: both;
	height: 13px;
	background-image: url(images/bottombackred.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.giftlistitemfooter
{
	clear: both;
	height: 13px;
	background-image: url(images/bottombackred.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.itemheader
{
	clear: both;
	height: 13px;
	background-image: url(images/topback.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.itemwrapper
{
	background-image: url(images/contentback.gif);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	margin-top: 10px;
}

.christmasitemwrapper
{
	background-image: url(images/contentbackred.gif);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	margin-top: 10px;
}

.giftlistitemwrapper
{
	background-image: url(images/contentbackred.gif);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	margin-top: 10px;
}

.LinkClass
{
	color: #000080;
	text-decoration: none;
	font-weight: bold
}

.tableheaderleft
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 16;
	padding-bottom: 4px;
	/*color: white;*/
	padding-top: 4px;
}

.tableheaderright
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 16;
	padding-bottom: 4px;
	/*color: white;*/
	padding-top: 4px;
	text-align: right;
}

.tableheadercentre 
{
	padding: 4px;
    font-weight: bold;
    text-align: center;
    /*color: white;*/
    FONT-SIZE: 16;
}

.tableleft {
    padding: 4px;
    vertical-align: middle;
    text-align: left;
    FONT-SIZE: 16;
}

.tableright {
    padding: 4px;
    vertical-align: middle;
    text-align: right;
    FONT-SIZE: 16;
}

.tablecentre {
    padding: 4px;
    vertical-align: middle;
    text-align: center;
    FONT-SIZE: 16;
}

.tableheaderleft td {
	padding-left: 0px;
	margin-left: 0px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tableheadercentre td {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tableheaderright td {
	padding-right: 0px;
	margin-right: 0px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.listimage
{
	float: left;
	width: 130px;
	padding-bottom: 5px;
	text-align: center;
}

.listname
{	
	float: left;
	width: 130px;
	padding-bottom: 20px;
	text-align: center;
}

.listprice
{
	float: left;
	width: 50px;
}

.listfooter
{
	height: 13px;
	background-image: url(images/bottomback.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 390px;
}

.christmaslistfooter
{
	height: 13px;
	background-image: url(images/bottombackred.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 390px;
}

.giftlistfooter
{
	height: 13px;
	background-image: url(images/bottombackred.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 390px;
}

#popular
{
	padding-left: 20px;
}

#christmas
{
	padding-left: 20px;
}

#giftlist
{
	padding-left: 20px;
}

.listheader
{
	height: 30px;
	width:390px;
}

.christmasheader
{
	height: 30px;
	width:390px;
}

.giftlistheader
{
	height: 30px;
	width:390px;
}

.listwrapper
{
	background-image: url(images/contentback.gif);
	background-repeat: repeat-y;
	width: 390px;
}

#christmaswrapper
{
	background-image: url(images/contentbackred.gif);
	background-repeat: repeat-y;
	width: 390px;
	float: right;
}

#giftlistwrapper
{
	background-image: url(images/contentbackred.gif);
	background-repeat: repeat-y;
	width: 390px;
	float: right;
}

#rightfloat
{
    float: right;
    padding-top:0px;
    padding-left: 30px;
    padding-bottom: 20px;
    width:240px;
    margin:0px;
}

#leftfloat
{
    padding-top:0px;
    margin-top:0px;
    /*overflow: hidden;*/
}

#leftfloat tr p
{
    margin-top: 0px;
    margin-bottom: 0px;
}

#termdates
{
    border-style:solid;
    border-color:#000040;
    border-width:2px;
}

#news
{
    border-style:solid;
    border-color:#000040;
    border-width:2px;
    padding-left:10px;
    padding-right:10px;
} 
