/* 
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
* { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
	list-style: none;
}
iframe {
	border: 0;
}

/* 
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
html {
	margin-bottom: 20px;
	background-color: #5f5f5f;
}
body {
	text-align: center;
	margin: 0px auto;
	background-color: #5f5f5f;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}
#site {
	background: url(../images/new/bg.png) repeat-y center;
}
a:link{
	color: #1D87B8;
	cursor: pointer;
	text-decoration:none;
}
a:visited{
	color: #1D87B8;
	cursor: pointer;
	text-decoration:none;
}
a:hover{
	color: #1D87B8;
	cursor: pointer;
	text-decoration:underline;
}
a:focus {
	-moz-outline: 0;
	outline: 0;
	outline-offset: 0;
}
a img {
	border: 0;
} 
h1,h2,h3 {
	color: #1D87B8;
	letter-spacing: -1px;
	font-size: 15pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0 0 18px 0;
}
small {
	font-size: 9px;
	line-height: 1.2;
}
strong {
	font-weight: bold;
}

/* 
-----------------------------------------------------------------------------
LAYOUT: Global (cascading order)
-----------------------------------------------------------------------------*/
#container {
	position: relative;
	margin: 0px auto;
	padding: 0;
	background: url(../images/new/head-bg.png) no-repeat;
	width: 890px;
	padding: 0 49px;
}
#header {
	position: relative;
	height: 265px;
	width: 850px;
	margin-left: 19px;
	margin-right: 19px;
}
#menu-bar {
	position: relative; 
	width: 850px;
	height: 52px;
	background-image: url(../images/global/menu-bar.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #A3A3A3;
}
#phone-unlockers-logo {
	position: absolute;
	top: 3px;
	left: 3px;
}
#menu-box {
	position: absolute;
	top: 0px;
	left: 183px;
}
#menu-current {
	background-image: url(../images/global/hover.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #75D5F2;
}
#phone-search {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 16px 10px 0px 0px;
}
#banner {
	position: relative;
	width:100%;
	margin: 0px;
	padding: 0px;
}
.page {
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	padding-top: 15px;
	display: block;
	overflow: hidden;
	zoom: 1;
}
#content {
	float: left;
	width: 580px;
	padding: 10px;
	padding-bottom: 50px;
	min-height: 500px;
}
#content-wide {
	position: relative;
	width: 850px !important;
	width: 830px;
	padding: 10px;
	padding-bottom: 50px;
	min-height: 300px;
}
#right-column {
	width: 202px;
	padding-top: 10px;
	float: right;
}
#footer {
	position: relative;
	width: 890px;
	margin: 0px auto;
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
	background-image: url(../images/global/footer-background.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.search-bar {
	border: 1px solid #a9a9a9;
	background-image: url(../images/global/search-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-right: 10px;
	padding-left: 2px;
	margin-top: 2px;
}
.search {
	border: 1px solid #a9a9a9;
	background-image: url(../images/global/search-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-right: 10px;
	padding-left: 2px; 

}
#logos {
	margin-bottom: 15px;
	margin-left: 40px;
}
#top-5 {
	position: absolute;
	left: 0px;
	top: 60px;
}
#top-5-phones {
	position: relative;
	padding-top: 30px;
	padding-left: 170px;
	text-align: center;
}
#top-5-phones a {
	padding-left: 10px;
	padding-right: 10px;
}
#top-5-phones a:hover {
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}
#stepscapt {
	text-align: left;
	padding-top: 15px;
}
#steps {
	position: relative;
	z-index: 1;
	width: 850px;
	height: 78px;
	
}
#steps h1 {
	float: left;
	font-size: 50pt;
	padding-left: 55px;
}
#steps span {
	float: left;
	padding-left: 15px;
	font-weight: 100;
	font-size: 15pt;
	position: relative;
	top: 30px;
}
#banner-title {
	text-align:  center;
	margin-top: 33px;
}
#banner-title h1,h2 {
	padding-bottom: 5px;
}
#banner-title h2 {
	font-size: 16px;
	font-weight: 100;
	color: #000;
}
#breadcrumb {
	position: relative;
	left: 45px;
	height: 40px;
	margin: 16px 0;
/*	margin-right: 19px;*/
	color: #ccc;
	text-align: center;
}
#breadcrumb a {
	display: block;
	text-align: center;
}
#breadcrumb div {
	float: left;
	background-image: url(../images/grey-crumb.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	width: 150px;
}
#breadcrumb .selected, #breadcrumb .visited {
	background-image: url(../images/blue-crumb.png);
	color: #1D87B8;
}
/*
#breadcrumb a {
	color: #ccc;
	text-decoration: none;
}
#breadcrumb .visited {
	background-image: url(../images/light-blue-crumb.png);
}
#breadcrumb .visited a {
	color: #a6bad1;
}
#breadcrumb .visited a:hover {
	color: #1D87B8;
}*/
#guarantee {
	position: absolute;
	top: 80px;
	right: -70px !important;
	right: -71px;
	z-index: 999;
}
#logos {
	margin-bottom: 25px;
}
.small {
	font-size: 14pt;
}
#drop-box {
	margin-top: 9px;
}
.phone-model {
	padding-top: 5px;
	width: 100px;
	text-align: center;
}
.phone-model a:hover img {
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}
.right {
	float: right;
}
.left {
	float: left;
}
.faq h3 {
	font-size: 12pt;
}
#order-details {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 400px;
}
#order-details h2 {
	margin: 10px 0 5px 0;
}
#order-details p {
	margin-bottom: 0;
}
#order-details-box {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #ECECEC;
	overflow: hidden;
}
#order-details-box img {
	padding: 10px 20px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
#order-details-box a {
	font-size: 8pt;
}
#order-details-box h2 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	margin-top:  0;
}
#phone-info {
	position: absolute;
	right: 10px;
	top: 130px;
	width: 200px;
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #ECECEC;
}
#phone-info h2 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	font-size: 13pt;
}
#phone-info p {
	margin: 0;
}

.order-summary td {
	padding: 3px;
}
.order-summary-box {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #ECECEC;
}	
.paypal {
	color: #0033CC;
}
.text-submit {
	border: none;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #1D87B8;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-bottom: 1px solid #1D87B8;
}
.help {
	font-size: 8pt;
	border: 1px solid #CCC;
	padding: 3px;
	width: 370px;
	background-color: #D7FAC2;
	margin-top: 5px;
}
.important {
	font-size: 8pt;
	border: 1px solid #CCC;
	padding: 3px;
	width: 370px;
	background-color: #EEC5C3;
	margin-top: 5px;
}
.side-box h1 {
	background-image: url(../images/side-box-h1.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	width: 202px;
	height: 32px;
	text-align: center;
}
.side-box p {
	width: 192px;
	padding: 0px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
	
	min-height: 130px;
	background-image: url(../images/side-box-bg.png);
	background-repeat: repeat-y;
	background-position: bottom;
}
.quote-name {
	font-style: italic;
	color: #1D87B8;
	padding-left: 25px;
}
.quote-date {
	font-style: italic;
	color: #1D87B8;
}
#footer a {
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	font-size: 8pt;
}
.back-to-top {
	font-size: 8pt;
}

/* Contact us */
.input {
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	padding: 2px;
	margin: 2px;
}
.label {
	color: #666;
    padding-right: 3px;
}
.button {
    cursor: pointer;
	padding-left: 2px;
	padding-top: 2px;
}

/* Drop Down Menu  */
#menu {
	position: relative;
	list-style-type: none; 
	padding: 0;
	margin: 0;	z-index: 999;
}
#menu li {
	float: left; 
	padding: 30px 0px 10px 0px; 
	margin: 0 1px 0 0; 
	position: relative; 
	width: 82px; 
	height: 10px;	z-index: 999;
}
#menu li dl {
	position: absolute; 
	top: 0; 
	left: 0; 
	padding-bottom: 0;
	z-index: 999;
}
#menu li a, #menu li a:visited {
	text-decoration: none;	z-index: 999;
}
#menu li dd {
	display: none;	z-index: 999;
}
#menu li a:hover {
	border: 0;
	background-image: url(../images/global/hover.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #75D5F2;	z-index: 999;
}
#menu li:hover dd, #menu li a:hover dd {
	display: block;	z-index: 999;
}
#menu li:hover dl, #menu li a:hover dl {
	padding-bottom: 10px;	z-index: 999;
}
#menu table {
	border-collapse: collapse; 
	padding: 0; 
	margin: -1px; 
	font-size: 1em;	z-index: 999;
}
#menu dl {
	width:  82px; 
	margin:  0; 
	padding:  0; 
	background:  transparent;	z-index: 999;
}
#menu dt {
	margin: 0; 
	border-right: 1px solid #666;	z-index: 999;
}
#menu dd {
	margin: 0; 
	padding: 0; 
	color:  #fff; 
	font-size:  1em; 
	text-align: left;
	background-color: #999;	z-index: 999;
}
#menu dt a, #menu dt a:visited {
	display: block; 
	font-size:  0.9em; 
	color:  #FFF; 
	text-align: center; 
	padding: 18px 0 17px 0;	z-index: 999;
}
#menu li:hover dt a, #menu a:hover dt a {
	color: #75D5F2;	z-index: 999;
}
#menu dd a, #menu dd a:visited {
	color: #fff; 
	padding: 5px; 
	text-decoration: none; 
	display: block; 
	text-align: left;	z-index: 999;
}
#menu dd a:hover {
	color: #75D5F2;	z-index: 999;
}
/* 
-----------------------------------------------------------------------------
Payment Page
-----------------------------------------------------------------------------*/
.headings {
	background-image: url(../images/heading-bg.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
	color: #FFF;
	font-weight: bold;
	border: #d4d4d4 1px solid;
}
.headings td {
	padding: 2px 6px;
}
.order {
	background-color: #F1F1F1;
	border: #d4d4d4 1px solid;
	border-top: none;
}
.order td {
	padding: 2px 6px;
	border-bottom: #d4d4d4 1px solid;
}
.left-border {
	border-left: #d4d4d4 1px solid;
}
.right-border {
	border-right: #d4d4d4 1px solid;
}
.or-use {
	font-size: 8pt;
	padding-right: 55px;
}
.small-font {
	font-size: 8pt;
	margin-bottom: 10px;
}
.total {
	background-color: #F1F1F1;
	border: #d4d4d4 1px solid;
	border-top: none;
}
.update-order td {
	padding: 2px 6px;
}
.help-2 {
	font-size: 8pt;
	border: 1px solid #CCC;
	padding: 3px;
	background-color: #D7FAC2;
	margin-top: 5px;
	margin-right: 17px !important;
	margin-right: 10px;
	float: right;
}
.clear {
	clear: both;
}
#payment-reviews .side-box {
	float: left;
	margin-right: 5px;
	margin-top: 10px;
}	


#admin td, #admin th {
	padding: 0 3px;
}

.tracking td {
padding: 3px 8px 3px 10px;
}
#track-status {
	float:right; 
	width: 340px;
	border:1px solid #ccc;
	padding:10px;
	overflow:hidden;
}
#track-status h2 {
font-size: 12pt;
}
.home-bullets {
margin-left: 25px;
padding-bottom: 15px;
}
.home-bullets li {
color: #1D87B8;
list-style: outside;
list-style-type:disc;
padding-bottom: 5px;
}
.home-bullets li span {
color: #000;
}
.logo-row {
display: block;
zoom: 1;
overflow: hidden;
}
.logo-row {
	padding: 5px 0;
}
.logo-row a:hover img {
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}
.logo-small-row a:hover img {
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}
.logo-row a {
float: left;
display: block;
color: #636363;
font-size: 13px;
margin-left: 0px;
text-align: center;
}
.logo-row a:hover {
text-decoration: none;
}
.logo-row2 {
	margin-bottom: 5px;
}
.logo-row2 a {
/*	margin-right: 10px;*/
}
#logos span {
color: #aaa;
font-size: 11px;
}

#flags {
	display: block;
	margin-top: 5px;
	height: 30px;
text-align: left;
}
#flags a img {
	opacity: 0.3;
}
#flags a:hover img {
	opacity: 1.0;
}

.top5 {
float: left;
margin-right: 40px;
text-align: center;
}


#header-new {
height: 320px;
display: block;
overflow: hidden;
zoom: 1;
position: relative;
margin-bottom: 2px;
}
#header-new h1 {
	position: absolute;
	left: 320px;
	float: left;
	top: 2px;
font-size: 13px;
}
#header-new #logo {
	background: url(../images/new/logo.png) no-repeat;
	width:149px;
	height: 41px;
	position: absolute;
	left: 50px;
	float: left;
	top: 19px;
}
#header-new #logo a {
	display: block;
	width: 149px;
	height: 41px;
}

#nav-new {
	float: right;
	position: absolute;
	top: 37px;
	right: 49px;
}
#nav-new ul li {
	display: block;
	float: left;
}
#nav-new ul li a {
	height: 41px;
	line-height: 41px;
	display: block;
	width: 87px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	
}
#nav-new ul li.current {
	background: url(../images/new/nav-tab.png) no-repeat;
}
#stages {
	display: block;
	overflow: hidden;
	zoom: 1;
	width: 890px;
	height: 242px;
}
#stages ul {
	width: 263px;
	position: absolute;
	top: 78px;
	display: block;
	overflow: hidden;
	zoom: 1;
	left: 0;
}
#stages ul li a {
	display: block;
	width:100%;
	height: 100%;
}
#stages ul li#stage1 {
	height: 83px;
}
#stages ul li#stage2 {
	height: 79px;
}
#stages ul li#stage3 {
	height: 80px;
}

#stages ul li#stage1 a {
	background: url(../images/new/option-1.png) no-repeat;
}
#stages ul li#stage2 a {
	background: url(../images/new/option-2.png) no-repeat;
}
#stages ul li#stage3 a {
	background: url(../images/new/option-3.png) no-repeat;
}

#stages ul li#stage1 a:hover, #stages ul li#stage1 a.current {
	background: url(../images/new/option-1-hover.png) no-repeat;
}
#stages ul li#stage2 a:hover, #stages ul li#stage2 a.current {
	background: url(../images/new/option-2-hover.png) no-repeat;
}
#stages ul li#stage3 a:hover, #stages ul li#stage3 a.current {
	background: url(../images/new/option-3-hover.png) no-repeat;
}

#stageDetails {
	position: absolute;
	right: 0;
	top: 78px;
	width:627px;
	height: 242px;
}
.banner-title1 h2 {
	height: 20px;
	font-size: 18px;
	color: #54549d;
	text-align: center;
}
#banner-repeat {
	height: 94px;
	display: block;
	overflow: hidden;
	zoom: 1;
	background: url(../images/new/banner-repeat-bg.png) no-repeat;
}
#banner-repeat h2 {
	text-align: center;
	font-size: 31px;
	margin-top: 15px;
	padding: 0;
	margin-bottom: 0px;
	color: #fff;
}
#banner-repeat p {
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin: 0;
}

#banner-track-phone {
	height: 143px;
	display: block;
	overflow: hidden;
	zoom: 1;
	background: url(../images/new/banner-track-phone-bg.png) no-repeat;
	text-align: left;
	color: #fff;
}
#banner-track-phone #banner-track {
	padding: 20px;
	float: left;
	width: 281px;
	height: 103px;
}
#banner-track-phone #banner-track label {
	font-size: 16px;
	display: block;
	margin-bottom: 12px;
}
#banner-track-phone #banner-track input {
	height: 22px;
	display: block;
	float: left;
	border: none;
	background: #fff;
	margin-bottom: 14px;
}
#banner-track-phone #banner-track p {
	font-size: 12px;
	line-height: 22px;
}

#banner-track-phone #banner-phone {
	padding: 20px;
	float: left;
	width: 529px;
	height: 103px;
}
#banner-track-phone #banner-phone h3 {
	font-size: 16px;
	margin-bottom: 0px;
	color: #fff;
}
#banner-track-phone #banner-phone p { 
	font-size: 45px;
	margin: 0;
	font-weight: bold;
}

.vid-box p {
	text-align: center;
	color: #484848;
}

#base-boxes {
	display: block;
	overflow: hidden;
	zoom: 1;
	margin: 15px 0;
}
.base-box {
	float: left;
	width:190px;
	margin-right: 20px;
	font-size: 11px;
	color: #535353;
}
.base-box h2 {
	color: #54549d;
	font-size: 18px;
}
#banner-freecode {
	background: url(../images/new/freecode.png) no-repeat;
	height: 94px;
	width: 890px;
}
#banner-freecode a {
	display: block;
	height: 94px;
	width: 890px;
}
#guarantee-star {
	width: 156px;
	height: 132px;
	position: absolute;
	top: 240px;
	right: 0px;
	background: url(../images/new/guarantee-star.png) no-repeat;
}
#guarantee-star a {
	display: block;
	width: 156px;
	height: 132px;
}


#unlocks-flags {
	background: url(../images/new/head-unlocks-bg.png) no-repeat;
	height: 33px;;
	width: 216px;
	position: absolute;
	top: 0;
	right:0;
}
#unlocks-flags p {
	float: left;
	color: #fff;
	font-size: 11px;
	margin: 6px 0 0 10px;
}
#unlocks-flags a {
	display: block;
	float: right;
	margin-top: 5px;
	position: relative;
	right: 10px;
	margin-left: 3px;
}
#landing-models div {
	float: left;
	width: 140px;
	font-size: 12px;
}

#payment-testimonials .testimonial {
	overflow: hidden;
	zoom: 1;
	position: relative;
	top: 0;
	margin-bottom: 5px;
}

#payment-testimonials .testimonial .date {
	float: left;
	width: 69px;
	height: 69px;
	background: url(../images/date-bg.png) no-repeat;
}
#payment-testimonials .testimonial .date .d {
color: #fff;
font-size: 27px;
line-height: 47px;
height: 47px;
text-align: center;
text-shadow: #333 1px 1px;
margin: 0;
}
#payment-testimonials .testimonial .date .m {
color: #fff;
margin: 0;
font-size: 9px;
line-height: 22px;
height: 22px;
text-align: center;
text-shadow: #333 1px 1px;
}
#payment-testimonials .testimonial .contents {
	float: left;
	width:745px;
	margin: 0;
	margin-left: 18px;
}
#payment-testimonials .testimonial h2 {
	color: #54549d;
}
#payment-testimonials .testimonial .text {
	font-size: 12px;
	line-height: 22px;
	color: #333;
}
#payment-testimonials .testimonial .details p {
	padding: 10px;
	background: #f3f2ed;
	border: 1px solid #e5e5e5;
	color: #333;
	font-size: 9px;
	float: left;
	width: 610px;
	height: 14px;
}
#payment-testimonials .testimonial .details a {
	float: right;
}
.logo-row img {
	width: 156px;
	height: 84px;
}

#unlocking-makes {
	width: 100%;
	margin-bottom: 45px;
	margin-top: 10px;
}
#unlocking-makes td {
	padding: 10px 20px;
}
#unlocking-makes td a, #unlocking-makes td {
	font-size: 18px;
	color: #000;
}


#payMethods {
	overflow: hidden;
	zoom: 1;
	margin-top: 15px;
	margin-bottom: 15px;
	background: rgb(241, 241, 241);
	border: 1px solid #aaa;
	width: 831px;
}
#payMethods h3 {
	margin-bottom: 10px;
}
#payMethodPP {
	float: left;
	width: 360px;
	padding: 10px;
}
#payMethodPP form {
	margin-left: 100px;
	margin-top: 30px;
}
#payMethodCard {
	float: left;
	width: 360px;
	margin-left: 15px;
	padding: 10px;
	padding-left: 15px;
	border-left: 1px solid #aaa;
}
#payMethodCard label {
	display: block;
	margin-bottom: 2px;
	font-size: 10px;
}
#payMethodCard input {
	display: block;
	margin-bottom: 5px;
}
#payMethodCard form {
	margin-left: 10px;
}
#payMethodCard input.submit {
	margin: 15px 0;
}
strong.hugenum {
	font-size: 28px;
	color: #1D87B8;
}

.support-container {
	background: url(../images/header-support.png) no-repeat !important;
}
.support-container #header-new {
	height: 154px;
	margin-bottom: 0;
}
#support-head h2 {
	text-align: left;
	margin-top: 100px;
	margin-left: 29px;
	color: #fff;
	font-size: 26px;
	text-shadow: #26678c 1px 1px;
	letter-spacing: 1px;
}
#support-head h2 span {
	letter-spacing: normal;
	font-size: 18px;
}

#support {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 25px;
}

#support h2 {
	color: #54549d;
}

#support-title-heading {
	background: url(../images/support-icon-mglass.png) no-repeat 190px 3px;
}

#support-search {
	display: block;
	width: 373px;
	height: 32px;
	background: url(../images/support-searchbox.png) no-repeat;
	padding: 4px;
	overflow: hidden;
	zoom: 1;
}

#support-search .input-text {
	border: none;
	display: block;
	float: left;
	width: 342px;
	height: 22px;
}

#support-search .input-image {
	margin-top: -1px;
	margin-left: 7px;
	float: right;
}

#support p.grey {
	color: #929292;
	font-size: 12px;
}

#support .column-left {
	float: left;
	width: 550px;
	margin-right: 30px;
}

#support .column-right {
	float: left;
	width: 255px;
}

#support .support-faq-row {
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
	float: left;
	width: 270px;
}

#support .support-faq-column {
	margin-bottom: 10px;
}

#support-faq ul  {
	overflow: hidden;
	zoom: 1;
}
#support-faq ul li {
	padding-left: 12px;
	width: 250px;
	margin-bottom: 3px;

	margin-right: 10px;
	background: url(../images/support-bullet.png) no-repeat 0 7px;
}
#support .faq-description {
	display: none;
	width: 213px;
	background: #3ea8e5 url(../images/support-faq-box-arrow.png) no-repeat top;
	color: #fff;
	padding: 15px;
	margin: 5px 0;
	
}
#support .faq-description a {
	font-weight: bold;
	color: #fff;
}
#support-faq p.more {

	text-align: right;
	margin-top: 10px;
	margin-right: 25px;
}
#support-faq p.more a {
	color: #3ea8e5;}
#support-faq ul li a {
	color: #616161;
	font-size: 13px;
}

#support .bluebox {
	border: 1px solid #3ea8e5;
	margin-bottom: 25px;
}
#support .bluebox h2 {
	padding-left: 10px;
	padding-top: 5px; 
	color: #fff;
	font-size: 14px;
}
#support .bluebox h2.icon-star {
	background: #3ea8e5 url(../images/support-icon-star.png) right no-repeat;
}
#support .bluebox h2.icon-help {
	background: #3ea8e5 url(../images/support-icon-mglass-blue.png) right no-repeat;
}
#support .bluebox ul {
	margin: 10px;
}
#support .bluebox ul li {
	margin-bottom: 10px;
}
#support .bluebox ul li span {
	color: #35b0e9;
	padding-right: 11px;
	font-size: 13px;
}
#support .bluebox ul li a {
	color: #616161;
	font-size: 13px;
}

#support .bluebox ul li {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 5px;
}
#support .bluebox ul#morehelp li a {
	color: #3ea8e5;
	font-size: 13px;
	text-decoration: underline;
	width: 193px;
	float: right
}
#support .bluebox ul#morehelp li p {
	font-size: 12px;
	float: right;
	margin-bottom: 0;
	width: 193px;
	color: #616161;
}
#support .bluebox ul#morehelp img {
	float: left;
}

#support-content p {
	color: #616161;
	font-size: 13px;
}
#support p.caption {
	color: #929292;
	font-size: 12px;
}
#support-contact form {
	margin-left: 10px;
}
#support-contact label {
	font-size: 12px;
	display: block;
	color: #555;
	margin-top: 15px;
	margin-bottom: 3px;
}
#support-contact input, #support-contact textarea {
	display: block;
	border: 1px solid #ccc;
	width: 200px;
	height: 20px;
	background: #fff;
}
#support-contact textarea  {
	height: 200px;
	width: 300px;
}
#support-contact input.submit {
	background: #3796cd;
	color: #fff;
	width: 100px;
	margin-top: 15px;
}
#support-contact img {
	margin: 10px 0;
}
#support-contact p {
	margin: 10px;
}
#support-contact h3 {
margin-top: 20px;
}

#jelly {
	font-size: 12px;
	margin: 0 15px;
	background: #eee;
	border: 1px solid #ccc;
	padding: 15px;
}
#jelly ol {
	list-style-type: decimal;
	list-style-position: inside;
}
h2.codeh2 {
	background-position-x: 170px !important;
}
#support p.success {
	color: #080;
	border: 1px solid #0a0;
	padding: 15px;
	background: #cfc;
}
#support-head a.block {
	display: block;
}
#support-head a.block:hover {
	text-decoration: none;
}


#forum-threads .thread {
	overflow: hidden;
	zoom: 1;
	position: relative;
	top: 0;
	margin-bottom: 5px;
}
#forum-threads .thread .date {
	float: left;
	width: 69px;
	height: 69px;
	background: url(../images/date-bg.png) no-repeat;
}
#forum-threads .thread .date .d {
color: #fff;
font-size: 27px;
line-height: 47px;
height: 47px;
text-align: center;
text-shadow: #333 1px 1px;
margin: 0;
}
#forum-threads .thread .date .m {
color: #fff;
margin: 0;
font-size: 9px;
line-height: 22px;
height: 22px;
text-align: center;
text-shadow: #333 1px 1px;
}
#forum-threads .thread .contents {
	float: left;
	width:440px;
	margin: 0;
	margin-left: 18px;
}
#forum-threads .thread h2 {
	color: #54549d;
}
#forum-threads .thread .text {
	font-size: 12px;
	line-height: 22px;
	color: #333;
}
#forum-threads .thread .details p {
	padding: 10px;
	background: #f3f2ed;
	border: 1px solid #e5e5e5;
	color: #333;
	font-size: 9px;
	height: 14px;
}
#forum-threads .thread .details a {
	float: right;
}

#forum-newthread label {
	display: block;
	font-size: 12px;
	color: #555;
	margin-top: 10px;
	margin-bottom: 5px;
}

#forum-newthread input {
	border: 1px solid #ccc;
	width: 300px;
	height: 20px;
	padding: 3px;
}
#forum-newthread textarea {
	border: 1px solid #ccc;
	width: 500px;
	height: 200px;
	padding: 3px;
}
#forum-newthread input.submit {
	background: #3796cd;
	color: #fff;
	width: 100px;
	margin-top: 15px;
}
#forum-newthread {
	margin-top: 20px;
}
#forum-threads {
	margin-top: 20px;
}

