/*!:: BELL CANADA v1.2435 ::*/
/*!:: Style overwrites for iOS devices (iPad, iPhone, iPod) ::*/

/* top search button fix; not a complete fix, makes the issue less noticeable */
#topNavSearchItem input {margin-right: -21px; height: 26px; padding-top:0;}

/* Fixes the light border-bottom in primNav buttons */
.primNav li li a {height: 18px;} .primNav li.active a {height: 19px;}

/* Fix search button in Support */
.pgSearchItem .btnPrimAct, .pgSearchItem .buttonThemeA {width: 100px;} .fr .pgSearchItem .btnPrimAct, .fr .pgSearchItem .buttonThemeA {width: 130px;}

/* Replaces PNG "grayed out" buttons bgs, transparency of images causing 
overlaps (white buttons not done, only gray ones (desactivated states)) 
-> with opaque bgs, problem not solved but simply less noticeable. 

Add in more PNG replacements if needed. */
.btnDeactive span, .buttonDisabled span {background-image: url(../../common/all_languages/all_regions/skin/bg_buttonDeactivSpriteIpad.png);}
.filterBar .btnDeactive span,.filterBar .btnDeactive span span, .formSuper .buttonDisabled span,.formSuper .buttonDisabled span span {background-image: url(../../common/all_languages/all_regions/skin/bg_buttonDeactivSpriteIpad.png);}
.itemSelector .cFoot .btnDeactive span,.itemSelector .cFoot .btnDeactive span span, .itemSelector .cFooter .buttonDisabled span,.itemSelector .cFooter .buttonDisabled span span {background-image: url(../../common/all_languages/all_regions/skin/bg_buttonDeactivSpriteIpad.png);}

/* Tweaked scrollbar rounded corners position */
.scrollBar span {right: -4px;} .ui-slider-handle span {right: -5px;}

/* All devices orientation-specific */
@media (orientation : portrait) {}
@media (orientation : landscape) {}

/* iPad */
@media only screen and (device-width: 768px) {}
/* iPhone */
@media only screen and (max-device-width: 480px) {}

/* iPad orientation-specific */
@media only screen and (device-width: 768px) and (orientation:portrait) {}
@media only screen and (device-width: 768px) and (orientation:landscape) {}

/* iPhone orientation-specific */
@media only screen and (max-device-width: 480px) and (orientation:portrait) {}
@media only screen and (max-device-width: 480px) and (orientation:landscape) {}

/* iPhone4-only (maybe iPhone 3GS, not tested; iPhone 3G doesn't seem to work) */
@media only screen and (-webkit-min-device-pixel-ratio:2) {}
