/******************************************************** PHPBB *************/
/*
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
*/
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
/*
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }
*/
/* This is the outline round the main forum tables */
/*.forumline	{ background-color: red; border: 2px #006699 solid; }*/
.forumline	{ 
	border: 0px;
}

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(templates/subSilver/images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(templates/subSilver/images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
/*	font-weight: bold; border: 13px solid #FFFFFF; height: 28px;*/
}
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 1px; }
th.thCornerR { border-width: 0px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font: bold 19px Tahoma, sans-serif;
	text-decoration: none; line-height : 120%; color : #333333;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 11px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.bodyline .mainmenu		{ font-size : 11px; color : #000000; background: #FFFFFF;}
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 11px; color : #000000; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: 11px; font-family: Tahoma, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}


/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
/* Fancy form styles for IE */

input, textarea, select {
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;  
}


input.button {
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;  
}

.postbody { line-height: 18px} 

/********************************* CHAT *************************/
.online_list {
	color: black;
	border: 1px solid #CCCCCC;
	font: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	width: 100px;
	background: #c5e3ff;
	height: 170;
	overflow: scroll;
}
.menubar {
	color: black;
	background: url(./themes/x7chat2/button.gif);
	text-align: center;
	font-size: 12px;
	font-family: arial, helvetica, verdana, sans-serif;
	cursor: hand;
	cursor: pointer;
}
.menubar_hover {
	color: black;
	background: url(./themes/x7chat2/button_over.gif);
	text-align: center;
	font-size: 12px;
	font-family: arial, helvetica, verdana, sans-serif;
	cursor: hand;
	cursor: pointer;
}
.infobar {
	color: black;
	font-size: 12px;
	font-family: arial, helvetica, verdana, sans-serif;
}
.box_header {
	color: black;
	font-family: arial;
	font-size: 16px;
	background: #E0E0E0;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-weight: bold;
}
.box_body {
	color: #333333;
	font: 12px arial;
	background: #F0F0F0;
	border: 1px solid #CCCCCC;
	border-top: none;
	text-align: left;
}

.box_body TD{
	color: #333333;
	font: 12px Tahoma;
}
.info_box_body {
	color: black;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	background: #c5e3;
	border: 1px solid #CCCCCC;
	text-align: left;
}
.col_header {
	color: black;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url(./themes/x7chat2/colheader.gif);
	text-align: left;
	border: 1px solid #CCCCCC;
}
.dark_row {
	color: black;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	background: #D0D0D0;
	text-align: left;
	border-top: 1px solid #F0F0F0;
}
.inside_table {
	border: 1px solid #CCCCCC;
	border-top: none;
}

.ucp_cell {
	text-align: center;
	background: #F0F0F0;
	font-size: 10px;
	font-family: arial, helvetica, verdana, sans-serif;
	cursor: pointer;
	cursor: hand;
	border-bottom: 1px solid #CCCCCC;
	color: black;
}
.ucp_sell {
	text-align: center;
	background: #E0E0E0;
	font-size: 10px;
	font-family: arial, helvetica, verdana, sans-serif;
	cursor: pointer;
	cursor: hand;
	border-bottom: 1px solid #CCCCCC;
	color: black;
}
.ucp_bodycell {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font: 12px Tahoma;
	color: #333333;
	padding: 10px;
	text-align: left;
}
.ucp_table {
	border-top: 1px solid #CCCCCC;
	color: black;
}
.ucp_table2 {
	border-left: 1px solid #CCCCCC;
	color: black;
}
.ucp_divider{
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: black;
}

/************************* PAGES *******************************/
#page-content-top {
	width: 100%;
}

#page-content-topic {
	width: 50%;
	font: 19px Tahoma;
	color: #333333;
	padding-bottom: 10px;
}

#page-content-adv-topic {
	width: 50%;
	text-align: right;
	font: bold 12px Tahoma;
	color: #333333;
	padding-bottom: 10px;
}

#page-content-adv-topic A{
	color: #005DA8;
}

#page-content-description {
	width: 50%;
	font: 12px Tahoma;
	color: #333333;
	padding-bottom: 20px;
	line-height: 150%;
}

#page-content-description A {
	color: #005DA8;
}


/************************* ***************************************/
#guestbook .message-title {
	font: 12px Tahoma;
	color: #333333;
}

#guestbook .message-title A {
	color: #333333;
}

#guestbook .message {
	font: 11px Tahoma;
	color: #333333;
	padding: 5px 0 25px 0;
	line-height: 150%;
}

#guestbook .bottom-menu {
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
	font: 12px Tahoma;
	color: #333333;
}

#guestbook .bottom-menu A {
	font: bold 12px Tahoma;
	color: #005DA8;
}

#guestbook #form-note {
	font: bold 12px Tahoma;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

#guestbook .form-errors {
	padding-top: 20px;
	font: 12px Tahoma;
	color: #333333;
}

#guestbook .form-content {
	padding-top: 20px;
}

#guestbook .form-content .title{
	width: 150px;
	font: bold 12px Tahoma;
	color: #333333;
}

#guestbook .form-content .title-textarea{
	width: 150px;
	font: bold 12px Tahoma;
	color: #333333;
	padding-top: 5px;
	vertical-align: top;
}

#guestbook .form-content TD {
	padding-bottom: 4px;
}

#guestbook .form-content .input-text INPUT {
	height: 24px;
	width: 269px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	font: 12px Tahoma;
	color: #333333;
}

#guestbook .form-content TEXTAREA {
	height: 124px;
	width: 269px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	font: 12px Tahoma;
	color: #333333;
}

#guestbook .form-complete {
	font: 12px Tahoma;
	color: #333333;
}

#guestbook .form-complete A {	
	font-weight: bold;
	color: #005DA8;
}

/*************************************************************/
#news .news-short-title {
	font: 11px Tahoma;
	color: #333333;
	line-height: 150%;
}

#news .news-short-title A {
	color: #333333;
}

#news .news-short-description {
	font: 11px Tahoma;
	color: #333333;
	padding-bottom: 25px;
	line-height: 150%;
}

#news .read-more{
	font: 11px Tahoma;
	padding-top: 5px;
}

#news .read-more A {
	color: #005DA8;
}

#news .return{
	font: 11px Tahoma;
	padding-bottom: 5px;
}

#news .return A {
	color: #005DA8;
}

#news .news-title{
	font: 19px Tahoma;
	padding-bottom: 2px;
}

#news .news-date{
	font: 14px Tahoma;
	padding-bottom: 5px;
}

#news .news-description {
	font: 12px Tahoma;
	color: #333333;
	padding-bottom: 35px;
	line-height: 150%;
}

#news .other-news .read-more-news {
	padding-bottom: 5px;
}
#news .other-news .topic {
	font: bold 12px Tahoma;
	color: #333333;
	padding-bottom: 5px;
}

#news .other-news .title {
	font: 11px Tahoma;
	color: #333333;
}

#news .other-news .title A{
	color: #005DA8;
}

#vacancies {
	padding: 0px 0 0px 0;
}

#vacancies .title {
	font: bold 12px Tahoma;
	color: #333333;
	padding: 0px 10px 5px 10px ;
}

#vacancies .description {
	font: 11px Tahoma;
	color: #333333;
	padding: 0px 0px 20px 10px ;
}
#vacancies .description A {
	color: #005DA8;
}

#vacancies TD {
	vertical-align: top;
}

#vacancies .hr {
	height: 20px;
	border-top: 1px solid #CCCCCC;
}

/*****************************************************************************************/

#gallery {
	padding-top: 20px;
}

#gallery-section {
}

#gallery .photo-section {
	padding: 0px 20px 40px 20px;
	vertical-align: top;
	text-align: center;
}

#gallery .photo-frame{
	height: 105px;
	width: 105px;
	border: 1px solid #E0E0E0;
	text-align: center;
	background: #FAFAFA;
}

#gallery .photo-description {
	padding-top: 10px;
	text-align: center;
	font: 11px Tahoma;
}

#gallery .photo-description A {
	color: #005DA8;
	line-height: 150%;
}

#gallery IMG {
	border: 0px;
}

/********************************* SHOPPING CART *************************/

#section-title {
	font: bold 12px Tahoma;
	padding: 4px;
	background: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
}

#section-title A {
	color: #333333;
}

h1
{ font-family:		Tahoma;
  font-size:		18px;
  color:			black;
}
.small
{ font-size:		10px;
}
.faq
{ font-size:		13px;
}
.big
{ font-size:		18px;
  text-decoration:		none;

}
.cat
{ font-size:		12px;
	color: #006699;
}
.standard
{ font-weight:		normal;
}
.light
{ color:			#006699;
}
.lightsmall
{ 
	color:			#006699;
  font-size:		10px;
}
.lightstandard
{ color:			#006699;
  font-weight:		normal;
}
.middle
{ color:			#F0B5B5;
}
.cart
{ font:		bold 12px Tahoma;
  margin:			1px;
  color:			#333333;
  border: 0;

}