/* 2008 web development smellyrabbit */

body{
/*background-image:url(images/bg.jpg);
background-repeat:repeat-x top fixed;*/
background : #fff url(images/bg.jpg) repeat-x top fixed;
margin:0px;
font-family: tahoma, Verdana, sans-serif;
font-size: small;}

.holder{
width:850px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
background-image:url(images/curve_mid.jpg);
background-repeat:repeat-y;
background-position: 4px;
}

.header{
height:36px;
padding:5px;
padding-left:15px;
}

.navigation{
float:right;
font-size: 20px;
font-weight: normal;
letter-spacing: -1px;
color: #FFD419;
padding-right:25px;
padding-top:0px;
}

.block_left{
background-image:url(images/nav_block.gif);
background-repeat:no-repeat;
float:left;
width:250px;
height:191px;
margin-left:22px;
}

/**html .block_left{
float:left;
width:280px;
height:191px;
margin-left:10px;
}*/

.block_right{
	background-image:url(images/side_banner_bg.jpg);
	background-repeat:no-repeat;
	float:right;
	width:465px;
	height:86px;
	margin-right:22px;
	font-size: 1.8pc;
	padding-left: 10px;
	padding-top: 105px;
	color: #FFFFFF;
}

/**html .block_right{
	background-image:url(images/side_banner_bg.jpg);
	background-repeat:no-repeat;
	float:right;
	width:437px;
	height:86px;
	margin-right:10px;
	font-size: 36px;
	padding-left: 10px;
	padding-top: 105px;
	color: #FFFFFF;
}*/

.top_curve{
background-image:url(images/curve_top.jpg);
background-repeat:no-repeat;
height:16px;
margin-left: -3px;}

.left_shade1{
background-image:url(images/curve_left.jpg);
background-repeat:no-repeat;
width:6px;
float:left;
height:600px;
}

.center_content{
/*change here for page width includes both left and centre*/
width:770px;
background-color:#FFFFFF;
float:left;
}

.right_shade1{
background-image:url(images/curve_right.jpg);
background-repeat:no-repeat;
width:5px;
float:left;
height:600px;
}

.left_content{
float:left;
width:200px;
margin-left:22px;
margin-top:10px;

}


*html .left_content{
float:left;
width:250px;
margin-left:10px;
margin-top:10px;
}

.right_content{
	margin-top:10px;
	float:right;
	/*changed for testing
	width:437px;*/
	width:465px;	
	margin-right:22px;
	padding-left: 10px;
	border-left: solid 1px #F2F2F2;
}

/*html .right_content{
	margin-top:10px;
	float:right;*/
	/*changed for testing
	width:437px;*/	
/*	width:450px;
	margin-right:10px;
	padding-left: 10px;
	border-left: solid 1px #F2F2F2;
}
*/
.bottom_curve{
height:17px;
background-image:url(images/curve_btm.jpg);
background-repeat:no-repeat;
clear:both;
}

.footer{
width:748px;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-top:10px;
margin-bottom:25px;
background-image: none;
}

h2 {
	margin: 0;
	color: #FFD419;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-left:25px;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 5px 3px;
}

h2 a:link, h2 a:hover, h2 a:visited {
	color: #000;
	text-decoration: none;
}
	
h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #FFD419;
	margin: 0;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #FFD419;
	font-size: 20px;
}
	
h4 {
	margin: 0;
	color: #FFD419;
	font-size: 12px;
	padding-top:5px;
	padding-bottom:9px;
	background-image:url(images/dots-hr-4.gif);
	background-repeat:repeat-x;
}
.h7 {
    color:#333333;
}
h3 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h5 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

h6 {
	margin: 30px 0 8px 0;
	color: black;
	font-size: 12px;
	font-weight: normal;
	line-height: 16pt;
}

h6 a:link, h6 a:visited {
	color: #000;
	text-decoration: none;
}

h6 a:hover {
	color: #FFD419;
	text-decoration: none
}

.popTab a:link, .popTab a:visited {
	color: black;
	text-decoration: none;
}

.popTab a:hover {
	color: black;
	text-decoration: underline
}

.hr{
	width: 100%;
	height:8px;
	background-image:url(images/dots-hr.gif);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background-repeat: repeat-x;
	background-position:center;
}

a:link, a:visited {
	color: #FFD419;
	text-decoration: none;
	font-size: small;
	}
a:hover {
	text-decoration: underline;
	}


.nav{
color:#FFD419;
text-decoration:none;
padding-left:20px;
padding-right:5px;
background-image:url(images/nav_buddy.gif);
background-repeat:no-repeat;
background-position: 7px 5px;}

.nav:hover{
color:#FFD419;
text-decoration:none;
padding-left:20px;
padding-right:5px;
background-image:url(images/nav_buddy.gif);
background-repeat:no-repeat;
background-position: 7px -15px;}

.input {
    border: 1px solid #006;
    background: #ffc;
    font-size: 18px;
    font-family: tahoma, Verdana, sans-serif;
}


.button {
    border: none;
    background: url('images/button.jpg') no-repeat top left;
    padding: 2px 8px;
}


table th.sorted a, th.sortable a {
     background-position: right;
     padding-right: 15px; 
}

table th.sortable a {
      background: url(images/arrow_off.png) no-repeat right center ;
}

table th.order1 a {
     background: url(images/arrow_down.png) no-repeat right center;
}
table th.order2 a {
     background: url(images/arrow_up.png) no-repeat right center;
}


#sButton {
    border: none;
    background: url('images/button_lg.jpg') no-repeat top left;
    padding: 2px 8px;
    margin-top: 6px;
}
#sButton a{
	text-decoration:none;
	color: #000000;
}

#spacing{
	padding: 3px 3px 3px 3px;
	margin-top: 3px;
}

#socialBookMarks{
position: relative;
border:1px solid #999999;
padding:5px;
margin:5px 0px 5px 0px;
font-size: 0.6em;
font-weight:normal;
}
#socialBookMarks a {
font-weight:normal;
}


#socialBookMarks ul{
	text-align: center;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin:0px;
	padding:5px 0px 0px 0px;
}

#socialBookMarks ul li{
	text-align: center;
	display: inline;
	padding: 3pt 12px 0px 19px;
}

#socialBookMarks li.delicious{
	background-color: transparent;
	background-image: url(images/delicious.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0pt;
	background-y-position: 0pt;
}
#socialBookMarks li.facebook{
	background-color: transparent;
	background-image: url(images/facebook.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0pt;
	background-y-position: 0pt;
}
#socialBookMarks li.digg{
	background-color: transparent;
	background-image: url(images/digg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0pt;
	background-y-position: 0pt;
}
#socialBookMarks li.reddit{
	background-color: transparent;
	background-image: url(images/reddit.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0pt;
	background-y-position: 0pt;
}
#socialBookMarks li.stumbleupon{
	background-color: transparent;
	background-image: url(images/stumbleupon.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0pt;
	background-y-position: 0pt;
}


#socialBookMarks p a {
position: absolute;
top: 0px;
right: 0px;
padding: 5px 5px 0pt 0pt;
}

/* all this below is new and disposable! */

/*td { border-bottom: solid 1px #dadada; } */

/*tr.odd { background-color: #f2f2f2; border: 1px solid;}*/

#rounded-corner
{
	font-family: tahoma, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	width: 465px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-header
{
	background: #ffd419 url(images/table-left.png) left -1px no-repeat;
}
#rounded-corner thead th.rounded-edge
{
	background: #ffd419 url(images/table-right.png) right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: black;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #ffc;
	border-top: 1px solid black;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #ffd419 url(images/table-botleft.png) left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #ffd419 url(images/table-botright.png) right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #ffc;
}

/* start here */

#hot-prods
{
	font-family: tahoma, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	width: 465px;
	text-align: left;
	border-collapse: collapse;
	table-layout:fixed;
}
#hot-prods thead th.rounded-header
{
	background: #ffd419 url(images/table-left.png) left -1px no-repeat;
	border-bottom: 1px solid black;
}
#hot-prods thead th.rounded-edge
{
	background: #ffd419 url(images/table-right.png) right -1px no-repeat;
	border-bottom: 1px solid black;
}
#hot-prods th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: black;
	background: #b9c9fe;
}
#hot-prods td
{
	padding: 8px;
	background: #ffc;
	color: #669;
}
#hot-prods tfoot td.rounded-foot-left
{
	background: #ffd419 url(images/table-botleft.png) left bottom no-repeat;
	border-top: 1px solid black;
}
#hot-prods tfoot td.rounded-foot-right
{
	background: #ffd419 url(images/table-botright.png) right bottom no-repeat;
	border-top: 1px solid black;
}
#hot-prods tbody tr:hover td
{
	background: #ffc;
}

.hotprod_pr2{ margin:3px 10px 3px 0px; color: red; width:205px;}
.hotprod_pr2 a{ color:#000000; text-decoration:none; font-weight:bold}
.hotprod_name{ height:53px; width:205px; }
.hotprod_name a{ color: blue; text-decoration:none;}
.hotprod_pr3{width:205px; _width:115px; padding:0 5px 0 5px; float:left; text-align:center; margin-top:5px; margin-bottom:5px;  height:120px; }
.hotprod_pics{ width:205px; height:60px;}

/* end here 
.results table { border-collapse: collapse; }

.results td { 
	border-bottom: solid 1px #dadada; 
	border-top: solid 1px #dadada; 
} 

.results tr:hover td
{
	background: #ffc;
}
*/

#mainMenu {
	color:black;
}
#mainMenu a{	/* Main menu items */
		color:#000;
		text-decoration:none;
		font-weight:bold;

	}
	#mainMenu ul li a{	/* Sub menu */
		color: #5a5858;
		font-weight:normal;
	}
	#mainMenu ul li ul li a{	/* Sub Sub menu */
		color: #000;
		font-style:italic;
		font-size:0.9em;
		font-weight:normal;		
	}
	
	#mainMenu .activeMenuLink{	/* Styling of active menu item */
		font-weight:italic;
		font-style:underline;
		background:yellow;
	}
	
	
	/*
	No bullets
	*/	
	#mainMenu li{
		list-style-type:none;	
	}
	
	/*
	No margin and padding
	*/
	#mainMenu, #mainMenu ul{
		margin:0px;
		padding:0px;
	}

	/* Margin of sub menu items */
	#mainMenu ul{
		display:none;
		margin-left:10px;
	}