/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
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, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;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;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#005a7d;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
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:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.container {width:950px;margin:0 auto;}
.containerp {width:684px;margin:0 auto;border:red 1px solid;padding:0px;}
.showgrid {background:url(src/grid.png);}
.column, .span-29, .span-1, .span-2, .span-3, .span-4,.span-142, .span-5, .span-5-2, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {float:left;margin-right:10px;}
.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-29 {width:90px;}
.span-3 {width:110px;}
.span-142{width:142px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24 {width:950px;margin-right:0;}
.span-5-2 {width:150px;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;}
input.span-1, textarea.span-1 {width:18px!important;}
input.span-2, textarea.span-2 {width:58px!important;}
input.span-3, textarea.span-3 {width:98px!important;}
input.span-4, textarea.span-4 {width:138px!important;}
input.span-5, textarea.span-5 {width:178px!important;}
input.span-6, textarea.span-6 {width:218px!important;}
input.span-7, textarea.span-7 {width:258px!important;}
input.span-8, textarea.span-8 {width:298px!important;}
input.span-9, textarea.span-9 {width:338px!important;}
input.span-10, textarea.span-10 {width:378px!important;}
input.span-11, textarea.span-11 {width:418px!important;}
input.span-12, textarea.span-12 {width:458px!important;}
input.span-13, textarea.span-13 {width:498px!important;}
input.span-14, textarea.span-14 {width:538px!important;}
input.span-15, textarea.span-15 {width:578px!important;}
input.span-16, textarea.span-16 {width:618px!important;}
input.span-17, textarea.span-17 {width:658px!important;}
input.span-18, textarea.span-18 {width:698px!important;}
input.span-19, textarea.span-19 {width:738px!important;}
input.span-20, textarea.span-20 {width:778px!important;}
input.span-21, textarea.span-21 {width:818px!important;}
input.span-22, textarea.span-22 {width:858px!important;}
input.span-23, textarea.span-23 {width:898px!important;}
input.span-24, textarea.span-24 {width:938px!important;}
.append-1 {padding-right:40px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.append-7 {padding-right:280px;}
.append-8 {padding-right:320px;}
.append-9 {padding-right:360px;}
.append-10 {padding-right:400px;}
.append-11 {padding-right:440px;}
.append-12 {padding-right:480px;}
.append-13 {padding-right:520px;}
.append-14 {padding-right:560px;}
.append-15 {padding-right:600px;}
.append-16 {padding-right:640px;}
.append-17 {padding-right:680px;}
.append-18 {padding-right:720px;}
.append-19 {padding-right:760px;}
.append-20 {padding-right:800px;}
.append-21 {padding-right:840px;}
.append-22 {padding-right:880px;}
.append-23 {padding-right:920px;}
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
.prepend-7 {padding-left:280px;}
.prepend-8 {padding-left:320px;}
.prepend-9 {padding-left:360px;}
.prepend-10 {padding-left:400px;}
.prepend-11 {padding-left:440px;}
.prepend-12 {padding-left:480px;}
.prepend-13 {padding-left:520px;}
.prepend-14 {padding-left:560px;}
.prepend-15 {padding-left:600px;}
.prepend-16 {padding-left:640px;}
.prepend-17 {padding-left:680px;}
.prepend-18 {padding-left:720px;}
.prepend-19 {padding-left:760px;}
.prepend-20 {padding-left:800px;}
.prepend-21 {padding-left:840px;}
.prepend-22 {padding-left:880px;}
.prepend-23 {padding-left:920px;}
.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* ie.css */
body {text-align:center;}
.container {text-align:left;}
* html .column, * html .span-1, * html .span-2, * html .span-3, * html .span-4, * html .span-5, * html .span-6, * html .span-7, * html .span-8, * html .span-9, * html .span-10, * html .span-11, * html .span-12, * html .span-13, * html .span-14, * html .span-15, * html .span-16, * html .span-17, * html .span-18, * html .span-19, * html .span-20, * html .span-21, * html .span-22, * html .span-23, * html .span-24 {display:inline;overflow-x:hidden;}
* html legend {margin:0px -8px 16px 0;padding:0;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
html>body p code {*white-space:normal;}
hr {margin:-8px auto 11px;}
img {-ms-interpolation-mode:bicubic;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
fieldset {padding-top:0;}
textarea {overflow:auto;}
input.text, input.title, textarea {background-color:#fff;border:1px solid #bbb;}
input.text:focus, input.title:focus {border-color:#666;}
input.text, input.title, textarea, select {margin:0.5em 0;}
input.checkbox, input.radio {position:relative;top:.25em;}
form.inline div, form.inline p {vertical-align:middle;}
form.inline label {position:relative;top:-0.25em;}
form.inline input.checkbox, form.inline input.radio, form.inline input.button, form.inline button {margin:0.5em 0;}
button, input.button {position:relative;top:0.25em;}@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#005a7d;
	color:#666; 	
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;	
}

.header-bg {
	background:url('../images/header-background.jpg');
	background-repeat:repeat-x;
}

.bg-dark-grey
{
		background-color: #e3e3e3;
}

.bg-white {
	background-color:#FFF;	
}

.bg-light-blue-gradient {
	background:url('../images/win-an-ipad-bg.jpg');
	background-repeat:repeat-x;
	background-color:#e4f5fd;
	width:208px;
	font-size:11px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

.bg-05465c {
	background-color:#05465c;	
}

.text-align-right {
	text-align:right;
}

.text-align-left {
	text-align:left;
}

.text-align-justify {
	text-align:justify;	
}

.font-97percent {
	font-size:97%;	
}

.text-align-center {
	text-align:center;
}

.top-tool-bar {
	background-color:#05465c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
}

.top-tool-bar a, .top-tool-bar a:link, .top-tool-bar a:active, .top-tool-bar a:visited {
	color:#FFF;
	text-decoration:none;
	padding-left:15px;
}

.top-tool-bar .links {
	padding-top:5px;
}
.top-tool-bar a.see-all-cities {
	background:url('../images/down-arrow.png');
	background-repeat:no-repeat;
	background-position:right 5px ;
	padding-right:15px;
}

.top-tool-bar a.get-daily-alerts {
	background:url('../images/email-icon.png');
	background-repeat:no-repeat;
	background-position:right 2px ;
	padding-right:23px;
}

.top-tool-bar a.invite-friend {
	background:url('../images/invite--friends-icon.png');
	background-repeat:no-repeat;
	background-position:right 1px ;
	padding-right:42px;
}

.top-tool-bar a.tools {
	background:url('../images/tools-icon.png');
	background-repeat:no-repeat;
	background-position:right 0px ;
	padding-right:23px;
	padding-top:3px;
}

.top-right h2 {
	font-size:14px;
	font-weight:bold;
	color:#bed63a;	
}

.top-right h2.blue {
	color:#005a7d;	
}

.top-right h1 {
	font-weight:bold;
	color:#005a7d;	
}

.top-right a, .top-right a:link, .top-right a:active, .top-right a:visited {
	color:#000000;
	font-weight:bold;
}

.sign-in-icon {
	display:inline-block;
	background:url('../images/sign-in-icon.png');	
	background-repeat:no-repeat;
	height:20px;
	padding-left:22px;
	margin-right:30px;
}

.register-in-icon {
	display:inline-block;
	background:url('../images/register-icon.png');	
	background-repeat:no-repeat;
	height:20px;
	padding-left:22px;
}

.padding-1px {
	padding:1px;
}

.padding-2px {
	padding:2px;
}


.padding-3px {
	padding:3px;
}

.padding-5px {
	padding:5px;
}

/*.padding-left-5px {
	padding:5px;
}
/*.padding-left-10px {
	padding:10px;
}*/

.padding-10px {
	padding:10px;
}

.padding-15px {
	padding:15px;
}

.padding-20px {
	padding:20px;
}

.padding-top-10px {
	padding-top:10px;
}

.padding-top-15px {
	padding-top:15px;
}

.padding-top-20px {
	padding-top:20px;
}

.padding-top-25px {
	padding-top:25px;
}

.padding-top-30px {
	padding-top:30px;
}

.padding-top-50px {
	padding-top:50px;
}

.padding-top-40px {
	padding-top:40px;
}

.padding-bottom-10px {
	padding-bottom:10px;
}



.padding-right-5px {
	padding-right:5px;
}

.padding-right-10px {
	padding-right:10px;
}
.padding-right-20px {
	padding-right:20px;
}
.padding-right-25px {
	padding-right:25px;
}
.padding-left-5px {
	padding-left:5px;
}

.padding-left-20px {
	padding-left:20px;
}

.padding-left-21px {
	padding-left:21px;
}

.padding-left-10px {
	padding-left:10px;
}
.padding-left-190px {
	padding-left:190px;
}
.margin-left-20px {
	margin-left:20px;
}

.margin-left-30px {
	margin-left:30px;
}
.margin-left-50px {
	margin-left:50px;
}
.margin-left-60px {
	margin-left:60px;
}
.margin-left-70px {
	margin-left:70px;
}
.margin-left-80px {
	margin-left:80px;
}

.padding-left-150px {
    padding-left:150px;
}

.margin-5px {
	margin:5px;	
}

.margin-right-5px {
	margin-right:5px;	
}

.margin-both-5px {
	margin-left:5px;
	margin-right:5px;
}

.padding-bottom-10px {
	padding-bottom:10px;
}

.margin-10px {
	margin:10px;	
}


.tabs-bar {
	background:url('../images/main-menu-background.jpg');
	background-repeat:repeat-x;
	height:43px;
}

.tabs-bar div {
	margin-top:6px;	
}


.bg-content {
	background:url('../images/content-area-bg.jpg');
	background-repeat:repeat-y	
}

.content div.margin {
	margin:20px 30px 20px 30px;
}

.footer {
	background:url('../images/footer-bg.jpg');
        background-color: #005a7d;
	background-repeat:no-repeat;
	min-height:224px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
.footer-german {
	background:url('../images/footer-bg-german.jpg');	
	background-repeat:no-repeat;
	min-height:224px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
.footer-spain {
	background:url('../images/footer-bg-spain.jpg');	
	background-repeat:no-repeat;
	min-height:224px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}

.footer h1 {
	font-size:16px;
	color:#FFF;
	font-weight:bold;
}

.footer div.container {
	margin:70px 30px 20px 30px;
}

.footer a, .footer a:link, .footer a:active, .footer a:visited {
	color:#FFF;
	text-decoration:none;
	font-size:14px;
}

.footer a:hover {
	text-decoration:underline;	
}

.footer ul {
	list-style:none;
	padding-left:20px;
	margin:0px;
	margin-top:10px;
	list-style-image: url('../images/footer-bullet.jpg');
}

.footer ul li{
	padding:2px;
}

.footer ul li.ukflag {
	list-style-image: url('../images/uk-logo.gif');
}

.footer ul li.deflag {
	list-style-image: url('../images/germany-logo.gif');
}

.footer ul li.spflag {
	list-style-image: url('../images/spain-logo.gif');
}
.footer ul li.frflag {
	list-style-image: url('../images/flag_fr.jpg');
}
.footer ul li.itflag {
	list-style-image: url('../images/flag_it.jpg');
}
.footer ul li.plflag {
	list-style-image: url('../images/flag_pl.jpg');
}

.footer-german h1 {
	font-size:16px;
	color:#FFF;
	font-weight:bold;
}

.footer-german div.container {
	margin:70px 30px 20px 30px;
}

.footer-german a, .footer-german a:link, .footer-german a:active, .footer-german a:visited {
	color:#FFF;
	text-decoration:none;
	font-size:14px;
}

.footer-german a:hover {
	text-decoration:underline;	
}

.footer-german ul {
	list-style:none;
	padding-left:20px;
	margin:0px;
	margin-top:10px;
	list-style-image: url('../images/footer-bullet.jpg');
}

.footer-german ul li{
	padding:2px;
}


.footer-spain h1 {
	font-size:16px;
	color:#FFF;
	font-weight:bold;
}

.footer-spain div.container {
	margin:70px 30px 20px 30px;
}

.footer-spain a, .footer-spain a:link, .footer-spain a:active, .footer-spain a:visited {
	color:#FFF;
	text-decoration:none;
	font-size:14px;
}

.footer-spain a:hover {
	text-decoration:underline;	
}

.footer-spain ul {
	list-style:none;
	padding-left:20px;
	margin:0px;
	margin-top:10px;
	list-style-image: url('../images/footer-bullet.jpg');
}

.footer-spain ul li{
	padding:2px;
}



.right-panel-box div.padding {
	padding-left:6px;
	padding-right:6px;
}

.bg-white-200px {
	background-color:#FFF;
	width:200px;
}

.right-panel-box h1.blue {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#005a7d;
	margin-bottom:10px;
}

.right-panel-box h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#005a7d;
	margin-bottom:10px;
}

.right-panel-box {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	margin-left:-8px;
	color:#666;
}

ul.expander {
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.expander li {
	margin:0px;
	padding:0px;
}

ul.expander li .read-more {
	font-family:Arial, Helvetica, sans-serif;
/*	font-family:Tahoma, Geneva, sans-serif;*/
	font-size:11px;
}


h2 {
	color:#005a7d;	
	font-size:18px;
	font-weight:normal;
}

h2.green {
	color:#a3bf04; 
	font-size:18px;
	font-weight:normal;
}

h2.blue-16 {
	color:#005a7d; 
	font-size:16px;
	font-weight:bold;
}

h2.black-16 {
	color:#000000; 
	font-size:16px;
	font-weight:bold;
}

h2.grey {
	color:#666; 
	font-size:18px;
}

h2 a {
	font-weight:normal;
	color:#005a7d;	
	text-decoration:none;
}

h2 a:hover {
	color:#005a7d;
	text-decoration:underline;
}

h2.bold {
	font-weight:bold;
}

h2 {
	color:#005a7d;	
	font-size:18px;
	font-weight:bold;
}

h3 {
	color:#005a7d;	
	font-size:14px;
	font-weight:bold;
}

h3 a {
	color:#005a7d;	
}

.text-bold {
	font-weight:bold;	
}

.border-green {
	border:solid;
	border-width:1px;
	border-color:#c9db30;
}

.border-grey {
	border:solid;
	border-width:1px;
	border-color:#dfdfde;
}

.border-black {
	border:solid;
	border-width:1px;
	border-color:#dfdfde;
}

.readmore {
	color:#a3bf04;
}

.white-text
	{
		color:#FFF;
		text-decoration: none;
}

/*Zeeshan CSS code starts here*/

.topHeading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#d5ee3a;
	text-align:center;
	margin-bottom:17px;
}

.emailMe{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d5ee3a;
	text-align:left;
	margin-left:120px;
	float:left;
}

.inputSearchArea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	float:left;
	margin-top:-6px;
	margin-right:2px;
	margin-left:2px;
}
.followUs{
	color:#3BC8F7;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-left:212px;
	margin-top:3px;
	
}
.folloUsImages{
	float:right;
	margin-right:17px;
}

.img-set{
	margin-left:-10px;
	
}
.frenshText{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:21px;
	color:#005A7D;
	
	
}

/*Register page CSS code ends here*/












div.small {
	font-size:11px;
	color:#333;		
}

.daily-deal-buynow-box {
	margin-left:-30px;	
}

.daily-deal-buynow-box .price {
	background:url('../images/BuyNow_Background.jpg');
	height:60px;
	color:#0e5500;
	font-size:28px;
	font-weight:bold;
}

.daily-deal-buynow-box .grey {
	background-color:#f1f1f1;	
}

.daily-deal-buynow-box .counter {
	background:url('../images/Final-PSD_102.jpg');
	background-repeat:no-repeat;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	width:241px;
}

.daily-deal-buynow-box .counter .bar {
	margin-left:50px;
}

.daily-deal-buynow-box .counter .bar .span-1 {
	padding-top:3px;
	padding-right:18px;
}

.daily-deal-buynow-box .counter .bar .no-pad {
	padding-right:0px;
}

.daily-deal-buynow-box .bought-details {
	margin-left:auto;
	margin-right:auto;
	width:241px;
	margin-top:5px;
}

.daily-deal-buynow-box .bought-details .bar {
	background-color:#FFF;
	border-left:1px solid rgb(204, 204, 204);
	border-right:1px solid rgb(204, 204, 204);
}

.maroon {
	color:#ab1e21;	
}

.blue {
	color:#005a7d;
}

.light-blue {
	color:#0099ff;
}

.percentage-bar {
	width:216px;
	margin-left:auto;
	margin-right:auto;
}

.percentage-bar .bar {
	background:url('../images/Deal_Meter_BG.jpg');	
	height:20px;
}

.percentage-bar .total-to-buy {
	text-align:right;
	width:140px;
}

.deal-image-box {
	border:solid;
	border-color:#cdcdcd;
	border-width:1px;
	color:#666;
}

.padding-top-3px {
	padding-top:3px;
}

.padding-top-5px {
	padding-top:5px;
}

.padding-top-7px {
	padding-top:7px;
}

.padding-top-2px {
	padding-top:2px;
}


.icon {
	padding-left:35px;
	padding-top:9px;
	padding-bottom:9px;
	font-size:11px;
	padding-right:10px;
	display:block;
	float:left;
	margin:0px;
}

.icon-fb {
	background:url('../images/facebook_icon.png')	;
	background-repeat:no-repeat;
}

.icon-twitter {
	background:url('../images/twitter_icon.png')	;
	background-repeat:no-repeat;
}

.icon-email {
	background:url('../images/email_icon.png')	;
	background-repeat:no-repeat;
}

.grey {
	color:#666; 
}

p {
	margin:0px;
	padding:0px;
}

.hide {
	display:none;
}

.share-deal-bottom {
	background:url('../images/grey_bg.jpg')	;
	background-repeat:no-repeat;
	width:421px;
	height:63px;
}

.top-subscription-box {
	background-color:#FFF;	
	display:none;
}

.pointer {
	cursor:pointer;	
}

.form {
	font-weight:normal;	
}

.width-50 {
	width:50px;	
}

.width-60 {
	width:60px;	
}

.width-65 {
	width:65px;	
}

.width-70 {
	width:70px;	
}

.width-40 {
	width:40px;	
}

.width-100 {
	width:100px;	
}

.width-120 {
	width:120px;	
}

.width-130 {
	width:130px;	
}

.width-150 {
	width:150px;	
}

.width-140 {
	width:140px;	
}

.width-165 {
	width:165px;	
}

.width-170px {
	width:170px;
}

.width-170 {
	width:170px;
}

.width-190 {
	width:190px;
}


.width-200 {
	width:200px;	
}

.width-208 {
	width:208px;	
}

.width-220 {
	width:220px;	
}

.width-230 {
	width:230px;	
}


.width-250 {
	width:250px;
}

.width-270 {
	width:270px;
}

.width-290 {
	width:290px;
}

.width-450 {
	width:450px;
}

.height-100 {
	height:100px;
}

.height-170 {
	height:170px;
}

.bg-grey {
	background-color:#f1f1f1;	
}
.bg-grey-new {
	background-color:#eeeeec;	
}

.text-color-blue-new{
	color:#06425a;	
}


.bg-new-blue {
	background-color:#0083af;	
}

.bg-yellow {
	background-color:#fefee2;		
}

.bg-yellow-1 {
	background-color:#fbfac1;		
}

.border-5px {
	border:solid;
	border-width:5px;
}

.border-blue {
	border-color:#005a7d;
}

.red-subscribe-heading {
	font-weight:bold;
	font-size:28px;
	color:#F00;
}

.red-subscribe-heading-register {
	font-size:25px;
	color:#F00;
}

.black {
	color:#000;	
}

.normal {
	font-weight:normal;	
}

.green-arrow {
	position:absolute;
	margin-left:-95px;
	margin-top:10px;	
}

.bg-blue {
	background-color:#005a7d;	
}

.border-1px-white {
	border-bottom-style:solid;
	border-width:1px;
	border-color:#FFF;
}

.bg-top-grey-grad {
	background:url('../images/grey-grad-top.jpg');
	background-repeat:repeat-x;
}

.bg-bottom-grey-grad {
	background:url('../images/grey-grad-bottom.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFF;
}

.formerror {
	display:none;	
}

.errormessage {
	font-weight:bold;
	color:red;
}

.small {
	font-size:11px;	
}

.blue-gradient {
	background:url('../images/blue-bg.jpg');
	background-repeat:repeat-x;
	background-color:#03577b;
	color:#FFF;
}

.green {
	color:#a3bf04;	
}

.bg-light-blue {
	background-color:#0099ff;
}

h4 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
}

.bg-green {
	background-color:#c9db31;	
}

.bg-green-2 {
	background-color:#deedd2;	
}

.bg-green-3 {
	background-color:#d6f0c3;	
}

.margin-bottom-5px {
	margin-bottom:5px;
}

.margin-bottom-10px {
	margin-bottom:10px;
}

.bold {
	font-weight:bold;	
}

.bigger {
	font-size:130%;
}

.white-links {
	color:#fff;	
}

.white-links a, .white-links a:link, .white-links a:active, .white-links a:visited {
	color:#fff;	
	text-decoration:none;
}
.white-links a:hover {
	color:#fff;	
	text-decoration:none;
}
.white {
	color:#FFF;	
}
.float-left {
	float:left;
}
.referral-guest {
	padding-top: 75px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
/*	font-family: Arial;*/
}

.referral-guest a {
	font-weight:bold;
	text-decoration:none;
}
h3.static {
	color:#666666;
	font-size:18px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
.page_content
{
	line-height:16px;
}
.select-box2{
	margin:0px;
	font-size:16px;
	border:solid;
	border-width:1px;
	border-color:#7f9db9;
}
.closed-meter{
 font-size: 12px; color: blue; text-align: center;
}
.bought-details
{
	height:180px;
}
.dealclosed{
	font-size: 18px; color: red; text-align: center;
	font-weight:normal;
	padding:15px;
}
.dealclosed2{
	line-height:20px;
	font-weight:bold;
	text-align:center;
}
.width-12-fl{
	width:15px;
	float:left;	
}
.dashboard-link-black
	{
		color:#000;
		text-decoration: underline;
		font-size: 12px;
		font-weight: bold;
			
}
.dashboard-link-blue
	{
		color:#00F;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;			
}

.font-10 { font-size:10px; }
.font-11 { font-size:11px; }
.font-12 { font-size:12px; }
.font-13 { font-size:13px; }
.font-14 { font-size:14px; }
.font-15 { font-size:15px; }
.font-16 { font-size:16px; }
.font-17 { font-size:17px; }
.font-18 { font-size:18px; }
.font-19 { font-size:19px; }
.font-20 { font-size:20px; }
.font-21 { font-size:21px; }
.font-22 { font-size:22px; }
.font-23 { font-size:23px; }
.font-24 { font-size:24px; }
.font-25 { font-size:25px; }
.font-26 { font-size:26px; }
.font-27 { font-size:27px; }
.font-28 { font-size:28px; }
.font-29 { font-size:29px; }
.font-30 { font-size:30px; }
.font-31 { font-size:31px; }
.font-32 { font-size:32px; }
.font-33 { font-size:33px; }
.font-34 { font-size:34px; }
.font-35 { font-size:35px; }
.font-36 { font-size:36px; }
.font-37 { font-size:37px; }
.font-38 { font-size:38px; }
.font-39 { font-size:39px; }
.font-40 { font-size:40px; }
.font-41 { font-size:41px; }
.font-42 { font-size:42px; }
.font-43 { font-size:43px; }
.font-44 { font-size:44px; }
.font-45 { font-size:45px; }
.font-46 { font-size:46px; }
.font-47 { font-size:47px; }
.font-48 { font-size:48px; }
.font-49 { font-size:49px; }
.font-50 { font-size:50px; }

.text-decoration-none {
	text-decoration:none;	
}

.text-decoration-underline {
	text-decoration:underline;	
}

.dark-grey {
	color:#333333;	
}

.line-height-normal {
	line-height:normal;	
}

.margin-top-0px {
	margin-top:0px;	
}

.bright-blue {
	color:blue;	
}

.border-top-none {
	border-top:none;	
	border-top-width:0px;
}

.border-bottom {
	border-bottom:1px solid red;
	border-color:#000;
}


a.stbutton{
text-decoration: none;
	padding:1px 0px 0px 18px !important;
}
.stbuttontext {
margin-left: -5px;	
}


.green-lighter {
	color:#c9db31;	
}

.tahoma { font-family:Tahoma, Geneva, sans-serif; }
.verdana { font-family:Verdana, Geneva, sans-serif; }

























#thanks_outer{
		margin:0 auto;
		width:652px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#fff;	
		padding-top:60px;
}

#thanks{
		float:left;	
		
}
		
		
#thanks_header{
		width:602px;
		height:140px;
		background:url(images/thanks_header.png) top left no-repeat;
		font-size:16px;
		padding-left:50px;
		padding-right:10px;
}


#thanks_header h1{
		padding:0px;
		margin:0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:26px;
		font-weight:normal;
		padding-left:0px;
		padding-top:25px;
		margin-bottom:15px;
}

#thanks_contents{
		width:620px;
		float:left;
		background:url(images/thanks_bg.png) top left repeat-y;
		color:#00425e;
		margin-left:1px;
		padding:10px;
		padding-top:0px;
}

#thanks_contents h1{
		padding:0px;
		margin:0px;
}

#thanks_contents_left{
		float:left;
		font-size:22px;
		font-weight:bold;
		width:380px;
}


#thanks_contents_right{
		padding-top:10px;
		float:right;
		width:240px;
		
}

#thanks_contents_inner_right{
	float:left;
}


.thanks_left{
		float:left;
		padding-right:10px;
}

.thanks_right{
	padding-top:10px;
	float:left;
}

.thanks_clear{
		clear:both;
		height:28px;
		
}

#thanks_contents_right a{
		color:#00425e;
		font-size:26px;
		font-weight:bold;
		text-decoration:underline;
}

#thanks_contents_right a:hover{
		text-decoration:none;
}

#thanks_bottom {
		clear:both;
		width:640px;
		height:13px;
		background:url(images/thanks_bottom.png) bottom left no-repeat;
		margin-left:1px;
}
#container-for-white{
	background-color:#FFF;	
	
	
}

.red {
	color:#dd0000;	
}

.padding-left-30px {
	padding-left:30px;	
}

/* for blog */

.blog {
	font-family:Helvetica,Arial,sans serif;
}
.blog .leftContainer {
	background-color:#C7E0B2;
	float:left;
	width:90px;
	text-align:center;
}

.blog .PicContainer{
	padding:5px;
}

.blog .PicContainer img{
	width:80px;
	height:80px;
	margin-bottom:5px;
}

.blog .separator {
	height:1px;
	background-color:#FFF;
}

.blog .CommentLink {
	margin-top:10px;
	margin-bottom:10px;
	
}

.blog .CommentLink a {
	text-decoration:none;
	font-weight:bold;
	color:#568223;	
}

.blog .postAuthorName {
	color:#0066FF;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

.blog .postYear {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

.blog .postContainer{
	padding:0px 10px 10px 100px;
}

.blog .postContainer h2{
	color:#000000;
	font-size:24px;
	font-weight:bold;
	width:570px;
	margin-bottom: 10px;
	line-height:25px;
}

.blog .postDetailedText{
	color:#666666;
	font-size:14px;
	line-height:18px;
	text-align:justify;
}

.blog .readmore {
	text-align:right; 
	margin-bottom:50px;
	clear:both;
}

.blog .readmore a {
	color:#0066FF;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
/* end for blog */

.whitelist-content {
    margin-top: 20px;
}

.whitelist-content h5 {
    font-size: 1.5em;
    line-height: 1.1em;
    font-weight: normal;
}

.whitelist-content a {
    text-decoration: none;
}

.whitelist-content a:hover {
    text-decoration: underline;
}

.right-panel-box-1px-away {
	width:214px;
	margin-left:-14px;
}

.discussionHeading {
	
}

.discussionHeading a:hover{
	color:#005A7D !important;
}
.credits-color{
	color:#4F81BD;
}
.errors {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:-5px;
	margin-bottom:10px;
}

.errors li {
	list-style:none;
	margin:0px;
	padding:0px;
        text-align:left !important;
        padding-left:10px !important;
	font-size:12px;
	color:#F00;
}

.myprofile-tab-outer {
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	margin-right:8px;
}

.myprofile-tab {
	background:url('../images/myprofile-tab-bg.jpg');
	background-repeat:repeat-x;
	background-color:#c4dfad;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

.myprofile-tab a, .myprofile-tab a:link, .myprofile-tab a:active, .myprofile-tab a:visited {
	color:#000;
	text-decoration:none;
}

.myprofile-tab a:hover {
	color:#060;
	text-decoration:none;
}

.myprofile-tab.selected a, .myprofile-tab.selected a:link, .myprofile-tab.selected a:active, .myprofile-tab.selected a:visited {
	color:#005a7d;
	text-decoration:none;
}

.bg-dark-green {
	background-color:#46692f;
}

.dark-green {
	color:#46692f;
}

.error-message {
	background-color:#ffe8e8;
	border:solid;
	border-color:#fec6c6;
	border-width:2px;
	padding:5px;
	color:#900;
	font-weight:bold;
}


/**
***********************************************comment box style
**/
#commentBox{
}
#commentBox a{
	text-decoration:none !important;
	color:#0981BE !important;

}
#commentBox a:hover{
	text-decoration:underline !important;
}


#commentBox h2 a{
	color:#000 !important;
}
.formnormal label {
	font-weight:normal;
}

.padding-top-10px{
	padding-top:10px;
}

.padding-left-40px{
	padding-left:40px;
}

.padding-left-50px{
	padding-left:50px;
}

.padding-left-55px{
	padding-left:55px;
}

.input {
    width: 53px;
}


.date-box-1  {
	background:url('../images/date-img-new.gif');
	float:left;
	width:70px;
	height:71px;
	margin-top:-80px;
	margin-right:5px;
	margin-left:-20px;
}

.deal-box-1 {
	background:url('../images/box-botton-img2.jpg');
	min-height:202px;
	background-repeat:repeat-x;
	background-color:#c1dee9;
}

.margin-bottom-20px{
	margin-bottom:20px;

}
.margin-bottom-10px{
	margin-bottom:10px;

}

.greenLeaf{
    background:url(../images/green-leaf.png);
    background-repeat:no-repeat;
    width:73px;
    height:89px;
    margin-top:-25px;
    margin-left:-30px;
    /*position:absolute;*/
    float: left;
}


.width-95 {
	width:95px;	
}

.price-1 {
	background:url('../images/left-price-img.png');
	text-align:center;
	width:95px;
	height:41px;
	background-repeat:no-repeat;
}

.green-1 {
	color:#0e5500;	
}

.sold {
	background:url('../images/sold-img.png');
	background-repeat:no-repeat;
}

.padding-left-15px {
	padding-left:15px;
}

.margin-top-15px {
	margin-top:15px;
}

.margin-top-10px {
	margin-top:10px;
}

.margin-top-5px {
	margin-top:5px;
}

.margin-right-20px {
	margin-right:20px;	
}

.margin-right-30px {
	margin-right:30px;	
}

.img-border {
	border:solit;
	border-width:1px;
	border-color:#000;
}

.padding-left-60px {
	padding-left:60px;
}

.heading-box {
	height:65px;
	overflow:hidden;
}

.heading-box a, .heading-box a:link, .heading-box a:active, .heading-box a:visited {
	text-decoration:none;	
}


/**
* paginator_front.php
* added by : Mazhar
* Web Panel: front
* Dated:May 05, 2010
*/

        /*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
/*Gray red Pagination*/
div.pagination {
        text-align:center;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	padding:2px;
	background-color:#c1c1c1;
        margin-top:-10px;
        border-bottom: 1px solid rgb(67, 129, 49);

}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	background-color:#c1c1c1;
	text-decoration: none; /* no underline */
	color: #000;
}
div.pagination a:hover, div.pagination a:active {
	background-color:#6D7FAF;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		font-weight: bold;
		background-color: #fff;
		color: #303030;
	}
div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		background-color:#c1c1c1;
		color: #797979;
	}
/****paginator.phtml****/


.dark-green-1 {
	color:#214601;	
}

.line-height-20 {
	line-height:20px;	
}

/**
*** sign in popup box
*/
.whiteBoxWraper{
	width:562px;
	height:315px;
	background:#FFF;
	border:1px solid red;
}

.dark-green-1 {
	color:#214601;
}

.line-height-20 {
	line-height:20px;
}

.yellow-box {
    border: 3px solid #b5ca1b;
    background-color: #fffde2;
    border-top:none;
}

.blue-box {
    background-color: #b5ca1b;
}
.grey-corner-big-img2{
	background:url(../images/pay/img-3.gif) no-repeat;
	width:670px;
	height:397px;
}
.border-grey-1px{
	border:1px solid #c8c8c8;
}
.grey-corner-big-img{
	background:url(../images/pay/img-2.gif) no-repeat;
	width:688px;
	height:128px;
       border-bottom:1px solid #dfdfde;
       border-left:1px solid #dfdfde;
       border-right:1px solid #dfdfde;
}
.grey-corner-img{
	background:url(../images/pay/img-0.gif) no-repeat;
	width:267px;
	height:31px;
	float:right;
}
.font-14 {
font-size:14px;
}
.margin-top-49px {
	margin-top:49px;	
}
.border-grey-3px{
	border:3px solid #c8c8c8;
}
.height-80 {
	height:80px;
}
.text-grey{ color:#c8c8c8;}
.margin-top-110px {
	margin-top:110px;	
}
.padding-left-300px{
	padding-left:300px;	
}
.padding-left-70px{
	padding-left:70px;	
}
.grey-round-corner-img{
	background:url(../images/pay/img-1.gif) no-repeat;
	width:222px;
	height:37px;
	float:right;
        margin-top:7px;
}
#payment-options-box{
    border-top:1px solid #dfdfde;
    border-left:1px solid #dfdfde;
    border-right:1px solid #dfdfde;
}

.error-green {
    border: solid;
    border-width: 2px;
    border-color: #098509;
    background-color: #e5ffe5;
    color: #098509;
    padding:10px;
}/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=c2d837&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=c3df66&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1b4800&iconColorDefault=60ab22&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=60ab22&fcHover=3f6024&iconColorHover=60ab22&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=60ab22&fcActive=60ab22&iconColorActive=60ab22&bgColorHighlight=e1f9cd&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=60ab22&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #c3df66; background: #c2d837 url(images/ui-bg_gloss-wave_35_c2d837_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1b4800; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1b4800; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #60ab22; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #3f6024; }
.ui-state-hover a, .ui-state-hover a:hover { color: #3f6024; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #60ab22; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #60ab22; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #60ab22; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #60ab22; background: #e1f9cd url(images/ui-bg_highlight-soft_75_e1f9cd_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_60ab22_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_60ab22_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_60ab22_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	margin: -1px;
}
/* Button
----------------------------------*/

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */





/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }@charset "utf-8";
/* CSS Document */

.cities-slider {
	display:none; 
	background-color:#FFF;	
}

.cities-slider .cities {
	margin:10px;
	margin-top:0px;
	color:#FFF;
}

.cities-slider .cities .cell {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.cities-slider .cities a, .cities-slider .cities a:link, .cities-slider .cities a:active, .cities-slider .cities .cell a:visited {
	display:block;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:7px;
	color:#FFF;
	text-decoration:none;
}

.cities-slider .cities .cell a:hover {
	background-color:#0f9ccb;	
}

.cities-slider .cities .cell a.selected {
	background-color:#0f9ccb;	
	font-weight:bold;
}

.cities-slider .cities .cell a.selected:hover {
	background-color:#2a85a3;	
}

.cities-slider .cities .border-top {
	border-top:solid;
	border-top-width:1px;
	border-top-color:#096888;	
}

.cities-slider .cities .border-top-05465c {
	border-top:solid;
	border-top-width:1px;
	border-top-color:#05465c;
}

.btn-hide {
	margin-top:3px;
	margin-bottom:3px;
	margin-right:10px;
}div.grey-box {
	border:solid;
	border-width:15px;
	border-color:#e3e3e3;
	padding:10px;
}

 
.buy-sign-in-box {
	width:318px;
}

.green-box {
	background-color:#e7f2a1;
	padding:20px;
}

input.text-box {
	font-size:16px;	
	padding:3px;
	border:solid;
	border-width:1px;
	border-color:#7f9db9;
}

input.text-box-14px {
	font-size:14px;	
	padding:3px;
	border:solid;
	border-width:1px;
	border-color:#7f9db9;
}

select.select-box {
	font-size:16px;	
	padding:3px;
	border:solid;
	border-width:1px;
	border-color:#7f9db9;	
}
.form div .font-bold, .form div .font-bold label, .form div .font-bold div label {
	font-weight:bold;	
	color:#000;
}
#shipping div label {
	font-weight:normal;	
	font-size:12px;
	padding:0px;
	margin:0px;
	color:#000;
}
.form div label {
	font-weight:normal;	
	font-size:12px;
	padding:0px;
	margin:0px;
	color:#000;
}

input.error-box {
	border:solid;
	border-width:1px;
	border-color:#ff9393;
	background-color:#fef7f7;
	font-size:16px;	
	padding:3px;
}

textarea.error-box {
	border:solid;
	border-width:1px;
	border-color:#ff9393;
	background-color:#fef7f7;
	font-size:16px;	
	padding:3px;
}

select.error-box {
	border:solid;
	border-width:1px;
	border-color:#ff9393;
	background-color:#fef7f7;
	font-size:16px;	
	padding:3px;
}/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(../images/controls.png) 0 0 no-repeat;}
    #cboxTopCenter{height:14px; background:url(../images/border.png) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(../images/controls.png) -36px 0 no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(../images/controls.png) 0 -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(../images/border.png) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(../images/controls.png) -36px -32px no-repeat;}
    #cboxMiddleLeft{width:14px; background:url(../images/controls.png) -175px 0 repeat-y;}
    #cboxMiddleRight{width:14px; background:url(../images/controls.png) -211px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(../images/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}