﻿html {
    background-color: #FFFFFF;
}
body {
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    line-height: 1.3em;
    font-family: Arial, Helvetica, Verdana;
    color: #3A3A3A;
}
h1 { font-size: 1.8em; /* 18px */ }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.0em; }
h1, h2, h3, h4 {
    color: #665C53;
    font-weight: normal;
}
p { font-size: 1.4em; /* 12px */ line-height: normal; }



a:active
{
outline: none;
}
a:focus
{
-moz-outline-style: none;
}
a
{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}
:-moz-any-link:focus {
  outline: none;
}
a:active, a:focus, input[type="image"] {
outline: 0;
}



/*************************
    MISC CLASSES
*************************/
.watermarkOn {
    color: #665C53;
    font-style: italic;
}
.smallBtnText {
    font-size: smaller;
}
.fClear {
    clear: both;
}
.articlePrint
{
    text-decoration: none;
}
.articlePrint img
{
    border-style: none;
}
.addThisText {
     font-size: 1.0em;
}
/*************************/
/*.hmv-button { 
   outline: 0; 
   margin: 0 4px 0 0; 
   padding: .4em 1em;
   text-decoration:none !important; 
   cursor: pointer; 
   position: relative; 
   text-align: center; 
   zoom: 1; 
   font-size: 1.2em;
}*/
.hmv-button, .hmv-button:link {
    border: none;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
    height: 30px;
    font-weight: bold;
    color: #3A3A3A;
    outline-style: none;
    font-size: 11px;
    line-height: 14px;
    background-color: #D8D4C9;
    padding: 5px 10px;
    text-decoration: none;
}
.hmv-button:hover {
    text-decoration: none;
    background-color: #FFFFFF;
    color: #ED0677;
    border: solid 1px #D8D4C9;
}
.reserveBtnFix {
    float: right;
    position: relative;
    top: 50px;
}
/*************************/


/*************************/
/* AutoComplete item */
.AutoCompleteExtender_CompletionList
{
    background-position: top center;
    background-image: url('/images/Web/ac_pointer.gif');
    background-attachment: scroll;
    background-repeat: no-repeat;
    
    z-index: 99999;
   
    color: #E1E5E6;
    padding: 1px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 0px;
    padding-top: 10px;
    text-align: left;

    font-size: 12px; 
    line-height: 18px;
    font-weight: bold;
    
    width: 300px;
}

/*AutoComplete flyout */
.AutoCompleteExtender_CompletionListItem
{
    background-color: #333333;
    padding: 3px 3px;
}

/* AutoComplete highlighted item */
.AutoCompleteExtender_HighlightedItem
{
    background-color: #E2D77E;
    color: #000000;
    padding: 3px 3px;
    cursor: pointer;
    cursor: hand;
}
/*************************/




/**************************
	MAIN MASTER PAGE
**************************/
.topBar 
{
    width: 972px;
    margin: 0 auto;
    height: 20px;
    background-color: #000000;
    padding-left: 10px;
    padding-right: 10px;
}
.topBar div
{
    text-align: right;
}
.topBarLinks
{
    color: #FFFFFF;
}
.topBarLinks a
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.3em;
    line-height: 20px;
}
.topBarLinks a:hover {
    color: #ED0677;
}
/*************************/

#mainOuterWrapper {
    width: 992px;
    margin: 0 auto;
    background-color: #FFFFFF;
}
#mainWrapper {
    width: 972px;
    margin: 0 auto;
    background-color: #FFFFFF;
}
/*************************/


/*************************
   MASTER TOP LOGO /
   SEARCH / BANNER / LINKS
*************************/
#masterTopWrp {
    padding-top: 5px;
}
.masterTopL {
    float: left;
    width: 770px;
}
.masterTopLL {
    float: left;
}
.masterTopLR {
    float: right;
}
.masterTopLB {
}
.masterTopR {
    float: right;
}
/*************************/
.searchWrapper {
    width: 550px;
    height: 41px;
    margin-top: 15px;
    margin-bottom: 3px;
    background: url("/images/Web/searchBG.png") no-repeat;
    margin-right: 50px;
}
.searchFilter {
    width: 140px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    vertical-align: baseline;
    margin-right: 10px;
}
.searchWrapper div {
    padding-top: 12px;
    padding-left: 10px;
    vertical-align: baseline;
}
.lblSearch {
    font-size: 20px;
    font-weight: 500;
    color: Black;
    vertical-align: top;
    display: inline-block;
    margin-top: 0px;
    line-height: 20px;
}

.searchWrapper div img {
    padding-right: 10px;
    vertical-align: top;
    margin-top: 6px;
}
.searchWrapper div input[type="image"] {
    vertical-align: bottom;
}
.searchBox {
    height: 19px;
    border: 0;
    line-height: 19px;
    font-size: 14px;
    vertical-align: baseline;
}
/*************************/
.miscLinks ul {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #000000;
    padding-top: 1px;
    padding-bottom: 1px;
    list-style-type: none;
    width: 190px;
    margin-top: 8px;
}
.miscLinks li {
    text-align: left;
    width: 180px;
    height: 34px;
    margin: 5px auto;

    background-image: url("/images/Web/arrow_r_hilight_sml.gif");
    background-repeat: no-repeat;
    background-position: .5em 1.4em;
}
.miscLinks li a {
    text-decoration: none;
    font-size: 1.6em;
    width: 180px;
    height: 34px;
    display: block;
    line-height: 34px;
    padding-left: 1.0em;
}

.miscLinks li {
    background-color: #E1E5E6;
}
.miscLinks li:hover {
    background-color: #ED0677;
    background-image: none;
}
.miscLinks li a {
    color: #4C4C4C;
}
.miscLinks li a:hover {
    color: #FFFFFF;
}
/*************************/

/*************************/




/**************************
	MASTER NAVIGATION
**************************/
#nav-one li:hover, #nav-one li.hover {
    position: static;
}
#nav-one {
    width: 972px;
    /*background-color: #000000;*/
    display: inline-block;
    overflow: visible;
    margin-top: 5px;
}

.nav, .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav {
    z-index: 100;
    position: relative;
}
.nav li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #000000;
}
/**************************/
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
    font-size: 1.6em;
    /*height: 30px;*/
    line-height: 30px;
    color: #FFFFFF;
    display: block;
    padding: 0 15px;
    text-decoration: none;
    border-right: solid 1px #FFFFFF;
}
#nav-one li ul li a, #nav-one li ul li a:link, #nav-one li ul li a:active, #nav-one li ul li a:visited {
    border-right: none;
}
.nav li a:hover {
    background: #ED0677;
    color: #FFFFFF;
}
#nav-one li:hover a, #nav-one li.sfHover a {
    background: #ED0677;
    color: #FFFFFF;
    /*border-right: solid 1px #ED0677;*/
}
#nav-one li:hover ul a, #nav-one li.sfHover ul a {
    background: #ED0677;
    color: #FFFFFF;
}
#nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover {
    background: #ED0677;
    color: #000000;
}

.nav ul {
    background: #ED0677;
    list-style: none;
    margin: 0;
    position: absolute;
    top: -999em;
    z-index: 9999;
}
.nav li:hover ul, .nav li.sfHover ul {
    top: 30px;
}
.nav ul li {
    border: 0;
    float: none;
}
.nav ul a {
    border-bottom: 0;
    padding-right: 20px;
    white-space: nowrap;
}
.nav ul a:hover {
    background: #ED0677;
    color: #000000;
}
/**************************/
#dNavDigital a:link, #dNavDigital a:visited, #dNavDigital a:hover, #dNavDigital a:active {
    border-right: none;
    padding-left: 16px;
    background-color: #000000;
}
#dNavDigital span {
    border-right: none;
    padding-left: 16px;
    background-color: #000000;
    line-height: 30px;
}
/**************************/
#liNavPure {
    padding: 0;
    margin: 0;
    text-align: center;
}
#liNavPure a:link, #liNavPure a:visited, #liNavPure a:hover, #liNavPure a:active {
    padding-left: 0;
    padding-right: 0;
}
.dNavPure {
    border-left: solid 1px #FFFFFF;
    height: 30px;
}
/**************************/





/*************************/
#Footer
{
    width: 992px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    background-color: Gray;
    margin-top: 10px;
    position: relative;
    text-align: center;
}
.footerLinks
{
    width: 100%;
    color: #FFFFFF;
}
.footerLinks a
{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 1.2em;
}
.subFooterText
{
    width: 972px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 10px;
}
.subFooterText p
{
    font-size: 1.0em;
    color: #666464;
}
/*************************/
#NewsOffers
{
    width: 150px;
    height: 77px;
    margin-top: 20px;
    float: right;
    text-align: center;
    background-color: #DADADA;
}
.newsOffersTitle
{
    line-height: 20px;
    margin: 0 auto;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
}
.newsOffersTitle p
{
    font-size: 1.6em;
    font-weight: bold;
    color: #000000;
}
.newsOffersEmail
{
}
.newsOffersEmail input[type="text"]
{
    margin-top: 5px;
    float: left;
    width: 110px;
    margin-left: 5px;
    border-style: inset;
}
.newsOffersEmail img
{
    position: absolute;
    float: right;
    right: 6px;
    bottom: 11px;
}
/*************************/





/**************************
	PAGE LAYOUTS
**************************/
/**************************
    DEFAULT PAGE STYLE
**************************/
#leftTowers
{
    width: 160px;
    float: left;
    margin-bottom: 20px;
}
#leftTowers div img
{
    margin-top: 20px;
}
.mainContent
{
    width: 650px;
    float: left;
    padding-top: 20px;
}
#rightTowers
{
    width: 155px;
    float: right;
    margin-bottom: 20px;
}
#rightTowers div img
{
    float: right;
    margin-top: 20px;
}



/**************************
    GENERAL PAGES
**************************/
#generalCntWrp
{
    float: left;
    width: 100%;
}
#mainContent
{
    margin-left: 180px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
#mainContent1
{
    margin-left: 210px;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 10px;
}
#mainContent2
{
    margin-left: 200px;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 10px;
}
.mainPlaceHolderPromo {
    padding-top: 20px;
    width: 750px;
    overflow: hidden;
}
.mainPlaceHolder
{
    padding-top: 20px;
    padding-left: 10px;
}
.mainPlaceHolder h2
{
    font-size: 1.2727em;
    margin: 0 0 5px;
}
.mainPlaceHolder p, .mainPlaceHolderPromo p
{
    padding: 0 0 15px;
    font-size: 1.3em;
    color: #665C53;
}
/*.mainPlaceHolder ul li {
    list-style-type: disc;
    padding: 0 0 15px;
    margin-left: 20px;
    font-size: 1.3em;
    color: #665C53;
}*/

#generalLeftTowers
{
    width: 180px;
    float: left;
    margin-left: -100%;
    margin-bottom: 20px;
}
#generalLeftTowers1
{
    text-align: center;
    width: 210px;
    float: left;
    margin-left: -100%;
    margin-bottom: 20px;
}
#generalLeftTowers div img, #generalLeftTowers1 div img
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.pageHeader {
    background-color: #ED0677;
    height: 35px;
    width: 740px;
    color: #FFFFFF;
    line-height: 35px;
    font-size: 2.2em;
    padding-left: 10px;
}
.pageHeader1 {
    width: 760px;
}
.sectionHeader {
    background-color: #9D9D9D;
    height: 35px;
    width: 100%;
    color: #FFFFFF;
    line-height: 35px;
    font-size: 2.2em;
    padding-left: 10px;
}
.sectionLeft, 
.sectionRight {
    float: left;
    width: 50%;
}
.sectionHeader1 {
    width: 370px;
}
.panelBody {
    padding-left: 10px; 
    padding-bottom: 40px;
}
/*************************/
.pointsBalance {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pointsBalance .closePB {
    display: block;
    float: right;
    cursor: pointer;
}
.pointsBalance .closePB span {
    height: 16px;
    line-height: 16px;
    vertical-align: top;
}
.pointsBalance h3.pbTitle {
    position: relative;
    top: 100px;
    padding-left: 30px;
}
.pointsBalance h3.pbPoints1 {
    position: relative;
    top: 130px;
    padding-left: 30px;
}
.pointsBalance h3.pbPoints2 {
    position: relative;
    top: 140px;
    padding-left: 30px;
}
.pointsBalanceDate {
    font-size: 0.8em;
}
/*************************/


/**************************
    INFO MENU
**************************/
.infoMenuLinks ul {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #000000;
    padding-top: 1.5px;
    padding-bottom: 1.5px;
    list-style-type: none;
    width: 200px;
    margin-top: 8px;
}
.infoMenuLinks li {
    text-align: left;
    width: 190px;
    height: auto;
    margin: 5px auto;
}
.infoMenuLinks li span {
    font-size: 1.2em;
    width: 185px;
    height: auto;
    display: block;
    line-height: 28px;
    padding-left: 5px;
    background-color: #000000;
    color: #FFFFFF;
}
.infoMenuLinks li a {
    text-decoration: none;
    font-size: 1.2em;
    width: 185px;
    height: auto;
    display: block;
    line-height: 28px;
    padding-left: 5px;
}

.infoMenuLinks li {
    background-color: #E1E5E6;
}
.infoMenuLinks li:hover {
    background-color: #ED0677;
    background-image: none;
}
.infoMenuLinks li a {
    color: #4C4C4C;
}
.infoMenuLinks li a:hover {
    color: #FFFFFF;
}

.selectedInfoLink {
    background-color: #ED0677;
    color: #FFFFFF;
}
/*************************/




/**************************
	PAGER
**************************/
div#PagerContainer, .pagerContainer {
    margin: 0 auto;
    padding-bottom: 20px;
}
div#PagerContainer, .pagerContainer {
    color: #ED0677;
    margin-top: 10px;
    padding: 20px auto;
    font-size: 1.2em;
    text-decoration: none;
    text-align: center;
}
div#PagerContainer a, .pagerContainer a {
    color: #ED0677;
    margin-top: 10px;
    padding: 20px auto;
    font-size: 1.2em;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
div#PagerContainer .SelectedPagerBtn, .pagerContainer .SelectedPagerBtn {
    width: auto; /*27px;*/
    padding: 2px 3px 2px 3px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #ED0677;
    border: solid 1px #ED0677;
}

div#PagerContainer .NormalPageBtn, .pagerContainer .NormalPageBtn {
    width: auto; /*27px;*/
    padding: 2px 3px 2px 3px;
    color: #ED0677;
    border: solid 1px #ED0677;
}
div#PagerContainer .SelectedPagerBtnL, .pagerContainer .SelectedPagerBtnL {
    color: #ED0677;
}
div#PagerContainer .DisabledPagerBtn, .pagerContainer .DisabledPagerBtn {
    color: Gray;
}
/*************************/






/**************************
 PRODUCT GENRES / DETAILS
**************************/
#ProductGenre {
    width: 640px;
}
.productGenreHeadingL {
    float: left;
}
.productGenreHeadingR {
    float: right;
}
.productGenreHeading span {
    display: inline-block;
    font-size: 2.0em;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    height: 30px;
    width: 370px;
}
.productGenreHeading1 span {
    display: inline-block;
    font-size: 2.0em;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    height: 30px;
    width: 490px;
}
#SubMenuHeading {
    display: inline-block;
    font-size: 2.0em;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    height: 30px;
    width: 620px;
}
#SubMenuBody {
    padding-bottom: 20px;
}
/*************************/
.categoryLink {
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 250px;
    font-size: 1.4em;
}
.categoryLink a {
    text-decoration: none;
    color: #333333;
}
.categoryLink1 {
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 500px;
    font-size: 1.4em;
}
.categoryLink1 a {
    text-decoration: none;
    color: #333333;
}
/*************************/
.categoryLink1 .hmvCMSLink {
    color: Red;
}
.categoryLink1 .pureCMSLink {
    color: Blue;
}
/*************************/
.productGenreBody {
    width: 100%;
    min-height: 10px;
    height: 1%;
}
#PGWrapperLine {
    padding-left: 40px;
    padding-top: 14px;
    height: auto;
    overflow: auto;
    padding-bottom: 7px;
    overflow: hidden;
}
/*************************/



/**************************
    PRODUCT DETAILS
**************************/
.productDetailsBody {
    display: block;
    width: 100%;
    height: 1% auto;
}
#ProductDetailTop {
    padding-top: 20px;
}

.pdImage {
    float: left;
    padding-left: 20px;
}

.ratingScreenShots {
    padding-top: 10px;
    width: 180px;
}
.gameRating {
    float: left;
    padding-bottom: 10px;
}
.btnScreenShot {
    float: right;
}

.pdImage p {
    font-size: 1.0em;
}

.pdInfoLinks {
    float: left;
    width: 400px;
    height: 240px;
}
.pdInfoLinksTop {
    padding-left: 20px;
}
.pdInfoLinksTop span {
    font-size: 1.8em;
    line-height: 1.2em;
}
.pfFullTitle {
}
.pdArtist {
    font-size: 1.8em;
    line-height: 1.2em;
    color: #ED0677;
    text-decoration: none;
}
.pdArtist:hover {
    text-decoration: underline;
}

.pdInfo {
    float: left;
    padding-left: 20px;
    width: 200px;
}
.pdInfo .price {
    font-size: 1.8em;
    color: #ED0677;
    line-height: 3.0em;

}
.pdInfo img {
    padding-left: 10px;
}
.pdInfo div {
    padding-top: 30px;
    font-size: 1.1em;
    line-height: 1.3em;
}
.pdSupplierLink {
    text-decoration: none;
    color: #ED0677;
}
.pdSupplierLink:hover {
    text-decoration: underline;
}

#PDLinksWrapper {
    position: relative;
    float: right;
    width: 180px;
    height: 1% auto;
    height: 170px;
    text-align: center;
    padding-top: 10px;
}
.pdLinks {
    margin-top: 20px;
}
.pdLinks .pButton {
    margin-bottom: 10px;
}
.pdLinks .pButtonWide {
    margin-bottom: 10px;
}
.pdLinks .pButton-DownloadThis {
    margin-bottom: 10px;
}
.pButtonExtra {
    margin-bottom: 20px;
}

#ProductDetailBtm {
    padding-top: 10px;
}
.muzeHeading {
     font-size: 1.6em;
     display: block;
     padding-bottom: 10px;
}
.muzeSubHeading {
     font-size: 1.6em;
     display: block;
     padding-top: 20px;
     padding-bottom: 10px;
}
.muzeNotes {
    padding-bottom: 10px;
}
.muzeNotes li {
    list-style-type: disc;
    margin-left: 20px;
}

#AboutDiv div p {
    line-height: 1.8em;
    color: Red;
    width: 590px;
    margin-left: 10px;
}
.altTunes {
    background-color: #E3E3E3;
}
#AboutDiv div p img {
    padding-right: 5px;
    vertical-align: middle;
}
#AboutDiv div p a {
    font-size: .7em;
    text-decoration: none;
}
#AboutDiv div p a:hover {
    text-decoration: underline;
}
#ReviewsDiv a {
    text-decoration: none;
    font-size: 1.4em;
    color: #ED0677;
    line-height: 1.4em;
}
.reviewText {
    width: 590px;
    display: block;
    overflow: hidden;
}
.reviewText1 {
    width: 290px;
    display: block;
    overflow: hidden;
}
/*************************/
.pButtonWide {
    border: none;/*solid 1px #ED0677;*/
    background-color: #DADADA;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
    height: 20px;
    width: 140px;
}
.pButtonWide a {
    text-decoration: none;
    font-size: 1.0em;
    color: #3A3A3A;
    line-height: 1.9em;
}
.pButtonWide a:hover {
    text-decoration: underline;
}
.pButtonWide a img {
    border: 0;
    vertical-align: middle;
}
/*************************/
.pdPRContainer {
    margin-top: 20px;
    margin-bottom: 20px;
}
.pdPRTop {
    width: 640px;
    height: 30px;
}
.pdPRBtm {
    width: 640px;
    height: 230px;
    background-color: #FFFFFF;
    margin-left: 5px;
}
.pdPRTitle {
    font-size: 2.0em;
    padding-left: 10px;
    line-height: 30px;
}
/*************************/




/**************************
       STORE LOCATOR
**************************/
#StoreTabs {
    padding-bottom: 20px;
}
.searchTab {
    text-align: center;
    height: 400px;
}
.searchTab1 {
    text-align: center;
}
.searchTab p, .searchTab1 p {
    padding-bottom: 10px;
}
.detailsInner {
    width: 700px;
    height: 400px;
}
.StoreMapDetails
{
    width: 95%;
    vertical-align: text-top;
}
.StoreMapDetailsInfoCol
{
    vertical-align: top;
}
.StoreMapDetailsMapCol
{
    padding-bottom: 10px;
    text-align: right;
    vertical-align: text-top;
}
#DetailsMapTab div p {
    text-align: center;
}
.MapAddressHeading {
    font-size: 1.4em;
    line-height: 1.4em;
}
.MapQuantity {
    font-weight: bold;
    color: #ED0677;
}
/*************************/



/**************************
       CHARTS
**************************/
.chartItemWrapperR {
    overflow: auto;
    width: 750px;
    min-height: 100px;
    margin-left: 10px;
    margin-bottom: 20px;
    padding-top: 5px;
}
.chartItemWrapper {
    overflow: auto;
    width: 730px;
    min-height: 100px;
    margin-left: 10px;
    margin-bottom: 20px;
    padding-top: 5px;
    border-bottom: solid 1px #9D9D9D;
}
* html .ieOnlyHeight { height: 100px; }

.chartItemNum {
    float: left;
    width: 30px;
}
.chartItemNum span {
    color: #ED0677;
    font-size: 2.0em;
}

.chartItemImage {
    float: left;
    width: 85px;
    margin-left: 10px;
}
.chartItemImageR {
    float: left;
    width: 200px;
    margin-left: 10px;
}


.chartItemInfo {
    float: left;
    width: 400px;
    margin-left: 10px;
}
.chartItemInfoTitle {
    font-size: 1.6em;
    line-height: 1.6em;
}
.chartItemInfoTitle a {
    color: #ED0677;
    text-decoration: none;
}
.chartItemInfoTitle img {
    padding-top: 2px;
    vertical-align: top;
}

.chartItemMuzeInfo {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.1em;
    line-height: 1.3em;
}
.chartItemMuzeInfo a {
    color: #ED0677;
    text-decoration: none;
}

.ciNormal {
    font-size: 1.1em;
    line-height: 1.3em;
}
.ciNormal a {
    color: #ED0677;
    text-decoration: none;
}
.ciPrice {
    font-size: 1.8em;
    color: #ED0677;
    line-height: 3.0em;
}

.chartItemLinks {
    float: left;
    width: 180px;
    margin-left: 10px;
    text-align: center;
}
.ciCampaign {
    padding-bottom: 10px;
}

.chartItemInfoCampaign {
    float: right;
    padding-right: 90px;
}
/*************************/


/**************************
       SEARCH
**************************/
.searchHeader {
    width: 100%;
    height: 50px;
    font-size: 1.3em;
    line-height: 1.3em;
}
.searchHeader span {
    float: left;
    padding-top: 2px;
}
.searchHeader div {
    float: right;
}
.searchHeader div span {
    padding-right: 5px;
    padding-top: 2px;
}
.searchHeader div select {
    vertical-align: top;
    margin-right: 10px;
}
/*************************/




/**************************
       FEATURE PAGES
**************************/
.featureItemWrapper {
    position: relative;
    overflow: auto;
    width: 730px;
    min-height: 200px;
    margin-left: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    border-top: solid 1px #9D9D9D;
    border-bottom: solid 1px #9D9D9D;
}
* html .ieFPOnlyHeight { height: 200px; }
.fpItemImage {
    float: left;
    width: 200px;
    margin-left: 10px;
	padding-bottom: 10px;
    
}
.fpItemImage1 {
    float: left;
    width: 115px;
    margin-left: 10px;
    text-align: center;
}
.fpItemInfo {
    float: left;
    width: 300px;
    margin-left: 10px;
}
.fpItemInfo1 {
    position: relative;
    float: left;
    width: 220px;
    height: 200px;
    margin-left: 10px;
    margin-right: 10px;
}
.fpItemInfoTitle {
    font-size: 1.6em;
    line-height: 1.6em;
}
.fpItemInfoTitle1 {
    font-size: 1.4em;
    line-height: 1.4em;
}
.fpItemInfoTitle a {
    color: #ED0677;
    text-decoration: none;
}
.fpItemInfoTitle img {
    padding-top: 2px;
    vertical-align: top;
}
.fpItemInfoTitle1 a {
    color: #ED0677;
    text-decoration: none;
}
.fpItemInfoTitle1 img {
    padding-top: 2px;
    vertical-align: top;
}

.fpItemMuzeInfo {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.1em;
    line-height: 1.3em;
}
.fpItemMuzeInfo a {
    color: #ED0677;
    text-decoration: none;
}
.fpItemLinks {
    float: left;
    width: 180px;
    margin-left: 10px;
    text-align: center;
}
.fpItemLinks1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 230px;
    padding-bottom: 10px;
}

.fpInfo {
    padding-top: 10px;
}
.featureProductRotator {
    margin-left: 50px;
}
/*************************/




/**************************
       CONTEST PAGES
**************************/
#ContestWrapper {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 700px;
}
#ContestWrapper .panelHeader {
    width: 700px;
}
#ContestWrapper .sectionHeader {
    width: 740px;
    margin-left: -40px;
}
.contestArticle {
    padding-bottom: 20px;
    border-bottom: solid 1px #9D9D9D;
}
/*************************/





/**************************
       ADD REVIEW
**************************/
.arSection1 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.arSection {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #9D9D9D;
    padding-left: 10px;
    padding-right: 10px;
}
.arHeading {
    padding-left: 10px;
    padding-right: 10px;
}
.arHeading, .arSection span {
    font-size: 1.4em;
    line-height: 1.4em;
}
.arReviewText {
    font-size: 1.4em;
}
.arSection1 a {
    font-size: 1.4em;
    text-decoration: none;
}
.userReviewDisplay {
    width: 400px;
    background-color: Teal;
}
.userReviewDisplay img {
    float: left;
}
.userReviewDisplay span {
    float: left;
    width: 350px;
    padding-left: 10px;
    padding-right: 10px;
}
/*************************/
