﻿body
{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #303030;
    background-color: transparent;
    font-family: georgia;
    min-width: 1250px;
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-image: url(Images/Banner_leftside.jpg);
    background-position: left top;
}

#rightBannerContainer
{
    margin: 0px;
    padding: 0px;
    min-height: 12000px;
    background-color: transparent;
    width: 100%;
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-image: url(Images/Banner_rightside.jpg);
    background-position: right top;
}

#pagecontainer
{
    background-color: transparent;
    margin: 0px auto 0px auto;
    padding: 0px;
    position: relative;
    width: 1024px; /*height: 180px;*/
}

#bannerMainTitle
{
    background-image: url(Images/Banner_main_title2.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
    padding: 0px;
    position: absolute;
    margin: 0px;
    top: 0px;
    left: 160px;
    width: 600px;
    height: 180px;
}

#bannerLinkToWorldHeadpress
{
    background-image: url(Images/click-here-for-WHP-media-site.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
    padding: 0px;
    position: absolute;
    margin: 0px;
    top: -10px;
    left: 172px;
    width: 566px;
    height: 52px;
}

#bannerLogo
{
    background-image: url(Images/LOGO_web_FEB_06_2009.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
    padding: 0px;
    position: absolute;
    margin: 0px;
    top: 0px;
    left: 0px;
    width: 149px;
    height: 185px;
}

#innercontainer
{
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 190px;
    width: 1024px; /*height: 768px;*/
    background-color: transparent;
}

/* hide from Mac IE5 \*/
* html #innercontainer
{
    height: 1%;
}
/* End hide from Mac IE5 */



#content
{
    padding: 0px;
    margin: 0px 165px 0px 165px;
    text-align: left;
    position: absolute;
    left: 0px;
    top: 52px;
    width: 694px;
}

#sideContent
{
    width: 150px;
    position: absolute;
    right: -165px;
    top: 70px;
}


/*
#rightcol
{
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    right: 40px;
    width: 190px;
    text-align: center;
    font-weight: bold;
}
*/
/* isolate the hack from the real rightcol rule above.
the following property values are surrounded by by the IE5/Mac band pass filter. it makes the 
rule invisible to all user agents BUT IE5/Mac ensuring that all the browsers that get math 
right wont be affected by this browser specific hack */

/*\*//*/
#rightcol
{
	margin-right: =15px;
	right: 15px;
}
/**/


.centercolsection
{
    margin: 8px 0px;
}


/*********************************************************************/

.sectiontitle
{
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0px 5px 0px;
}

.productTitle
{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 0px 5px 0px;
}


.sectionsubtitle
{
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0px 5px 0px;
}

#masterupdateprogress
{
    font-size: 18px;
    font-weight: bold;
}

/*********************************************************************/


.usersonlinecontrol
{
    position: absolute;
    left: 650px;
    top: 30px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-weight: bold;
    width: 150px;
}

.loginControl
{
    position: absolute;
    left: 850px;
    top: 30px;
    text-align: center;
    font-weight: bold;
    width: 150px;
}

#loginTextBoxes
{
    padding-right: 0px;
    padding-bottom: 2px;
}

.shoppingBasketControl
{
    text-align: center;
    font-weight: bold;
    width: 150px;
    position: absolute;
    left: 850px;
    top: 150px;
    z-index: 10;
}

#ImageShoppingTrolley
{
    width: 65px;
    height: 59px;
}


.shoppingcartboxcontent
{
    padding: 6px;
}

.shoppingCartShippingDetailsDivider
{
    width: 100%;
    border-bottom-color: Black;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 10px 0px 10px 0px;
    margin-left: auto;
    margin-right: auto;
}


.polldollscontrol
{
    margin: 20px auto 20px auto;
    position: relative;
    width: 225px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}

.button
{
    width: auto;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
    display: inline; /*padding: 1px; not really worth having padding*/ /*margin: 4px; adding a margin causes buttons to be mis-aligned with text etc*/
    background-color: Transparent;
	font-weight: bold;
}

ul
{
    list-style-type: disc;
}




/*************************************/

.articlebox
{
    border-style: dashed;
    border-width: 1px;
    padding: 6px 6px 6px 6px;
    font-size: 11px;
}

.articlebox a
{
}

.articlebox a:hover
{
    text-decoration: underline;
}

.articleabstract
{
    padding-top: 6px;
}

.comment
{
    padding: 4px 0px 4px 0px;
    font-size: 11px;
}




.availabilitydisplaycontrol
{
    display: inline; /*font-size: 8px;*/
}










/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
    color: #ff0000;
    font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}





a
{
    color: black;
    font-family: 'Courier New';
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

a:hover
{
    text-decoration: underline;
}

.postinfo
{
    background-color: #f9eaa6;
    font-weight: bold;
    text-align: center;
}

.posttitle
{
    padding: 3px;
    margin-bottom: 10px; /*	background-color: #f09d35; 	color: black;*/
    font-weight: bold;
}

.postbody
{
    padding: 3px;
}





#parentImages
{
}

#imageList
{
    overflow: auto;
    list-style-type: none;
}

#imageList li
{
    float: left;
    margin-right: 6px;
    margin-bottom: 10px;
    color: #333333;
}

#imageList img
{
    display: block;
    border: 1px solid #333300;
}



#map
{
    width: 500px;
    height: 400px;
    border-width: 1px;
    border-color: #37322F;
    border-style: dashed;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}





.newsletterboxcontrol
{
    padding: 10px;
}

.newsletterboxcontent
{
}






.pollUserVoteStatus
{
    font-size: 16px;
    font-weight: bold;
}

#totalVotes
{
    clear: both;
    text-align: center;
}



.progressbarcontainer
{
    width: 98%;
    height: 15px;
    border: solid 1px black;
    padding: 1px;
}

.progressbar
{
    width: 0px;
    background-color: Red;
    height: 15px;
}












.ratingdisplaycontrol
{
    font-size: 10px;
    text-align: left; /*display: inline;*/
    line-height: 14px;
}

.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.ratingStarReadOnly
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    cursor: default;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    padding-left: 1px;
    width: 12px;
    height: 12px;
    background-image: url(../../Images/FilledStar3.gif);
}

.emptyRatingStar
{
    width: 12px;
    height: 12px;
    padding-left: 1px;
    background-image: url(../../Images/EmptyStar3.gif);
}

.savedRatingStar
{
    width: 12px;
    height: 12px;
    padding-left: 1px;
    background-image: url(../../Images/SavedStar3.gif);
}












.repeaterTiledItem
{
    /*display:inline;   */
    float: left;
    margin: 10px;
    padding: 0px;
}

#featuredproductscontrol, #bestsellingproductscontrol
{
    clear: both;
}

.TiledRepeaterTitle
{
    width: 100px;
    text-align: center;
}






td
{
    vertical-align: middle;
}

td.fieldname
{
    font-weight: bold;
    width: 140px;
}




/*****************************************************************************/
/*lightbox*/

#lightbox
{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#lightbox a img
{
    border: none;
}

#outerImageContainer
{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#imageContainer
{
    padding: 10px;
}

#loading
{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#hoverNav
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#imageContainer > #hoverNav
{
    left: 0;
}
#hoverNav a
{
    outline: none;
}

#prevLink, #nextLink
{
    width: 49%;
    height: 100%;
    background: transparent url(../../Images/LightBox/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;
}
#prevLink
{
    left: 0;
    float: left;
}
#nextLink
{
    right: 0;
    float: right;
}
#prevLink:hover, #prevLink:visited:hover
{
    background: url(../../Images/LightBox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover
{
    background: url(../../Images/LightBox/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer
{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
}

#imageData
{
    padding: 0 10px;
    color: #666;
}
#imageData #imageDetails
{
    width: 70%;
    float: left;
    text-align: left;
}
#imageData #caption
{
    font-weight: bold;
}
#imageData #numberDisplay
{
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#imageData #bottomNavClose
{
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

#overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
}


/*end lightbox*/
/*****************************************************************************/

#errorPageText
{
    left: 200px;
    position: absolute;
}

#productThumbnail
{
    float: right;
    padding: 5px 80px 5px 5px;
    text-align: center;
}

.productPropertyLabel
{
    font-weight: bold;
}




.largeContentText
{
    line-height: 70px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.largeContentText a
{
    font-size: 18px;
}


.fieldLabel
{
    float: left;
    width: 150px;
    display: block;
}



.paddedBreak
{
    /*margin: 6px 0px 6px 0px;*/
    padding: 6px 0px 6px 0px;
}


.spinegrinderHeaderPanel
{
    float: left;
    display: inline;
    margin: 5px;
}



/*****************************************************/
/*********************** SD MENU ******************************/

div.sdmenu
{
    width: 150px;
    float: left; /*font-family: Arial, sans-serif;*/
    font-size: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    background: url(Images/sdmenu/bottom.gif) no-repeat right bottom;
}
div.sdmenu div
{
    background: url(Images/sdmenu/title.gif) repeat-x;
    overflow: hidden;
}
div.sdmenu div:first-child
{
    background: url(Images/sdmenu/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed
{
    height: 25px;
}
div.sdmenu div span
{
    display: block;
    padding: 5px 25px;
    font-weight: bold;
    color: white;
    background: url(Images/sdmenu/expanded.gif) no-repeat 10px center;
    cursor: default;
    border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span
{
    background-image: url(Images/sdmenu/collapsed.gif);
}
div.sdmenu div a
{
    padding: 5px 10px;
    background: White;
    display: block;
    border-bottom: 1px solid #ddd; /*color: #066;*/
}
div.sdmenu div a.current
{
    background: #ccc;
}
div.sdmenu div a:hover
{
    background: #303030 url(Images/sdmenu/linkarrow.gif) no-repeat right center;
    color: White;
    text-decoration: none;
}
