/**
 * HTML5 %u2730 Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */
/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded   HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
    }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
    }

blockquote, q {
    quotes: none
    }

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
    }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
    }

input, select {
    vertical-align: middle
    }

/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */
body {
    font: 13px/1.231 sans-serif
    }

/* Hack retained to preserve specificity */
select, input, textarea, button {
    font: 99% sans-serif
    }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp {
    font-family: monospace, sans-serif
    }

/**
 * Minimal base styles.
 */
/* Always force a scrollbar in non-IE */
html {
    overflow-y: scroll
    }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
    outline: none
    }

ul, ol {
    margin-left: 2em
    }

ol {
    list-style-type: decimal
    }

/* Remove margins for navigation lists */
nav ul, nav li {
    margin: 0;
    list-style: none;
    list-style-image: none
    }

small {
    font-size: 85%
    }

strong, th {
    font-weight: bold
    }

td {
    vertical-align: top
    }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
    }

sup {
    top: -0.5em
    }

sub {
    bottom: -0.25em
    }

pre {
    /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 15px
    }

textarea {
    overflow: auto
    }

/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend {
    margin-left: -7px
    }

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] {
    vertical-align: text-bottom
    }

input[type="checkbox"] {
    vertical-align: bottom
    }

.ie7 input[type="checkbox"] {
    vertical-align: baseline
    }

.ie6 input {
    vertical-align: text-bottom
    }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button {
    cursor: pointer
    }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
    margin: 0
    }

/* Colors for form validity */
input:invalid, textarea:invalid {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 5px red;
    -moz-box-shadow: 0 0 5px red;
    box-shadow: 0 0 5px red
    }

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
    background-color: #f0dddd
    }

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection {
    background: #FF5E99;
    color: #fff;
    text-shadow: none
    }

::selection {
    background: #FF5E99;
    color: #fff;
    text-shadow: none
    }

/* j.mp/webkit-tap-highlight-color */
a:link {
    -webkit-tap-highlight-color: #FF5E99
    }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
    width: auto;
    overflow: visible
    }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
    -ms-interpolation-mode: bicubic
    }

/**
 * You might tweak these..
 */
body, select, input, textarea {
    /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
    color: #444;
    /* Set your base font here, to apply evenly */
    /* font-family: Georgia, serif;  */
    }

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold
    }

a, a:active {
    color: #607890
    }

/**
 * Primary styles
 *
 * Author: EB / adardesign.com 
 */
.radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
    }

.borderCCC {
    border: 1px solid #ccc
    }

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #efefef
    }

#main {
    width: 990px;
    margin: 30px auto;
    padding: 0
    }

header:before {
    background: url(../images/preHeader.png);
    display: block;
    width: 100%;
    height: 20px;
    content: " "
    }

header div {
    width: 990px;
    margin: 30px auto
    }

header nav {
    float: right;
    position: relative;
    margin: 0;
    padding: 0;
    border: 1px solid #2e5a8e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*prefixnize*/
    background: #a90329;
    background: -webkit-linear-gradient(top, #71afe4 0%, #397ed0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #71afe4 0%), color-stop(1, #397ed0 100%));
    background: -moz-linear-gradient(top, #71afe4 0%, #397ed0 100%);
    background: -o-linear-gradient(top, #71afe4 0%, #397ed0 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#71afe4 0%, EndColorStr=#397ed0 100%)";
    background: linear-gradient(top, #71afe4 0%, #397ed0 100%);
    -webkit-box-shadow: 0 1px 0 #fff, 0 -1px 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 1px 0 #fff, 0 -1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 1px 0 #fff, 0 -1px 0 rgba(255, 255, 255, 0.4)
    }

header nav a {
    float: left;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    text-shadow: 0 -1px 0 #2760A5;
    border-right: 1px solid #2e5a8e;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    /*prefix*/
    background: -webkit-linear-gradient(top, #71afe4, #397ed0 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #71afe4), color-stop(1, #397ed0 90%));
    background: -moz-linear-gradient(top, #71afe4, #397ed0 90%);
    background: -o-linear-gradient(top, #71afe4, #397ed0 90%);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#71afe4, EndColorStr=#397ed0 90%)";
    background: linear-gradient(top, #71afe4, #397ed0 90%)
    }

header nav a:first-child {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
    }

header nav a:hover {
    background: -webkit-linear-gradient(top, #71afe4, #2760A5 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #71afe4), color-stop(1, #2760A5 90%));
    background: -moz-linear-gradient(top, #71afe4, #2760A5 90%);
    background: -o-linear-gradient(top, #71afe4, #2760A5 90%);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#71afe4, EndColorStr=#2760A5 90%)";
    background: linear-gradient(top, #71afe4, #2760A5 90%)
    }

header nav a.active {
    font-weight: bold;
    color: #fff;
    text-shadow: 1px -1px 1px #2e5a8e;
    background: -webkit-linear-gradient(top, #2475BC, #2883D2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2475BC), color-stop(1, #2883D2 100%));
    background: -moz-linear-gradient(top, #2475BC, #2883D2 100%);
    background: -o-linear-gradient(top, #2475BC, #2883D2 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#2475BC, EndColorStr=#2883D2 100%)";
    background: linear-gradient(top, #2475BC, #2883D2 100%)
    }

header nav form {
    float: left;
    position: relative
    }

header nav input, header nav input:invalid {
    width: 90px;
    height: 25px;
    padding: 0 5px;
    font-size: 13px;
    display: block;
    margin: 4px 5px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #397ed0;
    background: #fff no-repeat 80px 6px;
    float: left;
    -webkit-box-shadow: 0 0 3px #444 inset;
    -moz-box-shadow: 0 0 3px #444 inset;
    box-shadow: 0 0 3px #444 inset;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
    }

header nav input:focus {
    width: 180px
    }

header nav button {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    top: 10px;
    right: 10px;
    border: none;
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(../images/search_bg.png);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
    }

header nav button:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
    }

/*home*/
#home #main {
    padding: 0;
    min-height: 400px;
    background: url(../images/homePage_main.png) no-repeat left 0
    }

.welcomeSection {
    padding: 0 0 0 505px
    }

.welcomeSection h1 {
    font-size: 26px;
    margin: 0 0 10px;
    font-weight: normal;
    color: #5884a0;
    text-shadow: -1px 1px 1px #fff
    }

.welcomeSection p {
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 12px;
    text-shadow: -1px 1px 1px #fff
    }

a.mainCTA {
    float: left;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding: 10px 25px;
    margin: 0;
    font-size: 17px;
    text-shadow: 0 -1px 1px #444;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 80px/70px;
    -moz-border-radius: 80px/70px;
    border-radius: 80px/70px;
    background-image: -webkit-linear-gradient(#6cace4, #397ed0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6cace4), color-stop(1, #397ed0));
    background-image: -moz-linear-gradient(#6cace4, #397ed0);
    background-image: -o-linear-gradient(#6cace4, #397ed0);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#6cace4, EndColorStr=#397ed0)";
    background-image: linear-gradient(#6cace4, #397ed0);
    border: 1px solid #396ead;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
    }

.mainCTA:hover {
    background-image: -webkit-linear-gradient(#6cace4, #2e70be);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6cace4), color-stop(1, #2e70be));
    background-image: -moz-linear-gradient(#6cace4, #2e70be);
    background-image: -o-linear-gradient(#6cace4, #2e70be);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#6cace4, EndColorStr=#2e70be)";
    background-image: linear-gradient(#6cace4, #2e70be)
    }

.mainCTA:before {
    content: "";
    width: 82%;
    top: 0;
    position: absolute;
    left: 9%;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    border-top: 1px solid rgba(255, 255, 255, 0.4)
    }

#brandSearchWidtgetContainer {
    margin: 30px 0 0;
    padding: 30px 0;
    background: url(../images/greynoise.png);
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 5px -2px #444;
    -moz-box-shadow: 0 0 5px -2px #444;
    box-shadow: 0 0 5px -2px #444
    }

#brandSearchWidtget {
    margin: 20px auto 0;
    width: 950px;
    background: #f6f6f6;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 1px 5px -2px #444;
    -moz-box-shadow: 0 1px 5px -2px #444;
    box-shadow: 0 1px 5px -2px #444;
    overflow: hidden
    }

.featuresProd {
    overflow: hidden;
    height: 190px;
    position: relative
    }

.featuresProd ul {
    margin: 0;
    padding: 0 0 0 16px;
    list-style: none;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
    }

.featuresProd li {
    float: left;
    padding: 0 10px;
    margin: 0;
    width: 110px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
    }

.featuresprod li:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
    }

.featuresProd li img {
    border: none
    }

.featuresProd .item {
    margin: 7px 0;
    height: 48px;
    overflow: hidden
    }

.featuresProd a:link, .featuresProd a:visited {
    color: #3879BA;
    font-size: 12px
    }

.featuresProd a:hover {
    text-decoration: underline;
    color: #3879BA;
    font-size: 12px
    }

.featuresProd .arrowContainerLeft {
    position: absolute;
    left: 0;
    z-index: 2;
    height: 115px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2)0%, rgba(0, 0, 0, 0)100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2)0%, rgba(0, 0, 0, 0)100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2)0%, rgba(0, 0, 0, 0)100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2)0%, rgba(0, 0, 0, 0)100%);
    background: linear-gradient(left, rgba(0, 0, 0, 0.2)0%, rgba(0, 0, 0, 0)100%)
    }

.featuresProd .arrowContainerRight {
    position: absolute;
    right: 0;
    z-index: 2;
    height: 115px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0.2)100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0.2)100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0.2)100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0.2)100%);
    background: linear-gradient(left, rgba(0, 0, 0, 0)0%, rgba(0, 0, 0, 0.2)100%)
    }

.featuresProd .thumbLeftArrow {
    margin: 45px 10px 0
    }

.featuresProd .thumbRightArrow {
    margin: 45px 10px 0
    }

.inActive .thumbLeftArrow, .inActive .thumbLeftArrow:hover {
    border-right-color: #eee;
    cursor: default;
    outline: medium none
    }

.inActive .thumbRightArrow, .inActive .thumbRightArrow:hover {
    border-left-color: #eee;
    cursor: default;
    outline: medium none
    }

.thumbLeftArrow {
    border-color: transparent #1B68B0 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    display: block;
    float: left;
    height: 0;
    margin: 13px 5px 0 10px;
    width: 0
    }

.thumbRightArrow {
    border-color: transparent transparent transparent #1B68B0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    display: block;
    float: right;
    height: 0;
    margin: 13px 10px 0 5px;
    width: 0
    }

.thumbLeftArrow:hover {
    border-right-color: #06375F
    }

.thumbRightArrow:hover {
    border-left-color: #06375F
    }

.thumbLeftArrow:active {
    border-right-color: #06375F
    }

.thumbRightArrow:active {
    border-left-color: #06375F
    }

.thumbLeftArrow.inActive {
    border-right-color: #eee;
    cursor: default;
    outline: medium none
    }

.thumbRightArrow.inActive {
    border-left-color: #eee;
    cursor: default;
    outline: medium none
    }

#brandBeltContainer {
    overflow: hidden;
    height: 115px;
    width: 685px;
    margin: 10px 0 0 10px;
    float: left;
    position: relative;
    border: 1px solid #ccc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 10px -3px #444 inset;
    -moz-box-shadow: 0 0 10px -3px #444 inset;
    box-shadow: 0 0 10px -3px #444 inset
    }

#brandSearchBelt {
    position: absolute
    }

#brandSearchBelt div {
    width: 100%;
    clear: left;
    overflow: hidden
    }

#brandSearchBelt a {
    float: left
    }

.beltControl {
    position: absolute;
    top: 45px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
    }

#moveRight {
    right: 0;
    z-index: 1;
    border-left: 13px solid #888;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent
    }

#moveRight:hover {
    border-left-color: #444
    }

#moveRight.inActive, #moveRight.inActive:hover {
    border-left-color: #eee
    }

#moveLeft {
    left: 0;
    z-index: 1;
    border-right: 13px solid #888;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent
    }

#moveLeft:hover {
    border-right-color: #444
    }

#moveLeft.inActive, #moveLeft.inActive:hover {
    border-right-color: #eee
    }

#brandSearch {
    float: right;
    border: 1px solid #8fb9d0;
    width: 200px;
    margin: 10px 10px 10px 0;
    padding: 15px;
    background-image: -webkit-linear-gradient(#e8f6fd, #c5e8fa);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8f6fd), color-stop(1, #c5e8fa));
    background-image: -moz-linear-gradient(#e8f6fd, #c5e8fa);
    background-image: -o-linear-gradient(#e8f6fd, #c5e8fa);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#e8f6fd, EndColorStr=#c5e8fa)";
    background-image: linear-gradient(#e8f6fd, #c5e8fa);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
    }

#brandSearch:hover {
    -webkit-box-shadow: 0 0 7px 0 #8fb9d0;
    -moz-box-shadow: 0 0 7px 0 #8fb9d0;
    box-shadow: 0 0 7px 0 #8fb9d0
    }

.searchContainer {
    position: relative;
    margin: 0 0 4px
    }

#home .searchContainer {
    float: left
    }

#brandSearch #fullListing {
    clear: left;
    display: block
    }

#brandSearch p {
    font-size: 12px;
    line-height: 16px;
    color: #003;
    margin: 0 0 3px
    }

#searchText {
    float: left;
    width: 150px;
    padding: 5px;
    border: 1px solid #9094a5;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    background: #fff;
    -webkit-box-shadow: 0 1px 0 #fff, 0 -1px 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 1px 0 #fff, 0 -1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 1px 0 #fff, 0 -1px 0 rgba(255, 255, 255, 0.4);
    font-size: 14px;
    line-height: 18px
    }

#searchText:focus {
    outline: none;
    border-color: #9094a5
    }

#searchGo {
    float: left;
    border: 1px solid #9094a5;
    border-left: none;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    color: #fff;
    background: #52aed7;
    padding: 4px 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    -webkit-box-shadow: 0 0 5px #52aed7 inset;
    -moz-box-shadow: 0 0 5px #52aed7 inset;
    box-shadow: 0 0 5px #52aed7 inset
    }

#buyingPhones {
    width: 990px;
    margin: 50px auto
    }

#buyingPhones h3 {
    font-size: 26px;
    margin: 0 0 5px;
    font-weight: normal;
    color: #1a1a1a;
    text-shadow: 1px 1px 1px #fff
    }

#buyingPhones p {
    margin: 0 0 5px;
    font-size: 22px;
    line-height: 28px;
    color: #818181;
    text-shadow: 1px 1px 1px #fff
    }

#buyingPhones .mainCTA {
    float: right;
    margin-left: 50px
    }

/*productListing*/
.dataNav {
    position: relative;
    overflow: hidden;
    padding: 10px;
    background: url(../images/productListingNav_noise.png);
    margin: 0 0 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px -3px #444;
    -moz-box-shadow: 0 0 5px -3px #444;
    box-shadow: 0 0 5px -3px #444
    }

.dataNav .searchContainer {
    position: absolute;
    right: 10px;
    margin-bottom: 0
    }

.dataNav #searchText {
    line-height: 23px;
    width: 190px;
    border: 1px solid #9094a5;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
    }

.dataNav #searchText:fucos, .dataNav #searchText:hover {
    width: 110px
    }

.dataNav #searchGo {
    padding: 6px 10px 7px;
    -webkit-box-shadow: 0 1px 0 #fff, 0 -1px 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 1px 0 #fff, 0 -1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 1px 0 #fff, 0 -1px 0 rgba(255, 255, 255, 0.4);
    text-shadow: 0 1px 0 #fff;
    color: #444;
    background: -webkit-linear-gradient(top, #D4DAE2 0%, #A9ABB2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D4DAE2 0%), color-stop(1, #A9ABB2 100%));
    background: -moz-linear-gradient(top, #D4DAE2 0%, #A9ABB2 100%);
    background: -o-linear-gradient(top, #D4DAE2 0%, #A9ABB2 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#D4DAE2 0%, EndColorStr=#A9ABB2 100%)";
    background: linear-gradient(top, #D4DAE2 0%, #A9ABB2 100%);
    cursor: pointer
    }

.dataNavLinks a {
    display: inline-block;
    color: #444;
    text-decoration: none;
    padding: 8px 20px;
    margin: 0 5px 0 0;
    border: 1px solid #9094a5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 #fff, 0 -1px 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 1px 0 #fff, 0 -1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 1px 0 #fff, 0 -1px 0 rgba(255, 255, 255, 0.4);
    text-shadow: 0 1px #fff;
    font-size: 14px;
    background: #e0e1e4;
    background: -webkit-linear-gradient(top, #f0f2f5 0%, #dcdde0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f2f5 0%), color-stop(1, #dcdde0 100%));
    background: -moz-linear-gradient(top, #f0f2f5 0%, #dcdde0 100%);
    background: -o-linear-gradient(top, #f0f2f5 0%, #dcdde0 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#f0f2f5 0%, EndColorStr=#dcdde0 100%)";
    background: linear-gradient(top, #f0f2f5 0%, #dcdde0 100%)
    }

.dataNavLinks a:hover {
    color: #222;
    -webkit-box-shadow: 0 1px 0 #eee, 0 -1px 0 rgba(255, 255, 255, 0.4), 0 0 5px -3px #bbb;
    -moz-box-shadow: 0 1px 0 #eee, 0 -1px 0 rgba(255, 255, 255, 0.4), 0 0 5px -3px #bbb;
    box-shadow: 0 1px 0 #eee, 0 -1px 0 rgba(255, 255, 255, 0.4), 0 0 5px -3px #bbb;
    border-color: #818598;
    background: -webkit-linear-gradient(top, #f0f2f5 0%, #BBBDC3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f2f5 0%), color-stop(1, #BBBDC3 100%));
    background: -moz-linear-gradient(top, #f0f2f5 0%, #BBBDC3 100%);
    background: -o-linear-gradient(top, #f0f2f5 0%, #BBBDC3 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#f0f2f5 0%, EndColorStr=#BBBDC3 100%)";
    background: linear-gradient(top, #f0f2f5 0%, #BBBDC3 100%)
    }

.dataNavLinks a.selected {
    color: #fff;
    -webkit-box-shadow: 0 1px 0 #fff, 0 -1px 0 rgba(255, 255, 255, 0.4), 0 1px 3px -1px #444 inset;
    -moz-box-shadow: 0 1px 0 #fff, 0 -1px 0 rgba(255, 255, 255, 0.4), 0 1px 3px -1px #444 inset;
    box-shadow: 0 1px 0 #fff, 0 -1px 0 rgba(255, 255, 255, 0.4), 0 1px 3px -1px #444 inset;
    text-shadow: 0 -1px #214478;
    border-color: #3B3B3B;
    background: #7d7e7d;
    background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
    background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
    background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
    background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
    background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
}

#dataTableSearch {
    display: none
    }

/*admin*/
#admin #main {
    width: 960px;
    margin: 30px auto;
    padding: 0 0 0 400px
    }

.dataContainer {
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px -2px #444;
    -moz-box-shadow: 0 0 5px -2px #444;
    box-shadow: 0 0 5px -2px #444
    }

table.prodData {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    border-collapse: collapse
    }

table.prodData thead {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #efefef 58%, #e6e7e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(58%, #efefef), color-stop(100%, #e6e7e8));
    background: -webkit-linear-gradient(top, #fff 0%, #efefef 58%, #e6e7e8 100%);
    background: -o-linear-gradient(top, #fff 0%, #efefef 58%, #e6e7e8 100%);
    background: -ms-linear-gradient(top, #fff 0%, #efefef 58%, #e6e7e8 100%);
    background: linear-gradient(top, #fff 0%, #efefef 58%, #e6e7e8 100%)
    }

.sortable {
    background: url(../images/sortControl_BG.png) right 10px;
    background-repeat: no-repeat;
    cursor: pointer
    }

.sortable.sorting_asc {
    background-position: right -37px
    }

table.prodData thead th {
    position: relative;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    line-height: 15px;
    vertical-align: bottom;
    border-right: 1px solid #ccc;
    color: #555;
    text-align: left;
    min-width: 40px
    }

table.prodData thead th:first-child:before {
    content: " ";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    -webkit-border-radius: 5px 0 0;
    -moz-border-radius: 5px 0 0;
    border-radius: 5px 0 0
    }

table.prodData thead th:last-child:after {
    content: " ";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 15px;
    height: 15px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0
    }

table.prodData thead th:last-child {
    border-right: none
    }

table.prodData tbody {
    max-height: 400px;
    overflow: hidden
    }

table.prodData tbody tr.odd td {
    background: #f5f6f6
    }

table.prodData tbody td {
    min-width: 40px;
    text-align: left;
    padding: 7px 15px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 13px;
    overflow: hidden
    }

table.prodData tbody tr:last-child td {
    border-bottom: none
    }

table.prodData thead.positionfixed {
    position: fixed;
    top: 0;
    width: 990px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
    }

table.prodData thead.positionfixed:after {
    position: absolute;
    content: "";
    pointer-events: none;
    height: 25px;
    left: 0;
    bottom: -25px;
    width: 988px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(145, 145, 145, 1)), color-stop(1, rgba(145, 145, 145, 0)));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#b3b3b3')"
    }

table.prodData thead.positionfixed th:last-child:after {
    top: -1px;
    right: -3px;
    border-right-color: #eee;
    border-top-color: #eee
    }

.dataTables_filter {
    position: relative
    }

/*Contact us*/
#contactList {
    list-style: none;
    margin: 30px 0 0;
    padding: 0
    }

#contactList li {
    margin: 0 0 10px;
    padding: 10px 0 18px 50px;
    font-size: 15px;
    background-image: url(../images/contactUs_icons.png);
    background-repeat: no-repeat
    }

#contactList li strong {
    display: inline-block;
    margin-right: 10px
    }

#contact_salesPerson {
    background-position: 0 -288px
    }

#contact_cell {
    background-position: 0 -338px
    }

#contact_email {
    background-position: 0 -393px
    }

#contact_BBB {
    background-position: 0 -539px
    }

#contact_MSN {
    background-position: 0 -495px
    }

#contact_Skype {
    background-position: 0 -577px
    }

#contact_location {
    background-position: 0 -660px
    }

#dropAnEmail {
    margin: 50px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
    padding: 25px;
    background: url(../images/contactUs_boxPattren.gif)
    }

#dropAnEmail label {
    display: block;
    padding: 0 0 15px
    }

#dropAnEmail label:before {
    content: " ";
    height: 35px;
    width: 38px;
    float: left;
    background: #f4f4f4 url(../images/contactUs_icons.png) no-repeat;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #ccc;
    border-right: none;
    -webkit-box-shadow: 1px 0 4px -2px #444 inset;
    -moz-box-shadow: 1px 0 4px -2px #444 inset;
    box-shadow: 1px 0 4px -2px #444 inset
    }

#dropAnEmail label#sendersNameLabel:before {
    background-position: 3px 6px
    }

#dropAnEmail label#sendersEmailLabel:before {
    background-position: 3px -36px
    }

#dropAnEmail label#sendersMessageLabel:before {
    background-position: 3px -165px;
    height: 88px
    }

#dropAnEmail input[type="text"], #dropAnEmail textarea {
    padding: 10px;
    width: 450px;
    font-size: 13px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-shadow: 0 0 5px -2px #444 inset;
    -moz-box-shadow: 0 0 5px -2px #444 inset;
    box-shadow: 0 0 5px -2px #444 inset
    }

#dropAnEmail input[type="text"]:focus, #dropAnEmail textarea:focus {
    outline: none;
    -webkit-box-shadow: 0 0 10px -3px #444 inset;
    -moz-box-shadow: 0 0 10px -3px #444 inset;
    box-shadow: 0 0 10px -3px #444 inset
    }

#dropAnEmail textarea {
    height: 68px
    }




#submitEmail {
    border:1px solid #999;
    text-shadow:0px 1px 0 #fff;
    padding: 8px 50px;
    color:#777;
    font-weight:bold;
    float: right;
    -webkit-border-radius: 80px/70px;
    -moz-border-radius: 80px/70px;
    border-radius: 80px/70px;
    cursor: pointer;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );

    }

#submitEmail:hover {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d1d1d1));
    background: -webkit-linear-gradient(top, #ffffff 0%,#d1d1d1 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#d1d1d1 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#d1d1d1 100%);
    background: linear-gradient(top, #ffffff 0%,#d1d1d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1',GradientType=0 );
}

#contactUsPage #buyingphones {
    width: auto;
    position: relative;
    border-top: 1px solid #888;
    margin: 50px auto 0;
    padding: 30px 0;
    background: url(../images/greynoise.png)
    }

#contactUsPage #buyingphones:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    border-top: 1px solid #fff
    }

#contactUsPage #buyingphones > div {
    width: 990px;
    margin: 0 auto
    }

/*footer*/
footer {
    overflow: hidden;
    background: url(../images/footer_pattern.png);
    clear: both
    }

footer section {
    width: 1000px;
    margin: 20px auto 60px;
    overflow: hidden
    }

footer section ul {
    width: 240px;
    float: left;
    margin-right: 30px;
    list-style: none
    }

footer section ul strong {
    color: #fff;
    font-size: 15px
    }

footer section > ul > li {
    margin: 0 0 5px
    }

footer section > ul > li:first-child {
    margin-bottom: 12px
    }

footer section > ul > li > a {
    font-size: 14px;
    color: #eee !important;
    text-decoration: none
    }

footer section > ul > li > a:hover {
    text-decoration: underline
    }

footer samp {
    font-family: Arial
    }

#footerLogo {
    float: right;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
    }

#footerLogo:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7
    }

.tooltip {
    position: absolute;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px -3px #444;
    -moz-box-shadow: 0 0 10px -3px #444;
    box-shadow: 0 0 10px -3px #444;
    max-width: 300px;
    max-height: 400px;
    background: #fff;
    z-index: 2;
    padding: 10px;
    line-height: 15px;
    color: #555;
    font-size: 12px
    }

.tooltip:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: -11px;
    left: 20px;
    border: 1px solid #ccc;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ccc
    }

.tooltip:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: -10px;
    left: 20px;
    border: 1px solid #fff;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff
    }

.tooltipSeeMore {
    color: #069;
    cursor: help
    }

.tooltipSeeMore:hover {
    text-decoration: underline
    }

/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */
@media all and (orientation: portrait) {
    /* Style adjustments for portrait mode goes here */
    }
@media all and (orientation: landscape) {
    /* Style adjustments for landscape mode goes here */
    }
/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
    /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
    /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
    }
/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
        }
    /* Black prints faster: sanbeiji.com/archives/953 */
    a, a:visited {
        color: #444 !important;
        text-decoration: underline
        }
    a[href]:after {
        content: " (" attr(href) ")"
        }
    abbr[title]:after {
        content: " (" attr(title) ")"
        }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
        }
    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
        }
    thead {
        display: table-header-group
        }
    /* css-discuss.incutio.com/wiki/Printing_Tables */
    tr, img {
        page-break-inside: avoid
        }
    p, h2, h3 {
        orphans: 3;
        widows: 3
        }
    h2, h3 {
        page-break-after: avoid
        }
    }