body {
	behavior: url("js/csshover.htc");
	background: #66696e;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #5d6165;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
h1 {
	background: url('../i/title_bg.jpg') no-repeat;
	font-family: Arial;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	margin: 2px 0px 20px 0px;
	text-transform: uppercase;
	height: 40px;
	padding: 16px 0px 0px 30px;
}
h1.image_title {
	margin-top: 2px;
	background: none;
	height: auto;
	padding: 0px;
}
h1.small_title {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0px 0px 20px;
	height: 46px;
}
h2 {
	background: url('../i/h2_bg.gif') repeat-x bottom;
	color: #1c6ab4;
	font-family: Tahoma;
	font-size: 14px;
	margin: 15px 0px;
}
h2 span {
	background: #fff;
	padding-right: 5px;
}

h2.selector {
	width: 991px;
	background: url('../i/h2_bg.gif') repeat-x bottom;
	color: #1c6ab4;
	font-family: Tahoma;
	font-size: 14px;
	margin: 15px 0px;
}

h2.selector span {
	background: #fff;
	padding-right: 5px;
}

h2 span a, h2 span a:active, h2 span a:visited { font-family: Tahoma; font-size: 14px; color: #1c6ab4; text-decoration:none; }
h2 span a:hover { color:#d31824; text-decoration:none; }

h3 {

}
p {
	line-height: 20px;
}
p small {
	line-height: 13px;
}
.content p {
	margin-bottom: 10px;
}
select, input, textarea {
	border: 1px solid #c0c0c0;
	padding: 3px 5px;
	font-size: 12px;
	font-family: Tahoma;
	color: #646464;
}

.clearfloat {
	clear: both;
}

.bigger_wrap {
	background: #fff url('../i/header_bg.gif') repeat-x top;
	min-height: 500px;
}
.bigger_wrap_home {
	background: #fff url('../i/home_bg_1.jpg') repeat-x top;
	min-height: 500px;
}
.bigger_wrap_home.bwwh{
	background-image: url('../i/home_bg_2.jpg');
}

.bigger_wrap_landing {
	background: #fff url('../i/bg_landing_page.jpg') repeat-x top;
	min-height: 500px;
}

.mainwrap {
	width: 990px;
	margin: 0px auto;
}

.header {
	height: 106px;
	position: relative;
}

.header_landing {
	display:block;
	background: transparent url('../i/landing_bg_top.png') no-repeat top left;
	height: 106px;
	position: relative;
}

.logo {
	position: absolute;
	bottom: 18px;
	left: 0px;
}

.search_form {
	float: right;
	margin-top: 60px;
	width: 260px;
}
.search_form input {
	background: url('../i/search_input.gif') no-repeat center;
	width: 113px;
	height: 20px;
	padding: 7px 10px 3px 10px;
	color: #756d6d;
	font-family: Arial;
	font-size: 12px;
	border: none;
	display: block;
	float: left;
}
.search_form .submit {
	background: url('../i/search_btn.gif') no-repeat center;
	width: 28px;
	height: 30px;
	padding: 0px auto;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 0px;
	cursor: pointer;
}

.menu_top {
	float: right;
	margin: 64px 10px 0px 0px;
	width: 520px;
}
.menu_top div {
	background: url('../i/menu_top_separator.gif') no-repeat top right;
	float: left;
	padding-right: 1px;
}
.menu_top .last {
	background: none;
}
.menu_top a {
	display: block;
	float: left;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 2px 10px 0px 10px;
	height: 40px;
}
.menu_top a:hover, .menu_top a.selected {
	background: url('../i/menu_hover.gif') repeat-x bottom;
	text-decoration: none;
}

.content {
	padding: 10px 0px 15px 0px;
}
.content_home {
	padding: 0px 0px 15px 0px;
}

.left {
	width: 710px;
	float: left;
	padding-bottom: 20px;
}
.home_left {
	width: 730px;
	padding-bottom: 0px;
}
.right {
	float: right;
	width: 256px;
}

.right_menu, .right_menu li {
	width: 100%;
	list-style-type: none;
}
.right_menu ul {
	display: none;
	margin-top: 0px;
}
.right_menu ul ul, .right_menu ul ul ul, .right_menu ul ul ul ul {
	background: #fff;
	border: 1px solid  #ededed;
	border-bottom: none;
}
.right_menu .categ_title {
	background: url('../i/menu_bg.jpg') no-repeat top center;
	display: block;
	font-family: "PFBeauSansPro", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 7px 15px 0px 15px;
	height: 28px;
	margin-bottom: 2px;
}
.right_menu a.categ_title:hover {
	background: url('../i/right_menu_hover.gif') no-repeat top center;
	text-decoration: none;
}
.right_menu a.open {
	background: url('../i/menu_hover.jpg') no-repeat top center;
	margin-bottom: 0px;
}
.right_menu a.open:hover {
	background: url('../i/menu_hover.jpg') no-repeat top center;
}
.right_menu li li a {
	display: block;
	padding: 4px 25px 4px 15px;
	background: url('../i/menu_arr1.gif') no-repeat center right;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #ededed;
}
.right_menu li li a.nobg {
	background: none;
}
.right_menu ul li.last {
	height: 3px;
}
.right_menu li li a:hover, .right_menu li li a.selected {
	text-decoration: none;
	background: #ff9601 url('../i/menu_arr2.gif') no-repeat center right;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #f4ca8f;
}
.right_menu li li a.nobg:hover {
	background: none;
	border-bottom: 1px solid #ededed;
}
.right_menu .last {
	border-bottom: 1px solid #fff;
}

.custom_block {
	background: #f6f6f6;
	width: 178px;
	float: left;
	margin-right: 4px;
}
.content .custom_block p.title {
	text-transform: uppercase;
	color: #fff;
	font-family: "PFBeauSansPro", Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	padding-top: 8px;
	margin-bottom: 0px;
	background: url('../i/custom_title.jpg') no-repeat center top;
	height: 28px;
}

.content .custom_block p.title_ru {
	text-transform: uppercase;
	color: #fff;
	font-family: "PFBeauSansPro", Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-top: 8px;
	margin-bottom: 0px;
	background: url('../i/custom_title.jpg') no-repeat center top;
	height: 28px;
}

.home_links {
	margin-top: 5px;
	float: left;
	width: 728px;
}
.custom_block .link_list {
	background: url('../i/custom_block_bg.gif') repeat-x bottom;
	/*border: 1px solid #d95a33;
	border-width: 0px 1px;*/
	padding: 10px 12px 4px 12px;
}
.custom_block .more_bottom_padding {
	padding-bottom: 12px;
}
.custom_block .link_list a {
	display: block;
	background: url('../i/arr_custom_block.gif') no-repeat 0px 5px;
	color: #000;
	padding-left: 10px;
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 7px;
}
.custom_block .two_lines li {
	background: url('../i/arr_custom_block.gif') no-repeat 0px 5px;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	zoom: 1;
}
.custom_block .two_lines li a {
	background: none;
	margin-bottom: 0px;
	line-height: 13px;
}
.custom_block .link_list a:hover {
	text-decoration: none;
	color: #ff811c;
}
.custom_block .two_lines .last {
	border: none;
	padding-bottom: 0px;
}
.custom_block .link_list_bottom {
	background: url('../i/link_list_bottom.gif') no-repeat center;
	width: 100%;
	height: 7px;
}

.custom_links {
	float: right;
	width: 257px;
	margin-top: 4px;
}
.custom_links a {
	display: block;
	margin-bottom: 5px;
}

.footer_wrap {
	background: url('../i/footer_bg.gif') repeat-x top;
	height: 95px;
}
.footer {
	width: 990px;
	margin: 0px auto;
}
.footer_wrap_landing {
	background-color:#ffffff;
	height: 80px;
}

.menu_f {
	padding-top: 3px;
	float: left;
}
.menu_f div {
	background: url('../i/menu_f_separator.gif') no-repeat center right;
	padding-right: 3px;
	float: left;
}
.menu_f a {
	display: block;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #494949;
	padding: 9px 15px 0px 15px;
	height: 23px;
}
.menu_f a:hover {
	background: url('../i/menu_f_hover.gif') repeat-x top;
	color: #000;
	text-decoration: none;
}
.footer_custom_links {
	float: right;
	margin-top: 5px;
}

.footer .copy {
	text-align: center;
	color: #bbb;
	font-family: Verdana;
	font-size: 9px;
	padding-top: 20px;
}
.footer .copy a {
	color: inherit;
	padding-left: 5px;
	text-decoration: underline;
}
.footer .copy a:hover {
	text-decoration: none;
}

.footer .copyright {
	text-align: center;
	color: #818181;
	font-family: Verdana;
	font-size: 9px;
	padding-top: 20px;
}
.footer .copyright a {
	color: inherit;
	padding-left: 5px;
	text-decoration: underline;
}
.footer .copyright a:hover {
	text-decoration: none;
}

.button {
	float: left;
	margin-top: 5px;
	cursor: pointer;
}
.cp_btn {
	margin: 0px 0px 0px 5px;
}
.button_left, .button_right {
	background: url('../i/btn_left.gif') no-repeat;
	width: 4px;
	height: 25px;
	float: left;
}
.button_right {
	background: url('../i/btn_right.gif') no-repeat;
}

.button_content {
	background :url('../i/btn_content.gif') repeat-x;
	float: left;
}
.orange .button_left {
	background: url('../i/btn_left_orange.gif') no-repeat;
}
.orange .button_right {
	background: url('../i/btn_right_orange.gif') no-repeat;
}
.orange .button_content {
	background: url('../i/btn_content_orange.gif') repeat-x;
}
.cb .button_left {
	background: url('../i/btn_left_cb.gif') no-repeat;
	height: 29px;
}
.cb .button_right {
	background: url('../i/btn_right_cb.gif') no-repeat;
	height: 29px;
}
.cb .button_content {
	background: url('../i/btn_content_cb.gif') repeat-x;
	height: 29px;
}

.button .button_content a {
	background: url('../i/btn_arr1.gif') no-repeat center right;
	display: block;
	padding: 5px 15px 0px 10px;
	height: 20px;
	/*line-height: 13px;*/
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	color: #004a91;
	margin-bottom: 0px;
	float: left;
	border: none;
}
.orange .button_content a {
	color: #fff;
	background: none;
	padding-right: 10px;
}
.button .button_content a:hover {
	text-decoration: none;
	color: #ffffff;
	background: url('../i/btn_arr1_white.gif') no-repeat center right;
}
.orange .button_content a:hover {
	color: #ffffff;
	padding-right:16px;
}
.cp_btn .button_content a {
	background: none;
	padding: 5px 5px 0px 5px;
}
.button .button_content a.top {
	background: url('../i/btn_arr2.gif') no-repeat center right;
}
.button .button_content a.top:hover {
	background: url('../i/btn_arr2_white.gif') no-repeat center right;
}
.button .button_content a.back {
	background: url('../i/btn_arr3.gif') no-repeat center left;
	padding: 5px 10px 0px 17px;
}
.button:hover .button_left {
	background: url('../i/btn_left_hover.gif') no-repeat;
}
.button:hover .button_right {
	background: url('../i/btn_right_hover.gif') no-repeat;
}
.button:hover .button_content {
	background: url('../i/btn_content_hover.gif') repeat-x;
}
.orange:hover .button_left {
	background: url('../i/btn_left_orange.gif') no-repeat;
}
.orange:hover .button_right {
	background: url('../i/btn_right_orange.gif') no-repeat;
}
.orange:hover .button_content {
	background: url('../i/btn_content_orange.gif') repeat-x;
}
.cb:hover .button_left {
	background: url('../i/btn_left_cb_hover.gif') no-repeat;
}
.cb:hover .button_right {
	background: url('../i/btn_right_cb_hover.gif') no-repeat;
}
.cb:hover .button_content {
	background: url('../i/btn_content_cb_hover.gif') repeat-x;
}
.cb .button_content a {
	padding-top: 4px;
}

.breadcrumb {
	background: #f4f4f4 url('../i/breadcrumb_bg.gif') repeat-x bottom;
	padding: 3px 10px 5px 10px;
	width: 688px;
}
.breadcrumb a, .breadcrumb span {
	color: #818181;
	font-family: Verdana;
	font-size: 9px;
	text-transform: uppercase;
	background: url('../i/bread_arr.gif') no-repeat center right;
	padding: 0px 18px 0px 5px;
}
.breadcrumb span {
	color: #1c6ab4;
	background: none;
}

.menu_left {
	float: left;
	width: 165px;
}
.menu_left a {
	font-weight: bold;
	font-size: 13px;
	font-family: Tahoma;
	color: #696969;
	background: url('../i/menu_left_arr.gif') no-repeat center left;
	padding: 3px 0px 4px 20px;
	display: block;
}
.menu_left a:hover, .menu_left a.selected {
	color: #FF811C;
	text-decoration: none;
}
.the_group {
	text-transform: uppercase;
	margin-top: 10px;
}
.the_group .title {
	background: url('../i/the_group_title.gif') no-repeat;
	text-align: center;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	padding-top: 6px;
	margin-bottom: 0px;
	height: 25px;
}
.the_group a {
	background: url('../i/the_group_bullet.gif') no-repeat center left;
	font-family: Arial;
	font-size: 12px;
	padding: 7px 0px 7px 20px;
	border-bottom: 1px solid #edeeec;
}

.content_right {
	float: right;
	width: 525px;
	padding-bottom: 20px;
}

.presentation {
	color: #141414;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 22px;
}

.read_more, .news .read_more, .press_release .read_more {
	background: url('../i/read_more_arr.gif') no-repeat center left;
	padding: 0px 0px 2px 15px;
	font-size: 11px;
	color: #6da1d1;
	height: auto;
}

.events_img {
	float: left;
	border: 1px solid #636363;
}
.events_img.featured{
	border-color: #DE6700;
}
.events_descr {
	float: right;
	width: 615px;
}
.events_descr p, .events_descr a.title {
	font-family: Tahoma;
	font-size: 13px;
	margin-bottom: 0px;
	line-height: 17px;
	margin-bottom: 2px;
	color: #696969;
}
.events_descr .title {
	font-weight: bold;
}
.events_descr .title.featured{
	color: #DE6700;
}
.events_separator {
	border-bottom: 1px solid #bfbfbf;
	clear: both;
	margin: 10px 0px 10px 95px;
}

.resource {
	width: 177px;
	float: left;
}
.resource img {
	border: 1px solid #d6d6d6;
}
.resource .title {
	color: #646464;
	font-size: 14px;
	margin-bottom: 0px;
}

.news {
	width: 48%;
	float: left;
}
.press_release {
	width: 48%;
	float: right;
}
.news a, .press_release a{
	font-weight: bold;
	font-size: 13px;
	color: #696969;
	padding: 0px 0px 10px 15px;
	display: block;
	height: 65px;
}
.years a {
	display: inline;
	font-weight: normal;
	color: #8e8f91;
	padding: 0px 5px;
	height: auto;
}
.years {
	margin-bottom: 30px;
}
.years span {
	color: #739cc3;
	padding: 0px 5px
}
.press_release .years span {
	color: #db7c00;
}
.content p.y_title {
	background: url('../i/years_title.gif') no-repeat;
	color: #5c5d5f;
	height: 17px;
	padding: 2px 10px 4px 10px;
	margin-bottom: 0px;
}
.the_years {
	background: #f7f7f7;
	padding: 10px 5px;
}

.a_year {
	background: url('../i/year_bg.gif') repeat-x;
	padding: 0px 15px;
}
.a_year span {
	background: #fff;
	font-size: 15px;
	padding: 1px 7px;
	color: #558cc5;
}
.press_release .a_year span {
	color: #f98935;
}

.npr_left, .npr_right {
	border-top: 4px solid #e4e4e4;
	margin-top: 25px;
	padding: 3px 3px 15px 0px;
	width: 48%;
	float: left;
}
.npr_right {
	float: right;
}
.npr_next .next_year {
	text-align: right;
}
.npr_next .next_year a {
	background: url('../i/arr_grey.gif') no-repeat center left;
	color: #a7a7a7;
	font-size: 10px;
	padding: 1px 0px 3px 17px;
	font-weight: normal;
	display: inline;
}

.news .date {
	background: url('../i/news_arr.gif') no-repeat center left;
	padding: 3px 0px 3px 15px;
	color: #739cc3;
	font-weight: normal;
	font-size: 11px;
	height: auto;
}
.press_release .date {
	background: url('../i/press_arr.gif') no-repeat center left;
	padding: 3px 0px 3px 15px;
	color: #db7c00;
	font-weight: normal;
	font-size: 11px;
	height: auto;
}
.news .date:hover, .press_release .date:hover {
	text-decoration: none;
}

.subcategories a {
	background: url('../i/news_arr.gif') no-repeat center left;
	display: block;
	float: left;
	width: 200px;
	padding: 5px 16px 7px 20px;
}
.subcategories a.selected {
	cursor: text;
	font-weight: bold;
}
.subcategories a.selected:hover {
	text-decoration: none;
}

.prods_list {
	margin: 15px 0px;
}

.big_img_holder {
	float: left;
}
.big_img_holder img {
	width: 290px;
}
.big_img_top, .big_img_bottom {
	width: 301px;
	height: 7px;
	background: url('../i/big_img_top.gif') no-repeat center;
}
.big_img_bottom {
	background: url('../i/big_img_bottom.gif') no-repeat center;
}
.big_img {
	background: url('../i/big_img_bg.gif') repeat-y center;
	width: 301px;
	text-align: center;
}
.thumbs_holder {
	width: 404px;
	float: left;
	margin-left: 5px;
}
.thumbs_top, .thumbs_bottom {
	width: 404px;
	height: 6px;
	background: url('../i/thumbs_top.gif') no-repeat center;
}
.thumbs_bottom {
	background: url('../i/thumbs_bottom.gif') no-repeat center;
}
.thumbs {
	background: #f1f1f1;
	padding: 0px 0px 0px 6px;
}
.thumbs a {
	float: left;
	border: 1px solid #cacaca;
	margin: 3px;
	width: 90px;
	text-align: center;
}
.thumbs a:hover {
	cursor: pointer;
	border: 1px solid #ff7800;
}

.prod_description {
	line-height: 18px;
}
.prod_description li {
	list-style-type: none;
	background: url('../i/spec_arr.gif') no-repeat 0px 8px;
	padding: 5px 10px 5px 20px;
}

.prod_description .spec_block li {
	text-align: left;
}

.spec_block {
	width: 335px;
	float: left;
	margin: 10px;
	line-height: 13px;
}
.spec_block .spec_title {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 13px;
}

.awards img {
	margin: 7px;
}

.review_name { position:relative; top:0px; text-align:left; }
.review_date { position:relative; top:0px; text-align:right; }
td.review_date.in_table span{
	color: #232323;
	font-weight: normal;
	font-size: 13px;
}

.reviews .review_separator {
	border: 1px solid #bfbfbf;
	border-width: 1px 0px 0px 0px;
	margin: 15px 0px 15px 0px;
}
.reviews .title {
	background: url(../i/review_title.gif) repeat-x;
	font-weight: bold;
	color: #2e77ba;
	font-size: 17px;
	line-height: 17px;
	padding: 10px 20px 0px 20px;
	height: 27px;
	border: 1px solid #e7e7e7;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 1px;
}
.reviews .vertex{
	width: 707px; max-width: 707px; /* ca astea-s cu 3 pixeli mai scurte pe latime, dracu' stie de ce */
}
.reviews .title.no_margin_top{
	margin-top: 0px!important;
}
.reviews .date {
	/*background: url('../i/review_date.gif') repeat-x bottom;*/
	position:relative;
	top:0px;
	color: #a4a4a4;
	font-weight: normal;
	padding: 10px 20px;
	border: 1px solid #e4e4e4;
	border-bottom: none;
}

.reviews .date p {
	color: #5d6165;
	font-size: 13px;
	margin: 0px;
}
.reviews .date span {
	color: #7b7b7b;
	font-style: italic;
}
.review_desc {
	padding: 10px 20px;
	border: 1px solid #ebebeb;
	border-top: none;
	margin-bottom: 7px;
}
.review_desc img{
	float: left;
	margin-right: 10px;
}
.review_desc.no_margin_bottom{
	margin-bottom: 0px!important;
}
.reviews p {
	margin: 3px 0px;
}
.reviews.vertex .review_desc p{
	text-align: justify; text-justify: newspaper;
}
.reviews.vertex div.button{
	float: right; clear:right; /* ca vertexul e mai smecher si are butoanele pe dreapta */
	/*margin-right: 13px;*/ /* ca sa le aliniez ca ala din chenarul negru e mai in stanga */
}

.reviews.vertex .tbl_review_spotlight div.button{
	margin-right: 0px;
}

.prod_list_item {
	margin-bottom: 30px;
	float: left;
	width: 340px;
}
.prod_list_img {
	float: left;
	border: 1px solid #ccc;
}
.prod_list_descr {
	float: right;
	width: 195px;
}
.prod_margin_right {
	margin-right: 30px;
}
.prod_list_descr p {
	font-family: Verdana;
	font-size: 11px;
	line-height: 13px;
	margin: 5px 0px 10px 0px;
	color: #858585;
}
.prod_list_descr a.title {
	font-family: Tahoma;
	font-size: 15px;
	display: block;
	color: #272928;
}

.pages {
	float: right;
}
.pages a, .pages span {
	display: block;
	float: left;
	padding: 2px 7px;
	border: 1px solid #b9b9b9;
	color: #b9b9b9;
	margin: 0px 2px;
	font-size: 14px;
}
.pages span {
	border: 1px solid #1c6ab4;
	color: #1c6ab4;
}
.pages .arrow {
	border: 0px;
	color: #b9b9b9;
}

.event_img {
	display: block;
	float: left;
	border: 1px solid #363634;
}
.event_description {
	float: right;
	width: 500px;
	color: #343434;
}
.event_description .date {
	width: 50%;
	float: left;
	marign-top: 20px;
	font-weight: bold;
	color: #252525;
}
.event_description .date .title {
	color: #ff811c;
	margin-bottom: 0px;
}
.event_description table {
	border-bottom: 1px solid #bfbfbf;
	margin: 10px 0px 15px 0px;
	width: 100%;
}
.event_description td {
	padding: 10px 15px 10px 10px;
	border-top: 1px solid #bfbfbf;
}
.event_description .grey {
	background: #f7f7f7;
	color: #9a9a9a;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}
.event_description a img {
	border: 1px solid #000;
	margin: 5px;
}

.preview {
	cursor: pointer;
}
#preview {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:block;
	color:#fff;
}

.vendors_bar {
	height: 29px;
	background: url('../i/vendors_bar_bg.gif') repeat-x;
	margin: 15px 0px;
}
.vendors_bar_left, .vendors_bar_right {
	background: url('../i/vendors_bar_left.gif') repeat-x;
	width: 7px;
	height: 29px;
	float: left;
}
.vendors_bar_right {
	background: url('../i/vendors_bar_right.gif') repeat-x;
	float: right;
}
.vendors_bar_content {
	float: left;
	font-size: 15px;
	color: #484848;
	padding: 4px 0px 0px 30px;
}
.vendors_bar_content .button {
	margin-top: 0px;
	margin-right: 2px;
}

.vendor_logo {
	border: 1px solid #000;
	display: block;
	margin-right: 10px;
	padding: 5px;
}
.vendor_logo img {
	width: 100px;
}

.regions {
	margin: 0px 37px;
}
.region {
	float: left;
	width: 212px;
	color: #4f4f4f;
	margin: 20px 0px;
}
.region .title {
	float: left;
	font-weight: bold;
	width: 100px;
	text-align: right;
}
.region:hover .title {
	color: #ec7623;
}
.region .types {
	border-left: 1px solid #ec7623;
	margin-left: 7px;
	padding-left: 7px;
	float: left;
	width: 96px;
}
.region .types a {
	color: #4f4f4f;
	display: block;
	padding-right: 10px;
	line-height: 18px;
	float: left;
	font-size: 11px;
}
.region .types a:hover {
	color: #ec7623;
	background: url('../i/type_arr.gif') no-repeat center right;
}

.vendors {
	width: 710px;
}
.vendors td {
	vertical-align: center;
	text-align: center;
	padding: 0px 0px 25px 0px;
}

.vendors .title {
	font-size: 15px;
	font-weight: bold;
	color: #272928;
}
.centered, .vendors .centered {
	text-align: center;
}
.vendors .lefted {
	text-align: left;
	padding: 0px;
}

.n_content {
	margin-bottom: 20px;
}
.n_content strong {
	color: #000;
}

.contact_table {
	width: 100%;
}
.contact_table td {
	padding-right: 15px;
	vertical-align: top;
	border-bottom: 1px solid #c7c7c7;
	padding: 10px 10px 10px 0px;
}
.contact_table .no_border {
	border: none;
}
.contact_table h2 {
	margin: 0px;
}
.contact_table p {
	margin: 0px;
}
.contact_table .c_subtitle {
	margin: 00px 0px 0px 0px;
	font-weight: bold;
	color: #555;
	font-size: 13px;
	line-height: auto;
}
.contact_table a {
	background: url('../i/contact_arr.gif') no-repeat 0px 5px;
	color: #1C6AB4;
	padding-left: 12px;
}
.contact_table a.no_style {
	background: none;
	color: #fff;
	padding: 0px;
	font-size: 1px;
	display: inline;
}
.contact_table ul {
	margin: 0px 0px 20px 0px;
}
.contact_table li {
	list-style-type: none;
	background: url('../i/contact_arr.gif') no-repeat 0px 8px;
	padding-left: 15px;
	line-height: 20px;
}

.executive_profiles {
	line-height: 25px;
}
.executive_profiles td {
	padding: 10px;
}
.executive_profiles img {
	border: 1px solid #f17c2f;
}
.executive_profiles .title {
	color: #1c6ab4;
	font-size: 15px;
}
.executive_profiles b {
	font-size: 13px;
}
.executive_profiles .title b {
	font-size: 15px;
	margin-bottom: 0px;
	line-height: auto;
}

.review {
	margin-bottom: 30px;
}
.review .review_img {
	border: 1px solid #c1c1c1;
	float: left;
}
.review .review_details {
	float: right;
	width: 620px;
}
.review .title, .testimonial .title {
	font-size: 13px;
	font-weight: bold;
	color: #696969;
	margin-bottom: 10px;
}
.review .title span, .testimonial .title span {
	font-size: 11px;
	color: #a4a4a4;
	font-weight: normal;
	padding-left: 5px;
}

.all_reviews_img {
	float: left;
	display: block;
	border: 1px solid #c1c1c1;
}
.all_reviews {
	width: 515px;
	float: right;
}

.drivers_list a {
	background:transparent url(../i/news_arr.gif) no-repeat scroll left center;
	display:block;
	float:left;
	clear:left;
	padding:5px 16px 7px 20px;
}

.prod_list {
	margin-bottom: 20px;
}
.prod_list .prod_item {
	float: left;
	width: 170px;
	margin: 0px 7px 30px 0px;
}
.prod_item .img {
	display: block;
	border: 1px solid #ccc;
	text-align: center;
}
.prod_item .img:hover {
	border: 1px solid #000;
}
.prod_item .title {
	font-size: 14px;
	color: #646464;
}
.prod_list .no_margin_bottom {
	margin-bottom: 0px;
}
.prod_list .f_right {
	margin: 10px 0px 20px 0px;
}

.faq_qs_holder {
	width: 340px;
	float: left;
}
.pows, .faqs_qs, .faqs_ans ul {
	list-style-type: none;
	margin: 15px 0px;
}
.faqs_ans ul.c_text {
	margin-top: 0px;
}
.pows li, .faqs_qs li, .faqs_ans li {
	background: url('../i/contact_arr.gif') no-repeat 0px 8px;
	padding-left: 15px;
	line-height: 20px;
}
.poks {
	list-style-type: none;
	margin: 15px 0px;
}
.poks li {
	background: url('../i/red_arr.gif') no-repeat 0px 8px;
	padding-left: 15px;
	line-height: 20px;
}
.no_margin {
	margin: 0px;
}

.faqs_ans {
	line-height: 20px;
}

.reports_list {
	margin-top: 15px;
}
.report_title {
	background: url('../i/title_arr.gif') no-repeat center left;
	color: #1c6ab4;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 2px 20px;
	float: left;
}
.reports_list .small {
	font-size: 11px;
	color: #739cc3;
	padding-left: 21px;
}
.pdf, .prod_description .pdf_list li {
	background: url('../i/pdf_img.gif') no-repeat center left;
	color: #636363;
	font-size: 13px;
	padding: 3px 0px 3px 22px;
}
.prod_description .pdf_list li {
	padding: 5px 0px 5px 25px;
}
.prod_description .pdf_list li a {
	color: #1E90FF;
}

.reports_list .pdf {
	background: url('../i/pdf_img.gif') no-repeat center left;
	text-transform: uppercase;
	color: #636363;
	font-size: 13px;
	padding: 3px 0px 3px 22px;
	margin-right: 20px;
	display: block;
	float: right;
}
.reports_list .separator_r {
	margin: 10px 0px 10px 20px;
	border: 1px solid #e0e0e0;
	border-width: 1px 0px 0px 0px;
}

.image_3d .req {
	color: #252525;
	margin-bottom: 40px;
}
.image_3d .req td {
	padding: 5px 0px;
}
.image_3d .req .field_name {
	background: url('../i/contact_arr.gif') no-repeat 0px 10px;
	padding-left: 18px;
}
.cp_color_holder {
	background: url('../i/color_bg.gif') no-repeat center left;
	padding: 0px 0px 1px 1px;
	float: left;
	margin-left: 5px;
}
.cp_color {
	width: 24px;
	height: 24px;
}
.cp_box {
	float: left;
}
.cp_code {
	border: 1px solid #c0c0c0;
	padding: 5px 10px;
}

.hof_item {
	margin-bottom: 40px;
}
.hof_item .images {
	background: #f3f3f3;
	padding: 3px;
}
.hof_item .images img {
	border: 1px solid #000;
}
.hof_submit {
	background: url('../i/contact_arr.gif') no-repeat 0px 5px;
	padding-left: 15px;
	display: block;
	margin-bottom: 10px;
}

.form {
	color: #343434;
}

.ty {
	font-weight: bold;
	color: #7f7f7f;
}

.teams img {
	border: 1px solid #000;
}
.teams td {
	vertical-align: top;
}
.teams .team_title {
	font-weight: bold;
	font-size: 14px;
	color: #000;
	margin-bottom: 0px;
}
.teams .t_logo {
	width: 95px;
	padding: 5px;
}
.teams .r_more {
	padding-top: 10px;
	margin: 0px;
}

.team_logo {
	margin: 0px 10px 10px 0px;
	float: left;
	border: 1px solid #000;
}
.team_separator {
	border: 1px solid #bfbfbf;
	border-width: 1px 0px 0px 0px;
	margin: 10px 0px 20px 0px;
}
.player_logo {
	float: left;
	border: 1px solid #000;
}
.player_dets {
	float: right;
	width: 575px;
	font-size: 13px;
}
.player_dets .name {
	font-weight: bold;
	color: #1c6ab4;
	font-size: 14px;
}
.player_dets a {
	background: url('../i/contact_arr.gif') no-repeat center left;
	padding-left: 15px;
}

.s_title {
	font-weight: bold;
	font-size: 13px;
}

.lan_form {
	width: 100%;
}
.lan_form td {
	vertical-align: top;
	padding: 2px 0px;
}
.lan_form td.title {
	font-weight: bold;
	font-size: 13px;
	padding: 5px 15px;
}
.row, .lan_form td.row {
	background: url('../i/contact_arr.gif') no-repeat 0px 7px;
	padding-left: 15px;
}
.row_normal {
	background: url('../i/contact_arr.gif') no-repeat center left;
	padding-left: 15px;
}
.lan_form input {
	width: 300px;
}
.lan_form textarea {
	width: 400px;
}

.review_request_f {
	width: 100%;
}
.review_request_f td {
	padding-bottom: 10px;
}
.review_request_f p {
	margin-bottom: 2px;
}
.review_request_f input {
	width: 300px;
}
.review_request_f .checkbox {
	width: auto;
}
.review_request_f textarea {
	width: 600px;
	height: 100px;
}

.f_right {
	float: right;
}

.rss_ul {
	list-style-type: none;
}
.rss_ul a {
	background: url('../images/rss.gif') no-repeat center left;
	padding: 5px 0px 5px 25px;
	display: block;
}

.site_map_left {
	background: url('../i/sm_left_bg.jpg') repeat-x;
	float: left;
	width: 175px;
	height: 490px;
	padding-top: 10px;
}
.site_map_left a {
	background: url('../i/arr_sm.gif') no-repeat 5px 8px;
	display: block;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 10px 5px 25px;
	margin: 0px 3px;
	color: #fff;
	border-bottom: 1px solid #9dc6ed;
}
.site_map_right {
	float: right;
	margin-left: 10px;
	width: 525px;
}
.site_map_right .block {
	background: #fff;
	border-right: 1px solid #cdcdcd;
	float: left;
	padding-left: 2px;
	width: 255px;
}
.site_map_right .title {
	background: url('../i/title_bar.gif') repeat-x;
	padding: 3px 0px 0px 10px;
	height: 23px;
	margin-bottom: 0px;
}
.site_map_right .first {
	margin-top: 0px;
}
.site_map_right .title span {
	background: url('../i/down_arr_grey.gif') no-repeat center left;
	padding-left: 12px;
	font-weight: bold;
	color: #000;
}
.site_map_right .has_bg {
	background: url('../i/sm_right_bg.gif') repeat-x top;
	padding: 10px 0px 30px 10px;
	min-height: 200px;
	margin-bottom: 10px;
}
.site_map_right .no_bg {
	margin-left: 20px;
}

.site_map_right a {
	background: url('../i/contact_arr.gif') no-repeat 0px 8px;
	padding: 3px 20px;
	display: block;
}
.site_map_right a.submenu {
	background: url('../i/down_arr_grey.gif') no-repeat left center;
}

.title_bg_image {
	height: 181px;
	margin-bottom: 0px;
	margin-top: 2px;
	padding: 22px 0px 0px 20px;
}
.title_bg_image span {
	display: none;
}
.events_title {
	background: url('../i/title_events.jpg') no-repeat;
}
.support_title {
	background: url('../i/title_support.jpg') no-repeat;
}
.psu_title {
	background: url('../i/title_power.jpg') no-repeat;
	margin-bottom: 40px;
}
.news_title {
	background: url('../i/title_news.jpg') no-repeat;
}

.resources_title {
	background: url('../i/title_resources.jpg') no-repeat;
}

.latest_prod, .newsletter {
	margin-top: 30px;
}
.latest_prod .title, .newsletter .title, .newsletter_left .title {
	background: url('../i/title_bar.gif') repeat-x bottom;
	padding: 3px 10px 0px 10px;
	height: 26px;
	font-size: 20px;
	color: #3c3c3c;
	margin-bottom: 1px;
}
.latest_prod img {
	border: 1px solid #7f7f7f;
	margin-bottom: 5px;
}
.newsletter_left .title {
	font-size: 16px;
	margin-top: 20px;
}
.newsletter .content {
	border: 1px solid #ccc;
	padding: 15px;
}
.newsletter_left .content {
	border: 1px solid #ccc;
	padding: 10px;
}
.newsletter input, .newsletter_left input {
	border: 1px solid #ccc;
	border-right: 0px;
	padding: 4px 5px;
	color: #343434;
	float: left;
	height: 15px;
	width: 130px;
}
.newsletter_left input {
	border: 1px solid #ccc;
}
.newsletter .btn {
	background: url('../i/btn_subscribe.gif');
	padding: 0px;
	width: 82px;
	height: 25px;
	border: 0px;
	cursor: pointer;
}
.newsletter .btn:hover {
	background: url('../i/btn_subscribe_hover.gif');
}

.categ_list p {
	margin: 0px 10px 15px 18px;
}

.cat_list_item {
	background: url('../i/cat_default.jpg') no-repeat;
	color: #1C6AB4;
	display: block;
	font-size: 20px;
	height: 43px;
	padding: 18px 0px 0px 40px;
	text-transform: uppercase;
	width: 668px;
}
.cat_list_item:hover {
	text-decoration: none;
}

.resource_links {
	margin-bottom: 20px;
}
.resource_links p {
	width: 350px;
	float: left;
	background: url('../i/resource_menu_bg.gif') repeat-x;
	height: 24px;
	padding-top: 3px;
	margin-bottom: 0px;
}
.resource_links p.f_right {
	float: right;
}
.resource_links a {
	margin-left: 20px;
	padding-left: 20px;
	background: url('../i/arr_resource_menu.gif') no-repeat center left;
}

.invisible {
	display: none;
}

.errors {
	background: #fee9e9;
	border: 1px solid #f6a0a0;
	margin: 10px 0px;
	padding: 10px;
}
.errors .err_title {
	font-size: 15px;
	font-weight: bold;
	color: red;
}
.errors ul {
	margin-left: 20px;
}

.small_icons {
	background: url('../i/small_icons.gif') no-repeat;
	position: absolute;
	right: 0px;
	top: 57px;
	width: 95px;
	height: 33px;
}
.small_icons a {
	display: block;
	position: absolute;
	width: 27px;
	height: 28px;
	bottom: 3px;
}
.small_icons .home_link {
	left: 4px;
}
.small_icons .sm_link {
	left: 33px;
}
.small_icons .cu_link {
	left: 63px;
}
.small_icons a:hover {
	text-decoration: none;
}

.tabs {
	background: url('../i/tabs_bg.gif') repeat-x bottom;
	margin: 15px 0px 20px 0px;
}
.tab {
	float: left;
	margin-right: 5px;
}
.tab_left, .tab_right {
	background: url('../i/tab_left.gif') no-repeat top left;
	width: 5px;
	height: 35px;
	float: left;
}
.tab_right {
	background: url('../i/tab_right.gif') no-repeat top left;
}
.tab_content {
	background: #e3e3e3;
	float: left;
}
.tab_content a {
	color: #8e8e8e;
	display: block;
	font-weight: bold;
	height: 17px;
	padding: 8px 15px 5px 15px;
	text-decoration: none;
}
.selected .tab_content a {
	background: url('../i/tab_selected_arr.gif') no-repeat bottom center;
	color: #fff;
	height: 22px;
}
.selected .tab_left {
	background: url('../i/tab_selected_left.gif') no-repeat top left;
}
.selected .tab_right {
	background: url('../i/tab_selected_right.gif') no-repeat top left;
}
.selected .tab_content {
	background: url('../i/tab_selected_bg.gif') repeat-x top;
}

.logos_left, .logos_right {
	background: url('../i/logos_left.gif') no-repeat center left;
	float: left;
	height: 103px;
	width: 9px;
}
.logos_right {
	background: url('../i/logos_right.gif') no-repeat center left;
}
.logos {
	border: 1px solid #a2b5d6;
	border-width: 1px 0px;
	height: 103px;
	width: 690px;
	text-align: right;
	vertical-align: middle;
	float: left;
}
.logos td {
	padding: 3px
}
.logos .text_link {
	background: url('../i/cat_arr.jpg') no-repeat center left;
	color: #1C6AB4;
	font-weight: bold;
	padding: 5px 0px 5px 25px;
	text-transform: uppercase;
}
.logos a:hover {
	text-decoration: none;
}

.flash_map {

}

/*	TWITTER STUFF	*/
.twtr-widget {
		float: left;
}
/*	END TWITTER CSS	*/

.social_links {
		float: right;
		width: 445px;
}
.social_links a {
		display: block;
		margin-bottom: 5px;
		height: 97px;
		width: 432px;
}
.social_links a.facebook {
	background: url('../i/facebook_img.gif') no-repeat;
}
.social_links a.facebook:hover {
	background: url('../i/facebook_img_h.gif') no-repeat;
}
.social_links a.youtube {
	background: url('../i/youtube_img.gif') no-repeat;
}
.social_links a.youtube:hover {
	background: url('../i/youtube_img_h.gif') no-repeat;
}
.social_links a.twitter {
	background: url('../i/twitter_img.gif') no-repeat;
}
.social_links a.twitter:hover {
	background: url('../i/twitter_img_h.gif') no-repeat;
}
.social_links a.pinterest {
	background: url('../i/pinterest_img.gif') no-repeat;
}
.social_links a.pinterest:hover {
	background: url('../i/pinterest_img_h.gif') no-repeat;
}

.special_cat_links {
	margin-top: 10px;
}
.special_cat_links a {
	background: url('../i/i5_blue.png');
	display: block;
	width: 257px;
	height: 54px;
	margin: 5px 0px;
}
a.i5_category:hover {
	background: url('../i/i5_over.png');
}
a.i7_category {
	background: url('../i/i7_blue.png');
}
a.i7_category:hover {
	background: url('../i/i7_over.png');
}
.b-black { font-size:13px; font-weight:bold; color:#000000; text-align:left; }
.b-gray { font-size:13px; font-weight:bold; color:#4f4f4f; text-align:left; }

.u-cells-1 { background-color:#fcfcfc; padding:10px; border-right:1px solid #d5d5d5; font-size:13px; color:#4b4b4b; text-align:left; }
.u-cells-2 { background-color:#fcfcfc; padding:10px; border-right:1px solid #fcfcfc; font-size:13px; color:#4b4b4b; text-align:left; }

.blue-row { background: url('../i/blue-row.jpg') no-repeat; height:40px; color:#ffffff; font-size:13px; padding:0px 0px 0px 30px; text-align:left; }
.k-blue-1 { background-color:#bad0e5; padding:10px; border-top:1px solid #fbffff; border-right:1px solid #fbffff; border-bottom:1px solid #7ba6d3; color:#00050c; text-align:left; }
.k-blue-2 { background-color:#dde7f1; padding:10px; border-top:1px solid #fbffff; border-right:1px solid #fbffff; border-bottom:1px solid #7ba6d3; color:#00050c; text-align:left; }

.red-row { background: url('../i/red-row.jpg') no-repeat; height:40px; color:#ffffff; font-size:13px; padding:0px 0px 0px 30px; text-align:left; }
.k-red-1 { background-color:#e4babb; padding:10px; border-top:1px solid #fbffff; border-right:1px solid #fbffff; border-bottom:1px solid #d17d7d; color:#00050c; text-align:left; }
.k-red-2 { background-color:#f2dddc; padding:10px; border-top:1px solid #fbffff; border-right:1px solid #fbffff; border-bottom:1px solid #d17d7d; color:#00050c; text-align:left; }

.orange-row { background: url('../i/orange-row.jpg') no-repeat; height:40px; color:#ffffff; font-size:13px; padding:0px 0px 0px 30px; text-align:left; }
.k-orange-1 { background-color:#f9d9a0; padding:10px; border-top:1px solid #fbffff; border-right:1px solid #fbffff; border-bottom:1px solid #d9b169; color:#00050c; text-align:left; }
.k-orange-2 { background-color:#fcedd0; padding:10px; border-top:1px solid #fbffff; border-right:1px solid #fbffff; border-bottom:1px solid #d9b169; color:#00050c; text-align:left; }

.row-categ { background:url('../i/row-categ.jpg') no-repeat 0px 0px; width:522px; height:23px; margin:7px 0px 0px 0px; padding:5px 0px 0px 27px; font-size:14px; color:#111111; vertical-align:middle; text-align:left; }

.link-post { display:block; background:url('../i/arrow.jpg') no-repeat 0px 3px; margin:4px 0px 3px 27px; padding:0px; }
.link-post a, .link-post a:active, .link-post a:visited, .link-post a:hover { padding-left: 15px; font-size:12px; font-weight:bold; color:#0c5295; text-align:left; text-decoration:none; }

.tab_marketing { display:block; background:url('../i/tab_marketing.jpg') no-repeat 0px 0px; height:33px; margin:17px 0px 0px 0px; padding:8px 0px 5px 23px; font-size:14px; font-weight:normal; color:#000000; text-align:left; }
.customer_service { display:block; background:url('../i/customer_service.jpg') no-repeat 0px 0px; height:33px; margin:17px 0px 0px 0px; padding:8px 0px 5px 23px; font-size:14px; font-weight:normal; color:#000000; text-align:left; }
.product_management { display:block; background:url('../i/product_management.jpg') no-repeat 0px 0px; height:33px; margin:17px 0px 0px 0px; padding:8px 0px 5px 23px; font-size:14px; font-weight:normal; color:#000000; text-align:left; }

.table_jobs td { background:url('../i/table_jobs_bg.jpg') repeat-x top left; text-align:left; font-family:"Tahoma", Arial; font-size:13px; color:#4d4d4d; }

.jobs_title { background:url('../i/open_link.jpg') no-repeat right center; float:right; background-color:#fff; }
.jobs_title_on { background:url('../i/close_link.jpg') no-repeat right center; float:right; background-color:#fff; }

.text_announcer { padding:0px 9px 0px 9px; font-size:12px; font-weight:normal; text-align:justify; }

.th_col { padding:0px; background-color:#333399; border-right:1px solid #f1f1f1; font-size:11px; font-weight:normal; color:#ffffff; text-align:left; }
.th_col_1 { padding:5px 7px 5px 7px; background-color:#333399; border-bottom:1px solid #f1f1f1; border-right:1px solid #f1f1f1; font-size:11px; font-weight:normal; color:#ffffff; text-align:left; }
.th_col_2 { padding:5px 7px 5px 7px; background-color:#333399; border-bottom:1px solid #f1f1f1; font-size:11px; font-weight:normal; color:#ffffff; text-align:left; }
.th_ssh { padding:5px 7px 5px 7px; background-color:#333399; border-bottom:1px solid #f1f1f1; font-size:11px; font-weight:normal; color:#ffffff; text-align:center; }
.th_ssh_pic { padding:0px; background-color:#333399; border-bottom:1px solid #f1f1f1; font-size:11px; font-weight:normal; color:#ffffff; text-align:center; }

.th_ssh_ocz_1 { padding:5px 7px 5px 7px; background-color:#333399; border-bottom:1px solid #f1f1f1; border-right:1px solid #f1f1f1; font-size:11px; font-weight:normal; color:#ffffff; text-align:left; }
.th_ssh_ocz_2 { padding:5px 7px 5px 7px; background-color:#333399; border-bottom:1px solid #f1f1f1; font-size:11px; font-weight:normal; color:#ffffff; text-align:left; }

.row-highlight { padding:3px 0px 3px 0px; background-color:#ebebeb; font-weight:normal; color:#000000; }
.row-darkness { padding:3px 0px 3px 0px; background-color:#c8c8c8; font-weight:normal; color:#000000; }

.text_1 { padding:5px; border-right:1px solid #f1f1f1; font-size:11px; font-weight:normal; color:#000000; }
.text_2 { padding:5px; font-size:11px; font-weight:normal; color:#000000; }

.tooltip {
	background-color:#ffffff;
	border:1px solid #767676;
	display: fixed;
	padding:15px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #040404;
	z-index: 200;
}

.box-media { border:1px solid #3175af; background-color:#eaeaea; }

.n-title-box { padding:12px; font-size:14px; font-family:"Arial", Tahoma; color:#000000; font-weight:normal; text-align:left; }
.n-line-box { margin:0px 12px 0px 12px; height:1px; background-color:#6aa6e0; }

.n-items-box { padding:12px; font-size:17px; font-family:"Arial"; color:#ec7623; font-weight:normal; text-align:left; }
.n-texts-box { padding:0px 12px 5px 12px; font-size:14px; font-family:"Arial"; color:#284262; font-weight:normal; text-align:left; }
.n-texts-box a, .n-texts-box a:active, .n-texts-box a:visited { font-size:14px; font-family:"Arial"; color:#284262; font-weight:normal; text-align:left; text-decoration:none; }
.n-texts-box a:hover { text-decoration:underline; }

.guide { padding:0px 0px 31px 0px; text-align:left; }
.guide a, .guide a:active, .guide a:visited { font-size:12px; font-weight:normal; color:#0099ff; text-align:left; text-decoration:none; }
.guide a:hover { text-decoration:underline; }

/* Corneliu 4.4.2012 - specificatii Vortex */

.prod_personalized { padding:5px 5px 0px 0px; font-size:15px; font-weight:normal; line-height:21px; color:#3b3b3b; text-align:left; }
.box-list { background:url('../images/personalized/box-list.png') no-repeat top left; text-align:left; width:315px; height:221px; font-family:"Arial"; font-size:13px; color:#000000; }
div .list { margin:5px 0px 5px 24px; background:url('../images/personalized/dot.png') no-repeat 0px 7px; padding-left:14px; }

.box-list-vertex { background:url('../images/personalized/box-list-vertex.png') no-repeat top left; text-align:left; width:315px; height:221px; font-family:"Arial"; font-size:13px; color:#000000; }
div .list { margin:5px 0px 5px 24px; background:url('../images/personalized/dot.png') no-repeat 0px 7px; padding-left:14px; }

.box-performance { background:url('../images/personalized/box-performance.png') no-repeat top left; text-align:left; width:343px; height:261px; font-family:"Arial"; font-size:13px; color:#000000; }
.box-performance-jp { background:url('../images/personalized/box-performance-jp.png') no-repeat top left; text-align:left; width:343px; height:261px; font-family:"Arial"; font-size:13px; color:#000000; }
.box-performance-tw { background:url('../images/personalized/box-performance-tw.png') no-repeat top left; text-align:left; width:343px; height:261px; font-family:"Arial"; font-size:13px; color:#000000; }
.box-performance-cn { background:url('../images/personalized/box-performance-cn.png') no-repeat top left; text-align:left; width:343px; height:261px; font-family:"Arial"; font-size:13px; color:#000000; }
div .list { margin:5px 0px 5px 24px; background:url('../images/personalized/dot.png') no-repeat 0px 7px; padding-left:14px; }

.bar_specs { margin:0px; padding:0px; height:40px; text-align:left; white-space:nowrap; }
.bar_specs a, .bar_specs a:active, .bar_specs a:visited, .bar_specs a:hover { border:0px; font-size:10px; font-weight:normal; text-decoration:none; }

.hide { display: none!important; }
.show { display: block!important; }

.pic-specs { padding:0px; font-size:12px; font-weight:bold; font-family:"Tahoma", Arial; color:#f68111; text-align:left; }
.pic-specs div { padding:5px 0px 0px 0px; font-size:12px; font-weight:normal; font-family:"Tahoma", Arial; color:#525252; text-align:left; }

.pic-specs-agility { padding:0px 0px 0px 5px; font-size:12px; font-weight:bold; font-family:"Tahoma", Arial; color:#92d050; text-align:left; }
.pic-specs-agility div { padding:5px 0px 0px 0px; font-size:12px; font-weight:normal; font-family:"Tahoma", Arial; color:#525252; text-align:left; }

.icon-charts { background:url('../images/personalized/bg-icon-charts.png') no-repeat center center; text-align:center; width:707px; height:130px; }

.border-on { border:1px solid #ff6c00; }
.border-off { border:1px solid #b5b5b5; }


.tbl_vertex td.only_has_image{
	line-height: 0px; font-size: 0px;
}

.tbl_vertex td.col_left{
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid white;
	vertical-align: middle;
	padding: 0px 22px;
	text-align: left;
	font: bold 12px "Arial";
	color: #464646;
}
.tbl_vertex .highlight td.col_left{
	color: black;
	font: 14px "Arial";
	padding-top: 5px; padding-bottom: 5px;
}

.tbl_vertex td.col_middle, .tbl_vertex td.col_right{
	font: normal 12px "Arial";
	color: #0f0f0f;
	text-align: center;
	vertical-align: middle;
}

.tbl_vertex td.col_right_single, .tbl_vertex td.dld{
	font: normal 12px "Arial";
	color: #0f0f0f;
	text-align: left;
	vertical-align: middle;
	padding: 5px 20px;
}
.tbl_vertex td.col_middle{
	border-right: 1px solid white;
}
.tbl_vertex td.col_right, .tbl_vertex td.col_right_single{
	border-right: 1px solid #e4e4e4;
}

.tbl_vertex .highlight td.col_middle, .tbl_vertex .highlight td.col_right{
	font: normal 14px "Arial";
}

.tbl_vertex .bg_dark td{
	background: #e4e4e4;
}
.tbl_vertex .bg_light td{
	background: #f3f3f3;
}
.tbl_vertex .bg_dark td.col_right_single, .tbl_vertex .bg_dark td.dld{
	background: #eeeeee;
}
.tbl_vertex .bg_light td.col_right_single, .tbl_vertex .bg_light td.dld{
	background: #ffffff;
}
.tbl_vertex .highlight td.col_right_single{
	background: #e4e4e4;
}

.tbl_vertex .bg_dark .col_left.dld{
	background: #e9e9e9;
}

.vertex_misc_text{
	font: normal 12px "Arial";
	color: #484848;
}
a.vertex_thumb{
	margin-left: 10px; margin-right: 10px;
}
.vertex_thumb_container{
	text-align: justify;
	background: #434343;
}
.vertex_thumb_container td{
	background: white;
}

.tbl_vertex.resources .col_left{
	background-image: url('../images/personalized/vertex_res_arr.png');
	background-position: 95% 50%;
	background-repeat: no-repeat;
	padding: 0px!important;
}
.tbl_vertex.resources .col_right{
	text-align: left;
	padding: 4px 20px;
}
.tbl_vertex.resources .col_left a{
	display: table-cell;
	width: 181px;
	height: 100%;
	padding: 9px 20px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.tbl_vertex.resources .col_left a:hover{
	border-top: 1px solid white;
	border-bottom: 1px solid #cecece;
}
.tbl_vertex.resources .head{
	padding: 5px 20px;
	font: 14px "Arial";
	color: black;
}

.msg-customer-sent {
	background:url('../i/msg-customer-sent.jpg') no-repeat top left;
	width: 708px;
	height: 199px;
	display: block;
	text-align:left;
}

.email-succes { padding: 21px 0px 0px 66px; font-weight:bold; color:#030303; font-size:14px; text-align:left; }
.email-answer { padding: 41px 66px 0px 66px; font-weight:normal; color:#030303; font-size:12px; text-align:left; }
.email-answer p { padding-top: 11px; text-align:left; }

/* Cezar 05.09.2012 - categorie personalizata Fatal1ty */

.space { padding-top:9px; }
.content_page {
	display: block;
	background:#c1c1c1 url('../images/special_category/content-page.jpg') top left no-repeat;
	width: 708px;
	text-align: left;
	text-decoration:none;
}
.page-text { padding:42px 10px 10px 42px; font-family:"Arial"; font-weight:normal; color:#000000; font-size:13px; line-height:18px; text-align:justify; }
.playmaker { background:#b0b0b0 url('../images/special_category/playmaker.jpg') center center repeat-x; height:67px; width:708px; text-align:center; }
.content_footer {
	display: block;
	background:#900000 url('../images/special_category/content-footer.jpg') top left no-repeat;
	width: 708px;
	text-align: left;
	text-decoration:none;
}
.content_footer ul { margin:7px; color:#939393; }
.content_footer ul li {
	display: block;
	margin-left: 2px;
	padding: 0px 0px 0px 15px;
	background: url('../images/special_category/dot.jpg') no-repeat 0px 6px;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	line-height:18px;
	color:#ffffff;
}

/* Cezar 05.15.2012 - SSD Upgrade Kit page */

.kit_body_page { display: block; background: url('../images/personalized/bg_body_kit_page.jpg') repeat-x top left; width:708px; height:930px; }

.kit_body_text { background: url('../images/personalized/bg_body_text_page.jpg') no-repeat center bottom; }
.kit_body_text div { padding:20px 40px 20px 40px; color:#000000; font-size:16px; line-height:22px; font-family: "Arial"; font-weight:normal; text-align: justify; }

.kit-list { padding-right:17px; color:#fffefe; font-family: "Arial"; font-weight:normal; font-size:12px; text-align:left; }

.ordering-left { padding:5px 0px 5px 0px; color:#ccd2d6; font-family: "Arial"; font-weight:bold; font-size:12px; text-align:left; }
.ordering-feature { background-color:#3c6680; padding:5px 0px 5px 12px; color:#ffffff; font-family: "Arial"; font-weight:normal; font-size:13px; text-align:left; }

/* Corneliu 25.06.2012 - tot la SSD Upgrade Kit Page */
.ssd_personalized_hires_container{
	margin: 0px; padding: 0px;
	position: relative; z-index: 3;
}
.ssd_personalized_hires_container .trigger_personalized_hires{
	position: absolute;
	right: 15px; top: 450px;
}
.ssd_personalized_resources_container{
	background: transparent url('../images/personalized/ssd_res_bg.png') no-repeat top left;
	padding-top: 60px;
	padding-bottom: 0px;
	text-align: center;
	vertical-align: middle;
}
/*
.ssd_personalized_resources_container a:hover img{
	opacity: 0;
}
.ssd_personalized_resources_container a.acronis{
	background: transparent url('../images/personalized/acronis2_on.png') no-repeat top left;
	display: inline-block;
}
*/
.ssd_personalized_resources_container a:hover img{
	opacity: 0;
}
.ssd_personalized_resources_container a.acronis-kit{
	background: transparent url('../images/personalized/download-kit-on.jpg') no-repeat top left;
	display: inline-block;
}
.ssd_personalized_resources_container a.acronis-manual{
	background: transparent url('../images/personalized/download-manual-on.jpg') no-repeat top left;
	display: inline-block;
}

/* Corneliu 03.07.2012 - tot la SSD Upgrade Kit Page, inca o chestie */



/* Corneliu 21.08.2012 - inca un form de contact */
select.generalise_width{
	width: 313px;
}
.css_form_element_transition input, .css_form_element_transition textarea{
	-webkit-transition: background 0.9s ease;
	-moz-transition: background 0.9s ease;
	-ms-transition: background 0.9s ease;
	-o-transition: background 0.9s ease;
	transition: background 0.9s ease;
}
span.h2{
	color: #1c6ab4; font-family: Tahoma; font-size: 14px; margin: 15px 0px; font-weight: bold;
}

.group-social-links { display:block; background:#ffffff url('../i/bg-social-links.jpg') repeat-x top left; width:706px; height:110px; margin:0px; padding:0px; }

.space-links { padding-top:14px; }

.social-links { display:inline; padding:0px 0px 0px 20px; }
.social-links a, .social-links a:active, .social-links a:visited, .social-links a:hover { padding:0px 5px 0px 5px; font-size:10px; font-weight:normal; font-family: "Arial", sans-serif; color:#ffffff; text-decoration:none; }

.group_network { display:block; background:#bfbfbf url('../i/group_network.jpg') no-repeat top left; width:706px; height:57px; margin:0px; padding:0px; }

.title_network { text-align:left; padding:16px 10px 16px 30px; }
.title_network h3 { font-weight:normal; font-family:"Arial"; font-size:21px; color:#646464; }

.vector-splash { display:block; background:#ffffff url('../images/personalized/vector-splash.jpg') no-repeat top left; width:707px; height:457px; margin:0px; padding:0px; }
.vector-splash div { width:387px; color:#202020; text-align:justify; padding:110px 10px 10px 0px; font-size:16px; font-family:"Arial"; font-weight:normal; }

.vector-warranty { text-align:justify; padding:0px 4px 0px 4px; color:#262626; font-size:13px; }

.vector-headbox { padding:17px 24px 17px 24px; font-weight:bold; font-family:"Arial"; font-size:16px; color:#060606; text-align:left; }
.vector-textbox { padding:0px 24px 17px 24px; font-weight:normal; font-family:"Arial"; font-size:13px; color:#060606; text-align:justify; }

.prod_description .vector-list li {
	list-style-type: none;
	background: url('../images/personalized/bullet.jpg') no-repeat 0px 9px;
	padding: 5px 10px 5px 20px;
}

.vector_title_box { padding:9px 0px 9px 20px; color:#2e2e2e; font-family:"Arial"; font-weight:bold; text-align:left; }
.vector_text_box { padding:6px 0px 6px 20px; color:#2e2e2e; font-family:"Arial"; font-weight:normal; text-align:left; }

.vector_resources_box { padding:3px 0px 3px 20px; color:#1d84d3; font-family:"Arial"; font-weight:normal; text-align:left; }
.vector_resources_box a, .vector_resources_box a:active, .vector_resources_box a:visited  { color:#1d84d3; text-decoration:underline; }
.vector_resources_box a:hover { text-decoration:none; }

.activation-code { font-family:"Arial"; font-weight:normal; font-size:15px; line-height:18px; color:#4b4b4b; text-align:left; }

.button_linked_in { margin:0px; padding:0px; text-align:left; }
.button_linked_in a, .button_linked_in a:active, .button_linked_in a:visited { display:block; background:url('../i/bg-linked-in-off.jpg') no-repeat 0px 0px; width:170px; height:20px; font-weight: bold; text-indent:19px; font-size: 11px; font-family: Arial; color: #004a91; padding-top:5px; text-decoration:none; }
.button_linked_in a:hover { display:block; background:url('../i/bg-linked-in-on.jpg') no-repeat 0px 0px; width:170px; height:20px; font-weight: bold; text-indent:19px; font-size: 11px; font-family: Arial; color: #ffffff; padding-top:5px; text-decoration:none; }