/*Custom Text Elements*/

/* Text normal*/
p.layout-1 {
    
}

/* Text klein*/
p.layout-2 {
  font-size: 10px; 
  color: #6D8AB4; 
  font-style: italic;
}

/* text hervorgehoben */
p.layout-3 {
  border-width: 1px; 
  border-style: solid; 
  border-color: #000000;
}





/*style for all body elements*/
body 
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color:#E2ECED;
}
 /*style for all links*/
a:hover, a
{
text-decoration:none;
border-style:none;
border:none;
}
.prop 
{
    float:right;
    width:1px;
}
.min200px 
{
    height:300px;
}
 #container/*contains all elements*/
{
	width: 1010px;
	margin: 0;
	padding:0 0 0 0;
	color: #33333;
	border: 0px solid #E1E8EE;
	float:left;
	background-color:#E2ECED;
	overflow:hidden;
}
/*contains the element on top- flash, up buttons*/
#top 
{
	padding: 0 0 0 0;
	margin: 0 0 0 -2;
	background-color:transaprent;
	background:url(../img/up.jpg) no-repeat;
	background-position:top left;
	height:100;
	width:1010px;
}
 /*contains the flash movie on top*/
#div_color
{
	
	margin:0 0 0 0;
	padding:0 0 0 0;
	overflow:hidden;
}
/*contains the buttons on top, mit exception of th ebutton Sign In*/
#btn_holder{
	
	margin:0 0 0 212px;
	padding-top:74px;
	background-color:transaprent;
}
#btn_holder table
{	
	margin-top:0;
	padding:0;
	margin:0;
}
#btn_holder table .top_btn
{
	background-color:transaprent;
	background:url(../img/butUp.jpg) no-repeat;
	background-position:top right;
	width:124px;
	height:25px;
	padding: 0 ;
	margin: 0 0 0 0;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	text-align:center;
}
/*contains the all buttons, als the Sign In button*/
.div_search{
	background-color:transaprent;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
/*layout for the buttons on top*/
.top_btn a{
	color:#184689;
}
.top_btn a:hover,.top_btn a:active
{
	color:#cc3300;	
}

/*styles for all Elements on the left side*/
#left
{
	padding:0;
	margin-left:0px;
	font-family:verdana;
	font-size:11px;
	font-style:normal;
}

#left a, #left a:hover
{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
}
#leftAll{

	margin:2 0 0 2;
	margin-right:0;
	padding-left:0;
	width:213px;
	float:left;
	overflow:hidden;
	
}
table#leftBut
{
	margin-top:20;
	padding-left:5;
	margin-top:0;
	margin-bottom:20px;
	background: url(../img/leftUp.jpg) no-repeat;
    	background-position: top left;
	width: 215px;
	height:140px;
}
table#leftBut1
{
	margin-top:20;
	padding-left:0;
	margin-top:0;
	margin-bottom:20px;
	background: url(../img/leftUp.jpg) no-repeat;
    	background-position: top left;
	width: 215px;
	height:140px;
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	color:#cc3300;
}
#signIN
{	
	float:left;
	margin-left:10px;
	padding-top:5;
	padding-left:23px;
	margin-top:80px;
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:1;
	background: url(../img/icon_padlock.gif) no-repeat;
    	background-position: top left;
	background-color:transparent;
	height:23px;
}

#signIN a
{
	color:#6C9FC7;	
	
}
#signIN a:hover
{
	color:#184689;	
}
/*styles for the button, which shows in which item the user is*/
.leftUpBtn 
{
		padding-top:0px;
		padding-bottom:0px;
		padding-left:0;
		text-align:center;
		height:30px;
		font-weight:bold;
}
.leftUpBtn a
{
	color:#cc3300;
}
.leftUpBtn a:hover
{
	color:#ED3200;
	
}
#menuLeftTitle{
	padding-top:0;
	height:30px;
	padding-bottom:0;
	font-weight:bold;
	text-align:center;
	background: url(../img/leftMitte.jpg) repeat-y;
	background-position: top left;
}

#menuLeftTitle a
{	
	color:#6C9FC7;
}
#menuLeftTitle a:hover
{
	color:#184689;
}


.leftButItems
{	
	margin: 0px;
	background: url(../img/leftMitte.jpg) repeat-y;
    	background-position: top left;
	background-color:transparent;
	font-weight:normal;
	height:20px;
	padding-left:60px;
	padding-bottom:2px;
}

.leftButItems a
{	
	color:#6C9FC7;/*#E60404;*/

}

.leftButItems a:hover 
{	
	color:#184689;
}
#leftDown
{
	margin-top:-1;
	background: url(../img/leftDown.jpg) no-repeat;
    	background-position: top left;
    	height:15px;
}
#active a:hover 
{
	color:#cc3300;
}

#active a 
{
}

table#search
{
	margin-left:0px;
}


#search td.FormSearchButton input
{
	height:27px;
	width:23px;
	margin-left:-12px;
}

/*styles for the search form */
.Form 
{
	font-size:11px;
	font-family:verdana;
	color:#184689;
	margin-top:0;
	padding-left:20;
	padding:0px;
	
}
/*styles for the form search field*/

.FormSearchField 
{	
	height:27px;
	width:181px;
	background: url(../img/searchTxt.jpg) no-repeat;
	background-position: top left;
	padding-left:0;
	font-size:11px;
	font-family:verdana;
	color:#184689;
}

.FormSearchField input
{
	border-style:none;
	border:0px solid #ffffff;
	padding-left:10;
	font-size:11px;
	font-family:verdana;
	color:#184689;
}
/*styles for the title of the search field- Search*/
#search td.search_txt
{
	padding-left:0px;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	
	color:#4274BC;
}
/*styles for the search button*/
.FormSearchButton span.submit input
{
	
	margin:0;
	margin-left:-3;
	margin-top:1px;
	border-style:none;
	background: url(../img/searchBtn.jpg) no-repeat;
	background-position: top left;
	cursor:pointer;
}

html>body #right
{
}
/*Styles Right*/
#right{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	padding: 0 0 0 0;
	height:auto;
	float:left;
	overflow:hidden;
	background-color:transparent;
	color:#184689;
	overflow:hidden;
	
}
/*styles for the Werbung container*/

#rightTable
{	
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	margin-left:0;
	margin-top:0px;
	color:#184689
}

#rightDown
{
	background: url(../img/rightDown.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin:0;
	padding:0;
	height:23px;
	width:790px;
}
#rightUp
{
	background: url(../img/rightUp.jpg) no-repeat;
	background-position:top left;
	margin:0;
	padding:0;
	height:23px;
	width:790px;
	
}
#rightMitte
{
	background: url(../img/rightMitte.jpg) repeat-y;
	background-position: top left;
	margin:0 0 0 0;
	padding:0;
	overflow:hidden;
	width:790px;
}
#rightMitte table td
{
	padding-left:0;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
}
.csc-textpic-imagewrap img
{
	padding-right:5;
	padding-top:5;
}
.csc-header
{	
	margin-left:0;
	padding-left:0;
}
#right h1, #right h2, #right b, .csc-header 
{
	font-family:verdana;
	font-size:11px;
	font-weight: bold;
	color:#184689;
	margin:0 0 5 0;
	padding:0;
}
#right h3
{
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	color:#184689;
}
#right a
{
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
	color:#cc3300;
	margin-right:0px;
}
#right a:hover
{
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
	color:#ED3200;
	margin-right:0px;
}

p.bodytext
{
	text-align:justify;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:0;
}
p.bodytext strong
{
	margin-bottom:10;
}
.bodytext em
{
	font-family:verdana;
	font-size:11px;
	font-weight: bold;
	font-style:none;
	color:#184689;
}
body ul, body ol
{
	display:block;
	color:#184689;
	
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
}

#right table p em
{
	margin:0;
	font-family:verdana;
	font-size:11px;
	font-weight: bold;
	color:#184689;
}
sub
{
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
	font-style:italic;
}
.csc-uploads-fileSize p
{
	margin:0 0 0 10;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
}
/*FOOTER STYLES*/
#footer
{	clear:both;
	padding-top:12px;
	padding-left:10;
	padding-right:15;
	margin-left:-2px;
	margin:0px;
	height:36px;
	width:1010;
	font-size: 10px;
	font-family: verdana;
	background: url(../img/footer.jpg) no-repeat;
	background-position: top left;
}

.foot_txt_jalogo
{
	color:#184689;
}

.foot_txt_jalogo a
{
	color:#cc3300;
}

.foot_txt_jalogo a:hover
{
	color:#E60404;
}

.foot_txt
{
	border-left: 1px solid #E1E8EE;
	padding-right:5px;
	padding-left:8px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0;
}

.foot_txt a
{
	color:#cc3300;
}
.foot_txt a:hover
{
	color:#E60404;
}
/*text on the left side*/
.foot_left
{
	float:left;
	margin-bottom:5px;
	margin-left:15px;
}
/*text on the right side*/
.foot_right
{
	float:right;
	margin-bottom:5px;
	margin-right:20px;
}

/*Screenshots*/
.screenshotImg
{
	width: 300px;
	float:left;
}

.titleScreenshots
{
	width:56%;
	color:#184689;
	margin:0 0 0 10px;
	padding: 0 0 0 0;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	float:left;
}
.txtScreenshots
{
	color:#184689;
	margin:5px 0 0 10px;
	padding: 0 0 0 0;
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	float:left;
	text-align:justify;
	width:55%;
}
/*Support: Dokumentation*/
.dok 
{
	margin:5px 0 0 0px;
	display:block;
	padding: 0 0 0 0;
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	color:#184689;
}
.dok  img
{
	margin-right:15px;
}

.dok a
{
color:#184689;
text-decoration:none;
}
.dok a:hover
{
color:#cc3300;
text-decoration:none;
}
/*Kontakt_Form, .FAQ_Form  zusatzliche Styles*/
.FAQ_Form p,#Kontakt_Form p
{
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
	margin-right:20;
} 
.FAQ_Form td, #Kontakt_Form td
{
	margin-top:5px;
	padding:0;
}
.FAQ_Form p,#Kontakt_Form p
{
	margin-top:1px;
	padding:0;
}
.FAQ_Form input,#Kontakt_Form input
{
	padding:0;
	margin:0 0 0 0;
	width:200px;
	color:#184689;
	border-style:none;
	border: 1px solid #184689;
}

.FAQ_Form textarea,#Kontakt_Form textarea
{
	padding:0;
	margin:0 0 0 0;
	width:400px;
	color:#184689;
	border-style:none;
	border: 1px solid #184689;
}
.FAQ_Form input[type='submit'], #Kontakt_Form input[type='submit']
{
	background-color:#F1F6FA;
	margin-top:20px;
	text-align:center;
	border-style:none;
	border: 1px solid #184689;
	width:200px;
	height:25px;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
	
}
.FAQ_Form input[type='submit']:hover,#Kontakt_Form input[type='submit']:hover
{
	background-color:#EBF4F9;
	margin-top:20px;
	text-align:center;
	border-style:none;
	border: 1px solid #184689;
	width:200px;
	height:25px;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
}
.FAQ_Form
{
	margin-left:0px;
	margin-bottom:30px;
}


#Kontakt_Form
{
	margin-left:0px;
	margin-bottom:20px;
}

/*Kontakt_Form, .FAQ_Form  zusatzliche Styles End*/

/*Benutzer Registrierung zusatzliche Styles*/
.tx-srfeuserregister-pi1,.tx-srfeuserregister-pi1 p,.tx-srfeuserregister-pi1 label
{
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
	margin-right:20;
} 
.tx-srfeuserregister-pi1 fieldset legend
{
	font-family:verdana;
	font-size:11px;
	font-weight: bold;
	color:#184689;
	margin-right:20;
} 
#gender input,#newsletter input,#category1 input
{
	background-color:#FFFFFF;
	margin-top:0px;
	margin-left:0;
	border: 0px solid #184689;
	border-style:none;
	width:15px;
	height:15px;
}
.tx-srfeuserregister-pi1 form input
{
	padding:0;
	margin:0 0 0 0;
	width:200px;
	color:#184689;
	border-style:none;
	border: 1px solid #184689;
}
.tx-srfeuserregister-pi1 select
{
	padding:0;
	margin:0 0 0 0;
	width:202px;
	color:#184689;
	border-style:none;
	border: 1px solid #184689;
	height:20px;
}
.tx-srfeuserregister-pi1 textarea
{
	padding:0;
	margin:0 0 0 0;
	width:200px;
	color:#184689;
	border-style:none;
	border: 1px solid #184689;
}
.tx-srfeuserregister-pi1  input[type='submit']
{
	background-color:#F1F6FA;
	margin-top:20px;
	text-align:center;
	border-style:none;
	border: 1px solid #184689;
	width:200px;
	height:25px;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
	
}
.tx-srfeuserregister-pi1  input[type='submit']:hover
{	background-color:#EBF4F9;
	margin-top:20px;
	text-align:center;
	border-style:none;
	border: 1px solid #184689;
	width:200px;
	height:25px;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
	
}

/*Benutzer Registrierung zusatzliche Styles End*/

/*Shop Styles*/

.tx-ttproducts-pi1
{
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
}
.tx-ttproducts-pi1 .shop_item
{
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
	padding:5;
	margin-bottom:10px;
}
.tx-ttproducts-pi1 .shop_item a
{
	text-decoration:none;
	
}
#right table.tx-ttproducts-pi1
{
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
}
.tx-ttproducts-pi1 strong
{
	font-family:verdana;
	font-size:13px;
	font-weight: bold;
	color:#cc3300;
}

.tx-ttproducts-pi1 a span.tx-ttproducts-pi1-wrap1
{	
	font-family:verdana;
	font-size:11px;
	font-weight: bold;
	text-decoration:underline;
	color:#184689;
	
}
.tx-ttproducts-pi1 a:hover span.tx-ttproducts-pi1-wrap1
{
	font-family:verdana;
	font-size:11px;
	font-weight: bold;
	text-decoration:underline;
	color:#6C9FC7;
	
}

.tx-ttproducts-pi1 img
{
	margin-top:10;
	margin-bottom:5;
}

.tx-ttproducts-pi1 select
{
	border: 1px solid #184689;
	color:#184689;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	margin-bottom:10px;
}
.tx-ttproducts-pi1-wrap1 strong
{
	font-family:verdana;
	font-size:11px;
	font-weight: bold;
	color:#cc3300;
}
.tx-ttproducts-pi1 .category strong
{
margin-bottom:10;font-family:verdana;font-size:13px;font-weight:bold;
}
input.anzahl_basket
{
	border: 1px solid #184689;
	width:auto;
	text-align:center;
	vertical-align:bottom;
	color:#184689;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	margin:0 0 0 10;
    height:20;
}
#rightMitte table td input 
{
    height:20;
}
input.anzahl
{
	border: 1px solid #184689;
	width:auto;
	text-align:center;
	color:#184689;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	margin-top:15;
    height:20;
	
}
.tx-ttproducts-pi1-wrap2,.tx-ttproducts-pi1-wrap1,.tx-ttproducts-pi1 .bodytext,tx-ttproducts-pi1 .shop_txt
{
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
}

.tx-ttproducts-pi1 .basket3 input
{
	background-color:#F1F6FA;
	text-align:center;
	border-style:none;
	border: 1px solid #184689;
	width:auto;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
	margin-top:20px;
        height:20;
}
td.shop_img
{
	vertical-align:top;
	margin-top:10;
}	
.tx-ttproducts-pi1 .bodytext
{
	padding:0;
	margin:0;
}
.basketTable input
{
	border-style:none;
	border: 1px solid #184689;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
	width:200px;
	height:20;
}
.tx-ttproducts-pi1 textarea
{
	border-style:none;
	border: 1px solid #184689;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
	overflow-x:hidden;
	overflow-y:scroll;
	width:200px;
}
.basketTableTxt
{
	margin-top:10px;
}
.basketTable strong,.strongClass strong
{
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
}
Shop Styles End*/	

/*Search Styles*/
div.tx-indexedsearch 
{
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
	margin-top:20;
	width:80%;
}

.tx-indexedsearch a 
{
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	text-decoration:underline;
	color:#cc3300;
}
.tx-indexedsearch a:hover 
{
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	text-decoration:underline;
	color:#ED3200;
}
.tx-indexedsearch input.tx-indexedsearch-searchbox-sword 
{
	border-style:none;
	border: 1px solid #184689;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
	margin-left:10px;
}
.tx-indexedsearch input.submit
{
	background-color:#F1F6FA;
	text-align:center;
	border-style:none;
	border: 1px solid #184689;
	width:auto;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
	margin-top:10px;
	margin-left:10px;
}
.tx-indexedsearch-redMarkup
{
	font-family:verdana;
	font-size:11px;
	font-weight: bold;
	color:#cc3300;
}
.tx-indexedsearch-res .title a
{
	
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	text-decoration:underline;
	color:#cc3300;
}
.descr strong
{
	font-family:verdana;
	font-size:11px;
	font-weight: bold;
	color:#cc3300;
}
div.tx-indexedsearch-res
{
	font-family:verdana;
	font-size:11px;
	font-style:none;
	font-weight: normal;
	color:#184689;
}
.tx-indexedsearch-searchbox table td,.tx-indexedsearch p,.descr, .percent
{
	font-family:verdana;
	font-size:11px;
	font-style:none;
	font-weight: normal;
	color:#184689;
}
td.tx-indexedsearch-info
{
	font-family:verdana;
	font-size:11px;
	font-style:none;
	font-weight: normal;
	color:#184689;
	background-color:#F1F6FA;
}
/*
Search Styles End*/
.tx-newloginbox-pi1 h3
{
	font-family:verdana;
	font-size:11px;
	font-style:none;
	font-weight: bold;
	color:#184689;
	margin-bottom:15;
}
.tx-newloginbox-pi1,.tx-newloginbox-pi1 p  
{
	font-family:verdana;
	font-size:11px;
	font-style:none;
	font-weight: normal;
	color:#184689;
}
#tx-newloginbox-pi1-user,#tx-newloginbox-pi1-pass
{
	border-style:none;
	border: 1px solid #184689;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
	margin-left:10px;
	width:180;
}
tx-newloginbox-pi1 form input
{
	border-style:none;
	border: 1px solid #184689;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
	margin-left:10px;
	width:180;
}
#tx-newloginbox-pi1-forgot_email 
{
	border-style:none;
	border: 1px solid #184689;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
	margin-left:10px;
	height:20;
	width:180;
}

#tx-newloginbox-pi1-forgot_email_submit
{
	background-color:#F1F6FA;
	text-align:center;
	border-style:none;
	border: 1px solid #184689;
	width:auto;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
	margin-top:10px;
	margin-left:10px;
	padding:2 0 2 0;
	width:100;
}
input.tx-newloginbox-pi1-submit
{
	background-color:#F1F6FA;
	text-align:center;
	border-style:none;
	border: 1px solid #184689;
	width:auto;
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
	margin-top:10px;
	margin-left:10px;
	padding:2 0 2 0;
}
#impressum p.bodytext 
{
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
	font-style:normal;
	margin-top:10;
	margin-bottom:10;
	display:block;
}
#impressum 
{
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#184689;
	font-style:normal;
}
#impressum p.bodytext strong
{
	font-family:verdana;
	font-size:11px;
	font-weight: bold;
	color:#184689;
	font-style:normal;
	
}
.csc-sitemap  ul li 
{
list-style-type:circle;
}
.csc-sitemap  ul li li
{
list-style-type:circle;
}
.csc-sitemap  ul li li li 
{
list-style-type:circle;
}

#infoList
{
	list-style-type:none;
}

div#content1,div#content2,div#content3,div#content4,div#content5
{
	color:#184689;
	margin:0;
	padding: 10px;
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	text-align:justify;
	border: 1px solid #E1E8EE;
	background-color:#EFF7FA;
}

#label1,#label2,#label3,#label4,#label5
{
	font-family:verdana;
	font-size:11px;
	font-weight: bold;
	color:#cc3300;
	text-decoration: none;
	cursor:pointer;
}
#label1 a,#label2 a,#label3 a,#label4 a,#label5 a,#label1 a:hover,#label2 a:hover,#label3 a:hover,#label4 a:hover,#label5 a:hover

{
	font-family:verdana;
	font-size:11px;
	font-weight: bold;
	color:#cc3300;
	text-decoration: none;
	cursor:pointer;
}
#label1 a:hover,#label2 a:hover,#label3 a:hover,#label4 a:hover,#label5 a:hover

{

	color:#ff0000;
}


#hide
{
	font-family:verdana;
	font-size:11px;
	font-weight: normal;
	color:#cc3300;
	text-decoration: none;
	cursor:pointer;
}