html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}

* html img.floated1 {
margin: -3px 0px; ma\rgin: 0;
}
/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 0px; /* force scrollbars */
	padding-bottom: 0px;
	overflow-x: hidden;
}

body {
	color: #68625d;
	font: normal 80% sans-serif;
	line-height: 1.5;
	background-color:#0d4f83;
}
body.empty {
	background:none;
	background-color:#333;
}
body.empty #devtools{display:none;}

#layout_wrapper {
	/*background: #202D1A url(img/tile1a.jpg) repeat-x;*/
	padding-bottom: 16px;
}

#layout_wrapper2 {
	background: url(img/layout_wrapper2.png) no-repeat center top;
	padding-top: 10px;
}
* html #layout_wrapper2 {
	background:none;
}

#header_wrapper {
	height: 160px;
	margin-bottom:0px;
	background: url(img/header1.png) no-repeat;
}
#header_wrapper.other {
	background: url(img/header_other.png) no-repeat;
}
#layout_wrapper3 {
	margin: 0 auto;
	width: 992px;	
}
* html #layout_wrapper3 {
	margin: 0 auto;
	padding-left:90px;
	width: 997px;	
}
#layout_wrapper4 {padding: 6px;background: url(img/wrapper_bg1.jpg) no-repeat;}

/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #555;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.6em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}

h3.h3title{
font-size:11px;
color:#FF6600;
font-weight:bold;
margin-bottom:10px;
}
h3.h3title1{
font-size:13px;
color:#666666;
}
h3.h3title2{
font-size:12px;
color:#FF6600;
font-weight:bold;
border-bottom:1px dotted #CCCC99;
padding-bottom:2px;
}
h3.h3title3{
font-size:12px;
color:#FF6600;
font-weight:bold;
border-top:1px dotted #CCCC99;
padding-top:2px;
margin-top:10px;
}


/* Text elements */

p {margin-bottom: 1em;}

a:focus,a:hover {color: #0099FF;}
a {
	color: #006699;
	text-decoration: underline;
}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.5em;}
del, blockquote {color: #999999;}
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}
/* Lists */

li ul, li ol {margin-left: 1.5em;}

ul {list-style-type: none;}
ol {list-style-type: decimal;}
ul.disc{list-style-type:disc;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {
	float: left;
	list-style: none;
	margin: 0;
}

ul.inlineul{display:inline;}
ul.inlineli li{display:inline;}

/* Tables */

table {
	margin-bottom: 1.4em;
	width: 100%;
}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {}
caption {background: #EEE;}

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background: #E5E5E5;
	border: 1px solid #D5D5D5;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {
	background: #F0F0F0;
	border: 1px solid #E0E0E0;
}
table.data_table tr.even td {background: #F5F5F5;}


/* Misc classes */

.small {font-size: 12px;}
.small1 {font-size: 11px;}
.small2 {font-size: 10px;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}
.font12{font-size:12px!important;}

.large {font-size: 1.1em;}
.larger {font-size: 1.2em;}
.largest {font-size: 14px!important;}

.hidden {display: none;}

.quiet {color: #666;}
.loud {color: #000;}
.highlight {background: #FF0;}

.text_left {text-align: left!important;}
.text_right {text-align: right;}
.text_center {text-align: center;}
.text_justify {text-align: justify;}

.bgccc{background-color:#ccc;}
.bgddd{background-color:#ddd;}
.bge5{background-color:#e5e5e5;background:none;}

.response-msg {
	padding:5px 10px 0px 55px;
	font-size:11px;
	min-height:40px;
}

.response-msg span {
	display:block;
	font-weight:bold;
	padding:0 0 4px;
}

.error {
	background:#f9e5e6 url('img/error.png') 8px 8px no-repeat;
	color:#b50007;
	border:#e8aaad solid 1px;
}

.notice  {
	background:#f9f9e5 url('img/notice.png') 8px 8px no-repeat;
	color:#828400;
	border:#e8e3aa solid 1px;
}

.inf {
	background:#e5ecf9 url('img/info.png') 8px 8px no-repeat;
	color:#0055b5;
	border:#aac6e8 solid 1px;
}

.success {
	background:#e9f9e5 url('img/success.png') 8px 8px no-repeat;
	color:#1c8400;
	border:#b4e8aa solid 1px;
}

.success2{border:#b4e8aa solid 1px;color:#1c8400;padding:5px;background-color:#e9f9e5;margin:5px 0px;}
.error2{border:#e8aaad solid 1px;color:#b50007;padding:5px;background-color:#f9e5e6;margin:5px 0px;}


/* 
   Forms 
------------------------------------------------------------------- */

label {
	color:#333333;
}
.label1{color:#CCCC99; font-family: Georgia, "Times New Roman", Times, serif; font-size:14px;}
fieldset {border: 1px solid #CCC;}
legend {
	font-size: 1.2em;
	font-weight: bold;
}
textarea {overflow: auto;}
input.text, textarea, select {
	background: #FCFCFC;
	border: 1px solid #ccc;
	padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}

input.button {
	background: #F9F9F3;
	border: 1px outset #AAA;
	padding: 4px 5px;
}
input.button:active {border-style: inset;}
input.tb1{
border-left:2px solid #696969;
border-top:1px solid #404040;
padding:3px;
width:auto;
}

.button,.button2,.button3{text-decoration:none;}
.button::-moz-focus-inner,.button2::-moz-focus-inner,.button3::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
.button,.button2,.button3 { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
.button,.button2,.button3 { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
.button span,.button2 span,.button3 span { float:left; height:20px; padding:0 0 0 8px; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; line-height:normal; font-weight:bold; text-transform:lowercase; text-align:center; white-space:nowrap; color:#fff; }
.button span{ background:transparent url(img/bkg_button.png) 0 0 no-repeat; }
.button2 span{ background:transparent url(img/bkg_button2.png) 0 0 no-repeat; }
.button3 span{ background:transparent url(img/bkg_button3.png) 0 0 no-repeat; }
.button span span,.button2 span span,.button3 span span { background-position:100% 0; padding:2px 8px 0 0; }

button.disabled {}
button.disabled span {}


.form_row {
	background: #F5F5F5;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E1E1E1;
	padding: 2px 0;
	border:none;
	background:none;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: #E5E5E5;	
	border-bottom: 1px solid #CCC;
	padding: 4px 0 8px;
	border:none;
	background:none;
	padding-top:10px;
	margin-top:10px;
	border-top: 1px solid #2A2A2A;
}
.legend {
	border-bottom: 1px solid #CCC;
	padding: 8px 18px 6px;
	font-size: 1.4em;
}
.form_property, .form_value {float: left;text-align:right;}
.form_property {
	width: 60px;
}
.form_value {padding-left: 10px;}
.form_row_submit .form_value {padding-left: 132px;}

textarea.purple,input.purple{
background-color:#2E222F !important;
color:#CCCCCC;
border:1px solid #404040;
border-right:solid 1px #666666 !important;
border-bottom:solid 1px #666666 !important;
padding:5px;
}


/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* 
   Separators 
------------------------------------------------------------------- */

.content_separator, .archive_separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 14px;}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 0px;}

.post_title a,.post_meta a, .post_date a {text-decoration: none;}
.post_title a:hover,.post_meta a:hover, .post_date a:hover {text-decoration: underline;}

.post_date {
	border-top: 1px solid #D5D5D5;
	color: #777;
	font-size: 0.9em;
	padding: 8px 0 12px;
}
.post_date a {color: #444;}

.post_meta {
	background: #E7E7E7;
	border: 1px solid #D7D7D7;
	color: #777;
	font-size: 0.9em;
	padding: 6px 10px;
	margin-top:10px;
}
.post_meta a {color: #345; }
.post_meta a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 14px;}
.archive_post_title {padding-top: 3px;}
.archive_post_date {
	background: #FAFAFA;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive_post .post_date {
	border: none;
	padding: 3px 0 0;
}
.archive_post_day {font: normal 1.6em Georgia,serif;}


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 0 1em -8px;}
.thumbnails a.thumb ,.thumbnails a.thumb1 {	
	background: #D5D5D5;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb1 {
margin: 0 0 8px 22px;
}
.thumbnails a.thumb:hover ,.thumbnails a.thumb1:hover {background: #C0C0C0;}
.thumbnails .thumb img ,.thumbnails .thumb1 img {display: block;}

/* 
   PicBox
------------------------------------------------------------------- */
.picbox a.thumb{
background: #D5D5D5;
display: block;
float: left;
margin: 0px;
padding: 3px;
}

.picbox2 ul,.picbox3 ul{
margin:0px;
width:289px;
}
.picbox2 ul li,.picbox3 ul li{
background: none;
display: block;
padding: 0px;
list-style:none;
}
.picbox2 ul li img,picbox3 ul li img{
width:289px;
}
.picboxborder{
border-top:2px solid #333;
}
/* 


/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 0.6em;}
.box_title {
	background: #c9cdcf url(img/navigation2.gif) repeat-x;
	border-bottom: 1px solid #666666;
	color: #CCCCCC;
	font: bold 1.3em sans-serif;
	padding: 7px 10px 6px;
}
.box_content {padding: 8px 0 8px;}
.box li:first-child {border-top: none;}


/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #D6D6D6; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #D6D6D6;
	padding:5px;
	padding-bottom:0px;
}
.comment_date {font-size: 0.9em;}
.comment_date a {
	color: #567;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}


/* 
   Layout 
------------------------------------------------------------------- */

/* Header */

#header {padding: 0px;}

#site_title h1 {
	color: #A0C3D0;
	font-size: 2.5em;
}
#site_title h1 a {
	color: #A0C3D0;
	text-decoration: none;
}
#site_title h1 a:hover {color: #DDD;}
#site_title h2 {
	color: #999;
	font-size: 1.3em;
}


/* Navigation */

#navigation {
	background: url(img/navigation3a.jpg) repeat-x;
	height:47px;
}
#navigation a {
	color: #E0E6EA;
	display: block;
	text-decoration: none;
}

/* Main navigation */
#nav ul,#nav ul li,#nav ul li a{display:inline;}
#nav li:hover {}
#nav li.lborder {border-left: 1px solid #353636;}
#nav li.nav_spacer {margin-left:50px;}
#nav a {
	font-size: 1.1em;
	padding: 12px 10px;
	height:23px;
}
#nav a.right_item {
	font-size: 1.1em;
	padding: 12px 10px;
	height:23px;
}
#nav a:hover {color:#ec5600;}
#nav a.right_item:hover {background: url(img/navigation_linea.gif) no-repeat left;}
#navigation a.img {
	display:inline;
	padding:0px;
}
#nav a.img:hover {background: none;}
#nav li.nav_spacer a:hover {background: none;}
#nav li.current_page_item{
	color: #FFF;
}
#nav li.current_page_item a {
	background: url(img/navigation_linea.gif) no-repeat right;
	color: #ec5600;
}
#nav li.current_page_item a.right_item {
	color: #ec5600;
}
#nav li.navfirst,#nav li.navfirst a:hover{
-moz-border-radius-topleft:10px !important;
-moz-border-radius-bottomleft:10px !important;
-webkit-border-top-left-radius:10px !important;
-webkit-border-bottom-left-radius:10px !important;
}

#nav li.navlast,#nav li.navlast a:hover{
-moz-border-radius-topright:10px !important;
-moz-border-radius-bottomright:10px !important;
-webkit-border-top-right-radius:10px !important;
-webkit-border-bottom-right-radius:10px !important;
}

/* Sub-navigation */
#subnav {

	padding:10px;
}
#subnav.red {
	border-top: 1px solid #a53237;
	background: #6e090e;
}
#subnav li {border-right: 1px solid #162904;}
#subnav a {
	font-size: 11px;
	padding: 9px 12px;
	color:#CCCCCC;
	text-decoration:none;
}
#subnav a:hover {color:#CCFF00;}


/* Main */

#main_wrapper {
	margin-bottom: 10px;
}
#main {
	padding: 5px 0;
}
#content_wrapper {width: 690px;}

#main_wrapper_full {
	background: url(img/main_wrapper_full.gif) repeat-y;
	border-bottom: 1px solid #C3C4C1;
	margin-bottom: 3px;
}
#main_full {
	background: url(img/main_full.gif) no-repeat;
	padding: 24px 0;
}
#content_wrapper_full {width: 100%;}
#content {padding: 0px 15px 0px 0px;}


/* Sidebar */

#sidebar_wrapper {width: 290px;}
#sidebar {padding:0px 0px 0px 0px;}


/* Dashboard */

#dashboard_wrapper {}
#dashboard {
	background: #c9cdcf url(img/dashboard.png) repeat-x;
	color: #404448;
	margin-bottom: 0px;
	padding: 16px;
}

#dashboard .col3 {width: 288px;}
#dashboard .col3mid {width: 370px;}
#dashboard .col3mid .col3_content {
	border-left: 1px solid #B0B4B8;
	border-right: 1px solid #B0B4B8;
	margin: 0 20px;
	padding: 0 20px;
}
#dashboard .col_title {
	color: #4B4B4B;
	font-size: 1.5em;
	margin-bottom:5px;
}

#dashboard ul {margin: 0;}
#dashboard li {
	list-style: none;
	padding: 2px 0;
}
#dashboard li a {
	color: #404448;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #202428;
	text-decoration: underline;
}

/* 
   Single line IE-fix
------------------------------------------------------------------- */
* html #main, * html #dashboard {height: 0.01%; min-height: 0.01%;}


/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0 !important;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}
.border_dotted{border:1px dotted #999999;}
.bordert1{border-top:1px solid #003300;}

/* Margin */

.nomargin {margin: 0 !important;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0 !important;}
.nolmargin {margin-left: 0;}
.marginb1{margin-bottom:1px;}
.marginb5{margin-bottom:5px;}
.marginb10{margin-bottom:10px;}
.marginb20{margin-bottom:20px;}
.margint10{margin-top:10px;}
.margint20{margin-top:20px;}
.margint30{margin-top:30px;}
.margint40{margin-top:40px;}
.marginb10{margin-bottom:5px;}
.margintb10{margin-top:10px;margin-bottom:10px;}
.marginl5{margin-left:5px;}
.marginl10{margin-left:10px;}
.marginr10{margin-right:10px;}
.marginr20{margin-right:20px;}

/* Padding */

.nopadding {padding: 0 !important;}
.notpadding {padding-top: 0 !important;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0 !important;}
.nolpadding {padding-left: 0;}
.notbpadding {padding-top: 0 !important;padding-bottom: 0 !important;}
.padding2{padding:2px;}
.padding5{padding:5px;}
.padding10{padding:10px;}
.padding20{padding:20px;}
.paddingt5{padding-top:5px;}
.paddingt10{padding-top:10px;}
.paddingtb10{padding:10px 0px;}
.paddingl10{padding-left:10px;}

.txt_small{
font-size:11px;
}
.txt_small_pad{
font-size:11px;
padding:3px;
border:1px solid #54646C;
}
.txt_vsmall{
font-size:11px;
font-weight:normal;
padding-left:2px;
}
.txt_med{
font-size:12px;
}
.bold{
font-weight:bold;
}
.float-right{
float:right;
}
.btn1{
border: 1px solid rgb(187, 187, 187);
padding:5px;
font-size:12px;
background:-webkit-gradient(linear, 0% 40%, 0% 70%, from(rgb(249, 249, 249)), to(rgb(227, 227, 227)));
-webkit-border-bottom-left-radius: 3px 3px;
-webkit-border-top-left-radius: 3px 3px;
-webkit-border-top-right-radius: 3px 3px;
-webkit-border-bottom-right-radius: 3px 3px;
text-decoration:none;
cursor:default;
cursor:pointer;
color:#333333;
}
.btn1:hover{
border: 1px solid rgb(128,168,198);
padding:5px;
font-size:12px;
background:-webkit-gradient(linear, 0% 40%, 0% 70%, from(rgb(249, 249, 249)), to(rgb(208,223,232)));
-webkit-border-bottom-left-radius: 3px 3px;
-webkit-border-top-left-radius: 3px 3px;
-webkit-border-top-right-radius: 3px 3px;
-webkit-border-bottom-right-radius: 3px 3px;
text-decoration:none;
cursor:default;
cursor:pointer;
}
.btn2{
border: 1px solid #ad9c8e;
padding:4px;
font-size:11px;
background:-webkit-gradient(linear, 0% 40%, 0% 70%, from(rgb(249, 249, 249)), to(rgb(231, 221, 214)));
-webkit-border-bottom-left-radius: 3px 3px;
-webkit-border-top-left-radius: 3px 3px;
-webkit-border-top-right-radius: 3px 3px;
-webkit-border-bottom-right-radius: 3px 3px;
text-decoration:none;
cursor:default;
cursor:pointer;
}
.lbl-left{
width:100px;
display:block;
float:left;
}
.lbl-right{
display:block;
float:right;
}
.border-top-1{
border-top:1px solid #CCCCCC;
}
.border-bottom-1{
border-bottom:1px solid #CCCCCC;
}
img.border-all{
border:1px solid #ccc;
}
img.border-all-1{
border:1px solid #ccc;
padding:5px;
background-color:#fff;
}
.margin-min-10{
margin-top:-10px;
}
.margin-min-15{
margin-top:-15px;
}
.margin-top-5{
margin-top:5px;
}
.margin-top-10{
margin-top:10px;
}

#login-link{
    float:right;
	display: block;
    padding: 5px 15px 5px 15px;
    color: #FFF;
}
#login-panel{
    padding: 4px 15px 11px 15px;
    color: #FFF;
	height:30px;
}
label.width100{
    width:150px;
}

.toolbar_home{
border-left:1px solid #1D1D1D;
border-right:1px solid #1D1D1D;
border-bottom:1px solid #1D1D1D;
height:20px;
padding:6px 3px;
padding-right:0px;
/*background-color:#140A18;*/
}
ul.toolbarlist {
	display: inline;
	margin: 0;
	width:auto;
}
ul.toolbarlist li {
	float: left;
	list-style: none;
	margin: 0;
	padding-right:3px;
}
.bg_o{
background-color:#DEE9EF;
border:1px dotted #80A8C6;
margin-bottom:22px;
}
.bg_o1{
background-color:#DEE9EF;
border:1px dotted #80A8C6;
margin-bottom:0px;
padding:5px;
padding-bottom:0px;
}
.post{
padding:0px;
}
.color_black{color:#000 !important;}
.color_black_roman{color:#000 !important; font-family:"Times New Roman", Times, serif;font-size:13px;}
.color_white_roman{color:#fff !important; font-family:"Times New Roman", Times, serif;font-size:13px;}
.color_red{color:#CC0000!important;}
.color_green{color:#339900!important;}
.color_white{color:#fff!important;}
.color_yellow{color:#FFFF00!important;}

.tb_blur{
width:100%;
color:#335577;
font-size:22px;
background-color:transparent;
padding:5px;
border:none;
}
.tb_focus{
width:100%;
color:#335577;
border:1px dotted #335577;
background-color:#DDF2F9;
}
.ta_focus{
width:100%;
color:#335577;
border:1px dotted #335577;
background-color:#DDF2F9;
}
.ta_blur{
width:100%;
color:#000;
font-size:11px;
background-color:transparent;
padding:5px;
border:none;
}
.spacer-line{
border-top:1px solid #D5D5D5;
margin-top:7px;
margin-bottom:-3px;
}

.btn3{
border: 1px solid #54646C;
font-size:10px;
background:-webkit-gradient(linear, 0% 40%, 0% 70%, from(rgb(249, 249, 249)), to(rgb(227, 227, 227)));
-webkit-border-bottom-left-radius: 3px 3px;
-webkit-border-top-left-radius: 3px 3px;
-webkit-border-top-right-radius: 3px 3px;
-webkit-border-bottom-right-radius: 3px 3px;
text-decoration:none;
cursor:default;
cursor:pointer;
display:block;
text-decoration:none;
height:20px;
line-height:22px;
padding-right:3px;
}

.btn4{-moz-border-radius:2px;-webkit-border-radius:2px;padding:2px;border:1px solid #ccc;text-decoration:none;font-size:9px;background-color:#eee;color:#666!important;margin-left:2px;}
.icon-img{
background:url(img/jpeg.gif) no-repeat 2px 2px;
text-indent:20px;
display:block;
}
.icon-swf{
background:url(img/flash_ikon.gif) no-repeat 2px 2px;
text-indent:20px;
display:block;
}
.icon-url{
background:url(img/icon-hyperlink.png) no-repeat 2px 2px;
text-indent:20px;
display:block;
}
.icon-code{
background:url(img/page_white_code_red.png) no-repeat 2px 2px;
text-indent:20px;
display:block;
}
.icon-quote{
background:url(img/icon_quote.gif) no-repeat 2px 2px;
text-indent:20px;
display:block;
}

DIV.ProgressBar { width: 100px; padding: 0; border: 1px solid black; margin-right: 1em; height:.75em; margin-left:1em; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline; }
DIV.ProgressBar DIV { background-color: Green; font-size: 1pt; height:100%; float:left; }
SPAN.asyncUploader OBJECT { position: relative; top: 5px; left: 10px; }

pre.pre_content ,pre.codeblock{
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
padding:10px;
border:1px dotted #666666;
}
.attachment{
margin:10px 0px;
border:1px dotted #6FACD0;
padding:5px;
margin-top:20px;
background-color:#FFEBDD;
}
.attachment a{
background:url(img/download.png) no-repeat 2px 2px;
text-indent:20px;
display:block;
height:20px;
float:left;
margin-right:20px;
}
.iphone_landscape{
background:url(../../images/iPhone_landscape.png) no-repeat 26px 0px;
height:378px;
padding-top:29px;
}

.h1_ul{
padding-bottom:5px;
margin-bottom:20px;
}
.form_row_submit .form_value{
padding-left:260px;
}
.hidden{
display:none;
}

#slideshow {
    position:relative;
    height:350px;
	margin:-24px 0px -24px -15px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

h2.uline{
border-bottom:1px dotted #999999;
padding-bottom:5px;
margin-bottom:10px;
}
.orange{color:#FF6600;}

.curved-box
    {
    width: 298px;
    margin: 10px;
    background-color: #c3d0d4;
}

.curved-box h2
    {
    background: #c3d0d4 url(../images/curve_top.png) no-repeat left top;
    color: #f4fbfd;
    padding: 10px 15px 5px 15px;
}

.curved-box p
    {
    background: #c3d0d4 url(../images/curve_bottom.png) no-repeat left bottom;
    margin: 0px;
    padding: 5px 15px 10px 15px;
    text-align: left;
}

a.purple{
color:#996699;
}
a.purple:hover{
color:#9999CC;
}

h2{
color:#7d6959;
}

.partnerslist ul{
font-size:11px;
}

.rounded {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
.rounded10 {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.rounded_heading {
	color: #504338;
	font: bold 1.3em sans-serif;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:auto;
}
.rounded_box {
	background: #1B1B1B;
	border: 1px solid #333;
	border-bottom: 1px solid #333;
	border-top: 1px solid #666;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	color: #ccc;
	padding: 7px 10px 6px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.rounded_box1 {
	background: #e8e1db;
	border-bottom: 1px solid #cec3b7;
	border-top: 1px solid #cec3b7;
	border-left: 1px solid #cec3b7;
	border-right: 1px solid #cec3b7;
	color: #666666;
	padding: 7px 10px 6px;
}

.rounded_box_purple {
	background: #C7B5CE;
	border-top: 1px solid #A78FC0;
	border-left: 1px solid #A78FC0;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #333333;
	padding: 7px 10px 6px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.rounded_box_darkgrey {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #FFFFFF;
	color: #333333;
	padding: 7px 10px 6px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	min-height:75px;
	background:#a7a6a6 url(../../images/partners.png) no-repeat left;
	padding-left:90px;
}

.rounded_box_compact {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #FFFFFF;
	color: #333333;
	padding: 7px 10px 6px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	min-height:75px;
	background:#a7a6a6 url(../../images/partners.png) no-repeat left;
	padding-left:90px;
	position: relative; top: 50%;display: table-cell; vertical-align: middle;
}

.rounded_box_lightgrey {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #FFFFFF;
	color: #333333;
	padding: 7px 10px 6px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	min-height:75px;
	background:#B6B6B6 url(../../images/free_drinks.png) no-repeat left;
	padding-left:80px;
}

.rounded_box_white {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	color: #333333;
	padding: 7px 10px 6px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#E9E9E9;
}
.boxpadd{
padding: 7px 10px 6px;
}

#stockitems{
width:100%;
margin-top:20px;
}
#stockleft{
width:45%;
float:left;
}
#stockright{
width:45%;
float:right;
}

#stockitems ul{
padding-left:30px;
}

.demo{position:relative;margin-top:2em;}
.gallery_demo{width:690px;margin:0 auto;}
.gallery_demo li{width:68px;height:50px;border:3px double #111;margin: 0 2px;background:#000;}
.gallery_demo li div{left:240px}
.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}

#main_image{margin:0 auto 60px auto;height:438px;width:660px;background:black;}
#main_image img{margin-bottom:10px;width:660px;}

.nav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}

.info{text-align:left;width:690px;margin:30px auto;border-top:1px dotted #221;padding-top:30px;}
.info p{margin-top:1.6em;}


#super_admin_nav{
position:fixed;
top:0px;
z-index: 10;
border-bottom:1px solid #a09286;
background:#666666 url(../../admin/css/images/admin_top_nav_bg.png) repeat-x;
padding:0px;
width:100%;
margin-left:auto;
margin-right:auto;
text-align:center;
}
#super_admin_nav ul{
margin:0px;
}
#super_admin_nav ul li{
list-style:none;
float: left;
padding:5px;
border-right:1px solid #fff;
min-width:60px;
width:62px;
text-align:center;
}
#super_admin_nav ul li a:link{
text-decoration:none;
color:#fff;
}
#super_admin_nav ul li a:visited{
text-decoration:none;
color:#fff;
}
#super_admin_nav ul li a:hover{
text-decoration:none;
color:#66FFFF;
}
.autowidth{
width:auto!important;
}
.lastitem{
width:72px!important;
border-right:none;
}
#super_admin_nav .editmode{
width:auto!important;
border:none;
float:right;
color:#FFFFFF;
font-size:10px;
line-height:19px;
vertical-align:middle;
}
.admin_login_link{
margin:5px;
margin-right:10px;
font-size:10px;
background: #333333;
border-bottom: 1px solid #666666;
color: #ccc;
padding: 3px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
width:auto;
text-decoration:none;
}
.admin_login_box {
	background: #1E1E1E;
	border-bottom: 1px solid #666666;
	color: #CC99CC;
	font: bold 1.3em sans-serif;
	padding: 3px 0px 6px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	min-height:50px;
}
.admin_login_link:hover{
color: #CC99CC;
}
#super_admin_login_input{
float:right;
}
h2.paws{
padding-bottom:5px;
border-bottom:1px solid #cec3b7;
background:url(img/paw-icon.png) no-repeat left;
padding-left:25px;
padding-top:8px;
color:#5e574f;
margin-bottom:15px;
}
.border_right1{
border-right:1px solid #cec3b7;
}
ul.lined{
padding-top:0px;
}
ul.lined li{
border-bottom:1px solid #cec3b7;
margin-left:15px;
margin-bottom:10px;
}
ul.lined li h2{
font-size:11px;
font-weight:bold;
}
ul.listBitches{
list-style:none;
}
ul.listBitches li{
border-bottom:1px solid #cec3b7;
padding:10px 5px 0px 15px;
}
ul.listBitches h3{
font-size:13px;
color:#FF6600;
font-weight:bold;
margin-bottom:10px;
}
ul.listBitches a{
text-decoration:none;
color:#666666;
display:block;
}
ul.listBitches a:hover{
background-color:#e9e7e4;
}
ul.listBitches a.active{
background-color:#ebe1db;
}
li.no_lines ul li{
border:none;
}
.dogProfile{
background-color:#e8e1db;
padding:        10px;
border:1px solid #cec3b7;
border-radius:          10px;
-moz-border-radius:     10px;
-webkit-border-radius:  10px;
box-shadow:         0 0 7px #ccc;
-moz-box-shadow:    0 0 7px #ccc;
-webkit-box-shadow: 0 0 7px #ccc;
height:285px;
}
.dogProfile_item .lined{
border-bottom:1px solid #cec3b7;
margin-bottom:10px;
}
.dogProfile_item .label{
font-style:italic;
text-decoration:underline;
padding-bottom:5px;
}
.dogProfile_item h3{
font-size:12px;
margin-left:10px;
}
a.orange{
color:#ff7401;
font-weight:bold;
}
.box4{
height:600px;
min-height:600px;
}

/* Start of Column CSS */
#container4 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
}
#container3 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
	border-right:1px solid #cec3b7;
}
#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:25%;
	border-right:1px solid #cec3b7;
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:25%;
	border-right:1px solid #cec3b7;
}
#col1 {
	float:left;
	width:21%;
	position:relative;
	left:77%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:21%;
	position:relative;
	left:81%;
	overflow:hidden;
}
#col3 {
	float:left;
	width:21%;
	position:relative;
	left:85%;
	overflow:hidden;
}
#col4 {
	float:left;
	width:21%;
	position:relative;
	left:89%;
	overflow:hidden;
}
ul.gallery {
	list-style: none;
}
ul.gallery li {
	float: left;
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
	margin-right:8px;
}
ul.gallery li a.thumb {
	width: 239px;
	height: 239px;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 239px;
	height: 239px;
	overflow: hidden;
	display: block;
}
ul.gallery li a {text-decoration: none; color: #777; display: block;}

.big{
font-size:18px !important;
}

.ftree-top{
border-top:1px solid #cec3b7;
border-left:1px solid #cec3b7;
}
.ftree-bottom{
border-bottom:1px solid #cec3b7;
border-left:1px solid #cec3b7;
}
.ftree-lefta{
border-left:3px solid #cec3b7;
}
.champ{
color:#5E0000;
}
.fade1{background:#c3b6ad url(img/bg_fade1.gif) repeat-x;}
.fade2{background:#ffbbbb url(img/bg_fade2.gif) repeat-x;}
.fade3{background:#d0c7bf url(img/bg_fade3.gif) repeat-x;}
.fade4{background:#cdd9ec url(img/bg_fade4.gif) repeat-x;}
.fade5{background:#cfeccd url(img/bg_fade5.gif) repeat-x;}
.fade6{background:#e4e0d5 url(img/bg_fade6.gif) repeat-x;}
.fade7{background:#1d1d1d url(img/texture-1.jpg) repeat-x;}
.fade8{background:#3f720d url(img/bg_fade8.gif) repeat-x;}
.fade9{background:#730e0f url(img/bg_fade9.gif) repeat-x;}
.fade10{background:#000 url(img/bg_fade10.gif) repeat-x;}
.fade11{background:#fff url(img/bg_fade11.gif) repeat-x;}

.news_title{
font-size:20px;
border-bottom:1px solid #cec3b7;
margin-bottom:5px;
}
.news_date{
font-size:12px;
margin-bottom:10px;
color:#999999;
}
.news_item,.pup_item{
margin-bottom:20px;
}
.news_item ul{
padding:0px 20px 10px 20px;
}
.pup_item label{
display: block;
width:50px;
float: left;
}
.pup_image{
float:right;
position:relative;
}
.pup_image img{
width:200px;
height:100px;
border:1px solid #ad9c8e;
}
.sold_overlay {
   background: transparent url('img/sold.png') no-repeat 0 0;
   overflow: hidden;
   position: absolute;
   left: 0;
   margin-right: 0;
   top:0px;
   width: 200px;
   height: 100px;
   float: left;
   top:0px;
   clear:both;
}
.pup_buttons{
margin-top:5px;
}
.close_btn{
width:15px;
height:15px;
background:#d0c7bf url(img/close_icon.gif) no-repeat;
cursor:default;
cursor:pointer;
}
.close_btn:hover{
background:#d0c7bf url(img/close_icon_hover.gif) no-repeat;
}

/* Footer */
#footer-wrapper{position:relative;height:165px;clear:both; background:url('img/footer_bg.png') repeat-x top; min-width:980px;}
#footer{width:980px;margin:0 auto;}
#footer .right, #footer .right a, #footer .left {

	color: #777;
	text-decoration: none;
}
#footer .right a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.footer_links {
height:30px;
line-height:30px;
}
.footer_links ul{
display:inline;
}
.footer_links ul li{
display:inline;
padding:0 10px;
text-align:center;
border-left:1px solid #ad9c8e;
}
.powered_by{
background:url(../../images/prabsCMS2.png) 30px right no-repeat;
height:30px;
line-height:30px;
padding-right:55px;
text-align:right;
}
.powered_by1{
line-height:30px;
padding:0px 0px 1px 0px !important;
font-weight:normal !important;
color:#999999;
}
.powered_by1 a{
color:#619c10;
}
.vmiddle{
vertical-align:middle;
}

.center{margin: 0 auto !important;text-align:center;}
.center1{text-align:center;}
.right1{text-align:right;}

/* ADMIN CSS */
.highlight_editable{
border:1px dotted #0099FF;
background-color:#DEECED;
margin:1px;
padding:5px;
cursor:default;
}
.highlight_editable2{
border:1px solid #0099FF;
background-color:#CEDDE1;
cursor:default;
}

.tiledicons li {
    display: inline;
    float: left;
}
.tile{
    display: block;
    padding: 5px;
    margin-right: 5px;
	padding-left:18px;
}
.page_content_editable_icons ul{
border-bottom:1px dotted #cec3b7;
height:16px;
}
.page_content_editable_icons ul li{
display:block;
width:16px;
height:16px;
text-indent:-1000px;
margin:5px;
line-height:16px;
float:left;
cursor:default;
cursor:pointer;
}
.ico-edit{background:url(../../images/icons/edit-icon.png) no-repeat left;}
.ico-publish{background:url(../../images/icons/publish.png) no-repeat left;}
.ico-remove{background:url(../../images/icons/trash-icon.png) no-repeat left;}

.categories_list ul{
list-style:none;
}

.no-border{
border:none;
}
.filter-hlist li a{text-decoration:none;}

a.ptitlelink{text-decoration:none;color:#333333}
a.ptitlelink:hover{text-decoration:none;color:#999999;}

ul.product_details_info{width:700px;}
ul.product_details_info li label{width:150px;float:left;text-align:right;display:block;font-size:12px;padding-right:10px;clear:left;cursor:default;}
ul.product_details_info li span{float:left;display:block;font-size:12px;width:300px;padding-left:10px;}

ul.product_listing_info{width:490px;}
ul.product_listing_info li label{width:50px;float:left;text-align:right;display:block;font-size:11px;padding-right:10px;clear:left;cursor:default;}
ul.product_listing_info li div{float:left;display:block;font-size:11px;width:300px;padding-left:10px;}
ul.product_listing_info li div.short{width:70px;}
ul.product_listing_info li div.medium{width:170px;}

ul.bestsellers_info{}
ul.bestsellers_info li label{float:left;display:block;font-size:11px;padding-right:5px;clear:left;cursor:default;}
ul.bestsellers_info li div{float:left;display:block;font-size:11px;}
ul.bestsellers_info li div.short{width:70px;}
ul.bestsellers_info li div.medium{width:70px;}
.autowidth{width:auto;}

.italic{font-style:italic;}

#my_cart.fixed,#checkout-progress.fixed {
position: fixed;
width:225px;
top:5px;
}
.item_row{clear:both;height:20px;}
.cart_item{
border-bottom:1px solid #333333;
padding:2px 2px;
}
.cart_item.even{background: url(img/trans-white-2.png) repeat;}
.cart_item_remove{
float:left;
width:15px;
padding-top:1px;
}
.cart_item_remove1{cursor:default;cursor:pointer;}
.cart_item_title{
float:left;
width:110px;
}
.cart_item_title a{
text-decoration:none;
color:#ccc
}
.cart_item_title a:hover,a:active{
text-decoration:none;
color:#FF6600;
}
.cart_item_qty,.cart_item_price{
float:right;
}
.cart_item_qty{
padding-right:2px;
}
.cart_item_price{
width:53px;
text-align:right;
}
.cart_item_size{
padding-left:30px;
}
a.button_link{color:#fff;text-decoration:none;}
a.button_link:hover{color:#fff;}

input.qty{width:2.5em;border:1px solid #EBEBD6;padding:5px;color:#437408;}
.cart_price_big{font-size:1.5em!important;line-height:normal;white-space: nowrap !important;font-family: Georgia, 'Times New Roman', Times, serif;padding:5px;}

.ui-state-active span.number{background:#FF9900;border:1px solid #fff;}
.ui-state-active h2{background:#FF9900;border:1px solid #fff;}

/* ADMIN CSS */
#checkout{
    color: #58595B;
    font: 12px/1.35 Arial,Helvetica,sans-serif;
}
#checkout ul, ol {
    list-style: none outside none;
	margin-left:0px;
}
#checkout a.hyper{color: #214D90!important;}
#checkout .col-set{clear:both;text-align: left;}
#checkout .col-1{
width:300px;
float:left;
}
#checkout .col-2{
width:300px;
float:right;
}
h3.ch3{
    background: url("img/bkg_block-actions.gif") repeat-x scroll 0 100% transparent;
    color: #F15D22;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding-bottom: 5px;
}
#checkout h4{
    color: #2F2F2F;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}
#checkout ul.form-list{list-style:none;}
#checkout fieldset {border: 0 none;}
#checkout .form-list li {
    margin: 0 0 8px;
}
#checkout .form-list label {
    color: #000000;
    float: left;
    font-weight: bold;
    margin: 8px 0 3px;
    position: relative;
    z-index: 0;
}
#checkout .form-list label.required em {
    color: #EB340A;
    float: right;
    font-style: normal;
    position: absolute;
    right: -8px;
    top: 0;
}
#checkout .form-list li.control label {
    float: none;
}
.form-list .field {
    float: left;
    width: 325px;
}

#checkout input, select, textarea, button {
    color: #2F2F2F;
    font: 12px/15px Arial,Helvetica,sans-serif;
}
#checkout input.input-text{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B6B6B6;
}
#checkout input.input-text, textarea {
    padding: 2px;
}
#checkout.form-list .input-box {
    clear: both;
    display: block;
    width: 260px;
}
#checkout .input-text {
    color: #484848;
    width: 274px;
	border: 1px solid #B6B6B6;
}
#checkout .inputbig{
    background: url("img/bkg_input.gif") repeat-x scroll 0 0 #FFFFFF!important;
    color: #484848!important;
    padding: 7px 12px!important;
    width: 274px!important;
	border: 1px solid #B6B6B6!important;
}
#checkout li.wide .input-box input{
    width: 599px;
}
p.required {
    margin: 0;
    padding: 0 0 10px;
	color: #F15C22;
    font-size: 11px;
    text-align: right;
}
#checkout .ul {
    list-style: disc outside none;
    padding-left: 18px;
}
.form-list select {
    width: 280px;
}
#checkout dt{margin: 0px 0px 8px;}
.textright{text-align:right!important;}
.required-entry-highlight{background-color:#FFE6E6!important;}

#checkout-progress .lined{border-bottom:1px dotted #CCCC99;}
#checkout-progress h2{font-size:12px;}
#checkout-progress ul{list-style:none;padding:5px 0px 10px 20px;}

#login_form p,#admin_login_form p{
line-height: 1.6;
}
#login_form label,#admin_login_form label{
display:block;
}

.my_account_tasks h3{font-family: Georgia, 'Times New Roman', Times, serif;font-size: 14px;line-height:20px;}

.noborderbottom{border-bottom:none;}

tr.bg_green td{background-color:#E8FFDF}

.address_item{clear:both}
.address_item div{float:left}

.logged-in-msg{position:absolute;margin-top:-20px;width:975px;text-align:right;color:#ccc;font-size:11px;}

/* PAGINATOR */
.paginator{margin:0px 0px 20px 0px;}
.paginate {font-family: Arial, Helvetica, sans-serif;font-size:12px;}
a.paginate {background:transparent url(img/bkg_button3.png) 0 0 no-repeat;background-position:75% 0;color: #FFF;padding: 2px 6px 2px 6px;text-decoration: none;margin-right:5px}
a.current {font: bold 12px Arial,Helvetica,sans-serif;padding: 2px 6px 2px 6px;cursor: default;background:transparent url(img/bkg_button.png) 0 0 no-repeat;background-position:75% 0;color: #FFF;text-decoration: none;margin-right:5px}
a.paginate:hover {background:transparent url(img/bkg_button2.png) 0 0 no-repeat;background-position:75% 0;color: #FFF;}

blockquote p strong{color:#FFCC33;font-family: 'Century Gothic', sans-serif;font-size:14px}

.border-white{border:1px solid #fff !important;}
.border-black{border:1px solid #000 !important;}
.border-dg{border:1px solid #757575 !important;}

.font-centurygothic{font-family: 'Century Gothic', sans-serif;}

#cp6-process-order.w500{width:500px;}

.status-y{background-color:#FEFFD2!important;}
.status-r{background-color:#FFCCCC!important;}
.status-r1{background-color:#FFB9B9!important;}
.status-g{background-color:#E3FFDF!important;}
.status-o{background-color:#FFE7C6!important;}
.status-blu{background-color:#E6FDFF!important;}

.order_ref_link{color:#333333;}

.row_odd{background-color:#f6f2e8;}
.select-size{padding:1px;width:129px;font-size:11px;}

.request_duration{font-size:9px}

.t6col1{float:left;width:225px;}
.t6col2{float:left;width:530px;}
.t6col2-ie6{margin:0;padding:0 5px;}
* html .t6col2-ie6{padding:0;}
.t6col3{float:left;width:225px;}

ul.kirpan-fulldesc-1{margin-left: 0;margin-bottom:20px;line-height:20px;}
ul.kirpan-fulldesc-1 li span{ font-weight:bold;width:100px;display:inline-block;vertical-align:top}
ul.kirpan-fulldesc-1 li span.desc{ font-weight:normal;width:475px;display:inline-block;vertical-align:middle}

.video.link{
background-color:#000;
font-size:11px;
padding:3px;
border:1px solid #333333;
display:block;
text-align:center;
margin-top:5px;
text-decoration:none;
}
.video.link span{
background: url(img/button-play.png) no-repeat right center;
padding:5px;
height:20px;
padding-right:20px;
}
.funkybg{color:#ccc;background: url(img/orange-black-bg1.jpg) repeat-x top}
.paper225{background: url(../../images/old_paper_225.jpg) no-repeat bottom;padding:10px 10px 10px 10px;color:#000;}
.paper500{background: url(../../images/old_paper_500.jpg) no-repeat bottom;padding:10px 10px 20px 10px;color:#000;}

h2.h2a{font-size:12px;color:#FF6600;border-bottom:1px solid #333333}

#tpl-pd9 .main-wrapper{width:100%;border:0px solid #ccc;margin:0 auto;background: #fff url(img/body-bg.jpg) no-repeat;background-position: 50% 0%;}
#tpl-pd9 .main-wrapper.sm{background: #fff url(img/banner_sm.png) no-repeat;background-position: 50% 0%;}
#tpl-pd9 .header-wrapper{height:280px;}
#tpl-pd9 .main-wrapper.sm .header-wrapper{height:220px;}
#tpl-pd9 .header-wrapper-simple{height:200px;background: url(img/header-simple.png) no-repeat center top;}
#tpl-pd9 .header-wrapper #header{width:100%; min-width:980px; height:58px; background:transparent url(img/nav_bg.png) repeat-x; display:block; position:absolute; top:0; left:0;}

#header-logo{height:340px;background:url('img/header-logo.png') no-repeat center 30px;}

#top-navigation{margin:0 auto;width:980px;padding-top:10px;top:0}

#main-menu{padding: 10px 0px 0px;}
ul.main-menu{font-family: Arial;color:#FFFFFF;font-size: 12px;font-weight: bold;float:right;}
ul.main-menu li{display: block;float: left;padding: 0px 14px 0px 12px;margin: 0px;list-style-type: none;list-style-image: none;height: 29px;line-height: 20px;position: relative;}
ul.main-menu a{color:#FFFFFF;text-decoration: none;padding: 8px 0px 2px;}
ul.main-menu a:hover{text-decoration:underline;}
ul.main-menu li.main_item_btn{
display: block;
height: 30px;
margin: 0px;
padding: 4px 0px 0px;
margin-top:-8px;
position: relative;
width: 76px;
}
ul.main-menu li.main_item_btn a{background-image: url(img/nav-button.png);
background-position: 0px 0px;
display: block;
height: 30px;
padding: 0px;
position: relative;
text-decoration: none;
top: 0px;
width: 76px;
}
ul.main-menu li.main_item_btn a:hover{background-position: 0px -30px;}
ul.main-menu li.main_item_btn a span{
color: #6C3C00;
cursor: pointer;
display: block;
font-size: 12px;
font-weight: bold;
height: 18px;
left: auto;
position: absolute;
right: auto;
text-align: center;
top: 4px;
width: 76px;
z-index: 99;
}

#topnav li a{text-decoration:none;color:#808285;font-size:14px;text-transform:uppercase;margin-right:73px;font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;}
#topnav li.last a{margin-right:0px;margin-left:3px;}
#topnav li.current_page_item a{color:#008cc4!important;}
#topnav li a:hover{color:#1d174d!important;}
#topnav li.current_page_item a:hover{color:#008cc4!important;}

#leftnav1{clear:both;}
#leftnav1 li a{text-decoration:none;}
#leftnav1 ul{display:block;}
#leftnav1 ul li{float:none;clear:both;width:154px;height:33px;background-position:-3px;background-repeat:no-repeat;margin-bottom:5px;}
#leftnav1 ul li a{display:block;text-indent:-9999px;}
#leftnav1 ul li.first-time-buyer{background-image:url('img/link-first-time-buyer.jpg');}
#leftnav1 ul li.homemovers{background-image:url('img/link-homemovers.jpg');}
#leftnav1 ul li.remortgaging{background-image:url('img/link-remortgaging.jpg');}
#leftnav1 ul li.buy-to-let{background-image:url('img/link-buy-to-let.jpg');}

#tpl-pd9 .content-wrapper{margin:0 auto;}
#tpl-pd9 .content-wrapper{height:auto !important;height:425px;min-height:425px;}
#tpl-pd9 .content-wrapper.auto-height{}
#tpl-pd9 .content-wrapper-inner{width:980px;margin:0px auto;padding-top:0px;}

#tpl-pd9 .content-box-narrow{width:252px;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10px;text-align:justify;line-height:20px;color:#333333;margin-bottom:10px;}
#tpl-pd9 .content-box-narrow-top{background:url('img/content-box-narrow-top.jpg');height:22px}
#tpl-pd9 .content-box-narrow-middle{background:url('img/content-box-narrow-middle.png') repeat-y;min-height:300px;padding:0px 20px;padding-right:27px;}
#tpl-pd9 .content-box-narrow-middle2{background:url('img/content-box-narrow-middle.png') repeat-y;min-height:179px;padding:0px 20px;padding-right:27px;}
#tpl-pd9 .content-box-narrow-bottom{background:url('img/content-box-narrow-bottom.png');height:30px}
#tpl-pd9 h1.content-box-narrow-heading{font-family: Tahoma, Geneva, sans-serif;font-size:18px;color:#666;font-weight:normal!important;padding-bottom:15px;margin:0px;text-align:left;}
#tpl-pd9 h1.content-box-narrow-heading2{font-family: Arial, Helvetica, sans-serif;font-size:18px;color:#8d8d8d;font-weight:normal!important;padding-bottom:10px;margin:0px;text-align:left;border-bottom:1px dotted #ccc;}
#tpl-pd9 h3{font-family: Tahoma, Geneva, sans-serif;font-size:12px;color:#666;font-weight:normal!important;padding-bottom:15px;margin:0px;text-align:left;}

#col2-col3-container{}
#col2-col3-container.simple{background:none;}
#tpl-pd9 .content-box-wide{width:518px;float:left;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10px;text-align:justify;line-height:20px;color:#333333}
#tpl-pd9 .content-box-wide-top{background:url('img/content-box-wide-top.png');height:51px}
#tpl-pd9 .content-box-wide-middle{background:url('img/content-box-wide-middle.png') repeat-y;min-height:300px;padding:0px 20px;padding-right:27px;}
#tpl-pd9 .content-box-wide-bottom{background:url('img/content-box-wide-bottom.png');height:51px}

#tpl-pd9 .content-box-wide.full{width:700px;}
#tpl-pd9 .content-box-wide-top-full{background:url('img/content-box-wide-top-full.png');height:51px}
#tpl-pd9 .content-box-wide-middle-full{background:url('img/content-box-wide-middle-full.png') repeat-y;min-height:300px;padding:0px 20px;padding-right:27px;}
#tpl-pd9 .content-box-wide-bottom-full{background:url('img/content-box-wide-bottom-full.png');height:51px}

#tpl-pd9 h1.content-box-wide-heading{font-family: Tahoma, Geneva, sans-serif;font-size:18px;color:#666;font-weight:normal!important;padding-bottom:15px;margin:0px;}
#tpl-pd9 .content-box-wide p{margin:0px;padding-bottom:10px;}

#tpl-pd9 #col-1{float:left;width:460px;}
#tpl-pd9 #col-2{float:left;width:520px;}
#tpl-pd9 #col-1a{float:left;width:620px;}
#tpl-pd9 #col-2a{float:right;width:280px;padding-left: 50px;}
#tpl-pd9 #col-3{float:right;}
#tpl-pd9 #col-1b{width:980px;}

#newsletter{background-color:#4daad3;padding:15px;padding-bottom:0px;border:1px solid #52afd6;margin-top:2px;}
#newsletter div.title{width:101px;height:14px;background:url('img/label-newsletter.jpg') no-repeat center;text-indent:-9999px}
#newsletter input.tb1{border:1px solid #4494b5;font-size:11px;margin:0px;width:137px}
#newsletter a.newsletter-unsubscribe{font-size:11px;color:#fff;}
button.button-blue{border:1px solid #62b4d8;background-color:#1d174e;color:#fff;padding:0px 5px;cursor:pointer;}
button.button-blue2{border-top:3px solid #6a6893;border-left:3px solid #575586;border-bottom:3px solid #090918;border-right:3px solid #090918;background-color:#242261;color:#fff;padding:2px 5px;cursor:pointer;font-size:16px;}
button.button-blue2:hover{border-top:3px solid #a3a2bc;border-left:3px solid #727199;border-bottom:3px solid #12121f;border-right:3px solid #24243f;background-color:#47467a;color:#fff;padding:2px 5px;cursor:pointer;font-size:16px;}
button.button-3{border-top:3px solid #fdd595;border-left:3px solid #fbba53;border-bottom:3px solid #cb8515;border-right:3px solid #da8f17;background-color:#faa41a;color:#fff;padding:2px 5px;cursor:pointer;font-size:16px;}
button.button-3:hover{border-top:3px solid #fee7ad;border-left:3px solid #fdd979;border-bottom:3px solid #cda63f;border-right:3px solid #dbb243;background-color:#fccc4d;color:#fff;padding:2px 5px;cursor:pointer;font-size:16px;}

button.button-3s{border-top:2px solid #fdd595;border-left:2px solid #fbba53;border-bottom:2px solid #cb8515;border-right:2px solid #da8f17;background-color:#faa41a;color:#fff;padding:0px 0px;cursor:pointer;font-size:10px;}
button.button-3s:hover{border-top:2px solid #fee7ad;border-left:2px solid #fdd979;border-bottom:2px solid #cda63f;border-right:2px solid #dbb243;background-color:#fccc4d;color:#fff;padding:0px 0px;cursor:pointer;font-size:10px;}

#newsreel{margin:20px 0px 10px 0px;}
#newsreel a.newsreel-title{display:block;width:97px;height:14px;background:url('img/label-fresh-news.jpg') no-repeat center;text-indent:-9999px;margin-bottom:20px;}
#newsreel div.news_date{font-size:10px;color:#454545;margin:0px}
#newsreel div.news_title,#newsreel div.news_title a{font-size:11px;color:#1d174e;font-weight:bold;margin:0px 0px 3px 0px;border:none;text-decoration:none;}
#newsreel div.news_title a:hover{text-decoration:underline;}
#newsreel div.news_body{font-size:11px;color:#454545;margin:0px;}
#news-ticker div.news_body{padding-bottom:10px;}

#custom-borrow-calculator{margin-top:0px;width:100%;}
#custom-borrow-calculator.styled{background:#fff url('../../images/calculator.png') no-repeat center;width:250px;height:264px;margin-left:1px;}
#custom-borrow-calculator-inner-container{padding:10px;border:0px solid #ccc;margin-right:7px;}
#custom-borrow-calculator-response{font-size:30px;text-align:right;border:0px solid #ccc;margin-top:47px;padding-right:10px;padding-top:3px;}
#custom-borrow-calculator-inputs{border:0px solid #ccc;height:60px;margin-top:40px;}
#person_1,#person_2{float:right;margin-bottom:13px;border:0px solid #ccc;text-align:right;padding-right:10px;background:none;}
#custom-borrow-calculator-submit button.button-blue2{float:right;width:117px;margin-right:3px;margin-top:-3px;}

ul.reasons,ol.reasons{margin-top:25px;}
ul.reasons li h2,ol.reasons li h2{font-size:12px!important;text-align:left;margin-bottom:0px;padding-bottom:3px;color:#333333;}
ol.reasons{list-style:decimal;margin-left:10px;}
ol.reasons h2.smaller{font-size:11px!important;}

div.format1 h2{margin-top:20px;font-size:12px;color:#333;font-weight:bold;border-bottom:1px dotted #666;padding-bottom:5px;}
div.format1 a{color:#003399;}
div.format2 a{color:#1d174e;text-decoration:none;}
div.format2 a:hover{color:#474b63;text-decoration:underline;}

.apply-now-btn{display:block;width:179px;height:66px;background:#bdbec0 url('img/apply-now-button.png') no-repeat center;text-indent:-9999px;margin-bottom:40px;}
.apply-now-btn:hover{display:block;width:179px;height:66px;background:#bdbec0 url('img/apply-now-button-hover.png') no-repeat center;text-indent:-9999px;margin-bottom:40px;}

div.apply-now-btn-container{width:213px;height:41px;margin-bottom:0px;margin-left:3px;}
div.fadehover {position: relative;}
img.a {position: absolute;left: 0;top: 0;z-index: 10;}
img.b {position: absolute;left: 0;top: 0;}

#quote-form .form_property {width: 110px;padding-left:5px;}
#quote-form select.numbers{width:50px;}

#popup4{width:612px;height:364px;background:url('../../images/popup4.png') no-repeat center;}
#popup4 ul li{display:inline;margin-right:30px;}
#popup4 button.button-blue2{width:115px;}
#popup4 .popup-buttons{float:right;margin-top:250px;margin-right:35px;}

#popup5{width:612px;height:383px;background:url('../../images/popup5.png') no-repeat center;}
#popup5 ul li{display:inline;margin-right:30px;}
#popup5 button.button-blue2{width:115px;}
#popup5 .popup-buttons{float:right;margin-top:325px;margin-right:35px;}

#popup6{width:612px;height:391px;background:url('../../images/popup6.png') no-repeat center;}
#popup-close-btn a.close-btn{width:24px;height:24px;background:url('img/close_button_24.png') no-repeat center;display:block;text-indent:-9999px;float:right;margin-right:36px;margin-top:35px;}
#popup-close-btn a.close-btn:hover{background:url('img/close_button_24_hover.png') no-repeat center;}
#popup-inputs{float: right;margin-top:242px;margin-right:25px;}
.popup-input{display:block;width:185px;margin-bottom:12px;text-align:left;border:none!important;background:none!important;}
#popup6 .popup-buttons{clear:both;float:right;margin-right:50px;margin-top:5px;}
#popup6 ul li{display:inline;margin-right:30px;}
#popup6 button.button-blue2{width:115px;}

#custom-google-map-1{border:1px solid #ccc;width:460px;margin-top:30px;}

#home-deals .home-deals.spacer1{padding-bottom:60px;clear:both;}
#home-deals .content-box-narrow-heading{border-bottom:dotted 1px #ccc;padding-bottom: 10px!important;margin-bottom:10px!important;}
#home-deals .percent{font-size:24px;padding-bottom:5px;color:#242261;}
#home-deals .rate{font-weight:bold;}
#home-deals .desc{}
#home-deals .image{float:right;width:100;height:50px;}
#tpl-pd9 .h453{min-height:453px;}
#tpl-pd9 .h485{min-height:485px;}
#tpl-pd9 .h300{min-height:300px;}
#tpl-pd9 .h400{min-height:400px;}
#tpl-pd9 .h472{min-height:472px;}

.fancybox-custom1{border:none!important;background:none!important;}
.fancybox-custom2{display:none!important;}

.has-accordion{font-family:Verdana, Arial, Helvetica, sans-serif!important;}
.ui-accordion-header{padding:5px;color:#000!important;padding-left:30px;background:none!important;font-weight:normal!important;border:1px dotted #ddd!important;}
.ui-accordion-header:hover{color:#4daad3!important;}
.ui-state-active{color:#008cc4!important;font-weight:bold!important;}
.ui-accordion-content{border:none;font-size:10px;}

#accordion1 {padding:0 0 0 12px;}
#accordion1 .ui-accordion-header{padding:0px;color:#000!important;background:none!important;font-weight:normal!important;border:0px dotted #ddd!important;margin:0px}
#accordion1 .ui-accordion-header:hover{color:#4daad3!important;}
#accordion1 .ui-state-active{color:#008cc4!important;font-weight:bold!important;}
#accordion1 .ui-accordion-content{border:none;font-size:10px;padding:0px;padding-left:15px;}
#accordion1 .ui-icon{background:none!important;}
#accordion1 h2.home{background:url('img/link-home.png') no-repeat !important;}
#accordion1 h2.about_us{background:url('img/link-about-us.png') no-repeat !important;}
#accordion1 h2.our_services{background:url('img/link-our-services.png') no-repeat !important;}
#accordion1 h2.booking{background:url('img/link-booking.png') no-repeat!important;}
#accordion1 h2.payment{background:url('img/link-payment.png') no-repeat!important;}
#accordion1 h2{text-indent:-9999px!important;}
#accordion1 h2{float:none;clear:both;width:154px;height:33px;background-position:-3px;background-repeat:no-repeat;margin-bottom:5px;text-indent:-9999px}
#accordion1 li{line-height:20px;margin-left:16px;}
#accordion1 a{text-decoration:none;}
#accordion1 a:hover{color:#4daad3!important;}

ol.reasons h2{color:#008CC4!important;}

div.format2 ol.reasons li{border-bottom:1px dotted #ccc;padding-top:5px;}
div.format2 ol.reasons li h2 a{font-size:12px!important;font-weight:bold;}
.marginmin20{margin-top:-20px;}

div.prabs-social{padding:20px 0px 0px 0px;height:35px;}
div.prabs-social ul.prabs-social_links li a{width:32px;height:32px;text-indent:-9999px;display:block;padding-right:10px;}
div.prabs-social ul.prabs-social_links li a.twitter{background:url('../../images/social_used/twitter_32.png') no-repeat center;}
div.prabs-social ul.prabs-social_links li a.facebook{background:url('../../images/social_used/facebook_32.png') no-repeat center;}
div.prabs-social ul.prabs-social_links li a.stumbleupon{background:url('../../images/social_used/stumbleupon_32.png') no-repeat center;}
div.prabs-social ul.prabs-social_links li a.blogger{background:url('../../images/social_used/blogger_32.png') no-repeat center;}

#footer-disclaimer{padding:10px;font-size:10px;text-align:center;}

.bluebox{width:213px;margin-right:4px;}
.bluebox-top{background:url('img/bluebox-top.png') no-repeat top;height:10px;}
.bluebox-middle{background:url('img/bluebox-middle.png') repeat-y top;padding:5px;}
.bluebox-bottom{background:url('img/bluebox-bottom.png') no-repeat bottom;height:10px;}

#airport-prices,#seaport-prices{}
#airport-prices ul li,#seaport-prices ul li{height:19px;background:url('img/pricelist-item-bg.png') no-repeat 3px 0px;margin-bottom:2px;}
#airport-prices span.destination,#seaport-prices span.destination{color:#333333;font-weight:bold;text-transform:uppercase;padding-left:10px;}
#airport-prices span.price,#seaport-prices span.price{color:#333333;font-weight:bold;float:right;padding-right:10px;}

#airport-prices h2.pricelist-airport-transfers-header{height:58px;width:193px;background:url('img/pricelist-airport-transfers-header.png') no-repeat center;text-indent:-9999px;margin-left:3px;}
#seaport-prices h2.pricelist-seaport-transfers-header{height:58px;width:193px;background:url('img/pricelist-seaport-transfers-header.png') no-repeat center;text-indent:-9999px;margin-left:3px;}
#airport-prices p, #seaport-prices p{color:#fff;margin-left:3px;font-weight:bold;}

.content-box-wide-middle h2,.content-box-wide-middle-full h2{font-size:18px;color:#000;font-weight:normal;font-family:Arial, Helvetica, sans-serif;margin-bottom:20px;}
.content-box-wide-middle p{font-size:11px;padding-bottom:20px!important;}

.spacer-line1{height:1px;border-top:1px solid #81d8ec;margin-bottom:20px;}
.spacer-line2{height:1px;border-top:1px dotted #00b2d9;margin-bottom:20px;}
.spacer-line3{height:1px;margin-bottom:20px;background:url('img/spacer-line3.png') no-repeat center;}
.spacer-line4{height:2px;margin-bottom:20px;background:url('img/spacer-line4.png') no-repeat -400px;}

#woman-little{background:url('img/woman-little.png') no-repeat right;width:975px;height:377px;margin:0 auto;padding-top:41px!important;}

.small_list2{float:left;width:230px;}

#faq h1.side-heading{font-size:14px;color:#000;margin-bottom:10px;text-align:center;}
#faq h2{font-size:11px;color:#000;padding:2px 2px 2px 30px;background-color:#e3f4fc!important;margin-right:5px;}
#faq p{color:#fff!important;margin:0px;font-size:11px;}
#faq .ui-accordion .ui-accordion-content{padding:5px 5px 5px 30px;}
#faq h2.ui-state-active{background-color:#fff!important;color:#00b4c9!important;border:1px solid #00b2d9!important;}

#custom-application-form label{font-size:10px;}
#accordion1 div{display:block!important;}

#accordion1 .ui-widget-content, .has-accordion2 .ui-widget-content{background:none;}
.ui-timepicker.ui-widget{font-size:10px;}
.ui-timepicker a{cursor:pointer;}
.ui-datepicker th{padding:0px;}

#inbound, #outbound, #customer-details{border:1px solid #ccc;padding:5px 0px 5px 0px;margin-top:20px;}
#customer-details{background-color:#F8F8F8;}
#inbound h2, #outbound h2, #customer-details h2{padding:5px;font-size:12px;margin:0px 0px 10px 5px;border:1px solid #ccc;width:150px;background-color:#F4F4F4}
#customer-details h2{width:628px;}

#debuginfo.wide{width:800px!important;height:600px!important;}
#debuginfo{padding:0px;padding-top:5px;}
.dialogPosition { position:fixed;left:5px;top:5px;}
#prabs-debugger{font-size:10px;margin-top:5px;overflow: auto;padding:5px;}
.debug-left{float:left;width:150px;display:block;}
.debug-right{float:left;display:block;}

.infoicon{width:10px;height:10px;background:url('../../images/icons/info_icon5.gif') no-repeat;padding:0;margin:0;display:inline-block;cursor:pointer;}

.tooltip {
	background-color:#e3f4fc;
	border:1px solid #00b0e2;
	padding:5px 5px;
	width:auto;
	display:none;
	color:#000;
	text-align:left;
	font-size:10px;
	-moz-box-shadow:0 0 5px #999;
	-webkit-box-shadow:0 0 5px #999;
}

.oscode{text-shadow:0px 1px 2px #000;border:1px solid #999999;}
.oscode-1,.oscode-2{background-color:#FFCC66;color:#fff;}
.oscode-3,.oscode-4,.oscode-5{background-color:#33CCFF;color:#fff;}
.oscode-6,.oscode-10{background-color:#99CC66;color:#fff;}
.oscode-7,.oscode-8,.oscode-9,.oscode-11{background-color:#CC3333;color:#fff;}

.custom-form table{margin-bottom:0px;font-size:11px;font-family:Verdana, Arial, Helvetica, sans-serif;}
.custom-form table td{padding:0px;}
.custom-form table.inner {border:1px solid #ccc;padding:5px;background-color:#FBFBFB;border-collapse:separate;margin-bottom:5px;}
.custom-form table.inner td{border-bottom:1px solid #F4F4F4;padding:5px;}
.custom-form table.inner tr:last-child td{border-bottom:0px solid #F4F4F4;}
.custom-form table.inner thead{background-color:#C4EFFF;}
.custom-form table.inner thead td{border:none;}
.custom-form table h3,h3.tahoma14{font-family: Tahoma, Geneva, sans-serif;font-size:14px!important;color:#333!important;font-weight:bold!important;padding-bottom:0px!important;margin:0px!important;text-align:left;}

#terms-conditions{font-size:11px;}














/* Shell */
.wrapper_home_UK {background-image: url('/images/common/banner_home.png');}
.wrapper_home_US {background-image: url('/images/common/banner_home_us.png');}
.wrapper_home_INT {background-image: url('/images/common/banner_home_int.png');}
.wrapper_home_new_UK, .wrapper_home_new_US, .wrapper_home_new_INT {background-image:url('/images/common/banner_home_new.png');}
.wrapper_prod_sub_UK{background-image: url('/images/common/banner_prod.png');}
.wrapper_prod_main_UK{background-image: url('/images/common/banner_prod_main.png');}
.wrapper_std_sm_UK{background-image: url('/images/common/banner_sm.png');}
.wrapper_prod_sub_US{background-image: url('/images/common/banner_prod_us.png');}
.wrapper_prod_main_US{background-image: url('/images/common/banner_prod_main_us.png')};
.wrapper_std_sm_US{background-image: url('/images/common/banner_sm_us.png');}
.wrapper_prod_sub_INT{background-image: url('/images/common/banner_prod_int.png');}
.wrapper_prod_main_INT{background-image: url('/images/common/banner_prod_main_int.png');}
.wrapper_std_sm_INT{background-image: url('/images/common/banner_sm_int.png');}
.wrapper_prod_detail_UK, .wrapper_prod_detail_US, .wrapper_prod_detail_INT{background-image: url('/images/common/banner_prod_detail.png');}
.wrapper_ac{background-image: url('/images/common/banner_ac.png'); background-position: center top; background-color: #EDF6FF;}
.wrapper_chk{background-image: url('/images/common/banner_chk.png'); background-position: center top; background-color: #FFFFFF;}
#wrapper{width:100%; height:100%; height:auto; min-height:100%; min-width:980px; background-repeat: repeat-x; position:relative; background-position: center top;}
#page_content{overflow:hidden;padding-bottom:220px;width:980px; margin:0 auto;position:relative;}
#page_content_chk {width:700px; margin:0 auto; position:relative; clear:both;}
#footer_content{margin:0 auto; overflow:hidden; height:220px; width:980px;}
#footer_content .left {padding:30px 0 0 0; width:600px; float:left;}
#footer_content .right {float:right; width:370px;}
#footer_content .headings {border-bottom:1px solid #0e3f67; display:block; clear:both; width:580px;}
#footer_content .headings h4 {color:#ceeaff; font-size:12px; width:100px; padding:0 0 4px 0;}
#footer_content .items {border-top:1px solid #2773af; width:580px;}
#footer_content dl{margin:4px 0 0 0; padding:0; float:none; float:left; width:480px;}
#footer_content dl.one-col, #footer_content dl.one-col dd {width:100px; height:23px;}
#footer_content dl dd{float:left; width:100px; margin:0; padding:4px 20px 4px 0;}
#footer_content dl.one-col dd {padding:0;}
#footer_content dl dd a{color:#94c9f3; text-decoration:none; font-weight:bold;}
#footer_content dl.one-col dd a {display:block; height:22px;}
#footer_content dl.one-col dd a span {position:relative; top:3px;}
#footer_content dl dd a:hover {color:#fff;}
a.social {padding-left:22px; background-image:url(/assets/icons/small/social-icons.gif); background-repeat:no-repeat; width:78px;}
a.social.twitter {background-position:0 0;}
a.social.linkedin {background-position:0 -25px;}
a.social.blog {background-position:0 -47px;}
#footer_content p{color:#85B9E1; font-size:10px; line-height:14px; margin:0 auto; clear:both;}

/* Page header */
#div_header{margin-bottom: 0; position: relative; z-index: 10;}
#div_header #div_banner, #div_header #div_banner_ac
{width: 980px; padding:34px 0 0 0;}
#div_header #div_banner .col, #div_header #div_banner_ac .col
{font-size: 20px;padding: 0;}
#div_header #div_banner .caption, #div_header #div_banner h1
{font-size: 20px;padding: 0;margin: 0;color: #FFF;line-height: 34px;font-weight: normal;float:left; width: 800px; height:55px; overflow:hidden; clear:both;}
#div_header #div_banner .one, #div_header #div_banner_ac .one
{width: 940px;}
#div_header #div_banner .caption {float:left; width: 800px; height:55px; overflow:hidden; clear:both; padding-top:0px;}
#div_banner .col img, #div_banner_ac .col img {padding-top:20px;}
.menu_bg {width:100%; min-width:980px; height:58px; background:transparent url(/images/common/nav_bg.png) repeat-x; display:block; position:absolute; top:0; left:0;}
#menu_strip
{padding:10px 0 0 0; margin:0; height:21px; width:100%; position:absolute; top:0; right:0; z-index:10;}
#main_menu
{float:right; padding:0; margin:0;}
#main_menu li
{float:left; list-style-type:none; list-style-image:none; padding:0 14px 0 12px; margin:0; height:29px;}
li.main_item, li.main_item_btn
{position:relative; z-index: 10;}
li.main_item a.main
{color:#FFF; text-decoration:none; font-family:Arial; font-size:12px; font-weight:bold; display:block; padding:8px 0 2px 0;}
li.main_item a.main:hover
{background:transparent;}
.submenu_container, .submenu_container_rev
{position:absolute; left:-20px; top:33px; visibility:hidden; display:block; padding:15px 20px 40px 20px; z-index:10;}
.submenu_container_rev {left:auto; right:-20px;}
#main_menu a:hover div.submenu_container, #main_menu :hover div.submenu_container, #main_menu a:hover div.submenu_container_rev, #main_menu :hover div.submenu_container_rev
{visibility:visible; direction:ltr;}
.submenu {margin:0 auto; padding:0 18px 0 0; background:#F8FCFF url('/images/common/nav-tab.gif') repeat-x right -57px; display:inline-block; clear:both; z-index:10; position:relative;}
.submenu .left {padding:2px 6px 6px 6px; display:inline-block; clear:both; font-family:Arial; background:#F8FCFF url('/images/common/nav-tab.gif') no-repeat left -57px;}
.submenu .left h4 {height:16px; padding:14px 20px 0px 15px; margin:0 0 4px 0; font-size:12px; font-weight:bold; color:#2E495E;}
.submenu .left ul {width:200px; margin:10px 0 0 0; padding:0; background:none;}
.submenu .left ul li {float:left; width:190px; list-style-type:none; list-style-image:none; margin:0; padding:0;}
.submenu a, .submenu .left ul li a.sub {display:block; padding:2px 0 3px 4px; margin:0; text-decoration:none; color:#333; font-size:12px; font-family:Arial; height:22px; font-weight:bold; border-bottom:1px solid #B7CCD8;}
.submenu .left ul li:last-child a.sub {border:none;}
.submenu div.left ul li a.sub:hover {color:#00a5ff; -webkit-transition-property:color; -webkit-transition-duration: 0.16s; -webkit-transition-timing-function: linear; -moz-transition-property:color; -moz-transition-duration: 0.16s; -moz-transition-timing-function: linear; -o-transition-property:color; -o-transition-duration: 0.16s; -o-transition-timing-function: linear;}
.submenu td {font-weight:bold; padding:4px 0;}
.submenu_container .selector, .submenu_container_rev .selector {position:absolute; top:-36px; left:20px; height:54px; z-index:11; color:#003366; text-align:center; padding:0 6px 0 0; _width:20%;}
.submenu_container_rev .selector {left:auto; right:26px;}
.submenu_container .selector a, .submenu_container_rev .selector a {color:#003366; text-decoration:none; position:relative; padding:0 18px 0 0; margin:0; height:54px; display:block; text-align:center; background:transparent url(/images/common/nav-tab.gif) no-repeat top right;}
.submenu_container .selector a span, .submenu_container_rev .selector a span {background:transparent url(/images/common/nav-tab.gif) no-repeat top left; position:relative; cursor:pointer; padding:11px 6px 0 6px; width:100%; height:45px; display:block; font-family:Arial; font-size:12px; font-weight:bold;}
.submenu_container_rev .selector a, .submenu_container_rev .selector a span {background-image:url(/images/common/nav-tab-rev.gif);}
.submenu_container_rev .selector a {background-position:top left; padding:0 0 0 6px;}
.submenu_container_rev .selector a span {background-position:top right;}
.submenu_footer {height:7px; width:100%; _width:246px; display:inline-block; position:absolute; bottom:0; left:0; background:transparent url('/images/common/nav-tab.gif') no-repeat right bottom; clear:both; font-size:0; z-index:10;}
.submenu_footer span {background:transparent url('/images/common/nav-tab.gif') no-repeat left bottom; padding:0; display:inline-block; position:absolute; left:0; bottom:0; width:12px; height:7px; padding:0; margin:0;}


#div_main, #div_main_ac{overflow:visible; padding-bottom:30px; width:980px;}
#div_main_ac{background-color: #EDF6FF;}

.contact-tab {position:absolute; right:0; bottom:34px;}

/* Headings */
h1{margin: 0 0 10px 0;padding: 0;font-weight: normal;font-size:18px;font-family: Arial;color:#003368;}
h2{margin: 0 0 10px 0;padding: 0;color: #003368;font-size: 18px;font-weight: normal;font-family: Arial;}
h3{margin: 0 0 10px 0;padding: 0;color: #003368;font-size: 14px;font-weight: bold;font-family: Arial;}
h4{padding: 0;margin: 0;color:#003368;font-size: 13px;font-weight: bold;font-family: Arial;}

/* Columns */
.full_col{width: 980px;position: relative;}
.main_col{width: 620px;position: relative;z-index:2;}
.main_col_ac {width: 720px; position: relative; float:right;}
.main_col_ac .cbox {width: 720px;}
.main_col img {padding: 20px 0; margin: 0 auto;}
.sub_col{width: 260px;position: relative;z-index:2;}
.sub_col_ac {width: 242px; position:relative; margin-right: 16px; _margin-right:10px;_width:220px;_float:right;}
.half_col_l{width: 460px;padding: 0 40px 0 0;float: left;position: relative;clear: none;}
.half_col_r{width: 480px;padding: 0;float: left;position: relative;clear: none;}
.fl{float: left;}
.fr{float: right;}
.half_col_l h1{padding-bottom: 0;	line-height: 34px;}
.half_col_r h1{padding-bottom: 10px;}
.half_col_r .row, .half_col_l .row
{clear: both;float: left;margin: 0;padding: 0 0 30px 0;}
.half_col_r .last, .half_col_l .last {padding-bottom: 0;}
.half_col_r .row p, .half_col_l .row p
{float: left; width: 200px; padding: 10px 20px 0 0; margin: 0; font-size: 12px; clear: left; line-height: 22px;}
.half_col_l .row h2
{float: left; width: 200px; padding: 10px 20px 0 0; margin: 0;}
.half_col_r .row div, .half_col_l .row div
{float: left; width: 220px; height: 123px; margin: 0; clear: right; position: relative; top:0px; cursor: pointer; background-repeat: no-repeat;}
.half_col_l p, .main_col p
{line-height: 18px;padding-top: 0;margin-top: 0;}
.half_col_l p.prominent{line-height:22px;}
.half_col_l p.sub, .main_col p.sub, .ac_form p.sub
{padding: 6px 0 0 0;margin-bottom: 0;color:#003365;font-size: 12px;font-weight: bold;}
.img_row{width:980px; display:block; padding:20px 0 0 0;clear:both;}
.img_col{display:block; width:470px; float:left;}
.img_col img{width:150px;height:150px;float:left;}
.img_col h4{width:300px;float:right;}
.img_col p{width:300px;float:right;padding-top:0;margin-top:0;}
.img_col_blank{display:block; width:40px; height:150px; float:left;}

/* Side shaded boxes */
.box_b, .box_g, .box_g_w
{
	margin: 0;
	padding: 0;
	width: 260px;
	z-index: 0;
}
.box_g_w {width: 450px;}
.box_b #top, .box_b #btm, .box_g #top, .box_g #btm, .box_g_w #top, .box_g_w #btm
{
	height: 7px;
	width: 260px;
	background-repeat: no-repeat;
	font-size: 0;
	display: block;
	padding: 0;
}
.box_g_w #top, .box_g_w #btm {width: 450px; height: 20px;}
.box_b #top, .box_b #btm, .box_b #mid, .box_g #top, .box_g #btm, .box_g #mid, .box_g_w #top, .box_g_w #mid, .box_g_w #btm
{
	background-image: url(/images/common/side_col_box.png);
	margin: 0;
}
.box_b #top
{
	background-position: 0 0;
}
.box_g #top
{
	background-position: -261px 0;
}
.box_g_w #top {background-position: -522px 0;}
.box_b #btm
{
	background-position: 0 -593px;
}
.box_g #btm
{
	background-position: -261px -593px;
}
.box_g_w #btm {background-position: -522px -583px;}
.box_b #mid
{
	padding: 6px 10px;
	width: 240px;
	background-position: 0 -8px;
}
.box_g #mid
{
	padding: 6px 10px;
	width: 240px;
	background-position: -261px -8px;
}
.box_g_w #mid {padding: 6px 10px; width: 430px; background-position: -522px -20px;}
.box_g #mid h2, .box_g #mid h3
{
	color: #335A83;
}
.box_g #mid h3, .box_g_w #mid h3
{
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.box_g #mid img
{
	padding: 0 10px 0 0;
}
.box_g #mid select, .box_g_w #mid select
{
	font-size: 12px;
}
.box_b p, .box_g p, .box_g_w p
{
	line-height: 20px;
	padding: 6px 0 0 0;
	margin: 0;
}
.box_g p, .box_g_w
{
	color: #444;
}

.box_submenu_ac
{
	background-color: #FFF;
	width: 242px;
	margin: 0;
	padding: 0;
}
.box_submenu_ac .top
{
	height: 8px;
	width: 242px;
	display: block;
	background: transparent url(img/sprite.gif) no-repeat 0 -139px;
	border: none;
	padding:0; margin:0;
	font-size:0;
}
.box_submenu_ac .mid
{
	padding: 0;
	border-left: solid 1px #D3DFEF;
	border-right: solid 1px #D3DFEF;
	width: 240px;
}
.box_submenu_ac .mid h2, .box_submenu_ac .mid h3, .box_submenu_ac .mid p
{
	padding: 10px;
}
.box_submenu_ac .mid ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 20px 0;
	line-height:30px;
}
.box_submenu_ac .mid ul li
{
	border-bottom: solid 1px #D3DFEF;
	list-style-type:none;
	list-style-image:none;
	height: 30px;
	padding: 0;
	margin: 0;
}
.box_submenu_ac .mid ul li.first
{
	border-top: solid 1px #D3DFEF;
}
.box_submenu_ac .mid ul li.sel
{
	background-color:#EDF6FF;
}
.box_submenu_ac .mid ul li a
{
	width: 240px;
	display: block;
	height: 30px;
	text-decoration: none;
	padding:0;
	margin:0;
}
.box_submenu_ac .mid ul li a:hover
{
	background-color: #D5E0F2;
}
.box_submenu_ac .mid ul li.sel a:hover
{
	background-color: #EDF6FF;
}
.box_submenu_ac .mid ul li a span
{
	width: 160px;
	height: 20px;
	display: block;
	cursor: pointer;
	padding: 5px 0 0 10px;
	margin:0;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	float: left;
}
.box_submenu_ac .mid ul li a div.icon
{
	background-image: url(/images/icons/sprite.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin: 5px 0 0 10px;
	padding:0;
}
.box_submenu_ac .mid ul li ul {list-style-type:none; background-color:#FFF; margin:0; padding:0 0 10px 0;}
.box_submenu_ac .mid ul li ul li {line-height:20px; margin-left:36px; border-bottom:none; height:20px; list-style-image:none;}
.box_submenu_ac .mid ul li ul li a {font-size:11px; color:#000; padding:4px; height:16px; width:190px;}
.box_submenu_ac .btm
{
	height: 8px;
	width: 242px;
	display: block;
	background: transparent url(img/sprite.gif) no-repeat 0 -148px;
	border: none;
	padding:0;
	font-size:0;
}
.ac_box_shade, .ac_box_shade_sm {width:700px; _width:680px; background: transparent url(/images/common/ac_box_bg_shade.jpg) repeat-x; padding: 10px 10px; position:relative; left:-10px;}
.ac_box_shade_sm {background-image:url(/images/common/ac_box_bg_shade_sm.jpg);}

.box_br {background-color: #F2F0DB; position: relative; }
.cbox {position: relative;}
.cboxtl, .cboxtr, .cboxbl, .cboxbr {position: absolute; width: 5px; height: 5px; font-size: 0px; background-image: url(img/sprite.gif); background-repeat: no-repeat; background-color: #FFF;}
.cboxtl {top:0; left:0;}
.cboxtr {top:0; right:0;}
.cboxbl {bottom:0; left:0;}
.cboxbr {bottom:0; right:0;}
.cbox .m {padding: 5px 10px;}
.cbox .m ul{padding:0 0 0 20px;}

.box_t {background-color: #F2F0DB; position: relative;}
.box_twbg {background-color: #F6F6EA; position: relative;}
.box_t .cboxtl {background-position: -61px -39px;}
.box_t .cboxtr {background-position: -67px -39px;}
.box_twbg .cboxtl {background-position: -185px -39px;}
.box_twbg .cboxtr {background-position: -191px -39px;}
.box_t .cboxbl, .box_twbg .cboxbl {background-position: -61px -45px;}
.box_t .cboxbr, .box_twbg .cboxbr {background-position: -67px -45px;}
.box_twbg .foot .cboxbl {background-position: -185px -45px;}
.box_twbg .foot .cboxbr {background-position: -191px -45px;}
.box_t h2, .box_twbg h2{background-color:#F0EEDF; color:#D27F07; height:22px; font-size:12px; display:block; padding:10px 0 5px 20px; margin:0;}

.main_col_ac .cbox .box_w {width: 720px;}
.box_w {background-color: #FFF; position: relative; border:solid 1px #D3DFEF;}
.box_w .cboxtl {background-position: -9px -31px; width: 9px; height: 9px; top:-1px; left: -1px;}
.box_w .cboxtr {background-position: -19px -31px; width: 9px; height: 9px; top: -1px; right: -1px;}
.box_w .cboxbl {background-position: -9px -41px; width: 9px; height: 9px; bottom: -1px; left: -1px;}
.box_w .cboxbr {background-position: -19px -41px; width: 9px; height: 9px; bottom: -1px; right: -1px;}

.box_g_bb {background-color: #F8F9FB; position: relative; border: solid 1px #E8E8E8;}
.box_g_bb .cboxtl {background-position: -75px -39px; top:-1px; left: -1px;}
.box_g_bb .cboxtr {background-position: -81px -39px; top: -1px; right: -1px;}
.box_g_bb .cboxbl {background-position: -75px -45px; bottom: -1px; left: -1px;}
.box_g_bb .cboxbr {background-position: -81px -45px; bottom: -1px; right: -1px;}

.box_br {position: relative;}
.box_br .cboxtl {background-position: -31px -39px;}
.box_br .cboxtr {background-position: -37px -39px;}
.box_br .cboxbl {background-position: -31px -45px;}
.box_br .cboxbr {background-position: -37px -45px;}

.box_brl {background-color: #E7E5CE; position: relative;}
.box_brl .cboxtl {background-position: -89px -39px;}
.box_brl .cboxtr {background-position: -95px -39px;}
.box_brl .cboxbl {background-position: -89px -45px;}
.box_brl .cboxbr {background-position: -95px -45px;}

.box_br_in {position: relative; background-color:#F8F6E7;}
.box_br_in .cboxtl {background-position: -102px -39px;}
.box_br_in .cboxtr {background-position: -108px -39px;}
.box_br_in .cboxbl {background-position: -102px -45px;}
.box_br_in .cboxbr {background-position: -108px -45px;}

.box_blu {position: relative; background-color:#ECEFF4;}
.box_blu .cboxtl {background-position: -116px -39px; width: 5px; height: 5px; top:0; left:0;}
.box_blu .cboxtr {background-position: -122px -39px; width: 5px; height: 5px; top:0; right:0;}
.box_blu .cboxbl {background-position: -116px -45px; width: 5px; height: 5px; bottom:0; left:0;}
.box_blu .cboxbr {background-position: -122px -45px; width: 5px; height: 5px; bottom:0; right:0;}

.box_lblu{position: relative; background-color:#E8F0FD;}
.box_lblu .cboxtl{background-position: -130px -39px;}
.box_lblu .cboxtr{background-position: -136px -39px;}
.box_lblu .cboxbl{background-position: -130px -45px;}
.box_lblu .cboxbr{background-position: -136px -45px;}

.box_facts, .box_factswbg {position: relative; background-color:#DFE8EF;}
.box_facts .cboxtl {background-position: -144px -39px;}
.box_facts .cboxtr {background-position: -150px -39px;}
.box_factswbg .cboxtl {background-position: -172px -39px;}
.box_factswbg .cboxtr {background-position: -178px -39px;}
.box_facts .cboxbl, .box_factswbg .cboxbl{background-position: -144px -45px;}
.box_facts .cboxbr, .box_factswbg .cboxbr {background-position: -150px -45px;}
.box_facts h2, .box_factswbg h2{background-color:#CEDCE7; color:#003368; height:22px; display:block; padding:5px 0 5px 10px; margin:0;}

.box_rel {position: relative; background-color:#F7F7EF;}
.box_rel .cboxtl {background-position: -158px -39px;}
.box_rel .cboxtr {background-position: -164px -39px;}
.box_rel .cboxbl {background-position: -158px -45px;}
.box_rel .cboxbr {background-position: -164px -45px;}
.box_rel h2{background-color:#F0EEDF; color:#EE8D00; height:22px; display:block; padding:5px 0 5px 10px; margin:0;}

.box_bl .cboxbl, .box_bl .cboxbr {background-color:Transparent;}
.box_bl .cboxtl {background-position: -45px -37px; width: 6px; height: 6px; top:-1px; left: -1px;}
.box_bl .cboxtr {background-position: -52px -37px; width: 6px; height: 6px; top:-1px; right:-1px;}
.box_bl .cboxbl {background-position: -45px -44px; width: 6px; height: 6px; bottom:-1px; left:-1px;}
.box_bl .cboxbr {background-position: -52px -44px; width: 6px; height: 6px; bottom:-1px; right:-1px;}

.cbox table {position: relative;}
.cbox table tr{height:20px;}
.cbox table tr th {text-align: left; padding: 0 5px; margin: 0; color: #CF861F; font-size: 11px; width: 200px; height: 30px;}
.cbox table tr td {background-color: #FFF; padding: 5px; margin: 0; border-bottom: solid 1px #F2F0DB; text-align: left; font-size: 12px;}
.cbox table tr td.txtc, .cbox table tr th.txtc {text-align: center;}
.cbox table tr.alt td {background-color: #FDFDFB;}
.cbox table tr td.l {border-left: solid 1px #F2F0DB;}
.cbox table tr td.r {border-right: solid 1px #F2F0DB;}
.box_bl table tr {height:34px;}
.box_bl table tr th {background-color:#EEF6FF; color:#5DA2D9; padding: 0 5px; margin: 0; font-size: 11px; width: 200px; height: 30px; /*border-top:solid 1px #E7E7E7;*/}
.box_bl table tr td {border-bottom: solid 1px #EBEBEB;}
.box_bl table tr.last td {border-bottom: none;}
.box_bl table tr.alt td {background-color: #F7F7F7;}
.box_bl table tr.exp td {color:#999;}
.box_bl table tr.exp td a {color:#999;}
.box_bl table tr td a {color:#036BC2;}
.box_bl table tr td img.key {padding:0; margin:0; width:30px; height:30px;}
.box_facts table tr {height:34px;}
.box_facts table tr th {background-color:#CEDCE7; color:#013469; padding: 0 5px; margin: 0; font-size: 12px; width: 200px; height: 30px;font-weight:normal;}
.box_facts table tr td {border-bottom: solid 1px #CEDCE7;}
.box_facts table .cboxtl {left:-1px;}
.box_facts table .cboxtr {right:-1px;}
.box_facts table .cboxbl {left:-1px;background-position: -172px -45px;}
.box_facts table .cboxbr {right:-1px;background-position: -178px -45px;}

.demo_form {width: 600px; padding: 10px; font-size: 12px;}
.demo_form .left {float:left;padding-right:10px;}
.demo_form .icon {height:14px; width:14px; background-image: url(img/sprite.gif); background-repeat: no-repeat; float: left;}
.demo_form .star {background-position: -175px -52px;}
.demo_form .tick {background-position: -135px -52px;}
.demo_form .cross {background-position: -155px -52px;}
.demo_form .warn {background-position: -107px -52px; width:16px;}
.demo_form .blank {display: none;}
.demo_form_in .m .row {padding: 5px 3px 5px 3px;}
.demo_form_in .m .row .left {color: #D38008; font-size: 14px; font-weight: bold; padding-right: 10px; width:70px;}
.demo_form_in .m .row .field {font-size: 12px; font-weight: normal;}
.demo_form_in .m .row .btn {clear: none; float:right; margin: -2px 8px 0 2px;}
.demo_form_in .m .row .right {width: 220px;}
.demo_form_in .m .row .right input {width: 200px;}
.demo_form_in .m .row .right select {width: 205px;}
.demo_form_in .m .row .right textarea {width: 200px; height: 100px; font-family: Arial, Trebuchet MS, Arial; font-size: 1em;}
.demo_form_in .m .row .right .btn {margin: -2px 0 0 2px;}
.demo_form_in .m .row .right .inputbtn {width: 70px;}
.demo_form_in .req{padding-left:2px;}
.demo_form_in {width: 320px;}
.demo_form_in table {width: 100%; clear: both;}
.demo_form_in table tr td {padding:10px 0 10px 0; margin: 0px; font-size: 12px; line-height: 18px; background-color:transparent; border: none;}
.demo_form_in .hr {padding:0px; margin: 0px; height: 1px; background-color: #EAEAD4;}
.demo_form_in #divSmartFormIS th {color: #D38008; font-size: 14px; font-weight: bold; padding-right: 10px; padding-top: 3px; width:70px;}
.demo_form_in #divSmartFormIS table tr td {padding:0px;}
.demo_form_in #divSmartFormIS tr td {padding:5px 3px;}
.demo_form_in #divSmartFormIS input[type="text"] {width: 200px;}
.demo_form_in #divSmartFormIS input[type="button"] {width: 60px;}
.demo_form_in #divSmartFormIS select {width: 205px;}
.demo_form_in .lookup table{padding:0;margin:0;}
.demo_form_in .lookup table tr{padding:0;margin:0;height:auto;}
.demo_form_in .lookup table tr td{padding:0;margin:0;height:auto;border-bottom:none;}
.demo_form_in .autocomplete {border-bottom:solid 1px #aaaaaa; border-left:solid 1px #aaaaaa; border-right:solid 1px #aaaaaa; background-color:#fafafa; width:602px;z-index:999;}
.demo_form_in .autocomplete A {text-decoration:none; color:#000000}
.demo_form_in .autocomplete .item {padding:5px; border-bottom:solid 1px #aaaaaa; background-color:#fafafa}
.demo_form_in .autocomplete .itemhover {padding:5px; border-bottom:solid 1px #aaaaaa; background-color:#f0f0f0}
.demo_form_in .autocomplete .itemlast {border-top:solid 1px #aaaaaa; background-color:#ffffff}
.demo_instructions {width: 255px; float:right;}
.demo_instructions table {width: 100%;clear:both;}
.demo_instructions table tr td {padding:10px 0 10px 0; margin: 0px; line-height: 18px; vertical-align:top; background-color:transparent; border: none;}
.demo_instructions .border{border-bottom:solid 1px #D4D1AE;}
.demo_instructions .number {color: #D38008; font-size: 14px; font-weight: bold; padding-right: 10px; padding-top: 10px;}
.demo_form_wide {width:580px;margin-top:10px;padding:10px;max-height:300px;overflow-y:scroll;}
.demo_form_wide table {width:100%;clear:both;}
.demo_form_wide table tr th {padding:5px; margin: 0px; color: #D38008; font-size: 12px; font-weight: normal; background-color:transparent; border: none;}
.demo_form_wide table tr td {padding:2px 5px; margin: 0px; font-size: 12px; line-height: 18px; background-color:transparent; border: none;}
.demo_form_wide .hr {padding:0px; margin: 0px; height: 1px; background-color: #EAEAD4;}
.demo_form_wide .listitem {padding: 3px 0; cursor:pointer;}
.demo_form_wide .listitem:hover {background-color:#E7E5CE;}
.demo_form_buttons {width:590px;margin-top:10px;padding:0 5px;}
.demo_form_buttons .btn {float:right;}

#tool_menu {border-bottom: solid 1px #CECECE; width: 685px; float: left; margin: 10px 0;}
#tool_menu div {padding: 10px 0; float: left; margin-right: 70px; margin-left:10px;}
#tool_menu div a {color: #043965; font-size: 14px; text-decoration: none;}
#tool_menu div a:hover {text-decoration: underline;}
.tool {width: 620px; padding: 8px; font-size: 12px;}
.tool .left {float:left;padding-right:10px;}
.tool .icon {height:14px; width:14px; background-image: url(img/sprite.gif); background-repeat: no-repeat; float: left;}
.tool .star {background-position: -175px -52px;}
.tool .tick {background-position: -135px -52px;}
.tool .cross {background-position: -155px -52px;}
.tool .warn {background-position: -107px -52px; width:16px;}
.tool .blank {display: none;}
.tool_in .m .row {padding: 5px 3px 5px 3px;}
.tool_in .m .row .left {color: #003466; font-size: 14px; font-weight: normal; padding-right: 10px; width:70px;}
.tool_in .m .row .field {font-size: 12px; font-weight: normal;}
.tool_in .m .row .btn {clear: none; float:right; margin: -2px 8px 0 2px;}
.tool_in .m .row .right {width: 220px;}
.tool_in .m .row .right input {width: 200px;}
.tool_in .m .row .right select {width: 205px;}
.tool_in .m .row .right textarea {width: 200px; height: 100px; font-family: Arial, Trebuchet MS, Arial; font-size: 1em;}
.tool_in .m .row .right .btn {margin: -2px 0 0 2px;}
.tool_in .m .row .right .inputbtn {width: 70px;}
.tool_in {width: 320px;}
.tool_in table {width: 100%; clear: both;}
.tool_in table tr td {padding:10px 0 10px 0; margin: 0px; font-size: 12px; line-height: 18px; background-color:transparent; border: none;}
.tool_in .hr {padding:0px; margin: 0px; height: 1px; background-color: #EAEAD4;}
.tool_in #divSmartFormIS th {color: #003466; font-size: 14px; font-weight: bold; padding-right: 10px; padding-top: 3px; width:70px;}
.tool_in #divSmartFormIS table tr td {padding:0px;}
.tool_in #divSmartFormIS tr td {padding:5px 3px;}
.tool_in #divSmartFormIS input[type="text"] {width: 200px;}
.tool_in #divSmartFormIS input[type="button"] {width: 60px;}
.tool_in #divSmartFormIS select {width: 205px;}
.tool_in .addressform select {width:200px;}
.tool_in .addressform .label {color: #003466; font-size: 14px; font-weight: normal; padding-right: 10px; padding-top: 3px; width:70px;}
.tool_in .addressform table tr td {padding:0px;}
.tool_in .addressform tr td {padding:5px 3px;}
.tool_in .autocomplete {border-bottom:solid 1px #aaaaaa; border-left:solid 1px #aaaaaa; border-right:solid 1px #aaaaaa; background-color:#fafafa; z-index:999;}
.tool_in .autocomplete a {text-decoration:none; color:#000000;}
.tool_in .autocomplete .item {padding:5px; border-bottom:solid 1px #aaaaaa; background-color:#fafafa;}
.tool_in .autocomplete .itemhover {padding:5px; border-bottom:solid 1px #aaaaaa; background-color:#f0f0f0;}
.tool_in .autocomplete .itemlast {border-top:solid 1px #aaaaaa; background-color:#ffffff;}
.tool_instructions {width: 270px; float:right;}
.tool_instructions table {width: 100%;clear:both;}
.tool_instructions table tr td {padding:10px 0 10px 0; margin: 0px; line-height: 18px; background-color:transparent; border: none;}
.tool_instructions .border {border-bottom:solid 1px #ECEFF4;}
.tool_instructions .number {color: #003466; font-size: 14px; font-weight: normal; padding-right: 10px; padding-top: 8px;}
.tool_wide {width:665px;margin-top:10px;padding:10px;max-height:300px;overflow-y: scroll;}
.tool_wide table {width:100%;clear:both;}
.tool_wide table tr th {padding:5px; margin: 0px; color: #003466; font-size: 12px; font-weight: normal; background-color:transparent; border: none;}
.tool_wide table tr td {padding:2px 5px; margin: 0px; font-size: 12px; line-height: 18px; background-color:transparent; border: none;}
.tool_wide .hr {padding:0px; margin: 0px; height: 1px; background-color: #CACAD4;}
.tool_wide .listitem {padding: 3px 0; cursor:pointer;}
.tool_wide .listitem:hover {background-color: #FFFFFF;}
.tool_wide_buttons {width:590px;margin-top:10px;padding:5px;}
.tool_wide_buttons .btn {float:right;}

.toolmenuitem {padding:20px;width:300px;}
.toolmenuitem h3 {padding-top:5px;}
.toolmenuitem a {color: background; border:none;}
.toolmenuitem img {padding: 5px 10px 0pt 0pt;border:none;}

.pricing_tool {width:620px;}
.pricing_tool .question {border:1px solid #F0EEE1;margin-bottom:10px;padding:4px;}
.pricing_tool .question .cboxtl {background-position: -198px -39px;}
.pricing_tool .question .cboxtr {background-position: -204px -39px;}
.pricing_tool .question .cboxbl {background-position: -198px -45px;}
.pricing_tool .question .cboxbr {background-position: -204px -45px;}
.pricing_tool .question .text {float:left;padding:5px;width:340px;}
.pricing_tool .question .response {float:right;clear:none;position:relative;}
.pricing_tool .question .response .btn_img_s {margin-left:5px;}

/* Forms */
input, textarea {padding:0 4px;}

.ac_form .row {padding:5px 0; margin: 5px 0;}
.input_form .row{position:relative;}
.input_form .row .left, .ac_form .row .left, .input_form .row .left_txt, .ac_form .row .left_txt {color: #000; font-size: 12px; width: 100px; padding: 6px 10px 0 0;}
.input_form .row .left_txt, .ac_form .row .left_txt {padding-top:0;float:left;}
.ac_form .row .left {color: #006BC5;}
.input_form .row .left_txt {color:#003366;}
.input_form .row .right, .ac_form .row .right {}
.input_form .right input, .input_form .right select, .input_form .right textarea, .ac_form .right input, .ac_form .right select, .ac_form .right textarea, .ac_form .right_rad input {border: 1px solid #CCC; width: 320px; height: 18px; padding-top:2px; font-size: 12px; background-color: #F4F4F4; float:left;}
.ac_form .right input.btn {height:20px;}
.input_form .right select, .ac_form .right select {width:330px;}
.input_form .row .right_multi input, .input_form .row .right_multi select, .ac_form .row .right_multi input, .ac_form .row .right_multi select {float:left; width:130px; margin-right:2px; border: 1px solid #CCC; height: 20px; font-size: 12px; background-color: #F4F4F4;}
.input_form .row .right select, .input_form .row .right_multi select, .ac_form .row .right select, .ac_form .row .right_multi select {height:24px;}
.input_form .right textarea, .ac_form .right textarea {height: 100px;}
.ac_form .right textarea.h {height:150px;}
.ac_form .right .rad input, .rad input{border:none; width:20px; float:left; background-color:Transparent;}
.ac_form .right .rad td, .ac_form .right .rad label, table.rad tr td, .rad label {border:none; font-size:12px; color:#555; background-color:transparent;}
.input_form p, .input_form .left, .input_form .right{position:relative;}
.ac_form .right .chktbl td, .ac_form .right .chktbl label {border:none; font-size:11px; color:#555; margin:0; padding:0;}
.ac_form .right .chktbl input {margin:0; padding:0; width:20px; height:16px;}
.ac_form .right table tr td table.cal {border:solid 1px #999;}
.ac_form .right table tr td table.cal tr td {border:none; font-size:10px; color:#555; margin:0; padding:2px; text-align:center;}
.ac_form .right table tr td table.cal tr td a {color:#555;}
.ac_form .right table tr td table.cal tr td a:hover {color:#FF0000;}
.cal_title tr td {text-align:center;}
.ac_form .right .rad label {float:left; width:350px;}
.input_form .right input.sm, .input_form .right select .sm, .ac_form .right input.sm, .ac_form .right select .sm {width: 150px;}
.input_form .right .chk input, .ac_form .right .chk input {float: left; border:none; background-color: transparent; width: 20px;}
.input_form .right label, .ac_form .right label {float: left; padding-top: 0px;}
.ac_form h1 {color:#D38008; font-size:22px;}
.main_col_ac h1 {color:#5A7998; font-size:22px;}
.ac_form h3 {color:#F38E00; padding:10px 5px; font-size:18px;}
.ac_form h4 {color:#315883; padding:0; margin:10px 0 0 0; font-size:14px;}
.input_form p {font-size:11px; color:#777; width:560px;}
.ac_form p, .ac_form .row p {font-size:12px; color:#444; width:700px;_width:680px; line-height:18px;}
.ac_form p.main {font-size:14px;}
.ac_form .row p, .input_form .row p {clear:both; margin-top:6px; padding:0 0 10px 0; float:left; width:340px; color:#777; font-size:11px;}
.ac_form ul, .ac_form ol {padding-left:20px; margin:0;}
.ac_form ul li, .ac_form ol li {font-size:12px; color:#777; padding:5px 0;}
.ac_form .row .left .req {color:Orange; padding-left:2px;}
.ac_form table.panel{border:none;}
.ac_form table.panel tr{border:none;}
.ac_form table.panel tr th{color:#000;}
.ac_form table.panel tr td{border:none; background-color:Transparent; font-size:11px;}
.ac_form table.panel tr td.l{font-weight:bold; width:80px;}
.ac_form table.panel tr td.r{}
.ac_form .right table.rad3 tr td {border:none; font-size:12px; color:#555; background-color:transparent; width:160px;}
.ac_form .right table.rad3 tr td input{width:20px;border:none;background-color:transparent;}
.ac_form .right table.rad3 tr td label{width:120px;}
.input_form .right select, .ac_form .right select {padding-top:0;}

/* Rows */
.row
{float: left;clear: both;width: 100%;padding: 2px 5px;}
.left
{float: left;margin: 0;	padding: 0;}
.right
{float: left;margin: 0;padding: 0;}
.icon_col
{width: 50px;padding-top: 4px;}
.icon_txt_col
{width: 530px;}
.border_top
{border-top: solid 1px #CECECE;}
.right h3
{font-size: 14px;color: #204F79;margin: 0;padding: 0 0 8px 0;}
.right p
{margin: 0;padding: 0;font-size: 12px;}

/* Buttons */
.btn_orange_65, .btn_blue_65, .btn_grey_small{width:80px;height:27px;overflow:hidden;margin:10px 0;padding:0;float:left;z-index:10;}
.btn_orange_65 a, .btn_blue_65 a, .btn_grey_small a{width:80px;height: 27px;display: block;background-position: 0 0;background-repeat: no-repeat;color: #3C3E3D;font-family: Arial;font-weight: bold;font-size: 12px;text-align: center;text-decoration: none;font-style: normal;background-image: url('img/buttonssmall.png'); _background-image: url('img/buttonssmall.gif');float:left;}
.btn_orange_65 span, .btn_blue_65 span, .btn_grey_small span{position: relative;top: 4px;width:80px;height: 27px;overflow: hidden;z-index: 0;}
.btn_orange_65 a{background-position: 0 0;}
.btn_blue_65 a, .btn_grey_small a{background-position: -87px -70px;}
.btn_orange_65 a:hover{background-position: 0 -34px;}
.btn_blue_65 a:hover, .btn_grey_small a:hover{background-position: -87px -104px;}

.btn_img, .btn_img_w, .btn_img_s, .btn_img_t, .btn_img_ew, .btn_img_hm{display:block; height:35px; width:140px; padding:5px 0; margin:0; position:relative;}
.btn_img a, .btn_img_w a, .btn_img_s a, .btn_img_t a, .btn_img_ew a{display:block; height:35px; width:140px; background:transparent url(img/buttons.png) no-repeat; _background-image:url(/images/common/_buttons8bit.png); text-decoration:none; text-align:center; position:relative; color:#464646;cursor:pointer;}
.btn_img_s a, .btn_img_t a{display:block; height:35px; width:140px; background:transparent url(img/ButtonsSmall.png) no-repeat; _background:transparent url(img/ButtonsSmall.gif) no-repeat; text-decoration:none; text-align:center; position:relative; color:#464646;cursor:pointer;}
.btn_img_hm a{display:block; height:35px; width:210px; background:transparent url(/images/common/buttonshome.png) no-repeat; _background-image:url(/images/common/_buttonshome.png); text-decoration:none; text-align:center; position:relative; color:#464646;}
.btn_img a span, .btn_img_w a span, .btn_img_s a span, .btn_img_t a span, .btn_img_ew a span, .btn_img_hm a span{position:absolute; left:0; top:7px; font-size:14px; font-weight:bold;padding:0;margin:0 auto; width:140px;color:#464646;}
.btn_img_w, .btn_img_w a, .btn_img_w a span, .btn_img_hm, .btn_img_hm a span{width:210px;}
.btn_img_ew, .btn_img_ew a, .btn_img_ew a span{width:230px;}
.btn_img_s, .btn_img_s a, .btn_img_s a span{width:79px;height:29px;}
.btn_img_t, .btn_img_t a, .btn_img_t a span{width:37px;height:21px;}
.btn_img_s a span{top:5px;}

.features_btn a{background-position:-290px 0;}
.features_btn a:hover{background-position:-290px -40px;}
.demo_btn a{background-position:-435px 0;}
.demo_btn a:hover{background-position:-435px -40px;}
.trialbuy_btn a{background-position:-580px 0;}
.trialbuy_btn a:hover{background-position:-580px -40px;}
.more_btn a{background-position:-580px -80px;}
.more_btn a:hover{background-position:-580px -120px;}
.home_btn_sign_up a{background-position:0 0;}
.home_btn_sign_up a:hover{background-position:0 -40px;}
.home_btn_find a{background-position:-220px 0;}
.home_btn_find a:hover{background-position:-220px -40px;}
.home_btn_login a{background-position:-440px 0;}
.home_btn_login a:hover{background-position:-440px -40px;}
.home_btn_learn a{background-position:-660px 0;}
.home_btn_learn a:hover{background-position:-660px -40px;}
.std_btn_orange a{background-position:-145px -80px;}
.std_btn_orange a:hover{background-position:-145px -120px;}
.std_btn_orange a span{top:7px;}
.std_btn_blue a{background-position:0 -80px;}
.std_btn_blue a:hover{background-position:0 -120px;}
.std_btn_blue a span{top:7px;}
.std_btn_lblue a{background-position:-290px -80px;}
.std_btn_lblue a:hover{background-position:-290px -120px;}
.std_btn_lblue a span{}
.sml_btn_orange a{background-position:0 0;}
.sml_btn_orange a:hover{background-position:0 -34px;}
.sml_btn_orange a span{font-size:12px;}
.sml_btn_white a{background-position:0 -70px;}
.sml_btn_white a:hover{background-position:0 -104px;}
.sml_btn_white a span{font-size:12px;}
.sml_btn_grey a{background-position:-87px -70px;}
.sml_btn_grey a:hover{background-position:-87px -104px;}
.sml_btn_grey a span{font-size:12px}
.tny_btn_grey a{background-position:-90px -0px;}
.tny_btn_grey a:hover{background-position:-90px -34px;}
.tny_btn_grey a span{top:2px; font-size:11px;}


/* New buttons */
/*Global settings*/
.btn-grey-no-img, .btn-green-no-img, .btn-orange-no-img, .btn-grey
{height:27px; width:auto; display:block; position:relative;}
.btn-grey-no-img a, .btn-green-no-img a, .btn-orange-no-img a, .btn-grey a
{height:27px; padding:0 10px 0 0; position:relative; display:inline-block; font-size:11px; text-decoration:none; text-align:center;}
.btn-grey-no-img a span, .btn-green-no-img a span, .btn-orange-no-img a span, .btn-grey a span
{display:inline-block; position:relative; top:0; width:auto; height:21px; font-weight:bold; text-transform:uppercase; text-decoration:none; padding:6px 10px 0 10px; margin:0; cursor:pointer;}
.btn-grey-no-img a:hover, .btn-green-no-img a:hover, .btn-orange-no-img a:hover, .btn-grey a:hover
{background-position:right -90px;}
.btn-grey-no-img a:hover span, .btn-green-no-img a:hover span, .btn-orange-no-img a:hover span, .btn-grey a:hover span
{background-position:left -30px;}
.btn-grey-no-img a span img, .btn-green-no-img a span img, .btn-orange-no-img a span img
{position:absolute; right:0; top:5px; border:none; margin-left:8px;}

.no-icon a span {padding:6px 2px 0 8px;}
.no-icon a {padding-right:6px;}

/*Individual settings*/
.btn-grey a { padding:0 26px 0 0; background:transparent url(/assets/buttons/btn-grey.png) no-repeat right -60px;}
.btn-grey a span {background:transparent url(/assets/buttons/btn-grey.png) no-repeat top left; color:#666; }
.btn-grey a:hover span {color:#4c719b;}

.btn-grey-no-img a {background:transparent url(/assets/buttons/btn-grey-no-img.png) no-repeat right -60px;}
.btn-grey-no-img a span {background:transparent url(/assets/buttons/btn-grey-no-img.png) no-repeat top left; color:#666;}
.btn-grey-no-img a:hover span {color:#4c719b;}

.btn-green-no-img a {background:transparent url(/assets/buttons/btn-green-no-img.png) no-repeat right -60px;}
.btn-green-no-img a span {background:transparent url(/assets/buttons/btn-green-no-img.png) no-repeat top left; color:#555;}
.btn-green-no-img a:hover span {color:#333;}

.btn-orange-no-img a {background:transparent url(/assets/buttons/btn-orange-no-img.png) no-repeat right -60px;}
.btn-orange-no-img a span {background:transparent url(/assets/buttons/btn-orange-no-img.png) no-repeat top left; color:#6c4500;}
.btn-orange-no-img a:hover span {color:#333;}

.btn-orange-glow {height:60px; width:auto; display:block; position:relative;}
.btn-orange-glow a {height:60px; padding:0 30px 0 0; position:relative; display:inline-block; background:transparent url(/assets/buttons/btn-orange-glow.png) no-repeat right -140px; font-size:11px; text-decoration:none; text-align:center;}
.btn-orange-glow a span {background:transparent url(/assets/buttons/btn-orange-glow.png) no-repeat top left; display:inline-block; position:relative; top:0; width:auto; height:37px; color:#784200; font-size:13px; font-weight:bold; padding:23px 0 0 30px; text-transform:uppercase; text-decoration:none;  margin:0;}
.btn-orange-glow a:hover{background-position:right -210px; cursor:pointer;}
.btn-orange-glow a:hover span {background-position:left -70px; color:#333;}

.tryitfinder_btn{margin-top:10px;}
.tryitfinder_btn a{background-position:0 -101px;}
.tryitfinder_btn a:hover{background-position:-256px -101px;}

/* Buttons end */

/* Tabs */
#div_banner ul.tab_bar, #div_banner_ac ul.tab_bar
{height: 24px;margin: 0;padding: 0 0 0 0;list-style-type: none;list-style-image:none;left: 0;position:absolute;}
#div_banner_ac ul.tab_bar
{top: 118px;}
#div_banner ul.tab_bar li, #div_banner_ac ul.tab_bar li
{float: left;margin: 0;padding: 0 20px;list-style-image:none;}
#div_banner ul.tab_bar li a, #div_banner_ac ul.tab_bar li a
{text-decoration: none;color: #FFF;font-size: 12px;}
#div_banner ul.tab_bar li.selected a, #div_banner_ac ul.tab_bar li.selected a
{color: #7AACD1;}
#div_banner ul.tab_bar li a:hover
{color: #EAA035;}
#div_banner ul.tab_bar li.selected a:hover
{color: #7AACD1;}

/* Misc */
.use_with{margin:0; padding:0; display:block; width:450px;}
.use_with dd{width:135px; height:20px; padding:0 8px 10px 0; margin:0; float:left;}
.use_with dd a{float:left; background-image:url(/images/icons/small/sprite.gif); background-repeat:no-repeat; font-size:12px; text-decoration:none; padding: 6px 0 0 30px; width:110px; height:24px; display:block; color:#000;}

.use_with dd a.web{background-position: 0 -1110px;}
.use_with dd a.hosted{background-position: -0 -1200px;}
.use_with dd a.apis{background-position: -0 -1140px;}
.use_with dd a.windows{background-position: -0 -1050px;}
.use_with dd a.local{background-position: -0 -1080px;}
.use_with dd a.data{background-position: -0 -1170px;}

.use_with dd a.web:hover{background-position: 0 -150px;}
.use_with dd a.hosted:hover{background-position: -0 -240px;}
.use_with dd a.apis:hover{background-position: -0 -180px;}
.use_with dd a.windows:hover{background-position: -0 -90px;}
.use_with dd a.local:hover{background-position: -0 -120px;}
.use_with dd a.data:hover{background-position: -0 -210px;}

.use_with dd a.uk-addresses:hover {background-position: 0 -390px;}
.use_with dd a.global-addresses:hover {background-position: 0 -360px;}
.use_with dd a.payments:hover {background-position: 0 -450px;}
.use_with dd a.business-data:hover {background-position: 0 -480px;}
.use_with dd a.cleansing:hover {background-position: 0 -600px;}
.use_with dd a.store-locator:hover {background-position: 0 -420px;}
.use_with dd a.geographic:hover {background-position: 0 -510px;}
.use_with dd a.profiling:hover {background-position: 0 -330px;}
.use_with dd a.email-validation:hover {background-position: 0 -540px;}
.use_with dd a.plus:hover {background-position: 0 -270px;}
.use_with dd a.government:hover {background-position: 0 -630px;}
.use_with dd a.maps:hover {background-position: 0 -570px;}
.use_with dd a.distances:hover {background-position: 0 -300px;}
.use_with dd a.al2:hover {background-position: 0 -1230px;}
.use_with dd a.nlpg:hover {background-position: 0 -1290px;}
.use_with dd a.us-addresses:hover {background-position: 0 -1380px;}
.use_with dd a.itn:hover {background-position: 0 -1500px;}
.use_with dd a.myservices:hover {background-position: 0 -1440px;}
.use_with dd a.routes:hover {background-position: 0 -1350px;}

.use_with dd a.uk-addresses {background-position: 0 -780px;}
.use_with dd a.global-addresses {background-position: 0 -750px;}
.use_with dd a.payments {background-position: 0 -840px;}
.use_with dd a.business-data {background-position: 0 -870px;}
.use_with dd a.cleansing {background-position: 0 -990px;}
.use_with dd a.store-locator {background-position: 0 -810px;}
.use_with dd a.geographic {background-position: 0 -900px;}
.use_with dd a.profiling {background-position: 0 -720px;}
.use_with dd a.email-validation {background-position: 0 -930px;}
.use_with dd a.plus {background-position: 0 -660px;}
.use_with dd a.government {background-position: 0 -1020px;}
.use_with dd a.maps {background-position: 0 -960px;}
.use_with dd a.distances {background-position: 0 -690px;}
.use_with dd a.al2 {background-position: 0 -1260px;}
.use_with dd a.nlpg {background-position: 0 -1320px;}
.use_with dd a.us-addresses {background-position: 0 -1410px;}
.use_with dd a.itn {background-position: 0 -1530px;}
.use_with dd a.myservices {background-position: 0 -1470px;}
.use_with dd a.routes {background-position: 0 -1560px;}

.features_box
{width: 449px;background-color: #F7FAFF;}
.features_box h2
{width: 439px;height: 30px;padding: 7px 0 0 10px;background-image: url(/images/common/boxes.png);background-position: 0 -89px;background-repeat: no-repeat;}
.features_box ul
{padding: 0;margin: 0 10px;}
.features_box ul li.main
{list-style-type: none;list-style-image: none;background-image: url(/images/icons/small/sprite.gif);background-position: -29px 2px;background-repeat: no-repeat;padding: 3px 0 0 30px;margin: 0;line-height: 20px;font-size: 10pt;font-weight: bold;}
.features_box ul li
{list-style-type: none;list-style-image: none;background-image: none;padding: 0px 0 10px 30px;margin: 0;line-height: 18px;font-size: 10pt;}
.features_box .btm
{width: 449px;height: 12px;background-image: url(/images/common/boxes.png);background-position: 0 -127px;background-repeat: no-repeat;}
.prices, .docs
{width: 100%;}
.prices tr th, .docs tr th
{padding: 0 5px;margin: 0;color: #CF861F;font-size: 11px;width: 200px;height: 30px;background: #F2F0DB url(/images/common/boxes.png) no-repeat 0 -42px;}
.docs tr th
{width: 300px;}
.prices tr th.l, .docs tr th.l
{background-position: 0 -42px;}
.prices tr th.m, .docs tr th.m
{background-position: -10px -42px;}
.prices tr th.r
{background-position: -561px -42px;width: 50px;}
.docs tr th.r {background-position: -600px -42px; width: 10px;}
.prices tr td, .docs tr td
{padding: 5px;margin: 0;border-bottom: solid 1px #F2F0DB;text-align: center;font-size: 14px;}
.docs tr td
{text-align: left;font-size: 12px;}
.docs tr td .fd
{color: #666;}
.prices tr.alt td, .docs tr.alt td
{background-color: #FDFDFB;}
.prices tr td.l, .docs tr td.l
{border-left: solid 1px #F2F0DB;}
.prices tr td.r, .docs tr td.r
{border-right: solid 1px #F2F0DB;}

/* Dates */
.date_item
{width: 340px;float:left;display: block;}
.date_item .date
{float: left;vertical-align: top;width: 34px;height: 43px;background-image: url(/images/common/date_bg.jpg);background-repeat: no-repeat;text-align: center;padding: 0;margin: 0 10px 0 0;clear: none;}
.date_item .date .month
{clear: both;width: 100%;margin: 0;padding: 4px 0 0 0;font-size: 11px;color: #477EA7;display: block;line-height: 14px;}
.date_item .date .day
{clear: both;width: 100%;margin: 0;padding: 0;font-size: 20px;color: #003267;display: block;line-height: 20px;}
.date_item .item
{float: left;width: 280px;margin: 0;padding: 0;}
.date_item .item h4
{color: #666;font-size: 14px;margin: 0;padding: 0;}
.date_item .item p
{color: #666;font-size: 11px;padding: 0 0 0 1px;margin: 0;line-height: 18px;clear:both;}

/* Helpful */
.clear{float: none;clear: both;width: 100%;}
.h80{height: 80px;}
.h60{height: 60px;}
.h50{height: 50px;}
.h40{height: 40px;}
.h30{height: 30px;}
.h20{height: 20px;}
.h10{height: 10px;}
.h0{height: 0px;font-size:0px;}
.cen{text-align: center;}
.zero{margin:0;padding:0;}

hr{border: none;border-top: solid 1px #CECECE;height: 1px;}
pre {background-color: #FBF8F0; margin: 40px 0; overflow: scroll; width: 600px;}
.rss_big{padding-left: 24px;background: transparent url(img/sprite.gif) no-repeat -1px -72px;}
.instructions{color: #666;}
.req{color: #D38008;font-size: 10px;}
.tblSimple tr th{color: #003368;font-size: 12px;}
.tblSimple tr td{font-size: 12px;}

.quote{width:260px;}
.quote_intxt{width:450px;position:relative;}
.quote_intxt img{float:right;clear:both;position:relative;top:0px;}
.quote_intxt p {color:#F28D00; line-height:30px; clear:both; width:450px; font-size:20px; font-weight:normal; float:left; display:block; margin:0; padding:0;}
.quote .marks, .quote_intxt .marks{width:26px; height:24px; display: block; background: transparent url(img/sprite.gif) no-repeat -185px -8px; float:left;}
.quote_intxt .marks {background-position:-224px -3px; height:26px;}
.quote .text{font-size: 14px; font-weight:bold; line-height: 26px; color: #333;}
.quote .source, .quote_intxt .source{clear:both;}
.quote .contact{float:right; font-size:14px; font-style:italic; width:110px;}
.quote_intxt .contact{float:right; font-size:14px; color:#436A93; padding-top:10px;}
.quote .logo{float:right; margin-top:20px;}
p.quoteside{font-size:14px;margin:0;padding:5px 0 0 0;line-height:20px;}

p.case-study-quote{background:transparent url(/images/common/case-study-quotes.gif) no-repeat 0 8px;padding:0 0 0 60px;font-size:16px;color:#000;font-weight:bold;line-height:24px;min-height:45px;}
p.case-study-quote-hm{margin:0;padding:10px 0 0 20px;font-size:18px;color:#555;line-height:24px;min-height:45px;float:left;width:550px;}

.side_img_tiny{height:130px;width:208px;display:block;}
.side_img_tiny a{height:130px;width:208px;display:block;padding:0;margin:0;}
.side_img_tiny a:hover{background-position:0 -140px;}

.side_img_small{height:130px;width:260px;display:block;}
.side_img_small a{height:130px;width:260px;display:block;padding:0;margin:0;}
.side_img_small a:hover{background-position:0 -140px;}

.side_img_large{height:260px;width:260px;display:block;}
.side_img_large a{height:260px;width:260px;display:block;padding:0;margin:0;}
.side_img_large a:hover{background-position:0 -270px;}

.facts{float:left; width:300px; padding:0 0 6px 30px; margin:0;}
.facts li{padding:4px 0; font-size:12px; line-height:20px;}
.facts li.last{font-weight:bold;}
.facts_img{float:left;}

.prod-benefits{margin:0 0 0 10px; padding:0 0 0 20px;}
.prod-benefits li{list-style-image:none; list-style-type:none; font-size:12px; line-height:20px; padding:0; margin:0 0 10px 0;}
.prod-benefits li.main{font-size:16px;color:#003363;font-weight:bold;list-style-image:url(/images/common/bullet-big.gif);margin:0;}

.sample-list{margin:0 0 0 10px; padding:0 0 0 20px;}
.sample-list li{list-style-image:url(/assets/icons/small/download.gif); margin:0;padding:0 0 10px 0;}
.sample-list li a{width:500px;display:block;clear:both;color:#003363;margin:0;padding:0;font-size:12px;}

.crumb, .crumb_ac {text-align:right; font-size:10px; float:right; font-size:11px;}
.crumb_ac a {color:#777; text-decoration:none;}
.crumb_ac {color:#555; clear:none; font-size:11px; margin-top:0;}

.twitter ul {margin:0;padding:0 5px;}
.twitter ul li{ list-style-image:none;list-style-type:none;font-size:11px;margin:0;padding:0;}
.twitter #info{font-size:10px;color:#777;}

ul.top5{width:200px; list-style:none; margin:0; padding:0 0 0 20px;}
ul.top5 li{padding:5px 0; line-height:18px; list-style-image:none;}
ul.top5 li a{clear:both;display:block;line-height:18px;font-size:12px;}
ul.top5 li span{font-size:11px;clear:both;}

.prominent, p.prominent
{font-size: 14px;line-height:20px;padding-top:0;margin-top:0;}

.orange{color:#EE8D00;}

#ts-widget{margin-bottom:60px!important;}