/* @override http://vgmmugs.devbox.org/css/basic/custom.css */

/* @group body */

body
{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto 30px auto;
	padding: 0;
	text-align: center;
	background-image: url(/images/interface/body-bg.gif);
	background-position: top left;
	background-color: #FFF;
	background-repeat: repeat-x;
	color: #666;
}

a:link, a:visited {
	color: #c60;
	text-decoration: none;
}

a:hover, a:active {
	color: #f60;
	text-decoration: underline;
}

pre, tt, kbd, code, samp {
	font-family: Monaco, "Courier New", Courier, monospace;
	font-size: 9px;
	line-height: 11px;
	padding: 5px;
	border: 1px dotted #ddd;
	display: block;
	background-color: #eee;
}

acronym, abbr, dfn {
	font-style: normal;
}

acronym[title], abbr[title], dfn[title] {
	border-bottom: 1px dotted #999;
	cursor: help;
}

h1 {
	font-size: 18px;
	margin: 10px 0;
	font-weight: normal;
	color: #000;
}

h2 {
	font-size: 16px;
	margin: 10px 0;
	font-weight: normal;
	color: #000;
}

h3 {
	font-size: 14px;
	margin: 10px 0 5px 0;
	padding: 0;
	font-weight: bold;
	color: #000;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

th, td {
	font-size: 12px;
}

form {
	margin: 0;
}

select, input, textarea {
	font-size : 11px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

blockquote {
	display: block;
	background: url(/images/interface/quotes.gif) no-repeat left top;
	font-size: 10px;
	line-height: 16px;
	color: #666;
	padding: 0 0 0 25px;
	margin: 0 10px 0 10px;
}

.standfirst {
	font-size: 16px;
	line-height: 22px;
	padding: 5px 0;
	background: none;
	color: #fecd29;
	margin: 10px 0;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #ccc;
}

.standfirstAlt {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #545e6b;
}

.breakout {
	font-size: 12px;
	line-height: 16px;
	padding: 6px 10px;
	background: #e6eaeb;
	color: #ff6600;
	margin: 10px 0;
	border: 1px solid #ccc;
}

.pullquote {
	font-size: 12px;
	line-height: 16px;
	padding: 0 10px;
	background: none;
	color: #9c0;
	margin: 10px 0;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #ccc;
}

.note {
	font-size: 10px;
	line-height: 14px;
	padding: 0 14px;
	background: #eee;
	color: #666;
	margin: 10px 0;
	border: 1px solid #eee;
}

.grey {
	color: #999;
}

p.error {
	font-size: 11px;
	line-height: 16px; 
	margin: 0 0 30px 0;
	padding: 10px 10px 10px 60px;
	color: #000;
	font-weight: bold;
	/*text-shadow: #84af01 2px 2px 0;*/
	background: #ffcc00 url(/images/interface/error.gif) no-repeat 10px 50%;
}

/* @end */

/* @group layout */

#wrapper {
	text-align: center;
}

#container {
	width: 890px;
	margin: 0 auto;
	text-align: left;
	background:  url(/images/interface/logo-big.gif) no-repeat 0 16px;

}

#content {
	margin: 0;
	padding: 0;
	/*	float: left; */
background: url(/images/interface/content-bg.gif) repeat-y;
}

#columns {
	margin: 0;
	padding: 0	10px 0 10px;	
}
#main {
	line-height: 18px;
	width: 451px;
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
	display: inline;  /* combat IE Doubled float-margin bug */
}

#sidebarL {
	float: left;
	/*display: inline;  combat IE Doubled float-margin bug */
	width: 185px;
	margin: 0;
	padding-top: 10px;
}
#sidebarR {
	float: right;
	display: inline; /* combat IE Doubled float-margin bug */
	width: 195px;
	margin: 0 5px 0 0;
	padding: 0px;
	
}
/* @end */

/* @group header */

#header {
	height: 86px;
	margin: 0;
	position: relative;
	padding: 0;
}

#header h1 {
	text-indent: -9999px;
	padding: 0;
	margin: 0;
	background-image: url(/images/interface/logotype.gif);
	background-repeat: no-repeat;
	background-position: 680px 40px;
	background-color: transparent;
}

#header h1 a {
	display: block;
	width: 200px;
	height: 80px;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group topnav */



#topnav {
	padding: 0 0 0 195px;
	margin: 0;
	text-align: left;
	list-style-type: none;
}
#topnav ul {
	margin: 0;
	padding: 0;
	height: 31px;
}
#topnav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	white-space: nowrap;
	}
#topnav li a:link, #topnav li a:visited {
	font-size: 12px;
	line-height: 28px;
	padding: 6px 12px 10px 26px;
	text-decoration: none;
	color: #fff;
	text-transform: lowercase;
	font-weight: bold;
	background: url(/images/interface/nav-widget-off.gif) no-repeat 6px 7px;
}


#topnav li a:hover, #topnav li a:active {
	color: #fff;
	background-color: #358a71;
}

#topnav a:link.topnav_hilite, #topnav a:visited.topnav_hilite
{
	background: #6c9 url(/images/interface/nav-widget-on.gif) no-repeat 6px 7px;

}
#topnav a:hover.topnav_hilite, #topnav a:active.topnav_hilite {
	background-color: #358a71;

}


/* @end */

/* @group nav */

#nav h2 {
	padding: 5px 0 10px 10px;
	margin: 0;
	border-bottom: 1px solid #bbb;
	color: #000;
	font-size: 14px;
}

#nav {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	width: 155px;
}
#nav ul.lev1 {
	margin: 0;
	padding: 0;
}	
#nav .lev1 li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #bbb; 
	display: block;
	height: auto; 
	font-size: 12px;
}
#nav .lev1 a {
	padding: 4px 4px 6px 11px;
	display: block;
	color: #666;
	text-decoration: none;
	text-transform: lowercase; 
	/* hide from mac ie \*/
	height: 1%; /**/
	width: auto;
}
#nav .lev1 a:hover {
	text-decoration: none;
	color: #c60;
	background-color: #d8dcdd;
}
#nav .lev1 .lev1_hilite a {
	color: #000;
	background-image: url(/images/interface/arrow-blue.gif);
	background-position: 0 8px;
	background-repeat: no-repeat; 
	background-color: #f0f4f5;
	font-weight: bold;
}
#nav .lev1 .lev1_hilite a:hover {
	text-decoration: none;
	background-color: #dbdadf;
	color: #cc6600;
}
#nav .lev1 ul.lev2 {
	margin: 0;
	padding: 0;
	border-left: none;
	border-right: none;
	width: auto;
}
#nav .lev1 .lev2 li {
		font-size: 11px;
		text-transform: none;
		letter-spacing: 0;
		color: #999;
		margin: 0;
		padding: 0;
		list-style-type: none;
		border-left: none;
		border-right: none;
		border-bottom: none;
		border-top: 1px solid #fff;
		height: auto; 
}
#nav .lev1 .lev2 a {
	padding: 4px 4px 4px 20px;
		display: block;
		color: #000;
		text-decoration: none;
		font-weight: normal;
	background-color: #f0f4f5;
	background-image: none;
}
#nav .lev1 .lev2 a:hover {
		text-decoration: none;
		color: #cc6600;
		background-color: #d8dcdd;
		
}
#nav .lev1 .lev2 .lev2_hilite a {
		color: #c60;
		font-weight: normal;
}
#nav .lev1 .lev2 .lev2_hilite {
		color: #000;	
}
#nav .lev1 .lev2 .lev2_hilite a:hover {
		text-decoration: none;
		color: #cc6600;
}

/* @end */



/* @group crumbs */

#wrapper .crumbs {
	background-color: #eee;
	color: #666;
	padding: 3px 10px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

#wrapper .crumbs a:link, #wrapper .crumbs a:visited {
	color: #666;
	padding: 0 2px;
}

#wrapper .crumbs a:hover, #wrapper .crumbs a:active {
	color: #000;
	text-decoration: underline;
}

/* @end */

/* @group main */

#main h1.pagetitle
{
	font-size: 20px;
	padding-bottom: 5px;
	margin: 10px 0;
	color: #32866F;
}
#main .hr_dots {
	margin-top: 15px;
	}
#main .body p, #main .body div {
	margin: 10px 0;
	line-height: 150%;
}

#main .body a:link, #main .body a:visited {
	border-bottom: 1px solid #e1e0e5;
	text-decoration: none;
}

#main .body a:hover, #main .body a:active {
	border-bottom: 1px solid #f00;
	text-decoration: none;
}

#main .body ul {
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 0;
}

#main .body ol {
	margin: 10px 0 10px 30px;
	padding: 0;
}

#main .body ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(/images/interface/bullet_round.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}

#main .article {
	padding-bottom: 10px;
}
#main .article p {
	padding: 0 0 17px 0;
	margin: 0;
}
#main .article .red p {
	padding-top: 0;
	margin-top: 0;
}
.green {
	color: #660;
}

/* @group main tables */

#main .body table {
	border-collapse: collapse;
/*	width: 100%; */
	border-top: 1px solid #e1e0e5;
	margin-bottom: 20px;
}

#main .body table td, #main .body table th {
	border-bottom: 1px solid #e1e0e5;
	padding: 3px;
/* 	white-space: nowrap; */
}

#main .body table th {
	text-align: left;
	white-space: nowrap;
}

#main .body table caption {
	display: none;
}

/* @end */

/* @end */

/* @group sidebar */

#sidebarR .article ul, #sidebarR .article ol {
	margin-left: 16px;
	padding: 0;
}

/* @group sidebar article */



#sidebarR .article {
	margin: 0;
	padding: 15px 0;
	font-size: 11px;
	line-height: 16px;
}
#sidebarR .article p {
	padding: 0;
	margin: 0;
}
#sidebarR .article h2 {
	color: #32866F;
	font-size: 16px;
	padding: 5px 0px 6px 0px;
	margin: 0;
}
#sidebarR .body {
	padding: 0px 0px 0px 0px;
	margin: 0;
/*	border-top: 1px solid #ddd; */
	font-size: 11px;
	color: #666;
	line-height: 18px;
}
#sidebarR .article .children ul, #sidebarR .article .children li {
	padding: 0;
	margin: 0;
	list-style: none;
}


#sidebarR .article ul, #sidebarR .article ol {
	margin: 0px;
	padding: 0;
}

#sidebarR .article h1 {
	color: #32866F;
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 4px 0;
	margin: 0;
}



#sidebarR ul li {
	margin: 0;
	padding: 0 0 0 11px;
	background-image: url(/images/interface/arrow-s.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	list-style-type: none;
}

/* @group logon form */

.log form input {
	margin: 0;
	padding: 0;

}
.log label {
	margin: 0;
	padding: 0;

}
.log .tableRow {
	display: table-row-group;
}

.log form {
}

/* @end */

/* @end */

/* @end */

/* @group children */

.children {
	
		clear: both;

}

.children .arrows {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 4px; /* new for vertical alignment of prices */
}

.children .summary  {
	font-size: 10px;
	line-height: 12px;
	color: #999;
	margin: 5px 0;
}

.children table td .summary  {
	clear: both;
	margin-bottom: 0;
	text-align: center;

}

.children .child {
	padding: 3px 0;
}

.children .childtitle, .children .childtitle a:link, .children .childtitle a:visited {
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0;
	padding: 0;
}

.children table td .childtitle  {
	margin-top: 0;
}

.children table {
	border-spacing: 3px;
	width: 450px;
}

.children table td.child {
	border-collapse: collapse;
	padding: 5px;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #e1e0e5;
	width: 33%;
		text-align: center;

}

.children li.thumbnail {
	list-style-type: none;
	margin-left: 0;
}

.children ul {
	margin-left: 0;
	padding-left: 0;
	border-top: 1px solid #ddd;
}

.children li {
	margin-left: 20px;
	border-bottom: 1px solid #ddd;
}

.children table td .thumbnail a img {
	padding: 15px 0 0 0;
	margin-bottom: 10px;
}

.children .details {
	font-size: 12px;
	height: 17px;
	padding: 5px;
	border: 1px solid #ccc;
	color: #000;
}

.children .details .price {
	margin-top: 1px;
	float: left;
	font-weight: bold;
}

.children .details .options a img {
	padding: 2px;
	margin: 0 0 0 5px;
	background: #eee;
	border: 1px solid #ccc;
	/*display: block;*/
	float: right;
	width: 15px;
	height: 15px;
}

.children .details .options a img:hover {
	border: 1px solid #c00;
}

/* @end */

/* @group feature */

#feature {
	position: relative;
	clear: both;
	height: 80px;/**/
	padding: 0;
	margin: 0;
	color: #545e6b;
	background-image: url(/images/interface/footer.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-color: #eee; /* incase images disabled */
}

#feature dl {
	font-family: Tahoma, "Lucida Grande", Verdana, Arial, sans-serif;
	width: 265px;
	/*border: 1px solid #f03;*/
	float: left;
	margin: 0;
	padding: 14px 0 14px 15px;
	font-size: 11px;
	line-height: 13px;
	display: inline;
	overflow: visible;
}

#feature dt, #feature dd {
	margin: 0;
	padding: 0;
}

#feature dd {
	padding: 0 0 0 15px;
}

#feature dt a {
	font-weight: bold;
	background-image: url(/images/interface/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	padding: 0 0 0 15px;/**/
	color: #545e6b;
}

#feature dt a:hover {
	background-image: url(/images/interface/circles.gif);
	background-position: 0 50%;
}

#feature dt a:active {
	background-image: url(/images/interface/star5.gif);
}



/* @end */

/* @group footer */

#footerwrap {
	border-top: 1px solid #e8e7ec;
	padding-top: 4px;
	clear: both;
	background-color: #fff;
	height: 40px;
}

#footer {
	font-size: 11px;
	line-height: 14px;
	padding: 12px 0px;
	color: #999;
	letter-spacing: 1px;
	border-top: 1px solid #e8e7ec;
	background-color: #fff;
}

#footer .left {
	float: left;
	color: #999;
	padding-left: 10px;
}

#footer .right {
	float: right;
	color: #999;
	padding-right: 10px;
}

#footer .right .sitename {
	font-weight: normal;
	color: #999;
}

#footer a:link, #footer a:visited {
	color: #666;
	border-bottom: 1px solid #e1e0e5;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	border-bottom: 1px solid #c00;
	color: #c60;
}

#footer a.hilite {
	border-bottom: 1px solid #000;
}

/* @end */



/* @group files */

#files {
	border: 1px solid #eee;
	margin: 5px 0;
	padding: 5px;
}

#files dl {
	margin: 0;
	padding: 0 5px;
	background-color: #ebf4f1;
}

#files dl dt {
	border-top: 2px solid #fff;
}

#files dl dt.first {
}

#files dl span, #files dl strong {
	display: none;
}

#files dl span.s_size {
	display: inline;
	font-weight: normal;
}

#files dl dt {
	font-weight: bold;
	margin: 0;
	padding: 3px 0 0 0;
	background-image: url(/images/interface/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 16px;
}

#files dl dd {
	margin: 0;
	padding: 0 0 5px 0;
	padding-left: 16px;
	color: #084d4c;
	position: relative;
}

#files dl dd p {
	margin: 0;
	padding: 0;
}

#files dl dd div.s_notes {
	color: #333;
}

#files dl dd div.s_notes p {
	margin: 5px 0 0 0;
}

#files dl dd p.s_toggle {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
	cursor: pointer;
}

#files dl dt.forSale {
	background-image: url(/images/interface/forSale.gif);
}

#files dl dt.requireUser {
	background-image: url(/images/interface/locked.gif);
}

/* @end */

/* @group search */

.qs {
	padding: 0 0 4px 3px;
	vertical-align: middle;
	}

#search th, #search td {
	font-size: 11px;
	text-align: left;
}

#search th {
	padding: 5px 3px 5px 0;
}

#search table  {
	margin: 0;
	padding: 10px 0;
}

#search .pages {
	padding: 10px 0;
	border-top: 1px solid #ddd;
}

#search dt {
	font-weight: bold;
	margin: 5px 0;
}

#search dt a {
	text-decoration: none;
}

#search dt a:hover {
	text-decoration: none;
	border-bottom: 1px solid #ff0000;
}

#search dd .s_excerpt {
	font-size: 10px;
	color: #666;
	line-height: 13px;
}

#search dd strong, #search dd b, #search dt b {
	font-weight: bold;
	border-bottom: 1px dotted #666;
	background-color: #fc0;
}

#search .help {
	color: #666;
	line-height: 13px;
}

#search dd {
	position: relative;
}

#search p.s_scoreC, #search span.s_scoreB {
	font-size: 1px;
	height: 8px;
	display: block;
}

#search p.s_scoreC {
	position: absolute;
	/*float: right;*/
	right: 25px; /* pc ie workaround */
	top: 5px;
	width: 50px;
	border: 1px solid #48146a;
	background-color: #fff;
}

html>body #search p.s_scoreC {
	right: 0; /* override for everything but ie */
}

#search span.s_scoreB {
	background: url(/images/interface/score.gif) repeat-x 0px 50%;
	background-color: #fc0;
}

#search dd p {
	color: #333;
}

#search dd div {
	position: relative;
	border: 1px solid #eee;
	margin-top: 5px;
}

#search dd div div {
	background-color: #e6f2e8;
	border: 0;
	margin: 5px;
	padding: 2px 0;
	border: 1px solid #eee;/**/
	position: relative;
}

#search dd div p, #search dd div div p {
	margin: 5px;
}

#search dd div div div {
	border-top: 2px solid #fff;/**/
	margin: 5px 5px 0 5px;
}

#search dd div p.s_description {
	font-weight: bold;
	color: #333;
}

#search dd div p.s_description .s_size {
	font-weight: normal;
	display: inline;
	color: #000;
}

#search dd div div div .s_filename {
	color: #f7b82c;
	font-weight: normal;
}

#search dd div div p {
	font-size: 10px;
	margin: 0 5px;
	color: #000;
}

#search dd div div p span {
	font-weight: bold;
	color: #545e6b;
}

#search dd div div div p {
	color: #000;
	margin: 0;
	background: url(/images/interface/arrow_right.gif) no-repeat 0px 50%;
	padding-left: 16px;
}

#search dd div div div p.s_notes, #search dd div div div p.s_filename {
	background: 0;
}

#search dd div div div p a {
	text-decoration: none;
	border-bottom: 0;
	font-weight: bold;
}

#search dd div div div p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #333;
}

#search dd div div div p span {
	font-weight: bold;
	color: #48146a;
	display: none;
}

#search p.pages a {
	font-weight: bold;
}

#search p.pages strong {
	color: #666;
}

/* @end */

/* @group sitemap */

#sitemap {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

#sitemap li {
	padding: .2em 0;
	margin: 0;
}

#sitemap li li {
	padding: 0;
	margin: 0;
}

#sitemap ul ul {
	list-style: inherit;
}

/* @end */

/* @group formmail */

#main form {
	/* hide from mac ie \*/
	height: 1%; /**/
}

table#formmail  {
	border-top: 1px solid #eee;
	border-collapse: collapse;
	width: 100%;
}

#formmail th, #formmail td {
	font-size: 11px;
	padding: 3px;
	border-bottom: 1px solid #eee;
	text-align: left;
	border-collapse: collapse;
}

#formmail th {
	padding-top: 7px;
	font-size: 10px;
	color: #999;
	border-right: 1px solid #eee;
	vertical-align: top;
	white-space: nowrap;
}

/* @end */


