.htmlbox h1{font-size: 24px;background-position: 0 0;background-color: transparent;color: #0195d0;margin-top: 0px;margin-right: 0px;margin-bottom: 8px;margin-left: 0px;}.htmlbox a:hover{color: #206cae;background-color: transparent;text-decoration: Underline;background-position: 0 0;}.htmlbox h2{font-size: 24px;background-position: 0 0;background-color: transparent;color: #0195d0;margin-top: 0px;margin-right: 0px;margin-bottom: 8px;margin-left: 0px;}.htmlbox h3{font-size: 22px;background-position: 0 0;background-color: transparent;color: #5D6967;margin-top: 0px;margin-right: 0px;margin-bottom: 8px;margin-left: 0px;}.htmlbox h4{font-size: 16px;background-position: 0 0;background-color: transparent;color: #0195d0;margin-top: 0px;margin-right: 0px;margin-bottom: 6px;margin-left: 0px;}.htmlbox h5{font-size: 14px;background-position: 0 0;background-color: transparent;color: #5D6967;margin-top: 0px;margin-right: 0px;margin-bottom: 8px;margin-left: 0px;}.htmlbox p{text-align: Left;background-position: 0 0;background-color: transparent;}.htmlbox a{color: #206bae;background-position: 0 0;background-color: transparent;text-decoration: None;}.htmlbox ul{padding-top: 0px;background-position: 0 0;background-color: transparent;padding-right: 0px;padding-bottom: 15px;padding-left: 15px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;}.htmlbox li{padding-left: 0px;background-position: 0 0;background-color: transparent;margin-bottom: 0px;}

html { font-size: 100%; /* IE trick to allow proper resizing of text */ }

body {
	font: 0.75em/1.66em Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: none  /*url()*/;
	background-color: #f2f2f2;
	background-position: 0 0;
	background-repeat: ;
	padding: 0 0 20px 0;
	margin-top: 0px;
    margin-bottom: auto;
	text-align: center;
	height:100%; 
	width: 100%;
}



/* default heading sizes */	

h1		{ 
	font-size: 24px; 
	color: #0195d0; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 8px; 
	margin-left: 0px; 
	font-weight: normal;
}

h2		{ 
	font-size: 24px; 
	color: #0195d0;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 8px; 
	margin-left: 0px; 
	font-weight: normal;
}

h3 		{ 
	font-size: 22px; 
	color: #5D6967;  
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 8px; 
	margin-left: 0px; 
	font-weight: normal;
}

h4		{ 
	font-size: 16px; 
	color: #0195d0;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 6px; 
	margin-left: 0px; 
	font-weight: normal;
}

h5		{ 
	font-size: 14px; 
	color: #5D6967;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 8px; 
	margin-left: 0px; 
	font-weight: normal;
}

h6	{ font-size: .84em;  }

/* default link formatting */			

a, a:link	{ color: #206bae; text-decoration: None; }

a:visited	{ color: #206bae; }	

a:focus, a:hover 	{ text-decoration: Underline; }

a:active	{ color: #206bae; }

a.blue, a:link.blue, a:visited.blue { color: #206bae; text-decoration: underline; }

a:hover.blue { color: #990000; }

#main { font: 12px/20px Arial; color: #5D6967;}

#main .htmlbox ul {  
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 15px; 
	padding-left: 15px; 
	list-style: none;
    list-style-type: none;
    text-align: left;
	padding: 0 0 15px 15px;
	margin: 0;
}

#main .htmlbox ul li {  
	padding-left: 0px; 
	margin-bottom: 0px; 
	padding-left: 35px;
	margin-bottom: 5px;
    background: url(../../images/default/square_arrow_blue.png) 20px 7px no-repeat;
}

#main .htmlbox ul li p {
	margin: 3px 0;
}

#main .htmlbox ol ol  {
	list-style: lower-greek;
	list-style-type: lower-greek;
}

#main .htmlbox p {
	text-align: Left;
}

#main .htmlbox a {
	color: #206bae; 
	text-decoration: None;
}

#main .htmlbox a.editme {
	color: red;
	text-decoration: none;
}

#main .htmlbox a.editme:hover {
	color: red;
	text-decoration: underline;
}

#main .htmlbox a:hover { color: #206cae; }

#container {
        width: 1024px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
	text-align: left;
	
	
	background-color: transparent;
}

#popup_container {
        /*width: 750px;*/
        background-color: white;
}

#inner-container {
	float: left;
	width: 100%;
	background: transparent url(../../assets/system/sitelook/body_up_bg.jpg) top center no-repeat;
	box-shadow: 0 -2px 30px 1px rgba(0, 0, 0, 0.3);
}

#content { 
	width: 928px;
	float: left;
	padding: 0 48px;
	display: inline-block\9;
	background-image: -ms-linear-gradient(top, #fefefe 0%, #e7e8e9 100%);
	background-image: -moz-linear-gradient(top, #fefefe 0%, #e7e8e9 100%);
	background-image: -o-linear-gradient(top, #fefefe 0%, #e7e8e9 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(1, #e7e8e9));
	background-image: -webkit-linear-gradient(top, #fefefe 0%, #e7e8e9 100%);
	background-image: linear-gradient(to bottom, #fefefe 0%, #e7e8e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e7e8e9');
}

#nav .nav_img {
	position: absolute;
	bottom: 20px;
	left: 8px;
	z-index: 1;
}
/********************* Top menu **********************************************/
#nav { 
	clear:both; 
	float: left;
	width: 100%;
	height: 143px;
	background: url(../../images/varelas/white_back_logo.png) top left no-repeat;
	margin: 0; 
	padding:0; 
	text-align:left; 
	position: relative;
	z-index: 0;
}

#nav .treemenu { 
	float:left;  
	background: url(../../images/varelas/nav_blue_bg.png) bottom left repeat-x #ffffff;
	width: 100%;
	height: 74px;
	margin:0 0 0 0; 
	position: absolute;
	left: 0;
	bottom: 0;	
}

#nav a { 
	font-weight: bold !important; 
	font: 12px Arial;
	color: #5d6967;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

#nav ul { 
	float: left;
	height: 49px;
	background: none #ffffff;
	margin: 9px 0 0 0; 
	padding:0 0 0 48px; 
	display: block;
	list-style:none; 
}

#nav li { 
	list-style: none; 
	display:inline; 
	margin:0;
}

#nav .treemenu > ul > li { 
	float:left;
	display: block;
	width: 210px;
	height: 100%;
	margin:0; 
	text-decoration:none; 
	position: relative;
	background: url(../../images/varelas/ul_li.png) top right no-repeat;
	margin-left: -56px;
}

#nav .treemenu > ul > li.galenica {
	width: 38px;
	height: 37px;
	margin: 5px 0 0 10px;
	background: url(../../images/varelas/galenica.png) no-repeat;
} 
#nav .treemenu > ul > li.olvos {
	width: 38px;
	height: 37px;
	margin: 5px 0 0 8px;
	background: url(../../images/varelas/olvos.png) no-repeat;
} 
#nav .treemenu > ul > li.minerva {
	width: 38px;
	height: 37px;
	margin: 5px 0 0 8px;
	background: url(../../images/varelas/minerva.png) no-repeat;
} 
#nav .treemenu > ul > li.techline {
	width: 38px;
	height: 37px;
	margin: 5px 0 0 8px;
	background: url(../../images/varelas/techline.png) no-repeat;
} 

#nav .treemenu > ul > li.galenica > a span,
#nav .treemenu > ul > li.olvos > a span,
#nav .treemenu > ul > li.minerva > a span,
#nav .treemenu > ul > li.techline > a span {
	display: none;
}

#nav .treemenu > ul > li > a { 
	display: block;
	float:left; 
	width: 100%;
	padding: 13px 0 12px 0px;
	text-align: left;
	color: #485150;

}

#nav .treemenu > ul > li > a > span {
	float: left;
	background: url(../../images/varelas/logo_button.png) 39px 50% no-repeat;
	padding: 0 0 0 72px;
	height: 25px;
	line-height: 25px;
}

#nav .treemenu > ul > li.two-lines > a { 
	
}

#nav .treemenu > ul > li.two-lines > a > span { 
	line-height: 14px;
}

#nav ul li.active,
#nav ul li:hover { 
background-position: 0 -49px;
}

#nav ul li.active a ,
#nav ul li:hover a {
	color: #ffffff;
}

#nav ul li:first-child {
	margin-left: 0px;
	width: 152px;
	background: url(../../images/varelas/ul_li_first.png) top right no-repeat;
}


#nav ul li:first-child a span {
	background-position: 22px 50%;
	padding: 0 0 0 52px;
}

#nav ul li.active:first-child,
#nav ul li:first-child:hover {
	background-position: 0 -49px;
}


#nav ul ul {
        display: none;
}

/********************** End Top menu  ********************************************/

#nav .loginsnippet {
	float: right;
	margin: 6px 10px 0 0;
	color: #97bdde;
}

#nav .loginsnippet a,
#nav .loginsnippet a:visited {
	color: #97bdde;
}

#nav .loginsnippet a:hover {
        color: #e85700;
}


#toparea {
	height: 31px;
}

#header {
	width: 234px;
	height: 68px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.adminbody #header {
	top: 36px;
}

#header img {
	_margin-left: -3px;
}

#right_div {
	float:right;
	width: 233px;
}

#logo_div {
	position: absolute;
	top: 10px;
	right: 242px;
}

.adminbody #logo_div {
	top: 46px;
}



/********************** Firstpage Top Area **************************************/

#subnav { float: left;	}



/****/
.cell_withborder {

}


/****/


/*********** Search *************/
div.searchy {
	float: right;
	clear: right;
	background: url(../../images/minerva/search.png) top left no-repeat;
	width: 200px;
	height: 14px;
	margin: 0 23px 0 0;
	padding: 4px 0 5px 0px;
}

div.searchy h1, 
div.searchy h3 {
        display: none;
}

div.searchy p {
        margin: 0;
        padding: 0;
}

div.searchy input {
	float: left;
	background: none;
	padding: 0px 0 0px 15px;
	border: none;
	border-right: 1px solid #b6b6b5;
	box-shadow: none;
	height: 13px;
	width: 155px;
}

div.searchy button {
	float: right;
	width: 13px;
	height: 13px;
	border: none;
	background: url(../../images/minerva/search_button.png) center right no-repeat;
	color: white;
	margin: 0px 7px 0px 0;
}

div.searchy .simple_search {
	float: left;	
	width: 100%;
}

div.searchy .advanced_search {
	clear: both;
    float: right;
    position: relative;
}

div.searchy .advanced_search_link {
	float: right;
	clear: both;
	font-size: 12px;
	text-decoration: none;
}

div.searchy .advanced_search_link img {
	margin-bottom: -3px;
}

div.searchy .advanced_form {
	border: 1px solid #C1C8CE;
	background-color: #F5F4F4;
	padding: 10px;
	margin-bottom: 15px;
    right: 0;
    width: 450px;
}

div.searchy .advanced_form label {
	display: inline-block;
    font-size: 12px;
	width: 220px;
	float: left;
	clear: left;
	line-height: 20px;
}

div.searchy .advanced_form .search_label {
	color: #2A75B3;
    font-weight: bold;
}

div.searchy .advanced_form .comment {
	clear: both;
    float: left;
    font-size: 11px;
    font-style: italic;
    padding: 10px 0;
}

div.searchy .advanced_form .search_option{
	padding: 10px 0;	
	border-bottom: 1px solid #C1C8CE;
}

div.searchy .advanced_form .search_option.last,
div.searchy .advanced_form .search_option.first{
	border: 0;
}

div.searchy .advanced_form .where_options {
	float: left;	
}

div.searchy .advanced_form span.where_option {
	clear: right;
    float: right;
    font-size: 12px;
    width: 150px;
}

div.searchy .advanced_form span.where_option input {
	width: auto;
	margin: 0 10px 0 0;
}

div.searchy .advanced_form input.text {
	width: 210px;
	border: 1px solid #CCCCCC;
    color: #666666;
    padding: 2px;   
	background-color: #ffffff;
	float: left;
	margin: 0 0 5px 0;
}

div.searchy .advanced_form input.authortext,
div.searchy .advanced_form input.keywordtext {
	float: left;
	clear: both;
	width: 300px;
}

div.searchy .advanced_form span.by_option {
	clear: both;
    float: left;
	width: auto;
}

div.searchy .gui_button {
	float: right;	
}

.searchview {
	padding-top: 20px;
}

/*********** End Search ************/

#header p {
	margin: 0;
	padding: 0;
}

#header .htmlbox {
	margin-top: 8px;
	float: right;
	text-align: right;
    padding: 4px 12px 8px 0;
	color: #206bae;
	_margin-top: 3px;
}

#header .htmlbox p {
	margin: 0;
	padding: 0;
}

#header .loginsnippet {
	margin-top: 8px;
	margin-right: 31px;
	float: right;
	clear: right;
	text-align: right;
	padding: 4px 0 8px 0;
	_margin: 3px 19px 0 0;
	_padding: 4px 0 8px 0;
}

#header .loginsnippet a {
	color: #206bae;
}

#container .welcomemessage {
	float: left;
	font: 20px Arial;
	color: #ffffff;
	text-shadow: 0 1px 3px #333333;
	position: absolute;
	top: 31px;
	left: 53px;
}

.adminbody #container .welcomemessage {
	
}

.welcomemessage a {
	text-transform: none;
}

#info {
	width: 932px;
	height: 20px;
	padding-top: 7px;
}

#infoleft {
	float: left;
	width: 200px;
	display: inline-block;
}

#inforight {
	float: left;
	width: 722px;	
	text-align: left;
	margin: 0 0 0 10px;
}

#inforight a {
	color: #3298cb;
}

#sub {
        float: left;
        width: 200px;
        text-align: left;
}

.main {
float: left;
	width: 928px;
    text-align: left;
	border-left: 2px solid #CDCDCD;
	border-right: 2px solid #CDCDCD;
	position: relative;
}

#rightytop {
        float: left;
        width: 100%;
        clear: right;
}

.outer-maintop {
	width: 100%;  
	position:relative;  
	border-right: 2px solid #CDCDCD; 
	right: 311.33333333333px;
	#right: 312.33333333333px;
	float:left;  
}
.outer-maintop.without_border {
	border: none;
}

.maintop {
	border-right: 2px solid #CDCDCD;
	float:left;  
	width: 100%;  
	position:relative;  
	right: 309.33333333333px;
}


#maintop_header {
	float: left;
	width: 588.66666666667px;
	padding: 19px 15px 4px 15px;
	background: url(../../images/minerva/header_bg.jpg) 0 0 repeat-x #e5e5e5;
	border-top: 2px solid #CDCDCD;
	min-height: 35px;
}

.maintop_left {
	float: left;
	width: 309.33333333333px;
	padding: 0;
	overflow:hidden;  
	position:relative;  
	left: 620.66666666667px;   
}

.maintop_right_area {
	float: left;
	width: 618.66666666667px;
	padding: 0;
	margin: 0;
	overflow:hidden;  
	position:relative;  
	left: 620.66666666667px;  
	#left: 621.66666666667px;  
}

.left_right_area { 
	width: 616.66666666667px;
	position:relative;  
	right: 309.33333333333px; 
	float:left; 
	

}
.left_right_area.FPleft_right_area {
	min-height: 0px;
}

.right_right_area {
float:left;  
width: 100%;  
position:relative;  
right: 0;
}

.maintop_center {
	float: left;
	width: 267.33333333333px;
	padding: 25px 20px 10px 20px;
	border-top: 2px solid #CDCDCD;
	
overflow:hidden;  
position:relative;  
left: 309.33333333333px;  
}

.maintop_right {
	float: left;
	width: 269.33333333333px;
	padding: 25px 20px 10px 20px;
	border-top: 2px solid #CDCDCD;
	
overflow:hidden;  
position:relative;  
left: 311.33333333333px;  
}
.maintop_right.withoutpadding {
	width: 309.33333333333px;
	padding: 0px;
}

.maintop_right.columns2 {
width: 578.66666666667px;
left: 0;
}

.mainbottom_left {
	float: left;
	width: 262.33333333333px;
	padding: 10px 20px 4px 25px;
	min-height: 135px;
	background: none #ffffff;
	border-top: 2px solid #CDCDCD;
	border-right: 2px solid #CDCDCD;
}


.mainbottom_center {	
	float: left;
	width: 262.33333333333px;
	padding: 10px 20px 4px 25px;
	min-height: 135px;
	border-right: 2px solid #CDCDCD;
	border-top: 2px solid #CDCDCD;
}

.mainbottom_right {
	float: left;
	width: 264.33333333333px;
	margin: 0;
	padding: 10px 20px 4px 25px;
	min-height: 135px;
	background: none #ffffff;
	border-top: 2px solid #CDCDCD;
}

.FPmaintop_left ,
.FPmaintop_center ,
.FPmaintop_right { 
	border-top: 2px solid #CDCDCD; 
}



#footer {
	float: left;
	width: 100%;
	min-height: 31px;
	background: url(../../images/varelas/body_down_bg.jpg) 0 0 no-repeat;
	position: relative;
}

#footer .htmlbox {
	position: absolute;
	top: 0;
	right: 0;
}

#footer .htmlbox a {
	color: #656565;
	font: 12px Arial;
	font-weight: bold;
	line-height: 31px;
}

#footer .htmlbox a:hover {
	text-decoration: none;
	color: #000000;
}

#footer .contact_div ,
#footer .conditions_div ,
#footer .personal_div ,
#footer .social_div ,
#footer .sitemap_div {
	float: left;
	height: 31px;
	line-height: 31px;
}

#footer .contact_div { 
	background: url(../../assets/images/contact.png) 0 9px no-repeat; 
	padding-left: 40px;
	width: 95px;
}

#footer .conditions_div {
	background: url(../../assets/images/conditions.png) 0 9px no-repeat; 
	padding-left: 23px;
	width: 360px;
}

#footer .personal_div {
	background: url(../../assets/images/personal.png) 0 5px no-repeat; 
	padding-left: 32px;
	width: 228px;
}

#footer .social_div {
 width: 85px;
 cursor: pointer;
}

#footer .sitemap_div {
	background: url(../../assets/images/sitemap-icon.png) 0 6px no-repeat; 
	padding-left: 32px;
	width: 117px;
}

/********Info Path********/
#info .path {
	color: #7E8A7F;
	font: 11px Arial;
	font-weight: bold;
}

#info .path a {
	color: #C06345;
}

#info .path a:hover {
	text-decoration: none;
	color: #5D6967;
}


/******** Left Menu *********/

#maintop .treemenu {
	width: 100%;
	margin:0;
	padding:0;
    overflow: hidden;
}

#maintop .treemenu ul {
	list-style: none;
	text-align: left;
}


#maintop .treemenu > ul {
	width:100%;
	height:auto;
	list-style: none;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0;
}


#maintop .treemenu ul li {
	display: block;
	padding: 0;
	text-indent: 0px;
	margin: 0;
	padding: 0;	
}

#maintop .treemenu > ul > li {
	margin-bottom: 1px;
}

#maintop .treemenu ul li a {	
	display: block;
	float: left;
	font: bold 12px Arial;
	color: #ffffff;
	padding: 8px 17px;
	width: 273px;
	cursor: pointer;
}

#maintop .treemenu > ul > li > a {
	height: 14px;
	background: url(../../images/varelas/blue_bg.png) 0 0 repeat-x;
}

#maintop .treemenu > ul > li > a:hover {
	background-position: 0 -30px;
}

#maintop .treemenu ul li a:hover {
	color: #000;
	text-decoration: none;
}

#maintop .treemenu > ul > li > a:hover {
	color: #ffffff;
}


#maintop .treemenu > ul > li.active > a {
	color: #ffffff;
}

#maintop .treemenu ul li a span {
	float: left;
	width: 264px;
	padding-right: 10px;
}

#maintop .treemenu > ul > li > a> span {
	background: url("../../images/minerva/white_arrow.png") center right no-repeat;
}


#maintop .treemenu ul ul {
	display: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#maintop .treemenu ul li.active ul {
	display: block;
}

#maintop li li a {
	border-bottom: 1px solid #CDCDCD;
}

#maintop .treemenu > ul > li> ul > li.big_word_menu > a {
	padding: 2px 17px!important;
}


#maintop .treemenu > ul > li.active > ul > li > a {
	color: #656565;
}

#maintop .treemenu > ul > li.active > ul > li > a > span {

	background: url("../../images/minerva/grey_arrow.png") center right no-repeat;
}

#maintop .treemenu ul li ul li a:hover,
#maintop .treemenu ul li ul li.active a {
	background-color: #E7E7E7;
    color: #333333;
}

#maintop .treemenu ul li.active ul ul {
	display: none;
}


#maintop .treemenu ul li ul li.active ul {
	display: none;
}


#maintop .treemenu ul li ul li.active ul li a {
	padding: 5px 20px 5px 30px;
	width: 258px;
	color: #7E8A7F;
	
}

#maintop .treemenu ul li ul li.active ul li.active a {
	color: #616161;
}

#maintop .treemenu ul li ul li.active ul li a:hover {
	color: #000000;
}

#maintop .treemenu ul ul li.active ul li ul li {
	width: 183px;
}

#maintop .treemenu ul ul li.active ul li ul li a:hover {
	
	color: #5E514F;
}


/****** End Left Menu **************/

/*****Products List**/
#main .htmlbox .product_list ,
#maintop .products_treemenu ul{
	display: block;
	list-style: none;
	width: 205px;
	margin: 0 auto;
}

#main .htmlbox .product_list li ,
#maintop .products_treemenu ul li {
	float: left;
	background: url("../../images/minerva/product_button.png") 0 0 no-repeat;
	width: 185px;
	height: 23px;
	padding-left: 20px;
	margin: 0 0 8px 0;
}

#main .htmlbox .product_list li:hover ,
#maintop .products_treemenu ul li:hover  {
	background-position: 0 -23px;
}

#main .htmlbox .product_list li a ,
#maintop .products_treemenu ul li a ,
#main .htmlbox .product_list li a:hover ,
#maintop .products_treemenu ul li a:hover {
	float: left;
	height: 23px;
	background: url("../../images/minerva/orange_arrow.png") left center no-repeat;
	line-height: 25px;
	padding: 0 0 0 25px;
	width: 160px;
	font: bold 12px/23px Arial;
	color: #676767;
}

#main .htmlbox .product_list.otc_list li a  ,
#main .htmlbox .product_list.otc_list li a:hover {
	background: url("../../images/minerva/blue_arrow.png") left center no-repeat;
}


/*****End Products List**/


.prev_product {
	position: absolute;
	right: 50px;
	top:15px;
	background: url("../../images/minerva/products.jpg") 0 0 no-repeat;
	height:32px;
	width:32px;
}
.prev_product:hover {
	background-position: 0px -32px!important;
}

.next_product {
	background: url("../../images/minerva/products.jpg") no-repeat scroll 0 0 transparent;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 64px;
}
.next_product:hover {
	background-position: 0px -32px!important;
}

/******mainbottom serch *****/
.selectboxes100 {
	float: left;
	width: 100%;
}

.selectboxes100 select {
	float: left;
	width: 235px;
	padding: 3px 1px;
	font: 12px Arial;
	margin-bottom: 3px;
}

.selectboxes100 button {
	float: right;
	background: url(../../images/varelas/blue_li_bg.png) 0 0 no-repeat;
	width: 21px;
	height: 21px;
	border: none;
	box-shadow: none;
	margin: 2px 0 0px 5px;
	cursor: pointer;
}

/*****mainbottom_center treemenu*********/

#mainbottom_center .treemenu {
	width: 100%;
	position: relative;
}

#mainbottom_center ul{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainbottom_center .treemenu > ul {
	margin: 25px 0 0 0;
}

#mainbottom_center ul li {
	display: block;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

#mainbottom_center ul li a {
	display: block;
	padding: 5px 0 5px 27px;
	margin: 0;
	font: 12px Arial;
	color: #656565;
	background: url(../../images/varelas/blue_li_bg.png) 3px 70% no-repeat;
}

#mainbottom_center ul li a:hover {
	color: #575757;
	text-decoration: none;
}

#mainbottom_center .treemenu h1,
#mainbottom_right h1,
.selectboxesTitle {
	float: left;
	width: 100%;
	background: url(../../images/varelas/blue_title_bg.png) 0 0 no-repeat;
	line-height: 31px;
	padding: 0;
	
}

#mainbottom_right h1 {
	background: url(../../images/varelas/blue_title_big_bg.png) 0 0 no-repeat;
}

#mainbottom_center ul ul {
	margin-top: 20px;
}

.selectboxesTitle {
	font: 12px Arial;
	line-height: 15px;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 0 8px 16px;
}

#mainbottom_center .treemenu h1,
#mainbottom_right h1 {
	font: 12px Arial;
	line-height: 15px;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 0 8px 16px;
	margin: 0;
}

#mainbottom_center .treemenu > ul > li > a .extra ,
.selectboxesSelect{
	width: 100%;
	float:left;
	font-size: 12px;
	font-weight: bold;
	color: #656565;
	margin: 10px 0 0 -12px;
	#margin-left: 3px;

}

#mainbottom_center .treemenu > ul > li > a .extra {
	position: absolute;
	top: 31px;
	left: 0;
	margin: 3px 0 3px 3px;
}

.selectboxesSelect { margin: 3px 0 3px 3px;}

.langchooser {
        float: right;
        margin: 0;
		padding: 8px 29px 4px 0;
}

.langchooser label {
        color: #333333;
}

.langchooser .lang_flag {
	margin-right: 18px;
}

/****** News **********************/

.news_nopager .linktofull,
.news_nopager .pager,
.news_nopager .delimiter,
.news_nopager img,
.newsitem .category {
	display: none;
}


.tab {
	display: block;
	width: 680px;
	height: 26px;
	margin: 10px 0 0 0;
	background: url(../../images/default/tab.png) no-repeat;
	color: #3298cb;
	font-weight: bold;
}

.tab h1 {
	color: #0195d0;
	padding: 3px 0 0 15px; 
}

span.tab,
.news h1 span {
	line-height: 26px;
	padding-left: 10px;
}

.news ul {
	padding: 0;
	margin: 0;
}

.news li { 
	list-style:none; 
	padding: 10px 0px; 
	height:auto;
}

.news .newsbody ul {
	padding-left: 25px;
}

.news .newsbody {
	line-height: 19px;
}

.news .newsbody ul li {
	list-style: disc;
}

.news .newsbody ol li {
	list-style: auto;
}

.news_nopager h1 span {
	line-height: 23px;
	color: #000000;
	font-size: 11px;
}

.news_nopager .newsitem {
	margin: 0;
	padding-bottom: 15px;
}

.newsitem {
	font: 12px Arial;
}


.news_nopager .subject {
	width: auto;
	height: auto;
	margin: 0;
	font-size: 11px;
	padding: 0 0 0 27px;
	margin-bottom: -2px;
	background: url(../../images/minerva/or_li_bg.png) left 6px no-repeat;
}

.newsitem .subject,
.newsitem .subject a,
.newsitem .subject a:visited {
	font: 18px Arial;
	color: #0196d0;
	text-align:left;
	margin: 0;
}

.newsitem .date {
	padding: 2px 0 10px 0px;
	font-size: 11px;
}

.newsitem p {
	margin-left:12px;
	float: none;
	text-align: justify;
}

.newsitem .newsbody p {
	margin-left: 0;
}

.newsitem .firstimg {
	width:auto;
	float: left;
	margin: 0 15px 0 0px;
}

.news_nopager p {
	margin: 0;
	padding: 5px 5px 0 12px;
	text-align: justify;
	font-size: 11px;
}

.news .nopager {
	display:none;
}

.news .image {
	float: left;
}

.news .caption {
	text-align: center;
	margin-bottom: 5px;
	font-size: 10px;
}

.newsitem .linktofull {
	margin: 20px 10px 0 0;
}

.newsitem .linktofull a {
	text-decoration: none;
	float: right;
	color: #0196d0;
	padding: 2px 27px 3px 0;
	background: url(../../images/varelas/blue_li_bg.png)  top right no-repeat;
}

.newsitem .linktofull a:hover {
	text-decoration: underline;
}
.newsitem .newsabstract{ 

}

.newsitem .newsabstract a {
	color: #333333;
}

.newsitem .newsabstract a:hover {
	text-decoration: none;
}

.newsback {
	float:left;
	margin: 5px 0 5px 0;
	background: #32b9d7; /* Old browsers */
	background: -moz-linear-gradient(top, #32b9d7 0%, #35a2cb 53%, #35a2cb 53%, #4288ab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32b9d7), color-stop(53%,#35a2cb), color-stop(53%,#35a2cb), color-stop(100%,#4288ab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #32b9d7 0%,#35a2cb 53%,#35a2cb 53%,#4288ab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #32b9d7 0%,#35a2cb 53%,#35a2cb 53%,#4288ab 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #32b9d7 0%,#35a2cb 53%,#35a2cb 53%,#4288ab 100%); /* IE10+ */
	background: linear-gradient(to bottom, #32b9d7 0%,#35a2cb 53%,#35a2cb 53%,#4288ab 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b9d7', endColorstr='#4288ab',GradientType=0 ); /* IE6-9 */
	border: 2px solid #007fc1;
    border-radius: 5px;
}

.newsback a,
.newsback a:visited {
	display: block;
	width: auto;
	float:left;
	padding: 3px 8px 3px 20px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: url("../../images/minerva/newback-icon.png") 8px 50% no-repeat;
	
}

.newsback:hover {
	background: #32b9d7; /* Old browsers */
	background: -moz-linear-gradient(top, #32b9d7 0%, #35a2cb 28%, #35a2cb 28%, #4288ab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32b9d7), color-stop(28%,#35a2cb), color-stop(28%,#35a2cb), color-stop(100%,#4288ab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #32b9d7 0%,#35a2cb 28%,#35a2cb 28%,#4288ab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #32b9d7 0%,#35a2cb 28%,#35a2cb 28%,#4288ab 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #32b9d7 0%,#35a2cb 28%,#35a2cb 28%,#4288ab 100%); /* IE10+ */
	background: linear-gradient(to bottom, #32b9d7 0%,#35a2cb 28%,#35a2cb 28%,#4288ab 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b9d7', endColorstr='#4288ab',GradientType=0 ); /* IE6-9 */
}

.newsback a:hover {
	text-decoration: none;
}

.newsbody {
	padding-top: 0px;
}

.news .comment_numb {
	height:18px;
	background:transparent url(/images/comment.png) no-repeat scroll 0 6px;
	padding:3px 20px 0px 20px;
	margin-top:10px;
	]background-position:0 8px;
}

#onecol .news {
 	margin: 0 auto;
  	width: 802px;
	padding: 30px 0 30px 0;
	font-family: Arial;
}
#onecol .news .logo {
	float:left; 
	clear:right;
	margin-bottom:20px;
}

#onecol .news .button_set {
	float:right;
	width:auto;
}

#onecol .news .print .span2 {
	background: transparent url(../../images/print.png) no-repeat scroll top left; 
	padding:2px 0px 5px 23px;
}

#onecol .newsitem {
	color:#333333;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.66em;
	font-size:1.15em;
	text-align:left;
	float:left;
	clear:both;
	position:relative;
}

.news .online_details a {
	font: 12px Arial;
	color: #000000; 
	float: left;
    font: 12px Arial;
    padding: 5px 0;
	margin:0;
}

#popup_container #content {
	background-color: #ffffff;
	padding: 0;
}

/********** End News ********************************/


/************** CSS for comments *******************************************/

.showcomments { clear:both; }

.comments .makecomment { 
	clear:both;
	padding-top:10px;
	padding-left:30px;
}

.comments .makecomment label {margin-right:105px;font-size:12px;}

.comments .acomment{
	border-bottom:1px solid #F6F6F6;	
	clear:both; 
	width:90%; 
	padding-bottom:20px;
	padding-top:15px; 
	margin:0;
	display:inline-block;
	padding: 10px 0px 20px 35px;
}

.comments .acomment:hover {background-color:#f6f9fb;}

.comments .boldname { font-weight:bold; color:#416AA3;}

.comments .comment_date {
	color:#999999;
	font-size:0.85em;
}

.comments .comment_name { float:left;clear:left;width:180px;}

.comments .comment { 
	font-style: italic; 
	padding: 5px; 
	color:#666666;  
	display:block;
	float:left;
	padding-top:0px;
	width:330px;
}

.showlike, .showdislike { 
	clear:right;
	display:block;
	width:200px;
	margin-left:180px;
}

.commentbuttons {
	margin-left:180px;
	display:inline-block;
	clear:both;
	float:left;
	width:100%}

.likelink, .dislikelink, .deletelink { float:left; }

.likelink a, .dislikelink  a, .deletelink a{ 
	text-decoration:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-attachment:scroll;
	background-color:#F6F6F6;
	border:1px solid #CCCCCC;
	padding:7px 7px 6px 7px;
	margin:10px 3px 0 0;
	display:block;
}

.likelink a span {
	background:transparent url(/images/like_link.png) no-repeat scroll 0 center;
	padding:4px 0px 0px 15px;
}

.dislikelink a span {
	background:transparent url(/images/dislike_link.png) no-repeat scroll 0 center;
	padding:0px 0px 0px 15px;
}

.deletelink a span {
	background:transparent url(/images/delete_grey.png) no-repeat scroll 0 center;
	padding:1px 0px 1px 20px;
}

.likelink a:hover ,  .dislikelink a:hover, .deletelink a:hover  { background-color:#e7f1fb; }

.comments  h4 {
	color:#666666;
	font-size:12px;
	margin: 10px 0px 0px 10px;
	padding: 12px 0px 12px 0px;
}

.comments label {
	color:#416AA3;
	float:left;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	
}
.comments td {vertical-align:top;}

.comments .mandatory { color:red; }

.comments input, .comments textarea{
	font-size:11px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	width:100%;
	border: 1px solid #CCCCCC;
	]width:300px;
}

.comments .comment_login p{ 
	]margin-bottom:-10px;
}

.comments .comment_login label{ width:23%; }

.comments .comment_login input{ width:50%; }

.comments .comment_login button{ 
	border: 1px solid #c6d880;
	background:transparent;
	border:1px solid #CCCCCC;
	color:#15428B;
	cursor:pointer;
	display:block;
	height:30px;
	margin-bottom:10px;
	margin-left: 400px;
	padding: 5px 15px;
	width:138px
}
.comments .comment_login button:hover { background-color: #e6efc2;}

.comments .forminput {clear:both;}

.comments .makecomment .submit_button { 
	margin-top: 5px;
    width: 312px;
    //width: 352px;
    width: 303px\0/;
}

.comments .makecomment .submit_button .submit_comment { 
	float: right;
}

.comments hr {
	color:#c1c8ce;
	border: 0;
	background-color: #c1c8ce;
	height: 1px;
	text-align: left;
	margin:10px 0px;
	width:50%;
	display:none;
}

.comments .users_like, .comments .users_dislike{
	font-size: 11px;
	color: #15428B;
	padding:10px;
	margin: 5px 0px;
	border: 1px solid #C4C4C2;
	background-color:#F2F2F1;
	margin-left:180px;
	width:320px;
}

.comments .order_buttons {
	clear:both;
	height:50px;
	padding-left:25px;
}

.comments .order_buttons p { float:left; padding-right:60px; margin-left:10px;}

.comments .order_buttons a { 
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	display:block;
	line-height:28px;
	padding-left: 18px;
	background: transparent url(../../images/inact_left.gif) no-repeat scroll top left;
	width:60px;
	text-align:center;
	text-decoration:none;
}

.comments .order_buttons a span { 
	display:block;
	line-height:28px;
	background: transparent url(../../images/inact_right.gif) no-repeat scroll top right;
	padding-right: 10px;
}

.comments .order_buttons a span span{ 
	display:block;
	line-height:28px;
	background: transparent url(../../images/inact_slice.gif) repeat;
}

.comments .order_buttons .order_like { background: url(/images/inact_left_like.gif) no-repeat 0 0; padding-left:28px;}

.comments .order_buttons .order_date { background: url(/images/inact_left_date.gif) no-repeat 0 0; padding-left:28px;}

.comments .order_buttons .order_like.active { background: url(/images/act_left_like.gif) no-repeat 0 0; padding-left:28px;}

.comments .order_buttons .order_date.active { background: url(/images/act_left_date.gif) no-repeat 0 0; padding-left:28px;}

.comments .order_buttons a.active span { background: transparent url(../../images/act_right.gif) no-repeat scroll top right;}

.comments .order_buttons a.active span span{ 	background: transparent url(../../images/act_slice.gif) repeat;}


/************** End of CSS for comments ************************************/


/********** Newsletter Box *************************/
#mainbottom_right .newsletterform {
	font: 11px Arial;
	color: #656565;
}

#mainbottom_right .newsletterform .formtitle {
	display: block;
	background: url(../../images/varelas/blue_title_bg.png) 0 0 no-repeat;
	line-height: 31px;
	color: #ffffff;
	font: 12px Arial;
	font-weight: bold;
	margin: 0;
	padding: 8px 0 8px 16px;
}

#mainbottom_right .newsletterform p {
	float: left;
	margin: 4px 0;
	font: 12px Arial;
	font-weight: bold;
	padding: 0 0 0 3px;
}

#mainbottom_right .newsletterform .showform ul {
	float: left;
	width:100%;
	margin: 0 0 2px 0;
	padding: 0;
	list-style:none;
}

#mainbottom_right .newsletterform .showform li {
	width:100%;
	margin: 0 0 2px;
	padding: 0 0 0 3px;
}

#mainbottom_right .newsletterform .showform .label_td {
	min-width: 57px;
	padding: 3px 0 3px 3px;
	float: left;
}

#mainbottom_right .newsletterform .showform label {
	font: 12px Arial;
	font-weight: normal;
}

#mainbottom_right .newsletterform .showform .table_showform input {
	width: 195px;
	height: 18px;
	padding: 3px 0 3px 5px;
	margin-bottom: 3px;
	border: 1px solid #898989;
	box-shadow: 0 -2px 3px #D3D4D6 inset;
	font-size: 12px;
	float: left;
}

#mainbottom_right .newsletterform .showform .clearfix {
	height: 0;
}

#mainbottom_right .newsletterform .showform form {
	margin-bottom: 0px;
}

#mainbottom_right .newsletterform .showform .submit_button,
.showform .submit_button {
	float: right;
	background: url(../../images/varelas/blue_button_bg.png) 0 0 repeat-x #0b83b2;
	padding: 3px 8px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #0b83b2;
	border-radius: 5px;
	box-shadow: none;
}

#mainbottom_right .newsletterform .showform .submit_button:hover ,
.showform .submit_button:hover {
	background: none #0b83b2;
	text-decoration: none;
}

#sub .newsletterform .showform_form{
	width: 200px;
	background: url(../../images/default/newsletterbox_bottom.png) left bottom no-repeat;
	padding-bottom: 11px;
}

#sub .newsletterform .showform_form ul { margin:0px; }

#sub .newsletterform .showform_form li { border:none;margin:0px;padding:0px;}

#sub .newsletterform .form_body { padding-left:10px; }

#sub .newsletterform .form_body .formtitle {margin-top: 0px}

#sub .newsletterform .form_body p {
	color:#5B5B5B;
	font-weight:bold;
	margin-bottom:5px;
	font-size:10px;
}

#sub .newsletterform .form_body .error {
	padding:0px;
	font-size:9px;
}

#sub .newsletterform .table_showform {padding-left:0px;}

#sub .newsletterform .table_showform .label_td {float:none;padding:0px}

#sub .newsletterform .table_showform .values_td {	float:left;  }

#sub .newsletterform label { 
	font-size:10px; 
	font-weight:normal;
}

#sub .newsletterform span.required { display:none; }

#sub .newsletterform .submit_button {
        margin: 20px 0 5px 115px;
        width: 74px;
        height: 19px;
		border: 0;
        background: url(../../images/default/submit_button.png) top left no-repeat;
        color: white;
        padding-top:2px;
	    _margin-left: 100px; 
		//padding-top: 0px; 	
}

#sub .newsletterform .clearfix { height:0px }

/********* End Newsletter Box *********************/

/********* Gallery ********************************/

.gallery { 
	text-align:center; 
}

ul.gallery {
	display: block;
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.gallery .gallery_keywords { 
	font-size:11px; 
	text-align:center;
}

.gallery .aphoto {
    background-color: #FFFFFF;
    border:1px solid #CDCDCD;
    float: left;
    font-size: 11px;
    margin: 0;
    padding: 8px 8px 4px 8px;
}

.gallery .aphoto:hover {
    border:1px solid #BBBBBB;
}

ul.gallery .lezanta {
	width: 150px;
	color: #03A7DA;
	text-align: left;
	font-size: 11px;
	padding-left: 5px;
	padding-bottom: 10px;
}

.gallery .aphoto a:hover {
	text-decoration: none;
}

ul.gallery img {
    border: none;
}

ul.gallery li {
	width: 100%;
	height: auto!important;
	margin-bottom: 6px;
	padding: 0 0 10px 0;
}

.gallery .clearfix {
	
}

#slideshow { text-align: center;  }

#slideshow-container {
        position: relative;
        clear: both;
        height: 350px;
}

#slideshow span.image-wrapper {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
}

#slideshow a.advance-link {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
}

#slideshow a:hover {  text-decoration: none;  }
#slideshow img {  border: 10px solid #f3f3f3;  }

#thumbs {
        margin: 5px 0 0 0;
        text-align: center;
}


.gallery .msg, .docviewer .msg, .news .msg, .files .msg { margin: 0; }

/********* End Gallery ****************************/

/********* Document Viewer ************************/

.docviewer { 
	text-align:center; 
	padding-top:10px; 
	padding-bottom:10px;
}

.docviewer .zoomicon {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/flipbook/flipzoom.png) no-repeat scroll center;
	bottom:8px;
	display:block;
	height:55px;
	position:absolute;
	right:10px;
	width:58px;
}

.docviewer .docthumb p {
	background-color:#F3F3F3;
	background-image:none;
	display:inline-block;
	padding:10px;
	position:relative;
	text-align:center;
	color: #1b5b94;
	font-weight: bold;
}

/********* End Document Viewer ********************/

#copyinfo {
	clear: both;
	float: left;
	width: 100%;
    margin: 0;
	padding: 15px 0;
	line-height: 20px;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana;
}

#copyleft {
    text-align: left;
    float: left;
	color: #636363;
	
}

#copyleft p {
	margin: 0;
}

#copyleft a {
	color: #636363;
}

#copyleft a:hover {
        color: #666666;
}

#copyright {
	text-align: right;
	color: #636363;
}

#copyright a {
	color: #636363;
}

#copyright a:hover {
	text-decoration: none;
	color: #da4d1f;
}

.ruler {
	display: block; 
	height: 4px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #e6e6e6;
}

.separator {
        border-top: 2px solid #c0c0c0;
        margin-top: 8px;
        height: 4px;
}

.separator_strong {
        border-top: 3px solid #d5d7d6;
        margin-top: 8px;
        height: 6px;
}

.boxarea {
	width: 217px;
	padding-bottom: 10px;
	background: #e4e3eb url(../../images/default/boxarea_bottom.png) bottom left no-repeat;
}

.boxarea_top {
	width: 217px;
	height: 10px;
	background: url(../../images/default/boxarea_top.png) top left no-repeat;
}

.box_instruct {
	width: 199px;
	height: 91px;
	margin: 0 9px 12px 9px;
	background: url(../../images/default/box_instruct.png) top left no-repeat;
}

.box_seminars {
	width: 199px;
	height: 91px;
	margin: 0 9px;
	background: url(../../images/default/box_seminars.png) top left no-repeat;
}

.boxarea span {
	display: block;
	padding: 35px 5px 5px 70px;
}

.boxarea a, .boxarea a:link, .boxarea a:visited {
        color: #333333; text-decoration: underline;
}

.boxarea a:hover {
        color: #78AE0D;
}

.contactform form {
	
        padding-top: 5px;
        padding-left: 20px;
}

.admin div.submit {
        text-align: left;
}

.contactform button span {
	padding: 0 10px 0 10px; 
	background: none;
	border: none;
}

.contactform label {
        font-weight: normal;
        float: left;
        width: 150px;
        text-align: left;
        padding-right: 5px;
        color: #333333;
        font-size: 12px;
        line-height: 17px;
		margin-bottom: 5px;
}


.contactform input {
    border: none;
	background: #e4e3eb url(../../images/default/input_box.png) top left no-repeat;
	width: 229px;
	line-height: 30px;
	height: 30px;
	padding: 0 5px;
	margin-bottom: 5px;
	_width: 239px;
	font-size: 12px;
}

.contactform input[type="checkbox"],
.contactform input[type="radio"],
.contactform input[type="checkbox"]:focus,
.contactform input[type="radio"]:focus,
.contactform input[type="checkbox"]:active,
.contactform input[type="radio"]:active {
        display: inline-block;
        margin-top: auto;
        margin-bottom: auto;
        width: auto;
        border: 0;
        background: transparent;
        text-align: left;
        outline-width: 0px;
}

.contactform p {
	margin: 6px 0 6px 0;
	text-align: left;
}

.contactform p.message {
        margin: 15px 0;
        text-align: left;
         color: #333333;
        font-size: 13px;
}

.contactform textarea,
.contactform textarea {
        width: 300px;
        height: 150px;
        border: 1px solid #a7a6aa;
        padding-left: 5px;
}
.contactform input:focus,
.contactform textarea:focus {
        background-color: #2A75B3;
        border: 1px solid #2A75B3;
        margin-top: -2px;
        margin-left: -2px;
}

.contactform a {
        display: block;
        padding-left: 10px;
}

.contactform button {
	color: #ffffff;
	background: transparent url(../../images/default/form_button.png) no-repeat scroll top left;
	cursor:pointer;
	width: 107px;
	height: 30px;
	border: 0;
	font-size: 14px;
	margin-left: 155px;
}

.contactform .forgot_password a {
	margin-left: 175px;
	padding: 0;
	color: #C54514; 
}

.registerform {
	margin-top:10px;
}
.registerform form {
	width: auto;
	padding: 0 15px;
}

.registerform label {
	width: 220px;
}

.registerform p {
	padding-right: 150px;
}

.statuscont span {
	margin-top: 10px;
	margin-bottom: 8px;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px; 
	text-align: left;
}

.registerform .values_td { 
	margin-left: 10px;
}

.registerform .users {
	border:none;
}

.registerform .users .newtabs .subscripttable .delete, 
.registerform .users .newtabs .subscripttable .payall {
	display: block;
}
.registerform .users .formtable .select_box_pay { margin-left: 10px; }
.registerform .users .formtable th {
	border-top: 1px solid #cccccc;
	background:0;
	background-color: #F7F7F7;
}

.registerform .users .newtabs .subscripttable tr {
	font-size:11px;
}
.messages {
	color: red;
	float: right;
}

fieldset.highlight {
	background-color: #e9f0fb;
}

.messagebox {
	width: auto;
	margin: 0 0 10px 0;
	padding: 7px;
	border: 1px solid #ffcc00;
	background-color: #ffffcc;
	min-height: 48px;
	font-size: 12px;
	_width: 100%;
	_height: auto;
	_height: 62px;
}

.messagebox.error {
	background: #ffffcc url(../../images/icon_critalert.gif) 20px 14px no-repeat;
	padding-left: 80px;
	color: #c60000;
}

.messagebox.ok {
        background: #ffffcc url(../../images/icon_ok.png) 20px 10px no-repeat;
        padding-left: 80px;
}

.messagebox.info {
        background: #ffffcc url(../../images/icon_info.png) 20px 10px no-repeat;
        padding-left: 80px;
}

a.backbutton {
        display: block;
        float: left;
        height: 24px;
        padding-right: 15px;
        background: transparent url(../../images/default/backbutton_right.png) no-repeat scroll top right;
        color: white;
	font-size: 10px;
        font-weight: bold;
}

a.backbutton span {
        background: url(../../images/default/backbutton_left.png) no-repeat;
        display: block;
        line-height: 14px;
        padding: 5px 0 5px 25px;
	color: white;
}

a.backbutton:hover {
        color: white;
}

a.linkto {
	display: inline-block;
	padding-left: 15px;
	background: url(../../images/default/square_arrow_blue.png) left 4px no-repeat;
	background: url(../../images/default/square_arrow_blue.png) left 6px no-repeat\9;
}

a.linkto:hover { 
	text-decoration: underline !important;
	background: url(../../images/default/square_arrow_blue.png) left 4px no-repeat;
	background: url(../../images/default/square_arrow_blue.png) left 6px no-repeat\9;
}

.htmlbox table { 
	border-collapse: collapse;
}

.htmlbox table th {
	padding: 3px 0 3px 10px;
	background-color: #3298cb; 
	color: #ffffff;
}

.htmlbox td {
	padding-bottom: 15px;
	font: 12px/20px Arial;
}

/******* Sitemap ************/

.sitemap {
        margin-top: 20px;
        width: 100%;
        float: left;
}

.sitemap h1 {
	margin-bottom: 20px;
}

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

.sitemap ul ul {
        margin: 5px 0 0 0px;
}

.sitemap ul li {
	margin: 0 0 3px 0;
	padding: 3px 0 3px 10px;
        
}

.sitemap > ul > li {
	float:left;
	padding: 0;
}


.sitemap ul li a {
	font: 12px Arial;
	color: #5D6967;
}

.sitemap > ul > li > a {
	float:	left;
	font-size: 13px;
	padding: 2px 0 5px 5px;
	margin: 0 15px 10px 15px;
    width: 197px;
	background: url(../../images/varelas/sitemap_li_a.png) bottom left repeat-x;	
}

.sitemap > ul > li > a ,
.sitemap > ul > li > ul > li > a {
	font-weight: bold;
}

.sitemap > ul > li > ul > li > a {
	float: left;
	background: url("../../images/minerva/orange_arrow.png") left center no-repeat;
	padding: 1px 0 0 15px;
	margin-left: 12px;
}

.sitemap ul li a:hover {
	color: #333333;
	text-decoration: none;
}

.sitemap ul ul li {
	font-weight: normal;
}

.sitemap > ul > li.admin {	width: 898px; margin: 0 15px;}
.sitemap > ul > li.admin > a { width: 100%; margin-left: 0; }
.sitemap > ul > li.admin > ul > li { float: left;  width: 197px; }
.sitemap > ul > li.admin > ul > li > a { background: none; padding: 0; margin: 0; float: none; }
.sitemap > ul > li.admin > ul > li > ul { list-style: disc; }
.sitemap > ul > li.admin > ul > li > ul > li { padding-left: 0; margin-left: 13px; }

.sitemap > ul > li.products { 
	width: 898px; 
	background: url(../../images/varelas/sitemap_li.png) 0 9px no-repeat;
	margin: 0 15px 20px 15px;
	padding: 0;
}

.sitemap > ul > li.products > a {
	width: 98%;
	float: left;
	padding: 16px 0 8px 2%;
	margin: 0;
	background: url(../../images/varelas/sitemap_li_a.png) bottom left repeat-x;
	color: #ffffff;
}

.sitemap > ul > li.products > a > span {
	padding: 3px 0 0 0;
}

.sitemap > ul > li.products > ul {
	margin-left: 15px;
}

.sitemap > ul > li.products > ul > li {
	float:left;
	width: 432px;
	padding: 0 0 0 8px;
	margin-top:1%;
	background: url(../../images/minerva/sitemap_li_li_left.png) top left no-repeat;
	position: relative;
}

.sitemap > ul > li.products >ul > li.rx { z-index:1; }
.sitemap > ul > li.products >ul > li.otc { z-index:0; margin-left:-50px; width: 481px;}

.sitemap > ul > li.products > ul > li > a {
	float:left;
	width: 379px;
	background: url(../../images/minerva/sitemap_li_li_right.png) top right no-repeat;
	padding: 0 52px 0 0;
	margin: 0;
	height: 49px;
	line-heigth:49px;
	font-size: 13px;
}

.sitemap > ul > li.products >ul > li.otc > a { width: 429px; }

.sitemap > ul > li.products >ul > li > a >span{
	float:left;
	width: 349px;
	background: url(../../images/minerva/sitemap_li_li.png) top left repeat-x;
	padding: 18px 0 18px 30px;
}

.sitemap > ul > li.products >ul > li.otc > a >span {
	padding: 18px 0 18px 70px;
	width: 359px;
}

.sitemap > ul > li.products > ul > li > ul {
	float:left;
	padding: 5px 0 0 30px;
	width: 374px;
}

.sitemap > ul > li.products > ul > li.otc > ul {
	padding: 5px 0 0 70px;
	width: 334px;
}

.sitemap > ul > li.products > ul > li > ul > li {
	float:left;
	width: 46%;
	padding: 5px 1% 0 1%;
}

.sitemap > ul > li.products > ul > li > ul > li > a {
	  color: #DA4D1F;
    font-size: 14px;
	margin: 0 0 4px 0;
}

.sitemap > ul > li.products > ul > li.otc > ul > li > a { color: #1373A0; }

.sitemap > ul > li.products > ul > li > ul > li > ul > li { padding-left: 2px; }

.sitemap > ul > li.products > ul > li > ul > li > ul > li > a {
	background: url("../../images/minerva/orange_arrow.png") left center no-repeat;
	padding: 1px 0 0 15px;
}

.sitemap > ul > li.products > ul > li.otc > ul > li > ul > li > a { background: url("../../images/minerva/blue_arrow.png") left center no-repeat; }

/****** End Sitemap **************/

/****** Catalog Tree *************/

.catalog_tree {
	margin-top: 5px;
   font-size: 14px;
}

.catalog_tree ul {
        margin: 0;
        padding: 0;
        margin-left: 15px;
        margin-bottom: 10px;
        list-style: none;
}

.catalog_tree ul ul {
        margin-bottom: 5px;
        margin-left: 20px;
}

.catalog_tree ul li {
        padding: 5px 15px;
        font-weight: bold;
        background: url(../../images/default/bullet.png) no-repeat 0px 10px;
}

.catalog_tree ul ul li {
	font-weight: normal;
}


/******* End Catalog Tree ********/

/****** CSS for showcatalog ******/

.showcatalog .formedit {
	border: 0;
}

.showcatalog .subcategory {
	float: left;
	padding: 5px 20px;
    text-align: center;
}

.showcatalog .subcategory p {
	
}

.showcatalog .show_details {
	clear: both;
	padding: 10px 0px;
}

.showcatalog .show_details .label_td, .showcatalog .show_details .values_td {
	float: left;
	margin: 5px;
}

.showcatalog .show_details .label_td {
	font-weight: bold;
}

.showcatalog .back_link {
	float: left;
	clear: both;
	margin:5px;
}

.showcatalog .grey {
	color:#b3b3b3;
}

.showcatalog ul.item_group {
	
	
}

.showcatalog ul.item_group li {
	background-color: #dde9f7;
	width: 176px;
	height: 100px;
	padding: 12px;
	border: 0;
	margin: 10px;
	float: left;
}

.showcatalog ul.item_group li .code {
	display: none;
}

.showcatalog ul.item_group li .name a {
	color: #494e4a;
	font-weight: bold;
}

.showcatalog ul.item_group li .name a:hover {
	color: #A32467;
	text-decoration: none;
}

.showcatalog ul.item_group li .description a {
	color: #494e4a;
}

.showcatalog ul.item_group li .description a:hover {
	color: #494e4a;
	text-decoration: none;
}

.showcatalog ul.item_group li .price {
	color: #A32467;
    display: block;
    font-weight: bold;
    text-align: right;
    width: 100%;
}

/**** end of CSS for showcatalog ****/

/**** CSS for filters ***************/

.display_filters .filter_search {
    background:transparent no-repeat url("../../images/default/search_button.png")0 0;
    height: 18px;
    margin-bottom: 2px;
    width: 26px;
    border: 0;
    padding-top: 5px;
}

.display_filters {
	clear:both;
}
.display_filters .afilter {
	clear: both;
	margin: 10px 0;
	padding-bottom:10px;
	border-bottom: 1px solid #CCCCCC;
}

.display_filters .afilter .clearfix {
	height: 0;
}

.display_filters .afilter label{
	float:left;
	font-weight: bold;
}

.display_filters .afilter .link {
	display: block;
	float: left;
	margin: 0 10px;
	line-height: 23px;
}

.display_filters .afilter .afilterform {
	display: block;
	float: left;
	margin: 0 10px;
}

.display_filters .afilter .active a{
	color: red;
	font-weight: bold;
}

.display_filters .afilter .remove_filter {
	float: left;
}

.display_filters .afilter .letters  {
	text-align: center;
}

.display_filters .afilter .letters a {
	padding: 0 5px;
	font-size: 16px;
}

.display_filters .afilter .letters a.active {
	font-weight: bold;
}

.display_filters .afilter .letters .remove_filter {
    float: right;
}

/**** end of CSS for filters ********/

/**** CSS for filters ***************/

.display_filters .filter_search {
    background:transparent no-repeat url("../../images/default/search_button.png")0 0;
    height: 18px;
    margin-bottom: 2px;
    width: 26px;
    border: 0;
    padding-top: 5px;
}

.display_filters {
	clear:both;
}
.display_filters .afilter {
	clear: both;
	margin: 10px 0;
	padding-bottom:10px;
	border-bottom: 1px solid #CCCCCC;
}

.display_filters .afilter .clearfix {
	height: 0;
}

.display_filters .afilter label{
	float:left;
	font-weight: bold;
}

.display_filters .afilter .link {
	display: block;
	float: left;
	margin: 0 10px;
	line-height: 23px;
}

.display_filters .afilter .afilterform {
	display: block;
	float: left;
	margin: 0 10px;
}

.display_filters .afilter .active a{
	color: red;
	font-weight: bold;
}

.display_filters .afilter .remove_filter {
	float: left;
}

.display_filters .afilter .letters  {
	text-align: center;
}

.display_filters .afilter .letters a {
	padding: 0 5px;
	font-size: 16px;
}

.display_filters .afilter .letters a.active {
	font-weight: bold;
}

.display_filters .afilter .letters .remove_filter {
    float: right;
}

/**** end of CSS for filters ********/

/**** CSS for filter path ***************/

.filterpath .afilter {
	display: block;
    float: left;
    line-height: 23px;
    margin: 5px 10px 20px 0;
}

.filterpath .afilter label{
	font-weight: bold;
}

/**** end of CSS for filter path ********/

/******** Files **************/

.files_div {
        padding: 5px;
        background-color: #eef7fb;
        border: 1px solid #cccccc;
}

.files_div h4 {
        display: none;
}

.files_div ul li {
        list-style-type: none;
        margin-bottom: 10px;
}

.files_div label {
        display: block;
        width: 200px;
}

.files_div input {
        width: 300px;
}
/******** End Files **********/

/******** Iconize ************/

.iconize a[href$='.doc'], .iconize a[href$='.rtf'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_doc.gif) no-repeat center left;
}

.iconize a[href$='.txt'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_txt.gif) no-repeat center left;
}

.iconize a[href$='.xls'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_xls.gif) no-repeat center left;
}

.iconize a[href$='.rss'], .iconize a[href$='.atom'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_feed.gif) no-repeat center left;
}

.iconize a[href$='.opml'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_opml.gif) no-repeat center left;
}

.iconize a[href$='.phps'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_phps.gif) no-repeat center left;
}

.iconize a[href$='.phps'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_phps.gif) no-repeat center left;
}

.iconize a[href$='.torrent'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_torrent.gif) no-repeat center left;
}

.iconize a[href$='.vcard'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_vcard.gif) no-repeat center left;
}

.iconize a[href$='.exe'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_exe.gif) no-repeat center left;
}

.iconize a[href$='.dmg'], .iconize a[href$='.app'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_dmg.gif) no-repeat center left;
}

.iconize a[href$='.pps'], .iconize a[href$='.ppt'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_pps.gif) no-repeat center left;
}

.iconize a[href$='.pdf'], .iconize a[href$='.PDF'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_pdf.gif) no-repeat center left;
}

.iconize a[href$='.xpi'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_plugin.gif) no-repeat center left;
}

.iconize a[href$='.fla'], .iconize a[href$='.swf'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_flash.gif) no-repeat center left;
}

.iconize a[href$='.zip'], .iconize a[href$='.rar'], .iconize a[href$='.gzip'], .iconize a[href$='.bzip'], .iconize a[href$='.ace'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_archive.gif) no-repeat center left;
}

.iconize a[href$='.ical'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_ical.gif) no-repeat center left;
}

.iconize a[href$='.css'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_css.gif) no-repeat center left;
}

.iconize a[href$='.ttf'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_ttf.gif) no-repeat center left;
}

.iconize a[href$='.jpg'], .iconize a[href$='.gif'], .iconize a[href$='.png'], .iconize a[href$='.bmp'], .iconize a[href$='.jpeg'], .iconize a[href$='.svg'], .iconize a[href$='.eps'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_pic.gif) no-repeat center left;
}

.iconize a[href$='.mov'], .iconize a[href$='.wmv'], .iconize a[href$='.mp4'], .iconize a[href$='.avi'], .iconize a[href$='.mpg'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_film.gif) no-repeat center left;
}

.iconize a[href$='.mp3'], .iconize a[href$='.wav'], .iconize a[href$='.ogg'], .iconize a[href$='.wma'], .iconize a[href$='.m4a'] {
        padding: 5px 0 5px 20px;
        background: transparent url(../../images/icons/icon_music.gif) no-repeat center left;
}

/********* End Iconize ********************************/

/********* Tags Cloud ********************************/

.tagscloud ul {
        list-style-type: none;
        margin: 0;
        padding: 5px 10px;
}

.tagscloud ul li {
        display: inline;
        margin-right: 15px;
        line-height: 2em;
}

.tagscloud ul li a {
        display: inline;
}

.tagscloud ul li a.rate-10 {
        font-size: 110%;
}

.tagscloud ul li a.rate-20 {
        font-size: 120%;
}

.tagscloud ul li a.rate-30 {
        font-size: 130%;
}

.tagscloud ul li a.rate-40 {
        font-size: 140%;
}

.tagscloud ul li a.rate-50 {
        font-size: 150%;
}

.tagscloud ul li a.rate-60 {
        font-size: 160%;
}

.tagscloud ul li a.rate-70 {
        font-size: 170%;
}

.tagscloud ul li a.rate-80 {
        font-size: 180%;
}

.tagscloud ul li a.rate-90 {
        font-size: 190%;
}

/********* End Tags Cloud ***************************/

/********* Tags Table ********************************/

.tagstable table {
	border: 1px solid #cccccc;
	border-right:1px solid #cccccc; 
	border-bottom:none;
	width:97%;
	border-top:0;
	margin:15px 14px 30px 14px;
	margin-top:15px;
}

.tagstable tr {
	border:0;
	height:10px;
	background:0;
	font-size:12px;
}

.tagstable th {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background:transparent url(../../images/ecampaign/Th0Slice.gif) top left;
	padding:3px;
	text-align:center;
}


.tagstable td.trow_even, .tagstable td.trow_odd {
	border:none; 
	border-bottom: 1px solid #cccccc;
	padding:4px;
	padding-left:5px;
	text-align:center;
}

.tagstable td.trow_even {
	border-right: 1px solid #cccccc;
	background:#f7f7f7;
}

.tagstable td.trow_odd {
	border-right: 1px solid #cccccc;
	background:#ffffff;
}

.tagstable th.tag_col, .tagstable td.tag_col {
	padding-left: 25px;
    text-align: left;
    width: 450px;
}

/********* End Tags Table ***************************/

/************** CSS for forms ***********************/

.showform { position:relative;}

.showform .formtitle {
color: #C54514;
    float: left;
	width: 100%;
    font-size: 14px;
	font-weight: 700;
    margin: 0 0 15px;
}

.showform form { 
	margin-bottom:30px;
	font-size:12px;
}
.showform label {
	font-weight:700;
	font-size:13px;
	width: 100%;
}
.showform ul { list-style: none; padding:0px; margin: 0;}

.showform li {
	border: none;
	text-align: left;
	margin:0px;
	padding:0px;
	margin-bottom: 5px;
}

.showform .table_showform {
	width:100%;
	clear:both;
}
.showform .table_showform input,
.showform .table_showform select,
.showform .table_showform textarea { 
	border: 1px solid #898989;
    box-shadow: 0 -1px 3px #D3D4D6 inset;
	font-size:12px; 
	padding: 3px;
	width: 250px;
}

.showform .table_showform input, .showform .table_showform select {
 height: 18px;
 }

.showform .label_td {	
	min-width:30%;
	text-align: left;
	padding-left:5px;
	float:left;
}
.showform .values_td {	
	vertical-align:top;
	text-align: left;
	float:left;
}

.showform .check_psw {clear: left; padding-top:15px;}

.showform .comment_td {	
	text-align: left;
	padding:5px;
	padding-bottom:0px;
	font-size:11px;
	font-style:italic;
}

.showform .fieldset {
	border: 1px solid #3298CB;
	padding:10px;
	margin: 20px 0px;
}

.showform .fieldsection {
	border:none;
	margin:0px;
	padding:0px;
}

.showform .fieldsection label {
	font-size:15px;
	font-weight:800;
	color:#3298CB;
	text-align: left;
}

.showform .ui-datepicker-trigger, .returnForm .ui-datepicker-trigger {
	margin-bottom:-3px;
	margin-left:5px;
}
.showform span.required, .returnForm span.required {
	color:#C06345;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	height:16px;
	padding-left:2px;
}

.showform  .field_error{ border: 2px solid #fc0505; }

.showform  .error{
	color: #fc0505;
	padding: 3px 8px;
	font-size:11px;
}

.showform .errormessage  { width: 480px; z-index:1;}
.showform {position:relative;}
.showform .savemessage {
	text-align:center;
	padding:5px;
	padding-top:10px;
	margin-bottom:5px;
	background-color:#ECFADC;
	border:1px solid #ADB3A6;
	font-weight:bold;
	width:98%;
	position:absolute;
	top: 0px;
	z-index:201;
}

.showform .small_upload .filesUploaded { background-color:#ffffff; }
.showform .save .span2 {background: transparent url(../../images/icons/save.gif) no-repeat scroll top left; padding:0px 0px 5px 23px; }
.showform .submit_button, .previewform .demo_button {
	float: left;
	margin:0px 0 0 31%!important;
	cursor:pointer;
}

.showform .form_bottom {
	float: left;
	width: 100%;
}



#popup_container #content .previewform { text-align:left; }
.showform a.goprev, .showform a.gonext, 
#popup_container #content .previewform a.goprev, #popup_container #content .previewform a.gonext {
	color:#206BAE;
	text-decoration:none;
	font-size:12px;
	text-align:left;
}

.showform .ui-tabs { width: auto; }

.showform .ui-widget-content { background-color: #ffffff; }

/************** end of CSS for forms ****************/

/************** CSS for sharing bar *****************/

.showbar { border-bottom: 1px solid #C8C8BF; margin-bottom: 15px;}

.showbar .clearfix {height:0px;}

.showbar ul.barbuttons { list-style: none;float: right; }

.showbar ul.barbuttons li {
	float: left;
	height:20px;
	padding: 0 10px;
	width:auto;
	border-right: 1px solid #C8C8BF;
}

.showbar ul.barbuttons li.addthis_bar { border:none;}

.changeme { font-size: 1.66em;}

.showbar ul.barbuttons li a {
	float: left;
	display:block; 
}

.showbar ul.barbuttons li a.print, .showbar ul.barbuttons li a.email { 
	height:10px;
	margin: 4px 0 0 0;
	width:10px;
}

.showbar ul.barbuttons li a.font-decrease, .showbar ul.barbuttons li a.font-increase, .showbar ul.barbuttons li a.font-reset  {
	height:7px;
	margin: 6px 5px 0 0;
	width:13px;
}

.showbar ul.barbuttons li a em {display:none;}

.showbar ul.barbuttons li a.print { background:transparent url(/images/sharingbar/icon_print.gif) no-repeat scroll 0 0;}

.showbar ul.barbuttons li a.email {background:transparent url(/images/sharingbar/icon_email.gif) no-repeat scroll 0 0; margin-top:5px;}

.showbar ul.barbuttons li a.font-decrease {background:transparent url(/images/sharingbar/icon_font_decrease.gif) no-repeat scroll 0 0;}

.showbar ul.barbuttons li a.font-increase {background:transparent url(/images/sharingbar/icon_font_increase.gif) no-repeat scroll 0 0;}

.showbar ul.barbuttons li a.font-reset {background:transparent url(/images/sharingbar/icon_font_reset.gif) no-repeat scroll 0 0; margin-right:0}

.link_form { 
	padding: 0px 20px;
	//padding:0px; margin-left:-20px;
}

.link_form .showform {margin-top:25px;}

.link_form h1 { display:none; }

.link_form .label_td { width:47%; }

.link_form label, .link_form input, .link_form select { font-size:110%; } 

.link_form .captcha_reload {
	clear:both;
	float:left;
	padding-left:20px;
}

.link_form img#captcha {
	width:150px;
	padding: 5px 5px 0 0;
	float:left;
}

.link_form .captcha_input { 
	margin: 40px 0 0 35px;
	]margin:12px;
}

.link_form .showform .submit_button { 
	float:right;
	margin-right: 18px;
}

.link_form .showform .savemessage {
	 width: 390px;
	 top: -30px;
	 left: 0;
	 right: 10px;
	 padding: 5px 0px;
}

.addtofavorite span {
	cursor: pointer;
	background:transparent url(/images/sharingbar/favorites.png) no-repeat scroll 0 0;
	height: 15px;
	width: 15px;
	padding: 0 8px 4px 4px;
}

/************** end of CSS for sharing bar **********/

/************** CSS for searchview ******************/
.searchview h1 {
	color: #DA4D1F;
	margin: 0 0 15px 0;
}

.searchview .results_count {
	font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.searchview .found_results {
	margin-bottom: 8px;
	font-family: arial,sans-serif;
	border-bottom: 1px dotted #CACACA;
    padding: 10px 0px;
}
.searchview .found_results span {
	font-size: medium;
	font-weight: bold;
}

.searchview .found_results a{
	font-size: 14px;
	margin: 10px 0 0px 0;
	color: #2200C1;
	font-weight: bold;
    margin: 0;
  	line-height: 1.2;
	text-decoration: underline;
	font-size: medium;
}

.searchview .found_results a:visited {
   // color: #551A8B;
}

.searchview .found_results .content_part {
	max-width: 42em;
	margin:0;
    font-size: small;
    
}

.searchview .found_results .page_link {
	color: #0E774A;
	margin:0;
    font-style: normal;
}

.searchview .newtabs .ui-corner-all  { 
	width: 99.6%;
}

.searchview .sitetabs.ui-tabs .ui-tabs-nav li a {
	color: #5D6967!important;
	font: 14px Arial!important;
}

.searchview .sitetabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	font-weight: bold!important;
}

/************** end of CSS for searchview ***********/

/************** CSS for poll ************************/

.poll .values_td input, .poll .values_td .input_option {
	float: left;
	margin: 5px;
}

.poll .values_td input {
	clear: left;
	margin-top: 7px;
}

.pollresults .field_title {
	padding: 30px 5px 10px 5px;
	font-size: 14px;
	color: #2A75B3;
	font-weight: bold;
	clear: both;
}

.pollresults .option_title {
	margin: 5px;
	font-weight: bold;
	float: left;
	clear: left;
}

.pollresults .total_votes {
	font-style: italic;
	margin: 5px;
}

.pollresults .option_perc {
	margin: 5px;
	float: left;
}

.pollresults .perc_bar {
    clear: both;
    display: block;
    float: left;
    height: 40px;
    border: 1px solid #cccccc;
}

.pollresults .colorbar1 { background-color: #d11f1f; }
.pollresults .colorbar2 { background-color: #837c78; }
.pollresults .colorbar3 { background-color: #160ba1; }
.pollresults .colorbar4 { background-color: #dee51d; }
.pollresults .colorbar5 { background-color: #8c08a0; }
.pollresults .colorbar6 { background-color: #e7631a; }
.pollresults .colorbar7 { background-color: #0ba147; }
.pollresults .colorbar8 { background-color: #11d5dc; }
.pollresults .colorbar9 { background-color: #e45b7f; }
.pollresults .colorbar10 { background-color: #e4ac5b; }

/************ end of CSS for poll ********************/

/************ CSS for forum **************************/

.news.forumlist {
	border: 1px solid #dde4eb;
	padding-left: 0;
	border-bottom: 0;
	font-size: 12px;
	margin-top: 15px;
}

.news.forumlist li {
	border-bottom: 1px solid #dde4eb;
	padding: 0px;
	margin: 0px;
}

.forumlist .subject, .forumlist .authors, .forumlist .comment_numb {
	float: left;
	border-right: 1px solid #dde4eb;
	margin: 0;
	font-size: 13px;
	width: 7%;
	padding: 20px 50px;
	text-align: center;
	height: 30px;
}

.forumlist .subject {	
	background-image: url("../../images/forum_entry.png");
    background-position: 15px center;
    width: 70%;
    padding: 20px 40px 25px 60px;
}

.forumlist .newsabstract, .forum .fulltext .newsabstract {	
	display:none;
}

.forumlist .subject a {	
	
	display: block;
	padding: 0px 0 0px 20px;
}

.forumlist .authors label, .forum .fulltext .authors label {
	display: none;
	padding-top: 0;
	padding-bottom: 0;
}

.forumlist .comment_numb {
	border-right: none;
	background: none;
}

.news.forumlist .delimiter, .forum .fulltext .delimiter {
	display: none;
}

.news.forumlist .admin_buttons {
	width: 79.2%;
	border-right: 1px solid #dde4eb;
	margin-top: 0;
	padding-bottom: 10px;
}

.forumlist .date,
.forumlist .linktofull { 
	display: none;
}

.forum .fulltext {
	font-size: 12px;
	margin-top: 20px;
	border: 1px solid #dde4eb;
	border-bottom: 0;
	background-color: #edf1f5;
}

.forum .fulltext .subject {
	float:left;
	clear: both;
	font-size: 18px;
	font-weight: bold;
	background: url("../../images/forumtable-head.gif") 18px center repeat-x;
    height: 34px;
    line-height: 34px;
    padding: 0px 5.2% 0px 2%;
    border-bottom: 1px solid #dde4eb;
    width: 93%;
    margin: 0;
    color: #dddddd;
}

.forum .fulltext .authors {
	float: left;
	clear: left;
	width: 160px;	
	margin: 0;
	padding: 8px 18px;
	height: 40px;
}

.forum .fulltext .date {
	float: left;
	display: block;
	border-left: 1px solid #dde4eb;
	padding: 0px 18px 0;
	background-color: #F1F1F1;
	width: 655px;
	margin: 0;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #dde4eb;
}

.forum .fulltext .newsbody {
	float: left;
	width: 663px;
    border-left: 1px solid #dde4eb;
    background-color: #F1F1F1;
    padding: 0px 18px 30px 10px;
}

.forum .fulltext .showcomments {
	border-top: 1px solid #00579c;
}

.forum .fulltext .showcomments h4.comment_number, .forum .fulltext .showcomments .order_buttons {
	display: none;
}

.forum .fulltext .comments .comment_date {
	background-color: #f1f1f1;
	font-size: 12px;
	color: #00579c;
	border-bottom: 1px dashed #dde4eb;
	border-left: 1px solid #dde4eb;
	line-height: 35px;
    margin-left: 196px;
    padding-left: 18px;
}

.forum .fulltext .comments .comment_name{
   	float: left;
	clear: left;
	width: 160px;	
	margin: 0;
	padding: 8px 18px;
	margin-top: -36px;
	height: 40px;
}

.forum .fulltext .comments .comment, .forum .fulltext .comments .commentbuttons {
    float: left;
	width: 655px;
    border-left: 1px solid #dde4eb;
    background-color: #ffffff;
    padding: 10px 18px 30px 18px;
}

.forum .fulltext .comments .commentbuttons {
     margin-left: 196px;
     padding-bottom: 30px;
}

.forum .fulltext .comments .acomment {
	border-bottom: 1px solid #dde4eb;   
    clear: both;  
    padding: 0;
    width: 100%;
}

.forum .fulltext .comments .showlike, .forum .fulltext .comments .showdislike,
.forum .fulltext .comments .users_like, .forum .fulltext .comments .users_dislike {
	margin: 0 0 0 196px ;
	background-color: #FFFFFF;
	border-left: 1px solid #dde4eb;
	padding-left: 18px;
    width: 673px;
    padding-right: 0;
}

.forum .fulltext .comments .acomment:hover {
	background-color: transparent;
}

.forum .fulltext .comments .makecomment {
	background-color: #ffffff;
	border-bottom: 1px solid #dde4eb;
	
}

.forum .fulltext .comments .makecomment td {
	font-size: 12px;
}

.forum .fulltext .comments .makecomment textarea {
	width: 620px;
	height: 200px;
}

.forum .fulltext .admin_buttons {
    margin-top: -25px;
    width: 160px;
    margin-left: 18px;
}

.forum .fulltext .pager {
	height: 33px;
	line-height: 33px;
	background: url("../../images/forumpager.gif") left center repeat-x;
	border-bottom: 1px solid #dde4eb;
}

.forum .fulltext .pager .pager_pagecount {
	text-align: left;
	padding-left: 18px;
}

.forum .fulltext .pager .pager_foundinfo {
	display: none;
}

.forum .comments .comment {
	font-style: inherit	
}

.forum .fulltext .comments .makecomment .submit_button {
    float: right;
    margin: 5px 37px 0 0;
}

.forum .fulltext .comments h4 {
	font-size: 13px;
    margin-left: 14px;
}

.forum .fulltext .comments .comment_login input {
	width: 285px;
}

.forum .fulltext .comments .comment_login {
	border-bottom: 1px solid #dde4eb;
	padding-bottom: 30px;
}

/************ end of CSS for forum ******************/


/******************** CSS for cart ******************/

.showcatalog .add_to_cart {
	float: right;
}

.cart {
	float: left;
	width: 100%;
}

.cart fieldset {
	float: right;
	background-color: #F3F2F2;
    padding: 10px 3px 3px 10px;
	margin: 0;
	border: none;
	border-radius: 2px 2px 0 2px;
}

.cart .cart-table-wrapper {
	float: right;
	background: url("../../images/eshop/cart-shadow.png") right bottom no-repeat;
    padding: 0 7px 7px 0;
}

.cart table {
	display: block;
    padding: 0;
	border: none;
	font-size: 12px;
}

.cart table tbody { 
	float:left;
	width: 100%;
	background-color: #fff;   
}

.cart table tr {  
	width: 100%;
	float:left;
	
}
  
.cart table td ,
.cart table th {
	float:left;
	padding: 5px;
	background-color: #fff;
	color: #333333;
	word-wrap: break-word;
	overflow: hidden;
	border-right: 1px solid #EEEEEE; 
	border-bottom: 1px solid #eeeeee;
}
 
.cart table td {	 min-height: 79px;   }

.cart table th {  min-height: 20px;   }

.cart .delete {
	display: block;
	float: left;
    width: 17px;
	height: 18px;
	background:	url("../../images/eshop/pix.png") no-repeat scroll 0 -150px transparent;
}

.cart .delete:hover { 
	background-position: -17px -150px;  
	text-decoration: none;
}

.cart form {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.cart table td input { 
	font-size: 12px;
    margin: 0 4px 10px 0;
    padding: 3px 1px;  
}

.cart .reload {
	float: right;
	background: url("../../images/eshop/icons.png") no-repeat scroll 0 -200px transparent;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 0;
}


.cart .the_image {
	float: left;
	width: 9%;
}

.cart .the_image img {
	max-height: 75px;
	max-width: 75px;
	display: block;
	margin: 0 auto;
}

.cart .the_name {
	float: left;
	width: 20%;
}

.cart .the_name a {
	color: #C15C9B;
}

.cart .the_name a:hover {
	text-decoration: none;
	color: #942F6E;
}

.cart .the_chars {
	float: left;
	width: 7.4%;
}

.cart .one_char {
	width: 100%;
	padding: 0 0 5px 0;
}

.cart .the_price {
	float: left;
    width: 9%;
}

.cart .the_quant{
	float: left;
    width: 7%;
}

.cart .the_sumprice{
	float: left;
    width: 8.5%;
}

.cart .the_tax{
	float: left;
    width: 7%;
}

.cart .the_tax_pr{
	float: left;
    width: 8%;
}

.cart .the_total{
	float: left;
    width: 10%;
}

.cart .the_delete {
	float: left;
    width: 2%;
	border:none;
}

.cart .continueshop {
	float: left;
	min-width: 974px;
	background-color: #fff;
	padding: 2px 0;
}

.cart .continueshop a {
    float: left;
	background: url("../../images/eshop/icons.png") no-repeat scroll 0 -240px transparent;
	margin: 15px 0 10px 20px;
	padding: 0px 0 0px 21px;
	color: #333333;
	font-size: 13px;
	line-height: 15px;
	#padding-bottom: 10px;
}

.cart .continueshop a:hover {
	color: #942F6E;
	text-decoration: none;
}

.cart .thefinalprice {
	float: right;
	min-width: 25%;
		#width: 25%;
	background-color: #F3F2F2;
    border-radius: 0 0 2px 2px;
    margin: 0;
   padding: 5px 10px 0 25px;
	text-align: right;
}

.cart .checkout {
	background-color: #F3F2F2;
	min-width: 25%;
	#width: 25%;
    height: 35px;
    float: right;
	clear: both;
    margin: 0 0 10px 0;
	text-align: right;
	padding: 10px 10px 20px 25px;
	
}

.cart .checkout a {
	float: right;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
    text-align: center;
    padding: 10px 0;
	border: none;
	box-shadow: 0 1px 2px #98AFC7; 
	border-radius: 2px;
	cursor: pointer;
	background-image: -ms-linear-gradient(top, #C15C9B 0%, #912C6B 100%);
	background-image: -moz-linear-gradient(top, #C15C9B 0%, #912C6B 100%);
	background-image: -o-linear-gradient(top, #C15C9B 0%, #912C6B 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C15C9B), color-stop(1, #912C6B));
	background-image: -webkit-linear-gradient(top, #C15C9B 0%, #912C6B 100%);
	background-image: linear-gradient(to bottom, #C15C9B 0%, #912C6B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C15C9B', endColorstr='#912C6B');
}

.cart .checkout a span {
	background: url("../../../../images/kiteshop/checkout_arr.png") 90% 50% no-repeat;
	padding: 0px 30px 0px 20px;
}

.cart .checkout a:hover  {
	 background: none #912C6B;
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#912C6B', endColorstr='#912C6B');
	 text-decoration: none;
	}

.cart .contactform {
	width: 45%;
	float: left;
	border-right: 1px solid #cccccc;
	padding: 5px 10px;
}

.cart .contactform form  {
	width: 100%;
	padding: 0;
}

.cart .contactform label {
	text-align: left;
}

.cart .contactform p { 
	text-align: left;
}

.cart a.nosignin {
	display: block;
    float: left;
    text-align: center;
    width: 45%;
    background-color: #646464;
    color: #FFFFFF;
    border: 1px solid #b0afaf;
    line-height: 30px;
    height: 30px;
    margin: 60px 20px;
}

.cart .sale_price {
	text-decoration: line-through;
}

.cart .aprice {
	margin: 4px 0;
}

.cart .aprice .number {
	font-weight: bold;
}

.cart .total {
	color: red;
    font-weight: bold;
}

.cart .username {
	text-align: right;
    font-style: italic;
    font-weight: bold;
}

.cart .checkout_info {
	clear: both;
    float: left;
    width: 100%;
    color: #333333;
}

.cart .checkout_info .showform {
	float: left;
	width: 100%;
}

.cart .checkout_info .form_option input { 
	margin-right: 10px; 
}

.cart .checkout_info .step_label {
	background-color: #F3F2F2;
    float: left;
    margin: 0 0 20px 0;
    padding: 1% 2%;
    width: 96%;
}

.cart .checkout_info .data_option {
	float: left;
	margin:5px;
	width: 30%;
}

.cart .checkout_info .data_option a.option {
	padding: 3%;
	width: 94%;
	float: left;
	border: 1px solid #F0F1F3;
	border-right:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
	text-align:center;
	cursor:pointer;
	background-color: #F0F1F3;
	height: 150px;
}

.cart .checkout_info .data_option a.option:hover, .cart .checkout_info .data_option a.option.selected {
	background-color:#ecfadc;
	text-decoration: none;
}

.cart .checkout_info .form_body {
	float: left;
	clear: both;
	width: 100%;
}

.cart .checkout_info .formtitle {
	display: none;
}

.cart .checkout_info input[type="text"], .cart .checkout_info textarea, .cart .checkout_info select {
    -moz-border-radius: 3px;
    background-color: #FFFFFF;
    border: 1px solid #B0AFB2;
    width: 260px;
    margin-right: 5px;
    padding: 5px 3px;
    font-size: 12px;
    line-height:12px;
}

.cart .checkout_info textarea, .cart .checkout_info select {
	margin-left: 7px;
    width: 268px;
}

.cart .checkout_info .step {
	clear: both;
    margin-bottom: 25px;
    padding: 10px;
}

.cart .checkout_info .step.error_step {
	border: 2px solid #FC0505;
}

.cart .checkout_info .data_option_field {
	display: block;
	color: ;
}

.cart .checkout_info .step a.edit {
	color: red;
	font-size: 11px;
	float: right;
	clear: both;
}

.cart .checkout_info .a_button {
	background-color: #333333;
    clear: both;
    color: #FFFFFF;
    display: block;
    float: right;
    padding: 5px 10px;
}

.cart .checkout_info .clearfix.no_height { 
	height: 0;
}

.cart .no_data_box {
    background: #F0F1F3 url("../../images/no_data.png") 20px 10px no-repeat;
    border: 1px solid #D1D3D6;
    font-size: 14px;
    height: 45px;
    margin: 50px auto 30px;
    padding: 14px 13px 14px 92px;
    text-align: left;
    -moz-box-shadow: 3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.cart .error_box {
    background: transparent url("../../images/error_box.jpg") no-repeat 0 0;
    height: 57px;
    margin: 20px auto 30px;
    padding: 14px 13px 30px 92px;
    text-align: left;
    width: 691px;
    clear: both;
    font-size: 18px;
    line-height: 50px;
}

.cart .checkout_info input {
	margin-left: 2%;
}

.cart .checkout_info .formtitle {
	display: none;
}

/************** standard CSS for cart ****************************************/

.cart .receipt_form, .cart .invoice_form, .cart .new_billing_data, .cart .shipping_form {
	display: block;
}

.cart .receipt_form.hidden, .cart .invoice_form.hidden, .cart .new_billing_data.hidden, .cart .shipping_form.hidden {
	display: none;
}

.cart .shop_info {
	display: block;
	margin-top: 15px;
}

.cart .shop_info.hidden {
	display: none;
}

/************ end of CSS for cart ******************/

/************ CSS for ecommerceOrderhistory ********/

.ecommerce_history {
	font-size: 13px;
    font-family: 'helvetica neue',helvetica,arial,sans-serif;
}

.ecommerce_history .menutabs {
    background-color: #F0F1F3;
    border-bottom: 1px solid #D1D3D6;
    width: 96%;
    padding-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
}

.ecommerce_history .menutabs a {
    padding: 3px 12px;
    display: inline-block;
}

.ecommerce_history .menutabs a.active {	
    background-color: #FFFFFF;
    border: 1px solid #D1D3D6;
    border-bottom: 1px solid white !important;
    padding-bottom: 5px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
   	margin-bottom: -1px;
}


.ecommerce_history .clearfix.no_height { 
	height: 0;
}

.ecommerce_history .paragraph {
	background-color: #F0F1F3;
    border-bottom: 1px solid #D1D3D6;
    clear: both;
    display: block;
    font-size: 11px;
    margin: 1px 0 0 0;
    width: 100%;
}

.ecommerce_history label {
    float: left;
    font-weight: bold;
    max-height: 60px;
    text-align: right;
    vertical-align: top;
    width: 16%;
    padding: 15px 2%;
    font-size: 13px;
    font-family: 'helvetica neue',helvetica,arial,sans-serif;
}

.ecommerce_history .formedit label {
	width: auto;
	font-size: 13px;
    font-weight: 700;
    width: 100px;
    padding: 0;
}

.ecommerce_history .option_input {
    background-color: #FFFFFF;
    float: left;
    min-height: 60px;
    padding-bottom: 15px;
    width: 72%;
    padding: 15px 4%;
    display: block;
    float: left;
    font-size: 14px;
    color: #777777;
    font-family: 'helvetica neue',helvetica,arial,sans-serif;
}

.ecommerce_history div.paragraph p {
    clear: right;
    margin: 0;
}

.ecommerce_history div.paragraph p input {
    float: left;
    margin-bottom: 10px;
}

.ecommerce_history textarea {
    width: 260px;
    height: 100px;
}

.ecommerce_history select option {
    font-size: 12px;
}

.ecommerce_history .date_part input{
	width: 140px;
} 

.ecommerce_history .time_part select {
	width: 80px;
}

.ecommerce_history .ui-datepicker-trigger {
	vertical-align: -3px;
}

.ecommerce_history input[type='text']:focus,
.ecommerce_history textarea:focus,
.ecommerce_history select:focus {
	border: 1px solid #86b9e8;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 15px #deecf9;
	-webkit-box-shadow: 0 0 15px #deecf9;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.ecommerce_history input.small_input {
	width: 100px;
	text-align: right;
}

.ecommerce_history select.small_input {
	width: 100px;
}
    
.ecommerce_history div.paragraph p .label {
    float: left;
    clear: both;
    width: 100px;
    height: 30px;
    margin-right: 10px;
}

.ecommerce_history .option_display span.label {
    width: 70px;
}

.ecommerce_history .description {
	margin-bottom: 25px;
}

.ecommerce_history .path {
	margin: 25px 0;
	color: #555555;
    display: block;
    font-size: 11px;
    font-weight: bold;
}

.ecommerce_history .path a {
	font-size: 11px;
}

.ecommerce_history .formedit {
	border: 0;
	float: left;
	clear: both;
	width: 100%;
}

.ecommerce_history .formedit .formtable th {
	border: 0;
	text-align: center;
	padding: 4px 10px 3px 10px;
}

.ecommerce_history .error {
	border: 2px solid #f80808;
    padding: 5px 10px;
    background-color: #FFFFFF;
    font-size: 12px;
}

.ecommerce_history .product_table table {
	clear: both;
	float: left;
	padding: 0px;
	border: 1px solid #D1D3D6;
	margin: 20px 0;
	width: 100%;
	-moz-box-shadow: 3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-align: center;
}

.ecommerce_history .product_table table.taxclasses {
	width: 360px;	
}

.ecommerce_history .product_table td {
	padding: 10px 0;
	font-size: 13px;
}

.ecommerce_history .product_table td.total {
	font-weight: bold;
}

 .ecommerce_history .product_table input[type="text"] {
 	padding: 5px 0;
	font-size: 13px;
    text-align: center;
    width: 40px;
}

.ecommerce_history .change_shipping input {
 	padding: 5px 0;
	font-size: 13px;
    text-align: center;
    width: 70px;
}

.ecommerce_history .product_table select {
    width: 80px;
}

.ecommerce_history .product_table th {
	padding: 10px 15px;
    text-align: center;
    width: 98px;
    color: #999999;
    font-size: 13px;
    background: #f7f7f7;
    border-bottom: 1px solid #E7E7E7;
}

.ecommerce_history .product_table label, .ecommerce_history .product_table a {
	float: none;
	vertical-align: inherit;
    font-size: 13px;
    font-weight: bold;
    max-height: 60px;
    padding: 0 2%;
    width: 16%;
    background: none;
    padding: 0;
}

.ecommerce_history .product_table td.trow_even {
	background: #f7f7f7;
}

.ecommerce_history .product_table .first_row td {
	background: #f9efee;
}

.ecommerce_history .product_table .comment a {
	background: transparent url("../../images/comment_grey.png") center 4px no-repeat;
	padding-bottom: 3px;
	display:block;
	width: 100%;
}

.ecommerce_history .product_table .comment a.has_comment {
	background: transparent url("../../images/comment_red.png") center 4px no-repeat;
}

.ecommerce_history tr td a, .ecommerce_history tr td a:hover, .ecommerce_history tr td a:focus { 
	text-decoration: none;
}

.ecommerce_history .product_table .comment {
	position: relative;
}

.ecommerce_history .product_table .comment_cloud {
    padding: 0px 0 15px 30px;
    position: absolute;
    right: 13px;
    text-align: left;
    top: 20px;
    width: 290px;
    z-index: 99999;
}

.ecommerce_history .product_table .comment_cloud .comment_box {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	-moz-box-shadow: 3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
	font-family: Arial;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
    height: 100px;
    overflow-y: scroll;
    padding: 5px 3px;
    margin: 5px 23px 0 0;
}

.ecommerce_history .product_table .comment_cloud .update {
	float: right;
	margin-right: 20px;
	padding: 2px 6px;
	width: 270px;
}

.ecommerce_history .theprice {
	float: right;
    font-size: 13px;
    font-weight: bold;
    margin: 20px;
    font-family: Arial;
}

.ecommerce_history .no_data_box {
    background: #F0F1F3 url("../../images/no_data.png") 20px 10px no-repeat;
    border: 1px solid #D1D3D6;
    font-size: 12px;
    height: 45px;
    margin: 20px auto 30px;
    padding: 14px 13px 14px 92px;
    text-align: left;
    -moz-box-shadow: 3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	float: left;
	clear: both;
	width: 83%;
}

.ecommerce_history .no_data {
    float: left;
    line-height: 35px;
    font-size: 18px;
}

.ecommerce_history table.order_history {
    border-collapse: separate;
    border-color: #DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
    border-radius: 4px 4px 4px 4px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
	width: 100%;
	color: #333333;
    font-size: 13px;
}

.ecommerce_history table.order_history th, .ecommerce_history table.order_history td {
	border-top: 1px solid #DDDDDD;
    line-height: 18px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
	border-left: 1px solid #DDDDDD;
}

.ecommerce_history table.order_history th {
	border-top: 0 none;
	background-color: #FFFFFF;
}

.ecommerce_history table.order_history td.trow_even {
   background-color: #F9F9F9;
}

.ecommerce_history table.order_history td.trow_odd {
    background-color: #FFFFFF;
}

.ecommerce_history table.order_history th.notes, .ecommerce_history table.order_history td.notes {
	text-align: center;
}

.ecommerce_history .required {
	color: #b70117;
	font-size: 20px;
}

.ecommerce_history .conditions {
	border: 1px dotted #D1D3D6;
	padding: 15px;
	width: 80%;
}

.ecommerce_history .option_input .formedit .formtitle {
	color: #333333;
}

.ecommerce_history .option_input .formedit .onlydisplay .label_td {
	padding: 0;
}

.ecommerce_history .option_input .formedit label {
	text-align: left;
    width: 160px;
}

.ecommerce_history .paragraph .anoption {
	float: left;
	clear: both;
	margin: 5px 0;
}

.ecommerce_history .shipping_info label {
	padding: 0;
	width: 80%;
}

.ecommerce_history .filters {
	background-color: #EBF3FA;
	padding: 15px;
	float: left;
	margin-bottom: 15px;
	width: 96%;
}

.ecommerce_history .product_table .shipping_rules .price {
	font-weight: bold;
}

.ecommerce_history .pager {
	clear: both;
}

.ecommerce_history .formedit .formtable td.notes, .ecommerce_history .formedit .formtable th.notes {
	width: 20px;
}

.ecommerce_history .orderhistory_table {
	float: left;
	clear: both;
	width: 100%;
}

.ecommerce_history table.order_history th.actions, .ecommerce_history table.order_history td.actions {
	text-align: center;
	width: 180px;
}

.ecommerce_history table.order_history td.actions a {
	background: url("../../images/th_slice.gif") repeat scroll left center transparent;
	border-radius: 3px;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
	border: 1px solid #ccc;
    color: #494949;
    display: inline-block;
    margin-right: 2px;
    padding: 2px 5px;
    width: 70px;
	font-size: 11px;
	
}

.ecommerce_history table.order_history td.actions a:hover {
	background: url("../../images/btn_blue_left_hover.gif") no-repeat scroll center center transparent;
	border: 1px solid #005799;
    color: #fff;

}

.ecommerce_history .orderhistory_table table td.address {
    text-align: left;
    width: 400px;
}

.ecommerce_history .showform {
	clear: both;
    float: left;
    width: 100%;
}

.ecommerce_history input[type="text"], .ecommerce_history textarea, .ecommerce_history select, .ecommerce_history .change_shipping input {
    border-radius: 3px;
    background-color: #FFFFFF;
    border: 1px solid #B0AFB2;
    width: 300px;
    margin-right: 5px;
    padding: 5px 3px;
    font-size: 12px;
    line-height:12px;
}

.ecommerce_history textarea {
    width: 300px;
    height: 100px;
}

.ecommerce_history select option {
    font-size: 12px;
}

.ecommerce_history .button_set.save, .ecommerce_history .button_set.cancel {
	clear: none;
}

.ecommerce_history .button_set.cancel {
	float: right;
}

.ecommerce_history .edit_product_form {
	width: 600px;
}
/******** end of CSS for ecommerceOrderhistory *********/


#onecol { 
	width: 95%; 
	margin: 15px auto 15px auto;
}

.clearfix {
	clear: both;
	float: none;
}


/* JQ Modal ***************************************************************/

/* jqModal base Styling courtesy of;
 * 	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
 * 	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
	display: none;
	position: fixed;
	width: 450px;
	background-color: #a4caee;
	color: #333;
	border: 1px solid black;
	padding: 8px;
	text-align: left;
	z-index: 999;
}

.jqmOverlay { background-color: #000; }

.jqmWindow .titlebar {
	background-color: #d1e4f7;
	padding: 10px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}

.jqmClose {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 15px;
	height: 15px;
	background: transparent url(../../images/icon_close.gif) top left no-repeat;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
 	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
*
*/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
.jqmWindow {
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
	left: expression(Math.round(50*(document.documentElement.offsetWidth || document.body.clientWidth)/100) + 'px');
}

.jqDrag {
	position: relative;
	cursor: move;
}

.fileUploadQueue {
	overflow: auto;
	max-height: 300px;
	margin: 5px 0 0 0;
	padding-left: 25px;
	/*border: 1px solid #e5e5e5;*/
}

.filesUploaded {
	overflow: auto;
	max-height: 300px;
	margin: 5px 0 10px 0;
	padding: 10px;
	border: 1px solid #e5e5e5;
}

.filesUploaded .message {
	display: inline-block;
}

.filesUploaded .error {
	color: red;
}

.uploadedFile {
	display: inline-block;
	margin: 0;
}

.uploadActions {
	padding: 5px 0;
	text-align: center;
}

.actionButton {
	display: inline-block;
        margin-left: 20px;
        padding: 5px 15px 5px 32px;
        background-color: #f5f5f5;
        border-right: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
        border-top: 1px solid #f0f0f0;
        border-left: 1px solid #f0f0f0;
        font-weight: normal;
}

a.actionButton, a:link.actionButton {
        color: #333333;
        font-size: 11px;
	text-decoration: none;
}

a:hover.actionButtonr, a.actionButton:active, a.actionButton:visited, a:focus.actionButton {
	text-decoration: none;
}

.clearQueue {
	display: inline-block;
	padding: 5px 0 5px 32px;
	background: url(../../images/icons/table_row_delete.png) 8px 6px no-repeat;
}

.jqmClose.actionButton.cancel {
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	right: 0;
	top: 0;
	background: #f5f5f5 url(../../images/icons/cross.png) 8px 6px no-repeat;
}


.actionButton.upload {
	background: #f5f5f5 url(../../images/icons/arrow_up.png) 8px 6px no-repeat;
}

.actionButton.green:hover {
	background-color: #e6efc2;
	border: 1px solid #c6d880;
}
.jqmClose.actionButton.cancel.green:hover {
	background-color: #e6efc2;
	border: 1px solid #c6d880;
}

.actionButton.red:hover {
        background-color: #fbe3e4;
        border: 1px solid #fbc2c4;
}

.browseButton {
	text-align: center;
	margin: 0;
}

.fileUploadQueueItem {
        font: 11px Arial;
        background-color: #F5F5F5;
        border: 3px solid #E5E5E5;
        margin-top: 5px;
        padding: 10px;
        width: 350px;
	text-align: left;
}
.fileUploadQueueItem .cancel {
        float: right;
}
.fileUploadProgress {
        background-color: #FFFFFF;
        border-top: 1px solid #808080;
        border-left: 1px solid #808080;
        border-right: 1px solid #C5C5C5;
        border-bottom: 1px solid #C5C5C5;
        margin-top: 10px;
        width: 100%;
}
.fileUploadProgressBar {
        background-color: #0099FF;
}

.small_upload, .small_upload h2 {
        font-size: 10px;
        margin-left:2px;
}
.small_upload .browseButton {
        margin:0;
        margin-right:10px;
        text-align:right;
        width:300px;
        height:30px;
        position:relative;
        padding-top:5px;
}
.small_upload .fileUploadQueue {
        width:160px;
        position:absolute;
        top:5px;
        left:0px;
        margin:0px;
        padding:0px 10px;
        background-color:#ffffff;
		border: 1px solid #bbbbbb;
        height:23px;
        overflow:hidden;
}
.small_upload .fileUploadQueueItem {
        width:180px;
        border:none;
        font-size:10px;
        padding:3px;
        margin-top:0px;
}

.small_upload .filesUploaded {
        border:none;
        background-color:#F5F5F5;
        margin: -5px 0 10px; 0;
        padding:0 0 5px 10px;
        width:220px;
        line-height:0.8em;
}

.small_upload .fileUploadQueueItem {
	position: relative;
	color: #ffffff;
}

.small_upload .fileUploadProgress {
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff url(../../images/ecampaign/working.gif) 0 0 no-repeat;
	margin-top:0px;
	height:24px;
	border:0;
}

.small_upload .fileUploadProgressBar { background:none;}

.small_upload .fileUploadQueueItem .cancel {
	position: absolute;
	right: 5px;
	top: 0;
}

.fileUploaderBtn { width:120px;}
.small_upload .fileUploaderBtn { width:100px;}
.small_upload .browseButton { width:290px;}
.small_upload .fileName { display:none;}

.modal_container_2,
.modal_container {
	background-color: #fff;
	padding: 10px 5px;
	overflow: auto;
	//overflow: visible;
}

/************** User Modal *****************************/

.usermodal {
        border:none;
        padding:10px;
        background: transparent url(../../images/grey_border.png) repeat;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
}

.usermodal .titlebar {
        background-color:#cfcfcf;
        border-bottom:none;
}

.usermodal .modal_container {
}

.usermodal .jqmClose {
        background: transparent url(../../images/icon_close_grey.gif) no-repeat;
        margin: 3px 10px 0 0;
}

/******************************************/

/********** CSS for ecommerce options in modal ****/

.ec_usermodal {
        border:none;
        padding:10px;
        background: transparent url(../../images/orange_border.png) repeat;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
}

.ec_usermodal .titlebar {
        background-color:#cfcfcf;
        border-bottom:none;
}

.ec_usermodal .jqmClose {
        background: transparent url(../../images/icon_close_grey.gif) no-repeat;
        margin: 3px 10px 0 0;
}

.ec_usermodal .ecommerce {
    padding: 0 20px 20px;
}

.ec_usermodal .ecommerce .option_form .anoption, .ecm_product .option_form .anoption {
	float: left;
	clear: both;
	width: 100%;
}

.ec_usermodal .ecommerce .option_form .anoption label, .ecm_product .option_form .anoption label {
	font-size: 11px;
	float: left;
    font-family: 'helvetica neue',helvetica,arial,sans-serif;
    font-weight: bold;
    max-height: 60px;
    padding: 0;
    text-align: right;
    vertical-align: top;
    width: auto;
}

.ec_usermodal .ecommerce .option_form .anoption .option_label, .ecm_product .option_form .anoption .option_label {
	clear: none;
    display: block;
    float: left;
    height: auto;
    min-height: 0;
    padding: 5px 15px;
	width: 80px;
}

.ec_usermodal .ecommerce .option_form span.required, .ecm_product .option_form span.required {
	font-size: 12px;
	color: #B70117;
}

.ec_usermodal .ecommerce .option_form .anoption .option_description, .ecm_product .option_form .anoption .option_description {
	float: left;
    font-size: 11px;
    font-style: italic;
    padding: 5px 15px;
}

.ec_usermodal .ecommerce .option_form .anoption .option_input, .ecm_product .option_form .anoption .option_input {
	clear: none;
    display: block;
   /* float: left;*/
    height: auto;
    min-height: 0;
    padding: 5px 15px;
    width: auto;
}

.ec_usermodal .ecommerce .option_form .anoption .option_input select, .ecm_product .option_form .anoption .option_input select {
	font-size: 11px;
    padding: 3px;
    width: auto;
}

.ec_usermodal .ecommerce .option_form .anoption .option_input input[type="text"], .ec_usermodal .ecommerce .option_form .anoption .option_input textarea,
.ecm_product .option_form .anoption .option_input input[type="text"], .ecm_product .option_form .anoption .option_input textarea {
	font-size: 11px;
    padding: 3px;
	width: 200px;
}

.ec_usermodal .ecommerce .option_form .anoption .option_input textarea, .ecm_product .option_form .anoption .option_input textarea {
	height: 100px;
}

.ec_usermodal .ecommerce .option_form .anoption .option_input input[type="text"], .ec_usermodal .ecommerce .option_form .anoption .option_input textarea, .ec_usermodal .ecommerce .option_form .anoption .option_input select,
.ecm_product .option_form .anoption .option_input input[type="text"], .ecm_product .option_form .anoption .option_input textarea, .ecm_product .option_form .anoption .option_input select {
    background-color: #FFFFFF;
    border: 1px solid #B0AFB2;
    border-radius: 3px 3px 3px 3px;
    line-height: 12px;
    margin-right: 5px;
}


/***** end of CSS for ecommerce options in modal ****/

.button_set { 
	clear:both; 
	height:42px;
}

.button_set a { 
	height: 32px;
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
	float:left;
	font-size:11px;
	text-decoration:none;
}
#popup_container #content .button_set a { color:#15428b; }
.button_set a.span1{ 
	position: relative;
	display: block; 
	white-space: nowrap;
	height: 32px;
}

.button_set a.left_button { background: transparent url(../../images/logicone/button_first_left.png) no-repeat top left;}
.button_set a.middle_button, .button_set a.right_button { background: transparent url(../../images/logicone/button_next_left.png) no-repeat top left; }
.button_set a.left_button, .button_set a.middle_button, .button_set a.right_button { 
	padding: 0px;
	padding-left:15px;
	margin-right:-2px; 
	text-align: center;
	float:left;
}

.button_set a.left_button .span1, .button_set a.middle_button .span1 { background: transparent url(../../images/logicone/button_first_right.png) no-repeat top right;}
.button_set a.right_button .span1{ background: transparent url(../../images/logicone/button_last_right.png) no-repeat top right; }
.button_set a.left_button .span1, .button_set a.middle_button .span1, .button_set a.right_button .span1 { 
	padding: 9px 15px 5px 0px;	
	height:32px;
	float:left;
}
.button_set a.left_button:hover, .button_set a.middle_button:hover, .button_set a.right_button:hover { background: transparent url(../../images/logicone/button_left_hover.png) no-repeat top left;}
.button_set a.left_button:hover .span1, .button_set a.middle_button:hover .span1, .button_set a.right_button:hover .span1 { background: transparent url(../../images/logicone/button_right_hover.png) no-repeat top right;}
.button_set a.left_button:active, .button_set a.middle_button:active, .button_set a.right_button:active { background: transparent url(../../images/logicone/button_left_active.png) no-repeat top left;}
.button_set a.left_button:active .span1, .button_set a.middle_button:active .span1, .button_set a.right_button:active .span1 { background: transparent url(../../images/logicone/button_right_active.png) no-repeat top right;}

.button_set a.left_button.inactive, .button_set a.left_button.inactive:hover { background: transparent url(../../images/logicone/button_first_left_inact.png) no-repeat top left;}
.button_set a.middle_button.inactive, .button_set a.right_button.inactive, .button_set a.middle_button.inactive:hover, .button_set a.right_button.inactive:hover { background: transparent url(../../images/logicone/button_next_left_inact.png) no-repeat top left; }

.button_set a.left_button.inactive .span1, .button_set a.middle_button.inactive .span1, .button_set a.left_button.inactive:hover .span1, .button_set a.middle_button.inactive:hover .span1 { background: transparent url(../../images/logicone/button_first_right_inact.png) no-repeat top right; cursor:text;}
.button_set a.right_button.inactive .span1, .button_set a.right_button.inactive:hover .span1{ background: transparent url(../../images/logicone/button_last_right_inact.png) no-repeat top right; cursor:text;}
/*------------------------------------------------------------------------*/

.sitetabs.ui-tabs { padding: .5em; zoom: 1; width: auto;}
.sitetabs.ui-tabs .ui-tabs-nav { list-style: none; background:none; border: none; float:left; border-bottom: 1px solid #999999; line-height:normal; padding:0; width:100%; margin: 0; }
.sitetabs.ui-tabs .ui-tabs-nav li {  font-weight: normal; position: relative; float: left; border: 0; border-bottom-width: 0 !important; margin: 0 0 0 0; padding: 3px 12px 5px 12px; background: none;  }
.sitetabs.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .0em 0.2em; font-size: 15px; font-weight: normal; color: #206BAE;}	
.sitetabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 5px; border: 1px solid #999999;border-bottom: 1px solid white !important; margin-bottom: -1px;  background: none;}
.sitetabs.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; color: #000000; font-weight: bold;}
.sitetabs.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... */
.sitetabs.ui-tabs .ui-tabs-panel { background:none; border: none; clear:both; margin:0; padding:15px 5px 5px 5px;  }
.sitetabs.ui-tabs .ui-tabs-hide { display: none !important; }
.sitetabs.ui-corner-all {  -moz-border-radius: 0; }
.sitetabs.ui-widget-content { background: none; border: none; }

/********************* jqupload ***********************************************/
.jqupload {
	width:97%;
	#width:95%;
	height:auto;
	background:url(../../images/uploader/uploader_bg.png) top left repeat;
	border:1px solid #b7b7b7;
	padding:14px 10px 13px 10px;
	position:relative;
	margin-left:0;
}

.jquploadSimple {
	background:none !important;
	border:none !important;
}

.jqupload .span16 {
	float:right;
	display:block;
	width:100%;
}

.jqupload .fileupload-message {
	float:left;
	min-height:42px;
	line-height: 41px;
	margin-left:2%;
	margin-top:2px;
	text-shadow: 1px 1px #ffffff;
	font-size: 12px;
}

.jqupload .fileupload-message span{
	float: right;
    margin-left: 8px;
}

.jqupload .fade {
	-webkit-transition:opacity 0.15s linear;
	-moz-transition:opacity 0.15s linear;
	-ms-transition:opacity 0.15s linear;
	-o-transition:opacity 0.15s linear;
	transition:opacity 0.15s linear;
	opacity:0;
}

.jqupload .fade.in{opacity:1;}

/*jqupload - start upload btn*/
.jqupload .file-upload-left{
	height: 43px;
	width:142px;
	position:relative;
	overflow: hidden;
	float: left;
}

.jqupload .file-upload-left .fileinput-button {
	background:url(../../images/uploader/upload-button.png) center right no-repeat;
	height: 43px;
	width:142px;
	cursor: pointer;
	float: left;
	margin-top: -2px;
	overflow: hidden;
}

.jqupload .file-upload-left .fileinput-button input {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-transform: translate(-300px, 0pt) scale(4);
    border-color: transparent;
    border-style: solid;
    cursor: pointer;
    direction: ltr;
    opacity: 0;
	border-left-width: 280px!important;
    top: 0;
	height: 43px;
	width: 141px;
	right:-60px;
	//position: absolute; /* target ie 7*/
}

.jqupload .file-upload-left .btn {
    border-style: solid;
    color: #333333;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.jqupload .file-upload-left .btn-success, 
.jqupload .file-upload-left .btn-success:hover {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/*jqupload - end upload btn*/

.jqupload .fileinput-button span {
	line-height: normal;
}

.jqupload .progressbar,
.jqupload .progressbar div {
  width: 200px;
  height: 20px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
   background-color: #fff;
}

.jqupload .progressbar div {
  width: auto;
  background: url(../../images/uploader/pbar-ani.gif);
}

.jqupload .fileupload-buttonbar {
	float:left;
	width:100%;
	position:relative;
}

.jqupload .buttonbar_cancel{
	float:left;
	width:20%;
}

.jqupload .buttonbar_delete{
	float:left;
	width:18%;
}

.jqupload .fileupload-buttonbar .cancel,
.jqupload .fileupload-buttonbar .delete,
.jqupload .info {
	border: none;
	float:left;
	display:block;
	height:32px;
	line-height:15px;
	padding:0px;
	background:none;
	color:#3298CB;
	/*width:30%;*/
}

.jqupload .danger {
	background:url(../../images/uploader/cancel_grey.png) center right no-repeat;
	height:20px;
	width:16px;
	padding-top: 10px;
	float:right;
	cursor:pointer;
}

.jqupload .danger:hover {
	background:url(../../images/uploader/cancel_red.png) center right no-repeat;
}

.jqupload .buttons {
	float: left;
	width:100%;
	padding-top:10px;
	text-align:right;
}

.jqupload .toggleFile {
   margin:2px 0 0 50px;
   float:right!important;
}

.jqupload .toggle {
	padding-left: 10px;
	float:right!important;
	margin: 10px 0 0 0;
}

.jqupload .zebra-striped {
	float:left;
	width:100%;
}

.jqupload .row {
	width: 100%;
	display:block;
	position:relative;
}

.jqupload .files {
  border-collapse: collapse;
  float:left;
  width:100%;
}

.jqupload .files table,
.jqupload .files tr {
	width: 100%;
	float:left;
}

.jqupload .files td {
  padding: 5px 8px 5px 0;
  border-spacing: 5px;
  vertical-align:middle;
  float:left;
  margin-top: 15px;
}

.jqupload .files img {
  border: none;
}

.jqupload .files .preview {
	width: 80px;
	float:left;
	margin-top: 0px;
}

.jqupload .files .name {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	width:30%;
	float: left;
}

.jqupload .files .name a:hover {
	text-decoration: underline;
}

.jqupload .errorFile {
	width:20%;
}

.jqupload .cancel.file {
	display: none;
}

.jqupload  .delete.file {
	float:left;
	width:18%;
}

.jqupload .files .size {
	width:11%;
}

.jqupload .files .delete {
	float:left;
	text-align:right;
	padding:0!important;
}

.jqupload .first_row .delete:hover,
.jqupload .first_row .cancel:hover {
	text-decoration:underline;
	cursor: pointer;
}

.jqupload .fstrow_prev ,
.jqupload .fstrow_name ,
.jqupload .fstrow_size
{
	margin-top:0px!important;
}

.jqupload .fstrow_cancel ,
.jqupload .fstrow_delete
{
	margin-top:0px!important;
	padding-top:0px!important;
	padding-bottom:0px!important;
}

/*overrides*/

/*target chrome and safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.jqupload .toggle {
		margin-top:10px;
	}
	
	.jqupload .fileupload-message span{
		float: none;
	}
	
	.jqupload .fileupload-message img{
		float: left;
	}
}

/*target IE 8*/
@media \0screen {
	.jqupload .file-upload-left .fileinput-button input {
		position: absolute;
	}
}

/********************* end jqupload ******************************************/

.mapEmbed2 {
    border: 1px solid #000000;
    height: 500px;
    margin-bottom: 20px;
    width: 100%;
}

input[type="text"], input[type="password"], textarea, select { 
    outline: none;
	
}

.orange_word {
	color: #0196d0;
}

.orange_word_with_paddings {
	min-height: 37px;
	margin: 0!important;
    padding: 19px 15px 4px 17px;
	color: #0196d0!important;
}


#ticker   { 
	min-height: 100px; 
	position: relative;
}

#ticker .cursor {   display: none; }

#ticker h1,
#ticker h2,
#ticker h3,
#ticker h4,
#ticker h5,
#ticker h6,
#ticker p {
	float: left;
	margin: 0 0 15px 0;
}
 
#ticker span {
	width: 100%;
	float: left;
}

.cc_container {
	font-family: Arial !important;
	font-size: 13px !important;
	color: #696969 !important;
	opacity: 0.9;
}

.cc_container .cc_btn, 
.cc_container .cc_btn:visited {
	color: #fff !important;
	font-weight: 600;
	line-height: 44px;
	background-color: #018cc4 !important;
	border-radius: 3px !important;
	-webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
}

.cc_container .cc_btn:hover, 
.cc_container .cc_btn:active {
	background-color: #027dae !important;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
}