@charset "utf-8";
/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	/*border-collapse: collapse;*/
	/*border-spacing: 0;*/
}
caption, th {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clearing floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Body */
body {
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 11px;
	color: #3c3c3c;
}

#master {
	margin: 0 auto;
	width: 961px;
}

/* Header */
#header {
	margin: 0 auto;
	width: 961px;
	height: 120px;
	position: relative;
}

#logo {
	float: left;
	width: 167px;
	height: 77px;
	margin: 23px 0 0 44px;
	_margin: 11px 0 0 22px;
}

/* Top Menu */
ul#topMenu {
	float: right;
	width: 722px;
	height: 42px;
	top: 39px;
	left: 240px;
	position: absolute;
}

ul#topMenu li {
	float: left;
}

ul#topMenu li a {
	color: #000;
	display: block;
	float: left;
	text-align: center;
	text-indent: -10000px;
	background-image: url(../images/topmenu.gif);
	background-repeat: no-repeat;
	height: 42px;
}

a.menu1 {
	width: 82px;
	background-position: 0 0;
}

li#onpage a.menu1, a.menu1:hover {
	background-position: 0 -42px;
}

a.menu2 {
	width: 166px;
	background-position: -82px 0;
}

li#onpage a.menu2, a.menu2:hover {
	background-position: -82px -42px;
}

a.menu3 {
	width: 199px;
	background-position: -248px 0;
}

li#onpage a.menu3, a.menu3:hover {
	background-position: -248px -42px;
}

a.menu4 {
	width: 152px;
	background-position: -447px 0;
}

li#onpage a.menu4, a.menu4:hover {
	background-position: -447px -42px;
}

a.menu5 {
	width: 123px;
	background-position: -599px 0;
}

li#onpage a.menu5, a.menu5:hover {
	background-position: -599px -42px;
}

/* User login */
.userLogin {
	width: 400px;
	text-align: right;
	top: 20px;
	right: 20px;
	position: absolute;
}

.userLogin a {
	color: #2466B6;
	font-weight: bold;
	padding-left: 16px;
	margin-left: 5px;
	text-decoration: none;
}

.userLogin a.login {
	background: url(../images/icon_login.gif) 0 0 no-repeat;
}

.userLogin a.account {
	background: url(../images/icon_user.gif) 0 0 no-repeat;
}

.userLogin a.logout {
	background: url(../images/icon_logout.gif) 0 0 no-repeat;
}

/* Breadcrumb */
#breadcrumb {
	float: left;
	font-size: 10px;
	line-height: 12px;
	position: absolute;
	top: 95px;
	left: 240px;
}

#breadcrumb a {
	color: #1f5193;
	text-decoration: none;
	background: url(../images/breadcrumb_arrow.gif) right 6px no-repeat;
	padding-right: 8px;
	margin-right: 3px;
}

#breadcrumb a:hover {
	background: #1f5193;
	color: #fff;
}

/* Footer */
#footer {
	border-bottom: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	padding: 20px 0;
	font-size: 10px;
	color: #6c6c6c;
}

#footer ul {
	padding-left: 20px;
	_padding-left: 10px;
	height: 16px;
}

#footer ul li {
	float: left;
	padding-right: 64px;
	line-height: 14px;
}

/* Wrapper */
#wrapper {
	margin: 0 auto;
	width: 961px;
}

/* Left column */
#leftColumn {
	width: 205px;
	float: left;
}

.boxContact {
	width: 201px;
	height: 120px;
	background: #fff url(../images/box_contact.gif) 0 0 no-repeat;
	margin-bottom: 19px;
	position: relative;
}

.boxTwitter {
	width: 205px;
	height: 123px;
	background: #fff url(../images/box_twitter.gif) 0 0 no-repeat;
	margin-bottom: 19px;
}

.boxCart {
	width: 205px;
	height: 123px;
	background: #fff url(../images/box_cart.gif) 0 0 no-repeat;
	margin-bottom: 19px;
	position: relative;
}

.boxNewsletter {
	width: 201px;
	height: 262px;
	background: #fff url(../images/box_newsletter.gif) 0 0 no-repeat;
	margin-bottom: 19px;
}

.boxContact, .boxTwitter, .boxNewsletter {
	margin-bottom: 20px;
}

.boxContact h2, .boxTwitter h2, .boxNewsletter h2, .boxCart h2 {
	padding: 20px;
	font-size: 16px;
	font-weight: normal;
}

.boxContact p, .boxNewsletter p {
	padding: 0px 20px 5px 20px;
	line-height: 14px;
}

.boxCart p {
	padding: 0px 5px 5px 20px;
	line-height: 14px;
}

.boxCart span.cart {
	font-weight: bold;
	color: #2466b6;
	background: url(../images/icon_cart.gif) 0 0 no-repeat;
	padding-left: 18px;
}

.boxCart a {
	position: absolute;
	float: left;
	width: 205px;
	height: 123px;
	display: block;
	top: 0;
	left: 0;
	text-indent: -9999px;
}

.boxContact a.email {
	float: left;
	display: block;
	width: 109px;
	height: 14px;
	text-indent: -10000px;
	background: url(../images/email.gif) 0 0 no-repeat;
	position: absolute;
	left: 55px;
	top: 85px;
}

.boxContact a.email:hover {
	background: url(../images/email.gif) 0 -14px no-repeat;
}

.boxTwitter p {
	padding: 0 0 0 20px;
	line-height: 14px;
}

.boxTwitter p a {
	display: block;
	padding: 0 20px 22px 0;
	_float: left;
}

.boxContact a, .boxTwitter a, .boxNewsletter a {
	text-decoration: none;
	color: #3c3c3c;
}

p.newsCenter {
	text-align: center;
}

p.signPromo {
	margin-top: 15px;
}

span.newsPromo {
	color: #f47729 !important;
	font-weight: bold;
}

.inp {
	border: 1px solid #d8d8d8;
	width: 100%;
}

select {
	border: 1px solid #d8d8d8;
}

.btn {
	border: none;
	background: url(../images/submit_btn.gif) 0 2px no-repeat;
	color: #fff;
	height: 24px;
	width: 80px;
	font-size: 10px;
	text-align: center;
}

.btn.eight {
	background: url(../images/submit_btn_85.gif) 0 2px no-repeat;
	width: 105px;
}

.btn.ten {
	background: url(../images/submit_btn_105.gif) 0 2px no-repeat;
	width: 115px;
}

/* Right Column */
#rightColumnFront {
	float: right;
	width: 201px;
	height: 544px;
	background: #fff url(../images/right_column_front.gif) 0 0 no-repeat;
	font-size: 12px;
	line-height: 15px;
}

#rightColumnFront h2 {
	font-size: 18px;
	color: #f47729;
	background: url(../images/arrow.png) 0 0 no-repeat;
	padding: 0 20px 20px 20px;
	margin-top: 30px;
}

#rightColumnFront p {
	padding: 0 20px 10px 20px;
}

#rightColumnFront p strong {
	font-weight: bold;
}

p.date {
	font-size: 10px;
}

.sharePoint, .freeTest {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 15px;
}

/*#rightColumnFront .sharePoint h2 {
	color: #fff;
}*/

.sharePoint a:visited {
text-decoration: none;
}
#rightColumnFront p.bonus {
	background: url(../images/bonus.gif) 18px 5px no-repeat;
	padding-left: 55px;
	font-size: 10px;
}

div.vpsImg {
	padding: 10px 0 10px 5px;
}

div.vpsImg a:hover {
	background: none;
}

#rightColumnFront .freeTest a, #rightColumnFront .boxRight a {
	color: #3c3c3c;
	text-decoration: none;
}

#rightColumnFront .freeTest h2 a, #rightColumnFront .boxRight h2 a {
	color: #f47729;
}

/* Center Front */
#centerColumnFront {
	float: left;
	width: 493px;
	margin-left: 35px;
}

.teaser {
	width: 493px;
	height: 269px;
	background: url(../images/front_teaser.gif) 0 0 no-repeat;
	margin-bottom: 13px;
}

.teaser h1 {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	padding: 15px 105px 0 20px;
	font-weight: normal;
}

.latestProjects h2 {
	background: url(../images/latest_proj.gif) 0 0 no-repeat;
	font-size: 14px;
	line-height: 16px;
	padding: 4px 23px;
}

.latestProjects ul li {
	margin-top: 17px;
	float: left;
	margin-right: 22px;
}

/* Subpage */

#wrapperSub {
	width: 722px;
	float: right;
	margin-bottom: 20px;
}

#centerColumnTop, #centerColumnBot {
	width: 722px;
	height: 7px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#centerColumnTop {
	background-image: url(../images/center_top.gif);
	font-size: 0px;
}

#centerColumnBot {
	background-image: url(../images/center_bot.gif);
	font-size: 0px;
}

#centerColumnWrapper {
	width: 722px;
	background: url(../images/center_center.gif) 0 0 repeat-y;
}

/* Content */
#content {
	float: left;
	width: 482px;
	margin: 14px 0 0 22px;
	_margin: 7px 0 0 11px;
}

#content h1 {
	font-weight: normal;
	font-size: 18px;
	color: #1d3869;
	line-height: 20px;
	padding-bottom: 25px;
}

#content h2 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

#content h2.orange {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #f37728;
}

#content h3 {
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

#content ul {
	padding: 0 0 20px 36px;
	line-height: 15px;
}

#content ul li {
	background: url(../images/bullet.gif) 0 6px no-repeat;
	padding-left: 9px;
}

#content p {
	padding-bottom: 20px;
	line-height: 15px;
}

#content a:link, #footer ul li a:link, #rightColumnFront p a:link {
	color: #2466b6;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover, #footer ul li a:hover, #rightColumnFront p a:hover {
	color: #fff !important;
	font-weight: bold;
	background-color: #2466b6;
}

#content a:visited, #footer ul li a:visited, #rightColumnFront p a:visited {
	color: #2466b6;
	text-decoration: underline;
	font-weight: bold;
}

#content strong {
	font-weight: bold;
}

/* Sub Menu */
#subMenu {
	width: 201px;
	float: right;
}

#subMenu h2 {
	font-size: 14px;
	line-height: 18px;
	color: #676767;
	font-weight: normal;
	padding: 10px 0 28px 20px;
}

#subMenu ul {
	line-height: 16px;
}

#subMenu li {
	line-height: 16px;
	padding-top: 6px;
	
}

#subMenu ul li a {
	background: url(../images/submenu_line.gif) center bottom no-repeat;
	display: block;
	padding: 0px 20px 3px 20px;
	text-decoration: none;
	color: #2466b6;
	font-size: 11px;
	font-weight: bold;
	line-height: 19px;
}

#subMenu ul li ul li a {
	font-weight: normal;
	padding-left: 33px;
	background-image: none;
}

#subMenu li#onsub {
	background: url(../images/submenu_onsub.gif) 0 0 no-repeat;
}

#subMenu li#onsub li {
	background-image: none;
}

#subMenu li#onsub a {
	background: url(../images/submenu_onsub_link.gif) 0 bottom no-repeat;
}

#subMenu li#onsub li a {
	background-image: none;
}

/* Services list */
ul.services li {
	padding-bottom: 15px;
	position: relative;
	clear: both;
	background-image: none !important;
}

span.circleNo {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/circle.gif) 0 0 no-repeat;
	position: absolute;
	left: -30px;
	color: #fff;
	text-align: center;
	padding-top: 3px;
	top: 0px;
	_top: 18px;
}

.screen {
	float: right;
	margin: 0 0 20px 20px;
}

/* Blue */
.blue {
	width: 482px;
	height: 302px;
	background: url(../images/blue_back.gif) 0 0 no-repeat;
	margin-bottom: 20px;
	position: relative;
}

.blue ul.lefty {
	border-right: none;
	width: 40%;
	padding-right: 0;
}

.blue ul.righty {
	border-right: none;
	width: 48%;
}

a.askEstimation {
	position: absolute;
	width: 119px;
	height: 105px;
	float: right;
	text-indent: -9000px;
	background: url(../images/ask_estimation.gif) 0 0 no-repeat;
	bottom: 0;
	right: 0;
	z-index: 999;
}

#content .blue h2 {
	padding: 14px 20px 18px 20px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	line-height: 22px;
}

#content .blue ul {
	padding-left: 20px;
	font-size: 14px;
	color: #fff;
	padding: 0 0 0 20px;
	line-height: 18px;
	z-index: 1000;
}

#content .blue ul li {
	background: url(../images/bullet_blue.gif) 0 6px no-repeat;
	padding: 0 10px 5px 15px;
}

/* Round corners content */
.round {
	width: 481px;
	margin-bottom: 10px;
}

.roundTop, .roundBot {
	width: 481px;
	height: 7px;
	font-size: 0px;
}

.roundTop {
	background: url(../images/content_round_top.gif) 0 0 no-repeat;
}

.roundBot {
	background: url(../images/content_round_bot.gif) 0 0 no-repeat;
	margin-bottom: 15px;
}

.roundCenter {
	background: url(../images/content_round_center.gif) 0 0 repeat-y;
}

.rightPorto {
	width: 146px;
	margin-right: 20px;
	float: right;
}

.leftPorto {
	float: left;
	width: 260px;
	margin-left: 20px;
}

#content .leftPorto h2 {
	padding-bottom: 15px;
}

.tech {
	padding: 0 15px;
}

.linkSite {
	text-align: right;
	margin-bottom: 10px;
}

/* Comanda */
#content .comandaBlock {
	margin-bottom: 30px;
	position: relative;
}

#content .comandaCenter {
	background: #f1f1f1;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	padding-bottom: 5px;
	padding-left: 32px;
}

.comandaTop {
	background: url(../images/formular_top.gif) 0 0 no-repeat;
	height: 6px;
	font-size: 0px;
}

.comandaBot {
	background: url(../images/formular_bot.gif) 0 bottom no-repeat;
	height: 6px;
	font-size: 0px;
}

.comandaBlock h2 {
	font-weight: normal !important;
	position: absolute;
	left: 19px;
	top: -10px;
	font-size: 15px !important;
	padding: 0 4px !important;
	background: url(../images/comanda_h2.gif) 0 3px repeat-x !important;
}

.comandaBlock p {
	padding: 5px 19px 0px 19px !important;
}

.comandaBlock .whiteLine {
	background: #fff;
	height: 1px;
	font-size: 0px;
	margin: 5px 20px 0px 20px;
	display: block;
}

.comandaBlock input {
	vertical-align: top;
}

.inpDom, .inpEmail, .inpPersona, .inpPersonaSmall {
	border: 1px solid #c9c9c9;
	font-size: 11px;
	padding: 1px 3px;
}

select, .despreMesaj {
	border: 1px solid #c9c9c9;
	font-size: 11px;
}

.despreMesaj {
	width: 200px;
}

.inpDom {
	width: 200px;
}

.inpPersona {
	margin-bottom: 0;
	width: 189px;
}

.inpPersonaSmall {
	margin-bottom: 0;
	width: 101px;
}

.inpEmail {
	width: 150px;
}

textarea.observations {
	border: 1px solid #c9c9c9;
	padding: 2px;
	width: 374px;
	height: 70px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 12px;
}

.choosed {
	border: 1px solid #c9c9c9;
	background: #c9c9c9;
	color: #000;
	margin-bottom: 0;
}

.pachet {
	margin-top: 10px;
	margin-bottom: 10px;
}

.pachetLeft {
	float: left;
	width: 256px;
	margin-left: 20px;
	_margin-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}

.panelLeft {
	float: right;
	width: 150px;
	#margin-left: 5px;
	#_margin-left: 5px;
	#padding-right: 60px;
	#border-right: 1px solid #fff;
}


.pachetRight {
	color: #f47729;
	font-size: 12px;
	float: right;
	width: 160px;
}

.pachetRight strong {
	font-size: 18px;
	font-weight: normal !important;
}

.pachetRight p {
	padding: 0 10px 5px 10px !important;
	line-height: 19px !important;
}

select.hostingtime {
	margin-bottom: 10px;
}

.submit {
	text-align: center;
	padding: 10px 0;
}

.submit .btn {
	padding-top: 3px;
	font-weight: bold;
}

#sendCom {
	margin-left: 249px;
}

.oneforty {
	width: 140px;
}

.threefive {
	width: 35px;
}

.threeeight {
	width: 38px;
}

.forty {
	width: 40px;
}

.fifty {
	width: 50px;
}

label.emailLabel {
	float: left;
	width: 170px;
	text-align: right;
	margin-right: 10px;
}

.persona label {
	float: left;
	_float: none;
	_display: inline-block;
	width: 170px;
	text-align: right;
	margin-right: 10px;
}

#content ul.tabbed {
	width: 475px;
	background: #fff;
	padding-left: 10px;
	padding-bottom: 0px;
	height: 24px;
}

#content ul.tabbed li {
	float: left;
	text-align: center;
	background: url(../images/tab.gif) 0 bottom no-repeat;
	width: 160px;
	padding: 0 0 0 0 !important;
}

#content ul.tabbed li.active {
	background: url(../images/tab_active.gif) 0 bottom no-repeat;
}

.persona p {
	clear: both !important;
}

#content ul.tabbed li a {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	padding: 6px 0 4px 0 !important;
	float: left;
	display: block;
	text-align: center;
	width: 160px;
}

#content ul.tabbed li a:hover {
	background: none;
	color: #000 !important;
}

#content ul.tabbed li a:visited {
	text-decoration: none;
}

p.botty {
	margin-bottom: 10px;
}

p#select_hosting_package select {
	width: 335px;
}

/* Tabel pachete */
table.tabelar {
	width: 482px;
	background: #dfdfdf;
}

table.tabelar td {
	background: #f5f4f4;
}

.relContainer {
	position: relative !important;
}

a.notvisible {
	display: none !important;
}

div.newService {
	position: absolute;
	left: -2px;
	top: -7px;
}

table.tabelar tr.odd td {
	background: #dedede;
}

table.tabelar tr.blueLine td {
	background: #1d3869;
	color: #fff;
}

table.tabelar tr.orangeLine td {
	background: #f37728 !important;
	color: #fff !important;
}

table.tabelar a {
	display: block;
	padding-bottom: 2px;
}

.roundTable {
	position: relative;
	margin-bottom: 10px;
}

.ltRound {
	background: url(../images/round_lt.gif) 0 0 no-repeat;
	font-size: 0;
	width: 7px;
	height: 5px;
	left: 0;
	top: 0;
	position: absolute;
}

.ltRoundBlue {
	background: url(../images/round_lt_blue.gif) 0 0 no-repeat;
	font-size: 0;
	width: 7px;
	height: 5px;
	left: 0;
	top: 0;
	position: absolute;
}

.rtRound {
	background: url(../images/round_rt.gif) 0 0 no-repeat;
	font-size: 0;
	width: 7px;
	height: 5px;
	right: 0;
	top: 0;
	position: absolute;
}

.rtRoundBlue {
	background: url(../images/round_rt_blue.gif) 0 0 no-repeat;
	font-size: 0;
	width: 7px;
	height: 5px;
	right: 0;
	top: 0;
	position: absolute;
}

.lbRound {
	background: url(../images/round_lb.gif) 0 0 no-repeat;
	font-size: 0;
	width: 7px;
	height: 5px;
	left: 0;
	bottom: 0;
	position: absolute;
}

.rbRound {
	background: url(../images/round_rb.gif) 0 0 no-repeat;
	font-size: 0;
	width: 7px;
	height: 5px;
	right: 0;
	bottom: 0;
	position: absolute;
}

/* Despre noi */
.companyInfo {
	float: right;
	width: 222px;
	height: 282px;
	margin-left: 30px;
	margin-bottom: 10px;
}

.companyInfo p {
	text-align: right;
	font-size: 11px;
	padding: 10px;
	background: url(../images/info_back.gif) 0 0 no-repeat;
	padding-bottom: 50px;
}
.about {
	margin-bottom: 20px;
}

/* Superior */
.lefty {
	width: 48%;
	padding-right: 10px;
	float: left;
	border-right: 1px solid #e5e5e5;
}

.righty {
	float: right;
	width: 48%;
}

.orangeBox {
	float: left;
	width: 148px;
	height: 112px;
	margin: 0 10px 10px 0;
	background: url(../images/orange_box.gif) 0 0 no-repeat;
	position: relative;
}

#content .orangeBox p {
	padding: 10px;
}

.free30  {
	position: absolute;
	right: 0px;
	bottom: -28px;
}

.error {
	color: red;
}

.noBot {
	margin-bottom: 5px !important;
}

#content p.noBot {
	padding-bottom: 5px !important;
}

.controlerror {
	border: 1px solid red;
}

p.isNgo label {
	float: none;
	_display: inline;
	_width: auto;
	_text-align: left;
}

/* Design Logo */
#content ul.logos {
	padding-left: 0;
}

#content ul.logos li {
	float: left;
	width: 232px;
	height: 122px;
	background: #fff url(../images/logos_back.gif) 0 0 no-repeat;
	padding-left: 0;
	margin: 0 9px 10px 0;
}

#content ul.logos li img {
	margin: 1px 0 0 10px;
}

.buy {
	padding-left: 15px;
	padding-bottom: 10px;
}

/* Jquery lightbox */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#lightbox-image-details-caption {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#lightbox-image {
	border: 2px solid #666;
}

/* Tabs */
.ui-tabs-hide {
	display: none;
}

#content #packFeatures ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 22px;
	_margin-bottom: -1px;
	_z-index: 1000;
	_position: relative;
}

#content #packFeatures ul li {
	background-image: none;
	float: left;
	padding: 3px 6px;
	margin: 0 2px 0 0;
	border: 1px solid #ccc;
	background: #f1f1f1;
}

#content #packFeatures ul li a {
	color: #000;
}

#content #packFeatures ul li a:hover {
	color: #000 !important;
	background-color: transparent;
}

#content #packFeatures ul li.ui-tabs-selected {
	border-bottom: 1px solid #fff;
	background: #fff;
}

#content .packContainer {
	border: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
}