html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #1a2028;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

img { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	font-weight: bold; 
	border: 0px;
}

h1 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

h3 {
  font-size: 12px;
  color: #A50808;
  margin: 15px 0px 5px 0px;
  padding: 0px;
}

p {
	padding: 0px;
	margin: 2px 0px 15px 0px;
}

.clear {
	clear: both;
}


.dazhi {
display:block;
float:left;
padding: 0px 0px 10px 10px;
}
.dazhi img {
border:2px solid #ffffff;
}


/******************************************
 * Validation form 
 */
.error {
	color: red;
	font: normal 10px Verdana;
	visibility: visible;
}
.warn {
	color: blue;
	font: normal 10px Verdana;
	visibility: visible;
}
.warn_off{
	display: none;
}




/******************************************
 * HEADER
 */
#headerTbl {
	background-image: url('../images/banner_bg.jpg');
	height: 					167px;
}
#headerTbl .bg {
	background-image: url('../images/banner_bg2.jpg');
	height: 	167px;
	width: 		970px;
	padding: 	0px;
	position: 	relative;
	margin: 	0px auto;
}
#headerTbl .header_flash {
	position: 	absolute;
	top: 10px;
	width: 970px;
	height: 90px;
}
#headerTbl .logo {
	width: 200px;
	height: 100px;
	position: absolute;
}
#headerTbl .advert {
	width: 90px;
	height: 100px;
	right: 70px;
	position: absolute;
}

.navigation {
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: 12px; 
  font-weight: bold; 
  color: #1a2028;
  text-decoration: none;
  height: 66px; 
  text-align:center;
  width: 970px;
 	position: absolute;
 	top: 100px;
}
.navigation a {
  color: #1a2028;
  text-decoration: none;
}
.navigation a:hover {
  color: #000;
  text-decoration: none;
}


/* ### login,register,search end ### */
.search {
	position: absolute;
	z-index: 2;
 	top: 138px;
 	left: 772px;
}
.searchformpos {
	float: right;
}
.searchformI {
	padding: 2px 5px 0px 5px;
}
.searchformB {
	padding: 0px 0px 0px 0px;
}
#searchInput, #evoworldInput {
  width: 150px;
  font: normal 12px Arial, Verdana, Helvetica, sans-serif;
  border: 1px solid #0e8091;
}
#evoworldInput {
	width: 200px;
}
#gobutton {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	width: 23px;
	height: 23px;
}



/******************************************
 * CONTENT
 */
#contentTbl {
	background: #e2ecf7;
}
#content {
	width: 970px;
	margin: 0px auto;
}
#content .contentMax {
	width: 780px;
}
 
#content .left {
	width: 430px;
}

#content .right {
	width: 340px;
}

 
/******************************************
 * FOOTER
 */
#footerTbl {
	border-top: 	1px solid white;
  font-family: 	Arial, Verdana, Helvetica, sans-serif; 
  font-size: 		10px; 
  color: 				#d2e4f4;
}
#footerPad {
	background-color: #31373e;
	width: 970px;
	margin: 0px auto;
}
#footerContent {
	background: url("../images/footercontentbg.png") repeat-x;
	padding: 0px 10px;
}
#footerContent .footerTop {
	padding: 10px 0px;
}
#footerContent .logo {
	float: left;
}
#footerContent .footerTop .fb {
	float:right;
}
#footerContent .line {
	background-color: #6d7175;
	height: 					1px;
	line-height: 			1px;
	width: 						950px;
}
.footerBottom {
	padding: 		10px 0px;
	text-align:	left;
}
.footerBottom a, .footerBottom a:hover, .footerBottom a:visited {
	color: #d2e4f4;
	text-decoration: none;
}
.footerBottom .copy {
	padding-top: 7px;
	color: #d2e4f4;
}

/*

#footerPad .footerText {
  width: 				950px;
  line-height: 	12px; 
  text-decoration: none;
	text-align: 	right;
}
#footerPad .footerText a {
  color: #d2e4f4;
  text-decoration: none;
}

#footerPad .footerText a:hover {
  color: #d2e4f4;
  text-decoration: underline;
}

/****** FOOTER END *************************/





.separator_10 {
	height: 10px;
	line-height: 10px;
}
	
	
/******************************************
 * PADDING
 */
.padL {
  padding: 0px 0px 0px 10px;
}

.padR {
  padding: 0px 10px 0px 0px;
}

.padLR {
  padding: 0px 10px 0px 10px;
}

.padLRT {
  padding: 10px 10px 0px 10px;
}

.padLRB {
  padding: 0px 10px 10px 10px;
}

.padT {
  padding: 10px 0px 0px 0px;
}

.padB {
  padding: 0px 0px 10px 0px;
}

.padTB {
  padding: 10px 0px 10px 0px;
}

.padLRTB {
  padding: 10px 10px 10px 10px;
}

.padFeature {
  padding: 8px 6px 8px 5px;
}
.padHeader {
  padding: 5px 8px 4px 8px;
}

.padArchive {
  padding: 3px 8px 3px 8px;
}

	
/******************************************
 * background image, color start
 */
.backgBody {
  background-color: #e2ecf7;
}
.backgCont {
  background-color: white;
}
.backgMaxi {
  background-color: #1a2028;
}
.backgTabs {
  background-color: #97a1a4;
}

.backgBox {
  background-color: #F1F1F1;
}
.headerbackg1 {
  background-image: url('../images/headerbackg2.png');
  background-position: 0px 0px;
}
.headerbackg2 {
  background-image: url('../images/headerbackg1.png');
  background-position: 0px 0px;
}
.headerbackg3 {
  background-color: #7F7F7F;
  padding: 4px 8px 4px 8px;
}
.mainheaderbackg {
  background-image: url('../images/headerbackg3.png');
  height: 22px;
  padding: 4px 10px;
}
.contentpageheader, #contentpageheadersub, .articleheadline {
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: 18px; 
  line-height: 20px;
  font-weight: bold; 
  color: white;
  letter-spacing: 0px;
  margin: 0px;
}

.contentpageheader a {
  color: white;
  text-decoration: none;
}

#contentpageheadersub {
  font-weight: normal;
}

.articleheadline {
  font-size: 22px; 
  line-height: 24px;
  color: #0e8091;
  margin: 0px 0px 0px 0px;
}



/******************************************
 * OGLASI NA PRVI STRANI
 */
#oglasi {
	list-style: none;
	margin: 0 0 10px;
	padding: 9px 9px 0 9px;
	border: 1px solid #7f7f7f;
}
#oglasi li {
	padding-bottom: 9px;
	height: 100px;
}




/******************************************
 * RABLJENA VOZILA
 */
#gallery {
	overflow: hidden;
}
#gallery .gpic {
	margin-bottom:10px;
	padding:5px;
	float:left;
	border:1px solid #7f7f7f;
}
#gallery .gpic .image {
	width:241px;
	height: 150px;
	position: relative;
}
#gallery .gpic a img {
	position:absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	margin:auto;
}
#gallery .gpic .link {
	padding-top: 3px;
}
#gallery .gpic .link a {
	font-size: 12px;
	text-decoration: none;
	color: #777777;
}
#gallery .gpic .link a:HOVER {
	text-decoration: underline;
}


/******************************************
 * OSTALO
 */
.hometabboxtab, .homerightcellheader, .sellheader, .sellheaderpattern1, .sellheaderpattern2, .archivetab {
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: 12px; 
  line-height: 14px;
  font-weight: bold; 
  color: white;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}
.hometabboxtab, .sellheader, .sellheaderpattern1, .sellheaderpattern2, .archivetab {
  text-transform: uppercase;
}
.hometabboxtab a, .homerightcellheader a, .sellheader a, .sellheaderpattern1 a, .sellheaderpattern2 a, .archivetab a {
  color: white;
  text-decoration: none;
}
.hometabboxtab a:hover, .homerightcellheader a:hover, .sellheader a:hover, .sellheaderpattern1 a:hover, .sellheaderpattern2 a:hover, .archivetab a:hover {
  color: white;
  text-decoration: none;
}

.homesellheadline, .homepollheadline, .homerightsellheadline, .rightheadline, .contentmainheadline {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  line-height: 15px;
  font-weight: bold; 
  color: black;
  margin: 0px 0px 2px 0px;
  padding: 0px;
  text-decoration: none;
}

.homesellheadline a, .homepollheadline a, .homerightsellheadline a, .rightheadline a, .contentmainheadline a {
 /* color: #1a2028;*/
  color: #0f8a9c;
  text-decoration: none;
}

.homesellheadline a:hover, .homepollheadline a:hover, .homerightsellheadline a:hover, .rightheadline a:hover, .contentmainheadline a:hover {
  color: black;
  text-decoration: none;
}

.advertisement {
  border: 1px solid #7F7F7F;
  padding: 9px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  line-height: 12px;
  text-transform: uppercase;  
  color: #A50808;
  text-align: center;
}
.advertisement img {
  padding-bottom: 9px;
}
.seealllinks {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  line-height: 12px; 
  color: black;
  text-align: right;
  text-decoration: none;
  margin: 8px 0px 0px 0px;
}

.seealllinks a {
  color: #0f8a9c;
  text-decoration: none;
}

.seealllinks a:hover {
  color: black;
  text-decoration: none;
}

ul.homebottomboxlinks, ul.rightlink, ul.morelinks, ul.contentmainlink, ul.jokelink, ul.rightheadlinelist, ul.rightlinklist, ul.articlemorelinks {
	list-style-image:url('../images/arrow_1.gif');
}
ul.homebottomboxlinks, ul.morelinks, ul.articlemorelinks, ul.rightheadlinelist, ul.rightlinklist {
  list-style-type: disc; 
  list-style-image:url('../images/arrow_1.gif');
  list-style-position: outside;
  margin: 0px 0px 0px 20px;
  padding: 0px;
}
ul.homebottomboxlinks, ul.morelinks, ul.articlemorelinks, ul.rightheadlinelist, ul.rightlinklist, ul.articlemorelinks2 {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  line-height: 13px; 
  color: black;
  text-decoration: none;
}

ul.homebottomboxlinks a, ul.morelinks a, ul.rightlinklist a {
  color: black;
  text-decoration: none;
}

ul.homebottomboxlinks a:hover, ul.morelinks a:hover, ul.rightlinklist a:hover {
  color: #0f8a9c;
  text-decoration: none;
}
.subchannel, .subchannel2 {
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: 12px; 
  line-height: 14px;
  font-weight: bold; 
  color: white;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

.subchannel a {
  color: #565656;
  text-decoration: none;
}

.subchannel a:hover {
  color: black;
  text-decoration: none;
}

.subchannel2 a {
  color: white;
  text-decoration: none;
}

.subchannel2 a:hover {
  color: #a8c8e5;
  text-decoration: none;
}

ul.hometabboxlinks, ul.homerightcelllinks, ul.rightheadlinelist2, ul.rightlinklist2, ul.rightlinklist2_portrait  {
  list-style-type: disc; 
  list-style-image:url('../images/arrow_2.gif');
  list-style-position: outside;
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

ul.rightheadlinelist2 {
  margin-left: 156px;
}

ul.rightlinklist2_portrait {
  list-style-image:url('../images/arrow_3.gif');
  margin-left: 114px;
}

ul.rightlinklist2 {
  list-style-image:url('/images/arrow_3.gif');
  margin-left: 156px;
}

ul.hometabboxlinks, ul.homerightcelllinks, ul.rightheadlinelist2, ul.rightlinklist2, ul.rightlinklist2_portrait  {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  line-height: 13px; 
  color: white;
  text-decoration: none;
}
ul.hometabboxlinks, ul.homerightcelllinks, ul.rightlink2, ul.rightheadlinelist2 {
	list-style-image:url('../images/arrow_2.gif');
}

ul.rightlinklist2 {
	list-style-image:url('../images/arrow_3.gif');
}
ul.rightheadlinelist2 a {
  font-size: 13px; 
  line-height: 15px;
  font-weight: bold;
  color: #a8c8e5;  
  text-decoration: none;
}

ul.rightheadlinelist2 a:hover {
  color: white;
  margin: 0px 0px 2px 0px;
  padding: 0px;
  text-decoration: none;
}

h2.rightheadlinelist2 {
  margin: 0px;
  padding: 0px;
}


.homeselltext, .homepolltext, .homerightselltext, .righttext, .articletext, .articletext_small, .articlecaptionl, articlecaptionl_main, .articlecaptionl_walk, .contentmaintext, .joketext, .toptenheadline, .toptentext, .archivetabhead, .archivetitle, .archivedate, .getmobileheadline, .getmobiletext, .poundsignheadline, .poundsigntext, .prevnext, .articleboxheadline, .articlemovieclips, .articlemovieclipsicontext, .articlecompetitionbox, .articlecompetitiontermsconditions, .espottingboxheadline, .espottingboxtext, .espottingboxheadline2, .espottingboxtext2, .tracklists, .tracklistsbutton {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  line-height: 13px; 
  color: black;
}
.toptenheadline a, .prevnext a, .articlecompetitiontermsconditions a {
  color: #0e8091;
  text-decoration: none;
}

.toptenheadline a:hover, .prevnext a:hover, .articlecompetitiontermsconditions a:hover {
  color: black;
  text-decoration: none;
}
.archivetabhead, .toptenheadline {
  font-weight: bold;
}

.articlestrapline, .articlequestion, .articleintro, .articleboldright, .articleprice, .articlesubhead, .articlequestioner, .articlestrokovnjak {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  line-height: 13px;
  font-weight: bold;  
  color: black;
  margin: 0px;
  padding: 3px 0px 0px 0px;
}
.articlesubhead {
	color: #0e8091;
  font-size: 12px; 
  line-height: 15px;
	margin: 2px 0px 10px 0px;
}
.articlestrapline {
  line-height: 15px;
  margin: 2px 0px 10px 0px;
}

.articlequestion {
  margin: 	0px;
  padding: 	0px 0px 25px 0px;
}

.articleboldright {
	text-align: right;
  padding: 	0px 0px 0px 0px;
}

.articlequestioner {
  padding: 	0px 0px 15px 0px;
}
.articlestrokovnjak {
  padding: 	10px 0px 0px 0px;
  font-weight: normal;
  text-align: right;
}
.archivetitle a {
  color: black;
  text-decoration: none;
}

.archivetitle a:hover {
  color: #0e8091;
  text-decoration: none;
}


.hometabboxheadline, .homerightcellheadline, .rightheadline2 {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 13px; 
  line-height: 15px;
  font-weight: bold; 
  color: white;
  margin: 0px 0px 2px 0px;
  padding: 0px;
  text-decoration: none;
}

.hometabboxheadline a, .homerightcellheadline a, .rightheadline2 a {
	color: #a8c8e5;
  text-decoration: none;
}

.hometabboxheadline a:hover, .homerightcellheadline a:hover, .rightheadline2 a:hover {
  color: white;
  text-decoration: none;
}

.hometabboxtext, .homerightcelltext, .righttext2, .searchtext, .poweredby, .archivetabnext {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  line-height: 13px; 
  color: white;
}
.archivetabnext a {
  color: white;  
  text-decoration: none;
}
.archivetabnext a:hover {
  color: #0e8091;
  text-decoration: none;
}
.archivetabnext a.active {
  color: #0e8091;
  text-decoration: none;
}

#articlebutton {
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: 11px; 
  line-height: 12px;
  font-weight: bold;
  text-decoration: none;
  background-color: #7F7F7F;
  color: white;
  border-top: 1px solid #A9A9A9;
  border-right: 1px solid #414141;
  border-bottom: 1px solid #414141;
  border-left: 1px solid #A9A9A9;
  margin: 0px;
  padding: 2px 0px 2px 6px;
}

#articlebutton a {
  color: white;  
  text-decoration: none;
}

#articlebutton a:hover {
  color: #a8c8e5;
  text-decoration: none;
}







/******************************************
 * TABLE STYLE, 
 */
.tblStyle {
	background-color: #000000;
	font-size: 12px;
	width: 100%;
}
.tblStyle th {
	background-color: #ffffff;
	padding: 5px;
	font-weight: bold;
}
.tblStyle td {
	background-color: #ffffff;
	padding: 5px;
}



/*
 * ANKETA
 *
 */ 
#anketa .question {
	font: bold 12px Verdana;
}
#anketa .answer {
	font: normal 11px Verdana;
}
#anketa input.button {
  font: normal 11px Arial, Verdana, Helvetica, sans-serif; 
}



/*
 * ANKETA
 *
 */ 

#form, #form td {
	font-size:11px;
}
#form .label {
	font-size:11px;
	padding: 10px 0px 5px 0px;
}













/* ### images start ### */


img.hometabboxpic, img.homerightsellpic, img.girlsrightpic, img.girlsrightpic_portrait, img.contentrightpic {
  border: 2px solid;
  border-color: white;
  float: left;
  margin: 0px 8px 0px 0px;
  padding: 0px;
}

img.hometabboxpic, img.homerightsellpic, img.girlsrightpic, img.contentrightpic {
  width: 127px;
}

img.homesellpic, img.homepollpic {
  border: 2px solid;
  border-color: white;
  margin: 0px 0px 4px 0px;
  padding: 0px;
  width: 127px;
}

img.coverpicmain, img.coverpicmainarticle {
  border: 2px solid;
  border-color: white;
  margin: 0px;
  padding: 0px;
  width: 320px;
}

img.coverpicmainarticle {
  width: 406px;
}

/* ### images end ### */

.hometabboxheader {
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: 14px; 
  line-height: 16px;
  font-weight: bold; 
  color: white;
  margin: 0px 0px 2px 0px;
  padding: 0px;
}





.more a {
	color: #a8c8e5;
	font:bold 11px Verdana; 
	text-decoration: none;
	float: right;
}
.more a:hover {
	color: #a8c8e5;
	font:bold 11px Verdana; 
	text-decoration: underline;
	float: right;
}



.popupprevnext {
  font-weight: bold;
}

.articletext h1 {
	font: bold 18px Tahoma;
}
.articletext h2 {
	font: bold 14px Tahoma;
}
.articletext h3 {
	font: bold 12px Tahoma;
	margin: 0px;
}
.articletext_small {
  font-size: 9px; line-height: 11px; 
}

.articletext a {
  color: black;
}

.articlecompetitiontermsconditions {
  text-align: right;
  margin: 0px 0px 8px 0px;
  padding: 0px;  
}

.articlecaptionl, .articlecaptionl_main, .articlecaptionl_walk {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  line-height: 12px;
  background-color: white;
  padding: 0px 8px 4px 8px;
}

.articlecaptionl {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  margin: 0px 0px 18px 0px;
  width: 115px;
}

.articlecaptionl_main {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  margin: 0px 0px 8px 0px;
}

.articlecaptionl_walk {
  margin: 0px 0px 8px 0px;
  width: 154px;
}




.prevnext {
  font-weight: bold;
}


.archivedate {
  text-align: right;
}

.getmobileheadline, .articleboxheadline, .espottingboxheadline, .espottingboxheadline2 {
  font-weight: bold;
  background-color: white;
  padding: 4px 8px 4px 8px;
}

.getmobiletext, .articleboxtext, .espottingbox, .espottingbox2, .tracklistsbox {
  color: white;
  border: 2px solid;
  border-color: white;
  background-color: black;
  padding: 4px 8px 4px 8px;
}



.articleboxheadline, .espottingboxheadline2 {
  color: white;
  background-color: black;
}

.articleboxtext {
  border-color: black;
  background-color: white;
}

.articleboxtext, .espottingbox2, .tracklistsbox {
  border-color: black;
  background-color: white;
}

.poundsignheadline, .poundsigntext {
  color: white;
}

.poundsignheadline {
  font-size: 13px; 
  line-height: 15px;
  font-weight: bold;
}

.articlemovieclips {
  margin: 0px;
  padding: 2px 0px 2px 0px;
}

.articlemovieclipsicontext {
  font-size: 9px; 
  line-height: 11px;
}

.articlecompetitionbox {
  background-color: white;
  margin: 0px;
  padding: 8px;
}

.espottingboxtext {
  color: white;
}

.espottingboxtext, .espottingboxtext2 {
  margin: 4px 0px 0px 0px;
}

.espottingboxtext a {
  font-weight: bold;
  color: #FFCC00;
  text-decoration: none;
}

.espottingboxtext a:hover {
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.espottingboxtext2 a {
  font-weight: bold;
  color: #A50808;
  text-decoration: none;
}

.espottingboxtext2 a:hover {
  font-weight: bold;
  color: black;
  text-decoration: none;
}

#padTracklists {
  padding: 2px 2px 0px 2px;
  background-color: black;
}

.tracklists {
  font-weight: bold;
  color: black;
  text-decoration: none;
  background-color: white;
  margin: 0px;
  padding: 3px 6px 3px 6px;
}

.tracklistsbutton {
  color: black;
  text-decoration: none;
  border: 1px solid black;
  margin: 0px 0px 0px 4px;
  padding: 3px 6px 3px 6px;
}

.tracklists a, .tracklistsbutton a {
  color: #A50808;
  text-decoration: none;
}

.tracklists a:hover, .tracklistsbutton a:hover {
  color: black;
  text-decoration: none;
}


/* ### ul li start ### */


ul.hometabboxlinks a, ul.homerightcelllinks a, ul.rightlinklist2 a, ul.rightlinklist2_portrait a {
  color: white;
  text-decoration: none;
}

ul.hometabboxlinks a:hover, ul.homerightcelllinks a:hover, ul.rightlinklist2 a:hover, ul.rightlinklist2_portrait a:hover {
  color: #a8c8e5;
  text-decoration: none;
  
}





ul.rightheadlinelist, ul.rightlinklist {
  margin-left: 156px;
}

ul.articlemorelinks2 {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0px 0px 0px 20px;
  padding: 0px;
}



ul.articlemorelinks2 a {
  color: #A50808;
  text-decoration: none;
}
ul.articlemorelinks em a:hover, ul.articlemorelinks2 a:hover, ul.articlemorelinks2 em a:hover {
  color: black;
  text-decoration: none;
}
ul.articlemorelinks a {
  color: black;
  text-decoration: none;
}
ul.articlemorelinks a:hover {
  color: #A50808;
  text-decoration: none;
}


ul.articlemorelinks em, ul.articlemorelinks2 em, ul.morelinks em {
  font-weight: bold;
  font-style: normal; 
}

ul.rightheadlinelist a {
  font-size: 13px; 
  line-height: 15px;
  font-weight: bold;
  color: #A50808;  
  text-decoration: none;
}

ul.rightheadlinelist a:hover {
  color: black;
  margin: 0px 0px 2px 0px;
  padding: 0px;
  text-decoration: none;
}

h2.rightheadlinelist {
  margin: 0px;
  padding: 0px;
}

ul.rightlink, ul.contentmainlink, ul.jokelink {
  list-style-type: disc; 
  list-style-image:url('../images/arrow_1.gif');
  list-style-position: outside;
  margin: 4px 0px 0px 156px;
  padding: 0px;
}

ul.contentmainlink {
  margin-left: 229px;
}

ul.jokelink {
  margin-left: 17px;
}

ul.rightlink, ul.contentmainlink, ul.jokelink {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  line-height: 12px; 
  color: black;
  text-decoration: none;
}

ul.rightlink a, ul.contentmainlink a, ul.jokelink a {
  color: #A50808;
  text-decoration: none;
}

ul.rightlink a:hover, ul.contentmainlink a:hover, ul.jokelink a:hover {
  color: black;
  text-decoration: none;
}

ul.rightlink2, ul.rightlink2_portrait {
  list-style-type: disc; 
  list-style-image:url('../images/arrow_2.gif');
  list-style-position: outside;
  margin: 4px 0px 0px 156px;
  padding: 0px;
}

ul.rightlink2 {
  margin: 4px 0px 0px 156px;
}

ul.rightlink2_portrait {
  margin: 4px 0px 0px 114px;
}

div.rightlink2, ul.rightlink2, ul.rightlink2_portrait {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  line-height: 12px; 
  color: white;
  text-decoration: none;
}

div.rightlink2 {
	font-weight: bold;
}

div.rightlink2 a, ul.rightlink2 a, ul.rightlink2_portrait a {
  color: #d5e0ec;
  text-decoration: none;
}

div.rightlink2 a:hover, ul.rightlink2 a:hover, ul.rightlink2_portrait a:hover {
  color: white;
  text-decoration: none;
}


/* ### ul li end ### */




/* ### input fields start ### */
#jokesubmit {
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: 11px;
  font-weight: bold;
  float: right;
}

#jokesubmit {
  float: left;
}

.emailtoafriend {
  width: 200px;
}


/* ### New Toolbar Menu ### */
.dropmenu table, .dropmenu tr, .dropmenu td {
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px 4px 0px 4px;
}

.menudrop .options {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  line-height: 12px;
  color: #444444;
  margin-right: 1px;
  margin-bottom: 1px;
  border: 1px solid #848377;
  background-color: #ffffff;
}

.menudrop a {
  color: black;
  display: block;
  padding: 2px 10px;
  border: 1px solid;
  border-color: white;
  text-decoration: none; 
  background-color: #E6E6E6;
}

.menudrop a:hover {
  color: white;
  border: 1px solid white;
  background-color: #A50808;
}

.backgBox_dark {
  background-color: #565656;
}

.mobile_tc {
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: 10px; 
  line-height: 11px;
  /* font-weight: bold; */
  color: white;
  text-decoration: none;
}
/* ### New Toolbar Menu end ### */



/* Social Link buttons  */
#facebook {
  margin:0px 2px 10px 0;
  float:left;
  height:19px;
  background: url('/images/greygrad_over.gif') repeat-x;
}

#facebook a {
  border:solid 1px #CCCCCC;
  margin:0;
  padding:5px 5px 5px 25px;
  background: url('/images/facebook.gif') no-repeat 4px 3px;
}

/* Fix ie problem  */
*html #facebook a {
 height:23px;
}


#facebook a:hover {
 border:solid 1px #666;
}

/* END Social Link buttons  */


