/*

  FREETIMERS INTERNET CSS
  =======================

*/

/********************* BEGIN CSS ****************************/

body, td, th, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #148ED8;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
}
a.searchtxt:hover {
	color: #FF9900;
}

a img
{
border: 0px;
}

.tablez table td {
  width: 300px;
  margin: auto;
}

input, textarea {
  border: 1px solid #148ED8;
  background: white;
  color: 148ED8;
}

img.freecap {
  border: 1px solid #148ED8;
}
/************************ MAIN ******************************/

#mainContainer {
	margin: 8px;
	width: 950px;
	border-style: solid;
	border-color: #77C2E1;
	border-width: 1px;
	min-height: 900px;
	text-align: left;
}
.pageTitle {
	font-family: Verdana;
	font-size: 14px;
	color: #148ED8;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div {
	/*border: 1px solid red;
*/
}

.rightColumn {
	float: right;
	width: 150px;
	margin: 0px;
	padding: 0px;
	/*margin-right: 7px;
*/
	z-index: 2;
}


.centerColumn {
    width: 580px;
    margin-right: 120px;
    margin-left: 180px;
}

/*********************** HEADER *****************************/

#headerContainer {
	padding: 0px;
	margin: 0px;
	width: 950px;
	clear: both;
	height: 223px;
	background: url(../images/homepage_header_2.jpg);
}
.address {
	color: #000099;
	height: 120px;
	text-align: center;
	width: 200px;
	padding-top: 42px;
	float: left;
}
.flash {
	height: 135px;
	width: 450px;
	margin-left: 35px;
	padding-top: 30px;
	float: left;
}

/*********************** RIGHT ******************************/


.searchform {
	margin-left: 5px;
	margin-top: 5px;
}
.inputbox {
	width: 123px;
	height: 22px;
	font-size: 10px;
	padding: 3px;
	border: #77c2e1;
	border-color: #77c2e1;
	border-style: solid;
	border-width: 1px;
	color: #148ED8;
	margin: 3px;
}
.selectbox {
	font-size: 10px;
	padding: 3px;
	border: #77c2e1;
	border-color: #77c2e1;
	border-style: solid;
	border-width: 1px;
	color: #148ED8;
	margin: 3px;
	width: 131px;
}
a.searchtxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #148ED8;
	margin-left: 2px;
}
.submitbutton {
	font-size: 10px;
	color: #148ED8;
	border: #77c2e1;
	border-color: #77c2e1;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	width: 35px;
	margin-top: 3px;
}
#linksstyle {
	margin-left: 11px;
	font-weight: bold;
}
#linksstyle .a {
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	text-indent: 2px;
	color: #148ED8;
	font-size: 12px;
	text-decoration: none;
}
#linksstyleright {
	margin-left: 15px;
	font-weight: bold;
	margin-top: 5px;
}
#linksstyle .a {
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	text-indent: 2px;
	color: #148ED8;
	font-size: 12px;
	text-decoration: none;
}

/*********************** MIDDLE *****************************/

p.p_centerColumn {
	margin-bottom: 0px;
	margin-top: 5px;
}
.author {
	font-weight: bold;
}
.news {
	float: left;
	font-weight: bold;
	text-decoration: underlined;
}
.news2 {
	float: right;
	font-weight: bold;
	text-decoration: underlined;
}
#newsContainer {
	width: 560px;
	height: 20px;
	float: left;
}

/*********************** LEFT *******************************/

.leftColumn {
	float: left;
	width: 160px;
	margin-left: 3px;
	margin-right: 10px;
	z-index: 1;
}
p.leftmenu {
	margin-left: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/******************* VERTICAL LEFT MENU **************************/

#menuvertical_left {
	margin-top: 10px;
	padding-left: 0px;
	margin-left: 7px;
}
#vertical_left {
	width: 140px;
}
#vertical_left ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}
#vertical_left li {
	/*position: relative;*/
	color: #148ED8;
	width: 140px;
}
#vertical_left li a {
	display: block;
	text-decoration: none;
	line-height: 18px;
	color: #148ED8;
}
#vertical_left li a:hover {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #FF9900;
}
#vertical_left li ul {
	height: auto;
	position: absolute;
	left: -999em;
	margin-left: 129px;
	margin-top: -20px;
	color: #fff;
}
#vertical_left li ul ul {
	left: -999em;
}
#vertical_left li a {
	display: block;
	/* w\idth: 110px;
*/
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	text-indent: 2px;
}
#vertical_left li a:hover {
}
#vertical_left li:hover ul ul, #vertical_left li:hover ul ul ul, #vertical_left li.sfhover ul ul, #vertical_left li.sfhover ul ul ul {
	left: -999em;
	color: rgb(0,0,0);
}
#vertical_left li:hover ul, #vertical_left li li:hover ul, #vertical_left li li li:hover ul, #vertical_left li.sfhover ul, #vertical_left li li.sfhover ul, #vertical_left li li li.sfhover ul {
	left: auto;
}
#vertical_left li ul li a {
	background: #77C2E1;
	padding: 2px;
	color: #fff;
}
#vertical_left li ul li a:hover {
	/*background: #8CBDEF;*/
	background: #ADDAED;
	color: #fff;
}
/******************************************************************/
/******************* VERTICAL RIGHT MENU **************************/
/******************************************************************/
#menuvertical_right {
	margin-top: 10px;
	margin-left: 5px;
}
#vertical_right, #vertical_right ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 130px;
}
#vertical_right li {
	position: relative;
	width: 130px;
	color: #148ED8;
}
#vertical_right li a {
	display: block;
	width: 130px;
	text-decoration: none;
	line-height: 18px;
	color: #148ED8;
}
#vertical_right li a:hover {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #FF9900;
}
#vertical_right li ul {
	position: absolute;
	left: -999em;
	margin-left: -163px;
	margin-top: -20px;
	color: #fff;
}
#vertical_right li ul ul {
	left: -999em;
}
#vertical_right li a {
	display: block;
	width: 150px;
	/* w\idth: 110px;
*/
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	text-indent: 10px;
}
#vertical_right li a:hover {
}
#vertical_right li:hover ul ul, #vertical_right li:hover ul ul ul, #vertical_right li.sfhover ul ul, #vertical_right li.sfhover ul ul ul {
	left: -999em;
	color: rgb(0,0,0);
}
#vertical_right li:hover ul, #vertical_right li li:hover ul, #vertical_right li li li:hover ul, #vertical_right li.sfhover ul, #vertical_right li li.sfhover ul, #vertical_right li li li.sfhover ul {
	left: auto;
}
#vertical_right li ul li a {
	background: #77C2E1;
	padding: 2px;
	color: #fff;
}
#vertical_right li ul li a:hover {
	background: #8CBDEF;
	color: #fff;
}

/****************** HORIZONTAL MENU *************************/

#horizontal, #horizontal ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}
#horizontal a {
	display: block;
	width: 10em;
}
#horizontal a:hover {
	display: block;
	width: 10em;
	background: blue;
}
#horizontal li {
	float: left;
	width: 10em;
}
#horizontal li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#horizontal li:hover ul {
	left: auto;
}
#horizontal li:hover ul, #horizontal li.sfhover ul {
	left: auto;
}

/************************ FOOT ******************************/

#freetimersFooter {
	clear: both;
	text-align: center;
}
/* navigation */
#menu {
	background-image: url(../images/menu-bg.jpg);
	color: #EBF3FC;
	line-height: 29px;
	height: 29px;
	margin-top: -29px;
}
#nav, #nav ul {
	padding: 0px;
	margin: 0px;
	margin-left: 18px;
	margin-right: 8px;
	list-style: none;
}
#nav li {
	float: left;
	font-size: 9px;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
	color: #EBF3FC;
	padding: 0px 15px 0px 0px;
}
#nav a {
	display: block;
	color: EBF3FC;
	font-size: 12px;
	text-decoration: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
#nav li ul {
	position: absolute;
	left: -999em;
}
#nav li:hover ul {
	left: auto;
}
#nav li ul, #nav li ul li {
	width: 150px;
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 12px;
}
#nav li ul li a {
	background: #4A9CDE;
	padding: 6px;
}
#nav li ul li a:hover {
	background: #8CBDEF;
}
hr {
	display: block;
	border-style: solid;
	border-color: #77C2E1;
	border-width-top: 1px;
	border-width-bottom: 0px;
	border-width-right: 0px;
	border-width-left: 0px;
}
.thermoPictures {
	float: left;
	width: 110px;
	margin-top: 5px;
	height: 120px;
}
.thermoHyper {
	float: left;
	width: 200px;
	height: 40px;
	text-align: center;
	margin-top: 5px;
	background: #1E91D4;
}
.thermoHyper a {
	color: white;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
}
.thermoHypertTwo {
	float: left;
	width: 200px;
	height: 40px;
	text-align: center;
	margin-top: 5px;
	font-size: 15px;
	line-height: 40px;
	background: #6EBFEA;
	color: white
}

/**************** SEARCH AND BASKET INFO ********************/

#searchAndBasket {
	height: 30px;
	font-size: 13px;
	color: #567089;
}
#searchAndBasket .right {
	text-align: left;
	padding-right: 40px;
	padding-top: 5px;
	text-align: right;
	font-weight: bold;
	color: #567089;
}
#searchAndBasket .right a {
	color: #567089;
	text-decoration: none;
}
#searchAndBasket .left {
	float: left;
	padding-left: 10px;
	padding-top: 5px;
}
#searchAndBasket .left input, #searchAndBasket .left select {
	border: 1px solid #C4C7D4;
	font-size: 11px;
	color: #567089;
	margin-right: 5px;
	width: 150px;
}
#searchAndBasket .left .submit {
	border: 1px solid #ccc;
	background: #FFF;
	width: auto;
}
/* shopping cart */
.shoppingCart {
}
.shoppingCart .theBasket {
	width: 510px;
	*width: 540px;
	margin: auto;
	text-align: left;
}
.shoppingCart .tableHeader {
	background: #FFFFFF;
	color: #6A8097;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-color: #B7EF49;
}
.shoppingCart th, .shoppingCart td {
	padding: 4px;
	margin: 0;
}
.shoppingCart th, .shoppingCart td, .shoppingCart input, .shoppingCart select {
	font-size: 11px;
}
.shoppingCart .tableHeader th {
	background: #FFFFFF;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-color: #B7E4F9;
}
.shoppingCart td {
	background: #FCFCFC;
}
.shoppingCart .alternateCell td {
	background: #B7E4F9;
}
.basketTable {
	border-collapse: collapse;
}
.basketTable td {
	padding: 3px;
}
#rangeDetails .addToBasket {
}
#rangeDetails .addToBasket input {
	font-size: 11px;
}
.addToBasket input {
	font-size: 9px;
}
.pageContent {
	padding: 0px;
	margin: 0px;
}

.easy_buy_title
{
	padding-top:			5px;
	border-style: 			solid;
	border-top-width: 		0px;
	border-left-width: 		0px;
	border-right-width: 	0px;
	border-bottom-width: 	1px;
	border-color: 			#B7E4F9;
}
