/*
[2007-05-15]
Created by Matej
Contains all style definitions for the page layout
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1a1478;
	background: #e3e3e3 url(../images/bg.gif) repeat-x top left;
}
div {
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #1a1478;
}
a:hover {
	text-decoration: underline;
}
b, strong {
	font-weight: bold;
}

/*------------ page positioning start ------------*/
div#pageWraperHome {
	background: #e3e3e3 url(../images/homebg.gif) repeat-x top left;
}
div#pageWraper {
	width: 948px;
	margin: auto;
	padding: 0;
	background: #FFFFFF;
}
div#pageWraper div#header {
	width: 890px;
	padding: 14px 29px 26px 29px;
}
div#pageWraper div#center {
	width: 890px;
	padding: 0 29px 0 29px;
}
div#pageWraper div#footer {
	width: 856px;
	padding: 0 46px 27px 46px;
}
div#pageWraper div#left {
	float: left;
	width: 640px;
	margin: 0 18px 0 18px;
}
div#pageWraper div#right {
	float: left;
	width: 200px;
	padding: 0 14px 0 0;
}
div#pageWraper div#homeleft {
	float: left;
	width: 426px;
	margin: 0 18px 0 18px;
}
div#pageWraper div#homemiddle {
	float: left;
	width: 200px;
	padding: 0 14px 0 0;
}
/*------------ page positioning end ------------*/
/*------------ footer start ------------*/
div#footerholder {
	text-align: right;
	color: #32c5fb;
	padding-top: 39px;
	background: url(../images/footer_bg.gif) repeat-x top left;
	font-size: 11px;
}
div#footerholder a {
	color: #32c5fb;
	text-decoration: none;
}
div#footerholder a:hover {
	text-decoration: underline;
}
/*------------ footer end ------------*/
/*------------ header start ------------*/
/*div#headspacer1 {
	background: #32c5fb;
	height: 6px;
}*/
div#headimageholder {
	height: 192px;
	border-bottom: solid 1px #ffffff;
	border-top: solid 6px #32c5fb;
}
div#headimage {
	height: 192px;
	width: 667px;
	float: left;
	background: url(../images/header.jpg) no-repeat top right;
}
div#headcontact {
	height: 172px;
	width: 202px;
	float: left;
	padding: 10px;
	padding-top: 10px;
	border-left: solid 1px #ffffff;
	background: url(../images/headcontact.jpg) no-repeat top right;
}
div#headmenuholder {
	height: 26px;
}
div#homeheadmenuholder {
	height: 192px;
width: 900px;	
border-bottom: solid 1px #ffffff;
	border-top: solid 6px #32c5fb;
}
div#homeheadimage {
	height: 192px;
	width: 736px;
	float: left;
	background: url(../images/header_home.jpg) no-repeat top right;
}
div#homeheadcontact {
	height: 172px;
	width: 133px;
	padding: 10px;
	float: left;
	border-left: solid 1px #ffffff;
	background: url(../images/headcontacthome.jpg) no-repeat top right;
}
div#phone {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #d70c0c;
	font-weight: bold;
	font-size: 21px;
	line-height: 24px;
	width: 190px;
	padding-top: 110px;
}
div#contactwhite {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	text-align: right;
	width: 190px;
}
div#contactdesc {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	width: 100px;
	margin-top: 20px;
}
/*------------ header end ------------*/
/*------------ content frames start ------------*/
div.cframe {
	width: 100%;
	font-size: 11px;
}
div.cframe div.chead {
	height: 29px;
	background: url(../images/cbg.gif) repeat-x top left;
}
div.cframe div.cheadl {
	height: 29px;
	background: url(../images/cbg_l.gif) no-repeat top left;
}
div.cframe div.cheadl div.cheadr {
	height: 21px;
	padding: 8px 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #139cce;
	text-transform: uppercase;
	background: url(../images/cbg_r.gif) no-repeat top right;
}
div.cframe div.cheadl div.cheadblue {
	padding: 8px 0 0 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #179ecf;
}
div.cframe div.cheadl div.cheadblue a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #179ecf;
	text-decoration: underline;
}
div.cframe div.cheadl div.cheadblue a:hover {
	text-decoration: noone;
}
div.cframe div.ccontent {
	border-top: solid 1px #e2e1e1;
	border-left: solid 1px #e2e1e1;
	border-right: solid 1px #e2e1e1;
	padding: 20px 30px 20px 30px;
	line-height: 16px;
}
div.cframe div.ccontenthome {
	border-top: solid 1px #e2e1e1;
	border-left: solid 1px #e2e1e1;
	border-right: solid 1px #e2e1e1;
	line-height: 16px;
}
div.cframe div.ccontent1 {
	border-left: solid 1px #e2e1e1;
	border-right: solid 1px #e2e1e1;
	padding: 5px 10px 5px 10px;
	background: url(../images/ccontent1bg.gif) repeat-x bottom left;
	height: 103px;
}
div.cframe div.ccontent2 {
	border-left: solid 1px #e2e1e1;
	border-right: solid 1px #e2e1e1;
	padding: 5px 10px 5px 10px;
	background: url(../images/map.jpg) no-repeat top left;
	color: #ffffff;
	height: 103px;
}
div.cframe div.ccontent2 a {
	display: block;
	float: right;
	background: url(../images/buttonbg.gif) no-repeat top left;
	width: 17px;
	height: 17px;
	text-decoration: none;
}
div.cframe div.ccontent3 {
	border-left: solid 1px #e2e1e1;
	border-right: solid 1px #e2e1e1;
	padding: 5px 10px 5px 10px;
	background: url(../images/ccontent3bg.jpg) no-repeat top left;
	color: #ffffff;
	height: 103px;
}
div.cframe div.ccontent3 a {
	display: block;
	background: url(../images/buttonbg.gif) no-repeat top left;
	width: 17px;
	height: 17px;
	text-decoration: none;
}
div.cframe div.ccontent4 {
	border-left: solid 1px #e2e1e1;
	border-right: solid 1px #e2e1e1;
	padding: 5px 10px 5px 10px;
	background: url(../images/ccontent4bg.jpg) no-repeat top left;
	height: 103px;
}
div.cframe div.ccontent4 a {
	display: block;
	float: right;
	background: url(../images/buttonbg.gif) no-repeat top left;
	width: 17px;
	height: 17px;
	text-decoration: none;
}
div.cframe div.cfoot {
	border-left: solid 1px #e2e1e1;
	border-right: solid 1px #e2e1e1;
	border-bottom: solid 1px #e2e1e1;
	height: 11px;
	background: #e5f7fd;
	margin-bottom: 18px;
}
/*------------ content frames end ------------*/
/*------------ content pages start ------------*/
div.cframe div.ccontent #ccontent1holder {
	background: url(../images/ccontent1holder.gif) repeat-x top left;
	border-top: solid 6px #32c5fb;
	padding: 8px 13px 0 15px;
}
div.cframe div.ccontent #ccontent1holder #ccontenttab {
	background: url(../images/tabbg.gif) no-repeat top left;
	width: 547px;
	height: 35px;
}
div.cframe div.ccontent #ccontent1holder #ccontenttab a {
	display: block;
	float: left;
	width: 33%;
	height: 27px;
	line-height: 27px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #32c5fb;
	text-transform: uppercase;
	text-align: center;
}
div.cframe div.ccontent #ccontent1holder #ccontenttab span {
	display: block;
	float: left;
	width: 33%;
	height: 27px;
	line-height: 27px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #32c5fb;
	text-transform: uppercase;
	text-align: center;
	text-decoration: underline
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle {
	border-left: solid 1px #f5f5f5;
	border-right: solid 1px #f5f5f5;
	width: 489px;
	padding: 5px 28px 28px 28px;
	background: #ffffff;
}
div.cframe div.ccontent #ccontent1holder #ccontentbottom {
	width: 547px;
	height: 6px;
	background: url(../images/ccontentbottombg.gif) no-repeat top left;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.blueborderb {
	border-bottom: solid 1px #32c5fb;
	padding: 0 0 3px 0;
	line-height: 16px;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.blueborderb img {
	margin-right: 5px;
	float: left;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.blueborderb div#blueborderbl {
	float: left;
	width: 246px;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.blueborderb div.bbleft {
	float: left;
	width: 150px;
	height: 27px;
	font-weight:bold;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.blueborderb div.bbright {
	float: right;
	width: 65px;
	height: 28px;
	text-align: left;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.blueborderb div#blueborderbl div.even {
	height: 28px;
	line-height: 28px;
	padding-left: 15px;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.blueborderb div#blueborderbl div.odd {
	height: 27px;
	line-height: 27px;
	background: #e5f7fd;
	padding-left: 15px;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.blueborderb div#blueborderbr {
	float: right;
	width: 238px;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.blueborderb div#blueborderbr div#bordered {
	border: solid 1px #32c5fb;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.blueborderb div#blueborderbr div#bordered div#borderedtitl {
	border-bottom: solid 1px #32c5fb;
	height: 34px;
	line-height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #32c5fb;
	text-transform: uppercase;
	text-align: center;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.blueborderb div#blueborderbr div#bordered div#borderedcont {
	background: url(../images/borderedcontbg.gif) repeat-x top left;
	height: 90px;
	padding: 5px;
	text-align: right;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.blueborderb div#blueborderbr div#bordered div#borderedcont div#bignumber {
	font-size: 60px;
	line-height: 60px;
	height: 70px;
	font-weight: bold;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.nextlast {
	border-bottom: solid 1px #32c5fb;
	padding: 5px 0 5px 0;
	line-height: 16px;
	height: 46px;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.nextlast div.nextlasttop {
	height: 30px;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.nextlast div.nextlasttop a {
	text-decoration: underline;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.nextlast div.nextlasttop a:hover {
	text-decoration: none;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.nextlast div.nextlastl {
	float: left;
	width: 48%;
	color: #999999;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.nextlast div.nextlastr {
	float: right;
	width: 48%;
	text-align: right;
}
div.cframe div.ccontent div.ccontenttitl {
	background: #cbf0fd;
	line-height: 23px;
	height: 23px;
	padding: 0 5px 0 5px;
	margin-top: 11px;
}
div.cframe div.ccontent div.ccontenttitl div.ccontenttitll {
	float: left;
	height: 23px;
	color: #6d73a0;
}
div.cframe div.ccontent div.ccontenttitl div.ccontenttitlr {
	float: right;
	height: 23px;
	text-align: right;
}
div.cframe div.ccontent div.ccontentsub {
	border-bottom: solid 1px #cbf0fd;
	line-height: 23px;
	font-size: 10px;
}
div.cframe div.ccontent div.ccontentsub b {
	color: #ff0000;
}
div.cframe div.ccontent div.ccontentsub img {
	float: left;
	width: 115px;
	margin: 0 9px 8px 0;
	border: 0;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.ccontenother {
	border-bottom: solid 1px #32c5fb;
	line-height: 23px;
	height: 23px;
	font-size: 11px;
	padding-left: 20px;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.ccontenother a {
	display: block;
	float: left;
	color: #999999;
	text-decoration: underline;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.ccontenother img {
	float: left;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div#bookleft {
	float: left;
	width: 200px;
	height: 137px;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div#bookright {
	float: right;
	width: 284px;
	height: 137px;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div#bookright div.even {
	height: 28px;
	line-height: 28px;
	padding-left: 15px;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div#bookright div.odd {
	height: 27px;
	line-height: 27px;
	background: #e5f7fd;
	padding-left: 15px;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div#bookright div.bbleft {
	float: left;
	width: 130px;
	height: 27px;
	font-weight:bold;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div#bookright div.bbright {
	float: right;
	width: 130px;
	height: 28px;
	text-align: left;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.blueborderbig {
	border-bottom: solid 4px #32c5fb;
	padding: 5px 0 10px 0;
	line-height: 16px;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.blueborderbig div.bookleft1 {
	float: left;
	width: 340px;
	line-height: 18px;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.blueborderbig div.bookleft1 div.priceright {
	text-align: right;
	font-size: 20px;
	line-height: 24px;
	padding-top: 10px;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.blueborderbig div.bookleft1 div.priceright span {
	color: #FF0000;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.blueborderbig div.bookleft1 div.underpriceright {
	text-align: right;
	font-size: 10px;
	line-height: 16px;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.blueborderbig div.bookright1 {
	float: right;
	width: 130px;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div.blueborderbig div.bookright1 img {
	margin-right: 8px;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div#searchtitle {
	padding: 10px 15px 0 15px;
	display: block;
	line-height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #32c5fb;
	text-transform: uppercase;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div#searchbox {
	border-bottom: solid 1px #32c5fb;
	border-top: solid 1px #32c5fb;
	padding: 15px 15px 10px 15px;
	line-height: 16px;
	background: url(../images/searchboxbg.gif) repeat-x top left;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div#searchbox div.searchleft {
	float: left;
	width: 128px;
	font-weight: bold;
	line-height: 18px;
	height: 27px;
}
div.cframe div.ccontent #ccontent1holder #ccontentmiddle div#searchbox div.searchright {
	float: left;
	width: 320px;
	line-height: 18px;
	height: 27px;
}
div.cframe div.ccontent div.comenttitl {
	line-height: 30px;
}
div.cframe div.ccontent div.comenttitl a {
	text-decoration: underline;
}
div.cframe div.ccontent div.comenttitl a:hover {
	text-decoration: none;
}
span.grey {
	color: #999999;
}
div.tableleft {
	float: left;
	line-height: 23px;
	height: 23px;
	width: 167px;
	font-size: 11px;
}
div.tablemiddle {
	float: left;
	border-left: solid 1px #cbf0fd;
	padding-top: 3px;
	height: 20px;
	width: 31px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}
div.tablelast {
	float: left;
	border-left: solid 1px #cbf0fd;
	padding-top: 3px;
	height: 20px;
	width: 85px;
	font-size: 11px;
	text-align: center;
}
div.tableleft2 {
	float: left;
	line-height: 16px;
	width: 157px;
	font-size: 11px;
	padding-right: 10px;
}
div.tablelast2 {
	float: left;
	width: 385px;
	font-size: 11px;
}
div.tablemiddle1 {
	float: left;
	border-left: solid 1px #cbf0fd;
	height: 23px;
	line-height: 23px;
	width: 31px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}
div.formbottom {
	padding: 10px 0 10px 0;
	background: #f0fbff;
	border-top: solid 1px #0b1560;
	border-bottom: solid 1px #0b1560;
	margin: 0 0 10px 0;
}
div.homedesc {
	border-bottom: solid 1px #e2e1e1;
	padding: 1px 0 1px 0;
}
div.homedesc div.homedescleft {
	float: left;
	width: 107px;
	text-align: center;
	height: 34px;
}
div.homedesc div.homedescmiddle {
	float: left;
	width: 230px;
	text-align: left;
	padding: 0 5px 0 5px;
	line-height: 16px;
	height: 34px;
}
div.homedesc div.homedescright {
	float: left;
	width: 75px;
	text-align: right;
	font-weight: bold;
	line-height: 32px;
	height: 34px;
}
/*------------ content pages end ------------*/
/*------------ top menu start ------------*/
/*------------ menu start ------------*/
div.menuitem {
	width: 890px;
	padding-top: 3px;
	height: 23px;
	background: url(../images/menubg.gif) repeat-x top left;
}
div.menuitem ul {
	list-style: none;
	margin: 0;
	padding: 0;
	top: 0;
}
div.menuitem ul li {
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
	display:block;
	float:left;
}
div.menuitem a {
	display: block;
	height: 19px;
	padding-top: 4px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #139cce;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	background: url(../images/menuitmbg.gif) no-repeat top right;
	padding:0 12px 0 12px;
	max-width:190px;
}
div.menuitem a:hover {
	color: #ff0000;
}
div.menuitem div ul li {
	display: block;
	float: left;
	margin:0;
	padding:0;
}
div.menuitem div ul ul {
	z-index: 100;
	position: absolute;
	left: 0;
	top: 100%;
	width: 180px;
	border: solid 1px #32c5fb;
	padding: 10px 17px 10px 17px;
	z-index: 100;
	background: #FFFFFF;
}
div.menuitem div ul ul li {
	float: none;
}
div.menuitem div ul ul a {
	display: block;
	float: none;
	font-size: 11px;
	color: #1a1478;
	text-decoration: none;
	background: none;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	border-bottom: 0px solid #eee;
}
div.menuitem div ul ul a:hover {
	color: #32c5fb;
}
div.menuitem div ul ul,
div.menuitem div ul li:hover ul ul {
	display: none;
}

div.menuitem div ul li:hover ul,
div.menuitem div ul ul li:hover ul {
	display: block;
}
/*------------ menu end ------------*/
/*
div.menu {
	width: 890px;
	padding-top: 3px;
	height: 23px;
	background: url(../images/menubg.gif) repeat-x top left;
}
div.menu div.mitm {
	height: 23px;
	margin:0;
	padding:0;
	float:left;
	max-width:190px;
}
div.menu div.mitm div.imn1 {
	position:relative;
}
div.menu div.mitm a {
	display: block;
	height: 19px;
	padding-top: 4px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #139cce;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	background: url(../images/menuitmbg.gif) no-repeat top right;
	padding:0 12px 0 12px
}
div.menu div.mitm div.imn2 {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	display:none;
	z-index:50;
	width:180px;
	text-align:left;
	background: #FFFFFF;
	border: solid 1px #32c5fb;
	padding: 10px 17px 10px 17px;
	left:0;
	top:21px;
}
div.menu div.mitm div.imn2 div.imn3 {
	float:none;
	position:relative;
	height:24px;
	margin:0;
	list-style:none;
	line-height:24px;
	overflow:hidden;
	border-top:solid 1px #FFFFFF;
}
div.menu div.mitm div.imn2 div.imn3 a {
	display: block;
	float: none;
	font-size: 11px;
	color: #1a1478;
	text-decoration: none;
	background: none;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	padding:0;
}
div.menu div.mitm:hover div.imn2 {
	display:block;
}
div.menu div.mitm a:hover, div.menu div.mitm a.slct {
	color: #ff0000;
}
div.menu div.mitm a.last {
	border-right:none;
}*/
/*------------ top menu end ------------*/
/*------------ form definitions start ------------*/
form {
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
select.select1 {
	color: #1a1478;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 1px 0 1px 0;
	width: 160px;
	padding-top: 1px;
	padding-bottom: 1px;
}
select.select2 {
	color: #1a1478;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 1px 0 1px 0;
	width: 128px;
	padding-top: 1px;
	padding-bottom: 1px;
}
input.button {
	background: url(../images/buttonbg.gif) no-repeat center left;
	border: none;
	height: 17px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #139cce;
	padding: 0 0 0 19px;
	margin: 3px 0 1px 0;
}
a.redbutton {
	background: url(../images/buttonbg.gif) no-repeat center left;
	border: none;
	display: block;
	height: 17px;
	line-height: 17px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #139cce;
	padding: 0 0 0 19px;
}
textarea.commenttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1a1478;
	width: 318px;
	border: solid 1px #999999;
	height: 100px;
}
input.commenttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1a1478;
	width: 318px;
	border: solid 1px #999999;
	margin: 2px 0 2px 0;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.foto {
	display: block;
	margin-left: 10px;
	padding: 1px 8px 1px 8px;
	background: #ffe7db;
	border: solid 1px #fe5f10;
	height: 31px;
	width: 36px;
}
/*a.foto:hover {
	display: block;
	margin-left: 10px;
	padding: 1px 8px 1px 8px;
	background: #b3b3ff;
	border: solid 1px #2692b7;
	height: 31px;
	width: 36px;
}*/
a.foto img {
	border: none;
}
/*------------ form definitions end ------------*/
/*------------ resets the div heights at the bottom ------------*/
.reset {
	clear: both; 
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1px;
}
.reset {
	height: 0;
	margin-top: -1px;
	font-size: 1px;
}
/*---------- cms styles ----------*/
.clearer {
	clear: both;
	height: 1px;
	display: block;
}
.sucess {
	padding: 10px;
	text-align: center;
	border: solid 1px #0000FF;
	color: #0000FF;
	font-weight: bold;
	background-color: #C4C4FF;
	font-size: 11px;
	cursor: pointer;
}
.error {
	padding: 10px;
	text-align: center;
	border: solid 1px #FF0000;
	color: #FF0000;
	font-weight: bold;
	background-color: #FFCACA;
	font-size: 11px;
	cursor: pointer;
}
/*------------- form ----------------*/