/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

ORIGINAL VALUES
#nav li ul { position: absolute; width: 172px; left: -999em;}
#nav li ul li {	background: url(images/bg-dropdown.png) !important;background: #000; }
#nav li ul li a { line-height: 30px; width: 150px; }
#nav li ul ul {	margin: -26px 0 0 170px; }
#nav li ul ul li a { line-height: 30px; text-transform:none; }
#nav li ul li ul li a { }
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }
#nav li:hover, #nav li.hover { position: static; } /* IE7 Fix */

*/

/* Style drop down list */

#nav li ul { position: absolute; width: 222px; left: -999em;}
#nav li ul li {	background: url(images/bg-dropdown.png) !important;background: #000; }
#nav li ul li a { line-height: 30px; width: 205px; }
#nav li ul ul {	margin: -26px 0 0 220px; }
#nav li ul ul li a { line-height: 30px; text-transform:none; }
#nav li ul li ul li a { }
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }
#nav li:hover, #nav li.hover { position: static; } /* IE7 Fix */

/* para text */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	text-align: center;
	padding: 0 0 30px;
	color:#000000;
}

/* Anchors */
a, a:link  {
	text-decoration: none;
        color:#339933;
}
a:visited {
        text-decoration: none;
        color:#336633;
}
a:hover, a:active, a.active {
	text-decoration: underline;
}

/* Purchase button tables */
table.purchasetable, table.purchasetable2 { border-collapse: collapse; border-spacing: 0; width: 320px !important; align: center; }
table.purchasetable td { align: center !important; background-color: #ebe9e1 !important; }
table.purchasetable2 td  { align: center !important; background-color: #e7e1c9 !important; }

.product-option-label {
    line-height: 20px;
    font-weight: bold;

}

/*  **************widgets and footer boxes *******************/

.widget ul li {
		margin: 0;
		padding:10px;
		border-width: 1px;
		border-style: dotted;
		border-bottom-style: none !important;
background: #e5edf0 !important;
	}

/* ******************Twitter widget **************************/

/* title */
h3#twitter {
	padding-left: 0;  /* 35px; */
	background-image: none;  /* url(images/ico-twitter.gif); */
	background-repeat: no-repeat;
}

/* *** */

#twitter_update_list {
	background: #e5edf0;
	border: 1px dotted #b6ccd4;
	color: #434343;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
font-style: normal;
	text-align: left;
	padding: 10px;
	overflow:hidden;
	margin-bottom:0;
}

	 #twitter_update_list li {
font-style: normal;
		margin-bottom:15px;
		padding:0 !important;
		border:none !important;
		background-color:transparent !important;
	}

div.follow {
	color:#e5edf0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
font-style: normal;
font-weight: bold;
	padding:5px;
padding-left: 10px;
	text-align: left;
	background-color: #A3B7BD;
	width:205px !important;
}

	div.follow a {
		color:#e5edf0;
	}

/*  **************end Twitter widget *********************/




