﻿/*Lists*/
#lists {background:#E8CD32 url(/img/lists-bg-orange.gif) repeat-y; color:#000000; padding:10px; margin-bottom:10px; clear:both;}
#lists .title {background:#DBA219; height:20px; font-weight:bold; color:#FFFFFF; padding:3px 10px 0px 10px;}
#lists ul {margin:0; padding:0;}
#lists ul li {padding: 0px 0px 0px 13px; list-style: none; background: url(/img/closed-orange.gif) no-repeat 0 4px; font-size:12px;}
#lists ul li a:link, #lists a:active, #lists a:visited {color:#000000; text-decoration:none;}
#lists ul li a:hover {text-decoration:underline;}

html>body #lists li a {width: auto;}

#lists .left {float:left; width:210px;}
#lists .right {float:right; width:210px;}
#lists .column {float:left; width:140px; text-align:left;}

/*Lists Light*/
#lists-light {background:#fff; color:#000000; padding:10px; margin-bottom:10px; clear:both; border-bottom:2px solid #DBA219;}
#lists-light .title {background:#fff; height:20px; font-weight:bold; color:#DBA219; padding:3px 10px 0px 0px;}
#lists-light .title a:link, #lists-light .title a:active, #lists-light .title a:visited {color:#DBA219;}

#lists-light ul {margin:0; padding:0; padding-bottom:10px;}
#lists-light ul li {padding: 0px 0px 0px 13px; list-style: none; background: url(/img/closed-orange.gif) no-repeat 0 4px; font-size:12px;}
#lists-light ul li a:link, #lists-light a:active, #lists-light a:visited {}
#lists ul li a:hover {text-decoration:none;}

html>body #lists-light li a {width: auto;}

#lists-light .left {float:left; padding:0px 10px 0px 0px; width:210px;}
#lists-light .right {float:left; width:210px;}
#lists .column {float:left; width:140px; text-align:left;}

/*--Content--*/
.content h1 {color:#ffffff; font-size:20px; padding:3px 0px 3px 3px; margin:0; font-weight:normal; /*border-bottom:1px solid #7EA7D8;*/ border:1px solid #D5990E; border-bottom:4px solid #D5990E; margin-bottom:5px; background:url(/img/h1cbg-orange.gif) no-repeat;}
.content h2 {color:#DBA219; font-size:14px; padding: 10px 5px 3px 0px; margin-bottom:10px; border-bottom:1px solid #DBA219;}
.content h3	{color:#000000; font-size:12px; padding: 0px 5px 3px 0px; margin-bottom:0px;}

.content ul {margin:0px; padding:0px; margin-left:10px; margin-right:10px; margin-bottom:10px;}
.content ul li {padding: 0px 0px 0px 13px; list-style: none; background: url(/img/contentli.gif) no-repeat 0 5px; margin-top:5px;}


#tabs {
float:left;
width:100%;
font-size:90%;
line-height:normal;
margin-top:10px;
border-bottom:2px solid #E5C429;
padding-bottom:1px;
}

* html #tabs{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#tabs ul{
list-style-type: none;
margin:0;
padding:0;
padding-left:2px;
}

#tabs li{
display:inline;
margin:0;
padding:0;
}

#tabs a {
float:left;
background:url(/img/tab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 8px;
text-decoration:none;
margin-bottom:1px;
}

#tabs a span {
float:left;
display:block;
background:url(/img/tab-right.gif) no-repeat right top;
padding:5px 8px 5px 0px;
font-weight:bold;
color:#3B3B3B;
margin-right:1px;
white-space:nowrap;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span {
color: black;
}

#tabs #current a {
background-position:0 -125px;
}

#tabs #current a span {
background-position:100% -125px;
color: black;
}

#tabs .current a {
background-position:0 -125px;
}

#tabs .current a span {
background-position:100% -125px;
color: black;
}

#tabs a:hover {
background-position:0% -156px;
}

#tabs a:hover span {
background-position:100% -156px;
}


/*Content Blocks - 3 columned*/
#content-blocks {padding:0px; float:left;}
#content-blocks p {margin:0; padding:0; padding-bottom:5px;}
#content-blocks ul {margin:0; padding:0; margin-bottom:10px;}
#content-blocks ul li {background: url(/img/closed-orange.gif) no-repeat 0 4px;}

#content-blocks .box {float:left; width:135px; margin-bottom:10px; background:#EACF31 url(/img/block-bttm-orange.gif) no-repeat bottom; font-size:11px; padding:5px 5px 25px 5px; margin-left:2px; margin-right:2px;} /* Important to use float in that id */
#content-blocks .box h2 {background:#DBA219; padding:5px 0px 5px 0px; text-align:center; font-weight:bold; color:#ffffff; font-size:12px; border:0px; margin:0; margin-bottom:5px;}
#content-blocks .box h2 a:link, #content-blocks .box h2 a:active, #content-blocks .box h2 a:visited {color:#FFFFFF; text-decoration:none;}

#content-blocks .box .title {background:#DBA219; padding:5px 0px 5px 0px; text-align:center; font-weight:bold; color:#ffffff; font-size:12px; border:0px; margin:0; margin-bottom:5px;}
#content-blocks .box .title a:link, #content-blocks .box .title a:active, #content-blocks .box .title a:visited {color:#FFFFFF; text-decoration:none;}

#content-blocks .box a:link, #content-blocks .box a:active, #content-blocks .box a:visited {color:#000000;}

/*Content Blocks - 2 columned*/
#content-blocks-2d {padding:0px; float:left;}
#content-blocks-2d p {margin:0; padding:0; padding-bottom:5px;}
#content-blocks-2d ul {margin:0; padding:0; margin-bottom:10px;}
#content-blocks-2d ul li {background: url(/img/closed-orange.gif) no-repeat 0 4px;}

#content-blocks-2d .box {float:left; width:210px; margin-bottom:10px; background:#EACF31 url(/img/block-bttm-orange.gif) no-repeat bottom; font-size:11px; padding:5px 5px 25px 5px; margin-left:2px; margin-right:2px;} /* Important to use float in that id */
#content-blocks-2d .box h2 {background:#DBA219; padding:5px 0px 5px 0px; text-align:center; font-weight:bold; color:#ffffff; font-size:12px; border:0px; margin:0; margin-bottom:5px;}
#content-blocks-2d .box h2 a:link, #content-blocks-2d .box h2 a:active, #content-blocks-2d .box h2 a:visited {color:#ffffff; text-decoration:none;}

#content-blocks-2d .box .title {background:#DBA219; padding:5px 0px 5px 0px; text-align:center; font-weight:bold; color:#ffffff; font-size:12px; border:0px; margin:0; margin-bottom:5px;}
#content-blocks-2d .box .title a:link, #content-blocks-2d .box .title a:active, #content-blocks-2d .box .title a:visited {color:#ffffff; text-decoration:none;}

#content-blocks-2d .box a:link, #content-blocks-2d .box a:active, #content-blocks-2d .box a:visited {color:#000000;}

/*######### FORMS #########*/
#xform ol {margin:0 auto; padding:10px 0px 10px 0px; margin-bottom:10px; background:url(/img/forms-bg-orange.gif) repeat-x top;}

/*Price Table*/
/*h3.price-title {font-size:14px; margin-bottom:5px; margin-top:10px; padding-left:15px; color:#0071BC; background:url(/img/price-table-bullet.gif) no-repeat 0 20px; height:24px;}*/

h3.price-title {font-size:14px; margin-bottom:5px; margin-top:10px; padding-left:15px; padding-bottom:5px; color:#DBA219; background:url(/img/price-table-bullet-orange.gif) no-repeat bottom;}


#price-table table {width:100%; border-left:10px solid #DBA219; margin-bottom:10px;}
#price-table td {line-height:11px;}
#price-table tr.title td {background:#FFA800; border:0px; color:#FFFFFF; font-weight:bold; font-size:11px; text-align:center;}
#price-table tr.title td.first-title {background:#FFFFFF; color:#FFA800; width:100px; border-right:1px solid #FFA800; border-bottom:1px solid #F2F2F2; text-align:left;}
#price-table tr.title td.blanco {background:#FFFFFF; border:0px;}
#price-table .blanco {background:#FFFFFF; border:0px;}
#price-table tr.title td.wlspace {border-left:1px solid #fff;}
#price-table tr.title td.wrspace {border-right:1px solid #fff;}

#price-table tr.data td {background:#FDD27F; border:1px solid #F2F2F2; font-size:11px; text-align:center; font-weight:bold; color:#FF6000; border-top:none; border-bottom:1px solid #F2F2F2; border-left:0px;}
#price-table tr.data td.data-title {background:#EDEDED; color:#000000; text-align:left; font-weight:bold; border-left:1px solid #F2F2F2; border-right:1px solid #F2F2F2;}
#price-table tr.data td.blanco {background:#FFFFFF; border:0px;}

#price-table tr.data-extra td {background:#ffffff; border:none; font-size:11px; text-align:center; font-weight:bold; color:#000;}
#price-table tr.data-extra td.data-title {background:#fff; color:#000000; text-align:left; font-weight:bold;}

/*Data notitle fix >:)*/
#price-table tr.data-notitle td {background:#ffffff; border:1px solid #F2F2F2; font-size:11px; text-align:center; font-weight:bold; color:#FF6000; border-bottom:1px solid #F2F2F2; border-left:0px;}
#price-table tr.data-notitle td.blanco {background:#FFFFFF; border:0px;}
#price-table tr.data-notitle td.data-title {background:#EDEDED; color:#000000; text-align:left; font-weight:bold; border-left:1px solid #F2F2F2; border-right:1px solid #F2F2F2;}
/*END Data notitle fix >:)*/

#price-table tr.extra {}
#price-table tr.extra td {border:0px; border-bottom:1px solid #DCDDDE; font-weight:normal; font-size:11px; text-align:justify; background:#FFFFFF;}
#price-table tr.extra td.space {border:none;}
#price-table tr.extra td.extra-title {}
#price-table tr.extra td.extra-price {color:#FF6000; text-align:center; font-weight:bold;}
#price-table tr.extra td.blanco {background:#FFFFFF; border:0px;}

#price-table tr.extra-top td {border:1px solid #F2F2F2; border-bottom:none; border-left:none; font-size:11px; text-align:center; color:#FFA800; font-weight:bold; background:#FFFFFF;}
#price-table tr.extra-top td.blanco {border:0px; border-right:1px solid #F2F2F2;}

#price-table tr.extra-top-location td {border:none; font-size:11px; text-align:center; color:#FFA800; font-weight:bold; background:#FFFFFF;}
#price-table tr.extra-top-location td.blanco {border:0px; text-align:left;}


#price-table .info {margin-bottom:20px; font-size:11px;}
#price-table .info .i-title {font-weight:bold; border-bottom:2px solid #CCCCCC;}
#price-table .info .i-list {text-align:left; border-bottom:1px solid #CCCCCC;}
#price-table .info .i-list ul {padding-bottom:0px; margin-bottom:3px; margin-top:3px;}
#price-table .info .i-list ul li {display:inline; margin-right:10px;}
#price-table .info .i-float {float:left; width:150px;}
#price-table .info .optional {color:#FFA800; font-size:12px;}

/* Latin Charater*/
#latin{}
#latin .char {border:1px solid #CCCCCC; padding:5px 8px 5px 8px; background:url(/img/h1cbg-orange.gif) repeat-y top; font-size:14px; font-weight:bold; color:#333;}

