html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{  
	-webkit-text-size-adjust: none;  
}  

body {
    background-color: #fff; /* Background color */
	background-image: none;
    color: #222;            /* Foreground color used for text */
    font-family: Helvetica; 
    font-size: 14px;
    margin: 0;              /* Amount of negative space around the outside of the body */
    padding: 0;             /* Amount of negative space around the inside of the body */
}

a:link { 
	color: #00679d;
} 
a:visited { 
	color: #00679d;
} 
a:hover { 
	color: #00679d;
} 
a:active { 
	color: #00679d;
} 

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p {
	padding: 0 0 10px 0;
	margin: 0;
}

/* HIDE ELEMENTS */
#page-nav, #website-footer, hr, #flashbanner, .breadcrumbs {
	display: none;
}

/* SETUP */
#header h2 {
    margin: 0;
    padding: 0;
}
#header h2 a {
    background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 19px;
    font-weight: bold;
    padding: 10px 0 11px 42px;
    text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
    background: #ccc url(/Design/Images/iPhone/logo.png) no-repeat 10px 10px;
}
#PhoneNumber a {
    background-color: #5b8eb6;
    border-bottom: 1px solid #666;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px 8px 10px;
    text-align: right;
    text-decoration: none;
	text-shadow: 0px 1px 0px #000;
}

/* menu */
.RadMenu_Menu .rootGroup li.item a.link {
float:none !important;
}
.radmenu .item {
float:none !important;
}
.hide {
    display: none;
}
#menu ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}
#menu ul li a {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
	width: 278px;
}
ul.vertical {
	display: none !important;
} 
#menu ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#menu ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#content {
	margin: 10px;
	clear: both;
	position: relative;
} 

/* MENU BUTTON */
#header div.leftButton {
    position: absolute;
    top: 46px;
    left: 10px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    line-height: 28px;
    border-width: 0 8px 0 8px;
    -webkit-border-image: url(/Design/Images/iPhone/button.png) 0 8 0 8;
}
#header div.pressed {
    -webkit-border-image: url(/Design/Images/iPhone/button_clicked.png) 0 8 0 8;
}


/* HOME */ 
.one {
	background:url(/Design/Images/iPhone/home-one.png) no-repeat 20px 27px;
}
.two {
	background:url(/Design/Images/iPhone/home-two.png) no-repeat 20px 27px;
}
.one, .two, .three, .home-left, .home-right, li.contact {
	position: absolute;
	left: 0;
}
.one {
	top: 0;
} 
.two {
	top: 130px;
} 
.three {
	top: 288px;
} 
li.contact {
	top: -54px;
	left: 0;
} 
.home-left {
	top: 400px;
}
.home-right {
	top: 310px;
}
.one h2, .two h2, .three h2 {
	margin: 0 0 10px 0;
}
.one h2 a, .two h2 a, .three h2 a {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	text-transform: capitalize;
	padding-left: 22px;
	background: url(/Design/Images/iPhone/arrow.png) no-repeat 0 1px;
}
.three h2 a {
	font-weight: normal;
}
.one a.bullet, .two a.bullet, .three a.bullet {
	display: none;
}
.one ul, .two ul {
	margin: 0;
	padding: 0 0 5px 0;
}
.one ul li, .two ul li {
	line-height: 20px;
	padding-left: 116px;
	list-style: none;
}
.three ul {
	display: none;
}

.home-left {
	border-top: 3px solid #ccc;
}

.home-left h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin: 10px 0 4px 0;
}

.home-right .part-auto-summary ul li img, .home-right .part-auto-summary ul li .info span.description {
	display: none;
}
.home-right .part-auto-summary ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: none;
}
.home-right .part-auto-summary ul li.contact h3 a {
	font-weight: bold;
} 
.home-right .part-auto-summary ul li h3 {
	margin: 0;
	padding: 0;
} 
.home-right .part-auto-summary ul li h3 a {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	text-decoration: none;
	text-transform: capitalize;
	padding-left: 22px;
	background: url(/Design/Images/iPhone/arrow.png) no-repeat 0 1px;
}
.home-right .part-auto-summary ul {
	border-top: none;
	border-bottom: none;
} 
.home-right .part-auto-summary ul li .info {
	margin: 0;
	padding-left: 0;
} 

/* OTHER PAGES */

#LeftPane, p.summary {
	display: none;
}
h1 {
	font-size: 20px;
	color: #000;
	padding: 0 0 18px 0;
	line-height: 22px;
}
h1 a {
	text-decoration: none;
	color: #000 !important;
}
h3 {
	font-size: 16px;
	color: #000;
	padding: 0 0 4px 0;
	line-height: 20px;
}
h3 a {
	color: #000 !important;
	text-decoration: none;
}
h2 {
	font-size: 18px;
	color: #000;
	padding: 0 0 4px 0;
	line-height: 20px;
}

p.tag {
	font-size: 15px;
	font-style: italic;
	color: #666;
	margin-top: -15px;
}
p.tag a {
	text-decoration: none;
	color: #666;
}

.part-auto-summary ul {
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	margin: 0 0 10px 0;
	padding: 0;
} 
.part-auto-summary ul li {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	border-bottom: 1px solid #CCC;
} 
.part-auto-summary ul li:last-child {
	border-bottom: none;
}
.part-auto-summary ul li img {
	float: left;
	width: 66px;
	height: 66px;
} 
.part-auto-summary ul li h3 {
	margin: 0 0 6px 0;
	padding: 0;
} 
.part-auto-summary ul li h3 a {
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	text-transform: capitalize;
	padding-left: 22px;
	background: url(/Design/Images/iPhone/arrow.png) no-repeat 0 1px;
	display: block;
	color: #00679d !important;
} 
.part-auto-summary ul li .info {
	margin: 0 0 0 66px;
	padding-left: 10px;
} 
.part-auto-summary ul li .info span.description {
	font-size: 12px;
	margin-left: 22px;
	display: block;
} 
.part-auto-summary ul li .info span.description a {
	color: #000;
	text-decoration: none;
} 
.part-auto-summary ul li a.link {
	background:url(http://static.telephonesystems.co.uk/Design/Images/Custom/summary-readmore.gif) no-repeat 0 0;
	display:block;
	height:24px;
	margin:5px 10px 10px 0;
	text-decoration:none;
	text-indent:-9999px;
	width:107px;
}



.part-dealers-ProductView img {
	border: 1px solid #ccc;
	margin: 18px auto 6px auto;
	width: 254px;
	display: block;
}
.TelephoneSystemView .left .content .copy a.readmore, .TelephoneSystemView .right ul, a.imagemore {
	display: none;
}
.TelephoneSystemView .info p {
	text-align: center;
}
.TelephoneSystemView a.enquirenow, .FeatureView a.enquirenow, .ServiceView a.enquirenow {
	background: url(http://static.telephonesystems.co.uk/Design/Images/Catalogue/details-content-enquire.gif) no-repeat 0 0;
	display: block;
	height: 150px;
	margin: 12px auto 10px auto;
	text-indent: -9999px;
	width: 256px;
}
.TabContent .part-auto-summary ul li a.link {
	background: url(http://static.telephonesystems.co.uk/Design/Images/Custom/summary-discovermore.gif) no-repeat 0 0;
	width: 129px;
}


.part-dealers-DownloadView a.UserGuide, .part-dealers-DownloadView a.Brochure, .part-dealers-DownloadView a.Solution, .part-dealers-DownloadView a.CaseStudy {
	height: 50px;
	width: 240px;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 16px auto;
	background-image: url(http://static.telephonesystems.co.uk/Design/Images/Catalogue/button-sprite.gif);
	background-repeat: no-repeat;
} 
.part-dealers-DownloadView a.UserGuide {
	background-position: 0 -200px;
} 
.part-dealers-DownloadView a.Brochure {
	background-position: 0 -150px;
} 
.part-dealers-DownloadView a.Solution {
	background-position: 0 -50px;
} 
.part-dealers-DownloadView a.CaseStudy {
	background-position: 0 0;
} 

.part-dealers-DownloadView img {
	display: none;
} 

/* CONTACT */
.part-contact-us fieldset.details, .part-quick-register fieldset.details {
	border: none;
	margin-top: 0;
} 
.part-contact-us legend, .part-quick-register legend {
	display: none;
}
.part-contact-us fieldset.details label, .part-quick-register fieldset.details label {
	float: left;
	line-height: 34px;
} 
.part-contact-us select.title, .part-quick-register select.title {
	width: 60px;
	float: left;
} 
.part-contact-us .button, .part-quick-register .button {
	width: 73px !important;
	margin: 0 0 16px 12px;
	text-indent: -9999px;
	background: url(http://static.telephonesystems.co.uk/Design/Images/Custom/button-submit.gif) no-repeat 0 0;
	border: none;
	height: 29px;
	padding: 0;
	display: block;
} 
.part-contact-us span, .part-quick-register span {
	min-height: 34px;
	height: auto !important;
	height: 34px;
	clear: both;
	display: block;
	position: relative;
} 
.part-contact-us span.error, .part-quick-register span.error {
	font-size: 0.8em;
	font-style: italic;
	height: 18px;
	min-height: 18px;
	font-weight: normal;
	position: absolute;
	left: 73px; /* change per col */
	top: 10px;
} 
.part-contact-us p.agree {
	padding: 10px 0 6px 0;
	font-weight: bold;
} 
.part-contact-us div.checkboxes {
	font-size: 0.9em;
	padding-right: 10px;
} 
.part-contact-us div.checkboxes input {
	margin: 0 6px 0 0;
	width:20px !important;
	border: none;
} 
.part-contact-us div.checkboxes span {
	display: block;
	line-height: 20px;
	min-height: 20px;
	margin-top: 6px;
} 

/* ERROR HANDLING */
.part-contact-us div.errortext {
	border: 1px dashed #FF0000;
	font-size: 0.9em;
	padding: 10px;
} 
.part-contact-us div.errortext ul li {
	list-style: none;
	font-weight: bold;
	color: #F00;
	padding: 4px 0 0 0;
} 

.part-contact-us a.link {
	display: block;
	margin-top: 10px;
	padding-left: 14px;
	background: url(http://static.telephonesystems.co.uk/Design/Images/Parts/back.gif) no-repeat left;
} 
/* CONTENT */
#ContentPane .part-contact-us fieldset.details label, #ContentPane .part-quick-register fieldset.details label {
	width: 84px;
} 
#ContentPane .part-contact-us p.agree {
	padding: 10px 0 6px 0;
} 
#ContentPane .part-contact-us input, #ContentPane .part-contact-us textarea, #ContentPane .part-quick-register input, #ContentPane .part-quick-register textarea {
	float: left;
	width: 160px;
} 
#ContentPane .part-quick-register select, #ContentPane .part-contact-us select {
	float: left;
	margin-right: 6px;
} 
#ContentPane .part-contact-us div.checkboxes, #ContentPane .part-contact-us .button, #ContentPane .part-quick-register .button {
	margin-left: 96px;
} 
#ContentPane .part-contact-us input.b-email {
	width: 160px !important;
} 

input[type="text"], input[type="password"], input[type="text"]:focus, input[type="password"]:focus,textarea, textarea:focus{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 1.5em;
	background-color: #FFFFFF;
	border:1px solid #d4d4d4;
	margin: 0 3px 3px 0;
	font-size: 1.2em !important;
	padding: 0.3em 0 0 0.3em;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus
{
	background-color: #f6f6f6;
	background-image: none;
	color: #000;
}
textarea, textarea:focus{
	height:150px;
	/*font-size: 1em;*/
}

span.req {
	display: none;
} 

/* partner page */
.part-dealers-PartnerSummary h5 {
	font-size: 15px;
	font-style: italic;
	color: #666;
	margin-top: -15px;
}
.part-dealers-PartnerSummary h5 a {
	text-decoration: none;
	color: #666;
}
