/*//////////////////////SETTINGS FOR HEADER//////////////////////*/

#header { 
height:241px; /*overwrite globalheader height*/
}
#header #subnav, #header #subsubnav {
background-color:#FF0000;
height:20px;
clear:both;
}
#header #subnav a, #header #subnav a:visited, #header #subsubnav a, #header #subsubnav a:visited  {
height:20px;
display:block;
float:left;
border-right:1px solid #FEE679;
}

#header #subsubnav {
height:21px;
border-top: 1px solid #FEE679;
voice-family: "\"}\""; 
voice-family:inherit;
height:20px;
}

#header #subsubnav a, #header #subsubnav a:visited{
border:0px;
}

#header #pagetitle {
border:0px;
height:30px;
}
/*//////////////////////END SETTINGS FOR HEADER//////////////////////*/

/*//////////////////////SETTINGS FOR CONTENT//////////////////////*/

/*settings for the product boxes*/
#content {
margin-bottom:0px; /*overwrite global setting*/
}
#content div {
	float:left;
	width:235px;
	padding:0;
	border-bottom:1px solid #FF0000;
	margin:0 15px 0 0;
}

/*remove lines on the bottom three*/
#content div.noline {
border:0px;
}

#content div h3 {
font-size:12px;
font-weight:bold;
margin:0;

}
#content div p {
margin:0;
height:60px;
overflow:hidden;
}

#content div a {
display:block;
text-align:right;
padding:0 12px 0 0;
height:20px;
background: url(../../img/list_arrow.gif) no-repeat top right;
}
#content div a:visited {
background: url(../../img/list_arrow.gif) no-repeat top right;
}
#content div a:hover, #content div a:active {
background: url(../../img/list_arrow_red.gif) no-repeat top right;
}
/*//////////////////////END SETTINGS FOR CONTENT//////////////////////*/

/*//////////////////////SETTINGS FOR PAGENATION//////////////////////*/
/*pagenation*/
.pagenation{
float:right;
clear:both;
border:0px;
margin-top:10px;
margin-bottom:50px;
padding-right:15px;
height:20px;
}
#pagetitle .pagenation {
margin:0;
padding:10px 0 0 0;
}
.pagenation a, .pagenation a:visited{
font-family:arial,helvetica,verdana, sans-serif; font-size:12px; font-weight:bold;
color:#000;
padding-left:4px;
}

.pagenation a.selected, .pagenation a.selected:visited, .pagenation a:hover, .pagenation a:active{
color:#FF0000;
}
/*//////////////////////END SETTINGS FOR PAGENATION//////////////////////*/